ll-plus 2.7.17 → 2.7.18

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 (171) hide show
  1. package/es/components/advanced-filtering/index.d.ts +288 -288
  2. package/es/components/advanced-filtering/src/advanced-filtering.vue.d.ts +144 -144
  3. package/es/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +144 -144
  4. package/es/components/breadcrumb-card/index.d.ts +1 -1
  5. package/es/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +1 -1
  6. package/es/components/cascader/index.d.ts +8 -8
  7. package/es/components/cascader/src/cascader.vue.d.ts +8 -8
  8. package/es/components/checkbox/index.d.ts +217 -217
  9. package/es/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  10. package/es/components/checkbox/src/checkbox.d.ts +56 -56
  11. package/es/components/drawer/index.d.ts +5 -5
  12. package/es/components/drawer/src/components/second-confirmation/index.d.ts +1 -1
  13. package/es/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +1 -1
  14. package/es/components/drawer/src/drawer.vue.d.ts +5 -5
  15. package/es/components/easy-cron/index.d.ts +88 -88
  16. package/es/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +88 -88
  17. package/es/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +88 -88
  18. package/es/components/easy-cron/src/easy-cron.vue.d.ts +88 -88
  19. package/es/components/form/index.d.ts +144 -144
  20. package/es/components/form/src/components/form-component.vue.d.ts +1 -1
  21. package/es/components/form/src/config/form.d.ts +56 -56
  22. package/es/components/form/src/form.vue.d.ts +143 -143
  23. package/es/components/icon-picker/index.d.ts +1 -1
  24. package/es/components/icon-picker/src/components/modal.vue.d.ts +1 -1
  25. package/es/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
  26. package/es/components/input/index.d.ts +33 -33
  27. package/es/components/input/src/input.vue.d.ts +33 -33
  28. package/es/components/key-value/src/components/key-value-item.vue.d.ts +230 -230
  29. package/es/components/key-value/src/key-value.vue.d.ts +690 -690
  30. package/es/components/modal/index.d.ts +1 -1
  31. package/es/components/modal/src/modal.vue.d.ts +1 -1
  32. package/es/components/new-drawer/index.d.ts +7 -7
  33. package/es/components/new-drawer/src/drawer.vue.d.ts +7 -7
  34. package/es/components/new-modal/index.d.ts +2 -2
  35. package/es/components/new-modal/src/modal.vue.d.ts +2 -2
  36. package/es/components/rich-text-editor/index.d.ts +1 -1
  37. package/es/components/rich-text-editor/src/rich-text-editor.vue.d.ts +1 -1
  38. package/es/components/select/index.d.ts +4 -4
  39. package/es/components/select/src/select.vue.d.ts +4 -4
  40. package/es/components/select-group/index.d.ts +2 -2
  41. package/es/components/select-group/src/select-group.d.ts +1 -1
  42. package/es/components/select-group/src/select-group.vue.d.ts +2 -2
  43. package/es/components/table/index.d.ts +6 -6
  44. package/es/components/table/src/components/main-table.vue.d.ts +2 -2
  45. package/es/components/table/src/config/table.d.ts +2 -2
  46. package/es/components/table/src/table.vue.d.ts +6 -6
  47. package/es/components/textarea/index.d.ts +5 -5
  48. package/es/components/textarea/src/textarea.vue.d.ts +5 -5
  49. package/es/components/tooltip/index.d.ts +4 -4
  50. package/es/components/tooltip/src/tooltip.d.ts +1 -1
  51. package/es/components/tooltip/src/tooltip.vue.d.ts +4 -4
  52. package/es/components/tree-search/index.d.ts +1 -1
  53. package/es/components/tree-search/src/tree-search.vue.d.ts +1 -1
  54. package/es/components/upload-drag/index.d.ts +2 -2
  55. package/es/components/upload-drag/src/upload-drag.vue.d.ts +2 -2
  56. package/es/utils/props/runtime.d.ts +2 -2
  57. package/lib/components/advanced-filtering/index.d.ts +288 -288
  58. package/lib/components/advanced-filtering/src/advanced-filtering.vue.d.ts +144 -144
  59. package/lib/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +144 -144
  60. package/lib/components/breadcrumb-card/index.d.ts +1 -1
  61. package/lib/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +1 -1
  62. package/lib/components/cascader/index.d.ts +8 -8
  63. package/lib/components/cascader/src/cascader.vue.d.ts +8 -8
  64. package/lib/components/checkbox/index.d.ts +217 -217
  65. package/lib/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  66. package/lib/components/checkbox/src/checkbox.d.ts +56 -56
  67. package/lib/components/drawer/index.d.ts +5 -5
  68. package/lib/components/drawer/src/components/second-confirmation/index.d.ts +1 -1
  69. package/lib/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +1 -1
  70. package/lib/components/drawer/src/drawer.vue.d.ts +5 -5
  71. package/lib/components/easy-cron/index.d.ts +88 -88
  72. package/lib/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +88 -88
  73. package/lib/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +88 -88
  74. package/lib/components/easy-cron/src/easy-cron.vue.d.ts +88 -88
  75. package/lib/components/form/index.d.ts +144 -144
  76. package/lib/components/form/src/components/form-component.vue.d.ts +1 -1
  77. package/lib/components/form/src/config/form.d.ts +56 -56
  78. package/lib/components/form/src/form.vue.d.ts +143 -143
  79. package/lib/components/icon-picker/index.d.ts +1 -1
  80. package/lib/components/icon-picker/src/components/modal.vue.d.ts +1 -1
  81. package/lib/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
  82. package/lib/components/input/index.d.ts +33 -33
  83. package/lib/components/input/src/input.vue.d.ts +33 -33
  84. package/lib/components/key-value/src/components/key-value-item.vue.d.ts +230 -230
  85. package/lib/components/key-value/src/key-value.vue.d.ts +690 -690
  86. package/lib/components/modal/index.d.ts +1 -1
  87. package/lib/components/modal/src/modal.vue.d.ts +1 -1
  88. package/lib/components/new-drawer/index.d.ts +7 -7
  89. package/lib/components/new-drawer/src/drawer.vue.d.ts +7 -7
  90. package/lib/components/new-modal/index.d.ts +2 -2
  91. package/lib/components/new-modal/src/modal.vue.d.ts +2 -2
  92. package/lib/components/rich-text-editor/index.d.ts +1 -1
  93. package/lib/components/rich-text-editor/src/rich-text-editor.vue.d.ts +1 -1
  94. package/lib/components/select/index.d.ts +4 -4
  95. package/lib/components/select/src/select.vue.d.ts +4 -4
  96. package/lib/components/select-group/index.d.ts +2 -2
  97. package/lib/components/select-group/src/select-group.d.ts +1 -1
  98. package/lib/components/select-group/src/select-group.vue.d.ts +2 -2
  99. package/lib/components/table/index.d.ts +6 -6
  100. package/lib/components/table/src/components/main-table.vue.d.ts +2 -2
  101. package/lib/components/table/src/config/table.d.ts +2 -2
  102. package/lib/components/table/src/table.vue.d.ts +6 -6
  103. package/lib/components/textarea/index.d.ts +5 -5
  104. package/lib/components/textarea/src/textarea.vue.d.ts +5 -5
  105. package/lib/components/tooltip/index.d.ts +4 -4
  106. package/lib/components/tooltip/src/tooltip.d.ts +1 -1
  107. package/lib/components/tooltip/src/tooltip.vue.d.ts +4 -4
  108. package/lib/components/tree-search/index.d.ts +1 -1
  109. package/lib/components/tree-search/src/tree-search.vue.d.ts +1 -1
  110. package/lib/components/upload-drag/index.d.ts +2 -2
  111. package/lib/components/upload-drag/src/upload-drag.vue.d.ts +2 -2
  112. package/lib/utils/props/runtime.d.ts +2 -2
  113. package/package.json +1 -1
  114. package/theme-chalk/css/index.css +1 -1
  115. package/theme-chalk/css/table.css +1 -1
  116. package/types/packages/components/advanced-filtering/index.d.ts +288 -288
  117. package/types/packages/components/advanced-filtering/src/advanced-filtering.vue.d.ts +144 -144
  118. package/types/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +144 -144
  119. package/types/packages/components/breadcrumb-card/index.d.ts +1 -1
  120. package/types/packages/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +1 -1
  121. package/types/packages/components/cascader/index.d.ts +8 -8
  122. package/types/packages/components/cascader/src/cascader.vue.d.ts +8 -8
  123. package/types/packages/components/checkbox/index.d.ts +217 -217
  124. package/types/packages/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  125. package/types/packages/components/checkbox/src/checkbox.d.ts +56 -56
  126. package/types/packages/components/drawer/index.d.ts +5 -5
  127. package/types/packages/components/drawer/src/components/second-confirmation/index.d.ts +1 -1
  128. package/types/packages/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +1 -1
  129. package/types/packages/components/drawer/src/drawer.vue.d.ts +5 -5
  130. package/types/packages/components/easy-cron/index.d.ts +88 -88
  131. package/types/packages/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +88 -88
  132. package/types/packages/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +88 -88
  133. package/types/packages/components/easy-cron/src/easy-cron.vue.d.ts +88 -88
  134. package/types/packages/components/form/index.d.ts +144 -144
  135. package/types/packages/components/form/src/components/form-component.vue.d.ts +1 -1
  136. package/types/packages/components/form/src/config/form.d.ts +56 -56
  137. package/types/packages/components/form/src/form.vue.d.ts +143 -143
  138. package/types/packages/components/icon-picker/index.d.ts +1 -1
  139. package/types/packages/components/icon-picker/src/components/modal.vue.d.ts +1 -1
  140. package/types/packages/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
  141. package/types/packages/components/input/index.d.ts +33 -33
  142. package/types/packages/components/input/src/input.vue.d.ts +33 -33
  143. package/types/packages/components/key-value/src/components/key-value-item.vue.d.ts +230 -230
  144. package/types/packages/components/key-value/src/key-value.vue.d.ts +690 -690
  145. package/types/packages/components/modal/index.d.ts +1 -1
  146. package/types/packages/components/modal/src/modal.vue.d.ts +1 -1
  147. package/types/packages/components/new-drawer/index.d.ts +7 -7
  148. package/types/packages/components/new-drawer/src/drawer.vue.d.ts +7 -7
  149. package/types/packages/components/new-modal/index.d.ts +2 -2
  150. package/types/packages/components/new-modal/src/modal.vue.d.ts +2 -2
  151. package/types/packages/components/rich-text-editor/index.d.ts +1 -1
  152. package/types/packages/components/rich-text-editor/src/rich-text-editor.vue.d.ts +1 -1
  153. package/types/packages/components/select/index.d.ts +4 -4
  154. package/types/packages/components/select/src/select.vue.d.ts +4 -4
  155. package/types/packages/components/select-group/index.d.ts +2 -2
  156. package/types/packages/components/select-group/src/select-group.d.ts +1 -1
  157. package/types/packages/components/select-group/src/select-group.vue.d.ts +2 -2
  158. package/types/packages/components/table/index.d.ts +6 -6
  159. package/types/packages/components/table/src/components/main-table.vue.d.ts +2 -2
  160. package/types/packages/components/table/src/config/table.d.ts +2 -2
  161. package/types/packages/components/table/src/table.vue.d.ts +6 -6
  162. package/types/packages/components/textarea/index.d.ts +5 -5
  163. package/types/packages/components/textarea/src/textarea.vue.d.ts +5 -5
  164. package/types/packages/components/tooltip/index.d.ts +4 -4
  165. package/types/packages/components/tooltip/src/tooltip.d.ts +1 -1
  166. package/types/packages/components/tooltip/src/tooltip.vue.d.ts +4 -4
  167. package/types/packages/components/tree-search/index.d.ts +1 -1
  168. package/types/packages/components/tree-search/src/tree-search.vue.d.ts +1 -1
  169. package/types/packages/components/upload-drag/index.d.ts +2 -2
  170. package/types/packages/components/upload-drag/src/upload-drag.vue.d.ts +2 -2
  171. package/types/packages/utils/props/runtime.d.ts +2 -2
