ll-plus 2.6.18 → 2.6.19

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 (179) hide show
  1. package/es/components/advanced-filtering/index.d.ts +288 -288
  2. package/es/components/advanced-filtering/src/advanced-filtering.vue.d.ts +144 -144
  3. package/es/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +144 -144
  4. package/es/components/breadcrumb-card/index.d.ts +1 -1
  5. package/es/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +1 -1
  6. package/es/components/cascader/index.d.ts +8 -8
  7. package/es/components/cascader/src/cascader.vue.d.ts +8 -8
  8. package/es/components/checkbox/index.d.ts +217 -217
  9. package/es/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  10. package/es/components/checkbox/src/checkbox.d.ts +56 -56
  11. package/es/components/drawer/index.d.ts +5 -5
  12. package/es/components/drawer/src/components/second-confirmation/index.d.ts +1 -1
  13. package/es/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +1 -1
  14. package/es/components/drawer/src/drawer.vue.d.ts +5 -5
  15. package/es/components/easy-cron/index.d.ts +95 -95
  16. package/es/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +88 -88
  17. package/es/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +88 -88
  18. package/es/components/easy-cron/src/easy-cron.vue.d.ts +95 -95
  19. package/es/components/form/index.d.ts +144 -144
  20. package/es/components/form/src/components/form-component.vue.d.ts +1 -1
  21. package/es/components/form/src/config/form.d.ts +56 -56
  22. package/es/components/form/src/form.vue.d.ts +143 -143
  23. package/es/components/icon-picker/index.d.ts +1 -1
  24. package/es/components/icon-picker/src/components/modal.vue.d.ts +1 -1
  25. package/es/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
  26. package/es/components/input/index.d.ts +33 -33
  27. package/es/components/input/src/input.vue.d.ts +33 -33
  28. package/es/components/key-value/index.d.ts +690 -690
  29. package/es/components/key-value/src/components/key-value-item.vue.d.ts +230 -230
  30. package/es/components/key-value/src/key-value.vue.d.ts +690 -690
  31. package/es/components/modal/index.d.ts +1 -1
  32. package/es/components/modal/src/modal.vue.d.ts +1 -1
  33. package/es/components/new-drawer/index.d.ts +7 -7
  34. package/es/components/new-drawer/src/drawer.vue.d.ts +7 -7
  35. package/es/components/new-modal/index.d.ts +2 -2
  36. package/es/components/new-modal/src/modal.vue.d.ts +2 -2
  37. package/es/components/rich-text-editor/index.d.ts +1 -1
  38. package/es/components/rich-text-editor/src/rich-text-editor.vue.d.ts +1 -1
  39. package/es/components/select/index.d.ts +4 -4
  40. package/es/components/select/src/select.vue.d.ts +4 -4
  41. package/es/components/select-group/index.d.ts +2 -2
  42. package/es/components/select-group/src/select-group.d.ts +1 -1
  43. package/es/components/select-group/src/select-group.vue.d.ts +2 -2
  44. package/es/components/table/index.d.ts +6 -6
  45. package/es/components/table/src/components/main-table.vue.d.ts +2 -2
  46. package/es/components/table/src/config/table.d.ts +2 -2
  47. package/es/components/table/src/table.vue.d.ts +6 -6
  48. package/es/components/textarea/index.d.ts +5 -5
  49. package/es/components/textarea/src/textarea.vue.d.ts +5 -5
  50. package/es/components/tooltip/index.d.ts +4 -4
  51. package/es/components/tooltip/src/tooltip.d.ts +1 -1
  52. package/es/components/tooltip/src/tooltip.vue.d.ts +4 -4
  53. package/es/components/tree-search/index.d.ts +1 -1
  54. package/es/components/tree-search/src/tree-search.vue.d.ts +1 -1
  55. package/es/components/upload-drag/index.d.ts +2 -2
  56. package/es/components/upload-drag/src/upload-drag.vue.d.ts +2 -2
  57. package/es/packages/components/select-group/src/select-group.vue2.mjs +1 -0
  58. package/es/packages/components/select-group/src/select-group.vue2.mjs.map +1 -1
  59. package/index.full.js +1 -0
  60. package/index.full.min.js +1 -1
  61. package/index.full.min.js.map +1 -1
  62. package/index.full.min.mjs +1 -1
  63. package/index.full.min.mjs.map +1 -1
  64. package/index.full.mjs +1 -0
  65. package/lib/components/advanced-filtering/index.d.ts +288 -288
  66. package/lib/components/advanced-filtering/src/advanced-filtering.vue.d.ts +144 -144
  67. package/lib/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +144 -144
  68. package/lib/components/breadcrumb-card/index.d.ts +1 -1
  69. package/lib/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +1 -1
  70. package/lib/components/cascader/index.d.ts +8 -8
  71. package/lib/components/cascader/src/cascader.vue.d.ts +8 -8
  72. package/lib/components/checkbox/index.d.ts +217 -217
  73. package/lib/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  74. package/lib/components/checkbox/src/checkbox.d.ts +56 -56
  75. package/lib/components/drawer/index.d.ts +5 -5
  76. package/lib/components/drawer/src/components/second-confirmation/index.d.ts +1 -1
  77. package/lib/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +1 -1
  78. package/lib/components/drawer/src/drawer.vue.d.ts +5 -5
  79. package/lib/components/easy-cron/index.d.ts +95 -95
  80. package/lib/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +88 -88
  81. package/lib/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +88 -88
  82. package/lib/components/easy-cron/src/easy-cron.vue.d.ts +95 -95
  83. package/lib/components/form/index.d.ts +144 -144
  84. package/lib/components/form/src/components/form-component.vue.d.ts +1 -1
  85. package/lib/components/form/src/config/form.d.ts +56 -56
  86. package/lib/components/form/src/form.vue.d.ts +143 -143
  87. package/lib/components/icon-picker/index.d.ts +1 -1
  88. package/lib/components/icon-picker/src/components/modal.vue.d.ts +1 -1
  89. package/lib/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
  90. package/lib/components/input/index.d.ts +33 -33
  91. package/lib/components/input/src/input.vue.d.ts +33 -33
  92. package/lib/components/key-value/index.d.ts +690 -690
  93. package/lib/components/key-value/src/components/key-value-item.vue.d.ts +230 -230
  94. package/lib/components/key-value/src/key-value.vue.d.ts +690 -690
  95. package/lib/components/modal/index.d.ts +1 -1
  96. package/lib/components/modal/src/modal.vue.d.ts +1 -1
  97. package/lib/components/new-drawer/index.d.ts +7 -7
  98. package/lib/components/new-drawer/src/drawer.vue.d.ts +7 -7
  99. package/lib/components/new-modal/index.d.ts +2 -2
  100. package/lib/components/new-modal/src/modal.vue.d.ts +2 -2
  101. package/lib/components/rich-text-editor/index.d.ts +1 -1
  102. package/lib/components/rich-text-editor/src/rich-text-editor.vue.d.ts +1 -1
  103. package/lib/components/select/index.d.ts +4 -4
  104. package/lib/components/select/src/select.vue.d.ts +4 -4
  105. package/lib/components/select-group/index.d.ts +2 -2
  106. package/lib/components/select-group/src/select-group.d.ts +1 -1
  107. package/lib/components/select-group/src/select-group.vue.d.ts +2 -2
  108. package/lib/components/table/index.d.ts +6 -6
  109. package/lib/components/table/src/components/main-table.vue.d.ts +2 -2
  110. package/lib/components/table/src/config/table.d.ts +2 -2
  111. package/lib/components/table/src/table.vue.d.ts +6 -6
  112. package/lib/components/textarea/index.d.ts +5 -5
  113. package/lib/components/textarea/src/textarea.vue.d.ts +5 -5
  114. package/lib/components/tooltip/index.d.ts +4 -4
  115. package/lib/components/tooltip/src/tooltip.d.ts +1 -1
  116. package/lib/components/tooltip/src/tooltip.vue.d.ts +4 -4
  117. package/lib/components/tree-search/index.d.ts +1 -1
  118. package/lib/components/tree-search/src/tree-search.vue.d.ts +1 -1
  119. package/lib/components/upload-drag/index.d.ts +2 -2
  120. package/lib/components/upload-drag/src/upload-drag.vue.d.ts +2 -2
  121. package/lib/packages/components/select-group/src/select-group.vue2.js +1 -0
  122. package/lib/packages/components/select-group/src/select-group.vue2.js.map +1 -1
  123. package/package.json +1 -1
  124. package/types/packages/components/advanced-filtering/index.d.ts +288 -288
  125. package/types/packages/components/advanced-filtering/src/advanced-filtering.vue.d.ts +144 -144
  126. package/types/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +144 -144
  127. package/types/packages/components/breadcrumb-card/index.d.ts +1 -1
  128. package/types/packages/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +1 -1
  129. package/types/packages/components/cascader/index.d.ts +8 -8
  130. package/types/packages/components/cascader/src/cascader.vue.d.ts +8 -8
  131. package/types/packages/components/checkbox/index.d.ts +217 -217
  132. package/types/packages/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  133. package/types/packages/components/checkbox/src/checkbox.d.ts +56 -56
  134. package/types/packages/components/drawer/index.d.ts +5 -5
  135. package/types/packages/components/drawer/src/components/second-confirmation/index.d.ts +1 -1
  136. package/types/packages/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +1 -1
  137. package/types/packages/components/drawer/src/drawer.vue.d.ts +5 -5
  138. package/types/packages/components/easy-cron/index.d.ts +95 -95
  139. package/types/packages/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +88 -88
  140. package/types/packages/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +88 -88
  141. package/types/packages/components/easy-cron/src/easy-cron.vue.d.ts +95 -95
  142. package/types/packages/components/form/index.d.ts +144 -144
  143. package/types/packages/components/form/src/components/form-component.vue.d.ts +1 -1
  144. package/types/packages/components/form/src/config/form.d.ts +56 -56
  145. package/types/packages/components/form/src/form.vue.d.ts +143 -143
  146. package/types/packages/components/icon-picker/index.d.ts +1 -1
  147. package/types/packages/components/icon-picker/src/components/modal.vue.d.ts +1 -1
  148. package/types/packages/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
  149. package/types/packages/components/input/index.d.ts +33 -33
  150. package/types/packages/components/input/src/input.vue.d.ts +33 -33
  151. package/types/packages/components/key-value/index.d.ts +690 -690
  152. package/types/packages/components/key-value/src/components/key-value-item.vue.d.ts +230 -230
  153. package/types/packages/components/key-value/src/key-value.vue.d.ts +690 -690
  154. package/types/packages/components/modal/index.d.ts +1 -1
  155. package/types/packages/components/modal/src/modal.vue.d.ts +1 -1
  156. package/types/packages/components/new-drawer/index.d.ts +7 -7
  157. package/types/packages/components/new-drawer/src/drawer.vue.d.ts +7 -7
  158. package/types/packages/components/new-modal/index.d.ts +2 -2
  159. package/types/packages/components/new-modal/src/modal.vue.d.ts +2 -2
  160. package/types/packages/components/rich-text-editor/index.d.ts +1 -1
  161. package/types/packages/components/rich-text-editor/src/rich-text-editor.vue.d.ts +1 -1
  162. package/types/packages/components/select/index.d.ts +4 -4
  163. package/types/packages/components/select/src/select.vue.d.ts +4 -4
  164. package/types/packages/components/select-group/index.d.ts +2 -2
  165. package/types/packages/components/select-group/src/select-group.d.ts +1 -1
  166. package/types/packages/components/select-group/src/select-group.vue.d.ts +2 -2
  167. package/types/packages/components/table/index.d.ts +6 -6
  168. package/types/packages/components/table/src/components/main-table.vue.d.ts +2 -2
  169. package/types/packages/components/table/src/config/table.d.ts +2 -2
  170. package/types/packages/components/table/src/table.vue.d.ts +6 -6
  171. package/types/packages/components/textarea/index.d.ts +5 -5
  172. package/types/packages/components/textarea/src/textarea.vue.d.ts +5 -5
  173. package/types/packages/components/tooltip/index.d.ts +4 -4
  174. package/types/packages/components/tooltip/src/tooltip.d.ts +1 -1
  175. package/types/packages/components/tooltip/src/tooltip.vue.d.ts +4 -4
  176. package/types/packages/components/tree-search/index.d.ts +1 -1
  177. package/types/packages/components/tree-search/src/tree-search.vue.d.ts +1 -1
  178. package/types/packages/components/upload-drag/index.d.ts +2 -2
  179. package/types/packages/components/upload-drag/src/upload-drag.vue.d.ts +2 -2
