ll-plus 2.4.19 → 2.5.1

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 (177) hide show
  1. package/es/components/advanced-filtering/index.d.ts +284 -284
  2. package/es/components/advanced-filtering/src/advanced-filtering.vue.d.ts +142 -142
  3. package/es/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +142 -142
  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 +3 -3
  13. package/es/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +3 -3
  14. package/es/components/drawer/src/drawer.vue.d.ts +5 -5
  15. package/es/components/easy-cron/index.d.ts +95 -95
  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 +95 -95
  19. package/es/components/form/index.d.ts +142 -142
  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 +141 -141
  23. package/es/components/input/index.d.ts +33 -33
  24. package/es/components/input/src/input.vue.d.ts +33 -33
  25. package/es/components/key-value/index.d.ts +678 -678
  26. package/es/components/key-value/src/components/key-value-item.vue.d.ts +226 -226
  27. package/es/components/key-value/src/key-value.vue.d.ts +678 -678
  28. package/es/components/modal/index.d.ts +1 -1
  29. package/es/components/modal/src/modal.vue.d.ts +1 -1
  30. package/es/components/new-drawer/index.d.ts +7 -11
  31. package/es/components/new-drawer/src/drawer.d.ts +0 -1
  32. package/es/components/new-drawer/src/drawer.vue.d.ts +7 -11
  33. package/es/components/new-modal/index.d.ts +2 -2
  34. package/es/components/new-modal/src/modal.vue.d.ts +2 -2
  35. package/es/components/rich-text-editor/index.d.ts +1 -1
  36. package/es/components/rich-text-editor/src/rich-text-editor.vue.d.ts +1 -1
  37. package/es/components/select/index.d.ts +4 -4
  38. package/es/components/select/src/select.vue.d.ts +4 -4
  39. package/es/components/select-group/index.d.ts +1 -1
  40. package/es/components/select-group/src/select-group.d.ts +1 -1
  41. package/es/components/select-group/src/select-group.vue.d.ts +1 -1
  42. package/es/components/table/index.d.ts +6 -6
  43. package/es/components/table/src/components/main-table.vue.d.ts +2 -2
  44. package/es/components/table/src/config/table.d.ts +2 -2
  45. package/es/components/table/src/table.vue.d.ts +6 -6
  46. package/es/components/textarea/index.d.ts +5 -5
  47. package/es/components/textarea/src/textarea.vue.d.ts +5 -5
  48. package/es/components/tooltip/index.d.ts +4 -4
  49. package/es/components/tooltip/src/tooltip.d.ts +1 -1
  50. package/es/components/tooltip/src/tooltip.vue.d.ts +4 -4
  51. package/es/components/tree-search/index.d.ts +1 -1
  52. package/es/components/tree-search/src/tree-search.vue.d.ts +1 -1
  53. package/es/components/upload-drag/index.d.ts +2 -2
  54. package/es/components/upload-drag/src/upload-drag.vue.d.ts +2 -2
  55. package/es/packages/components/new-drawer/src/drawer.mjs +0 -7
  56. package/es/packages/components/new-drawer/src/drawer.mjs.map +1 -1
  57. package/index.full.js +0 -7
  58. package/index.full.min.js +9 -9
  59. package/index.full.min.js.map +1 -1
  60. package/index.full.min.mjs +1 -1
  61. package/index.full.min.mjs.map +1 -1
  62. package/index.full.mjs +0 -7
  63. package/lib/components/advanced-filtering/index.d.ts +284 -284
  64. package/lib/components/advanced-filtering/src/advanced-filtering.vue.d.ts +142 -142
  65. package/lib/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +142 -142
  66. package/lib/components/breadcrumb-card/index.d.ts +1 -1
  67. package/lib/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +1 -1
  68. package/lib/components/cascader/index.d.ts +8 -8
  69. package/lib/components/cascader/src/cascader.vue.d.ts +8 -8
  70. package/lib/components/checkbox/index.d.ts +217 -217
  71. package/lib/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  72. package/lib/components/checkbox/src/checkbox.d.ts +56 -56
  73. package/lib/components/drawer/index.d.ts +5 -5
  74. package/lib/components/drawer/src/components/second-confirmation/index.d.ts +3 -3
  75. package/lib/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +3 -3
  76. package/lib/components/drawer/src/drawer.vue.d.ts +5 -5
  77. package/lib/components/easy-cron/index.d.ts +95 -95
  78. package/lib/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +88 -88
  79. package/lib/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +88 -88
  80. package/lib/components/easy-cron/src/easy-cron.vue.d.ts +95 -95
  81. package/lib/components/form/index.d.ts +142 -142
  82. package/lib/components/form/src/components/form-component.vue.d.ts +1 -1
  83. package/lib/components/form/src/config/form.d.ts +56 -56
  84. package/lib/components/form/src/form.vue.d.ts +141 -141
  85. package/lib/components/input/index.d.ts +33 -33
  86. package/lib/components/input/src/input.vue.d.ts +33 -33
  87. package/lib/components/key-value/index.d.ts +678 -678
  88. package/lib/components/key-value/src/components/key-value-item.vue.d.ts +226 -226
  89. package/lib/components/key-value/src/key-value.vue.d.ts +678 -678
  90. package/lib/components/modal/index.d.ts +1 -1
  91. package/lib/components/modal/src/modal.vue.d.ts +1 -1
  92. package/lib/components/new-drawer/index.d.ts +7 -11
  93. package/lib/components/new-drawer/src/drawer.d.ts +0 -1
  94. package/lib/components/new-drawer/src/drawer.vue.d.ts +7 -11
  95. package/lib/components/new-modal/index.d.ts +2 -2
  96. package/lib/components/new-modal/src/modal.vue.d.ts +2 -2
  97. package/lib/components/rich-text-editor/index.d.ts +1 -1
  98. package/lib/components/rich-text-editor/src/rich-text-editor.vue.d.ts +1 -1
  99. package/lib/components/select/index.d.ts +4 -4
  100. package/lib/components/select/src/select.vue.d.ts +4 -4
  101. package/lib/components/select-group/index.d.ts +1 -1
  102. package/lib/components/select-group/src/select-group.d.ts +1 -1
  103. package/lib/components/select-group/src/select-group.vue.d.ts +1 -1
  104. package/lib/components/table/index.d.ts +6 -6
  105. package/lib/components/table/src/components/main-table.vue.d.ts +2 -2
  106. package/lib/components/table/src/config/table.d.ts +2 -2
  107. package/lib/components/table/src/table.vue.d.ts +6 -6
  108. package/lib/components/textarea/index.d.ts +5 -5
  109. package/lib/components/textarea/src/textarea.vue.d.ts +5 -5
  110. package/lib/components/tooltip/index.d.ts +4 -4
  111. package/lib/components/tooltip/src/tooltip.d.ts +1 -1
  112. package/lib/components/tooltip/src/tooltip.vue.d.ts +4 -4
  113. package/lib/components/tree-search/index.d.ts +1 -1
  114. package/lib/components/tree-search/src/tree-search.vue.d.ts +1 -1
  115. package/lib/components/upload-drag/index.d.ts +2 -2
  116. package/lib/components/upload-drag/src/upload-drag.vue.d.ts +2 -2
  117. package/lib/packages/components/new-drawer/src/drawer.js +0 -7
  118. package/lib/packages/components/new-drawer/src/drawer.js.map +1 -1
  119. package/package.json +1 -1
  120. package/theme-chalk/css/breadcrumb-card.css +1 -1
  121. package/theme-chalk/css/index.css +2 -2
  122. package/theme-chalk/css/new-drawer.css +1 -1
  123. package/theme-chalk/css/new-modal.css +1 -1
  124. package/types/packages/components/advanced-filtering/index.d.ts +284 -284
  125. package/types/packages/components/advanced-filtering/src/advanced-filtering.vue.d.ts +142 -142
  126. package/types/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +142 -142
  127. package/types/packages/components/breadcrumb-card/index.d.ts +1 -1
  128. package/types/packages/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +1 -1
  129. package/types/packages/components/cascader/index.d.ts +8 -8
  130. package/types/packages/components/cascader/src/cascader.vue.d.ts +8 -8
  131. package/types/packages/components/checkbox/index.d.ts +217 -217
  132. package/types/packages/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  133. package/types/packages/components/checkbox/src/checkbox.d.ts +56 -56
  134. package/types/packages/components/drawer/index.d.ts +5 -5
  135. package/types/packages/components/drawer/src/components/second-confirmation/index.d.ts +3 -3
  136. package/types/packages/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +3 -3
  137. package/types/packages/components/drawer/src/drawer.vue.d.ts +5 -5
  138. package/types/packages/components/easy-cron/index.d.ts +95 -95
  139. package/types/packages/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +88 -88
  140. package/types/packages/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +88 -88
  141. package/types/packages/components/easy-cron/src/easy-cron.vue.d.ts +95 -95
  142. package/types/packages/components/form/index.d.ts +142 -142
  143. package/types/packages/components/form/src/components/form-component.vue.d.ts +1 -1
  144. package/types/packages/components/form/src/config/form.d.ts +56 -56
  145. package/types/packages/components/form/src/form.vue.d.ts +141 -141
  146. package/types/packages/components/input/index.d.ts +33 -33
  147. package/types/packages/components/input/src/input.vue.d.ts +33 -33
  148. package/types/packages/components/key-value/index.d.ts +678 -678
  149. package/types/packages/components/key-value/src/components/key-value-item.vue.d.ts +226 -226
  150. package/types/packages/components/key-value/src/key-value.vue.d.ts +678 -678
  151. package/types/packages/components/modal/index.d.ts +1 -1
  152. package/types/packages/components/modal/src/modal.vue.d.ts +1 -1
  153. package/types/packages/components/new-drawer/index.d.ts +7 -11
  154. package/types/packages/components/new-drawer/src/drawer.d.ts +0 -1
  155. package/types/packages/components/new-drawer/src/drawer.vue.d.ts +7 -11
  156. package/types/packages/components/new-modal/index.d.ts +2 -2
  157. package/types/packages/components/new-modal/src/modal.vue.d.ts +2 -2
  158. package/types/packages/components/rich-text-editor/index.d.ts +1 -1
  159. package/types/packages/components/rich-text-editor/src/rich-text-editor.vue.d.ts +1 -1
  160. package/types/packages/components/select/index.d.ts +4 -4
  161. package/types/packages/components/select/src/select.vue.d.ts +4 -4
  162. package/types/packages/components/select-group/index.d.ts +1 -1
  163. package/types/packages/components/select-group/src/select-group.d.ts +1 -1
  164. package/types/packages/components/select-group/src/select-group.vue.d.ts +1 -1
  165. package/types/packages/components/table/index.d.ts +6 -6
  166. package/types/packages/components/table/src/components/main-table.vue.d.ts +2 -2
  167. package/types/packages/components/table/src/config/table.d.ts +2 -2
  168. package/types/packages/components/table/src/table.vue.d.ts +6 -6
  169. package/types/packages/components/textarea/index.d.ts +5 -5
  170. package/types/packages/components/textarea/src/textarea.vue.d.ts +5 -5
  171. package/types/packages/components/tooltip/index.d.ts +4 -4
  172. package/types/packages/components/tooltip/src/tooltip.d.ts +1 -1
  173. package/types/packages/components/tooltip/src/tooltip.vue.d.ts +4 -4
  174. package/types/packages/components/tree-search/index.d.ts +1 -1
  175. package/types/packages/components/tree-search/src/tree-search.vue.d.ts +1 -1
  176. package/types/packages/components/upload-drag/index.d.ts +2 -2
  177. 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: "close") => void) & ((event: "update:value", value: Record<string, any>) => void) & ((event: "confirm") => void) & ((event: "changeValue", value: Record<string, any>) => void);
