vue-openlayers-plugin 1.0.73 → 1.0.74

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.
@@ -1561,7 +1561,7 @@ const __default__$5 = defineComponent({
1561
1561
  name: "ElIcon",
1562
1562
  inheritAttrs: false
1563
1563
  });
1564
- const _sfc_main$y = /* @__PURE__ */ defineComponent({
1564
+ const _sfc_main$z = /* @__PURE__ */ defineComponent({
1565
1565
  ...__default__$5,
1566
1566
  props: iconProps,
1567
1567
  setup(__props) {
@@ -1586,7 +1586,7 @@ const _sfc_main$y = /* @__PURE__ */ defineComponent({
1586
1586
  };
1587
1587
  }
1588
1588
  });
1589
- var Icon$4 = /* @__PURE__ */ _export_sfc$1(_sfc_main$y, [["__file", "icon.vue"]]);
1589
+ var Icon$4 = /* @__PURE__ */ _export_sfc$1(_sfc_main$z, [["__file", "icon.vue"]]);
1590
1590
  const ElIcon = withInstall(Icon$4);
1591
1591
  /*! Element Plus Icons Vue v2.3.2 */
1592
1592
  var _sfc_main2 = /* @__PURE__ */ defineComponent({
@@ -2863,7 +2863,7 @@ const __default__$4 = defineComponent({
2863
2863
  name: COMPONENT_NAME,
2864
2864
  inheritAttrs: false
2865
2865
  });
2866
- const _sfc_main$x = /* @__PURE__ */ defineComponent({
2866
+ const _sfc_main$y = /* @__PURE__ */ defineComponent({
2867
2867
  ...__default__$4,
2868
2868
  props: inputProps,
2869
2869
  emits: inputEmits,
@@ -3274,7 +3274,7 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
3274
3274
  };
3275
3275
  }
3276
3276
  });
3277
- var Input = /* @__PURE__ */ _export_sfc$1(_sfc_main$x, [["__file", "input.vue"]]);
3277
+ var Input = /* @__PURE__ */ _export_sfc$1(_sfc_main$y, [["__file", "input.vue"]]);
3278
3278
  const ElInput = withInstall(Input);
3279
3279
  const FOCUS_AFTER_TRAPPED = "focus-trap.focus-after-trapped";
3280
3280
  const FOCUS_AFTER_RELEASED = "focus-trap.focus-after-released";
@@ -3469,7 +3469,7 @@ const useEscapeKeydown = (handler) => {
3469
3469
  }
3470
3470
  });
3471
3471
  };
3472
- const _sfc_main$w = defineComponent({
3472
+ const _sfc_main$x = defineComponent({
3473
3473
  name: "ElFocusTrap",
3474
3474
  inheritAttrs: false,
3475
3475
  props: {
@@ -3714,7 +3714,7 @@ const _sfc_main$w = defineComponent({
3714
3714
  function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
3715
3715
  return renderSlot(_ctx.$slots, "default", { handleKeydown: _ctx.onKeydown });
3716
3716
  }
3717
- var ElFocusTrap = /* @__PURE__ */ _export_sfc$1(_sfc_main$w, [["render", _sfc_render$1], ["__file", "focus-trap.vue"]]);
3717
+ var ElFocusTrap = /* @__PURE__ */ _export_sfc$1(_sfc_main$x, [["render", _sfc_render$1], ["__file", "focus-trap.vue"]]);
3718
3718
  const badgeProps = buildProps({
3719
3719
  value: {
3720
3720
  type: [String, Number],
@@ -3750,7 +3750,7 @@ const badgeProps = buildProps({
3750
3750
  const __default__$3 = defineComponent({
3751
3751
  name: "ElBadge"
3752
3752
  });
3753
- const _sfc_main$v = /* @__PURE__ */ defineComponent({
3753
+ const _sfc_main$w = /* @__PURE__ */ defineComponent({
3754
3754
  ...__default__$3,
3755
3755
  props: badgeProps,
3756
3756
  setup(__props, { expose }) {
@@ -3812,7 +3812,7 @@ const _sfc_main$v = /* @__PURE__ */ defineComponent({
3812
3812
  };
3813
3813
  }
3814
3814
  });
3815
- var Badge = /* @__PURE__ */ _export_sfc$1(_sfc_main$v, [["__file", "badge.vue"]]);
3815
+ var Badge = /* @__PURE__ */ _export_sfc$1(_sfc_main$w, [["__file", "badge.vue"]]);
3816
3816
  const ElBadge = withInstall(Badge);
3817
3817
  const buttonGroupContextKey = Symbol("buttonGroupContextKey");
3818
3818
  const useDeprecated = ({ from, replacement, scope, version: version2, ref: ref2, type = "API" }, condition) => {
@@ -4907,7 +4907,7 @@ function useButtonCustomStyle(props) {
4907
4907
  const __default__$2 = defineComponent({
4908
4908
  name: "ElButton"
4909
4909
  });
4910
- const _sfc_main$u = /* @__PURE__ */ defineComponent({
4910
+ const _sfc_main$v = /* @__PURE__ */ defineComponent({
4911
4911
  ...__default__$2,
4912
4912
  props: buttonProps,
4913
4913
  emits: buttonEmits,
@@ -4985,7 +4985,7 @@ const _sfc_main$u = /* @__PURE__ */ defineComponent({
4985
4985
  };
4986
4986
  }
4987
4987
  });
4988
- var Button$2 = /* @__PURE__ */ _export_sfc$1(_sfc_main$u, [["__file", "button.vue"]]);
4988
+ var Button$2 = /* @__PURE__ */ _export_sfc$1(_sfc_main$v, [["__file", "button.vue"]]);
4989
4989
  const buttonGroupProps = {
4990
4990
  size: buttonProps.size,
4991
4991
  type: buttonProps.type
@@ -4993,7 +4993,7 @@ const buttonGroupProps = {
4993
4993
  const __default__$1 = defineComponent({
4994
4994
  name: "ElButtonGroup"
4995
4995
  });
4996
- const _sfc_main$t = /* @__PURE__ */ defineComponent({
4996
+ const _sfc_main$u = /* @__PURE__ */ defineComponent({
4997
4997
  ...__default__$1,
4998
4998
  props: buttonGroupProps,
4999
4999
  setup(__props) {
@@ -5012,7 +5012,7 @@ const _sfc_main$t = /* @__PURE__ */ defineComponent({
5012
5012
  };
5013
5013
  }
5014
5014
  });
5015
- var ButtonGroup = /* @__PURE__ */ _export_sfc$1(_sfc_main$t, [["__file", "button-group.vue"]]);
5015
+ var ButtonGroup = /* @__PURE__ */ _export_sfc$1(_sfc_main$u, [["__file", "button-group.vue"]]);
5016
5016
  const ElButton = withInstall(Button$2, {
5017
5017
  ButtonGroup
5018
5018
  });
@@ -5459,7 +5459,7 @@ const getOffsetOrSpace = (id, offset, placement) => {
5459
5459
  const __default__ = defineComponent({
5460
5460
  name: "ElMessage"
5461
5461
  });
5462
- const _sfc_main$s = /* @__PURE__ */ defineComponent({
5462
+ const _sfc_main$t = /* @__PURE__ */ defineComponent({
5463
5463
  ...__default__,
5464
5464
  props: messageProps,
5465
5465
  emits: messageEmits,
@@ -5613,7 +5613,7 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent({
5613
5613
  };
5614
5614
  }
5615
5615
  });
5616
- var MessageConstructor = /* @__PURE__ */ _export_sfc$1(_sfc_main$s, [["__file", "message.vue"]]);
5616
+ var MessageConstructor = /* @__PURE__ */ _export_sfc$1(_sfc_main$t, [["__file", "message.vue"]]);
5617
5617
  let seed = 1;
5618
5618
  const normalizeAppendTo = (normalized) => {
5619
5619
  const appendTo = normalized.appendTo;
@@ -5808,7 +5808,7 @@ const TrapFocus = {
5808
5808
  }
5809
5809
  }
5810
5810
  };
5811
- const _sfc_main$r = defineComponent({
5811
+ const _sfc_main$s = defineComponent({
5812
5812
  name: "ElMessageBox",
5813
5813
  directives: {
5814
5814
  TrapFocus
@@ -6280,7 +6280,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
6280
6280
  _: 3
6281
6281
  }, 8, ["onAfterLeave"]);
6282
6282
  }
6283
- var MessageBoxConstructor = /* @__PURE__ */ _export_sfc$1(_sfc_main$r, [["render", _sfc_render], ["__file", "index.vue"]]);
6283
+ var MessageBoxConstructor = /* @__PURE__ */ _export_sfc$1(_sfc_main$s, [["render", _sfc_render], ["__file", "index.vue"]]);
6284
6284
  const messageInstance = /* @__PURE__ */ new Map();
6285
6285
  const getAppendToElement = (props) => {
6286
6286
  let appendTo = document.body;
@@ -467864,8 +467864,8 @@ class FeatureHighlightManager {
467864
467864
  this.map.removeLayer(this.highlightLayer);
467865
467865
  }
467866
467866
  }
467867
- const _hoisted_1$p = ["id"];
467868
- const _sfc_main$q = /* @__PURE__ */ defineComponent({
467867
+ const _hoisted_1$q = ["id"];
467868
+ const _sfc_main$r = /* @__PURE__ */ defineComponent({
467869
467869
  __name: "BasePopup",
467870
467870
  props: {
467871
467871
  config: {},
@@ -467983,7 +467983,7 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
467983
467983
  }, [
467984
467984
  createElementVNode("div", {
467985
467985
  id: `popup-slot-${_ctx.id}`
467986
- }, null, 8, _hoisted_1$p),
467986
+ }, null, 8, _hoisted_1$q),
467987
467987
  renderSlot(_ctx.$slots, "default", {
467988
467988
  feature: _ctx.feature,
467989
467989
  coordinate: _ctx.coordinate,
@@ -467998,13 +467998,13 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
467998
467998
  };
467999
467999
  }
468000
468000
  });
468001
- const _hoisted_1$o = { class: "html-popup-content" };
468002
- const _hoisted_2$m = {
468001
+ const _hoisted_1$p = { class: "html-popup-content" };
468002
+ const _hoisted_2$n = {
468003
468003
  key: 0,
468004
468004
  class: "html-popup-title"
468005
468005
  };
468006
- const _hoisted_3$l = ["innerHTML"];
468007
- const _sfc_main$p = /* @__PURE__ */ defineComponent({
468006
+ const _hoisted_3$m = ["innerHTML"];
468007
+ const _sfc_main$q = /* @__PURE__ */ defineComponent({
468008
468008
  __name: "HtmlPopup",
468009
468009
  props: {
468010
468010
  config: {},
@@ -468052,7 +468052,7 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
468052
468052
  return sanitizeHtml(content2);
468053
468053
  });
468054
468054
  return (_ctx, _cache) => {
468055
- return openBlock(), createBlock(_sfc_main$q, {
468055
+ return openBlock(), createBlock(_sfc_main$r, {
468056
468056
  config: _ctx.config,
468057
468057
  coordinate: _ctx.coordinate,
468058
468058
  feature: _ctx.feature,
@@ -468065,12 +468065,12 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
468065
468065
  default: withCtx(() => {
468066
468066
  var _a3;
468067
468067
  return [
468068
- createElementVNode("div", _hoisted_1$o, [
468069
- ((_a3 = _ctx.config.template) == null ? void 0 : _a3.title) ? (openBlock(), createElementBlock("div", _hoisted_2$m, toDisplayString(resolveTitle()), 1)) : createCommentVNode("", true),
468068
+ createElementVNode("div", _hoisted_1$p, [
468069
+ ((_a3 = _ctx.config.template) == null ? void 0 : _a3.title) ? (openBlock(), createElementBlock("div", _hoisted_2$n, toDisplayString(resolveTitle()), 1)) : createCommentVNode("", true),
468070
468070
  createElementVNode("div", {
468071
468071
  class: "html-popup-body",
468072
468072
  innerHTML: resolveContent()
468073
- }, null, 8, _hoisted_3$l)
468073
+ }, null, 8, _hoisted_3$m)
468074
468074
  ])
468075
468075
  ];
468076
468076
  }),
@@ -468079,17 +468079,17 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
468079
468079
  };
468080
468080
  }
468081
468081
  });
468082
- const _hoisted_1$n = { class: "image-popup-content" };
468083
- const _hoisted_2$l = {
468082
+ const _hoisted_1$o = { class: "image-popup-content" };
468083
+ const _hoisted_2$m = {
468084
468084
  key: 0,
468085
468085
  class: "image-popup-title"
468086
468086
  };
468087
- const _hoisted_3$k = {
468087
+ const _hoisted_3$l = {
468088
468088
  key: 1,
468089
468089
  class: "image-popup-description"
468090
468090
  };
468091
- const _hoisted_4$k = { class: "image-popup-main" };
468092
- const _hoisted_5$k = { class: "image-container" };
468091
+ const _hoisted_4$l = { class: "image-popup-main" };
468092
+ const _hoisted_5$l = { class: "image-container" };
468093
468093
  const _hoisted_6$h = ["src", "alt"];
468094
468094
  const _hoisted_7$f = {
468095
468095
  key: 0,
@@ -468119,7 +468119,7 @@ const _hoisted_14$8 = {
468119
468119
  };
468120
468120
  const _hoisted_15$7 = { class: "fullscreen-container" };
468121
468121
  const _hoisted_16$7 = ["src", "alt"];
468122
- const _sfc_main$o = /* @__PURE__ */ defineComponent({
468122
+ const _sfc_main$p = /* @__PURE__ */ defineComponent({
468123
468123
  __name: "ImagePopup",
468124
468124
  props: {
468125
468125
  config: {},
@@ -468252,7 +468252,7 @@ const _sfc_main$o = /* @__PURE__ */ defineComponent({
468252
468252
  document.removeEventListener("keydown", handleKeydown);
468253
468253
  });
468254
468254
  return (_ctx, _cache) => {
468255
- return openBlock(), createBlock(_sfc_main$q, {
468255
+ return openBlock(), createBlock(_sfc_main$r, {
468256
468256
  config: _ctx.config,
468257
468257
  coordinate: _ctx.coordinate,
468258
468258
  feature: _ctx.feature,
@@ -468263,11 +468263,11 @@ const _sfc_main$o = /* @__PURE__ */ defineComponent({
468263
468263
  onHide: _cache[3] || (_cache[3] = ($event) => _ctx.$emit("hide"))
468264
468264
  }, {
468265
468265
  default: withCtx(() => [
468266
- createElementVNode("div", _hoisted_1$n, [
468267
- _ctx.config.title ? (openBlock(), createElementBlock("div", _hoisted_2$l, toDisplayString(resolveTitle()), 1)) : createCommentVNode("", true),
468268
- _ctx.config.description ? (openBlock(), createElementBlock("div", _hoisted_3$k, toDisplayString(_ctx.config.description), 1)) : createCommentVNode("", true),
468269
- createElementVNode("div", _hoisted_4$k, [
468270
- createElementVNode("div", _hoisted_5$k, [
468266
+ createElementVNode("div", _hoisted_1$o, [
468267
+ _ctx.config.title ? (openBlock(), createElementBlock("div", _hoisted_2$m, toDisplayString(resolveTitle()), 1)) : createCommentVNode("", true),
468268
+ _ctx.config.description ? (openBlock(), createElementBlock("div", _hoisted_3$l, toDisplayString(_ctx.config.description), 1)) : createCommentVNode("", true),
468269
+ createElementVNode("div", _hoisted_4$l, [
468270
+ createElementVNode("div", _hoisted_5$l, [
468271
468271
  createElementVNode("img", {
468272
468272
  src: currentImage.value,
468273
468273
  alt: `图片 ${currentIndex.value + 1}`,
@@ -468373,20 +468373,20 @@ const _sfc_main$o = /* @__PURE__ */ defineComponent({
468373
468373
  };
468374
468374
  }
468375
468375
  });
468376
- const _hoisted_1$m = { class: "array-popup-content" };
468377
- const _hoisted_2$k = {
468376
+ const _hoisted_1$n = { class: "array-popup-content" };
468377
+ const _hoisted_2$l = {
468378
468378
  key: 0,
468379
468379
  class: "array-popup-title"
468380
468380
  };
468381
- const _hoisted_3$j = {
468381
+ const _hoisted_3$k = {
468382
468382
  key: 1,
468383
468383
  class: "array-popup-description"
468384
468384
  };
468385
- const _hoisted_4$j = {
468385
+ const _hoisted_4$k = {
468386
468386
  key: 2,
468387
468387
  class: "view-switch"
468388
468388
  };
468389
- const _hoisted_5$j = {
468389
+ const _hoisted_5$k = {
468390
468390
  key: 3,
468391
468391
  class: "search-container"
468392
468392
  };
@@ -468450,7 +468450,7 @@ const _hoisted_43$1 = {
468450
468450
  class: "empty-data"
468451
468451
  };
468452
468452
  const _hoisted_44$1 = { class: "empty-text" };
468453
- const _sfc_main$n = /* @__PURE__ */ defineComponent({
468453
+ const _sfc_main$o = /* @__PURE__ */ defineComponent({
468454
468454
  __name: "ArrayPopup",
468455
468455
  props: {
468456
468456
  config: {},
@@ -468596,7 +468596,7 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
468596
468596
  }
468597
468597
  });
468598
468598
  return (_ctx, _cache) => {
468599
- return openBlock(), createBlock(_sfc_main$q, {
468599
+ return openBlock(), createBlock(_sfc_main$r, {
468600
468600
  config: _ctx.config,
468601
468601
  coordinate: _ctx.coordinate,
468602
468602
  feature: _ctx.feature,
@@ -468607,10 +468607,10 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
468607
468607
  onHide: _cache[8] || (_cache[8] = ($event) => _ctx.$emit("hide"))
468608
468608
  }, {
468609
468609
  default: withCtx(() => [
468610
- createElementVNode("div", _hoisted_1$m, [
468611
- _ctx.config.title ? (openBlock(), createElementBlock("div", _hoisted_2$k, toDisplayString(resolveTitle()), 1)) : createCommentVNode("", true),
468612
- _ctx.config.description ? (openBlock(), createElementBlock("div", _hoisted_3$j, toDisplayString(_ctx.config.description), 1)) : createCommentVNode("", true),
468613
- _ctx.config.allowViewSwitch ? (openBlock(), createElementBlock("div", _hoisted_4$j, [
468610
+ createElementVNode("div", _hoisted_1$n, [
468611
+ _ctx.config.title ? (openBlock(), createElementBlock("div", _hoisted_2$l, toDisplayString(resolveTitle()), 1)) : createCommentVNode("", true),
468612
+ _ctx.config.description ? (openBlock(), createElementBlock("div", _hoisted_3$k, toDisplayString(_ctx.config.description), 1)) : createCommentVNode("", true),
468613
+ _ctx.config.allowViewSwitch ? (openBlock(), createElementBlock("div", _hoisted_4$k, [
468614
468614
  createVNode$1(unref(ElButton), {
468615
468615
  class: normalizeClass(["view-btn", { active: currentView.value === "table" }]),
468616
468616
  onClick: _cache[0] || (_cache[0] = ($event) => setView("table")),
@@ -468645,7 +468645,7 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
468645
468645
  _: 1
468646
468646
  }, 8, ["class", "type"])
468647
468647
  ])) : createCommentVNode("", true),
468648
- _ctx.config.searchable ? (openBlock(), createElementBlock("div", _hoisted_5$j, [
468648
+ _ctx.config.searchable ? (openBlock(), createElementBlock("div", _hoisted_5$k, [
468649
468649
  createVNode$1(unref(ElInput), {
468650
468650
  modelValue: searchQuery.value,
468651
468651
  "onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => searchQuery.value = $event),
@@ -469030,7 +469030,7 @@ class PopupManager {
469030
469030
  let app = null;
469031
469031
  switch (type) {
469032
469032
  case "html":
469033
- app = createApp(_sfc_main$p, {
469033
+ app = createApp(_sfc_main$q, {
469034
469034
  id: popupId,
469035
469035
  config: { ...this.config.defaultConfig, ...config },
469036
469036
  coordinate,
@@ -469040,7 +469040,7 @@ class PopupManager {
469040
469040
  });
469041
469041
  break;
469042
469042
  case "image":
469043
- app = createApp(_sfc_main$o, {
469043
+ app = createApp(_sfc_main$p, {
469044
469044
  id: popupId,
469045
469045
  config: { ...this.config.defaultConfig, ...config },
469046
469046
  coordinate,
@@ -469050,7 +469050,7 @@ class PopupManager {
469050
469050
  });
469051
469051
  break;
469052
469052
  case "array":
469053
- app = createApp(_sfc_main$n, {
469053
+ app = createApp(_sfc_main$o, {
469054
469054
  id: popupId,
469055
469055
  config: { ...this.config.defaultConfig, ...config },
469056
469056
  coordinate,
@@ -469066,7 +469066,7 @@ class PopupManager {
469066
469066
  case "all":
469067
469067
  const allConfig = config;
469068
469068
  if (allConfig.htmlContent) {
469069
- app = createApp(_sfc_main$p, {
469069
+ app = createApp(_sfc_main$q, {
469070
469070
  id: popupId,
469071
469071
  config: {
469072
469072
  ...allConfig,
@@ -469078,7 +469078,7 @@ class PopupManager {
469078
469078
  onClose: () => this.closePopup(popupId)
469079
469079
  });
469080
469080
  } else if (allConfig.images) {
469081
- app = createApp(_sfc_main$o, {
469081
+ app = createApp(_sfc_main$p, {
469082
469082
  id: popupId,
469083
469083
  config: {
469084
469084
  ...allConfig,
@@ -469090,7 +469090,7 @@ class PopupManager {
469090
469090
  onClose: () => this.closePopup(popupId)
469091
469091
  });
469092
469092
  } else if (allConfig.data) {
469093
- app = createApp(_sfc_main$n, {
469093
+ app = createApp(_sfc_main$o, {
469094
469094
  id: popupId,
469095
469095
  config: {
469096
469096
  ...allConfig,
@@ -469106,7 +469106,7 @@ class PopupManager {
469106
469106
  }
469107
469107
  });
469108
469108
  } else {
469109
- app = createApp(_sfc_main$q, {
469109
+ app = createApp(_sfc_main$r, {
469110
469110
  id: popupId,
469111
469111
  config: allConfig,
469112
469112
  coordinate,
@@ -469129,7 +469129,7 @@ class PopupManager {
469129
469129
  },
469130
469130
  render() {
469131
469131
  return h$4(
469132
- _sfc_main$q,
469132
+ _sfc_main$r,
469133
469133
  { config: this.cfg, coordinate: this.coordinate, feature: this.feature, visible: true, id: popupId, onClose: this.onClose },
469134
469134
  { default: () => h$4(this.CustomComp, { ...this.computedProps, feature: this.feature, coordinate: this.coordinate, config: this.cfg }) }
469135
469135
  );
@@ -470130,13 +470130,13 @@ class MapManager {
470130
470130
  this.map = null;
470131
470131
  }
470132
470132
  }
470133
- const _hoisted_1$l = ["id"];
470134
- const _hoisted_2$j = {
470133
+ const _hoisted_1$m = ["id"];
470134
+ const _hoisted_2$k = {
470135
470135
  class: "absolute top-0 left-0 w-full h-full z-2000",
470136
470136
  "element-loading-text": "地图加载中...",
470137
470137
  "element-loading-background": "rgba(0, 0, 0, 0.3)"
470138
470138
  };
470139
- const _sfc_main$m = /* @__PURE__ */ defineComponent({
470139
+ const _sfc_main$n = /* @__PURE__ */ defineComponent({
470140
470140
  __name: "MapContainer",
470141
470141
  props: {
470142
470142
  config: {},
@@ -470319,8 +470319,8 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
470319
470319
  createElementVNode("div", {
470320
470320
  id: mapId.value,
470321
470321
  class: "w-full h-full bg-gray-100"
470322
- }, null, 8, _hoisted_1$l),
470323
- withDirectives(createElementVNode("div", _hoisted_2$j, null, 512), [
470322
+ }, null, 8, _hoisted_1$m),
470323
+ withDirectives(createElementVNode("div", _hoisted_2$k, null, 512), [
470324
470324
  [vShow, _ctx.loading],
470325
470325
  [_directive_loading, _ctx.loading]
470326
470326
  ])
@@ -470328,8 +470328,8 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
470328
470328
  };
470329
470329
  }
470330
470330
  });
470331
- const _hoisted_1$k = ["href"];
470332
- const _sfc_main$l = /* @__PURE__ */ defineComponent({
470331
+ const _hoisted_1$l = ["href"];
470332
+ const _sfc_main$m = /* @__PURE__ */ defineComponent({
470333
470333
  __name: "index",
470334
470334
  props: {
470335
470335
  prefix: { default: "icon" },
@@ -470347,7 +470347,7 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
470347
470347
  class: computedClass.value,
470348
470348
  "aria-hidden": "true"
470349
470349
  }, _ctx.$attrs), [
470350
- createElementVNode("use", { href: symbolId.value }, null, 8, _hoisted_1$k)
470350
+ createElementVNode("use", { href: symbolId.value }, null, 8, _hoisted_1$l)
470351
470351
  ], 16);
470352
470352
  };
470353
470353
  }
@@ -470548,14 +470548,14 @@ class DialogCacheManager {
470548
470548
  }
470549
470549
  const dialogCacheManager = new DialogCacheManager();
470550
470550
  const dialogCacheManager$1 = dialogCacheManager;
470551
- const _hoisted_1$j = { class: "text-base font-semibold text-gray-800 flex-1 overflow-hidden text-ellipsis whitespace-nowrap" };
470552
- const _hoisted_2$i = { class: "flex items-center gap-2" };
470553
- const _hoisted_3$i = { class: "flex-1 overflow-auto min-h-0 h-0" };
470554
- const _hoisted_4$i = {
470551
+ const _hoisted_1$k = { class: "text-base font-semibold text-gray-800 flex-1 overflow-hidden text-ellipsis whitespace-nowrap" };
470552
+ const _hoisted_2$j = { class: "flex items-center gap-2" };
470553
+ const _hoisted_3$j = { class: "flex-1 overflow-auto min-h-0 h-0" };
470554
+ const _hoisted_4$j = {
470555
470555
  key: 0,
470556
470556
  class: "px-5 py-4 border-t border-gray-200 bg-gray-50 flex justify-end gap-3"
470557
470557
  };
470558
- const _hoisted_5$i = ["onMousedown"];
470558
+ const _hoisted_5$j = ["onMousedown"];
470559
470559
  const _hoisted_6$f = { class: "text-base font-semibold text-gray-800 flex-1 overflow-hidden text-ellipsis whitespace-nowrap" };
470560
470560
  const _hoisted_7$d = { class: "flex items-center gap-2" };
470561
470561
  const _hoisted_8$a = { class: "flex-1 overflow-auto min-h-0 h-0" };
@@ -470567,7 +470567,7 @@ const _hoisted_10$8 = {
470567
470567
  key: 1,
470568
470568
  class: "absolute top-0 left-0 w-full h-full pointer-events-none"
470569
470569
  };
470570
- const _sfc_main$k = /* @__PURE__ */ defineComponent({
470570
+ const _sfc_main$l = /* @__PURE__ */ defineComponent({
470571
470571
  ...{
470572
470572
  inheritAttrs: false
470573
470573
  },
@@ -471058,12 +471058,12 @@ const _sfc_main$k = /* @__PURE__ */ defineComponent({
471058
471058
  class: normalizeClass(["flex items-center justify-between px-5 py-4 border-b border-gray-200 bg-gray-50", { "cursor-move": _ctx.draggable && !isFullscreen.value }]),
471059
471059
  onMousedown: startDrag
471060
471060
  }, [
471061
- createElementVNode("div", _hoisted_1$j, [
471061
+ createElementVNode("div", _hoisted_1$k, [
471062
471062
  renderSlot(_ctx.$slots, "title", {}, () => [
471063
471063
  createTextVNode(toDisplayString(_ctx.title), 1)
471064
471064
  ])
471065
471065
  ]),
471066
- createElementVNode("div", _hoisted_2$i, [
471066
+ createElementVNode("div", _hoisted_2$j, [
471067
471067
  _ctx.showFullscreen ? (openBlock(), createBlock(unref(ElButton), {
471068
471068
  key: 0,
471069
471069
  class: "w-6 h-6 border-none bg-transparent cursor-pointer flex items-center justify-center rounded text-gray-500 transition-all duration-200 hover:bg-gray-200 hover:text-gray-600",
@@ -471071,7 +471071,7 @@ const _sfc_main$k = /* @__PURE__ */ defineComponent({
471071
471071
  title: isFullscreen.value ? "退出全屏" : "全屏"
471072
471072
  }, {
471073
471073
  default: withCtx(() => [
471074
- createVNode$1(_sfc_main$l, {
471074
+ createVNode$1(_sfc_main$m, {
471075
471075
  name: isFullscreen.value ? "exit-fullscreen" : "fullscreen"
471076
471076
  }, null, 8, ["name"])
471077
471077
  ]),
@@ -471084,16 +471084,16 @@ const _sfc_main$k = /* @__PURE__ */ defineComponent({
471084
471084
  title: "关闭"
471085
471085
  }, {
471086
471086
  default: withCtx(() => [
471087
- createVNode$1(_sfc_main$l, { name: "close" })
471087
+ createVNode$1(_sfc_main$m, { name: "close" })
471088
471088
  ]),
471089
471089
  _: 1
471090
471090
  })) : createCommentVNode("", true)
471091
471091
  ])
471092
471092
  ], 34),
471093
- createElementVNode("div", _hoisted_3$i, [
471093
+ createElementVNode("div", _hoisted_3$j, [
471094
471094
  renderSlot(_ctx.$slots, "default")
471095
471095
  ]),
471096
- _ctx.$slots.footer ? (openBlock(), createElementBlock("div", _hoisted_4$i, [
471096
+ _ctx.$slots.footer ? (openBlock(), createElementBlock("div", _hoisted_4$j, [
471097
471097
  renderSlot(_ctx.$slots, "footer")
471098
471098
  ])) : createCommentVNode("", true),
471099
471099
  _ctx.resizable && !isFullscreen.value ? (openBlock(), createElementBlock(Fragment, { key: 1 }, renderList(resizeDirections, (direction2) => {
@@ -471101,7 +471101,7 @@ const _sfc_main$k = /* @__PURE__ */ defineComponent({
471101
471101
  key: direction2,
471102
471102
  class: normalizeClass(`absolute bg-transparent z-10 pointer-events-auto resize-${direction2}`),
471103
471103
  onMousedown: ($event) => startResize($event, direction2)
471104
- }, null, 42, _hoisted_5$i);
471104
+ }, null, 42, _hoisted_5$j);
471105
471105
  }), 64)) : createCommentVNode("", true)
471106
471106
  ], 16)
471107
471107
  ], 6)) : createCommentVNode("", true)
@@ -471154,7 +471154,7 @@ const _sfc_main$k = /* @__PURE__ */ defineComponent({
471154
471154
  title: isFullscreen.value ? "退出全屏" : "全屏"
471155
471155
  }, {
471156
471156
  default: withCtx(() => [
471157
- createVNode$1(_sfc_main$l, {
471157
+ createVNode$1(_sfc_main$m, {
471158
471158
  name: isFullscreen.value ? "exit-fullscreen" : "fullscreen"
471159
471159
  }, null, 8, ["name"])
471160
471160
  ]),
@@ -471167,7 +471167,7 @@ const _sfc_main$k = /* @__PURE__ */ defineComponent({
471167
471167
  title: "关闭"
471168
471168
  }, {
471169
471169
  default: withCtx(() => [
471170
- createVNode$1(_sfc_main$l, { name: "close" })
471170
+ createVNode$1(_sfc_main$m, { name: "close" })
471171
471171
  ]),
471172
471172
  _: 1
471173
471173
  })) : createCommentVNode("", true)
@@ -471228,13 +471228,13 @@ const tencentImgUrl = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD8AAABACAY
471228
471228
  const tencentVecUrl = "data:image/png;base64,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";
471229
471229
  const osmUrl = "data:image/png;base64,PHN2ZyB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cmVjdCB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0iI2YyZjJmMiIvPgogIDxyZWN0IHg9IjEwIiB5PSIxMCIgd2lkdGg9IjgwIiBoZWlnaHQ9IjgwIiBmaWxsPSIjZmZmZmZmIiBzdHJva2U9IiNjY2NjY2MiIHN0cm9rZS13aWR0aD0iMSIvPgogIDxwYXRoIGQ9Ik0yMCAzMCBMNDAgMjAgTDYwIDM1IEw4MCAyNSBMODAgNzAgTDYwIDc1IEw0MCA2MCBMMjAgNzAgWiIgZmlsbD0iIzdkZDNjMCIgc3Ryb2tlPSIjNWNiM2EwIiBzdHJva2Utd2lkdGg9IjEiLz4KICA8Y2lyY2xlIGN4PSIzNSIgY3k9IjQ1IiByPSIzIiBmaWxsPSIjZmY2YjZiIi8+CiAgPGNpcmNsZSBjeD0iNTUiIGN5PSIzNSIgcj0iMiIgZmlsbD0iIzRlY2RjNCIvPgogIDxjaXJjbGUgY3g9IjY1IiBjeT0iNTUiIHI9IjIiIGZpbGw9IiM0NWI3ZDEiLz4KICA8dGV4dCB4PSI1MCIgeT0iOTAiIHRleHQtYW5jaG9yPSJtaWRkbGUiIGZvbnQtZmFtaWx5PSJBcmlhbCwgc2Fucy1zZXJpZiIgZm9udC1zaXplPSIxMCIgZmlsbD0iIzY2NiI+T1NNPC90ZXh0Pgo8L3N2Zz4=";
471230
471230
  const customBlueUrl = "data:image/png;base64,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";
471231
- const _hoisted_1$i = { class: "basemap-content" };
471232
- const _hoisted_2$h = { class: "basemap-grid" };
471233
- const _hoisted_3$h = ["onClick"];
471234
- const _hoisted_4$h = { class: "basemap-preview" };
471235
- const _hoisted_5$h = ["src", "alt"];
471231
+ const _hoisted_1$j = { class: "basemap-content" };
471232
+ const _hoisted_2$i = { class: "basemap-grid" };
471233
+ const _hoisted_3$i = ["onClick"];
471234
+ const _hoisted_4$i = { class: "basemap-preview" };
471235
+ const _hoisted_5$i = ["src", "alt"];
471236
471236
  const _hoisted_6$e = { class: "basemap-name" };
471237
- const _sfc_main$j = /* @__PURE__ */ defineComponent({
471237
+ const _sfc_main$k = /* @__PURE__ */ defineComponent({
471238
471238
  __name: "BasemapPanel",
471239
471239
  props: {
471240
471240
  modelValue: { type: Boolean }
@@ -471449,7 +471449,7 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
471449
471449
  }
471450
471450
  };
471451
471451
  return (_ctx, _cache) => {
471452
- return openBlock(), createBlock(_sfc_main$k, {
471452
+ return openBlock(), createBlock(_sfc_main$l, {
471453
471453
  modelValue: visible.value,
471454
471454
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => visible.value = $event),
471455
471455
  title: "底图选择",
@@ -471465,23 +471465,23 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
471465
471465
  onClose: handleClose
471466
471466
  }, {
471467
471467
  default: withCtx(() => [
471468
- createElementVNode("div", _hoisted_1$i, [
471469
- createElementVNode("div", _hoisted_2$h, [
471468
+ createElementVNode("div", _hoisted_1$j, [
471469
+ createElementVNode("div", _hoisted_2$i, [
471470
471470
  (openBlock(true), createElementBlock(Fragment, null, renderList(displayBasemaps.value, (basemap) => {
471471
471471
  return openBlock(), createElementBlock("div", {
471472
471472
  key: basemap.id,
471473
471473
  class: normalizeClass(["basemap-item", { active: selectedBasemap.value === basemap.id }]),
471474
471474
  onClick: ($event) => selectBasemap(basemap)
471475
471475
  }, [
471476
- createElementVNode("div", _hoisted_4$h, [
471476
+ createElementVNode("div", _hoisted_4$i, [
471477
471477
  createElementVNode("img", {
471478
471478
  src: basemap.thumbnail,
471479
471479
  alt: basemap.name,
471480
471480
  loading: "lazy"
471481
- }, null, 8, _hoisted_5$h)
471481
+ }, null, 8, _hoisted_5$i)
471482
471482
  ]),
471483
471483
  createElementVNode("div", _hoisted_6$e, toDisplayString(basemap.name), 1)
471484
- ], 10, _hoisted_3$h);
471484
+ ], 10, _hoisted_3$i);
471485
471485
  }), 128))
471486
471486
  ])
471487
471487
  ])
@@ -471822,15 +471822,15 @@ class OverviewMapUtil {
471822
471822
  function createOverviewMapUtil() {
471823
471823
  return new OverviewMapUtil();
471824
471824
  }
471825
- const _hoisted_1$h = { class: "measurement-content h-full flex flex-col" };
471826
- const _hoisted_2$g = { class: "measurement-header flex justify-between items-center px-6 py-4" };
471827
- const _hoisted_3$g = { class: "measurement-result py-8 text-center" };
471828
- const _hoisted_4$g = { class: "result-value" };
471829
- const _hoisted_5$g = { class: "tool-grid flex-1 py-5" };
471825
+ const _hoisted_1$i = { class: "measurement-content h-full flex flex-col" };
471826
+ const _hoisted_2$h = { class: "measurement-header flex justify-between items-center px-6 py-4" };
471827
+ const _hoisted_3$h = { class: "measurement-result py-8 text-center" };
471828
+ const _hoisted_4$h = { class: "result-value" };
471829
+ const _hoisted_5$h = { class: "tool-grid flex-1 py-5" };
471830
471830
  const _hoisted_6$d = ["onClick"];
471831
471831
  const _hoisted_7$c = ["src", "alt"];
471832
471832
  const _hoisted_8$9 = { class: "tool-label" };
471833
- const _sfc_main$i = /* @__PURE__ */ defineComponent({
471833
+ const _sfc_main$j = /* @__PURE__ */ defineComponent({
471834
471834
  __name: "MeasurementDialog",
471835
471835
  props: {
471836
471836
  modelValue: { type: Boolean }
@@ -472062,7 +472062,7 @@ const _sfc_main$i = /* @__PURE__ */ defineComponent({
472062
472062
  const _component_el_option_group = resolveComponent("el-option-group");
472063
472063
  const _component_el_select = resolveComponent("el-select");
472064
472064
  const _component_el_button = resolveComponent("el-button");
472065
- return openBlock(), createBlock(_sfc_main$k, {
472065
+ return openBlock(), createBlock(_sfc_main$l, {
472066
472066
  modelValue: dialogVisible.value,
472067
472067
  "onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => dialogVisible.value = $event),
472068
472068
  title: "图上量算",
@@ -472072,8 +472072,8 @@ const _sfc_main$i = /* @__PURE__ */ defineComponent({
472072
472072
  cacheId: "measurement-dialog"
472073
472073
  }, {
472074
472074
  default: withCtx(() => [
472075
- createElementVNode("div", _hoisted_1$h, [
472076
- createElementVNode("div", _hoisted_2$g, [
472075
+ createElementVNode("div", _hoisted_1$i, [
472076
+ createElementVNode("div", _hoisted_2$h, [
472077
472077
  createVNode$1(_component_el_select, {
472078
472078
  modelValue: selectedUnit.value,
472079
472079
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => selectedUnit.value = $event),
@@ -472141,10 +472141,10 @@ const _sfc_main$i = /* @__PURE__ */ defineComponent({
472141
472141
  _: 1
472142
472142
  })
472143
472143
  ]),
472144
- createElementVNode("div", _hoisted_3$g, [
472145
- createElementVNode("div", _hoisted_4$g, toDisplayString(getDisplayValue()), 1)
472144
+ createElementVNode("div", _hoisted_3$h, [
472145
+ createElementVNode("div", _hoisted_4$h, toDisplayString(getDisplayValue()), 1)
472146
472146
  ]),
472147
- createElementVNode("div", _hoisted_5$g, [
472147
+ createElementVNode("div", _hoisted_5$h, [
472148
472148
  (openBlock(), createElementBlock(Fragment, null, renderList(measurementTools, (tool) => {
472149
472149
  return createElementVNode("div", {
472150
472150
  key: tool.type,
@@ -472174,13 +472174,13 @@ const _export_sfc = (sfc, props) => {
472174
472174
  }
472175
472175
  return target;
472176
472176
  };
472177
- const MeasurementDialog = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["__scopeId", "data-v-d868b567"]]);
472178
- const _hoisted_1$g = { class: "coordinate-content" };
472179
- const _hoisted_2$f = { class: "format-selection" };
472180
- const _hoisted_3$f = { class: "format-options" };
472181
- const _hoisted_4$f = { class: "coordinate-input" };
472182
- const _hoisted_5$f = { class: "dialog-footer" };
472183
- const _sfc_main$h = /* @__PURE__ */ defineComponent({
472177
+ const MeasurementDialog = /* @__PURE__ */ _export_sfc(_sfc_main$j, [["__scopeId", "data-v-d868b567"]]);
472178
+ const _hoisted_1$h = { class: "coordinate-content" };
472179
+ const _hoisted_2$g = { class: "format-selection" };
472180
+ const _hoisted_3$g = { class: "format-options" };
472181
+ const _hoisted_4$g = { class: "coordinate-input" };
472182
+ const _hoisted_5$g = { class: "dialog-footer" };
472183
+ const _sfc_main$i = /* @__PURE__ */ defineComponent({
472184
472184
  __name: "CoordinateLocationDialog",
472185
472185
  props: {
472186
472186
  modelValue: { type: Boolean }
@@ -472330,7 +472330,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
472330
472330
  const _component_el_form_item = resolveComponent("el-form-item");
472331
472331
  const _component_el_form = resolveComponent("el-form");
472332
472332
  const _component_el_button = resolveComponent("el-button");
472333
- return openBlock(), createBlock(_sfc_main$k, {
472333
+ return openBlock(), createBlock(_sfc_main$l, {
472334
472334
  modelValue: dialogVisible.value,
472335
472335
  "onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => dialogVisible.value = $event),
472336
472336
  title: "坐标拾取",
@@ -472341,7 +472341,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
472341
472341
  class: "coordinate-dialog"
472342
472342
  }, {
472343
472343
  footer: withCtx(() => [
472344
- createElementVNode("div", _hoisted_5$f, [
472344
+ createElementVNode("div", _hoisted_5$g, [
472345
472345
  createVNode$1(_component_el_button, {
472346
472346
  type: "primary",
472347
472347
  onClick: getCurrentLocation
@@ -472363,10 +472363,10 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
472363
472363
  ])
472364
472364
  ]),
472365
472365
  default: withCtx(() => [
472366
- createElementVNode("div", _hoisted_1$g, [
472367
- createElementVNode("div", _hoisted_2$f, [
472366
+ createElementVNode("div", _hoisted_1$h, [
472367
+ createElementVNode("div", _hoisted_2$g, [
472368
472368
  _cache[6] || (_cache[6] = createElementVNode("div", { class: "format-title" }, "坐标格式", -1)),
472369
- createElementVNode("div", _hoisted_3$f, [
472369
+ createElementVNode("div", _hoisted_3$g, [
472370
472370
  createVNode$1(_component_el_radio_group, {
472371
472371
  modelValue: selectedFormat.value,
472372
472372
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => selectedFormat.value = $event),
@@ -472390,7 +472390,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
472390
472390
  }, 8, ["modelValue"])
472391
472391
  ])
472392
472392
  ]),
472393
- createElementVNode("div", _hoisted_4$f, [
472393
+ createElementVNode("div", _hoisted_4$g, [
472394
472394
  createVNode$1(_component_el_form, {
472395
472395
  model: coordinateForm,
472396
472396
  "label-width": "60px"
@@ -472431,14 +472431,14 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
472431
472431
  };
472432
472432
  }
472433
472433
  });
472434
- const _hoisted_1$f = { class: "region-content" };
472435
- const _hoisted_2$e = {
472434
+ const _hoisted_1$g = { class: "region-content" };
472435
+ const _hoisted_2$f = {
472436
472436
  key: 0,
472437
472437
  class: "region-categories"
472438
472438
  };
472439
- const _hoisted_3$e = { class: "region-group" };
472440
- const _hoisted_4$e = { class: "region-items" };
472441
- const _hoisted_5$e = { class: "region-group" };
472439
+ const _hoisted_3$f = { class: "region-group" };
472440
+ const _hoisted_4$f = { class: "region-items" };
472441
+ const _hoisted_5$f = { class: "region-group" };
472442
472442
  const _hoisted_6$c = { class: "region-items" };
472443
472443
  const _hoisted_7$b = { class: "region-group" };
472444
472444
  const _hoisted_8$8 = { class: "region-items" };
@@ -472457,7 +472457,7 @@ const _hoisted_19$4 = {
472457
472457
  class: "sub-regions"
472458
472458
  };
472459
472459
  const _hoisted_20$4 = { class: "district-grid" };
472460
- const _sfc_main$g = /* @__PURE__ */ defineComponent({
472460
+ const _sfc_main$h = /* @__PURE__ */ defineComponent({
472461
472461
  __name: "RegionNavigationDialog",
472462
472462
  props: {
472463
472463
  modelValue: { type: Boolean }
@@ -473542,7 +473542,7 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
473542
473542
  const _component_el_button = resolveComponent("el-button");
473543
473543
  const _component_el_tab_pane = resolveComponent("el-tab-pane");
473544
473544
  const _component_el_tabs = resolveComponent("el-tabs");
473545
- return openBlock(), createBlock(_sfc_main$k, {
473545
+ return openBlock(), createBlock(_sfc_main$l, {
473546
473546
  modelValue: dialogVisible.value,
473547
473547
  "onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => dialogVisible.value = $event),
473548
473548
  title: "地区导航",
@@ -473553,7 +473553,7 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
473553
473553
  class: "region-dialog"
473554
473554
  }, {
473555
473555
  default: withCtx(() => [
473556
- createElementVNode("div", _hoisted_1$f, [
473556
+ createElementVNode("div", _hoisted_1$g, [
473557
473557
  createVNode$1(_component_el_tabs, {
473558
473558
  modelValue: activeTab.value,
473559
473559
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => activeTab.value = $event),
@@ -473571,10 +473571,10 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
473571
473571
  closable: index2 > 0
473572
473572
  }, {
473573
473573
  default: withCtx(() => [
473574
- tab.name === "china" ? (openBlock(), createElementBlock("div", _hoisted_2$e, [
473575
- createElementVNode("div", _hoisted_3$e, [
473574
+ tab.name === "china" ? (openBlock(), createElementBlock("div", _hoisted_2$f, [
473575
+ createElementVNode("div", _hoisted_3$f, [
473576
473576
  _cache[2] || (_cache[2] = createElementVNode("div", { class: "group-title" }, "华北", -1)),
473577
- createElementVNode("div", _hoisted_4$e, [
473577
+ createElementVNode("div", _hoisted_4$f, [
473578
473578
  (openBlock(true), createElementBlock(Fragment, null, renderList(regions.north, (region) => {
473579
473579
  return openBlock(), createBlock(_component_el_button, {
473580
473580
  key: region.code,
@@ -473590,7 +473590,7 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
473590
473590
  }), 128))
473591
473591
  ])
473592
473592
  ]),
473593
- createElementVNode("div", _hoisted_5$e, [
473593
+ createElementVNode("div", _hoisted_5$f, [
473594
473594
  _cache[3] || (_cache[3] = createElementVNode("div", { class: "group-title" }, "东北", -1)),
473595
473595
  createElementVNode("div", _hoisted_6$c, [
473596
473596
  (openBlock(true), createElementBlock(Fragment, null, renderList(regions.northeast, (region) => {
@@ -473746,12 +473746,12 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
473746
473746
  };
473747
473747
  }
473748
473748
  });
473749
- const _hoisted_1$e = { class: "markers-content" };
473750
- const _hoisted_2$d = { class: "toolbar" };
473751
- const _hoisted_3$d = { class: "search-filter" };
473752
- const _hoisted_4$d = { class: "markers-list" };
473753
- const _hoisted_5$d = { class: "marker-name" };
473754
- const _sfc_main$f = /* @__PURE__ */ defineComponent({
473749
+ const _hoisted_1$f = { class: "markers-content" };
473750
+ const _hoisted_2$e = { class: "toolbar" };
473751
+ const _hoisted_3$e = { class: "search-filter" };
473752
+ const _hoisted_4$e = { class: "markers-list" };
473753
+ const _hoisted_5$e = { class: "marker-name" };
473754
+ const _sfc_main$g = /* @__PURE__ */ defineComponent({
473755
473755
  __name: "MyMarkersDialog",
473756
473756
  props: {
473757
473757
  modelValue: { type: Boolean }
@@ -474077,7 +474077,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
474077
474077
  const _component_el_form_item = resolveComponent("el-form-item");
474078
474078
  const _component_el_form = resolveComponent("el-form");
474079
474079
  return openBlock(), createElementBlock(Fragment, null, [
474080
- createVNode$1(_sfc_main$k, {
474080
+ createVNode$1(_sfc_main$l, {
474081
474081
  modelValue: dialogVisible.value,
474082
474082
  "onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => dialogVisible.value = $event),
474083
474083
  title: "我的标记",
@@ -474088,8 +474088,8 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
474088
474088
  class: "markers-dialog"
474089
474089
  }, {
474090
474090
  default: withCtx(() => [
474091
- createElementVNode("div", _hoisted_1$e, [
474092
- createElementVNode("div", _hoisted_2$d, [
474091
+ createElementVNode("div", _hoisted_1$f, [
474092
+ createElementVNode("div", _hoisted_2$e, [
474093
474093
  createVNode$1(_component_el_button, {
474094
474094
  type: "primary",
474095
474095
  icon: unref(plus_default),
@@ -474130,7 +474130,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
474130
474130
  _: 1
474131
474131
  }, 8, ["icon", "disabled"])
474132
474132
  ]),
474133
- createElementVNode("div", _hoisted_3$d, [
474133
+ createElementVNode("div", _hoisted_3$e, [
474134
474134
  createVNode$1(_component_el_input, {
474135
474135
  modelValue: searchKeyword.value,
474136
474136
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => searchKeyword.value = $event),
@@ -474163,7 +474163,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
474163
474163
  _: 1
474164
474164
  }, 8, ["modelValue"])
474165
474165
  ]),
474166
- createElementVNode("div", _hoisted_4$d, [
474166
+ createElementVNode("div", _hoisted_4$e, [
474167
474167
  createVNode$1(_component_el_table, {
474168
474168
  data: filteredMarkers.value,
474169
474169
  height: "300",
@@ -474177,7 +474177,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
474177
474177
  width: "120"
474178
474178
  }, {
474179
474179
  default: withCtx(({ row }) => [
474180
- createElementVNode("div", _hoisted_5$d, [
474180
+ createElementVNode("div", _hoisted_5$e, [
474181
474181
  createVNode$1(_component_el_icon, {
474182
474182
  color: row.color,
474183
474183
  size: "16"
@@ -474251,7 +474251,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
474251
474251
  ]),
474252
474252
  _: 1
474253
474253
  }, 8, ["modelValue"]),
474254
- createVNode$1(_sfc_main$k, {
474254
+ createVNode$1(_sfc_main$l, {
474255
474255
  modelValue: showAddDialog.value,
474256
474256
  "onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => showAddDialog.value = $event),
474257
474257
  title: "添加标记",
@@ -474322,11 +474322,11 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
474322
474322
  };
474323
474323
  }
474324
474324
  });
474325
- const _hoisted_1$d = { class: "bookmarks-content" };
474326
- const _hoisted_2$c = { class: "toolbar" };
474327
- const _hoisted_3$c = { class: "search-filter" };
474328
- const _hoisted_4$c = { class: "bookmarks-grid" };
474329
- const _hoisted_5$c = ["onClick"];
474325
+ const _hoisted_1$e = { class: "bookmarks-content" };
474326
+ const _hoisted_2$d = { class: "toolbar" };
474327
+ const _hoisted_3$d = { class: "search-filter" };
474328
+ const _hoisted_4$d = { class: "bookmarks-grid" };
474329
+ const _hoisted_5$d = ["onClick"];
474330
474330
  const _hoisted_6$b = { class: "bookmark-thumbnail" };
474331
474331
  const _hoisted_7$a = { class: "thumbnail-placeholder" };
474332
474332
  const _hoisted_8$7 = { class: "bookmark-overlay" };
@@ -474348,7 +474348,7 @@ const _hoisted_19$3 = {
474348
474348
  class: "statistics"
474349
474349
  };
474350
474350
  const _hoisted_20$3 = { class: "dialog-footer" };
474351
- const _sfc_main$e = /* @__PURE__ */ defineComponent({
474351
+ const _sfc_main$f = /* @__PURE__ */ defineComponent({
474352
474352
  __name: "ViewBookmarksDialog",
474353
474353
  props: {
474354
474354
  modelValue: { type: Boolean }
@@ -474607,7 +474607,7 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
474607
474607
  const _component_el_form_item = resolveComponent("el-form-item");
474608
474608
  const _component_el_slider = resolveComponent("el-slider");
474609
474609
  const _component_el_form = resolveComponent("el-form");
474610
- return openBlock(), createBlock(_sfc_main$k, {
474610
+ return openBlock(), createBlock(_sfc_main$l, {
474611
474611
  modelValue: dialogVisible.value,
474612
474612
  "onUpdate:modelValue": _cache[12] || (_cache[12] = ($event) => dialogVisible.value = $event),
474613
474613
  title: "视角书签",
@@ -474628,8 +474628,8 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
474628
474628
  ])
474629
474629
  ]),
474630
474630
  default: withCtx(() => [
474631
- createElementVNode("div", _hoisted_1$d, [
474632
- createElementVNode("div", _hoisted_2$c, [
474631
+ createElementVNode("div", _hoisted_1$e, [
474632
+ createElementVNode("div", _hoisted_2$d, [
474633
474633
  createVNode$1(_component_el_button, {
474634
474634
  type: "primary",
474635
474635
  icon: unref(plus_default),
@@ -474669,7 +474669,7 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
474669
474669
  _: 1
474670
474670
  }, 8, ["icon", "disabled"])
474671
474671
  ]),
474672
- createElementVNode("div", _hoisted_3$c, [
474672
+ createElementVNode("div", _hoisted_3$d, [
474673
474673
  createVNode$1(_component_el_input, {
474674
474674
  modelValue: searchKeyword.value,
474675
474675
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => searchKeyword.value = $event),
@@ -474724,7 +474724,7 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
474724
474724
  _: 1
474725
474725
  }, 8, ["modelValue"])
474726
474726
  ]),
474727
- createElementVNode("div", _hoisted_4$c, [
474727
+ createElementVNode("div", _hoisted_4$d, [
474728
474728
  (openBlock(true), createElementBlock(Fragment, null, renderList(filteredBookmarks.value, (bookmark, index2) => {
474729
474729
  return openBlock(), createElementBlock("div", {
474730
474730
  key: bookmark.id,
@@ -474820,7 +474820,7 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
474820
474820
  ]),
474821
474821
  createElementVNode("div", _hoisted_17$4, toDisplayString(formatTime(bookmark.createTime)), 1)
474822
474822
  ])
474823
- ], 8, _hoisted_5$c);
474823
+ ], 8, _hoisted_5$d);
474824
474824
  }), 128))
474825
474825
  ]),
474826
474826
  filteredBookmarks.value.length === 0 ? (openBlock(), createElementBlock("div", _hoisted_18$4, [
@@ -474883,7 +474883,7 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
474883
474883
  })
474884
474884
  ])) : createCommentVNode("", true)
474885
474885
  ]),
474886
- createVNode$1(_sfc_main$k, {
474886
+ createVNode$1(_sfc_main$l, {
474887
474887
  modelValue: showBookmarkForm.value,
474888
474888
  "onUpdate:modelValue": _cache[11] || (_cache[11] = ($event) => showBookmarkForm.value = $event),
474889
474889
  title: editingIndex.value >= 0 ? "编辑书签" : "保存视角书签",
@@ -475037,11 +475037,11 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
475037
475037
  };
475038
475038
  }
475039
475039
  });
475040
- const _hoisted_1$c = { class: "py-2.5" };
475041
- const _hoisted_2$b = { class: "h-150 overflow-y-auto" };
475042
- const _hoisted_3$b = { class: "flex items-center justify-between" };
475043
- const _hoisted_4$b = { class: "mb-5" };
475044
- const _hoisted_5$b = { class: "mb-3" };
475040
+ const _hoisted_1$d = { class: "py-2.5" };
475041
+ const _hoisted_2$c = { class: "h-150 overflow-y-auto" };
475042
+ const _hoisted_3$c = { class: "flex items-center justify-between" };
475043
+ const _hoisted_4$c = { class: "mb-5" };
475044
+ const _hoisted_5$c = { class: "mb-3" };
475045
475045
  const _hoisted_6$a = {
475046
475046
  key: 0,
475047
475047
  class: "mb-3"
@@ -475126,7 +475126,7 @@ const _hoisted_44 = {
475126
475126
  const _hoisted_45 = { key: 0 };
475127
475127
  const _hoisted_46 = { key: 0 };
475128
475128
  const _hoisted_47 = { class: "text-right" };
475129
- const _sfc_main$d = /* @__PURE__ */ defineComponent({
475129
+ const _sfc_main$e = /* @__PURE__ */ defineComponent({
475130
475130
  __name: "MapPrintDialog",
475131
475131
  props: {
475132
475132
  modelValue: { type: Boolean },
@@ -475505,7 +475505,7 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
475505
475505
  const _component_el_col = resolveComponent("el-col");
475506
475506
  const _component_el_button_group = resolveComponent("el-button-group");
475507
475507
  const _component_el_row = resolveComponent("el-row");
475508
- return openBlock(), createBlock(_sfc_main$k, {
475508
+ return openBlock(), createBlock(_sfc_main$l, {
475509
475509
  modelValue: dialogVisible.value,
475510
475510
  "onUpdate:modelValue": _cache[16] || (_cache[16] = ($event) => dialogVisible.value = $event),
475511
475511
  title: "地图打印",
@@ -475543,15 +475543,15 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
475543
475543
  ])
475544
475544
  ]),
475545
475545
  default: withCtx(() => [
475546
- createElementVNode("div", _hoisted_1$c, [
475546
+ createElementVNode("div", _hoisted_1$d, [
475547
475547
  createVNode$1(_component_el_row, { gutter: 20 }, {
475548
475548
  default: withCtx(() => [
475549
475549
  createVNode$1(_component_el_col, { span: 8 }, {
475550
475550
  default: withCtx(() => [
475551
- createElementVNode("div", _hoisted_2$b, [
475551
+ createElementVNode("div", _hoisted_2$c, [
475552
475552
  createVNode$1(_component_el_card, { shadow: "hover" }, {
475553
475553
  header: withCtx(() => [
475554
- createElementVNode("div", _hoisted_3$b, [
475554
+ createElementVNode("div", _hoisted_3$c, [
475555
475555
  _cache[18] || (_cache[18] = createElementVNode("span", null, "打印设置", -1)),
475556
475556
  createVNode$1(_component_el_button, {
475557
475557
  type: "text",
@@ -475571,9 +475571,9 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
475571
475571
  ])
475572
475572
  ]),
475573
475573
  default: withCtx(() => [
475574
- createElementVNode("div", _hoisted_4$b, [
475574
+ createElementVNode("div", _hoisted_4$c, [
475575
475575
  _cache[21] || (_cache[21] = createElementVNode("label", { class: "block text-sm font-medium text-gray-700 mb-2" }, "纸张设置", -1)),
475576
- createElementVNode("div", _hoisted_5$b, [
475576
+ createElementVNode("div", _hoisted_5$c, [
475577
475577
  createVNode$1(_component_el_select, {
475578
475578
  modelValue: printSettings.paperSize,
475579
475579
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => printSettings.paperSize = $event),
@@ -476112,17 +476112,17 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
476112
476112
  };
476113
476113
  }
476114
476114
  });
476115
- const _hoisted_1$b = { class: "mark-tab-container" };
476116
- const _hoisted_2$a = { class: "continuous-switch" };
476117
- const _hoisted_3$a = { class: "tools-grid" };
476118
- const _hoisted_4$a = ["onClick"];
476119
- const _hoisted_5$a = ["src"];
476115
+ const _hoisted_1$c = { class: "mark-tab-container" };
476116
+ const _hoisted_2$b = { class: "continuous-switch" };
476117
+ const _hoisted_3$b = { class: "tools-grid" };
476118
+ const _hoisted_4$b = ["onClick"];
476119
+ const _hoisted_5$b = ["src"];
476120
476120
  const _hoisted_6$9 = { class: "tool-label" };
476121
476121
  const _hoisted_7$8 = {
476122
476122
  key: 0,
476123
476123
  class: "stop-drawing-section"
476124
476124
  };
476125
- const _sfc_main$c = {
476125
+ const _sfc_main$d = {
476126
476126
  __name: "MarkTab",
476127
476127
  setup(__props) {
476128
476128
  const mapRef = inject("map");
@@ -476645,7 +476645,7 @@ const _sfc_main$c = {
476645
476645
  const _component_el_select = resolveComponent("el-select");
476646
476646
  const _component_el_switch = resolveComponent("el-switch");
476647
476647
  const _component_el_button = resolveComponent("el-button");
476648
- return openBlock(), createElementBlock("div", _hoisted_1$b, [
476648
+ return openBlock(), createElementBlock("div", _hoisted_1$c, [
476649
476649
  createVNode$1(_component_el_select, {
476650
476650
  modelValue: selectedType.value,
476651
476651
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => selectedType.value = $event),
@@ -476663,7 +476663,7 @@ const _sfc_main$c = {
476663
476663
  ]),
476664
476664
  _: 1
476665
476665
  }, 8, ["modelValue"]),
476666
- createElementVNode("div", _hoisted_2$a, [
476666
+ createElementVNode("div", _hoisted_2$b, [
476667
476667
  _cache[2] || (_cache[2] = createElementVNode("span", { class: "switch-label" }, "连续标绘模式", -1)),
476668
476668
  createVNode$1(_component_el_switch, {
476669
476669
  modelValue: continuousDrawing.value,
@@ -476671,7 +476671,7 @@ const _sfc_main$c = {
476671
476671
  size: "small"
476672
476672
  }, null, 8, ["modelValue"])
476673
476673
  ]),
476674
- createElementVNode("div", _hoisted_3$a, [
476674
+ createElementVNode("div", _hoisted_3$b, [
476675
476675
  (openBlock(true), createElementBlock(Fragment, null, renderList(currentTools.value, (tool, idx) => {
476676
476676
  return openBlock(), createElementBlock("div", {
476677
476677
  key: idx,
@@ -476683,12 +476683,12 @@ const _sfc_main$c = {
476683
476683
  src: tool.icon,
476684
476684
  class: "tool-image",
476685
476685
  alt: "tool icon"
476686
- }, null, 8, _hoisted_5$a)) : (openBlock(), createElementBlock("i", {
476686
+ }, null, 8, _hoisted_5$b)) : (openBlock(), createElementBlock("i", {
476687
476687
  key: 1,
476688
476688
  class: normalizeClass([tool.icon, "tool-icon-large"])
476689
476689
  }, null, 2)),
476690
476690
  createElementVNode("span", _hoisted_6$9, toDisplayString(tool.label), 1)
476691
- ], 8, _hoisted_4$a);
476691
+ ], 8, _hoisted_4$b);
476692
476692
  }), 128))
476693
476693
  ]),
476694
476694
  activeDrawingTool.value && continuousDrawing.value ? (openBlock(), createElementBlock("div", _hoisted_7$8, [
@@ -476708,18 +476708,18 @@ const _sfc_main$c = {
476708
476708
  };
476709
476709
  }
476710
476710
  };
476711
- const MarkTab = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["__scopeId", "data-v-127b85ab"]]);
476712
- const _hoisted_1$a = { class: "list-tab-container" };
476713
- const _hoisted_2$9 = { class: "toolbar" };
476714
- const _hoisted_3$9 = { class: "toolbar-left" };
476715
- const _hoisted_4$9 = { class: "data-count" };
476716
- const _hoisted_5$9 = { class: "list-content" };
476711
+ const MarkTab = /* @__PURE__ */ _export_sfc(_sfc_main$d, [["__scopeId", "data-v-127b85ab"]]);
476712
+ const _hoisted_1$b = { class: "list-tab-container" };
476713
+ const _hoisted_2$a = { class: "toolbar" };
476714
+ const _hoisted_3$a = { class: "toolbar-left" };
476715
+ const _hoisted_4$a = { class: "data-count" };
476716
+ const _hoisted_5$a = { class: "list-content" };
476717
476717
  const _hoisted_6$8 = { class: "tree-node" };
476718
476718
  const _hoisted_7$7 = {
476719
476719
  key: 1,
476720
476720
  class: "empty-state"
476721
476721
  };
476722
- const _sfc_main$b = {
476722
+ const _sfc_main$c = {
476723
476723
  __name: "ListTab",
476724
476724
  setup(__props) {
476725
476725
  const groups = ref([
@@ -476740,9 +476740,9 @@ const _sfc_main$b = {
476740
476740
  return (_ctx, _cache) => {
476741
476741
  const _component_el_button = resolveComponent("el-button");
476742
476742
  const _component_el_tree = resolveComponent("el-tree");
476743
- return openBlock(), createElementBlock("div", _hoisted_1$a, [
476744
- createElementVNode("div", _hoisted_2$9, [
476745
- createElementVNode("div", _hoisted_3$9, [
476743
+ return openBlock(), createElementBlock("div", _hoisted_1$b, [
476744
+ createElementVNode("div", _hoisted_2$a, [
476745
+ createElementVNode("div", _hoisted_3$a, [
476746
476746
  _cache[2] || (_cache[2] = createElementVNode("span", { class: "toolbar-title" }, "分组管理:", -1)),
476747
476747
  createVNode$1(_component_el_button, {
476748
476748
  type: "primary",
@@ -476765,9 +476765,9 @@ const _sfc_main$b = {
476765
476765
  _: 1
476766
476766
  })
476767
476767
  ]),
476768
- createElementVNode("div", _hoisted_4$9, "共" + toDisplayString(groups.value.length) + "条数据", 1)
476768
+ createElementVNode("div", _hoisted_4$a, "共" + toDisplayString(groups.value.length) + "条数据", 1)
476769
476769
  ]),
476770
- createElementVNode("div", _hoisted_5$9, [
476770
+ createElementVNode("div", _hoisted_5$a, [
476771
476771
  groups.value.length ? (openBlock(), createBlock(_component_el_tree, {
476772
476772
  key: 0,
476773
476773
  data: groups.value,
@@ -476790,15 +476790,15 @@ const _sfc_main$b = {
476790
476790
  };
476791
476791
  }
476792
476792
  };
476793
- const ListTab = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["__scopeId", "data-v-1cc008ea"]]);
476794
- const _hoisted_1$9 = { class: "dialog-content" };
476795
- const _hoisted_2$8 = { class: "toolbar" };
476796
- const _hoisted_3$8 = { class: "toolbar-left" };
476797
- const _hoisted_4$8 = ["onClick"];
476798
- const _hoisted_5$8 = { class: "toolbar-right" };
476793
+ const ListTab = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["__scopeId", "data-v-1cc008ea"]]);
476794
+ const _hoisted_1$a = { class: "dialog-content" };
476795
+ const _hoisted_2$9 = { class: "toolbar" };
476796
+ const _hoisted_3$9 = { class: "toolbar-left" };
476797
+ const _hoisted_4$9 = ["onClick"];
476798
+ const _hoisted_5$9 = { class: "toolbar-right" };
476799
476799
  const _hoisted_6$7 = ["onClick"];
476800
476800
  const _hoisted_7$6 = { class: "content-area" };
476801
- const _sfc_main$a = {
476801
+ const _sfc_main$b = {
476802
476802
  __name: "index",
476803
476803
  setup(__props) {
476804
476804
  const visible = ref(true);
@@ -476860,9 +476860,9 @@ const _sfc_main$a = {
476860
476860
  onClose: handleClose
476861
476861
  }, {
476862
476862
  default: withCtx(() => [
476863
- createElementVNode("div", _hoisted_1$9, [
476864
- createElementVNode("div", _hoisted_2$8, [
476865
- createElementVNode("div", _hoisted_3$8, [
476863
+ createElementVNode("div", _hoisted_1$a, [
476864
+ createElementVNode("div", _hoisted_2$9, [
476865
+ createElementVNode("div", _hoisted_3$9, [
476866
476866
  (openBlock(), createElementBlock(Fragment, null, renderList(leftTools, (tool, idx) => {
476867
476867
  return createVNode$1(_component_el_tooltip, {
476868
476868
  key: idx,
@@ -476874,13 +476874,13 @@ const _sfc_main$a = {
476874
476874
  createElementVNode("i", {
476875
476875
  class: normalizeClass([tool.icon, "tool-icon"]),
476876
476876
  onClick: ($event) => handleToolClick(tool, "left", idx)
476877
- }, null, 10, _hoisted_4$8)
476877
+ }, null, 10, _hoisted_4$9)
476878
476878
  ]),
476879
476879
  _: 2
476880
476880
  }, 1032, ["content"]);
476881
476881
  }), 64))
476882
476882
  ]),
476883
- createElementVNode("div", _hoisted_5$8, [
476883
+ createElementVNode("div", _hoisted_5$9, [
476884
476884
  (openBlock(), createElementBlock(Fragment, null, renderList(rightTools, (tool, idx) => {
476885
476885
  return createVNode$1(_component_el_tooltip, {
476886
476886
  key: idx,
@@ -476936,9 +476936,9 @@ const _sfc_main$a = {
476936
476936
  };
476937
476937
  }
476938
476938
  };
476939
- const MapDrawingDialog = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["__scopeId", "data-v-16fc7a81"]]);
476940
- const _hoisted_1$8 = { class: "flex" };
476941
- const _sfc_main$9 = /* @__PURE__ */ defineComponent({
476939
+ const MapDrawingDialog = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["__scopeId", "data-v-16fc7a81"]]);
476940
+ const _hoisted_1$9 = { class: "flex" };
476941
+ const _sfc_main$a = /* @__PURE__ */ defineComponent({
476942
476942
  __name: "MapToolbar",
476943
476943
  props: {
476944
476944
  config: { default: void 0 },
@@ -477129,7 +477129,7 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
477129
477129
  class: "main-menu-item"
477130
477130
  }, {
477131
477131
  title: withCtx(() => [
477132
- createElementVNode("div", _hoisted_1$8, [
477132
+ createElementVNode("div", _hoisted_1$9, [
477133
477133
  createElementVNode("div", null, [
477134
477134
  createVNode$1(_component_el_icon, null, {
477135
477135
  default: withCtx(() => [
@@ -477306,7 +477306,7 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
477306
477306
  ]),
477307
477307
  _: 1
477308
477308
  }, 8, ["default-active"]),
477309
- createVNode$1(_sfc_main$j, {
477309
+ createVNode$1(_sfc_main$k, {
477310
477310
  modelValue: showBasemapPanel.value,
477311
477311
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => showBasemapPanel.value = $event),
477312
477312
  config: props.config,
@@ -477317,28 +477317,28 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
477317
477317
  modelValue: showMeasurement.value,
477318
477318
  "onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => showMeasurement.value = $event)
477319
477319
  }, null, 8, ["modelValue"]),
477320
- createVNode$1(_sfc_main$h, {
477320
+ createVNode$1(_sfc_main$i, {
477321
477321
  ref_key: "coordinateLocationDialogRef",
477322
477322
  ref: coordinateLocationDialogRef,
477323
477323
  modelValue: showCoordinateLocation.value,
477324
477324
  "onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => showCoordinateLocation.value = $event)
477325
477325
  }, null, 8, ["modelValue"]),
477326
- createVNode$1(_sfc_main$g, {
477326
+ createVNode$1(_sfc_main$h, {
477327
477327
  modelValue: showRegionNavigation.value,
477328
477328
  "onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => showRegionNavigation.value = $event),
477329
477329
  onNavigationAction: handleNavigationAction
477330
477330
  }, null, 8, ["modelValue"]),
477331
- createVNode$1(_sfc_main$f, {
477331
+ createVNode$1(_sfc_main$g, {
477332
477332
  modelValue: showMyMarkers.value,
477333
477333
  "onUpdate:modelValue": _cache[4] || (_cache[4] = ($event) => showMyMarkers.value = $event),
477334
477334
  onMarkerAction: handleMarkerAction
477335
477335
  }, null, 8, ["modelValue"]),
477336
- createVNode$1(_sfc_main$e, {
477336
+ createVNode$1(_sfc_main$f, {
477337
477337
  modelValue: showViewBookmarks.value,
477338
477338
  "onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => showViewBookmarks.value = $event),
477339
477339
  onBookmarkAction: handleBookmarkAction
477340
477340
  }, null, 8, ["modelValue"]),
477341
- createVNode$1(_sfc_main$d, {
477341
+ createVNode$1(_sfc_main$e, {
477342
477342
  modelValue: showMapPrint.value,
477343
477343
  "onUpdate:modelValue": _cache[6] || (_cache[6] = ($event) => showMapPrint.value = $event),
477344
477344
  onPrintAction: handlePrintAction
@@ -477352,7 +477352,7 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
477352
477352
  };
477353
477353
  }
477354
477354
  });
477355
- const MapToolbar = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["__scopeId", "data-v-f8ee8458"]]);
477355
+ const MapToolbar = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["__scopeId", "data-v-f8ee8458"]]);
477356
477356
  const TIANDITU_CONFIG = {
477357
477357
  baseUrl: "https://api.tianditu.gov.cn/v2/search",
477358
477358
  key: "9a7244dd5d1a1299a52946a3d0f8ff68"
@@ -478012,14 +478012,14 @@ const searchService = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defin
478012
478012
  MapSearchService,
478013
478013
  defaultSearchConfig
478014
478014
  }, Symbol.toStringTag, { value: "Module" }));
478015
- const _hoisted_1$7 = { class: "search-input-wrapper" };
478016
- const _hoisted_2$7 = { class: "search-results" };
478017
- const _hoisted_3$7 = {
478015
+ const _hoisted_1$8 = { class: "search-input-wrapper" };
478016
+ const _hoisted_2$8 = { class: "search-results" };
478017
+ const _hoisted_3$8 = {
478018
478018
  key: 0,
478019
478019
  class: "search-section"
478020
478020
  };
478021
- const _hoisted_4$7 = { class: "section-title" };
478022
- const _hoisted_5$7 = ["onClick"];
478021
+ const _hoisted_4$8 = { class: "section-title" };
478022
+ const _hoisted_5$8 = ["onClick"];
478023
478023
  const _hoisted_6$6 = { class: "item-content" };
478024
478024
  const _hoisted_7$5 = { class: "item-name" };
478025
478025
  const _hoisted_8$5 = { class: "item-address" };
@@ -478048,7 +478048,7 @@ const _hoisted_18$2 = {
478048
478048
  key: 0,
478049
478049
  class: "no-results"
478050
478050
  };
478051
- const _sfc_main$8 = /* @__PURE__ */ defineComponent({
478051
+ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
478052
478052
  __name: "MapSearch",
478053
478053
  props: {
478054
478054
  config: { default: () => ({
@@ -478293,7 +478293,7 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
478293
478293
  class: normalizeClass(["map-search-container", [`position-${position2.value}`, { "search-active": isSearchActive.value }]])
478294
478294
  }, [
478295
478295
  renderSlot(_ctx.$slots, "prepend"),
478296
- createElementVNode("div", _hoisted_1$7, [
478296
+ createElementVNode("div", _hoisted_1$8, [
478297
478297
  renderSlot(_ctx.$slots, "search-input", {
478298
478298
  searchQuery: searchQuery.value,
478299
478299
  placeholder: placeholder.value,
@@ -478349,7 +478349,7 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
478349
478349
  }, 8, ["modelValue", "placeholder"])
478350
478350
  ])
478351
478351
  ]),
478352
- withDirectives(createElementVNode("div", _hoisted_2$7, [
478352
+ withDirectives(createElementVNode("div", _hoisted_2$8, [
478353
478353
  renderSlot(_ctx.$slots, "search-results", {
478354
478354
  searchResults: searchResults.value,
478355
478355
  searchHistory: searchHistory.value,
@@ -478361,9 +478361,9 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
478361
478361
  clearHistory,
478362
478362
  highlightText
478363
478363
  }, () => [
478364
- showHistory.value && searchHistory.value.length > 0 && !searchQuery.value ? (openBlock(), createElementBlock("div", _hoisted_3$7, [
478364
+ showHistory.value && searchHistory.value.length > 0 && !searchQuery.value ? (openBlock(), createElementBlock("div", _hoisted_3$8, [
478365
478365
  renderSlot(_ctx.$slots, "history-title", { clearHistory }, () => [
478366
- createElementVNode("div", _hoisted_4$7, [
478366
+ createElementVNode("div", _hoisted_4$8, [
478367
478367
  _cache[2] || (_cache[2] = createElementVNode("span", null, "搜索历史", -1)),
478368
478368
  createVNode$1(unref(ElButton), {
478369
478369
  type: "text",
@@ -478399,7 +478399,7 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
478399
478399
  createElementVNode("div", _hoisted_7$5, toDisplayString(item.name), 1),
478400
478400
  createElementVNode("div", _hoisted_8$5, toDisplayString(item.address), 1)
478401
478401
  ])
478402
- ], 10, _hoisted_5$7)
478402
+ ], 10, _hoisted_5$8)
478403
478403
  ]);
478404
478404
  }), 128))
478405
478405
  ])) : createCommentVNode("", true),
@@ -478473,7 +478473,7 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
478473
478473
  };
478474
478474
  }
478475
478475
  });
478476
- const _sfc_main$7 = /* @__PURE__ */ defineComponent({
478476
+ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
478477
478477
  __name: "index",
478478
478478
  props: {
478479
478479
  config: {},
@@ -479019,12 +479019,12 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
479019
479019
  };
479020
479020
  }
479021
479021
  });
479022
- const MapControls = /* @__PURE__ */ _export_sfc(_sfc_main$7, [["__scopeId", "data-v-45410a30"]]);
479023
- const _hoisted_1$6 = { class: "flex items-center justify-between px-4 py-3 border-b border-gray-200 bg-gray-50 rounded-t-lg" };
479024
- const _hoisted_2$6 = { class: "panel-actions" };
479025
- const _hoisted_3$6 = { class: "panel-content max-h-125 overflow-y-auto" };
479026
- const _hoisted_4$6 = { class: "p-2" };
479027
- const _hoisted_5$6 = { class: "legend-content p-2" };
479022
+ const MapControls = /* @__PURE__ */ _export_sfc(_sfc_main$8, [["__scopeId", "data-v-45410a30"]]);
479023
+ const _hoisted_1$7 = { class: "flex items-center justify-between px-4 py-3 border-b border-gray-200 bg-gray-50 rounded-t-lg" };
479024
+ const _hoisted_2$7 = { class: "panel-actions" };
479025
+ const _hoisted_3$7 = { class: "panel-content max-h-125 overflow-y-auto" };
479026
+ const _hoisted_4$7 = { class: "p-2" };
479027
+ const _hoisted_5$7 = { class: "legend-content p-2" };
479028
479028
  const _hoisted_6$5 = { key: 0 };
479029
479029
  const _hoisted_7$4 = { class: "text-xs text-gray-600" };
479030
479030
  const _hoisted_8$4 = { key: 1 };
@@ -479055,7 +479055,7 @@ const _hoisted_23 = {
479055
479055
  key: 1,
479056
479056
  class: "py-10 px-5 text-center"
479057
479057
  };
479058
- const _sfc_main$6 = /* @__PURE__ */ defineComponent({
479058
+ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
479059
479059
  __name: "LegendPanel",
479060
479060
  props: {
479061
479061
  position: { default: "right" },
@@ -479265,9 +479265,9 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
479265
479265
  class: normalizeClass(["custom-legend-box absolute bg-white rounded-lg bottom-40px shadow-lg transition-all duration-300 max-h-[calc(100vh-40px)] overflow-hidden z-1000", { "legend-collapsed": isCollapsed.value }]),
479266
479266
  style: normalizeStyle$1(panelStyle.value)
479267
479267
  }, [
479268
- createElementVNode("div", _hoisted_1$6, [
479268
+ createElementVNode("div", _hoisted_1$7, [
479269
479269
  _cache[1] || (_cache[1] = createElementVNode("h3", { class: "m-0 text-sm font-semibold text-gray-800" }, "图例", -1)),
479270
- createElementVNode("div", _hoisted_2$6, [
479270
+ createElementVNode("div", _hoisted_2$7, [
479271
479271
  createVNode$1(_component_el_button, {
479272
479272
  link: "",
479273
479273
  size: "small",
@@ -479276,8 +479276,8 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
479276
479276
  }, null, 8, ["icon"])
479277
479277
  ])
479278
479278
  ]),
479279
- createElementVNode("div", _hoisted_3$6, [
479280
- createElementVNode("div", _hoisted_4$6, [
479279
+ createElementVNode("div", _hoisted_3$7, [
479280
+ createElementVNode("div", _hoisted_4$7, [
479281
479281
  visibleLegends.value.length > 0 ? (openBlock(), createBlock(_component_el_collapse, {
479282
479282
  key: 0,
479283
479283
  modelValue: activeNames.value,
@@ -479293,7 +479293,7 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
479293
479293
  class: "legend-item"
479294
479294
  }, {
479295
479295
  default: withCtx(() => [
479296
- createElementVNode("div", _hoisted_5$6, [
479296
+ createElementVNode("div", _hoisted_5$7, [
479297
479297
  legend.type === "symbol" ? (openBlock(), createElementBlock("div", _hoisted_6$5, [
479298
479298
  (openBlock(true), createElementBlock(Fragment, null, renderList(legend.items, (item) => {
479299
479299
  return openBlock(), createElementBlock("div", {
@@ -480500,11 +480500,11 @@ class LayerConfigManager {
480500
480500
  console.log("批量更新结果:", results);
480501
480501
  }
480502
480502
  }
480503
- const _hoisted_1$5 = { class: "filter-panel" };
480504
- const _hoisted_2$5 = { class: "config-section" };
480505
- const _hoisted_3$5 = { class: "config-item" };
480506
- const _hoisted_4$5 = { class: "value-text" };
480507
- const _hoisted_5$5 = { class: "config-item" };
480503
+ const _hoisted_1$6 = { class: "filter-panel" };
480504
+ const _hoisted_2$6 = { class: "config-section" };
480505
+ const _hoisted_3$6 = { class: "config-item" };
480506
+ const _hoisted_4$6 = { class: "value-text" };
480507
+ const _hoisted_5$6 = { class: "config-item" };
480508
480508
  const _hoisted_6$4 = { class: "value-text" };
480509
480509
  const _hoisted_7$3 = { class: "config-item" };
480510
480510
  const _hoisted_8$3 = { class: "value-text" };
@@ -480521,7 +480521,7 @@ const _hoisted_18 = { class: "config-item" };
480521
480521
  const _hoisted_19 = { class: "value-text" };
480522
480522
  const _hoisted_20 = { class: "config-section" };
480523
480523
  const _hoisted_21 = { class: "preset-buttons" };
480524
- const _sfc_main$5 = /* @__PURE__ */ defineComponent({
480524
+ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
480525
480525
  __name: "FilterPanel",
480526
480526
  props: {
480527
480527
  filters: {}
@@ -480541,10 +480541,10 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
480541
480541
  return (_ctx, _cache) => {
480542
480542
  const _component_el_slider = resolveComponent("el-slider");
480543
480543
  const _component_el_button = resolveComponent("el-button");
480544
- return openBlock(), createElementBlock("div", _hoisted_1$5, [
480545
- createElementVNode("div", _hoisted_2$5, [
480544
+ return openBlock(), createElementBlock("div", _hoisted_1$6, [
480545
+ createElementVNode("div", _hoisted_2$6, [
480546
480546
  _cache[15] || (_cache[15] = createElementVNode("h5", null, "色彩调整", -1)),
480547
- createElementVNode("div", _hoisted_3$5, [
480547
+ createElementVNode("div", _hoisted_3$6, [
480548
480548
  _cache[11] || (_cache[11] = createElementVNode("label", null, "色相:", -1)),
480549
480549
  createVNode$1(_component_el_slider, {
480550
480550
  modelValue: _ctx.filters.hue,
@@ -480554,9 +480554,9 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
480554
480554
  step: 1,
480555
480555
  onInput: handleFilterChange
480556
480556
  }, null, 8, ["modelValue"]),
480557
- createElementVNode("span", _hoisted_4$5, toDisplayString(_ctx.filters.hue) + "°", 1)
480557
+ createElementVNode("span", _hoisted_4$6, toDisplayString(_ctx.filters.hue) + "°", 1)
480558
480558
  ]),
480559
- createElementVNode("div", _hoisted_5$5, [
480559
+ createElementVNode("div", _hoisted_5$6, [
480560
480560
  _cache[12] || (_cache[12] = createElementVNode("label", null, "饱和度:", -1)),
480561
480561
  createVNode$1(_component_el_slider, {
480562
480562
  modelValue: _ctx.filters.saturate,
@@ -480691,14 +480691,14 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
480691
480691
  };
480692
480692
  }
480693
480693
  });
480694
- const _hoisted_1$4 = { class: "style-config-panel" };
480695
- const _hoisted_2$4 = { class: "panel-title" };
480696
- const _hoisted_3$4 = {
480694
+ const _hoisted_1$5 = { class: "style-config-panel" };
480695
+ const _hoisted_2$5 = { class: "panel-title" };
480696
+ const _hoisted_3$5 = {
480697
480697
  key: 0,
480698
480698
  class: "config-section"
480699
480699
  };
480700
- const _hoisted_4$4 = { class: "config-item" };
480701
- const _hoisted_5$4 = { class: "value-text" };
480700
+ const _hoisted_4$5 = { class: "config-item" };
480701
+ const _hoisted_5$5 = { class: "value-text" };
480702
480702
  const _hoisted_6$3 = { class: "config-item" };
480703
480703
  const _hoisted_7$2 = { class: "value-text" };
480704
480704
  const _hoisted_8$2 = {
@@ -480710,7 +480710,7 @@ const _hoisted_10$1 = { class: "config-item" };
480710
480710
  const _hoisted_11$1 = { class: "config-item" };
480711
480711
  const _hoisted_12$1 = { class: "config-item" };
480712
480712
  const _hoisted_13$1 = { class: "panel-actions" };
480713
- const _sfc_main$4 = /* @__PURE__ */ defineComponent({
480713
+ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
480714
480714
  __name: "LayerStyleConfig",
480715
480715
  props: {
480716
480716
  layerData: {}
@@ -480741,11 +480741,11 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
480741
480741
  const _component_el_select = resolveComponent("el-select");
480742
480742
  const _component_el_switch = resolveComponent("el-switch");
480743
480743
  const _component_el_button = resolveComponent("el-button");
480744
- return openBlock(), createElementBlock("div", _hoisted_1$4, [
480745
- createElementVNode("h4", _hoisted_2$4, toDisplayString(_ctx.layerData.label) + " - 样式配置", 1),
480746
- isClusterLayer.value ? (openBlock(), createElementBlock("div", _hoisted_3$4, [
480744
+ return openBlock(), createElementBlock("div", _hoisted_1$5, [
480745
+ createElementVNode("h4", _hoisted_2$5, toDisplayString(_ctx.layerData.label) + " - 样式配置", 1),
480746
+ isClusterLayer.value ? (openBlock(), createElementBlock("div", _hoisted_3$5, [
480747
480747
  _cache[8] || (_cache[8] = createElementVNode("h5", null, "聚合配置", -1)),
480748
- createElementVNode("div", _hoisted_4$4, [
480748
+ createElementVNode("div", _hoisted_4$5, [
480749
480749
  _cache[6] || (_cache[6] = createElementVNode("label", null, "聚合距离:", -1)),
480750
480750
  createVNode$1(_component_el_slider, {
480751
480751
  modelValue: _ctx.layerData.clusterDistance,
@@ -480755,7 +480755,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
480755
480755
  size: "small",
480756
480756
  onInput: handleClusterDistanceChange
480757
480757
  }, null, 8, ["modelValue"]),
480758
- createElementVNode("span", _hoisted_5$4, toDisplayString(_ctx.layerData.clusterDistance) + "px", 1)
480758
+ createElementVNode("span", _hoisted_5$5, toDisplayString(_ctx.layerData.clusterDistance) + "px", 1)
480759
480759
  ]),
480760
480760
  createElementVNode("div", _hoisted_6$3, [
480761
480761
  _cache[7] || (_cache[7] = createElementVNode("label", null, "最小距离:", -1)),
@@ -480840,12 +480840,12 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
480840
480840
  };
480841
480841
  }
480842
480842
  });
480843
- const _hoisted_1$3 = { class: "font-medium" };
480844
- const _hoisted_2$3 = { class: "layer-info" };
480845
- const _hoisted_3$3 = { class: "layer-name" };
480846
- const _hoisted_4$3 = { class: "opacity-control" };
480847
- const _hoisted_5$3 = { class: "opacity-value" };
480848
- const _sfc_main$3 = /* @__PURE__ */ defineComponent({
480843
+ const _hoisted_1$4 = { class: "font-medium" };
480844
+ const _hoisted_2$4 = { class: "layer-info" };
480845
+ const _hoisted_3$4 = { class: "layer-name" };
480846
+ const _hoisted_4$4 = { class: "opacity-control" };
480847
+ const _hoisted_5$4 = { class: "opacity-value" };
480848
+ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
480849
480849
  __name: "LayerTreeNode",
480850
480850
  props: {
480851
480851
  data: {},
@@ -480897,7 +480897,7 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent({
480897
480897
  ]),
480898
480898
  _: 1
480899
480899
  }),
480900
- createElementVNode("span", _hoisted_1$3, toDisplayString(_ctx.data.label), 1)
480900
+ createElementVNode("span", _hoisted_1$4, toDisplayString(_ctx.data.label), 1)
480901
480901
  ], 32)) : (openBlock(), createElementBlock("div", {
480902
480902
  key: 1,
480903
480903
  class: "layer-item",
@@ -480905,7 +480905,7 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent({
480905
480905
  onClick: _cache[5] || (_cache[5] = withModifiers(() => {
480906
480906
  }, ["stop"]))
480907
480907
  }, [
480908
- createElementVNode("div", _hoisted_2$3, [
480908
+ createElementVNode("div", _hoisted_2$4, [
480909
480909
  createVNode$1(_component_el_icon, {
480910
480910
  class: normalizeClass(["layer-icon", layerIconClass.value])
480911
480911
  }, {
@@ -480914,7 +480914,7 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent({
480914
480914
  ]),
480915
480915
  _: 1
480916
480916
  }, 8, ["class"]),
480917
- createElementVNode("span", _hoisted_3$3, toDisplayString(_ctx.data.label), 1)
480917
+ createElementVNode("span", _hoisted_3$4, toDisplayString(_ctx.data.label), 1)
480918
480918
  ]),
480919
480919
  createElementVNode("div", {
480920
480920
  class: "layer-controls",
@@ -480925,7 +480925,7 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent({
480925
480925
  onDblclick: _cache[4] || (_cache[4] = withModifiers(() => {
480926
480926
  }, ["stop"]))
480927
480927
  }, [
480928
- createElementVNode("div", _hoisted_4$3, [
480928
+ createElementVNode("div", _hoisted_4$4, [
480929
480929
  createVNode$1(_component_el_slider, {
480930
480930
  modelValue: _ctx.data.layerData.opacity,
480931
480931
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => _ctx.data.layerData.opacity = $event),
@@ -480935,7 +480935,7 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent({
480935
480935
  class: "opacity-slider",
480936
480936
  onInput: handleOpacityChange
480937
480937
  }, null, 8, ["modelValue"]),
480938
- createElementVNode("span", _hoisted_5$3, toDisplayString(_ctx.data.layerData.opacity) + "%", 1)
480938
+ createElementVNode("span", _hoisted_5$4, toDisplayString(_ctx.data.layerData.opacity) + "%", 1)
480939
480939
  ]),
480940
480940
  createVNode$1(_component_el_popover, {
480941
480941
  placement: "left",
@@ -480964,7 +480964,7 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent({
480964
480964
  })
480965
480965
  ]),
480966
480966
  default: withCtx(() => [
480967
- createVNode$1(_sfc_main$4, {
480967
+ createVNode$1(_sfc_main$5, {
480968
480968
  "layer-data": _ctx.data.layerData,
480969
480969
  onClusterDistanceChange: handleClusterDistanceChange,
480970
480970
  onSuperMapConfigChange: handleSuperMapConfigChange,
@@ -480979,15 +480979,15 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent({
480979
480979
  };
480980
480980
  }
480981
480981
  });
480982
- const _hoisted_1$2 = { class: "flex-1 overflow-y-auto p-4" };
480983
- const _hoisted_2$2 = { class: "pb-2 flex items-center justify-between" };
480984
- const _hoisted_3$2 = { class: "text-xs font-semibold text-gray-700 px-1 py-1 border-b border-gray-200 mb-2" };
480985
- const _hoisted_4$2 = { class: "global-style-panel" };
480986
- const _hoisted_5$2 = { class: "config-section" };
480982
+ const _hoisted_1$3 = { class: "flex-1 overflow-y-auto p-4" };
480983
+ const _hoisted_2$3 = { class: "pb-2 flex items-center justify-between" };
480984
+ const _hoisted_3$3 = { class: "text-xs font-semibold text-gray-700 px-1 py-1 border-b border-gray-200 mb-2" };
480985
+ const _hoisted_4$3 = { class: "global-style-panel" };
480986
+ const _hoisted_5$3 = { class: "config-section" };
480987
480987
  const _hoisted_6$2 = { class: "config-item" };
480988
480988
  const _hoisted_7$1 = { class: "current-style-display" };
480989
480989
  const _hoisted_8$1 = { class: "style-preview" };
480990
- const _sfc_main$2 = /* @__PURE__ */ defineComponent({
480990
+ const _sfc_main$3 = /* @__PURE__ */ defineComponent({
480991
480991
  __name: "LayerPanel",
480992
480992
  props: {
480993
480993
  modelValue: { type: Boolean }
@@ -481825,7 +481825,7 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
481825
481825
  const _component_el_tree = resolveComponent("el-tree");
481826
481826
  const _component_el_tab_pane = resolveComponent("el-tab-pane");
481827
481827
  const _component_el_tabs = resolveComponent("el-tabs");
481828
- return openBlock(), createBlock(_sfc_main$k, mergeProps({
481828
+ return openBlock(), createBlock(_sfc_main$l, mergeProps({
481829
481829
  modelValue: visible.value,
481830
481830
  "onUpdate:modelValue": _cache[4] || (_cache[4] = ($event) => visible.value = $event)
481831
481831
  }, dialogProps.value, { onClose: handleClose }), createSlots({
@@ -481863,8 +481863,8 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
481863
481863
  name: "layers"
481864
481864
  }, {
481865
481865
  default: withCtx(() => [
481866
- createElementVNode("div", _hoisted_1$2, [
481867
- createElementVNode("div", _hoisted_2$2, [
481866
+ createElementVNode("div", _hoisted_1$3, [
481867
+ createElementVNode("div", _hoisted_2$3, [
481868
481868
  _cache[7] || (_cache[7] = createElementVNode("div", { class: "text-sm text-gray-600" }, "树形视图", -1)),
481869
481869
  createVNode$1(_component_el_radio_group, {
481870
481870
  modelValue: activeTreeType.value,
@@ -481910,7 +481910,7 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
481910
481910
  class: "layer-tree"
481911
481911
  }, {
481912
481912
  default: withCtx(({ node, data }) => [
481913
- createVNode$1(_sfc_main$3, {
481913
+ createVNode$1(_sfc_main$4, {
481914
481914
  data,
481915
481915
  "layer-tree-manager": unref(layerTreeManager),
481916
481916
  onDoubleClick: handleLayerDoubleClick,
@@ -481926,7 +481926,7 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
481926
481926
  key: group2.id,
481927
481927
  class: "mb-3"
481928
481928
  }, [
481929
- createElementVNode("div", _hoisted_3$2, toDisplayString(group2.name), 1),
481929
+ createElementVNode("div", _hoisted_3$3, toDisplayString(group2.name), 1),
481930
481930
  createVNode$1(_component_el_tree, {
481931
481931
  ref_for: true,
481932
481932
  ref: (el) => classificationTreeRefs.value[group2.id] = el,
@@ -481948,7 +481948,7 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
481948
481948
  class: "layer-tree"
481949
481949
  }, {
481950
481950
  default: withCtx(({ node, data }) => [
481951
- createVNode$1(_sfc_main$3, {
481951
+ createVNode$1(_sfc_main$4, {
481952
481952
  data,
481953
481953
  "layer-tree-manager": unref(layerTreeManager),
481954
481954
  onDoubleClick: handleLayerDoubleClick,
@@ -481971,7 +481971,7 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
481971
481971
  name: "style"
481972
481972
  }, {
481973
481973
  default: withCtx(() => [
481974
- createElementVNode("div", _hoisted_4$2, [
481974
+ createElementVNode("div", _hoisted_4$3, [
481975
481975
  createVNode$1(_component_el_tabs, {
481976
481976
  modelValue: activeStyleTab.value,
481977
481977
  "onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => activeStyleTab.value = $event),
@@ -481983,7 +481983,7 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
481983
481983
  name: "filters"
481984
481984
  }, {
481985
481985
  default: withCtx(() => [
481986
- createVNode$1(_sfc_main$5, {
481986
+ createVNode$1(_sfc_main$6, {
481987
481987
  filters: unref(globalFilters),
481988
481988
  onFilterChange: applyFilterEffect,
481989
481989
  onReset: resetFilters,
@@ -481997,7 +481997,7 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
481997
481997
  name: "custom"
481998
481998
  }, {
481999
481999
  default: withCtx(() => [
482000
- createElementVNode("div", _hoisted_5$2, [
482000
+ createElementVNode("div", _hoisted_5$3, [
482001
482001
  createElementVNode("div", _hoisted_6$2, [
482002
482002
  createVNode$1(unref(ElInput), {
482003
482003
  modelValue: unref(globalCustomCss),
@@ -482068,6 +482068,150 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
482068
482068
  };
482069
482069
  }
482070
482070
  });
482071
+ const _hoisted_1$2 = { class: "layer-panel" };
482072
+ const _hoisted_2$2 = ["onClick"];
482073
+ const _hoisted_3$2 = ["title"];
482074
+ const _hoisted_4$2 = {
482075
+ key: 0,
482076
+ class: "active-border"
482077
+ };
482078
+ const _hoisted_5$2 = { class: "layer-name" };
482079
+ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
482080
+ __name: "OlBaseLayerSwitcher",
482081
+ props: {
482082
+ map: {},
482083
+ baseLayers: {}
482084
+ },
482085
+ setup(__props) {
482086
+ const props = __props;
482087
+ const expand2 = ref(false);
482088
+ const validBaseLayers = computed(() => {
482089
+ return props.baseLayers.filter((layer2) => layer2.baseImgUrl && layer2.baseImgUrl.trim() !== "");
482090
+ });
482091
+ const containerStyle = computed(() => {
482092
+ if (!expand2.value) {
482093
+ return { width: "96px" };
482094
+ }
482095
+ const count2 = validBaseLayers.value.length;
482096
+ if (count2 === 0)
482097
+ return { width: "96px" };
482098
+ const width = count2 * 86 + (count2 - 1) * 10 + 10;
482099
+ return { width: `${width}px` };
482100
+ });
482101
+ const currentLayer = ref(null);
482102
+ watch(() => props.baseLayers, (layers) => {
482103
+ if (!currentLayer.value) {
482104
+ const visibleLayer = layers.find((l2) => l2.visible && l2.baseImgUrl);
482105
+ if (visibleLayer) {
482106
+ currentLayer.value = visibleLayer;
482107
+ } else if (validBaseLayers.value.length > 0) {
482108
+ currentLayer.value = validBaseLayers.value[0];
482109
+ }
482110
+ }
482111
+ }, { deep: true, immediate: true });
482112
+ const switchLayer = (targetLayer) => {
482113
+ if (!props.map)
482114
+ return;
482115
+ currentLayer.value = targetLayer;
482116
+ layerEventBus.emit("basemap-switch-request", {
482117
+ basemapId: targetLayer.id,
482118
+ basemapName: targetLayer.name,
482119
+ basemapType: targetLayer.type,
482120
+ basemapConfig: targetLayer
482121
+ });
482122
+ props.baseLayers.forEach((layerConfig) => {
482123
+ const isVisible2 = layerConfig.id === targetLayer.id;
482124
+ setLayerVisibility(layerConfig, isVisible2);
482125
+ });
482126
+ expand2.value = false;
482127
+ };
482128
+ const setLayerVisibility = (config, visible) => {
482129
+ config.visible = visible;
482130
+ if (config.type === "group") {
482131
+ if (config.layers) {
482132
+ config.layers.forEach((child) => setLayerVisibility(child, visible));
482133
+ }
482134
+ if (config.children) {
482135
+ config.children.forEach((child) => setLayerVisibility(child, visible));
482136
+ }
482137
+ }
482138
+ if (config.id) {
482139
+ const layer2 = findLayerById(props.map, config.id);
482140
+ if (layer2) {
482141
+ layer2.setVisible(visible);
482142
+ }
482143
+ }
482144
+ };
482145
+ const findLayerById = (map2, id) => {
482146
+ const layers = map2.getLayers().getArray();
482147
+ return findLayerRecursive(layers, id);
482148
+ };
482149
+ const findLayerRecursive = (layers, id) => {
482150
+ for (const layer2 of layers) {
482151
+ if (layer2.get("id") === id) {
482152
+ return layer2;
482153
+ }
482154
+ if (layer2.getLayers && typeof layer2.getLayers === "function") {
482155
+ const found = findLayerRecursive(layer2.getLayers().getArray(), id);
482156
+ if (found)
482157
+ return found;
482158
+ }
482159
+ }
482160
+ return null;
482161
+ };
482162
+ return (_ctx, _cache) => {
482163
+ var _a3, _b3;
482164
+ return openBlock(), createElementBlock("div", {
482165
+ class: normalizeClass(["ol-base-layer-switcher", { "is-expanded": expand2.value }]),
482166
+ style: normalizeStyle$1(containerStyle.value),
482167
+ onMouseenter: _cache[0] || (_cache[0] = ($event) => expand2.value = true),
482168
+ onMouseleave: _cache[1] || (_cache[1] = ($event) => expand2.value = false)
482169
+ }, [
482170
+ createElementVNode("div", _hoisted_1$2, [
482171
+ (openBlock(true), createElementBlock(Fragment, null, renderList(validBaseLayers.value, (layer2) => {
482172
+ var _a4, _b4;
482173
+ return openBlock(), createElementBlock("div", {
482174
+ key: layer2.id,
482175
+ class: normalizeClass(["layer-item", { active: ((_a4 = currentLayer.value) == null ? void 0 : _a4.id) === layer2.id }]),
482176
+ onClick: ($event) => switchLayer(layer2),
482177
+ style: normalizeStyle$1({ backgroundImage: `url(${layer2.baseImgUrl})` })
482178
+ }, [
482179
+ createElementVNode("div", {
482180
+ class: "layer-name",
482181
+ title: layer2.name
482182
+ }, toDisplayString(layer2.name), 9, _hoisted_3$2),
482183
+ ((_b4 = currentLayer.value) == null ? void 0 : _b4.id) === layer2.id ? (openBlock(), createElementBlock("div", _hoisted_4$2, [..._cache[2] || (_cache[2] = [
482184
+ createElementVNode("div", { class: "check-icon" }, [
482185
+ createElementVNode("svg", {
482186
+ viewBox: "0 0 1024 1024",
482187
+ width: "16",
482188
+ height: "16"
482189
+ }, [
482190
+ createElementVNode("path", {
482191
+ d: "M384 725.333333l-192-192 64-64 128 128 320-320 64 64z",
482192
+ fill: "#fff"
482193
+ })
482194
+ ])
482195
+ ], -1)
482196
+ ])])) : createCommentVNode("", true)
482197
+ ], 14, _hoisted_2$2);
482198
+ }), 128))
482199
+ ]),
482200
+ createElementVNode("div", {
482201
+ class: normalizeClass(["layer-trigger", { "is-hidden": expand2.value }])
482202
+ }, [
482203
+ createElementVNode("div", {
482204
+ class: "current-layer-box",
482205
+ style: normalizeStyle$1({ backgroundImage: `url(${(_a3 = currentLayer.value) == null ? void 0 : _a3.baseImgUrl})` })
482206
+ }, [
482207
+ createElementVNode("div", _hoisted_5$2, toDisplayString((_b3 = currentLayer.value) == null ? void 0 : _b3.name), 1)
482208
+ ], 4)
482209
+ ], 2)
482210
+ ], 38);
482211
+ };
482212
+ }
482213
+ });
482214
+ const OlBaseLayerSwitcher = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["__scopeId", "data-v-396e5ed1"]]);
482071
482215
  const _hoisted_1$1 = {
482072
482216
  key: 2,
482073
482217
  class: "tooltip-content"
@@ -483313,12 +483457,13 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
483313
483457
  isInFullscreen: () => isFullscreen.value
483314
483458
  });
483315
483459
  return (_ctx, _cache) => {
483460
+ var _a3;
483316
483461
  const _component_el_icon = resolveComponent("el-icon");
483317
483462
  const _component_el_button = resolveComponent("el-button");
483318
483463
  return openBlock(), createElementBlock("div", {
483319
483464
  class: normalizeClass(["relative w-full h-full overflow-hidden", { "fixed top-0 left-0 w-screen h-screen z-9999": isFullscreen.value }])
483320
483465
  }, [
483321
- createVNode$1(_sfc_main$m, {
483466
+ createVNode$1(_sfc_main$n, {
483322
483467
  ref_key: "mapContainerRef",
483323
483468
  ref: mapContainerRef,
483324
483469
  config: finalMapConfig.value,
@@ -483422,7 +483567,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
483422
483567
  }, null, 8, ["config", "left-offset", "right-offset", "top-offset", "bottom-offset"]), [
483423
483568
  [vShow, finalShowToolbar.value]
483424
483569
  ]),
483425
- withDirectives(createVNode$1(_sfc_main$8, {
483570
+ withDirectives(createVNode$1(_sfc_main$9, {
483426
483571
  ref_key: "mapSearchRef",
483427
483572
  ref: mapSearchRef,
483428
483573
  config: finalSearchConfig.value,
@@ -483457,7 +483602,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
483457
483602
  hasToolbarSlot.value ? renderSlot(_ctx.$slots, "toolbar", { key: 2 }) : createCommentVNode("", true),
483458
483603
  hasMapInfoSlot.value ? renderSlot(_ctx.$slots, "mapInfo", { key: 3 }) : createCommentVNode("", true),
483459
483604
  hasMapInfoSlot.value ? renderSlot(_ctx.$slots, "map-info", { key: 4 }) : createCommentVNode("", true),
483460
- finalEnableLayerPanel.value ? (openBlock(), createBlock(_sfc_main$2, {
483605
+ finalEnableLayerPanel.value ? (openBlock(), createBlock(_sfc_main$3, {
483461
483606
  key: 5,
483462
483607
  modelValue: showLayerPanel.value,
483463
483608
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => showLayerPanel.value = $event)
@@ -483488,7 +483633,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
483488
483633
  key: "2"
483489
483634
  } : void 0
483490
483635
  ]), 1032, ["modelValue"])) : createCommentVNode("", true),
483491
- showLegend.value ? (openBlock(), createBlock(_sfc_main$6, {
483636
+ showLegend.value ? (openBlock(), createBlock(_sfc_main$7, {
483492
483637
  key: 6,
483493
483638
  position: finalLegendPosition.value,
483494
483639
  width: finalLegendWidth.value,
@@ -483536,7 +483681,12 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
483536
483681
  }), 128))
483537
483682
  ])
483538
483683
  ])) : createCommentVNode("", true),
483539
- createVNode$1(_sfc_main$d, {
483684
+ map2.value && ((_a3 = finalMapConfig.value.baseLayers) == null ? void 0 : _a3.length) ? (openBlock(), createBlock(OlBaseLayerSwitcher, {
483685
+ key: 9,
483686
+ map: map2.value,
483687
+ "base-layers": finalMapConfig.value.baseLayers
483688
+ }, null, 8, ["map", "base-layers"])) : createCommentVNode("", true),
483689
+ createVNode$1(_sfc_main$e, {
483540
483690
  modelValue: showPrintDialog.value,
483541
483691
  "onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => showPrintDialog.value = $event),
483542
483692
  "map-instance": map2.value,
@@ -491818,7 +491968,7 @@ function(t3) {
491818
491968
  */
491819
491969
  function(t3) {
491820
491970
  function e8() {
491821
- return (n.canvg ? Promise.resolve(n.canvg) : import("./index.es-a7ad7c48.mjs")).catch(function(t4) {
491971
+ return (n.canvg ? Promise.resolve(n.canvg) : import("./index.es-4f33fe12.mjs")).catch(function(t4) {
491822
491972
  return Promise.reject(new Error("Could not load canvg: " + t4));
491823
491973
  }).then(function(t4) {
491824
491974
  return t4.default ? t4.default : t4;
@@ -500693,14 +500843,14 @@ const getAssetUrl = (path2) => {
500693
500843
  };
500694
500844
  const install = (app) => {
500695
500845
  app.component("CustomOpenlayer", _sfc_main);
500696
- app.component("CustomDialog", _sfc_main$k);
500697
- app.component("SvgIcon", _sfc_main$l);
500846
+ app.component("CustomDialog", _sfc_main$l);
500847
+ app.component("SvgIcon", _sfc_main$m);
500698
500848
  };
500699
500849
  const index = {
500700
500850
  install,
500701
500851
  CustomOpenlayer: _sfc_main,
500702
- CustomDialog: _sfc_main$k,
500703
- SvgIcon: _sfc_main$l
500852
+ CustomDialog: _sfc_main$l,
500853
+ SvgIcon: _sfc_main$m
500704
500854
  };
500705
500855
  const version = "1.0.0";
500706
500856
  export {
@@ -500745,8 +500895,8 @@ export {
500745
500895
  _defineProperty as b,
500746
500896
  commonjsGlobal as c,
500747
500897
  _sfc_main as d,
500748
- _sfc_main$k as e,
500749
- _sfc_main$l as f,
500898
+ _sfc_main$l as e,
500899
+ _sfc_main$m as f,
500750
500900
  index as g,
500751
500901
  getAssetUrl as h,
500752
500902
  install as i,