ll-plus 2.7.22 → 2.7.23

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 (245) hide show
  1. package/es/components/advanced-filtering/index.d.ts +320 -320
  2. package/es/components/advanced-filtering/src/advanced-filtering.vue.d.ts +162 -162
  3. package/es/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +154 -154
  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/cascader/index.d.ts +8 -8
  17. package/es/components/cascader/src/cascader.vue.d.ts +8 -8
  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/cropper/index.d.ts +6 -6
  24. package/es/components/cropper/src/cropper-image.vue.d.ts +2 -2
  25. package/es/components/cropper/src/cropper-modal.vue.d.ts +4 -4
  26. package/es/components/drawer/index.d.ts +11 -11
  27. package/es/components/drawer/src/components/second-confirmation/index.d.ts +10 -10
  28. package/es/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +10 -10
  29. package/es/components/drawer/src/drawer.vue.d.ts +11 -11
  30. package/es/components/dropdown-button-simple/index.d.ts +12 -12
  31. package/es/components/dropdown-button-simple/src/dropdown-button-simple.d.ts +4 -4
  32. package/es/components/dropdown-button-simple/src/dropdown-button-simple.vue.d.ts +12 -12
  33. package/es/components/easy-cron/index.d.ts +88 -88
  34. package/es/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +88 -88
  35. package/es/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +88 -88
  36. package/es/components/easy-cron/src/easy-cron.vue.d.ts +88 -88
  37. package/es/components/empty/index.d.ts +2 -2
  38. package/es/components/empty/src/empty.vue.d.ts +2 -2
  39. package/es/components/form/index.d.ts +152 -152
  40. package/es/components/form/src/components/form-component.vue.d.ts +1 -1
  41. package/es/components/form/src/config/form.d.ts +56 -56
  42. package/es/components/form/src/form.vue.d.ts +151 -151
  43. package/es/components/icon-picker/index.d.ts +1 -1
  44. package/es/components/icon-picker/src/components/modal.vue.d.ts +1 -1
  45. package/es/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
  46. package/es/components/input/index.d.ts +33 -33
  47. package/es/components/input/src/input.vue.d.ts +33 -33
  48. package/es/components/key-value/src/components/key-value-item.vue.d.ts +246 -246
  49. package/es/components/key-value/src/key-value.vue.d.ts +738 -738
  50. package/es/components/modal/index.d.ts +5 -5
  51. package/es/components/modal/src/modal.vue.d.ts +5 -5
  52. package/es/components/new-drawer/index.d.ts +13 -13
  53. package/es/components/new-drawer/src/drawer.vue.d.ts +13 -13
  54. package/es/components/new-modal/index.d.ts +6 -6
  55. package/es/components/new-modal/src/modal.vue.d.ts +6 -6
  56. package/es/components/rich-text-editor/index.d.ts +1 -1
  57. package/es/components/rich-text-editor/src/rich-text-editor.vue.d.ts +1 -1
  58. package/es/components/select/index.d.ts +15 -15
  59. package/es/components/select/src/select.vue.d.ts +15 -15
  60. package/es/components/select-group/index.d.ts +6 -6
  61. package/es/components/select-group/src/select-group.d.ts +1 -1
  62. package/es/components/select-group/src/select-group.vue.d.ts +6 -6
  63. package/es/components/table/index.d.ts +12 -12
  64. package/es/components/table/src/components/main-table.vue.d.ts +4 -4
  65. package/es/components/table/src/config/table.d.ts +4 -4
  66. package/es/components/table/src/table.vue.d.ts +12 -12
  67. package/es/components/textarea/index.d.ts +5 -5
  68. package/es/components/textarea/src/textarea.vue.d.ts +5 -5
  69. package/es/components/tooltip/index.d.ts +4 -4
  70. package/es/components/tooltip/src/tooltip.d.ts +1 -1
  71. package/es/components/tooltip/src/tooltip.vue.d.ts +4 -4
  72. package/es/components/tree-search/index.d.ts +15 -15
  73. package/es/components/tree-search/src/config/tree-search.d.ts +4 -4
  74. package/es/components/tree-search/src/tree-search.vue.d.ts +15 -15
  75. package/es/components/upload-drag/index.d.ts +4 -4
  76. package/es/components/upload-drag/src/upload-drag.vue.d.ts +4 -4
  77. package/es/packages/components/operate-tree/src/operate-tree.vue2.mjs +3 -1
  78. package/es/packages/components/operate-tree/src/operate-tree.vue2.mjs.map +1 -1
  79. package/index.full.js +3 -1
  80. package/index.full.min.js +1 -1
  81. package/index.full.min.js.map +1 -1
  82. package/index.full.min.mjs +1 -1
  83. package/index.full.min.mjs.map +1 -1
  84. package/index.full.mjs +3 -1
  85. package/lib/components/advanced-filtering/index.d.ts +320 -320
  86. package/lib/components/advanced-filtering/src/advanced-filtering.vue.d.ts +162 -162
  87. package/lib/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +154 -154
  88. package/lib/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +4 -4
  89. package/lib/components/api-component/index.d.ts +32 -32
  90. package/lib/components/api-component/src/api-component.vue.d.ts +32 -32
  91. package/lib/components/api-component/src/components/api-modal.vue.d.ts +6 -6
  92. package/lib/components/api-component/src/components/body-component.vue.d.ts +14 -14
  93. package/lib/components/api-component/src/components/click-input.vue.d.ts +10 -10
  94. package/lib/components/api-component/src/components/params-table-row.vue.d.ts +12 -12
  95. package/lib/components/api-component/src/components/params-table.vue.d.ts +14 -14
  96. package/lib/components/api-component/src/config/api-modal.d.ts +1 -1
  97. package/lib/components/api-component/src/config/click-input.d.ts +1 -1
  98. package/lib/components/breadcrumb-card/index.d.ts +5 -5
  99. package/lib/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +5 -5
  100. package/lib/components/cascader/index.d.ts +8 -8
  101. package/lib/components/cascader/src/cascader.vue.d.ts +8 -8
  102. package/lib/components/checkbox/index.d.ts +217 -217
  103. package/lib/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  104. package/lib/components/checkbox/src/checkbox.d.ts +56 -56
  105. package/lib/components/code-editor/index.d.ts +2 -2
  106. package/lib/components/code-editor/src/code-editor.vue.d.ts +2 -2
  107. package/lib/components/cropper/index.d.ts +6 -6
  108. package/lib/components/cropper/src/cropper-image.vue.d.ts +2 -2
  109. package/lib/components/cropper/src/cropper-modal.vue.d.ts +4 -4
  110. package/lib/components/drawer/index.d.ts +11 -11
  111. package/lib/components/drawer/src/components/second-confirmation/index.d.ts +10 -10
  112. package/lib/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +10 -10
  113. package/lib/components/drawer/src/drawer.vue.d.ts +11 -11
  114. package/lib/components/dropdown-button-simple/index.d.ts +12 -12
  115. package/lib/components/dropdown-button-simple/src/dropdown-button-simple.d.ts +4 -4
  116. package/lib/components/dropdown-button-simple/src/dropdown-button-simple.vue.d.ts +12 -12
  117. package/lib/components/easy-cron/index.d.ts +88 -88
  118. package/lib/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +88 -88
  119. package/lib/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +88 -88
  120. package/lib/components/easy-cron/src/easy-cron.vue.d.ts +88 -88
  121. package/lib/components/empty/index.d.ts +2 -2
  122. package/lib/components/empty/src/empty.vue.d.ts +2 -2
  123. package/lib/components/form/index.d.ts +152 -152
  124. package/lib/components/form/src/components/form-component.vue.d.ts +1 -1
  125. package/lib/components/form/src/config/form.d.ts +56 -56
  126. package/lib/components/form/src/form.vue.d.ts +151 -151
  127. package/lib/components/icon-picker/index.d.ts +1 -1
  128. package/lib/components/icon-picker/src/components/modal.vue.d.ts +1 -1
  129. package/lib/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
  130. package/lib/components/input/index.d.ts +33 -33
  131. package/lib/components/input/src/input.vue.d.ts +33 -33
  132. package/lib/components/key-value/src/components/key-value-item.vue.d.ts +246 -246
  133. package/lib/components/key-value/src/key-value.vue.d.ts +738 -738
  134. package/lib/components/modal/index.d.ts +5 -5
  135. package/lib/components/modal/src/modal.vue.d.ts +5 -5
  136. package/lib/components/new-drawer/index.d.ts +13 -13
  137. package/lib/components/new-drawer/src/drawer.vue.d.ts +13 -13
  138. package/lib/components/new-modal/index.d.ts +6 -6
  139. package/lib/components/new-modal/src/modal.vue.d.ts +6 -6
  140. package/lib/components/rich-text-editor/index.d.ts +1 -1
  141. package/lib/components/rich-text-editor/src/rich-text-editor.vue.d.ts +1 -1
  142. package/lib/components/select/index.d.ts +15 -15
  143. package/lib/components/select/src/select.vue.d.ts +15 -15
  144. package/lib/components/select-group/index.d.ts +6 -6
  145. package/lib/components/select-group/src/select-group.d.ts +1 -1
  146. package/lib/components/select-group/src/select-group.vue.d.ts +6 -6
  147. package/lib/components/table/index.d.ts +12 -12
  148. package/lib/components/table/src/components/main-table.vue.d.ts +4 -4
  149. package/lib/components/table/src/config/table.d.ts +4 -4
  150. package/lib/components/table/src/table.vue.d.ts +12 -12
  151. package/lib/components/textarea/index.d.ts +5 -5
  152. package/lib/components/textarea/src/textarea.vue.d.ts +5 -5
  153. package/lib/components/tooltip/index.d.ts +4 -4
  154. package/lib/components/tooltip/src/tooltip.d.ts +1 -1
  155. package/lib/components/tooltip/src/tooltip.vue.d.ts +4 -4
  156. package/lib/components/tree-search/index.d.ts +15 -15
  157. package/lib/components/tree-search/src/config/tree-search.d.ts +4 -4
  158. package/lib/components/tree-search/src/tree-search.vue.d.ts +15 -15
  159. package/lib/components/upload-drag/index.d.ts +4 -4
  160. package/lib/components/upload-drag/src/upload-drag.vue.d.ts +4 -4
  161. package/lib/packages/components/operate-tree/src/operate-tree.vue2.js +3 -1
  162. package/lib/packages/components/operate-tree/src/operate-tree.vue2.js.map +1 -1
  163. package/package.json +1 -1
  164. package/theme-chalk/css/advanced-filtering.css +1 -1
  165. package/theme-chalk/css/index.css +2 -2
  166. package/theme-chalk/css/key-value.css +1 -1
  167. package/theme-chalk/css/table.css +1 -1
  168. package/theme-chalk/fonts/iconfont.js +1 -1
  169. package/theme-chalk/fonts/iconfont.json +0 -14
  170. package/types/packages/components/advanced-filtering/index.d.ts +320 -320
  171. package/types/packages/components/advanced-filtering/src/advanced-filtering.vue.d.ts +162 -162
  172. package/types/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +154 -154
  173. package/types/packages/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +4 -4
  174. package/types/packages/components/api-component/index.d.ts +32 -32
  175. package/types/packages/components/api-component/src/api-component.vue.d.ts +32 -32
  176. package/types/packages/components/api-component/src/components/api-modal.vue.d.ts +6 -6
  177. package/types/packages/components/api-component/src/components/body-component.vue.d.ts +14 -14
  178. package/types/packages/components/api-component/src/components/click-input.vue.d.ts +10 -10
  179. package/types/packages/components/api-component/src/components/params-table-row.vue.d.ts +12 -12
  180. package/types/packages/components/api-component/src/components/params-table.vue.d.ts +14 -14
  181. package/types/packages/components/api-component/src/config/api-modal.d.ts +1 -1
  182. package/types/packages/components/api-component/src/config/click-input.d.ts +1 -1
  183. package/types/packages/components/breadcrumb-card/index.d.ts +5 -5
  184. package/types/packages/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +5 -5
  185. package/types/packages/components/cascader/index.d.ts +8 -8
  186. package/types/packages/components/cascader/src/cascader.vue.d.ts +8 -8
  187. package/types/packages/components/checkbox/index.d.ts +217 -217
  188. package/types/packages/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  189. package/types/packages/components/checkbox/src/checkbox.d.ts +56 -56
  190. package/types/packages/components/code-editor/index.d.ts +2 -2
  191. package/types/packages/components/code-editor/src/code-editor.vue.d.ts +2 -2
  192. package/types/packages/components/cropper/index.d.ts +6 -6
  193. package/types/packages/components/cropper/src/cropper-image.vue.d.ts +2 -2
  194. package/types/packages/components/cropper/src/cropper-modal.vue.d.ts +4 -4
  195. package/types/packages/components/drawer/index.d.ts +11 -11
  196. package/types/packages/components/drawer/src/components/second-confirmation/index.d.ts +10 -10
  197. package/types/packages/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +10 -10
  198. package/types/packages/components/drawer/src/drawer.vue.d.ts +11 -11
  199. package/types/packages/components/dropdown-button-simple/index.d.ts +12 -12
  200. package/types/packages/components/dropdown-button-simple/src/dropdown-button-simple.d.ts +4 -4
  201. package/types/packages/components/dropdown-button-simple/src/dropdown-button-simple.vue.d.ts +12 -12
  202. package/types/packages/components/easy-cron/index.d.ts +88 -88
  203. package/types/packages/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +88 -88
  204. package/types/packages/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +88 -88
  205. package/types/packages/components/easy-cron/src/easy-cron.vue.d.ts +88 -88
  206. package/types/packages/components/empty/index.d.ts +2 -2
  207. package/types/packages/components/empty/src/empty.vue.d.ts +2 -2
  208. package/types/packages/components/form/index.d.ts +152 -152
  209. package/types/packages/components/form/src/components/form-component.vue.d.ts +1 -1
  210. package/types/packages/components/form/src/config/form.d.ts +56 -56
  211. package/types/packages/components/form/src/form.vue.d.ts +151 -151
  212. package/types/packages/components/icon-picker/index.d.ts +1 -1
  213. package/types/packages/components/icon-picker/src/components/modal.vue.d.ts +1 -1
  214. package/types/packages/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
  215. package/types/packages/components/input/index.d.ts +33 -33
  216. package/types/packages/components/input/src/input.vue.d.ts +33 -33
  217. package/types/packages/components/key-value/src/components/key-value-item.vue.d.ts +246 -246
  218. package/types/packages/components/key-value/src/key-value.vue.d.ts +738 -738
  219. package/types/packages/components/modal/index.d.ts +5 -5
  220. package/types/packages/components/modal/src/modal.vue.d.ts +5 -5
  221. package/types/packages/components/new-drawer/index.d.ts +13 -13
  222. package/types/packages/components/new-drawer/src/drawer.vue.d.ts +13 -13
  223. package/types/packages/components/new-modal/index.d.ts +6 -6
  224. package/types/packages/components/new-modal/src/modal.vue.d.ts +6 -6
  225. package/types/packages/components/rich-text-editor/index.d.ts +1 -1
  226. package/types/packages/components/rich-text-editor/src/rich-text-editor.vue.d.ts +1 -1
  227. package/types/packages/components/select/index.d.ts +15 -15
  228. package/types/packages/components/select/src/select.vue.d.ts +15 -15
  229. package/types/packages/components/select-group/index.d.ts +6 -6
  230. package/types/packages/components/select-group/src/select-group.d.ts +1 -1
  231. package/types/packages/components/select-group/src/select-group.vue.d.ts +6 -6
  232. package/types/packages/components/table/index.d.ts +12 -12
  233. package/types/packages/components/table/src/components/main-table.vue.d.ts +4 -4
  234. package/types/packages/components/table/src/config/table.d.ts +4 -4
  235. package/types/packages/components/table/src/table.vue.d.ts +12 -12
  236. package/types/packages/components/textarea/index.d.ts +5 -5
  237. package/types/packages/components/textarea/src/textarea.vue.d.ts +5 -5
  238. package/types/packages/components/tooltip/index.d.ts +4 -4
  239. package/types/packages/components/tooltip/src/tooltip.d.ts +1 -1
  240. package/types/packages/components/tooltip/src/tooltip.vue.d.ts +4 -4
  241. package/types/packages/components/tree-search/index.d.ts +15 -15
  242. package/types/packages/components/tree-search/src/config/tree-search.d.ts +4 -4
  243. package/types/packages/components/tree-search/src/tree-search.vue.d.ts +15 -15
  244. package/types/packages/components/upload-drag/index.d.ts +4 -4
  245. package/types/packages/components/upload-drag/src/upload-drag.vue.d.ts +4 -4
