ll-plus 2.5.1 → 2.5.2

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 (217) hide show
  1. package/es/components/advanced-filtering/index.d.ts +302 -302
  2. package/es/components/advanced-filtering/src/advanced-filtering.vue.d.ts +153 -153
  3. package/es/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +145 -145
  4. package/es/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +4 -4
  5. package/es/components/api-component/index.d.ts +32 -32
  6. package/es/components/api-component/src/api-component.vue.d.ts +32 -32
  7. package/es/components/api-component/src/components/api-modal.vue.d.ts +6 -6
  8. package/es/components/api-component/src/components/body-component.vue.d.ts +14 -14
  9. package/es/components/api-component/src/components/click-input.vue.d.ts +10 -10
  10. package/es/components/api-component/src/components/params-table-row.vue.d.ts +12 -12
  11. package/es/components/api-component/src/components/params-table.vue.d.ts +14 -14
  12. package/es/components/api-component/src/config/api-modal.d.ts +1 -1
  13. package/es/components/api-component/src/config/click-input.d.ts +1 -1
  14. package/es/components/breadcrumb-card/index.d.ts +5 -5
  15. package/es/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +5 -5
  16. package/es/components/checkbox/index.d.ts +217 -217
  17. package/es/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  18. package/es/components/checkbox/src/checkbox.d.ts +56 -56
  19. package/es/components/code-editor/index.d.ts +2 -2
  20. package/es/components/code-editor/src/code-editor.vue.d.ts +2 -2
  21. package/es/components/cropper/index.d.ts +4 -4
  22. package/es/components/cropper/src/cropper-image.vue.d.ts +2 -2
  23. package/es/components/cropper/src/cropper-modal.vue.d.ts +2 -2
  24. package/es/components/drawer/index.d.ts +11 -11
  25. package/es/components/drawer/src/components/second-confirmation/index.d.ts +9 -9
  26. package/es/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +9 -9
  27. package/es/components/drawer/src/drawer.vue.d.ts +11 -11
  28. package/es/components/easy-cron/index.d.ts +82 -82
  29. package/es/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +77 -77
  30. package/es/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +77 -77
  31. package/es/components/easy-cron/src/easy-cron.vue.d.ts +82 -82
  32. package/es/components/empty/index.d.ts +2 -2
  33. package/es/components/empty/src/empty.vue.d.ts +2 -2
  34. package/es/components/form/index.d.ts +142 -142
  35. package/es/components/form/src/config/form.d.ts +56 -56
  36. package/es/components/form/src/form.vue.d.ts +142 -142
  37. package/es/components/input/index.d.ts +31 -31
  38. package/es/components/input/src/input.vue.d.ts +31 -31
  39. package/es/components/key-value/index.d.ts +684 -684
  40. package/es/components/key-value/src/components/key-value-item.vue.d.ts +228 -228
  41. package/es/components/key-value/src/key-value.vue.d.ts +684 -684
  42. package/es/components/modal/index.d.ts +4 -4
  43. package/es/components/modal/src/modal.vue.d.ts +4 -4
  44. package/es/components/new-drawer/index.d.ts +13 -13
  45. package/es/components/new-drawer/src/drawer.vue.d.ts +13 -13
  46. package/es/components/new-modal/index.d.ts +5 -5
  47. package/es/components/new-modal/src/modal.vue.d.ts +5 -5
  48. package/es/components/rich-text-editor/index.d.ts +1 -1
  49. package/es/components/rich-text-editor/src/rich-text-editor.vue.d.ts +1 -1
  50. package/es/components/select/index.d.ts +11 -11
  51. package/es/components/select/src/select.vue.d.ts +11 -11
  52. package/es/components/select-group/index.d.ts +2 -2
  53. package/es/components/select-group/src/select-group.vue.d.ts +2 -2
  54. package/es/components/table/index.d.ts +6 -6
  55. package/es/components/table/src/components/main-table.vue.d.ts +2 -2
  56. package/es/components/table/src/config/table.d.ts +2 -2
  57. package/es/components/table/src/table.vue.d.ts +6 -6
  58. package/es/components/textarea/index.d.ts +5 -5
  59. package/es/components/textarea/src/textarea.vue.d.ts +5 -5
  60. package/es/components/tooltip/index.d.ts +4 -4
  61. package/es/components/tooltip/src/tooltip.d.ts +1 -1
  62. package/es/components/tooltip/src/tooltip.vue.d.ts +4 -4
  63. package/es/components/tree-search/index.d.ts +15 -15
  64. package/es/components/tree-search/src/config/tree-search.d.ts +4 -4
  65. package/es/components/tree-search/src/tree-search.vue.d.ts +15 -15
  66. package/es/components/upload-drag/index.d.ts +4 -4
  67. package/es/components/upload-drag/src/upload-drag.vue.d.ts +4 -4
  68. package/es/index.d.ts +1 -0
  69. package/es/index.mjs +12 -0
  70. package/es/index.mjs.map +1 -1
  71. package/es/packages/components/new-drawer/src/drawer.vue2.mjs.map +1 -1
  72. package/index.full.js +208 -31
  73. package/index.full.min.js +20 -20
  74. package/index.full.min.js.map +1 -1
  75. package/index.full.min.mjs +20 -20
  76. package/index.full.min.mjs.map +1 -1
  77. package/index.full.mjs +171 -32
  78. package/lib/components/advanced-filtering/index.d.ts +302 -302
  79. package/lib/components/advanced-filtering/src/advanced-filtering.vue.d.ts +153 -153
  80. package/lib/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +145 -145
  81. package/lib/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +4 -4
  82. package/lib/components/api-component/index.d.ts +32 -32
  83. package/lib/components/api-component/src/api-component.vue.d.ts +32 -32
  84. package/lib/components/api-component/src/components/api-modal.vue.d.ts +6 -6
  85. package/lib/components/api-component/src/components/body-component.vue.d.ts +14 -14
  86. package/lib/components/api-component/src/components/click-input.vue.d.ts +10 -10
  87. package/lib/components/api-component/src/components/params-table-row.vue.d.ts +12 -12
  88. package/lib/components/api-component/src/components/params-table.vue.d.ts +14 -14
  89. package/lib/components/api-component/src/config/api-modal.d.ts +1 -1
  90. package/lib/components/api-component/src/config/click-input.d.ts +1 -1
  91. package/lib/components/breadcrumb-card/index.d.ts +5 -5
  92. package/lib/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +5 -5
  93. package/lib/components/checkbox/index.d.ts +217 -217
  94. package/lib/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  95. package/lib/components/checkbox/src/checkbox.d.ts +56 -56
  96. package/lib/components/code-editor/index.d.ts +2 -2
  97. package/lib/components/code-editor/src/code-editor.vue.d.ts +2 -2
  98. package/lib/components/cropper/index.d.ts +4 -4
  99. package/lib/components/cropper/src/cropper-image.vue.d.ts +2 -2
  100. package/lib/components/cropper/src/cropper-modal.vue.d.ts +2 -2
  101. package/lib/components/drawer/index.d.ts +11 -11
  102. package/lib/components/drawer/src/components/second-confirmation/index.d.ts +9 -9
  103. package/lib/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +9 -9
  104. package/lib/components/drawer/src/drawer.vue.d.ts +11 -11
  105. package/lib/components/easy-cron/index.d.ts +82 -82
  106. package/lib/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +77 -77
  107. package/lib/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +77 -77
  108. package/lib/components/easy-cron/src/easy-cron.vue.d.ts +82 -82
  109. package/lib/components/empty/index.d.ts +2 -2
  110. package/lib/components/empty/src/empty.vue.d.ts +2 -2
  111. package/lib/components/form/index.d.ts +142 -142
  112. package/lib/components/form/src/config/form.d.ts +56 -56
  113. package/lib/components/form/src/form.vue.d.ts +142 -142
  114. package/lib/components/input/index.d.ts +31 -31
  115. package/lib/components/input/src/input.vue.d.ts +31 -31
  116. package/lib/components/key-value/index.d.ts +684 -684
  117. package/lib/components/key-value/src/components/key-value-item.vue.d.ts +228 -228
  118. package/lib/components/key-value/src/key-value.vue.d.ts +684 -684
  119. package/lib/components/modal/index.d.ts +4 -4
  120. package/lib/components/modal/src/modal.vue.d.ts +4 -4
  121. package/lib/components/new-drawer/index.d.ts +13 -13
  122. package/lib/components/new-drawer/src/drawer.vue.d.ts +13 -13
  123. package/lib/components/new-modal/index.d.ts +5 -5
  124. package/lib/components/new-modal/src/modal.vue.d.ts +5 -5
  125. package/lib/components/rich-text-editor/index.d.ts +1 -1
  126. package/lib/components/rich-text-editor/src/rich-text-editor.vue.d.ts +1 -1
  127. package/lib/components/select/index.d.ts +11 -11
  128. package/lib/components/select/src/select.vue.d.ts +11 -11
  129. package/lib/components/select-group/index.d.ts +2 -2
  130. package/lib/components/select-group/src/select-group.vue.d.ts +2 -2
  131. package/lib/components/table/index.d.ts +6 -6
  132. package/lib/components/table/src/components/main-table.vue.d.ts +2 -2
  133. package/lib/components/table/src/config/table.d.ts +2 -2
  134. package/lib/components/table/src/table.vue.d.ts +6 -6
  135. package/lib/components/textarea/index.d.ts +5 -5
  136. package/lib/components/textarea/src/textarea.vue.d.ts +5 -5
  137. package/lib/components/tooltip/index.d.ts +4 -4
  138. package/lib/components/tooltip/src/tooltip.d.ts +1 -1
  139. package/lib/components/tooltip/src/tooltip.vue.d.ts +4 -4
  140. package/lib/components/tree-search/index.d.ts +15 -15
  141. package/lib/components/tree-search/src/config/tree-search.d.ts +4 -4
  142. package/lib/components/tree-search/src/tree-search.vue.d.ts +15 -15
  143. package/lib/components/upload-drag/index.d.ts +4 -4
  144. package/lib/components/upload-drag/src/upload-drag.vue.d.ts +4 -4
  145. package/lib/index.d.ts +1 -0
  146. package/lib/index.js +72 -0
  147. package/lib/index.js.map +1 -1
  148. package/lib/packages/components/new-drawer/src/drawer.vue2.js.map +1 -1
  149. package/package.json +1 -1
  150. package/types/packages/components/advanced-filtering/index.d.ts +302 -302
  151. package/types/packages/components/advanced-filtering/src/advanced-filtering.vue.d.ts +153 -153
  152. package/types/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +145 -145
  153. package/types/packages/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +4 -4
  154. package/types/packages/components/api-component/index.d.ts +32 -32
  155. package/types/packages/components/api-component/src/api-component.vue.d.ts +32 -32
  156. package/types/packages/components/api-component/src/components/api-modal.vue.d.ts +6 -6
  157. package/types/packages/components/api-component/src/components/body-component.vue.d.ts +14 -14
  158. package/types/packages/components/api-component/src/components/click-input.vue.d.ts +10 -10
  159. package/types/packages/components/api-component/src/components/params-table-row.vue.d.ts +12 -12
  160. package/types/packages/components/api-component/src/components/params-table.vue.d.ts +14 -14
  161. package/types/packages/components/api-component/src/config/api-modal.d.ts +1 -1
  162. package/types/packages/components/api-component/src/config/click-input.d.ts +1 -1
  163. package/types/packages/components/breadcrumb-card/index.d.ts +5 -5
  164. package/types/packages/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +5 -5
  165. package/types/packages/components/checkbox/index.d.ts +217 -217
  166. package/types/packages/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  167. package/types/packages/components/checkbox/src/checkbox.d.ts +56 -56
  168. package/types/packages/components/code-editor/index.d.ts +2 -2
  169. package/types/packages/components/code-editor/src/code-editor.vue.d.ts +2 -2
  170. package/types/packages/components/cropper/index.d.ts +4 -4
  171. package/types/packages/components/cropper/src/cropper-image.vue.d.ts +2 -2
  172. package/types/packages/components/cropper/src/cropper-modal.vue.d.ts +2 -2
  173. package/types/packages/components/drawer/index.d.ts +11 -11
  174. package/types/packages/components/drawer/src/components/second-confirmation/index.d.ts +9 -9
  175. package/types/packages/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +9 -9
  176. package/types/packages/components/drawer/src/drawer.vue.d.ts +11 -11
  177. package/types/packages/components/easy-cron/index.d.ts +82 -82
  178. package/types/packages/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +77 -77
  179. package/types/packages/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +77 -77
  180. package/types/packages/components/easy-cron/src/easy-cron.vue.d.ts +82 -82
  181. package/types/packages/components/empty/index.d.ts +2 -2
  182. package/types/packages/components/empty/src/empty.vue.d.ts +2 -2
  183. package/types/packages/components/form/index.d.ts +142 -142
  184. package/types/packages/components/form/src/config/form.d.ts +56 -56
  185. package/types/packages/components/form/src/form.vue.d.ts +142 -142
  186. package/types/packages/components/input/index.d.ts +31 -31
  187. package/types/packages/components/input/src/input.vue.d.ts +31 -31
  188. package/types/packages/components/key-value/index.d.ts +684 -684
  189. package/types/packages/components/key-value/src/components/key-value-item.vue.d.ts +228 -228
  190. package/types/packages/components/key-value/src/key-value.vue.d.ts +684 -684
  191. package/types/packages/components/modal/index.d.ts +4 -4
  192. package/types/packages/components/modal/src/modal.vue.d.ts +4 -4
  193. package/types/packages/components/new-drawer/index.d.ts +13 -13
  194. package/types/packages/components/new-drawer/src/drawer.vue.d.ts +13 -13
  195. package/types/packages/components/new-modal/index.d.ts +5 -5
  196. package/types/packages/components/new-modal/src/modal.vue.d.ts +5 -5
  197. package/types/packages/components/rich-text-editor/index.d.ts +1 -1
  198. package/types/packages/components/rich-text-editor/src/rich-text-editor.vue.d.ts +1 -1
  199. package/types/packages/components/select/index.d.ts +11 -11
  200. package/types/packages/components/select/src/select.vue.d.ts +11 -11
  201. package/types/packages/components/select-group/index.d.ts +2 -2
  202. package/types/packages/components/select-group/src/select-group.vue.d.ts +2 -2
  203. package/types/packages/components/table/index.d.ts +6 -6
  204. package/types/packages/components/table/src/components/main-table.vue.d.ts +2 -2
  205. package/types/packages/components/table/src/config/table.d.ts +2 -2
  206. package/types/packages/components/table/src/table.vue.d.ts +6 -6
  207. package/types/packages/components/textarea/index.d.ts +5 -5
  208. package/types/packages/components/textarea/src/textarea.vue.d.ts +5 -5
  209. package/types/packages/components/tooltip/index.d.ts +4 -4
  210. package/types/packages/components/tooltip/src/tooltip.d.ts +1 -1
  211. package/types/packages/components/tooltip/src/tooltip.vue.d.ts +4 -4
  212. package/types/packages/components/tree-search/index.d.ts +15 -15
  213. package/types/packages/components/tree-search/src/config/tree-search.d.ts +4 -4
  214. package/types/packages/components/tree-search/src/tree-search.vue.d.ts +15 -15
  215. package/types/packages/components/upload-drag/index.d.ts +4 -4
  216. package/types/packages/components/upload-drag/src/upload-drag.vue.d.ts +4 -4
  217. package/types/packages/index.d.ts +1 -0