@@ -51,8 +51,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
51
51
  };
52
52
  autocomplete: StringConstructor;
53
53
  type: {
54
- 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">;
55
- default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
54
+ 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">;
55
+ default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
56
56
  };
57
57
  name: StringConstructor;
58
58
  size: {
@@ -139,8 +139,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
139
139
  };
140
140
  autocomplete: StringConstructor;
141
141
  type: {
142
- 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">;
143
- default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
142
+ 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">;
143
+ default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
144
144
  };
145
145
  name: StringConstructor;
146
146
  size: {
@@ -222,7 +222,7 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
222
222
  };
223
223
  }, "affixWrapperClassName" | "groupClassName" | "wrapperClassName" | "inputClassName">>>, {
224
224
  value: string | number;
225
- type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
225
+ type: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
226
226
  focused: boolean;
227
227
  hidden: boolean;
228
228
  disabled: boolean;
@@ -247,8 +247,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
247
247
  };
248
248
  autocomplete: StringConstructor;
249
249
  type: {
250
- 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">;
251
- default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
250
+ 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">;
251
+ default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
252
252
  };
253
253
  name: StringConstructor;
254
254
  size: {
@@ -330,7 +330,7 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
330
330
  };
331
331
  }, "affixWrapperClassName" | "groupClassName" | "wrapperClassName" | "inputClassName">>>, () => import("ant-design-vue/es/_util/type").VueNode, {}, {}, {}, {
332
332
  value: string | number;
333
- type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
333
+ type: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
334
334
  focused: boolean;
335
335
  hidden: boolean;
336
336
  disabled: boolean;
@@ -352,8 +352,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
352
352
  };
