ll-plus 2.2.17 → 2.2.18

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 (169) hide show
  1. package/es/components/advanced-filtering/index.d.ts +303 -303
  2. package/es/components/advanced-filtering/src/advanced-filtering.vue.d.ts +154 -154
  3. package/es/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +145 -145
  4. package/es/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +4 -4
  5. package/es/components/api-component/index.d.ts +30 -30
  6. package/es/components/api-component/src/api-component.vue.d.ts +30 -30
  7. package/es/components/api-component/src/components/api-modal.vue.d.ts +6 -6
  8. package/es/components/api-component/src/components/api-url.vue.d.ts +5 -5
  9. package/es/components/api-component/src/components/click-input.vue.d.ts +10 -10
  10. package/es/components/api-component/src/components/params-table-row.vue.d.ts +16 -16
  11. package/es/components/api-component/src/components/params-table.vue.d.ts +20 -20
  12. package/es/components/api-component/src/config/api-component.d.ts +1 -1
  13. package/es/components/api-component/src/config/api-modal.d.ts +1 -1
  14. package/es/components/api-component/src/config/click-input.d.ts +1 -1
  15. package/es/components/button/index.d.ts +1 -1
  16. package/es/components/button/src/button.vue.d.ts +1 -1
  17. package/es/components/checkbox/index.d.ts +217 -217
  18. package/es/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  19. package/es/components/checkbox/src/checkbox.d.ts +56 -56
  20. package/es/components/drawer/index.d.ts +11 -11
  21. package/es/components/drawer/src/components/second-confirmation/index.d.ts +8 -8
  22. package/es/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +8 -8
  23. package/es/components/drawer/src/drawer.vue.d.ts +11 -11
  24. package/es/components/easy-cron/index.d.ts +82 -82
  25. package/es/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +77 -77
  26. package/es/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +77 -77
  27. package/es/components/easy-cron/src/easy-cron.vue.d.ts +82 -82
  28. package/es/components/form/index.d.ts +142 -142
  29. package/es/components/form/src/config/form.d.ts +56 -56
  30. package/es/components/form/src/form.vue.d.ts +142 -142
  31. package/es/components/icon-base/index.d.ts +2 -2
  32. package/es/components/icon-base/src/icon-base.vue.d.ts +2 -2
  33. package/es/components/input/index.d.ts +31 -31
  34. package/es/components/input/src/input.vue.d.ts +31 -31
  35. package/es/components/modal/index.d.ts +5 -5
  36. package/es/components/modal/src/modal.vue.d.ts +5 -5
  37. package/es/components/operate-icon/index.d.ts +6 -6
  38. package/es/components/operate-icon/src/operate-icon.vue.d.ts +6 -6
  39. package/es/components/select/index.d.ts +11 -11
  40. package/es/components/select/src/select.vue.d.ts +11 -11
  41. package/es/components/table/index.d.ts +6 -6
  42. package/es/components/table/src/components/main-table.vue.d.ts +2 -2
  43. package/es/components/table/src/config/table.d.ts +2 -2
  44. package/es/components/table/src/table.vue.d.ts +6 -6
  45. package/es/components/textarea/index.d.ts +5 -5
  46. package/es/components/textarea/src/textarea.vue.d.ts +5 -5
  47. package/es/components/tooltip/index.d.ts +4 -4
  48. package/es/components/tooltip/src/tooltip.d.ts +1 -1
  49. package/es/components/tooltip/src/tooltip.vue.d.ts +4 -4
  50. package/es/components/tree/index.d.ts +2 -2
  51. package/es/components/tree/src/tree.vue.d.ts +2 -2
  52. package/es/components/tree-search/index.d.ts +17 -17
  53. package/es/components/tree-search/src/config/tree-search.d.ts +4 -4
  54. package/es/components/tree-search/src/tree-search.vue.d.ts +17 -17
  55. package/es/components/upload-drag/index.d.ts +4 -4
  56. package/es/components/upload-drag/src/upload-drag.vue.d.ts +4 -4
  57. package/lib/components/advanced-filtering/index.d.ts +303 -303
  58. package/lib/components/advanced-filtering/src/advanced-filtering.vue.d.ts +154 -154
  59. package/lib/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +145 -145
  60. package/lib/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +4 -4
  61. package/lib/components/api-component/index.d.ts +30 -30
  62. package/lib/components/api-component/src/api-component.vue.d.ts +30 -30
  63. package/lib/components/api-component/src/components/api-modal.vue.d.ts +6 -6
  64. package/lib/components/api-component/src/components/api-url.vue.d.ts +5 -5
  65. package/lib/components/api-component/src/components/click-input.vue.d.ts +10 -10
  66. package/lib/components/api-component/src/components/params-table-row.vue.d.ts +16 -16
  67. package/lib/components/api-component/src/components/params-table.vue.d.ts +20 -20
  68. package/lib/components/api-component/src/config/api-component.d.ts +1 -1
  69. package/lib/components/api-component/src/config/api-modal.d.ts +1 -1
  70. package/lib/components/api-component/src/config/click-input.d.ts +1 -1
  71. package/lib/components/button/index.d.ts +1 -1
  72. package/lib/components/button/src/button.vue.d.ts +1 -1
  73. package/lib/components/checkbox/index.d.ts +217 -217
  74. package/lib/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  75. package/lib/components/checkbox/src/checkbox.d.ts +56 -56
  76. package/lib/components/drawer/index.d.ts +11 -11
  77. package/lib/components/drawer/src/components/second-confirmation/index.d.ts +8 -8
  78. package/lib/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +8 -8
  79. package/lib/components/drawer/src/drawer.vue.d.ts +11 -11
  80. package/lib/components/easy-cron/index.d.ts +82 -82
  81. package/lib/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +77 -77
  82. package/lib/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +77 -77
  83. package/lib/components/easy-cron/src/easy-cron.vue.d.ts +82 -82
  84. package/lib/components/form/index.d.ts +142 -142
  85. package/lib/components/form/src/config/form.d.ts +56 -56
  86. package/lib/components/form/src/form.vue.d.ts +142 -142
  87. package/lib/components/icon-base/index.d.ts +2 -2
  88. package/lib/components/icon-base/src/icon-base.vue.d.ts +2 -2
  89. package/lib/components/input/index.d.ts +31 -31
  90. package/lib/components/input/src/input.vue.d.ts +31 -31
  91. package/lib/components/modal/index.d.ts +5 -5
  92. package/lib/components/modal/src/modal.vue.d.ts +5 -5
  93. package/lib/components/operate-icon/index.d.ts +6 -6
  94. package/lib/components/operate-icon/src/operate-icon.vue.d.ts +6 -6
  95. package/lib/components/select/index.d.ts +11 -11
  96. package/lib/components/select/src/select.vue.d.ts +11 -11
  97. package/lib/components/table/index.d.ts +6 -6
  98. package/lib/components/table/src/components/main-table.vue.d.ts +2 -2
  99. package/lib/components/table/src/config/table.d.ts +2 -2
  100. package/lib/components/table/src/table.vue.d.ts +6 -6
  101. package/lib/components/textarea/index.d.ts +5 -5
  102. package/lib/components/textarea/src/textarea.vue.d.ts +5 -5
  103. package/lib/components/tooltip/index.d.ts +4 -4
  104. package/lib/components/tooltip/src/tooltip.d.ts +1 -1
  105. package/lib/components/tooltip/src/tooltip.vue.d.ts +4 -4
  106. package/lib/components/tree/index.d.ts +2 -2
  107. package/lib/components/tree/src/tree.vue.d.ts +2 -2
  108. package/lib/components/tree-search/index.d.ts +17 -17
  109. package/lib/components/tree-search/src/config/tree-search.d.ts +4 -4
  110. package/lib/components/tree-search/src/tree-search.vue.d.ts +17 -17
  111. package/lib/components/upload-drag/index.d.ts +4 -4
  112. package/lib/components/upload-drag/src/upload-drag.vue.d.ts +4 -4
  113. package/package.json +1 -1
  114. package/types/packages/components/advanced-filtering/index.d.ts +303 -303
  115. package/types/packages/components/advanced-filtering/src/advanced-filtering.vue.d.ts +154 -154
  116. package/types/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +145 -145
  117. package/types/packages/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +4 -4
  118. package/types/packages/components/api-component/index.d.ts +30 -30
  119. package/types/packages/components/api-component/src/api-component.vue.d.ts +30 -30
  120. package/types/packages/components/api-component/src/components/api-modal.vue.d.ts +6 -6
  121. package/types/packages/components/api-component/src/components/api-url.vue.d.ts +5 -5
  122. package/types/packages/components/api-component/src/components/click-input.vue.d.ts +10 -10
  123. package/types/packages/components/api-component/src/components/params-table-row.vue.d.ts +16 -16
  124. package/types/packages/components/api-component/src/components/params-table.vue.d.ts +20 -20
  125. package/types/packages/components/api-component/src/config/api-component.d.ts +1 -1
  126. package/types/packages/components/api-component/src/config/api-modal.d.ts +1 -1
  127. package/types/packages/components/api-component/src/config/click-input.d.ts +1 -1
  128. package/types/packages/components/button/index.d.ts +1 -1
  129. package/types/packages/components/button/src/button.vue.d.ts +1 -1
  130. package/types/packages/components/checkbox/index.d.ts +217 -217
  131. package/types/packages/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  132. package/types/packages/components/checkbox/src/checkbox.d.ts +56 -56
  133. package/types/packages/components/drawer/index.d.ts +11 -11
  134. package/types/packages/components/drawer/src/components/second-confirmation/index.d.ts +8 -8
  135. package/types/packages/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +8 -8
  136. package/types/packages/components/drawer/src/drawer.vue.d.ts +11 -11
  137. package/types/packages/components/easy-cron/index.d.ts +82 -82
  138. package/types/packages/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +77 -77
  139. package/types/packages/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +77 -77
  140. package/types/packages/components/easy-cron/src/easy-cron.vue.d.ts +82 -82
  141. package/types/packages/components/form/index.d.ts +142 -142
  142. package/types/packages/components/form/src/config/form.d.ts +56 -56
  143. package/types/packages/components/form/src/form.vue.d.ts +142 -142
  144. package/types/packages/components/icon-base/index.d.ts +2 -2
  145. package/types/packages/components/icon-base/src/icon-base.vue.d.ts +2 -2
  146. package/types/packages/components/input/index.d.ts +31 -31
  147. package/types/packages/components/input/src/input.vue.d.ts +31 -31
  148. package/types/packages/components/modal/index.d.ts +5 -5
  149. package/types/packages/components/modal/src/modal.vue.d.ts +5 -5
  150. package/types/packages/components/operate-icon/index.d.ts +6 -6
  151. package/types/packages/components/operate-icon/src/operate-icon.vue.d.ts +6 -6
  152. package/types/packages/components/select/index.d.ts +11 -11
  153. package/types/packages/components/select/src/select.vue.d.ts +11 -11
  154. package/types/packages/components/table/index.d.ts +6 -6
  155. package/types/packages/components/table/src/components/main-table.vue.d.ts +2 -2
  156. package/types/packages/components/table/src/config/table.d.ts +2 -2
  157. package/types/packages/components/table/src/table.vue.d.ts +6 -6
  158. package/types/packages/components/textarea/index.d.ts +5 -5
  159. package/types/packages/components/textarea/src/textarea.vue.d.ts +5 -5
  160. package/types/packages/components/tooltip/index.d.ts +4 -4
  161. package/types/packages/components/tooltip/src/tooltip.d.ts +1 -1
  162. package/types/packages/components/tooltip/src/tooltip.vue.d.ts +4 -4
  163. package/types/packages/components/tree/index.d.ts +2 -2
  164. package/types/packages/components/tree/src/tree.vue.d.ts +2 -2
  165. package/types/packages/components/tree-search/index.d.ts +17 -17
  166. package/types/packages/components/tree-search/src/config/tree-search.d.ts +4 -4
  167. package/types/packages/components/tree-search/src/tree-search.vue.d.ts +17 -17
  168. package/types/packages/components/upload-drag/index.d.ts +4 -4
  169. package/types/packages/components/upload-drag/src/upload-drag.vue.d.ts +4 -4
