ll-plus 2.9.9-s → 2.9.9

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 (127) hide show
  1. package/es/components/advanced-filtering/index.d.ts +28 -28
  2. package/es/components/advanced-filtering/src/advanced-filtering.vue.d.ts +15 -15
  3. package/es/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +11 -11
  4. package/es/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +2 -2
  5. package/es/components/api-component/index.d.ts +2 -2
  6. package/es/components/api-component/src/api-component.vue.d.ts +2 -2
  7. package/es/components/breadcrumb-card/index.d.ts +6 -6
  8. package/es/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +6 -6
  9. package/es/components/descriptions/index.d.ts +5 -5
  10. package/es/components/descriptions/src/descriptions.d.ts +1 -1
  11. package/es/components/descriptions/src/descriptions.vue.d.ts +5 -5
  12. package/es/components/drawer/index.d.ts +2 -2
  13. package/es/components/drawer/src/components/second-confirmation/index.d.ts +6 -6
  14. package/es/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +6 -6
  15. package/es/components/drawer/src/drawer.vue.d.ts +2 -2
  16. package/es/components/form/index.d.ts +10 -10
  17. package/es/components/form/src/form.vue.d.ts +10 -10
  18. package/es/components/input/index.d.ts +31 -31
  19. package/es/components/input/src/input.vue.d.ts +31 -31
  20. package/es/components/key-value/src/components/key-value-item.vue.d.ts +20 -20
  21. package/es/components/key-value/src/key-value.vue.d.ts +60 -60
  22. package/es/components/modal/index.d.ts +6 -6
  23. package/es/components/modal/src/modal.d.ts +1 -1
  24. package/es/components/modal/src/modal.vue.d.ts +6 -6
  25. package/es/components/new-drawer/index.d.ts +6 -6
  26. package/es/components/new-drawer/src/drawer.vue.d.ts +6 -6
  27. package/es/components/new-modal/index.d.ts +10 -10
  28. package/es/components/new-modal/src/modal.d.ts +1 -1
  29. package/es/components/new-modal/src/modal.vue.d.ts +10 -10
  30. package/es/components/select/index.d.ts +11 -11
  31. package/es/components/select/src/select.vue.d.ts +11 -11
  32. package/es/components/steps/index.d.ts +22 -22
  33. package/es/components/steps/src/steps.vue.d.ts +22 -22
  34. package/es/components/textarea/index.d.ts +5 -5
  35. package/es/components/textarea/src/textarea.vue.d.ts +5 -5
  36. package/es/components/tooltip/index.d.ts +2 -2
  37. package/es/components/tooltip/src/tooltip.vue.d.ts +2 -2
  38. package/es/components/tree-search/index.d.ts +9 -9
  39. package/es/components/tree-search/src/config/tree-search.d.ts +3 -3
  40. package/es/components/tree-search/src/tree-search.vue.d.ts +9 -9
  41. package/es/components/upload-drag/index.d.ts +2 -2
  42. package/es/components/upload-drag/src/upload-drag.vue.d.ts +2 -2
  43. package/lib/components/advanced-filtering/index.d.ts +28 -28
  44. package/lib/components/advanced-filtering/src/advanced-filtering.vue.d.ts +15 -15
  45. package/lib/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +11 -11
  46. package/lib/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +2 -2
  47. package/lib/components/api-component/index.d.ts +2 -2
  48. package/lib/components/api-component/src/api-component.vue.d.ts +2 -2
  49. package/lib/components/breadcrumb-card/index.d.ts +6 -6
  50. package/lib/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +6 -6
  51. package/lib/components/descriptions/index.d.ts +5 -5
  52. package/lib/components/descriptions/src/descriptions.d.ts +1 -1
  53. package/lib/components/descriptions/src/descriptions.vue.d.ts +5 -5
  54. package/lib/components/drawer/index.d.ts +2 -2
  55. package/lib/components/drawer/src/components/second-confirmation/index.d.ts +6 -6
  56. package/lib/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +6 -6
  57. package/lib/components/drawer/src/drawer.vue.d.ts +2 -2
  58. package/lib/components/form/index.d.ts +10 -10
  59. package/lib/components/form/src/form.vue.d.ts +10 -10
  60. package/lib/components/input/index.d.ts +31 -31
  61. package/lib/components/input/src/input.vue.d.ts +31 -31
  62. package/lib/components/key-value/src/components/key-value-item.vue.d.ts +20 -20
  63. package/lib/components/key-value/src/key-value.vue.d.ts +60 -60
  64. package/lib/components/modal/index.d.ts +6 -6
  65. package/lib/components/modal/src/modal.d.ts +1 -1
  66. package/lib/components/modal/src/modal.vue.d.ts +6 -6
  67. package/lib/components/new-drawer/index.d.ts +6 -6
  68. package/lib/components/new-drawer/src/drawer.vue.d.ts +6 -6
  69. package/lib/components/new-modal/index.d.ts +10 -10
  70. package/lib/components/new-modal/src/modal.d.ts +1 -1
  71. package/lib/components/new-modal/src/modal.vue.d.ts +10 -10
  72. package/lib/components/select/index.d.ts +11 -11
  73. package/lib/components/select/src/select.vue.d.ts +11 -11
  74. package/lib/components/steps/index.d.ts +22 -22
  75. package/lib/components/steps/src/steps.vue.d.ts +22 -22
  76. package/lib/components/textarea/index.d.ts +5 -5
  77. package/lib/components/textarea/src/textarea.vue.d.ts +5 -5
  78. package/lib/components/tooltip/index.d.ts +2 -2
  79. package/lib/components/tooltip/src/tooltip.vue.d.ts +2 -2
  80. package/lib/components/tree-search/index.d.ts +9 -9
  81. package/lib/components/tree-search/src/config/tree-search.d.ts +3 -3
  82. package/lib/components/tree-search/src/tree-search.vue.d.ts +9 -9
  83. package/lib/components/upload-drag/index.d.ts +2 -2
  84. package/lib/components/upload-drag/src/upload-drag.vue.d.ts +2 -2
  85. package/package.json +1 -1
  86. package/types/packages/components/advanced-filtering/index.d.ts +28 -28
  87. package/types/packages/components/advanced-filtering/src/advanced-filtering.vue.d.ts +15 -15
  88. package/types/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +11 -11
  89. package/types/packages/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +2 -2
  90. package/types/packages/components/api-component/index.d.ts +2 -2
  91. package/types/packages/components/api-component/src/api-component.vue.d.ts +2 -2
  92. package/types/packages/components/breadcrumb-card/index.d.ts +6 -6
  93. package/types/packages/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +6 -6
  94. package/types/packages/components/descriptions/index.d.ts +5 -5
  95. package/types/packages/components/descriptions/src/descriptions.d.ts +1 -1
  96. package/types/packages/components/descriptions/src/descriptions.vue.d.ts +5 -5
  97. package/types/packages/components/drawer/index.d.ts +2 -2
  98. package/types/packages/components/drawer/src/components/second-confirmation/index.d.ts +6 -6
  99. package/types/packages/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +6 -6
  100. package/types/packages/components/drawer/src/drawer.vue.d.ts +2 -2
  101. package/types/packages/components/form/index.d.ts +10 -10
  102. package/types/packages/components/form/src/form.vue.d.ts +10 -10
  103. package/types/packages/components/input/index.d.ts +31 -31
  104. package/types/packages/components/input/src/input.vue.d.ts +31 -31
  105. package/types/packages/components/key-value/src/components/key-value-item.vue.d.ts +20 -20
  106. package/types/packages/components/key-value/src/key-value.vue.d.ts +60 -60
  107. package/types/packages/components/modal/index.d.ts +6 -6
  108. package/types/packages/components/modal/src/modal.d.ts +1 -1
  109. package/types/packages/components/modal/src/modal.vue.d.ts +6 -6
  110. package/types/packages/components/new-drawer/index.d.ts +6 -6
  111. package/types/packages/components/new-drawer/src/drawer.vue.d.ts +6 -6
  112. package/types/packages/components/new-modal/index.d.ts +10 -10
  113. package/types/packages/components/new-modal/src/modal.d.ts +1 -1
  114. package/types/packages/components/new-modal/src/modal.vue.d.ts +10 -10
  115. package/types/packages/components/select/index.d.ts +11 -11
  116. package/types/packages/components/select/src/select.vue.d.ts +11 -11
  117. package/types/packages/components/steps/index.d.ts +22 -22
  118. package/types/packages/components/steps/src/steps.vue.d.ts +22 -22
  119. package/types/packages/components/textarea/index.d.ts +5 -5
  120. package/types/packages/components/textarea/src/textarea.vue.d.ts +5 -5
  121. package/types/packages/components/tooltip/index.d.ts +2 -2
  122. package/types/packages/components/tooltip/src/tooltip.vue.d.ts +2 -2
  123. package/types/packages/components/tree-search/index.d.ts +9 -9
  124. package/types/packages/components/tree-search/src/config/tree-search.d.ts +3 -3
  125. package/types/packages/components/tree-search/src/tree-search.vue.d.ts +9 -9
  126. package/types/packages/components/upload-drag/index.d.ts +2 -2
  127. package/types/packages/components/upload-drag/src/upload-drag.vue.d.ts +2 -2
