zhihao-ui 1.3.57 → 1.3.58-alpha.2
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-CD2tAAod.js +51 -0
- package/dist/es/BaseItem-DcezA7sa.js +127 -0
- package/dist/es/{Button-DlEYWX3X.js → Button-B2Z_WKdq.js} +2 -2
- package/dist/es/CascaderLoadMore-Bt031LmH.js +277 -0
- package/dist/es/{DatePicker-CymT2gjS.js → DatePicker-CP0KSqBs.js} +3 -3
- package/dist/es/{DetailHeader-DlAjiYhV.js → DetailHeader-DoaD0eKO.js} +3 -3
- package/dist/es/{DetailSubTitle-OH6TMyKI.js → DetailSubTitle-oiPuqJg6.js} +2 -2
- package/dist/es/{Dialog-B_Psb_wh.js → Dialog-BynyEy56.js} +3 -3
- package/dist/es/{DiyDataTable-DRuRQedj.js → DiyDataTable-Bwk_tQDp.js} +9 -7
- package/dist/es/{EditInfoPair-B3TKNnnl.js → EditInfoPair-BRkRrmJI.js} +3 -3
- package/dist/es/{FileWrapper-bVyPV48o.js → FileWrapper-Bw-FhIY5.js} +4 -4
- package/dist/es/{Grid-CLU3cdzX.js → Grid-Cndtkriq.js} +35 -34
- package/dist/es/{InfoPair-nPqi45Ys.js → InfoPair-CIuXeXV1.js} +3 -3
- package/dist/es/{Input-DjQtffZg.js → Input-EcnKRK5Q.js} +3 -3
- package/dist/es/{Loading-CDxuHkdt.js → Loading-Mq3IiaFA.js} +2 -2
- package/dist/es/Map-CxCxmeGO.js +2560 -0
- package/dist/es/{MessageBox-kkpNeAii.js → MessageBox-wQY1ft63.js} +2 -2
- package/dist/es/{MoneyInput-ZLGQmpLk.js → MoneyInput-DZuOujIc.js} +5 -5
- package/dist/es/{PageHeadPanel-DsEeXTgj.js → PageHeadPanel-B2Uqf3zz.js} +2 -2
- package/dist/es/{Table-gFH87j_O.js → Table-NT97DzT0.js} +155 -155
- package/dist/es/{ToolTips-BRjrysPf.js → ToolTips-CVkx0nFU.js} +3 -3
- package/dist/es/index.js +60 -60
- package/dist/es/{utils-B-n1yx0L.js → utils-vqG84sMo.js} +1 -1
- package/dist/es/{vendor-DkGhDRdQ.js → vendor-MMWA2y7U.js} +29 -28
- package/dist/index.css +1 -1
- package/dist/types/components/BaseInfo/BaseInfo.vue.d.ts +2 -2
- package/dist/types/components/BaseInfo/index.d.ts +33 -33
- package/dist/types/components/BaseItem/BaseItem.vue.d.ts +1 -1
- package/dist/types/components/BaseItem/index.d.ts +24 -24
- package/dist/types/components/DetailSubTitle/index.d.ts +1 -0
- package/dist/types/components/DiyDataTable/DiyDataTable.vue.d.ts +32 -6
- package/dist/types/components/DiyDataTable/index.d.ts +96 -18
- package/dist/types/components/DiyDataTable/type.d.ts +1 -1
- package/dist/types/components/Grid/Grid.vue.d.ts +1 -1
- package/dist/types/components/Grid/index.d.ts +15 -15
- package/dist/types/components/Input/Input.vue.d.ts +6 -6
- package/dist/types/components/Input/index.d.ts +9 -9
- package/dist/types/components/Map/Map.vue.d.ts +9 -1
- package/dist/types/components/Map/function/drawPolygon.d.ts +1 -1
- package/dist/types/components/Map/function/event.d.ts +2 -1
- package/dist/types/components/Map/function/map.d.ts +2 -0
- package/dist/types/components/Map/function/renderPolygon.d.ts +24 -0
- package/dist/types/components/Map/function/ship/index.d.ts +1 -1
- package/dist/types/components/Map/function/ship/style.d.ts +5 -3
- package/dist/types/components/Map/index.d.ts +27 -3
- package/dist/types/components/Map/meta/index.d.ts +2 -1
- package/dist/types/components/MoneyInput/MoneyInput.vue.d.ts +4 -4
- package/dist/types/components/MoneyInput/index.d.ts +6 -6
- package/dist/types/components/Table/types.d.ts +2 -2
- package/dist/umd/index.css +1 -1
- package/dist/umd/index.umd.cjs +57 -58
- package/package.json +1 -1
- package/dist/es/BaseInfo-ehtLJvVF.js +0 -53
- package/dist/es/BaseItem-6LMSv4Je.js +0 -130
- package/dist/es/CascaderLoadMore-DKTvm00E.js +0 -287
- package/dist/es/Map-CmcmvvxF.js +0 -2363
|
@@ -47,6 +47,8 @@ export declare const ZhMap: {
|
|
|
47
47
|
getZoom: () => any;
|
|
48
48
|
setZoom: (zoom: number) => any;
|
|
49
49
|
getInstall: () => any;
|
|
50
|
+
setMapClick: (...reset: any[]) => any;
|
|
51
|
+
getMapClick: () => any;
|
|
50
52
|
getView: () => any;
|
|
51
53
|
setCenter: (lon: number, lat: number) => any;
|
|
52
54
|
getSize: () => any;
|
|
@@ -102,10 +104,16 @@ export declare const ZhMap: {
|
|
|
102
104
|
getState: () => any;
|
|
103
105
|
};
|
|
104
106
|
drawPolygon: {
|
|
105
|
-
open: () => any;
|
|
107
|
+
open: (...reset: any[]) => any;
|
|
106
108
|
close: () => any;
|
|
107
109
|
reset: () => any;
|
|
108
110
|
};
|
|
111
|
+
renderPolygon: {
|
|
112
|
+
createPolygon: (...rest: any[]) => any;
|
|
113
|
+
createCircle: (...rest: any[]) => any;
|
|
114
|
+
updatePolygon: (...rest: any[]) => any;
|
|
115
|
+
clear: () => any;
|
|
116
|
+
};
|
|
109
117
|
utils: {
|
|
110
118
|
getCalculateExtent: (...reset: any[]) => any;
|
|
111
119
|
convertSixHundredThousandToLatLng: (...reset: any[]) => any;
|
|
@@ -177,6 +185,8 @@ export declare const ZhMap: {
|
|
|
177
185
|
getZoom: () => any;
|
|
178
186
|
setZoom: (zoom: number) => any;
|
|
179
187
|
getInstall: () => any;
|
|
188
|
+
setMapClick: (...reset: any[]) => any;
|
|
189
|
+
getMapClick: () => any;
|
|
180
190
|
getView: () => any;
|
|
181
191
|
setCenter: (lon: number, lat: number) => any;
|
|
182
192
|
getSize: () => any;
|
|
@@ -232,10 +242,16 @@ export declare const ZhMap: {
|
|
|
232
242
|
getState: () => any;
|
|
233
243
|
};
|
|
234
244
|
drawPolygon: {
|
|
235
|
-
open: () => any;
|
|
245
|
+
open: (...reset: any[]) => any;
|
|
236
246
|
close: () => any;
|
|
237
247
|
reset: () => any;
|
|
238
248
|
};
|
|
249
|
+
renderPolygon: {
|
|
250
|
+
createPolygon: (...rest: any[]) => any;
|
|
251
|
+
createCircle: (...rest: any[]) => any;
|
|
252
|
+
updatePolygon: (...rest: any[]) => any;
|
|
253
|
+
clear: () => any;
|
|
254
|
+
};
|
|
239
255
|
utils: {
|
|
240
256
|
getCalculateExtent: (...reset: any[]) => any;
|
|
241
257
|
convertSixHundredThousandToLatLng: (...reset: any[]) => any;
|
|
@@ -304,6 +320,8 @@ export declare const ZhMap: {
|
|
|
304
320
|
getZoom: () => any;
|
|
305
321
|
setZoom: (zoom: number) => any;
|
|
306
322
|
getInstall: () => any;
|
|
323
|
+
setMapClick: (...reset: any[]) => any;
|
|
324
|
+
getMapClick: () => any;
|
|
307
325
|
getView: () => any;
|
|
308
326
|
setCenter: (lon: number, lat: number) => any;
|
|
309
327
|
getSize: () => any;
|
|
@@ -359,10 +377,16 @@ export declare const ZhMap: {
|
|
|
359
377
|
getState: () => any;
|
|
360
378
|
};
|
|
361
379
|
drawPolygon: {
|
|
362
|
-
open: () => any;
|
|
380
|
+
open: (...reset: any[]) => any;
|
|
363
381
|
close: () => any;
|
|
364
382
|
reset: () => any;
|
|
365
383
|
};
|
|
384
|
+
renderPolygon: {
|
|
385
|
+
createPolygon: (...rest: any[]) => any;
|
|
386
|
+
createCircle: (...rest: any[]) => any;
|
|
387
|
+
updatePolygon: (...rest: any[]) => any;
|
|
388
|
+
clear: () => any;
|
|
389
|
+
};
|
|
366
390
|
utils: {
|
|
367
391
|
getCalculateExtent: (...reset: any[]) => any;
|
|
368
392
|
convertSixHundredThousandToLatLng: (...reset: any[]) => any;
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
declare function __VLS_template(): Partial<Record<string, (_: any) => any>>;
|
|
3
3
|
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
4
4
|
modelValue: import('vue').PropType<string | number | undefined>;
|
|
5
|
-
|
|
5
|
+
style: {
|
|
6
6
|
type: import('vue').PropType<any>;
|
|
7
7
|
};
|
|
8
|
-
|
|
8
|
+
class: {
|
|
9
9
|
type: import('vue').PropType<any>;
|
|
10
10
|
};
|
|
11
11
|
showTooltip: {
|
|
@@ -14,10 +14,10 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
14
14
|
};
|
|
15
15
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
16
16
|
modelValue: import('vue').PropType<string | number | undefined>;
|
|
17
|
-
|
|
17
|
+
style: {
|
|
18
18
|
type: import('vue').PropType<any>;
|
|
19
19
|
};
|
|
20
|
-
|
|
20
|
+
class: {
|
|
21
21
|
type: import('vue').PropType<any>;
|
|
22
22
|
};
|
|
23
23
|
showTooltip: {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export declare const ZhMoneyInput: {
|
|
2
2
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
3
3
|
modelValue: import('vue').PropType<string | number | undefined>;
|
|
4
|
-
|
|
4
|
+
style: {
|
|
5
5
|
type: import('vue').PropType<any>;
|
|
6
6
|
};
|
|
7
|
-
|
|
7
|
+
class: {
|
|
8
8
|
type: import('vue').PropType<any>;
|
|
9
9
|
};
|
|
10
10
|
showTooltip: {
|
|
@@ -22,10 +22,10 @@ export declare const ZhMoneyInput: {
|
|
|
22
22
|
Defaults: {};
|
|
23
23
|
}, Readonly<import('vue').ExtractPropTypes<{
|
|
24
24
|
modelValue: import('vue').PropType<string | number | undefined>;
|
|
25
|
-
|
|
25
|
+
style: {
|
|
26
26
|
type: import('vue').PropType<any>;
|
|
27
27
|
};
|
|
28
|
-
|
|
28
|
+
class: {
|
|
29
29
|
type: import('vue').PropType<any>;
|
|
30
30
|
};
|
|
31
31
|
showTooltip: {
|
|
@@ -40,10 +40,10 @@ export declare const ZhMoneyInput: {
|
|
|
40
40
|
__isSuspense?: never;
|
|
41
41
|
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
42
42
|
modelValue: import('vue').PropType<string | number | undefined>;
|
|
43
|
-
|
|
43
|
+
style: {
|
|
44
44
|
type: import('vue').PropType<any>;
|
|
45
45
|
};
|
|
46
|
-
|
|
46
|
+
class: {
|
|
47
47
|
type: import('vue').PropType<any>;
|
|
48
48
|
};
|
|
49
49
|
showTooltip: {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { VNode, ComponentPublicInstance, Ref } from 'vue';
|
|
2
2
|
import { TableColumnCtx } from 'element-plus/es/components/table/src/table-column/defaults';
|
|
3
|
-
import { ZhTableProps, default as
|
|
3
|
+
import { ZhTableProps, default as ZhTable } from './Table.vue';
|
|
4
4
|
|
|
5
5
|
export interface EnumProps {
|
|
6
6
|
label?: string;
|
|
@@ -74,7 +74,7 @@ export interface SortChangeEvent {
|
|
|
74
74
|
prop: string;
|
|
75
75
|
order: "ascending" | "descending" | null;
|
|
76
76
|
}
|
|
77
|
-
export type ZhTableInstance = Omit<InstanceType<typeof
|
|
77
|
+
export type ZhTableInstance = Omit<InstanceType<typeof ZhTable>, keyof ComponentPublicInstance | keyof ZhTableProps>;
|
|
78
78
|
export type BreakPoint = "xs" | "sm" | "md" | "lg" | "xl";
|
|
79
79
|
export type Responsive = {
|
|
80
80
|
span?: number;
|