ll-plus 2.9.18 → 2.9.20

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 (219) 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 +57 -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 +1 -1
  50. package/es/components/operate-icon/src/operate-icon.vue.d.ts +1 -1
  51. package/es/components/select/index.d.ts +11 -11
  52. package/es/components/select/src/select.vue.d.ts +11 -11
  53. package/es/components/select-group/index.d.ts +4 -4
  54. package/es/components/select-group/src/select-group.vue.d.ts +4 -4
  55. package/es/components/table/index.d.ts +6 -6
  56. package/es/components/table/src/components/main-table.vue.d.ts +2 -2
  57. package/es/components/table/src/config/table.d.ts +2 -2
  58. package/es/components/table/src/table.vue.d.ts +6 -6
  59. package/es/components/textarea/index.d.ts +5 -5
  60. package/es/components/textarea/src/textarea.vue.d.ts +5 -5
  61. package/es/components/tooltip/index.d.ts +6 -6
  62. package/es/components/tooltip/src/tooltip.d.ts +1 -1
  63. package/es/components/tooltip/src/tooltip.vue.d.ts +6 -6
  64. package/es/components/tree-search/index.d.ts +6 -6
  65. package/es/components/tree-search/src/config/tree-search.d.ts +2 -2
  66. package/es/components/tree-search/src/tree-search.vue.d.ts +6 -6
  67. package/es/components/upload-drag/index.d.ts +2 -2
  68. package/es/components/upload-drag/src/upload-drag.vue.d.ts +2 -2
  69. package/es/packages/components/form/src/config/form.mjs.map +1 -1
  70. package/es/packages/components/form/src/form.vue2.mjs +30 -1
  71. package/es/packages/components/form/src/form.vue2.mjs.map +1 -1
  72. package/index.full.js +30 -1
  73. package/index.full.min.js +20 -20
  74. package/index.full.min.js.map +1 -1
  75. package/index.full.min.mjs +22 -22
  76. package/index.full.min.mjs.map +1 -1
  77. package/index.full.mjs +30 -1
  78. package/lib/components/advanced-filtering/index.d.ts +302 -302
  79. package/lib/components/advanced-filtering/src/advanced-filtering.vue.d.ts +152 -152
  80. package/lib/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +148 -148
  81. package/lib/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +2 -2
  82. package/lib/components/api-component/index.d.ts +16 -16
  83. package/lib/components/api-component/src/api-component.vue.d.ts +16 -16
  84. package/lib/components/api-component/src/components/api-modal.vue.d.ts +2 -2
  85. package/lib/components/api-component/src/components/body-component.vue.d.ts +6 -6
  86. package/lib/components/api-component/src/components/click-input.vue.d.ts +2 -2
  87. package/lib/components/api-component/src/components/params-table-row.vue.d.ts +4 -4
  88. package/lib/components/api-component/src/components/params-table.vue.d.ts +6 -6
  89. package/lib/components/breadcrumb-card/index.d.ts +3 -3
  90. package/lib/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +3 -3
  91. package/lib/components/checkbox/index.d.ts +217 -217
  92. package/lib/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  93. package/lib/components/checkbox/src/checkbox.d.ts +56 -56
  94. package/lib/components/code-editor/index.d.ts +2 -2
  95. package/lib/components/code-editor/src/code-editor.vue.d.ts +2 -2
  96. package/lib/components/cropper/index.d.ts +4 -4
  97. package/lib/components/cropper/src/cropper-image.vue.d.ts +2 -2
  98. package/lib/components/cropper/src/cropper-modal.vue.d.ts +2 -2
  99. package/lib/components/drawer/index.d.ts +7 -7
  100. package/lib/components/drawer/src/components/second-confirmation/index.d.ts +2 -2
  101. package/lib/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +2 -2
  102. package/lib/components/drawer/src/drawer.vue.d.ts +7 -7
  103. package/lib/components/dropdown-button-simple/index.d.ts +11 -11
  104. package/lib/components/dropdown-button-simple/src/dropdown-button-simple.d.ts +4 -4
  105. package/lib/components/dropdown-button-simple/src/dropdown-button-simple.vue.d.ts +11 -11
  106. package/lib/components/easy-cron/index.d.ts +77 -77
  107. package/lib/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +77 -77
  108. package/lib/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +77 -77
  109. package/lib/components/easy-cron/src/easy-cron.vue.d.ts +77 -77
  110. package/lib/components/form/index.d.ts +148 -148
  111. package/lib/components/form/src/config/form.d.ts +57 -56
  112. package/lib/components/form/src/form.vue.d.ts +148 -148
  113. package/lib/components/icon-picker/index.d.ts +1 -1
  114. package/lib/components/icon-picker/src/components/modal.vue.d.ts +1 -1
  115. package/lib/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
  116. package/lib/components/input/index.d.ts +31 -31
  117. package/lib/components/input/src/input.vue.d.ts +31 -31
  118. package/lib/components/key-value/src/components/key-value-item.vue.d.ts +240 -240
  119. package/lib/components/key-value/src/key-value.vue.d.ts +720 -720
  120. package/lib/components/modal/index.d.ts +2 -2
  121. package/lib/components/modal/src/modal.vue.d.ts +2 -2
  122. package/lib/components/new-drawer/index.d.ts +9 -9
  123. package/lib/components/new-drawer/src/drawer.vue.d.ts +9 -9
  124. package/lib/components/new-modal/index.d.ts +3 -3
  125. package/lib/components/new-modal/src/modal.vue.d.ts +3 -3
  126. package/lib/components/operate-icon/index.d.ts +1 -1
  127. package/lib/components/operate-icon/src/operate-icon.vue.d.ts +1 -1
  128. package/lib/components/select/index.d.ts +11 -11
  129. package/lib/components/select/src/select.vue.d.ts +11 -11
  130. package/lib/components/select-group/index.d.ts +4 -4
  131. package/lib/components/select-group/src/select-group.vue.d.ts +4 -4
  132. package/lib/components/table/index.d.ts +6 -6
  133. package/lib/components/table/src/components/main-table.vue.d.ts +2 -2
  134. package/lib/components/table/src/config/table.d.ts +2 -2
  135. package/lib/components/table/src/table.vue.d.ts +6 -6
  136. package/lib/components/textarea/index.d.ts +5 -5
  137. package/lib/components/textarea/src/textarea.vue.d.ts +5 -5
  138. package/lib/components/tooltip/index.d.ts +6 -6
  139. package/lib/components/tooltip/src/tooltip.d.ts +1 -1
  140. package/lib/components/tooltip/src/tooltip.vue.d.ts +6 -6
  141. package/lib/components/tree-search/index.d.ts +6 -6
  142. package/lib/components/tree-search/src/config/tree-search.d.ts +2 -2
  143. package/lib/components/tree-search/src/tree-search.vue.d.ts +6 -6
  144. package/lib/components/upload-drag/index.d.ts +2 -2
  145. package/lib/components/upload-drag/src/upload-drag.vue.d.ts +2 -2
  146. package/lib/packages/components/form/src/config/form.js.map +1 -1
  147. package/lib/packages/components/form/src/form.vue2.js +30 -1
  148. package/lib/packages/components/form/src/form.vue2.js.map +1 -1
  149. package/package.json +3 -3
  150. package/theme-chalk/css/form.css +1 -1
  151. package/theme-chalk/css/index.css +1 -1
  152. package/types/packages/components/advanced-filtering/index.d.ts +302 -302
  153. package/types/packages/components/advanced-filtering/src/advanced-filtering.vue.d.ts +152 -152
  154. package/types/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +148 -148
  155. package/types/packages/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +2 -2
  156. package/types/packages/components/api-component/index.d.ts +16 -16
  157. package/types/packages/components/api-component/src/api-component.vue.d.ts +16 -16
  158. package/types/packages/components/api-component/src/components/api-modal.vue.d.ts +2 -2
  159. package/types/packages/components/api-component/src/components/body-component.vue.d.ts +6 -6
  160. package/types/packages/components/api-component/src/components/click-input.vue.d.ts +2 -2
  161. package/types/packages/components/api-component/src/components/params-table-row.vue.d.ts +4 -4
  162. package/types/packages/components/api-component/src/components/params-table.vue.d.ts +6 -6
  163. package/types/packages/components/breadcrumb-card/index.d.ts +3 -3
  164. package/types/packages/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +3 -3
  165. package/types/packages/components/checkbox/index.d.ts +217 -217
  166. package/types/packages/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  167. package/types/packages/components/checkbox/src/checkbox.d.ts +56 -56
  168. package/types/packages/components/code-editor/index.d.ts +2 -2
  169. package/types/packages/components/code-editor/src/code-editor.vue.d.ts +2 -2
  170. package/types/packages/components/cropper/index.d.ts +4 -4
  171. package/types/packages/components/cropper/src/cropper-image.vue.d.ts +2 -2
  172. package/types/packages/components/cropper/src/cropper-modal.vue.d.ts +2 -2
  173. package/types/packages/components/drawer/index.d.ts +7 -7
  174. package/types/packages/components/drawer/src/components/second-confirmation/index.d.ts +2 -2
  175. package/types/packages/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +2 -2
  176. package/types/packages/components/drawer/src/drawer.vue.d.ts +7 -7
  177. package/types/packages/components/dropdown-button-simple/index.d.ts +11 -11
  178. package/types/packages/components/dropdown-button-simple/src/dropdown-button-simple.d.ts +4 -4
  179. package/types/packages/components/dropdown-button-simple/src/dropdown-button-simple.vue.d.ts +11 -11
  180. package/types/packages/components/easy-cron/index.d.ts +77 -77
  181. package/types/packages/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +77 -77
  182. package/types/packages/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +77 -77
  183. package/types/packages/components/easy-cron/src/easy-cron.vue.d.ts +77 -77
  184. package/types/packages/components/form/index.d.ts +148 -148
  185. package/types/packages/components/form/src/config/form.d.ts +57 -56
  186. package/types/packages/components/form/src/form.vue.d.ts +148 -148
  187. package/types/packages/components/icon-picker/index.d.ts +1 -1
  188. package/types/packages/components/icon-picker/src/components/modal.vue.d.ts +1 -1
  189. package/types/packages/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
  190. package/types/packages/components/input/index.d.ts +31 -31
  191. package/types/packages/components/input/src/input.vue.d.ts +31 -31
  192. package/types/packages/components/key-value/src/components/key-value-item.vue.d.ts +240 -240
  193. package/types/packages/components/key-value/src/key-value.vue.d.ts +720 -720
  194. package/types/packages/components/modal/index.d.ts +2 -2
  195. package/types/packages/components/modal/src/modal.vue.d.ts +2 -2
  196. package/types/packages/components/new-drawer/index.d.ts +9 -9
  197. package/types/packages/components/new-drawer/src/drawer.vue.d.ts +9 -9
  198. package/types/packages/components/new-modal/index.d.ts +3 -3
  199. package/types/packages/components/new-modal/src/modal.vue.d.ts +3 -3
  200. package/types/packages/components/operate-icon/index.d.ts +1 -1
  201. package/types/packages/components/operate-icon/src/operate-icon.vue.d.ts +1 -1
  202. package/types/packages/components/select/index.d.ts +11 -11
  203. package/types/packages/components/select/src/select.vue.d.ts +11 -11
  204. package/types/packages/components/select-group/index.d.ts +4 -4
  205. package/types/packages/components/select-group/src/select-group.vue.d.ts +4 -4
  206. package/types/packages/components/table/index.d.ts +6 -6
  207. package/types/packages/components/table/src/components/main-table.vue.d.ts +2 -2
  208. package/types/packages/components/table/src/config/table.d.ts +2 -2
  209. package/types/packages/components/table/src/table.vue.d.ts +6 -6
  210. package/types/packages/components/textarea/index.d.ts +5 -5
  211. package/types/packages/components/textarea/src/textarea.vue.d.ts +5 -5
  212. package/types/packages/components/tooltip/index.d.ts +6 -6
  213. package/types/packages/components/tooltip/src/tooltip.d.ts +1 -1
  214. package/types/packages/components/tooltip/src/tooltip.vue.d.ts +6 -6
  215. package/types/packages/components/tree-search/index.d.ts +6 -6
  216. package/types/packages/components/tree-search/src/config/tree-search.d.ts +2 -2
  217. package/types/packages/components/tree-search/src/tree-search.vue.d.ts +6 -6
  218. package/types/packages/components/upload-drag/index.d.ts +2 -2
  219. package/types/packages/components/upload-drag/src/upload-drag.vue.d.ts +2 -2