@@ -904,8 +904,9 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
904
904
  }, boolean>;
905
905
  }, {
906
906
  props: import("@vue/shared").LooseRequired<{
907
- readonly filterColumns: import("./src/advanced-filtering").FilterColumn[];
908
907
  readonly value: Record<string, any>;
908
+ readonly overlayStyle: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined))[], unknown, unknown>;
909
+ readonly filterColumns: import("./src/advanced-filtering").FilterColumn[];
909
910
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
910
911
  layout: import("vue-types").VueTypeDef<string>;
911
912
  labelCol: {
@@ -1130,7 +1131,6 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
1130
1131
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
1131
1132
  };
1132
1133
  }>>;
1133
- readonly overlayStyle: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined))[], unknown, unknown>;
1134
1134
  readonly onChange?: ((value: Record<string, any>) => any) | undefined;
1135
1135
  readonly "onUpdate:value"?: ((value: Record<string, any>) => any) | undefined;
1136
1136
  } & {}>;
@@ -2490,8 +2490,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
2490
2490
  readonly showFooter: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
2491
2491
  }, {
2492
2492
  props: import("@vue/shared").LooseRequired<{
2493
- readonly filterColumns: import("./src/advanced-filtering").FilterColumn[];
2494
2493
  readonly value: Record<string, any>;
2494
+ readonly filterColumns: import("./src/advanced-filtering").FilterColumn[];
2495
2495
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
2496
2496
  layout: import("vue-types").VueTypeDef<string>;
2497
2497
  labelCol: {
@@ -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: "update:value", value: Record<string, any>) => void) & ((event: "confirm") => void) & ((event: "close") => 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<"middle" | "bottom" | "top" | "stretch" | {
3644
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
3645
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
3646
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
3647
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
3648
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
3649
+ xxl?: "middle" | "bottom" | "top" | "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: "middle" | "bottom" | "top" | "stretch" | {
3652
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
3653
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
3654
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
3655
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
3656
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
3657
+ xxl?: "middle" | "bottom" | "top" | "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<"middle" | "bottom" | "top" | "stretch" | {
3690
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
3691
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
3692
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
3693
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
3694
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
3695
+ xxl?: "middle" | "bottom" | "top" | "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: "middle" | "bottom" | "top" | "stretch" | {
3698
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
3699
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
3700
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
3701
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
3702
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
3703
+ xxl?: "middle" | "bottom" | "top" | "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<"middle" | "bottom" | "top" | "stretch" | {
3736
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
3737
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
3738
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
3739
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
3740
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
3741
+ xxl?: "middle" | "bottom" | "top" | "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: "middle" | "bottom" | "top" | "stretch" | {
3744
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
3745
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
3746
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
3747
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
3748
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
3749
+ xxl?: "middle" | "bottom" | "top" | "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<"middle" | "bottom" | "top" | "stretch" | {
3782
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
3783
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
3784
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
3785
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
3786
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
3787
+ xxl?: "middle" | "bottom" | "top" | "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: "middle" | "bottom" | "top" | "stretch" | {
3790
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
3791
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
3792
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
3793
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
3794
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
3795
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
3796
3796
  };
3797
3797
  };
3798
3798
  justify: {
@@ -3828,6 +3828,7 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
3828
3828
  readonly loading: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
3829
3829
  }, {
3830
3830
  props: import("@vue/shared").LooseRequired<{
3831
+ readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
3831
3832
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
3832
3833
  layout: import("vue-types").VueTypeDef<string>;
3833
3834
  labelCol: {
@@ -4052,24 +4053,23 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
4052
4053
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
4053
4054
  };
4054
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<"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;
4058
+ type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
4059
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
4060
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
4061
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
4062
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
4063
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
4064
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
4065
4065
  }>;
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;
4066
+ default: "middle" | "bottom" | "top" | "stretch" | {
4067
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
4068
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
4069
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
4070
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
4071
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
4072
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
4073
4073
  };
4074
4074
  };
4075
4075
  justify: {
@@ -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<"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;
5081
+ type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
5082
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
5083
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
5084
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
5085
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
5086
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
5087
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
5088
5088
  }>;
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;
5089
+ default: "middle" | "bottom" | "top" | "stretch" | {
5090
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
5091
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
5092
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
5093
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
5094
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
5095
+ xxl?: "middle" | "bottom" | "top" | "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<"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;
5127
+ type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
5128
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
5129
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
5130
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
5131
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
5132
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
5133
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
5134
5134
  }>;
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;
5135
+ default: "middle" | "bottom" | "top" | "stretch" | {
5136
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
5137
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
5138
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
5139
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
5140
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
5141
+ xxl?: "middle" | "bottom" | "top" | "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<"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;
5173
+ type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
5174
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
5175
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
5176
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
5177
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
5178
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
5179
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
5180
5180
  }>;
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;
5181
+ default: "middle" | "bottom" | "top" | "stretch" | {
5182
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
5183
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
5184
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
5185
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
5186
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
5187
+ xxl?: "middle" | "bottom" | "top" | "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<"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;
5219
+ type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
5220
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
5221
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
5222
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
5223
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
5224
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
5225
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
5226
5226
  }>;
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;
5227
+ default: "middle" | "bottom" | "top" | "stretch" | {
5228
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
5229
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
5230
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
5231
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
5232
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
5233
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
5234
5234
  };
5235
5235
  };
