ll-plus 2.7.17 → 2.7.20

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 (172) hide show
  1. package/es/components/advanced-filtering/index.d.ts +288 -288
  2. package/es/components/advanced-filtering/src/advanced-filtering.vue.d.ts +144 -144
  3. package/es/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +144 -144
  4. package/es/components/breadcrumb-card/index.d.ts +1 -1
  5. package/es/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +1 -1
  6. package/es/components/cascader/index.d.ts +8 -8
  7. package/es/components/cascader/src/cascader.vue.d.ts +8 -8
  8. package/es/components/checkbox/index.d.ts +217 -217
  9. package/es/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  10. package/es/components/checkbox/src/checkbox.d.ts +56 -56
  11. package/es/components/drawer/index.d.ts +5 -5
  12. package/es/components/drawer/src/components/second-confirmation/index.d.ts +1 -1
  13. package/es/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +1 -1
  14. package/es/components/drawer/src/drawer.vue.d.ts +5 -5
  15. package/es/components/easy-cron/index.d.ts +88 -88
  16. package/es/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +88 -88
  17. package/es/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +88 -88
  18. package/es/components/easy-cron/src/easy-cron.vue.d.ts +88 -88
  19. package/es/components/form/index.d.ts +144 -144
  20. package/es/components/form/src/components/form-component.vue.d.ts +1 -1
  21. package/es/components/form/src/config/form.d.ts +56 -56
  22. package/es/components/form/src/form.vue.d.ts +143 -143
  23. package/es/components/icon-picker/index.d.ts +1 -1
  24. package/es/components/icon-picker/src/components/modal.vue.d.ts +1 -1
  25. package/es/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
  26. package/es/components/input/index.d.ts +33 -33
  27. package/es/components/input/src/input.vue.d.ts +33 -33
  28. package/es/components/key-value/src/components/key-value-item.vue.d.ts +230 -230
  29. package/es/components/key-value/src/key-value.vue.d.ts +690 -690
  30. package/es/components/modal/index.d.ts +1 -1
  31. package/es/components/modal/src/modal.vue.d.ts +1 -1
  32. package/es/components/new-drawer/index.d.ts +7 -7
  33. package/es/components/new-drawer/src/drawer.vue.d.ts +7 -7
  34. package/es/components/new-modal/index.d.ts +2 -2
  35. package/es/components/new-modal/src/modal.vue.d.ts +2 -2
  36. package/es/components/rich-text-editor/index.d.ts +1 -1
  37. package/es/components/rich-text-editor/src/rich-text-editor.vue.d.ts +1 -1
  38. package/es/components/select/index.d.ts +4 -4
  39. package/es/components/select/src/select.vue.d.ts +4 -4
  40. package/es/components/select-group/index.d.ts +2 -2
  41. package/es/components/select-group/src/select-group.d.ts +1 -1
  42. package/es/components/select-group/src/select-group.vue.d.ts +2 -2
  43. package/es/components/table/index.d.ts +6 -6
  44. package/es/components/table/src/components/main-table.vue.d.ts +2 -2
  45. package/es/components/table/src/config/table.d.ts +2 -2
  46. package/es/components/table/src/table.vue.d.ts +6 -6
  47. package/es/components/textarea/index.d.ts +5 -5
  48. package/es/components/textarea/src/textarea.vue.d.ts +5 -5
  49. package/es/components/tooltip/index.d.ts +4 -4
  50. package/es/components/tooltip/src/tooltip.d.ts +1 -1
  51. package/es/components/tooltip/src/tooltip.vue.d.ts +4 -4
  52. package/es/components/tree-search/index.d.ts +1 -1
  53. package/es/components/tree-search/src/tree-search.vue.d.ts +1 -1
  54. package/es/components/upload-drag/index.d.ts +2 -2
  55. package/es/components/upload-drag/src/upload-drag.vue.d.ts +2 -2
  56. package/lib/components/advanced-filtering/index.d.ts +288 -288
  57. package/lib/components/advanced-filtering/src/advanced-filtering.vue.d.ts +144 -144
  58. package/lib/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +144 -144
  59. package/lib/components/breadcrumb-card/index.d.ts +1 -1
  60. package/lib/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +1 -1
  61. package/lib/components/cascader/index.d.ts +8 -8
  62. package/lib/components/cascader/src/cascader.vue.d.ts +8 -8
  63. package/lib/components/checkbox/index.d.ts +217 -217
  64. package/lib/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  65. package/lib/components/checkbox/src/checkbox.d.ts +56 -56
  66. package/lib/components/drawer/index.d.ts +5 -5
  67. package/lib/components/drawer/src/components/second-confirmation/index.d.ts +1 -1
  68. package/lib/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +1 -1
  69. package/lib/components/drawer/src/drawer.vue.d.ts +5 -5
  70. package/lib/components/easy-cron/index.d.ts +88 -88
  71. package/lib/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +88 -88
  72. package/lib/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +88 -88
  73. package/lib/components/easy-cron/src/easy-cron.vue.d.ts +88 -88
  74. package/lib/components/form/index.d.ts +144 -144
  75. package/lib/components/form/src/components/form-component.vue.d.ts +1 -1
  76. package/lib/components/form/src/config/form.d.ts +56 -56
  77. package/lib/components/form/src/form.vue.d.ts +143 -143
  78. package/lib/components/icon-picker/index.d.ts +1 -1
  79. package/lib/components/icon-picker/src/components/modal.vue.d.ts +1 -1
  80. package/lib/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
  81. package/lib/components/input/index.d.ts +33 -33
  82. package/lib/components/input/src/input.vue.d.ts +33 -33
  83. package/lib/components/key-value/src/components/key-value-item.vue.d.ts +230 -230
  84. package/lib/components/key-value/src/key-value.vue.d.ts +690 -690
  85. package/lib/components/modal/index.d.ts +1 -1
  86. package/lib/components/modal/src/modal.vue.d.ts +1 -1
  87. package/lib/components/new-drawer/index.d.ts +7 -7
  88. package/lib/components/new-drawer/src/drawer.vue.d.ts +7 -7
  89. package/lib/components/new-modal/index.d.ts +2 -2
  90. package/lib/components/new-modal/src/modal.vue.d.ts +2 -2
  91. package/lib/components/rich-text-editor/index.d.ts +1 -1
  92. package/lib/components/rich-text-editor/src/rich-text-editor.vue.d.ts +1 -1
  93. package/lib/components/select/index.d.ts +4 -4
  94. package/lib/components/select/src/select.vue.d.ts +4 -4
  95. package/lib/components/select-group/index.d.ts +2 -2
  96. package/lib/components/select-group/src/select-group.d.ts +1 -1
  97. package/lib/components/select-group/src/select-group.vue.d.ts +2 -2
  98. package/lib/components/table/index.d.ts +6 -6
  99. package/lib/components/table/src/components/main-table.vue.d.ts +2 -2
  100. package/lib/components/table/src/config/table.d.ts +2 -2
  101. package/lib/components/table/src/table.vue.d.ts +6 -6
  102. package/lib/components/textarea/index.d.ts +5 -5
  103. package/lib/components/textarea/src/textarea.vue.d.ts +5 -5
  104. package/lib/components/tooltip/index.d.ts +4 -4
  105. package/lib/components/tooltip/src/tooltip.d.ts +1 -1
  106. package/lib/components/tooltip/src/tooltip.vue.d.ts +4 -4
  107. package/lib/components/tree-search/index.d.ts +1 -1
  108. package/lib/components/tree-search/src/tree-search.vue.d.ts +1 -1
  109. package/lib/components/upload-drag/index.d.ts +2 -2
  110. package/lib/components/upload-drag/src/upload-drag.vue.d.ts +2 -2
  111. package/package.json +1 -1
  112. package/theme-chalk/css/api-component.css +1 -1
  113. package/theme-chalk/css/index.css +2 -2
  114. package/theme-chalk/css/new-drawer.css +1 -1
  115. package/theme-chalk/css/rich-text-editor.css +1 -1
  116. package/theme-chalk/css/table.css +1 -1
  117. package/theme-chalk/fonts/iconfont.js +1 -1
  118. package/types/packages/components/advanced-filtering/index.d.ts +288 -288
  119. package/types/packages/components/advanced-filtering/src/advanced-filtering.vue.d.ts +144 -144
  120. package/types/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +144 -144
  121. package/types/packages/components/breadcrumb-card/index.d.ts +1 -1
  122. package/types/packages/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +1 -1
  123. package/types/packages/components/cascader/index.d.ts +8 -8
  124. package/types/packages/components/cascader/src/cascader.vue.d.ts +8 -8
  125. package/types/packages/components/checkbox/index.d.ts +217 -217
  126. package/types/packages/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  127. package/types/packages/components/checkbox/src/checkbox.d.ts +56 -56
  128. package/types/packages/components/drawer/index.d.ts +5 -5
  129. package/types/packages/components/drawer/src/components/second-confirmation/index.d.ts +1 -1
  130. package/types/packages/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +1 -1
  131. package/types/packages/components/drawer/src/drawer.vue.d.ts +5 -5
  132. package/types/packages/components/easy-cron/index.d.ts +88 -88
  133. package/types/packages/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +88 -88
  134. package/types/packages/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +88 -88
  135. package/types/packages/components/easy-cron/src/easy-cron.vue.d.ts +88 -88
  136. package/types/packages/components/form/index.d.ts +144 -144
  137. package/types/packages/components/form/src/components/form-component.vue.d.ts +1 -1
  138. package/types/packages/components/form/src/config/form.d.ts +56 -56
  139. package/types/packages/components/form/src/form.vue.d.ts +143 -143
  140. package/types/packages/components/icon-picker/index.d.ts +1 -1
  141. package/types/packages/components/icon-picker/src/components/modal.vue.d.ts +1 -1
  142. package/types/packages/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
  143. package/types/packages/components/input/index.d.ts +33 -33
  144. package/types/packages/components/input/src/input.vue.d.ts +33 -33
  145. package/types/packages/components/key-value/src/components/key-value-item.vue.d.ts +230 -230
  146. package/types/packages/components/key-value/src/key-value.vue.d.ts +690 -690
  147. package/types/packages/components/modal/index.d.ts +1 -1
  148. package/types/packages/components/modal/src/modal.vue.d.ts +1 -1
  149. package/types/packages/components/new-drawer/index.d.ts +7 -7
  150. package/types/packages/components/new-drawer/src/drawer.vue.d.ts +7 -7
  151. package/types/packages/components/new-modal/index.d.ts +2 -2
  152. package/types/packages/components/new-modal/src/modal.vue.d.ts +2 -2
  153. package/types/packages/components/rich-text-editor/index.d.ts +1 -1
  154. package/types/packages/components/rich-text-editor/src/rich-text-editor.vue.d.ts +1 -1
  155. package/types/packages/components/select/index.d.ts +4 -4
  156. package/types/packages/components/select/src/select.vue.d.ts +4 -4
  157. package/types/packages/components/select-group/index.d.ts +2 -2
  158. package/types/packages/components/select-group/src/select-group.d.ts +1 -1
  159. package/types/packages/components/select-group/src/select-group.vue.d.ts +2 -2
  160. package/types/packages/components/table/index.d.ts +6 -6
  161. package/types/packages/components/table/src/components/main-table.vue.d.ts +2 -2
  162. package/types/packages/components/table/src/config/table.d.ts +2 -2
  163. package/types/packages/components/table/src/table.vue.d.ts +6 -6
  164. package/types/packages/components/textarea/index.d.ts +5 -5
  165. package/types/packages/components/textarea/src/textarea.vue.d.ts +5 -5
  166. package/types/packages/components/tooltip/index.d.ts +4 -4
  167. package/types/packages/components/tooltip/src/tooltip.d.ts +1 -1
  168. package/types/packages/components/tooltip/src/tooltip.vue.d.ts +4 -4
  169. package/types/packages/components/tree-search/index.d.ts +1 -1
  170. package/types/packages/components/tree-search/src/tree-search.vue.d.ts +1 -1
  171. package/types/packages/components/upload-drag/index.d.ts +2 -2
  172. package/types/packages/components/upload-drag/src/upload-drag.vue.d.ts +2 -2