@@ -905,6 +905,7 @@ 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>;
908
909
  readonly filterColumns: import("./src/advanced-filtering").FilterColumn[];
909
910
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
910
911
  layout: import("vue-types").VueTypeDef<string>;
@@ -1130,7 +1131,6 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
1130
1131
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
1131
1132
  };
1132
1133
  }>>;
1133
- readonly overlayStyle: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined))[], unknown, unknown>;
1134
1134
  readonly onChange?: ((value: Record<string, any>) => any) | undefined;
1135
1135
  readonly "onUpdate:value"?: ((value: Record<string, any>) => any) | undefined;
1136
1136
  } & {}>;
@@ -3640,21 +3640,21 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
3640
3640
  readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
3641
3641
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
3642
3642
  align: {
3643
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
3644
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
3645
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
3646
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
3647
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
3648
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3649
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3643
+ type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
3644
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
3645
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
3646
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
3647
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
3648
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
3649
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
3650
3650
  }>;
3651
- default: "middle" | "top" | "bottom" | "stretch" | {
3652
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
3653
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
3654
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
3655
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
3656
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3657
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3651
+ default: "middle" | "bottom" | "top" | "stretch" | {
3652
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
3653
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
3654
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
3655
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
3656
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
3657
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
3658
3658
  };
3659
3659
  };
