ym-giswidget-2d 1.0.71 → 1.0.72

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.
@@ -6,7 +6,7 @@ import "element-plus/es/components/input/style/css";
6
6
  import "element-plus/es/components/button/style/css";
7
7
  import "element-plus/es/components/icon/style/css";
8
8
  import { defineComponent, ref, reactive, computed, onMounted, onUnmounted, createElementBlock, openBlock, createElementVNode, createVNode, toDisplayString, withCtx, withKeys, withModifiers, unref, Transition, withDirectives, TransitionGroup, Fragment, renderList, vShow, nextTick } from "vue";
9
- import { Search as search_default, Switch as switch_default } from "../../node_modules/.pnpm/@element-plus_icons-vue@2.3.1_vue@3.5.13_typescript@5.8.2_/node_modules/@element-plus/icons-vue/dist/index.js";
9
+ import { Search, Switch } from "@element-plus/icons-vue";
10
10
  import { getTDTPOIData } from "../../http/poi.js";
11
11
  import { ElMessage } from "element-plus";
12
12
  import { gcj02towgs84 } from "ym-gis-2d/utils/gcj02Util";
@@ -215,7 +215,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
215
215
  onClick: handleSwitchType
216
216
  }, {
217
217
  default: withCtx(() => [
218
- createVNode(unref(switch_default))
218
+ createVNode(unref(Switch))
219
219
  ]),
220
220
  _: 1
221
221
  })
@@ -225,7 +225,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
225
225
  style: { "background-color": "rgb(3, 171, 157)", "border-color": "rgb(3, 171, 157)" },
226
226
  loading: status.loading,
227
227
  type: "primary",
228
- icon: unref(search_default),
228
+ icon: unref(Search),
229
229
  onClick: option.value.search
230
230
  }, null, 8, ["loading", "icon", "onClick"])
231
231
  ]),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ym-giswidget-2d",
3
- "version": "1.0.71",
3
+ "version": "1.0.72",
4
4
  "type": "module",
5
5
  "main": "index.js",
6
6
  "module": "index.js",