ll-plus 2.6.22 → 2.6.24

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 (206) 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 +88 -526
  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 +88 -526
  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 +11 -1
  24. package/es/components/icon-picker/src/components/modal.vue.d.ts +1 -1
  25. package/es/components/icon-picker/src/components/search.vue.d.ts +10 -0
  26. package/es/components/icon-picker/src/icon-picker.vue.d.ts +11 -1
  27. package/es/components/input/index.d.ts +36 -33
  28. package/es/components/input/src/input.vue.d.ts +36 -33
  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/easy-cron/src/easy-cron.vue2.mjs +33 -22
  59. package/es/packages/components/easy-cron/src/easy-cron.vue2.mjs.map +1 -1
  60. package/es/packages/components/icon-picker/src/components/search.vue2.mjs +12 -5
  61. package/es/packages/components/icon-picker/src/components/search.vue2.mjs.map +1 -1
  62. package/es/packages/components/input/src/input.mjs +1 -1
  63. package/es/packages/components/input/src/input.mjs.map +1 -1
  64. package/es/packages/components/input/src/input.vue2.mjs +74 -40
  65. package/es/packages/components/input/src/input.vue2.mjs.map +1 -1
  66. package/es/packages/components/table/src/components/main-table.vue2.mjs +199 -189
  67. package/es/packages/components/table/src/components/main-table.vue2.mjs.map +1 -1
  68. package/es/utils/props/runtime.d.ts +2 -2
  69. package/index.full.js +312 -252
  70. package/index.full.min.js +3 -3
  71. package/index.full.min.js.map +1 -1
  72. package/index.full.min.mjs +18 -18
  73. package/index.full.min.mjs.map +1 -1
  74. package/index.full.mjs +313 -253
  75. package/lib/components/advanced-filtering/index.d.ts +288 -288
  76. package/lib/components/advanced-filtering/src/advanced-filtering.vue.d.ts +144 -144
  77. package/lib/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +144 -144
  78. package/lib/components/breadcrumb-card/index.d.ts +1 -1
  79. package/lib/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +1 -1
  80. package/lib/components/cascader/index.d.ts +8 -8
  81. package/lib/components/cascader/src/cascader.vue.d.ts +8 -8
  82. package/lib/components/checkbox/index.d.ts +217 -217
  83. package/lib/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  84. package/lib/components/checkbox/src/checkbox.d.ts +56 -56
  85. package/lib/components/drawer/index.d.ts +5 -5
  86. package/lib/components/drawer/src/components/second-confirmation/index.d.ts +1 -1
  87. package/lib/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +1 -1
  88. package/lib/components/drawer/src/drawer.vue.d.ts +5 -5
  89. package/lib/components/easy-cron/index.d.ts +88 -526
  90. package/lib/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +88 -88
  91. package/lib/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +88 -88
  92. package/lib/components/easy-cron/src/easy-cron.vue.d.ts +88 -526
  93. package/lib/components/form/index.d.ts +144 -144
  94. package/lib/components/form/src/components/form-component.vue.d.ts +1 -1
  95. package/lib/components/form/src/config/form.d.ts +56 -56
  96. package/lib/components/form/src/form.vue.d.ts +143 -143
  97. package/lib/components/icon-picker/index.d.ts +11 -1
  98. package/lib/components/icon-picker/src/components/modal.vue.d.ts +1 -1
  99. package/lib/components/icon-picker/src/components/search.vue.d.ts +10 -0
  100. package/lib/components/icon-picker/src/icon-picker.vue.d.ts +11 -1
  101. package/lib/components/input/index.d.ts +36 -33
  102. package/lib/components/input/src/input.vue.d.ts +36 -33
  103. package/lib/components/key-value/index.d.ts +690 -690
  104. package/lib/components/key-value/src/components/key-value-item.vue.d.ts +230 -230
  105. package/lib/components/key-value/src/key-value.vue.d.ts +690 -690
  106. package/lib/components/modal/index.d.ts +1 -1
  107. package/lib/components/modal/src/modal.vue.d.ts +1 -1
  108. package/lib/components/new-drawer/index.d.ts +7 -7
  109. package/lib/components/new-drawer/src/drawer.vue.d.ts +7 -7
  110. package/lib/components/new-modal/index.d.ts +2 -2
  111. package/lib/components/new-modal/src/modal.vue.d.ts +2 -2
  112. package/lib/components/rich-text-editor/index.d.ts +1 -1
  113. package/lib/components/rich-text-editor/src/rich-text-editor.vue.d.ts +1 -1
  114. package/lib/components/select/index.d.ts +4 -4
  115. package/lib/components/select/src/select.vue.d.ts +4 -4
  116. package/lib/components/select-group/index.d.ts +2 -2
  117. package/lib/components/select-group/src/select-group.d.ts +1 -1
  118. package/lib/components/select-group/src/select-group.vue.d.ts +2 -2
  119. package/lib/components/table/index.d.ts +6 -6
  120. package/lib/components/table/src/components/main-table.vue.d.ts +2 -2
  121. package/lib/components/table/src/config/table.d.ts +2 -2
  122. package/lib/components/table/src/table.vue.d.ts +6 -6
  123. package/lib/components/textarea/index.d.ts +5 -5
  124. package/lib/components/textarea/src/textarea.vue.d.ts +5 -5
  125. package/lib/components/tooltip/index.d.ts +4 -4
  126. package/lib/components/tooltip/src/tooltip.d.ts +1 -1
  127. package/lib/components/tooltip/src/tooltip.vue.d.ts +4 -4
  128. package/lib/components/tree-search/index.d.ts +1 -1
  129. package/lib/components/tree-search/src/tree-search.vue.d.ts +1 -1
  130. package/lib/components/upload-drag/index.d.ts +2 -2
  131. package/lib/components/upload-drag/src/upload-drag.vue.d.ts +2 -2
  132. package/lib/packages/components/easy-cron/src/easy-cron.vue2.js +31 -20
  133. package/lib/packages/components/easy-cron/src/easy-cron.vue2.js.map +1 -1
  134. package/lib/packages/components/icon-picker/src/components/search.vue2.js +11 -4
  135. package/lib/packages/components/icon-picker/src/components/search.vue2.js.map +1 -1
  136. package/lib/packages/components/input/src/input.js +1 -1
  137. package/lib/packages/components/input/src/input.js.map +1 -1
  138. package/lib/packages/components/input/src/input.vue2.js +73 -39
  139. package/lib/packages/components/input/src/input.vue2.js.map +1 -1
  140. package/lib/packages/components/table/src/components/main-table.vue2.js +198 -188
  141. package/lib/packages/components/table/src/components/main-table.vue2.js.map +1 -1
  142. package/lib/utils/props/runtime.d.ts +2 -2
  143. package/package.json +1 -1
  144. package/theme-chalk/css/easy-cron.css +1 -1
  145. package/theme-chalk/css/icon-picker.css +1 -1
  146. package/theme-chalk/css/index.css +1 -1
  147. package/theme-chalk/fonts/iconfont.js +1 -1
  148. package/theme-chalk/fonts/iconfont.json +84 -14
  149. package/types/packages/components/advanced-filtering/index.d.ts +288 -288
  150. package/types/packages/components/advanced-filtering/src/advanced-filtering.vue.d.ts +144 -144
  151. package/types/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +144 -144
  152. package/types/packages/components/breadcrumb-card/index.d.ts +1 -1
  153. package/types/packages/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +1 -1
  154. package/types/packages/components/cascader/index.d.ts +8 -8
  155. package/types/packages/components/cascader/src/cascader.vue.d.ts +8 -8
  156. package/types/packages/components/checkbox/index.d.ts +217 -217
  157. package/types/packages/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  158. package/types/packages/components/checkbox/src/checkbox.d.ts +56 -56
  159. package/types/packages/components/drawer/index.d.ts +5 -5
  160. package/types/packages/components/drawer/src/components/second-confirmation/index.d.ts +1 -1
  161. package/types/packages/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +1 -1
  162. package/types/packages/components/drawer/src/drawer.vue.d.ts +5 -5
  163. package/types/packages/components/easy-cron/index.d.ts +88 -526
  164. package/types/packages/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +88 -88
  165. package/types/packages/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +88 -88
  166. package/types/packages/components/easy-cron/src/easy-cron.vue.d.ts +88 -526
  167. package/types/packages/components/form/index.d.ts +144 -144
  168. package/types/packages/components/form/src/components/form-component.vue.d.ts +1 -1
  169. package/types/packages/components/form/src/config/form.d.ts +56 -56
  170. package/types/packages/components/form/src/form.vue.d.ts +143 -143
  171. package/types/packages/components/icon-picker/index.d.ts +11 -1
  172. package/types/packages/components/icon-picker/src/components/modal.vue.d.ts +1 -1
  173. package/types/packages/components/icon-picker/src/components/search.vue.d.ts +10 -0
  174. package/types/packages/components/icon-picker/src/icon-picker.vue.d.ts +11 -1
  175. package/types/packages/components/input/index.d.ts +36 -33
  176. package/types/packages/components/input/src/input.vue.d.ts +36 -33
  177. package/types/packages/components/key-value/index.d.ts +690 -690
  178. package/types/packages/components/key-value/src/components/key-value-item.vue.d.ts +230 -230
  179. package/types/packages/components/key-value/src/key-value.vue.d.ts +690 -690
  180. package/types/packages/components/modal/index.d.ts +1 -1
  181. package/types/packages/components/modal/src/modal.vue.d.ts +1 -1
  182. package/types/packages/components/new-drawer/index.d.ts +7 -7
  183. package/types/packages/components/new-drawer/src/drawer.vue.d.ts +7 -7
  184. package/types/packages/components/new-modal/index.d.ts +2 -2
  185. package/types/packages/components/new-modal/src/modal.vue.d.ts +2 -2
  186. package/types/packages/components/rich-text-editor/index.d.ts +1 -1
  187. package/types/packages/components/rich-text-editor/src/rich-text-editor.vue.d.ts +1 -1
  188. package/types/packages/components/select/index.d.ts +4 -4
  189. package/types/packages/components/select/src/select.vue.d.ts +4 -4
  190. package/types/packages/components/select-group/index.d.ts +2 -2
  191. package/types/packages/components/select-group/src/select-group.d.ts +1 -1
  192. package/types/packages/components/select-group/src/select-group.vue.d.ts +2 -2
  193. package/types/packages/components/table/index.d.ts +6 -6
  194. package/types/packages/components/table/src/components/main-table.vue.d.ts +2 -2
  195. package/types/packages/components/table/src/config/table.d.ts +2 -2
  196. package/types/packages/components/table/src/table.vue.d.ts +6 -6
  197. package/types/packages/components/textarea/index.d.ts +5 -5
  198. package/types/packages/components/textarea/src/textarea.vue.d.ts +5 -5
  199. package/types/packages/components/tooltip/index.d.ts +4 -4
  200. package/types/packages/components/tooltip/src/tooltip.d.ts +1 -1
  201. package/types/packages/components/tooltip/src/tooltip.vue.d.ts +4 -4
  202. package/types/packages/components/tree-search/index.d.ts +1 -1
  203. package/types/packages/components/tree-search/src/tree-search.vue.d.ts +1 -1
  204. package/types/packages/components/upload-drag/index.d.ts +2 -2
  205. package/types/packages/components/upload-drag/src/upload-drag.vue.d.ts +2 -2
  206. package/types/packages/utils/props/runtime.d.ts +2 -2
