ll-plus 2.11.4 → 2.11.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 (183) 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/drawer/src/components/second-confirmation/index.d.ts +4 -4
  20. package/es/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +4 -4
  21. package/es/components/dropdown-button-simple/index.d.ts +13 -13
  22. package/es/components/dropdown-button-simple/src/dropdown-button-simple.d.ts +4 -4
  23. package/es/components/dropdown-button-simple/src/dropdown-button-simple.vue.d.ts +13 -13
  24. package/es/components/form/index.d.ts +301 -301
  25. package/es/components/form/src/config/form.d.ts +120 -120
  26. package/es/components/form/src/form.vue.d.ts +301 -301
  27. package/es/components/icon-base/index.d.ts +4 -4
  28. package/es/components/icon-base/src/icon-base.d.ts +2 -2
  29. package/es/components/icon-base/src/icon-base.vue.d.ts +4 -4
  30. package/es/components/icon-picker/index.d.ts +1 -1
  31. package/es/components/icon-picker/src/components/modal.vue.d.ts +1 -1
  32. package/es/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
  33. package/es/components/input-number/index.d.ts +2 -2
  34. package/es/components/input-number/src/input-number.vue.d.ts +2 -2
  35. package/es/components/key-value/src/components/key-value-item.vue.d.ts +484 -484
  36. package/es/components/key-value/src/key-value.vue.d.ts +1452 -1452
  37. package/es/components/modal/index.d.ts +4 -4
  38. package/es/components/modal/src/modal.d.ts +1 -1
  39. package/es/components/modal/src/modal.vue.d.ts +4 -4
  40. package/es/components/new-drawer/index.d.ts +2 -2
  41. package/es/components/new-drawer/src/drawer.vue.d.ts +2 -2
  42. package/es/components/new-modal/index.d.ts +9 -9
  43. package/es/components/new-modal/src/modal.d.ts +1 -1
  44. package/es/components/new-modal/src/modal.vue.d.ts +9 -9
  45. package/es/components/number-range/index.d.ts +2 -2
  46. package/es/components/number-range/src/number-range.vue.d.ts +2 -2
  47. package/es/components/operate-icon/index.d.ts +6 -6
  48. package/es/components/operate-icon/src/operate-icon.vue.d.ts +6 -6
  49. package/es/components/select-group/index.d.ts +2 -2
  50. package/es/components/select-group/src/select-group.vue.d.ts +2 -2
  51. package/es/components/table/index.d.ts +6 -6
  52. package/es/components/table/src/components/main-table.vue.d.ts +2 -2
  53. package/es/components/table/src/config/table.d.ts +2 -2
  54. package/es/components/table/src/table.vue.d.ts +6 -6
  55. package/es/components/tooltip/index.d.ts +4 -4
  56. package/es/components/tooltip/src/tooltip.d.ts +1 -1
  57. package/es/components/tooltip/src/tooltip.vue.d.ts +4 -4
  58. package/es/components/tree-search/index.d.ts +3 -3
  59. package/es/components/tree-search/src/config/tree-search.d.ts +1 -1
  60. package/es/components/tree-search/src/tree-search.vue.d.ts +3 -3
  61. package/lib/components/advanced-filtering/index.d.ts +702 -702
  62. package/lib/components/advanced-filtering/src/advanced-filtering.d.ts +16 -16
  63. package/lib/components/advanced-filtering/src/advanced-filtering.vue.d.ts +361 -361
  64. package/lib/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +321 -321
  65. package/lib/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +20 -20
  66. package/lib/components/api-component/index.d.ts +8 -8
  67. package/lib/components/api-component/src/api-component.vue.d.ts +8 -8
  68. package/lib/components/api-component/src/components/body-component.vue.d.ts +4 -4
  69. package/lib/components/api-component/src/components/params-table-row.vue.d.ts +2 -2
  70. package/lib/components/api-component/src/components/params-table.vue.d.ts +4 -4
  71. package/lib/components/breadcrumb-card/index.d.ts +1 -1
  72. package/lib/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +1 -1
  73. package/lib/components/checkbox/index.d.ts +280 -280
  74. package/lib/components/checkbox/src/checkbox-group.vue.d.ts +280 -280
  75. package/lib/components/checkbox/src/checkbox.d.ts +112 -112
  76. package/lib/components/cropper/index.d.ts +4 -4
  77. package/lib/components/cropper/src/cropper-image.vue.d.ts +2 -2
  78. package/lib/components/cropper/src/cropper-modal.vue.d.ts +2 -2
  79. package/lib/components/drawer/src/components/second-confirmation/index.d.ts +4 -4
  80. package/lib/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +4 -4
  81. package/lib/components/dropdown-button-simple/index.d.ts +13 -13
  82. package/lib/components/dropdown-button-simple/src/dropdown-button-simple.d.ts +4 -4
  83. package/lib/components/dropdown-button-simple/src/dropdown-button-simple.vue.d.ts +13 -13
  84. package/lib/components/form/index.d.ts +301 -301
  85. package/lib/components/form/src/config/form.d.ts +120 -120
  86. package/lib/components/form/src/form.vue.d.ts +301 -301
  87. package/lib/components/icon-base/index.d.ts +4 -4
  88. package/lib/components/icon-base/src/icon-base.d.ts +2 -2
  89. package/lib/components/icon-base/src/icon-base.vue.d.ts +4 -4
  90. package/lib/components/icon-picker/index.d.ts +1 -1
  91. package/lib/components/icon-picker/src/components/modal.vue.d.ts +1 -1
  92. package/lib/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
  93. package/lib/components/input-number/index.d.ts +2 -2
  94. package/lib/components/input-number/src/input-number.vue.d.ts +2 -2
  95. package/lib/components/key-value/src/components/key-value-item.vue.d.ts +484 -484
  96. package/lib/components/key-value/src/key-value.vue.d.ts +1452 -1452
  97. package/lib/components/modal/index.d.ts +4 -4
  98. package/lib/components/modal/src/modal.d.ts +1 -1
  99. package/lib/components/modal/src/modal.vue.d.ts +4 -4
  100. package/lib/components/new-drawer/index.d.ts +2 -2
  101. package/lib/components/new-drawer/src/drawer.vue.d.ts +2 -2
  102. package/lib/components/new-modal/index.d.ts +9 -9
  103. package/lib/components/new-modal/src/modal.d.ts +1 -1
  104. package/lib/components/new-modal/src/modal.vue.d.ts +9 -9
  105. package/lib/components/number-range/index.d.ts +2 -2
  106. package/lib/components/number-range/src/number-range.vue.d.ts +2 -2
  107. package/lib/components/operate-icon/index.d.ts +6 -6
  108. package/lib/components/operate-icon/src/operate-icon.vue.d.ts +6 -6
  109. package/lib/components/select-group/index.d.ts +2 -2
  110. package/lib/components/select-group/src/select-group.vue.d.ts +2 -2
  111. package/lib/components/table/index.d.ts +6 -6
  112. package/lib/components/table/src/components/main-table.vue.d.ts +2 -2
  113. package/lib/components/table/src/config/table.d.ts +2 -2
  114. package/lib/components/table/src/table.vue.d.ts +6 -6
  115. package/lib/components/tooltip/index.d.ts +4 -4
  116. package/lib/components/tooltip/src/tooltip.d.ts +1 -1
  117. package/lib/components/tooltip/src/tooltip.vue.d.ts +4 -4
  118. package/lib/components/tree-search/index.d.ts +3 -3
  119. package/lib/components/tree-search/src/config/tree-search.d.ts +1 -1
  120. package/lib/components/tree-search/src/tree-search.vue.d.ts +3 -3
  121. package/package.json +1 -1
  122. package/theme-chalk/css/button.css +1 -1
  123. package/theme-chalk/css/index.css +1 -1
  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/drawer/src/components/second-confirmation/index.d.ts +4 -4
  143. package/types/packages/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +4 -4
  144. package/types/packages/components/dropdown-button-simple/index.d.ts +13 -13
  145. package/types/packages/components/dropdown-button-simple/src/dropdown-button-simple.d.ts +4 -4
  146. package/types/packages/components/dropdown-button-simple/src/dropdown-button-simple.vue.d.ts +13 -13
  147. package/types/packages/components/form/index.d.ts +301 -301
  148. package/types/packages/components/form/src/config/form.d.ts +120 -120
  149. package/types/packages/components/form/src/form.vue.d.ts +301 -301
  150. package/types/packages/components/icon-base/index.d.ts +4 -4
  151. package/types/packages/components/icon-base/src/icon-base.d.ts +2 -2
  152. package/types/packages/components/icon-base/src/icon-base.vue.d.ts +4 -4
  153. package/types/packages/components/icon-picker/index.d.ts +1 -1
  154. package/types/packages/components/icon-picker/src/components/modal.vue.d.ts +1 -1
  155. package/types/packages/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
  156. package/types/packages/components/input-number/index.d.ts +2 -2
  157. package/types/packages/components/input-number/src/input-number.vue.d.ts +2 -2
  158. package/types/packages/components/key-value/src/components/key-value-item.vue.d.ts +484 -484
  159. package/types/packages/components/key-value/src/key-value.vue.d.ts +1452 -1452
  160. package/types/packages/components/modal/index.d.ts +4 -4
  161. package/types/packages/components/modal/src/modal.d.ts +1 -1
  162. package/types/packages/components/modal/src/modal.vue.d.ts +4 -4
  163. package/types/packages/components/new-drawer/index.d.ts +2 -2
  164. package/types/packages/components/new-drawer/src/drawer.vue.d.ts +2 -2
  165. package/types/packages/components/new-modal/index.d.ts +9 -9
  166. package/types/packages/components/new-modal/src/modal.d.ts +1 -1
  167. package/types/packages/components/new-modal/src/modal.vue.d.ts +9 -9
  168. package/types/packages/components/number-range/index.d.ts +2 -2
  169. package/types/packages/components/number-range/src/number-range.vue.d.ts +2 -2
  170. package/types/packages/components/operate-icon/index.d.ts +6 -6
  171. package/types/packages/components/operate-icon/src/operate-icon.vue.d.ts +6 -6
  172. package/types/packages/components/select-group/index.d.ts +2 -2
  173. package/types/packages/components/select-group/src/select-group.vue.d.ts +2 -2
  174. package/types/packages/components/table/index.d.ts +6 -6
  175. package/types/packages/components/table/src/components/main-table.vue.d.ts +2 -2
  176. package/types/packages/components/table/src/config/table.d.ts +2 -2
  177. package/types/packages/components/table/src/table.vue.d.ts +6 -6
  178. package/types/packages/components/tooltip/index.d.ts +4 -4
  179. package/types/packages/components/tooltip/src/tooltip.d.ts +1 -1
  180. package/types/packages/components/tooltip/src/tooltip.vue.d.ts +4 -4
  181. package/types/packages/components/tree-search/index.d.ts +3 -3
  182. package/types/packages/components/tree-search/src/config/tree-search.d.ts +1 -1
  183. package/types/packages/components/tree-search/src/tree-search.vue.d.ts +3 -3
