@igo2/core 1.13.4 → 1.14.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.
@@ -474,7 +474,9 @@
474
474
  "km": "Repère kilométrique",
475
475
  "hq": "Hydro-Québec",
476
476
  "entreprise": "Entreprise",
477
- "cadastre": "Cadastre"
477
+ "cadastre": "Cadastre",
478
+ "restArea": "Halte routière",
479
+ "cycleStop": "Halte cyclable"
478
480
  },
479
481
  "restrictExtent": {
480
482
  "map": "À l'étendue de la carte",
@@ -690,7 +692,9 @@
690
692
  "drawing": "Dessins",
691
693
  "fill": "Remplissage",
692
694
  "finish": "Terminer le dessin en cours",
695
+ "freehandMode": "Dessiner à main levée",
693
696
  "icon": "Icônes",
697
+ "insertvalueRadius": "Utiliser un rayon prédéfini",
694
698
  "labels": "Étiquettes",
695
699
  "LineString": "Ligne",
696
700
  "move": "Centrer la vue sur le curseur",
@@ -708,12 +712,21 @@
708
712
  "fontStyle": "Style de police",
709
713
  "offsetX": "Décalage horizontal",
710
714
  "offsetY": "Décalage vertical",
711
- "changeLabel": "Double-cliquer sur l'étiquette pour la modifier",
712
715
  "layer": {
713
- "title": "Couche",
716
+ "title": "Titre",
714
717
  "createNewLayer": "Créer une nouvelle couche de dessin",
715
718
  "layerDialogInstruction": "Veuillez entrer le titre de votre couche de dessin"
716
- }
719
+ },
720
+ "builtInInstructions": "Sélectionnez une option",
721
+ "labelType": {
722
+ "Coordinates": "Coordonnées",
723
+ "Length": "Longueur",
724
+ "Area": "Superficie",
725
+ "predefined": "Prédéfinie",
726
+ "custom": "Personnalisée",
727
+ "A": "S: "
728
+ },
729
+ "popupTitle": "Étiquette du dessin"
717
730
  },
718
731
  "network": {
719
732
  "online": {
package/locale/fr.json CHANGED
@@ -759,7 +759,9 @@
759
759
  "km": "Repère kilométrique",
760
760
  "hq": "Hydro-Québec",
761
761
  "entreprise": "Entreprise",
762
- "cadastre": "Cadastre"
762
+ "cadastre": "Cadastre",
763
+ "restArea": "Halte routière",
764
+ "cycleStop": "Halte cyclable"
763
765
  },
764
766
  "restrictExtent": {
765
767
  "map": "À l'étendue de la carte",
@@ -975,7 +977,9 @@
975
977
  "drawing": "Dessins",
976
978
  "fill": "Remplissage",
977
979
  "finish": "Terminer le dessin en cours",
980
+ "freehandMode": "Dessiner à main levée",
978
981
  "icon": "Icônes",
982
+ "insertvalueRadius": "Utiliser un rayon prédéfini",
979
983
  "labels": "Étiquettes",
980
984
  "LineString": "Ligne",
981
985
  "move": "Centrer la vue sur le curseur",
@@ -993,12 +997,21 @@
993
997
  "fontStyle": "Style de police",
994
998
  "offsetX": "Décalage horizontal",
995
999
  "offsetY": "Décalage vertical",
996
- "changeLabel": "Double-cliquer sur l'étiquette pour la modifier",
997
1000
  "layer": {
998
- "title": "Couche",
1001
+ "title": "Titre",
999
1002
  "createNewLayer": "Créer une nouvelle couche de dessin",
1000
1003
  "layerDialogInstruction": "Veuillez entrer le titre de votre couche de dessin"
1001
- }
1004
+ },
1005
+ "builtInInstructions": "Sélectionnez une option",
1006
+ "labelType": {
1007
+ "Coordinates": "Coordonnées",
1008
+ "Length": "Longueur",
1009
+ "Area": "Superficie",
1010
+ "predefined": "Prédéfinie",
1011
+ "custom": "Personnalisée",
1012
+ "A": "S: "
1013
+ },
1014
+ "popupTitle": "Étiquette du dessin"
1002
1015
  },
