@pusdn/pgz-comp-elep 0.2.8 → 0.2.9

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.
Binary file
@@ -99,21 +99,6 @@ 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;
117
102
  localSearchResult: (result: any) => void;
118
103
  handlePois: (pois: any[]) => void;
119
104
  handleStatistics: (statistics: any) => void;
@@ -251,21 +236,6 @@ declare const PgzTdtMark: ({
251
236
  text: import("vue").ComputedRef<string | undefined>;
252
237
  title: import("vue").ComputedRef<"查看坐标" | "选择坐标">;
253
238
  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;
269
239
  localSearchResult: (result: any) => void;
270
240
  handlePois: (pois: any[]) => void;
271
241
  handleStatistics: (statistics: any) => void;
@@ -400,21 +370,6 @@ declare const PgzTdtMark: ({
400
370
  text: import("vue").ComputedRef<string | undefined>;
401
371
  title: import("vue").ComputedRef<"查看坐标" | "选择坐标">;
402
372
  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;
418
373
  localSearchResult: (result: any) => void;
419
374
  handlePois: (pois: any[]) => void;
420
375
  handleStatistics: (statistics: any) => void;
@@ -95,21 +95,6 @@ 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;
113
98
  localSearchResult: (result: any) => void;
114
99
  handlePois: (pois: any[]) => void;
115
100
  handleStatistics: (statistics: any) => void;
@@ -96,21 +96,6 @@ 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;
114
99
  initMap: () => void;
115
100
  search: () => void;
116
101
  clearAll: () => void;
@@ -246,21 +231,6 @@ declare const TPgzTdtPloygon: ({
246
231
  title: import("vue").ComputedRef<"查看" | "绘制多边形">;
247
232
  textTitle: import("vue").ComputedRef<"查看" | "绘制多边形" | "重新绘制">;
248
233
  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;
264
234
  initMap: () => void;
265
235
  search: () => void;
266
236
  clearAll: () => void;
@@ -393,21 +363,6 @@ declare const TPgzTdtPloygon: ({
393
363
  title: import("vue").ComputedRef<"查看" | "绘制多边形">;
394
364
  textTitle: import("vue").ComputedRef<"查看" | "绘制多边形" | "重新绘制">;
395
365
  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;
411
366
  initMap: () => void;
412
367
  search: () => void;
413
368
  clearAll: () => void;
@@ -92,21 +92,6 @@ 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;
110
95
  initMap: () => void;
111
96
  search: () => void;
112
97
  clearAll: () => void;