vft 0.0.161 → 0.0.162
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/app-components/button/use-button.d.ts +1 -1
- package/es/components/autocomplete/autocomplete.vue.d.ts +12 -12
- package/es/components/autocomplete/index.d.ts +56 -56
- package/es/components/avatar/index.d.ts +4 -4
- package/es/components/backtop/index.d.ts +4 -4
- package/es/components/button/index.d.ts +20 -20
- package/es/components/clamp-tooltip/index.d.ts +2 -2
- package/es/components/color-picker/index.d.ts +1 -1
- package/es/components/config-provider/hooks/use-global-config.d.ts +1 -1
- package/es/components/config-provider/index.d.ts +8 -8
- package/es/components/date-picker/composables/use-range-picker.d.ts +1 -1
- package/es/components/date-picker/date-picker-com/basic-cell-render.d.ts +2 -2
- package/es/components/date-picker/date-picker-com/basic-date-table.vue.d.ts +11 -11
- package/es/components/date-picker/date-picker-com/basic-month-table.vue.d.ts +11 -11
- package/es/components/date-picker/date-picker-com/basic-year-table.vue.d.ts +2 -2
- package/es/components/date-picker/date-picker-com/panel-date-pick.vue.d.ts +8 -8
- package/es/components/date-picker/date-picker-com/panel-date-range.vue.d.ts +2 -2
- package/es/components/date-picker/date-picker.d.ts +65 -65
- package/es/components/date-picker/index.d.ts +130 -130
- package/es/components/date-picker/panel-utils.d.ts +20 -20
- package/es/components/date-picker/props/date-picker.d.ts +3 -3
- package/es/components/date-time-select/index.d.ts +2 -2
- package/es/components/dropdown/index.d.ts +15 -15
- package/es/components/empty/index.d.ts +4 -4
- package/es/components/form/index.d.ts +8 -8
- package/es/components/full-screen/index.d.ts +4 -4
- package/es/components/header-layout/index.d.ts +4 -4
- package/es/components/horizontal-menu/index.d.ts +8 -8
- package/es/components/icon-text/index.d.ts +4 -4
- package/es/components/input/index.d.ts +12 -12
- package/es/components/link/index.d.ts +8 -8
- package/es/components/md-code-tabs/index.d.ts +2 -2
- package/es/components/menu/index.d.ts +28 -28
- package/es/components/modal/index.d.ts +12 -12
- package/es/components/pagination/index.d.ts +4 -4
- package/es/components/popconfirm/index.d.ts +18 -18
- package/es/components/popover/index.d.ts +4 -4
- package/es/components/popper/composables/use-content.d.ts +2 -2
- package/es/components/popper/index.d.ts +6 -6
- package/es/components/result/index.d.ts +2 -2
- package/es/components/search/index.d.ts +16 -16
- package/es/components/select/useSelect.d.ts +12 -12
- package/es/components/slider/slider.vue.d.ts +6 -6
- package/es/components/space/use-space.d.ts +1 -1
- package/es/components/super-form/index.d.ts +32 -32
- package/es/components/super-form/super-form.vue.d.ts +3 -3
- package/es/components/switch/index.d.ts +4 -4
- package/es/components/table/index.d.ts +132 -132
- package/es/components/table/table.vue.d.ts +14 -14
- package/es/components/table/use/use-data-source.d.ts +1 -1
- package/es/components/tabs/index.d.ts +8 -8
- package/es/components/tag/index.d.ts +2 -2
- package/es/components/time-picker/common/picker.vue.d.ts +6 -6
- package/es/components/time-picker/composables/use-time-picker.d.ts +2 -2
- package/es/components/time-picker/index.d.ts +122 -122
- package/es/components/time-picker/time-picker-com/basic-time-spinner.vue.d.ts +12 -12
- package/es/components/time-picker/time-picker-com/panel-time-pick.vue.d.ts +5 -5
- package/es/components/time-picker/time-picker-com/panel-time-range.vue.d.ts +5 -5
- package/es/components/time-picker/time-picker.d.ts +61 -61
- package/es/components/time-select/time-select.vue.d.ts +20 -20
- package/es/components/tooltip/index.d.ts +12 -12
- package/es/components/tree/index.d.ts +50 -50
- package/es/components/tree/tree.vue.d.ts +7 -7
- package/es/components/upload/index.d.ts +27 -27
- package/es/components/upload/upload-content.vue.d.ts +1 -1
- package/es/components/upload/upload.vue.d.ts +1 -1
- package/es/components/upload/use-handlers.d.ts +1 -1
- package/es/components/virtual-list/builders/build-list.d.ts +38 -38
- package/es/components/virtual-list/components/fixed-size-grid.d.ts +13 -13
- package/es/components/virtual-list/components/fixed-size-list.d.ts +3 -3
- package/es/defaults.d.ts +1 -1
- package/es/hooks/use-popper/index.d.ts +2 -2
- package/es/index.d.ts +1 -1
- package/es/package.json.d.ts +1 -1
- package/es/package.json.js +1 -1
- package/es/utils/vue/install.d.ts +1 -1
- package/es/utils/vue/props/runtime.d.ts +1 -1
- package/lib/app-components/button/use-button.d.ts +1 -1
- package/lib/components/autocomplete/autocomplete.vue.d.ts +12 -12
- package/lib/components/autocomplete/index.d.ts +56 -56
- package/lib/components/avatar/index.d.ts +4 -4
- package/lib/components/backtop/index.d.ts +4 -4
- package/lib/components/button/index.d.ts +20 -20
- package/lib/components/clamp-tooltip/index.d.ts +2 -2
- package/lib/components/color-picker/index.d.ts +1 -1
- package/lib/components/config-provider/hooks/use-global-config.d.ts +1 -1
- package/lib/components/config-provider/index.d.ts +8 -8
- package/lib/components/date-picker/composables/use-range-picker.d.ts +1 -1
- package/lib/components/date-picker/date-picker-com/basic-cell-render.d.ts +2 -2
- package/lib/components/date-picker/date-picker-com/basic-date-table.vue.d.ts +11 -11
- package/lib/components/date-picker/date-picker-com/basic-month-table.vue.d.ts +11 -11
- package/lib/components/date-picker/date-picker-com/basic-year-table.vue.d.ts +2 -2
- package/lib/components/date-picker/date-picker-com/panel-date-pick.vue.d.ts +8 -8
- package/lib/components/date-picker/date-picker-com/panel-date-range.vue.d.ts +2 -2
- package/lib/components/date-picker/date-picker.d.ts +65 -65
- package/lib/components/date-picker/index.d.ts +130 -130
- package/lib/components/date-picker/panel-utils.d.ts +20 -20
- package/lib/components/date-picker/props/date-picker.d.ts +3 -3
- package/lib/components/date-time-select/index.d.ts +2 -2
- package/lib/components/dropdown/index.d.ts +15 -15
- package/lib/components/empty/index.d.ts +4 -4
- package/lib/components/form/index.d.ts +8 -8
- package/lib/components/full-screen/index.d.ts +4 -4
- package/lib/components/header-layout/index.d.ts +4 -4
- package/lib/components/horizontal-menu/index.d.ts +8 -8
- package/lib/components/icon-text/index.d.ts +4 -4
- package/lib/components/input/index.d.ts +12 -12
- package/lib/components/link/index.d.ts +8 -8
- package/lib/components/md-code-tabs/index.d.ts +2 -2
- package/lib/components/menu/index.d.ts +28 -28
- package/lib/components/modal/index.d.ts +12 -12
- package/lib/components/pagination/index.d.ts +4 -4
- package/lib/components/popconfirm/index.d.ts +18 -18
- package/lib/components/popover/index.d.ts +4 -4
- package/lib/components/popper/composables/use-content.d.ts +2 -2
- package/lib/components/popper/index.d.ts +6 -6
- package/lib/components/result/index.d.ts +2 -2
- package/lib/components/search/index.d.ts +16 -16
- package/lib/components/select/useSelect.d.ts +12 -12
- package/lib/components/slider/slider.vue.d.ts +6 -6
- package/lib/components/space/use-space.d.ts +1 -1
- package/lib/components/super-form/index.d.ts +32 -32
- package/lib/components/super-form/super-form.vue.d.ts +3 -3
- package/lib/components/switch/index.d.ts +4 -4
- package/lib/components/table/index.d.ts +132 -132
- package/lib/components/table/table.vue.d.ts +14 -14
- package/lib/components/table/use/use-data-source.d.ts +1 -1
- package/lib/components/tabs/index.d.ts +8 -8
- package/lib/components/tag/index.d.ts +2 -2
- package/lib/components/time-picker/common/picker.vue.d.ts +6 -6
- package/lib/components/time-picker/composables/use-time-picker.d.ts +2 -2
- package/lib/components/time-picker/index.d.ts +122 -122
- package/lib/components/time-picker/time-picker-com/basic-time-spinner.vue.d.ts +12 -12
- package/lib/components/time-picker/time-picker-com/panel-time-pick.vue.d.ts +5 -5
- package/lib/components/time-picker/time-picker-com/panel-time-range.vue.d.ts +5 -5
- package/lib/components/time-picker/time-picker.d.ts +61 -61
- package/lib/components/time-select/time-select.vue.d.ts +20 -20
- package/lib/components/tooltip/index.d.ts +12 -12
- package/lib/components/tree/index.d.ts +50 -50
- package/lib/components/tree/tree.vue.d.ts +7 -7
- package/lib/components/upload/index.d.ts +27 -27
- package/lib/components/upload/upload-content.vue.d.ts +1 -1
- package/lib/components/upload/upload.vue.d.ts +1 -1
- package/lib/components/upload/use-handlers.d.ts +1 -1
- package/lib/components/virtual-list/builders/build-list.d.ts +38 -38
- package/lib/components/virtual-list/components/fixed-size-grid.d.ts +13 -13
- package/lib/components/virtual-list/components/fixed-size-list.d.ts +3 -3
- package/lib/defaults.d.ts +1 -1
- package/lib/hooks/use-popper/index.d.ts +2 -2
- package/lib/index.d.ts +1 -1
- package/lib/package.json.cjs +1 -1
- package/lib/package.json.d.ts +1 -1
- package/lib/utils/vue/install.d.ts +1 -1
- package/lib/utils/vue/props/runtime.d.ts +1 -1
- package/package.json +5 -5
- package/web-types.json +1 -1
|
@@ -69,7 +69,7 @@ export declare const VftTable: import("vft/es/utils").SFCWithInstall<{
|
|
|
69
69
|
type: globalThis.PropType<boolean>;
|
|
70
70
|
};
|
|
71
71
|
pagination: {
|
|
72
|
-
type: globalThis.PropType<Partial<import("
|
|
72
|
+
type: globalThis.PropType<Partial<import("vft/es/components/index.ts").PaginationProps> & {
|
|
73
73
|
pagePlacement?: "bottom-left" | "bottom-right" | "top-left" | "top-right" | undefined;
|
|
74
74
|
}>;
|
|
75
75
|
};
|
|
@@ -80,6 +80,25 @@ export declare const VftTable: import("vft/es/utils").SFCWithInstall<{
|
|
|
80
80
|
type: globalThis.PropType<number>;
|
|
81
81
|
default: number;
|
|
82
82
|
};
|
|
83
|
+
showHeader: {
|
|
84
|
+
type: globalThis.PropType<boolean>;
|
|
85
|
+
default: boolean;
|
|
86
|
+
};
|
|
87
|
+
showFooter: {
|
|
88
|
+
type: globalThis.PropType<boolean>;
|
|
89
|
+
};
|
|
90
|
+
animat: {
|
|
91
|
+
type: globalThis.PropType<boolean>;
|
|
92
|
+
};
|
|
93
|
+
validConfig: {
|
|
94
|
+
type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.ValidConfig>;
|
|
95
|
+
};
|
|
96
|
+
tooltipConfig: {
|
|
97
|
+
type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.TooltipConfig<import("vxe-table").VxeTableDataRow>>;
|
|
98
|
+
};
|
|
99
|
+
resizable: {
|
|
100
|
+
type: globalThis.PropType<boolean>;
|
|
101
|
+
};
|
|
83
102
|
stripe: {
|
|
84
103
|
type: globalThis.PropType<boolean>;
|
|
85
104
|
default: boolean;
|
|
@@ -91,13 +110,6 @@ export declare const VftTable: import("vft/es/utils").SFCWithInstall<{
|
|
|
91
110
|
footerAlign: {
|
|
92
111
|
type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.Align>;
|
|
93
112
|
};
|
|
94
|
-
showHeader: {
|
|
95
|
-
type: globalThis.PropType<boolean>;
|
|
96
|
-
default: boolean;
|
|
97
|
-
};
|
|
98
|
-
showFooter: {
|
|
99
|
-
type: globalThis.PropType<boolean>;
|
|
100
|
-
};
|
|
101
113
|
footerMethod: {
|
|
102
114
|
type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.FooterMethod<import("vxe-table").VxeTableDataRow>>;
|
|
103
115
|
};
|
|
@@ -199,9 +211,6 @@ export declare const VftTable: import("vft/es/utils").SFCWithInstall<{
|
|
|
199
211
|
checkboxConfig: {
|
|
200
212
|
type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.CheckboxConfig<import("vxe-table").VxeTableDataRow>>;
|
|
201
213
|
};
|
|
202
|
-
tooltipConfig: {
|
|
203
|
-
type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.TooltipConfig<import("vxe-table").VxeTableDataRow>>;
|
|
204
|
-
};
|
|
205
214
|
exportConfig: {
|
|
206
215
|
type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.ExportConfig>;
|
|
207
216
|
};
|
|
@@ -238,9 +247,6 @@ export declare const VftTable: import("vft/es/utils").SFCWithInstall<{
|
|
|
238
247
|
editConfig: {
|
|
239
248
|
type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.EditConfig<import("vxe-table").VxeTableDataRow>>;
|
|
240
249
|
};
|
|
241
|
-
validConfig: {
|
|
242
|
-
type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.ValidConfig>;
|
|
243
|
-
};
|
|
244
250
|
editRules: {
|
|
245
251
|
type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.EditRules<import("vxe-table").VxeTableDataRow>>;
|
|
246
252
|
};
|
|
@@ -253,9 +259,6 @@ export declare const VftTable: import("vft/es/utils").SFCWithInstall<{
|
|
|
253
259
|
loadingConfig: {
|
|
254
260
|
type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.LoadingConfig>;
|
|
255
261
|
};
|
|
256
|
-
resizable: {
|
|
257
|
-
type: globalThis.PropType<boolean>;
|
|
258
|
-
};
|
|
259
262
|
highlightCurrentRow: {
|
|
260
263
|
type: globalThis.PropType<boolean>;
|
|
261
264
|
};
|
|
@@ -274,9 +277,6 @@ export declare const VftTable: import("vft/es/utils").SFCWithInstall<{
|
|
|
274
277
|
rowId: {
|
|
275
278
|
type: globalThis.PropType<string>;
|
|
276
279
|
};
|
|
277
|
-
animat: {
|
|
278
|
-
type: globalThis.PropType<boolean>;
|
|
279
|
-
};
|
|
280
280
|
delayHover: {
|
|
281
281
|
type: globalThis.PropType<number>;
|
|
282
282
|
};
|
|
@@ -325,7 +325,7 @@ export declare const VftTable: import("vft/es/utils").SFCWithInstall<{
|
|
|
325
325
|
default: boolean;
|
|
326
326
|
};
|
|
327
327
|
afterFetch: {
|
|
328
|
-
type: globalThis.PropType<(params: any) => import("
|
|
328
|
+
type: globalThis.PropType<(params: any) => import("vft/es/components/types.ts").Recordable[]>;
|
|
329
329
|
};
|
|
330
330
|
transformParams: {
|
|
331
331
|
type: globalThis.PropType<boolean>;
|
|
@@ -339,7 +339,7 @@ export declare const VftTable: import("vft/es/utils").SFCWithInstall<{
|
|
|
339
339
|
default: number;
|
|
340
340
|
};
|
|
341
341
|
formOptions: {
|
|
342
|
-
type: globalThis.PropType<import("
|
|
342
|
+
type: globalThis.PropType<import("vft/es/components/index.ts").SuperFormProps & {
|
|
343
343
|
showActionForm?: boolean | undefined;
|
|
344
344
|
addSearchAllSchema?: boolean | undefined;
|
|
345
345
|
}>;
|
|
@@ -355,7 +355,7 @@ export declare const VftTable: import("vft/es/utils").SFCWithInstall<{
|
|
|
355
355
|
"onCurrent-change"?: ((...args: any[]) => any) | undefined;
|
|
356
356
|
onRegister?: ((...args: any[]) => any) | undefined;
|
|
357
357
|
onZoom?: ((...args: any[]) => any) | undefined;
|
|
358
|
-
|
|
358
|
+
onCustom?: ((...args: any[]) => any) | undefined;
|
|
359
359
|
"onUpdate:data"?: ((...args: any[]) => any) | undefined;
|
|
360
360
|
"onKeydown-start"?: ((...args: any[]) => any) | undefined;
|
|
361
361
|
"onKeydown-end"?: ((...args: any[]) => any) | undefined;
|
|
@@ -391,7 +391,6 @@ export declare const VftTable: import("vft/es/utils").SFCWithInstall<{
|
|
|
391
391
|
"onEdit-actived"?: ((...args: any[]) => any) | undefined;
|
|
392
392
|
"onEdit-disabled"?: ((...args: any[]) => any) | undefined;
|
|
393
393
|
"onValid-error"?: ((...args: any[]) => any) | undefined;
|
|
394
|
-
onCustom?: ((...args: any[]) => any) | undefined;
|
|
395
394
|
"onChange-fnr"?: ((...args: any[]) => any) | undefined;
|
|
396
395
|
"onOpen-fnr"?: ((...args: any[]) => any) | undefined;
|
|
397
396
|
"onFnr-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -417,11 +416,10 @@ export declare const VftTable: import("vft/es/utils").SFCWithInstall<{
|
|
|
417
416
|
"onCell-area-arrows-end"?: ((...args: any[]) => any) | undefined;
|
|
418
417
|
"onActive-cell-change-start"?: ((...args: any[]) => any) | undefined;
|
|
419
418
|
"onActive-cell-change-end"?: ((...args: any[]) => any) | undefined;
|
|
420
|
-
"onForm-submit"?: ((...args: any[]) => any) | undefined;
|
|
421
|
-
"onForm-reset"?: ((...args: any[]) => any) | undefined;
|
|
422
|
-
"onUpdate:page-num"?: ((...args: any[]) => any) | undefined;
|
|
423
419
|
"onPage-change"?: ((...args: any[]) => any) | undefined;
|
|
420
|
+
"onForm-submit"?: ((...args: any[]) => any) | undefined;
|
|
424
421
|
"onForm-submit-invalid"?: ((...args: any[]) => any) | undefined;
|
|
422
|
+
"onForm-reset"?: ((...args: any[]) => any) | undefined;
|
|
425
423
|
"onForm-collapse"?: ((...args: any[]) => any) | undefined;
|
|
426
424
|
"onForm-toggle-collapse"?: ((...args: any[]) => any) | undefined;
|
|
427
425
|
"onProxy-query"?: ((...args: any[]) => any) | undefined;
|
|
@@ -429,11 +427,13 @@ export declare const VftTable: import("vft/es/utils").SFCWithInstall<{
|
|
|
429
427
|
"onProxy-save"?: ((...args: any[]) => any) | undefined;
|
|
430
428
|
"onToolbar-button-click"?: ((...args: any[]) => any) | undefined;
|
|
431
429
|
"onToolbar-tool-click"?: ((...args: any[]) => any) | undefined;
|
|
430
|
+
"onFetch-success"?: ((...args: any[]) => any) | undefined;
|
|
431
|
+
"onUpdate:page-num"?: ((...args: any[]) => any) | undefined;
|
|
432
432
|
}, {
|
|
433
|
-
setPagination: (info: Partial<import("
|
|
434
|
-
emit: (event: "change" | "zoom" | "copy" | "cut" | "keydown" | "paste" | "scroll" | "update:page-size" | "current-change" | "
|
|
433
|
+
setPagination: (info: Partial<import("vft/es/components/index.ts").PaginationProps>) => void;
|
|
434
|
+
emit: (event: "change" | "zoom" | "copy" | "cut" | "keydown" | "paste" | "scroll" | "update:page-size" | "current-change" | "custom" | "update:data" | "keydown-start" | "keydown-end" | "radio-change" | "checkbox-change" | "checkbox-all" | "checkbox-range-start" | "checkbox-range-change" | "checkbox-range-end" | "cell-click" | "cell-dblclick" | "cell-menu" | "cell-mouseenter" | "cell-mouseleave" | "cell-selected" | "header-cell-click" | "header-cell-dblclick" | "header-cell-menu" | "footer-cell-click" | "footer-cell-dblclick" | "footer-cell-menu" | "clear-merge" | "sort-change" | "clear-sort" | "filter-change" | "filter-visible" | "clear-filter" | "resizable-change" | "toggle-row-expand" | "toggle-tree-expand" | "menu-click" | "edit-closed" | "edit-actived" | "edit-disabled" | "valid-error" | "change-fnr" | "open-fnr" | "fnr-change" | "fnr-find" | "fnr-find-all" | "fnr-replace" | "fnr-replace-all" | "cell-area-copy" | "cell-area-cut" | "cell-area-paste" | "cell-area-merge" | "clear-cell-area-merge" | "header-cell-area-selection" | "cell-area-selection-start" | "cell-area-selection-drag" | "cell-area-selection-end" | "cell-area-extension-start" | "cell-area-extension-drag" | "cell-area-extension-end" | "cell-area-selection-all-start" | "cell-area-selection-all-end" | "cell-area-arrows-start" | "cell-area-arrows-end" | "active-cell-change-start" | "active-cell-change-end" | "page-change" | "form-submit" | "form-submit-invalid" | "form-reset" | "form-collapse" | "form-toggle-collapse" | "proxy-query" | "proxy-delete" | "proxy-save" | "toolbar-button-click" | "toolbar-tool-click" | "register" | "fetch-success" | "update:page-num", ...args: any[]) => void;
|
|
435
435
|
setProps: (props: Partial<import("./types").TableProps>) => void;
|
|
436
|
-
reload: (opt?: any) => Promise<
|
|
436
|
+
reload: (opt?: any) => Promise<Recordable[] | undefined>;
|
|
437
437
|
getShowPagination: () => boolean;
|
|
438
438
|
deleteTableDataRecord: (row: any, rowKey: any) => void;
|
|
439
439
|
insertTableDataRecord: (record: any, index?: number) => Recordable[] | undefined;
|
|
@@ -456,8 +456,7 @@ export declare const VftTable: import("vft/es/utils").SFCWithInstall<{
|
|
|
456
456
|
scroll: (...args: any[]) => void;
|
|
457
457
|
"update:page-size": (...args: any[]) => void;
|
|
458
458
|
"current-change": (...args: any[]) => void;
|
|
459
|
-
|
|
460
|
-
"fetch-success": (...args: any[]) => void;
|
|
459
|
+
custom: (...args: any[]) => void;
|
|
461
460
|
"update:data": (...args: any[]) => void;
|
|
462
461
|
"keydown-start": (...args: any[]) => void;
|
|
463
462
|
"keydown-end": (...args: any[]) => void;
|
|
@@ -493,7 +492,6 @@ export declare const VftTable: import("vft/es/utils").SFCWithInstall<{
|
|
|
493
492
|
"edit-actived": (...args: any[]) => void;
|
|
494
493
|
"edit-disabled": (...args: any[]) => void;
|
|
495
494
|
"valid-error": (...args: any[]) => void;
|
|
496
|
-
custom: (...args: any[]) => void;
|
|
497
495
|
"change-fnr": (...args: any[]) => void;
|
|
498
496
|
"open-fnr": (...args: any[]) => void;
|
|
499
497
|
"fnr-change": (...args: any[]) => void;
|
|
@@ -519,11 +517,10 @@ export declare const VftTable: import("vft/es/utils").SFCWithInstall<{
|
|
|
519
517
|
"cell-area-arrows-end": (...args: any[]) => void;
|
|
520
518
|
"active-cell-change-start": (...args: any[]) => void;
|
|
521
519
|
"active-cell-change-end": (...args: any[]) => void;
|
|
522
|
-
"form-submit": (...args: any[]) => void;
|
|
523
|
-
"form-reset": (...args: any[]) => void;
|
|
524
|
-
"update:page-num": (...args: any[]) => void;
|
|
525
520
|
"page-change": (...args: any[]) => void;
|
|
521
|
+
"form-submit": (...args: any[]) => void;
|
|
526
522
|
"form-submit-invalid": (...args: any[]) => void;
|
|
523
|
+
"form-reset": (...args: any[]) => void;
|
|
527
524
|
"form-collapse": (...args: any[]) => void;
|
|
528
525
|
"form-toggle-collapse": (...args: any[]) => void;
|
|
529
526
|
"proxy-query": (...args: any[]) => void;
|
|
@@ -531,6 +528,9 @@ export declare const VftTable: import("vft/es/utils").SFCWithInstall<{
|
|
|
531
528
|
"proxy-save": (...args: any[]) => void;
|
|
532
529
|
"toolbar-button-click": (...args: any[]) => void;
|
|
533
530
|
"toolbar-tool-click": (...args: any[]) => void;
|
|
531
|
+
register: (...args: any[]) => void;
|
|
532
|
+
"fetch-success": (...args: any[]) => void;
|
|
533
|
+
"update:page-num": (...args: any[]) => void;
|
|
534
534
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<globalThis.ExtractPropTypes<{
|
|
535
535
|
data: {
|
|
536
536
|
type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.Data<import("vxe-table").VxeTableDataRow>>;
|
|
@@ -601,7 +601,7 @@ export declare const VftTable: import("vft/es/utils").SFCWithInstall<{
|
|
|
601
601
|
type: globalThis.PropType<boolean>;
|
|
602
602
|
};
|
|
603
603
|
pagination: {
|
|
604
|
-
type: globalThis.PropType<Partial<import("
|
|
604
|
+
type: globalThis.PropType<Partial<import("vft/es/components/index.ts").PaginationProps> & {
|
|
605
605
|
pagePlacement?: "bottom-left" | "bottom-right" | "top-left" | "top-right" | undefined;
|
|
606
606
|
}>;
|
|
607
607
|
};
|
|
@@ -612,6 +612,25 @@ export declare const VftTable: import("vft/es/utils").SFCWithInstall<{
|
|
|
612
612
|
type: globalThis.PropType<number>;
|
|
613
613
|
default: number;
|
|
614
614
|
};
|
|
615
|
+
showHeader: {
|
|
616
|
+
type: globalThis.PropType<boolean>;
|
|
617
|
+
default: boolean;
|
|
618
|
+
};
|
|
619
|
+
showFooter: {
|
|
620
|
+
type: globalThis.PropType<boolean>;
|
|
621
|
+
};
|
|
622
|
+
animat: {
|
|
623
|
+
type: globalThis.PropType<boolean>;
|
|
624
|
+
};
|
|
625
|
+
validConfig: {
|
|
626
|
+
type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.ValidConfig>;
|
|
627
|
+
};
|
|
628
|
+
tooltipConfig: {
|
|
629
|
+
type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.TooltipConfig<import("vxe-table").VxeTableDataRow>>;
|
|
630
|
+
};
|
|
631
|
+
resizable: {
|
|
632
|
+
type: globalThis.PropType<boolean>;
|
|
633
|
+
};
|
|
615
634
|
stripe: {
|
|
616
635
|
type: globalThis.PropType<boolean>;
|
|
617
636
|
default: boolean;
|
|
@@ -623,13 +642,6 @@ export declare const VftTable: import("vft/es/utils").SFCWithInstall<{
|
|
|
623
642
|
footerAlign: {
|
|
624
643
|
type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.Align>;
|
|
625
644
|
};
|
|
626
|
-
showHeader: {
|
|
627
|
-
type: globalThis.PropType<boolean>;
|
|
628
|
-
default: boolean;
|
|
629
|
-
};
|
|
630
|
-
showFooter: {
|
|
631
|
-
type: globalThis.PropType<boolean>;
|
|
632
|
-
};
|
|
633
645
|
footerMethod: {
|
|
634
646
|
type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.FooterMethod<import("vxe-table").VxeTableDataRow>>;
|
|
635
647
|
};
|
|
@@ -731,9 +743,6 @@ export declare const VftTable: import("vft/es/utils").SFCWithInstall<{
|
|
|
731
743
|
checkboxConfig: {
|
|
732
744
|
type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.CheckboxConfig<import("vxe-table").VxeTableDataRow>>;
|
|
733
745
|
};
|
|
734
|
-
tooltipConfig: {
|
|
735
|
-
type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.TooltipConfig<import("vxe-table").VxeTableDataRow>>;
|
|
736
|
-
};
|
|
737
746
|
exportConfig: {
|
|
738
747
|
type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.ExportConfig>;
|
|
739
748
|
};
|
|
@@ -770,9 +779,6 @@ export declare const VftTable: import("vft/es/utils").SFCWithInstall<{
|
|
|
770
779
|
editConfig: {
|
|
771
780
|
type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.EditConfig<import("vxe-table").VxeTableDataRow>>;
|
|
772
781
|
};
|
|
773
|
-
validConfig: {
|
|
774
|
-
type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.ValidConfig>;
|
|
775
|
-
};
|
|
776
782
|
editRules: {
|
|
777
783
|
type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.EditRules<import("vxe-table").VxeTableDataRow>>;
|
|
778
784
|
};
|
|
@@ -785,9 +791,6 @@ export declare const VftTable: import("vft/es/utils").SFCWithInstall<{
|
|
|
785
791
|
loadingConfig: {
|
|
786
792
|
type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.LoadingConfig>;
|
|
787
793
|
};
|
|
788
|
-
resizable: {
|
|
789
|
-
type: globalThis.PropType<boolean>;
|
|
790
|
-
};
|
|
791
794
|
highlightCurrentRow: {
|
|
792
795
|
type: globalThis.PropType<boolean>;
|
|
793
796
|
};
|
|
@@ -806,9 +809,6 @@ export declare const VftTable: import("vft/es/utils").SFCWithInstall<{
|
|
|
806
809
|
rowId: {
|
|
807
810
|
type: globalThis.PropType<string>;
|
|
808
811
|
};
|
|
809
|
-
animat: {
|
|
810
|
-
type: globalThis.PropType<boolean>;
|
|
811
|
-
};
|
|
812
812
|
delayHover: {
|
|
813
813
|
type: globalThis.PropType<number>;
|
|
814
814
|
};
|
|
@@ -857,7 +857,7 @@ export declare const VftTable: import("vft/es/utils").SFCWithInstall<{
|
|
|
857
857
|
default: boolean;
|
|
858
858
|
};
|
|
859
859
|
afterFetch: {
|
|
860
|
-
type: globalThis.PropType<(params: any) => import("
|
|
860
|
+
type: globalThis.PropType<(params: any) => import("vft/es/components/types.ts").Recordable[]>;
|
|
861
861
|
};
|
|
862
862
|
transformParams: {
|
|
863
863
|
type: globalThis.PropType<boolean>;
|
|
@@ -871,7 +871,7 @@ export declare const VftTable: import("vft/es/utils").SFCWithInstall<{
|
|
|
871
871
|
default: number;
|
|
872
872
|
};
|
|
873
873
|
formOptions: {
|
|
874
|
-
type: globalThis.PropType<import("
|
|
874
|
+
type: globalThis.PropType<import("vft/es/components/index.ts").SuperFormProps & {
|
|
875
875
|
showActionForm?: boolean | undefined;
|
|
876
876
|
addSearchAllSchema?: boolean | undefined;
|
|
877
877
|
}>;
|
|
@@ -887,7 +887,7 @@ export declare const VftTable: import("vft/es/utils").SFCWithInstall<{
|
|
|
887
887
|
"onCurrent-change"?: ((...args: any[]) => any) | undefined;
|
|
888
888
|
onRegister?: ((...args: any[]) => any) | undefined;
|
|
889
889
|
onZoom?: ((...args: any[]) => any) | undefined;
|
|
890
|
-
|
|
890
|
+
onCustom?: ((...args: any[]) => any) | undefined;
|
|
891
891
|
"onUpdate:data"?: ((...args: any[]) => any) | undefined;
|
|
892
892
|
"onKeydown-start"?: ((...args: any[]) => any) | undefined;
|
|
893
893
|
"onKeydown-end"?: ((...args: any[]) => any) | undefined;
|
|
@@ -923,7 +923,6 @@ export declare const VftTable: import("vft/es/utils").SFCWithInstall<{
|
|
|
923
923
|
"onEdit-actived"?: ((...args: any[]) => any) | undefined;
|
|
924
924
|
"onEdit-disabled"?: ((...args: any[]) => any) | undefined;
|
|
925
925
|
"onValid-error"?: ((...args: any[]) => any) | undefined;
|
|
926
|
-
onCustom?: ((...args: any[]) => any) | undefined;
|
|
927
926
|
"onChange-fnr"?: ((...args: any[]) => any) | undefined;
|
|
928
927
|
"onOpen-fnr"?: ((...args: any[]) => any) | undefined;
|
|
929
928
|
"onFnr-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -949,11 +948,10 @@ export declare const VftTable: import("vft/es/utils").SFCWithInstall<{
|
|
|
949
948
|
"onCell-area-arrows-end"?: ((...args: any[]) => any) | undefined;
|
|
950
949
|
"onActive-cell-change-start"?: ((...args: any[]) => any) | undefined;
|
|
951
950
|
"onActive-cell-change-end"?: ((...args: any[]) => any) | undefined;
|
|
952
|
-
"onForm-submit"?: ((...args: any[]) => any) | undefined;
|
|
953
|
-
"onForm-reset"?: ((...args: any[]) => any) | undefined;
|
|
954
|
-
"onUpdate:page-num"?: ((...args: any[]) => any) | undefined;
|
|
955
951
|
"onPage-change"?: ((...args: any[]) => any) | undefined;
|
|
952
|
+
"onForm-submit"?: ((...args: any[]) => any) | undefined;
|
|
956
953
|
"onForm-submit-invalid"?: ((...args: any[]) => any) | undefined;
|
|
954
|
+
"onForm-reset"?: ((...args: any[]) => any) | undefined;
|
|
957
955
|
"onForm-collapse"?: ((...args: any[]) => any) | undefined;
|
|
958
956
|
"onForm-toggle-collapse"?: ((...args: any[]) => any) | undefined;
|
|
959
957
|
"onProxy-query"?: ((...args: any[]) => any) | undefined;
|
|
@@ -961,6 +959,8 @@ export declare const VftTable: import("vft/es/utils").SFCWithInstall<{
|
|
|
961
959
|
"onProxy-save"?: ((...args: any[]) => any) | undefined;
|
|
962
960
|
"onToolbar-button-click"?: ((...args: any[]) => any) | undefined;
|
|
963
961
|
"onToolbar-tool-click"?: ((...args: any[]) => any) | undefined;
|
|
962
|
+
"onFetch-success"?: ((...args: any[]) => any) | undefined;
|
|
963
|
+
"onUpdate:page-num"?: ((...args: any[]) => any) | undefined;
|
|
964
964
|
}, {
|
|
965
965
|
border: import("vxe-table").VxeTablePropTypes.Border;
|
|
966
966
|
immediate: boolean;
|
|
@@ -968,9 +968,9 @@ export declare const VftTable: import("vft/es/utils").SFCWithInstall<{
|
|
|
968
968
|
loading: boolean;
|
|
969
969
|
autoResize: boolean;
|
|
970
970
|
pageSize: number;
|
|
971
|
+
showHeader: boolean;
|
|
971
972
|
stripe: boolean;
|
|
972
973
|
headerAlign: import("vxe-table").VxeTablePropTypes.Align;
|
|
973
|
-
showHeader: boolean;
|
|
974
974
|
columnConfig: import("vxe-table").VxeTablePropTypes.ColumnConfig;
|
|
975
975
|
rowConfig: import("vxe-table").VxeTablePropTypes.RowConfig;
|
|
976
976
|
pagerConfig: import("vxe-table").VxeGridPropTypes.PagerConfig;
|
|
@@ -1057,7 +1057,7 @@ export declare const VftTable: import("vft/es/utils").SFCWithInstall<{
|
|
|
1057
1057
|
type: globalThis.PropType<boolean>;
|
|
1058
1058
|
};
|
|
1059
1059
|
pagination: {
|
|
1060
|
-
type: globalThis.PropType<Partial<import("
|
|
1060
|
+
type: globalThis.PropType<Partial<import("vft/es/components/index.ts").PaginationProps> & {
|
|
1061
1061
|
pagePlacement?: "bottom-left" | "bottom-right" | "top-left" | "top-right" | undefined;
|
|
1062
1062
|
}>;
|
|
1063
1063
|
};
|
|
@@ -1068,6 +1068,25 @@ export declare const VftTable: import("vft/es/utils").SFCWithInstall<{
|
|
|
1068
1068
|
type: globalThis.PropType<number>;
|
|
1069
1069
|
default: number;
|
|
1070
1070
|
};
|
|
1071
|
+
showHeader: {
|
|
1072
|
+
type: globalThis.PropType<boolean>;
|
|
1073
|
+
default: boolean;
|
|
1074
|
+
};
|
|
1075
|
+
showFooter: {
|
|
1076
|
+
type: globalThis.PropType<boolean>;
|
|
1077
|
+
};
|
|
1078
|
+
animat: {
|
|
1079
|
+
type: globalThis.PropType<boolean>;
|
|
1080
|
+
};
|
|
1081
|
+
validConfig: {
|
|
1082
|
+
type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.ValidConfig>;
|
|
1083
|
+
};
|
|
1084
|
+
tooltipConfig: {
|
|
1085
|
+
type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.TooltipConfig<import("vxe-table").VxeTableDataRow>>;
|
|
1086
|
+
};
|
|
1087
|
+
resizable: {
|
|
1088
|
+
type: globalThis.PropType<boolean>;
|
|
1089
|
+
};
|
|
1071
1090
|
stripe: {
|
|
1072
1091
|
type: globalThis.PropType<boolean>;
|
|
1073
1092
|
default: boolean;
|
|
@@ -1079,13 +1098,6 @@ export declare const VftTable: import("vft/es/utils").SFCWithInstall<{
|
|
|
1079
1098
|
footerAlign: {
|
|
1080
1099
|
type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.Align>;
|
|
1081
1100
|
};
|
|
1082
|
-
showHeader: {
|
|
1083
|
-
type: globalThis.PropType<boolean>;
|
|
1084
|
-
default: boolean;
|
|
1085
|
-
};
|
|
1086
|
-
showFooter: {
|
|
1087
|
-
type: globalThis.PropType<boolean>;
|
|
1088
|
-
};
|
|
1089
1101
|
footerMethod: {
|
|
1090
1102
|
type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.FooterMethod<import("vxe-table").VxeTableDataRow>>;
|
|
1091
1103
|
};
|
|
@@ -1187,9 +1199,6 @@ export declare const VftTable: import("vft/es/utils").SFCWithInstall<{
|
|
|
1187
1199
|
checkboxConfig: {
|
|
1188
1200
|
type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.CheckboxConfig<import("vxe-table").VxeTableDataRow>>;
|
|
1189
1201
|
};
|
|
1190
|
-
tooltipConfig: {
|
|
1191
|
-
type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.TooltipConfig<import("vxe-table").VxeTableDataRow>>;
|
|
1192
|
-
};
|
|
1193
1202
|
exportConfig: {
|
|
1194
1203
|
type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.ExportConfig>;
|
|
1195
1204
|
};
|
|
@@ -1226,9 +1235,6 @@ export declare const VftTable: import("vft/es/utils").SFCWithInstall<{
|
|
|
1226
1235
|
editConfig: {
|
|
1227
1236
|
type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.EditConfig<import("vxe-table").VxeTableDataRow>>;
|
|
1228
1237
|
};
|
|
1229
|
-
validConfig: {
|
|
1230
|
-
type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.ValidConfig>;
|
|
1231
|
-
};
|
|
1232
1238
|
editRules: {
|
|
1233
1239
|
type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.EditRules<import("vxe-table").VxeTableDataRow>>;
|
|
1234
1240
|
};
|
|
@@ -1241,9 +1247,6 @@ export declare const VftTable: import("vft/es/utils").SFCWithInstall<{
|
|
|
1241
1247
|
loadingConfig: {
|
|
1242
1248
|
type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.LoadingConfig>;
|
|
1243
1249
|
};
|
|
1244
|
-
resizable: {
|
|
1245
|
-
type: globalThis.PropType<boolean>;
|
|
1246
|
-
};
|
|
1247
1250
|
highlightCurrentRow: {
|
|
1248
1251
|
type: globalThis.PropType<boolean>;
|
|
1249
1252
|
};
|
|
@@ -1262,9 +1265,6 @@ export declare const VftTable: import("vft/es/utils").SFCWithInstall<{
|
|
|
1262
1265
|
rowId: {
|
|
1263
1266
|
type: globalThis.PropType<string>;
|
|
1264
1267
|
};
|
|
1265
|
-
animat: {
|
|
1266
|
-
type: globalThis.PropType<boolean>;
|
|
1267
|
-
};
|
|
1268
1268
|
delayHover: {
|
|
1269
1269
|
type: globalThis.PropType<number>;
|
|
1270
1270
|
};
|
|
@@ -1313,7 +1313,7 @@ export declare const VftTable: import("vft/es/utils").SFCWithInstall<{
|
|
|
1313
1313
|
default: boolean;
|
|
1314
1314
|
};
|
|
1315
1315
|
afterFetch: {
|
|
1316
|
-
type: globalThis.PropType<(params: any) => import("
|
|
1316
|
+
type: globalThis.PropType<(params: any) => import("vft/es/components/types.ts").Recordable[]>;
|
|
1317
1317
|
};
|
|
1318
1318
|
transformParams: {
|
|
1319
1319
|
type: globalThis.PropType<boolean>;
|
|
@@ -1327,7 +1327,7 @@ export declare const VftTable: import("vft/es/utils").SFCWithInstall<{
|
|
|
1327
1327
|
default: number;
|
|
1328
1328
|
};
|
|
1329
1329
|
formOptions: {
|
|
1330
|
-
type: globalThis.PropType<import("
|
|
1330
|
+
type: globalThis.PropType<import("vft/es/components/index.ts").SuperFormProps & {
|
|
1331
1331
|
showActionForm?: boolean | undefined;
|
|
1332
1332
|
addSearchAllSchema?: boolean | undefined;
|
|
1333
1333
|
}>;
|
|
@@ -1343,7 +1343,7 @@ export declare const VftTable: import("vft/es/utils").SFCWithInstall<{
|
|
|
1343
1343
|
"onCurrent-change"?: ((...args: any[]) => any) | undefined;
|
|
1344
1344
|
onRegister?: ((...args: any[]) => any) | undefined;
|
|
1345
1345
|
onZoom?: ((...args: any[]) => any) | undefined;
|
|
1346
|
-
|
|
1346
|
+
onCustom?: ((...args: any[]) => any) | undefined;
|
|
1347
1347
|
"onUpdate:data"?: ((...args: any[]) => any) | undefined;
|
|
1348
1348
|
"onKeydown-start"?: ((...args: any[]) => any) | undefined;
|
|
1349
1349
|
"onKeydown-end"?: ((...args: any[]) => any) | undefined;
|
|
@@ -1379,7 +1379,6 @@ export declare const VftTable: import("vft/es/utils").SFCWithInstall<{
|
|
|
1379
1379
|
"onEdit-actived"?: ((...args: any[]) => any) | undefined;
|
|
1380
1380
|
"onEdit-disabled"?: ((...args: any[]) => any) | undefined;
|
|
1381
1381
|
"onValid-error"?: ((...args: any[]) => any) | undefined;
|
|
1382
|
-
onCustom?: ((...args: any[]) => any) | undefined;
|
|
1383
1382
|
"onChange-fnr"?: ((...args: any[]) => any) | undefined;
|
|
1384
1383
|
"onOpen-fnr"?: ((...args: any[]) => any) | undefined;
|
|
1385
1384
|
"onFnr-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -1405,11 +1404,10 @@ export declare const VftTable: import("vft/es/utils").SFCWithInstall<{
|
|
|
1405
1404
|
"onCell-area-arrows-end"?: ((...args: any[]) => any) | undefined;
|
|
1406
1405
|
"onActive-cell-change-start"?: ((...args: any[]) => any) | undefined;
|
|
1407
1406
|
"onActive-cell-change-end"?: ((...args: any[]) => any) | undefined;
|
|
1408
|
-
"onForm-submit"?: ((...args: any[]) => any) | undefined;
|
|
1409
|
-
"onForm-reset"?: ((...args: any[]) => any) | undefined;
|
|
1410
|
-
"onUpdate:page-num"?: ((...args: any[]) => any) | undefined;
|
|
1411
1407
|
"onPage-change"?: ((...args: any[]) => any) | undefined;
|
|
1408
|
+
"onForm-submit"?: ((...args: any[]) => any) | undefined;
|
|
1412
1409
|
"onForm-submit-invalid"?: ((...args: any[]) => any) | undefined;
|
|
1410
|
+
"onForm-reset"?: ((...args: any[]) => any) | undefined;
|
|
1413
1411
|
"onForm-collapse"?: ((...args: any[]) => any) | undefined;
|
|
1414
1412
|
"onForm-toggle-collapse"?: ((...args: any[]) => any) | undefined;
|
|
1415
1413
|
"onProxy-query"?: ((...args: any[]) => any) | undefined;
|
|
@@ -1417,11 +1415,13 @@ export declare const VftTable: import("vft/es/utils").SFCWithInstall<{
|
|
|
1417
1415
|
"onProxy-save"?: ((...args: any[]) => any) | undefined;
|
|
1418
1416
|
"onToolbar-button-click"?: ((...args: any[]) => any) | undefined;
|
|
1419
1417
|
"onToolbar-tool-click"?: ((...args: any[]) => any) | undefined;
|
|
1418
|
+
"onFetch-success"?: ((...args: any[]) => any) | undefined;
|
|
1419
|
+
"onUpdate:page-num"?: ((...args: any[]) => any) | undefined;
|
|
1420
1420
|
}, {
|
|
1421
|
-
setPagination: (info: Partial<import("
|
|
1422
|
-
emit: (event: "change" | "zoom" | "copy" | "cut" | "keydown" | "paste" | "scroll" | "update:page-size" | "current-change" | "
|
|
1421
|
+
setPagination: (info: Partial<import("vft/es/components/index.ts").PaginationProps>) => void;
|
|
1422
|
+
emit: (event: "change" | "zoom" | "copy" | "cut" | "keydown" | "paste" | "scroll" | "update:page-size" | "current-change" | "custom" | "update:data" | "keydown-start" | "keydown-end" | "radio-change" | "checkbox-change" | "checkbox-all" | "checkbox-range-start" | "checkbox-range-change" | "checkbox-range-end" | "cell-click" | "cell-dblclick" | "cell-menu" | "cell-mouseenter" | "cell-mouseleave" | "cell-selected" | "header-cell-click" | "header-cell-dblclick" | "header-cell-menu" | "footer-cell-click" | "footer-cell-dblclick" | "footer-cell-menu" | "clear-merge" | "sort-change" | "clear-sort" | "filter-change" | "filter-visible" | "clear-filter" | "resizable-change" | "toggle-row-expand" | "toggle-tree-expand" | "menu-click" | "edit-closed" | "edit-actived" | "edit-disabled" | "valid-error" | "change-fnr" | "open-fnr" | "fnr-change" | "fnr-find" | "fnr-find-all" | "fnr-replace" | "fnr-replace-all" | "cell-area-copy" | "cell-area-cut" | "cell-area-paste" | "cell-area-merge" | "clear-cell-area-merge" | "header-cell-area-selection" | "cell-area-selection-start" | "cell-area-selection-drag" | "cell-area-selection-end" | "cell-area-extension-start" | "cell-area-extension-drag" | "cell-area-extension-end" | "cell-area-selection-all-start" | "cell-area-selection-all-end" | "cell-area-arrows-start" | "cell-area-arrows-end" | "active-cell-change-start" | "active-cell-change-end" | "page-change" | "form-submit" | "form-submit-invalid" | "form-reset" | "form-collapse" | "form-toggle-collapse" | "proxy-query" | "proxy-delete" | "proxy-save" | "toolbar-button-click" | "toolbar-tool-click" | "register" | "fetch-success" | "update:page-num", ...args: any[]) => void;
|
|
1423
1423
|
setProps: (props: Partial<import("./types").TableProps>) => void;
|
|
1424
|
-
reload: (opt?: any) => Promise<
|
|
1424
|
+
reload: (opt?: any) => Promise<Recordable[] | undefined>;
|
|
1425
1425
|
getShowPagination: () => boolean;
|
|
1426
1426
|
deleteTableDataRecord: (row: any, rowKey: any) => void;
|
|
1427
1427
|
insertTableDataRecord: (record: any, index?: number) => Recordable[] | undefined;
|
|
@@ -1441,9 +1441,9 @@ export declare const VftTable: import("vft/es/utils").SFCWithInstall<{
|
|
|
1441
1441
|
loading: boolean;
|
|
1442
1442
|
autoResize: boolean;
|
|
1443
1443
|
pageSize: number;
|
|
1444
|
+
showHeader: boolean;
|
|
1444
1445
|
stripe: boolean;
|
|
1445
1446
|
headerAlign: import("vxe-table").VxeTablePropTypes.Align;
|
|
1446
|
-
showHeader: boolean;
|
|
1447
1447
|
columnConfig: import("vxe-table").VxeTablePropTypes.ColumnConfig;
|
|
1448
1448
|
rowConfig: import("vxe-table").VxeTablePropTypes.RowConfig;
|
|
1449
1449
|
pagerConfig: import("vxe-table").VxeGridPropTypes.PagerConfig;
|
|
@@ -1527,7 +1527,7 @@ export declare const VftTable: import("vft/es/utils").SFCWithInstall<{
|
|
|
1527
1527
|
type: globalThis.PropType<boolean>;
|
|
1528
1528
|
};
|
|
1529
1529
|
pagination: {
|
|
1530
|
-
type: globalThis.PropType<Partial<import("
|
|
1530
|
+
type: globalThis.PropType<Partial<import("vft/es/components/index.ts").PaginationProps> & {
|
|
1531
1531
|
pagePlacement?: "bottom-left" | "bottom-right" | "top-left" | "top-right" | undefined;
|
|
1532
1532
|
}>;
|
|
1533
1533
|
};
|
|
@@ -1538,6 +1538,25 @@ export declare const VftTable: import("vft/es/utils").SFCWithInstall<{
|
|
|
1538
1538
|
type: globalThis.PropType<number>;
|
|
1539
1539
|
default: number;
|
|
1540
1540
|
};
|
|
1541
|
+
showHeader: {
|
|
1542
|
+
type: globalThis.PropType<boolean>;
|
|
1543
|
+
default: boolean;
|
|
1544
|
+
};
|
|
1545
|
+
showFooter: {
|
|
1546
|
+
type: globalThis.PropType<boolean>;
|
|
1547
|
+
};
|
|
1548
|
+
animat: {
|
|
1549
|
+
type: globalThis.PropType<boolean>;
|
|
1550
|
+
};
|
|
1551
|
+
validConfig: {
|
|
1552
|
+
type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.ValidConfig>;
|
|
1553
|
+
};
|
|
1554
|
+
tooltipConfig: {
|
|
1555
|
+
type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.TooltipConfig<import("vxe-table").VxeTableDataRow>>;
|
|
1556
|
+
};
|
|
1557
|
+
resizable: {
|
|
1558
|
+
type: globalThis.PropType<boolean>;
|
|
1559
|
+
};
|
|
1541
1560
|
stripe: {
|
|
1542
1561
|
type: globalThis.PropType<boolean>;
|
|
1543
1562
|
default: boolean;
|
|
@@ -1549,13 +1568,6 @@ export declare const VftTable: import("vft/es/utils").SFCWithInstall<{
|
|
|
1549
1568
|
footerAlign: {
|
|
1550
1569
|
type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.Align>;
|
|
1551
1570
|
};
|
|
1552
|
-
showHeader: {
|
|
1553
|
-
type: globalThis.PropType<boolean>;
|
|
1554
|
-
default: boolean;
|
|
1555
|
-
};
|
|
1556
|
-
showFooter: {
|
|
1557
|
-
type: globalThis.PropType<boolean>;
|
|
1558
|
-
};
|
|
1559
1571
|
footerMethod: {
|
|
1560
1572
|
type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.FooterMethod<import("vxe-table").VxeTableDataRow>>;
|
|
1561
1573
|
};
|
|
@@ -1657,9 +1669,6 @@ export declare const VftTable: import("vft/es/utils").SFCWithInstall<{
|
|
|
1657
1669
|
checkboxConfig: {
|
|
1658
1670
|
type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.CheckboxConfig<import("vxe-table").VxeTableDataRow>>;
|
|
1659
1671
|
};
|
|
1660
|
-
tooltipConfig: {
|
|
1661
|
-
type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.TooltipConfig<import("vxe-table").VxeTableDataRow>>;
|
|
1662
|
-
};
|
|
1663
1672
|
exportConfig: {
|
|
1664
1673
|
type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.ExportConfig>;
|
|
1665
1674
|
};
|
|
@@ -1696,9 +1705,6 @@ export declare const VftTable: import("vft/es/utils").SFCWithInstall<{
|
|
|
1696
1705
|
editConfig: {
|
|
1697
1706
|
type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.EditConfig<import("vxe-table").VxeTableDataRow>>;
|
|
1698
1707
|
};
|
|
1699
|
-
validConfig: {
|
|
1700
|
-
type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.ValidConfig>;
|
|
1701
|
-
};
|
|
1702
1708
|
editRules: {
|
|
1703
1709
|
type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.EditRules<import("vxe-table").VxeTableDataRow>>;
|
|
1704
1710
|
};
|
|
@@ -1711,9 +1717,6 @@ export declare const VftTable: import("vft/es/utils").SFCWithInstall<{
|
|
|
1711
1717
|
loadingConfig: {
|
|
1712
1718
|
type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.LoadingConfig>;
|
|
1713
1719
|
};
|
|
1714
|
-
resizable: {
|
|
1715
|
-
type: globalThis.PropType<boolean>;
|
|
1716
|
-
};
|
|
1717
1720
|
highlightCurrentRow: {
|
|
1718
1721
|
type: globalThis.PropType<boolean>;
|
|
1719
1722
|
};
|
|
@@ -1732,9 +1735,6 @@ export declare const VftTable: import("vft/es/utils").SFCWithInstall<{
|
|
|
1732
1735
|
rowId: {
|
|
1733
1736
|
type: globalThis.PropType<string>;
|
|
1734
1737
|
};
|
|
1735
|
-
animat: {
|
|
1736
|
-
type: globalThis.PropType<boolean>;
|
|
1737
|
-
};
|
|
1738
1738
|
delayHover: {
|
|
1739
1739
|
type: globalThis.PropType<number>;
|
|
1740
1740
|
};
|
|
@@ -1783,7 +1783,7 @@ export declare const VftTable: import("vft/es/utils").SFCWithInstall<{
|
|
|
1783
1783
|
default: boolean;
|
|
1784
1784
|
};
|
|
1785
1785
|
afterFetch: {
|
|
1786
|
-
type: globalThis.PropType<(params: any) => import("
|
|
1786
|
+
type: globalThis.PropType<(params: any) => import("vft/es/components/types.ts").Recordable[]>;
|
|
1787
1787
|
};
|
|
1788
1788
|
transformParams: {
|
|
1789
1789
|
type: globalThis.PropType<boolean>;
|
|
@@ -1797,7 +1797,7 @@ export declare const VftTable: import("vft/es/utils").SFCWithInstall<{
|
|
|
1797
1797
|
default: number;
|
|
1798
1798
|
};
|
|
1799
1799
|
formOptions: {
|
|
1800
|
-
type: globalThis.PropType<import("
|
|
1800
|
+
type: globalThis.PropType<import("vft/es/components/index.ts").SuperFormProps & {
|
|
1801
1801
|
showActionForm?: boolean | undefined;
|
|
1802
1802
|
addSearchAllSchema?: boolean | undefined;
|
|
1803
1803
|
}>;
|
|
@@ -1813,7 +1813,7 @@ export declare const VftTable: import("vft/es/utils").SFCWithInstall<{
|
|
|
1813
1813
|
"onCurrent-change"?: ((...args: any[]) => any) | undefined;
|
|
1814
1814
|
onRegister?: ((...args: any[]) => any) | undefined;
|
|
1815
1815
|
onZoom?: ((...args: any[]) => any) | undefined;
|
|
1816
|
-
|
|
1816
|
+
onCustom?: ((...args: any[]) => any) | undefined;
|
|
1817
1817
|
"onUpdate:data"?: ((...args: any[]) => any) | undefined;
|
|
1818
1818
|
"onKeydown-start"?: ((...args: any[]) => any) | undefined;
|
|
1819
1819
|
"onKeydown-end"?: ((...args: any[]) => any) | undefined;
|
|
@@ -1849,7 +1849,6 @@ export declare const VftTable: import("vft/es/utils").SFCWithInstall<{
|
|
|
1849
1849
|
"onEdit-actived"?: ((...args: any[]) => any) | undefined;
|
|
1850
1850
|
"onEdit-disabled"?: ((...args: any[]) => any) | undefined;
|
|
1851
1851
|
"onValid-error"?: ((...args: any[]) => any) | undefined;
|
|
1852
|
-
onCustom?: ((...args: any[]) => any) | undefined;
|
|
1853
1852
|
"onChange-fnr"?: ((...args: any[]) => any) | undefined;
|
|
1854
1853
|
"onOpen-fnr"?: ((...args: any[]) => any) | undefined;
|
|
1855
1854
|
"onFnr-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -1875,11 +1874,10 @@ export declare const VftTable: import("vft/es/utils").SFCWithInstall<{
|
|
|
1875
1874
|
"onCell-area-arrows-end"?: ((...args: any[]) => any) | undefined;
|
|
1876
1875
|
"onActive-cell-change-start"?: ((...args: any[]) => any) | undefined;
|
|
1877
1876
|
"onActive-cell-change-end"?: ((...args: any[]) => any) | undefined;
|
|
1878
|
-
"onForm-submit"?: ((...args: any[]) => any) | undefined;
|
|
1879
|
-
"onForm-reset"?: ((...args: any[]) => any) | undefined;
|
|
1880
|
-
"onUpdate:page-num"?: ((...args: any[]) => any) | undefined;
|
|
1881
1877
|
"onPage-change"?: ((...args: any[]) => any) | undefined;
|
|
1878
|
+
"onForm-submit"?: ((...args: any[]) => any) | undefined;
|
|
1882
1879
|
"onForm-submit-invalid"?: ((...args: any[]) => any) | undefined;
|
|
1880
|
+
"onForm-reset"?: ((...args: any[]) => any) | undefined;
|
|
1883
1881
|
"onForm-collapse"?: ((...args: any[]) => any) | undefined;
|
|
1884
1882
|
"onForm-toggle-collapse"?: ((...args: any[]) => any) | undefined;
|
|
1885
1883
|
"onProxy-query"?: ((...args: any[]) => any) | undefined;
|
|
@@ -1887,11 +1885,13 @@ export declare const VftTable: import("vft/es/utils").SFCWithInstall<{
|
|
|
1887
1885
|
"onProxy-save"?: ((...args: any[]) => any) | undefined;
|
|
1888
1886
|
"onToolbar-button-click"?: ((...args: any[]) => any) | undefined;
|
|
1889
1887
|
"onToolbar-tool-click"?: ((...args: any[]) => any) | undefined;
|
|
1888
|
+
"onFetch-success"?: ((...args: any[]) => any) | undefined;
|
|
1889
|
+
"onUpdate:page-num"?: ((...args: any[]) => any) | undefined;
|
|
1890
1890
|
}, {
|
|
1891
|
-
setPagination: (info: Partial<import("
|
|
1892
|
-
emit: (event: "change" | "zoom" | "copy" | "cut" | "keydown" | "paste" | "scroll" | "update:page-size" | "current-change" | "
|
|
1891
|
+
setPagination: (info: Partial<import("vft/es/components/index.ts").PaginationProps>) => void;
|
|
1892
|
+
emit: (event: "change" | "zoom" | "copy" | "cut" | "keydown" | "paste" | "scroll" | "update:page-size" | "current-change" | "custom" | "update:data" | "keydown-start" | "keydown-end" | "radio-change" | "checkbox-change" | "checkbox-all" | "checkbox-range-start" | "checkbox-range-change" | "checkbox-range-end" | "cell-click" | "cell-dblclick" | "cell-menu" | "cell-mouseenter" | "cell-mouseleave" | "cell-selected" | "header-cell-click" | "header-cell-dblclick" | "header-cell-menu" | "footer-cell-click" | "footer-cell-dblclick" | "footer-cell-menu" | "clear-merge" | "sort-change" | "clear-sort" | "filter-change" | "filter-visible" | "clear-filter" | "resizable-change" | "toggle-row-expand" | "toggle-tree-expand" | "menu-click" | "edit-closed" | "edit-actived" | "edit-disabled" | "valid-error" | "change-fnr" | "open-fnr" | "fnr-change" | "fnr-find" | "fnr-find-all" | "fnr-replace" | "fnr-replace-all" | "cell-area-copy" | "cell-area-cut" | "cell-area-paste" | "cell-area-merge" | "clear-cell-area-merge" | "header-cell-area-selection" | "cell-area-selection-start" | "cell-area-selection-drag" | "cell-area-selection-end" | "cell-area-extension-start" | "cell-area-extension-drag" | "cell-area-extension-end" | "cell-area-selection-all-start" | "cell-area-selection-all-end" | "cell-area-arrows-start" | "cell-area-arrows-end" | "active-cell-change-start" | "active-cell-change-end" | "page-change" | "form-submit" | "form-submit-invalid" | "form-reset" | "form-collapse" | "form-toggle-collapse" | "proxy-query" | "proxy-delete" | "proxy-save" | "toolbar-button-click" | "toolbar-tool-click" | "register" | "fetch-success" | "update:page-num", ...args: any[]) => void;
|
|
1893
1893
|
setProps: (props: Partial<import("./types").TableProps>) => void;
|
|
1894
|
-
reload: (opt?: any) => Promise<
|
|
1894
|
+
reload: (opt?: any) => Promise<Recordable[] | undefined>;
|
|
1895
1895
|
getShowPagination: () => boolean;
|
|
1896
1896
|
deleteTableDataRecord: (row: any, rowKey: any) => void;
|
|
1897
1897
|
insertTableDataRecord: (record: any, index?: number) => Recordable[] | undefined;
|
|
@@ -1914,8 +1914,7 @@ export declare const VftTable: import("vft/es/utils").SFCWithInstall<{
|
|
|
1914
1914
|
scroll: (...args: any[]) => void;
|
|
1915
1915
|
"update:page-size": (...args: any[]) => void;
|
|
1916
1916
|
"current-change": (...args: any[]) => void;
|
|
1917
|
-
|
|
1918
|
-
"fetch-success": (...args: any[]) => void;
|
|
1917
|
+
custom: (...args: any[]) => void;
|
|
1919
1918
|
"update:data": (...args: any[]) => void;
|
|
1920
1919
|
"keydown-start": (...args: any[]) => void;
|
|
1921
1920
|
"keydown-end": (...args: any[]) => void;
|
|
@@ -1951,7 +1950,6 @@ export declare const VftTable: import("vft/es/utils").SFCWithInstall<{
|
|
|
1951
1950
|
"edit-actived": (...args: any[]) => void;
|
|
1952
1951
|
"edit-disabled": (...args: any[]) => void;
|
|
1953
1952
|
"valid-error": (...args: any[]) => void;
|
|
1954
|
-
custom: (...args: any[]) => void;
|
|
1955
1953
|
"change-fnr": (...args: any[]) => void;
|
|
1956
1954
|
"open-fnr": (...args: any[]) => void;
|
|
1957
1955
|
"fnr-change": (...args: any[]) => void;
|
|
@@ -1977,11 +1975,10 @@ export declare const VftTable: import("vft/es/utils").SFCWithInstall<{
|
|
|
1977
1975
|
"cell-area-arrows-end": (...args: any[]) => void;
|
|
1978
1976
|
"active-cell-change-start": (...args: any[]) => void;
|
|
1979
1977
|
"active-cell-change-end": (...args: any[]) => void;
|
|
1980
|
-
"form-submit": (...args: any[]) => void;
|
|
1981
|
-
"form-reset": (...args: any[]) => void;
|
|
1982
|
-
"update:page-num": (...args: any[]) => void;
|
|
1983
1978
|
"page-change": (...args: any[]) => void;
|
|
1979
|
+
"form-submit": (...args: any[]) => void;
|
|
1984
1980
|
"form-submit-invalid": (...args: any[]) => void;
|
|
1981
|
+
"form-reset": (...args: any[]) => void;
|
|
1985
1982
|
"form-collapse": (...args: any[]) => void;
|
|
1986
1983
|
"form-toggle-collapse": (...args: any[]) => void;
|
|
1987
1984
|
"proxy-query": (...args: any[]) => void;
|
|
@@ -1989,6 +1986,9 @@ export declare const VftTable: import("vft/es/utils").SFCWithInstall<{
|
|
|
1989
1986
|
"proxy-save": (...args: any[]) => void;
|
|
1990
1987
|
"toolbar-button-click": (...args: any[]) => void;
|
|
1991
1988
|
"toolbar-tool-click": (...args: any[]) => void;
|
|
1989
|
+
register: (...args: any[]) => void;
|
|
1990
|
+
"fetch-success": (...args: any[]) => void;
|
|
1991
|
+
"update:page-num": (...args: any[]) => void;
|
|
1992
1992
|
}, string, {
|
|
1993
1993
|
border: import("vxe-table").VxeTablePropTypes.Border;
|
|
1994
1994
|
immediate: boolean;
|
|
@@ -1996,9 +1996,9 @@ export declare const VftTable: import("vft/es/utils").SFCWithInstall<{
|
|
|
1996
1996
|
loading: boolean;
|
|
1997
1997
|
autoResize: boolean;
|
|
1998
1998
|
pageSize: number;
|
|
1999
|
+
showHeader: boolean;
|
|
1999
2000
|
stripe: boolean;
|
|
2000
2001
|
headerAlign: import("vxe-table").VxeTablePropTypes.Align;
|
|
2001
|
-
showHeader: boolean;
|
|
2002
2002
|
columnConfig: import("vxe-table").VxeTablePropTypes.ColumnConfig;
|
|
2003
2003
|
rowConfig: import("vxe-table").VxeTablePropTypes.RowConfig;
|
|
2004
2004
|
pagerConfig: import("vxe-table").VxeGridPropTypes.PagerConfig;
|