ll-plus 2.10.4 → 2.10.5

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 (169) hide show
  1. package/es/components/advanced-filtering/index.d.ts +702 -702
  2. package/es/components/advanced-filtering/src/advanced-filtering.d.ts +16 -16
  3. package/es/components/advanced-filtering/src/advanced-filtering.vue.d.ts +361 -361
  4. package/es/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +321 -321
  5. package/es/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +20 -20
  6. package/es/components/api-component/index.d.ts +8 -8
  7. package/es/components/api-component/src/api-component.vue.d.ts +8 -8
  8. package/es/components/api-component/src/components/body-component.vue.d.ts +4 -4
  9. package/es/components/api-component/src/components/params-table-row.vue.d.ts +2 -2
  10. package/es/components/api-component/src/components/params-table.vue.d.ts +4 -4
  11. package/es/components/breadcrumb-card/index.d.ts +1 -1
  12. package/es/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +1 -1
  13. package/es/components/checkbox/index.d.ts +280 -280
  14. package/es/components/checkbox/src/checkbox-group.vue.d.ts +280 -280
  15. package/es/components/checkbox/src/checkbox.d.ts +112 -112
  16. package/es/components/cropper/index.d.ts +4 -4
  17. package/es/components/cropper/src/cropper-image.vue.d.ts +2 -2
  18. package/es/components/cropper/src/cropper-modal.vue.d.ts +2 -2
  19. package/es/components/dropdown-button-simple/index.d.ts +13 -13
  20. package/es/components/dropdown-button-simple/src/dropdown-button-simple.d.ts +4 -4
  21. package/es/components/dropdown-button-simple/src/dropdown-button-simple.vue.d.ts +13 -13
  22. package/es/components/form/index.d.ts +301 -301
  23. package/es/components/form/src/config/form.d.ts +120 -120
  24. package/es/components/form/src/form.vue.d.ts +301 -301
  25. package/es/components/icon-picker/index.d.ts +1 -1
  26. package/es/components/icon-picker/src/components/modal.vue.d.ts +1 -1
  27. package/es/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
  28. package/es/components/input-number/index.d.ts +2 -2
  29. package/es/components/input-number/src/input-number.vue.d.ts +2 -2
  30. package/es/components/key-value/src/components/key-value-item.vue.d.ts +484 -484
  31. package/es/components/key-value/src/key-value.vue.d.ts +1452 -1452
  32. package/es/components/new-drawer/index.d.ts +2 -2
  33. package/es/components/new-drawer/src/drawer.vue.d.ts +2 -2
  34. package/es/components/new-modal/index.d.ts +5 -5
  35. package/es/components/new-modal/src/modal.vue.d.ts +5 -5
  36. package/es/components/number-range/index.d.ts +2 -2
  37. package/es/components/number-range/src/number-range.vue.d.ts +2 -2
  38. package/es/components/select-group/index.d.ts +2 -2
  39. package/es/components/select-group/src/select-group.vue.d.ts +2 -2
  40. package/es/components/table/index.d.ts +6 -6
  41. package/es/components/table/src/components/main-table.vue.d.ts +2 -2
  42. package/es/components/table/src/config/table.d.ts +2 -2
  43. package/es/components/table/src/table.vue.d.ts +6 -6
  44. package/es/components/tooltip/index.d.ts +4 -4
  45. package/es/components/tooltip/src/tooltip.d.ts +1 -1
  46. package/es/components/tooltip/src/tooltip.vue.d.ts +4 -4
  47. package/lib/components/advanced-filtering/index.d.ts +702 -702
  48. package/lib/components/advanced-filtering/src/advanced-filtering.d.ts +16 -16
  49. package/lib/components/advanced-filtering/src/advanced-filtering.vue.d.ts +361 -361
  50. package/lib/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +321 -321
  51. package/lib/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +20 -20
  52. package/lib/components/api-component/index.d.ts +8 -8
  53. package/lib/components/api-component/src/api-component.vue.d.ts +8 -8
  54. package/lib/components/api-component/src/components/body-component.vue.d.ts +4 -4
  55. package/lib/components/api-component/src/components/params-table-row.vue.d.ts +2 -2
  56. package/lib/components/api-component/src/components/params-table.vue.d.ts +4 -4
  57. package/lib/components/breadcrumb-card/index.d.ts +1 -1
  58. package/lib/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +1 -1
  59. package/lib/components/checkbox/index.d.ts +280 -280
  60. package/lib/components/checkbox/src/checkbox-group.vue.d.ts +280 -280
  61. package/lib/components/checkbox/src/checkbox.d.ts +112 -112
  62. package/lib/components/cropper/index.d.ts +4 -4
  63. package/lib/components/cropper/src/cropper-image.vue.d.ts +2 -2
  64. package/lib/components/cropper/src/cropper-modal.vue.d.ts +2 -2
  65. package/lib/components/dropdown-button-simple/index.d.ts +13 -13
  66. package/lib/components/dropdown-button-simple/src/dropdown-button-simple.d.ts +4 -4
  67. package/lib/components/dropdown-button-simple/src/dropdown-button-simple.vue.d.ts +13 -13
  68. package/lib/components/form/index.d.ts +301 -301
  69. package/lib/components/form/src/config/form.d.ts +120 -120
  70. package/lib/components/form/src/form.vue.d.ts +301 -301
  71. package/lib/components/icon-picker/index.d.ts +1 -1
  72. package/lib/components/icon-picker/src/components/modal.vue.d.ts +1 -1
  73. package/lib/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
  74. package/lib/components/input-number/index.d.ts +2 -2
  75. package/lib/components/input-number/src/input-number.vue.d.ts +2 -2
  76. package/lib/components/key-value/src/components/key-value-item.vue.d.ts +484 -484
  77. package/lib/components/key-value/src/key-value.vue.d.ts +1452 -1452
  78. package/lib/components/new-drawer/index.d.ts +2 -2
  79. package/lib/components/new-drawer/src/drawer.vue.d.ts +2 -2
  80. package/lib/components/new-modal/index.d.ts +5 -5
  81. package/lib/components/new-modal/src/modal.vue.d.ts +5 -5
  82. package/lib/components/number-range/index.d.ts +2 -2
  83. package/lib/components/number-range/src/number-range.vue.d.ts +2 -2
  84. package/lib/components/select-group/index.d.ts +2 -2
  85. package/lib/components/select-group/src/select-group.vue.d.ts +2 -2
  86. package/lib/components/table/index.d.ts +6 -6
  87. package/lib/components/table/src/components/main-table.vue.d.ts +2 -2
  88. package/lib/components/table/src/config/table.d.ts +2 -2
  89. package/lib/components/table/src/table.vue.d.ts +6 -6
  90. package/lib/components/tooltip/index.d.ts +4 -4
  91. package/lib/components/tooltip/src/tooltip.d.ts +1 -1
  92. package/lib/components/tooltip/src/tooltip.vue.d.ts +4 -4
  93. package/package.json +1 -1
  94. package/theme-chalk/css/advanced-filtering.css +7 -15
  95. package/theme-chalk/css/api-component.css +7 -15
  96. package/theme-chalk/css/cascader.css +7 -15
  97. package/theme-chalk/css/checkbox.css +7 -15
  98. package/theme-chalk/css/code-editor.css +7 -15
  99. package/theme-chalk/css/color-picker.css +7 -15
  100. package/theme-chalk/css/cropper.css +7 -15
  101. package/theme-chalk/css/descriptions.css +7 -15
  102. package/theme-chalk/css/drawer.css +7 -15
  103. package/theme-chalk/css/dropdown-button-simple.css +7 -15
  104. package/theme-chalk/css/dropdown.css +7 -15
  105. package/theme-chalk/css/easy-cron.css +7 -15
  106. package/theme-chalk/css/form.css +7 -15
  107. package/theme-chalk/css/index.css +8 -16
  108. package/theme-chalk/css/input-number.css +7 -15
  109. package/theme-chalk/css/input.css +7 -15
  110. package/theme-chalk/css/key-value.css +7 -15
  111. package/theme-chalk/css/markdown-editor.css +7 -15
  112. package/theme-chalk/css/message.css +7 -15
  113. package/theme-chalk/css/modal.css +7 -15
  114. package/theme-chalk/css/new-drawer.css +7 -15
  115. package/theme-chalk/css/new-modal.css +7 -15
  116. package/theme-chalk/css/number-range.css +7 -15
  117. package/theme-chalk/css/operate-tree.css +1 -1
  118. package/theme-chalk/css/rich-text-editor.css +7 -15
  119. package/theme-chalk/css/segmented.css +7 -15
  120. package/theme-chalk/css/switch.css +7 -15
  121. package/theme-chalk/css/table.css +7 -15
  122. package/theme-chalk/css/tabs-simple.css +7 -15
  123. package/theme-chalk/css/tag-group.css +7 -15
  124. package/types/packages/components/advanced-filtering/index.d.ts +702 -702
  125. package/types/packages/components/advanced-filtering/src/advanced-filtering.d.ts +16 -16
  126. package/types/packages/components/advanced-filtering/src/advanced-filtering.vue.d.ts +361 -361
  127. package/types/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +321 -321
  128. package/types/packages/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +20 -20
  129. package/types/packages/components/api-component/index.d.ts +8 -8
  130. package/types/packages/components/api-component/src/api-component.vue.d.ts +8 -8
  131. package/types/packages/components/api-component/src/components/body-component.vue.d.ts +4 -4
  132. package/types/packages/components/api-component/src/components/params-table-row.vue.d.ts +2 -2
  133. package/types/packages/components/api-component/src/components/params-table.vue.d.ts +4 -4
  134. package/types/packages/components/breadcrumb-card/index.d.ts +1 -1
  135. package/types/packages/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +1 -1
  136. package/types/packages/components/checkbox/index.d.ts +280 -280
  137. package/types/packages/components/checkbox/src/checkbox-group.vue.d.ts +280 -280
  138. package/types/packages/components/checkbox/src/checkbox.d.ts +112 -112
  139. package/types/packages/components/cropper/index.d.ts +4 -4
  140. package/types/packages/components/cropper/src/cropper-image.vue.d.ts +2 -2
  141. package/types/packages/components/cropper/src/cropper-modal.vue.d.ts +2 -2
  142. package/types/packages/components/dropdown-button-simple/index.d.ts +13 -13
  143. package/types/packages/components/dropdown-button-simple/src/dropdown-button-simple.d.ts +4 -4
  144. package/types/packages/components/dropdown-button-simple/src/dropdown-button-simple.vue.d.ts +13 -13
  145. package/types/packages/components/form/index.d.ts +301 -301
  146. package/types/packages/components/form/src/config/form.d.ts +120 -120
  147. package/types/packages/components/form/src/form.vue.d.ts +301 -301
  148. package/types/packages/components/icon-picker/index.d.ts +1 -1
  149. package/types/packages/components/icon-picker/src/components/modal.vue.d.ts +1 -1
  150. package/types/packages/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
  151. package/types/packages/components/input-number/index.d.ts +2 -2
  152. package/types/packages/components/input-number/src/input-number.vue.d.ts +2 -2
  153. package/types/packages/components/key-value/src/components/key-value-item.vue.d.ts +484 -484
  154. package/types/packages/components/key-value/src/key-value.vue.d.ts +1452 -1452
  155. package/types/packages/components/new-drawer/index.d.ts +2 -2
  156. package/types/packages/components/new-drawer/src/drawer.vue.d.ts +2 -2
  157. package/types/packages/components/new-modal/index.d.ts +5 -5
  158. package/types/packages/components/new-modal/src/modal.vue.d.ts +5 -5
  159. package/types/packages/components/number-range/index.d.ts +2 -2
  160. package/types/packages/components/number-range/src/number-range.vue.d.ts +2 -2
  161. package/types/packages/components/select-group/index.d.ts +2 -2
  162. package/types/packages/components/select-group/src/select-group.vue.d.ts +2 -2
  163. package/types/packages/components/table/index.d.ts +6 -6
  164. package/types/packages/components/table/src/components/main-table.vue.d.ts +2 -2
  165. package/types/packages/components/table/src/config/table.d.ts +2 -2
  166. package/types/packages/components/table/src/table.vue.d.ts +6 -6
  167. package/types/packages/components/tooltip/index.d.ts +4 -4
  168. package/types/packages/components/tooltip/src/tooltip.d.ts +1 -1
  169. package/types/packages/components/tooltip/src/tooltip.vue.d.ts +4 -4
