ym-giswidget-2d 1.0.8 → 1.0.11

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.
@@ -1,4 +1,3 @@
1
- import "./index.css";
2
1
  import { withInstall } from "../../utils/wthInstall.js";
3
2
  import _sfc_main from "./Clear.vue.js";
4
3
  const Clear = withInstall(_sfc_main);
@@ -1,4 +1,3 @@
1
- import "./index.css";
2
1
  import { withInstall } from "../../utils/wthInstall.js";
3
2
  import _sfc_main from "./Draw.vue.js";
4
3
  const Draw = withInstall(_sfc_main);
@@ -1,4 +1,3 @@
1
- import "./index.css";
2
1
  import { withInstall } from "../../utils/wthInstall.js";
3
2
  import _sfc_main from "./Identify.vue.js";
4
3
  const Identify = withInstall(_sfc_main);
@@ -1,4 +1,3 @@
1
- import "./index.css";
2
1
  import { withInstall } from "../../utils/wthInstall.js";
3
2
  import _sfc_main from "./Import.vue.js";
4
3
  const Import = withInstall(_sfc_main);
@@ -1,4 +1,5 @@
1
1
  import "./index.css";
2
+ import "./index2.css";
2
3
  import { withInstall } from "../../utils/wthInstall.js";
3
4
  import _Popup from "./Popup.vue.js";
4
5
  const Popup = withInstall(_Popup);
@@ -1,4 +1,3 @@
1
- import "./index.css";
2
1
  import { withInstall } from "../../utils/wthInstall.js";
3
2
  import _sfc_main from "./Select.vue.js";
4
3
  const Select = withInstall(_sfc_main);
@@ -1,4 +1,3 @@
1
- import "./index.css";
2
1
  import { withInstall } from "../../utils/wthInstall.js";
3
2
  import _sfc_main from "./SwipeLayer.vue.js";
4
3
  const SwipeLayer = withInstall(_sfc_main);
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "ym-giswidget-2d",
3
- "version": "1.0.8",
3
+ "version": "1.0.11",
4
4
  "type": "module",
5
5
  "main": "index.js",
6
6
  "module": "index.js",
7
7
  "dependencies": {
8
+ "@element-plus/icons-vue": "^2.3.1",
8
9
  "axios": "^1.7.2",
10
+ "element-plus": "^2.9.0",
9
11
  "jszip": "^3.10.1",
10
12
  "ol": "^9.2.4",
11
- "@element-plus/icons-vue": "^2.3.1",
12
- "element-plus": "^2.9.0",
13
13
  "ym-giscomm-2d": "1.0.9"
14
14
  }
15
15
  }