@@ -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;
@@ -1561,8 +1561,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
1561
1561
  default: string | string[];
1562
1562
  };
1563
1563
  size: {
1564
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
1565
- default: import("ant-design-vue/es/button").ButtonSize;
1564
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
1565
+ default: import("ant-design-vue/es/config-provider").SizeType;
1566
1566
  };
1567
1567
  disabled: {
1568
1568
  type: BooleanConstructor;
@@ -1784,8 +1784,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
1784
1784
  default: string | string[];
1785
1785
  };
1786
1786
  size: {
1787
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
1788
- default: import("ant-design-vue/es/button").ButtonSize;
1787
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
1788
+ default: import("ant-design-vue/es/config-provider").SizeType;
1789
1789
  };
1790
1790
  disabled: {
1791
1791
  type: BooleanConstructor;
@@ -2007,8 +2007,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
2007
2007
  default: string | string[];
2008
2008
  };
2009
2009
  size: {
2010
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
2011
- default: import("ant-design-vue/es/button").ButtonSize;
2010
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
2011
+ default: import("ant-design-vue/es/config-provider").SizeType;
2012
2012
  };
2013
2013
  disabled: {
2014
2014
  type: BooleanConstructor;
@@ -2230,8 +2230,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
2230
2230
  default: string | string[];
2231
2231
  };
2232
2232
  size: {
2233
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
2234
- default: import("ant-design-vue/es/button").ButtonSize;
2233
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
2234
+ default: import("ant-design-vue/es/config-provider").SizeType;
2235
2235
  };
2236
2236
  disabled: {
2237
2237
  type: BooleanConstructor;
@@ -2461,8 +2461,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
2461
2461
  default: string | string[];
2462
2462
  };
2463
2463
  size: {
2464
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
2465
- default: import("ant-design-vue/es/button").ButtonSize;
2464
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
2465
+ default: import("ant-design-vue/es/config-provider").SizeType;
2466
2466
  };
2467
2467
  disabled: {
2468
2468
  type: BooleanConstructor;
@@ -2711,8 +2711,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
2711
2711
  default: string | string[];
2712
2712
  };
2713
2713
  size: {
2714
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
2715
- default: import("ant-design-vue/es/button").ButtonSize;
2714
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
2715
+ default: import("ant-design-vue/es/config-provider").SizeType;
2716
2716
  };
2717
2717
  disabled: {
2718
2718
  type: BooleanConstructor;
@@ -2934,8 +2934,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
2934
2934
  default: string | string[];
2935
2935
  };
2936
2936
  size: {
2937
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
2938
- default: import("ant-design-vue/es/button").ButtonSize;
2937
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
2938
+ default: import("ant-design-vue/es/config-provider").SizeType;
2939
2939
  };
2940
2940
  disabled: {
2941
2941
  type: BooleanConstructor;
@@ -3157,8 +3157,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
3157
3157
  default: string | string[];
3158
3158
  };
3159
3159
  size: {
3160
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
3161
- default: import("ant-design-vue/es/button").ButtonSize;
3160
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
3161
+ default: import("ant-design-vue/es/config-provider").SizeType;
3162
3162
  };
3163
3163
  disabled: {
3164
3164
  type: BooleanConstructor;
@@ -3380,8 +3380,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
3380
3380
  default: string | string[];
3381
3381
  };
3382
3382
  size: {
3383
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
3384
- default: import("ant-design-vue/es/button").ButtonSize;
3383
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
3384
+ default: import("ant-design-vue/es/config-provider").SizeType;
3385
3385
  };
3386
3386
  disabled: {
3387
3387
  type: BooleanConstructor;
@@ -3413,39 +3413,39 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
3413
3413
  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>;
3414
3414
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
3415
3415
  align: {
3416
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
3417
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
3418
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
3419
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
3420
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
3421
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3422
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3416
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
3417
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
3418
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
3419
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
3420
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
3421
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3422
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3423
3423
  }>;
3424
- default: "middle" | "top" | "bottom" | "stretch" | {
3425
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
3426
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
3427
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
3428
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
3429
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3430
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3424
+ default: "top" | "bottom" | "middle" | "stretch" | {
3425
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
3426
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
3427
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
3428
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
3429
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3430
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3431
3431
  };
3432
3432
  };
3433
3433
  justify: {
3434
- type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
3435
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3436
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3437
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3438
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3439
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3440
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3434
+ type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
3435
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3436
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3437
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3438
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3439
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3440
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3441
3441
  }>;
3442
- default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
3443
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3444
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3445
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3446
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3447
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3448
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3442
+ default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
3443
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3444
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3445
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3446
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3447
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3448
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3449
3449
  };
