ll-plus 2.5.19 → 2.5.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (178) hide show
  1. package/es/components/advanced-filtering/index.d.ts +284 -284
  2. package/es/components/advanced-filtering/src/advanced-filtering.vue.d.ts +142 -142
  3. package/es/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +142 -142
  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 +142 -142
  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 +141 -141
  23. package/es/components/input/index.d.ts +33 -33
  24. package/es/components/input/src/input.vue.d.ts +33 -33
  25. package/es/components/key-value/index.d.ts +678 -678
  26. package/es/components/key-value/src/components/key-value-item.vue.d.ts +226 -226
  27. package/es/components/key-value/src/key-value.vue.d.ts +678 -678
  28. package/es/components/modal/index.d.ts +1 -1
  29. package/es/components/modal/src/modal.vue.d.ts +1 -1
  30. package/es/components/new-drawer/index.d.ts +7 -7
  31. package/es/components/new-drawer/src/drawer.vue.d.ts +7 -7
  32. package/es/components/new-modal/index.d.ts +2 -2
  33. package/es/components/new-modal/src/modal.vue.d.ts +2 -2
  34. package/es/components/rich-text-editor/index.d.ts +1 -1
  35. package/es/components/rich-text-editor/src/rich-text-editor.vue.d.ts +1 -1
  36. package/es/components/select/index.d.ts +4 -4
  37. package/es/components/select/src/select.vue.d.ts +4 -4
  38. package/es/components/select-group/index.d.ts +1 -1
  39. package/es/components/select-group/src/select-group.d.ts +1 -1
  40. package/es/components/select-group/src/select-group.vue.d.ts +1 -1
  41. package/es/components/table/index.d.ts +6 -6
  42. package/es/components/table/src/components/main-table.vue.d.ts +2 -2
  43. package/es/components/table/src/config/table.d.ts +2 -2
  44. package/es/components/table/src/table.vue.d.ts +6 -6
  45. package/es/components/textarea/index.d.ts +5 -5
  46. package/es/components/textarea/src/textarea.vue.d.ts +5 -5
  47. package/es/components/tooltip/index.d.ts +4 -4
  48. package/es/components/tooltip/src/tooltip.d.ts +1 -1
  49. package/es/components/tooltip/src/tooltip.vue.d.ts +4 -4
  50. package/es/components/tree-search/index.d.ts +1 -1
  51. package/es/components/tree-search/src/tree-search.vue.d.ts +1 -1
  52. package/es/components/upload-drag/index.d.ts +2 -2
  53. package/es/components/upload-drag/src/upload-drag.vue.d.ts +2 -2
  54. package/es/packages/components/icon-base/src/icon-base.vue2.mjs +1 -1
  55. package/es/packages/components/icon-base/src/icon-base.vue2.mjs.map +1 -1
  56. package/es/packages/components/number-range/src/number-range.vue2.mjs +23 -15
  57. package/es/packages/components/number-range/src/number-range.vue2.mjs.map +1 -1
  58. package/index.full.js +23 -15
  59. package/index.full.min.js +16 -16
  60. package/index.full.min.js.map +1 -1
  61. package/index.full.min.mjs +16 -16
  62. package/index.full.min.mjs.map +1 -1
  63. package/index.full.mjs +23 -15
  64. package/lib/components/advanced-filtering/index.d.ts +284 -284
  65. package/lib/components/advanced-filtering/src/advanced-filtering.vue.d.ts +142 -142
  66. package/lib/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +142 -142
  67. package/lib/components/breadcrumb-card/index.d.ts +1 -1
  68. package/lib/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +1 -1
  69. package/lib/components/cascader/index.d.ts +8 -8
  70. package/lib/components/cascader/src/cascader.vue.d.ts +8 -8
  71. package/lib/components/checkbox/index.d.ts +217 -217
  72. package/lib/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  73. package/lib/components/checkbox/src/checkbox.d.ts +56 -56
  74. package/lib/components/drawer/index.d.ts +5 -5
  75. package/lib/components/drawer/src/components/second-confirmation/index.d.ts +1 -1
  76. package/lib/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +1 -1
  77. package/lib/components/drawer/src/drawer.vue.d.ts +5 -5
  78. package/lib/components/easy-cron/index.d.ts +95 -95
  79. package/lib/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +88 -88
  80. package/lib/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +88 -88
  81. package/lib/components/easy-cron/src/easy-cron.vue.d.ts +95 -95
  82. package/lib/components/form/index.d.ts +142 -142
  83. package/lib/components/form/src/components/form-component.vue.d.ts +1 -1
  84. package/lib/components/form/src/config/form.d.ts +56 -56
  85. package/lib/components/form/src/form.vue.d.ts +141 -141
  86. package/lib/components/input/index.d.ts +33 -33
  87. package/lib/components/input/src/input.vue.d.ts +33 -33
  88. package/lib/components/key-value/index.d.ts +678 -678
  89. package/lib/components/key-value/src/components/key-value-item.vue.d.ts +226 -226
  90. package/lib/components/key-value/src/key-value.vue.d.ts +678 -678
  91. package/lib/components/modal/index.d.ts +1 -1
  92. package/lib/components/modal/src/modal.vue.d.ts +1 -1
  93. package/lib/components/new-drawer/index.d.ts +7 -7
  94. package/lib/components/new-drawer/src/drawer.vue.d.ts +7 -7
  95. package/lib/components/new-modal/index.d.ts +2 -2
  96. package/lib/components/new-modal/src/modal.vue.d.ts +2 -2
  97. package/lib/components/rich-text-editor/index.d.ts +1 -1
  98. package/lib/components/rich-text-editor/src/rich-text-editor.vue.d.ts +1 -1
  99. package/lib/components/select/index.d.ts +4 -4
  100. package/lib/components/select/src/select.vue.d.ts +4 -4
  101. package/lib/components/select-group/index.d.ts +1 -1
  102. package/lib/components/select-group/src/select-group.d.ts +1 -1
  103. package/lib/components/select-group/src/select-group.vue.d.ts +1 -1
  104. package/lib/components/table/index.d.ts +6 -6
  105. package/lib/components/table/src/components/main-table.vue.d.ts +2 -2
  106. package/lib/components/table/src/config/table.d.ts +2 -2
  107. package/lib/components/table/src/table.vue.d.ts +6 -6
  108. package/lib/components/textarea/index.d.ts +5 -5
  109. package/lib/components/textarea/src/textarea.vue.d.ts +5 -5
  110. package/lib/components/tooltip/index.d.ts +4 -4
  111. package/lib/components/tooltip/src/tooltip.d.ts +1 -1
  112. package/lib/components/tooltip/src/tooltip.vue.d.ts +4 -4
  113. package/lib/components/tree-search/index.d.ts +1 -1
  114. package/lib/components/tree-search/src/tree-search.vue.d.ts +1 -1
  115. package/lib/components/upload-drag/index.d.ts +2 -2
  116. package/lib/components/upload-drag/src/upload-drag.vue.d.ts +2 -2
  117. package/lib/packages/components/icon-base/src/icon-base.vue2.js +1 -1
  118. package/lib/packages/components/icon-base/src/icon-base.vue2.js.map +1 -1
  119. package/lib/packages/components/number-range/src/number-range.vue2.js +22 -14
  120. package/lib/packages/components/number-range/src/number-range.vue2.js.map +1 -1
  121. package/package.json +1 -1
  122. package/theme-chalk/css/form.css +1 -1
  123. package/theme-chalk/css/icon-base.css +1 -1
  124. package/theme-chalk/css/index.css +1 -1
  125. package/theme-chalk/css/number-range.css +1 -1
  126. package/types/packages/components/advanced-filtering/index.d.ts +284 -284
  127. package/types/packages/components/advanced-filtering/src/advanced-filtering.vue.d.ts +142 -142
  128. package/types/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +142 -142
  129. package/types/packages/components/breadcrumb-card/index.d.ts +1 -1
  130. package/types/packages/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +1 -1
  131. package/types/packages/components/cascader/index.d.ts +8 -8
  132. package/types/packages/components/cascader/src/cascader.vue.d.ts +8 -8
  133. package/types/packages/components/checkbox/index.d.ts +217 -217
  134. package/types/packages/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  135. package/types/packages/components/checkbox/src/checkbox.d.ts +56 -56
  136. package/types/packages/components/drawer/index.d.ts +5 -5
  137. package/types/packages/components/drawer/src/components/second-confirmation/index.d.ts +1 -1
  138. package/types/packages/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +1 -1
  139. package/types/packages/components/drawer/src/drawer.vue.d.ts +5 -5
  140. package/types/packages/components/easy-cron/index.d.ts +95 -95
  141. package/types/packages/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +88 -88
  142. package/types/packages/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +88 -88
  143. package/types/packages/components/easy-cron/src/easy-cron.vue.d.ts +95 -95
  144. package/types/packages/components/form/index.d.ts +142 -142
  145. package/types/packages/components/form/src/components/form-component.vue.d.ts +1 -1
  146. package/types/packages/components/form/src/config/form.d.ts +56 -56
  147. package/types/packages/components/form/src/form.vue.d.ts +141 -141
  148. package/types/packages/components/input/index.d.ts +33 -33
  149. package/types/packages/components/input/src/input.vue.d.ts +33 -33
  150. package/types/packages/components/key-value/index.d.ts +678 -678
  151. package/types/packages/components/key-value/src/components/key-value-item.vue.d.ts +226 -226
  152. package/types/packages/components/key-value/src/key-value.vue.d.ts +678 -678
  153. package/types/packages/components/modal/index.d.ts +1 -1
  154. package/types/packages/components/modal/src/modal.vue.d.ts +1 -1
  155. package/types/packages/components/new-drawer/index.d.ts +7 -7
  156. package/types/packages/components/new-drawer/src/drawer.vue.d.ts +7 -7
  157. package/types/packages/components/new-modal/index.d.ts +2 -2
  158. package/types/packages/components/new-modal/src/modal.vue.d.ts +2 -2
  159. package/types/packages/components/rich-text-editor/index.d.ts +1 -1
  160. package/types/packages/components/rich-text-editor/src/rich-text-editor.vue.d.ts +1 -1
  161. package/types/packages/components/select/index.d.ts +4 -4
  162. package/types/packages/components/select/src/select.vue.d.ts +4 -4
  163. package/types/packages/components/select-group/index.d.ts +1 -1
  164. package/types/packages/components/select-group/src/select-group.d.ts +1 -1
  165. package/types/packages/components/select-group/src/select-group.vue.d.ts +1 -1
  166. package/types/packages/components/table/index.d.ts +6 -6
  167. package/types/packages/components/table/src/components/main-table.vue.d.ts +2 -2
  168. package/types/packages/components/table/src/config/table.d.ts +2 -2
  169. package/types/packages/components/table/src/table.vue.d.ts +6 -6
  170. package/types/packages/components/textarea/index.d.ts +5 -5
  171. package/types/packages/components/textarea/src/textarea.vue.d.ts +5 -5
  172. package/types/packages/components/tooltip/index.d.ts +4 -4
  173. package/types/packages/components/tooltip/src/tooltip.d.ts +1 -1
  174. package/types/packages/components/tooltip/src/tooltip.vue.d.ts +4 -4
  175. package/types/packages/components/tree-search/index.d.ts +1 -1
  176. package/types/packages/components/tree-search/src/tree-search.vue.d.ts +1 -1
  177. package/types/packages/components/upload-drag/index.d.ts +2 -2
  178. package/types/packages/components/upload-drag/src/upload-drag.vue.d.ts +2 -2
