@mcp-b/geo-openlayers 0.2.4 → 0.2.7

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.
@@ -152,9 +152,7 @@
152
152
  "package": "lit"
153
153
  },
154
154
  "tagName": "sigvelo-ol-circle",
155
- "customElement": true,
156
- "modulePath": "src/components/circle/circle.ts",
157
- "definitionPath": "src/components/circle/circle.ts"
155
+ "customElement": true
158
156
  }
159
157
  ],
160
158
  "exports": [
@@ -218,9 +216,7 @@
218
216
  "package": "lit"
219
217
  },
220
218
  "tagName": "sigvelo-ol-control",
221
- "customElement": true,
222
- "modulePath": "src/components/control/control.ts",
223
- "definitionPath": "src/components/control/control.ts"
219
+ "customElement": true
224
220
  }
225
221
  ],
226
222
  "exports": [
@@ -278,7 +274,10 @@
278
274
  "text": "GeoJsonData | null"
279
275
  },
280
276
  "default": "null",
281
- "description": "GeoJSON data. Set via property."
277
+ "description": "GeoJSON data. Set via property.",
278
+ "parsedType": {
279
+ "text": "null | { type: 'Feature', geometry: { type: 'Point' | 'MultiPoint' | 'LineString' | 'MultiLineString' | 'Polygon' | 'MultiPolygon' | 'GeometryCollection', coordinates: unknown }, properties: null | { }, id?: string | number } | { type: 'FeatureCollection', features: { type: 'Feature', geometry: { type: 'Point' | 'MultiPoint' | 'LineString' | 'MultiLineString' | 'Polygon' | 'MultiPolygon' | 'GeometryCollection', coordinates: unknown }, properties: null | { }, id?: string | number }[] }"
280
+ }
282
281
  },
283
282
  {
284
283
  "kind": "field",
@@ -337,7 +336,10 @@
337
336
  "text": "StyleFunction | null"
338
337
  },
339
338
  "default": "null",
340
- "description": "Per-feature style function for choropleth / thematic maps.\nWhen set, each feature is styled by calling this function.\nReturned values override the static style props; omitted keys fall back to them."
339
+ "description": "Per-feature style function for choropleth / thematic maps.\nWhen set, each feature is styled by calling this function.\nReturned values override the static style props; omitted keys fall back to them.",
340
+ "parsedType": {
341
+ "text": "null | { }"
342
+ }
341
343
  }
342
344
  ],
343
345
  "events": [
@@ -416,9 +418,7 @@
416
418
  "package": "lit"
417
419
  },
418
420
  "tagName": "sigvelo-ol-geojson",
419
- "customElement": true,
420
- "modulePath": "src/components/geojson/geojson.ts",
421
- "definitionPath": "src/components/geojson/geojson.ts"
421
+ "customElement": true
422
422
  }
423
423
  ],
424
424
  "exports": [
@@ -506,7 +506,10 @@
506
506
  },
507
507
  "privacy": "public",
508
508
  "description": "Access the underlying OpenLayers map instance (after mapReady resolves).",
509
- "readonly": true
509
+ "readonly": true,
510
+ "parsedType": {
511
+ "text": "null | Map"
512
+ }
510
513
  },
511
514
  {
512
515
  "kind": "method",
@@ -529,7 +532,10 @@
529
532
  },
530
533
  "privacy": "public",
531
534
  "description": "Access the underlying OpenLayers view instance.",
532
- "readonly": true
535
+ "readonly": true,
536
+ "parsedType": {
537
+ "text": "null | View"
538
+ }
533
539
  }
534
540
  ],
535
541
  "events": [
@@ -563,9 +569,7 @@
563
569
  "package": "@mcp-b/geo-support/base/geo-map-element"
564
570
  },
565
571
  "tagName": "sigvelo-ol-map",
566
- "customElement": true,
567
- "modulePath": "src/components/map/map.ts",
568
- "definitionPath": "src/components/map/map.ts"
572
+ "customElement": true
569
573
  }
570
574
  ],
571
575
  "exports": [
@@ -686,9 +690,7 @@
686
690
  "package": "lit"
687
691
  },
688
692
  "tagName": "sigvelo-ol-marker",
689
- "customElement": true,
690
- "modulePath": "src/components/marker/marker.ts",
691
- "definitionPath": "src/components/marker/marker.ts"
693
+ "customElement": true
692
694
  }
693
695
  ],
694
696
  "exports": [
@@ -790,9 +792,7 @@
790
792
  "package": "lit"
791
793
  },
792
794
  "tagName": "sigvelo-ol-overlay",
793
- "customElement": true,
794
- "modulePath": "src/components/overlay/overlay.ts",
795
- "definitionPath": "src/components/overlay/overlay.ts"
795
+ "customElement": true
796
796
  }
797
797
  ],
798
798
  "exports": [
@@ -916,9 +916,7 @@
916
916
  "package": "lit"
917
917
  },
918
918
  "tagName": "sigvelo-ol-polygon",
