ll-plus 2.6.19 → 2.6.21

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 (195) hide show
  1. package/es/components/advanced-filtering/index.d.ts +288 -288
  2. package/es/components/advanced-filtering/src/advanced-filtering.vue.d.ts +144 -144
  3. package/es/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +144 -144
  4. package/es/components/breadcrumb-card/index.d.ts +1 -1
  5. package/es/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +1 -1
  6. package/es/components/cascader/index.d.ts +8 -8
  7. package/es/components/cascader/src/cascader.vue.d.ts +8 -8
  8. package/es/components/checkbox/index.d.ts +217 -217
  9. package/es/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  10. package/es/components/checkbox/src/checkbox.d.ts +56 -56
  11. package/es/components/drawer/index.d.ts +5 -5
  12. package/es/components/drawer/src/components/second-confirmation/index.d.ts +1 -1
  13. package/es/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +1 -1
  14. package/es/components/drawer/src/drawer.vue.d.ts +5 -5
  15. package/es/components/easy-cron/index.d.ts +95 -95
  16. package/es/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +88 -88
  17. package/es/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +88 -88
  18. package/es/components/easy-cron/src/easy-cron.vue.d.ts +95 -95
  19. package/es/components/form/index.d.ts +144 -144
  20. package/es/components/form/src/components/form-component.vue.d.ts +1 -1
  21. package/es/components/form/src/config/form.d.ts +56 -56
  22. package/es/components/form/src/form.vue.d.ts +143 -143
  23. package/es/components/icon-picker/index.d.ts +1 -1
  24. package/es/components/icon-picker/src/components/modal.vue.d.ts +1 -1
  25. package/es/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
  26. package/es/components/input/index.d.ts +40 -34
  27. package/es/components/input/src/input.d.ts +1 -0
  28. package/es/components/input/src/input.vue.d.ts +40 -34
  29. package/es/components/key-value/index.d.ts +690 -690
  30. package/es/components/key-value/src/components/key-value-item.vue.d.ts +230 -230
  31. package/es/components/key-value/src/key-value.vue.d.ts +690 -690
  32. package/es/components/modal/index.d.ts +1 -1
  33. package/es/components/modal/src/modal.vue.d.ts +1 -1
  34. package/es/components/new-drawer/index.d.ts +7 -7
  35. package/es/components/new-drawer/src/drawer.vue.d.ts +7 -7
  36. package/es/components/new-modal/index.d.ts +2 -2
  37. package/es/components/new-modal/src/modal.vue.d.ts +2 -2
  38. package/es/components/rich-text-editor/index.d.ts +1 -1
  39. package/es/components/rich-text-editor/src/rich-text-editor.vue.d.ts +1 -1
  40. package/es/components/select/index.d.ts +4 -4
  41. package/es/components/select/src/select.vue.d.ts +4 -4
  42. package/es/components/select-group/index.d.ts +2 -2
  43. package/es/components/select-group/src/select-group.d.ts +1 -1
  44. package/es/components/select-group/src/select-group.vue.d.ts +2 -2
  45. package/es/components/table/index.d.ts +6 -6
  46. package/es/components/table/src/components/main-table.vue.d.ts +2 -2
  47. package/es/components/table/src/config/table.d.ts +2 -2
  48. package/es/components/table/src/table.vue.d.ts +6 -6
  49. package/es/components/textarea/index.d.ts +5 -5
  50. package/es/components/textarea/src/textarea.vue.d.ts +5 -5
  51. package/es/components/tooltip/index.d.ts +4 -4
  52. package/es/components/tooltip/src/tooltip.d.ts +1 -1
  53. package/es/components/tooltip/src/tooltip.vue.d.ts +4 -4
  54. package/es/components/tree-search/index.d.ts +1 -1
  55. package/es/components/tree-search/src/tree-search.vue.d.ts +1 -1
  56. package/es/components/upload-drag/index.d.ts +2 -2
  57. package/es/components/upload-drag/src/upload-drag.vue.d.ts +2 -2
  58. package/es/packages/components/input/src/input.mjs +7 -0
  59. package/es/packages/components/input/src/input.mjs.map +1 -1
  60. package/es/packages/components/input/src/input.vue2.mjs +4 -2
  61. package/es/packages/components/input/src/input.vue2.mjs.map +1 -1
  62. package/es/packages/components/upload-image/src/upload-image.vue2.mjs +2 -1
  63. package/es/packages/components/upload-image/src/upload-image.vue2.mjs.map +1 -1
  64. package/index.full.js +13 -3
  65. package/index.full.min.js +2 -2
  66. package/index.full.min.js.map +1 -1
  67. package/index.full.min.mjs +2 -2
  68. package/index.full.min.mjs.map +1 -1
  69. package/index.full.mjs +13 -3
  70. package/lib/components/advanced-filtering/index.d.ts +288 -288
  71. package/lib/components/advanced-filtering/src/advanced-filtering.vue.d.ts +144 -144
  72. package/lib/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +144 -144
  73. package/lib/components/breadcrumb-card/index.d.ts +1 -1
  74. package/lib/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +1 -1
  75. package/lib/components/cascader/index.d.ts +8 -8
  76. package/lib/components/cascader/src/cascader.vue.d.ts +8 -8
  77. package/lib/components/checkbox/index.d.ts +217 -217
  78. package/lib/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  79. package/lib/components/checkbox/src/checkbox.d.ts +56 -56
  80. package/lib/components/drawer/index.d.ts +5 -5
  81. package/lib/components/drawer/src/components/second-confirmation/index.d.ts +1 -1
  82. package/lib/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +1 -1
  83. package/lib/components/drawer/src/drawer.vue.d.ts +5 -5
  84. package/lib/components/easy-cron/index.d.ts +95 -95
  85. package/lib/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +88 -88
  86. package/lib/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +88 -88
  87. package/lib/components/easy-cron/src/easy-cron.vue.d.ts +95 -95
  88. package/lib/components/form/index.d.ts +144 -144
  89. package/lib/components/form/src/components/form-component.vue.d.ts +1 -1
  90. package/lib/components/form/src/config/form.d.ts +56 -56
  91. package/lib/components/form/src/form.vue.d.ts +143 -143
  92. package/lib/components/icon-picker/index.d.ts +1 -1
  93. package/lib/components/icon-picker/src/components/modal.vue.d.ts +1 -1
  94. package/lib/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
  95. package/lib/components/input/index.d.ts +40 -34
  96. package/lib/components/input/src/input.d.ts +1 -0
  97. package/lib/components/input/src/input.vue.d.ts +40 -34
  98. package/lib/components/key-value/index.d.ts +690 -690
  99. package/lib/components/key-value/src/components/key-value-item.vue.d.ts +230 -230
  100. package/lib/components/key-value/src/key-value.vue.d.ts +690 -690
  101. package/lib/components/modal/index.d.ts +1 -1
  102. package/lib/components/modal/src/modal.vue.d.ts +1 -1
  103. package/lib/components/new-drawer/index.d.ts +7 -7
  104. package/lib/components/new-drawer/src/drawer.vue.d.ts +7 -7
  105. package/lib/components/new-modal/index.d.ts +2 -2
  106. package/lib/components/new-modal/src/modal.vue.d.ts +2 -2
  107. package/lib/components/rich-text-editor/index.d.ts +1 -1
  108. package/lib/components/rich-text-editor/src/rich-text-editor.vue.d.ts +1 -1
  109. package/lib/components/select/index.d.ts +4 -4
  110. package/lib/components/select/src/select.vue.d.ts +4 -4
  111. package/lib/components/select-group/index.d.ts +2 -2
  112. package/lib/components/select-group/src/select-group.d.ts +1 -1
  113. package/lib/components/select-group/src/select-group.vue.d.ts +2 -2
  114. package/lib/components/table/index.d.ts +6 -6
  115. package/lib/components/table/src/components/main-table.vue.d.ts +2 -2
  116. package/lib/components/table/src/config/table.d.ts +2 -2
  117. package/lib/components/table/src/table.vue.d.ts +6 -6
  118. package/lib/components/textarea/index.d.ts +5 -5
  119. package/lib/components/textarea/src/textarea.vue.d.ts +5 -5
  120. package/lib/components/tooltip/index.d.ts +4 -4
  121. package/lib/components/tooltip/src/tooltip.d.ts +1 -1
  122. package/lib/components/tooltip/src/tooltip.vue.d.ts +4 -4
  123. package/lib/components/tree-search/index.d.ts +1 -1
  124. package/lib/components/tree-search/src/tree-search.vue.d.ts +1 -1
  125. package/lib/components/upload-drag/index.d.ts +2 -2
  126. package/lib/components/upload-drag/src/upload-drag.vue.d.ts +2 -2
  127. package/lib/packages/components/input/src/input.js +7 -0
  128. package/lib/packages/components/input/src/input.js.map +1 -1
  129. package/lib/packages/components/input/src/input.vue2.js +4 -2
  130. package/lib/packages/components/input/src/input.vue2.js.map +1 -1
  131. package/lib/packages/components/upload-image/src/upload-image.vue2.js +2 -1
  132. package/lib/packages/components/upload-image/src/upload-image.vue2.js.map +1 -1
  133. package/package.json +1 -1
  134. package/theme-chalk/css/index.css +2 -2
  135. package/theme-chalk/css/table.css +1 -1
  136. package/theme-chalk/css/upload-image.css +1 -1
  137. package/theme-chalk/fonts/iconfont.js +1 -1
  138. package/theme-chalk/fonts/iconfont.json +4 -4
  139. package/types/packages/components/advanced-filtering/index.d.ts +288 -288
  140. package/types/packages/components/advanced-filtering/src/advanced-filtering.vue.d.ts +144 -144
  141. package/types/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +144 -144
  142. package/types/packages/components/breadcrumb-card/index.d.ts +1 -1
  143. package/types/packages/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +1 -1
  144. package/types/packages/components/cascader/index.d.ts +8 -8
  145. package/types/packages/components/cascader/src/cascader.vue.d.ts +8 -8
  146. package/types/packages/components/checkbox/index.d.ts +217 -217
  147. package/types/packages/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  148. package/types/packages/components/checkbox/src/checkbox.d.ts +56 -56
  149. package/types/packages/components/drawer/index.d.ts +5 -5
  150. package/types/packages/components/drawer/src/components/second-confirmation/index.d.ts +1 -1
  151. package/types/packages/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +1 -1
  152. package/types/packages/components/drawer/src/drawer.vue.d.ts +5 -5
  153. package/types/packages/components/easy-cron/index.d.ts +95 -95
  154. package/types/packages/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +88 -88
  155. package/types/packages/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +88 -88
  156. package/types/packages/components/easy-cron/src/easy-cron.vue.d.ts +95 -95
  157. package/types/packages/components/form/index.d.ts +144 -144
  158. package/types/packages/components/form/src/components/form-component.vue.d.ts +1 -1
  159. package/types/packages/components/form/src/config/form.d.ts +56 -56
  160. package/types/packages/components/form/src/form.vue.d.ts +143 -143
  161. package/types/packages/components/icon-picker/index.d.ts +1 -1
  162. package/types/packages/components/icon-picker/src/components/modal.vue.d.ts +1 -1
  163. package/types/packages/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
  164. package/types/packages/components/input/index.d.ts +40 -34
  165. package/types/packages/components/input/src/input.d.ts +1 -0
  166. package/types/packages/components/input/src/input.vue.d.ts +40 -34
  167. package/types/packages/components/key-value/index.d.ts +690 -690
  168. package/types/packages/components/key-value/src/components/key-value-item.vue.d.ts +230 -230
  169. package/types/packages/components/key-value/src/key-value.vue.d.ts +690 -690
  170. package/types/packages/components/modal/index.d.ts +1 -1
  171. package/types/packages/components/modal/src/modal.vue.d.ts +1 -1
  172. package/types/packages/components/new-drawer/index.d.ts +7 -7
  173. package/types/packages/components/new-drawer/src/drawer.vue.d.ts +7 -7
  174. package/types/packages/components/new-modal/index.d.ts +2 -2
  175. package/types/packages/components/new-modal/src/modal.vue.d.ts +2 -2
  176. package/types/packages/components/rich-text-editor/index.d.ts +1 -1
  177. package/types/packages/components/rich-text-editor/src/rich-text-editor.vue.d.ts +1 -1
  178. package/types/packages/components/select/index.d.ts +4 -4
  179. package/types/packages/components/select/src/select.vue.d.ts +4 -4
  180. package/types/packages/components/select-group/index.d.ts +2 -2
  181. package/types/packages/components/select-group/src/select-group.d.ts +1 -1
  182. package/types/packages/components/select-group/src/select-group.vue.d.ts +2 -2
  183. package/types/packages/components/table/index.d.ts +6 -6
  184. package/types/packages/components/table/src/components/main-table.vue.d.ts +2 -2
  185. package/types/packages/components/table/src/config/table.d.ts +2 -2
  186. package/types/packages/components/table/src/table.vue.d.ts +6 -6
  187. package/types/packages/components/textarea/index.d.ts +5 -5
  188. package/types/packages/components/textarea/src/textarea.vue.d.ts +5 -5
  189. package/types/packages/components/tooltip/index.d.ts +4 -4
  190. package/types/packages/components/tooltip/src/tooltip.d.ts +1 -1
  191. package/types/packages/components/tooltip/src/tooltip.vue.d.ts +4 -4
  192. package/types/packages/components/tree-search/index.d.ts +1 -1
  193. package/types/packages/components/tree-search/src/tree-search.vue.d.ts +1 -1
  194. package/types/packages/components/upload-drag/index.d.ts +2 -2
  195. package/types/packages/components/upload-drag/src/upload-drag.vue.d.ts +2 -2
