zhihao-ui 1.3.61-alpha.2 → 1.3.61-alpha.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.
- package/dist/es/{Map-qSFTN8LW.js → Map-D9kvu6Im.js} +363 -353
- package/dist/es/index.js +1 -1
- package/dist/index.css +1 -1
- package/dist/types/components/Map/index.d.ts +9 -0
- package/dist/types/components/Map/interface/mapProps.d.ts +1 -0
- package/dist/umd/index.css +1 -1
- package/dist/umd/index.umd.cjs +5 -5
- package/package.json +1 -1
|
@@ -48,6 +48,9 @@ export declare const ZhMap: {
|
|
|
48
48
|
type: import('vue').PropType<(id: import('./interface').WharfEntity) => void>;
|
|
49
49
|
default: () => void;
|
|
50
50
|
};
|
|
51
|
+
copyrightImgUrl: {
|
|
52
|
+
type: import('vue').PropType<string>;
|
|
53
|
+
};
|
|
51
54
|
}>> & Readonly<{}>, {
|
|
52
55
|
getZoom: () => any;
|
|
53
56
|
setZoom: (zoom: number) => any;
|
|
@@ -209,6 +212,9 @@ export declare const ZhMap: {
|
|
|
209
212
|
type: import('vue').PropType<(id: import('./interface').WharfEntity) => void>;
|
|
210
213
|
default: () => void;
|
|
211
214
|
};
|
|
215
|
+
copyrightImgUrl: {
|
|
216
|
+
type: import('vue').PropType<string>;
|
|
217
|
+
};
|
|
212
218
|
}>> & Readonly<{}>, {
|
|
213
219
|
getZoom: () => any;
|
|
214
220
|
setZoom: (zoom: number) => any;
|
|
@@ -367,6 +373,9 @@ export declare const ZhMap: {
|
|
|
367
373
|
type: import('vue').PropType<(id: import('./interface').WharfEntity) => void>;
|
|
368
374
|
default: () => void;
|
|
369
375
|
};
|
|
376
|
+
copyrightImgUrl: {
|
|
377
|
+
type: import('vue').PropType<string>;
|
|
378
|
+
};
|
|
370
379
|
}>> & Readonly<{}>, {
|
|
371
380
|
getZoom: () => any;
|
|
372
381
|
setZoom: (zoom: number) => any;
|