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