3450
3450
  };
3451
3451
  prefixCls: StringConstructor;
@@ -3459,39 +3459,39 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
3459
3459
  };
3460
3460
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
3461
3461
  align: {
3462
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
3463
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
3464
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
3465
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
3466
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
3467
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3468
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3462
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
3463
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
3464
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
3465
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
3466
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
3467
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3468
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3469
3469
  }>;
3470
- default: "middle" | "top" | "bottom" | "stretch" | {
3471
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
3472
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
3473
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
3474
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
3475
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3476
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3470
+ default: "top" | "bottom" | "middle" | "stretch" | {
3471
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
3472
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
3473
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
3474
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
3475
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3476
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3477
3477
  };
3478
3478
  };
3479
3479
  justify: {
3480
- type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
3481
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3482
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3483
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3484
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3485
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3486
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3480
+ type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
3481
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3482
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3483
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3484
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3485
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3486
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3487
3487
  }>;
3488
- default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
3489
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3490
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3491
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3492
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3493
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3494
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3488
+ default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
3489
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3490
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3491
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3492
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3493
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3494
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3495
3495
  };
3496
3496
  };
3497
3497
  prefixCls: StringConstructor;
@@ -3505,39 +3505,39 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
3505
3505
  };
3506
3506
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
3507
3507
  align: {
3508
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
3509
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
3510
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
3511
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
3512
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
3513
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3514
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3508
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
3509
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
3510
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
3511
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
3512
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
3513
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3514
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3515
3515
  }>;
3516
- default: "middle" | "top" | "bottom" | "stretch" | {
3517
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
3518
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
3519
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
3520
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
3521
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3522
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3516
+ default: "top" | "bottom" | "middle" | "stretch" | {
3517
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
3518
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
3519
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
3520
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
3521
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3522
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3523
3523
  };
3524
3524
  };
3525
3525
  justify: {
3526
- type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
3527
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3528
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3529
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3530
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3531
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3532
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3526
+ type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
3527
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3528
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3529
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3530
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3531
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3532
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3533
3533
  }>;
3534
- default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
3535
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3536
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3537
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3538
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3539
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3540
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3534
+ default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
3535
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3536
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3537
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3538
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3539
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3540
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3541
3541
  };
3542
3542
  };
3543
3543
  prefixCls: StringConstructor;
@@ -3551,39 +3551,39 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
3551
3551
  };
3552
3552
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
3553
3553
  align: {
3554
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
3555
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
3556
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
3557
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
3558
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
3559
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3560
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3554
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
3555
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
3556
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
3557
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
3558
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
3559
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3560
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3561
3561
  }>;
3562
- default: "middle" | "top" | "bottom" | "stretch" | {
3563
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
3564
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
3565
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
3566
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
3567
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3568
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3562
+ default: "top" | "bottom" | "middle" | "stretch" | {
3563
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
3564
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
3565
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
3566
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
3567
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3568
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3569
3569
  };
3570
3570
  };
3571
3571
  justify: {
3572
- type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
3573
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3574
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3575
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3576
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3577
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3578
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3572
+ type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
3573
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3574
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3575
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3576
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3577
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3578
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3579
3579
  }>;
3580
- default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
3581
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3582
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3583
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3584
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3585
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3586
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3580
+ default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
3581
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3582
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3583
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3584
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3585
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3586
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3587
3587
  };
3588
3588
  };
3589
3589
  prefixCls: StringConstructor;
@@ -3800,8 +3800,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
3800
3800
  default: string | string[];
3801
3801
  };
3802
3802
  size: {
3803
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
3804
- default: import("ant-design-vue/es/button").ButtonSize;
3803
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
3804
+ default: import("ant-design-vue/es/config-provider").SizeType;
3805
3805
  };
3806
3806
  disabled: {
3807
3807
  type: BooleanConstructor;
@@ -3832,39 +3832,39 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
3832
3832
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
3833
3833
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
3834
3834
  align: {
3835
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
3836
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
3837
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
3838
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
3839
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
3840
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3841
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3835
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
3836
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
3837
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
3838
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
3839
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
3840
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3841
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3842
3842
  }>;
3843
- default: "middle" | "top" | "bottom" | "stretch" | {
3844
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
3845
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
3846
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
3847
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
3848
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3849
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3843
+ default: "top" | "bottom" | "middle" | "stretch" | {
3844
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
3845
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
3846
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
3847
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
3848
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3849
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3850
3850
  };
3851
3851
  };
3852
3852
  justify: {
3853
- type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
3854
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3855
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3856
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3857
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3858
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3859
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3853
+ type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
3854
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3855
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3856
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3857
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3858
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3859
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3860
3860
  }>;
3861
- default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
3862
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3863
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3864
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3865
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3866
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3867
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3861
+ default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
3862
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3863
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3864
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3865
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3866
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3867
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3868
3868
  };
3869
3869
  };
3870
3870
  prefixCls: StringConstructor;
@@ -3992,7 +3992,7 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
3992
3992
  validateFields: import("vue").ComputedRef<any[]>;
3993
3993
  computedFormOptions: import("vue").ComputedRef<{
3994
3994
  onSubmit?: ((e: Event) => void) | undefined;
3995
- size?: import("ant-design-vue/es/button").ButtonSize;
3995
+ size?: import("ant-design-vue/es/config-provider").SizeType;
3996
3996
  labelCol?: (Partial<import("vue").ExtractPropTypes<{
3997
3997
  span: (StringConstructor | NumberConstructor)[];
3998
3998
  order: (StringConstructor | NumberConstructor)[];
@@ -4352,8 +4352,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
4352
4352
  default: string | string[];
4353
4353
  };
4354
4354
  size: {
4355
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
4356
- default: import("ant-design-vue/es/button").ButtonSize;
4355
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
4356
+ default: import("ant-design-vue/es/config-provider").SizeType;
4357
4357
  };
4358
4358
  disabled: {
4359
4359
  type: BooleanConstructor;
@@ -4575,8 +4575,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
4575
4575
  default: string | string[];
4576
4576
  };
4577
4577
  size: {
4578
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
4579
- default: import("ant-design-vue/es/button").ButtonSize;
4578
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
4579
+ default: import("ant-design-vue/es/config-provider").SizeType;
4580
4580
  };
4581
4581
  disabled: {
4582
4582
  type: BooleanConstructor;
@@ -4798,8 +4798,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
4798
4798
  default: string | string[];
4799
4799
  };
4800
4800
  size: {
4801
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
4802
- default: import("ant-design-vue/es/button").ButtonSize;
4801
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
4802
+ default: import("ant-design-vue/es/config-provider").SizeType;
4803
4803
  };
4804
4804
  disabled: {
4805
4805
  type: BooleanConstructor;
@@ -5021,8 +5021,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
5021
5021
  default: string | string[];
5022
5022
  };
5023
5023
  size: {
5024
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
5025
- default: import("ant-design-vue/es/button").ButtonSize;
5024
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
5025
+ default: import("ant-design-vue/es/config-provider").SizeType;
5026
5026
  };
5027
5027
  disabled: {
5028
5028
  type: BooleanConstructor;
@@ -5054,39 +5054,39 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
5054
5054
  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>;
5055
5055
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
5056
5056
  align: {
5057
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
5058
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
5059
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
5060
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
5061
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
5062
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5063
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5057
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
5058
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
5059
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
5060
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
5061
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
5062
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5063
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5064
5064
  }>;
5065
- default: "middle" | "top" | "bottom" | "stretch" | {
5066
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
5067
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
5068
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
5069
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
5070
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5071
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5065
+ default: "top" | "bottom" | "middle" | "stretch" | {
5066
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
5067
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
5068
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
5069
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
5070
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5071
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5072
5072
  };
5073
5073
  };
5074
5074
  justify: {
5075
- type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
5076
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5077
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5078
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5079
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5080
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5081
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5075
+ type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
5076
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5077
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5078
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5079
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5080
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5081
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5082
5082
  }>;
5083
- default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
5084
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5085
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5086
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5087
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5088
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5089
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5083
+ default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
5084
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5085
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5086
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5087
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5088
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5089
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5090
5090
  };
5091
5091
  };
5092
5092
  prefixCls: StringConstructor;
@@ -5100,39 +5100,39 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
5100
5100
  };
