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