zhihao-ui 1.2.16 → 1.2.18
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/{DiyDataTable-C0um1VNh.js → DiyDataTable-BzYgTozd.js} +115 -104
- package/dist/es/{Table-B786GVKD.js → Table-C9p-8Gru.js} +54 -54
- package/dist/es/index.js +3 -3
- package/dist/index.css +1 -1
- package/dist/types/components/DiyDataTable/DiyDataTable.vue.d.ts +2 -0
- package/dist/types/components/DiyDataTable/index.d.ts +3 -0
- package/dist/umd/index.css +1 -1
- package/dist/umd/index.umd.cjs +2 -2
- package/package.json +1 -1
|
@@ -58,6 +58,8 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
58
58
|
} | undefined>;
|
|
59
59
|
/** 更新列配置数据 */
|
|
60
60
|
updateColumn: (index: number, column: DiyDataTableColumnItem) => void;
|
|
61
|
+
/** 重置列配置数据 */
|
|
62
|
+
resetColumns: (cols: DiyDataTableColumnItem[]) => void;
|
|
61
63
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
62
64
|
rawData: {
|
|
63
65
|
required: true;
|
|
@@ -47,6 +47,7 @@ export declare const ZhDiyDataTable: {
|
|
|
47
47
|
}[];
|
|
48
48
|
} | undefined>;
|
|
49
49
|
updateColumn: (index: number, column: import('./type').DiyDataTableColumnItem) => void;
|
|
50
|
+
resetColumns: (cols: import('./type').DiyDataTableColumnItem[]) => void;
|
|
50
51
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
51
52
|
isEdit: boolean;
|
|
52
53
|
maxRowLength: number;
|
|
@@ -107,6 +108,7 @@ export declare const ZhDiyDataTable: {
|
|
|
107
108
|
}[];
|
|
108
109
|
} | undefined>;
|
|
109
110
|
updateColumn: (index: number, column: import('./type').DiyDataTableColumnItem) => void;
|
|
111
|
+
resetColumns: (cols: import('./type').DiyDataTableColumnItem[]) => void;
|
|
110
112
|
}, {}, {}, {}, {
|
|
111
113
|
isEdit: boolean;
|
|
112
114
|
maxRowLength: number;
|
|
@@ -164,6 +166,7 @@ export declare const ZhDiyDataTable: {
|
|
|
164
166
|
}[];
|
|
165
167
|
} | undefined>;
|
|
166
168
|
updateColumn: (index: number, column: import('./type').DiyDataTableColumnItem) => void;
|
|
169
|
+
resetColumns: (cols: import('./type').DiyDataTableColumnItem[]) => void;
|
|
167
170
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
168
171
|
isEdit: boolean;
|
|
169
172
|
maxRowLength: number;
|