@@ -200,8 +200,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
200
200
  default: string | string[];
201
201
  };
202
202
  size: {
203
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
204
- default: import("ant-design-vue/es/button").ButtonSize;
203
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
204
+ default: import("ant-design-vue/es/config-provider").SizeType;
205
205
  };
206
206
  disabled: {
207
207
  type: BooleanConstructor;
@@ -423,8 +423,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
423
423
  default: string | string[];
424
424
  };
425
425
  size: {
426
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
427
- default: import("ant-design-vue/es/button").ButtonSize;
426
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
427
+ default: import("ant-design-vue/es/config-provider").SizeType;
428
428
  };
429
429
  disabled: {
430
430
  type: BooleanConstructor;
@@ -646,8 +646,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
646
646
  default: string | string[];
647
647
  };
648
648
  size: {
649
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
650
- default: import("ant-design-vue/es/button").ButtonSize;
649
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
650
+ default: import("ant-design-vue/es/config-provider").SizeType;
651
651
  };
652
652
  disabled: {
653
653
  type: BooleanConstructor;
@@ -869,8 +869,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
869
869
  default: string | string[];
870
870
  };
871
871
  size: {
872
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
873
- default: import("ant-design-vue/es/button").ButtonSize;
872
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
873
+ default: import("ant-design-vue/es/config-provider").SizeType;
874
874
  };
875
875
  disabled: {
876
876
  type: BooleanConstructor;
@@ -1102,8 +1102,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
1102
1102
  default: string | string[];
1103
1103
  };
1104
1104
  size: {
1105
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
1106
- default: import("ant-design-vue/es/button").ButtonSize;
1105
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
1106
+ default: import("ant-design-vue/es/config-provider").SizeType;
1107
1107
  };
1108
1108
  disabled: {
1109
1109
  type: BooleanConstructor;
@@ -1543,8 +1543,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
1543
1543
  default: string | string[];
1544
1544
  };
1545
1545
  size: {
1546
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
1547
- default: import("ant-design-vue/es/button").ButtonSize;
1546
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
1547
+ default: import("ant-design-vue/es/config-provider").SizeType;
1548
1548
  };
1549
1549
  disabled: {
1550
1550
  type: BooleanConstructor;
@@ -1766,8 +1766,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
1766
1766
  default: string | string[];
1767
1767
  };
1768
1768
  size: {
1769
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
1770
- default: import("ant-design-vue/es/button").ButtonSize;
1769
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
1770
+ default: import("ant-design-vue/es/config-provider").SizeType;
1771
1771
  };
1772
1772
  disabled: {
1773
1773
  type: BooleanConstructor;
@@ -1989,8 +1989,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
1989
1989
  default: string | string[];
1990
1990
  };
1991
1991
  size: {
1992
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
1993
- default: import("ant-design-vue/es/button").ButtonSize;
1992
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
1993
+ default: import("ant-design-vue/es/config-provider").SizeType;
1994
1994
  };
1995
1995
  disabled: {
1996
1996
  type: BooleanConstructor;
@@ -2212,8 +2212,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
2212
2212
  default: string | string[];
2213
2213
  };
2214
2214
  size: {
2215
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
2216
- default: import("ant-design-vue/es/button").ButtonSize;
2215
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
2216
+ default: import("ant-design-vue/es/config-provider").SizeType;
2217
2217
  };
2218
2218
  disabled: {
2219
2219
  type: BooleanConstructor;
@@ -2443,8 +2443,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
2443
2443
  default: string | string[];
2444
2444
  };
