@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,54 +1,65 @@
1
- import type { VxeGridInstance, SizeType, VxeTablePropTypes, VxeColumnPropTypes, VxeTooltipPropTypes, VxeTableDefines, SlotVNodeType, VxeTableConstructor, VxeTablePrivateMethods, VxeGridConstructor, VxeTableProDefines, VxePagerPropTypes, VxeGridPropTypes, VxeButtonPropTypes, VxeToolbarPropTypes, VxeFormPropTypes, VxeFormItemPropTypes, VxeFormItemProps, FormItemTitleRenderParams, FormItemContentRenderParams } from 'vxe-table';
2
- import type { PageButton, ColumnItem } from '../edit-page-layout';
1
+ import type { ruleItem } from './src/hook/use-grid-config-hook';
2
+ import type { VxeGridProps, VxeTableDataRow, VxeGridInstance, SizeType, VxeTablePropTypes, VxeColumnPropTypes, VxeTooltipPropTypes, VxeColumnSlotTypes, VxeTableDefines, SlotVNodeType, VxeTableConstructor, VxeTablePrivateMethods, VxeGridConstructor, VxeTableProDefines, VxePagerPropTypes, VxeGridPropTypes, VxeButtonPropTypes, VxeToolbarPropTypes, VxeFormPropTypes, VxeFormItemPropTypes, VxeFormItemProps, FormItemTitleRenderParams, FormItemContentRenderParams } from 'vxe-table';
3
+ import type { PageButton, ColumnItem, RecordStringNumber, PageButtonWithGroupCode } from '../edit-page-layout';
3
4
  import type { DefineComponent, PropType, ComputedRef, Ref, VNode, RendererNode, RendererElement, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
4
5
  import type { SFCWithInstall } from '@qqt-product/utils/dist/modules/withInstall';
5
6
  import QEditForm from './src/edit-grid.vue';
6
7
  export * from './src/edit-grid-types';
7
8
  export { QEditForm };
8
9
  declare const _default: SFCWithInstall<DefineComponent<{
9
- groupName: {
10
- type: PropType<string>;
11
- default: string;
10
+ readonly groupName: {
11
+ readonly type: PropType<string>;
12
+ readonly default: "";
12
13
  };
13
- groupNameI18nKey: {
14
- type: PropType<string>;
15
- default: string;
14
+ readonly groupNameI18nKey: {
15
+ readonly type: PropType<string>;
16
+ readonly default: "";
16
17
  };
17
- groupCode: {
18
- type: PropType<string>;
19
- default: string;
18
+ readonly groupCode: {
19
+ readonly type: PropType<string>;
20
+ readonly default: "";
20
21
  };
21
- groupType: {
22
- type: PropType<string>;
23
- default: string;
22
+ readonly groupType: {
23
+ readonly type: PropType<string>;
24
+ readonly default: "";
24
25
  };
25
- sortOrder: {
26
- type: PropType<string>;
27
- default: string;
26
+ readonly sortOrder: {
27
+ readonly type: PropType<string>;
28
+ readonly default: "";
28
29
  };
29
- buttons: {
30
- type: PropType<PageButton[]>;
31
- default(): never[];
30
+ readonly buttons: {
31
+ readonly type: PropType<PageButton[]>;
32
+ readonly default: () => never[];
32
33
  };
33
- columns: {
34
- type: PropType<ColumnItem[]>;
35
- default(): never[];
34
+ readonly columns: {
35
+ readonly type: PropType<ColumnItem[]>;
36
+ readonly default: () => never[];
36
37
  };
37
- extend: {
38
- type: ObjectConstructor;
39
- default(): {};
38
+ readonly extend: {
39
+ readonly type: ObjectConstructor;
40
+ readonly default: () => {};
41
+ };
42
+ readonly vxeGridConfig: {
43
+ readonly type: PropType<VxeGridProps<VxeTableDataRow>>;
44
+ readonly default: () => {};
45
+ };
46
+ readonly shake: {
47
+ readonly type: PropType<boolean>;
48
+ readonly default: true;
40
49
  };
41
50
  }, {
42
51
  classes: ComputedRef<{
43
52
  [key: string]: string | boolean;
44
53
  }>;
45
- columns: Ref<ColumnItem[]>;
46
54
  buttons: Ref<PageButton[]>;
47
- xGrid: Ref<VxeGridInstance | undefined>;
55
+ groupName: Ref<string>;
56
+ groupCode: Ref<string>;
57
+ wrapBoxHeight: ComputedRef<number>;
58
+ xGrid: Ref<VxeGridInstance<any> | undefined>;
48
59
  gridOptions: {
49
60
  size?: SizeType | undefined;
50
61
  id?: string | undefined;
51
- data?: any[] | undefined;
62
+ data?: VxeTableDataRow[] | undefined;
52
63
  height?: VxeTablePropTypes.Height | undefined;
53
64
  maxHeight?: VxeTablePropTypes.MaxHeight | undefined;
54
65
  resizable?: boolean | undefined;
@@ -66,19 +77,19 @@ declare const _default: SFCWithInstall<DefineComponent<{
66
77
  highlightHoverColumn?: boolean | undefined;
67
78
  highlightCell?: boolean | undefined;
68
79
  showFooter?: boolean | undefined;
69
- footerMethod?: VxeTablePropTypes.FooterMethod | undefined;
70
- rowClassName?: VxeTablePropTypes.RowClassName | undefined;
71
- cellClassName?: VxeTablePropTypes.CellClassName | undefined;
72
- headerRowClassName?: VxeTablePropTypes.HeaderRowClassName | undefined;
73
- headerCellClassName?: VxeTablePropTypes.HeaderCellClassName | undefined;
74
- footerRowClassName?: VxeTablePropTypes.FooterRowClassName | undefined;
75
- footerCellClassName?: VxeTablePropTypes.FooterCellClassName | undefined;
76
- cellStyle?: VxeTablePropTypes.CellStyle | undefined;
77
- headerCellStyle?: VxeTablePropTypes.HeaderCellStyle | undefined;
78
- footerCellStyle?: VxeTablePropTypes.FooterCellStyle | undefined;
79
- rowStyle?: VxeTablePropTypes.RowStyle | undefined;
80
- headerRowStyle?: VxeTablePropTypes.HeaderRowStyle | undefined;
81
- footerRowStyle?: VxeTablePropTypes.FooterRowStyle | undefined;
80
+ footerMethod?: VxeTablePropTypes.FooterMethod<VxeTableDataRow> | undefined;
81
+ rowClassName?: VxeTablePropTypes.RowClassName<VxeTableDataRow> | undefined;
82
+ cellClassName?: VxeTablePropTypes.CellClassName<VxeTableDataRow> | undefined;
83
+ headerRowClassName?: VxeTablePropTypes.HeaderRowClassName<VxeTableDataRow> | undefined;
84
+ headerCellClassName?: VxeTablePropTypes.HeaderCellClassName<VxeTableDataRow> | undefined;
85
+ footerRowClassName?: VxeTablePropTypes.FooterRowClassName<VxeTableDataRow> | undefined;
86
+ footerCellClassName?: VxeTablePropTypes.FooterCellClassName<VxeTableDataRow> | undefined;
87
+ cellStyle?: VxeTablePropTypes.CellStyle<VxeTableDataRow> | undefined;
88
+ rowStyle?: VxeTablePropTypes.RowStyle<VxeTableDataRow> | undefined;
89
+ headerCellStyle?: VxeTablePropTypes.HeaderCellStyle<VxeTableDataRow> | undefined;
90
+ headerRowStyle?: VxeTablePropTypes.HeaderRowStyle<VxeTableDataRow> | undefined;
91
+ footerRowStyle?: VxeTablePropTypes.FooterRowStyle<VxeTableDataRow> | undefined;
92
+ footerCellStyle?: VxeTablePropTypes.FooterCellStyle<VxeTableDataRow> | undefined;
82
93
  mergeCells?: {
83
94
  row: any;
84
95
  col: number | {
@@ -97,12 +108,12 @@ declare const _default: SFCWithInstall<DefineComponent<{
97
108
  showOverflow: VxeTablePropTypes.ShowOverflow;
98
109
  showHeaderOverflow: VxeTablePropTypes.ShowOverflow;
99
110
  showFooterOverflow: VxeTablePropTypes.ShowOverflow;
100
- className: VxeColumnPropTypes.ClassName;
101
- headerClassName: VxeColumnPropTypes.HeaderClassName;
102
- footerClassName: VxeColumnPropTypes.FooterClassName;
103
- formatter: VxeColumnPropTypes.Formatter;
111
+ className: VxeColumnPropTypes.ClassName<VxeTableDataRow>;
112
+ headerClassName: VxeColumnPropTypes.HeaderClassName<VxeTableDataRow>;
113
+ footerClassName: VxeColumnPropTypes.FooterClassName<VxeTableDataRow>;
114
+ formatter: VxeColumnPropTypes.Formatter<VxeTableDataRow>;
104
115
  sortable: boolean;
105
- sortBy: VxeColumnPropTypes.SortBy;
116
+ sortBy: VxeColumnPropTypes.SortBy<VxeTableDataRow>;
106
117
  sortType: VxeColumnPropTypes.SortType;
107
118
  filters: {
108
119
  label?: string | number | undefined;
@@ -112,7 +123,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
112
123
  checked?: boolean | undefined;
113
124
  }[];
114
125
  filterMultiple: boolean;
115
- filterMethod: VxeColumnPropTypes.FilterMethod;
126
+ filterMethod: VxeColumnPropTypes.FilterMethod<VxeTableDataRow>;
116
127
  filterRender: {
117
128
  options?: any[] | undefined;
118
129
  optionProps?: {
@@ -142,8 +153,8 @@ declare const _default: SFCWithInstall<DefineComponent<{
142
153
  };
143
154
  treeNode: boolean;
144
155
  visible: boolean;
145
- exportMethod: VxeColumnPropTypes.ExportMethod;
146
- footerExportMethod: VxeColumnPropTypes.FooterExportMethod;
156
+ exportMethod: VxeColumnPropTypes.ExportMethod<VxeTableDataRow>;
157
+ footerExportMethod: VxeColumnPropTypes.FooterExportMethod<VxeTableDataRow>;
147
158
  titleHelp: {
148
159
  useHTML?: boolean | undefined;
149
160
  content?: VxeTooltipPropTypes.Content | undefined;
@@ -163,7 +174,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
163
174
  cellType: VxeColumnPropTypes.CellType;
164
175
  cellRender: {
165
176
  events?: {
166
- [key: string]: (cellParams: VxeColumnPropTypes.DefaultSlotParams, ...args: any[]) => any;
177
+ [key: string]: (cellParams: VxeColumnSlotTypes.DefaultSlotParams<VxeTableDataRow>, ...args: any[]) => any;
167
178
  } | undefined;
168
179
  options?: any[] | undefined;
169
180
  optionProps?: {
@@ -190,7 +201,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
190
201
  };
191
202
  editRender: {
192
203
  events?: {
193
- [key: string]: (cellParams: VxeColumnPropTypes.EditSlotParams, ...args: any[]) => any;
204
+ [key: string]: (cellParams: VxeColumnSlotTypes.EditSlotParams<VxeTableDataRow>, ...args: any[]) => any;
194
205
  } | undefined;
195
206
  enabled?: boolean | undefined;
196
207
  options?: any[] | undefined;
@@ -208,7 +219,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
208
219
  autofocus?: string | undefined;
209
220
  autoselect?: boolean | undefined;
210
221
  defaultValue?: string | number | object | any[] | ((params: {
211
- column: VxeTableDefines.ColumnInfo;
222
+ column: VxeTableDefines.ColumnInfo<VxeTableDataRow>;
212
223
  }) => any) | {
213
224
  exec: (string: string) => RegExpExecArray | null;
214
225
  test: (string: string) => boolean;
@@ -334,16 +345,16 @@ declare const _default: SFCWithInstall<DefineComponent<{
334
345
  };
335
346
  params: any;
336
347
  slots: {
337
- title?: string | ((params: VxeColumnPropTypes.HeaderSlotParams) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
338
- radio?: string | ((params: VxeColumnPropTypes.DefaultSlotParams) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
339
- checkbox?: string | ((params: VxeColumnPropTypes.DefaultSlotParams) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
340
- default?: string | ((params: VxeColumnPropTypes.DefaultSlotParams) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
341
- header?: string | ((params: VxeColumnPropTypes.HeaderSlotParams) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
342
- footer?: string | ((params: VxeColumnPropTypes.FooterSlotParams) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
343
- content?: string | ((params: VxeColumnPropTypes.ContentSlotParams) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
344
- filter?: string | ((params: VxeColumnPropTypes.FilterSlotParams) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
345
- edit?: string | ((params: VxeColumnPropTypes.EditSlotParams) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
346
- icon?: string | ((params: VxeColumnPropTypes.IconSlotParams) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
348
+ title?: string | ((params: VxeColumnSlotTypes.HeaderSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
349
+ radio?: string | ((params: VxeColumnSlotTypes.DefaultSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
350
+ checkbox?: string | ((params: VxeColumnSlotTypes.DefaultSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
351
+ default?: string | ((params: VxeColumnSlotTypes.DefaultSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
352
+ header?: string | ((params: VxeColumnSlotTypes.HeaderSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
353
+ footer?: string | ((params: VxeColumnSlotTypes.FooterSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
354
+ content?: string | ((params: VxeColumnSlotTypes.ContentSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
355
+ filter?: string | ((params: VxeColumnSlotTypes.FilterSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
356
+ edit?: string | ((params: VxeColumnSlotTypes.EditSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
357
+ icon?: string | ((params: VxeColumnSlotTypes.IconSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
347
358
  };
348
359
  id: string;
349
360
  parentId: string;
@@ -352,6 +363,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
352
363
  colSpan: number;
353
364
  halfVisible: boolean;
354
365
  defaultVisible: any;
366
+ defaultFixed: any;
355
367
  checked: boolean;
356
368
  halfChecked: boolean;
357
369
  disabled: boolean;
@@ -365,16 +377,16 @@ declare const _default: SFCWithInstall<DefineComponent<{
365
377
  value: any;
366
378
  };
367
379
  children: any[];
368
- renderHeader: (params: VxeTableDefines.CellRenderHeaderParams) => VNode<RendererNode, RendererElement, {
380
+ renderHeader: (params: VxeTableDefines.CellRenderHeaderParams<VxeTableDataRow>) => VNode<RendererNode, RendererElement, {
369
381
  [key: string]: any;
370
382
  }>[];
371
- renderCell: (params: VxeTableDefines.CellRenderCellParams) => VNode<RendererNode, RendererElement, {
383
+ renderCell: (params: VxeTableDefines.CellRenderCellParams<VxeTableDataRow>) => VNode<RendererNode, RendererElement, {
372
384
  [key: string]: any;
373
385
  }>[];
374
- renderData: (params: VxeTableDefines.CellRenderDataParams) => VNode<RendererNode, RendererElement, {
386
+ renderData: (params: VxeTableDefines.CellRenderDataParams<VxeTableDataRow>) => VNode<RendererNode, RendererElement, {
375
387
  [key: string]: any;
376
388
  }>[];
377
- renderFooter: (params: VxeTableDefines.CellRenderFooterParams) => VNode<RendererNode, RendererElement, {
389
+ renderFooter: (params: VxeTableDefines.CellRenderFooterParams<VxeTableDataRow>) => VNode<RendererNode, RendererElement, {
378
390
  [key: string]: any;
379
391
  }>[];
380
392
  getTitle: () => string;
@@ -401,12 +413,12 @@ declare const _default: SFCWithInstall<DefineComponent<{
401
413
  showOverflow: VxeTablePropTypes.ShowOverflow;
402
414
  showHeaderOverflow: VxeTablePropTypes.ShowOverflow;
403
415
  showFooterOverflow: VxeTablePropTypes.ShowOverflow;
404
- className: VxeColumnPropTypes.ClassName;
405
- headerClassName: VxeColumnPropTypes.HeaderClassName;
406
- footerClassName: VxeColumnPropTypes.FooterClassName;
407
- formatter: VxeColumnPropTypes.Formatter;
416
+ className: VxeColumnPropTypes.ClassName<VxeTableDataRow>;
417
+ headerClassName: VxeColumnPropTypes.HeaderClassName<VxeTableDataRow>;
418
+ footerClassName: VxeColumnPropTypes.FooterClassName<VxeTableDataRow>;
419
+ formatter: VxeColumnPropTypes.Formatter<VxeTableDataRow>;
408
420
  sortable: boolean;
409
- sortBy: VxeColumnPropTypes.SortBy;
421
+ sortBy: VxeColumnPropTypes.SortBy<VxeTableDataRow>;
410
422
  sortType: VxeColumnPropTypes.SortType;
411
423
  filters: {
412
424
  label?: string | number | undefined;
@@ -416,7 +428,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
416
428
  checked?: boolean | undefined;
417
429
  }[];
418
430
  filterMultiple: boolean;
419
- filterMethod: VxeColumnPropTypes.FilterMethod;
431
+ filterMethod: VxeColumnPropTypes.FilterMethod<VxeTableDataRow>;
420
432
  filterRender: {
421
433
  options?: any[] | undefined;
422
434
  optionProps?: {
@@ -446,8 +458,8 @@ declare const _default: SFCWithInstall<DefineComponent<{
446
458
  };
447
459
  treeNode: boolean;
448
460
  visible: boolean;
449
- exportMethod: VxeColumnPropTypes.ExportMethod;
450
- footerExportMethod: VxeColumnPropTypes.FooterExportMethod;
461
+ exportMethod: VxeColumnPropTypes.ExportMethod<VxeTableDataRow>;
462
+ footerExportMethod: VxeColumnPropTypes.FooterExportMethod<VxeTableDataRow>;
451
463
  titleHelp: {
452
464
  useHTML?: boolean | undefined;
453
465
  content?: VxeTooltipPropTypes.Content | undefined;
@@ -467,7 +479,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
467
479
  cellType: VxeColumnPropTypes.CellType;
468
480
  cellRender: {
469
481
  events?: {
470
- [key: string]: (cellParams: VxeColumnPropTypes.DefaultSlotParams, ...args: any[]) => any;
482
+ [key: string]: (cellParams: VxeColumnSlotTypes.DefaultSlotParams<VxeTableDataRow>, ...args: any[]) => any;
471
483
  } | undefined;
472
484
  options?: any[] | undefined;
473
485
  optionProps?: {
@@ -494,7 +506,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
494
506
  };
495
507
  editRender: {
496
508
  events?: {
497
- [key: string]: (cellParams: VxeColumnPropTypes.EditSlotParams, ...args: any[]) => any;
509
+ [key: string]: (cellParams: VxeColumnSlotTypes.EditSlotParams<VxeTableDataRow>, ...args: any[]) => any;
498
510
  } | undefined;
499
511
  enabled?: boolean | undefined;
500
512
  options?: any[] | undefined;
@@ -512,7 +524,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
512
524
  autofocus?: string | undefined;
513
525
  autoselect?: boolean | undefined;
514
526
  defaultValue?: string | number | object | any[] | ((params: {
515
- column: VxeTableDefines.ColumnInfo;
527
+ column: VxeTableDefines.ColumnInfo<VxeTableDataRow>;
516
528
  }) => any) | {
517
529
  exec: (string: string) => RegExpExecArray | null;
518
530
  test: (string: string) => boolean;
@@ -638,16 +650,16 @@ declare const _default: SFCWithInstall<DefineComponent<{
638
650
  };
639
651
  params: any;
640
652
  slots: {
641
- title?: string | ((params: VxeColumnPropTypes.HeaderSlotParams) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
642
- radio?: string | ((params: VxeColumnPropTypes.DefaultSlotParams) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
643
- checkbox?: string | ((params: VxeColumnPropTypes.DefaultSlotParams) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
644
- default?: string | ((params: VxeColumnPropTypes.DefaultSlotParams) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
645
- header?: string | ((params: VxeColumnPropTypes.HeaderSlotParams) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
646
- footer?: string | ((params: VxeColumnPropTypes.FooterSlotParams) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
647
- content?: string | ((params: VxeColumnPropTypes.ContentSlotParams) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
648
- filter?: string | ((params: VxeColumnPropTypes.FilterSlotParams) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
649
- edit?: string | ((params: VxeColumnPropTypes.EditSlotParams) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
650
- icon?: string | ((params: VxeColumnPropTypes.IconSlotParams) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
653
+ title?: string | ((params: VxeColumnSlotTypes.HeaderSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
654
+ radio?: string | ((params: VxeColumnSlotTypes.DefaultSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
655
+ checkbox?: string | ((params: VxeColumnSlotTypes.DefaultSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
656
+ default?: string | ((params: VxeColumnSlotTypes.DefaultSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
657
+ header?: string | ((params: VxeColumnSlotTypes.HeaderSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
658
+ footer?: string | ((params: VxeColumnSlotTypes.FooterSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
659
+ content?: string | ((params: VxeColumnSlotTypes.ContentSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
660
+ filter?: string | ((params: VxeColumnSlotTypes.FilterSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
661
+ edit?: string | ((params: VxeColumnSlotTypes.EditSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
662
+ icon?: string | ((params: VxeColumnSlotTypes.IconSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
651
663
  };
652
664
  id: string;
653
665
  parentId: string;
@@ -656,6 +668,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
656
668
  colSpan: number;
657
669
  halfVisible: boolean;
658
670
  defaultVisible: any;
671
+ defaultFixed: any;
659
672
  checked: boolean;
660
673
  halfChecked: boolean;
661
674
  disabled: boolean;
@@ -669,16 +682,16 @@ declare const _default: SFCWithInstall<DefineComponent<{
669
682
  value: any;
670
683
  };
671
684
  children: any[];
672
- renderHeader: (params: VxeTableDefines.CellRenderHeaderParams) => VNode<RendererNode, RendererElement, {
685
+ renderHeader: (params: VxeTableDefines.CellRenderHeaderParams<VxeTableDataRow>) => VNode<RendererNode, RendererElement, {
673
686
  [key: string]: any;
674
687
  }>[];
675
- renderCell: (params: VxeTableDefines.CellRenderCellParams) => VNode<RendererNode, RendererElement, {
688
+ renderCell: (params: VxeTableDefines.CellRenderCellParams<VxeTableDataRow>) => VNode<RendererNode, RendererElement, {
676
689
  [key: string]: any;
677
690
  }>[];
678
- renderData: (params: VxeTableDefines.CellRenderDataParams) => VNode<RendererNode, RendererElement, {
691
+ renderData: (params: VxeTableDefines.CellRenderDataParams<VxeTableDataRow>) => VNode<RendererNode, RendererElement, {
679
692
  [key: string]: any;
680
693
  }>[];
681
- renderFooter: (params: VxeTableDefines.CellRenderFooterParams) => VNode<RendererNode, RendererElement, {
694
+ renderFooter: (params: VxeTableDefines.CellRenderFooterParams<VxeTableDataRow>) => VNode<RendererNode, RendererElement, {
682
695
  [key: string]: any;
683
696
  }>[];
684
697
  getTitle: () => string;
@@ -687,8 +700,8 @@ declare const _default: SFCWithInstall<DefineComponent<{
687
700
  rowspan: number;
688
701
  colspan: number;
689
702
  }[] | undefined;
690
- spanMethod?: VxeTablePropTypes.SpanMethod | undefined;
691
- footerSpanMethod?: VxeTablePropTypes.FooterSpanMethod | undefined;
703
+ spanMethod?: VxeTablePropTypes.SpanMethod<VxeTableDataRow> | undefined;
704
+ footerSpanMethod?: VxeTablePropTypes.FooterSpanMethod<VxeTableDataRow> | undefined;
692
705
  showOverflow?: VxeTablePropTypes.ShowOverflow | undefined;
693
706
  showHeaderOverflow?: VxeTablePropTypes.ShowOverflow | undefined;
694
707
  showFooterOverflow?: VxeTablePropTypes.ShowOverflow | undefined;
@@ -718,9 +731,11 @@ declare const _default: SFCWithInstall<DefineComponent<{
718
731
  storage?: boolean | {
719
732
  visible?: boolean | undefined;
720
733
  resizable?: boolean | undefined;
734
+ fixed?: boolean | undefined;
735
+ order?: boolean | undefined;
721
736
  } | undefined;
722
737
  checkMethod?: ((params: {
723
- column: VxeTableDefines.ColumnInfo;
738
+ column: VxeTableDefines.ColumnInfo<VxeTableDataRow>;
724
739
  }) => boolean) | undefined;
725
740
  } | undefined;
726
741
  resizeConfig?: {
@@ -728,16 +743,16 @@ declare const _default: SFCWithInstall<DefineComponent<{
728
743
  } | undefined;
729
744
  resizableConfig?: {
730
745
  minWidth?: string | number | ((params: {
731
- $table: VxeTableConstructor & VxeTablePrivateMethods;
732
- column: VxeTableDefines.ColumnInfo;
746
+ $table: VxeTableConstructor<VxeTableDataRow> & VxeTablePrivateMethods<VxeTableDataRow>;
747
+ column: VxeTableDefines.ColumnInfo<VxeTableDataRow>;
733
748
  columnIndex: number;
734
749
  $columnIndex: number;
735
750
  $rowIndex: number;
736
751
  cell: HTMLElement;
737
752
  }) => string | number) | undefined;
738
753
  maxWidth?: string | number | ((params: {
739
- $table: VxeTableConstructor & VxeTablePrivateMethods;
740
- column: VxeTableDefines.ColumnInfo;
754
+ $table: VxeTableConstructor<VxeTableDataRow> & VxeTablePrivateMethods<VxeTableDataRow>;
755
+ column: VxeTableDefines.ColumnInfo<VxeTableDataRow>;
741
756
  columnIndex: number;
742
757
  $columnIndex: number;
743
758
  $rowIndex: number;
@@ -747,10 +762,10 @@ declare const _default: SFCWithInstall<DefineComponent<{
747
762
  seqConfig?: {
748
763
  startIndex?: number | undefined;
749
764
  seqMethod?: ((params: {
750
- column: VxeTableDefines.ColumnInfo;
765
+ column: VxeTableDefines.ColumnInfo<VxeTableDataRow>;
751
766
  columnIndex: number;
752
767
  $columnIndex: number;
753
- row: any;
768
+ row: VxeTableDataRow;
754
769
  rowIndex: number;
755
770
  $rowIndex: number;
756
771
  }) => string | number) | undefined;
@@ -765,9 +780,9 @@ declare const _default: SFCWithInstall<DefineComponent<{
765
780
  }[] | undefined;
766
781
  orders?: VxeTablePropTypes.SortOrder[] | undefined;
767
782
  sortMethod?: ((params: {
768
- $table: VxeTableConstructor & VxeTablePrivateMethods;
769
- data: any[];
770
- sortList: VxeTableDefines.SortCheckedParams[];
783
+ $table: VxeTableConstructor<VxeTableDataRow> & VxeTablePrivateMethods<VxeTableDataRow>;
784
+ data: VxeTableDataRow[];
785
+ sortList: VxeTableDefines.SortCheckedParams<VxeTableDataRow>[];
771
786
  }) => any[]) | undefined;
772
787
  remote?: boolean | undefined;
773
788
  multiple?: boolean | undefined;
@@ -782,8 +797,8 @@ declare const _default: SFCWithInstall<DefineComponent<{
782
797
  options: VxeTableDefines.FilterOption[];
783
798
  values: any[];
784
799
  cellValue: any;
785
- row: any;
786
- column: VxeTableDefines.ColumnInfo;
800
+ row: VxeTableDataRow;
801
+ column: VxeTableDefines.ColumnInfo<VxeTableDataRow>;
787
802
  }) => any) | undefined;
788
803
  remote?: boolean | undefined;
789
804
  showIcon?: boolean | undefined;
@@ -795,12 +810,12 @@ declare const _default: SFCWithInstall<DefineComponent<{
795
810
  labelField?: string | undefined;
796
811
  checkRowKey?: string | number | undefined;
797
812
  checkMethod?: ((params: {
798
- row: any;
813
+ row: VxeTableDataRow;
799
814
  }) => boolean) | undefined;
800
815
  visibleMethod?: ((params: {
801
- row: any;
816
+ row: VxeTableDataRow;
802
817
  }) => boolean) | undefined;
803
- trigger?: "" | "default" | "row" | "cell" | null | undefined;
818
+ trigger?: "" | "default" | "cell" | "row" | null | undefined;
804
819
  highlight?: boolean | undefined;
805
820
  strict?: boolean | undefined;
806
821
  } | undefined;
@@ -815,12 +830,12 @@ declare const _default: SFCWithInstall<DefineComponent<{
815
830
  checkStrictly?: boolean | undefined;
816
831
  strict?: boolean | undefined;
817
832
  checkMethod?: ((params: {
818
- row: any;
833
+ row: VxeTableDataRow;
819
834
  }) => boolean) | undefined;
820
835
  visibleMethod?: ((params: {
821
- row: any;
836
+ row: VxeTableDataRow;
822
837
  }) => boolean) | undefined;
823
- trigger?: "" | "default" | "row" | "cell" | null | undefined;
838
+ trigger?: "" | "default" | "cell" | "row" | null | undefined;
824
839
  highlight?: boolean | undefined;
825
840
  range?: boolean | undefined;
826
841
  } | undefined;
@@ -832,11 +847,11 @@ declare const _default: SFCWithInstall<DefineComponent<{
832
847
  leaveDelay?: number | undefined;
833
848
  contentMethod?: ((params: {
834
849
  items: any[];
835
- row: any;
850
+ row: VxeTableDataRow;
836
851
  rowIndex: number;
837
852
  $rowIndex: number;
838
853
  _rowIndex: number;
839
- column: VxeTableDefines.ColumnInfo;
854
+ column: VxeTableDefines.ColumnInfo<VxeTableDataRow>;
840
855
  columnIndex: number;
841
856
  $columnIndex: number;
842
857
  _columnIndex: number;
@@ -876,12 +891,12 @@ declare const _default: SFCWithInstall<DefineComponent<{
876
891
  showOverflow: VxeTablePropTypes.ShowOverflow;
877
892
  showHeaderOverflow: VxeTablePropTypes.ShowOverflow;
878
893
  showFooterOverflow: VxeTablePropTypes.ShowOverflow;
879
- className: VxeColumnPropTypes.ClassName;
880
- headerClassName: VxeColumnPropTypes.HeaderClassName;
881
- footerClassName: VxeColumnPropTypes.FooterClassName;
882
- formatter: VxeColumnPropTypes.Formatter;
894
+ className: VxeColumnPropTypes.ClassName<VxeTableDataRow>;
895
+ headerClassName: VxeColumnPropTypes.HeaderClassName<VxeTableDataRow>;
896
+ footerClassName: VxeColumnPropTypes.FooterClassName<VxeTableDataRow>;
897
+ formatter: VxeColumnPropTypes.Formatter<VxeTableDataRow>;
883
898
  sortable: boolean;
884
- sortBy: VxeColumnPropTypes.SortBy;
899
+ sortBy: VxeColumnPropTypes.SortBy<VxeTableDataRow>;
885
900
  sortType: VxeColumnPropTypes.SortType;
886
901
  filters: {
887
902
  label?: string | number | undefined;
@@ -891,7 +906,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
891
906
  checked?: boolean | undefined;
892
907
  }[];
893
908
  filterMultiple: boolean;
894
- filterMethod: VxeColumnPropTypes.FilterMethod;
909
+ filterMethod: VxeColumnPropTypes.FilterMethod<VxeTableDataRow>;
895
910
  filterRender: {
896
911
  options?: any[] | undefined;
897
912
  optionProps?: {
@@ -921,8 +936,8 @@ declare const _default: SFCWithInstall<DefineComponent<{
921
936
  };
922
937
  treeNode: boolean;
923
938
  visible: boolean;
924
- exportMethod: VxeColumnPropTypes.ExportMethod;
925
- footerExportMethod: VxeColumnPropTypes.FooterExportMethod;
939
+ exportMethod: VxeColumnPropTypes.ExportMethod<VxeTableDataRow>;
940
+ footerExportMethod: VxeColumnPropTypes.FooterExportMethod<VxeTableDataRow>;
926
941
  titleHelp: {
927
942
  useHTML?: boolean | undefined;
928
943
  content?: VxeTooltipPropTypes.Content | undefined;
@@ -942,7 +957,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
942
957
  cellType: VxeColumnPropTypes.CellType;
943
958
  cellRender: {
944
959
  events?: {
945
- [key: string]: (cellParams: VxeColumnPropTypes.DefaultSlotParams, ...args: any[]) => any;
960
+ [key: string]: (cellParams: VxeColumnSlotTypes.DefaultSlotParams<VxeTableDataRow>, ...args: any[]) => any;
946
961
  } | undefined;
947
962
  options?: any[] | undefined;
948
963
  optionProps?: {
@@ -969,7 +984,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
969
984
  };
970
985
  editRender: {
971
986
  events?: {
972
- [key: string]: (cellParams: VxeColumnPropTypes.EditSlotParams, ...args: any[]) => any;
987
+ [key: string]: (cellParams: VxeColumnSlotTypes.EditSlotParams<VxeTableDataRow>, ...args: any[]) => any;
973
988
  } | undefined;
974
989
  enabled?: boolean | undefined;
975
990
  options?: any[] | undefined;
@@ -987,7 +1002,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
987
1002
  autofocus?: string | undefined;
988
1003
  autoselect?: boolean | undefined;
989
1004
  defaultValue?: string | number | object | any[] | ((params: {
990
- column: VxeTableDefines.ColumnInfo;
1005
+ column: VxeTableDefines.ColumnInfo<VxeTableDataRow>;
991
1006
  }) => any) | {
992
1007
  exec: (string: string) => RegExpExecArray | null;
993
1008
  test: (string: string) => boolean;
@@ -1113,16 +1128,16 @@ declare const _default: SFCWithInstall<DefineComponent<{
1113
1128
  };
1114
1129
  params: any;
1115
1130
  slots: {
1116
- title?: string | ((params: VxeColumnPropTypes.HeaderSlotParams) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1117
- radio?: string | ((params: VxeColumnPropTypes.DefaultSlotParams) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1118
- checkbox?: string | ((params: VxeColumnPropTypes.DefaultSlotParams) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1119
- default?: string | ((params: VxeColumnPropTypes.DefaultSlotParams) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1120
- header?: string | ((params: VxeColumnPropTypes.HeaderSlotParams) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1121
- footer?: string | ((params: VxeColumnPropTypes.FooterSlotParams) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1122
- content?: string | ((params: VxeColumnPropTypes.ContentSlotParams) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1123
- filter?: string | ((params: VxeColumnPropTypes.FilterSlotParams) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1124
- edit?: string | ((params: VxeColumnPropTypes.EditSlotParams) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1125
- icon?: string | ((params: VxeColumnPropTypes.IconSlotParams) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1131
+ title?: string | ((params: VxeColumnSlotTypes.HeaderSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1132
+ radio?: string | ((params: VxeColumnSlotTypes.DefaultSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1133
+ checkbox?: string | ((params: VxeColumnSlotTypes.DefaultSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1134
+ default?: string | ((params: VxeColumnSlotTypes.DefaultSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1135
+ header?: string | ((params: VxeColumnSlotTypes.HeaderSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1136
+ footer?: string | ((params: VxeColumnSlotTypes.FooterSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1137
+ content?: string | ((params: VxeColumnSlotTypes.ContentSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1138
+ filter?: string | ((params: VxeColumnSlotTypes.FilterSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1139
+ edit?: string | ((params: VxeColumnSlotTypes.EditSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1140
+ icon?: string | ((params: VxeColumnSlotTypes.IconSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1126
1141
  };
1127
1142
  id: string;
1128
1143
  parentId: string;
@@ -1131,6 +1146,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
1131
1146
  colSpan: number;
1132
1147
  halfVisible: boolean;
1133
1148
  defaultVisible: any;
1149
+ defaultFixed: any;
1134
1150
  checked: boolean;
1135
1151
  halfChecked: boolean;
1136
1152
  disabled: boolean;
@@ -1144,16 +1160,16 @@ declare const _default: SFCWithInstall<DefineComponent<{
1144
1160
  value: any;
1145
1161
  };
1146
1162
  children: any[];
1147
- renderHeader: (params: VxeTableDefines.CellRenderHeaderParams) => VNode<RendererNode, RendererElement, {
1163
+ renderHeader: (params: VxeTableDefines.CellRenderHeaderParams<VxeTableDataRow>) => VNode<RendererNode, RendererElement, {
1148
1164
  [key: string]: any;
1149
1165
  }>[];
1150
- renderCell: (params: VxeTableDefines.CellRenderCellParams) => VNode<RendererNode, RendererElement, {
1166
+ renderCell: (params: VxeTableDefines.CellRenderCellParams<VxeTableDataRow>) => VNode<RendererNode, RendererElement, {
1151
1167
  [key: string]: any;
1152
1168
  }>[];
1153
- renderData: (params: VxeTableDefines.CellRenderDataParams) => VNode<RendererNode, RendererElement, {
1169
+ renderData: (params: VxeTableDefines.CellRenderDataParams<VxeTableDataRow>) => VNode<RendererNode, RendererElement, {
1154
1170
  [key: string]: any;
1155
1171
  }>[];
1156
- renderFooter: (params: VxeTableDefines.CellRenderFooterParams) => VNode<RendererNode, RendererElement, {
1172
+ renderFooter: (params: VxeTableDefines.CellRenderFooterParams<VxeTableDataRow>) => VNode<RendererNode, RendererElement, {
1157
1173
  [key: string]: any;
1158
1174
  }>[];
1159
1175
  getTitle: () => string;
@@ -1164,7 +1180,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
1164
1180
  field?: string | undefined;
1165
1181
  }[] | undefined;
1166
1182
  columnFilterMethod?: ((params: {
1167
- column: VxeTableDefines.ColumnInfo;
1183
+ column: VxeTableDefines.ColumnInfo<VxeTableDataRow>;
1168
1184
  $columnIndex: number;
1169
1185
  }) => boolean) | undefined;
1170
1186
  dataFilterMethod?: ((params: {
@@ -1179,8 +1195,8 @@ declare const _default: SFCWithInstall<DefineComponent<{
1179
1195
  useStyle?: boolean | undefined;
1180
1196
  sheetMethod?: ((params: VxeTableDefines.ExtortSheetMethodParams) => void) | undefined;
1181
1197
  exportMethod?: ((params: {
1182
- $table: VxeTableConstructor;
1183
- $grid?: VxeGridConstructor | undefined;
1198
+ $table: VxeTableConstructor<any>;
1199
+ $grid?: VxeGridConstructor<any> | undefined;
1184
1200
  options: VxeTablePropTypes.ExportHandleOptions;
1185
1201
  }) => Promise<any>) | undefined;
1186
1202
  beforeExportMethod?: ((params: {
@@ -1197,17 +1213,17 @@ declare const _default: SFCWithInstall<DefineComponent<{
1197
1213
  message?: boolean | undefined;
1198
1214
  remote?: boolean | undefined;
1199
1215
  importMethod?: ((params: {
1200
- $table: VxeTableConstructor;
1201
- $grid: VxeGridConstructor;
1216
+ $table: VxeTableConstructor<any>;
1217
+ $grid: VxeGridConstructor<any>;
1202
1218
  file: File;
1203
1219
  options: VxeTablePropTypes.ImportHandleOptions;
1204
1220
  }) => Promise<any>) | undefined;
1205
1221
  beforeImportMethod?: ((params: {
1206
- $table: VxeTableConstructor;
1222
+ $table: VxeTableConstructor<any>;
1207
1223
  options: any;
1208
1224
  }) => void) | undefined;
1209
1225
  afterImportMethod?: ((params: {
1210
- $table: VxeTableConstructor;
1226
+ $table: VxeTableConstructor<any>;
1211
1227
  options: any;
1212
1228
  status: boolean;
1213
1229
  }) => void) | undefined;
@@ -1236,12 +1252,12 @@ declare const _default: SFCWithInstall<DefineComponent<{
1236
1252
  showOverflow: VxeTablePropTypes.ShowOverflow;
1237
1253
  showHeaderOverflow: VxeTablePropTypes.ShowOverflow;
1238
1254
  showFooterOverflow: VxeTablePropTypes.ShowOverflow;
1239
- className: VxeColumnPropTypes.ClassName;
1240
- headerClassName: VxeColumnPropTypes.HeaderClassName;
1241
- footerClassName: VxeColumnPropTypes.FooterClassName;
1242
- formatter: VxeColumnPropTypes.Formatter;
1255
+ className: VxeColumnPropTypes.ClassName<VxeTableDataRow>;
1256
+ headerClassName: VxeColumnPropTypes.HeaderClassName<VxeTableDataRow>;
1257
+ footerClassName: VxeColumnPropTypes.FooterClassName<VxeTableDataRow>;
1258
+ formatter: VxeColumnPropTypes.Formatter<VxeTableDataRow>;
1243
1259
  sortable: boolean;
1244
- sortBy: VxeColumnPropTypes.SortBy;
1260
+ sortBy: VxeColumnPropTypes.SortBy<VxeTableDataRow>;
1245
1261
  sortType: VxeColumnPropTypes.SortType;
1246
1262
  filters: {
1247
1263
  label?: string | number | undefined;
@@ -1251,7 +1267,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
1251
1267
  checked?: boolean | undefined;
1252
1268
  }[];
1253
1269
  filterMultiple: boolean;
1254
- filterMethod: VxeColumnPropTypes.FilterMethod;
1270
+ filterMethod: VxeColumnPropTypes.FilterMethod<VxeTableDataRow>;
1255
1271
  filterRender: {
1256
1272
  options?: any[] | undefined;
1257
1273
  optionProps?: {
@@ -1281,8 +1297,8 @@ declare const _default: SFCWithInstall<DefineComponent<{
1281
1297
  };
1282
1298
  treeNode: boolean;
1283
1299
  visible: boolean;
1284
- exportMethod: VxeColumnPropTypes.ExportMethod;
1285
- footerExportMethod: VxeColumnPropTypes.FooterExportMethod;
1300
+ exportMethod: VxeColumnPropTypes.ExportMethod<VxeTableDataRow>;
1301
+ footerExportMethod: VxeColumnPropTypes.FooterExportMethod<VxeTableDataRow>;
1286
1302
  titleHelp: {
1287
1303
  useHTML?: boolean | undefined;
1288
1304
  content?: VxeTooltipPropTypes.Content | undefined;
@@ -1302,7 +1318,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
1302
1318
  cellType: VxeColumnPropTypes.CellType;
1303
1319
  cellRender: {
1304
1320
  events?: {
1305
- [key: string]: (cellParams: VxeColumnPropTypes.DefaultSlotParams, ...args: any[]) => any;
1321
+ [key: string]: (cellParams: VxeColumnSlotTypes.DefaultSlotParams<VxeTableDataRow>, ...args: any[]) => any;
1306
1322
  } | undefined;
1307
1323
  options?: any[] | undefined;
1308
1324
  optionProps?: {
@@ -1329,7 +1345,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
1329
1345
  };
1330
1346
  editRender: {
1331
1347
  events?: {
1332
- [key: string]: (cellParams: VxeColumnPropTypes.EditSlotParams, ...args: any[]) => any;
1348
+ [key: string]: (cellParams: VxeColumnSlotTypes.EditSlotParams<VxeTableDataRow>, ...args: any[]) => any;
1333
1349
  } | undefined;
1334
1350
  enabled?: boolean | undefined;
1335
1351
  options?: any[] | undefined;
@@ -1347,7 +1363,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
1347
1363
  autofocus?: string | undefined;
1348
1364
  autoselect?: boolean | undefined;
1349
1365
  defaultValue?: string | number | object | any[] | ((params: {
1350
- column: VxeTableDefines.ColumnInfo;
1366
+ column: VxeTableDefines.ColumnInfo<VxeTableDataRow>;
1351
1367
  }) => any) | {
1352
1368
  exec: (string: string) => RegExpExecArray | null;
1353
1369
  test: (string: string) => boolean;
@@ -1473,16 +1489,16 @@ declare const _default: SFCWithInstall<DefineComponent<{
1473
1489
  };
1474
1490
  params: any;
1475
1491
  slots: {
1476
- title?: string | ((params: VxeColumnPropTypes.HeaderSlotParams) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1477
- radio?: string | ((params: VxeColumnPropTypes.DefaultSlotParams) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1478
- checkbox?: string | ((params: VxeColumnPropTypes.DefaultSlotParams) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1479
- default?: string | ((params: VxeColumnPropTypes.DefaultSlotParams) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1480
- header?: string | ((params: VxeColumnPropTypes.HeaderSlotParams) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1481
- footer?: string | ((params: VxeColumnPropTypes.FooterSlotParams) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1482
- content?: string | ((params: VxeColumnPropTypes.ContentSlotParams) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1483
- filter?: string | ((params: VxeColumnPropTypes.FilterSlotParams) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1484
- edit?: string | ((params: VxeColumnPropTypes.EditSlotParams) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1485
- icon?: string | ((params: VxeColumnPropTypes.IconSlotParams) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1492
+ title?: string | ((params: VxeColumnSlotTypes.HeaderSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1493
+ radio?: string | ((params: VxeColumnSlotTypes.DefaultSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1494
+ checkbox?: string | ((params: VxeColumnSlotTypes.DefaultSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1495
+ default?: string | ((params: VxeColumnSlotTypes.DefaultSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1496
+ header?: string | ((params: VxeColumnSlotTypes.HeaderSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1497
+ footer?: string | ((params: VxeColumnSlotTypes.FooterSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1498
+ content?: string | ((params: VxeColumnSlotTypes.ContentSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1499
+ filter?: string | ((params: VxeColumnSlotTypes.FilterSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1500
+ edit?: string | ((params: VxeColumnSlotTypes.EditSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1501
+ icon?: string | ((params: VxeColumnSlotTypes.IconSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1486
1502
  };
1487
1503
  id: string;
1488
1504
  parentId: string;
@@ -1491,6 +1507,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
1491
1507
  colSpan: number;
1492
1508
  halfVisible: boolean;
1493
1509
  defaultVisible: any;
1510
+ defaultFixed: any;
1494
1511
  checked: boolean;
1495
1512
  halfChecked: boolean;
1496
1513
  disabled: boolean;
@@ -1504,16 +1521,16 @@ declare const _default: SFCWithInstall<DefineComponent<{
1504
1521
  value: any;
1505
1522
  };
1506
1523
  children: any[];
1507
- renderHeader: (params: VxeTableDefines.CellRenderHeaderParams) => VNode<RendererNode, RendererElement, {
1524
+ renderHeader: (params: VxeTableDefines.CellRenderHeaderParams<VxeTableDataRow>) => VNode<RendererNode, RendererElement, {
1508
1525
  [key: string]: any;
1509
1526
  }>[];
1510
- renderCell: (params: VxeTableDefines.CellRenderCellParams) => VNode<RendererNode, RendererElement, {
1527
+ renderCell: (params: VxeTableDefines.CellRenderCellParams<VxeTableDataRow>) => VNode<RendererNode, RendererElement, {
1511
1528
  [key: string]: any;
1512
1529
  }>[];
1513
- renderData: (params: VxeTableDefines.CellRenderDataParams) => VNode<RendererNode, RendererElement, {
1530
+ renderData: (params: VxeTableDefines.CellRenderDataParams<VxeTableDataRow>) => VNode<RendererNode, RendererElement, {
1514
1531
  [key: string]: any;
1515
1532
  }>[];
1516
- renderFooter: (params: VxeTableDefines.CellRenderFooterParams) => VNode<RendererNode, RendererElement, {
1533
+ renderFooter: (params: VxeTableDefines.CellRenderFooterParams<VxeTableDataRow>) => VNode<RendererNode, RendererElement, {
1517
1534
  [key: string]: any;
1518
1535
  }>[];
1519
1536
  getTitle: () => string;
@@ -1526,7 +1543,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
1526
1543
  style?: string | undefined;
1527
1544
  content?: string | undefined;
1528
1545
  columnFilterMethod?: ((params: {
1529
- column: VxeTableDefines.ColumnInfo;
1546
+ column: VxeTableDefines.ColumnInfo<VxeTableDataRow>;
1530
1547
  $columnIndex: number;
1531
1548
  }) => boolean) | undefined;
1532
1549
  dataFilterMethod?: ((params: {
@@ -1538,7 +1555,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
1538
1555
  $rowIndex: number;
1539
1556
  }) => boolean) | undefined;
1540
1557
  beforePrintMethod?: ((params: {
1541
- $table: VxeTableConstructor | null;
1558
+ $table: VxeTableConstructor<any> | null;
1542
1559
  content: string;
1543
1560
  options: VxeTablePropTypes.PrintHandleOptions;
1544
1561
  }) => string) | undefined;
@@ -1548,27 +1565,27 @@ declare const _default: SFCWithInstall<DefineComponent<{
1548
1565
  expandAll?: boolean | undefined;
1549
1566
  expandRowKeys?: string[] | number[] | undefined;
1550
1567
  accordion?: boolean | undefined;
1551
- trigger?: "" | "default" | "row" | "cell" | null | undefined;
1568
+ trigger?: "" | "default" | "cell" | "row" | null | undefined;
1552
1569
  lazy?: boolean | undefined;
1553
1570
  reserve?: boolean | undefined;
1554
1571
  height?: number | undefined;
1555
1572
  loadMethod?: ((params: {
1556
- $table: VxeTableConstructor & VxeTablePrivateMethods;
1557
- row: any;
1573
+ $table: VxeTableConstructor<VxeTableDataRow> & VxeTablePrivateMethods<VxeTableDataRow>;
1574
+ row: VxeTableDataRow;
1558
1575
  rowIndex: number;
1559
1576
  $rowIndex: number;
1560
1577
  }) => Promise<void>) | undefined;
1561
1578
  toggleMethod?: ((params: {
1562
- $table: VxeTableConstructor & VxeTablePrivateMethods;
1579
+ $table: VxeTableConstructor<VxeTableDataRow> & VxeTablePrivateMethods<VxeTableDataRow>;
1563
1580
  expanded: boolean;
1564
- row: any;
1581
+ row: VxeTableDataRow;
1565
1582
  rowIndex: number;
1566
1583
  $rowIndex: number;
1567
- column: VxeTableDefines.ColumnInfo;
1584
+ column: VxeTableDefines.ColumnInfo<VxeTableDataRow>;
1568
1585
  columnIndex: number;
1569
1586
  $columnIndex: number;
1570
1587
  }) => boolean) | undefined;
1571
- visibleMethod?: ((params: VxeTableDefines.CellRenderBodyParams) => boolean) | undefined;
1588
+ visibleMethod?: ((params: VxeTableDefines.CellRenderBodyParams<VxeTableDataRow>) => boolean) | undefined;
1572
1589
  showIcon?: boolean | undefined;
1573
1590
  iconOpen?: string | undefined;
1574
1591
  iconClose?: string | undefined;
@@ -1585,19 +1602,19 @@ declare const _default: SFCWithInstall<DefineComponent<{
1585
1602
  expandAll?: boolean | undefined;
1586
1603
  expandRowKeys?: string[] | number[] | undefined;
1587
1604
  accordion?: boolean | undefined;
1588
- trigger?: "" | "default" | "row" | "cell" | null | undefined;
1605
+ trigger?: "" | "default" | "cell" | "row" | null | undefined;
1589
1606
  lazy?: boolean | undefined;
1590
1607
  hasChild?: string | undefined;
1591
1608
  reserve?: boolean | undefined;
1592
1609
  loadMethod?: ((params: {
1593
- $table: VxeTableConstructor & VxeTablePrivateMethods;
1594
- row: any;
1610
+ $table: VxeTableConstructor<VxeTableDataRow> & VxeTablePrivateMethods<VxeTableDataRow>;
1611
+ row: VxeTableDataRow;
1595
1612
  }) => Promise<any[]>) | undefined;
1596
1613
  toggleMethod?: ((params: {
1597
- $table: VxeTableConstructor & VxeTablePrivateMethods;
1614
+ $table: VxeTableConstructor<VxeTableDataRow> & VxeTablePrivateMethods<VxeTableDataRow>;
1598
1615
  expanded: boolean;
1599
- row: any;
1600
- column: VxeTableDefines.ColumnInfo;
1616
+ row: VxeTableDataRow;
1617
+ column: VxeTableDefines.ColumnInfo<VxeTableDataRow>;
1601
1618
  columnIndex: number;
1602
1619
  $columnIndex: number;
1603
1620
  }) => boolean) | undefined;
@@ -1684,10 +1701,10 @@ declare const _default: SFCWithInstall<DefineComponent<{
1684
1701
  visibleMethod?: ((params: {
1685
1702
  type: string;
1686
1703
  options: VxeTableDefines.MenuFirstOption[][];
1687
- columns: VxeTableDefines.ColumnInfo[];
1688
- row?: any;
1704
+ columns: VxeTableDefines.ColumnInfo<VxeTableDataRow>[];
1705
+ row?: VxeTableDataRow | undefined;
1689
1706
  rowIndex?: number | undefined;
1690
- column?: VxeTableDefines.ColumnInfo | undefined;
1707
+ column?: VxeTableDefines.ColumnInfo<VxeTableDataRow> | undefined;
1691
1708
  columnIndex?: number | undefined;
1692
1709
  }) => boolean) | undefined;
1693
1710
  } | undefined;
@@ -1697,19 +1714,20 @@ declare const _default: SFCWithInstall<DefineComponent<{
1697
1714
  extension?: boolean | undefined;
1698
1715
  } | undefined;
1699
1716
  areaConfig?: {
1717
+ multiple?: boolean | undefined;
1700
1718
  selectCellByHeader?: boolean | undefined;
1701
1719
  extendByCopy?: boolean | undefined;
1702
1720
  extendByCalc?: boolean | undefined;
1703
- extendCalcMethod?: ((params: VxeTableProDefines.ExtendCellAreaCalcBaseParams) => any[][]) | undefined;
1721
+ extendCalcMethod?: ((params: VxeTableProDefines.ExtendCellAreaCalcBaseParams<VxeTableDataRow>) => any[][]) | undefined;
1704
1722
  extendSetMethod?: ((params: {
1705
1723
  cellValue: any;
1706
- row: any;
1707
- column: VxeTableDefines.ColumnInfo;
1708
- } & VxeTableProDefines.ExtendCellAreaCalcBaseParams) => void) | undefined;
1709
- beforeExtendSetMethod?: ((params: VxeTableProDefines.ExtendCellAreaCalcBaseParams) => boolean) | undefined;
1724
+ row: VxeTableDataRow;
1725
+ column: VxeTableDefines.ColumnInfo<VxeTableDataRow>;
1726
+ } & VxeTableProDefines.ExtendCellAreaCalcBaseParams<VxeTableDataRow>) => void) | undefined;
1727
+ beforeExtendSetMethod?: ((params: VxeTableProDefines.ExtendCellAreaCalcBaseParams<VxeTableDataRow>) => boolean) | undefined;
1710
1728
  afterExtendSetMethod?: ((params: {
1711
1729
  extendValues: any[][];
1712
- } & VxeTableProDefines.ExtendCellAreaCalcBaseParams) => boolean) | undefined;
1730
+ } & VxeTableProDefines.ExtendCellAreaCalcBaseParams<VxeTableDataRow>) => boolean) | undefined;
1713
1731
  } | undefined;
1714
1732
  fnrConfig?: {
1715
1733
  isFind?: boolean | undefined;
@@ -1724,36 +1742,36 @@ declare const _default: SFCWithInstall<DefineComponent<{
1724
1742
  beforeFindMethod?: ((params: {
1725
1743
  isAll: boolean;
1726
1744
  findValue: string | null;
1727
- $table: VxeTableConstructor & VxeTablePrivateMethods;
1728
- $grid: VxeGridConstructor | null | undefined;
1745
+ $table: VxeTableConstructor<VxeTableDataRow> & VxeTablePrivateMethods<VxeTableDataRow>;
1746
+ $grid: VxeGridConstructor<VxeTableDataRow> | null | undefined;
1729
1747
  }) => boolean) | undefined;
1730
1748
  afterFindMethod?: ((params: {
1731
1749
  isAll: boolean;
1732
1750
  findValue: string | null;
1733
- result: VxeTableProDefines.FindAndReplaceResult[];
1734
- $table: VxeTableConstructor & VxeTablePrivateMethods;
1735
- $grid: VxeGridConstructor | null | undefined;
1751
+ result: VxeTableProDefines.FindAndReplaceResult<VxeTableDataRow>[];
1752
+ $table: VxeTableConstructor<VxeTableDataRow> & VxeTablePrivateMethods<VxeTableDataRow>;
1753
+ $grid: VxeGridConstructor<VxeTableDataRow> | null | undefined;
1736
1754
  }) => void) | undefined;
1737
1755
  isReplace?: boolean | undefined;
1738
1756
  replaceMethod?: ((params: {
1739
- row: any;
1740
- column: VxeTableDefines.ColumnInfo;
1757
+ row: VxeTableDataRow;
1758
+ column: VxeTableDefines.ColumnInfo<VxeTableDataRow>;
1741
1759
  cellValue: any;
1742
1760
  }) => void) | undefined;
1743
1761
  beforeReplaceMethod?: ((params: {
1744
1762
  isAll: boolean;
1745
1763
  findValue: string | null;
1746
1764
  replaceValue: string;
1747
- $table: VxeTableConstructor & VxeTablePrivateMethods;
1748
- $grid: VxeGridConstructor | null | undefined;
1765
+ $table: VxeTableConstructor<VxeTableDataRow> & VxeTablePrivateMethods<VxeTableDataRow>;
1766
+ $grid: VxeGridConstructor<VxeTableDataRow> | null | undefined;
1749
1767
  }) => boolean) | undefined;
1750
1768
  afterReplaceMethod?: ((params: {
1751
1769
  isAll: boolean;
1752
1770
  findValue: string | null;
1753
1771
  replaceValue: string;
1754
- result: VxeTableProDefines.FindAndReplaceResult[];
1755
- $table: VxeTableConstructor & VxeTablePrivateMethods;
1756
- $grid: VxeGridConstructor | null | undefined;
1772
+ result: VxeTableProDefines.FindAndReplaceResult<VxeTableDataRow>[];
1773
+ $table: VxeTableConstructor<VxeTableDataRow> & VxeTablePrivateMethods<VxeTableDataRow>;
1774
+ $grid: VxeGridConstructor<VxeTableDataRow> | null | undefined;
1757
1775
  }) => void) | undefined;
1758
1776
  } | undefined;
1759
1777
  keyboardConfig?: {
@@ -1770,26 +1788,26 @@ declare const _default: SFCWithInstall<DefineComponent<{
1770
1788
  isChecked?: boolean | undefined;
1771
1789
  enterToTab?: boolean | undefined;
1772
1790
  delMethod?: ((params: {
1773
- row: any;
1791
+ row: VxeTableDataRow;
1774
1792
  rowIndex: number;
1775
- column: VxeTableDefines.ColumnInfo;
1793
+ column: VxeTableDefines.ColumnInfo<VxeTableDataRow>;
1776
1794
  columnIndex: number;
1777
- $table: VxeTableConstructor & VxeTablePrivateMethods;
1795
+ $table: VxeTableConstructor<VxeTableDataRow> & VxeTablePrivateMethods<VxeTableDataRow>;
1778
1796
  }) => void) | undefined;
1779
1797
  backMethod?: ((params: {
1780
- row: any;
1798
+ row: VxeTableDataRow;
1781
1799
  rowIndex: number;
1782
- column: VxeTableDefines.ColumnInfo;
1800
+ column: VxeTableDefines.ColumnInfo<VxeTableDataRow>;
1783
1801
  columnIndex: number;
1784
- $table: VxeTableConstructor & VxeTablePrivateMethods;
1802
+ $table: VxeTableConstructor<VxeTableDataRow> & VxeTablePrivateMethods<VxeTableDataRow>;
1785
1803
  }) => void) | undefined;
1786
1804
  editMethod?: ((params: {
1787
- row: any;
1805
+ row: VxeTableDataRow;
1788
1806
  rowIndex: number;
1789
- column: VxeTableDefines.ColumnInfo;
1807
+ column: VxeTableDefines.ColumnInfo<VxeTableDataRow>;
1790
1808
  columnIndex: number;
1791
- $table: VxeTableConstructor & VxeTablePrivateMethods;
1792
- $grid: VxeGridConstructor | null | undefined;
1809
+ $table: VxeTableConstructor<VxeTableDataRow> & VxeTablePrivateMethods<VxeTableDataRow>;
1810
+ $grid: VxeGridConstructor<VxeTableDataRow> | null | undefined;
1793
1811
  }) => boolean) | undefined;
1794
1812
  } | undefined;
1795
1813
  clipConfig?: {
@@ -1801,94 +1819,94 @@ declare const _default: SFCWithInstall<DefineComponent<{
1801
1819
  isColumnIncrement?: boolean | undefined;
1802
1820
  copyMethod?: ((params: {
1803
1821
  isCut: boolean;
1804
- row: any;
1805
- column: VxeTableDefines.ColumnInfo;
1822
+ row: VxeTableDataRow;
1823
+ column: VxeTableDefines.ColumnInfo<VxeTableDataRow>;
1806
1824
  cellValue: any;
1807
- $table: VxeTableConstructor & VxeTablePrivateMethods;
1808
- $grid: VxeGridConstructor | null | undefined;
1825
+ $table: VxeTableConstructor<VxeTableDataRow> & VxeTablePrivateMethods<VxeTableDataRow>;
1826
+ $grid: VxeGridConstructor<VxeTableDataRow> | null | undefined;
1809
1827
  }) => string) | undefined;
1810
1828
  beforeCopyMethod?: ((params: {
1811
1829
  isCut: boolean;
1812
- activeArea: VxeTableProDefines.MouseActiveCellArea;
1813
- targetAreas: VxeTableProDefines.CellAreaParams[];
1814
- $table: VxeTableConstructor & VxeTablePrivateMethods;
1815
- $grid: VxeGridConstructor | null | undefined;
1830
+ activeArea: VxeTableProDefines.MouseActiveCellArea<VxeTableDataRow>;
1831
+ targetAreas: VxeTableProDefines.CellAreaParams<VxeTableDataRow>[];
1832
+ $table: VxeTableConstructor<VxeTableDataRow> & VxeTablePrivateMethods<VxeTableDataRow>;
1833
+ $grid: VxeGridConstructor<VxeTableDataRow> | null | undefined;
1816
1834
  }) => boolean) | undefined;
1817
1835
  afterCopyMethod?: ((params: {
1818
1836
  isCut: boolean;
1819
- targetAreas: VxeTableProDefines.CellAreaParams[];
1820
- $table: VxeTableConstructor & VxeTablePrivateMethods;
1821
- $grid: VxeGridConstructor | null | undefined;
1837
+ targetAreas: VxeTableProDefines.CellAreaParams<VxeTableDataRow>[];
1838
+ $table: VxeTableConstructor<VxeTableDataRow> & VxeTablePrivateMethods<VxeTableDataRow>;
1839
+ $grid: VxeGridConstructor<VxeTableDataRow> | null | undefined;
1822
1840
  }) => boolean) | undefined;
1823
1841
  cutMethod?: ((params: {
1824
- row: any;
1825
- column: VxeTableDefines.ColumnInfo;
1842
+ row: VxeTableDataRow;
1843
+ column: VxeTableDefines.ColumnInfo<VxeTableDataRow>;
1826
1844
  cellValue: any;
1827
- $table: VxeTableConstructor & VxeTablePrivateMethods;
1828
- $grid: VxeGridConstructor | null | undefined;
1845
+ $table: VxeTableConstructor<VxeTableDataRow> & VxeTablePrivateMethods<VxeTableDataRow>;
1846
+ $grid: VxeGridConstructor<VxeTableDataRow> | null | undefined;
1829
1847
  }) => void) | undefined;
1830
1848
  beforeCutMethod?: ((params: {
1831
- activeArea: VxeTableProDefines.MouseActiveCellArea;
1832
- cutAreas: VxeTableProDefines.CellAreaParams[];
1833
- currentAreas: VxeTableProDefines.CellAreaParams[];
1834
- $table: VxeTableConstructor & VxeTablePrivateMethods;
1835
- $grid: VxeGridConstructor | null | undefined;
1849
+ activeArea: VxeTableProDefines.MouseActiveCellArea<VxeTableDataRow>;
1850
+ cutAreas: VxeTableProDefines.CellAreaParams<VxeTableDataRow>[];
1851
+ currentAreas: VxeTableProDefines.CellAreaParams<VxeTableDataRow>[];
1852
+ $table: VxeTableConstructor<VxeTableDataRow> & VxeTablePrivateMethods<VxeTableDataRow>;
1853
+ $grid: VxeGridConstructor<VxeTableDataRow> | null | undefined;
1836
1854
  }) => boolean) | undefined;
1837
1855
  afterCutMethod?: ((params: {
1838
- cutAreas: VxeTableProDefines.CellAreaParams[];
1839
- currentAreas: VxeTableProDefines.CellAreaParams[];
1840
- $table: VxeTableConstructor & VxeTablePrivateMethods;
1841
- $grid: VxeGridConstructor | null | undefined;
1856
+ cutAreas: VxeTableProDefines.CellAreaParams<VxeTableDataRow>[];
1857
+ currentAreas: VxeTableProDefines.CellAreaParams<VxeTableDataRow>[];
1858
+ $table: VxeTableConstructor<VxeTableDataRow> & VxeTablePrivateMethods<VxeTableDataRow>;
1859
+ $grid: VxeGridConstructor<VxeTableDataRow> | null | undefined;
1842
1860
  }) => void) | undefined;
1843
1861
  pasteMethod?: ((params: {
1844
1862
  isCut: boolean;
1845
- row: any;
1846
- column: VxeTableDefines.ColumnInfo;
1863
+ row: VxeTableDataRow;
1864
+ column: VxeTableDefines.ColumnInfo<VxeTableDataRow>;
1847
1865
  cellValue: any;
1848
- $table: VxeTableConstructor & VxeTablePrivateMethods;
1849
- $grid: VxeGridConstructor | null | undefined;
1866
+ $table: VxeTableConstructor<VxeTableDataRow> & VxeTablePrivateMethods<VxeTableDataRow>;
1867
+ $grid: VxeGridConstructor<VxeTableDataRow> | null | undefined;
1850
1868
  }) => void) | undefined;
1851
1869
  beforePasteMethod?: ((params: {
1852
1870
  isCut: boolean;
1853
- activeArea: VxeTableProDefines.MouseActiveCellArea;
1854
- cutAreas: VxeTableProDefines.CellAreaParams[];
1855
- currentAreas: VxeTableProDefines.CellAreaParams[];
1856
- targetAreas: VxeTableProDefines.CellAreaParams[];
1871
+ activeArea: VxeTableProDefines.MouseActiveCellArea<VxeTableDataRow>;
1872
+ cutAreas: VxeTableProDefines.CellAreaParams<VxeTableDataRow>[];
1873
+ currentAreas: VxeTableProDefines.CellAreaParams<VxeTableDataRow>[];
1874
+ targetAreas: VxeTableProDefines.CellAreaParams<VxeTableDataRow>[];
1857
1875
  cellValues: string[][];
1858
1876
  pasteCells: string[][];
1859
- $table: VxeTableConstructor & VxeTablePrivateMethods;
1860
- $grid: VxeGridConstructor | null | undefined;
1877
+ $table: VxeTableConstructor<VxeTableDataRow> & VxeTablePrivateMethods<VxeTableDataRow>;
1878
+ $grid: VxeGridConstructor<VxeTableDataRow> | null | undefined;
1861
1879
  }) => boolean) | undefined;
1862
1880
  afterPasteMethod?: ((params: {
1863
1881
  isCut: boolean;
1864
- currentAreas: VxeTableProDefines.CellAreaParams[];
1865
- cutAreas: VxeTableProDefines.CellAreaParams[];
1866
- targetAreas: VxeTableProDefines.CellAreaParams[];
1882
+ currentAreas: VxeTableProDefines.CellAreaParams<VxeTableDataRow>[];
1883
+ cutAreas: VxeTableProDefines.CellAreaParams<VxeTableDataRow>[];
1884
+ targetAreas: VxeTableProDefines.CellAreaParams<VxeTableDataRow>[];
1867
1885
  cellValues: any[][];
1868
1886
  pasteCells: string[][];
1869
- insertRows: any[];
1870
- insertColumns: VxeTableDefines.ColumnInfo[];
1871
- $table: VxeTableConstructor & VxeTablePrivateMethods;
1872
- $grid: VxeGridConstructor | null | undefined;
1887
+ insertRows: VxeTableDataRow[];
1888
+ insertColumns: VxeTableDefines.ColumnInfo<VxeTableDataRow>[];
1889
+ $table: VxeTableConstructor<VxeTableDataRow> & VxeTablePrivateMethods<VxeTableDataRow>;
1890
+ $grid: VxeGridConstructor<VxeTableDataRow> | null | undefined;
1873
1891
  }) => boolean) | undefined;
1874
1892
  createRowsMethod?: ((params: {
1875
- currentAreas: VxeTableProDefines.CellAreaParams[];
1876
- targetAreas: VxeTableProDefines.CellAreaParams[];
1893
+ currentAreas: VxeTableProDefines.CellAreaParams<VxeTableDataRow>[];
1894
+ targetAreas: VxeTableProDefines.CellAreaParams<VxeTableDataRow>[];
1877
1895
  cellValues: any[][];
1878
1896
  pasteCells: string[][];
1879
- insertRows: any[];
1880
- $table: VxeTableConstructor & VxeTablePrivateMethods;
1881
- $grid: VxeGridConstructor | null | undefined;
1882
- }) => any[]) | undefined;
1897
+ insertRows: VxeTableDataRow[];
1898
+ $table: VxeTableConstructor<VxeTableDataRow> & VxeTablePrivateMethods<VxeTableDataRow>;
1899
+ $grid: VxeGridConstructor<VxeTableDataRow> | null | undefined;
1900
+ }) => VxeTableDataRow[]) | undefined;
1883
1901
  createColumnsMethod?: ((params: {
1884
- currentAreas: VxeTableProDefines.CellAreaParams[];
1885
- targetAreas: VxeTableProDefines.CellAreaParams[];
1902
+ currentAreas: VxeTableProDefines.CellAreaParams<VxeTableDataRow>[];
1903
+ targetAreas: VxeTableProDefines.CellAreaParams<VxeTableDataRow>[];
1886
1904
  cellValues: any[][];
1887
1905
  pasteCells: string[][];
1888
- insertColumns: VxeTableDefines.ColumnOptions[];
1889
- $table: VxeTableConstructor & VxeTablePrivateMethods;
1890
- $grid: VxeGridConstructor | null | undefined;
1891
- }) => VxeTableDefines.ColumnOptions[]) | undefined;
1906
+ insertColumns: VxeTableDefines.ColumnOptions<VxeTableDataRow>[];
1907
+ $table: VxeTableConstructor<VxeTableDataRow> & VxeTablePrivateMethods<VxeTableDataRow>;
1908
+ $grid: VxeGridConstructor<VxeTableDataRow> | null | undefined;
1909
+ }) => VxeTableDefines.ColumnOptions<VxeTableDataRow>[]) | undefined;
1892
1910
  } | undefined;
1893
1911
  editConfig?: {
1894
1912
  trigger?: "" | "click" | "manual" | "dblclick" | null | undefined;
@@ -1902,20 +1920,20 @@ declare const _default: SFCWithInstall<DefineComponent<{
1902
1920
  showAsterisk?: boolean | undefined;
1903
1921
  autoClear?: boolean | undefined;
1904
1922
  beforeEditMethod?: ((params: {
1905
- row: any;
1923
+ row: VxeTableDataRow;
1906
1924
  rowIndex: number;
1907
- column: VxeTableDefines.ColumnInfo;
1925
+ column: VxeTableDefines.ColumnInfo<VxeTableDataRow>;
1908
1926
  columnIndex: number;
1909
- $table: VxeTableConstructor & VxeTablePrivateMethods;
1910
- $grid: VxeGridConstructor | null | undefined;
1927
+ $table: VxeTableConstructor<VxeTableDataRow> & VxeTablePrivateMethods<VxeTableDataRow>;
1928
+ $grid: VxeGridConstructor<VxeTableDataRow> | null | undefined;
1911
1929
  }) => boolean) | undefined;
1912
1930
  activeMethod?: ((params: {
1913
- row: any;
1931
+ row: VxeTableDataRow;
1914
1932
  rowIndex: number;
1915
- column: VxeTableDefines.ColumnInfo;
1933
+ column: VxeTableDefines.ColumnInfo<VxeTableDataRow>;
1916
1934
  columnIndex: number;
1917
- $table: VxeTableConstructor & VxeTablePrivateMethods;
1918
- $grid: VxeGridConstructor | null | undefined;
1935
+ $table: VxeTableConstructor<VxeTableDataRow> & VxeTablePrivateMethods<VxeTableDataRow>;
1936
+ $grid: VxeGridConstructor<VxeTableDataRow> | null | undefined;
1919
1937
  }) => boolean) | undefined;
1920
1938
  } | undefined;
1921
1939
  validConfig?: {
@@ -1924,7 +1942,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
1924
1942
  message?: string | undefined;
1925
1943
  maxWidth?: number | undefined;
1926
1944
  } | undefined;
1927
- editRules?: VxeTablePropTypes.EditRules | undefined;
1945
+ editRules?: VxeTablePropTypes.EditRules<VxeTableDataRow> | undefined;
1928
1946
  emptyText?: string | undefined;
1929
1947
  emptyRender?: {
1930
1948
  name?: string | undefined;
@@ -1966,16 +1984,16 @@ declare const _default: SFCWithInstall<DefineComponent<{
1966
1984
  columns?: {
1967
1985
  children?: any[] | undefined;
1968
1986
  slots?: {
1969
- title?: string | ((params: VxeColumnPropTypes.HeaderSlotParams) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1970
- radio?: string | ((params: VxeColumnPropTypes.DefaultSlotParams) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1971
- checkbox?: string | ((params: VxeColumnPropTypes.DefaultSlotParams) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1972
- default?: string | ((params: VxeColumnPropTypes.DefaultSlotParams) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1973
- header?: string | ((params: VxeColumnPropTypes.HeaderSlotParams) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1974
- footer?: string | ((params: VxeColumnPropTypes.FooterSlotParams) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1975
- content?: string | ((params: VxeColumnPropTypes.ContentSlotParams) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1976
- filter?: string | ((params: VxeColumnPropTypes.FilterSlotParams) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1977
- edit?: string | ((params: VxeColumnPropTypes.EditSlotParams) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1978
- icon?: string | ((params: VxeColumnPropTypes.IconSlotParams) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1987
+ title?: string | ((params: VxeColumnSlotTypes.HeaderSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1988
+ radio?: string | ((params: VxeColumnSlotTypes.DefaultSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1989
+ checkbox?: string | ((params: VxeColumnSlotTypes.DefaultSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1990
+ default?: string | ((params: VxeColumnSlotTypes.DefaultSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1991
+ header?: string | ((params: VxeColumnSlotTypes.HeaderSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1992
+ footer?: string | ((params: VxeColumnSlotTypes.FooterSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1993
+ content?: string | ((params: VxeColumnSlotTypes.ContentSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1994
+ filter?: string | ((params: VxeColumnSlotTypes.FilterSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1995
+ edit?: string | ((params: VxeColumnSlotTypes.EditSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1996
+ icon?: string | ((params: VxeColumnSlotTypes.IconSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
1979
1997
  } | undefined;
1980
1998
  colId?: VxeColumnPropTypes.ColId | undefined;
1981
1999
  type?: VxeColumnPropTypes.Type | undefined;
@@ -1992,12 +2010,12 @@ declare const _default: SFCWithInstall<DefineComponent<{
1992
2010
  showOverflow?: VxeTablePropTypes.ShowOverflow | undefined;
1993
2011
  showHeaderOverflow?: VxeTablePropTypes.ShowOverflow | undefined;
1994
2012
  showFooterOverflow?: VxeTablePropTypes.ShowOverflow | undefined;
1995
- className?: VxeColumnPropTypes.ClassName | undefined;
1996
- headerClassName?: VxeColumnPropTypes.HeaderClassName | undefined;
1997
- footerClassName?: VxeColumnPropTypes.FooterClassName | undefined;
1998
- formatter?: VxeColumnPropTypes.Formatter | undefined;
2013
+ className?: VxeColumnPropTypes.ClassName<VxeTableDataRow> | undefined;
2014
+ headerClassName?: VxeColumnPropTypes.HeaderClassName<VxeTableDataRow> | undefined;
2015
+ footerClassName?: VxeColumnPropTypes.FooterClassName<VxeTableDataRow> | undefined;
2016
+ formatter?: VxeColumnPropTypes.Formatter<VxeTableDataRow> | undefined;
1999
2017
  sortable?: boolean | undefined;
2000
- sortBy?: VxeColumnPropTypes.SortBy | undefined;
2018
+ sortBy?: VxeColumnPropTypes.SortBy<VxeTableDataRow> | undefined;
2001
2019
  sortType?: VxeColumnPropTypes.SortType | undefined;
2002
2020
  filters?: {
2003
2021
  label?: string | number | undefined;
@@ -2007,7 +2025,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
2007
2025
  checked?: boolean | undefined;
2008
2026
  }[] | undefined;
2009
2027
  filterMultiple?: boolean | undefined;
2010
- filterMethod?: VxeColumnPropTypes.FilterMethod | undefined;
2028
+ filterMethod?: VxeColumnPropTypes.FilterMethod<VxeTableDataRow> | undefined;
2011
2029
  filterRender?: {
2012
2030
  options?: any[] | undefined;
2013
2031
  optionProps?: {
@@ -2037,8 +2055,8 @@ declare const _default: SFCWithInstall<DefineComponent<{
2037
2055
  } | undefined;
2038
2056
  treeNode?: boolean | undefined;
2039
2057
  visible?: boolean | undefined;
2040
- exportMethod?: VxeColumnPropTypes.ExportMethod | undefined;
2041
- footerExportMethod?: VxeColumnPropTypes.FooterExportMethod | undefined;
2058
+ exportMethod?: VxeColumnPropTypes.ExportMethod<VxeTableDataRow> | undefined;
2059
+ footerExportMethod?: VxeColumnPropTypes.FooterExportMethod<VxeTableDataRow> | undefined;
2042
2060
  titleHelp?: {
2043
2061
  useHTML?: boolean | undefined;
2044
2062
  content?: VxeTooltipPropTypes.Content | undefined;
@@ -2058,7 +2076,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
2058
2076
  cellType?: VxeColumnPropTypes.CellType | undefined;
2059
2077
  cellRender?: {
2060
2078
  events?: {
2061
- [key: string]: (cellParams: VxeColumnPropTypes.DefaultSlotParams, ...args: any[]) => any;
2079
+ [key: string]: (cellParams: VxeColumnSlotTypes.DefaultSlotParams<VxeTableDataRow>, ...args: any[]) => any;
2062
2080
  } | undefined;
2063
2081
  options?: any[] | undefined;
2064
2082
  optionProps?: {
@@ -2085,7 +2103,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
2085
2103
  } | undefined;
2086
2104
  editRender?: {
2087
2105
  events?: {
2088
- [key: string]: (cellParams: VxeColumnPropTypes.EditSlotParams, ...args: any[]) => any;
2106
+ [key: string]: (cellParams: VxeColumnSlotTypes.EditSlotParams<VxeTableDataRow>, ...args: any[]) => any;
2089
2107
  } | undefined;
2090
2108
  enabled?: boolean | undefined;
2091
2109
  options?: any[] | undefined;
@@ -2103,7 +2121,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
2103
2121
  autofocus?: string | undefined;
2104
2122
  autoselect?: boolean | undefined;
2105
2123
  defaultValue?: string | number | object | any[] | ((params: {
2106
- column: VxeTableDefines.ColumnInfo;
2124
+ column: VxeTableDefines.ColumnInfo<VxeTableDataRow>;
2107
2125
  }) => any) | {
2108
2126
  exec: (string: string) => RegExpExecArray | null;
2109
2127
  test: (string: string) => boolean;
@@ -2272,15 +2290,14 @@ declare const _default: SFCWithInstall<DefineComponent<{
2272
2290
  message?: string | undefined;
2273
2291
  } | undefined;
2274
2292
  ajax?: {
2275
- query?: ((params: VxeGridPropTypes.ProxyAjaxQueryParams, ...args: any[]) => Promise<any>) | undefined;
2276
- queryAll?: ((params: VxeGridPropTypes.ProxyAjaxQueryAllParams, ...args: any[]) => Promise<any>) | undefined;
2277
- delete?: ((params: VxeGridPropTypes.ProxyAjaxDeleteParams, ...args: any[]) => Promise<any>) | undefined;
2278
- save?: ((params: VxeGridPropTypes.ProxyAjaxSaveParams, ...args: any[]) => Promise<any>) | undefined;
2293
+ query?: ((params: VxeGridPropTypes.ProxyAjaxQueryParams<VxeTableDataRow>, ...args: any[]) => Promise<any>) | undefined;
2294
+ queryAll?: ((params: VxeGridPropTypes.ProxyAjaxQueryAllParams<VxeTableDataRow>, ...args: any[]) => Promise<any>) | undefined;
2295
+ delete?: ((params: VxeGridPropTypes.ProxyAjaxDeleteParams<VxeTableDataRow>, ...args: any[]) => Promise<any>) | undefined;
2296
+ save?: ((params: VxeGridPropTypes.ProxyAjaxSaveParams<VxeTableDataRow>, ...args: any[]) => Promise<any>) | undefined;
2279
2297
  } | undefined;
2280
2298
  } | undefined;
2281
2299
  toolbarConfig?: {
2282
2300
  enabled?: boolean | undefined;
2283
- buttons?: any[] | undefined;
2284
2301
  zoom?: boolean | {
2285
2302
  escRestore?: boolean | undefined;
2286
2303
  iconIn?: string | undefined;
@@ -2289,12 +2306,12 @@ declare const _default: SFCWithInstall<DefineComponent<{
2289
2306
  slots?: {
2290
2307
  buttons?: string | ((params: {
2291
2308
  [key: string]: any;
2292
- }) => JSX.Element | string[] | VNode<RendererNode, RendererElement, {
2309
+ }) => string[] | JSX.Element | VNode<RendererNode, RendererElement, {
2293
2310
  [key: string]: any;
2294
2311
  }>[] | JSX.Element[]) | undefined;
2295
2312
  tools?: string | ((params: {
2296
2313
  [key: string]: any;
2297
- }) => JSX.Element | string[] | VNode<RendererNode, RendererElement, {
2314
+ }) => string[] | JSX.Element | VNode<RendererNode, RendererElement, {
2298
2315
  [key: string]: any;
2299
2316
  }>[] | JSX.Element[]) | undefined;
2300
2317
  } | undefined;
@@ -2307,7 +2324,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
2307
2324
  refresh?: boolean | {
2308
2325
  queryMethod?: ((params: {
2309
2326
  [key: string]: any;
2310
- }) => Promise<any>) | undefined;
2327
+ }) => any) | undefined;
2311
2328
  code?: "" | "query" | "reload" | null | undefined;
2312
2329
  icon?: string | undefined;
2313
2330
  iconLoading?: string | undefined;
@@ -2329,11 +2346,45 @@ declare const _default: SFCWithInstall<DefineComponent<{
2329
2346
  immediate?: boolean | undefined;
2330
2347
  storage?: boolean | undefined;
2331
2348
  checkMethod?: ((params: {
2332
- column: VxeTableDefines.ColumnInfo;
2349
+ column: VxeTableDefines.ColumnInfo<VxeTableDataRow>;
2333
2350
  }) => boolean) | undefined;
2334
2351
  isFooter?: boolean | undefined;
2335
2352
  icon?: string | undefined;
2336
2353
  } | undefined;
2354
+ buttons?: {
2355
+ dropdowns?: any[] | undefined;
2356
+ buttonRender?: {
2357
+ name?: string | undefined;
2358
+ props?: {
2359
+ [key: string]: any;
2360
+ } | undefined;
2361
+ attrs?: {
2362
+ [key: string]: any;
2363
+ } | undefined;
2364
+ events?: {
2365
+ [key: string]: (...args: any[]) => any;
2366
+ } | undefined;
2367
+ children?: any[] | undefined;
2368
+ cellType?: "string" | "number" | undefined;
2369
+ } | undefined;
2370
+ code?: string | undefined;
2371
+ visible?: boolean | undefined;
2372
+ params?: any;
2373
+ size?: SizeType | undefined;
2374
+ type?: string | undefined;
2375
+ className?: string | undefined;
2376
+ name?: VxeButtonPropTypes.Name | undefined;
2377
+ content?: string | undefined;
2378
+ placement?: string | undefined;
2379
+ status?: string | undefined;
2380
+ icon?: string | undefined;
2381
+ round?: boolean | undefined;
2382
+ circle?: boolean | undefined;
2383
+ disabled?: boolean | undefined;
2384
+ loading?: boolean | undefined;
2385
+ destroyOnClose?: boolean | undefined;
2386
+ transfer?: boolean | undefined;
2387
+ }[] | undefined;
2337
2388
  tools?: {
2338
2389
  dropdowns?: any[] | undefined;
2339
2390
  toolRender?: {
@@ -2382,7 +2433,12 @@ declare const _default: SFCWithInstall<DefineComponent<{
2382
2433
  titleWidth?: VxeFormPropTypes.TitleWidth | undefined;
2383
2434
  titleColon?: boolean | undefined;
2384
2435
  titleAsterisk?: boolean | undefined;
2436
+ showTitle?: boolean | undefined;
2385
2437
  className?: VxeFormItemPropTypes.ClassName | undefined;
2438
+ contentClassName?: VxeFormItemPropTypes.ContentClassName | undefined;
2439
+ contentStyle?: VxeFormItemPropTypes.ContentStyle | undefined;
2440
+ titleClassName?: VxeFormItemPropTypes.TitleClassName | undefined;
2441
+ titleStyle?: VxeFormItemPropTypes.TitleStyle | undefined;
2386
2442
  titlePrefix?: {
2387
2443
  useHTML?: boolean | undefined;
2388
2444
  content?: VxeTooltipPropTypes.Content | undefined;
@@ -2419,7 +2475,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
2419
2475
  key?: string | undefined;
2420
2476
  } | undefined;
2421
2477
  content?: string | undefined;
2422
- autofocus?: boolean | undefined;
2478
+ autofocus?: string | undefined;
2423
2479
  defaultValue?: string | number | object | any[] | {
2424
2480
  exec: (string: string) => RegExpExecArray | null;
2425
2481
  test: (string: string) => boolean;
@@ -2562,47 +2618,62 @@ declare const _default: SFCWithInstall<DefineComponent<{
2562
2618
  escRestore?: boolean | undefined;
2563
2619
  } | undefined;
2564
2620
  };
2621
+ pageData: Ref<RecordStringNumber>;
2622
+ handleDeleteRow: (btn: PageButtonWithGroupCode) => void;
2623
+ computedColumns: ComputedRef<VxeGridPropTypes.Columns<VxeTableDataRow>>;
2624
+ editRules: ComputedRef<ruleItem>;
2625
+ shake: Ref<boolean>;
2565
2626
  }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
2566
- groupName: {
2567
- type: PropType<string>;
2568
- default: string;
2627
+ readonly groupName: {
2628
+ readonly type: PropType<string>;
2629
+ readonly default: "";
2630
+ };
2631
+ readonly groupNameI18nKey: {
2632
+ readonly type: PropType<string>;
2633
+ readonly default: "";
2634
+ };
2635
+ readonly groupCode: {
2636
+ readonly type: PropType<string>;
2637
+ readonly default: "";
2569
2638
  };
2570
- groupNameI18nKey: {
2571
- type: PropType<string>;
2572
- default: string;
2639
+ readonly groupType: {
2640
+ readonly type: PropType<string>;
2641
+ readonly default: "";
2573
2642
  };
2574
- groupCode: {
2575
- type: PropType<string>;
2576
- default: string;
2643
+ readonly sortOrder: {
2644
+ readonly type: PropType<string>;
2645
+ readonly default: "";
2577
2646
  };
2578
- groupType: {
2579
- type: PropType<string>;
2580
- default: string;
2647
+ readonly buttons: {
2648
+ readonly type: PropType<PageButton[]>;
2649
+ readonly default: () => never[];
2581
2650
  };
2582
- sortOrder: {
2583
- type: PropType<string>;
2584
- default: string;
2651
+ readonly columns: {
2652
+ readonly type: PropType<ColumnItem[]>;
2653
+ readonly default: () => never[];
2585
2654
  };
2586
- buttons: {
2587
- type: PropType<PageButton[]>;
2588
- default(): never[];
2655
+ readonly extend: {
2656
+ readonly type: ObjectConstructor;
2657
+ readonly default: () => {};
2589
2658
  };
2590
- columns: {
2591
- type: PropType<ColumnItem[]>;
2592
- default(): never[];
2659
+ readonly vxeGridConfig: {
2660
+ readonly type: PropType<VxeGridProps<VxeTableDataRow>>;
2661
+ readonly default: () => {};
2593
2662
  };
2594
- extend: {
2595
- type: ObjectConstructor;
2596
- default(): {};
2663
+ readonly shake: {
2664
+ readonly type: PropType<boolean>;
2665
+ readonly default: true;
2597
2666
  };
2598
2667
  }>>, {
2599
- groupName: string;
2600
- groupNameI18nKey: string;
2601
- groupCode: string;
2602
- groupType: string;
2603
- sortOrder: string;
2604
- buttons: PageButton[];
2605
- extend: Record<string, any>;
2606
- columns: ColumnItem[];
2607
- }>>;
2668
+ readonly columns: ColumnItem[];
2669
+ readonly buttons: PageButton[];
2670
+ readonly extend: Record<string, any>;
2671
+ readonly groupName: string;
2672
+ readonly groupNameI18nKey: string;
2673
+ readonly groupCode: string;
2674
+ readonly groupType: string;
2675
+ readonly sortOrder: string;
2676
+ readonly shake: boolean;
2677
+ readonly vxeGridConfig: VxeGridProps<VxeTableDataRow>;
2678
+ }, {}>>;
2608
2679
  export default _default;