353
353
  autocomplete: StringConstructor;
354
354
  type: {
355
- 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">;
356
- default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
355
+ 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">;
356
+ default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
357
357
  };
358
358
  name: StringConstructor;
359
359
  size: {
@@ -435,7 +435,7 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
435
435
  };
436
436
  }, "affixWrapperClassName" | "groupClassName" | "wrapperClassName" | "inputClassName">>>, () => import("ant-design-vue/es/_util/type").VueNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
437
437
  value: string | number;
438
- type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
438
+ type: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
439
439
  focused: boolean;
440
440
  hidden: boolean;
441
441
  disabled: boolean;
@@ -472,7 +472,7 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
472
472
  inputPrefixCls: StringConstructor;
473
473
  enterButton: import("vue-types").VueTypeValidableDef<any>;
474
474
  onSearch: {
475
- type: import("vue").PropType<(value: string, event?: import("ant-design-vue/es/_util/EventInterface").ChangeEvent | MouseEvent | KeyboardEvent | undefined) => void>;
475
+ type: import("vue").PropType<(value: string, event?: MouseEvent | KeyboardEvent | import("ant-design-vue/es/_util/EventInterface").ChangeEvent | undefined) => void>;
476
476
  };
477
477
  size: {
478
478
  type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
@@ -483,8 +483,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
483
483
  };