2725
+ emits: ((event: "update:value", value: Record<string, any>) => void) & ((event: "close") => 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<"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;
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;
3650
3650
  }>;
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;
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;
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<"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;
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;
3696
3696
  }>;
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;
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;
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<"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;
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;
3742
3742
  }>;
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;
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;
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<"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;
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;
3788
3788
  }>;
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;
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;
3796
3796
  };
3797
3797
  };
3798
3798
  justify: {
@@ -4055,21 +4055,21 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
4055
4055
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
4056
4056
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
4057
4057
  align: {
4058
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
4059
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
4060
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
4061
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
4062
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
4063
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4064
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4058
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
4059
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4060
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4061
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4062
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4063
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4064
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4065
4065
  }>;
4066
- default: "top" | "bottom" | "middle" | "stretch" | {
4067
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
4068
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
4069
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
4070
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
4071
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4072
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4066
+ default: "middle" | "top" | "bottom" | "stretch" | {
4067
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4068
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4069
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4070
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4071
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4072
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4073
4073
  };
4074
4074
  };
4075
4075
  justify: {
@@ -4154,7 +4154,7 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
4154
4154
  } & {}>;
4155
4155
  emits: (event: "changeField", item: any) => void;
4156
4156
  formData: import("ll-plus/es/index").FormData;
4157
- getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
4157
+ getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
4158
4158
  handleChange: (...arg: any[]) => void;
4159
4159
  readonly checkedType: string[];
4160
4160
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
@@ -5078,21 +5078,21 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
5078
5078
  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>;
5079
5079
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
5080
5080
  align: {
5081
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
5082
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
5083
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
5084
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
5085
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
5086
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5087
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5081
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
5082
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
5083
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
5084
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
5085
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
5086
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5087
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5088
5088
  }>;
5089
- default: "top" | "bottom" | "middle" | "stretch" | {
5090
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
5091
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
5092
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
5093
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
5094
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5095
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5089
+ default: "middle" | "top" | "bottom" | "stretch" | {
5090
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
5091
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
5092
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
5093
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
5094
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5095
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5096
5096
  };
5097
5097
  };
5098
5098
  justify: {
@@ -5124,21 +5124,21 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
5124
5124
  };
5125
5125
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
5126
5126
  align: {
5127
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
5128
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
5129
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
5130
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
5131
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
5132
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5133
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5127
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
5128
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
5129
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
5130
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
5131
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
5132
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5133
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5134
5134
  }>;
5135
- default: "top" | "bottom" | "middle" | "stretch" | {
5136
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
5137
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
5138
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
5139
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
5140
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5141
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5135
+ default: "middle" | "top" | "bottom" | "stretch" | {
5136
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
5137
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
5138
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
5139
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
5140
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5141
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5142
5142
  };
5143
5143
  };
5144
5144
  justify: {
@@ -5170,21 +5170,21 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
5170
5170
  };
5171
5171
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
5172
5172
  align: {
5173
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
5174
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
5175
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
5176
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
5177
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
5178
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5179
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5173
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
5174
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
5175
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
5176
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
5177
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
5178
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5179
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5180
5180
  }>;
5181
- default: "top" | "bottom" | "middle" | "stretch" | {
5182
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
5183
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
5184
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
5185
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
5186
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5187
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5181
+ default: "middle" | "top" | "bottom" | "stretch" | {
5182
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
5183
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
5184
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
5185
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
5186
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5187
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5188
5188
  };
5189
5189
  };
5190
5190
  justify: {
@@ -5216,21 +5216,21 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
5216
5216
  };
5217
5217
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
5218
5218
  align: {
5219
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
5220
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
5221
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
5222
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
5223
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
5224
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5225
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5219
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
5220
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
5221
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
5222
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
5223
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
5224
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5225
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5226
5226
  }>;
5227
- default: "top" | "bottom" | "middle" | "stretch" | {
5228
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
5229
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
5230
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
5231
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
5232
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5233
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5227
+ default: "middle" | "top" | "bottom" | "stretch" | {
5228
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
5229
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
5230
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
5231
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
5232
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5233
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5234
5234
  };
5235
5235
  };
5236
5236
  justify: {
@@ -5494,21 +5494,21 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
5494
5494
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
5495
5495
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
5496
5496
  align: {
5497
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
5498
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
5499
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
5500
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
5501
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
5502
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5503
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5497
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
5498
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
5499
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
5500
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
5501
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
5502
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5503
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5504
5504
  }>;
5505
- default: "top" | "bottom" | "middle" | "stretch" | {
5506
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
5507
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
5508
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
5509
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
5510
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5511
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5505
+ default: "middle" | "top" | "bottom" | "stretch" | {
5506
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
5507
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
5508
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
5509
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
5510
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5511
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5512
5512
  };
5513
5513
  };
5514
5514
  justify: {
@@ -11238,7 +11238,7 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
11238
11238
  readonly onConfirm?: (() => any) | undefined;
11239
11239
  readonly onChangeValue?: ((value: Record<string, any>) => any) | undefined;
11240
11240
  } & {}>;
11241
- emits: ((event: "close") => void) & ((event: "update:value", value: Record<string, any>) => void) & ((event: "confirm") => void) & ((event: "changeValue", value: Record<string, any>) => void);
11241
+ emits: ((event: "update:value", value: Record<string, any>) => void) & ((event: "close") => void) & ((event: "confirm") => void) & ((event: "changeValue", value: Record<string, any>) => void);
11242
11242
  bem: {
11243
11243
  b: (blockSuffix?: string) => string;
11244
11244
  e: (element?: string) => string;
@@ -12156,21 +12156,21 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
12156
12156
  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>;
12157
12157
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
12158
12158
  align: {
12159
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
12160
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
12161
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
12162
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
12163
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
12164
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12165
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12159
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
12160
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12161
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12162
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12163
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12164
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12165
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12166
12166
  }>;
12167
- default: "top" | "bottom" | "middle" | "stretch" | {
12168
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
12169
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
12170
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
12171
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
12172
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12173
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12167
+ default: "middle" | "top" | "bottom" | "stretch" | {
12168
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12169
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12170
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12171
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12172
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12173
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12174
12174
  };
12175
12175
  };
12176
12176
  justify: {
@@ -12202,21 +12202,21 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
12202
12202
  };
12203
12203
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
12204
12204
  align: {
12205
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
12206
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
12207
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
12208
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
12209
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
12210
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12211
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12205
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
12206
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12207
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12208
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12209
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12210
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12211
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12212
12212
  }>;
12213
- default: "top" | "bottom" | "middle" | "stretch" | {
12214
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
12215
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
12216
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
12217
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
12218
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12219
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12213
+ default: "middle" | "top" | "bottom" | "stretch" | {
12214
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12215
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12216
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12217
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12218
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12219
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12220
12220
  };
12221
12221
  };
12222
12222
  justify: {
@@ -12248,21 +12248,21 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
12248
12248
  };
12249
12249
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
12250
12250
  align: {
12251
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
12252
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
12253
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
12254
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
12255
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
12256
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12257
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12251
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
12252
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12253
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12254
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12255
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12256
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12257
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12258
12258
  }>;
12259
- default: "top" | "bottom" | "middle" | "stretch" | {
12260
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
12261
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
12262
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
12263
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
12264
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12265
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12259
+ default: "middle" | "top" | "bottom" | "stretch" | {
12260
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12261
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12262
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12263
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12264
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12265
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12266
12266
  };
12267
12267
  };
12268
12268
  justify: {
@@ -12294,21 +12294,21 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
12294
12294
  };
12295
12295
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
12296
12296
  align: {
12297
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
12298
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
12299
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
12300
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
12301
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
12302
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12303
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12297
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
12298
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12299
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12300
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12301
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12302
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12303
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12304
12304
  }>;
12305
- default: "top" | "bottom" | "middle" | "stretch" | {
12306
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
12307
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
12308
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
12309
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
12310
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12311
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12305
+ default: "middle" | "top" | "bottom" | "stretch" | {
12306
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12307
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12308
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12309
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12310
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12311
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12312
12312
  };
12313
12313
  };
12314
12314
  justify: {
@@ -12571,21 +12571,21 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
12571
12571
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
12572
12572
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
12573
12573
  align: {
12574
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
12575
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
12576
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
12577
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
12578
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
12579
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12580
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12574
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
12575
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12576
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12577
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12578
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12579
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12580
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12581
12581
  }>;
12582
- default: "top" | "bottom" | "middle" | "stretch" | {
12583
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
12584
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
12585
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
12586
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
12587
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12588
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12582
+ default: "middle" | "top" | "bottom" | "stretch" | {
12583
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12584
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12585
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12586
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12587
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12588
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12589
12589
  };
12590
12590
  };
12591
12591
  justify: {
@@ -12670,7 +12670,7 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
12670
12670
  } & {}>;
12671
12671
  emits: (event: "changeField", item: any) => void;
12672
12672
  formData: import("ll-plus/es/index").FormData;
12673
- getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
12673
+ getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
12674
12674
  handleChange: (...arg: any[]) => void;
12675
12675
  readonly checkedType: string[];
12676
12676
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
@@ -13594,21 +13594,21 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
13594
13594
  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>;
13595
13595
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
13596
13596
  align: {
13597
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
13598
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
13599
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
13600
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
13601
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
13602
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13603
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13597
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
13598
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13599
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13600
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13601
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13602
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13603
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13604
13604
  }>;
13605
- default: "top" | "bottom" | "middle" | "stretch" | {
13606
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
13607
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
13608
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
13609
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
13610
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13611
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13605
+ default: "middle" | "top" | "bottom" | "stretch" | {
13606
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13607
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13608
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13609
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13610
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13611
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13612
13612
  };
13613
13613
  };
13614
13614
  justify: {
@@ -13640,21 +13640,21 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
13640
13640
  };
13641
13641
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
13642
13642
  align: {
13643
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
13644
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
13645
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
13646
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
13647
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
13648
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13649
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13643
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
13644
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13645
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13646
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13647
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13648
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13649
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13650
13650
  }>;
13651
- default: "top" | "bottom" | "middle" | "stretch" | {
13652
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
13653
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
13654
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
13655
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
13656
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13657
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13651
+ default: "middle" | "top" | "bottom" | "stretch" | {
13652
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13653
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13654
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13655
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13656
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13657
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13658
13658
  };
13659
13659
  };
13660
13660
  justify: {
@@ -13686,21 +13686,21 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
13686
13686
  };
13687
13687
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
13688
13688
  align: {
13689
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
13690
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
13691
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
13692
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
13693
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
13694
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13695
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13689
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
13690
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13691
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13692
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13693
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13694
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13695
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13696
13696
  }>;
13697
- default: "top" | "bottom" | "middle" | "stretch" | {
13698
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
13699
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
13700
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
13701
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
13702
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13703
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13697
+ default: "middle" | "top" | "bottom" | "stretch" | {
13698
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13699
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13700
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13701
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13702
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13703
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13704
13704
  };
13705
13705
  };
13706
13706
  justify: {
@@ -13732,21 +13732,21 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
13732
13732
  };
13733
13733
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
13734
13734
  align: {
13735
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
13736
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
13737
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
13738
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
13739
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
13740
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13741
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13735
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
13736
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13737
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13738
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13739
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13740
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13741
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13742
13742
  }>;
13743
- default: "top" | "bottom" | "middle" | "stretch" | {
13744
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
13745
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
13746
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
13747
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
13748
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13749
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13743
+ default: "middle" | "top" | "bottom" | "stretch" | {
13744
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13745
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13746
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13747
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13748
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13749
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13750
13750
  };
13751
13751
  };
13752
13752
  justify: {
@@ -14010,21 +14010,21 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
14010
14010
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
14011
14011
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
14012
14012
  align: {
14013
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
14014
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
14015
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
14016
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
14017
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
14018
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14019
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14013
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
14014
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
14015
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
14016
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
14017
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
14018
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14019
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14020
14020
  }>;
14021
- default: "top" | "bottom" | "middle" | "stretch" | {
14022
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
14023
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
14024
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
14025
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
14026
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14027
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14021
+ default: "middle" | "top" | "bottom" | "stretch" | {
14022
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
14023
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
14024
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
14025
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
14026
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14027
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14028
14028
  };
14029
14029
  };
14030
14030
  justify: {