ll-plus 2.4.5 → 2.4.7

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 (233) hide show
  1. package/es/components/advanced-filtering/index.d.ts +302 -302
  2. package/es/components/advanced-filtering/src/advanced-filtering.d.ts +1 -1
  3. package/es/components/advanced-filtering/src/advanced-filtering.vue.d.ts +153 -153
  4. package/es/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +145 -145
  5. package/es/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +4 -4
  6. package/es/components/api-component/index.d.ts +32 -32
  7. package/es/components/api-component/src/api-component.vue.d.ts +32 -32
  8. package/es/components/api-component/src/components/api-modal.vue.d.ts +6 -6
  9. package/es/components/api-component/src/components/body-component.vue.d.ts +14 -14
  10. package/es/components/api-component/src/components/click-input.vue.d.ts +10 -10
  11. package/es/components/api-component/src/components/params-table-row.vue.d.ts +12 -12
  12. package/es/components/api-component/src/components/params-table.vue.d.ts +14 -14
  13. package/es/components/api-component/src/config/api-modal.d.ts +1 -1
  14. package/es/components/api-component/src/config/click-input.d.ts +1 -1
  15. package/es/components/avatar/index.d.ts +67 -0
  16. package/es/components/avatar/src/avatar.d.ts +50 -17
  17. package/es/components/avatar/src/avatar.vue.d.ts +67 -0
  18. package/es/components/checkbox/index.d.ts +217 -217
  19. package/es/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  20. package/es/components/checkbox/src/checkbox.d.ts +56 -56
  21. package/es/components/code-editor/index.d.ts +2 -2
  22. package/es/components/code-editor/src/code-editor.vue.d.ts +2 -2
  23. package/es/components/drawer/index.d.ts +11 -11
  24. package/es/components/drawer/src/components/second-confirmation/index.d.ts +9 -9
  25. package/es/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +9 -9
  26. package/es/components/drawer/src/drawer.vue.d.ts +11 -11
  27. package/es/components/easy-cron/index.d.ts +82 -82
  28. package/es/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +77 -77
  29. package/es/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +77 -77
  30. package/es/components/easy-cron/src/easy-cron.vue.d.ts +82 -82
  31. package/es/components/form/index.d.ts +142 -142
  32. package/es/components/form/src/config/form.d.ts +56 -56
  33. package/es/components/form/src/form.vue.d.ts +142 -142
  34. package/es/components/input/index.d.ts +31 -31
  35. package/es/components/input/src/input.vue.d.ts +31 -31
  36. package/es/components/key-value/index.d.ts +684 -684
  37. package/es/components/key-value/src/components/key-value-item.vue.d.ts +228 -228
  38. package/es/components/key-value/src/key-value.vue.d.ts +684 -684
  39. package/es/components/modal/index.d.ts +4 -4
  40. package/es/components/modal/src/modal.vue.d.ts +4 -4
  41. package/es/components/rich-text-editor/index.d.ts +1 -1
  42. package/es/components/rich-text-editor/src/rich-text-editor.vue.d.ts +1 -1
  43. package/es/components/select/index.d.ts +11 -11
  44. package/es/components/select/src/select.vue.d.ts +11 -11
  45. package/es/components/select-group/index.d.ts +3 -2
  46. package/es/components/select-group/src/select-group.d.ts +6 -0
  47. package/es/components/select-group/src/select-group.vue.d.ts +3 -2
  48. package/es/components/table/index.d.ts +6 -6
  49. package/es/components/table/src/components/main-table.vue.d.ts +2 -2
  50. package/es/components/table/src/config/table.d.ts +2 -2
  51. package/es/components/table/src/table.vue.d.ts +6 -6
  52. package/es/components/textarea/index.d.ts +5 -5
  53. package/es/components/textarea/src/textarea.vue.d.ts +5 -5
  54. package/es/components/tooltip/index.d.ts +4 -4
  55. package/es/components/tooltip/src/tooltip.d.ts +1 -1
  56. package/es/components/tooltip/src/tooltip.vue.d.ts +4 -4
  57. package/es/components/tree-search/index.d.ts +15 -15
  58. package/es/components/tree-search/src/config/tree-search.d.ts +4 -4
  59. package/es/components/tree-search/src/tree-search.vue.d.ts +15 -15
  60. package/es/components/upload-drag/index.d.ts +4 -4
  61. package/es/components/upload-drag/src/upload-drag.vue.d.ts +4 -4
  62. package/es/packages/components/advanced-filtering/src/advanced-filtering.mjs +4 -1
  63. package/es/packages/components/advanced-filtering/src/advanced-filtering.mjs.map +1 -1
  64. package/es/packages/components/advanced-filtering/src/advanced-filtering.vue2.mjs +3 -4
  65. package/es/packages/components/advanced-filtering/src/advanced-filtering.vue2.mjs.map +1 -1
  66. package/es/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue2.mjs +4 -3
  67. package/es/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue2.mjs.map +1 -1
  68. package/es/packages/components/advanced-filtering/src/components/advanced-filtering-tags.vue2.mjs +1 -1
  69. package/es/packages/components/advanced-filtering/src/components/advanced-filtering-tags.vue2.mjs.map +1 -1
  70. package/es/packages/components/avatar/src/avatar.mjs +39 -0
  71. package/es/packages/components/avatar/src/avatar.mjs.map +1 -1
  72. package/es/packages/components/avatar/src/avatar.vue2.mjs +12 -36
  73. package/es/packages/components/avatar/src/avatar.vue2.mjs.map +1 -1
  74. package/es/packages/components/number-range/src/number-range.vue2.mjs +6 -5
  75. package/es/packages/components/number-range/src/number-range.vue2.mjs.map +1 -1
  76. package/es/packages/components/rich-text-editor/src/rich-text-editor.vue2.mjs +31 -22
  77. package/es/packages/components/rich-text-editor/src/rich-text-editor.vue2.mjs.map +1 -1
  78. package/es/packages/components/select-group/src/select-group.mjs +6 -0
  79. package/es/packages/components/select-group/src/select-group.mjs.map +1 -1
  80. package/es/packages/components/select-group/src/select-group.vue2.mjs +5 -6
  81. package/es/packages/components/select-group/src/select-group.vue2.mjs.map +1 -1
  82. package/index.full.js +107 -75
  83. package/index.full.min.js +16 -16
  84. package/index.full.min.js.map +1 -1
  85. package/index.full.min.mjs +16 -16
  86. package/index.full.min.mjs.map +1 -1
  87. package/index.full.mjs +107 -75
  88. package/lib/components/advanced-filtering/index.d.ts +302 -302
  89. package/lib/components/advanced-filtering/src/advanced-filtering.d.ts +1 -1
  90. package/lib/components/advanced-filtering/src/advanced-filtering.vue.d.ts +153 -153
  91. package/lib/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +145 -145
  92. package/lib/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +4 -4
  93. package/lib/components/api-component/index.d.ts +32 -32
  94. package/lib/components/api-component/src/api-component.vue.d.ts +32 -32
  95. package/lib/components/api-component/src/components/api-modal.vue.d.ts +6 -6
  96. package/lib/components/api-component/src/components/body-component.vue.d.ts +14 -14
  97. package/lib/components/api-component/src/components/click-input.vue.d.ts +10 -10
  98. package/lib/components/api-component/src/components/params-table-row.vue.d.ts +12 -12
  99. package/lib/components/api-component/src/components/params-table.vue.d.ts +14 -14
  100. package/lib/components/api-component/src/config/api-modal.d.ts +1 -1
  101. package/lib/components/api-component/src/config/click-input.d.ts +1 -1
  102. package/lib/components/avatar/index.d.ts +67 -0
  103. package/lib/components/avatar/src/avatar.d.ts +50 -17
  104. package/lib/components/avatar/src/avatar.vue.d.ts +67 -0
  105. package/lib/components/checkbox/index.d.ts +217 -217
  106. package/lib/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  107. package/lib/components/checkbox/src/checkbox.d.ts +56 -56
  108. package/lib/components/code-editor/index.d.ts +2 -2
  109. package/lib/components/code-editor/src/code-editor.vue.d.ts +2 -2
  110. package/lib/components/drawer/index.d.ts +11 -11
  111. package/lib/components/drawer/src/components/second-confirmation/index.d.ts +9 -9
  112. package/lib/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +9 -9
  113. package/lib/components/drawer/src/drawer.vue.d.ts +11 -11
  114. package/lib/components/easy-cron/index.d.ts +82 -82
  115. package/lib/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +77 -77
  116. package/lib/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +77 -77
  117. package/lib/components/easy-cron/src/easy-cron.vue.d.ts +82 -82
  118. package/lib/components/form/index.d.ts +142 -142
  119. package/lib/components/form/src/config/form.d.ts +56 -56
  120. package/lib/components/form/src/form.vue.d.ts +142 -142
  121. package/lib/components/input/index.d.ts +31 -31
  122. package/lib/components/input/src/input.vue.d.ts +31 -31
  123. package/lib/components/key-value/index.d.ts +684 -684
  124. package/lib/components/key-value/src/components/key-value-item.vue.d.ts +228 -228
  125. package/lib/components/key-value/src/key-value.vue.d.ts +684 -684
  126. package/lib/components/modal/index.d.ts +4 -4
  127. package/lib/components/modal/src/modal.vue.d.ts +4 -4
  128. package/lib/components/rich-text-editor/index.d.ts +1 -1
  129. package/lib/components/rich-text-editor/src/rich-text-editor.vue.d.ts +1 -1
  130. package/lib/components/select/index.d.ts +11 -11
  131. package/lib/components/select/src/select.vue.d.ts +11 -11
  132. package/lib/components/select-group/index.d.ts +3 -2
  133. package/lib/components/select-group/src/select-group.d.ts +6 -0
  134. package/lib/components/select-group/src/select-group.vue.d.ts +3 -2
  135. package/lib/components/table/index.d.ts +6 -6
  136. package/lib/components/table/src/components/main-table.vue.d.ts +2 -2
  137. package/lib/components/table/src/config/table.d.ts +2 -2
  138. package/lib/components/table/src/table.vue.d.ts +6 -6
  139. package/lib/components/textarea/index.d.ts +5 -5
  140. package/lib/components/textarea/src/textarea.vue.d.ts +5 -5
  141. package/lib/components/tooltip/index.d.ts +4 -4
  142. package/lib/components/tooltip/src/tooltip.d.ts +1 -1
  143. package/lib/components/tooltip/src/tooltip.vue.d.ts +4 -4
  144. package/lib/components/tree-search/index.d.ts +15 -15
  145. package/lib/components/tree-search/src/config/tree-search.d.ts +4 -4
  146. package/lib/components/tree-search/src/tree-search.vue.d.ts +15 -15
  147. package/lib/components/upload-drag/index.d.ts +4 -4
  148. package/lib/components/upload-drag/src/upload-drag.vue.d.ts +4 -4
  149. package/lib/packages/components/advanced-filtering/src/advanced-filtering.js +4 -1
  150. package/lib/packages/components/advanced-filtering/src/advanced-filtering.js.map +1 -1
  151. package/lib/packages/components/advanced-filtering/src/advanced-filtering.vue2.js +2 -3
  152. package/lib/packages/components/advanced-filtering/src/advanced-filtering.vue2.js.map +1 -1
  153. package/lib/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue2.js +4 -3
  154. package/lib/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue2.js.map +1 -1
  155. package/lib/packages/components/advanced-filtering/src/components/advanced-filtering-tags.vue2.js +1 -1
  156. package/lib/packages/components/advanced-filtering/src/components/advanced-filtering-tags.vue2.js.map +1 -1
  157. package/lib/packages/components/avatar/src/avatar.js +39 -0
  158. package/lib/packages/components/avatar/src/avatar.js.map +1 -1
  159. package/lib/packages/components/avatar/src/avatar.vue2.js +11 -35
  160. package/lib/packages/components/avatar/src/avatar.vue2.js.map +1 -1
  161. package/lib/packages/components/number-range/src/number-range.vue2.js +6 -5
  162. package/lib/packages/components/number-range/src/number-range.vue2.js.map +1 -1
  163. package/lib/packages/components/rich-text-editor/src/rich-text-editor.vue2.js +30 -21
  164. package/lib/packages/components/rich-text-editor/src/rich-text-editor.vue2.js.map +1 -1
  165. package/lib/packages/components/select-group/src/select-group.js +6 -0
  166. package/lib/packages/components/select-group/src/select-group.js.map +1 -1
  167. package/lib/packages/components/select-group/src/select-group.vue2.js +5 -6
  168. package/lib/packages/components/select-group/src/select-group.vue2.js.map +1 -1
  169. package/package.json +1 -1
  170. package/theme-chalk/css/avatar.css +1 -1
  171. package/theme-chalk/css/index.css +1 -1
  172. package/theme-chalk/css/rich-text-editor.css +1 -1
  173. package/types/packages/components/advanced-filtering/index.d.ts +302 -302
  174. package/types/packages/components/advanced-filtering/src/advanced-filtering.d.ts +1 -1
  175. package/types/packages/components/advanced-filtering/src/advanced-filtering.vue.d.ts +153 -153
  176. package/types/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +145 -145
  177. package/types/packages/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +4 -4
  178. package/types/packages/components/api-component/index.d.ts +32 -32
  179. package/types/packages/components/api-component/src/api-component.vue.d.ts +32 -32
  180. package/types/packages/components/api-component/src/components/api-modal.vue.d.ts +6 -6
  181. package/types/packages/components/api-component/src/components/body-component.vue.d.ts +14 -14
  182. package/types/packages/components/api-component/src/components/click-input.vue.d.ts +10 -10
  183. package/types/packages/components/api-component/src/components/params-table-row.vue.d.ts +12 -12
  184. package/types/packages/components/api-component/src/components/params-table.vue.d.ts +14 -14
  185. package/types/packages/components/api-component/src/config/api-modal.d.ts +1 -1
  186. package/types/packages/components/api-component/src/config/click-input.d.ts +1 -1
  187. package/types/packages/components/avatar/index.d.ts +67 -0
  188. package/types/packages/components/avatar/src/avatar.d.ts +50 -17
  189. package/types/packages/components/avatar/src/avatar.vue.d.ts +67 -0
  190. package/types/packages/components/checkbox/index.d.ts +217 -217
  191. package/types/packages/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  192. package/types/packages/components/checkbox/src/checkbox.d.ts +56 -56
  193. package/types/packages/components/code-editor/index.d.ts +2 -2
  194. package/types/packages/components/code-editor/src/code-editor.vue.d.ts +2 -2
  195. package/types/packages/components/drawer/index.d.ts +11 -11
  196. package/types/packages/components/drawer/src/components/second-confirmation/index.d.ts +9 -9
  197. package/types/packages/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +9 -9
  198. package/types/packages/components/drawer/src/drawer.vue.d.ts +11 -11
  199. package/types/packages/components/easy-cron/index.d.ts +82 -82
  200. package/types/packages/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +77 -77
  201. package/types/packages/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +77 -77
  202. package/types/packages/components/easy-cron/src/easy-cron.vue.d.ts +82 -82
  203. package/types/packages/components/form/index.d.ts +142 -142
  204. package/types/packages/components/form/src/config/form.d.ts +56 -56
  205. package/types/packages/components/form/src/form.vue.d.ts +142 -142
  206. package/types/packages/components/input/index.d.ts +31 -31
  207. package/types/packages/components/input/src/input.vue.d.ts +31 -31
  208. package/types/packages/components/key-value/index.d.ts +684 -684
  209. package/types/packages/components/key-value/src/components/key-value-item.vue.d.ts +228 -228
  210. package/types/packages/components/key-value/src/key-value.vue.d.ts +684 -684
  211. package/types/packages/components/modal/index.d.ts +4 -4
  212. package/types/packages/components/modal/src/modal.vue.d.ts +4 -4
  213. package/types/packages/components/rich-text-editor/index.d.ts +1 -1
  214. package/types/packages/components/rich-text-editor/src/rich-text-editor.vue.d.ts +1 -1
  215. package/types/packages/components/select/index.d.ts +11 -11
  216. package/types/packages/components/select/src/select.vue.d.ts +11 -11
  217. package/types/packages/components/select-group/index.d.ts +3 -2
  218. package/types/packages/components/select-group/src/select-group.d.ts +6 -0
  219. package/types/packages/components/select-group/src/select-group.vue.d.ts +3 -2
  220. package/types/packages/components/table/index.d.ts +6 -6
  221. package/types/packages/components/table/src/components/main-table.vue.d.ts +2 -2
  222. package/types/packages/components/table/src/config/table.d.ts +2 -2
  223. package/types/packages/components/table/src/table.vue.d.ts +6 -6
  224. package/types/packages/components/textarea/index.d.ts +5 -5
  225. package/types/packages/components/textarea/src/textarea.vue.d.ts +5 -5
  226. package/types/packages/components/tooltip/index.d.ts +4 -4
  227. package/types/packages/components/tooltip/src/tooltip.d.ts +1 -1
  228. package/types/packages/components/tooltip/src/tooltip.vue.d.ts +4 -4
  229. package/types/packages/components/tree-search/index.d.ts +15 -15
  230. package/types/packages/components/tree-search/src/config/tree-search.d.ts +4 -4
  231. package/types/packages/components/tree-search/src/tree-search.vue.d.ts +15 -15
  232. package/types/packages/components/upload-drag/index.d.ts +4 -4
  233. package/types/packages/components/upload-drag/src/upload-drag.vue.d.ts +4 -4
