el-plus 0.0.78 → 0.0.79

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (56) hide show
  1. package/CHANGELOG.md +7 -1
  2. package/dist/index.full.js +10 -27
  3. package/dist/index.full.min.js +4 -4
  4. package/dist/index.full.min.js.map +1 -1
  5. package/dist/index.full.min.mjs +4 -4
  6. package/dist/index.full.min.mjs.map +1 -1
  7. package/dist/index.full.mjs +11 -28
  8. package/es/components/attachment/index.d.ts +0 -15
  9. package/es/components/attachment/src/attachment.d.ts +0 -4
  10. package/es/components/attachment/src/attachment.mjs +0 -4
  11. package/es/components/attachment/src/attachment.mjs.map +1 -1
  12. package/es/components/attachment/src/attachment.vue.d.ts +0 -9
  13. package/es/components/attachment/src/attachment.vue2.mjs.map +1 -1
  14. package/es/components/attachment/src/use-attachment.mjs.map +1 -1
  15. package/es/components/form/src/hooks/use-form-item.mjs +1 -1
  16. package/es/components/form/src/hooks/use-form-item.mjs.map +1 -1
  17. package/es/components/header/index.d.ts +0 -3
  18. package/es/components/header/src/header.vue.d.ts +0 -1
  19. package/es/components/search-list-page/index.d.ts +15 -42
  20. package/es/components/search-list-page/src/search-list-page.vue.d.ts +5 -14
  21. package/es/components/search-list-page/src/use-search-list-page.d.ts +5 -14
  22. package/es/components/table/index.d.ts +3 -15
  23. package/es/components/table/src/table.d.ts +1 -4
  24. package/es/components/table/src/table.mjs +0 -4
  25. package/es/components/table/src/table.mjs.map +1 -1
  26. package/es/components/table/src/table.vue.d.ts +2 -9
  27. package/es/components/table/src/table.vue2.mjs +6 -16
  28. package/es/components/table/src/table.vue2.mjs.map +1 -1
  29. package/es/components/table/src/use-table.mjs +1 -1
  30. package/es/components/table/src/use-table.mjs.map +1 -1
  31. package/es/package.json.mjs +1 -1
  32. package/lib/components/attachment/index.d.ts +0 -15
  33. package/lib/components/attachment/src/attachment.d.ts +0 -4
  34. package/lib/components/attachment/src/attachment.js +0 -4
  35. package/lib/components/attachment/src/attachment.js.map +1 -1
  36. package/lib/components/attachment/src/attachment.vue.d.ts +0 -9
  37. package/lib/components/attachment/src/attachment.vue2.js.map +1 -1
  38. package/lib/components/attachment/src/use-attachment.js.map +1 -1
  39. package/lib/components/form/src/hooks/use-form-item.js +1 -1
  40. package/lib/components/form/src/hooks/use-form-item.js.map +1 -1
  41. package/lib/components/header/index.d.ts +0 -3
  42. package/lib/components/header/src/header.vue.d.ts +0 -1
  43. package/lib/components/search-list-page/index.d.ts +15 -42
  44. package/lib/components/search-list-page/src/search-list-page.vue.d.ts +5 -14
  45. package/lib/components/search-list-page/src/use-search-list-page.d.ts +5 -14
  46. package/lib/components/table/index.d.ts +3 -15
  47. package/lib/components/table/src/table.d.ts +1 -4
  48. package/lib/components/table/src/table.js +0 -4
  49. package/lib/components/table/src/table.js.map +1 -1
  50. package/lib/components/table/src/table.vue.d.ts +2 -9
  51. package/lib/components/table/src/table.vue2.js +6 -16
  52. package/lib/components/table/src/table.vue2.js.map +1 -1
  53. package/lib/components/table/src/use-table.js +1 -1
  54. package/lib/components/table/src/use-table.js.map +1 -1
  55. package/lib/package.json.js +1 -1
  56. package/package.json +1 -1
