ym-giswidget-2d 1.0.21 → 1.0.24

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.
@@ -62,6 +62,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
62
62
  checked?: boolean | undefined;
63
63
  programId?: string | undefined;
64
64
  relatedId?: string | undefined;
65
+ minScale?: number | undefined;
66
+ maxScale?: number | undefined;
65
67
  } | undefined;
66
68
  interactionManager: {
67
69
  map: {
@@ -61,6 +61,8 @@ export declare const MapView: import('../../utils').WithInstall<import('vue').De
61
61
  checked?: boolean | undefined;
62
62
  programId?: string | undefined;
63
63
  relatedId?: string | undefined;
64
+ minScale?: number | undefined;
65
+ maxScale?: number | undefined;
64
66
  } | undefined;
65
67
  interactionManager: {
66
68
  map: {
@@ -68,6 +68,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
68
68
  checked?: boolean | undefined;
69
69
  programId?: string | undefined;
70
70
  relatedId?: string | undefined;
71
+ minScale?: number | undefined;
72
+ maxScale?: number | undefined;
71
73
  } | undefined;
72
74
  interactionManager: {
73
75
  map: {
@@ -64,6 +64,8 @@ export declare const MultiScreen: import('../../utils').WithInstall<import('vue'
64
64
  checked?: boolean | undefined;
65
65
  programId?: string | undefined;
66
66
  relatedId?: string | undefined;
67
+ minScale?: number | undefined;
68
+ maxScale?: number | undefined;
67
69
  } | undefined;
68
70
  interactionManager: {
69
71
  map: {
@@ -1,7 +1,7 @@
1
1
  import _sfc_main from "./TocCard.vue2.js";
2
2
  /* empty css */
3
3
  import _export_sfc from "../../_virtual/_plugin-vue_export-helper.js";
4
- const _TocCard = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-40bae35a"]]);
4
+ const _TocCard = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-216cefde"]]);
5
5
  export {
6
6
  _TocCard as default
7
7
  };
@@ -9,7 +9,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
9
9
  data: {},
10
10
  map: {},
11
11
  editLayerTag: {},
12
- showOpacity: { type: Boolean, default: true }
12
+ showOpacity: { type: Boolean, default: false }
13
13
  },
14
14
  emits: ["loaded"],
15
15
  setup(__props, { emit: __emit }) {
@@ -1,4 +1,4 @@
1
- .toc-card[data-v-40bae35a] {
1
+ .toc-card[data-v-216cefde] {
2
2
  background-color: var(--system-primary-color);
3
3
  position: absolute;
4
4
  width: 245px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ym-giswidget-2d",
3
- "version": "1.0.21",
3
+ "version": "1.0.24",
4
4
  "type": "module",
5
5
  "main": "index.js",
6
6
  "module": "index.js",
@@ -10,6 +10,6 @@
10
10
  "element-plus": "^2.9.0",
11
11
  "jszip": "^3.10.1",
12
12
  "ol": "^9.2.4",
13
- "ym-gis-2d": "1.0.1"
13
+ "ym-gis-2d": "1.0.3"
14
14
  }
15
15
  }