ll-plus 2.9.20 → 2.9.22

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 (226) hide show
  1. package/es/components/advanced-filtering/index.d.ts +302 -302
  2. package/es/components/advanced-filtering/src/advanced-filtering.vue.d.ts +152 -152
  3. package/es/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +148 -148
  4. package/es/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +2 -2
  5. package/es/components/api-component/index.d.ts +16 -16
  6. package/es/components/api-component/src/api-component.vue.d.ts +16 -16
  7. package/es/components/api-component/src/components/api-modal.vue.d.ts +2 -2
  8. package/es/components/api-component/src/components/body-component.vue.d.ts +6 -6
  9. package/es/components/api-component/src/components/click-input.vue.d.ts +2 -2
  10. package/es/components/api-component/src/components/params-table-row.vue.d.ts +4 -4
  11. package/es/components/api-component/src/components/params-table.vue.d.ts +6 -6
  12. package/es/components/breadcrumb-card/index.d.ts +3 -3
  13. package/es/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +3 -3
  14. package/es/components/checkbox/index.d.ts +217 -217
  15. package/es/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  16. package/es/components/checkbox/src/checkbox.d.ts +56 -56
  17. package/es/components/code-editor/index.d.ts +2 -2
  18. package/es/components/code-editor/src/code-editor.vue.d.ts +2 -2
  19. package/es/components/cropper/index.d.ts +4 -4
  20. package/es/components/cropper/src/cropper-image.vue.d.ts +2 -2
  21. package/es/components/cropper/src/cropper-modal.vue.d.ts +2 -2
  22. package/es/components/drawer/index.d.ts +7 -7
  23. package/es/components/drawer/src/components/second-confirmation/index.d.ts +2 -2
  24. package/es/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +2 -2
  25. package/es/components/drawer/src/drawer.vue.d.ts +7 -7
  26. package/es/components/dropdown-button-simple/index.d.ts +11 -11
  27. package/es/components/dropdown-button-simple/src/dropdown-button-simple.d.ts +4 -4
  28. package/es/components/dropdown-button-simple/src/dropdown-button-simple.vue.d.ts +11 -11
  29. package/es/components/easy-cron/index.d.ts +77 -77
  30. package/es/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +77 -77
  31. package/es/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +77 -77
  32. package/es/components/easy-cron/src/easy-cron.vue.d.ts +77 -77
  33. package/es/components/form/index.d.ts +148 -148
  34. package/es/components/form/src/config/form.d.ts +56 -56
  35. package/es/components/form/src/form.vue.d.ts +148 -148
  36. package/es/components/icon-picker/index.d.ts +1 -1
  37. package/es/components/icon-picker/src/components/modal.vue.d.ts +1 -1
  38. package/es/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
  39. package/es/components/input/index.d.ts +31 -31
  40. package/es/components/input/src/input.vue.d.ts +31 -31
  41. package/es/components/key-value/src/components/key-value-item.vue.d.ts +240 -240
  42. package/es/components/key-value/src/key-value.vue.d.ts +720 -720
  43. package/es/components/modal/index.d.ts +2 -2
  44. package/es/components/modal/src/modal.vue.d.ts +2 -2
  45. package/es/components/new-drawer/index.d.ts +9 -9
  46. package/es/components/new-drawer/src/drawer.vue.d.ts +9 -9
  47. package/es/components/new-modal/index.d.ts +3 -3
  48. package/es/components/new-modal/src/modal.vue.d.ts +3 -3
  49. package/es/components/operate-icon/index.d.ts +6 -1
  50. package/es/components/operate-icon/src/operate-icon.d.ts +1 -0
  51. package/es/components/operate-icon/src/operate-icon.vue.d.ts +6 -1
  52. package/es/components/select/index.d.ts +11 -11
  53. package/es/components/select/src/select.vue.d.ts +11 -11
  54. package/es/components/select-group/index.d.ts +4 -4
  55. package/es/components/select-group/src/select-group.vue.d.ts +4 -4
  56. package/es/components/table/index.d.ts +6 -6
  57. package/es/components/table/src/components/main-table.vue.d.ts +2 -2
  58. package/es/components/table/src/config/table.d.ts +2 -2
  59. package/es/components/table/src/table.vue.d.ts +6 -6
  60. package/es/components/textarea/index.d.ts +5 -5
  61. package/es/components/textarea/src/textarea.vue.d.ts +5 -5
  62. package/es/components/tooltip/index.d.ts +6 -6
  63. package/es/components/tooltip/src/tooltip.d.ts +1 -1
  64. package/es/components/tooltip/src/tooltip.vue.d.ts +6 -6
  65. package/es/components/tree-search/index.d.ts +6 -6
  66. package/es/components/tree-search/src/config/tree-search.d.ts +2 -2
  67. package/es/components/tree-search/src/tree-search.vue.d.ts +6 -6
  68. package/es/components/upload-drag/index.d.ts +2 -2
  69. package/es/components/upload-drag/src/upload-drag.vue.d.ts +2 -2
  70. package/es/packages/components/operate-icon/src/operate-icon.mjs +4 -0
  71. package/es/packages/components/operate-icon/src/operate-icon.mjs.map +1 -1
  72. package/es/packages/components/operate-icon/src/operate-icon.vue2.mjs +7 -1
  73. package/es/packages/components/operate-icon/src/operate-icon.vue2.mjs.map +1 -1
  74. package/es/packages/components/operate-tree/src/operate-tree.vue2.mjs.map +1 -1
  75. package/index.full.js +11 -1
  76. package/index.full.min.js +18 -18
  77. package/index.full.min.js.map +1 -1
  78. package/index.full.min.mjs +20 -20
  79. package/index.full.min.mjs.map +1 -1
  80. package/index.full.mjs +11 -1
  81. package/lib/components/advanced-filtering/index.d.ts +302 -302
  82. package/lib/components/advanced-filtering/src/advanced-filtering.vue.d.ts +152 -152
  83. package/lib/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +148 -148
  84. package/lib/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +2 -2
  85. package/lib/components/api-component/index.d.ts +16 -16
  86. package/lib/components/api-component/src/api-component.vue.d.ts +16 -16
  87. package/lib/components/api-component/src/components/api-modal.vue.d.ts +2 -2
  88. package/lib/components/api-component/src/components/body-component.vue.d.ts +6 -6
  89. package/lib/components/api-component/src/components/click-input.vue.d.ts +2 -2
  90. package/lib/components/api-component/src/components/params-table-row.vue.d.ts +4 -4
  91. package/lib/components/api-component/src/components/params-table.vue.d.ts +6 -6
  92. package/lib/components/breadcrumb-card/index.d.ts +3 -3
  93. package/lib/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +3 -3
  94. package/lib/components/checkbox/index.d.ts +217 -217
  95. package/lib/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  96. package/lib/components/checkbox/src/checkbox.d.ts +56 -56
  97. package/lib/components/code-editor/index.d.ts +2 -2
  98. package/lib/components/code-editor/src/code-editor.vue.d.ts +2 -2
  99. package/lib/components/cropper/index.d.ts +4 -4
  100. package/lib/components/cropper/src/cropper-image.vue.d.ts +2 -2
  101. package/lib/components/cropper/src/cropper-modal.vue.d.ts +2 -2
  102. package/lib/components/drawer/index.d.ts +7 -7
  103. package/lib/components/drawer/src/components/second-confirmation/index.d.ts +2 -2
  104. package/lib/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +2 -2
  105. package/lib/components/drawer/src/drawer.vue.d.ts +7 -7
  106. package/lib/components/dropdown-button-simple/index.d.ts +11 -11
  107. package/lib/components/dropdown-button-simple/src/dropdown-button-simple.d.ts +4 -4
  108. package/lib/components/dropdown-button-simple/src/dropdown-button-simple.vue.d.ts +11 -11
  109. package/lib/components/easy-cron/index.d.ts +77 -77
  110. package/lib/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +77 -77
  111. package/lib/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +77 -77
  112. package/lib/components/easy-cron/src/easy-cron.vue.d.ts +77 -77
  113. package/lib/components/form/index.d.ts +148 -148
  114. package/lib/components/form/src/config/form.d.ts +56 -56
  115. package/lib/components/form/src/form.vue.d.ts +148 -148
  116. package/lib/components/icon-picker/index.d.ts +1 -1
  117. package/lib/components/icon-picker/src/components/modal.vue.d.ts +1 -1
  118. package/lib/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
  119. package/lib/components/input/index.d.ts +31 -31
  120. package/lib/components/input/src/input.vue.d.ts +31 -31
  121. package/lib/components/key-value/src/components/key-value-item.vue.d.ts +240 -240
  122. package/lib/components/key-value/src/key-value.vue.d.ts +720 -720
  123. package/lib/components/modal/index.d.ts +2 -2
  124. package/lib/components/modal/src/modal.vue.d.ts +2 -2
  125. package/lib/components/new-drawer/index.d.ts +9 -9
  126. package/lib/components/new-drawer/src/drawer.vue.d.ts +9 -9
  127. package/lib/components/new-modal/index.d.ts +3 -3
  128. package/lib/components/new-modal/src/modal.vue.d.ts +3 -3
  129. package/lib/components/operate-icon/index.d.ts +6 -1
  130. package/lib/components/operate-icon/src/operate-icon.d.ts +1 -0
  131. package/lib/components/operate-icon/src/operate-icon.vue.d.ts +6 -1
  132. package/lib/components/select/index.d.ts +11 -11
  133. package/lib/components/select/src/select.vue.d.ts +11 -11
  134. package/lib/components/select-group/index.d.ts +4 -4
  135. package/lib/components/select-group/src/select-group.vue.d.ts +4 -4
  136. package/lib/components/table/index.d.ts +6 -6
  137. package/lib/components/table/src/components/main-table.vue.d.ts +2 -2
  138. package/lib/components/table/src/config/table.d.ts +2 -2
  139. package/lib/components/table/src/table.vue.d.ts +6 -6
  140. package/lib/components/textarea/index.d.ts +5 -5
  141. package/lib/components/textarea/src/textarea.vue.d.ts +5 -5
  142. package/lib/components/tooltip/index.d.ts +6 -6
  143. package/lib/components/tooltip/src/tooltip.d.ts +1 -1
  144. package/lib/components/tooltip/src/tooltip.vue.d.ts +6 -6
  145. package/lib/components/tree-search/index.d.ts +6 -6
  146. package/lib/components/tree-search/src/config/tree-search.d.ts +2 -2
  147. package/lib/components/tree-search/src/tree-search.vue.d.ts +6 -6
  148. package/lib/components/upload-drag/index.d.ts +2 -2
  149. package/lib/components/upload-drag/src/upload-drag.vue.d.ts +2 -2
  150. package/lib/packages/components/operate-icon/src/operate-icon.js +4 -0
  151. package/lib/packages/components/operate-icon/src/operate-icon.js.map +1 -1
  152. package/lib/packages/components/operate-icon/src/operate-icon.vue2.js +7 -1
  153. package/lib/packages/components/operate-icon/src/operate-icon.vue2.js.map +1 -1
  154. package/lib/packages/components/operate-tree/src/operate-tree.vue2.js.map +1 -1
  155. package/package.json +4 -4
  156. package/theme-chalk/css/index.css +1 -1
  157. package/theme-chalk/css/operate-tree.css +1 -1
  158. package/types/packages/components/advanced-filtering/index.d.ts +302 -302
  159. package/types/packages/components/advanced-filtering/src/advanced-filtering.vue.d.ts +152 -152
  160. package/types/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +148 -148
  161. package/types/packages/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +2 -2
  162. package/types/packages/components/api-component/index.d.ts +16 -16
  163. package/types/packages/components/api-component/src/api-component.vue.d.ts +16 -16
  164. package/types/packages/components/api-component/src/components/api-modal.vue.d.ts +2 -2
  165. package/types/packages/components/api-component/src/components/body-component.vue.d.ts +6 -6
  166. package/types/packages/components/api-component/src/components/click-input.vue.d.ts +2 -2
  167. package/types/packages/components/api-component/src/components/params-table-row.vue.d.ts +4 -4
  168. package/types/packages/components/api-component/src/components/params-table.vue.d.ts +6 -6
  169. package/types/packages/components/breadcrumb-card/index.d.ts +3 -3
  170. package/types/packages/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +3 -3
  171. package/types/packages/components/checkbox/index.d.ts +217 -217
  172. package/types/packages/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  173. package/types/packages/components/checkbox/src/checkbox.d.ts +56 -56
  174. package/types/packages/components/code-editor/index.d.ts +2 -2
  175. package/types/packages/components/code-editor/src/code-editor.vue.d.ts +2 -2
  176. package/types/packages/components/cropper/index.d.ts +4 -4
  177. package/types/packages/components/cropper/src/cropper-image.vue.d.ts +2 -2
  178. package/types/packages/components/cropper/src/cropper-modal.vue.d.ts +2 -2
  179. package/types/packages/components/drawer/index.d.ts +7 -7
  180. package/types/packages/components/drawer/src/components/second-confirmation/index.d.ts +2 -2
  181. package/types/packages/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +2 -2
  182. package/types/packages/components/drawer/src/drawer.vue.d.ts +7 -7
  183. package/types/packages/components/dropdown-button-simple/index.d.ts +11 -11
  184. package/types/packages/components/dropdown-button-simple/src/dropdown-button-simple.d.ts +4 -4
  185. package/types/packages/components/dropdown-button-simple/src/dropdown-button-simple.vue.d.ts +11 -11
  186. package/types/packages/components/easy-cron/index.d.ts +77 -77
  187. package/types/packages/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +77 -77
  188. package/types/packages/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +77 -77
  189. package/types/packages/components/easy-cron/src/easy-cron.vue.d.ts +77 -77
  190. package/types/packages/components/form/index.d.ts +148 -148
  191. package/types/packages/components/form/src/config/form.d.ts +56 -56
  192. package/types/packages/components/form/src/form.vue.d.ts +148 -148
  193. package/types/packages/components/icon-picker/index.d.ts +1 -1
  194. package/types/packages/components/icon-picker/src/components/modal.vue.d.ts +1 -1
  195. package/types/packages/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
  196. package/types/packages/components/input/index.d.ts +31 -31
  197. package/types/packages/components/input/src/input.vue.d.ts +31 -31
  198. package/types/packages/components/key-value/src/components/key-value-item.vue.d.ts +240 -240
  199. package/types/packages/components/key-value/src/key-value.vue.d.ts +720 -720
  200. package/types/packages/components/modal/index.d.ts +2 -2
  201. package/types/packages/components/modal/src/modal.vue.d.ts +2 -2
  202. package/types/packages/components/new-drawer/index.d.ts +9 -9
  203. package/types/packages/components/new-drawer/src/drawer.vue.d.ts +9 -9
  204. package/types/packages/components/new-modal/index.d.ts +3 -3
  205. package/types/packages/components/new-modal/src/modal.vue.d.ts +3 -3
  206. package/types/packages/components/operate-icon/index.d.ts +6 -1
  207. package/types/packages/components/operate-icon/src/operate-icon.d.ts +1 -0
  208. package/types/packages/components/operate-icon/src/operate-icon.vue.d.ts +6 -1
  209. package/types/packages/components/select/index.d.ts +11 -11
  210. package/types/packages/components/select/src/select.vue.d.ts +11 -11
  211. package/types/packages/components/select-group/index.d.ts +4 -4
  212. package/types/packages/components/select-group/src/select-group.vue.d.ts +4 -4
  213. package/types/packages/components/table/index.d.ts +6 -6
  214. package/types/packages/components/table/src/components/main-table.vue.d.ts +2 -2
  215. package/types/packages/components/table/src/config/table.d.ts +2 -2
  216. package/types/packages/components/table/src/table.vue.d.ts +6 -6
  217. package/types/packages/components/textarea/index.d.ts +5 -5
  218. package/types/packages/components/textarea/src/textarea.vue.d.ts +5 -5
  219. package/types/packages/components/tooltip/index.d.ts +6 -6
  220. package/types/packages/components/tooltip/src/tooltip.d.ts +1 -1
  221. package/types/packages/components/tooltip/src/tooltip.vue.d.ts +6 -6
  222. package/types/packages/components/tree-search/index.d.ts +6 -6
  223. package/types/packages/components/tree-search/src/config/tree-search.d.ts +2 -2
  224. package/types/packages/components/tree-search/src/tree-search.vue.d.ts +6 -6
  225. package/types/packages/components/upload-drag/index.d.ts +2 -2
  226. package/types/packages/components/upload-drag/src/upload-drag.vue.d.ts +2 -2
