zhihao-ui 1.3.53 → 1.3.54
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-BZ34efZZ.js → BaseInfo-Bz9HbxrR.js} +1 -1
- package/dist/es/{BaseItem-DxfKmzHN.js → BaseItem-DQKOTeth.js} +3 -3
- package/dist/es/{Button-ByWikGvS.js → Button-DSjKm2wO.js} +4 -4
- package/dist/es/CascaderLoadMore-CdndYSd1.js +282 -0
- package/dist/es/{DatePicker-BS2zGuNF.js → DatePicker-BSdiMSHq.js} +3 -3
- package/dist/es/{DetailHeader-Bdjj2rT_.js → DetailHeader-BaVN1zZA.js} +3 -3
- package/dist/es/{DetailSubTitle-oDZVGEDj.js → DetailSubTitle-BMIe2Qwe.js} +2 -2
- package/dist/es/{Dialog-6oittA9s.js → Dialog-MVXB7s2S.js} +3 -3
- package/dist/es/{DiyDataTable-BzfRDF0J.js → DiyDataTable-Bi4KyAh2.js} +4 -4
- package/dist/es/{EditInfoPair-CZXKGl2-.js → EditInfoPair-Zed59i0Z.js} +3 -3
- package/dist/es/{FileWrapper-B4nZf2F1.js → FileWrapper-DwYXt2R_.js} +4 -4
- package/dist/es/{Grid-anvIeL2d.js → Grid-CCcxjfAs.js} +2 -2
- package/dist/es/{InfoPair-C6PjunKe.js → InfoPair-DbQZtDZ4.js} +3 -3
- package/dist/es/{Input-v0wMSltt.js → Input-CJadFglX.js} +3 -3
- package/dist/es/{Loading-C86LqgY4.js → Loading-C9Te67Gr.js} +2 -2
- package/dist/es/Map-rM-FhwBq.js +2319 -0
- package/dist/es/{MessageBox-Mt0l51rJ.js → MessageBox-BzwToZ0E.js} +2 -2
- package/dist/es/{MoneyInput-DU9wly48.js → MoneyInput-Cildlxii.js} +5 -5
- package/dist/es/{PageHeadPanel-CJNtdEZb.js → PageHeadPanel-oLoxYR29.js} +2 -2
- package/dist/es/{Table-BgW-kh7S.js → Table-BcTA1mjZ.js} +8 -8
- package/dist/es/{ToolTips-DtkJa3Ld.js → ToolTips-H93PrmYL.js} +3 -3
- package/dist/es/index.js +23 -23
- package/dist/es/{utils-BXhGHET2.js → utils-DRDkj6ga.js} +1 -1
- package/dist/es/{vendor-DIFwbdTH.js → vendor-CxcudVpO.js} +10946 -10410
- package/dist/index.css +1 -1
- package/dist/types/components/CascaderLoadMore/CascaderLoadMore.vue.d.ts +18 -0
- package/dist/types/components/CascaderLoadMore/index.d.ts +30 -0
- package/dist/types/components/Map/Map.vue.d.ts +1 -0
- 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/types/components/ToolTips/index.d.ts +6 -6
- package/dist/umd/index.css +1 -1
- package/dist/umd/index.umd.cjs +41 -41
- package/package.json +3 -5
- package/dist/es/CascaderLoadMore-CF_J-i8H.js +0 -261
- package/dist/es/Map-CGiEKZ7_.js +0 -2280
|
@@ -74,6 +74,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
74
74
|
type: StringConstructor;
|
|
75
75
|
default: string;
|
|
76
76
|
};
|
|
77
|
+
teleported: {
|
|
78
|
+
type: BooleanConstructor;
|
|
79
|
+
default: boolean;
|
|
80
|
+
};
|
|
81
|
+
noDataText: {
|
|
82
|
+
type: StringConstructor;
|
|
83
|
+
default: string;
|
|
84
|
+
};
|
|
77
85
|
}>, {
|
|
78
86
|
reset: () => void;
|
|
79
87
|
getSelectedOption: (searchId?: typeof selectedValue.value) => {
|
|
@@ -179,6 +187,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
179
187
|
type: StringConstructor;
|
|
180
188
|
default: string;
|
|
181
189
|
};
|
|
190
|
+
teleported: {
|
|
191
|
+
type: BooleanConstructor;
|
|
192
|
+
default: boolean;
|
|
193
|
+
};
|
|
194
|
+
noDataText: {
|
|
195
|
+
type: StringConstructor;
|
|
196
|
+
default: string;
|
|
197
|
+
};
|
|
182
198
|
}>> & Readonly<{
|
|
183
199
|
onChange?: ((value: unknown, selectedItem: unknown) => any) | undefined;
|
|
184
200
|
onRemoveTag?: ((value: string | number) => any) | undefined;
|
|
@@ -195,5 +211,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
195
211
|
placement: CascaderPlacementType;
|
|
196
212
|
trigger: CascaderTriggerType;
|
|
197
213
|
popperClass: string;
|
|
214
|
+
teleported: boolean;
|
|
215
|
+
noDataText: string;
|
|
198
216
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
199
217
|
export default _default;
|
|
@@ -71,6 +71,14 @@ export declare const ZhCascaderLoadMore: {
|
|
|
71
71
|
type: StringConstructor;
|
|
72
72
|
default: string;
|
|
73
73
|
};
|
|
74
|
+
teleported: {
|
|
75
|
+
type: BooleanConstructor;
|
|
76
|
+
default: boolean;
|
|
77
|
+
};
|
|
78
|
+
noDataText: {
|
|
79
|
+
type: StringConstructor;
|
|
80
|
+
default: string;
|
|
81
|
+
};
|
|
74
82
|
}>> & Readonly<{
|
|
75
83
|
onChange?: ((value: unknown, selectedItem: unknown) => any) | undefined;
|
|
76
84
|
onRemoveTag?: ((value: string | number) => any) | undefined;
|
|
@@ -121,6 +129,8 @@ export declare const ZhCascaderLoadMore: {
|
|
|
121
129
|
placement: import('./types.ts').CascaderPlacementType;
|
|
122
130
|
trigger: import('./types.ts').CascaderTriggerType;
|
|
123
131
|
popperClass: string;
|
|
132
|
+
teleported: boolean;
|
|
133
|
+
noDataText: string;
|
|
124
134
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
125
135
|
P: {};
|
|
126
136
|
B: {};
|
|
@@ -199,6 +209,14 @@ export declare const ZhCascaderLoadMore: {
|
|
|
199
209
|
type: StringConstructor;
|
|
200
210
|
default: string;
|
|
201
211
|
};
|
|
212
|
+
teleported: {
|
|
213
|
+
type: BooleanConstructor;
|
|
214
|
+
default: boolean;
|
|
215
|
+
};
|
|
216
|
+
noDataText: {
|
|
217
|
+
type: StringConstructor;
|
|
218
|
+
default: string;
|
|
219
|
+
};
|
|
202
220
|
}>> & Readonly<{
|
|
203
221
|
onChange?: ((value: unknown, selectedItem: unknown) => any) | undefined;
|
|
204
222
|
onRemoveTag?: ((value: string | number) => any) | undefined;
|
|
@@ -246,6 +264,8 @@ export declare const ZhCascaderLoadMore: {
|
|
|
246
264
|
placement: import('./types.ts').CascaderPlacementType;
|
|
247
265
|
trigger: import('./types.ts').CascaderTriggerType;
|
|
248
266
|
popperClass: string;
|
|
267
|
+
teleported: boolean;
|
|
268
|
+
noDataText: string;
|
|
249
269
|
}>;
|
|
250
270
|
__isFragment?: never;
|
|
251
271
|
__isTeleport?: never;
|
|
@@ -321,6 +341,14 @@ export declare const ZhCascaderLoadMore: {
|
|
|
321
341
|
type: StringConstructor;
|
|
322
342
|
default: string;
|
|
323
343
|
};
|
|
344
|
+
teleported: {
|
|
345
|
+
type: BooleanConstructor;
|
|
346
|
+
default: boolean;
|
|
347
|
+
};
|
|
348
|
+
noDataText: {
|
|
349
|
+
type: StringConstructor;
|
|
350
|
+
default: string;
|
|
351
|
+
};
|
|
324
352
|
}>> & Readonly<{
|
|
325
353
|
onChange?: ((value: unknown, selectedItem: unknown) => any) | undefined;
|
|
326
354
|
onRemoveTag?: ((value: string | number) => any) | undefined;
|
|
@@ -371,4 +399,6 @@ export declare const ZhCascaderLoadMore: {
|
|
|
371
399
|
placement: import('./types.ts').CascaderPlacementType;
|
|
372
400
|
trigger: import('./types.ts').CascaderTriggerType;
|
|
373
401
|
popperClass: string;
|
|
402
|
+
teleported: boolean;
|
|
403
|
+
noDataText: string;
|
|
374
404
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & import('vue').Plugin;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export declare const ZhToolTips: {
|
|
2
2
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
3
3
|
placement: {
|
|
4
|
-
type: import('vue').PropType<
|
|
4
|
+
type: import('vue').PropType<Placement>;
|
|
5
5
|
required: true;
|
|
6
6
|
default: string;
|
|
7
7
|
};
|
|
@@ -10,7 +10,7 @@ export declare const ZhToolTips: {
|
|
|
10
10
|
required: true;
|
|
11
11
|
};
|
|
12
12
|
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
13
|
-
placement:
|
|
13
|
+
placement: Placement;
|
|
14
14
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
15
15
|
P: {};
|
|
16
16
|
B: {};
|
|
@@ -20,7 +20,7 @@ export declare const ZhToolTips: {
|
|
|
20
20
|
Defaults: {};
|
|
21
21
|
}, Readonly<import('vue').ExtractPropTypes<{
|
|
22
22
|
placement: {
|
|
23
|
-
type: import('vue').PropType<
|
|
23
|
+
type: import('vue').PropType<Placement>;
|
|
24
24
|
required: true;
|
|
25
25
|
default: string;
|
|
26
26
|
};
|
|
@@ -29,14 +29,14 @@ export declare const ZhToolTips: {
|
|
|
29
29
|
required: true;
|
|
30
30
|
};
|
|
31
31
|
}>> & Readonly<{}>, {}, {}, {}, {}, {
|
|
32
|
-
placement:
|
|
32
|
+
placement: Placement;
|
|
33
33
|
}>;
|
|
34
34
|
__isFragment?: never;
|
|
35
35
|
__isTeleport?: never;
|
|
36
36
|
__isSuspense?: never;
|
|
37
37
|
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
38
38
|
placement: {
|
|
39
|
-
type: import('vue').PropType<
|
|
39
|
+
type: import('vue').PropType<Placement>;
|
|
40
40
|
required: true;
|
|
41
41
|
default: string;
|
|
42
42
|
};
|
|
@@ -45,7 +45,7 @@ export declare const ZhToolTips: {
|
|
|
45
45
|
required: true;
|
|
46
46
|
};
|
|
47
47
|
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
48
|
-
placement:
|
|
48
|
+
placement: Placement;
|
|
49
49
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
50
50
|
$slots: {
|
|
51
51
|
default?(_: {}): any;
|