@@ -64,8 +64,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
64
64
  };
65
65
  autocomplete: StringConstructor;
66
66
  type: {
67
- 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">;
68
- default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
67
+ 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">;
68
+ default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
69
69
  };
70
70
  name: StringConstructor;
71
71
  size: {
@@ -152,8 +152,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
152
152
  };
153
153
  autocomplete: StringConstructor;
154
154
  type: {
155
- 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">;
156
- default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
155
+ 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">;
156
+ default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
157
157
  };
158
158
  name: StringConstructor;
159
159
  size: {
@@ -235,7 +235,7 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
235
235
  };
236
236
  }, "affixWrapperClassName" | "groupClassName" | "wrapperClassName" | "inputClassName">>>, {
237
237
  value: string | number;
238
- type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
238
+ type: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
239
239
  focused: boolean;
240
240
  hidden: boolean;
241
241
  disabled: boolean;
@@ -260,8 +260,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
260
260
  };
261
261
  autocomplete: StringConstructor;
262
262
  type: {
263
- 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">;
264
- default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
263
+ 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">;
264
+ default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
265
265
  };
266
266
  name: StringConstructor;
267
267
  size: {
@@ -343,7 +343,7 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
343
343
  };
344
344
  }, "affixWrapperClassName" | "groupClassName" | "wrapperClassName" | "inputClassName">>>, () => import("ant-design-vue/es/_util/type").VueNode, {}, {}, {}, {
345
345
  value: string | number;
346
- type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
346
+ type: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
347
347
  focused: boolean;
348
348
  hidden: boolean;
349
349
  disabled: boolean;
@@ -365,8 +365,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
365
365
  };
