ym-giswidget-2d 1.0.56 → 1.0.58

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 (34) hide show
  1. package/README.md +33 -33
  2. package/assets/font/iconfont.css +39 -39
  3. package/assets/font/iconfont.json +51 -51
  4. package/components/difference/Difference.vue.d.ts +142 -0
  5. package/components/difference/Difference.vue.js +73 -1
  6. package/components/difference/Difference.vue2.js +1 -73
  7. package/components/difference/index.d.ts +142 -0
  8. package/components/difference/index.js +1 -1
  9. package/components/distance-measurement/DistanceMeasurement.vue.d.ts +2 -0
  10. package/components/distance-measurement/DistanceMeasurement.vue.js +2 -2
  11. package/components/distance-measurement/index.d.ts +2 -0
  12. package/components/distance-measurement/index.js +7 -0
  13. package/components/horizontally-top-toolbar/HorizontallyTopToolbar.vue.d.ts +2 -0
  14. package/components/horizontally-top-toolbar/HorizontallyTopToolbar.vue.js +1 -1
  15. package/components/horizontally-top-toolbar/HorizontallyTopToolbar.vue2.js +13 -5
  16. package/components/horizontally-top-toolbar/index.css +9 -9
  17. package/components/map-view/MapView.vue.d.ts +12 -12
  18. package/components/map-view/index.d.ts +12 -12
  19. package/components/modify/Modify.vue.d.ts +142 -0
  20. package/components/modify/Modify.vue.js +45 -0
  21. package/components/modify/Modify.vue2.js +4 -0
  22. package/components/modify/index.d.ts +142 -0
  23. package/components/modify/index.js +7 -0
  24. package/components/multi-screen/MultiScreen.vue.d.ts +12 -12
  25. package/components/multi-screen/index.d.ts +12 -12
  26. package/components/split/Split.vue.d.ts +142 -0
  27. package/components/split/Split.vue.js +73 -1
  28. package/components/split/Split.vue2.js +1 -73
  29. package/components/split/index.d.ts +142 -0
  30. package/components/split/index.js +1 -1
  31. package/index.d.ts +4 -0
  32. package/index.js +8 -0
  33. package/package.json +2 -2
  34. package/panel/index.css +15 -15
