ll-plus 2.7.24 → 2.7.25

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 +88 -88
  16. package/es/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +88 -88
  17. package/es/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +88 -88
  18. package/es/components/easy-cron/src/easy-cron.vue.d.ts +88 -88
  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/src/components/key-value-item.vue.d.ts +230 -230
  29. package/es/components/key-value/src/key-value.vue.d.ts +690 -690
  30. package/es/components/modal/index.d.ts +1 -1
  31. package/es/components/modal/src/modal.vue.d.ts +1 -1
  32. package/es/components/new-drawer/index.d.ts +7 -7
  33. package/es/components/new-drawer/src/drawer.vue.d.ts +7 -7
  34. package/es/components/new-modal/index.d.ts +2 -2
  35. package/es/components/new-modal/src/modal.vue.d.ts +2 -2
  36. package/es/components/rich-text-editor/index.d.ts +1 -1
  37. package/es/components/rich-text-editor/src/rich-text-editor.vue.d.ts +1 -1
  38. package/es/components/select/index.d.ts +4 -4
  39. package/es/components/select/src/select.vue.d.ts +4 -4
  40. package/es/components/select-group/index.d.ts +2 -2
  41. package/es/components/select-group/src/select-group.d.ts +1 -1
  42. package/es/components/select-group/src/select-group.vue.d.ts +2 -2
  43. package/es/components/table/index.d.ts +6 -6
  44. package/es/components/table/src/components/main-table.vue.d.ts +2 -2
  45. package/es/components/table/src/config/table.d.ts +2 -2
  46. package/es/components/table/src/table.vue.d.ts +6 -6
  47. package/es/components/textarea/index.d.ts +5 -5
  48. package/es/components/textarea/src/textarea.vue.d.ts +5 -5
  49. package/es/components/tooltip/index.d.ts +4 -4
  50. package/es/components/tooltip/src/tooltip.d.ts +1 -1
  51. package/es/components/tooltip/src/tooltip.vue.d.ts +4 -4
  52. package/es/components/tree-search/index.d.ts +1 -1
  53. package/es/components/tree-search/src/tree-search.vue.d.ts +1 -1
  54. package/es/components/upload-drag/index.d.ts +2 -2
  55. package/es/components/upload-drag/src/upload-drag.vue.d.ts +2 -2
  56. package/es/packages/components/input/src/input.vue2.mjs +3 -3
  57. package/es/packages/components/input/src/input.vue2.mjs.map +1 -1
  58. package/es/utils/props/runtime.d.ts +2 -2
  59. package/index.full.js +3 -3
  60. package/index.full.min.js +1 -1
  61. package/index.full.min.js.map +1 -1
  62. package/index.full.min.mjs +22 -22
  63. package/index.full.min.mjs.map +1 -1
  64. package/index.full.mjs +3 -3
  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 +88 -88
  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 +88 -88
  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/src/components/key-value-item.vue.d.ts +230 -230
  93. package/lib/components/key-value/src/key-value.vue.d.ts +690 -690
  94. package/lib/components/modal/index.d.ts +1 -1
  95. package/lib/components/modal/src/modal.vue.d.ts +1 -1
  96. package/lib/components/new-drawer/index.d.ts +7 -7
  97. package/lib/components/new-drawer/src/drawer.vue.d.ts +7 -7
  98. package/lib/components/new-modal/index.d.ts +2 -2
  99. package/lib/components/new-modal/src/modal.vue.d.ts +2 -2
  100. package/lib/components/rich-text-editor/index.d.ts +1 -1
  101. package/lib/components/rich-text-editor/src/rich-text-editor.vue.d.ts +1 -1
  102. package/lib/components/select/index.d.ts +4 -4
  103. package/lib/components/select/src/select.vue.d.ts +4 -4
  104. package/lib/components/select-group/index.d.ts +2 -2
  105. package/lib/components/select-group/src/select-group.d.ts +1 -1
  106. package/lib/components/select-group/src/select-group.vue.d.ts +2 -2
  107. package/lib/components/table/index.d.ts +6 -6
  108. package/lib/components/table/src/components/main-table.vue.d.ts +2 -2
  109. package/lib/components/table/src/config/table.d.ts +2 -2
  110. package/lib/components/table/src/table.vue.d.ts +6 -6
  111. package/lib/components/textarea/index.d.ts +5 -5
  112. package/lib/components/textarea/src/textarea.vue.d.ts +5 -5
  113. package/lib/components/tooltip/index.d.ts +4 -4
  114. package/lib/components/tooltip/src/tooltip.d.ts +1 -1
  115. package/lib/components/tooltip/src/tooltip.vue.d.ts +4 -4
  116. package/lib/components/tree-search/index.d.ts +1 -1
  117. package/lib/components/tree-search/src/tree-search.vue.d.ts +1 -1
  118. package/lib/components/upload-drag/index.d.ts +2 -2
  119. package/lib/components/upload-drag/src/upload-drag.vue.d.ts +2 -2
  120. package/lib/packages/components/input/src/input.vue2.js +3 -3
  121. package/lib/packages/components/input/src/input.vue2.js.map +1 -1
  122. package/lib/utils/props/runtime.d.ts +2 -2
  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 +88 -88
  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 +88 -88
  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/src/components/key-value-item.vue.d.ts +230 -230
  152. package/types/packages/components/key-value/src/key-value.vue.d.ts +690 -690
  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 +2 -2
  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 +2 -2
  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
  179. package/types/packages/utils/props/runtime.d.ts +2 -2
