ym-giswidget-2d 1.0.5 → 1.0.7

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 (80) hide show
  1. package/_virtual/_commonjs-dynamic-modules.js +6 -0
  2. package/_virtual/_commonjsHelpers.js +8 -0
  3. package/_virtual/jszip.min.js +4 -0
  4. package/components/clear/Clear.vue.d.ts +6 -0
  5. package/components/clear/Clear.vue.js +19 -0
  6. package/components/clear/Clear.vue2.js +4 -0
  7. package/components/clear/index.d.ts +6 -0
  8. package/components/clear/index.js +8 -0
  9. package/components/draw/Draw.vue.d.ts +6 -0
  10. package/components/draw/Draw.vue.js +71 -0
  11. package/components/draw/Draw.vue2.js +4 -0
  12. package/components/draw/index.d.ts +6 -0
  13. package/components/draw/index.js +8 -0
  14. package/components/export/Export.vue.d.ts +154 -0
  15. package/components/export/Export.vue.js +7 -0
  16. package/components/export/Export.vue2.js +298 -0
  17. package/components/export/index.css +3 -0
  18. package/components/export/index.d.ts +154 -0
  19. package/components/export/index.js +8 -0
  20. package/components/horizontally-top-toolbar/{horizontallyTopToolbar.vue.js → HorizontallyTopToolbar.vue.js} +2 -2
  21. package/components/horizontally-top-toolbar/{horizontallyTopToolbar.vue2.js → HorizontallyTopToolbar.vue2.js} +3 -3
  22. package/components/horizontally-top-toolbar/index.css +9 -9
  23. package/components/horizontally-top-toolbar/index.js +1 -1
  24. package/components/identify/Identify.vue.d.ts +13 -0
  25. package/components/identify/Identify.vue.js +96 -0
  26. package/components/identify/Identify.vue2.js +4 -0
  27. package/components/identify/index.d.ts +18 -0
  28. package/components/identify/index.js +8 -0
  29. package/components/import/Import.vue.d.ts +13 -0
  30. package/components/import/Import.vue.js +162 -0
  31. package/components/import/Import.vue2.js +4 -0
  32. package/components/import/index.d.ts +15 -0
  33. package/components/import/index.js +8 -0
  34. package/components/layer-tree/{layerTree.vue.d.ts → LayerTree.vue.d.ts} +212 -186
  35. package/components/layer-tree/{layerTree.vue.js → LayerTree.vue.js} +2 -2
  36. package/components/layer-tree/{layerTree.vue2.js → LayerTree.vue2.js} +2 -2
  37. package/components/layer-tree/index.css +11 -11
  38. package/components/layer-tree/index.d.ts +194 -184
  39. package/components/layer-tree/index.js +1 -1
  40. package/components/multi-screen/MultiScreen.vue.d.ts +425 -0
  41. package/components/multi-screen/MultiScreen.vue2.js +1 -1
  42. package/components/multi-screen/index.d.ts +426 -0
  43. package/components/multi-screen-panel/PanelMultiScreen.vue2.js +1 -1
  44. package/components/popup/Popup.vue.d.ts +158 -0
  45. package/components/popup/Popup.vue.js +8 -0
  46. package/components/popup/Popup.vue2.js +266 -0
  47. package/components/popup/index.css +61 -0
  48. package/components/popup/index.d.ts +157 -0
  49. package/components/popup/index.js +8 -0
  50. package/components/popup/index2.css +5 -0
  51. package/components/select/Select.vue.d.ts +13 -0
  52. package/components/select/Select.vue.js +142 -0
  53. package/components/select/Select.vue2.js +4 -0
  54. package/components/select/index.d.ts +18 -0
  55. package/components/select/index.js +8 -0
  56. package/components/swipe-layer/SwipeLayer.vue.d.ts +6 -0
  57. package/components/swipe-layer/SwipeLayer.vue.js +24 -0
  58. package/components/swipe-layer/SwipeLayer.vue2.js +4 -0
  59. package/components/swipe-layer/index.d.ts +6 -0
  60. package/components/swipe-layer/index.js +8 -0
  61. package/components/toc-card/{tocCard.vue.js → TocCard.vue.js} +2 -2
  62. package/components/toc-card/{tocCard.vue2.js → TocCard.vue2.js} +2 -2
  63. package/components/toc-card/index.css +1 -1
  64. package/components/toc-card/index.js +1 -1
  65. package/config/Config.d.ts +13 -0
  66. package/config/Config.js +8 -0
  67. package/css/index.css +64 -14
  68. package/http/Axios.d.ts +14 -0
  69. package/http/Axios.js +37 -0
  70. package/http/LayerField.js +29 -0
  71. package/http/SpaceFile.d.ts +3 -0
  72. package/http/SpaceFile.js +38 -0
  73. package/http/layerField.d.ts +19 -0
  74. package/index.d.ts +7 -0
  75. package/index.js +14 -0
  76. package/package.json +2 -2
  77. package/panel/DraggablePanel.vue.d.ts +82 -0
  78. package/panel/DraggablePanel.vue2.js +1 -1
  79. /package/components/horizontally-top-toolbar/{horizontallyTopToolbar.vue.d.ts → HorizontallyTopToolbar.vue.d.ts} +0 -0
  80. /package/components/toc-card/{tocCard.vue.d.ts → TocCard.vue.d.ts} +0 -0
@@ -1,7 +1,7 @@
1
- import _sfc_main from "./layerTree.vue2.js";
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-78d64f5e"]]);
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, openBlock, createElementBlock, createVNode, unref, withCtx, createElementVNode, normalizeClass, createTextVNode, toDisplayString, nextTick } from "vue";
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: "layerTree",
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-78d64f5e] {
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-78d64f5e] {
15
+ .add-toc-tree[data-v-4c2adf40] {
16
16
  color: var(--el-text-color-regular) !important;
17
17
  }
18
- .el-tree[data-v-78d64f5e] {
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-78d64f5e] .el-tree-node :hover {
25
+ .el-tree[data-v-4c2adf40] .el-tree-node :hover {
26
26
  background: unset;
27
27
  }
28
- .el-tree[data-v-78d64f5e] .el-tree-node :focus {
28
+ .el-tree[data-v-4c2adf40] .el-tree-node :focus {
29
29
  background: unset;
30
30
  }
31
- .el-tree[data-v-78d64f5e] .el-tree-node .el-tree-node__content {
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-78d64f5e] {
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-78d64f5e] .el-only-child__content {
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-78d64f5e] {
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-78d64f5e] {
53
+ .el-tree .icontest .treeIconImg[data-v-4c2adf40] {
54
54
  height: 17px;
55
55
  margin: 2px;
56
56
  }
57
- [data-v-78d64f5e] .el-checkbox__label {
57
+ [data-v-4c2adf40] .el-checkbox__label {
58
58
  margin-left: 14px;
59
59
  }