ll-plus 2.9.20 → 2.9.22

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 (226) hide show
  1. package/es/components/advanced-filtering/index.d.ts +302 -302
  2. package/es/components/advanced-filtering/src/advanced-filtering.vue.d.ts +152 -152
  3. package/es/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +148 -148
  4. package/es/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +2 -2
  5. package/es/components/api-component/index.d.ts +16 -16
  6. package/es/components/api-component/src/api-component.vue.d.ts +16 -16
  7. package/es/components/api-component/src/components/api-modal.vue.d.ts +2 -2
  8. package/es/components/api-component/src/components/body-component.vue.d.ts +6 -6
  9. package/es/components/api-component/src/components/click-input.vue.d.ts +2 -2
  10. package/es/components/api-component/src/components/params-table-row.vue.d.ts +4 -4
  11. package/es/components/api-component/src/components/params-table.vue.d.ts +6 -6
  12. package/es/components/breadcrumb-card/index.d.ts +3 -3
  13. package/es/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +3 -3
  14. package/es/components/checkbox/index.d.ts +217 -217
  15. package/es/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  16. package/es/components/checkbox/src/checkbox.d.ts +56 -56
  17. package/es/components/code-editor/index.d.ts +2 -2
  18. package/es/components/code-editor/src/code-editor.vue.d.ts +2 -2
  19. package/es/components/cropper/index.d.ts +4 -4
  20. package/es/components/cropper/src/cropper-image.vue.d.ts +2 -2
  21. package/es/components/cropper/src/cropper-modal.vue.d.ts +2 -2
  22. package/es/components/drawer/index.d.ts +7 -7
  23. package/es/components/drawer/src/components/second-confirmation/index.d.ts +2 -2
  24. package/es/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +2 -2
  25. package/es/components/drawer/src/drawer.vue.d.ts +7 -7
  26. package/es/components/dropdown-button-simple/index.d.ts +11 -11
  27. package/es/components/dropdown-button-simple/src/dropdown-button-simple.d.ts +4 -4
  28. package/es/components/dropdown-button-simple/src/dropdown-button-simple.vue.d.ts +11 -11
  29. package/es/components/easy-cron/index.d.ts +77 -77
  30. package/es/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +77 -77
  31. package/es/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +77 -77
  32. package/es/components/easy-cron/src/easy-cron.vue.d.ts +77 -77
  33. package/es/components/form/index.d.ts +148 -148
  34. package/es/components/form/src/config/form.d.ts +56 -56
  35. package/es/components/form/src/form.vue.d.ts +148 -148
  36. package/es/components/icon-picker/index.d.ts +1 -1
  37. package/es/components/icon-picker/src/components/modal.vue.d.ts +1 -1
  38. package/es/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
  39. package/es/components/input/index.d.ts +31 -31
  40. package/es/components/input/src/input.vue.d.ts +31 -31
  41. package/es/components/key-value/src/components/key-value-item.vue.d.ts +240 -240
  42. package/es/components/key-value/src/key-value.vue.d.ts +720 -720
  43. package/es/components/modal/index.d.ts +2 -2
  44. package/es/components/modal/src/modal.vue.d.ts +2 -2
  45. package/es/components/new-drawer/index.d.ts +9 -9
  46. package/es/components/new-drawer/src/drawer.vue.d.ts +9 -9
  47. package/es/components/new-modal/index.d.ts +3 -3
  48. package/es/components/new-modal/src/modal.vue.d.ts +3 -3
  49. package/es/components/operate-icon/index.d.ts +6 -1
  50. package/es/components/operate-icon/src/operate-icon.d.ts +1 -0
  51. package/es/components/operate-icon/src/operate-icon.vue.d.ts +6 -1
  52. package/es/components/select/index.d.ts +11 -11
  53. package/es/components/select/src/select.vue.d.ts +11 -11
  54. package/es/components/select-group/index.d.ts +4 -4
  55. package/es/components/select-group/src/select-group.vue.d.ts +4 -4
  56. package/es/components/table/index.d.ts +6 -6
  57. package/es/components/table/src/components/main-table.vue.d.ts +2 -2
  58. package/es/components/table/src/config/table.d.ts +2 -2
  59. package/es/components/table/src/table.vue.d.ts +6 -6
  60. package/es/components/textarea/index.d.ts +5 -5
  61. package/es/components/textarea/src/textarea.vue.d.ts +5 -5
  62. package/es/components/tooltip/index.d.ts +6 -6
  63. package/es/components/tooltip/src/tooltip.d.ts +1 -1
  64. package/es/components/tooltip/src/tooltip.vue.d.ts +6 -6
  65. package/es/components/tree-search/index.d.ts +6 -6
  66. package/es/components/tree-search/src/config/tree-search.d.ts +2 -2
  67. package/es/components/tree-search/src/tree-search.vue.d.ts +6 -6
  68. package/es/components/upload-drag/index.d.ts +2 -2
  69. package/es/components/upload-drag/src/upload-drag.vue.d.ts +2 -2
  70. package/es/packages/components/operate-icon/src/operate-icon.mjs +4 -0
  71. package/es/packages/components/operate-icon/src/operate-icon.mjs.map +1 -1
  72. package/es/packages/components/operate-icon/src/operate-icon.vue2.mjs +7 -1
  73. package/es/packages/components/operate-icon/src/operate-icon.vue2.mjs.map +1 -1
  74. package/es/packages/components/operate-tree/src/operate-tree.vue2.mjs.map +1 -1
  75. package/index.full.js +11 -1
  76. package/index.full.min.js +18 -18
  77. package/index.full.min.js.map +1 -1
  78. package/index.full.min.mjs +20 -20
  79. package/index.full.min.mjs.map +1 -1
  80. package/index.full.mjs +11 -1
  81. package/lib/components/advanced-filtering/index.d.ts +302 -302
  82. package/lib/components/advanced-filtering/src/advanced-filtering.vue.d.ts +152 -152
  83. package/lib/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +148 -148
  84. package/lib/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +2 -2
  85. package/lib/components/api-component/index.d.ts +16 -16
  86. package/lib/components/api-component/src/api-component.vue.d.ts +16 -16
  87. package/lib/components/api-component/src/components/api-modal.vue.d.ts +2 -2
  88. package/lib/components/api-component/src/components/body-component.vue.d.ts +6 -6
  89. package/lib/components/api-component/src/components/click-input.vue.d.ts +2 -2
  90. package/lib/components/api-component/src/components/params-table-row.vue.d.ts +4 -4
  91. package/lib/components/api-component/src/components/params-table.vue.d.ts +6 -6
  92. package/lib/components/breadcrumb-card/index.d.ts +3 -3
  93. package/lib/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +3 -3
  94. package/lib/components/checkbox/index.d.ts +217 -217
  95. package/lib/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  96. package/lib/components/checkbox/src/checkbox.d.ts +56 -56
  97. package/lib/components/code-editor/index.d.ts +2 -2
  98. package/lib/components/code-editor/src/code-editor.vue.d.ts +2 -2
  99. package/lib/components/cropper/index.d.ts +4 -4
  100. package/lib/components/cropper/src/cropper-image.vue.d.ts +2 -2
  101. package/lib/components/cropper/src/cropper-modal.vue.d.ts +2 -2
  102. package/lib/components/drawer/index.d.ts +7 -7
  103. package/lib/components/drawer/src/components/second-confirmation/index.d.ts +2 -2
  104. package/lib/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +2 -2
  105. package/lib/components/drawer/src/drawer.vue.d.ts +7 -7
  106. package/lib/components/dropdown-button-simple/index.d.ts +11 -11
  107. package/lib/components/dropdown-button-simple/src/dropdown-button-simple.d.ts +4 -4
  108. package/lib/components/dropdown-button-simple/src/dropdown-button-simple.vue.d.ts +11 -11
  109. package/lib/components/easy-cron/index.d.ts +77 -77
  110. package/lib/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +77 -77
  111. package/lib/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +77 -77
  112. package/lib/components/easy-cron/src/easy-cron.vue.d.ts +77 -77
  113. package/lib/components/form/index.d.ts +148 -148
  114. package/lib/components/form/src/config/form.d.ts +56 -56
  115. package/lib/components/form/src/form.vue.d.ts +148 -148
  116. package/lib/components/icon-picker/index.d.ts +1 -1
  117. package/lib/components/icon-picker/src/components/modal.vue.d.ts +1 -1
  118. package/lib/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
  119. package/lib/components/input/index.d.ts +31 -31
  120. package/lib/components/input/src/input.vue.d.ts +31 -31
  121. package/lib/components/key-value/src/components/key-value-item.vue.d.ts +240 -240
  122. package/lib/components/key-value/src/key-value.vue.d.ts +720 -720
  123. package/lib/components/modal/index.d.ts +2 -2
  124. package/lib/components/modal/src/modal.vue.d.ts +2 -2
  125. package/lib/components/new-drawer/index.d.ts +9 -9
  126. package/lib/components/new-drawer/src/drawer.vue.d.ts +9 -9
  127. package/lib/components/new-modal/index.d.ts +3 -3
  128. package/lib/components/new-modal/src/modal.vue.d.ts +3 -3
  129. package/lib/components/operate-icon/index.d.ts +6 -1
  130. package/lib/components/operate-icon/src/operate-icon.d.ts +1 -0
  131. package/lib/components/operate-icon/src/operate-icon.vue.d.ts +6 -1
  132. package/lib/components/select/index.d.ts +11 -11
  133. package/lib/components/select/src/select.vue.d.ts +11 -11
  134. package/lib/components/select-group/index.d.ts +4 -4
  135. package/lib/components/select-group/src/select-group.vue.d.ts +4 -4
  136. package/lib/components/table/index.d.ts +6 -6
  137. package/lib/components/table/src/components/main-table.vue.d.ts +2 -2
  138. package/lib/components/table/src/config/table.d.ts +2 -2
  139. package/lib/components/table/src/table.vue.d.ts +6 -6
  140. package/lib/components/textarea/index.d.ts +5 -5
  141. package/lib/components/textarea/src/textarea.vue.d.ts +5 -5
  142. package/lib/components/tooltip/index.d.ts +6 -6
  143. package/lib/components/tooltip/src/tooltip.d.ts +1 -1
  144. package/lib/components/tooltip/src/tooltip.vue.d.ts +6 -6
  145. package/lib/components/tree-search/index.d.ts +6 -6
  146. package/lib/components/tree-search/src/config/tree-search.d.ts +2 -2
  147. package/lib/components/tree-search/src/tree-search.vue.d.ts +6 -6
  148. package/lib/components/upload-drag/index.d.ts +2 -2
  149. package/lib/components/upload-drag/src/upload-drag.vue.d.ts +2 -2
  150. package/lib/packages/components/operate-icon/src/operate-icon.js +4 -0
  151. package/lib/packages/components/operate-icon/src/operate-icon.js.map +1 -1
  152. package/lib/packages/components/operate-icon/src/operate-icon.vue2.js +7 -1
  153. package/lib/packages/components/operate-icon/src/operate-icon.vue2.js.map +1 -1
  154. package/lib/packages/components/operate-tree/src/operate-tree.vue2.js.map +1 -1
  155. package/package.json +4 -4
  156. package/theme-chalk/css/index.css +1 -1
  157. package/theme-chalk/css/operate-tree.css +1 -1
  158. package/types/packages/components/advanced-filtering/index.d.ts +302 -302
  159. package/types/packages/components/advanced-filtering/src/advanced-filtering.vue.d.ts +152 -152
  160. package/types/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +148 -148
  161. package/types/packages/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +2 -2
  162. package/types/packages/components/api-component/index.d.ts +16 -16
  163. package/types/packages/components/api-component/src/api-component.vue.d.ts +16 -16
  164. package/types/packages/components/api-component/src/components/api-modal.vue.d.ts +2 -2
  165. package/types/packages/components/api-component/src/components/body-component.vue.d.ts +6 -6
  166. package/types/packages/components/api-component/src/components/click-input.vue.d.ts +2 -2
  167. package/types/packages/components/api-component/src/components/params-table-row.vue.d.ts +4 -4
  168. package/types/packages/components/api-component/src/components/params-table.vue.d.ts +6 -6
  169. package/types/packages/components/breadcrumb-card/index.d.ts +3 -3
  170. package/types/packages/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +3 -3
  171. package/types/packages/components/checkbox/index.d.ts +217 -217
  172. package/types/packages/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  173. package/types/packages/components/checkbox/src/checkbox.d.ts +56 -56
  174. package/types/packages/components/code-editor/index.d.ts +2 -2
  175. package/types/packages/components/code-editor/src/code-editor.vue.d.ts +2 -2
  176. package/types/packages/components/cropper/index.d.ts +4 -4
  177. package/types/packages/components/cropper/src/cropper-image.vue.d.ts +2 -2
  178. package/types/packages/components/cropper/src/cropper-modal.vue.d.ts +2 -2
  179. package/types/packages/components/drawer/index.d.ts +7 -7
  180. package/types/packages/components/drawer/src/components/second-confirmation/index.d.ts +2 -2
  181. package/types/packages/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +2 -2
  182. package/types/packages/components/drawer/src/drawer.vue.d.ts +7 -7
  183. package/types/packages/components/dropdown-button-simple/index.d.ts +11 -11
  184. package/types/packages/components/dropdown-button-simple/src/dropdown-button-simple.d.ts +4 -4
  185. package/types/packages/components/dropdown-button-simple/src/dropdown-button-simple.vue.d.ts +11 -11
  186. package/types/packages/components/easy-cron/index.d.ts +77 -77
  187. package/types/packages/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +77 -77
  188. package/types/packages/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +77 -77
  189. package/types/packages/components/easy-cron/src/easy-cron.vue.d.ts +77 -77
  190. package/types/packages/components/form/index.d.ts +148 -148
  191. package/types/packages/components/form/src/config/form.d.ts +56 -56
  192. package/types/packages/components/form/src/form.vue.d.ts +148 -148
  193. package/types/packages/components/icon-picker/index.d.ts +1 -1
  194. package/types/packages/components/icon-picker/src/components/modal.vue.d.ts +1 -1
  195. package/types/packages/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
  196. package/types/packages/components/input/index.d.ts +31 -31
  197. package/types/packages/components/input/src/input.vue.d.ts +31 -31
  198. package/types/packages/components/key-value/src/components/key-value-item.vue.d.ts +240 -240
  199. package/types/packages/components/key-value/src/key-value.vue.d.ts +720 -720
  200. package/types/packages/components/modal/index.d.ts +2 -2
  201. package/types/packages/components/modal/src/modal.vue.d.ts +2 -2
  202. package/types/packages/components/new-drawer/index.d.ts +9 -9
  203. package/types/packages/components/new-drawer/src/drawer.vue.d.ts +9 -9
  204. package/types/packages/components/new-modal/index.d.ts +3 -3
  205. package/types/packages/components/new-modal/src/modal.vue.d.ts +3 -3
  206. package/types/packages/components/operate-icon/index.d.ts +6 -1
  207. package/types/packages/components/operate-icon/src/operate-icon.d.ts +1 -0
  208. package/types/packages/components/operate-icon/src/operate-icon.vue.d.ts +6 -1
  209. package/types/packages/components/select/index.d.ts +11 -11
  210. package/types/packages/components/select/src/select.vue.d.ts +11 -11
  211. package/types/packages/components/select-group/index.d.ts +4 -4
  212. package/types/packages/components/select-group/src/select-group.vue.d.ts +4 -4
  213. package/types/packages/components/table/index.d.ts +6 -6
  214. package/types/packages/components/table/src/components/main-table.vue.d.ts +2 -2
  215. package/types/packages/components/table/src/config/table.d.ts +2 -2
  216. package/types/packages/components/table/src/table.vue.d.ts +6 -6
  217. package/types/packages/components/textarea/index.d.ts +5 -5
  218. package/types/packages/components/textarea/src/textarea.vue.d.ts +5 -5
  219. package/types/packages/components/tooltip/index.d.ts +6 -6
  220. package/types/packages/components/tooltip/src/tooltip.d.ts +1 -1
  221. package/types/packages/components/tooltip/src/tooltip.vue.d.ts +6 -6
  222. package/types/packages/components/tree-search/index.d.ts +6 -6
  223. package/types/packages/components/tree-search/src/config/tree-search.d.ts +2 -2
  224. package/types/packages/components/tree-search/src/tree-search.vue.d.ts +6 -6
  225. package/types/packages/components/upload-drag/index.d.ts +2 -2
  226. package/types/packages/components/upload-drag/src/upload-drag.vue.d.ts +2 -2
