@igo2/geo 20.2.0 → 21.0.0-next.10
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/fesm2022/igo2-geo.mjs +9419 -9720
- package/fesm2022/igo2-geo.mjs.map +1 -1
- package/locale/en.geo.json +3 -0
- package/locale/fr.geo.json +3 -0
- package/package.json +35 -32
- package/{index.d.ts → types/igo2-geo.d.ts} +2138 -2124
package/locale/en.geo.json
CHANGED
package/locale/fr.geo.json
CHANGED
|
@@ -313,6 +313,9 @@
|
|
|
313
313
|
"cancel": "Annuler",
|
|
314
314
|
"fill": "Remplissage",
|
|
315
315
|
"stroke": "Contour",
|
|
316
|
+
"strokeWidth": "Épaisseur du contour",
|
|
317
|
+
"label": "Étiquette",
|
|
318
|
+
"radius": "Rayon",
|
|
316
319
|
"fontSize": "Taille de police",
|
|
317
320
|
"fontStyle": "Style de police",
|
|
318
321
|
"offsetX": "Décalage horizontal",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@igo2/geo",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "21.0.0-next.10",
|
|
4
4
|
"description": "IGO Library",
|
|
5
5
|
"author": "IGO Community",
|
|
6
6
|
"keywords": [
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"exports": {
|
|
20
20
|
".": {
|
|
21
21
|
"sass": "./src/_index.scss",
|
|
22
|
-
"types": "./
|
|
22
|
+
"types": "./types/igo2-geo.d.ts",
|
|
23
23
|
"default": "./fesm2022/igo2-geo.mjs"
|
|
24
24
|
},
|
|
25
25
|
"./style": {
|
|
@@ -33,40 +33,42 @@
|
|
|
33
33
|
"tslib": "^2.8.0"
|
|
34
34
|
},
|
|
35
35
|
"peerDependencies": {
|
|
36
|
-
"@angular/animations": "^
|
|
37
|
-
"@angular/common": "^
|
|
38
|
-
"@angular/core": "^
|
|
39
|
-
"@angular/forms": "^
|
|
40
|
-
"@angular/material": "^
|
|
41
|
-
"@angular/material-moment-adapter": "^
|
|
42
|
-
"@angular/platform-browser": "^
|
|
43
|
-
"@igo2/auth": "^
|
|
44
|
-
"@igo2/common": "^
|
|
45
|
-
"@igo2/core": "^
|
|
46
|
-
"@igo2/utils": "^
|
|
47
|
-
"@mat-datetimepicker/core": "^
|
|
48
|
-
"
|
|
49
|
-
"
|
|
50
|
-
"@turf/
|
|
51
|
-
"@turf/
|
|
52
|
-
"@turf/
|
|
53
|
-
"@turf/
|
|
54
|
-
"
|
|
55
|
-
"
|
|
56
|
-
"
|
|
57
|
-
"
|
|
58
|
-
"
|
|
36
|
+
"@angular/animations": "^21.0.0",
|
|
37
|
+
"@angular/common": "^21.0.0",
|
|
38
|
+
"@angular/core": "^21.0.0",
|
|
39
|
+
"@angular/forms": "^21.0.0",
|
|
40
|
+
"@angular/material": "^21.0.0",
|
|
41
|
+
"@angular/material-moment-adapter": "^21.0.0",
|
|
42
|
+
"@angular/platform-browser": "^21.0.0",
|
|
43
|
+
"@igo2/auth": "^21.0.0-next.10",
|
|
44
|
+
"@igo2/common": "^21.0.0-next.10",
|
|
45
|
+
"@igo2/core": "^21.0.0-next.10",
|
|
46
|
+
"@igo2/utils": "^21.0.0-next.10",
|
|
47
|
+
"@mat-datetimepicker/core": "^17.0.0",
|
|
48
|
+
"geostyler-legend": "^5.2.0",
|
|
49
|
+
"geostyler-openlayers-parser": "^5.7.0",
|
|
50
|
+
"@turf/boolean-intersects": "^7.3.0",
|
|
51
|
+
"@turf/buffer": "^7.3.0",
|
|
52
|
+
"@turf/helpers": "^7.3.0",
|
|
53
|
+
"@turf/intersect": "^7.3.0",
|
|
54
|
+
"@turf/line-intersect": "^7.3.0",
|
|
55
|
+
"@turf/point-on-feature": "^7.3.0",
|
|
56
|
+
"file-saver": "^2.0.0",
|
|
57
|
+
"flexsearch": "^0.8.0",
|
|
58
|
+
"html2canvas": "^1.4.0",
|
|
59
|
+
"idb": "^8.0.0",
|
|
60
|
+
"jspdf": "^4.2.0",
|
|
59
61
|
"jspdf-autotable": "^5.0.0",
|
|
60
|
-
"jszip": "^3.10.
|
|
62
|
+
"jszip": "^3.10.0",
|
|
61
63
|
"moment": "^2.30.0",
|
|
62
64
|
"nosleep.js": "^0.12.0",
|
|
63
65
|
"ol-mapbox-style": "^13.1.0",
|
|
64
|
-
"ol": "^10.
|
|
65
|
-
"proj4": "^2.
|
|
66
|
+
"ol": "^10.9.0",
|
|
67
|
+
"proj4": "^2.20.0",
|
|
66
68
|
"rxjs": "^7.8.0",
|
|
67
69
|
"striptags": "^3.2.0",
|
|
68
|
-
"ts-cacheable": "^1.0.
|
|
69
|
-
"ts-md5": "^
|
|
70
|
+
"ts-cacheable": "^1.0.0",
|
|
71
|
+
"ts-md5": "^2.0.0"
|
|
70
72
|
},
|
|
71
73
|
"engines": {
|
|
72
74
|
"node": "^18.19.1 || ^20.11.1 || >=22.0.0"
|
|
@@ -76,6 +78,7 @@
|
|
|
76
78
|
"dompurify": "Is install for JSPDF installation error"
|
|
77
79
|
},
|
|
78
80
|
"module": "fesm2022/igo2-geo.mjs",
|
|
79
|
-
"typings": "
|
|
80
|
-
"sideEffects": false
|
|
81
|
+
"typings": "types/igo2-geo.d.ts",
|
|
82
|
+
"sideEffects": false,
|
|
83
|
+
"type": "module"
|
|
81
84
|
}
|