366
366
  autocomplete: StringConstructor;
367
367
  type: {
368
- 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">;
369
- default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
368
+ 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">;
369
+ default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
370
370
  };
371
371
  name: StringConstructor;
372
372
  size: {
@@ -448,7 +448,7 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
448
448
  };
449
449
  }, "affixWrapperClassName" | "groupClassName" | "wrapperClassName" | "inputClassName">>>, () => import("ant-design-vue/es/_util/type").VueNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
450
450
  value: string | number;
451
- type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
451
+ type: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
452
452
  focused: boolean;
453
453
  hidden: boolean;
454
454
  disabled: boolean;
@@ -485,7 +485,7 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
485
485
  inputPrefixCls: StringConstructor;
486
486
  enterButton: import("vue-types").VueTypeValidableDef<any>;
487
487
  onSearch: {
488
- type: import("vue").PropType<(value: string, event?: import("ant-design-vue/es/_util/EventInterface").ChangeEvent | MouseEvent | KeyboardEvent | undefined) => void>;
488
+ type: import("vue").PropType<(value: string, event?: MouseEvent | KeyboardEvent | import("ant-design-vue/es/_util/EventInterface").ChangeEvent | undefined) => void>;
489
489
  };
490
490
  size: {
491
491
  type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
@@ -496,8 +496,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
496
496
  };
