* Make the CC license field component configurable
* Retrieve the configuration values from the backend...
... rather than from a frontend configuration
* Remove unused imports
* Restore configurations other than uri and license fields
They were deleted by mistake
* Add missing example config
* Delete config properties that are no longer needed
* Fix lint issues
* Add missing injection token
* Fex minor changes
* Restore the Input properties that allow configuring the license URI and name fields from a template
* Update test cases using a stub configuration data service
* Fix lint issues
* Use optional chaining, in case the property is not exposed
* Reformat some code to ease code review
* Declare static constant at the beginning of the class
* Fix trailing spaces
* Initialize property in declaration
* Multiple changes
* Move all properties dependent of the CC URI field and CC name field to asyncs (since this configuration must be retrieved also asynchronously from the backend)
* Refactor the regex, and create a public static method (that may be used to externally check if a license is a CC license).
* Update test cases
* Move `ccLicense` inside the `item`configuration key
* Change `variant` to `position`
* Make variant property mandatory (since it should be set depending on where the field is placed)
* Finish moving the ccLicense config key into the item key
* Allow rendering only the icon
* Fix lint errors
* Fix lint errors
* Fix test cases to reflect new disclaimer behavior
* Fix missing comma
* Remove look & feel configuration options
* Remove unused import
* Don't subscribe multiple type to same asyncs
* Set type for non-initialiazed properties
* Refactor CC license function to a dedicated utility file
* Do not use manual subscribes
* Reorder imports
* Remove unused method
* Bugfix: check the right property
* If no results for browse or search
maps are available, zoom to 1 and
show a i18n tooltip
* Added a missing i18n for point filter
* New default centre point added to
configuration
* Documentation of config
* Set bounding box to use dcterms.spatial by default
* Uncomment geospatial field and wrap in config test
* New config to 'enable' inclusion of geospatial field
* Docs for map and marker detail models
* Bounding box validation
* Fixed view mode control flow
* Tidied console output
* New accessExpired flag can be checked along with
acceptRequest, so expired or not-granted links
will show an error and draw 'normal' download links
instead of doing a hard 4xx redirect
* Old ItemWithSupplementaryData component removed
* Notifications moved to sub-component of item page
and display a warning on valid access token, or a
danger alert if expired or not-granted, with an
appropriate error message
* Date formatted in messages as yyyy-MM-dd
* ALTCHA updated to 0.9.0 and tested
* Alt text for fas-lock-open images
* Typedoc added
* Comments/TODOs removed
* Better expiry date display on notification panel