2445
2445
  size: {
2446
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
2447
- default: import("ant-design-vue/es/button").ButtonSize;
2446
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
2447
+ default: import("ant-design-vue/es/config-provider").SizeType;
2448
2448
  };
2449
2449
  disabled: {
2450
2450
  type: BooleanConstructor;
@@ -2693,8 +2693,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
2693
2693
  default: string | string[];
2694
2694
  };
2695
2695
  size: {
2696
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
2697
- default: import("ant-design-vue/es/button").ButtonSize;
2696
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
2697
+ default: import("ant-design-vue/es/config-provider").SizeType;
2698
2698
  };
2699
2699
  disabled: {
2700
2700
  type: BooleanConstructor;
@@ -2916,8 +2916,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
2916
2916
  default: string | string[];
2917
2917
  };
2918
2918
  size: {
2919
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
2920
- default: import("ant-design-vue/es/button").ButtonSize;
2919
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
2920
+ default: import("ant-design-vue/es/config-provider").SizeType;
2921
2921
  };
2922
2922
  disabled: {
2923
2923
  type: BooleanConstructor;
@@ -3139,8 +3139,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
3139
3139
  default: string | string[];
3140
3140
  };
3141
3141
  size: {
3142
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
3143
- default: import("ant-design-vue/es/button").ButtonSize;
3142
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
3143
+ default: import("ant-design-vue/es/config-provider").SizeType;
3144
3144
  };
3145
3145
  disabled: {
3146
3146
  type: BooleanConstructor;
@@ -3362,8 +3362,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
3362
3362
  default: string | string[];
3363
3363
  };
3364
3364
  size: {
3365
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
3366
- default: import("ant-design-vue/es/button").ButtonSize;
3365
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
3366
+ default: import("ant-design-vue/es/config-provider").SizeType;
3367
3367
  };
3368
3368
  disabled: {
3369
3369
  type: BooleanConstructor;
@@ -3395,39 +3395,39 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
3395
3395
  readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
3396
3396
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
3397
3397
  align: {
3398
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
3399
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
3400
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
3401
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
3402
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
3403
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3404
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3398
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
3399
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
3400
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
3401
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
3402
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
3403
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3404
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3405
3405
  }>;
3406
- default: "middle" | "top" | "bottom" | "stretch" | {
3407
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
3408
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
3409
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
3410
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
3411
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3412
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3406
+ default: "top" | "bottom" | "middle" | "stretch" | {
3407
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
3408
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
3409
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
3410
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
3411
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3412
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3413
3413
  };
3414
3414
  };
3415
3415
  justify: {
3416
- type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
3417
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3418
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3419
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3420
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3421
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3422
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3416
+ type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
3417
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3418
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3419
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3420
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3421
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3422
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3423
3423
  }>;
3424
- default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
3425
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3426
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3427
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3428
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3429
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3430
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3424
+ default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
3425
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3426
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3427
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3428
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3429
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3430
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3431
3431
  };
3432
3432
  };
3433
3433
  prefixCls: StringConstructor;
@@ -3441,39 +3441,39 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
3441
3441
  };
3442
3442
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
3443
3443
  align: {
3444
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
3445
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
3446
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
3447
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
3448
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
3449
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3450
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3444
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
3445
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
3446
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
3447
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
3448
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
3449
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3450
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3451
3451
  }>;
3452
- default: "middle" | "top" | "bottom" | "stretch" | {
3453
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
3454
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
3455
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
3456
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
3457
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3458
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3452
+ default: "top" | "bottom" | "middle" | "stretch" | {
3453
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
3454
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
3455
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
3456
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
3457
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3458
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3459
3459
  };
3460
3460
  };
3461
3461
  justify: {
3462
- type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
3463
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3464
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3465
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3466
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3467
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3468
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3462
+ type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
3463
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3464
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3465
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3466
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3467
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3468
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3469
3469
  }>;
3470
- default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
3471
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3472
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3473
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3474
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3475
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3476
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3470
+ default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
3471
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3472
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3473
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3474
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3475
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3476
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3477
3477
  };
3478
3478
  };
3479
3479
  prefixCls: StringConstructor;
@@ -3487,39 +3487,39 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
3487
3487
  };
3488
3488
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
3489
3489
  align: {
3490
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
3491
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
3492
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
3493
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
3494
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
3495
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3496
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3490
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
3491
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
3492
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
3493
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
3494
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
3495
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3496
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3497
3497
  }>;
3498
- default: "middle" | "top" | "bottom" | "stretch" | {
3499
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
3500
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
3501
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
3502
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
3503
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3504
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3498
+ default: "top" | "bottom" | "middle" | "stretch" | {
3499
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
3500
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
3501
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
3502
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
3503
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3504
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3505
3505
  };
3506
3506
  };
3507
3507
  justify: {
3508
- type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
3509
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3510
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3511
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3512
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3513
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3514
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3508
+ type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
3509
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3510
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3511
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3512
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3513
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3514
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3515
3515
  }>;
3516
- default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
3517
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3518
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3519
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3520
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3521
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3522
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3516
+ default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
3517
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3518
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3519
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3520
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3521
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3522
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3523
3523
  };
3524
3524
  };
3525
3525
  prefixCls: StringConstructor;
@@ -3533,39 +3533,39 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
3533
3533
  };
3534
3534
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
3535
3535
  align: {
3536
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
3537
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
3538
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
3539
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
3540
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
3541
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3542
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3536
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
3537
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
3538
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
3539
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
3540
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
3541
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3542
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3543
3543
  }>;
3544
- default: "middle" | "top" | "bottom" | "stretch" | {
3545
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
3546
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
3547
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
3548
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
3549
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3550
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3544
+ default: "top" | "bottom" | "middle" | "stretch" | {
3545
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
3546
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
3547
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
3548
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
3549
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3550
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3551
3551
  };
3552
3552
  };
3553
3553
  justify: {
3554
- type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
3555
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3556
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3557
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3558
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3559
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3560
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3554
+ type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
3555
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3556
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3557
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3558
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3559
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3560
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3561
3561
  }>;
3562
- default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
3563
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3564
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3565
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3566
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3567
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3568
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3562
+ default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
3563
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3564
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3565
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3566
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3567
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3568
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3569
3569
  };
3570
3570
  };
3571
3571
  prefixCls: StringConstructor;
@@ -3782,8 +3782,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
3782
3782
  default: string | string[];
3783
3783
  };
3784
3784
  size: {
3785
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
3786
- default: import("ant-design-vue/es/button").ButtonSize;
3785
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
3786
+ default: import("ant-design-vue/es/config-provider").SizeType;
3787
3787
  };
3788
3788
  disabled: {
3789
3789
  type: BooleanConstructor;
@@ -3814,39 +3814,39 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
3814
3814
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
3815
3815
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
3816
3816
  align: {
3817
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
3818
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
3819
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
3820
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
3821
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
3822
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3823
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3817
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
3818
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
3819
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
3820
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
3821
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
3822
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3823
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3824
3824
  }>;
3825
- default: "middle" | "top" | "bottom" | "stretch" | {
3826
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
3827
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
3828
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
3829
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
3830
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3831
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3825
+ default: "top" | "bottom" | "middle" | "stretch" | {
3826
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
3827
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
3828
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
3829
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
3830
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3831
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3832
3832
  };
3833
3833
  };
3834
3834
  justify: {
3835
- type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
3836
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3837
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3838
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3839
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3840
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3841
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3835
+ type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
3836
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3837
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3838
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3839
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3840
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3841
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3842
3842
  }>;
3843
- default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
3844
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3845
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3846
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3847
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3848
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3849
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3843
+ default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
3844
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3845
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3846
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3847
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3848
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3849
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3850
3850
  };
3851
3851
  };
3852
3852
  prefixCls: StringConstructor;
@@ -3974,7 +3974,7 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
3974
3974
  validateFields: import("vue").ComputedRef<any[]>;
