ll-plus 2.7.5 → 2.7.6

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 (174) 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/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/utils/props/runtime.d.ts +2 -2
  58. package/lib/components/advanced-filtering/index.d.ts +288 -288
  59. package/lib/components/advanced-filtering/src/advanced-filtering.vue.d.ts +144 -144
  60. package/lib/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +144 -144
  61. package/lib/components/breadcrumb-card/index.d.ts +1 -1
  62. package/lib/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +1 -1
  63. package/lib/components/cascader/index.d.ts +8 -8
  64. package/lib/components/cascader/src/cascader.vue.d.ts +8 -8
  65. package/lib/components/checkbox/index.d.ts +217 -217
  66. package/lib/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  67. package/lib/components/checkbox/src/checkbox.d.ts +56 -56
  68. package/lib/components/drawer/index.d.ts +5 -5
  69. package/lib/components/drawer/src/components/second-confirmation/index.d.ts +1 -1
  70. package/lib/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +1 -1
  71. package/lib/components/drawer/src/drawer.vue.d.ts +5 -5
  72. package/lib/components/easy-cron/index.d.ts +88 -88
  73. package/lib/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +88 -88
  74. package/lib/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +88 -88
  75. package/lib/components/easy-cron/src/easy-cron.vue.d.ts +88 -88
  76. package/lib/components/form/index.d.ts +144 -144
  77. package/lib/components/form/src/components/form-component.vue.d.ts +1 -1
  78. package/lib/components/form/src/config/form.d.ts +56 -56
  79. package/lib/components/form/src/form.vue.d.ts +143 -143
  80. package/lib/components/icon-picker/index.d.ts +1 -1
  81. package/lib/components/icon-picker/src/components/modal.vue.d.ts +1 -1
  82. package/lib/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
  83. package/lib/components/input/index.d.ts +33 -33
  84. package/lib/components/input/src/input.vue.d.ts +33 -33
  85. package/lib/components/key-value/index.d.ts +690 -690
  86. package/lib/components/key-value/src/components/key-value-item.vue.d.ts +230 -230
  87. package/lib/components/key-value/src/key-value.vue.d.ts +690 -690
  88. package/lib/components/modal/index.d.ts +1 -1
  89. package/lib/components/modal/src/modal.vue.d.ts +1 -1
  90. package/lib/components/new-drawer/index.d.ts +7 -7
  91. package/lib/components/new-drawer/src/drawer.vue.d.ts +7 -7
  92. package/lib/components/new-modal/index.d.ts +2 -2
  93. package/lib/components/new-modal/src/modal.vue.d.ts +2 -2
  94. package/lib/components/rich-text-editor/index.d.ts +1 -1
  95. package/lib/components/rich-text-editor/src/rich-text-editor.vue.d.ts +1 -1
  96. package/lib/components/select/index.d.ts +4 -4
  97. package/lib/components/select/src/select.vue.d.ts +4 -4
  98. package/lib/components/select-group/index.d.ts +2 -2
  99. package/lib/components/select-group/src/select-group.d.ts +1 -1
  100. package/lib/components/select-group/src/select-group.vue.d.ts +2 -2
  101. package/lib/components/table/index.d.ts +6 -6
  102. package/lib/components/table/src/components/main-table.vue.d.ts +2 -2
  103. package/lib/components/table/src/config/table.d.ts +2 -2
  104. package/lib/components/table/src/table.vue.d.ts +6 -6
  105. package/lib/components/textarea/index.d.ts +5 -5
  106. package/lib/components/textarea/src/textarea.vue.d.ts +5 -5
  107. package/lib/components/tooltip/index.d.ts +4 -4
  108. package/lib/components/tooltip/src/tooltip.d.ts +1 -1
  109. package/lib/components/tooltip/src/tooltip.vue.d.ts +4 -4
  110. package/lib/components/tree-search/index.d.ts +1 -1
  111. package/lib/components/tree-search/src/tree-search.vue.d.ts +1 -1
  112. package/lib/components/upload-drag/index.d.ts +2 -2
  113. package/lib/components/upload-drag/src/upload-drag.vue.d.ts +2 -2
  114. package/lib/utils/props/runtime.d.ts +2 -2
  115. package/package.json +1 -1
  116. package/theme-chalk/css/index.css +1 -1
  117. package/theme-chalk/css/tree-search.css +1 -1
  118. package/types/packages/components/advanced-filtering/index.d.ts +288 -288
  119. package/types/packages/components/advanced-filtering/src/advanced-filtering.vue.d.ts +144 -144
  120. package/types/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +144 -144
  121. package/types/packages/components/breadcrumb-card/index.d.ts +1 -1
  122. package/types/packages/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +1 -1
  123. package/types/packages/components/cascader/index.d.ts +8 -8
  124. package/types/packages/components/cascader/src/cascader.vue.d.ts +8 -8
  125. package/types/packages/components/checkbox/index.d.ts +217 -217
  126. package/types/packages/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  127. package/types/packages/components/checkbox/src/checkbox.d.ts +56 -56
  128. package/types/packages/components/drawer/index.d.ts +5 -5
  129. package/types/packages/components/drawer/src/components/second-confirmation/index.d.ts +1 -1
  130. package/types/packages/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +1 -1
  131. package/types/packages/components/drawer/src/drawer.vue.d.ts +5 -5
  132. package/types/packages/components/easy-cron/index.d.ts +88 -88
  133. package/types/packages/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +88 -88
  134. package/types/packages/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +88 -88
  135. package/types/packages/components/easy-cron/src/easy-cron.vue.d.ts +88 -88
  136. package/types/packages/components/form/index.d.ts +144 -144
  137. package/types/packages/components/form/src/components/form-component.vue.d.ts +1 -1
  138. package/types/packages/components/form/src/config/form.d.ts +56 -56
  139. package/types/packages/components/form/src/form.vue.d.ts +143 -143
  140. package/types/packages/components/icon-picker/index.d.ts +1 -1
  141. package/types/packages/components/icon-picker/src/components/modal.vue.d.ts +1 -1
  142. package/types/packages/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
  143. package/types/packages/components/input/index.d.ts +33 -33
  144. package/types/packages/components/input/src/input.vue.d.ts +33 -33
  145. package/types/packages/components/key-value/index.d.ts +690 -690
  146. package/types/packages/components/key-value/src/components/key-value-item.vue.d.ts +230 -230
  147. package/types/packages/components/key-value/src/key-value.vue.d.ts +690 -690
  148. package/types/packages/components/modal/index.d.ts +1 -1
  149. package/types/packages/components/modal/src/modal.vue.d.ts +1 -1
  150. package/types/packages/components/new-drawer/index.d.ts +7 -7
  151. package/types/packages/components/new-drawer/src/drawer.vue.d.ts +7 -7
  152. package/types/packages/components/new-modal/index.d.ts +2 -2
  153. package/types/packages/components/new-modal/src/modal.vue.d.ts +2 -2
  154. package/types/packages/components/rich-text-editor/index.d.ts +1 -1
  155. package/types/packages/components/rich-text-editor/src/rich-text-editor.vue.d.ts +1 -1
  156. package/types/packages/components/select/index.d.ts +4 -4
  157. package/types/packages/components/select/src/select.vue.d.ts +4 -4
  158. package/types/packages/components/select-group/index.d.ts +2 -2
  159. package/types/packages/components/select-group/src/select-group.d.ts +1 -1
  160. package/types/packages/components/select-group/src/select-group.vue.d.ts +2 -2
  161. package/types/packages/components/table/index.d.ts +6 -6
  162. package/types/packages/components/table/src/components/main-table.vue.d.ts +2 -2
  163. package/types/packages/components/table/src/config/table.d.ts +2 -2
  164. package/types/packages/components/table/src/table.vue.d.ts +6 -6
  165. package/types/packages/components/textarea/index.d.ts +5 -5
  166. package/types/packages/components/textarea/src/textarea.vue.d.ts +5 -5
  167. package/types/packages/components/tooltip/index.d.ts +4 -4
  168. package/types/packages/components/tooltip/src/tooltip.d.ts +1 -1
  169. package/types/packages/components/tooltip/src/tooltip.vue.d.ts +4 -4
  170. package/types/packages/components/tree-search/index.d.ts +1 -1
  171. package/types/packages/components/tree-search/src/tree-search.vue.d.ts +1 -1
  172. package/types/packages/components/upload-drag/index.d.ts +2 -2
  173. package/types/packages/components/upload-drag/src/upload-drag.vue.d.ts +2 -2
  174. package/types/packages/utils/props/runtime.d.ts +2 -2
