@provoly/dashboard 0.14.2 → 0.14.3
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/dataset/i18n/en.translations.d.ts +1 -0
- package/dataset/i18n/fr.translations.d.ts +1 -0
- package/esm2022/dataset/components/dataset-card/dataset-card.component.mjs +3 -3
- package/esm2022/dataset/i18n/en.translations.mjs +2 -1
- package/esm2022/dataset/i18n/fr.translations.mjs +2 -1
- package/esm2022/import/components/import.component.mjs +3 -3
- package/esm2022/import/i18n/en.translations.mjs +3 -3
- package/esm2022/import/i18n/fr.translations.mjs +3 -2
- package/esm2022/lib/core/i18n/en.translations.mjs +3 -3
- package/esm2022/lib/core/model/widget-map-manifest.interface.mjs +1 -1
- package/esm2022/presentation/i18n/en.translations.mjs +2 -2
- package/esm2022/restitution/i18n/en.translations.mjs +6 -2
- package/esm2022/supervision/i18n/en.translations.mjs +3 -3
- package/esm2022/widgets/widget-map/component/widget-map.component.mjs +53 -23
- package/esm2022/widgets/widget-map/component/wms.service.mjs +67 -0
- package/esm2022/widgets/widget-map/i18n/en.translations.mjs +2 -2
- package/esm2022/widgets/widget-map/i18n/fr.translations.mjs +2 -2
- package/esm2022/widgets/widget-map/pipe/widget-map-legend-url.pipe.mjs +20 -60
- package/esm2022/widgets/widget-map/public-api.mjs +2 -1
- package/esm2022/widgets/widget-map/utils/xml-utils.class.mjs +7 -5
- package/fesm2022/provoly-dashboard-dataset.mjs +4 -2
- package/fesm2022/provoly-dashboard-dataset.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-import.mjs +6 -5
- package/fesm2022/provoly-dashboard-import.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-presentation.mjs +1 -1
- package/fesm2022/provoly-dashboard-presentation.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-restitution.mjs +5 -1
- package/fesm2022/provoly-dashboard-restitution.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-supervision.mjs +2 -2
- package/fesm2022/provoly-dashboard-supervision.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-widgets-widget-map.mjs +167 -115
- package/fesm2022/provoly-dashboard-widgets-widget-map.mjs.map +1 -1
- package/fesm2022/provoly-dashboard.mjs +4 -2
- package/fesm2022/provoly-dashboard.mjs.map +1 -1
- package/import/i18n/en.translations.d.ts +2 -2
- package/import/i18n/fr.translations.d.ts +2 -1
- package/lib/core/model/widget-map-manifest.interface.d.ts +2 -0
- package/package.json +1 -1
- package/restitution/i18n/en.translations.d.ts +4 -0
- package/supervision/i18n/en.translations.d.ts +2 -2
- package/widgets/widget-map/component/widget-map.component.d.ts +5 -2
- package/widgets/widget-map/component/wms.service.d.ts +18 -0
- package/widgets/widget-map/pipe/widget-map-legend-url.pipe.d.ts +5 -5
- package/widgets/widget-map/public-api.d.ts +1 -0
|
@@ -214,7 +214,7 @@ const enTranslations$1 = {
|
|
|
214
214
|
delete: 'Delete',
|
|
215
215
|
maximize: 'Maximize',
|
|
216
216
|
none_auto: 'Insert restitutions here',
|
|
217
|
-
none_manual:
|
|
217
|
+
none_manual: "Drag 'n' drop",
|
|
218
218
|
loading: 'Loading'
|
|
219
219
|
},
|
|
220
220
|
namedQuery: {
|
|
@@ -303,7 +303,7 @@ const enTranslations$1 = {
|
|
|
303
303
|
},
|
|
304
304
|
tile: 'Tiles',
|
|
305
305
|
now: 'Today',
|
|
306
|
-
since_day: '
|
|
306
|
+
since_day: '{{day}} day{{plural}} ago',
|
|
307
307
|
layout: {
|
|
308
308
|
'0': 'Free layout',
|
|
309
309
|
'0_detailled': 'Free mode display, rendering size and positioning fully customizable by the user.',
|
|
@@ -2097,6 +2097,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.6", ngImpor
|
|
|
2097
2097
|
const enTranslations = {
|
|
2098
2098
|
'@pry': {
|
|
2099
2099
|
dataset: {
|
|
2100
|
+
consult: 'View',
|
|
2100
2101
|
title: 'Dataset catalog',
|
|
2101
2102
|
search: 'Search',
|
|
2102
2103
|
date: 'Date',
|
|
@@ -2163,6 +2164,7 @@ const enTranslations = {
|
|
|
2163
2164
|
const frTranslations = {
|
|
2164
2165
|
'@pry': {
|
|
2165
2166
|
dataset: {
|
|
2167
|
+
consult: 'Consulter',
|
|
2166
2168
|
title: 'Catalogue des jeux de données',
|
|
2167
2169
|
search: 'Rechercher',
|
|
2168
2170
|
date: 'Date',
|