ym-giswidget-2d 1.0.5 → 1.0.8
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.
- package/_virtual/_commonjs-dynamic-modules.js +6 -0
- package/_virtual/_commonjsHelpers.js +8 -0
- package/_virtual/jszip.min.js +4 -0
- package/components/clear/Clear.vue.d.ts +6 -0
- package/components/clear/Clear.vue.js +19 -0
- package/components/clear/Clear.vue2.js +4 -0
- package/components/clear/index.d.ts +6 -0
- package/components/clear/index.js +8 -0
- package/components/draw/Draw.vue.d.ts +6 -0
- package/components/draw/Draw.vue.js +71 -0
- package/components/draw/Draw.vue2.js +4 -0
- package/components/draw/index.d.ts +6 -0
- package/components/draw/index.js +8 -0
- package/components/export/Export.vue.d.ts +154 -0
- package/components/export/Export.vue.js +7 -0
- package/components/export/Export.vue2.js +298 -0
- package/components/export/index.css +3 -0
- package/components/export/index.d.ts +154 -0
- package/components/export/index.js +8 -0
- package/components/horizontally-top-toolbar/{horizontallyTopToolbar.vue.js → HorizontallyTopToolbar.vue.js} +2 -2
- package/components/horizontally-top-toolbar/{horizontallyTopToolbar.vue2.js → HorizontallyTopToolbar.vue2.js} +3 -3
- package/components/horizontally-top-toolbar/index.css +9 -9
- package/components/horizontally-top-toolbar/index.js +1 -1
- package/components/identify/Identify.vue.d.ts +13 -0
- package/components/identify/Identify.vue.js +96 -0
- package/components/identify/Identify.vue2.js +4 -0
- package/components/identify/index.d.ts +18 -0
- package/components/identify/index.js +8 -0
- package/components/import/Import.vue.d.ts +13 -0
- package/components/import/Import.vue.js +162 -0
- package/components/import/Import.vue2.js +4 -0
- package/components/import/index.d.ts +15 -0
- package/components/import/index.js +8 -0
- package/components/layer-tree/{layerTree.vue.d.ts → LayerTree.vue.d.ts} +212 -186
- package/components/layer-tree/{layerTree.vue.js → LayerTree.vue.js} +2 -2
- package/components/layer-tree/{layerTree.vue2.js → LayerTree.vue2.js} +2 -2
- package/components/layer-tree/index.css +11 -11
- package/components/layer-tree/index.d.ts +194 -184
- package/components/layer-tree/index.js +1 -1
- package/components/multi-screen/MultiScreen.vue.d.ts +425 -0
- package/components/multi-screen/MultiScreen.vue2.js +1 -1
- package/components/multi-screen/index.d.ts +426 -0
- package/components/multi-screen-panel/PanelMultiScreen.vue2.js +1 -1
- package/components/popup/Popup.vue.d.ts +158 -0
- package/components/popup/Popup.vue.js +8 -0
- package/components/popup/Popup.vue2.js +266 -0
- package/components/popup/index.css +61 -0
- package/components/popup/index.d.ts +157 -0
- package/components/popup/index.js +8 -0
- package/components/popup/index2.css +5 -0
- package/components/select/Select.vue.d.ts +13 -0
- package/components/select/Select.vue.js +142 -0
- package/components/select/Select.vue2.js +4 -0
- package/components/select/index.d.ts +18 -0
- package/components/select/index.js +8 -0
- package/components/swipe-layer/SwipeLayer.vue.d.ts +6 -0
- package/components/swipe-layer/SwipeLayer.vue.js +24 -0
- package/components/swipe-layer/SwipeLayer.vue2.js +4 -0
- package/components/swipe-layer/index.d.ts +6 -0
- package/components/swipe-layer/index.js +8 -0
- package/components/toc-card/{tocCard.vue.js → TocCard.vue.js} +2 -2
- package/components/toc-card/{tocCard.vue2.js → TocCard.vue2.js} +2 -2
- package/components/toc-card/index.css +1 -1
- package/components/toc-card/index.js +1 -1
- package/config/Config.d.ts +13 -0
- package/config/Config.js +8 -0
- package/css/index.css +64 -14
- package/http/Axios.d.ts +14 -0
- package/http/Axios.js +37 -0
- package/http/LayerField.js +29 -0
- package/http/SpaceFile.d.ts +3 -0
- package/http/SpaceFile.js +38 -0
- package/http/layerField.d.ts +19 -0
- package/index.d.ts +7 -0
- package/index.js +14 -0
- package/package.json +2 -2
- package/panel/DraggablePanel.vue.d.ts +82 -0
- package/panel/DraggablePanel.vue2.js +1 -1
- /package/components/horizontally-top-toolbar/{horizontallyTopToolbar.vue.d.ts → HorizontallyTopToolbar.vue.d.ts} +0 -0
- /package/components/toc-card/{tocCard.vue.d.ts → TocCard.vue.d.ts} +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import _sfc_main from "./
|
|
1
|
+
import _sfc_main from "./LayerTree.vue2.js";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import _export_sfc from "../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
-
const _LayerTree = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
4
|
+
const _LayerTree = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-4c2adf40"]]);
|
|
5
5
|
export {
|
|
6
6
|
_LayerTree as default
|
|
7
7
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ElTooltip } from "element-plus/es";
|
|
2
2
|
import "element-plus/es/components/base/style/css";
|
|
3
3
|
import "element-plus/es/components/tooltip/style/css";
|
|
4
|
-
import { defineComponent, ref, toRaw, reactive, onMounted, computed,
|
|
4
|
+
import { defineComponent, ref, toRaw, reactive, onMounted, computed, createElementBlock, openBlock, createVNode, unref, withCtx, createElementVNode, normalizeClass, createTextVNode, toDisplayString, nextTick } from "vue";
|
|
5
5
|
import { ElMessage, ElTree } from "element-plus";
|
|
6
6
|
import LayerManager from "ym-giscomm-2d/layers/LayerManager";
|
|
7
7
|
import { mapServiceTreeTransform } from "ym-giscomm-2d/utils/LayerUtil";
|
|
@@ -15,7 +15,7 @@ const _hoisted_1 = { class: "custom-tree-node" };
|
|
|
15
15
|
const _hoisted_2 = { class: "icontest" };
|
|
16
16
|
const _hoisted_3 = ["src", "id", "onClick"];
|
|
17
17
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
18
|
-
__name: "
|
|
18
|
+
__name: "LayerTree",
|
|
19
19
|
props: {
|
|
20
20
|
data: {},
|
|
21
21
|
map: {},
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
|
-
.layer-btn[data-v-
|
|
2
|
+
.layer-btn[data-v-4c2adf40] {
|
|
3
3
|
background-color: var(--system-primary-color);
|
|
4
4
|
color: var(--system-primary-text-color);
|
|
5
5
|
font-size: var(--system-primary-text-size);
|
|
@@ -12,29 +12,29 @@
|
|
|
12
12
|
cursor: pointer;
|
|
13
13
|
border-radius: 3px;
|
|
14
14
|
}
|
|
15
|
-
.add-toc-tree[data-v-
|
|
15
|
+
.add-toc-tree[data-v-4c2adf40] {
|
|
16
16
|
color: var(--el-text-color-regular) !important;
|
|
17
17
|
}
|
|
18
|
-
.el-tree[data-v-
|
|
18
|
+
.el-tree[data-v-4c2adf40] {
|
|
19
19
|
background: unset;
|
|
20
20
|
color: var(--system-primary-text-color);
|
|
21
21
|
font-size: var(--system-primary-text-size);
|
|
22
22
|
overflow: auto;
|
|
23
23
|
max-height: 400px;
|
|
24
24
|
}
|
|
25
|
-
.el-tree[data-v-
|
|
25
|
+
.el-tree[data-v-4c2adf40] .el-tree-node :hover {
|
|
26
26
|
background: unset;
|
|
27
27
|
}
|
|
28
|
-
.el-tree[data-v-
|
|
28
|
+
.el-tree[data-v-4c2adf40] .el-tree-node :focus {
|
|
29
29
|
background: unset;
|
|
30
30
|
}
|
|
31
|
-
.el-tree[data-v-
|
|
31
|
+
.el-tree[data-v-4c2adf40] .el-tree-node .el-tree-node__content {
|
|
32
32
|
background: unset;
|
|
33
33
|
}
|
|
34
|
-
.el-tree .active[data-v-
|
|
34
|
+
.el-tree .active[data-v-4c2adf40] {
|
|
35
35
|
color: var(--system-primary-text-active-color);
|
|
36
36
|
}
|
|
37
|
-
.el-tree .layer-span[data-v-
|
|
37
|
+
.el-tree .layer-span[data-v-4c2adf40] .el-only-child__content {
|
|
38
38
|
display: block;
|
|
39
39
|
width: 95px;
|
|
40
40
|
word-wrap: break-word;
|
|
@@ -46,14 +46,14 @@
|
|
|
46
46
|
white-space: nowrap;
|
|
47
47
|
/*强制不换行*/
|
|
48
48
|
}
|
|
49
|
-
.el-tree .icontest[data-v-
|
|
49
|
+
.el-tree .icontest[data-v-4c2adf40] {
|
|
50
50
|
display: flex;
|
|
51
51
|
font-size: var(--system-primary-text-size);
|
|
52
52
|
}
|
|
53
|
-
.el-tree .icontest .treeIconImg[data-v-
|
|
53
|
+
.el-tree .icontest .treeIconImg[data-v-4c2adf40] {
|
|
54
54
|
height: 17px;
|
|
55
55
|
margin: 2px;
|
|
56
56
|
}
|
|
57
|
-
[data-v-
|
|
57
|
+
[data-v-4c2adf40] .el-checkbox__label {
|
|
58
58
|
margin-left: 14px;
|
|
59
59
|
}
|