3975
3975
  computedFormOptions: import("vue").ComputedRef<{
3976
3976
  onSubmit?: ((e: Event) => void) | undefined;
3977
- size?: import("ant-design-vue/es/button").ButtonSize;
3977
+ size?: import("ant-design-vue/es/config-provider").SizeType;
3978
3978
  labelCol?: (Partial<import("vue").ExtractPropTypes<{
3979
3979
  span: (StringConstructor | NumberConstructor)[];
3980
3980
  order: (StringConstructor | NumberConstructor)[];
@@ -4334,8 +4334,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
4334
4334
  default: string | string[];
4335
4335
  };
4336
4336
  size: {
4337
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
4338
- default: import("ant-design-vue/es/button").ButtonSize;
4337
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
4338
+ default: import("ant-design-vue/es/config-provider").SizeType;
4339
4339
  };
4340
4340
  disabled: {
4341
4341
  type: BooleanConstructor;
@@ -4557,8 +4557,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
4557
4557
  default: string | string[];
4558
4558
  };
4559
4559
  size: {
4560
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
4561
- default: import("ant-design-vue/es/button").ButtonSize;
4560
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
4561
+ default: import("ant-design-vue/es/config-provider").SizeType;
4562
4562
  };
4563
4563
  disabled: {
4564
4564
  type: BooleanConstructor;
@@ -4780,8 +4780,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
4780
4780
  default: string | string[];
4781
4781
  };
4782
4782
  size: {
4783
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
4784
- default: import("ant-design-vue/es/button").ButtonSize;
4783
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
4784
+ default: import("ant-design-vue/es/config-provider").SizeType;
4785
4785
  };
4786
4786
  disabled: {
4787
4787
  type: BooleanConstructor;
@@ -5003,8 +5003,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
5003
5003
  default: string | string[];
5004
5004
  };
5005
5005
  size: {
5006
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
5007
- default: import("ant-design-vue/es/button").ButtonSize;
5006
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
5007
+ default: import("ant-design-vue/es/config-provider").SizeType;
5008
5008
  };
5009
5009
  disabled: {
5010
5010
  type: BooleanConstructor;
@@ -5036,39 +5036,39 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
5036
5036
  readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
5037
5037
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
5038
5038
  align: {
5039
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
5040
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
5041
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
5042
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
5043
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
5044
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5045
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5039
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
5040
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
5041
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
5042
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
5043
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
5044
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5045
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5046
5046
  }>;
5047
- default: "middle" | "top" | "bottom" | "stretch" | {
5048
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
5049
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
5050
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
5051
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
5052
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5053
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5047
+ default: "top" | "bottom" | "middle" | "stretch" | {
5048
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
5049
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
5050
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
5051
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
5052
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5053
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5054
5054
  };
5055
5055
  };
5056
5056
  justify: {
5057
- type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
5058
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5059
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5060
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5061
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5062
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5063
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5057
+ type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
5058
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5059
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5060
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5061
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5062
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5063
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5064
5064
  }>;
5065
- default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
5066
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5067
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5068
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5069
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5070
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5071
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5065
+ default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
5066
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5067
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5068
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5069
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5070
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5071
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5072
5072
  };
5073
5073
  };
5074
5074
  prefixCls: StringConstructor;
@@ -5082,39 +5082,39 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
5082
5082
  };
5083
5083
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
5084
5084
  align: {
5085
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
5086
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
5087
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
5088
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
5089
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
5090
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5091
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5085
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
5086
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
5087
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
5088
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
5089
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
5090
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5091
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5092
5092
  }>;
5093
- default: "middle" | "top" | "bottom" | "stretch" | {
5094
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
5095
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
5096
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
5097
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
5098
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5099
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5093
+ default: "top" | "bottom" | "middle" | "stretch" | {
5094
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
5095
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
5096
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
5097
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
5098
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5099
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5100
5100
  };
5101
5101
  };
5102
5102
  justify: {
5103
- type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
5104
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5105
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5106
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5107
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5108
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5109
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5103
+ type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
5104
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5105
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5106
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5107
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5108
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5109
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5110
5110
  }>;
5111
- default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
5112
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5113
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5114
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5115
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5116
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5117
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5111
+ default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
5112
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5113
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5114
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5115
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5116
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5117
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5118
5118
  };
5119
5119
  };
5120
5120
  prefixCls: StringConstructor;
@@ -5128,39 +5128,39 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
5128
5128
  };
5129
5129
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
5130
5130
  align: {
5131
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
5132
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
5133
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
5134
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
5135
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
5136
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5137
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5131
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
5132
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
5133
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
5134
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
5135
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
5136
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5137
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5138
5138
  }>;
5139
- default: "middle" | "top" | "bottom" | "stretch" | {
5140
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
5141
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
5142
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
5143
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
5144
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5145
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5139
+ default: "top" | "bottom" | "middle" | "stretch" | {
5140
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
5141
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
5142
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
5143
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
5144
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5145
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5146
5146
  };
5147
5147
  };
5148
5148
  justify: {
5149
- type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
5150
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5151
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5152
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5153
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5154
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5155
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5149
+ type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
5150
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5151
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5152
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5153
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5154
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5155
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5156
5156
  }>;
5157
- default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
5158
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5159
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5160
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5161
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5162
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5163
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5157
+ default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
5158
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5159
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5160
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5161
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5162
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5163
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5164
5164
  };
5165
5165
  };
5166
5166
  prefixCls: StringConstructor;
@@ -5174,39 +5174,39 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
5174
5174
  };
5175
5175
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
5176
5176
  align: {
5177
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
5178
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
5179
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
5180
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
5181
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
5182
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5183
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5177
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
5178
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
5179
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
5180
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
5181
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
5182
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5183
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5184
5184
  }>;
5185
- default: "middle" | "top" | "bottom" | "stretch" | {
5186
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
5187
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
5188
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
5189
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
5190
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5191
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5185
+ default: "top" | "bottom" | "middle" | "stretch" | {
5186
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
5187
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
5188
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
5189
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
5190
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5191
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5192
5192
  };
5193
5193
  };
5194
5194
  justify: {
5195
- type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
5196
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5197
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5198
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5199
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5200
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5201
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5195
+ type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
5196
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5197
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5198
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5199
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5200
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5201
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5202
5202
  }>;
5203
- default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
5204
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5205
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5206
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5207
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5208
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5209
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5203
+ default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
5204
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5205
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5206
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5207
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5208
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5209
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5210
5210
  };
5211
5211
  };
5212
5212
  prefixCls: StringConstructor;
@@ -5425,8 +5425,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
5425
5425
  default: string | string[];
5426
5426
  };
5427
5427
  size: {
5428
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
5429
- default: import("ant-design-vue/es/button").ButtonSize;
5428
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
5429
+ default: import("ant-design-vue/es/config-provider").SizeType;
5430
5430
  };
5431
5431
  disabled: {
5432
5432
  type: BooleanConstructor;
@@ -5457,39 +5457,39 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
5457
5457
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
5458
5458
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
5459
5459
  align: {
5460
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
5461
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
5462
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
5463
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
5464
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
5465
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5466
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5460
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
5461
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
5462
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
5463
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
5464
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
5465
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5466
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5467
5467
  }>;
5468
- default: "middle" | "top" | "bottom" | "stretch" | {
5469
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
5470
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
5471
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
5472
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
5473
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5474
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5468
+ default: "top" | "bottom" | "middle" | "stretch" | {
5469
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
5470
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
5471
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
5472
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
5473
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5474
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5475
5475
  };
5476
5476
  };
5477
5477
  justify: {
5478
- type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
5479
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5480
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5481
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5482
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5483
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5484
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5478
+ type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
5479
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5480
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5481
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5482
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5483
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5484
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5485
5485
  }>;
5486
- default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
5487
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5488
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5489
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5490
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5491
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5492
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5486
+ default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
5487
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5488
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5489
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5490
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5491
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5492
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5493
5493
  };
5494
5494
  };
5495
5495
  prefixCls: StringConstructor;
@@ -5711,8 +5711,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
5711
5711
  default: string | string[];
5712
5712
  };
