geonetwork-ui 2.8.0-dev.94b119e28 → 2.8.0-dev.b7a1670bc
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/common/resource-types.mjs +6 -1
- package/esm2022/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.mjs +6 -4
- package/esm2022/libs/api/repository/src/lib/gn4/elasticsearch/constant.mjs +2 -1
- package/esm2022/libs/feature/dataviz/src/index.mjs +1 -2
- package/esm2022/libs/feature/dataviz/src/lib/geo-table-view/geo-table-view.component.mjs +2 -2
- package/esm2022/libs/feature/dataviz/src/lib/service/data.service.mjs +9 -2
- package/esm2022/libs/feature/editor/src/lib/components/multilingual-panel/multilingual-panel.component.mjs +3 -3
- package/esm2022/libs/feature/map/src/lib/map-state-container/map-state-container.component.mjs +2 -2
- package/esm2022/libs/feature/record/src/index.mjs +2 -1
- package/esm2022/libs/feature/record/src/lib/data-view/data-view.component.mjs +1 -1
- package/esm2022/libs/feature/record/src/lib/gpf-api-dl/gpf-api-dl.component.mjs +4 -4
- package/esm2022/libs/feature/record/src/lib/gpf-api-dl-list-item/gpf-api-dl-list-item.component.mjs +1 -1
- package/esm2022/libs/feature/record/src/lib/map-view/map-view.component.mjs +3 -3
- package/esm2022/libs/feature/record/src/lib/stac-view/stac-view.component.mjs +230 -0
- package/esm2022/libs/feature/record/src/lib/stac-view/utils.mjs +26 -0
- package/esm2022/libs/feature/record/src/lib/state/mdview.effects.mjs +2 -2
- package/esm2022/libs/feature/search/src/lib/constants.mjs +2 -1
- package/esm2022/libs/feature/search/src/lib/utils/service/fields.mjs +36 -22
- package/esm2022/libs/feature/search/src/lib/utils/service/fields.service.mjs +2 -1
- package/esm2022/libs/ui/elements/src/index.mjs +2 -1
- package/esm2022/libs/ui/elements/src/lib/downloads-list/downloads-list.component.mjs +1 -1
- package/esm2022/libs/ui/elements/src/lib/stac-items-result-grid/stac-items-result-grid.component.mjs +18 -0
- package/esm2022/libs/ui/inputs/src/index.mjs +2 -1
- package/esm2022/libs/ui/inputs/src/lib/check-toggle/check-toggle.component.mjs +3 -3
- package/esm2022/libs/ui/inputs/src/lib/date-picker/date-picker.component.mjs +21 -7
- package/esm2022/libs/ui/inputs/src/lib/date-range-dropdown/date-range-dropdown.component.mjs +3 -3
- package/esm2022/libs/ui/inputs/src/lib/date-range-inputs/date-range-inputs.component.mjs +35 -0
- package/esm2022/libs/ui/layout/src/lib/paginable.interface.mjs +1 -1
- package/esm2022/libs/ui/layout/src/lib/previous-next-buttons/previous-next-buttons.component.mjs +13 -5
- package/esm2022/libs/ui/map/src/lib/components/map-container/map-container.component.mjs +86 -32
- package/esm2022/libs/ui/map/src/lib/components/spatial-extent/spatial-extent.component.mjs +1 -1
- package/esm2022/libs/ui/widgets/src/lib/loading-mask/loading-mask.component.mjs +3 -3
- package/esm2022/translations/de.json +7 -3
- package/esm2022/translations/en.json +7 -3
- package/esm2022/translations/es.json +7 -3
- package/esm2022/translations/fr.json +7 -3
- package/esm2022/translations/it.json +7 -3
- package/esm2022/translations/nl.json +7 -3
- package/esm2022/translations/pt.json +7 -3
- package/esm2022/translations/sk.json +7 -3
- package/fesm2022/{geonetwork-ui-date-locales-MYnkDJ5h.mjs → geonetwork-ui-date-locales-DhlIiWpT.mjs} +2 -2
- package/fesm2022/{geonetwork-ui-date-locales-MYnkDJ5h.mjs.map → geonetwork-ui-date-locales-DhlIiWpT.mjs.map} +1 -1
- package/fesm2022/geonetwork-ui.mjs +563 -195
- package/fesm2022/geonetwork-ui.mjs.map +1 -1
- package/libs/api/metadata-converter/src/lib/common/resource-types.d.ts +3 -0
- package/libs/api/metadata-converter/src/lib/common/resource-types.d.ts.map +1 -1
- package/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.d.ts.map +1 -1
- package/libs/api/repository/src/lib/gn4/elasticsearch/constant.d.ts.map +1 -1
- package/libs/feature/dataviz/src/index.d.ts +0 -1
- package/libs/feature/dataviz/src/index.d.ts.map +1 -1
- package/libs/feature/dataviz/src/lib/service/data.service.d.ts +2 -1
- package/libs/feature/dataviz/src/lib/service/data.service.d.ts.map +1 -1
- package/libs/feature/record/src/index.d.ts +1 -0
- package/libs/feature/record/src/index.d.ts.map +1 -1
- package/libs/feature/record/src/lib/data-view/data-view.component.d.ts +5 -1
- package/libs/feature/record/src/lib/data-view/data-view.component.d.ts.map +1 -1
- package/libs/feature/record/src/lib/gpf-api-dl/gpf-api-dl.component.d.ts +12 -5
- package/libs/feature/record/src/lib/gpf-api-dl/gpf-api-dl.component.d.ts.map +1 -1
- package/libs/feature/record/src/lib/gpf-api-dl-list-item/gpf-api-dl-list-item.component.d.ts +3 -1
- package/libs/feature/record/src/lib/gpf-api-dl-list-item/gpf-api-dl-list-item.component.d.ts.map +1 -1
- package/libs/feature/record/src/lib/map-view/map-view.component.d.ts +5 -1
- package/libs/feature/record/src/lib/map-view/map-view.component.d.ts.map +1 -1
- package/libs/feature/record/src/lib/stac-view/stac-view.component.d.ts +53 -0
- package/libs/feature/record/src/lib/stac-view/stac-view.component.d.ts.map +1 -0
- package/libs/feature/record/src/lib/stac-view/utils.d.ts +7 -0
- package/libs/feature/record/src/lib/stac-view/utils.d.ts.map +1 -0
- package/libs/feature/search/src/lib/constants.d.ts.map +1 -1
- package/libs/feature/search/src/lib/utils/service/fields.d.ts.map +1 -1
- package/libs/feature/search/src/lib/utils/service/fields.service.d.ts.map +1 -1
- package/libs/ui/elements/src/index.d.ts +1 -0
- package/libs/ui/elements/src/index.d.ts.map +1 -1
- package/libs/ui/elements/src/lib/stac-items-result-grid/stac-items-result-grid.component.d.ts +8 -0
- package/libs/ui/elements/src/lib/stac-items-result-grid/stac-items-result-grid.component.d.ts.map +1 -0
- 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/date-picker/date-picker.component.d.ts +5 -0
- package/libs/ui/inputs/src/lib/date-picker/date-picker.component.d.ts.map +1 -1
- package/libs/ui/inputs/src/lib/date-range-inputs/date-range-inputs.component.d.ts +12 -0
- package/libs/ui/inputs/src/lib/date-range-inputs/date-range-inputs.component.d.ts.map +1 -0
- package/libs/ui/layout/src/lib/paginable.interface.d.ts +3 -3
- package/libs/ui/layout/src/lib/paginable.interface.d.ts.map +1 -1
- package/libs/ui/layout/src/lib/previous-next-buttons/previous-next-buttons.component.d.ts +2 -1
- package/libs/ui/layout/src/lib/previous-next-buttons/previous-next-buttons.component.d.ts.map +1 -1
- package/libs/ui/map/src/lib/components/map-container/map-container.component.d.ts +24 -14
- package/libs/ui/map/src/lib/components/map-container/map-container.component.d.ts.map +1 -1
- package/package.json +5 -5
- package/src/libs/api/metadata-converter/src/lib/common/resource-types.ts +11 -0
- package/src/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.ts +11 -3
- package/src/libs/api/repository/src/lib/gn4/elasticsearch/constant.ts +1 -0
- package/src/libs/feature/dataviz/src/index.ts +0 -1
- package/src/libs/feature/dataviz/src/lib/service/data.service.ts +14 -0
- package/src/libs/feature/editor/src/lib/components/multilingual-panel/multilingual-panel.component.html +1 -0
- package/src/libs/feature/record/src/index.ts +1 -0
- package/src/libs/feature/record/src/lib/data-view/data-view.component.ts +5 -1
- package/src/libs/feature/record/src/lib/gpf-api-dl/gpf-api-dl.component.ts +10 -8
- package/src/libs/feature/record/src/lib/gpf-api-dl-list-item/gpf-api-dl-list-item.component.ts +1 -1
- package/src/libs/feature/record/src/lib/map-view/map-view.component.html +1 -2
- package/src/libs/feature/record/src/lib/map-view/map-view.component.ts +5 -2
- package/src/libs/feature/record/src/lib/stac-view/stac-view.component.css +8 -0
- package/src/libs/feature/record/src/lib/stac-view/stac-view.component.html +87 -0
- package/src/libs/feature/record/src/lib/stac-view/stac-view.component.ts +339 -0
- package/src/libs/feature/record/src/lib/stac-view/utils.ts +57 -0
- package/src/libs/feature/record/src/lib/state/mdview.effects.ts +1 -1
- package/src/libs/feature/search/src/lib/constants.ts +1 -0
- package/src/libs/feature/search/src/lib/utils/service/fields.service.ts +1 -0
- package/src/libs/feature/search/src/lib/utils/service/fields.ts +37 -33
- package/src/libs/ui/elements/src/index.ts +1 -0
- package/src/libs/ui/elements/src/lib/stac-items-result-grid/stac-items-result-grid.component.html +13 -0
- package/src/libs/ui/elements/src/lib/stac-items-result-grid/stac-items-result-grid.component.ts +15 -0
- package/src/libs/ui/inputs/src/index.ts +1 -0
- package/src/libs/ui/inputs/src/lib/check-toggle/check-toggle.component.html +3 -3
- package/src/libs/ui/inputs/src/lib/date-picker/date-picker.component.ts +17 -1
- package/src/libs/ui/inputs/src/lib/date-range-inputs/date-range-inputs.component.css +0 -0
- package/src/libs/ui/inputs/src/lib/date-range-inputs/date-range-inputs.component.html +15 -0
- package/src/libs/ui/inputs/src/lib/date-range-inputs/date-range-inputs.component.ts +41 -0
- package/src/libs/ui/layout/src/lib/paginable.interface.ts +3 -3
- package/src/libs/ui/layout/src/lib/previous-next-buttons/previous-next-buttons.component.html +12 -6
- package/src/libs/ui/layout/src/lib/previous-next-buttons/previous-next-buttons.component.ts +4 -1
- package/src/libs/ui/map/src/lib/components/map-container/map-container.component.html +16 -14
- package/src/libs/ui/map/src/lib/components/map-container/map-container.component.ts +144 -65
- package/translations/de.json +7 -3
- package/translations/en.json +7 -3
- package/translations/es.json +7 -3
- package/translations/fr.json +7 -3
- package/translations/it.json +7 -3
- package/translations/nl.json +7 -3
- package/translations/pt.json +7 -3
- package/translations/sk.json +7 -3
- package/esm2022/libs/feature/dataviz/src/lib/stac-view/stac-view.component.mjs +0 -51
- package/libs/feature/dataviz/src/lib/stac-view/stac-view.component.d.ts +0 -16
- package/libs/feature/dataviz/src/lib/stac-view/stac-view.component.d.ts.map +0 -1
- package/src/libs/feature/dataviz/src/lib/stac-view/stac-view.component.html +0 -40
- package/src/libs/feature/dataviz/src/lib/stac-view/stac-view.component.ts +0 -62
- /package/src/libs/{feature/dataviz/src/lib/stac-view/stac-view.component.css → ui/elements/src/lib/stac-items-result-grid/stac-items-result-grid.component.css} +0 -0
|
@@ -62,6 +62,9 @@
|
|
|
62
62
|
"dataset.error.restrictedAccess": "",
|
|
63
63
|
"dataset.error.unknown": "",
|
|
64
64
|
"dataset.error.unsupportedType": "",
|
|
65
|
+
"daterange.filter.from": "",
|
|
66
|
+
"daterange.filter.period": "",
|
|
67
|
+
"daterange.filter.to": "",
|
|
65
68
|
"domain.contact.role.author": "",
|
|
66
69
|
"domain.contact.role.collaborator": "",
|
|
67
70
|
"domain.contact.role.contributor": "",
|
|
@@ -397,6 +400,7 @@
|
|
|
397
400
|
"pagination.nextPage": "",
|
|
398
401
|
"pagination.page": "",
|
|
399
402
|
"pagination.pageOf": "",
|
|
403
|
+
"pagination.previousPage": "",
|
|
400
404
|
"record.action.delete": "",
|
|
401
405
|
"record.action.download": "",
|
|
402
406
|
"record.action.duplicate": "",
|
|
@@ -597,6 +601,7 @@
|
|
|
597
601
|
"search.filters.producerOrg": "",
|
|
598
602
|
"search.filters.publicationYear": "",
|
|
599
603
|
"search.filters.publisherOrg": "",
|
|
604
|
+
"search.filters.recordKind": "",
|
|
600
605
|
"search.filters.recordKind.all": "Todos",
|
|
601
606
|
"search.filters.recordKind.dataset": "",
|
|
602
607
|
"search.filters.recordKind.reuse": "",
|
|
@@ -635,10 +640,9 @@
|
|
|
635
640
|
"service.metadata.spatialExtent": "",
|
|
636
641
|
"share.tab.permalink": "",
|
|
637
642
|
"share.tab.webComponent": "",
|
|
638
|
-
"stac.filter.
|
|
639
|
-
"stac.filter.period": "",
|
|
643
|
+
"stac.filter.enable": "",
|
|
640
644
|
"stac.filter.reset": "",
|
|
641
|
-
"stac.
|
|
645
|
+
"stac.results.noResults": "",
|
|
642
646
|
"table.loading.data": "",
|
|
643
647
|
"table.object.count": "",
|
|
644
648
|
"table.paginator.firstPage": "",
|
|
@@ -62,6 +62,9 @@
|
|
|
62
62
|
"dataset.error.restrictedAccess": "",
|
|
63
63
|
"dataset.error.unknown": "Dáta nie je možné zobraziť: \"{ info }\"",
|
|
64
64
|
"dataset.error.unsupportedType": "Nepodporovaný typ obsahu: \"{ info }\"",
|
|
65
|
+
"daterange.filter.from": "",
|
|
66
|
+
"daterange.filter.period": "",
|
|
67
|
+
"daterange.filter.to": "",
|
|
65
68
|
"domain.contact.role.author": "",
|
|
66
69
|
"domain.contact.role.collaborator": "",
|
|
67
70
|
"domain.contact.role.contributor": "",
|
|
@@ -397,6 +400,7 @@
|
|
|
397
400
|
"pagination.nextPage": "Ďalšia stránka",
|
|
398
401
|
"pagination.page": "strana",
|
|
399
402
|
"pagination.pageOf": "z",
|
|
403
|
+
"pagination.previousPage": "",
|
|
400
404
|
"record.action.delete": "",
|
|
401
405
|
"record.action.download": "Stiahnuť",
|
|
402
406
|
"record.action.duplicate": "",
|
|
@@ -597,6 +601,7 @@
|
|
|
597
601
|
"search.filters.producerOrg": "",
|
|
598
602
|
"search.filters.publicationYear": "Rok zverejnenia",
|
|
599
603
|
"search.filters.publisherOrg": "",
|
|
604
|
+
"search.filters.recordKind": "",
|
|
600
605
|
"search.filters.recordKind.all": "Všetky",
|
|
601
606
|
"search.filters.recordKind.dataset": "",
|
|
602
607
|
"search.filters.recordKind.reuse": "",
|
|
@@ -635,10 +640,9 @@
|
|
|
635
640
|
"service.metadata.spatialExtent": "",
|
|
636
641
|
"share.tab.permalink": "Zdieľať",
|
|
637
642
|
"share.tab.webComponent": "Integrovať",
|
|
638
|
-
"stac.filter.
|
|
639
|
-
"stac.filter.period": "",
|
|
643
|
+
"stac.filter.enable": "",
|
|
640
644
|
"stac.filter.reset": "",
|
|
641
|
-
"stac.
|
|
645
|
+
"stac.results.noResults": "",
|
|
642
646
|
"table.loading.data": "Načítanie údajov...",
|
|
643
647
|
"table.object.count": "objekty v tomto súbore údajov",
|
|
644
648
|
"table.paginator.firstPage": "",
|
package/fesm2022/{geonetwork-ui-date-locales-MYnkDJ5h.mjs → geonetwork-ui-date-locales-DhlIiWpT.mjs}
RENAMED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { enUS,
|
|
1
|
+
import { enUS, cy, uk, ka, az, hy, tr, sv, pl, nn, da, ar, sk, zhCN, ru, pt, it, is, fi, ca, cs, es, ko, de, fr, nl } from 'date-fns/locale';
|
|
2
2
|
|
|
3
3
|
// all 2-char language codes should be listed here
|
|
4
4
|
const locales = {
|
|
@@ -32,4 +32,4 @@ const locales = {
|
|
|
32
32
|
};
|
|
33
33
|
|
|
34
34
|
export { locales as default };
|
|
35
|
-
//# sourceMappingURL=geonetwork-ui-date-locales-
|
|
35
|
+
//# sourceMappingURL=geonetwork-ui-date-locales-DhlIiWpT.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"geonetwork-ui-date-locales-
|
|
1
|
+
{"version":3,"file":"geonetwork-ui-date-locales-DhlIiWpT.mjs","sources":["../../libs/util/i18n/src/lib/date-locales.ts"],"sourcesContent":["import { LanguageCode2 } from './language-codes'\nimport {\n ar,\n az,\n ca,\n cs,\n cy,\n da,\n de,\n enUS,\n es,\n fi,\n fr,\n hy,\n is,\n it,\n ka,\n ko,\n Locale,\n nl,\n nn,\n pl,\n pt,\n ru,\n sk,\n sv,\n tr,\n uk,\n zhCN,\n} from 'date-fns/locale'\n\n// all 2-char language codes should be listed here\nconst locales: Record<LanguageCode2, Locale> = {\n en: enUS,\n nl: nl,\n fr: fr,\n de: de,\n ko: ko,\n es: es,\n cs: cs,\n ca: ca,\n fi: fi,\n is: is,\n it: it,\n pt: pt,\n ru: ru,\n zh: zhCN,\n sk: sk,\n ar: ar,\n da: da,\n no: nn,\n pl: pl,\n sv: sv,\n tr: tr,\n hy: hy,\n az: az,\n ka: ka,\n uk: uk,\n cy: cy,\n rm: enUS, // locale is unavailable\n}\n\nexport default locales\n"],"names":[],"mappings":";;AA+BA;AACA,MAAM,OAAO,GAAkC;AAC7C,IAAA,EAAE,EAAE,IAAI;AACR,IAAA,EAAE,EAAE,EAAE;AACN,IAAA,EAAE,EAAE,EAAE;AACN,IAAA,EAAE,EAAE,EAAE;AACN,IAAA,EAAE,EAAE,EAAE;AACN,IAAA,EAAE,EAAE,EAAE;AACN,IAAA,EAAE,EAAE,EAAE;AACN,IAAA,EAAE,EAAE,EAAE;AACN,IAAA,EAAE,EAAE,EAAE;AACN,IAAA,EAAE,EAAE,EAAE;AACN,IAAA,EAAE,EAAE,EAAE;AACN,IAAA,EAAE,EAAE,EAAE;AACN,IAAA,EAAE,EAAE,EAAE;AACN,IAAA,EAAE,EAAE,IAAI;AACR,IAAA,EAAE,EAAE,EAAE;AACN,IAAA,EAAE,EAAE,EAAE;AACN,IAAA,EAAE,EAAE,EAAE;AACN,IAAA,EAAE,EAAE,EAAE;AACN,IAAA,EAAE,EAAE,EAAE;AACN,IAAA,EAAE,EAAE,EAAE;AACN,IAAA,EAAE,EAAE,EAAE;AACN,IAAA,EAAE,EAAE,EAAE;AACN,IAAA,EAAE,EAAE,EAAE;AACN,IAAA,EAAE,EAAE,EAAE;AACN,IAAA,EAAE,EAAE,EAAE;AACN,IAAA,EAAE,EAAE,EAAE;IACN,EAAE,EAAE,IAAI;;;;;"}
|