ll-plus 2.1.10 → 2.1.11

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 (225) hide show
  1. package/es/component.mjs +2 -0
  2. package/es/component.mjs.map +1 -1
  3. package/es/components/advanced-filtering/index.d.ts +309 -309
  4. package/es/components/advanced-filtering/src/advanced-filtering.vue.d.ts +158 -158
  5. package/es/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +145 -145
  6. package/es/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +6 -6
  7. package/es/components/button/index.d.ts +1 -1
  8. package/es/components/button/src/button.vue.d.ts +1 -1
  9. package/es/components/cascader/index.d.ts +16 -16
  10. package/es/components/cascader/src/cascader.vue.d.ts +16 -16
  11. package/es/components/checkbox/index.d.ts +217 -217
  12. package/es/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  13. package/es/components/checkbox/src/checkbox.d.ts +56 -56
  14. package/es/components/code-editor/index.d.ts +4 -4
  15. package/es/components/code-editor/src/code-editor.vue.d.ts +4 -4
  16. package/es/components/code-editor/src/code-editor.vue2.mjs.map +1 -1
  17. package/es/components/date-picker/index.d.ts +82 -82
  18. package/es/components/date-picker/src/date-picker.vue.d.ts +82 -82
  19. package/es/components/date-range/index.d.ts +10 -10
  20. package/es/components/date-range/src/date-range.vue.d.ts +10 -10
  21. package/es/components/drawer/index.d.ts +13 -13
  22. package/es/components/drawer/src/components/second-confirmation/index.d.ts +12 -12
  23. package/es/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +12 -12
  24. package/es/components/drawer/src/drawer.vue.d.ts +13 -13
  25. package/es/components/form/index.d.ts +142 -142
  26. package/es/components/form/src/config/form.d.ts +56 -56
  27. package/es/components/form/src/form.vue.d.ts +142 -142
  28. package/es/components/icon-base/index.d.ts +1 -1
  29. package/es/components/icon-base/src/icon-base.vue.d.ts +1 -1
  30. package/es/components/index.d.ts +1 -0
  31. package/es/components/index.mjs +2 -0
  32. package/es/components/index.mjs.map +1 -1
  33. package/es/components/input/index.d.ts +35 -35
  34. package/es/components/input/src/input.vue.d.ts +35 -35
  35. package/es/components/input-number/index.d.ts +2 -2
  36. package/es/components/input-number/src/input-number.vue.d.ts +2 -2
  37. package/es/components/key-value/index.d.ts +8 -8
  38. package/es/components/key-value/src/components/key-value-item.vue.d.ts +4 -4
  39. package/es/components/key-value/src/config/key-value-item.d.ts +2 -2
  40. package/es/components/key-value/src/config/key-value-item.mjs.map +1 -1
  41. package/es/components/key-value/src/config/key-value.d.ts +3 -3
  42. package/es/components/key-value/src/config/key-value.mjs +2 -2
  43. package/es/components/key-value/src/config/key-value.mjs.map +1 -1
  44. package/es/components/key-value/src/key-value.vue.d.ts +8 -8
  45. package/es/components/key-value/src/key-value.vue2.mjs +3 -3
  46. package/es/components/key-value/src/key-value.vue2.mjs.map +1 -1
  47. package/es/components/modal/index.d.ts +7 -7
  48. package/es/components/modal/src/modal.vue.d.ts +7 -7
  49. package/es/components/operate-icon/index.d.ts +3 -3
  50. package/es/components/operate-icon/src/operate-icon.vue.d.ts +3 -3
  51. package/es/components/select/index.d.ts +30 -30
  52. package/es/components/select/src/select.vue.d.ts +30 -30
  53. package/es/components/tag-group/index.d.ts +394 -0
  54. package/es/components/tag-group/index.mjs +10 -0
  55. package/es/components/tag-group/index.mjs.map +1 -0
  56. package/es/components/tag-group/src/tag-group.d.ts +14 -0
  57. package/es/components/tag-group/src/tag-group.mjs +22 -0
  58. package/es/components/tag-group/src/tag-group.mjs.map +1 -0
  59. package/es/components/tag-group/src/tag-group.vue.d.ts +388 -0
  60. package/es/components/tag-group/src/tag-group.vue.mjs +8 -0
  61. package/es/components/tag-group/src/tag-group.vue.mjs.map +1 -0
  62. package/es/components/tag-group/src/tag-group.vue2.mjs +325 -0
  63. package/es/components/tag-group/src/tag-group.vue2.mjs.map +1 -0
  64. package/es/components/textarea/index.d.ts +5 -5
  65. package/es/components/textarea/src/textarea.vue.d.ts +5 -5
  66. package/es/components/tooltip/index.d.ts +4 -4
  67. package/es/components/tooltip/src/tooltip.d.ts +1 -1
  68. package/es/components/tooltip/src/tooltip.vue.d.ts +4 -4
  69. package/es/components/tree/index.d.ts +2 -2
  70. package/es/components/tree/src/tree.vue.d.ts +2 -2
  71. package/es/components/tree-search/index.d.ts +15 -15
  72. package/es/components/tree-search/src/config/tree-search.d.ts +4 -4
  73. package/es/components/tree-search/src/tree-search.vue.d.ts +15 -15
  74. package/es/components/upload-drag/index.d.ts +6 -6
  75. package/es/components/upload-drag/src/upload-drag.vue.d.ts +6 -6
  76. package/es/index.mjs +2 -0
  77. package/es/index.mjs.map +1 -1
  78. package/es/utils/props/runtime.d.ts +2 -2
  79. package/global.d.ts +1 -0
  80. package/index.full.js +465 -125
  81. package/index.full.min.js +21 -21
  82. package/index.full.min.js.map +1 -1
  83. package/index.full.min.mjs +21 -21
  84. package/index.full.min.mjs.map +1 -1
  85. package/index.full.mjs +465 -128
  86. package/lib/component.js +18 -16
  87. package/lib/component.js.map +1 -1
  88. package/lib/components/advanced-filtering/index.d.ts +309 -309
  89. package/lib/components/advanced-filtering/src/advanced-filtering.vue.d.ts +158 -158
  90. package/lib/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +145 -145
  91. package/lib/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +6 -6
  92. package/lib/components/button/index.d.ts +1 -1
  93. package/lib/components/button/src/button.vue.d.ts +1 -1
  94. package/lib/components/cascader/index.d.ts +16 -16
  95. package/lib/components/cascader/src/cascader.vue.d.ts +16 -16
  96. package/lib/components/checkbox/index.d.ts +217 -217
  97. package/lib/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  98. package/lib/components/checkbox/src/checkbox.d.ts +56 -56
  99. package/lib/components/code-editor/index.d.ts +4 -4
  100. package/lib/components/code-editor/src/code-editor.vue.d.ts +4 -4
  101. package/lib/components/code-editor/src/code-editor.vue2.js.map +1 -1
  102. package/lib/components/date-picker/index.d.ts +82 -82
  103. package/lib/components/date-picker/src/date-picker.vue.d.ts +82 -82
  104. package/lib/components/date-range/index.d.ts +10 -10
  105. package/lib/components/date-range/src/date-range.vue.d.ts +10 -10
  106. package/lib/components/drawer/index.d.ts +13 -13
  107. package/lib/components/drawer/src/components/second-confirmation/index.d.ts +12 -12
  108. package/lib/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +12 -12
  109. package/lib/components/drawer/src/drawer.vue.d.ts +13 -13
  110. package/lib/components/form/index.d.ts +142 -142
  111. package/lib/components/form/src/config/form.d.ts +56 -56
  112. package/lib/components/form/src/form.vue.d.ts +142 -142
  113. package/lib/components/icon-base/index.d.ts +1 -1
  114. package/lib/components/icon-base/src/icon-base.vue.d.ts +1 -1
  115. package/lib/components/index.d.ts +1 -0
  116. package/lib/components/index.js +22 -17
  117. package/lib/components/index.js.map +1 -1
  118. package/lib/components/input/index.d.ts +35 -35
  119. package/lib/components/input/src/input.vue.d.ts +35 -35
  120. package/lib/components/input-number/index.d.ts +2 -2
  121. package/lib/components/input-number/src/input-number.vue.d.ts +2 -2
  122. package/lib/components/key-value/index.d.ts +8 -8
  123. package/lib/components/key-value/src/components/key-value-item.vue.d.ts +4 -4
  124. package/lib/components/key-value/src/config/key-value-item.d.ts +2 -2
  125. package/lib/components/key-value/src/config/key-value-item.js.map +1 -1
  126. package/lib/components/key-value/src/config/key-value.d.ts +3 -3
  127. package/lib/components/key-value/src/config/key-value.js +2 -2
  128. package/lib/components/key-value/src/config/key-value.js.map +1 -1
  129. package/lib/components/key-value/src/key-value.vue.d.ts +8 -8
  130. package/lib/components/key-value/src/key-value.vue2.js +3 -3
  131. package/lib/components/key-value/src/key-value.vue2.js.map +1 -1
  132. package/lib/components/modal/index.d.ts +7 -7
  133. package/lib/components/modal/src/modal.vue.d.ts +7 -7
  134. package/lib/components/operate-icon/index.d.ts +3 -3
  135. package/lib/components/operate-icon/src/operate-icon.vue.d.ts +3 -3
  136. package/lib/components/select/index.d.ts +30 -30
  137. package/lib/components/select/src/select.vue.d.ts +30 -30
  138. package/lib/components/tag-group/index.d.ts +394 -0
  139. package/lib/components/tag-group/index.js +17 -0
  140. package/lib/components/tag-group/index.js.map +1 -0
  141. package/lib/components/tag-group/src/tag-group.d.ts +14 -0
  142. package/lib/components/tag-group/src/tag-group.js +25 -0
  143. package/lib/components/tag-group/src/tag-group.js.map +1 -0
  144. package/lib/components/tag-group/src/tag-group.vue.d.ts +388 -0
  145. package/lib/components/tag-group/src/tag-group.vue.js +12 -0
  146. package/lib/components/tag-group/src/tag-group.vue.js.map +1 -0
  147. package/lib/components/tag-group/src/tag-group.vue2.js +329 -0
  148. package/lib/components/tag-group/src/tag-group.vue2.js.map +1 -0
  149. package/lib/components/textarea/index.d.ts +5 -5
  150. package/lib/components/textarea/src/textarea.vue.d.ts +5 -5
  151. package/lib/components/tooltip/index.d.ts +4 -4
  152. package/lib/components/tooltip/src/tooltip.d.ts +1 -1
  153. package/lib/components/tooltip/src/tooltip.vue.d.ts +4 -4
  154. package/lib/components/tree/index.d.ts +2 -2
  155. package/lib/components/tree/src/tree.vue.d.ts +2 -2
  156. package/lib/components/tree-search/index.d.ts +15 -15
  157. package/lib/components/tree-search/src/config/tree-search.d.ts +4 -4
  158. package/lib/components/tree-search/src/tree-search.vue.d.ts +15 -15
  159. package/lib/components/upload-drag/index.d.ts +6 -6
  160. package/lib/components/upload-drag/src/upload-drag.vue.d.ts +6 -6
  161. package/lib/index.js +22 -17
  162. package/lib/index.js.map +1 -1
  163. package/lib/utils/props/runtime.d.ts +2 -2
  164. package/package.json +1 -1
  165. package/theme-chalk/css/form.css +1 -1
  166. package/theme-chalk/css/index.css +1 -1
  167. package/theme-chalk/css/tag-group.css +5 -0
  168. package/types/packages/components/advanced-filtering/index.d.ts +309 -309
  169. package/types/packages/components/advanced-filtering/src/advanced-filtering.vue.d.ts +158 -158
  170. package/types/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +145 -145
  171. package/types/packages/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +6 -6
  172. package/types/packages/components/button/index.d.ts +1 -1
  173. package/types/packages/components/button/src/button.vue.d.ts +1 -1
  174. package/types/packages/components/cascader/index.d.ts +16 -16
  175. package/types/packages/components/cascader/src/cascader.vue.d.ts +16 -16
  176. package/types/packages/components/checkbox/index.d.ts +217 -217
  177. package/types/packages/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  178. package/types/packages/components/checkbox/src/checkbox.d.ts +56 -56
  179. package/types/packages/components/code-editor/index.d.ts +4 -4
  180. package/types/packages/components/code-editor/src/code-editor.vue.d.ts +4 -4
  181. package/types/packages/components/date-picker/index.d.ts +82 -82
  182. package/types/packages/components/date-picker/src/date-picker.vue.d.ts +82 -82
  183. package/types/packages/components/date-range/index.d.ts +10 -10
  184. package/types/packages/components/date-range/src/date-range.vue.d.ts +10 -10
  185. package/types/packages/components/drawer/index.d.ts +13 -13
  186. package/types/packages/components/drawer/src/components/second-confirmation/index.d.ts +12 -12
  187. package/types/packages/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +12 -12
  188. package/types/packages/components/drawer/src/drawer.vue.d.ts +13 -13
  189. package/types/packages/components/form/index.d.ts +142 -142
  190. package/types/packages/components/form/src/config/form.d.ts +56 -56
  191. package/types/packages/components/form/src/form.vue.d.ts +142 -142
  192. package/types/packages/components/icon-base/index.d.ts +1 -1
  193. package/types/packages/components/icon-base/src/icon-base.vue.d.ts +1 -1
  194. package/types/packages/components/index.d.ts +1 -0
  195. package/types/packages/components/input/index.d.ts +35 -35
  196. package/types/packages/components/input/src/input.vue.d.ts +35 -35
  197. package/types/packages/components/input-number/index.d.ts +2 -2
  198. package/types/packages/components/input-number/src/input-number.vue.d.ts +2 -2
  199. package/types/packages/components/key-value/index.d.ts +8 -8
  200. package/types/packages/components/key-value/src/components/key-value-item.vue.d.ts +4 -4
  201. package/types/packages/components/key-value/src/config/key-value-item.d.ts +2 -2
  202. package/types/packages/components/key-value/src/config/key-value.d.ts +3 -3
  203. package/types/packages/components/key-value/src/key-value.vue.d.ts +8 -8
  204. package/types/packages/components/modal/index.d.ts +7 -7
  205. package/types/packages/components/modal/src/modal.vue.d.ts +7 -7
  206. package/types/packages/components/operate-icon/index.d.ts +3 -3
  207. package/types/packages/components/operate-icon/src/operate-icon.vue.d.ts +3 -3
  208. package/types/packages/components/select/index.d.ts +30 -30
  209. package/types/packages/components/select/src/select.vue.d.ts +30 -30
  210. package/types/packages/components/tag-group/index.d.ts +394 -0
  211. package/types/packages/components/tag-group/src/tag-group.d.ts +14 -0
  212. package/types/packages/components/tag-group/src/tag-group.vue.d.ts +388 -0
  213. package/types/packages/components/textarea/index.d.ts +5 -5
  214. package/types/packages/components/textarea/src/textarea.vue.d.ts +5 -5
  215. package/types/packages/components/tooltip/index.d.ts +4 -4
  216. package/types/packages/components/tooltip/src/tooltip.d.ts +1 -1
  217. package/types/packages/components/tooltip/src/tooltip.vue.d.ts +4 -4
  218. package/types/packages/components/tree/index.d.ts +2 -2
  219. package/types/packages/components/tree/src/tree.vue.d.ts +2 -2
  220. package/types/packages/components/tree-search/index.d.ts +15 -15
  221. package/types/packages/components/tree-search/src/config/tree-search.d.ts +4 -4
  222. package/types/packages/components/tree-search/src/tree-search.vue.d.ts +15 -15
  223. package/types/packages/components/upload-drag/index.d.ts +6 -6
  224. package/types/packages/components/upload-drag/src/upload-drag.vue.d.ts +6 -6
  225. package/types/packages/utils/props/runtime.d.ts +2 -2
