zhihao-ui 1.3.65-alpha.1 → 1.3.65-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-DqEFRLn8.js → BaseInfo-DTAnRyC-.js} +2 -2
- package/dist/es/{BaseItem-m83RrA2F.js → BaseItem-jPXg_Sjx.js} +3 -3
- package/dist/es/{Button-BbbSzwN-.js → Button-CNSBJsll.js} +2 -2
- package/dist/es/{CascaderLoadMore-DBsWANI9.js → CascaderLoadMore-BaVuxNe_.js} +2 -2
- package/dist/es/{DatePicker-CWP-R2oa.js → DatePicker-sfmk_BTZ.js} +3 -3
- package/dist/es/{DetailHeader-lHQhoYOA.js → DetailHeader-C15tMZH8.js} +3 -3
- package/dist/es/{DetailSubTitle-Bz7xsRSw.js → DetailSubTitle-7iLigz50.js} +2 -2
- package/dist/es/{Dialog-BjIyAcj7.js → Dialog-BK97OD-3.js} +3 -3
- package/dist/es/DiyDataTable-BIfgteFZ.js +405 -0
- package/dist/es/{EditInfoPair-Cf0uYf93.js → EditInfoPair-DIM6H8Ot.js} +3 -3
- package/dist/es/{FileWrapper-BV8cQBfA.js → FileWrapper-2SGc1IfC.js} +4 -4
- package/dist/es/{Grid-ipgXJGA5.js → Grid-qu1rIEuB.js} +2 -2
- package/dist/es/{InfoPair-BzyTEuuM.js → InfoPair-B-961OVm.js} +3 -3
- package/dist/es/{Input-CJN-YLXW.js → Input-x2uWED4Q.js} +3 -3
- package/dist/es/{Loading-cq6BW1kF.js → Loading-T9a1Z6zs.js} +2 -2
- package/dist/es/{Map-gs0EAlCP.js → Map-BbcH1BHZ.js} +5 -5
- package/dist/es/{MessageBox-CZdTHeI3.js → MessageBox-DX38s3lL.js} +2 -2
- package/dist/es/{MoneyInput-DFvUG16j.js → MoneyInput-CW0vmK5I.js} +5 -5
- package/dist/es/{PageHeadPanel-CLV6EyGv.js → PageHeadPanel-DWJoq8zZ.js} +2 -2
- package/dist/es/{Table-ejaaY5Zk.js → Table-ZpQR98FN.js} +8 -8
- package/dist/es/{ToolTips-Cajf-Tbu.js → ToolTips-CdAukH5L.js} +3 -3
- package/dist/es/index.js +23 -23
- package/dist/es/{utils-BCPlncac.js → utils-BbxL3Tzh.js} +1 -1
- package/dist/es/{vendor-CrOEdcTJ.js → vendor-NNpwFCbj.js} +21074 -18515
- package/dist/index.css +1 -1
- package/dist/types/components/DiyDataTable/DiyDataTable.vue.d.ts +14 -651
- package/dist/types/components/DiyDataTable/index.d.ts +42 -1950
- package/dist/types/components/DiyDataTable/type.d.ts +1 -4
- package/dist/types/components/utils.d.ts +1 -1
- package/dist/umd/index.css +1 -1
- package/dist/umd/index.umd.cjs +49 -49
- package/package.json +1 -1
- package/dist/es/DiyDataTable-B4MAzhOX.js +0 -448
|
@@ -55,334 +55,12 @@ export declare const ZhDiyDataTable: {
|
|
|
55
55
|
getData: () => Promise<{
|
|
56
56
|
data: import('./type').DiyDataType[];
|
|
57
57
|
columns: {
|
|
58
|
-
fixed?: "left" | "right" | undefined;
|
|
59
|
-
label?: string | undefined;
|
|
60
|
-
index?: number | ((index: number) => number) | undefined;
|
|
61
|
-
id?: string | undefined;
|
|
62
|
-
filterable?: boolean | {
|
|
63
|
-
text: string;
|
|
64
|
-
value: string;
|
|
65
|
-
}[] | import('element-plus/es/components/table/src/table-column/defaults.mjs').FilterMethods<import('./type').DiyDataType> | undefined;
|
|
66
|
-
filterMethod?: import('element-plus/es/components/table/src/table-column/defaults.mjs').FilterMethods<import('./type').DiyDataType> | undefined;
|
|
67
|
-
width?: number | undefined;
|
|
68
|
-
filters?: {
|
|
69
|
-
text: string;
|
|
70
|
-
value: string;
|
|
71
|
-
}[] | undefined;
|
|
72
|
-
realWidth?: number | null | undefined;
|
|
73
|
-
className?: string | undefined;
|
|
74
|
-
labelClassName?: string | undefined;
|
|
75
|
-
property?: string | undefined;
|
|
76
58
|
prop: string;
|
|
77
|
-
|
|
78
|
-
sortable?: string | boolean | undefined;
|
|
79
|
-
sortMethod?: ((a: import('./type').DiyDataType, b: import('./type').DiyDataType) => number) | undefined;
|
|
80
|
-
sortBy?: string | string[] | ((row: import('./type').DiyDataType, index: number, array?: import('./type').DiyDataType[] | undefined) => string) | undefined;
|
|
81
|
-
resizable?: boolean | undefined;
|
|
82
|
-
columnKey?: string | undefined;
|
|
83
|
-
rawColumnKey?: string | undefined;
|
|
84
|
-
align?: "left" | "right" | "center" | undefined;
|
|
85
|
-
headerAlign?: string | undefined;
|
|
86
|
-
showOverflowTooltip?: boolean | {
|
|
87
|
-
offset?: number | undefined;
|
|
88
|
-
transition?: string | undefined;
|
|
89
|
-
placement?: string | undefined;
|
|
90
|
-
popperClass?: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | {
|
|
91
|
-
[x: string]: boolean;
|
|
92
|
-
} | (string | {
|
|
93
|
-
[x: string]: boolean;
|
|
94
|
-
} | (string | {
|
|
95
|
-
[x: string]: boolean;
|
|
96
|
-
} | (string | {
|
|
97
|
-
[x: string]: boolean;
|
|
98
|
-
} | (string | {
|
|
99
|
-
[x: string]: boolean;
|
|
100
|
-
} | (string | {
|
|
101
|
-
[x: string]: boolean;
|
|
102
|
-
} | (string | {
|
|
103
|
-
[x: string]: boolean;
|
|
104
|
-
} | (string | {
|
|
105
|
-
[x: string]: boolean;
|
|
106
|
-
} | (string | {
|
|
107
|
-
[x: string]: boolean;
|
|
108
|
-
} | (string | {
|
|
109
|
-
[x: string]: boolean;
|
|
110
|
-
} | (string | {
|
|
111
|
-
[x: string]: boolean;
|
|
112
|
-
} | (string | {
|
|
113
|
-
[x: string]: boolean;
|
|
114
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
115
|
-
[x: string]: boolean;
|
|
116
|
-
} | (string | {
|
|
117
|
-
[x: string]: boolean;
|
|
118
|
-
} | (string | {
|
|
119
|
-
[x: string]: boolean;
|
|
120
|
-
} | (string | {
|
|
121
|
-
[x: string]: boolean;
|
|
122
|
-
} | (string | {
|
|
123
|
-
[x: string]: boolean;
|
|
124
|
-
} | (string | {
|
|
125
|
-
[x: string]: boolean;
|
|
126
|
-
} | (string | {
|
|
127
|
-
[x: string]: boolean;
|
|
128
|
-
} | (string | {
|
|
129
|
-
[x: string]: boolean;
|
|
130
|
-
} | (string | {
|
|
131
|
-
[x: string]: boolean;
|
|
132
|
-
} | (string | {
|
|
133
|
-
[x: string]: boolean;
|
|
134
|
-
} | (string | {
|
|
135
|
-
[x: string]: boolean;
|
|
136
|
-
} | (string | {
|
|
137
|
-
[x: string]: boolean;
|
|
138
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
|
139
|
-
[x: string]: boolean;
|
|
140
|
-
} | (string | {
|
|
141
|
-
[x: string]: boolean;
|
|
142
|
-
} | (string | {
|
|
143
|
-
[x: string]: boolean;
|
|
144
|
-
} | (string | {
|
|
145
|
-
[x: string]: boolean;
|
|
146
|
-
} | (string | {
|
|
147
|
-
[x: string]: boolean;
|
|
148
|
-
} | (string | {
|
|
149
|
-
[x: string]: boolean;
|
|
150
|
-
} | (string | {
|
|
151
|
-
[x: string]: boolean;
|
|
152
|
-
} | (string | {
|
|
153
|
-
[x: string]: boolean;
|
|
154
|
-
} | (string | {
|
|
155
|
-
[x: string]: boolean;
|
|
156
|
-
} | (string | {
|
|
157
|
-
[x: string]: boolean;
|
|
158
|
-
} | (string | {
|
|
159
|
-
[x: string]: boolean;
|
|
160
|
-
} | (string | {
|
|
161
|
-
[x: string]: boolean;
|
|
162
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
163
|
-
[x: string]: boolean;
|
|
164
|
-
} | (string | {
|
|
165
|
-
[x: string]: boolean;
|
|
166
|
-
} | (string | {
|
|
167
|
-
[x: string]: boolean;
|
|
168
|
-
} | (string | {
|
|
169
|
-
[x: string]: boolean;
|
|
170
|
-
} | (string | {
|
|
171
|
-
[x: string]: boolean;
|
|
172
|
-
} | (string | {
|
|
173
|
-
[x: string]: boolean;
|
|
174
|
-
} | (string | {
|
|
175
|
-
[x: string]: boolean;
|
|
176
|
-
} | (string | {
|
|
177
|
-
[x: string]: boolean;
|
|
178
|
-
} | (string | {
|
|
179
|
-
[x: string]: boolean;
|
|
180
|
-
} | (string | {
|
|
181
|
-
[x: string]: boolean;
|
|
182
|
-
} | (string | {
|
|
183
|
-
[x: string]: boolean;
|
|
184
|
-
} | (string | {
|
|
185
|
-
[x: string]: boolean;
|
|
186
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]))[], unknown, unknown> | undefined;
|
|
187
|
-
effect?: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string) | (() => import('element-plus').PopperEffect) | ((new (...args: any[]) => string) | (() => import('element-plus').PopperEffect))[], unknown, unknown> | undefined;
|
|
188
|
-
popperOptions?: any;
|
|
189
|
-
showArrow?: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
190
|
-
appendTo?: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>) | ((new (...args: any[]) => string | HTMLElement) | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>))[], unknown, unknown> | undefined;
|
|
191
|
-
enterable?: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
192
|
-
showAfter?: number | undefined;
|
|
193
|
-
hideAfter?: number | undefined;
|
|
194
|
-
} | undefined;
|
|
195
|
-
tooltipFormatter?: import('element-plus/es/components/table/src/util.mjs').TableOverflowTooltipFormatter<import('./type').DiyDataType> | undefined;
|
|
196
|
-
formatter?: (((row: import('./type').DiyDataType, column: import('element-plus').TableColumnCtx<import('./type').DiyDataType>, cellValue: any, index: number) => import('vue').VNode | string) & ((value: string | import('./type').DiyDataType) => string)) | undefined;
|
|
197
|
-
selectable?: (((row: import('./type').DiyDataType, index: number) => boolean) & ((row: import('./type').DiyDataType, index: number) => boolean)) | undefined;
|
|
198
|
-
reserveSelection?: boolean | undefined;
|
|
199
|
-
filteredValue?: string[] | undefined;
|
|
200
|
-
filterPlacement?: string | undefined;
|
|
201
|
-
filterMultiple?: boolean | undefined;
|
|
202
|
-
filterClassName?: string | undefined;
|
|
203
|
-
sortOrders?: (import('element-plus/es/components/table/src/table/defaults.mjs').TableSortOrder | null)[] | undefined;
|
|
204
|
-
colSpan?: number | undefined;
|
|
205
|
-
rowSpan?: number | undefined;
|
|
206
|
-
level?: number | undefined;
|
|
207
|
-
order?: import('element-plus/es/components/table/src/table/defaults.mjs').TableSortOrder | null | undefined;
|
|
208
|
-
isColumnGroup?: boolean | undefined;
|
|
209
|
-
isSubColumn?: boolean | undefined;
|
|
210
|
-
columns?: {
|
|
211
|
-
id: string;
|
|
212
|
-
realWidth: number | null;
|
|
213
|
-
type: string;
|
|
214
|
-
label: string;
|
|
215
|
-
className: string;
|
|
216
|
-
labelClassName: string;
|
|
217
|
-
property: string;
|
|
218
|
-
prop: string;
|
|
219
|
-
width?: (string | number) | undefined;
|
|
220
|
-
minWidth: string | number;
|
|
221
|
-
renderHeader: (data: {
|
|
222
|
-
column: import('element-plus').TableColumnCtx<import('./type').DiyDataType>;
|
|
223
|
-
$index: number;
|
|
224
|
-
store: import('element-plus/es/components/table/src/store/index.mjs').Store<import('./type').DiyDataType>;
|
|
225
|
-
_self: any;
|
|
226
|
-
}) => import('vue').VNode;
|
|
227
|
-
sortable: boolean | string;
|
|
228
|
-
sortMethod: (a: import('./type').DiyDataType, b: import('./type').DiyDataType) => number;
|
|
229
|
-
sortBy: string | string[] | ((row: import('./type').DiyDataType, index: number, array?: import('./type').DiyDataType[] | undefined) => string);
|
|
230
|
-
resizable: boolean;
|
|
231
|
-
columnKey: string;
|
|
232
|
-
rawColumnKey: string;
|
|
233
|
-
align: string;
|
|
234
|
-
headerAlign: string;
|
|
235
|
-
showOverflowTooltip?: boolean | {
|
|
236
|
-
offset?: number | undefined;
|
|
237
|
-
transition?: string | undefined;
|
|
238
|
-
placement?: string | undefined;
|
|
239
|
-
popperClass?: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | {
|
|
240
|
-
[x: string]: boolean;
|
|
241
|
-
} | (string | {
|
|
242
|
-
[x: string]: boolean;
|
|
243
|
-
} | (string | {
|
|
244
|
-
[x: string]: boolean;
|
|
245
|
-
} | (string | {
|
|
246
|
-
[x: string]: boolean;
|
|
247
|
-
} | (string | {
|
|
248
|
-
[x: string]: boolean;
|
|
249
|
-
} | (string | {
|
|
250
|
-
[x: string]: boolean;
|
|
251
|
-
} | (string | {
|
|
252
|
-
[x: string]: boolean;
|
|
253
|
-
} | (string | {
|
|
254
|
-
[x: string]: boolean;
|
|
255
|
-
} | (string | {
|
|
256
|
-
[x: string]: boolean;
|
|
257
|
-
} | (string | {
|
|
258
|
-
[x: string]: boolean;
|
|
259
|
-
} | (string | {
|
|
260
|
-
[x: string]: boolean;
|
|
261
|
-
} | (string | {
|
|
262
|
-
[x: string]: boolean;
|
|
263
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
264
|
-
[x: string]: boolean;
|
|
265
|
-
} | (string | {
|
|
266
|
-
[x: string]: boolean;
|
|
267
|
-
} | (string | {
|
|
268
|
-
[x: string]: boolean;
|
|
269
|
-
} | (string | {
|
|
270
|
-
[x: string]: boolean;
|
|
271
|
-
} | (string | {
|
|
272
|
-
[x: string]: boolean;
|
|
273
|
-
} | (string | {
|
|
274
|
-
[x: string]: boolean;
|
|
275
|
-
} | (string | {
|
|
276
|
-
[x: string]: boolean;
|
|
277
|
-
} | (string | {
|
|
278
|
-
[x: string]: boolean;
|
|
279
|
-
} | (string | {
|
|
280
|
-
[x: string]: boolean;
|
|
281
|
-
} | (string | {
|
|
282
|
-
[x: string]: boolean;
|
|
283
|
-
} | (string | {
|
|
284
|
-
[x: string]: boolean;
|
|
285
|
-
} | (string | {
|
|
286
|
-
[x: string]: boolean;
|
|
287
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
|
288
|
-
[x: string]: boolean;
|
|
289
|
-
} | (string | {
|
|
290
|
-
[x: string]: boolean;
|
|
291
|
-
} | (string | {
|
|
292
|
-
[x: string]: boolean;
|
|
293
|
-
} | (string | {
|
|
294
|
-
[x: string]: boolean;
|
|
295
|
-
} | (string | {
|
|
296
|
-
[x: string]: boolean;
|
|
297
|
-
} | (string | {
|
|
298
|
-
[x: string]: boolean;
|
|
299
|
-
} | (string | {
|
|
300
|
-
[x: string]: boolean;
|
|
301
|
-
} | (string | {
|
|
302
|
-
[x: string]: boolean;
|
|
303
|
-
} | (string | {
|
|
304
|
-
[x: string]: boolean;
|
|
305
|
-
} | (string | {
|
|
306
|
-
[x: string]: boolean;
|
|
307
|
-
} | (string | {
|
|
308
|
-
[x: string]: boolean;
|
|
309
|
-
} | (string | {
|
|
310
|
-
[x: string]: boolean;
|
|
311
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
312
|
-
[x: string]: boolean;
|
|
313
|
-
} | (string | {
|
|
314
|
-
[x: string]: boolean;
|
|
315
|
-
} | (string | {
|
|
316
|
-
[x: string]: boolean;
|
|
317
|
-
} | (string | {
|
|
318
|
-
[x: string]: boolean;
|
|
319
|
-
} | (string | {
|
|
320
|
-
[x: string]: boolean;
|
|
321
|
-
} | (string | {
|
|
322
|
-
[x: string]: boolean;
|
|
323
|
-
} | (string | {
|
|
324
|
-
[x: string]: boolean;
|
|
325
|
-
} | (string | {
|
|
326
|
-
[x: string]: boolean;
|
|
327
|
-
} | (string | {
|
|
328
|
-
[x: string]: boolean;
|
|
329
|
-
} | (string | {
|
|
330
|
-
[x: string]: boolean;
|
|
331
|
-
} | (string | {
|
|
332
|
-
[x: string]: boolean;
|
|
333
|
-
} | (string | {
|
|
334
|
-
[x: string]: boolean;
|
|
335
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]))[], unknown, unknown> | undefined;
|
|
336
|
-
effect?: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string) | (() => import('element-plus').PopperEffect) | ((new (...args: any[]) => string) | (() => import('element-plus').PopperEffect))[], unknown, unknown> | undefined;
|
|
337
|
-
popperOptions?: any;
|
|
338
|
-
showArrow?: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
339
|
-
appendTo?: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>) | ((new (...args: any[]) => string | HTMLElement) | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>))[], unknown, unknown> | undefined;
|
|
340
|
-
enterable?: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
341
|
-
showAfter?: number | undefined;
|
|
342
|
-
hideAfter?: number | undefined;
|
|
343
|
-
} | undefined;
|
|
344
|
-
tooltipFormatter?: import('element-plus/es/components/table/src/util.mjs').TableOverflowTooltipFormatter<import('./type').DiyDataType> | undefined;
|
|
345
|
-
fixed: boolean | string;
|
|
346
|
-
formatter: (row: import('./type').DiyDataType, column: import('element-plus').TableColumnCtx<import('./type').DiyDataType>, cellValue: any, index: number) => import('vue').VNode | string;
|
|
347
|
-
selectable: (row: import('./type').DiyDataType, index: number) => boolean;
|
|
348
|
-
reserveSelection: boolean;
|
|
349
|
-
filterMethod: import('element-plus/es/components/table/src/table-column/defaults.mjs').FilterMethods<import('./type').DiyDataType>;
|
|
350
|
-
filteredValue: string[];
|
|
351
|
-
filters: {
|
|
352
|
-
text: string;
|
|
353
|
-
value: string;
|
|
354
|
-
}[];
|
|
355
|
-
filterPlacement: string;
|
|
356
|
-
filterMultiple: boolean;
|
|
357
|
-
filterClassName: string;
|
|
358
|
-
index: number | ((index: number) => number);
|
|
359
|
-
sortOrders: (import('element-plus/es/components/table/src/table/defaults.mjs').TableSortOrder | null)[];
|
|
360
|
-
renderCell: (data: any) => import('vue').VNode | import('vue').VNode[];
|
|
361
|
-
colSpan: number;
|
|
362
|
-
rowSpan: number;
|
|
363
|
-
children?: any[] | undefined;
|
|
364
|
-
level: number;
|
|
365
|
-
filterable: boolean | {
|
|
366
|
-
text: string;
|
|
367
|
-
value: string;
|
|
368
|
-
}[] | import('element-plus/es/components/table/src/table-column/defaults.mjs').FilterMethods<import('./type').DiyDataType>;
|
|
369
|
-
order: import('element-plus/es/components/table/src/table/defaults.mjs').TableSortOrder | null;
|
|
370
|
-
isColumnGroup: boolean;
|
|
371
|
-
isSubColumn: boolean;
|
|
372
|
-
columns: any[];
|
|
373
|
-
getColumnIndex: () => number;
|
|
374
|
-
no: number;
|
|
375
|
-
filterOpened?: boolean | undefined;
|
|
376
|
-
renderFilterIcon?: ((scope: any) => import('vue').VNode) | undefined;
|
|
377
|
-
renderExpand?: ((scope: any) => import('vue').VNode) | undefined;
|
|
378
|
-
}[] | undefined;
|
|
379
|
-
getColumnIndex?: (() => number) | undefined;
|
|
380
|
-
no?: number | undefined;
|
|
381
|
-
filterOpened?: boolean | undefined;
|
|
382
|
-
renderFilterIcon?: ((scope: any) => import('vue').VNode) | undefined;
|
|
383
|
-
renderExpand?: ((scope: any) => import('vue').VNode) | undefined;
|
|
59
|
+
label?: string | undefined;
|
|
384
60
|
key?: (number | string) | undefined;
|
|
385
61
|
isAdd?: boolean | undefined;
|
|
62
|
+
width?: number | undefined;
|
|
63
|
+
minWidth?: number | undefined;
|
|
386
64
|
maxlength?: number | undefined;
|
|
387
65
|
headerMaxlength?: number | undefined;
|
|
388
66
|
placeholder?: string | undefined;
|
|
@@ -392,10 +70,14 @@ export declare const ZhDiyDataTable: {
|
|
|
392
70
|
isSameData?: boolean | undefined;
|
|
393
71
|
type?: import('./type').DIY_DATA_TYPE | undefined;
|
|
394
72
|
completeList?: string[] | undefined;
|
|
73
|
+
formatter?: ((value: string | import('./type').DiyDataType) => string) | undefined;
|
|
395
74
|
showFormatter?: ((value: string) => string) | undefined;
|
|
396
75
|
parser?: ((value: string) => string) | undefined;
|
|
397
76
|
varidate?: ((value: string | number | undefined, row: import('./type').DiyDataType, index: number) => true | string) | undefined;
|
|
77
|
+
fixed?: ("left" | "right") | undefined;
|
|
398
78
|
slot?: string | undefined;
|
|
79
|
+
selectable?: ((row: import('./type').DiyDataType, index: number) => boolean) | undefined;
|
|
80
|
+
reserveSelection?: boolean | undefined;
|
|
399
81
|
isShow?: boolean | undefined;
|
|
400
82
|
isNewlyColumn?: boolean | undefined;
|
|
401
83
|
showWordLimit?: boolean | undefined;
|
|
@@ -408,334 +90,12 @@ export declare const ZhDiyDataTable: {
|
|
|
408
90
|
onAddColumn: () => void;
|
|
409
91
|
formRef: import('vue').Ref<import('element-plus').FormInstance | undefined, import('element-plus').FormInstance | undefined>;
|
|
410
92
|
getColumns: () => {
|
|
411
|
-
fixed?: "left" | "right" | undefined;
|
|
412
|
-
label?: string | undefined;
|
|
413
|
-
index?: number | ((index: number) => number) | undefined;
|
|
414
|
-
id?: string | undefined;
|
|
415
|
-
filterable?: boolean | {
|
|
416
|
-
text: string;
|
|
417
|
-
value: string;
|
|
418
|
-
}[] | import('element-plus/es/components/table/src/table-column/defaults.mjs').FilterMethods<import('./type').DiyDataType> | undefined;
|
|
419
|
-
filterMethod?: import('element-plus/es/components/table/src/table-column/defaults.mjs').FilterMethods<import('./type').DiyDataType> | undefined;
|
|
420
|
-
width?: number | undefined;
|
|
421
|
-
filters?: {
|
|
422
|
-
text: string;
|
|
423
|
-
value: string;
|
|
424
|
-
}[] | undefined;
|
|
425
|
-
realWidth?: number | null | undefined;
|
|
426
|
-
className?: string | undefined;
|
|
427
|
-
labelClassName?: string | undefined;
|
|
428
|
-
property?: string | undefined;
|
|
429
93
|
prop: string;
|
|
430
|
-
|
|
431
|
-
sortable?: string | boolean | undefined;
|
|
432
|
-
sortMethod?: ((a: import('./type').DiyDataType, b: import('./type').DiyDataType) => number) | undefined;
|
|
433
|
-
sortBy?: string | string[] | ((row: import('./type').DiyDataType, index: number, array?: import('./type').DiyDataType[] | undefined) => string) | undefined;
|
|
434
|
-
resizable?: boolean | undefined;
|
|
435
|
-
columnKey?: string | undefined;
|
|
436
|
-
rawColumnKey?: string | undefined;
|
|
437
|
-
align?: "left" | "right" | "center" | undefined;
|
|
438
|
-
headerAlign?: string | undefined;
|
|
439
|
-
showOverflowTooltip?: boolean | {
|
|
440
|
-
offset?: number | undefined;
|
|
441
|
-
transition?: string | undefined;
|
|
442
|
-
placement?: string | undefined;
|
|
443
|
-
popperClass?: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | {
|
|
444
|
-
[x: string]: boolean;
|
|
445
|
-
} | (string | {
|
|
446
|
-
[x: string]: boolean;
|
|
447
|
-
} | (string | {
|
|
448
|
-
[x: string]: boolean;
|
|
449
|
-
} | (string | {
|
|
450
|
-
[x: string]: boolean;
|
|
451
|
-
} | (string | {
|
|
452
|
-
[x: string]: boolean;
|
|
453
|
-
} | (string | {
|
|
454
|
-
[x: string]: boolean;
|
|
455
|
-
} | (string | {
|
|
456
|
-
[x: string]: boolean;
|
|
457
|
-
} | (string | {
|
|
458
|
-
[x: string]: boolean;
|
|
459
|
-
} | (string | {
|
|
460
|
-
[x: string]: boolean;
|
|
461
|
-
} | (string | {
|
|
462
|
-
[x: string]: boolean;
|
|
463
|
-
} | (string | {
|
|
464
|
-
[x: string]: boolean;
|
|
465
|
-
} | (string | {
|
|
466
|
-
[x: string]: boolean;
|
|
467
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
468
|
-
[x: string]: boolean;
|
|
469
|
-
} | (string | {
|
|
470
|
-
[x: string]: boolean;
|
|
471
|
-
} | (string | {
|
|
472
|
-
[x: string]: boolean;
|
|
473
|
-
} | (string | {
|
|
474
|
-
[x: string]: boolean;
|
|
475
|
-
} | (string | {
|
|
476
|
-
[x: string]: boolean;
|
|
477
|
-
} | (string | {
|
|
478
|
-
[x: string]: boolean;
|
|
479
|
-
} | (string | {
|
|
480
|
-
[x: string]: boolean;
|
|
481
|
-
} | (string | {
|
|
482
|
-
[x: string]: boolean;
|
|
483
|
-
} | (string | {
|
|
484
|
-
[x: string]: boolean;
|
|
485
|
-
} | (string | {
|
|
486
|
-
[x: string]: boolean;
|
|
487
|
-
} | (string | {
|
|
488
|
-
[x: string]: boolean;
|
|
489
|
-
} | (string | {
|
|
490
|
-
[x: string]: boolean;
|
|
491
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
|
492
|
-
[x: string]: boolean;
|
|
493
|
-
} | (string | {
|
|
494
|
-
[x: string]: boolean;
|
|
495
|
-
} | (string | {
|
|
496
|
-
[x: string]: boolean;
|
|
497
|
-
} | (string | {
|
|
498
|
-
[x: string]: boolean;
|
|
499
|
-
} | (string | {
|
|
500
|
-
[x: string]: boolean;
|
|
501
|
-
} | (string | {
|
|
502
|
-
[x: string]: boolean;
|
|
503
|
-
} | (string | {
|
|
504
|
-
[x: string]: boolean;
|
|
505
|
-
} | (string | {
|
|
506
|
-
[x: string]: boolean;
|
|
507
|
-
} | (string | {
|
|
508
|
-
[x: string]: boolean;
|
|
509
|
-
} | (string | {
|
|
510
|
-
[x: string]: boolean;
|
|
511
|
-
} | (string | {
|
|
512
|
-
[x: string]: boolean;
|
|
513
|
-
} | (string | {
|
|
514
|
-
[x: string]: boolean;
|
|
515
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
516
|
-
[x: string]: boolean;
|
|
517
|
-
} | (string | {
|
|
518
|
-
[x: string]: boolean;
|
|
519
|
-
} | (string | {
|
|
520
|
-
[x: string]: boolean;
|
|
521
|
-
} | (string | {
|
|
522
|
-
[x: string]: boolean;
|
|
523
|
-
} | (string | {
|
|
524
|
-
[x: string]: boolean;
|
|
525
|
-
} | (string | {
|
|
526
|
-
[x: string]: boolean;
|
|
527
|
-
} | (string | {
|
|
528
|
-
[x: string]: boolean;
|
|
529
|
-
} | (string | {
|
|
530
|
-
[x: string]: boolean;
|
|
531
|
-
} | (string | {
|
|
532
|
-
[x: string]: boolean;
|
|
533
|
-
} | (string | {
|
|
534
|
-
[x: string]: boolean;
|
|
535
|
-
} | (string | {
|
|
536
|
-
[x: string]: boolean;
|
|
537
|
-
} | (string | {
|
|
538
|
-
[x: string]: boolean;
|
|
539
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]))[], unknown, unknown> | undefined;
|
|
540
|
-
effect?: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string) | (() => import('element-plus').PopperEffect) | ((new (...args: any[]) => string) | (() => import('element-plus').PopperEffect))[], unknown, unknown> | undefined;
|
|
541
|
-
popperOptions?: any;
|
|
542
|
-
showArrow?: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
543
|
-
appendTo?: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>) | ((new (...args: any[]) => string | HTMLElement) | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>))[], unknown, unknown> | undefined;
|
|
544
|
-
enterable?: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
545
|
-
showAfter?: number | undefined;
|
|
546
|
-
hideAfter?: number | undefined;
|
|
547
|
-
} | undefined;
|
|
548
|
-
tooltipFormatter?: import('element-plus/es/components/table/src/util.mjs').TableOverflowTooltipFormatter<import('./type').DiyDataType> | undefined;
|
|
549
|
-
formatter?: (((row: import('./type').DiyDataType, column: import('element-plus').TableColumnCtx<import('./type').DiyDataType>, cellValue: any, index: number) => import('vue').VNode | string) & ((value: string | import('./type').DiyDataType) => string)) | undefined;
|
|
550
|
-
selectable?: (((row: import('./type').DiyDataType, index: number) => boolean) & ((row: import('./type').DiyDataType, index: number) => boolean)) | undefined;
|
|
551
|
-
reserveSelection?: boolean | undefined;
|
|
552
|
-
filteredValue?: string[] | undefined;
|
|
553
|
-
filterPlacement?: string | undefined;
|
|
554
|
-
filterMultiple?: boolean | undefined;
|
|
555
|
-
filterClassName?: string | undefined;
|
|
556
|
-
sortOrders?: (import('element-plus/es/components/table/src/table/defaults.mjs').TableSortOrder | null)[] | undefined;
|
|
557
|
-
colSpan?: number | undefined;
|
|
558
|
-
rowSpan?: number | undefined;
|
|
559
|
-
level?: number | undefined;
|
|
560
|
-
order?: import('element-plus/es/components/table/src/table/defaults.mjs').TableSortOrder | null | undefined;
|
|
561
|
-
isColumnGroup?: boolean | undefined;
|
|
562
|
-
isSubColumn?: boolean | undefined;
|
|
563
|
-
columns?: {
|
|
564
|
-
id: string;
|
|
565
|
-
realWidth: number | null;
|
|
566
|
-
type: string;
|
|
567
|
-
label: string;
|
|
568
|
-
className: string;
|
|
569
|
-
labelClassName: string;
|
|
570
|
-
property: string;
|
|
571
|
-
prop: string;
|
|
572
|
-
width?: (string | number) | undefined;
|
|
573
|
-
minWidth: string | number;
|
|
574
|
-
renderHeader: (data: {
|
|
575
|
-
column: import('element-plus').TableColumnCtx<import('./type').DiyDataType>;
|
|
576
|
-
$index: number;
|
|
577
|
-
store: import('element-plus/es/components/table/src/store/index.mjs').Store<import('./type').DiyDataType>;
|
|
578
|
-
_self: any;
|
|
579
|
-
}) => import('vue').VNode;
|
|
580
|
-
sortable: boolean | string;
|
|
581
|
-
sortMethod: (a: import('./type').DiyDataType, b: import('./type').DiyDataType) => number;
|
|
582
|
-
sortBy: string | string[] | ((row: import('./type').DiyDataType, index: number, array?: import('./type').DiyDataType[] | undefined) => string);
|
|
583
|
-
resizable: boolean;
|
|
584
|
-
columnKey: string;
|
|
585
|
-
rawColumnKey: string;
|
|
586
|
-
align: string;
|
|
587
|
-
headerAlign: string;
|
|
588
|
-
showOverflowTooltip?: boolean | {
|
|
589
|
-
offset?: number | undefined;
|
|
590
|
-
transition?: string | undefined;
|
|
591
|
-
placement?: string | undefined;
|
|
592
|
-
popperClass?: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | {
|
|
593
|
-
[x: string]: boolean;
|
|
594
|
-
} | (string | {
|
|
595
|
-
[x: string]: boolean;
|
|
596
|
-
} | (string | {
|
|
597
|
-
[x: string]: boolean;
|
|
598
|
-
} | (string | {
|
|
599
|
-
[x: string]: boolean;
|
|
600
|
-
} | (string | {
|
|
601
|
-
[x: string]: boolean;
|
|
602
|
-
} | (string | {
|
|
603
|
-
[x: string]: boolean;
|
|
604
|
-
} | (string | {
|
|
605
|
-
[x: string]: boolean;
|
|
606
|
-
} | (string | {
|
|
607
|
-
[x: string]: boolean;
|
|
608
|
-
} | (string | {
|
|
609
|
-
[x: string]: boolean;
|
|
610
|
-
} | (string | {
|
|
611
|
-
[x: string]: boolean;
|
|
612
|
-
} | (string | {
|
|
613
|
-
[x: string]: boolean;
|
|
614
|
-
} | (string | {
|
|
615
|
-
[x: string]: boolean;
|
|
616
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
617
|
-
[x: string]: boolean;
|
|
618
|
-
} | (string | {
|
|
619
|
-
[x: string]: boolean;
|
|
620
|
-
} | (string | {
|
|
621
|
-
[x: string]: boolean;
|
|
622
|
-
} | (string | {
|
|
623
|
-
[x: string]: boolean;
|
|
624
|
-
} | (string | {
|
|
625
|
-
[x: string]: boolean;
|
|
626
|
-
} | (string | {
|
|
627
|
-
[x: string]: boolean;
|
|
628
|
-
} | (string | {
|
|
629
|
-
[x: string]: boolean;
|
|
630
|
-
} | (string | {
|
|
631
|
-
[x: string]: boolean;
|
|
632
|
-
} | (string | {
|
|
633
|
-
[x: string]: boolean;
|
|
634
|
-
} | (string | {
|
|
635
|
-
[x: string]: boolean;
|
|
636
|
-
} | (string | {
|
|
637
|
-
[x: string]: boolean;
|
|
638
|
-
} | (string | {
|
|
639
|
-
[x: string]: boolean;
|
|
640
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
|
641
|
-
[x: string]: boolean;
|
|
642
|
-
} | (string | {
|
|
643
|
-
[x: string]: boolean;
|
|
644
|
-
} | (string | {
|
|
645
|
-
[x: string]: boolean;
|
|
646
|
-
} | (string | {
|
|
647
|
-
[x: string]: boolean;
|
|
648
|
-
} | (string | {
|
|
649
|
-
[x: string]: boolean;
|
|
650
|
-
} | (string | {
|
|
651
|
-
[x: string]: boolean;
|
|
652
|
-
} | (string | {
|
|
653
|
-
[x: string]: boolean;
|
|
654
|
-
} | (string | {
|
|
655
|
-
[x: string]: boolean;
|
|
656
|
-
} | (string | {
|
|
657
|
-
[x: string]: boolean;
|
|
658
|
-
} | (string | {
|
|
659
|
-
[x: string]: boolean;
|
|
660
|
-
} | (string | {
|
|
661
|
-
[x: string]: boolean;
|
|
662
|
-
} | (string | {
|
|
663
|
-
[x: string]: boolean;
|
|
664
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
665
|
-
[x: string]: boolean;
|
|
666
|
-
} | (string | {
|
|
667
|
-
[x: string]: boolean;
|
|
668
|
-
} | (string | {
|
|
669
|
-
[x: string]: boolean;
|
|
670
|
-
} | (string | {
|
|
671
|
-
[x: string]: boolean;
|
|
672
|
-
} | (string | {
|
|
673
|
-
[x: string]: boolean;
|
|
674
|
-
} | (string | {
|
|
675
|
-
[x: string]: boolean;
|
|
676
|
-
} | (string | {
|
|
677
|
-
[x: string]: boolean;
|
|
678
|
-
} | (string | {
|
|
679
|
-
[x: string]: boolean;
|
|
680
|
-
} | (string | {
|
|
681
|
-
[x: string]: boolean;
|
|
682
|
-
} | (string | {
|
|
683
|
-
[x: string]: boolean;
|
|
684
|
-
} | (string | {
|
|
685
|
-
[x: string]: boolean;
|
|
686
|
-
} | (string | {
|
|
687
|
-
[x: string]: boolean;
|
|
688
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]))[], unknown, unknown> | undefined;
|
|
689
|
-
effect?: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string) | (() => import('element-plus').PopperEffect) | ((new (...args: any[]) => string) | (() => import('element-plus').PopperEffect))[], unknown, unknown> | undefined;
|
|
690
|
-
popperOptions?: any;
|
|
691
|
-
showArrow?: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
692
|
-
appendTo?: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>) | ((new (...args: any[]) => string | HTMLElement) | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>))[], unknown, unknown> | undefined;
|
|
693
|
-
enterable?: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
694
|
-
showAfter?: number | undefined;
|
|
695
|
-
hideAfter?: number | undefined;
|
|
696
|
-
} | undefined;
|
|
697
|
-
tooltipFormatter?: import('element-plus/es/components/table/src/util.mjs').TableOverflowTooltipFormatter<import('./type').DiyDataType> | undefined;
|
|
698
|
-
fixed: boolean | string;
|
|
699
|
-
formatter: (row: import('./type').DiyDataType, column: import('element-plus').TableColumnCtx<import('./type').DiyDataType>, cellValue: any, index: number) => import('vue').VNode | string;
|
|
700
|
-
selectable: (row: import('./type').DiyDataType, index: number) => boolean;
|
|
701
|
-
reserveSelection: boolean;
|
|
702
|
-
filterMethod: import('element-plus/es/components/table/src/table-column/defaults.mjs').FilterMethods<import('./type').DiyDataType>;
|
|
703
|
-
filteredValue: string[];
|
|
704
|
-
filters: {
|
|
705
|
-
text: string;
|
|
706
|
-
value: string;
|
|
707
|
-
}[];
|
|
708
|
-
filterPlacement: string;
|
|
709
|
-
filterMultiple: boolean;
|
|
710
|
-
filterClassName: string;
|
|
711
|
-
index: number | ((index: number) => number);
|
|
712
|
-
sortOrders: (import('element-plus/es/components/table/src/table/defaults.mjs').TableSortOrder | null)[];
|
|
713
|
-
renderCell: (data: any) => import('vue').VNode | import('vue').VNode[];
|
|
714
|
-
colSpan: number;
|
|
715
|
-
rowSpan: number;
|
|
716
|
-
children?: any[] | undefined;
|
|
717
|
-
level: number;
|
|
718
|
-
filterable: boolean | {
|
|
719
|
-
text: string;
|
|
720
|
-
value: string;
|
|
721
|
-
}[] | import('element-plus/es/components/table/src/table-column/defaults.mjs').FilterMethods<import('./type').DiyDataType>;
|
|
722
|
-
order: import('element-plus/es/components/table/src/table/defaults.mjs').TableSortOrder | null;
|
|
723
|
-
isColumnGroup: boolean;
|
|
724
|
-
isSubColumn: boolean;
|
|
725
|
-
columns: any[];
|
|
726
|
-
getColumnIndex: () => number;
|
|
727
|
-
no: number;
|
|
728
|
-
filterOpened?: boolean | undefined;
|
|
729
|
-
renderFilterIcon?: ((scope: any) => import('vue').VNode) | undefined;
|
|
730
|
-
renderExpand?: ((scope: any) => import('vue').VNode) | undefined;
|
|
731
|
-
}[] | undefined;
|
|
732
|
-
getColumnIndex?: (() => number) | undefined;
|
|
733
|
-
no?: number | undefined;
|
|
734
|
-
filterOpened?: boolean | undefined;
|
|
735
|
-
renderFilterIcon?: ((scope: any) => import('vue').VNode) | undefined;
|
|
736
|
-
renderExpand?: ((scope: any) => import('vue').VNode) | undefined;
|
|
94
|
+
label?: string | undefined;
|
|
737
95
|
key?: (number | string) | undefined;
|
|
738
96
|
isAdd?: boolean | undefined;
|
|
97
|
+
width?: number | undefined;
|
|
98
|
+
minWidth?: number | undefined;
|
|
739
99
|
maxlength?: number | undefined;
|
|
740
100
|
headerMaxlength?: number | undefined;
|
|
741
101
|
placeholder?: string | undefined;
|
|
@@ -745,10 +105,14 @@ export declare const ZhDiyDataTable: {
|
|
|
745
105
|
isSameData?: boolean | undefined;
|
|
746
106
|
type?: import('./type').DIY_DATA_TYPE | undefined;
|
|
747
107
|
completeList?: string[] | undefined;
|
|
108
|
+
formatter?: ((value: string | import('./type').DiyDataType) => string) | undefined;
|
|
748
109
|
showFormatter?: ((value: string) => string) | undefined;
|
|
749
110
|
parser?: ((value: string) => string) | undefined;
|
|
750
111
|
varidate?: ((value: string | number | undefined, row: import('./type').DiyDataType, index: number) => true | string) | undefined;
|
|
112
|
+
fixed?: ("left" | "right") | undefined;
|
|
751
113
|
slot?: string | undefined;
|
|
114
|
+
selectable?: ((row: import('./type').DiyDataType, index: number) => boolean) | undefined;
|
|
115
|
+
reserveSelection?: boolean | undefined;
|
|
752
116
|
isShow?: boolean | undefined;
|
|
753
117
|
isNewlyColumn?: boolean | undefined;
|
|
754
118
|
showWordLimit?: boolean | undefined;
|
|
@@ -828,334 +192,12 @@ export declare const ZhDiyDataTable: {
|
|
|
828
192
|
getData: () => Promise<{
|
|
829
193
|
data: import('./type').DiyDataType[];
|
|
830
194
|
columns: {
|
|
831
|
-
fixed?: "left" | "right" | undefined;
|
|
832
|
-
label?: string | undefined;
|
|
833
|
-
index?: number | ((index: number) => number) | undefined;
|
|
834
|
-
id?: string | undefined;
|
|
835
|
-
filterable?: boolean | {
|
|
836
|
-
text: string;
|
|
837
|
-
value: string;
|
|
838
|
-
}[] | import('element-plus/es/components/table/src/table-column/defaults.mjs').FilterMethods<import('./type').DiyDataType> | undefined;
|
|
839
|
-
filterMethod?: import('element-plus/es/components/table/src/table-column/defaults.mjs').FilterMethods<import('./type').DiyDataType> | undefined;
|
|
840
|
-
width?: number | undefined;
|
|
841
|
-
filters?: {
|
|
842
|
-
text: string;
|
|
843
|
-
value: string;
|
|
844
|
-
}[] | undefined;
|
|
845
|
-
realWidth?: number | null | undefined;
|
|
846
|
-
className?: string | undefined;
|
|
847
|
-
labelClassName?: string | undefined;
|
|
848
|
-
property?: string | undefined;
|
|
849
195
|
prop: string;
|
|
850
|
-
|
|
851
|
-
sortable?: string | boolean | undefined;
|
|
852
|
-
sortMethod?: ((a: import('./type').DiyDataType, b: import('./type').DiyDataType) => number) | undefined;
|
|
853
|
-
sortBy?: string | string[] | ((row: import('./type').DiyDataType, index: number, array?: import('./type').DiyDataType[] | undefined) => string) | undefined;
|
|
854
|
-
resizable?: boolean | undefined;
|
|
855
|
-
columnKey?: string | undefined;
|
|
856
|
-
rawColumnKey?: string | undefined;
|
|
857
|
-
align?: "left" | "right" | "center" | undefined;
|
|
858
|
-
headerAlign?: string | undefined;
|
|
859
|
-
showOverflowTooltip?: boolean | {
|
|
860
|
-
offset?: number | undefined;
|
|
861
|
-
transition?: string | undefined;
|
|
862
|
-
placement?: string | undefined;
|
|
863
|
-
popperClass?: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | {
|
|
864
|
-
[x: string]: boolean;
|
|
865
|
-
} | (string | {
|
|
866
|
-
[x: string]: boolean;
|
|
867
|
-
} | (string | {
|
|
868
|
-
[x: string]: boolean;
|
|
869
|
-
} | (string | {
|
|
870
|
-
[x: string]: boolean;
|
|
871
|
-
} | (string | {
|
|
872
|
-
[x: string]: boolean;
|
|
873
|
-
} | (string | {
|
|
874
|
-
[x: string]: boolean;
|
|
875
|
-
} | (string | {
|
|
876
|
-
[x: string]: boolean;
|
|
877
|
-
} | (string | {
|
|
878
|
-
[x: string]: boolean;
|
|
879
|
-
} | (string | {
|
|
880
|
-
[x: string]: boolean;
|
|
881
|
-
} | (string | {
|
|
882
|
-
[x: string]: boolean;
|
|
883
|
-
} | (string | {
|
|
884
|
-
[x: string]: boolean;
|
|
885
|
-
} | (string | {
|
|
886
|
-
[x: string]: boolean;
|
|
887
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
888
|
-
[x: string]: boolean;
|
|
889
|
-
} | (string | {
|
|
890
|
-
[x: string]: boolean;
|
|
891
|
-
} | (string | {
|
|
892
|
-
[x: string]: boolean;
|
|
893
|
-
} | (string | {
|
|
894
|
-
[x: string]: boolean;
|
|
895
|
-
} | (string | {
|
|
896
|
-
[x: string]: boolean;
|
|
897
|
-
} | (string | {
|
|
898
|
-
[x: string]: boolean;
|
|
899
|
-
} | (string | {
|
|
900
|
-
[x: string]: boolean;
|
|
901
|
-
} | (string | {
|
|
902
|
-
[x: string]: boolean;
|
|
903
|
-
} | (string | {
|
|
904
|
-
[x: string]: boolean;
|
|
905
|
-
} | (string | {
|
|
906
|
-
[x: string]: boolean;
|
|
907
|
-
} | (string | {
|
|
908
|
-
[x: string]: boolean;
|
|
909
|
-
} | (string | {
|
|
910
|
-
[x: string]: boolean;
|
|
911
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
|
912
|
-
[x: string]: boolean;
|
|
913
|
-
} | (string | {
|
|
914
|
-
[x: string]: boolean;
|
|
915
|
-
} | (string | {
|
|
916
|
-
[x: string]: boolean;
|
|
917
|
-
} | (string | {
|
|
918
|
-
[x: string]: boolean;
|
|
919
|
-
} | (string | {
|
|
920
|
-
[x: string]: boolean;
|
|
921
|
-
} | (string | {
|
|
922
|
-
[x: string]: boolean;
|
|
923
|
-
} | (string | {
|
|
924
|
-
[x: string]: boolean;
|
|
925
|
-
} | (string | {
|
|
926
|
-
[x: string]: boolean;
|
|
927
|
-
} | (string | {
|
|
928
|
-
[x: string]: boolean;
|
|
929
|
-
} | (string | {
|
|
930
|
-
[x: string]: boolean;
|
|
931
|
-
} | (string | {
|
|
932
|
-
[x: string]: boolean;
|
|
933
|
-
} | (string | {
|
|
934
|
-
[x: string]: boolean;
|
|
935
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
936
|
-
[x: string]: boolean;
|
|
937
|
-
} | (string | {
|
|
938
|
-
[x: string]: boolean;
|
|
939
|
-
} | (string | {
|
|
940
|
-
[x: string]: boolean;
|
|
941
|
-
} | (string | {
|
|
942
|
-
[x: string]: boolean;
|
|
943
|
-
} | (string | {
|
|
944
|
-
[x: string]: boolean;
|
|
945
|
-
} | (string | {
|
|
946
|
-
[x: string]: boolean;
|
|
947
|
-
} | (string | {
|
|
948
|
-
[x: string]: boolean;
|
|
949
|
-
} | (string | {
|
|
950
|
-
[x: string]: boolean;
|
|
951
|
-
} | (string | {
|
|
952
|
-
[x: string]: boolean;
|
|
953
|
-
} | (string | {
|
|
954
|
-
[x: string]: boolean;
|
|
955
|
-
} | (string | {
|
|
956
|
-
[x: string]: boolean;
|
|
957
|
-
} | (string | {
|
|
958
|
-
[x: string]: boolean;
|
|
959
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]))[], unknown, unknown> | undefined;
|
|
960
|
-
effect?: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string) | (() => import('element-plus').PopperEffect) | ((new (...args: any[]) => string) | (() => import('element-plus').PopperEffect))[], unknown, unknown> | undefined;
|
|
961
|
-
popperOptions?: any;
|
|
962
|
-
showArrow?: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
963
|
-
appendTo?: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>) | ((new (...args: any[]) => string | HTMLElement) | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>))[], unknown, unknown> | undefined;
|
|
964
|
-
enterable?: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
965
|
-
showAfter?: number | undefined;
|
|
966
|
-
hideAfter?: number | undefined;
|
|
967
|
-
} | undefined;
|
|
968
|
-
tooltipFormatter?: import('element-plus/es/components/table/src/util.mjs').TableOverflowTooltipFormatter<import('./type').DiyDataType> | undefined;
|
|
969
|
-
formatter?: (((row: import('./type').DiyDataType, column: import('element-plus').TableColumnCtx<import('./type').DiyDataType>, cellValue: any, index: number) => import('vue').VNode | string) & ((value: string | import('./type').DiyDataType) => string)) | undefined;
|
|
970
|
-
selectable?: (((row: import('./type').DiyDataType, index: number) => boolean) & ((row: import('./type').DiyDataType, index: number) => boolean)) | undefined;
|
|
971
|
-
reserveSelection?: boolean | undefined;
|
|
972
|
-
filteredValue?: string[] | undefined;
|
|
973
|
-
filterPlacement?: string | undefined;
|
|
974
|
-
filterMultiple?: boolean | undefined;
|
|
975
|
-
filterClassName?: string | undefined;
|
|
976
|
-
sortOrders?: (import('element-plus/es/components/table/src/table/defaults.mjs').TableSortOrder | null)[] | undefined;
|
|
977
|
-
colSpan?: number | undefined;
|
|
978
|
-
rowSpan?: number | undefined;
|
|
979
|
-
level?: number | undefined;
|
|
980
|
-
order?: import('element-plus/es/components/table/src/table/defaults.mjs').TableSortOrder | null | undefined;
|
|
981
|
-
isColumnGroup?: boolean | undefined;
|
|
982
|
-
isSubColumn?: boolean | undefined;
|
|
983
|
-
columns?: {
|
|
984
|
-
id: string;
|
|
985
|
-
realWidth: number | null;
|
|
986
|
-
type: string;
|
|
987
|
-
label: string;
|
|
988
|
-
className: string;
|
|
989
|
-
labelClassName: string;
|
|
990
|
-
property: string;
|
|
991
|
-
prop: string;
|
|
992
|
-
width?: (string | number) | undefined;
|
|
993
|
-
minWidth: string | number;
|
|
994
|
-
renderHeader: (data: {
|
|
995
|
-
column: import('element-plus').TableColumnCtx<import('./type').DiyDataType>;
|
|
996
|
-
$index: number;
|
|
997
|
-
store: import('element-plus/es/components/table/src/store/index.mjs').Store<import('./type').DiyDataType>;
|
|
998
|
-
_self: any;
|
|
999
|
-
}) => import('vue').VNode;
|
|
1000
|
-
sortable: boolean | string;
|
|
1001
|
-
sortMethod: (a: import('./type').DiyDataType, b: import('./type').DiyDataType) => number;
|
|
1002
|
-
sortBy: string | string[] | ((row: import('./type').DiyDataType, index: number, array?: import('./type').DiyDataType[] | undefined) => string);
|
|
1003
|
-
resizable: boolean;
|
|
1004
|
-
columnKey: string;
|
|
1005
|
-
rawColumnKey: string;
|
|
1006
|
-
align: string;
|
|
1007
|
-
headerAlign: string;
|
|
1008
|
-
showOverflowTooltip?: boolean | {
|
|
1009
|
-
offset?: number | undefined;
|
|
1010
|
-
transition?: string | undefined;
|
|
1011
|
-
placement?: string | undefined;
|
|
1012
|
-
popperClass?: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | {
|
|
1013
|
-
[x: string]: boolean;
|
|
1014
|
-
} | (string | {
|
|
1015
|
-
[x: string]: boolean;
|
|
1016
|
-
} | (string | {
|
|
1017
|
-
[x: string]: boolean;
|
|
1018
|
-
} | (string | {
|
|
1019
|
-
[x: string]: boolean;
|
|
1020
|
-
} | (string | {
|
|
1021
|
-
[x: string]: boolean;
|
|
1022
|
-
} | (string | {
|
|
1023
|
-
[x: string]: boolean;
|
|
1024
|
-
} | (string | {
|
|
1025
|
-
[x: string]: boolean;
|
|
1026
|
-
} | (string | {
|
|
1027
|
-
[x: string]: boolean;
|
|
1028
|
-
} | (string | {
|
|
1029
|
-
[x: string]: boolean;
|
|
1030
|
-
} | (string | {
|
|
1031
|
-
[x: string]: boolean;
|
|
1032
|
-
} | (string | {
|
|
1033
|
-
[x: string]: boolean;
|
|
1034
|
-
} | (string | {
|
|
1035
|
-
[x: string]: boolean;
|
|
1036
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
1037
|
-
[x: string]: boolean;
|
|
1038
|
-
} | (string | {
|
|
1039
|
-
[x: string]: boolean;
|
|
1040
|
-
} | (string | {
|
|
1041
|
-
[x: string]: boolean;
|
|
1042
|
-
} | (string | {
|
|
1043
|
-
[x: string]: boolean;
|
|
1044
|
-
} | (string | {
|
|
1045
|
-
[x: string]: boolean;
|
|
1046
|
-
} | (string | {
|
|
1047
|
-
[x: string]: boolean;
|
|
1048
|
-
} | (string | {
|
|
1049
|
-
[x: string]: boolean;
|
|
1050
|
-
} | (string | {
|
|
1051
|
-
[x: string]: boolean;
|
|
1052
|
-
} | (string | {
|
|
1053
|
-
[x: string]: boolean;
|
|
1054
|
-
} | (string | {
|
|
1055
|
-
[x: string]: boolean;
|
|
1056
|
-
} | (string | {
|
|
1057
|
-
[x: string]: boolean;
|
|
1058
|
-
} | (string | {
|
|
1059
|
-
[x: string]: boolean;
|
|
1060
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
|
1061
|
-
[x: string]: boolean;
|
|
1062
|
-
} | (string | {
|
|
1063
|
-
[x: string]: boolean;
|
|
1064
|
-
} | (string | {
|
|
1065
|
-
[x: string]: boolean;
|
|
1066
|
-
} | (string | {
|
|
1067
|
-
[x: string]: boolean;
|
|
1068
|
-
} | (string | {
|
|
1069
|
-
[x: string]: boolean;
|
|
1070
|
-
} | (string | {
|
|
1071
|
-
[x: string]: boolean;
|
|
1072
|
-
} | (string | {
|
|
1073
|
-
[x: string]: boolean;
|
|
1074
|
-
} | (string | {
|
|
1075
|
-
[x: string]: boolean;
|
|
1076
|
-
} | (string | {
|
|
1077
|
-
[x: string]: boolean;
|
|
1078
|
-
} | (string | {
|
|
1079
|
-
[x: string]: boolean;
|
|
1080
|
-
} | (string | {
|
|
1081
|
-
[x: string]: boolean;
|
|
1082
|
-
} | (string | {
|
|
1083
|
-
[x: string]: boolean;
|
|
1084
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
1085
|
-
[x: string]: boolean;
|
|
1086
|
-
} | (string | {
|
|
1087
|
-
[x: string]: boolean;
|
|
1088
|
-
} | (string | {
|
|
1089
|
-
[x: string]: boolean;
|
|
1090
|
-
} | (string | {
|
|
1091
|
-
[x: string]: boolean;
|
|
1092
|
-
} | (string | {
|
|
1093
|
-
[x: string]: boolean;
|
|
1094
|
-
} | (string | {
|
|
1095
|
-
[x: string]: boolean;
|
|
1096
|
-
} | (string | {
|
|
1097
|
-
[x: string]: boolean;
|
|
1098
|
-
} | (string | {
|
|
1099
|
-
[x: string]: boolean;
|
|
1100
|
-
} | (string | {
|
|
1101
|
-
[x: string]: boolean;
|
|
1102
|
-
} | (string | {
|
|
1103
|
-
[x: string]: boolean;
|
|
1104
|
-
} | (string | {
|
|
1105
|
-
[x: string]: boolean;
|
|
1106
|
-
} | (string | {
|
|
1107
|
-
[x: string]: boolean;
|
|
1108
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]))[], unknown, unknown> | undefined;
|
|
1109
|
-
effect?: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string) | (() => import('element-plus').PopperEffect) | ((new (...args: any[]) => string) | (() => import('element-plus').PopperEffect))[], unknown, unknown> | undefined;
|
|
1110
|
-
popperOptions?: any;
|
|
1111
|
-
showArrow?: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
1112
|
-
appendTo?: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>) | ((new (...args: any[]) => string | HTMLElement) | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>))[], unknown, unknown> | undefined;
|
|
1113
|
-
enterable?: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
1114
|
-
showAfter?: number | undefined;
|
|
1115
|
-
hideAfter?: number | undefined;
|
|
1116
|
-
} | undefined;
|
|
1117
|
-
tooltipFormatter?: import('element-plus/es/components/table/src/util.mjs').TableOverflowTooltipFormatter<import('./type').DiyDataType> | undefined;
|
|
1118
|
-
fixed: boolean | string;
|
|
1119
|
-
formatter: (row: import('./type').DiyDataType, column: import('element-plus').TableColumnCtx<import('./type').DiyDataType>, cellValue: any, index: number) => import('vue').VNode | string;
|
|
1120
|
-
selectable: (row: import('./type').DiyDataType, index: number) => boolean;
|
|
1121
|
-
reserveSelection: boolean;
|
|
1122
|
-
filterMethod: import('element-plus/es/components/table/src/table-column/defaults.mjs').FilterMethods<import('./type').DiyDataType>;
|
|
1123
|
-
filteredValue: string[];
|
|
1124
|
-
filters: {
|
|
1125
|
-
text: string;
|
|
1126
|
-
value: string;
|
|
1127
|
-
}[];
|
|
1128
|
-
filterPlacement: string;
|
|
1129
|
-
filterMultiple: boolean;
|
|
1130
|
-
filterClassName: string;
|
|
1131
|
-
index: number | ((index: number) => number);
|
|
1132
|
-
sortOrders: (import('element-plus/es/components/table/src/table/defaults.mjs').TableSortOrder | null)[];
|
|
1133
|
-
renderCell: (data: any) => import('vue').VNode | import('vue').VNode[];
|
|
1134
|
-
colSpan: number;
|
|
1135
|
-
rowSpan: number;
|
|
1136
|
-
children?: any[] | undefined;
|
|
1137
|
-
level: number;
|
|
1138
|
-
filterable: boolean | {
|
|
1139
|
-
text: string;
|
|
1140
|
-
value: string;
|
|
1141
|
-
}[] | import('element-plus/es/components/table/src/table-column/defaults.mjs').FilterMethods<import('./type').DiyDataType>;
|
|
1142
|
-
order: import('element-plus/es/components/table/src/table/defaults.mjs').TableSortOrder | null;
|
|
1143
|
-
isColumnGroup: boolean;
|
|
1144
|
-
isSubColumn: boolean;
|
|
1145
|
-
columns: any[];
|
|
1146
|
-
getColumnIndex: () => number;
|
|
1147
|
-
no: number;
|
|
1148
|
-
filterOpened?: boolean | undefined;
|
|
1149
|
-
renderFilterIcon?: ((scope: any) => import('vue').VNode) | undefined;
|
|
1150
|
-
renderExpand?: ((scope: any) => import('vue').VNode) | undefined;
|
|
1151
|
-
}[] | undefined;
|
|
1152
|
-
getColumnIndex?: (() => number) | undefined;
|
|
1153
|
-
no?: number | undefined;
|
|
1154
|
-
filterOpened?: boolean | undefined;
|
|
1155
|
-
renderFilterIcon?: ((scope: any) => import('vue').VNode) | undefined;
|
|
1156
|
-
renderExpand?: ((scope: any) => import('vue').VNode) | undefined;
|
|
196
|
+
label?: string | undefined;
|
|
1157
197
|
key?: (number | string) | undefined;
|
|
1158
198
|
isAdd?: boolean | undefined;
|
|
199
|
+
width?: number | undefined;
|
|
200
|
+
minWidth?: number | undefined;
|
|
1159
201
|
maxlength?: number | undefined;
|
|
1160
202
|
headerMaxlength?: number | undefined;
|
|
1161
203
|
placeholder?: string | undefined;
|
|
@@ -1165,10 +207,14 @@ export declare const ZhDiyDataTable: {
|
|
|
1165
207
|
isSameData?: boolean | undefined;
|
|
1166
208
|
type?: import('./type').DIY_DATA_TYPE | undefined;
|
|
1167
209
|
completeList?: string[] | undefined;
|
|
210
|
+
formatter?: ((value: string | import('./type').DiyDataType) => string) | undefined;
|
|
1168
211
|
showFormatter?: ((value: string) => string) | undefined;
|
|
1169
212
|
parser?: ((value: string) => string) | undefined;
|
|
1170
213
|
varidate?: ((value: string | number | undefined, row: import('./type').DiyDataType, index: number) => true | string) | undefined;
|
|
214
|
+
fixed?: ("left" | "right") | undefined;
|
|
1171
215
|
slot?: string | undefined;
|
|
216
|
+
selectable?: ((row: import('./type').DiyDataType, index: number) => boolean) | undefined;
|
|
217
|
+
reserveSelection?: boolean | undefined;
|
|
1172
218
|
isShow?: boolean | undefined;
|
|
1173
219
|
isNewlyColumn?: boolean | undefined;
|
|
1174
220
|
showWordLimit?: boolean | undefined;
|
|
@@ -1181,334 +227,12 @@ export declare const ZhDiyDataTable: {
|
|
|
1181
227
|
onAddColumn: () => void;
|
|
1182
228
|
formRef: import('vue').Ref<import('element-plus').FormInstance | undefined, import('element-plus').FormInstance | undefined>;
|
|
1183
229
|
getColumns: () => {
|
|
1184
|
-
fixed?: "left" | "right" | undefined;
|
|
1185
|
-
label?: string | undefined;
|
|
1186
|
-
index?: number | ((index: number) => number) | undefined;
|
|
1187
|
-
id?: string | undefined;
|
|
1188
|
-
filterable?: boolean | {
|
|
1189
|
-
text: string;
|
|
1190
|
-
value: string;
|
|
1191
|
-
}[] | import('element-plus/es/components/table/src/table-column/defaults.mjs').FilterMethods<import('./type').DiyDataType> | undefined;
|
|
1192
|
-
filterMethod?: import('element-plus/es/components/table/src/table-column/defaults.mjs').FilterMethods<import('./type').DiyDataType> | undefined;
|
|
1193
|
-
width?: number | undefined;
|
|
1194
|
-
filters?: {
|
|
1195
|
-
text: string;
|
|
1196
|
-
value: string;
|
|
1197
|
-
}[] | undefined;
|
|
1198
|
-
realWidth?: number | null | undefined;
|
|
1199
|
-
className?: string | undefined;
|
|
1200
|
-
labelClassName?: string | undefined;
|
|
1201
|
-
property?: string | undefined;
|
|
1202
230
|
prop: string;
|
|
1203
|
-
|
|
1204
|
-
sortable?: string | boolean | undefined;
|
|
1205
|
-
sortMethod?: ((a: import('./type').DiyDataType, b: import('./type').DiyDataType) => number) | undefined;
|
|
1206
|
-
sortBy?: string | string[] | ((row: import('./type').DiyDataType, index: number, array?: import('./type').DiyDataType[] | undefined) => string) | undefined;
|
|
1207
|
-
resizable?: boolean | undefined;
|
|
1208
|
-
columnKey?: string | undefined;
|
|
1209
|
-
rawColumnKey?: string | undefined;
|
|
1210
|
-
align?: "left" | "right" | "center" | undefined;
|
|
1211
|
-
headerAlign?: string | undefined;
|
|
1212
|
-
showOverflowTooltip?: boolean | {
|
|
1213
|
-
offset?: number | undefined;
|
|
1214
|
-
transition?: string | undefined;
|
|
1215
|
-
placement?: string | undefined;
|
|
1216
|
-
popperClass?: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | {
|
|
1217
|
-
[x: string]: boolean;
|
|
1218
|
-
} | (string | {
|
|
1219
|
-
[x: string]: boolean;
|
|
1220
|
-
} | (string | {
|
|
1221
|
-
[x: string]: boolean;
|
|
1222
|
-
} | (string | {
|
|
1223
|
-
[x: string]: boolean;
|
|
1224
|
-
} | (string | {
|
|
1225
|
-
[x: string]: boolean;
|
|
1226
|
-
} | (string | {
|
|
1227
|
-
[x: string]: boolean;
|
|
1228
|
-
} | (string | {
|
|
1229
|
-
[x: string]: boolean;
|
|
1230
|
-
} | (string | {
|
|
1231
|
-
[x: string]: boolean;
|
|
1232
|
-
} | (string | {
|
|
1233
|
-
[x: string]: boolean;
|
|
1234
|
-
} | (string | {
|
|
1235
|
-
[x: string]: boolean;
|
|
1236
|
-
} | (string | {
|
|
1237
|
-
[x: string]: boolean;
|
|
1238
|
-
} | (string | {
|
|
1239
|
-
[x: string]: boolean;
|
|
1240
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
1241
|
-
[x: string]: boolean;
|
|
1242
|
-
} | (string | {
|
|
1243
|
-
[x: string]: boolean;
|
|
1244
|
-
} | (string | {
|
|
1245
|
-
[x: string]: boolean;
|
|
1246
|
-
} | (string | {
|
|
1247
|
-
[x: string]: boolean;
|
|
1248
|
-
} | (string | {
|
|
1249
|
-
[x: string]: boolean;
|
|
1250
|
-
} | (string | {
|
|
1251
|
-
[x: string]: boolean;
|
|
1252
|
-
} | (string | {
|
|
1253
|
-
[x: string]: boolean;
|
|
1254
|
-
} | (string | {
|
|
1255
|
-
[x: string]: boolean;
|
|
1256
|
-
} | (string | {
|
|
1257
|
-
[x: string]: boolean;
|
|
1258
|
-
} | (string | {
|
|
1259
|
-
[x: string]: boolean;
|
|
1260
|
-
} | (string | {
|
|
1261
|
-
[x: string]: boolean;
|
|
1262
|
-
} | (string | {
|
|
1263
|
-
[x: string]: boolean;
|
|
1264
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
|
1265
|
-
[x: string]: boolean;
|
|
1266
|
-
} | (string | {
|
|
1267
|
-
[x: string]: boolean;
|
|
1268
|
-
} | (string | {
|
|
1269
|
-
[x: string]: boolean;
|
|
1270
|
-
} | (string | {
|
|
1271
|
-
[x: string]: boolean;
|
|
1272
|
-
} | (string | {
|
|
1273
|
-
[x: string]: boolean;
|
|
1274
|
-
} | (string | {
|
|
1275
|
-
[x: string]: boolean;
|
|
1276
|
-
} | (string | {
|
|
1277
|
-
[x: string]: boolean;
|
|
1278
|
-
} | (string | {
|
|
1279
|
-
[x: string]: boolean;
|
|
1280
|
-
} | (string | {
|
|
1281
|
-
[x: string]: boolean;
|
|
1282
|
-
} | (string | {
|
|
1283
|
-
[x: string]: boolean;
|
|
1284
|
-
} | (string | {
|
|
1285
|
-
[x: string]: boolean;
|
|
1286
|
-
} | (string | {
|
|
1287
|
-
[x: string]: boolean;
|
|
1288
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
1289
|
-
[x: string]: boolean;
|
|
1290
|
-
} | (string | {
|
|
1291
|
-
[x: string]: boolean;
|
|
1292
|
-
} | (string | {
|
|
1293
|
-
[x: string]: boolean;
|
|
1294
|
-
} | (string | {
|
|
1295
|
-
[x: string]: boolean;
|
|
1296
|
-
} | (string | {
|
|
1297
|
-
[x: string]: boolean;
|
|
1298
|
-
} | (string | {
|
|
1299
|
-
[x: string]: boolean;
|
|
1300
|
-
} | (string | {
|
|
1301
|
-
[x: string]: boolean;
|
|
1302
|
-
} | (string | {
|
|
1303
|
-
[x: string]: boolean;
|
|
1304
|
-
} | (string | {
|
|
1305
|
-
[x: string]: boolean;
|
|
1306
|
-
} | (string | {
|
|
1307
|
-
[x: string]: boolean;
|
|
1308
|
-
} | (string | {
|
|
1309
|
-
[x: string]: boolean;
|
|
1310
|
-
} | (string | {
|
|
1311
|
-
[x: string]: boolean;
|
|
1312
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]))[], unknown, unknown> | undefined;
|
|
1313
|
-
effect?: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string) | (() => import('element-plus').PopperEffect) | ((new (...args: any[]) => string) | (() => import('element-plus').PopperEffect))[], unknown, unknown> | undefined;
|
|
1314
|
-
popperOptions?: any;
|
|
1315
|
-
showArrow?: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
1316
|
-
appendTo?: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>) | ((new (...args: any[]) => string | HTMLElement) | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>))[], unknown, unknown> | undefined;
|
|
1317
|
-
enterable?: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
1318
|
-
showAfter?: number | undefined;
|
|
1319
|
-
hideAfter?: number | undefined;
|
|
1320
|
-
} | undefined;
|
|
1321
|
-
tooltipFormatter?: import('element-plus/es/components/table/src/util.mjs').TableOverflowTooltipFormatter<import('./type').DiyDataType> | undefined;
|
|
1322
|
-
formatter?: (((row: import('./type').DiyDataType, column: import('element-plus').TableColumnCtx<import('./type').DiyDataType>, cellValue: any, index: number) => import('vue').VNode | string) & ((value: string | import('./type').DiyDataType) => string)) | undefined;
|
|
1323
|
-
selectable?: (((row: import('./type').DiyDataType, index: number) => boolean) & ((row: import('./type').DiyDataType, index: number) => boolean)) | undefined;
|
|
1324
|
-
reserveSelection?: boolean | undefined;
|
|
1325
|
-
filteredValue?: string[] | undefined;
|
|
1326
|
-
filterPlacement?: string | undefined;
|
|
1327
|
-
filterMultiple?: boolean | undefined;
|
|
1328
|
-
filterClassName?: string | undefined;
|
|
1329
|
-
sortOrders?: (import('element-plus/es/components/table/src/table/defaults.mjs').TableSortOrder | null)[] | undefined;
|
|
1330
|
-
colSpan?: number | undefined;
|
|
1331
|
-
rowSpan?: number | undefined;
|
|
1332
|
-
level?: number | undefined;
|
|
1333
|
-
order?: import('element-plus/es/components/table/src/table/defaults.mjs').TableSortOrder | null | undefined;
|
|
1334
|
-
isColumnGroup?: boolean | undefined;
|
|
1335
|
-
isSubColumn?: boolean | undefined;
|
|
1336
|
-
columns?: {
|
|
1337
|
-
id: string;
|
|
1338
|
-
realWidth: number | null;
|
|
1339
|
-
type: string;
|
|
1340
|
-
label: string;
|
|
1341
|
-
className: string;
|
|
1342
|
-
labelClassName: string;
|
|
1343
|
-
property: string;
|
|
1344
|
-
prop: string;
|
|
1345
|
-
width?: (string | number) | undefined;
|
|
1346
|
-
minWidth: string | number;
|
|
1347
|
-
renderHeader: (data: {
|
|
1348
|
-
column: import('element-plus').TableColumnCtx<import('./type').DiyDataType>;
|
|
1349
|
-
$index: number;
|
|
1350
|
-
store: import('element-plus/es/components/table/src/store/index.mjs').Store<import('./type').DiyDataType>;
|
|
1351
|
-
_self: any;
|
|
1352
|
-
}) => import('vue').VNode;
|
|
1353
|
-
sortable: boolean | string;
|
|
1354
|
-
sortMethod: (a: import('./type').DiyDataType, b: import('./type').DiyDataType) => number;
|
|
1355
|
-
sortBy: string | string[] | ((row: import('./type').DiyDataType, index: number, array?: import('./type').DiyDataType[] | undefined) => string);
|
|
1356
|
-
resizable: boolean;
|
|
1357
|
-
columnKey: string;
|
|
1358
|
-
rawColumnKey: string;
|
|
1359
|
-
align: string;
|
|
1360
|
-
headerAlign: string;
|
|
1361
|
-
showOverflowTooltip?: boolean | {
|
|
1362
|
-
offset?: number | undefined;
|
|
1363
|
-
transition?: string | undefined;
|
|
1364
|
-
placement?: string | undefined;
|
|
1365
|
-
popperClass?: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | {
|
|
1366
|
-
[x: string]: boolean;
|
|
1367
|
-
} | (string | {
|
|
1368
|
-
[x: string]: boolean;
|
|
1369
|
-
} | (string | {
|
|
1370
|
-
[x: string]: boolean;
|
|
1371
|
-
} | (string | {
|
|
1372
|
-
[x: string]: boolean;
|
|
1373
|
-
} | (string | {
|
|
1374
|
-
[x: string]: boolean;
|
|
1375
|
-
} | (string | {
|
|
1376
|
-
[x: string]: boolean;
|
|
1377
|
-
} | (string | {
|
|
1378
|
-
[x: string]: boolean;
|
|
1379
|
-
} | (string | {
|
|
1380
|
-
[x: string]: boolean;
|
|
1381
|
-
} | (string | {
|
|
1382
|
-
[x: string]: boolean;
|
|
1383
|
-
} | (string | {
|
|
1384
|
-
[x: string]: boolean;
|
|
1385
|
-
} | (string | {
|
|
1386
|
-
[x: string]: boolean;
|
|
1387
|
-
} | (string | {
|
|
1388
|
-
[x: string]: boolean;
|
|
1389
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
1390
|
-
[x: string]: boolean;
|
|
1391
|
-
} | (string | {
|
|
1392
|
-
[x: string]: boolean;
|
|
1393
|
-
} | (string | {
|
|
1394
|
-
[x: string]: boolean;
|
|
1395
|
-
} | (string | {
|
|
1396
|
-
[x: string]: boolean;
|
|
1397
|
-
} | (string | {
|
|
1398
|
-
[x: string]: boolean;
|
|
1399
|
-
} | (string | {
|
|
1400
|
-
[x: string]: boolean;
|
|
1401
|
-
} | (string | {
|
|
1402
|
-
[x: string]: boolean;
|
|
1403
|
-
} | (string | {
|
|
1404
|
-
[x: string]: boolean;
|
|
1405
|
-
} | (string | {
|
|
1406
|
-
[x: string]: boolean;
|
|
1407
|
-
} | (string | {
|
|
1408
|
-
[x: string]: boolean;
|
|
1409
|
-
} | (string | {
|
|
1410
|
-
[x: string]: boolean;
|
|
1411
|
-
} | (string | {
|
|
1412
|
-
[x: string]: boolean;
|
|
1413
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
|
1414
|
-
[x: string]: boolean;
|
|
1415
|
-
} | (string | {
|
|
1416
|
-
[x: string]: boolean;
|
|
1417
|
-
} | (string | {
|
|
1418
|
-
[x: string]: boolean;
|
|
1419
|
-
} | (string | {
|
|
1420
|
-
[x: string]: boolean;
|
|
1421
|
-
} | (string | {
|
|
1422
|
-
[x: string]: boolean;
|
|
1423
|
-
} | (string | {
|
|
1424
|
-
[x: string]: boolean;
|
|
1425
|
-
} | (string | {
|
|
1426
|
-
[x: string]: boolean;
|
|
1427
|
-
} | (string | {
|
|
1428
|
-
[x: string]: boolean;
|
|
1429
|
-
} | (string | {
|
|
1430
|
-
[x: string]: boolean;
|
|
1431
|
-
} | (string | {
|
|
1432
|
-
[x: string]: boolean;
|
|
1433
|
-
} | (string | {
|
|
1434
|
-
[x: string]: boolean;
|
|
1435
|
-
} | (string | {
|
|
1436
|
-
[x: string]: boolean;
|
|
1437
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
1438
|
-
[x: string]: boolean;
|
|
1439
|
-
} | (string | {
|
|
1440
|
-
[x: string]: boolean;
|
|
1441
|
-
} | (string | {
|
|
1442
|
-
[x: string]: boolean;
|
|
1443
|
-
} | (string | {
|
|
1444
|
-
[x: string]: boolean;
|
|
1445
|
-
} | (string | {
|
|
1446
|
-
[x: string]: boolean;
|
|
1447
|
-
} | (string | {
|
|
1448
|
-
[x: string]: boolean;
|
|
1449
|
-
} | (string | {
|
|
1450
|
-
[x: string]: boolean;
|
|
1451
|
-
} | (string | {
|
|
1452
|
-
[x: string]: boolean;
|
|
1453
|
-
} | (string | {
|
|
1454
|
-
[x: string]: boolean;
|
|
1455
|
-
} | (string | {
|
|
1456
|
-
[x: string]: boolean;
|
|
1457
|
-
} | (string | {
|
|
1458
|
-
[x: string]: boolean;
|
|
1459
|
-
} | (string | {
|
|
1460
|
-
[x: string]: boolean;
|
|
1461
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]))[], unknown, unknown> | undefined;
|
|
1462
|
-
effect?: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string) | (() => import('element-plus').PopperEffect) | ((new (...args: any[]) => string) | (() => import('element-plus').PopperEffect))[], unknown, unknown> | undefined;
|
|
1463
|
-
popperOptions?: any;
|
|
1464
|
-
showArrow?: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
1465
|
-
appendTo?: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>) | ((new (...args: any[]) => string | HTMLElement) | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>))[], unknown, unknown> | undefined;
|
|
1466
|
-
enterable?: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
1467
|
-
showAfter?: number | undefined;
|
|
1468
|
-
hideAfter?: number | undefined;
|
|
1469
|
-
} | undefined;
|
|
1470
|
-
tooltipFormatter?: import('element-plus/es/components/table/src/util.mjs').TableOverflowTooltipFormatter<import('./type').DiyDataType> | undefined;
|
|
1471
|
-
fixed: boolean | string;
|
|
1472
|
-
formatter: (row: import('./type').DiyDataType, column: import('element-plus').TableColumnCtx<import('./type').DiyDataType>, cellValue: any, index: number) => import('vue').VNode | string;
|
|
1473
|
-
selectable: (row: import('./type').DiyDataType, index: number) => boolean;
|
|
1474
|
-
reserveSelection: boolean;
|
|
1475
|
-
filterMethod: import('element-plus/es/components/table/src/table-column/defaults.mjs').FilterMethods<import('./type').DiyDataType>;
|
|
1476
|
-
filteredValue: string[];
|
|
1477
|
-
filters: {
|
|
1478
|
-
text: string;
|
|
1479
|
-
value: string;
|
|
1480
|
-
}[];
|
|
1481
|
-
filterPlacement: string;
|
|
1482
|
-
filterMultiple: boolean;
|
|
1483
|
-
filterClassName: string;
|
|
1484
|
-
index: number | ((index: number) => number);
|
|
1485
|
-
sortOrders: (import('element-plus/es/components/table/src/table/defaults.mjs').TableSortOrder | null)[];
|
|
1486
|
-
renderCell: (data: any) => import('vue').VNode | import('vue').VNode[];
|
|
1487
|
-
colSpan: number;
|
|
1488
|
-
rowSpan: number;
|
|
1489
|
-
children?: any[] | undefined;
|
|
1490
|
-
level: number;
|
|
1491
|
-
filterable: boolean | {
|
|
1492
|
-
text: string;
|
|
1493
|
-
value: string;
|
|
1494
|
-
}[] | import('element-plus/es/components/table/src/table-column/defaults.mjs').FilterMethods<import('./type').DiyDataType>;
|
|
1495
|
-
order: import('element-plus/es/components/table/src/table/defaults.mjs').TableSortOrder | null;
|
|
1496
|
-
isColumnGroup: boolean;
|
|
1497
|
-
isSubColumn: boolean;
|
|
1498
|
-
columns: any[];
|
|
1499
|
-
getColumnIndex: () => number;
|
|
1500
|
-
no: number;
|
|
1501
|
-
filterOpened?: boolean | undefined;
|
|
1502
|
-
renderFilterIcon?: ((scope: any) => import('vue').VNode) | undefined;
|
|
1503
|
-
renderExpand?: ((scope: any) => import('vue').VNode) | undefined;
|
|
1504
|
-
}[] | undefined;
|
|
1505
|
-
getColumnIndex?: (() => number) | undefined;
|
|
1506
|
-
no?: number | undefined;
|
|
1507
|
-
filterOpened?: boolean | undefined;
|
|
1508
|
-
renderFilterIcon?: ((scope: any) => import('vue').VNode) | undefined;
|
|
1509
|
-
renderExpand?: ((scope: any) => import('vue').VNode) | undefined;
|
|
231
|
+
label?: string | undefined;
|
|
1510
232
|
key?: (number | string) | undefined;
|
|
1511
233
|
isAdd?: boolean | undefined;
|
|
234
|
+
width?: number | undefined;
|
|
235
|
+
minWidth?: number | undefined;
|
|
1512
236
|
maxlength?: number | undefined;
|
|
1513
237
|
headerMaxlength?: number | undefined;
|
|
1514
238
|
placeholder?: string | undefined;
|
|
@@ -1518,10 +242,14 @@ export declare const ZhDiyDataTable: {
|
|
|
1518
242
|
isSameData?: boolean | undefined;
|
|
1519
243
|
type?: import('./type').DIY_DATA_TYPE | undefined;
|
|
1520
244
|
completeList?: string[] | undefined;
|
|
245
|
+
formatter?: ((value: string | import('./type').DiyDataType) => string) | undefined;
|
|
1521
246
|
showFormatter?: ((value: string) => string) | undefined;
|
|
1522
247
|
parser?: ((value: string) => string) | undefined;
|
|
1523
248
|
varidate?: ((value: string | number | undefined, row: import('./type').DiyDataType, index: number) => true | string) | undefined;
|
|
249
|
+
fixed?: ("left" | "right") | undefined;
|
|
1524
250
|
slot?: string | undefined;
|
|
251
|
+
selectable?: ((row: import('./type').DiyDataType, index: number) => boolean) | undefined;
|
|
252
|
+
reserveSelection?: boolean | undefined;
|
|
1525
253
|
isShow?: boolean | undefined;
|
|
1526
254
|
isNewlyColumn?: boolean | undefined;
|
|
1527
255
|
showWordLimit?: boolean | undefined;
|
|
@@ -1598,334 +326,12 @@ export declare const ZhDiyDataTable: {
|
|
|
1598
326
|
getData: () => Promise<{
|
|
1599
327
|
data: import('./type').DiyDataType[];
|
|
1600
328
|
columns: {
|
|
1601
|
-
fixed?: "left" | "right" | undefined;
|
|
1602
|
-
label?: string | undefined;
|
|
1603
|
-
index?: number | ((index: number) => number) | undefined;
|
|
1604
|
-
id?: string | undefined;
|
|
1605
|
-
filterable?: boolean | {
|
|
1606
|
-
text: string;
|
|
1607
|
-
value: string;
|
|
1608
|
-
}[] | import('element-plus/es/components/table/src/table-column/defaults.mjs').FilterMethods<import('./type').DiyDataType> | undefined;
|
|
1609
|
-
filterMethod?: import('element-plus/es/components/table/src/table-column/defaults.mjs').FilterMethods<import('./type').DiyDataType> | undefined;
|
|
1610
|
-
width?: number | undefined;
|
|
1611
|
-
filters?: {
|
|
1612
|
-
text: string;
|
|
1613
|
-
value: string;
|
|
1614
|
-
}[] | undefined;
|
|
1615
|
-
realWidth?: number | null | undefined;
|
|
1616
|
-
className?: string | undefined;
|
|
1617
|
-
labelClassName?: string | undefined;
|
|
1618
|
-
property?: string | undefined;
|
|
1619
329
|
prop: string;
|
|
1620
|
-
|
|
1621
|
-
sortable?: string | boolean | undefined;
|
|
1622
|
-
sortMethod?: ((a: import('./type').DiyDataType, b: import('./type').DiyDataType) => number) | undefined;
|
|
1623
|
-
sortBy?: string | string[] | ((row: import('./type').DiyDataType, index: number, array?: import('./type').DiyDataType[] | undefined) => string) | undefined;
|
|
1624
|
-
resizable?: boolean | undefined;
|
|
1625
|
-
columnKey?: string | undefined;
|
|
1626
|
-
rawColumnKey?: string | undefined;
|
|
1627
|
-
align?: "left" | "right" | "center" | undefined;
|
|
1628
|
-
headerAlign?: string | undefined;
|
|
1629
|
-
showOverflowTooltip?: boolean | {
|
|
1630
|
-
offset?: number | undefined;
|
|
1631
|
-
transition?: string | undefined;
|
|
1632
|
-
placement?: string | undefined;
|
|
1633
|
-
popperClass?: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | {
|
|
1634
|
-
[x: string]: boolean;
|
|
1635
|
-
} | (string | {
|
|
1636
|
-
[x: string]: boolean;
|
|
1637
|
-
} | (string | {
|
|
1638
|
-
[x: string]: boolean;
|
|
1639
|
-
} | (string | {
|
|
1640
|
-
[x: string]: boolean;
|
|
1641
|
-
} | (string | {
|
|
1642
|
-
[x: string]: boolean;
|
|
1643
|
-
} | (string | {
|
|
1644
|
-
[x: string]: boolean;
|
|
1645
|
-
} | (string | {
|
|
1646
|
-
[x: string]: boolean;
|
|
1647
|
-
} | (string | {
|
|
1648
|
-
[x: string]: boolean;
|
|
1649
|
-
} | (string | {
|
|
1650
|
-
[x: string]: boolean;
|
|
1651
|
-
} | (string | {
|
|
1652
|
-
[x: string]: boolean;
|
|
1653
|
-
} | (string | {
|
|
1654
|
-
[x: string]: boolean;
|
|
1655
|
-
} | (string | {
|
|
1656
|
-
[x: string]: boolean;
|
|
1657
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
1658
|
-
[x: string]: boolean;
|
|
1659
|
-
} | (string | {
|
|
1660
|
-
[x: string]: boolean;
|
|
1661
|
-
} | (string | {
|
|
1662
|
-
[x: string]: boolean;
|
|
1663
|
-
} | (string | {
|
|
1664
|
-
[x: string]: boolean;
|
|
1665
|
-
} | (string | {
|
|
1666
|
-
[x: string]: boolean;
|
|
1667
|
-
} | (string | {
|
|
1668
|
-
[x: string]: boolean;
|
|
1669
|
-
} | (string | {
|
|
1670
|
-
[x: string]: boolean;
|
|
1671
|
-
} | (string | {
|
|
1672
|
-
[x: string]: boolean;
|
|
1673
|
-
} | (string | {
|
|
1674
|
-
[x: string]: boolean;
|
|
1675
|
-
} | (string | {
|
|
1676
|
-
[x: string]: boolean;
|
|
1677
|
-
} | (string | {
|
|
1678
|
-
[x: string]: boolean;
|
|
1679
|
-
} | (string | {
|
|
1680
|
-
[x: string]: boolean;
|
|
1681
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
|
1682
|
-
[x: string]: boolean;
|
|
1683
|
-
} | (string | {
|
|
1684
|
-
[x: string]: boolean;
|
|
1685
|
-
} | (string | {
|
|
1686
|
-
[x: string]: boolean;
|
|
1687
|
-
} | (string | {
|
|
1688
|
-
[x: string]: boolean;
|
|
1689
|
-
} | (string | {
|
|
1690
|
-
[x: string]: boolean;
|
|
1691
|
-
} | (string | {
|
|
1692
|
-
[x: string]: boolean;
|
|
1693
|
-
} | (string | {
|
|
1694
|
-
[x: string]: boolean;
|
|
1695
|
-
} | (string | {
|
|
1696
|
-
[x: string]: boolean;
|
|
1697
|
-
} | (string | {
|
|
1698
|
-
[x: string]: boolean;
|
|
1699
|
-
} | (string | {
|
|
1700
|
-
[x: string]: boolean;
|
|
1701
|
-
} | (string | {
|
|
1702
|
-
[x: string]: boolean;
|
|
1703
|
-
} | (string | {
|
|
1704
|
-
[x: string]: boolean;
|
|
1705
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
1706
|
-
[x: string]: boolean;
|
|
1707
|
-
} | (string | {
|
|
1708
|
-
[x: string]: boolean;
|
|
1709
|
-
} | (string | {
|
|
1710
|
-
[x: string]: boolean;
|
|
1711
|
-
} | (string | {
|
|
1712
|
-
[x: string]: boolean;
|
|
1713
|
-
} | (string | {
|
|
1714
|
-
[x: string]: boolean;
|
|
1715
|
-
} | (string | {
|
|
1716
|
-
[x: string]: boolean;
|
|
1717
|
-
} | (string | {
|
|
1718
|
-
[x: string]: boolean;
|
|
1719
|
-
} | (string | {
|
|
1720
|
-
[x: string]: boolean;
|
|
1721
|
-
} | (string | {
|
|
1722
|
-
[x: string]: boolean;
|
|
1723
|
-
} | (string | {
|
|
1724
|
-
[x: string]: boolean;
|
|
1725
|
-
} | (string | {
|
|
1726
|
-
[x: string]: boolean;
|
|
1727
|
-
} | (string | {
|
|
1728
|
-
[x: string]: boolean;
|
|
1729
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]))[], unknown, unknown> | undefined;
|
|
1730
|
-
effect?: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string) | (() => import('element-plus').PopperEffect) | ((new (...args: any[]) => string) | (() => import('element-plus').PopperEffect))[], unknown, unknown> | undefined;
|
|
1731
|
-
popperOptions?: any;
|
|
1732
|
-
showArrow?: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
1733
|
-
appendTo?: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>) | ((new (...args: any[]) => string | HTMLElement) | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>))[], unknown, unknown> | undefined;
|
|
1734
|
-
enterable?: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
1735
|
-
showAfter?: number | undefined;
|
|
1736
|
-
hideAfter?: number | undefined;
|
|
1737
|
-
} | undefined;
|
|
1738
|
-
tooltipFormatter?: import('element-plus/es/components/table/src/util.mjs').TableOverflowTooltipFormatter<import('./type').DiyDataType> | undefined;
|
|
1739
|
-
formatter?: (((row: import('./type').DiyDataType, column: import('element-plus').TableColumnCtx<import('./type').DiyDataType>, cellValue: any, index: number) => import('vue').VNode | string) & ((value: string | import('./type').DiyDataType) => string)) | undefined;
|
|
1740
|
-
selectable?: (((row: import('./type').DiyDataType, index: number) => boolean) & ((row: import('./type').DiyDataType, index: number) => boolean)) | undefined;
|
|
1741
|
-
reserveSelection?: boolean | undefined;
|
|
1742
|
-
filteredValue?: string[] | undefined;
|
|
1743
|
-
filterPlacement?: string | undefined;
|
|
1744
|
-
filterMultiple?: boolean | undefined;
|
|
1745
|
-
filterClassName?: string | undefined;
|
|
1746
|
-
sortOrders?: (import('element-plus/es/components/table/src/table/defaults.mjs').TableSortOrder | null)[] | undefined;
|
|
1747
|
-
colSpan?: number | undefined;
|
|
1748
|
-
rowSpan?: number | undefined;
|
|
1749
|
-
level?: number | undefined;
|
|
1750
|
-
order?: import('element-plus/es/components/table/src/table/defaults.mjs').TableSortOrder | null | undefined;
|
|
1751
|
-
isColumnGroup?: boolean | undefined;
|
|
1752
|
-
isSubColumn?: boolean | undefined;
|
|
1753
|
-
columns?: {
|
|
1754
|
-
id: string;
|
|
1755
|
-
realWidth: number | null;
|
|
1756
|
-
type: string;
|
|
1757
|
-
label: string;
|
|
1758
|
-
className: string;
|
|
1759
|
-
labelClassName: string;
|
|
1760
|
-
property: string;
|
|
1761
|
-
prop: string;
|
|
1762
|
-
width?: (string | number) | undefined;
|
|
1763
|
-
minWidth: string | number;
|
|
1764
|
-
renderHeader: (data: {
|
|
1765
|
-
column: import('element-plus').TableColumnCtx<import('./type').DiyDataType>;
|
|
1766
|
-
$index: number;
|
|
1767
|
-
store: import('element-plus/es/components/table/src/store/index.mjs').Store<import('./type').DiyDataType>;
|
|
1768
|
-
_self: any;
|
|
1769
|
-
}) => import('vue').VNode;
|
|
1770
|
-
sortable: boolean | string;
|
|
1771
|
-
sortMethod: (a: import('./type').DiyDataType, b: import('./type').DiyDataType) => number;
|
|
1772
|
-
sortBy: string | string[] | ((row: import('./type').DiyDataType, index: number, array?: import('./type').DiyDataType[] | undefined) => string);
|
|
1773
|
-
resizable: boolean;
|
|
1774
|
-
columnKey: string;
|
|
1775
|
-
rawColumnKey: string;
|
|
1776
|
-
align: string;
|
|
1777
|
-
headerAlign: string;
|
|
1778
|
-
showOverflowTooltip?: boolean | {
|
|
1779
|
-
offset?: number | undefined;
|
|
1780
|
-
transition?: string | undefined;
|
|
1781
|
-
placement?: string | undefined;
|
|
1782
|
-
popperClass?: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | {
|
|
1783
|
-
[x: string]: boolean;
|
|
1784
|
-
} | (string | {
|
|
1785
|
-
[x: string]: boolean;
|
|
1786
|
-
} | (string | {
|
|
1787
|
-
[x: string]: boolean;
|
|
1788
|
-
} | (string | {
|
|
1789
|
-
[x: string]: boolean;
|
|
1790
|
-
} | (string | {
|
|
1791
|
-
[x: string]: boolean;
|
|
1792
|
-
} | (string | {
|
|
1793
|
-
[x: string]: boolean;
|
|
1794
|
-
} | (string | {
|
|
1795
|
-
[x: string]: boolean;
|
|
1796
|
-
} | (string | {
|
|
1797
|
-
[x: string]: boolean;
|
|
1798
|
-
} | (string | {
|
|
1799
|
-
[x: string]: boolean;
|
|
1800
|
-
} | (string | {
|
|
1801
|
-
[x: string]: boolean;
|
|
1802
|
-
} | (string | {
|
|
1803
|
-
[x: string]: boolean;
|
|
1804
|
-
} | (string | {
|
|
1805
|
-
[x: string]: boolean;
|
|
1806
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
1807
|
-
[x: string]: boolean;
|
|
1808
|
-
} | (string | {
|
|
1809
|
-
[x: string]: boolean;
|
|
1810
|
-
} | (string | {
|
|
1811
|
-
[x: string]: boolean;
|
|
1812
|
-
} | (string | {
|
|
1813
|
-
[x: string]: boolean;
|
|
1814
|
-
} | (string | {
|
|
1815
|
-
[x: string]: boolean;
|
|
1816
|
-
} | (string | {
|
|
1817
|
-
[x: string]: boolean;
|
|
1818
|
-
} | (string | {
|
|
1819
|
-
[x: string]: boolean;
|
|
1820
|
-
} | (string | {
|
|
1821
|
-
[x: string]: boolean;
|
|
1822
|
-
} | (string | {
|
|
1823
|
-
[x: string]: boolean;
|
|
1824
|
-
} | (string | {
|
|
1825
|
-
[x: string]: boolean;
|
|
1826
|
-
} | (string | {
|
|
1827
|
-
[x: string]: boolean;
|
|
1828
|
-
} | (string | {
|
|
1829
|
-
[x: string]: boolean;
|
|
1830
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
|
1831
|
-
[x: string]: boolean;
|
|
1832
|
-
} | (string | {
|
|
1833
|
-
[x: string]: boolean;
|
|
1834
|
-
} | (string | {
|
|
1835
|
-
[x: string]: boolean;
|
|
1836
|
-
} | (string | {
|
|
1837
|
-
[x: string]: boolean;
|
|
1838
|
-
} | (string | {
|
|
1839
|
-
[x: string]: boolean;
|
|
1840
|
-
} | (string | {
|
|
1841
|
-
[x: string]: boolean;
|
|
1842
|
-
} | (string | {
|
|
1843
|
-
[x: string]: boolean;
|
|
1844
|
-
} | (string | {
|
|
1845
|
-
[x: string]: boolean;
|
|
1846
|
-
} | (string | {
|
|
1847
|
-
[x: string]: boolean;
|
|
1848
|
-
} | (string | {
|
|
1849
|
-
[x: string]: boolean;
|
|
1850
|
-
} | (string | {
|
|
1851
|
-
[x: string]: boolean;
|
|
1852
|
-
} | (string | {
|
|
1853
|
-
[x: string]: boolean;
|
|
1854
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
1855
|
-
[x: string]: boolean;
|
|
1856
|
-
} | (string | {
|
|
1857
|
-
[x: string]: boolean;
|
|
1858
|
-
} | (string | {
|
|
1859
|
-
[x: string]: boolean;
|
|
1860
|
-
} | (string | {
|
|
1861
|
-
[x: string]: boolean;
|
|
1862
|
-
} | (string | {
|
|
1863
|
-
[x: string]: boolean;
|
|
1864
|
-
} | (string | {
|
|
1865
|
-
[x: string]: boolean;
|
|
1866
|
-
} | (string | {
|
|
1867
|
-
[x: string]: boolean;
|
|
1868
|
-
} | (string | {
|
|
1869
|
-
[x: string]: boolean;
|
|
1870
|
-
} | (string | {
|
|
1871
|
-
[x: string]: boolean;
|
|
1872
|
-
} | (string | {
|
|
1873
|
-
[x: string]: boolean;
|
|
1874
|
-
} | (string | {
|
|
1875
|
-
[x: string]: boolean;
|
|
1876
|
-
} | (string | {
|
|
1877
|
-
[x: string]: boolean;
|
|
1878
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]))[], unknown, unknown> | undefined;
|
|
1879
|
-
effect?: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string) | (() => import('element-plus').PopperEffect) | ((new (...args: any[]) => string) | (() => import('element-plus').PopperEffect))[], unknown, unknown> | undefined;
|
|
1880
|
-
popperOptions?: any;
|
|
1881
|
-
showArrow?: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
1882
|
-
appendTo?: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>) | ((new (...args: any[]) => string | HTMLElement) | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>))[], unknown, unknown> | undefined;
|
|
1883
|
-
enterable?: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
1884
|
-
showAfter?: number | undefined;
|
|
1885
|
-
hideAfter?: number | undefined;
|
|
1886
|
-
} | undefined;
|
|
1887
|
-
tooltipFormatter?: import('element-plus/es/components/table/src/util.mjs').TableOverflowTooltipFormatter<import('./type').DiyDataType> | undefined;
|
|
1888
|
-
fixed: boolean | string;
|
|
1889
|
-
formatter: (row: import('./type').DiyDataType, column: import('element-plus').TableColumnCtx<import('./type').DiyDataType>, cellValue: any, index: number) => import('vue').VNode | string;
|
|
1890
|
-
selectable: (row: import('./type').DiyDataType, index: number) => boolean;
|
|
1891
|
-
reserveSelection: boolean;
|
|
1892
|
-
filterMethod: import('element-plus/es/components/table/src/table-column/defaults.mjs').FilterMethods<import('./type').DiyDataType>;
|
|
1893
|
-
filteredValue: string[];
|
|
1894
|
-
filters: {
|
|
1895
|
-
text: string;
|
|
1896
|
-
value: string;
|
|
1897
|
-
}[];
|
|
1898
|
-
filterPlacement: string;
|
|
1899
|
-
filterMultiple: boolean;
|
|
1900
|
-
filterClassName: string;
|
|
1901
|
-
index: number | ((index: number) => number);
|
|
1902
|
-
sortOrders: (import('element-plus/es/components/table/src/table/defaults.mjs').TableSortOrder | null)[];
|
|
1903
|
-
renderCell: (data: any) => import('vue').VNode | import('vue').VNode[];
|
|
1904
|
-
colSpan: number;
|
|
1905
|
-
rowSpan: number;
|
|
1906
|
-
children?: any[] | undefined;
|
|
1907
|
-
level: number;
|
|
1908
|
-
filterable: boolean | {
|
|
1909
|
-
text: string;
|
|
1910
|
-
value: string;
|
|
1911
|
-
}[] | import('element-plus/es/components/table/src/table-column/defaults.mjs').FilterMethods<import('./type').DiyDataType>;
|
|
1912
|
-
order: import('element-plus/es/components/table/src/table/defaults.mjs').TableSortOrder | null;
|
|
1913
|
-
isColumnGroup: boolean;
|
|
1914
|
-
isSubColumn: boolean;
|
|
1915
|
-
columns: any[];
|
|
1916
|
-
getColumnIndex: () => number;
|
|
1917
|
-
no: number;
|
|
1918
|
-
filterOpened?: boolean | undefined;
|
|
1919
|
-
renderFilterIcon?: ((scope: any) => import('vue').VNode) | undefined;
|
|
1920
|
-
renderExpand?: ((scope: any) => import('vue').VNode) | undefined;
|
|
1921
|
-
}[] | undefined;
|
|
1922
|
-
getColumnIndex?: (() => number) | undefined;
|
|
1923
|
-
no?: number | undefined;
|
|
1924
|
-
filterOpened?: boolean | undefined;
|
|
1925
|
-
renderFilterIcon?: ((scope: any) => import('vue').VNode) | undefined;
|
|
1926
|
-
renderExpand?: ((scope: any) => import('vue').VNode) | undefined;
|
|
330
|
+
label?: string | undefined;
|
|
1927
331
|
key?: (number | string) | undefined;
|
|
1928
332
|
isAdd?: boolean | undefined;
|
|
333
|
+
width?: number | undefined;
|
|
334
|
+
minWidth?: number | undefined;
|
|
1929
335
|
maxlength?: number | undefined;
|
|
1930
336
|
headerMaxlength?: number | undefined;
|
|
1931
337
|
placeholder?: string | undefined;
|
|
@@ -1935,10 +341,14 @@ export declare const ZhDiyDataTable: {
|
|
|
1935
341
|
isSameData?: boolean | undefined;
|
|
1936
342
|
type?: import('./type').DIY_DATA_TYPE | undefined;
|
|
1937
343
|
completeList?: string[] | undefined;
|
|
344
|
+
formatter?: ((value: string | import('./type').DiyDataType) => string) | undefined;
|
|
1938
345
|
showFormatter?: ((value: string) => string) | undefined;
|
|
1939
346
|
parser?: ((value: string) => string) | undefined;
|
|
1940
347
|
varidate?: ((value: string | number | undefined, row: import('./type').DiyDataType, index: number) => true | string) | undefined;
|
|
348
|
+
fixed?: ("left" | "right") | undefined;
|
|
1941
349
|
slot?: string | undefined;
|
|
350
|
+
selectable?: ((row: import('./type').DiyDataType, index: number) => boolean) | undefined;
|
|
351
|
+
reserveSelection?: boolean | undefined;
|
|
1942
352
|
isShow?: boolean | undefined;
|
|
1943
353
|
isNewlyColumn?: boolean | undefined;
|
|
1944
354
|
showWordLimit?: boolean | undefined;
|
|
@@ -1951,334 +361,12 @@ export declare const ZhDiyDataTable: {
|
|
|
1951
361
|
onAddColumn: () => void;
|
|
1952
362
|
formRef: import('vue').Ref<import('element-plus').FormInstance | undefined, import('element-plus').FormInstance | undefined>;
|
|
1953
363
|
getColumns: () => {
|
|
1954
|
-
fixed?: "left" | "right" | undefined;
|
|
1955
|
-
label?: string | undefined;
|
|
1956
|
-
index?: number | ((index: number) => number) | undefined;
|
|
1957
|
-
id?: string | undefined;
|
|
1958
|
-
filterable?: boolean | {
|
|
1959
|
-
text: string;
|
|
1960
|
-
value: string;
|
|
1961
|
-
}[] | import('element-plus/es/components/table/src/table-column/defaults.mjs').FilterMethods<import('./type').DiyDataType> | undefined;
|
|
1962
|
-
filterMethod?: import('element-plus/es/components/table/src/table-column/defaults.mjs').FilterMethods<import('./type').DiyDataType> | undefined;
|
|
1963
|
-
width?: number | undefined;
|
|
1964
|
-
filters?: {
|
|
1965
|
-
text: string;
|
|
1966
|
-
value: string;
|
|
1967
|
-
}[] | undefined;
|
|
1968
|
-
realWidth?: number | null | undefined;
|
|
1969
|
-
className?: string | undefined;
|
|
1970
|
-
labelClassName?: string | undefined;
|
|
1971
|
-
property?: string | undefined;
|
|
1972
364
|
prop: string;
|
|
1973
|
-
|
|
1974
|
-
sortable?: string | boolean | undefined;
|
|
1975
|
-
sortMethod?: ((a: import('./type').DiyDataType, b: import('./type').DiyDataType) => number) | undefined;
|
|
1976
|
-
sortBy?: string | string[] | ((row: import('./type').DiyDataType, index: number, array?: import('./type').DiyDataType[] | undefined) => string) | undefined;
|
|
1977
|
-
resizable?: boolean | undefined;
|
|
1978
|
-
columnKey?: string | undefined;
|
|
1979
|
-
rawColumnKey?: string | undefined;
|
|
1980
|
-
align?: "left" | "right" | "center" | undefined;
|
|
1981
|
-
headerAlign?: string | undefined;
|
|
1982
|
-
showOverflowTooltip?: boolean | {
|
|
1983
|
-
offset?: number | undefined;
|
|
1984
|
-
transition?: string | undefined;
|
|
1985
|
-
placement?: string | undefined;
|
|
1986
|
-
popperClass?: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | {
|
|
1987
|
-
[x: string]: boolean;
|
|
1988
|
-
} | (string | {
|
|
1989
|
-
[x: string]: boolean;
|
|
1990
|
-
} | (string | {
|
|
1991
|
-
[x: string]: boolean;
|
|
1992
|
-
} | (string | {
|
|
1993
|
-
[x: string]: boolean;
|
|
1994
|
-
} | (string | {
|
|
1995
|
-
[x: string]: boolean;
|
|
1996
|
-
} | (string | {
|
|
1997
|
-
[x: string]: boolean;
|
|
1998
|
-
} | (string | {
|
|
1999
|
-
[x: string]: boolean;
|
|
2000
|
-
} | (string | {
|
|
2001
|
-
[x: string]: boolean;
|
|
2002
|
-
} | (string | {
|
|
2003
|
-
[x: string]: boolean;
|
|
2004
|
-
} | (string | {
|
|
2005
|
-
[x: string]: boolean;
|
|
2006
|
-
} | (string | {
|
|
2007
|
-
[x: string]: boolean;
|
|
2008
|
-
} | (string | {
|
|
2009
|
-
[x: string]: boolean;
|
|
2010
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
2011
|
-
[x: string]: boolean;
|
|
2012
|
-
} | (string | {
|
|
2013
|
-
[x: string]: boolean;
|
|
2014
|
-
} | (string | {
|
|
2015
|
-
[x: string]: boolean;
|
|
2016
|
-
} | (string | {
|
|
2017
|
-
[x: string]: boolean;
|
|
2018
|
-
} | (string | {
|
|
2019
|
-
[x: string]: boolean;
|
|
2020
|
-
} | (string | {
|
|
2021
|
-
[x: string]: boolean;
|
|
2022
|
-
} | (string | {
|
|
2023
|
-
[x: string]: boolean;
|
|
2024
|
-
} | (string | {
|
|
2025
|
-
[x: string]: boolean;
|
|
2026
|
-
} | (string | {
|
|
2027
|
-
[x: string]: boolean;
|
|
2028
|
-
} | (string | {
|
|
2029
|
-
[x: string]: boolean;
|
|
2030
|
-
} | (string | {
|
|
2031
|
-
[x: string]: boolean;
|
|
2032
|
-
} | (string | {
|
|
2033
|
-
[x: string]: boolean;
|
|
2034
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
|
2035
|
-
[x: string]: boolean;
|
|
2036
|
-
} | (string | {
|
|
2037
|
-
[x: string]: boolean;
|
|
2038
|
-
} | (string | {
|
|
2039
|
-
[x: string]: boolean;
|
|
2040
|
-
} | (string | {
|
|
2041
|
-
[x: string]: boolean;
|
|
2042
|
-
} | (string | {
|
|
2043
|
-
[x: string]: boolean;
|
|
2044
|
-
} | (string | {
|
|
2045
|
-
[x: string]: boolean;
|
|
2046
|
-
} | (string | {
|
|
2047
|
-
[x: string]: boolean;
|
|
2048
|
-
} | (string | {
|
|
2049
|
-
[x: string]: boolean;
|
|
2050
|
-
} | (string | {
|
|
2051
|
-
[x: string]: boolean;
|
|
2052
|
-
} | (string | {
|
|
2053
|
-
[x: string]: boolean;
|
|
2054
|
-
} | (string | {
|
|
2055
|
-
[x: string]: boolean;
|
|
2056
|
-
} | (string | {
|
|
2057
|
-
[x: string]: boolean;
|
|
2058
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
2059
|
-
[x: string]: boolean;
|
|
2060
|
-
} | (string | {
|
|
2061
|
-
[x: string]: boolean;
|
|
2062
|
-
} | (string | {
|
|
2063
|
-
[x: string]: boolean;
|
|
2064
|
-
} | (string | {
|
|
2065
|
-
[x: string]: boolean;
|
|
2066
|
-
} | (string | {
|
|
2067
|
-
[x: string]: boolean;
|
|
2068
|
-
} | (string | {
|
|
2069
|
-
[x: string]: boolean;
|
|
2070
|
-
} | (string | {
|
|
2071
|
-
[x: string]: boolean;
|
|
2072
|
-
} | (string | {
|
|
2073
|
-
[x: string]: boolean;
|
|
2074
|
-
} | (string | {
|
|
2075
|
-
[x: string]: boolean;
|
|
2076
|
-
} | (string | {
|
|
2077
|
-
[x: string]: boolean;
|
|
2078
|
-
} | (string | {
|
|
2079
|
-
[x: string]: boolean;
|
|
2080
|
-
} | (string | {
|
|
2081
|
-
[x: string]: boolean;
|
|
2082
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]))[], unknown, unknown> | undefined;
|
|
2083
|
-
effect?: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string) | (() => import('element-plus').PopperEffect) | ((new (...args: any[]) => string) | (() => import('element-plus').PopperEffect))[], unknown, unknown> | undefined;
|
|
2084
|
-
popperOptions?: any;
|
|
2085
|
-
showArrow?: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
2086
|
-
appendTo?: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>) | ((new (...args: any[]) => string | HTMLElement) | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>))[], unknown, unknown> | undefined;
|
|
2087
|
-
enterable?: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
2088
|
-
showAfter?: number | undefined;
|
|
2089
|
-
hideAfter?: number | undefined;
|
|
2090
|
-
} | undefined;
|
|
2091
|
-
tooltipFormatter?: import('element-plus/es/components/table/src/util.mjs').TableOverflowTooltipFormatter<import('./type').DiyDataType> | undefined;
|
|
2092
|
-
formatter?: (((row: import('./type').DiyDataType, column: import('element-plus').TableColumnCtx<import('./type').DiyDataType>, cellValue: any, index: number) => import('vue').VNode | string) & ((value: string | import('./type').DiyDataType) => string)) | undefined;
|
|
2093
|
-
selectable?: (((row: import('./type').DiyDataType, index: number) => boolean) & ((row: import('./type').DiyDataType, index: number) => boolean)) | undefined;
|
|
2094
|
-
reserveSelection?: boolean | undefined;
|
|
2095
|
-
filteredValue?: string[] | undefined;
|
|
2096
|
-
filterPlacement?: string | undefined;
|
|
2097
|
-
filterMultiple?: boolean | undefined;
|
|
2098
|
-
filterClassName?: string | undefined;
|
|
2099
|
-
sortOrders?: (import('element-plus/es/components/table/src/table/defaults.mjs').TableSortOrder | null)[] | undefined;
|
|
2100
|
-
colSpan?: number | undefined;
|
|
2101
|
-
rowSpan?: number | undefined;
|
|
2102
|
-
level?: number | undefined;
|
|
2103
|
-
order?: import('element-plus/es/components/table/src/table/defaults.mjs').TableSortOrder | null | undefined;
|
|
2104
|
-
isColumnGroup?: boolean | undefined;
|
|
2105
|
-
isSubColumn?: boolean | undefined;
|
|
2106
|
-
columns?: {
|
|
2107
|
-
id: string;
|
|
2108
|
-
realWidth: number | null;
|
|
2109
|
-
type: string;
|
|
2110
|
-
label: string;
|
|
2111
|
-
className: string;
|
|
2112
|
-
labelClassName: string;
|
|
2113
|
-
property: string;
|
|
2114
|
-
prop: string;
|
|
2115
|
-
width?: (string | number) | undefined;
|
|
2116
|
-
minWidth: string | number;
|
|
2117
|
-
renderHeader: (data: {
|
|
2118
|
-
column: import('element-plus').TableColumnCtx<import('./type').DiyDataType>;
|
|
2119
|
-
$index: number;
|
|
2120
|
-
store: import('element-plus/es/components/table/src/store/index.mjs').Store<import('./type').DiyDataType>;
|
|
2121
|
-
_self: any;
|
|
2122
|
-
}) => import('vue').VNode;
|
|
2123
|
-
sortable: boolean | string;
|
|
2124
|
-
sortMethod: (a: import('./type').DiyDataType, b: import('./type').DiyDataType) => number;
|
|
2125
|
-
sortBy: string | string[] | ((row: import('./type').DiyDataType, index: number, array?: import('./type').DiyDataType[] | undefined) => string);
|
|
2126
|
-
resizable: boolean;
|
|
2127
|
-
columnKey: string;
|
|
2128
|
-
rawColumnKey: string;
|
|
2129
|
-
align: string;
|
|
2130
|
-
headerAlign: string;
|
|
2131
|
-
showOverflowTooltip?: boolean | {
|
|
2132
|
-
offset?: number | undefined;
|
|
2133
|
-
transition?: string | undefined;
|
|
2134
|
-
placement?: string | undefined;
|
|
2135
|
-
popperClass?: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | {
|
|
2136
|
-
[x: string]: boolean;
|
|
2137
|
-
} | (string | {
|
|
2138
|
-
[x: string]: boolean;
|
|
2139
|
-
} | (string | {
|
|
2140
|
-
[x: string]: boolean;
|
|
2141
|
-
} | (string | {
|
|
2142
|
-
[x: string]: boolean;
|
|
2143
|
-
} | (string | {
|
|
2144
|
-
[x: string]: boolean;
|
|
2145
|
-
} | (string | {
|
|
2146
|
-
[x: string]: boolean;
|
|
2147
|
-
} | (string | {
|
|
2148
|
-
[x: string]: boolean;
|
|
2149
|
-
} | (string | {
|
|
2150
|
-
[x: string]: boolean;
|
|
2151
|
-
} | (string | {
|
|
2152
|
-
[x: string]: boolean;
|
|
2153
|
-
} | (string | {
|
|
2154
|
-
[x: string]: boolean;
|
|
2155
|
-
} | (string | {
|
|
2156
|
-
[x: string]: boolean;
|
|
2157
|
-
} | (string | {
|
|
2158
|
-
[x: string]: boolean;
|
|
2159
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
2160
|
-
[x: string]: boolean;
|
|
2161
|
-
} | (string | {
|
|
2162
|
-
[x: string]: boolean;
|
|
2163
|
-
} | (string | {
|
|
2164
|
-
[x: string]: boolean;
|
|
2165
|
-
} | (string | {
|
|
2166
|
-
[x: string]: boolean;
|
|
2167
|
-
} | (string | {
|
|
2168
|
-
[x: string]: boolean;
|
|
2169
|
-
} | (string | {
|
|
2170
|
-
[x: string]: boolean;
|
|
2171
|
-
} | (string | {
|
|
2172
|
-
[x: string]: boolean;
|
|
2173
|
-
} | (string | {
|
|
2174
|
-
[x: string]: boolean;
|
|
2175
|
-
} | (string | {
|
|
2176
|
-
[x: string]: boolean;
|
|
2177
|
-
} | (string | {
|
|
2178
|
-
[x: string]: boolean;
|
|
2179
|
-
} | (string | {
|
|
2180
|
-
[x: string]: boolean;
|
|
2181
|
-
} | (string | {
|
|
2182
|
-
[x: string]: boolean;
|
|
2183
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
|
2184
|
-
[x: string]: boolean;
|
|
2185
|
-
} | (string | {
|
|
2186
|
-
[x: string]: boolean;
|
|
2187
|
-
} | (string | {
|
|
2188
|
-
[x: string]: boolean;
|
|
2189
|
-
} | (string | {
|
|
2190
|
-
[x: string]: boolean;
|
|
2191
|
-
} | (string | {
|
|
2192
|
-
[x: string]: boolean;
|
|
2193
|
-
} | (string | {
|
|
2194
|
-
[x: string]: boolean;
|
|
2195
|
-
} | (string | {
|
|
2196
|
-
[x: string]: boolean;
|
|
2197
|
-
} | (string | {
|
|
2198
|
-
[x: string]: boolean;
|
|
2199
|
-
} | (string | {
|
|
2200
|
-
[x: string]: boolean;
|
|
2201
|
-
} | (string | {
|
|
2202
|
-
[x: string]: boolean;
|
|
2203
|
-
} | (string | {
|
|
2204
|
-
[x: string]: boolean;
|
|
2205
|
-
} | (string | {
|
|
2206
|
-
[x: string]: boolean;
|
|
2207
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
2208
|
-
[x: string]: boolean;
|
|
2209
|
-
} | (string | {
|
|
2210
|
-
[x: string]: boolean;
|
|
2211
|
-
} | (string | {
|
|
2212
|
-
[x: string]: boolean;
|
|
2213
|
-
} | (string | {
|
|
2214
|
-
[x: string]: boolean;
|
|
2215
|
-
} | (string | {
|
|
2216
|
-
[x: string]: boolean;
|
|
2217
|
-
} | (string | {
|
|
2218
|
-
[x: string]: boolean;
|
|
2219
|
-
} | (string | {
|
|
2220
|
-
[x: string]: boolean;
|
|
2221
|
-
} | (string | {
|
|
2222
|
-
[x: string]: boolean;
|
|
2223
|
-
} | (string | {
|
|
2224
|
-
[x: string]: boolean;
|
|
2225
|
-
} | (string | {
|
|
2226
|
-
[x: string]: boolean;
|
|
2227
|
-
} | (string | {
|
|
2228
|
-
[x: string]: boolean;
|
|
2229
|
-
} | (string | {
|
|
2230
|
-
[x: string]: boolean;
|
|
2231
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]))[], unknown, unknown> | undefined;
|
|
2232
|
-
effect?: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string) | (() => import('element-plus').PopperEffect) | ((new (...args: any[]) => string) | (() => import('element-plus').PopperEffect))[], unknown, unknown> | undefined;
|
|
2233
|
-
popperOptions?: any;
|
|
2234
|
-
showArrow?: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
2235
|
-
appendTo?: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>) | ((new (...args: any[]) => string | HTMLElement) | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>))[], unknown, unknown> | undefined;
|
|
2236
|
-
enterable?: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
2237
|
-
showAfter?: number | undefined;
|
|
2238
|
-
hideAfter?: number | undefined;
|
|
2239
|
-
} | undefined;
|
|
2240
|
-
tooltipFormatter?: import('element-plus/es/components/table/src/util.mjs').TableOverflowTooltipFormatter<import('./type').DiyDataType> | undefined;
|
|
2241
|
-
fixed: boolean | string;
|
|
2242
|
-
formatter: (row: import('./type').DiyDataType, column: import('element-plus').TableColumnCtx<import('./type').DiyDataType>, cellValue: any, index: number) => import('vue').VNode | string;
|
|
2243
|
-
selectable: (row: import('./type').DiyDataType, index: number) => boolean;
|
|
2244
|
-
reserveSelection: boolean;
|
|
2245
|
-
filterMethod: import('element-plus/es/components/table/src/table-column/defaults.mjs').FilterMethods<import('./type').DiyDataType>;
|
|
2246
|
-
filteredValue: string[];
|
|
2247
|
-
filters: {
|
|
2248
|
-
text: string;
|
|
2249
|
-
value: string;
|
|
2250
|
-
}[];
|
|
2251
|
-
filterPlacement: string;
|
|
2252
|
-
filterMultiple: boolean;
|
|
2253
|
-
filterClassName: string;
|
|
2254
|
-
index: number | ((index: number) => number);
|
|
2255
|
-
sortOrders: (import('element-plus/es/components/table/src/table/defaults.mjs').TableSortOrder | null)[];
|
|
2256
|
-
renderCell: (data: any) => import('vue').VNode | import('vue').VNode[];
|
|
2257
|
-
colSpan: number;
|
|
2258
|
-
rowSpan: number;
|
|
2259
|
-
children?: any[] | undefined;
|
|
2260
|
-
level: number;
|
|
2261
|
-
filterable: boolean | {
|
|
2262
|
-
text: string;
|
|
2263
|
-
value: string;
|
|
2264
|
-
}[] | import('element-plus/es/components/table/src/table-column/defaults.mjs').FilterMethods<import('./type').DiyDataType>;
|
|
2265
|
-
order: import('element-plus/es/components/table/src/table/defaults.mjs').TableSortOrder | null;
|
|
2266
|
-
isColumnGroup: boolean;
|
|
2267
|
-
isSubColumn: boolean;
|
|
2268
|
-
columns: any[];
|
|
2269
|
-
getColumnIndex: () => number;
|
|
2270
|
-
no: number;
|
|
2271
|
-
filterOpened?: boolean | undefined;
|
|
2272
|
-
renderFilterIcon?: ((scope: any) => import('vue').VNode) | undefined;
|
|
2273
|
-
renderExpand?: ((scope: any) => import('vue').VNode) | undefined;
|
|
2274
|
-
}[] | undefined;
|
|
2275
|
-
getColumnIndex?: (() => number) | undefined;
|
|
2276
|
-
no?: number | undefined;
|
|
2277
|
-
filterOpened?: boolean | undefined;
|
|
2278
|
-
renderFilterIcon?: ((scope: any) => import('vue').VNode) | undefined;
|
|
2279
|
-
renderExpand?: ((scope: any) => import('vue').VNode) | undefined;
|
|
365
|
+
label?: string | undefined;
|
|
2280
366
|
key?: (number | string) | undefined;
|
|
2281
367
|
isAdd?: boolean | undefined;
|
|
368
|
+
width?: number | undefined;
|
|
369
|
+
minWidth?: number | undefined;
|
|
2282
370
|
maxlength?: number | undefined;
|
|
2283
371
|
headerMaxlength?: number | undefined;
|
|
2284
372
|
placeholder?: string | undefined;
|
|
@@ -2288,10 +376,14 @@ export declare const ZhDiyDataTable: {
|
|
|
2288
376
|
isSameData?: boolean | undefined;
|
|
2289
377
|
type?: import('./type').DIY_DATA_TYPE | undefined;
|
|
2290
378
|
completeList?: string[] | undefined;
|
|
379
|
+
formatter?: ((value: string | import('./type').DiyDataType) => string) | undefined;
|
|
2291
380
|
showFormatter?: ((value: string) => string) | undefined;
|
|
2292
381
|
parser?: ((value: string) => string) | undefined;
|
|
2293
382
|
varidate?: ((value: string | number | undefined, row: import('./type').DiyDataType, index: number) => true | string) | undefined;
|
|
383
|
+
fixed?: ("left" | "right") | undefined;
|
|
2294
384
|
slot?: string | undefined;
|
|
385
|
+
selectable?: ((row: import('./type').DiyDataType, index: number) => boolean) | undefined;
|
|
386
|
+
reserveSelection?: boolean | undefined;
|
|
2295
387
|
isShow?: boolean | undefined;
|
|
2296
388
|
isNewlyColumn?: boolean | undefined;
|
|
2297
389
|
showWordLimit?: boolean | undefined;
|