vue-openlayers-plugin 1.2.0 → 1.2.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.
- package/lib/{BasemapPanel-d6e4ea88.mjs → BasemapPanel-aa284bf3.mjs} +1 -1
- package/lib/{CoordinateLocationDialog-81d00abc.mjs → CoordinateLocationDialog-6c0a6b23.mjs} +1 -1
- package/lib/{MapPrintDialog-64d46412.mjs → FilterPanel-b91325ac.mjs} +1 -1
- package/lib/{FilterPanel-7358e3fb.mjs → LayerPanel-88983648.mjs} +1 -1
- package/lib/{LayerPanel-9bf28955.mjs → MapPrintDialog-2e5a22e7.mjs} +1 -1
- package/lib/{MeasurementDialog-4e084192.mjs → MeasurementDialog-ebda57e6.mjs} +1 -1
- package/lib/{MyMarkersDialog-aa44e5bd.mjs → MyMarkersDialog-1f851036.mjs} +1 -1
- package/lib/{QuadCompareDialog-84a88cf9.mjs → QuadCompareDialog-8f624242.mjs} +1 -1
- package/lib/{RegionNavigationDialog-467ad6c0.mjs → RegionNavigationDialog-549597e1.mjs} +1 -1
- package/lib/{SplitCompareDialog-50410c0b.mjs → SplitCompareDialog-9bcce145.mjs} +1 -1
- package/lib/{SwipeCompareDialog-c322e2f6.mjs → SwipeCompareDialog-374b9865.mjs} +1 -1
- package/lib/{ViewBookmarksDialog-83cf5ec4.mjs → ViewBookmarksDialog-10b5fe14.mjs} +1 -1
- package/lib/{index-ee58f2f8.mjs → index-b9d6884a.mjs} +1 -1
- package/lib/{index-58704a25.mjs → index-e8d5fc75.mjs} +370 -74
- package/lib/{index.es-320e524d.mjs → index.es-ff0f4147.mjs} +1 -1
- package/lib/index.esm.js +1 -1
- package/lib/index.umd.js +356 -60
- package/lib/style.css +61 -19
- package/package.json +1 -1
- package/types/components/OlControlPanel.vue.d.ts +7 -3
- package/types/components/OlControlPanel.vue.d.ts.map +1 -1
- package/types/components/OlMap.vue.d.ts +3 -1
- package/types/components/OlMap.vue.d.ts.map +1 -1
- package/types/lowcode-entry.d.ts +5 -0
- package/types/lowcode-entry.d.ts.map +1 -1
- package/types/tsconfig.tsbuildinfo +1 -1
- package/types/types/map.d.ts +32 -0
- package/types/types/map.d.ts.map +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { c as commonjsGlobal, g as getDefaultExportFromCjs, _ as _asyncToGenerator, a as _defineProperty } from "./index-
|
|
1
|
+
import { c as commonjsGlobal, g as getDefaultExportFromCjs, _ as _asyncToGenerator, a as _defineProperty } from "./index-e8d5fc75.mjs";
|
|
2
2
|
import "vue";
|
|
3
3
|
import "@element-plus/icons-vue";
|
|
4
4
|
import "ol";
|
package/lib/index.esm.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ad, a0, K, O, a4, D, aA, a9, ac, aF, aE, ak, al, aw, ax, Y, am, an, aD, aB, $, Z, ay, az, B, E, F, A, J, y, C, z, G, au, av, as, at, aq, ar, x, s, q, w, O as O2, p, u, v, ae, af, ai, aj, ao, ap, aG, N, ag, ah, U, ab, a1, a5, a8, Q, f, W, aa, a6, a2, a3, aC, P, a7, l, S, r, R } from "./index-
|
|
1
|
+
import { ad, a0, K, O, a4, D, aA, a9, ac, aF, aE, ak, al, aw, ax, Y, am, an, aD, aB, $, Z, ay, az, B, E, F, A, J, y, C, z, G, au, av, as, at, aq, ar, x, s, q, w, O as O2, p, u, v, ae, af, ai, aj, ao, ap, aG, N, ag, ah, U, ab, a1, a5, a8, Q, f, W, aa, a6, a2, a3, aC, P, a7, l, S, r, R } from "./index-e8d5fc75.mjs";
|
|
2
2
|
import "vue";
|
|
3
3
|
import "@element-plus/icons-vue";
|
|
4
4
|
import "ol";
|