5236
5236
  justify: {
@@ -5267,6 +5267,7 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
5267
5267
  }>> & {
5268
5268
  onChange?: ((params: import("ll-plus/es/index").FormChangeEvent) => any) | undefined;
5269
5269
  }, {
5270
+ readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
5270
5271
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
5271
5272
  layout: import("vue-types").VueTypeDef<string>;
5272
5273
  labelCol: {
@@ -5491,24 +5492,23 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
5491
5492
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
5492
5493
  };
5493
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<"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;
5497
+ type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
5498
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
5499
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
5500
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
5501
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
5502
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
5503
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
5504
5504
  }>;
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;
5505
+ default: "middle" | "bottom" | "top" | "stretch" | {
5506
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
5507
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
5508
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
5509
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
5510
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
5511
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
5512
5512
  };
5513
5513
  };
5514
5514
  justify: {
@@ -6452,8 +6452,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
6452
6452
  onConfirm?: (() => any) | undefined;
6453
6453
  onChangeValue?: ((value: Record<string, any>) => any) | undefined;
6454
6454
  }, {
6455
- readonly filterColumns: import("./src/advanced-filtering").FilterColumn[];
6456
6455
  readonly value: Record<string, any>;
6456
+ readonly filterColumns: import("./src/advanced-filtering").FilterColumn[];
6457
6457
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
6458
6458
  layout: import("vue-types").VueTypeDef<string>;
6459
6459
  labelCol: {
@@ -7583,8 +7583,9 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
7583
7583
  }, boolean>;
7584
7584
  }, {
7585
7585
  props: import("@vue/shared").LooseRequired<{
7586
- readonly filterColumns: import("./src/advanced-filtering").FilterColumn[];
7587
7586
  readonly value: Record<string, any>;
7587
+ readonly overlayStyle: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined))[], unknown, unknown>;
7588
+ readonly filterColumns: import("./src/advanced-filtering").FilterColumn[];
7588
7589
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
7589
7590
  layout: import("vue-types").VueTypeDef<string>;