@@ -71,8 +71,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
71
71
  };
72
72
  autocomplete: StringConstructor;
73
73
  type: {
74
- 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">;
75
- default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
74
+ 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">;
75
+ default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
76
76
  };
77
77
  name: StringConstructor;
78
78
  size: {
@@ -159,8 +159,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
159
159
  };
160
160
  autocomplete: StringConstructor;
161
161
  type: {
162
- 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">;
163
- default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
162
+ 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">;
163
+ default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
164
164
  };
165
165
  name: StringConstructor;
166
166
  size: {
@@ -242,7 +242,7 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
242
242
  };
243
243
  }, "affixWrapperClassName" | "groupClassName" | "wrapperClassName" | "inputClassName">>>, {
244
244
  value: string | number;
245
- type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
245
+ type: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
246
246
  focused: boolean;
247
247
  hidden: boolean;
248
248
  disabled: boolean;
@@ -267,8 +267,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
267
267
  };
268
268
  autocomplete: StringConstructor;
269
269
  type: {
270
- 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">;
271
- default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
270
+ 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">;
271
+ default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
272
272
  };
273
273
  name: StringConstructor;
274
274
  size: {
@@ -350,7 +350,7 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
350
350
  };
351
351
  }, "affixWrapperClassName" | "groupClassName" | "wrapperClassName" | "inputClassName">>>, () => import("ant-design-vue/es/_util/type").VueNode, {}, {}, {}, {
352
352
  value: string | number;
353
- type: "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: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
354
354
  focused: boolean;
355
355
  hidden: boolean;
356
356
  disabled: boolean;
@@ -372,8 +372,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
372
372
  };
373
373
  autocomplete: StringConstructor;
374
374
  type: {
375
- 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">;
376
- default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
375
+ 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">;
376
+ default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
377
377
  };
378
378
  name: StringConstructor;
379
379
  size: {
@@ -455,7 +455,7 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
455
455
  };
456
456
  }, "affixWrapperClassName" | "groupClassName" | "wrapperClassName" | "inputClassName">>>, () => import("ant-design-vue/es/_util/type").VueNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
457
457
  value: string | number;
458
- type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
458
+ type: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
459
459
  focused: boolean;
460
460
  hidden: boolean;
461
461
  disabled: boolean;
@@ -492,7 +492,7 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
492
492
  inputPrefixCls: StringConstructor;
493
493
  enterButton: import("vue-types").VueTypeValidableDef<any>;