@@ -59,8 +59,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
59
59
  };
60
60
  autocomplete: StringConstructor;
61
61
  type: {
62
- 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">;
63
- default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
62
+ 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">;
63
+ default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
64
64
  };
65
65
  name: StringConstructor;
66
66
  size: {
@@ -147,8 +147,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
147
147
  };
148
148
  autocomplete: StringConstructor;
149
149
  type: {
150
- 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">;
151
- default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
150
+ 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">;
151
+ default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
152
152
  };
153
153
  name: StringConstructor;
154
154
  size: {
@@ -230,7 +230,7 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
230
230
  };
231
231
  }, "affixWrapperClassName" | "groupClassName" | "wrapperClassName" | "inputClassName">>>, {
232
232
  value: string | number;
233
- type: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
233
+ type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
234
234
  focused: boolean;
235
235
  hidden: boolean;
236
236
  disabled: boolean;
@@ -255,8 +255,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
255
255
  };
256
256
  autocomplete: StringConstructor;
257
257
  type: {
258
- 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">;
259
- default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
258
+ 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">;
259
+ default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
260
260
  };
261
261
  name: StringConstructor;
262
262
  size: {
@@ -338,7 +338,7 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
338
338
  };
339
339
  }, "affixWrapperClassName" | "groupClassName" | "wrapperClassName" | "inputClassName">>>, () => import("ant-design-vue/es/_util/type").VueNode, {}, {}, {}, {
340
340
  value: string | number;
341
- type: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
341
+ type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
342
342
  focused: boolean;
343
343
  hidden: boolean;
344
344
  disabled: boolean;
@@ -360,8 +360,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
360
360
  };