7590
7591
  labelCol: {
@@ -7809,7 +7810,6 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
7809
7810
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
7810
7811
  };
7811
7812
  }>>;
7812
- readonly overlayStyle: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined))[], unknown, unknown>;
7813
7813
  readonly onChange?: ((value: Record<string, any>) => any) | undefined;
7814
7814
  readonly "onUpdate:value"?: ((value: Record<string, any>) => any) | undefined;
7815
7815
  } & {}>;
@@ -8741,8 +8741,9 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
8741
8741
  onChange?: ((value: Record<string, any>) => any) | undefined;
8742
8742
  "onUpdate:value"?: ((value: Record<string, any>) => any) | undefined;
8743
8743
  }, {
8744
- readonly filterColumns: import("./src/advanced-filtering").FilterColumn[];
8745
8744
  readonly value: Record<string, any>;
8745
+ readonly overlayStyle: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined))[], unknown, unknown>;
8746
+ readonly filterColumns: import("./src/advanced-filtering").FilterColumn[];
8746
8747
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
8747
8748
  layout: import("vue-types").VueTypeDef<string>;
8748
8749
  labelCol: {
@@ -8967,7 +8968,6 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
8967
8968
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
8968
8969
  };
8969
8970
  }>>;
8970
- readonly overlayStyle: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined))[], unknown, unknown>;
8971
8971
  }, {}>;