494
494
  onSearch: {
495
- type: import("vue").PropType<(value: string, event?: import("ant-design-vue/es/_util/EventInterface").ChangeEvent | MouseEvent | KeyboardEvent | undefined) => void>;
495
+ type: import("vue").PropType<(value: string, event?: MouseEvent | KeyboardEvent | import("ant-design-vue/es/_util/EventInterface").ChangeEvent | undefined) => void>;
496
496
  };
497
497
  size: {
498
498
  type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
@@ -503,8 +503,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
503
503
  };
504
504
  name: StringConstructor;
505
505
  type: {
506
- 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">;
507
- default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
506
+ 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">;
507
+ default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
508
508
  };
509
509
  onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
510
510
  onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
@@ -581,7 +581,7 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
581
581
  inputPrefixCls: StringConstructor;
582
582
  enterButton: import("vue-types").VueTypeValidableDef<any>;
583
583
  onSearch: {
584
- type: import("vue").PropType<(value: string, event?: import("ant-design-vue/es/_util/EventInterface").ChangeEvent | MouseEvent | KeyboardEvent | undefined) => void>;
584
+ type: import("vue").PropType<(value: string, event?: MouseEvent | KeyboardEvent | import("ant-design-vue/es/_util/EventInterface").ChangeEvent | undefined) => void>;
585
585
  };
586
586
  size: {
587
587
  type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
@@ -592,8 +592,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
592
592
  };
593
593
  name: StringConstructor;
594
594
  type: {
595
- 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">;
596
- default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
595
+ 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">;
596
+ default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
597
597
  };
598
598
  onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
599
599
  onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
@@ -668,7 +668,7 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
668
668
  };
669
669
  }>>, {
670
670
  value: string | number;
671
- type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
671
+ type: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
672
672
  focused: boolean;
673
673
  hidden: boolean;
674
674
  disabled: boolean;
@@ -712,8 +712,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
712
712
  };
713
713
  name: StringConstructor;
714
714
  type: {
715
- 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">;
716
- default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
715
+ 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">;
716
+ default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
717
717
  };
718
718
  onFocus: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
719
719
  onBlur: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
@@ -811,8 +811,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
811
811
  };
812
812
  name: StringConstructor;
813
813
  type: {
814
- 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">;
815
- default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
814
+ 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">;
815
+ default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
816
816
  };
817
817
  onFocus: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
818
818
  onBlur: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
@@ -880,7 +880,7 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
880
880
  };
881
881
  }>>, {
882
882
  value: string | number;
883
- type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
883
+ type: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
884
884
  focused: boolean;
885
885
  hidden: boolean;
886
886
  disabled: boolean;
@@ -920,8 +920,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
920
920
  };
921
921
  name: StringConstructor;
922
922
  type: {
923
- 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">;
924
- default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
923
+ 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">;
924
+ default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
925
925
  };
926
926
  onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
927
927
  onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
@@ -1019,8 +1019,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
1019
1019
  };
1020
1020
  name: StringConstructor;
1021
1021
  type: {
1022
- 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">;
1023
- default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1022
+ 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">;
1023
+ default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1024
1024
  };
1025
1025
  onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
1026
1026
  onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
@@ -1094,7 +1094,7 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
1094
1094
  };
1095
1095
  }>>, {
1096
1096
  value: string | number;
1097
- type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1097
+ type: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1098
1098
  focused: boolean;
1099
1099
  hidden: boolean;
1100
1100
  visible: boolean;
@@ -1135,8 +1135,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
1135
1135
  };
1136
1136
  name: StringConstructor;
1137
1137
  type: {
1138
- 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">;
1139
- default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1138
+ 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">;
1139
+ default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1140
1140
  };
1141
1141
  onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
1142
1142
  onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
@@ -1234,8 +1234,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
1234
1234
  };
1235
1235
  name: StringConstructor;
1236
1236
  type: {
1237
- 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">;
1238
- default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1237
+ 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">;
1238
+ default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1239
1239
  };
1240
1240
  onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
1241
1241
  onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
@@ -1309,7 +1309,7 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
1309
1309
  };