@@ -904,9 +904,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
904
904
  }, boolean>;
905
905
  }, {
906
906
  props: import("@vue/shared").LooseRequired<{
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
907
  readonly filterColumns: import("./src/advanced-filtering").FilterColumn[];
908
+ readonly value: Record<string, any>;
910
909
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
911
910
  layout: import("vue-types").VueTypeDef<string>;
912
911
  labelCol: {
@@ -1131,6 +1130,7 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
1131
1130
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
1132
1131
  };
1133
1132
  }>>;
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 value: Record<string, any>;
2494
2493
  readonly filterColumns: import("./src/advanced-filtering").FilterColumn[];
2494
+ readonly value: Record<string, any>;
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: "confirm") => void) & ((event: "close") => void) & ((event: "changeValue", value: Record<string, any>) => void);
2725
+ emits: ((event: "close") => void) & ((event: "update:value", value: Record<string, any>) => void) & ((event: "confirm") => void) & ((event: "changeValue", value: Record<string, any>) => void);
2726
2726
  bem: {
2727
2727
  b: (blockSuffix?: string) => string;
2728
2728
  e: (element?: string) => string;
@@ -3640,21 +3640,21 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
3640
3640
  readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
3641
3641
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
3642
3642
  align: {
3643
- type: import("vue").PropType<"middle" | "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;
3643
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
3644
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
3645
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
3646
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
3647
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
3648
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3649
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3650
3650
  }>;
3651
- default: "middle" | "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;
3651
+ default: "top" | "bottom" | "middle" | "stretch" | {
3652
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
3653
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
3654
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
3655
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
3656
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3657
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3658
3658
  };
3659
3659
  };
