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