484
484
  name: StringConstructor;
485
485
  type: {
486
- 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">;
487
- default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
486
+ 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">;
487
+ default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
488
488
  };
489
489
  onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
490
490
  onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
@@ -561,7 +561,7 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
561
561
  inputPrefixCls: StringConstructor;
562
562
  enterButton: import("vue-types").VueTypeValidableDef<any>;
563
563
  onSearch: {
564
- type: import("vue").PropType<(value: string, event?: import("ant-design-vue/es/_util/EventInterface").ChangeEvent | MouseEvent | KeyboardEvent | undefined) => void>;
564
+ type: import("vue").PropType<(value: string, event?: MouseEvent | KeyboardEvent | import("ant-design-vue/es/_util/EventInterface").ChangeEvent | undefined) => void>;
565
565
  };
566
566
  size: {
567
567
  type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
@@ -572,8 +572,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
572
572
  };
573
573
  name: StringConstructor;
574
574
  type: {
575
- 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">;
576
- default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
575
+ 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">;
576
+ default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
577
577
  };
578
578
  onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
579
579
  onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
@@ -648,7 +648,7 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
648
648
  };
649
649
  }>>, {
650
650
  value: string | number;
651
- type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
651
+ type: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
652
652
  focused: boolean;
653
653
  hidden: boolean;
654
654
  disabled: boolean;
@@ -692,8 +692,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
692
692
  };