5713
5713
  size: {
5714
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
5715
- default: import("ant-design-vue/es/button").ButtonSize;
5714
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
5715
+ default: import("ant-design-vue/es/config-provider").SizeType;
5716
5716
  };
5717
5717
  disabled: {
5718
5718
  type: BooleanConstructor;
@@ -5934,8 +5934,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
5934
5934
  default: string | string[];
5935
5935
  };
5936
5936
  size: {
5937
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
5938
- default: import("ant-design-vue/es/button").ButtonSize;
5937
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
5938
+ default: import("ant-design-vue/es/config-provider").SizeType;
5939
5939
  };
5940
5940
  disabled: {
5941
5941
  type: BooleanConstructor;
@@ -6157,8 +6157,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
6157
6157
  default: string | string[];
6158
6158
  };
6159
6159
  size: {
6160
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
6161
- default: import("ant-design-vue/es/button").ButtonSize;
6160
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
6161
+ default: import("ant-design-vue/es/config-provider").SizeType;
6162
6162
  };
6163
6163
  disabled: {
6164
6164
  type: BooleanConstructor;
@@ -6380,8 +6380,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
6380
6380
  default: string | string[];
6381
6381
  };
6382
6382
  size: {
6383
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
6384
- default: import("ant-design-vue/es/button").ButtonSize;
6383
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
6384
+ default: import("ant-design-vue/es/config-provider").SizeType;
6385
6385
  };
6386
6386
  disabled: {
6387
6387
  type: BooleanConstructor;
@@ -6615,8 +6615,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
6615
6615
  default: string | string[];
6616
6616
  };
6617
6617
  size: {
6618
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
6619
- default: import("ant-design-vue/es/button").ButtonSize;
6618
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
6619
+ default: import("ant-design-vue/es/config-provider").SizeType;
6620
6620
  };
6621
6621
  disabled: {
6622
6622
  type: BooleanConstructor;
@@ -6844,8 +6844,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
6844
6844
  default: string | string[];
6845
6845
  };
6846
6846
  size: {
6847
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
6848
- default: import("ant-design-vue/es/button").ButtonSize;
6847
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
6848
+ default: import("ant-design-vue/es/config-provider").SizeType;
6849
6849
  };
6850
6850
  disabled: {
6851
6851
  type: BooleanConstructor;
@@ -7067,8 +7067,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
7067
7067
  default: string | string[];
7068
7068
  };
7069
7069
  size: {
7070
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
7071
- default: import("ant-design-vue/es/button").ButtonSize;
7070
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
7071
+ default: import("ant-design-vue/es/config-provider").SizeType;
7072
7072
  };
7073
7073
  disabled: {
7074
7074
  type: BooleanConstructor;
@@ -7290,8 +7290,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
7290
7290
  default: string | string[];
7291
7291
  };
7292
7292
  size: {
7293
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
7294
- default: import("ant-design-vue/es/button").ButtonSize;
7293
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
7294
+ default: import("ant-design-vue/es/config-provider").SizeType;
7295
7295
  };
7296
7296
  disabled: {
7297
7297
  type: BooleanConstructor;
@@ -7513,8 +7513,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
7513
7513
  default: string | string[];
7514
7514
  };
7515
7515
  size: {
7516
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
7517
- default: import("ant-design-vue/es/button").ButtonSize;
7516
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
7517
+ default: import("ant-design-vue/es/config-provider").SizeType;
7518
7518
  };
7519
7519
  disabled: {
7520
7520
  type: BooleanConstructor;
@@ -7746,8 +7746,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
7746
7746
  default: string | string[];
7747
7747
  };
7748
7748
  size: {
7749
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
7750
- default: import("ant-design-vue/es/button").ButtonSize;
7749
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
7750
+ default: import("ant-design-vue/es/config-provider").SizeType;
7751
7751
  };
7752
7752
  disabled: {
7753
7753
  type: BooleanConstructor;
@@ -8000,8 +8000,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
8000
8000
  default: string | string[];
8001
8001
  };
8002
8002
  size: {
8003
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
8004
- default: import("ant-design-vue/es/button").ButtonSize;
8003
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
8004
+ default: import("ant-design-vue/es/config-provider").SizeType;
8005
8005
  };
8006
8006
  disabled: {
8007
8007
  type: BooleanConstructor;
@@ -8223,8 +8223,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
8223
8223
  default: string | string[];
8224
8224
  };
8225
8225
  size: {
8226
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
8227
- default: import("ant-design-vue/es/button").ButtonSize;
8226
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
8227
+ default: import("ant-design-vue/es/config-provider").SizeType;
8228
8228
  };
8229
8229
  disabled: {
8230
8230
  type: BooleanConstructor;
@@ -8446,8 +8446,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
8446
8446
  default: string | string[];
8447
8447
  };
8448
8448
  size: {
8449
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
8450
- default: import("ant-design-vue/es/button").ButtonSize;
8449
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
8450
+ default: import("ant-design-vue/es/config-provider").SizeType;
8451
8451
  };
8452
8452
  disabled: {
8453
8453
  type: BooleanConstructor;
@@ -8669,8 +8669,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
8669
8669
  default: string | string[];
8670
8670
  };
8671
8671
  size: {
8672
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
8673
- default: import("ant-design-vue/es/button").ButtonSize;
8672
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
8673
+ default: import("ant-design-vue/es/config-provider").SizeType;
8674
8674
  };
8675
8675
  disabled: {
8676
8676
  type: BooleanConstructor;
@@ -8904,8 +8904,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
8904
8904
  default: string | string[];
8905
8905
  };
8906
8906
  size: {
8907
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
8908
- default: import("ant-design-vue/es/button").ButtonSize;
8907
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
8908
+ default: import("ant-design-vue/es/config-provider").SizeType;
8909
8909
  };
8910
8910
  disabled: {
8911
8911
  type: BooleanConstructor;
@@ -9136,8 +9136,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
9136
9136
  default: string | string[];
9137
9137
  };
9138
9138
  size: {
9139
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
9140
- default: import("ant-design-vue/es/button").ButtonSize;
9139
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
9140
+ default: import("ant-design-vue/es/config-provider").SizeType;
9141
9141
  };
9142
9142
  disabled: {
9143
9143
  type: BooleanConstructor;
@@ -9359,8 +9359,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
9359
9359
  default: string | string[];
9360
9360
  };
9361
9361
  size: {
9362
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
9363
- default: import("ant-design-vue/es/button").ButtonSize;
9362
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
9363
+ default: import("ant-design-vue/es/config-provider").SizeType;
9364
9364
  };
9365
9365
  disabled: {
9366
9366
  type: BooleanConstructor;
@@ -9582,8 +9582,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
9582
9582
  default: string | string[];
9583
9583
  };
9584
9584
  size: {
9585
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
9586
- default: import("ant-design-vue/es/button").ButtonSize;
9585
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
9586
+ default: import("ant-design-vue/es/config-provider").SizeType;
9587
9587
  };
9588
9588
  disabled: {
9589
9589
  type: BooleanConstructor;
@@ -9805,8 +9805,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
9805
9805
  default: string | string[];
9806
9806
  };
9807
9807
  size: {
9808
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
9809
- default: import("ant-design-vue/es/button").ButtonSize;
9808
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
9809
+ default: import("ant-design-vue/es/config-provider").SizeType;
9810
9810
  };
9811
9811
  disabled: {
9812
9812
  type: BooleanConstructor;
@@ -10040,8 +10040,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
10040
10040
  default: string | string[];
10041
10041
  };
10042
10042
  size: {
10043
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
10044
- default: import("ant-design-vue/es/button").ButtonSize;
10043
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
10044
+ default: import("ant-design-vue/es/config-provider").SizeType;
10045
10045
  };
10046
10046
  disabled: {
10047
10047
  type: BooleanConstructor;
@@ -10269,8 +10269,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
10269
10269
  default: string | string[];
10270
10270
  };
10271
10271
  size: {
10272
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
10273
- default: import("ant-design-vue/es/button").ButtonSize;
10272
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
10273
+ default: import("ant-design-vue/es/config-provider").SizeType;
10274
10274
  };