5101
5101
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
5102
5102
  align: {
5103
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
5104
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
5105
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
5106
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
5107
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
5108
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5109
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5103
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
5104
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
5105
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
5106
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
5107
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
5108
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5109
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5110
5110
  }>;
5111
- default: "middle" | "top" | "bottom" | "stretch" | {
5112
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
5113
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
5114
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
5115
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
5116
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5117
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5111
+ default: "top" | "bottom" | "middle" | "stretch" | {
5112
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
5113
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
5114
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
5115
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
5116
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5117
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5118
5118
  };
5119
5119
  };
5120
5120
  justify: {
5121
- type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
5122
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5123
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5124
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5125
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5126
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5127
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5121
+ type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
5122
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5123
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5124
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5125
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5126
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5127
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5128
5128
  }>;
5129
- default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
5130
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5131
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5132
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5133
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5134
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5135
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5129
+ default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
5130
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5131
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5132
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5133
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5134
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5135
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5136
5136
  };
5137
5137
  };
5138
5138
  prefixCls: StringConstructor;
@@ -5146,39 +5146,39 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
5146
5146
  };
5147
5147
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
5148
5148
  align: {
5149
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
5150
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
5151
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
5152
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
5153
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
5154
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5155
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5149
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
5150
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
5151
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
5152
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
5153
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
5154
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5155
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5156
5156
  }>;
5157
- default: "middle" | "top" | "bottom" | "stretch" | {
5158
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
5159
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
5160
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
5161
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
5162
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5163
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5157
+ default: "top" | "bottom" | "middle" | "stretch" | {
5158
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
5159
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
5160
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
5161
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
5162
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5163
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5164
5164
  };
5165
5165
  };
5166
5166
  justify: {
5167
- type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
5168
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5169
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5170
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5171
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5172
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5173
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5167
+ type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
5168
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5169
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5170
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5171
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5172
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5173
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5174
5174
  }>;
5175
- default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
5176
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5177
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5178
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5179
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5180
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5181
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5175
+ default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
5176
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5177
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5178
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5179
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5180
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5181
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5182
5182
  };
5183
5183
  };
5184
5184
  prefixCls: StringConstructor;
@@ -5192,39 +5192,39 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
5192
5192
  };
5193
5193
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
5194
5194
  align: {
5195
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
5196
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
5197
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
5198
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
5199
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
5200
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5201
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5195
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
5196
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
5197
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
5198
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
5199
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
5200
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5201
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5202
5202
  }>;
5203
- default: "middle" | "top" | "bottom" | "stretch" | {
5204
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
5205
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
5206
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
5207
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
5208
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5209
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5203
+ default: "top" | "bottom" | "middle" | "stretch" | {
5204
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
5205
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
5206
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
5207
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
5208
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5209
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5210
5210
  };
5211
5211
  };
5212
5212
  justify: {
5213
- type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
5214
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5215
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5216
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5217
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5218
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5219
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5213
+ type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
5214
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5215
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5216
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5217
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5218
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5219
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5220
5220
  }>;
5221
- default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
5222
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5223
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5224
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5225
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5226
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5227
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5221
+ default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
5222
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5223
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5224
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5225
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5226
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5227
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5228
5228
  };
5229
5229
  };
5230
5230
  prefixCls: StringConstructor;
@@ -5443,8 +5443,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
5443
5443
  default: string | string[];
5444
5444
  };
5445
5445
  size: {
5446
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
5447
- default: import("ant-design-vue/es/button").ButtonSize;
5446
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
5447
+ default: import("ant-design-vue/es/config-provider").SizeType;
5448
5448
  };
5449
5449
  disabled: {
5450
5450
  type: BooleanConstructor;
@@ -5475,39 +5475,39 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
5475
5475
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
5476
5476
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
5477
5477
  align: {
5478
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
5479
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
5480
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
5481
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
5482
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
5483
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5484
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5478
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
5479
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
5480
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
5481
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
5482
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
5483
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5484
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5485
5485
  }>;
5486
- default: "middle" | "top" | "bottom" | "stretch" | {
5487
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
5488
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
5489
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
5490
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
5491
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5492
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5486
+ default: "top" | "bottom" | "middle" | "stretch" | {
5487
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
5488
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
5489
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
5490
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
5491
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5492
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5493
5493
  };
5494
5494
  };
5495
5495
  justify: {
5496
- type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
5497
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5498
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5499
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5500
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5501
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5502
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5496
+ type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
5497
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5498
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5499
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5500
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5501
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5502
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5503
5503
  }>;
5504
- default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
5505
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5506
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5507
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5508
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5509
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5510
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5504
+ default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
5505
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5506
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5507
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5508
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5509
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5510
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5511
5511
  };
5512
5512
  };
5513
5513
  prefixCls: StringConstructor;
@@ -5729,8 +5729,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
5729
5729
  default: string | string[];
5730
5730
  };
5731
5731
  size: {
5732
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
5733
- default: import("ant-design-vue/es/button").ButtonSize;
5732
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
5733
+ default: import("ant-design-vue/es/config-provider").SizeType;
5734
5734
  };
5735
5735
  disabled: {
5736
5736
  type: BooleanConstructor;
@@ -5952,8 +5952,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
5952
5952
  default: string | string[];
5953
5953
  };
5954
5954
  size: {
5955
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
5956
- default: import("ant-design-vue/es/button").ButtonSize;
5955
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
5956
+ default: import("ant-design-vue/es/config-provider").SizeType;
5957
5957
  };
5958
5958
  disabled: {
5959
5959
  type: BooleanConstructor;
@@ -6175,8 +6175,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
6175
6175
  default: string | string[];
6176
6176
  };
6177
6177
  size: {
6178
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
6179
- default: import("ant-design-vue/es/button").ButtonSize;
6178
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
6179
+ default: import("ant-design-vue/es/config-provider").SizeType;
6180
6180
  };
6181
6181
  disabled: {
6182
6182
  type: BooleanConstructor;
@@ -6398,8 +6398,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
6398
6398
  default: string | string[];
6399
6399
  };
6400
6400
  size: {
6401
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
6402
- default: import("ant-design-vue/es/button").ButtonSize;
6401
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
6402
+ default: import("ant-design-vue/es/config-provider").SizeType;
6403
6403
  };
6404
6404
  disabled: {
6405
6405
  type: BooleanConstructor;
@@ -6633,8 +6633,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
6633
6633
  default: string | string[];
6634
6634
  };
