v-openlayers 2.10.2 → 2.10.3

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 (79) hide show
  1. package/package/v-map/components-v3/Draggable/index.vue.d.ts +50 -0
  2. package/package/v-map/components-v3/Popup/Popup.vue.d.ts +10 -0
  3. package/package/v-map/components-v3/SvgIcon/SvgIconInner.vue.d.ts +40 -0
  4. package/package/v-map/components-v3/SvgIcon/svgs.d.ts +2 -0
  5. package/package/v-map/components-v3/Table/index.vue.d.ts +18 -0
  6. package/package/v-map/components-v3/Upload/index.vue.d.ts +29 -0
  7. package/package/v-map/components-v3/Upload/js/wkid.d.ts +5 -0
  8. package/package/v-map/global.d.ts +1 -1
  9. package/package/v-map/ol/init.d.ts +7 -0
  10. package/package/v-map/ol/lib/business/OlHandler.d.ts +4 -3
  11. package/package/v-map/ol/lib/config/default.config.d.ts +40 -0
  12. package/package/v-map/ol/lib/core/VMap.d.ts +22 -23
  13. package/package/v-map/ol/lib/core/plugins/DrawHandler.d.ts +2 -3
  14. package/package/v-map/ol/lib/core/plugins/FeatureHandler.d.ts +2 -3
  15. package/package/v-map/ol/lib/core/plugins/GeojsonHandler.d.ts +3 -3
  16. package/package/v-map/ol/lib/core/plugins/GeometryHandler.d.ts +3 -3
  17. package/package/v-map/ol/lib/core/plugins/InteractionHandler.d.ts +5 -5
  18. package/package/v-map/ol/lib/core/plugins/LayerHandler.d.ts +23 -17
  19. package/package/v-map/ol/lib/core/plugins/MeasureHandler.d.ts +1 -1
  20. package/package/v-map/ol/lib/core/plugins/ProjectionHandler.d.ts +3 -0
  21. package/package/v-map/ol/lib/core/plugins/StyleHandler.d.ts +1 -1
  22. package/package/v-map/ol/lib/core/plugins/TransformHandler.d.ts +1 -1
  23. package/package/v-map/ol/lib/core/plugins/WMTSExplorer.d.ts +6 -6
  24. package/package/v-map/ol/lib/core/plugins/WfsHandler.d.ts +1 -1
  25. package/package/v-map/ol/lib/core/plugins/WktHandler.d.ts +3 -3
  26. package/package/v-map/ol/lib/core/plugins/WmsHandler.d.ts +3 -3
  27. package/package/v-map/ol/lib/core/plugins/baidu/BaiduMap.d.ts +2 -2
  28. package/package/v-map/ol/v3/assets/js/data.d.ts +18 -0
  29. package/package/v-map/ol/v3/components/OlMap.vue.d.ts +131 -0
  30. package/package/v-map/ol/v3/components/eagle/index.vue.d.ts +96 -0
  31. package/package/v-map/ol/v3/components/index.d.ts +26 -0
  32. package/package/v-map/ol/v3/components/layer/arcgis/index.vue.d.ts +7 -0
  33. package/package/v-map/ol/v3/components/layer/display/Display.vue.d.ts +27 -0
  34. package/package/v-map/ol/v3/components/layer/layer/index.vue.d.ts +205 -0
  35. package/package/v-map/ol/v3/components/layer/overlay/index.vue.d.ts +78 -0
  36. package/package/v-map/ol/v3/components/layer/popup/identify/index.vue.d.ts +27 -0
  37. package/package/v-map/ol/v3/components/layer/popup/index.vue.d.ts +97 -0
  38. package/package/v-map/ol/v3/components/layer/popup/usePopup.d.ts +40 -0
  39. package/package/v-map/ol/v3/components/layer/supermap/index.vue.d.ts +7 -0
  40. package/package/v-map/ol/v3/components/layer/tdt/index.vue.d.ts +7 -0
  41. package/package/v-map/ol/v3/components/layer/tile/index.vue.d.ts +9 -0
  42. package/package/v-map/ol/v3/components/layer/useLayer.d.ts +72 -0
  43. package/package/v-map/ol/v3/components/layer/vector/index.vue.d.ts +182 -0
  44. package/package/v-map/ol/v3/components/layer/vectorTile/index.vue.d.ts +7 -0
  45. package/package/v-map/ol/v3/components/layer/web/baidu.vue.d.ts +2 -0
  46. package/package/v-map/ol/v3/components/layer/web/gaode.vue.d.ts +2 -0
  47. package/package/v-map/ol/v3/components/layer/wms/index.vue.d.ts +7 -0
  48. package/package/v-map/ol/v3/components/popup/index.vue.d.ts +30 -0
  49. package/package/v-map/ol/v3/components/toolbar/bar/index.vue.d.ts +41 -0
  50. package/package/v-map/ol/v3/components/toolbar/baseBar.d.ts +20 -0
  51. package/package/v-map/ol/v3/components/toolbar/baseLayer/index.vue.d.ts +10 -0
  52. package/package/v-map/ol/v3/components/toolbar/drawer/index.vue.d.ts +18 -0
  53. package/package/v-map/ol/v3/components/toolbar/layerManager/index.vue.d.ts +27 -0
  54. package/package/v-map/ol/v3/components/toolbar/mapBar.d.ts +6 -0
  55. package/package/v-map/ol/v3/components/widgets/MapStatus.vue.d.ts +32 -0
  56. package/package/v-map/public/use/theme.d.ts +1 -0
  57. package/package/v-map/public/use/useEvent.d.ts +1 -0
  58. package/package/v-map/public/use/usePosition.d.ts +21 -0
  59. package/package/v-map/public/utils/advanced/canvas2image.d.ts +30 -0
  60. package/package/v-map/public/utils/advanced/export-excel.d.ts +30 -0
  61. package/package/v-map/public/utils/advanced/layout.d.ts +10 -0
  62. package/package/v-map/public/utils/base/prototype.d.ts +0 -0
  63. package/package/v-map/public/utils/date-formatter.d.ts +56 -0
  64. package/package/v-map/public/utils/extend.d.ts +1 -0
  65. package/package/v-map/public/utils/map/arcgis.d.ts +1 -0
  66. package/package/v-map/public/utils/map/cesium.d.ts +13 -0
  67. package/package/v-map/public/utils/map/index.d.ts +12 -0
  68. package/package/v-map/public/utils/map/kriging.d.ts +2 -0
  69. package/package/v-map/public/utils/map/ogc.d.ts +12 -0
  70. package/package/v-map/public/utils/map/tif.d.ts +12 -0
  71. package/package/v-map/public/utils/mix.d.ts +3 -0
  72. package/package/v-map/public/utils/open-window.d.ts +8 -0
  73. package/package/v-map/public/utils/scroll-to.d.ts +6 -0
  74. package/package/v-map/public/utils/web-layout-controller.d.ts +11 -0
  75. package/package/v-map/shims.d.ts +29 -0
  76. package/package/v-openlayers.css +1 -1
  77. package/package/v-openlayers.d.ts +23 -22
  78. package/package/v-openlayers.mjs +197 -260
  79. package/package.json +1 -1