8972
8972
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
8973
8973
  change: (value: Record<string, any>) => boolean;
@@ -9877,8 +9877,9 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
9877
9877
  onChange?: ((value: Record<string, any>) => any) | undefined;
9878
9878
  "onUpdate:value"?: ((value: Record<string, any>) => any) | undefined;
9879
9879
  }, {
9880
- readonly filterColumns: import("./src/advanced-filtering").FilterColumn[];
9881
9880
  readonly value: Record<string, any>;
9881
+ readonly overlayStyle: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined))[], unknown, unknown>;
9882
+ readonly filterColumns: import("./src/advanced-filtering").FilterColumn[];
9882
9883
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
9883
9884
  layout: import("vue-types").VueTypeDef<string>;
9884
9885
  labelCol: {
@@ -10103,7 +10104,6 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
10103
10104
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
10104
10105
  };
10105
10106
  }>>;
10106
- readonly overlayStyle: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined))[], unknown, unknown>;
10107
10107
  }, {}>>;
10108
10108
  export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWithInstall<import("vue").DefineComponent<{
10109
10109
  readonly filterColumns: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./src/advanced-filtering").FilterColumn[]) | (() => import("./src/advanced-filtering").FilterColumn[]) | ((new (...args: any[]) => import("./src/advanced-filtering").FilterColumn[]) | (() => import("./src/advanced-filtering").FilterColumn[]))[], unknown, unknown, () => never[], boolean>;
@@ -11006,8 +11006,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
11006
11006
  readonly showFooter: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
11007
11007
  }, {
11008
11008
  props: import("@vue/shared").LooseRequired<{
11009
- readonly filterColumns: import("./src/advanced-filtering").FilterColumn[];
11010
11009
  readonly value: Record<string, any>;
11010
+ readonly filterColumns: import("./src/advanced-filtering").FilterColumn[];
11011
11011
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
11012
11012
  layout: import("vue-types").VueTypeDef<string>;
11013
11013
  labelCol: {
@@ -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: "update:value", value: Record<string, any>) => void) & ((event: "close") => void) & ((event: "confirm") => void) & ((event: "changeValue", value: Record<string, any>) => void);
11241
+ emits: ((event: "update:value", value: Record<string, any>) => void) & ((event: "confirm") => void) & ((event: "close") => 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<"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;
12159
+ type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
12160
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
12161
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
12162
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
12163
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
12164
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12165
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12166
12166
  }>;
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;
12167
+ default: "middle" | "bottom" | "top" | "stretch" | {
12168
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
12169
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
12170
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
12171
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
12172
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12173
+ xxl?: "middle" | "bottom" | "top" | "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<"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;
12205
+ type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
12206
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
12207
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
12208
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
12209
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
12210
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12211
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12212
12212
  }>;
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;
12213
+ default: "middle" | "bottom" | "top" | "stretch" | {
12214
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
12215
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
12216
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
12217
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
12218
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12219
+ xxl?: "middle" | "bottom" | "top" | "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<"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;
12251
+ type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
12252
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
12253
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
12254
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
12255
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
12256
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12257
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12258
12258
  }>;
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;
12259
+ default: "middle" | "bottom" | "top" | "stretch" | {
12260
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
12261
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
12262
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
12263
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
12264
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12265
+ xxl?: "middle" | "bottom" | "top" | "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<"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;
12297
+ type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
12298
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
12299
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
12300
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
12301
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
12302
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12303
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12304
12304
  }>;
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;
12305
+ default: "middle" | "bottom" | "top" | "stretch" | {
12306
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
12307
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
12308
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
12309
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
12310
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12311
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12312
12312
  };
12313
12313
  };