@@ -0,0 +1,142 @@
1
+ export declare const Difference: import('../../utils').WithInstall<import('vue').DefineComponent<{
2
+ map: import('ym-gis-2d/mapView/Map').default;
3
+ showLoading?: boolean;
4
+ fieldName?: string;
5
+ fieldValues?: any[];
6
+ }, {
7
+ setFeatures: (features: import('ym-gis-2d/entity/Feature').default[]) => void;
8
+ features: {
9
+ isSelected?: boolean | undefined;
10
+ fromType?: "draw" | "import" | "cut" | "copy" | "union" | "identify" | "measure" | undefined;
11
+ layerId?: string | undefined;
12
+ tag?: string | undefined;
13
+ tempLayer?: {
14
+ getRenderBuffer: () => number | undefined;
15
+ getRenderOrder: () => (arg0: import('ol').default, arg1: import('ol').default) => number | null | undefined;
16
+ getStyle: () => import('ol/style/Style').StyleLike | import('ol/style/flat').FlatStyleLike | null | undefined;
17
+ getStyleFunction: () => import('ol/style/Style').StyleFunction | undefined;
18
+ getUpdateWhileAnimating: () => boolean;
19
+ getUpdateWhileInteracting: () => boolean;
20
+ setRenderOrder: (renderOrder: import('ol/render').OrderFunction | null | undefined) => void;
21
+ setStyle: (style?: import('ol/style/Style').StyleLike | import('ol/style/flat').FlatStyleLike | null | undefined) => void;
22
+ on: import('ol/layer/Layer').LayerOnSignature<import('ol/events').EventsKey>;
23
+ once: import('ol/layer/Layer').LayerOnSignature<import('ol/events').EventsKey>;
24
+ un: import('ol/layer/Layer').LayerOnSignature<void>;
25
+ render: (frameState: import('ol/Map').FrameState | null, target: HTMLElement) => HTMLElement | null;
26
+ getSource: () => import('ol/source').Vector<import('ol').Feature<import('ol/geom').Geometry>> | null;
27
+ getRenderSource: () => import('ol/source').Vector<import('ol').Feature<import('ol/geom').Geometry>> | null;
28
+ getFeatures: (pixel: import('ol/pixel').Pixel) => Promise<Array<import('ol/Feature').FeatureLike>>;
29
+ getData: (pixel: import('ol/pixel').Pixel) => Uint8ClampedArray | Uint8Array | Float32Array | DataView | null;
30
+ isVisible: (view?: import('ol').View | import('ol/View').ViewStateLayerStateExtent | undefined) => boolean;
31
+ getAttributions: (view?: import('ol').View | import('ol/View').ViewStateLayerStateExtent | undefined) => Array<string>;
32
+ unrender: () => void;
33
+ getDeclutter: () => string;
34
+ renderDeclutter: (frameState: import('ol/Map').FrameState, layerState: import('ol/layer/Layer').State) => void;
35
+ renderDeferred: (frameState: import('ol/Map').FrameState) => void;
36
+ setMapInternal: (map: import('ol').default | null) => void;
37
+ getMapInternal: () => import('ol').default | null;
38
+ setMap: (map: import('ol').default | null) => void;
39
+ setSource: (source: import('ol/source').Vector<import('ol').Feature<import('ol/geom').Geometry>> | null) => void;
40
+ getRenderer: () => import('ol/renderer/canvas/VectorLayer').default | null;
41
+ hasRenderer: () => boolean;
42
+ getBackground: () => import('ol/layer/Base').BackgroundColor | false;
43
+ getClassName: () => string;
44
+ getLayerState: (managed?: boolean | undefined) => import('ol/layer/Layer').State;
45
+ getLayersArray: (array?: import('ol/layer').default<import('ol/source').default, import('ol/renderer/Layer').default<any>>[] | undefined) => Array<import('ol/layer').default>;
46
+ getLayerStatesArray: (states?: import('ol/layer/Layer').State[] | undefined) => Array<import('ol/layer/Layer').State>;
47
+ getExtent: () => import('ol/extent').Extent | undefined;
48
+ getMaxResolution: () => number;
49
+ getMinResolution: () => number;
50
+ getMinZoom: () => number;
51
+ getMaxZoom: () => number;
52
+ getOpacity: () => number;
53
+ getSourceState: () => import('ol/source/Source').State;
54
+ getVisible: () => boolean;
55
+ getZIndex: () => number | undefined;
56
+ setBackground: (background?: import('ol/layer/Base').BackgroundColor | undefined) => void;
57
+ setExtent: (extent: import('ol/extent').Extent | undefined) => void;
58
+ setMaxResolution: (maxResolution: number) => void;
59
+ setMinResolution: (minResolution: number) => void;
60
+ setMaxZoom: (maxZoom: number) => void;
61
+ setMinZoom: (minZoom: number) => void;
62
+ setOpacity: (opacity: number) => void;
63
+ setVisible: (visible: boolean) => void;
64
+ setZIndex: (zindex: number) => void;
65
+ get: (key: string) => any;
66
+ getKeys: () => Array<string>;
67
+ getProperties: () => {
68
+ [x: string]: any;
69
+ };
70
+ getPropertiesInternal: () => {
71
+ [x: string]: any;
72
+ } | null;
73
+ hasProperties: () => boolean;
74
+ notify: (key: string, oldValue: any) => void;
75
+ addChangeListener: (key: string, listener: import('ol/events').Listener) => void;
76
+ removeChangeListener: (key: string, listener: import('ol/events').Listener) => void;
77
+ set: (key: string, value: any, silent?: boolean | undefined) => void;
78
+ setProperties: (values: {
79
+ [x: string]: any;
80
+ }, silent?: boolean | undefined) => void;
81
+ unset: (key: string, silent?: boolean | undefined) => void;
82
+ changed: () => void;
83
+ getRevision: () => number;
84
+ addEventListener: (type: string, listener: import('ol/events').Listener) => void;
85
+ dispatchEvent: (event: import('ol/events/Event').default | string) => boolean | undefined;
86
+ getListeners: (type: string) => Array<import('ol/events').Listener> | undefined;
87
+ hasListener: (type?: string | undefined) => boolean;
88
+ removeEventListener: (type: string, listener: import('ol/events').Listener) => void;
89
+ dispose: () => void;
90
+ } | undefined;
91
+ on: import('ol/Feature').FeatureOnSignature<import('ol/events').EventsKey>;
92
+ once: import('ol/Feature').FeatureOnSignature<import('ol/events').EventsKey>;
93
+ un: import('ol/Feature').FeatureOnSignature<void>;
94
+ clone: () => import('ol').Feature<import('ol/geom').Geometry>;
95
+ getGeometry: () => import('ol/geom').Geometry | undefined;
96
+ getId: () => number | string | undefined;
97
+ getGeometryName: () => string;
98
+ getStyle: () => import('ol/style/Style').StyleLike | undefined;
99
+ getStyleFunction: () => import('ol/style/Style').StyleFunction | undefined;
100
+ setGeometry: (geometry: import('ol/geom').Geometry | undefined) => void;
101
+ setStyle: (style?: import('ol/style/Style').StyleLike | undefined) => void;
102
+ setId: (id: number | string | undefined) => void;
103
+ setGeometryName: (name: string) => void;
104
+ get: (key: string) => any;
105
+ getKeys: () => Array<string>;
106
+ getProperties: () => {
107
+ [x: string]: any;
108
+ };
109
+ getPropertiesInternal: () => {
110
+ [x: string]: any;
111
+ } | null;
112
+ hasProperties: () => boolean;
113
+ notify: (key: string, oldValue: any) => void;
114
+ addChangeListener: (key: string, listener: import('ol/events').Listener) => void;
115
+ removeChangeListener: (key: string, listener: import('ol/events').Listener) => void;
116
+ set: (key: string, value: any, silent?: boolean | undefined) => void;
117
+ setProperties: (values: {
118
+ [x: string]: any;
119
+ }, silent?: boolean | undefined) => void;
120
+ unset: (key: string, silent?: boolean | undefined) => void;
121
+ changed: () => void;
122
+ getRevision: () => number;
123
+ addEventListener: (type: string, listener: import('ol/events').Listener) => void;
124
+ dispatchEvent: (event: import('ol/events/Event').default | string) => boolean | undefined;
125
+ getListeners: (type: string) => Array<import('ol/events').Listener> | undefined;
126
+ hasListener: (type?: string | undefined) => boolean;
127
+ removeEventListener: (type: string, listener: import('ol/events').Listener) => void;
128
+ dispose: () => void;
129
+ }[] | undefined;
130
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
131
+ activeInteraction: (...args: any[]) => void;
132
+ }, string, import('vue').PublicProps, Readonly<{
133
+ map: import('ym-gis-2d/mapView/Map').default;
134
+ showLoading?: boolean;
135
+ fieldName?: string;
136
+ fieldValues?: any[];
137
+ }> & Readonly<{
138
+ onActiveInteraction?: ((...args: any[]) => any) | undefined;
139
+ }>, {
140
+ showLoading: boolean;
141
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>>;
142
+ export default Difference;
@@ -1,5 +1,5 @@
1
1
  import { withInstall } from "../../utils/wthInstall.js";
2
- import _sfc_main from "./Difference.vue2.js";
2
+ import _sfc_main from "./Difference.vue.js";
3
3
  const Difference = withInstall(_sfc_main);
4
4
  export {
5
5
  Difference,
@@ -0,0 +1,2 @@
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
@@ -3,7 +3,7 @@ const _sfc_main = {};
3
3
  function _sfc_render(_ctx, _cache) {
4
4
  return null;
5
5
  }
6
- const DistanceMeasurement = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
6
+ const _DistanceMeasurement = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
7
7
  export {
8
- DistanceMeasurement as default
8
+ _DistanceMeasurement as default
9
9
  };
@@ -0,0 +1,2 @@
1
+ export declare const DistanceMeasurement: import('../../utils').WithInstall<import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>>;
2
+ export default DistanceMeasurement;
@@ -0,0 +1,7 @@
1
+ import { withInstall } from "../../utils/wthInstall.js";
2
+ import _DistanceMeasurement from "./DistanceMeasurement.vue.js";
3
+ const DistanceMeasurement = withInstall(_DistanceMeasurement);
4
+ export {
5
+ DistanceMeasurement,
6
+ DistanceMeasurement as default
7
+ };
@@ -6,6 +6,8 @@ interface ITool extends IToolConfig {
6
6
  type __VLS_Props = {
7
7
  tools?: ITool[];
8
8
  map: OLMap;
9
+ fieldName?: string;
10
+ fieldValues?: any[];
9
11
  };
10
12
  declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
11
13
  loaded: (...args: any[]) => void;
@@ -1,7 +1,7 @@
1
1
  import _sfc_main from "./HorizontallyTopToolbar.vue2.js";
2
2
  /* empty css */
3
3
  import _export_sfc from "../../_virtual/_plugin-vue_export-helper.js";
4
- const _HorizontallyTopToolbar = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-647a59e2"]]);
4
+ const _HorizontallyTopToolbar = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-b9b182f8"]]);
5
5
  export {
6
6
  _HorizontallyTopToolbar as default
7
7
  };
@@ -139,11 +139,13 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
139
139
  id: "map-search"
140
140
  }
141
141
  ] },