@@ -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: {
@@ -5069,21 +5069,21 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
5069
5069
  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>;
5070
5070
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
5071
5071
  align: {
5072
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
5073
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
5074
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
5075
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
5076
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
5077
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5078
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5072
+ type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
5073
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
5074
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
5075
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
5076
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
5077
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
5078
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
5079
5079
  }>;
5080
- default: "middle" | "top" | "bottom" | "stretch" | {
5081
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
5082
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
5083
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
5084
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
5085
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5086
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5080
+ default: "middle" | "bottom" | "top" | "stretch" | {
5081
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
5082
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
5083
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
5084
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
5085
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
5086
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
5087
5087
  };
5088
5088
  };
5089
5089
  justify: {
@@ -5115,21 +5115,21 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
5115
5115
  };
5116
5116
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
5117
5117
  align: {
5118
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
5119
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
5120
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
5121
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
5122
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
5123
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5124
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5118
+ type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
5119
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
5120
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
5121
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
5122
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
5123
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
5124
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
5125
5125
  }>;
5126
- default: "middle" | "top" | "bottom" | "stretch" | {
5127
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
5128
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
5129
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
5130
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
5131
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5132
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5126
+ default: "middle" | "bottom" | "top" | "stretch" | {
5127
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
5128
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
5129
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
5130
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
5131
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
5132
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
5133
5133
  };
5134
5134
  };
5135
5135
  justify: {
@@ -5161,21 +5161,21 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
5161
5161
  };
5162
5162
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
5163
5163
  align: {
5164
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
5165
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
5166
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
5167
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
5168
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
5169
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5170
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5164
+ type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
5165
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
5166
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
5167
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
5168
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
5169
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
5170
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
5171
5171
  }>;
5172
- default: "middle" | "top" | "bottom" | "stretch" | {
5173
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
5174
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
5175
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
5176
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
5177
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5178
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5172
+ default: "middle" | "bottom" | "top" | "stretch" | {
5173
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
5174
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
5175
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
5176
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
5177
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
5178
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
5179
5179
  };
5180
5180
  };
5181
5181
  justify: {
@@ -5207,21 +5207,21 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
5207
5207
  };
5208
5208
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
5209
5209
  align: {
5210
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
5211
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
5212
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
5213
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
5214
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
5215
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5216
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5210
+ type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
5211
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
5212
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
5213
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
5214
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
5215
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
5216
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
5217
5217
  }>;
5218
- default: "middle" | "top" | "bottom" | "stretch" | {
5219
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
5220
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
5221
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
5222
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
5223
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5224
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5218
+ default: "middle" | "bottom" | "top" | "stretch" | {
5219
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
5220
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
5221
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
5222
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
5223
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
5224
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
5225
5225
  };
5226
5226
  };
5227
5227
  justify: {
@@ -5258,6 +5258,7 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
5258
5258
  }>> & {
5259
5259
  onChange?: ((value: import("ll-plus/es/index").FormData) => any) | undefined;
5260
5260
  }, {
5261
+ readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
5261
5262
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
5262
5263
  layout: import("vue-types").VueTypeDef<string>;
5263
5264
  labelCol: {
@@ -5482,24 +5483,23 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
5482
5483
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
5483
5484
  };
5484
5485
  }>>;
5485
- readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
5486
5486
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
5487
5487
  align: {
5488
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
5489
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
5490
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
5491
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
5492
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
5493
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5494
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5488
+ type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
5489
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
5490
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
5491
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
5492
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
5493
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
5494
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
5495
5495
  }>;
5496
- default: "middle" | "top" | "bottom" | "stretch" | {
5497
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
5498
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
5499
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
5500
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
5501
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5502
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5496
+ default: "middle" | "bottom" | "top" | "stretch" | {
5497
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
5498
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
5499
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
5500
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
5501
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
5502
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
5503
5503
  };
5504
5504
  };
5505
5505
  justify: {
@@ -6443,8 +6443,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
6443
6443
  onConfirm?: (() => any) | undefined;
6444
6444
  onChangeValue?: ((value: Record<string, any>) => any) | undefined;
6445
6445
  }, {
6446
- readonly filterColumns: import("./src/advanced-filtering").FilterColumn[];
6447
6446
  readonly value: Record<string, any>;
6447
+ readonly filterColumns: import("./src/advanced-filtering").FilterColumn[];
6448
6448
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
6449
6449
  layout: import("vue-types").VueTypeDef<string>;
6450
6450
  labelCol: {
@@ -7574,8 +7574,9 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
7574
7574
  }, boolean>;
7575
7575
  }, {
7576
7576
  props: import("@vue/shared").LooseRequired<{
7577
- readonly filterColumns: import("./src/advanced-filtering").FilterColumn[];
7578
7577
  readonly value: Record<string, any>;
7578
+ 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>;
7579
+ readonly filterColumns: import("./src/advanced-filtering").FilterColumn[];
7579
7580
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
7580
7581
  layout: import("vue-types").VueTypeDef<string>;
7581
7582
  labelCol: {
@@ -7800,7 +7801,6 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
7800
7801
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
7801
7802
  };
7802
7803
  }>>;
7803
- 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>;
7804
7804
  readonly onChange?: ((value: Record<string, any>) => any) | undefined;
7805
7805
  readonly "onUpdate:value"?: ((value: Record<string, any>) => any) | undefined;
7806
7806
  } & {}>;
@@ -8732,8 +8732,9 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
8732
8732
  onChange?: ((value: Record<string, any>) => any) | undefined;
8733
8733
  "onUpdate:value"?: ((value: Record<string, any>) => any) | undefined;
8734
8734
  }, {
8735
- readonly filterColumns: import("./src/advanced-filtering").FilterColumn[];
8736
8735
  readonly value: Record<string, any>;
8736
+ 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>;
8737
+ readonly filterColumns: import("./src/advanced-filtering").FilterColumn[];
8737
8738
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
8738
8739
  layout: import("vue-types").VueTypeDef<string>;
8739
8740
  labelCol: {
@@ -8958,7 +8959,6 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
8958
8959
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
8959
8960
  };
8960
8961
  }>>;