@@ -50,8 +50,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
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 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
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 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
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 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
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 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
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 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
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 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
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 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
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 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
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 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
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 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
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 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
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 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
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 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
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 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
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 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
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 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
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 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
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 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
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 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
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 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
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;
@@ -49,8 +49,8 @@ declare const _default: import("vue").DefineComponent<{
49
49
  };
50
50
  autocomplete: StringConstructor;
51
51
  type: {
52
- 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">;
53
- default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
52
+ 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">;
53
+ default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
54
54
  };
55
55
  name: StringConstructor;
56
56
  size: {
@@ -137,8 +137,8 @@ declare const _default: import("vue").DefineComponent<{
137
137
  };
138
138
  autocomplete: StringConstructor;
139
139
  type: {
140
- 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">;
141
- default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
140
+ 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">;
141
+ default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
142
142
  };
143
143
  name: StringConstructor;
144
144
  size: {
@@ -220,7 +220,7 @@ declare const _default: import("vue").DefineComponent<{
220
220
  };
221
221
  }, "affixWrapperClassName" | "groupClassName" | "wrapperClassName" | "inputClassName">>>, {
222
222
  value: string | number;
223
- type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
223
+ type: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
224
224
  focused: boolean;
225
225
  hidden: boolean;
226
226
  disabled: boolean;
@@ -245,8 +245,8 @@ declare const _default: import("vue").DefineComponent<{
245
245
  };
246
246
  autocomplete: StringConstructor;
247
247
  type: {
248
- 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">;
249
- default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
248
+ 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">;
249
+ default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
250
250
  };
251
251
  name: StringConstructor;
252
252
  size: {
@@ -328,7 +328,7 @@ declare const _default: import("vue").DefineComponent<{
328
328
  };
329
329
  }, "affixWrapperClassName" | "groupClassName" | "wrapperClassName" | "inputClassName">>>, () => import("ant-design-vue/es/_util/type").VueNode, {}, {}, {}, {
330
330
  value: string | number;
331
- type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
331
+ type: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
332
332
  focused: boolean;
333
333
  hidden: boolean;
334
334
  disabled: boolean;
@@ -350,8 +350,8 @@ declare const _default: import("vue").DefineComponent<{
350
350
  };
351
351
  autocomplete: StringConstructor;
352
352
  type: {
353
- 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">;
354
- default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
353
+ 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">;
354
+ default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
355
355
  };
356
356
  name: StringConstructor;
357
357
  size: {
@@ -433,7 +433,7 @@ declare const _default: import("vue").DefineComponent<{
433
433
  };
434
434
  }, "affixWrapperClassName" | "groupClassName" | "wrapperClassName" | "inputClassName">>>, () => import("ant-design-vue/es/_util/type").VueNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
435
435
  value: string | number;
436
- type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
436
+ type: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
437
437
  focused: boolean;
438
438
  hidden: boolean;
439
439
  disabled: boolean;
@@ -470,7 +470,7 @@ declare const _default: import("vue").DefineComponent<{
470
470
  inputPrefixCls: StringConstructor;
471
471
  enterButton: import("vue-types").VueTypeValidableDef<any>;
472
472
  onSearch: {
473
- type: import("vue").PropType<(value: string, event?: import("ant-design-vue/es/_util/EventInterface").ChangeEvent | MouseEvent | KeyboardEvent | undefined) => void>;
473
+ type: import("vue").PropType<(value: string, event?: MouseEvent | KeyboardEvent | import("ant-design-vue/es/_util/EventInterface").ChangeEvent | undefined) => void>;
474
474
  };
475
475
  size: {
476
476
  type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
@@ -481,8 +481,8 @@ declare const _default: import("vue").DefineComponent<{
481
481
  };
482
482
  name: StringConstructor;
483
483
  type: {
484
- 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">;
485
- default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
484
+ 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">;
485
+ default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
486
486
  };
487
487
  onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
488
488
  onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
@@ -559,7 +559,7 @@ declare const _default: import("vue").DefineComponent<{
559
559
  inputPrefixCls: StringConstructor;
560
560
  enterButton: import("vue-types").VueTypeValidableDef<any>;
561
561
  onSearch: {
562
- type: import("vue").PropType<(value: string, event?: import("ant-design-vue/es/_util/EventInterface").ChangeEvent | MouseEvent | KeyboardEvent | undefined) => void>;
562
+ type: import("vue").PropType<(value: string, event?: MouseEvent | KeyboardEvent | import("ant-design-vue/es/_util/EventInterface").ChangeEvent | undefined) => void>;
563
563
  };
564
564
  size: {
565
565
  type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
@@ -570,8 +570,8 @@ declare const _default: import("vue").DefineComponent<{
570
570
  };
571
571
  name: StringConstructor;
572
572
  type: {
573
- 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">;
574
- default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
573
+ 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">;
574
+ default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
575
575
  };
576
576
  onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
577
577
  onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
@@ -646,7 +646,7 @@ declare const _default: import("vue").DefineComponent<{
646
646
  };
647
647
  }>>, {
648
648
  value: string | number;
649
- type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
649
+ type: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
650
650
  focused: boolean;
651
651
  hidden: boolean;
652
652
  disabled: boolean;
@@ -690,8 +690,8 @@ declare const _default: import("vue").DefineComponent<{
690
690
  };
691
691
  name: StringConstructor;
692
692
  type: {
693
- 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">;
694
- default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
693
+ 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">;
694
+ default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
695
695
  };
696
696
  onFocus: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
697
697
  onBlur: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
@@ -789,8 +789,8 @@ declare const _default: import("vue").DefineComponent<{
789
789
  };
790
790
  name: StringConstructor;
791
791
  type: {
792
- 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">;
793
- default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
792
+ 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">;
793
+ default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
794
794
  };
795
795
  onFocus: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
796
796
  onBlur: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
@@ -858,7 +858,7 @@ declare const _default: import("vue").DefineComponent<{
858
858
  };
859
859
  }>>, {
860
860
  value: string | number;
861
- type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
861
+ type: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
862
862
  focused: boolean;
863
863
  hidden: boolean;
864
864
  disabled: boolean;
@@ -898,8 +898,8 @@ declare const _default: import("vue").DefineComponent<{
898
898
  };
899
899
  name: StringConstructor;
900
900
  type: {
901
- 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">;
902
- default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
901
+ 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">;
902
+ default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
903
903
  };
904
904
  onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
905
905
  onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
@@ -997,8 +997,8 @@ declare const _default: import("vue").DefineComponent<{
997
997
  };
998
998
  name: StringConstructor;
999
999
  type: {
1000
- 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">;
1001
- default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1000
+ 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">;
1001
+ default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1002
1002
  };
1003
1003
  onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
1004
1004
  onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
@@ -1072,7 +1072,7 @@ declare const _default: import("vue").DefineComponent<{
1072
1072
  };
1073
1073
  }>>, {
1074
1074
  value: string | number;
1075
- type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1075
+ type: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1076
1076
  focused: boolean;
1077
1077
  hidden: boolean;
1078
1078
  visible: boolean;
@@ -1113,8 +1113,8 @@ declare const _default: import("vue").DefineComponent<{
1113
1113
  };
1114
1114
  name: StringConstructor;
1115
1115
  type: {
1116
- 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">;
1117
- default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1116
+ 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">;
1117
+ default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1118
1118
  };
1119
1119
  onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
1120
1120
  onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
@@ -1212,8 +1212,8 @@ declare const _default: import("vue").DefineComponent<{
1212
1212
  };
1213
1213
  name: StringConstructor;
1214
1214
  type: {
1215
- 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">;
1216
- default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1215
+ 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">;
1216
+ default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1217
1217
  };
1218
1218
  onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
1219
1219
  onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
@@ -1287,7 +1287,7 @@ declare const _default: import("vue").DefineComponent<{
1287
1287
  };
1288
1288
  }>>, {
1289
1289
  value: string | number;
1290
- type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1290
+ type: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1291
1291
  focused: boolean;
1292
1292
  hidden: boolean;
1293
1293
  visible: boolean;