3660
3660
  justify: {
@@ -3686,21 +3686,21 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
3686
3686
  };
3687
3687
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
3688
3688
  align: {
3689
- type: import("vue").PropType<"middle" | "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;
3689
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
3690
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
3691
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
3692
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
3693
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
3694
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3695
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3696
3696
  }>;
3697
- default: "middle" | "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;
3697
+ default: "top" | "bottom" | "middle" | "stretch" | {
3698
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
3699
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
3700
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
3701
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
3702
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3703
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3704
3704
  };
3705
3705
  };
3706
3706
  justify: {
@@ -3732,21 +3732,21 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
3732
3732
  };
3733
3733
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
3734
3734
  align: {
3735
- type: import("vue").PropType<"middle" | "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;
3735
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
3736
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
3737
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
3738
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
3739
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
3740
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3741
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3742
3742
  }>;
3743
- default: "middle" | "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;
3743
+ default: "top" | "bottom" | "middle" | "stretch" | {
3744
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
3745
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
3746
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
3747
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
3748
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3749
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3750
3750
  };
3751
3751
  };
3752
3752
  justify: {
@@ -3778,21 +3778,21 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
3778
3778
  };
3779
3779
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
3780
3780
  align: {
3781
- type: import("vue").PropType<"middle" | "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;
3781
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
3782
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
3783
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
3784
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
3785
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
3786
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3787
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3788
3788
  }>;
