vue-openlayers-plugin 1.2.0 → 1.2.2
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-2a1eff3d.mjs} +1 -1
- package/lib/{CoordinateLocationDialog-81d00abc.mjs → CoordinateLocationDialog-3ffa7ef5.mjs} +1 -1
- package/lib/{MapPrintDialog-64d46412.mjs → FilterPanel-caa15606.mjs} +1 -1
- package/lib/{FilterPanel-7358e3fb.mjs → LayerPanel-c7be314b.mjs} +1 -1
- package/lib/{LayerPanel-9bf28955.mjs → MapPrintDialog-1520d417.mjs} +1 -1
- package/lib/{MeasurementDialog-4e084192.mjs → MeasurementDialog-1b4b64c7.mjs} +1 -1
- package/lib/{MyMarkersDialog-aa44e5bd.mjs → MyMarkersDialog-67ff8e26.mjs} +1 -1
- package/lib/{QuadCompareDialog-84a88cf9.mjs → QuadCompareDialog-c1098032.mjs} +1 -1
- package/lib/{RegionNavigationDialog-467ad6c0.mjs → RegionNavigationDialog-cc4e392d.mjs} +1 -1
- package/lib/{SplitCompareDialog-50410c0b.mjs → SplitCompareDialog-ab540279.mjs} +1 -1
- package/lib/{SwipeCompareDialog-c322e2f6.mjs → SwipeCompareDialog-a1aa3ab0.mjs} +1 -1
- package/lib/{ViewBookmarksDialog-83cf5ec4.mjs → ViewBookmarksDialog-6b0999f7.mjs} +1 -1
- package/lib/{index-58704a25.mjs → index-0c3a5960.mjs} +409 -74
- package/lib/{index-ee58f2f8.mjs → index-f34dc985.mjs} +1 -1
- package/lib/{index.es-320e524d.mjs → index.es-571daed3.mjs} +1 -1
- package/lib/index.esm.js +1 -1
- package/lib/index.umd.js +395 -60
- package/lib/style.css +61 -19
- package/package.json +2 -9
- package/types/components/OlControlPanel.vue.d.ts +9 -3
- package/types/components/OlControlPanel.vue.d.ts.map +1 -1
- package/types/components/OlMap.vue.d.ts +5 -1
- package/types/components/OlMap.vue.d.ts.map +1 -1
- package/types/core/MapManager.d.ts +5 -0
- package/types/core/MapManager.d.ts.map +1 -1
- package/types/lowcode-entry.d.ts +10 -0
- package/types/lowcode-entry.d.ts.map +1 -1
- package/types/types/map.d.ts +37 -0
- package/types/types/map.d.ts.map +1 -1
- package/lib//346/240/207/345/207/206 +0 -159
- package/types/tsconfig.tsbuildinfo +0 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { inject, computed, ref, onMounted, resolveComponent, openBlock, createElementBlock, createVNode, withCtx, Fragment, renderList, createElementVNode, normalizeClass, toDisplayString, unref, createTextVNode, createCommentVNode, createBlock } from "vue";
|
|
2
2
|
import { Close } from "@element-plus/icons-vue";
|
|
3
|
-
import { b as _export_sfc, D as DrawingManager, X } from "./index-
|
|
3
|
+
import { b as _export_sfc, D as DrawingManager, X } from "./index-0c3a5960.mjs";
|
|
4
4
|
import "ol";
|
|
5
5
|
import "proj4";
|
|
6
6
|
import "@supermapgis/iclient-ol";
|
|
@@ -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-0c3a5960.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-0c3a5960.mjs";
|
|
2
2
|
import "vue";
|
|
3
3
|
import "@element-plus/icons-vue";
|
|
4
4
|
import "ol";
|