@@ -69,8 +69,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
69
69
  };
70
70
  autocomplete: StringConstructor;
71
71
  type: {
72
- type: import("vue").PropType<"number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "url" | "date" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
73
- default: "number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "url" | "date" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
72
+ type: import("vue").PropType<"number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "date" | "url" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
73
+ default: "number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "date" | "url" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
74
74
  };
75
75
  name: StringConstructor;
76
76
  size: {
@@ -157,8 +157,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
157
157
  };
158
158
  autocomplete: StringConstructor;
159
159
  type: {
160
- type: import("vue").PropType<"number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "url" | "date" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
161
- default: "number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "url" | "date" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
160
+ type: import("vue").PropType<"number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "date" | "url" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
161
+ default: "number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "date" | "url" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
162
162
  };
163
163
  name: StringConstructor;
164
164
  size: {
@@ -240,7 +240,7 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
240
240
  };
241
241
  }, "affixWrapperClassName" | "groupClassName" | "wrapperClassName" | "inputClassName">>>, {
242
242
  value: string | number;
243
- type: "number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "url" | "date" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
243
+ type: "number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "date" | "url" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
244
244
  focused: boolean;
245
245
  hidden: boolean;
246
246
  disabled: boolean;
@@ -265,8 +265,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
265
265
  };