361
361
  autocomplete: StringConstructor;
362
362
  type: {
363
- 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">;
364
- default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
363
+ 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">;
364
+ default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
365
365
  };
366
366
  name: StringConstructor;
367
367
  size: {
@@ -443,7 +443,7 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
443
443
  };
444
444
  }, "affixWrapperClassName" | "groupClassName" | "wrapperClassName" | "inputClassName">>>, () => import("ant-design-vue/es/_util/type").VueNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
445
445
  value: string | number;
446
- type: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
446
+ type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
447
447
  focused: boolean;
448
448
  hidden: boolean;
449
449
  disabled: boolean;
@@ -480,7 +480,7 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
480
480
  inputPrefixCls: StringConstructor;
481
481
  enterButton: import("vue-types").VueTypeValidableDef<any>;
482
482
  onSearch: {
483
- type: import("vue").PropType<(value: string, event?: MouseEvent | KeyboardEvent | import("ant-design-vue/es/_util/EventInterface").ChangeEvent | undefined) => void>;
483
+ type: import("vue").PropType<(value: string, event?: import("ant-design-vue/es/_util/EventInterface").ChangeEvent | MouseEvent | KeyboardEvent | undefined) => void>;
484
484
  };
485
485
  size: {
486
486
  type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
@@ -491,8 +491,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
491
491
  };
492
492
  name: StringConstructor;