497
497
  name: StringConstructor;
498
498
  type: {
499
- 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">;
500
- default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
499
+ 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">;
500
+ default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
501
501
  };
502
502
  onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
503
503
  onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
@@ -574,7 +574,7 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
574
574
  inputPrefixCls: StringConstructor;
575
575
  enterButton: import("vue-types").VueTypeValidableDef<any>;
576
576
  onSearch: {
577
- type: import("vue").PropType<(value: string, event?: import("ant-design-vue/es/_util/EventInterface").ChangeEvent | MouseEvent | KeyboardEvent | undefined) => void>;
577
+ type: import("vue").PropType<(value: string, event?: MouseEvent | KeyboardEvent | import("ant-design-vue/es/_util/EventInterface").ChangeEvent | undefined) => void>;
578
578
  };
579
579
  size: {
580
580
  type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
@@ -585,8 +585,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
585
585
  };
586
586
  name: StringConstructor;
587
587
  type: {
588
- 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">;
589
- default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
588
+ 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">;
589
+ default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
590
590
  };
591
591
  onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
592
592
  onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
@@ -661,7 +661,7 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
661
661
  };
662
662
  }>>, {
663
663
  value: string | number;
664
- type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
664
+ type: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
665
665
  focused: boolean;
666
666
  hidden: boolean;
667
667
  disabled: boolean;
@@ -705,8 +705,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
705
705
  };
706
706
  name: StringConstructor;
707
707
  type: {
708
- 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">;
709
- default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
708
+ 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">;
709
+ default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
710
710
  };
711
711
  onFocus: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
712
712
  onBlur: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
@@ -804,8 +804,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
804
804
  };
805
805
  name: StringConstructor;
806
806
  type: {
807
- 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">;
808
- default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
807
+ 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">;
808
+ default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
809
809
  };
810
810
  onFocus: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
811
811
  onBlur: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
@@ -873,7 +873,7 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
873
873
  };
874
874
  }>>, {
875
875
  value: string | number;
876
- type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
876
+ type: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
877
877
  focused: boolean;
878
878
  hidden: boolean;
879
879
  disabled: boolean;
@@ -913,8 +913,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
913
913
  };
914
914
  name: StringConstructor;
915
915
  type: {
916
- 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">;
917
- default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
916
+ 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">;
917
+ default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
918
918
  };
919
919
  onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
920
920
  onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
@@ -1012,8 +1012,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
1012
1012
  };
1013
1013
  name: StringConstructor;
1014
1014
  type: {
1015
- 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">;
1016
- default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1015
+ 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">;
1016
+ default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1017
1017
  };
1018
1018
  onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
1019
1019
  onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
@@ -1087,7 +1087,7 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
1087
1087
  };