10275
10275
  disabled: {
10276
10276
  type: BooleanConstructor;
@@ -10492,8 +10492,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
10492
10492
  default: string | string[];
10493
10493
  };
10494
10494
  size: {
10495
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
10496
- default: import("ant-design-vue/es/button").ButtonSize;
10495
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
10496
+ default: import("ant-design-vue/es/config-provider").SizeType;
10497
10497
  };
10498
10498
  disabled: {
10499
10499
  type: BooleanConstructor;
@@ -10715,8 +10715,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
10715
10715
  default: string | string[];
10716
10716
  };
10717
10717
  size: {
10718
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
10719
- default: import("ant-design-vue/es/button").ButtonSize;
10718
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
10719
+ default: import("ant-design-vue/es/config-provider").SizeType;
10720
10720
  };
10721
10721
  disabled: {
10722
10722
  type: BooleanConstructor;
@@ -10938,8 +10938,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
10938
10938
  default: string | string[];
10939
10939
  };
10940
10940
  size: {
10941
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
10942
- default: import("ant-design-vue/es/button").ButtonSize;
10941
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
10942
+ default: import("ant-design-vue/es/config-provider").SizeType;
10943
10943
  };
10944
10944
  disabled: {
10945
10945
  type: BooleanConstructor;
@@ -11169,8 +11169,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
11169
11169
  default: string | string[];
11170
11170
  };
11171
11171
  size: {
11172
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
11173
- default: import("ant-design-vue/es/button").ButtonSize;
11172
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
11173
+ default: import("ant-design-vue/es/config-provider").SizeType;
11174
11174
  };
11175
11175
  disabled: {
11176
11176
  type: BooleanConstructor;
@@ -11419,8 +11419,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
11419
11419
  default: string | string[];
11420
11420
  };
11421
11421
  size: {
11422
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
11423
- default: import("ant-design-vue/es/button").ButtonSize;
11422
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
11423
+ default: import("ant-design-vue/es/config-provider").SizeType;
11424
11424
  };
11425
11425
  disabled: {
11426
11426
  type: BooleanConstructor;
@@ -11642,8 +11642,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
11642
11642
  default: string | string[];
11643
11643
  };
11644
11644
  size: {
11645
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
11646
- default: import("ant-design-vue/es/button").ButtonSize;
11645
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
11646
+ default: import("ant-design-vue/es/config-provider").SizeType;
11647
11647
  };
11648
11648
  disabled: {
11649
11649
  type: BooleanConstructor;
@@ -11865,8 +11865,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
11865
11865
  default: string | string[];
11866
11866
  };
11867
11867
  size: {
11868
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
11869
- default: import("ant-design-vue/es/button").ButtonSize;
11868
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
11869
+ default: import("ant-design-vue/es/config-provider").SizeType;
11870
11870
  };
11871
11871
  disabled: {
11872
11872
  type: BooleanConstructor;
@@ -12088,8 +12088,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
12088
12088
  default: string | string[];
12089
12089
  };
12090
12090
  size: {
12091
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
12092
- default: import("ant-design-vue/es/button").ButtonSize;
12091
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
12092
+ default: import("ant-design-vue/es/config-provider").SizeType;
12093
12093
  };
12094
12094
  disabled: {
12095
12095
  type: BooleanConstructor;
@@ -12121,39 +12121,39 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
12121
12121
  readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
12122
12122
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
12123
12123
  align: {
12124
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
12125
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12126
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12127
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12128
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12129
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12130
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12124
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
12125
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
12126
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
12127
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
12128
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
12129
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12130
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12131
12131
  }>;
12132
- default: "middle" | "top" | "bottom" | "stretch" | {
12133
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12134
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12135
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12136
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12137
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12138
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12132
+ default: "top" | "bottom" | "middle" | "stretch" | {
12133
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
12134
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
12135
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
12136
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
12137
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12138
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12139
12139
  };
12140
12140
  };
12141
12141
  justify: {
12142
- type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
12143
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12144
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12145
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12146
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12147
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12148
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12142
+ type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
12143
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12144
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12145
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12146
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12147
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12148
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12149
12149
  }>;
12150
- default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
12151
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12152
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12153
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12154
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12155
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12156
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12150
+ default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
12151
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12152
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12153
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12154
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12155
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12156
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12157
12157
  };
12158
12158
  };
12159
12159
  prefixCls: StringConstructor;
@@ -12167,39 +12167,39 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
12167
12167
  };
12168
12168
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
12169
12169
  align: {
12170
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
12171
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12172
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12173
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12174
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12175
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12176
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12170
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
12171
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
12172
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
12173
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
12174
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
12175
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12176
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12177
12177
  }>;
12178
- default: "middle" | "top" | "bottom" | "stretch" | {
12179
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12180
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12181
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12182
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12183
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12184
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12178
+ default: "top" | "bottom" | "middle" | "stretch" | {
12179
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
12180
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
12181
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
12182
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
12183
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12184
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12185
12185
  };
12186
12186
  };
12187
12187
  justify: {
12188
- type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
12189
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12190
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12191
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12192
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12193
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12194
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12188
+ type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
12189
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12190
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12191
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12192
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12193
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12194
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12195
12195
  }>;
12196
- default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
12197
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12198
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12199
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12200
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12201
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12202
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12196
+ default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
12197
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12198
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12199
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12200
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12201
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12202
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12203
12203
  };
12204
12204
  };
12205
12205
  prefixCls: StringConstructor;
@@ -12213,39 +12213,39 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
12213
12213
  };
12214
12214
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
12215
12215
  align: {
12216
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
12217
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12218
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12219
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12220
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12221
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12222
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12216
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
12217
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
12218
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
12219
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
12220
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
12221
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12222
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12223
12223
  }>;
12224
- default: "middle" | "top" | "bottom" | "stretch" | {
12225
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12226
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12227
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12228
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12229
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12230
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12224
+ default: "top" | "bottom" | "middle" | "stretch" | {
12225
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
12226
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
12227
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
12228
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
12229
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12230
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12231
12231
  };
12232
12232
  };
12233
12233
  justify: {
12234
- type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
12235
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12236
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12237
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12238
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12239
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12240
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12234
+ type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
12235
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12236
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12237
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12238
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12239
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12240
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12241
12241
  }>;
12242
- default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
12243
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12244
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12245
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12246
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12247
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12248
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12242
+ default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
12243
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12244
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12245
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12246
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12247
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12248
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12249
12249
  };
12250
12250
  };
12251
12251
  prefixCls: StringConstructor;
@@ -12259,39 +12259,39 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
12259
12259
  };
12260
12260
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
12261
12261
  align: {
12262
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
12263
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12264
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12265
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12266
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12267
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12268
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12262
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
12263
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
12264
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
12265
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
12266
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
12267
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12268
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12269
12269
  }>;
12270
- default: "middle" | "top" | "bottom" | "stretch" | {
12271
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12272
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12273
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12274
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12275
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12276
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12270
+ default: "top" | "bottom" | "middle" | "stretch" | {
12271
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
12272
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
12273
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
12274
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
12275
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12276
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12277
12277
  };
12278
12278
  };
12279
12279
  justify: {
12280
- type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
12281
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12282
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12283
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12284
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12285
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12286
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12280
+ type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
12281
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12282
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12283
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12284
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12285
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12286
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12287
12287
  }>;
12288
- default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
12289
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12290
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12291
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12292
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12293
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12294
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12288
+ default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
12289
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12290
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12291
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12292
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12293
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12294
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12295
12295
  };
12296
12296
  };
12297
12297
  prefixCls: StringConstructor;
@@ -12508,8 +12508,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
12508
12508
  default: string | string[];
12509
12509
  };
12510
12510
  size: {
12511
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
12512
- default: import("ant-design-vue/es/button").ButtonSize;
12511
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
12512
+ default: import("ant-design-vue/es/config-provider").SizeType;
12513
12513
  };