266
266
  autocomplete: StringConstructor;
267
267
  type: {
268
- type: import("vue").PropType<"number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "url" | "date" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
269
- default: "number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "url" | "date" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
268
+ type: import("vue").PropType<"number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "date" | "url" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
269
+ default: "number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "date" | "url" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
270
270
  };
271
271
  name: StringConstructor;
272
272
  size: {
@@ -348,7 +348,7 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
348
348
  };
349
349
  }, "affixWrapperClassName" | "groupClassName" | "wrapperClassName" | "inputClassName">>>, () => import("ant-design-vue/es/_util/type").VueNode, {}, {}, {}, {
350
350
  value: string | number;
351
- type: "number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "url" | "date" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
351
+ type: "number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "date" | "url" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
352
352
  focused: boolean;
353
353
  hidden: boolean;
354
354
  disabled: boolean;
@@ -370,8 +370,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
370
370
  };
371
371
  autocomplete: StringConstructor;
372
372
  type: {
373
- type: import("vue").PropType<"number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "url" | "date" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
374
- default: "number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "url" | "date" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
373
+ type: import("vue").PropType<"number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "date" | "url" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
374
+ default: "number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "date" | "url" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
375
375
  };
376
376
  name: StringConstructor;
377
377
  size: {
@@ -453,7 +453,7 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
453
453
  };
