zhihao-ui 1.3.62-alpha.2 → 1.3.63
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-DRE7tqhe.js → BaseInfo-aiVRbjTP.js} +2 -2
- package/dist/es/{BaseItem-B9hyAgCm.js → BaseItem-B_4mwWHs.js} +3 -3
- package/dist/es/{Button-CSE0Mb4I.js → Button-BFA52ivn.js} +2 -2
- package/dist/es/{CascaderLoadMore-DlIfow9Z.js → CascaderLoadMore-C6micaqI.js} +2 -2
- package/dist/es/{DatePicker-DRO5YMZ8.js → DatePicker-DyqXtiRa.js} +3 -3
- package/dist/es/{DetailHeader-WPFCQJFq.js → DetailHeader-pQXMyG5I.js} +3 -3
- package/dist/es/{DetailSubTitle-BWOpKhxk.js → DetailSubTitle-B-DcaPqI.js} +2 -2
- package/dist/es/{Dialog-CAiA_v3J.js → Dialog-BptDzN8n.js} +3 -3
- package/dist/es/{DiyDataTable-BXFjTq4h.js → DiyDataTable-BzNrVInw.js} +117 -117
- package/dist/es/{EditInfoPair-CZ_m9ph_.js → EditInfoPair-DCjZGPkz.js} +3 -3
- package/dist/es/{FileWrapper-Dk5178uk.js → FileWrapper-xu2XFTT8.js} +4 -4
- package/dist/es/{Grid-DXdd3Eqi.js → Grid-DEbsTV3v.js} +2 -2
- package/dist/es/{InfoPair-C8tc2XjH.js → InfoPair-B9nTZ_iX.js} +3 -3
- package/dist/es/{Input-CCkgPIDm.js → Input-FPnMJc-X.js} +3 -3
- package/dist/es/{Loading-CtaMdigH.js → Loading-D1OYqPWU.js} +2 -2
- package/dist/es/Map-JC-tR-ga.js +2474 -0
- package/dist/es/{MessageBox-DdmHDM2f.js → MessageBox-CvwRq0Fw.js} +2 -2
- package/dist/es/{MoneyInput-CsELS7YH.js → MoneyInput-DJ5g8rhm.js} +5 -5
- package/dist/es/{PageHeadPanel-TzAwDM3_.js → PageHeadPanel-BV5qQLDj.js} +2 -2
- package/dist/es/{Table-DELBhqxN.js → Table-D49FFXP7.js} +6 -6
- package/dist/es/{ToolTips-BsqDNvAz.js → ToolTips-B9Z_U4WM.js} +3 -3
- package/dist/es/index.js +23 -23
- package/dist/es/{utils-SutTRvhl.js → utils-COxKH46Q.js} +1 -1
- package/dist/es/{vendor-BnoIpJXx.js → vendor-CbeG2C4c.js} +3 -3
- package/dist/index.css +1 -1
- package/dist/types/components/DiyDataTable/DiyDataTable.vue.d.ts +1 -1
- package/dist/types/components/DiyDataTable/index.d.ts +3 -3
- package/dist/types/components/Map/Map.vue.d.ts +0 -3
- package/dist/types/components/Map/function/port.d.ts +0 -3
- package/dist/types/components/Map/index.d.ts +0 -9
- package/dist/umd/index.css +1 -1
- package/dist/umd/index.umd.cjs +50 -50
- package/package.json +1 -1
- package/dist/es/Map-BTJrG_eT.js +0 -2536
|
@@ -96,7 +96,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
96
96
|
/** 更新列配置数据 */
|
|
97
97
|
updateColumn: (index: number, column: DiyDataTableColumnItem) => void;
|
|
98
98
|
/** 重置默认列配置数据 */
|
|
99
|
-
resetColumns: (cols: DiyDataTableColumnItem[]) => void;
|
|
99
|
+
resetColumns: (cols: DiyDataTableColumnItem[], isFullReset?: boolean) => void;
|
|
100
100
|
onAddRow: () => void;
|
|
101
101
|
onAddColumn: () => void;
|
|
102
102
|
formRef: import('vue').Ref<({
|
|
@@ -78,7 +78,7 @@ export declare const ZhDiyDataTable: {
|
|
|
78
78
|
}[];
|
|
79
79
|
} | undefined>;
|
|
80
80
|
updateColumn: (index: number, column: import('./type').DiyDataTableColumnItem) => void;
|
|
81
|
-
resetColumns: (cols: import('./type').DiyDataTableColumnItem[]) => void;
|
|
81
|
+
resetColumns: (cols: import('./type').DiyDataTableColumnItem[], isFullReset?: boolean) => void;
|
|
82
82
|
onAddRow: () => void;
|
|
83
83
|
onAddColumn: () => void;
|
|
84
84
|
formRef: import('vue').Ref<({
|
|
@@ -570,7 +570,7 @@ export declare const ZhDiyDataTable: {
|
|
|
570
570
|
}[];
|
|
571
571
|
} | undefined>;
|
|
572
572
|
updateColumn: (index: number, column: import('./type').DiyDataTableColumnItem) => void;
|
|
573
|
-
resetColumns: (cols: import('./type').DiyDataTableColumnItem[]) => void;
|
|
573
|
+
resetColumns: (cols: import('./type').DiyDataTableColumnItem[], isFullReset?: boolean) => void;
|
|
574
574
|
onAddRow: () => void;
|
|
575
575
|
onAddColumn: () => void;
|
|
576
576
|
formRef: import('vue').Ref<({
|
|
@@ -1059,7 +1059,7 @@ export declare const ZhDiyDataTable: {
|
|
|
1059
1059
|
}[];
|
|
1060
1060
|
} | undefined>;
|
|
1061
1061
|
updateColumn: (index: number, column: import('./type').DiyDataTableColumnItem) => void;
|
|
1062
|
-
resetColumns: (cols: import('./type').DiyDataTableColumnItem[]) => void;
|
|
1062
|
+
resetColumns: (cols: import('./type').DiyDataTableColumnItem[], isFullReset?: boolean) => void;
|
|
1063
1063
|
onAddRow: () => void;
|
|
1064
1064
|
onAddColumn: () => void;
|
|
1065
1065
|
formRef: import('vue').Ref<({
|
|
@@ -56,9 +56,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
56
56
|
render: (portList: WharfEntity[], showTitle: boolean) => any;
|
|
57
57
|
clear: () => any;
|
|
58
58
|
selected: (portData?: WharfEntity) => any;
|
|
59
|
-
setRed: (portData?: WharfEntity) => any;
|
|
60
|
-
clearRed: () => any;
|
|
61
|
-
clearNonRed: () => any;
|
|
62
59
|
};
|
|
63
60
|
position: {
|
|
64
61
|
render: (...rest: any[]) => any;
|
|
@@ -6,8 +6,5 @@ export declare const usePortManager: (mapInstance: MapOl) => {
|
|
|
6
6
|
render: (portList: WharfEntity[], showTitle?: boolean) => void;
|
|
7
7
|
clear: () => void;
|
|
8
8
|
selected: (portData?: WharfEntity) => void;
|
|
9
|
-
setRed: (portData?: WharfEntity) => void;
|
|
10
|
-
clearRed: () => void;
|
|
11
|
-
clearNonRed: () => void;
|
|
12
9
|
handlePortHover: (portFeature: Feature | null) => void;
|
|
13
10
|
};
|
|
@@ -95,9 +95,6 @@ export declare const ZhMap: {
|
|
|
95
95
|
render: (portList: import('./interface').WharfEntity[], showTitle: boolean) => any;
|
|
96
96
|
clear: () => any;
|
|
97
97
|
selected: (portData?: import('./interface').WharfEntity) => any;
|
|
98
|
-
setRed: (portData?: import('./interface').WharfEntity) => any;
|
|
99
|
-
clearRed: () => any;
|
|
100
|
-
clearNonRed: () => any;
|
|
101
98
|
};
|
|
102
99
|
position: {
|
|
103
100
|
render: (...rest: any[]) => any;
|
|
@@ -262,9 +259,6 @@ export declare const ZhMap: {
|
|
|
262
259
|
render: (portList: import('./interface').WharfEntity[], showTitle: boolean) => any;
|
|
263
260
|
clear: () => any;
|
|
264
261
|
selected: (portData?: import('./interface').WharfEntity) => any;
|
|
265
|
-
setRed: (portData?: import('./interface').WharfEntity) => any;
|
|
266
|
-
clearRed: () => any;
|
|
267
|
-
clearNonRed: () => any;
|
|
268
262
|
};
|
|
269
263
|
position: {
|
|
270
264
|
render: (...rest: any[]) => any;
|
|
@@ -426,9 +420,6 @@ export declare const ZhMap: {
|
|
|
426
420
|
render: (portList: import('./interface').WharfEntity[], showTitle: boolean) => any;
|
|
427
421
|
clear: () => any;
|
|
428
422
|
selected: (portData?: import('./interface').WharfEntity) => any;
|
|
429
|
-
setRed: (portData?: import('./interface').WharfEntity) => any;
|
|
430
|
-
clearRed: () => any;
|
|
431
|
-
clearNonRed: () => any;
|
|
432
423
|
};
|
|
433
424
|
position: {
|
|
434
425
|
render: (...rest: any[]) => any;
|