@qqt-product/ui 0.0.12 → 0.0.14

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 (192) hide show
  1. package/dist/index.es.js +56339 -59301
  2. package/dist/index.umd.js +15222 -56
  3. package/dist/lib/components/breadcrumb/index.d.ts +10 -0
  4. package/dist/lib/components/breadcrumb/src/breadcrumb.vue.d.ts +7 -0
  5. package/dist/lib/components/card-list-layout/index.d.ts +147 -0
  6. package/dist/lib/components/card-list-layout/src/card-content.vue.d.ts +70 -0
  7. package/dist/lib/components/card-list-layout/src/cardItem.vue.d.ts +79 -0
  8. package/dist/lib/components/card-list-layout/src/index.vue.d.ts +144 -0
  9. package/dist/lib/components/card-list-layout/src/sidebar.vue.d.ts +30 -0
  10. package/dist/lib/components/card-list-layout/src/types.d.ts +41 -0
  11. package/dist/lib/components/cascader/index.d.ts +43 -55
  12. package/dist/lib/components/cascader/src/cascader-types.d.ts +17 -23
  13. package/dist/lib/components/cascader/src/cascader.vue.d.ts +43 -55
  14. package/dist/lib/components/cascader/src/use-cascader.d.ts +2 -2
  15. package/dist/lib/components/checkbox/index.d.ts +113 -0
  16. package/dist/lib/components/checkbox/src/checkbox-types.d.ts +62 -0
  17. package/dist/lib/components/checkbox/src/checkbox.vue.d.ts +109 -0
  18. package/dist/lib/components/checkbox/src/use-checkbox.d.ts +2 -0
  19. package/dist/lib/components/codeEditorModel/index.d.ts +93 -0
  20. package/dist/lib/components/codeEditorModel/src/codeEditorModel.vue.d.ts +90 -0
  21. package/dist/lib/components/collapse-transition/index.d.ts +16 -0
  22. package/dist/lib/components/collapse-transition/src/collapse-transition.vue.d.ts +15 -0
  23. package/dist/lib/components/coutdown/index.d.ts +84 -0
  24. package/dist/lib/components/coutdown/src/coutdown.d.ts +48 -0
  25. package/dist/lib/components/coutdown/src/coutdown.vue.d.ts +81 -0
  26. package/dist/lib/components/currency/index.d.ts +109 -0
  27. package/dist/lib/components/currency/src/currency-type.d.ts +47 -0
  28. package/dist/lib/components/currency/src/currency.vue.d.ts +105 -0
  29. package/dist/lib/components/currency/src/use-currency.d.ts +2 -0
  30. package/dist/lib/components/currency/src/use-methods.d.ts +14 -0
  31. package/dist/lib/components/detail-form/index.d.ts +102 -0
  32. package/dist/lib/components/detail-form/src/detail-form.vue.d.ts +99 -0
  33. package/dist/lib/components/detail-form/src/use-detail-form.d.ts +2 -0
  34. package/dist/lib/components/detail-grid/index.d.ts +2678 -0
  35. package/dist/lib/components/detail-grid/src/detail-grid.vue.d.ts +2675 -0
  36. package/dist/lib/components/detail-grid/src/hook/use-grid-config-hook.d.ts +10 -0
  37. package/dist/lib/components/detail-grid/src/use-detail-grid.d.ts +2 -0
  38. package/dist/lib/components/detail-page-layout/index.d.ts +186 -0
  39. package/dist/lib/components/detail-page-layout/src/detail-page-layout.vue.d.ts +183 -0
  40. package/dist/lib/components/detail-page-layout/src/use-detail-page-layout.d.ts +2 -0
  41. package/dist/lib/components/edit-form/index.d.ts +104 -63
  42. package/dist/lib/components/edit-form/src/edit-form-types.d.ts +28 -24
  43. package/dist/lib/components/edit-form/src/edit-form.vue.d.ts +105 -63
  44. package/dist/lib/components/edit-form/src/hook/use-callback-hook.d.ts +11 -0
  45. package/dist/lib/components/edit-form/src/hook/use-form-config-hook.d.ts +8 -0
  46. package/dist/lib/components/edit-form/src/use-edit-form.d.ts +1 -1
  47. package/dist/lib/components/edit-grid/index.d.ts +414 -343
  48. package/dist/lib/components/edit-grid/src/components/empty/index.d.ts +8 -0
  49. package/dist/lib/components/edit-grid/src/edit-grid-types.d.ts +33 -24
  50. package/dist/lib/components/edit-grid/src/edit-grid.vue.d.ts +414 -343
  51. package/dist/lib/components/edit-grid/src/hook/use-grid-config-hook.d.ts +10 -0
  52. package/dist/lib/components/edit-grid/src/hook/use-grid-height-hook.d.ts +4 -0
  53. package/dist/lib/components/edit-grid/src/use-edit-grid.d.ts +1 -1
  54. package/dist/lib/components/edit-page-layout/index.d.ts +67 -11
  55. package/dist/lib/components/edit-page-layout/src/edit-page-layout-types.d.ts +212 -40
  56. package/dist/lib/components/edit-page-layout/src/edit-page-layout.vue.d.ts +67 -11
  57. package/dist/lib/components/edit-page-layout/src/types.d.ts +1 -0
  58. package/dist/lib/components/editor/index.d.ts +31 -0
  59. package/dist/lib/components/editor/src/index.vue.d.ts +28 -0
  60. package/dist/lib/components/field-select-modal/index.d.ts +150 -0
  61. package/dist/lib/components/field-select-modal/src/field-select-modal-types.d.ts +85 -0
  62. package/dist/lib/components/field-select-modal/src/field-select-modal.vue.d.ts +146 -0
  63. package/dist/lib/components/field-select-modal/src/use-field-select-modal.d.ts +6 -0
  64. package/dist/lib/components/index.d.ts +23 -3
  65. package/dist/lib/components/item-wrap/index.d.ts +57 -0
  66. package/dist/lib/components/item-wrap/src/item-wrap-types.d.ts +27 -0
  67. package/dist/lib/components/item-wrap/src/item-wrap.vue.d.ts +53 -0
  68. package/dist/lib/components/item-wrap/src/use-item-wrap.d.ts +2 -0
  69. package/dist/lib/components/layout/index.d.ts +94 -13
  70. package/dist/lib/components/layout/src/header/index.vue.d.ts +117 -84
  71. package/dist/lib/components/layout/src/header/navRight/customMessage.vue.d.ts +10 -19
  72. package/dist/lib/components/layout/src/header/navRight/customPerson.vue.d.ts +16 -3
  73. package/dist/lib/components/layout/src/header/navRight/index.vue.d.ts +105 -67
  74. package/dist/lib/components/layout/src/header/navRight/langSwitch.vue.d.ts +27 -7
  75. package/dist/lib/components/layout/src/header/navRight/rightTool.vue.d.ts +26 -43
  76. package/dist/lib/components/layout/src/header/navRight/settingDrawer.vue.d.ts +34 -0
  77. package/dist/lib/components/layout/src/index.vue.d.ts +94 -27
  78. package/dist/lib/components/layout/src/menu/deepCycleSubMenu.vue.d.ts +5 -2
  79. package/dist/lib/components/layout/src/menu/menu.vue.d.ts +57 -73
  80. package/dist/lib/components/layout/src/menu/secondLevelMenu.vue.d.ts +5 -23
  81. package/dist/lib/components/layout/src/menu/subSecondMenu.vue.d.ts +4 -22
  82. package/dist/lib/components/layout/src/sider/index.vue.d.ts +24 -25
  83. package/dist/lib/components/layout/src/sider/logo.vue.d.ts +1 -10
  84. package/dist/lib/components/layout/src/sider/search.vue.d.ts +78 -3
  85. package/dist/lib/components/layout/src/types.d.ts +68 -0
  86. package/dist/lib/components/{layout-auchor → layout-anchor}/index.d.ts +10 -7
  87. package/dist/lib/components/{layout-auchor/src/layout-auchor-types.d.ts → layout-anchor/src/layout-anchor-types.d.ts} +3 -3
  88. package/dist/lib/components/{layout-auchor → layout-anchor}/src/layout-auchor.vue.d.ts +7 -4
  89. package/dist/lib/components/layout-anchor/src/use-layout-anchor.d.ts +2 -0
  90. package/dist/lib/components/layout-buttons/index.d.ts +39 -2
  91. package/dist/lib/components/layout-buttons/src/layout-buttons-types.d.ts +16 -0
  92. package/dist/lib/components/layout-buttons/src/layout-buttons.vue.d.ts +39 -2
  93. package/dist/lib/components/layout-buttons/src/use-layout-buttons.d.ts +1 -1
  94. package/dist/lib/components/layout-pattern/index.d.ts +8 -14
  95. package/dist/lib/components/layout-pattern/src/components/vertical.vue.d.ts +72 -4
  96. package/dist/lib/components/layout-pattern/src/layout-pattern-types.d.ts +3 -5
  97. package/dist/lib/components/layout-pattern/src/layout-pattern.vue.d.ts +8 -14
  98. package/dist/lib/components/list-page-layout/index.d.ts +244 -0
  99. package/dist/lib/components/list-page-layout/src/components/common/add-modal/add-modal.vue.d.ts +21 -0
  100. package/dist/lib/components/list-page-layout/src/components/common/columnSetting/columnSetting.vue.d.ts +293 -0
  101. package/dist/lib/components/list-page-layout/src/components/common/columnSetting/use-grid-slot-hook.d.ts +22 -0
  102. package/dist/lib/components/list-page-layout/src/components/common/edit-nav-modal/edit-nav-modal.vue.d.ts +16 -0
  103. package/dist/lib/components/list-page-layout/src/components/common/edit-nav-modal/types.d.ts +4 -0
  104. package/dist/lib/components/list-page-layout/src/components/common/help-text-modal/help-text-modal.vue.d.ts +8 -0
  105. package/dist/lib/components/list-page-layout/src/components/common/import-modal/import-modal.vue.d.ts +40 -0
  106. package/dist/lib/components/list-page-layout/src/components/common/record-modal/mock.d.ts +48 -0
  107. package/dist/lib/components/list-page-layout/src/components/common/record-modal/record-modal.vue.d.ts +5178 -0
  108. package/dist/lib/components/list-page-layout/src/components/list-content/events-helper.d.ts +13 -0
  109. package/dist/lib/components/list-page-layout/src/components/list-content/list-content.vue.d.ts +95 -0
  110. package/dist/lib/components/list-page-layout/src/components/list-content-buttons/events-helper.d.ts +6 -0
  111. package/dist/lib/components/list-page-layout/src/components/list-content-buttons/list-content-buttons.vue.d.ts +33 -0
  112. package/dist/lib/components/list-page-layout/src/components/list-header/list-header.vue.d.ts +27 -0
  113. package/dist/lib/components/list-page-layout/src/components/list-header/module/query/index.vue.d.ts +15 -0
  114. package/dist/lib/components/list-page-layout/src/components/list-header/module/quick-nav/index.vue.d.ts +9 -0
  115. package/dist/lib/components/list-page-layout/src/components/list-header/module/searchExtend/index.vue.d.ts +103 -0
  116. package/dist/lib/components/list-page-layout/src/components/list-header/module/tabs/index.vue.d.ts +56 -0
  117. package/dist/lib/components/list-page-layout/src/hooks/export-xls-hook.d.ts +4 -0
  118. package/dist/lib/components/list-page-layout/src/hooks/fetch-data-hook.d.ts +5 -0
  119. package/dist/lib/components/list-page-layout/src/hooks/fetch-head-data-hook.d.ts +6 -0
  120. package/dist/lib/components/list-page-layout/src/hooks/get-columns-hook.d.ts +6 -0
  121. package/dist/lib/components/list-page-layout/src/hooks/list-slot-hook.d.ts +9 -0
  122. package/dist/lib/components/list-page-layout/src/hooks/use-button-function-hook.d.ts +13 -0
  123. package/dist/lib/components/list-page-layout/src/layout.vue.d.ts +238 -0
  124. package/dist/lib/components/list-page-layout/src/list-page-layout-types.d.ts +358 -0
  125. package/dist/lib/components/list-page-layout/src/symbol.d.ts +11 -0
  126. package/dist/lib/components/list-page-layout/src/tokens.d.ts +12 -0
  127. package/dist/lib/components/list-page-layout/src/types.d.ts +1 -0
  128. package/dist/lib/components/list-page-layout/src/utils/gridConfig.d.ts +174 -0
  129. package/dist/lib/components/page-layout/index.d.ts +12 -2
  130. package/dist/lib/components/page-layout/src/constant/buttons.d.ts +10 -0
  131. package/dist/lib/components/page-layout/src/constant/index.d.ts +3 -0
  132. package/dist/lib/components/page-layout/src/constant/items.d.ts +3 -0
  133. package/dist/lib/components/page-layout/src/constant/symbol.d.ts +15 -0
  134. package/dist/lib/components/page-layout/src/hook/use-merge-defaultValues-hook.d.ts +6 -0
  135. package/dist/lib/components/page-layout/src/hook/use-page-data-hook.d.ts +6 -0
  136. package/dist/lib/components/page-layout/src/hook/use-promise-step.d.ts +26 -0
  137. package/dist/lib/components/page-layout/src/hook/use-ref-instance-hook.d.ts +7 -0
  138. package/dist/lib/components/page-layout/src/hook/use-remote-config-hook.d.ts +5 -2
  139. package/dist/lib/components/page-layout/src/page-layout.vue.d.ts +7 -2
  140. package/dist/lib/components/page-layout/src/token.d.ts +7 -1
  141. package/dist/lib/components/page-layout/src/util.d.ts +10 -35
  142. package/dist/lib/components/radio/index.d.ts +104 -0
  143. package/dist/lib/components/radio/src/radio-types.d.ts +56 -0
  144. package/dist/lib/components/radio/src/radio.vue.d.ts +100 -0
  145. package/dist/lib/components/radio/src/use-radio.d.ts +2 -0
  146. package/dist/lib/components/remote-select/index.d.ts +122 -0
  147. package/dist/lib/components/remote-select/src/remote-select-types.d.ts +50 -0
  148. package/dist/lib/components/remote-select/src/remote-select.vue.d.ts +118 -0
  149. package/dist/lib/components/remote-select/src/use-remote-select.d.ts +6 -0
  150. package/dist/lib/components/select/index.d.ts +8 -39
  151. package/dist/lib/components/select/src/select-types.d.ts +4 -15
  152. package/dist/lib/components/select/src/select.vue.d.ts +8 -39
  153. package/dist/lib/components/select/src/use-select.d.ts +2 -2
  154. package/dist/lib/components/select-modal/index.d.ts +333 -0
  155. package/dist/lib/components/select-modal/src/select-modal-types.d.ts +51 -0
  156. package/dist/lib/components/select-modal/src/select-modal.vue.d.ts +329 -0
  157. package/dist/lib/components/select-modal/src/use-select-modal.d.ts +6 -0
  158. package/dist/lib/components/shared/hooks/use-namespace-last.d.ts +23 -0
  159. package/dist/lib/components/shared/hooks/use-namespace.d.ts +3 -3
  160. package/dist/lib/components/switch/index.d.ts +2 -4
  161. package/dist/lib/components/switch/src/switch-types.d.ts +0 -2
  162. package/dist/lib/components/switch/src/switch.vue.d.ts +2 -4
  163. package/dist/lib/components/tree-select/index.d.ts +114 -0
  164. package/dist/lib/components/tree-select/src/tree-select-types.d.ts +60 -0
  165. package/dist/lib/components/tree-select/src/tree-select.vue.d.ts +110 -0
  166. package/dist/lib/components/tree-select/src/use-tree-select.d.ts +2 -0
  167. package/dist/lib/components/upload-file/index.d.ts +274 -0
  168. package/dist/lib/components/upload-file/src/hook/use-file-column-hook.d.ts +34 -0
  169. package/dist/lib/components/upload-file/src/hook/use-operation-column-button-hook.d.ts +11 -0
  170. package/dist/lib/components/upload-file/src/upload-file-types.d.ts +141 -0
  171. package/dist/lib/components/upload-file/src/upload-file.vue.d.ts +267 -0
  172. package/dist/lib/components/upload-image/index.d.ts +191 -0
  173. package/dist/lib/components/upload-image/src/upload-image-type.d.ts +53 -0
  174. package/dist/lib/components/upload-image/src/upload-image.vue.d.ts +187 -0
  175. package/dist/lib/components/vxe-select/index.d.ts +116 -0
  176. package/dist/lib/components/vxe-select/src/use-vxe-select.d.ts +2 -0
  177. package/dist/lib/components/vxe-select/src/vxe-select-types.d.ts +58 -0
  178. package/dist/lib/components/vxe-select/src/vxe-select.vue.d.ts +112 -0
  179. package/dist/lib/index.d.ts +15 -2
  180. package/dist/lib/setting/vxe-table/config.d.ts +3 -0
  181. package/dist/lib/utils/event.d.ts +37 -0
  182. package/dist/style.css +6 -8
  183. package/dist/vite-env.d.ts +15 -0
  184. package/package.json +35 -22
  185. package/dist/lib/components/layout/src/menu/icon.d.ts +0 -6
  186. package/dist/lib/components/layout-auchor/src/use-layout-auchor.d.ts +0 -2
  187. package/dist/lib/components/layout-header/index.d.ts +0 -17
  188. package/dist/lib/components/layout-header/src/layout-header-types.d.ts +0 -8
  189. package/dist/lib/components/layout-header/src/layout-header.vue.d.ts +0 -13
  190. package/dist/lib/components/layout-header/src/use-layout-header.d.ts +0 -2
  191. package/dist/lib/constant/constant.d.ts +0 -1
  192. package/dist/lib/types/ComponentCustomProperties .d.ts +0 -6