8961
- 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>;
8962
8962
  }, {}>;
8963
8963
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
8964
8964
  change: (value: Record<string, any>) => boolean;
@@ -9868,8 +9868,9 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
9868
9868
  onChange?: ((value: Record<string, any>) => any) | undefined;
9869
9869
  "onUpdate:value"?: ((value: Record<string, any>) => any) | undefined;
9870
9870
  }, {
9871
- readonly filterColumns: import("./src/advanced-filtering").FilterColumn[];
9872
9871
  readonly value: Record<string, any>;
9872
+ 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>;
9873
+ readonly filterColumns: import("./src/advanced-filtering").FilterColumn[];
9873
9874
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
9874
9875
  layout: import("vue-types").VueTypeDef<string>;
9875
9876
  labelCol: {
@@ -10094,7 +10095,6 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
10094
10095
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
10095
10096
  };
10096
10097
  }>>;
10097
- 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>;
10098
10098
  }, {}>>;
10099
10099
  export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWithInstall<import("vue").DefineComponent<{
10100
10100
  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>;
@@ -10997,8 +10997,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
10997
10997
  readonly showFooter: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
10998
10998
  }, {
10999
10999
  props: import("@vue/shared").LooseRequired<{
11000
- readonly filterColumns: import("./src/advanced-filtering").FilterColumn[];
11001
11000
  readonly value: Record<string, any>;
11001
+ readonly filterColumns: import("./src/advanced-filtering").FilterColumn[];
11002
11002
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
11003
11003
  layout: import("vue-types").VueTypeDef<string>;
11004
11004
  labelCol: {
@@ -11229,7 +11229,7 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
11229
11229
  readonly onConfirm?: (() => any) | undefined;
11230
11230
  readonly onChangeValue?: ((value: Record<string, any>) => any) | undefined;
11231
11231
  } & {}>;
11232
- emits: ((event: "update:value", value: Record<string, any>) => void) & ((event: "close") => void) & ((event: "confirm") => void) & ((event: "changeValue", value: Record<string, any>) => void);
11232
+ emits: ((event: "update:value", value: Record<string, any>) => void) & ((event: "confirm") => void) & ((event: "close") => void) & ((event: "changeValue", value: Record<string, any>) => void);
11233
11233
  bem: {
11234
11234
  b: (blockSuffix?: string) => string;
11235
11235
  e: (element?: string) => string;
@@ -12147,21 +12147,21 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
12147
12147
  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>;
12148
12148
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
12149
12149
  align: {
12150
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
12151
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12152
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12153
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12154
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12155
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12156
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12150
+ type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
12151
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
12152
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
12153
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
12154
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
12155
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12156
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12157
12157
  }>;
12158
- default: "middle" | "top" | "bottom" | "stretch" | {
12159
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12160
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12161
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12162
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12163
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12164
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12158
+ default: "middle" | "bottom" | "top" | "stretch" | {
12159
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
12160
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
12161
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
12162
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
12163
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12164
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12165
12165
  };
12166
12166
  };
12167
12167
  justify: {
@@ -12193,21 +12193,21 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
12193
12193
  };
12194
12194
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
12195
12195
  align: {
12196
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
12197
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12198
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12199
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12200
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12201
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12202
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12196
+ type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
12197
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
12198
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
12199
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
12200
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
12201
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12202
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12203
12203
  }>;
12204
- default: "middle" | "top" | "bottom" | "stretch" | {
12205
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12206
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12207
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12208
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12209
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12210
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12204
+ default: "middle" | "bottom" | "top" | "stretch" | {
12205
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
12206
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
12207
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
12208
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
12209
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12210
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12211
12211
  };
12212
12212
  };
12213
12213
  justify: {
@@ -12239,21 +12239,21 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
12239
12239
  };
12240
12240
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
12241
12241
  align: {
12242
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
12243
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12244
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12245
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12246
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12247
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12248
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12242
+ type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
12243
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
12244
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
12245
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
12246
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
12247
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12248
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12249
12249
  }>;
12250
- default: "middle" | "top" | "bottom" | "stretch" | {
12251
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12252
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12253
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12254
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12255
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12256
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12250
+ default: "middle" | "bottom" | "top" | "stretch" | {
12251
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
12252
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
12253
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
12254
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
12255
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12256
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12257
12257
  };
12258
12258
  };
12259
12259
  justify: {
@@ -12285,21 +12285,21 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
12285
12285
  };
12286
12286
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
12287
12287
  align: {
12288
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
12289
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12290
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12291
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12292
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12293
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12294
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12288
+ type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
12289
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
12290
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
12291
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
12292
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
12293
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12294
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12295
12295
  }>;
12296
- default: "middle" | "top" | "bottom" | "stretch" | {
12297
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12298
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12299
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12300
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12301
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12302
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12296
+ default: "middle" | "bottom" | "top" | "stretch" | {
12297
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
12298
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
12299
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
12300
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
12301
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12302
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12303
12303
  };
12304
12304
  };
12305
12305
  justify: {
@@ -12335,6 +12335,7 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
12335
12335
  readonly loading: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
12336
12336
  }, {
12337
12337
  props: import("@vue/shared").LooseRequired<{
12338
+ readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
12338
12339
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
12339
12340
  layout: import("vue-types").VueTypeDef<string>;
12340
12341
  labelCol: {
@@ -12559,24 +12560,23 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
12559
12560
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
12560
12561
  };
12561
12562
  }>>;
12562
- readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
12563
12563
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
12564
12564
  align: {
12565
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
12566
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12567
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12568
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12569
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12570
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12571
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12565
+ type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
12566
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
12567
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
12568
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
12569
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
12570
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12571
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12572
12572
  }>;
12573
- default: "middle" | "top" | "bottom" | "stretch" | {
12574
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12575
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12576
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12577
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12578
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12579
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12573
+ default: "middle" | "bottom" | "top" | "stretch" | {
12574
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
12575
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
12576
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
12577
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
12578
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12579
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12580
12580
  };
12581
12581
  };
12582
12582
  justify: {
@@ -13576,21 +13576,21 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
13576
13576
  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>;
13577
13577
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
13578
13578
  align: {
13579
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
13580
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13581
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13582
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13583
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13584
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13585
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13579
+ type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
13580
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
13581
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
13582
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
13583
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
13584
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
13585
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
13586
13586
  }>;
13587
- default: "middle" | "top" | "bottom" | "stretch" | {
13588
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13589
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13590
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13591
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13592
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13593
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13587
+ default: "middle" | "bottom" | "top" | "stretch" | {
13588
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
13589
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
13590
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
13591
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
13592
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
13593
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
13594
13594
  };
13595
13595
  };
13596
13596
  justify: {
@@ -13622,21 +13622,21 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
13622
13622
  };
13623
13623
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
13624
13624
  align: {
13625
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
13626
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13627
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13628
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13629
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13630
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13631
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13625
+ type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
13626
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
13627
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
13628
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
13629
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
13630
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
13631
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
13632
13632
  }>;
13633
- default: "middle" | "top" | "bottom" | "stretch" | {
13634
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13635
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13636
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13637
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13638
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13639
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13633
+ default: "middle" | "bottom" | "top" | "stretch" | {
13634
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
13635
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
13636
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
13637
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
13638
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
13639
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
13640
13640
  };
13641
13641
  };
13642
13642
  justify: {
@@ -13668,21 +13668,21 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
13668
13668
  };
13669
13669
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
13670
13670
  align: {
13671
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
13672
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13673
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13674
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13675
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13676
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13677
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13671
+ type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
13672
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
13673
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
13674
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
13675
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
13676
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
13677
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
13678
13678
  }>;
13679
- default: "middle" | "top" | "bottom" | "stretch" | {
13680
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13681
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13682
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13683
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13684
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13685
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13679
+ default: "middle" | "bottom" | "top" | "stretch" | {
13680
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
13681
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
13682
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
13683
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
13684
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
13685
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
13686
13686
  };
13687
13687
  };
13688
13688
  justify: {
@@ -13714,21 +13714,21 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
13714
13714
  };
13715
13715
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
13716
13716
  align: {
13717
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
13718
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13719
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13720
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13721
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13722
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13723
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13717
+ type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
13718
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
13719
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
13720
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
13721
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
13722
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
13723
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
13724
13724
  }>;
13725
- default: "middle" | "top" | "bottom" | "stretch" | {
13726
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13727
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13728
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13729
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13730
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13731
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13725
+ default: "middle" | "bottom" | "top" | "stretch" | {
13726
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
13727
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
13728
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
13729
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
13730
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
13731
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
13732
13732
  };
13733
13733
  };
13734
13734
  justify: {
@@ -13765,6 +13765,7 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
13765
13765
  }>> & {
13766
13766
  onChange?: ((value: import("ll-plus/es/index").FormData) => any) | undefined;
13767
13767
  }, {
13768
+ readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
13768
13769
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
13769
13770
  layout: import("vue-types").VueTypeDef<string>;
13770
13771
  labelCol: {
@@ -13989,24 +13990,23 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
13989
13990
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
13990
13991
  };
13991
13992
  }>>;
13992
- readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
13993
13993
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
13994
13994
  align: {
13995
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
13996
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13997
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13998
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13999
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
14000
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14001
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13995
+ type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
13996
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
13997
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
13998
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
13999
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
14000
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
14001
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
14002
14002
  }>;
14003
- default: "middle" | "top" | "bottom" | "stretch" | {
14004
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
14005
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
14006
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
14007
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
14008
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14009
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14003
+ default: "middle" | "bottom" | "top" | "stretch" | {
14004
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
14005
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
14006
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
14007
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
14008
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
14009
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
14010
14010
  };
14011
14011
  };
14012
14012
  justify: {
@@ -14950,8 +14950,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
14950
14950
  onConfirm?: (() => any) | undefined;
14951
14951
  onChangeValue?: ((value: Record<string, any>) => any) | undefined;
14952
14952
  }, {
14953
- readonly filterColumns: import("./src/advanced-filtering").FilterColumn[];
14954
14953
  readonly value: Record<string, any>;
14954
+ readonly filterColumns: import("./src/advanced-filtering").FilterColumn[];
14955
14955
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
14956
14956
  layout: import("vue-types").VueTypeDef<string>;
14957
14957
  labelCol: {
@@ -16081,8 +16081,9 @@ export declare const LlAdvancedFilteringTags: import("ll-plus/es/utils").SFCWith
16081
16081
  }, boolean>;
16082
16082
  }, {
16083
16083
  props: import("@vue/shared").LooseRequired<{
16084
- readonly filterColumns: import("./src/advanced-filtering").FilterColumn[];
16085
16084
  readonly value: Record<string, any>;
16085
+ 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>;
16086
+ readonly filterColumns: import("./src/advanced-filtering").FilterColumn[];
16086
16087
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
16087
16088
  layout: import("vue-types").VueTypeDef<string>;
16088
16089
  labelCol: {
@@ -16307,7 +16308,6 @@ export declare const LlAdvancedFilteringTags: import("ll-plus/es/utils").SFCWith
16307
16308
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
16308
16309
  };
16309
16310
  }>>;
16310
- 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>;
16311
16311
  readonly onChange?: ((value: Record<string, any>) => any) | undefined;
16312
16312
  readonly "onUpdate:value"?: ((value: Record<string, any>) => any) | undefined;
16313
16313
  } & {}>;
@@ -17239,8 +17239,9 @@ export declare const LlAdvancedFilteringTags: import("ll-plus/es/utils").SFCWith
17239
17239
  onChange?: ((value: Record<string, any>) => any) | undefined;
17240
17240
  "onUpdate:value"?: ((value: Record<string, any>) => any) | undefined;
17241
17241
  }, {
17242
- readonly filterColumns: import("./src/advanced-filtering").FilterColumn[];
17243
17242
  readonly value: Record<string, any>;
17243
+ 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>;
17244
+ readonly filterColumns: import("./src/advanced-filtering").FilterColumn[];
17244
17245
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
17245
17246
  layout: import("vue-types").VueTypeDef<string>;
17246
17247
  labelCol: {
@@ -17465,7 +17466,6 @@ export declare const LlAdvancedFilteringTags: import("ll-plus/es/utils").SFCWith
17465
17466
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
17466
17467
  };
17467
17468
  }>>;
17468
- 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>;
17469
17469
  }, {}>>;
17470
17470
  export * from './src/advanced-filtering';
17471
17471
  declare module 'vue' {