xxl-job-vue3 1.0.0 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of xxl-job-vue3 might be problematic. Click here for more details.

Files changed (144) hide show
  1. package/README.md +34 -3
  2. package/dist/403-CT_xpxt9.js +35 -0
  3. package/dist/404-D41S06ze.js +35 -0
  4. package/dist/500-DiwNQtiW.js +35 -0
  5. package/dist/index-BQYLMMeF.js +1341 -0
  6. package/dist/lib-index-Ce2gwbBI.js +40483 -0
  7. package/dist/style.css +1 -0
  8. package/dist/types/src/api/config/servicePort.d.ts +6 -0
  9. package/dist/types/src/api/helper/axiosCancel.d.ts +20 -0
  10. package/dist/types/src/api/helper/checkStatus.d.ts +6 -0
  11. package/dist/types/src/api/index.d.ts +24 -0
  12. package/dist/types/src/api/interface/common.d.ts +72 -0
  13. package/dist/types/src/api/interface/index.d.ts +10 -0
  14. package/dist/types/src/api/interface/xxlJob/jobDashboard.d.ts +36 -0
  15. package/dist/types/src/api/interface/xxlJob/jobExecutor.d.ts +32 -0
  16. package/dist/types/src/api/interface/xxlJob/jobInfo.d.ts +73 -0
  17. package/dist/types/src/api/interface/xxlJob/jobLogs.d.ts +29 -0
  18. package/dist/types/src/api/modules/common.d.ts +4 -0
  19. package/dist/types/src/api/modules/index.d.ts +12 -0
  20. package/dist/types/src/api/modules/upload.d.ts +11 -0
  21. package/dist/types/src/api/modules/xxlJob/jobDashboard.d.ts +10 -0
  22. package/dist/types/src/api/modules/xxlJob/jobExecutor.d.ts +23 -0
  23. package/dist/types/src/api/modules/xxlJob/jobInfo.d.ts +51 -0
  24. package/dist/types/src/api/modules/xxlJob/jobLogs.d.ts +16 -0
  25. package/dist/types/src/components/ECharts/config/index.d.ts +6 -0
  26. package/dist/types/src/components/ECharts/index.vue.d.ts +44 -0
  27. package/dist/types/src/components/ErrorMessage/403.vue.d.ts +2 -0
  28. package/dist/types/src/components/ErrorMessage/404.vue.d.ts +2 -0
  29. package/dist/types/src/components/ErrorMessage/500.vue.d.ts +2 -0
  30. package/dist/types/src/components/Grid/components/GridItem.vue.d.ts +67 -0
  31. package/dist/types/src/components/Grid/index.vue.d.ts +65 -0
  32. package/dist/types/src/components/Grid/interface/index.d.ts +5 -0
  33. package/dist/types/src/components/Loading/fullScreen.d.ts +5 -0
  34. package/dist/types/src/components/ProTable/components/ColSetting.vue.d.ts +19 -0
  35. package/dist/types/src/components/ProTable/components/Pagination.vue.d.ts +21 -0
  36. package/dist/types/src/components/ProTable/components/TableColumn.vue.d.ts +17 -0
  37. package/dist/types/src/components/ProTable/index.vue.d.ts +3132 -0
  38. package/dist/types/src/components/ProTable/interface/index.d.ts +102 -0
  39. package/dist/types/src/components/SearchForm/components/SearchFormItem.vue.d.ts +28 -0
  40. package/dist/types/src/components/SearchForm/index.vue.d.ts +46 -0
  41. package/dist/types/src/components/SwitchDark/index.vue.d.ts +2 -0
  42. package/dist/types/src/config/index.d.ts +4 -0
  43. package/dist/types/src/config/nprogress.d.ts +3 -0
  44. package/dist/types/src/directives/index.d.ts +6 -0
  45. package/dist/types/src/directives/modules/auth.d.ts +4 -0
  46. package/dist/types/src/enums/httpEnum.d.ts +29 -0
  47. package/dist/types/src/hooks/interface/index.d.ts +30 -0
  48. package/dist/types/src/hooks/useAuthButtons.d.ts +8 -0
  49. package/dist/types/src/hooks/useDownload.d.ts +20 -0
  50. package/dist/types/src/hooks/useHandleData.d.ts +12 -0
  51. package/dist/types/src/hooks/useOnline.d.ts +6 -0
  52. package/dist/types/src/hooks/useSelection.d.ts +17 -0
  53. package/dist/types/src/hooks/useTable.d.ts +46 -0
  54. package/dist/types/src/hooks/useTheme.d.ts +13 -0
  55. package/dist/types/src/hooks/useTime.d.ts +15 -0
  56. package/dist/types/src/languages/index.d.ts +62 -0
  57. package/dist/types/src/languages/modules/en.d.ts +31 -0
  58. package/dist/types/src/languages/modules/zh.d.ts +30 -0
  59. package/dist/types/src/layouts/LayoutClassic/index.vue.d.ts +2 -0
  60. package/dist/types/src/layouts/LayoutTransverse/index.vue.d.ts +2 -0
  61. package/dist/types/src/layouts/components/Footer/index.vue.d.ts +2 -0
  62. package/dist/types/src/layouts/components/Header/ToolBarLeft.vue.d.ts +2 -0
  63. package/dist/types/src/layouts/components/Header/ToolBarRight.vue.d.ts +2 -0
  64. package/dist/types/src/layouts/components/Header/components/Avatar.vue.d.ts +2 -0
  65. package/dist/types/src/layouts/components/Header/components/Breadcrumb.vue.d.ts +2 -0
  66. package/dist/types/src/layouts/components/Header/components/CollapseIcon.vue.d.ts +2 -0
  67. package/dist/types/src/layouts/components/Header/components/Fullscreen.vue.d.ts +2 -0
  68. package/dist/types/src/layouts/components/Header/components/ThemeSetting.vue.d.ts +2 -0
  69. package/dist/types/src/layouts/components/Main/components/Maximize.vue.d.ts +2 -0
  70. package/dist/types/src/layouts/components/Main/index.vue.d.ts +28 -0
  71. package/dist/types/src/layouts/components/Menu/SubMenu.vue.d.ts +15 -0
  72. package/dist/types/src/layouts/components/Tabs/components/MoreButton.vue.d.ts +6 -0
  73. package/dist/types/src/layouts/components/Tabs/index.vue.d.ts +6 -0
  74. package/dist/types/src/layouts/components/ThemeDrawer/index.vue.d.ts +2 -0
  75. package/dist/types/src/layouts/index.vue.d.ts +2 -0
  76. package/dist/types/src/lib-index.d.ts +9 -0
  77. package/dist/types/src/main.d.ts +1 -0
  78. package/dist/types/src/routers/index.d.ts +22 -0
  79. package/dist/types/src/routers/modules/dynamicRouter.d.ts +6 -0
  80. package/dist/types/src/routers/modules/staticRouter.d.ts +22 -0
  81. package/dist/types/src/stores/helper/persist.d.ts +10 -0
  82. package/dist/types/src/stores/index.d.ts +2 -0
  83. package/dist/types/src/stores/interface/index.d.ts +66 -0
  84. package/dist/types/src/stores/modules/auth.d.ts +156 -0
  85. package/dist/types/src/stores/modules/global.d.ts +43 -0
  86. package/dist/types/src/stores/modules/keepAlive.d.ts +7 -0
  87. package/dist/types/src/stores/modules/tabs.d.ts +10 -0
  88. package/dist/types/src/stores/modules/user.d.ts +17 -0
  89. package/dist/types/src/styles/theme/aside.d.ts +5 -0
  90. package/dist/types/src/styles/theme/header.d.ts +5 -0
  91. package/dist/types/src/styles/theme/menu.d.ts +5 -0
  92. package/dist/types/src/utils/aes.d.ts +12 -0
  93. package/dist/types/src/utils/color.d.ts +28 -0
  94. package/dist/types/src/utils/dict.d.ts +257 -0
  95. package/dist/types/src/utils/eleValidate.d.ts +4 -0
  96. package/dist/types/src/utils/errorHandler.d.ts +5 -0
  97. package/dist/types/src/utils/index.d.ts +235 -0
  98. package/dist/types/src/utils/is/index.d.ts +126 -0
  99. package/dist/types/src/utils/mittBus.d.ts +2 -0
  100. package/dist/types/src/utils/sm3.d.ts +6 -0
  101. package/dist/types/src/utils/sm4.d.ts +14 -0
  102. package/dist/types/src/utils/svg.d.ts +4 -0
  103. package/dist/types/src/utils/xxl-bridge.d.ts +21 -0
  104. package/dist/types/src/views/xxlJob/jobDashboard/index.vue.d.ts +2 -0
  105. package/dist/types/src/views/xxlJob/jobExecutor/components/EditExecutor.vue.d.ts +21 -0
  106. package/dist/types/src/views/xxlJob/jobExecutor/index.vue.d.ts +2 -0
  107. package/dist/types/src/views/xxlJob/jobInfo/components/CreateCronExpression.vue.d.ts +28 -0
  108. package/dist/types/src/views/xxlJob/jobInfo/components/JobInfoDetail.vue.d.ts +10 -0
  109. package/dist/types/src/views/xxlJob/jobInfo/components/RegisterNode.vue.d.ts +11 -0
  110. package/dist/types/src/views/xxlJob/jobInfo/components/RunOnceView.vue.d.ts +11 -0
  111. package/dist/types/src/views/xxlJob/jobInfo/components/lib/CrontabDay.vue.d.ts +26 -0
  112. package/dist/types/src/views/xxlJob/jobInfo/components/lib/CrontabHour.vue.d.ts +13 -0
  113. package/dist/types/src/views/xxlJob/jobInfo/components/lib/CrontabMin.vue.d.ts +13 -0
  114. package/dist/types/src/views/xxlJob/jobInfo/components/lib/CrontabMonth.vue.d.ts +13 -0
  115. package/dist/types/src/views/xxlJob/jobInfo/components/lib/CrontabResult.vue.d.ts +15 -0
  116. package/dist/types/src/views/xxlJob/jobInfo/components/lib/CrontabSecond.vue.d.ts +13 -0
  117. package/dist/types/src/views/xxlJob/jobInfo/components/lib/CrontabWeek.vue.d.ts +27 -0
  118. package/dist/types/src/views/xxlJob/jobInfo/components/lib/CrontabYear.vue.d.ts +14 -0
  119. package/dist/types/src/views/xxlJob/jobInfo/index.vue.d.ts +2 -0
  120. package/dist/types/src/views/xxlJob/jobLogs/components/JobTaskClearDialog.vue.d.ts +16 -0
  121. package/dist/types/src/views/xxlJob/jobLogs/components/JobTaskInfoView.vue.d.ts +17 -0
  122. package/dist/types/src/views/xxlJob/jobLogs/index.vue.d.ts +2 -0
  123. package/dist/xxl-job-vue3.es.js +6 -6
  124. package/dist/xxl-job-vue3.umd.js +94 -74
  125. package/package.json +38 -35
  126. package/dist/403-D8dRpQKz.js +0 -36
  127. package/dist/404-DXM7nyXC.js +0 -36
  128. package/dist/500-BUCjxPG1.js +0 -36
  129. package/dist/CrontabDay-DqR3VUYR.js +0 -4
  130. package/dist/CrontabHour-B0Ub5MaR.js +0 -4
  131. package/dist/CrontabMin-DtjfCxp1.js +0 -4
  132. package/dist/CrontabMonth-BU6m9TVZ.js +0 -4
  133. package/dist/CrontabResult-DGO_apJU.js +0 -4
  134. package/dist/CrontabSecond-BqQGVOZ9.js +0 -4
  135. package/dist/CrontabWeek-DHqRjAy-.js +0 -4
  136. package/dist/CrontabYear-D3Z1OkFC.js +0 -4
  137. package/dist/EditExecutor-C-jVvoY3.js +0 -4
  138. package/dist/JobTaskClearDialog-CpXLIi7N.js +0 -4
  139. package/dist/RunOnceView-Bk8stgp6.js +0 -4
  140. package/dist/index-Bf5gEacT.js +0 -98346
  141. package/dist/index-Btu-nIzi.js +0 -4
  142. package/dist/index-CXZ4_Fnb.js +0 -4
  143. package/dist/index-OKUPhEWh.js +0 -4012
  144. package/dist/index-tWx7VrPi.js +0 -4