919
- "customElement": true,
920
- "modulePath": "src/components/polygon/polygon.ts",
921
- "definitionPath": "src/components/polygon/polygon.ts"
919
+ "customElement": true
922
920
  }
923
921
  ],
924
922
  "exports": [
@@ -1032,9 +1030,7 @@
1032
1030
  "package": "lit"
1033
1031
  },
1034
1032
  "tagName": "sigvelo-ol-polyline",
1035
- "customElement": true,
1036
- "modulePath": "src/components/polyline/polyline.ts",
1037
- "definitionPath": "src/components/polyline/polyline.ts"
1033
+ "customElement": true
1038
1034
  }
1039
1035
  ],
1040
1036
  "exports": [
@@ -1098,9 +1094,7 @@
1098
1094
  "package": "lit"
1099
1095
  },
1100
1096
  "tagName": "sigvelo-ol-popup",
1101
- "customElement": true,
1102
- "modulePath": "src/components/popup/popup.ts",
1103
- "definitionPath": "src/components/popup/popup.ts"
1097
+ "customElement": true
1104
1098
  }
1105
1099
  ],
1106
1100
  "exports": [
@@ -1177,9 +1171,7 @@
1177
1171
  "package": "lit"
1178
1172
  },
1179
1173
  "tagName": "sigvelo-ol-scale-control",
1180
- "customElement": true,
1181
- "modulePath": "src/components/scale-control/scale-control.ts",
1182
- "definitionPath": "src/components/scale-control/scale-control.ts"
1174
+ "customElement": true
1183
1175
  }
1184
1176
  ],
1185
1177
  "exports": [
@@ -1275,9 +1267,7 @@
1275
1267
  "package": "lit"
1276
1268
  },
1277
1269
  "tagName": "sigvelo-ol-tilelayer",
1278
- "customElement": true,
1279
- "modulePath": "src/components/tilelayer/tilelayer.ts",
1280
- "definitionPath": "src/components/tilelayer/tilelayer.ts"
1270
+ "customElement": true
1281
1271
  }
1282
1272
  ],
1283
1273
  "exports": [
@@ -1398,7 +1388,7 @@
1398
1388
  "package": {
1399
1389
  "name": "@mcp-b/geo-openlayers",
1400
1390
  "description": "OpenLayers web components for Sigvelo, built with Lit.",
1401
- "version": "0.2.4",
1391
+ "version": "0.2.7",
1402
1392
  "license": "MIT"
1403
1393
  }
1404
1394
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mcp-b/geo-openlayers",
3
- "version": "0.2.4",
3
+ "version": "0.2.7",
4
4
  "description": "OpenLayers web components for Sigvelo, built with Lit.",
5
5
  "keywords": [
6
6
  "custom-elements",
@@ -35,27 +35,27 @@
35
35
  "access": "public"
36
36
  },
37
37
  "dependencies": {
38
- "@mcp-b/geo-support": "0.2.2",
39
- "@mcp-b/wc-support": "0.2.2"
38
+ "@mcp-b/geo-support": "0.2.4",
39
+ "@mcp-b/wc-support": "0.2.4"
40
40
  },
41
41
  "devDependencies": {
42
- "@custom-elements-manifest/analyzer": "^0.10.4",
43
- "@storybook/addon-a11y": "^10.5.2",
44
- "@storybook/addon-docs": "^10.5.2",
45
- "@storybook/addon-vitest": "^10.5.2",
46
- "@storybook/web-components-vite": "10.5.2",
42
+ "@custom-elements-manifest/analyzer": "^0.10.10",
43
+ "@storybook/addon-a11y": "^10.5.7",
44
+ "@storybook/addon-docs": "^10.5.7",
45
+ "@storybook/addon-vitest": "^10.5.7",
46
+ "@storybook/web-components-vite": "10.5.7",
47
47
  "@vitest/browser-playwright": "^4.1.10",
48
48
  "@vitest/coverage-v8": "^4.1.10",
49
- "@wc-toolkit/cem-inheritance": "^1.2.2",
49
+ "@wc-toolkit/cem-inheritance": "^1.2.5",
50
50
  "@wc-toolkit/cem-sorter": "^1.0.1",
51
- "@wc-toolkit/type-parser": "^1.2.0",
52
- "ol": "^10.5.0",
53
- "playwright": "~1.61.0",
54
- "storybook": "^10.5.2",
55
- "tinyglobby": "^0.2.15",
51
+ "@wc-toolkit/type-parser": "^1.3.1",
52
+ "ol": "^10.10.0",
53
+ "playwright": "~1.61.1",
54
+ "storybook": "^10.5.7",
55
+ "tinyglobby": "^0.2.17",
56
56
  "typescript": "^6.0.3",
57
57
  "vite": "npm:@voidzero-dev/vite-plus-core@0.2.4",
58
- "vite-plugin-static-copy": "^3.3.0",
58
+ "vite-plugin-static-copy": "^3.4.0",
59
59
  "vitest": "^4.1.10"
60
60
  },
61
61
  "peerDependencies": {