ym-giswidget-2d 1.0.78 → 1.0.80

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.
Files changed (38) hide show
  1. package/API.md +399 -0
  2. package/README.md +37 -19
  3. package/components/address-search/AddressSearch.vue.d.ts +3 -0
  4. package/components/address-search/AddressSearch.vue.js +1 -1
  5. package/components/address-search/AddressSearch.vue2.js +62 -25
  6. package/components/address-search/index.css +17 -17
  7. package/components/address-search/index.d.ts +3 -0
  8. package/components/difference/Difference.vue.js +1 -1
  9. package/components/draw/Draw.vue.js +14 -5
  10. package/components/export/Export.vue.js +1 -1
  11. package/components/export/Export.vue2.js +1 -0
  12. package/components/export/index.css +1 -1
  13. package/components/heatmap/Heatmap.vue.d.ts +1 -1
  14. package/components/heatmap/Heatmap.vue.js +1 -1
  15. package/components/heatmap/Heatmap.vue2.js +135 -132
  16. package/components/heatmap/index.css +17 -3
  17. package/components/horizontally-top-toolbar/HorizontallyTopToolbar.vue2.js +1 -1
  18. package/components/modify/Modify.vue.d.ts +1 -4
  19. package/components/modify/Modify.vue.js +0 -1
  20. package/components/modify/index.d.ts +1 -5
  21. package/components/multi-screen/MultiScreen.vue.js +1 -1
  22. package/components/multi-screen/index.css +10 -3
  23. package/components/repair/Repair.vue.d.ts +142 -0
  24. package/components/repair/Repair.vue.js +76 -0
  25. package/components/repair/Repair.vue2.js +4 -0
  26. package/components/repair/index.d.ts +142 -0
  27. package/components/repair/index.js +7 -0
  28. package/components/snap/Snap.vue.js +7 -1
  29. package/components/swipe-layer/SwipeLayer.vue.d.ts +4 -1
  30. package/components/swipe-layer/SwipeLayer.vue.js +9 -7
  31. package/components/swipe-layer/index.d.ts +5 -1
  32. package/config/Config.d.ts +8 -0
  33. package/config/Config.js +2 -0
  34. package/http/poi.d.ts +22 -1
  35. package/http/poi.js +61 -9
  36. package/index.d.ts +1 -0
  37. package/index.js +2 -0
  38. package/package.json +2 -2
