@pusdn/pgz-comp-elep 0.2.6 → 0.2.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.
- package/lib/pgz-comp-elep.es.js +3442 -3432
- package/lib/pgz-comp-elep.es.js.gz +0 -0
- package/lib/pgz-comp-elep.umd.js +68 -68
- package/lib/pgz-comp-elep.umd.js.gz +0 -0
- package/lib/pgz-tdt-mark/index.d.ts +45 -0
- package/lib/pgz-tdt-mark/src/index.vue.d.ts +15 -0
- package/lib/pgz-tdt-ploygon/index.d.ts +45 -0
- package/lib/pgz-tdt-ploygon/src/index.vue.d.ts +15 -0
- package/lib/style.css +1 -1
- package/lib/style.css.gz +0 -0
- package/package.json +1 -1
|
Binary file
|
|
@@ -99,6 +99,21 @@ declare const PgzTdtMark: ({
|
|
|
99
99
|
text: import("vue").ComputedRef<string | undefined>;
|
|
100
100
|
title: import("vue").ComputedRef<"查看坐标" | "选择坐标">;
|
|
101
101
|
textTitle: import("vue").ComputedRef<"查看坐标" | "选择坐标" | "重新选择">;
|
|
102
|
+
myT: {
|
|
103
|
+
LngLat: new (lng: string | number, lat: string | number) => any;
|
|
104
|
+
Map: new (containerId: string) => any;
|
|
105
|
+
Marker: new (lnglat: any, options?: any) => any;
|
|
106
|
+
InfoWindow: new (content?: string | undefined, options?: any) => any;
|
|
107
|
+
Polyline: new (lngLats: any[], options?: any) => any;
|
|
108
|
+
Icon: new (options: any) => any;
|
|
109
|
+
Point: new (x: number, y: number) => any;
|
|
110
|
+
LocalSearch: new (map: any, options?: any) => any;
|
|
111
|
+
Geocoder: new () => any;
|
|
112
|
+
Control: {
|
|
113
|
+
Scale: new () => any;
|
|
114
|
+
Zoom: new () => any;
|
|
115
|
+
};
|
|
116
|
+
} & typeof T;
|
|
102
117
|
localSearchResult: (result: any) => void;
|
|
103
118
|
handlePois: (pois: any[]) => void;
|
|
104
119
|
handleStatistics: (statistics: any) => void;
|
|
@@ -236,6 +251,21 @@ declare const PgzTdtMark: ({
|
|
|
236
251
|
text: import("vue").ComputedRef<string | undefined>;
|
|
237
252
|
title: import("vue").ComputedRef<"查看坐标" | "选择坐标">;
|
|
238
253
|
textTitle: import("vue").ComputedRef<"查看坐标" | "选择坐标" | "重新选择">;
|
|
254
|
+
myT: {
|
|
255
|
+
LngLat: new (lng: string | number, lat: string | number) => any;
|
|
256
|
+
Map: new (containerId: string) => any;
|
|
257
|
+
Marker: new (lnglat: any, options?: any) => any;
|
|
258
|
+
InfoWindow: new (content?: string | undefined, options?: any) => any;
|
|
259
|
+
Polyline: new (lngLats: any[], options?: any) => any;
|
|
260
|
+
Icon: new (options: any) => any;
|
|
261
|
+
Point: new (x: number, y: number) => any;
|
|
262
|
+
LocalSearch: new (map: any, options?: any) => any;
|
|
263
|
+
Geocoder: new () => any;
|
|
264
|
+
Control: {
|
|
265
|
+
Scale: new () => any;
|
|
266
|
+
Zoom: new () => any;
|
|
267
|
+
};
|
|
268
|
+
} & typeof T;
|
|
239
269
|
localSearchResult: (result: any) => void;
|
|
240
270
|
handlePois: (pois: any[]) => void;
|
|
241
271
|
handleStatistics: (statistics: any) => void;
|
|
@@ -370,6 +400,21 @@ declare const PgzTdtMark: ({
|
|
|
370
400
|
text: import("vue").ComputedRef<string | undefined>;
|
|
371
401
|
title: import("vue").ComputedRef<"查看坐标" | "选择坐标">;
|
|
372
402
|
textTitle: import("vue").ComputedRef<"查看坐标" | "选择坐标" | "重新选择">;
|
|
403
|
+
myT: {
|
|
404
|
+
LngLat: new (lng: string | number, lat: string | number) => any;
|
|
405
|
+
Map: new (containerId: string) => any;
|
|
406
|
+
Marker: new (lnglat: any, options?: any) => any;
|
|
407
|
+
InfoWindow: new (content?: string | undefined, options?: any) => any;
|
|
408
|
+
Polyline: new (lngLats: any[], options?: any) => any;
|
|
409
|
+
Icon: new (options: any) => any;
|
|
410
|
+
Point: new (x: number, y: number) => any;
|
|
411
|
+
LocalSearch: new (map: any, options?: any) => any;
|
|
412
|
+
Geocoder: new () => any;
|
|
413
|
+
Control: {
|
|
414
|
+
Scale: new () => any;
|
|
415
|
+
Zoom: new () => any;
|
|
416
|
+
};
|
|
417
|
+
} & typeof T;
|
|
373
418
|
localSearchResult: (result: any) => void;
|
|
374
419
|
handlePois: (pois: any[]) => void;
|
|
375
420
|
handleStatistics: (statistics: any) => void;
|
|
@@ -95,6 +95,21 @@ declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractProp
|
|
|
95
95
|
text: import("vue").ComputedRef<string | undefined>;
|
|
96
96
|
title: import("vue").ComputedRef<"查看坐标" | "选择坐标">;
|
|
97
97
|
textTitle: import("vue").ComputedRef<"查看坐标" | "选择坐标" | "重新选择">;
|
|
98
|
+
myT: {
|
|
99
|
+
LngLat: new (lng: string | number, lat: string | number) => any;
|
|
100
|
+
Map: new (containerId: string) => any;
|
|
101
|
+
Marker: new (lnglat: any, options?: any) => any;
|
|
102
|
+
InfoWindow: new (content?: string | undefined, options?: any) => any;
|
|
103
|
+
Polyline: new (lngLats: any[], options?: any) => any;
|
|
104
|
+
Icon: new (options: any) => any;
|
|
105
|
+
Point: new (x: number, y: number) => any;
|
|
106
|
+
LocalSearch: new (map: any, options?: any) => any;
|
|
107
|
+
Geocoder: new () => any;
|
|
108
|
+
Control: {
|
|
109
|
+
Scale: new () => any;
|
|
110
|
+
Zoom: new () => any;
|
|
111
|
+
};
|
|
112
|
+
} & typeof T;
|
|
98
113
|
localSearchResult: (result: any) => void;
|
|
99
114
|
handlePois: (pois: any[]) => void;
|
|
100
115
|
handleStatistics: (statistics: any) => void;
|
|
@@ -96,6 +96,21 @@ declare const TPgzTdtPloygon: ({
|
|
|
96
96
|
title: import("vue").ComputedRef<"查看" | "绘制多边形">;
|
|
97
97
|
textTitle: import("vue").ComputedRef<"查看" | "绘制多边形" | "重新绘制">;
|
|
98
98
|
placeholder: import("vue").ComputedRef<"请在地图上绘制" | "已经绘制">;
|
|
99
|
+
myT: {
|
|
100
|
+
LngLat: new (lng: string | number, lat: string | number) => any;
|
|
101
|
+
Map: new (containerId: string) => any;
|
|
102
|
+
Marker: new (lnglat: any, options?: any) => any;
|
|
103
|
+
InfoWindow: new (content?: string | undefined, options?: any) => any;
|
|
104
|
+
Polyline: new (lngLats: any[], options?: any) => any;
|
|
105
|
+
Icon: new (options: any) => any;
|
|
106
|
+
Point: new (x: number, y: number) => any;
|
|
107
|
+
LocalSearch: new (map: any, options?: any) => any;
|
|
108
|
+
Geocoder: new () => any;
|
|
109
|
+
Control: {
|
|
110
|
+
Scale: new () => any;
|
|
111
|
+
Zoom: new () => any;
|
|
112
|
+
};
|
|
113
|
+
} & typeof T;
|
|
99
114
|
initMap: () => void;
|
|
100
115
|
search: () => void;
|
|
101
116
|
clearAll: () => void;
|
|
@@ -231,6 +246,21 @@ declare const TPgzTdtPloygon: ({
|
|
|
231
246
|
title: import("vue").ComputedRef<"查看" | "绘制多边形">;
|
|
232
247
|
textTitle: import("vue").ComputedRef<"查看" | "绘制多边形" | "重新绘制">;
|
|
233
248
|
placeholder: import("vue").ComputedRef<"请在地图上绘制" | "已经绘制">;
|
|
249
|
+
myT: {
|
|
250
|
+
LngLat: new (lng: string | number, lat: string | number) => any;
|
|
251
|
+
Map: new (containerId: string) => any;
|
|
252
|
+
Marker: new (lnglat: any, options?: any) => any;
|
|
253
|
+
InfoWindow: new (content?: string | undefined, options?: any) => any;
|
|
254
|
+
Polyline: new (lngLats: any[], options?: any) => any;
|
|
255
|
+
Icon: new (options: any) => any;
|
|
256
|
+
Point: new (x: number, y: number) => any;
|
|
257
|
+
LocalSearch: new (map: any, options?: any) => any;
|
|
258
|
+
Geocoder: new () => any;
|
|
259
|
+
Control: {
|
|
260
|
+
Scale: new () => any;
|
|
261
|
+
Zoom: new () => any;
|
|
262
|
+
};
|
|
263
|
+
} & typeof T;
|
|
234
264
|
initMap: () => void;
|
|
235
265
|
search: () => void;
|
|
236
266
|
clearAll: () => void;
|
|
@@ -363,6 +393,21 @@ declare const TPgzTdtPloygon: ({
|
|
|
363
393
|
title: import("vue").ComputedRef<"查看" | "绘制多边形">;
|
|
364
394
|
textTitle: import("vue").ComputedRef<"查看" | "绘制多边形" | "重新绘制">;
|
|
365
395
|
placeholder: import("vue").ComputedRef<"请在地图上绘制" | "已经绘制">;
|
|
396
|
+
myT: {
|
|
397
|
+
LngLat: new (lng: string | number, lat: string | number) => any;
|
|
398
|
+
Map: new (containerId: string) => any;
|
|
399
|
+
Marker: new (lnglat: any, options?: any) => any;
|
|
400
|
+
InfoWindow: new (content?: string | undefined, options?: any) => any;
|
|
401
|
+
Polyline: new (lngLats: any[], options?: any) => any;
|
|
402
|
+
Icon: new (options: any) => any;
|
|
403
|
+
Point: new (x: number, y: number) => any;
|
|
404
|
+
LocalSearch: new (map: any, options?: any) => any;
|
|
405
|
+
Geocoder: new () => any;
|
|
406
|
+
Control: {
|
|
407
|
+
Scale: new () => any;
|
|
408
|
+
Zoom: new () => any;
|
|
409
|
+
};
|
|
410
|
+
} & typeof T;
|
|
366
411
|
initMap: () => void;
|
|
367
412
|
search: () => void;
|
|
368
413
|
clearAll: () => void;
|
|
@@ -92,6 +92,21 @@ declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractProp
|
|
|
92
92
|
title: import("vue").ComputedRef<"查看" | "绘制多边形">;
|
|
93
93
|
textTitle: import("vue").ComputedRef<"查看" | "绘制多边形" | "重新绘制">;
|
|
94
94
|
placeholder: import("vue").ComputedRef<"请在地图上绘制" | "已经绘制">;
|
|
95
|
+
myT: {
|
|
96
|
+
LngLat: new (lng: string | number, lat: string | number) => any;
|
|
97
|
+
Map: new (containerId: string) => any;
|
|
98
|
+
Marker: new (lnglat: any, options?: any) => any;
|
|
99
|
+
InfoWindow: new (content?: string | undefined, options?: any) => any;
|
|
100
|
+
Polyline: new (lngLats: any[], options?: any) => any;
|
|
101
|
+
Icon: new (options: any) => any;
|
|
102
|
+
Point: new (x: number, y: number) => any;
|
|
103
|
+
LocalSearch: new (map: any, options?: any) => any;
|
|
104
|
+
Geocoder: new () => any;
|
|
105
|
+
Control: {
|
|
106
|
+
Scale: new () => any;
|
|
107
|
+
Zoom: new () => any;
|
|
108
|
+
};
|
|
109
|
+
} & typeof T;
|
|
95
110
|
initMap: () => void;
|
|
96
111
|
search: () => void;
|
|
97
112
|
clearAll: () => void;
|