12514
12514
  disabled: {
12515
12515
  type: BooleanConstructor;
@@ -12540,39 +12540,39 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
12540
12540
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
12541
12541
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
12542
12542
  align: {
12543
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
12544
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12545
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12546
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12547
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12548
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12549
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12543
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
12544
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
12545
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
12546
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
12547
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
12548
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12549
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12550
12550
  }>;
12551
- default: "middle" | "top" | "bottom" | "stretch" | {
12552
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12553
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12554
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12555
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12556
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12557
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12551
+ default: "top" | "bottom" | "middle" | "stretch" | {
12552
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
12553
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
12554
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
12555
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
12556
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12557
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12558
12558
  };
12559
12559
  };
12560
12560
  justify: {
12561
- type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
12562
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12563
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12564
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12565
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12566
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12567
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12561
+ type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
12562
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12563
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12564
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12565
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12566
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12567
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12568
12568
  }>;
12569
- default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
12570
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12571
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12572
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12573
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12574
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12575
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12569
+ default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
12570
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12571
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12572
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12573
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12574
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12575
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12576
12576
  };
12577
12577
  };
12578
12578
  prefixCls: StringConstructor;
@@ -12700,7 +12700,7 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
12700
12700
  validateFields: import("vue").ComputedRef<any[]>;
12701
12701
  computedFormOptions: import("vue").ComputedRef<{
12702
12702
  onSubmit?: ((e: Event) => void) | undefined;
12703
- size?: import("ant-design-vue/es/button").ButtonSize;
12703
+ size?: import("ant-design-vue/es/config-provider").SizeType;
12704
12704
  labelCol?: (Partial<import("vue").ExtractPropTypes<{
12705
12705
  span: (StringConstructor | NumberConstructor)[];
12706
12706
  order: (StringConstructor | NumberConstructor)[];
@@ -13060,8 +13060,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
13060
13060
  default: string | string[];
13061
13061
  };
13062
13062
  size: {
13063
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
13064
- default: import("ant-design-vue/es/button").ButtonSize;
13063
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
13064
+ default: import("ant-design-vue/es/config-provider").SizeType;
13065
13065
  };
13066
13066
  disabled: {
13067
13067
  type: BooleanConstructor;
@@ -13283,8 +13283,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
13283
13283
  default: string | string[];
13284
13284
  };
13285
13285
  size: {
13286
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
13287
- default: import("ant-design-vue/es/button").ButtonSize;
13286
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
13287
+ default: import("ant-design-vue/es/config-provider").SizeType;
13288
13288
  };
13289
13289
  disabled: {
13290
13290
  type: BooleanConstructor;
@@ -13506,8 +13506,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
13506
13506
  default: string | string[];
13507
13507
  };
13508
13508
  size: {
13509
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
13510
- default: import("ant-design-vue/es/button").ButtonSize;
13509
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
13510
+ default: import("ant-design-vue/es/config-provider").SizeType;
13511
13511
  };
13512
13512
  disabled: {
13513
13513
  type: BooleanConstructor;
@@ -13729,8 +13729,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
13729
13729
  default: string | string[];
13730
13730
  };
13731
13731
  size: {
13732
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
13733
- default: import("ant-design-vue/es/button").ButtonSize;
13732
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
13733
+ default: import("ant-design-vue/es/config-provider").SizeType;
13734
13734
  };
13735
13735
  disabled: {
13736
13736
  type: BooleanConstructor;
@@ -13762,39 +13762,39 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
13762
13762
  readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
13763
13763
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
13764
13764
  align: {
13765
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
13766
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13767
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13768
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13769
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13770
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13771
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13765
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
13766
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
13767
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
13768
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
13769
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
13770
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13771
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13772
13772
  }>;
13773
- default: "middle" | "top" | "bottom" | "stretch" | {
13774
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13775
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13776
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13777
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13778
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13779
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13773
+ default: "top" | "bottom" | "middle" | "stretch" | {
13774
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
13775
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
13776
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
13777
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
13778
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13779
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13780
13780
  };
13781
13781
  };
13782
13782
  justify: {
13783
- type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
13784
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13785
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13786
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13787
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13788
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13789
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13783
+ type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
13784
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13785
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13786
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13787
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13788
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13789
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13790
13790
  }>;
13791
- default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
13792
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13793
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13794
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13795
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13796
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13797
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13791
+ default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
13792
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13793
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13794
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13795
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13796
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13797
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13798
13798
  };
13799
13799
  };
13800
13800
  prefixCls: StringConstructor;
@@ -13808,39 +13808,39 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
13808
13808
  };
13809
13809
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
13810
13810
  align: {
13811
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
13812
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13813
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13814
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13815
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13816
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13817
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13811
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
13812
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
13813
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
13814
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
13815
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
13816
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13817
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13818
13818
  }>;
13819
- default: "middle" | "top" | "bottom" | "stretch" | {
13820
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13821
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13822
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13823
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13824
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13825
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13819
+ default: "top" | "bottom" | "middle" | "stretch" | {
13820
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
13821
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
13822
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
13823
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
13824
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13825
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13826
13826
  };
13827
13827
  };
13828
13828
  justify: {
13829
- type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
13830
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13831
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13832
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13833
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13834
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13835
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13829
+ type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
13830
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13831
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13832
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13833
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13834
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13835
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13836
13836
  }>;
13837
- default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
13838
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13839
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13840
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13841
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13842
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13843
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13837
+ default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
13838
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13839
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13840
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13841
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13842
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13843
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13844
13844
  };
13845
13845
  };
13846
13846
  prefixCls: StringConstructor;
@@ -13854,39 +13854,39 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
13854
13854
  };
13855
13855
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
13856
13856
  align: {
13857
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
13858
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13859
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13860
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13861
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13862
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13863
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13857
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
13858
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
13859
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
13860
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
13861
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
13862
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13863
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13864
13864
  }>;
13865
- default: "middle" | "top" | "bottom" | "stretch" | {
13866
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13867
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13868
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13869
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13870
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13871
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13865
+ default: "top" | "bottom" | "middle" | "stretch" | {
13866
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
13867
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
13868
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
13869
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
13870
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13871
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13872
13872
  };
13873
13873
  };
13874
13874
  justify: {
13875
- type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
13876
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13877
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13878
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13879
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13880
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13881
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13875
+ type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
13876
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13877
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13878
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13879
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13880
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13881
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13882
13882
  }>;
13883
- default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
13884
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13885
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13886
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13887
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13888
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13889
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13883
+ default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
13884
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13885
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13886
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13887
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13888
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13889
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13890
13890
  };
13891
13891
  };
13892
13892
  prefixCls: StringConstructor;
@@ -13900,39 +13900,39 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
13900
13900
  };
13901
13901
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
13902
13902
  align: {
13903
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
13904
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13905
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13906
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13907
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13908
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13909
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13903
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
13904
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
13905
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
13906
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
13907
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
13908
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13909
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13910
13910
  }>;
13911
- default: "middle" | "top" | "bottom" | "stretch" | {
13912
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13913
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13914
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13915
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13916
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13917
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13911
+ default: "top" | "bottom" | "middle" | "stretch" | {
13912
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
13913
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
13914
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
13915
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
13916
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13917
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13918
13918
  };
13919
13919
  };
13920
13920
  justify: {
13921
- type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
13922
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13923
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13924
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13925
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13926
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13927
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13921
+ type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
13922
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13923
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13924
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13925
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13926
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13927
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13928
13928
  }>;
13929
- default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
13930
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13931
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13932
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13933
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13934
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13935
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13929
+ default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
13930
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13931
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13932
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13933
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13934
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13935
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13936
13936
  };
13937
13937
  };
13938
13938
  prefixCls: StringConstructor;
@@ -14151,8 +14151,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
14151
14151
  default: string | string[];
14152
14152
  };
14153
14153
  size: {
14154
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
14155
- default: import("ant-design-vue/es/button").ButtonSize;
14154
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
14155
+ default: import("ant-design-vue/es/config-provider").SizeType;
14156
14156
  };