6635
6635
  size: {
6636
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
6637
- default: import("ant-design-vue/es/button").ButtonSize;
6636
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
6637
+ default: import("ant-design-vue/es/config-provider").SizeType;
6638
6638
  };
6639
6639
  disabled: {
6640
6640
  type: BooleanConstructor;
@@ -6862,8 +6862,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
6862
6862
  default: string | string[];
6863
6863
  };
6864
6864
  size: {
6865
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
6866
- default: import("ant-design-vue/es/button").ButtonSize;
6865
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
6866
+ default: import("ant-design-vue/es/config-provider").SizeType;
6867
6867
  };
6868
6868
  disabled: {
6869
6869
  type: BooleanConstructor;
@@ -7085,8 +7085,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
7085
7085
  default: string | string[];
7086
7086
  };
7087
7087
  size: {
7088
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
7089
- default: import("ant-design-vue/es/button").ButtonSize;
7088
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
7089
+ default: import("ant-design-vue/es/config-provider").SizeType;
7090
7090
  };
7091
7091
  disabled: {
7092
7092
  type: BooleanConstructor;
@@ -7308,8 +7308,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
7308
7308
  default: string | string[];
7309
7309
  };
7310
7310
  size: {
7311
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
7312
- default: import("ant-design-vue/es/button").ButtonSize;
7311
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
7312
+ default: import("ant-design-vue/es/config-provider").SizeType;
7313
7313
  };
7314
7314
  disabled: {
7315
7315
  type: BooleanConstructor;
@@ -7531,8 +7531,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
7531
7531
  default: string | string[];
7532
7532
  };
7533
7533
  size: {
7534
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
7535
- default: import("ant-design-vue/es/button").ButtonSize;
7534
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
7535
+ default: import("ant-design-vue/es/config-provider").SizeType;
7536
7536
  };
7537
7537
  disabled: {
7538
7538
  type: BooleanConstructor;
@@ -7764,8 +7764,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
7764
7764
  default: string | string[];
7765
7765
  };
7766
7766
  size: {
7767
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
7768
- default: import("ant-design-vue/es/button").ButtonSize;
7767
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
7768
+ default: import("ant-design-vue/es/config-provider").SizeType;
7769
7769
  };
7770
7770
  disabled: {
7771
7771
  type: BooleanConstructor;
@@ -8018,8 +8018,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
8018
8018
  default: string | string[];
8019
8019
  };
8020
8020
  size: {
8021
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
8022
- default: import("ant-design-vue/es/button").ButtonSize;
8021
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
8022
+ default: import("ant-design-vue/es/config-provider").SizeType;
8023
8023
  };
8024
8024
  disabled: {
8025
8025
  type: BooleanConstructor;
@@ -8241,8 +8241,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
8241
8241
  default: string | string[];
8242
8242
  };
8243
8243
  size: {
8244
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
8245
- default: import("ant-design-vue/es/button").ButtonSize;
8244
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
8245
+ default: import("ant-design-vue/es/config-provider").SizeType;
8246
8246
  };
8247
8247
  disabled: {
8248
8248
  type: BooleanConstructor;
@@ -8464,8 +8464,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
8464
8464
  default: string | string[];
8465
8465
  };
8466
8466
  size: {
8467
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
8468
- default: import("ant-design-vue/es/button").ButtonSize;
8467
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
8468
+ default: import("ant-design-vue/es/config-provider").SizeType;
8469
8469
  };
8470
8470
  disabled: {
8471
8471
  type: BooleanConstructor;
@@ -8687,8 +8687,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
8687
8687
  default: string | string[];
8688
8688
  };
8689
8689
  size: {
8690
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
8691
- default: import("ant-design-vue/es/button").ButtonSize;
8690
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
8691
+ default: import("ant-design-vue/es/config-provider").SizeType;
8692
8692
  };
8693
8693
  disabled: {
8694
8694
  type: BooleanConstructor;
@@ -8922,8 +8922,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
8922
8922
  default: string | string[];
8923
8923
  };
8924
8924
  size: {
8925
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
8926
- default: import("ant-design-vue/es/button").ButtonSize;
8925
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
8926
+ default: import("ant-design-vue/es/config-provider").SizeType;
8927
8927
  };
8928
8928
  disabled: {
8929
8929
  type: BooleanConstructor;
@@ -9154,8 +9154,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
9154
9154
  default: string | string[];
9155
9155
  };
9156
9156
  size: {
9157
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
9158
- default: import("ant-design-vue/es/button").ButtonSize;
9157
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
9158
+ default: import("ant-design-vue/es/config-provider").SizeType;
9159
9159
  };
9160
9160
  disabled: {
9161
9161
  type: BooleanConstructor;
@@ -9377,8 +9377,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
9377
9377
  default: string | string[];
9378
9378
  };
9379
9379
  size: {
9380
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
9381
- default: import("ant-design-vue/es/button").ButtonSize;
9380
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
9381
+ default: import("ant-design-vue/es/config-provider").SizeType;
9382
9382
  };
9383
9383
  disabled: {
9384
9384
  type: BooleanConstructor;
@@ -9600,8 +9600,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
9600
9600
  default: string | string[];
9601
9601
  };
9602
9602
  size: {
9603
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
9604
- default: import("ant-design-vue/es/button").ButtonSize;
9603
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
9604
+ default: import("ant-design-vue/es/config-provider").SizeType;
9605
9605
  };
9606
9606
  disabled: {
9607
9607
  type: BooleanConstructor;
@@ -9823,8 +9823,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
9823
9823
  default: string | string[];
9824
9824
  };
9825
9825
  size: {
9826
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
9827
- default: import("ant-design-vue/es/button").ButtonSize;
9826
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
9827
+ default: import("ant-design-vue/es/config-provider").SizeType;
9828
9828
  };
9829
9829
  disabled: {
9830
9830
  type: BooleanConstructor;
@@ -10058,8 +10058,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
10058
10058
  default: string | string[];
10059
10059
  };
10060
10060
  size: {
10061
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
10062
- default: import("ant-design-vue/es/button").ButtonSize;
10061
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
10062
+ default: import("ant-design-vue/es/config-provider").SizeType;
10063
10063
  };
10064
10064
  disabled: {
10065
10065
  type: BooleanConstructor;
@@ -10287,8 +10287,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
10287
10287
  default: string | string[];
10288
10288
  };
10289
10289
  size: {
10290
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
10291
- default: import("ant-design-vue/es/button").ButtonSize;
10290
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
10291
+ default: import("ant-design-vue/es/config-provider").SizeType;
10292
10292
  };
10293
10293
  disabled: {
10294
10294
  type: BooleanConstructor;
@@ -10510,8 +10510,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
10510
10510
  default: string | string[];
10511
10511
  };
10512
10512
  size: {
10513
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
10514
- default: import("ant-design-vue/es/button").ButtonSize;
10513
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
10514
+ default: import("ant-design-vue/es/config-provider").SizeType;
10515
10515
  };
10516
10516
  disabled: {
10517
10517
  type: BooleanConstructor;
@@ -10733,8 +10733,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
10733
10733
  default: string | string[];
10734
10734
  };
10735
10735
  size: {
10736
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
10737
- default: import("ant-design-vue/es/button").ButtonSize;
10736
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
10737
+ default: import("ant-design-vue/es/config-provider").SizeType;
10738
10738
  };
10739
10739
  disabled: {
10740
10740
  type: BooleanConstructor;
@@ -10956,8 +10956,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
10956
10956
  default: string | string[];
10957
10957
  };
10958
10958
  size: {
10959
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
10960
- default: import("ant-design-vue/es/button").ButtonSize;
10959
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
10960
+ default: import("ant-design-vue/es/config-provider").SizeType;
10961
10961
  };