454
454
  }, "affixWrapperClassName" | "groupClassName" | "wrapperClassName" | "inputClassName">>>, () => import("ant-design-vue/es/_util/type").VueNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
455
455
  value: string | number;
456
- type: "number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "url" | "date" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
456
+ type: "number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "date" | "url" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
457
457
  focused: boolean;
458
458
  hidden: boolean;
459
459
  disabled: boolean;
@@ -501,8 +501,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
501
501
  };
502
502
  name: StringConstructor;
503
503
  type: {
504
- type: import("vue").PropType<"number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "url" | "date" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
505
- default: "number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "url" | "date" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
504
+ type: import("vue").PropType<"number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "date" | "url" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
505
+ default: "number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "date" | "url" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
506
506
  };
507
507
  onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
508
508
  onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
@@ -590,8 +590,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
590
590
  };
591
591
  name: StringConstructor;
592
592
  type: {
593
- type: import("vue").PropType<"number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "url" | "date" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
594
- default: "number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "url" | "date" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
593
+ type: import("vue").PropType<"number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "date" | "url" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
594
+ default: "number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "date" | "url" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
595
595
  };
596
596
  onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
597
597
  onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
@@ -666,7 +666,7 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
666
666
  };
667
667
  }>>, {
668
668
  value: string | number;
669
- type: "number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "url" | "date" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
669
+ type: "number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "date" | "url" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
670
670
  focused: boolean;
671
671
  hidden: boolean;
672
672
  disabled: boolean;
@@ -710,8 +710,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
710
710
  };