@@ -1,11 +1,11 @@
1
- .search-container[data-v-85cbdb6a] {
1
+ .search-container[data-v-84185d52] {
2
2
  width: 320px;
3
3
  position: absolute;
4
4
  right: 165px;
5
5
  top: 6.34444vh;
6
6
  z-index: 999;
7
7
  }
8
- .search-container .input-container[data-v-85cbdb6a] {
8
+ .search-container .input-container[data-v-84185d52] {
9
9
  width: 100%;
10
10
  display: flex;
11
11
  align-items: center;
@@ -13,7 +13,7 @@
13
13
  padding-left: 45px;
14
14
  box-sizing: border-box;
15
15
  }
16
- .search-container .input-container .drag-header[data-v-85cbdb6a] {
16
+ .search-container .input-container .drag-header[data-v-84185d52] {
17
17
  width: 60px;
18
18
  height: 32px;
19
19
  position: absolute;
@@ -29,34 +29,34 @@
29
29
  box-shadow: 0px 0px 7.9673px 1.9923px var(--system-primary-border-color) inset !important;
30
30
  font-size: var(--system-primary-text-size);
31
31
  }
32
- .search-container .input-container .el-form[data-v-85cbdb6a] {
32
+ .search-container .input-container .el-form[data-v-84185d52] {
33
33
  width: 100%;
34
34
  }
35
- .search-container .input-container .el-form .el-form-item[data-v-85cbdb6a] {
35
+ .search-container .input-container .el-form .el-form-item[data-v-84185d52] {
36
36
  margin: 0;
37
37
  }
38
- .search-container .input-container .el-input .el-input-group__append[data-v-85cbdb6a] {
38
+ .search-container .input-container .el-input .el-input-group__append[data-v-84185d52] {
39
39
  color: var(--system-primary-text-color);
40
40
  font-size: var(--system-primary-text-size);
41
41
  box-shadow: none;
42
42
  background-color: var(--system-primary-color);
43
43
  }
44
- .search-container .input-container .el-input[data-v-85cbdb6a]:active {
44
+ .search-container .input-container .el-input[data-v-84185d52]:active {
45
45
  color: var(--system-primary-text-active-color);
46
46
  }
47
- .search-container .input-container .el-input[data-v-85cbdb6a] .el-input__wrapper {
47
+ .search-container .input-container .el-input[data-v-84185d52] .el-input__wrapper {
48
48
  border-radius: 0;
49
49
  box-shadow: 1px 1px var(--box-inset-shadow-color) inset !important;
50
50
  background-color: var(--system-primary-color);
51
51
  }
52
- .search-container .input-container .el-input[data-v-85cbdb6a] .el-input__prefix {
52
+ .search-container .input-container .el-input[data-v-84185d52] .el-input__prefix {
53
53
  color: var(--system-primary-text-color);
54
54
  font-size: var(--system-primary-text-size);
55
55
  }
56
- .search-container .input-container .el-input[data-v-85cbdb6a] .el-input__inner {
56
+ .search-container .input-container .el-input[data-v-84185d52] .el-input__inner {
57
57
  color: var(--system-primary-text-color);
58
58
  }
59
- .search-container .result-container[data-v-85cbdb6a] {
59
+ .search-container .result-container[data-v-84185d52] {
60
60
  max-height: 60vh;
61
61
  box-sizing: border-box;
62
62
  transition: all 0.3s;
@@ -66,31 +66,31 @@
66
66
  padding: 10px 0;
67
67
  background: var(--system-primary-color);
68
68
  }
69
- .search-container .result-container .result-item[data-v-85cbdb6a] {
69
+ .search-container .result-container .result-item[data-v-84185d52] {
70
70
  display: flex;
71
71
  flex-direction: column;
72
72
  padding: 8px 15px;
73
73
  color: var(--system-primary-text-color);
74
74
  font-size: var(--system-primary-text-size);
75
75
  }
76
- .search-container .result-container .result-item .name[data-v-85cbdb6a] {
76
+ .search-container .result-container .result-item .name[data-v-84185d52] {
77
77
  font-weight: 700;
78
78
  cursor: pointer;
79
79
  }
80
- .search-container .result-container .result-item .address[data-v-85cbdb6a] {
80
+ .search-container .result-container .result-item .address[data-v-84185d52] {
81
81
  color: var(--system-primary-text-color);
82
82
  cursor: pointer;
83
83
  }
84
- .search-container .result-container .result-item .active[data-v-85cbdb6a] {
84
+ .search-container .result-container .result-item .active[data-v-84185d52] {
85
85
  color: var(--system-primary-text-active-color);
86
86
  }
87
- .el-button[data-v-85cbdb6a] {
87
+ .el-button[data-v-84185d52] {
88
88
  display: flex;
89
89
  font-size: var(--system-primary-text-size);
90
90
  border-top-left-radius: 0px;
91
91
  border-bottom-left-radius: 0px;
92
92
  }
93
- .el-button[data-v-85cbdb6a] .el-icon {
93
+ .el-button[data-v-84185d52] .el-icon {
94
94
  color: var(--system-primary-text-color);
95
95
  cursor: pointer;
96
96
  }
@@ -2,11 +2,14 @@ export declare const AddressSearch: import('../../utils').WithInstall<import('vu
2
2
  map: import('ym-gis-2d/mapView/Map').default;
3
3
  zoom?: number;
4
4
  locationImg?: string;
5
+ source?: import('../../http/poi').PoiDataSource;
5
6
  }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
6
7
  map: import('ym-gis-2d/mapView/Map').default;
7
8
  zoom?: number;
8
9
  locationImg?: string;
10
+ source?: import('../../http/poi').PoiDataSource;
9
11
  }> & Readonly<{}>, {
12
+ source: import('../../http/poi').PoiDataSource;
10
13
  zoom: number;
11
14
  locationImg: string;
12
15
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
@@ -21,7 +21,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
21
21
  const featureManager = new FeatureManager(props.map);
22
22
  const editFeatures = featureManager.getEditFeatures(props.fieldName, props.fieldValues);
23
23
  if (!editFeatures || editFeatures.length === 0) {
24
- emit("activeInteraction", { success: false, message: "请先选择分割的地块" });
24
+ emit("activeInteraction", { success: false, message: "请先选择可挖除的面要素" });
25
25
  return;
26
26
  }
27
27
  reactiveData.differenceTool = new Difference(editFeatures, {
@@ -1,4 +1,4 @@
1
- import { defineComponent, onMounted, onUnmounted } from "vue";
1
+ import { defineComponent, watch, onMounted, onUnmounted } from "vue";
2
2
  import Draw from "ym-gis-2d/interaction/Draw";
3
3
  const _sfc_main = /* @__PURE__ */ defineComponent({
4
4
  __name: "Draw",
@@ -11,7 +11,19 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
11
11
  setup(__props, { emit: __emit }) {
12
12
  const emit = __emit;
13
13
  const props = __props;
14
+ watch(() => props.geometryType, (newVal) => {
15
+ init();
16
+ });
17
+ watch(() => props.map.currentEditLayer, (newVal) => {
18
+ init();
19
+ });
14
20
  onMounted(() => {
21
+ init();
22
+ });
23
+ onUnmounted(() => {
24
+ props.map.interactionManager.removeInteraction("draw");
25
+ });
26
+ function init() {
15
27
  const currentLayerInfo = props.map.currentEditLayer;
16
28
  let geometryType = "polygon";
17
29
  if (props.geometryType) {
@@ -49,10 +61,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
49
61
  }
50
62
  emit("drawEnd", features);
51
63
  });
52
- });
53
- onUnmounted(() => {
54
- props.map.interactionManager.removeInteraction("draw");
55
- });
64
+ }
56
65
  function getTempLayerByGeometryType(geometryType) {
57
66
  switch (geometryType) {
58
67
  case "point":
@@ -1,7 +1,7 @@
1
1
  import _sfc_main from "./Export.vue2.js";
2
2
  /* empty css */
3
3
  import _export_sfc from "../../_virtual/_plugin-vue_export-helper.js";
4
- const _Export = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-e716c04f"]]);
4
+ const _Export = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-a0d22455"]]);
5
5
  export {
6
6
  _Export as default
7
7
  };
@@ -214,6 +214,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
214
214
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => unref(reactiveValue).exportLayer = $event),
215
215
  "value-key": "id",
216
216
  class: "el-current",
217
+ placeholder: "请选择导出图层",
217
218
  "popper-class": "el-current"
218
219
  }, {
219
220
  default: withCtx(() => [
@@ -1,3 +1,3 @@
1
- .panel-content[data-v-e716c04f] .el-form-item {
1
+ .panel-content[data-v-a0d22455] .el-form-item {
2
2
  margin-bottom: 10px;
3
3
  }
@@ -159,5 +159,5 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
159
159
  footer?(_: {}): any;
160
160
  };
161
161
  }) | null;
162
- }, HTMLDivElement>;
162
+ }, any>;
163
163
  export default _default;
@@ -1,7 +1,7 @@
1
1
  import _sfc_main from "./Heatmap.vue2.js";
2
2
  /* empty css */
3
3
  import _export_sfc from "../../_virtual/_plugin-vue_export-helper.js";
4
- const _Heatmap = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-39ea422b"]]);
4
+ const _Heatmap = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-2062a8dc"]]);
5
5
  export {
6
6
  _Heatmap as default
7
7
  };
@@ -5,15 +5,16 @@ import "element-plus/es/components/slider/style/css";
5
5
  import "element-plus/es/components/form-item/style/css";
6
6
  import "element-plus/es/components/select/style/css";
7
7
  import "element-plus/es/components/option/style/css";
8
- import { defineComponent, ref, reactive, computed, onMounted, onUnmounted, withDirectives, createBlock, openBlock, withCtx, createElementVNode, createVNode, unref, createCommentVNode, createElementBlock, Fragment, renderList, normalizeStyle, vShow } from "vue";
8
+ import { defineComponent, ref, reactive, computed, onMounted, onUnmounted, createElementBlock, openBlock, withDirectives, createVNode, withCtx, createElementVNode, unref, createBlock, createCommentVNode, Fragment, renderList, normalizeStyle, vShow } from "vue";
9
9
  import DraggablePanel from "../../panel/DraggablePanel.vue.js";
10
10
  import { Heatmap } from "ol/layer";
11
11
  import { Vector } from "ol/source";
12
12
  import { Feature } from "ol";
13
13
  import { Point } from "ol/geom";
14
- const _hoisted_1 = { class: "control-panel" };
15
- const _hoisted_2 = { class: "panel-section" };
14
+ const _hoisted_1 = { class: "heatmap-widget-host" };
15
+ const _hoisted_2 = { class: "control-panel" };
16
16
  const _hoisted_3 = { class: "panel-section" };
17
+ const _hoisted_4 = { class: "panel-section" };
17
18
  const heatmapId = "heatmap456321";
18
19
  const _sfc_main = /* @__PURE__ */ defineComponent({
19
20
  __name: "Heatmap",
@@ -118,137 +119,139 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
118
119
  const _component_el_form_item = ElFormItem;
119
120
  const _component_el_slider = ElSlider;
120
121
  const _component_el_form = ElForm;
121
- return withDirectives((openBlock(), createBlock(DraggablePanel, {
122
- ref: "locationRef",
123
- class: "el-current",
124
- title: "热力图控制",
125
- drag: true,
126
- width: 320,
127
- height: props.data.length > 1 ? 458 : 408,
128
- showMaximize: false,
129
- showOk: true,
130
- "show-cancel": true,
131
- "cancel-text": "关闭",
132
- "ok-text": "确认",
133
- onOk: handleOk,
134
- onClose: handleClose
135
- }, {
136
- default: withCtx(() => [
137
- createElementVNode("div", _hoisted_1, [
122
+ return openBlock(), createElementBlock("div", _hoisted_1, [
123
+ withDirectives(createVNode(DraggablePanel, {
124
+ ref: "locationRef",
125
+ class: "el-current",
126
+ title: "热力图控制",
127
+ drag: false,
128
+ width: 320,
129
+ height: props.data.length > 1 ? 458 : 408,
130
+ showMaximize: false,
131
+ showOk: true,
132
+ "show-cancel": true,
133
+ "cancel-text": "关闭",
134
+ "ok-text": "确认",
135
+ onOk: handleOk,
136
+ onClose: handleClose
137
+ }, {
138
+ default: withCtx(() => [
138
139
  createElementVNode("div", _hoisted_2, [
139
- createVNode(_component_el_form, {
140
- model: unref(reactiveValue).heatOptions,
141
- "label-width": "auto"
142
- }, {
143
- default: withCtx(() => [
144
- props.data.length > 1 ? (openBlock(), createBlock(_component_el_form_item, {
145
- key: 0,
146
- label: "数据源"
147
- }, {
148
- default: withCtx(() => [
149
- createVNode(_component_el_select, {
150
- modelValue: unref(reactiveValue).sourceData,
151
- "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => unref(reactiveValue).sourceData = $event),
152
- "value-key": "title",
153
- placeholder: "请选择",
154
- onChange: changeSourceData
155
- }, {
156
- default: withCtx(() => [
157
- (openBlock(true), createElementBlock(Fragment, null, renderList(props.data, (item) => {
158
- return openBlock(), createBlock(_component_el_option, {
159
- key: item.title,
160
- label: item.title,
161
- value: item
162
- }, null, 8, ["label", "value"]);
163
- }), 128))
164
- ]),
165
- _: 1
166
- }, 8, ["modelValue"])
167
- ]),
168
- _: 1
169
- })) : createCommentVNode("", true),
170
- createVNode(_component_el_form_item, { label: "点半径" }, {
171
- default: withCtx(() => [
172
- createVNode(_component_el_slider, {
173
- modelValue: unref(reactiveValue).heatOptions.pointRadius,
174
- "onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => unref(reactiveValue).heatOptions.pointRadius = $event),
175
- min: 1,
176
- max: 50,
177
- step: 1,
178
- onInput: updateHeatmapStyle
179
- }, null, 8, ["modelValue"])
180
- ]),
181
- _: 1
182
- }),
183
- createVNode(_component_el_form_item, { label: "模糊度" }, {
184
- default: withCtx(() => [
185
- createVNode(_component_el_slider, {
186
- modelValue: unref(reactiveValue).heatOptions.blurSize,
187
- "onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => unref(reactiveValue).heatOptions.blurSize = $event),
188
- min: 1,
189
- max: 50,
190
- step: 1,
191
- onInput: updateHeatmapStyle
192
- }, null, 8, ["modelValue"])
193
- ]),
194
- _: 1
195
- }),
196
- createVNode(_component_el_form_item, { label: "颜色渐变" }, {
197
- default: withCtx(() => [
198
- createVNode(_component_el_select, {
199
- modelValue: unref(reactiveValue).heatOptions.selectedGradient,
200
- "onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => unref(reactiveValue).heatOptions.selectedGradient = $event),
201
- placeholder: "请选择",
202
- onChange: updateHeatmapStyle
203
- }, {
204
- default: withCtx(() => [
205
- (openBlock(true), createElementBlock(Fragment, null, renderList(gradients.value, (grad, name) => {
206
- return openBlock(), createBlock(_component_el_option, {
207
- key: name,
208
- label: name,
209
- value: name
210
- }, null, 8, ["label", "value"]);
211
- }), 128))
212
- ]),
213
- _: 1
214
- }, 8, ["modelValue"])
215
- ]),
216
- _: 1
217
- }),
218
- createVNode(_component_el_form_item, { label: "不透明度" }, {
219
- default: withCtx(() => [
220
- createVNode(_component_el_slider, {
221
- modelValue: unref(reactiveValue).heatOptions.opacity,
222
- "onUpdate:modelValue": _cache[4] || (_cache[4] = ($event) => unref(reactiveValue).heatOptions.opacity = $event),
223
- min: 0,
224
- max: 1,
225
- step: 0.1,
226
- onInput: updateHeatmapStyle
227
- }, null, 8, ["modelValue"])
228
- ]),
229
- _: 1
230
- })
231
- ]),
232
- _: 1
233
- }, 8, ["model"])
234
- ]),
235
- createElementVNode("div", _hoisted_3, [
236
- _cache[5] || (_cache[5] = createElementVNode("h3", null, "热力分布说明", -1)),
237
- createElementVNode("div", {
238
- class: "gradient-preview",
239
- style: normalizeStyle(gradientStyle.value)
240
- }, null, 4),
241
- _cache[6] || (_cache[6] = createElementVNode("div", { class: "legend" }, [
242
- createElementVNode("span", null, "低密度"),
243
- createElementVNode("span", null, "中密度"),
244
- createElementVNode("span", null, "高密度")
245
- ], -1))
140
+ createElementVNode("div", _hoisted_3, [
141
+ createVNode(_component_el_form, {
142
+ model: unref(reactiveValue).heatOptions,
143
+ "label-width": "auto"
144
+ }, {
145
+ default: withCtx(() => [
146
+ props.data.length > 1 ? (openBlock(), createBlock(_component_el_form_item, {
147
+ key: 0,
148
+ label: "数据源"
149
+ }, {
150
+ default: withCtx(() => [
151
+ createVNode(_component_el_select, {
152
+ modelValue: unref(reactiveValue).sourceData,
153
+ "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => unref(reactiveValue).sourceData = $event),
154
+ "value-key": "title",
155
+ placeholder: "请选择",
156
+ onChange: changeSourceData
157
+ }, {
158
+ default: withCtx(() => [
159
+ (openBlock(true), createElementBlock(Fragment, null, renderList(props.data, (item) => {
160
+ return openBlock(), createBlock(_component_el_option, {
161
+ key: item.title,
162
+ label: item.title,
163
+ value: item
164
+ }, null, 8, ["label", "value"]);
165
+ }), 128))
166
+ ]),
167
+ _: 1
168
+ }, 8, ["modelValue"])
169
+ ]),
170
+ _: 1
171
+ })) : createCommentVNode("", true),
172
+ createVNode(_component_el_form_item, { label: "点半径" }, {
173
+ default: withCtx(() => [
174
+ createVNode(_component_el_slider, {
175
+ modelValue: unref(reactiveValue).heatOptions.pointRadius,
176
+ "onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => unref(reactiveValue).heatOptions.pointRadius = $event),
177
+ min: 1,
178
+ max: 50,
179
+ step: 1,
180
+ onInput: updateHeatmapStyle
181
+ }, null, 8, ["modelValue"])
182
+ ]),
183
+ _: 1
184
+ }),
185
+ createVNode(_component_el_form_item, { label: "模糊度" }, {
186
+ default: withCtx(() => [
187
+ createVNode(_component_el_slider, {
188
+ modelValue: unref(reactiveValue).heatOptions.blurSize,
189
+ "onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => unref(reactiveValue).heatOptions.blurSize = $event),
190
+ min: 1,
191
+ max: 50,
192
+ step: 1,
193
+ onInput: updateHeatmapStyle
194
+ }, null, 8, ["modelValue"])
195
+ ]),
196
+ _: 1
197
+ }),
198
+ createVNode(_component_el_form_item, { label: "颜色渐变" }, {
199
+ default: withCtx(() => [
200
+ createVNode(_component_el_select, {
201
+ modelValue: unref(reactiveValue).heatOptions.selectedGradient,
202
+ "onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => unref(reactiveValue).heatOptions.selectedGradient = $event),
203
+ placeholder: "请选择",
204
+ onChange: updateHeatmapStyle
205
+ }, {
206
+ default: withCtx(() => [
207
+ (openBlock(true), createElementBlock(Fragment, null, renderList(gradients.value, (grad, name) => {
208
+ return openBlock(), createBlock(_component_el_option, {
209
+ key: name,
210
+ label: name,
211
+ value: name
212
+ }, null, 8, ["label", "value"]);
213
+ }), 128))
214
+ ]),
215
+ _: 1
216
+ }, 8, ["modelValue"])
217
+ ]),
218
+ _: 1
219
+ }),
220
+ createVNode(_component_el_form_item, { label: "不透明度" }, {
221
+ default: withCtx(() => [
222
+ createVNode(_component_el_slider, {
223
+ modelValue: unref(reactiveValue).heatOptions.opacity,
224
+ "onUpdate:modelValue": _cache[4] || (_cache[4] = ($event) => unref(reactiveValue).heatOptions.opacity = $event),
225
+ min: 0,
226
+ max: 1,
227
+ step: 0.1,
228
+ onInput: updateHeatmapStyle
229
+ }, null, 8, ["modelValue"])
230
+ ]),
231
+ _: 1
232
+ })
233
+ ]),
234
+ _: 1
235
+ }, 8, ["model"])
236
+ ]),
237
+ createElementVNode("div", _hoisted_4, [
238
+ _cache[5] || (_cache[5] = createElementVNode("h3", null, "热力分布说明", -1)),
239
+ createElementVNode("div", {
240
+ class: "gradient-preview",
241
+ style: normalizeStyle(gradientStyle.value)
242
+ }, null, 4),
243
+ _cache[6] || (_cache[6] = createElementVNode("div", { class: "legend" }, [
244
+ createElementVNode("span", null, "低密度"),
245
+ createElementVNode("span", null, "中密度"),
246
+ createElementVNode("span", null, "高密度")
247
+ ], -1))
248
+ ])
246
249
  ])
247
- ])
248
- ]),
249
- _: 1
250
- }, 8, ["height"])), [
251
- [vShow, unref(reactiveValue).visible]
250
+ ]),
251
+ _: 1
252
+ }, 8, ["height"]), [
253
+ [vShow, unref(reactiveValue).visible]
254
+ ])
252
255
  ]);
253
256
  };
254
257
  }
@@ -1,13 +1,27 @@
1
- .control-panel[data-v-39ea422b] {
1
+ .heatmap-widget-host[data-v-2062a8dc] {
2
+ position: absolute;
3
+ inset: 0;
4
+ z-index: 10;
5
+ pointer-events: none;
6
+ }
7
+ .heatmap-widget-host[data-v-2062a8dc] .el-current.draggable-panel {
8
+ position: absolute !important;
9
+ left: 12px;
10
+ top: 12px;
11
+ transform: none !important;
12
+ pointer-events: auto;
13
+ max-height: calc(100% - 24px);
14
+ }
15
+ .control-panel[data-v-2062a8dc] {
2
16
  padding: 0px 10px;
3
17
  }
4
- .control-panel .gradient-preview[data-v-39ea422b] {
18
+ .control-panel .gradient-preview[data-v-2062a8dc] {
5
19
  height: 25px;
6
20
  border-radius: 5px;
7
21
  margin-bottom: 10px;
8
22
  border: 1px solid #ddd;
9
23
  }
10
- .control-panel .legend[data-v-39ea422b] {
24
+ .control-panel .legend[data-v-2062a8dc] {
11
25
  display: flex;
12
26
  justify-content: space-between;
13
27
  font-size: 0.85rem;
@@ -145,7 +145,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
145
145
  },
146
146
  emits: ["loaded"],
147
147
  setup(__props, { emit: __emit }) {
148
- const modules = /* @__PURE__ */ Object.assign({ "../address-search/AddressSearch.vue": () => import("../address-search/AddressSearch.vue.js"), "../address-search/index.ts": () => import("../address-search/index.js"), "../area-measurement/AreaMeasurement.vue": () => import("../area-measurement/AreaMeasurement.vue2.js"), "../area-measurement/index.ts": () => import("../area-measurement/index.js"), "../clear/Clear.vue": () => import("../clear/Clear.vue2.js"), "../clear/index.ts": () => import("../clear/index.js"), "../difference/Difference.vue": () => import("../difference/Difference.vue2.js"), "../difference/index.ts": () => import("../difference/index.js"), "../distance-measurement/DistanceMeasurement.vue": () => import("../distance-measurement/DistanceMeasurement.vue2.js"), "../distance-measurement/index.ts": () => import("../distance-measurement/index.js"), "../draw/Draw.vue": () => import("../draw/Draw.vue2.js"), "../draw/index.ts": () => import("../draw/index.js"), "../export/Export.vue": () => import("../export/Export.vue.js"), "../export/index.ts": () => import("../export/index.js"), "../heatmap/Heatmap.vue": () => import("../heatmap/Heatmap.vue.js"), "../heatmap/index.ts": () => import("../heatmap/index.js"), "./HorizontallyTopToolbar.vue": () => import("./HorizontallyTopToolbar.vue.js"), "./index.ts": () => import("./index.js"), "../identify/Identify.vue": () => import("../identify/Identify.vue2.js"), "../identify/index.ts": () => import("../identify/index.js"), "../import/Import.vue": () => import("../import/Import.vue2.js"), "../import/index.ts": () => import("../import/index.js"), "../layer-switcher/LayerSwitcher.vue": () => import("../layer-switcher/LayerSwitcher.vue.js"), "../layer-switcher/index.ts": () => import("../layer-switcher/index.js"), "../layer-tree/LayerTree.vue": () => import("../layer-tree/LayerTree.vue.js"), "../layer-tree/index.ts": () => import("../layer-tree/index.js"), "../legend/Legend.vue": () => import("../legend/Legend.vue.js"), "../legend/index.ts": () => import("../legend/index.js"), "../location/Location.vue": () => import("../location/Location.vue.js"), "../location/index.ts": () => import("../location/index.js"), "../map-view/MapView.vue": () => import("../map-view/MapView.vue2.js"), "../map-view/index.ts": () => import("../map-view/index.js"), "../modify/Modify.vue": () => import("../modify/Modify.vue2.js"), "../modify/index.ts": () => import("../modify/index.js"), "../mouse-position/MousePositon.vue": () => import("../mouse-position/MousePositon.vue.js"), "../mouse-position/index.ts": () => import("../mouse-position/index.js"), "../multi-screen-panel/PanelMultiScreen.vue": () => import("../multi-screen-panel/PanelMultiScreen.vue.js"), "../multi-screen-panel/index.ts": () => import("../multi-screen-panel/index.js"), "../multi-screen/MultiScreen.vue": () => import("../multi-screen/MultiScreen.vue.js"), "../multi-screen/index.ts": () => import("../multi-screen/index.js"), "../popup/Popup.vue": () => import("../popup/Popup.vue.js"), "../popup/index.ts": () => import("../popup/index.js"), "../scale-line/ScaleLine.vue": () => import("../scale-line/ScaleLine.vue.js"), "../scale-line/index.ts": () => import("../scale-line/index.js"), "../select/Select.vue": () => import("../select/Select.vue2.js"), "../select/index.ts": () => import("../select/index.js"), "../snap/Snap.vue": () => import("../snap/Snap.vue2.js"), "../snap/index.ts": () => import("../snap/index.js"), "../split/Split.vue": () => import("../split/Split.vue2.js"), "../split/index.ts": () => import("../split/index.js"), "../swipe-layer/SwipeLayer.vue": () => import("../swipe-layer/SwipeLayer.vue2.js"), "../swipe-layer/index.ts": () => import("../swipe-layer/index.js"), "../toc-card/TocCard.vue": () => import("../toc-card/TocCard.vue.js"), "../toc-card/index.ts": () => import("../toc-card/index.js") });
148
+ const modules = /* @__PURE__ */ Object.assign({ "../address-search/AddressSearch.vue": () => import("../address-search/AddressSearch.vue.js"), "../address-search/index.ts": () => import("../address-search/index.js"), "../area-measurement/AreaMeasurement.vue": () => import("../area-measurement/AreaMeasurement.vue2.js"), "../area-measurement/index.ts": () => import("../area-measurement/index.js"), "../clear/Clear.vue": () => import("../clear/Clear.vue2.js"), "../clear/index.ts": () => import("../clear/index.js"), "../difference/Difference.vue": () => import("../difference/Difference.vue2.js"), "../difference/index.ts": () => import("../difference/index.js"), "../distance-measurement/DistanceMeasurement.vue": () => import("../distance-measurement/DistanceMeasurement.vue2.js"), "../distance-measurement/index.ts": () => import("../distance-measurement/index.js"), "../draw/Draw.vue": () => import("../draw/Draw.vue2.js"), "../draw/index.ts": () => import("../draw/index.js"), "../export/Export.vue": () => import("../export/Export.vue.js"), "../export/index.ts": () => import("../export/index.js"), "../heatmap/Heatmap.vue": () => import("../heatmap/Heatmap.vue.js"), "../heatmap/index.ts": () => import("../heatmap/index.js"), "./HorizontallyTopToolbar.vue": () => import("./HorizontallyTopToolbar.vue.js"), "./index.ts": () => import("./index.js"), "../identify/Identify.vue": () => import("../identify/Identify.vue2.js"), "../identify/index.ts": () => import("../identify/index.js"), "../import/Import.vue": () => import("../import/Import.vue2.js"), "../import/index.ts": () => import("../import/index.js"), "../layer-switcher/LayerSwitcher.vue": () => import("../layer-switcher/LayerSwitcher.vue.js"), "../layer-switcher/index.ts": () => import("../layer-switcher/index.js"), "../layer-tree/LayerTree.vue": () => import("../layer-tree/LayerTree.vue.js"), "../layer-tree/index.ts": () => import("../layer-tree/index.js"), "../legend/Legend.vue": () => import("../legend/Legend.vue.js"), "../legend/index.ts": () => import("../legend/index.js"), "../location/Location.vue": () => import("../location/Location.vue.js"), "../location/index.ts": () => import("../location/index.js"), "../map-view/MapView.vue": () => import("../map-view/MapView.vue2.js"), "../map-view/index.ts": () => import("../map-view/index.js"), "../modify/Modify.vue": () => import("../modify/Modify.vue2.js"), "../modify/index.ts": () => import("../modify/index.js"), "../mouse-position/MousePositon.vue": () => import("../mouse-position/MousePositon.vue.js"), "../mouse-position/index.ts": () => import("../mouse-position/index.js"), "../multi-screen-panel/PanelMultiScreen.vue": () => import("../multi-screen-panel/PanelMultiScreen.vue.js"), "../multi-screen-panel/index.ts": () => import("../multi-screen-panel/index.js"), "../multi-screen/MultiScreen.vue": () => import("../multi-screen/MultiScreen.vue.js"), "../multi-screen/index.ts": () => import("../multi-screen/index.js"), "../popup/Popup.vue": () => import("../popup/Popup.vue.js"), "../popup/index.ts": () => import("../popup/index.js"), "../repair/Repair.vue": () => import("../repair/Repair.vue2.js"), "../repair/index.ts": () => import("../repair/index.js"), "../scale-line/ScaleLine.vue": () => import("../scale-line/ScaleLine.vue.js"), "../scale-line/index.ts": () => import("../scale-line/index.js"), "../select/Select.vue": () => import("../select/Select.vue2.js"), "../select/index.ts": () => import("../select/index.js"), "../snap/Snap.vue": () => import("../snap/Snap.vue2.js"), "../snap/index.ts": () => import("../snap/index.js"), "../split/Split.vue": () => import("../split/Split.vue2.js"), "../split/index.ts": () => import("../split/index.js"), "../swipe-layer/SwipeLayer.vue": () => import("../swipe-layer/SwipeLayer.vue2.js"), "../swipe-layer/index.ts": () => import("../swipe-layer/index.js"), "../toc-card/TocCard.vue": () => import("../toc-card/TocCard.vue.js"), "../toc-card/index.ts": () => import("../toc-card/index.js") });
149
149
  const emit = __emit;
150
150
  const props = __props;
151
151
  const reactiveValue = reactive({
@@ -3,7 +3,6 @@ import { default as Geometry } from 'ol/geom/Geometry';
3
3
  import { default as Feature } from 'ym-gis-2d/entity/Feature';
4
4
  type __VLS_Props = {
5
5
  map: OLMap;
6
- showLoading?: boolean;
7
6
  fieldName?: string;
8
7
  fieldValues?: any[];
9
8
  };
@@ -136,7 +135,5 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
136
135
  activeInteraction: (...args: any[]) => void;
137
136
  }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
138
137
  onActiveInteraction?: ((...args: any[]) => any) | undefined;
139
- }>, {
140
- showLoading: boolean;
141
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
138
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
142
139
  export default _default;
@@ -5,7 +5,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
5
5
  __name: "Modify",
6
6
  props: {
7
7
  map: {},
8
- showLoading: { type: Boolean, default: true },
9
8
  fieldName: {},
10
9
  fieldValues: {}
11
10
  },
@@ -1,6 +1,5 @@
1
1
  export declare const Modify: import('../../utils').WithInstall<import('vue').DefineComponent<{
2
2
  map: import('ym-gis-2d/mapView/Map').default;
3
- showLoading?: boolean;
4
3
  fieldName?: string;
5
4
  fieldValues?: any[];
6
5
  }, {
@@ -131,12 +130,9 @@ export declare const Modify: import('../../utils').WithInstall<import('vue').Def
131
130
  activeInteraction: (...args: any[]) => void;
132
131
  }, string, import('vue').PublicProps, Readonly<{
133
132
  map: import('ym-gis-2d/mapView/Map').default;
134
- showLoading?: boolean;
135
133
  fieldName?: string;
136
134
  fieldValues?: any[];
137
135
  }> & Readonly<{
138
136
  onActiveInteraction?: ((...args: any[]) => any) | undefined;
139
- }>, {
140
- showLoading: boolean;
141
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>>;
137
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>>;
142
138
  export default Modify;
@@ -1,7 +1,7 @@
1
1
  import _sfc_main from "./MultiScreen.vue2.js";
2
2
  /* empty css */
3
3
  import _export_sfc from "../../_virtual/_plugin-vue_export-helper.js";
4
- const _MultiScreen = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-5105d950"]]);
4
+ const _MultiScreen = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-33476129"]]);
5
5
  export {
6
6
  _MultiScreen as default
7
7
  };