zhihao-ui 1.3.19 → 1.3.20
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-wVG8G0gT.js → Map-DlXenBet.js} +397 -391
- package/dist/es/index.js +1 -1
- package/dist/index.css +1 -1
- package/dist/types/components/Map/Map.vue.d.ts +1 -1
- package/dist/types/components/Map/function/port.d.ts +1 -1
- package/dist/types/components/Map/index.d.ts +3 -3
- package/dist/umd/index.css +1 -1
- package/dist/umd/index.umd.cjs +19 -19
- package/package.json +1 -1
|
@@ -49,7 +49,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
49
49
|
playTrack: (...rest: any[]) => any;
|
|
50
50
|
};
|
|
51
51
|
port: {
|
|
52
|
-
render: (portList: WharfEntity[]) => any;
|
|
52
|
+
render: (portList: WharfEntity[], showTitle: boolean) => any;
|
|
53
53
|
clear: () => any;
|
|
54
54
|
selected: (portData: WharfEntity) => any;
|
|
55
55
|
};
|
|
@@ -4,7 +4,7 @@ import { useMapInitializer } from './map';
|
|
|
4
4
|
|
|
5
5
|
export declare const PORT_LAYER_CLASS_NAME = "zh-map-port-layer";
|
|
6
6
|
export declare const usePortManager: (mapManager: ReturnType<typeof useMapInitializer>) => {
|
|
7
|
-
render: (portList: WharfEntity[]) => void;
|
|
7
|
+
render: (portList: WharfEntity[], showTitle?: boolean) => void;
|
|
8
8
|
clear: () => void;
|
|
9
9
|
selected: (portData?: WharfEntity) => void;
|
|
10
10
|
handlePortHover: (portFeature: Feature) => void;
|
|
@@ -81,7 +81,7 @@ export declare const ZhMap: {
|
|
|
81
81
|
playTrack: (...rest: any[]) => any;
|
|
82
82
|
};
|
|
83
83
|
port: {
|
|
84
|
-
render: (portList: import('./interface').WharfEntity[]) => any;
|
|
84
|
+
render: (portList: import('./interface').WharfEntity[], showTitle: boolean) => any;
|
|
85
85
|
clear: () => any;
|
|
86
86
|
selected: (portData: import('./interface').WharfEntity) => any;
|
|
87
87
|
};
|
|
@@ -208,7 +208,7 @@ export declare const ZhMap: {
|
|
|
208
208
|
playTrack: (...rest: any[]) => any;
|
|
209
209
|
};
|
|
210
210
|
port: {
|
|
211
|
-
render: (portList: import('./interface').WharfEntity[]) => any;
|
|
211
|
+
render: (portList: import('./interface').WharfEntity[], showTitle: boolean) => any;
|
|
212
212
|
clear: () => any;
|
|
213
213
|
selected: (portData: import('./interface').WharfEntity) => any;
|
|
214
214
|
};
|
|
@@ -332,7 +332,7 @@ export declare const ZhMap: {
|
|
|
332
332
|
playTrack: (...rest: any[]) => any;
|
|
333
333
|
};
|
|
334
334
|
port: {
|
|
335
|
-
render: (portList: import('./interface').WharfEntity[]) => any;
|
|
335
|
+
render: (portList: import('./interface').WharfEntity[], showTitle: boolean) => any;
|
|
336
336
|
clear: () => any;
|
|
337
337
|
selected: (portData: import('./interface').WharfEntity) => any;
|
|
338
338
|
};
|