711
711
  name: StringConstructor;
712
712
  type: {
713
- type: import("vue").PropType<"number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "url" | "date" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
714
- default: "number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "url" | "date" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
713
+ type: import("vue").PropType<"number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "date" | "url" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
714
+ default: "number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "date" | "url" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
715
715
  };
716
716
  onFocus: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
717
717
  onBlur: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
@@ -809,8 +809,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
809
809
  };
810
810
  name: StringConstructor;
811
811
  type: {
812
- type: import("vue").PropType<"number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "url" | "date" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
813
- default: "number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "url" | "date" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
812
+ type: import("vue").PropType<"number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "date" | "url" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
813
+ default: "number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "date" | "url" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
814
814
  };
815
815
  onFocus: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
816
816
  onBlur: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
@@ -878,7 +878,7 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
878
878
  };
879
879
  }>>, {
880
880
  value: string | number;
881
- type: "number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "url" | "date" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
881
+ type: "number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "date" | "url" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
882
882
  focused: boolean;
883
883
  hidden: boolean;
884
884
  disabled: boolean;
@@ -918,8 +918,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
918
918
  };
919
919
  name: StringConstructor;
920
920
  type: {
921
- type: import("vue").PropType<"number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "url" | "date" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
922
- default: "number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "url" | "date" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
921
+ type: import("vue").PropType<"number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "date" | "url" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
922
+ default: "number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "date" | "url" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
923
923
  };
