el-plus 0.0.102 → 0.0.103

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 (75) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/dist/index.css +1 -1
  3. package/dist/index.full.js +23 -17
  4. package/dist/index.full.min.js +4 -4
  5. package/dist/index.full.min.js.map +1 -1
  6. package/dist/index.full.min.mjs +4 -4
  7. package/dist/index.full.min.mjs.map +1 -1
  8. package/dist/index.full.mjs +24 -18
  9. package/es/components/custom-column/index.d.ts +12 -12
  10. package/es/components/custom-column/src/custom-column.d.ts +2 -2
  11. package/es/components/custom-column/src/custom-column.vue.d.ts +6 -6
  12. package/es/components/form/src/form.vue2.mjs +1 -1
  13. package/es/components/input/src/input.vue2.mjs +4 -4
  14. package/es/components/input/src/input.vue2.mjs.map +1 -1
  15. package/es/components/search-list-page/index.d.ts +84 -84
  16. package/es/components/search-list-page/src/search-list-page.d.ts +5 -5
  17. package/es/components/search-list-page/src/search-list-page.vue.d.ts +33 -33
  18. package/es/components/search-list-page/src/search-list-page.vue2.mjs +7 -4
  19. package/es/components/search-list-page/src/search-list-page.vue2.mjs.map +1 -1
  20. package/es/components/search-list-page/src/use-search-list-page.d.ts +26 -26
  21. package/es/components/search-list-page/src/use-search-list-page.mjs +11 -7
  22. package/es/components/search-list-page/src/use-search-list-page.mjs.map +1 -1
  23. package/es/components/select/index.d.ts +9 -9
  24. package/es/components/select/src/select.d.ts +3 -3
  25. package/es/components/select/src/select.vue.d.ts +6 -6
  26. package/es/components/table/index.d.ts +21 -21
  27. package/es/components/table/src/table.d.ts +5 -5
  28. package/es/components/table/src/table.vue.d.ts +12 -12
  29. package/es/components/table/src/table.vue2.mjs +1 -1
  30. package/es/hooks/dialog/use-dialog.mjs +0 -1
  31. package/es/hooks/dialog/use-dialog.mjs.map +1 -1
  32. package/es/hooks/use-request.d.ts +1 -1
  33. package/es/hooks/use-request.mjs.map +1 -1
  34. package/es/package.json.mjs +1 -1
  35. package/es/types/index.d.ts +0 -1
  36. package/es/utils/http/core/types.d.ts +6 -1
  37. package/es/utils/props.d.ts +1 -1
  38. package/es/utils/props.mjs.map +1 -1
  39. package/lib/components/custom-column/index.d.ts +12 -12
  40. package/lib/components/custom-column/src/custom-column.d.ts +2 -2
  41. package/lib/components/custom-column/src/custom-column.vue.d.ts +6 -6
  42. package/lib/components/input/src/input.vue2.js +3 -3
  43. package/lib/components/input/src/input.vue2.js.map +1 -1
  44. package/lib/components/search-list-page/index.d.ts +84 -84
  45. package/lib/components/search-list-page/src/search-list-page.d.ts +5 -5
  46. package/lib/components/search-list-page/src/search-list-page.vue.d.ts +33 -33
  47. package/lib/components/search-list-page/src/search-list-page.vue2.js +7 -4
  48. package/lib/components/search-list-page/src/search-list-page.vue2.js.map +1 -1
  49. package/lib/components/search-list-page/src/use-search-list-page.d.ts +26 -26
  50. package/lib/components/search-list-page/src/use-search-list-page.js +11 -7
  51. package/lib/components/search-list-page/src/use-search-list-page.js.map +1 -1
  52. package/lib/components/select/index.d.ts +9 -9
  53. package/lib/components/select/src/select.d.ts +3 -3
  54. package/lib/components/select/src/select.vue.d.ts +6 -6
  55. package/lib/components/table/index.d.ts +21 -21
  56. package/lib/components/table/src/table.d.ts +5 -5
  57. package/lib/components/table/src/table.vue.d.ts +12 -12
  58. package/lib/hooks/dialog/use-dialog.js +0 -1
  59. package/lib/hooks/dialog/use-dialog.js.map +1 -1
  60. package/lib/hooks/use-request.d.ts +1 -1
  61. package/lib/hooks/use-request.js.map +1 -1
  62. package/lib/package.json.js +1 -1
  63. package/lib/types/index.d.ts +0 -1
  64. package/lib/utils/http/core/types.d.ts +6 -1
  65. package/lib/utils/props.d.ts +1 -1
  66. package/lib/utils/props.js.map +1 -1
  67. package/package.json +1 -1
  68. package/theme-chalk/index.css +1 -1
  69. package/theme-chalk/search-list-page.css +1 -1
  70. package/theme-chalk/src/index.scss +1 -0
  71. package/theme-chalk/src/search-list-page.scss +1 -1
  72. package/theme-chalk/src/tabs.scss +56 -0
  73. package/theme-chalk/tabs.css +1 -0
  74. package/es/types/axios.d.ts +0 -13
  75. package/lib/types/axios.d.ts +0 -13