@@ -2722,7 +2722,7 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
2722
2722
  readonly onConfirm?: (() => any) | undefined;
2723
2723
  readonly onChangeValue?: ((value: Record<string, any>) => any) | undefined;
2724
2724
  } & {}>;
2725
- emits: ((event: "update:value", value: Record<string, any>) => void) & ((event: "close") => void) & ((event: "confirm") => void) & ((event: "changeValue", value: Record<string, any>) => void);
2725
+ emits: ((event: "close") => void) & ((event: "update:value", value: Record<string, any>) => void) & ((event: "confirm") => void) & ((event: "changeValue", value: Record<string, any>) => void);
2726
2726
  bem: {
2727
2727
  b: (blockSuffix?: string) => string;
2728
2728
  e: (element?: string) => string;
@@ -3640,21 +3640,21 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
3640
3640
  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>;
3641
3641
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
3642
3642
  align: {
3643
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
3644
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
3645
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
3646
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
3647
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
3648
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3649
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3643
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
3644
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
3645
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
3646
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
3647
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
3648
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3649
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3650
3650
  }>;
3651
- default: "middle" | "top" | "bottom" | "stretch" | {
3652
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
3653
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
3654
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
3655
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
3656
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3657
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3651
+ default: "top" | "bottom" | "middle" | "stretch" | {
3652
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
3653
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
3654
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
3655
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
3656
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3657
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3658
3658
  };
3659
3659
  };
3660
3660
  justify: {
@@ -3686,21 +3686,21 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
3686
3686
  };
3687
3687
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
3688
3688
  align: {
3689
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
3690
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
3691
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
3692
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
3693
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
3694
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3695
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3689
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
3690
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
3691
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
3692
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
3693
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
3694
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3695
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3696
3696
  }>;
3697
- default: "middle" | "top" | "bottom" | "stretch" | {
3698
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
3699
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
3700
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
3701
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
3702
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3703
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3697
+ default: "top" | "bottom" | "middle" | "stretch" | {
3698
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
3699
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
3700
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
3701
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
3702
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3703
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3704
3704
  };
3705
3705
  };
3706
3706
  justify: {
@@ -3732,21 +3732,21 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
3732
3732
  };
3733
3733
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
3734
3734
  align: {
3735
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
3736
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
3737
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
3738
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
3739
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
3740
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3741
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3735
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
3736
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
3737
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
3738
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
3739
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
3740
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3741
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3742
3742
  }>;
3743
- default: "middle" | "top" | "bottom" | "stretch" | {
3744
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
3745
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
3746
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
3747
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
3748
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3749
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3743
+ default: "top" | "bottom" | "middle" | "stretch" | {
3744
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
3745
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
3746
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
3747
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
3748
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3749
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3750
3750
  };
3751
3751
  };
3752
3752
  justify: {
@@ -3778,21 +3778,21 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
3778
3778
  };
3779
3779
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
3780
3780
  align: {
3781
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
3782
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
3783
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
3784
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
3785
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
3786
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3787
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3781
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
3782
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
3783
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
3784
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
3785
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
3786
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3787
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3788
3788
  }>;
3789
- default: "middle" | "top" | "bottom" | "stretch" | {
3790
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
3791
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
3792
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
3793
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
3794
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3795
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3789
+ default: "top" | "bottom" | "middle" | "stretch" | {
3790
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
3791
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
3792
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
3793
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
3794
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3795
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3796
3796
  };
3797
3797
  };
3798
3798
  justify: {
@@ -4059,21 +4059,21 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
4059
4059
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
4060
4060
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
4061
4061
  align: {
4062
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
4063
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4064
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4065
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4066
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4067
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4068
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4062
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
4063
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
4064
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
4065
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
4066
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
4067
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4068
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4069
4069
  }>;
4070
- default: "middle" | "top" | "bottom" | "stretch" | {
4071
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4072
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4073
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4074
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4075
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4076
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4070
+ default: "top" | "bottom" | "middle" | "stretch" | {
4071
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
4072
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
4073
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
4074
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
4075
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4076
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4077
4077
  };
4078
4078
  };
4079
4079
  justify: {
@@ -4145,7 +4145,7 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
4145
4145
  emits: (event: "changeField", item: any) => void;
4146
4146
  formData: import("ll-plus/es/index").FormData;
4147
4147
  componentRef: import("vue").Ref<any>;
4148
- getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
4148
+ getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
4149
4149
  handleChange: (...arg: any[]) => void;
4150
4150
  focus: () => Promise<void>;
4151
4151
  getItem: () => any;
@@ -4197,7 +4197,7 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
4197
4197
  emits: (event: "changeField", item: any) => void;
4198
4198
  formData: import("ll-plus/es/index").FormData;
4199
4199
  componentRef: import("vue").Ref<any>;
4200
- getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
4200
+ getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
4201
4201
  handleChange: (...arg: any[]) => void;
4202
4202
  focus: () => Promise<void>;
4203
4203
  getItem: () => any;
@@ -4340,7 +4340,7 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
4340
4340
  emits: (event: "changeField", item: any) => void;
4341
4341
  formData: import("ll-plus/es/index").FormData;
4342
4342
  componentRef: import("vue").Ref<any>;
4343
- getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
4343
+ getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
4344
4344
  handleChange: (...arg: any[]) => void;
4345
4345
  focus: () => Promise<void>;
4346
4346
  getItem: () => any;
@@ -5266,21 +5266,21 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
5266
5266
  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>;
5267
5267
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
5268
5268
  align: {
5269
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
5270
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
5271
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
5272
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
5273
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
5274
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5275
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5269
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
5270
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
5271
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
5272
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
5273
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
5274
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5275
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5276
5276
  }>;
5277
- default: "middle" | "top" | "bottom" | "stretch" | {
5278
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
5279
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
5280
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
5281
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
5282
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5283
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5277
+ default: "top" | "bottom" | "middle" | "stretch" | {
5278
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
5279
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
5280
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
5281
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
5282
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5283
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5284
5284
  };
5285
5285
  };
5286
5286
  justify: {
@@ -5312,21 +5312,21 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
5312
5312
  };
5313
5313
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
5314
5314
  align: {
5315
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
5316
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
5317
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
5318
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
5319
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
5320
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5321
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5315
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
5316
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
5317
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
5318
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
5319
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
5320
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5321
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5322
5322
  }>;
5323
- default: "middle" | "top" | "bottom" | "stretch" | {
5324
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
5325
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
5326
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
5327
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
5328
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5329
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5323
+ default: "top" | "bottom" | "middle" | "stretch" | {
5324
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
5325
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
5326
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
5327
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
5328
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5329
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5330
5330
  };
5331
5331
  };
5332
5332
  justify: {
@@ -5358,21 +5358,21 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
5358
5358
  };
5359
5359
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
5360
5360
  align: {
5361
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
5362
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
5363
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
5364
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
5365
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
5366
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5367
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5361
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
5362
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
5363
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
5364
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
5365
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
5366
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5367
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5368
5368
  }>;
5369
- default: "middle" | "top" | "bottom" | "stretch" | {
5370
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
5371
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
5372
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
5373
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
5374
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5375
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5369
+ default: "top" | "bottom" | "middle" | "stretch" | {
5370
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
5371
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
5372
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
5373
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
5374
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5375
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5376
5376
  };
5377
5377
  };
5378
5378
  justify: {
@@ -5404,21 +5404,21 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
5404
5404
  };
5405
5405
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
5406
5406
  align: {
5407
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
5408
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
5409
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
5410
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
5411
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
5412
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5413
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5407
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
5408
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
5409
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
5410
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
5411
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
5412
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5413
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5414
5414
  }>;
5415
- default: "middle" | "top" | "bottom" | "stretch" | {
5416
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
5417
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
5418
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
5419
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
5420
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5421
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5415
+ default: "top" | "bottom" | "middle" | "stretch" | {
5416
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
5417
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
5418
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
5419
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
5420
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5421
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5422
5422
  };
5423
5423
  };
5424
5424
  justify: {
@@ -5686,21 +5686,21 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
5686
5686
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
5687
5687
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
5688
5688
  align: {
5689
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
5690
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
5691
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
5692
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
5693
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
5694
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5695
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5689
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
5690
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
5691
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
5692
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
5693
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
5694
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5695
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5696
5696
  }>;
5697
- default: "middle" | "top" | "bottom" | "stretch" | {
5698
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
5699
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
5700
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
5701
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
5702
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5703
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5697
+ default: "top" | "bottom" | "middle" | "stretch" | {
5698
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
5699
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
5700
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
5701
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
5702
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5703
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5704
5704
  };
5705
5705
  };
5706
5706
  justify: {
@@ -11432,7 +11432,7 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
11432
11432
  readonly onConfirm?: (() => any) | undefined;
11433
11433
  readonly onChangeValue?: ((value: Record<string, any>) => any) | undefined;
11434
11434
  } & {}>;
11435
- emits: ((event: "update:value", value: Record<string, any>) => void) & ((event: "close") => void) & ((event: "confirm") => void) & ((event: "changeValue", value: Record<string, any>) => void);
11435
+ emits: ((event: "close") => void) & ((event: "update:value", value: Record<string, any>) => void) & ((event: "confirm") => void) & ((event: "changeValue", value: Record<string, any>) => void);
11436
11436
  bem: {
11437
11437
  b: (blockSuffix?: string) => string;
11438
11438
  e: (element?: string) => string;
@@ -12350,21 +12350,21 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
12350
12350
  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>;
12351
12351
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
12352
12352
  align: {
12353
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
12354
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12355
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12356
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12357
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12358
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12359
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12353
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
12354
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
12355
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
12356
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
12357
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
12358
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12359
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12360
12360
  }>;
12361
- default: "middle" | "top" | "bottom" | "stretch" | {
12362
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12363
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12364
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12365
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12366
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12367
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12361
+ default: "top" | "bottom" | "middle" | "stretch" | {
12362
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
12363
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
12364
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
12365
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
12366
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12367
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12368
12368
  };
12369
12369
  };
12370
12370
  justify: {
@@ -12396,21 +12396,21 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
12396
12396
  };
12397
12397
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
12398
12398
  align: {
12399
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
12400
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12401
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12402
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12403
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12404
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12405
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12399
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
12400
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
12401
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
12402
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
12403
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
12404
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12405
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12406
12406
  }>;
12407
- default: "middle" | "top" | "bottom" | "stretch" | {
12408
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12409
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12410
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12411
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12412
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12413
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12407
+ default: "top" | "bottom" | "middle" | "stretch" | {
12408
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
12409
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
12410
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
12411
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
12412
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12413
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12414
12414
  };
12415
12415
  };
12416
12416
  justify: {
@@ -12442,21 +12442,21 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
12442
12442
  };
12443
12443
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
12444
12444
  align: {
12445
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
12446
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12447
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12448
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12449
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12450
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12451
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12445
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
12446
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
12447
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
12448
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
12449
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
12450
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12451
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12452
12452
  }>;
12453
- default: "middle" | "top" | "bottom" | "stretch" | {
12454
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12455
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12456
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12457
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12458
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12459
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12453
+ default: "top" | "bottom" | "middle" | "stretch" | {
12454
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
12455
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
12456
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
12457
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
12458
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12459
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12460
12460
  };
12461
12461
  };
12462
12462
  justify: {
@@ -12488,21 +12488,21 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
12488
12488
  };
12489
12489
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
12490
12490
  align: {
12491
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
12492
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12493
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12494
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12495
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12496
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12497
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12491
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
12492
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
12493
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
12494
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
12495
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
12496
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12497
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12498
12498
  }>;
12499
- default: "middle" | "top" | "bottom" | "stretch" | {
12500
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12501
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12502
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12503
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12504
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12505
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12499
+ default: "top" | "bottom" | "middle" | "stretch" | {
12500
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
12501
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
12502
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
12503
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
12504
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12505
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12506
12506
  };
12507
12507
  };
12508
12508
  justify: {
@@ -12769,21 +12769,21 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
12769
12769
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
12770
12770
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
12771
12771
  align: {
12772
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
12773
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12774
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12775
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12776
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12777
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12778
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12772
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
12773
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
12774
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
12775
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
12776
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
12777
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12778
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12779
12779
  }>;
12780
- default: "middle" | "top" | "bottom" | "stretch" | {
12781
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12782
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12783
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12784
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12785
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12786
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12780
+ default: "top" | "bottom" | "middle" | "stretch" | {
12781
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
12782
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
12783
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
12784
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
12785
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12786
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12787
12787
  };
12788
12788
  };
12789
12789
  justify: {
@@ -12855,7 +12855,7 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
12855
12855
  emits: (event: "changeField", item: any) => void;
12856
12856
  formData: import("ll-plus/es/index").FormData;
12857
12857
  componentRef: import("vue").Ref<any>;
12858
- getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
12858
+ getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
12859
12859
  handleChange: (...arg: any[]) => void;
12860
12860
  focus: () => Promise<void>;
12861
12861
  getItem: () => any;
@@ -12907,7 +12907,7 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
12907
12907
  emits: (event: "changeField", item: any) => void;
12908
12908
  formData: import("ll-plus/es/index").FormData;
12909
12909
  componentRef: import("vue").Ref<any>;
12910
- getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
12910
+ getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
12911
12911
  handleChange: (...arg: any[]) => void;
12912
12912
  focus: () => Promise<void>;
12913
12913
  getItem: () => any;
@@ -13050,7 +13050,7 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
13050
13050
  emits: (event: "changeField", item: any) => void;
13051
13051
  formData: import("ll-plus/es/index").FormData;
13052
13052
  componentRef: import("vue").Ref<any>;
13053
- getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
13053
+ getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
13054
13054
  handleChange: (...arg: any[]) => void;
13055
13055
  focus: () => Promise<void>;
13056
13056
  getItem: () => any;
@@ -13976,21 +13976,21 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
13976
13976
  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>;
13977
13977
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
13978
13978
  align: {
13979
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
13980
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13981
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13982
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13983
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13984
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13985
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13979
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
13980
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
13981
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
13982
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
13983
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
13984
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13985
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13986
13986
  }>;
13987
- default: "middle" | "top" | "bottom" | "stretch" | {
13988
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13989
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13990
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13991
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13992
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13993
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13987
+ default: "top" | "bottom" | "middle" | "stretch" | {
13988
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
13989
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
13990
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
13991
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
13992
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13993
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13994
13994
  };
13995
13995
  };
13996
13996
  justify: {
@@ -14022,21 +14022,21 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
14022
14022
  };
14023
14023
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
14024
14024
  align: {
14025
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
14026
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
14027
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
14028
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
14029
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
14030
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14031
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14025
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
14026
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
14027
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
14028
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
14029
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
14030
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14031
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14032
14032
  }>;
14033
- default: "middle" | "top" | "bottom" | "stretch" | {
14034
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
14035
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
14036
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
14037
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
14038
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14039
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14033
+ default: "top" | "bottom" | "middle" | "stretch" | {
14034
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
14035
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
14036
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
14037
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
14038
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14039
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14040
14040
  };
14041
14041
  };
14042
14042
  justify: {
@@ -14068,21 +14068,21 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
14068
14068
  };
14069
14069
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
14070
14070
  align: {
14071
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
14072
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
14073
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
14074
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
14075
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
14076
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14077
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14071
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
14072
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
14073
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
14074
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
14075
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
14076
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14077
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14078
14078
  }>;
14079
- default: "middle" | "top" | "bottom" | "stretch" | {
14080
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
14081
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
14082
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
14083
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
14084
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14085
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14079
+ default: "top" | "bottom" | "middle" | "stretch" | {
14080
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
14081
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
14082
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
14083
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
14084
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14085
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14086
14086
  };
14087
14087
  };
14088
14088
  justify: {
@@ -14114,21 +14114,21 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
14114
14114
  };
14115
14115
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
14116
14116
  align: {
14117
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
14118
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
14119
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
14120
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
14121
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
14122
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14123
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14117
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
14118
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
14119
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
14120
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
14121
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
14122
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14123
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14124
14124
  }>;
14125
- default: "middle" | "top" | "bottom" | "stretch" | {
14126
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
14127
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
14128
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
14129
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
14130
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14131
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14125
+ default: "top" | "bottom" | "middle" | "stretch" | {
14126
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
14127
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
14128
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
14129
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
14130
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14131
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14132
14132
  };
14133
14133
  };
14134
14134
  justify: {
@@ -14396,21 +14396,21 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
14396
14396
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
14397
14397
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
14398
14398
  align: {
14399
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
14400
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
14401
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
14402
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
14403
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
14404
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14405
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14399
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
14400
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
14401
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
14402
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
14403
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
14404
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14405
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14406
14406
  }>;
14407
- default: "middle" | "top" | "bottom" | "stretch" | {
14408
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
14409
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
14410
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
14411
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
14412
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14413
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14407
+ default: "top" | "bottom" | "middle" | "stretch" | {
14408
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
14409
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
14410
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
14411
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
14412
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14413
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14414
14414
  };
14415
14415
  };
14416
14416
  justify: {