@@ -900,21 +900,21 @@ declare const _default: import("vue").DefineComponent<{
900
900
  readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./config").FormData) | (() => import("./config").FormData) | ((new (...args: any[]) => import("./config").FormData) | (() => import("./config").FormData))[], unknown, unknown, () => {}, boolean>;
901
901
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
902
902
  align: {
903
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
904
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
905
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
906
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
907
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
908
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
909
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
903
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
904
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
905
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
906
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
907
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
908
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
909
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
910
910
  }>;
911
- default: "top" | "bottom" | "middle" | "stretch" | {
912
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
913
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
914
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
915
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
916
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
917
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
911
+ default: "middle" | "top" | "bottom" | "stretch" | {
912
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
913
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
914
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
915
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
916
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
917
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
918
918
  };
919
919
  };
920
920
  justify: {
@@ -946,21 +946,21 @@ declare const _default: import("vue").DefineComponent<{
946
946
  };
947
947
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
948
948
  align: {
949
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
950
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
951
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
952
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
953
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
954
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
955
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
949
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
950
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
951
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
952
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
953
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
954
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
955
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
956
956
  }>;
957
- default: "top" | "bottom" | "middle" | "stretch" | {
958
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
959
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
960
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
961
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
962
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
963
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
957
+ default: "middle" | "top" | "bottom" | "stretch" | {
958
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
959
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
960
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
961
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
962
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
963
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
964
964
  };
965
965
  };
966
966
  justify: {
@@ -992,21 +992,21 @@ declare const _default: import("vue").DefineComponent<{
992
992
  };
993
993
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
994
994
  align: {
995
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
996
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
997
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
998
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
999
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
1000
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1001
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
995
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
996
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
997
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
998
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
999
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1000
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1001
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1002
1002
  }>;
1003
- default: "top" | "bottom" | "middle" | "stretch" | {
1004
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
1005
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
1006
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
1007
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
1008
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1009
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1003
+ default: "middle" | "top" | "bottom" | "stretch" | {
1004
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1005
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1006
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1007
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1008
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1009
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1010
1010
  };
1011
1011
  };
1012
1012
  justify: {
@@ -1038,21 +1038,21 @@ declare const _default: import("vue").DefineComponent<{
1038
1038
  };
1039
1039
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
1040
1040
  align: {
1041
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
1042
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
1043
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
1044
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
1045
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
1046
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1047
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1041
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
1042
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1043
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1044
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1045
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1046
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1047
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1048
1048
  }>;
1049
- default: "top" | "bottom" | "middle" | "stretch" | {
1050
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
1051
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
1052
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
1053
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
1054
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1055
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1049
+ default: "middle" | "top" | "bottom" | "stretch" | {
1050
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1051
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1052
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1053
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1054
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1055
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1056
1056
  };
1057
1057
  };
1058
1058
  justify: {
@@ -1319,21 +1319,21 @@ declare const _default: import("vue").DefineComponent<{
1319
1319
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
1320
1320
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
1321
1321
  align: {
1322
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
1323
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
1324
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
1325
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
1326
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
1327
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1328
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1322
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
1323
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1324
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1325
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1326
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1327
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1328
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1329
1329
  }>;
1330
- default: "top" | "bottom" | "middle" | "stretch" | {
1331
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
1332
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
1333
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
1334
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
1335
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1336
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1330
+ default: "middle" | "top" | "bottom" | "stretch" | {
1331
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1332
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1333
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1334
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1335
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1336
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1337
1337
  };
1338
1338
  };
1339
1339
  justify: {
@@ -1405,7 +1405,7 @@ declare const _default: import("vue").DefineComponent<{
1405
1405
  emits: (event: "changeField", item: any) => void;
1406
1406
  formData: import("./config").FormData;
1407
1407
  componentRef: import("vue").Ref<any>;
1408
- getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
1408
+ getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
1409
1409
  handleChange: (...arg: any[]) => void;
1410
1410
  focus: () => Promise<void>;
1411
1411
  getItem: () => any;
@@ -1457,7 +1457,7 @@ declare const _default: import("vue").DefineComponent<{
1457
1457
  emits: (event: "changeField", item: any) => void;
1458
1458
  formData: import("./config").FormData;
1459
1459
  componentRef: import("vue").Ref<any>;
1460
- getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
1460
+ getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
1461
1461
  handleChange: (...arg: any[]) => void;
1462
1462
  focus: () => Promise<void>;
1463
1463
  getItem: () => any;
@@ -1600,7 +1600,7 @@ declare const _default: import("vue").DefineComponent<{
1600
1600
  emits: (event: "changeField", item: any) => void;
1601
1601
  formData: import("./config").FormData;
1602
1602
  componentRef: import("vue").Ref<any>;
1603
- getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
1603
+ getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
1604
1604
  handleChange: (...arg: any[]) => void;
1605
1605
  focus: () => Promise<void>;
1606
1606
  getItem: () => any;
@@ -2526,21 +2526,21 @@ declare const _default: import("vue").DefineComponent<{
2526
2526
  readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./config").FormData) | (() => import("./config").FormData) | ((new (...args: any[]) => import("./config").FormData) | (() => import("./config").FormData))[], unknown, unknown, () => {}, boolean>;
2527
2527
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
2528
2528
  align: {
2529
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
2530
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2531
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2532
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2533
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2534
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2535
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2529
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
2530
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2531
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2532
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2533
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2534
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2535
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2536
2536
  }>;
2537
- default: "top" | "bottom" | "middle" | "stretch" | {
2538
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2539
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2540
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2541
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2542
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2543
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2537
+ default: "middle" | "top" | "bottom" | "stretch" | {
2538
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2539
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2540
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2541
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2542
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2543
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2544
2544
  };
2545
2545
  };
2546
2546
  justify: {
@@ -2572,21 +2572,21 @@ declare const _default: import("vue").DefineComponent<{
2572
2572
  };
2573
2573
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
2574
2574
  align: {
2575
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
2576
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2577
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2578
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2579
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2580
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2581
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2575
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
2576
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2577
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2578
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2579
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2580
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2581
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2582
2582
  }>;
2583
- default: "top" | "bottom" | "middle" | "stretch" | {
2584
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2585
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2586
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2587
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2588
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2589
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2583
+ default: "middle" | "top" | "bottom" | "stretch" | {
2584
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2585
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2586
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2587
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2588
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2589
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2590
2590
  };
2591
2591
  };
2592
2592
  justify: {
@@ -2618,21 +2618,21 @@ declare const _default: import("vue").DefineComponent<{
2618
2618
  };
2619
2619
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
2620
2620
  align: {
2621
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
2622
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2623
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2624
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2625
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2626
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2627
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2621
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
2622
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2623
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2624
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2625
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2626
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2627
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2628
2628
  }>;
2629
- default: "top" | "bottom" | "middle" | "stretch" | {
2630
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2631
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2632
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2633
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2634
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2635
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2629
+ default: "middle" | "top" | "bottom" | "stretch" | {
2630
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2631
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2632
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2633
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2634
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2635
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2636
2636
  };
2637
2637
  };
2638
2638
  justify: {
@@ -2664,21 +2664,21 @@ declare const _default: import("vue").DefineComponent<{
2664
2664
  };
2665
2665
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
2666
2666
  align: {
2667
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
2668
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2669
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2670
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2671
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2672
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2673
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2667
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
2668
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2669
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2670
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2671
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2672
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2673
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2674
2674
  }>;
2675
- default: "top" | "bottom" | "middle" | "stretch" | {
2676
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2677
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2678
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2679
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2680
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2681
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2675
+ default: "middle" | "top" | "bottom" | "stretch" | {
2676
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2677
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2678
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2679
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2680
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2681
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2682
2682
  };
2683
2683
  };
2684
2684
  justify: {
@@ -2946,21 +2946,21 @@ declare const _default: import("vue").DefineComponent<{
2946
2946
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
2947
2947
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
2948
2948
  align: {
2949
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
2950
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2951
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2952
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2953
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2954
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2955
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2949
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
2950
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2951
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2952
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2953
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2954
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2955
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2956
2956
  }>;
2957
- default: "top" | "bottom" | "middle" | "stretch" | {
2958
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2959
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2960
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2961
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2962
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2963
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2957
+ default: "middle" | "top" | "bottom" | "stretch" | {
2958
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2959
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2960
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2961
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2962
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2963
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2964
2964
  };
2965
2965
  };
2966
2966
  justify: {
@@ -83,7 +83,7 @@ export declare const LlIconPicker: import("ll-plus/es/utils").SFCWithInstall<imp
83
83
  readonly onChangeIconValue?: ((value: string) => any) | undefined;
84
84
  } & {}>;
85
85
  emits: ((event: "update:visible") => void) & ((event: "changeIconValue", value: string) => void);
86
- scrollPosition: import("vue").Ref<("top" | "scrolling" | "bottom") | undefined>;
86
+ scrollPosition: import("vue").Ref<("top" | "bottom" | "scrolling") | undefined>;
87
87
  isHasScrollBar: import("vue").Ref<boolean>;
88
88
  scrollRef: import("vue").Ref<HTMLElement | undefined>;
89
89
  searchIconValue: import("vue").Ref<string>;
@@ -22,7 +22,7 @@ declare const _default: import("vue").DefineComponent<{
22
22
  readonly onChangeIconValue?: ((value: string) => any) | undefined;
23
23
  } & {}>;
24
24
  emits: ((event: "update:visible") => void) & ((event: "changeIconValue", value: string) => void);
25
- scrollPosition: import("vue").Ref<("top" | "scrolling" | "bottom") | undefined>;
25
+ scrollPosition: import("vue").Ref<("top" | "bottom" | "scrolling") | undefined>;
26
26
  isHasScrollBar: import("vue").Ref<boolean>;
27
27
  scrollRef: import("vue").Ref<HTMLElement | undefined>;
28
28
  searchIconValue: import("vue").Ref<string>;
@@ -82,7 +82,7 @@ declare const _default: import("vue").DefineComponent<{
82
82
  readonly onChangeIconValue?: ((value: string) => any) | undefined;
83
83
  } & {}>;
84
84
  emits: ((event: "update:visible") => void) & ((event: "changeIconValue", value: string) => void);
85
- scrollPosition: import("vue").Ref<("top" | "scrolling" | "bottom") | undefined>;
85
+ scrollPosition: import("vue").Ref<("top" | "bottom" | "scrolling") | undefined>;
86
86
  isHasScrollBar: import("vue").Ref<boolean>;
87
87
  scrollRef: import("vue").Ref<HTMLElement | undefined>;
88
88
  searchIconValue: import("vue").Ref<string>;