3660
3660
  justify: {
@@ -3686,21 +3686,21 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
3686
3686
  };
3687
3687
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
3688
3688
  align: {
3689
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
3690
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
3691
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
3692
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
3693
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
3694
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3695
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3689
+ type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
3690
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
3691
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
3692
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
3693
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
3694
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
3695
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
3696
3696
  }>;
3697
- default: "middle" | "top" | "bottom" | "stretch" | {
3698
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
3699
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
3700
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
3701
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
3702
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3703
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3697
+ default: "middle" | "bottom" | "top" | "stretch" | {
3698
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
3699
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
3700
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
3701
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
3702
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
3703
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
3704
3704
  };
3705
3705
  };
3706
3706
  justify: {
@@ -3732,21 +3732,21 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
3732
3732
  };
3733
3733
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
3734
3734
  align: {
3735
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
3736
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
3737
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
3738
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
3739
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
3740
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3741
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3735
+ type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
3736
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
3737
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
3738
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
3739
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
3740
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
3741
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
3742
3742
  }>;
3743
- default: "middle" | "top" | "bottom" | "stretch" | {
3744
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
3745
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
3746
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
3747
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
3748
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3749
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3743
+ default: "middle" | "bottom" | "top" | "stretch" | {
3744
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
3745
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
3746
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
3747
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
3748
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
3749
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
3750
3750
  };
3751
3751
  };