493
493
  type: {
494
- 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">;
495
- default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
494
+ 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">;
495
+ default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
496
496
  };
497
497
  onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
498
498
  onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
@@ -569,7 +569,7 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
569
569
  inputPrefixCls: StringConstructor;
570
570
  enterButton: import("vue-types").VueTypeValidableDef<any>;
571
571
  onSearch: {
572
- type: import("vue").PropType<(value: string, event?: MouseEvent | KeyboardEvent | import("ant-design-vue/es/_util/EventInterface").ChangeEvent | undefined) => void>;
572
+ type: import("vue").PropType<(value: string, event?: import("ant-design-vue/es/_util/EventInterface").ChangeEvent | MouseEvent | KeyboardEvent | undefined) => void>;
573
573
  };
574
574
  size: {
575
575
  type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
@@ -580,8 +580,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
580
580
  };
581
581
  name: StringConstructor;
582
582
  type: {
583
- 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">;
584
- default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
583
+ 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">;
584
+ default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
585
585
  };
586
586
  onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
587
587
  onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
@@ -656,7 +656,7 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
656
656
  };
657
657
  }>>, {
658
658
  value: string | number;
659
- type: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
659
+ type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
660
660
  focused: boolean;
661
661
  hidden: boolean;
662
662
  disabled: boolean;
@@ -700,8 +700,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
700
700
  };
701
701
  name: StringConstructor;
702
702
  type: {
703
- 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">;
704
- default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
703
+ 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">;
704
+ default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
705
705
  };
706
706
  onFocus: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
707
707
  onBlur: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
@@ -799,8 +799,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
799
799
  };
800
800
  name: StringConstructor;
801
801
  type: {
802
- 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">;
803
- default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
802
+ 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">;
803
+ default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
804
804
  };
805
805
  onFocus: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
806
806
  onBlur: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
@@ -868,7 +868,7 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
868
868
  };
869
869
  }>>, {
870
870
  value: string | number;
871
- type: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
871
+ type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
872
872
  focused: boolean;
873
873
  hidden: boolean;
874
874
  disabled: boolean;
@@ -908,8 +908,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
908
908
  };
909
909
  name: StringConstructor;
910
910
  type: {
911
- 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">;
912
- default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
911
+ 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">;
912
+ default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
913
913
  };
914
914
  onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
915
915
  onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
@@ -1007,8 +1007,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
1007
1007
  };
1008
1008
  name: StringConstructor;
1009
1009
  type: {
1010
- 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">;
1011
- default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1010
+ 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">;
1011
+ default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1012
1012
  };
1013
1013
  onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
1014
1014
  onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
@@ -1082,7 +1082,7 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
1082
1082
  };
1083
1083
  }>>, {
1084
1084
  value: string | number;
1085
- type: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1085
+ type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1086
1086
  focused: boolean;
1087
1087
  hidden: boolean;
1088
1088
  visible: boolean;
@@ -1123,8 +1123,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
1123
1123
  };
1124
1124
  name: StringConstructor;
1125
1125
  type: {
1126
- 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">;
1127
- default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1126
+ 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">;
1127
+ default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1128
1128
  };
1129
1129
  onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
1130
1130
  onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
@@ -1222,8 +1222,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
1222
1222
  };
1223
1223
  name: StringConstructor;
1224
1224
  type: {
1225
- 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">;
1226
- default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1225
+ 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">;
1226
+ default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1227
1227
  };
1228
1228
  onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
1229
1229
  onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
@@ -1297,7 +1297,7 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
1297
1297
  };
