@sdata/web-vue 4.5.1 → 4.5.3

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 (711) hide show
  1. package/es/_components/{icon-hover.vue.d.ts → icon-hover.vue.d.vue.ts} +1 -1
  2. package/es/_components/input-label/{input-label.vue.d.ts → input-label.vue.d.vue.ts} +12 -10
  3. package/es/_components/picker/{input-range.vue.d.ts → input-range.vue.d.vue.ts} +12 -12
  4. package/es/_components/picker/{input.vue.d.ts → input.vue.d.vue.ts} +7 -7
  5. package/es/_components/{resize-trigger.vue.d.ts → resize-trigger.vue.d.vue.ts} +2 -2
  6. package/es/_components/select-view/{select-view.vue.d.ts → select-view.vue.d.vue.ts} +15 -13
  7. package/es/_components/virtual-list/{virtual-list.vue.d.ts → virtual-list.vue.d.vue.ts} +45 -33
  8. package/es/_hooks/use-form-item.d.ts +1 -1
  9. package/es/_hooks/use-size.d.ts +1 -1
  10. package/es/_hooks/use-trigger.d.ts +1 -1
  11. package/es/_utils/color.d.ts +5 -5
  12. package/es/_utils/constant.d.ts +8 -8
  13. package/es/_utils/date.d.ts +8 -8
  14. package/es/_utils/debounce.d.ts +1 -1
  15. package/es/_utils/dom.d.ts +1 -1
  16. package/es/_utils/style.d.ts +1 -1
  17. package/es/_utils/throttle-by-raf.d.ts +1 -1
  18. package/es/_utils/vue-utils.d.ts +4 -4
  19. package/es/affix/{affix.vue.d.ts → affix.vue.d.vue.ts} +2 -1
  20. package/es/alert/{alert.vue.d.ts → alert.vue.d.vue.ts} +7 -7
  21. package/es/alert/index.d.ts +17 -17
  22. package/es/anchor/{anchor.vue.d.ts → anchor.vue.d.vue.ts} +5 -5
  23. package/es/anchor/index.d.ts +15 -15
  24. package/es/anchor/utils.d.ts +2 -2
  25. package/es/auto-complete/{auto-complete.vue.d.ts → auto-complete.vue.d.vue.ts} +134 -132
  26. package/es/auto-complete/index.d.ts +392 -392
  27. package/es/avatar/index.d.ts +29 -29
  28. package/es/back-top/index.d.ts +3 -3
  29. package/es/badge/{badge.vue.d.ts → badge.vue.d.vue.ts} +2 -2
  30. package/es/basic-crud-table/{basic-crud-modal.vue.d.ts → basic-crud-modal.vue.d.vue.ts} +98 -98
  31. package/es/basic-crud-table/basic-crud-table.vue.d.vue.ts +935 -0
  32. package/es/basic-crud-table/index.d.ts +1394 -1394
  33. package/es/border-beam/index.d.ts +3 -3
  34. package/es/breadcrumb/index.d.ts +6 -6
  35. package/es/button/{button.vue.d.ts → button.vue.d.vue.ts} +5 -5
  36. package/es/button/constants.d.ts +1 -1
  37. package/es/button/index.d.ts +39 -39
  38. package/es/calendar/components/{index.vue.d.ts → index.vue.d.vue.ts} +68 -68
  39. package/es/calendar/core/config.d.ts +52 -68
  40. package/es/calendar/core/events.d.ts +1 -1
  41. package/es/calendar/core/i18n.d.ts +1 -1
  42. package/es/calendar/core/index.d.ts +4 -4
  43. package/es/calendar/core/props-definitions.d.ts +178 -263
  44. package/es/calendar/core/view.d.ts +11 -5
  45. package/es/calendar/index.d.ts +141 -141
  46. package/es/calendar/modules/drag-and-drop.d.ts +1 -1
  47. package/es/calendar/utils/conversions.d.ts +3 -3
  48. package/es/calendar/utils/date.d.ts +44 -22
  49. package/es/calendar/utils/special-hours-allow-events.d.ts +16 -16
  50. package/es/card/{card-meta.vue.d.ts → card-meta.vue.d.vue.ts} +1 -1
  51. package/es/card/index.d.ts +18 -18
  52. package/es/carousel/{carousel.vue.d.ts → carousel.vue.d.vue.ts} +14 -11
  53. package/es/carousel/index.d.ts +24 -24
  54. package/es/cascader/{cascader-panel.vue.d.ts → cascader-panel.vue.d.vue.ts} +4 -4
  55. package/es/cascader/{cascader.vue.d.ts → cascader.vue.d.vue.ts} +29 -29
  56. package/es/cascader/hooks/use-selected-path.d.ts +1 -1
  57. package/es/checkbox/index.d.ts +15 -15
  58. package/es/clamp/index.d.ts +46 -46
  59. package/es/collapse/{collapse.vue.d.ts → collapse.vue.d.vue.ts} +4 -4
  60. package/es/collapse/index.d.ts +10 -10
  61. package/es/color-picker/{color-picker.vue.d.ts → color-picker.vue.d.vue.ts} +23 -23
  62. package/es/color-picker/{control-bar.vue.d.ts → control-bar.vue.d.vue.ts} +2 -2
  63. package/es/color-picker/index.d.ts +64 -64
  64. package/es/color-picker/utils.d.ts +8 -8
  65. package/es/comment/{comment.vue.d.ts → comment.vue.d.vue.ts} +8 -8
  66. package/es/comment/index.d.ts +15 -15
  67. package/es/config-provider/index.d.ts +57 -57
  68. package/es/cropper/index.d.ts +44 -44
  69. package/es/date-picker/hooks/use-format.d.ts +2 -2
  70. package/es/date-picker/hooks/use-is-disabled-date.d.ts +1 -1
  71. package/es/date-picker/index.d.ts +343 -343
  72. package/es/date-picker/panels/date/{index.vue.d.ts → index.vue.d.vue.ts} +12 -12
  73. package/es/date-picker/panels/{shortcuts.vue.d.ts → shortcuts.vue.d.vue.ts} +2 -2
  74. package/es/date-picker/{picker-panel.vue.d.ts → picker-panel.vue.d.vue.ts} +23 -23
  75. package/es/date-picker/{picker.vue.d.ts → picker.vue.d.vue.ts} +214 -214
  76. package/es/date-picker/{range-picker-panel.vue.d.ts → range-picker-panel.vue.d.vue.ts} +34 -34
  77. package/es/date-picker/{range-picker.vue.d.ts → range-picker.vue.d.vue.ts} +256 -256
  78. package/es/descriptions/{descriptions.vue.d.ts → descriptions.vue.d.vue.ts} +8 -8
  79. package/es/descriptions/index.d.ts +39 -39
  80. package/es/divider/index.d.ts +9 -9
  81. package/es/drawer/{drawer.vue.d.ts → drawer.vue.d.vue.ts} +23 -23
  82. package/es/drawer/index.d.ts +79 -78
  83. package/es/drawer/utils.d.ts +1 -1
  84. package/es/dropdown/{dropdown-button.vue.d.ts → dropdown-button.vue.d.vue.ts} +9 -9
  85. package/es/dropdown/{dropdown-option.vue.d.ts → dropdown-option.vue.d.vue.ts} +3 -3
  86. package/es/dropdown/{dropdown-submenu.vue.d.ts → dropdown-submenu.vue.d.vue.ts} +10 -10
  87. package/es/dropdown/{dropdown.vue.d.ts → dropdown.vue.d.vue.ts} +7 -7
  88. package/es/dropdown/index.d.ts +86 -86
  89. package/es/ellipsis/{ellipsis.vue.d.ts → ellipsis.vue.d.vue.ts} +3 -3
  90. package/es/ellipsis/index.d.ts +12 -12
  91. package/es/ellipsis/{performant-ellipsis.vue.d.ts → performant-ellipsis.vue.d.vue.ts} +3 -3
  92. package/es/file-previewer/index.d.ts +18 -102
  93. package/es/form/{form-item.vue.d.ts → form-item.vue.d.vue.ts} +11 -11
  94. package/es/form/{form.vue.d.ts → form.vue.d.vue.ts} +6 -6
  95. package/es/form/index.d.ts +41 -41
  96. package/es/form/interface.d.ts +2 -2
  97. package/es/form/utils.d.ts +1 -1
  98. package/es/grid/{grid-col.vue.d.ts → grid-col.vue.d.vue.ts} +2 -2
  99. package/es/grid/{grid-row.vue.d.ts → grid-row.vue.d.vue.ts} +8 -8
  100. package/es/grid/index.d.ts +24 -24
  101. package/es/icon/sd-vue-icon.d.ts +2 -1
  102. package/es/icon-component/{icon-font.vue.d.ts → icon-font.vue.d.vue.ts} +2 -2
  103. package/es/icon-component/{icon.vue.d.ts → icon.vue.d.vue.ts} +2 -2
  104. package/es/icon-component/index.d.ts +5 -4
  105. package/es/image/{image.vue.d.ts → image.vue.d.vue.ts} +11 -11
  106. package/es/image/{preview.vue.d.ts → preview.vue.d.vue.ts} +7 -5
  107. package/es/input/index.d.ts +407 -407
  108. package/es/input/{input-password.vue.d.ts → input-password.vue.d.vue.ts} +8 -6
  109. package/es/input/{input-search.vue.d.ts → input-search.vue.d.vue.ts} +118 -116
  110. package/es/input/{input.vue.d.ts → input.vue.d.vue.ts} +18 -16
  111. package/es/input-mask/index.d.ts +35 -35
  112. package/es/input-number/index.d.ts +388 -388
  113. package/es/input-number/{input-number.vue.d.ts → input-number.vue.d.vue.ts} +132 -130
  114. package/es/input-tag/index.d.ts +55 -55
  115. package/es/input-tag/{input-tag.vue.d.ts → input-tag.vue.d.vue.ts} +25 -23
  116. package/es/json-form/index.d.ts +33 -33
  117. package/es/json-form/{json-form.vue.d.ts → json-form.vue.d.vue.ts} +17 -10
  118. package/es/json-form/types.d.ts +28 -28
  119. package/es/kv-list/constants.d.ts +1 -1
  120. package/es/kv-list/index.d.ts +9 -283
  121. package/es/layout/index.d.ts +41 -41
  122. package/es/layout/{sider.vue.d.ts → sider.vue.d.vue.ts} +15 -15
  123. package/es/link/index.d.ts +18 -18
  124. package/es/link/{link.vue.d.ts → link.vue.d.vue.ts} +5 -5
  125. package/es/list/index.d.ts +663 -663
  126. package/es/list/{list.vue.d.ts → list.vue.d.vue.ts} +168 -167
  127. package/es/mention/index.d.ts +678 -678
  128. package/es/mention/{mention.vue.d.ts → mention.vue.d.vue.ts} +235 -233
  129. package/es/menu/{base-menu.vue.d.ts → base-menu.vue.d.vue.ts} +24 -24
  130. package/es/menu/hooks/use-menu-data-collector.d.ts +2 -2
  131. package/es/menu/{item.vue.d.ts → item.vue.d.vue.ts} +3 -2
  132. package/es/menu/{menu.vue.d.ts → menu.vue.d.vue.ts} +8 -8
  133. package/es/message/index.d.ts +2 -2
  134. package/es/message/interface.d.ts +1 -1
  135. package/es/message/{message.vue.d.ts → message.vue.d.vue.ts} +4 -4
  136. package/es/modal/index.d.ts +82 -80
  137. package/es/modal/{modal.vue.d.ts → modal.vue.d.vue.ts} +25 -25
  138. package/es/model-selector/index.d.ts +6 -6
  139. package/es/model-selector/model-selector-trigger-element.vue.d.vue.ts +7 -0
  140. package/es/model-selector/types.d.ts +1 -1
  141. package/es/notification/index.d.ts +2 -2
  142. package/es/notification/interface.d.ts +1 -1
  143. package/es/notification/{notification-list.vue.d.ts → notification-list.vue.d.vue.ts} +3 -3
  144. package/es/notification/{notification.vue.d.ts → notification.vue.d.vue.ts} +3 -3
  145. package/es/number-flow/index.d.ts +5 -5
  146. package/es/pagination/index.d.ts +14 -14
  147. package/es/pagination/interface.d.ts +1 -1
  148. package/es/popconfirm/index.d.ts +31 -31
  149. package/es/popconfirm/{popconfirm.vue.d.ts → popconfirm.vue.d.vue.ts} +6 -6
  150. package/es/popover/index.d.ts +26 -26
  151. package/es/popover/{popover.vue.d.ts → popover.vue.d.vue.ts} +5 -5
  152. package/es/progress/{circle.vue.d.ts → circle.vue.d.vue.ts} +3 -3
  153. package/es/progress/index.d.ts +15 -15
  154. package/es/progress/{line.vue.d.ts → line.vue.d.vue.ts} +9 -9
  155. package/es/progress/{progress.vue.d.ts → progress.vue.d.vue.ts} +5 -5
  156. package/es/qr-code/index.d.ts +39 -39
  157. package/es/qr-code/{qr-code.vue.d.ts → qr-code.vue.d.vue.ts} +12 -12
  158. package/es/radio/context.d.ts +1 -1
  159. package/es/radio/index.d.ts +33 -33
  160. package/es/rate/index.d.ts +23 -23
  161. package/es/rate/{rate.vue.d.ts → rate.vue.d.vue.ts} +9 -9
  162. package/es/resize-box/index.d.ts +23 -23
  163. package/es/resize-box/{resize-box.vue.d.ts → resize-box.vue.d.vue.ts} +11 -11
  164. package/es/result/index.d.ts +3 -3
  165. package/es/result/{result.vue.d.ts → result.vue.d.vue.ts} +1 -1
  166. package/es/result/utils.d.ts +1 -1
  167. package/es/rich-text-editor/index.d.ts +29 -29
  168. package/es/rich-text-editor/{rich-text-editor.vue.d.ts → rich-text-editor.vue.d.vue.ts} +49 -30
  169. package/es/scrollbar/index.d.ts +33 -33
  170. package/es/scrollbar/{scrollbar.vue.d.ts → scrollbar.vue.d.vue.ts} +19 -19
  171. package/es/select/hooks/use-options.d.ts +9 -9
  172. package/es/select/hooks/use-select.d.ts +11 -11
  173. package/es/select/index.d.ts +147 -147
  174. package/es/select/{select.vue.d.ts → select.vue.d.vue.ts} +49 -49
  175. package/es/select/utils.d.ts +4 -4
  176. package/es/sender/index.d.ts +14 -14
  177. package/es/sender/{sender-switch.vue.d.ts → sender-switch.vue.d.vue.ts} +2 -2
  178. package/es/skeleton/index.d.ts +4 -4
  179. package/es/skeleton/{shape.vue.d.ts → shape.vue.d.vue.ts} +3 -3
  180. package/es/slider/index.d.ts +21 -21
  181. package/es/slider/{slider-button.vue.d.ts → slider-button.vue.d.vue.ts} +5 -5
  182. package/es/space/index.d.ts +9 -9
  183. package/es/split/index.d.ts +34 -34
  184. package/es/split/{split.vue.d.ts → split.vue.d.vue.ts} +17 -17
  185. package/es/statistic/index.d.ts +15 -15
  186. package/es/steps/index.d.ts +20 -20
  187. package/es/steps/interface.d.ts +2 -2
  188. package/es/steps/{step.vue.d.ts → step.vue.d.vue.ts} +2 -2
  189. package/es/steps/{steps.vue.d.ts → steps.vue.d.vue.ts} +4 -4
  190. package/es/style/color/palette-dark.d.ts +4 -1
  191. package/es/style/color/palette.d.ts +4 -1
  192. package/es/switch/index.d.ts +29 -29
  193. package/es/switch/{switch.vue.d.ts → switch.vue.d.vue.ts} +15 -15
  194. package/es/table/hooks/use-drag.d.ts +1 -1
  195. package/es/table/hooks/use-expand.d.ts +3 -3
  196. package/es/table/hooks/use-row-selection.d.ts +4 -4
  197. package/es/table/hooks/use-sorter.d.ts +3 -3
  198. package/es/table/index.d.ts +181 -181
  199. package/es/table/interface.d.ts +1 -1
  200. package/es/table/{table-column.vue.d.ts → table-column.vue.d.vue.ts} +8 -8
  201. package/es/table/{table-td.vue.d.ts → table-td.vue.d.vue.ts} +5 -5
  202. package/es/table/{table.vue.d.ts → table.vue.d.vue.ts} +51 -51
  203. package/es/table/utils.d.ts +1 -1
  204. package/es/tabs/index.d.ts +58 -58
  205. package/es/tabs/{tabs-nav-ink.vue.d.ts → tabs-nav-ink.vue.d.vue.ts} +2 -1
  206. package/es/tabs/{tabs-nav.vue.d.ts → tabs-nav.vue.d.vue.ts} +3 -3
  207. package/es/tabs/{tabs.vue.d.ts → tabs.vue.d.vue.ts} +19 -19
  208. package/es/tabs/utils.d.ts +1 -1
  209. package/es/tag/index.d.ts +39 -39
  210. package/es/tag/interface.d.ts +1 -1
  211. package/es/tag/{tag.vue.d.ts → tag.vue.d.vue.ts} +14 -14
  212. package/es/tag-group/index.d.ts +3 -3
  213. package/es/tag-group/{tag-group.vue.d.ts → tag-group.vue.d.vue.ts} +1 -1
  214. package/es/textarea/index.d.ts +25 -25
  215. package/es/textarea/{textarea.vue.d.ts → textarea.vue.d.vue.ts} +10 -10
  216. package/es/theme-provider/index.d.ts +12 -12
  217. package/es/time-picker/hooks/use-time-state.d.ts +4 -4
  218. package/es/time-picker/index.d.ts +60 -60
  219. package/es/time-picker/{panel.vue.d.ts → panel.vue.d.vue.ts} +14 -14
  220. package/es/time-picker/{range-panel.vue.d.ts → range-panel.vue.d.vue.ts} +6 -6
  221. package/es/time-picker/{time-column.vue.d.ts → time-column.vue.d.vue.ts} +2 -2
  222. package/es/time-picker/{time-picker.vue.d.ts → time-picker.vue.d.vue.ts} +22 -22
  223. package/es/timeline/index.d.ts +9 -9
  224. package/es/toolbar/index.d.ts +5 -5
  225. package/es/tooltip/index.d.ts +14 -14
  226. package/es/tour/index.d.ts +23 -23
  227. package/es/transfer/index.d.ts +23 -23
  228. package/es/transfer/{transfer-list-item.vue.d.ts → transfer-list-item.vue.d.vue.ts} +4 -4
  229. package/es/transfer/{transfer-view.vue.d.ts → transfer-view.vue.d.vue.ts} +7 -5
  230. package/es/tree/hooks/use-draggable.d.ts +1 -1
  231. package/es/tree/hooks/use-tree-data.d.ts +40 -40
  232. package/es/tree/{node.vue.d.ts → node.vue.d.vue.ts} +2 -2
  233. package/es/tree/{tree.vue.d.ts → tree.vue.d.vue.ts} +93 -93
  234. package/es/tree-select/{panel.vue.d.ts → panel.vue.d.vue.ts} +4 -4
  235. package/es/tree-select/{tree-select.vue.d.ts → tree-select.vue.d.vue.ts} +52 -52
  236. package/es/trigger/index.d.ts +40 -40
  237. package/es/typography/{base.vue.d.ts → base.vue.d.vue.ts} +17 -17
  238. package/es/typography/index.d.ts +9 -9
  239. package/es/typography/{paragraph.vue.d.ts → paragraph.vue.d.vue.ts} +3 -3
  240. package/es/typography/{text.vue.d.ts → text.vue.d.vue.ts} +2 -2
  241. package/es/upload/index.d.ts +41 -41
  242. package/es/upload/{upload.vue.d.ts → upload.vue.d.vue.ts} +24 -20
  243. package/es/upload/utils.d.ts +1 -1
  244. package/es/verification-code/index.d.ts +20 -20
  245. package/es/verification-code/{verification-code.vue.d.ts → verification-code.vue.d.vue.ts} +7 -7
  246. package/es/watermark/hooks/use-theme.d.ts +2 -2
  247. package/es/watermark/index.d.ts +9 -9
  248. package/json/web-types.json +1 -1
  249. package/package.json +2 -2
  250. package/es/basic-crud-table/basic-crud-table.vue.d.ts +0 -935
  251. package/es/model-selector/model-selector-trigger-element.vue.d.ts +0 -7
  252. package/es/_components/auto-tooltip/{auto-tooltip.vue.d.ts → auto-tooltip.vue.d.vue.ts} +0 -0
  253. package/es/_components/{client-only.vue.d.ts → client-only.vue.d.vue.ts} +0 -0
  254. package/es/_components/{feedback-icon.vue.d.ts → feedback-icon.vue.d.vue.ts} +0 -0
  255. package/es/_components/{resize-observer.vue.d.ts → resize-observer.vue.d.vue.ts} +0 -0
  256. package/es/_components/transition/{expand-transition.vue.d.ts → expand-transition.vue.d.vue.ts} +0 -0
  257. package/es/anchor/{anchor-link.vue.d.ts → anchor-link.vue.d.vue.ts} +0 -0
  258. package/es/avatar/{avatar-group.vue.d.ts → avatar-group.vue.d.vue.ts} +0 -0
  259. package/es/avatar/{avatar.vue.d.ts → avatar.vue.d.vue.ts} +2 -2
  260. package/es/back-top/{back-top.vue.d.ts → back-top.vue.d.vue.ts} +1 -1
  261. package/es/bloom-menu/{bloom-menu.vue.d.ts → bloom-menu.vue.d.vue.ts} +2 -2
  262. package/es/border-beam/{border-beam.vue.d.ts → border-beam.vue.d.vue.ts} +1 -1
  263. package/es/breadcrumb/{breadcrumb-item.vue.d.ts → breadcrumb-item.vue.d.vue.ts} +0 -0
  264. package/es/breadcrumb/{breadcrumb.vue.d.ts → breadcrumb.vue.d.vue.ts} +0 -0
  265. package/es/button/{button-group.vue.d.ts → button-group.vue.d.vue.ts} +0 -0
  266. package/es/calendar/components/{body.vue.d.ts → body.vue.d.vue.ts} +19 -19
  267. package/es/calendar/components/{cell.vue.d.ts → cell.vue.d.vue.ts} +35 -35
  268. package/es/calendar/components/{event.vue.d.ts → event.vue.d.vue.ts} +4 -4
  269. package/es/calendar/components/{header.vue.d.ts → header.vue.d.vue.ts} +0 -0
  270. package/es/calendar/components/{headings-bar.vue.d.ts → headings-bar.vue.d.vue.ts} +0 -0
  271. package/es/calendar/components/{time-column.vue.d.ts → time-column.vue.d.vue.ts} +0 -0
  272. package/es/card/{card-actions.vue.d.ts → card-actions.vue.d.vue.ts} +0 -0
  273. package/es/card/{card-grid.vue.d.ts → card-grid.vue.d.vue.ts} +0 -0
  274. package/es/card/{card.vue.d.ts → card.vue.d.vue.ts} +3 -3
  275. package/es/carousel/{carousel-arrow.vue.d.ts → carousel-arrow.vue.d.vue.ts} +3 -3
  276. package/es/carousel/{carousel-indicator.vue.d.ts → carousel-indicator.vue.d.vue.ts} +2 -2
  277. package/es/carousel/{carousel-item.vue.d.ts → carousel-item.vue.d.vue.ts} +0 -0
  278. package/es/cascader/{base-cascader-panel.vue.d.ts → base-cascader-panel.vue.d.vue.ts} +1 -1
  279. package/es/cascader/{cascader-column.vue.d.ts → cascader-column.vue.d.vue.ts} +1 -1
  280. package/es/cascader/{cascader-option.vue.d.ts → cascader-option.vue.d.vue.ts} +1 -1
  281. package/es/cascader/{cascader-search-panel.vue.d.ts → cascader-search-panel.vue.d.vue.ts} +1 -1
  282. package/es/checkbox/{checkbox-group.vue.d.ts → checkbox-group.vue.d.vue.ts} +2 -2
  283. package/es/checkbox/{checkbox.vue.d.ts → checkbox.vue.d.vue.ts} +2 -2
  284. package/es/checkbox/{icon-check.vue.d.ts → icon-check.vue.d.vue.ts} +0 -0
  285. package/es/collapse/{collapse-item.vue.d.ts → collapse-item.vue.d.vue.ts} +0 -0
  286. package/es/color-picker/{gradient-thumb.vue.d.ts → gradient-thumb.vue.d.vue.ts} +0 -0
  287. package/es/color-picker/{palette.vue.d.ts → palette.vue.d.vue.ts} +0 -0
  288. package/es/color-picker/{panel.vue.d.ts → panel.vue.d.vue.ts} +3 -3
  289. package/es/config-provider/{config-provider.vue.d.ts → config-provider.vue.d.vue.ts} +5 -5
  290. package/es/config-provider/{theme-provider.vue.d.ts → theme-provider.vue.d.vue.ts} +1 -1
  291. package/es/copy/{copy.vue.d.ts → copy.vue.d.vue.ts} +0 -0
  292. package/es/cropper/{cropper.vue.d.ts → cropper.vue.d.vue.ts} +17 -17
  293. package/es/date-picker/panels/{body.vue.d.ts → body.vue.d.vue.ts} +0 -0
  294. package/es/date-picker/panels/{footer.vue.d.ts → footer.vue.d.vue.ts} +2 -2
  295. package/es/date-picker/panels/{header.vue.d.ts → header.vue.d.vue.ts} +0 -0
  296. package/es/date-picker/panels/month/{index.vue.d.ts → index.vue.d.vue.ts} +2 -2
  297. package/es/date-picker/panels/quarter/{index.vue.d.ts → index.vue.d.vue.ts} +2 -2
  298. package/es/date-picker/panels/week/{index.vue.d.ts → index.vue.d.vue.ts} +3 -3
  299. package/es/date-picker/panels/{week-list.vue.d.ts → week-list.vue.d.vue.ts} +0 -0
  300. package/es/date-picker/panels/year/{index.vue.d.ts → index.vue.d.vue.ts} +2 -2
  301. package/es/date-picker/pickers/{date-picker.vue.d.ts → date-picker.vue.d.vue.ts} +3 -3
  302. package/es/date-picker/pickers/{month-picker.vue.d.ts → month-picker.vue.d.vue.ts} +0 -0
  303. package/es/date-picker/pickers/{quarter-picker.vue.d.ts → quarter-picker.vue.d.vue.ts} +0 -0
  304. package/es/date-picker/pickers/{week-picker.vue.d.ts → week-picker.vue.d.vue.ts} +0 -0
  305. package/es/date-picker/pickers/{year-picker.vue.d.ts → year-picker.vue.d.vue.ts} +0 -0
  306. package/es/descriptions/{descriptions-item.vue.d.ts → descriptions-item.vue.d.vue.ts} +0 -0
  307. package/es/divider/{divider.vue.d.ts → divider.vue.d.vue.ts} +0 -0
  308. package/es/dropdown/{dropdown-group.vue.d.ts → dropdown-group.vue.d.vue.ts} +0 -0
  309. package/es/dropdown/{dropdown-panel.vue.d.ts → dropdown-panel.vue.d.vue.ts} +3 -3
  310. package/es/empty/{empty.vue.d.ts → empty.vue.d.vue.ts} +0 -0
  311. package/es/file-previewer/{file-previewer.vue.d.ts → file-previewer.vue.d.vue.ts} +4 -4
  312. package/es/form/{form-item-label.vue.d.ts → form-item-label.vue.d.vue.ts} +1 -1
  313. package/es/form/{form-item-message.vue.d.ts → form-item-message.vue.d.vue.ts} +0 -0
  314. package/es/grid/{grid-item.vue.d.ts → grid-item.vue.d.vue.ts} +0 -0
  315. package/es/grid/{grid.vue.d.ts → grid.vue.d.vue.ts} +1 -1
  316. package/es/icon/icon-align-center/{icon-align-center.vue.d.ts → icon-align-center.vue.d.vue.ts} +0 -0
  317. package/es/icon/icon-align-left/{icon-align-left.vue.d.ts → icon-align-left.vue.d.vue.ts} +0 -0
  318. package/es/icon/icon-align-right/{icon-align-right.vue.d.ts → icon-align-right.vue.d.vue.ts} +0 -0
  319. package/es/icon/icon-alipay-circle/{icon-alipay-circle.vue.d.ts → icon-alipay-circle.vue.d.vue.ts} +0 -0
  320. package/es/icon/icon-apps/{icon-apps.vue.d.ts → icon-apps.vue.d.vue.ts} +0 -0
  321. package/es/icon/icon-archive/{icon-archive.vue.d.ts → icon-archive.vue.d.vue.ts} +0 -0
  322. package/es/icon/icon-arrow-down/{icon-arrow-down.vue.d.ts → icon-arrow-down.vue.d.vue.ts} +0 -0
  323. package/es/icon/icon-arrow-fall/{icon-arrow-fall.vue.d.ts → icon-arrow-fall.vue.d.vue.ts} +0 -0
  324. package/es/icon/icon-arrow-left/{icon-arrow-left.vue.d.ts → icon-arrow-left.vue.d.vue.ts} +0 -0
  325. package/es/icon/icon-arrow-right/{icon-arrow-right.vue.d.ts → icon-arrow-right.vue.d.vue.ts} +0 -0
  326. package/es/icon/icon-arrow-rise/{icon-arrow-rise.vue.d.ts → icon-arrow-rise.vue.d.vue.ts} +0 -0
  327. package/es/icon/icon-arrow-up/{icon-arrow-up.vue.d.ts → icon-arrow-up.vue.d.vue.ts} +0 -0
  328. package/es/icon/icon-at/{icon-at.vue.d.ts → icon-at.vue.d.vue.ts} +0 -0
  329. package/es/icon/icon-attachment/{icon-attachment.vue.d.ts → icon-attachment.vue.d.vue.ts} +0 -0
  330. package/es/icon/icon-backward/{icon-backward.vue.d.ts → icon-backward.vue.d.vue.ts} +0 -0
  331. package/es/icon/icon-bar-chart/{icon-bar-chart.vue.d.ts → icon-bar-chart.vue.d.vue.ts} +0 -0
  332. package/es/icon/icon-bg-colors/{icon-bg-colors.vue.d.ts → icon-bg-colors.vue.d.vue.ts} +0 -0
  333. package/es/icon/icon-bold/{icon-bold.vue.d.ts → icon-bold.vue.d.vue.ts} +0 -0
  334. package/es/icon/icon-book/{icon-book.vue.d.ts → icon-book.vue.d.vue.ts} +0 -0
  335. package/es/icon/icon-bookmark/{icon-bookmark.vue.d.ts → icon-bookmark.vue.d.vue.ts} +0 -0
  336. package/es/icon/icon-branch/{icon-branch.vue.d.ts → icon-branch.vue.d.vue.ts} +0 -0
  337. package/es/icon/icon-brush/{icon-brush.vue.d.ts → icon-brush.vue.d.vue.ts} +0 -0
  338. package/es/icon/icon-bug/{icon-bug.vue.d.ts → icon-bug.vue.d.vue.ts} +0 -0
  339. package/es/icon/icon-bulb/{icon-bulb.vue.d.ts → icon-bulb.vue.d.vue.ts} +0 -0
  340. package/es/icon/icon-bytedance-color/{icon-bytedance-color.vue.d.ts → icon-bytedance-color.vue.d.vue.ts} +0 -0
  341. package/es/icon/icon-calendar/{icon-calendar.vue.d.ts → icon-calendar.vue.d.vue.ts} +0 -0
  342. package/es/icon/icon-calendar-clock/{icon-calendar-clock.vue.d.ts → icon-calendar-clock.vue.d.vue.ts} +0 -0
  343. package/es/icon/icon-camera/{icon-camera.vue.d.ts → icon-camera.vue.d.vue.ts} +0 -0
  344. package/es/icon/icon-caret-down/{icon-caret-down.vue.d.ts → icon-caret-down.vue.d.vue.ts} +0 -0
  345. package/es/icon/icon-caret-left/{icon-caret-left.vue.d.ts → icon-caret-left.vue.d.vue.ts} +0 -0
  346. package/es/icon/icon-caret-right/{icon-caret-right.vue.d.ts → icon-caret-right.vue.d.vue.ts} +0 -0
  347. package/es/icon/icon-caret-up/{icon-caret-up.vue.d.ts → icon-caret-up.vue.d.vue.ts} +0 -0
  348. package/es/icon/icon-check/{icon-check.vue.d.ts → icon-check.vue.d.vue.ts} +0 -0
  349. package/es/icon/icon-check-circle/{icon-check-circle.vue.d.ts → icon-check-circle.vue.d.vue.ts} +0 -0
  350. package/es/icon/icon-check-circle-fill/{icon-check-circle-fill.vue.d.ts → icon-check-circle-fill.vue.d.vue.ts} +0 -0
  351. package/es/icon/icon-check-square/{icon-check-square.vue.d.ts → icon-check-square.vue.d.vue.ts} +0 -0
  352. package/es/icon/icon-chinese-fill/{icon-chinese-fill.vue.d.ts → icon-chinese-fill.vue.d.vue.ts} +0 -0
  353. package/es/icon/icon-clock-circle/{icon-clock-circle.vue.d.ts → icon-clock-circle.vue.d.vue.ts} +0 -0
  354. package/es/icon/icon-close/{icon-close.vue.d.ts → icon-close.vue.d.vue.ts} +0 -0
  355. package/es/icon/icon-close-circle/{icon-close-circle.vue.d.ts → icon-close-circle.vue.d.vue.ts} +0 -0
  356. package/es/icon/icon-close-circle-fill/{icon-close-circle-fill.vue.d.ts → icon-close-circle-fill.vue.d.vue.ts} +0 -0
  357. package/es/icon/icon-cloud/{icon-cloud.vue.d.ts → icon-cloud.vue.d.vue.ts} +0 -0
  358. package/es/icon/icon-cloud-download/{icon-cloud-download.vue.d.ts → icon-cloud-download.vue.d.vue.ts} +0 -0
  359. package/es/icon/icon-code/{icon-code.vue.d.ts → icon-code.vue.d.vue.ts} +0 -0
  360. package/es/icon/icon-code-block/{icon-code-block.vue.d.ts → icon-code-block.vue.d.vue.ts} +0 -0
  361. package/es/icon/icon-code-sandbox/{icon-code-sandbox.vue.d.ts → icon-code-sandbox.vue.d.vue.ts} +0 -0
  362. package/es/icon/icon-code-square/{icon-code-square.vue.d.ts → icon-code-square.vue.d.vue.ts} +0 -0
  363. package/es/icon/icon-codepen/{icon-codepen.vue.d.ts → icon-codepen.vue.d.vue.ts} +0 -0
  364. package/es/icon/icon-command/{icon-command.vue.d.ts → icon-command.vue.d.vue.ts} +0 -0
  365. package/es/icon/icon-common/{icon-common.vue.d.ts → icon-common.vue.d.vue.ts} +0 -0
  366. package/es/icon/icon-compass/{icon-compass.vue.d.ts → icon-compass.vue.d.vue.ts} +0 -0
  367. package/es/icon/icon-computer/{icon-computer.vue.d.ts → icon-computer.vue.d.vue.ts} +0 -0
  368. package/es/icon/icon-copy/{icon-copy.vue.d.ts → icon-copy.vue.d.vue.ts} +0 -0
  369. package/es/icon/icon-copyright/{icon-copyright.vue.d.ts → icon-copyright.vue.d.vue.ts} +0 -0
  370. package/es/icon/icon-customer-service/{icon-customer-service.vue.d.ts → icon-customer-service.vue.d.vue.ts} +0 -0
  371. package/es/icon/icon-dashboard/{icon-dashboard.vue.d.ts → icon-dashboard.vue.d.vue.ts} +0 -0
  372. package/es/icon/icon-delete/{icon-delete.vue.d.ts → icon-delete.vue.d.vue.ts} +0 -0
  373. package/es/icon/icon-desktop/{icon-desktop.vue.d.ts → icon-desktop.vue.d.vue.ts} +0 -0
  374. package/es/icon/icon-dice/{icon-dice.vue.d.ts → icon-dice.vue.d.vue.ts} +0 -0
  375. package/es/icon/icon-double-down/{icon-double-down.vue.d.ts → icon-double-down.vue.d.vue.ts} +0 -0
  376. package/es/icon/icon-double-left/{icon-double-left.vue.d.ts → icon-double-left.vue.d.vue.ts} +0 -0
  377. package/es/icon/icon-double-right/{icon-double-right.vue.d.ts → icon-double-right.vue.d.vue.ts} +0 -0
  378. package/es/icon/icon-double-up/{icon-double-up.vue.d.ts → icon-double-up.vue.d.vue.ts} +0 -0
  379. package/es/icon/icon-down/{icon-down.vue.d.ts → icon-down.vue.d.vue.ts} +0 -0
  380. package/es/icon/icon-down-circle/{icon-down-circle.vue.d.ts → icon-down-circle.vue.d.vue.ts} +0 -0
  381. package/es/icon/icon-download/{icon-download.vue.d.ts → icon-download.vue.d.vue.ts} +0 -0
  382. package/es/icon/icon-drag-arrow/{icon-drag-arrow.vue.d.ts → icon-drag-arrow.vue.d.vue.ts} +0 -0
  383. package/es/icon/icon-drag-dot/{icon-drag-dot.vue.d.ts → icon-drag-dot.vue.d.vue.ts} +0 -0
  384. package/es/icon/icon-drag-dot-vertical/{icon-drag-dot-vertical.vue.d.ts → icon-drag-dot-vertical.vue.d.vue.ts} +0 -0
  385. package/es/icon/icon-drive-file/{icon-drive-file.vue.d.ts → icon-drive-file.vue.d.vue.ts} +0 -0
  386. package/es/icon/icon-ear/{icon-ear.vue.d.ts → icon-ear.vue.d.vue.ts} +0 -0
  387. package/es/icon/icon-edit/{icon-edit.vue.d.ts → icon-edit.vue.d.vue.ts} +0 -0
  388. package/es/icon/icon-email/{icon-email.vue.d.ts → icon-email.vue.d.vue.ts} +0 -0
  389. package/es/icon/icon-empty/{icon-empty.vue.d.ts → icon-empty.vue.d.vue.ts} +0 -0
  390. package/es/icon/icon-english-fill/{icon-english-fill.vue.d.ts → icon-english-fill.vue.d.vue.ts} +0 -0
  391. package/es/icon/icon-eraser/{icon-eraser.vue.d.ts → icon-eraser.vue.d.vue.ts} +0 -0
  392. package/es/icon/icon-exclamation/{icon-exclamation.vue.d.ts → icon-exclamation.vue.d.vue.ts} +0 -0
  393. package/es/icon/icon-exclamation-circle/{icon-exclamation-circle.vue.d.ts → icon-exclamation-circle.vue.d.vue.ts} +0 -0
  394. package/es/icon/icon-exclamation-circle-fill/{icon-exclamation-circle-fill.vue.d.ts → icon-exclamation-circle-fill.vue.d.vue.ts} +0 -0
  395. package/es/icon/icon-exclamation-polygon-fill/{icon-exclamation-polygon-fill.vue.d.ts → icon-exclamation-polygon-fill.vue.d.vue.ts} +0 -0
  396. package/es/icon/icon-expand/{icon-expand.vue.d.ts → icon-expand.vue.d.vue.ts} +0 -0
  397. package/es/icon/icon-experiment/{icon-experiment.vue.d.ts → icon-experiment.vue.d.vue.ts} +0 -0
  398. package/es/icon/icon-export/{icon-export.vue.d.ts → icon-export.vue.d.vue.ts} +0 -0
  399. package/es/icon/icon-eye/{icon-eye.vue.d.ts → icon-eye.vue.d.vue.ts} +0 -0
  400. package/es/icon/icon-eye-invisible/{icon-eye-invisible.vue.d.ts → icon-eye-invisible.vue.d.vue.ts} +0 -0
  401. package/es/icon/icon-face-frown-fill/{icon-face-frown-fill.vue.d.ts → icon-face-frown-fill.vue.d.vue.ts} +0 -0
  402. package/es/icon/icon-face-meh-fill/{icon-face-meh-fill.vue.d.ts → icon-face-meh-fill.vue.d.vue.ts} +0 -0
  403. package/es/icon/icon-face-smile-fill/{icon-face-smile-fill.vue.d.ts → icon-face-smile-fill.vue.d.vue.ts} +0 -0
  404. package/es/icon/icon-facebook/{icon-facebook.vue.d.ts → icon-facebook.vue.d.vue.ts} +0 -0
  405. package/es/icon/icon-facebook-circle-fill/{icon-facebook-circle-fill.vue.d.ts → icon-facebook-circle-fill.vue.d.vue.ts} +0 -0
  406. package/es/icon/icon-facebook-square-fill/{icon-facebook-square-fill.vue.d.ts → icon-facebook-square-fill.vue.d.vue.ts} +0 -0
  407. package/es/icon/icon-file/{icon-file.vue.d.ts → icon-file.vue.d.vue.ts} +0 -0
  408. package/es/icon/icon-file-audio/{icon-file-audio.vue.d.ts → icon-file-audio.vue.d.vue.ts} +0 -0
  409. package/es/icon/icon-file-image/{icon-file-image.vue.d.ts → icon-file-image.vue.d.vue.ts} +0 -0
  410. package/es/icon/icon-file-pdf/{icon-file-pdf.vue.d.ts → icon-file-pdf.vue.d.vue.ts} +0 -0
  411. package/es/icon/icon-file-video/{icon-file-video.vue.d.ts → icon-file-video.vue.d.vue.ts} +0 -0
  412. package/es/icon/icon-filter/{icon-filter.vue.d.ts → icon-filter.vue.d.vue.ts} +0 -0
  413. package/es/icon/icon-find-replace/{icon-find-replace.vue.d.ts → icon-find-replace.vue.d.vue.ts} +0 -0
  414. package/es/icon/icon-fire/{icon-fire.vue.d.ts → icon-fire.vue.d.vue.ts} +0 -0
  415. package/es/icon/icon-folder/{icon-folder.vue.d.ts → icon-folder.vue.d.vue.ts} +0 -0
  416. package/es/icon/icon-folder-add/{icon-folder-add.vue.d.ts → icon-folder-add.vue.d.vue.ts} +0 -0
  417. package/es/icon/icon-folder-delete/{icon-folder-delete.vue.d.ts → icon-folder-delete.vue.d.vue.ts} +0 -0
  418. package/es/icon/icon-font-colors/{icon-font-colors.vue.d.ts → icon-font-colors.vue.d.vue.ts} +0 -0
  419. package/es/icon/icon-formula/{icon-formula.vue.d.ts → icon-formula.vue.d.vue.ts} +0 -0
  420. package/es/icon/icon-forward/{icon-forward.vue.d.ts → icon-forward.vue.d.vue.ts} +0 -0
  421. package/es/icon/icon-fullscreen/{icon-fullscreen.vue.d.ts → icon-fullscreen.vue.d.vue.ts} +0 -0
  422. package/es/icon/icon-fullscreen-exit/{icon-fullscreen-exit.vue.d.ts → icon-fullscreen-exit.vue.d.vue.ts} +0 -0
  423. package/es/icon/icon-gift/{icon-gift.vue.d.ts → icon-gift.vue.d.vue.ts} +0 -0
  424. package/es/icon/icon-github/{icon-github.vue.d.ts → icon-github.vue.d.vue.ts} +0 -0
  425. package/es/icon/icon-gitlab/{icon-gitlab.vue.d.ts → icon-gitlab.vue.d.vue.ts} +0 -0
  426. package/es/icon/icon-google/{icon-google.vue.d.ts → icon-google.vue.d.vue.ts} +0 -0
  427. package/es/icon/icon-google-circle-fill/{icon-google-circle-fill.vue.d.ts → icon-google-circle-fill.vue.d.vue.ts} +0 -0
  428. package/es/icon/icon-h1/{icon-h1.vue.d.ts → icon-h1.vue.d.vue.ts} +0 -0
  429. package/es/icon/icon-h2/{icon-h2.vue.d.ts → icon-h2.vue.d.vue.ts} +0 -0
  430. package/es/icon/icon-h3/{icon-h3.vue.d.ts → icon-h3.vue.d.vue.ts} +0 -0
  431. package/es/icon/icon-h4/{icon-h4.vue.d.ts → icon-h4.vue.d.vue.ts} +0 -0
  432. package/es/icon/icon-h5/{icon-h5.vue.d.ts → icon-h5.vue.d.vue.ts} +0 -0
  433. package/es/icon/icon-h6/{icon-h6.vue.d.ts → icon-h6.vue.d.vue.ts} +0 -0
  434. package/es/icon/icon-h7/{icon-h7.vue.d.ts → icon-h7.vue.d.vue.ts} +0 -0
  435. package/es/icon/icon-heart/{icon-heart.vue.d.ts → icon-heart.vue.d.vue.ts} +0 -0
  436. package/es/icon/icon-heart-fill/{icon-heart-fill.vue.d.ts → icon-heart-fill.vue.d.vue.ts} +0 -0
  437. package/es/icon/icon-highlight/{icon-highlight.vue.d.ts → icon-highlight.vue.d.vue.ts} +0 -0
  438. package/es/icon/icon-history/{icon-history.vue.d.ts → icon-history.vue.d.vue.ts} +0 -0
  439. package/es/icon/icon-home/{icon-home.vue.d.ts → icon-home.vue.d.vue.ts} +0 -0
  440. package/es/icon/icon-idcard/{icon-idcard.vue.d.ts → icon-idcard.vue.d.vue.ts} +0 -0
  441. package/es/icon/icon-image/{icon-image.vue.d.ts → icon-image.vue.d.vue.ts} +0 -0
  442. package/es/icon/icon-image-close/{icon-image-close.vue.d.ts → icon-image-close.vue.d.vue.ts} +0 -0
  443. package/es/icon/icon-import/{icon-import.vue.d.ts → icon-import.vue.d.vue.ts} +0 -0
  444. package/es/icon/icon-info/{icon-info.vue.d.ts → icon-info.vue.d.vue.ts} +0 -0
  445. package/es/icon/icon-info-circle/{icon-info-circle.vue.d.ts → icon-info-circle.vue.d.vue.ts} +0 -0
  446. package/es/icon/icon-info-circle-fill/{icon-info-circle-fill.vue.d.ts → icon-info-circle-fill.vue.d.vue.ts} +0 -0
  447. package/es/icon/icon-interaction/{icon-interaction.vue.d.ts → icon-interaction.vue.d.vue.ts} +0 -0
  448. package/es/icon/icon-italic/{icon-italic.vue.d.ts → icon-italic.vue.d.vue.ts} +0 -0
  449. package/es/icon/icon-language/{icon-language.vue.d.ts → icon-language.vue.d.vue.ts} +0 -0
  450. package/es/icon/icon-lark-color/{icon-lark-color.vue.d.ts → icon-lark-color.vue.d.vue.ts} +0 -0
  451. package/es/icon/icon-launch/{icon-launch.vue.d.ts → icon-launch.vue.d.vue.ts} +0 -0
  452. package/es/icon/icon-layers/{icon-layers.vue.d.ts → icon-layers.vue.d.vue.ts} +0 -0
  453. package/es/icon/icon-layout/{icon-layout.vue.d.ts → icon-layout.vue.d.vue.ts} +0 -0
  454. package/es/icon/icon-left/{icon-left.vue.d.ts → icon-left.vue.d.vue.ts} +0 -0
  455. package/es/icon/icon-left-circle/{icon-left-circle.vue.d.ts → icon-left-circle.vue.d.vue.ts} +0 -0
  456. package/es/icon/icon-line-height/{icon-line-height.vue.d.ts → icon-line-height.vue.d.vue.ts} +0 -0
  457. package/es/icon/icon-link/{icon-link.vue.d.ts → icon-link.vue.d.vue.ts} +0 -0
  458. package/es/icon/icon-list/{icon-list.vue.d.ts → icon-list.vue.d.vue.ts} +0 -0
  459. package/es/icon/icon-live-broadcast/{icon-live-broadcast.vue.d.ts → icon-live-broadcast.vue.d.vue.ts} +0 -0
  460. package/es/icon/icon-loading/{icon-loading.vue.d.ts → icon-loading.vue.d.vue.ts} +0 -0
  461. package/es/icon/icon-location/{icon-location.vue.d.ts → icon-location.vue.d.vue.ts} +0 -0
  462. package/es/icon/icon-lock/{icon-lock.vue.d.ts → icon-lock.vue.d.vue.ts} +0 -0
  463. package/es/icon/icon-loop/{icon-loop.vue.d.ts → icon-loop.vue.d.vue.ts} +0 -0
  464. package/es/icon/icon-man/{icon-man.vue.d.ts → icon-man.vue.d.vue.ts} +0 -0
  465. package/es/icon/icon-menu/{icon-menu.vue.d.ts → icon-menu.vue.d.vue.ts} +0 -0
  466. package/es/icon/icon-menu-fold/{icon-menu-fold.vue.d.ts → icon-menu-fold.vue.d.vue.ts} +0 -0
  467. package/es/icon/icon-menu-unfold/{icon-menu-unfold.vue.d.ts → icon-menu-unfold.vue.d.vue.ts} +0 -0
  468. package/es/icon/icon-message/{icon-message.vue.d.ts → icon-message.vue.d.vue.ts} +0 -0
  469. package/es/icon/icon-message-banned/{icon-message-banned.vue.d.ts → icon-message-banned.vue.d.vue.ts} +0 -0
  470. package/es/icon/icon-mind-mapping/{icon-mind-mapping.vue.d.ts → icon-mind-mapping.vue.d.vue.ts} +0 -0
  471. package/es/icon/icon-minus/{icon-minus.vue.d.ts → icon-minus.vue.d.vue.ts} +0 -0
  472. package/es/icon/icon-minus-circle/{icon-minus-circle.vue.d.ts → icon-minus-circle.vue.d.vue.ts} +0 -0
  473. package/es/icon/icon-minus-circle-fill/{icon-minus-circle-fill.vue.d.ts → icon-minus-circle-fill.vue.d.vue.ts} +0 -0
  474. package/es/icon/icon-mobile/{icon-mobile.vue.d.ts → icon-mobile.vue.d.vue.ts} +0 -0
  475. package/es/icon/icon-moon/{icon-moon.vue.d.ts → icon-moon.vue.d.vue.ts} +0 -0
  476. package/es/icon/icon-moon-fill/{icon-moon-fill.vue.d.ts → icon-moon-fill.vue.d.vue.ts} +0 -0
  477. package/es/icon/icon-more/{icon-more.vue.d.ts → icon-more.vue.d.vue.ts} +0 -0
  478. package/es/icon/icon-more-vertical/{icon-more-vertical.vue.d.ts → icon-more-vertical.vue.d.vue.ts} +0 -0
  479. package/es/icon/icon-mosaic/{icon-mosaic.vue.d.ts → icon-mosaic.vue.d.vue.ts} +0 -0
  480. package/es/icon/icon-music/{icon-music.vue.d.ts → icon-music.vue.d.vue.ts} +0 -0
  481. package/es/icon/icon-mute/{icon-mute.vue.d.ts → icon-mute.vue.d.vue.ts} +0 -0
  482. package/es/icon/icon-mute-fill/{icon-mute-fill.vue.d.ts → icon-mute-fill.vue.d.vue.ts} +0 -0
  483. package/es/icon/icon-nav/{icon-nav.vue.d.ts → icon-nav.vue.d.vue.ts} +0 -0
  484. package/es/icon/icon-notification/{icon-notification.vue.d.ts → icon-notification.vue.d.vue.ts} +0 -0
  485. package/es/icon/icon-notification-close/{icon-notification-close.vue.d.ts → icon-notification-close.vue.d.vue.ts} +0 -0
  486. package/es/icon/icon-oblique-line/{icon-oblique-line.vue.d.ts → icon-oblique-line.vue.d.vue.ts} +0 -0
  487. package/es/icon/icon-ordered-list/{icon-ordered-list.vue.d.ts → icon-ordered-list.vue.d.vue.ts} +0 -0
  488. package/es/icon/icon-original-size/{icon-original-size.vue.d.ts → icon-original-size.vue.d.vue.ts} +0 -0
  489. package/es/icon/icon-palette/{icon-palette.vue.d.ts → icon-palette.vue.d.vue.ts} +0 -0
  490. package/es/icon/icon-paste/{icon-paste.vue.d.ts → icon-paste.vue.d.vue.ts} +0 -0
  491. package/es/icon/icon-pause/{icon-pause.vue.d.ts → icon-pause.vue.d.vue.ts} +0 -0
  492. package/es/icon/icon-pause-circle/{icon-pause-circle.vue.d.ts → icon-pause-circle.vue.d.vue.ts} +0 -0
  493. package/es/icon/icon-pause-circle-fill/{icon-pause-circle-fill.vue.d.ts → icon-pause-circle-fill.vue.d.vue.ts} +0 -0
  494. package/es/icon/icon-pen/{icon-pen.vue.d.ts → icon-pen.vue.d.vue.ts} +0 -0
  495. package/es/icon/icon-pen-fill/{icon-pen-fill.vue.d.ts → icon-pen-fill.vue.d.vue.ts} +0 -0
  496. package/es/icon/icon-phone/{icon-phone.vue.d.ts → icon-phone.vue.d.vue.ts} +0 -0
  497. package/es/icon/icon-play-arrow/{icon-play-arrow.vue.d.ts → icon-play-arrow.vue.d.vue.ts} +0 -0
  498. package/es/icon/icon-play-arrow-fill/{icon-play-arrow-fill.vue.d.ts → icon-play-arrow-fill.vue.d.vue.ts} +0 -0
  499. package/es/icon/icon-play-circle/{icon-play-circle.vue.d.ts → icon-play-circle.vue.d.vue.ts} +0 -0
  500. package/es/icon/icon-play-circle-fill/{icon-play-circle-fill.vue.d.ts → icon-play-circle-fill.vue.d.vue.ts} +0 -0
  501. package/es/icon/icon-plus/{icon-plus.vue.d.ts → icon-plus.vue.d.vue.ts} +0 -0
  502. package/es/icon/icon-plus-circle/{icon-plus-circle.vue.d.ts → icon-plus-circle.vue.d.vue.ts} +0 -0
  503. package/es/icon/icon-plus-circle-fill/{icon-plus-circle-fill.vue.d.ts → icon-plus-circle-fill.vue.d.vue.ts} +0 -0
  504. package/es/icon/icon-poweroff/{icon-poweroff.vue.d.ts → icon-poweroff.vue.d.vue.ts} +0 -0
  505. package/es/icon/icon-printer/{icon-printer.vue.d.ts → icon-printer.vue.d.vue.ts} +0 -0
  506. package/es/icon/icon-public/{icon-public.vue.d.ts → icon-public.vue.d.vue.ts} +0 -0
  507. package/es/icon/icon-pushpin/{icon-pushpin.vue.d.ts → icon-pushpin.vue.d.vue.ts} +0 -0
  508. package/es/icon/icon-qq/{icon-qq.vue.d.ts → icon-qq.vue.d.vue.ts} +0 -0
  509. package/es/icon/icon-qq-circle-fill/{icon-qq-circle-fill.vue.d.ts → icon-qq-circle-fill.vue.d.vue.ts} +0 -0
  510. package/es/icon/icon-qq-zone/{icon-qq-zone.vue.d.ts → icon-qq-zone.vue.d.vue.ts} +0 -0
  511. package/es/icon/icon-qrcode/{icon-qrcode.vue.d.ts → icon-qrcode.vue.d.vue.ts} +0 -0
  512. package/es/icon/icon-question/{icon-question.vue.d.ts → icon-question.vue.d.vue.ts} +0 -0
  513. package/es/icon/icon-question-circle/{icon-question-circle.vue.d.ts → icon-question-circle.vue.d.vue.ts} +0 -0
  514. package/es/icon/icon-question-circle-fill/{icon-question-circle-fill.vue.d.ts → icon-question-circle-fill.vue.d.vue.ts} +0 -0
  515. package/es/icon/icon-quote/{icon-quote.vue.d.ts → icon-quote.vue.d.vue.ts} +0 -0
  516. package/es/icon/icon-record/{icon-record.vue.d.ts → icon-record.vue.d.vue.ts} +0 -0
  517. package/es/icon/icon-record-stop/{icon-record-stop.vue.d.ts → icon-record-stop.vue.d.vue.ts} +0 -0
  518. package/es/icon/icon-redo/{icon-redo.vue.d.ts → icon-redo.vue.d.vue.ts} +0 -0
  519. package/es/icon/icon-refresh/{icon-refresh.vue.d.ts → icon-refresh.vue.d.vue.ts} +0 -0
  520. package/es/icon/icon-relation/{icon-relation.vue.d.ts → icon-relation.vue.d.vue.ts} +0 -0
  521. package/es/icon/icon-reply/{icon-reply.vue.d.ts → icon-reply.vue.d.vue.ts} +0 -0
  522. package/es/icon/icon-right/{icon-right.vue.d.ts → icon-right.vue.d.vue.ts} +0 -0
  523. package/es/icon/icon-right-circle/{icon-right-circle.vue.d.ts → icon-right-circle.vue.d.vue.ts} +0 -0
  524. package/es/icon/icon-robot/{icon-robot.vue.d.ts → icon-robot.vue.d.vue.ts} +0 -0
  525. package/es/icon/icon-robot-add/{icon-robot-add.vue.d.ts → icon-robot-add.vue.d.vue.ts} +0 -0
  526. package/es/icon/icon-rotate-left/{icon-rotate-left.vue.d.ts → icon-rotate-left.vue.d.vue.ts} +0 -0
  527. package/es/icon/icon-rotate-right/{icon-rotate-right.vue.d.ts → icon-rotate-right.vue.d.vue.ts} +0 -0
  528. package/es/icon/icon-safe/{icon-safe.vue.d.ts → icon-safe.vue.d.vue.ts} +0 -0
  529. package/es/icon/icon-save/{icon-save.vue.d.ts → icon-save.vue.d.vue.ts} +0 -0
  530. package/es/icon/icon-scan/{icon-scan.vue.d.ts → icon-scan.vue.d.vue.ts} +0 -0
  531. package/es/icon/icon-schedule/{icon-schedule.vue.d.ts → icon-schedule.vue.d.vue.ts} +0 -0
  532. package/es/icon/icon-scissor/{icon-scissor.vue.d.ts → icon-scissor.vue.d.vue.ts} +0 -0
  533. package/es/icon/icon-search/{icon-search.vue.d.ts → icon-search.vue.d.vue.ts} +0 -0
  534. package/es/icon/icon-select-all/{icon-select-all.vue.d.ts → icon-select-all.vue.d.vue.ts} +0 -0
  535. package/es/icon/icon-send/{icon-send.vue.d.ts → icon-send.vue.d.vue.ts} +0 -0
  536. package/es/icon/icon-settings/{icon-settings.vue.d.ts → icon-settings.vue.d.vue.ts} +0 -0
  537. package/es/icon/icon-shake/{icon-shake.vue.d.ts → icon-shake.vue.d.vue.ts} +0 -0
  538. package/es/icon/icon-share-alt/{icon-share-alt.vue.d.ts → icon-share-alt.vue.d.vue.ts} +0 -0
  539. package/es/icon/icon-share-external/{icon-share-external.vue.d.ts → icon-share-external.vue.d.vue.ts} +0 -0
  540. package/es/icon/icon-share-internal/{icon-share-internal.vue.d.ts → icon-share-internal.vue.d.vue.ts} +0 -0
  541. package/es/icon/icon-shrink/{icon-shrink.vue.d.ts → icon-shrink.vue.d.vue.ts} +0 -0
  542. package/es/icon/icon-skin/{icon-skin.vue.d.ts → icon-skin.vue.d.vue.ts} +0 -0
  543. package/es/icon/icon-skip-next/{icon-skip-next.vue.d.ts → icon-skip-next.vue.d.vue.ts} +0 -0
  544. package/es/icon/icon-skip-next-fill/{icon-skip-next-fill.vue.d.ts → icon-skip-next-fill.vue.d.vue.ts} +0 -0
  545. package/es/icon/icon-skip-previous/{icon-skip-previous.vue.d.ts → icon-skip-previous.vue.d.vue.ts} +0 -0
  546. package/es/icon/icon-skip-previous-fill/{icon-skip-previous-fill.vue.d.ts → icon-skip-previous-fill.vue.d.vue.ts} +0 -0
  547. package/es/icon/icon-sort/{icon-sort.vue.d.ts → icon-sort.vue.d.vue.ts} +0 -0
  548. package/es/icon/icon-sort-ascending/{icon-sort-ascending.vue.d.ts → icon-sort-ascending.vue.d.vue.ts} +0 -0
  549. package/es/icon/icon-sort-descending/{icon-sort-descending.vue.d.ts → icon-sort-descending.vue.d.vue.ts} +0 -0
  550. package/es/icon/icon-sound/{icon-sound.vue.d.ts → icon-sound.vue.d.vue.ts} +0 -0
  551. package/es/icon/icon-sound-fill/{icon-sound-fill.vue.d.ts → icon-sound-fill.vue.d.vue.ts} +0 -0
  552. package/es/icon/icon-stamp/{icon-stamp.vue.d.ts → icon-stamp.vue.d.vue.ts} +0 -0
  553. package/es/icon/icon-star/{icon-star.vue.d.ts → icon-star.vue.d.vue.ts} +0 -0
  554. package/es/icon/icon-star-fill/{icon-star-fill.vue.d.ts → icon-star-fill.vue.d.vue.ts} +0 -0
  555. package/es/icon/icon-stop/{icon-stop.vue.d.ts → icon-stop.vue.d.vue.ts} +0 -0
  556. package/es/icon/icon-storage/{icon-storage.vue.d.ts → icon-storage.vue.d.vue.ts} +0 -0
  557. package/es/icon/icon-strikethrough/{icon-strikethrough.vue.d.ts → icon-strikethrough.vue.d.vue.ts} +0 -0
  558. package/es/icon/icon-subscribe/{icon-subscribe.vue.d.ts → icon-subscribe.vue.d.vue.ts} +0 -0
  559. package/es/icon/icon-subscribe-add/{icon-subscribe-add.vue.d.ts → icon-subscribe-add.vue.d.vue.ts} +0 -0
  560. package/es/icon/icon-subscribed/{icon-subscribed.vue.d.ts → icon-subscribed.vue.d.vue.ts} +0 -0
  561. package/es/icon/icon-sun/{icon-sun.vue.d.ts → icon-sun.vue.d.vue.ts} +0 -0
  562. package/es/icon/icon-sun-fill/{icon-sun-fill.vue.d.ts → icon-sun-fill.vue.d.vue.ts} +0 -0
  563. package/es/icon/icon-swap/{icon-swap.vue.d.ts → icon-swap.vue.d.vue.ts} +0 -0
  564. package/es/icon/icon-sync/{icon-sync.vue.d.ts → icon-sync.vue.d.vue.ts} +0 -0
  565. package/es/icon/icon-tag/{icon-tag.vue.d.ts → icon-tag.vue.d.vue.ts} +0 -0
  566. package/es/icon/icon-tags/{icon-tags.vue.d.ts → icon-tags.vue.d.vue.ts} +0 -0
  567. package/es/icon/icon-thumb-down/{icon-thumb-down.vue.d.ts → icon-thumb-down.vue.d.vue.ts} +0 -0
  568. package/es/icon/icon-thumb-down-fill/{icon-thumb-down-fill.vue.d.ts → icon-thumb-down-fill.vue.d.vue.ts} +0 -0
  569. package/es/icon/icon-thumb-up/{icon-thumb-up.vue.d.ts → icon-thumb-up.vue.d.vue.ts} +0 -0
  570. package/es/icon/icon-thumb-up-fill/{icon-thumb-up-fill.vue.d.ts → icon-thumb-up-fill.vue.d.vue.ts} +0 -0
  571. package/es/icon/icon-thunderbolt/{icon-thunderbolt.vue.d.ts → icon-thunderbolt.vue.d.vue.ts} +0 -0
  572. package/es/icon/icon-tiktok-color/{icon-tiktok-color.vue.d.ts → icon-tiktok-color.vue.d.vue.ts} +0 -0
  573. package/es/icon/icon-to-bottom/{icon-to-bottom.vue.d.ts → icon-to-bottom.vue.d.vue.ts} +0 -0
  574. package/es/icon/icon-to-left/{icon-to-left.vue.d.ts → icon-to-left.vue.d.vue.ts} +0 -0
  575. package/es/icon/icon-to-right/{icon-to-right.vue.d.ts → icon-to-right.vue.d.vue.ts} +0 -0
  576. package/es/icon/icon-to-top/{icon-to-top.vue.d.ts → icon-to-top.vue.d.vue.ts} +0 -0
  577. package/es/icon/icon-tool/{icon-tool.vue.d.ts → icon-tool.vue.d.vue.ts} +0 -0
  578. package/es/icon/icon-translate/{icon-translate.vue.d.ts → icon-translate.vue.d.vue.ts} +0 -0
  579. package/es/icon/icon-trophy/{icon-trophy.vue.d.ts → icon-trophy.vue.d.vue.ts} +0 -0
  580. package/es/icon/icon-twitter/{icon-twitter.vue.d.ts → icon-twitter.vue.d.vue.ts} +0 -0
  581. package/es/icon/icon-twitter-circle-fill/{icon-twitter-circle-fill.vue.d.ts → icon-twitter-circle-fill.vue.d.vue.ts} +0 -0
  582. package/es/icon/icon-underline/{icon-underline.vue.d.ts → icon-underline.vue.d.vue.ts} +0 -0
  583. package/es/icon/icon-undo/{icon-undo.vue.d.ts → icon-undo.vue.d.vue.ts} +0 -0
  584. package/es/icon/icon-unlock/{icon-unlock.vue.d.ts → icon-unlock.vue.d.vue.ts} +0 -0
  585. package/es/icon/icon-unordered-list/{icon-unordered-list.vue.d.ts → icon-unordered-list.vue.d.vue.ts} +0 -0
  586. package/es/icon/icon-up/{icon-up.vue.d.ts → icon-up.vue.d.vue.ts} +0 -0
  587. package/es/icon/icon-up-circle/{icon-up-circle.vue.d.ts → icon-up-circle.vue.d.vue.ts} +0 -0
  588. package/es/icon/icon-upload/{icon-upload.vue.d.ts → icon-upload.vue.d.vue.ts} +0 -0
  589. package/es/icon/icon-user/{icon-user.vue.d.ts → icon-user.vue.d.vue.ts} +0 -0
  590. package/es/icon/icon-user-add/{icon-user-add.vue.d.ts → icon-user-add.vue.d.vue.ts} +0 -0
  591. package/es/icon/icon-user-group/{icon-user-group.vue.d.ts → icon-user-group.vue.d.vue.ts} +0 -0
  592. package/es/icon/icon-video-camera/{icon-video-camera.vue.d.ts → icon-video-camera.vue.d.vue.ts} +0 -0
  593. package/es/icon/icon-voice/{icon-voice.vue.d.ts → icon-voice.vue.d.vue.ts} +0 -0
  594. package/es/icon/icon-wechat/{icon-wechat.vue.d.ts → icon-wechat.vue.d.vue.ts} +0 -0
  595. package/es/icon/icon-wechatpay/{icon-wechatpay.vue.d.ts → icon-wechatpay.vue.d.vue.ts} +0 -0
  596. package/es/icon/icon-weibo/{icon-weibo.vue.d.ts → icon-weibo.vue.d.vue.ts} +0 -0
  597. package/es/icon/icon-weibo-circle-fill/{icon-weibo-circle-fill.vue.d.ts → icon-weibo-circle-fill.vue.d.vue.ts} +0 -0
  598. package/es/icon/icon-wifi/{icon-wifi.vue.d.ts → icon-wifi.vue.d.vue.ts} +0 -0
  599. package/es/icon/icon-woman/{icon-woman.vue.d.ts → icon-woman.vue.d.vue.ts} +0 -0
  600. package/es/icon/icon-xigua-color/{icon-xigua-color.vue.d.ts → icon-xigua-color.vue.d.vue.ts} +0 -0
  601. package/es/icon/icon-zoom-in/{icon-zoom-in.vue.d.ts → icon-zoom-in.vue.d.vue.ts} +0 -0
  602. package/es/icon/icon-zoom-out/{icon-zoom-out.vue.d.ts → icon-zoom-out.vue.d.vue.ts} +0 -0
  603. package/es/image/{image-footer.vue.d.ts → image-footer.vue.d.vue.ts} +0 -0
  604. package/es/image/{preview-action.vue.d.ts → preview-action.vue.d.vue.ts} +0 -0
  605. package/es/image/{preview-arrow.vue.d.ts → preview-arrow.vue.d.vue.ts} +0 -0
  606. package/es/image/{preview-group.vue.d.ts → preview-group.vue.d.vue.ts} +5 -5
  607. package/es/image/{preview-toolbar.vue.d.ts → preview-toolbar.vue.d.vue.ts} +0 -0
  608. package/es/input/{input-group.vue.d.ts → input-group.vue.d.vue.ts} +0 -0
  609. package/es/input-mask/{input-mask.vue.d.ts → input-mask.vue.d.vue.ts} +13 -13
  610. package/es/json-form/{json-form-component.vue.d.ts → json-form-component.vue.d.vue.ts} +0 -0
  611. package/es/json-form/{json-form-item.vue.d.ts → json-form-item.vue.d.vue.ts} +1 -1
  612. package/es/kv-list/{kv-list-row.vue.d.ts → kv-list-row.vue.d.vue.ts} +2 -2
  613. package/es/kv-list/{kv-list.vue.d.ts → kv-list.vue.d.vue.ts} +2 -2
  614. package/es/layout/{content.vue.d.ts → content.vue.d.vue.ts} +0 -0
  615. package/es/layout/{footer.vue.d.ts → footer.vue.d.vue.ts} +0 -0
  616. package/es/layout/{header.vue.d.ts → header.vue.d.vue.ts} +0 -0
  617. package/es/layout/{layout.vue.d.ts → layout.vue.d.vue.ts} +0 -0
  618. package/es/list/{list-item-meta.vue.d.ts → list-item-meta.vue.d.vue.ts} +0 -0
  619. package/es/list/{list-item.vue.d.ts → list-item.vue.d.vue.ts} +0 -0
  620. package/es/menu/{indent.vue.d.ts → indent.vue.d.vue.ts} +0 -0
  621. package/es/menu/{item-group.vue.d.ts → item-group.vue.d.vue.ts} +0 -0
  622. package/es/menu/{overflow-wrap.vue.d.ts → overflow-wrap.vue.d.vue.ts} +0 -0
  623. package/es/menu/{sub-menu-inline.vue.d.ts → sub-menu-inline.vue.d.vue.ts} +0 -0
  624. package/es/menu/{sub-menu-pop.vue.d.ts → sub-menu-pop.vue.d.vue.ts} +1 -1
  625. package/es/menu/{sub-menu.vue.d.ts → sub-menu.vue.d.vue.ts} +2 -2
  626. package/es/message/{message-list.vue.d.ts → message-list.vue.d.vue.ts} +3 -3
  627. package/es/model-selector/{model-selector-content.vue.d.ts → model-selector-content.vue.d.vue.ts} +0 -0
  628. package/es/model-selector/{model-selector-dialog.vue.d.ts → model-selector-dialog.vue.d.vue.ts} +0 -0
  629. package/es/model-selector/{model-selector-empty.vue.d.ts → model-selector-empty.vue.d.vue.ts} +0 -0
  630. package/es/model-selector/{model-selector-group.vue.d.ts → model-selector-group.vue.d.vue.ts} +0 -0
  631. package/es/model-selector/{model-selector-input.vue.d.ts → model-selector-input.vue.d.vue.ts} +0 -0
  632. package/es/model-selector/{model-selector-item.vue.d.ts → model-selector-item.vue.d.vue.ts} +2 -2
  633. package/es/model-selector/{model-selector-list.vue.d.ts → model-selector-list.vue.d.vue.ts} +0 -0
  634. package/es/model-selector/{model-selector-logo-group.vue.d.ts → model-selector-logo-group.vue.d.vue.ts} +0 -0
  635. package/es/model-selector/{model-selector-logo.vue.d.ts → model-selector-logo.vue.d.vue.ts} +0 -0
  636. package/es/model-selector/{model-selector-name.vue.d.ts → model-selector-name.vue.d.vue.ts} +0 -0
  637. package/es/model-selector/{model-selector-separator.vue.d.ts → model-selector-separator.vue.d.vue.ts} +0 -0
  638. package/es/model-selector/{model-selector-shortcut.vue.d.ts → model-selector-shortcut.vue.d.vue.ts} +0 -0
  639. package/es/model-selector/{model-selector-trigger.vue.d.ts → model-selector-trigger.vue.d.vue.ts} +0 -0
  640. package/es/model-selector/{model-selector.vue.d.ts → model-selector.vue.d.vue.ts} +0 -0
  641. package/es/number-flow/{number-flow-group.vue.d.ts → number-flow-group.vue.d.vue.ts} +0 -0
  642. package/es/number-flow/{number-flow.vue.d.ts → number-flow.vue.d.vue.ts} +2 -2
  643. package/es/page-header/{page-header.vue.d.ts → page-header.vue.d.vue.ts} +0 -0
  644. package/es/pagination/{page-item-ellipsis.vue.d.ts → page-item-ellipsis.vue.d.vue.ts} +1 -1
  645. package/es/pagination/{page-item-step.vue.d.ts → page-item-step.vue.d.vue.ts} +0 -0
  646. package/es/pagination/{page-item.vue.d.ts → page-item.vue.d.vue.ts} +0 -0
  647. package/es/pagination/{page-jumper.vue.d.ts → page-jumper.vue.d.vue.ts} +1 -1
  648. package/es/pagination/{page-options.vue.d.ts → page-options.vue.d.vue.ts} +0 -0
  649. package/es/pagination/{pagination.vue.d.ts → pagination.vue.d.vue.ts} +4 -4
  650. package/es/progress/{steps.vue.d.ts → steps.vue.d.vue.ts} +2 -2
  651. package/es/qr-code/{qr-code-status.vue.d.ts → qr-code-status.vue.d.vue.ts} +0 -0
  652. package/es/radio/{radio-group.vue.d.ts → radio-group.vue.d.vue.ts} +3 -3
  653. package/es/radio/{radio.vue.d.ts → radio.vue.d.vue.ts} +3 -3
  654. package/es/regex-vis/{regex-vis.vue.d.ts → regex-vis.vue.d.vue.ts} +2 -2
  655. package/es/result/{403.vue.d.ts → 403.vue.d.vue.ts} +0 -0
  656. package/es/result/{404.vue.d.ts → 404.vue.d.vue.ts} +0 -0
  657. package/es/result/{500.vue.d.ts → 500.vue.d.vue.ts} +0 -0
  658. package/es/rich-text-editor/{rich-text-node-renderer.vue.d.ts → rich-text-node-renderer.vue.d.vue.ts} +2 -2
  659. package/es/secret/{secret.vue.d.ts → secret.vue.d.vue.ts} +0 -0
  660. package/es/select/{select-dropdown.vue.d.ts → select-dropdown.vue.d.vue.ts} +3 -3
  661. package/es/selectable-card/{selectable-card.vue.d.ts → selectable-card.vue.d.vue.ts} +0 -0
  662. package/es/sender/{sender-header.vue.d.ts → sender-header.vue.d.vue.ts} +3 -3
  663. package/es/sender/{sender-recording-icon.vue.d.ts → sender-recording-icon.vue.d.vue.ts} +0 -0
  664. package/es/sender/{sender-skill-tag.vue.d.ts → sender-skill-tag.vue.d.vue.ts} +0 -0
  665. package/es/sender/{sender-stop-loading-icon.vue.d.ts → sender-stop-loading-icon.vue.d.vue.ts} +0 -0
  666. package/es/skeleton/{line.vue.d.ts → line.vue.d.vue.ts} +1 -1
  667. package/es/skeleton/{skeleton.vue.d.ts → skeleton.vue.d.vue.ts} +0 -0
  668. package/es/slider/{slider-dots.vue.d.ts → slider-dots.vue.d.vue.ts} +0 -0
  669. package/es/slider/{slider-input.vue.d.ts → slider-input.vue.d.vue.ts} +3 -3
  670. package/es/slider/{slider-marks.vue.d.ts → slider-marks.vue.d.vue.ts} +0 -0
  671. package/es/slider/{slider-ticks.vue.d.ts → slider-ticks.vue.d.vue.ts} +0 -0
  672. package/es/slider/{slider.vue.d.ts → slider.vue.d.vue.ts} +6 -6
  673. package/es/space/{space.vue.d.ts → space.vue.d.vue.ts} +0 -0
  674. package/es/spin/{dot-loading.vue.d.ts → dot-loading.vue.d.vue.ts} +0 -0
  675. package/es/spin/{spin.vue.d.ts → spin.vue.d.vue.ts} +0 -0
  676. package/es/statistic/{countdown.vue.d.ts → countdown.vue.d.vue.ts} +2 -2
  677. package/es/statistic/{statistic.vue.d.ts → statistic.vue.d.vue.ts} +3 -3
  678. package/es/table/{table-operation-td.vue.d.ts → table-operation-td.vue.d.vue.ts} +2 -2
  679. package/es/table/{table-operation-th.vue.d.ts → table-operation-th.vue.d.vue.ts} +1 -1
  680. package/es/table/{table-tbody.vue.d.ts → table-tbody.vue.d.vue.ts} +0 -0
  681. package/es/table/{table-th.vue.d.ts → table-th.vue.d.vue.ts} +1 -1
  682. package/es/table/{table-thead.vue.d.ts → table-thead.vue.d.vue.ts} +0 -0
  683. package/es/table/{table-tr.vue.d.ts → table-tr.vue.d.vue.ts} +0 -0
  684. package/es/tabs/{tab-pane.vue.d.ts → tab-pane.vue.d.vue.ts} +0 -0
  685. package/es/tabs/{tabs-button.vue.d.ts → tabs-button.vue.d.vue.ts} +1 -1
  686. package/es/tabs/{tabs-tab.vue.d.ts → tabs-tab.vue.d.vue.ts} +0 -0
  687. package/es/thinking-orb/{thinking-orb.vue.d.ts → thinking-orb.vue.d.vue.ts} +0 -0
  688. package/es/timeline/{item.vue.d.ts → item.vue.d.vue.ts} +1 -1
  689. package/es/timeline/{timeline.vue.d.ts → timeline.vue.d.vue.ts} +0 -0
  690. package/es/toolbar/{toolbar.vue.d.ts → toolbar.vue.d.vue.ts} +2 -2
  691. package/es/tooltip/{tooltip.vue.d.ts → tooltip.vue.d.vue.ts} +5 -5
  692. package/es/tour/{tour.vue.d.ts → tour.vue.d.vue.ts} +7 -7
  693. package/es/transfer/{transfer.vue.d.ts → transfer.vue.d.vue.ts} +8 -8
  694. package/es/tree/{base-node.vue.d.ts → base-node.vue.d.vue.ts} +4 -4
  695. package/es/tree/{expand-transition.vue.d.ts → expand-transition.vue.d.vue.ts} +0 -0
  696. package/es/tree/{node-switcher.vue.d.ts → node-switcher.vue.d.vue.ts} +0 -0
  697. package/es/tree/{transition-node-list.vue.d.ts → transition-node-list.vue.d.vue.ts} +0 -0
  698. package/es/trigger/{trigger.vue.d.ts → trigger.vue.d.vue.ts} +6 -6
  699. package/es/typography/{edit-content.vue.d.ts → edit-content.vue.d.vue.ts} +2 -2
  700. package/es/typography/{operations.vue.d.ts → operations.vue.d.vue.ts} +4 -4
  701. package/es/typography/{title.vue.d.ts → title.vue.d.vue.ts} +0 -0
  702. package/es/typography/{typography-content.vue.d.ts → typography-content.vue.d.vue.ts} +0 -0
  703. package/es/typography/{typography-operations.vue.d.ts → typography-operations.vue.d.vue.ts} +0 -0
  704. package/es/typography/{typography.vue.d.ts → typography.vue.d.vue.ts} +0 -0
  705. package/es/typography/utils/{inner-text-renderer.vue.d.ts → inner-text-renderer.vue.d.vue.ts} +0 -0
  706. package/es/upload/{upload-button.vue.d.ts → upload-button.vue.d.vue.ts} +3 -3
  707. package/es/upload/{upload-list-item.vue.d.ts → upload-list-item.vue.d.vue.ts} +0 -0
  708. package/es/upload/{upload-list.vue.d.ts → upload-list.vue.d.vue.ts} +0 -0
  709. package/es/upload/{upload-picture-item.vue.d.ts → upload-picture-item.vue.d.vue.ts} +0 -0
  710. package/es/upload/{upload-progress.vue.d.ts → upload-progress.vue.d.vue.ts} +0 -0
  711. package/es/watermark/{watermark.vue.d.ts → watermark.vue.d.vue.ts} +3 -3