@@ -45,6 +45,9 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
45
45
  } & {}>;
46
46
  innerValue: import("vue").Ref<string | number | undefined>;
47
47
  inputRef: import("vue").Ref<any>;
48
+ allowClear: import("vue").Ref<import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>>;
49
+ handleMouseOver: () => void;
50
+ handleMouseOut: (e: any) => void;
48
51
  componentType: ({
49
52
  new (...args: any[]): import("@vue/runtime-core").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<Omit<{
50
53
  id: StringConstructor;
@@ -53,8 +56,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
53
56
  };
54
57
  autocomplete: StringConstructor;
55
58
  type: {
56
- type: import("vue").PropType<"number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
57
- default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
59
+ type: import("vue").PropType<"number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
60
+ default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
58
61
  };
59
62
  name: StringConstructor;
60
63
  size: {
@@ -141,8 +144,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
141
144
  };
142
145
  autocomplete: StringConstructor;
143
146
  type: {
144
- type: import("vue").PropType<"number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
145
- default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
147
+ type: import("vue").PropType<"number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
148
+ default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
146
149
  };
147
150
  name: StringConstructor;
148
151
  size: {
@@ -224,7 +227,7 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
224
227
  };
225
228
  }, "affixWrapperClassName" | "groupClassName" | "wrapperClassName" | "inputClassName">>>, {
226
229
  value: string | number;
227
- type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
230
+ type: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
228
231
  focused: boolean;
229
232
  hidden: boolean;
230
233
  disabled: boolean;
@@ -249,8 +252,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
249
252
  };
250
253
  autocomplete: StringConstructor;
251
254
  type: {
252
- type: import("vue").PropType<"number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
253
- default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
255
+ type: import("vue").PropType<"number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
256
+ default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
254
257
  };
255
258
  name: StringConstructor;
256
259
  size: {
@@ -332,7 +335,7 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
332
335
  };
333
336
  }, "affixWrapperClassName" | "groupClassName" | "wrapperClassName" | "inputClassName">>>, () => import("ant-design-vue/es/_util/type").VueNode, {}, {}, {}, {
334
337
  value: string | number;
335
- type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
338
+ type: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
336
339
  focused: boolean;
337
340
  hidden: boolean;
338
341
  disabled: boolean;
@@ -354,8 +357,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
354
357
  };