12314
12314
  justify: {
@@ -12344,6 +12344,7 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
12344
12344
  readonly loading: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
12345
12345
  }, {
12346
12346
  props: import("@vue/shared").LooseRequired<{
12347
+ readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
12347
12348
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
12348
12349
  layout: import("vue-types").VueTypeDef<string>;
12349
12350
  labelCol: {
@@ -12568,24 +12569,23 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
12568
12569
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
12569
12570
  };
12570
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<"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;
12574
+ type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
12575
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
12576
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
12577
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
12578
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
12579
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12580
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12581
12581
  }>;
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;
12582
+ default: "middle" | "bottom" | "top" | "stretch" | {
12583
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
12584
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
12585
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
12586
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
12587
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12588
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12589
12589
  };
12590
12590
  };
12591
12591
  justify: {
@@ -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<"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;
13597
+ type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
13598
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
13599
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
13600
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
13601
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
13602
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
13603
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
13604
13604
  }>;
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;
13605
+ default: "middle" | "bottom" | "top" | "stretch" | {
13606
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
13607
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
13608
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
13609
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
13610
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
13611
+ xxl?: "middle" | "bottom" | "top" | "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<"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;
13643
+ type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
13644
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
13645
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
13646
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
13647
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
13648
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
13649
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
13650
13650
  }>;
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;
13651
+ default: "middle" | "bottom" | "top" | "stretch" | {
13652
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
13653
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
13654
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
13655
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
13656
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
13657
+ xxl?: "middle" | "bottom" | "top" | "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<"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;
13689
+ type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
13690
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
13691
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
13692
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
13693
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
13694
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
13695
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
13696
13696
  }>;
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;
13697
+ default: "middle" | "bottom" | "top" | "stretch" | {
13698
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
13699
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
13700
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
13701
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
13702
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
13703
+ xxl?: "middle" | "bottom" | "top" | "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<"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;
13735
+ type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
13736
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
13737
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
13738
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
13739
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
13740
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
13741
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
13742
13742
  }>;
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;
13743
+ default: "middle" | "bottom" | "top" | "stretch" | {
13744
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
13745
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
13746
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
13747
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
13748
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
13749
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
13750
13750
  };