14157
14157
  disabled: {
14158
14158
  type: BooleanConstructor;
@@ -14183,39 +14183,39 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
14183
14183
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
14184
14184
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
14185
14185
  align: {
14186
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
14187
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
14188
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
14189
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
14190
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
14191
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14192
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14186
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
14187
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
14188
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
14189
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
14190
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
14191
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14192
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14193
14193
  }>;
14194
- default: "middle" | "top" | "bottom" | "stretch" | {
14195
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
14196
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
14197
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
14198
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
14199
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14200
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14194
+ default: "top" | "bottom" | "middle" | "stretch" | {
14195
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
14196
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
14197
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
14198
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
14199
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14200
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14201
14201
  };
14202
14202
  };
14203
14203
  justify: {
14204
- type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
14205
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14206
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14207
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14208
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14209
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14210
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14204
+ type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
14205
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14206
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14207
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14208
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14209
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14210
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14211
14211
  }>;
14212
- default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
14213
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14214
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14215
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14216
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14217
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14218
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14212
+ default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
14213
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14214
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14215
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14216
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14217
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14218
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14219
14219
  };
14220
14220
  };
14221
14221
  prefixCls: StringConstructor;
@@ -14437,8 +14437,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
14437
14437
  default: string | string[];
14438
14438
  };
14439
14439
  size: {
14440
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
14441
- default: import("ant-design-vue/es/button").ButtonSize;
14440
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
14441
+ default: import("ant-design-vue/es/config-provider").SizeType;
14442
14442
  };
14443
14443
  disabled: {
14444
14444
  type: BooleanConstructor;
@@ -14660,8 +14660,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
14660
14660
  default: string | string[];
14661
14661
  };
14662
14662
  size: {
14663
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
14664
- default: import("ant-design-vue/es/button").ButtonSize;
14663
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
14664
+ default: import("ant-design-vue/es/config-provider").SizeType;
14665
14665
  };
14666
14666
  disabled: {
14667
14667
  type: BooleanConstructor;
@@ -14883,8 +14883,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
14883
14883
  default: string | string[];
14884
14884
  };
14885
14885
  size: {
14886
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
14887
- default: import("ant-design-vue/es/button").ButtonSize;
14886
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
14887
+ default: import("ant-design-vue/es/config-provider").SizeType;
14888
14888
  };
14889
14889
  disabled: {
14890
14890
  type: BooleanConstructor;
@@ -15106,8 +15106,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
15106
15106
  default: string | string[];
15107
15107
  };
15108
15108
  size: {
15109
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
15110
- default: import("ant-design-vue/es/button").ButtonSize;
15109
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
15110
+ default: import("ant-design-vue/es/config-provider").SizeType;
15111
15111
  };
15112
15112
  disabled: {
15113
15113
  type: BooleanConstructor;
@@ -15341,8 +15341,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
15341
15341
  default: string | string[];
15342
15342
  };
15343
15343
  size: {
15344
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
15345
- default: import("ant-design-vue/es/button").ButtonSize;
15344
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
15345
+ default: import("ant-design-vue/es/config-provider").SizeType;
15346
15346
  };
15347
15347
  disabled: {
15348
15348
  type: BooleanConstructor;
@@ -15570,8 +15570,8 @@ export declare const LlAdvancedFilteringTags: import("ll-plus/es/utils").SFCWith
15570
15570
  default: string | string[];
15571
15571
  };
15572
15572
  size: {
15573
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
15574
- default: import("ant-design-vue/es/button").ButtonSize;
15573
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
15574
+ default: import("ant-design-vue/es/config-provider").SizeType;
15575
15575
  };
15576
15576
  disabled: {
15577
15577
  type: BooleanConstructor;
@@ -15793,8 +15793,8 @@ export declare const LlAdvancedFilteringTags: import("ll-plus/es/utils").SFCWith
15793
15793
  default: string | string[];
15794
15794
  };
15795
15795
  size: {
15796
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
15797
- default: import("ant-design-vue/es/button").ButtonSize;
15796
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
15797
+ default: import("ant-design-vue/es/config-provider").SizeType;
15798
15798
  };
15799
15799
  disabled: {
15800
15800
  type: BooleanConstructor;
@@ -16016,8 +16016,8 @@ export declare const LlAdvancedFilteringTags: import("ll-plus/es/utils").SFCWith
16016
16016
  default: string | string[];
16017
16017
  };
16018
16018
  size: {
16019
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
16020
- default: import("ant-design-vue/es/button").ButtonSize;
16019
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
16020
+ default: import("ant-design-vue/es/config-provider").SizeType;
16021
16021
  };
16022
16022
  disabled: {
16023
16023
  type: BooleanConstructor;
@@ -16239,8 +16239,8 @@ export declare const LlAdvancedFilteringTags: import("ll-plus/es/utils").SFCWith
16239
16239
  default: string | string[];
16240
16240
  };
16241
16241
  size: {
16242
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
16243
- default: import("ant-design-vue/es/button").ButtonSize;
16242
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
16243
+ default: import("ant-design-vue/es/config-provider").SizeType;
16244
16244
  };
16245
16245
  disabled: {
16246
16246
  type: BooleanConstructor;
@@ -16472,8 +16472,8 @@ export declare const LlAdvancedFilteringTags: import("ll-plus/es/utils").SFCWith
16472
16472
  default: string | string[];
16473
16473
  };
16474
16474
  size: {
16475
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
16476
- default: import("ant-design-vue/es/button").ButtonSize;
16475
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
16476
+ default: import("ant-design-vue/es/config-provider").SizeType;
16477
16477
  };
16478
16478
  disabled: {
16479
16479
  type: BooleanConstructor;
@@ -16726,8 +16726,8 @@ export declare const LlAdvancedFilteringTags: import("ll-plus/es/utils").SFCWith
16726
16726
  default: string | string[];
16727
16727
  };
16728
16728
  size: {
16729
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
16730
- default: import("ant-design-vue/es/button").ButtonSize;
16729
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
16730
+ default: import("ant-design-vue/es/config-provider").SizeType;
16731
16731
  };
16732
16732
  disabled: {
16733
16733
  type: BooleanConstructor;
@@ -16949,8 +16949,8 @@ export declare const LlAdvancedFilteringTags: import("ll-plus/es/utils").SFCWith
16949
16949
  default: string | string[];
16950
16950
  };
16951
16951
  size: {
16952
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
16953
- default: import("ant-design-vue/es/button").ButtonSize;
16952
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
16953
+ default: import("ant-design-vue/es/config-provider").SizeType;
16954
16954
  };
16955
16955
  disabled: {
16956
16956
  type: BooleanConstructor;
@@ -17172,8 +17172,8 @@ export declare const LlAdvancedFilteringTags: import("ll-plus/es/utils").SFCWith
17172
17172
  default: string | string[];
17173
17173
  };
17174
17174
  size: {
17175
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
17176
- default: import("ant-design-vue/es/button").ButtonSize;
17175
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
17176
+ default: import("ant-design-vue/es/config-provider").SizeType;
17177
17177
  };
17178
17178
  disabled: {
17179
17179
  type: BooleanConstructor;
@@ -17395,8 +17395,8 @@ export declare const LlAdvancedFilteringTags: import("ll-plus/es/utils").SFCWith
17395
17395
  default: string | string[];
17396
17396
  };
17397
17397
  size: {
17398
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
17399
- default: import("ant-design-vue/es/button").ButtonSize;
17398
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
17399
+ default: import("ant-design-vue/es/config-provider").SizeType;
17400
17400
  };
17401
17401
  disabled: {
17402
17402
  type: BooleanConstructor;
@@ -17630,8 +17630,8 @@ export declare const LlAdvancedFilteringTags: import("ll-plus/es/utils").SFCWith
17630
17630
  default: string | string[];
17631
17631
  };
17632
17632
  size: {
17633
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
17634
- default: import("ant-design-vue/es/button").ButtonSize;
17633
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
17634
+ default: import("ant-design-vue/es/config-provider").SizeType;
17635
17635
  };
17636
17636
  disabled: {
17637
17637
  type: BooleanConstructor;