geonetwork-ui 2.4.0-dev.e7ff1d25 → 2.4.0-dev.e97caaf2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2022/libs/api/metadata-converter/src/lib/gn4/types/keywords.model.mjs +1 -1
- package/esm2022/libs/api/metadata-converter/src/lib/iso19139/iso19139.converter.mjs +4 -2
- package/esm2022/libs/api/repository/src/lib/gn4/platform/gn4-platform.mapper.mjs +11 -1
- package/esm2022/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.mjs +11 -1
- package/esm2022/libs/common/domain/src/lib/model/record/metadata.model.mjs +1 -1
- package/esm2022/libs/common/domain/src/lib/model/user/user.model.mjs +1 -1
- package/esm2022/libs/common/domain/src/lib/platform.service.interface.mjs +1 -1
- package/esm2022/libs/feature/editor/src/lib/+state/editor.actions.mjs +2 -1
- package/esm2022/libs/feature/editor/src/lib/+state/editor.effects.mjs +6 -1
- package/esm2022/libs/feature/editor/src/lib/+state/editor.facade.mjs +4 -1
- package/esm2022/libs/feature/editor/src/lib/components/contact-card/contact-card.component.mjs +3 -3
- package/esm2022/libs/feature/editor/src/lib/components/generic-keywords/generic-keywords.component.mjs +78 -0
- package/esm2022/libs/feature/editor/src/lib/components/overview-upload/overview-upload.component.mjs +44 -79
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts-for-resource/form-field-contacts-for-resource.component.mjs +35 -41
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-keywords/form-field-keywords.component.mjs +19 -41
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-license/form-field-license.component.mjs +10 -8
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-map-container/form-field-map-container.component.mjs +101 -0
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-open-data/form-field-open-data.component.mjs +22 -25
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-overviews/form-field-overviews.component.mjs +14 -7
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-resource-updated/form-field-resource-updated.component.mjs +10 -6
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-rich/form-field-rich.component.mjs +11 -11
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-simple/form-field-simple.component.mjs +9 -8
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.mjs +111 -5
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents.component.mjs +49 -53
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.mjs +16 -14
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.mjs +34 -64
- package/esm2022/libs/feature/editor/src/lib/components/record-form/record-form.component.mjs +5 -3
- package/esm2022/libs/feature/editor/src/lib/fields.config.mjs +8 -2
- package/esm2022/libs/feature/editor/src/lib/services/editor.service.mjs +5 -1
- package/esm2022/libs/ui/elements/src/lib/sortable-list/sortable-list.component.mjs +3 -11
- package/esm2022/libs/ui/inputs/src/index.mjs +2 -1
- package/esm2022/libs/ui/inputs/src/lib/editable-label/editable-label.directive.mjs +26 -24
- package/esm2022/libs/ui/inputs/src/lib/switch-toggle/switch-toggle.component.mjs +32 -0
- package/esm2022/libs/ui/map/src/lib/ui-map.module.mjs +3 -3
- package/esm2022/translations/de.json +12 -0
- package/esm2022/translations/en.json +12 -0
- package/esm2022/translations/es.json +12 -0
- package/esm2022/translations/fr.json +14 -2
- package/esm2022/translations/it.json +12 -0
- package/esm2022/translations/nl.json +12 -0
- package/esm2022/translations/pt.json +12 -0
- package/fesm2022/geonetwork-ui.mjs +846 -521
- package/fesm2022/geonetwork-ui.mjs.map +1 -1
- package/libs/api/metadata-converter/src/lib/gn4/types/keywords.model.d.ts +2 -6
- package/libs/api/metadata-converter/src/lib/gn4/types/keywords.model.d.ts.map +1 -1
- package/libs/api/metadata-converter/src/lib/iso19139/iso19139.converter.d.ts.map +1 -1
- package/libs/api/repository/src/lib/gn4/platform/gn4-platform.mapper.d.ts.map +1 -1
- package/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.d.ts +1 -0
- package/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.d.ts.map +1 -1
- package/libs/common/domain/src/lib/model/record/metadata.model.d.ts +1 -0
- package/libs/common/domain/src/lib/model/record/metadata.model.d.ts.map +1 -1
- package/libs/common/domain/src/lib/model/user/user.model.d.ts +1 -1
- package/libs/common/domain/src/lib/model/user/user.model.d.ts.map +1 -1
- package/libs/common/domain/src/lib/platform.service.interface.d.ts +1 -0
- package/libs/common/domain/src/lib/platform.service.interface.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/+state/editor.actions.d.ts +1 -0
- package/libs/feature/editor/src/lib/+state/editor.actions.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/+state/editor.effects.d.ts +5 -0
- package/libs/feature/editor/src/lib/+state/editor.effects.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/+state/editor.facade.d.ts +1 -0
- package/libs/feature/editor/src/lib/+state/editor.facade.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/components/generic-keywords/generic-keywords.component.d.ts +32 -0
- package/libs/feature/editor/src/lib/components/generic-keywords/generic-keywords.component.d.ts.map +1 -0
- package/libs/feature/editor/src/lib/components/overview-upload/overview-upload.component.d.ts +13 -13
- package/libs/feature/editor/src/lib/components/overview-upload/overview-upload.component.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts-for-resource/form-field-contacts-for-resource.component.d.ts +10 -13
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts-for-resource/form-field-contacts-for-resource.component.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-keywords/form-field-keywords.component.d.ts +8 -19
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-keywords/form-field-keywords.component.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-license/form-field-license.component.d.ts +6 -4
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-license/form-field-license.component.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-map-container/form-field-map-container.component.d.ts +22 -0
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-map-container/form-field-map-container.component.d.ts.map +1 -0
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-open-data/form-field-open-data.component.d.ts +10 -12
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-open-data/form-field-open-data.component.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-overviews/form-field-overviews.component.d.ts +5 -3
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-overviews/form-field-overviews.component.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-resource-updated/form-field-resource-updated.component.d.ts +4 -3
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-resource-updated/form-field-resource-updated.component.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-rich/form-field-rich.component.d.ts +4 -4
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-rich/form-field-rich.component.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-simple/form-field-simple.component.d.ts +4 -3
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-simple/form-field-simple.component.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.d.ts +23 -0
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents.component.d.ts +15 -17
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents.component.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.d.ts +5 -5
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.d.ts +15 -27
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/components/record-form/record-form.component.d.ts +3 -2
- package/libs/feature/editor/src/lib/components/record-form/record-form.component.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/fields.config.d.ts +1 -0
- package/libs/feature/editor/src/lib/fields.config.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/services/editor.service.d.ts +1 -0
- package/libs/feature/editor/src/lib/services/editor.service.d.ts.map +1 -1
- package/libs/ui/elements/src/lib/sortable-list/sortable-list.component.d.ts +1 -6
- package/libs/ui/elements/src/lib/sortable-list/sortable-list.component.d.ts.map +1 -1
- package/libs/ui/inputs/src/index.d.ts +1 -0
- package/libs/ui/inputs/src/index.d.ts.map +1 -1
- package/libs/ui/inputs/src/lib/editable-label/editable-label.directive.d.ts +5 -3
- package/libs/ui/inputs/src/lib/editable-label/editable-label.directive.d.ts.map +1 -1
- package/libs/ui/inputs/src/lib/switch-toggle/switch-toggle.component.d.ts +17 -0
- package/libs/ui/inputs/src/lib/switch-toggle/switch-toggle.component.d.ts.map +1 -0
- package/package.json +1 -1
- package/src/libs/api/metadata-converter/src/lib/fixtures/generic.records.ts +6 -1
- package/src/libs/api/metadata-converter/src/lib/gn4/types/keywords.model.ts +2 -6
- package/src/libs/api/metadata-converter/src/lib/iso19139/iso19139.converter.ts +3 -1
- package/src/libs/api/repository/src/lib/gn4/platform/gn4-platform.mapper.ts +12 -1
- package/src/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.ts +43 -12
- package/src/libs/common/domain/src/lib/model/record/metadata.model.ts +1 -0
- package/src/libs/common/domain/src/lib/model/user/user.model.ts +1 -1
- package/src/libs/common/domain/src/lib/platform.service.interface.ts +4 -0
- package/src/libs/common/fixtures/src/lib/organisations.fixture.ts +10 -0
- package/src/libs/feature/editor/src/lib/+state/editor.actions.ts +2 -0
- package/src/libs/feature/editor/src/lib/+state/editor.effects.ts +15 -0
- package/src/libs/feature/editor/src/lib/+state/editor.facade.ts +4 -0
- package/src/libs/feature/editor/src/lib/components/contact-card/contact-card.component.html +4 -2
- package/src/libs/feature/editor/src/lib/components/generic-keywords/generic-keywords.component.css +0 -0
- package/src/libs/feature/editor/src/lib/components/generic-keywords/generic-keywords.component.html +26 -0
- package/src/libs/feature/editor/src/lib/components/generic-keywords/generic-keywords.component.ts +89 -0
- package/src/libs/feature/editor/src/lib/components/overview-upload/overview-upload.component.html +1 -1
- package/src/libs/feature/editor/src/lib/components/overview-upload/overview-upload.component.ts +46 -94
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts-for-resource/form-field-contacts-for-resource.component.ts +63 -85
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-keywords/form-field-keywords.component.html +7 -17
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-keywords/form-field-keywords.component.ts +18 -51
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-license/form-field-license.component.ts +13 -5
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-map-container/form-field-map-container.component.css +0 -0
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-map-container/form-field-map-container.component.html +4 -0
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-map-container/form-field-map-container.component.ts +128 -0
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-open-data/form-field-open-data.component.html +1 -1
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-open-data/form-field-open-data.component.ts +18 -29
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-overviews/form-field-overviews.component.html +1 -1
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-overviews/form-field-overviews.component.ts +16 -5
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-resource-updated/form-field-resource-updated.component.html +2 -2
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-resource-updated/form-field-resource-updated.component.ts +9 -3
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-rich/form-field-rich.component.html +2 -2
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-rich/form-field-rich.component.ts +13 -7
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-simple/form-field-simple.component.html +5 -3
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-simple/form-field-simple.component.ts +11 -4
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.html +15 -1
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.ts +156 -1
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents.component.html +9 -2
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents.component.ts +59 -71
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.ts +17 -15
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.html +99 -81
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.ts +37 -66
- package/src/libs/feature/editor/src/lib/components/record-form/record-form.component.html +1 -0
- package/src/libs/feature/editor/src/lib/components/record-form/record-form.component.ts +7 -2
- package/src/libs/feature/editor/src/lib/fields.config.ts +8 -1
- package/src/libs/feature/editor/src/lib/services/editor.service.ts +7 -0
- package/src/libs/ui/elements/src/lib/sortable-list/sortable-list.component.html +0 -9
- package/src/libs/ui/elements/src/lib/sortable-list/sortable-list.component.ts +0 -4
- package/src/libs/ui/inputs/src/index.ts +1 -0
- package/src/libs/ui/inputs/src/lib/editable-label/editable-label.directive.ts +40 -26
- package/src/libs/ui/map/src/lib/ui-map.module.ts +1 -1
- package/translations/de.json +12 -0
- package/translations/en.json +12 -0
- package/translations/es.json +12 -0
- package/translations/fr.json +14 -2
- package/translations/it.json +12 -0
- package/translations/nl.json +12 -0
- package/translations/pt.json +12 -0
- package/translations/sk.json +12 -0
|
@@ -21,4 +21,5 @@ export * from './lib/text-input/text-input.component';
|
|
|
21
21
|
export * from './lib/ui-inputs.module';
|
|
22
22
|
export * from './lib/viewport-intersector/viewport-intersector.component';
|
|
23
23
|
export * from './lib/previous-next-buttons/previous-next-buttons.component';
|
|
24
|
-
|
|
24
|
+
export * from './lib/switch-toggle/switch-toggle.component';
|
|
25
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL3VpL2lucHV0cy9zcmMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYywyQ0FBMkMsQ0FBQTtBQUN6RCxjQUFjLDZCQUE2QixDQUFBO0FBQzNDLGNBQWMsK0JBQStCLENBQUE7QUFDN0MsY0FBYywyQ0FBMkMsQ0FBQTtBQUN6RCxjQUFjLG1DQUFtQyxDQUFBO0FBQ2pELGNBQWMseUNBQXlDLENBQUE7QUFDdkQsY0FBYyxtREFBbUQsQ0FBQTtBQUNqRSxjQUFjLHlDQUF5QyxDQUFBO0FBQ3ZELGNBQWMscURBQXFELENBQUE7QUFDbkUsY0FBYyxtRUFBbUUsQ0FBQTtBQUNqRixjQUFjLDJEQUEyRCxDQUFBO0FBQ3pFLGNBQWMsdURBQXVELENBQUE7QUFDckUsY0FBYyxxREFBcUQsQ0FBQTtBQUNuRSxjQUFjLGlEQUFpRCxDQUFBO0FBQy9ELGNBQWMsK0NBQStDLENBQUE7QUFDN0QsY0FBYyxxREFBcUQsQ0FBQTtBQUNuRSxjQUFjLDJDQUEyQyxDQUFBO0FBQ3pELGNBQWMseUNBQXlDLENBQUE7QUFDdkQsY0FBYyxxQ0FBcUMsQ0FBQTtBQUNuRCxjQUFjLHVDQUF1QyxDQUFBO0FBQ3JELGNBQWMsd0JBQXdCLENBQUE7QUFDdEMsY0FBYywyREFBMkQsQ0FBQTtBQUN6RSxjQUFjLDZEQUE2RCxDQUFBO0FBQzNFLGNBQWMsNkNBQTZDLENBQUEiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL2xpYi9hdXRvY29tcGxldGUvYXV0b2NvbXBsZXRlLmNvbXBvbmVudCdcbmV4cG9ydCAqIGZyb20gJy4vbGliL2JhZGdlL2JhZGdlLmNvbXBvbmVudCdcbmV4cG9ydCAqIGZyb20gJy4vbGliL2J1dHRvbi9idXR0b24uY29tcG9uZW50J1xuZXhwb3J0ICogZnJvbSAnLi9saWIvY2hlY2stdG9nZ2xlL2NoZWNrLXRvZ2dsZS5jb21wb25lbnQnXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jaGVja2JveC9jaGVja2JveC5jb21wb25lbnQnXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jaGlwcy1pbnB1dC9jaGlwcy1pbnB1dC5jb21wb25lbnQnXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb3B5LXRleHQtYnV0dG9uL2NvcHktdGV4dC1idXR0b24uY29tcG9uZW50J1xuZXhwb3J0ICogZnJvbSAnLi9saWIvZGF0ZS1waWNrZXIvZGF0ZS1waWNrZXIuY29tcG9uZW50J1xuZXhwb3J0ICogZnJvbSAnLi9saWIvZGF0ZS1yYW5nZS1waWNrZXIvZGF0ZS1yYW5nZS1waWNrZXIuY29tcG9uZW50J1xuZXhwb3J0ICogZnJvbSAnLi9saWIvZHJhZy1hbmQtZHJvcC1maWxlLWlucHV0L2RyYWctYW5kLWRyb3AtZmlsZS1pbnB1dC5jb21wb25lbnQnXG5leHBvcnQgKiBmcm9tICcuL2xpYi9kcm9wZG93bi1tdWx0aXNlbGVjdC9kcm9wZG93bi1tdWx0aXNlbGVjdC5jb21wb25lbnQnXG5leHBvcnQgKiBmcm9tICcuL2xpYi9kcm9wZG93bi1tdWx0aXNlbGVjdC9kcm9wZG93bi1tdWx0aXNlbGVjdC5tb2RlbCdcbmV4cG9ydCAqIGZyb20gJy4vbGliL2Ryb3Bkb3duLXNlbGVjdG9yL2Ryb3Bkb3duLXNlbGVjdG9yLmNvbXBvbmVudCdcbmV4cG9ydCAqIGZyb20gJy4vbGliL2Ryb3Bkb3duLXNlbGVjdG9yL2Ryb3Bkb3duLXNlbGVjdG9yLm1vZGVsJ1xuZXhwb3J0ICogZnJvbSAnLi9saWIvZWRpdGFibGUtbGFiZWwvZWRpdGFibGUtbGFiZWwuZGlyZWN0aXZlJ1xuZXhwb3J0ICogZnJvbSAnLi9saWIvbmF2aWdhdGlvbi1idXR0b24vbmF2aWdhdGlvbi1idXR0b24uY29tcG9uZW50J1xuZXhwb3J0ICogZnJvbSAnLi9saWIvc2VhcmNoLWlucHV0L3NlYXJjaC1pbnB1dC5jb21wb25lbnQnXG5leHBvcnQgKiBmcm9tICcuL2xpYi9zdGFyLXRvZ2dsZS9zdGFyLXRvZ2dsZS5jb21wb25lbnQnXG5leHBvcnQgKiBmcm9tICcuL2xpYi90ZXh0LWFyZWEvdGV4dC1hcmVhLmNvbXBvbmVudCdcbmV4cG9ydCAqIGZyb20gJy4vbGliL3RleHQtaW5wdXQvdGV4dC1pbnB1dC5jb21wb25lbnQnXG5leHBvcnQgKiBmcm9tICcuL2xpYi91aS1pbnB1dHMubW9kdWxlJ1xuZXhwb3J0ICogZnJvbSAnLi9saWIvdmlld3BvcnQtaW50ZXJzZWN0b3Ivdmlld3BvcnQtaW50ZXJzZWN0b3IuY29tcG9uZW50J1xuZXhwb3J0ICogZnJvbSAnLi9saWIvcHJldmlvdXMtbmV4dC1idXR0b25zL3ByZXZpb3VzLW5leHQtYnV0dG9ucy5jb21wb25lbnQnXG5leHBvcnQgKiBmcm9tICcuL2xpYi9zd2l0Y2gtdG9nZ2xlL3N3aXRjaC10b2dnbGUuY29tcG9uZW50J1xuIl19
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Directive, ElementRef,
|
|
1
|
+
import { Directive, ElementRef, EventEmitter, Input, Output, Renderer2, } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export class EditableLabelDirective {
|
|
4
4
|
constructor(el, renderer) {
|
|
@@ -6,31 +6,33 @@ export class EditableLabelDirective {
|
|
|
6
6
|
this.renderer = renderer;
|
|
7
7
|
this.editableLabelChanged = new EventEmitter();
|
|
8
8
|
}
|
|
9
|
+
ngOnChanges() {
|
|
10
|
+
if (this.appendedInput) {
|
|
11
|
+
this.renderer.setProperty(this.appendedInput, 'value', this.gnUiEditableLabel);
|
|
12
|
+
}
|
|
13
|
+
}
|
|
9
14
|
ngAfterViewInit() {
|
|
10
|
-
if (this.gnUiEditableLabel !==
|
|
11
|
-
|
|
12
|
-
this.renderer.setStyle(appendedInput, 'background', 'inherit');
|
|
13
|
-
this.renderer.setStyle(appendedInput, 'color', 'inherit');
|
|
14
|
-
this.renderer.setStyle(appendedInput, 'font', 'inherit');
|
|
15
|
-
this.renderer.setStyle(appendedInput, 'border', 'inherit');
|
|
16
|
-
this.renderer.setStyle(appendedInput, 'width', '100%');
|
|
17
|
-
this.renderer.setStyle(appendedInput, 'padding', 'inherit');
|
|
18
|
-
this.renderer.setStyle(appendedInput, 'margin', '0');
|
|
19
|
-
this.renderer.setStyle(appendedInput, 'height', 'inherit');
|
|
20
|
-
this.renderer.setStyle(appendedInput, 'line-height', 'inherit');
|
|
21
|
-
this.renderer.setStyle(appendedInput, 'text-decoration', 'inherit');
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
this.renderer.setProperty(appendedInput, 'value', formattedContent);
|
|
25
|
-
this.renderer.setProperty(this.el.nativeElement, 'innerHTML', '');
|
|
26
|
-
this.renderer.listen(appendedInput, 'input', (event) => {
|
|
15
|
+
if (this.gnUiEditableLabel !== undefined) {
|
|
16
|
+
this.appendedInput = this.renderer.createElement('input');
|
|
17
|
+
this.renderer.setStyle(this.appendedInput, 'background', 'inherit');
|
|
18
|
+
this.renderer.setStyle(this.appendedInput, 'color', 'inherit');
|
|
19
|
+
this.renderer.setStyle(this.appendedInput, 'font', 'inherit');
|
|
20
|
+
this.renderer.setStyle(this.appendedInput, 'border', 'inherit');
|
|
21
|
+
this.renderer.setStyle(this.appendedInput, 'width', '100%');
|
|
22
|
+
this.renderer.setStyle(this.appendedInput, 'padding', 'inherit');
|
|
23
|
+
this.renderer.setStyle(this.appendedInput, 'margin', '0');
|
|
24
|
+
this.renderer.setStyle(this.appendedInput, 'height', 'inherit');
|
|
25
|
+
this.renderer.setStyle(this.appendedInput, 'line-height', 'inherit');
|
|
26
|
+
this.renderer.setStyle(this.appendedInput, 'text-decoration', 'inherit');
|
|
27
|
+
this.renderer.setProperty(this.appendedInput, 'value', this.gnUiEditableLabel);
|
|
28
|
+
this.renderer.listen(this.appendedInput, 'input', (event) => {
|
|
27
29
|
this.editableLabelChanged.emit(event.target.value);
|
|
28
30
|
});
|
|
29
|
-
this.renderer.appendChild(this.el.nativeElement, appendedInput);
|
|
31
|
+
this.renderer.appendChild(this.el.nativeElement, this.appendedInput);
|
|
30
32
|
}
|
|
31
33
|
}
|
|
32
34
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EditableLabelDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
33
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: EditableLabelDirective, isStandalone: true, selector: "[gnUiEditableLabel]", inputs: { gnUiEditableLabel: "gnUiEditableLabel" }, outputs: { editableLabelChanged: "editableLabelChanged" }, ngImport: i0 }); }
|
|
35
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: EditableLabelDirective, isStandalone: true, selector: "[gnUiEditableLabel]", inputs: { gnUiEditableLabel: "gnUiEditableLabel" }, outputs: { editableLabelChanged: "editableLabelChanged" }, usesOnChanges: true, ngImport: i0 }); }
|
|
34
36
|
}
|
|
35
37
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EditableLabelDirective, decorators: [{
|
|
36
38
|
type: Directive,
|
|
@@ -38,9 +40,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
38
40
|
selector: '[gnUiEditableLabel]',
|
|
39
41
|
standalone: true,
|
|
40
42
|
}]
|
|
41
|
-
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; }, propDecorators: {
|
|
42
|
-
type: Output
|
|
43
|
-
}], gnUiEditableLabel: [{
|
|
43
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; }, propDecorators: { gnUiEditableLabel: [{
|
|
44
44
|
type: Input
|
|
45
|
+
}], editableLabelChanged: [{
|
|
46
|
+
type: Output
|
|
45
47
|
}] } });
|
|
46
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
48
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZWRpdGFibGUtbGFiZWwuZGlyZWN0aXZlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy91aS9pbnB1dHMvc3JjL2xpYi9lZGl0YWJsZS1sYWJlbC9lZGl0YWJsZS1sYWJlbC5kaXJlY3RpdmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUVMLFNBQVMsRUFDVCxVQUFVLEVBQ1YsWUFBWSxFQUNaLEtBQUssRUFFTCxNQUFNLEVBQ04sU0FBUyxHQUNWLE1BQU0sZUFBZSxDQUFBOztBQU10QixNQUFNLE9BQU8sc0JBQXNCO0lBTWpDLFlBQW9CLEVBQWMsRUFBVSxRQUFtQjtRQUEzQyxPQUFFLEdBQUYsRUFBRSxDQUFZO1FBQVUsYUFBUSxHQUFSLFFBQVEsQ0FBVztRQUpyRCx5QkFBb0IsR0FBRyxJQUFJLFlBQVksRUFBVSxDQUFBO0lBSU8sQ0FBQztJQUVuRSxXQUFXO1FBQ1QsSUFBSSxJQUFJLENBQUMsYUFBYSxFQUFFO1lBQ3RCLElBQUksQ0FBQyxRQUFRLENBQUMsV0FBVyxDQUN2QixJQUFJLENBQUMsYUFBYSxFQUNsQixPQUFPLEVBQ1AsSUFBSSxDQUFDLGlCQUFpQixDQUN2QixDQUFBO1NBQ0Y7SUFDSCxDQUFDO0lBRUQsZUFBZTtRQUNiLElBQUksSUFBSSxDQUFDLGlCQUFpQixLQUFLLFNBQVMsRUFBRTtZQUN4QyxJQUFJLENBQUMsYUFBYSxHQUFHLElBQUksQ0FBQyxRQUFRLENBQUMsYUFBYSxDQUFDLE9BQU8sQ0FBQyxDQUFBO1lBRXpELElBQUksQ0FBQyxRQUFRLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQyxhQUFhLEVBQUUsWUFBWSxFQUFFLFNBQVMsQ0FBQyxDQUFBO1lBQ25FLElBQUksQ0FBQyxRQUFRLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQyxhQUFhLEVBQUUsT0FBTyxFQUFFLFNBQVMsQ0FBQyxDQUFBO1lBQzlELElBQUksQ0FBQyxRQUFRLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQyxhQUFhLEVBQUUsTUFBTSxFQUFFLFNBQVMsQ0FBQyxDQUFBO1lBQzdELElBQUksQ0FBQyxRQUFRLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQyxhQUFhLEVBQUUsUUFBUSxFQUFFLFNBQVMsQ0FBQyxDQUFBO1lBQy9ELElBQUksQ0FBQyxRQUFRLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQyxhQUFhLEVBQUUsT0FBTyxFQUFFLE1BQU0sQ0FBQyxDQUFBO1lBQzNELElBQUksQ0FBQyxRQUFRLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQyxhQUFhLEVBQUUsU0FBUyxFQUFFLFNBQVMsQ0FBQyxDQUFBO1lBQ2hFLElBQUksQ0FBQyxRQUFRLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQyxhQUFhLEVBQUUsUUFBUSxFQUFFLEdBQUcsQ0FBQyxDQUFBO1lBQ3pELElBQUksQ0FBQyxRQUFRLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQyxhQUFhLEVBQUUsUUFBUSxFQUFFLFNBQVMsQ0FBQyxDQUFBO1lBQy9ELElBQUksQ0FBQyxRQUFRLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQyxhQUFhLEVBQUUsYUFBYSxFQUFFLFNBQVMsQ0FBQyxDQUFBO1lBQ3BFLElBQUksQ0FBQyxRQUFRLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQyxhQUFhLEVBQUUsaUJBQWlCLEVBQUUsU0FBUyxDQUFDLENBQUE7WUFFeEUsSUFBSSxDQUFDLFFBQVEsQ0FBQyxXQUFXLENBQ3ZCLElBQUksQ0FBQyxhQUFhLEVBQ2xCLE9BQU8sRUFDUCxJQUFJLENBQUMsaUJBQWlCLENBQ3ZCLENBQUE7WUFFRCxJQUFJLENBQUMsUUFBUSxDQUFDLE1BQU0sQ0FBQyxJQUFJLENBQUMsYUFBYSxFQUFFLE9BQU8sRUFBRSxDQUFDLEtBQUssRUFBRSxFQUFFO2dCQUMxRCxJQUFJLENBQUMsb0JBQW9CLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxNQUFNLENBQUMsS0FBSyxDQUFDLENBQUE7WUFDcEQsQ0FBQyxDQUFDLENBQUE7WUFFRixJQUFJLENBQUMsUUFBUSxDQUFDLFdBQVcsQ0FBQyxJQUFJLENBQUMsRUFBRSxDQUFDLGFBQWEsRUFBRSxJQUFJLENBQUMsYUFBYSxDQUFDLENBQUE7U0FDckU7SUFDSCxDQUFDOytHQTdDVSxzQkFBc0I7bUdBQXRCLHNCQUFzQjs7NEZBQXRCLHNCQUFzQjtrQkFKbEMsU0FBUzttQkFBQztvQkFDVCxRQUFRLEVBQUUscUJBQXFCO29CQUMvQixVQUFVLEVBQUUsSUFBSTtpQkFDakI7eUhBRVUsaUJBQWlCO3NCQUF6QixLQUFLO2dCQUNJLG9CQUFvQjtzQkFBN0IsTUFBTSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XG4gIEFmdGVyVmlld0luaXQsXG4gIERpcmVjdGl2ZSxcbiAgRWxlbWVudFJlZixcbiAgRXZlbnRFbWl0dGVyLFxuICBJbnB1dCxcbiAgT25DaGFuZ2VzLFxuICBPdXRwdXQsXG4gIFJlbmRlcmVyMixcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSdcblxuQERpcmVjdGl2ZSh7XG4gIHNlbGVjdG9yOiAnW2duVWlFZGl0YWJsZUxhYmVsXScsXG4gIHN0YW5kYWxvbmU6IHRydWUsXG59KVxuZXhwb3J0IGNsYXNzIEVkaXRhYmxlTGFiZWxEaXJlY3RpdmUgaW1wbGVtZW50cyBPbkNoYW5nZXMsIEFmdGVyVmlld0luaXQge1xuICBASW5wdXQoKSBnblVpRWRpdGFibGVMYWJlbD86IHN0cmluZ1xuICBAT3V0cHV0KCkgZWRpdGFibGVMYWJlbENoYW5nZWQgPSBuZXcgRXZlbnRFbWl0dGVyPHN0cmluZz4oKVxuXG4gIGFwcGVuZGVkSW5wdXQ6IEhUTUxJbnB1dEVsZW1lbnRcblxuICBjb25zdHJ1Y3Rvcihwcml2YXRlIGVsOiBFbGVtZW50UmVmLCBwcml2YXRlIHJlbmRlcmVyOiBSZW5kZXJlcjIpIHt9XG5cbiAgbmdPbkNoYW5nZXMoKSB7XG4gICAgaWYgKHRoaXMuYXBwZW5kZWRJbnB1dCkge1xuICAgICAgdGhpcy5yZW5kZXJlci5zZXRQcm9wZXJ0eShcbiAgICAgICAgdGhpcy5hcHBlbmRlZElucHV0LFxuICAgICAgICAndmFsdWUnLFxuICAgICAgICB0aGlzLmduVWlFZGl0YWJsZUxhYmVsXG4gICAgICApXG4gICAgfVxuICB9XG5cbiAgbmdBZnRlclZpZXdJbml0KCkge1xuICAgIGlmICh0aGlzLmduVWlFZGl0YWJsZUxhYmVsICE9PSB1bmRlZmluZWQpIHtcbiAgICAgIHRoaXMuYXBwZW5kZWRJbnB1dCA9IHRoaXMucmVuZGVyZXIuY3JlYXRlRWxlbWVudCgnaW5wdXQnKVxuXG4gICAgICB0aGlzLnJlbmRlcmVyLnNldFN0eWxlKHRoaXMuYXBwZW5kZWRJbnB1dCwgJ2JhY2tncm91bmQnLCAnaW5oZXJpdCcpXG4gICAgICB0aGlzLnJlbmRlcmVyLnNldFN0eWxlKHRoaXMuYXBwZW5kZWRJbnB1dCwgJ2NvbG9yJywgJ2luaGVyaXQnKVxuICAgICAgdGhpcy5yZW5kZXJlci5zZXRTdHlsZSh0aGlzLmFwcGVuZGVkSW5wdXQsICdmb250JywgJ2luaGVyaXQnKVxuICAgICAgdGhpcy5yZW5kZXJlci5zZXRTdHlsZSh0aGlzLmFwcGVuZGVkSW5wdXQsICdib3JkZXInLCAnaW5oZXJpdCcpXG4gICAgICB0aGlzLnJlbmRlcmVyLnNldFN0eWxlKHRoaXMuYXBwZW5kZWRJbnB1dCwgJ3dpZHRoJywgJzEwMCUnKVxuICAgICAgdGhpcy5yZW5kZXJlci5zZXRTdHlsZSh0aGlzLmFwcGVuZGVkSW5wdXQsICdwYWRkaW5nJywgJ2luaGVyaXQnKVxuICAgICAgdGhpcy5yZW5kZXJlci5zZXRTdHlsZSh0aGlzLmFwcGVuZGVkSW5wdXQsICdtYXJnaW4nLCAnMCcpXG4gICAgICB0aGlzLnJlbmRlcmVyLnNldFN0eWxlKHRoaXMuYXBwZW5kZWRJbnB1dCwgJ2hlaWdodCcsICdpbmhlcml0JylcbiAgICAgIHRoaXMucmVuZGVyZXIuc2V0U3R5bGUodGhpcy5hcHBlbmRlZElucHV0LCAnbGluZS1oZWlnaHQnLCAnaW5oZXJpdCcpXG4gICAgICB0aGlzLnJlbmRlcmVyLnNldFN0eWxlKHRoaXMuYXBwZW5kZWRJbnB1dCwgJ3RleHQtZGVjb3JhdGlvbicsICdpbmhlcml0JylcblxuICAgICAgdGhpcy5yZW5kZXJlci5zZXRQcm9wZXJ0eShcbiAgICAgICAgdGhpcy5hcHBlbmRlZElucHV0LFxuICAgICAgICAndmFsdWUnLFxuICAgICAgICB0aGlzLmduVWlFZGl0YWJsZUxhYmVsXG4gICAgICApXG5cbiAgICAgIHRoaXMucmVuZGVyZXIubGlzdGVuKHRoaXMuYXBwZW5kZWRJbnB1dCwgJ2lucHV0JywgKGV2ZW50KSA9PiB7XG4gICAgICAgIHRoaXMuZWRpdGFibGVMYWJlbENoYW5nZWQuZW1pdChldmVudC50YXJnZXQudmFsdWUpXG4gICAgICB9KVxuXG4gICAgICB0aGlzLnJlbmRlcmVyLmFwcGVuZENoaWxkKHRoaXMuZWwubmF0aXZlRWxlbWVudCwgdGhpcy5hcHBlbmRlZElucHV0KVxuICAgIH1cbiAgfVxufVxuIl19
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { CommonModule } from '@angular/common';
|
|
2
|
+
import { ChangeDetectionStrategy, Component, EventEmitter, Input, Output, } from '@angular/core';
|
|
3
|
+
import { MatButtonToggleModule } from '@angular/material/button-toggle';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
import * as i1 from "@angular/material/button-toggle";
|
|
6
|
+
import * as i2 from "@angular/common";
|
|
7
|
+
export class SwitchToggleComponent {
|
|
8
|
+
constructor() {
|
|
9
|
+
this.ariaLabel = '';
|
|
10
|
+
this.extraClasses = '';
|
|
11
|
+
this.selectedValue = new EventEmitter();
|
|
12
|
+
}
|
|
13
|
+
onChange(selectedOption) {
|
|
14
|
+
this.options.find((option) => option.value === selectedOption.value).checked = true;
|
|
15
|
+
this.selectedValue.emit(selectedOption);
|
|
16
|
+
}
|
|
17
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwitchToggleComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
18
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwitchToggleComponent, isStandalone: true, selector: "gn-ui-switch-toggle", inputs: { options: "options", ariaLabel: "ariaLabel", extraClasses: "extraClasses" }, outputs: { selectedValue: "selectedValue" }, ngImport: i0, template: "<mat-button-toggle-group\n #group=\"matButtonToggleGroup\"\n multiple=\"false\"\n class=\"flex w-full\"\n>\n <mat-button-toggle\n *ngFor=\"let option of options\"\n [aria-label]=\"option.label\"\n [value]=\"option.value\"\n [checked]=\"option.checked\"\n (change)=\"onChange(option)\"\n [class]=\"extraClasses\"\n >{{ option.label }}</mat-button-toggle\n >\n</mat-button-toggle-group>\n", styles: [":host{--mat-standard-button-toggle-height: 32px}.mat-button-toggle-group-appearance-standard{background-color:var(--color-gray-200);padding:4px;display:flex;gap:4px;border-radius:8px}.mat-button-toggle-appearance-standard{color:var(--color-main);background-color:var(--color-gray-200);border-radius:4px;border-left:none}.mat-button-toggle-appearance-standard.mat-button-toggle-checked{background-color:var(--color-main);color:var(--color-primary-white)}button.mat-button-toggle-button.mat-focus-indicator.mat-button-toggle-label-content,.mat-button-toggle-label-content{line-height:32px}\n"], dependencies: [{ kind: "ngmodule", type: MatButtonToggleModule }, { kind: "directive", type: i1.MatButtonToggleGroup, selector: "mat-button-toggle-group", inputs: ["appearance", "name", "vertical", "value", "multiple", "disabled"], outputs: ["valueChange", "change"], exportAs: ["matButtonToggleGroup"] }, { kind: "component", type: i1.MatButtonToggle, selector: "mat-button-toggle", inputs: ["disableRipple", "aria-label", "aria-labelledby", "id", "name", "value", "tabIndex", "appearance", "checked", "disabled"], outputs: ["change"], exportAs: ["matButtonToggle"] }, { kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
19
|
+
}
|
|
20
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwitchToggleComponent, decorators: [{
|
|
21
|
+
type: Component,
|
|
22
|
+
args: [{ selector: 'gn-ui-switch-toggle', changeDetection: ChangeDetectionStrategy.OnPush, standalone: true, imports: [MatButtonToggleModule, CommonModule], template: "<mat-button-toggle-group\n #group=\"matButtonToggleGroup\"\n multiple=\"false\"\n class=\"flex w-full\"\n>\n <mat-button-toggle\n *ngFor=\"let option of options\"\n [aria-label]=\"option.label\"\n [value]=\"option.value\"\n [checked]=\"option.checked\"\n (change)=\"onChange(option)\"\n [class]=\"extraClasses\"\n >{{ option.label }}</mat-button-toggle\n >\n</mat-button-toggle-group>\n", styles: [":host{--mat-standard-button-toggle-height: 32px}.mat-button-toggle-group-appearance-standard{background-color:var(--color-gray-200);padding:4px;display:flex;gap:4px;border-radius:8px}.mat-button-toggle-appearance-standard{color:var(--color-main);background-color:var(--color-gray-200);border-radius:4px;border-left:none}.mat-button-toggle-appearance-standard.mat-button-toggle-checked{background-color:var(--color-main);color:var(--color-primary-white)}button.mat-button-toggle-button.mat-focus-indicator.mat-button-toggle-label-content,.mat-button-toggle-label-content{line-height:32px}\n"] }]
|
|
23
|
+
}], propDecorators: { options: [{
|
|
24
|
+
type: Input
|
|
25
|
+
}], ariaLabel: [{
|
|
26
|
+
type: Input
|
|
27
|
+
}], extraClasses: [{
|
|
28
|
+
type: Input
|
|
29
|
+
}], selectedValue: [{
|
|
30
|
+
type: Output
|
|
31
|
+
}] } });
|
|
32
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3dpdGNoLXRvZ2dsZS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL3VpL2lucHV0cy9zcmMvbGliL3N3aXRjaC10b2dnbGUvc3dpdGNoLXRvZ2dsZS5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL3VpL2lucHV0cy9zcmMvbGliL3N3aXRjaC10b2dnbGUvc3dpdGNoLXRvZ2dsZS5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUE7QUFDOUMsT0FBTyxFQUNMLHVCQUF1QixFQUN2QixTQUFTLEVBQ1QsWUFBWSxFQUNaLEtBQUssRUFDTCxNQUFNLEdBQ1AsTUFBTSxlQUFlLENBQUE7QUFDdEIsT0FBTyxFQUFFLHFCQUFxQixFQUFFLE1BQU0saUNBQWlDLENBQUE7Ozs7QUFnQnZFLE1BQU0sT0FBTyxxQkFBcUI7SUFSbEM7UUFVVyxjQUFTLEdBQUksRUFBRSxDQUFBO1FBQ2YsaUJBQVksR0FBSSxFQUFFLENBQUE7UUFDakIsa0JBQWEsR0FBRyxJQUFJLFlBQVksRUFBc0IsQ0FBQTtLQVNqRTtJQVBDLFFBQVEsQ0FBQyxjQUFrQztRQUN6QyxJQUFJLENBQUMsT0FBTyxDQUFDLElBQUksQ0FDZixDQUFDLE1BQU0sRUFBRSxFQUFFLENBQUMsTUFBTSxDQUFDLEtBQUssS0FBSyxjQUFjLENBQUMsS0FBSyxDQUNsRCxDQUFDLE9BQU8sR0FBRyxJQUFJLENBQUE7UUFFaEIsSUFBSSxDQUFDLGFBQWEsQ0FBQyxJQUFJLENBQUMsY0FBYyxDQUFDLENBQUE7SUFDekMsQ0FBQzsrR0FaVSxxQkFBcUI7bUdBQXJCLHFCQUFxQixrTkN4QmxDLDhaQWVBLHNvQkRPWSxxQkFBcUIsc2hCQUFFLFlBQVk7OzRGQUVsQyxxQkFBcUI7a0JBUmpDLFNBQVM7K0JBQ0UscUJBQXFCLG1CQUdkLHVCQUF1QixDQUFDLE1BQU0sY0FDbkMsSUFBSSxXQUNQLENBQUMscUJBQXFCLEVBQUUsWUFBWSxDQUFDOzhCQUdyQyxPQUFPO3NCQUFmLEtBQUs7Z0JBQ0csU0FBUztzQkFBakIsS0FBSztnQkFDRyxZQUFZO3NCQUFwQixLQUFLO2dCQUNJLGFBQWE7c0JBQXRCLE1BQU0iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nXG5pbXBvcnQge1xuICBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSxcbiAgQ29tcG9uZW50LFxuICBFdmVudEVtaXR0ZXIsXG4gIElucHV0LFxuICBPdXRwdXQsXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnXG5pbXBvcnQgeyBNYXRCdXR0b25Ub2dnbGVNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC9idXR0b24tdG9nZ2xlJ1xuXG5leHBvcnQgdHlwZSBTd2l0Y2hUb2dnbGVPcHRpb24gPSB7XG4gIGxhYmVsOiBzdHJpbmdcbiAgdmFsdWU6IHN0cmluZ1xuICBjaGVja2VkOiBib29sZWFuXG59XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2duLXVpLXN3aXRjaC10b2dnbGUnLFxuICB0ZW1wbGF0ZVVybDogJy4vc3dpdGNoLXRvZ2dsZS5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL3N3aXRjaC10b2dnbGUuY29tcG9uZW50LmNzcyddLFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgaW1wb3J0czogW01hdEJ1dHRvblRvZ2dsZU1vZHVsZSwgQ29tbW9uTW9kdWxlXSxcbn0pXG5leHBvcnQgY2xhc3MgU3dpdGNoVG9nZ2xlQ29tcG9uZW50IHtcbiAgQElucHV0KCkgb3B0aW9uczogU3dpdGNoVG9nZ2xlT3B0aW9uW11cbiAgQElucHV0KCkgYXJpYUxhYmVsPyA9ICcnXG4gIEBJbnB1dCgpIGV4dHJhQ2xhc3Nlcz8gPSAnJ1xuICBAT3V0cHV0KCkgc2VsZWN0ZWRWYWx1ZSA9IG5ldyBFdmVudEVtaXR0ZXI8U3dpdGNoVG9nZ2xlT3B0aW9uPigpXG5cbiAgb25DaGFuZ2Uoc2VsZWN0ZWRPcHRpb246IFN3aXRjaFRvZ2dsZU9wdGlvbikge1xuICAgIHRoaXMub3B0aW9ucy5maW5kKFxuICAgICAgKG9wdGlvbikgPT4gb3B0aW9uLnZhbHVlID09PSBzZWxlY3RlZE9wdGlvbi52YWx1ZVxuICAgICkuY2hlY2tlZCA9IHRydWVcblxuICAgIHRoaXMuc2VsZWN0ZWRWYWx1ZS5lbWl0KHNlbGVjdGVkT3B0aW9uKVxuICB9XG59XG4iLCI8bWF0LWJ1dHRvbi10b2dnbGUtZ3JvdXBcbiAgI2dyb3VwPVwibWF0QnV0dG9uVG9nZ2xlR3JvdXBcIlxuICBtdWx0aXBsZT1cImZhbHNlXCJcbiAgY2xhc3M9XCJmbGV4IHctZnVsbFwiXG4+XG4gIDxtYXQtYnV0dG9uLXRvZ2dsZVxuICAgICpuZ0Zvcj1cImxldCBvcHRpb24gb2Ygb3B0aW9uc1wiXG4gICAgW2FyaWEtbGFiZWxdPVwib3B0aW9uLmxhYmVsXCJcbiAgICBbdmFsdWVdPVwib3B0aW9uLnZhbHVlXCJcbiAgICBbY2hlY2tlZF09XCJvcHRpb24uY2hlY2tlZFwiXG4gICAgKGNoYW5nZSk9XCJvbkNoYW5nZShvcHRpb24pXCJcbiAgICBbY2xhc3NdPVwiZXh0cmFDbGFzc2VzXCJcbiAgICA+e3sgb3B0aW9uLmxhYmVsIH19PC9tYXQtYnV0dG9uLXRvZ2dsZVxuICA+XG48L21hdC1idXR0b24tdG9nZ2xlLWdyb3VwPlxuIl19
|
|
@@ -15,7 +15,7 @@ export class UiMapModule {
|
|
|
15
15
|
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: UiMapModule, imports: [CommonModule,
|
|
16
16
|
HttpClientModule,
|
|
17
17
|
MatIconModule,
|
|
18
|
-
TranslateModule.
|
|
18
|
+
TranslateModule.forChild()] }); }
|
|
19
19
|
}
|
|
20
20
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: UiMapModule, decorators: [{
|
|
21
21
|
type: NgModule,
|
|
@@ -25,9 +25,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
25
25
|
CommonModule,
|
|
26
26
|
HttpClientModule,
|
|
27
27
|
MatIconModule,
|
|
28
|
-
TranslateModule.
|
|
28
|
+
TranslateModule.forChild(),
|
|
29
29
|
],
|
|
30
30
|
exports: [MapComponent, FeatureDetailComponent],
|
|
31
31
|
}]
|
|
32
32
|
}] });
|
|
33
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
33
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidWktbWFwLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvdWkvbWFwL3NyYy9saWIvdWktbWFwLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSxzQkFBc0IsQ0FBQTtBQUN2RCxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFBO0FBQ3hDLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQTtBQUM5QyxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0sZ0NBQWdDLENBQUE7QUFDN0QsT0FBTyxFQUFFLHNCQUFzQixFQUFFLE1BQU0sc0RBQXNELENBQUE7QUFDN0YsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLHFCQUFxQixDQUFBO0FBQ3JELE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSx3QkFBd0IsQ0FBQTs7O0FBWXRELE1BQU0sT0FBTyxXQUFXOytHQUFYLFdBQVc7Z0hBQVgsV0FBVyxpQkFUUCxZQUFZLEVBQUUsc0JBQXNCLGFBRWpELFlBQVk7WUFDWixnQkFBZ0I7WUFDaEIsYUFBYSxpQ0FHTCxZQUFZLEVBQUUsc0JBQXNCO2dIQUVuQyxXQUFXLFlBUHBCLFlBQVk7WUFDWixnQkFBZ0I7WUFDaEIsYUFBYTtZQUNiLGVBQWUsQ0FBQyxRQUFRLEVBQUU7OzRGQUlqQixXQUFXO2tCQVZ2QixRQUFRO21CQUFDO29CQUNSLFlBQVksRUFBRSxDQUFDLFlBQVksRUFBRSxzQkFBc0IsQ0FBQztvQkFDcEQsT0FBTyxFQUFFO3dCQUNQLFlBQVk7d0JBQ1osZ0JBQWdCO3dCQUNoQixhQUFhO3dCQUNiLGVBQWUsQ0FBQyxRQUFRLEVBQUU7cUJBQzNCO29CQUNELE9BQU8sRUFBRSxDQUFDLFlBQVksRUFBRSxzQkFBc0IsQ0FBQztpQkFDaEQiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBIdHRwQ2xpZW50TW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uL2h0dHAnXG5pbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnXG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nXG5pbXBvcnQgeyBNYXBDb21wb25lbnQgfSBmcm9tICcuL2NvbXBvbmVudHMvbWFwL21hcC5jb21wb25lbnQnXG5pbXBvcnQgeyBGZWF0dXJlRGV0YWlsQ29tcG9uZW50IH0gZnJvbSAnLi9jb21wb25lbnRzL2ZlYXR1cmUtZGV0YWlsL2ZlYXR1cmUtZGV0YWlsLmNvbXBvbmVudCdcbmltcG9ydCB7IFRyYW5zbGF0ZU1vZHVsZSB9IGZyb20gJ0BuZ3gtdHJhbnNsYXRlL2NvcmUnXG5pbXBvcnQgeyBNYXRJY29uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvaWNvbidcblxuQE5nTW9kdWxlKHtcbiAgZGVjbGFyYXRpb25zOiBbTWFwQ29tcG9uZW50LCBGZWF0dXJlRGV0YWlsQ29tcG9uZW50XSxcbiAgaW1wb3J0czogW1xuICAgIENvbW1vbk1vZHVsZSxcbiAgICBIdHRwQ2xpZW50TW9kdWxlLFxuICAgIE1hdEljb25Nb2R1bGUsXG4gICAgVHJhbnNsYXRlTW9kdWxlLmZvckNoaWxkKCksXG4gIF0sXG4gIGV4cG9ydHM6IFtNYXBDb21wb25lbnQsIEZlYXR1cmVEZXRhaWxDb21wb25lbnRdLFxufSlcbmV4cG9ydCBjbGFzcyBVaU1hcE1vZHVsZSB7fVxuIl19
|
|
@@ -186,6 +186,7 @@
|
|
|
186
186
|
"downloads.format.unknown": "unbekannt",
|
|
187
187
|
"downloads.wfs.featuretype.not.found": "Der Layer wurde nicht gefunden",
|
|
188
188
|
"dropFile": "Datei ablegen",
|
|
189
|
+
"editor.form.placeKeywordWithoutExtent": "",
|
|
189
190
|
"editor.record.delete.confirmation.cancelText": "Stornieren",
|
|
190
191
|
"editor.record.delete.confirmation.confirmText": "Löschen",
|
|
191
192
|
"editor.record.delete.confirmation.message": "Sind Sie sicher, dass Sie diesen Datensatz löschen möchten?",
|
|
@@ -206,6 +207,7 @@
|
|
|
206
207
|
"editor.record.form.field.overviews": "",
|
|
207
208
|
"editor.record.form.field.recordUpdated": "Datensatz zuletzt aktualisiert",
|
|
208
209
|
"editor.record.form.field.resourceUpdated": "Letztes Aktualisierungsdatum",
|
|
210
|
+
"editor.record.form.field.spatialExtents": "",
|
|
209
211
|
"editor.record.form.field.temporalExtents": "Zeitlicher Umfang",
|
|
210
212
|
"editor.record.form.field.title": "Metadaten-Titel",
|
|
211
213
|
"editor.record.form.field.uniqueIdentifier": "Eindeutige Kennung (ID)",
|
|
@@ -243,15 +245,25 @@
|
|
|
243
245
|
"editor.record.loadError.body": "Der Datensatz konnte nicht geladen werden:",
|
|
244
246
|
"editor.record.loadError.closeMessage": "Verstanden",
|
|
245
247
|
"editor.record.loadError.title": "Fehler beim Laden des Datensatzes",
|
|
248
|
+
"editor.record.placeKeywordWithoutLabel": "",
|
|
246
249
|
"editor.record.publish": "Diesen Datensatz veröffentlichen",
|
|
247
250
|
"editor.record.publishError.body": "Der Datensatz konnte nicht veröffentlicht werden:",
|
|
248
251
|
"editor.record.publishError.closeMessage": "Verstanden",
|
|
249
252
|
"editor.record.publishError.title": "Fehler beim Veröffentlichen des Datensatzes",
|
|
250
253
|
"editor.record.publishSuccess.body": "Der Datensatz wurde erfolgreich veröffentlicht!",
|
|
251
254
|
"editor.record.publishSuccess.title": "Veröffentlichung erfolgreich",
|
|
255
|
+
"editor.record.resourceError.body": "",
|
|
256
|
+
"editor.record.resourceError.closeMessage": "",
|
|
257
|
+
"editor.record.resourceError.title": "",
|
|
252
258
|
"editor.record.saveStatus.asDraftOnly": "Nur als Entwurf gespeichert - noch nicht veröffentlicht",
|
|
253
259
|
"editor.record.saveStatus.draftWithChangesPending": "Als Entwurf gespeichert - Änderungen stehen aus",
|
|
254
260
|
"editor.record.saveStatus.recordUpToDate": "Datensatz ist auf dem neuesten Stand",
|
|
261
|
+
"editor.record.undo.confirmation.cancelText": "",
|
|
262
|
+
"editor.record.undo.confirmation.confirmText": "",
|
|
263
|
+
"editor.record.undo.confirmation.message": "",
|
|
264
|
+
"editor.record.undo.confirmation.title": "",
|
|
265
|
+
"editor.record.undo.tooltip.disabled": "",
|
|
266
|
+
"editor.record.undo.tooltip.enabled": "",
|
|
255
267
|
"editor.record.upToDate": "Dieser Datensatz ist auf dem neuesten Stand",
|
|
256
268
|
"editor.sidebar.menu.editor": "",
|
|
257
269
|
"externalviewer.dataset.unnamed": "Datensatz aus dem Datahub",
|
|
@@ -186,6 +186,7 @@
|
|
|
186
186
|
"downloads.format.unknown": "unknown",
|
|
187
187
|
"downloads.wfs.featuretype.not.found": "The layer was not found",
|
|
188
188
|
"dropFile": "drop file",
|
|
189
|
+
"editor.form.placeKeywordWithoutExtent": "This keyword is not associated with a geographical extent",
|
|
189
190
|
"editor.record.delete.confirmation.cancelText": "Cancel",
|
|
190
191
|
"editor.record.delete.confirmation.confirmText": "Delete",
|
|
191
192
|
"editor.record.delete.confirmation.message": "Are you sure you want to delete this record?",
|
|
@@ -206,6 +207,7 @@
|
|
|
206
207
|
"editor.record.form.field.overviews": "Overviews",
|
|
207
208
|
"editor.record.form.field.recordUpdated": "Record Updated",
|
|
208
209
|
"editor.record.form.field.resourceUpdated": "Resource Updated",
|
|
210
|
+
"editor.record.form.field.spatialExtents": "Spatial extents",
|
|
209
211
|
"editor.record.form.field.temporalExtents": "Temporal extents",
|
|
210
212
|
"editor.record.form.field.title": "Metadata title",
|
|
211
213
|
"editor.record.form.field.uniqueIdentifier": "Unique identifier",
|
|
@@ -243,15 +245,25 @@
|
|
|
243
245
|
"editor.record.loadError.body": "The record could not be loaded:",
|
|
244
246
|
"editor.record.loadError.closeMessage": "Understood",
|
|
245
247
|
"editor.record.loadError.title": "Error loading record",
|
|
248
|
+
"editor.record.placeKeywordWithoutLabel": "Unnamed location",
|
|
246
249
|
"editor.record.publish": "Publish this record",
|
|
247
250
|
"editor.record.publishError.body": "The record could not be published:",
|
|
248
251
|
"editor.record.publishError.closeMessage": "Understood",
|
|
249
252
|
"editor.record.publishError.title": "Error publishing record",
|
|
250
253
|
"editor.record.publishSuccess.body": "The record was successfully published!",
|
|
251
254
|
"editor.record.publishSuccess.title": "Publish success",
|
|
255
|
+
"editor.record.resourceError.body": "There was an issue with the record attachments:",
|
|
256
|
+
"editor.record.resourceError.closeMessage": "Understood",
|
|
257
|
+
"editor.record.resourceError.title": "Error with the record attachments",
|
|
252
258
|
"editor.record.saveStatus.asDraftOnly": "Saved as draft only - not published yet",
|
|
253
259
|
"editor.record.saveStatus.draftWithChangesPending": "Saved as draft - changes are pending",
|
|
254
260
|
"editor.record.saveStatus.recordUpToDate": "Record is up to date",
|
|
261
|
+
"editor.record.undo.confirmation.cancelText": "Keep the changes",
|
|
262
|
+
"editor.record.undo.confirmation.confirmText": "Discard the changes",
|
|
263
|
+
"editor.record.undo.confirmation.message": "Are you sure you want to cancel the pending changes on this record?",
|
|
264
|
+
"editor.record.undo.confirmation.title": "Cancel changes?",
|
|
265
|
+
"editor.record.undo.tooltip.disabled": "There is no pending changes on this record",
|
|
266
|
+
"editor.record.undo.tooltip.enabled": "Clicking this button will cancel the pending changes on this record.",
|
|
255
267
|
"editor.record.upToDate": "This record is up to date",
|
|
256
268
|
"editor.sidebar.menu.editor": "Editor",
|
|
257
269
|
"externalviewer.dataset.unnamed": "Datahub layer",
|
|
@@ -186,6 +186,7 @@
|
|
|
186
186
|
"downloads.format.unknown": "",
|
|
187
187
|
"downloads.wfs.featuretype.not.found": "",
|
|
188
188
|
"dropFile": "",
|
|
189
|
+
"editor.form.placeKeywordWithoutExtent": "",
|
|
189
190
|
"editor.record.delete.confirmation.cancelText": "",
|
|
190
191
|
"editor.record.delete.confirmation.confirmText": "",
|
|
191
192
|
"editor.record.delete.confirmation.message": "",
|
|
@@ -206,6 +207,7 @@
|
|
|
206
207
|
"editor.record.form.field.overviews": "",
|
|
207
208
|
"editor.record.form.field.recordUpdated": "",
|
|
208
209
|
"editor.record.form.field.resourceUpdated": "",
|
|
210
|
+
"editor.record.form.field.spatialExtents": "",
|
|
209
211
|
"editor.record.form.field.temporalExtents": "",
|
|
210
212
|
"editor.record.form.field.title": "",
|
|
211
213
|
"editor.record.form.field.uniqueIdentifier": "",
|
|
@@ -243,15 +245,25 @@
|
|
|
243
245
|
"editor.record.loadError.body": "",
|
|
244
246
|
"editor.record.loadError.closeMessage": "",
|
|
245
247
|
"editor.record.loadError.title": "",
|
|
248
|
+
"editor.record.placeKeywordWithoutLabel": "",
|
|
246
249
|
"editor.record.publish": "",
|
|
247
250
|
"editor.record.publishError.body": "",
|
|
248
251
|
"editor.record.publishError.closeMessage": "",
|
|
249
252
|
"editor.record.publishError.title": "",
|
|
250
253
|
"editor.record.publishSuccess.body": "",
|
|
251
254
|
"editor.record.publishSuccess.title": "",
|
|
255
|
+
"editor.record.resourceError.body": "",
|
|
256
|
+
"editor.record.resourceError.closeMessage": "",
|
|
257
|
+
"editor.record.resourceError.title": "",
|
|
252
258
|
"editor.record.saveStatus.asDraftOnly": "",
|
|
253
259
|
"editor.record.saveStatus.draftWithChangesPending": "",
|
|
254
260
|
"editor.record.saveStatus.recordUpToDate": "",
|
|
261
|
+
"editor.record.undo.confirmation.cancelText": "",
|
|
262
|
+
"editor.record.undo.confirmation.confirmText": "",
|
|
263
|
+
"editor.record.undo.confirmation.message": "",
|
|
264
|
+
"editor.record.undo.confirmation.title": "",
|
|
265
|
+
"editor.record.undo.tooltip.disabled": "",
|
|
266
|
+
"editor.record.undo.tooltip.enabled": "",
|
|
255
267
|
"editor.record.upToDate": "",
|
|
256
268
|
"editor.sidebar.menu.editor": "",
|
|
257
269
|
"externalviewer.dataset.unnamed": "",
|
|
@@ -186,10 +186,11 @@
|
|
|
186
186
|
"downloads.format.unknown": "inconnu",
|
|
187
187
|
"downloads.wfs.featuretype.not.found": "La couche n'a pas été retrouvée",
|
|
188
188
|
"dropFile": "Faites glisser votre fichier",
|
|
189
|
+
"editor.form.placeKeywordWithoutExtent": "Ce mot-clé n'a pas de localisation géographique associée",
|
|
189
190
|
"editor.record.delete.confirmation.cancelText": "Annuler",
|
|
190
191
|
"editor.record.delete.confirmation.confirmText": "Supprimer",
|
|
191
192
|
"editor.record.delete.confirmation.message": "Etes-vous sûr de vouloir supprimer cette fiche ?",
|
|
192
|
-
"editor.record.delete.confirmation.title": "Supprimer la fiche",
|
|
193
|
+
"editor.record.delete.confirmation.title": "Supprimer la fiche ?",
|
|
193
194
|
"editor.record.deleteError.body": "La fiche n'a pas pu être supprimée :",
|
|
194
195
|
"editor.record.deleteError.closeMessage": "Compris",
|
|
195
196
|
"editor.record.deleteError.title": "Erreur lors de la suppression",
|
|
@@ -206,8 +207,9 @@
|
|
|
206
207
|
"editor.record.form.field.overviews": "Aperçus",
|
|
207
208
|
"editor.record.form.field.recordUpdated": "Date de dernière révision",
|
|
208
209
|
"editor.record.form.field.resourceUpdated": "Date de dernière révision",
|
|
210
|
+
"editor.record.form.field.spatialExtents": "Étendue spatiale",
|
|
209
211
|
"editor.record.form.field.temporalExtents": "Étendue temporelle",
|
|
210
|
-
"editor.record.form.field.title": "",
|
|
212
|
+
"editor.record.form.field.title": "Titre",
|
|
211
213
|
"editor.record.form.field.uniqueIdentifier": "Identifiant unique",
|
|
212
214
|
"editor.record.form.field.updateFrequency": "Fréquence de mise à jour",
|
|
213
215
|
"editor.record.form.license.cc-by": "",
|
|
@@ -243,15 +245,25 @@
|
|
|
243
245
|
"editor.record.loadError.body": "La fiche n'a pas pu être chargée :",
|
|
244
246
|
"editor.record.loadError.closeMessage": "Compris",
|
|
245
247
|
"editor.record.loadError.title": "Erreur lors du chargement",
|
|
248
|
+
"editor.record.placeKeywordWithoutLabel": "Localisation sans nom",
|
|
246
249
|
"editor.record.publish": "Publier cette fiche",
|
|
247
250
|
"editor.record.publishError.body": "La fiche n'a pas pu être publiée :",
|
|
248
251
|
"editor.record.publishError.closeMessage": "Compris",
|
|
249
252
|
"editor.record.publishError.title": "Erreur lors de la publication",
|
|
250
253
|
"editor.record.publishSuccess.body": "La fiche a bien été publiée !",
|
|
251
254
|
"editor.record.publishSuccess.title": "Publication réussie",
|
|
255
|
+
"editor.record.resourceError.body": "Une erreur est survenue lors de la gestion des pièces jointes :",
|
|
256
|
+
"editor.record.resourceError.closeMessage": "Compris",
|
|
257
|
+
"editor.record.resourceError.title": "Erreur avec les pièces jointes",
|
|
252
258
|
"editor.record.saveStatus.asDraftOnly": "Brouillon enregistré - fiche non publiée",
|
|
253
259
|
"editor.record.saveStatus.draftWithChangesPending": "Brouillon enregistré - modifications en cours",
|
|
254
260
|
"editor.record.saveStatus.recordUpToDate": "La fiche publiée est à jour",
|
|
261
|
+
"editor.record.undo.confirmation.cancelText": "Garder les modifications",
|
|
262
|
+
"editor.record.undo.confirmation.confirmText": "Retirer les modifications",
|
|
263
|
+
"editor.record.undo.confirmation.message": "Etes-vous sûr de vouloir annuler les modifications apportées à cette fiche ?",
|
|
264
|
+
"editor.record.undo.confirmation.title": "Annuler les modifications ?",
|
|
265
|
+
"editor.record.undo.tooltip.disabled": "Il n'y a pas de modifications en cours sur cette fiche",
|
|
266
|
+
"editor.record.undo.tooltip.enabled": "Cliquer sur ce bouton pour annuler les modifications apportées à cette fiche",
|
|
255
267
|
"editor.record.upToDate": "",
|
|
256
268
|
"editor.sidebar.menu.editor": "",
|
|
257
269
|
"externalviewer.dataset.unnamed": "Couche du datahub",
|
|
@@ -186,6 +186,7 @@
|
|
|
186
186
|
"downloads.format.unknown": "sconosciuto",
|
|
187
187
|
"downloads.wfs.featuretype.not.found": "Il layer non è stato trovato",
|
|
188
188
|
"dropFile": "Trascina il suo file",
|
|
189
|
+
"editor.form.placeKeywordWithoutExtent": "",
|
|
189
190
|
"editor.record.delete.confirmation.cancelText": "",
|
|
190
191
|
"editor.record.delete.confirmation.confirmText": "",
|
|
191
192
|
"editor.record.delete.confirmation.message": "",
|
|
@@ -206,6 +207,7 @@
|
|
|
206
207
|
"editor.record.form.field.overviews": "",
|
|
207
208
|
"editor.record.form.field.recordUpdated": "",
|
|
208
209
|
"editor.record.form.field.resourceUpdated": "",
|
|
210
|
+
"editor.record.form.field.spatialExtents": "",
|
|
209
211
|
"editor.record.form.field.temporalExtents": "",
|
|
210
212
|
"editor.record.form.field.title": "",
|
|
211
213
|
"editor.record.form.field.uniqueIdentifier": "",
|
|
@@ -243,15 +245,25 @@
|
|
|
243
245
|
"editor.record.loadError.body": "",
|
|
244
246
|
"editor.record.loadError.closeMessage": "",
|
|
245
247
|
"editor.record.loadError.title": "",
|
|
248
|
+
"editor.record.placeKeywordWithoutLabel": "",
|
|
246
249
|
"editor.record.publish": "",
|
|
247
250
|
"editor.record.publishError.body": "",
|
|
248
251
|
"editor.record.publishError.closeMessage": "",
|
|
249
252
|
"editor.record.publishError.title": "",
|
|
250
253
|
"editor.record.publishSuccess.body": "",
|
|
251
254
|
"editor.record.publishSuccess.title": "",
|
|
255
|
+
"editor.record.resourceError.body": "",
|
|
256
|
+
"editor.record.resourceError.closeMessage": "",
|
|
257
|
+
"editor.record.resourceError.title": "",
|
|
252
258
|
"editor.record.saveStatus.asDraftOnly": "",
|
|
253
259
|
"editor.record.saveStatus.draftWithChangesPending": "",
|
|
254
260
|
"editor.record.saveStatus.recordUpToDate": "",
|
|
261
|
+
"editor.record.undo.confirmation.cancelText": "",
|
|
262
|
+
"editor.record.undo.confirmation.confirmText": "",
|
|
263
|
+
"editor.record.undo.confirmation.message": "",
|
|
264
|
+
"editor.record.undo.confirmation.title": "",
|
|
265
|
+
"editor.record.undo.tooltip.disabled": "",
|
|
266
|
+
"editor.record.undo.tooltip.enabled": "",
|
|
255
267
|
"editor.record.upToDate": "",
|
|
256
268
|
"editor.sidebar.menu.editor": "",
|
|
257
269
|
"externalviewer.dataset.unnamed": "Layer del datahub",
|
|
@@ -186,6 +186,7 @@
|
|
|
186
186
|
"downloads.format.unknown": "",
|
|
187
187
|
"downloads.wfs.featuretype.not.found": "",
|
|
188
188
|
"dropFile": "",
|
|
189
|
+
"editor.form.placeKeywordWithoutExtent": "",
|
|
189
190
|
"editor.record.delete.confirmation.cancelText": "",
|
|
190
191
|
"editor.record.delete.confirmation.confirmText": "",
|
|
191
192
|
"editor.record.delete.confirmation.message": "",
|
|
@@ -206,6 +207,7 @@
|
|
|
206
207
|
"editor.record.form.field.overviews": "",
|
|
207
208
|
"editor.record.form.field.recordUpdated": "",
|
|
208
209
|
"editor.record.form.field.resourceUpdated": "",
|
|
210
|
+
"editor.record.form.field.spatialExtents": "",
|
|
209
211
|
"editor.record.form.field.temporalExtents": "",
|
|
210
212
|
"editor.record.form.field.title": "",
|
|
211
213
|
"editor.record.form.field.uniqueIdentifier": "",
|
|
@@ -243,15 +245,25 @@
|
|
|
243
245
|
"editor.record.loadError.body": "",
|
|
244
246
|
"editor.record.loadError.closeMessage": "",
|
|
245
247
|
"editor.record.loadError.title": "",
|
|
248
|
+
"editor.record.placeKeywordWithoutLabel": "",
|
|
246
249
|
"editor.record.publish": "",
|
|
247
250
|
"editor.record.publishError.body": "",
|
|
248
251
|
"editor.record.publishError.closeMessage": "",
|
|
249
252
|
"editor.record.publishError.title": "",
|
|
250
253
|
"editor.record.publishSuccess.body": "",
|
|
251
254
|
"editor.record.publishSuccess.title": "",
|
|
255
|
+
"editor.record.resourceError.body": "",
|
|
256
|
+
"editor.record.resourceError.closeMessage": "",
|
|
257
|
+
"editor.record.resourceError.title": "",
|
|
252
258
|
"editor.record.saveStatus.asDraftOnly": "",
|
|
253
259
|
"editor.record.saveStatus.draftWithChangesPending": "",
|
|
254
260
|
"editor.record.saveStatus.recordUpToDate": "",
|
|
261
|
+
"editor.record.undo.confirmation.cancelText": "",
|
|
262
|
+
"editor.record.undo.confirmation.confirmText": "",
|
|
263
|
+
"editor.record.undo.confirmation.message": "",
|
|
264
|
+
"editor.record.undo.confirmation.title": "",
|
|
265
|
+
"editor.record.undo.tooltip.disabled": "",
|
|
266
|
+
"editor.record.undo.tooltip.enabled": "",
|
|
255
267
|
"editor.record.upToDate": "",
|
|
256
268
|
"editor.sidebar.menu.editor": "",
|
|
257
269
|
"externalviewer.dataset.unnamed": "",
|
|
@@ -186,6 +186,7 @@
|
|
|
186
186
|
"downloads.format.unknown": "",
|
|
187
187
|
"downloads.wfs.featuretype.not.found": "",
|
|
188
188
|
"dropFile": "",
|
|
189
|
+
"editor.form.placeKeywordWithoutExtent": "",
|
|
189
190
|
"editor.record.delete.confirmation.cancelText": "",
|
|
190
191
|
"editor.record.delete.confirmation.confirmText": "",
|
|
191
192
|
"editor.record.delete.confirmation.message": "",
|
|
@@ -206,6 +207,7 @@
|
|
|
206
207
|
"editor.record.form.field.overviews": "",
|
|
207
208
|
"editor.record.form.field.recordUpdated": "",
|
|
208
209
|
"editor.record.form.field.resourceUpdated": "",
|
|
210
|
+
"editor.record.form.field.spatialExtents": "",
|
|
209
211
|
"editor.record.form.field.temporalExtents": "",
|
|
210
212
|
"editor.record.form.field.title": "",
|
|
211
213
|
"editor.record.form.field.uniqueIdentifier": "",
|
|
@@ -243,15 +245,25 @@
|
|
|
243
245
|
"editor.record.loadError.body": "",
|
|
244
246
|
"editor.record.loadError.closeMessage": "",
|
|
245
247
|
"editor.record.loadError.title": "",
|
|
248
|
+
"editor.record.placeKeywordWithoutLabel": "",
|
|
246
249
|
"editor.record.publish": "",
|
|
247
250
|
"editor.record.publishError.body": "",
|
|
248
251
|
"editor.record.publishError.closeMessage": "",
|
|
249
252
|
"editor.record.publishError.title": "",
|
|
250
253
|
"editor.record.publishSuccess.body": "",
|
|
251
254
|
"editor.record.publishSuccess.title": "",
|
|
255
|
+
"editor.record.resourceError.body": "",
|
|
256
|
+
"editor.record.resourceError.closeMessage": "",
|
|
257
|
+
"editor.record.resourceError.title": "",
|
|
252
258
|
"editor.record.saveStatus.asDraftOnly": "",
|
|
253
259
|
"editor.record.saveStatus.draftWithChangesPending": "",
|
|
254
260
|
"editor.record.saveStatus.recordUpToDate": "",
|
|
261
|
+
"editor.record.undo.confirmation.cancelText": "",
|
|
262
|
+
"editor.record.undo.confirmation.confirmText": "",
|
|
263
|
+
"editor.record.undo.confirmation.message": "",
|
|
264
|
+
"editor.record.undo.confirmation.title": "",
|
|
265
|
+
"editor.record.undo.tooltip.disabled": "",
|
|
266
|
+
"editor.record.undo.tooltip.enabled": "",
|
|
255
267
|
"editor.record.upToDate": "",
|
|
256
268
|
"editor.sidebar.menu.editor": "",
|
|
257
269
|
"externalviewer.dataset.unnamed": "",
|