1310
1310
  }>>, {
1311
1311
  value: string | number;
1312
- type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1312
+ type: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1313
1313
  focused: boolean;
1314
1314
  hidden: boolean;
1315
1315
  visible: boolean;
@@ -70,8 +70,8 @@ declare const _default: import("vue").DefineComponent<{
70
70
  };
71
71
  autocomplete: StringConstructor;
72
72
  type: {
73
- 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">;
74
- default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
73
+ 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">;
74
+ default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
75
75
  };
76
76
  name: StringConstructor;
77
77
  size: {
@@ -158,8 +158,8 @@ declare const _default: import("vue").DefineComponent<{
158
158
  };
159
159
  autocomplete: StringConstructor;
160
160
  type: {
161
- 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">;
162
- default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
161
+ 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">;
162
+ default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
163
163
  };
164
164
  name: StringConstructor;
165
165
  size: {
@@ -241,7 +241,7 @@ declare const _default: import("vue").DefineComponent<{
241
241
  };
242
242
  }, "affixWrapperClassName" | "groupClassName" | "wrapperClassName" | "inputClassName">>>, {
243
243
  value: string | number;
244
- type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
244
+ type: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
245
245
  focused: boolean;
246
246
  hidden: boolean;
247
247
  disabled: boolean;
@@ -266,8 +266,8 @@ declare const _default: import("vue").DefineComponent<{
266
266
  };
267
267
  autocomplete: StringConstructor;
268
268
  type: {
269
- 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">;
270
- default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
269
+ 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">;
270
+ default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
271
271
  };
272
272
  name: StringConstructor;
273
273
  size: {
@@ -349,7 +349,7 @@ declare const _default: import("vue").DefineComponent<{
349
349
  };
350
350
  }, "affixWrapperClassName" | "groupClassName" | "wrapperClassName" | "inputClassName">>>, () => import("ant-design-vue/es/_util/type").VueNode, {}, {}, {}, {
351
351
  value: string | number;
352
- type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
352
+ type: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
353
353
  focused: boolean;
354
354
  hidden: boolean;
355
355
  disabled: boolean;
@@ -371,8 +371,8 @@ declare const _default: import("vue").DefineComponent<{
371
371
  };
372
372
  autocomplete: StringConstructor;
373
373
  type: {
374
- 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">;
375
- default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
374
+ 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">;
375
+ default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
376
376
  };
377
377
  name: StringConstructor;
378
378
  size: {
@@ -454,7 +454,7 @@ declare const _default: import("vue").DefineComponent<{
454
454
  };
455
455
  }, "affixWrapperClassName" | "groupClassName" | "wrapperClassName" | "inputClassName">>>, () => import("ant-design-vue/es/_util/type").VueNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
456
456
  value: string | number;
457
- type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
457
+ type: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
458
458
  focused: boolean;
459
459
  hidden: boolean;
460
460
  disabled: boolean;
@@ -491,7 +491,7 @@ declare const _default: import("vue").DefineComponent<{
491
491
  inputPrefixCls: StringConstructor;
492
492
  enterButton: import("vue-types").VueTypeValidableDef<any>;
493
493
  onSearch: {
494
- type: import("vue").PropType<(value: string, event?: import("ant-design-vue/es/_util/EventInterface").ChangeEvent | MouseEvent | KeyboardEvent | undefined) => void>;
494
+ type: import("vue").PropType<(value: string, event?: MouseEvent | KeyboardEvent | import("ant-design-vue/es/_util/EventInterface").ChangeEvent | undefined) => void>;
495
495
  };
496
496
  size: {
497
497
  type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
@@ -502,8 +502,8 @@ declare const _default: import("vue").DefineComponent<{
502
502
  };
503
503
  name: StringConstructor;
504
504
  type: {
505
- 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">;
506
- default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
505
+ 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">;
506
+ default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
507
507
  };
508
508
  onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
509
509
  onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
@@ -580,7 +580,7 @@ declare const _default: import("vue").DefineComponent<{
580
580
  inputPrefixCls: StringConstructor;
581
581
  enterButton: import("vue-types").VueTypeValidableDef<any>;
582
582
  onSearch: {
583
- type: import("vue").PropType<(value: string, event?: import("ant-design-vue/es/_util/EventInterface").ChangeEvent | MouseEvent | KeyboardEvent | undefined) => void>;
583
+ type: import("vue").PropType<(value: string, event?: MouseEvent | KeyboardEvent | import("ant-design-vue/es/_util/EventInterface").ChangeEvent | undefined) => void>;
584
584
  };
585
585
  size: {
586
586
  type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
@@ -591,8 +591,8 @@ declare const _default: import("vue").DefineComponent<{
591
591
  };
592
592
  name: StringConstructor;
593
593
  type: {
594
- 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">;
595
- default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
594
+ 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">;
595
+ default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
596
596
  };
597
597
  onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
598
598
  onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
@@ -667,7 +667,7 @@ declare const _default: import("vue").DefineComponent<{
667
667
  };
668
668
  }>>, {
669
669
  value: string | number;
670
- type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
670
+ type: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
671
671
  focused: boolean;
672
672
  hidden: boolean;
673
673
  disabled: boolean;
@@ -711,8 +711,8 @@ declare const _default: import("vue").DefineComponent<{
711
711
  };
712
712
  name: StringConstructor;
713
713
  type: {
714
- 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">;
715
- default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
714
+ 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">;
715
+ default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
716
716
  };
717
717
  onFocus: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
718
718
  onBlur: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
@@ -810,8 +810,8 @@ declare const _default: import("vue").DefineComponent<{
810
810
  };
811
811
  name: StringConstructor;
812
812
  type: {
813
- 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">;
814
- default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
813
+ 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">;
814
+ default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
815
815
  };
816
816
  onFocus: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
817
817
  onBlur: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
@@ -879,7 +879,7 @@ declare const _default: import("vue").DefineComponent<{
879
879
  };
880
880
  }>>, {
881
881
  value: string | number;
882
- type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
882
+ type: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
883
883
  focused: boolean;
884
884
  hidden: boolean;
885
885
  disabled: boolean;
@@ -919,8 +919,8 @@ declare const _default: import("vue").DefineComponent<{
919
919
  };
920
920
  name: StringConstructor;
921
921
  type: {
922
- 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">;
923
- default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
922
+ 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">;
923
+ default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
924
924
  };
925
925
  onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
926
926
  onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
@@ -1018,8 +1018,8 @@ declare const _default: import("vue").DefineComponent<{
1018
1018
  };
1019
1019
  name: StringConstructor;
1020
1020
  type: {
1021
- 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">;
1022
- default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1021
+ 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">;
1022
+ default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1023
1023
  };
1024
1024
  onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
1025
1025
  onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
@@ -1093,7 +1093,7 @@ declare const _default: import("vue").DefineComponent<{
1093
1093
  };
1094
1094
  }>>, {
1095
1095
  value: string | number;
1096
- type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1096
+ type: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1097
1097
  focused: boolean;
1098
1098
  hidden: boolean;
1099
1099
  visible: boolean;
@@ -1134,8 +1134,8 @@ declare const _default: import("vue").DefineComponent<{
1134
1134
  };
1135
1135
  name: StringConstructor;
1136
1136
  type: {
1137
- 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">;
1138
- default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1137
+ 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">;
1138
+ default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1139
1139
  };
1140
1140
  onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
1141
1141
  onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
@@ -1233,8 +1233,8 @@ declare const _default: import("vue").DefineComponent<{
1233
1233
  };
1234
1234
  name: StringConstructor;
1235
1235
  type: {
1236
- 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">;
1237
- default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1236
+ 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">;
1237
+ default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1238
1238
  };
1239
1239
  onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
1240
1240
  onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
@@ -1308,7 +1308,7 @@ declare const _default: import("vue").DefineComponent<{
1308
1308
  };
1309
1309
  }>>, {
1310
1310
  value: string | number;
1311
- type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1311
+ type: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1312
1312
  focused: boolean;
1313
1313
  hidden: boolean;
1314
1314
  visible: boolean;