10962
10962
  disabled: {
10963
10963
  type: BooleanConstructor;
@@ -11187,8 +11187,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
11187
11187
  default: string | string[];
11188
11188
  };
11189
11189
  size: {
11190
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
11191
- default: import("ant-design-vue/es/button").ButtonSize;
11190
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
11191
+ default: import("ant-design-vue/es/config-provider").SizeType;
11192
11192
  };
11193
11193
  disabled: {
11194
11194
  type: BooleanConstructor;
@@ -11437,8 +11437,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
11437
11437
  default: string | string[];
11438
11438
  };
11439
11439
  size: {
11440
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
11441
- default: import("ant-design-vue/es/button").ButtonSize;
11440
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
11441
+ default: import("ant-design-vue/es/config-provider").SizeType;
11442
11442
  };
11443
11443
  disabled: {
11444
11444
  type: BooleanConstructor;
@@ -11660,8 +11660,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
11660
11660
  default: string | string[];
11661
11661
  };
11662
11662
  size: {
11663
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
11664
- default: import("ant-design-vue/es/button").ButtonSize;
11663
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
11664
+ default: import("ant-design-vue/es/config-provider").SizeType;
11665
11665
  };
11666
11666
  disabled: {
11667
11667
  type: BooleanConstructor;
@@ -11883,8 +11883,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
11883
11883
  default: string | string[];
11884
11884
  };
11885
11885
  size: {
11886
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
11887
- default: import("ant-design-vue/es/button").ButtonSize;
11886
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
11887
+ default: import("ant-design-vue/es/config-provider").SizeType;
11888
11888
  };
11889
11889
  disabled: {
11890
11890
  type: BooleanConstructor;
@@ -12106,8 +12106,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
12106
12106
  default: string | string[];
12107
12107
  };
12108
12108
  size: {
12109
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
12110
- default: import("ant-design-vue/es/button").ButtonSize;
12109
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
12110
+ default: import("ant-design-vue/es/config-provider").SizeType;
12111
12111
  };
12112
12112
  disabled: {
12113
12113
  type: BooleanConstructor;
@@ -12139,39 +12139,39 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
12139
12139
  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>;
12140
12140
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
12141
12141
  align: {
12142
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
12143
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12144
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12145
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12146
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12147
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12148
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12142
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
12143
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
12144
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
12145
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
12146
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
12147
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12148
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12149
12149
  }>;
12150
- default: "middle" | "top" | "bottom" | "stretch" | {
12151
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12152
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12153
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12154
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12155
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12156
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12150
+ default: "top" | "bottom" | "middle" | "stretch" | {
12151
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
12152
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
12153
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
12154
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
12155
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12156
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12157
12157
  };
12158
12158
  };
12159
12159
  justify: {
12160
- type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
12161
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12162
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12163
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12164
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12165
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12166
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12160
+ type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
12161
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12162
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12163
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12164
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12165
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12166
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12167
12167
  }>;
12168
- default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
12169
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12170
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12171
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12172
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12173
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12174
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12168
+ default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
12169
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12170
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12171
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12172
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12173
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12174
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12175
12175
  };
12176
12176
  };
12177
12177
  prefixCls: StringConstructor;
@@ -12185,39 +12185,39 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
12185
12185
  };
12186
12186
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
12187
12187
  align: {
12188
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
12189
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12190
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12191
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12192
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12193
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12194
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12188
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
12189
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
12190
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
12191
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
12192
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
12193
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12194
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12195
12195
  }>;
12196
- default: "middle" | "top" | "bottom" | "stretch" | {
12197
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12198
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12199
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12200
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12201
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12202
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12196
+ default: "top" | "bottom" | "middle" | "stretch" | {
12197
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
12198
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
12199
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
12200
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
12201
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12202
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12203
12203
  };
12204
12204
  };
12205
12205
  justify: {
12206
- type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
12207
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12208
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12209
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12210
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12211
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12212
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12206
+ type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
12207
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12208
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12209
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12210
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12211
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12212
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12213
12213
  }>;
12214
- default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
12215
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12216
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12217
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12218
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12219
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12220
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12214
+ default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
12215
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12216
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12217
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12218
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12219
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12220
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12221
12221
  };
12222
12222
  };
12223
12223
  prefixCls: StringConstructor;
@@ -12231,39 +12231,39 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
12231
12231
  };
12232
12232
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
12233
12233
  align: {
12234
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
12235
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12236
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12237
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12238
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12239
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12240
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12234
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
12235
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
12236
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
12237
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
12238
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
12239
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12240
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12241
12241
  }>;
12242
- default: "middle" | "top" | "bottom" | "stretch" | {
12243
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12244
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12245
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12246
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12247
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12248
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12242
+ default: "top" | "bottom" | "middle" | "stretch" | {
12243
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
12244
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
12245
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
12246
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
12247
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12248
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12249
12249
  };
12250
12250
  };
12251
12251
  justify: {
12252
- type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
12253
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12254
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12255
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12256
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12257
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12258
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12252
+ type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
12253
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12254
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12255
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12256
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12257
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12258
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12259
12259
  }>;
12260
- default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
12261
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12262
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12263
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12264
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12265
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12266
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12260
+ default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
12261
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12262
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12263
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12264
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12265
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12266
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12267
12267
  };
12268
12268
  };
12269
12269
  prefixCls: StringConstructor;
@@ -12277,39 +12277,39 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
12277
12277
  };
12278
12278
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
12279
12279
  align: {
12280
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
12281
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12282
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12283
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12284
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12285
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12286
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12280
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
12281
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
12282
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
12283
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
12284
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
12285
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12286
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12287
12287
  }>;
12288
- default: "middle" | "top" | "bottom" | "stretch" | {
12289
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12290
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12291
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12292
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12293
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12294
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12288
+ default: "top" | "bottom" | "middle" | "stretch" | {
12289
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
12290
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
12291
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
12292
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
12293
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12294
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12295
12295
  };
12296
12296
  };
12297
12297
  justify: {
12298
- type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
12299
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12300
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12301
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12302
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12303
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12304
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12298
+ type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
12299
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12300
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12301
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12302
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12303
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12304
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12305
12305
  }>;
12306
- default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
12307
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12308
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12309
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12310
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12311
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12312
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12306
+ default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
12307
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12308
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12309
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12310
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12311
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12312
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12313
12313
  };
12314
12314
  };
12315
12315
  prefixCls: StringConstructor;
@@ -12526,8 +12526,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
12526
12526
  default: string | string[];
12527
12527
  };
12528
12528
  size: {
12529
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
12530
- default: import("ant-design-vue/es/button").ButtonSize;
12529
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
12530
+ default: import("ant-design-vue/es/config-provider").SizeType;
12531
12531
  };
12532
12532
  disabled: {
12533
12533
  type: BooleanConstructor;
@@ -12558,39 +12558,39 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
12558
12558
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
12559
12559
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
12560
12560
  align: {
12561
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
12562
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12563
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12564
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12565
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12566
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12567
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12561
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
12562
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
12563
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
12564
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
12565
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
12566
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12567
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12568
12568
  }>;
12569
- default: "middle" | "top" | "bottom" | "stretch" | {
12570
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12571
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12572
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12573
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12574
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12575
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12569
+ default: "top" | "bottom" | "middle" | "stretch" | {
12570
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
12571
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
12572
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
12573
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
12574
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12575
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12576
12576
  };
12577
12577
  };
12578
12578
  justify: {
12579
- type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
12580
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12581
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12582
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12583
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12584
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12585
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12579
+ type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
12580
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12581
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12582
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12583
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12584
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12585
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12586
12586
  }>;
12587
- default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
12588
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12589
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12590
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12591
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12592
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12593
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12587
+ default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
12588
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12589
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12590
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12591
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12592
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12593
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12594
12594
  };