3752
3752
  justify: {
@@ -3778,21 +3778,21 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
3778
3778
  };
3779
3779
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
3780
3780
  align: {
3781
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
3782
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
3783
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
3784
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
3785
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
3786
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3787
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3781
+ type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
3782
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
3783
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
3784
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
3785
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
3786
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
3787
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
3788
3788
  }>;
3789
- default: "middle" | "top" | "bottom" | "stretch" | {
3790
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
3791
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
3792
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
3793
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
3794
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3795
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3789
+ default: "middle" | "bottom" | "top" | "stretch" | {
3790
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
3791
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
3792
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
3793
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
3794
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
3795
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
3796
3796
  };
3797
3797
  };
3798
3798
  justify: {
@@ -3831,6 +3831,8 @@ 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>;
3834
3836
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
3835
3837
  layout: import("vue-types").VueTypeDef<string>;
3836
3838
  labelCol: {
@@ -4055,25 +4057,23 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
4055
4057
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
4056
4058
  };
4057
4059
  }>>;
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" | "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;
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;
4069
4069
  }>;
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;
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;
4077
4077
  };
4078
4078
  };
4079
4079
  justify: {
@@ -4211,6 +4211,10 @@ 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;
4214
4218
  labelCol?: (Partial<import("vue").ExtractPropTypes<{
4215
4219
  span: (StringConstructor | NumberConstructor)[];
4216
4220
  order: (StringConstructor | NumberConstructor)[];
@@ -4285,14 +4289,10 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
4285
4289
  model?: {
4286
4290
  [key: string]: any;
4287
4291
  } | undefined;
4288
- rules?: {
4289
- [k: string]: import("ant-design-vue/es/form").RuleObject | import("ant-design-vue/es/form").RuleObject[];
4290
- } | undefined;
4291
4292
  validateMessages?: import("ant-design-vue/es/form/interface").ValidateMessages | undefined;
4292
4293
  validateOnRuleChange?: boolean | undefined;
4293
4294
  scrollToFirstError: boolean | import("scroll-into-view-if-needed").Options<any>;
4294
4295
  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" | "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;
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;
5276
5276
  }>;
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;
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;
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" | "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;
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;
5322
5322
  }>;
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;
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;
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" | "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;
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;
5368
5368
  }>;
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;
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;
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" | "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;
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;
5414
5414
  }>;
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;
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;
5422
5422
  };
5423
5423
  };
5424
5424
  justify: {
@@ -5458,6 +5458,8 @@ 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>;
5461
5463
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
5462
5464
  layout: import("vue-types").VueTypeDef<string>;
5463
5465
  labelCol: {
@@ -5682,25 +5684,23 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
5682
5684
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
5683
5685
  };
5684
5686
  }>>;
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" | "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;
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;
5696
5696
  }>;
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;
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;
5704
5704
  };