1003
1016
  "network": {
1004
1017
  "online": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@igo2/core",
3
- "version": "1.13.4",
3
+ "version": "1.14.1",
4
4
  "description": "IGO Library",
5
5
  "author": "IGO Community",
6
6
  "keywords": [
@@ -23,7 +23,7 @@
23
23
  "@angular/cdk": "^14.1.2",
24
24
  "@angular/common": "^14.1.2",
25
25
  "@angular/core": "^14.1.2",
26
- "@igo2/utils": "^1.13.4",
26
+ "@igo2/utils": "^1.14.1",
27
27
  "rxjs": "^7.5.6",
28
28
  "ngx-indexed-db": "^11.0.2",
29
29
  "ngx-toastr": "^15.0.0"
@@ -1158,6 +1158,58 @@ button.toast-close-button {
1158
1158
  @include mat.all-component-colors($theme);
1159
1159
  }
1160
1160
 
1161
+ .bluedark-theme {
1162
+ $bluedark-palette: (
1163
+ 50 : #e3eaec,
1164
+ 100 : #b9cad0,
1165
+ 200 : #8ba7b1,
1166
+ 300 : #5c8391,
1167
+ 400 : #39697a,
1168
+ 500 : #164e62,
1169
+ 600 : #13475a,
1170
+ 700 : #103d50,
1171
+ 800 : #0c3546,
1172
+ 900 : #062534,
1173
+ A100 : #6dc6ff,
1174
+ A200 : #3ab2ff,
1175
+ A400 : #079eff,
1176
+ A700 : #0090ec,
1177
+ contrast: (
1178
+ 50 : #000000,
1179
+ 100 : #000000,
1180
+ 200 : #000000,
1181
+ 300 : #ffffff,
1182
+ 400 : #ffffff,
1183
+ 500 : #ffffff,
1184
+ 600 : #ffffff,
1185
+ 700 : #ffffff,
1186
+ 800 : #ffffff,
1187
+ 900 : #ffffff,
1188
+ A100 : #000000,
1189
+ A200 : #000000,
1190
+ A400 : #ffffff,
1191
+ A700 : #ffffff,
1192
+ )
1193
+ );
1194
+
1195
+ $primary: mat.define-palette($bluedark-palette, 500);
1196
+ $accent: mat.define-palette($bluedark-palette, 200);
1197
+ $warn: mat.define-palette(mat.$red-palette);
1198
+
1199
+ $temp-theme: mat.define-light-theme((
1200
+ color: (
1201
+ primary: $primary,
1202
+ accent: $accent,
1203
+ warn: $warn
1204
+ )
1205
+ ));
1206
+
1207
+ $foreground: theme-foreground(mat.define-palette(mat.$grey-palette, 900));
1208
+ $theme: map-merge($temp-theme, (foreground: $foreground));
1209
+
1210
+ @include igo-all-theming($theme);
1211
+ @include mat.all-component-colors($theme);
1212
+ }
1161
1213
  .bluedq-theme {
1162
1214
  $dq-palette: (
1163
1215
  50 : #e1f5fd,
@@ -0,0 +1,52 @@
1
+ .bluedark-theme {
2
+ $bluedark-palette: (
3
+ 50 : #e3eaec,
4
+ 100 : #b9cad0,
5
+ 200 : #8ba7b1,
6
+ 300 : #5c8391,
7
+ 400 : #39697a,
8
+ 500 : #164e62,
9
+ 600 : #13475a,
10
+ 700 : #103d50,
11
+ 800 : #0c3546,
12
+ 900 : #062534,
13
+ A100 : #6dc6ff,
14
+ A200 : #3ab2ff,
15
+ A400 : #079eff,
16
+ A700 : #0090ec,
17
+ contrast: (
18
+ 50 : #000000,
19
+ 100 : #000000,
20
+ 200 : #000000,
21
+ 300 : #ffffff,
22
+ 400 : #ffffff,
23
+ 500 : #ffffff,
24
+ 600 : #ffffff,
25
+ 700 : #ffffff,
26
+ 800 : #ffffff,
27
+ 900 : #ffffff,
28
+ A100 : #000000,
29
+ A200 : #000000,
30
+ A400 : #ffffff,
31
+ A700 : #ffffff,
32
+ )
33
+ );
34
+
35
+ $primary: mat.define-palette($bluedark-palette, 500);
36
+ $accent: mat.define-palette($bluedark-palette, 200);
37
+ $warn: mat.define-palette(mat.$red-palette);
38
+
39
+ $temp-theme: mat.define-light-theme((
40
+ color: (
41
+ primary: $primary,
42
+ accent: $accent,
43
+ warn: $warn
44
+ )
45
+ ));
46
+
47
+ $foreground: theme-foreground(mat.define-palette(mat.$grey-palette, 900));
48
+ $theme: map-merge($temp-theme, (foreground: $foreground));
49
+
50
+ @include igo-all-theming($theme);
51
+ @include mat.all-component-colors($theme);
52
+ }