13751
13751
  };
13752
13752
  justify: {
@@ -13783,6 +13783,7 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
13783
13783
  }>> & {
13784
13784
  onChange?: ((params: import("ll-plus/es/index").FormChangeEvent) => any) | undefined;
13785
13785
  }, {
13786
+ readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
13786
13787
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
13787
13788
  layout: import("vue-types").VueTypeDef<string>;
13788
13789
  labelCol: {
@@ -14007,24 +14008,23 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
14007
14008
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
14008
14009
  };
14009
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<"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;
14013
+ type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
14014
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
14015
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
14016
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
14017
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
14018
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
14019
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
14020
14020
  }>;
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;
14021
+ default: "middle" | "bottom" | "top" | "stretch" | {
14022
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
14023
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
14024
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
14025
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
14026
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
14027
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
14028
14028
  };
14029
14029
  };
14030
14030
  justify: {
@@ -14968,8 +14968,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
14968
14968
  onConfirm?: (() => any) | undefined;
14969
14969
  onChangeValue?: ((value: Record<string, any>) => any) | undefined;
14970
14970
  }, {
14971
- readonly filterColumns: import("./src/advanced-filtering").FilterColumn[];
14972
14971
  readonly value: Record<string, any>;
14972
+ readonly filterColumns: import("./src/advanced-filtering").FilterColumn[];
14973
14973
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
14974
14974
  layout: import("vue-types").VueTypeDef<string>;
14975
14975
  labelCol: {
@@ -16099,8 +16099,9 @@ export declare const LlAdvancedFilteringTags: import("ll-plus/es/utils").SFCWith
16099
16099
  }, boolean>;
16100
16100
  }, {
16101
16101
  props: import("@vue/shared").LooseRequired<{
16102
- readonly filterColumns: import("./src/advanced-filtering").FilterColumn[];
16103
16102
  readonly value: Record<string, any>;
16103
+ readonly overlayStyle: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined))[], unknown, unknown>;
16104
+ readonly filterColumns: import("./src/advanced-filtering").FilterColumn[];
16104
16105
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
16105
16106
  layout: import("vue-types").VueTypeDef<string>;
