@qqt-product/system 15.0.0 → 16.0.0

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.
Files changed (30) hide show
  1. package/dist/index.es.js +25362 -25615
  2. package/dist/index.umd.js +46 -46
  3. package/dist/lib/components/ExportDataModal/index.vue.d.ts +1 -1
  4. package/dist/lib/components/QAccountList/src/QAccountDetail.vue.d.ts +10 -9
  5. package/dist/lib/components/QAccountList/src/QAccountEdit.vue.d.ts +12 -12
  6. package/dist/lib/components/QAccountList/src/QAccountList.vue.d.ts +1 -1
  7. package/dist/lib/components/QElsMsgRecordList/src/QElsMsgRecordDetail.vue.d.ts +10 -9
  8. package/dist/lib/components/QElsTenantPortalNewsList/src/QElsTenantPortalNewsDetail.vue.d.ts +10 -9
  9. package/dist/lib/components/QElsTenantPortalNewsList/src/QElsTenantPortalNewsEdit.vue.d.ts +10 -9
  10. package/dist/lib/components/QMqRecordList/src/QMqRecordList.vue.d.ts +0 -3
  11. package/dist/lib/components/QPermissionDataList/src/QPermissionDataEdit.vue.d.ts +10 -9
  12. package/dist/lib/components/QPurchaseNoticeList/src/QPurchaseNoticeDetail.vue.d.ts +10 -9
  13. package/dist/lib/components/QPurchaseNoticeList/src/QPurchaseNoticeEdit.vue.d.ts +10 -9
  14. package/dist/lib/components/QQuartzJobList/src/QQuartzJobList.vue.d.ts +2 -2
  15. package/dist/lib/components/QQuartzJobList/src/components/QuartzJobModal.vue.d.ts +1 -1
  16. package/dist/lib/components/QRoleList/src/components/userAuthorization/index.d.ts +1 -0
  17. package/dist/lib/components/QSupplierAccountList/src/QSupplierAccountList.vue.d.ts +3 -10
  18. package/dist/lib/components/QSupplierAccountList/src/useConfigData.d.ts +1 -1
  19. package/dist/lib/components/QcustomConfigEdit/src/QcustomConfigEdit.vue.d.ts +285 -93
  20. package/dist/lib/components/index.d.ts +1 -2
  21. package/dist/lib/components/integratedNodesList/src/QIntegratedNodesDetail.vue.d.ts +10 -9
  22. package/dist/lib/components/integratedNodesList/src/QIntegratedNodesEdit.vue.d.ts +10 -9
  23. package/dist/lib/components/integratedReportList/src/index.vue.d.ts +206 -0
  24. package/dist/lib/components/integratedReportSearchList/src/index.vue.d.ts +1 -1
  25. package/dist/lib/components/loginAbnormalLogList/src/index.vue.d.ts +1 -1
  26. package/dist/lib/components/loginLogList/src/index.vue.d.ts +1 -1
  27. package/dist/lib/components/operateLogList/src/index.vue.d.ts +1 -1
  28. package/dist/style.css +1 -1
  29. package/package.json +12 -12
  30. package/dist/lib/components/QAccountList/src/QAccountCreate.vue.d.ts +0 -2920