@@ -231,7 +231,6 @@ export declare const EpSearchListPage: {
231
231
  readonly customColumnApi: import("el-plus/es/types/axios").Api;
232
232
  readonly customColumnSaveApi: import("el-plus/es/types/axios").Api;
233
233
  readonly border: boolean;
234
- readonly rowKey: string;
235
234
  readonly fit: boolean;
236
235
  readonly stripe: boolean;
237
236
  readonly showHeader: boolean;
@@ -342,7 +341,6 @@ export declare const EpSearchListPage: {
342
341
  readonly customColumnApi: import("el-plus/es/types/axios").Api;
343
342
  readonly customColumnSaveApi: import("el-plus/es/types/axios").Api;
344
343
  readonly border: boolean;
345
- readonly rowKey: string;
346
344
  readonly fit: boolean;
347
345
  readonly stripe: boolean;
348
346
  readonly showHeader: boolean;
@@ -366,6 +364,7 @@ export declare const EpSearchListPage: {
366
364
  readonly reqParams?: Record<string, any> | undefined;
367
365
  readonly reqBefore?: import("el-plus/es/types/axios").ReqBefore | undefined;
368
366
  readonly reqAfter?: import("el-plus/es/types/axios").ReqAfter | undefined;
367
+ readonly rowKey?: string | ((row: any) => string) | undefined;
369
368
  readonly summaryMethod?: import("element-plus").SummaryMethod<any> | undefined;
370
369
  readonly rowClassName?: import("element-plus").ColumnCls<any> | undefined;
371
370
  readonly rowStyle?: import("element-plus").ColumnStyle<any> | undefined;
@@ -400,7 +399,7 @@ export declare const EpSearchListPage: {
400
399
  readonly tooltipEffect?: string | undefined;
401
400
  readonly appendFilterPanelTo?: string | undefined;
402
401
  readonly scrollbarTabindex?: string | number | undefined;
403
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "data" | "style" | "size" | "disabled" | "lazy" | "headerCellStyle" | "className" | "columns" | "showSelectionCol" | "showSingleSelectionCol" | "showIndexCol" | "align" | "actionColWidth" | "reserveSelection" | "paginationProps" | "showPagination" | "isFrontPage" | "actionButtons" | "formatColumns" | "isInitSearch" | "customColumnApi" | "customColumnSaveApi" | "border" | "rowKey" | "fit" | "stripe" | "showHeader" | "showSummary" | "highlightCurrentRow" | "defaultExpandAll" | "selectOnIndeterminate" | "indent" | "treeProps" | "tableLayout" | "scrollbarAlwaysOn" | "flexible" | "scrollbarTabindex" | "allowDragLastColumn" | "preserveExpandedContent" | "nativeScrollbar">;
402
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "data" | "style" | "size" | "disabled" | "lazy" | "headerCellStyle" | "className" | "columns" | "showSelectionCol" | "showSingleSelectionCol" | "showIndexCol" | "align" | "actionColWidth" | "reserveSelection" | "paginationProps" | "showPagination" | "isFrontPage" | "actionButtons" | "formatColumns" | "isInitSearch" | "customColumnApi" | "customColumnSaveApi" | "border" | "fit" | "stripe" | "showHeader" | "showSummary" | "highlightCurrentRow" | "defaultExpandAll" | "selectOnIndeterminate" | "indent" | "treeProps" | "tableLayout" | "scrollbarAlwaysOn" | "flexible" | "scrollbarTabindex" | "allowDragLastColumn" | "preserveExpandedContent" | "nativeScrollbar">;
404
403
  $attrs: {
405
404
  [x: string]: unknown;
406
405
  };
@@ -1149,10 +1148,6 @@ export declare const EpSearchListPage: {
1149
1148
  readonly [Symbol.unscopables]?: boolean | undefined;
1150
1149
  } | undefined;
1151
1150
  };
1152
- readonly rowKey: {
1153
- type: StringConstructor;
1154
- default: string;
1155
- };
1156
1151
  readonly data: {
1157
1152
  type: import("vue").PropType<any[]>;
1158
1153
  default: () => never[];
@@ -1165,6 +1160,7 @@ export declare const EpSearchListPage: {
1165
1160
  default: boolean;
1166
1161
  };
1167
1162
  readonly stripe: BooleanConstructor;
1163
+ readonly rowKey: import("vue").PropType<import("element-plus").TableProps<any>["rowKey"]>;
1168
1164
  readonly showHeader: {
1169
1165
  type: BooleanConstructor;
1170
1166
  default: boolean;
@@ -1336,7 +1332,6 @@ export declare const EpSearchListPage: {
1336
1332
  readonly customColumnApi: import("el-plus/es/types/axios").Api;
1337
1333
  readonly customColumnSaveApi: import("el-plus/es/types/axios").Api;
1338
1334
  readonly border: boolean;
1339
- readonly rowKey: string;
1340
1335
  readonly fit: boolean;
1341
1336
  readonly stripe: boolean;
1342
1337
  readonly showHeader: boolean;
@@ -1467,7 +1462,6 @@ export declare const EpSearchListPage: {
1467
1462
  readonly customColumnApi: import("el-plus/es/types/axios").Api;
1468
1463
  readonly customColumnSaveApi: import("el-plus/es/types/axios").Api;
1469
1464
  readonly border: boolean;
1470
- readonly rowKey: string;
1471
1465
  readonly fit: boolean;
1472
1466
  readonly stripe: boolean;
1473
1467
  readonly showHeader: boolean;
@@ -2218,10 +2212,6 @@ export declare const EpSearchListPage: {
2218
2212
  readonly [Symbol.unscopables]?: boolean | undefined;
2219
2213
  } | undefined;
2220
2214
  };
2221
- readonly rowKey: {
2222
- type: StringConstructor;
2223
- default: string;
2224
- };
2225
2215
  readonly data: {
2226
2216
  type: import("vue").PropType<any[]>;
2227
2217
  default: () => never[];
@@ -2234,6 +2224,7 @@ export declare const EpSearchListPage: {
2234
2224
  default: boolean;
2235
2225
  };
2236
2226
  readonly stripe: BooleanConstructor;
2227
+ readonly rowKey: import("vue").PropType<import("element-plus").TableProps<any>["rowKey"]>;
2237
2228
  readonly showHeader: {
2238
2229
  type: BooleanConstructor;
2239
2230
  default: boolean;
@@ -2302,7 +2293,7 @@ export declare const EpSearchListPage: {
2302
2293
  };
2303
2294
  readonly preserveExpandedContent: BooleanConstructor;
2304
2295
  readonly nativeScrollbar: BooleanConstructor;
2305
- }>> & Readonly<{}>, "search" | "clearSelection" | "validate" | "resetFields" | "clearValidate" | "elFormRef" | "elTableRef" | "openCustomColumnDialog" | ("data" | "style" | "size" | "disabled" | "lazy" | "headerCellStyle" | "className" | "columns" | "showSelectionCol" | "showSingleSelectionCol" | "showIndexCol" | "align" | "actionColWidth" | "reserveSelection" | "paginationProps" | "showPagination" | "isFrontPage" | "actionButtons" | "formatColumns" | "isInitSearch" | "customColumnApi" | "customColumnSaveApi" | "border" | "rowKey" | "fit" | "stripe" | "showHeader" | "showSummary" | "highlightCurrentRow" | "defaultExpandAll" | "selectOnIndeterminate" | "indent" | "treeProps" | "tableLayout" | "scrollbarAlwaysOn" | "flexible" | "scrollbarTabindex" | "allowDragLastColumn" | "preserveExpandedContent" | "nativeScrollbar")> & import("vue").ShallowUnwrapRef<{
2296
+ }>> & Readonly<{}>, "search" | "clearSelection" | "validate" | "resetFields" | "clearValidate" | "elFormRef" | "elTableRef" | "openCustomColumnDialog" | ("data" | "style" | "size" | "disabled" | "lazy" | "headerCellStyle" | "className" | "columns" | "showSelectionCol" | "showSingleSelectionCol" | "showIndexCol" | "align" | "actionColWidth" | "reserveSelection" | "paginationProps" | "showPagination" | "isFrontPage" | "actionButtons" | "formatColumns" | "isInitSearch" | "customColumnApi" | "customColumnSaveApi" | "border" | "fit" | "stripe" | "showHeader" | "showSummary" | "highlightCurrentRow" | "defaultExpandAll" | "selectOnIndeterminate" | "indent" | "treeProps" | "tableLayout" | "scrollbarAlwaysOn" | "flexible" | "scrollbarTabindex" | "allowDragLastColumn" | "preserveExpandedContent" | "nativeScrollbar")> & import("vue").ShallowUnwrapRef<{
2306
2297
  elFormRef: Readonly<import("vue").ShallowRef<import("element-plus").FormInstance | null>>;
2307
2298
  elTableRef: Readonly<import("vue").ShallowRef<import("element-plus").TableInstance | null>>;
2308
2299
  validate: () => import("element-plus").FormValidationResult;
@@ -2883,7 +2874,6 @@ export declare const EpSearchListPage: {
2883
2874
  readonly customColumnApi: import("el-plus/es/types/axios").Api;
2884
2875
  readonly customColumnSaveApi: import("el-plus/es/types/axios").Api;
2885
2876
  readonly border: boolean;
2886
- readonly rowKey: string;
2887
2877
  readonly fit: boolean;
2888
2878
  readonly stripe: boolean;
2889
2879
  readonly showHeader: boolean;
@@ -2994,7 +2984,6 @@ export declare const EpSearchListPage: {
2994
2984
  readonly customColumnApi: import("el-plus/es/types/axios").Api;
2995
2985
  readonly customColumnSaveApi: import("el-plus/es/types/axios").Api;
2996
2986
  readonly border: boolean;
2997
- readonly rowKey: string;
2998
2987
  readonly fit: boolean;
2999
2988
  readonly stripe: boolean;
3000
2989
  readonly showHeader: boolean;
@@ -3018,6 +3007,7 @@ export declare const EpSearchListPage: {
3018
3007
  readonly reqParams?: Record<string, any> | undefined;
3019
3008
  readonly reqBefore?: import("el-plus/es/types/axios").ReqBefore | undefined;
3020
3009
  readonly reqAfter?: import("el-plus/es/types/axios").ReqAfter | undefined;
3010
+ readonly rowKey?: string | ((row: any) => string) | undefined;
3021
3011
  readonly summaryMethod?: import("element-plus").SummaryMethod<any> | undefined;
3022
3012
  readonly rowClassName?: import("element-plus").ColumnCls<any> | undefined;
3023
3013
  readonly rowStyle?: import("element-plus").ColumnStyle<any> | undefined;
@@ -3052,7 +3042,7 @@ export declare const EpSearchListPage: {
3052
3042
  readonly tooltipEffect?: string | undefined;
3053
3043
  readonly appendFilterPanelTo?: string | undefined;
3054
3044
  readonly scrollbarTabindex?: string | number | undefined;
3055
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "data" | "style" | "size" | "disabled" | "lazy" | "headerCellStyle" | "className" | "columns" | "showSelectionCol" | "showSingleSelectionCol" | "showIndexCol" | "align" | "actionColWidth" | "reserveSelection" | "paginationProps" | "showPagination" | "isFrontPage" | "actionButtons" | "formatColumns" | "isInitSearch" | "customColumnApi" | "customColumnSaveApi" | "border" | "rowKey" | "fit" | "stripe" | "showHeader" | "showSummary" | "highlightCurrentRow" | "defaultExpandAll" | "selectOnIndeterminate" | "indent" | "treeProps" | "tableLayout" | "scrollbarAlwaysOn" | "flexible" | "scrollbarTabindex" | "allowDragLastColumn" | "preserveExpandedContent" | "nativeScrollbar">;
3045
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "data" | "style" | "size" | "disabled" | "lazy" | "headerCellStyle" | "className" | "columns" | "showSelectionCol" | "showSingleSelectionCol" | "showIndexCol" | "align" | "actionColWidth" | "reserveSelection" | "paginationProps" | "showPagination" | "isFrontPage" | "actionButtons" | "formatColumns" | "isInitSearch" | "customColumnApi" | "customColumnSaveApi" | "border" | "fit" | "stripe" | "showHeader" | "showSummary" | "highlightCurrentRow" | "defaultExpandAll" | "selectOnIndeterminate" | "indent" | "treeProps" | "tableLayout" | "scrollbarAlwaysOn" | "flexible" | "scrollbarTabindex" | "allowDragLastColumn" | "preserveExpandedContent" | "nativeScrollbar">;
3056
3046
  $attrs: {
3057
3047
  [x: string]: unknown;
3058
3048
  };
@@ -3801,10 +3791,6 @@ export declare const EpSearchListPage: {
3801
3791
  readonly [Symbol.unscopables]?: boolean | undefined;
3802
3792
  } | undefined;
3803
3793
  };
3804
- readonly rowKey: {
3805
- type: StringConstructor;
3806
- default: string;
3807
- };
3808
3794
  readonly data: {
3809
3795
  type: import("vue").PropType<any[]>;
3810
3796
  default: () => never[];
@@ -3817,6 +3803,7 @@ export declare const EpSearchListPage: {
3817
3803
  default: boolean;
3818
3804
  };
3819
3805
  readonly stripe: BooleanConstructor;
3806
+ readonly rowKey: import("vue").PropType<import("element-plus").TableProps<any>["rowKey"]>;
3820
3807
  readonly showHeader: {
3821
3808
  type: BooleanConstructor;
3822
3809
  default: boolean;
@@ -3988,7 +3975,6 @@ export declare const EpSearchListPage: {
3988
3975
  readonly customColumnApi: import("el-plus/es/types/axios").Api;
3989
3976
  readonly customColumnSaveApi: import("el-plus/es/types/axios").Api;
3990
3977
  readonly border: boolean;
3991
- readonly rowKey: string;
3992
3978
  readonly fit: boolean;
3993
3979
  readonly stripe: boolean;
3994
3980
  readonly showHeader: boolean;
@@ -4119,7 +4105,6 @@ export declare const EpSearchListPage: {
4119
4105
  readonly customColumnApi: import("el-plus/es/types/axios").Api;
4120
4106
  readonly customColumnSaveApi: import("el-plus/es/types/axios").Api;
4121
4107
  readonly border: boolean;
4122
- readonly rowKey: string;
4123
4108
  readonly fit: boolean;
4124
4109
  readonly stripe: boolean;
4125
4110
  readonly showHeader: boolean;
@@ -4870,10 +4855,6 @@ export declare const EpSearchListPage: {
4870
4855
  readonly [Symbol.unscopables]?: boolean | undefined;
4871
4856
  } | undefined;
4872
4857
  };
4873
- readonly rowKey: {
4874
- type: StringConstructor;
4875
- default: string;
4876
- };
4877
4858
  readonly data: {
4878
4859
  type: import("vue").PropType<any[]>;
4879
4860
  default: () => never[];
@@ -4886,6 +4867,7 @@ export declare const EpSearchListPage: {
4886
4867
  default: boolean;
4887
4868
  };
4888
4869
  readonly stripe: BooleanConstructor;
4870
+ readonly rowKey: import("vue").PropType<import("element-plus").TableProps<any>["rowKey"]>;
4889
4871
  readonly showHeader: {
4890
4872
  type: BooleanConstructor;
4891
4873
  default: boolean;
@@ -4954,7 +4936,7 @@ export declare const EpSearchListPage: {
4954
4936
  };
4955
4937
  readonly preserveExpandedContent: BooleanConstructor;
4956
4938
  readonly nativeScrollbar: BooleanConstructor;
4957
- }>> & Readonly<{}>, "search" | "clearSelection" | "validate" | "resetFields" | "clearValidate" | "elFormRef" | "elTableRef" | "openCustomColumnDialog" | ("data" | "style" | "size" | "disabled" | "lazy" | "headerCellStyle" | "className" | "columns" | "showSelectionCol" | "showSingleSelectionCol" | "showIndexCol" | "align" | "actionColWidth" | "reserveSelection" | "paginationProps" | "showPagination" | "isFrontPage" | "actionButtons" | "formatColumns" | "isInitSearch" | "customColumnApi" | "customColumnSaveApi" | "border" | "rowKey" | "fit" | "stripe" | "showHeader" | "showSummary" | "highlightCurrentRow" | "defaultExpandAll" | "selectOnIndeterminate" | "indent" | "treeProps" | "tableLayout" | "scrollbarAlwaysOn" | "flexible" | "scrollbarTabindex" | "allowDragLastColumn" | "preserveExpandedContent" | "nativeScrollbar")> & import("vue").ShallowUnwrapRef<{
4939
+ }>> & Readonly<{}>, "search" | "clearSelection" | "validate" | "resetFields" | "clearValidate" | "elFormRef" | "elTableRef" | "openCustomColumnDialog" | ("data" | "style" | "size" | "disabled" | "lazy" | "headerCellStyle" | "className" | "columns" | "showSelectionCol" | "showSingleSelectionCol" | "showIndexCol" | "align" | "actionColWidth" | "reserveSelection" | "paginationProps" | "showPagination" | "isFrontPage" | "actionButtons" | "formatColumns" | "isInitSearch" | "customColumnApi" | "customColumnSaveApi" | "border" | "fit" | "stripe" | "showHeader" | "showSummary" | "highlightCurrentRow" | "defaultExpandAll" | "selectOnIndeterminate" | "indent" | "treeProps" | "tableLayout" | "scrollbarAlwaysOn" | "flexible" | "scrollbarTabindex" | "allowDragLastColumn" | "preserveExpandedContent" | "nativeScrollbar")> & import("vue").ShallowUnwrapRef<{
4958
4940
  elFormRef: Readonly<import("vue").ShallowRef<import("element-plus").FormInstance | null>>;
4959
4941
  elTableRef: Readonly<import("vue").ShallowRef<import("element-plus").TableInstance | null>>;
4960
4942
  validate: () => import("element-plus").FormValidationResult;
@@ -5482,7 +5464,6 @@ export declare const EpSearchListPage: {
5482
5464
  readonly customColumnApi: import("el-plus/es/types/axios").Api;
5483
5465
  readonly customColumnSaveApi: import("el-plus/es/types/axios").Api;
5484
5466
  readonly border: boolean;
5485
- readonly rowKey: string;
5486
5467
  readonly fit: boolean;
5487
5468
  readonly stripe: boolean;
5488
5469
  readonly showHeader: boolean;
@@ -5593,7 +5574,6 @@ export declare const EpSearchListPage: {
5593
5574
  readonly customColumnApi: import("el-plus/es/types/axios").Api;
5594
5575
  readonly customColumnSaveApi: import("el-plus/es/types/axios").Api;
5595
5576
  readonly border: boolean;
5596
- readonly rowKey: string;
5597
5577
  readonly fit: boolean;
5598
5578
  readonly stripe: boolean;
5599
5579
  readonly showHeader: boolean;
@@ -5617,6 +5597,7 @@ export declare const EpSearchListPage: {
5617
5597
  readonly reqParams?: Record<string, any> | undefined;
5618
5598
  readonly reqBefore?: import("el-plus/es/types/axios").ReqBefore | undefined;
5619
5599
  readonly reqAfter?: import("el-plus/es/types/axios").ReqAfter | undefined;
5600
+ readonly rowKey?: string | ((row: any) => string) | undefined;
5620
5601
  readonly summaryMethod?: import("element-plus").SummaryMethod<any> | undefined;
5621
5602
  readonly rowClassName?: import("element-plus").ColumnCls<any> | undefined;
5622
5603
  readonly rowStyle?: import("element-plus").ColumnStyle<any> | undefined;
@@ -5651,7 +5632,7 @@ export declare const EpSearchListPage: {
5651
5632
  readonly tooltipEffect?: string | undefined;
5652
5633
  readonly appendFilterPanelTo?: string | undefined;
5653
5634
  readonly scrollbarTabindex?: string | number | undefined;
5654
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "data" | "style" | "size" | "disabled" | "lazy" | "headerCellStyle" | "className" | "columns" | "showSelectionCol" | "showSingleSelectionCol" | "showIndexCol" | "align" | "actionColWidth" | "reserveSelection" | "paginationProps" | "showPagination" | "isFrontPage" | "actionButtons" | "formatColumns" | "isInitSearch" | "customColumnApi" | "customColumnSaveApi" | "border" | "rowKey" | "fit" | "stripe" | "showHeader" | "showSummary" | "highlightCurrentRow" | "defaultExpandAll" | "selectOnIndeterminate" | "indent" | "treeProps" | "tableLayout" | "scrollbarAlwaysOn" | "flexible" | "scrollbarTabindex" | "allowDragLastColumn" | "preserveExpandedContent" | "nativeScrollbar">;
5635
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "data" | "style" | "size" | "disabled" | "lazy" | "headerCellStyle" | "className" | "columns" | "showSelectionCol" | "showSingleSelectionCol" | "showIndexCol" | "align" | "actionColWidth" | "reserveSelection" | "paginationProps" | "showPagination" | "isFrontPage" | "actionButtons" | "formatColumns" | "isInitSearch" | "customColumnApi" | "customColumnSaveApi" | "border" | "fit" | "stripe" | "showHeader" | "showSummary" | "highlightCurrentRow" | "defaultExpandAll" | "selectOnIndeterminate" | "indent" | "treeProps" | "tableLayout" | "scrollbarAlwaysOn" | "flexible" | "scrollbarTabindex" | "allowDragLastColumn" | "preserveExpandedContent" | "nativeScrollbar">;
5655
5636
  $attrs: {
5656
5637
  [x: string]: unknown;
5657
5638
  };
@@ -6362,10 +6343,6 @@ export declare const EpSearchListPage: {
6362
6343
  readonly [Symbol.unscopables]?: boolean | undefined;
6363
6344
  } | undefined;
6364
6345
  };
6365
- readonly rowKey: {
6366
- type: StringConstructor;
6367
- default: string;
6368
- };
6369
6346
  readonly data: {
6370
6347
  type: import("vue").PropType<any[]>;
6371
6348
  default: () => never[];
@@ -6378,6 +6355,7 @@ export declare const EpSearchListPage: {
6378
6355
  default: boolean;
6379
6356
  };
6380
6357
  readonly stripe: BooleanConstructor;
6358
+ readonly rowKey: import("vue").PropType<import("element-plus").TableProps<any>["rowKey"]>;
6381
6359
  readonly showHeader: {
6382
6360
  type: BooleanConstructor;
6383
6361
  default: boolean;
@@ -6549,7 +6527,6 @@ export declare const EpSearchListPage: {
6549
6527
  readonly customColumnApi: import("el-plus/es/types/axios").Api;
6550
6528
  readonly customColumnSaveApi: import("el-plus/es/types/axios").Api;
6551
6529
  readonly border: boolean;
6552
- readonly rowKey: string;
6553
6530
  readonly fit: boolean;
6554
6531
  readonly stripe: boolean;
6555
6532
  readonly showHeader: boolean;
@@ -6680,7 +6657,6 @@ export declare const EpSearchListPage: {
6680
6657
  readonly customColumnApi: import("el-plus/es/types/axios").Api;
6681
6658
  readonly customColumnSaveApi: import("el-plus/es/types/axios").Api;
6682
6659
  readonly border: boolean;
6683
- readonly rowKey: string;
6684
6660
  readonly fit: boolean;
6685
6661
  readonly stripe: boolean;
6686
6662
  readonly showHeader: boolean;
@@ -7393,10 +7369,6 @@ export declare const EpSearchListPage: {
7393
7369
  readonly [Symbol.unscopables]?: boolean | undefined;
7394
7370
  } | undefined;
7395
7371
  };
7396
- readonly rowKey: {
7397
- type: StringConstructor;
7398
- default: string;
7399
- };
7400
7372
  readonly data: {
7401
7373
  type: import("vue").PropType<any[]>;
7402
7374
  default: () => never[];
@@ -7409,6 +7381,7 @@ export declare const EpSearchListPage: {
7409
7381
  default: boolean;
7410
7382
  };
7411
7383
  readonly stripe: BooleanConstructor;
7384
+ readonly rowKey: import("vue").PropType<import("element-plus").TableProps<any>["rowKey"]>;
7412
7385
  readonly showHeader: {
7413
7386
  type: BooleanConstructor;
7414
7387
  default: boolean;
@@ -7477,7 +7450,7 @@ export declare const EpSearchListPage: {
7477
7450
  };
7478
7451
  readonly preserveExpandedContent: BooleanConstructor;
7479
7452
  readonly nativeScrollbar: BooleanConstructor;
7480
- }>> & Readonly<{}>, "search" | "clearSelection" | "validate" | "resetFields" | "clearValidate" | "elFormRef" | "elTableRef" | "openCustomColumnDialog" | ("data" | "style" | "size" | "disabled" | "lazy" | "headerCellStyle" | "className" | "columns" | "showSelectionCol" | "showSingleSelectionCol" | "showIndexCol" | "align" | "actionColWidth" | "reserveSelection" | "paginationProps" | "showPagination" | "isFrontPage" | "actionButtons" | "formatColumns" | "isInitSearch" | "customColumnApi" | "customColumnSaveApi" | "border" | "rowKey" | "fit" | "stripe" | "showHeader" | "showSummary" | "highlightCurrentRow" | "defaultExpandAll" | "selectOnIndeterminate" | "indent" | "treeProps" | "tableLayout" | "scrollbarAlwaysOn" | "flexible" | "scrollbarTabindex" | "allowDragLastColumn" | "preserveExpandedContent" | "nativeScrollbar")> & import("vue").ShallowUnwrapRef<{
7453
+ }>> & Readonly<{}>, "search" | "clearSelection" | "validate" | "resetFields" | "clearValidate" | "elFormRef" | "elTableRef" | "openCustomColumnDialog" | ("data" | "style" | "size" | "disabled" | "lazy" | "headerCellStyle" | "className" | "columns" | "showSelectionCol" | "showSingleSelectionCol" | "showIndexCol" | "align" | "actionColWidth" | "reserveSelection" | "paginationProps" | "showPagination" | "isFrontPage" | "actionButtons" | "formatColumns" | "isInitSearch" | "customColumnApi" | "customColumnSaveApi" | "border" | "fit" | "stripe" | "showHeader" | "showSummary" | "highlightCurrentRow" | "defaultExpandAll" | "selectOnIndeterminate" | "indent" | "treeProps" | "tableLayout" | "scrollbarAlwaysOn" | "flexible" | "scrollbarTabindex" | "allowDragLastColumn" | "preserveExpandedContent" | "nativeScrollbar")> & import("vue").ShallowUnwrapRef<{
7481
7454
  elFormRef: Readonly<import("vue").ShallowRef<import("element-plus").FormInstance | null>>;
7482
7455
  elTableRef: Readonly<import("vue").ShallowRef<import("element-plus").TableInstance | null>>;
7483
7456
  validate: () => import("element-plus").FormValidationResult;
@@ -184,7 +184,6 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
184
184
  readonly customColumnApi: import("el-plus/es/types").Api;
185
185
  readonly customColumnSaveApi: import("el-plus/es/types").Api;
186
186
  readonly border: boolean;
187
- readonly rowKey: string;
188
187
  readonly fit: boolean;
189
188
  readonly stripe: boolean;
190
189
  readonly showHeader: boolean;
@@ -295,7 +294,6 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
295
294
  readonly customColumnApi: import("el-plus/es/types").Api;
296
295
  readonly customColumnSaveApi: import("el-plus/es/types").Api;
297
296
  readonly border: boolean;
298
- readonly rowKey: string;
299
297
  readonly fit: boolean;
300
298
  readonly stripe: boolean;
301
299
  readonly showHeader: boolean;
@@ -319,6 +317,7 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
319
317
  readonly reqParams?: Record<string, any> | undefined;
320
318
  readonly reqBefore?: import("el-plus/es/types").ReqBefore | undefined;
321
319
  readonly reqAfter?: import("el-plus/es/types").ReqAfter | undefined;
320
+ readonly rowKey?: string | ((row: any) => string) | undefined;
322
321
  readonly summaryMethod?: import("element-plus").SummaryMethod<any> | undefined;
323
322
  readonly rowClassName?: import("element-plus").ColumnCls<any> | undefined;
324
323
  readonly rowStyle?: import("element-plus").ColumnStyle<any> | undefined;
@@ -353,7 +352,7 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
353
352
  readonly tooltipEffect?: string | undefined;
354
353
  readonly appendFilterPanelTo?: string | undefined;
355
354
  readonly scrollbarTabindex?: string | number | undefined;
356
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "data" | "style" | "size" | "disabled" | "lazy" | "headerCellStyle" | "className" | "columns" | "showSelectionCol" | "showSingleSelectionCol" | "showIndexCol" | "align" | "actionColWidth" | "reserveSelection" | "paginationProps" | "showPagination" | "isFrontPage" | "actionButtons" | "formatColumns" | "isInitSearch" | "customColumnApi" | "customColumnSaveApi" | "border" | "rowKey" | "fit" | "stripe" | "showHeader" | "showSummary" | "highlightCurrentRow" | "defaultExpandAll" | "selectOnIndeterminate" | "indent" | "treeProps" | "tableLayout" | "scrollbarAlwaysOn" | "flexible" | "scrollbarTabindex" | "allowDragLastColumn" | "preserveExpandedContent" | "nativeScrollbar">;
355
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "data" | "style" | "size" | "disabled" | "lazy" | "headerCellStyle" | "className" | "columns" | "showSelectionCol" | "showSingleSelectionCol" | "showIndexCol" | "align" | "actionColWidth" | "reserveSelection" | "paginationProps" | "showPagination" | "isFrontPage" | "actionButtons" | "formatColumns" | "isInitSearch" | "customColumnApi" | "customColumnSaveApi" | "border" | "fit" | "stripe" | "showHeader" | "showSummary" | "highlightCurrentRow" | "defaultExpandAll" | "selectOnIndeterminate" | "indent" | "treeProps" | "tableLayout" | "scrollbarAlwaysOn" | "flexible" | "scrollbarTabindex" | "allowDragLastColumn" | "preserveExpandedContent" | "nativeScrollbar">;
357
356
  $attrs: {
358
357
  [x: string]: unknown;
359
358
  };
@@ -1064,10 +1063,6 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
1064
1063
  readonly [Symbol.unscopables]?: boolean | undefined;
1065
1064
  } | undefined;
1066
1065
  };
1067
- readonly rowKey: {
1068
- type: StringConstructor;
1069
- default: string;
1070
- };
1071
1066
  readonly data: {
1072
1067
  type: import("vue").PropType<any[]>;
1073
1068
  default: () => never[];
@@ -1080,6 +1075,7 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
1080
1075
  default: boolean;
1081
1076
  };
1082
1077
  readonly stripe: BooleanConstructor;
1078
+ readonly rowKey: import("vue").PropType<import("element-plus").TableProps<any>["rowKey"]>;
1083
1079
  readonly showHeader: {
1084
1080
  type: BooleanConstructor;
1085
1081
  default: boolean;
@@ -1251,7 +1247,6 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
1251
1247
  readonly customColumnApi: import("el-plus/es/types").Api;
1252
1248
  readonly customColumnSaveApi: import("el-plus/es/types").Api;
1253
1249
  readonly border: boolean;
1254
- readonly rowKey: string;
1255
1250
  readonly fit: boolean;
1256
1251
  readonly stripe: boolean;
1257
1252
  readonly showHeader: boolean;
@@ -1382,7 +1377,6 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
1382
1377
  readonly customColumnApi: import("el-plus/es/types").Api;
1383
1378
  readonly customColumnSaveApi: import("el-plus/es/types").Api;
1384
1379
  readonly border: boolean;
1385
- readonly rowKey: string;
1386
1380
  readonly fit: boolean;
1387
1381
  readonly stripe: boolean;
1388
1382
  readonly showHeader: boolean;
@@ -2095,10 +2089,6 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
2095
2089
  readonly [Symbol.unscopables]?: boolean | undefined;
2096
2090
  } | undefined;
2097
2091
  };
2098
- readonly rowKey: {
2099
- type: StringConstructor;
2100
- default: string;
2101
- };
2102
2092
  readonly data: {
2103
2093
  type: import("vue").PropType<any[]>;
2104
2094
  default: () => never[];
@@ -2111,6 +2101,7 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
2111
2101
  default: boolean;
2112
2102
  };
2113
2103
  readonly stripe: BooleanConstructor;
2104
+ readonly rowKey: import("vue").PropType<import("element-plus").TableProps<any>["rowKey"]>;
2114
2105
  readonly showHeader: {
2115
2106
  type: BooleanConstructor;
2116
2107
  default: boolean;
@@ -2179,7 +2170,7 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
2179
2170
  };
2180
2171
  readonly preserveExpandedContent: BooleanConstructor;
2181
2172
  readonly nativeScrollbar: BooleanConstructor;
2182
- }>> & Readonly<{}>, "search" | "clearSelection" | "validate" | "resetFields" | "clearValidate" | "elFormRef" | "elTableRef" | "openCustomColumnDialog" | ("data" | "style" | "size" | "disabled" | "lazy" | "headerCellStyle" | "className" | "columns" | "showSelectionCol" | "showSingleSelectionCol" | "showIndexCol" | "align" | "actionColWidth" | "reserveSelection" | "paginationProps" | "showPagination" | "isFrontPage" | "actionButtons" | "formatColumns" | "isInitSearch" | "customColumnApi" | "customColumnSaveApi" | "border" | "rowKey" | "fit" | "stripe" | "showHeader" | "showSummary" | "highlightCurrentRow" | "defaultExpandAll" | "selectOnIndeterminate" | "indent" | "treeProps" | "tableLayout" | "scrollbarAlwaysOn" | "flexible" | "scrollbarTabindex" | "allowDragLastColumn" | "preserveExpandedContent" | "nativeScrollbar")> & import("vue").ShallowUnwrapRef<{
2173
+ }>> & Readonly<{}>, "search" | "clearSelection" | "validate" | "resetFields" | "clearValidate" | "elFormRef" | "elTableRef" | "openCustomColumnDialog" | ("data" | "style" | "size" | "disabled" | "lazy" | "headerCellStyle" | "className" | "columns" | "showSelectionCol" | "showSingleSelectionCol" | "showIndexCol" | "align" | "actionColWidth" | "reserveSelection" | "paginationProps" | "showPagination" | "isFrontPage" | "actionButtons" | "formatColumns" | "isInitSearch" | "customColumnApi" | "customColumnSaveApi" | "border" | "fit" | "stripe" | "showHeader" | "showSummary" | "highlightCurrentRow" | "defaultExpandAll" | "selectOnIndeterminate" | "indent" | "treeProps" | "tableLayout" | "scrollbarAlwaysOn" | "flexible" | "scrollbarTabindex" | "allowDragLastColumn" | "preserveExpandedContent" | "nativeScrollbar")> & import("vue").ShallowUnwrapRef<{
2183
2174
  elFormRef: Readonly<import("vue").ShallowRef<import("element-plus").FormInstance | null>>;
2184
2175
  elTableRef: Readonly<import("vue").ShallowRef<import("element-plus").TableInstance | null>>;
2185
2176
  validate: () => import("element-plus").FormValidationResult;
@@ -181,7 +181,6 @@ export declare const useSearchListPage: (props: SearchListPageProps, config?: {}
181
181
  readonly customColumnApi: import("el-plus/es/types").Api;
182
182
  readonly customColumnSaveApi: import("el-plus/es/types").Api;
183
183
  readonly border: boolean;
184
- readonly rowKey: string;
185
184
  readonly fit: boolean;
186
185
  readonly stripe: boolean;
187
186
  readonly showHeader: boolean;
@@ -292,7 +291,6 @@ export declare const useSearchListPage: (props: SearchListPageProps, config?: {}
292
291
  readonly customColumnApi: import("el-plus/es/types").Api;
293
292
  readonly customColumnSaveApi: import("el-plus/es/types").Api;
294
293
  readonly border: boolean;
295
- readonly rowKey: string;
296
294
  readonly fit: boolean;
297
295
  readonly stripe: boolean;
298
296
  readonly showHeader: boolean;
@@ -316,6 +314,7 @@ export declare const useSearchListPage: (props: SearchListPageProps, config?: {}
316
314
  readonly reqParams?: Record<string, any> | undefined;
317
315
  readonly reqBefore?: import("el-plus/es/types").ReqBefore | undefined;
318
316
  readonly reqAfter?: import("el-plus/es/types").ReqAfter | undefined;
317
+ readonly rowKey?: string | ((row: any) => string) | undefined;
319
318
  readonly summaryMethod?: import("element-plus").SummaryMethod<any> | undefined;
320
319
  readonly rowClassName?: import("element-plus").ColumnCls<any> | undefined;
321
320
  readonly rowStyle?: import("element-plus").ColumnStyle<any> | undefined;
@@ -350,7 +349,7 @@ export declare const useSearchListPage: (props: SearchListPageProps, config?: {}
350
349
  readonly tooltipEffect?: string | undefined;
351
350
  readonly appendFilterPanelTo?: string | undefined;
352
351
  readonly scrollbarTabindex?: string | number | undefined;
353
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "data" | "style" | "size" | "disabled" | "lazy" | "headerCellStyle" | "className" | "columns" | "showSelectionCol" | "showSingleSelectionCol" | "showIndexCol" | "align" | "actionColWidth" | "reserveSelection" | "paginationProps" | "showPagination" | "isFrontPage" | "actionButtons" | "formatColumns" | "isInitSearch" | "customColumnApi" | "customColumnSaveApi" | "border" | "rowKey" | "fit" | "stripe" | "showHeader" | "showSummary" | "highlightCurrentRow" | "defaultExpandAll" | "selectOnIndeterminate" | "indent" | "treeProps" | "tableLayout" | "scrollbarAlwaysOn" | "flexible" | "scrollbarTabindex" | "allowDragLastColumn" | "preserveExpandedContent" | "nativeScrollbar">;
352
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "data" | "style" | "size" | "disabled" | "lazy" | "headerCellStyle" | "className" | "columns" | "showSelectionCol" | "showSingleSelectionCol" | "showIndexCol" | "align" | "actionColWidth" | "reserveSelection" | "paginationProps" | "showPagination" | "isFrontPage" | "actionButtons" | "formatColumns" | "isInitSearch" | "customColumnApi" | "customColumnSaveApi" | "border" | "fit" | "stripe" | "showHeader" | "showSummary" | "highlightCurrentRow" | "defaultExpandAll" | "selectOnIndeterminate" | "indent" | "treeProps" | "tableLayout" | "scrollbarAlwaysOn" | "flexible" | "scrollbarTabindex" | "allowDragLastColumn" | "preserveExpandedContent" | "nativeScrollbar">;
354
353
  $attrs: {
355
354
  [x: string]: unknown;
356
355
  };
@@ -1061,10 +1060,6 @@ export declare const useSearchListPage: (props: SearchListPageProps, config?: {}
1061
1060
  readonly [Symbol.unscopables]?: boolean | undefined;
1062
1061
  } | undefined;
1063
1062
  };
1064
- readonly rowKey: {
1065
- type: StringConstructor;
1066
- default: string;
1067
- };
1068
1063
  readonly data: {
1069
1064
  type: import("vue").PropType<any[]>;
1070
1065
  default: () => never[];
@@ -1077,6 +1072,7 @@ export declare const useSearchListPage: (props: SearchListPageProps, config?: {}
1077
1072
  default: boolean;
1078
1073
  };
1079
1074
  readonly stripe: BooleanConstructor;
1075
+ readonly rowKey: import("vue").PropType<import("element-plus").TableProps<any>["rowKey"]>;
1080
1076
  readonly showHeader: {
1081
1077
  type: BooleanConstructor;
1082
1078
  default: boolean;
@@ -1248,7 +1244,6 @@ export declare const useSearchListPage: (props: SearchListPageProps, config?: {}
1248
1244
  readonly customColumnApi: import("el-plus/es/types").Api;
1249
1245
  readonly customColumnSaveApi: import("el-plus/es/types").Api;
1250
1246
  readonly border: boolean;
1251
- readonly rowKey: string;
1252
1247
  readonly fit: boolean;
1253
1248
  readonly stripe: boolean;
1254
1249
  readonly showHeader: boolean;
@@ -1379,7 +1374,6 @@ export declare const useSearchListPage: (props: SearchListPageProps, config?: {}
1379
1374
  readonly customColumnApi: import("el-plus/es/types").Api;
1380
1375
  readonly customColumnSaveApi: import("el-plus/es/types").Api;
1381
1376
  readonly border: boolean;
1382
- readonly rowKey: string;
1383
1377
  readonly fit: boolean;
1384
1378
  readonly stripe: boolean;
1385
1379
  readonly showHeader: boolean;
@@ -2092,10 +2086,6 @@ export declare const useSearchListPage: (props: SearchListPageProps, config?: {}
2092
2086
  readonly [Symbol.unscopables]?: boolean | undefined;
2093
2087
  } | undefined;
2094
2088
  };
2095
- readonly rowKey: {
2096
- type: StringConstructor;
2097
- default: string;
2098
- };
2099
2089
  readonly data: {
2100
2090
  type: import("vue").PropType<any[]>;
2101
2091
  default: () => never[];
@@ -2108,6 +2098,7 @@ export declare const useSearchListPage: (props: SearchListPageProps, config?: {}
2108
2098
  default: boolean;
2109
2099
  };
2110
2100
  readonly stripe: BooleanConstructor;
2101
+ readonly rowKey: import("vue").PropType<import("element-plus").TableProps<any>["rowKey"]>;
2111
2102
  readonly showHeader: {
2112
2103
  type: BooleanConstructor;
2113
2104
  default: boolean;
@@ -2176,7 +2167,7 @@ export declare const useSearchListPage: (props: SearchListPageProps, config?: {}
2176
2167
  };
2177
2168
  readonly preserveExpandedContent: BooleanConstructor;
2178
2169
  readonly nativeScrollbar: BooleanConstructor;
2179
- }>> & Readonly<{}>, "search" | "clearSelection" | "validate" | "resetFields" | "clearValidate" | "elFormRef" | "elTableRef" | "openCustomColumnDialog" | ("data" | "style" | "size" | "disabled" | "lazy" | "headerCellStyle" | "className" | "columns" | "showSelectionCol" | "showSingleSelectionCol" | "showIndexCol" | "align" | "actionColWidth" | "reserveSelection" | "paginationProps" | "showPagination" | "isFrontPage" | "actionButtons" | "formatColumns" | "isInitSearch" | "customColumnApi" | "customColumnSaveApi" | "border" | "rowKey" | "fit" | "stripe" | "showHeader" | "showSummary" | "highlightCurrentRow" | "defaultExpandAll" | "selectOnIndeterminate" | "indent" | "treeProps" | "tableLayout" | "scrollbarAlwaysOn" | "flexible" | "scrollbarTabindex" | "allowDragLastColumn" | "preserveExpandedContent" | "nativeScrollbar")> & import("vue").ShallowUnwrapRef<{
2170
+ }>> & Readonly<{}>, "search" | "clearSelection" | "validate" | "resetFields" | "clearValidate" | "elFormRef" | "elTableRef" | "openCustomColumnDialog" | ("data" | "style" | "size" | "disabled" | "lazy" | "headerCellStyle" | "className" | "columns" | "showSelectionCol" | "showSingleSelectionCol" | "showIndexCol" | "align" | "actionColWidth" | "reserveSelection" | "paginationProps" | "showPagination" | "isFrontPage" | "actionButtons" | "formatColumns" | "isInitSearch" | "customColumnApi" | "customColumnSaveApi" | "border" | "fit" | "stripe" | "showHeader" | "showSummary" | "highlightCurrentRow" | "defaultExpandAll" | "selectOnIndeterminate" | "indent" | "treeProps" | "tableLayout" | "scrollbarAlwaysOn" | "flexible" | "scrollbarTabindex" | "allowDragLastColumn" | "preserveExpandedContent" | "nativeScrollbar")> & import("vue").ShallowUnwrapRef<{
2180
2171
  elFormRef: Readonly<import("vue").ShallowRef<import("element-plus").FormInstance | null>>;
2181
2172
  elTableRef: Readonly<import("vue").ShallowRef<import("element-plus").TableInstance | null>>;
2182
2173
  validate: () => import("element-plus").FormValidationResult;
@@ -734,10 +734,6 @@ export declare const EpTable: {
734
734
  readonly [Symbol.unscopables]?: boolean | undefined;
735
735
  } | undefined;
736
736
  };
737
- readonly rowKey: {
738
- type: StringConstructor;
739
- default: string;
740
- };
741
737
  readonly data: {
742
738
  type: import("vue").PropType<any[]>;
743
739
  default: () => never[];
@@ -750,6 +746,7 @@ export declare const EpTable: {
750
746
  default: boolean;
751
747
  };
752
748
  readonly stripe: BooleanConstructor;
749
+ readonly rowKey: import("vue").PropType<import("element-plus").TableProps<any>["rowKey"]>;
753
750
  readonly showHeader: {
754
751
  type: BooleanConstructor;
755
752
  default: boolean;
@@ -921,7 +918,6 @@ export declare const EpTable: {
921
918
  readonly customColumnApi: import("el-plus/es/types/axios").Api;
922
919
  readonly customColumnSaveApi: import("el-plus/es/types/axios").Api;
923
920
  readonly border: boolean;
924
- readonly rowKey: string;
925
921
  readonly fit: boolean;
926
922
  readonly stripe: boolean;
927
923
  readonly showHeader: boolean;
@@ -1679,10 +1675,6 @@ export declare const EpTable: {
1679
1675
  readonly [Symbol.unscopables]?: boolean | undefined;
1680
1676
  } | undefined;
1681
1677
  };
1682
- readonly rowKey: {
1683
- type: StringConstructor;
1684
- default: string;
1685
- };
1686
1678
  readonly data: {
1687
1679
  type: import("vue").PropType<any[]>;
1688
1680
  default: () => never[];
@@ -1695,6 +1687,7 @@ export declare const EpTable: {
1695
1687
  default: boolean;
1696
1688
  };
1697
1689
  readonly stripe: BooleanConstructor;
1690
+ readonly rowKey: import("vue").PropType<import("element-plus").TableProps<any>["rowKey"]>;
1698
1691
  readonly showHeader: {
1699
1692
  type: BooleanConstructor;
1700
1693
  default: boolean;
@@ -1866,7 +1859,6 @@ export declare const EpTable: {
1866
1859
  readonly customColumnApi: import("el-plus/es/types/axios").Api;
1867
1860
  readonly customColumnSaveApi: import("el-plus/es/types/axios").Api;
1868
1861
  readonly border: boolean;
1869
- readonly rowKey: string;
1870
1862
  readonly fit: boolean;
1871
1863
  readonly stripe: boolean;
1872
1864
  readonly showHeader: boolean;
@@ -2583,10 +2575,6 @@ export declare const EpTable: {
2583
2575
  readonly [Symbol.unscopables]?: boolean | undefined;
2584
2576
  } | undefined;
2585
2577
  };
2586
- readonly rowKey: {
2587
- type: StringConstructor;
2588
- default: string;
2589
- };
2590
2578
  readonly data: {
2591
2579
  type: import("vue").PropType<any[]>;
2592
2580
  default: () => never[];
@@ -2599,6 +2587,7 @@ export declare const EpTable: {
2599
2587
  default: boolean;
2600
2588
  };
2601
2589
  readonly stripe: BooleanConstructor;
2590
+ readonly rowKey: import("vue").PropType<import("element-plus").TableProps<any>["rowKey"]>;
2602
2591
  readonly showHeader: {
2603
2592
  type: BooleanConstructor;
2604
2593
  default: boolean;
@@ -2770,7 +2759,6 @@ export declare const EpTable: {
2770
2759
  readonly customColumnApi: import("el-plus/es/types/axios").Api;
2771
2760
  readonly customColumnSaveApi: import("el-plus/es/types/axios").Api;
2772
2761
  readonly border: boolean;
2773
- readonly rowKey: string;
2774
2762
  readonly fit: boolean;
2775
2763
  readonly stripe: boolean;
2776
2764
  readonly showHeader: boolean;
@@ -717,10 +717,6 @@ export declare const tableProps: {
717
717
  readonly [Symbol.unscopables]?: boolean | undefined;
718
718
  } | undefined;
719
719
  };
720
- readonly rowKey: {
721
- type: StringConstructor;
722
- default: string;
723
- };
724
720
  readonly data: {
725
721
  type: PropType<any[]>;
726
722
  default: () => never[];
@@ -733,6 +729,7 @@ export declare const tableProps: {
733
729
  default: boolean;
734
730
  };
735
731
  readonly stripe: BooleanConstructor;
732
+ readonly rowKey: PropType<import("element-plus").TableProps<any>["rowKey"]>;
736
733
  readonly showHeader: {
737
734
  type: BooleanConstructor;
738
735
  default: boolean;
@@ -24,10 +24,6 @@ const inheritTableProps = {
24
24
  fontSize: "14px",
25
25
  color: "#505050"
26
26
  })
27
- },
28
- rowKey: {
29
- type: String,
30
- default: "_rowKey"
31
27
  }
32
28
  };
33
29
  const expandTableProps = {