@@ -0,0 +1,131 @@
1
+ import { IMapConfig } from '../../types/types';
2
+ declare function __VLS_template(): {
3
+ attrs: Partial<{}>;
4
+ slots: {
5
+ popup?(_: {}): any;
6
+ default?(_: {}): any;
7
+ };
8
+ refs: {};
9
+ rootEl: HTMLDivElement;
10
+ };
11
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
12
+ declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
13
+ mapConfig: {
14
+ type: () => IMapConfig;
15
+ default(): IMapConfig;
16
+ };
17
+ theme: {
18
+ type: StringConstructor;
19
+ default: string;
20
+ };
21
+ identify: {
22
+ type: BooleanConstructor;
23
+ default: boolean;
24
+ };
25
+ identifyConfig: {
26
+ type: ObjectConstructor;
27
+ default(): {
28
+ title: string;
29
+ height: number;
30
+ header: {
31
+ label: string;
32
+ value: string;
33
+ }[];
34
+ showHeader: boolean;
35
+ theme: string;
36
+ };
37
+ };
38
+ showStatusbar: {
39
+ type: BooleanConstructor;
40
+ default: boolean;
41
+ };
42
+ showBasemap: {
43
+ type: BooleanConstructor;
44
+ default: boolean;
45
+ };
46
+ interactions: {
47
+ type: ObjectConstructor;
48
+ default(): {
49
+ dragPan: boolean;
50
+ doubleClickZoom: boolean;
51
+ };
52
+ };
53
+ controls: {
54
+ type: ObjectConstructor;
55
+ default(): {
56
+ scaleLine: boolean;
57
+ };
58
+ };
59
+ useElementPlus: {
60
+ type: BooleanConstructor;
61
+ default: boolean;
62
+ };
63
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
64
+ mapConfig: {
65
+ type: () => IMapConfig;
66
+ default(): IMapConfig;
67
+ };
68
+ theme: {
69
+ type: StringConstructor;
70
+ default: string;
71
+ };
72
+ identify: {
73
+ type: BooleanConstructor;
74
+ default: boolean;
75
+ };
76
+ identifyConfig: {
77
+ type: ObjectConstructor;
78
+ default(): {
79
+ title: string;
80
+ height: number;
81
+ header: {
82
+ label: string;
83
+ value: string;
84
+ }[];
85
+ showHeader: boolean;
86
+ theme: string;
87
+ };
88
+ };
89
+ showStatusbar: {
90
+ type: BooleanConstructor;
91
+ default: boolean;
92
+ };
93
+ showBasemap: {
94
+ type: BooleanConstructor;
95
+ default: boolean;
96
+ };
97
+ interactions: {
98
+ type: ObjectConstructor;
99
+ default(): {
100
+ dragPan: boolean;
101
+ doubleClickZoom: boolean;
102
+ };
103
+ };
104
+ controls: {
105
+ type: ObjectConstructor;
106
+ default(): {
107
+ scaleLine: boolean;
108
+ };
109
+ };
110
+ useElementPlus: {
111
+ type: BooleanConstructor;
112
+ default: boolean;
113
+ };
114
+ }>> & Readonly<{}>, {
115
+ identify: boolean;
116
+ controls: Record<string, any>;
117
+ showBasemap: boolean;
118
+ interactions: Record<string, any>;
119
+ theme: string;
120
+ identifyConfig: Record<string, any>;
121
+ mapConfig: IMapConfig;
122
+ showStatusbar: boolean;
123
+ useElementPlus: boolean;
124
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
125
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
126
+ export default _default;
127
+ type __VLS_WithTemplateSlots<T, S> = T & {
128
+ new (): {
129
+ $slots: S;
130
+ };
131
+ };
@@ -0,0 +1,96 @@
1
+ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2
+ position: {
3
+ type: StringConstructor;
4
+ default: string;
5
+ };
6
+ initWidth: {
7
+ type: NumberConstructor;
8
+ default: number;
9
+ };
10
+ initHeight: {
11
+ type: NumberConstructor;
12
+ default: number;
13
+ };
14
+ initZoom: {
15
+ type: NumberConstructor;
16
+ default: number;
17
+ };
18
+ initCenter: {
19
+ type: ArrayConstructor;
20
+ default(): any[];
21
+ };
22
+ controls: {
23
+ type: ObjectConstructor;
24
+ default(): {
25
+ zoom: boolean;
26
+ scaleLine: boolean;
27
+ };
28
+ };
29
+ expand: {
30
+ type: BooleanConstructor;
31
+ default: boolean;
32
+ };
33
+ theme: {
34
+ type: StringConstructor;
35
+ default: string;
36
+ };
37
+ offset: {
38
+ type: ArrayConstructor;
39
+ default(): number[];
40
+ };
41
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
42
+ ready: (...args: any[]) => void;
43
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
44
+ position: {
45
+ type: StringConstructor;
46
+ default: string;
47
+ };
48
+ initWidth: {
49
+ type: NumberConstructor;
50
+ default: number;
51
+ };
52
+ initHeight: {
53
+ type: NumberConstructor;
54
+ default: number;
55
+ };
56
+ initZoom: {
57
+ type: NumberConstructor;
58
+ default: number;
59
+ };
60
+ initCenter: {
61
+ type: ArrayConstructor;
62
+ default(): any[];
63
+ };
64
+ controls: {
65
+ type: ObjectConstructor;
66
+ default(): {
67
+ zoom: boolean;
68
+ scaleLine: boolean;
69
+ };
70
+ };
71
+ expand: {
72
+ type: BooleanConstructor;
73
+ default: boolean;
74
+ };
75
+ theme: {
76
+ type: StringConstructor;
77
+ default: string;
78
+ };
79
+ offset: {
80
+ type: ArrayConstructor;
81
+ default(): number[];
82
+ };
83
+ }>> & Readonly<{
84
+ onReady?: (...args: any[]) => any;
85
+ }>, {
86
+ controls: Record<string, any>;
87
+ offset: unknown[];
88
+ theme: string;
89
+ position: string;
90
+ expand: boolean;
91
+ initWidth: number;
92
+ initHeight: number;
93
+ initZoom: number;
94
+ initCenter: unknown[];
95
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
96
+ export default _default;
@@ -0,0 +1,26 @@
1
+ import { default as OlMap } from './OlMap.vue';
2
+ import { default as OlBasemap } from './toolbar/baseLayer/index.vue';
3
+ import { default as OlToolbar } from './toolbar/bar/index.vue';
4
+ import { default as OlDrawer } from './toolbar/drawer/index.vue';
5
+ import { default as OlEagle } from './eagle/index.vue';
6
+ import { default as OlLayerManager } from './toolbar/layerManager/index.vue';
7
+ import { default as OlPopup } from './layer/popup/index.vue';
8
+ import { default as OlOverlay } from './layer/overlay/index.vue';
9
+ import { default as OlVector } from './layer/vector/index.vue';
10
+ import { default as OlTile } from './layer/tile/index.vue';
11
+ import { default as OlTdt } from './layer/tdt/index.vue';
12
+ import { default as OlSupermap } from './layer/supermap/index.vue';
13
+ import { default as OlArcgis } from './layer/arcgis/index.vue';
14
+ import { default as OlWms } from './layer/wms/index.vue';
15
+ import { default as OlVectortile } from './layer/vectorTile/index.vue';
16
+ import { default as OlGdmap } from './layer/web/gaode.vue';
17
+ import { default as OlBdmap } from './layer/web/baidu.vue';
18
+ import { default as VueCard } from '../../../components-v3/Popup/Popup.vue';
19
+ import { default as VueDraggablePanel } from '../../../components-v3/Draggable/index.vue';
20
+ import { default as VueUpload } from '../../../components-v3/Upload/index.vue';
21
+ import { default as VueTable } from '../../../components-v3/Table/index.vue';
22
+ export { V_MAP_PROVIDER as V_MAP_TYPE } from '../../../global';
23
+ export { default as OlHandler } from '../../lib/business/OlHandler';
24
+ export { default as VUtils } from '../../../public/utils/base/index';
25
+ export { default as VMapUtils } from '../../../public/utils/map/index';
26
+ export { OlMap, OlBasemap, OlToolbar, OlDrawer, OlEagle, OlLayerManager, OlPopup, OlOverlay, OlVector, OlTile, OlTdt, OlSupermap, OlArcgis, OlWms, OlVectortile, OlGdmap, OlBdmap, VueCard, VueDraggablePanel, VueUpload, VueTable };
@@ -0,0 +1,7 @@
1
+ declare const _default: import('vue').DefineComponent<{}, {
2
+ mapProvider: string;
3
+ $props: {
4
+ readonly mapProvider?: string;
5
+ };
6
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
7
+ export default _default;
@@ -0,0 +1,27 @@
1
+ type DataFormat = 'wkt' | 'geojson' | 'tif';
2
+ type Data = string | number;
3
+ interface DisplayProps {
4
+ data: Data;
5
+ dataFormat: DataFormat;
6
+ dataStyle: any;
7
+ visible: boolean;
8
+ tifOptions: any;
9
+ zIndex: number;
10
+ layerId: string;
11
+ opacity?: number;
12
+ }
13
+ declare const _default: import('vue').DefineComponent<DisplayProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
14
+ ready: (...args: any[]) => void;
15
+ }, string, import('vue').PublicProps, Readonly<DisplayProps> & Readonly<{
16
+ onReady?: (...args: any[]) => any;
17
+ }>, {
18
+ data: Data;
19
+ zIndex: number;
20
+ layerId: string;
21
+ visible: boolean;
22
+ opacity: number;
23
+ dataFormat: DataFormat;
24
+ dataStyle: any;
25
+ tifOptions: any;
26
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
27
+ export default _default;
@@ -0,0 +1,205 @@
1
+ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2
+ url: {
3
+ type: StringConstructor;
4
+ default: string;
5
+ };
6
+ mapProvider: {
7
+ type: StringConstructor;
8
+ default: string;
9
+ validator(value: unknown): boolean;
10
+ };
11
+ mapStyle: {
12
+ type: (ArrayConstructor | StringConstructor)[];
13
+ default: string;
14
+ };
15
+ token: {
16
+ type: StringConstructor;
17
+ default: string;
18
+ };
19
+ requestParams: {
20
+ type: ObjectConstructor;
21
+ default(): {};
22
+ };
23
+ customParams: {
24
+ type: ObjectConstructor;
25
+ default(): {};
26
+ };
27
+ origin: {
28
+ type: ArrayConstructor[];
29
+ default(): any;
30
+ };
31
+ resolutions: {
32
+ type: ArrayConstructor[];
33
+ default(): any;
34
+ };
35
+ matrixIds: {
36
+ type: ArrayConstructor[];
37
+ default(): any;
38
+ };
39
+ extent: {
40
+ type: (ArrayConstructor | ObjectConstructor)[];
41
+ default(): any;
42
+ };
43
+ parseXml: {
44
+ type: BooleanConstructor;
45
+ default: boolean;
46
+ };
47
+ styleloaded: {
48
+ type: FunctionConstructor[];
49
+ default(): any;
50
+ };
51
+ baseUrl: {
52
+ type: StringConstructor;
53
+ default: string;
54
+ };
55
+ name: {
56
+ type: StringConstructor;
57
+ default: string;
58
+ };
59
+ layerId: {
60
+ type: StringConstructor;
61
+ default: string;
62
+ };
63
+ layerName: {
64
+ type: StringConstructor;
65
+ default: string;
66
+ };
67
+ layerStyle: {
68
+ type: (ObjectConstructor | FunctionConstructor)[];
69
+ default(): {};
70
+ };
71
+ visible: {
72
+ type: BooleanConstructor;
73
+ default: boolean;
74
+ };
75
+ opacity: {
76
+ type: (NumberConstructor | StringConstructor)[];
77
+ default: number;
78
+ };
79
+ zIndex: {
80
+ type: (NumberConstructor | StringConstructor)[];
81
+ default: any;
82
+ };
83
+ minZoom: {
84
+ type: NumberConstructor[];
85
+ default: any;
86
+ };
87
+ maxZoom: {
88
+ type: NumberConstructor[];
89
+ default: any;
90
+ };
91
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
92
+ url: {
93
+ type: StringConstructor;
94
+ default: string;
95
+ };
96
+ mapProvider: {
97
+ type: StringConstructor;
98
+ default: string;
99
+ validator(value: unknown): boolean;
100
+ };
101
+ mapStyle: {
102
+ type: (ArrayConstructor | StringConstructor)[];
103
+ default: string;
104
+ };
105
+ token: {
106
+ type: StringConstructor;
107
+ default: string;
108
+ };
109
+ requestParams: {
110
+ type: ObjectConstructor;
111
+ default(): {};
112
+ };
113
+ customParams: {
114
+ type: ObjectConstructor;
115
+ default(): {};
116
+ };
117
+ origin: {
118
+ type: ArrayConstructor[];
119
+ default(): any;
120
+ };
121
+ resolutions: {
122
+ type: ArrayConstructor[];
123
+ default(): any;
124
+ };
125
+ matrixIds: {
126
+ type: ArrayConstructor[];
127
+ default(): any;
128
+ };
129
+ extent: {
130
+ type: (ArrayConstructor | ObjectConstructor)[];
131
+ default(): any;
132
+ };
133
+ parseXml: {
134
+ type: BooleanConstructor;
135
+ default: boolean;
136
+ };
137
+ styleloaded: {
138
+ type: FunctionConstructor[];
139
+ default(): any;
140
+ };
141
+ baseUrl: {
142
+ type: StringConstructor;
143
+ default: string;
144
+ };
145
+ name: {
146
+ type: StringConstructor;
147
+ default: string;
148
+ };
149
+ layerId: {
150
+ type: StringConstructor;
151
+ default: string;
152
+ };
153
+ layerName: {
154
+ type: StringConstructor;
155
+ default: string;
156
+ };
157
+ layerStyle: {
158
+ type: (ObjectConstructor | FunctionConstructor)[];
159
+ default(): {};
160
+ };
161
+ visible: {
162
+ type: BooleanConstructor;
163
+ default: boolean;
164
+ };
165
+ opacity: {
166
+ type: (NumberConstructor | StringConstructor)[];
167
+ default: number;
168
+ };
169
+ zIndex: {
170
+ type: (NumberConstructor | StringConstructor)[];
171
+ default: any;
172
+ };
173
+ minZoom: {
174
+ type: NumberConstructor[];
175
+ default: any;
176
+ };
177
+ maxZoom: {
178
+ type: NumberConstructor[];
179
+ default: any;
180
+ };
181
+ }>> & Readonly<{}>, {
182
+ mapStyle: string | unknown[];
183
+ token: string;
184
+ zIndex: string | number;
185
+ layerId: string;
186
+ styleloaded: Function;
187
+ requestParams: Record<string, any>;
188
+ origin: unknown[];
189
+ resolutions: unknown[];
190
+ matrixIds: unknown[];
191
+ layerStyle: Function | Record<string, any>;
192
+ url: string;
193
+ customParams: Record<string, any>;
194
+ visible: boolean;
195
+ opacity: string | number;
196
+ maxZoom: number;
197
+ minZoom: number;
198
+ extent: unknown[] | Record<string, any>;
199
+ name: string;
200
+ layerName: string;
201
+ mapProvider: string;
202
+ parseXml: boolean;
203
+ baseUrl: string;
204
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
205
+ export default _default;
@@ -0,0 +1,78 @@
1
+ declare function __VLS_template(): {
2
+ attrs: Partial<{}>;
3
+ slots: {
4
+ default?(_: {}): any;
5
+ };
6
+ refs: {};
7
+ rootEl: HTMLDivElement;
8
+ };
9
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
10
+ declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
11
+ theme: {
12
+ type: StringConstructor;
13
+ default: string;
14
+ };
15
+ showTitle: {
16
+ type: BooleanConstructor;
17
+ default: boolean;
18
+ };
19
+ title: {
20
+ type: StringConstructor;
21
+ default: string;
22
+ };
23
+ position: {
24
+ type: (ArrayConstructor | StringConstructor)[];
25
+ default(): any;
26
+ };
27
+ content: {
28
+ type: ObjectConstructor;
29
+ default(): {};
30
+ };
31
+ contentHtml: {
32
+ type: StringConstructor;
33
+ default: string;
34
+ };
35
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
36
+ "on-close": (...args: any[]) => void;
37
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
38
+ theme: {
39
+ type: StringConstructor;
40
+ default: string;
41
+ };
42
+ showTitle: {
43
+ type: BooleanConstructor;
44
+ default: boolean;
45
+ };
46
+ title: {
47
+ type: StringConstructor;
48
+ default: string;
49
+ };
50
+ position: {
51
+ type: (ArrayConstructor | StringConstructor)[];
52
+ default(): any;
53
+ };
54
+ content: {
55
+ type: ObjectConstructor;
56
+ default(): {};
57
+ };
58
+ contentHtml: {
59
+ type: StringConstructor;
60
+ default: string;
61
+ };
62
+ }>> & Readonly<{
63
+ "onOn-close"?: (...args: any[]) => any;
64
+ }>, {
65
+ title: string;
66
+ theme: string;
67
+ showTitle: boolean;
68
+ contentHtml: string;
69
+ position: string | unknown[];
70
+ content: Record<string, any>;
71
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
72
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
73
+ export default _default;
74
+ type __VLS_WithTemplateSlots<T, S> = T & {
75
+ new (): {
76
+ $slots: S;
77
+ };
78
+ };
@@ -0,0 +1,27 @@
1
+ declare const _default: import('vue').DefineComponent<{}, {
2
+ title: string;
3
+ properties: unknown[];
4
+ features: unknown[];
5
+ visible: boolean;
6
+ theme: string;
7
+ showTitle: boolean;
8
+ tableHeight: number;
9
+ showHeader: boolean;
10
+ tableHeader: unknown[];
11
+ identifyConfig: Record<string, any>;
12
+ position: unknown[];
13
+ $props: {
14
+ readonly title?: string;
15
+ readonly properties?: unknown[];
16
+ readonly features?: unknown[];
17
+ readonly visible?: boolean;
18
+ readonly theme?: string;
19
+ readonly showTitle?: boolean;
20
+ readonly tableHeight?: number;
21
+ readonly showHeader?: boolean;
22
+ readonly tableHeader?: unknown[];
23
+ readonly identifyConfig?: Record<string, any>;
24
+ readonly position?: unknown[];
25
+ };
26
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
27
+ export default _default;
@@ -0,0 +1,97 @@
1
+ declare function __VLS_template(): {
2
+ attrs: Partial<{}>;
3
+ slots: {
4
+ default?(_: {}): any;
5
+ };
6
+ refs: {};
7
+ rootEl: HTMLDivElement;
8
+ };
9
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
10
+ declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
11
+ showTitle: {
12
+ type: BooleanConstructor;
13
+ default: boolean;
14
+ };
15
+ position: {
16
+ type: ArrayConstructor[];
17
+ default(): any;
18
+ };
19
+ theme: {
20
+ type: StringConstructor;
21
+ default: string;
22
+ };
23
+ visible: {
24
+ type: BooleanConstructor;
25
+ default: boolean;
26
+ };
27
+ title: {
28
+ type: StringConstructor;
29
+ default: string;
30
+ };
31
+ tableHeight: {
32
+ type: NumberConstructor;
33
+ default: number;
34
+ };
35
+ tableHeader: {
36
+ type: ArrayConstructor;
37
+ default(): {
38
+ label: string;
39
+ value: string;
40
+ }[];
41
+ };
42
+ }>, {
43
+ close: () => boolean;
44
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
45
+ "on-close": (...args: any[]) => void;
46
+ "on-ready": (...args: any[]) => void;
47
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
48
+ showTitle: {
49
+ type: BooleanConstructor;
50
+ default: boolean;
51
+ };
52
+ position: {
53
+ type: ArrayConstructor[];
54
+ default(): any;
55
+ };
56
+ theme: {
57
+ type: StringConstructor;
58
+ default: string;
59
+ };
60
+ visible: {
61
+ type: BooleanConstructor;
62
+ default: boolean;
63
+ };
64
+ title: {
65
+ type: StringConstructor;
66
+ default: string;
67
+ };
68
+ tableHeight: {
69
+ type: NumberConstructor;
70
+ default: number;
71
+ };
72
+ tableHeader: {
73
+ type: ArrayConstructor;
74
+ default(): {
75
+ label: string;
76
+ value: string;
77
+ }[];
78
+ };
79
+ }>> & Readonly<{
80
+ "onOn-close"?: (...args: any[]) => any;
81
+ "onOn-ready"?: (...args: any[]) => any;
82
+ }>, {
83
+ title: string;
84
+ visible: boolean;
85
+ theme: string;
86
+ showTitle: boolean;
87
+ tableHeight: number;
88
+ tableHeader: unknown[];
89
+ position: unknown[];
90
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
91
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
92
+ export default _default;
93
+ type __VLS_WithTemplateSlots<T, S> = T & {
94
+ new (): {
95
+ $slots: S;
96
+ };
97
+ };