355
358
  autocomplete: StringConstructor;
356
359
  type: {
357
- type: import("vue").PropType<"number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
358
- default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
360
+ type: import("vue").PropType<"number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
361
+ default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
359
362
  };
360
363
  name: StringConstructor;
361
364
  size: {
@@ -437,7 +440,7 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
437
440
  };
438
441
  }, "affixWrapperClassName" | "groupClassName" | "wrapperClassName" | "inputClassName">>>, () => import("ant-design-vue/es/_util/type").VueNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
439
442
  value: string | number;
440
- type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
443
+ type: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
441
444
  focused: boolean;
442
445
  hidden: boolean;
443
446
  disabled: boolean;
@@ -474,7 +477,7 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
474
477
  inputPrefixCls: StringConstructor;
475
478
  enterButton: import("vue-types").VueTypeValidableDef<any>;
476
479
  onSearch: {
477
- type: import("vue").PropType<(value: string, event?: import("ant-design-vue/es/_util/EventInterface").ChangeEvent | MouseEvent | KeyboardEvent | undefined) => void>;
480
+ type: import("vue").PropType<(value: string, event?: MouseEvent | KeyboardEvent | import("ant-design-vue/es/_util/EventInterface").ChangeEvent | undefined) => void>;
478
481
  };
479
482
  size: {
480
483
  type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
@@ -485,8 +488,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
485
488
  };