5705
5705
  };
5706
5706
  justify: {
@@ -7778,6 +7778,7 @@ 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>;
7781
7782
  readonly filterColumns: import("./src/advanced-filtering").FilterColumn[];
7782
7783
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
7783
7784
  layout: import("vue-types").VueTypeDef<string>;
@@ -8003,7 +8004,6 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
8003
8004
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
8004
8005
  };
8005
8006
  }>>;
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,6 +8936,7 @@ 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>;
8939
8940
  readonly filterColumns: import("./src/advanced-filtering").FilterColumn[];
8940
8941
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
8941
8942
  layout: import("vue-types").VueTypeDef<string>;
@@ -9161,7 +9162,6 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
9161
9162
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
9162
9163
  };
9163
9164
  }>>;
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,6 +10072,7 @@ 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>;
10075
10076
  readonly filterColumns: import("./src/advanced-filtering").FilterColumn[];
10076
10077
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
10077
10078
  layout: import("vue-types").VueTypeDef<string>;
@@ -10297,7 +10298,6 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
10297
10298
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
10298
10299
  };
10299
10300
  }>>;
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" | "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;
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;
12360
12360
  }>;
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;
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;
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" | "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;
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;
12406
12406
  }>;
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;
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;
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" | "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;
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;
12452
12452
  }>;
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;
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;
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" | "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;
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;
12498
12498
  }>;
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;
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;
12506
12506
  };
12507
12507
  };
12508
12508
  justify: {
@@ -12541,6 +12541,8 @@ 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>;
12544
12546
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
12545
12547
  layout: import("vue-types").VueTypeDef<string>;
12546
12548
  labelCol: {
@@ -12765,25 +12767,23 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
12765
12767
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
12766
12768
  };
12767
12769
  }>>;
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" | "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;
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;
12779
12779
  }>;
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;
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;
12787
12787
  };
12788
12788
  };
12789
12789
  justify: {
@@ -12921,6 +12921,10 @@ 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;
12924
12928
  labelCol?: (Partial<import("vue").ExtractPropTypes<{
12925
12929
  span: (StringConstructor | NumberConstructor)[];
12926
12930
  order: (StringConstructor | NumberConstructor)[];
@@ -12995,14 +12999,10 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
12995
12999
  model?: {
12996
13000
  [key: string]: any;
12997
13001
  } | undefined;
12998
- rules?: {
12999
- [k: string]: import("ant-design-vue/es/form").RuleObject | import("ant-design-vue/es/form").RuleObject[];
13000
- } | undefined;
13001
13002
  validateMessages?: import("ant-design-vue/es/form/interface").ValidateMessages | undefined;
13002
13003
  validateOnRuleChange?: boolean | undefined;
13003
13004
  scrollToFirstError: boolean | import("scroll-into-view-if-needed").Options<any>;
13004
13005
  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" | "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;
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;
13986
13986
  }>;
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;
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;
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" | "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;
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;
14032
14032
  }>;
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;
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;
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" | "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;
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;
14078
14078
  }>;
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;
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;
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" | "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;
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;
14124
14124
  }>;
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;
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;
14132
14132
  };
14133
14133
  };
14134
14134
  justify: {
@@ -14168,6 +14168,8 @@ 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>;
14171
14173
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
14172
14174
  layout: import("vue-types").VueTypeDef<string>;
14173
14175
  labelCol: {
@@ -14392,25 +14394,23 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
14392
14394
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
14393
14395
  };
14394
14396
  }>>;
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" | "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;
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;
14406
14406
  }>;
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;
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;
14414
14414
  };
14415
14415
  };
14416
14416
  justify: {
@@ -16488,6 +16488,7 @@ 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>;
16491
16492
  readonly filterColumns: import("./src/advanced-filtering").FilterColumn[];
16492
16493
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
16493
16494
  layout: import("vue-types").VueTypeDef<string>;
@@ -16713,7 +16714,6 @@ export declare const LlAdvancedFilteringTags: import("ll-plus/es/utils").SFCWith
16713
16714
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
16714
16715
  };
16715
16716
  }>>;
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,6 +17646,7 @@ 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>;
17649
17650
  readonly filterColumns: import("./src/advanced-filtering").FilterColumn[];
17650
17651
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
17651
17652
  layout: import("vue-types").VueTypeDef<string>;
@@ -17871,7 +17872,6 @@ export declare const LlAdvancedFilteringTags: import("ll-plus/es/utils").SFCWith
17871
17872
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
17872
17873
  };
17873
17874
  }>>;
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' {