693
693
  name: StringConstructor;
694
694
  type: {
695
- 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">;
696
- default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
695
+ 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">;
696
+ default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
697
697
  };
698
698
  onFocus: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
699
699
  onBlur: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
@@ -791,8 +791,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
791
791
  };
792
792
  name: StringConstructor;
793
793
  type: {
794
- 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">;
795
- default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
794
+ 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">;
795
+ default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
796
796
  };
797
797
  onFocus: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
798
798
  onBlur: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
@@ -860,7 +860,7 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
860
860
  };
861
861
  }>>, {
862
862
  value: string | number;
863
- type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
863
+ type: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
864
864
  focused: boolean;
865
865
  hidden: boolean;
866
866
  disabled: boolean;
@@ -900,8 +900,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
900
900
  };
901
901
  name: StringConstructor;
902
902
  type: {
903
- 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">;
904
- default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
903
+ 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">;
904
+ default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
905
905
  };
906
906
  onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
907
907
  onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
@@ -999,8 +999,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
999
999
  };
1000
1000
  name: StringConstructor;
1001
1001
  type: {
1002
- 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">;
1003
- default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1002
+ 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">;
1003
+ default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1004
1004
  };
1005
1005
  onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
1006
1006
  onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
@@ -1074,7 +1074,7 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
1074
1074
  };
1075
1075
  }>>, {
1076
1076
  value: string | number;
1077
- type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1077
+ type: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1078
1078
  focused: boolean;
1079
1079
  hidden: boolean;
1080
1080
  visible: boolean;
@@ -1115,8 +1115,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
1115
1115
  };
1116
1116
  name: StringConstructor;
1117
1117
  type: {
1118
- 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">;
1119
- default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1118
+ 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">;
1119
+ default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1120
1120
  };
1121
1121
  onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
1122
1122
  onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
@@ -1214,8 +1214,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
1214
1214
  };
1215
1215
  name: StringConstructor;
1216
1216
  type: {
1217
- 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">;
1218
- default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1217
+ 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">;
1218
+ default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1219
1219
  };
1220
1220
  onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
1221
1221
  onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
@@ -1289,7 +1289,7 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
1289
1289
  };
