vue-openlayers-plugin 1.0.67 → 1.0.68

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.
Files changed (24) hide show
  1. package/README.md +1 -1
  2. package/lib/{index-1b888705.mjs → index-022dd5b2.mjs} +90 -108
  3. package/lib/{index.es-bc4e91cb.mjs → index.es-9fec9ea8.mjs} +1 -1
  4. package/lib/index.esm.js +21 -21
  5. package/lib/index.umd.js +91 -109
  6. package/lib/style.css +350 -410
  7. package/package.json +1 -1
  8. package/types/src/components/CustomDialog/CustomDialog.vue.d.ts.map +1 -1
  9. package/types/src/components/CustomOpenlayer/components/LegendPanel.vue.d.ts.map +1 -1
  10. package/types/src/components/CustomOpenlayer/components/MapContainer.vue.d.ts.map +1 -1
  11. package/types/src/components/CustomOpenlayer/components/MapPopup/ArrayPopup.vue.d.ts.map +1 -1
  12. package/types/src/components/CustomOpenlayer/components/MapPopup/BasePopup.vue.d.ts.map +1 -1
  13. package/types/src/components/CustomOpenlayer/components/MapPopup/HtmlPopup.vue.d.ts.map +1 -1
  14. package/types/src/components/CustomOpenlayer/components/MapPopup/ImagePopup.vue.d.ts.map +1 -1
  15. package/types/src/components/CustomOpenlayer/components/dialogs/BasemapPanel.vue.d.ts.map +1 -1
  16. package/types/src/components/CustomOpenlayer/components/dialogs/CoordinateLocationDialog.vue.d.ts.map +1 -1
  17. package/types/src/components/CustomOpenlayer/components/dialogs/FilterPanel.vue.d.ts.map +1 -1
  18. package/types/src/components/CustomOpenlayer/components/dialogs/LayerPanel.vue.d.ts.map +1 -1
  19. package/types/src/components/CustomOpenlayer/components/dialogs/LayerStyleConfig.vue.d.ts.map +1 -1
  20. package/types/src/components/CustomOpenlayer/components/dialogs/LayerTreeNode.vue.d.ts.map +1 -1
  21. package/types/src/components/CustomOpenlayer/components/dialogs/MapPrintDialog.vue.d.ts.map +1 -1
  22. package/types/src/components/CustomOpenlayer/components/dialogs/MyMarkersDialog.vue.d.ts.map +1 -1
  23. package/types/src/components/CustomOpenlayer/components/dialogs/RegionNavigationDialog.vue.d.ts.map +1 -1
  24. package/types/src/components/CustomOpenlayer/components/dialogs/ViewBookmarksDialog.vue.d.ts.map +1 -1
@@ -1,4 +1,4 @@
1
- import { c as commonjsGlobal, R as RGBColor, r as requestAnimationFrame, _ as _asyncToGenerator, a as _, p as processCanvasRGBA, b as _defineProperty } from "./index-1b888705.mjs";
1
+ import { c as commonjsGlobal, R as RGBColor, r as requestAnimationFrame, _ as _asyncToGenerator, a as _, p as processCanvasRGBA, b as _defineProperty } from "./index-022dd5b2.mjs";
2
2
  import "vue";
3
3
  import "ol";
4
4
  var check = function(it) {
package/lib/index.esm.js CHANGED
@@ -1,16 +1,16 @@
1
- import { z, B, d, C, D, a2, a3, u, y, a7, a6, I, H, Z, $, L, J, K, a4, h, M, a0, a1, X, Y, U, W, Q, S, P, A, F, G, N, O, a8, e, T, E, V, x, j, o, t, f, k, g, w, q, m, n, a5, i, s, l, v } from "./index-1b888705.mjs";
1
+ import { A, B, e, d, D, a2, a3, w, z, a7, a6, I, H, Z, $, L, J, K, a4, j, M, a0, a1, X, Y, U, W, Q, S, P, C, F, G, N, O, a8, f, T, E, V, y, k, q, u, g, m, h, x, s, n, o, a5, i, t, l, v } from "./index-022dd5b2.mjs";
2
2
  import "vue";
3
3
  import "ol";
4
4
  export {
5
- z as BaseDrawing,
5
+ A as BaseDrawing,
6
6
  B as BasemapManager,
7
- d as CustomDialog,
8
- C as CustomOpenlayer,
7
+ e as CustomDialog,
8
+ d as CustomOpenlayer,
9
9
  D as DrawingFactoryRegistry,
10
10
  a2 as DrawingManager,
11
11
  a3 as DrawingManagerFactory,
12
- u as DrawingPresets,
13
- y as DrawingUtils,
12
+ w as DrawingPresets,
13
+ z as DrawingUtils,
14
14
  a7 as FilterOperator,
15
15
  a6 as FilterType,
16
16
  I as IconDrawing,
@@ -21,7 +21,7 @@ export {
21
21
  J as LineDrawing,
22
22
  K as LineDrawingFactory,
23
23
  a4 as MapOperationTool,
24
- h as MapStorage,
24
+ j as MapStorage,
25
25
  M as MeasurementTool,
26
26
  a0 as MilitaryDrawing,
27
27
  a1 as MilitaryDrawingFactory,
@@ -32,30 +32,30 @@ export {
32
32
  Q as MultiPolygonDrawing,
33
33
  S as MultiPolygonDrawingFactory,
34
34
  P as PointDrawing,
35
- A as PointDrawingFactory,
35
+ C as PointDrawingFactory,
36
36
  F as PointWithTextDrawing,
37
37
  G as PointWithTextDrawingFactory,
38
38
  N as PolygonDrawing,
39
39
  O as PolygonDrawingFactory,
40
40
  a8 as SpatialFilterType,
41
- e as SvgIcon,
41
+ f as SvgIcon,
42
42
  T as TextDrawing,
43
43
  E as TextDrawingFactory,
44
44
  V as VectorTileLayerHandler,
45
- x as applyDrawingPreset,
46
- j as createBasemapManager,
47
- o as createDrawing,
48
- t as createDrawingFromJSON,
49
- f as default,
50
- k as formatMeasurementResult,
51
- g as getAssetUrl,
52
- w as getDrawingPreset,
53
- q as getSupportedDrawingTypes,
54
- m as getUnitByType,
55
- n as getUnitOptions,
45
+ y as applyDrawingPreset,
46
+ k as createBasemapManager,
47
+ q as createDrawing,
48
+ u as createDrawingFromJSON,
49
+ g as default,
50
+ m as formatMeasurementResult,
51
+ h as getAssetUrl,
52
+ x as getDrawingPreset,
53
+ s as getSupportedDrawingTypes,
54
+ n as getUnitByType,
55
+ o as getUnitOptions,
56
56
  a5 as htmlToPDF,
57
57
  i as install,
58
- s as isValidDrawingType,
58
+ t as isValidDrawingType,
59
59
  l as layerEventBus,
60
60
  v as version
61
61
  };