924
924
  onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
925
925
  onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
@@ -1017,8 +1017,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
1017
1017
  };
1018
1018
  name: StringConstructor;
1019
1019
  type: {
1020
- type: import("vue").PropType<"number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "url" | "date" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
1021
- default: "number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "url" | "date" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1020
+ type: import("vue").PropType<"number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "date" | "url" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
1021
+ default: "number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "date" | "url" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1022
1022
  };
1023
1023
  onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
1024
1024
  onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
@@ -1092,7 +1092,7 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
1092
1092
  };
1093
1093
  }>>, {
1094
1094
  value: string | number;
1095
- type: "number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "url" | "date" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1095
+ type: "number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "date" | "url" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1096
1096
  focused: boolean;
1097
1097
  hidden: boolean;
1098
1098
  visible: boolean;
@@ -1133,8 +1133,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
1133
1133
  };
1134
1134
  name: StringConstructor;
1135
1135
  type: {
1136
- type: import("vue").PropType<"number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "url" | "date" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
1137
- default: "number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "url" | "date" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1136
+ type: import("vue").PropType<"number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "date" | "url" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
1137
+ default: "number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "date" | "url" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1138
1138
  };
1139
1139
  onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
1140
1140
  onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
@@ -1232,8 +1232,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
1232
1232
  };
1233
1233
  name: StringConstructor;
1234
1234
  type: {
1235
- type: import("vue").PropType<"number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "url" | "date" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
1236
- default: "number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "url" | "date" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1235
+ type: import("vue").PropType<"number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "date" | "url" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
1236
+ default: "number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "date" | "url" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1237
1237
  };
1238
1238
  onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
1239
1239
  onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
@@ -1307,7 +1307,7 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
1307
1307
  };