3789
- default: "middle" | "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;
3789
+ default: "top" | "bottom" | "middle" | "stretch" | {
3790
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
3791
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
3792
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
3793
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
3794
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3795
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3796
3796
  };
3797
3797
  };
3798
3798
  justify: {
@@ -3831,8 +3831,6 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
3831
3831
  readonly validateErrorStop: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
3832
3832
  }, {
3833
3833
  props: import("@vue/shared").LooseRequired<{
3834
- readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
3835
- readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
3836
3834
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
3837
3835
  layout: import("vue-types").VueTypeDef<string>;
3838
3836
  labelCol: {
@@ -4057,23 +4055,25 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
4057
4055
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
4058
4056
  };
4059
4057
  }>>;
4058
+ readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
4059
+ readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
4060
4060
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
4061
4061
  align: {
4062
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
4063
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
4064
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
4065
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
4066
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
4067
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
4068
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
4062
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
4063
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
4064
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
4065
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
4066
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
4067
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4068
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4069
4069
  }>;
4070
- default: "middle" | "bottom" | "top" | "stretch" | {
4071
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
4072
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
4073
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
4074
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
4075
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
4076
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
4070
+ default: "top" | "bottom" | "middle" | "stretch" | {
4071
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
4072
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
4073
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
4074
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
4075
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4076
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4077
4077
  };
4078
4078
  };
4079
4079
  justify: {
@@ -4145,7 +4145,7 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
4145
4145
  emits: (event: "changeField", item: any) => void;
4146
4146
  formData: import("ll-plus/es/index").FormData;
4147
4147
  componentRef: import("vue").Ref<any>;
4148
- getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
4148
+ getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
4149
4149
  handleChange: (...arg: any[]) => void;
4150
4150
  focus: () => Promise<void>;
4151
4151
  getItem: () => any;
@@ -4197,7 +4197,7 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
4197
4197
  emits: (event: "changeField", item: any) => void;
4198
4198
  formData: import("ll-plus/es/index").FormData;
4199
4199
  componentRef: import("vue").Ref<any>;
4200
- getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
4200
+ getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
4201
4201
  handleChange: (...arg: any[]) => void;
4202
4202
  focus: () => Promise<void>;
4203
4203
  getItem: () => any;
@@ -4210,10 +4210,6 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
4210
4210
  validateFields: import("vue").ComputedRef<any[]>;
4211
4211
  computedFormOptions: import("vue").ComputedRef<{
4212
4212
  size?: import("ant-design-vue/es/button").ButtonSize;
4213
- disabled?: boolean | undefined;
4214
- rules?: {
4215
- [k: string]: import("ant-design-vue/es/form").RuleObject | import("ant-design-vue/es/form").RuleObject[];
4216
- } | undefined;
4217
4213
  labelCol?: (Partial<import("vue").ExtractPropTypes<{
4218
4214
  span: (NumberConstructor | StringConstructor)[];
4219
4215
  order: (NumberConstructor | StringConstructor)[];
@@ -4288,11 +4284,15 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
4288
4284
  model?: {
4289
4285
  [key: string]: any;
4290
4286
  } | undefined;
4287
+ rules?: {
4288
+ [k: string]: import("ant-design-vue/es/form").RuleObject | import("ant-design-vue/es/form").RuleObject[];
4289
+ } | undefined;
4291
4290
  validateMessages?: import("ant-design-vue/es/form/interface").ValidateMessages | undefined;
4292
4291
  validateOnRuleChange?: boolean | undefined;
4293
4292
  scrollToFirstError: boolean | import("scroll-into-view-if-needed").Options<any>;
4294
4293
  onSubmit?: ((e: Event) => void) | undefined;
4295
4294
  validateTrigger?: string | string[] | undefined;
4295
+ disabled?: boolean | undefined;
4296
4296
  onValuesChange?: ((changedValues: any, values: any) => void) | undefined;
4297
4297
  onFieldsChange?: ((changedFields: import("ant-design-vue/es/form/interface").FieldData[], allFields: import("ant-design-vue/es/form/interface").FieldData[]) => void) | undefined;
4298
4298
  onFinish?: ((values: any) => void) | undefined;
@@ -4340,7 +4340,7 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
4340
4340
  emits: (event: "changeField", item: any) => void;
4341
4341
  formData: import("ll-plus/es/index").FormData;
4342
4342
  componentRef: import("vue").Ref<any>;
4343
- getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
4343
+ getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
4344
4344
  handleChange: (...arg: any[]) => void;
4345
4345
  focus: () => Promise<void>;
4346
4346
  getItem: () => any;
@@ -5266,21 +5266,21 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
5266
5266
  readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
5267
5267
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
5268
5268
  align: {
5269
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
5270
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
5271
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
5272
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
5273
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
5274
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
5275
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
5269
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
5270
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
5271
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
5272
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
5273
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
5274
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5275
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5276
5276
  }>;
5277
- default: "middle" | "bottom" | "top" | "stretch" | {
5278
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
5279
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
5280
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
5281
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
5282
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
5283
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
5277
+ default: "top" | "bottom" | "middle" | "stretch" | {
5278
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
5279
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
5280
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
5281
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
5282
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5283
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5284
5284
  };
5285
5285
  };
5286
5286
  justify: {
@@ -5312,21 +5312,21 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
5312
5312
  };
5313
5313
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
5314
5314
  align: {
5315
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
5316
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
5317
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
5318
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
5319
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
5320
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
5321
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
5315
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
5316
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
5317
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
5318
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
5319
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
5320
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5321
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5322
5322
  }>;
5323
- default: "middle" | "bottom" | "top" | "stretch" | {
5324
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
5325
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
5326
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
5327
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
5328
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
5329
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
5323
+ default: "top" | "bottom" | "middle" | "stretch" | {
5324
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
5325
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
5326
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
5327
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
5328
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5329
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5330
5330
  };
5331
5331
  };
5332
5332
  justify: {
@@ -5358,21 +5358,21 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
5358
5358
  };
5359
5359
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
5360
5360
  align: {
5361
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
5362
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
5363
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
5364
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
5365
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
5366
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
5367
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
5361
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
5362
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
5363
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
5364
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
5365
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
5366
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5367
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5368
5368
  }>;
5369
- default: "middle" | "bottom" | "top" | "stretch" | {
5370
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
5371
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
5372
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
5373
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
5374
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
5375
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
5369
+ default: "top" | "bottom" | "middle" | "stretch" | {
5370
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
5371
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
5372
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
5373
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
5374
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5375
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5376
5376
  };
5377
5377
  };
5378
5378
  justify: {
@@ -5404,21 +5404,21 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
5404
5404
  };
5405
5405
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
5406
5406
  align: {
5407
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
5408
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
5409
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
5410
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
5411
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
5412
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
5413
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
5407
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
5408
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
5409
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
5410
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
5411
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
5412
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5413
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5414
5414
  }>;
5415
- default: "middle" | "bottom" | "top" | "stretch" | {
5416
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
5417
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
5418
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
5419
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
5420
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
5421
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
5415
+ default: "top" | "bottom" | "middle" | "stretch" | {
5416
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
5417
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
5418
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
5419
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
5420
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5421
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5422
5422
  };
5423
5423
  };
5424
5424
  justify: {
@@ -5458,8 +5458,6 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
5458
5458
  }>> & {
5459
5459
  onChange?: ((params: import("ll-plus/es/index").FormChangeEvent) => any) | undefined;
5460
5460
  }, {
5461
- readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
5462
- readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
5463
5461
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
5464
5462
  layout: import("vue-types").VueTypeDef<string>;
5465
5463
  labelCol: {
@@ -5684,23 +5682,25 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
5684
5682
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
5685
5683
  };
5686
5684
  }>>;
5685
+ readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
5686
+ readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
5687
5687
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
5688
5688
  align: {
5689
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
5690
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
5691
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
5692
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
5693
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
5694
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
5695
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
5689
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
5690
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
5691
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
5692
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
5693
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
5694
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5695
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5696
5696
  }>;
5697
- default: "middle" | "bottom" | "top" | "stretch" | {
5698
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
5699
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
5700
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
5701
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
5702
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
5703
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
5697
+ default: "top" | "bottom" | "middle" | "stretch" | {
5698
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
5699
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
5700
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
5701
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
5702
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5703
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5704
5704
  };
5705
5705
  };
5706
5706
  justify: {
@@ -6646,8 +6646,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
6646
6646
  onConfirm?: (() => any) | undefined;
6647
6647
  onChangeValue?: ((value: Record<string, any>) => any) | undefined;
6648
6648
  }, {
6649
- readonly value: Record<string, any>;
6650
6649
  readonly filterColumns: import("./src/advanced-filtering").FilterColumn[];
6650
+ readonly value: Record<string, any>;
6651
6651
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
6652
6652
  layout: import("vue-types").VueTypeDef<string>;
6653
6653
  labelCol: {
@@ -7777,9 +7777,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
7777
7777
  }, boolean>;
7778
7778
  }, {
7779
7779
  props: import("@vue/shared").LooseRequired<{
7780
- readonly value: Record<string, any>;
7781
- 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>;
7782
7780
  readonly filterColumns: import("./src/advanced-filtering").FilterColumn[];
7781
+ readonly value: Record<string, any>;
7783
7782
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
7784
7783
  layout: import("vue-types").VueTypeDef<string>;
7785
7784
  labelCol: {
@@ -8004,6 +8003,7 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
8004
8003
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
8005
8004
  };
8006
8005
  }>>;
8006
+ 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>;
8007
8007
  readonly onChange?: ((value: Record<string, any>) => any) | undefined;
8008
8008
  readonly "onUpdate:value"?: ((value: Record<string, any>) => any) | undefined;
8009
8009
  } & {}>;
@@ -8935,9 +8935,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
8935
8935
  onChange?: ((value: Record<string, any>) => any) | undefined;
8936
8936
  "onUpdate:value"?: ((value: Record<string, any>) => any) | undefined;
8937
8937
  }, {
8938
- readonly value: Record<string, any>;
8939
- 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>;
8940
8938
  readonly filterColumns: import("./src/advanced-filtering").FilterColumn[];
8939
+ readonly value: Record<string, any>;
8941
8940
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
8942
8941
  layout: import("vue-types").VueTypeDef<string>;
8943
8942
  labelCol: {
@@ -9162,6 +9161,7 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
9162
9161
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
9163
9162
  };
9164
9163
  }>>;
9164
+ 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>;
9165
9165
  }, {}>;
9166
9166
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
9167
9167
  change: (value: Record<string, any>) => boolean;
@@ -10071,9 +10071,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
10071
10071
  onChange?: ((value: Record<string, any>) => any) | undefined;
10072
10072
  "onUpdate:value"?: ((value: Record<string, any>) => any) | undefined;
10073
10073
  }, {
10074
- readonly value: Record<string, any>;
10075
- 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>;
10076
10074
  readonly filterColumns: import("./src/advanced-filtering").FilterColumn[];
10075
+ readonly value: Record<string, any>;
10077
10076
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
10078
10077
  layout: import("vue-types").VueTypeDef<string>;
10079
10078
  labelCol: {
@@ -10298,6 +10297,7 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
10298
10297
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
10299
10298
  };
10300
10299
  }>>;
10300
+ 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>;
10301
10301
  }, {}>>;
10302
10302
  export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWithInstall<import("vue").DefineComponent<{
10303
10303
  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>;
@@ -11200,8 +11200,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
11200
11200
  readonly showFooter: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
11201
11201
  }, {
11202
11202
  props: import("@vue/shared").LooseRequired<{
11203
- readonly value: Record<string, any>;
11204
11203
  readonly filterColumns: import("./src/advanced-filtering").FilterColumn[];
11204
+ readonly value: Record<string, any>;
11205
11205
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
11206
11206
  layout: import("vue-types").VueTypeDef<string>;
11207
11207
  labelCol: {
@@ -11432,7 +11432,7 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
11432
11432
  readonly onConfirm?: (() => any) | undefined;
11433
11433
  readonly onChangeValue?: ((value: Record<string, any>) => any) | undefined;
11434
11434
  } & {}>;
11435
- emits: ((event: "update:value", value: Record<string, any>) => void) & ((event: "confirm") => void) & ((event: "close") => void) & ((event: "changeValue", value: Record<string, any>) => void);
11435
+ emits: ((event: "close") => void) & ((event: "update:value", value: Record<string, any>) => void) & ((event: "confirm") => void) & ((event: "changeValue", value: Record<string, any>) => void);
11436
11436
  bem: {
11437
11437
  b: (blockSuffix?: string) => string;
11438
11438
  e: (element?: string) => string;
@@ -12350,21 +12350,21 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
12350
12350
  readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
12351
12351
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
12352
12352
  align: {
12353
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
12354
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
12355
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
12356
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
12357
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
12358
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12359
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12353
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
12354
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
12355
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
12356
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
12357
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
12358
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12359
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12360
12360
  }>;
12361
- default: "middle" | "bottom" | "top" | "stretch" | {
12362
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
12363
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
12364
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
12365
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
12366
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12367
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12361
+ default: "top" | "bottom" | "middle" | "stretch" | {
12362
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
12363
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
12364
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
12365
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
12366
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12367
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12368
12368
  };
12369
12369
  };
12370
12370
  justify: {
@@ -12396,21 +12396,21 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
12396
12396
  };
12397
12397
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
12398
12398
  align: {
12399
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
12400
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
12401
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
12402
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
12403
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
12404
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12405
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12399
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
12400
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
12401
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
12402
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
12403
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
12404
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12405
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12406
12406
  }>;
12407
- default: "middle" | "bottom" | "top" | "stretch" | {
12408
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
12409
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
12410
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
12411
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
12412
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12413
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12407
+ default: "top" | "bottom" | "middle" | "stretch" | {
12408
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
12409
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
12410
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
12411
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
12412
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12413
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12414
12414
  };
12415
12415
  };
12416
12416
  justify: {
@@ -12442,21 +12442,21 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
12442
12442
  };
12443
12443
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
12444
12444
  align: {
12445
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
12446
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
12447
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
12448
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
12449
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
12450
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12451
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12445
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
12446
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
12447
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
12448
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
12449
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
12450
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12451
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12452
12452
  }>;
12453
- default: "middle" | "bottom" | "top" | "stretch" | {
12454
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
12455
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
12456
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
12457
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
12458
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12459
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12453
+ default: "top" | "bottom" | "middle" | "stretch" | {
12454
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
12455
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
12456
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
12457
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
12458
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12459
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12460
12460
  };
12461
12461
  };
12462
12462
  justify: {
@@ -12488,21 +12488,21 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
12488
12488
  };
12489
12489
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
12490
12490
  align: {
12491
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
12492
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
12493
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
12494
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
12495
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
12496
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12497
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12491
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
12492
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
12493
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
12494
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
12495
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
12496
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12497
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12498
12498
  }>;
12499
- default: "middle" | "bottom" | "top" | "stretch" | {
12500
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
12501
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
12502
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
12503
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
12504
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12505
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12499
+ default: "top" | "bottom" | "middle" | "stretch" | {
12500
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
12501
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
12502
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
12503
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
12504
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12505
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12506
12506
  };
12507
12507
  };
12508
12508
  justify: {
@@ -12541,8 +12541,6 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
12541
12541
  readonly validateErrorStop: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
12542
12542
  }, {
12543
12543
  props: import("@vue/shared").LooseRequired<{
12544
- readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
12545
- readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
12546
12544
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
12547
12545
  layout: import("vue-types").VueTypeDef<string>;
12548
12546
  labelCol: {
@@ -12767,23 +12765,25 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
12767
12765
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
12768
12766
  };
12769
12767
  }>>;
12768
+ readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
12769
+ readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
12770
12770
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
12771
12771
  align: {
12772
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
12773
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
12774
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
12775
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
12776
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
12777
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12778
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12772
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
12773
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
12774
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
12775
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
12776
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
12777
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12778
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12779
12779
  }>;
12780
- default: "middle" | "bottom" | "top" | "stretch" | {
12781
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
12782
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
12783
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
12784
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
12785
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12786
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12780
+ default: "top" | "bottom" | "middle" | "stretch" | {
12781
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
12782
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
12783
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
12784
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
12785
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12786
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12787
12787
  };
12788
12788
  };
12789
12789
  justify: {
@@ -12855,7 +12855,7 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
12855
12855
  emits: (event: "changeField", item: any) => void;
12856
12856
  formData: import("ll-plus/es/index").FormData;
12857
12857
  componentRef: import("vue").Ref<any>;
12858
- getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
12858
+ getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
12859
12859
  handleChange: (...arg: any[]) => void;
12860
12860
  focus: () => Promise<void>;
12861
12861
  getItem: () => any;
@@ -12907,7 +12907,7 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
12907
12907
  emits: (event: "changeField", item: any) => void;
12908
12908
  formData: import("ll-plus/es/index").FormData;
12909
12909
  componentRef: import("vue").Ref<any>;
12910
- getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
12910
+ getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
12911
12911
  handleChange: (...arg: any[]) => void;
12912
12912
  focus: () => Promise<void>;
12913
12913
  getItem: () => any;
@@ -12920,10 +12920,6 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
12920
12920
  validateFields: import("vue").ComputedRef<any[]>;
12921
12921
  computedFormOptions: import("vue").ComputedRef<{
12922
12922
  size?: import("ant-design-vue/es/button").ButtonSize;
12923
- disabled?: boolean | undefined;
12924
- rules?: {
12925
- [k: string]: import("ant-design-vue/es/form").RuleObject | import("ant-design-vue/es/form").RuleObject[];
12926
- } | undefined;
12927
12923
  labelCol?: (Partial<import("vue").ExtractPropTypes<{
12928
12924
  span: (NumberConstructor | StringConstructor)[];
12929
12925
  order: (NumberConstructor | StringConstructor)[];
@@ -12998,11 +12994,15 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
12998
12994
  model?: {
12999
12995
  [key: string]: any;
13000
12996
  } | undefined;
12997
+ rules?: {
12998
+ [k: string]: import("ant-design-vue/es/form").RuleObject | import("ant-design-vue/es/form").RuleObject[];
12999
+ } | undefined;
13001
13000
  validateMessages?: import("ant-design-vue/es/form/interface").ValidateMessages | undefined;
13002
13001
  validateOnRuleChange?: boolean | undefined;
13003
13002
  scrollToFirstError: boolean | import("scroll-into-view-if-needed").Options<any>;
13004
13003
  onSubmit?: ((e: Event) => void) | undefined;
13005
13004
  validateTrigger?: string | string[] | undefined;
13005
+ disabled?: boolean | undefined;
13006
13006
  onValuesChange?: ((changedValues: any, values: any) => void) | undefined;
13007
13007
  onFieldsChange?: ((changedFields: import("ant-design-vue/es/form/interface").FieldData[], allFields: import("ant-design-vue/es/form/interface").FieldData[]) => void) | undefined;
13008
13008
  onFinish?: ((values: any) => void) | undefined;
@@ -13050,7 +13050,7 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
13050
13050
  emits: (event: "changeField", item: any) => void;
13051
13051
  formData: import("ll-plus/es/index").FormData;
13052
13052
  componentRef: import("vue").Ref<any>;
13053
- getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
13053
+ getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
13054
13054
  handleChange: (...arg: any[]) => void;
13055
13055
  focus: () => Promise<void>;
13056
13056
  getItem: () => any;
@@ -13976,21 +13976,21 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
13976
13976
  readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
13977
13977
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
13978
13978
  align: {
13979
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
13980
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
13981
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
13982
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
13983
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
13984
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
13985
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
13979
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
13980
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
13981
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
13982
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
13983
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
13984
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13985
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13986
13986
  }>;
13987
- default: "middle" | "bottom" | "top" | "stretch" | {
13988
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
13989
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
13990
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
13991
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
13992
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
13993
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
13987
+ default: "top" | "bottom" | "middle" | "stretch" | {
13988
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
13989
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
13990
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
13991
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
13992
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13993
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13994
13994
  };
13995
13995
  };
13996
13996
  justify: {
@@ -14022,21 +14022,21 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
14022
14022
  };
14023
14023
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
14024
14024
  align: {
14025
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
14026
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
14027
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
14028
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
14029
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
14030
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
14031
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
14025
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
14026
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
14027
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
14028
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
14029
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
14030
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14031
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14032
14032
  }>;
14033
- default: "middle" | "bottom" | "top" | "stretch" | {
14034
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
14035
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
14036
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
14037
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
14038
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
14039
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
14033
+ default: "top" | "bottom" | "middle" | "stretch" | {
14034
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
14035
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
14036
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
14037
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
14038
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14039
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14040
14040
  };
14041
14041
  };
14042
14042
  justify: {
@@ -14068,21 +14068,21 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
14068
14068
  };
14069
14069
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
14070
14070
  align: {
14071
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
14072
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
14073
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
14074
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
14075
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
14076
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
14077
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
14071
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
14072
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
14073
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
14074
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
14075
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
14076
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14077
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14078
14078
  }>;
14079
- default: "middle" | "bottom" | "top" | "stretch" | {
14080
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
14081
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
14082
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
14083
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
14084
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
14085
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
14079
+ default: "top" | "bottom" | "middle" | "stretch" | {
14080
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
14081
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
14082
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
14083
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
14084
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14085
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14086
14086
  };
14087
14087
  };
14088
14088
  justify: {
@@ -14114,21 +14114,21 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
14114
14114
  };
14115
14115
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
14116
14116
  align: {
14117
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
14118
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
14119
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
14120
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
14121
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
14122
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
14123
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
14117
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
14118
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
14119
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
14120
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
14121
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
14122
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14123
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14124
14124
  }>;
14125
- default: "middle" | "bottom" | "top" | "stretch" | {
14126
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
14127
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
14128
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
14129
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
14130
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
14131
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
14125
+ default: "top" | "bottom" | "middle" | "stretch" | {
14126
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
14127
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
14128
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
14129
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
14130
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14131
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14132
14132
  };
14133
14133
  };
14134
14134
  justify: {
@@ -14168,8 +14168,6 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
14168
14168
  }>> & {
14169
14169
  onChange?: ((params: import("ll-plus/es/index").FormChangeEvent) => any) | undefined;
14170
14170
  }, {
14171
- readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
14172
- readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
14173
14171
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
14174
14172
  layout: import("vue-types").VueTypeDef<string>;
14175
14173
  labelCol: {
@@ -14394,23 +14392,25 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
14394
14392
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
14395
14393
  };
14396
14394
  }>>;
14395
+ readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
14396
+ readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
14397
14397
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
14398
14398
  align: {
14399
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
14400
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
14401
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
14402
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
14403
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
14404
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
14405
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
14399
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
14400
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
14401
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
14402
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
14403
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
14404
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14405
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14406
14406
  }>;
14407
- default: "middle" | "bottom" | "top" | "stretch" | {
14408
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
14409
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
14410
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
14411
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
14412
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
14413
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
14407
+ default: "top" | "bottom" | "middle" | "stretch" | {
14408
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
14409
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
14410
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
14411
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
14412
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14413
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14414
14414
  };
14415
14415
  };
14416
14416
  justify: {
@@ -15356,8 +15356,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
15356
15356
  onConfirm?: (() => any) | undefined;
15357
15357
  onChangeValue?: ((value: Record<string, any>) => any) | undefined;
15358
15358
  }, {
15359
- readonly value: Record<string, any>;
15360
15359
  readonly filterColumns: import("./src/advanced-filtering").FilterColumn[];
15360
+ readonly value: Record<string, any>;
15361
15361
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
15362
15362
  layout: import("vue-types").VueTypeDef<string>;
15363
15363
  labelCol: {
@@ -16487,9 +16487,8 @@ export declare const LlAdvancedFilteringTags: import("ll-plus/es/utils").SFCWith
16487
16487
  }, boolean>;
16488
16488
  }, {
16489
16489
  props: import("@vue/shared").LooseRequired<{
16490
- readonly value: Record<string, any>;
16491
- 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>;
16492
16490
  readonly filterColumns: import("./src/advanced-filtering").FilterColumn[];
16491
+ readonly value: Record<string, any>;
16493
16492
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
16494
16493
  layout: import("vue-types").VueTypeDef<string>;
16495
16494
  labelCol: {
@@ -16714,6 +16713,7 @@ export declare const LlAdvancedFilteringTags: import("ll-plus/es/utils").SFCWith
16714
16713
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
16715
16714
  };
16716
16715
  }>>;
16716
+ 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>;
16717
16717
  readonly onChange?: ((value: Record<string, any>) => any) | undefined;
16718
16718
  readonly "onUpdate:value"?: ((value: Record<string, any>) => any) | undefined;
16719
16719
  } & {}>;
@@ -17645,9 +17645,8 @@ export declare const LlAdvancedFilteringTags: import("ll-plus/es/utils").SFCWith
17645
17645
  onChange?: ((value: Record<string, any>) => any) | undefined;
17646
17646
  "onUpdate:value"?: ((value: Record<string, any>) => any) | undefined;
17647
17647
  }, {
17648
- readonly value: Record<string, any>;
17649
- 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>;
17650
17648
  readonly filterColumns: import("./src/advanced-filtering").FilterColumn[];
17649
+ readonly value: Record<string, any>;
17651
17650
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
17652
17651
  layout: import("vue-types").VueTypeDef<string>;
17653
17652
  labelCol: {
@@ -17872,6 +17871,7 @@ export declare const LlAdvancedFilteringTags: import("ll-plus/es/utils").SFCWith
17872
17871
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
17873
17872
  };
17874
17873
  }>>;
17874
+ 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>;
17875
17875
  }, {}>>;
17876
17876
  export * from './src/advanced-filtering';
17877
17877
  declare module 'vue' {