@@ -905,7 +905,6 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
905
905
  }, {
906
906
  props: import("@vue/shared").LooseRequired<{
907
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
908
  readonly filterColumns: import("./src/advanced-filtering").FilterColumn[];
910
909
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
911
910
  layout: import("vue-types").VueTypeDef<string>;
@@ -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
  } & {}>;
@@ -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<"middle" | "top" | "bottom" | "stretch" | {
3644
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
3645
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
3646
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
3647
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
3648
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3649
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3650
3650
  }>;
3651
- default: "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: "middle" | "top" | "bottom" | "stretch" | {
3652
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
3653
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
3654
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
3655
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
3656
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3657
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3658
3658
  };
3659
3659
  };
3660
3660
  justify: {
@@ -3686,21 +3686,21 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
3686
3686
  };
3687
3687
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
3688
3688
  align: {
3689
- type: import("vue").PropType<"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<"middle" | "top" | "bottom" | "stretch" | {
3690
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
3691
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
3692
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
3693
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
3694
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3695
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3696
3696
  }>;
3697
- default: "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: "middle" | "top" | "bottom" | "stretch" | {
3698
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
3699
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
3700
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
3701
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
3702
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3703
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3704
3704
  };
3705
3705
  };
3706
3706
  justify: {
@@ -3732,21 +3732,21 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
3732
3732
  };
