@pusdn/pgz-comp-elep 0.2.13 → 0.2.14

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 (118) hide show
  1. package/lib/adaptive-page/index.d.ts +17096 -0
  2. package/lib/adaptive-page/src/index.vue.d.ts +5731 -0
  3. package/lib/adaptive-page/src/type.d.ts +9 -0
  4. package/lib/button/index.d.ts +134 -0
  5. package/lib/button/src/index.vue.d.ts +67 -0
  6. package/lib/button/src/type.d.ts +10 -0
  7. package/lib/chart/index.d.ts +164 -0
  8. package/lib/chart/src/index.vue.d.ts +77 -0
  9. package/lib/chart/src/type.d.ts +7 -0
  10. package/lib/checkbox/index.d.ts +206 -0
  11. package/lib/checkbox/src/checkbox.d.ts +5 -0
  12. package/lib/checkbox/src/index.vue.d.ts +91 -0
  13. package/lib/components.d.ts +57 -0
  14. package/lib/date-picker/index.d.ts +170 -0
  15. package/lib/date-picker/src/index.vue.d.ts +77 -0
  16. package/lib/date-picker/src/type.d.ts +10 -0
  17. package/lib/detail/index.d.ts +182 -0
  18. package/lib/detail/src/index.vue.d.ts +88 -0
  19. package/lib/detail/src/renderLabel.vue.d.ts +8 -0
  20. package/lib/detail/src/renderTooltip.vue.d.ts +8 -0
  21. package/lib/detail/src/type.d.ts +27 -0
  22. package/lib/favicon.ico +0 -0
  23. package/lib/form/index.d.ts +308 -0
  24. package/lib/form/src/index.vue.d.ts +125 -0
  25. package/lib/form/src/renderBtn.vue.d.ts +8 -0
  26. package/lib/form/src/renderComp.vue.d.ts +8 -0
  27. package/lib/form/src/type.d.ts +26 -0
  28. package/lib/index.d.ts +42 -0
  29. package/lib/input/index.d.ts +215 -0
  30. package/lib/input/src/index.vue.d.ts +109 -0
  31. package/lib/input/src/type.d.ts +13 -0
  32. package/lib/layout-page/index.d.ts +114 -0
  33. package/lib/layout-page/src/index.vue.d.ts +62 -0
  34. package/lib/layout-page-item/index.d.ts +35 -0
  35. package/lib/layout-page-item/src/index.vue.d.ts +14 -0
  36. package/lib/module-form/index.d.ts +530 -0
  37. package/lib/module-form/src/index.vue.d.ts +243 -0
  38. package/lib/module-form/src/moduleDetail.vue.d.ts +30 -0
  39. package/lib/module-form/src/moduleForm.vue.d.ts +36 -0
  40. package/lib/module-form/src/type.d.ts +19 -0
  41. package/lib/pgz-checkbox/index.d.ts +149 -0
  42. package/lib/pgz-checkbox/src/index.vue.d.ts +65 -0
  43. package/lib/pgz-checkbox/src/type.d.ts +12 -0
  44. package/lib/pgz-comp-elep.es.js +39723 -0
  45. package/lib/pgz-comp-elep.es.js.gz +0 -0
  46. package/lib/pgz-comp-elep.umd.js +261 -0
  47. package/lib/pgz-comp-elep.umd.js.gz +0 -0
  48. package/lib/pgz-html-preview-modal/index.d.ts +77 -0
  49. package/lib/pgz-html-preview-modal/src/index.vue.d.ts +22 -0
  50. package/lib/pgz-html-preview-modal/src/type.d.ts +7 -0
  51. package/lib/pgz-search-select/index.d.ts +5 -0
  52. package/lib/pgz-search-select/src/index.vue.d.ts +194 -0
  53. package/lib/pgz-search-select/src/type.d.ts +16 -0
  54. package/lib/pgz-tdt-mark/index.d.ts +407 -0
  55. package/lib/pgz-tdt-mark/src/env.d.ts +7 -0
  56. package/lib/pgz-tdt-mark/src/index.vue.d.ts +167 -0
  57. package/lib/pgz-tdt-mark/src/props.d.ts +63 -0
  58. package/lib/pgz-tdt-mark/src/types/index.d.ts +1 -0
  59. package/lib/pgz-tdt-mark/src/types/tdt.d.ts +88 -0
  60. package/lib/pgz-tdt-ploygon/index.d.ts +401 -0
  61. package/lib/pgz-tdt-ploygon/src/env.d.ts +7 -0
  62. package/lib/pgz-tdt-ploygon/src/index.vue.d.ts +164 -0
  63. package/lib/pgz-tdt-ploygon/src/props.d.ts +35 -0
  64. package/lib/pgz-tdt-ploygon/src/tmp-fix.d.ts +10 -0
  65. package/lib/pgz-tdt-ploygon/src/types/index.d.ts +1 -0
  66. package/lib/pgz-tdt-ploygon/src/types/tdt.d.ts +120 -0
  67. package/lib/pgz-tdt-ploygon/src/types.d.ts +27 -0
  68. package/lib/pgz-video-xg-modal/index.d.ts +181 -0
  69. package/lib/pgz-video-xg-modal/src/env.d.ts +7 -0
  70. package/lib/pgz-video-xg-modal/src/index.vue.d.ts +73 -0
  71. package/lib/pgz-video-xg-modal/src/types/xgplayer.d.ts +59 -0
  72. package/lib/query-condition/index.d.ts +701 -0
  73. package/lib/query-condition/src/index.vue.d.ts +326 -0
  74. package/lib/query-condition/src/moreChoose.vue.d.ts +37 -0
  75. package/lib/query-condition/src/renderComp.vue.d.ts +8 -0
  76. package/lib/query-condition/src/type.d.ts +21 -0
  77. package/lib/query-condition/src/useComputed.d.ts +27 -0
  78. package/lib/radio/index.d.ts +206 -0
  79. package/lib/radio/src/index.vue.d.ts +91 -0
  80. package/lib/radio/src/radio.d.ts +12 -0
  81. package/lib/select/index.d.ts +371 -0
  82. package/lib/select/src/index.vue.d.ts +200 -0
  83. package/lib/select/src/type.d.ts +42 -0
  84. package/lib/select-icon/index.d.ts +174 -0
  85. package/lib/select-icon/src/index.vue.d.ts +89 -0
  86. package/lib/select-table/index.d.ts +2165 -0
  87. package/lib/select-table/src/index.vue.d.ts +963 -0
  88. package/lib/select-table/src/renderCol.vue.d.ts +20 -0
  89. package/lib/select-table/src/type.d.ts +56 -0
  90. package/lib/select-table/src/useVirtualized.d.ts +11 -0
  91. package/lib/step-wizard/index.d.ts +146 -0
  92. package/lib/step-wizard/src/index.vue.d.ts +71 -0
  93. package/lib/step-wizard/src/type.d.ts +25 -0
  94. package/lib/style.css +1 -0
  95. package/lib/style.css.gz +0 -0
  96. package/lib/table/index.d.ts +2540 -0
  97. package/lib/table/src/ColumnSet.vue.d.ts +148 -0
  98. package/lib/table/src/TTableColumn.vue.d.ts +173 -0
  99. package/lib/table/src/index.vue.d.ts +941 -0
  100. package/lib/table/src/operator.vue.d.ts +80 -0
  101. package/lib/table/src/renderCol.vue.d.ts +20 -0
  102. package/lib/table/src/renderHeader.vue.d.ts +16 -0
  103. package/lib/table/src/singleEdit.vue.d.ts +122 -0
  104. package/lib/table/src/singleEditCell.vue.d.ts +120 -0
  105. package/lib/table/src/tableProps.d.ts +100 -0
  106. package/lib/table/src/useExpose.d.ts +16 -0
  107. package/lib/table/src/useVirtualized.d.ts +9 -0
  108. package/lib/tabs/index.d.ts +69 -0
  109. package/lib/tabs/src/index.vue.d.ts +34 -0
  110. package/lib/timer-btn/index.d.ts +92 -0
  111. package/lib/timer-btn/src/index.vue.d.ts +43 -0
  112. package/lib/utils/directives/click-outside/index.d.ts +3 -0
  113. package/lib/utils/http/api.d.ts +76 -0
  114. package/lib/utils/http/index.d.ts +79 -0
  115. package/lib/utils/http/types.d.ts +13 -0
  116. package/lib/utils/index.d.ts +40 -0
  117. package/lib/withInstall.d.ts +4 -0
  118. package/package.json +1 -1