486
489
  name: StringConstructor;
487
490
  type: {
488
- type: import("vue").PropType<"number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
489
- default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
491
+ type: import("vue").PropType<"number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
492
+ default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
490
493
  };
491
494
  onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
492
495
  onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
@@ -563,7 +566,7 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
563
566
  inputPrefixCls: StringConstructor;
564
567
  enterButton: import("vue-types").VueTypeValidableDef<any>;
565
568
  onSearch: {
566
- type: import("vue").PropType<(value: string, event?: import("ant-design-vue/es/_util/EventInterface").ChangeEvent | MouseEvent | KeyboardEvent | undefined) => void>;
569
+ type: import("vue").PropType<(value: string, event?: MouseEvent | KeyboardEvent | import("ant-design-vue/es/_util/EventInterface").ChangeEvent | undefined) => void>;
567
570
  };
568
571
  size: {
569
572
  type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
@@ -574,8 +577,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
574
577
  };
575
578
  name: StringConstructor;
576
579
  type: {
577
- type: import("vue").PropType<"number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
578
- default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
580
+ type: import("vue").PropType<"number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
581
+ default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
579
582
  };
580
583
  onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
581
584
  onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
@@ -650,7 +653,7 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
650
653
  };
651
654
  }>>, {
652
655
  value: string | number;
653
- type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
656
+ type: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
654
657
  focused: boolean;
655
658
  hidden: boolean;
656
659
  disabled: boolean;
@@ -694,8 +697,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
694
697
  };