12595
12595
  };
12596
12596
  prefixCls: StringConstructor;
@@ -12718,7 +12718,7 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
12718
12718
  validateFields: import("vue").ComputedRef<any[]>;
12719
12719
  computedFormOptions: import("vue").ComputedRef<{
12720
12720
  onSubmit?: ((e: Event) => void) | undefined;
12721
- size?: import("ant-design-vue/es/button").ButtonSize;
12721
+ size?: import("ant-design-vue/es/config-provider").SizeType;
12722
12722
  labelCol?: (Partial<import("vue").ExtractPropTypes<{
12723
12723
  span: (StringConstructor | NumberConstructor)[];
12724
12724
  order: (StringConstructor | NumberConstructor)[];
@@ -13078,8 +13078,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
13078
13078
  default: string | string[];
13079
13079
  };
13080
13080
  size: {
13081
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
13082
- default: import("ant-design-vue/es/button").ButtonSize;
13081
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
13082
+ default: import("ant-design-vue/es/config-provider").SizeType;
13083
13083
  };
13084
13084
  disabled: {
13085
13085
  type: BooleanConstructor;
@@ -13301,8 +13301,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
13301
13301
  default: string | string[];
13302
13302
  };
13303
13303
  size: {
13304
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
13305
- default: import("ant-design-vue/es/button").ButtonSize;
13304
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
13305
+ default: import("ant-design-vue/es/config-provider").SizeType;
13306
13306
  };
13307
13307
  disabled: {
13308
13308
  type: BooleanConstructor;
@@ -13524,8 +13524,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
13524
13524
  default: string | string[];
13525
13525
  };
13526
13526
  size: {
13527
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
13528
- default: import("ant-design-vue/es/button").ButtonSize;
13527
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
13528
+ default: import("ant-design-vue/es/config-provider").SizeType;
13529
13529
  };
13530
13530
  disabled: {
13531
13531
  type: BooleanConstructor;
@@ -13747,8 +13747,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
13747
13747
  default: string | string[];
13748
13748
  };
13749
13749
  size: {
13750
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
13751
- default: import("ant-design-vue/es/button").ButtonSize;
13750
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
13751
+ default: import("ant-design-vue/es/config-provider").SizeType;
13752
13752
  };
13753
13753
  disabled: {
13754
13754
  type: BooleanConstructor;
@@ -13780,39 +13780,39 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
13780
13780
  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>;
13781
13781
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
13782
13782
  align: {
13783
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
13784
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13785
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13786
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13787
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13788
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13789
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13783
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
13784
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
13785
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
13786
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
13787
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
13788
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13789
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13790
13790
  }>;
13791
- default: "middle" | "top" | "bottom" | "stretch" | {
13792
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13793
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13794
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13795
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13796
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13797
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13791
+ default: "top" | "bottom" | "middle" | "stretch" | {
13792
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
13793
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
13794
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
13795
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
13796
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13797
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13798
13798
  };
13799
13799
  };
13800
13800
  justify: {
13801
- type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
13802
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13803
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13804
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13805
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13806
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13807
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13801
+ type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
13802
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13803
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13804
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13805
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13806
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13807
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13808
13808
  }>;
13809
- default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
13810
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13811
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13812
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13813
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13814
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13815
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13809
+ default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
13810
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13811
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13812
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13813
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13814
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13815
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13816
13816
  };
13817
13817
  };
13818
13818
  prefixCls: StringConstructor;
@@ -13826,39 +13826,39 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
13826
13826
  };
13827
13827
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
13828
13828
  align: {
13829
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
13830
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13831
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13832
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13833
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13834
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13835
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13829
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
13830
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
13831
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
13832
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
13833
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
13834
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13835
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13836
13836
  }>;
13837
- default: "middle" | "top" | "bottom" | "stretch" | {
13838
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13839
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13840
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13841
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13842
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13843
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13837
+ default: "top" | "bottom" | "middle" | "stretch" | {
13838
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
13839
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
13840
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
13841
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
13842
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13843
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13844
13844
  };
13845
13845
  };
13846
13846
  justify: {
13847
- type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
13848
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13849
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13850
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13851
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13852
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13853
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13847
+ type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
13848
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13849
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13850
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13851
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13852
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13853
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13854
13854
  }>;
13855
- default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
13856
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13857
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13858
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13859
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13860
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13861
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13855
+ default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
13856
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13857
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13858
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13859
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13860
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13861
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13862
13862
  };
13863
13863
  };
13864
13864
  prefixCls: StringConstructor;
@@ -13872,39 +13872,39 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
13872
13872
  };
13873
13873
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
13874
13874
  align: {
13875
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
13876
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13877
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13878
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13879
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13880
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13881
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13875
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
13876
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
13877
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
13878
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
13879
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
13880
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13881
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13882
13882
  }>;
13883
- default: "middle" | "top" | "bottom" | "stretch" | {
13884
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13885
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13886
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13887
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13888
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13889
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13883
+ default: "top" | "bottom" | "middle" | "stretch" | {
13884
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
13885
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
13886
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
13887
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
13888
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13889
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13890
13890
  };
13891
13891
  };
13892
13892
  justify: {
13893
- type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
13894
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13895
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13896
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13897
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13898
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13899
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13893
+ type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
13894
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13895
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13896
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13897
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13898
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13899
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13900
13900
  }>;
13901
- default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
13902
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13903
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13904
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13905
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13906
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13907
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13901
+ default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
13902
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13903
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13904
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13905
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13906
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13907
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13908
13908
  };
13909
13909
  };
13910
13910
  prefixCls: StringConstructor;
@@ -13918,39 +13918,39 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
13918
13918
  };
13919
13919
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
13920
13920
  align: {
13921
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
13922
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13923
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13924
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13925
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13926
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13927
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13921
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
13922
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
13923
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
13924
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
13925
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
13926
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13927
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13928
13928
  }>;
13929
- default: "middle" | "top" | "bottom" | "stretch" | {
13930
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13931
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13932
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13933
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13934
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13935
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13929
+ default: "top" | "bottom" | "middle" | "stretch" | {
13930
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
13931
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
13932
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
13933
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
13934
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13935
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13936
13936
  };
13937
13937
  };
13938
13938
  justify: {
13939
- type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
13940
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13941
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13942
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13943
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13944
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13945
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13939
+ type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
13940
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13941
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13942
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13943
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13944
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13945
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13946
13946
  }>;
13947
- default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
13948
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13949
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13950
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13951
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13952
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13953
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13947
+ default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
13948
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13949
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13950
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13951
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13952
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13953
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13954
13954
  };
13955
13955
  };
13956
13956
  prefixCls: StringConstructor;
@@ -14169,8 +14169,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
14169
14169
  default: string | string[];
14170
14170
  };
14171
14171
  size: {
14172
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
14173
- default: import("ant-design-vue/es/button").ButtonSize;
14172
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
14173
+ default: import("ant-design-vue/es/config-provider").SizeType;
14174
14174
  };