@@ -0,0 +1,88 @@
1
+ // 天地图接口类型声明文件
2
+
3
+ interface Window {
4
+ T: {
5
+ LngLat: new (lng: number | string, lat: number | string) => any;
6
+ Map: new (containerId: string) => any;
7
+ Marker: new (lnglat: any, options?: any) => any;
8
+ InfoWindow: new (content?: string, options?: any) => any;
9
+ Polyline: new (lngLats: any[], options?: any) => any;
10
+ Icon: new (options: any) => any;
11
+ Point: new (x: number, y: number) => any;
12
+ LocalSearch: new (map: any, options?: any) => any;
13
+ Geocoder: new () => any;
14
+ Control: {
15
+ Scale: new () => any;
16
+ Zoom: new () => any;
17
+ }
18
+ };
19
+ TMAP_SATELLITE_MAP: any;
20
+ TMAP_HYBRID_MAP: any;
21
+ TMAP_TERRAIN_MAP: any;
22
+ TMAP_TERRAIN_HYBRID_MAP: any;
23
+ TMAP_NORMAL_MAP: any;
24
+ T_ANCHOR_BOTTOM_RIGHT: any;
25
+ }
26
+
27
+ // 扩展Element接口添加style属性
28
+ interface Element {
29
+ style: CSSStyleDeclaration;
30
+ }
31
+
32
+ declare namespace TDT {
33
+ interface LngLat {
34
+ getLng(): number;
35
+ getLat(): number;
36
+ }
37
+
38
+ interface Map {
39
+ centerAndZoom(lnglat: any, zoom: number): void;
40
+ panTo(lnglat: any): void;
41
+ clearOverLays(): void;
42
+ addOverLay(overlay: any): void;
43
+ addControl(control: any): void;
44
+ disableScrollWheelZoom(): void;
45
+ zoomIn(): void;
46
+ zoomOut(): void;
47
+ setMapType(mapType: any): void;
48
+ setViewport(lnglats: any[]): void;
49
+ addEventListener(event: string, callback: (e: any) => void): void;
50
+ }
51
+
52
+ interface Marker {
53
+ openInfoWindow(infoWindow: any): void;
54
+ addEventListener(event: string, callback: (e: any) => void): void;
55
+ }
56
+
57
+ interface Geocoder {
58
+ getLocation(lnglat: any, callback: (result: any) => void): void;
59
+ }
60
+
61
+ interface LocalSearch {
62
+ search(keyword: string): void;
63
+ getCountNumber(): number;
64
+ getCountPage(): number;
65
+ getPageIndex(): number;
66
+ getResultType(): number;
67
+ }
68
+
69
+ interface SearchResult {
70
+ getResultType(): number;
71
+ getPois(): any[];
72
+ getStatistics(): any;
73
+ getArea(): any;
74
+ getSuggests(): any[];
75
+ getLineData(): any;
76
+ }
77
+
78
+ interface LocationPoint {
79
+ getLng(): number;
80
+ getLat(): number;
81
+ }
82
+
83
+ interface GeocodeResult {
84
+ getStatus(): number;
85
+ getAddress(): string;
86
+ getLocationPoint(): LocationPoint;
87
+ }
88
+ }
@@ -0,0 +1,401 @@
1
+ import PgzTdtPloygon from './src/index.vue';
2
+ export type PgzTdtPloygonInstance = InstanceType<typeof PgzTdtPloygon>;
3
+ declare const TPgzTdtPloygon: ({
4
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
5
+ closable: {
6
+ type: BooleanConstructor;
7
+ default: boolean;
8
+ };
9
+ mapType: {
10
+ type: NumberConstructor;
11
+ default: number;
12
+ };
13
+ zoom: {
14
+ type: NumberConstructor;
15
+ default: number;
16
+ };
17
+ size: {
18
+ type: StringConstructor;
19
+ default: undefined;
20
+ };
21
+ placeholder: {
22
+ type: StringConstructor;
23
+ default: string;
24
+ };
25
+ detail: {
26
+ type: BooleanConstructor;
27
+ default: boolean;
28
+ };
29
+ disabled: {
30
+ type: BooleanConstructor;
31
+ default: boolean;
32
+ };
33
+ modelValue: {
34
+ type: import("vue").PropType<Record<string, any>>;
35
+ default: () => {};
36
+ };
37
+ }>> & Readonly<{
38
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
39
+ }>, {
40
+ props: any;
41
+ emit: (event: "update:modelValue", ...args: any[]) => void;
42
+ state: import("vue").Ref<{
43
+ address: string;
44
+ keyWord: string;
45
+ promptsVisible: boolean;
46
+ statisticsVisible: boolean;
47
+ suggestsVisible: boolean;
48
+ lineDataVisible: boolean;
49
+ resultVisible: boolean;
50
+ promptHtml: string;
51
+ statisticsHtml: string;
52
+ suggestsHtml: string;
53
+ lineDataHtml: string;
54
+ searchResultHtml: string;
55
+ pageId: number;
56
+ poi: Record<string, any>;
57
+ itemPolygon: any;
58
+ marker: any;
59
+ map: any;
60
+ localsearch: any;
61
+ box: boolean;
62
+ oldPoi: Record<string, any>;
63
+ loading: boolean;
64
+ allData: Record<string, any>;
65
+ oldAllData: Record<string, any>;
66
+ polyEditor: any;
67
+ currentPolygon: any;
68
+ }, import("./src/types").PolygonEditorState | {
69
+ address: string;
70
+ keyWord: string;
71
+ promptsVisible: boolean;
72
+ statisticsVisible: boolean;
73
+ suggestsVisible: boolean;
74
+ lineDataVisible: boolean;
75
+ resultVisible: boolean;
76
+ promptHtml: string;
77
+ statisticsHtml: string;
78
+ suggestsHtml: string;
79
+ lineDataHtml: string;
80
+ searchResultHtml: string;
81
+ pageId: number;
82
+ poi: Record<string, any>;
83
+ itemPolygon: any;
84
+ marker: any;
85
+ map: any;
86
+ localsearch: any;
87
+ box: boolean;
88
+ oldPoi: Record<string, any>;
89
+ loading: boolean;
90
+ allData: Record<string, any>;
91
+ oldAllData: Record<string, any>;
92
+ polyEditor: any;
93
+ currentPolygon: any;
94
+ }>;
95
+ text: import("vue").ComputedRef<string>;
96
+ title: import("vue").ComputedRef<"查看" | "绘制多边形">;
97
+ textTitle: import("vue").ComputedRef<"查看" | "绘制多边形" | "重新绘制">;
98
+ placeholder: import("vue").ComputedRef<"请在地图上绘制" | "已经绘制">;
99
+ initMap: () => void;
100
+ search: () => void;
101
+ clearAll: () => void;
102
+ clearAllNoOverlay: () => void;
103
+ localSearchResult: (result: any) => void;
104
+ handlePois: (pois: any[]) => void;
105
+ handleStatistics: (statistics: any) => void;
106
+ handleArea: (obj: any) => void;
107
+ handleSuggests: (suggests: any[]) => void;
108
+ handleLineData: (lineData: any) => void;
109
+ gotoPage: () => void;
110
+ onSearch: () => void;
111
+ getAllData2: () => Record<string, any>;
112
+ getAllData: () => void;
113
+ showDetail: (value: any) => void;
114
+ handleCancel: () => void;
115
+ handleOk: () => void;
116
+ createPolygon: () => void;
117
+ openPolyEditor: () => void;
118
+ closePolyEditor: () => void;
119
+ clearPolygon: () => void;
120
+ clearAllOverlay: () => void;
121
+ dblclickPolygon: (e: any) => void;
122
+ readonly QuestionFilled: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
123
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], import("vue").PublicProps, {
124
+ modelValue: Record<string, any>;
125
+ size: string;
126
+ disabled: boolean;
127
+ placeholder: string;
128
+ detail: boolean;
129
+ closable: boolean;
130
+ mapType: number;
131
+ zoom: number;
132
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
133
+ P: {};
134
+ B: {};
135
+ D: {};
136
+ C: {};
137
+ M: {};
138
+ Defaults: {};
139
+ }, Readonly<import("vue").ExtractPropTypes<{
140
+ closable: {
141
+ type: BooleanConstructor;
142
+ default: boolean;
143
+ };
144
+ mapType: {
145
+ type: NumberConstructor;
146
+ default: number;
147
+ };
148
+ zoom: {
149
+ type: NumberConstructor;
150
+ default: number;
151
+ };
152
+ size: {
153
+ type: StringConstructor;
154
+ default: undefined;
155
+ };
156
+ placeholder: {
157
+ type: StringConstructor;
158
+ default: string;
159
+ };
160
+ detail: {
161
+ type: BooleanConstructor;
162
+ default: boolean;
163
+ };
164
+ disabled: {
165
+ type: BooleanConstructor;
166
+ default: boolean;
167
+ };
168
+ modelValue: {
169
+ type: import("vue").PropType<Record<string, any>>;
170
+ default: () => {};
171
+ };
172
+ }>> & Readonly<{
173
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
174
+ }>, {
175
+ props: any;
176
+ emit: (event: "update:modelValue", ...args: any[]) => void;
177
+ state: import("vue").Ref<{
178
+ address: string;
179
+ keyWord: string;
180
+ promptsVisible: boolean;
181
+ statisticsVisible: boolean;
182
+ suggestsVisible: boolean;
183
+ lineDataVisible: boolean;
184
+ resultVisible: boolean;
185
+ promptHtml: string;
186
+ statisticsHtml: string;
187
+ suggestsHtml: string;
188
+ lineDataHtml: string;
189
+ searchResultHtml: string;
190
+ pageId: number;
191
+ poi: Record<string, any>;
192
+ itemPolygon: any;
193
+ marker: any;
194
+ map: any;
195
+ localsearch: any;
196
+ box: boolean;
197
+ oldPoi: Record<string, any>;
198
+ loading: boolean;
199
+ allData: Record<string, any>;
200
+ oldAllData: Record<string, any>;
201
+ polyEditor: any;
202
+ currentPolygon: any;
203
+ }, import("./src/types").PolygonEditorState | {
204
+ address: string;
205
+ keyWord: string;
206
+ promptsVisible: boolean;
207
+ statisticsVisible: boolean;
208
+ suggestsVisible: boolean;
209
+ lineDataVisible: boolean;
210
+ resultVisible: boolean;
211
+ promptHtml: string;
212
+ statisticsHtml: string;
213
+ suggestsHtml: string;
214
+ lineDataHtml: string;
215
+ searchResultHtml: string;
216
+ pageId: number;
217
+ poi: Record<string, any>;
218
+ itemPolygon: any;
219
+ marker: any;
220
+ map: any;
221
+ localsearch: any;
222
+ box: boolean;
223
+ oldPoi: Record<string, any>;
224
+ loading: boolean;
225
+ allData: Record<string, any>;
226
+ oldAllData: Record<string, any>;
227
+ polyEditor: any;
228
+ currentPolygon: any;
229
+ }>;
230
+ text: import("vue").ComputedRef<string>;
231
+ title: import("vue").ComputedRef<"查看" | "绘制多边形">;
232
+ textTitle: import("vue").ComputedRef<"查看" | "绘制多边形" | "重新绘制">;
233
+ placeholder: import("vue").ComputedRef<"请在地图上绘制" | "已经绘制">;
234
+ initMap: () => void;
235
+ search: () => void;
236
+ clearAll: () => void;
237
+ clearAllNoOverlay: () => void;
238
+ localSearchResult: (result: any) => void;
239
+ handlePois: (pois: any[]) => void;
240
+ handleStatistics: (statistics: any) => void;
241
+ handleArea: (obj: any) => void;
242
+ handleSuggests: (suggests: any[]) => void;
243
+ handleLineData: (lineData: any) => void;
244
+ gotoPage: () => void;
245
+ onSearch: () => void;
246
+ getAllData2: () => Record<string, any>;
247
+ getAllData: () => void;
248
+ showDetail: (value: any) => void;
249
+ handleCancel: () => void;
250
+ handleOk: () => void;
251
+ createPolygon: () => void;
252
+ openPolyEditor: () => void;
253
+ closePolyEditor: () => void;
254
+ clearPolygon: () => void;
255
+ clearAllOverlay: () => void;
256
+ dblclickPolygon: (e: any) => void;
257
+ readonly QuestionFilled: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
258
+ }, {}, {}, {}, {
259
+ modelValue: Record<string, any>;
260
+ size: string;
261
+ disabled: boolean;
262
+ placeholder: string;
263
+ detail: boolean;
264
+ closable: boolean;
265
+ mapType: number;
266
+ zoom: number;
267
+ }>;
268
+ __isFragment?: undefined;
269
+ __isTeleport?: undefined;
270
+ __isSuspense?: undefined;
271
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
272
+ closable: {
273
+ type: BooleanConstructor;
274
+ default: boolean;
275
+ };
276
+ mapType: {
277
+ type: NumberConstructor;
278
+ default: number;
279
+ };
280
+ zoom: {
281
+ type: NumberConstructor;
282
+ default: number;
283
+ };
284
+ size: {
285
+ type: StringConstructor;
286
+ default: undefined;
287
+ };
288
+ placeholder: {
289
+ type: StringConstructor;
290
+ default: string;
291
+ };
292
+ detail: {
293
+ type: BooleanConstructor;
294
+ default: boolean;
295
+ };
296
+ disabled: {
297
+ type: BooleanConstructor;
298
+ default: boolean;
299
+ };
300
+ modelValue: {
301
+ type: import("vue").PropType<Record<string, any>>;
302
+ default: () => {};
303
+ };
304
+ }>> & Readonly<{
305
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
306
+ }>, {
307
+ props: any;
308
+ emit: (event: "update:modelValue", ...args: any[]) => void;
309
+ state: import("vue").Ref<{
310
+ address: string;
311
+ keyWord: string;
312
+ promptsVisible: boolean;
313
+ statisticsVisible: boolean;
314
+ suggestsVisible: boolean;
315
+ lineDataVisible: boolean;
316
+ resultVisible: boolean;
317
+ promptHtml: string;
318
+ statisticsHtml: string;
319
+ suggestsHtml: string;
320
+ lineDataHtml: string;
321
+ searchResultHtml: string;
322
+ pageId: number;
323
+ poi: Record<string, any>;
324
+ itemPolygon: any;
325
+ marker: any;
326
+ map: any;
327
+ localsearch: any;
328
+ box: boolean;
329
+ oldPoi: Record<string, any>;
330
+ loading: boolean;
331
+ allData: Record<string, any>;
332
+ oldAllData: Record<string, any>;
333
+ polyEditor: any;
334
+ currentPolygon: any;
335
+ }, import("./src/types").PolygonEditorState | {
336
+ address: string;
337
+ keyWord: string;
338
+ promptsVisible: boolean;
339
+ statisticsVisible: boolean;
340
+ suggestsVisible: boolean;
341
+ lineDataVisible: boolean;
342
+ resultVisible: boolean;
343
+ promptHtml: string;
344
+ statisticsHtml: string;
345
+ suggestsHtml: string;
346
+ lineDataHtml: string;
347
+ searchResultHtml: string;
348
+ pageId: number;
349
+ poi: Record<string, any>;
350
+ itemPolygon: any;
351
+ marker: any;
352
+ map: any;
353
+ localsearch: any;
354
+ box: boolean;
355
+ oldPoi: Record<string, any>;
356
+ loading: boolean;
357
+ allData: Record<string, any>;
358
+ oldAllData: Record<string, any>;
359
+ polyEditor: any;
360
+ currentPolygon: any;
361
+ }>;
362
+ text: import("vue").ComputedRef<string>;
363
+ title: import("vue").ComputedRef<"查看" | "绘制多边形">;
364
+ textTitle: import("vue").ComputedRef<"查看" | "绘制多边形" | "重新绘制">;
365
+ placeholder: import("vue").ComputedRef<"请在地图上绘制" | "已经绘制">;
366
+ initMap: () => void;
367
+ search: () => void;
368
+ clearAll: () => void;
369
+ clearAllNoOverlay: () => void;
370
+ localSearchResult: (result: any) => void;
371
+ handlePois: (pois: any[]) => void;
372
+ handleStatistics: (statistics: any) => void;
373
+ handleArea: (obj: any) => void;
374
+ handleSuggests: (suggests: any[]) => void;
375
+ handleLineData: (lineData: any) => void;
376
+ gotoPage: () => void;
377
+ onSearch: () => void;
378
+ getAllData2: () => Record<string, any>;
379
+ getAllData: () => void;
380
+ showDetail: (value: any) => void;
381
+ handleCancel: () => void;
382
+ handleOk: () => void;
383
+ createPolygon: () => void;
384
+ openPolyEditor: () => void;
385
+ closePolyEditor: () => void;
386
+ clearPolygon: () => void;
387
+ clearAllOverlay: () => void;
388
+ dblclickPolygon: (e: any) => void;
389
+ readonly QuestionFilled: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
390
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", {
391
+ modelValue: Record<string, any>;
392
+ size: string;
393
+ disabled: boolean;
394
+ placeholder: string;
395
+ detail: boolean;
396
+ closable: boolean;
397
+ mapType: number;
398
+ zoom: number;
399
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]>) & Record<string, any>;
400
+ export default TPgzTdtPloygon;
401
+ export * from './src/types';
@@ -0,0 +1,7 @@
1
+ /// <reference path="./types/index.d.ts" />
2
+
3
+ declare module '*.vue' {
4
+ import type { DefineComponent } from 'vue'
5
+ const component: DefineComponent<{}, {}, any>
6
+ export default component
7
+ }
@@ -0,0 +1,164 @@
1
+ import type { PolygonEditorState } from "./types";
2
+ declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
+ closable: {
4
+ type: BooleanConstructor;
5
+ default: boolean;
6
+ };
7
+ mapType: {
8
+ type: NumberConstructor;
9
+ default: number;
10
+ };
11
+ zoom: {
12
+ type: NumberConstructor;
13
+ default: number;
14
+ };
15
+ size: {
16
+ type: StringConstructor;
17
+ default: undefined;
18
+ };
19
+ placeholder: {
20
+ type: StringConstructor;
21
+ default: string;
22
+ };
23
+ detail: {
24
+ type: BooleanConstructor;
25
+ default: boolean;
26
+ };
27
+ disabled: {
28
+ type: BooleanConstructor;
29
+ default: boolean;
30
+ };
31
+ modelValue: {
32
+ type: import("vue").PropType<Record<string, any>>;
33
+ default: () => {};
34
+ };
35
+ }>, {
36
+ props: any;
37
+ emit: (event: "update:modelValue", ...args: any[]) => void;
38
+ state: import("vue").Ref<{
39
+ address: string;
40
+ keyWord: string;
41
+ promptsVisible: boolean;
42
+ statisticsVisible: boolean;
43
+ suggestsVisible: boolean;
44
+ lineDataVisible: boolean;
45
+ resultVisible: boolean;
46
+ promptHtml: string;
47
+ statisticsHtml: string;
48
+ suggestsHtml: string;
49
+ lineDataHtml: string;
50
+ searchResultHtml: string;
51
+ pageId: number;
52
+ poi: Record<string, any>;
53
+ itemPolygon: any;
54
+ marker: any;
55
+ map: any;
56
+ localsearch: any;
57
+ box: boolean;
58
+ oldPoi: Record<string, any>;
59
+ loading: boolean;
60
+ allData: Record<string, any>;
61
+ oldAllData: Record<string, any>;
62
+ polyEditor: any;
63
+ currentPolygon: any;
64
+ }, PolygonEditorState | {
65
+ address: string;
66
+ keyWord: string;
67
+ promptsVisible: boolean;
68
+ statisticsVisible: boolean;
69
+ suggestsVisible: boolean;
70
+ lineDataVisible: boolean;
71
+ resultVisible: boolean;
72
+ promptHtml: string;
73
+ statisticsHtml: string;
74
+ suggestsHtml: string;
75
+ lineDataHtml: string;
76
+ searchResultHtml: string;
77
+ pageId: number;
78
+ poi: Record<string, any>;
79
+ itemPolygon: any;
80
+ marker: any;
81
+ map: any;
82
+ localsearch: any;
83
+ box: boolean;
84
+ oldPoi: Record<string, any>;
85
+ loading: boolean;
86
+ allData: Record<string, any>;
87
+ oldAllData: Record<string, any>;
88
+ polyEditor: any;
89
+ currentPolygon: any;
90
+ }>;
91
+ text: import("vue").ComputedRef<string>;
92
+ title: import("vue").ComputedRef<"查看" | "绘制多边形">;
93
+ textTitle: import("vue").ComputedRef<"查看" | "绘制多边形" | "重新绘制">;
94
+ placeholder: import("vue").ComputedRef<"请在地图上绘制" | "已经绘制">;
95
+ initMap: () => void;
96
+ search: () => void;
97
+ clearAll: () => void;
98
+ clearAllNoOverlay: () => void;
99
+ localSearchResult: (result: any) => void;
100
+ handlePois: (pois: any[]) => void;
101
+ handleStatistics: (statistics: any) => void;
102
+ handleArea: (obj: any) => void;
103
+ handleSuggests: (suggests: any[]) => void;
104
+ handleLineData: (lineData: any) => void;
105
+ gotoPage: () => void;
106
+ onSearch: () => void;
107
+ getAllData2: () => Record<string, any>;
108
+ getAllData: () => void;
109
+ showDetail: (value: any) => void;
110
+ handleCancel: () => void;
111
+ handleOk: () => void;
112
+ createPolygon: () => void;
113
+ openPolyEditor: () => void;
114
+ closePolyEditor: () => void;
115
+ clearPolygon: () => void;
116
+ clearAllOverlay: () => void;
117
+ dblclickPolygon: (e: any) => void;
118
+ readonly QuestionFilled: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
119
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
120
+ closable: {
121
+ type: BooleanConstructor;
122
+ default: boolean;
123
+ };
124
+ mapType: {
125
+ type: NumberConstructor;
126
+ default: number;
127
+ };
128
+ zoom: {
129
+ type: NumberConstructor;
130
+ default: number;
131
+ };
132
+ size: {
133
+ type: StringConstructor;
134
+ default: undefined;
135
+ };
136
+ placeholder: {
137
+ type: StringConstructor;
138
+ default: string;
139
+ };
140
+ detail: {
141
+ type: BooleanConstructor;
142
+ default: boolean;
143
+ };
144
+ disabled: {
145
+ type: BooleanConstructor;
146
+ default: boolean;
147
+ };
148
+ modelValue: {
149
+ type: import("vue").PropType<Record<string, any>>;
150
+ default: () => {};
151
+ };
152
+ }>> & Readonly<{
153
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
154
+ }>, {
155
+ modelValue: Record<string, any>;
156
+ size: string;
157
+ disabled: boolean;
158
+ placeholder: string;
159
+ detail: boolean;
160
+ closable: boolean;
161
+ mapType: number;
162
+ zoom: number;
163
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
164
+ export default _sfc_main;
@@ -0,0 +1,35 @@
1
+ import { PropType } from 'vue';
2
+ export declare const polygonEditorProps: {
3
+ closable: {
4
+ type: BooleanConstructor;
5
+ default: boolean;
6
+ };
7
+ mapType: {
8
+ type: NumberConstructor;
9
+ default: number;
10
+ };
11
+ zoom: {
12
+ type: NumberConstructor;
13
+ default: number;
14
+ };
15
+ size: {
16
+ type: StringConstructor;
17
+ default: undefined;
18
+ };
19
+ placeholder: {
20
+ type: StringConstructor;
21
+ default: string;
22
+ };
23
+ detail: {
24
+ type: BooleanConstructor;
25
+ default: boolean;
26
+ };
27
+ disabled: {
28
+ type: BooleanConstructor;
29
+ default: boolean;
30
+ };
31
+ modelValue: {
32
+ type: PropType<Record<string, any>>;
33
+ default: () => {};
34
+ };
35
+ };