695
698
  name: StringConstructor;
696
699
  type: {
697
- type: import("vue").PropType<"number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
698
- default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
700
+ type: import("vue").PropType<"number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
701
+ default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
699
702
  };
700
703
  onFocus: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
701
704
  onBlur: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
@@ -793,8 +796,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
793
796
  };
794
797
  name: StringConstructor;
795
798
  type: {
796
- type: import("vue").PropType<"number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
797
- default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
799
+ type: import("vue").PropType<"number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
800
+ default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
798
801
  };
799
802
  onFocus: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
800
803
  onBlur: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
@@ -862,7 +865,7 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
862
865
  };
863
866
  }>>, {
864
867
  value: string | number;
865
- type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
868
+ type: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
866
869
  focused: boolean;
867
870
  hidden: boolean;
868
871
  disabled: boolean;
@@ -902,8 +905,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
902
905
  };
903
906
  name: StringConstructor;
904
907
  type: {
905
- type: import("vue").PropType<"number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
906
- default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
908
+ type: import("vue").PropType<"number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
909
+ default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
907
910
  };
908
911
  onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
909
912
  onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
@@ -1001,8 +1004,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
1001
1004
  };
1002
1005
  name: StringConstructor;
1003
1006
  type: {
1004
- type: import("vue").PropType<"number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
1005
- default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1007
+ type: import("vue").PropType<"number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
1008
+ default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1006
1009
  };
1007
1010
  onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
1008
1011
  onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
@@ -1076,7 +1079,7 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
1076
1079
  };
1077
1080
  }>>, {
1078
1081
  value: string | number;
1079
- type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1082
+ type: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1080
1083
  focused: boolean;
1081
1084
  hidden: boolean;
1082
1085
  visible: boolean;
@@ -1117,8 +1120,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
1117
1120
  };
1118
1121
  name: StringConstructor;
1119
1122
  type: {
1120
- type: import("vue").PropType<"number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
1121
- default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1123
+ type: import("vue").PropType<"number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
1124
+ default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1122
1125
  };
1123
1126
  onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
1124
1127
  onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
@@ -1216,8 +1219,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
1216
1219
  };
1217
1220
  name: StringConstructor;
1218
1221
  type: {
1219
- type: import("vue").PropType<"number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
1220
- default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1222
+ type: import("vue").PropType<"number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
1223
+ default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1221
1224
  };
1222
1225
  onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
1223
1226
  onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
@@ -1291,7 +1294,7 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
1291
1294
  };
