@igo2/core 1.13.0 → 1.13.1
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/__ivy_ngcc__/locale/en.context.json +1 -0
- package/__ivy_ngcc__/locale/en.geo.json +19 -4
- package/__ivy_ngcc__/locale/en.json +20 -4
- package/__ivy_ngcc__/locale/fr.context.json +1 -0
- package/__ivy_ngcc__/locale/fr.geo.json +18 -3
- package/__ivy_ngcc__/locale/fr.json +19 -3
- package/esm2020/lib/config/version.mjs +3 -3
- package/esm2020/lib/language/shared/language.service.mjs +5 -1
- package/esm2020/lib/message/shared/message.enum.mjs +2 -1
- package/esm2020/lib/message/shared/message.interface.mjs +1 -1
- package/esm2020/lib/message/shared/message.service.mjs +101 -23
- package/esm2020/lib/request/error.interceptor.mjs +9 -2
- package/fesm2015/igo2-core.mjs +114 -26
- package/fesm2015/igo2-core.mjs.map +1 -1
- package/fesm2020/igo2-core.mjs +114 -26
- package/fesm2020/igo2-core.mjs.map +1 -1
- package/lib/language/shared/language.service.d.ts +2 -0
- package/lib/message/shared/message.enum.d.ts +2 -1
- package/lib/message/shared/message.interface.d.ts +3 -0
- package/lib/message/shared/message.service.d.ts +7 -4
- package/lib/request/error.interceptor.d.ts +1 -1
- package/locale/en.context.json +1 -0
- package/locale/en.geo.json +19 -4
- package/locale/en.json +20 -4
- package/locale/fr.context.json +1 -0
- package/locale/fr.geo.json +18 -3
- package/locale/fr.json +19 -3
- package/package.json +3 -3
- package/style/index.theming.scss +105 -43
|
@@ -137,6 +137,8 @@
|
|
|
137
137
|
"importSizeMax": "The file size limit is {{size}} Mb",
|
|
138
138
|
"importFormatAuthorized": "Formats authorized: geojson, kml, gpx, gml, shapefile",
|
|
139
139
|
"importShpZip": "Shapefiles must be zipped AND geometries stored in Latitude Longitude coordinate (EPSG:4326/WGS:84)",
|
|
140
|
+
"importHtmlClarifications": "",
|
|
141
|
+
"exportHtmlClarifications": "",
|
|
140
142
|
"other": "other",
|
|
141
143
|
"others": "others",
|
|
142
144
|
"projections": {
|
|
@@ -203,7 +205,8 @@
|
|
|
203
205
|
"placeholderSnrc": "Ex: 21L14",
|
|
204
206
|
"selectOperator": "Select an operator",
|
|
205
207
|
"sliderModeTitle": "Time slider",
|
|
206
|
-
"reportingDate": "Reporting date"
|
|
208
|
+
"reportingDate": "Reporting date",
|
|
209
|
+
"noFilterableLayer": "No layer can be filtered in the current map"
|
|
207
210
|
},
|
|
208
211
|
"spatialSelector": {
|
|
209
212
|
"fixedExtent": "Fixed extent",
|
|
@@ -255,6 +258,10 @@
|
|
|
255
258
|
"noLayersVisibleWithShowAllButtonButZoom": "No layer currently visible. If you zoom in the map, some layers will appear OR activate the button above to see all the legends.",
|
|
256
259
|
"noLayersVisible": "No layers currently visible.",
|
|
257
260
|
"noLayersVisibleButZoom": "No layers currently visible. However, if you zoom in the map, some layers will appear."
|
|
261
|
+
},
|
|
262
|
+
"style": {
|
|
263
|
+
"styleModal": "Edit style",
|
|
264
|
+
"styleModalTooltip": "Edit the style of the selected entities "
|
|
258
265
|
}
|
|
259
266
|
},
|
|
260
267
|
"download": {
|
|
@@ -265,7 +272,8 @@
|
|
|
265
272
|
},
|
|
266
273
|
"mapButtons": {
|
|
267
274
|
"baselayerSwitcher": "Change base layer",
|
|
268
|
-
"geolocate": "
|
|
275
|
+
"geolocate": "Show geolocation",
|
|
276
|
+
"geolocateInactive": "Hide geolocation",
|
|
269
277
|
"home-extent": "Go to the home map extent",
|
|
270
278
|
"offline": "Offline mode",
|
|
271
279
|
"online": "Online mode",
|
|
@@ -415,6 +423,7 @@
|
|
|
415
423
|
"layer.title": "Layer",
|
|
416
424
|
"layer.placeholder": "Search for a layer",
|
|
417
425
|
"ichercheReverse.name": "Search by coordinates",
|
|
426
|
+
"clearSearch": "Clear search",
|
|
418
427
|
"ilayer": {
|
|
419
428
|
"name": "Layers",
|
|
420
429
|
"properties": {
|
|
@@ -696,7 +705,10 @@
|
|
|
696
705
|
"toggleMapTooltips": "Show map tooltips",
|
|
697
706
|
"undo": "Remove last vertex",
|
|
698
707
|
"fontSize": "Font size",
|
|
699
|
-
"fontStyle": "Font style"
|
|
708
|
+
"fontStyle": "Font style",
|
|
709
|
+
"offsetX": "Horizontal offset",
|
|
710
|
+
"offsetY": "Vertical offset",
|
|
711
|
+
"changeLabel": "Double click on label to change it"
|
|
700
712
|
},
|
|
701
713
|
"network": {
|
|
702
714
|
"online": {
|
|
@@ -730,7 +742,10 @@
|
|
|
730
742
|
"maxLength": "{{column}} is longer than {{value}} characters"
|
|
731
743
|
},
|
|
732
744
|
"query": {
|
|
733
|
-
"featureCountMax": "You may have more feature queryable on {{value}}. Zoom in to ensure you have access to all features."
|
|
745
|
+
"featureCountMax": "You may have more feature queryable on {{value}}. Zoom in to ensure you have access to all features.",
|
|
746
|
+
"link": {
|
|
747
|
+
"message": "Hyperlink copied to clipboard"
|
|
748
|
+
}
|
|
734
749
|
}
|
|
735
750
|
}
|
|
736
751
|
}
|
|
@@ -224,6 +224,7 @@
|
|
|
224
224
|
"copyMsg": "Link copied to clipboard",
|
|
225
225
|
"copyTitle": "Link"
|
|
226
226
|
},
|
|
227
|
+
"htmlClarifications": "",
|
|
227
228
|
"errorTitle": "Share Map error",
|
|
228
229
|
"placeholderLink": "Link",
|
|
229
230
|
"included": "Included in shared URL :",
|
|
@@ -418,6 +419,8 @@
|
|
|
418
419
|
"importSizeMax": "The file size limit is {{size}} Mb",
|
|
419
420
|
"importFormatAuthorized": "Formats authorized: geojson, kml, gpx, gml, shapefile",
|
|
420
421
|
"importShpZip": "Shapefiles must be zipped AND geometries stored in Latitude Longitude coordinate (EPSG:4326/WGS:84)",
|
|
422
|
+
"importHtmlClarifications": "",
|
|
423
|
+
"exportHtmlClarifications": "",
|
|
421
424
|
"other": "other",
|
|
422
425
|
"others": "others",
|
|
423
426
|
"projections": {
|
|
@@ -483,7 +486,8 @@
|
|
|
483
486
|
"placeholderSnrc": "Ex: 21L14",
|
|
484
487
|
"selectOperator": "Select an operator",
|
|
485
488
|
"sliderModeTitle": "Time slider",
|
|
486
|
-
"reportingDate": "Reporting date"
|
|
489
|
+
"reportingDate": "Reporting date",
|
|
490
|
+
"noFilterableLayer": "No layer can be filtered in the current map"
|
|
487
491
|
},
|
|
488
492
|
"spatialSelector": {
|
|
489
493
|
"fixedExtent": "Fixed extent",
|
|
@@ -535,6 +539,10 @@
|
|
|
535
539
|
"noLayersVisibleWithShowAllButtonButZoom": "No layer currently visible. If you zoom in the map, some layers will appear OR activate the button above to see all the legends.",
|
|
536
540
|
"noLayersVisible": "No layers currently visible.",
|
|
537
541
|
"noLayersVisibleButZoom": "No layers currently visible. However, if you zoom in the map, some layers will appear."
|
|
542
|
+
},
|
|
543
|
+
"style": {
|
|
544
|
+
"styleModal": "Edit style",
|
|
545
|
+
"styleModalTooltip": "Edit the style of the selected entities "
|
|
538
546
|
}
|
|
539
547
|
},
|
|
540
548
|
"download": {
|
|
@@ -545,7 +553,8 @@
|
|
|
545
553
|
},
|
|
546
554
|
"mapButtons": {
|
|
547
555
|
"baselayerSwitcher": "Change base layer",
|
|
548
|
-
"geolocate": "
|
|
556
|
+
"geolocate": "Show geolocation",
|
|
557
|
+
"geolocateInactive": "Hide geolocation",
|
|
549
558
|
"home-extent": "Go to the home map extent",
|
|
550
559
|
"offline": "Offline mode",
|
|
551
560
|
"online": "Online mode",
|
|
@@ -694,6 +703,7 @@
|
|
|
694
703
|
"layer.title": "Layer",
|
|
695
704
|
"layer.placeholder": "Search for a layer",
|
|
696
705
|
"ichercheReverse.name": "Search by coordinates",
|
|
706
|
+
"clearSearch": "Clear search",
|
|
697
707
|
"ilayer": {
|
|
698
708
|
"name": "Layers",
|
|
699
709
|
"properties": {
|
|
@@ -975,7 +985,10 @@
|
|
|
975
985
|
"toggleMapTooltips": "Show map tooltips",
|
|
976
986
|
"undo": "Remove last vertex",
|
|
977
987
|
"fontSize": "Font size",
|
|
978
|
-
"fontStyle": "Font style"
|
|
988
|
+
"fontStyle": "Font style",
|
|
989
|
+
"offsetX": "Horizontal offset",
|
|
990
|
+
"offsetY": "Vertical offset",
|
|
991
|
+
"changeLabel": "Double click on label to change it"
|
|
979
992
|
},
|
|
980
993
|
"network": {
|
|
981
994
|
"online": {
|
|
@@ -1009,7 +1022,10 @@
|
|
|
1009
1022
|
"maxLength": "{{column}} is longer than {{value}} characters"
|
|
1010
1023
|
},
|
|
1011
1024
|
"query": {
|
|
1012
|
-
"featureCountMax": "You may have more feature queryable on {{value}}. Zoom in to ensure you have access to all features."
|
|
1025
|
+
"featureCountMax": "You may have more feature queryable on {{value}}. Zoom in to ensure you have access to all features.",
|
|
1026
|
+
"link": {
|
|
1027
|
+
"message": "Hyperlink copied to clipboard"
|
|
1028
|
+
}
|
|
1013
1029
|
}
|
|
1014
1030
|
},
|
|
1015
1031
|
"integration": {
|
|
@@ -137,6 +137,8 @@
|
|
|
137
137
|
"importSizeMax": "La taille limite du fichier est de {{size}} Mo",
|
|
138
138
|
"importFormatAuthorized": "Formats autorisés: geojson, kml, gpx, gml, shapefile",
|
|
139
139
|
"importShpZip": "Les shapefiles doivent être compressés (zippés) ET leurs géométries doivent être en coordonnées Latitude Longitude (EPSG:4326/WGS84)",
|
|
140
|
+
"importHtmlClarifications": "",
|
|
141
|
+
"exportHtmlClarifications": "",
|
|
140
142
|
"other": "autre",
|
|
141
143
|
"others": "autres",
|
|
142
144
|
"projections": {
|
|
@@ -202,7 +204,8 @@
|
|
|
202
204
|
"placeholderSnrc": "Ex: 21L14",
|
|
203
205
|
"selectOperator": "Choisir un opérateur",
|
|
204
206
|
"sliderModeTitle": "Curseur temporel",
|
|
205
|
-
"reportingDate": "Date de signalement"
|
|
207
|
+
"reportingDate": "Date de signalement",
|
|
208
|
+
"noFilterableLayer": "Aucune couche ne peut être filtrée dans la carte actuelle"
|
|
206
209
|
},
|
|
207
210
|
"spatialSelector": {
|
|
208
211
|
"fixedExtent": "Étendue fixe",
|
|
@@ -254,6 +257,10 @@
|
|
|
254
257
|
"noLayersVisibleWithShowAllButtonButZoom": "Aucune couche actuellement visible. Si vous zoomez dans la carte, certaines couches apparaîtront OU activez le bouton ci haut pour voir toutes les légendes.",
|
|
255
258
|
"noLayersVisible": "Aucune couche actuellement visible.",
|
|
256
259
|
"noLayersVisibleButZoom": "Aucune couche actuellement visible. Par contre, si vous zoomez dans la carte, certaines couches apparaîtront."
|
|
260
|
+
},
|
|
261
|
+
"style": {
|
|
262
|
+
"styleModal": "Modifier le style",
|
|
263
|
+
"styleModalTooltip": "Éditer le style des entités sélectionnées"
|
|
257
264
|
}
|
|
258
265
|
},
|
|
259
266
|
"download": {
|
|
@@ -265,6 +272,7 @@
|
|
|
265
272
|
"mapButtons": {
|
|
266
273
|
"baselayerSwitcher": "Changer le fond de carte",
|
|
267
274
|
"geolocate": "Afficher votre position",
|
|
275
|
+
"geolocateInactive": "Masquer votre position",
|
|
268
276
|
"home-extent": "Aller à l'étendue de la carte",
|
|
269
277
|
"offline": "Passer en mode hors-ligne",
|
|
270
278
|
"online": "Passer en mode en ligne",
|
|
@@ -414,6 +422,7 @@
|
|
|
414
422
|
"layer.title": "Couche de données",
|
|
415
423
|
"layer.placeholder": "Rechercher une couche de données.",
|
|
416
424
|
"ichercheReverse.name": "Recherche par coordonnées",
|
|
425
|
+
"clearSearch": "Effacer la recherche",
|
|
417
426
|
"ilayer": {
|
|
418
427
|
"name": "Couches",
|
|
419
428
|
"properties": {
|
|
@@ -696,7 +705,10 @@
|
|
|
696
705
|
"toggleMapTooltips": "Afficher les étiquettes",
|
|
697
706
|
"undo": "Retirer le dernier sommet",
|
|
698
707
|
"fontSize": "Taille de police",
|
|
699
|
-
"fontStyle": "Style de police"
|
|
708
|
+
"fontStyle": "Style de police",
|
|
709
|
+
"offsetX": "Décalage horizontal",
|
|
710
|
+
"offsetY": "Décalage vertical",
|
|
711
|
+
"changeLabel": "Double-cliquer sur l'étiquette pour la modifier"
|
|
700
712
|
},
|
|
701
713
|
"network": {
|
|
702
714
|
"online": {
|
|
@@ -730,7 +742,10 @@
|
|
|
730
742
|
"maxLength": "{{column}} doit être plus court que {{value}} caractères"
|
|
731
743
|
},
|
|
732
744
|
"query": {
|
|
733
|
-
"featureCountMax": "Vous pourriez avoir plus d'entités interrogeables sur la couche {{value}}. Pour vous en assurer, vous pouvez zoomer et redéclencher l'interrogation."
|
|
745
|
+
"featureCountMax": "Vous pourriez avoir plus d'entités interrogeables sur la couche {{value}}. Pour vous en assurer, vous pouvez zoomer et redéclencher l'interrogation.",
|
|
746
|
+
"link": {
|
|
747
|
+
"message": "Le lien a été copié dans le presse-papier"
|
|
748
|
+
}
|
|
734
749
|
}
|
|
735
750
|
}
|
|
736
751
|
}
|
|
@@ -228,6 +228,7 @@
|
|
|
228
228
|
"copyMsg": "Lien copié",
|
|
229
229
|
"copyTitle": "Lien"
|
|
230
230
|
},
|
|
231
|
+
"htmlClarifications": "",
|
|
231
232
|
"errorTitle": "Erreur lors du partage",
|
|
232
233
|
"placeholderLink": "Lien",
|
|
233
234
|
"included": "Inclus dans le lien de partage :",
|
|
@@ -422,6 +423,8 @@
|
|
|
422
423
|
"importSizeMax": "La taille limite du fichier est de {{size}} Mo",
|
|
423
424
|
"importFormatAuthorized": "Formats autorisés: geojson, kml, gpx, gml, shapefile",
|
|
424
425
|
"importShpZip": "Les shapefiles doivent être compressés (zippés) ET leurs géométries doivent être en coordonnées Latitude Longitude (EPSG:4326/WGS84)",
|
|
426
|
+
"importHtmlClarifications": "",
|
|
427
|
+
"exportHtmlClarifications": "",
|
|
425
428
|
"other": "autre",
|
|
426
429
|
"others": "autres",
|
|
427
430
|
"projections": {
|
|
@@ -487,7 +490,8 @@
|
|
|
487
490
|
"placeholderSnrc": "Ex: 21L14",
|
|
488
491
|
"selectOperator": "Choisir un opérateur",
|
|
489
492
|
"sliderModeTitle": "Curseur temporel",
|
|
490
|
-
"reportingDate": "Date de signalement"
|
|
493
|
+
"reportingDate": "Date de signalement",
|
|
494
|
+
"noFilterableLayer": "Aucune couche ne peut être filtrée dans la carte actuelle"
|
|
491
495
|
},
|
|
492
496
|
"spatialSelector": {
|
|
493
497
|
"fixedExtent": "Étendue fixe",
|
|
@@ -539,6 +543,10 @@
|
|
|
539
543
|
"noLayersVisibleWithShowAllButtonButZoom": "Aucune couche actuellement visible. Si vous zoomez dans la carte, certaines couches apparaîtront OU activez le bouton ci haut pour voir toutes les légendes.",
|
|
540
544
|
"noLayersVisible": "Aucune couche actuellement visible.",
|
|
541
545
|
"noLayersVisibleButZoom": "Aucune couche actuellement visible. Par contre, si vous zoomez dans la carte, certaines couches apparaîtront."
|
|
546
|
+
},
|
|
547
|
+
"style": {
|
|
548
|
+
"styleModal": "Modifier le style",
|
|
549
|
+
"styleModalTooltip": "Éditer le style des entités sélectionnées"
|
|
542
550
|
}
|
|
543
551
|
},
|
|
544
552
|
"download": {
|
|
@@ -550,6 +558,7 @@
|
|
|
550
558
|
"mapButtons": {
|
|
551
559
|
"baselayerSwitcher": "Changer le fond de carte",
|
|
552
560
|
"geolocate": "Afficher votre position",
|
|
561
|
+
"geolocateInactive": "Masquer votre position",
|
|
553
562
|
"home-extent": "Aller à l'étendue de la carte",
|
|
554
563
|
"offline": "Passer en mode hors-ligne",
|
|
555
564
|
"online": "Passer en mode en ligne",
|
|
@@ -698,6 +707,7 @@
|
|
|
698
707
|
"layer.title": "Couche de données",
|
|
699
708
|
"layer.placeholder": "Rechercher une couche de données.",
|
|
700
709
|
"ichercheReverse.name": "Recherche par coordonnées",
|
|
710
|
+
"clearSearch": "Effacer la recherche",
|
|
701
711
|
"ilayer": {
|
|
702
712
|
"name": "Couches",
|
|
703
713
|
"properties": {
|
|
@@ -980,7 +990,10 @@
|
|
|
980
990
|
"toggleMapTooltips": "Afficher les étiquettes",
|
|
981
991
|
"undo": "Retirer le dernier sommet",
|
|
982
992
|
"fontSize": "Taille de police",
|
|
983
|
-
"fontStyle": "Style de police"
|
|
993
|
+
"fontStyle": "Style de police",
|
|
994
|
+
"offsetX": "Décalage horizontal",
|
|
995
|
+
"offsetY": "Décalage vertical",
|
|
996
|
+
"changeLabel": "Double-cliquer sur l'étiquette pour la modifier"
|
|
984
997
|
},
|
|
985
998
|
"network": {
|
|
986
999
|
"online": {
|
|
@@ -1014,7 +1027,10 @@
|
|
|
1014
1027
|
"maxLength": "{{column}} doit être plus court que {{value}} caractères"
|
|
1015
1028
|
},
|
|
1016
1029
|
"query": {
|
|
1017
|
-
"featureCountMax": "Vous pourriez avoir plus d'entités interrogeables sur la couche {{value}}. Pour vous en assurer, vous pouvez zoomer et redéclencher l'interrogation."
|
|
1030
|
+
"featureCountMax": "Vous pourriez avoir plus d'entités interrogeables sur la couche {{value}}. Pour vous en assurer, vous pouvez zoomer et redéclencher l'interrogation.",
|
|
1031
|
+
"link": {
|
|
1032
|
+
"message": "Le lien a été copié dans le presse-papier"
|
|
1033
|
+
}
|
|
1018
1034
|
}
|
|
1019
1035
|
},
|
|
1020
1036
|
"integration": {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export const version = {
|
|
2
|
-
lib: '1.13.
|
|
3
|
-
releaseDate:
|
|
2
|
+
lib: '1.13.1',
|
|
3
|
+
releaseDate: 1667833050348
|
|
4
4
|
};
|
|
5
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
5
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmVyc2lvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL2NvcmUvc3JjL2xpYi9jb25maWcvdmVyc2lvbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFLQSxNQUFNLENBQUMsTUFBTSxPQUFPLEdBQVk7SUFDOUIsR0FBRyxFQUFFLFFBQVE7SUFDYixXQUFXLEVBQUUsYUFBYTtDQUMzQixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IGludGVyZmFjZSBWZXJzaW9uIHtcbiAgbGliOiBzdHJpbmc7XG4gIHJlbGVhc2VEYXRlOiBudW1iZXI7XG59XG5cbmV4cG9ydCBjb25zdCB2ZXJzaW9uOiBWZXJzaW9uID0ge1xuICBsaWI6ICcxLjEzLjEnLFxuICByZWxlYXNlRGF0ZTogMTY2NzgzMzA1MDM0OFxufTtcbiJdfQ==
|
|
@@ -1,18 +1,22 @@
|
|
|
1
1
|
import { Injectable } from '@angular/core';
|
|
2
|
+
import { BehaviorSubject } from 'rxjs';
|
|
2
3
|
import * as i0 from "@angular/core";
|
|
3
4
|
import * as i1 from "@ngx-translate/core";
|
|
4
5
|
export class LanguageService {
|
|
5
6
|
constructor(translate) {
|
|
6
7
|
this.translate = translate;
|
|
7
8
|
this.language = this.translate.getBrowserLang();
|
|
9
|
+
this.language$ = new BehaviorSubject(undefined);
|
|
8
10
|
const lang = this.getLanguage();
|
|
9
11
|
this.translate.setDefaultLang(lang);
|
|
12
|
+
this.language$.next(lang);
|
|
10
13
|
}
|
|
11
14
|
getLanguage() {
|
|
12
15
|
return this.language.match(/en|fr/) ? this.language : 'en';
|
|
13
16
|
}
|
|
14
17
|
setLanguage(language) {
|
|
15
18
|
this.language = language.match(/en|fr/) ? language : 'en';
|
|
19
|
+
this.language$.next(this.language);
|
|
16
20
|
this.translate.use(this.language);
|
|
17
21
|
this.translate.reloadLang(this.language);
|
|
18
22
|
}
|
|
@@ -25,4 +29,4 @@ LanguageService.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: Language
|
|
|
25
29
|
providedIn: 'root'
|
|
26
30
|
}]
|
|
27
31
|
}], function () { return [{ type: i1.TranslateService }]; }, null); })();
|
|
28
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
32
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGFuZ3VhZ2Uuc2VydmljZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL2NvcmUvc3JjL2xpYi9sYW5ndWFnZS9zaGFyZWQvbGFuZ3VhZ2Uuc2VydmljZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBRTNDLE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSxNQUFNLENBQUM7OztBQUt2QyxNQUFNLE9BQU8sZUFBZTtJQUkxQixZQUFtQixTQUEyQjtRQUEzQixjQUFTLEdBQVQsU0FBUyxDQUFrQjtRQUh0QyxhQUFRLEdBQVcsSUFBSSxDQUFDLFNBQVMsQ0FBQyxjQUFjLEVBQUUsQ0FBQztRQUNsRCxjQUFTLEdBQTRCLElBQUksZUFBZSxDQUFDLFNBQVMsQ0FBQyxDQUFDO1FBRzNFLE1BQU0sSUFBSSxHQUFHLElBQUksQ0FBQyxXQUFXLEVBQUUsQ0FBQztRQUNoQyxJQUFJLENBQUMsU0FBUyxDQUFDLGNBQWMsQ0FBQyxJQUFJLENBQUMsQ0FBQztRQUNwQyxJQUFJLENBQUMsU0FBUyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsQ0FBQztJQUM1QixDQUFDO0lBRU0sV0FBVztRQUNoQixPQUFPLElBQUksQ0FBQyxRQUFRLENBQUMsS0FBSyxDQUFDLE9BQU8sQ0FBQyxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsUUFBUSxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUM7SUFDN0QsQ0FBQztJQUVNLFdBQVcsQ0FBQyxRQUFnQjtRQUNqQyxJQUFJLENBQUMsUUFBUSxHQUFHLFFBQVEsQ0FBQyxLQUFLLENBQUMsT0FBTyxDQUFDLENBQUMsQ0FBQyxDQUFDLFFBQVEsQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDO1FBQzFELElBQUksQ0FBQyxTQUFTLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxRQUFRLENBQUMsQ0FBQztRQUNuQyxJQUFJLENBQUMsU0FBUyxDQUFDLEdBQUcsQ0FBQyxJQUFJLENBQUMsUUFBUSxDQUFDLENBQUM7UUFDbEMsSUFBSSxDQUFDLFNBQVMsQ0FBQyxVQUFVLENBQUMsSUFBSSxDQUFDLFFBQVEsQ0FBQyxDQUFDO0lBQzNDLENBQUM7OzhFQW5CVSxlQUFlO3FFQUFmLGVBQWUsV0FBZixlQUFlLG1CQUZkLE1BQU07dUZBRVAsZUFBZTtjQUgzQixVQUFVO2VBQUM7Z0JBQ1YsVUFBVSxFQUFFLE1BQU07YUFDbkIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBJbmplY3RhYmxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBUcmFuc2xhdGVTZXJ2aWNlIH0gZnJvbSAnQG5neC10cmFuc2xhdGUvY29yZSc7XG5pbXBvcnQgeyBCZWhhdmlvclN1YmplY3QgfSBmcm9tICdyeGpzJztcblxuQEluamVjdGFibGUoe1xuICBwcm92aWRlZEluOiAncm9vdCdcbn0pXG5leHBvcnQgY2xhc3MgTGFuZ3VhZ2VTZXJ2aWNlIHtcbiAgcHJpdmF0ZSBsYW5ndWFnZTogc3RyaW5nID0gdGhpcy50cmFuc2xhdGUuZ2V0QnJvd3NlckxhbmcoKTtcbiAgcmVhZG9ubHkgbGFuZ3VhZ2UkOiBCZWhhdmlvclN1YmplY3Q8c3RyaW5nPiA9IG5ldyBCZWhhdmlvclN1YmplY3QodW5kZWZpbmVkKTtcblxuICBjb25zdHJ1Y3RvcihwdWJsaWMgdHJhbnNsYXRlOiBUcmFuc2xhdGVTZXJ2aWNlKSB7XG4gICAgY29uc3QgbGFuZyA9IHRoaXMuZ2V0TGFuZ3VhZ2UoKTtcbiAgICB0aGlzLnRyYW5zbGF0ZS5zZXREZWZhdWx0TGFuZyhsYW5nKTtcbiAgICB0aGlzLmxhbmd1YWdlJC5uZXh0KGxhbmcpO1xuICB9XG5cbiAgcHVibGljIGdldExhbmd1YWdlKCk6IHN0cmluZyB7XG4gICAgcmV0dXJuIHRoaXMubGFuZ3VhZ2UubWF0Y2goL2VufGZyLykgPyB0aGlzLmxhbmd1YWdlIDogJ2VuJztcbiAgfVxuXG4gIHB1YmxpYyBzZXRMYW5ndWFnZShsYW5ndWFnZTogc3RyaW5nKSB7XG4gICAgdGhpcy5sYW5ndWFnZSA9IGxhbmd1YWdlLm1hdGNoKC9lbnxmci8pID8gbGFuZ3VhZ2UgOiAnZW4nO1xuICAgIHRoaXMubGFuZ3VhZ2UkLm5leHQodGhpcy5sYW5ndWFnZSk7XG4gICAgdGhpcy50cmFuc2xhdGUudXNlKHRoaXMubGFuZ3VhZ2UpO1xuICAgIHRoaXMudHJhbnNsYXRlLnJlbG9hZExhbmcodGhpcy5sYW5ndWFnZSk7XG4gIH1cbn1cbiJdfQ==
|
|
@@ -5,5 +5,6 @@ export var MessageType;
|
|
|
5
5
|
MessageType["WARNING"] = "warning";
|
|
6
6
|
MessageType["INFO"] = "info";
|
|
7
7
|
MessageType["SUCCESS"] = "success";
|
|
8
|
+
MessageType["SHOW"] = "show";
|
|
8
9
|
})(MessageType || (MessageType = {}));
|
|
9
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
10
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWVzc2FnZS5lbnVtLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvY29yZS9zcmMvbGliL21lc3NhZ2Uvc2hhcmVkL21lc3NhZ2UuZW51bS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxNQUFNLENBQU4sSUFBWSxXQU9YO0FBUEQsV0FBWSxXQUFXO0lBQ3JCLDhCQUFlLENBQUE7SUFDZixnQ0FBaUIsQ0FBQTtJQUNqQixrQ0FBbUIsQ0FBQTtJQUNuQiw0QkFBYSxDQUFBO0lBQ2Isa0NBQW1CLENBQUE7SUFDbkIsNEJBQWEsQ0FBQTtBQUNmLENBQUMsRUFQVyxXQUFXLEtBQVgsV0FBVyxRQU90QiIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCBlbnVtIE1lc3NhZ2VUeXBlIHtcbiAgRVJST1IgPSAnZXJyb3InLFxuICBBTEVSVCA9ICd3YXJuaW5nJywgLy8gdG9kbyBkZWxldGUgKHRyYW5zaXRpb24gdG8gbmd4LXRvYXN0cilcbiAgV0FSTklORyA9ICd3YXJuaW5nJyxcbiAgSU5GTyA9ICdpbmZvJyxcbiAgU1VDQ0VTUyA9ICdzdWNjZXNzJyxcbiAgU0hPVyA9ICdzaG93J1xufVxuIl19
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export {};
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWVzc2FnZS5pbnRlcmZhY2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9jb3JlL3NyYy9saWIvbWVzc2FnZS9zaGFyZWQvbWVzc2FnZS5pbnRlcmZhY2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IFRlbXBsYXRlUmVmIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBNZXNzYWdlVHlwZSB9IGZyb20gJy4vbWVzc2FnZS5lbnVtJztcbmltcG9ydCB7IEluZGl2aWR1YWxDb25maWcgfSBmcm9tICduZ3gtdG9hc3RyJztcblxuZXhwb3J0IGludGVyZmFjZSBNZXNzYWdlIHtcbiAgdGl0bGU/OiBzdHJpbmc7XG4gIHRleHQ/OiBzdHJpbmc7XG4gIGh0bWw/OiBzdHJpbmcgfCBUZW1wbGF0ZVJlZjxhbnk+O1xuICB0eXBlPzogTWVzc2FnZVR5cGU7XG4gIG9wdGlvbnM/
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWVzc2FnZS5pbnRlcmZhY2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9jb3JlL3NyYy9saWIvbWVzc2FnZS9zaGFyZWQvbWVzc2FnZS5pbnRlcmZhY2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IFRlbXBsYXRlUmVmIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBNZXNzYWdlVHlwZSB9IGZyb20gJy4vbWVzc2FnZS5lbnVtJztcbmltcG9ydCB7IEluZGl2aWR1YWxDb25maWcgfSBmcm9tICduZ3gtdG9hc3RyJztcblxuZXhwb3J0IGludGVyZmFjZSBNZXNzYWdlIHtcbiAgdGl0bGU/OiBzdHJpbmc7XG4gIHRleHQ/OiBzdHJpbmc7XG4gIGh0bWw/OiBzdHJpbmcgfCBUZW1wbGF0ZVJlZjxhbnk+O1xuICB0eXBlPzogTWVzc2FnZVR5cGU7XG4gIG9wdGlvbnM/OiBNZXNzYWdlT3B0aW9ucztcbiAgZm9ybWF0PzogJ3RleHQnIHwgJ2h0bWwnO1xuICB0ZXh0SW50ZXJwb2xhdGVQYXJhbXM/OiBPYmplY3Q7XG4gIHRpdGxlSW50ZXJwb2xhdGVQYXJhbXM/OiBPYmplY3Q7XG4gIHNob3dJY29uPzogYm9vbGVhblxufVxuXG5leHBvcnQgaW50ZXJmYWNlIE1lc3NhZ2VPcHRpb25zIGV4dGVuZHMgSW5kaXZpZHVhbENvbmZpZyB7XG4gIHRlbXBsYXRlPzogc3RyaW5nO1xuICBmcm9tPzogRGF0ZSB8IHN0cmluZztcbiAgdG8/OiBEYXRlIHwgc3RyaW5nO1xuICBpZD86IG51bWJlcjtcbiAgc2hvd09uRWFjaExheWVyVmlzaWJpbGl0eT86IGJvb2xlYW47XG59XG4iXX0=
|