@@ -0,0 +1,3132 @@
1
+ import { BreakPoint } from '../Grid/interface';
2
+ import { ColumnProps } from './interface';
3
+
4
+ export interface ProTableProps {
5
+ /**列配置项 ==> 必传*/
6
+ columns: ColumnProps[];
7
+ /**静态 table data 数据,若存在则不会使用 requestApi 返回的 data ==> 非必传*/
8
+ data?: any[];
9
+ /**请求表格数据的 api ==> 非必传*/
10
+ requestApi?: (params: any) => Promise<any>;
11
+ /**是否自动执行请求 api ==> 非必传(默认为true)*/
12
+ requestAuto?: boolean;
13
+ /**表格 api 请求错误监听 ==> 非必传*/
14
+ requestError?: (params: any) => void;
15
+ /**返回数据的回调函数,可以对数据进行处理 ==> 非必传*/
16
+ dataCallback?: (data: any) => any;
17
+ /**表格标题 ==> 非必传*/
18
+ title?: string;
19
+ /**是否需要分页组件 ==> 非必传(默认为true)*/
20
+ pagination?: boolean;
21
+ /**初始化请求参数 ==> 非必传(默认为{})*/
22
+ initParam?: any;
23
+ /**是否带有纵向边框 ==> 非必传(默认为true)*/
24
+ border?: boolean;
25
+ /**是否显示表格功能按钮 ==> 非必传(默认为true)*/
26
+ toolButton?: ("refresh" | "setting" | "search" | "expand")[] | boolean;
27
+ /**行数据的 Key,用来优化 Table 的渲染,当表格数据多选时,所指定的 id ==> 非必传(默认为 id)*/
28
+ rowKey?: string;
29
+ /**表格搜索项 每列占比配置 ==> 非必传 { xs: 1, sm: 2, md: 2, lg: 3, xl: 4 }*/
30
+ searchCol?: number | Record<BreakPoint, number>;
31
+ /** 是否展示展开按钮*/
32
+ showExpand?: boolean;
33
+ /** 是否展示父子关联按钮*/
34
+ showCheckStrictly?: boolean;
35
+ /** 列展开默认值*/
36
+ expandDefault?: boolean;
37
+ /** 是否展示父子关联按钮*/
38
+ checkStrictlyDefault?: any;
39
+ /** 自定义分页大小*/
40
+ cusPageSize?: number;
41
+ /** 是否隐藏搜索按钮*/
42
+ isHideSearchBtn?: boolean;
43
+ /** 是否显示表头*/
44
+ isShowHeader?: boolean;
45
+ }
46
+ declare function __VLS_template(): Partial<Record<"expand", (_: any) => any>> & Partial<Record<string, (_: any) => any>> & {
47
+ tableHeader?(_: {
48
+ selectedList: {
49
+ [key: string]: any;
50
+ }[];
51
+ selectedListIds: string[];
52
+ selectedRow: any;
53
+ isSelected: boolean;
54
+ }): any;
55
+ toolButton?(_: {}): any;
56
+ default?(_: {}): any;
57
+ append?(_: {}): any;
58
+ empty?(_: {}): any;
59
+ pagination?(_: {}): any;
60
+ };
61
+ declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ProTableProps>, {
62
+ columns: () => never[];
63
+ requestAuto: boolean;
64
+ pagination: boolean;
65
+ initParam: {};
66
+ border: boolean;
67
+ toolButton: boolean;
68
+ rowKey: string;
69
+ searchCol: () => {
70
+ xs: number;
71
+ sm: number;
72
+ md: number;
73
+ lg: number;
74
+ xl: number;
75
+ };
76
+ isShowHeader: boolean;
77
+ }>>, {
78
+ element: import('vue').Ref<import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
79
+ data: {
80
+ type: import('vue').PropType<any[]>;
81
+ default: () => never[];
82
+ };
83
+ size: {
84
+ readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
85
+ readonly required: false;
86
+ readonly validator: ((val: unknown) => boolean) | undefined;
87
+ __epPropKey: true;
88
+ };
89
+ width: (NumberConstructor | StringConstructor)[];
90
+ height: (NumberConstructor | StringConstructor)[];
91
+ maxHeight: (NumberConstructor | StringConstructor)[];
92
+ fit: {
93
+ type: BooleanConstructor;
94
+ default: boolean;
95
+ };
96
+ stripe: BooleanConstructor;
97
+ border: BooleanConstructor;
98
+ rowKey: import('vue').PropType<import('element-plus').TableProps<any>["rowKey"]>;
99
+ showHeader: {
100
+ type: BooleanConstructor;
101
+ default: boolean;
102
+ };
103
+ showSummary: BooleanConstructor;
104
+ sumText: StringConstructor;
105
+ summaryMethod: import('vue').PropType<import('element-plus').TableProps<any>["summaryMethod"]>;
106
+ rowClassName: import('vue').PropType<import('element-plus').TableProps<any>["rowClassName"]>;
107
+ rowStyle: import('vue').PropType<import('element-plus').TableProps<any>["rowStyle"]>;
108
+ cellClassName: import('vue').PropType<import('element-plus').TableProps<any>["cellClassName"]>;
109
+ cellStyle: import('vue').PropType<import('element-plus').TableProps<any>["cellStyle"]>;
110
+ headerRowClassName: import('vue').PropType<import('element-plus').TableProps<any>["headerRowClassName"]>;
111
+ headerRowStyle: import('vue').PropType<import('element-plus').TableProps<any>["headerRowStyle"]>;
112
+ headerCellClassName: import('vue').PropType<import('element-plus').TableProps<any>["headerCellClassName"]>;
113
+ headerCellStyle: import('vue').PropType<import('element-plus').TableProps<any>["headerCellStyle"]>;
114
+ highlightCurrentRow: BooleanConstructor;
115
+ currentRowKey: (NumberConstructor | StringConstructor)[];
116
+ emptyText: StringConstructor;
117
+ expandRowKeys: import('vue').PropType<import('element-plus').TableProps<any>["expandRowKeys"]>;
118
+ defaultExpandAll: BooleanConstructor;
119
+ defaultSort: import('vue').PropType<import('element-plus').TableProps<any>["defaultSort"]>;
120
+ tooltipEffect: StringConstructor;
121
+ tooltipOptions: import('vue').PropType<import('element-plus').TableProps<any>["tooltipOptions"]>;
122
+ spanMethod: import('vue').PropType<import('element-plus').TableProps<any>["spanMethod"]>;
123
+ selectOnIndeterminate: {
124
+ type: BooleanConstructor;
125
+ default: boolean;
126
+ };
127
+ indent: {
128
+ type: NumberConstructor;
129
+ default: number;
130
+ };
131
+ treeProps: {
132
+ type: import('vue').PropType<import('element-plus').TableProps<any>["treeProps"]>;
133
+ default: () => {
134
+ hasChildren: string;
135
+ children: string;
136
+ checkStrictly: boolean;
137
+ };
138
+ };
139
+ lazy: BooleanConstructor;
140
+ load: import('vue').PropType<import('element-plus').TableProps<any>["load"]>;
141
+ style: {
142
+ type: import('vue').PropType<import('element-plus').TableProps<any>["style"]>;
143
+ default: () => {};
144
+ };
145
+ className: {
146
+ type: StringConstructor;
147
+ default: string;
148
+ };
149
+ tableLayout: {
150
+ type: import('vue').PropType<"fixed" | "auto">;
151
+ default: string;
152
+ };
153
+ scrollbarAlwaysOn: BooleanConstructor;
154
+ flexible: BooleanConstructor;
155
+ showOverflowTooltip: import('vue').PropType<import('element-plus').TableProps<any>["showOverflowTooltip"]>;
156
+ tooltipFormatter: import('vue').PropType<import('element-plus').TableProps<any>["tooltipFormatter"]>;
157
+ appendFilterPanelTo: StringConstructor;
158
+ scrollbarTabindex: {
159
+ type: (NumberConstructor | StringConstructor)[];
160
+ default: undefined;
161
+ };
162
+ allowDragLastColumn: {
163
+ type: BooleanConstructor;
164
+ default: boolean;
165
+ };
166
+ preserveExpandedContent: BooleanConstructor;
167
+ nativeScrollbar: BooleanConstructor;
168
+ }>> & {
169
+ onSelect?: ((...args: any[]) => any) | undefined;
170
+ onScroll?: ((...args: any[]) => any) | undefined;
171
+ "onExpand-change"?: ((...args: any[]) => any) | undefined;
172
+ "onCurrent-change"?: ((...args: any[]) => any) | undefined;
173
+ "onSelect-all"?: ((...args: any[]) => any) | undefined;
174
+ "onHeader-click"?: ((...args: any[]) => any) | undefined;
175
+ "onHeader-contextmenu"?: ((...args: any[]) => any) | undefined;
176
+ "onHeader-dragend"?: ((...args: any[]) => any) | undefined;
177
+ "onSelection-change"?: ((...args: any[]) => any) | undefined;
178
+ "onSort-change"?: ((...args: any[]) => any) | undefined;
179
+ "onFilter-change"?: ((...args: any[]) => any) | undefined;
180
+ "onCell-mouse-enter"?: ((...args: any[]) => any) | undefined;
181
+ "onCell-mouse-leave"?: ((...args: any[]) => any) | undefined;
182
+ "onCell-contextmenu"?: ((...args: any[]) => any) | undefined;
183
+ "onCell-click"?: ((...args: any[]) => any) | undefined;
184
+ "onCell-dblclick"?: ((...args: any[]) => any) | undefined;
185
+ "onRow-click"?: ((...args: any[]) => any) | undefined;
186
+ "onRow-contextmenu"?: ((...args: any[]) => any) | undefined;
187
+ "onRow-dblclick"?: ((...args: any[]) => any) | undefined;
188
+ }, {
189
+ ns: {
190
+ namespace: import('vue').ComputedRef<string>;
191
+ b: (blockSuffix?: string) => string;
192
+ e: (element?: string) => string;
193
+ m: (modifier?: string) => string;
194
+ be: (blockSuffix?: string, element?: string) => string;
195
+ em: (element?: string, modifier?: string) => string;
196
+ bm: (blockSuffix?: string, modifier?: string) => string;
197
+ bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
198
+ is: {
199
+ (name: string, state: boolean | undefined): string;
200
+ (name: string): string;
201
+ };
202
+ cssVar: (object: Record<string, string>) => Record<string, string>;
203
+ cssVarName: (name: string) => string;
204
+ cssVarBlock: (object: Record<string, string>) => Record<string, string>;
205
+ cssVarBlockName: (name: string) => string;
206
+ };
207
+ layout: import('element-plus/es/components/table/src/table-layout').default<any>;
208
+ store: {
209
+ mutations: {
210
+ setData(states: {
211
+ _currentRowKey: import('vue').Ref<string | null>;
212
+ currentRow: import('vue').Ref<any>;
213
+ expandRowKeys: import('vue').Ref<string[]>;
214
+ treeData: import('vue').Ref<Record<string, import('element-plus/es/components/table/src/store/tree').TreeData>>;
215
+ indent: import('vue').Ref<number>;
216
+ lazy: import('vue').Ref<boolean>;
217
+ lazyTreeNodeMap: import('vue').Ref<Record<string, any[]>>;
218
+ lazyColumnIdentifier: import('vue').Ref<string>;
219
+ childrenColumnName: import('vue').Ref<string>;
220
+ checkStrictly: import('vue').Ref<boolean>;
221
+ expandRows: import('vue').Ref<any[]>;
222
+ defaultExpandAll: import('vue').Ref<boolean>;
223
+ tableSize: import('vue').Ref<any>;
224
+ rowKey: import('vue').Ref<string | null>;
225
+ data: import('vue').Ref<any[]>;
226
+ _data: import('vue').Ref<any[]>;
227
+ isComplex: import('vue').Ref<boolean>;
228
+ _columns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
229
+ originColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
230
+ columns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
231
+ fixedColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
232
+ rightFixedColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
233
+ leafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
234
+ fixedLeafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
235
+ rightFixedLeafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
236
+ updateOrderFns: (() => void)[];
237
+ leafColumnsLength: import('vue').Ref<number>;
238
+ fixedLeafColumnsLength: import('vue').Ref<number>;
239
+ rightFixedLeafColumnsLength: import('vue').Ref<number>;
240
+ isAllSelected: import('vue').Ref<boolean>;
241
+ selection: import('vue').Ref<any[]>;
242
+ reserveSelection: import('vue').Ref<boolean>;
243
+ selectOnIndeterminate: import('vue').Ref<boolean>;
244
+ selectable: import('vue').Ref<((row: any, index: number) => boolean) | null>;
245
+ filters: import('vue').Ref<import('element-plus/es/components/table/src/store').StoreFilter>;
246
+ filteredData: import('vue').Ref<any[] | null>;
247
+ sortingColumn: import('vue').Ref<import('element-plus').TableColumnCtx<any> | null>;
248
+ sortProp: import('vue').Ref<string | null>;
249
+ sortOrder: import('vue').Ref<string | number | null>;
250
+ hoverRow: import('vue').Ref<any>;
251
+ }, data: any[]): void;
252
+ insertColumn(states: {
253
+ _currentRowKey: import('vue').Ref<string | null>;
254
+ currentRow: import('vue').Ref<any>;
255
+ expandRowKeys: import('vue').Ref<string[]>;
256
+ treeData: import('vue').Ref<Record<string, import('element-plus/es/components/table/src/store/tree').TreeData>>;
257
+ indent: import('vue').Ref<number>;
258
+ lazy: import('vue').Ref<boolean>;
259
+ lazyTreeNodeMap: import('vue').Ref<Record<string, any[]>>;
260
+ lazyColumnIdentifier: import('vue').Ref<string>;
261
+ childrenColumnName: import('vue').Ref<string>;
262
+ checkStrictly: import('vue').Ref<boolean>;
263
+ expandRows: import('vue').Ref<any[]>;
264
+ defaultExpandAll: import('vue').Ref<boolean>;
265
+ tableSize: import('vue').Ref<any>;
266
+ rowKey: import('vue').Ref<string | null>;
267
+ data: import('vue').Ref<any[]>;
268
+ _data: import('vue').Ref<any[]>;
269
+ isComplex: import('vue').Ref<boolean>;
270
+ _columns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
271
+ originColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
272
+ columns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
273
+ fixedColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
274
+ rightFixedColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
275
+ leafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
276
+ fixedLeafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
277
+ rightFixedLeafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
278
+ updateOrderFns: (() => void)[];
279
+ leafColumnsLength: import('vue').Ref<number>;
280
+ fixedLeafColumnsLength: import('vue').Ref<number>;
281
+ rightFixedLeafColumnsLength: import('vue').Ref<number>;
282
+ isAllSelected: import('vue').Ref<boolean>;
283
+ selection: import('vue').Ref<any[]>;
284
+ reserveSelection: import('vue').Ref<boolean>;
285
+ selectOnIndeterminate: import('vue').Ref<boolean>;
286
+ selectable: import('vue').Ref<((row: any, index: number) => boolean) | null>;
287
+ filters: import('vue').Ref<import('element-plus/es/components/table/src/store').StoreFilter>;
288
+ filteredData: import('vue').Ref<any[] | null>;
289
+ sortingColumn: import('vue').Ref<import('element-plus').TableColumnCtx<any> | null>;
290
+ sortProp: import('vue').Ref<string | null>;
291
+ sortOrder: import('vue').Ref<string | number | null>;
292
+ hoverRow: import('vue').Ref<any>;
293
+ }, column: import('element-plus').TableColumnCtx<any>, parent: import('element-plus').TableColumnCtx<any>, updateColumnOrder: () => void): void;
294
+ updateColumnOrder(states: {
295
+ _currentRowKey: import('vue').Ref<string | null>;
296
+ currentRow: import('vue').Ref<any>;
297
+ expandRowKeys: import('vue').Ref<string[]>;
298
+ treeData: import('vue').Ref<Record<string, import('element-plus/es/components/table/src/store/tree').TreeData>>;
299
+ indent: import('vue').Ref<number>;
300
+ lazy: import('vue').Ref<boolean>;
301
+ lazyTreeNodeMap: import('vue').Ref<Record<string, any[]>>;
302
+ lazyColumnIdentifier: import('vue').Ref<string>;
303
+ childrenColumnName: import('vue').Ref<string>;
304
+ checkStrictly: import('vue').Ref<boolean>;
305
+ expandRows: import('vue').Ref<any[]>;
306
+ defaultExpandAll: import('vue').Ref<boolean>;
307
+ tableSize: import('vue').Ref<any>;
308
+ rowKey: import('vue').Ref<string | null>;
309
+ data: import('vue').Ref<any[]>;
310
+ _data: import('vue').Ref<any[]>;
311
+ isComplex: import('vue').Ref<boolean>;
312
+ _columns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
313
+ originColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
314
+ columns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
315
+ fixedColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
316
+ rightFixedColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
317
+ leafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
318
+ fixedLeafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
319
+ rightFixedLeafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
320
+ updateOrderFns: (() => void)[];
321
+ leafColumnsLength: import('vue').Ref<number>;
322
+ fixedLeafColumnsLength: import('vue').Ref<number>;
323
+ rightFixedLeafColumnsLength: import('vue').Ref<number>;
324
+ isAllSelected: import('vue').Ref<boolean>;
325
+ selection: import('vue').Ref<any[]>;
326
+ reserveSelection: import('vue').Ref<boolean>;
327
+ selectOnIndeterminate: import('vue').Ref<boolean>;
328
+ selectable: import('vue').Ref<((row: any, index: number) => boolean) | null>;
329
+ filters: import('vue').Ref<import('element-plus/es/components/table/src/store').StoreFilter>;
330
+ filteredData: import('vue').Ref<any[] | null>;
331
+ sortingColumn: import('vue').Ref<import('element-plus').TableColumnCtx<any> | null>;
332
+ sortProp: import('vue').Ref<string | null>;
333
+ sortOrder: import('vue').Ref<string | number | null>;
334
+ hoverRow: import('vue').Ref<any>;
335
+ }, column: import('element-plus').TableColumnCtx<any>): void;
336
+ removeColumn(states: {
337
+ _currentRowKey: import('vue').Ref<string | null>;
338
+ currentRow: import('vue').Ref<any>;
339
+ expandRowKeys: import('vue').Ref<string[]>;
340
+ treeData: import('vue').Ref<Record<string, import('element-plus/es/components/table/src/store/tree').TreeData>>;
341
+ indent: import('vue').Ref<number>;
342
+ lazy: import('vue').Ref<boolean>;
343
+ lazyTreeNodeMap: import('vue').Ref<Record<string, any[]>>;
344
+ lazyColumnIdentifier: import('vue').Ref<string>;
345
+ childrenColumnName: import('vue').Ref<string>;
346
+ checkStrictly: import('vue').Ref<boolean>;
347
+ expandRows: import('vue').Ref<any[]>;
348
+ defaultExpandAll: import('vue').Ref<boolean>;
349
+ tableSize: import('vue').Ref<any>;
350
+ rowKey: import('vue').Ref<string | null>;
351
+ data: import('vue').Ref<any[]>;
352
+ _data: import('vue').Ref<any[]>;
353
+ isComplex: import('vue').Ref<boolean>;
354
+ _columns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
355
+ originColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
356
+ columns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
357
+ fixedColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
358
+ rightFixedColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
359
+ leafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
360
+ fixedLeafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
361
+ rightFixedLeafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
362
+ updateOrderFns: (() => void)[];
363
+ leafColumnsLength: import('vue').Ref<number>;
364
+ fixedLeafColumnsLength: import('vue').Ref<number>;
365
+ rightFixedLeafColumnsLength: import('vue').Ref<number>;
366
+ isAllSelected: import('vue').Ref<boolean>;
367
+ selection: import('vue').Ref<any[]>;
368
+ reserveSelection: import('vue').Ref<boolean>;
369
+ selectOnIndeterminate: import('vue').Ref<boolean>;
370
+ selectable: import('vue').Ref<((row: any, index: number) => boolean) | null>;
371
+ filters: import('vue').Ref<import('element-plus/es/components/table/src/store').StoreFilter>;
372
+ filteredData: import('vue').Ref<any[] | null>;
373
+ sortingColumn: import('vue').Ref<import('element-plus').TableColumnCtx<any> | null>;
374
+ sortProp: import('vue').Ref<string | null>;
375
+ sortOrder: import('vue').Ref<string | number | null>;
376
+ hoverRow: import('vue').Ref<any>;
377
+ }, column: import('element-plus').TableColumnCtx<any>, parent: import('element-plus').TableColumnCtx<any>, updateColumnOrder: () => void): void;
378
+ sort(states: {
379
+ _currentRowKey: import('vue').Ref<string | null>;
380
+ currentRow: import('vue').Ref<any>;
381
+ expandRowKeys: import('vue').Ref<string[]>;
382
+ treeData: import('vue').Ref<Record<string, import('element-plus/es/components/table/src/store/tree').TreeData>>;
383
+ indent: import('vue').Ref<number>;
384
+ lazy: import('vue').Ref<boolean>;
385
+ lazyTreeNodeMap: import('vue').Ref<Record<string, any[]>>;
386
+ lazyColumnIdentifier: import('vue').Ref<string>;
387
+ childrenColumnName: import('vue').Ref<string>;
388
+ checkStrictly: import('vue').Ref<boolean>;
389
+ expandRows: import('vue').Ref<any[]>;
390
+ defaultExpandAll: import('vue').Ref<boolean>;
391
+ tableSize: import('vue').Ref<any>;
392
+ rowKey: import('vue').Ref<string | null>;
393
+ data: import('vue').Ref<any[]>;
394
+ _data: import('vue').Ref<any[]>;
395
+ isComplex: import('vue').Ref<boolean>;
396
+ _columns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
397
+ originColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
398
+ columns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
399
+ fixedColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
400
+ rightFixedColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
401
+ leafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
402
+ fixedLeafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
403
+ rightFixedLeafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
404
+ updateOrderFns: (() => void)[];
405
+ leafColumnsLength: import('vue').Ref<number>;
406
+ fixedLeafColumnsLength: import('vue').Ref<number>;
407
+ rightFixedLeafColumnsLength: import('vue').Ref<number>;
408
+ isAllSelected: import('vue').Ref<boolean>;
409
+ selection: import('vue').Ref<any[]>;
410
+ reserveSelection: import('vue').Ref<boolean>;
411
+ selectOnIndeterminate: import('vue').Ref<boolean>;
412
+ selectable: import('vue').Ref<((row: any, index: number) => boolean) | null>;
413
+ filters: import('vue').Ref<import('element-plus/es/components/table/src/store').StoreFilter>;
414
+ filteredData: import('vue').Ref<any[] | null>;
415
+ sortingColumn: import('vue').Ref<import('element-plus').TableColumnCtx<any> | null>;
416
+ sortProp: import('vue').Ref<string | null>;
417
+ sortOrder: import('vue').Ref<string | number | null>;
418
+ hoverRow: import('vue').Ref<any>;
419
+ }, options: import('element-plus').Sort): void;
420
+ changeSortCondition(states: {
421
+ _currentRowKey: import('vue').Ref<string | null>;
422
+ currentRow: import('vue').Ref<any>;
423
+ expandRowKeys: import('vue').Ref<string[]>;
424
+ treeData: import('vue').Ref<Record<string, import('element-plus/es/components/table/src/store/tree').TreeData>>;
425
+ indent: import('vue').Ref<number>;
426
+ lazy: import('vue').Ref<boolean>;
427
+ lazyTreeNodeMap: import('vue').Ref<Record<string, any[]>>;
428
+ lazyColumnIdentifier: import('vue').Ref<string>;
429
+ childrenColumnName: import('vue').Ref<string>;
430
+ checkStrictly: import('vue').Ref<boolean>;
431
+ expandRows: import('vue').Ref<any[]>;
432
+ defaultExpandAll: import('vue').Ref<boolean>;
433
+ tableSize: import('vue').Ref<any>;
434
+ rowKey: import('vue').Ref<string | null>;
435
+ data: import('vue').Ref<any[]>;
436
+ _data: import('vue').Ref<any[]>;
437
+ isComplex: import('vue').Ref<boolean>;
438
+ _columns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
439
+ originColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
440
+ columns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
441
+ fixedColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
442
+ rightFixedColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
443
+ leafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
444
+ fixedLeafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
445
+ rightFixedLeafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
446
+ updateOrderFns: (() => void)[];
447
+ leafColumnsLength: import('vue').Ref<number>;
448
+ fixedLeafColumnsLength: import('vue').Ref<number>;
449
+ rightFixedLeafColumnsLength: import('vue').Ref<number>;
450
+ isAllSelected: import('vue').Ref<boolean>;
451
+ selection: import('vue').Ref<any[]>;
452
+ reserveSelection: import('vue').Ref<boolean>;
453
+ selectOnIndeterminate: import('vue').Ref<boolean>;
454
+ selectable: import('vue').Ref<((row: any, index: number) => boolean) | null>;
455
+ filters: import('vue').Ref<import('element-plus/es/components/table/src/store').StoreFilter>;
456
+ filteredData: import('vue').Ref<any[] | null>;
457
+ sortingColumn: import('vue').Ref<import('element-plus').TableColumnCtx<any> | null>;
458
+ sortProp: import('vue').Ref<string | null>;
459
+ sortOrder: import('vue').Ref<string | number | null>;
460
+ hoverRow: import('vue').Ref<any>;
461
+ }, options: import('element-plus').Sort): void;
462
+ filterChange(_states: {
463
+ _currentRowKey: import('vue').Ref<string | null>;
464
+ currentRow: import('vue').Ref<any>;
465
+ expandRowKeys: import('vue').Ref<string[]>;
466
+ treeData: import('vue').Ref<Record<string, import('element-plus/es/components/table/src/store/tree').TreeData>>;
467
+ indent: import('vue').Ref<number>;
468
+ lazy: import('vue').Ref<boolean>;
469
+ lazyTreeNodeMap: import('vue').Ref<Record<string, any[]>>;
470
+ lazyColumnIdentifier: import('vue').Ref<string>;
471
+ childrenColumnName: import('vue').Ref<string>;
472
+ checkStrictly: import('vue').Ref<boolean>;
473
+ expandRows: import('vue').Ref<any[]>;
474
+ defaultExpandAll: import('vue').Ref<boolean>;
475
+ tableSize: import('vue').Ref<any>;
476
+ rowKey: import('vue').Ref<string | null>;
477
+ data: import('vue').Ref<any[]>;
478
+ _data: import('vue').Ref<any[]>;
479
+ isComplex: import('vue').Ref<boolean>;
480
+ _columns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
481
+ originColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
482
+ columns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
483
+ fixedColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
484
+ rightFixedColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
485
+ leafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
486
+ fixedLeafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
487
+ rightFixedLeafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
488
+ updateOrderFns: (() => void)[];
489
+ leafColumnsLength: import('vue').Ref<number>;
490
+ fixedLeafColumnsLength: import('vue').Ref<number>;
491
+ rightFixedLeafColumnsLength: import('vue').Ref<number>;
492
+ isAllSelected: import('vue').Ref<boolean>;
493
+ selection: import('vue').Ref<any[]>;
494
+ reserveSelection: import('vue').Ref<boolean>;
495
+ selectOnIndeterminate: import('vue').Ref<boolean>;
496
+ selectable: import('vue').Ref<((row: any, index: number) => boolean) | null>;
497
+ filters: import('vue').Ref<import('element-plus/es/components/table/src/store').StoreFilter>;
498
+ filteredData: import('vue').Ref<any[] | null>;
499
+ sortingColumn: import('vue').Ref<import('element-plus').TableColumnCtx<any> | null>;
500
+ sortProp: import('vue').Ref<string | null>;
501
+ sortOrder: import('vue').Ref<string | number | null>;
502
+ hoverRow: import('vue').Ref<any>;
503
+ }, options: import('element-plus').Filter<any>): void;
504
+ toggleAllSelection(): void;
505
+ rowSelectedChanged(_states: {
506
+ _currentRowKey: import('vue').Ref<string | null>;
507
+ currentRow: import('vue').Ref<any>;
508
+ expandRowKeys: import('vue').Ref<string[]>;
509
+ treeData: import('vue').Ref<Record<string, import('element-plus/es/components/table/src/store/tree').TreeData>>;
510
+ indent: import('vue').Ref<number>;
511
+ lazy: import('vue').Ref<boolean>;
512
+ lazyTreeNodeMap: import('vue').Ref<Record<string, any[]>>;
513
+ lazyColumnIdentifier: import('vue').Ref<string>;
514
+ childrenColumnName: import('vue').Ref<string>;
515
+ checkStrictly: import('vue').Ref<boolean>;
516
+ expandRows: import('vue').Ref<any[]>;
517
+ defaultExpandAll: import('vue').Ref<boolean>;
518
+ tableSize: import('vue').Ref<any>;
519
+ rowKey: import('vue').Ref<string | null>;
520
+ data: import('vue').Ref<any[]>;
521
+ _data: import('vue').Ref<any[]>;
522
+ isComplex: import('vue').Ref<boolean>;
523
+ _columns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
524
+ originColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
525
+ columns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
526
+ fixedColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
527
+ rightFixedColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
528
+ leafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
529
+ fixedLeafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
530
+ rightFixedLeafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
531
+ updateOrderFns: (() => void)[];
532
+ leafColumnsLength: import('vue').Ref<number>;
533
+ fixedLeafColumnsLength: import('vue').Ref<number>;
534
+ rightFixedLeafColumnsLength: import('vue').Ref<number>;
535
+ isAllSelected: import('vue').Ref<boolean>;
536
+ selection: import('vue').Ref<any[]>;
537
+ reserveSelection: import('vue').Ref<boolean>;
538
+ selectOnIndeterminate: import('vue').Ref<boolean>;
539
+ selectable: import('vue').Ref<((row: any, index: number) => boolean) | null>;
540
+ filters: import('vue').Ref<import('element-plus/es/components/table/src/store').StoreFilter>;
541
+ filteredData: import('vue').Ref<any[] | null>;
542
+ sortingColumn: import('vue').Ref<import('element-plus').TableColumnCtx<any> | null>;
543
+ sortProp: import('vue').Ref<string | null>;
544
+ sortOrder: import('vue').Ref<string | number | null>;
545
+ hoverRow: import('vue').Ref<any>;
546
+ }, row: any): void;
547
+ setHoverRow(states: {
548
+ _currentRowKey: import('vue').Ref<string | null>;
549
+ currentRow: import('vue').Ref<any>;
550
+ expandRowKeys: import('vue').Ref<string[]>;
551
+ treeData: import('vue').Ref<Record<string, import('element-plus/es/components/table/src/store/tree').TreeData>>;
552
+ indent: import('vue').Ref<number>;
553
+ lazy: import('vue').Ref<boolean>;
554
+ lazyTreeNodeMap: import('vue').Ref<Record<string, any[]>>;
555
+ lazyColumnIdentifier: import('vue').Ref<string>;
556
+ childrenColumnName: import('vue').Ref<string>;
557
+ checkStrictly: import('vue').Ref<boolean>;
558
+ expandRows: import('vue').Ref<any[]>;
559
+ defaultExpandAll: import('vue').Ref<boolean>;
560
+ tableSize: import('vue').Ref<any>;
561
+ rowKey: import('vue').Ref<string | null>;
562
+ data: import('vue').Ref<any[]>;
563
+ _data: import('vue').Ref<any[]>;
564
+ isComplex: import('vue').Ref<boolean>;
565
+ _columns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
566
+ originColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
567
+ columns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
568
+ fixedColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
569
+ rightFixedColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
570
+ leafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
571
+ fixedLeafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
572
+ rightFixedLeafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
573
+ updateOrderFns: (() => void)[];
574
+ leafColumnsLength: import('vue').Ref<number>;
575
+ fixedLeafColumnsLength: import('vue').Ref<number>;
576
+ rightFixedLeafColumnsLength: import('vue').Ref<number>;
577
+ isAllSelected: import('vue').Ref<boolean>;
578
+ selection: import('vue').Ref<any[]>;
579
+ reserveSelection: import('vue').Ref<boolean>;
580
+ selectOnIndeterminate: import('vue').Ref<boolean>;
581
+ selectable: import('vue').Ref<((row: any, index: number) => boolean) | null>;
582
+ filters: import('vue').Ref<import('element-plus/es/components/table/src/store').StoreFilter>;
583
+ filteredData: import('vue').Ref<any[] | null>;
584
+ sortingColumn: import('vue').Ref<import('element-plus').TableColumnCtx<any> | null>;
585
+ sortProp: import('vue').Ref<string | null>;
586
+ sortOrder: import('vue').Ref<string | number | null>;
587
+ hoverRow: import('vue').Ref<any>;
588
+ }, row: any): void;
589
+ setCurrentRow(_states: {
590
+ _currentRowKey: import('vue').Ref<string | null>;
591
+ currentRow: import('vue').Ref<any>;
592
+ expandRowKeys: import('vue').Ref<string[]>;
593
+ treeData: import('vue').Ref<Record<string, import('element-plus/es/components/table/src/store/tree').TreeData>>;
594
+ indent: import('vue').Ref<number>;
595
+ lazy: import('vue').Ref<boolean>;
596
+ lazyTreeNodeMap: import('vue').Ref<Record<string, any[]>>;
597
+ lazyColumnIdentifier: import('vue').Ref<string>;
598
+ childrenColumnName: import('vue').Ref<string>;
599
+ checkStrictly: import('vue').Ref<boolean>;
600
+ expandRows: import('vue').Ref<any[]>;
601
+ defaultExpandAll: import('vue').Ref<boolean>;
602
+ tableSize: import('vue').Ref<any>;
603
+ rowKey: import('vue').Ref<string | null>;
604
+ data: import('vue').Ref<any[]>;
605
+ _data: import('vue').Ref<any[]>;
606
+ isComplex: import('vue').Ref<boolean>;
607
+ _columns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
608
+ originColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
609
+ columns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
610
+ fixedColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
611
+ rightFixedColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
612
+ leafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
613
+ fixedLeafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
614
+ rightFixedLeafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
615
+ updateOrderFns: (() => void)[];
616
+ leafColumnsLength: import('vue').Ref<number>;
617
+ fixedLeafColumnsLength: import('vue').Ref<number>;
618
+ rightFixedLeafColumnsLength: import('vue').Ref<number>;
619
+ isAllSelected: import('vue').Ref<boolean>;
620
+ selection: import('vue').Ref<any[]>;
621
+ reserveSelection: import('vue').Ref<boolean>;
622
+ selectOnIndeterminate: import('vue').Ref<boolean>;
623
+ selectable: import('vue').Ref<((row: any, index: number) => boolean) | null>;
624
+ filters: import('vue').Ref<import('element-plus/es/components/table/src/store').StoreFilter>;
625
+ filteredData: import('vue').Ref<any[] | null>;
626
+ sortingColumn: import('vue').Ref<import('element-plus').TableColumnCtx<any> | null>;
627
+ sortProp: import('vue').Ref<string | null>;
628
+ sortOrder: import('vue').Ref<string | number | null>;
629
+ hoverRow: import('vue').Ref<any>;
630
+ }, row: any): void;
631
+ };
632
+ commit: (name: "sort" | "setData" | "insertColumn" | "updateColumnOrder" | "removeColumn" | "changeSortCondition" | "filterChange" | "toggleAllSelection" | "rowSelectedChanged" | "setHoverRow" | "setCurrentRow", ...args: any[]) => void;
633
+ updateTableScrollY: () => void;
634
+ assertRowKey: () => void;
635
+ updateColumns: () => void;
636
+ scheduleLayout: (needUpdateColumns?: boolean, immediate?: boolean) => void;
637
+ isSelected: (row: any) => boolean;
638
+ clearSelection: () => void;
639
+ cleanSelection: () => void;
640
+ getSelectionRows: () => any[];
641
+ toggleRowSelection: (row: any, selected?: boolean, emitChange?: boolean, ignoreSelectable?: boolean) => void;
642
+ _toggleAllSelection: () => void;
643
+ toggleAllSelection: (() => void) | null;
644
+ updateAllSelected: () => void;
645
+ updateFilters: (column: import('element-plus').TableColumnCtx<any>, values: string[]) => Record<string, string[]>;
646
+ updateCurrentRow: (_currentRow: any) => void;
647
+ updateSort: (column: import('element-plus').TableColumnCtx<any> | null, prop: string | null, order: import('element-plus/es/components/table/src/table/defaults').TableSortOrder | null) => void;
648
+ execFilter: () => void;
649
+ execSort: () => void;
650
+ execQuery: (ignore?: {
651
+ filter: boolean;
652
+ } | undefined) => void;
653
+ clearFilter: (columnKeys?: string[] | string) => void;
654
+ clearSort: () => void;
655
+ toggleRowExpansion: (row: any, expanded?: boolean) => void;
656
+ setExpandRowKeysAdapter: (val: string[]) => void;
657
+ setCurrentRowKey: (key: string) => void;
658
+ toggleRowExpansionAdapter: (row: any, expanded?: boolean) => void;
659
+ isRowExpanded: (row: any) => boolean;
660
+ updateExpandRows: () => void;
661
+ updateCurrentRowData: () => void;
662
+ loadOrToggle: (row: any) => void;
663
+ updateTreeData: (ifChangeExpandRowKeys?: boolean, ifExpandAll?: boolean) => void;
664
+ updateKeyChildren: (key: string, data: any[]) => void;
665
+ states: {
666
+ _currentRowKey: import('vue').Ref<string | null>;
667
+ currentRow: import('vue').Ref<any>;
668
+ expandRowKeys: import('vue').Ref<string[]>;
669
+ treeData: import('vue').Ref<Record<string, import('element-plus/es/components/table/src/store/tree').TreeData>>;
670
+ indent: import('vue').Ref<number>;
671
+ lazy: import('vue').Ref<boolean>;
672
+ lazyTreeNodeMap: import('vue').Ref<Record<string, any[]>>;
673
+ lazyColumnIdentifier: import('vue').Ref<string>;
674
+ childrenColumnName: import('vue').Ref<string>;
675
+ checkStrictly: import('vue').Ref<boolean>;
676
+ expandRows: import('vue').Ref<any[]>;
677
+ defaultExpandAll: import('vue').Ref<boolean>;
678
+ tableSize: import('vue').Ref<any>;
679
+ rowKey: import('vue').Ref<string | null>;
680
+ data: import('vue').Ref<any[]>;
681
+ _data: import('vue').Ref<any[]>;
682
+ isComplex: import('vue').Ref<boolean>;
683
+ _columns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
684
+ originColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
685
+ columns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
686
+ fixedColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
687
+ rightFixedColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
688
+ leafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
689
+ fixedLeafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
690
+ rightFixedLeafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
691
+ updateOrderFns: (() => void)[];
692
+ leafColumnsLength: import('vue').Ref<number>;
693
+ fixedLeafColumnsLength: import('vue').Ref<number>;
694
+ rightFixedLeafColumnsLength: import('vue').Ref<number>;
695
+ isAllSelected: import('vue').Ref<boolean>;
696
+ selection: import('vue').Ref<any[]>;
697
+ reserveSelection: import('vue').Ref<boolean>;
698
+ selectOnIndeterminate: import('vue').Ref<boolean>;
699
+ selectable: import('vue').Ref<((row: any, index: number) => boolean) | null>;
700
+ filters: import('vue').Ref<import('element-plus/es/components/table/src/store').StoreFilter>;
701
+ filteredData: import('vue').Ref<any[] | null>;
702
+ sortingColumn: import('vue').Ref<import('element-plus').TableColumnCtx<any> | null>;
703
+ sortProp: import('vue').Ref<string | null>;
704
+ sortOrder: import('vue').Ref<string | number | null>;
705
+ hoverRow: import('vue').Ref<any>;
706
+ };
707
+ ns: {
708
+ namespace: import('vue').ComputedRef<string>;
709
+ b: (blockSuffix?: string) => string;
710
+ e: (element?: string) => string;
711
+ m: (modifier?: string) => string;
712
+ be: (blockSuffix?: string, element?: string) => string;
713
+ em: (element?: string, modifier?: string) => string;
714
+ bm: (blockSuffix?: string, modifier?: string) => string;
715
+ bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
716
+ is: {
717
+ (name: string, state: boolean | undefined): string;
718
+ (name: string): string;
719
+ };
720
+ cssVar: (object: Record<string, string>) => Record<string, string>;
721
+ cssVarName: (name: string) => string;
722
+ cssVarBlock: (object: Record<string, string>) => Record<string, string>;
723
+ cssVarBlockName: (name: string) => string;
724
+ };
725
+ t: import('element-plus').Translator;
726
+ };
727
+ columns: import('vue').ComputedRef<import('element-plus').TableColumnCtx<any>[]>;
728
+ handleHeaderFooterMousewheel: (_event: WheelEvent, data: any) => void;
729
+ handleMouseLeave: () => void;
730
+ tableId: string;
731
+ tableSize: import('vue').ComputedRef<"" | "small" | "default" | "large">;
732
+ isHidden: import('vue').Ref<boolean>;
733
+ isEmpty: import('vue').ComputedRef<boolean>;
734
+ renderExpanded: import('vue').Ref<import('element-plus/es/components/table/src/table/defaults').RenderExpanded<any> | null>;
735
+ resizeProxyVisible: import('vue').Ref<boolean>;
736
+ resizeState: import('vue').Ref<{
737
+ width: null | number;
738
+ height: null | number;
739
+ headerHeight: null | number;
740
+ }>;
741
+ isGroup: import('vue').Ref<boolean>;
742
+ bodyWidth: import('vue').ComputedRef<string>;
743
+ tableBodyStyles: import('vue').ComputedRef<{
744
+ width: string;
745
+ }>;
746
+ emptyBlockStyle: import('vue').ComputedRef<{
747
+ width: string;
748
+ height: string;
749
+ } | undefined>;
750
+ debouncedUpdateLayout: import('lodash').DebouncedFunc<() => void>;
751
+ setCurrentRow: (row: any) => void;
752
+ getSelectionRows: () => any[];
753
+ toggleRowSelection: (row: any, selected?: boolean, ignoreSelectable?: boolean) => void;
754
+ clearSelection: () => void;
755
+ clearFilter: (columnKeys?: string[] | string) => void;
756
+ toggleAllSelection: () => void;
757
+ toggleRowExpansion: (row: any, expanded?: boolean) => void;
758
+ clearSort: () => void;
759
+ doLayout: () => void;
760
+ sort: (prop: string, order: string) => void;
761
+ updateKeyChildren: (key: string, data: any[]) => void;
762
+ t: import('element-plus').Translator;
763
+ setDragVisible: (visible: boolean) => void;
764
+ context: import('element-plus').Table<any>;
765
+ computedSumText: import('vue').ComputedRef<string>;
766
+ computedEmptyText: import('vue').ComputedRef<string>;
767
+ tableLayout: import('vue').ComputedRef<"fixed" | "auto">;
768
+ scrollbarViewStyle: {
769
+ display: string;
770
+ verticalAlign: string;
771
+ };
772
+ scrollbarStyle: import('vue').ComputedRef<{
773
+ height: string;
774
+ maxHeight?: undefined;
775
+ } | {
776
+ maxHeight: string;
777
+ height?: undefined;
778
+ } | {
779
+ height?: undefined;
780
+ maxHeight?: undefined;
781
+ }>;
782
+ scrollBarRef: import('vue').Ref<any>;
783
+ scrollTo: (options: ScrollToOptions | number, yCoord?: number) => void;
784
+ setScrollLeft: (left?: number) => void;
785
+ setScrollTop: (top?: number) => void;
786
+ allowDragLastColumn: boolean;
787
+ }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("scroll" | "select" | "current-change" | "select-all" | "expand-change" | "header-click" | "header-contextmenu" | "header-dragend" | "selection-change" | "sort-change" | "filter-change" | "cell-mouse-enter" | "cell-mouse-leave" | "cell-contextmenu" | "cell-click" | "cell-dblclick" | "row-click" | "row-contextmenu" | "row-dblclick")[], import('vue').PublicProps, {
788
+ data: any[];
789
+ style: import('vue').StyleValue;
790
+ tableLayout: "fixed" | "auto";
791
+ border: boolean;
792
+ className: string;
793
+ lazy: boolean;
794
+ fit: boolean;
795
+ scrollbarAlwaysOn: boolean;
796
+ allowDragLastColumn: boolean;
797
+ treeProps: import('element-plus/es/components/table/src/table/defaults').TreeProps | undefined;
798
+ defaultExpandAll: boolean;
799
+ selectOnIndeterminate: boolean;
800
+ indent: number;
801
+ stripe: boolean;
802
+ showHeader: boolean;
803
+ showSummary: boolean;
804
+ highlightCurrentRow: boolean;
805
+ flexible: boolean;
806
+ scrollbarTabindex: string | number;
807
+ nativeScrollbar: boolean;
808
+ preserveExpandedContent: boolean;
809
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
810
+ P: {};
811
+ B: {};
812
+ D: {};
813
+ C: {};
814
+ M: {};
815
+ Defaults: {};
816
+ }, Readonly<import('vue').ExtractPropTypes<{
817
+ data: {
818
+ type: import('vue').PropType<any[]>;
819
+ default: () => never[];
820
+ };
821
+ size: {
822
+ readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
823
+ readonly required: false;
824
+ readonly validator: ((val: unknown) => boolean) | undefined;
825
+ __epPropKey: true;
826
+ };
827
+ width: (NumberConstructor | StringConstructor)[];
828
+ height: (NumberConstructor | StringConstructor)[];
829
+ maxHeight: (NumberConstructor | StringConstructor)[];
830
+ fit: {
831
+ type: BooleanConstructor;
832
+ default: boolean;
833
+ };
834
+ stripe: BooleanConstructor;
835
+ border: BooleanConstructor;
836
+ rowKey: import('vue').PropType<import('element-plus').TableProps<any>["rowKey"]>;
837
+ showHeader: {
838
+ type: BooleanConstructor;
839
+ default: boolean;
840
+ };
841
+ showSummary: BooleanConstructor;
842
+ sumText: StringConstructor;
843
+ summaryMethod: import('vue').PropType<import('element-plus').TableProps<any>["summaryMethod"]>;
844
+ rowClassName: import('vue').PropType<import('element-plus').TableProps<any>["rowClassName"]>;
845
+ rowStyle: import('vue').PropType<import('element-plus').TableProps<any>["rowStyle"]>;
846
+ cellClassName: import('vue').PropType<import('element-plus').TableProps<any>["cellClassName"]>;
847
+ cellStyle: import('vue').PropType<import('element-plus').TableProps<any>["cellStyle"]>;
848
+ headerRowClassName: import('vue').PropType<import('element-plus').TableProps<any>["headerRowClassName"]>;
849
+ headerRowStyle: import('vue').PropType<import('element-plus').TableProps<any>["headerRowStyle"]>;
850
+ headerCellClassName: import('vue').PropType<import('element-plus').TableProps<any>["headerCellClassName"]>;
851
+ headerCellStyle: import('vue').PropType<import('element-plus').TableProps<any>["headerCellStyle"]>;
852
+ highlightCurrentRow: BooleanConstructor;
853
+ currentRowKey: (NumberConstructor | StringConstructor)[];
854
+ emptyText: StringConstructor;
855
+ expandRowKeys: import('vue').PropType<import('element-plus').TableProps<any>["expandRowKeys"]>;
856
+ defaultExpandAll: BooleanConstructor;
857
+ defaultSort: import('vue').PropType<import('element-plus').TableProps<any>["defaultSort"]>;
858
+ tooltipEffect: StringConstructor;
859
+ tooltipOptions: import('vue').PropType<import('element-plus').TableProps<any>["tooltipOptions"]>;
860
+ spanMethod: import('vue').PropType<import('element-plus').TableProps<any>["spanMethod"]>;
861
+ selectOnIndeterminate: {
862
+ type: BooleanConstructor;
863
+ default: boolean;
864
+ };
865
+ indent: {
866
+ type: NumberConstructor;
867
+ default: number;
868
+ };
869
+ treeProps: {
870
+ type: import('vue').PropType<import('element-plus').TableProps<any>["treeProps"]>;
871
+ default: () => {
872
+ hasChildren: string;
873
+ children: string;
874
+ checkStrictly: boolean;
875
+ };
876
+ };
877
+ lazy: BooleanConstructor;
878
+ load: import('vue').PropType<import('element-plus').TableProps<any>["load"]>;
879
+ style: {
880
+ type: import('vue').PropType<import('element-plus').TableProps<any>["style"]>;
881
+ default: () => {};
882
+ };
883
+ className: {
884
+ type: StringConstructor;
885
+ default: string;
886
+ };
887
+ tableLayout: {
888
+ type: import('vue').PropType<"fixed" | "auto">;
889
+ default: string;
890
+ };
891
+ scrollbarAlwaysOn: BooleanConstructor;
892
+ flexible: BooleanConstructor;
893
+ showOverflowTooltip: import('vue').PropType<import('element-plus').TableProps<any>["showOverflowTooltip"]>;
894
+ tooltipFormatter: import('vue').PropType<import('element-plus').TableProps<any>["tooltipFormatter"]>;
895
+ appendFilterPanelTo: StringConstructor;
896
+ scrollbarTabindex: {
897
+ type: (NumberConstructor | StringConstructor)[];
898
+ default: undefined;
899
+ };
900
+ allowDragLastColumn: {
901
+ type: BooleanConstructor;
902
+ default: boolean;
903
+ };
904
+ preserveExpandedContent: BooleanConstructor;
905
+ nativeScrollbar: BooleanConstructor;
906
+ }>> & {
907
+ onSelect?: ((...args: any[]) => any) | undefined;
908
+ onScroll?: ((...args: any[]) => any) | undefined;
909
+ "onExpand-change"?: ((...args: any[]) => any) | undefined;
910
+ "onCurrent-change"?: ((...args: any[]) => any) | undefined;
911
+ "onSelect-all"?: ((...args: any[]) => any) | undefined;
912
+ "onHeader-click"?: ((...args: any[]) => any) | undefined;
913
+ "onHeader-contextmenu"?: ((...args: any[]) => any) | undefined;
914
+ "onHeader-dragend"?: ((...args: any[]) => any) | undefined;
915
+ "onSelection-change"?: ((...args: any[]) => any) | undefined;
916
+ "onSort-change"?: ((...args: any[]) => any) | undefined;
917
+ "onFilter-change"?: ((...args: any[]) => any) | undefined;
918
+ "onCell-mouse-enter"?: ((...args: any[]) => any) | undefined;
919
+ "onCell-mouse-leave"?: ((...args: any[]) => any) | undefined;
920
+ "onCell-contextmenu"?: ((...args: any[]) => any) | undefined;
921
+ "onCell-click"?: ((...args: any[]) => any) | undefined;
922
+ "onCell-dblclick"?: ((...args: any[]) => any) | undefined;
923
+ "onRow-click"?: ((...args: any[]) => any) | undefined;
924
+ "onRow-contextmenu"?: ((...args: any[]) => any) | undefined;
925
+ "onRow-dblclick"?: ((...args: any[]) => any) | undefined;
926
+ }, {
927
+ ns: {
928
+ namespace: import('vue').ComputedRef<string>;
929
+ b: (blockSuffix?: string) => string;
930
+ e: (element?: string) => string;
931
+ m: (modifier?: string) => string;
932
+ be: (blockSuffix?: string, element?: string) => string;
933
+ em: (element?: string, modifier?: string) => string;
934
+ bm: (blockSuffix?: string, modifier?: string) => string;
935
+ bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
936
+ is: {
937
+ (name: string, state: boolean | undefined): string;
938
+ (name: string): string;
939
+ };
940
+ cssVar: (object: Record<string, string>) => Record<string, string>;
941
+ cssVarName: (name: string) => string;
942
+ cssVarBlock: (object: Record<string, string>) => Record<string, string>;
943
+ cssVarBlockName: (name: string) => string;
944
+ };
945
+ layout: import('element-plus/es/components/table/src/table-layout').default<any>;
946
+ store: {
947
+ mutations: {
948
+ setData(states: {
949
+ _currentRowKey: import('vue').Ref<string | null>;
950
+ currentRow: import('vue').Ref<any>;
951
+ expandRowKeys: import('vue').Ref<string[]>;
952
+ treeData: import('vue').Ref<Record<string, import('element-plus/es/components/table/src/store/tree').TreeData>>;
953
+ indent: import('vue').Ref<number>;
954
+ lazy: import('vue').Ref<boolean>;
955
+ lazyTreeNodeMap: import('vue').Ref<Record<string, any[]>>;
956
+ lazyColumnIdentifier: import('vue').Ref<string>;
957
+ childrenColumnName: import('vue').Ref<string>;
958
+ checkStrictly: import('vue').Ref<boolean>;
959
+ expandRows: import('vue').Ref<any[]>;
960
+ defaultExpandAll: import('vue').Ref<boolean>;
961
+ tableSize: import('vue').Ref<any>;
962
+ rowKey: import('vue').Ref<string | null>;
963
+ data: import('vue').Ref<any[]>;
964
+ _data: import('vue').Ref<any[]>;
965
+ isComplex: import('vue').Ref<boolean>;
966
+ _columns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
967
+ originColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
968
+ columns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
969
+ fixedColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
970
+ rightFixedColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
971
+ leafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
972
+ fixedLeafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
973
+ rightFixedLeafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
974
+ updateOrderFns: (() => void)[];
975
+ leafColumnsLength: import('vue').Ref<number>;
976
+ fixedLeafColumnsLength: import('vue').Ref<number>;
977
+ rightFixedLeafColumnsLength: import('vue').Ref<number>;
978
+ isAllSelected: import('vue').Ref<boolean>;
979
+ selection: import('vue').Ref<any[]>;
980
+ reserveSelection: import('vue').Ref<boolean>;
981
+ selectOnIndeterminate: import('vue').Ref<boolean>;
982
+ selectable: import('vue').Ref<((row: any, index: number) => boolean) | null>;
983
+ filters: import('vue').Ref<import('element-plus/es/components/table/src/store').StoreFilter>;
984
+ filteredData: import('vue').Ref<any[] | null>;
985
+ sortingColumn: import('vue').Ref<import('element-plus').TableColumnCtx<any> | null>;
986
+ sortProp: import('vue').Ref<string | null>;
987
+ sortOrder: import('vue').Ref<string | number | null>;
988
+ hoverRow: import('vue').Ref<any>;
989
+ }, data: any[]): void;
990
+ insertColumn(states: {
991
+ _currentRowKey: import('vue').Ref<string | null>;
992
+ currentRow: import('vue').Ref<any>;
993
+ expandRowKeys: import('vue').Ref<string[]>;
994
+ treeData: import('vue').Ref<Record<string, import('element-plus/es/components/table/src/store/tree').TreeData>>;
995
+ indent: import('vue').Ref<number>;
996
+ lazy: import('vue').Ref<boolean>;
997
+ lazyTreeNodeMap: import('vue').Ref<Record<string, any[]>>;
998
+ lazyColumnIdentifier: import('vue').Ref<string>;
999
+ childrenColumnName: import('vue').Ref<string>;
1000
+ checkStrictly: import('vue').Ref<boolean>;
1001
+ expandRows: import('vue').Ref<any[]>;
1002
+ defaultExpandAll: import('vue').Ref<boolean>;
1003
+ tableSize: import('vue').Ref<any>;
1004
+ rowKey: import('vue').Ref<string | null>;
1005
+ data: import('vue').Ref<any[]>;
1006
+ _data: import('vue').Ref<any[]>;
1007
+ isComplex: import('vue').Ref<boolean>;
1008
+ _columns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1009
+ originColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1010
+ columns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1011
+ fixedColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1012
+ rightFixedColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1013
+ leafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1014
+ fixedLeafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1015
+ rightFixedLeafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1016
+ updateOrderFns: (() => void)[];
1017
+ leafColumnsLength: import('vue').Ref<number>;
1018
+ fixedLeafColumnsLength: import('vue').Ref<number>;
1019
+ rightFixedLeafColumnsLength: import('vue').Ref<number>;
1020
+ isAllSelected: import('vue').Ref<boolean>;
1021
+ selection: import('vue').Ref<any[]>;
1022
+ reserveSelection: import('vue').Ref<boolean>;
1023
+ selectOnIndeterminate: import('vue').Ref<boolean>;
1024
+ selectable: import('vue').Ref<((row: any, index: number) => boolean) | null>;
1025
+ filters: import('vue').Ref<import('element-plus/es/components/table/src/store').StoreFilter>;
1026
+ filteredData: import('vue').Ref<any[] | null>;
1027
+ sortingColumn: import('vue').Ref<import('element-plus').TableColumnCtx<any> | null>;
1028
+ sortProp: import('vue').Ref<string | null>;
1029
+ sortOrder: import('vue').Ref<string | number | null>;
1030
+ hoverRow: import('vue').Ref<any>;
1031
+ }, column: import('element-plus').TableColumnCtx<any>, parent: import('element-plus').TableColumnCtx<any>, updateColumnOrder: () => void): void;
1032
+ updateColumnOrder(states: {
1033
+ _currentRowKey: import('vue').Ref<string | null>;
1034
+ currentRow: import('vue').Ref<any>;
1035
+ expandRowKeys: import('vue').Ref<string[]>;
1036
+ treeData: import('vue').Ref<Record<string, import('element-plus/es/components/table/src/store/tree').TreeData>>;
1037
+ indent: import('vue').Ref<number>;
1038
+ lazy: import('vue').Ref<boolean>;
1039
+ lazyTreeNodeMap: import('vue').Ref<Record<string, any[]>>;
1040
+ lazyColumnIdentifier: import('vue').Ref<string>;
1041
+ childrenColumnName: import('vue').Ref<string>;
1042
+ checkStrictly: import('vue').Ref<boolean>;
1043
+ expandRows: import('vue').Ref<any[]>;
1044
+ defaultExpandAll: import('vue').Ref<boolean>;
1045
+ tableSize: import('vue').Ref<any>;
1046
+ rowKey: import('vue').Ref<string | null>;
1047
+ data: import('vue').Ref<any[]>;
1048
+ _data: import('vue').Ref<any[]>;
1049
+ isComplex: import('vue').Ref<boolean>;
1050
+ _columns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1051
+ originColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1052
+ columns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1053
+ fixedColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1054
+ rightFixedColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1055
+ leafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1056
+ fixedLeafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1057
+ rightFixedLeafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1058
+ updateOrderFns: (() => void)[];
1059
+ leafColumnsLength: import('vue').Ref<number>;
1060
+ fixedLeafColumnsLength: import('vue').Ref<number>;
1061
+ rightFixedLeafColumnsLength: import('vue').Ref<number>;
1062
+ isAllSelected: import('vue').Ref<boolean>;
1063
+ selection: import('vue').Ref<any[]>;
1064
+ reserveSelection: import('vue').Ref<boolean>;
1065
+ selectOnIndeterminate: import('vue').Ref<boolean>;
1066
+ selectable: import('vue').Ref<((row: any, index: number) => boolean) | null>;
1067
+ filters: import('vue').Ref<import('element-plus/es/components/table/src/store').StoreFilter>;
1068
+ filteredData: import('vue').Ref<any[] | null>;
1069
+ sortingColumn: import('vue').Ref<import('element-plus').TableColumnCtx<any> | null>;
1070
+ sortProp: import('vue').Ref<string | null>;
1071
+ sortOrder: import('vue').Ref<string | number | null>;
1072
+ hoverRow: import('vue').Ref<any>;
1073
+ }, column: import('element-plus').TableColumnCtx<any>): void;
1074
+ removeColumn(states: {
1075
+ _currentRowKey: import('vue').Ref<string | null>;
1076
+ currentRow: import('vue').Ref<any>;
1077
+ expandRowKeys: import('vue').Ref<string[]>;
1078
+ treeData: import('vue').Ref<Record<string, import('element-plus/es/components/table/src/store/tree').TreeData>>;
1079
+ indent: import('vue').Ref<number>;
1080
+ lazy: import('vue').Ref<boolean>;
1081
+ lazyTreeNodeMap: import('vue').Ref<Record<string, any[]>>;
1082
+ lazyColumnIdentifier: import('vue').Ref<string>;
1083
+ childrenColumnName: import('vue').Ref<string>;
1084
+ checkStrictly: import('vue').Ref<boolean>;
1085
+ expandRows: import('vue').Ref<any[]>;
1086
+ defaultExpandAll: import('vue').Ref<boolean>;
1087
+ tableSize: import('vue').Ref<any>;
1088
+ rowKey: import('vue').Ref<string | null>;
1089
+ data: import('vue').Ref<any[]>;
1090
+ _data: import('vue').Ref<any[]>;
1091
+ isComplex: import('vue').Ref<boolean>;
1092
+ _columns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1093
+ originColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1094
+ columns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1095
+ fixedColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1096
+ rightFixedColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1097
+ leafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1098
+ fixedLeafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1099
+ rightFixedLeafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1100
+ updateOrderFns: (() => void)[];
1101
+ leafColumnsLength: import('vue').Ref<number>;
1102
+ fixedLeafColumnsLength: import('vue').Ref<number>;
1103
+ rightFixedLeafColumnsLength: import('vue').Ref<number>;
1104
+ isAllSelected: import('vue').Ref<boolean>;
1105
+ selection: import('vue').Ref<any[]>;
1106
+ reserveSelection: import('vue').Ref<boolean>;
1107
+ selectOnIndeterminate: import('vue').Ref<boolean>;
1108
+ selectable: import('vue').Ref<((row: any, index: number) => boolean) | null>;
1109
+ filters: import('vue').Ref<import('element-plus/es/components/table/src/store').StoreFilter>;
1110
+ filteredData: import('vue').Ref<any[] | null>;
1111
+ sortingColumn: import('vue').Ref<import('element-plus').TableColumnCtx<any> | null>;
1112
+ sortProp: import('vue').Ref<string | null>;
1113
+ sortOrder: import('vue').Ref<string | number | null>;
1114
+ hoverRow: import('vue').Ref<any>;
1115
+ }, column: import('element-plus').TableColumnCtx<any>, parent: import('element-plus').TableColumnCtx<any>, updateColumnOrder: () => void): void;
1116
+ sort(states: {
1117
+ _currentRowKey: import('vue').Ref<string | null>;
1118
+ currentRow: import('vue').Ref<any>;
1119
+ expandRowKeys: import('vue').Ref<string[]>;
1120
+ treeData: import('vue').Ref<Record<string, import('element-plus/es/components/table/src/store/tree').TreeData>>;
1121
+ indent: import('vue').Ref<number>;
1122
+ lazy: import('vue').Ref<boolean>;
1123
+ lazyTreeNodeMap: import('vue').Ref<Record<string, any[]>>;
1124
+ lazyColumnIdentifier: import('vue').Ref<string>;
1125
+ childrenColumnName: import('vue').Ref<string>;
1126
+ checkStrictly: import('vue').Ref<boolean>;
1127
+ expandRows: import('vue').Ref<any[]>;
1128
+ defaultExpandAll: import('vue').Ref<boolean>;
1129
+ tableSize: import('vue').Ref<any>;
1130
+ rowKey: import('vue').Ref<string | null>;
1131
+ data: import('vue').Ref<any[]>;
1132
+ _data: import('vue').Ref<any[]>;
1133
+ isComplex: import('vue').Ref<boolean>;
1134
+ _columns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1135
+ originColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1136
+ columns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1137
+ fixedColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1138
+ rightFixedColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1139
+ leafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1140
+ fixedLeafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1141
+ rightFixedLeafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1142
+ updateOrderFns: (() => void)[];
1143
+ leafColumnsLength: import('vue').Ref<number>;
1144
+ fixedLeafColumnsLength: import('vue').Ref<number>;
1145
+ rightFixedLeafColumnsLength: import('vue').Ref<number>;
1146
+ isAllSelected: import('vue').Ref<boolean>;
1147
+ selection: import('vue').Ref<any[]>;
1148
+ reserveSelection: import('vue').Ref<boolean>;
1149
+ selectOnIndeterminate: import('vue').Ref<boolean>;
1150
+ selectable: import('vue').Ref<((row: any, index: number) => boolean) | null>;
1151
+ filters: import('vue').Ref<import('element-plus/es/components/table/src/store').StoreFilter>;
1152
+ filteredData: import('vue').Ref<any[] | null>;
1153
+ sortingColumn: import('vue').Ref<import('element-plus').TableColumnCtx<any> | null>;
1154
+ sortProp: import('vue').Ref<string | null>;
1155
+ sortOrder: import('vue').Ref<string | number | null>;
1156
+ hoverRow: import('vue').Ref<any>;
1157
+ }, options: import('element-plus').Sort): void;
1158
+ changeSortCondition(states: {
1159
+ _currentRowKey: import('vue').Ref<string | null>;
1160
+ currentRow: import('vue').Ref<any>;
1161
+ expandRowKeys: import('vue').Ref<string[]>;
1162
+ treeData: import('vue').Ref<Record<string, import('element-plus/es/components/table/src/store/tree').TreeData>>;
1163
+ indent: import('vue').Ref<number>;
1164
+ lazy: import('vue').Ref<boolean>;
1165
+ lazyTreeNodeMap: import('vue').Ref<Record<string, any[]>>;
1166
+ lazyColumnIdentifier: import('vue').Ref<string>;
1167
+ childrenColumnName: import('vue').Ref<string>;
1168
+ checkStrictly: import('vue').Ref<boolean>;
1169
+ expandRows: import('vue').Ref<any[]>;
1170
+ defaultExpandAll: import('vue').Ref<boolean>;
1171
+ tableSize: import('vue').Ref<any>;
1172
+ rowKey: import('vue').Ref<string | null>;
1173
+ data: import('vue').Ref<any[]>;
1174
+ _data: import('vue').Ref<any[]>;
1175
+ isComplex: import('vue').Ref<boolean>;
1176
+ _columns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1177
+ originColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1178
+ columns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1179
+ fixedColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1180
+ rightFixedColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1181
+ leafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1182
+ fixedLeafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1183
+ rightFixedLeafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1184
+ updateOrderFns: (() => void)[];
1185
+ leafColumnsLength: import('vue').Ref<number>;
1186
+ fixedLeafColumnsLength: import('vue').Ref<number>;
1187
+ rightFixedLeafColumnsLength: import('vue').Ref<number>;
1188
+ isAllSelected: import('vue').Ref<boolean>;
1189
+ selection: import('vue').Ref<any[]>;
1190
+ reserveSelection: import('vue').Ref<boolean>;
1191
+ selectOnIndeterminate: import('vue').Ref<boolean>;
1192
+ selectable: import('vue').Ref<((row: any, index: number) => boolean) | null>;
1193
+ filters: import('vue').Ref<import('element-plus/es/components/table/src/store').StoreFilter>;
1194
+ filteredData: import('vue').Ref<any[] | null>;
1195
+ sortingColumn: import('vue').Ref<import('element-plus').TableColumnCtx<any> | null>;
1196
+ sortProp: import('vue').Ref<string | null>;
1197
+ sortOrder: import('vue').Ref<string | number | null>;
1198
+ hoverRow: import('vue').Ref<any>;
1199
+ }, options: import('element-plus').Sort): void;
1200
+ filterChange(_states: {
1201
+ _currentRowKey: import('vue').Ref<string | null>;
1202
+ currentRow: import('vue').Ref<any>;
1203
+ expandRowKeys: import('vue').Ref<string[]>;
1204
+ treeData: import('vue').Ref<Record<string, import('element-plus/es/components/table/src/store/tree').TreeData>>;
1205
+ indent: import('vue').Ref<number>;
1206
+ lazy: import('vue').Ref<boolean>;
1207
+ lazyTreeNodeMap: import('vue').Ref<Record<string, any[]>>;
1208
+ lazyColumnIdentifier: import('vue').Ref<string>;
1209
+ childrenColumnName: import('vue').Ref<string>;
1210
+ checkStrictly: import('vue').Ref<boolean>;
1211
+ expandRows: import('vue').Ref<any[]>;
1212
+ defaultExpandAll: import('vue').Ref<boolean>;
1213
+ tableSize: import('vue').Ref<any>;
1214
+ rowKey: import('vue').Ref<string | null>;
1215
+ data: import('vue').Ref<any[]>;
1216
+ _data: import('vue').Ref<any[]>;
1217
+ isComplex: import('vue').Ref<boolean>;
1218
+ _columns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1219
+ originColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1220
+ columns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1221
+ fixedColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1222
+ rightFixedColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1223
+ leafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1224
+ fixedLeafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1225
+ rightFixedLeafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1226
+ updateOrderFns: (() => void)[];
1227
+ leafColumnsLength: import('vue').Ref<number>;
1228
+ fixedLeafColumnsLength: import('vue').Ref<number>;
1229
+ rightFixedLeafColumnsLength: import('vue').Ref<number>;
1230
+ isAllSelected: import('vue').Ref<boolean>;
1231
+ selection: import('vue').Ref<any[]>;
1232
+ reserveSelection: import('vue').Ref<boolean>;
1233
+ selectOnIndeterminate: import('vue').Ref<boolean>;
1234
+ selectable: import('vue').Ref<((row: any, index: number) => boolean) | null>;
1235
+ filters: import('vue').Ref<import('element-plus/es/components/table/src/store').StoreFilter>;
1236
+ filteredData: import('vue').Ref<any[] | null>;
1237
+ sortingColumn: import('vue').Ref<import('element-plus').TableColumnCtx<any> | null>;
1238
+ sortProp: import('vue').Ref<string | null>;
1239
+ sortOrder: import('vue').Ref<string | number | null>;
1240
+ hoverRow: import('vue').Ref<any>;
1241
+ }, options: import('element-plus').Filter<any>): void;
1242
+ toggleAllSelection(): void;
1243
+ rowSelectedChanged(_states: {
1244
+ _currentRowKey: import('vue').Ref<string | null>;
1245
+ currentRow: import('vue').Ref<any>;
1246
+ expandRowKeys: import('vue').Ref<string[]>;
1247
+ treeData: import('vue').Ref<Record<string, import('element-plus/es/components/table/src/store/tree').TreeData>>;
1248
+ indent: import('vue').Ref<number>;
1249
+ lazy: import('vue').Ref<boolean>;
1250
+ lazyTreeNodeMap: import('vue').Ref<Record<string, any[]>>;
1251
+ lazyColumnIdentifier: import('vue').Ref<string>;
1252
+ childrenColumnName: import('vue').Ref<string>;
1253
+ checkStrictly: import('vue').Ref<boolean>;
1254
+ expandRows: import('vue').Ref<any[]>;
1255
+ defaultExpandAll: import('vue').Ref<boolean>;
1256
+ tableSize: import('vue').Ref<any>;
1257
+ rowKey: import('vue').Ref<string | null>;
1258
+ data: import('vue').Ref<any[]>;
1259
+ _data: import('vue').Ref<any[]>;
1260
+ isComplex: import('vue').Ref<boolean>;
1261
+ _columns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1262
+ originColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1263
+ columns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1264
+ fixedColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1265
+ rightFixedColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1266
+ leafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1267
+ fixedLeafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1268
+ rightFixedLeafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1269
+ updateOrderFns: (() => void)[];
1270
+ leafColumnsLength: import('vue').Ref<number>;
1271
+ fixedLeafColumnsLength: import('vue').Ref<number>;
1272
+ rightFixedLeafColumnsLength: import('vue').Ref<number>;
1273
+ isAllSelected: import('vue').Ref<boolean>;
1274
+ selection: import('vue').Ref<any[]>;
1275
+ reserveSelection: import('vue').Ref<boolean>;
1276
+ selectOnIndeterminate: import('vue').Ref<boolean>;
1277
+ selectable: import('vue').Ref<((row: any, index: number) => boolean) | null>;
1278
+ filters: import('vue').Ref<import('element-plus/es/components/table/src/store').StoreFilter>;
1279
+ filteredData: import('vue').Ref<any[] | null>;
1280
+ sortingColumn: import('vue').Ref<import('element-plus').TableColumnCtx<any> | null>;
1281
+ sortProp: import('vue').Ref<string | null>;
1282
+ sortOrder: import('vue').Ref<string | number | null>;
1283
+ hoverRow: import('vue').Ref<any>;
1284
+ }, row: any): void;
1285
+ setHoverRow(states: {
1286
+ _currentRowKey: import('vue').Ref<string | null>;
1287
+ currentRow: import('vue').Ref<any>;
1288
+ expandRowKeys: import('vue').Ref<string[]>;
1289
+ treeData: import('vue').Ref<Record<string, import('element-plus/es/components/table/src/store/tree').TreeData>>;
1290
+ indent: import('vue').Ref<number>;
1291
+ lazy: import('vue').Ref<boolean>;
1292
+ lazyTreeNodeMap: import('vue').Ref<Record<string, any[]>>;
1293
+ lazyColumnIdentifier: import('vue').Ref<string>;
1294
+ childrenColumnName: import('vue').Ref<string>;
1295
+ checkStrictly: import('vue').Ref<boolean>;
1296
+ expandRows: import('vue').Ref<any[]>;
1297
+ defaultExpandAll: import('vue').Ref<boolean>;
1298
+ tableSize: import('vue').Ref<any>;
1299
+ rowKey: import('vue').Ref<string | null>;
1300
+ data: import('vue').Ref<any[]>;
1301
+ _data: import('vue').Ref<any[]>;
1302
+ isComplex: import('vue').Ref<boolean>;
1303
+ _columns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1304
+ originColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1305
+ columns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1306
+ fixedColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1307
+ rightFixedColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1308
+ leafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1309
+ fixedLeafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1310
+ rightFixedLeafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1311
+ updateOrderFns: (() => void)[];
1312
+ leafColumnsLength: import('vue').Ref<number>;
1313
+ fixedLeafColumnsLength: import('vue').Ref<number>;
1314
+ rightFixedLeafColumnsLength: import('vue').Ref<number>;
1315
+ isAllSelected: import('vue').Ref<boolean>;
1316
+ selection: import('vue').Ref<any[]>;
1317
+ reserveSelection: import('vue').Ref<boolean>;
1318
+ selectOnIndeterminate: import('vue').Ref<boolean>;
1319
+ selectable: import('vue').Ref<((row: any, index: number) => boolean) | null>;
1320
+ filters: import('vue').Ref<import('element-plus/es/components/table/src/store').StoreFilter>;
1321
+ filteredData: import('vue').Ref<any[] | null>;
1322
+ sortingColumn: import('vue').Ref<import('element-plus').TableColumnCtx<any> | null>;
1323
+ sortProp: import('vue').Ref<string | null>;
1324
+ sortOrder: import('vue').Ref<string | number | null>;
1325
+ hoverRow: import('vue').Ref<any>;
1326
+ }, row: any): void;
1327
+ setCurrentRow(_states: {
1328
+ _currentRowKey: import('vue').Ref<string | null>;
1329
+ currentRow: import('vue').Ref<any>;
1330
+ expandRowKeys: import('vue').Ref<string[]>;
1331
+ treeData: import('vue').Ref<Record<string, import('element-plus/es/components/table/src/store/tree').TreeData>>;
1332
+ indent: import('vue').Ref<number>;
1333
+ lazy: import('vue').Ref<boolean>;
1334
+ lazyTreeNodeMap: import('vue').Ref<Record<string, any[]>>;
1335
+ lazyColumnIdentifier: import('vue').Ref<string>;
1336
+ childrenColumnName: import('vue').Ref<string>;
1337
+ checkStrictly: import('vue').Ref<boolean>;
1338
+ expandRows: import('vue').Ref<any[]>;
1339
+ defaultExpandAll: import('vue').Ref<boolean>;
1340
+ tableSize: import('vue').Ref<any>;
1341
+ rowKey: import('vue').Ref<string | null>;
1342
+ data: import('vue').Ref<any[]>;
1343
+ _data: import('vue').Ref<any[]>;
1344
+ isComplex: import('vue').Ref<boolean>;
1345
+ _columns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1346
+ originColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1347
+ columns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1348
+ fixedColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1349
+ rightFixedColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1350
+ leafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1351
+ fixedLeafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1352
+ rightFixedLeafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1353
+ updateOrderFns: (() => void)[];
1354
+ leafColumnsLength: import('vue').Ref<number>;
1355
+ fixedLeafColumnsLength: import('vue').Ref<number>;
1356
+ rightFixedLeafColumnsLength: import('vue').Ref<number>;
1357
+ isAllSelected: import('vue').Ref<boolean>;
1358
+ selection: import('vue').Ref<any[]>;
1359
+ reserveSelection: import('vue').Ref<boolean>;
1360
+ selectOnIndeterminate: import('vue').Ref<boolean>;
1361
+ selectable: import('vue').Ref<((row: any, index: number) => boolean) | null>;
1362
+ filters: import('vue').Ref<import('element-plus/es/components/table/src/store').StoreFilter>;
1363
+ filteredData: import('vue').Ref<any[] | null>;
1364
+ sortingColumn: import('vue').Ref<import('element-plus').TableColumnCtx<any> | null>;
1365
+ sortProp: import('vue').Ref<string | null>;
1366
+ sortOrder: import('vue').Ref<string | number | null>;
1367
+ hoverRow: import('vue').Ref<any>;
1368
+ }, row: any): void;
1369
+ };
1370
+ commit: (name: "sort" | "setData" | "insertColumn" | "updateColumnOrder" | "removeColumn" | "changeSortCondition" | "filterChange" | "toggleAllSelection" | "rowSelectedChanged" | "setHoverRow" | "setCurrentRow", ...args: any[]) => void;
1371
+ updateTableScrollY: () => void;
1372
+ assertRowKey: () => void;
1373
+ updateColumns: () => void;
1374
+ scheduleLayout: (needUpdateColumns?: boolean, immediate?: boolean) => void;
1375
+ isSelected: (row: any) => boolean;
1376
+ clearSelection: () => void;
1377
+ cleanSelection: () => void;
1378
+ getSelectionRows: () => any[];
1379
+ toggleRowSelection: (row: any, selected?: boolean, emitChange?: boolean, ignoreSelectable?: boolean) => void;
1380
+ _toggleAllSelection: () => void;
1381
+ toggleAllSelection: (() => void) | null;
1382
+ updateAllSelected: () => void;
1383
+ updateFilters: (column: import('element-plus').TableColumnCtx<any>, values: string[]) => Record<string, string[]>;
1384
+ updateCurrentRow: (_currentRow: any) => void;
1385
+ updateSort: (column: import('element-plus').TableColumnCtx<any> | null, prop: string | null, order: import('element-plus/es/components/table/src/table/defaults').TableSortOrder | null) => void;
1386
+ execFilter: () => void;
1387
+ execSort: () => void;
1388
+ execQuery: (ignore?: {
1389
+ filter: boolean;
1390
+ } | undefined) => void;
1391
+ clearFilter: (columnKeys?: string[] | string) => void;
1392
+ clearSort: () => void;
1393
+ toggleRowExpansion: (row: any, expanded?: boolean) => void;
1394
+ setExpandRowKeysAdapter: (val: string[]) => void;
1395
+ setCurrentRowKey: (key: string) => void;
1396
+ toggleRowExpansionAdapter: (row: any, expanded?: boolean) => void;
1397
+ isRowExpanded: (row: any) => boolean;
1398
+ updateExpandRows: () => void;
1399
+ updateCurrentRowData: () => void;
1400
+ loadOrToggle: (row: any) => void;
1401
+ updateTreeData: (ifChangeExpandRowKeys?: boolean, ifExpandAll?: boolean) => void;
1402
+ updateKeyChildren: (key: string, data: any[]) => void;
1403
+ states: {
1404
+ _currentRowKey: import('vue').Ref<string | null>;
1405
+ currentRow: import('vue').Ref<any>;
1406
+ expandRowKeys: import('vue').Ref<string[]>;
1407
+ treeData: import('vue').Ref<Record<string, import('element-plus/es/components/table/src/store/tree').TreeData>>;
1408
+ indent: import('vue').Ref<number>;
1409
+ lazy: import('vue').Ref<boolean>;
1410
+ lazyTreeNodeMap: import('vue').Ref<Record<string, any[]>>;
1411
+ lazyColumnIdentifier: import('vue').Ref<string>;
1412
+ childrenColumnName: import('vue').Ref<string>;
1413
+ checkStrictly: import('vue').Ref<boolean>;
1414
+ expandRows: import('vue').Ref<any[]>;
1415
+ defaultExpandAll: import('vue').Ref<boolean>;
1416
+ tableSize: import('vue').Ref<any>;
1417
+ rowKey: import('vue').Ref<string | null>;
1418
+ data: import('vue').Ref<any[]>;
1419
+ _data: import('vue').Ref<any[]>;
1420
+ isComplex: import('vue').Ref<boolean>;
1421
+ _columns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1422
+ originColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1423
+ columns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1424
+ fixedColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1425
+ rightFixedColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1426
+ leafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1427
+ fixedLeafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1428
+ rightFixedLeafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1429
+ updateOrderFns: (() => void)[];
1430
+ leafColumnsLength: import('vue').Ref<number>;
1431
+ fixedLeafColumnsLength: import('vue').Ref<number>;
1432
+ rightFixedLeafColumnsLength: import('vue').Ref<number>;
1433
+ isAllSelected: import('vue').Ref<boolean>;
1434
+ selection: import('vue').Ref<any[]>;
1435
+ reserveSelection: import('vue').Ref<boolean>;
1436
+ selectOnIndeterminate: import('vue').Ref<boolean>;
1437
+ selectable: import('vue').Ref<((row: any, index: number) => boolean) | null>;
1438
+ filters: import('vue').Ref<import('element-plus/es/components/table/src/store').StoreFilter>;
1439
+ filteredData: import('vue').Ref<any[] | null>;
1440
+ sortingColumn: import('vue').Ref<import('element-plus').TableColumnCtx<any> | null>;
1441
+ sortProp: import('vue').Ref<string | null>;
1442
+ sortOrder: import('vue').Ref<string | number | null>;
1443
+ hoverRow: import('vue').Ref<any>;
1444
+ };
1445
+ ns: {
1446
+ namespace: import('vue').ComputedRef<string>;
1447
+ b: (blockSuffix?: string) => string;
1448
+ e: (element?: string) => string;
1449
+ m: (modifier?: string) => string;
1450
+ be: (blockSuffix?: string, element?: string) => string;
1451
+ em: (element?: string, modifier?: string) => string;
1452
+ bm: (blockSuffix?: string, modifier?: string) => string;
1453
+ bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
1454
+ is: {
1455
+ (name: string, state: boolean | undefined): string;
1456
+ (name: string): string;
1457
+ };
1458
+ cssVar: (object: Record<string, string>) => Record<string, string>;
1459
+ cssVarName: (name: string) => string;
1460
+ cssVarBlock: (object: Record<string, string>) => Record<string, string>;
1461
+ cssVarBlockName: (name: string) => string;
1462
+ };
1463
+ t: import('element-plus').Translator;
1464
+ };
1465
+ columns: import('vue').ComputedRef<import('element-plus').TableColumnCtx<any>[]>;
1466
+ handleHeaderFooterMousewheel: (_event: WheelEvent, data: any) => void;
1467
+ handleMouseLeave: () => void;
1468
+ tableId: string;
1469
+ tableSize: import('vue').ComputedRef<"" | "small" | "default" | "large">;
1470
+ isHidden: import('vue').Ref<boolean>;
1471
+ isEmpty: import('vue').ComputedRef<boolean>;
1472
+ renderExpanded: import('vue').Ref<import('element-plus/es/components/table/src/table/defaults').RenderExpanded<any> | null>;
1473
+ resizeProxyVisible: import('vue').Ref<boolean>;
1474
+ resizeState: import('vue').Ref<{
1475
+ width: null | number;
1476
+ height: null | number;
1477
+ headerHeight: null | number;
1478
+ }>;
1479
+ isGroup: import('vue').Ref<boolean>;
1480
+ bodyWidth: import('vue').ComputedRef<string>;
1481
+ tableBodyStyles: import('vue').ComputedRef<{
1482
+ width: string;
1483
+ }>;
1484
+ emptyBlockStyle: import('vue').ComputedRef<{
1485
+ width: string;
1486
+ height: string;
1487
+ } | undefined>;
1488
+ debouncedUpdateLayout: import('lodash').DebouncedFunc<() => void>;
1489
+ setCurrentRow: (row: any) => void;
1490
+ getSelectionRows: () => any[];
1491
+ toggleRowSelection: (row: any, selected?: boolean, ignoreSelectable?: boolean) => void;
1492
+ clearSelection: () => void;
1493
+ clearFilter: (columnKeys?: string[] | string) => void;
1494
+ toggleAllSelection: () => void;
1495
+ toggleRowExpansion: (row: any, expanded?: boolean) => void;
1496
+ clearSort: () => void;
1497
+ doLayout: () => void;
1498
+ sort: (prop: string, order: string) => void;
1499
+ updateKeyChildren: (key: string, data: any[]) => void;
1500
+ t: import('element-plus').Translator;
1501
+ setDragVisible: (visible: boolean) => void;
1502
+ context: import('element-plus').Table<any>;
1503
+ computedSumText: import('vue').ComputedRef<string>;
1504
+ computedEmptyText: import('vue').ComputedRef<string>;
1505
+ tableLayout: import('vue').ComputedRef<"fixed" | "auto">;
1506
+ scrollbarViewStyle: {
1507
+ display: string;
1508
+ verticalAlign: string;
1509
+ };
1510
+ scrollbarStyle: import('vue').ComputedRef<{
1511
+ height: string;
1512
+ maxHeight?: undefined;
1513
+ } | {
1514
+ maxHeight: string;
1515
+ height?: undefined;
1516
+ } | {
1517
+ height?: undefined;
1518
+ maxHeight?: undefined;
1519
+ }>;
1520
+ scrollBarRef: import('vue').Ref<any>;
1521
+ scrollTo: (options: ScrollToOptions | number, yCoord?: number) => void;
1522
+ setScrollLeft: (left?: number) => void;
1523
+ setScrollTop: (top?: number) => void;
1524
+ allowDragLastColumn: boolean;
1525
+ }, {}, {}, {}, {
1526
+ data: any[];
1527
+ style: import('vue').StyleValue;
1528
+ tableLayout: "fixed" | "auto";
1529
+ border: boolean;
1530
+ className: string;
1531
+ lazy: boolean;
1532
+ fit: boolean;
1533
+ scrollbarAlwaysOn: boolean;
1534
+ allowDragLastColumn: boolean;
1535
+ treeProps: import('element-plus/es/components/table/src/table/defaults').TreeProps | undefined;
1536
+ defaultExpandAll: boolean;
1537
+ selectOnIndeterminate: boolean;
1538
+ indent: number;
1539
+ stripe: boolean;
1540
+ showHeader: boolean;
1541
+ showSummary: boolean;
1542
+ highlightCurrentRow: boolean;
1543
+ flexible: boolean;
1544
+ scrollbarTabindex: string | number;
1545
+ nativeScrollbar: boolean;
1546
+ preserveExpandedContent: boolean;
1547
+ }> | undefined, import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
1548
+ data: {
1549
+ type: import('vue').PropType<any[]>;
1550
+ default: () => never[];
1551
+ };
1552
+ size: {
1553
+ readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
1554
+ readonly required: false;
1555
+ readonly validator: ((val: unknown) => boolean) | undefined;
1556
+ __epPropKey: true;
1557
+ };
1558
+ width: (NumberConstructor | StringConstructor)[];
1559
+ height: (NumberConstructor | StringConstructor)[];
1560
+ maxHeight: (NumberConstructor | StringConstructor)[];
1561
+ fit: {
1562
+ type: BooleanConstructor;
1563
+ default: boolean;
1564
+ };
1565
+ stripe: BooleanConstructor;
1566
+ border: BooleanConstructor;
1567
+ rowKey: import('vue').PropType<import('element-plus').TableProps<any>["rowKey"]>;
1568
+ showHeader: {
1569
+ type: BooleanConstructor;
1570
+ default: boolean;
1571
+ };
1572
+ showSummary: BooleanConstructor;
1573
+ sumText: StringConstructor;
1574
+ summaryMethod: import('vue').PropType<import('element-plus').TableProps<any>["summaryMethod"]>;
1575
+ rowClassName: import('vue').PropType<import('element-plus').TableProps<any>["rowClassName"]>;
1576
+ rowStyle: import('vue').PropType<import('element-plus').TableProps<any>["rowStyle"]>;
1577
+ cellClassName: import('vue').PropType<import('element-plus').TableProps<any>["cellClassName"]>;
1578
+ cellStyle: import('vue').PropType<import('element-plus').TableProps<any>["cellStyle"]>;
1579
+ headerRowClassName: import('vue').PropType<import('element-plus').TableProps<any>["headerRowClassName"]>;
1580
+ headerRowStyle: import('vue').PropType<import('element-plus').TableProps<any>["headerRowStyle"]>;
1581
+ headerCellClassName: import('vue').PropType<import('element-plus').TableProps<any>["headerCellClassName"]>;
1582
+ headerCellStyle: import('vue').PropType<import('element-plus').TableProps<any>["headerCellStyle"]>;
1583
+ highlightCurrentRow: BooleanConstructor;
1584
+ currentRowKey: (NumberConstructor | StringConstructor)[];
1585
+ emptyText: StringConstructor;
1586
+ expandRowKeys: import('vue').PropType<import('element-plus').TableProps<any>["expandRowKeys"]>;
1587
+ defaultExpandAll: BooleanConstructor;
1588
+ defaultSort: import('vue').PropType<import('element-plus').TableProps<any>["defaultSort"]>;
1589
+ tooltipEffect: StringConstructor;
1590
+ tooltipOptions: import('vue').PropType<import('element-plus').TableProps<any>["tooltipOptions"]>;
1591
+ spanMethod: import('vue').PropType<import('element-plus').TableProps<any>["spanMethod"]>;
1592
+ selectOnIndeterminate: {
1593
+ type: BooleanConstructor;
1594
+ default: boolean;
1595
+ };
1596
+ indent: {
1597
+ type: NumberConstructor;
1598
+ default: number;
1599
+ };
1600
+ treeProps: {
1601
+ type: import('vue').PropType<import('element-plus').TableProps<any>["treeProps"]>;
1602
+ default: () => {
1603
+ hasChildren: string;
1604
+ children: string;
1605
+ checkStrictly: boolean;
1606
+ };
1607
+ };
1608
+ lazy: BooleanConstructor;
1609
+ load: import('vue').PropType<import('element-plus').TableProps<any>["load"]>;
1610
+ style: {
1611
+ type: import('vue').PropType<import('element-plus').TableProps<any>["style"]>;
1612
+ default: () => {};
1613
+ };
1614
+ className: {
1615
+ type: StringConstructor;
1616
+ default: string;
1617
+ };
1618
+ tableLayout: {
1619
+ type: import('vue').PropType<"fixed" | "auto">;
1620
+ default: string;
1621
+ };
1622
+ scrollbarAlwaysOn: BooleanConstructor;
1623
+ flexible: BooleanConstructor;
1624
+ showOverflowTooltip: import('vue').PropType<import('element-plus').TableProps<any>["showOverflowTooltip"]>;
1625
+ tooltipFormatter: import('vue').PropType<import('element-plus').TableProps<any>["tooltipFormatter"]>;
1626
+ appendFilterPanelTo: StringConstructor;
1627
+ scrollbarTabindex: {
1628
+ type: (NumberConstructor | StringConstructor)[];
1629
+ default: undefined;
1630
+ };
1631
+ allowDragLastColumn: {
1632
+ type: BooleanConstructor;
1633
+ default: boolean;
1634
+ };
1635
+ preserveExpandedContent: BooleanConstructor;
1636
+ nativeScrollbar: BooleanConstructor;
1637
+ }>> & {
1638
+ onSelect?: ((...args: any[]) => any) | undefined;
1639
+ onScroll?: ((...args: any[]) => any) | undefined;
1640
+ "onExpand-change"?: ((...args: any[]) => any) | undefined;
1641
+ "onCurrent-change"?: ((...args: any[]) => any) | undefined;
1642
+ "onSelect-all"?: ((...args: any[]) => any) | undefined;
1643
+ "onHeader-click"?: ((...args: any[]) => any) | undefined;
1644
+ "onHeader-contextmenu"?: ((...args: any[]) => any) | undefined;
1645
+ "onHeader-dragend"?: ((...args: any[]) => any) | undefined;
1646
+ "onSelection-change"?: ((...args: any[]) => any) | undefined;
1647
+ "onSort-change"?: ((...args: any[]) => any) | undefined;
1648
+ "onFilter-change"?: ((...args: any[]) => any) | undefined;
1649
+ "onCell-mouse-enter"?: ((...args: any[]) => any) | undefined;
1650
+ "onCell-mouse-leave"?: ((...args: any[]) => any) | undefined;
1651
+ "onCell-contextmenu"?: ((...args: any[]) => any) | undefined;
1652
+ "onCell-click"?: ((...args: any[]) => any) | undefined;
1653
+ "onCell-dblclick"?: ((...args: any[]) => any) | undefined;
1654
+ "onRow-click"?: ((...args: any[]) => any) | undefined;
1655
+ "onRow-contextmenu"?: ((...args: any[]) => any) | undefined;
1656
+ "onRow-dblclick"?: ((...args: any[]) => any) | undefined;
1657
+ }, {
1658
+ ns: {
1659
+ namespace: import('vue').ComputedRef<string>;
1660
+ b: (blockSuffix?: string) => string;
1661
+ e: (element?: string) => string;
1662
+ m: (modifier?: string) => string;
1663
+ be: (blockSuffix?: string, element?: string) => string;
1664
+ em: (element?: string, modifier?: string) => string;
1665
+ bm: (blockSuffix?: string, modifier?: string) => string;
1666
+ bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
1667
+ is: {
1668
+ (name: string, state: boolean | undefined): string;
1669
+ (name: string): string;
1670
+ };
1671
+ cssVar: (object: Record<string, string>) => Record<string, string>;
1672
+ cssVarName: (name: string) => string;
1673
+ cssVarBlock: (object: Record<string, string>) => Record<string, string>;
1674
+ cssVarBlockName: (name: string) => string;
1675
+ };
1676
+ layout: import('element-plus/es/components/table/src/table-layout').default<any>;
1677
+ store: {
1678
+ mutations: {
1679
+ setData(states: {
1680
+ _currentRowKey: import('vue').Ref<string | null>;
1681
+ currentRow: import('vue').Ref<any>;
1682
+ expandRowKeys: import('vue').Ref<string[]>;
1683
+ treeData: import('vue').Ref<Record<string, import('element-plus/es/components/table/src/store/tree').TreeData>>;
1684
+ indent: import('vue').Ref<number>;
1685
+ lazy: import('vue').Ref<boolean>;
1686
+ lazyTreeNodeMap: import('vue').Ref<Record<string, any[]>>;
1687
+ lazyColumnIdentifier: import('vue').Ref<string>;
1688
+ childrenColumnName: import('vue').Ref<string>;
1689
+ checkStrictly: import('vue').Ref<boolean>;
1690
+ expandRows: import('vue').Ref<any[]>;
1691
+ defaultExpandAll: import('vue').Ref<boolean>;
1692
+ tableSize: import('vue').Ref<any>;
1693
+ rowKey: import('vue').Ref<string | null>;
1694
+ data: import('vue').Ref<any[]>;
1695
+ _data: import('vue').Ref<any[]>;
1696
+ isComplex: import('vue').Ref<boolean>;
1697
+ _columns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1698
+ originColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1699
+ columns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1700
+ fixedColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1701
+ rightFixedColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1702
+ leafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1703
+ fixedLeafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1704
+ rightFixedLeafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1705
+ updateOrderFns: (() => void)[];
1706
+ leafColumnsLength: import('vue').Ref<number>;
1707
+ fixedLeafColumnsLength: import('vue').Ref<number>;
1708
+ rightFixedLeafColumnsLength: import('vue').Ref<number>;
1709
+ isAllSelected: import('vue').Ref<boolean>;
1710
+ selection: import('vue').Ref<any[]>;
1711
+ reserveSelection: import('vue').Ref<boolean>;
1712
+ selectOnIndeterminate: import('vue').Ref<boolean>;
1713
+ selectable: import('vue').Ref<((row: any, index: number) => boolean) | null>;
1714
+ filters: import('vue').Ref<import('element-plus/es/components/table/src/store').StoreFilter>;
1715
+ filteredData: import('vue').Ref<any[] | null>;
1716
+ sortingColumn: import('vue').Ref<import('element-plus').TableColumnCtx<any> | null>;
1717
+ sortProp: import('vue').Ref<string | null>;
1718
+ sortOrder: import('vue').Ref<string | number | null>;
1719
+ hoverRow: import('vue').Ref<any>;
1720
+ }, data: any[]): void;
1721
+ insertColumn(states: {
1722
+ _currentRowKey: import('vue').Ref<string | null>;
1723
+ currentRow: import('vue').Ref<any>;
1724
+ expandRowKeys: import('vue').Ref<string[]>;
1725
+ treeData: import('vue').Ref<Record<string, import('element-plus/es/components/table/src/store/tree').TreeData>>;
1726
+ indent: import('vue').Ref<number>;
1727
+ lazy: import('vue').Ref<boolean>;
1728
+ lazyTreeNodeMap: import('vue').Ref<Record<string, any[]>>;
1729
+ lazyColumnIdentifier: import('vue').Ref<string>;
1730
+ childrenColumnName: import('vue').Ref<string>;
1731
+ checkStrictly: import('vue').Ref<boolean>;
1732
+ expandRows: import('vue').Ref<any[]>;
1733
+ defaultExpandAll: import('vue').Ref<boolean>;
1734
+ tableSize: import('vue').Ref<any>;
1735
+ rowKey: import('vue').Ref<string | null>;
1736
+ data: import('vue').Ref<any[]>;
1737
+ _data: import('vue').Ref<any[]>;
1738
+ isComplex: import('vue').Ref<boolean>;
1739
+ _columns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1740
+ originColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1741
+ columns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1742
+ fixedColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1743
+ rightFixedColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1744
+ leafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1745
+ fixedLeafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1746
+ rightFixedLeafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1747
+ updateOrderFns: (() => void)[];
1748
+ leafColumnsLength: import('vue').Ref<number>;
1749
+ fixedLeafColumnsLength: import('vue').Ref<number>;
1750
+ rightFixedLeafColumnsLength: import('vue').Ref<number>;
1751
+ isAllSelected: import('vue').Ref<boolean>;
1752
+ selection: import('vue').Ref<any[]>;
1753
+ reserveSelection: import('vue').Ref<boolean>;
1754
+ selectOnIndeterminate: import('vue').Ref<boolean>;
1755
+ selectable: import('vue').Ref<((row: any, index: number) => boolean) | null>;
1756
+ filters: import('vue').Ref<import('element-plus/es/components/table/src/store').StoreFilter>;
1757
+ filteredData: import('vue').Ref<any[] | null>;
1758
+ sortingColumn: import('vue').Ref<import('element-plus').TableColumnCtx<any> | null>;
1759
+ sortProp: import('vue').Ref<string | null>;
1760
+ sortOrder: import('vue').Ref<string | number | null>;
1761
+ hoverRow: import('vue').Ref<any>;
1762
+ }, column: import('element-plus').TableColumnCtx<any>, parent: import('element-plus').TableColumnCtx<any>, updateColumnOrder: () => void): void;
1763
+ updateColumnOrder(states: {
1764
+ _currentRowKey: import('vue').Ref<string | null>;
1765
+ currentRow: import('vue').Ref<any>;
1766
+ expandRowKeys: import('vue').Ref<string[]>;
1767
+ treeData: import('vue').Ref<Record<string, import('element-plus/es/components/table/src/store/tree').TreeData>>;
1768
+ indent: import('vue').Ref<number>;
1769
+ lazy: import('vue').Ref<boolean>;
1770
+ lazyTreeNodeMap: import('vue').Ref<Record<string, any[]>>;
1771
+ lazyColumnIdentifier: import('vue').Ref<string>;
1772
+ childrenColumnName: import('vue').Ref<string>;
1773
+ checkStrictly: import('vue').Ref<boolean>;
1774
+ expandRows: import('vue').Ref<any[]>;
1775
+ defaultExpandAll: import('vue').Ref<boolean>;
1776
+ tableSize: import('vue').Ref<any>;
1777
+ rowKey: import('vue').Ref<string | null>;
1778
+ data: import('vue').Ref<any[]>;
1779
+ _data: import('vue').Ref<any[]>;
1780
+ isComplex: import('vue').Ref<boolean>;
1781
+ _columns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1782
+ originColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1783
+ columns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1784
+ fixedColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1785
+ rightFixedColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1786
+ leafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1787
+ fixedLeafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1788
+ rightFixedLeafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1789
+ updateOrderFns: (() => void)[];
1790
+ leafColumnsLength: import('vue').Ref<number>;
1791
+ fixedLeafColumnsLength: import('vue').Ref<number>;
1792
+ rightFixedLeafColumnsLength: import('vue').Ref<number>;
1793
+ isAllSelected: import('vue').Ref<boolean>;
1794
+ selection: import('vue').Ref<any[]>;
1795
+ reserveSelection: import('vue').Ref<boolean>;
1796
+ selectOnIndeterminate: import('vue').Ref<boolean>;
1797
+ selectable: import('vue').Ref<((row: any, index: number) => boolean) | null>;
1798
+ filters: import('vue').Ref<import('element-plus/es/components/table/src/store').StoreFilter>;
1799
+ filteredData: import('vue').Ref<any[] | null>;
1800
+ sortingColumn: import('vue').Ref<import('element-plus').TableColumnCtx<any> | null>;
1801
+ sortProp: import('vue').Ref<string | null>;
1802
+ sortOrder: import('vue').Ref<string | number | null>;
1803
+ hoverRow: import('vue').Ref<any>;
1804
+ }, column: import('element-plus').TableColumnCtx<any>): void;
1805
+ removeColumn(states: {
1806
+ _currentRowKey: import('vue').Ref<string | null>;
1807
+ currentRow: import('vue').Ref<any>;
1808
+ expandRowKeys: import('vue').Ref<string[]>;
1809
+ treeData: import('vue').Ref<Record<string, import('element-plus/es/components/table/src/store/tree').TreeData>>;
1810
+ indent: import('vue').Ref<number>;
1811
+ lazy: import('vue').Ref<boolean>;
1812
+ lazyTreeNodeMap: import('vue').Ref<Record<string, any[]>>;
1813
+ lazyColumnIdentifier: import('vue').Ref<string>;
1814
+ childrenColumnName: import('vue').Ref<string>;
1815
+ checkStrictly: import('vue').Ref<boolean>;
1816
+ expandRows: import('vue').Ref<any[]>;
1817
+ defaultExpandAll: import('vue').Ref<boolean>;
1818
+ tableSize: import('vue').Ref<any>;
1819
+ rowKey: import('vue').Ref<string | null>;
1820
+ data: import('vue').Ref<any[]>;
1821
+ _data: import('vue').Ref<any[]>;
1822
+ isComplex: import('vue').Ref<boolean>;
1823
+ _columns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1824
+ originColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1825
+ columns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1826
+ fixedColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1827
+ rightFixedColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1828
+ leafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1829
+ fixedLeafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1830
+ rightFixedLeafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1831
+ updateOrderFns: (() => void)[];
1832
+ leafColumnsLength: import('vue').Ref<number>;
1833
+ fixedLeafColumnsLength: import('vue').Ref<number>;
1834
+ rightFixedLeafColumnsLength: import('vue').Ref<number>;
1835
+ isAllSelected: import('vue').Ref<boolean>;
1836
+ selection: import('vue').Ref<any[]>;
1837
+ reserveSelection: import('vue').Ref<boolean>;
1838
+ selectOnIndeterminate: import('vue').Ref<boolean>;
1839
+ selectable: import('vue').Ref<((row: any, index: number) => boolean) | null>;
1840
+ filters: import('vue').Ref<import('element-plus/es/components/table/src/store').StoreFilter>;
1841
+ filteredData: import('vue').Ref<any[] | null>;
1842
+ sortingColumn: import('vue').Ref<import('element-plus').TableColumnCtx<any> | null>;
1843
+ sortProp: import('vue').Ref<string | null>;
1844
+ sortOrder: import('vue').Ref<string | number | null>;
1845
+ hoverRow: import('vue').Ref<any>;
1846
+ }, column: import('element-plus').TableColumnCtx<any>, parent: import('element-plus').TableColumnCtx<any>, updateColumnOrder: () => void): void;
1847
+ sort(states: {
1848
+ _currentRowKey: import('vue').Ref<string | null>;
1849
+ currentRow: import('vue').Ref<any>;
1850
+ expandRowKeys: import('vue').Ref<string[]>;
1851
+ treeData: import('vue').Ref<Record<string, import('element-plus/es/components/table/src/store/tree').TreeData>>;
1852
+ indent: import('vue').Ref<number>;
1853
+ lazy: import('vue').Ref<boolean>;
1854
+ lazyTreeNodeMap: import('vue').Ref<Record<string, any[]>>;
1855
+ lazyColumnIdentifier: import('vue').Ref<string>;
1856
+ childrenColumnName: import('vue').Ref<string>;
1857
+ checkStrictly: import('vue').Ref<boolean>;
1858
+ expandRows: import('vue').Ref<any[]>;
1859
+ defaultExpandAll: import('vue').Ref<boolean>;
1860
+ tableSize: import('vue').Ref<any>;
1861
+ rowKey: import('vue').Ref<string | null>;
1862
+ data: import('vue').Ref<any[]>;
1863
+ _data: import('vue').Ref<any[]>;
1864
+ isComplex: import('vue').Ref<boolean>;
1865
+ _columns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1866
+ originColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1867
+ columns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1868
+ fixedColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1869
+ rightFixedColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1870
+ leafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1871
+ fixedLeafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1872
+ rightFixedLeafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1873
+ updateOrderFns: (() => void)[];
1874
+ leafColumnsLength: import('vue').Ref<number>;
1875
+ fixedLeafColumnsLength: import('vue').Ref<number>;
1876
+ rightFixedLeafColumnsLength: import('vue').Ref<number>;
1877
+ isAllSelected: import('vue').Ref<boolean>;
1878
+ selection: import('vue').Ref<any[]>;
1879
+ reserveSelection: import('vue').Ref<boolean>;
1880
+ selectOnIndeterminate: import('vue').Ref<boolean>;
1881
+ selectable: import('vue').Ref<((row: any, index: number) => boolean) | null>;
1882
+ filters: import('vue').Ref<import('element-plus/es/components/table/src/store').StoreFilter>;
1883
+ filteredData: import('vue').Ref<any[] | null>;
1884
+ sortingColumn: import('vue').Ref<import('element-plus').TableColumnCtx<any> | null>;
1885
+ sortProp: import('vue').Ref<string | null>;
1886
+ sortOrder: import('vue').Ref<string | number | null>;
1887
+ hoverRow: import('vue').Ref<any>;
1888
+ }, options: import('element-plus').Sort): void;
1889
+ changeSortCondition(states: {
1890
+ _currentRowKey: import('vue').Ref<string | null>;
1891
+ currentRow: import('vue').Ref<any>;
1892
+ expandRowKeys: import('vue').Ref<string[]>;
1893
+ treeData: import('vue').Ref<Record<string, import('element-plus/es/components/table/src/store/tree').TreeData>>;
1894
+ indent: import('vue').Ref<number>;
1895
+ lazy: import('vue').Ref<boolean>;
1896
+ lazyTreeNodeMap: import('vue').Ref<Record<string, any[]>>;
1897
+ lazyColumnIdentifier: import('vue').Ref<string>;
1898
+ childrenColumnName: import('vue').Ref<string>;
1899
+ checkStrictly: import('vue').Ref<boolean>;
1900
+ expandRows: import('vue').Ref<any[]>;
1901
+ defaultExpandAll: import('vue').Ref<boolean>;
1902
+ tableSize: import('vue').Ref<any>;
1903
+ rowKey: import('vue').Ref<string | null>;
1904
+ data: import('vue').Ref<any[]>;
1905
+ _data: import('vue').Ref<any[]>;
1906
+ isComplex: import('vue').Ref<boolean>;
1907
+ _columns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1908
+ originColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1909
+ columns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1910
+ fixedColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1911
+ rightFixedColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1912
+ leafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1913
+ fixedLeafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1914
+ rightFixedLeafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1915
+ updateOrderFns: (() => void)[];
1916
+ leafColumnsLength: import('vue').Ref<number>;
1917
+ fixedLeafColumnsLength: import('vue').Ref<number>;
1918
+ rightFixedLeafColumnsLength: import('vue').Ref<number>;
1919
+ isAllSelected: import('vue').Ref<boolean>;
1920
+ selection: import('vue').Ref<any[]>;
1921
+ reserveSelection: import('vue').Ref<boolean>;
1922
+ selectOnIndeterminate: import('vue').Ref<boolean>;
1923
+ selectable: import('vue').Ref<((row: any, index: number) => boolean) | null>;
1924
+ filters: import('vue').Ref<import('element-plus/es/components/table/src/store').StoreFilter>;
1925
+ filteredData: import('vue').Ref<any[] | null>;
1926
+ sortingColumn: import('vue').Ref<import('element-plus').TableColumnCtx<any> | null>;
1927
+ sortProp: import('vue').Ref<string | null>;
1928
+ sortOrder: import('vue').Ref<string | number | null>;
1929
+ hoverRow: import('vue').Ref<any>;
1930
+ }, options: import('element-plus').Sort): void;
1931
+ filterChange(_states: {
1932
+ _currentRowKey: import('vue').Ref<string | null>;
1933
+ currentRow: import('vue').Ref<any>;
1934
+ expandRowKeys: import('vue').Ref<string[]>;
1935
+ treeData: import('vue').Ref<Record<string, import('element-plus/es/components/table/src/store/tree').TreeData>>;
1936
+ indent: import('vue').Ref<number>;
1937
+ lazy: import('vue').Ref<boolean>;
1938
+ lazyTreeNodeMap: import('vue').Ref<Record<string, any[]>>;
1939
+ lazyColumnIdentifier: import('vue').Ref<string>;
1940
+ childrenColumnName: import('vue').Ref<string>;
1941
+ checkStrictly: import('vue').Ref<boolean>;
1942
+ expandRows: import('vue').Ref<any[]>;
1943
+ defaultExpandAll: import('vue').Ref<boolean>;
1944
+ tableSize: import('vue').Ref<any>;
1945
+ rowKey: import('vue').Ref<string | null>;
1946
+ data: import('vue').Ref<any[]>;
1947
+ _data: import('vue').Ref<any[]>;
1948
+ isComplex: import('vue').Ref<boolean>;
1949
+ _columns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1950
+ originColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1951
+ columns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1952
+ fixedColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1953
+ rightFixedColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1954
+ leafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1955
+ fixedLeafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1956
+ rightFixedLeafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1957
+ updateOrderFns: (() => void)[];
1958
+ leafColumnsLength: import('vue').Ref<number>;
1959
+ fixedLeafColumnsLength: import('vue').Ref<number>;
1960
+ rightFixedLeafColumnsLength: import('vue').Ref<number>;
1961
+ isAllSelected: import('vue').Ref<boolean>;
1962
+ selection: import('vue').Ref<any[]>;
1963
+ reserveSelection: import('vue').Ref<boolean>;
1964
+ selectOnIndeterminate: import('vue').Ref<boolean>;
1965
+ selectable: import('vue').Ref<((row: any, index: number) => boolean) | null>;
1966
+ filters: import('vue').Ref<import('element-plus/es/components/table/src/store').StoreFilter>;
1967
+ filteredData: import('vue').Ref<any[] | null>;
1968
+ sortingColumn: import('vue').Ref<import('element-plus').TableColumnCtx<any> | null>;
1969
+ sortProp: import('vue').Ref<string | null>;
1970
+ sortOrder: import('vue').Ref<string | number | null>;
1971
+ hoverRow: import('vue').Ref<any>;
1972
+ }, options: import('element-plus').Filter<any>): void;
1973
+ toggleAllSelection(): void;
1974
+ rowSelectedChanged(_states: {
1975
+ _currentRowKey: import('vue').Ref<string | null>;
1976
+ currentRow: import('vue').Ref<any>;
1977
+ expandRowKeys: import('vue').Ref<string[]>;
1978
+ treeData: import('vue').Ref<Record<string, import('element-plus/es/components/table/src/store/tree').TreeData>>;
1979
+ indent: import('vue').Ref<number>;
1980
+ lazy: import('vue').Ref<boolean>;
1981
+ lazyTreeNodeMap: import('vue').Ref<Record<string, any[]>>;
1982
+ lazyColumnIdentifier: import('vue').Ref<string>;
1983
+ childrenColumnName: import('vue').Ref<string>;
1984
+ checkStrictly: import('vue').Ref<boolean>;
1985
+ expandRows: import('vue').Ref<any[]>;
1986
+ defaultExpandAll: import('vue').Ref<boolean>;
1987
+ tableSize: import('vue').Ref<any>;
1988
+ rowKey: import('vue').Ref<string | null>;
1989
+ data: import('vue').Ref<any[]>;
1990
+ _data: import('vue').Ref<any[]>;
1991
+ isComplex: import('vue').Ref<boolean>;
1992
+ _columns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1993
+ originColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1994
+ columns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1995
+ fixedColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1996
+ rightFixedColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1997
+ leafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1998
+ fixedLeafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
1999
+ rightFixedLeafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
2000
+ updateOrderFns: (() => void)[];
2001
+ leafColumnsLength: import('vue').Ref<number>;
2002
+ fixedLeafColumnsLength: import('vue').Ref<number>;
2003
+ rightFixedLeafColumnsLength: import('vue').Ref<number>;
2004
+ isAllSelected: import('vue').Ref<boolean>;
2005
+ selection: import('vue').Ref<any[]>;
2006
+ reserveSelection: import('vue').Ref<boolean>;
2007
+ selectOnIndeterminate: import('vue').Ref<boolean>;
2008
+ selectable: import('vue').Ref<((row: any, index: number) => boolean) | null>;
2009
+ filters: import('vue').Ref<import('element-plus/es/components/table/src/store').StoreFilter>;
2010
+ filteredData: import('vue').Ref<any[] | null>;
2011
+ sortingColumn: import('vue').Ref<import('element-plus').TableColumnCtx<any> | null>;
2012
+ sortProp: import('vue').Ref<string | null>;
2013
+ sortOrder: import('vue').Ref<string | number | null>;
2014
+ hoverRow: import('vue').Ref<any>;
2015
+ }, row: any): void;
2016
+ setHoverRow(states: {
2017
+ _currentRowKey: import('vue').Ref<string | null>;
2018
+ currentRow: import('vue').Ref<any>;
2019
+ expandRowKeys: import('vue').Ref<string[]>;
2020
+ treeData: import('vue').Ref<Record<string, import('element-plus/es/components/table/src/store/tree').TreeData>>;
2021
+ indent: import('vue').Ref<number>;
2022
+ lazy: import('vue').Ref<boolean>;
2023
+ lazyTreeNodeMap: import('vue').Ref<Record<string, any[]>>;
2024
+ lazyColumnIdentifier: import('vue').Ref<string>;
2025
+ childrenColumnName: import('vue').Ref<string>;
2026
+ checkStrictly: import('vue').Ref<boolean>;
2027
+ expandRows: import('vue').Ref<any[]>;
2028
+ defaultExpandAll: import('vue').Ref<boolean>;
2029
+ tableSize: import('vue').Ref<any>;
2030
+ rowKey: import('vue').Ref<string | null>;
2031
+ data: import('vue').Ref<any[]>;
2032
+ _data: import('vue').Ref<any[]>;
2033
+ isComplex: import('vue').Ref<boolean>;
2034
+ _columns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
2035
+ originColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
2036
+ columns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
2037
+ fixedColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
2038
+ rightFixedColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
2039
+ leafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
2040
+ fixedLeafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
2041
+ rightFixedLeafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
2042
+ updateOrderFns: (() => void)[];
2043
+ leafColumnsLength: import('vue').Ref<number>;
2044
+ fixedLeafColumnsLength: import('vue').Ref<number>;
2045
+ rightFixedLeafColumnsLength: import('vue').Ref<number>;
2046
+ isAllSelected: import('vue').Ref<boolean>;
2047
+ selection: import('vue').Ref<any[]>;
2048
+ reserveSelection: import('vue').Ref<boolean>;
2049
+ selectOnIndeterminate: import('vue').Ref<boolean>;
2050
+ selectable: import('vue').Ref<((row: any, index: number) => boolean) | null>;
2051
+ filters: import('vue').Ref<import('element-plus/es/components/table/src/store').StoreFilter>;
2052
+ filteredData: import('vue').Ref<any[] | null>;
2053
+ sortingColumn: import('vue').Ref<import('element-plus').TableColumnCtx<any> | null>;
2054
+ sortProp: import('vue').Ref<string | null>;
2055
+ sortOrder: import('vue').Ref<string | number | null>;
2056
+ hoverRow: import('vue').Ref<any>;
2057
+ }, row: any): void;
2058
+ setCurrentRow(_states: {
2059
+ _currentRowKey: import('vue').Ref<string | null>;
2060
+ currentRow: import('vue').Ref<any>;
2061
+ expandRowKeys: import('vue').Ref<string[]>;
2062
+ treeData: import('vue').Ref<Record<string, import('element-plus/es/components/table/src/store/tree').TreeData>>;
2063
+ indent: import('vue').Ref<number>;
2064
+ lazy: import('vue').Ref<boolean>;
2065
+ lazyTreeNodeMap: import('vue').Ref<Record<string, any[]>>;
2066
+ lazyColumnIdentifier: import('vue').Ref<string>;
2067
+ childrenColumnName: import('vue').Ref<string>;
2068
+ checkStrictly: import('vue').Ref<boolean>;
2069
+ expandRows: import('vue').Ref<any[]>;
2070
+ defaultExpandAll: import('vue').Ref<boolean>;
2071
+ tableSize: import('vue').Ref<any>;
2072
+ rowKey: import('vue').Ref<string | null>;
2073
+ data: import('vue').Ref<any[]>;
2074
+ _data: import('vue').Ref<any[]>;
2075
+ isComplex: import('vue').Ref<boolean>;
2076
+ _columns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
2077
+ originColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
2078
+ columns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
2079
+ fixedColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
2080
+ rightFixedColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
2081
+ leafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
2082
+ fixedLeafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
2083
+ rightFixedLeafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
2084
+ updateOrderFns: (() => void)[];
2085
+ leafColumnsLength: import('vue').Ref<number>;
2086
+ fixedLeafColumnsLength: import('vue').Ref<number>;
2087
+ rightFixedLeafColumnsLength: import('vue').Ref<number>;
2088
+ isAllSelected: import('vue').Ref<boolean>;
2089
+ selection: import('vue').Ref<any[]>;
2090
+ reserveSelection: import('vue').Ref<boolean>;
2091
+ selectOnIndeterminate: import('vue').Ref<boolean>;
2092
+ selectable: import('vue').Ref<((row: any, index: number) => boolean) | null>;
2093
+ filters: import('vue').Ref<import('element-plus/es/components/table/src/store').StoreFilter>;
2094
+ filteredData: import('vue').Ref<any[] | null>;
2095
+ sortingColumn: import('vue').Ref<import('element-plus').TableColumnCtx<any> | null>;
2096
+ sortProp: import('vue').Ref<string | null>;
2097
+ sortOrder: import('vue').Ref<string | number | null>;
2098
+ hoverRow: import('vue').Ref<any>;
2099
+ }, row: any): void;
2100
+ };
2101
+ commit: (name: "sort" | "setData" | "insertColumn" | "updateColumnOrder" | "removeColumn" | "changeSortCondition" | "filterChange" | "toggleAllSelection" | "rowSelectedChanged" | "setHoverRow" | "setCurrentRow", ...args: any[]) => void;
2102
+ updateTableScrollY: () => void;
2103
+ assertRowKey: () => void;
2104
+ updateColumns: () => void;
2105
+ scheduleLayout: (needUpdateColumns?: boolean, immediate?: boolean) => void;
2106
+ isSelected: (row: any) => boolean;
2107
+ clearSelection: () => void;
2108
+ cleanSelection: () => void;
2109
+ getSelectionRows: () => any[];
2110
+ toggleRowSelection: (row: any, selected?: boolean, emitChange?: boolean, ignoreSelectable?: boolean) => void;
2111
+ _toggleAllSelection: () => void;
2112
+ toggleAllSelection: (() => void) | null;
2113
+ updateAllSelected: () => void;
2114
+ updateFilters: (column: import('element-plus').TableColumnCtx<any>, values: string[]) => Record<string, string[]>;
2115
+ updateCurrentRow: (_currentRow: any) => void;
2116
+ updateSort: (column: import('element-plus').TableColumnCtx<any> | null, prop: string | null, order: import('element-plus/es/components/table/src/table/defaults').TableSortOrder | null) => void;
2117
+ execFilter: () => void;
2118
+ execSort: () => void;
2119
+ execQuery: (ignore?: {
2120
+ filter: boolean;
2121
+ } | undefined) => void;
2122
+ clearFilter: (columnKeys?: string[] | string) => void;
2123
+ clearSort: () => void;
2124
+ toggleRowExpansion: (row: any, expanded?: boolean) => void;
2125
+ setExpandRowKeysAdapter: (val: string[]) => void;
2126
+ setCurrentRowKey: (key: string) => void;
2127
+ toggleRowExpansionAdapter: (row: any, expanded?: boolean) => void;
2128
+ isRowExpanded: (row: any) => boolean;
2129
+ updateExpandRows: () => void;
2130
+ updateCurrentRowData: () => void;
2131
+ loadOrToggle: (row: any) => void;
2132
+ updateTreeData: (ifChangeExpandRowKeys?: boolean, ifExpandAll?: boolean) => void;
2133
+ updateKeyChildren: (key: string, data: any[]) => void;
2134
+ states: {
2135
+ _currentRowKey: import('vue').Ref<string | null>;
2136
+ currentRow: import('vue').Ref<any>;
2137
+ expandRowKeys: import('vue').Ref<string[]>;
2138
+ treeData: import('vue').Ref<Record<string, import('element-plus/es/components/table/src/store/tree').TreeData>>;
2139
+ indent: import('vue').Ref<number>;
2140
+ lazy: import('vue').Ref<boolean>;
2141
+ lazyTreeNodeMap: import('vue').Ref<Record<string, any[]>>;
2142
+ lazyColumnIdentifier: import('vue').Ref<string>;
2143
+ childrenColumnName: import('vue').Ref<string>;
2144
+ checkStrictly: import('vue').Ref<boolean>;
2145
+ expandRows: import('vue').Ref<any[]>;
2146
+ defaultExpandAll: import('vue').Ref<boolean>;
2147
+ tableSize: import('vue').Ref<any>;
2148
+ rowKey: import('vue').Ref<string | null>;
2149
+ data: import('vue').Ref<any[]>;
2150
+ _data: import('vue').Ref<any[]>;
2151
+ isComplex: import('vue').Ref<boolean>;
2152
+ _columns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
2153
+ originColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
2154
+ columns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
2155
+ fixedColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
2156
+ rightFixedColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
2157
+ leafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
2158
+ fixedLeafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
2159
+ rightFixedLeafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
2160
+ updateOrderFns: (() => void)[];
2161
+ leafColumnsLength: import('vue').Ref<number>;
2162
+ fixedLeafColumnsLength: import('vue').Ref<number>;
2163
+ rightFixedLeafColumnsLength: import('vue').Ref<number>;
2164
+ isAllSelected: import('vue').Ref<boolean>;
2165
+ selection: import('vue').Ref<any[]>;
2166
+ reserveSelection: import('vue').Ref<boolean>;
2167
+ selectOnIndeterminate: import('vue').Ref<boolean>;
2168
+ selectable: import('vue').Ref<((row: any, index: number) => boolean) | null>;
2169
+ filters: import('vue').Ref<import('element-plus/es/components/table/src/store').StoreFilter>;
2170
+ filteredData: import('vue').Ref<any[] | null>;
2171
+ sortingColumn: import('vue').Ref<import('element-plus').TableColumnCtx<any> | null>;
2172
+ sortProp: import('vue').Ref<string | null>;
2173
+ sortOrder: import('vue').Ref<string | number | null>;
2174
+ hoverRow: import('vue').Ref<any>;
2175
+ };
2176
+ ns: {
2177
+ namespace: import('vue').ComputedRef<string>;
2178
+ b: (blockSuffix?: string) => string;
2179
+ e: (element?: string) => string;
2180
+ m: (modifier?: string) => string;
2181
+ be: (blockSuffix?: string, element?: string) => string;
2182
+ em: (element?: string, modifier?: string) => string;
2183
+ bm: (blockSuffix?: string, modifier?: string) => string;
2184
+ bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
2185
+ is: {
2186
+ (name: string, state: boolean | undefined): string;
2187
+ (name: string): string;
2188
+ };
2189
+ cssVar: (object: Record<string, string>) => Record<string, string>;
2190
+ cssVarName: (name: string) => string;
2191
+ cssVarBlock: (object: Record<string, string>) => Record<string, string>;
2192
+ cssVarBlockName: (name: string) => string;
2193
+ };
2194
+ t: import('element-plus').Translator;
2195
+ };
2196
+ columns: import('vue').ComputedRef<import('element-plus').TableColumnCtx<any>[]>;
2197
+ handleHeaderFooterMousewheel: (_event: WheelEvent, data: any) => void;
2198
+ handleMouseLeave: () => void;
2199
+ tableId: string;
2200
+ tableSize: import('vue').ComputedRef<"" | "small" | "default" | "large">;
2201
+ isHidden: import('vue').Ref<boolean>;
2202
+ isEmpty: import('vue').ComputedRef<boolean>;
2203
+ renderExpanded: import('vue').Ref<import('element-plus/es/components/table/src/table/defaults').RenderExpanded<any> | null>;
2204
+ resizeProxyVisible: import('vue').Ref<boolean>;
2205
+ resizeState: import('vue').Ref<{
2206
+ width: null | number;
2207
+ height: null | number;
2208
+ headerHeight: null | number;
2209
+ }>;
2210
+ isGroup: import('vue').Ref<boolean>;
2211
+ bodyWidth: import('vue').ComputedRef<string>;
2212
+ tableBodyStyles: import('vue').ComputedRef<{
2213
+ width: string;
2214
+ }>;
2215
+ emptyBlockStyle: import('vue').ComputedRef<{
2216
+ width: string;
2217
+ height: string;
2218
+ } | undefined>;
2219
+ debouncedUpdateLayout: import('lodash').DebouncedFunc<() => void>;
2220
+ setCurrentRow: (row: any) => void;
2221
+ getSelectionRows: () => any[];
2222
+ toggleRowSelection: (row: any, selected?: boolean, ignoreSelectable?: boolean) => void;
2223
+ clearSelection: () => void;
2224
+ clearFilter: (columnKeys?: string[] | string) => void;
2225
+ toggleAllSelection: () => void;
2226
+ toggleRowExpansion: (row: any, expanded?: boolean) => void;
2227
+ clearSort: () => void;
2228
+ doLayout: () => void;
2229
+ sort: (prop: string, order: string) => void;
2230
+ updateKeyChildren: (key: string, data: any[]) => void;
2231
+ t: import('element-plus').Translator;
2232
+ setDragVisible: (visible: boolean) => void;
2233
+ context: import('element-plus').Table<any>;
2234
+ computedSumText: import('vue').ComputedRef<string>;
2235
+ computedEmptyText: import('vue').ComputedRef<string>;
2236
+ tableLayout: import('vue').ComputedRef<"fixed" | "auto">;
2237
+ scrollbarViewStyle: {
2238
+ display: string;
2239
+ verticalAlign: string;
2240
+ };
2241
+ scrollbarStyle: import('vue').ComputedRef<{
2242
+ height: string;
2243
+ maxHeight?: undefined;
2244
+ } | {
2245
+ maxHeight: string;
2246
+ height?: undefined;
2247
+ } | {
2248
+ height?: undefined;
2249
+ maxHeight?: undefined;
2250
+ }>;
2251
+ scrollBarRef: import('vue').Ref<any>;
2252
+ scrollTo: (options: ScrollToOptions | number, yCoord?: number) => void;
2253
+ setScrollLeft: (left?: number) => void;
2254
+ setScrollTop: (top?: number) => void;
2255
+ allowDragLastColumn: boolean;
2256
+ }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("scroll" | "select" | "current-change" | "select-all" | "expand-change" | "header-click" | "header-contextmenu" | "header-dragend" | "selection-change" | "sort-change" | "filter-change" | "cell-mouse-enter" | "cell-mouse-leave" | "cell-contextmenu" | "cell-click" | "cell-dblclick" | "row-click" | "row-contextmenu" | "row-dblclick")[], import('vue').PublicProps, {
2257
+ data: any[];
2258
+ style: import('vue').StyleValue;
2259
+ tableLayout: "fixed" | "auto";
2260
+ border: boolean;
2261
+ className: string;
2262
+ lazy: boolean;
2263
+ fit: boolean;
2264
+ scrollbarAlwaysOn: boolean;
2265
+ allowDragLastColumn: boolean;
2266
+ treeProps: import('element-plus/es/components/table/src/table/defaults').TreeProps | undefined;
2267
+ defaultExpandAll: boolean;
2268
+ selectOnIndeterminate: boolean;
2269
+ indent: number;
2270
+ stripe: boolean;
2271
+ showHeader: boolean;
2272
+ showSummary: boolean;
2273
+ highlightCurrentRow: boolean;
2274
+ flexible: boolean;
2275
+ scrollbarTabindex: string | number;
2276
+ nativeScrollbar: boolean;
2277
+ preserveExpandedContent: boolean;
2278
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
2279
+ P: {};
2280
+ B: {};
2281
+ D: {};
2282
+ C: {};
2283
+ M: {};
2284
+ Defaults: {};
2285
+ }, Readonly<import('vue').ExtractPropTypes<{
2286
+ data: {
2287
+ type: import('vue').PropType<any[]>;
2288
+ default: () => never[];
2289
+ };
2290
+ size: {
2291
+ readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
2292
+ readonly required: false;
2293
+ readonly validator: ((val: unknown) => boolean) | undefined;
2294
+ __epPropKey: true;
2295
+ };
2296
+ width: (NumberConstructor | StringConstructor)[];
2297
+ height: (NumberConstructor | StringConstructor)[];
2298
+ maxHeight: (NumberConstructor | StringConstructor)[];
2299
+ fit: {
2300
+ type: BooleanConstructor;
2301
+ default: boolean;
2302
+ };
2303
+ stripe: BooleanConstructor;
2304
+ border: BooleanConstructor;
2305
+ rowKey: import('vue').PropType<import('element-plus').TableProps<any>["rowKey"]>;
2306
+ showHeader: {
2307
+ type: BooleanConstructor;
2308
+ default: boolean;
2309
+ };
2310
+ showSummary: BooleanConstructor;
2311
+ sumText: StringConstructor;
2312
+ summaryMethod: import('vue').PropType<import('element-plus').TableProps<any>["summaryMethod"]>;
2313
+ rowClassName: import('vue').PropType<import('element-plus').TableProps<any>["rowClassName"]>;
2314
+ rowStyle: import('vue').PropType<import('element-plus').TableProps<any>["rowStyle"]>;
2315
+ cellClassName: import('vue').PropType<import('element-plus').TableProps<any>["cellClassName"]>;
2316
+ cellStyle: import('vue').PropType<import('element-plus').TableProps<any>["cellStyle"]>;
2317
+ headerRowClassName: import('vue').PropType<import('element-plus').TableProps<any>["headerRowClassName"]>;
2318
+ headerRowStyle: import('vue').PropType<import('element-plus').TableProps<any>["headerRowStyle"]>;
2319
+ headerCellClassName: import('vue').PropType<import('element-plus').TableProps<any>["headerCellClassName"]>;
2320
+ headerCellStyle: import('vue').PropType<import('element-plus').TableProps<any>["headerCellStyle"]>;
2321
+ highlightCurrentRow: BooleanConstructor;
2322
+ currentRowKey: (NumberConstructor | StringConstructor)[];
2323
+ emptyText: StringConstructor;
2324
+ expandRowKeys: import('vue').PropType<import('element-plus').TableProps<any>["expandRowKeys"]>;
2325
+ defaultExpandAll: BooleanConstructor;
2326
+ defaultSort: import('vue').PropType<import('element-plus').TableProps<any>["defaultSort"]>;
2327
+ tooltipEffect: StringConstructor;
2328
+ tooltipOptions: import('vue').PropType<import('element-plus').TableProps<any>["tooltipOptions"]>;
2329
+ spanMethod: import('vue').PropType<import('element-plus').TableProps<any>["spanMethod"]>;
2330
+ selectOnIndeterminate: {
2331
+ type: BooleanConstructor;
2332
+ default: boolean;
2333
+ };
2334
+ indent: {
2335
+ type: NumberConstructor;
2336
+ default: number;
2337
+ };
2338
+ treeProps: {
2339
+ type: import('vue').PropType<import('element-plus').TableProps<any>["treeProps"]>;
2340
+ default: () => {
2341
+ hasChildren: string;
2342
+ children: string;
2343
+ checkStrictly: boolean;
2344
+ };
2345
+ };
2346
+ lazy: BooleanConstructor;
2347
+ load: import('vue').PropType<import('element-plus').TableProps<any>["load"]>;
2348
+ style: {
2349
+ type: import('vue').PropType<import('element-plus').TableProps<any>["style"]>;
2350
+ default: () => {};
2351
+ };
2352
+ className: {
2353
+ type: StringConstructor;
2354
+ default: string;
2355
+ };
2356
+ tableLayout: {
2357
+ type: import('vue').PropType<"fixed" | "auto">;
2358
+ default: string;
2359
+ };
2360
+ scrollbarAlwaysOn: BooleanConstructor;
2361
+ flexible: BooleanConstructor;
2362
+ showOverflowTooltip: import('vue').PropType<import('element-plus').TableProps<any>["showOverflowTooltip"]>;
2363
+ tooltipFormatter: import('vue').PropType<import('element-plus').TableProps<any>["tooltipFormatter"]>;
2364
+ appendFilterPanelTo: StringConstructor;
2365
+ scrollbarTabindex: {
2366
+ type: (NumberConstructor | StringConstructor)[];
2367
+ default: undefined;
2368
+ };
2369
+ allowDragLastColumn: {
2370
+ type: BooleanConstructor;
2371
+ default: boolean;
2372
+ };
2373
+ preserveExpandedContent: BooleanConstructor;
2374
+ nativeScrollbar: BooleanConstructor;
2375
+ }>> & {
2376
+ onSelect?: ((...args: any[]) => any) | undefined;
2377
+ onScroll?: ((...args: any[]) => any) | undefined;
2378
+ "onExpand-change"?: ((...args: any[]) => any) | undefined;
2379
+ "onCurrent-change"?: ((...args: any[]) => any) | undefined;
2380
+ "onSelect-all"?: ((...args: any[]) => any) | undefined;
2381
+ "onHeader-click"?: ((...args: any[]) => any) | undefined;
2382
+ "onHeader-contextmenu"?: ((...args: any[]) => any) | undefined;
2383
+ "onHeader-dragend"?: ((...args: any[]) => any) | undefined;
2384
+ "onSelection-change"?: ((...args: any[]) => any) | undefined;
2385
+ "onSort-change"?: ((...args: any[]) => any) | undefined;
2386
+ "onFilter-change"?: ((...args: any[]) => any) | undefined;
2387
+ "onCell-mouse-enter"?: ((...args: any[]) => any) | undefined;
2388
+ "onCell-mouse-leave"?: ((...args: any[]) => any) | undefined;
2389
+ "onCell-contextmenu"?: ((...args: any[]) => any) | undefined;
2390
+ "onCell-click"?: ((...args: any[]) => any) | undefined;
2391
+ "onCell-dblclick"?: ((...args: any[]) => any) | undefined;
2392
+ "onRow-click"?: ((...args: any[]) => any) | undefined;
2393
+ "onRow-contextmenu"?: ((...args: any[]) => any) | undefined;
2394
+ "onRow-dblclick"?: ((...args: any[]) => any) | undefined;
2395
+ }, {
2396
+ ns: {
2397
+ namespace: import('vue').ComputedRef<string>;
2398
+ b: (blockSuffix?: string) => string;
2399
+ e: (element?: string) => string;
2400
+ m: (modifier?: string) => string;
2401
+ be: (blockSuffix?: string, element?: string) => string;
2402
+ em: (element?: string, modifier?: string) => string;
2403
+ bm: (blockSuffix?: string, modifier?: string) => string;
2404
+ bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
2405
+ is: {
2406
+ (name: string, state: boolean | undefined): string;
2407
+ (name: string): string;
2408
+ };
2409
+ cssVar: (object: Record<string, string>) => Record<string, string>;
2410
+ cssVarName: (name: string) => string;
2411
+ cssVarBlock: (object: Record<string, string>) => Record<string, string>;
2412
+ cssVarBlockName: (name: string) => string;
2413
+ };
2414
+ layout: import('element-plus/es/components/table/src/table-layout').default<any>;
2415
+ store: {
2416
+ mutations: {
2417
+ setData(states: {
2418
+ _currentRowKey: import('vue').Ref<string | null>;
2419
+ currentRow: import('vue').Ref<any>;
2420
+ expandRowKeys: import('vue').Ref<string[]>;
2421
+ treeData: import('vue').Ref<Record<string, import('element-plus/es/components/table/src/store/tree').TreeData>>;
2422
+ indent: import('vue').Ref<number>;
2423
+ lazy: import('vue').Ref<boolean>;
2424
+ lazyTreeNodeMap: import('vue').Ref<Record<string, any[]>>;
2425
+ lazyColumnIdentifier: import('vue').Ref<string>;
2426
+ childrenColumnName: import('vue').Ref<string>;
2427
+ checkStrictly: import('vue').Ref<boolean>;
2428
+ expandRows: import('vue').Ref<any[]>;
2429
+ defaultExpandAll: import('vue').Ref<boolean>;
2430
+ tableSize: import('vue').Ref<any>;
2431
+ rowKey: import('vue').Ref<string | null>;
2432
+ data: import('vue').Ref<any[]>;
2433
+ _data: import('vue').Ref<any[]>;
2434
+ isComplex: import('vue').Ref<boolean>;
2435
+ _columns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
2436
+ originColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
2437
+ columns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
2438
+ fixedColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
2439
+ rightFixedColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
2440
+ leafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
2441
+ fixedLeafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
2442
+ rightFixedLeafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
2443
+ updateOrderFns: (() => void)[];
2444
+ leafColumnsLength: import('vue').Ref<number>;
2445
+ fixedLeafColumnsLength: import('vue').Ref<number>;
2446
+ rightFixedLeafColumnsLength: import('vue').Ref<number>;
2447
+ isAllSelected: import('vue').Ref<boolean>;
2448
+ selection: import('vue').Ref<any[]>;
2449
+ reserveSelection: import('vue').Ref<boolean>;
2450
+ selectOnIndeterminate: import('vue').Ref<boolean>;
2451
+ selectable: import('vue').Ref<((row: any, index: number) => boolean) | null>;
2452
+ filters: import('vue').Ref<import('element-plus/es/components/table/src/store').StoreFilter>;
2453
+ filteredData: import('vue').Ref<any[] | null>;
2454
+ sortingColumn: import('vue').Ref<import('element-plus').TableColumnCtx<any> | null>;
2455
+ sortProp: import('vue').Ref<string | null>;
2456
+ sortOrder: import('vue').Ref<string | number | null>;
2457
+ hoverRow: import('vue').Ref<any>;
2458
+ }, data: any[]): void;
2459
+ insertColumn(states: {
2460
+ _currentRowKey: import('vue').Ref<string | null>;
2461
+ currentRow: import('vue').Ref<any>;
2462
+ expandRowKeys: import('vue').Ref<string[]>;
2463
+ treeData: import('vue').Ref<Record<string, import('element-plus/es/components/table/src/store/tree').TreeData>>;
2464
+ indent: import('vue').Ref<number>;
2465
+ lazy: import('vue').Ref<boolean>;
2466
+ lazyTreeNodeMap: import('vue').Ref<Record<string, any[]>>;
2467
+ lazyColumnIdentifier: import('vue').Ref<string>;
2468
+ childrenColumnName: import('vue').Ref<string>;
2469
+ checkStrictly: import('vue').Ref<boolean>;
2470
+ expandRows: import('vue').Ref<any[]>;
2471
+ defaultExpandAll: import('vue').Ref<boolean>;
2472
+ tableSize: import('vue').Ref<any>;
2473
+ rowKey: import('vue').Ref<string | null>;
2474
+ data: import('vue').Ref<any[]>;
2475
+ _data: import('vue').Ref<any[]>;
2476
+ isComplex: import('vue').Ref<boolean>;
2477
+ _columns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
2478
+ originColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
2479
+ columns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
2480
+ fixedColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
2481
+ rightFixedColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
2482
+ leafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
2483
+ fixedLeafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
2484
+ rightFixedLeafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
2485
+ updateOrderFns: (() => void)[];
2486
+ leafColumnsLength: import('vue').Ref<number>;
2487
+ fixedLeafColumnsLength: import('vue').Ref<number>;
2488
+ rightFixedLeafColumnsLength: import('vue').Ref<number>;
2489
+ isAllSelected: import('vue').Ref<boolean>;
2490
+ selection: import('vue').Ref<any[]>;
2491
+ reserveSelection: import('vue').Ref<boolean>;
2492
+ selectOnIndeterminate: import('vue').Ref<boolean>;
2493
+ selectable: import('vue').Ref<((row: any, index: number) => boolean) | null>;
2494
+ filters: import('vue').Ref<import('element-plus/es/components/table/src/store').StoreFilter>;
2495
+ filteredData: import('vue').Ref<any[] | null>;
2496
+ sortingColumn: import('vue').Ref<import('element-plus').TableColumnCtx<any> | null>;
2497
+ sortProp: import('vue').Ref<string | null>;
2498
+ sortOrder: import('vue').Ref<string | number | null>;
2499
+ hoverRow: import('vue').Ref<any>;
2500
+ }, column: import('element-plus').TableColumnCtx<any>, parent: import('element-plus').TableColumnCtx<any>, updateColumnOrder: () => void): void;
2501
+ updateColumnOrder(states: {
2502
+ _currentRowKey: import('vue').Ref<string | null>;
2503
+ currentRow: import('vue').Ref<any>;
2504
+ expandRowKeys: import('vue').Ref<string[]>;
2505
+ treeData: import('vue').Ref<Record<string, import('element-plus/es/components/table/src/store/tree').TreeData>>;
2506
+ indent: import('vue').Ref<number>;
2507
+ lazy: import('vue').Ref<boolean>;
2508
+ lazyTreeNodeMap: import('vue').Ref<Record<string, any[]>>;
2509
+ lazyColumnIdentifier: import('vue').Ref<string>;
2510
+ childrenColumnName: import('vue').Ref<string>;
2511
+ checkStrictly: import('vue').Ref<boolean>;
2512
+ expandRows: import('vue').Ref<any[]>;
2513
+ defaultExpandAll: import('vue').Ref<boolean>;
2514
+ tableSize: import('vue').Ref<any>;
2515
+ rowKey: import('vue').Ref<string | null>;
2516
+ data: import('vue').Ref<any[]>;
2517
+ _data: import('vue').Ref<any[]>;
2518
+ isComplex: import('vue').Ref<boolean>;
2519
+ _columns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
2520
+ originColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
2521
+ columns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
2522
+ fixedColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
2523
+ rightFixedColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
2524
+ leafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
2525
+ fixedLeafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
2526
+ rightFixedLeafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
2527
+ updateOrderFns: (() => void)[];
2528
+ leafColumnsLength: import('vue').Ref<number>;
2529
+ fixedLeafColumnsLength: import('vue').Ref<number>;
2530
+ rightFixedLeafColumnsLength: import('vue').Ref<number>;
2531
+ isAllSelected: import('vue').Ref<boolean>;
2532
+ selection: import('vue').Ref<any[]>;
2533
+ reserveSelection: import('vue').Ref<boolean>;
2534
+ selectOnIndeterminate: import('vue').Ref<boolean>;
2535
+ selectable: import('vue').Ref<((row: any, index: number) => boolean) | null>;
2536
+ filters: import('vue').Ref<import('element-plus/es/components/table/src/store').StoreFilter>;
2537
+ filteredData: import('vue').Ref<any[] | null>;
2538
+ sortingColumn: import('vue').Ref<import('element-plus').TableColumnCtx<any> | null>;
2539
+ sortProp: import('vue').Ref<string | null>;
2540
+ sortOrder: import('vue').Ref<string | number | null>;
2541
+ hoverRow: import('vue').Ref<any>;
2542
+ }, column: import('element-plus').TableColumnCtx<any>): void;
2543
+ removeColumn(states: {
2544
+ _currentRowKey: import('vue').Ref<string | null>;
2545
+ currentRow: import('vue').Ref<any>;
2546
+ expandRowKeys: import('vue').Ref<string[]>;
2547
+ treeData: import('vue').Ref<Record<string, import('element-plus/es/components/table/src/store/tree').TreeData>>;
2548
+ indent: import('vue').Ref<number>;
2549
+ lazy: import('vue').Ref<boolean>;
2550
+ lazyTreeNodeMap: import('vue').Ref<Record<string, any[]>>;
2551
+ lazyColumnIdentifier: import('vue').Ref<string>;
2552
+ childrenColumnName: import('vue').Ref<string>;
2553
+ checkStrictly: import('vue').Ref<boolean>;
2554
+ expandRows: import('vue').Ref<any[]>;
2555
+ defaultExpandAll: import('vue').Ref<boolean>;
2556
+ tableSize: import('vue').Ref<any>;
2557
+ rowKey: import('vue').Ref<string | null>;
2558
+ data: import('vue').Ref<any[]>;
2559
+ _data: import('vue').Ref<any[]>;
2560
+ isComplex: import('vue').Ref<boolean>;
2561
+ _columns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
2562
+ originColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
2563
+ columns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
2564
+ fixedColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
2565
+ rightFixedColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
2566
+ leafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
2567
+ fixedLeafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
2568
+ rightFixedLeafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
2569
+ updateOrderFns: (() => void)[];
2570
+ leafColumnsLength: import('vue').Ref<number>;
2571
+ fixedLeafColumnsLength: import('vue').Ref<number>;
2572
+ rightFixedLeafColumnsLength: import('vue').Ref<number>;
2573
+ isAllSelected: import('vue').Ref<boolean>;
2574
+ selection: import('vue').Ref<any[]>;
2575
+ reserveSelection: import('vue').Ref<boolean>;
2576
+ selectOnIndeterminate: import('vue').Ref<boolean>;
2577
+ selectable: import('vue').Ref<((row: any, index: number) => boolean) | null>;
2578
+ filters: import('vue').Ref<import('element-plus/es/components/table/src/store').StoreFilter>;
2579
+ filteredData: import('vue').Ref<any[] | null>;
2580
+ sortingColumn: import('vue').Ref<import('element-plus').TableColumnCtx<any> | null>;
2581
+ sortProp: import('vue').Ref<string | null>;
2582
+ sortOrder: import('vue').Ref<string | number | null>;
2583
+ hoverRow: import('vue').Ref<any>;
2584
+ }, column: import('element-plus').TableColumnCtx<any>, parent: import('element-plus').TableColumnCtx<any>, updateColumnOrder: () => void): void;
2585
+ sort(states: {
2586
+ _currentRowKey: import('vue').Ref<string | null>;
2587
+ currentRow: import('vue').Ref<any>;
2588
+ expandRowKeys: import('vue').Ref<string[]>;
2589
+ treeData: import('vue').Ref<Record<string, import('element-plus/es/components/table/src/store/tree').TreeData>>;
2590
+ indent: import('vue').Ref<number>;
2591
+ lazy: import('vue').Ref<boolean>;
2592
+ lazyTreeNodeMap: import('vue').Ref<Record<string, any[]>>;
2593
+ lazyColumnIdentifier: import('vue').Ref<string>;
2594
+ childrenColumnName: import('vue').Ref<string>;
2595
+ checkStrictly: import('vue').Ref<boolean>;
2596
+ expandRows: import('vue').Ref<any[]>;
2597
+ defaultExpandAll: import('vue').Ref<boolean>;
2598
+ tableSize: import('vue').Ref<any>;
2599
+ rowKey: import('vue').Ref<string | null>;
2600
+ data: import('vue').Ref<any[]>;
2601
+ _data: import('vue').Ref<any[]>;
2602
+ isComplex: import('vue').Ref<boolean>;
2603
+ _columns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
2604
+ originColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
2605
+ columns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
2606
+ fixedColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
2607
+ rightFixedColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
2608
+ leafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
2609
+ fixedLeafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
2610
+ rightFixedLeafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
2611
+ updateOrderFns: (() => void)[];
2612
+ leafColumnsLength: import('vue').Ref<number>;
2613
+ fixedLeafColumnsLength: import('vue').Ref<number>;
2614
+ rightFixedLeafColumnsLength: import('vue').Ref<number>;
2615
+ isAllSelected: import('vue').Ref<boolean>;
2616
+ selection: import('vue').Ref<any[]>;
2617
+ reserveSelection: import('vue').Ref<boolean>;
2618
+ selectOnIndeterminate: import('vue').Ref<boolean>;
2619
+ selectable: import('vue').Ref<((row: any, index: number) => boolean) | null>;
2620
+ filters: import('vue').Ref<import('element-plus/es/components/table/src/store').StoreFilter>;
2621
+ filteredData: import('vue').Ref<any[] | null>;
2622
+ sortingColumn: import('vue').Ref<import('element-plus').TableColumnCtx<any> | null>;
2623
+ sortProp: import('vue').Ref<string | null>;
2624
+ sortOrder: import('vue').Ref<string | number | null>;
2625
+ hoverRow: import('vue').Ref<any>;
2626
+ }, options: import('element-plus').Sort): void;
2627
+ changeSortCondition(states: {
2628
+ _currentRowKey: import('vue').Ref<string | null>;
2629
+ currentRow: import('vue').Ref<any>;
2630
+ expandRowKeys: import('vue').Ref<string[]>;
2631
+ treeData: import('vue').Ref<Record<string, import('element-plus/es/components/table/src/store/tree').TreeData>>;
2632
+ indent: import('vue').Ref<number>;
2633
+ lazy: import('vue').Ref<boolean>;
2634
+ lazyTreeNodeMap: import('vue').Ref<Record<string, any[]>>;
2635
+ lazyColumnIdentifier: import('vue').Ref<string>;
2636
+ childrenColumnName: import('vue').Ref<string>;
2637
+ checkStrictly: import('vue').Ref<boolean>;
2638
+ expandRows: import('vue').Ref<any[]>;
2639
+ defaultExpandAll: import('vue').Ref<boolean>;
2640
+ tableSize: import('vue').Ref<any>;
2641
+ rowKey: import('vue').Ref<string | null>;
2642
+ data: import('vue').Ref<any[]>;
2643
+ _data: import('vue').Ref<any[]>;
2644
+ isComplex: import('vue').Ref<boolean>;
2645
+ _columns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
2646
+ originColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
2647
+ columns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
2648
+ fixedColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
2649
+ rightFixedColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
2650
+ leafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
2651
+ fixedLeafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
2652
+ rightFixedLeafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
2653
+ updateOrderFns: (() => void)[];
2654
+ leafColumnsLength: import('vue').Ref<number>;
2655
+ fixedLeafColumnsLength: import('vue').Ref<number>;
2656
+ rightFixedLeafColumnsLength: import('vue').Ref<number>;
2657
+ isAllSelected: import('vue').Ref<boolean>;
2658
+ selection: import('vue').Ref<any[]>;
2659
+ reserveSelection: import('vue').Ref<boolean>;
2660
+ selectOnIndeterminate: import('vue').Ref<boolean>;
2661
+ selectable: import('vue').Ref<((row: any, index: number) => boolean) | null>;
2662
+ filters: import('vue').Ref<import('element-plus/es/components/table/src/store').StoreFilter>;
2663
+ filteredData: import('vue').Ref<any[] | null>;
2664
+ sortingColumn: import('vue').Ref<import('element-plus').TableColumnCtx<any> | null>;
2665
+ sortProp: import('vue').Ref<string | null>;
2666
+ sortOrder: import('vue').Ref<string | number | null>;
2667
+ hoverRow: import('vue').Ref<any>;
2668
+ }, options: import('element-plus').Sort): void;
2669
+ filterChange(_states: {
2670
+ _currentRowKey: import('vue').Ref<string | null>;
2671
+ currentRow: import('vue').Ref<any>;
2672
+ expandRowKeys: import('vue').Ref<string[]>;
2673
+ treeData: import('vue').Ref<Record<string, import('element-plus/es/components/table/src/store/tree').TreeData>>;
2674
+ indent: import('vue').Ref<number>;
2675
+ lazy: import('vue').Ref<boolean>;
2676
+ lazyTreeNodeMap: import('vue').Ref<Record<string, any[]>>;
2677
+ lazyColumnIdentifier: import('vue').Ref<string>;
2678
+ childrenColumnName: import('vue').Ref<string>;
2679
+ checkStrictly: import('vue').Ref<boolean>;
2680
+ expandRows: import('vue').Ref<any[]>;
2681
+ defaultExpandAll: import('vue').Ref<boolean>;
2682
+ tableSize: import('vue').Ref<any>;
2683
+ rowKey: import('vue').Ref<string | null>;
2684
+ data: import('vue').Ref<any[]>;
2685
+ _data: import('vue').Ref<any[]>;
2686
+ isComplex: import('vue').Ref<boolean>;
2687
+ _columns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
2688
+ originColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
2689
+ columns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
2690
+ fixedColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
2691
+ rightFixedColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
2692
+ leafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
2693
+ fixedLeafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
2694
+ rightFixedLeafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
2695
+ updateOrderFns: (() => void)[];
2696
+ leafColumnsLength: import('vue').Ref<number>;
2697
+ fixedLeafColumnsLength: import('vue').Ref<number>;
2698
+ rightFixedLeafColumnsLength: import('vue').Ref<number>;
2699
+ isAllSelected: import('vue').Ref<boolean>;
2700
+ selection: import('vue').Ref<any[]>;
2701
+ reserveSelection: import('vue').Ref<boolean>;
2702
+ selectOnIndeterminate: import('vue').Ref<boolean>;
2703
+ selectable: import('vue').Ref<((row: any, index: number) => boolean) | null>;
2704
+ filters: import('vue').Ref<import('element-plus/es/components/table/src/store').StoreFilter>;
2705
+ filteredData: import('vue').Ref<any[] | null>;
2706
+ sortingColumn: import('vue').Ref<import('element-plus').TableColumnCtx<any> | null>;
2707
+ sortProp: import('vue').Ref<string | null>;
2708
+ sortOrder: import('vue').Ref<string | number | null>;
2709
+ hoverRow: import('vue').Ref<any>;
2710
+ }, options: import('element-plus').Filter<any>): void;
2711
+ toggleAllSelection(): void;
2712
+ rowSelectedChanged(_states: {
2713
+ _currentRowKey: import('vue').Ref<string | null>;
2714
+ currentRow: import('vue').Ref<any>;
2715
+ expandRowKeys: import('vue').Ref<string[]>;
2716
+ treeData: import('vue').Ref<Record<string, import('element-plus/es/components/table/src/store/tree').TreeData>>;
2717
+ indent: import('vue').Ref<number>;
2718
+ lazy: import('vue').Ref<boolean>;
2719
+ lazyTreeNodeMap: import('vue').Ref<Record<string, any[]>>;
2720
+ lazyColumnIdentifier: import('vue').Ref<string>;
2721
+ childrenColumnName: import('vue').Ref<string>;
2722
+ checkStrictly: import('vue').Ref<boolean>;
2723
+ expandRows: import('vue').Ref<any[]>;
2724
+ defaultExpandAll: import('vue').Ref<boolean>;
2725
+ tableSize: import('vue').Ref<any>;
2726
+ rowKey: import('vue').Ref<string | null>;
2727
+ data: import('vue').Ref<any[]>;
2728
+ _data: import('vue').Ref<any[]>;
2729
+ isComplex: import('vue').Ref<boolean>;
2730
+ _columns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
2731
+ originColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
2732
+ columns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
2733
+ fixedColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
2734
+ rightFixedColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
2735
+ leafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
2736
+ fixedLeafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
2737
+ rightFixedLeafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
2738
+ updateOrderFns: (() => void)[];
2739
+ leafColumnsLength: import('vue').Ref<number>;
2740
+ fixedLeafColumnsLength: import('vue').Ref<number>;
2741
+ rightFixedLeafColumnsLength: import('vue').Ref<number>;
2742
+ isAllSelected: import('vue').Ref<boolean>;
2743
+ selection: import('vue').Ref<any[]>;
2744
+ reserveSelection: import('vue').Ref<boolean>;
2745
+ selectOnIndeterminate: import('vue').Ref<boolean>;
2746
+ selectable: import('vue').Ref<((row: any, index: number) => boolean) | null>;
2747
+ filters: import('vue').Ref<import('element-plus/es/components/table/src/store').StoreFilter>;
2748
+ filteredData: import('vue').Ref<any[] | null>;
2749
+ sortingColumn: import('vue').Ref<import('element-plus').TableColumnCtx<any> | null>;
2750
+ sortProp: import('vue').Ref<string | null>;
2751
+ sortOrder: import('vue').Ref<string | number | null>;
2752
+ hoverRow: import('vue').Ref<any>;
2753
+ }, row: any): void;
2754
+ setHoverRow(states: {
2755
+ _currentRowKey: import('vue').Ref<string | null>;
2756
+ currentRow: import('vue').Ref<any>;
2757
+ expandRowKeys: import('vue').Ref<string[]>;
2758
+ treeData: import('vue').Ref<Record<string, import('element-plus/es/components/table/src/store/tree').TreeData>>;
2759
+ indent: import('vue').Ref<number>;
2760
+ lazy: import('vue').Ref<boolean>;
2761
+ lazyTreeNodeMap: import('vue').Ref<Record<string, any[]>>;
2762
+ lazyColumnIdentifier: import('vue').Ref<string>;
2763
+ childrenColumnName: import('vue').Ref<string>;
2764
+ checkStrictly: import('vue').Ref<boolean>;
2765
+ expandRows: import('vue').Ref<any[]>;
2766
+ defaultExpandAll: import('vue').Ref<boolean>;
2767
+ tableSize: import('vue').Ref<any>;
2768
+ rowKey: import('vue').Ref<string | null>;
2769
+ data: import('vue').Ref<any[]>;
2770
+ _data: import('vue').Ref<any[]>;
2771
+ isComplex: import('vue').Ref<boolean>;
2772
+ _columns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
2773
+ originColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
2774
+ columns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
2775
+ fixedColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
2776
+ rightFixedColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
2777
+ leafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
2778
+ fixedLeafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
2779
+ rightFixedLeafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
2780
+ updateOrderFns: (() => void)[];
2781
+ leafColumnsLength: import('vue').Ref<number>;
2782
+ fixedLeafColumnsLength: import('vue').Ref<number>;
2783
+ rightFixedLeafColumnsLength: import('vue').Ref<number>;
2784
+ isAllSelected: import('vue').Ref<boolean>;
2785
+ selection: import('vue').Ref<any[]>;
2786
+ reserveSelection: import('vue').Ref<boolean>;
2787
+ selectOnIndeterminate: import('vue').Ref<boolean>;
2788
+ selectable: import('vue').Ref<((row: any, index: number) => boolean) | null>;
2789
+ filters: import('vue').Ref<import('element-plus/es/components/table/src/store').StoreFilter>;
2790
+ filteredData: import('vue').Ref<any[] | null>;
2791
+ sortingColumn: import('vue').Ref<import('element-plus').TableColumnCtx<any> | null>;
2792
+ sortProp: import('vue').Ref<string | null>;
2793
+ sortOrder: import('vue').Ref<string | number | null>;
2794
+ hoverRow: import('vue').Ref<any>;
2795
+ }, row: any): void;
2796
+ setCurrentRow(_states: {
2797
+ _currentRowKey: import('vue').Ref<string | null>;
2798
+ currentRow: import('vue').Ref<any>;
2799
+ expandRowKeys: import('vue').Ref<string[]>;
2800
+ treeData: import('vue').Ref<Record<string, import('element-plus/es/components/table/src/store/tree').TreeData>>;
2801
+ indent: import('vue').Ref<number>;
2802
+ lazy: import('vue').Ref<boolean>;
2803
+ lazyTreeNodeMap: import('vue').Ref<Record<string, any[]>>;
2804
+ lazyColumnIdentifier: import('vue').Ref<string>;
2805
+ childrenColumnName: import('vue').Ref<string>;
2806
+ checkStrictly: import('vue').Ref<boolean>;
2807
+ expandRows: import('vue').Ref<any[]>;
2808
+ defaultExpandAll: import('vue').Ref<boolean>;
2809
+ tableSize: import('vue').Ref<any>;
2810
+ rowKey: import('vue').Ref<string | null>;
2811
+ data: import('vue').Ref<any[]>;
2812
+ _data: import('vue').Ref<any[]>;
2813
+ isComplex: import('vue').Ref<boolean>;
2814
+ _columns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
2815
+ originColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
2816
+ columns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
2817
+ fixedColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
2818
+ rightFixedColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
2819
+ leafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
2820
+ fixedLeafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
2821
+ rightFixedLeafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
2822
+ updateOrderFns: (() => void)[];
2823
+ leafColumnsLength: import('vue').Ref<number>;
2824
+ fixedLeafColumnsLength: import('vue').Ref<number>;
2825
+ rightFixedLeafColumnsLength: import('vue').Ref<number>;
2826
+ isAllSelected: import('vue').Ref<boolean>;
2827
+ selection: import('vue').Ref<any[]>;
2828
+ reserveSelection: import('vue').Ref<boolean>;
2829
+ selectOnIndeterminate: import('vue').Ref<boolean>;
2830
+ selectable: import('vue').Ref<((row: any, index: number) => boolean) | null>;
2831
+ filters: import('vue').Ref<import('element-plus/es/components/table/src/store').StoreFilter>;
2832
+ filteredData: import('vue').Ref<any[] | null>;
2833
+ sortingColumn: import('vue').Ref<import('element-plus').TableColumnCtx<any> | null>;
2834
+ sortProp: import('vue').Ref<string | null>;
2835
+ sortOrder: import('vue').Ref<string | number | null>;
2836
+ hoverRow: import('vue').Ref<any>;
2837
+ }, row: any): void;
2838
+ };
2839
+ commit: (name: "sort" | "setData" | "insertColumn" | "updateColumnOrder" | "removeColumn" | "changeSortCondition" | "filterChange" | "toggleAllSelection" | "rowSelectedChanged" | "setHoverRow" | "setCurrentRow", ...args: any[]) => void;
2840
+ updateTableScrollY: () => void;
2841
+ assertRowKey: () => void;
2842
+ updateColumns: () => void;
2843
+ scheduleLayout: (needUpdateColumns?: boolean, immediate?: boolean) => void;
2844
+ isSelected: (row: any) => boolean;
2845
+ clearSelection: () => void;
2846
+ cleanSelection: () => void;
2847
+ getSelectionRows: () => any[];
2848
+ toggleRowSelection: (row: any, selected?: boolean, emitChange?: boolean, ignoreSelectable?: boolean) => void;
2849
+ _toggleAllSelection: () => void;
2850
+ toggleAllSelection: (() => void) | null;
2851
+ updateAllSelected: () => void;
2852
+ updateFilters: (column: import('element-plus').TableColumnCtx<any>, values: string[]) => Record<string, string[]>;
2853
+ updateCurrentRow: (_currentRow: any) => void;
2854
+ updateSort: (column: import('element-plus').TableColumnCtx<any> | null, prop: string | null, order: import('element-plus/es/components/table/src/table/defaults').TableSortOrder | null) => void;
2855
+ execFilter: () => void;
2856
+ execSort: () => void;
2857
+ execQuery: (ignore?: {
2858
+ filter: boolean;
2859
+ } | undefined) => void;
2860
+ clearFilter: (columnKeys?: string[] | string) => void;
2861
+ clearSort: () => void;
2862
+ toggleRowExpansion: (row: any, expanded?: boolean) => void;
2863
+ setExpandRowKeysAdapter: (val: string[]) => void;
2864
+ setCurrentRowKey: (key: string) => void;
2865
+ toggleRowExpansionAdapter: (row: any, expanded?: boolean) => void;
2866
+ isRowExpanded: (row: any) => boolean;
2867
+ updateExpandRows: () => void;
2868
+ updateCurrentRowData: () => void;
2869
+ loadOrToggle: (row: any) => void;
2870
+ updateTreeData: (ifChangeExpandRowKeys?: boolean, ifExpandAll?: boolean) => void;
2871
+ updateKeyChildren: (key: string, data: any[]) => void;
2872
+ states: {
2873
+ _currentRowKey: import('vue').Ref<string | null>;
2874
+ currentRow: import('vue').Ref<any>;
2875
+ expandRowKeys: import('vue').Ref<string[]>;
2876
+ treeData: import('vue').Ref<Record<string, import('element-plus/es/components/table/src/store/tree').TreeData>>;
2877
+ indent: import('vue').Ref<number>;
2878
+ lazy: import('vue').Ref<boolean>;
2879
+ lazyTreeNodeMap: import('vue').Ref<Record<string, any[]>>;
2880
+ lazyColumnIdentifier: import('vue').Ref<string>;
2881
+ childrenColumnName: import('vue').Ref<string>;
2882
+ checkStrictly: import('vue').Ref<boolean>;
2883
+ expandRows: import('vue').Ref<any[]>;
2884
+ defaultExpandAll: import('vue').Ref<boolean>;
2885
+ tableSize: import('vue').Ref<any>;
2886
+ rowKey: import('vue').Ref<string | null>;
2887
+ data: import('vue').Ref<any[]>;
2888
+ _data: import('vue').Ref<any[]>;
2889
+ isComplex: import('vue').Ref<boolean>;
2890
+ _columns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
2891
+ originColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
2892
+ columns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
2893
+ fixedColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
2894
+ rightFixedColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
2895
+ leafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
2896
+ fixedLeafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
2897
+ rightFixedLeafColumns: import('vue').Ref<import('element-plus').TableColumnCtx<any>[]>;
2898
+ updateOrderFns: (() => void)[];
2899
+ leafColumnsLength: import('vue').Ref<number>;
2900
+ fixedLeafColumnsLength: import('vue').Ref<number>;
2901
+ rightFixedLeafColumnsLength: import('vue').Ref<number>;
2902
+ isAllSelected: import('vue').Ref<boolean>;
2903
+ selection: import('vue').Ref<any[]>;
2904
+ reserveSelection: import('vue').Ref<boolean>;
2905
+ selectOnIndeterminate: import('vue').Ref<boolean>;
2906
+ selectable: import('vue').Ref<((row: any, index: number) => boolean) | null>;
2907
+ filters: import('vue').Ref<import('element-plus/es/components/table/src/store').StoreFilter>;
2908
+ filteredData: import('vue').Ref<any[] | null>;
2909
+ sortingColumn: import('vue').Ref<import('element-plus').TableColumnCtx<any> | null>;
2910
+ sortProp: import('vue').Ref<string | null>;
2911
+ sortOrder: import('vue').Ref<string | number | null>;
2912
+ hoverRow: import('vue').Ref<any>;
2913
+ };
2914
+ ns: {
2915
+ namespace: import('vue').ComputedRef<string>;
2916
+ b: (blockSuffix?: string) => string;
2917
+ e: (element?: string) => string;
2918
+ m: (modifier?: string) => string;
2919
+ be: (blockSuffix?: string, element?: string) => string;
2920
+ em: (element?: string, modifier?: string) => string;
2921
+ bm: (blockSuffix?: string, modifier?: string) => string;
2922
+ bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
2923
+ is: {
2924
+ (name: string, state: boolean | undefined): string;
2925
+ (name: string): string;
2926
+ };
2927
+ cssVar: (object: Record<string, string>) => Record<string, string>;
2928
+ cssVarName: (name: string) => string;
2929
+ cssVarBlock: (object: Record<string, string>) => Record<string, string>;
2930
+ cssVarBlockName: (name: string) => string;
2931
+ };
2932
+ t: import('element-plus').Translator;
2933
+ };
2934
+ columns: import('vue').ComputedRef<import('element-plus').TableColumnCtx<any>[]>;
2935
+ handleHeaderFooterMousewheel: (_event: WheelEvent, data: any) => void;
2936
+ handleMouseLeave: () => void;
2937
+ tableId: string;
2938
+ tableSize: import('vue').ComputedRef<"" | "small" | "default" | "large">;
2939
+ isHidden: import('vue').Ref<boolean>;
2940
+ isEmpty: import('vue').ComputedRef<boolean>;
2941
+ renderExpanded: import('vue').Ref<import('element-plus/es/components/table/src/table/defaults').RenderExpanded<any> | null>;
2942
+ resizeProxyVisible: import('vue').Ref<boolean>;
2943
+ resizeState: import('vue').Ref<{
2944
+ width: null | number;
2945
+ height: null | number;
2946
+ headerHeight: null | number;
2947
+ }>;
2948
+ isGroup: import('vue').Ref<boolean>;
2949
+ bodyWidth: import('vue').ComputedRef<string>;
2950
+ tableBodyStyles: import('vue').ComputedRef<{
2951
+ width: string;
2952
+ }>;
2953
+ emptyBlockStyle: import('vue').ComputedRef<{
2954
+ width: string;
2955
+ height: string;
2956
+ } | undefined>;
2957
+ debouncedUpdateLayout: import('lodash').DebouncedFunc<() => void>;
2958
+ setCurrentRow: (row: any) => void;
2959
+ getSelectionRows: () => any[];
2960
+ toggleRowSelection: (row: any, selected?: boolean, ignoreSelectable?: boolean) => void;
2961
+ clearSelection: () => void;
2962
+ clearFilter: (columnKeys?: string[] | string) => void;
2963
+ toggleAllSelection: () => void;
2964
+ toggleRowExpansion: (row: any, expanded?: boolean) => void;
2965
+ clearSort: () => void;
2966
+ doLayout: () => void;
2967
+ sort: (prop: string, order: string) => void;
2968
+ updateKeyChildren: (key: string, data: any[]) => void;
2969
+ t: import('element-plus').Translator;
2970
+ setDragVisible: (visible: boolean) => void;
2971
+ context: import('element-plus').Table<any>;
2972
+ computedSumText: import('vue').ComputedRef<string>;
2973
+ computedEmptyText: import('vue').ComputedRef<string>;
2974
+ tableLayout: import('vue').ComputedRef<"fixed" | "auto">;
2975
+ scrollbarViewStyle: {
2976
+ display: string;
2977
+ verticalAlign: string;
2978
+ };
2979
+ scrollbarStyle: import('vue').ComputedRef<{
2980
+ height: string;
2981
+ maxHeight?: undefined;
2982
+ } | {
2983
+ maxHeight: string;
2984
+ height?: undefined;
2985
+ } | {
2986
+ height?: undefined;
2987
+ maxHeight?: undefined;
2988
+ }>;
2989
+ scrollBarRef: import('vue').Ref<any>;
2990
+ scrollTo: (options: ScrollToOptions | number, yCoord?: number) => void;
2991
+ setScrollLeft: (left?: number) => void;
2992
+ setScrollTop: (top?: number) => void;
2993
+ allowDragLastColumn: boolean;
2994
+ }, {}, {}, {}, {
2995
+ data: any[];
2996
+ style: import('vue').StyleValue;
2997
+ tableLayout: "fixed" | "auto";
2998
+ border: boolean;
2999
+ className: string;
3000
+ lazy: boolean;
3001
+ fit: boolean;
3002
+ scrollbarAlwaysOn: boolean;
3003
+ allowDragLastColumn: boolean;
3004
+ treeProps: import('element-plus/es/components/table/src/table/defaults').TreeProps | undefined;
3005
+ defaultExpandAll: boolean;
3006
+ selectOnIndeterminate: boolean;
3007
+ indent: number;
3008
+ stripe: boolean;
3009
+ showHeader: boolean;
3010
+ showSummary: boolean;
3011
+ highlightCurrentRow: boolean;
3012
+ flexible: boolean;
3013
+ scrollbarTabindex: string | number;
3014
+ nativeScrollbar: boolean;
3015
+ preserveExpandedContent: boolean;
3016
+ }> | undefined>;
3017
+ tableData: import('vue').ComputedRef<any[]>;
3018
+ radio: import('vue').Ref<string, string>;
3019
+ pageable: import('vue').Ref<{
3020
+ pageNum: number;
3021
+ pageSize: number;
3022
+ total: number;
3023
+ }, {
3024
+ pageNum: number;
3025
+ pageSize: number;
3026
+ total: number;
3027
+ }>;
3028
+ searchParam: import('vue').Ref<{
3029
+ [key: string]: any;
3030
+ }, {
3031
+ [key: string]: any;
3032
+ }>;
3033
+ searchInitParam: import('vue').Ref<{
3034
+ [key: string]: any;
3035
+ }, {
3036
+ [key: string]: any;
3037
+ }>;
3038
+ isSelected: import('vue').Ref<boolean, boolean>;
3039
+ selectedList: import('vue').Ref<{
3040
+ [key: string]: any;
3041
+ }[], {
3042
+ [key: string]: any;
3043
+ }[]>;
3044
+ selectedListIds: import('vue').ComputedRef<string[]>;
3045
+ selectedRow: import('vue').ComputedRef<any>;
3046
+ getTableList: () => Promise<void>;
3047
+ search: () => void;
3048
+ searchNotChangePage: () => void;
3049
+ reset: () => void;
3050
+ handleSizeChange: (val: number) => void;
3051
+ handleCurrentChange: (val: number) => void;
3052
+ clearSelection: () => void;
3053
+ enumMap: import('vue').Ref<Map<string, {
3054
+ [key: string]: any;
3055
+ }[]> & Omit<Map<string, {
3056
+ [key: string]: any;
3057
+ }[]>, keyof Map<any, any>>, Map<string, {
3058
+ [key: string]: any;
3059
+ }[]> | (Map<string, {
3060
+ [key: string]: any;
3061
+ }[]> & Omit<Map<string, {
3062
+ [key: string]: any;
3063
+ }[]>, keyof Map<any, any>>)>;
3064
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
3065
+ reset: () => void;
3066
+ search: () => void;
3067
+ dragSort: (args_0: {
3068
+ newIndex?: number;
3069
+ oldIndex?: number;
3070
+ }) => void;
3071
+ changeSelect: (...args: any[]) => void;
3072
+ setSelectValue: (...args: any[]) => void;
3073
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ProTableProps>, {
3074
+ columns: () => never[];
3075
+ requestAuto: boolean;
3076
+ pagination: boolean;
3077
+ initParam: {};
3078
+ border: boolean;
3079
+ toolButton: boolean;
3080
+ rowKey: string;
3081
+ searchCol: () => {
3082
+ xs: number;
3083
+ sm: number;
3084
+ md: number;
3085
+ lg: number;
3086
+ xl: number;
3087
+ };
3088
+ isShowHeader: boolean;
3089
+ }>>> & Readonly<{
3090
+ onReset?: (() => any) | undefined;
3091
+ onSearch?: (() => any) | undefined;
3092
+ onDragSort?: ((args_0: {
3093
+ newIndex?: number;
3094
+ oldIndex?: number;
3095
+ }) => any) | undefined;
3096
+ onChangeSelect?: ((...args: any[]) => any) | undefined;
3097
+ onSetSelectValue?: ((...args: any[]) => any) | undefined;
3098
+ }>, {
3099
+ columns: ColumnProps[];
3100
+ searchCol: number | Record<BreakPoint, number>;
3101
+ border: boolean;
3102
+ rowKey: string;
3103
+ requestAuto: boolean;
3104
+ pagination: boolean;
3105
+ initParam: any;
3106
+ toolButton: ("refresh" | "setting" | "search" | "expand")[] | boolean;
3107
+ isShowHeader: boolean;
3108
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
3109
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
3110
+ export default _default;
3111
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
3112
+ type __VLS_TypePropsToRuntimeProps<T> = {
3113
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
3114
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
3115
+ } : {
3116
+ type: import('vue').PropType<T[K]>;
3117
+ required: true;
3118
+ };
3119
+ };
3120
+ type __VLS_WithDefaults<P, D> = {
3121
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
3122
+ default: D[K];
3123
+ }> : P[K];
3124
+ };
3125
+ type __VLS_Prettify<T> = {
3126
+ [K in keyof T]: T[K];
3127
+ } & {};
3128
+ type __VLS_WithTemplateSlots<T, S> = T & {
3129
+ new (): {
3130
+ $slots: S;
3131
+ };
3132
+ };