1298
1298
  }>>, {
1299
1299
  value: string | number;
1300
- type: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1300
+ type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1301
1301
  focused: boolean;
1302
1302
  hidden: boolean;
1303
1303
  visible: boolean;
@@ -58,8 +58,8 @@ declare const _default: import("vue").DefineComponent<{
58
58
  };
59
59
  autocomplete: StringConstructor;
60
60
  type: {
61
- 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">;
62
- default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
61
+ 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">;
62
+ default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
63
63
  };
64
64
  name: StringConstructor;
65
65
  size: {
@@ -146,8 +146,8 @@ declare const _default: import("vue").DefineComponent<{
146
146
  };
147
147
  autocomplete: StringConstructor;
148
148
  type: {
149
- 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">;
150
- default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
149
+ 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">;
150
+ default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
151
151
  };
152
152
  name: StringConstructor;
153
153
  size: {
@@ -229,7 +229,7 @@ declare const _default: import("vue").DefineComponent<{
229
229
  };
230
230
  }, "affixWrapperClassName" | "groupClassName" | "wrapperClassName" | "inputClassName">>>, {
231
231
  value: string | number;
232
- type: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
232
+ type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
233
233
  focused: boolean;
234
234
  hidden: boolean;
235
235
  disabled: boolean;
@@ -254,8 +254,8 @@ declare const _default: import("vue").DefineComponent<{
254
254
  };
255
255
  autocomplete: StringConstructor;
256
256
  type: {
257
- 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">;
258
- default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
257
+ 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">;
258
+ default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
259
259
  };
260
260
  name: StringConstructor;
261
261
  size: {
@@ -337,7 +337,7 @@ declare const _default: import("vue").DefineComponent<{
337
337
  };
338
338
  }, "affixWrapperClassName" | "groupClassName" | "wrapperClassName" | "inputClassName">>>, () => import("ant-design-vue/es/_util/type").VueNode, {}, {}, {}, {
339
339
  value: string | number;
340
- type: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
340
+ type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
341
341
  focused: boolean;
342
342
  hidden: boolean;
343
343
  disabled: boolean;
@@ -359,8 +359,8 @@ declare const _default: import("vue").DefineComponent<{
359
359
  };
360
360
  autocomplete: StringConstructor;
361
361
  type: {
362
- 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">;
363
- default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
362
+ 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">;
363
+ default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
364
364
  };
365
365
  name: StringConstructor;
366
366
  size: {
@@ -442,7 +442,7 @@ declare const _default: import("vue").DefineComponent<{
442
442
  };
443
443
  }, "affixWrapperClassName" | "groupClassName" | "wrapperClassName" | "inputClassName">>>, () => import("ant-design-vue/es/_util/type").VueNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
444
444
  value: string | number;
445
- type: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
445
+ type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
446
446
  focused: boolean;
447
447
  hidden: boolean;
448
448
  disabled: boolean;
@@ -479,7 +479,7 @@ declare const _default: import("vue").DefineComponent<{
479
479
  inputPrefixCls: StringConstructor;
480
480
  enterButton: import("vue-types").VueTypeValidableDef<any>;
481
481
  onSearch: {
482
- type: import("vue").PropType<(value: string, event?: MouseEvent | KeyboardEvent | import("ant-design-vue/es/_util/EventInterface").ChangeEvent | undefined) => void>;
482
+ type: import("vue").PropType<(value: string, event?: import("ant-design-vue/es/_util/EventInterface").ChangeEvent | MouseEvent | KeyboardEvent | undefined) => void>;
483
483
  };
484
484
  size: {
485
485
  type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
@@ -490,8 +490,8 @@ declare const _default: import("vue").DefineComponent<{
490
490
  };
491
491
  name: StringConstructor;
492
492
  type: {
493
- 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">;
494
- default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
493
+ 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">;
494
+ default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
495
495
  };
496
496
  onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
497
497
  onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
@@ -568,7 +568,7 @@ declare const _default: import("vue").DefineComponent<{
568
568
  inputPrefixCls: StringConstructor;
569
569
  enterButton: import("vue-types").VueTypeValidableDef<any>;
570
570
  onSearch: {
571
- type: import("vue").PropType<(value: string, event?: MouseEvent | KeyboardEvent | import("ant-design-vue/es/_util/EventInterface").ChangeEvent | undefined) => void>;
571
+ type: import("vue").PropType<(value: string, event?: import("ant-design-vue/es/_util/EventInterface").ChangeEvent | MouseEvent | KeyboardEvent | undefined) => void>;
572
572
  };
573
573
  size: {
574
574
  type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
@@ -579,8 +579,8 @@ declare const _default: import("vue").DefineComponent<{
579
579
  };
580
580
  name: StringConstructor;
581
581
  type: {
582
- 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">;
583
- default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
582
+ 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">;
583
+ default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
584
584
  };
585
585
  onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
586
586
  onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
@@ -655,7 +655,7 @@ declare const _default: import("vue").DefineComponent<{
655
655
  };
656
656
  }>>, {
657
657
  value: string | number;
658
- type: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
658
+ type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
659
659
  focused: boolean;
660
660
  hidden: boolean;
661
661
  disabled: boolean;
@@ -699,8 +699,8 @@ declare const _default: import("vue").DefineComponent<{
699
699
  };
700
700
  name: StringConstructor;
701
701
  type: {
702
- 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">;
703
- default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
702
+ 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">;
703
+ default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
704
704
  };
705
705
  onFocus: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
706
706
  onBlur: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
@@ -798,8 +798,8 @@ declare const _default: import("vue").DefineComponent<{
798
798
  };
799
799
  name: StringConstructor;
800
800
  type: {
801
- 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">;
802
- default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
801
+ 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">;
802
+ default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
803
803
  };
804
804
  onFocus: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
805
805
  onBlur: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
@@ -867,7 +867,7 @@ declare const _default: import("vue").DefineComponent<{
867
867
  };
868
868
  }>>, {
869
869
  value: string | number;
870
- type: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
870
+ type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
871
871
  focused: boolean;
872
872
  hidden: boolean;
873
873
  disabled: boolean;
@@ -907,8 +907,8 @@ declare const _default: import("vue").DefineComponent<{
907
907
  };
908
908
  name: StringConstructor;
909
909
  type: {
910
- 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">;
911
- default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
910
+ 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">;
911
+ default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
912
912
  };
913
913
  onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
914
914
  onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
@@ -1006,8 +1006,8 @@ declare const _default: import("vue").DefineComponent<{
1006
1006
  };
1007
1007
  name: StringConstructor;
1008
1008
  type: {
1009
- 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">;
1010
- default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1009
+ 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">;
1010
+ default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1011
1011
  };
1012
1012
  onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
1013
1013
  onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
@@ -1081,7 +1081,7 @@ declare const _default: import("vue").DefineComponent<{
1081
1081
  };
1082
1082
  }>>, {
1083
1083
  value: string | number;
1084
- type: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1084
+ type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1085
1085
  focused: boolean;
1086
1086
  hidden: boolean;
1087
1087
  visible: boolean;
@@ -1122,8 +1122,8 @@ declare const _default: import("vue").DefineComponent<{
1122
1122
  };
1123
1123
  name: StringConstructor;
1124
1124
  type: {
1125
- 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">;
1126
- default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1125
+ 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">;
1126
+ default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1127
1127
  };
1128
1128
  onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
1129
1129
  onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
@@ -1221,8 +1221,8 @@ declare const _default: import("vue").DefineComponent<{
1221
1221
  };
1222
1222
  name: StringConstructor;
1223
1223
  type: {
1224
- 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">;
1225
- default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1224
+ 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">;
1225
+ default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1226
1226
  };
1227
1227
  onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
1228
1228
  onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
@@ -1296,7 +1296,7 @@ declare const _default: import("vue").DefineComponent<{
1296
1296
  };
1297
1297
  }>>, {
1298
1298
  value: string | number;
1299
- type: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1299
+ type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1300
1300
  focused: boolean;
1301
1301
  hidden: boolean;
1302
1302
  visible: boolean;