3733
3733
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
3734
3734
  align: {
3735
- type: import("vue").PropType<"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<"middle" | "top" | "bottom" | "stretch" | {
3736
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
3737
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
3738
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
3739
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
3740
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3741
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3742
3742
  }>;
3743
- default: "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: "middle" | "top" | "bottom" | "stretch" | {
3744
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
3745
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
3746
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
3747
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
3748
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3749
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3750
3750
  };
3751
3751
  };
3752
3752
  justify: {
@@ -3778,21 +3778,21 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
3778
3778
  };
3779
3779
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
3780
3780
  align: {
3781
- type: import("vue").PropType<"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<"middle" | "top" | "bottom" | "stretch" | {
3782
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
3783
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
3784
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
3785
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
3786
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3787
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3788
3788
  }>;
3789
- default: "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: "middle" | "top" | "bottom" | "stretch" | {
3790
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
3791
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
3792
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
3793
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
3794
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3795
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3796
3796
  };
3797
3797
  };
3798
3798
  justify: {
@@ -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, true, 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<"middle" | "top" | "bottom" | "stretch" | {
4063
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4064
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4065
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4066
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4067
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4068
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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: "middle" | "top" | "bottom" | "stretch" | {
4071
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4072
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4073
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4074
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4075
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4076
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4077
4077
  };
4078
4078
  };
4079
4079
  justify: {
@@ -4211,10 +4211,6 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
4211
4211
  computedFormOptions: import("vue").ComputedRef<{
4212
4212
  onSubmit?: ((e: Event) => void) | undefined;
4213
4213
  size?: import("ant-design-vue/es/button").ButtonSize;
4214
- disabled?: boolean | undefined;
4215
- rules?: {
4216
- [k: string]: import("ant-design-vue/es/form").RuleObject | import("ant-design-vue/es/form").RuleObject[];
4217
- } | undefined;
4218
4214
  labelCol?: (Partial<import("vue").ExtractPropTypes<{
4219
4215
  span: (StringConstructor | NumberConstructor)[];
4220
4216
  order: (StringConstructor | NumberConstructor)[];
@@ -4289,10 +4285,14 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
4289
4285
  model?: {
4290
4286
  [key: string]: any;
4291
4287
  } | undefined;
4288
+ rules?: {
4289
+ [k: string]: import("ant-design-vue/es/form").RuleObject | import("ant-design-vue/es/form").RuleObject[];
4290
+ } | undefined;
4292
4291
  validateMessages?: import("ant-design-vue/es/form/interface").ValidateMessages | undefined;
4293
4292
  validateOnRuleChange?: boolean | undefined;
4294
4293
  scrollToFirstError: boolean | import("scroll-into-view-if-needed").Options<any>;
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;
@@ -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<"middle" | "top" | "bottom" | "stretch" | {
5270
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
5271
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
5272
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
5273
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
5274
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5275
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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: "middle" | "top" | "bottom" | "stretch" | {
5278
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
5279
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
5280
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
5281
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
5282
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5283
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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<"middle" | "top" | "bottom" | "stretch" | {
5316
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
5317
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
5318
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
5319
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
5320
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5321
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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: "middle" | "top" | "bottom" | "stretch" | {
5324
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
5325
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
5326
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
5327
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
5328
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5329
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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<"middle" | "top" | "bottom" | "stretch" | {
5362
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
5363
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
5364
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
5365
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
5366
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5367
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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: "middle" | "top" | "bottom" | "stretch" | {
5370
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
5371
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
5372
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
5373
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
5374
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5375
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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<"middle" | "top" | "bottom" | "stretch" | {
5408
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
5409
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
5410
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
5411
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
5412
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5413
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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: "middle" | "top" | "bottom" | "stretch" | {
5416
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
5417
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
5418
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
5419
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
5420
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5421
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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<"middle" | "top" | "bottom" | "stretch" | {
5690
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
5691
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
5692
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
5693
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
5694
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5695
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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: "middle" | "top" | "bottom" | "stretch" | {
5698
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
5699
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
5700
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
5701
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
5702
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5703
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5704
5704
  };
5705
5705
  };
5706
5706
  justify: {
@@ -7778,7 +7778,6 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
7778
7778
  }, {
7779
7779
  props: import("@vue/shared").LooseRequired<{
7780
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
7781
  readonly filterColumns: import("./src/advanced-filtering").FilterColumn[];
7783
7782
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
7784
7783
  layout: import("vue-types").VueTypeDef<string>;
@@ -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
  } & {}>;
@@ -8936,7 +8936,6 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
8936
8936
  "onUpdate:value"?: ((value: Record<string, any>) => any) | undefined;
8937
8937
  }, {
8938
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
8939
  readonly filterColumns: import("./src/advanced-filtering").FilterColumn[];
8941
8940
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
8942
8941
  layout: import("vue-types").VueTypeDef<string>;
@@ -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;
@@ -10072,7 +10072,6 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
10072
10072
  "onUpdate:value"?: ((value: Record<string, any>) => any) | undefined;
10073
10073
  }, {
10074
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
10075
  readonly filterColumns: import("./src/advanced-filtering").FilterColumn[];
10077
10076
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
10078
10077
  layout: import("vue-types").VueTypeDef<string>;
@@ -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>;
@@ -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<"middle" | "top" | "bottom" | "stretch" | {
12354
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12355
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12356
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12357
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12358
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12359
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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: "middle" | "top" | "bottom" | "stretch" | {
12362
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12363
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12364
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12365
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12366
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12367
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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<"middle" | "top" | "bottom" | "stretch" | {
12400
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12401
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12402
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12403
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12404
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12405
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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: "middle" | "top" | "bottom" | "stretch" | {
12408
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12409
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12410
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12411
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12412
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12413
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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<"middle" | "top" | "bottom" | "stretch" | {
12446
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12447
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12448
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12449
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12450
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12451
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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: "middle" | "top" | "bottom" | "stretch" | {
12454
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12455
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12456
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12457
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12458
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12459
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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<"middle" | "top" | "bottom" | "stretch" | {
12492
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12493
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12494
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12495
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12496
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12497
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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: "middle" | "top" | "bottom" | "stretch" | {
12500
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12501
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12502
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12503
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12504
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12505
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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, true, 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<"middle" | "top" | "bottom" | "stretch" | {
12773
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12774
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12775
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12776
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12777
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12778
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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: "middle" | "top" | "bottom" | "stretch" | {
12781
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12782
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12783
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12784
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12785
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12786
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12787
12787
  };
12788
12788
  };
12789
12789
  justify: {
@@ -12921,10 +12921,6 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
12921
12921
  computedFormOptions: import("vue").ComputedRef<{
12922
12922
  onSubmit?: ((e: Event) => void) | undefined;
12923
12923
  size?: import("ant-design-vue/es/button").ButtonSize;
12924
- disabled?: boolean | undefined;
12925
- rules?: {
12926
- [k: string]: import("ant-design-vue/es/form").RuleObject | import("ant-design-vue/es/form").RuleObject[];
12927
- } | undefined;
12928
12924
  labelCol?: (Partial<import("vue").ExtractPropTypes<{
12929
12925
  span: (StringConstructor | NumberConstructor)[];
12930
12926
  order: (StringConstructor | NumberConstructor)[];
@@ -12999,10 +12995,14 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
12999
12995
  model?: {
13000
12996
  [key: string]: any;
13001
12997
  } | undefined;
12998
+ rules?: {
12999
+ [k: string]: import("ant-design-vue/es/form").RuleObject | import("ant-design-vue/es/form").RuleObject[];
13000
+ } | undefined;
13002
13001
  validateMessages?: import("ant-design-vue/es/form/interface").ValidateMessages | undefined;
13003
13002
  validateOnRuleChange?: boolean | undefined;
13004
13003
  scrollToFirstError: boolean | import("scroll-into-view-if-needed").Options<any>;
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;
@@ -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<"middle" | "top" | "bottom" | "stretch" | {
13980
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13981
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13982
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13983
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13984
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13985
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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: "middle" | "top" | "bottom" | "stretch" | {
13988
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13989
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13990
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13991
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13992
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13993
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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<"middle" | "top" | "bottom" | "stretch" | {
14026
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
14027
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
14028
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
14029
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
14030
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14031
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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: "middle" | "top" | "bottom" | "stretch" | {
14034
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
14035
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
14036
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
14037
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
14038
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14039
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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<"middle" | "top" | "bottom" | "stretch" | {
14072
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
14073
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
14074
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
14075
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
14076
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14077
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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: "middle" | "top" | "bottom" | "stretch" | {
14080
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
14081
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
14082
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
14083
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
14084
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14085
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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<"middle" | "top" | "bottom" | "stretch" | {
14118
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
14119
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
14120
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
14121
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
14122
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14123
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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: "middle" | "top" | "bottom" | "stretch" | {
14126
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
14127
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
14128
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
14129
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
14130
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14131
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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<"middle" | "top" | "bottom" | "stretch" | {
14400
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
14401
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
14402
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
14403
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
14404
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14405
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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: "middle" | "top" | "bottom" | "stretch" | {
14408
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
14409
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
14410
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
14411
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
14412
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14413
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14414
14414
  };
14415
14415
  };
14416
14416
  justify: {
@@ -16488,7 +16488,6 @@ export declare const LlAdvancedFilteringTags: import("ll-plus/es/utils").SFCWith
16488
16488
  }, {
16489
16489
  props: import("@vue/shared").LooseRequired<{
16490
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
16491
  readonly filterColumns: import("./src/advanced-filtering").FilterColumn[];
16493
16492
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
16494
16493
  layout: import("vue-types").VueTypeDef<string>;
@@ -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
  } & {}>;
@@ -17646,7 +17646,6 @@ export declare const LlAdvancedFilteringTags: import("ll-plus/es/utils").SFCWith
17646
17646
  "onUpdate:value"?: ((value: Record<string, any>) => any) | undefined;
17647
17647
  }, {
17648
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
17649
  readonly filterColumns: import("./src/advanced-filtering").FilterColumn[];
17651
17650
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
17652
17651
  layout: import("vue-types").VueTypeDef<string>;
@@ -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' {