142
- map: {}
142
+ map: {},
143
+ fieldName: {},
144
+ fieldValues: {}
143
145
  },
144
146
  emits: ["loaded"],
145
147
  setup(__props, { emit: __emit }) {
146
- const modules = /* @__PURE__ */ Object.assign({ "../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.vue.js"), "../difference/index.ts": () => import("../difference/index.js"), "../distance-measurement/DistanceMeasurement.vue": () => import("../distance-measurement/DistanceMeasurement.vue.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"), "./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"), "../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"), "../split/Split.vue": () => import("../split/Split.vue.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({ "../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.vue.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"), "./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"), "../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") });
147
149
  const emit = __emit;
148
150
  const props = __props;
149
151
  const reactiveValue = reactive({
@@ -269,23 +271,29 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
269
271
  class: "component-position",
270
272
  map: props.map,
271
273
  data: reactiveValue.repelsComponents.data,
274
+ fieldName: props.fieldName,
275
+ fieldValues: props.fieldValues,
272
276
  onActiveInteraction: _cache[0] || (_cache[0] = ($event) => handleActiveInteraction($event, reactiveValue.repelsComponents))
273
- }, null, 40, ["map", "data"])) : createCommentVNode("", true),
277
+ }, null, 40, ["map", "data", "fieldName", "fieldValues"])) : createCommentVNode("", true),
274
278
  (openBlock(true), createElementBlock(Fragment, null, renderList(reactiveValue.components, (component) => {
275
279
  return openBlock(), createBlock(resolveDynamicComponent(component.component), {
276
280
  class: "component-position",
277
281
  map: props.map,
278
282
  data: component.data,
283
+ fieldName: props.fieldName,
284
+ fieldValues: props.fieldValues,
279
285
  onActiveInteraction: ($event) => handleActiveInteraction($event, component)
280
- }, null, 40, ["map", "data", "onActiveInteraction"]);
286
+ }, null, 40, ["map", "data", "fieldName", "fieldValues", "onActiveInteraction"]);
281
287
  }), 256)),
