vue-openlayers-plugin 1.0.89 → 1.0.91
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-cba3afd6.mjs → BasemapPanel-97a57e6f.mjs} +3 -2
- package/lib/{CoordinateLocationDialog-6e8a5f24.mjs → CoordinateLocationDialog-090ead21.mjs} +2 -1
- package/lib/{FilterPanel-9a8e2aca.mjs → FilterPanel-ac96a573.mjs} +1 -1
- package/lib/{MapPrintDialog-03c0823b.mjs → LayerPanel-f9bbcdc1.mjs} +1 -1
- package/lib/{LayerPanel-be35370b.mjs → MapPrintDialog-a440a6ab.mjs} +1 -1
- package/lib/{MeasurementDialog-7fce097a.mjs → MeasurementDialog-6ec17375.mjs} +3 -2
- package/lib/{MyMarkersDialog-7dd24d9a.mjs → MyMarkersDialog-1f9f82ed.mjs} +3 -2
- package/lib/{RegionNavigationDialog-0808549f.mjs → RegionNavigationDialog-d21ed4a6.mjs} +1 -0
- package/lib/{ViewBookmarksDialog-60c9e851.mjs → ViewBookmarksDialog-b9fdb1d5.mjs} +3 -2
- package/lib/{index-b3c7ea8d.mjs → index-a081b5c1.mjs} +1 -1
- package/lib/{index-7aae577e.mjs → index-cdbb6879.mjs} +3 -2
- package/lib/{index-05da77ba.mjs → index-dd63f686.mjs} +13 -11
- package/lib/{index.es-e4a6ccb9.mjs → index.es-d367a4fc.mjs} +1 -1
- package/lib/index.esm.js +1 -1
- package/lib/index.umd.js +15 -6
- package/lib/style.css +40 -39
- package/package.json +2 -3
- package/types/src/components/OlDialogs/BasemapPanel.vue.d.ts.map +1 -1
- package/types/src/components/OlDialogs/CoordinateLocationDialog.vue.d.ts.map +1 -1
- package/types/src/components/OlDialogs/LayerPanel.vue.d.ts.map +1 -1
- package/types/src/components/OlDialogs/MapDrawingDialog/index.vue.d.ts.map +1 -1
- package/types/src/components/OlDialogs/MapPrintDialog.vue.d.ts.map +1 -1
- package/types/src/components/OlDialogs/MeasurementDialog.vue.d.ts.map +1 -1
- package/types/src/components/OlDialogs/MyMarkersDialog.vue.d.ts.map +1 -1
- package/types/src/components/OlDialogs/RegionNavigationDialog.vue.d.ts.map +1 -1
- package/types/src/components/OlDialogs/ViewBookmarksDialog.vue.d.ts.map +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, inject, computed, ref, watch, onMounted, onUnmounted, openBlock, createBlock, unref, withCtx, createElementVNode, createElementBlock, Fragment, renderList, normalizeClass, toDisplayString } from "vue";
|
|
2
|
-
import { l as layerEventBus, X, d as _export_sfc } from "./index-
|
|
2
|
+
import { l as layerEventBus, X, d as _export_sfc } from "./index-dd63f686.mjs";
|
|
3
3
|
import "ol";
|
|
4
4
|
const _hoisted_1 = { class: "basemap-content" };
|
|
5
5
|
const _hoisted_2 = { class: "basemap-grid" };
|
|
@@ -241,6 +241,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
241
241
|
"show-modal": false,
|
|
242
242
|
draggable: true,
|
|
243
243
|
resizable: true,
|
|
244
|
+
"modal-class": ["pointer-events-none"],
|
|
244
245
|
cacheId: "basemap-dialog",
|
|
245
246
|
position: "right",
|
|
246
247
|
class: "basemap-dialog",
|
|
@@ -274,7 +275,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
274
275
|
};
|
|
275
276
|
}
|
|
276
277
|
});
|
|
277
|
-
const BasemapPanel = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
278
|
+
const BasemapPanel = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-941dac43"]]);
|
|
278
279
|
export {
|
|
279
280
|
BasemapPanel as default
|
|
280
281
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, inject, computed, ref, reactive, resolveComponent, openBlock, createBlock, withCtx, createElementVNode, createVNode, createTextVNode } from "vue";
|
|
2
|
-
import { T as TooltipHelper } from "./index-
|
|
2
|
+
import { T as TooltipHelper } from "./index-dd63f686.mjs";
|
|
3
3
|
import "ol";
|
|
4
4
|
const _hoisted_1 = { class: "coordinate-content" };
|
|
5
5
|
const _hoisted_2 = { class: "format-selection" };
|
|
@@ -165,6 +165,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
165
165
|
onClose: handleClose,
|
|
166
166
|
cacheId: "coordinate-dialog",
|
|
167
167
|
"show-modal": false,
|
|
168
|
+
"modal-class": ["pointer-events-none"],
|
|
168
169
|
class: "coordinate-dialog"
|
|
169
170
|
}, {
|
|
170
171
|
footer: withCtx(() => [
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, inject, computed, ref, watch, resolveComponent, openBlock, createBlock, unref, withCtx, createElementVNode, createVNode, createTextVNode, toDisplayString, createElementBlock, Fragment, renderList, normalizeClass } from "vue";
|
|
2
|
-
import { X, f as formatMeasurementResult, g as getUnitByType, d as _export_sfc } from "./index-
|
|
2
|
+
import { X, f as formatMeasurementResult, g as getUnitByType, d as _export_sfc } from "./index-dd63f686.mjs";
|
|
3
3
|
import "ol";
|
|
4
4
|
const getIconPath = (name) => {
|
|
5
5
|
return `/icons/${name}.svg`;
|
|
@@ -264,6 +264,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
264
264
|
width: "400px",
|
|
265
265
|
"before-close": handleClose,
|
|
266
266
|
"show-modal": false,
|
|
267
|
+
"modal-class": ["pointer-events-none"],
|
|
267
268
|
cacheId: "measurement-dialog",
|
|
268
269
|
"append-to-body": ""
|
|
269
270
|
}, {
|
|
@@ -363,7 +364,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
363
364
|
};
|
|
364
365
|
}
|
|
365
366
|
});
|
|
366
|
-
const MeasurementDialog = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
367
|
+
const MeasurementDialog = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-97889a63"]]);
|
|
367
368
|
export {
|
|
368
369
|
MeasurementDialog as default
|
|
369
370
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, inject, computed, ref, reactive, onUnmounted, watch, resolveComponent, openBlock, createElementBlock, Fragment, createVNode, withCtx, createElementVNode, unref, normalizeClass, createTextVNode, toDisplayString, renderList, createBlock, withModifiers } from "vue";
|
|
2
|
-
import { i as plus_default, j as folder_opened_default, k as download_default, m as delete_default, s as search_default, n as location_filled_default, o as edit_default, M as MarkerDrawingAdapter, t as toLonLat } from "./index-
|
|
3
|
-
import { E as ElMessageBox } from "./index-
|
|
2
|
+
import { i as plus_default, j as folder_opened_default, k as download_default, m as delete_default, s as search_default, n as location_filled_default, o as edit_default, M as MarkerDrawingAdapter, t as toLonLat } from "./index-dd63f686.mjs";
|
|
3
|
+
import { E as ElMessageBox } from "./index-a081b5c1.mjs";
|
|
4
4
|
import "ol";
|
|
5
5
|
const _hoisted_1 = { class: "markers-content" };
|
|
6
6
|
const _hoisted_2 = { class: "toolbar" };
|
|
@@ -341,6 +341,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
341
341
|
width: "600px",
|
|
342
342
|
"before-close": handleClose,
|
|
343
343
|
"show-modal": false,
|
|
344
|
+
"modal-class": ["pointer-events-none"],
|
|
344
345
|
cacheId: "markers-dialog",
|
|
345
346
|
class: "markers-dialog"
|
|
346
347
|
}, {
|
|
@@ -1118,6 +1118,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
1118
1118
|
width: "500px",
|
|
1119
1119
|
"before-close": handleClose,
|
|
1120
1120
|
"show-modal": false,
|
|
1121
|
+
"modal-class": ["pointer-events-none"],
|
|
1121
1122
|
cacheId: "region-dialog",
|
|
1122
1123
|
class: "region-dialog"
|
|
1123
1124
|
}, {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, computed, ref, reactive, resolveComponent, openBlock, createBlock, withCtx, createElementVNode, createVNode, createTextVNode, unref, createElementBlock, Fragment, renderList, withModifiers, toDisplayString, createCommentVNode } from "vue";
|
|
2
|
-
import { i as plus_default, j as folder_opened_default, k as download_default, m as delete_default, s as search_default, q as camera_default, v as view_default, o as edit_default, u as location_default, z as zoom_in_default } from "./index-
|
|
3
|
-
import { E as ElMessageBox } from "./index-
|
|
2
|
+
import { i as plus_default, j as folder_opened_default, k as download_default, m as delete_default, s as search_default, q as camera_default, v as view_default, o as edit_default, u as location_default, z as zoom_in_default } from "./index-dd63f686.mjs";
|
|
3
|
+
import { E as ElMessageBox } from "./index-a081b5c1.mjs";
|
|
4
4
|
import "ol";
|
|
5
5
|
const _hoisted_1 = { class: "bookmarks-content" };
|
|
6
6
|
const _hoisted_2 = { class: "toolbar" };
|
|
@@ -295,6 +295,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
295
295
|
width: "700px",
|
|
296
296
|
"before-close": handleClose,
|
|
297
297
|
"show-modal": false,
|
|
298
|
+
"modal-class": ["pointer-events-none"],
|
|
298
299
|
cacheId: "bookmarks-dialog",
|
|
299
300
|
class: "bookmarks-dialog"
|
|
300
301
|
}, {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { nextTick, defineComponent, computed, ref, reactive, markRaw, watch, onMounted, onBeforeUnmount, toRefs, resolveComponent, openBlock, createBlock, Transition, withCtx, withDirectives, createVNode, createElementVNode, normalizeClass, normalizeStyle, withModifiers, createElementBlock, resolveDynamicComponent, createCommentVNode, toDisplayString, withKeys, renderSlot, vShow, createTextVNode, isVNode, render } from "vue";
|
|
2
|
-
import { w as componentSizes, x as obtainAllFocusableElements, y as getEventCode, E as EVENT_CODE, A as ElButton, B as ElFocusTrap, C as ElInput, D as ElOverlay, F as ElIcon, G as TypeComponents, H as useGlobalComponentSettings, I as loading_default, J as TypeComponentsMap, K as useId, L as useDraggable, N as isFunction, O as isString, P as useLockscreen, Q as _export_sfc, S as useSameTarget, U as isClient, V as hasOwn, W as isObject, Y as isUndefined, Z as isElement, $ as debugWarn } from "./index-
|
|
2
|
+
import { w as componentSizes, x as obtainAllFocusableElements, y as getEventCode, E as EVENT_CODE, A as ElButton, B as ElFocusTrap, C as ElInput, D as ElOverlay, F as ElIcon, G as TypeComponents, H as useGlobalComponentSettings, I as loading_default, J as TypeComponentsMap, K as useId, L as useDraggable, N as isFunction, O as isString, P as useLockscreen, Q as _export_sfc, S as useSameTarget, U as isClient, V as hasOwn, W as isObject, Y as isUndefined, Z as isElement, $ as debugWarn } from "./index-dd63f686.mjs";
|
|
3
3
|
const isValidComponentSize = (val) => ["", ...componentSizes].includes(val);
|
|
4
4
|
const FOCUSABLE_CHILDREN = "_trap-focus-children";
|
|
5
5
|
const FOCUS_STACK = [];
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { inject, computed, ref, onMounted, resolveComponent, openBlock, createElementBlock, createVNode, withCtx, Fragment, renderList, createElementVNode, normalizeClass, toDisplayString, unref, createTextVNode, createCommentVNode, createBlock } from "vue";
|
|
2
|
-
import { d as _export_sfc, a0 as DrawingManager, a1 as close_default } from "./index-
|
|
2
|
+
import { d as _export_sfc, a0 as DrawingManager, a1 as close_default } from "./index-dd63f686.mjs";
|
|
3
3
|
import "ol";
|
|
4
4
|
const icons = {
|
|
5
5
|
pointMarker: "/icons/point.png",
|
|
@@ -752,6 +752,7 @@ const _sfc_main = {
|
|
|
752
752
|
"show-fullscreen": false,
|
|
753
753
|
"close-on-click-modal": false,
|
|
754
754
|
"close-on-press-escape": false,
|
|
755
|
+
"modal-class": ["pointer-events-none"],
|
|
755
756
|
"custom-class": "map-drawing-dialog",
|
|
756
757
|
cacheId: "drawing-dialog",
|
|
757
758
|
onClose: handleClose
|
|
@@ -833,7 +834,7 @@ const _sfc_main = {
|
|
|
833
834
|
};
|
|
834
835
|
}
|
|
835
836
|
};
|
|
836
|
-
const index = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
837
|
+
const index = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-0f3bc776"]]);
|
|
837
838
|
export {
|
|
838
839
|
index as default
|
|
839
840
|
};
|
|
@@ -468714,16 +468714,16 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
|
468714
468714
|
}
|
|
468715
468715
|
});
|
|
468716
468716
|
const defaultComponents = {
|
|
468717
|
-
"measurement": () => import("./MeasurementDialog-
|
|
468718
|
-
"basemap": () => import("./BasemapPanel-
|
|
468719
|
-
"print": () => import("./MapPrintDialog-
|
|
468720
|
-
"layer-panel": () => import("./LayerPanel-
|
|
468721
|
-
"coordinate": () => import("./CoordinateLocationDialog-
|
|
468722
|
-
"region-navigation": () => import("./RegionNavigationDialog-
|
|
468723
|
-
"my-markers": () => import("./MyMarkersDialog-
|
|
468724
|
-
"view-bookmarks": () => import("./ViewBookmarksDialog-
|
|
468725
|
-
"map-drawing": () => import("./index-
|
|
468726
|
-
"filter-panel": () => import("./FilterPanel-
|
|
468717
|
+
"measurement": () => import("./MeasurementDialog-6ec17375.mjs"),
|
|
468718
|
+
"basemap": () => import("./BasemapPanel-97a57e6f.mjs"),
|
|
468719
|
+
"print": () => import("./MapPrintDialog-a440a6ab.mjs"),
|
|
468720
|
+
"layer-panel": () => import("./LayerPanel-f9bbcdc1.mjs"),
|
|
468721
|
+
"coordinate": () => import("./CoordinateLocationDialog-090ead21.mjs"),
|
|
468722
|
+
"region-navigation": () => import("./RegionNavigationDialog-d21ed4a6.mjs"),
|
|
468723
|
+
"my-markers": () => import("./MyMarkersDialog-1f9f82ed.mjs"),
|
|
468724
|
+
"view-bookmarks": () => import("./ViewBookmarksDialog-b9fdb1d5.mjs"),
|
|
468725
|
+
"map-drawing": () => import("./index-cdbb6879.mjs"),
|
|
468726
|
+
"filter-panel": () => import("./FilterPanel-ac96a573.mjs")
|
|
468727
468727
|
};
|
|
468728
468728
|
const _DialogRegistry = class _DialogRegistry {
|
|
468729
468729
|
constructor() {
|
|
@@ -473852,6 +473852,7 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
|
473852
473852
|
modelValue: visible.value,
|
|
473853
473853
|
"onUpdate:modelValue": _cache[4] || (_cache[4] = ($event) => visible.value = $event)
|
|
473854
473854
|
}, dialogProps2.value, {
|
|
473855
|
+
"modal-class": ["pointer-events-none"],
|
|
473855
473856
|
"append-to-body": "",
|
|
473856
473857
|
onClose: handleClose
|
|
473857
473858
|
}), createSlots({
|
|
@@ -474714,6 +474715,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
|
474714
474715
|
width: "600px",
|
|
474715
474716
|
"before-close": handleClose,
|
|
474716
474717
|
"show-modal": false,
|
|
474718
|
+
"modal-class": ["pointer-events-none"],
|
|
474717
474719
|
cacheId: "print-dialog",
|
|
474718
474720
|
class: "print-dialog"
|
|
474719
474721
|
}, {
|
|
@@ -488701,7 +488703,7 @@ function(t3) {
|
|
|
488701
488703
|
*/
|
|
488702
488704
|
function(t3) {
|
|
488703
488705
|
function e8() {
|
|
488704
|
-
return (n.canvg ? Promise.resolve(n.canvg) : import("./index.es-
|
|
488706
|
+
return (n.canvg ? Promise.resolve(n.canvg) : import("./index.es-d367a4fc.mjs")).catch(function(t4) {
|
|
488705
488707
|
return Promise.reject(new Error("Could not load canvg: " + t4));
|
|
488706
488708
|
}).then(function(t4) {
|
|
488707
488709
|
return t4.default ? t4.default : t4;
|
|
@@ -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-
|
|
1
|
+
import { c as commonjsGlobal, R as RGBColor, r as requestAnimationFrame, _ as _asyncToGenerator, a as _, p as processCanvasRGBA, b as _defineProperty } from "./index-dd63f686.mjs";
|
|
2
2
|
import "vue";
|
|
3
3
|
import "ol";
|
|
4
4
|
var check = function(it) {
|
package/lib/index.esm.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ax, al, ab, a3, ao, a0, aU, at, aw, aZ, aY, aE, aF, aQ, aR, ai, aG, aH, aX, aV, ak, aj, aS, aT, aO, aP, aM, aN, aK, aL, aa, a6, a5, a9, a3 as a32, a4, a7, a8, ay, az, aC, aD, aI, aJ, a_, ac, aA, aB, ag, av, am, ap, as, ae, f, ah, au, aq, g, an, aW, ad, ar, l, af } from "./index-
|
|
1
|
+
import { ax, al, ab, a3, ao, a0, aU, at, aw, aZ, aY, aE, aF, aQ, aR, ai, aG, aH, aX, aV, ak, aj, aS, aT, aO, aP, aM, aN, aK, aL, aa, a6, a5, a9, a3 as a32, a4, a7, a8, ay, az, aC, aD, aI, aJ, a_, ac, aA, aB, ag, av, am, ap, as, ae, f, ah, au, aq, g, an, aW, ad, ar, l, af } from "./index-dd63f686.mjs";
|
|
2
2
|
import "vue";
|
|
3
3
|
import "ol";
|
|
4
4
|
export {
|
package/lib/index.umd.js
CHANGED
|
@@ -475390,6 +475390,7 @@ ${this.attributes_.map(
|
|
|
475390
475390
|
modelValue: visible.value,
|
|
475391
475391
|
"onUpdate:modelValue": _cache[4] || (_cache[4] = ($event) => visible.value = $event)
|
|
475392
475392
|
}, dialogProps2.value, {
|
|
475393
|
+
"modal-class": ["pointer-events-none"],
|
|
475393
475394
|
"append-to-body": "",
|
|
475394
475395
|
onClose: handleClose
|
|
475395
475396
|
}), vue.createSlots({
|
|
@@ -476258,6 +476259,7 @@ ${this.attributes_.map(
|
|
|
476258
476259
|
width: "600px",
|
|
476259
476260
|
"before-close": handleClose,
|
|
476260
476261
|
"show-modal": false,
|
|
476262
|
+
"modal-class": ["pointer-events-none"],
|
|
476261
476263
|
cacheId: "print-dialog",
|
|
476262
476264
|
class: "print-dialog"
|
|
476263
476265
|
}, {
|
|
@@ -500139,6 +500141,7 @@ ${this.attributes_.map(
|
|
|
500139
500141
|
width: "400px",
|
|
500140
500142
|
"before-close": handleClose,
|
|
500141
500143
|
"show-modal": false,
|
|
500144
|
+
"modal-class": ["pointer-events-none"],
|
|
500142
500145
|
cacheId: "measurement-dialog",
|
|
500143
500146
|
"append-to-body": ""
|
|
500144
500147
|
}, {
|
|
@@ -500238,8 +500241,8 @@ ${this.attributes_.map(
|
|
|
500238
500241
|
};
|
|
500239
500242
|
}
|
|
500240
500243
|
});
|
|
500241
|
-
const
|
|
500242
|
-
const MeasurementDialog = /* @__PURE__ */ _export_sfc(_sfc_main$8, [["__scopeId", "data-v-
|
|
500244
|
+
const MeasurementDialog_vue_vue_type_style_index_0_scoped_97889a63_lang = "";
|
|
500245
|
+
const MeasurementDialog = /* @__PURE__ */ _export_sfc(_sfc_main$8, [["__scopeId", "data-v-97889a63"]]);
|
|
500243
500246
|
const MeasurementDialog$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
500244
500247
|
__proto__: null,
|
|
500245
500248
|
default: MeasurementDialog
|
|
@@ -500484,6 +500487,7 @@ ${this.attributes_.map(
|
|
|
500484
500487
|
"show-modal": false,
|
|
500485
500488
|
draggable: true,
|
|
500486
500489
|
resizable: true,
|
|
500490
|
+
"modal-class": ["pointer-events-none"],
|
|
500487
500491
|
cacheId: "basemap-dialog",
|
|
500488
500492
|
position: "right",
|
|
500489
500493
|
class: "basemap-dialog",
|
|
@@ -500517,8 +500521,8 @@ ${this.attributes_.map(
|
|
|
500517
500521
|
};
|
|
500518
500522
|
}
|
|
500519
500523
|
});
|
|
500520
|
-
const
|
|
500521
|
-
const BasemapPanel = /* @__PURE__ */ _export_sfc(_sfc_main$7, [["__scopeId", "data-v-
|
|
500524
|
+
const BasemapPanel_vue_vue_type_style_index_0_scoped_941dac43_lang = "";
|
|
500525
|
+
const BasemapPanel = /* @__PURE__ */ _export_sfc(_sfc_main$7, [["__scopeId", "data-v-941dac43"]]);
|
|
500522
500526
|
const BasemapPanel$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
500523
500527
|
__proto__: null,
|
|
500524
500528
|
default: BasemapPanel
|
|
@@ -500687,6 +500691,7 @@ ${this.attributes_.map(
|
|
|
500687
500691
|
onClose: handleClose,
|
|
500688
500692
|
cacheId: "coordinate-dialog",
|
|
500689
500693
|
"show-modal": false,
|
|
500694
|
+
"modal-class": ["pointer-events-none"],
|
|
500690
500695
|
class: "coordinate-dialog"
|
|
500691
500696
|
}, {
|
|
500692
500697
|
footer: vue.withCtx(() => [
|
|
@@ -501904,6 +501909,7 @@ ${this.attributes_.map(
|
|
|
501904
501909
|
width: "500px",
|
|
501905
501910
|
"before-close": handleClose,
|
|
501906
501911
|
"show-modal": false,
|
|
501912
|
+
"modal-class": ["pointer-events-none"],
|
|
501907
501913
|
cacheId: "region-dialog",
|
|
501908
501914
|
class: "region-dialog"
|
|
501909
501915
|
}, {
|
|
@@ -502445,6 +502451,7 @@ ${this.attributes_.map(
|
|
|
502445
502451
|
width: "600px",
|
|
502446
502452
|
"before-close": handleClose,
|
|
502447
502453
|
"show-modal": false,
|
|
502454
|
+
"modal-class": ["pointer-events-none"],
|
|
502448
502455
|
cacheId: "markers-dialog",
|
|
502449
502456
|
class: "markers-dialog"
|
|
502450
502457
|
}, {
|
|
@@ -502981,6 +502988,7 @@ ${this.attributes_.map(
|
|
|
502981
502988
|
width: "700px",
|
|
502982
502989
|
"before-close": handleClose,
|
|
502983
502990
|
"show-modal": false,
|
|
502991
|
+
"modal-class": ["pointer-events-none"],
|
|
502984
502992
|
cacheId: "bookmarks-dialog",
|
|
502985
502993
|
class: "bookmarks-dialog"
|
|
502986
502994
|
}, {
|
|
@@ -504099,7 +504107,7 @@ ${this.attributes_.map(
|
|
|
504099
504107
|
}
|
|
504100
504108
|
};
|
|
504101
504109
|
const ListTab = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-148877f2"]]);
|
|
504102
|
-
const
|
|
504110
|
+
const index_vue_vue_type_style_index_0_scoped_0f3bc776_lang = "";
|
|
504103
504111
|
const _hoisted_1 = { class: "dialog-content" };
|
|
504104
504112
|
const _hoisted_2 = { class: "toolbar" };
|
|
504105
504113
|
const _hoisted_3 = { class: "toolbar-left" };
|
|
@@ -504164,6 +504172,7 @@ ${this.attributes_.map(
|
|
|
504164
504172
|
"show-fullscreen": false,
|
|
504165
504173
|
"close-on-click-modal": false,
|
|
504166
504174
|
"close-on-press-escape": false,
|
|
504175
|
+
"modal-class": ["pointer-events-none"],
|
|
504167
504176
|
"custom-class": "map-drawing-dialog",
|
|
504168
504177
|
cacheId: "drawing-dialog",
|
|
504169
504178
|
onClose: handleClose
|
|
@@ -504245,7 +504254,7 @@ ${this.attributes_.map(
|
|
|
504245
504254
|
};
|
|
504246
504255
|
}
|
|
504247
504256
|
};
|
|
504248
|
-
const index$1 = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
504257
|
+
const index$1 = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-0f3bc776"]]);
|
|
504249
504258
|
const index$2 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
504250
504259
|
__proto__: null,
|
|
504251
504260
|
default: index$1
|
package/lib/style.css
CHANGED
|
@@ -1221,9 +1221,10 @@ label {
|
|
|
1221
1221
|
}
|
|
1222
1222
|
}
|
|
1223
1223
|
}
|
|
1224
|
-
.
|
|
1224
|
+
.resize-handle{-webkit-user-select:none;user-select:none}.custom-dialog-actions{display:flex;align-items:center}.custom-dialog-header{display:flex;justify-content:space-between;align-items:center;width:100%}.custom-dialog-actions .custom-header-btn{position:static;margin-left:10px;font-size:16px;width:20px;height:20px;line-height:1;border:none;background:transparent;cursor:pointer;padding:0;color:var(--el-color-info)}.custom-dialog-actions .custom-header-btn:hover{color:var(--el-color-primary)}.custom-dialog-actions .custom-header-btn svg{width:100%;height:100%;vertical-align:middle}.e-plus-resize-dialog{display:flex;flex-direction:column;max-height:85vh;overflow:hidden;margin-bottom:0}.e-plus-resize-dialog.is-fullscreen{max-height:100vh;height:100vh!important;margin:0!important}.e-plus-resize-dialog .el-dialog__header,.e-plus-resize-dialog .el-dialog__footer{flex-shrink:0}.e-plus-resize-dialog .el-dialog__body{flex:1;overflow:auto;min-height:0}.e-plus-modal-hidden-overlay,.e-plus-modal-hidden-overlay .el-overlay-dialog{pointer-events:none!important}.e-plus-resize-dialog.is-modal-hidden{pointer-events:auto!important}
|
|
1225
1225
|
|
|
1226
1226
|
.layer-dialog {
|
|
1227
|
+
|
|
1227
1228
|
/* 全局样式面板样式 */
|
|
1228
1229
|
.global-style-panel {
|
|
1229
1230
|
padding: 16px;
|
|
@@ -2533,30 +2534,30 @@ to {
|
|
|
2533
2534
|
/* 图例面板相关样式 */
|
|
2534
2535
|
.legend-collapsed .panel-content {
|
|
2535
2536
|
display: none;
|
|
2536
|
-
}.measurement-content[data-v-
|
|
2537
|
+
}.measurement-content[data-v-97889a63] {
|
|
2537
2538
|
background: var(--el-bg-color);
|
|
2538
2539
|
border-radius: var(--el-border-radius-base);
|
|
2539
2540
|
overflow: hidden;
|
|
2540
2541
|
}
|
|
2541
|
-
.measurement-header[data-v-
|
|
2542
|
+
.measurement-header[data-v-97889a63] {
|
|
2542
2543
|
background: var(--el-bg-color-overlay);
|
|
2543
2544
|
border-bottom: 1px solid var(--el-border-color-light);
|
|
2544
2545
|
}
|
|
2545
|
-
.measurement-result[data-v-
|
|
2546
|
+
.measurement-result[data-v-97889a63] {
|
|
2546
2547
|
background: var(--el-fill-color-light);
|
|
2547
2548
|
border-bottom: 1px solid var(--el-border-color-light);
|
|
2548
2549
|
display: flex;
|
|
2549
2550
|
align-items: center;
|
|
2550
2551
|
justify-content: center;
|
|
2551
2552
|
}
|
|
2552
|
-
.result-value[data-v-
|
|
2553
|
+
.result-value[data-v-97889a63] {
|
|
2553
2554
|
font-size: 42px;
|
|
2554
2555
|
font-weight: 600;
|
|
2555
2556
|
color: var(--el-color-primary);
|
|
2556
2557
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
|
|
2557
2558
|
line-height: 1;
|
|
2558
2559
|
}
|
|
2559
|
-
.tool-grid[data-v-
|
|
2560
|
+
.tool-grid[data-v-97889a63] {
|
|
2560
2561
|
display: grid;
|
|
2561
2562
|
grid-template-columns: repeat(4, 1fr);
|
|
2562
2563
|
column-gap: 18px;
|
|
@@ -2564,7 +2565,7 @@ to {
|
|
|
2564
2565
|
justify-items: center;
|
|
2565
2566
|
align-items: start;
|
|
2566
2567
|
}
|
|
2567
|
-
.tool-item[data-v-
|
|
2568
|
+
.tool-item[data-v-97889a63] {
|
|
2568
2569
|
position: relative;
|
|
2569
2570
|
display: flex;
|
|
2570
2571
|
flex-direction: column;
|
|
@@ -2573,7 +2574,7 @@ to {
|
|
|
2573
2574
|
user-select: none;
|
|
2574
2575
|
transition: transform 0.2s ease;
|
|
2575
2576
|
}
|
|
2576
|
-
.tool-icon[data-v-
|
|
2577
|
+
.tool-icon[data-v-97889a63] {
|
|
2577
2578
|
width: 28px;
|
|
2578
2579
|
height: 28px;
|
|
2579
2580
|
padding: 14px;
|
|
@@ -2584,30 +2585,30 @@ to {
|
|
|
2584
2585
|
transition: all 0.2s ease;
|
|
2585
2586
|
margin-bottom: 10px;
|
|
2586
2587
|
}
|
|
2587
|
-
.tool-item:hover .tool-icon[data-v-
|
|
2588
|
-
.tool-item.active .tool-icon[data-v-
|
|
2588
|
+
.tool-item:hover .tool-icon[data-v-97889a63],
|
|
2589
|
+
.tool-item.active .tool-icon[data-v-97889a63] {
|
|
2589
2590
|
transform: translateY(-2px);
|
|
2590
2591
|
box-shadow: var(--el-box-shadow-light);
|
|
2591
2592
|
border-color: var(--el-color-primary-light-5);
|
|
2592
2593
|
background-color: var(--el-color-primary-light-9);
|
|
2593
2594
|
}
|
|
2594
|
-
.tool-label[data-v-
|
|
2595
|
+
.tool-label[data-v-97889a63] {
|
|
2595
2596
|
font-size: 14px;
|
|
2596
2597
|
line-height: 1.2;
|
|
2597
2598
|
color: var(--el-text-color-regular);
|
|
2598
2599
|
font-weight: 500;
|
|
2599
2600
|
white-space: nowrap;
|
|
2600
2601
|
}
|
|
2601
|
-
.dialog-footer[data-v-
|
|
2602
|
+
.dialog-footer[data-v-97889a63] {
|
|
2602
2603
|
display: none;
|
|
2603
2604
|
}
|
|
2604
2605
|
/* 底图对话框样式 */
|
|
2605
|
-
.basemap-dialog[data-v-
|
|
2606
|
+
.basemap-dialog[data-v-941dac43] {
|
|
2606
2607
|
/* CustomDialog 会处理右侧滑入动画 */
|
|
2607
2608
|
}
|
|
2608
2609
|
|
|
2609
2610
|
/* 底图内容容器 */
|
|
2610
|
-
.basemap-content[data-v-
|
|
2611
|
+
.basemap-content[data-v-941dac43] {
|
|
2611
2612
|
padding: 8px;
|
|
2612
2613
|
height: 100%;
|
|
2613
2614
|
overflow: visible;
|
|
@@ -2615,7 +2616,7 @@ to {
|
|
|
2615
2616
|
}
|
|
2616
2617
|
|
|
2617
2618
|
/* 底图网格布局 */
|
|
2618
|
-
.basemap-grid[data-v-
|
|
2619
|
+
.basemap-grid[data-v-941dac43] {
|
|
2619
2620
|
display: grid;
|
|
2620
2621
|
grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
|
|
2621
2622
|
gap: 8px;
|
|
@@ -2623,7 +2624,7 @@ to {
|
|
|
2623
2624
|
}
|
|
2624
2625
|
|
|
2625
2626
|
/* 底图项目 */
|
|
2626
|
-
.basemap-item[data-v-
|
|
2627
|
+
.basemap-item[data-v-941dac43] {
|
|
2627
2628
|
display: flex;
|
|
2628
2629
|
flex-direction: column;
|
|
2629
2630
|
align-items: center;
|
|
@@ -2636,19 +2637,19 @@ to {
|
|
|
2636
2637
|
box-shadow: var(--el-box-shadow-light);
|
|
2637
2638
|
border: 1px solid var(--el-border-color-light);
|
|
2638
2639
|
}
|
|
2639
|
-
.basemap-item[data-v-
|
|
2640
|
+
.basemap-item[data-v-941dac43]:hover {
|
|
2640
2641
|
transform: translateY(-2px) scale(1.02);
|
|
2641
2642
|
border-color: var(--el-color-primary-light-5);
|
|
2642
2643
|
box-shadow: var(--el-box-shadow);
|
|
2643
2644
|
}
|
|
2644
|
-
.basemap-item.active[data-v-
|
|
2645
|
+
.basemap-item.active[data-v-941dac43] {
|
|
2645
2646
|
border-color: var(--el-color-primary);
|
|
2646
2647
|
background: var(--el-color-primary-light-9);
|
|
2647
2648
|
box-shadow: var(--el-box-shadow);
|
|
2648
2649
|
}
|
|
2649
2650
|
|
|
2650
2651
|
/* 底图预览图片 */
|
|
2651
|
-
.basemap-preview[data-v-
|
|
2652
|
+
.basemap-preview[data-v-941dac43] {
|
|
2652
2653
|
width: 92px;
|
|
2653
2654
|
height: 68px;
|
|
2654
2655
|
border-radius: var(--el-border-radius-small);
|
|
@@ -2661,11 +2662,11 @@ to {
|
|
|
2661
2662
|
align-items: center;
|
|
2662
2663
|
justify-content: center;
|
|
2663
2664
|
}
|
|
2664
|
-
.basemap-item:hover .basemap-preview[data-v-
|
|
2665
|
+
.basemap-item:hover .basemap-preview[data-v-941dac43] {
|
|
2665
2666
|
box-shadow: var(--el-box-shadow-light);
|
|
2666
2667
|
transform: scale(1.05);
|
|
2667
2668
|
}
|
|
2668
|
-
.basemap-preview img[data-v-
|
|
2669
|
+
.basemap-preview img[data-v-941dac43] {
|
|
2669
2670
|
width: 100%;
|
|
2670
2671
|
height: 100%;
|
|
2671
2672
|
object-fit: cover;
|
|
@@ -2673,7 +2674,7 @@ to {
|
|
|
2673
2674
|
}
|
|
2674
2675
|
|
|
2675
2676
|
/* 底图名称 */
|
|
2676
|
-
.basemap-name[data-v-
|
|
2677
|
+
.basemap-name[data-v-941dac43] {
|
|
2677
2678
|
font-size: 11px;
|
|
2678
2679
|
font-weight: 500;
|
|
2679
2680
|
color: var(--el-text-color-regular);
|
|
@@ -2682,18 +2683,18 @@ to {
|
|
|
2682
2683
|
transition: all 0.3s ease;
|
|
2683
2684
|
margin-top: 4px;
|
|
2684
2685
|
}
|
|
2685
|
-
.basemap-item:hover .basemap-name[data-v-
|
|
2686
|
+
.basemap-item:hover .basemap-name[data-v-941dac43] {
|
|
2686
2687
|
color: var(--el-text-color-primary);
|
|
2687
2688
|
font-weight: 600;
|
|
2688
2689
|
}
|
|
2689
|
-
.basemap-item.active .basemap-name[data-v-
|
|
2690
|
+
.basemap-item.active .basemap-name[data-v-941dac43] {
|
|
2690
2691
|
color: var(--el-color-primary);
|
|
2691
2692
|
font-weight: 600;
|
|
2692
2693
|
}
|
|
2693
2694
|
|
|
2694
2695
|
/* 响应式设计 */
|
|
2695
2696
|
@media (max-width: 480px) {
|
|
2696
|
-
.basemap-grid[data-v-
|
|
2697
|
+
.basemap-grid[data-v-941dac43] {
|
|
2697
2698
|
grid-template-columns: 1fr;
|
|
2698
2699
|
}
|
|
2699
2700
|
}
|
|
@@ -3181,12 +3182,12 @@ to {
|
|
|
3181
3182
|
align-items: center;
|
|
3182
3183
|
justify-content: center;
|
|
3183
3184
|
color: #9ca3af;
|
|
3184
|
-
}.dialog-content[data-v-
|
|
3185
|
+
}.dialog-content[data-v-0f3bc776] {
|
|
3185
3186
|
display: flex;
|
|
3186
3187
|
flex-direction: column;
|
|
3187
3188
|
height: 100%;
|
|
3188
3189
|
}
|
|
3189
|
-
.toolbar[data-v-
|
|
3190
|
+
.toolbar[data-v-0f3bc776] {
|
|
3190
3191
|
display: flex;
|
|
3191
3192
|
align-items: center;
|
|
3192
3193
|
justify-content: space-between;
|
|
@@ -3194,46 +3195,46 @@ to {
|
|
|
3194
3195
|
border-bottom: 1px solid #e5e7eb;
|
|
3195
3196
|
background-color: #f9fafb;
|
|
3196
3197
|
}
|
|
3197
|
-
.toolbar-left[data-v-
|
|
3198
|
+
.toolbar-left[data-v-0f3bc776] {
|
|
3198
3199
|
display: flex;
|
|
3199
3200
|
align-items: center;
|
|
3200
3201
|
gap: 20px;
|
|
3201
3202
|
}
|
|
3202
|
-
.toolbar-right[data-v-
|
|
3203
|
+
.toolbar-right[data-v-0f3bc776] {
|
|
3203
3204
|
display: flex;
|
|
3204
3205
|
align-items: center;
|
|
3205
3206
|
gap: 20px;
|
|
3206
3207
|
}
|
|
3207
|
-
.tool-icon[data-v-
|
|
3208
|
+
.tool-icon[data-v-0f3bc776] {
|
|
3208
3209
|
font-size: 20px;
|
|
3209
3210
|
cursor: pointer;
|
|
3210
3211
|
color: #6b7280;
|
|
3211
3212
|
transition: color 0.3s ease;
|
|
3212
3213
|
}
|
|
3213
|
-
.tool-icon[data-v-
|
|
3214
|
+
.tool-icon[data-v-0f3bc776]:hover {
|
|
3214
3215
|
color: var(--el-color-primary, #409eff);
|
|
3215
3216
|
}
|
|
3216
|
-
.content-area[data-v-
|
|
3217
|
+
.content-area[data-v-0f3bc776] {
|
|
3217
3218
|
flex: 1;
|
|
3218
3219
|
overflow: hidden;
|
|
3219
3220
|
}
|
|
3220
|
-
.tabs-container[data-v-
|
|
3221
|
+
.tabs-container[data-v-0f3bc776] {
|
|
3221
3222
|
height: 100%;
|
|
3222
3223
|
}
|
|
3223
|
-
.map-drawing-dialog[data-v-
|
|
3224
|
+
.map-drawing-dialog[data-v-0f3bc776] .el-tabs {
|
|
3224
3225
|
height: 100%;
|
|
3225
3226
|
display: flex;
|
|
3226
3227
|
flex-direction: column;
|
|
3227
3228
|
}
|
|
3228
|
-
.map-drawing-dialog[data-v-
|
|
3229
|
+
.map-drawing-dialog[data-v-0f3bc776] .el-tabs__content {
|
|
3229
3230
|
flex: 1;
|
|
3230
3231
|
overflow: auto;
|
|
3231
3232
|
padding: 12px;
|
|
3232
3233
|
}
|
|
3233
|
-
.map-drawing-dialog[data-v-
|
|
3234
|
+
.map-drawing-dialog[data-v-0f3bc776] .el-tabs__nav-wrap {
|
|
3234
3235
|
padding: 0 10px;
|
|
3235
3236
|
}
|
|
3236
|
-
.map-drawing-dialog[data-v-
|
|
3237
|
+
.map-drawing-dialog[data-v-0f3bc776] .el-tabs__item {
|
|
3237
3238
|
font-size: 14px;
|
|
3238
3239
|
font-weight: 500;
|
|
3239
3240
|
padding: 0 20px;
|
|
@@ -3241,10 +3242,10 @@ to {
|
|
|
3241
3242
|
line-height: 40px;
|
|
3242
3243
|
transition: all 0.3s;
|
|
3243
3244
|
}
|
|
3244
|
-
.map-drawing-dialog[data-v-
|
|
3245
|
+
.map-drawing-dialog[data-v-0f3bc776] .el-tabs__item.is-active {
|
|
3245
3246
|
color: var(--el-color-primary);
|
|
3246
3247
|
font-weight: 600;
|
|
3247
3248
|
}
|
|
3248
|
-
.map-drawing-dialog[data-v-
|
|
3249
|
+
.map-drawing-dialog[data-v-0f3bc776] .el-tabs__item:hover {
|
|
3249
3250
|
color: var(--el-color-primary);
|
|
3250
3251
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vue-openlayers-plugin",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.91",
|
|
4
4
|
"description": "A Vue 3 plugin for OpenLayers with custom components and utilities",
|
|
5
5
|
"main": "lib/index.umd.js",
|
|
6
6
|
"module": "lib/index.esm.js",
|
|
@@ -49,13 +49,13 @@
|
|
|
49
49
|
"peerDependencies": {
|
|
50
50
|
"@element-plus/icons-vue": "^2.3.2",
|
|
51
51
|
"@supermapgis/iclient-ol": "^12.0.0-r",
|
|
52
|
-
"e-plus-dialog-vue3": "^1.0.17",
|
|
53
52
|
"element-plus": "^2.13.0",
|
|
54
53
|
"ol": "^10.6.1",
|
|
55
54
|
"proj4": "^2.9.2",
|
|
56
55
|
"vue": "^3.3.0"
|
|
57
56
|
},
|
|
58
57
|
"dependencies": {
|
|
58
|
+
"e-plus-dialog-vue3": "^1.0.18",
|
|
59
59
|
"gifler": "^0.1.0",
|
|
60
60
|
"html2canvas": "^1.4.1",
|
|
61
61
|
"jspdf": "^2.5.1",
|
|
@@ -73,7 +73,6 @@
|
|
|
73
73
|
"@vue/eslint-config-prettier": "^8.0.0",
|
|
74
74
|
"@vue/eslint-config-typescript": "^11.0.3",
|
|
75
75
|
"@vue/tsconfig": "^0.4.0",
|
|
76
|
-
"e-plus-dialog-vue3": "^1.0.17",
|
|
77
76
|
"element-plus": "^2.13.0",
|
|
78
77
|
"eslint": "^8.45.0",
|
|
79
78
|
"eslint-plugin-vue": "^9.17.0",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BasemapPanel.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/OlDialogs/BasemapPanel.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"BasemapPanel.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/OlDialogs/BasemapPanel.vue"],"names":[],"mappings":"AAkCA;AAMA,OAAO,mCAAmC,CAAA;;gBA0c5B,OAAO;;;;gBAAP,OAAO;;;;AANrB,wBASG;AACH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CoordinateLocationDialog.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/OlDialogs/CoordinateLocationDialog.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CoordinateLocationDialog.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/OlDialogs/CoordinateLocationDialog.vue"],"names":[],"mappings":"AA4CA;AAUA,UAAU,KAAK;IACb,UAAU,EAAE,OAAO,CAAA;CACpB;;;;;;;;AAmdD,wBAQG;AACH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LayerPanel.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/OlDialogs/LayerPanel.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"LayerPanel.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/OlDialogs/LayerPanel.vue"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/OlDialogs/MapDrawingDialog/index.vue.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/OlDialogs/MapDrawingDialog/index.vue.js"],"names":[],"mappings":"AAmEA;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MapPrintDialog.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/OlDialogs/MapPrintDialog.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"MapPrintDialog.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/OlDialogs/MapPrintDialog.vue"],"names":[],"mappings":"AAwVA;AAWA,UAAU,KAAK;IACb,UAAU,EAAE,OAAO,CAAA;IACnB,WAAW,CAAC,EAAE,GAAG,CAAA;IACjB,aAAa,CAAC,EAAE,GAAG,EAAE,CAAA;IACrB,cAAc,CAAC,EAAE,GAAG,EAAE,CAAA;CACvB;;;;;;;;AAgtED,wBAOG;AACH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MeasurementDialog.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/OlDialogs/MeasurementDialog.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"MeasurementDialog.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/OlDialogs/MeasurementDialog.vue"],"names":[],"mappings":"AAqDA;AAMA,OAAO,mCAAmC,CAAA;AAa1C,UAAU,KAAK;IACb,UAAU,EAAE,OAAO,CAAA;CAEpB;;;;;;;;;;;;;;;;;;;;AAkpBD,wBAQG;AACH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAE1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QACxE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACT,CAAC;AACN,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MyMarkersDialog.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/OlDialogs/MyMarkersDialog.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"MyMarkersDialog.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/OlDialogs/MyMarkersDialog.vue"],"names":[],"mappings":"AAyJA;AAmBA,UAAU,KAAK;IACb,UAAU,EAAE,OAAO,CAAC;CACrB;;;;;;;;AAo/BD,wBAOG;AACH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RegionNavigationDialog.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/OlDialogs/RegionNavigationDialog.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"RegionNavigationDialog.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/OlDialogs/RegionNavigationDialog.vue"],"names":[],"mappings":"AAiLA;AAMA,UAAU,KAAK;IACb,UAAU,EAAE,OAAO,CAAA;CACpB;;;;;;;;;;;;AA8pDD,wBAOG;AACH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ViewBookmarksDialog.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/OlDialogs/ViewBookmarksDialog.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ViewBookmarksDialog.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/OlDialogs/ViewBookmarksDialog.vue"],"names":[],"mappings":"AAoPA;AAmBA,UAAU,KAAK;IACb,UAAU,EAAE,OAAO,CAAA;CACpB;;;;;;;;AA6yCD,wBAOG;AACH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC"}
|