@@ -25,7 +25,7 @@ declare const AutoComplete: {
25
25
  default: boolean;
26
26
  };
27
27
  readonly: {
28
- type: (StringConstructor | BooleanConstructor)[];
28
+ type: (BooleanConstructor | StringConstructor)[];
29
29
  default: boolean;
30
30
  };
31
31
  data: {
@@ -41,8 +41,8 @@ declare const AutoComplete: {
41
41
  type: import("vue").PropType<FilterOption>;
42
42
  default: boolean;
43
43
  };
44
- triggerProps: import("vue").PropType<import("../index.ts").TriggerProps>;
45
- floatingOptions: import("vue").PropType<import("../index.ts").FloatingOptions>;
44
+ triggerProps: import("vue").PropType<import("..").TriggerProps>;
45
+ floatingOptions: import("vue").PropType<import("..").FloatingOptions>;
46
46
  allowClear: {
47
47
  type: BooleanConstructor;
48
48
  default: boolean;
@@ -55,26 +55,25 @@ declare const AutoComplete: {
55
55
  type: BooleanConstructor;
56
56
  default: boolean;
57
57
  };
58
- virtualListProps: import("vue").PropType<import("../_components/virtual-list/interface.ts").VirtualListProps>;
58
+ virtualListProps: import("vue").PropType<import("../_components/virtual-list/interface").VirtualListProps>;
59
59
  }>> & Readonly<{
60
- onSearch?: ((_value: string) => any) | undefined;
61
- onClear?: ((_event: Event) => any) | undefined;
62
60
  onChange?: ((_value: string) => any) | undefined;
61
+ onClear?: ((_event: Event) => any) | undefined;
62
+ onDropdownReachBottom?: ((_event: Event) => any) | undefined;
63
+ onDropdownScroll?: ((_event: Event) => any) | undefined;
64
+ onSearch?: ((_value: string) => any) | undefined;
63
65
  onSelect?: ((_value: string) => any) | undefined;
64
66
  "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
65
- onDropdownScroll?: ((_event: Event) => any) | undefined;
66
- onDropdownReachBottom?: ((_event: Event) => any) | undefined;
67
67
  }>, {
68
68
  inputRef: import("vue").Ref<({
69
69
  $: import("vue").ComponentInternalInstance;
70
70
  $data: {};
71
71
  $props: Partial<{
72
- type: "text" | "password";
73
- disabled: boolean;
74
- error: boolean;
75
- readonly: string | boolean;
76
72
  defaultValue: string;
77
73
  allowClear: boolean;
74
+ disabled: boolean;
75
+ readonly: string | boolean;
76
+ error: boolean;
78
77
  fitWidth: boolean;
79
78
  maxWFull: boolean;
80
79
  maxLength: number | {
@@ -82,14 +81,17 @@ declare const AutoComplete: {
82
81
  errorOnly?: boolean;
83
82
  };
84
83
  showWordLimit: boolean;
84
+ type: "password" | "text";
85
85
  fitWidthFallback: string;
86
86
  }> & Omit<{
87
- readonly type: "text" | "password";
88
- readonly disabled: boolean;
89
- readonly error: boolean;
90
- readonly readonly: string | boolean;
87
+ readonly modelValue?: string | undefined;
91
88
  readonly defaultValue: string;
89
+ readonly size?: "large" | "medium" | "mini" | "small" | undefined;
92
90
  readonly allowClear: boolean;
91
+ readonly disabled: boolean;
92
+ readonly readonly: string | boolean;
93
+ readonly error: boolean;
94
+ readonly placeholder?: string | undefined;
93
95
  readonly fitWidth: boolean;
94
96
  readonly maxWFull: boolean;
95
97
  readonly maxLength: number | {
@@ -97,23 +99,21 @@ declare const AutoComplete: {
97
99
  errorOnly?: boolean;
98
100
  };
99
101
  readonly showWordLimit: boolean;
100
- readonly fitWidthFallback: string;
101
- readonly size?: "small" | "medium" | "large" | "mini" | undefined;
102
- readonly modelValue?: string | undefined;
103
- readonly placeholder?: string | undefined;
102
+ readonly wordLength?: ((value: string) => number) | undefined;
103
+ readonly wordSlice?: ((value: string, maxLength: number) => string) | undefined;
104
104
  readonly inputAttrs?: Record<string, any> | undefined;
105
+ readonly type: "password" | "text";
106
+ readonly fitWidthFallback: string;
105
107
  readonly prepend?: string | undefined;
106
108
  readonly append?: string | undefined;
107
- readonly wordLength?: ((value: string) => number) | undefined;
108
- readonly wordSlice?: ((value: string, maxLength: number) => string) | undefined;
109
- readonly onClear?: ((_event: MouseEvent) => any) | undefined;
110
- readonly onFocus?: ((_event: FocusEvent) => any) | undefined;
111
109
  readonly onBlur?: ((_event: FocusEvent) => any) | undefined;
112
110
  readonly onChange?: ((_value: string, _event: Event) => any) | undefined;
111
+ readonly onClear?: ((_event: MouseEvent) => any) | undefined;
112
+ readonly onFocus?: ((_event: FocusEvent) => any) | undefined;
113
113
  readonly onInput?: ((_value: string, _event: Event) => any) | undefined;
114
- readonly "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
115
114
  readonly onPressEnter?: ((_event: KeyboardEvent) => any) | undefined;
116
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "disabled" | "error" | "readonly" | "defaultValue" | "allowClear" | "fitWidth" | "maxWFull" | "maxLength" | "showWordLimit" | "fitWidthFallback">;
115
+ readonly "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
116
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "allowClear" | "defaultValue" | "disabled" | "error" | "fitWidth" | "fitWidthFallback" | "maxLength" | "maxWFull" | "readonly" | "showWordLimit" | "type">;
117
117
  $attrs: import("vue").Attrs;
118
118
  $refs: {
119
119
  [x: string]: unknown;
@@ -124,7 +124,7 @@ declare const AutoComplete: {
124
124
  $root: import("vue").ComponentPublicInstance | null;
125
125
  $parent: import("vue").ComponentPublicInstance | null;
126
126
  $host: Element | null;
127
- $emit: ((event: "clear", _event: MouseEvent) => void) & ((event: "focus", _event: FocusEvent) => void) & ((event: "blur", _event: FocusEvent) => void) & ((event: "change", _value: string, _event: Event) => void) & ((event: "input", _value: string, _event: Event) => void) & ((event: "update:modelValue", _value: string) => void) & ((event: "pressEnter", _event: KeyboardEvent) => void);
127
+ $emit: ((event: "blur", _event: FocusEvent) => void) & ((event: "change", _value: string, _event: Event) => void) & ((event: "clear", _event: MouseEvent) => void) & ((event: "focus", _event: FocusEvent) => void) & ((event: "input", _value: string, _event: Event) => void) & ((event: "pressEnter", _event: KeyboardEvent) => void) & ((event: "update:modelValue", _value: string) => void);
128
128
  $el: any;
129
129
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
130
130
  modelValue: StringConstructor;
@@ -132,7 +132,7 @@ declare const AutoComplete: {
132
132
  type: StringConstructor;
133
133
  default: string;
134
134
  };
135
- size: import("vue").PropType<import("../index.ts").Size>;
135
+ size: import("vue").PropType<import("..").Size>;
136
136
  allowClear: {
137
137
  type: BooleanConstructor;
138
138
  default: boolean;
@@ -142,7 +142,7 @@ declare const AutoComplete: {
142
142
  default: boolean;
143
143
  };
144
144
  readonly: {
145
- type: (StringConstructor | BooleanConstructor)[];
145
+ type: (BooleanConstructor | StringConstructor)[];
146
146
  default: boolean;
147
147
  };
148
148
  error: {
@@ -173,7 +173,7 @@ declare const AutoComplete: {
173
173
  wordSlice: import("vue").PropType<(value: string, maxLength: number) => string>;
174
174
  inputAttrs: ObjectConstructor;
175
175
  type: {
176
- type: import("vue").PropType<"text" | "password">;
176
+ type: import("vue").PropType<'text' | 'password'>;
177
177
  default: string;
178
178
  };
179
179
  fitWidthFallback: {
@@ -183,32 +183,31 @@ declare const AutoComplete: {
183
183
  prepend: StringConstructor;
184
184
  append: StringConstructor;
185
185
  }>> & Readonly<{
186
- onClear?: ((_event: MouseEvent) => any) | undefined;
187
- onFocus?: ((_event: FocusEvent) => any) | undefined;
188
186
  onBlur?: ((_event: FocusEvent) => any) | undefined;
189
187
  onChange?: ((_value: string, _event: Event) => any) | undefined;
188
+ onClear?: ((_event: MouseEvent) => any) | undefined;
189
+ onFocus?: ((_event: FocusEvent) => any) | undefined;
190
190
  onInput?: ((_value: string, _event: Event) => any) | undefined;
191
- "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
192
191
  onPressEnter?: ((_event: KeyboardEvent) => any) | undefined;
192
+ "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
193
193
  }>, {
194
194
  inputRef: import("vue").Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
195
195
  focus: () => void | undefined;
196
196
  blur: () => void | undefined;
197
197
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
198
- clear: (_event: MouseEvent) => void;
199
- focus: (_event: FocusEvent) => void;
200
198
  blur: (_event: FocusEvent) => void;
201
199
  change: (_value: string, _event: Event) => void;
200
+ clear: (_event: MouseEvent) => void;
201
+ focus: (_event: FocusEvent) => void;
202
202
  input: (_value: string, _event: Event) => void;
203
- "update:modelValue": (_value: string) => void;
204
203
  pressEnter: (_event: KeyboardEvent) => void;
204
+ "update:modelValue": (_value: string) => void;
205
205
  }, string, {
206
- type: "text" | "password";
207
- disabled: boolean;
208
- error: boolean;
209
- readonly: string | boolean;
210
206
  defaultValue: string;
211
207
  allowClear: boolean;
208
+ disabled: boolean;
209
+ readonly: string | boolean;
210
+ error: boolean;
212
211
  fitWidth: boolean;
213
212
  maxWFull: boolean;
214
213
  maxLength: number | {
@@ -216,34 +215,34 @@ declare const AutoComplete: {
216
215
  errorOnly?: boolean;
217
216
  };
218
217
  showWordLimit: boolean;
218
+ type: "password" | "text";
219
219
  fitWidthFallback: string;
220
220
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
221
- beforeCreate?: (() => void) | (() => void)[];
222
- created?: (() => void) | (() => void)[];
223
- beforeMount?: (() => void) | (() => void)[];
224
- mounted?: (() => void) | (() => void)[];
225
- beforeUpdate?: (() => void) | (() => void)[];
226
- updated?: (() => void) | (() => void)[];
227
- activated?: (() => void) | (() => void)[];
228
- deactivated?: (() => void) | (() => void)[];
229
- beforeDestroy?: (() => void) | (() => void)[];
230
- beforeUnmount?: (() => void) | (() => void)[];
231
- destroyed?: (() => void) | (() => void)[];
232
- unmounted?: (() => void) | (() => void)[];
233
- renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
234
- renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
235
- errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
221
+ beforeCreate?: (() => void)[] | (() => void);
222
+ created?: (() => void)[] | (() => void);
223
+ beforeMount?: (() => void)[] | (() => void);
224
+ mounted?: (() => void)[] | (() => void);
225
+ beforeUpdate?: (() => void)[] | (() => void);
226
+ updated?: (() => void)[] | (() => void);
227
+ activated?: (() => void)[] | (() => void);
228
+ deactivated?: (() => void)[] | (() => void);
229
+ beforeDestroy?: (() => void)[] | (() => void);
230
+ beforeUnmount?: (() => void)[] | (() => void);
231
+ destroyed?: (() => void)[] | (() => void);
232
+ unmounted?: (() => void)[] | (() => void);
233
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
234
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
235
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[] | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void);
236
236
  };
237
237
  $forceUpdate: () => void;
238
238
  $nextTick: typeof import("vue").nextTick;
239
239
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
240
240
  } & Readonly<{
241
- type: "text" | "password";
242
- disabled: boolean;
243
- error: boolean;
244
- readonly: string | boolean;
245
241
  defaultValue: string;
246
242
  allowClear: boolean;
243
+ disabled: boolean;
244
+ readonly: string | boolean;
245
+ error: boolean;
247
246
  fitWidth: boolean;
248
247
  maxWFull: boolean;
249
248
  maxLength: number | {
@@ -251,6 +250,7 @@ declare const AutoComplete: {
251
250
  errorOnly?: boolean;
252
251
  };
253
252
  showWordLimit: boolean;
253
+ type: "password" | "text";
254
254
  fitWidthFallback: string;
255
255
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
256
256
  modelValue: StringConstructor;
@@ -258,7 +258,7 @@ declare const AutoComplete: {
258
258
  type: StringConstructor;
259
259
  default: string;
260
260
  };
261
- size: import("vue").PropType<import("../index.ts").Size>;
261
+ size: import("vue").PropType<import("..").Size>;
262
262
  allowClear: {
263
263
  type: BooleanConstructor;
264
264
  default: boolean;
@@ -268,7 +268,7 @@ declare const AutoComplete: {
268
268
  default: boolean;
269
269
  };
270
270
  readonly: {
271
- type: (StringConstructor | BooleanConstructor)[];
271
+ type: (BooleanConstructor | StringConstructor)[];
272
272
  default: boolean;
273
273
  };
274
274
  error: {
@@ -299,7 +299,7 @@ declare const AutoComplete: {
299
299
  wordSlice: import("vue").PropType<(value: string, maxLength: number) => string>;
300
300
  inputAttrs: ObjectConstructor;
301
301
  type: {
302
- type: import("vue").PropType<"text" | "password">;
302
+ type: import("vue").PropType<'text' | 'password'>;
303
303
  default: string;
304
304
  };
305
305
  fitWidthFallback: {
@@ -309,14 +309,14 @@ declare const AutoComplete: {
309
309
  prepend: StringConstructor;
310
310
  append: StringConstructor;
311
311
  }>> & Readonly<{
312
- onClear?: ((_event: MouseEvent) => any) | undefined;
313
- onFocus?: ((_event: FocusEvent) => any) | undefined;
314
312
  onBlur?: ((_event: FocusEvent) => any) | undefined;
315
313
  onChange?: ((_value: string, _event: Event) => any) | undefined;
314
+ onClear?: ((_event: MouseEvent) => any) | undefined;
315
+ onFocus?: ((_event: FocusEvent) => any) | undefined;
316
316
  onInput?: ((_value: string, _event: Event) => any) | undefined;
317
- "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
318
317
  onPressEnter?: ((_event: KeyboardEvent) => any) | undefined;
319
- }>, "focus" | "blur" | "inputRef" | ("type" | "disabled" | "error" | "readonly" | "defaultValue" | "allowClear" | "fitWidth" | "maxWFull" | "maxLength" | "showWordLimit" | "fitWidthFallback")> & {
318
+ "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
319
+ }>, "blur" | "focus" | "inputRef" | ("allowClear" | "defaultValue" | "disabled" | "error" | "fitWidth" | "fitWidthFallback" | "maxLength" | "maxWFull" | "readonly" | "showWordLimit" | "type")> & {
320
320
  inputRef: HTMLInputElement | undefined;
321
321
  focus: () => void | undefined;
322
322
  blur: () => void | undefined;
@@ -334,12 +334,11 @@ declare const AutoComplete: {
334
334
  $: import("vue").ComponentInternalInstance;
335
335
  $data: {};
336
336
  $props: Partial<{
337
- type: "text" | "password";
338
- disabled: boolean;
339
- error: boolean;
340
- readonly: string | boolean;
341
337
  defaultValue: string;
342
338
  allowClear: boolean;
339
+ disabled: boolean;
340
+ readonly: string | boolean;
341
+ error: boolean;
343
342
  fitWidth: boolean;
344
343
  maxWFull: boolean;
345
344
  maxLength: number | {
@@ -347,14 +346,17 @@ declare const AutoComplete: {
347
346
  errorOnly?: boolean;
348
347
  };
349
348
  showWordLimit: boolean;
349
+ type: "password" | "text";
350
350
  fitWidthFallback: string;
351
351
  }> & Omit<{
352
- readonly type: "text" | "password";
353
- readonly disabled: boolean;
354
- readonly error: boolean;
355
- readonly readonly: string | boolean;
352
+ readonly modelValue?: string | undefined;
356
353
  readonly defaultValue: string;
354
+ readonly size?: "large" | "medium" | "mini" | "small" | undefined;
357
355
  readonly allowClear: boolean;
356
+ readonly disabled: boolean;
357
+ readonly readonly: string | boolean;
358
+ readonly error: boolean;
359
+ readonly placeholder?: string | undefined;
358
360
  readonly fitWidth: boolean;
359
361
  readonly maxWFull: boolean;
360
362
  readonly maxLength: number | {
@@ -362,23 +364,21 @@ declare const AutoComplete: {
362
364
  errorOnly?: boolean;
363
365
  };
364
366
  readonly showWordLimit: boolean;
365
- readonly fitWidthFallback: string;
366
- readonly size?: "small" | "medium" | "large" | "mini" | undefined;
367
- readonly modelValue?: string | undefined;
368
- readonly placeholder?: string | undefined;
367
+ readonly wordLength?: ((value: string) => number) | undefined;
368
+ readonly wordSlice?: ((value: string, maxLength: number) => string) | undefined;
369
369
  readonly inputAttrs?: Record<string, any> | undefined;
370
+ readonly type: "password" | "text";
371
+ readonly fitWidthFallback: string;
370
372
  readonly prepend?: string | undefined;
371
373
  readonly append?: string | undefined;
372
- readonly wordLength?: ((value: string) => number) | undefined;
373
- readonly wordSlice?: ((value: string, maxLength: number) => string) | undefined;
374
- readonly onClear?: ((_event: MouseEvent) => any) | undefined;
375
- readonly onFocus?: ((_event: FocusEvent) => any) | undefined;
376
374
  readonly onBlur?: ((_event: FocusEvent) => any) | undefined;
377
375
  readonly onChange?: ((_value: string, _event: Event) => any) | undefined;
376
+ readonly onClear?: ((_event: MouseEvent) => any) | undefined;
377
+ readonly onFocus?: ((_event: FocusEvent) => any) | undefined;
378
378
  readonly onInput?: ((_value: string, _event: Event) => any) | undefined;
379
- readonly "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
380
379
  readonly onPressEnter?: ((_event: KeyboardEvent) => any) | undefined;
381
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "disabled" | "error" | "readonly" | "defaultValue" | "allowClear" | "fitWidth" | "maxWFull" | "maxLength" | "showWordLimit" | "fitWidthFallback">;
380
+ readonly "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
381
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "allowClear" | "defaultValue" | "disabled" | "error" | "fitWidth" | "fitWidthFallback" | "maxLength" | "maxWFull" | "readonly" | "showWordLimit" | "type">;
382
382
  $attrs: import("vue").Attrs;
383
383
  $refs: {
384
384
  [x: string]: unknown;
@@ -389,7 +389,7 @@ declare const AutoComplete: {
389
389
  $root: import("vue").ComponentPublicInstance | null;
390
390
  $parent: import("vue").ComponentPublicInstance | null;
391
391
  $host: Element | null;
392
- $emit: ((event: "clear", _event: MouseEvent) => void) & ((event: "focus", _event: FocusEvent) => void) & ((event: "blur", _event: FocusEvent) => void) & ((event: "change", _value: string, _event: Event) => void) & ((event: "input", _value: string, _event: Event) => void) & ((event: "update:modelValue", _value: string) => void) & ((event: "pressEnter", _event: KeyboardEvent) => void);
392
+ $emit: ((event: "blur", _event: FocusEvent) => void) & ((event: "change", _value: string, _event: Event) => void) & ((event: "clear", _event: MouseEvent) => void) & ((event: "focus", _event: FocusEvent) => void) & ((event: "input", _value: string, _event: Event) => void) & ((event: "pressEnter", _event: KeyboardEvent) => void) & ((event: "update:modelValue", _value: string) => void);
393
393
  $el: any;
394
394
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
395
395
  modelValue: StringConstructor;
@@ -397,7 +397,7 @@ declare const AutoComplete: {
397
397
  type: StringConstructor;
398
398
  default: string;
399
399
  };
400
- size: import("vue").PropType<import("../index.ts").Size>;
400
+ size: import("vue").PropType<import("..").Size>;
401
401
  allowClear: {
402
402
  type: BooleanConstructor;
403
403
  default: boolean;
@@ -407,7 +407,7 @@ declare const AutoComplete: {
407
407
  default: boolean;
408
408
  };
409
409
  readonly: {
410
- type: (StringConstructor | BooleanConstructor)[];
410
+ type: (BooleanConstructor | StringConstructor)[];
411
411
  default: boolean;
412
412
  };
413
413
  error: {
@@ -438,7 +438,7 @@ declare const AutoComplete: {
438
438
  wordSlice: import("vue").PropType<(value: string, maxLength: number) => string>;
439
439
  inputAttrs: ObjectConstructor;
440
440
  type: {
441
- type: import("vue").PropType<"text" | "password">;
441
+ type: import("vue").PropType<'text' | 'password'>;
442
442
  default: string;
443
443
  };
444
444
  fitWidthFallback: {
@@ -448,32 +448,31 @@ declare const AutoComplete: {
448
448
  prepend: StringConstructor;
449
449
  append: StringConstructor;
450
450
  }>> & Readonly<{
451
- onClear?: ((_event: MouseEvent) => any) | undefined;
452
- onFocus?: ((_event: FocusEvent) => any) | undefined;
453
451
  onBlur?: ((_event: FocusEvent) => any) | undefined;
454
452
  onChange?: ((_value: string, _event: Event) => any) | undefined;
453
+ onClear?: ((_event: MouseEvent) => any) | undefined;
454
+ onFocus?: ((_event: FocusEvent) => any) | undefined;
455
455
  onInput?: ((_value: string, _event: Event) => any) | undefined;
456
- "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
457
456
  onPressEnter?: ((_event: KeyboardEvent) => any) | undefined;
457
+ "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
458
458
  }>, {
459
459
  inputRef: import("vue").Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
460
460
  focus: () => void | undefined;
461
461
  blur: () => void | undefined;
462
462
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
463
- clear: (_event: MouseEvent) => void;
464
- focus: (_event: FocusEvent) => void;
465
463
  blur: (_event: FocusEvent) => void;
466
464
  change: (_value: string, _event: Event) => void;
465
+ clear: (_event: MouseEvent) => void;
466
+ focus: (_event: FocusEvent) => void;
467
467
  input: (_value: string, _event: Event) => void;
468
- "update:modelValue": (_value: string) => void;
469
468
  pressEnter: (_event: KeyboardEvent) => void;
469
+ "update:modelValue": (_value: string) => void;
470
470
  }, string, {
471
- type: "text" | "password";
472
- disabled: boolean;
473
- error: boolean;
474
- readonly: string | boolean;
475
471
  defaultValue: string;
476
472
  allowClear: boolean;
473
+ disabled: boolean;
474
+ readonly: string | boolean;
475
+ error: boolean;
477
476
  fitWidth: boolean;
478
477
  maxWFull: boolean;
479
478
  maxLength: number | {
@@ -481,34 +480,34 @@ declare const AutoComplete: {
481
480
  errorOnly?: boolean;
482
481
  };
483
482
  showWordLimit: boolean;
483
+ type: "password" | "text";
484
484
  fitWidthFallback: string;
485
485
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
486
- beforeCreate?: (() => void) | (() => void)[];
487
- created?: (() => void) | (() => void)[];
488
- beforeMount?: (() => void) | (() => void)[];
489
- mounted?: (() => void) | (() => void)[];
490
- beforeUpdate?: (() => void) | (() => void)[];
491
- updated?: (() => void) | (() => void)[];
492
- activated?: (() => void) | (() => void)[];
493
- deactivated?: (() => void) | (() => void)[];
494
- beforeDestroy?: (() => void) | (() => void)[];
495
- beforeUnmount?: (() => void) | (() => void)[];
496
- destroyed?: (() => void) | (() => void)[];
497
- unmounted?: (() => void) | (() => void)[];
498
- renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
499
- renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
500
- errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
486
+ beforeCreate?: (() => void)[] | (() => void);
487
+ created?: (() => void)[] | (() => void);
488
+ beforeMount?: (() => void)[] | (() => void);
489
+ mounted?: (() => void)[] | (() => void);
490
+ beforeUpdate?: (() => void)[] | (() => void);
491
+ updated?: (() => void)[] | (() => void);
492
+ activated?: (() => void)[] | (() => void);
493
+ deactivated?: (() => void)[] | (() => void);
494
+ beforeDestroy?: (() => void)[] | (() => void);
495
+ beforeUnmount?: (() => void)[] | (() => void);
496
+ destroyed?: (() => void)[] | (() => void);
497
+ unmounted?: (() => void)[] | (() => void);
498
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
499
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
500
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[] | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void);
501
501
  };
502
502
  $forceUpdate: () => void;
503
503
  $nextTick: typeof import("vue").nextTick;
504
504
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
505
505
  } & Readonly<{
506
- type: "text" | "password";
507
- disabled: boolean;
508
- error: boolean;
509
- readonly: string | boolean;
510
506
  defaultValue: string;
511
507
  allowClear: boolean;
508
+ disabled: boolean;
509
+ readonly: string | boolean;
510
+ error: boolean;
512
511
  fitWidth: boolean;
513
512
  maxWFull: boolean;
514
513
  maxLength: number | {
@@ -516,6 +515,7 @@ declare const AutoComplete: {
516
515
  errorOnly?: boolean;
517
516
  };
518
517
  showWordLimit: boolean;
518
+ type: "password" | "text";
519
519
  fitWidthFallback: string;
520
520
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
521
521
  modelValue: StringConstructor;
@@ -523,7 +523,7 @@ declare const AutoComplete: {
523
523
  type: StringConstructor;
524
524
  default: string;
525
525
  };
526
- size: import("vue").PropType<import("../index.ts").Size>;
526
+ size: import("vue").PropType<import("..").Size>;
527
527
  allowClear: {
528
528
  type: BooleanConstructor;
529
529
  default: boolean;
@@ -533,7 +533,7 @@ declare const AutoComplete: {
533
533
  default: boolean;
534
534
  };
535
535
  readonly: {
536
- type: (StringConstructor | BooleanConstructor)[];
536
+ type: (BooleanConstructor | StringConstructor)[];
537
537
  default: boolean;
538
538
  };
539
539
  error: {
@@ -564,7 +564,7 @@ declare const AutoComplete: {
564
564
  wordSlice: import("vue").PropType<(value: string, maxLength: number) => string>;
565
565
  inputAttrs: ObjectConstructor;
566
566
  type: {
567
- type: import("vue").PropType<"text" | "password">;
567
+ type: import("vue").PropType<'text' | 'password'>;
568
568
  default: string;
569
569
  };
570
570
  fitWidthFallback: {
@@ -574,14 +574,14 @@ declare const AutoComplete: {
574
574
  prepend: StringConstructor;
575
575
  append: StringConstructor;
576
576
  }>> & Readonly<{
577
- onClear?: ((_event: MouseEvent) => any) | undefined;
578
- onFocus?: ((_event: FocusEvent) => any) | undefined;
579
577
  onBlur?: ((_event: FocusEvent) => any) | undefined;
580
578
  onChange?: ((_value: string, _event: Event) => any) | undefined;
579
+ onClear?: ((_event: MouseEvent) => any) | undefined;
580
+ onFocus?: ((_event: FocusEvent) => any) | undefined;
581
581
  onInput?: ((_value: string, _event: Event) => any) | undefined;
582
- "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
583
582
  onPressEnter?: ((_event: KeyboardEvent) => any) | undefined;
584
- }>, "focus" | "blur" | "inputRef" | ("type" | "disabled" | "error" | "readonly" | "defaultValue" | "allowClear" | "fitWidth" | "maxWFull" | "maxLength" | "showWordLimit" | "fitWidthFallback")> & {
583
+ "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
584
+ }>, "blur" | "focus" | "inputRef" | ("allowClear" | "defaultValue" | "disabled" | "error" | "fitWidth" | "fitWidthFallback" | "maxLength" | "maxWFull" | "readonly" | "showWordLimit" | "type")> & {
585
585
  inputRef: HTMLInputElement | undefined;
586
586
  focus: () => void | undefined;
587
587
  blur: () => void | undefined;
@@ -599,24 +599,24 @@ declare const AutoComplete: {
599
599
  focus: () => void | undefined;
600
600
  blur: () => void | undefined;
601
601
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
602
- search: (_value: string) => void;
603
- clear: (_event: Event) => void;
604
602
  change: (_value: string) => void;
603
+ clear: (_event: Event) => void;
604
+ dropdownReachBottom: (_event: Event) => void;
605
+ dropdownScroll: (_event: Event) => void;
606
+ search: (_value: string) => void;
605
607
  select: (_value: string) => void;
606
608
  "update:modelValue": (_value: string) => void;
607
- dropdownScroll: (_event: Event) => void;
608
- dropdownReachBottom: (_event: Event) => void;
609
609
  }, import("vue").PublicProps, {
610
- strict: boolean;
610
+ modelValue: string;
611
+ defaultValue: string;
611
612
  disabled: boolean;
612
613
  readonly: string | boolean;
613
614
  data: (string | number | SelectOptionData | SelectOptionGroup)[];
614
- defaultValue: string;
615
- modelValue: string;
615
+ strict: boolean;
616
+ filterOption: FilterOption;
616
617
  allowClear: boolean;
617
618
  fitWidth: boolean;
618
619
  maxWFull: boolean;
619
- filterOption: FilterOption;
620
620
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
621
621
  P: {};
622
622
  B: {};
@@ -638,7 +638,7 @@ declare const AutoComplete: {
638
638
  default: boolean;
639
639
  };
640
640
  readonly: {
641
- type: (StringConstructor | BooleanConstructor)[];
641
+ type: (BooleanConstructor | StringConstructor)[];
642
642
  default: boolean;
643
643
  };
644
644
  data: {
@@ -654,8 +654,8 @@ declare const AutoComplete: {
654
654
  type: import("vue").PropType<FilterOption>;
655
655
  default: boolean;
656
656
  };
657
- triggerProps: import("vue").PropType<import("../index.ts").TriggerProps>;
658
- floatingOptions: import("vue").PropType<import("../index.ts").FloatingOptions>;
657
+ triggerProps: import("vue").PropType<import("..").TriggerProps>;
658
+ floatingOptions: import("vue").PropType<import("..").FloatingOptions>;
659
659
  allowClear: {
660
660
  type: BooleanConstructor;
661
661
  default: boolean;
@@ -668,26 +668,25 @@ declare const AutoComplete: {
668
668
  type: BooleanConstructor;
669
669
  default: boolean;
670
670
  };
671
- virtualListProps: import("vue").PropType<import("../_components/virtual-list/interface.ts").VirtualListProps>;
671
+ virtualListProps: import("vue").PropType<import("../_components/virtual-list/interface").VirtualListProps>;
672
672
  }>> & Readonly<{
673
- onSearch?: ((_value: string) => any) | undefined;
674
- onClear?: ((_event: Event) => any) | undefined;
675
673
  onChange?: ((_value: string) => any) | undefined;
674
+ onClear?: ((_event: Event) => any) | undefined;
675
+ onDropdownReachBottom?: ((_event: Event) => any) | undefined;
676
+ onDropdownScroll?: ((_event: Event) => any) | undefined;
677
+ onSearch?: ((_value: string) => any) | undefined;
676
678
  onSelect?: ((_value: string) => any) | undefined;
677
679
  "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
678
- onDropdownScroll?: ((_event: Event) => any) | undefined;
679
- onDropdownReachBottom?: ((_event: Event) => any) | undefined;
680
680
  }>, {
681
681
  inputRef: import("vue").Ref<({
682
682
  $: import("vue").ComponentInternalInstance;
683
683
  $data: {};
684
684
  $props: Partial<{
685
- type: "text" | "password";
686
- disabled: boolean;
687
- error: boolean;
688
- readonly: string | boolean;
689
685
  defaultValue: string;
690
686
  allowClear: boolean;
687
+ disabled: boolean;
688
+ readonly: string | boolean;
689
+ error: boolean;
691
690
  fitWidth: boolean;
692
691
  maxWFull: boolean;
693
692
  maxLength: number | {
@@ -695,14 +694,17 @@ declare const AutoComplete: {
695
694
  errorOnly?: boolean;
696
695
  };
697
696
  showWordLimit: boolean;
697
+ type: "password" | "text";
698
698
  fitWidthFallback: string;
699
699
  }> & Omit<{
700
- readonly type: "text" | "password";
701
- readonly disabled: boolean;
702
- readonly error: boolean;
703
- readonly readonly: string | boolean;
700
+ readonly modelValue?: string | undefined;
704
701
  readonly defaultValue: string;
702
+ readonly size?: "large" | "medium" | "mini" | "small" | undefined;
705
703
  readonly allowClear: boolean;
704
+ readonly disabled: boolean;
705
+ readonly readonly: string | boolean;
706
+ readonly error: boolean;
707
+ readonly placeholder?: string | undefined;
706
708
  readonly fitWidth: boolean;
707
709
  readonly maxWFull: boolean;
708
710
  readonly maxLength: number | {
@@ -710,23 +712,21 @@ declare const AutoComplete: {
710
712
  errorOnly?: boolean;
711
713
  };
712
714
  readonly showWordLimit: boolean;
713
- readonly fitWidthFallback: string;
714
- readonly size?: "small" | "medium" | "large" | "mini" | undefined;
715
- readonly modelValue?: string | undefined;
716
- readonly placeholder?: string | undefined;
715
+ readonly wordLength?: ((value: string) => number) | undefined;
716
+ readonly wordSlice?: ((value: string, maxLength: number) => string) | undefined;
717
717
  readonly inputAttrs?: Record<string, any> | undefined;
718
+ readonly type: "password" | "text";
719
+ readonly fitWidthFallback: string;
718
720
  readonly prepend?: string | undefined;
719
721
  readonly append?: string | undefined;
720
- readonly wordLength?: ((value: string) => number) | undefined;
721
- readonly wordSlice?: ((value: string, maxLength: number) => string) | undefined;
722
- readonly onClear?: ((_event: MouseEvent) => any) | undefined;
723
- readonly onFocus?: ((_event: FocusEvent) => any) | undefined;
724
722
  readonly onBlur?: ((_event: FocusEvent) => any) | undefined;
725
723
  readonly onChange?: ((_value: string, _event: Event) => any) | undefined;
724
+ readonly onClear?: ((_event: MouseEvent) => any) | undefined;
725
+ readonly onFocus?: ((_event: FocusEvent) => any) | undefined;
726
726
  readonly onInput?: ((_value: string, _event: Event) => any) | undefined;
727
- readonly "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
728
727
  readonly onPressEnter?: ((_event: KeyboardEvent) => any) | undefined;
729
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "disabled" | "error" | "readonly" | "defaultValue" | "allowClear" | "fitWidth" | "maxWFull" | "maxLength" | "showWordLimit" | "fitWidthFallback">;
728
+ readonly "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
729
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "allowClear" | "defaultValue" | "disabled" | "error" | "fitWidth" | "fitWidthFallback" | "maxLength" | "maxWFull" | "readonly" | "showWordLimit" | "type">;
730
730
  $attrs: import("vue").Attrs;
731
731
  $refs: {
732
732
  [x: string]: unknown;
@@ -737,7 +737,7 @@ declare const AutoComplete: {
737
737
  $root: import("vue").ComponentPublicInstance | null;
738
738
  $parent: import("vue").ComponentPublicInstance | null;
739
739
  $host: Element | null;
740
- $emit: ((event: "clear", _event: MouseEvent) => void) & ((event: "focus", _event: FocusEvent) => void) & ((event: "blur", _event: FocusEvent) => void) & ((event: "change", _value: string, _event: Event) => void) & ((event: "input", _value: string, _event: Event) => void) & ((event: "update:modelValue", _value: string) => void) & ((event: "pressEnter", _event: KeyboardEvent) => void);
740
+ $emit: ((event: "blur", _event: FocusEvent) => void) & ((event: "change", _value: string, _event: Event) => void) & ((event: "clear", _event: MouseEvent) => void) & ((event: "focus", _event: FocusEvent) => void) & ((event: "input", _value: string, _event: Event) => void) & ((event: "pressEnter", _event: KeyboardEvent) => void) & ((event: "update:modelValue", _value: string) => void);
741
741
  $el: any;
742
742
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
743
743
  modelValue: StringConstructor;
@@ -745,7 +745,7 @@ declare const AutoComplete: {
745
745
  type: StringConstructor;
746
746
  default: string;
747
747
  };
748
- size: import("vue").PropType<import("../index.ts").Size>;
748
+ size: import("vue").PropType<import("..").Size>;
749
749
  allowClear: {
750
750
  type: BooleanConstructor;
751
751
  default: boolean;
@@ -755,7 +755,7 @@ declare const AutoComplete: {
755
755
  default: boolean;
756
756
  };
757
757
  readonly: {
758
- type: (StringConstructor | BooleanConstructor)[];
758
+ type: (BooleanConstructor | StringConstructor)[];
759
759
  default: boolean;
760
760
  };
761
761
  error: {
@@ -786,7 +786,7 @@ declare const AutoComplete: {
786
786
  wordSlice: import("vue").PropType<(value: string, maxLength: number) => string>;
787
787
  inputAttrs: ObjectConstructor;
788
788
  type: {
789
- type: import("vue").PropType<"text" | "password">;
789
+ type: import("vue").PropType<'text' | 'password'>;
790
790
  default: string;
791
791
  };
792
792
  fitWidthFallback: {
@@ -796,32 +796,31 @@ declare const AutoComplete: {
796
796
  prepend: StringConstructor;
797
797
  append: StringConstructor;
798
798
  }>> & Readonly<{
799
- onClear?: ((_event: MouseEvent) => any) | undefined;
800
- onFocus?: ((_event: FocusEvent) => any) | undefined;
801
799
  onBlur?: ((_event: FocusEvent) => any) | undefined;
802
800
  onChange?: ((_value: string, _event: Event) => any) | undefined;
801
+ onClear?: ((_event: MouseEvent) => any) | undefined;
802
+ onFocus?: ((_event: FocusEvent) => any) | undefined;
803
803
  onInput?: ((_value: string, _event: Event) => any) | undefined;
804
- "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
805
804
  onPressEnter?: ((_event: KeyboardEvent) => any) | undefined;
805
+ "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
806
806
  }>, {
807
807
  inputRef: import("vue").Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
808
808
  focus: () => void | undefined;
809
809
  blur: () => void | undefined;
810
810
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
811
- clear: (_event: MouseEvent) => void;
812
- focus: (_event: FocusEvent) => void;
813
811
  blur: (_event: FocusEvent) => void;
814
812
  change: (_value: string, _event: Event) => void;
813
+ clear: (_event: MouseEvent) => void;
814
+ focus: (_event: FocusEvent) => void;
815
815
  input: (_value: string, _event: Event) => void;
816
- "update:modelValue": (_value: string) => void;
817
816
  pressEnter: (_event: KeyboardEvent) => void;
817
+ "update:modelValue": (_value: string) => void;
818
818
  }, string, {
819
- type: "text" | "password";
820
- disabled: boolean;
821
- error: boolean;
822
- readonly: string | boolean;
823
819
  defaultValue: string;
824
820
  allowClear: boolean;
821
+ disabled: boolean;
822
+ readonly: string | boolean;
823
+ error: boolean;
825
824
  fitWidth: boolean;
826
825
  maxWFull: boolean;
827
826
  maxLength: number | {
@@ -829,34 +828,34 @@ declare const AutoComplete: {
829
828
  errorOnly?: boolean;
830
829
  };
831
830
  showWordLimit: boolean;
831
+ type: "password" | "text";
832
832
  fitWidthFallback: string;
833
833
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
834
- beforeCreate?: (() => void) | (() => void)[];
835
- created?: (() => void) | (() => void)[];
836
- beforeMount?: (() => void) | (() => void)[];
837
- mounted?: (() => void) | (() => void)[];
838
- beforeUpdate?: (() => void) | (() => void)[];
839
- updated?: (() => void) | (() => void)[];
840
- activated?: (() => void) | (() => void)[];
841
- deactivated?: (() => void) | (() => void)[];
842
- beforeDestroy?: (() => void) | (() => void)[];
843
- beforeUnmount?: (() => void) | (() => void)[];
844
- destroyed?: (() => void) | (() => void)[];
845
- unmounted?: (() => void) | (() => void)[];
846
- renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
847
- renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
848
- errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
834
+ beforeCreate?: (() => void)[] | (() => void);
835
+ created?: (() => void)[] | (() => void);
836
+ beforeMount?: (() => void)[] | (() => void);
837
+ mounted?: (() => void)[] | (() => void);
838
+ beforeUpdate?: (() => void)[] | (() => void);
839
+ updated?: (() => void)[] | (() => void);
840
+ activated?: (() => void)[] | (() => void);
841
+ deactivated?: (() => void)[] | (() => void);
842
+ beforeDestroy?: (() => void)[] | (() => void);
843
+ beforeUnmount?: (() => void)[] | (() => void);
844
+ destroyed?: (() => void)[] | (() => void);
845
+ unmounted?: (() => void)[] | (() => void);
846
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
847
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
848
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[] | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void);
849
849
  };
850
850
  $forceUpdate: () => void;
851
851
  $nextTick: typeof import("vue").nextTick;
852
852
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
853
853
  } & Readonly<{
854
- type: "text" | "password";
855
- disabled: boolean;
856
- error: boolean;
857
- readonly: string | boolean;
858
854
  defaultValue: string;
859
855
  allowClear: boolean;
856
+ disabled: boolean;
857
+ readonly: string | boolean;
858
+ error: boolean;
860
859
  fitWidth: boolean;
861
860
  maxWFull: boolean;
862
861
  maxLength: number | {
@@ -864,6 +863,7 @@ declare const AutoComplete: {
864
863
  errorOnly?: boolean;
865
864
  };
866
865
  showWordLimit: boolean;
866
+ type: "password" | "text";
867
867
  fitWidthFallback: string;
868
868
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
869
869
  modelValue: StringConstructor;
@@ -871,7 +871,7 @@ declare const AutoComplete: {
871
871
  type: StringConstructor;
872
872
  default: string;
873
873
  };
874
- size: import("vue").PropType<import("../index.ts").Size>;
874
+ size: import("vue").PropType<import("..").Size>;
875
875
  allowClear: {
876
876
  type: BooleanConstructor;
877
877
  default: boolean;
@@ -881,7 +881,7 @@ declare const AutoComplete: {
881
881
  default: boolean;
882
882
  };
883
883
  readonly: {
884
- type: (StringConstructor | BooleanConstructor)[];
884
+ type: (BooleanConstructor | StringConstructor)[];
885
885
  default: boolean;
886
886
  };
887
887
  error: {
@@ -912,7 +912,7 @@ declare const AutoComplete: {
912
912
  wordSlice: import("vue").PropType<(value: string, maxLength: number) => string>;
913
913
  inputAttrs: ObjectConstructor;
914
914
  type: {
915
- type: import("vue").PropType<"text" | "password">;
915
+ type: import("vue").PropType<'text' | 'password'>;
916
916
  default: string;
917
917
  };
918
918
  fitWidthFallback: {
@@ -922,14 +922,14 @@ declare const AutoComplete: {
922
922
  prepend: StringConstructor;
923
923
  append: StringConstructor;
924
924
  }>> & Readonly<{
925
- onClear?: ((_event: MouseEvent) => any) | undefined;
926
- onFocus?: ((_event: FocusEvent) => any) | undefined;
927
925
  onBlur?: ((_event: FocusEvent) => any) | undefined;
928
926
  onChange?: ((_value: string, _event: Event) => any) | undefined;
927
+ onClear?: ((_event: MouseEvent) => any) | undefined;
928
+ onFocus?: ((_event: FocusEvent) => any) | undefined;
929
929
  onInput?: ((_value: string, _event: Event) => any) | undefined;
930
- "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
931
930
  onPressEnter?: ((_event: KeyboardEvent) => any) | undefined;
932
- }>, "focus" | "blur" | "inputRef" | ("type" | "disabled" | "error" | "readonly" | "defaultValue" | "allowClear" | "fitWidth" | "maxWFull" | "maxLength" | "showWordLimit" | "fitWidthFallback")> & {
931
+ "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
932
+ }>, "blur" | "focus" | "inputRef" | ("allowClear" | "defaultValue" | "disabled" | "error" | "fitWidth" | "fitWidthFallback" | "maxLength" | "maxWFull" | "readonly" | "showWordLimit" | "type")> & {
933
933
  inputRef: HTMLInputElement | undefined;
934
934
  focus: () => void | undefined;
935
935
  blur: () => void | undefined;
@@ -947,12 +947,11 @@ declare const AutoComplete: {
947
947
  $: import("vue").ComponentInternalInstance;
948
948
  $data: {};
949
949
  $props: Partial<{
950
- type: "text" | "password";
951
- disabled: boolean;
952
- error: boolean;
953
- readonly: string | boolean;
954
950
  defaultValue: string;
955
951
  allowClear: boolean;
952
+ disabled: boolean;
953
+ readonly: string | boolean;
954
+ error: boolean;
956
955
  fitWidth: boolean;
957
956
  maxWFull: boolean;
958
957
  maxLength: number | {
@@ -960,14 +959,17 @@ declare const AutoComplete: {
960
959
  errorOnly?: boolean;
961
960
  };
962
961
  showWordLimit: boolean;
962
+ type: "password" | "text";
963
963
  fitWidthFallback: string;
964
964
  }> & Omit<{
965
- readonly type: "text" | "password";
966
- readonly disabled: boolean;
967
- readonly error: boolean;
968
- readonly readonly: string | boolean;
965
+ readonly modelValue?: string | undefined;
969
966
  readonly defaultValue: string;
967
+ readonly size?: "large" | "medium" | "mini" | "small" | undefined;
970
968
  readonly allowClear: boolean;
969
+ readonly disabled: boolean;
970
+ readonly readonly: string | boolean;
971
+ readonly error: boolean;
972
+ readonly placeholder?: string | undefined;
971
973
  readonly fitWidth: boolean;
972
974
  readonly maxWFull: boolean;
973
975
  readonly maxLength: number | {
@@ -975,23 +977,21 @@ declare const AutoComplete: {
975
977
  errorOnly?: boolean;
976
978
  };
977
979
  readonly showWordLimit: boolean;
978
- readonly fitWidthFallback: string;
979
- readonly size?: "small" | "medium" | "large" | "mini" | undefined;
980
- readonly modelValue?: string | undefined;
981
- readonly placeholder?: string | undefined;
980
+ readonly wordLength?: ((value: string) => number) | undefined;
981
+ readonly wordSlice?: ((value: string, maxLength: number) => string) | undefined;
982
982
  readonly inputAttrs?: Record<string, any> | undefined;
983
+ readonly type: "password" | "text";
984
+ readonly fitWidthFallback: string;
983
985
  readonly prepend?: string | undefined;
984
986
  readonly append?: string | undefined;
985
- readonly wordLength?: ((value: string) => number) | undefined;
986
- readonly wordSlice?: ((value: string, maxLength: number) => string) | undefined;
987
- readonly onClear?: ((_event: MouseEvent) => any) | undefined;
988
- readonly onFocus?: ((_event: FocusEvent) => any) | undefined;
989
987
  readonly onBlur?: ((_event: FocusEvent) => any) | undefined;
990
988
  readonly onChange?: ((_value: string, _event: Event) => any) | undefined;
989
+ readonly onClear?: ((_event: MouseEvent) => any) | undefined;
990
+ readonly onFocus?: ((_event: FocusEvent) => any) | undefined;
991
991
  readonly onInput?: ((_value: string, _event: Event) => any) | undefined;
992
- readonly "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
993
992
  readonly onPressEnter?: ((_event: KeyboardEvent) => any) | undefined;
994
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "disabled" | "error" | "readonly" | "defaultValue" | "allowClear" | "fitWidth" | "maxWFull" | "maxLength" | "showWordLimit" | "fitWidthFallback">;
993
+ readonly "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
994
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "allowClear" | "defaultValue" | "disabled" | "error" | "fitWidth" | "fitWidthFallback" | "maxLength" | "maxWFull" | "readonly" | "showWordLimit" | "type">;
995
995
  $attrs: import("vue").Attrs;
996
996
  $refs: {
997
997
  [x: string]: unknown;
@@ -1002,7 +1002,7 @@ declare const AutoComplete: {
1002
1002
  $root: import("vue").ComponentPublicInstance | null;
1003
1003
  $parent: import("vue").ComponentPublicInstance | null;
1004
1004
  $host: Element | null;
1005
- $emit: ((event: "clear", _event: MouseEvent) => void) & ((event: "focus", _event: FocusEvent) => void) & ((event: "blur", _event: FocusEvent) => void) & ((event: "change", _value: string, _event: Event) => void) & ((event: "input", _value: string, _event: Event) => void) & ((event: "update:modelValue", _value: string) => void) & ((event: "pressEnter", _event: KeyboardEvent) => void);
1005
+ $emit: ((event: "blur", _event: FocusEvent) => void) & ((event: "change", _value: string, _event: Event) => void) & ((event: "clear", _event: MouseEvent) => void) & ((event: "focus", _event: FocusEvent) => void) & ((event: "input", _value: string, _event: Event) => void) & ((event: "pressEnter", _event: KeyboardEvent) => void) & ((event: "update:modelValue", _value: string) => void);
1006
1006
  $el: any;
1007
1007
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
1008
1008
  modelValue: StringConstructor;
@@ -1010,7 +1010,7 @@ declare const AutoComplete: {
1010
1010
  type: StringConstructor;
1011
1011
  default: string;
1012
1012
  };
1013
- size: import("vue").PropType<import("../index.ts").Size>;
1013
+ size: import("vue").PropType<import("..").Size>;
1014
1014
  allowClear: {
1015
1015
  type: BooleanConstructor;
1016
1016
  default: boolean;
@@ -1020,7 +1020,7 @@ declare const AutoComplete: {
1020
1020
  default: boolean;
1021
1021
  };
1022
1022
  readonly: {
1023
- type: (StringConstructor | BooleanConstructor)[];
1023
+ type: (BooleanConstructor | StringConstructor)[];
1024
1024
  default: boolean;
1025
1025
  };
1026
1026
  error: {
@@ -1051,7 +1051,7 @@ declare const AutoComplete: {
1051
1051
  wordSlice: import("vue").PropType<(value: string, maxLength: number) => string>;
1052
1052
  inputAttrs: ObjectConstructor;
1053
1053
  type: {
1054
- type: import("vue").PropType<"text" | "password">;
1054
+ type: import("vue").PropType<'text' | 'password'>;
1055
1055
  default: string;
1056
1056
  };
1057
1057
  fitWidthFallback: {
@@ -1061,32 +1061,31 @@ declare const AutoComplete: {
1061
1061
  prepend: StringConstructor;
1062
1062
  append: StringConstructor;
1063
1063
  }>> & Readonly<{
1064
- onClear?: ((_event: MouseEvent) => any) | undefined;
1065
- onFocus?: ((_event: FocusEvent) => any) | undefined;
1066
1064
  onBlur?: ((_event: FocusEvent) => any) | undefined;
1067
1065
  onChange?: ((_value: string, _event: Event) => any) | undefined;
1066
+ onClear?: ((_event: MouseEvent) => any) | undefined;
1067
+ onFocus?: ((_event: FocusEvent) => any) | undefined;
1068
1068
  onInput?: ((_value: string, _event: Event) => any) | undefined;
1069
- "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
1070
1069
  onPressEnter?: ((_event: KeyboardEvent) => any) | undefined;
1070
+ "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
1071
1071
  }>, {
1072
1072
  inputRef: import("vue").Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
1073
1073
  focus: () => void | undefined;
1074
1074
  blur: () => void | undefined;
1075
1075
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1076
- clear: (_event: MouseEvent) => void;
1077
- focus: (_event: FocusEvent) => void;
1078
1076
  blur: (_event: FocusEvent) => void;
1079
1077
  change: (_value: string, _event: Event) => void;
1078
+ clear: (_event: MouseEvent) => void;
1079
+ focus: (_event: FocusEvent) => void;
1080
1080
  input: (_value: string, _event: Event) => void;
1081
- "update:modelValue": (_value: string) => void;
1082
1081
  pressEnter: (_event: KeyboardEvent) => void;
1082
+ "update:modelValue": (_value: string) => void;
1083
1083
  }, string, {
1084
- type: "text" | "password";
1085
- disabled: boolean;
1086
- error: boolean;
1087
- readonly: string | boolean;
1088
1084
  defaultValue: string;
1089
1085
  allowClear: boolean;
1086
+ disabled: boolean;
1087
+ readonly: string | boolean;
1088
+ error: boolean;
1090
1089
  fitWidth: boolean;
1091
1090
  maxWFull: boolean;
1092
1091
  maxLength: number | {
@@ -1094,34 +1093,34 @@ declare const AutoComplete: {
1094
1093
  errorOnly?: boolean;
1095
1094
  };
1096
1095
  showWordLimit: boolean;
1096
+ type: "password" | "text";
1097
1097
  fitWidthFallback: string;
1098
1098
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
1099
- beforeCreate?: (() => void) | (() => void)[];
1100
- created?: (() => void) | (() => void)[];
1101
- beforeMount?: (() => void) | (() => void)[];
1102
- mounted?: (() => void) | (() => void)[];
1103
- beforeUpdate?: (() => void) | (() => void)[];
1104
- updated?: (() => void) | (() => void)[];
1105
- activated?: (() => void) | (() => void)[];
1106
- deactivated?: (() => void) | (() => void)[];
1107
- beforeDestroy?: (() => void) | (() => void)[];
1108
- beforeUnmount?: (() => void) | (() => void)[];
1109
- destroyed?: (() => void) | (() => void)[];
1110
- unmounted?: (() => void) | (() => void)[];
1111
- renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
1112
- renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
1113
- errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
1099
+ beforeCreate?: (() => void)[] | (() => void);
1100
+ created?: (() => void)[] | (() => void);
1101
+ beforeMount?: (() => void)[] | (() => void);
1102
+ mounted?: (() => void)[] | (() => void);
1103
+ beforeUpdate?: (() => void)[] | (() => void);
1104
+ updated?: (() => void)[] | (() => void);
1105
+ activated?: (() => void)[] | (() => void);
1106
+ deactivated?: (() => void)[] | (() => void);
1107
+ beforeDestroy?: (() => void)[] | (() => void);
1108
+ beforeUnmount?: (() => void)[] | (() => void);
1109
+ destroyed?: (() => void)[] | (() => void);
1110
+ unmounted?: (() => void)[] | (() => void);
1111
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
1112
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
1113
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[] | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void);
1114
1114
  };
1115
1115
  $forceUpdate: () => void;
1116
1116
  $nextTick: typeof import("vue").nextTick;
1117
1117
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
1118
1118
  } & Readonly<{
1119
- type: "text" | "password";
1120
- disabled: boolean;
1121
- error: boolean;
1122
- readonly: string | boolean;
1123
1119
  defaultValue: string;
1124
1120
  allowClear: boolean;
1121
+ disabled: boolean;
1122
+ readonly: string | boolean;
1123
+ error: boolean;
1125
1124
  fitWidth: boolean;
1126
1125
  maxWFull: boolean;
1127
1126
  maxLength: number | {
@@ -1129,6 +1128,7 @@ declare const AutoComplete: {
1129
1128
  errorOnly?: boolean;
1130
1129
  };
1131
1130
  showWordLimit: boolean;
1131
+ type: "password" | "text";
1132
1132
  fitWidthFallback: string;
1133
1133
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
1134
1134
  modelValue: StringConstructor;
@@ -1136,7 +1136,7 @@ declare const AutoComplete: {
1136
1136
  type: StringConstructor;
1137
1137
  default: string;
1138
1138
  };
1139
- size: import("vue").PropType<import("../index.ts").Size>;
1139
+ size: import("vue").PropType<import("..").Size>;
1140
1140
  allowClear: {
1141
1141
  type: BooleanConstructor;
1142
1142
  default: boolean;
@@ -1146,7 +1146,7 @@ declare const AutoComplete: {
1146
1146
  default: boolean;
1147
1147
  };
1148
1148
  readonly: {
1149
- type: (StringConstructor | BooleanConstructor)[];
1149
+ type: (BooleanConstructor | StringConstructor)[];
1150
1150
  default: boolean;
1151
1151
  };
1152
1152
  error: {
@@ -1177,7 +1177,7 @@ declare const AutoComplete: {
1177
1177
  wordSlice: import("vue").PropType<(value: string, maxLength: number) => string>;
1178
1178
  inputAttrs: ObjectConstructor;
1179
1179
  type: {
1180
- type: import("vue").PropType<"text" | "password">;
1180
+ type: import("vue").PropType<'text' | 'password'>;
1181
1181
  default: string;
1182
1182
  };
1183
1183
  fitWidthFallback: {
@@ -1187,14 +1187,14 @@ declare const AutoComplete: {
1187
1187
  prepend: StringConstructor;
1188
1188
  append: StringConstructor;
1189
1189
  }>> & Readonly<{
1190
- onClear?: ((_event: MouseEvent) => any) | undefined;
1191
- onFocus?: ((_event: FocusEvent) => any) | undefined;
1192
1190
  onBlur?: ((_event: FocusEvent) => any) | undefined;
1193
1191
  onChange?: ((_value: string, _event: Event) => any) | undefined;
1192
+ onClear?: ((_event: MouseEvent) => any) | undefined;
1193
+ onFocus?: ((_event: FocusEvent) => any) | undefined;
1194
1194
  onInput?: ((_value: string, _event: Event) => any) | undefined;
1195
- "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
1196
1195
  onPressEnter?: ((_event: KeyboardEvent) => any) | undefined;
1197
- }>, "focus" | "blur" | "inputRef" | ("type" | "disabled" | "error" | "readonly" | "defaultValue" | "allowClear" | "fitWidth" | "maxWFull" | "maxLength" | "showWordLimit" | "fitWidthFallback")> & {
1196
+ "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
1197
+ }>, "blur" | "focus" | "inputRef" | ("allowClear" | "defaultValue" | "disabled" | "error" | "fitWidth" | "fitWidthFallback" | "maxLength" | "maxWFull" | "readonly" | "showWordLimit" | "type")> & {
1198
1198
  inputRef: HTMLInputElement | undefined;
1199
1199
  focus: () => void | undefined;
1200
1200
  blur: () => void | undefined;
@@ -1212,16 +1212,16 @@ declare const AutoComplete: {
1212
1212
  focus: () => void | undefined;
1213
1213
  blur: () => void | undefined;
1214
1214
  }, {}, {}, {}, {
1215
- strict: boolean;
1215
+ modelValue: string;
1216
+ defaultValue: string;
1216
1217
  disabled: boolean;
1217
1218
  readonly: string | boolean;
1218
1219
  data: (string | number | SelectOptionData | SelectOptionGroup)[];
1219
- defaultValue: string;
1220
- modelValue: string;
1220
+ strict: boolean;
1221
+ filterOption: FilterOption;
1221
1222
  allowClear: boolean;
1222
1223
  fitWidth: boolean;
1223
1224
  maxWFull: boolean;
1224
- filterOption: FilterOption;
1225
1225
  }>;
1226
1226
  __isFragment?: never;
1227
1227
  __isTeleport?: never;
@@ -1240,7 +1240,7 @@ declare const AutoComplete: {
1240
1240
  default: boolean;
1241
1241
  };
1242
1242
  readonly: {
1243
- type: (StringConstructor | BooleanConstructor)[];
1243
+ type: (BooleanConstructor | StringConstructor)[];
1244
1244
  default: boolean;
1245
1245
  };
1246
1246
  data: {
@@ -1256,8 +1256,8 @@ declare const AutoComplete: {
1256
1256
  type: import("vue").PropType<FilterOption>;
1257
1257
  default: boolean;
1258
1258
  };
1259
- triggerProps: import("vue").PropType<import("../index.ts").TriggerProps>;
1260
- floatingOptions: import("vue").PropType<import("../index.ts").FloatingOptions>;
1259
+ triggerProps: import("vue").PropType<import("..").TriggerProps>;
1260
+ floatingOptions: import("vue").PropType<import("..").FloatingOptions>;
1261
1261
  allowClear: {
1262
1262
  type: BooleanConstructor;
1263
1263
  default: boolean;
@@ -1270,26 +1270,25 @@ declare const AutoComplete: {
1270
1270
  type: BooleanConstructor;
1271
1271
  default: boolean;
1272
1272
  };
1273
- virtualListProps: import("vue").PropType<import("../_components/virtual-list/interface.ts").VirtualListProps>;
1273
+ virtualListProps: import("vue").PropType<import("../_components/virtual-list/interface").VirtualListProps>;
1274
1274
  }>> & Readonly<{
1275
- onSearch?: ((_value: string) => any) | undefined;
1276
- onClear?: ((_event: Event) => any) | undefined;
1277
1275
  onChange?: ((_value: string) => any) | undefined;
1276
+ onClear?: ((_event: Event) => any) | undefined;
1277
+ onDropdownReachBottom?: ((_event: Event) => any) | undefined;
1278
+ onDropdownScroll?: ((_event: Event) => any) | undefined;
1279
+ onSearch?: ((_value: string) => any) | undefined;
1278
1280
  onSelect?: ((_value: string) => any) | undefined;
1279
1281
  "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
1280
- onDropdownScroll?: ((_event: Event) => any) | undefined;
1281
- onDropdownReachBottom?: ((_event: Event) => any) | undefined;
1282
1282
  }>, {
1283
1283
  inputRef: import("vue").Ref<({
1284
1284
  $: import("vue").ComponentInternalInstance;
1285
1285
  $data: {};
1286
1286
  $props: Partial<{
1287
- type: "text" | "password";
1288
- disabled: boolean;
1289
- error: boolean;
1290
- readonly: string | boolean;
1291
1287
  defaultValue: string;
1292
1288
  allowClear: boolean;
1289
+ disabled: boolean;
1290
+ readonly: string | boolean;
1291
+ error: boolean;
1293
1292
  fitWidth: boolean;
1294
1293
  maxWFull: boolean;
1295
1294
  maxLength: number | {
@@ -1297,14 +1296,17 @@ declare const AutoComplete: {
1297
1296
  errorOnly?: boolean;
1298
1297
  };
1299
1298
  showWordLimit: boolean;
1299
+ type: "password" | "text";
1300
1300
  fitWidthFallback: string;
1301
1301
  }> & Omit<{
1302
- readonly type: "text" | "password";
1303
- readonly disabled: boolean;
1304
- readonly error: boolean;
1305
- readonly readonly: string | boolean;
1302
+ readonly modelValue?: string | undefined;
1306
1303
  readonly defaultValue: string;
1304
+ readonly size?: "large" | "medium" | "mini" | "small" | undefined;
1307
1305
  readonly allowClear: boolean;
1306
+ readonly disabled: boolean;
1307
+ readonly readonly: string | boolean;
1308
+ readonly error: boolean;
1309
+ readonly placeholder?: string | undefined;
1308
1310
  readonly fitWidth: boolean;
1309
1311
  readonly maxWFull: boolean;
1310
1312
  readonly maxLength: number | {
@@ -1312,23 +1314,21 @@ declare const AutoComplete: {
1312
1314
  errorOnly?: boolean;
1313
1315
  };
1314
1316
  readonly showWordLimit: boolean;
1315
- readonly fitWidthFallback: string;
1316
- readonly size?: "small" | "medium" | "large" | "mini" | undefined;
1317
- readonly modelValue?: string | undefined;
1318
- readonly placeholder?: string | undefined;
1317
+ readonly wordLength?: ((value: string) => number) | undefined;
1318
+ readonly wordSlice?: ((value: string, maxLength: number) => string) | undefined;
1319
1319
  readonly inputAttrs?: Record<string, any> | undefined;
1320
+ readonly type: "password" | "text";
1321
+ readonly fitWidthFallback: string;
1320
1322
  readonly prepend?: string | undefined;
1321
1323
  readonly append?: string | undefined;
1322
- readonly wordLength?: ((value: string) => number) | undefined;
1323
- readonly wordSlice?: ((value: string, maxLength: number) => string) | undefined;
1324
- readonly onClear?: ((_event: MouseEvent) => any) | undefined;
1325
- readonly onFocus?: ((_event: FocusEvent) => any) | undefined;
1326
1324
  readonly onBlur?: ((_event: FocusEvent) => any) | undefined;
1327
1325
  readonly onChange?: ((_value: string, _event: Event) => any) | undefined;
1326
+ readonly onClear?: ((_event: MouseEvent) => any) | undefined;
1327
+ readonly onFocus?: ((_event: FocusEvent) => any) | undefined;
1328
1328
  readonly onInput?: ((_value: string, _event: Event) => any) | undefined;
1329
- readonly "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
1330
1329
  readonly onPressEnter?: ((_event: KeyboardEvent) => any) | undefined;
1331
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "disabled" | "error" | "readonly" | "defaultValue" | "allowClear" | "fitWidth" | "maxWFull" | "maxLength" | "showWordLimit" | "fitWidthFallback">;
1330
+ readonly "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
1331
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "allowClear" | "defaultValue" | "disabled" | "error" | "fitWidth" | "fitWidthFallback" | "maxLength" | "maxWFull" | "readonly" | "showWordLimit" | "type">;
1332
1332
  $attrs: import("vue").Attrs;
1333
1333
  $refs: {
1334
1334
  [x: string]: unknown;
@@ -1339,7 +1339,7 @@ declare const AutoComplete: {
1339
1339
  $root: import("vue").ComponentPublicInstance | null;
1340
1340
  $parent: import("vue").ComponentPublicInstance | null;
1341
1341
  $host: Element | null;
1342
- $emit: ((event: "clear", _event: MouseEvent) => void) & ((event: "focus", _event: FocusEvent) => void) & ((event: "blur", _event: FocusEvent) => void) & ((event: "change", _value: string, _event: Event) => void) & ((event: "input", _value: string, _event: Event) => void) & ((event: "update:modelValue", _value: string) => void) & ((event: "pressEnter", _event: KeyboardEvent) => void);
1342
+ $emit: ((event: "blur", _event: FocusEvent) => void) & ((event: "change", _value: string, _event: Event) => void) & ((event: "clear", _event: MouseEvent) => void) & ((event: "focus", _event: FocusEvent) => void) & ((event: "input", _value: string, _event: Event) => void) & ((event: "pressEnter", _event: KeyboardEvent) => void) & ((event: "update:modelValue", _value: string) => void);
1343
1343
  $el: any;
1344
1344
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
1345
1345
  modelValue: StringConstructor;
@@ -1347,7 +1347,7 @@ declare const AutoComplete: {
1347
1347
  type: StringConstructor;
1348
1348
  default: string;
1349
1349
  };
1350
- size: import("vue").PropType<import("../index.ts").Size>;
1350
+ size: import("vue").PropType<import("..").Size>;
1351
1351
  allowClear: {
1352
1352
  type: BooleanConstructor;
1353
1353
  default: boolean;
@@ -1357,7 +1357,7 @@ declare const AutoComplete: {
1357
1357
  default: boolean;
1358
1358
  };
1359
1359
  readonly: {
1360
- type: (StringConstructor | BooleanConstructor)[];
1360
+ type: (BooleanConstructor | StringConstructor)[];
1361
1361
  default: boolean;
1362
1362
  };
1363
1363
  error: {
@@ -1388,7 +1388,7 @@ declare const AutoComplete: {
1388
1388
  wordSlice: import("vue").PropType<(value: string, maxLength: number) => string>;
1389
1389
  inputAttrs: ObjectConstructor;
1390
1390
  type: {
1391
- type: import("vue").PropType<"text" | "password">;
1391
+ type: import("vue").PropType<'text' | 'password'>;
1392
1392
  default: string;
1393
1393
  };
1394
1394
  fitWidthFallback: {
@@ -1398,32 +1398,31 @@ declare const AutoComplete: {
1398
1398
  prepend: StringConstructor;
1399
1399
  append: StringConstructor;
1400
1400
  }>> & Readonly<{
1401
- onClear?: ((_event: MouseEvent) => any) | undefined;
1402
- onFocus?: ((_event: FocusEvent) => any) | undefined;
1403
1401
  onBlur?: ((_event: FocusEvent) => any) | undefined;
1404
1402
  onChange?: ((_value: string, _event: Event) => any) | undefined;
1403
+ onClear?: ((_event: MouseEvent) => any) | undefined;
1404
+ onFocus?: ((_event: FocusEvent) => any) | undefined;
1405
1405
  onInput?: ((_value: string, _event: Event) => any) | undefined;
1406
- "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
1407
1406
  onPressEnter?: ((_event: KeyboardEvent) => any) | undefined;
1407
+ "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
1408
1408
  }>, {
1409
1409
  inputRef: import("vue").Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
1410
1410
  focus: () => void | undefined;
1411
1411
  blur: () => void | undefined;
1412
1412
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1413
- clear: (_event: MouseEvent) => void;
1414
- focus: (_event: FocusEvent) => void;
1415
1413
  blur: (_event: FocusEvent) => void;
1416
1414
  change: (_value: string, _event: Event) => void;
1415
+ clear: (_event: MouseEvent) => void;
1416
+ focus: (_event: FocusEvent) => void;
1417
1417
  input: (_value: string, _event: Event) => void;
1418
- "update:modelValue": (_value: string) => void;
1419
1418
  pressEnter: (_event: KeyboardEvent) => void;
1419
+ "update:modelValue": (_value: string) => void;
1420
1420
  }, string, {
1421
- type: "text" | "password";
1422
- disabled: boolean;
1423
- error: boolean;
1424
- readonly: string | boolean;
1425
1421
  defaultValue: string;
1426
1422
  allowClear: boolean;
1423
+ disabled: boolean;
1424
+ readonly: string | boolean;
1425
+ error: boolean;
1427
1426
  fitWidth: boolean;
1428
1427
  maxWFull: boolean;
1429
1428
  maxLength: number | {
@@ -1431,34 +1430,34 @@ declare const AutoComplete: {
1431
1430
  errorOnly?: boolean;
1432
1431
  };
1433
1432
  showWordLimit: boolean;
1433
+ type: "password" | "text";
1434
1434
  fitWidthFallback: string;
1435
1435
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
1436
- beforeCreate?: (() => void) | (() => void)[];
1437
- created?: (() => void) | (() => void)[];
1438
- beforeMount?: (() => void) | (() => void)[];
1439
- mounted?: (() => void) | (() => void)[];
1440
- beforeUpdate?: (() => void) | (() => void)[];
1441
- updated?: (() => void) | (() => void)[];
1442
- activated?: (() => void) | (() => void)[];
1443
- deactivated?: (() => void) | (() => void)[];
1444
- beforeDestroy?: (() => void) | (() => void)[];
1445
- beforeUnmount?: (() => void) | (() => void)[];
1446
- destroyed?: (() => void) | (() => void)[];
1447
- unmounted?: (() => void) | (() => void)[];
1448
- renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
1449
- renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
1450
- errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
1436
+ beforeCreate?: (() => void)[] | (() => void);
1437
+ created?: (() => void)[] | (() => void);
1438
+ beforeMount?: (() => void)[] | (() => void);
1439
+ mounted?: (() => void)[] | (() => void);
1440
+ beforeUpdate?: (() => void)[] | (() => void);
1441
+ updated?: (() => void)[] | (() => void);
1442
+ activated?: (() => void)[] | (() => void);
1443
+ deactivated?: (() => void)[] | (() => void);
1444
+ beforeDestroy?: (() => void)[] | (() => void);
1445
+ beforeUnmount?: (() => void)[] | (() => void);
1446
+ destroyed?: (() => void)[] | (() => void);
1447
+ unmounted?: (() => void)[] | (() => void);
1448
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
1449
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
1450
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[] | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void);
1451
1451
  };
1452
1452
  $forceUpdate: () => void;
1453
1453
  $nextTick: typeof import("vue").nextTick;
1454
1454
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
1455
1455
  } & Readonly<{
1456
- type: "text" | "password";
1457
- disabled: boolean;
1458
- error: boolean;
1459
- readonly: string | boolean;
1460
1456
  defaultValue: string;
1461
1457
  allowClear: boolean;
1458
+ disabled: boolean;
1459
+ readonly: string | boolean;
1460
+ error: boolean;
1462
1461
  fitWidth: boolean;
1463
1462
  maxWFull: boolean;
1464
1463
  maxLength: number | {
@@ -1466,6 +1465,7 @@ declare const AutoComplete: {
1466
1465
  errorOnly?: boolean;
1467
1466
  };
1468
1467
  showWordLimit: boolean;
1468
+ type: "password" | "text";
1469
1469
  fitWidthFallback: string;
1470
1470
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
1471
1471
  modelValue: StringConstructor;
@@ -1473,7 +1473,7 @@ declare const AutoComplete: {
1473
1473
  type: StringConstructor;
1474
1474
  default: string;
1475
1475
  };
1476
- size: import("vue").PropType<import("../index.ts").Size>;
1476
+ size: import("vue").PropType<import("..").Size>;
1477
1477
  allowClear: {
1478
1478
  type: BooleanConstructor;
1479
1479
  default: boolean;
@@ -1483,7 +1483,7 @@ declare const AutoComplete: {
1483
1483
  default: boolean;
1484
1484
  };
1485
1485
  readonly: {
1486
- type: (StringConstructor | BooleanConstructor)[];
1486
+ type: (BooleanConstructor | StringConstructor)[];
1487
1487
  default: boolean;
1488
1488
  };
1489
1489
  error: {
@@ -1514,7 +1514,7 @@ declare const AutoComplete: {
1514
1514
  wordSlice: import("vue").PropType<(value: string, maxLength: number) => string>;
1515
1515
  inputAttrs: ObjectConstructor;
1516
1516
  type: {
1517
- type: import("vue").PropType<"text" | "password">;
1517
+ type: import("vue").PropType<'text' | 'password'>;
1518
1518
  default: string;
1519
1519
  };
1520
1520
  fitWidthFallback: {
@@ -1524,14 +1524,14 @@ declare const AutoComplete: {
1524
1524
  prepend: StringConstructor;
1525
1525
  append: StringConstructor;
1526
1526
  }>> & Readonly<{
1527
- onClear?: ((_event: MouseEvent) => any) | undefined;
1528
- onFocus?: ((_event: FocusEvent) => any) | undefined;
1529
1527
  onBlur?: ((_event: FocusEvent) => any) | undefined;
1530
1528
  onChange?: ((_value: string, _event: Event) => any) | undefined;
1529
+ onClear?: ((_event: MouseEvent) => any) | undefined;
1530
+ onFocus?: ((_event: FocusEvent) => any) | undefined;
1531
1531
  onInput?: ((_value: string, _event: Event) => any) | undefined;
1532
- "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
1533
1532
  onPressEnter?: ((_event: KeyboardEvent) => any) | undefined;
1534
- }>, "focus" | "blur" | "inputRef" | ("type" | "disabled" | "error" | "readonly" | "defaultValue" | "allowClear" | "fitWidth" | "maxWFull" | "maxLength" | "showWordLimit" | "fitWidthFallback")> & {
1533
+ "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
1534
+ }>, "blur" | "focus" | "inputRef" | ("allowClear" | "defaultValue" | "disabled" | "error" | "fitWidth" | "fitWidthFallback" | "maxLength" | "maxWFull" | "readonly" | "showWordLimit" | "type")> & {
1535
1535
  inputRef: HTMLInputElement | undefined;
1536
1536
  focus: () => void | undefined;
1537
1537
  blur: () => void | undefined;
@@ -1549,12 +1549,11 @@ declare const AutoComplete: {
1549
1549
  $: import("vue").ComponentInternalInstance;
1550
1550
  $data: {};
1551
1551
  $props: Partial<{
1552
- type: "text" | "password";
1553
- disabled: boolean;
1554
- error: boolean;
1555
- readonly: string | boolean;
1556
1552
  defaultValue: string;
1557
1553
  allowClear: boolean;
1554
+ disabled: boolean;
1555
+ readonly: string | boolean;
1556
+ error: boolean;
1558
1557
  fitWidth: boolean;
1559
1558
  maxWFull: boolean;
1560
1559
  maxLength: number | {
@@ -1562,14 +1561,17 @@ declare const AutoComplete: {
1562
1561
  errorOnly?: boolean;
1563
1562
  };
1564
1563
  showWordLimit: boolean;
1564
+ type: "password" | "text";
1565
1565
  fitWidthFallback: string;
1566
1566
  }> & Omit<{
1567
- readonly type: "text" | "password";
1568
- readonly disabled: boolean;
1569
- readonly error: boolean;
1570
- readonly readonly: string | boolean;
1567
+ readonly modelValue?: string | undefined;
1571
1568
  readonly defaultValue: string;
1569
+ readonly size?: "large" | "medium" | "mini" | "small" | undefined;
1572
1570
  readonly allowClear: boolean;
1571
+ readonly disabled: boolean;
1572
+ readonly readonly: string | boolean;
1573
+ readonly error: boolean;
1574
+ readonly placeholder?: string | undefined;
1573
1575
  readonly fitWidth: boolean;
1574
1576
  readonly maxWFull: boolean;
1575
1577
  readonly maxLength: number | {
@@ -1577,23 +1579,21 @@ declare const AutoComplete: {
1577
1579
  errorOnly?: boolean;
1578
1580
  };
1579
1581
  readonly showWordLimit: boolean;
1580
- readonly fitWidthFallback: string;
1581
- readonly size?: "small" | "medium" | "large" | "mini" | undefined;
1582
- readonly modelValue?: string | undefined;
1583
- readonly placeholder?: string | undefined;
1582
+ readonly wordLength?: ((value: string) => number) | undefined;
1583
+ readonly wordSlice?: ((value: string, maxLength: number) => string) | undefined;
1584
1584
  readonly inputAttrs?: Record<string, any> | undefined;
1585
+ readonly type: "password" | "text";
1586
+ readonly fitWidthFallback: string;
1585
1587
  readonly prepend?: string | undefined;
1586
1588
  readonly append?: string | undefined;
1587
- readonly wordLength?: ((value: string) => number) | undefined;
1588
- readonly wordSlice?: ((value: string, maxLength: number) => string) | undefined;
1589
- readonly onClear?: ((_event: MouseEvent) => any) | undefined;
1590
- readonly onFocus?: ((_event: FocusEvent) => any) | undefined;
1591
1589
  readonly onBlur?: ((_event: FocusEvent) => any) | undefined;
1592
1590
  readonly onChange?: ((_value: string, _event: Event) => any) | undefined;
1591
+ readonly onClear?: ((_event: MouseEvent) => any) | undefined;
1592
+ readonly onFocus?: ((_event: FocusEvent) => any) | undefined;
1593
1593
  readonly onInput?: ((_value: string, _event: Event) => any) | undefined;
1594
- readonly "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
1595
1594
  readonly onPressEnter?: ((_event: KeyboardEvent) => any) | undefined;
1596
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "disabled" | "error" | "readonly" | "defaultValue" | "allowClear" | "fitWidth" | "maxWFull" | "maxLength" | "showWordLimit" | "fitWidthFallback">;
1595
+ readonly "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
1596
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "allowClear" | "defaultValue" | "disabled" | "error" | "fitWidth" | "fitWidthFallback" | "maxLength" | "maxWFull" | "readonly" | "showWordLimit" | "type">;
1597
1597
  $attrs: import("vue").Attrs;
1598
1598
  $refs: {
1599
1599
  [x: string]: unknown;
@@ -1604,7 +1604,7 @@ declare const AutoComplete: {
1604
1604
  $root: import("vue").ComponentPublicInstance | null;
1605
1605
  $parent: import("vue").ComponentPublicInstance | null;
1606
1606
  $host: Element | null;
1607
- $emit: ((event: "clear", _event: MouseEvent) => void) & ((event: "focus", _event: FocusEvent) => void) & ((event: "blur", _event: FocusEvent) => void) & ((event: "change", _value: string, _event: Event) => void) & ((event: "input", _value: string, _event: Event) => void) & ((event: "update:modelValue", _value: string) => void) & ((event: "pressEnter", _event: KeyboardEvent) => void);
1607
+ $emit: ((event: "blur", _event: FocusEvent) => void) & ((event: "change", _value: string, _event: Event) => void) & ((event: "clear", _event: MouseEvent) => void) & ((event: "focus", _event: FocusEvent) => void) & ((event: "input", _value: string, _event: Event) => void) & ((event: "pressEnter", _event: KeyboardEvent) => void) & ((event: "update:modelValue", _value: string) => void);
1608
1608
  $el: any;
1609
1609
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
1610
1610
  modelValue: StringConstructor;
@@ -1612,7 +1612,7 @@ declare const AutoComplete: {
1612
1612
  type: StringConstructor;
1613
1613
  default: string;
1614
1614
  };
1615
- size: import("vue").PropType<import("../index.ts").Size>;
1615
+ size: import("vue").PropType<import("..").Size>;
1616
1616
  allowClear: {
1617
1617
  type: BooleanConstructor;
1618
1618
  default: boolean;
@@ -1622,7 +1622,7 @@ declare const AutoComplete: {
1622
1622
  default: boolean;
1623
1623
  };
1624
1624
  readonly: {
1625
- type: (StringConstructor | BooleanConstructor)[];
1625
+ type: (BooleanConstructor | StringConstructor)[];
1626
1626
  default: boolean;
1627
1627
  };
1628
1628
  error: {
@@ -1653,7 +1653,7 @@ declare const AutoComplete: {
1653
1653
  wordSlice: import("vue").PropType<(value: string, maxLength: number) => string>;
1654
1654
  inputAttrs: ObjectConstructor;
1655
1655
  type: {
1656
- type: import("vue").PropType<"text" | "password">;
1656
+ type: import("vue").PropType<'text' | 'password'>;
1657
1657
  default: string;
1658
1658
  };
1659
1659
  fitWidthFallback: {
@@ -1663,32 +1663,31 @@ declare const AutoComplete: {
1663
1663
  prepend: StringConstructor;
1664
1664
  append: StringConstructor;
1665
1665
  }>> & Readonly<{
1666
- onClear?: ((_event: MouseEvent) => any) | undefined;
1667
- onFocus?: ((_event: FocusEvent) => any) | undefined;
1668
1666
  onBlur?: ((_event: FocusEvent) => any) | undefined;
1669
1667
  onChange?: ((_value: string, _event: Event) => any) | undefined;
1668
+ onClear?: ((_event: MouseEvent) => any) | undefined;
1669
+ onFocus?: ((_event: FocusEvent) => any) | undefined;
1670
1670
  onInput?: ((_value: string, _event: Event) => any) | undefined;
1671
- "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
1672
1671
  onPressEnter?: ((_event: KeyboardEvent) => any) | undefined;
1672
+ "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
1673
1673
  }>, {
1674
1674
  inputRef: import("vue").Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
1675
1675
  focus: () => void | undefined;
1676
1676
  blur: () => void | undefined;
1677
1677
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1678
- clear: (_event: MouseEvent) => void;
1679
- focus: (_event: FocusEvent) => void;
1680
1678
  blur: (_event: FocusEvent) => void;
1681
1679
  change: (_value: string, _event: Event) => void;
1680
+ clear: (_event: MouseEvent) => void;
1681
+ focus: (_event: FocusEvent) => void;
1682
1682
  input: (_value: string, _event: Event) => void;
1683
- "update:modelValue": (_value: string) => void;
1684
1683
  pressEnter: (_event: KeyboardEvent) => void;
1684
+ "update:modelValue": (_value: string) => void;
1685
1685
  }, string, {
1686
- type: "text" | "password";
1687
- disabled: boolean;
1688
- error: boolean;
1689
- readonly: string | boolean;
1690
1686
  defaultValue: string;
1691
1687
  allowClear: boolean;
1688
+ disabled: boolean;
1689
+ readonly: string | boolean;
1690
+ error: boolean;
1692
1691
  fitWidth: boolean;
1693
1692
  maxWFull: boolean;
1694
1693
  maxLength: number | {
@@ -1696,34 +1695,34 @@ declare const AutoComplete: {
1696
1695
  errorOnly?: boolean;
1697
1696
  };
1698
1697
  showWordLimit: boolean;
1698
+ type: "password" | "text";
1699
1699
  fitWidthFallback: string;
1700
1700
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
1701
- beforeCreate?: (() => void) | (() => void)[];
1702
- created?: (() => void) | (() => void)[];
1703
- beforeMount?: (() => void) | (() => void)[];
1704
- mounted?: (() => void) | (() => void)[];
1705
- beforeUpdate?: (() => void) | (() => void)[];
1706
- updated?: (() => void) | (() => void)[];
1707
- activated?: (() => void) | (() => void)[];
1708
- deactivated?: (() => void) | (() => void)[];
1709
- beforeDestroy?: (() => void) | (() => void)[];
1710
- beforeUnmount?: (() => void) | (() => void)[];
1711
- destroyed?: (() => void) | (() => void)[];
1712
- unmounted?: (() => void) | (() => void)[];
1713
- renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
1714
- renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
1715
- errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
1701
+ beforeCreate?: (() => void)[] | (() => void);
1702
+ created?: (() => void)[] | (() => void);
1703
+ beforeMount?: (() => void)[] | (() => void);
1704
+ mounted?: (() => void)[] | (() => void);
1705
+ beforeUpdate?: (() => void)[] | (() => void);
1706
+ updated?: (() => void)[] | (() => void);
1707
+ activated?: (() => void)[] | (() => void);
1708
+ deactivated?: (() => void)[] | (() => void);
1709
+ beforeDestroy?: (() => void)[] | (() => void);
1710
+ beforeUnmount?: (() => void)[] | (() => void);
1711
+ destroyed?: (() => void)[] | (() => void);
1712
+ unmounted?: (() => void)[] | (() => void);
1713
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
1714
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
1715
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[] | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void);
1716
1716
  };
1717
1717
  $forceUpdate: () => void;
1718
1718
  $nextTick: typeof import("vue").nextTick;
1719
1719
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
1720
1720
  } & Readonly<{
1721
- type: "text" | "password";
1722
- disabled: boolean;
1723
- error: boolean;
1724
- readonly: string | boolean;
1725
1721
  defaultValue: string;
1726
1722
  allowClear: boolean;
1723
+ disabled: boolean;
1724
+ readonly: string | boolean;
1725
+ error: boolean;
1727
1726
  fitWidth: boolean;
1728
1727
  maxWFull: boolean;
1729
1728
  maxLength: number | {
@@ -1731,6 +1730,7 @@ declare const AutoComplete: {
1731
1730
  errorOnly?: boolean;
1732
1731
  };
1733
1732
  showWordLimit: boolean;
1733
+ type: "password" | "text";
1734
1734
  fitWidthFallback: string;
1735
1735
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
1736
1736
  modelValue: StringConstructor;
@@ -1738,7 +1738,7 @@ declare const AutoComplete: {
1738
1738
  type: StringConstructor;
1739
1739
  default: string;
1740
1740
  };
1741
- size: import("vue").PropType<import("../index.ts").Size>;
1741
+ size: import("vue").PropType<import("..").Size>;
1742
1742
  allowClear: {
1743
1743
  type: BooleanConstructor;
1744
1744
  default: boolean;
@@ -1748,7 +1748,7 @@ declare const AutoComplete: {
1748
1748
  default: boolean;
1749
1749
  };
1750
1750
  readonly: {
1751
- type: (StringConstructor | BooleanConstructor)[];
1751
+ type: (BooleanConstructor | StringConstructor)[];
1752
1752
  default: boolean;
1753
1753
  };
1754
1754
  error: {
@@ -1779,7 +1779,7 @@ declare const AutoComplete: {
1779
1779
  wordSlice: import("vue").PropType<(value: string, maxLength: number) => string>;
1780
1780
  inputAttrs: ObjectConstructor;
1781
1781
  type: {
1782
- type: import("vue").PropType<"text" | "password">;
1782
+ type: import("vue").PropType<'text' | 'password'>;
1783
1783
  default: string;
1784
1784
  };
1785
1785
  fitWidthFallback: {
@@ -1789,14 +1789,14 @@ declare const AutoComplete: {
1789
1789
  prepend: StringConstructor;
1790
1790
  append: StringConstructor;
1791
1791
  }>> & Readonly<{
1792
- onClear?: ((_event: MouseEvent) => any) | undefined;
1793
- onFocus?: ((_event: FocusEvent) => any) | undefined;
1794
1792
  onBlur?: ((_event: FocusEvent) => any) | undefined;
1795
1793
  onChange?: ((_value: string, _event: Event) => any) | undefined;
1794
+ onClear?: ((_event: MouseEvent) => any) | undefined;
1795
+ onFocus?: ((_event: FocusEvent) => any) | undefined;
1796
1796
  onInput?: ((_value: string, _event: Event) => any) | undefined;
1797
- "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
1798
1797
  onPressEnter?: ((_event: KeyboardEvent) => any) | undefined;
1799
- }>, "focus" | "blur" | "inputRef" | ("type" | "disabled" | "error" | "readonly" | "defaultValue" | "allowClear" | "fitWidth" | "maxWFull" | "maxLength" | "showWordLimit" | "fitWidthFallback")> & {
1798
+ "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
1799
+ }>, "blur" | "focus" | "inputRef" | ("allowClear" | "defaultValue" | "disabled" | "error" | "fitWidth" | "fitWidthFallback" | "maxLength" | "maxWFull" | "readonly" | "showWordLimit" | "type")> & {
1800
1800
  inputRef: HTMLInputElement | undefined;
1801
1801
  focus: () => void | undefined;
1802
1802
  blur: () => void | undefined;
@@ -1814,24 +1814,24 @@ declare const AutoComplete: {
1814
1814
  focus: () => void | undefined;
1815
1815
  blur: () => void | undefined;
1816
1816
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1817
- search: (_value: string) => void;
1818
- clear: (_event: Event) => void;
1819
1817
  change: (_value: string) => void;
1818
+ clear: (_event: Event) => void;
1819
+ dropdownReachBottom: (_event: Event) => void;
1820
+ dropdownScroll: (_event: Event) => void;
1821
+ search: (_value: string) => void;
1820
1822
  select: (_value: string) => void;
1821
1823
  "update:modelValue": (_value: string) => void;
1822
- dropdownScroll: (_event: Event) => void;
1823
- dropdownReachBottom: (_event: Event) => void;
1824
1824
  }, string, {
1825
- strict: boolean;
1825
+ modelValue: string;
1826
+ defaultValue: string;
1826
1827
  disabled: boolean;
1827
1828
  readonly: string | boolean;
1828
1829
  data: (string | number | SelectOptionData | SelectOptionGroup)[];
1829
- defaultValue: string;
1830
- modelValue: string;
1830
+ strict: boolean;
1831
+ filterOption: FilterOption;
1831
1832
  allowClear: boolean;
1832
1833
  fitWidth: boolean;
1833
1834
  maxWFull: boolean;
1834
- filterOption: FilterOption;
1835
1835
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
1836
1836
  $slots: {
1837
1837
  option?: (props: {