@@ -1,2920 +0,0 @@
1
- import type { SizeType, VxeTableDataRow, VxePagerPropTypes, VxeColumnSlotTypes, SlotVNodeType, VxeColumnPropTypes, VxeTablePropTypes, VxeTooltipPropTypes, VxeTableDefines, VxeTableConstructor, VxeTablePrivateMethods, VxeGridConstructor, VxeTableProDefines, VxeGridPropTypes, VxeButtonPropTypes, VxeToolbarPropTypes, VxeFormPropTypes, VxeFormItemPropTypes, VxeFormItemProps, FormItemTitleRenderParams, FormItemContentRenderParams } from 'vxe-table';
2
- import type { FileDataType } from '@qqt-product/ui/dist/lib/components/upload-file';
3
- import type { DefineComponent, ShallowRef, Ref, ComponentOptionsBase, VNode, RendererNode, RendererElement, Slot, ComponentInternalInstance, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes, ComponentPublicInstance } from 'vue';
4
- import type { GlobalPageLayoutTypes } from '@qqt-product/ui';
5
- import * as customConfigEdits from '../../../utils/global.types';
6
- declare const _sfc_main: DefineComponent<{
7
- currentRow: {
8
- type: null;
9
- required: true;
10
- };
11
- userInfo: {
12
- type: null;
13
- required: true;
14
- };
15
- }, {
16
- props: any;
17
- qHttp: customConfigEdits.HttpClient;
18
- showEdit: ShallowRef<boolean>;
19
- currentRow: any;
20
- layoutRef: Ref<ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null>;
21
- roleOptains: Ref<never[]>;
22
- groupOptains: Ref<never[]>;
23
- options: {
24
- businessType?: string | undefined;
25
- currentRow?: {
26
- [x: string]: unknown;
27
- templateNumber: string;
28
- templateVersion: number;
29
- templateAccount: string;
30
- busAccount: string;
31
- elsAccount: string;
32
- } | undefined;
33
- userInfo?: {
34
- [x: string]: unknown;
35
- elsAccount: string;
36
- subAccount: string;
37
- serivceUrl: string;
38
- } | undefined;
39
- showPageHeader?: boolean | undefined;
40
- showLayoutAnchor?: boolean | undefined;
41
- isDetail?: boolean | undefined;
42
- role?: string | undefined;
43
- refreshMethods?: ((row?: GlobalPageLayoutTypes.CurrentRow | undefined) => void) | undefined;
44
- token?: string | undefined;
45
- isUseLocalPattern?: boolean | undefined;
46
- pattern?: GlobalPageLayoutTypes.Pattern | undefined;
47
- localConfig?: {
48
- editLayout?: string | undefined;
49
- tempRole?: string | undefined;
50
- examineLayout?: string | undefined;
51
- groups?: {
52
- groupName: string;
53
- groupNameI18nKey?: string | undefined;
54
- groupCode: string;
55
- groupType: GlobalPageLayoutTypes.GroupType;
56
- sortOrder?: string | undefined;
57
- buttons?: {
58
- title: string;
59
- i18nKey?: string | undefined;
60
- key: string | symbol;
61
- args: GlobalPageLayoutTypes.PageButtonArgsFunctionType | {
62
- [x: string]: unknown;
63
- url: string;
64
- };
65
- authorityCode?: string | undefined;
66
- attrs?: GlobalPageLayoutTypes.RecordString | undefined;
67
- icon?: {
68
- type: string;
69
- size: number;
70
- color?: string | undefined;
71
- } | undefined;
72
- emit?: boolean | undefined;
73
- emitKey?: string | undefined;
74
- showMessage?: boolean | undefined;
75
- checkBefore?: boolean | undefined;
76
- confirm?: {
77
- title: string;
78
- content: string;
79
- } | undefined;
80
- dropdown?: boolean | undefined;
81
- isExistFrozenSource?: boolean | undefined;
82
- isExistFrozenSourceUrl?: string | undefined;
83
- isExistFrozenSourceParams?: ((pageData: GlobalPageLayoutTypes.RecordString) => GlobalPageLayoutTypes.RecordString) | undefined;
84
- disabled?: ((pageData: GlobalPageLayoutTypes.RecordString) => boolean) | undefined;
85
- handleBefore?: ((args: GlobalPageLayoutTypes.ExposeWithPageButtons) => Promise<GlobalPageLayoutTypes.ExposeWithPageButtons>) | undefined;
86
- handleAfter?: ((args: GlobalPageLayoutTypes.ExposeWithPageButtons) => Promise<GlobalPageLayoutTypes.ExposeWithPageButtons>) | undefined;
87
- callback?: ((payload: GlobalPageLayoutTypes.PageButtonPayload) => void) | undefined;
88
- }[] | {
89
- onConfirmBeforeUpload?: ((formData: FileDataType) => boolean) | undefined;
90
- title: string;
91
- i18nKey?: string | undefined;
92
- key: string | symbol;
93
- args: GlobalPageLayoutTypes.PageButtonArgsFunctionType | {
94
- [x: string]: unknown;
95
- url: string;
96
- };
97
- authorityCode?: string | undefined;
98
- attrs?: GlobalPageLayoutTypes.RecordString | undefined;
99
- icon?: {
100
- type: string;
101
- size: number;
102
- color?: string | undefined;
103
- } | undefined;
104
- emit?: boolean | undefined;
105
- emitKey?: string | undefined;
106
- showMessage?: boolean | undefined;
107
- checkBefore?: boolean | undefined;
108
- confirm?: {
109
- title: string;
110
- content: string;
111
- } | undefined;
112
- dropdown?: boolean | undefined;
113
- isExistFrozenSource?: boolean | undefined;
114
- isExistFrozenSourceUrl?: string | undefined;
115
- isExistFrozenSourceParams?: ((pageData: GlobalPageLayoutTypes.RecordString) => GlobalPageLayoutTypes.RecordString) | undefined;
116
- disabled?: ((pageData: GlobalPageLayoutTypes.RecordString) => boolean) | undefined;
117
- handleBefore?: ((args: GlobalPageLayoutTypes.ExposeWithPageButtons) => Promise<GlobalPageLayoutTypes.ExposeWithPageButtons>) | undefined;
118
- handleAfter?: ((args: GlobalPageLayoutTypes.ExposeWithPageButtons) => Promise<GlobalPageLayoutTypes.ExposeWithPageButtons>) | undefined;
119
- callback?: ((payload: GlobalPageLayoutTypes.PageButtonPayload) => void) | undefined;
120
- }[] | undefined;
121
- extend?: {
122
- [x: string]: any;
123
- vxeGridConfig?: {
124
- size?: SizeType | undefined;
125
- loading?: boolean | undefined;
126
- round?: boolean | undefined;
127
- id?: string | undefined;
128
- data?: VxeTableDataRow[] | undefined;
129
- params?: any;
130
- pagerConfig?: {
131
- enabled?: boolean | undefined;
132
- slots?: any;
133
- size?: SizeType | undefined;
134
- layouts?: ("PrevJump" | "PrevPage" | "Number" | "JumpNumber" | "NextPage" | "NextJump" | "Sizes" | "Jump" | "FullJump" | "PageCount" | "Total")[] | undefined;
135
- currentPage?: number | undefined;
136
- loading?: boolean | undefined;
137
- pageSize?: number | undefined;
138
- total?: number | undefined;
139
- pagerCount?: number | undefined;
140
- pageSizes?: (number | {
141
- label?: string | number | undefined;
142
- value?: string | number | undefined;
143
- })[] | undefined;
144
- align?: string | undefined;
145
- border?: boolean | undefined;
146
- background?: boolean | undefined;
147
- perfect?: boolean | undefined;
148
- autoHidden?: boolean | undefined;
149
- transfer?: boolean | undefined;
150
- className?: VxePagerPropTypes.ClassName | undefined;
151
- iconPrevPage?: string | undefined;
152
- iconJumpPrev?: string | undefined;
153
- iconJumpNext?: string | undefined;
154
- iconNextPage?: string | undefined;
155
- iconJumpMore?: string | undefined;
156
- } | undefined;
157
- columns?: {
158
- children?: any[] | undefined;
159
- slots?: {
160
- title?: string | ((params: VxeColumnSlotTypes.HeaderSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
161
- radio?: string | ((params: VxeColumnSlotTypes.DefaultSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
162
- checkbox?: string | ((params: VxeColumnSlotTypes.DefaultSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
163
- default?: string | ((params: VxeColumnSlotTypes.DefaultSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
164
- header?: string | ((params: VxeColumnSlotTypes.HeaderSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
165
- footer?: string | ((params: VxeColumnSlotTypes.FooterSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
166
- content?: string | ((params: VxeColumnSlotTypes.ContentSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
167
- filter?: string | ((params: VxeColumnSlotTypes.FilterSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
168
- edit?: string | ((params: VxeColumnSlotTypes.EditSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
169
- icon?: string | ((params: VxeColumnSlotTypes.IconSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
170
- } | undefined;
171
- colId?: VxeColumnPropTypes.ColId | undefined;
172
- type?: VxeColumnPropTypes.Type | undefined;
173
- field?: string | undefined;
174
- title?: string | undefined;
175
- width?: VxeColumnPropTypes.Width | undefined;
176
- minWidth?: VxeColumnPropTypes.MinWidth | undefined;
177
- maxWidth?: VxeColumnPropTypes.MaxWidth | undefined;
178
- resizable?: boolean | undefined;
179
- fixed?: VxeColumnPropTypes.Fixed | undefined;
180
- align?: VxeColumnPropTypes.Align | undefined;
181
- headerAlign?: VxeColumnPropTypes.Align | undefined;
182
- footerAlign?: VxeColumnPropTypes.Align | undefined;
183
- showOverflow?: VxeTablePropTypes.ShowOverflow | undefined;
184
- showHeaderOverflow?: VxeTablePropTypes.ShowOverflow | undefined;
185
- showFooterOverflow?: VxeTablePropTypes.ShowOverflow | undefined;
186
- className?: VxeColumnPropTypes.ClassName<VxeTableDataRow> | undefined;
187
- headerClassName?: VxeColumnPropTypes.HeaderClassName<VxeTableDataRow> | undefined;
188
- footerClassName?: VxeColumnPropTypes.FooterClassName<VxeTableDataRow> | undefined;
189
- formatter?: VxeColumnPropTypes.Formatter<VxeTableDataRow> | undefined;
190
- sortable?: boolean | undefined;
191
- sortBy?: VxeColumnPropTypes.SortBy<VxeTableDataRow> | undefined;
192
- sortType?: VxeColumnPropTypes.SortType | undefined;
193
- filters?: {
194
- label?: string | number | undefined;
195
- value?: any;
196
- data?: any;
197
- resetValue?: any;
198
- checked?: boolean | undefined;
199
- }[] | undefined;
200
- filterMultiple?: boolean | undefined;
201
- filterMethod?: VxeColumnPropTypes.FilterMethod<VxeTableDataRow> | undefined;
202
- filterRender?: {
203
- options?: any[] | undefined;
204
- optionProps?: {
205
- value?: string | undefined;
206
- label?: string | undefined;
207
- key?: string | undefined;
208
- } | undefined;
209
- optionGroups?: any[] | undefined;
210
- optionGroupProps?: {
211
- options?: string | undefined;
212
- label?: string | undefined;
213
- key?: string | undefined;
214
- } | undefined;
215
- content?: string | undefined;
216
- name?: string | undefined;
217
- props?: {
218
- [key: string]: any;
219
- } | undefined;
220
- attrs?: {
221
- [key: string]: any;
222
- } | undefined;
223
- events?: {
224
- [key: string]: (...args: any[]) => any;
225
- } | undefined;
226
- children?: any[] | undefined;
227
- cellType?: "string" | "number" | undefined;
228
- } | undefined;
229
- treeNode?: boolean | undefined;
230
- visible?: boolean | undefined;
231
- exportMethod?: VxeColumnPropTypes.ExportMethod<VxeTableDataRow> | undefined;
232
- footerExportMethod?: VxeColumnPropTypes.FooterExportMethod<VxeTableDataRow> | undefined;
233
- titleHelp?: {
234
- useHTML?: boolean | undefined;
235
- content?: VxeTooltipPropTypes.Content | undefined;
236
- enterable?: boolean | undefined;
237
- theme?: string | undefined;
238
- icon?: string | undefined;
239
- message?: string | undefined;
240
- } | undefined;
241
- titlePrefix?: {
242
- useHTML?: boolean | undefined;
243
- content?: VxeTooltipPropTypes.Content | undefined;
244
- enterable?: boolean | undefined;
245
- theme?: string | undefined;
246
- icon?: string | undefined;
247
- message?: string | undefined;
248
- } | undefined;
249
- cellType?: VxeColumnPropTypes.CellType | undefined;
250
- cellRender?: {
251
- events?: {
252
- [key: string]: (cellParams: VxeColumnSlotTypes.DefaultSlotParams<VxeTableDataRow>, ...args: any[]) => any;
253
- } | undefined;
254
- options?: any[] | undefined;
255
- optionProps?: {
256
- value?: string | undefined;
257
- label?: string | undefined;
258
- key?: string | undefined;
259
- } | undefined;
260
- optionGroups?: any[] | undefined;
261
- optionGroupProps?: {
262
- options?: string | undefined;
263
- label?: string | undefined;
264
- key?: string | undefined;
265
- } | undefined;
266
- content?: string | undefined;
267
- name?: string | undefined;
268
- props?: {
269
- [key: string]: any;
270
- } | undefined;
271
- attrs?: {
272
- [key: string]: any;
273
- } | undefined;
274
- children?: any[] | undefined;
275
- cellType?: "string" | "number" | undefined;
276
- } | undefined;
277
- editRender?: {
278
- events?: {
279
- [key: string]: (cellParams: VxeColumnSlotTypes.EditSlotParams<VxeTableDataRow>, ...args: any[]) => any;
280
- } | undefined;
281
- enabled?: boolean | undefined;
282
- options?: any[] | undefined;
283
- optionProps?: {
284
- value?: string | undefined;
285
- label?: string | undefined;
286
- key?: string | undefined;
287
- } | undefined;
288
- optionGroups?: any[] | undefined;
289
- optionGroupProps?: {
290
- options?: string | undefined;
291
- label?: string | undefined;
292
- key?: string | undefined;
293
- } | undefined;
294
- autofocus?: string | undefined;
295
- autoselect?: boolean | undefined;
296
- defaultValue?: string | number | object | any[] | ((params: {
297
- column: VxeTableDefines.ColumnInfo<VxeTableDataRow>;
298
- }) => any) | {
299
- exec: (string: string) => RegExpExecArray | null;
300
- test: (string: string) => boolean;
301
- readonly source: string;
302
- readonly global: boolean;
303
- readonly ignoreCase: boolean;
304
- readonly multiline: boolean;
305
- lastIndex: number;
306
- compile: (pattern: string, flags?: string | undefined) => RegExp;
307
- readonly flags: string;
308
- readonly sticky: boolean;
309
- readonly unicode: boolean;
310
- readonly dotAll: boolean;
311
- [Symbol.match]: (string: string) => RegExpMatchArray | null;
312
- [Symbol.replace]: {
313
- (string: string, replaceValue: string): string;
314
- (string: string, replacer: (substring: string, ...args: any[]) => string): string;
315
- };
316
- [Symbol.search]: (string: string) => number;
317
- [Symbol.split]: (string: string, limit?: number | undefined) => string[];
318
- [Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
319
- } | {
320
- toString: () => string;
321
- toDateString: () => string;
322
- toTimeString: () => string;
323
- toLocaleString: {
324
- (): string;
325
- (locales?: string | string[] | undefined, options?: Intl.DateTimeFormatOptions | undefined): string;
326
- (locales?: Intl.LocalesArgument, options?: Intl.DateTimeFormatOptions | undefined): string;
327
- };
328
- toLocaleDateString: {
329
- (): string;
330
- (locales?: string | string[] | undefined, options?: Intl.DateTimeFormatOptions | undefined): string;
331
- (locales?: Intl.LocalesArgument, options?: Intl.DateTimeFormatOptions | undefined): string;
332
- };
333
- toLocaleTimeString: {
334
- (): string;
335
- (locales?: string | string[] | undefined, options?: Intl.DateTimeFormatOptions | undefined): string;
336
- (locales?: Intl.LocalesArgument, options?: Intl.DateTimeFormatOptions | undefined): string;
337
- };
338
- valueOf: () => number;
339
- getTime: () => number;
340
- getFullYear: () => number;
341
- getUTCFullYear: () => number;
342
- getMonth: () => number;
343
- getUTCMonth: () => number;
344
- getDate: () => number;
345
- getUTCDate: () => number;
346
- getDay: () => number;
347
- getUTCDay: () => number;
348
- getHours: () => number;
349
- getUTCHours: () => number;
350
- getMinutes: () => number;
351
- getUTCMinutes: () => number;
352
- getSeconds: () => number;
353
- getUTCSeconds: () => number;
354
- getMilliseconds: () => number;
355
- getUTCMilliseconds: () => number;
356
- getTimezoneOffset: () => number;
357
- setTime: (time: number) => number;
358
- setMilliseconds: (ms: number) => number;
359
- setUTCMilliseconds: (ms: number) => number;
360
- setSeconds: (sec: number, ms?: number | undefined) => number;
361
- setUTCSeconds: (sec: number, ms?: number | undefined) => number;
362
- setMinutes: (min: number, sec?: number | undefined, ms?: number | undefined) => number;
363
- setUTCMinutes: (min: number, sec?: number | undefined, ms?: number | undefined) => number;
364
- setHours: (hours: number, min?: number | undefined, sec?: number | undefined, ms?: number | undefined) => number;
365
- setUTCHours: (hours: number, min?: number | undefined, sec?: number | undefined, ms?: number | undefined) => number;
366
- setDate: (date: number) => number;
367
- setUTCDate: (date: number) => number;
368
- setMonth: (month: number, date?: number | undefined) => number;
369
- setUTCMonth: (month: number, date?: number | undefined) => number;
370
- setFullYear: (year: number, month?: number | undefined, date?: number | undefined) => number;
371
- setUTCFullYear: (year: number, month?: number | undefined, date?: number | undefined) => number;
372
- toUTCString: () => string;
373
- toISOString: () => string;
374
- toJSON: (key?: any) => string;
375
- [Symbol.toPrimitive]: {
376
- (hint: "default"): string;
377
- (hint: "string"): string;
378
- (hint: "number"): number;
379
- (hint: string): string | number;
380
- };
381
- } | null | undefined;
382
- immediate?: boolean | undefined;
383
- content?: string | undefined;
384
- placeholder?: string | undefined;
385
- name?: string | undefined;
386
- props?: {
387
- [key: string]: any;
388
- } | undefined;
389
- attrs?: {
390
- [key: string]: any;
391
- } | undefined;
392
- children?: any[] | undefined;
393
- cellType?: "string" | "number" | undefined;
394
- } | undefined;
395
- contentRender?: {
396
- options?: any[] | undefined;
397
- optionProps?: {
398
- value?: string | undefined;
399
- label?: string | undefined;
400
- key?: string | undefined;
401
- } | undefined;
402
- optionGroups?: any[] | undefined;
403
- optionGroupProps?: {
404
- options?: string | undefined;
405
- label?: string | undefined;
406
- key?: string | undefined;
407
- } | undefined;
408
- name?: string | undefined;
409
- props?: {
410
- [key: string]: any;
411
- } | undefined;
412
- attrs?: {
413
- [key: string]: any;
414
- } | undefined;
415
- events?: {
416
- [key: string]: (...args: any[]) => any;
417
- } | undefined;
418
- children?: any[] | undefined;
419
- cellType?: "string" | "number" | undefined;
420
- } | undefined;
421
- params?: any;
422
- }[] | undefined;
423
- height?: VxeTablePropTypes.Height | undefined;
424
- maxHeight?: VxeTablePropTypes.MaxHeight | undefined;
425
- resizable?: boolean | undefined;
426
- stripe?: boolean | undefined;
427
- border?: VxeTablePropTypes.Border | undefined;
428
- align?: VxeTablePropTypes.Align | undefined;
429
- headerAlign?: VxeTablePropTypes.Align | undefined;
430
- footerAlign?: VxeTablePropTypes.Align | undefined;
431
- showHeader?: boolean | undefined;
432
- highlightCurrentRow?: boolean | undefined;
433
- highlightHoverRow?: boolean | undefined;
434
- highlightCurrentColumn?: boolean | undefined;
435
- highlightHoverColumn?: boolean | undefined;
436
- highlightCell?: boolean | undefined;
437
- showFooter?: boolean | undefined;
438
- footerMethod?: VxeTablePropTypes.FooterMethod<VxeTableDataRow> | undefined;
439
- rowClassName?: VxeTablePropTypes.RowClassName<VxeTableDataRow> | undefined;
440
- cellClassName?: VxeTablePropTypes.CellClassName<VxeTableDataRow> | undefined;
441
- headerRowClassName?: VxeTablePropTypes.HeaderRowClassName<VxeTableDataRow> | undefined;
442
- headerCellClassName?: VxeTablePropTypes.HeaderCellClassName<VxeTableDataRow> | undefined;
443
- footerRowClassName?: VxeTablePropTypes.FooterRowClassName<VxeTableDataRow> | undefined;
444
- footerCellClassName?: VxeTablePropTypes.FooterCellClassName<VxeTableDataRow> | undefined;
445
- cellStyle?: VxeTablePropTypes.CellStyle<VxeTableDataRow> | undefined;
446
- rowStyle?: VxeTablePropTypes.RowStyle<VxeTableDataRow> | undefined;
447
- headerCellStyle?: VxeTablePropTypes.HeaderCellStyle<VxeTableDataRow> | undefined;
448
- headerRowStyle?: VxeTablePropTypes.HeaderRowStyle<VxeTableDataRow> | undefined;
449
- footerRowStyle?: VxeTablePropTypes.FooterRowStyle<VxeTableDataRow> | undefined;
450
- footerCellStyle?: VxeTablePropTypes.FooterCellStyle<VxeTableDataRow> | undefined;
451
- mergeCells?: {
452
- row: any;
453
- col: number | {
454
- property: string;
455
- type: VxeColumnPropTypes.Type;
456
- field: string;
457
- title: string;
458
- width: VxeColumnPropTypes.Width;
459
- minWidth: VxeColumnPropTypes.MinWidth;
460
- maxWidth: VxeColumnPropTypes.MaxWidth;
461
- resizable: boolean;
462
- fixed: VxeColumnPropTypes.Fixed;
463
- align: VxeColumnPropTypes.Align;
464
- headerAlign: VxeColumnPropTypes.Align;
465
- footerAlign: VxeColumnPropTypes.Align;
466
- showOverflow: VxeTablePropTypes.ShowOverflow;
467
- showHeaderOverflow: VxeTablePropTypes.ShowOverflow;
468
- showFooterOverflow: VxeTablePropTypes.ShowOverflow;
469
- className: VxeColumnPropTypes.ClassName<VxeTableDataRow>;
470
- headerClassName: VxeColumnPropTypes.HeaderClassName<VxeTableDataRow>;
471
- footerClassName: VxeColumnPropTypes.FooterClassName<VxeTableDataRow>;
472
- formatter: VxeColumnPropTypes.Formatter<VxeTableDataRow>;
473
- sortable: boolean;
474
- sortBy: VxeColumnPropTypes.SortBy<VxeTableDataRow>;
475
- sortType: VxeColumnPropTypes.SortType;
476
- filters: {
477
- label?: string | number | undefined;
478
- value?: any;
479
- data?: any;
480
- resetValue?: any;
481
- checked?: boolean | undefined;
482
- }[];
483
- filterMultiple: boolean;
484
- filterMethod: VxeColumnPropTypes.FilterMethod<VxeTableDataRow>;
485
- filterRender: {
486
- options?: any[] | undefined;
487
- optionProps?: {
488
- value?: string | undefined;
489
- label?: string | undefined;
490
- key?: string | undefined;
491
- } | undefined;
492
- optionGroups?: any[] | undefined;
493
- optionGroupProps?: {
494
- options?: string | undefined;
495
- label?: string | undefined;
496
- key?: string | undefined;
497
- } | undefined;
498
- content?: string | undefined;
499
- name?: string | undefined;
500
- props?: {
501
- [key: string]: any;
502
- } | undefined;
503
- attrs?: {
504
- [key: string]: any;
505
- } | undefined;
506
- events?: {
507
- [key: string]: (...args: any[]) => any;
508
- } | undefined;
509
- children?: any[] | undefined;
510
- cellType?: "string" | "number" | undefined;
511
- };
512
- treeNode: boolean;
513
- visible: boolean;
514
- exportMethod: VxeColumnPropTypes.ExportMethod<VxeTableDataRow>;
515
- footerExportMethod: VxeColumnPropTypes.FooterExportMethod<VxeTableDataRow>;
516
- titleHelp: {
517
- useHTML?: boolean | undefined;
518
- content?: VxeTooltipPropTypes.Content | undefined;
519
- enterable?: boolean | undefined;
520
- theme?: string | undefined;
521
- icon?: string | undefined;
522
- message?: string | undefined;
523
- };
524
- titlePrefix: {
525
- useHTML?: boolean | undefined;
526
- content?: VxeTooltipPropTypes.Content | undefined;
527
- enterable?: boolean | undefined;
528
- theme?: string | undefined;
529
- icon?: string | undefined;
530
- message?: string | undefined;
531
- };
532
- cellType: VxeColumnPropTypes.CellType;
533
- cellRender: {
534
- events?: {
535
- [key: string]: (cellParams: VxeColumnSlotTypes.DefaultSlotParams<VxeTableDataRow>, ...args: any[]) => any;
536
- } | undefined;
537
- options?: any[] | undefined;
538
- optionProps?: {
539
- value?: string | undefined;
540
- label?: string | undefined;
541
- key?: string | undefined;
542
- } | undefined;
543
- optionGroups?: any[] | undefined;
544
- optionGroupProps?: {
545
- options?: string | undefined;
546
- label?: string | undefined;
547
- key?: string | undefined;
548
- } | undefined;
549
- content?: string | undefined;
550
- name?: string | undefined;
551
- props?: {
552
- [key: string]: any;
553
- } | undefined;
554
- attrs?: {
555
- [key: string]: any;
556
- } | undefined;
557
- children?: any[] | undefined;
558
- cellType?: "string" | "number" | undefined;
559
- };
560
- editRender: {
561
- events?: {
562
- [key: string]: (cellParams: VxeColumnSlotTypes.EditSlotParams<VxeTableDataRow>, ...args: any[]) => any;
563
- } | undefined;
564
- enabled?: boolean | undefined;
565
- options?: any[] | undefined;
566
- optionProps?: {
567
- value?: string | undefined;
568
- label?: string | undefined;
569
- key?: string | undefined;
570
- } | undefined;
571
- optionGroups?: any[] | undefined;
572
- optionGroupProps?: {
573
- options?: string | undefined;
574
- label?: string | undefined;
575
- key?: string | undefined;
576
- } | undefined;
577
- autofocus?: string | undefined;
578
- autoselect?: boolean | undefined;
579
- defaultValue?: string | number | object | any[] | ((params: {
580
- column: VxeTableDefines.ColumnInfo<VxeTableDataRow>;
581
- }) => any) | {
582
- exec: (string: string) => RegExpExecArray | null;
583
- test: (string: string) => boolean;
584
- readonly source: string;
585
- readonly global: boolean;
586
- readonly ignoreCase: boolean;
587
- readonly multiline: boolean;
588
- lastIndex: number;
589
- compile: (pattern: string, flags?: string | undefined) => RegExp;
590
- readonly flags: string;
591
- readonly sticky: boolean;
592
- readonly unicode: boolean;
593
- readonly dotAll: boolean;
594
- [Symbol.match]: (string: string) => RegExpMatchArray | null;
595
- [Symbol.replace]: {
596
- (string: string, replaceValue: string): string;
597
- (string: string, replacer: (substring: string, ...args: any[]) => string): string;
598
- };
599
- [Symbol.search]: (string: string) => number;
600
- [Symbol.split]: (string: string, limit?: number | undefined) => string[];
601
- [Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
602
- } | {
603
- toString: () => string;
604
- toDateString: () => string;
605
- toTimeString: () => string;
606
- toLocaleString: {
607
- (): string;
608
- (locales?: string | string[] | undefined, options?: Intl.DateTimeFormatOptions | undefined): string;
609
- (locales?: Intl.LocalesArgument, options?: Intl.DateTimeFormatOptions | undefined): string;
610
- };
611
- toLocaleDateString: {
612
- (): string;
613
- (locales?: string | string[] | undefined, options?: Intl.DateTimeFormatOptions | undefined): string;
614
- (locales?: Intl.LocalesArgument, options?: Intl.DateTimeFormatOptions | undefined): string;
615
- };
616
- toLocaleTimeString: {
617
- (): string;
618
- (locales?: string | string[] | undefined, options?: Intl.DateTimeFormatOptions | undefined): string;
619
- (locales?: Intl.LocalesArgument, options?: Intl.DateTimeFormatOptions | undefined): string;
620
- };
621
- valueOf: () => number;
622
- getTime: () => number;
623
- getFullYear: () => number;
624
- getUTCFullYear: () => number;
625
- getMonth: () => number;
626
- getUTCMonth: () => number;
627
- getDate: () => number;
628
- getUTCDate: () => number;
629
- getDay: () => number;
630
- getUTCDay: () => number;
631
- getHours: () => number;
632
- getUTCHours: () => number;
633
- getMinutes: () => number;
634
- getUTCMinutes: () => number;
635
- getSeconds: () => number;
636
- getUTCSeconds: () => number;
637
- getMilliseconds: () => number;
638
- getUTCMilliseconds: () => number;
639
- getTimezoneOffset: () => number;
640
- setTime: (time: number) => number;
641
- setMilliseconds: (ms: number) => number;
642
- setUTCMilliseconds: (ms: number) => number;
643
- setSeconds: (sec: number, ms?: number | undefined) => number;
644
- setUTCSeconds: (sec: number, ms?: number | undefined) => number;
645
- setMinutes: (min: number, sec?: number | undefined, ms?: number | undefined) => number;
646
- setUTCMinutes: (min: number, sec?: number | undefined, ms?: number | undefined) => number;
647
- setHours: (hours: number, min?: number | undefined, sec?: number | undefined, ms?: number | undefined) => number;
648
- setUTCHours: (hours: number, min?: number | undefined, sec?: number | undefined, ms?: number | undefined) => number;
649
- setDate: (date: number) => number;
650
- setUTCDate: (date: number) => number;
651
- setMonth: (month: number, date?: number | undefined) => number;
652
- setUTCMonth: (month: number, date?: number | undefined) => number;
653
- setFullYear: (year: number, month?: number | undefined, date?: number | undefined) => number;
654
- setUTCFullYear: (year: number, month?: number | undefined, date?: number | undefined) => number;
655
- toUTCString: () => string;
656
- toISOString: () => string;
657
- toJSON: (key?: any) => string;
658
- [Symbol.toPrimitive]: {
659
- (hint: "default"): string;
660
- (hint: "string"): string;
661
- (hint: "number"): number;
662
- (hint: string): string | number;
663
- };
664
- } | null | undefined;
665
- immediate?: boolean | undefined;
666
- content?: string | undefined;
667
- placeholder?: string | undefined;
668
- name?: string | undefined;
669
- props?: {
670
- [key: string]: any;
671
- } | undefined;
672
- attrs?: {
673
- [key: string]: any;
674
- } | undefined;
675
- children?: any[] | undefined;
676
- cellType?: "string" | "number" | undefined;
677
- };
678
- contentRender: {
679
- options?: any[] | undefined;
680
- optionProps?: {
681
- value?: string | undefined;
682
- label?: string | undefined;
683
- key?: string | undefined;
684
- } | undefined;
685
- optionGroups?: any[] | undefined;
686
- optionGroupProps?: {
687
- options?: string | undefined;
688
- label?: string | undefined;
689
- key?: string | undefined;
690
- } | undefined;
691
- name?: string | undefined;
692
- props?: {
693
- [key: string]: any;
694
- } | undefined;
695
- attrs?: {
696
- [key: string]: any;
697
- } | undefined;
698
- events?: {
699
- [key: string]: (...args: any[]) => any;
700
- } | undefined;
701
- children?: any[] | undefined;
702
- cellType?: "string" | "number" | undefined;
703
- };
704
- params: any;
705
- slots: {
706
- title?: string | ((params: VxeColumnSlotTypes.HeaderSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
707
- radio?: string | ((params: VxeColumnSlotTypes.DefaultSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
708
- checkbox?: string | ((params: VxeColumnSlotTypes.DefaultSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
709
- default?: string | ((params: VxeColumnSlotTypes.DefaultSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
710
- header?: string | ((params: VxeColumnSlotTypes.HeaderSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
711
- footer?: string | ((params: VxeColumnSlotTypes.FooterSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
712
- content?: string | ((params: VxeColumnSlotTypes.ContentSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
713
- filter?: string | ((params: VxeColumnSlotTypes.FilterSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
714
- edit?: string | ((params: VxeColumnSlotTypes.EditSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
715
- icon?: string | ((params: VxeColumnSlotTypes.IconSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
716
- };
717
- id: string;
718
- parentId: string;
719
- level: number;
720
- rowSpan: number;
721
- colSpan: number;
722
- halfVisible: boolean;
723
- defaultVisible: any;
724
- defaultFixed: any;
725
- checked: boolean;
726
- halfChecked: boolean;
727
- disabled: boolean;
728
- order: VxeTablePropTypes.SortOrder;
729
- sortTime: number;
730
- renderWidth: number;
731
- renderHeight: number;
732
- resizeWidth: number;
733
- model: {
734
- update: boolean;
735
- value: any;
736
- };
737
- children: any[];
738
- renderHeader: (params: VxeTableDefines.CellRenderHeaderParams<VxeTableDataRow>) => VNode<RendererNode, RendererElement, {
739
- [key: string]: any;
740
- }>[];
741
- renderCell: (params: VxeTableDefines.CellRenderCellParams<VxeTableDataRow>) => VNode<RendererNode, RendererElement, {
742
- [key: string]: any;
743
- }>[];
744
- renderData: (params: VxeTableDefines.CellRenderDataParams<VxeTableDataRow>) => VNode<RendererNode, RendererElement, {
745
- [key: string]: any;
746
- }>[];
747
- renderFooter: (params: VxeTableDefines.CellRenderFooterParams<VxeTableDataRow>) => VNode<RendererNode, RendererElement, {
748
- [key: string]: any;
749
- }>[];
750
- getTitle: () => string;
751
- getKey: () => string;
752
- };
753
- rowspan: number;
754
- colspan: number;
755
- }[] | undefined;
756
- mergeFooterItems?: {
757
- row: any;
758
- col: number | {
759
- property: string;
760
- type: VxeColumnPropTypes.Type;
761
- field: string;
762
- title: string;
763
- width: VxeColumnPropTypes.Width;
764
- minWidth: VxeColumnPropTypes.MinWidth;
765
- maxWidth: VxeColumnPropTypes.MaxWidth;
766
- resizable: boolean;
767
- fixed: VxeColumnPropTypes.Fixed;
768
- align: VxeColumnPropTypes.Align;
769
- headerAlign: VxeColumnPropTypes.Align;
770
- footerAlign: VxeColumnPropTypes.Align;
771
- showOverflow: VxeTablePropTypes.ShowOverflow;
772
- showHeaderOverflow: VxeTablePropTypes.ShowOverflow;
773
- showFooterOverflow: VxeTablePropTypes.ShowOverflow;
774
- className: VxeColumnPropTypes.ClassName<VxeTableDataRow>;
775
- headerClassName: VxeColumnPropTypes.HeaderClassName<VxeTableDataRow>;
776
- footerClassName: VxeColumnPropTypes.FooterClassName<VxeTableDataRow>;
777
- formatter: VxeColumnPropTypes.Formatter<VxeTableDataRow>;
778
- sortable: boolean;
779
- sortBy: VxeColumnPropTypes.SortBy<VxeTableDataRow>;
780
- sortType: VxeColumnPropTypes.SortType;
781
- filters: {
782
- label?: string | number | undefined;
783
- value?: any;
784
- data?: any;
785
- resetValue?: any;
786
- checked?: boolean | undefined;
787
- }[];
788
- filterMultiple: boolean;
789
- filterMethod: VxeColumnPropTypes.FilterMethod<VxeTableDataRow>;
790
- filterRender: {
791
- options?: any[] | undefined;
792
- optionProps?: {
793
- value?: string | undefined;
794
- label?: string | undefined;
795
- key?: string | undefined;
796
- } | undefined;
797
- optionGroups?: any[] | undefined;
798
- optionGroupProps?: {
799
- options?: string | undefined;
800
- label?: string | undefined;
801
- key?: string | undefined;
802
- } | undefined;
803
- content?: string | undefined;
804
- name?: string | undefined;
805
- props?: {
806
- [key: string]: any;
807
- } | undefined;
808
- attrs?: {
809
- [key: string]: any;
810
- } | undefined;
811
- events?: {
812
- [key: string]: (...args: any[]) => any;
813
- } | undefined;
814
- children?: any[] | undefined;
815
- cellType?: "string" | "number" | undefined;
816
- };
817
- treeNode: boolean;
818
- visible: boolean;
819
- exportMethod: VxeColumnPropTypes.ExportMethod<VxeTableDataRow>;
820
- footerExportMethod: VxeColumnPropTypes.FooterExportMethod<VxeTableDataRow>;
821
- titleHelp: {
822
- useHTML?: boolean | undefined;
823
- content?: VxeTooltipPropTypes.Content | undefined;
824
- enterable?: boolean | undefined;
825
- theme?: string | undefined;
826
- icon?: string | undefined;
827
- message?: string | undefined;
828
- };
829
- titlePrefix: {
830
- useHTML?: boolean | undefined;
831
- content?: VxeTooltipPropTypes.Content | undefined;
832
- enterable?: boolean | undefined;
833
- theme?: string | undefined;
834
- icon?: string | undefined;
835
- message?: string | undefined;
836
- };
837
- cellType: VxeColumnPropTypes.CellType;
838
- cellRender: {
839
- events?: {
840
- [key: string]: (cellParams: VxeColumnSlotTypes.DefaultSlotParams<VxeTableDataRow>, ...args: any[]) => any;
841
- } | undefined;
842
- options?: any[] | undefined;
843
- optionProps?: {
844
- value?: string | undefined;
845
- label?: string | undefined;
846
- key?: string | undefined;
847
- } | undefined;
848
- optionGroups?: any[] | undefined;
849
- optionGroupProps?: {
850
- options?: string | undefined;
851
- label?: string | undefined;
852
- key?: string | undefined;
853
- } | undefined;
854
- content?: string | undefined;
855
- name?: string | undefined;
856
- props?: {
857
- [key: string]: any;
858
- } | undefined;
859
- attrs?: {
860
- [key: string]: any;
861
- } | undefined;
862
- children?: any[] | undefined;
863
- cellType?: "string" | "number" | undefined;
864
- };
865
- editRender: {
866
- events?: {
867
- [key: string]: (cellParams: VxeColumnSlotTypes.EditSlotParams<VxeTableDataRow>, ...args: any[]) => any;
868
- } | undefined;
869
- enabled?: boolean | undefined;
870
- options?: any[] | undefined;
871
- optionProps?: {
872
- value?: string | undefined;
873
- label?: string | undefined;
874
- key?: string | undefined;
875
- } | undefined;
876
- optionGroups?: any[] | undefined;
877
- optionGroupProps?: {
878
- options?: string | undefined;
879
- label?: string | undefined;
880
- key?: string | undefined;
881
- } | undefined;
882
- autofocus?: string | undefined;
883
- autoselect?: boolean | undefined;
884
- defaultValue?: string | number | object | any[] | ((params: {
885
- column: VxeTableDefines.ColumnInfo<VxeTableDataRow>;
886
- }) => any) | {
887
- exec: (string: string) => RegExpExecArray | null;
888
- test: (string: string) => boolean;
889
- readonly source: string;
890
- readonly global: boolean;
891
- readonly ignoreCase: boolean;
892
- readonly multiline: boolean;
893
- lastIndex: number;
894
- compile: (pattern: string, flags?: string | undefined) => RegExp;
895
- readonly flags: string;
896
- readonly sticky: boolean;
897
- readonly unicode: boolean;
898
- readonly dotAll: boolean;
899
- [Symbol.match]: (string: string) => RegExpMatchArray | null;
900
- [Symbol.replace]: {
901
- (string: string, replaceValue: string): string;
902
- (string: string, replacer: (substring: string, ...args: any[]) => string): string;
903
- };
904
- [Symbol.search]: (string: string) => number;
905
- [Symbol.split]: (string: string, limit?: number | undefined) => string[];
906
- [Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
907
- } | {
908
- toString: () => string;
909
- toDateString: () => string;
910
- toTimeString: () => string;
911
- toLocaleString: {
912
- (): string;
913
- (locales?: string | string[] | undefined, options?: Intl.DateTimeFormatOptions | undefined): string;
914
- (locales?: Intl.LocalesArgument, options?: Intl.DateTimeFormatOptions | undefined): string;
915
- };
916
- toLocaleDateString: {
917
- (): string;
918
- (locales?: string | string[] | undefined, options?: Intl.DateTimeFormatOptions | undefined): string;
919
- (locales?: Intl.LocalesArgument, options?: Intl.DateTimeFormatOptions | undefined): string;
920
- };
921
- toLocaleTimeString: {
922
- (): string;
923
- (locales?: string | string[] | undefined, options?: Intl.DateTimeFormatOptions | undefined): string;
924
- (locales?: Intl.LocalesArgument, options?: Intl.DateTimeFormatOptions | undefined): string;
925
- };
926
- valueOf: () => number;
927
- getTime: () => number;
928
- getFullYear: () => number;
929
- getUTCFullYear: () => number;
930
- getMonth: () => number;
931
- getUTCMonth: () => number;
932
- getDate: () => number;
933
- getUTCDate: () => number;
934
- getDay: () => number;
935
- getUTCDay: () => number;
936
- getHours: () => number;
937
- getUTCHours: () => number;
938
- getMinutes: () => number;
939
- getUTCMinutes: () => number;
940
- getSeconds: () => number;
941
- getUTCSeconds: () => number;
942
- getMilliseconds: () => number;
943
- getUTCMilliseconds: () => number;
944
- getTimezoneOffset: () => number;
945
- setTime: (time: number) => number;
946
- setMilliseconds: (ms: number) => number;
947
- setUTCMilliseconds: (ms: number) => number;
948
- setSeconds: (sec: number, ms?: number | undefined) => number;
949
- setUTCSeconds: (sec: number, ms?: number | undefined) => number;
950
- setMinutes: (min: number, sec?: number | undefined, ms?: number | undefined) => number;
951
- setUTCMinutes: (min: number, sec?: number | undefined, ms?: number | undefined) => number;
952
- setHours: (hours: number, min?: number | undefined, sec?: number | undefined, ms?: number | undefined) => number;
953
- setUTCHours: (hours: number, min?: number | undefined, sec?: number | undefined, ms?: number | undefined) => number;
954
- setDate: (date: number) => number;
955
- setUTCDate: (date: number) => number;
956
- setMonth: (month: number, date?: number | undefined) => number;
957
- setUTCMonth: (month: number, date?: number | undefined) => number;
958
- setFullYear: (year: number, month?: number | undefined, date?: number | undefined) => number;
959
- setUTCFullYear: (year: number, month?: number | undefined, date?: number | undefined) => number;
960
- toUTCString: () => string;
961
- toISOString: () => string;
962
- toJSON: (key?: any) => string;
963
- [Symbol.toPrimitive]: {
964
- (hint: "default"): string;
965
- (hint: "string"): string;
966
- (hint: "number"): number;
967
- (hint: string): string | number;
968
- };
969
- } | null | undefined;
970
- immediate?: boolean | undefined;
971
- content?: string | undefined;
972
- placeholder?: string | undefined;
973
- name?: string | undefined;
974
- props?: {
975
- [key: string]: any;
976
- } | undefined;
977
- attrs?: {
978
- [key: string]: any;
979
- } | undefined;
980
- children?: any[] | undefined;
981
- cellType?: "string" | "number" | undefined;
982
- };
983
- contentRender: {
984
- options?: any[] | undefined;
985
- optionProps?: {
986
- value?: string | undefined;
987
- label?: string | undefined;
988
- key?: string | undefined;
989
- } | undefined;
990
- optionGroups?: any[] | undefined;
991
- optionGroupProps?: {
992
- options?: string | undefined;
993
- label?: string | undefined;
994
- key?: string | undefined;
995
- } | undefined;
996
- name?: string | undefined;
997
- props?: {
998
- [key: string]: any;
999
- } | undefined;
1000
- attrs?: {
1001
- [key: string]: any;
1002
- } | undefined;
1003
- events?: {
1004
- [key: string]: (...args: any[]) => any;
1005
- } | undefined;
1006
- children?: any[] | undefined;
1007
- cellType?: "string" | "number" | undefined;
1008
- };
1009
- params: any;
1010
- slots: {
1011
- title?: string | ((params: VxeColumnSlotTypes.HeaderSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1012
- radio?: string | ((params: VxeColumnSlotTypes.DefaultSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1013
- checkbox?: string | ((params: VxeColumnSlotTypes.DefaultSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1014
- default?: string | ((params: VxeColumnSlotTypes.DefaultSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1015
- header?: string | ((params: VxeColumnSlotTypes.HeaderSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1016
- footer?: string | ((params: VxeColumnSlotTypes.FooterSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1017
- content?: string | ((params: VxeColumnSlotTypes.ContentSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1018
- filter?: string | ((params: VxeColumnSlotTypes.FilterSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1019
- edit?: string | ((params: VxeColumnSlotTypes.EditSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1020
- icon?: string | ((params: VxeColumnSlotTypes.IconSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1021
- };
1022
- id: string;
1023
- parentId: string;
1024
- level: number;
1025
- rowSpan: number;
1026
- colSpan: number;
1027
- halfVisible: boolean;
1028
- defaultVisible: any;
1029
- defaultFixed: any;
1030
- checked: boolean;
1031
- halfChecked: boolean;
1032
- disabled: boolean;
1033
- order: VxeTablePropTypes.SortOrder;
1034
- sortTime: number;
1035
- renderWidth: number;
1036
- renderHeight: number;
1037
- resizeWidth: number;
1038
- model: {
1039
- update: boolean;
1040
- value: any;
1041
- };
1042
- children: any[];
1043
- renderHeader: (params: VxeTableDefines.CellRenderHeaderParams<VxeTableDataRow>) => VNode<RendererNode, RendererElement, {
1044
- [key: string]: any;
1045
- }>[];
1046
- renderCell: (params: VxeTableDefines.CellRenderCellParams<VxeTableDataRow>) => VNode<RendererNode, RendererElement, {
1047
- [key: string]: any;
1048
- }>[];
1049
- renderData: (params: VxeTableDefines.CellRenderDataParams<VxeTableDataRow>) => VNode<RendererNode, RendererElement, {
1050
- [key: string]: any;
1051
- }>[];
1052
- renderFooter: (params: VxeTableDefines.CellRenderFooterParams<VxeTableDataRow>) => VNode<RendererNode, RendererElement, {
1053
- [key: string]: any;
1054
- }>[];
1055
- getTitle: () => string;
1056
- getKey: () => string;
1057
- };
1058
- rowspan: number;
1059
- colspan: number;
1060
- }[] | undefined;
1061
- spanMethod?: VxeTablePropTypes.SpanMethod<VxeTableDataRow> | undefined;
1062
- footerSpanMethod?: VxeTablePropTypes.FooterSpanMethod<VxeTableDataRow> | undefined;
1063
- showOverflow?: VxeTablePropTypes.ShowOverflow | undefined;
1064
- showHeaderOverflow?: VxeTablePropTypes.ShowOverflow | undefined;
1065
- showFooterOverflow?: VxeTablePropTypes.ShowOverflow | undefined;
1066
- columnKey?: boolean | undefined;
1067
- rowKey?: boolean | undefined;
1068
- rowId?: string | undefined;
1069
- keepSource?: boolean | undefined;
1070
- autoResize?: boolean | undefined;
1071
- syncResize?: VxeTablePropTypes.SyncResize | undefined;
1072
- columnConfig?: {
1073
- useKey?: boolean | undefined;
1074
- isCurrent?: boolean | undefined;
1075
- isHover?: boolean | undefined;
1076
- resizable?: boolean | undefined;
1077
- width?: VxeColumnPropTypes.Width | undefined;
1078
- minWidth?: VxeColumnPropTypes.MinWidth | undefined;
1079
- maxWidth?: VxeColumnPropTypes.MaxWidth | undefined;
1080
- } | undefined;
1081
- rowConfig?: {
1082
- useKey?: boolean | undefined;
1083
- keyField?: string | undefined;
1084
- isCurrent?: boolean | undefined;
1085
- isHover?: boolean | undefined;
1086
- height?: number | undefined;
1087
- } | undefined;
1088
- customConfig?: {
1089
- storage?: boolean | {
1090
- visible?: boolean | undefined;
1091
- resizable?: boolean | undefined;
1092
- fixed?: boolean | undefined;
1093
- order?: boolean | undefined;
1094
- } | undefined;
1095
- checkMethod?: ((params: {
1096
- column: VxeTableDefines.ColumnInfo<VxeTableDataRow>;
1097
- }) => boolean) | undefined;
1098
- } | undefined;
1099
- resizeConfig?: {
1100
- refreshDelay?: number | undefined;
1101
- } | undefined;
1102
- resizableConfig?: {
1103
- minWidth?: string | number | ((params: {
1104
- $table: VxeTableConstructor<VxeTableDataRow> & VxeTablePrivateMethods<VxeTableDataRow>;
1105
- column: VxeTableDefines.ColumnInfo<VxeTableDataRow>;
1106
- columnIndex: number;
1107
- $columnIndex: number;
1108
- $rowIndex: number;
1109
- cell: HTMLElement;
1110
- }) => string | number) | undefined;
1111
- maxWidth?: string | number | ((params: {
1112
- $table: VxeTableConstructor<VxeTableDataRow> & VxeTablePrivateMethods<VxeTableDataRow>;
1113
- column: VxeTableDefines.ColumnInfo<VxeTableDataRow>;
1114
- columnIndex: number;
1115
- $columnIndex: number;
1116
- $rowIndex: number;
1117
- cell: HTMLElement;
1118
- }) => string | number) | undefined;
1119
- } | undefined;
1120
- seqConfig?: {
1121
- startIndex?: number | undefined;
1122
- seqMethod?: ((params: {
1123
- column: VxeTableDefines.ColumnInfo<VxeTableDataRow>;
1124
- columnIndex: number;
1125
- $columnIndex: number;
1126
- row: VxeTableDataRow;
1127
- rowIndex: number;
1128
- $rowIndex: number;
1129
- }) => string | number) | undefined;
1130
- } | undefined;
1131
- sortConfig?: {
1132
- defaultSort?: {
1133
- field: string;
1134
- order: VxeTablePropTypes.SortOrder;
1135
- } | {
1136
- field: string;
1137
- order: VxeTablePropTypes.SortOrder;
1138
- }[] | undefined;
1139
- orders?: VxeTablePropTypes.SortOrder[] | undefined;
1140
- sortMethod?: ((params: {
1141
- $table: VxeTableConstructor<VxeTableDataRow> & VxeTablePrivateMethods<VxeTableDataRow>;
1142
- data: VxeTableDataRow[];
1143
- sortList: VxeTableDefines.SortCheckedParams<VxeTableDataRow>[];
1144
- }) => any[]) | undefined;
1145
- remote?: boolean | undefined;
1146
- multiple?: boolean | undefined;
1147
- chronological?: boolean | undefined;
1148
- trigger?: "default" | "cell" | undefined;
1149
- showIcon?: boolean | undefined;
1150
- iconAsc?: string | undefined;
1151
- iconDesc?: string | undefined;
1152
- } | undefined;
1153
- filterConfig?: {
1154
- filterMethod?: ((params: {
1155
- options: VxeTableDefines.FilterOption[];
1156
- values: any[];
1157
- cellValue: any;
1158
- row: VxeTableDataRow;
1159
- column: VxeTableDefines.ColumnInfo<VxeTableDataRow>;
1160
- }) => any) | undefined;
1161
- remote?: boolean | undefined;
1162
- showIcon?: boolean | undefined;
1163
- iconNone?: string | undefined;
1164
- iconMatch?: string | undefined;
1165
- } | undefined;
1166
- radioConfig?: {
1167
- reserve?: boolean | undefined;
1168
- labelField?: string | undefined;
1169
- checkRowKey?: string | number | undefined;
1170
- checkMethod?: ((params: {
1171
- row: VxeTableDataRow;
1172
- }) => boolean) | undefined;
1173
- visibleMethod?: ((params: {
1174
- row: VxeTableDataRow;
1175
- }) => boolean) | undefined;
1176
- trigger?: "" | "row" | "default" | "cell" | null | undefined;
1177
- highlight?: boolean | undefined;
1178
- strict?: boolean | undefined;
1179
- } | undefined;
1180
- checkboxConfig?: {
1181
- reserve?: boolean | undefined;
1182
- labelField?: string | undefined;
1183
- checkField?: string | undefined;
1184
- halfField?: string | undefined;
1185
- showHeader?: boolean | undefined;
1186
- checkAll?: boolean | undefined;
1187
- checkRowKeys?: string[] | number[] | undefined;
1188
- checkStrictly?: boolean | undefined;
1189
- strict?: boolean | undefined;
1190
- checkMethod?: ((params: {
1191
- row: VxeTableDataRow;
1192
- }) => boolean) | undefined;
1193
- visibleMethod?: ((params: {
1194
- row: VxeTableDataRow;
1195
- }) => boolean) | undefined;
1196
- trigger?: "" | "row" | "default" | "cell" | null | undefined;
1197
- highlight?: boolean | undefined;
1198
- range?: boolean | undefined;
1199
- } | undefined;
1200
- tooltipConfig?: {
1201
- showAll?: boolean | undefined;
1202
- theme?: "" | "dark" | "light" | null | undefined;
1203
- enterable?: boolean | undefined;
1204
- enterDelay?: number | undefined;
1205
- leaveDelay?: number | undefined;
1206
- contentMethod?: ((params: {
1207
- items: any[];
1208
- row: VxeTableDataRow;
1209
- rowIndex: number;
1210
- $rowIndex: number;
1211
- _rowIndex: number;
1212
- column: VxeTableDefines.ColumnInfo<VxeTableDataRow>;
1213
- columnIndex: number;
1214
- $columnIndex: number;
1215
- _columnIndex: number;
1216
- type: "" | "footer" | "body" | "header" | null;
1217
- cell: HTMLElement;
1218
- $event: any;
1219
- }) => string | void | null) | undefined;
1220
- } | undefined;
1221
- exportConfig?: {
1222
- filename?: string | undefined;
1223
- sheetName?: string | undefined;
1224
- type?: string | undefined;
1225
- types?: string[] | undefined;
1226
- mode?: string | undefined;
1227
- modes?: string[] | undefined;
1228
- original?: boolean | undefined;
1229
- message?: boolean | undefined;
1230
- isHeader?: boolean | undefined;
1231
- isFooter?: boolean | undefined;
1232
- isMerge?: boolean | undefined;
1233
- isColgroup?: boolean | undefined;
1234
- download?: boolean | undefined;
1235
- data?: any[] | undefined;
1236
- columns?: {
1237
- property: string;
1238
- type: VxeColumnPropTypes.Type;
1239
- field: string;
1240
- title: string;
1241
- width: VxeColumnPropTypes.Width;
1242
- minWidth: VxeColumnPropTypes.MinWidth;
1243
- maxWidth: VxeColumnPropTypes.MaxWidth;
1244
- resizable: boolean;
1245
- fixed: VxeColumnPropTypes.Fixed;
1246
- align: VxeColumnPropTypes.Align;
1247
- headerAlign: VxeColumnPropTypes.Align;
1248
- footerAlign: VxeColumnPropTypes.Align;
1249
- showOverflow: VxeTablePropTypes.ShowOverflow;
1250
- showHeaderOverflow: VxeTablePropTypes.ShowOverflow;
1251
- showFooterOverflow: VxeTablePropTypes.ShowOverflow;
1252
- className: VxeColumnPropTypes.ClassName<VxeTableDataRow>;
1253
- headerClassName: VxeColumnPropTypes.HeaderClassName<VxeTableDataRow>;
1254
- footerClassName: VxeColumnPropTypes.FooterClassName<VxeTableDataRow>;
1255
- formatter: VxeColumnPropTypes.Formatter<VxeTableDataRow>;
1256
- sortable: boolean;
1257
- sortBy: VxeColumnPropTypes.SortBy<VxeTableDataRow>;
1258
- sortType: VxeColumnPropTypes.SortType;
1259
- filters: {
1260
- label?: string | number | undefined;
1261
- value?: any;
1262
- data?: any;
1263
- resetValue?: any;
1264
- checked?: boolean | undefined;
1265
- }[];
1266
- filterMultiple: boolean;
1267
- filterMethod: VxeColumnPropTypes.FilterMethod<VxeTableDataRow>;
1268
- filterRender: {
1269
- options?: any[] | undefined;
1270
- optionProps?: {
1271
- value?: string | undefined;
1272
- label?: string | undefined;
1273
- key?: string | undefined;
1274
- } | undefined;
1275
- optionGroups?: any[] | undefined;
1276
- optionGroupProps?: {
1277
- options?: string | undefined;
1278
- label?: string | undefined;
1279
- key?: string | undefined;
1280
- } | undefined;
1281
- content?: string | undefined;
1282
- name?: string | undefined;
1283
- props?: {
1284
- [key: string]: any;
1285
- } | undefined;
1286
- attrs?: {
1287
- [key: string]: any;
1288
- } | undefined;
1289
- events?: {
1290
- [key: string]: (...args: any[]) => any;
1291
- } | undefined;
1292
- children?: any[] | undefined;
1293
- cellType?: "string" | "number" | undefined;
1294
- };
1295
- treeNode: boolean;
1296
- visible: boolean;
1297
- exportMethod: VxeColumnPropTypes.ExportMethod<VxeTableDataRow>;
1298
- footerExportMethod: VxeColumnPropTypes.FooterExportMethod<VxeTableDataRow>;
1299
- titleHelp: {
1300
- useHTML?: boolean | undefined;
1301
- content?: VxeTooltipPropTypes.Content | undefined;
1302
- enterable?: boolean | undefined;
1303
- theme?: string | undefined;
1304
- icon?: string | undefined;
1305
- message?: string | undefined;
1306
- };
1307
- titlePrefix: {
1308
- useHTML?: boolean | undefined;
1309
- content?: VxeTooltipPropTypes.Content | undefined;
1310
- enterable?: boolean | undefined;
1311
- theme?: string | undefined;
1312
- icon?: string | undefined;
1313
- message?: string | undefined;
1314
- };
1315
- cellType: VxeColumnPropTypes.CellType;
1316
- cellRender: {
1317
- events?: {
1318
- [key: string]: (cellParams: VxeColumnSlotTypes.DefaultSlotParams<VxeTableDataRow>, ...args: any[]) => any;
1319
- } | undefined;
1320
- options?: any[] | undefined;
1321
- optionProps?: {
1322
- value?: string | undefined;
1323
- label?: string | undefined;
1324
- key?: string | undefined;
1325
- } | undefined;
1326
- optionGroups?: any[] | undefined;
1327
- optionGroupProps?: {
1328
- options?: string | undefined;
1329
- label?: string | undefined;
1330
- key?: string | undefined;
1331
- } | undefined;
1332
- content?: string | undefined;
1333
- name?: string | undefined;
1334
- props?: {
1335
- [key: string]: any;
1336
- } | undefined;
1337
- attrs?: {
1338
- [key: string]: any;
1339
- } | undefined;
1340
- children?: any[] | undefined;
1341
- cellType?: "string" | "number" | undefined;
1342
- };
1343
- editRender: {
1344
- events?: {
1345
- [key: string]: (cellParams: VxeColumnSlotTypes.EditSlotParams<VxeTableDataRow>, ...args: any[]) => any;
1346
- } | undefined;
1347
- enabled?: boolean | undefined;
1348
- options?: any[] | undefined;
1349
- optionProps?: {
1350
- value?: string | undefined;
1351
- label?: string | undefined;
1352
- key?: string | undefined;
1353
- } | undefined;
1354
- optionGroups?: any[] | undefined;
1355
- optionGroupProps?: {
1356
- options?: string | undefined;
1357
- label?: string | undefined;
1358
- key?: string | undefined;
1359
- } | undefined;
1360
- autofocus?: string | undefined;
1361
- autoselect?: boolean | undefined;
1362
- defaultValue?: string | number | object | any[] | ((params: {
1363
- column: VxeTableDefines.ColumnInfo<VxeTableDataRow>;
1364
- }) => any) | {
1365
- exec: (string: string) => RegExpExecArray | null;
1366
- test: (string: string) => boolean;
1367
- readonly source: string;
1368
- readonly global: boolean;
1369
- readonly ignoreCase: boolean;
1370
- readonly multiline: boolean;
1371
- lastIndex: number;
1372
- compile: (pattern: string, flags?: string | undefined) => RegExp;
1373
- readonly flags: string;
1374
- readonly sticky: boolean;
1375
- readonly unicode: boolean;
1376
- readonly dotAll: boolean;
1377
- [Symbol.match]: (string: string) => RegExpMatchArray | null;
1378
- [Symbol.replace]: {
1379
- (string: string, replaceValue: string): string;
1380
- (string: string, replacer: (substring: string, ...args: any[]) => string): string;
1381
- };
1382
- [Symbol.search]: (string: string) => number;
1383
- [Symbol.split]: (string: string, limit?: number | undefined) => string[];
1384
- [Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
1385
- } | {
1386
- toString: () => string;
1387
- toDateString: () => string;
1388
- toTimeString: () => string;
1389
- toLocaleString: {
1390
- (): string;
1391
- (locales?: string | string[] | undefined, options?: Intl.DateTimeFormatOptions | undefined): string;
1392
- (locales?: Intl.LocalesArgument, options?: Intl.DateTimeFormatOptions | undefined): string;
1393
- };
1394
- toLocaleDateString: {
1395
- (): string;
1396
- (locales?: string | string[] | undefined, options?: Intl.DateTimeFormatOptions | undefined): string;
1397
- (locales?: Intl.LocalesArgument, options?: Intl.DateTimeFormatOptions | undefined): string;
1398
- };
1399
- toLocaleTimeString: {
1400
- (): string;
1401
- (locales?: string | string[] | undefined, options?: Intl.DateTimeFormatOptions | undefined): string;
1402
- (locales?: Intl.LocalesArgument, options?: Intl.DateTimeFormatOptions | undefined): string;
1403
- };
1404
- valueOf: () => number;
1405
- getTime: () => number;
1406
- getFullYear: () => number;
1407
- getUTCFullYear: () => number;
1408
- getMonth: () => number;
1409
- getUTCMonth: () => number;
1410
- getDate: () => number;
1411
- getUTCDate: () => number;
1412
- getDay: () => number;
1413
- getUTCDay: () => number;
1414
- getHours: () => number;
1415
- getUTCHours: () => number;
1416
- getMinutes: () => number;
1417
- getUTCMinutes: () => number;
1418
- getSeconds: () => number;
1419
- getUTCSeconds: () => number;
1420
- getMilliseconds: () => number;
1421
- getUTCMilliseconds: () => number;
1422
- getTimezoneOffset: () => number;
1423
- setTime: (time: number) => number;
1424
- setMilliseconds: (ms: number) => number;
1425
- setUTCMilliseconds: (ms: number) => number;
1426
- setSeconds: (sec: number, ms?: number | undefined) => number;
1427
- setUTCSeconds: (sec: number, ms?: number | undefined) => number;
1428
- setMinutes: (min: number, sec?: number | undefined, ms?: number | undefined) => number;
1429
- setUTCMinutes: (min: number, sec?: number | undefined, ms?: number | undefined) => number;
1430
- setHours: (hours: number, min?: number | undefined, sec?: number | undefined, ms?: number | undefined) => number;
1431
- setUTCHours: (hours: number, min?: number | undefined, sec?: number | undefined, ms?: number | undefined) => number;
1432
- setDate: (date: number) => number;
1433
- setUTCDate: (date: number) => number;
1434
- setMonth: (month: number, date?: number | undefined) => number;
1435
- setUTCMonth: (month: number, date?: number | undefined) => number;
1436
- setFullYear: (year: number, month?: number | undefined, date?: number | undefined) => number;
1437
- setUTCFullYear: (year: number, month?: number | undefined, date?: number | undefined) => number;
1438
- toUTCString: () => string;
1439
- toISOString: () => string;
1440
- toJSON: (key?: any) => string;
1441
- [Symbol.toPrimitive]: {
1442
- (hint: "default"): string;
1443
- (hint: "string"): string;
1444
- (hint: "number"): number;
1445
- (hint: string): string | number;
1446
- };
1447
- } | null | undefined;
1448
- immediate?: boolean | undefined;
1449
- content?: string | undefined;
1450
- placeholder?: string | undefined;
1451
- name?: string | undefined;
1452
- props?: {
1453
- [key: string]: any;
1454
- } | undefined;
1455
- attrs?: {
1456
- [key: string]: any;
1457
- } | undefined;
1458
- children?: any[] | undefined;
1459
- cellType?: "string" | "number" | undefined;
1460
- };
1461
- contentRender: {
1462
- options?: any[] | undefined;
1463
- optionProps?: {
1464
- value?: string | undefined;
1465
- label?: string | undefined;
1466
- key?: string | undefined;
1467
- } | undefined;
1468
- optionGroups?: any[] | undefined;
1469
- optionGroupProps?: {
1470
- options?: string | undefined;
1471
- label?: string | undefined;
1472
- key?: string | undefined;
1473
- } | undefined;
1474
- name?: string | undefined;
1475
- props?: {
1476
- [key: string]: any;
1477
- } | undefined;
1478
- attrs?: {
1479
- [key: string]: any;
1480
- } | undefined;
1481
- events?: {
1482
- [key: string]: (...args: any[]) => any;
1483
- } | undefined;
1484
- children?: any[] | undefined;
1485
- cellType?: "string" | "number" | undefined;
1486
- };
1487
- params: any;
1488
- slots: {
1489
- title?: string | ((params: VxeColumnSlotTypes.HeaderSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1490
- radio?: string | ((params: VxeColumnSlotTypes.DefaultSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1491
- checkbox?: string | ((params: VxeColumnSlotTypes.DefaultSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1492
- default?: string | ((params: VxeColumnSlotTypes.DefaultSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1493
- header?: string | ((params: VxeColumnSlotTypes.HeaderSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1494
- footer?: string | ((params: VxeColumnSlotTypes.FooterSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1495
- content?: string | ((params: VxeColumnSlotTypes.ContentSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1496
- filter?: string | ((params: VxeColumnSlotTypes.FilterSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1497
- edit?: string | ((params: VxeColumnSlotTypes.EditSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1498
- icon?: string | ((params: VxeColumnSlotTypes.IconSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1499
- };
1500
- id: string;
1501
- parentId: string;
1502
- level: number;
1503
- rowSpan: number;
1504
- colSpan: number;
1505
- halfVisible: boolean;
1506
- defaultVisible: any;
1507
- defaultFixed: any;
1508
- checked: boolean;
1509
- halfChecked: boolean;
1510
- disabled: boolean;
1511
- order: VxeTablePropTypes.SortOrder;
1512
- sortTime: number;
1513
- renderWidth: number;
1514
- renderHeight: number;
1515
- resizeWidth: number;
1516
- model: {
1517
- update: boolean;
1518
- value: any;
1519
- };
1520
- children: any[];
1521
- renderHeader: (params: VxeTableDefines.CellRenderHeaderParams<VxeTableDataRow>) => VNode<RendererNode, RendererElement, {
1522
- [key: string]: any;
1523
- }>[];
1524
- renderCell: (params: VxeTableDefines.CellRenderCellParams<VxeTableDataRow>) => VNode<RendererNode, RendererElement, {
1525
- [key: string]: any;
1526
- }>[];
1527
- renderData: (params: VxeTableDefines.CellRenderDataParams<VxeTableDataRow>) => VNode<RendererNode, RendererElement, {
1528
- [key: string]: any;
1529
- }>[];
1530
- renderFooter: (params: VxeTableDefines.CellRenderFooterParams<VxeTableDataRow>) => VNode<RendererNode, RendererElement, {
1531
- [key: string]: any;
1532
- }>[];
1533
- getTitle: () => string;
1534
- getKey: () => string;
1535
- }[] | {
1536
- colid?: number | undefined;
1537
- type?: string | undefined;
1538
- field?: string | undefined;
1539
- }[] | undefined;
1540
- columnFilterMethod?: ((params: {
1541
- column: VxeTableDefines.ColumnInfo<VxeTableDataRow>;
1542
- $columnIndex: number;
1543
- }) => boolean) | undefined;
1544
- dataFilterMethod?: ((params: {
1545
- row: any;
1546
- $rowIndex: number;
1547
- }) => boolean) | undefined;
1548
- footerFilterMethod?: ((params: {
1549
- items: any[];
1550
- $rowIndex: number;
1551
- }) => boolean) | undefined;
1552
- remote?: boolean | undefined;
1553
- useStyle?: boolean | undefined;
1554
- sheetMethod?: ((params: VxeTableDefines.ExtortSheetMethodParams) => void) | undefined;
1555
- exportMethod?: ((params: {
1556
- $table: VxeTableConstructor<any>;
1557
- $grid?: VxeGridConstructor<any> | undefined;
1558
- options: VxeTablePropTypes.ExportHandleOptions;
1559
- }) => Promise<any>) | undefined;
1560
- beforeExportMethod?: ((params: {
1561
- options: VxeTablePropTypes.ExportHandleOptions;
1562
- }) => void) | undefined;
1563
- afterExportMethod?: ((params: {
1564
- options: VxeTablePropTypes.ExportHandleOptions;
1565
- }) => void) | undefined;
1566
- } | undefined;
1567
- importConfig?: {
1568
- types?: string[] | undefined;
1569
- mode?: string | undefined;
1570
- modes?: string[] | undefined;
1571
- message?: boolean | undefined;
1572
- remote?: boolean | undefined;
1573
- importMethod?: ((params: {
1574
- $table: VxeTableConstructor<any>;
1575
- $grid: VxeGridConstructor<any>;
1576
- file: File;
1577
- options: VxeTablePropTypes.ImportHandleOptions;
1578
- }) => Promise<any>) | undefined;
1579
- beforeImportMethod?: ((params: {
1580
- $table: VxeTableConstructor<any>;
1581
- options: any;
1582
- }) => void) | undefined;
1583
- afterImportMethod?: ((params: {
1584
- $table: VxeTableConstructor<any>;
1585
- options: any;
1586
- status: boolean;
1587
- }) => void) | undefined;
1588
- } | undefined;
1589
- printConfig?: {
1590
- sheetName?: string | undefined;
1591
- mode?: string | undefined;
1592
- modes?: string[] | undefined;
1593
- original?: boolean | undefined;
1594
- isHeader?: boolean | undefined;
1595
- isFooter?: boolean | undefined;
1596
- data?: any[] | undefined;
1597
- columns?: {
1598
- property: string;
1599
- type: VxeColumnPropTypes.Type;
1600
- field: string;
1601
- title: string;
1602
- width: VxeColumnPropTypes.Width;
1603
- minWidth: VxeColumnPropTypes.MinWidth;
1604
- maxWidth: VxeColumnPropTypes.MaxWidth;
1605
- resizable: boolean;
1606
- fixed: VxeColumnPropTypes.Fixed;
1607
- align: VxeColumnPropTypes.Align;
1608
- headerAlign: VxeColumnPropTypes.Align;
1609
- footerAlign: VxeColumnPropTypes.Align;
1610
- showOverflow: VxeTablePropTypes.ShowOverflow;
1611
- showHeaderOverflow: VxeTablePropTypes.ShowOverflow;
1612
- showFooterOverflow: VxeTablePropTypes.ShowOverflow;
1613
- className: VxeColumnPropTypes.ClassName<VxeTableDataRow>;
1614
- headerClassName: VxeColumnPropTypes.HeaderClassName<VxeTableDataRow>;
1615
- footerClassName: VxeColumnPropTypes.FooterClassName<VxeTableDataRow>;
1616
- formatter: VxeColumnPropTypes.Formatter<VxeTableDataRow>;
1617
- sortable: boolean;
1618
- sortBy: VxeColumnPropTypes.SortBy<VxeTableDataRow>;
1619
- sortType: VxeColumnPropTypes.SortType;
1620
- filters: {
1621
- label?: string | number | undefined;
1622
- value?: any;
1623
- data?: any;
1624
- resetValue?: any;
1625
- checked?: boolean | undefined;
1626
- }[];
1627
- filterMultiple: boolean;
1628
- filterMethod: VxeColumnPropTypes.FilterMethod<VxeTableDataRow>;
1629
- filterRender: {
1630
- options?: any[] | undefined;
1631
- optionProps?: {
1632
- value?: string | undefined;
1633
- label?: string | undefined;
1634
- key?: string | undefined;
1635
- } | undefined;
1636
- optionGroups?: any[] | undefined;
1637
- optionGroupProps?: {
1638
- options?: string | undefined;
1639
- label?: string | undefined;
1640
- key?: string | undefined;
1641
- } | undefined;
1642
- content?: string | undefined;
1643
- name?: string | undefined;
1644
- props?: {
1645
- [key: string]: any;
1646
- } | undefined;
1647
- attrs?: {
1648
- [key: string]: any;
1649
- } | undefined;
1650
- events?: {
1651
- [key: string]: (...args: any[]) => any;
1652
- } | undefined;
1653
- children?: any[] | undefined;
1654
- cellType?: "string" | "number" | undefined;
1655
- };
1656
- treeNode: boolean;
1657
- visible: boolean;
1658
- exportMethod: VxeColumnPropTypes.ExportMethod<VxeTableDataRow>;
1659
- footerExportMethod: VxeColumnPropTypes.FooterExportMethod<VxeTableDataRow>;
1660
- titleHelp: {
1661
- useHTML?: boolean | undefined;
1662
- content?: VxeTooltipPropTypes.Content | undefined;
1663
- enterable?: boolean | undefined;
1664
- theme?: string | undefined;
1665
- icon?: string | undefined;
1666
- message?: string | undefined;
1667
- };
1668
- titlePrefix: {
1669
- useHTML?: boolean | undefined;
1670
- content?: VxeTooltipPropTypes.Content | undefined;
1671
- enterable?: boolean | undefined;
1672
- theme?: string | undefined;
1673
- icon?: string | undefined;
1674
- message?: string | undefined;
1675
- };
1676
- cellType: VxeColumnPropTypes.CellType;
1677
- cellRender: {
1678
- events?: {
1679
- [key: string]: (cellParams: VxeColumnSlotTypes.DefaultSlotParams<VxeTableDataRow>, ...args: any[]) => any;
1680
- } | undefined;
1681
- options?: any[] | undefined;
1682
- optionProps?: {
1683
- value?: string | undefined;
1684
- label?: string | undefined;
1685
- key?: string | undefined;
1686
- } | undefined;
1687
- optionGroups?: any[] | undefined;
1688
- optionGroupProps?: {
1689
- options?: string | undefined;
1690
- label?: string | undefined;
1691
- key?: string | undefined;
1692
- } | undefined;
1693
- content?: string | undefined;
1694
- name?: string | undefined;
1695
- props?: {
1696
- [key: string]: any;
1697
- } | undefined;
1698
- attrs?: {
1699
- [key: string]: any;
1700
- } | undefined;
1701
- children?: any[] | undefined;
1702
- cellType?: "string" | "number" | undefined;
1703
- };
1704
- editRender: {
1705
- events?: {
1706
- [key: string]: (cellParams: VxeColumnSlotTypes.EditSlotParams<VxeTableDataRow>, ...args: any[]) => any;
1707
- } | undefined;
1708
- enabled?: boolean | undefined;
1709
- options?: any[] | undefined;
1710
- optionProps?: {
1711
- value?: string | undefined;
1712
- label?: string | undefined;
1713
- key?: string | undefined;
1714
- } | undefined;
1715
- optionGroups?: any[] | undefined;
1716
- optionGroupProps?: {
1717
- options?: string | undefined;
1718
- label?: string | undefined;
1719
- key?: string | undefined;
1720
- } | undefined;
1721
- autofocus?: string | undefined;
1722
- autoselect?: boolean | undefined;
1723
- defaultValue?: string | number | object | any[] | ((params: {
1724
- column: VxeTableDefines.ColumnInfo<VxeTableDataRow>;
1725
- }) => any) | {
1726
- exec: (string: string) => RegExpExecArray | null;
1727
- test: (string: string) => boolean;
1728
- readonly source: string;
1729
- readonly global: boolean;
1730
- readonly ignoreCase: boolean;
1731
- readonly multiline: boolean;
1732
- lastIndex: number;
1733
- compile: (pattern: string, flags?: string | undefined) => RegExp;
1734
- readonly flags: string;
1735
- readonly sticky: boolean;
1736
- readonly unicode: boolean;
1737
- readonly dotAll: boolean;
1738
- [Symbol.match]: (string: string) => RegExpMatchArray | null;
1739
- [Symbol.replace]: {
1740
- (string: string, replaceValue: string): string;
1741
- (string: string, replacer: (substring: string, ...args: any[]) => string): string;
1742
- };
1743
- [Symbol.search]: (string: string) => number;
1744
- [Symbol.split]: (string: string, limit?: number | undefined) => string[];
1745
- [Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
1746
- } | {
1747
- toString: () => string;
1748
- toDateString: () => string;
1749
- toTimeString: () => string;
1750
- toLocaleString: {
1751
- (): string;
1752
- (locales?: string | string[] | undefined, options?: Intl.DateTimeFormatOptions | undefined): string;
1753
- (locales?: Intl.LocalesArgument, options?: Intl.DateTimeFormatOptions | undefined): string;
1754
- };
1755
- toLocaleDateString: {
1756
- (): string;
1757
- (locales?: string | string[] | undefined, options?: Intl.DateTimeFormatOptions | undefined): string;
1758
- (locales?: Intl.LocalesArgument, options?: Intl.DateTimeFormatOptions | undefined): string;
1759
- };
1760
- toLocaleTimeString: {
1761
- (): string;
1762
- (locales?: string | string[] | undefined, options?: Intl.DateTimeFormatOptions | undefined): string;
1763
- (locales?: Intl.LocalesArgument, options?: Intl.DateTimeFormatOptions | undefined): string;
1764
- };
1765
- valueOf: () => number;
1766
- getTime: () => number;
1767
- getFullYear: () => number;
1768
- getUTCFullYear: () => number;
1769
- getMonth: () => number;
1770
- getUTCMonth: () => number;
1771
- getDate: () => number;
1772
- getUTCDate: () => number;
1773
- getDay: () => number;
1774
- getUTCDay: () => number;
1775
- getHours: () => number;
1776
- getUTCHours: () => number;
1777
- getMinutes: () => number;
1778
- getUTCMinutes: () => number;
1779
- getSeconds: () => number;
1780
- getUTCSeconds: () => number;
1781
- getMilliseconds: () => number;
1782
- getUTCMilliseconds: () => number;
1783
- getTimezoneOffset: () => number;
1784
- setTime: (time: number) => number;
1785
- setMilliseconds: (ms: number) => number;
1786
- setUTCMilliseconds: (ms: number) => number;
1787
- setSeconds: (sec: number, ms?: number | undefined) => number;
1788
- setUTCSeconds: (sec: number, ms?: number | undefined) => number;
1789
- setMinutes: (min: number, sec?: number | undefined, ms?: number | undefined) => number;
1790
- setUTCMinutes: (min: number, sec?: number | undefined, ms?: number | undefined) => number;
1791
- setHours: (hours: number, min?: number | undefined, sec?: number | undefined, ms?: number | undefined) => number;
1792
- setUTCHours: (hours: number, min?: number | undefined, sec?: number | undefined, ms?: number | undefined) => number;
1793
- setDate: (date: number) => number;
1794
- setUTCDate: (date: number) => number;
1795
- setMonth: (month: number, date?: number | undefined) => number;
1796
- setUTCMonth: (month: number, date?: number | undefined) => number;
1797
- setFullYear: (year: number, month?: number | undefined, date?: number | undefined) => number;
1798
- setUTCFullYear: (year: number, month?: number | undefined, date?: number | undefined) => number;
1799
- toUTCString: () => string;
1800
- toISOString: () => string;
1801
- toJSON: (key?: any) => string;
1802
- [Symbol.toPrimitive]: {
1803
- (hint: "default"): string;
1804
- (hint: "string"): string;
1805
- (hint: "number"): number;
1806
- (hint: string): string | number;
1807
- };
1808
- } | null | undefined;
1809
- immediate?: boolean | undefined;
1810
- content?: string | undefined;
1811
- placeholder?: string | undefined;
1812
- name?: string | undefined;
1813
- props?: {
1814
- [key: string]: any;
1815
- } | undefined;
1816
- attrs?: {
1817
- [key: string]: any;
1818
- } | undefined;
1819
- children?: any[] | undefined;
1820
- cellType?: "string" | "number" | undefined;
1821
- };
1822
- contentRender: {
1823
- options?: any[] | undefined;
1824
- optionProps?: {
1825
- value?: string | undefined;
1826
- label?: string | undefined;
1827
- key?: string | undefined;
1828
- } | undefined;
1829
- optionGroups?: any[] | undefined;
1830
- optionGroupProps?: {
1831
- options?: string | undefined;
1832
- label?: string | undefined;
1833
- key?: string | undefined;
1834
- } | undefined;
1835
- name?: string | undefined;
1836
- props?: {
1837
- [key: string]: any;
1838
- } | undefined;
1839
- attrs?: {
1840
- [key: string]: any;
1841
- } | undefined;
1842
- events?: {
1843
- [key: string]: (...args: any[]) => any;
1844
- } | undefined;
1845
- children?: any[] | undefined;
1846
- cellType?: "string" | "number" | undefined;
1847
- };
1848
- params: any;
1849
- slots: {
1850
- title?: string | ((params: VxeColumnSlotTypes.HeaderSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1851
- radio?: string | ((params: VxeColumnSlotTypes.DefaultSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1852
- checkbox?: string | ((params: VxeColumnSlotTypes.DefaultSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1853
- default?: string | ((params: VxeColumnSlotTypes.DefaultSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1854
- header?: string | ((params: VxeColumnSlotTypes.HeaderSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1855
- footer?: string | ((params: VxeColumnSlotTypes.FooterSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1856
- content?: string | ((params: VxeColumnSlotTypes.ContentSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1857
- filter?: string | ((params: VxeColumnSlotTypes.FilterSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1858
- edit?: string | ((params: VxeColumnSlotTypes.EditSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1859
- icon?: string | ((params: VxeColumnSlotTypes.IconSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1860
- };
1861
- id: string;
1862
- parentId: string;
1863
- level: number;
1864
- rowSpan: number;
1865
- colSpan: number;
1866
- halfVisible: boolean;
1867
- defaultVisible: any;
1868
- defaultFixed: any;
1869
- checked: boolean;
1870
- halfChecked: boolean;
1871
- disabled: boolean;
1872
- order: VxeTablePropTypes.SortOrder;
1873
- sortTime: number;
1874
- renderWidth: number;
1875
- renderHeight: number;
1876
- resizeWidth: number;
1877
- model: {
1878
- update: boolean;
1879
- value: any;
1880
- };
1881
- children: any[];
1882
- renderHeader: (params: VxeTableDefines.CellRenderHeaderParams<VxeTableDataRow>) => VNode<RendererNode, RendererElement, {
1883
- [key: string]: any;
1884
- }>[];
1885
- renderCell: (params: VxeTableDefines.CellRenderCellParams<VxeTableDataRow>) => VNode<RendererNode, RendererElement, {
1886
- [key: string]: any;
1887
- }>[];
1888
- renderData: (params: VxeTableDefines.CellRenderDataParams<VxeTableDataRow>) => VNode<RendererNode, RendererElement, {
1889
- [key: string]: any;
1890
- }>[];
1891
- renderFooter: (params: VxeTableDefines.CellRenderFooterParams<VxeTableDataRow>) => VNode<RendererNode, RendererElement, {
1892
- [key: string]: any;
1893
- }>[];
1894
- getTitle: () => string;
1895
- getKey: () => string;
1896
- }[] | {
1897
- colid?: number | undefined;
1898
- type?: string | undefined;
1899
- field?: string | undefined;
1900
- }[] | undefined;
1901
- style?: string | undefined;
1902
- content?: string | undefined;
1903
- columnFilterMethod?: ((params: {
1904
- column: VxeTableDefines.ColumnInfo<VxeTableDataRow>;
1905
- $columnIndex: number;
1906
- }) => boolean) | undefined;
1907
- dataFilterMethod?: ((params: {
1908
- row: any;
1909
- $rowIndex: number;
1910
- }) => boolean) | undefined;
1911
- footerFilterMethod?: ((params: {
1912
- items: any[];
1913
- $rowIndex: number;
1914
- }) => boolean) | undefined;
1915
- beforePrintMethod?: ((params: {
1916
- $table: VxeTableConstructor<any> | null;
1917
- content: string;
1918
- options: VxeTablePropTypes.PrintHandleOptions;
1919
- }) => string) | undefined;
1920
- } | undefined;
1921
- expandConfig?: {
1922
- labelField?: string | undefined;
1923
- expandAll?: boolean | undefined;
1924
- expandRowKeys?: string[] | number[] | undefined;
1925
- accordion?: boolean | undefined;
1926
- trigger?: "" | "row" | "default" | "cell" | null | undefined;
1927
- lazy?: boolean | undefined;
1928
- reserve?: boolean | undefined;
1929
- height?: number | undefined;
1930
- loadMethod?: ((params: {
1931
- $table: VxeTableConstructor<VxeTableDataRow> & VxeTablePrivateMethods<VxeTableDataRow>;
1932
- row: VxeTableDataRow;
1933
- rowIndex: number;
1934
- $rowIndex: number;
1935
- }) => Promise<void>) | undefined;
1936
- toggleMethod?: ((params: {
1937
- $table: VxeTableConstructor<VxeTableDataRow> & VxeTablePrivateMethods<VxeTableDataRow>;
1938
- expanded: boolean;
1939
- row: VxeTableDataRow;
1940
- rowIndex: number;
1941
- $rowIndex: number;
1942
- column: VxeTableDefines.ColumnInfo<VxeTableDataRow>;
1943
- columnIndex: number;
1944
- $columnIndex: number;
1945
- }) => boolean) | undefined;
1946
- visibleMethod?: ((params: VxeTableDefines.CellRenderBodyParams<VxeTableDataRow>) => boolean) | undefined;
1947
- showIcon?: boolean | undefined;
1948
- iconOpen?: string | undefined;
1949
- iconClose?: string | undefined;
1950
- iconLoaded?: string | undefined;
1951
- } | undefined;
1952
- treeConfig?: {
1953
- transform?: boolean | undefined;
1954
- rowField?: string | undefined;
1955
- parentField?: string | undefined;
1956
- children?: string | undefined;
1957
- mapChildren?: string | undefined;
1958
- indent?: number | undefined;
1959
- line?: boolean | undefined;
1960
- expandAll?: boolean | undefined;
1961
- expandRowKeys?: string[] | number[] | undefined;
1962
- accordion?: boolean | undefined;
1963
- trigger?: "" | "row" | "default" | "cell" | null | undefined;
1964
- lazy?: boolean | undefined;
1965
- hasChild?: string | undefined;
1966
- reserve?: boolean | undefined;
1967
- loadMethod?: ((params: {
1968
- $table: VxeTableConstructor<VxeTableDataRow> & VxeTablePrivateMethods<VxeTableDataRow>;
1969
- row: VxeTableDataRow;
1970
- }) => Promise<any[]>) | undefined;
1971
- toggleMethod?: ((params: {
1972
- $table: VxeTableConstructor<VxeTableDataRow> & VxeTablePrivateMethods<VxeTableDataRow>;
1973
- expanded: boolean;
1974
- row: VxeTableDataRow;
1975
- column: VxeTableDefines.ColumnInfo<VxeTableDataRow>;
1976
- columnIndex: number;
1977
- $columnIndex: number;
1978
- }) => boolean) | undefined;
1979
- showIcon?: boolean | undefined;
1980
- iconOpen?: string | undefined;
1981
- iconClose?: string | undefined;
1982
- iconLoaded?: string | undefined;
1983
- } | undefined;
1984
- menuConfig?: {
1985
- header?: {
1986
- disabled?: boolean | undefined;
1987
- options?: {
1988
- [x: string]: any;
1989
- code?: string | undefined;
1990
- name?: string | undefined;
1991
- prefixIcon?: string | undefined;
1992
- suffixIcon?: string | undefined;
1993
- className?: string | undefined;
1994
- visible?: boolean | undefined;
1995
- disabled?: boolean | undefined;
1996
- children?: {
1997
- [x: string]: any;
1998
- code?: string | undefined;
1999
- name?: string | undefined;
2000
- prefixIcon?: string | undefined;
2001
- className?: string | undefined;
2002
- visible?: boolean | undefined;
2003
- disabled?: boolean | undefined;
2004
- params?: any;
2005
- }[] | undefined;
2006
- params?: any;
2007
- }[][] | undefined;
2008
- } | undefined;
2009
- body?: {
2010
- disabled?: boolean | undefined;
2011
- options?: {
2012
- [x: string]: any;
2013
- code?: string | undefined;
2014
- name?: string | undefined;
2015
- prefixIcon?: string | undefined;
2016
- suffixIcon?: string | undefined;
2017
- className?: string | undefined;
2018
- visible?: boolean | undefined;
2019
- disabled?: boolean | undefined;
2020
- children?: {
2021
- [x: string]: any;
2022
- code?: string | undefined;
2023
- name?: string | undefined;
2024
- prefixIcon?: string | undefined;
2025
- className?: string | undefined;
2026
- visible?: boolean | undefined;
2027
- disabled?: boolean | undefined;
2028
- params?: any;
2029
- }[] | undefined;
2030
- params?: any;
2031
- }[][] | undefined;
2032
- } | undefined;
2033
- footer?: {
2034
- disabled?: boolean | undefined;
2035
- options?: {
2036
- [x: string]: any;
2037
- code?: string | undefined;
2038
- name?: string | undefined;
2039
- prefixIcon?: string | undefined;
2040
- suffixIcon?: string | undefined;
2041
- className?: string | undefined;
2042
- visible?: boolean | undefined;
2043
- disabled?: boolean | undefined;
2044
- children?: {
2045
- [x: string]: any;
2046
- code?: string | undefined;
2047
- name?: string | undefined;
2048
- prefixIcon?: string | undefined;
2049
- className?: string | undefined;
2050
- visible?: boolean | undefined;
2051
- disabled?: boolean | undefined;
2052
- params?: any;
2053
- }[] | undefined;
2054
- params?: any;
2055
- }[][] | undefined;
2056
- } | undefined;
2057
- trigger?: "" | "default" | "cell" | null | undefined;
2058
- className?: string | undefined;
2059
- visibleMethod?: ((params: {
2060
- type: string;
2061
- options: VxeTableDefines.MenuFirstOption[][];
2062
- columns: VxeTableDefines.ColumnInfo<VxeTableDataRow>[];
2063
- row?: VxeTableDataRow | undefined;
2064
- rowIndex?: number | undefined;
2065
- column?: VxeTableDefines.ColumnInfo<VxeTableDataRow> | undefined;
2066
- columnIndex?: number | undefined;
2067
- }) => boolean) | undefined;
2068
- } | undefined;
2069
- mouseConfig?: {
2070
- selected?: boolean | undefined;
2071
- area?: boolean | undefined;
2072
- extension?: boolean | undefined;
2073
- } | undefined;
2074
- areaConfig?: {
2075
- multiple?: boolean | undefined;
2076
- selectCellByHeader?: boolean | undefined;
2077
- extendByCopy?: boolean | undefined;
2078
- extendByCalc?: boolean | undefined;
2079
- extendCalcMethod?: ((params: VxeTableProDefines.ExtendCellAreaCalcBaseParams<VxeTableDataRow>) => any[][]) | undefined;
2080
- extendSetMethod?: ((params: {
2081
- cellValue: any;
2082
- row: VxeTableDataRow;
2083
- column: VxeTableDefines.ColumnInfo<VxeTableDataRow>;
2084
- } & VxeTableProDefines.ExtendCellAreaCalcBaseParams<VxeTableDataRow>) => void) | undefined;
2085
- beforeExtendSetMethod?: ((params: VxeTableProDefines.ExtendCellAreaCalcBaseParams<VxeTableDataRow>) => boolean) | undefined;
2086
- afterExtendSetMethod?: ((params: {
2087
- extendValues: any[][];
2088
- } & VxeTableProDefines.ExtendCellAreaCalcBaseParams<VxeTableDataRow>) => boolean) | undefined;
2089
- } | undefined;
2090
- fnrConfig?: {
2091
- isFind?: boolean | undefined;
2092
- findMethod?: ((params: {
2093
- cellValue: any;
2094
- isWhole: boolean;
2095
- isRE: boolean;
2096
- isSensitive: boolean;
2097
- findValue: string | null;
2098
- findRE: RegExp | null;
2099
- }) => boolean) | undefined;
2100
- beforeFindMethod?: ((params: {
2101
- isAll: boolean;
2102
- findValue: string | null;
2103
- $table: VxeTableConstructor<VxeTableDataRow> & VxeTablePrivateMethods<VxeTableDataRow>;
2104
- $grid: VxeGridConstructor<VxeTableDataRow> | null | undefined;
2105
- }) => boolean) | undefined;
2106
- afterFindMethod?: ((params: {
2107
- isAll: boolean;
2108
- findValue: string | null;
2109
- result: VxeTableProDefines.FindAndReplaceResult<VxeTableDataRow>[];
2110
- $table: VxeTableConstructor<VxeTableDataRow> & VxeTablePrivateMethods<VxeTableDataRow>;
2111
- $grid: VxeGridConstructor<VxeTableDataRow> | null | undefined;
2112
- }) => void) | undefined;
2113
- isReplace?: boolean | undefined;
2114
- replaceMethod?: ((params: {
2115
- row: VxeTableDataRow;
2116
- column: VxeTableDefines.ColumnInfo<VxeTableDataRow>;
2117
- cellValue: any;
2118
- }) => void) | undefined;
2119
- beforeReplaceMethod?: ((params: {
2120
- isAll: boolean;
2121
- findValue: string | null;
2122
- replaceValue: string;
2123
- $table: VxeTableConstructor<VxeTableDataRow> & VxeTablePrivateMethods<VxeTableDataRow>;
2124
- $grid: VxeGridConstructor<VxeTableDataRow> | null | undefined;
2125
- }) => boolean) | undefined;
2126
- afterReplaceMethod?: ((params: {
2127
- isAll: boolean;
2128
- findValue: string | null;
2129
- replaceValue: string;
2130
- result: VxeTableProDefines.FindAndReplaceResult<VxeTableDataRow>[];
2131
- $table: VxeTableConstructor<VxeTableDataRow> & VxeTablePrivateMethods<VxeTableDataRow>;
2132
- $grid: VxeGridConstructor<VxeTableDataRow> | null | undefined;
2133
- }) => void) | undefined;
2134
- } | undefined;
2135
- keyboardConfig?: {
2136
- isArrow?: boolean | undefined;
2137
- isEsc?: boolean | undefined;
2138
- isDel?: boolean | undefined;
2139
- isEnter?: boolean | undefined;
2140
- isShift?: boolean | undefined;
2141
- isTab?: boolean | undefined;
2142
- isEdit?: boolean | undefined;
2143
- isMerge?: boolean | undefined;
2144
- isClip?: boolean | undefined;
2145
- isFNR?: boolean | undefined;
2146
- isChecked?: boolean | undefined;
2147
- enterToTab?: boolean | undefined;
2148
- delMethod?: ((params: {
2149
- row: VxeTableDataRow;
2150
- rowIndex: number;
2151
- column: VxeTableDefines.ColumnInfo<VxeTableDataRow>;
2152
- columnIndex: number;
2153
- $table: VxeTableConstructor<VxeTableDataRow> & VxeTablePrivateMethods<VxeTableDataRow>;
2154
- }) => void) | undefined;
2155
- backMethod?: ((params: {
2156
- row: VxeTableDataRow;
2157
- rowIndex: number;
2158
- column: VxeTableDefines.ColumnInfo<VxeTableDataRow>;
2159
- columnIndex: number;
2160
- $table: VxeTableConstructor<VxeTableDataRow> & VxeTablePrivateMethods<VxeTableDataRow>;
2161
- }) => void) | undefined;
2162
- editMethod?: ((params: {
2163
- row: VxeTableDataRow;
2164
- rowIndex: number;
2165
- column: VxeTableDefines.ColumnInfo<VxeTableDataRow>;
2166
- columnIndex: number;
2167
- $table: VxeTableConstructor<VxeTableDataRow> & VxeTablePrivateMethods<VxeTableDataRow>;
2168
- $grid: VxeGridConstructor<VxeTableDataRow> | null | undefined;
2169
- }) => boolean) | undefined;
2170
- } | undefined;
2171
- clipConfig?: {
2172
- isCopy?: boolean | undefined;
2173
- isCut?: boolean | undefined;
2174
- isPaste?: boolean | undefined;
2175
- isFillPaste?: boolean | undefined;
2176
- isRowIncrement?: boolean | undefined;
2177
- isColumnIncrement?: boolean | undefined;
2178
- copyMethod?: ((params: {
2179
- isCut: boolean;
2180
- row: VxeTableDataRow;
2181
- column: VxeTableDefines.ColumnInfo<VxeTableDataRow>;
2182
- cellValue: any;
2183
- $table: VxeTableConstructor<VxeTableDataRow> & VxeTablePrivateMethods<VxeTableDataRow>;
2184
- $grid: VxeGridConstructor<VxeTableDataRow> | null | undefined;
2185
- }) => string) | undefined;
2186
- beforeCopyMethod?: ((params: {
2187
- isCut: boolean;
2188
- activeArea: VxeTableProDefines.MouseActiveCellArea<VxeTableDataRow>;
2189
- targetAreas: VxeTableProDefines.CellAreaParams<VxeTableDataRow>[];
2190
- $table: VxeTableConstructor<VxeTableDataRow> & VxeTablePrivateMethods<VxeTableDataRow>;
2191
- $grid: VxeGridConstructor<VxeTableDataRow> | null | undefined;
2192
- }) => boolean) | undefined;
2193
- afterCopyMethod?: ((params: {
2194
- isCut: boolean;
2195
- targetAreas: VxeTableProDefines.CellAreaParams<VxeTableDataRow>[];
2196
- $table: VxeTableConstructor<VxeTableDataRow> & VxeTablePrivateMethods<VxeTableDataRow>;
2197
- $grid: VxeGridConstructor<VxeTableDataRow> | null | undefined;
2198
- }) => boolean) | undefined;
2199
- cutMethod?: ((params: {
2200
- row: VxeTableDataRow;
2201
- column: VxeTableDefines.ColumnInfo<VxeTableDataRow>;
2202
- cellValue: any;
2203
- $table: VxeTableConstructor<VxeTableDataRow> & VxeTablePrivateMethods<VxeTableDataRow>;
2204
- $grid: VxeGridConstructor<VxeTableDataRow> | null | undefined;
2205
- }) => void) | undefined;
2206
- beforeCutMethod?: ((params: {
2207
- activeArea: VxeTableProDefines.MouseActiveCellArea<VxeTableDataRow>;
2208
- cutAreas: VxeTableProDefines.CellAreaParams<VxeTableDataRow>[];
2209
- currentAreas: VxeTableProDefines.CellAreaParams<VxeTableDataRow>[];
2210
- $table: VxeTableConstructor<VxeTableDataRow> & VxeTablePrivateMethods<VxeTableDataRow>;
2211
- $grid: VxeGridConstructor<VxeTableDataRow> | null | undefined;
2212
- }) => boolean) | undefined;
2213
- afterCutMethod?: ((params: {
2214
- cutAreas: VxeTableProDefines.CellAreaParams<VxeTableDataRow>[];
2215
- currentAreas: VxeTableProDefines.CellAreaParams<VxeTableDataRow>[];
2216
- $table: VxeTableConstructor<VxeTableDataRow> & VxeTablePrivateMethods<VxeTableDataRow>;
2217
- $grid: VxeGridConstructor<VxeTableDataRow> | null | undefined;
2218
- }) => void) | undefined;
2219
- pasteMethod?: ((params: {
2220
- isCut: boolean;
2221
- row: VxeTableDataRow;
2222
- column: VxeTableDefines.ColumnInfo<VxeTableDataRow>;
2223
- cellValue: any;
2224
- $table: VxeTableConstructor<VxeTableDataRow> & VxeTablePrivateMethods<VxeTableDataRow>;
2225
- $grid: VxeGridConstructor<VxeTableDataRow> | null | undefined;
2226
- }) => void) | undefined;
2227
- beforePasteMethod?: ((params: {
2228
- isCut: boolean;
2229
- activeArea: VxeTableProDefines.MouseActiveCellArea<VxeTableDataRow>;
2230
- cutAreas: VxeTableProDefines.CellAreaParams<VxeTableDataRow>[];
2231
- currentAreas: VxeTableProDefines.CellAreaParams<VxeTableDataRow>[];
2232
- targetAreas: VxeTableProDefines.CellAreaParams<VxeTableDataRow>[];
2233
- cellValues: string[][];
2234
- pasteCells: string[][];
2235
- $table: VxeTableConstructor<VxeTableDataRow> & VxeTablePrivateMethods<VxeTableDataRow>;
2236
- $grid: VxeGridConstructor<VxeTableDataRow> | null | undefined;
2237
- }) => boolean) | undefined;
2238
- afterPasteMethod?: ((params: {
2239
- isCut: boolean;
2240
- currentAreas: VxeTableProDefines.CellAreaParams<VxeTableDataRow>[];
2241
- cutAreas: VxeTableProDefines.CellAreaParams<VxeTableDataRow>[];
2242
- targetAreas: VxeTableProDefines.CellAreaParams<VxeTableDataRow>[];
2243
- cellValues: any[][];
2244
- pasteCells: string[][];
2245
- insertRows: VxeTableDataRow[];
2246
- insertColumns: VxeTableDefines.ColumnInfo<VxeTableDataRow>[];
2247
- $table: VxeTableConstructor<VxeTableDataRow> & VxeTablePrivateMethods<VxeTableDataRow>;
2248
- $grid: VxeGridConstructor<VxeTableDataRow> | null | undefined;
2249
- }) => boolean) | undefined;
2250
- createRowsMethod?: ((params: {
2251
- currentAreas: VxeTableProDefines.CellAreaParams<VxeTableDataRow>[];
2252
- targetAreas: VxeTableProDefines.CellAreaParams<VxeTableDataRow>[];
2253
- cellValues: any[][];
2254
- pasteCells: string[][];
2255
- insertRows: VxeTableDataRow[];
2256
- $table: VxeTableConstructor<VxeTableDataRow> & VxeTablePrivateMethods<VxeTableDataRow>;
2257
- $grid: VxeGridConstructor<VxeTableDataRow> | null | undefined;
2258
- }) => VxeTableDataRow[]) | undefined;
2259
- createColumnsMethod?: ((params: {
2260
- currentAreas: VxeTableProDefines.CellAreaParams<VxeTableDataRow>[];
2261
- targetAreas: VxeTableProDefines.CellAreaParams<VxeTableDataRow>[];
2262
- cellValues: any[][];
2263
- pasteCells: string[][];
2264
- insertColumns: VxeTableDefines.ColumnOptions<VxeTableDataRow>[];
2265
- $table: VxeTableConstructor<VxeTableDataRow> & VxeTablePrivateMethods<VxeTableDataRow>;
2266
- $grid: VxeGridConstructor<VxeTableDataRow> | null | undefined;
2267
- }) => VxeTableDefines.ColumnOptions<VxeTableDataRow>[]) | undefined;
2268
- } | undefined;
2269
- validConfig?: {
2270
- autoPos?: boolean | undefined;
2271
- showMessage?: boolean | undefined;
2272
- message?: string | undefined;
2273
- maxWidth?: number | undefined;
2274
- } | undefined;
2275
- editRules?: VxeTablePropTypes.EditRules<VxeTableDataRow> | undefined;
2276
- emptyText?: string | undefined;
2277
- emptyRender?: {
2278
- name?: string | undefined;
2279
- props?: {
2280
- [key: string]: any;
2281
- } | undefined;
2282
- attrs?: {
2283
- [key: string]: any;
2284
- } | undefined;
2285
- events?: {
2286
- [key: string]: (...args: any[]) => any;
2287
- } | undefined;
2288
- children?: any[] | undefined;
2289
- cellType?: "string" | "number" | undefined;
2290
- } | undefined;
2291
- loadingConfig?: {
2292
- icon?: string | undefined;
2293
- text?: string | undefined;
2294
- } | undefined;
2295
- fit?: boolean | undefined;
2296
- animat?: boolean | undefined;
2297
- delayHover?: number | undefined;
2298
- scrollX?: {
2299
- gt?: number | undefined;
2300
- oSize?: number | undefined;
2301
- enabled?: boolean | undefined;
2302
- scrollToLeftOnChange?: boolean | undefined;
2303
- } | undefined;
2304
- scrollY?: {
2305
- mode?: "default" | "wheel" | undefined;
2306
- gt?: number | undefined;
2307
- oSize?: number | undefined;
2308
- enabled?: boolean | undefined;
2309
- scrollToTopOnChange?: boolean | undefined;
2310
- rHeight?: number | undefined;
2311
- adaptive?: boolean | undefined;
2312
- } | undefined;
2313
- proxyConfig?: {
2314
- [x: string]: any;
2315
- enabled?: boolean | undefined;
2316
- autoLoad?: boolean | undefined;
2317
- message?: boolean | undefined;
2318
- seq?: boolean | undefined;
2319
- sort?: boolean | undefined;
2320
- filter?: boolean | undefined;
2321
- form?: boolean | undefined;
2322
- props?: {
2323
- list?: string | null | undefined;
2324
- result?: string | undefined;
2325
- total?: string | undefined;
2326
- message?: string | undefined;
2327
- } | undefined;
2328
- ajax?: {
2329
- query?: ((params: VxeGridPropTypes.ProxyAjaxQueryParams<VxeTableDataRow>, ...args: any[]) => Promise<any>) | undefined;
2330
- queryAll?: ((params: VxeGridPropTypes.ProxyAjaxQueryAllParams<VxeTableDataRow>, ...args: any[]) => Promise<any>) | undefined;
2331
- delete?: ((params: VxeGridPropTypes.ProxyAjaxDeleteParams<VxeTableDataRow>, ...args: any[]) => Promise<any>) | undefined;
2332
- save?: ((params: VxeGridPropTypes.ProxyAjaxSaveParams<VxeTableDataRow>, ...args: any[]) => Promise<any>) | undefined;
2333
- } | undefined;
2334
- } | undefined;
2335
- toolbarConfig?: {
2336
- enabled?: boolean | undefined;
2337
- zoom?: boolean | {
2338
- escRestore?: boolean | undefined;
2339
- iconIn?: string | undefined;
2340
- iconOut?: string | undefined;
2341
- } | undefined;
2342
- slots?: {
2343
- buttons?: string | ((params: {
2344
- [key: string]: any;
2345
- }) => JSX.Element | VNode<RendererNode, RendererElement, {
2346
- [key: string]: any;
2347
- }>[] | string[] | JSX.Element[]) | undefined;
2348
- tools?: string | ((params: {
2349
- [key: string]: any;
2350
- }) => JSX.Element | VNode<RendererNode, RendererElement, {
2351
- [key: string]: any;
2352
- }>[] | string[] | JSX.Element[]) | undefined;
2353
- } | undefined;
2354
- size?: SizeType | undefined;
2355
- id?: string | undefined;
2356
- loading?: boolean | undefined;
2357
- resizable?: boolean | {
2358
- storage?: boolean | undefined;
2359
- } | undefined;
2360
- refresh?: boolean | {
2361
- queryMethod?: ((params: {
2362
- [key: string]: any;
2363
- }) => any) | undefined;
2364
- code?: "" | "query" | "reload" | null | undefined;
2365
- icon?: string | undefined;
2366
- iconLoading?: string | undefined;
2367
- query?: ((params: {
2368
- [key: string]: any;
2369
- }) => Promise<any>) | undefined;
2370
- } | undefined;
2371
- import?: boolean | {
2372
- icon?: string | undefined;
2373
- } | undefined;
2374
- export?: boolean | {
2375
- icon?: string | undefined;
2376
- } | undefined;
2377
- print?: boolean | {
2378
- icon?: string | undefined;
2379
- } | undefined;
2380
- custom?: boolean | {
2381
- trigger?: string | undefined;
2382
- immediate?: boolean | undefined;
2383
- storage?: boolean | undefined;
2384
- checkMethod?: ((params: {
2385
- column: VxeTableDefines.ColumnInfo<VxeTableDataRow>;
2386
- }) => boolean) | undefined;
2387
- isFooter?: boolean | undefined;
2388
- icon?: string | undefined;
2389
- } | undefined;
2390
- buttons?: {
2391
- dropdowns?: any[] | undefined;
2392
- buttonRender?: {
2393
- name?: string | undefined;
2394
- props?: {
2395
- [key: string]: any;
2396
- } | undefined;
2397
- attrs?: {
2398
- [key: string]: any;
2399
- } | undefined;
2400
- events?: {
2401
- [key: string]: (...args: any[]) => any;
2402
- } | undefined;
2403
- children?: any[] | undefined;
2404
- cellType?: "string" | "number" | undefined;
2405
- } | undefined;
2406
- code?: string | undefined;
2407
- visible?: boolean | undefined;
2408
- params?: any;
2409
- size?: SizeType | undefined;
2410
- type?: string | undefined;
2411
- className?: string | undefined;
2412
- name?: VxeButtonPropTypes.Name | undefined;
2413
- content?: string | undefined;
2414
- placement?: string | undefined;
2415
- status?: string | undefined;
2416
- icon?: string | undefined;
2417
- round?: boolean | undefined;
2418
- circle?: boolean | undefined;
2419
- disabled?: boolean | undefined;
2420
- loading?: boolean | undefined;
2421
- destroyOnClose?: boolean | undefined;
2422
- transfer?: boolean | undefined;
2423
- }[] | undefined;
2424
- tools?: {
2425
- dropdowns?: any[] | undefined;
2426
- toolRender?: {
2427
- name?: string | undefined;
2428
- props?: {
2429
- [key: string]: any;
2430
- } | undefined;
2431
- attrs?: {
2432
- [key: string]: any;
2433
- } | undefined;
2434
- events?: {
2435
- [key: string]: (...args: any[]) => any;
2436
- } | undefined;
2437
- children?: any[] | undefined;
2438
- cellType?: "string" | "number" | undefined;
2439
- } | undefined;
2440
- code?: string | undefined;
2441
- visible?: boolean | undefined;
2442
- params?: any;
2443
- size?: SizeType | undefined;
2444
- type?: string | undefined;
2445
- className?: string | undefined;
2446
- name?: VxeButtonPropTypes.Name | undefined;
2447
- content?: string | undefined;
2448
- placement?: string | undefined;
2449
- status?: string | undefined;
2450
- icon?: string | undefined;
2451
- round?: boolean | undefined;
2452
- circle?: boolean | undefined;
2453
- disabled?: boolean | undefined;
2454
- loading?: boolean | undefined;
2455
- destroyOnClose?: boolean | undefined;
2456
- transfer?: boolean | undefined;
2457
- }[] | undefined;
2458
- perfect?: boolean | undefined;
2459
- className?: VxeToolbarPropTypes.ClassName | undefined;
2460
- } | undefined;
2461
- formConfig?: {
2462
- enabled?: boolean | undefined;
2463
- items?: {
2464
- title?: string | undefined;
2465
- field?: string | undefined;
2466
- span?: VxeFormPropTypes.Span | undefined;
2467
- align?: VxeFormPropTypes.Align | undefined;
2468
- titleAlign?: VxeFormPropTypes.Align | undefined;
2469
- titleWidth?: VxeFormPropTypes.TitleWidth | undefined;
2470
- titleColon?: boolean | undefined;
2471
- titleAsterisk?: boolean | undefined;
2472
- showTitle?: boolean | undefined;
2473
- className?: VxeFormItemPropTypes.ClassName | undefined;
2474
- contentClassName?: VxeFormItemPropTypes.ContentClassName | undefined;
2475
- contentStyle?: VxeFormItemPropTypes.ContentStyle | undefined;
2476
- titleClassName?: VxeFormItemPropTypes.TitleClassName | undefined;
2477
- titleStyle?: VxeFormItemPropTypes.TitleStyle | undefined;
2478
- titlePrefix?: {
2479
- useHTML?: boolean | undefined;
2480
- content?: VxeTooltipPropTypes.Content | undefined;
2481
- enterable?: boolean | undefined;
2482
- theme?: string | undefined;
2483
- icon?: string | undefined;
2484
- message?: string | undefined;
2485
- } | undefined;
2486
- titleSuffix?: {
2487
- useHTML?: boolean | undefined;
2488
- content?: VxeTooltipPropTypes.Content | undefined;
2489
- enterable?: boolean | undefined;
2490
- theme?: string | undefined;
2491
- icon?: string | undefined;
2492
- message?: string | undefined;
2493
- } | undefined;
2494
- titleOverflow?: VxeFormPropTypes.TitleOverflow | undefined;
2495
- resetValue?: any;
2496
- visible?: boolean | undefined;
2497
- visibleMethod?: VxeFormItemPropTypes.VisibleMethod | undefined;
2498
- folding?: boolean | undefined;
2499
- collapseNode?: boolean | undefined;
2500
- itemRender?: {
2501
- options?: any[] | undefined;
2502
- optionProps?: {
2503
- value?: string | undefined;
2504
- label?: string | undefined;
2505
- key?: string | undefined;
2506
- } | undefined;
2507
- optionGroups?: any[] | undefined;
2508
- optionGroupProps?: {
2509
- options?: string | undefined;
2510
- label?: string | undefined;
2511
- key?: string | undefined;
2512
- } | undefined;
2513
- content?: string | undefined;
2514
- autofocus?: string | undefined;
2515
- defaultValue?: string | number | object | any[] | {
2516
- exec: (string: string) => RegExpExecArray | null;
2517
- test: (string: string) => boolean;
2518
- readonly source: string;
2519
- readonly global: boolean;
2520
- readonly ignoreCase: boolean;
2521
- readonly multiline: boolean;
2522
- lastIndex: number;
2523
- compile: (pattern: string, flags?: string | undefined) => RegExp;
2524
- readonly flags: string;
2525
- readonly sticky: boolean;
2526
- readonly unicode: boolean;
2527
- readonly dotAll: boolean;
2528
- [Symbol.match]: (string: string) => RegExpMatchArray | null;
2529
- [Symbol.replace]: {
2530
- (string: string, replaceValue: string): string;
2531
- (string: string, replacer: (substring: string, ...args: any[]) => string): string;
2532
- };
2533
- [Symbol.search]: (string: string) => number;
2534
- [Symbol.split]: (string: string, limit?: number | undefined) => string[];
2535
- [Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
2536
- } | {
2537
- toString: () => string;
2538
- toDateString: () => string;
2539
- toTimeString: () => string;
2540
- toLocaleString: {
2541
- (): string;
2542
- (locales?: string | string[] | undefined, options?: Intl.DateTimeFormatOptions | undefined): string;
2543
- (locales?: Intl.LocalesArgument, options?: Intl.DateTimeFormatOptions | undefined): string;
2544
- };
2545
- toLocaleDateString: {
2546
- (): string;
2547
- (locales?: string | string[] | undefined, options?: Intl.DateTimeFormatOptions | undefined): string;
2548
- (locales?: Intl.LocalesArgument, options?: Intl.DateTimeFormatOptions | undefined): string;
2549
- };
2550
- toLocaleTimeString: {
2551
- (): string;
2552
- (locales?: string | string[] | undefined, options?: Intl.DateTimeFormatOptions | undefined): string;
2553
- (locales?: Intl.LocalesArgument, options?: Intl.DateTimeFormatOptions | undefined): string;
2554
- };
2555
- valueOf: () => number;
2556
- getTime: () => number;
2557
- getFullYear: () => number;
2558
- getUTCFullYear: () => number;
2559
- getMonth: () => number;
2560
- getUTCMonth: () => number;
2561
- getDate: () => number;
2562
- getUTCDate: () => number;
2563
- getDay: () => number;
2564
- getUTCDay: () => number;
2565
- getHours: () => number;
2566
- getUTCHours: () => number;
2567
- getMinutes: () => number;
2568
- getUTCMinutes: () => number;
2569
- getSeconds: () => number;
2570
- getUTCSeconds: () => number;
2571
- getMilliseconds: () => number;
2572
- getUTCMilliseconds: () => number;
2573
- getTimezoneOffset: () => number;
2574
- setTime: (time: number) => number;
2575
- setMilliseconds: (ms: number) => number;
2576
- setUTCMilliseconds: (ms: number) => number;
2577
- setSeconds: (sec: number, ms?: number | undefined) => number;
2578
- setUTCSeconds: (sec: number, ms?: number | undefined) => number;
2579
- setMinutes: (min: number, sec?: number | undefined, ms?: number | undefined) => number;
2580
- setUTCMinutes: (min: number, sec?: number | undefined, ms?: number | undefined) => number;
2581
- setHours: (hours: number, min?: number | undefined, sec?: number | undefined, ms?: number | undefined) => number;
2582
- setUTCHours: (hours: number, min?: number | undefined, sec?: number | undefined, ms?: number | undefined) => number;
2583
- setDate: (date: number) => number;
2584
- setUTCDate: (date: number) => number;
2585
- setMonth: (month: number, date?: number | undefined) => number;
2586
- setUTCMonth: (month: number, date?: number | undefined) => number;
2587
- setFullYear: (year: number, month?: number | undefined, date?: number | undefined) => number;
2588
- setUTCFullYear: (year: number, month?: number | undefined, date?: number | undefined) => number;
2589
- toUTCString: () => string;
2590
- toISOString: () => string;
2591
- toJSON: (key?: any) => string;
2592
- [Symbol.toPrimitive]: {
2593
- (hint: "default"): string;
2594
- (hint: "string"): string;
2595
- (hint: "number"): number;
2596
- (hint: string): string | number;
2597
- };
2598
- } | ((params: {
2599
- item: VxeFormItemProps;
2600
- }) => any) | null | undefined;
2601
- name?: string | undefined;
2602
- props?: {
2603
- [key: string]: any;
2604
- } | undefined;
2605
- attrs?: {
2606
- [key: string]: any;
2607
- } | undefined;
2608
- events?: {
2609
- [key: string]: (...args: any[]) => any;
2610
- } | undefined;
2611
- children?: any[] | undefined;
2612
- cellType?: "string" | "number" | undefined;
2613
- } | undefined;
2614
- slots?: {
2615
- title?: string | ((params: FormItemTitleRenderParams) => VNode<RendererNode, RendererElement, {
2616
- [key: string]: any;
2617
- }>[] | string[] | JSX.Element[]) | null | undefined;
2618
- default?: string | ((params: FormItemContentRenderParams) => VNode<RendererNode, RendererElement, {
2619
- [key: string]: any;
2620
- }>[] | string[] | JSX.Element[]) | null | undefined;
2621
- } | undefined;
2622
- children?: any[] | undefined;
2623
- }[] | undefined;
2624
- size?: SizeType | undefined;
2625
- collapseStatus?: boolean | undefined;
2626
- loading?: boolean | undefined;
2627
- data?: any;
2628
- span?: VxeFormPropTypes.Span | undefined;
2629
- align?: VxeFormPropTypes.Align | undefined;
2630
- titleAlign?: VxeFormPropTypes.Align | undefined;
2631
- titleWidth?: VxeFormPropTypes.TitleWidth | undefined;
2632
- titleColon?: boolean | undefined;
2633
- titleAsterisk?: boolean | undefined;
2634
- titleOverflow?: VxeFormPropTypes.TitleOverflow | undefined;
2635
- className?: VxeFormPropTypes.ClassName | undefined;
2636
- readonly?: boolean | undefined;
2637
- rules?: VxeFormPropTypes.Rules | undefined;
2638
- preventSubmit?: boolean | undefined;
2639
- validConfig?: {
2640
- autoPos?: boolean | undefined;
2641
- showMessage?: boolean | undefined;
2642
- } | undefined;
2643
- tooltipConfig?: {
2644
- theme?: "dark" | "light" | undefined;
2645
- enterable?: boolean | undefined;
2646
- leaveDelay?: number | undefined;
2647
- leaveMethod?: ((params: {
2648
- $event: Event;
2649
- }) => boolean) | undefined;
2650
- } | undefined;
2651
- customLayout?: boolean | undefined;
2652
- } | undefined;
2653
- zoomConfig?: {
2654
- escRestore?: boolean | undefined;
2655
- } | undefined;
2656
- editConfig?: {
2657
- icon?: string | undefined;
2658
- enabled?: boolean | undefined;
2659
- trigger?: "" | "click" | "manual" | "dblclick" | null | undefined;
2660
- showIcon?: boolean | undefined;
2661
- mode?: string | undefined;
2662
- showStatus?: boolean | undefined;
2663
- showUpdateStatus?: boolean | undefined;
2664
- showInsertStatus?: boolean | undefined;
2665
- showAsterisk?: boolean | undefined;
2666
- autoClear?: boolean | undefined;
2667
- activeMethod?: ((params: {
2668
- row: VxeTableDataRow;
2669
- rowIndex: number;
2670
- column: VxeTableDefines.ColumnInfo<VxeTableDataRow>;
2671
- columnIndex: number;
2672
- $table: VxeTableConstructor<VxeTableDataRow> & VxeTablePrivateMethods<VxeTableDataRow>;
2673
- $grid: VxeGridConstructor<VxeTableDataRow> | null | undefined;
2674
- }) => boolean) | undefined;
2675
- beforeEditMethod?: GlobalPageLayoutTypes.MixBeforeEditMethod | undefined;
2676
- } | undefined;
2677
- } | undefined;
2678
- } | undefined;
2679
- show?: boolean | undefined;
2680
- shake?: boolean | undefined;
2681
- slot?: boolean | undefined;
2682
- master?: boolean | undefined;
2683
- useAllConfig?: boolean | undefined;
2684
- enableTile?: "0" | "1" | undefined;
2685
- columns?: {
2686
- [x: string]: unknown;
2687
- groupCode: string;
2688
- title: string;
2689
- fieldLabelI18nKey?: string | undefined;
2690
- field: string;
2691
- fieldType?: string | undefined;
2692
- helpText?: string | undefined;
2693
- required?: "0" | "1" | undefined;
2694
- regex?: string | {
2695
- exec: (string: string) => RegExpExecArray | null;
2696
- test: (string: string) => boolean;
2697
- readonly source: string;
2698
- readonly global: boolean;
2699
- readonly ignoreCase: boolean;
2700
- readonly multiline: boolean;
2701
- lastIndex: number;
2702
- compile: (pattern: string, flags?: string | undefined) => RegExp;
2703
- readonly flags: string;
2704
- readonly sticky: boolean;
2705
- readonly unicode: boolean;
2706
- readonly dotAll: boolean;
2707
- [Symbol.match]: (string: string) => RegExpMatchArray | null;
2708
- [Symbol.replace]: {
2709
- (string: string, replaceValue: string): string;
2710
- (string: string, replacer: (substring: string, ...args: any[]) => string): string;
2711
- };
2712
- [Symbol.search]: (string: string) => number;
2713
- [Symbol.split]: (string: string, limit?: number | undefined) => string[];
2714
- [Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
2715
- } | undefined;
2716
- alertMsg?: string | undefined;
2717
- callback?: ((ctx: {
2718
- attrs: {
2719
- [x: string]: unknown;
2720
- };
2721
- slots: Readonly<{
2722
- [name: string]: Slot<any> | undefined;
2723
- }>;
2724
- emit: (event: string, ...args: any[]) => void;
2725
- expose: (exposed?: Record<string, any> | undefined) => void;
2726
- } | {
2727
- attrs: {
2728
- [x: string]: unknown;
2729
- };
2730
- slots: Readonly<{
2731
- [name: string]: Slot<any> | undefined;
2732
- }>;
2733
- emit: (event: string, ...args: any[]) => void;
2734
- expose: (exposed?: Record<string, any> | undefined) => void;
2735
- }, payload: GlobalPageLayoutTypes.VxePayload) => void) | undefined;
2736
- }[] | undefined;
2737
- formFields?: {
2738
- [x: string]: unknown;
2739
- groupCode: string;
2740
- fieldType: string;
2741
- fieldLabel: string;
2742
- fieldName: string;
2743
- helpText?: string | undefined;
2744
- required?: "0" | "1" | undefined;
2745
- regex?: {
2746
- exec: (string: string) => RegExpExecArray | null;
2747
- test: (string: string) => boolean;
2748
- readonly source: string;
2749
- readonly global: boolean;
2750
- readonly ignoreCase: boolean;
2751
- readonly multiline: boolean;
2752
- lastIndex: number;
2753
- compile: (pattern: string, flags?: string | undefined) => RegExp;
2754
- readonly flags: string;
2755
- readonly sticky: boolean;
2756
- readonly unicode: boolean;
2757
- readonly dotAll: boolean;
2758
- [Symbol.match]: (string: string) => RegExpMatchArray | null;
2759
- [Symbol.replace]: {
2760
- (string: string, replaceValue: string): string;
2761
- (string: string, replacer: (substring: string, ...args: any[]) => string): string;
2762
- };
2763
- [Symbol.search]: (string: string) => number;
2764
- [Symbol.split]: (string: string, limit?: number | undefined) => string[];
2765
- [Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
2766
- } | undefined;
2767
- alertMsg?: string | undefined;
2768
- callback?: ((ctx: ComponentInternalInstance | null, payload: GlobalPageLayoutTypes.ValuePayload) => void) | undefined;
2769
- }[] | undefined;
2770
- }[] | undefined;
2771
- formFields?: {
2772
- [x: string]: unknown;
2773
- groupCode: string;
2774
- fieldType: string;
2775
- fieldLabel: string;
2776
- fieldName: string;
2777
- helpText?: string | undefined;
2778
- required?: "0" | "1" | undefined;
2779
- regex?: {
2780
- exec: (string: string) => RegExpExecArray | null;
2781
- test: (string: string) => boolean;
2782
- readonly source: string;
2783
- readonly global: boolean;
2784
- readonly ignoreCase: boolean;
2785
- readonly multiline: boolean;
2786
- lastIndex: number;
2787
- compile: (pattern: string, flags?: string | undefined) => RegExp;
2788
- readonly flags: string;
2789
- readonly sticky: boolean;
2790
- readonly unicode: boolean;
2791
- readonly dotAll: boolean;
2792
- [Symbol.match]: (string: string) => RegExpMatchArray | null;
2793
- [Symbol.replace]: {
2794
- (string: string, replaceValue: string): string;
2795
- (string: string, replacer: (substring: string, ...args: any[]) => string): string;
2796
- };
2797
- [Symbol.search]: (string: string) => number;
2798
- [Symbol.split]: (string: string, limit?: number | undefined) => string[];
2799
- [Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
2800
- } | undefined;
2801
- alertMsg?: string | undefined;
2802
- callback?: ((ctx: ComponentInternalInstance | null, payload: GlobalPageLayoutTypes.ValuePayload) => void) | undefined;
2803
- }[] | undefined;
2804
- itemColumns?: {
2805
- [x: string]: unknown;
2806
- groupCode: string;
2807
- title: string;
2808
- fieldLabelI18nKey?: string | undefined;
2809
- field: string;
2810
- fieldType?: string | undefined;
2811
- helpText?: string | undefined;
2812
- required?: "0" | "1" | undefined;
2813
- regex?: string | {
2814
- exec: (string: string) => RegExpExecArray | null;
2815
- test: (string: string) => boolean;
2816
- readonly source: string;
2817
- readonly global: boolean;
2818
- readonly ignoreCase: boolean;
2819
- readonly multiline: boolean;
2820
- lastIndex: number;
2821
- compile: (pattern: string, flags?: string | undefined) => RegExp;
2822
- readonly flags: string;
2823
- readonly sticky: boolean;
2824
- readonly unicode: boolean;
2825
- readonly dotAll: boolean;
2826
- [Symbol.match]: (string: string) => RegExpMatchArray | null;
2827
- [Symbol.replace]: {
2828
- (string: string, replaceValue: string): string;
2829
- (string: string, replacer: (substring: string, ...args: any[]) => string): string;
2830
- };
2831
- [Symbol.search]: (string: string) => number;
2832
- [Symbol.split]: (string: string, limit?: number | undefined) => string[];
2833
- [Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
2834
- } | undefined;
2835
- alertMsg?: string | undefined;
2836
- callback?: ((ctx: {
2837
- attrs: {
2838
- [x: string]: unknown;
2839
- };
2840
- slots: Readonly<{
2841
- [name: string]: Slot<any> | undefined;
2842
- }>;
2843
- emit: (event: string, ...args: any[]) => void;
2844
- expose: (exposed?: Record<string, any> | undefined) => void;
2845
- } | {
2846
- attrs: {
2847
- [x: string]: unknown;
2848
- };
2849
- slots: Readonly<{
2850
- [name: string]: Slot<any> | undefined;
2851
- }>;
2852
- emit: (event: string, ...args: any[]) => void;
2853
- expose: (exposed?: Record<string, any> | undefined) => void;
2854
- }, payload: GlobalPageLayoutTypes.VxePayload) => void) | undefined;
2855
- }[] | undefined;
2856
- } | undefined;
2857
- handleAfterRemoteConfig?: (<T>(args: T) => T | Promise<T>) | undefined;
2858
- detailApi?: string | GlobalPageLayoutTypes.DetailApiFunctionType | undefined;
2859
- withoutIdDetailApi?: string | undefined;
2860
- handleAfterDetailApiResponse?: ((args: GlobalPageLayoutTypes.Expose) => void) | undefined;
2861
- pageButtons?: {
2862
- title: string;
2863
- i18nKey?: string | undefined;
2864
- key: string | symbol;
2865
- args: GlobalPageLayoutTypes.PageButtonArgsFunctionType | {
2866
- [x: string]: unknown;
2867
- url: string;
2868
- };
2869
- authorityCode?: string | undefined;
2870
- attrs?: GlobalPageLayoutTypes.RecordString | undefined;
2871
- icon?: {
2872
- type: string;
2873
- size: number;
2874
- color?: string | undefined;
2875
- } | undefined;
2876
- emit?: boolean | undefined;
2877
- emitKey?: string | undefined;
2878
- showMessage?: boolean | undefined;
2879
- checkBefore?: boolean | undefined;
2880
- confirm?: {
2881
- title: string;
2882
- content: string;
2883
- } | undefined;
2884
- dropdown?: boolean | undefined;
2885
- isExistFrozenSource?: boolean | undefined;
2886
- isExistFrozenSourceUrl?: string | undefined;
2887
- isExistFrozenSourceParams?: ((pageData: GlobalPageLayoutTypes.RecordString) => GlobalPageLayoutTypes.RecordString) | undefined;
2888
- disabled?: ((pageData: GlobalPageLayoutTypes.RecordString) => boolean) | undefined;
2889
- handleBefore?: ((args: GlobalPageLayoutTypes.ExposeWithPageButtons) => Promise<GlobalPageLayoutTypes.ExposeWithPageButtons>) | undefined;
2890
- handleAfter?: ((args: GlobalPageLayoutTypes.ExposeWithPageButtons) => Promise<GlobalPageLayoutTypes.ExposeWithPageButtons>) | undefined;
2891
- callback?: ((payload: GlobalPageLayoutTypes.PageButtonPayload) => void) | undefined;
2892
- }[] | undefined;
2893
- pageButtonPosition?: GlobalPageLayoutTypes.PageButtonPosition | undefined;
2894
- hasAdd?: boolean | undefined;
2895
- isUseLocalData?: boolean | undefined;
2896
- localData?: GlobalPageLayoutTypes.RecordString | undefined;
2897
- showBackIcon?: boolean | undefined;
2898
- pageTitle?: string | undefined;
2899
- };
2900
- pageData: Ref<GlobalPageLayoutTypes.RecordString>;
2901
- layoutConfig: Ref<GlobalPageLayoutTypes.LayoutConfig>;
2902
- defaultValues: Ref<GlobalPageLayoutTypes.RecordString>;
2903
- stepTriggerValidate: () => void;
2904
- composeSave: () => void;
2905
- customLoading: Readonly<Ref<boolean>>;
2906
- handleCustomSave: () => void;
2907
- handleValidateSuccess: (button: GlobalPageLayoutTypes.PageButton) => void;
2908
- getRoleOptains: () => Promise<void>;
2909
- getGroupOptains: () => Promise<void>;
2910
- }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
2911
- currentRow: {
2912
- type: null;
2913
- required: true;
2914
- };
2915
- userInfo: {
2916
- type: null;
2917
- required: true;
2918
- };
2919
- }>>, {}, {}>;
2920
- export default _sfc_main;