16106
16107
  labelCol: {
@@ -16325,7 +16326,6 @@ export declare const LlAdvancedFilteringTags: import("ll-plus/es/utils").SFCWith
16325
16326
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
16326
16327
  };
16327
16328
  }>>;
16328
- readonly overlayStyle: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined))[], unknown, unknown>;
16329
16329
  readonly onChange?: ((value: Record<string, any>) => any) | undefined;
16330
16330
  readonly "onUpdate:value"?: ((value: Record<string, any>) => any) | undefined;
16331
16331
  } & {}>;
@@ -17257,8 +17257,9 @@ export declare const LlAdvancedFilteringTags: import("ll-plus/es/utils").SFCWith
17257
17257
  onChange?: ((value: Record<string, any>) => any) | undefined;
17258
17258
  "onUpdate:value"?: ((value: Record<string, any>) => any) | undefined;
17259
17259
  }, {
17260
- readonly filterColumns: import("./src/advanced-filtering").FilterColumn[];
17261
17260
  readonly value: Record<string, any>;
17261
+ readonly overlayStyle: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined))[], unknown, unknown>;
17262
+ readonly filterColumns: import("./src/advanced-filtering").FilterColumn[];
17262
17263
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
17263
17264
  layout: import("vue-types").VueTypeDef<string>;
17264
17265
  labelCol: {
@@ -17483,7 +17484,6 @@ export declare const LlAdvancedFilteringTags: import("ll-plus/es/utils").SFCWith
17483
17484
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
17484
17485
  };
17485
17486
  }>>;
17486
- readonly overlayStyle: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined))[], unknown, unknown>;
17487
17487
  }, {}>>;
17488
17488
  export * from './src/advanced-filtering';
17489
17489
  declare module 'vue' {