@@ -1,50 +1,61 @@
1
- import type { PageButton, ColumnItem } from '../../edit-page-layout';
1
+ import type { ruleItem } from './hook/use-grid-config-hook';
2
2
  import type { DefineComponent, PropType, ComputedRef, Ref, VNode, RendererNode, RendererElement, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
3
- import type { SizeType, VxeTablePropTypes, VxeColumnPropTypes, VxeTooltipPropTypes, VxeTableDefines, SlotVNodeType, VxeTableConstructor, VxeTablePrivateMethods, VxeGridConstructor, VxeTableProDefines, VxePagerPropTypes, VxeGridPropTypes, VxeButtonPropTypes, VxeToolbarPropTypes, VxeFormPropTypes, VxeFormItemPropTypes, VxeFormItemProps, FormItemTitleRenderParams, FormItemContentRenderParams, VxeGridInstance } from 'vxe-table';
3
+ import type { ColumnItem, PageButton, PageButtonWithGroupCode, RecordStringNumber } from '../../edit-page-layout';
4
+ import type { VxeTableDataRow, SizeType, VxeTablePropTypes, VxeColumnPropTypes, VxeTooltipPropTypes, VxeColumnSlotTypes, VxeTableDefines, SlotVNodeType, VxeTableConstructor, VxeTablePrivateMethods, VxeGridConstructor, VxeTableProDefines, VxePagerPropTypes, VxeGridPropTypes, VxeButtonPropTypes, VxeToolbarPropTypes, VxeFormPropTypes, VxeFormItemPropTypes, VxeFormItemProps, FormItemTitleRenderParams, FormItemContentRenderParams, VxeGridInstance, VxeGridProps } from 'vxe-table';
4
5
  declare const _sfc_main: DefineComponent<{
5
- groupName: {
6
- type: PropType<string>;
7
- default: string;
6
+ readonly groupName: {
7
+ readonly type: PropType<string>;
8
+ readonly default: "";
8
9
  };
9
- groupNameI18nKey: {
10
- type: PropType<string>;
11
- default: string;
10
+ readonly groupNameI18nKey: {
11
+ readonly type: PropType<string>;
12
+ readonly default: "";
12
13
  };
13
- groupCode: {
14
- type: PropType<string>;
15
- default: string;
14
+ readonly groupCode: {
15
+ readonly type: PropType<string>;
16
+ readonly default: "";
16
17
  };
17
- groupType: {
18
- type: PropType<string>;
19
- default: string;
18
+ readonly groupType: {
19
+ readonly type: PropType<string>;
20
+ readonly default: "";
20
21
  };
21
- sortOrder: {
22
- type: PropType<string>;
23
- default: string;
22
+ readonly sortOrder: {
23
+ readonly type: PropType<string>;
24
+ readonly default: "";
24
25
  };
25
- buttons: {
26
- type: PropType<PageButton[]>;
27
- default(): never[];
26
+ readonly buttons: {
27
+ readonly type: PropType<PageButton[]>;
28
+ readonly default: () => never[];
28
29
  };
29
- columns: {
30
- type: PropType<ColumnItem[]>;
31
- default(): never[];
30
+ readonly columns: {
31
+ readonly type: PropType<ColumnItem[]>;
32
+ readonly default: () => never[];
32
33
  };
33
- extend: {
34
- type: ObjectConstructor;
35
- default(): {};
34
+ readonly extend: {
35
+ readonly type: ObjectConstructor;
36
+ readonly default: () => {};
37
+ };
38
+ readonly vxeGridConfig: {
39
+ readonly type: PropType<VxeGridProps<VxeTableDataRow>>;
40
+ readonly default: () => {};
41
+ };
42
+ readonly shake: {
43
+ readonly type: PropType<boolean>;
44
+ readonly default: true;
36
45
  };
37
46
  }, {
38
47
  classes: ComputedRef<{
39
48
  [key: string]: string | boolean;
40
49
  }>;
41
- columns: Ref<ColumnItem[]>;
42
50
  buttons: Ref<PageButton[]>;
43
- xGrid: Ref<VxeGridInstance | undefined>;
51
+ groupName: Ref<string>;
52
+ groupCode: Ref<string>;
53
+ wrapBoxHeight: ComputedRef<number>;
54
+ xGrid: Ref<VxeGridInstance<any> | undefined>;
44
55
  gridOptions: {
45
56
  size?: SizeType | undefined;
46
57
  id?: string | undefined;
47
- data?: any[] | undefined;
58
+ data?: VxeTableDataRow[] | undefined;
48
59
  height?: VxeTablePropTypes.Height | undefined;
49
60
  maxHeight?: VxeTablePropTypes.MaxHeight | undefined;
50
61
  resizable?: boolean | undefined;
@@ -62,19 +73,19 @@ declare const _sfc_main: DefineComponent<{
62
73
  highlightHoverColumn?: boolean | undefined;
63
74
  highlightCell?: boolean | undefined;
64
75
  showFooter?: boolean | undefined;
65
- footerMethod?: VxeTablePropTypes.FooterMethod | undefined;
66
- rowClassName?: VxeTablePropTypes.RowClassName | undefined;
67
- cellClassName?: VxeTablePropTypes.CellClassName | undefined;
68
- headerRowClassName?: VxeTablePropTypes.HeaderRowClassName | undefined;
69
- headerCellClassName?: VxeTablePropTypes.HeaderCellClassName | undefined;
70
- footerRowClassName?: VxeTablePropTypes.FooterRowClassName | undefined;
71
- footerCellClassName?: VxeTablePropTypes.FooterCellClassName | undefined;
72
- cellStyle?: VxeTablePropTypes.CellStyle | undefined;
73
- headerCellStyle?: VxeTablePropTypes.HeaderCellStyle | undefined;
74
- footerCellStyle?: VxeTablePropTypes.FooterCellStyle | undefined;
75
- rowStyle?: VxeTablePropTypes.RowStyle | undefined;
76
- headerRowStyle?: VxeTablePropTypes.HeaderRowStyle | undefined;
77
- footerRowStyle?: VxeTablePropTypes.FooterRowStyle | undefined;
76
+ footerMethod?: VxeTablePropTypes.FooterMethod<VxeTableDataRow> | undefined;
77
+ rowClassName?: VxeTablePropTypes.RowClassName<VxeTableDataRow> | undefined;
78
+ cellClassName?: VxeTablePropTypes.CellClassName<VxeTableDataRow> | undefined;
79
+ headerRowClassName?: VxeTablePropTypes.HeaderRowClassName<VxeTableDataRow> | undefined;
80
+ headerCellClassName?: VxeTablePropTypes.HeaderCellClassName<VxeTableDataRow> | undefined;
81
+ footerRowClassName?: VxeTablePropTypes.FooterRowClassName<VxeTableDataRow> | undefined;
82
+ footerCellClassName?: VxeTablePropTypes.FooterCellClassName<VxeTableDataRow> | undefined;
83
+ cellStyle?: VxeTablePropTypes.CellStyle<VxeTableDataRow> | undefined;
84
+ rowStyle?: VxeTablePropTypes.RowStyle<VxeTableDataRow> | undefined;
85
+ headerCellStyle?: VxeTablePropTypes.HeaderCellStyle<VxeTableDataRow> | undefined;
86
+ headerRowStyle?: VxeTablePropTypes.HeaderRowStyle<VxeTableDataRow> | undefined;
87
+ footerRowStyle?: VxeTablePropTypes.FooterRowStyle<VxeTableDataRow> | undefined;
88
+ footerCellStyle?: VxeTablePropTypes.FooterCellStyle<VxeTableDataRow> | undefined;
78
89
  mergeCells?: {
79
90
  row: any;
80
91
  col: number | {
@@ -93,12 +104,12 @@ declare const _sfc_main: DefineComponent<{
93
104
  showOverflow: VxeTablePropTypes.ShowOverflow;
94
105
  showHeaderOverflow: VxeTablePropTypes.ShowOverflow;
95
106
  showFooterOverflow: VxeTablePropTypes.ShowOverflow;
96
- className: VxeColumnPropTypes.ClassName;
97
- headerClassName: VxeColumnPropTypes.HeaderClassName;
98
- footerClassName: VxeColumnPropTypes.FooterClassName;
99
- formatter: VxeColumnPropTypes.Formatter;
107
+ className: VxeColumnPropTypes.ClassName<VxeTableDataRow>;
108
+ headerClassName: VxeColumnPropTypes.HeaderClassName<VxeTableDataRow>;
109
+ footerClassName: VxeColumnPropTypes.FooterClassName<VxeTableDataRow>;
110
+ formatter: VxeColumnPropTypes.Formatter<VxeTableDataRow>;
100
111
  sortable: boolean;
101
- sortBy: VxeColumnPropTypes.SortBy;
112
+ sortBy: VxeColumnPropTypes.SortBy<VxeTableDataRow>;
102
113
  sortType: VxeColumnPropTypes.SortType;
103
114
  filters: {
104
115
  label?: string | number | undefined;
@@ -108,7 +119,7 @@ declare const _sfc_main: DefineComponent<{
108
119
  checked?: boolean | undefined;
109
120
  }[];
110
121
  filterMultiple: boolean;
111
- filterMethod: VxeColumnPropTypes.FilterMethod;
122
+ filterMethod: VxeColumnPropTypes.FilterMethod<VxeTableDataRow>;
112
123
  filterRender: {
113
124
  options?: any[] | undefined;
114
125
  optionProps?: {
@@ -138,8 +149,8 @@ declare const _sfc_main: DefineComponent<{
138
149
  };
139
150
  treeNode: boolean;
140
151
  visible: boolean;
141
- exportMethod: VxeColumnPropTypes.ExportMethod;
142
- footerExportMethod: VxeColumnPropTypes.FooterExportMethod;
152
+ exportMethod: VxeColumnPropTypes.ExportMethod<VxeTableDataRow>;
153
+ footerExportMethod: VxeColumnPropTypes.FooterExportMethod<VxeTableDataRow>;
143
154
  titleHelp: {
144
155
  useHTML?: boolean | undefined;
145
156
  content?: VxeTooltipPropTypes.Content | undefined;
@@ -159,7 +170,7 @@ declare const _sfc_main: DefineComponent<{
159
170
  cellType: VxeColumnPropTypes.CellType;
160
171
  cellRender: {
161
172
  events?: {
162
- [key: string]: (cellParams: VxeColumnPropTypes.DefaultSlotParams, ...args: any[]) => any;
173
+ [key: string]: (cellParams: VxeColumnSlotTypes.DefaultSlotParams<VxeTableDataRow>, ...args: any[]) => any;
163
174
  } | undefined;
164
175
  options?: any[] | undefined;
165
176
  optionProps?: {
@@ -186,7 +197,7 @@ declare const _sfc_main: DefineComponent<{
186
197
  };
187
198
  editRender: {
188
199
  events?: {
189
- [key: string]: (cellParams: VxeColumnPropTypes.EditSlotParams, ...args: any[]) => any;
200
+ [key: string]: (cellParams: VxeColumnSlotTypes.EditSlotParams<VxeTableDataRow>, ...args: any[]) => any;
190
201
  } | undefined;
191
202
  enabled?: boolean | undefined;
192
203
  options?: any[] | undefined;
@@ -204,7 +215,7 @@ declare const _sfc_main: DefineComponent<{
204
215
  autofocus?: string | undefined;
205
216
  autoselect?: boolean | undefined;
206
217
  defaultValue?: string | number | object | any[] | ((params: {
207
- column: VxeTableDefines.ColumnInfo;
218
+ column: VxeTableDefines.ColumnInfo<VxeTableDataRow>;
208
219
  }) => any) | {
209
220
  exec: (string: string) => RegExpExecArray | null;
210
221
  test: (string: string) => boolean;
@@ -330,16 +341,16 @@ declare const _sfc_main: DefineComponent<{
330
341
  };
331
342
  params: any;
332
343
  slots: {
333
- title?: string | ((params: VxeColumnPropTypes.HeaderSlotParams) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
334
- radio?: string | ((params: VxeColumnPropTypes.DefaultSlotParams) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
335
- checkbox?: string | ((params: VxeColumnPropTypes.DefaultSlotParams) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
336
- default?: string | ((params: VxeColumnPropTypes.DefaultSlotParams) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
337
- header?: string | ((params: VxeColumnPropTypes.HeaderSlotParams) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
338
- footer?: string | ((params: VxeColumnPropTypes.FooterSlotParams) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
339
- content?: string | ((params: VxeColumnPropTypes.ContentSlotParams) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
340
- filter?: string | ((params: VxeColumnPropTypes.FilterSlotParams) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
341
- edit?: string | ((params: VxeColumnPropTypes.EditSlotParams) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
342
- icon?: string | ((params: VxeColumnPropTypes.IconSlotParams) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
344
+ title?: string | ((params: VxeColumnSlotTypes.HeaderSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
345
+ radio?: string | ((params: VxeColumnSlotTypes.DefaultSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
346
+ checkbox?: string | ((params: VxeColumnSlotTypes.DefaultSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
347
+ default?: string | ((params: VxeColumnSlotTypes.DefaultSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
348
+ header?: string | ((params: VxeColumnSlotTypes.HeaderSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
349
+ footer?: string | ((params: VxeColumnSlotTypes.FooterSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
350
+ content?: string | ((params: VxeColumnSlotTypes.ContentSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
351
+ filter?: string | ((params: VxeColumnSlotTypes.FilterSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
352
+ edit?: string | ((params: VxeColumnSlotTypes.EditSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
353
+ icon?: string | ((params: VxeColumnSlotTypes.IconSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
343
354
  };
344
355
  id: string;
345
356
  parentId: string;
@@ -348,6 +359,7 @@ declare const _sfc_main: DefineComponent<{
348
359
  colSpan: number;
349
360
  halfVisible: boolean;
350
361
  defaultVisible: any;
362
+ defaultFixed: any;
351
363
  checked: boolean;
352
364
  halfChecked: boolean;
353
365
  disabled: boolean;
@@ -361,16 +373,16 @@ declare const _sfc_main: DefineComponent<{
361
373
  value: any;
362
374
  };
363
375
  children: any[];
364
- renderHeader: (params: VxeTableDefines.CellRenderHeaderParams) => VNode<RendererNode, RendererElement, {
376
+ renderHeader: (params: VxeTableDefines.CellRenderHeaderParams<VxeTableDataRow>) => VNode<RendererNode, RendererElement, {
365
377
  [key: string]: any;
366
378
  }>[];
367
- renderCell: (params: VxeTableDefines.CellRenderCellParams) => VNode<RendererNode, RendererElement, {
379
+ renderCell: (params: VxeTableDefines.CellRenderCellParams<VxeTableDataRow>) => VNode<RendererNode, RendererElement, {
368
380
  [key: string]: any;
369
381
  }>[];
370
- renderData: (params: VxeTableDefines.CellRenderDataParams) => VNode<RendererNode, RendererElement, {
382
+ renderData: (params: VxeTableDefines.CellRenderDataParams<VxeTableDataRow>) => VNode<RendererNode, RendererElement, {
371
383
  [key: string]: any;
372
384
  }>[];
373
- renderFooter: (params: VxeTableDefines.CellRenderFooterParams) => VNode<RendererNode, RendererElement, {
385
+ renderFooter: (params: VxeTableDefines.CellRenderFooterParams<VxeTableDataRow>) => VNode<RendererNode, RendererElement, {
374
386
  [key: string]: any;
375
387
  }>[];
376
388
  getTitle: () => string;
@@ -397,12 +409,12 @@ declare const _sfc_main: DefineComponent<{
397
409
  showOverflow: VxeTablePropTypes.ShowOverflow;
398
410
  showHeaderOverflow: VxeTablePropTypes.ShowOverflow;
399
411
  showFooterOverflow: VxeTablePropTypes.ShowOverflow;
400
- className: VxeColumnPropTypes.ClassName;
401
- headerClassName: VxeColumnPropTypes.HeaderClassName;
402
- footerClassName: VxeColumnPropTypes.FooterClassName;
403
- formatter: VxeColumnPropTypes.Formatter;
412
+ className: VxeColumnPropTypes.ClassName<VxeTableDataRow>;
413
+ headerClassName: VxeColumnPropTypes.HeaderClassName<VxeTableDataRow>;
414
+ footerClassName: VxeColumnPropTypes.FooterClassName<VxeTableDataRow>;
415
+ formatter: VxeColumnPropTypes.Formatter<VxeTableDataRow>;
404
416
  sortable: boolean;
405
- sortBy: VxeColumnPropTypes.SortBy;
417
+ sortBy: VxeColumnPropTypes.SortBy<VxeTableDataRow>;
406
418
  sortType: VxeColumnPropTypes.SortType;
407
419
  filters: {
408
420
  label?: string | number | undefined;
@@ -412,7 +424,7 @@ declare const _sfc_main: DefineComponent<{
412
424
  checked?: boolean | undefined;
413
425
  }[];
414
426
  filterMultiple: boolean;
415
- filterMethod: VxeColumnPropTypes.FilterMethod;
427
+ filterMethod: VxeColumnPropTypes.FilterMethod<VxeTableDataRow>;
416
428
  filterRender: {
417
429
  options?: any[] | undefined;
418
430
  optionProps?: {
@@ -442,8 +454,8 @@ declare const _sfc_main: DefineComponent<{
442
454
  };
443
455
  treeNode: boolean;
444
456
  visible: boolean;
445
- exportMethod: VxeColumnPropTypes.ExportMethod;
446
- footerExportMethod: VxeColumnPropTypes.FooterExportMethod;
457
+ exportMethod: VxeColumnPropTypes.ExportMethod<VxeTableDataRow>;
458
+ footerExportMethod: VxeColumnPropTypes.FooterExportMethod<VxeTableDataRow>;
447
459
  titleHelp: {
448
460
  useHTML?: boolean | undefined;
449
461
  content?: VxeTooltipPropTypes.Content | undefined;
@@ -463,7 +475,7 @@ declare const _sfc_main: DefineComponent<{
463
475
  cellType: VxeColumnPropTypes.CellType;
464
476
  cellRender: {
465
477
  events?: {
466
- [key: string]: (cellParams: VxeColumnPropTypes.DefaultSlotParams, ...args: any[]) => any;
478
+ [key: string]: (cellParams: VxeColumnSlotTypes.DefaultSlotParams<VxeTableDataRow>, ...args: any[]) => any;
467
479
  } | undefined;
468
480
  options?: any[] | undefined;
469
481
  optionProps?: {
@@ -490,7 +502,7 @@ declare const _sfc_main: DefineComponent<{
490
502
  };
491
503
  editRender: {
492
504
  events?: {
493
- [key: string]: (cellParams: VxeColumnPropTypes.EditSlotParams, ...args: any[]) => any;
505
+ [key: string]: (cellParams: VxeColumnSlotTypes.EditSlotParams<VxeTableDataRow>, ...args: any[]) => any;
494
506
  } | undefined;
495
507
  enabled?: boolean | undefined;
496
508
  options?: any[] | undefined;
@@ -508,7 +520,7 @@ declare const _sfc_main: DefineComponent<{
508
520
  autofocus?: string | undefined;
509
521
  autoselect?: boolean | undefined;
510
522
  defaultValue?: string | number | object | any[] | ((params: {
511
- column: VxeTableDefines.ColumnInfo;
523
+ column: VxeTableDefines.ColumnInfo<VxeTableDataRow>;
512
524
  }) => any) | {
513
525
  exec: (string: string) => RegExpExecArray | null;
514
526
  test: (string: string) => boolean;
@@ -634,16 +646,16 @@ declare const _sfc_main: DefineComponent<{
634
646
  };
635
647
  params: any;
636
648
  slots: {
637
- title?: string | ((params: VxeColumnPropTypes.HeaderSlotParams) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
638
- radio?: string | ((params: VxeColumnPropTypes.DefaultSlotParams) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
639
- checkbox?: string | ((params: VxeColumnPropTypes.DefaultSlotParams) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
640
- default?: string | ((params: VxeColumnPropTypes.DefaultSlotParams) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
641
- header?: string | ((params: VxeColumnPropTypes.HeaderSlotParams) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
642
- footer?: string | ((params: VxeColumnPropTypes.FooterSlotParams) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
643
- content?: string | ((params: VxeColumnPropTypes.ContentSlotParams) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
644
- filter?: string | ((params: VxeColumnPropTypes.FilterSlotParams) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
645
- edit?: string | ((params: VxeColumnPropTypes.EditSlotParams) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
646
- icon?: string | ((params: VxeColumnPropTypes.IconSlotParams) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
649
+ title?: string | ((params: VxeColumnSlotTypes.HeaderSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
650
+ radio?: string | ((params: VxeColumnSlotTypes.DefaultSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
651
+ checkbox?: string | ((params: VxeColumnSlotTypes.DefaultSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
652
+ default?: string | ((params: VxeColumnSlotTypes.DefaultSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
653
+ header?: string | ((params: VxeColumnSlotTypes.HeaderSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
654
+ footer?: string | ((params: VxeColumnSlotTypes.FooterSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
655
+ content?: string | ((params: VxeColumnSlotTypes.ContentSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
656
+ filter?: string | ((params: VxeColumnSlotTypes.FilterSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
657
+ edit?: string | ((params: VxeColumnSlotTypes.EditSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
658
+ icon?: string | ((params: VxeColumnSlotTypes.IconSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
647
659
  };
648
660
  id: string;
649
661
  parentId: string;
@@ -652,6 +664,7 @@ declare const _sfc_main: DefineComponent<{
652
664
  colSpan: number;
653
665
  halfVisible: boolean;
654
666
  defaultVisible: any;
667
+ defaultFixed: any;
655
668
  checked: boolean;
656
669
  halfChecked: boolean;
657
670
  disabled: boolean;
@@ -665,16 +678,16 @@ declare const _sfc_main: DefineComponent<{
665
678
  value: any;
666
679
  };
667
680
  children: any[];
668
- renderHeader: (params: VxeTableDefines.CellRenderHeaderParams) => VNode<RendererNode, RendererElement, {
681
+ renderHeader: (params: VxeTableDefines.CellRenderHeaderParams<VxeTableDataRow>) => VNode<RendererNode, RendererElement, {
669
682
  [key: string]: any;
670
683
  }>[];
671
- renderCell: (params: VxeTableDefines.CellRenderCellParams) => VNode<RendererNode, RendererElement, {
684
+ renderCell: (params: VxeTableDefines.CellRenderCellParams<VxeTableDataRow>) => VNode<RendererNode, RendererElement, {
672
685
  [key: string]: any;
673
686
  }>[];
674
- renderData: (params: VxeTableDefines.CellRenderDataParams) => VNode<RendererNode, RendererElement, {
687
+ renderData: (params: VxeTableDefines.CellRenderDataParams<VxeTableDataRow>) => VNode<RendererNode, RendererElement, {
675
688
  [key: string]: any;
676
689
  }>[];
677
- renderFooter: (params: VxeTableDefines.CellRenderFooterParams) => VNode<RendererNode, RendererElement, {
690
+ renderFooter: (params: VxeTableDefines.CellRenderFooterParams<VxeTableDataRow>) => VNode<RendererNode, RendererElement, {
678
691
  [key: string]: any;
679
692
  }>[];
680
693
  getTitle: () => string;
@@ -683,8 +696,8 @@ declare const _sfc_main: DefineComponent<{
683
696
  rowspan: number;
684
697
  colspan: number;
685
698
  }[] | undefined;
686
- spanMethod?: VxeTablePropTypes.SpanMethod | undefined;
687
- footerSpanMethod?: VxeTablePropTypes.FooterSpanMethod | undefined;
699
+ spanMethod?: VxeTablePropTypes.SpanMethod<VxeTableDataRow> | undefined;
700
+ footerSpanMethod?: VxeTablePropTypes.FooterSpanMethod<VxeTableDataRow> | undefined;
688
701
  showOverflow?: VxeTablePropTypes.ShowOverflow | undefined;
689
702
  showHeaderOverflow?: VxeTablePropTypes.ShowOverflow | undefined;
690
703
  showFooterOverflow?: VxeTablePropTypes.ShowOverflow | undefined;
@@ -714,9 +727,11 @@ declare const _sfc_main: DefineComponent<{
714
727
  storage?: boolean | {
715
728
  visible?: boolean | undefined;
716
729
  resizable?: boolean | undefined;
730
+ fixed?: boolean | undefined;
731
+ order?: boolean | undefined;
717
732
  } | undefined;
718
733
  checkMethod?: ((params: {
719
- column: VxeTableDefines.ColumnInfo;
734
+ column: VxeTableDefines.ColumnInfo<VxeTableDataRow>;
720
735
  }) => boolean) | undefined;
721
736
  } | undefined;
722
737
  resizeConfig?: {
@@ -724,16 +739,16 @@ declare const _sfc_main: DefineComponent<{
724
739
  } | undefined;
725
740
  resizableConfig?: {
726
741
  minWidth?: string | number | ((params: {
727
- $table: VxeTableConstructor & VxeTablePrivateMethods;
728
- column: VxeTableDefines.ColumnInfo;
742
+ $table: VxeTableConstructor<VxeTableDataRow> & VxeTablePrivateMethods<VxeTableDataRow>;
743
+ column: VxeTableDefines.ColumnInfo<VxeTableDataRow>;
729
744
  columnIndex: number;
730
745
  $columnIndex: number;
731
746
  $rowIndex: number;
732
747
  cell: HTMLElement;
733
748
  }) => string | number) | undefined;
734
749
  maxWidth?: string | number | ((params: {
735
- $table: VxeTableConstructor & VxeTablePrivateMethods;
736
- column: VxeTableDefines.ColumnInfo;
750
+ $table: VxeTableConstructor<VxeTableDataRow> & VxeTablePrivateMethods<VxeTableDataRow>;
751
+ column: VxeTableDefines.ColumnInfo<VxeTableDataRow>;
737
752
  columnIndex: number;
738
753
  $columnIndex: number;
739
754
  $rowIndex: number;
@@ -743,10 +758,10 @@ declare const _sfc_main: DefineComponent<{
743
758
  seqConfig?: {
744
759
  startIndex?: number | undefined;
745
760
  seqMethod?: ((params: {
746
- column: VxeTableDefines.ColumnInfo;
761
+ column: VxeTableDefines.ColumnInfo<VxeTableDataRow>;
747
762
  columnIndex: number;
748
763
  $columnIndex: number;
749
- row: any;
764
+ row: VxeTableDataRow;
750
765
  rowIndex: number;
751
766
  $rowIndex: number;
752
767
  }) => string | number) | undefined;
@@ -761,9 +776,9 @@ declare const _sfc_main: DefineComponent<{
761
776
  }[] | undefined;
762
777
  orders?: VxeTablePropTypes.SortOrder[] | undefined;
763
778
  sortMethod?: ((params: {
764
- $table: VxeTableConstructor & VxeTablePrivateMethods;
765
- data: any[];
766
- sortList: VxeTableDefines.SortCheckedParams[];
779
+ $table: VxeTableConstructor<VxeTableDataRow> & VxeTablePrivateMethods<VxeTableDataRow>;
780
+ data: VxeTableDataRow[];
781
+ sortList: VxeTableDefines.SortCheckedParams<VxeTableDataRow>[];
767
782
  }) => any[]) | undefined;
768
783
  remote?: boolean | undefined;
769
784
  multiple?: boolean | undefined;
@@ -778,8 +793,8 @@ declare const _sfc_main: DefineComponent<{
778
793
  options: VxeTableDefines.FilterOption[];
779
794
  values: any[];
780
795
  cellValue: any;
781
- row: any;
782
- column: VxeTableDefines.ColumnInfo;
796
+ row: VxeTableDataRow;
797
+ column: VxeTableDefines.ColumnInfo<VxeTableDataRow>;
783
798
  }) => any) | undefined;
784
799
  remote?: boolean | undefined;
785
800
  showIcon?: boolean | undefined;
@@ -791,12 +806,12 @@ declare const _sfc_main: DefineComponent<{
791
806
  labelField?: string | undefined;
792
807
  checkRowKey?: string | number | undefined;
793
808
  checkMethod?: ((params: {
794
- row: any;
809
+ row: VxeTableDataRow;
795
810
  }) => boolean) | undefined;
796
811
  visibleMethod?: ((params: {
797
- row: any;
812
+ row: VxeTableDataRow;
798
813
  }) => boolean) | undefined;
799
- trigger?: "" | "default" | "row" | "cell" | null | undefined;
814
+ trigger?: "" | "default" | "cell" | "row" | null | undefined;
800
815
  highlight?: boolean | undefined;
801
816
  strict?: boolean | undefined;
802
817
  } | undefined;
@@ -811,12 +826,12 @@ declare const _sfc_main: DefineComponent<{
811
826
  checkStrictly?: boolean | undefined;
812
827
  strict?: boolean | undefined;
813
828
  checkMethod?: ((params: {
814
- row: any;
829
+ row: VxeTableDataRow;
815
830
  }) => boolean) | undefined;
816
831
  visibleMethod?: ((params: {
817
- row: any;
832
+ row: VxeTableDataRow;
818
833
  }) => boolean) | undefined;
819
- trigger?: "" | "default" | "row" | "cell" | null | undefined;
834
+ trigger?: "" | "default" | "cell" | "row" | null | undefined;
820
835
  highlight?: boolean | undefined;
821
836
  range?: boolean | undefined;
822
837
  } | undefined;
@@ -828,11 +843,11 @@ declare const _sfc_main: DefineComponent<{
828
843
  leaveDelay?: number | undefined;
829
844
  contentMethod?: ((params: {
830
845
  items: any[];
831
- row: any;
846
+ row: VxeTableDataRow;
832
847
  rowIndex: number;
833
848
  $rowIndex: number;
834
849
  _rowIndex: number;
835
- column: VxeTableDefines.ColumnInfo;
850
+ column: VxeTableDefines.ColumnInfo<VxeTableDataRow>;
836
851
  columnIndex: number;
837
852
  $columnIndex: number;
838
853
  _columnIndex: number;
@@ -872,12 +887,12 @@ declare const _sfc_main: DefineComponent<{
872
887
  showOverflow: VxeTablePropTypes.ShowOverflow;
873
888
  showHeaderOverflow: VxeTablePropTypes.ShowOverflow;
874
889
  showFooterOverflow: VxeTablePropTypes.ShowOverflow;
875
- className: VxeColumnPropTypes.ClassName;
876
- headerClassName: VxeColumnPropTypes.HeaderClassName;
877
- footerClassName: VxeColumnPropTypes.FooterClassName;
878
- formatter: VxeColumnPropTypes.Formatter;
890
+ className: VxeColumnPropTypes.ClassName<VxeTableDataRow>;
891
+ headerClassName: VxeColumnPropTypes.HeaderClassName<VxeTableDataRow>;
892
+ footerClassName: VxeColumnPropTypes.FooterClassName<VxeTableDataRow>;
893
+ formatter: VxeColumnPropTypes.Formatter<VxeTableDataRow>;
879
894
  sortable: boolean;
880
- sortBy: VxeColumnPropTypes.SortBy;
895
+ sortBy: VxeColumnPropTypes.SortBy<VxeTableDataRow>;
881
896
  sortType: VxeColumnPropTypes.SortType;
882
897
  filters: {
883
898
  label?: string | number | undefined;
@@ -887,7 +902,7 @@ declare const _sfc_main: DefineComponent<{
887
902
  checked?: boolean | undefined;
888
903
  }[];
889
904
  filterMultiple: boolean;
890
- filterMethod: VxeColumnPropTypes.FilterMethod;
905
+ filterMethod: VxeColumnPropTypes.FilterMethod<VxeTableDataRow>;
891
906
  filterRender: {
892
907
  options?: any[] | undefined;
893
908
  optionProps?: {
@@ -917,8 +932,8 @@ declare const _sfc_main: DefineComponent<{
917
932
  };
918
933
  treeNode: boolean;
919
934
  visible: boolean;
920
- exportMethod: VxeColumnPropTypes.ExportMethod;
921
- footerExportMethod: VxeColumnPropTypes.FooterExportMethod;
935
+ exportMethod: VxeColumnPropTypes.ExportMethod<VxeTableDataRow>;
936
+ footerExportMethod: VxeColumnPropTypes.FooterExportMethod<VxeTableDataRow>;
922
937
  titleHelp: {
923
938
  useHTML?: boolean | undefined;
924
939
  content?: VxeTooltipPropTypes.Content | undefined;
@@ -938,7 +953,7 @@ declare const _sfc_main: DefineComponent<{
938
953
  cellType: VxeColumnPropTypes.CellType;
939
954
  cellRender: {
940
955
  events?: {
941
- [key: string]: (cellParams: VxeColumnPropTypes.DefaultSlotParams, ...args: any[]) => any;
956
+ [key: string]: (cellParams: VxeColumnSlotTypes.DefaultSlotParams<VxeTableDataRow>, ...args: any[]) => any;
942
957
  } | undefined;
943
958
  options?: any[] | undefined;
944
959
  optionProps?: {
@@ -965,7 +980,7 @@ declare const _sfc_main: DefineComponent<{
965
980
  };
966
981
  editRender: {
967
982
  events?: {
968
- [key: string]: (cellParams: VxeColumnPropTypes.EditSlotParams, ...args: any[]) => any;
983
+ [key: string]: (cellParams: VxeColumnSlotTypes.EditSlotParams<VxeTableDataRow>, ...args: any[]) => any;
969
984
  } | undefined;
970
985
  enabled?: boolean | undefined;
971
986
  options?: any[] | undefined;
@@ -983,7 +998,7 @@ declare const _sfc_main: DefineComponent<{
983
998
  autofocus?: string | undefined;
984
999
  autoselect?: boolean | undefined;
985
1000
  defaultValue?: string | number | object | any[] | ((params: {
986
- column: VxeTableDefines.ColumnInfo;
1001
+ column: VxeTableDefines.ColumnInfo<VxeTableDataRow>;
987
1002
  }) => any) | {
988
1003
  exec: (string: string) => RegExpExecArray | null;
989
1004
  test: (string: string) => boolean;
@@ -1109,16 +1124,16 @@ declare const _sfc_main: DefineComponent<{
1109
1124
  };
1110
1125
  params: any;
1111
1126
  slots: {
1112
- title?: string | ((params: VxeColumnPropTypes.HeaderSlotParams) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1113
- radio?: string | ((params: VxeColumnPropTypes.DefaultSlotParams) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1114
- checkbox?: string | ((params: VxeColumnPropTypes.DefaultSlotParams) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1115
- default?: string | ((params: VxeColumnPropTypes.DefaultSlotParams) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1116
- header?: string | ((params: VxeColumnPropTypes.HeaderSlotParams) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1117
- footer?: string | ((params: VxeColumnPropTypes.FooterSlotParams) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1118
- content?: string | ((params: VxeColumnPropTypes.ContentSlotParams) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1119
- filter?: string | ((params: VxeColumnPropTypes.FilterSlotParams) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1120
- edit?: string | ((params: VxeColumnPropTypes.EditSlotParams) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1121
- icon?: string | ((params: VxeColumnPropTypes.IconSlotParams) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1127
+ title?: string | ((params: VxeColumnSlotTypes.HeaderSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1128
+ radio?: string | ((params: VxeColumnSlotTypes.DefaultSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1129
+ checkbox?: string | ((params: VxeColumnSlotTypes.DefaultSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1130
+ default?: string | ((params: VxeColumnSlotTypes.DefaultSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1131
+ header?: string | ((params: VxeColumnSlotTypes.HeaderSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1132
+ footer?: string | ((params: VxeColumnSlotTypes.FooterSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1133
+ content?: string | ((params: VxeColumnSlotTypes.ContentSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1134
+ filter?: string | ((params: VxeColumnSlotTypes.FilterSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1135
+ edit?: string | ((params: VxeColumnSlotTypes.EditSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1136
+ icon?: string | ((params: VxeColumnSlotTypes.IconSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1122
1137
  };
1123
1138
  id: string;
1124
1139
  parentId: string;
@@ -1127,6 +1142,7 @@ declare const _sfc_main: DefineComponent<{
1127
1142
  colSpan: number;
1128
1143
  halfVisible: boolean;
1129
1144
  defaultVisible: any;
1145
+ defaultFixed: any;
1130
1146
  checked: boolean;
1131
1147
  halfChecked: boolean;
1132
1148
  disabled: boolean;
@@ -1140,16 +1156,16 @@ declare const _sfc_main: DefineComponent<{
1140
1156
  value: any;
1141
1157
  };
1142
1158
  children: any[];
1143
- renderHeader: (params: VxeTableDefines.CellRenderHeaderParams) => VNode<RendererNode, RendererElement, {
1159
+ renderHeader: (params: VxeTableDefines.CellRenderHeaderParams<VxeTableDataRow>) => VNode<RendererNode, RendererElement, {
1144
1160
  [key: string]: any;
1145
1161
  }>[];
1146
- renderCell: (params: VxeTableDefines.CellRenderCellParams) => VNode<RendererNode, RendererElement, {
1162
+ renderCell: (params: VxeTableDefines.CellRenderCellParams<VxeTableDataRow>) => VNode<RendererNode, RendererElement, {
1147
1163
  [key: string]: any;
1148
1164
  }>[];
1149
- renderData: (params: VxeTableDefines.CellRenderDataParams) => VNode<RendererNode, RendererElement, {
1165
+ renderData: (params: VxeTableDefines.CellRenderDataParams<VxeTableDataRow>) => VNode<RendererNode, RendererElement, {
1150
1166
  [key: string]: any;
1151
1167
  }>[];
1152
- renderFooter: (params: VxeTableDefines.CellRenderFooterParams) => VNode<RendererNode, RendererElement, {
1168
+ renderFooter: (params: VxeTableDefines.CellRenderFooterParams<VxeTableDataRow>) => VNode<RendererNode, RendererElement, {
1153
1169
  [key: string]: any;
1154
1170
  }>[];
1155
1171
  getTitle: () => string;
@@ -1160,7 +1176,7 @@ declare const _sfc_main: DefineComponent<{
1160
1176
  field?: string | undefined;
1161
1177
  }[] | undefined;
1162
1178
  columnFilterMethod?: ((params: {
1163
- column: VxeTableDefines.ColumnInfo;
1179
+ column: VxeTableDefines.ColumnInfo<VxeTableDataRow>;
1164
1180
  $columnIndex: number;
1165
1181
  }) => boolean) | undefined;
1166
1182
  dataFilterMethod?: ((params: {
@@ -1175,8 +1191,8 @@ declare const _sfc_main: DefineComponent<{
1175
1191
  useStyle?: boolean | undefined;
1176
1192
  sheetMethod?: ((params: VxeTableDefines.ExtortSheetMethodParams) => void) | undefined;
1177
1193
  exportMethod?: ((params: {
1178
- $table: VxeTableConstructor;
1179
- $grid?: VxeGridConstructor | undefined;
1194
+ $table: VxeTableConstructor<any>;
1195
+ $grid?: VxeGridConstructor<any> | undefined;
1180
1196
  options: VxeTablePropTypes.ExportHandleOptions;
1181
1197
  }) => Promise<any>) | undefined;
1182
1198
  beforeExportMethod?: ((params: {
@@ -1193,17 +1209,17 @@ declare const _sfc_main: DefineComponent<{
1193
1209
  message?: boolean | undefined;
1194
1210
  remote?: boolean | undefined;
1195
1211
  importMethod?: ((params: {
1196
- $table: VxeTableConstructor;
1197
- $grid: VxeGridConstructor;
1212
+ $table: VxeTableConstructor<any>;
1213
+ $grid: VxeGridConstructor<any>;
1198
1214
  file: File;
1199
1215
  options: VxeTablePropTypes.ImportHandleOptions;
1200
1216
  }) => Promise<any>) | undefined;
1201
1217
  beforeImportMethod?: ((params: {
1202
- $table: VxeTableConstructor;
1218
+ $table: VxeTableConstructor<any>;
1203
1219
  options: any;
1204
1220
  }) => void) | undefined;
1205
1221
  afterImportMethod?: ((params: {
1206
- $table: VxeTableConstructor;
1222
+ $table: VxeTableConstructor<any>;
1207
1223
  options: any;
1208
1224
  status: boolean;
1209
1225
  }) => void) | undefined;
@@ -1232,12 +1248,12 @@ declare const _sfc_main: DefineComponent<{
1232
1248
  showOverflow: VxeTablePropTypes.ShowOverflow;
1233
1249
  showHeaderOverflow: VxeTablePropTypes.ShowOverflow;
1234
1250
  showFooterOverflow: VxeTablePropTypes.ShowOverflow;
1235
- className: VxeColumnPropTypes.ClassName;
1236
- headerClassName: VxeColumnPropTypes.HeaderClassName;
1237
- footerClassName: VxeColumnPropTypes.FooterClassName;
1238
- formatter: VxeColumnPropTypes.Formatter;
1251
+ className: VxeColumnPropTypes.ClassName<VxeTableDataRow>;
1252
+ headerClassName: VxeColumnPropTypes.HeaderClassName<VxeTableDataRow>;
1253
+ footerClassName: VxeColumnPropTypes.FooterClassName<VxeTableDataRow>;
1254
+ formatter: VxeColumnPropTypes.Formatter<VxeTableDataRow>;
1239
1255
  sortable: boolean;
1240
- sortBy: VxeColumnPropTypes.SortBy;
1256
+ sortBy: VxeColumnPropTypes.SortBy<VxeTableDataRow>;
1241
1257
  sortType: VxeColumnPropTypes.SortType;
1242
1258
  filters: {
1243
1259
  label?: string | number | undefined;
@@ -1247,7 +1263,7 @@ declare const _sfc_main: DefineComponent<{
1247
1263
  checked?: boolean | undefined;
1248
1264
  }[];
1249
1265
  filterMultiple: boolean;
1250
- filterMethod: VxeColumnPropTypes.FilterMethod;
1266
+ filterMethod: VxeColumnPropTypes.FilterMethod<VxeTableDataRow>;
1251
1267
  filterRender: {
1252
1268
  options?: any[] | undefined;
1253
1269
  optionProps?: {
@@ -1277,8 +1293,8 @@ declare const _sfc_main: DefineComponent<{
1277
1293
  };
1278
1294
  treeNode: boolean;
1279
1295
  visible: boolean;
1280
- exportMethod: VxeColumnPropTypes.ExportMethod;
1281
- footerExportMethod: VxeColumnPropTypes.FooterExportMethod;
1296
+ exportMethod: VxeColumnPropTypes.ExportMethod<VxeTableDataRow>;
1297
+ footerExportMethod: VxeColumnPropTypes.FooterExportMethod<VxeTableDataRow>;
1282
1298
  titleHelp: {
1283
1299
  useHTML?: boolean | undefined;
1284
1300
  content?: VxeTooltipPropTypes.Content | undefined;
@@ -1298,7 +1314,7 @@ declare const _sfc_main: DefineComponent<{
1298
1314
  cellType: VxeColumnPropTypes.CellType;
1299
1315
  cellRender: {
1300
1316
  events?: {
1301
- [key: string]: (cellParams: VxeColumnPropTypes.DefaultSlotParams, ...args: any[]) => any;
1317
+ [key: string]: (cellParams: VxeColumnSlotTypes.DefaultSlotParams<VxeTableDataRow>, ...args: any[]) => any;
1302
1318
  } | undefined;
1303
1319
  options?: any[] | undefined;
1304
1320
  optionProps?: {
@@ -1325,7 +1341,7 @@ declare const _sfc_main: DefineComponent<{
1325
1341
  };
1326
1342
  editRender: {
1327
1343
  events?: {
1328
- [key: string]: (cellParams: VxeColumnPropTypes.EditSlotParams, ...args: any[]) => any;
1344
+ [key: string]: (cellParams: VxeColumnSlotTypes.EditSlotParams<VxeTableDataRow>, ...args: any[]) => any;
1329
1345
  } | undefined;
1330
1346
  enabled?: boolean | undefined;
1331
1347
  options?: any[] | undefined;
@@ -1343,7 +1359,7 @@ declare const _sfc_main: DefineComponent<{
1343
1359
  autofocus?: string | undefined;
1344
1360
  autoselect?: boolean | undefined;
1345
1361
  defaultValue?: string | number | object | any[] | ((params: {
1346
- column: VxeTableDefines.ColumnInfo;
1362
+ column: VxeTableDefines.ColumnInfo<VxeTableDataRow>;
1347
1363
  }) => any) | {
1348
1364
  exec: (string: string) => RegExpExecArray | null;
1349
1365
  test: (string: string) => boolean;
@@ -1469,16 +1485,16 @@ declare const _sfc_main: DefineComponent<{
1469
1485
  };
1470
1486
  params: any;
1471
1487
  slots: {
1472
- title?: string | ((params: VxeColumnPropTypes.HeaderSlotParams) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1473
- radio?: string | ((params: VxeColumnPropTypes.DefaultSlotParams) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1474
- checkbox?: string | ((params: VxeColumnPropTypes.DefaultSlotParams) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1475
- default?: string | ((params: VxeColumnPropTypes.DefaultSlotParams) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1476
- header?: string | ((params: VxeColumnPropTypes.HeaderSlotParams) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1477
- footer?: string | ((params: VxeColumnPropTypes.FooterSlotParams) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1478
- content?: string | ((params: VxeColumnPropTypes.ContentSlotParams) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1479
- filter?: string | ((params: VxeColumnPropTypes.FilterSlotParams) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1480
- edit?: string | ((params: VxeColumnPropTypes.EditSlotParams) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1481
- icon?: string | ((params: VxeColumnPropTypes.IconSlotParams) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1488
+ title?: string | ((params: VxeColumnSlotTypes.HeaderSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1489
+ radio?: string | ((params: VxeColumnSlotTypes.DefaultSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1490
+ checkbox?: string | ((params: VxeColumnSlotTypes.DefaultSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1491
+ default?: string | ((params: VxeColumnSlotTypes.DefaultSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1492
+ header?: string | ((params: VxeColumnSlotTypes.HeaderSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1493
+ footer?: string | ((params: VxeColumnSlotTypes.FooterSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1494
+ content?: string | ((params: VxeColumnSlotTypes.ContentSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1495
+ filter?: string | ((params: VxeColumnSlotTypes.FilterSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1496
+ edit?: string | ((params: VxeColumnSlotTypes.EditSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1497
+ icon?: string | ((params: VxeColumnSlotTypes.IconSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1482
1498
  };
1483
1499
  id: string;
1484
1500
  parentId: string;
@@ -1487,6 +1503,7 @@ declare const _sfc_main: DefineComponent<{
1487
1503
  colSpan: number;
1488
1504
  halfVisible: boolean;
1489
1505
  defaultVisible: any;
1506
+ defaultFixed: any;
1490
1507
  checked: boolean;
1491
1508
  halfChecked: boolean;
1492
1509
  disabled: boolean;
@@ -1500,16 +1517,16 @@ declare const _sfc_main: DefineComponent<{
1500
1517
  value: any;
1501
1518
  };
1502
1519
  children: any[];
1503
- renderHeader: (params: VxeTableDefines.CellRenderHeaderParams) => VNode<RendererNode, RendererElement, {
1520
+ renderHeader: (params: VxeTableDefines.CellRenderHeaderParams<VxeTableDataRow>) => VNode<RendererNode, RendererElement, {
1504
1521
  [key: string]: any;
1505
1522
  }>[];
1506
- renderCell: (params: VxeTableDefines.CellRenderCellParams) => VNode<RendererNode, RendererElement, {
1523
+ renderCell: (params: VxeTableDefines.CellRenderCellParams<VxeTableDataRow>) => VNode<RendererNode, RendererElement, {
1507
1524
  [key: string]: any;
1508
1525
  }>[];
1509
- renderData: (params: VxeTableDefines.CellRenderDataParams) => VNode<RendererNode, RendererElement, {
1526
+ renderData: (params: VxeTableDefines.CellRenderDataParams<VxeTableDataRow>) => VNode<RendererNode, RendererElement, {
1510
1527
  [key: string]: any;
1511
1528
  }>[];
1512
- renderFooter: (params: VxeTableDefines.CellRenderFooterParams) => VNode<RendererNode, RendererElement, {
1529
+ renderFooter: (params: VxeTableDefines.CellRenderFooterParams<VxeTableDataRow>) => VNode<RendererNode, RendererElement, {
1513
1530
  [key: string]: any;
1514
1531
  }>[];
1515
1532
  getTitle: () => string;
@@ -1522,7 +1539,7 @@ declare const _sfc_main: DefineComponent<{
1522
1539
  style?: string | undefined;
1523
1540
  content?: string | undefined;
1524
1541
  columnFilterMethod?: ((params: {
1525
- column: VxeTableDefines.ColumnInfo;
1542
+ column: VxeTableDefines.ColumnInfo<VxeTableDataRow>;
1526
1543
  $columnIndex: number;
1527
1544
  }) => boolean) | undefined;
1528
1545
  dataFilterMethod?: ((params: {
@@ -1534,7 +1551,7 @@ declare const _sfc_main: DefineComponent<{
1534
1551
  $rowIndex: number;
1535
1552
  }) => boolean) | undefined;
1536
1553
  beforePrintMethod?: ((params: {
1537
- $table: VxeTableConstructor | null;
1554
+ $table: VxeTableConstructor<any> | null;
1538
1555
  content: string;
1539
1556
  options: VxeTablePropTypes.PrintHandleOptions;
1540
1557
  }) => string) | undefined;
@@ -1544,27 +1561,27 @@ declare const _sfc_main: DefineComponent<{
1544
1561
  expandAll?: boolean | undefined;
1545
1562
  expandRowKeys?: string[] | number[] | undefined;
1546
1563
  accordion?: boolean | undefined;
1547
- trigger?: "" | "default" | "row" | "cell" | null | undefined;
1564
+ trigger?: "" | "default" | "cell" | "row" | null | undefined;
1548
1565
  lazy?: boolean | undefined;
1549
1566
  reserve?: boolean | undefined;
1550
1567
  height?: number | undefined;
1551
1568
  loadMethod?: ((params: {
1552
- $table: VxeTableConstructor & VxeTablePrivateMethods;
1553
- row: any;
1569
+ $table: VxeTableConstructor<VxeTableDataRow> & VxeTablePrivateMethods<VxeTableDataRow>;
1570
+ row: VxeTableDataRow;
1554
1571
  rowIndex: number;
1555
1572
  $rowIndex: number;
1556
1573
  }) => Promise<void>) | undefined;
1557
1574
  toggleMethod?: ((params: {
1558
- $table: VxeTableConstructor & VxeTablePrivateMethods;
1575
+ $table: VxeTableConstructor<VxeTableDataRow> & VxeTablePrivateMethods<VxeTableDataRow>;
1559
1576
  expanded: boolean;
1560
- row: any;
1577
+ row: VxeTableDataRow;
1561
1578
  rowIndex: number;
1562
1579
  $rowIndex: number;
1563
- column: VxeTableDefines.ColumnInfo;
1580
+ column: VxeTableDefines.ColumnInfo<VxeTableDataRow>;
1564
1581
  columnIndex: number;
1565
1582
  $columnIndex: number;
1566
1583
  }) => boolean) | undefined;
1567
- visibleMethod?: ((params: VxeTableDefines.CellRenderBodyParams) => boolean) | undefined;
1584
+ visibleMethod?: ((params: VxeTableDefines.CellRenderBodyParams<VxeTableDataRow>) => boolean) | undefined;
1568
1585
  showIcon?: boolean | undefined;
1569
1586
  iconOpen?: string | undefined;
1570
1587
  iconClose?: string | undefined;
@@ -1581,19 +1598,19 @@ declare const _sfc_main: DefineComponent<{
1581
1598
  expandAll?: boolean | undefined;
1582
1599
  expandRowKeys?: string[] | number[] | undefined;
1583
1600
  accordion?: boolean | undefined;
1584
- trigger?: "" | "default" | "row" | "cell" | null | undefined;
1601
+ trigger?: "" | "default" | "cell" | "row" | null | undefined;
1585
1602
  lazy?: boolean | undefined;
1586
1603
  hasChild?: string | undefined;
1587
1604
  reserve?: boolean | undefined;
1588
1605
  loadMethod?: ((params: {
1589
- $table: VxeTableConstructor & VxeTablePrivateMethods;
1590
- row: any;
1606
+ $table: VxeTableConstructor<VxeTableDataRow> & VxeTablePrivateMethods<VxeTableDataRow>;
1607
+ row: VxeTableDataRow;
1591
1608
  }) => Promise<any[]>) | undefined;
1592
1609
  toggleMethod?: ((params: {
1593
- $table: VxeTableConstructor & VxeTablePrivateMethods;
1610
+ $table: VxeTableConstructor<VxeTableDataRow> & VxeTablePrivateMethods<VxeTableDataRow>;
1594
1611
  expanded: boolean;
1595
- row: any;
1596
- column: VxeTableDefines.ColumnInfo;
1612
+ row: VxeTableDataRow;
1613
+ column: VxeTableDefines.ColumnInfo<VxeTableDataRow>;
1597
1614
  columnIndex: number;
1598
1615
  $columnIndex: number;
1599
1616
  }) => boolean) | undefined;
@@ -1680,10 +1697,10 @@ declare const _sfc_main: DefineComponent<{
1680
1697
  visibleMethod?: ((params: {
1681
1698
  type: string;
1682
1699
  options: VxeTableDefines.MenuFirstOption[][];
1683
- columns: VxeTableDefines.ColumnInfo[];
1684
- row?: any;
1700
+ columns: VxeTableDefines.ColumnInfo<VxeTableDataRow>[];
1701
+ row?: VxeTableDataRow | undefined;
1685
1702
  rowIndex?: number | undefined;
1686
- column?: VxeTableDefines.ColumnInfo | undefined;
1703
+ column?: VxeTableDefines.ColumnInfo<VxeTableDataRow> | undefined;
1687
1704
  columnIndex?: number | undefined;
1688
1705
  }) => boolean) | undefined;
1689
1706
  } | undefined;
@@ -1693,19 +1710,20 @@ declare const _sfc_main: DefineComponent<{
1693
1710
  extension?: boolean | undefined;
1694
1711
  } | undefined;
1695
1712
  areaConfig?: {
1713
+ multiple?: boolean | undefined;
1696
1714
  selectCellByHeader?: boolean | undefined;
1697
1715
  extendByCopy?: boolean | undefined;
1698
1716
  extendByCalc?: boolean | undefined;
1699
- extendCalcMethod?: ((params: VxeTableProDefines.ExtendCellAreaCalcBaseParams) => any[][]) | undefined;
1717
+ extendCalcMethod?: ((params: VxeTableProDefines.ExtendCellAreaCalcBaseParams<VxeTableDataRow>) => any[][]) | undefined;
1700
1718
  extendSetMethod?: ((params: {
1701
1719
  cellValue: any;
1702
- row: any;
1703
- column: VxeTableDefines.ColumnInfo;
1704
- } & VxeTableProDefines.ExtendCellAreaCalcBaseParams) => void) | undefined;
1705
- beforeExtendSetMethod?: ((params: VxeTableProDefines.ExtendCellAreaCalcBaseParams) => boolean) | undefined;
1720
+ row: VxeTableDataRow;
1721
+ column: VxeTableDefines.ColumnInfo<VxeTableDataRow>;
1722
+ } & VxeTableProDefines.ExtendCellAreaCalcBaseParams<VxeTableDataRow>) => void) | undefined;
1723
+ beforeExtendSetMethod?: ((params: VxeTableProDefines.ExtendCellAreaCalcBaseParams<VxeTableDataRow>) => boolean) | undefined;
1706
1724
  afterExtendSetMethod?: ((params: {
1707
1725
  extendValues: any[][];
1708
- } & VxeTableProDefines.ExtendCellAreaCalcBaseParams) => boolean) | undefined;
1726
+ } & VxeTableProDefines.ExtendCellAreaCalcBaseParams<VxeTableDataRow>) => boolean) | undefined;
1709
1727
  } | undefined;
1710
1728
  fnrConfig?: {
1711
1729
  isFind?: boolean | undefined;
@@ -1720,36 +1738,36 @@ declare const _sfc_main: DefineComponent<{
1720
1738
  beforeFindMethod?: ((params: {
1721
1739
  isAll: boolean;
1722
1740
  findValue: string | null;
1723
- $table: VxeTableConstructor & VxeTablePrivateMethods;
1724
- $grid: VxeGridConstructor | null | undefined;
1741
+ $table: VxeTableConstructor<VxeTableDataRow> & VxeTablePrivateMethods<VxeTableDataRow>;
1742
+ $grid: VxeGridConstructor<VxeTableDataRow> | null | undefined;
1725
1743
  }) => boolean) | undefined;
1726
1744
  afterFindMethod?: ((params: {
1727
1745
  isAll: boolean;
1728
1746
  findValue: string | null;
1729
- result: VxeTableProDefines.FindAndReplaceResult[];
1730
- $table: VxeTableConstructor & VxeTablePrivateMethods;
1731
- $grid: VxeGridConstructor | null | undefined;
1747
+ result: VxeTableProDefines.FindAndReplaceResult<VxeTableDataRow>[];
1748
+ $table: VxeTableConstructor<VxeTableDataRow> & VxeTablePrivateMethods<VxeTableDataRow>;
1749
+ $grid: VxeGridConstructor<VxeTableDataRow> | null | undefined;
1732
1750
  }) => void) | undefined;
1733
1751
  isReplace?: boolean | undefined;
1734
1752
  replaceMethod?: ((params: {
1735
- row: any;
1736
- column: VxeTableDefines.ColumnInfo;
1753
+ row: VxeTableDataRow;
1754
+ column: VxeTableDefines.ColumnInfo<VxeTableDataRow>;
1737
1755
  cellValue: any;
1738
1756
  }) => void) | undefined;
1739
1757
  beforeReplaceMethod?: ((params: {
1740
1758
  isAll: boolean;
1741
1759
  findValue: string | null;
1742
1760
  replaceValue: string;
1743
- $table: VxeTableConstructor & VxeTablePrivateMethods;
1744
- $grid: VxeGridConstructor | null | undefined;
1761
+ $table: VxeTableConstructor<VxeTableDataRow> & VxeTablePrivateMethods<VxeTableDataRow>;
1762
+ $grid: VxeGridConstructor<VxeTableDataRow> | null | undefined;
1745
1763
  }) => boolean) | undefined;
1746
1764
  afterReplaceMethod?: ((params: {
1747
1765
  isAll: boolean;
1748
1766
  findValue: string | null;
1749
1767
  replaceValue: string;
1750
- result: VxeTableProDefines.FindAndReplaceResult[];
1751
- $table: VxeTableConstructor & VxeTablePrivateMethods;
1752
- $grid: VxeGridConstructor | null | undefined;
1768
+ result: VxeTableProDefines.FindAndReplaceResult<VxeTableDataRow>[];
1769
+ $table: VxeTableConstructor<VxeTableDataRow> & VxeTablePrivateMethods<VxeTableDataRow>;
1770
+ $grid: VxeGridConstructor<VxeTableDataRow> | null | undefined;
1753
1771
  }) => void) | undefined;
1754
1772
  } | undefined;
1755
1773
  keyboardConfig?: {
@@ -1766,26 +1784,26 @@ declare const _sfc_main: DefineComponent<{
1766
1784
  isChecked?: boolean | undefined;
1767
1785
  enterToTab?: boolean | undefined;
1768
1786
  delMethod?: ((params: {
1769
- row: any;
1787
+ row: VxeTableDataRow;
1770
1788
  rowIndex: number;
1771
- column: VxeTableDefines.ColumnInfo;
1789
+ column: VxeTableDefines.ColumnInfo<VxeTableDataRow>;
1772
1790
  columnIndex: number;
1773
- $table: VxeTableConstructor & VxeTablePrivateMethods;
1791
+ $table: VxeTableConstructor<VxeTableDataRow> & VxeTablePrivateMethods<VxeTableDataRow>;
1774
1792
  }) => void) | undefined;
1775
1793
  backMethod?: ((params: {
1776
- row: any;
1794
+ row: VxeTableDataRow;
1777
1795
  rowIndex: number;
1778
- column: VxeTableDefines.ColumnInfo;
1796
+ column: VxeTableDefines.ColumnInfo<VxeTableDataRow>;
1779
1797
  columnIndex: number;
1780
- $table: VxeTableConstructor & VxeTablePrivateMethods;
1798
+ $table: VxeTableConstructor<VxeTableDataRow> & VxeTablePrivateMethods<VxeTableDataRow>;
1781
1799
  }) => void) | undefined;
1782
1800
  editMethod?: ((params: {
1783
- row: any;
1801
+ row: VxeTableDataRow;
1784
1802
  rowIndex: number;
1785
- column: VxeTableDefines.ColumnInfo;
1803
+ column: VxeTableDefines.ColumnInfo<VxeTableDataRow>;
1786
1804
  columnIndex: number;
1787
- $table: VxeTableConstructor & VxeTablePrivateMethods;
1788
- $grid: VxeGridConstructor | null | undefined;
1805
+ $table: VxeTableConstructor<VxeTableDataRow> & VxeTablePrivateMethods<VxeTableDataRow>;
1806
+ $grid: VxeGridConstructor<VxeTableDataRow> | null | undefined;
1789
1807
  }) => boolean) | undefined;
1790
1808
  } | undefined;
1791
1809
  clipConfig?: {
@@ -1797,94 +1815,94 @@ declare const _sfc_main: DefineComponent<{
1797
1815
  isColumnIncrement?: boolean | undefined;
1798
1816
  copyMethod?: ((params: {
1799
1817
  isCut: boolean;
1800
- row: any;
1801
- column: VxeTableDefines.ColumnInfo;
1818
+ row: VxeTableDataRow;
1819
+ column: VxeTableDefines.ColumnInfo<VxeTableDataRow>;
1802
1820
  cellValue: any;
1803
- $table: VxeTableConstructor & VxeTablePrivateMethods;
1804
- $grid: VxeGridConstructor | null | undefined;
1821
+ $table: VxeTableConstructor<VxeTableDataRow> & VxeTablePrivateMethods<VxeTableDataRow>;
1822
+ $grid: VxeGridConstructor<VxeTableDataRow> | null | undefined;
1805
1823
  }) => string) | undefined;
1806
1824
  beforeCopyMethod?: ((params: {
1807
1825
  isCut: boolean;
1808
- activeArea: VxeTableProDefines.MouseActiveCellArea;
1809
- targetAreas: VxeTableProDefines.CellAreaParams[];
1810
- $table: VxeTableConstructor & VxeTablePrivateMethods;
1811
- $grid: VxeGridConstructor | null | undefined;
1826
+ activeArea: VxeTableProDefines.MouseActiveCellArea<VxeTableDataRow>;
1827
+ targetAreas: VxeTableProDefines.CellAreaParams<VxeTableDataRow>[];
1828
+ $table: VxeTableConstructor<VxeTableDataRow> & VxeTablePrivateMethods<VxeTableDataRow>;
1829
+ $grid: VxeGridConstructor<VxeTableDataRow> | null | undefined;
1812
1830
  }) => boolean) | undefined;
1813
1831
  afterCopyMethod?: ((params: {
1814
1832
  isCut: boolean;
1815
- targetAreas: VxeTableProDefines.CellAreaParams[];
1816
- $table: VxeTableConstructor & VxeTablePrivateMethods;
1817
- $grid: VxeGridConstructor | null | undefined;
1833
+ targetAreas: VxeTableProDefines.CellAreaParams<VxeTableDataRow>[];
1834
+ $table: VxeTableConstructor<VxeTableDataRow> & VxeTablePrivateMethods<VxeTableDataRow>;
1835
+ $grid: VxeGridConstructor<VxeTableDataRow> | null | undefined;
1818
1836
  }) => boolean) | undefined;
1819
1837
  cutMethod?: ((params: {
1820
- row: any;
1821
- column: VxeTableDefines.ColumnInfo;
1838
+ row: VxeTableDataRow;
1839
+ column: VxeTableDefines.ColumnInfo<VxeTableDataRow>;
1822
1840
  cellValue: any;
1823
- $table: VxeTableConstructor & VxeTablePrivateMethods;
1824
- $grid: VxeGridConstructor | null | undefined;
1841
+ $table: VxeTableConstructor<VxeTableDataRow> & VxeTablePrivateMethods<VxeTableDataRow>;
1842
+ $grid: VxeGridConstructor<VxeTableDataRow> | null | undefined;
1825
1843
  }) => void) | undefined;
1826
1844
  beforeCutMethod?: ((params: {
1827
- activeArea: VxeTableProDefines.MouseActiveCellArea;
1828
- cutAreas: VxeTableProDefines.CellAreaParams[];
1829
- currentAreas: VxeTableProDefines.CellAreaParams[];
1830
- $table: VxeTableConstructor & VxeTablePrivateMethods;
1831
- $grid: VxeGridConstructor | null | undefined;
1845
+ activeArea: VxeTableProDefines.MouseActiveCellArea<VxeTableDataRow>;
1846
+ cutAreas: VxeTableProDefines.CellAreaParams<VxeTableDataRow>[];
1847
+ currentAreas: VxeTableProDefines.CellAreaParams<VxeTableDataRow>[];
1848
+ $table: VxeTableConstructor<VxeTableDataRow> & VxeTablePrivateMethods<VxeTableDataRow>;
1849
+ $grid: VxeGridConstructor<VxeTableDataRow> | null | undefined;
1832
1850
  }) => boolean) | undefined;
1833
1851
  afterCutMethod?: ((params: {
1834
- cutAreas: VxeTableProDefines.CellAreaParams[];
1835
- currentAreas: VxeTableProDefines.CellAreaParams[];
1836
- $table: VxeTableConstructor & VxeTablePrivateMethods;
1837
- $grid: VxeGridConstructor | null | undefined;
1852
+ cutAreas: VxeTableProDefines.CellAreaParams<VxeTableDataRow>[];
1853
+ currentAreas: VxeTableProDefines.CellAreaParams<VxeTableDataRow>[];
1854
+ $table: VxeTableConstructor<VxeTableDataRow> & VxeTablePrivateMethods<VxeTableDataRow>;
1855
+ $grid: VxeGridConstructor<VxeTableDataRow> | null | undefined;
1838
1856
  }) => void) | undefined;
1839
1857
  pasteMethod?: ((params: {
1840
1858
  isCut: boolean;
1841
- row: any;
1842
- column: VxeTableDefines.ColumnInfo;
1859
+ row: VxeTableDataRow;
1860
+ column: VxeTableDefines.ColumnInfo<VxeTableDataRow>;
1843
1861
  cellValue: any;
1844
- $table: VxeTableConstructor & VxeTablePrivateMethods;
1845
- $grid: VxeGridConstructor | null | undefined;
1862
+ $table: VxeTableConstructor<VxeTableDataRow> & VxeTablePrivateMethods<VxeTableDataRow>;
1863
+ $grid: VxeGridConstructor<VxeTableDataRow> | null | undefined;
1846
1864
  }) => void) | undefined;
1847
1865
  beforePasteMethod?: ((params: {
1848
1866
  isCut: boolean;
1849
- activeArea: VxeTableProDefines.MouseActiveCellArea;
1850
- cutAreas: VxeTableProDefines.CellAreaParams[];
1851
- currentAreas: VxeTableProDefines.CellAreaParams[];
1852
- targetAreas: VxeTableProDefines.CellAreaParams[];
1867
+ activeArea: VxeTableProDefines.MouseActiveCellArea<VxeTableDataRow>;
1868
+ cutAreas: VxeTableProDefines.CellAreaParams<VxeTableDataRow>[];
1869
+ currentAreas: VxeTableProDefines.CellAreaParams<VxeTableDataRow>[];
1870
+ targetAreas: VxeTableProDefines.CellAreaParams<VxeTableDataRow>[];
1853
1871
  cellValues: string[][];
1854
1872
  pasteCells: string[][];
1855
- $table: VxeTableConstructor & VxeTablePrivateMethods;
1856
- $grid: VxeGridConstructor | null | undefined;
1873
+ $table: VxeTableConstructor<VxeTableDataRow> & VxeTablePrivateMethods<VxeTableDataRow>;
1874
+ $grid: VxeGridConstructor<VxeTableDataRow> | null | undefined;
1857
1875
  }) => boolean) | undefined;
1858
1876
  afterPasteMethod?: ((params: {
1859
1877
  isCut: boolean;
1860
- currentAreas: VxeTableProDefines.CellAreaParams[];
1861
- cutAreas: VxeTableProDefines.CellAreaParams[];
1862
- targetAreas: VxeTableProDefines.CellAreaParams[];
1878
+ currentAreas: VxeTableProDefines.CellAreaParams<VxeTableDataRow>[];
1879
+ cutAreas: VxeTableProDefines.CellAreaParams<VxeTableDataRow>[];
1880
+ targetAreas: VxeTableProDefines.CellAreaParams<VxeTableDataRow>[];
1863
1881
  cellValues: any[][];
1864
1882
  pasteCells: string[][];
1865
- insertRows: any[];
1866
- insertColumns: VxeTableDefines.ColumnInfo[];
1867
- $table: VxeTableConstructor & VxeTablePrivateMethods;
1868
- $grid: VxeGridConstructor | null | undefined;
1883
+ insertRows: VxeTableDataRow[];
1884
+ insertColumns: VxeTableDefines.ColumnInfo<VxeTableDataRow>[];
1885
+ $table: VxeTableConstructor<VxeTableDataRow> & VxeTablePrivateMethods<VxeTableDataRow>;
1886
+ $grid: VxeGridConstructor<VxeTableDataRow> | null | undefined;
1869
1887
  }) => boolean) | undefined;
1870
1888
  createRowsMethod?: ((params: {
1871
- currentAreas: VxeTableProDefines.CellAreaParams[];
1872
- targetAreas: VxeTableProDefines.CellAreaParams[];
1889
+ currentAreas: VxeTableProDefines.CellAreaParams<VxeTableDataRow>[];
1890
+ targetAreas: VxeTableProDefines.CellAreaParams<VxeTableDataRow>[];
1873
1891
  cellValues: any[][];
1874
1892
  pasteCells: string[][];
1875
- insertRows: any[];
1876
- $table: VxeTableConstructor & VxeTablePrivateMethods;
1877
- $grid: VxeGridConstructor | null | undefined;
1878
- }) => any[]) | undefined;
1893
+ insertRows: VxeTableDataRow[];
1894
+ $table: VxeTableConstructor<VxeTableDataRow> & VxeTablePrivateMethods<VxeTableDataRow>;
1895
+ $grid: VxeGridConstructor<VxeTableDataRow> | null | undefined;
1896
+ }) => VxeTableDataRow[]) | undefined;
1879
1897
  createColumnsMethod?: ((params: {
1880
- currentAreas: VxeTableProDefines.CellAreaParams[];
1881
- targetAreas: VxeTableProDefines.CellAreaParams[];
1898
+ currentAreas: VxeTableProDefines.CellAreaParams<VxeTableDataRow>[];
1899
+ targetAreas: VxeTableProDefines.CellAreaParams<VxeTableDataRow>[];
1882
1900
  cellValues: any[][];
1883
1901
  pasteCells: string[][];
1884
- insertColumns: VxeTableDefines.ColumnOptions[];
1885
- $table: VxeTableConstructor & VxeTablePrivateMethods;
1886
- $grid: VxeGridConstructor | null | undefined;
1887
- }) => VxeTableDefines.ColumnOptions[]) | undefined;
1902
+ insertColumns: VxeTableDefines.ColumnOptions<VxeTableDataRow>[];
1903
+ $table: VxeTableConstructor<VxeTableDataRow> & VxeTablePrivateMethods<VxeTableDataRow>;
1904
+ $grid: VxeGridConstructor<VxeTableDataRow> | null | undefined;
1905
+ }) => VxeTableDefines.ColumnOptions<VxeTableDataRow>[]) | undefined;
1888
1906
  } | undefined;
1889
1907
  editConfig?: {
1890
1908
  trigger?: "" | "click" | "manual" | "dblclick" | null | undefined;
@@ -1898,20 +1916,20 @@ declare const _sfc_main: DefineComponent<{
1898
1916
  showAsterisk?: boolean | undefined;
1899
1917
  autoClear?: boolean | undefined;
1900
1918
  beforeEditMethod?: ((params: {
1901
- row: any;
1919
+ row: VxeTableDataRow;
1902
1920
  rowIndex: number;
1903
- column: VxeTableDefines.ColumnInfo;
1921
+ column: VxeTableDefines.ColumnInfo<VxeTableDataRow>;
1904
1922
  columnIndex: number;
1905
- $table: VxeTableConstructor & VxeTablePrivateMethods;
1906
- $grid: VxeGridConstructor | null | undefined;
1923
+ $table: VxeTableConstructor<VxeTableDataRow> & VxeTablePrivateMethods<VxeTableDataRow>;
1924
+ $grid: VxeGridConstructor<VxeTableDataRow> | null | undefined;
1907
1925
  }) => boolean) | undefined;
1908
1926
  activeMethod?: ((params: {
1909
- row: any;
1927
+ row: VxeTableDataRow;
1910
1928
  rowIndex: number;
1911
- column: VxeTableDefines.ColumnInfo;
1929
+ column: VxeTableDefines.ColumnInfo<VxeTableDataRow>;
1912
1930
  columnIndex: number;
1913
- $table: VxeTableConstructor & VxeTablePrivateMethods;
1914
- $grid: VxeGridConstructor | null | undefined;
1931
+ $table: VxeTableConstructor<VxeTableDataRow> & VxeTablePrivateMethods<VxeTableDataRow>;
1932
+ $grid: VxeGridConstructor<VxeTableDataRow> | null | undefined;
1915
1933
  }) => boolean) | undefined;
1916
1934
  } | undefined;
1917
1935
  validConfig?: {
@@ -1920,7 +1938,7 @@ declare const _sfc_main: DefineComponent<{
1920
1938
  message?: string | undefined;
1921
1939
  maxWidth?: number | undefined;
1922
1940
  } | undefined;
1923
- editRules?: VxeTablePropTypes.EditRules | undefined;
1941
+ editRules?: VxeTablePropTypes.EditRules<VxeTableDataRow> | undefined;
1924
1942
  emptyText?: string | undefined;
1925
1943
  emptyRender?: {
1926
1944
  name?: string | undefined;
@@ -1962,16 +1980,16 @@ declare const _sfc_main: DefineComponent<{
1962
1980
  columns?: {
1963
1981
  children?: any[] | undefined;
1964
1982
  slots?: {
1965
- title?: string | ((params: VxeColumnPropTypes.HeaderSlotParams) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1966
- radio?: string | ((params: VxeColumnPropTypes.DefaultSlotParams) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1967
- checkbox?: string | ((params: VxeColumnPropTypes.DefaultSlotParams) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1968
- default?: string | ((params: VxeColumnPropTypes.DefaultSlotParams) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1969
- header?: string | ((params: VxeColumnPropTypes.HeaderSlotParams) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1970
- footer?: string | ((params: VxeColumnPropTypes.FooterSlotParams) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1971
- content?: string | ((params: VxeColumnPropTypes.ContentSlotParams) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1972
- filter?: string | ((params: VxeColumnPropTypes.FilterSlotParams) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1973
- edit?: string | ((params: VxeColumnPropTypes.EditSlotParams) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1974
- icon?: string | ((params: VxeColumnPropTypes.IconSlotParams) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1983
+ title?: string | ((params: VxeColumnSlotTypes.HeaderSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1984
+ radio?: string | ((params: VxeColumnSlotTypes.DefaultSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1985
+ checkbox?: string | ((params: VxeColumnSlotTypes.DefaultSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1986
+ default?: string | ((params: VxeColumnSlotTypes.DefaultSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1987
+ header?: string | ((params: VxeColumnSlotTypes.HeaderSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1988
+ footer?: string | ((params: VxeColumnSlotTypes.FooterSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1989
+ content?: string | ((params: VxeColumnSlotTypes.ContentSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1990
+ filter?: string | ((params: VxeColumnSlotTypes.FilterSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1991
+ edit?: string | ((params: VxeColumnSlotTypes.EditSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1992
+ icon?: string | ((params: VxeColumnSlotTypes.IconSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1975
1993
  } | undefined;
1976
1994
  colId?: VxeColumnPropTypes.ColId | undefined;
1977
1995
  type?: VxeColumnPropTypes.Type | undefined;
@@ -1988,12 +2006,12 @@ declare const _sfc_main: DefineComponent<{
1988
2006
  showOverflow?: VxeTablePropTypes.ShowOverflow | undefined;
1989
2007
  showHeaderOverflow?: VxeTablePropTypes.ShowOverflow | undefined;
1990
2008
  showFooterOverflow?: VxeTablePropTypes.ShowOverflow | undefined;
1991
- className?: VxeColumnPropTypes.ClassName | undefined;
1992
- headerClassName?: VxeColumnPropTypes.HeaderClassName | undefined;
1993
- footerClassName?: VxeColumnPropTypes.FooterClassName | undefined;
1994
- formatter?: VxeColumnPropTypes.Formatter | undefined;
2009
+ className?: VxeColumnPropTypes.ClassName<VxeTableDataRow> | undefined;
2010
+ headerClassName?: VxeColumnPropTypes.HeaderClassName<VxeTableDataRow> | undefined;
2011
+ footerClassName?: VxeColumnPropTypes.FooterClassName<VxeTableDataRow> | undefined;
2012
+ formatter?: VxeColumnPropTypes.Formatter<VxeTableDataRow> | undefined;
1995
2013
  sortable?: boolean | undefined;
1996
- sortBy?: VxeColumnPropTypes.SortBy | undefined;
2014
+ sortBy?: VxeColumnPropTypes.SortBy<VxeTableDataRow> | undefined;
1997
2015
  sortType?: VxeColumnPropTypes.SortType | undefined;
1998
2016
  filters?: {
1999
2017
  label?: string | number | undefined;
@@ -2003,7 +2021,7 @@ declare const _sfc_main: DefineComponent<{
2003
2021
  checked?: boolean | undefined;
2004
2022
  }[] | undefined;
2005
2023
  filterMultiple?: boolean | undefined;
2006
- filterMethod?: VxeColumnPropTypes.FilterMethod | undefined;
2024
+ filterMethod?: VxeColumnPropTypes.FilterMethod<VxeTableDataRow> | undefined;
2007
2025
  filterRender?: {
2008
2026
  options?: any[] | undefined;
2009
2027
  optionProps?: {
@@ -2033,8 +2051,8 @@ declare const _sfc_main: DefineComponent<{
2033
2051
  } | undefined;
2034
2052
  treeNode?: boolean | undefined;
2035
2053
  visible?: boolean | undefined;
2036
- exportMethod?: VxeColumnPropTypes.ExportMethod | undefined;
2037
- footerExportMethod?: VxeColumnPropTypes.FooterExportMethod | undefined;
2054
+ exportMethod?: VxeColumnPropTypes.ExportMethod<VxeTableDataRow> | undefined;
2055
+ footerExportMethod?: VxeColumnPropTypes.FooterExportMethod<VxeTableDataRow> | undefined;
2038
2056
  titleHelp?: {
2039
2057
  useHTML?: boolean | undefined;
2040
2058
  content?: VxeTooltipPropTypes.Content | undefined;
@@ -2054,7 +2072,7 @@ declare const _sfc_main: DefineComponent<{
2054
2072
  cellType?: VxeColumnPropTypes.CellType | undefined;
2055
2073
  cellRender?: {
2056
2074
  events?: {
2057
- [key: string]: (cellParams: VxeColumnPropTypes.DefaultSlotParams, ...args: any[]) => any;
2075
+ [key: string]: (cellParams: VxeColumnSlotTypes.DefaultSlotParams<VxeTableDataRow>, ...args: any[]) => any;
2058
2076
  } | undefined;
2059
2077
  options?: any[] | undefined;
2060
2078
  optionProps?: {
@@ -2081,7 +2099,7 @@ declare const _sfc_main: DefineComponent<{
2081
2099
  } | undefined;
2082
2100
  editRender?: {
2083
2101
  events?: {
2084
- [key: string]: (cellParams: VxeColumnPropTypes.EditSlotParams, ...args: any[]) => any;
2102
+ [key: string]: (cellParams: VxeColumnSlotTypes.EditSlotParams<VxeTableDataRow>, ...args: any[]) => any;
2085
2103
  } | undefined;
2086
2104
  enabled?: boolean | undefined;
2087
2105
  options?: any[] | undefined;
@@ -2099,7 +2117,7 @@ declare const _sfc_main: DefineComponent<{
2099
2117
  autofocus?: string | undefined;
2100
2118
  autoselect?: boolean | undefined;
2101
2119
  defaultValue?: string | number | object | any[] | ((params: {
2102
- column: VxeTableDefines.ColumnInfo;
2120
+ column: VxeTableDefines.ColumnInfo<VxeTableDataRow>;
2103
2121
  }) => any) | {
2104
2122
  exec: (string: string) => RegExpExecArray | null;
2105
2123
  test: (string: string) => boolean;
@@ -2268,15 +2286,14 @@ declare const _sfc_main: DefineComponent<{
2268
2286
  message?: string | undefined;
2269
2287
  } | undefined;
2270
2288
  ajax?: {
2271
- query?: ((params: VxeGridPropTypes.ProxyAjaxQueryParams, ...args: any[]) => Promise<any>) | undefined;
2272
- queryAll?: ((params: VxeGridPropTypes.ProxyAjaxQueryAllParams, ...args: any[]) => Promise<any>) | undefined;
2273
- delete?: ((params: VxeGridPropTypes.ProxyAjaxDeleteParams, ...args: any[]) => Promise<any>) | undefined;
2274
- save?: ((params: VxeGridPropTypes.ProxyAjaxSaveParams, ...args: any[]) => Promise<any>) | undefined;
2289
+ query?: ((params: VxeGridPropTypes.ProxyAjaxQueryParams<VxeTableDataRow>, ...args: any[]) => Promise<any>) | undefined;
2290
+ queryAll?: ((params: VxeGridPropTypes.ProxyAjaxQueryAllParams<VxeTableDataRow>, ...args: any[]) => Promise<any>) | undefined;
2291
+ delete?: ((params: VxeGridPropTypes.ProxyAjaxDeleteParams<VxeTableDataRow>, ...args: any[]) => Promise<any>) | undefined;
2292
+ save?: ((params: VxeGridPropTypes.ProxyAjaxSaveParams<VxeTableDataRow>, ...args: any[]) => Promise<any>) | undefined;
2275
2293
  } | undefined;
2276
2294
  } | undefined;
2277
2295
  toolbarConfig?: {
2278
2296
  enabled?: boolean | undefined;
2279
- buttons?: any[] | undefined;
2280
2297
  zoom?: boolean | {
2281
2298
  escRestore?: boolean | undefined;
2282
2299
  iconIn?: string | undefined;
@@ -2285,12 +2302,12 @@ declare const _sfc_main: DefineComponent<{
2285
2302
  slots?: {
2286
2303
  buttons?: string | ((params: {
2287
2304
  [key: string]: any;
2288
- }) => JSX.Element | string[] | VNode<RendererNode, RendererElement, {
2305
+ }) => string[] | JSX.Element | VNode<RendererNode, RendererElement, {
2289
2306
  [key: string]: any;
2290
2307
  }>[] | JSX.Element[]) | undefined;
2291
2308
  tools?: string | ((params: {
2292
2309
  [key: string]: any;
2293
- }) => JSX.Element | string[] | VNode<RendererNode, RendererElement, {
2310
+ }) => string[] | JSX.Element | VNode<RendererNode, RendererElement, {
2294
2311
  [key: string]: any;
2295
2312
  }>[] | JSX.Element[]) | undefined;
2296
2313
  } | undefined;
@@ -2303,7 +2320,7 @@ declare const _sfc_main: DefineComponent<{
2303
2320
  refresh?: boolean | {
2304
2321
  queryMethod?: ((params: {
2305
2322
  [key: string]: any;
2306
- }) => Promise<any>) | undefined;
2323
+ }) => any) | undefined;
2307
2324
  code?: "" | "query" | "reload" | null | undefined;
2308
2325
  icon?: string | undefined;
2309
2326
  iconLoading?: string | undefined;
@@ -2325,11 +2342,45 @@ declare const _sfc_main: DefineComponent<{
2325
2342
  immediate?: boolean | undefined;
2326
2343
  storage?: boolean | undefined;
2327
2344
  checkMethod?: ((params: {
2328
- column: VxeTableDefines.ColumnInfo;
2345
+ column: VxeTableDefines.ColumnInfo<VxeTableDataRow>;
2329
2346
  }) => boolean) | undefined;
2330
2347
  isFooter?: boolean | undefined;
2331
2348
  icon?: string | undefined;
2332
2349
  } | undefined;
2350
+ buttons?: {
2351
+ dropdowns?: any[] | undefined;
2352
+ buttonRender?: {
2353
+ name?: string | undefined;
2354
+ props?: {
2355
+ [key: string]: any;
2356
+ } | undefined;
2357
+ attrs?: {
2358
+ [key: string]: any;
2359
+ } | undefined;
2360
+ events?: {
2361
+ [key: string]: (...args: any[]) => any;
2362
+ } | undefined;
2363
+ children?: any[] | undefined;
2364
+ cellType?: "string" | "number" | undefined;
2365
+ } | undefined;
2366
+ code?: string | undefined;
2367
+ visible?: boolean | undefined;
2368
+ params?: any;
2369
+ size?: SizeType | undefined;
2370
+ type?: string | undefined;
2371
+ className?: string | undefined;
2372
+ name?: VxeButtonPropTypes.Name | undefined;
2373
+ content?: string | undefined;
2374
+ placement?: string | undefined;
2375
+ status?: string | undefined;
2376
+ icon?: string | undefined;
2377
+ round?: boolean | undefined;
2378
+ circle?: boolean | undefined;
2379
+ disabled?: boolean | undefined;
2380
+ loading?: boolean | undefined;
2381
+ destroyOnClose?: boolean | undefined;
2382
+ transfer?: boolean | undefined;
2383
+ }[] | undefined;
2333
2384
  tools?: {
2334
2385
  dropdowns?: any[] | undefined;
2335
2386
  toolRender?: {
@@ -2378,7 +2429,12 @@ declare const _sfc_main: DefineComponent<{
2378
2429
  titleWidth?: VxeFormPropTypes.TitleWidth | undefined;
2379
2430
  titleColon?: boolean | undefined;
2380
2431
  titleAsterisk?: boolean | undefined;
2432
+ showTitle?: boolean | undefined;
2381
2433
  className?: VxeFormItemPropTypes.ClassName | undefined;
2434
+ contentClassName?: VxeFormItemPropTypes.ContentClassName | undefined;
2435
+ contentStyle?: VxeFormItemPropTypes.ContentStyle | undefined;
2436
+ titleClassName?: VxeFormItemPropTypes.TitleClassName | undefined;
2437
+ titleStyle?: VxeFormItemPropTypes.TitleStyle | undefined;
2382
2438
  titlePrefix?: {
2383
2439
  useHTML?: boolean | undefined;
2384
2440
  content?: VxeTooltipPropTypes.Content | undefined;
@@ -2415,7 +2471,7 @@ declare const _sfc_main: DefineComponent<{
2415
2471
  key?: string | undefined;
2416
2472
  } | undefined;
2417
2473
  content?: string | undefined;
2418
- autofocus?: boolean | undefined;
2474
+ autofocus?: string | undefined;
2419
2475
  defaultValue?: string | number | object | any[] | {
2420
2476
  exec: (string: string) => RegExpExecArray | null;
2421
2477
  test: (string: string) => boolean;
@@ -2558,47 +2614,62 @@ declare const _sfc_main: DefineComponent<{
2558
2614
  escRestore?: boolean | undefined;
2559
2615
  } | undefined;
2560
2616
  };
2617
+ pageData: Ref<RecordStringNumber>;
2618
+ handleDeleteRow: (btn: PageButtonWithGroupCode) => void;
2619
+ computedColumns: ComputedRef<VxeGridPropTypes.Columns<VxeTableDataRow>>;
2620
+ editRules: ComputedRef<ruleItem>;
2621
+ shake: Ref<boolean>;
2561
2622
  }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
2562
- groupName: {
2563
- type: PropType<string>;
2564
- default: string;
2623
+ readonly groupName: {
2624
+ readonly type: PropType<string>;
2625
+ readonly default: "";
2626
+ };
2627
+ readonly groupNameI18nKey: {
2628
+ readonly type: PropType<string>;
2629
+ readonly default: "";
2630
+ };
2631
+ readonly groupCode: {
2632
+ readonly type: PropType<string>;
2633
+ readonly default: "";
2565
2634
  };
2566
- groupNameI18nKey: {
2567
- type: PropType<string>;
2568
- default: string;
2635
+ readonly groupType: {
2636
+ readonly type: PropType<string>;
2637
+ readonly default: "";
2569
2638
  };
2570
- groupCode: {
2571
- type: PropType<string>;
2572
- default: string;
2639
+ readonly sortOrder: {
2640
+ readonly type: PropType<string>;
2641
+ readonly default: "";
2573
2642
  };
2574
- groupType: {
2575
- type: PropType<string>;
2576
- default: string;
2643
+ readonly buttons: {
2644
+ readonly type: PropType<PageButton[]>;
2645
+ readonly default: () => never[];
2577
2646
  };
2578
- sortOrder: {
2579
- type: PropType<string>;
2580
- default: string;
2647
+ readonly columns: {
2648
+ readonly type: PropType<ColumnItem[]>;
2649
+ readonly default: () => never[];
2581
2650
  };
2582
- buttons: {
2583
- type: PropType<PageButton[]>;
2584
- default(): never[];
2651
+ readonly extend: {
2652
+ readonly type: ObjectConstructor;
2653
+ readonly default: () => {};
2585
2654
  };
2586
- columns: {
2587
- type: PropType<ColumnItem[]>;
2588
- default(): never[];
2655
+ readonly vxeGridConfig: {
2656
+ readonly type: PropType<VxeGridProps<VxeTableDataRow>>;
2657
+ readonly default: () => {};
2589
2658
  };
2590
- extend: {
2591
- type: ObjectConstructor;
2592
- default(): {};
2659
+ readonly shake: {
2660
+ readonly type: PropType<boolean>;
2661
+ readonly default: true;
2593
2662
  };
2594
2663
  }>>, {
2595
- groupName: string;
2596
- groupNameI18nKey: string;
2597
- groupCode: string;
2598
- groupType: string;
2599
- sortOrder: string;
2600
- buttons: PageButton[];
2601
- extend: Record<string, any>;
2602
- columns: ColumnItem[];
2603
- }>;
2664
+ readonly columns: ColumnItem[];
2665
+ readonly buttons: PageButton[];
2666
+ readonly extend: Record<string, any>;
2667
+ readonly groupName: string;
2668
+ readonly groupNameI18nKey: string;
2669
+ readonly groupCode: string;
2670
+ readonly groupType: string;
2671
+ readonly sortOrder: string;
2672
+ readonly shake: boolean;
2673
+ readonly vxeGridConfig: VxeGridProps<VxeTableDataRow>;
2674
+ }, {}>;
2604
2675
  export default _sfc_main;