@@ -87,8 +87,8 @@ export declare const LlSteps: import("ll-plus/es/utils").SFCWithInstall<import("
87
87
  }>>[];
88
88
  };
89
89
  labelPlacement: {
90
- type: import("vue").PropType<"horizontal" | "vertical">;
91
- default: "horizontal" | "vertical";
90
+ type: import("vue").PropType<"vertical" | "horizontal">;
91
+ default: "vertical" | "horizontal";
92
92
  };
93
93
  status: {
94
94
  type: import("vue").PropType<import("ant-design-vue/es/vc-steps/interface").Status>;
@@ -99,8 +99,8 @@ export declare const LlSteps: import("ll-plus/es/utils").SFCWithInstall<import("
99
99
  default: "default" | "small";
100
100
  };
101
101
  direction: {
102
- type: import("vue").PropType<"horizontal" | "vertical">;
103
- default: "horizontal" | "vertical";
102
+ type: import("vue").PropType<"vertical" | "horizontal">;
103
+ default: "vertical" | "horizontal";
104
104
  };
105
105
  progressDot: {
106
106
  type: import("vue").PropType<boolean | import("ant-design-vue/es/vc-steps/interface").ProgressDotRender>;
@@ -191,8 +191,8 @@ export declare const LlSteps: import("ll-plus/es/utils").SFCWithInstall<import("
191
191
  }>>[];
192
192
  };
193
193
  labelPlacement: {
194
- type: import("vue").PropType<"horizontal" | "vertical">;
195
- default: "horizontal" | "vertical";
194
+ type: import("vue").PropType<"vertical" | "horizontal">;
195
+ default: "vertical" | "horizontal";
196
196
  };
197
197
  status: {
198
198
  type: import("vue").PropType<import("ant-design-vue/es/vc-steps/interface").Status>;
@@ -203,8 +203,8 @@ export declare const LlSteps: import("ll-plus/es/utils").SFCWithInstall<import("
203
203
  default: "default" | "small";
204
204
  };
205
205
  direction: {
206
- type: import("vue").PropType<"horizontal" | "vertical">;
207
- default: "horizontal" | "vertical";
206
+ type: import("vue").PropType<"vertical" | "horizontal">;
207
+ default: "vertical" | "horizontal";
208
208
  };
209
209
  progressDot: {
210
210
  type: import("vue").PropType<boolean | import("ant-design-vue/es/vc-steps/interface").ProgressDotRender>;
@@ -227,7 +227,7 @@ export declare const LlSteps: import("ll-plus/es/utils").SFCWithInstall<import("
227
227
  type: "default" | "inline" | "navigation";
228
228
  onChange: (current: number) => void;
229
229
  responsive: boolean;
230
- direction: "horizontal" | "vertical";
230
+ direction: "vertical" | "horizontal";
231
231
  status: import("ant-design-vue/es/vc-steps/interface").Status;
232
232
  items: Partial<import("vue").ExtractPropTypes<{
233
233
  description: {
@@ -261,7 +261,7 @@ export declare const LlSteps: import("ll-plus/es/utils").SFCWithInstall<import("
261
261
  }>>[];
262
262
  'onUpdate:current': (current: number) => void;
263
263
  progressDot: boolean | import("ant-design-vue/es/vc-steps/interface").ProgressDotRender;
264
- labelPlacement: "horizontal" | "vertical";
264
+ labelPlacement: "vertical" | "horizontal";
265
265
  }, true, {}, import("ant-design-vue/es/_util/type").CustomSlotsType<{
266
266
  progressDot: any;
267
267
  default: any;
@@ -345,8 +345,8 @@ export declare const LlSteps: import("ll-plus/es/utils").SFCWithInstall<import("
345
345
  }>>[];
346
346
  };
347
347
  labelPlacement: {
348
- type: import("vue").PropType<"horizontal" | "vertical">;
349
- default: "horizontal" | "vertical";
348
+ type: import("vue").PropType<"vertical" | "horizontal">;
349
+ default: "vertical" | "horizontal";
350
350
  };
351
351
  status: {
352
352
  type: import("vue").PropType<import("ant-design-vue/es/vc-steps/interface").Status>;
@@ -357,8 +357,8 @@ export declare const LlSteps: import("ll-plus/es/utils").SFCWithInstall<import("
357
357
  default: "default" | "small";
358
358
  };
359
359
  direction: {
360
- type: import("vue").PropType<"horizontal" | "vertical">;
361
- default: "horizontal" | "vertical";
360
+ type: import("vue").PropType<"vertical" | "horizontal">;
361
+ default: "vertical" | "horizontal";
362
362
  };
363
363
  progressDot: {
364
364
  type: import("vue").PropType<boolean | import("ant-design-vue/es/vc-steps/interface").ProgressDotRender>;
@@ -381,7 +381,7 @@ export declare const LlSteps: import("ll-plus/es/utils").SFCWithInstall<import("
381
381
  type: "default" | "inline" | "navigation";
382
382
  onChange: (current: number) => void;
383
383
  responsive: boolean;
384
- direction: "horizontal" | "vertical";
384
+ direction: "vertical" | "horizontal";
385
385
  status: import("ant-design-vue/es/vc-steps/interface").Status;
386
386
  items: Partial<import("vue").ExtractPropTypes<{
387
387
  description: {
@@ -415,7 +415,7 @@ export declare const LlSteps: import("ll-plus/es/utils").SFCWithInstall<import("
415
415
  }>>[];
416
416
  'onUpdate:current': (current: number) => void;
417
417
  progressDot: boolean | import("ant-design-vue/es/vc-steps/interface").ProgressDotRender;
418
- labelPlacement: "horizontal" | "vertical";
418
+ labelPlacement: "vertical" | "horizontal";
419
419
  }>;
420
420
  __isFragment?: undefined;
421
421
  __isTeleport?: undefined;
@@ -493,8 +493,8 @@ export declare const LlSteps: import("ll-plus/es/utils").SFCWithInstall<import("
493
493
  }>>[];
494
494
  };
495
495
  labelPlacement: {
496
- type: import("vue").PropType<"horizontal" | "vertical">;
497
- default: "horizontal" | "vertical";
496
+ type: import("vue").PropType<"vertical" | "horizontal">;
497
+ default: "vertical" | "horizontal";
498
498
  };
499
499
  status: {
500
500
  type: import("vue").PropType<import("ant-design-vue/es/vc-steps/interface").Status>;
@@ -505,8 +505,8 @@ export declare const LlSteps: import("ll-plus/es/utils").SFCWithInstall<import("
505
505
  default: "default" | "small";
506
506
  };
507
507
  direction: {
508
- type: import("vue").PropType<"horizontal" | "vertical">;
509
- default: "horizontal" | "vertical";
508
+ type: import("vue").PropType<"vertical" | "horizontal">;
509
+ default: "vertical" | "horizontal";
510
510
  };
511
511
  progressDot: {
512
512
  type: import("vue").PropType<boolean | import("ant-design-vue/es/vc-steps/interface").ProgressDotRender>;
@@ -529,7 +529,7 @@ export declare const LlSteps: import("ll-plus/es/utils").SFCWithInstall<import("
529
529
  type: "default" | "inline" | "navigation";
530
530
  onChange: (current: number) => void;
531
531
  responsive: boolean;
532
- direction: "horizontal" | "vertical";
532
+ direction: "vertical" | "horizontal";
533
533
  status: import("ant-design-vue/es/vc-steps/interface").Status;
534
534
  items: Partial<import("vue").ExtractPropTypes<{
535
535
  description: {
@@ -563,7 +563,7 @@ export declare const LlSteps: import("ll-plus/es/utils").SFCWithInstall<import("
563
563
  }>>[];
564
564
  'onUpdate:current': (current: number) => void;
565
565
  progressDot: boolean | import("ant-design-vue/es/vc-steps/interface").ProgressDotRender;
566
- labelPlacement: "horizontal" | "vertical";
566
+ labelPlacement: "vertical" | "horizontal";
567
567
  }, {}, string, import("ant-design-vue/es/_util/type").CustomSlotsType<{
568
568
  progressDot: any;
569
569
  default: any;
@@ -86,8 +86,8 @@ declare const _default: import("vue").DefineComponent<{}, {
86
86
  }>>[];
87
87
  };
88
88
  labelPlacement: {
89
- type: import("vue").PropType<"horizontal" | "vertical">;
90
- default: "horizontal" | "vertical";
89
+ type: import("vue").PropType<"vertical" | "horizontal">;
90
+ default: "vertical" | "horizontal";
91
91
  };
92
92
  status: {
93
93
  type: import("vue").PropType<import("ant-design-vue/es/vc-steps/interface").Status>;
@@ -98,8 +98,8 @@ declare const _default: import("vue").DefineComponent<{}, {
98
98
  default: "default" | "small";
99
99
  };
100
100
  direction: {
101
- type: import("vue").PropType<"horizontal" | "vertical">;
102
- default: "horizontal" | "vertical";
101
+ type: import("vue").PropType<"vertical" | "horizontal">;
102
+ default: "vertical" | "horizontal";
103
103
  };
104
104
  progressDot: {
105
105
  type: import("vue").PropType<boolean | import("ant-design-vue/es/vc-steps/interface").ProgressDotRender>;
@@ -190,8 +190,8 @@ declare const _default: import("vue").DefineComponent<{}, {
190
190
  }>>[];
191
191
  };
192
192
  labelPlacement: {
193
- type: import("vue").PropType<"horizontal" | "vertical">;
194
- default: "horizontal" | "vertical";
193
+ type: import("vue").PropType<"vertical" | "horizontal">;
194
+ default: "vertical" | "horizontal";
195
195
  };
196
196
  status: {
197
197
  type: import("vue").PropType<import("ant-design-vue/es/vc-steps/interface").Status>;
@@ -202,8 +202,8 @@ declare const _default: import("vue").DefineComponent<{}, {
202
202
  default: "default" | "small";
203
203
  };
204
204
  direction: {
205
- type: import("vue").PropType<"horizontal" | "vertical">;
206
- default: "horizontal" | "vertical";
205
+ type: import("vue").PropType<"vertical" | "horizontal">;
206
+ default: "vertical" | "horizontal";
207
207
  };
208
208
  progressDot: {
209
209
  type: import("vue").PropType<boolean | import("ant-design-vue/es/vc-steps/interface").ProgressDotRender>;
@@ -226,7 +226,7 @@ declare const _default: import("vue").DefineComponent<{}, {
226
226
  type: "default" | "inline" | "navigation";
227
227
  onChange: (current: number) => void;
228
228
  responsive: boolean;
229
- direction: "horizontal" | "vertical";
229
+ direction: "vertical" | "horizontal";
230
230
  status: import("ant-design-vue/es/vc-steps/interface").Status;
231
231
  items: Partial<import("vue").ExtractPropTypes<{
232
232
  description: {
@@ -260,7 +260,7 @@ declare const _default: import("vue").DefineComponent<{}, {
260
260
  }>>[];
261
261
  'onUpdate:current': (current: number) => void;
262
262
  progressDot: boolean | import("ant-design-vue/es/vc-steps/interface").ProgressDotRender;
263
- labelPlacement: "horizontal" | "vertical";
263
+ labelPlacement: "vertical" | "horizontal";
264
264
  }, true, {}, import("ant-design-vue/es/_util/type").CustomSlotsType<{
265
265
  progressDot: any;
266
266
  default: any;
@@ -344,8 +344,8 @@ declare const _default: import("vue").DefineComponent<{}, {
344
344
  }>>[];
345
345
  };
346
346
  labelPlacement: {
347
- type: import("vue").PropType<"horizontal" | "vertical">;
348
- default: "horizontal" | "vertical";
347
+ type: import("vue").PropType<"vertical" | "horizontal">;
348
+ default: "vertical" | "horizontal";
349
349
  };
350
350
  status: {
351
351
  type: import("vue").PropType<import("ant-design-vue/es/vc-steps/interface").Status>;
@@ -356,8 +356,8 @@ declare const _default: import("vue").DefineComponent<{}, {
356
356
  default: "default" | "small";
357
357
  };
358
358
  direction: {
359
- type: import("vue").PropType<"horizontal" | "vertical">;
360
- default: "horizontal" | "vertical";
359
+ type: import("vue").PropType<"vertical" | "horizontal">;
360
+ default: "vertical" | "horizontal";
361
361
  };
362
362
  progressDot: {
363
363
  type: import("vue").PropType<boolean | import("ant-design-vue/es/vc-steps/interface").ProgressDotRender>;
@@ -380,7 +380,7 @@ declare const _default: import("vue").DefineComponent<{}, {
380
380
  type: "default" | "inline" | "navigation";
381
381
  onChange: (current: number) => void;
382
382
  responsive: boolean;
383
- direction: "horizontal" | "vertical";
383
+ direction: "vertical" | "horizontal";
384
384
  status: import("ant-design-vue/es/vc-steps/interface").Status;
385
385
  items: Partial<import("vue").ExtractPropTypes<{
386
386
  description: {
@@ -414,7 +414,7 @@ declare const _default: import("vue").DefineComponent<{}, {
414
414
  }>>[];
415
415
  'onUpdate:current': (current: number) => void;
416
416
  progressDot: boolean | import("ant-design-vue/es/vc-steps/interface").ProgressDotRender;
417
- labelPlacement: "horizontal" | "vertical";
417
+ labelPlacement: "vertical" | "horizontal";
418
418
  }>;
419
419
  __isFragment?: undefined;
420
420
  __isTeleport?: undefined;
@@ -492,8 +492,8 @@ declare const _default: import("vue").DefineComponent<{}, {
492
492
  }>>[];
493
493
  };
494
494
  labelPlacement: {
495
- type: import("vue").PropType<"horizontal" | "vertical">;
496
- default: "horizontal" | "vertical";
495
+ type: import("vue").PropType<"vertical" | "horizontal">;
496
+ default: "vertical" | "horizontal";
497
497
  };
498
498
  status: {
499
499
  type: import("vue").PropType<import("ant-design-vue/es/vc-steps/interface").Status>;
@@ -504,8 +504,8 @@ declare const _default: import("vue").DefineComponent<{}, {
504
504
  default: "default" | "small";
505
505
  };
506
506
  direction: {
507
- type: import("vue").PropType<"horizontal" | "vertical">;
508
- default: "horizontal" | "vertical";
507
+ type: import("vue").PropType<"vertical" | "horizontal">;
508
+ default: "vertical" | "horizontal";
509
509
  };
510
510
  progressDot: {
511
511
  type: import("vue").PropType<boolean | import("ant-design-vue/es/vc-steps/interface").ProgressDotRender>;
@@ -528,7 +528,7 @@ declare const _default: import("vue").DefineComponent<{}, {
528
528
  type: "default" | "inline" | "navigation";
529
529
  onChange: (current: number) => void;
530
530
  responsive: boolean;
531
- direction: "horizontal" | "vertical";
531
+ direction: "vertical" | "horizontal";
532
532
  status: import("ant-design-vue/es/vc-steps/interface").Status;
533
533
  items: Partial<import("vue").ExtractPropTypes<{
534
534
  description: {
@@ -562,7 +562,7 @@ declare const _default: import("vue").DefineComponent<{}, {
562
562
  }>>[];
563
563
  'onUpdate:current': (current: number) => void;
564
564
  progressDot: boolean | import("ant-design-vue/es/vc-steps/interface").ProgressDotRender;
565
- labelPlacement: "horizontal" | "vertical";
565
+ labelPlacement: "vertical" | "horizontal";
566
566
  }, {}, string, import("ant-design-vue/es/_util/type").CustomSlotsType<{
567
567
  progressDot: any;
568
568
  default: any;
@@ -45,8 +45,8 @@ export declare const LlTextarea: import("ll-plus/es/utils").SFCWithInstall<impor
45
45
  };
46
46
  name: StringConstructor;
47
47
  type: {
48
- type: import("vue").PropType<"number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "date" | "url" | "email" | "hidden" | "checkbox" | "radio" | "week" | "text" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
49
- default: "number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "date" | "url" | "email" | "hidden" | "checkbox" | "radio" | "week" | "text" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
48
+ type: import("vue").PropType<"number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "date" | "url" | "email" | "checkbox" | "radio" | "week" | "text" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
49
+ default: "number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "date" | "url" | "email" | "checkbox" | "radio" | "week" | "text" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
50
50
  };
51
51
  onFocus: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
52
52
  onBlur: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
@@ -144,8 +144,8 @@ export declare const LlTextarea: import("ll-plus/es/utils").SFCWithInstall<impor
144
144
  };
145
145
  name: StringConstructor;
146
146
  type: {
147
- type: import("vue").PropType<"number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "date" | "url" | "email" | "hidden" | "checkbox" | "radio" | "week" | "text" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
148
- default: "number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "date" | "url" | "email" | "hidden" | "checkbox" | "radio" | "week" | "text" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
147
+ type: import("vue").PropType<"number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "date" | "url" | "email" | "checkbox" | "radio" | "week" | "text" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
148
+ default: "number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "date" | "url" | "email" | "checkbox" | "radio" | "week" | "text" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
149
149
  };
150
150
  onFocus: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
151
151
  onBlur: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
@@ -213,7 +213,7 @@ export declare const LlTextarea: import("ll-plus/es/utils").SFCWithInstall<impor
213
213
  };
214
214
  }>>, {
215
215
  value: string | number;
216
- type: "number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "date" | "url" | "email" | "hidden" | "checkbox" | "radio" | "week" | "text" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
216
+ type: "number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "date" | "url" | "email" | "checkbox" | "radio" | "week" | "text" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
217
217
  focused: boolean;
218
218
  hidden: boolean;
219
219
  disabled: boolean;
@@ -44,8 +44,8 @@ declare const _default: import("vue").DefineComponent<{}, {
44
44
  };
45
45
  name: StringConstructor;
46
46
  type: {
47
- type: import("vue").PropType<"number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "date" | "url" | "email" | "hidden" | "checkbox" | "radio" | "week" | "text" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
48
- default: "number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "date" | "url" | "email" | "hidden" | "checkbox" | "radio" | "week" | "text" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
47
+ type: import("vue").PropType<"number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "date" | "url" | "email" | "checkbox" | "radio" | "week" | "text" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
48
+ default: "number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "date" | "url" | "email" | "checkbox" | "radio" | "week" | "text" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
49
49
  };
50
50
  onFocus: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
51
51
  onBlur: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
@@ -143,8 +143,8 @@ declare const _default: import("vue").DefineComponent<{}, {
143
143
  };
144
144
  name: StringConstructor;
145
145
  type: {
146
- type: import("vue").PropType<"number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "date" | "url" | "email" | "hidden" | "checkbox" | "radio" | "week" | "text" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
147
- default: "number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "date" | "url" | "email" | "hidden" | "checkbox" | "radio" | "week" | "text" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
146
+ type: import("vue").PropType<"number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "date" | "url" | "email" | "checkbox" | "radio" | "week" | "text" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
147
+ default: "number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "date" | "url" | "email" | "checkbox" | "radio" | "week" | "text" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
148
148
  };
149
149
  onFocus: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
150
150
  onBlur: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
@@ -212,7 +212,7 @@ declare const _default: import("vue").DefineComponent<{}, {
212
212
  };
213
213
  }>>, {
214
214
  value: string | number;
215
- type: "number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "date" | "url" | "email" | "hidden" | "checkbox" | "radio" | "week" | "text" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
215
+ type: "number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "date" | "url" | "email" | "checkbox" | "radio" | "week" | "text" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
216
216
  focused: boolean;
217
217
  hidden: boolean;
218
218
  disabled: boolean;
@@ -22,10 +22,10 @@ export declare const LlTooltip: import("ll-plus/es/utils").SFCWithInstall<import
22
22
  readonly width: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, "", boolean>;
23
23
  }, {
24
24
  props: import("@vue/shared").LooseRequired<{
25
+ readonly placement: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "top" | "bottom" | "left" | "right" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom", unknown>;
25
26
  readonly arrow: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
26
27
  readonly maxWidth: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
27
28
  readonly width: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
28
- readonly placement: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "top" | "bottom" | "left" | "right" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom", unknown>;
29
29
  readonly tip: string;
30
30
  readonly ellipsis: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
31
31
  readonly tipEllipsis: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
@@ -87,10 +87,10 @@ export declare const LlTooltip: import("ll-plus/es/utils").SFCWithInstall<import
87
87
  readonly ellipsis: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
88
88
  readonly width: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, "", boolean>;
89
89
  }>>, {
90
+ readonly placement: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "top" | "bottom" | "left" | "right" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom", unknown>;
90
91
  readonly arrow: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
91
92
  readonly maxWidth: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
92
93
  readonly width: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
93
- readonly placement: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "top" | "bottom" | "left" | "right" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom", unknown>;
94
94
  readonly tip: string;
95
95
  readonly ellipsis: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
96
96
  readonly tipEllipsis: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
@@ -21,10 +21,10 @@ declare const _default: import("vue").DefineComponent<{
21
21
  readonly width: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, "", boolean>;
22
22
  }, {
23
23
  props: import("@vue/shared").LooseRequired<{
24
+ readonly placement: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "top" | "bottom" | "left" | "right" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom", unknown>;
24
25
  readonly arrow: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
25
26
  readonly maxWidth: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
26
27
  readonly width: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
27
- readonly placement: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "top" | "bottom" | "left" | "right" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom", unknown>;
28
28
  readonly tip: string;
29
29
  readonly ellipsis: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
30
30
  readonly tipEllipsis: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
@@ -86,10 +86,10 @@ declare const _default: import("vue").DefineComponent<{
86
86
  readonly ellipsis: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
87
87
  readonly width: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, "", boolean>;
88
88
  }>>, {
89
+ readonly placement: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "top" | "bottom" | "left" | "right" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom", unknown>;
89
90
  readonly arrow: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
90
91
  readonly maxWidth: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
91
92
  readonly width: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
92
- readonly placement: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "top" | "bottom" | "left" | "right" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom", unknown>;
93
93
  readonly tip: string;
94
94
  readonly ellipsis: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
95
95
  readonly tipEllipsis: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
@@ -20,15 +20,15 @@ export declare const LlTreeSearch: import("ll-plus/es/utils").SFCWithInstall<imp
20
20
  readonly operateWay: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "none" | "modal" | "drawer", unknown, "modal", boolean>;
21
21
  readonly modalConfigProps: {
22
22
  readonly type: import("vue").PropType<{
23
- readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "confirm" | "operate" | "upload") | (() => "confirm" | "operate" | "upload") | ((new (...args: any[]) => "confirm" | "operate" | "upload") | (() => "confirm" | "operate" | "upload"))[], unknown, unknown>;
23
+ readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "operate" | "confirm" | "upload") | (() => "operate" | "confirm" | "upload") | ((new (...args: any[]) => "operate" | "confirm" | "upload") | (() => "operate" | "confirm" | "upload"))[], unknown, unknown>;
24
24
  readonly class: string;
25
25
  readonly title: string;
26
26
  readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
27
+ readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
27
28
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
28
29
  readonly wrapClassName: string;
29
30
  readonly cancelText: string;
30
31
  readonly showCancel: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
31
- readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
32
32
  readonly confirmText: string;
33
33
  readonly isConfirmModel: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
34
34
  }>;
@@ -40,10 +40,10 @@ export declare const LlTreeSearch: import("ll-plus/es/utils").SFCWithInstall<imp
40
40
  readonly type: import("vue").PropType<{
41
41
  readonly title: string;
42
42
  readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
43
+ readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
43
44
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
44
45
  readonly cancelText: string;
45
46
  readonly showCancel: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
46
- readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
47
47
  readonly confirmText: string;
48
48
  readonly useClose: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
49
49
  readonly cancelConfirm: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
@@ -74,25 +74,25 @@ export declare const LlTreeSearch: import("ll-plus/es/utils").SFCWithInstall<imp
74
74
  readonly searchValue?: string | undefined;
75
75
  readonly expandedKeys?: string[] | undefined;
76
76
  readonly modalConfigProps?: {
77
- readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "confirm" | "operate" | "upload") | (() => "confirm" | "operate" | "upload") | ((new (...args: any[]) => "confirm" | "operate" | "upload") | (() => "confirm" | "operate" | "upload"))[], unknown, unknown>;
77
+ readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "operate" | "confirm" | "upload") | (() => "operate" | "confirm" | "upload") | ((new (...args: any[]) => "operate" | "confirm" | "upload") | (() => "operate" | "confirm" | "upload"))[], unknown, unknown>;
78
78
  readonly class: string;
79
79
  readonly title: string;
80
80
  readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
81
+ readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
81
82
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
82
83
  readonly wrapClassName: string;
83
84
  readonly cancelText: string;
84
85
  readonly showCancel: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
85
- readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
86
86
  readonly confirmText: string;
87
87
  readonly isConfirmModel: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
88
88
  } | undefined;
89
89
  readonly drawerConfigProps?: {
90
90
  readonly title: string;
91
91
  readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
92
+ readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
92
93
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
93
94
  readonly cancelText: string;
94
95
  readonly showCancel: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
95
- readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
96
96
  readonly confirmText: string;
97
97
  readonly useClose: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
98
98
  readonly cancelConfirm: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
@@ -342,15 +342,15 @@ export declare const LlTreeSearch: import("ll-plus/es/utils").SFCWithInstall<imp
342
342
  readonly operateWay: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "none" | "modal" | "drawer", unknown, "modal", boolean>;
343
343
  readonly modalConfigProps: {
344
344
  readonly type: import("vue").PropType<{
345
- readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "confirm" | "operate" | "upload") | (() => "confirm" | "operate" | "upload") | ((new (...args: any[]) => "confirm" | "operate" | "upload") | (() => "confirm" | "operate" | "upload"))[], unknown, unknown>;
345
+ readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "operate" | "confirm" | "upload") | (() => "operate" | "confirm" | "upload") | ((new (...args: any[]) => "operate" | "confirm" | "upload") | (() => "operate" | "confirm" | "upload"))[], unknown, unknown>;
346
346
  readonly class: string;
347
347
  readonly title: string;
348
348
  readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
349
+ readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
349
350
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
350
351
  readonly wrapClassName: string;
351
352
  readonly cancelText: string;
352
353
  readonly showCancel: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
353
- readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
354
354
  readonly confirmText: string;
355
355
  readonly isConfirmModel: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
356
356
  }>;
@@ -362,10 +362,10 @@ export declare const LlTreeSearch: import("ll-plus/es/utils").SFCWithInstall<imp
362
362
  readonly type: import("vue").PropType<{
363
363
  readonly title: string;
364
364
  readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
365
+ readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
365
366
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
366
367
  readonly cancelText: string;
367
368
  readonly showCancel: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
368
- readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
369
369
  readonly confirmText: string;
370
370
  readonly useClose: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
371
371
  readonly cancelConfirm: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
@@ -23,15 +23,15 @@ export declare const treeSearchProps: {
23
23
  readonly operateWay: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "none" | "modal" | "drawer", unknown, "modal", boolean>;
24
24
  readonly modalConfigProps: {
25
25
  readonly type: import("vue").PropType<{
26
- readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "confirm" | "operate" | "upload") | (() => "confirm" | "operate" | "upload") | ((new (...args: any[]) => "confirm" | "operate" | "upload") | (() => "confirm" | "operate" | "upload"))[], unknown, unknown>;
26
+ readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "operate" | "confirm" | "upload") | (() => "operate" | "confirm" | "upload") | ((new (...args: any[]) => "operate" | "confirm" | "upload") | (() => "operate" | "confirm" | "upload"))[], unknown, unknown>;
27
27
  readonly class: string;
28
28
  readonly title: string;
29
29
  readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
30
+ readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
30
31
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
31
32
  readonly wrapClassName: string;
32
33
  readonly cancelText: string;
33
34
  readonly showCancel: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
34
- readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
35
35
  readonly confirmText: string;
36
36
  readonly isConfirmModel: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
37
37
  }>;
@@ -43,10 +43,10 @@ export declare const treeSearchProps: {
43
43
  readonly type: import("vue").PropType<{
44
44
  readonly title: string;
45
45
  readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
46
+ readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
46
47
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
47
48
  readonly cancelText: string;
48
49
  readonly showCancel: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
49
- readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
50
50
  readonly confirmText: string;
51
51
  readonly useClose: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
52
52
  readonly cancelConfirm: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;