1088
1088
  }>>, {
1089
1089
  value: string | number;
1090
- type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1090
+ type: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1091
1091
  focused: boolean;
1092
1092
  hidden: boolean;
1093
1093
  visible: boolean;
@@ -1128,8 +1128,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
1128
1128
  };
1129
1129
  name: StringConstructor;
1130
1130
  type: {
1131
- 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">;
1132
- default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1131
+ 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">;
1132
+ default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1133
1133
  };
1134
1134
  onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
1135
1135
  onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
@@ -1227,8 +1227,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
1227
1227
  };
1228
1228
  name: StringConstructor;
1229
1229
  type: {
1230
- 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">;
1231
- default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1230
+ 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">;
1231
+ default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1232
1232
  };
1233
1233
  onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
1234
1234
  onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
@@ -1302,7 +1302,7 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
1302
1302
  };
1303
1303
  }>>, {
1304
1304
  value: string | number;
1305
- type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1305
+ type: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1306
1306
  focused: boolean;
1307
1307
  hidden: boolean;
1308
1308
  visible: boolean;
@@ -63,8 +63,8 @@ declare const _default: import("vue").DefineComponent<{
63
63
  };
64
64
  autocomplete: StringConstructor;
65
65
  type: {
66
- 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">;
67
- default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
66
+ 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">;
67
+ default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
68
68
  };
69
69
  name: StringConstructor;
70
70
  size: {
@@ -151,8 +151,8 @@ declare const _default: import("vue").DefineComponent<{
151
151
  };
152
152
  autocomplete: StringConstructor;
153
153
  type: {
154
- 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">;
155
- default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
154
+ 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">;
155
+ default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
156
156
  };
157
157
  name: StringConstructor;
158
158
  size: {
@@ -234,7 +234,7 @@ declare const _default: import("vue").DefineComponent<{
234
234
  };
235
235
  }, "affixWrapperClassName" | "groupClassName" | "wrapperClassName" | "inputClassName">>>, {
236
236
  value: string | number;
237
- type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
237
+ type: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
238
238
  focused: boolean;
239
239
  hidden: boolean;
240
240
  disabled: boolean;
@@ -259,8 +259,8 @@ declare const _default: import("vue").DefineComponent<{
259
259
  };
260
260
  autocomplete: StringConstructor;
261
261
  type: {
262
- 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">;
263
- default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
262
+ 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">;
263
+ default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
264
264
  };
265
265
  name: StringConstructor;
266
266
  size: {
@@ -342,7 +342,7 @@ declare const _default: import("vue").DefineComponent<{
342
342
  };
343
343
  }, "affixWrapperClassName" | "groupClassName" | "wrapperClassName" | "inputClassName">>>, () => import("ant-design-vue/es/_util/type").VueNode, {}, {}, {}, {
344
344
  value: string | number;
345
- type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
345
+ type: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
346
346
  focused: boolean;
347
347
  hidden: boolean;
348
348
  disabled: boolean;
@@ -364,8 +364,8 @@ declare const _default: import("vue").DefineComponent<{
364
364
  };
365
365
  autocomplete: StringConstructor;
366
366
  type: {
367
- 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">;
368
- default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
367
+ 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">;
368
+ default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
369
369
  };
370
370
  name: StringConstructor;
371
371
  size: {
@@ -447,7 +447,7 @@ declare const _default: import("vue").DefineComponent<{
447
447
  };
448
448
  }, "affixWrapperClassName" | "groupClassName" | "wrapperClassName" | "inputClassName">>>, () => import("ant-design-vue/es/_util/type").VueNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
449
449
  value: string | number;
450
- type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
450
+ type: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
451
451
  focused: boolean;
452
452
  hidden: boolean;
453
453
  disabled: boolean;
@@ -484,7 +484,7 @@ declare const _default: import("vue").DefineComponent<{
484
484
  inputPrefixCls: StringConstructor;
485
485
  enterButton: import("vue-types").VueTypeValidableDef<any>;
486
486
  onSearch: {
487
- type: import("vue").PropType<(value: string, event?: import("ant-design-vue/es/_util/EventInterface").ChangeEvent | MouseEvent | KeyboardEvent | undefined) => void>;
487
+ type: import("vue").PropType<(value: string, event?: MouseEvent | KeyboardEvent | import("ant-design-vue/es/_util/EventInterface").ChangeEvent | undefined) => void>;
488
488
  };
489
489
  size: {
490
490
  type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
@@ -495,8 +495,8 @@ declare const _default: import("vue").DefineComponent<{
495
495
  };
496
496
  name: StringConstructor;
497
497
  type: {
498
- 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">;
499
- default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
498
+ 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">;
499
+ default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
500
500
  };
501
501
  onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
502
502
  onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
@@ -573,7 +573,7 @@ declare const _default: import("vue").DefineComponent<{
573
573
  inputPrefixCls: StringConstructor;
574
574
  enterButton: import("vue-types").VueTypeValidableDef<any>;
575
575
  onSearch: {
576
- type: import("vue").PropType<(value: string, event?: import("ant-design-vue/es/_util/EventInterface").ChangeEvent | MouseEvent | KeyboardEvent | undefined) => void>;
576
+ type: import("vue").PropType<(value: string, event?: MouseEvent | KeyboardEvent | import("ant-design-vue/es/_util/EventInterface").ChangeEvent | undefined) => void>;
577
577
  };
578
578
  size: {
579
579
  type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
@@ -584,8 +584,8 @@ declare const _default: import("vue").DefineComponent<{
584
584
  };
585
585
  name: StringConstructor;
586
586
  type: {
587
- 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">;
588
- default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
587
+ 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">;
588
+ default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
589
589
  };
590
590
  onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
591
591
  onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
@@ -660,7 +660,7 @@ declare const _default: import("vue").DefineComponent<{
660
660
  };
661
661
  }>>, {
662
662
  value: string | number;
663
- type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
663
+ type: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
664
664
  focused: boolean;
665
665
  hidden: boolean;
666
666
  disabled: boolean;
@@ -704,8 +704,8 @@ declare const _default: import("vue").DefineComponent<{
704
704
  };
705
705
  name: StringConstructor;
706
706
  type: {
707
- 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">;
708
- default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
707
+ 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">;
708
+ default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
709
709
  };
710
710
  onFocus: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
711
711
  onBlur: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
@@ -803,8 +803,8 @@ declare const _default: import("vue").DefineComponent<{
803
803
  };
804
804
  name: StringConstructor;
805
805
  type: {
806
- 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">;
807
- default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
806
+ 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">;
807
+ default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
808
808
  };
809
809
  onFocus: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
810
810
  onBlur: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
@@ -872,7 +872,7 @@ declare const _default: import("vue").DefineComponent<{
872
872
  };
873
873
  }>>, {
874
874
  value: string | number;
875
- type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
875
+ type: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
876
876
  focused: boolean;
877
877
  hidden: boolean;
878
878
  disabled: boolean;
@@ -912,8 +912,8 @@ declare const _default: import("vue").DefineComponent<{
912
912
  };
913
913
  name: StringConstructor;
914
914
  type: {
915
- 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">;
916
- default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
915
+ 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">;
916
+ default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
917
917
  };
918
918
  onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
919
919
  onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
@@ -1011,8 +1011,8 @@ declare const _default: import("vue").DefineComponent<{
1011
1011
  };
1012
1012
  name: StringConstructor;
1013
1013
  type: {
1014
- 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">;
1015
- default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1014
+ 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">;
1015
+ default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1016
1016
  };
1017
1017
  onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
1018
1018
  onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
@@ -1086,7 +1086,7 @@ declare const _default: import("vue").DefineComponent<{
1086
1086
  };
1087
1087
  }>>, {
1088
1088
  value: string | number;
1089
- type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1089
+ type: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1090
1090
  focused: boolean;
1091
1091
  hidden: boolean;
1092
1092
  visible: boolean;
@@ -1127,8 +1127,8 @@ declare const _default: import("vue").DefineComponent<{
1127
1127
  };
1128
1128
  name: StringConstructor;
1129
1129
  type: {
1130
- 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">;
1131
- default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1130
+ 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">;
1131
+ default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1132
1132
  };
1133
1133
  onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
1134
1134
  onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
@@ -1226,8 +1226,8 @@ declare const _default: import("vue").DefineComponent<{
1226
1226
  };
1227
1227
  name: StringConstructor;
1228
1228
  type: {
1229
- 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">;
1230
- default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1229
+ 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">;
1230
+ default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1231
1231
  };
1232
1232
  onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
1233
1233
  onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
@@ -1301,7 +1301,7 @@ declare const _default: import("vue").DefineComponent<{
1301
1301
  };
1302
1302
  }>>, {
1303
1303
  value: string | number;
1304
- type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1304
+ type: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1305
1305
  focused: boolean;
1306
1306
  hidden: boolean;
1307
1307
  visible: boolean;