1292
1295
  }>>, {
1293
1296
  value: string | number;
1294
- type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1297
+ type: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1295
1298
  focused: boolean;
1296
1299
  hidden: boolean;
1297
1300
  visible: boolean;
@@ -44,6 +44,9 @@ declare const _default: import("vue").DefineComponent<{
44
44
  } & {}>;
45
45
  innerValue: import("vue").Ref<string | number | undefined>;
46
46
  inputRef: import("vue").Ref<any>;
47
+ allowClear: import("vue").Ref<import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>>;
48
+ handleMouseOver: () => void;
49
+ handleMouseOut: (e: any) => void;
47
50
  componentType: ({
48
51
  new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<Omit<{
49
52
  id: StringConstructor;
@@ -52,8 +55,8 @@ declare const _default: import("vue").DefineComponent<{
52
55
  };
53
56
  autocomplete: StringConstructor;
54
57
  type: {
55
- type: import("vue").PropType<"number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
56
- default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
58
+ type: import("vue").PropType<"number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
59
+ default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
57
60
  };
58
61
  name: StringConstructor;
59
62
  size: {
@@ -140,8 +143,8 @@ declare const _default: import("vue").DefineComponent<{
140
143
  };
141
144
  autocomplete: StringConstructor;
142
145
  type: {
143
- type: import("vue").PropType<"number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
144
- default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
146
+ type: import("vue").PropType<"number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
147
+ default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
145
148
  };
146
149
  name: StringConstructor;
147
150
  size: {
@@ -223,7 +226,7 @@ declare const _default: import("vue").DefineComponent<{
223
226
  };
224
227
  }, "affixWrapperClassName" | "groupClassName" | "wrapperClassName" | "inputClassName">>>, {
225
228
  value: string | number;
226
- type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
229
+ type: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
227
230
  focused: boolean;
228
231
  hidden: boolean;
229
232
  disabled: boolean;
@@ -248,8 +251,8 @@ declare const _default: import("vue").DefineComponent<{
248
251
  };
249
252
  autocomplete: StringConstructor;
250
253
  type: {
251
- type: import("vue").PropType<"number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
252
- default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
254
+ type: import("vue").PropType<"number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
255
+ default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
253
256
  };
254
257
  name: StringConstructor;
255
258
  size: {
@@ -331,7 +334,7 @@ declare const _default: import("vue").DefineComponent<{
331
334
  };
332
335
  }, "affixWrapperClassName" | "groupClassName" | "wrapperClassName" | "inputClassName">>>, () => import("ant-design-vue/es/_util/type").VueNode, {}, {}, {}, {
333
336
  value: string | number;
334
- type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
337
+ type: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
335
338
  focused: boolean;
336
339
  hidden: boolean;
337
340
  disabled: boolean;
@@ -353,8 +356,8 @@ declare const _default: import("vue").DefineComponent<{
353
356
  };
354
357
  autocomplete: StringConstructor;
355
358
  type: {
356
- type: import("vue").PropType<"number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
357
- default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
359
+ type: import("vue").PropType<"number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
360
+ default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
358
361
  };
359
362
  name: StringConstructor;
360
363
  size: {
@@ -436,7 +439,7 @@ declare const _default: import("vue").DefineComponent<{
436
439
  };
437
440
  }, "affixWrapperClassName" | "groupClassName" | "wrapperClassName" | "inputClassName">>>, () => import("ant-design-vue/es/_util/type").VueNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
438
441
  value: string | number;
439
- type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
442
+ type: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
440
443
  focused: boolean;
441
444
  hidden: boolean;
442
445
  disabled: boolean;
@@ -473,7 +476,7 @@ declare const _default: import("vue").DefineComponent<{
473
476
  inputPrefixCls: StringConstructor;
474
477
  enterButton: import("vue-types").VueTypeValidableDef<any>;
475
478
  onSearch: {
476
- type: import("vue").PropType<(value: string, event?: import("ant-design-vue/es/_util/EventInterface").ChangeEvent | MouseEvent | KeyboardEvent | undefined) => void>;
479
+ type: import("vue").PropType<(value: string, event?: MouseEvent | KeyboardEvent | import("ant-design-vue/es/_util/EventInterface").ChangeEvent | undefined) => void>;
477
480
  };
478
481
  size: {
479
482
  type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
@@ -484,8 +487,8 @@ declare const _default: import("vue").DefineComponent<{
484
487
  };
485
488
  name: StringConstructor;
486
489
  type: {
487
- type: import("vue").PropType<"number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
488
- default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
490
+ type: import("vue").PropType<"number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
491
+ default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
489
492
  };
490
493
  onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
491
494
  onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
@@ -562,7 +565,7 @@ declare const _default: import("vue").DefineComponent<{
562
565
  inputPrefixCls: StringConstructor;
563
566
  enterButton: import("vue-types").VueTypeValidableDef<any>;
564
567
  onSearch: {
565
- type: import("vue").PropType<(value: string, event?: import("ant-design-vue/es/_util/EventInterface").ChangeEvent | MouseEvent | KeyboardEvent | undefined) => void>;
568
+ type: import("vue").PropType<(value: string, event?: MouseEvent | KeyboardEvent | import("ant-design-vue/es/_util/EventInterface").ChangeEvent | undefined) => void>;
566
569
  };
567
570
  size: {
568
571
  type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
@@ -573,8 +576,8 @@ declare const _default: import("vue").DefineComponent<{
573
576
  };
574
577
  name: StringConstructor;
575
578
  type: {
576
- type: import("vue").PropType<"number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
577
- default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
579
+ type: import("vue").PropType<"number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
580
+ default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
578
581
  };
579
582
  onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
580
583
  onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
@@ -649,7 +652,7 @@ declare const _default: import("vue").DefineComponent<{
649
652
  };
650
653
  }>>, {
651
654
  value: string | number;
652
- type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
655
+ type: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
653
656
  focused: boolean;
654
657
  hidden: boolean;
655
658
  disabled: boolean;
@@ -693,8 +696,8 @@ declare const _default: import("vue").DefineComponent<{
693
696
  };
694
697
  name: StringConstructor;
695
698
  type: {
696
- type: import("vue").PropType<"number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
697
- default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
699
+ type: import("vue").PropType<"number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
700
+ default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
698
701
  };
699
702
  onFocus: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
700
703
  onBlur: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
@@ -792,8 +795,8 @@ declare const _default: import("vue").DefineComponent<{
792
795
  };
793
796
  name: StringConstructor;
794
797
  type: {
795
- type: import("vue").PropType<"number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
796
- default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
798
+ type: import("vue").PropType<"number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
799
+ default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
797
800
  };
798
801
  onFocus: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
799
802
  onBlur: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
@@ -861,7 +864,7 @@ declare const _default: import("vue").DefineComponent<{
861
864
  };
862
865
  }>>, {
863
866
  value: string | number;
864
- type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
867
+ type: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
865
868
  focused: boolean;
866
869
  hidden: boolean;
867
870
  disabled: boolean;
@@ -901,8 +904,8 @@ declare const _default: import("vue").DefineComponent<{
901
904
  };
902
905
  name: StringConstructor;
903
906
  type: {
904
- type: import("vue").PropType<"number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
905
- default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
907
+ type: import("vue").PropType<"number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
908
+ default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
906
909
  };
907
910
  onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
908
911
  onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
@@ -1000,8 +1003,8 @@ declare const _default: import("vue").DefineComponent<{
1000
1003
  };
1001
1004
  name: StringConstructor;
1002
1005
  type: {
1003
- type: import("vue").PropType<"number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
1004
- default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1006
+ type: import("vue").PropType<"number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
1007
+ default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1005
1008
  };
1006
1009
  onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
1007
1010
  onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
@@ -1075,7 +1078,7 @@ declare const _default: import("vue").DefineComponent<{
1075
1078
  };
1076
1079
  }>>, {
1077
1080
  value: string | number;
1078
- type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1081
+ type: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1079
1082
  focused: boolean;
1080
1083
  hidden: boolean;
1081
1084
  visible: boolean;
@@ -1116,8 +1119,8 @@ declare const _default: import("vue").DefineComponent<{
1116
1119
  };
1117
1120
  name: StringConstructor;
1118
1121
  type: {
1119
- type: import("vue").PropType<"number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
1120
- default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1122
+ type: import("vue").PropType<"number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
1123
+ default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1121
1124
  };
1122
1125
  onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
1123
1126
  onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
@@ -1215,8 +1218,8 @@ declare const _default: import("vue").DefineComponent<{
1215
1218
  };
1216
1219
  name: StringConstructor;
1217
1220
  type: {
1218
- type: import("vue").PropType<"number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
1219
- default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1221
+ type: import("vue").PropType<"number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
1222
+ default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1220
1223
  };
1221
1224
  onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
1222
1225
  onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
@@ -1290,7 +1293,7 @@ declare const _default: import("vue").DefineComponent<{
1290
1293
  };
1291
1294
  }>>, {
1292
1295
  value: string | number;
1293
- type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1296
+ type: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1294
1297
  focused: boolean;
1295
1298
  hidden: boolean;
1296
1299
  visible: boolean;