zhihao-ui 1.3.51 → 1.3.53-alpha.1
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/{BaseInfo-Cu3ME-K_.js → BaseInfo-sVzjdD-J.js} +1 -1
- package/dist/es/{BaseItem-Co7KlYD6.js → BaseItem-GXRA8ZA1.js} +3 -3
- package/dist/es/{Button-Dp3Eoz3O.js → Button-BesP4PgT.js} +2 -2
- package/dist/es/{DatePicker-BilQVlgi.js → DatePicker-DC6dnKyf.js} +3 -3
- package/dist/es/{DetailHeader-DTHE-pQa.js → DetailHeader-CmPxe1Ax.js} +3 -3
- package/dist/es/{DetailSubTitle-BG-q2NNN.js → DetailSubTitle-Dcl3NhAz.js} +2 -2
- package/dist/es/{Dialog-B0N_UsO3.js → Dialog-BQI8fide.js} +3 -3
- package/dist/es/{DiyDataTable-BQaaClFf.js → DiyDataTable-rWdFpGWu.js} +4 -4
- package/dist/es/{EditInfoPair-DwrwCanm.js → EditInfoPair-BOHAKFjx.js} +3 -3
- package/dist/es/{FileWrapper-BDK8YvRB.js → FileWrapper-Ey58lE7o.js} +4 -4
- package/dist/es/{Grid-pVjqXcmJ.js → Grid-BVUCuOKh.js} +2 -2
- package/dist/es/{InfoPair-lu2zDhpQ.js → InfoPair-Ca9ZP51Y.js} +3 -3
- package/dist/es/{Input-Du4ztfNG.js → Input-cQCwMUFx.js} +3 -3
- package/dist/es/{Loading-Dc9138dn.js → Loading-CXua8fFz.js} +2 -2
- package/dist/es/Map-DcEb49Xm.js +2319 -0
- package/dist/es/{MessageBox-CJMqwEqr.js → MessageBox-pplEjs7p.js} +2 -2
- package/dist/es/{MoneyInput-CJxSKPIk.js → MoneyInput-mbK46fDe.js} +5 -5
- package/dist/es/{PageHeadPanel-BChW8Tal.js → PageHeadPanel-DZpXrTX7.js} +2 -2
- package/dist/es/{Table-CzNjEPnP.js → Table-9TlcfLzo.js} +5 -5
- package/dist/es/{ToolTips-Y6yG2q7L.js → ToolTips-BANjeDoq.js} +3 -3
- package/dist/es/index.js +22 -22
- package/dist/es/{utils-Co2iJhr8.js → utils-C_wn2FAv.js} +1 -1
- package/dist/es/{vendor-Crdostgq.js → vendor-B66Z2ylW.js} +7 -7
- package/dist/index.css +1 -1
- package/dist/types/components/CascaderLoadMore/CascaderLoadMore.vue.d.ts +2 -0
- package/dist/types/components/CascaderLoadMore/index.d.ts +5 -0
- package/dist/types/components/Map/Map.vue.d.ts +1 -0
- package/dist/types/components/Map/function/drawLine.d.ts +1 -1
- package/dist/types/components/Map/function/position.d.ts +2 -1
- package/dist/types/components/Map/function/ship/index.d.ts +1 -0
- package/dist/types/components/Map/index.d.ts +3 -0
- package/dist/types/components/Map/interface/position.d.ts +2 -0
- package/dist/umd/index.css +1 -1
- package/dist/umd/index.umd.cjs +40 -40
- package/package.json +1 -1
- package/dist/es/Map-B129Uv_v.js +0 -2280
|
@@ -106,6 +106,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
106
106
|
data?: unknown;
|
|
107
107
|
}[]>;
|
|
108
108
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
109
|
+
change: (value: unknown, selectedItem: unknown) => void;
|
|
109
110
|
removeTag: (value: string | number) => void;
|
|
110
111
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
111
112
|
modelValue: import('vue').PropType<string | []>;
|
|
@@ -179,6 +180,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
179
180
|
default: string;
|
|
180
181
|
};
|
|
181
182
|
}>> & Readonly<{
|
|
183
|
+
onChange?: ((value: unknown, selectedItem: unknown) => any) | undefined;
|
|
182
184
|
onRemoveTag?: ((value: string | number) => any) | undefined;
|
|
183
185
|
}>, {
|
|
184
186
|
pageSize: number;
|
|
@@ -72,6 +72,7 @@ export declare const ZhCascaderLoadMore: {
|
|
|
72
72
|
default: string;
|
|
73
73
|
};
|
|
74
74
|
}>> & Readonly<{
|
|
75
|
+
onChange?: ((value: unknown, selectedItem: unknown) => any) | undefined;
|
|
75
76
|
onRemoveTag?: ((value: string | number) => any) | undefined;
|
|
76
77
|
}>, {
|
|
77
78
|
reset: () => void;
|
|
@@ -105,6 +106,7 @@ export declare const ZhCascaderLoadMore: {
|
|
|
105
106
|
data?: unknown;
|
|
106
107
|
}[]>;
|
|
107
108
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
109
|
+
change: (value: unknown, selectedItem: unknown) => void;
|
|
108
110
|
removeTag: (value: string | number) => void;
|
|
109
111
|
}, import('vue').PublicProps, {
|
|
110
112
|
pageSize: number;
|
|
@@ -198,6 +200,7 @@ export declare const ZhCascaderLoadMore: {
|
|
|
198
200
|
default: string;
|
|
199
201
|
};
|
|
200
202
|
}>> & Readonly<{
|
|
203
|
+
onChange?: ((value: unknown, selectedItem: unknown) => any) | undefined;
|
|
201
204
|
onRemoveTag?: ((value: string | number) => any) | undefined;
|
|
202
205
|
}>, {
|
|
203
206
|
reset: () => void;
|
|
@@ -319,6 +322,7 @@ export declare const ZhCascaderLoadMore: {
|
|
|
319
322
|
default: string;
|
|
320
323
|
};
|
|
321
324
|
}>> & Readonly<{
|
|
325
|
+
onChange?: ((value: unknown, selectedItem: unknown) => any) | undefined;
|
|
322
326
|
onRemoveTag?: ((value: string | number) => any) | undefined;
|
|
323
327
|
}>, {
|
|
324
328
|
reset: () => void;
|
|
@@ -352,6 +356,7 @@ export declare const ZhCascaderLoadMore: {
|
|
|
352
356
|
data?: unknown;
|
|
353
357
|
}[]>;
|
|
354
358
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
359
|
+
change: (value: unknown, selectedItem: unknown) => void;
|
|
355
360
|
removeTag: (value: string | number) => void;
|
|
356
361
|
}, string, {
|
|
357
362
|
pageSize: number;
|
|
@@ -31,6 +31,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
31
31
|
filter: (...rest: any[]) => any;
|
|
32
32
|
blinking: (...rest: any[]) => any;
|
|
33
33
|
clear: () => any;
|
|
34
|
+
setLableStatus: (...rest: any[]) => any;
|
|
34
35
|
};
|
|
35
36
|
track: {
|
|
36
37
|
render: (...rest: any[]) => any;
|
|
@@ -7,6 +7,6 @@ export declare const useDrawLineManager: (mapInstance: Map, propsManager: PropsM
|
|
|
7
7
|
close: () => void;
|
|
8
8
|
deleteLine: (id: string) => void;
|
|
9
9
|
setUnit: (unitValue: string) => void;
|
|
10
|
-
getState: () =>
|
|
10
|
+
getState: () => "close" | "open";
|
|
11
11
|
};
|
|
12
12
|
export declare const computedDistance: (line: LineString, unit: string) => string;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { LocationEntity } from '../interface';
|
|
2
|
+
import { Map as olMap } from 'ol';
|
|
2
3
|
|
|
3
|
-
export declare const usePositionManager: (mapInstance:
|
|
4
|
+
export declare const usePositionManager: (mapInstance: olMap) => {
|
|
4
5
|
render: (portList: LocationEntity[]) => void;
|
|
5
6
|
selected: (loactionData?: LocationEntity) => void;
|
|
6
7
|
clearSelected: () => void;
|
|
@@ -10,6 +10,7 @@ export declare const useShipManager: (mapInstance: MapOl) => {
|
|
|
10
10
|
shipState: string;
|
|
11
11
|
}>) => void;
|
|
12
12
|
clear: () => void;
|
|
13
|
+
setLableStatus: (shipStatus: boolean, followStatus: boolean, selectedStatus: boolean) => void;
|
|
13
14
|
handleShipMapEvent: import('lodash-es').DebouncedFunc<(shipsFeature: Feature | null, type: string, callback?: (id: string) => void) => void>;
|
|
14
15
|
changeShipScale: (status: string) => void;
|
|
15
16
|
};
|
|
@@ -63,6 +63,7 @@ export declare const ZhMap: {
|
|
|
63
63
|
filter: (...rest: any[]) => any;
|
|
64
64
|
blinking: (...rest: any[]) => any;
|
|
65
65
|
clear: () => any;
|
|
66
|
+
setLableStatus: (...rest: any[]) => any;
|
|
66
67
|
};
|
|
67
68
|
track: {
|
|
68
69
|
render: (...rest: any[]) => any;
|
|
@@ -190,6 +191,7 @@ export declare const ZhMap: {
|
|
|
190
191
|
filter: (...rest: any[]) => any;
|
|
191
192
|
blinking: (...rest: any[]) => any;
|
|
192
193
|
clear: () => any;
|
|
194
|
+
setLableStatus: (...rest: any[]) => any;
|
|
193
195
|
};
|
|
194
196
|
track: {
|
|
195
197
|
render: (...rest: any[]) => any;
|
|
@@ -314,6 +316,7 @@ export declare const ZhMap: {
|
|
|
314
316
|
filter: (...rest: any[]) => any;
|
|
315
317
|
blinking: (...rest: any[]) => any;
|
|
316
318
|
clear: () => any;
|
|
319
|
+
setLableStatus: (...rest: any[]) => any;
|
|
317
320
|
};
|
|
318
321
|
track: {
|
|
319
322
|
render: (...rest: any[]) => any;
|