1290
1290
  }>>, {
1291
1291
  value: string | number;
1292
- type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1292
+ type: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1293
1293
  focused: boolean;
1294
1294
  hidden: boolean;
1295
1295
  visible: boolean;
@@ -50,8 +50,8 @@ declare const _default: import("vue").DefineComponent<{
50
50
  };
51
51
  autocomplete: StringConstructor;
52
52
  type: {
53
- 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">;
54
- default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
53
+ 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">;
54
+ default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
55
55
  };
56
56
  name: StringConstructor;
57
57
  size: {
@@ -138,8 +138,8 @@ declare const _default: import("vue").DefineComponent<{
138
138
  };
139
139
  autocomplete: StringConstructor;
140
140
  type: {
141
- 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">;
142
- default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
141
+ 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">;
142
+ default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
143
143
  };
144
144
  name: StringConstructor;
145
145
  size: {
@@ -221,7 +221,7 @@ declare const _default: import("vue").DefineComponent<{
221
221
  };
222
222
  }, "affixWrapperClassName" | "groupClassName" | "wrapperClassName" | "inputClassName">>>, {
223
223
  value: string | number;
224
- type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
224
+ type: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
225
225
  focused: boolean;
226
226
  hidden: boolean;
227
227
  disabled: boolean;
@@ -246,8 +246,8 @@ declare const _default: import("vue").DefineComponent<{
246
246
  };
247
247
  autocomplete: StringConstructor;
248
248
  type: {
249
- 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">;
250
- default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
249
+ 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">;
250
+ default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
251
251
  };
252
252
  name: StringConstructor;
253
253
  size: {
@@ -329,7 +329,7 @@ declare const _default: import("vue").DefineComponent<{
329
329
  };
330
330
  }, "affixWrapperClassName" | "groupClassName" | "wrapperClassName" | "inputClassName">>>, () => import("ant-design-vue/es/_util/type").VueNode, {}, {}, {}, {
331
331
  value: string | number;
332
- type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
332
+ type: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
333
333
  focused: boolean;
334
334
  hidden: boolean;
335
335
  disabled: boolean;
@@ -351,8 +351,8 @@ declare const _default: import("vue").DefineComponent<{
351
351
  };
352
352
  autocomplete: StringConstructor;
353
353
  type: {
354
- 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">;
355
- default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
354
+ 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">;
355
+ default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
356
356
  };
357
357
  name: StringConstructor;
358
358
  size: {
@@ -434,7 +434,7 @@ declare const _default: import("vue").DefineComponent<{
434
434
  };
435
435
  }, "affixWrapperClassName" | "groupClassName" | "wrapperClassName" | "inputClassName">>>, () => import("ant-design-vue/es/_util/type").VueNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
436
436
  value: string | number;
437
- type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
437
+ type: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
438
438
  focused: boolean;
439
439
  hidden: boolean;
440
440
  disabled: boolean;
@@ -471,7 +471,7 @@ declare const _default: import("vue").DefineComponent<{
471
471
  inputPrefixCls: StringConstructor;
472
472
  enterButton: import("vue-types").VueTypeValidableDef<any>;
473
473
  onSearch: {
474
- type: import("vue").PropType<(value: string, event?: import("ant-design-vue/es/_util/EventInterface").ChangeEvent | MouseEvent | KeyboardEvent | undefined) => void>;
474
+ type: import("vue").PropType<(value: string, event?: MouseEvent | KeyboardEvent | import("ant-design-vue/es/_util/EventInterface").ChangeEvent | undefined) => void>;
475
475
  };
476
476
  size: {
477
477
  type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
@@ -482,8 +482,8 @@ declare const _default: import("vue").DefineComponent<{
482
482
  };
483
483
  name: StringConstructor;
484
484
  type: {
485
- 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">;
486
- default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
485
+ 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">;
486
+ default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
487
487
  };
488
488
  onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
489
489
  onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
@@ -560,7 +560,7 @@ declare const _default: import("vue").DefineComponent<{
560
560
  inputPrefixCls: StringConstructor;
561
561
  enterButton: import("vue-types").VueTypeValidableDef<any>;
562
562
  onSearch: {
563
- type: import("vue").PropType<(value: string, event?: import("ant-design-vue/es/_util/EventInterface").ChangeEvent | MouseEvent | KeyboardEvent | undefined) => void>;
563
+ type: import("vue").PropType<(value: string, event?: MouseEvent | KeyboardEvent | import("ant-design-vue/es/_util/EventInterface").ChangeEvent | undefined) => void>;
564
564
  };
565
565
  size: {
566
566
  type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
@@ -571,8 +571,8 @@ declare const _default: import("vue").DefineComponent<{
571
571
  };
572
572
  name: StringConstructor;
573
573
  type: {
574
- 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">;
575
- default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
574
+ 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">;
575
+ default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
576
576
  };
577
577
  onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
578
578
  onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
@@ -647,7 +647,7 @@ declare const _default: import("vue").DefineComponent<{
647
647
  };
648
648
  }>>, {
649
649
  value: string | number;
650
- type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
650
+ type: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
651
651
  focused: boolean;
652
652
  hidden: boolean;
653
653
  disabled: boolean;
@@ -691,8 +691,8 @@ declare const _default: import("vue").DefineComponent<{
691
691
  };
692
692
  name: StringConstructor;
693
693
  type: {
694
- 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">;
695
- default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
694
+ 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">;
695
+ default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
696
696
  };
697
697
  onFocus: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
698
698
  onBlur: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
@@ -790,8 +790,8 @@ declare const _default: import("vue").DefineComponent<{
790
790
  };
791
791
  name: StringConstructor;
792
792
  type: {
793
- 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">;
794
- default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
793
+ 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">;
794
+ default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
795
795
  };
796
796
  onFocus: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
797
797
  onBlur: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
@@ -859,7 +859,7 @@ declare const _default: import("vue").DefineComponent<{
859
859
  };
860
860
  }>>, {
861
861
  value: string | number;
862
- type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
862
+ type: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
863
863
  focused: boolean;
864
864
  hidden: boolean;
865
865
  disabled: boolean;
@@ -899,8 +899,8 @@ declare const _default: import("vue").DefineComponent<{
899
899
  };
900
900
  name: StringConstructor;
901
901
  type: {
902
- 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">;
903
- default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
902
+ 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">;
903
+ default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
904
904
  };
905
905
  onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
906
906
  onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
@@ -998,8 +998,8 @@ declare const _default: import("vue").DefineComponent<{
998
998
  };
999
999
  name: StringConstructor;
1000
1000
  type: {
1001
- 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">;
1002
- default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1001
+ 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">;
1002
+ default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1003
1003
  };
1004
1004
  onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
1005
1005
  onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
@@ -1073,7 +1073,7 @@ declare const _default: import("vue").DefineComponent<{
1073
1073
  };
1074
1074
  }>>, {
1075
1075
  value: string | number;
1076
- type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1076
+ type: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1077
1077
  focused: boolean;
1078
1078
  hidden: boolean;
1079
1079
  visible: boolean;
@@ -1114,8 +1114,8 @@ declare const _default: import("vue").DefineComponent<{
1114
1114
  };
1115
1115
  name: StringConstructor;
1116
1116
  type: {
1117
- 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">;
1118
- default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1117
+ 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">;
1118
+ default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1119
1119
  };
1120
1120
  onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
1121
1121
  onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
@@ -1213,8 +1213,8 @@ declare const _default: import("vue").DefineComponent<{
1213
1213
  };
1214
1214
  name: StringConstructor;
1215
1215
  type: {
1216
- 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">;
1217
- default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1216
+ 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">;
1217
+ default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1218
1218
  };
1219
1219
  onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
1220
1220
  onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
@@ -1288,7 +1288,7 @@ declare const _default: import("vue").DefineComponent<{
1288
1288
  };
1289
1289
  }>>, {
1290
1290
  value: string | number;
1291
- type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1291
+ type: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1292
1292
  focused: boolean;
1293
1293
  hidden: boolean;
1294
1294
  visible: boolean;