@@ -901,9 +901,8 @@ declare const _default: import("vue").DefineComponent<{
901
901
  }, boolean>;
902
902
  }, {
903
903
  props: import("@vue/shared").LooseRequired<{
904
- readonly value: Record<string, any>;
905
- 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>;
906
904
  readonly filterColumns: any[];
905
+ readonly value: Record<string, any>;
907
906
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
908
907
  layout: import("vue-types").VueTypeDef<string>;
909
908
  labelCol: {
@@ -1128,6 +1127,7 @@ declare const _default: import("vue").DefineComponent<{
1128
1127
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
1129
1128
  };
1130
1129
  }>>;
1130
+ 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>;
1131
1131
  readonly onChange?: ((value: Record<string, any>) => any) | undefined;
1132
1132
  readonly "onUpdate:value"?: ((value: Record<string, any>) => any) | undefined;
1133
1133
  } & {}>;
@@ -1174,13 +1174,13 @@ declare const _default: import("vue").DefineComponent<{
1174
1174
  };
1175
1175
  }, {
1176
1176
  props: import("@vue/shared").LooseRequired<{
1177
+ readonly label?: string | undefined;
1177
1178
  readonly position?: string | undefined;
1178
1179
  readonly icon?: {
1179
1180
  readonly size?: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown> | undefined;
1180
1181
  readonly color?: string | undefined;
1181
1182
  readonly iconName?: string | undefined;
1182
1183
  } | undefined;
1183
- readonly label?: string | undefined;
1184
1184
  } & {}>;
1185
1185
  bem: {
1186
1186
  b: (blockSuffix?: string) => string;
@@ -2487,8 +2487,8 @@ declare const _default: import("vue").DefineComponent<{
2487
2487
  readonly showFooter: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
2488
2488
  }, {
2489
2489
  props: import("@vue/shared").LooseRequired<{
2490
- readonly value: Record<string, any>;
2491
2490
  readonly filterColumns: any[];
2491
+ readonly value: Record<string, any>;
2492
2492
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
2493
2493
  layout: import("vue-types").VueTypeDef<string>;
2494
2494
  labelCol: {
@@ -2717,7 +2717,7 @@ declare const _default: import("vue").DefineComponent<{
2717
2717
  readonly onClose?: (() => any) | undefined;
2718
2718
  readonly onConfirm?: (() => any) | undefined;
2719
2719
  } & {}>;
2720
- emits: ((event: "confirm") => void) & ((event: "close") => void);
2720
+ emits: ((event: "close") => void) & ((event: "confirm") => void);
2721
2721
  bem: {
2722
2722
  b: (blockSuffix?: string) => string;
2723
2723
  e: (element?: string) => string;
@@ -3631,21 +3631,21 @@ declare const _default: import("vue").DefineComponent<{
3631
3631
  readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
3632
3632
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
3633
3633
  align: {
3634
- type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
3635
- xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
3636
- sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
3637
- md?: "bottom" | "top" | "middle" | "stretch" | undefined;
3638
- lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
3639
- xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
3640
- xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
3634
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
3635
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
3636
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
3637
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
3638
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
3639
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3640
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3641
3641
  }>;
3642
- default: "bottom" | "top" | "middle" | "stretch" | {
3643
- xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
3644
- sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
3645
- md?: "bottom" | "top" | "middle" | "stretch" | undefined;
3646
- lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
3647
- xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
3648
- xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
3642
+ default: "middle" | "top" | "bottom" | "stretch" | {
3643
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
3644
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
3645
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
3646
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
3647
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3648
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3649
3649
  };
3650
3650
  };
3651
3651
  justify: {
@@ -3677,21 +3677,21 @@ declare const _default: import("vue").DefineComponent<{
3677
3677
  };
3678
3678
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
3679
3679
  align: {
3680
- type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
3681
- xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
3682
- sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
3683
- md?: "bottom" | "top" | "middle" | "stretch" | undefined;
3684
- lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
3685
- xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
3686
- xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
3680
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
3681
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
3682
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
3683
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
3684
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
3685
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3686
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3687
3687
  }>;
3688
- default: "bottom" | "top" | "middle" | "stretch" | {
3689
- xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
3690
- sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
3691
- md?: "bottom" | "top" | "middle" | "stretch" | undefined;
3692
- lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
3693
- xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
3694
- xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
3688
+ default: "middle" | "top" | "bottom" | "stretch" | {
3689
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
3690
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
3691
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
3692
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
3693
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3694
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3695
3695
  };
3696
3696
  };
3697
3697
  justify: {
@@ -3723,21 +3723,21 @@ declare const _default: import("vue").DefineComponent<{
3723
3723
  };
3724
3724
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
3725
3725
  align: {
3726
- type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
3727
- xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
3728
- sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
3729
- md?: "bottom" | "top" | "middle" | "stretch" | undefined;
3730
- lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
3731
- xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
3732
- xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
3726
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
3727
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
3728
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
3729
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
3730
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
3731
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3732
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3733
3733
  }>;
3734
- default: "bottom" | "top" | "middle" | "stretch" | {
3735
- xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
3736
- sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
3737
- md?: "bottom" | "top" | "middle" | "stretch" | undefined;
3738
- lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
3739
- xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
3740
- xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
3734
+ default: "middle" | "top" | "bottom" | "stretch" | {
3735
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
3736
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
3737
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
3738
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
3739
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3740
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3741
3741
  };
3742
3742
  };
3743
3743
  justify: {
@@ -3769,21 +3769,21 @@ declare const _default: import("vue").DefineComponent<{
3769
3769
  };
3770
3770
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
3771
3771
  align: {
3772
- type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
3773
- xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
3774
- sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
3775
- md?: "bottom" | "top" | "middle" | "stretch" | undefined;
3776
- lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
3777
- xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
3778
- xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
3772
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
3773
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
3774
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
3775
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
3776
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
3777
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3778
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3779
3779
  }>;
3780
- default: "bottom" | "top" | "middle" | "stretch" | {
3781
- xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
3782
- sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
3783
- md?: "bottom" | "top" | "middle" | "stretch" | undefined;
3784
- lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
3785
- xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
3786
- xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
3780
+ default: "middle" | "top" | "bottom" | "stretch" | {
3781
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
3782
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
3783
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
3784
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
3785
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3786
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3787
3787
  };
3788
3788
  };
3789
3789
  justify: {
@@ -3819,7 +3819,6 @@ declare const _default: import("vue").DefineComponent<{
3819
3819
  readonly loading: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
3820
3820
  }, {
3821
3821
  props: import("@vue/shared").LooseRequired<{
3822
- readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
3823
3822
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
3824
3823
  layout: import("vue-types").VueTypeDef<string>;
3825
3824
  labelCol: {
@@ -4044,23 +4043,24 @@ declare const _default: import("vue").DefineComponent<{
4044
4043
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
4045
4044
  };
4046
4045
  }>>;
4046
+ readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
4047
4047
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
4048
4048
  align: {
4049
- type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
4050
- xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
4051
- sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
4052
- md?: "bottom" | "top" | "middle" | "stretch" | undefined;
4053
- lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
4054
- xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
4055
- xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
4049
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
4050
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4051
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4052
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4053
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4054
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4055
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4056
4056
  }>;
4057
- default: "bottom" | "top" | "middle" | "stretch" | {
4058
- xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
4059
- sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
4060
- md?: "bottom" | "top" | "middle" | "stretch" | undefined;
4061
- lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
4062
- xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
4063
- xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
4057
+ default: "middle" | "top" | "bottom" | "stretch" | {
4058
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4059
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4060
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4061
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4062
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4063
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4064
4064
  };
4065
4065
  };
4066
4066
  justify: {
@@ -5054,21 +5054,21 @@ declare const _default: import("vue").DefineComponent<{
5054
5054
  readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
5055
5055
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
5056
5056
  align: {
5057
- type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
5058
- xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
5059
- sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
5060
- md?: "bottom" | "top" | "middle" | "stretch" | undefined;
5061
- lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
5062
- xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
5063
- xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
5057
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
5058
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
5059
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
5060
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
5061
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
5062
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5063
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5064
5064
  }>;
5065
- default: "bottom" | "top" | "middle" | "stretch" | {
5066
- xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
5067
- sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
5068
- md?: "bottom" | "top" | "middle" | "stretch" | undefined;
5069
- lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
5070
- xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
5071
- xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
5065
+ default: "middle" | "top" | "bottom" | "stretch" | {
5066
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
5067
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
5068
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
5069
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
5070
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5071
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5072
5072
  };
5073
5073
  };
5074
5074
  justify: {
@@ -5100,21 +5100,21 @@ declare const _default: import("vue").DefineComponent<{
5100
5100
  };
5101
5101
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
5102
5102
  align: {
5103
- type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
5104
- xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
5105
- sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
5106
- md?: "bottom" | "top" | "middle" | "stretch" | undefined;
5107
- lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
5108
- xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
5109
- xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
5103
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
5104
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
5105
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
5106
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
5107
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
5108
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5109
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5110
5110
  }>;
5111
- default: "bottom" | "top" | "middle" | "stretch" | {
5112
- xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
5113
- sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
5114
- md?: "bottom" | "top" | "middle" | "stretch" | undefined;
5115
- lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
5116
- xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
5117
- xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
5111
+ default: "middle" | "top" | "bottom" | "stretch" | {
5112
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
5113
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
5114
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
5115
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
5116
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5117
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5118
5118
  };
5119
5119
  };
5120
5120
  justify: {
@@ -5146,21 +5146,21 @@ declare const _default: import("vue").DefineComponent<{
5146
5146
  };
5147
5147
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
5148
5148
  align: {
5149
- type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
5150
- xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
5151
- sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
5152
- md?: "bottom" | "top" | "middle" | "stretch" | undefined;
5153
- lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
5154
- xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
5155
- xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
5149
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
5150
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
5151
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
5152
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
5153
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
5154
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5155
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5156
5156
  }>;
5157
- default: "bottom" | "top" | "middle" | "stretch" | {
5158
- xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
5159
- sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
5160
- md?: "bottom" | "top" | "middle" | "stretch" | undefined;
5161
- lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
5162
- xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
5163
- xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
5157
+ default: "middle" | "top" | "bottom" | "stretch" | {
5158
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
5159
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
5160
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
5161
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
5162
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5163
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5164
5164
  };
5165
5165
  };
5166
5166
  justify: {
@@ -5192,21 +5192,21 @@ declare const _default: import("vue").DefineComponent<{
5192
5192
  };
5193
5193
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
5194
5194
  align: {
5195
- type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
5196
- xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
5197
- sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
5198
- md?: "bottom" | "top" | "middle" | "stretch" | undefined;
5199
- lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
5200
- xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
5201
- xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
5195
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
5196
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
5197
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
5198
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
5199
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
5200
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5201
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5202
5202
  }>;
5203
- default: "bottom" | "top" | "middle" | "stretch" | {
5204
- xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
5205
- sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
5206
- md?: "bottom" | "top" | "middle" | "stretch" | undefined;
5207
- lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
5208
- xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
5209
- xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
5203
+ default: "middle" | "top" | "bottom" | "stretch" | {
5204
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
5205
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
5206
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
5207
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
5208
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5209
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5210
5210
  };
5211
5211
  };
5212
5212
  justify: {
@@ -5241,7 +5241,6 @@ declare const _default: import("vue").DefineComponent<{
5241
5241
  }, boolean>;
5242
5242
  readonly loading: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
5243
5243
  }>>, {
5244
- readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
5245
5244
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
5246
5245
  layout: import("vue-types").VueTypeDef<string>;
5247
5246
  labelCol: {
@@ -5466,23 +5465,24 @@ declare const _default: import("vue").DefineComponent<{
5466
5465
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
5467
5466
  };
5468
5467
  }>>;
5468
+ readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
5469
5469
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
5470
5470
  align: {
5471
- type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
5472
- xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
5473
- sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
5474
- md?: "bottom" | "top" | "middle" | "stretch" | undefined;
5475
- lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
5476
- xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
5477
- xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
5471
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
5472
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
5473
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
5474
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
5475
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
5476
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5477
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5478
5478
  }>;
5479
- default: "bottom" | "top" | "middle" | "stretch" | {
5480
- xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
5481
- sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
5482
- md?: "bottom" | "top" | "middle" | "stretch" | undefined;
5483
- lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
5484
- xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
5485
- xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
5479
+ default: "middle" | "top" | "bottom" | "stretch" | {
5480
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
5481
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
5482
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
5483
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
5484
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5485
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5486
5486
  };
5487
5487
  };
5488
5488
  justify: {
@@ -6422,8 +6422,8 @@ declare const _default: import("vue").DefineComponent<{
6422
6422
  onClose?: (() => any) | undefined;
6423
6423
  onConfirm?: (() => any) | undefined;
6424
6424
  }, {
6425
- readonly value: Record<string, any>;
6426
6425
  readonly filterColumns: any[];
6426
+ readonly value: Record<string, any>;
6427
6427
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
6428
6428
  layout: import("vue-types").VueTypeDef<string>;
6429
6429
  labelCol: {
@@ -7553,9 +7553,8 @@ declare const _default: import("vue").DefineComponent<{
7553
7553
  }, boolean>;
7554
7554
  }, {
7555
7555
  props: import("@vue/shared").LooseRequired<{
7556
- readonly value: Record<string, any>;
7557
- 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>;
7558
7556
  readonly filterColumns: any[];
7557
+ readonly value: Record<string, any>;
7559
7558
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
7560
7559
  layout: import("vue-types").VueTypeDef<string>;
7561
7560
  labelCol: {
@@ -7780,6 +7779,7 @@ declare const _default: import("vue").DefineComponent<{
7780
7779
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
7781
7780
  };
7782
7781
  }>>;
7782
+ 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>;
7783
7783
  readonly onChange?: ((value: Record<string, any>) => any) | undefined;
7784
7784
  readonly "onUpdate:value"?: ((value: Record<string, any>) => any) | undefined;
7785
7785
  } & {}>;
@@ -8715,9 +8715,8 @@ declare const _default: import("vue").DefineComponent<{
8715
8715
  onChange?: ((value: Record<string, any>) => any) | undefined;
8716
8716
  "onUpdate:value"?: ((value: Record<string, any>) => any) | undefined;
8717
8717
  }, {
8718
- readonly value: Record<string, any>;
8719
- 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>;
8720
8718
  readonly filterColumns: any[];
8719
+ readonly value: Record<string, any>;
8721
8720
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
8722
8721
  layout: import("vue-types").VueTypeDef<string>;
8723
8722
  labelCol: {
@@ -8942,6 +8941,7 @@ declare const _default: import("vue").DefineComponent<{
8942
8941
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
8943
8942
  };
8944
8943
  }>>;
8944
+ 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>;
8945
8945
  }, {}>;
8946
8946
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
8947
8947
  change: (value: Record<string, any>) => boolean;
@@ -9851,9 +9851,8 @@ declare const _default: import("vue").DefineComponent<{
9851
9851
  onChange?: ((value: Record<string, any>) => any) | undefined;
9852
9852
  "onUpdate:value"?: ((value: Record<string, any>) => any) | undefined;
9853
9853
  }, {
9854
- readonly value: Record<string, any>;
9855
- 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>;
9856
9854
  readonly filterColumns: any[];
9855
+ readonly value: Record<string, any>;
9857
9856
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
9858
9857
  layout: import("vue-types").VueTypeDef<string>;
9859
9858
  labelCol: {
@@ -10078,5 +10077,6 @@ declare const _default: import("vue").DefineComponent<{
10078
10077
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
10079
10078
  };
10080
10079
  }>>;
10080
+ 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>;
10081
10081
  }, {}>;
10082
10082
  export default _default;