14175
14175
  disabled: {
14176
14176
  type: BooleanConstructor;
@@ -14201,39 +14201,39 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
14201
14201
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
14202
14202
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
14203
14203
  align: {
14204
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
14205
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
14206
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
14207
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
14208
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
14209
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14210
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14204
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
14205
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
14206
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
14207
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
14208
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
14209
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14210
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14211
14211
  }>;
14212
- default: "middle" | "top" | "bottom" | "stretch" | {
14213
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
14214
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
14215
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
14216
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
14217
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14218
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14212
+ default: "top" | "bottom" | "middle" | "stretch" | {
14213
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
14214
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
14215
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
14216
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
14217
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14218
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14219
14219
  };
14220
14220
  };
14221
14221
  justify: {
14222
- type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
14223
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14224
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14225
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14226
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14227
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14228
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14222
+ type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
14223
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14224
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14225
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14226
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14227
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14228
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14229
14229
  }>;
14230
- default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
14231
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14232
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14233
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14234
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14235
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14236
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14230
+ default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
14231
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14232
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14233
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14234
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14235
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14236
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14237
14237
  };
14238
14238
  };
14239
14239
  prefixCls: StringConstructor;
@@ -14455,8 +14455,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
14455
14455
  default: string | string[];
14456
14456
  };
14457
14457
  size: {
14458
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
14459
- default: import("ant-design-vue/es/button").ButtonSize;
14458
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
14459
+ default: import("ant-design-vue/es/config-provider").SizeType;
14460
14460
  };
14461
14461
  disabled: {
14462
14462
  type: BooleanConstructor;
@@ -14678,8 +14678,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
14678
14678
  default: string | string[];
14679
14679
  };
14680
14680
  size: {
14681
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
14682
- default: import("ant-design-vue/es/button").ButtonSize;
14681
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
14682
+ default: import("ant-design-vue/es/config-provider").SizeType;
14683
14683
  };
14684
14684
  disabled: {
14685
14685
  type: BooleanConstructor;
@@ -14901,8 +14901,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
14901
14901
  default: string | string[];
14902
14902
  };
14903
14903
  size: {
14904
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
14905
- default: import("ant-design-vue/es/button").ButtonSize;
14904
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
14905
+ default: import("ant-design-vue/es/config-provider").SizeType;
14906
14906
  };
14907
14907
  disabled: {
14908
14908
  type: BooleanConstructor;
@@ -15124,8 +15124,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
15124
15124
  default: string | string[];
15125
15125
  };
15126
15126
  size: {
15127
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
15128
- default: import("ant-design-vue/es/button").ButtonSize;
15127
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
15128
+ default: import("ant-design-vue/es/config-provider").SizeType;
15129
15129
  };
15130
15130
  disabled: {
15131
15131
  type: BooleanConstructor;
@@ -15359,8 +15359,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
15359
15359
  default: string | string[];
15360
15360
  };
15361
15361
  size: {
15362
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
15363
- default: import("ant-design-vue/es/button").ButtonSize;
15362
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
15363
+ default: import("ant-design-vue/es/config-provider").SizeType;
15364
15364
  };
15365
15365
  disabled: {
15366
15366
  type: BooleanConstructor;
@@ -15588,8 +15588,8 @@ export declare const LlAdvancedFilteringTags: import("ll-plus/es/utils").SFCWith
15588
15588
  default: string | string[];
15589
15589
  };
15590
15590
  size: {
15591
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
15592
- default: import("ant-design-vue/es/button").ButtonSize;
15591
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
15592
+ default: import("ant-design-vue/es/config-provider").SizeType;
15593
15593
  };
15594
15594
  disabled: {
15595
15595
  type: BooleanConstructor;
@@ -15811,8 +15811,8 @@ export declare const LlAdvancedFilteringTags: import("ll-plus/es/utils").SFCWith
15811
15811
  default: string | string[];
15812
15812
  };
15813
15813
  size: {
15814
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
15815
- default: import("ant-design-vue/es/button").ButtonSize;
15814
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
15815
+ default: import("ant-design-vue/es/config-provider").SizeType;
15816
15816
  };
15817
15817
  disabled: {
15818
15818
  type: BooleanConstructor;
@@ -16034,8 +16034,8 @@ export declare const LlAdvancedFilteringTags: import("ll-plus/es/utils").SFCWith
16034
16034
  default: string | string[];
16035
16035
  };
16036
16036
  size: {
16037
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
16038
- default: import("ant-design-vue/es/button").ButtonSize;
16037
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
16038
+ default: import("ant-design-vue/es/config-provider").SizeType;
16039
16039
  };
16040
16040
  disabled: {
16041
16041
  type: BooleanConstructor;
@@ -16257,8 +16257,8 @@ export declare const LlAdvancedFilteringTags: import("ll-plus/es/utils").SFCWith
16257
16257
  default: string | string[];
16258
16258
  };
16259
16259
  size: {
16260
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
16261
- default: import("ant-design-vue/es/button").ButtonSize;
16260
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
16261
+ default: import("ant-design-vue/es/config-provider").SizeType;
16262
16262
  };
16263
16263
  disabled: {
16264
16264
  type: BooleanConstructor;
@@ -16490,8 +16490,8 @@ export declare const LlAdvancedFilteringTags: import("ll-plus/es/utils").SFCWith
16490
16490
  default: string | string[];
16491
16491
  };
16492
16492
  size: {
16493
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
16494
- default: import("ant-design-vue/es/button").ButtonSize;
16493
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
16494
+ default: import("ant-design-vue/es/config-provider").SizeType;
16495
16495
  };
16496
16496
  disabled: {
16497
16497
  type: BooleanConstructor;
@@ -16744,8 +16744,8 @@ export declare const LlAdvancedFilteringTags: import("ll-plus/es/utils").SFCWith
16744
16744
  default: string | string[];
16745
16745
  };
16746
16746
  size: {
16747
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
16748
- default: import("ant-design-vue/es/button").ButtonSize;
16747
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
16748
+ default: import("ant-design-vue/es/config-provider").SizeType;
16749
16749
  };
16750
16750
  disabled: {
16751
16751
  type: BooleanConstructor;
@@ -16967,8 +16967,8 @@ export declare const LlAdvancedFilteringTags: import("ll-plus/es/utils").SFCWith
16967
16967
  default: string | string[];
16968
16968
  };
16969
16969
  size: {
16970
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
16971
- default: import("ant-design-vue/es/button").ButtonSize;
16970
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
16971
+ default: import("ant-design-vue/es/config-provider").SizeType;
16972
16972
  };
16973
16973
  disabled: {
16974
16974
  type: BooleanConstructor;
@@ -17190,8 +17190,8 @@ export declare const LlAdvancedFilteringTags: import("ll-plus/es/utils").SFCWith
17190
17190
  default: string | string[];
17191
17191
  };
17192
17192
  size: {
17193
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
17194
- default: import("ant-design-vue/es/button").ButtonSize;
17193
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
17194
+ default: import("ant-design-vue/es/config-provider").SizeType;
17195
17195
  };
17196
17196
  disabled: {
17197
17197
  type: BooleanConstructor;
@@ -17413,8 +17413,8 @@ export declare const LlAdvancedFilteringTags: import("ll-plus/es/utils").SFCWith
17413
17413
  default: string | string[];
17414
17414
  };
17415
17415
  size: {
17416
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
17417
- default: import("ant-design-vue/es/button").ButtonSize;
17416
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
17417
+ default: import("ant-design-vue/es/config-provider").SizeType;
17418
17418
  };
17419
17419
  disabled: {
17420
17420
  type: BooleanConstructor;
@@ -17648,8 +17648,8 @@ export declare const LlAdvancedFilteringTags: import("ll-plus/es/utils").SFCWith
17648
17648
  default: string | string[];
17649
17649
  };
17650
17650
  size: {
17651
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
17652
- default: import("ant-design-vue/es/button").ButtonSize;
17651
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
17652
+ default: import("ant-design-vue/es/config-provider").SizeType;
17653
17653
  };
17654
17654
  disabled: {
17655
17655
  type: BooleanConstructor;