@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.
@@ -314,6 +314,9 @@
314
314
  "cancel": "Cancel",
315
315
  "fill": "Fill",
316
316
  "stroke": "Stroke",
317
+ "strokeWidth": "Stroke width",
318
+ "label": "Label",
319
+ "radius": "Radius",
317
320
  "fontSize": "Font size",
318
321
  "fontStyle": "Font style",
319
322
  "offsetX": "Horizontal offset",
@@ -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": "20.2.0",
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": "./index.d.ts",
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": "^20.0.0",
37
- "@angular/common": "^20.0.0",
38
- "@angular/core": "^20.0.0",
39
- "@angular/forms": "^20.0.0",
40
- "@angular/material": "^20.0.0",
41
- "@angular/material-moment-adapter": "^20.0.0",
42
- "@angular/platform-browser": "^20.0.0",
43
- "@igo2/auth": "^20.2.0",
44
- "@igo2/common": "^20.2.0",
45
- "@igo2/core": "^20.2.0",
46
- "@igo2/utils": "^20.2.0",
47
- "@mat-datetimepicker/core": "^16.0.0",
48
- "@turf/boolean-intersects": "^7.2.0",
49
- "@turf/buffer": "^7.2.0",
50
- "@turf/helpers": "^7.2.0",
51
- "@turf/intersect": "^7.2.0",
52
- "@turf/line-intersect": "^7.2.0",
53
- "@turf/point-on-feature": "^7.2.0",
54
- "file-saver": "^2.0.2",
55
- "flexsearch": "0.7.21",
56
- "html2canvas": "^1.4.1",
57
- "idb": "^8.0.3",
58
- "jspdf": "^4.0.0",
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.1",
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.0.0",
65
- "proj4": "^2.15.0",
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.6",
69
- "ts-md5": "^1.3.0"
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": "index.d.ts",
80
- "sideEffects": false
81
+ "typings": "types/igo2-geo.d.ts",
82
+ "sideEffects": false,
83
+ "type": "module"
81
84
  }