@@ -6,11 +6,11 @@ export declare const EpSearchListPage: {
6
6
  };
7
7
  readonly customColumnApi: {
8
8
  readonly default: "/api-item/api/customizedColumns/find";
9
- readonly type: import("vue").PropType<import("el-plus/es/types/axios").Api>;
9
+ readonly type: import("vue").PropType<import("el-plus/es/utils/index").Api>;
10
10
  };
11
11
  readonly customColumnSaveApi: {
12
12
  readonly default: "/api-item/api/customizedColumns/save";
13
- readonly type: import("vue").PropType<import("el-plus/es/types/axios").Api>;
13
+ readonly type: import("vue").PropType<import("el-plus/es/utils/index").Api>;
14
14
  };
15
15
  readonly showOperationColumn: BooleanConstructor;
16
16
  readonly formItemList: {
@@ -116,7 +116,7 @@ export declare const EpSearchListPage: {
116
116
  readonly default: true;
117
117
  };
118
118
  readonly api: {
119
- type: import("vue").PropType<import("el-plus/es/types/axios").Api>;
119
+ type: import("vue").PropType<import("el-plus/es/utils/index").Api>;
120
120
  };
121
121
  readonly method: {
122
122
  type: import("vue").PropType<import("axios").Method>;
@@ -128,10 +128,10 @@ export declare const EpSearchListPage: {
128
128
  type: ObjectConstructor;
129
129
  };
130
130
  readonly reqBefore: {
131
- type: import("vue").PropType<import("el-plus/es/types/axios").ReqBefore>;
131
+ type: import("vue").PropType<import("el-plus/es/utils/index").ReqBefore>;
132
132
  };
133
133
  readonly reqAfter: {
134
- type: import("vue").PropType<import("el-plus/es/types/axios").ReqAfter>;
134
+ type: import("vue").PropType<import("el-plus/es/utils/index").ReqAfter>;
135
135
  };
136
136
  }>> & Readonly<{}>, {
137
137
  search: (isInitSearch?: boolean) => Promise<void>;
@@ -231,8 +231,8 @@ export declare const EpSearchListPage: {
231
231
  hide?: (boolean | ((T: unknown) => boolean)) | undefined;
232
232
  }>[];
233
233
  readonly isInitSearch: boolean;
234
- readonly customColumnApi: import("el-plus/es/types/axios").Api;
235
- readonly customColumnSaveApi: import("el-plus/es/types/axios").Api;
234
+ readonly customColumnApi: import("el-plus/es/utils/index").Api;
235
+ readonly customColumnSaveApi: import("el-plus/es/utils/index").Api;
236
236
  readonly border: boolean;
237
237
  readonly fit: boolean;
238
238
  readonly stripe: boolean;
@@ -342,8 +342,8 @@ export declare const EpSearchListPage: {
342
342
  hide?: (boolean | ((T: unknown) => boolean)) | undefined;
343
343
  }>[];
344
344
  readonly isInitSearch: boolean;
345
- readonly customColumnApi: import("el-plus/es/types/axios").Api;
346
- readonly customColumnSaveApi: import("el-plus/es/types/axios").Api;
345
+ readonly customColumnApi: import("el-plus/es/utils/index").Api;
346
+ readonly customColumnSaveApi: import("el-plus/es/utils/index").Api;
347
347
  readonly border: boolean;
348
348
  readonly fit: boolean;
349
349
  readonly stripe: boolean;
@@ -363,11 +363,11 @@ export declare const EpSearchListPage: {
363
363
  readonly load?: ((row: any, treeNode: import("element-plus").TreeNode, resolve: (data: any[]) => void) => void) | undefined;
364
364
  readonly method?: import("axios").Method | undefined;
365
365
  readonly width?: string | number | undefined;
366
- readonly api?: import("el-plus/es/types/axios").Api | undefined;
366
+ readonly api?: import("el-plus/es/utils/index").Api | undefined;
367
367
  readonly reqData?: Record<string, any> | undefined;
368
368
  readonly reqParams?: Record<string, any> | undefined;
369
- readonly reqBefore?: import("el-plus/es/types/axios").ReqBefore | undefined;
370
- readonly reqAfter?: import("el-plus/es/types/axios").ReqAfter | undefined;
369
+ readonly reqBefore?: import("el-plus/es/utils/index").ReqBefore | undefined;
370
+ readonly reqAfter?: import("el-plus/es/utils/index").ReqAfter | undefined;
371
371
  readonly rowKey?: string | ((row: any) => string) | undefined;
372
372
  readonly summaryMethod?: import("element-plus").SummaryMethod<any> | undefined;
373
373
  readonly rowClassName?: import("element-plus").ColumnCls<any> | undefined;
@@ -510,14 +510,14 @@ export declare const EpSearchListPage: {
510
510
  };
511
511
  readonly customColumnApi: {
512
512
  default: "/api-item/api/customizedColumns/find";
513
- type: import("vue").PropType<import("el-plus/es/types/axios").Api>;
513
+ type: import("vue").PropType<import("el-plus/es/utils/index").Api>;
514
514
  };
515
515
  readonly customColumnSaveApi: {
516
516
  default: "/api-item/api/customizedColumns/save";
517
- type: import("vue").PropType<import("el-plus/es/types/axios").Api>;
517
+ type: import("vue").PropType<import("el-plus/es/utils/index").Api>;
518
518
  };
519
519
  readonly api: {
520
- type: import("vue").PropType<import("el-plus/es/types/axios").Api>;
520
+ type: import("vue").PropType<import("el-plus/es/utils/index").Api>;
521
521
  };
522
522
  readonly method: {
523
523
  type: import("vue").PropType<import("axios").Method>;
@@ -529,10 +529,10 @@ export declare const EpSearchListPage: {
529
529
  type: ObjectConstructor;
530
530
  };
531
531
  readonly reqBefore: {
532
- type: import("vue").PropType<import("el-plus/es/types/axios").ReqBefore>;
532
+ type: import("vue").PropType<import("el-plus/es/utils/index").ReqBefore>;
533
533
  };
534
534
  readonly reqAfter: {
535
- type: import("vue").PropType<import("el-plus/es/types/axios").ReqAfter>;
535
+ type: import("vue").PropType<import("el-plus/es/utils/index").ReqAfter>;
536
536
  };
537
537
  readonly size: {
538
538
  default: string;
@@ -1336,8 +1336,8 @@ export declare const EpSearchListPage: {
1336
1336
  hide?: (boolean | ((T: unknown) => boolean)) | undefined;
1337
1337
  }>[];
1338
1338
  readonly isInitSearch: boolean;
1339
- readonly customColumnApi: import("el-plus/es/types/axios").Api;
1340
- readonly customColumnSaveApi: import("el-plus/es/types/axios").Api;
1339
+ readonly customColumnApi: import("el-plus/es/utils/index").Api;
1340
+ readonly customColumnSaveApi: import("el-plus/es/utils/index").Api;
1341
1341
  readonly border: boolean;
1342
1342
  readonly fit: boolean;
1343
1343
  readonly stripe: boolean;
@@ -1467,8 +1467,8 @@ export declare const EpSearchListPage: {
1467
1467
  hide?: (boolean | ((T: unknown) => boolean)) | undefined;
1468
1468
  }>[];
1469
1469
  readonly isInitSearch: boolean;
1470
- readonly customColumnApi: import("el-plus/es/types/axios").Api;
1471
- readonly customColumnSaveApi: import("el-plus/es/types/axios").Api;
1470
+ readonly customColumnApi: import("el-plus/es/utils/index").Api;
1471
+ readonly customColumnSaveApi: import("el-plus/es/utils/index").Api;
1472
1472
  readonly border: boolean;
1473
1473
  readonly fit: boolean;
1474
1474
  readonly stripe: boolean;
@@ -1578,14 +1578,14 @@ export declare const EpSearchListPage: {
1578
1578
  };
1579
1579
  readonly customColumnApi: {
1580
1580
  default: "/api-item/api/customizedColumns/find";
1581
- type: import("vue").PropType<import("el-plus/es/types/axios").Api>;
1581
+ type: import("vue").PropType<import("el-plus/es/utils/index").Api>;
1582
1582
  };
1583
1583
  readonly customColumnSaveApi: {
1584
1584
  default: "/api-item/api/customizedColumns/save";
1585
- type: import("vue").PropType<import("el-plus/es/types/axios").Api>;
1585
+ type: import("vue").PropType<import("el-plus/es/utils/index").Api>;
1586
1586
  };
1587
1587
  readonly api: {
1588
- type: import("vue").PropType<import("el-plus/es/types/axios").Api>;
1588
+ type: import("vue").PropType<import("el-plus/es/utils/index").Api>;
1589
1589
  };
1590
1590
  readonly method: {
1591
1591
  type: import("vue").PropType<import("axios").Method>;
@@ -1597,10 +1597,10 @@ export declare const EpSearchListPage: {
1597
1597
  type: ObjectConstructor;
1598
1598
  };
1599
1599
  readonly reqBefore: {
1600
- type: import("vue").PropType<import("el-plus/es/types/axios").ReqBefore>;
1600
+ type: import("vue").PropType<import("el-plus/es/utils/index").ReqBefore>;
1601
1601
  };
1602
1602
  readonly reqAfter: {
1603
- type: import("vue").PropType<import("el-plus/es/types/axios").ReqAfter>;
1603
+ type: import("vue").PropType<import("el-plus/es/utils/index").ReqAfter>;
1604
1604
  };
1605
1605
  readonly size: {
1606
1606
  default: string;
@@ -2630,8 +2630,8 @@ export declare const EpSearchListPage: {
2630
2630
  hide?: (boolean | ((T: unknown) => boolean)) | undefined;
2631
2631
  }>[];
2632
2632
  readonly isInitSearch: boolean;
2633
- readonly customColumnApi: import("el-plus/es/types/axios").Api;
2634
- readonly customColumnSaveApi: import("el-plus/es/types/axios").Api;
2633
+ readonly customColumnApi: import("el-plus/es/utils/index").Api;
2634
+ readonly customColumnSaveApi: import("el-plus/es/utils/index").Api;
2635
2635
  readonly formItemList: import("el-plus/es/index").FormItemProps[];
2636
2636
  readonly formData: Record<string, any>;
2637
2637
  readonly showOperationColumn: boolean;
@@ -2663,11 +2663,11 @@ export declare const EpSearchListPage: {
2663
2663
  };
2664
2664
  readonly customColumnApi: {
2665
2665
  readonly default: "/api-item/api/customizedColumns/find";
2666
- readonly type: import("vue").PropType<import("el-plus/es/types/axios").Api>;
2666
+ readonly type: import("vue").PropType<import("el-plus/es/utils/index").Api>;
2667
2667
  };
2668
2668
  readonly customColumnSaveApi: {
2669
2669
  readonly default: "/api-item/api/customizedColumns/save";
2670
- readonly type: import("vue").PropType<import("el-plus/es/types/axios").Api>;
2670
+ readonly type: import("vue").PropType<import("el-plus/es/utils/index").Api>;
2671
2671
  };
2672
2672
  readonly showOperationColumn: BooleanConstructor;
2673
2673
  readonly formItemList: {
@@ -2773,7 +2773,7 @@ export declare const EpSearchListPage: {
2773
2773
  readonly default: true;
2774
2774
  };
2775
2775
  readonly api: {
2776
- type: import("vue").PropType<import("el-plus/es/types/axios").Api>;
2776
+ type: import("vue").PropType<import("el-plus/es/utils/index").Api>;
2777
2777
  };
2778
2778
  readonly method: {
2779
2779
  type: import("vue").PropType<import("axios").Method>;
@@ -2785,10 +2785,10 @@ export declare const EpSearchListPage: {
2785
2785
  type: ObjectConstructor;
2786
2786
  };
2787
2787
  readonly reqBefore: {
2788
- type: import("vue").PropType<import("el-plus/es/types/axios").ReqBefore>;
2788
+ type: import("vue").PropType<import("el-plus/es/utils/index").ReqBefore>;
2789
2789
  };
2790
2790
  readonly reqAfter: {
2791
- type: import("vue").PropType<import("el-plus/es/types/axios").ReqAfter>;
2791
+ type: import("vue").PropType<import("el-plus/es/utils/index").ReqAfter>;
2792
2792
  };
2793
2793
  }>> & Readonly<{}>, {
2794
2794
  search: (isInitSearch?: boolean) => Promise<void>;
@@ -2888,8 +2888,8 @@ export declare const EpSearchListPage: {
2888
2888
  hide?: (boolean | ((T: unknown) => boolean)) | undefined;
2889
2889
  }>[];
2890
2890
  readonly isInitSearch: boolean;
2891
- readonly customColumnApi: import("el-plus/es/types/axios").Api;
2892
- readonly customColumnSaveApi: import("el-plus/es/types/axios").Api;
2891
+ readonly customColumnApi: import("el-plus/es/utils/index").Api;
2892
+ readonly customColumnSaveApi: import("el-plus/es/utils/index").Api;
2893
2893
  readonly border: boolean;
2894
2894
  readonly fit: boolean;
2895
2895
  readonly stripe: boolean;
@@ -2999,8 +2999,8 @@ export declare const EpSearchListPage: {
2999
2999
  hide?: (boolean | ((T: unknown) => boolean)) | undefined;
3000
3000
  }>[];
3001
3001
  readonly isInitSearch: boolean;
3002
- readonly customColumnApi: import("el-plus/es/types/axios").Api;
3003
- readonly customColumnSaveApi: import("el-plus/es/types/axios").Api;
3002
+ readonly customColumnApi: import("el-plus/es/utils/index").Api;
3003
+ readonly customColumnSaveApi: import("el-plus/es/utils/index").Api;
3004
3004
  readonly border: boolean;
3005
3005
  readonly fit: boolean;
3006
3006
  readonly stripe: boolean;
@@ -3020,11 +3020,11 @@ export declare const EpSearchListPage: {
3020
3020
  readonly load?: ((row: any, treeNode: import("element-plus").TreeNode, resolve: (data: any[]) => void) => void) | undefined;
3021
3021
  readonly method?: import("axios").Method | undefined;
3022
3022
  readonly width?: string | number | undefined;
3023
- readonly api?: import("el-plus/es/types/axios").Api | undefined;
3023
+ readonly api?: import("el-plus/es/utils/index").Api | undefined;
3024
3024
  readonly reqData?: Record<string, any> | undefined;
3025
3025
  readonly reqParams?: Record<string, any> | undefined;
3026
- readonly reqBefore?: import("el-plus/es/types/axios").ReqBefore | undefined;
3027
- readonly reqAfter?: import("el-plus/es/types/axios").ReqAfter | undefined;
3026
+ readonly reqBefore?: import("el-plus/es/utils/index").ReqBefore | undefined;
3027
+ readonly reqAfter?: import("el-plus/es/utils/index").ReqAfter | undefined;
3028
3028
  readonly rowKey?: string | ((row: any) => string) | undefined;
3029
3029
  readonly summaryMethod?: import("element-plus").SummaryMethod<any> | undefined;
3030
3030
  readonly rowClassName?: import("element-plus").ColumnCls<any> | undefined;
@@ -3167,14 +3167,14 @@ export declare const EpSearchListPage: {
3167
3167
  };
3168
3168
  readonly customColumnApi: {
3169
3169
  default: "/api-item/api/customizedColumns/find";
3170
- type: import("vue").PropType<import("el-plus/es/types/axios").Api>;
3170
+ type: import("vue").PropType<import("el-plus/es/utils/index").Api>;
3171
3171
  };
3172
3172
  readonly customColumnSaveApi: {
3173
3173
  default: "/api-item/api/customizedColumns/save";
3174
- type: import("vue").PropType<import("el-plus/es/types/axios").Api>;
3174
+ type: import("vue").PropType<import("el-plus/es/utils/index").Api>;
3175
3175
  };
3176
3176
  readonly api: {
3177
- type: import("vue").PropType<import("el-plus/es/types/axios").Api>;
3177
+ type: import("vue").PropType<import("el-plus/es/utils/index").Api>;
3178
3178
  };
3179
3179
  readonly method: {
3180
3180
  type: import("vue").PropType<import("axios").Method>;
@@ -3186,10 +3186,10 @@ export declare const EpSearchListPage: {
3186
3186
  type: ObjectConstructor;
3187
3187
  };
3188
3188
  readonly reqBefore: {
3189
- type: import("vue").PropType<import("el-plus/es/types/axios").ReqBefore>;
3189
+ type: import("vue").PropType<import("el-plus/es/utils/index").ReqBefore>;
3190
3190
  };
3191
3191
  readonly reqAfter: {
3192
- type: import("vue").PropType<import("el-plus/es/types/axios").ReqAfter>;
3192
+ type: import("vue").PropType<import("el-plus/es/utils/index").ReqAfter>;
3193
3193
  };
3194
3194
  readonly size: {
3195
3195
  default: string;
@@ -3993,8 +3993,8 @@ export declare const EpSearchListPage: {
3993
3993
  hide?: (boolean | ((T: unknown) => boolean)) | undefined;
3994
3994
  }>[];
3995
3995
  readonly isInitSearch: boolean;
3996
- readonly customColumnApi: import("el-plus/es/types/axios").Api;
3997
- readonly customColumnSaveApi: import("el-plus/es/types/axios").Api;
3996
+ readonly customColumnApi: import("el-plus/es/utils/index").Api;
3997
+ readonly customColumnSaveApi: import("el-plus/es/utils/index").Api;
3998
3998
  readonly border: boolean;
3999
3999
  readonly fit: boolean;
4000
4000
  readonly stripe: boolean;
@@ -4124,8 +4124,8 @@ export declare const EpSearchListPage: {
4124
4124
  hide?: (boolean | ((T: unknown) => boolean)) | undefined;
4125
4125
  }>[];
4126
4126
  readonly isInitSearch: boolean;
4127
- readonly customColumnApi: import("el-plus/es/types/axios").Api;
4128
- readonly customColumnSaveApi: import("el-plus/es/types/axios").Api;
4127
+ readonly customColumnApi: import("el-plus/es/utils/index").Api;
4128
+ readonly customColumnSaveApi: import("el-plus/es/utils/index").Api;
4129
4129
  readonly border: boolean;
4130
4130
  readonly fit: boolean;
4131
4131
  readonly stripe: boolean;
@@ -4235,14 +4235,14 @@ export declare const EpSearchListPage: {
4235
4235
  };
4236
4236
  readonly customColumnApi: {
4237
4237
  default: "/api-item/api/customizedColumns/find";
4238
- type: import("vue").PropType<import("el-plus/es/types/axios").Api>;
4238
+ type: import("vue").PropType<import("el-plus/es/utils/index").Api>;
4239
4239
  };
4240
4240
  readonly customColumnSaveApi: {
4241
4241
  default: "/api-item/api/customizedColumns/save";
4242
- type: import("vue").PropType<import("el-plus/es/types/axios").Api>;
4242
+ type: import("vue").PropType<import("el-plus/es/utils/index").Api>;
4243
4243
  };
4244
4244
  readonly api: {
4245
- type: import("vue").PropType<import("el-plus/es/types/axios").Api>;
4245
+ type: import("vue").PropType<import("el-plus/es/utils/index").Api>;
4246
4246
  };
4247
4247
  readonly method: {
4248
4248
  type: import("vue").PropType<import("axios").Method>;
@@ -4254,10 +4254,10 @@ export declare const EpSearchListPage: {
4254
4254
  type: ObjectConstructor;
4255
4255
  };
4256
4256
  readonly reqBefore: {
4257
- type: import("vue").PropType<import("el-plus/es/types/axios").ReqBefore>;
4257
+ type: import("vue").PropType<import("el-plus/es/utils/index").ReqBefore>;
4258
4258
  };
4259
4259
  readonly reqAfter: {
4260
- type: import("vue").PropType<import("el-plus/es/types/axios").ReqAfter>;
4260
+ type: import("vue").PropType<import("el-plus/es/utils/index").ReqAfter>;
4261
4261
  };
4262
4262
  readonly size: {
4263
4263
  default: string;
@@ -5287,8 +5287,8 @@ export declare const EpSearchListPage: {
5287
5287
  hide?: (boolean | ((T: unknown) => boolean)) | undefined;
5288
5288
  }>[];
5289
5289
  readonly isInitSearch: boolean;
5290
- readonly customColumnApi: import("el-plus/es/types/axios").Api;
5291
- readonly customColumnSaveApi: import("el-plus/es/types/axios").Api;
5290
+ readonly customColumnApi: import("el-plus/es/utils/index").Api;
5291
+ readonly customColumnSaveApi: import("el-plus/es/utils/index").Api;
5292
5292
  readonly formItemList: import("el-plus/es/index").FormItemProps[];
5293
5293
  readonly formData: Record<string, any>;
5294
5294
  readonly showOperationColumn: boolean;
@@ -5317,11 +5317,11 @@ export declare const EpSearchListPage: {
5317
5317
  };
5318
5318
  readonly customColumnApi: {
5319
5319
  readonly default: "/api-item/api/customizedColumns/find";
5320
- readonly type: import("vue").PropType<import("el-plus/es/types/axios").Api>;
5320
+ readonly type: import("vue").PropType<import("el-plus/es/utils/index").Api>;
5321
5321
  };
5322
5322
  readonly customColumnSaveApi: {
5323
5323
  readonly default: "/api-item/api/customizedColumns/save";
5324
- readonly type: import("vue").PropType<import("el-plus/es/types/axios").Api>;
5324
+ readonly type: import("vue").PropType<import("el-plus/es/utils/index").Api>;
5325
5325
  };
5326
5326
  readonly showOperationColumn: BooleanConstructor;
5327
5327
  readonly formItemList: {
@@ -5375,7 +5375,7 @@ export declare const EpSearchListPage: {
5375
5375
  readonly default: true;
5376
5376
  };
5377
5377
  readonly api: {
5378
- type: import("vue").PropType<import("el-plus/es/types/axios").Api>;
5378
+ type: import("vue").PropType<import("el-plus/es/utils/index").Api>;
5379
5379
  };
5380
5380
  readonly method: {
5381
5381
  type: import("vue").PropType<import("axios").Method>;
@@ -5387,10 +5387,10 @@ export declare const EpSearchListPage: {
5387
5387
  type: ObjectConstructor;
5388
5388
  };
5389
5389
  readonly reqBefore: {
5390
- type: import("vue").PropType<import("el-plus/es/types/axios").ReqBefore>;
5390
+ type: import("vue").PropType<import("el-plus/es/utils/index").ReqBefore>;
5391
5391
  };
5392
5392
  readonly reqAfter: {
5393
- type: import("vue").PropType<import("el-plus/es/types/axios").ReqAfter>;
5393
+ type: import("vue").PropType<import("el-plus/es/utils/index").ReqAfter>;
5394
5394
  };
5395
5395
  }>> & Readonly<{}>, {
5396
5396
  search: (isInitSearch?: boolean) => Promise<void>;
@@ -5490,8 +5490,8 @@ export declare const EpSearchListPage: {
5490
5490
  hide?: (boolean | ((T: unknown) => boolean)) | undefined;
5491
5491
  }>[];
5492
5492
  readonly isInitSearch: boolean;
5493
- readonly customColumnApi: import("el-plus/es/types/axios").Api;
5494
- readonly customColumnSaveApi: import("el-plus/es/types/axios").Api;
5493
+ readonly customColumnApi: import("el-plus/es/utils/index").Api;
5494
+ readonly customColumnSaveApi: import("el-plus/es/utils/index").Api;
5495
5495
  readonly border: boolean;
5496
5496
  readonly fit: boolean;
5497
5497
  readonly stripe: boolean;
@@ -5601,8 +5601,8 @@ export declare const EpSearchListPage: {
5601
5601
  hide?: (boolean | ((T: unknown) => boolean)) | undefined;
5602
5602
  }>[];
5603
5603
  readonly isInitSearch: boolean;
5604
- readonly customColumnApi: import("el-plus/es/types/axios").Api;
5605
- readonly customColumnSaveApi: import("el-plus/es/types/axios").Api;
5604
+ readonly customColumnApi: import("el-plus/es/utils/index").Api;
5605
+ readonly customColumnSaveApi: import("el-plus/es/utils/index").Api;
5606
5606
  readonly border: boolean;
5607
5607
  readonly fit: boolean;
5608
5608
  readonly stripe: boolean;
@@ -5622,11 +5622,11 @@ export declare const EpSearchListPage: {
5622
5622
  readonly load?: ((row: any, treeNode: import("element-plus").TreeNode, resolve: (data: any[]) => void) => void) | undefined;
5623
5623
  readonly method?: import("axios").Method | undefined;
5624
5624
  readonly width?: string | number | undefined;
5625
- readonly api?: import("el-plus/es/types/axios").Api | undefined;
5625
+ readonly api?: import("el-plus/es/utils/index").Api | undefined;
5626
5626
  readonly reqData?: Record<string, any> | undefined;
5627
5627
  readonly reqParams?: Record<string, any> | undefined;
5628
- readonly reqBefore?: import("el-plus/es/types/axios").ReqBefore | undefined;
5629
- readonly reqAfter?: import("el-plus/es/types/axios").ReqAfter | undefined;
5628
+ readonly reqBefore?: import("el-plus/es/utils/index").ReqBefore | undefined;
5629
+ readonly reqAfter?: import("el-plus/es/utils/index").ReqAfter | undefined;
5630
5630
  readonly rowKey?: string | ((row: any) => string) | undefined;
5631
5631
  readonly summaryMethod?: import("element-plus").SummaryMethod<any> | undefined;
5632
5632
  readonly rowClassName?: import("element-plus").ColumnCls<any> | undefined;
@@ -5730,14 +5730,14 @@ export declare const EpSearchListPage: {
5730
5730
  };
5731
5731
  readonly customColumnApi: {
5732
5732
  default: "/api-item/api/customizedColumns/find";
5733
- type: import("vue").PropType<import("el-plus/es/types/axios").Api>;
5733
+ type: import("vue").PropType<import("el-plus/es/utils/index").Api>;
5734
5734
  };
5735
5735
  readonly customColumnSaveApi: {
5736
5736
  default: "/api-item/api/customizedColumns/save";
5737
- type: import("vue").PropType<import("el-plus/es/types/axios").Api>;
5737
+ type: import("vue").PropType<import("el-plus/es/utils/index").Api>;
5738
5738
  };
5739
5739
  readonly api: {
5740
- type: import("vue").PropType<import("el-plus/es/types/axios").Api>;
5740
+ type: import("vue").PropType<import("el-plus/es/utils/index").Api>;
5741
5741
  };
5742
5742
  readonly method: {
5743
5743
  type: import("vue").PropType<import("axios").Method>;
@@ -5749,10 +5749,10 @@ export declare const EpSearchListPage: {
5749
5749
  type: ObjectConstructor;
5750
5750
  };
5751
5751
  readonly reqBefore: {
5752
- type: import("vue").PropType<import("el-plus/es/types/axios").ReqBefore>;
5752
+ type: import("vue").PropType<import("el-plus/es/utils/index").ReqBefore>;
5753
5753
  };
5754
5754
  readonly reqAfter: {
5755
- type: import("vue").PropType<import("el-plus/es/types/axios").ReqAfter>;
5755
+ type: import("vue").PropType<import("el-plus/es/utils/index").ReqAfter>;
5756
5756
  };
5757
5757
  readonly size: {
5758
5758
  default: string;
@@ -6556,8 +6556,8 @@ export declare const EpSearchListPage: {
6556
6556
  hide?: (boolean | ((T: unknown) => boolean)) | undefined;
6557
6557
  }>[];
6558
6558
  readonly isInitSearch: boolean;
6559
- readonly customColumnApi: import("el-plus/es/types/axios").Api;
6560
- readonly customColumnSaveApi: import("el-plus/es/types/axios").Api;
6559
+ readonly customColumnApi: import("el-plus/es/utils/index").Api;
6560
+ readonly customColumnSaveApi: import("el-plus/es/utils/index").Api;
6561
6561
  readonly border: boolean;
6562
6562
  readonly fit: boolean;
6563
6563
  readonly stripe: boolean;
@@ -6687,8 +6687,8 @@ export declare const EpSearchListPage: {
6687
6687
  hide?: (boolean | ((T: unknown) => boolean)) | undefined;
6688
6688
  }>[];
6689
6689
  readonly isInitSearch: boolean;
6690
- readonly customColumnApi: import("el-plus/es/types/axios").Api;
6691
- readonly customColumnSaveApi: import("el-plus/es/types/axios").Api;
6690
+ readonly customColumnApi: import("el-plus/es/utils/index").Api;
6691
+ readonly customColumnSaveApi: import("el-plus/es/utils/index").Api;
6692
6692
  readonly border: boolean;
6693
6693
  readonly fit: boolean;
6694
6694
  readonly stripe: boolean;
@@ -6759,14 +6759,14 @@ export declare const EpSearchListPage: {
6759
6759
  };
6760
6760
  readonly customColumnApi: {
6761
6761
  default: "/api-item/api/customizedColumns/find";
6762
- type: import("vue").PropType<import("el-plus/es/types/axios").Api>;
6762
+ type: import("vue").PropType<import("el-plus/es/utils/index").Api>;
6763
6763
  };
6764
6764
  readonly customColumnSaveApi: {
6765
6765
  default: "/api-item/api/customizedColumns/save";
6766
- type: import("vue").PropType<import("el-plus/es/types/axios").Api>;
6766
+ type: import("vue").PropType<import("el-plus/es/utils/index").Api>;
6767
6767
  };
6768
6768
  readonly api: {
6769
- type: import("vue").PropType<import("el-plus/es/types/axios").Api>;
6769
+ type: import("vue").PropType<import("el-plus/es/utils/index").Api>;
6770
6770
  };
6771
6771
  readonly method: {
6772
6772
  type: import("vue").PropType<import("axios").Method>;
@@ -6778,10 +6778,10 @@ export declare const EpSearchListPage: {
6778
6778
  type: ObjectConstructor;
6779
6779
  };
6780
6780
  readonly reqBefore: {
6781
- type: import("vue").PropType<import("el-plus/es/types/axios").ReqBefore>;
6781
+ type: import("vue").PropType<import("el-plus/es/utils/index").ReqBefore>;
6782
6782
  };
6783
6783
  readonly reqAfter: {
6784
- type: import("vue").PropType<import("el-plus/es/types/axios").ReqAfter>;
6784
+ type: import("vue").PropType<import("el-plus/es/utils/index").ReqAfter>;
6785
6785
  };
6786
6786
  readonly size: {
6787
6787
  default: string;
@@ -7811,8 +7811,8 @@ export declare const EpSearchListPage: {
7811
7811
  hide?: (boolean | ((T: unknown) => boolean)) | undefined;
7812
7812
  }>[];
7813
7813
  readonly isInitSearch: boolean;
7814
- readonly customColumnApi: import("el-plus/es/types/axios").Api;
7815
- readonly customColumnSaveApi: import("el-plus/es/types/axios").Api;
7814
+ readonly customColumnApi: import("el-plus/es/utils/index").Api;
7815
+ readonly customColumnSaveApi: import("el-plus/es/utils/index").Api;
7816
7816
  readonly formItemList: import("el-plus/es/index").FormItemProps[];
7817
7817
  readonly formData: Record<string, any>;
7818
7818
  readonly showOperationColumn: boolean;
@@ -6,11 +6,11 @@ export declare const searchListPageProps: {
6
6
  };
7
7
  readonly customColumnApi: {
8
8
  readonly default: "/api-item/api/customizedColumns/find";
9
- readonly type: PropType<import("el-plus/es/types").Api>;
9
+ readonly type: PropType<import("el-plus/es/utils").Api>;
10
10
  };
11
11
  readonly customColumnSaveApi: {
12
12
  readonly default: "/api-item/api/customizedColumns/save";
13
- readonly type: PropType<import("el-plus/es/types").Api>;
13
+ readonly type: PropType<import("el-plus/es/utils").Api>;
14
14
  };
15
15
  readonly showOperationColumn: BooleanConstructor;
16
16
  readonly formItemList: {
@@ -64,7 +64,7 @@ export declare const searchListPageProps: {
64
64
  readonly default: true;
65
65
  };
66
66
  readonly api: {
67
- type: PropType<import("el-plus/es/types").Api>;
67
+ type: PropType<import("el-plus/es/utils").Api>;
68
68
  };
69
69
  readonly method: {
70
70
  type: PropType<import("axios").Method>;
@@ -76,10 +76,10 @@ export declare const searchListPageProps: {
76
76
  type: ObjectConstructor;
77
77
  };
78
78
  readonly reqBefore: {
79
- type: PropType<import("el-plus/es/types").ReqBefore>;
79
+ type: PropType<import("el-plus/es/utils").ReqBefore>;
80
80
  };
81
81
  readonly reqAfter: {
82
- type: PropType<import("el-plus/es/types").ReqAfter>;
82
+ type: PropType<import("el-plus/es/utils").ReqAfter>;
83
83
  };
84
84
  };
85
85
  export type SearchListPageProps = ExtractPublicPropTypes<typeof searchListPageProps>;