@@ -33,8 +33,8 @@ export declare const LlSelect: import("ll-plus/es/utils").SFCWithInstall<import(
33
33
  default: import("ant-design-vue/es/button").ButtonSize;
34
34
  };
35
35
  mode: {
36
- type: import("vue").PropType<"tags" | "multiple" | "SECRET_COMBOBOX_MODE_DO_NOT_USE">;
37
- default: "tags" | "multiple" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
36
+ type: import("vue").PropType<"multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE">;
37
+ default: "multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
38
38
  };
39
39
  bordered: {
40
40
  type: BooleanConstructor;
@@ -48,8 +48,8 @@ export declare const LlSelect: import("ll-plus/es/utils").SFCWithInstall<import(
48
48
  popupClassName: StringConstructor;
49
49
  dropdownClassName: StringConstructor;
50
50
  placement: {
51
- type: import("vue").PropType<"topLeft" | "topRight" | "bottomLeft" | "bottomRight">;
52
- default: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
51
+ type: import("vue").PropType<"bottomLeft" | "bottomRight" | "topLeft" | "topRight">;
52
+ default: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
53
53
  };
54
54
  status: {
55
55
  type: import("vue").PropType<"" | "error" | "warning">;
@@ -82,7 +82,7 @@ export declare const LlSelect: import("ll-plus/es/utils").SFCWithInstall<import(
82
82
  };
83
83
  animation: StringConstructor;
84
84
  direction: {
85
- type: import("vue").PropType<"ltr" | "rtl">;
85
+ type: import("vue").PropType<"rtl" | "ltr">;
86
86
  };
87
87
  disabled: {
88
88
  type: BooleanConstructor;
@@ -104,7 +104,7 @@ export declare const LlSelect: import("ll-plus/es/utils").SFCWithInstall<import(
104
104
  };
105
105
  options: import("vue").PropType<import("ant-design-vue/es/select").DefaultOptionType[]>;
106
106
  showAction: {
107
- type: import("vue").PropType<("focus" | "click")[]>;
107
+ type: import("vue").PropType<("click" | "focus")[]>;
108
108
  };
109
109
  placeholder: import("vue-types").VueTypeValidableDef<any>;
110
110
  onDeselect: import("vue").PropType<import("ant-design-vue/es/vc-select/Select").SelectHandler<(string | number) | import("ant-design-vue/es/select").LabeledValue, import("ant-design-vue/es/select").DefaultOptionType>>;
@@ -199,8 +199,8 @@ export declare const LlSelect: import("ll-plus/es/utils").SFCWithInstall<import(
199
199
  default: import("ant-design-vue/es/button").ButtonSize;
200
200
  };
201
201
  mode: {
202
- type: import("vue").PropType<"tags" | "multiple" | "SECRET_COMBOBOX_MODE_DO_NOT_USE">;
203
- default: "tags" | "multiple" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
202
+ type: import("vue").PropType<"multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE">;
203
+ default: "multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
204
204
  };
205
205
  bordered: {
206
206
  type: BooleanConstructor;
@@ -214,8 +214,8 @@ export declare const LlSelect: import("ll-plus/es/utils").SFCWithInstall<import(
214
214
  popupClassName: StringConstructor;
215
215
  dropdownClassName: StringConstructor;
216
216
  placement: {
217
- type: import("vue").PropType<"topLeft" | "topRight" | "bottomLeft" | "bottomRight">;
218
- default: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
217
+ type: import("vue").PropType<"bottomLeft" | "bottomRight" | "topLeft" | "topRight">;
218
+ default: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
219
219
  };
220
220
  status: {
221
221
  type: import("vue").PropType<"" | "error" | "warning">;
@@ -248,7 +248,7 @@ export declare const LlSelect: import("ll-plus/es/utils").SFCWithInstall<import(
248
248
  };
249
249
  animation: StringConstructor;
250
250
  direction: {
251
- type: import("vue").PropType<"ltr" | "rtl">;
251
+ type: import("vue").PropType<"rtl" | "ltr">;
252
252
  };
253
253
  disabled: {
254
254
  type: BooleanConstructor;
@@ -270,7 +270,7 @@ export declare const LlSelect: import("ll-plus/es/utils").SFCWithInstall<import(
270
270
  };
271
271
  options: import("vue").PropType<import("ant-design-vue/es/select").DefaultOptionType[]>;
272
272
  showAction: {
273
- type: import("vue").PropType<("focus" | "click")[]>;
273
+ type: import("vue").PropType<("click" | "focus")[]>;
274
274
  };
275
275
  placeholder: import("vue-types").VueTypeValidableDef<any>;
276
276
  onDeselect: import("vue").PropType<import("ant-design-vue/es/vc-select/Select").SelectHandler<(string | number) | import("ant-design-vue/es/select").LabeledValue, import("ant-design-vue/es/select").DefaultOptionType>>;
@@ -351,7 +351,7 @@ export declare const LlSelect: import("ll-plus/es/utils").SFCWithInstall<import(
351
351
  }>>, {
352
352
  size: import("ant-design-vue/es/button").ButtonSize;
353
353
  value: import("ant-design-vue/es/select").SelectValue;
354
- mode: "tags" | "multiple" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
354
+ mode: "multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
355
355
  open: boolean;
356
356
  disabled: boolean;
357
357
  autofocus: boolean;
@@ -360,7 +360,7 @@ export declare const LlSelect: import("ll-plus/es/utils").SFCWithInstall<import(
360
360
  status: "" | "error" | "warning";
361
361
  defaultValue: import("ant-design-vue/es/select").SelectValue;
362
362
  'onUpdate:value': (val: import("ant-design-vue/es/select").SelectValue) => void;
363
- placement: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
363
+ placement: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
364
364
  loading: boolean;
365
365
  bordered: boolean;
366
366
  allowClear: boolean;
@@ -409,8 +409,8 @@ export declare const LlSelect: import("ll-plus/es/utils").SFCWithInstall<import(
409
409
  default: import("ant-design-vue/es/button").ButtonSize;
410
410
  };
411
411
  mode: {
412
- type: import("vue").PropType<"tags" | "multiple" | "SECRET_COMBOBOX_MODE_DO_NOT_USE">;
413
- default: "tags" | "multiple" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
412
+ type: import("vue").PropType<"multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE">;
413
+ default: "multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
414
414
  };
415
415
  bordered: {
416
416
  type: BooleanConstructor;
@@ -424,8 +424,8 @@ export declare const LlSelect: import("ll-plus/es/utils").SFCWithInstall<import(
424
424
  popupClassName: StringConstructor;
425
425
  dropdownClassName: StringConstructor;
426
426
  placement: {
427
- type: import("vue").PropType<"topLeft" | "topRight" | "bottomLeft" | "bottomRight">;
428
- default: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
427
+ type: import("vue").PropType<"bottomLeft" | "bottomRight" | "topLeft" | "topRight">;
428
+ default: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
429
429
  };
430
430
  status: {
431
431
  type: import("vue").PropType<"" | "error" | "warning">;
@@ -458,7 +458,7 @@ export declare const LlSelect: import("ll-plus/es/utils").SFCWithInstall<import(
458
458
  };
459
459
  animation: StringConstructor;
460
460
  direction: {
461
- type: import("vue").PropType<"ltr" | "rtl">;
461
+ type: import("vue").PropType<"rtl" | "ltr">;
462
462
  };
463
463
  disabled: {
464
464
  type: BooleanConstructor;
@@ -480,7 +480,7 @@ export declare const LlSelect: import("ll-plus/es/utils").SFCWithInstall<import(
480
480
  };
481
481
  options: import("vue").PropType<import("ant-design-vue/es/select").DefaultOptionType[]>;
482
482
  showAction: {
483
- type: import("vue").PropType<("focus" | "click")[]>;
483
+ type: import("vue").PropType<("click" | "focus")[]>;
484
484
  };
485
485
  placeholder: import("vue-types").VueTypeValidableDef<any>;
486
486
  onDeselect: import("vue").PropType<import("ant-design-vue/es/vc-select/Select").SelectHandler<(string | number) | import("ant-design-vue/es/select").LabeledValue, import("ant-design-vue/es/select").DefaultOptionType>>;
@@ -561,7 +561,7 @@ export declare const LlSelect: import("ll-plus/es/utils").SFCWithInstall<import(
561
561
  }>>, () => import("ant-design-vue/es/_util/type").VueNode, {}, {}, {}, {
562
562
  size: import("ant-design-vue/es/button").ButtonSize;
563
563
  value: import("ant-design-vue/es/select").SelectValue;
564
- mode: "tags" | "multiple" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
564
+ mode: "multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
565
565
  open: boolean;
566
566
  disabled: boolean;
567
567
  autofocus: boolean;
@@ -570,7 +570,7 @@ export declare const LlSelect: import("ll-plus/es/utils").SFCWithInstall<import(
570
570
  status: "" | "error" | "warning";
571
571
  defaultValue: import("ant-design-vue/es/select").SelectValue;
572
572
  'onUpdate:value': (val: import("ant-design-vue/es/select").SelectValue) => void;
573
- placement: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
573
+ placement: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
574
574
  loading: boolean;
575
575
  bordered: boolean;
576
576
  allowClear: boolean;
@@ -603,8 +603,8 @@ export declare const LlSelect: import("ll-plus/es/utils").SFCWithInstall<import(
603
603
  default: import("ant-design-vue/es/button").ButtonSize;
604
604
  };
605
605
  mode: {
606
- type: import("vue").PropType<"tags" | "multiple" | "SECRET_COMBOBOX_MODE_DO_NOT_USE">;
607
- default: "tags" | "multiple" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
606
+ type: import("vue").PropType<"multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE">;
607
+ default: "multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
608
608
  };
609
609
  bordered: {
610
610
  type: BooleanConstructor;
@@ -618,8 +618,8 @@ export declare const LlSelect: import("ll-plus/es/utils").SFCWithInstall<import(
618
618
  popupClassName: StringConstructor;
619
619
  dropdownClassName: StringConstructor;
620
620
  placement: {
621
- type: import("vue").PropType<"topLeft" | "topRight" | "bottomLeft" | "bottomRight">;
622
- default: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
621
+ type: import("vue").PropType<"bottomLeft" | "bottomRight" | "topLeft" | "topRight">;
622
+ default: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
623
623
  };
624
624
  status: {
625
625
  type: import("vue").PropType<"" | "error" | "warning">;
@@ -652,7 +652,7 @@ export declare const LlSelect: import("ll-plus/es/utils").SFCWithInstall<import(
652
652
  };
653
653
  animation: StringConstructor;
654
654
  direction: {
655
- type: import("vue").PropType<"ltr" | "rtl">;
655
+ type: import("vue").PropType<"rtl" | "ltr">;
656
656
  };
657
657
  disabled: {
658
658
  type: BooleanConstructor;
@@ -674,7 +674,7 @@ export declare const LlSelect: import("ll-plus/es/utils").SFCWithInstall<import(
674
674
  };
675
675
  options: import("vue").PropType<import("ant-design-vue/es/select").DefaultOptionType[]>;
676
676
  showAction: {
677
- type: import("vue").PropType<("focus" | "click")[]>;
677
+ type: import("vue").PropType<("click" | "focus")[]>;
678
678
  };
679
679
  placeholder: import("vue-types").VueTypeValidableDef<any>;
680
680
  onDeselect: import("vue").PropType<import("ant-design-vue/es/vc-select/Select").SelectHandler<(string | number) | import("ant-design-vue/es/select").LabeledValue, import("ant-design-vue/es/select").DefaultOptionType>>;
@@ -755,7 +755,7 @@ export declare const LlSelect: import("ll-plus/es/utils").SFCWithInstall<import(
755
755
  }>>, () => import("ant-design-vue/es/_util/type").VueNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
756
756
  size: import("ant-design-vue/es/button").ButtonSize;
757
757
  value: import("ant-design-vue/es/select").SelectValue;
758
- mode: "tags" | "multiple" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
758
+ mode: "multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
759
759
  open: boolean;
760
760
  disabled: boolean;
761
761
  autofocus: boolean;
@@ -764,7 +764,7 @@ export declare const LlSelect: import("ll-plus/es/utils").SFCWithInstall<import(
764
764
  status: "" | "error" | "warning";
765
765
  defaultValue: import("ant-design-vue/es/select").SelectValue;
766
766
  'onUpdate:value': (val: import("ant-design-vue/es/select").SelectValue) => void;
767
- placement: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
767
+ placement: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
768
768
  loading: boolean;
769
769
  bordered: boolean;
770
770
  allowClear: boolean;
@@ -30,8 +30,8 @@ declare const _default: import("vue").DefineComponent<{}, {
30
30
  default: import("ant-design-vue/es/button").ButtonSize;
31
31
  };
32
32
  mode: {
33
- type: import("vue").PropType<"tags" | "multiple" | "SECRET_COMBOBOX_MODE_DO_NOT_USE">;
34
- default: "tags" | "multiple" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
33
+ type: import("vue").PropType<"multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE">;
34
+ default: "multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
35
35
  };
36
36
  bordered: {
37
37
  type: BooleanConstructor;
@@ -45,8 +45,8 @@ declare const _default: import("vue").DefineComponent<{}, {
45
45
  popupClassName: StringConstructor;
46
46
  dropdownClassName: StringConstructor;
47
47
  placement: {
48
- type: import("vue").PropType<"topLeft" | "topRight" | "bottomLeft" | "bottomRight">;
49
- default: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
48
+ type: import("vue").PropType<"bottomLeft" | "bottomRight" | "topLeft" | "topRight">;
49
+ default: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
50
50
  };
51
51
  status: {
52
52
  type: import("vue").PropType<"" | "error" | "warning">;
@@ -79,7 +79,7 @@ declare const _default: import("vue").DefineComponent<{}, {
79
79
  };
80
80
  animation: StringConstructor;
81
81
  direction: {
82
- type: import("vue").PropType<"ltr" | "rtl">;
82
+ type: import("vue").PropType<"rtl" | "ltr">;
83
83
  };
84
84
  disabled: {
85
85
  type: BooleanConstructor;
@@ -101,7 +101,7 @@ declare const _default: import("vue").DefineComponent<{}, {
101
101
  };
102
102
  options: import("vue").PropType<import("ant-design-vue/es/select").DefaultOptionType[]>;
103
103
  showAction: {
104
- type: import("vue").PropType<("focus" | "click")[]>;
104
+ type: import("vue").PropType<("click" | "focus")[]>;
105
105
  };
106
106
  placeholder: import("vue-types").VueTypeValidableDef<any>;
107
107
  onDeselect: import("vue").PropType<import("ant-design-vue/es/vc-select/Select").SelectHandler<(string | number) | import("ant-design-vue/es/select").LabeledValue, import("ant-design-vue/es/select").DefaultOptionType>>;
@@ -196,8 +196,8 @@ declare const _default: import("vue").DefineComponent<{}, {
196
196
  default: import("ant-design-vue/es/button").ButtonSize;
197
197
  };
198
198
  mode: {
199
- type: import("vue").PropType<"tags" | "multiple" | "SECRET_COMBOBOX_MODE_DO_NOT_USE">;
200
- default: "tags" | "multiple" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
199
+ type: import("vue").PropType<"multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE">;
200
+ default: "multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
201
201
  };
202
202
  bordered: {
203
203
  type: BooleanConstructor;
@@ -211,8 +211,8 @@ declare const _default: import("vue").DefineComponent<{}, {
211
211
  popupClassName: StringConstructor;
212
212
  dropdownClassName: StringConstructor;
213
213
  placement: {
214
- type: import("vue").PropType<"topLeft" | "topRight" | "bottomLeft" | "bottomRight">;
215
- default: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
214
+ type: import("vue").PropType<"bottomLeft" | "bottomRight" | "topLeft" | "topRight">;
215
+ default: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
216
216
  };
217
217
  status: {
218
218
  type: import("vue").PropType<"" | "error" | "warning">;
@@ -245,7 +245,7 @@ declare const _default: import("vue").DefineComponent<{}, {
245
245
  };
246
246
  animation: StringConstructor;
247
247
  direction: {
248
- type: import("vue").PropType<"ltr" | "rtl">;
248
+ type: import("vue").PropType<"rtl" | "ltr">;
249
249
  };
250
250
  disabled: {
251
251
  type: BooleanConstructor;
@@ -267,7 +267,7 @@ declare const _default: import("vue").DefineComponent<{}, {
267
267
  };
268
268
  options: import("vue").PropType<import("ant-design-vue/es/select").DefaultOptionType[]>;
269
269
  showAction: {
270
- type: import("vue").PropType<("focus" | "click")[]>;
270
+ type: import("vue").PropType<("click" | "focus")[]>;
271
271
  };
272
272
  placeholder: import("vue-types").VueTypeValidableDef<any>;
273
273
  onDeselect: import("vue").PropType<import("ant-design-vue/es/vc-select/Select").SelectHandler<(string | number) | import("ant-design-vue/es/select").LabeledValue, import("ant-design-vue/es/select").DefaultOptionType>>;
@@ -348,7 +348,7 @@ declare const _default: import("vue").DefineComponent<{}, {
348
348
  }>>, {
349
349
  size: import("ant-design-vue/es/button").ButtonSize;
350
350
  value: import("ant-design-vue/es/select").SelectValue;
351
- mode: "tags" | "multiple" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
351
+ mode: "multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
352
352
  open: boolean;
353
353
  disabled: boolean;
354
354
  autofocus: boolean;
@@ -357,7 +357,7 @@ declare const _default: import("vue").DefineComponent<{}, {
357
357
  status: "" | "error" | "warning";
358
358
  defaultValue: import("ant-design-vue/es/select").SelectValue;
359
359
  'onUpdate:value': (val: import("ant-design-vue/es/select").SelectValue) => void;
360
- placement: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
360
+ placement: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
361
361
  loading: boolean;
362
362
  bordered: boolean;
363
363
  allowClear: boolean;
@@ -406,8 +406,8 @@ declare const _default: import("vue").DefineComponent<{}, {
406
406
  default: import("ant-design-vue/es/button").ButtonSize;
407
407
  };
408
408
  mode: {
409
- type: import("vue").PropType<"tags" | "multiple" | "SECRET_COMBOBOX_MODE_DO_NOT_USE">;
410
- default: "tags" | "multiple" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
409
+ type: import("vue").PropType<"multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE">;
410
+ default: "multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
411
411
  };
412
412
  bordered: {
413
413
  type: BooleanConstructor;
@@ -421,8 +421,8 @@ declare const _default: import("vue").DefineComponent<{}, {
421
421
  popupClassName: StringConstructor;
422
422
  dropdownClassName: StringConstructor;
423
423
  placement: {
424
- type: import("vue").PropType<"topLeft" | "topRight" | "bottomLeft" | "bottomRight">;
425
- default: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
424
+ type: import("vue").PropType<"bottomLeft" | "bottomRight" | "topLeft" | "topRight">;
425
+ default: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
426
426
  };
427
427
  status: {
428
428
  type: import("vue").PropType<"" | "error" | "warning">;
@@ -455,7 +455,7 @@ declare const _default: import("vue").DefineComponent<{}, {
455
455
  };
456
456
  animation: StringConstructor;
457
457
  direction: {
458
- type: import("vue").PropType<"ltr" | "rtl">;
458
+ type: import("vue").PropType<"rtl" | "ltr">;
459
459
  };
460
460
  disabled: {
461
461
  type: BooleanConstructor;
@@ -477,7 +477,7 @@ declare const _default: import("vue").DefineComponent<{}, {
477
477
  };
478
478
  options: import("vue").PropType<import("ant-design-vue/es/select").DefaultOptionType[]>;
479
479
  showAction: {
480
- type: import("vue").PropType<("focus" | "click")[]>;
480
+ type: import("vue").PropType<("click" | "focus")[]>;
481
481
  };
482
482
  placeholder: import("vue-types").VueTypeValidableDef<any>;
483
483
  onDeselect: import("vue").PropType<import("ant-design-vue/es/vc-select/Select").SelectHandler<(string | number) | import("ant-design-vue/es/select").LabeledValue, import("ant-design-vue/es/select").DefaultOptionType>>;
@@ -558,7 +558,7 @@ declare const _default: import("vue").DefineComponent<{}, {
558
558
  }>>, () => import("ant-design-vue/es/_util/type").VueNode, {}, {}, {}, {
559
559
  size: import("ant-design-vue/es/button").ButtonSize;
560
560
  value: import("ant-design-vue/es/select").SelectValue;
561
- mode: "tags" | "multiple" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
561
+ mode: "multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
562
562
  open: boolean;
563
563
  disabled: boolean;
564
564
  autofocus: boolean;
@@ -567,7 +567,7 @@ declare const _default: import("vue").DefineComponent<{}, {
567
567
  status: "" | "error" | "warning";
568
568
  defaultValue: import("ant-design-vue/es/select").SelectValue;
569
569
  'onUpdate:value': (val: import("ant-design-vue/es/select").SelectValue) => void;
570
- placement: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
570
+ placement: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
571
571
  loading: boolean;
572
572
  bordered: boolean;
573
573
  allowClear: boolean;
@@ -600,8 +600,8 @@ declare const _default: import("vue").DefineComponent<{}, {
600
600
  default: import("ant-design-vue/es/button").ButtonSize;
601
601
  };
602
602
  mode: {
603
- type: import("vue").PropType<"tags" | "multiple" | "SECRET_COMBOBOX_MODE_DO_NOT_USE">;
604
- default: "tags" | "multiple" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
603
+ type: import("vue").PropType<"multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE">;
604
+ default: "multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
605
605
  };
606
606
  bordered: {
607
607
  type: BooleanConstructor;
@@ -615,8 +615,8 @@ declare const _default: import("vue").DefineComponent<{}, {
615
615
  popupClassName: StringConstructor;
616
616
  dropdownClassName: StringConstructor;
617
617
  placement: {
618
- type: import("vue").PropType<"topLeft" | "topRight" | "bottomLeft" | "bottomRight">;
619
- default: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
618
+ type: import("vue").PropType<"bottomLeft" | "bottomRight" | "topLeft" | "topRight">;
619
+ default: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
620
620
  };
621
621
  status: {
622
622
  type: import("vue").PropType<"" | "error" | "warning">;
@@ -649,7 +649,7 @@ declare const _default: import("vue").DefineComponent<{}, {
649
649
  };
650
650
  animation: StringConstructor;
651
651
  direction: {
652
- type: import("vue").PropType<"ltr" | "rtl">;
652
+ type: import("vue").PropType<"rtl" | "ltr">;
653
653
  };
654
654
  disabled: {
655
655
  type: BooleanConstructor;
@@ -671,7 +671,7 @@ declare const _default: import("vue").DefineComponent<{}, {
671
671
  };
672
672
  options: import("vue").PropType<import("ant-design-vue/es/select").DefaultOptionType[]>;
673
673
  showAction: {
674
- type: import("vue").PropType<("focus" | "click")[]>;
674
+ type: import("vue").PropType<("click" | "focus")[]>;
675
675
  };
676
676
  placeholder: import("vue-types").VueTypeValidableDef<any>;
677
677
  onDeselect: import("vue").PropType<import("ant-design-vue/es/vc-select/Select").SelectHandler<(string | number) | import("ant-design-vue/es/select").LabeledValue, import("ant-design-vue/es/select").DefaultOptionType>>;
@@ -752,7 +752,7 @@ declare const _default: import("vue").DefineComponent<{}, {
752
752
  }>>, () => import("ant-design-vue/es/_util/type").VueNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
753
753
  size: import("ant-design-vue/es/button").ButtonSize;
754
754
  value: import("ant-design-vue/es/select").SelectValue;
755
- mode: "tags" | "multiple" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
755
+ mode: "multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
756
756
  open: boolean;
757
757
  disabled: boolean;
758
758
  autofocus: boolean;
@@ -761,7 +761,7 @@ declare const _default: import("vue").DefineComponent<{}, {
761
761
  status: "" | "error" | "warning";
762
762
  defaultValue: import("ant-design-vue/es/select").SelectValue;
763
763
  'onUpdate:value': (val: import("ant-design-vue/es/select").SelectValue) => void;
764
- placement: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
764
+ placement: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
765
765
  loading: boolean;
766
766
  bordered: boolean;
767
767
  allowClear: boolean;