282
288
  (openBlock(true), createElementBlock(Fragment, null, renderList(reactiveValue.alwaysComponents, (component) => {
283
289
  return withDirectives((openBlock(), createBlock(resolveDynamicComponent(component.component), {
290
+ fieldName: props.fieldName,
291
+ fieldValues: props.fieldValues,
284
292
  map: props.map,
285
293
  data: component.data,
286
294
  onLoaded: handleLoaded,
287
295
  onActiveInteraction: ($event) => handleActiveInteraction($event, component)
288
- }, null, 40, ["map", "data", "onActiveInteraction"])), [
296
+ }, null, 40, ["fieldName", "fieldValues", "map", "data", "onActiveInteraction"])), [
289
297
  [vShow, reactiveValue.activeIds.indexOf(component.id) > -1]
290
298
  ]);
291
299
  }), 256))
@@ -1,4 +1,4 @@
1
- .toolbar-contain[data-v-647a59e2] {
1
+ .toolbar-contain[data-v-b9b182f8] {
2
2
  position: absolute;
3
3
  top: 44px;
4
4
  display: flex;
@@ -9,7 +9,7 @@
9
9
  border: 1px solid var(--system-primary-border-color);
10
10
  border-radius: 3px;
11
11
  }
12
- .toolbar-contain .toolbar-item-contain[data-v-647a59e2] {
12
+ .toolbar-contain .toolbar-item-contain[data-v-b9b182f8] {
13
13
  height: 43px;
14
14
  line-height: 43px;
15
15
  display: flex;
@@ -18,17 +18,17 @@
18
18
  align-items: center;
19
19
  cursor: pointer;
20
20
  }
21
- .toolbar-contain .toolbar-item-contain .toolbar-item[data-v-647a59e2] {
21
+ .toolbar-contain .toolbar-item-contain .toolbar-item[data-v-b9b182f8] {
22
22
  display: flex;
23
23
  align-items: center;
24
24
  padding: 0px 10px;
25
25
  }
26
- .toolbar-contain .toolbar-item-contain .toolbar-icon[data-v-647a59e2] {
26
+ .toolbar-contain .toolbar-item-contain .toolbar-icon[data-v-b9b182f8] {
27
27
  width: 24px;
28
28
  height: 24px;
29
29
  margin-right: 6px;
30
30
  }
31
- .toolbar-contain .toolbar-item-contain .toolbar-children-contain[data-v-647a59e2] {
31
+ .toolbar-contain .toolbar-item-contain .toolbar-children-contain[data-v-b9b182f8] {
32
32
  position: absolute;
33
33
  top: 50px;
34
34
  background: var(--system-primary-color);
@@ -36,24 +36,24 @@
36
36
  border-radius: 3px;
37
37
  margin: 0px -1px;
38
38
  }
39
- .toolbar-contain .active[data-v-647a59e2] {
39
+ .toolbar-contain .active[data-v-b9b182f8] {
40
40
  color: var(--system-primary-text-active-color);
41
41
  }
42
- .toolbar-contain .toolbar-split[data-v-647a59e2] {
42
+ .toolbar-contain .toolbar-split[data-v-b9b182f8] {
43
43
  width: 2px;
44
44
  height: 20px;
45
45
  background: #7EA08E;
46
46
  margin: auto;
47
47
  opacity: 0.5;
48
48
  }
49
- .toolbar-contain .toolbar-h-split[data-v-647a59e2] {
49
+ .toolbar-contain .toolbar-h-split[data-v-b9b182f8] {
50
50
  height: 2px;
51
51
  background: #7EA08E;
52
52
  margin: auto;
53
53
  opacity: 0.5;
54
54
  margin: 0px 10px;
55
55
  }
56
- .component-position[data-v-647a59e2] {
56
+ .component-position[data-v-b9b182f8] {
57
57
  position: absolute;
58
58
  right: 300px;
59
59
  }
@@ -138,7 +138,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
138
138
  unobserve: (target: Element) => void;
139
139
  };
140
140
  addControl: (control: import('ol/control').default) => void;
141
- addInteraction: (interaction: import('ol/interaction/Interaction').default) => void;
141
+ addInteraction: (interaction: import('ol/interaction').default) => void;
142
142
  addLayer: (layer: import('ol/layer/Base').default) => void;
143
143
  addOverlay: (overlay: import('ol').default) => void;
144
144
  forEachFeatureAtPixel: <T>(pixel: import('ol/pixel').Pixel, callback: (arg0: import('ol/Feature').FeatureLike, arg1: import('ol/layer').default<import('ol/source').default>, arg2: import('ol/geom').default) => T, options?: import('ol/Map').AtPixelOptions | undefined) => T | undefined;
@@ -158,7 +158,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
158
158
  getControls: () => import('ol').Collection<import('ol/control').default>;
159
159
  getOverlays: () => import('ol').Collection<import('ol').default>;
160
160
  getOverlayById: (id: string | number) => import('ol').default | null;
161
- getInteractions: () => import('ol').Collection<import('ol/interaction/Interaction').default>;
161
+ getInteractions: () => import('ol').Collection<import('ol/interaction').default>;
162
162
  getLayerGroup: () => import('ol/layer').Group;
163
163
  setLayers: (layers: Array<import('ol/layer/Base').default> | import('ol').Collection<import('ol/layer/Base').default>) => void;
164
164
  getLayers: () => import('ol').Collection<import('ol/layer/Base').default>;
@@ -180,7 +180,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
180
180
  redrawText: () => void;
181
181
  render: () => void;
182
182
  removeControl: (control: import('ol/control').default) => import('ol/control').default | undefined;
183
- removeInteraction: (interaction: import('ol/interaction/Interaction').default) => import('ol/interaction/Interaction').default | undefined;
183
+ removeInteraction: (interaction: import('ol/interaction').default) => import('ol/interaction').default | undefined;
184
184
  removeLayer: (layer: import('ol/layer/Base').default) => import('ol/layer/Base').default | undefined;
185
185
  removeOverlay: (overlay: import('ol').default) => import('ol').default | undefined;
186
186
  setLayerGroup: (layerGroup: import('ol/layer').Group) => void;
@@ -248,11 +248,11 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
248
248
  hasListener: (type?: string | undefined) => boolean;
249
249
  removeEventListener: (type: string, listener: import('ol/events').Listener) => void;
250
250
  dispose: () => void;
251
- }> & Omit<Map<string, import('ol/interaction/Interaction').default>, keyof Map<any, any>>;
252
- addInteraction: (name: string, interaction: import('ol/interaction/Interaction').default) => void;
251
+ }> & Omit<Map<string, import('ol/interaction').Interaction>, keyof Map<any, any>>;
252
+ addInteraction: (name: string, interaction: import('ol/interaction').Interaction) => void;
253
253
  removeInteraction: (name: string) => void;
254
254
  removeAllInteractions: () => void;
255
- getInteraction: (name: string) => import('ol/interaction/Interaction').default | undefined;
255
+ getInteraction: (name: string) => import('ol/interaction').Interaction | undefined;
256
256
  };
257
257
  controlManager: {
258
258
  map: {
@@ -265,7 +265,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
265
265
  unobserve: (target: Element) => void;
266
266
  };
267
267
  addControl: (control: import('ol/control').default) => void;
268
- addInteraction: (interaction: import('ol/interaction/Interaction').default) => void;
268
+ addInteraction: (interaction: import('ol/interaction').default) => void;
269
269
  addLayer: (layer: import('ol/layer/Base').default) => void;
270
270
  addOverlay: (overlay: import('ol').default) => void;
271
271
  forEachFeatureAtPixel: <T>(pixel: import('ol/pixel').Pixel, callback: (arg0: import('ol/Feature').FeatureLike, arg1: import('ol/layer').default<import('ol/source').default>, arg2: import('ol/geom').default) => T, options?: import('ol/Map').AtPixelOptions | undefined) => T | undefined;
@@ -285,7 +285,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
285
285
  getControls: () => import('ol').Collection<import('ol/control').default>;
286
286
  getOverlays: () => import('ol').Collection<import('ol').default>;
287
287
  getOverlayById: (id: string | number) => import('ol').default | null;
288
- getInteractions: () => import('ol').Collection<import('ol/interaction/Interaction').default>;
288
+ getInteractions: () => import('ol').Collection<import('ol/interaction').default>;
289
289
  getLayerGroup: () => import('ol/layer').Group;
290
290
  setLayers: (layers: Array<import('ol/layer/Base').default> | import('ol').Collection<import('ol/layer/Base').default>) => void;
291
291
  getLayers: () => import('ol').Collection<import('ol/layer/Base').default>;
@@ -307,7 +307,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
307
307
  redrawText: () => void;
308
308
  render: () => void;
309
309
  removeControl: (control: import('ol/control').default) => import('ol/control').default | undefined;
310
- removeInteraction: (interaction: import('ol/interaction/Interaction').default) => import('ol/interaction/Interaction').default | undefined;
310
+ removeInteraction: (interaction: import('ol/interaction').default) => import('ol/interaction').default | undefined;
311
311
  removeLayer: (layer: import('ol/layer/Base').default) => import('ol/layer/Base').default | undefined;
312
312
  removeOverlay: (overlay: import('ol').default) => import('ol').default | undefined;
313
313
  setLayerGroup: (layerGroup: import('ol/layer').Group) => void;
@@ -425,7 +425,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
425
425
  unobserve: (target: Element) => void;
426
426
  };
427
427
  addControl: (control: import('ol/control').default) => void;
428
- addInteraction: (interaction: import('ol/interaction/Interaction').default) => void;
428
+ addInteraction: (interaction: import('ol/interaction').default) => void;
429
429
  addOverlay: (overlay: import('ol').default) => void;
430
430
  forEachFeatureAtPixel: <T>(pixel: import('ol/pixel').Pixel, callback: (arg0: import('ol/Feature').FeatureLike, arg1: import('ol/layer').default<import('ol/source').default>, arg2: import('ol/geom').default) => T, options?: import('ol/Map').AtPixelOptions | undefined) => T | undefined;
431
431
  getFeaturesAtPixel: (pixel: import('ol/pixel').Pixel, options?: import('ol/Map').AtPixelOptions | undefined) => Array<import('ol/Feature').FeatureLike>;
@@ -444,7 +444,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
444
444
  getControls: () => import('ol').Collection<import('ol/control').default>;
445
445
  getOverlays: () => import('ol').Collection<import('ol').default>;
446
446
  getOverlayById: (id: string | number) => import('ol').default | null;
447
- getInteractions: () => import('ol').Collection<import('ol/interaction/Interaction').default>;
447
+ getInteractions: () => import('ol').Collection<import('ol/interaction').default>;
448
448
  getLayerGroup: () => import('ol/layer').Group;
449
449
  setLayers: (layers: Array<import('ol/layer/Base').default> | import('ol').Collection<import('ol/layer/Base').default>) => void;
450
450
  getLayers: () => import('ol').Collection<import('ol/layer/Base').default>;
@@ -465,7 +465,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
465
465
  redrawText: () => void;
466
466
  render: () => void;
467
467
  removeControl: (control: import('ol/control').default) => import('ol/control').default | undefined;
468
- removeInteraction: (interaction: import('ol/interaction/Interaction').default) => import('ol/interaction/Interaction').default | undefined;
468
+ removeInteraction: (interaction: import('ol/interaction').default) => import('ol/interaction').default | undefined;
469
469
  removeLayer: (layer: import('ol/layer/Base').default) => import('ol/layer/Base').default | undefined;
470
470
  removeOverlay: (overlay: import('ol').default) => import('ol').default | undefined;
471
471
  setLayerGroup: (layerGroup: import('ol/layer').Group) => void;
@@ -133,7 +133,7 @@ export declare const MapView: import('../../utils').WithInstall<import('vue').De
133
133
  unobserve: (target: Element) => void;
134
134
  };
135
135
  addControl: (control: import('ol/control').default) => void;
136
- addInteraction: (interaction: import('ol/interaction/Interaction').default) => void;
136
+ addInteraction: (interaction: import('ol/interaction').default) => void;
137
137
  addLayer: (layer: import('ol/layer/Base').default) => void;
138
138
  addOverlay: (overlay: import('ol').default) => void;
139
139
  forEachFeatureAtPixel: <T>(pixel: import('ol/pixel').Pixel, callback: (arg0: import('ol/Feature').FeatureLike, arg1: import('ol/layer').default<import('ol/source').default>, arg2: import('ol/geom').default) => T, options?: import('ol/Map').AtPixelOptions | undefined) => T | undefined;
@@ -153,7 +153,7 @@ export declare const MapView: import('../../utils').WithInstall<import('vue').De
153
153
  getControls: () => import('ol').Collection<import('ol/control').default>;
154
154
  getOverlays: () => import('ol').Collection<import('ol').default>;
155
155
  getOverlayById: (id: string | number) => import('ol').default | null;
156
- getInteractions: () => import('ol').Collection<import('ol/interaction/Interaction').default>;
156
+ getInteractions: () => import('ol').Collection<import('ol/interaction').default>;
157
157
  getLayerGroup: () => import('ol/layer').Group;
158
158
  setLayers: (layers: Array<import('ol/layer/Base').default> | import('ol').Collection<import('ol/layer/Base').default>) => void;
159
159
  getLayers: () => import('ol').Collection<import('ol/layer/Base').default>;
@@ -175,7 +175,7 @@ export declare const MapView: import('../../utils').WithInstall<import('vue').De
175
175
  redrawText: () => void;
176
176
  render: () => void;
177
177
  removeControl: (control: import('ol/control').default) => import('ol/control').default | undefined;
178
- removeInteraction: (interaction: import('ol/interaction/Interaction').default) => import('ol/interaction/Interaction').default | undefined;
178
+ removeInteraction: (interaction: import('ol/interaction').default) => import('ol/interaction').default | undefined;
179
179
  removeLayer: (layer: import('ol/layer/Base').default) => import('ol/layer/Base').default | undefined;
180
180
  removeOverlay: (overlay: import('ol').default) => import('ol').default | undefined;
181
181
  setLayerGroup: (layerGroup: import('ol/layer').Group) => void;
@@ -243,11 +243,11 @@ export declare const MapView: import('../../utils').WithInstall<import('vue').De
243
243
  hasListener: (type?: string | undefined) => boolean;
244
244
  removeEventListener: (type: string, listener: import('ol/events').Listener) => void;
245
245
  dispose: () => void;
246
- }> & Omit<Map<string, import('ol/interaction/Interaction').default>, keyof Map<any, any>>;
247
- addInteraction: (name: string, interaction: import('ol/interaction/Interaction').default) => void;
246
+ }> & Omit<Map<string, import('ol/interaction').Interaction>, keyof Map<any, any>>;
247
+ addInteraction: (name: string, interaction: import('ol/interaction').Interaction) => void;
248
248
  removeInteraction: (name: string) => void;
249
249
  removeAllInteractions: () => void;
250
- getInteraction: (name: string) => import('ol/interaction/Interaction').default | undefined;
250
+ getInteraction: (name: string) => import('ol/interaction').Interaction | undefined;
251
251
  };
252
252
  controlManager: {
253
253
  map: {
@@ -260,7 +260,7 @@ export declare const MapView: import('../../utils').WithInstall<import('vue').De
260
260
  unobserve: (target: Element) => void;
261
261
  };
262
262
  addControl: (control: import('ol/control').default) => void;
263
- addInteraction: (interaction: import('ol/interaction/Interaction').default) => void;
263
+ addInteraction: (interaction: import('ol/interaction').default) => void;
264
264
  addLayer: (layer: import('ol/layer/Base').default) => void;
265
265
  addOverlay: (overlay: import('ol').default) => void;
266
266
  forEachFeatureAtPixel: <T>(pixel: import('ol/pixel').Pixel, callback: (arg0: import('ol/Feature').FeatureLike, arg1: import('ol/layer').default<import('ol/source').default>, arg2: import('ol/geom').default) => T, options?: import('ol/Map').AtPixelOptions | undefined) => T | undefined;
@@ -280,7 +280,7 @@ export declare const MapView: import('../../utils').WithInstall<import('vue').De
280
280
  getControls: () => import('ol').Collection<import('ol/control').default>;
281
281
  getOverlays: () => import('ol').Collection<import('ol').default>;
282
282
  getOverlayById: (id: string | number) => import('ol').default | null;
283
- getInteractions: () => import('ol').Collection<import('ol/interaction/Interaction').default>;
283
+ getInteractions: () => import('ol').Collection<import('ol/interaction').default>;
284
284
  getLayerGroup: () => import('ol/layer').Group;
285
285
  setLayers: (layers: Array<import('ol/layer/Base').default> | import('ol').Collection<import('ol/layer/Base').default>) => void;
286
286
  getLayers: () => import('ol').Collection<import('ol/layer/Base').default>;
@@ -302,7 +302,7 @@ export declare const MapView: import('../../utils').WithInstall<import('vue').De
302
302
  redrawText: () => void;
303
303
  render: () => void;
304
304
  removeControl: (control: import('ol/control').default) => import('ol/control').default | undefined;
305
- removeInteraction: (interaction: import('ol/interaction/Interaction').default) => import('ol/interaction/Interaction').default | undefined;
305
+ removeInteraction: (interaction: import('ol/interaction').default) => import('ol/interaction').default | undefined;
306
306
  removeLayer: (layer: import('ol/layer/Base').default) => import('ol/layer/Base').default | undefined;
307
307
  removeOverlay: (overlay: import('ol').default) => import('ol').default | undefined;
308
308
  setLayerGroup: (layerGroup: import('ol/layer').Group) => void;
@@ -420,7 +420,7 @@ export declare const MapView: import('../../utils').WithInstall<import('vue').De
420
420
  unobserve: (target: Element) => void;
421
421
  };
422
422
  addControl: (control: import('ol/control').default) => void;
423
- addInteraction: (interaction: import('ol/interaction/Interaction').default) => void;
423
+ addInteraction: (interaction: import('ol/interaction').default) => void;
424
424
  addOverlay: (overlay: import('ol').default) => void;
425
425
  forEachFeatureAtPixel: <T>(pixel: import('ol/pixel').Pixel, callback: (arg0: import('ol/Feature').FeatureLike, arg1: import('ol/layer').default<import('ol/source').default>, arg2: import('ol/geom').default) => T, options?: import('ol/Map').AtPixelOptions | undefined) => T | undefined;
426
426
  getFeaturesAtPixel: (pixel: import('ol/pixel').Pixel, options?: import('ol/Map').AtPixelOptions | undefined) => Array<import('ol/Feature').FeatureLike>;
@@ -439,7 +439,7 @@ export declare const MapView: import('../../utils').WithInstall<import('vue').De
439
439
  getControls: () => import('ol').Collection<import('ol/control').default>;
440
440
  getOverlays: () => import('ol').Collection<import('ol').default>;
441
441
  getOverlayById: (id: string | number) => import('ol').default | null;
442
- getInteractions: () => import('ol').Collection<import('ol/interaction/Interaction').default>;
442
+ getInteractions: () => import('ol').Collection<import('ol/interaction').default>;
443
443
  getLayerGroup: () => import('ol/layer').Group;
444
444
  setLayers: (layers: Array<import('ol/layer/Base').default> | import('ol').Collection<import('ol/layer/Base').default>) => void;
445
445
  getLayers: () => import('ol').Collection<import('ol/layer/Base').default>;
@@ -460,7 +460,7 @@ export declare const MapView: import('../../utils').WithInstall<import('vue').De
460
460
  redrawText: () => void;
461
461
  render: () => void;
462
462
  removeControl: (control: import('ol/control').default) => import('ol/control').default | undefined;
463
- removeInteraction: (interaction: import('ol/interaction/Interaction').default) => import('ol/interaction/Interaction').default | undefined;
463
+ removeInteraction: (interaction: import('ol/interaction').default) => import('ol/interaction').default | undefined;
464
464
  removeLayer: (layer: import('ol/layer/Base').default) => import('ol/layer/Base').default | undefined;
465
465
  removeOverlay: (overlay: import('ol').default) => import('ol').default | undefined;
466
466
  setLayerGroup: (layerGroup: import('ol/layer').Group) => void;