1308
1308
  }>>, {
1309
1309
  value: string | number;
1310
- type: "number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "url" | "date" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1310
+ type: "number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "date" | "url" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1311
1311
  focused: boolean;
1312
1312
  hidden: boolean;
1313
1313
  visible: boolean;
@@ -68,8 +68,8 @@ declare const _default: import("vue").DefineComponent<{
68
68
  };
69
69
  autocomplete: StringConstructor;
70
70
  type: {
71
- type: import("vue").PropType<"number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "url" | "date" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
72
- default: "number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "url" | "date" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
71
+ type: import("vue").PropType<"number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "date" | "url" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
72
+ default: "number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "date" | "url" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
73
73
  };
74
74
  name: StringConstructor;
75
75
  size: {
@@ -156,8 +156,8 @@ declare const _default: import("vue").DefineComponent<{
156
156
  };
157
157
  autocomplete: StringConstructor;
158
158
  type: {
159
- type: import("vue").PropType<"number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "url" | "date" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
160
- default: "number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "url" | "date" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
159
+ type: import("vue").PropType<"number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "date" | "url" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
160
+ default: "number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "date" | "url" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
161
161
  };
162
162
  name: StringConstructor;
163
163
  size: {
@@ -239,7 +239,7 @@ declare const _default: import("vue").DefineComponent<{
239
239
  };
240
240
  }, "affixWrapperClassName" | "groupClassName" | "wrapperClassName" | "inputClassName">>>, {
241
241
  value: string | number;
242
- type: "number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "url" | "date" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
242
+ type: "number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "date" | "url" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
243
243
  focused: boolean;
244
244
  hidden: boolean;
245
245
  disabled: boolean;
@@ -264,8 +264,8 @@ declare const _default: import("vue").DefineComponent<{
264
264
  };
265
265
  autocomplete: StringConstructor;
266
266
  type: {
267
- type: import("vue").PropType<"number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "url" | "date" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
268
- default: "number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "url" | "date" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
267
+ type: import("vue").PropType<"number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "date" | "url" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
268
+ default: "number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "date" | "url" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
269
269
  };
270
270
  name: StringConstructor;
271
271
  size: {
@@ -347,7 +347,7 @@ declare const _default: import("vue").DefineComponent<{
347
347
  };
348
348
  }, "affixWrapperClassName" | "groupClassName" | "wrapperClassName" | "inputClassName">>>, () => import("ant-design-vue/es/_util/type").VueNode, {}, {}, {}, {
349
349
  value: string | number;
350
- type: "number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "url" | "date" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
350
+ type: "number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "date" | "url" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
351
351
  focused: boolean;
352
352
  hidden: boolean;
353
353
  disabled: boolean;
@@ -369,8 +369,8 @@ declare const _default: import("vue").DefineComponent<{
369
369
  };
370
370
  autocomplete: StringConstructor;
371
371
  type: {
372
- type: import("vue").PropType<"number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "url" | "date" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
373
- default: "number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "url" | "date" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
372
+ type: import("vue").PropType<"number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "date" | "url" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
373
+ default: "number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "date" | "url" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
374
374
  };
375
375
  name: StringConstructor;
376
376
  size: {
@@ -452,7 +452,7 @@ declare const _default: import("vue").DefineComponent<{
452
452
  };
453
453
  }, "affixWrapperClassName" | "groupClassName" | "wrapperClassName" | "inputClassName">>>, () => import("ant-design-vue/es/_util/type").VueNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
454
454
  value: string | number;
455
- type: "number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "url" | "date" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
455
+ type: "number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "date" | "url" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
456
456
  focused: boolean;
457
457
  hidden: boolean;
458
458
  disabled: boolean;
@@ -500,8 +500,8 @@ declare const _default: import("vue").DefineComponent<{
500
500
  };
501
501
  name: StringConstructor;
502
502
  type: {
503
- type: import("vue").PropType<"number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "url" | "date" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
504
- default: "number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "url" | "date" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
503
+ type: import("vue").PropType<"number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "date" | "url" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
504
+ default: "number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "date" | "url" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
505
505
  };
506
506
  onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
507
507
  onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
@@ -589,8 +589,8 @@ declare const _default: import("vue").DefineComponent<{
589
589
  };
590
590
  name: StringConstructor;
591
591
  type: {
592
- type: import("vue").PropType<"number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "url" | "date" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
593
- default: "number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "url" | "date" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
592
+ type: import("vue").PropType<"number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "date" | "url" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
593
+ default: "number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "date" | "url" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
594
594
  };
595
595
  onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
596
596
  onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
@@ -665,7 +665,7 @@ declare const _default: import("vue").DefineComponent<{
665
665
  };
666
666
  }>>, {
667
667
  value: string | number;
668
- type: "number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "url" | "date" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
668
+ type: "number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "date" | "url" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
669
669
  focused: boolean;
670
670
  hidden: boolean;
671
671
  disabled: boolean;
@@ -709,8 +709,8 @@ declare const _default: import("vue").DefineComponent<{
709
709
  };
710
710
  name: StringConstructor;
711
711
  type: {
712
- type: import("vue").PropType<"number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "url" | "date" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
713
- default: "number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "url" | "date" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
712
+ type: import("vue").PropType<"number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "date" | "url" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
713
+ default: "number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "date" | "url" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
714
714
  };
715
715
  onFocus: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
716
716
  onBlur: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
@@ -808,8 +808,8 @@ declare const _default: import("vue").DefineComponent<{
808
808
  };
809
809
  name: StringConstructor;
810
810
  type: {
811
- type: import("vue").PropType<"number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "url" | "date" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
812
- default: "number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "url" | "date" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
811
+ type: import("vue").PropType<"number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "date" | "url" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
812
+ default: "number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "date" | "url" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
813
813
  };
814
814
  onFocus: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
815
815
  onBlur: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
@@ -877,7 +877,7 @@ declare const _default: import("vue").DefineComponent<{
877
877
  };
878
878
  }>>, {
879
879
  value: string | number;
880
- type: "number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "url" | "date" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
880
+ type: "number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "date" | "url" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
881
881
  focused: boolean;
882
882
  hidden: boolean;
883
883
  disabled: boolean;
@@ -917,8 +917,8 @@ declare const _default: import("vue").DefineComponent<{
917
917
  };
918
918
  name: StringConstructor;
919
919
  type: {
920
- type: import("vue").PropType<"number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "url" | "date" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
921
- default: "number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "url" | "date" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
920
+ type: import("vue").PropType<"number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "date" | "url" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
921
+ default: "number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "date" | "url" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
922
922
  };
923
923
  onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
924
924
  onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
@@ -1016,8 +1016,8 @@ declare const _default: import("vue").DefineComponent<{
1016
1016
  };
1017
1017
  name: StringConstructor;
1018
1018
  type: {
1019
- type: import("vue").PropType<"number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "url" | "date" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
1020
- default: "number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "url" | "date" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1019
+ type: import("vue").PropType<"number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "date" | "url" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
1020
+ default: "number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "date" | "url" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1021
1021
  };
1022
1022
  onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
1023
1023
  onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
@@ -1091,7 +1091,7 @@ declare const _default: import("vue").DefineComponent<{
1091
1091
  };
1092
1092
  }>>, {
1093
1093
  value: string | number;
1094
- type: "number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "url" | "date" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1094
+ type: "number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "date" | "url" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1095
1095
  focused: boolean;
1096
1096
  hidden: boolean;
1097
1097
  visible: boolean;
@@ -1132,8 +1132,8 @@ declare const _default: import("vue").DefineComponent<{
1132
1132
  };
1133
1133
  name: StringConstructor;
1134
1134
  type: {
1135
- type: import("vue").PropType<"number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "url" | "date" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
1136
- default: "number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "url" | "date" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1135
+ type: import("vue").PropType<"number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "date" | "url" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
1136
+ default: "number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "date" | "url" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1137
1137
  };
1138
1138
  onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
1139
1139
  onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
@@ -1231,8 +1231,8 @@ declare const _default: import("vue").DefineComponent<{
1231
1231
  };
1232
1232
  name: StringConstructor;
1233
1233
  type: {
1234
- type: import("vue").PropType<"number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "url" | "date" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
1235
- default: "number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "url" | "date" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1234
+ type: import("vue").PropType<"number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "date" | "url" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
1235
+ default: "number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "date" | "url" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1236
1236
  };
1237
1237
  onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
1238
1238
  onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
@@ -1306,7 +1306,7 @@ declare const _default: import("vue").DefineComponent<{
1306
1306
  };
1307
1307
  }>>, {
1308
1308
  value: string | number;
1309
- type: "number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "url" | "date" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1309
+ type: "number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "date" | "url" | "email" | "week" | "text" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
1310
1310
  focused: boolean;
1311
1311
  hidden: boolean;
1312
1312
  visible: boolean;