el-plus 0.0.25 → 0.0.26
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 +6 -0
- package/dist/index.full.js +2 -2
- package/dist/index.full.min.js +1 -1
- package/dist/index.full.min.mjs +1 -1
- package/dist/index.full.mjs +2 -2
- package/es/components/buttons/index.d.ts +17 -17
- package/es/components/buttons/src/buttons-vue.d.ts +2 -2
- package/es/components/custom-column/index.d.ts +12 -12
- package/es/components/custom-column/src/custom-column.d.ts +2 -2
- package/es/components/custom-column/src/custom-column.vue.d.ts +6 -6
- package/es/components/form/src/form.vue.d.ts +5 -5
- package/es/components/header/index.d.ts +14 -14
- package/es/components/header/src/header.vue.d.ts +3 -3
- package/es/components/search-list-page/index.d.ts +245 -245
- package/es/components/search-list-page/src/search-list-page.d.ts +4 -4
- package/es/components/search-list-page/src/search-list-page.vue.d.ts +26 -26
- package/es/components/search-list-page/src/use-search-list-page.d.ts +19 -19
- package/es/components/select/index.d.ts +12 -12
- package/es/components/select/src/select.d.ts +4 -4
- package/es/components/select/src/select.vue.d.ts +8 -8
- package/es/components/table/index.d.ts +30 -30
- package/es/components/table/src/table.vue.d.ts +15 -15
- package/es/components/title/index.d.ts +11 -11
- package/es/components/title/src/title.vue.d.ts +1 -1
- package/es/hooks/dialog/use-choose-dialog.d.ts +1 -1
- package/es/hooks/dialog/use-form-dialog.d.ts +1 -1
- package/es/package.json.mjs +1 -1
- package/lib/components/buttons/index.d.ts +17 -17
- package/lib/components/buttons/src/buttons-vue.d.ts +2 -2
- package/lib/components/custom-column/index.d.ts +12 -12
- package/lib/components/custom-column/src/custom-column.d.ts +2 -2
- package/lib/components/custom-column/src/custom-column.vue.d.ts +6 -6
- package/lib/components/form/src/form.vue.d.ts +5 -5
- package/lib/components/header/index.d.ts +14 -14
- package/lib/components/header/src/header.vue.d.ts +3 -3
- package/lib/components/search-list-page/index.d.ts +245 -245
- package/lib/components/search-list-page/src/search-list-page.d.ts +4 -4
- package/lib/components/search-list-page/src/search-list-page.vue.d.ts +26 -26
- package/lib/components/search-list-page/src/use-search-list-page.d.ts +19 -19
- package/lib/components/select/index.d.ts +12 -12
- package/lib/components/select/src/select.d.ts +4 -4
- package/lib/components/select/src/select.vue.d.ts +8 -8
- package/lib/components/table/index.d.ts +30 -30
- package/lib/components/table/src/table.vue.d.ts +15 -15
- package/lib/components/title/index.d.ts +11 -11
- package/lib/components/title/src/title.vue.d.ts +1 -1
- package/lib/hooks/dialog/use-choose-dialog.d.ts +1 -1
- package/lib/hooks/dialog/use-form-dialog.d.ts +1 -1
- package/lib/package.json.js +1 -1
- package/package.json +1 -1
|
@@ -55,10 +55,10 @@ export declare const searchListPageProps: {
|
|
|
55
55
|
readonly default: true;
|
|
56
56
|
};
|
|
57
57
|
readonly api: {
|
|
58
|
-
type: PropType<import("
|
|
58
|
+
type: PropType<import("el-plus/es/types").Api>;
|
|
59
59
|
};
|
|
60
60
|
readonly method: {
|
|
61
|
-
type: PropType<import("
|
|
61
|
+
type: PropType<import("el-plus/es/types").Method>;
|
|
62
62
|
};
|
|
63
63
|
readonly reqData: {
|
|
64
64
|
type: ObjectConstructor;
|
|
@@ -67,10 +67,10 @@ export declare const searchListPageProps: {
|
|
|
67
67
|
type: ObjectConstructor;
|
|
68
68
|
};
|
|
69
69
|
readonly reqBefore: {
|
|
70
|
-
type: PropType<import("
|
|
70
|
+
type: PropType<import("el-plus/es/types").ReqBefore>;
|
|
71
71
|
};
|
|
72
72
|
readonly reqAfter: {
|
|
73
|
-
type: PropType<import("
|
|
73
|
+
type: PropType<import("el-plus/es/types").ReqAfter>;
|
|
74
74
|
};
|
|
75
75
|
};
|
|
76
76
|
export type SearchListPageProps = ExtractPublicPropTypes<typeof searchListPageProps>;
|
|
@@ -59,10 +59,10 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
59
59
|
readonly default: true;
|
|
60
60
|
};
|
|
61
61
|
readonly api: {
|
|
62
|
-
type: import("vue").PropType<import("
|
|
62
|
+
type: import("vue").PropType<import("el-plus/es/types").Api>;
|
|
63
63
|
};
|
|
64
64
|
readonly method: {
|
|
65
|
-
type: import("vue").PropType<import("
|
|
65
|
+
type: import("vue").PropType<import("el-plus/es/types").Method>;
|
|
66
66
|
};
|
|
67
67
|
readonly reqData: {
|
|
68
68
|
type: ObjectConstructor;
|
|
@@ -71,10 +71,10 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
71
71
|
type: ObjectConstructor;
|
|
72
72
|
};
|
|
73
73
|
readonly reqBefore: {
|
|
74
|
-
type: import("vue").PropType<import("
|
|
74
|
+
type: import("vue").PropType<import("el-plus/es/types").ReqBefore>;
|
|
75
75
|
};
|
|
76
76
|
readonly reqAfter: {
|
|
77
|
-
type: import("vue").PropType<import("
|
|
77
|
+
type: import("vue").PropType<import("el-plus/es/types").ReqAfter>;
|
|
78
78
|
};
|
|
79
79
|
}>, {
|
|
80
80
|
search: (isInitSearch?: boolean) => Promise<void>;
|
|
@@ -135,7 +135,7 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
135
135
|
readonly prevIcon?: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown> | undefined;
|
|
136
136
|
readonly nextIcon?: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown> | undefined;
|
|
137
137
|
readonly appendSizeTo?: string | undefined;
|
|
138
|
-
} & import("
|
|
138
|
+
} & import("el-plus/es/types").WithOnPrefixAndCamelCase<{
|
|
139
139
|
'update:current-page': (val: number) => boolean;
|
|
140
140
|
'update:page-size': (val: number) => boolean;
|
|
141
141
|
'size-change': (val: number) => boolean;
|
|
@@ -242,7 +242,7 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
242
242
|
readonly prevIcon?: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown> | undefined;
|
|
243
243
|
readonly nextIcon?: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown> | undefined;
|
|
244
244
|
readonly appendSizeTo?: string | undefined;
|
|
245
|
-
} & import("
|
|
245
|
+
} & import("el-plus/es/types").WithOnPrefixAndCamelCase<{
|
|
246
246
|
'update:current-page': (val: number) => boolean;
|
|
247
247
|
'update:page-size': (val: number) => boolean;
|
|
248
248
|
'size-change': (val: number) => boolean;
|
|
@@ -295,14 +295,14 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
295
295
|
readonly allowDragLastColumn: boolean;
|
|
296
296
|
readonly preserveExpandedContent: boolean;
|
|
297
297
|
readonly nativeScrollbar: boolean;
|
|
298
|
-
readonly method?: import("
|
|
298
|
+
readonly method?: import("el-plus/es/types").Method | undefined;
|
|
299
299
|
readonly load?: ((row: any, treeNode: import("element-plus").TreeNode, resolve: (data: any[]) => void) => void) | undefined;
|
|
300
300
|
readonly width?: string | number | undefined;
|
|
301
|
-
readonly api?: import("
|
|
301
|
+
readonly api?: import("el-plus/es/types").Api | undefined;
|
|
302
302
|
readonly reqData?: Record<string, any> | undefined;
|
|
303
303
|
readonly reqParams?: Record<string, any> | undefined;
|
|
304
|
-
readonly reqBefore?: import("
|
|
305
|
-
readonly reqAfter?: import("
|
|
304
|
+
readonly reqBefore?: import("el-plus/es/types").ReqBefore | undefined;
|
|
305
|
+
readonly reqAfter?: import("el-plus/es/types").ReqAfter | undefined;
|
|
306
306
|
readonly rowKey?: string | ((row: any) => string) | undefined;
|
|
307
307
|
readonly summaryMethod?: import("element-plus").SummaryMethod<any> | undefined;
|
|
308
308
|
readonly rowClassName?: import("element-plus").ColumnCls<any> | undefined;
|
|
@@ -384,7 +384,7 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
384
384
|
type: import("vue").PropType<import("element-plus").TableColumnCtx["selectable"]>;
|
|
385
385
|
};
|
|
386
386
|
readonly paginationProps: {
|
|
387
|
-
type: import("vue").PropType<Partial<import("element-plus").PaginationProps & import("
|
|
387
|
+
type: import("vue").PropType<Partial<import("element-plus").PaginationProps & import("el-plus/es/types").WithOnPrefixAndCamelCase<import("element-plus").PaginationEmits>>>;
|
|
388
388
|
default: () => {};
|
|
389
389
|
};
|
|
390
390
|
readonly showPagination: BooleanConstructor;
|
|
@@ -405,10 +405,10 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
405
405
|
type: import("vue").PropType<number | string>;
|
|
406
406
|
};
|
|
407
407
|
readonly api: {
|
|
408
|
-
type: import("vue").PropType<import("
|
|
408
|
+
type: import("vue").PropType<import("el-plus/es/types").Api>;
|
|
409
409
|
};
|
|
410
410
|
readonly method: {
|
|
411
|
-
type: import("vue").PropType<import("
|
|
411
|
+
type: import("vue").PropType<import("el-plus/es/types").Method>;
|
|
412
412
|
};
|
|
413
413
|
readonly reqData: {
|
|
414
414
|
type: ObjectConstructor;
|
|
@@ -417,10 +417,10 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
417
417
|
type: ObjectConstructor;
|
|
418
418
|
};
|
|
419
419
|
readonly reqBefore: {
|
|
420
|
-
type: import("vue").PropType<import("
|
|
420
|
+
type: import("vue").PropType<import("el-plus/es/types").ReqBefore>;
|
|
421
421
|
};
|
|
422
422
|
readonly reqAfter: {
|
|
423
|
-
type: import("vue").PropType<import("
|
|
423
|
+
type: import("vue").PropType<import("el-plus/es/types").ReqAfter>;
|
|
424
424
|
};
|
|
425
425
|
readonly size: {
|
|
426
426
|
default: string;
|
|
@@ -1183,7 +1183,7 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
1183
1183
|
readonly prevIcon?: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown> | undefined;
|
|
1184
1184
|
readonly nextIcon?: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown> | undefined;
|
|
1185
1185
|
readonly appendSizeTo?: string | undefined;
|
|
1186
|
-
} & import("
|
|
1186
|
+
} & import("el-plus/es/types").WithOnPrefixAndCamelCase<{
|
|
1187
1187
|
'update:current-page': (val: number) => boolean;
|
|
1188
1188
|
'update:page-size': (val: number) => boolean;
|
|
1189
1189
|
'size-change': (val: number) => boolean;
|
|
@@ -1310,7 +1310,7 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
1310
1310
|
readonly prevIcon?: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown> | undefined;
|
|
1311
1311
|
readonly nextIcon?: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown> | undefined;
|
|
1312
1312
|
readonly appendSizeTo?: string | undefined;
|
|
1313
|
-
} & import("
|
|
1313
|
+
} & import("el-plus/es/types").WithOnPrefixAndCamelCase<{
|
|
1314
1314
|
'update:current-page': (val: number) => boolean;
|
|
1315
1315
|
'update:page-size': (val: number) => boolean;
|
|
1316
1316
|
'size-change': (val: number) => boolean;
|
|
@@ -1395,7 +1395,7 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
1395
1395
|
type: import("vue").PropType<import("element-plus").TableColumnCtx["selectable"]>;
|
|
1396
1396
|
};
|
|
1397
1397
|
readonly paginationProps: {
|
|
1398
|
-
type: import("vue").PropType<Partial<import("element-plus").PaginationProps & import("
|
|
1398
|
+
type: import("vue").PropType<Partial<import("element-plus").PaginationProps & import("el-plus/es/types").WithOnPrefixAndCamelCase<import("element-plus").PaginationEmits>>>;
|
|
1399
1399
|
default: () => {};
|
|
1400
1400
|
};
|
|
1401
1401
|
readonly showPagination: BooleanConstructor;
|
|
@@ -1416,10 +1416,10 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
1416
1416
|
type: import("vue").PropType<number | string>;
|
|
1417
1417
|
};
|
|
1418
1418
|
readonly api: {
|
|
1419
|
-
type: import("vue").PropType<import("
|
|
1419
|
+
type: import("vue").PropType<import("el-plus/es/types").Api>;
|
|
1420
1420
|
};
|
|
1421
1421
|
readonly method: {
|
|
1422
|
-
type: import("vue").PropType<import("
|
|
1422
|
+
type: import("vue").PropType<import("el-plus/es/types").Method>;
|
|
1423
1423
|
};
|
|
1424
1424
|
readonly reqData: {
|
|
1425
1425
|
type: ObjectConstructor;
|
|
@@ -1428,10 +1428,10 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
1428
1428
|
type: ObjectConstructor;
|
|
1429
1429
|
};
|
|
1430
1430
|
readonly reqBefore: {
|
|
1431
|
-
type: import("vue").PropType<import("
|
|
1431
|
+
type: import("vue").PropType<import("el-plus/es/types").ReqBefore>;
|
|
1432
1432
|
};
|
|
1433
1433
|
readonly reqAfter: {
|
|
1434
|
-
type: import("vue").PropType<import("
|
|
1434
|
+
type: import("vue").PropType<import("el-plus/es/types").ReqAfter>;
|
|
1435
1435
|
};
|
|
1436
1436
|
readonly size: {
|
|
1437
1437
|
default: string;
|
|
@@ -2465,10 +2465,10 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
2465
2465
|
readonly default: true;
|
|
2466
2466
|
};
|
|
2467
2467
|
readonly api: {
|
|
2468
|
-
type: import("vue").PropType<import("
|
|
2468
|
+
type: import("vue").PropType<import("el-plus/es/types").Api>;
|
|
2469
2469
|
};
|
|
2470
2470
|
readonly method: {
|
|
2471
|
-
type: import("vue").PropType<import("
|
|
2471
|
+
type: import("vue").PropType<import("el-plus/es/types").Method>;
|
|
2472
2472
|
};
|
|
2473
2473
|
readonly reqData: {
|
|
2474
2474
|
type: ObjectConstructor;
|
|
@@ -2477,10 +2477,10 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
2477
2477
|
type: ObjectConstructor;
|
|
2478
2478
|
};
|
|
2479
2479
|
readonly reqBefore: {
|
|
2480
|
-
type: import("vue").PropType<import("
|
|
2480
|
+
type: import("vue").PropType<import("el-plus/es/types").ReqBefore>;
|
|
2481
2481
|
};
|
|
2482
2482
|
readonly reqAfter: {
|
|
2483
|
-
type: import("vue").PropType<import("
|
|
2483
|
+
type: import("vue").PropType<import("el-plus/es/types").ReqAfter>;
|
|
2484
2484
|
};
|
|
2485
2485
|
}>> & Readonly<{}>, {
|
|
2486
2486
|
readonly formItemList: import("el-plus/es/components/form").FormItemProps[];
|
|
@@ -55,7 +55,7 @@ export declare const useSearchListPage: (props: SearchListPageProps, config?: {}
|
|
|
55
55
|
show?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
56
56
|
hide?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
57
57
|
}>[] | undefined;
|
|
58
|
-
api: import("
|
|
58
|
+
api: import("el-plus/es/types").Api | undefined;
|
|
59
59
|
reqData: Record<string, any> | undefined;
|
|
60
60
|
customColumnModule: string | number | undefined;
|
|
61
61
|
minWidth: string | number | undefined;
|
|
@@ -135,7 +135,7 @@ export declare const useSearchListPage: (props: SearchListPageProps, config?: {}
|
|
|
135
135
|
readonly prevIcon?: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown> | undefined;
|
|
136
136
|
readonly nextIcon?: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown> | undefined;
|
|
137
137
|
readonly appendSizeTo?: string | undefined;
|
|
138
|
-
} & import("
|
|
138
|
+
} & import("el-plus/es/types").WithOnPrefixAndCamelCase<{
|
|
139
139
|
'update:current-page': (val: number) => boolean;
|
|
140
140
|
'update:page-size': (val: number) => boolean;
|
|
141
141
|
'size-change': (val: number) => boolean;
|
|
@@ -242,7 +242,7 @@ export declare const useSearchListPage: (props: SearchListPageProps, config?: {}
|
|
|
242
242
|
readonly prevIcon?: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown> | undefined;
|
|
243
243
|
readonly nextIcon?: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown> | undefined;
|
|
244
244
|
readonly appendSizeTo?: string | undefined;
|
|
245
|
-
} & import("
|
|
245
|
+
} & import("el-plus/es/types").WithOnPrefixAndCamelCase<{
|
|
246
246
|
'update:current-page': (val: number) => boolean;
|
|
247
247
|
'update:page-size': (val: number) => boolean;
|
|
248
248
|
'size-change': (val: number) => boolean;
|
|
@@ -295,14 +295,14 @@ export declare const useSearchListPage: (props: SearchListPageProps, config?: {}
|
|
|
295
295
|
readonly allowDragLastColumn: boolean;
|
|
296
296
|
readonly preserveExpandedContent: boolean;
|
|
297
297
|
readonly nativeScrollbar: boolean;
|
|
298
|
-
readonly method?: import("
|
|
298
|
+
readonly method?: import("el-plus/es/types").Method | undefined;
|
|
299
299
|
readonly load?: ((row: any, treeNode: import("element-plus").TreeNode, resolve: (data: any[]) => void) => void) | undefined;
|
|
300
300
|
readonly width?: string | number | undefined;
|
|
301
|
-
readonly api?: import("
|
|
301
|
+
readonly api?: import("el-plus/es/types").Api | undefined;
|
|
302
302
|
readonly reqData?: Record<string, any> | undefined;
|
|
303
303
|
readonly reqParams?: Record<string, any> | undefined;
|
|
304
|
-
readonly reqBefore?: import("
|
|
305
|
-
readonly reqAfter?: import("
|
|
304
|
+
readonly reqBefore?: import("el-plus/es/types").ReqBefore | undefined;
|
|
305
|
+
readonly reqAfter?: import("el-plus/es/types").ReqAfter | undefined;
|
|
306
306
|
readonly rowKey?: string | ((row: any) => string) | undefined;
|
|
307
307
|
readonly summaryMethod?: import("element-plus").SummaryMethod<any> | undefined;
|
|
308
308
|
readonly rowClassName?: import("element-plus").ColumnCls<any> | undefined;
|
|
@@ -384,7 +384,7 @@ export declare const useSearchListPage: (props: SearchListPageProps, config?: {}
|
|
|
384
384
|
type: import("vue").PropType<import("element-plus").TableColumnCtx["selectable"]>;
|
|
385
385
|
};
|
|
386
386
|
readonly paginationProps: {
|
|
387
|
-
type: import("vue").PropType<Partial<import("element-plus").PaginationProps & import("
|
|
387
|
+
type: import("vue").PropType<Partial<import("element-plus").PaginationProps & import("el-plus/es/types").WithOnPrefixAndCamelCase<import("element-plus").PaginationEmits>>>;
|
|
388
388
|
default: () => {};
|
|
389
389
|
};
|
|
390
390
|
readonly showPagination: BooleanConstructor;
|
|
@@ -405,10 +405,10 @@ export declare const useSearchListPage: (props: SearchListPageProps, config?: {}
|
|
|
405
405
|
type: import("vue").PropType<number | string>;
|
|
406
406
|
};
|
|
407
407
|
readonly api: {
|
|
408
|
-
type: import("vue").PropType<import("
|
|
408
|
+
type: import("vue").PropType<import("el-plus/es/types").Api>;
|
|
409
409
|
};
|
|
410
410
|
readonly method: {
|
|
411
|
-
type: import("vue").PropType<import("
|
|
411
|
+
type: import("vue").PropType<import("el-plus/es/types").Method>;
|
|
412
412
|
};
|
|
413
413
|
readonly reqData: {
|
|
414
414
|
type: ObjectConstructor;
|
|
@@ -417,10 +417,10 @@ export declare const useSearchListPage: (props: SearchListPageProps, config?: {}
|
|
|
417
417
|
type: ObjectConstructor;
|
|
418
418
|
};
|
|
419
419
|
readonly reqBefore: {
|
|
420
|
-
type: import("vue").PropType<import("
|
|
420
|
+
type: import("vue").PropType<import("el-plus/es/types").ReqBefore>;
|
|
421
421
|
};
|
|
422
422
|
readonly reqAfter: {
|
|
423
|
-
type: import("vue").PropType<import("
|
|
423
|
+
type: import("vue").PropType<import("el-plus/es/types").ReqAfter>;
|
|
424
424
|
};
|
|
425
425
|
readonly size: {
|
|
426
426
|
default: string;
|
|
@@ -1183,7 +1183,7 @@ export declare const useSearchListPage: (props: SearchListPageProps, config?: {}
|
|
|
1183
1183
|
readonly prevIcon?: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown> | undefined;
|
|
1184
1184
|
readonly nextIcon?: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown> | undefined;
|
|
1185
1185
|
readonly appendSizeTo?: string | undefined;
|
|
1186
|
-
} & import("
|
|
1186
|
+
} & import("el-plus/es/types").WithOnPrefixAndCamelCase<{
|
|
1187
1187
|
'update:current-page': (val: number) => boolean;
|
|
1188
1188
|
'update:page-size': (val: number) => boolean;
|
|
1189
1189
|
'size-change': (val: number) => boolean;
|
|
@@ -1310,7 +1310,7 @@ export declare const useSearchListPage: (props: SearchListPageProps, config?: {}
|
|
|
1310
1310
|
readonly prevIcon?: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown> | undefined;
|
|
1311
1311
|
readonly nextIcon?: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown> | undefined;
|
|
1312
1312
|
readonly appendSizeTo?: string | undefined;
|
|
1313
|
-
} & import("
|
|
1313
|
+
} & import("el-plus/es/types").WithOnPrefixAndCamelCase<{
|
|
1314
1314
|
'update:current-page': (val: number) => boolean;
|
|
1315
1315
|
'update:page-size': (val: number) => boolean;
|
|
1316
1316
|
'size-change': (val: number) => boolean;
|
|
@@ -1395,7 +1395,7 @@ export declare const useSearchListPage: (props: SearchListPageProps, config?: {}
|
|
|
1395
1395
|
type: import("vue").PropType<import("element-plus").TableColumnCtx["selectable"]>;
|
|
1396
1396
|
};
|
|
1397
1397
|
readonly paginationProps: {
|
|
1398
|
-
type: import("vue").PropType<Partial<import("element-plus").PaginationProps & import("
|
|
1398
|
+
type: import("vue").PropType<Partial<import("element-plus").PaginationProps & import("el-plus/es/types").WithOnPrefixAndCamelCase<import("element-plus").PaginationEmits>>>;
|
|
1399
1399
|
default: () => {};
|
|
1400
1400
|
};
|
|
1401
1401
|
readonly showPagination: BooleanConstructor;
|
|
@@ -1416,10 +1416,10 @@ export declare const useSearchListPage: (props: SearchListPageProps, config?: {}
|
|
|
1416
1416
|
type: import("vue").PropType<number | string>;
|
|
1417
1417
|
};
|
|
1418
1418
|
readonly api: {
|
|
1419
|
-
type: import("vue").PropType<import("
|
|
1419
|
+
type: import("vue").PropType<import("el-plus/es/types").Api>;
|
|
1420
1420
|
};
|
|
1421
1421
|
readonly method: {
|
|
1422
|
-
type: import("vue").PropType<import("
|
|
1422
|
+
type: import("vue").PropType<import("el-plus/es/types").Method>;
|
|
1423
1423
|
};
|
|
1424
1424
|
readonly reqData: {
|
|
1425
1425
|
type: ObjectConstructor;
|
|
@@ -1428,10 +1428,10 @@ export declare const useSearchListPage: (props: SearchListPageProps, config?: {}
|
|
|
1428
1428
|
type: ObjectConstructor;
|
|
1429
1429
|
};
|
|
1430
1430
|
readonly reqBefore: {
|
|
1431
|
-
type: import("vue").PropType<import("
|
|
1431
|
+
type: import("vue").PropType<import("el-plus/es/types").ReqBefore>;
|
|
1432
1432
|
};
|
|
1433
1433
|
readonly reqAfter: {
|
|
1434
|
-
type: import("vue").PropType<import("
|
|
1434
|
+
type: import("vue").PropType<import("el-plus/es/types").ReqAfter>;
|
|
1435
1435
|
};
|
|
1436
1436
|
readonly size: {
|
|
1437
1437
|
default: string;
|
|
@@ -20,10 +20,10 @@ export declare const EpSelect: {
|
|
|
20
20
|
type: import("vue").PropType<boolean | string>;
|
|
21
21
|
};
|
|
22
22
|
api: {
|
|
23
|
-
type: import("vue").PropType<import("
|
|
23
|
+
type: import("vue").PropType<import("el-plus/es/types/axios").Api>;
|
|
24
24
|
};
|
|
25
25
|
method: {
|
|
26
|
-
type: import("vue").PropType<import("
|
|
26
|
+
type: import("vue").PropType<import("el-plus/es/types/axios").Method>;
|
|
27
27
|
};
|
|
28
28
|
reqData: {
|
|
29
29
|
type: ObjectConstructor;
|
|
@@ -32,10 +32,10 @@ export declare const EpSelect: {
|
|
|
32
32
|
type: ObjectConstructor;
|
|
33
33
|
};
|
|
34
34
|
reqBefore: {
|
|
35
|
-
type: import("vue").PropType<import("
|
|
35
|
+
type: import("vue").PropType<import("el-plus/es/types/axios").ReqBefore>;
|
|
36
36
|
};
|
|
37
37
|
reqAfter: {
|
|
38
|
-
type: import("vue").PropType<import("
|
|
38
|
+
type: import("vue").PropType<import("el-plus/es/types/axios").ReqAfter>;
|
|
39
39
|
};
|
|
40
40
|
clearable: {
|
|
41
41
|
readonly default: true;
|
|
@@ -243,10 +243,10 @@ export declare const EpSelect: {
|
|
|
243
243
|
type: import("vue").PropType<boolean | string>;
|
|
244
244
|
};
|
|
245
245
|
api: {
|
|
246
|
-
type: import("vue").PropType<import("
|
|
246
|
+
type: import("vue").PropType<import("el-plus/es/types/axios").Api>;
|
|
247
247
|
};
|
|
248
248
|
method: {
|
|
249
|
-
type: import("vue").PropType<import("
|
|
249
|
+
type: import("vue").PropType<import("el-plus/es/types/axios").Method>;
|
|
250
250
|
};
|
|
251
251
|
reqData: {
|
|
252
252
|
type: ObjectConstructor;
|
|
@@ -255,10 +255,10 @@ export declare const EpSelect: {
|
|
|
255
255
|
type: ObjectConstructor;
|
|
256
256
|
};
|
|
257
257
|
reqBefore: {
|
|
258
|
-
type: import("vue").PropType<import("
|
|
258
|
+
type: import("vue").PropType<import("el-plus/es/types/axios").ReqBefore>;
|
|
259
259
|
};
|
|
260
260
|
reqAfter: {
|
|
261
|
-
type: import("vue").PropType<import("
|
|
261
|
+
type: import("vue").PropType<import("el-plus/es/types/axios").ReqAfter>;
|
|
262
262
|
};
|
|
263
263
|
clearable: {
|
|
264
264
|
readonly default: true;
|
|
@@ -450,10 +450,10 @@ export declare const EpSelect: {
|
|
|
450
450
|
type: import("vue").PropType<boolean | string>;
|
|
451
451
|
};
|
|
452
452
|
api: {
|
|
453
|
-
type: import("vue").PropType<import("
|
|
453
|
+
type: import("vue").PropType<import("el-plus/es/types/axios").Api>;
|
|
454
454
|
};
|
|
455
455
|
method: {
|
|
456
|
-
type: import("vue").PropType<import("
|
|
456
|
+
type: import("vue").PropType<import("el-plus/es/types/axios").Method>;
|
|
457
457
|
};
|
|
458
458
|
reqData: {
|
|
459
459
|
type: ObjectConstructor;
|
|
@@ -462,10 +462,10 @@ export declare const EpSelect: {
|
|
|
462
462
|
type: ObjectConstructor;
|
|
463
463
|
};
|
|
464
464
|
reqBefore: {
|
|
465
|
-
type: import("vue").PropType<import("
|
|
465
|
+
type: import("vue").PropType<import("el-plus/es/types/axios").ReqBefore>;
|
|
466
466
|
};
|
|
467
467
|
reqAfter: {
|
|
468
|
-
type: import("vue").PropType<import("
|
|
468
|
+
type: import("vue").PropType<import("el-plus/es/types/axios").ReqAfter>;
|
|
469
469
|
};
|
|
470
470
|
clearable: {
|
|
471
471
|
readonly default: true;
|
|
@@ -135,10 +135,10 @@ export declare const selectProps: {
|
|
|
135
135
|
type: PropType<boolean | string>;
|
|
136
136
|
};
|
|
137
137
|
readonly api: {
|
|
138
|
-
type: PropType<import("
|
|
138
|
+
type: PropType<import("el-plus/es/types").Api>;
|
|
139
139
|
};
|
|
140
140
|
readonly method: {
|
|
141
|
-
type: PropType<import("
|
|
141
|
+
type: PropType<import("el-plus/es/types").Method>;
|
|
142
142
|
};
|
|
143
143
|
readonly reqData: {
|
|
144
144
|
type: ObjectConstructor;
|
|
@@ -147,10 +147,10 @@ export declare const selectProps: {
|
|
|
147
147
|
type: ObjectConstructor;
|
|
148
148
|
};
|
|
149
149
|
readonly reqBefore: {
|
|
150
|
-
type: PropType<import("
|
|
150
|
+
type: PropType<import("el-plus/es/types").ReqBefore>;
|
|
151
151
|
};
|
|
152
152
|
readonly reqAfter: {
|
|
153
|
-
type: PropType<import("
|
|
153
|
+
type: PropType<import("el-plus/es/types").ReqAfter>;
|
|
154
154
|
};
|
|
155
155
|
readonly clearable: {
|
|
156
156
|
readonly default: true;
|
|
@@ -27,10 +27,10 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
27
27
|
type: import("vue").PropType<boolean | string>;
|
|
28
28
|
};
|
|
29
29
|
api: {
|
|
30
|
-
type: import("vue").PropType<import("
|
|
30
|
+
type: import("vue").PropType<import("el-plus/es/types").Api>;
|
|
31
31
|
};
|
|
32
32
|
method: {
|
|
33
|
-
type: import("vue").PropType<import("
|
|
33
|
+
type: import("vue").PropType<import("el-plus/es/types").Method>;
|
|
34
34
|
};
|
|
35
35
|
reqData: {
|
|
36
36
|
type: ObjectConstructor;
|
|
@@ -39,10 +39,10 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
39
39
|
type: ObjectConstructor;
|
|
40
40
|
};
|
|
41
41
|
reqBefore: {
|
|
42
|
-
type: import("vue").PropType<import("
|
|
42
|
+
type: import("vue").PropType<import("el-plus/es/types").ReqBefore>;
|
|
43
43
|
};
|
|
44
44
|
reqAfter: {
|
|
45
|
-
type: import("vue").PropType<import("
|
|
45
|
+
type: import("vue").PropType<import("el-plus/es/types").ReqAfter>;
|
|
46
46
|
};
|
|
47
47
|
clearable: {
|
|
48
48
|
readonly default: true;
|
|
@@ -191,10 +191,10 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
191
191
|
type: import("vue").PropType<boolean | string>;
|
|
192
192
|
};
|
|
193
193
|
api: {
|
|
194
|
-
type: import("vue").PropType<import("
|
|
194
|
+
type: import("vue").PropType<import("el-plus/es/types").Api>;
|
|
195
195
|
};
|
|
196
196
|
method: {
|
|
197
|
-
type: import("vue").PropType<import("
|
|
197
|
+
type: import("vue").PropType<import("el-plus/es/types").Method>;
|
|
198
198
|
};
|
|
199
199
|
reqData: {
|
|
200
200
|
type: ObjectConstructor;
|
|
@@ -203,10 +203,10 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
203
203
|
type: ObjectConstructor;
|
|
204
204
|
};
|
|
205
205
|
reqBefore: {
|
|
206
|
-
type: import("vue").PropType<import("
|
|
206
|
+
type: import("vue").PropType<import("el-plus/es/types").ReqBefore>;
|
|
207
207
|
};
|
|
208
208
|
reqAfter: {
|
|
209
|
-
type: import("vue").PropType<import("
|
|
209
|
+
type: import("vue").PropType<import("el-plus/es/types").ReqAfter>;
|
|
210
210
|
};
|
|
211
211
|
clearable: {
|
|
212
212
|
readonly default: true;
|