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.
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
@@ -0,0 +1,426 @@
1
+ export declare const MultiScreen: import('../../utils').WithInstall<import('vue').DefineComponent<{
2
+ layers: import('ym-giscomm-2d/entity').IMapService[];
3
+ screenNum: number;
4
+ mainMap?: import('ym-giscomm-2d/mapView/Map').default;
5
+ options?: import('ym-giscomm-2d/mapView/Map').OlMapOptions;
6
+ }, {
7
+ screenMaps: {
8
+ currentEditLayer?: {
9
+ id: string;
10
+ parentId?: string | undefined;
11
+ title: string;
12
+ url?: string | undefined;
13
+ sublayers?: string[] | undefined;
14
+ tableName?: string | undefined;
15
+ primaryKey?: string | undefined;
16
+ selectIndex?: string | undefined;
17
+ layerTypeId?: string | undefined;
18
+ layerType?: string | undefined;
19
+ layerTypeName?: string | undefined;
20
+ layerTag?: string | undefined;
21
+ mapIndex?: number | undefined;
22
+ showIndex?: number | undefined;
23
+ geometryType?: number | undefined;
24
+ opacity?: number | undefined;
25
+ editType?: boolean | undefined;
26
+ fakeValue?: string | undefined;
27
+ loadFilter?: string | undefined;
28
+ historyTableName?: string | undefined;
29
+ createUserId?: string | undefined;
30
+ updateTime?: string | undefined;
31
+ fields?: {
32
+ id: string;
33
+ layerId: string;
34
+ name: string;
35
+ aliasName: string;
36
+ allowEdit: boolean;
37
+ editDisplay: boolean;
38
+ editRequired: boolean;
39
+ iDisplay: boolean;
40
+ tDisplay: boolean;
41
+ status: boolean;
42
+ fieldType: number;
43
+ fieldTypeName: string;
44
+ fieldLength?: number | undefined;
45
+ fieldPrecision?: number | undefined;
46
+ editDefaultValue?: string | undefined;
47
+ fieldDomain?: string | undefined;
48
+ updateTime: string;
49
+ createTime: string;
50
+ createUserId: string;
51
+ relatedId?: string | undefined;
52
+ index: number;
53
+ }[] | undefined;
54
+ createTime?: string | undefined;
55
+ status?: boolean | undefined;
56
+ checked?: boolean | undefined;
57
+ programId?: string | undefined;
58
+ relatedId?: string | undefined;
59
+ } | undefined;
60
+ interactionManager: {
61
+ map: {
62
+ on: import('ol/Map').MapEventHandler<import('ol/events').EventsKey>;
63
+ once: import('ol/Map').MapEventHandler<import('ol/events').EventsKey>;
64
+ un: import('ol/Map').MapEventHandler<void>;
65
+ resizeObserver_: {
66
+ disconnect: () => void;
67
+ observe: (target: Element, options?: ResizeObserverOptions) => void;
68
+ unobserve: (target: Element) => void;
69
+ };
70
+ addControl: (control: import('ol/control').default) => void;
71
+ addInteraction: (interaction: import('ol/interaction/Interaction').default) => void;
72
+ addLayer: (layer: import('ol/layer/Base').default) => void;
73
+ addOverlay: (overlay: import('ol').default) => void;
74
+ 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;
75
+ getFeaturesAtPixel: (pixel: import('ol/pixel').Pixel, options?: import('ol/Map').AtPixelOptions | undefined) => Array<import('ol/Feature').FeatureLike>;
76
+ getAllLayers: () => Array<import('ol/layer').default>;
77
+ hasFeatureAtPixel: (pixel: import('ol/pixel').Pixel, options?: import('ol/Map').AtPixelOptions | undefined) => boolean;
78
+ getEventCoordinate: (event: MouseEvent) => import('ol/coordinate').Coordinate;
79
+ getEventCoordinateInternal: (event: MouseEvent) => import('ol/coordinate').Coordinate;
80
+ getEventPixel: (event: UIEvent | {
81
+ clientX: number;
82
+ clientY: number;
83
+ }) => import('ol/pixel').Pixel;
84
+ getTarget: () => HTMLElement | string | undefined;
85
+ getTargetElement: () => HTMLElement;
86
+ getCoordinateFromPixel: (pixel: import('ol/pixel').Pixel) => import('ol/coordinate').Coordinate;
87
+ getCoordinateFromPixelInternal: (pixel: import('ol/pixel').Pixel) => import('ol/coordinate').Coordinate;
88
+ getControls: () => import('ol').Collection<import('ol/control').default>;
89
+ getOverlays: () => import('ol').Collection<import('ol').default>;
90
+ getOverlayById: (id: string | number) => import('ol').default | null;
91
+ getInteractions: () => import('ol').Collection<import('ol/interaction/Interaction').default>;
92
+ getLayerGroup: () => import('ol/layer').Group;
93
+ setLayers: (layers: Array<import('ol/layer/Base').default> | import('ol').Collection<import('ol/layer/Base').default>) => void;
94
+ getLayers: () => import('ol').Collection<import('ol/layer/Base').default>;
95
+ getLoadingOrNotReady: () => boolean;
96
+ getPixelFromCoordinate: (coordinate: import('ol/coordinate').Coordinate) => import('ol/pixel').Pixel;
97
+ getPixelFromCoordinateInternal: (coordinate: import('ol/coordinate').Coordinate) => import('ol/pixel').Pixel;
98
+ getRenderer: () => import('ol/renderer/Map').default | null;
99
+ getSize: () => import('ol/size').Size | undefined;
100
+ getView: () => import('ol').View;
101
+ getViewport: () => HTMLElement;
102
+ getOverlayContainer: () => HTMLElement;
103
+ getOverlayContainerStopEvent: () => HTMLElement;
104
+ getOwnerDocument: () => Document;
105
+ getTilePriority: (tile: import('ol').default, tileSourceKey: string, tileCenter: import('ol/coordinate').Coordinate, tileResolution: number) => number;
106
+ handleBrowserEvent: (browserEvent: UIEvent, type?: string | undefined) => void;
107
+ handleMapBrowserEvent: (mapBrowserEvent: import('ol').MapBrowserEvent<any>) => void;
108
+ isRendered: () => boolean;
109
+ renderSync: () => void;
110
+ redrawText: () => void;
111
+ render: () => void;
112
+ removeControl: (control: import('ol/control').default) => import('ol/control').default | undefined;
113
+ removeInteraction: (interaction: import('ol/interaction/Interaction').default) => import('ol/interaction/Interaction').default | undefined;
114
+ removeLayer: (layer: import('ol/layer/Base').default) => import('ol/layer/Base').default | undefined;
115
+ removeOverlay: (overlay: import('ol').default) => import('ol').default | undefined;
116
+ setLayerGroup: (layerGroup: import('ol/layer').Group) => void;
117
+ setSize: (size: import('ol/size').Size | undefined) => void;
118
+ setTarget: (target?: string | HTMLElement | undefined) => void;
119
+ setView: (view: import('ol').View | Promise<import('ol/View').ViewOptions>) => void;
120
+ updateSize: () => void;
121
+ get: (key: string) => any;
122
+ getKeys: () => Array<string>;
123
+ getProperties: () => {
124
+ [x: string]: any;
125
+ };
126
+ getPropertiesInternal: () => {
127
+ [x: string]: any;
128
+ } | null;
129
+ hasProperties: () => boolean;
130
+ notify: (key: string, oldValue: any) => void;
131
+ addChangeListener: (key: string, listener: import('ol/events').Listener) => void;
132
+ removeChangeListener: (key: string, listener: import('ol/events').Listener) => void;
133
+ set: (key: string, value: any, silent?: boolean | undefined) => void;
134
+ setProperties: (values: {
135
+ [x: string]: any;
136
+ }, silent?: boolean | undefined) => void;
137
+ unset: (key: string, silent?: boolean | undefined) => void;
138
+ changed: () => void;
139
+ getRevision: () => number;
140
+ addEventListener: (type: string, listener: import('ol/events').Listener) => void;
141
+ dispatchEvent: (event: import('ol/events/Event').default | string) => boolean | undefined;
142
+ getListeners: (type: string) => Array<import('ol/events').Listener> | undefined;
143
+ hasListener: (type?: string | undefined) => boolean;
144
+ removeEventListener: (type: string, listener: import('ol/events').Listener) => void;
145
+ dispose: () => void;
146
+ };
147
+ interactions: Map<string, {
148
+ on: import('ol/interaction/Interaction').InteractionOnSignature<import('ol/events').EventsKey>;
149
+ once: import('ol/interaction/Interaction').InteractionOnSignature<import('ol/events').EventsKey>;
150
+ un: import('ol/interaction/Interaction').InteractionOnSignature<void>;
151
+ handleEvent: (mapBrowserEvent: import('ol').default<any>) => boolean;
152
+ getActive: () => boolean;
153
+ getMap: () => import('ol').default | null;
154
+ setActive: (active: boolean) => void;
155
+ setMap: (map: import('ol').default | null) => void;
156
+ get: (key: string) => any;
157
+ getKeys: () => Array<string>;
158
+ getProperties: () => {
159
+ [x: string]: any;
160
+ };
161
+ getPropertiesInternal: () => {
162
+ [x: string]: any;
163
+ } | null;
164
+ hasProperties: () => boolean;
165
+ notify: (key: string, oldValue: any) => void;
166
+ addChangeListener: (key: string, listener: import('ol/events').Listener) => void;
167
+ removeChangeListener: (key: string, listener: import('ol/events').Listener) => void;
168
+ set: (key: string, value: any, silent?: boolean | undefined) => void;
169
+ setProperties: (values: {
170
+ [x: string]: any;
171
+ }, silent?: boolean | undefined) => void;
172
+ unset: (key: string, silent?: boolean | undefined) => void;
173
+ changed: () => void;
174
+ getRevision: () => number;
175
+ addEventListener: (type: string, listener: import('ol/events').Listener) => void;
176
+ dispatchEvent: (event: import('ol/events/Event').default | string) => boolean | undefined;
177
+ getListeners: (type: string) => Array<import('ol/events').Listener> | undefined;
178
+ hasListener: (type?: string | undefined) => boolean;
179
+ removeEventListener: (type: string, listener: import('ol/events').Listener) => void;
180
+ dispose: () => void;
181
+ }> & Omit<Map<string, import('ol/interaction/Interaction').default>, keyof Map<any, any>>;
182
+ addInteraction: (name: string, interaction: import('ol/interaction/Interaction').default) => void;
183
+ removeInteraction: (name: string) => void;
184
+ removeAllInteractions: () => void;
185
+ getInteraction: (name: string) => import('ol/interaction/Interaction').default | undefined;
186
+ };
187
+ controlManager: {
188
+ map: {
189
+ on: import('ol/Map').MapEventHandler<import('ol/events').EventsKey>;
190
+ once: import('ol/Map').MapEventHandler<import('ol/events').EventsKey>;
191
+ un: import('ol/Map').MapEventHandler<void>;
192
+ resizeObserver_: {
193
+ disconnect: () => void;
194
+ observe: (target: Element, options?: ResizeObserverOptions) => void;
195
+ unobserve: (target: Element) => void;
196
+ };
197
+ addControl: (control: import('ol/control').default) => void;
198
+ addInteraction: (interaction: import('ol/interaction/Interaction').default) => void;
199
+ addLayer: (layer: import('ol/layer/Base').default) => void;
200
+ addOverlay: (overlay: import('ol').default) => void;
201
+ 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;
202
+ getFeaturesAtPixel: (pixel: import('ol/pixel').Pixel, options?: import('ol/Map').AtPixelOptions | undefined) => Array<import('ol/Feature').FeatureLike>;
203
+ getAllLayers: () => Array<import('ol/layer').default>;
204
+ hasFeatureAtPixel: (pixel: import('ol/pixel').Pixel, options?: import('ol/Map').AtPixelOptions | undefined) => boolean;
205
+ getEventCoordinate: (event: MouseEvent) => import('ol/coordinate').Coordinate;
206
+ getEventCoordinateInternal: (event: MouseEvent) => import('ol/coordinate').Coordinate;
207
+ getEventPixel: (event: UIEvent | {
208
+ clientX: number;
209
+ clientY: number;
210
+ }) => import('ol/pixel').Pixel;
211
+ getTarget: () => HTMLElement | string | undefined;
212
+ getTargetElement: () => HTMLElement;
213
+ getCoordinateFromPixel: (pixel: import('ol/pixel').Pixel) => import('ol/coordinate').Coordinate;
214
+ getCoordinateFromPixelInternal: (pixel: import('ol/pixel').Pixel) => import('ol/coordinate').Coordinate;
215
+ getControls: () => import('ol').Collection<import('ol/control').default>;
216
+ getOverlays: () => import('ol').Collection<import('ol').default>;
217
+ getOverlayById: (id: string | number) => import('ol').default | null;
218
+ getInteractions: () => import('ol').Collection<import('ol/interaction/Interaction').default>;
219
+ getLayerGroup: () => import('ol/layer').Group;
220
+ setLayers: (layers: Array<import('ol/layer/Base').default> | import('ol').Collection<import('ol/layer/Base').default>) => void;
221
+ getLayers: () => import('ol').Collection<import('ol/layer/Base').default>;
222
+ getLoadingOrNotReady: () => boolean;
223
+ getPixelFromCoordinate: (coordinate: import('ol/coordinate').Coordinate) => import('ol/pixel').Pixel;
224
+ getPixelFromCoordinateInternal: (coordinate: import('ol/coordinate').Coordinate) => import('ol/pixel').Pixel;
225
+ getRenderer: () => import('ol/renderer/Map').default | null;
226
+ getSize: () => import('ol/size').Size | undefined;
227
+ getView: () => import('ol').View;
228
+ getViewport: () => HTMLElement;
229
+ getOverlayContainer: () => HTMLElement;
230
+ getOverlayContainerStopEvent: () => HTMLElement;
231
+ getOwnerDocument: () => Document;
232
+ getTilePriority: (tile: import('ol').default, tileSourceKey: string, tileCenter: import('ol/coordinate').Coordinate, tileResolution: number) => number;
233
+ handleBrowserEvent: (browserEvent: UIEvent, type?: string | undefined) => void;
234
+ handleMapBrowserEvent: (mapBrowserEvent: import('ol').MapBrowserEvent<any>) => void;
235
+ isRendered: () => boolean;
236
+ renderSync: () => void;
237
+ redrawText: () => void;
238
+ render: () => void;
239
+ removeControl: (control: import('ol/control').default) => import('ol/control').default | undefined;
240
+ removeInteraction: (interaction: import('ol/interaction/Interaction').default) => import('ol/interaction/Interaction').default | undefined;
241
+ removeLayer: (layer: import('ol/layer/Base').default) => import('ol/layer/Base').default | undefined;
242
+ removeOverlay: (overlay: import('ol').default) => import('ol').default | undefined;
243
+ setLayerGroup: (layerGroup: import('ol/layer').Group) => void;
244
+ setSize: (size: import('ol/size').Size | undefined) => void;
245
+ setTarget: (target?: string | HTMLElement | undefined) => void;
246
+ setView: (view: import('ol').View | Promise<import('ol/View').ViewOptions>) => void;
247
+ updateSize: () => void;
248
+ get: (key: string) => any;
249
+ getKeys: () => Array<string>;
250
+ getProperties: () => {
251
+ [x: string]: any;
252
+ };
253
+ getPropertiesInternal: () => {
254
+ [x: string]: any;
255
+ } | null;
256
+ hasProperties: () => boolean;
257
+ notify: (key: string, oldValue: any) => void;
258
+ addChangeListener: (key: string, listener: import('ol/events').Listener) => void;
259
+ removeChangeListener: (key: string, listener: import('ol/events').Listener) => void;
260
+ set: (key: string, value: any, silent?: boolean | undefined) => void;
261
+ setProperties: (values: {
262
+ [x: string]: any;
263
+ }, silent?: boolean | undefined) => void;
264
+ unset: (key: string, silent?: boolean | undefined) => void;
265
+ changed: () => void;
266
+ getRevision: () => number;
267
+ addEventListener: (type: string, listener: import('ol/events').Listener) => void;
268
+ dispatchEvent: (event: import('ol/events/Event').default | string) => boolean | undefined;
269
+ getListeners: (type: string) => Array<import('ol/events').Listener> | undefined;
270
+ hasListener: (type?: string | undefined) => boolean;
271
+ removeEventListener: (type: string, listener: import('ol/events').Listener) => void;
272
+ dispose: () => void;
273
+ };
274
+ controls: Map<string, {
275
+ render: (mapEvent: import('ol').default) => void;
276
+ getMap: () => import('ol').default | null;
277
+ setMap: (map: import('ol').default | null) => void;
278
+ setTarget: (target: HTMLElement | string) => void;
279
+ on: import('ol/Object').ObjectOnSignature<import('ol/events').EventsKey>;
280
+ once: import('ol/Object').ObjectOnSignature<import('ol/events').EventsKey>;
281
+ un: import('ol/Object').ObjectOnSignature<void>;
282
+ get: (key: string) => any;
283
+ getKeys: () => Array<string>;
284
+ getProperties: () => {
285
+ [x: string]: any;
286
+ };
287
+ getPropertiesInternal: () => {
288
+ [x: string]: any;
289
+ } | null;
290
+ hasProperties: () => boolean;
291
+ notify: (key: string, oldValue: any) => void;
292
+ addChangeListener: (key: string, listener: import('ol/events').Listener) => void;
293
+ removeChangeListener: (key: string, listener: import('ol/events').Listener) => void;
294
+ set: (key: string, value: any, silent?: boolean | undefined) => void;
295
+ setProperties: (values: {
296
+ [x: string]: any;
297
+ }, silent?: boolean | undefined) => void;
298
+ unset: (key: string, silent?: boolean | undefined) => void;
299
+ changed: () => void;
300
+ getRevision: () => number;
301
+ addEventListener: (type: string, listener: import('ol/events').Listener) => void;
302
+ dispatchEvent: (event: import('ol/events/Event').default | string) => boolean | undefined;
303
+ getListeners: (type: string) => Array<import('ol/events').Listener> | undefined;
304
+ hasListener: (type?: string | undefined) => boolean;
305
+ removeEventListener: (type: string, listener: import('ol/events').Listener) => void;
306
+ dispose: () => void;
307
+ }> & Omit<Map<string, import('ol/control').Control>, keyof Map<any, any>>;
308
+ addControl: (name: string, control: import('ol/control').Control) => void;
309
+ removeControl: (name: string) => void;
310
+ removeAllControls: () => void;
311
+ getControl: (name: string) => import('ol/control').Control | undefined;
312
+ };
313
+ getView: () => import('ym-giscomm-2d/mapView/View').default;
314
+ fitLayer: (layer: import('ym-giscomm-2d/layers/IBaseLayer').IBaseLayer) => void;
315
+ addMapLayer: (layerInfo: import('ym-giscomm-2d/entity').IMapService) => Promise<import('ol/layer/Base').default>;
316
+ addMapLayers: (layerInfo: import('ym-giscomm-2d/entity').IMapService[]) => Promise<import('ol/layer/Base').default[]>;
317
+ addLayer: (layer: import('ol/layer/Base').default, fitLayer?: boolean) => void;
318
+ removeLayerById: (id: string) => void;
319
+ getLayersById: (id: string) => import('ol/layer/Base').default | undefined;
320
+ getLayersByIds: (ids: string[]) => import('ol/layer/Base').default[];
321
+ getTempLayerById: (id: string) => import('ol/layer').Vector<import('ym-giscomm-2d/entity/Feature').default>;
322
+ getPointTempLayer: () => import('ol/layer').Vector<import('ym-giscomm-2d/entity/Feature').default>;
323
+ getLineTempLayer: () => import('ol/layer').Vector<import('ym-giscomm-2d/entity/Feature').default>;
324
+ getPolygonTempLayer: () => import('ol/layer').Vector<import('ym-giscomm-2d/entity/Feature').default>;
325
+ getTempLayerByGeoType: (geoType: string) => import('ol/layer').Vector<import('ym-giscomm-2d/entity/Feature').default>;
326
+ resetViewProjection: (projection: string) => void;
327
+ getExtent: () => import('ol/extent').Extent;
328
+ addWKT: (wkt: string, wkid: number, location?: boolean, fillColor?: string, strokeColor?: string, strokeWidth?: number) => void;
329
+ addWKTs: (wkts: string[], wkid: number, location?: boolean, fillColor?: string, strokeColor?: string, strokeWidth?: number) => void;
330
+ clearTempFeatures: () => void;
331
+ on: import('ol/Map').MapEventHandler<import('ol/events').EventsKey>;
332
+ once: import('ol/Map').MapEventHandler<import('ol/events').EventsKey>;
333
+ un: import('ol/Map').MapEventHandler<void>;
334
+ resizeObserver_: {
335
+ disconnect: () => void;
336
+ observe: (target: Element, options?: ResizeObserverOptions) => void;
337
+ unobserve: (target: Element) => void;
338
+ };
339
+ addControl: (control: import('ol/control').default) => void;
340
+ addInteraction: (interaction: import('ol/interaction/Interaction').default) => void;
341
+ addOverlay: (overlay: import('ol').default) => void;
342
+ 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;
343
+ getFeaturesAtPixel: (pixel: import('ol/pixel').Pixel, options?: import('ol/Map').AtPixelOptions | undefined) => Array<import('ol/Feature').FeatureLike>;
344
+ getAllLayers: () => Array<import('ol/layer').default>;
345
+ hasFeatureAtPixel: (pixel: import('ol/pixel').Pixel, options?: import('ol/Map').AtPixelOptions | undefined) => boolean;
346
+ getEventCoordinate: (event: MouseEvent) => import('ol/coordinate').Coordinate;
347
+ getEventCoordinateInternal: (event: MouseEvent) => import('ol/coordinate').Coordinate;
348
+ getEventPixel: (event: UIEvent | {
349
+ clientX: number;
350
+ clientY: number;
351
+ }) => import('ol/pixel').Pixel;
352
+ getTarget: () => HTMLElement | string | undefined;
353
+ getTargetElement: () => HTMLElement;
354
+ getCoordinateFromPixel: (pixel: import('ol/pixel').Pixel) => import('ol/coordinate').Coordinate;
355
+ getCoordinateFromPixelInternal: (pixel: import('ol/pixel').Pixel) => import('ol/coordinate').Coordinate;
356
+ getControls: () => import('ol').Collection<import('ol/control').default>;
357
+ getOverlays: () => import('ol').Collection<import('ol').default>;
358
+ getOverlayById: (id: string | number) => import('ol').default | null;
359
+ getInteractions: () => import('ol').Collection<import('ol/interaction/Interaction').default>;
360
+ getLayerGroup: () => import('ol/layer').Group;
361
+ setLayers: (layers: Array<import('ol/layer/Base').default> | import('ol').Collection<import('ol/layer/Base').default>) => void;
362
+ getLayers: () => import('ol').Collection<import('ol/layer/Base').default>;
363
+ getLoadingOrNotReady: () => boolean;
364
+ getPixelFromCoordinate: (coordinate: import('ol/coordinate').Coordinate) => import('ol/pixel').Pixel;
365
+ getPixelFromCoordinateInternal: (coordinate: import('ol/coordinate').Coordinate) => import('ol/pixel').Pixel;
366
+ getRenderer: () => import('ol/renderer/Map').default | null;
367
+ getSize: () => import('ol/size').Size | undefined;
368
+ getViewport: () => HTMLElement;
369
+ getOverlayContainer: () => HTMLElement;
370
+ getOverlayContainerStopEvent: () => HTMLElement;
371
+ getOwnerDocument: () => Document;
372
+ getTilePriority: (tile: import('ol').default, tileSourceKey: string, tileCenter: import('ol/coordinate').Coordinate, tileResolution: number) => number;
373
+ handleBrowserEvent: (browserEvent: UIEvent, type?: string | undefined) => void;
374
+ handleMapBrowserEvent: (mapBrowserEvent: import('ol').MapBrowserEvent<any>) => void;
375
+ isRendered: () => boolean;
376
+ renderSync: () => void;
377
+ redrawText: () => void;
378
+ render: () => void;
379
+ removeControl: (control: import('ol/control').default) => import('ol/control').default | undefined;
380
+ removeInteraction: (interaction: import('ol/interaction/Interaction').default) => import('ol/interaction/Interaction').default | undefined;
381
+ removeLayer: (layer: import('ol/layer/Base').default) => import('ol/layer/Base').default | undefined;
382
+ removeOverlay: (overlay: import('ol').default) => import('ol').default | undefined;
383
+ setLayerGroup: (layerGroup: import('ol/layer').Group) => void;
384
+ setSize: (size: import('ol/size').Size | undefined) => void;
385
+ setTarget: (target?: string | HTMLElement | undefined) => void;
386
+ setView: (view: import('ol').View | Promise<import('ol/View').ViewOptions>) => void;
387
+ updateSize: () => void;
388
+ get: (key: string) => any;
389
+ getKeys: () => Array<string>;
390
+ getProperties: () => {
391
+ [x: string]: any;
392
+ };
393
+ getPropertiesInternal: () => {
394
+ [x: string]: any;
395
+ } | null;
396
+ hasProperties: () => boolean;
397
+ notify: (key: string, oldValue: any) => void;
398
+ addChangeListener: (key: string, listener: import('ol/events').Listener) => void;
399
+ removeChangeListener: (key: string, listener: import('ol/events').Listener) => void;
400
+ set: (key: string, value: any, silent?: boolean | undefined) => void;
401
+ setProperties: (values: {
402
+ [x: string]: any;
403
+ }, silent?: boolean | undefined) => void;
404
+ unset: (key: string, silent?: boolean | undefined) => void;
405
+ changed: () => void;
406
+ getRevision: () => number;
407
+ addEventListener: (type: string, listener: import('ol/events').Listener) => void;
408
+ dispatchEvent: (event: import('ol/events/Event').default | string) => boolean | undefined;
409
+ getListeners: (type: string) => Array<import('ol/events').Listener> | undefined;
410
+ hasListener: (type?: string | undefined) => boolean;
411
+ removeEventListener: (type: string, listener: import('ol/events').Listener) => void;
412
+ dispose: () => void;
413
+ }[];
414
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
415
+ loaded: (...args: any[]) => void;
416
+ }, string, import('vue').PublicProps, Readonly<{
417
+ layers: import('ym-giscomm-2d/entity').IMapService[];
418
+ screenNum: number;
419
+ mainMap?: import('ym-giscomm-2d/mapView/Map').default;
420
+ options?: import('ym-giscomm-2d/mapView/Map').OlMapOptions;
421
+ }> & Readonly<{
422
+ onLoaded?: ((...args: any[]) => any) | undefined;
423
+ }>, {
424
+ screenNum: number;
425
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>>;
426
+ export default MultiScreen;
@@ -1,4 +1,4 @@
1
- import { defineComponent, openBlock, createBlock, withCtx, createVNode, unref } from "vue";
1
+ import { defineComponent, createBlock, openBlock, withCtx, createVNode, unref } from "vue";
2
2
  import DraggablePanel from "../../panel/DraggablePanel.vue.js";
3
3
  import { MultiScreen } from "../multi-screen/index.js";
4
4
  const _sfc_main = /* @__PURE__ */ defineComponent({
@@ -0,0 +1,158 @@
1
+ import { default as Feature } from 'ym-giscomm-2d/entity/Feature';
2
+ import { default as OLMap } from 'ym-giscomm-2d/mapView/Map';
3
+ import { Coordinate } from 'ol/coordinate';
4
+ import { nextTick } from 'vue';
5
+ type __VLS_Props = {
6
+ map: OLMap;
7
+ features: Feature[];
8
+ postion: Coordinate;
9
+ };
10
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
11
+ close: (...args: any[]) => void;
12
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
13
+ onClose?: ((...args: any[]) => any) | undefined;
14
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
15
+ popupDom: ({
16
+ $: import('vue').ComponentInternalInstance;
17
+ $data: {};
18
+ $props: {
19
+ readonly title?: string | undefined;
20
+ readonly width?: number | undefined;
21
+ readonly height?: number | undefined;
22
+ readonly minWidth?: number | undefined;
23
+ readonly minHeight?: number | undefined;
24
+ readonly resizable?: boolean | undefined;
25
+ readonly showClose?: boolean | undefined;
26
+ readonly showMinimize?: boolean | undefined;
27
+ readonly showMaximize?: boolean | undefined;
28
+ readonly showDock?: boolean | undefined;
29
+ readonly drag?: boolean | undefined;
30
+ readonly showOk?: boolean | undefined;
31
+ readonly showCancel?: boolean | undefined;
32
+ readonly okText?: string | undefined;
33
+ readonly cancelText?: string | undefined;
34
+ readonly onClose?: ((...args: any[]) => any) | undefined;
35
+ readonly onResize?: ((...args: any[]) => any) | undefined;
36
+ readonly onMove?: ((...args: any[]) => any) | undefined;
37
+ readonly onOk?: ((...args: any[]) => any) | undefined;
38
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
39
+ $attrs: {
40
+ [x: string]: unknown;
41
+ };
42
+ $refs: {
43
+ [x: string]: unknown;
44
+ } & {
45
+ panelRef: HTMLDivElement;
46
+ };
47
+ $slots: Readonly<{
48
+ [name: string]: import('vue').Slot<any> | undefined;
49
+ }>;
50
+ $root: import('vue').ComponentPublicInstance | null;
51
+ $parent: import('vue').ComponentPublicInstance | null;
52
+ $host: Element | null;
53
+ $emit: ((event: "close", ...args: any[]) => void) & ((event: "resize", ...args: any[]) => void) & ((event: "move", ...args: any[]) => void) & ((event: "ok", ...args: any[]) => void);
54
+ $el: HTMLDivElement;
55
+ $options: import('vue').ComponentOptionsBase<Readonly<{
56
+ title?: string;
57
+ width?: number;
58
+ height?: number;
59
+ minWidth?: number;
60
+ minHeight?: number;
61
+ resizable?: boolean;
62
+ showClose?: boolean;
63
+ showMinimize?: boolean;
64
+ showMaximize?: boolean;
65
+ showDock?: boolean;
66
+ drag?: boolean;
67
+ showOk?: boolean;
68
+ showCancel?: boolean;
69
+ okText?: string;
70
+ cancelText?: string;
71
+ }> & Readonly<{
72
+ onClose?: ((...args: any[]) => any) | undefined;
73
+ onResize?: ((...args: any[]) => any) | undefined;
74
+ onMove?: ((...args: any[]) => any) | undefined;
75
+ onOk?: ((...args: any[]) => any) | undefined;
76
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
77
+ close: (...args: any[]) => void;
78
+ resize: (...args: any[]) => void;
79
+ move: (...args: any[]) => void;
80
+ ok: (...args: any[]) => void;
81
+ }, string, {
82
+ title: string;
83
+ showClose: boolean;
84
+ drag: boolean;
85
+ minWidth: number;
86
+ minHeight: number;
87
+ resizable: boolean;
88
+ showMinimize: boolean;
89
+ showMaximize: boolean;
90
+ showDock: boolean;
91
+ showOk: boolean;
92
+ showCancel: boolean;
93
+ okText: string;
94
+ cancelText: string;
95
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
96
+ beforeCreate?: (() => void) | (() => void)[];
97
+ created?: (() => void) | (() => void)[];
98
+ beforeMount?: (() => void) | (() => void)[];
99
+ mounted?: (() => void) | (() => void)[];
100
+ beforeUpdate?: (() => void) | (() => void)[];
101
+ updated?: (() => void) | (() => void)[];
102
+ activated?: (() => void) | (() => void)[];
103
+ deactivated?: (() => void) | (() => void)[];
104
+ beforeDestroy?: (() => void) | (() => void)[];
105
+ beforeUnmount?: (() => void) | (() => void)[];
106
+ destroyed?: (() => void) | (() => void)[];
107
+ unmounted?: (() => void) | (() => void)[];
108
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
109
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
110
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
111
+ };
112
+ $forceUpdate: () => void;
113
+ $nextTick: typeof nextTick;
114
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
115
+ } & Readonly<{
116
+ title: string;
117
+ showClose: boolean;
118
+ drag: boolean;
119
+ minWidth: number;
120
+ minHeight: number;
121
+ resizable: boolean;
122
+ showMinimize: boolean;
123
+ showMaximize: boolean;
124
+ showDock: boolean;
125
+ showOk: boolean;
126
+ showCancel: boolean;
127
+ okText: string;
128
+ cancelText: string;
129
+ }> & Omit<Readonly<{
130
+ title?: string;
131
+ width?: number;
132
+ height?: number;
133
+ minWidth?: number;
134
+ minHeight?: number;
135
+ resizable?: boolean;
136
+ showClose?: boolean;
137
+ showMinimize?: boolean;
138
+ showMaximize?: boolean;
139
+ showDock?: boolean;
140
+ drag?: boolean;
141
+ showOk?: boolean;
142
+ showCancel?: boolean;
143
+ okText?: string;
144
+ cancelText?: string;
145
+ }> & Readonly<{
146
+ onClose?: ((...args: any[]) => any) | undefined;
147
+ onResize?: ((...args: any[]) => any) | undefined;
148
+ onMove?: ((...args: any[]) => any) | undefined;
149
+ onOk?: ((...args: any[]) => any) | undefined;
150
+ }>, "title" | "showClose" | "drag" | "minWidth" | "minHeight" | "resizable" | "showMinimize" | "showMaximize" | "showDock" | "showOk" | "showCancel" | "okText" | "cancelText"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
151
+ $slots: {
152
+ header?(_: {}): any;
153
+ default?(_: {}): any;
154
+ footer?(_: {}): any;
155
+ };
156
+ }) | null;
157
+ }, any>;
158
+ export default _default;
@@ -0,0 +1,8 @@
1
+ import _sfc_main from "./Popup.vue2.js";
2
+ /* empty css */
3
+ /* empty css */
4
+ import _export_sfc from "../../_virtual/_plugin-vue_export-helper.js";
5
+ const _Popup = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-61fb39d3"]]);
6
+ export {
7
+ _Popup as default
8
+ };