@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
@@ -9,7 +9,7 @@ declare const Mention: {
9
9
  default: string;
10
10
  };
11
11
  data: {
12
- type: import("vue").PropType<(string | number | import("../index.ts").SelectOptionData | import("../index.ts").SelectOptionGroup)[]>;
12
+ type: import("vue").PropType<(string | number | import("..").SelectOptionData | import("..").SelectOptionGroup)[]>;
13
13
  default: () => never[];
14
14
  };
15
15
  prefix: {
@@ -21,11 +21,11 @@ declare const Mention: {
21
21
  default: string;
22
22
  };
23
23
  filterOption: {
24
- type: import("vue").PropType<import("../index.ts").FilterOption>;
24
+ type: import("vue").PropType<import("..").FilterOption>;
25
25
  default: boolean;
26
26
  };
27
27
  type: {
28
- type: import("vue").PropType<"input" | "textarea">;
28
+ type: import("vue").PropType<'input' | 'textarea'>;
29
29
  default: string;
30
30
  };
31
31
  disabled: {
@@ -33,7 +33,7 @@ declare const Mention: {
33
33
  default: boolean;
34
34
  };
35
35
  readonly: {
36
- type: (StringConstructor | BooleanConstructor)[];
36
+ type: (BooleanConstructor | StringConstructor)[];
37
37
  default: boolean;
38
38
  };
39
39
  allowClear: {
@@ -48,13 +48,13 @@ declare const Mention: {
48
48
  type: BooleanConstructor;
49
49
  default: boolean;
50
50
  };
51
- floatingOptions: import("vue").PropType<import("../index.ts").FloatingOptions>;
51
+ floatingOptions: import("vue").PropType<import("..").FloatingOptions>;
52
52
  }>> & Readonly<{
53
- onSearch?: ((_value: string, _prefix: string) => any) | undefined;
54
- onClear?: ((_event: Event) => any) | undefined;
55
- onFocus?: ((_event: FocusEvent) => any) | undefined;
56
53
  onBlur?: ((_event: FocusEvent) => any) | undefined;
57
54
  onChange?: ((_value: string) => any) | undefined;
55
+ onClear?: ((_event: Event) => any) | undefined;
56
+ onFocus?: ((_event: FocusEvent) => any) | undefined;
57
+ onSearch?: ((_value: string, _prefix: string) => any) | undefined;
58
58
  onSelect?: ((_value: string | number | Record<string, any> | undefined) => any) | undefined;
59
59
  "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
60
60
  }>, {
@@ -62,12 +62,11 @@ declare const Mention: {
62
62
  $: import("vue").ComponentInternalInstance;
63
63
  $data: {};
64
64
  $props: Partial<{
65
- type: "text" | "password";
66
- disabled: boolean;
67
- error: boolean;
68
- readonly: string | boolean;
69
65
  defaultValue: string;
70
66
  allowClear: boolean;
67
+ disabled: boolean;
68
+ readonly: string | boolean;
69
+ error: boolean;
71
70
  fitWidth: boolean;
72
71
  maxWFull: boolean;
73
72
  maxLength: number | {
@@ -75,14 +74,17 @@ declare const Mention: {
75
74
  errorOnly?: boolean;
76
75
  };
77
76
  showWordLimit: boolean;
77
+ type: "password" | "text";
78
78
  fitWidthFallback: string;
79
79
  }> & Omit<{
80
- readonly type: "text" | "password";
81
- readonly disabled: boolean;
82
- readonly error: boolean;
83
- readonly readonly: string | boolean;
80
+ readonly modelValue?: string | undefined;
84
81
  readonly defaultValue: string;
82
+ readonly size?: "large" | "medium" | "mini" | "small" | undefined;
85
83
  readonly allowClear: boolean;
84
+ readonly disabled: boolean;
85
+ readonly readonly: string | boolean;
86
+ readonly error: boolean;
87
+ readonly placeholder?: string | undefined;
86
88
  readonly fitWidth: boolean;
87
89
  readonly maxWFull: boolean;
88
90
  readonly maxLength: number | {
@@ -90,23 +92,21 @@ declare const Mention: {
90
92
  errorOnly?: boolean;
91
93
  };
92
94
  readonly showWordLimit: boolean;
93
- readonly fitWidthFallback: string;
94
- readonly size?: "small" | "medium" | "large" | "mini" | undefined;
95
- readonly modelValue?: string | undefined;
96
- readonly placeholder?: string | undefined;
95
+ readonly wordLength?: ((value: string) => number) | undefined;
96
+ readonly wordSlice?: ((value: string, maxLength: number) => string) | undefined;
97
97
  readonly inputAttrs?: Record<string, any> | undefined;
98
+ readonly type: "password" | "text";
99
+ readonly fitWidthFallback: string;
98
100
  readonly prepend?: string | undefined;
99
101
  readonly append?: string | undefined;
100
- readonly wordLength?: ((value: string) => number) | undefined;
101
- readonly wordSlice?: ((value: string, maxLength: number) => string) | undefined;
102
- readonly onClear?: ((_event: MouseEvent) => any) | undefined;
103
- readonly onFocus?: ((_event: FocusEvent) => any) | undefined;
104
102
  readonly onBlur?: ((_event: FocusEvent) => any) | undefined;
105
103
  readonly onChange?: ((_value: string, _event: Event) => any) | undefined;
104
+ readonly onClear?: ((_event: MouseEvent) => any) | undefined;
105
+ readonly onFocus?: ((_event: FocusEvent) => any) | undefined;
106
106
  readonly onInput?: ((_value: string, _event: Event) => any) | undefined;
107
- readonly "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
108
107
  readonly onPressEnter?: ((_event: KeyboardEvent) => any) | undefined;
109
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "disabled" | "error" | "readonly" | "defaultValue" | "allowClear" | "fitWidth" | "maxWFull" | "maxLength" | "showWordLimit" | "fitWidthFallback">;
108
+ readonly "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
109
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "allowClear" | "defaultValue" | "disabled" | "error" | "fitWidth" | "fitWidthFallback" | "maxLength" | "maxWFull" | "readonly" | "showWordLimit" | "type">;
110
110
  $attrs: import("vue").Attrs;
111
111
  $refs: {
112
112
  [x: string]: unknown;
@@ -117,7 +117,7 @@ declare const Mention: {
117
117
  $root: import("vue").ComponentPublicInstance | null;
118
118
  $parent: import("vue").ComponentPublicInstance | null;
119
119
  $host: Element | null;
120
- $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);
120
+ $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);
121
121
  $el: any;
122
122
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
123
123
  modelValue: StringConstructor;
@@ -125,7 +125,7 @@ declare const Mention: {
125
125
  type: StringConstructor;
126
126
  default: string;
127
127
  };
128
- size: import("vue").PropType<import("../index.ts").Size>;
128
+ size: import("vue").PropType<import("..").Size>;
129
129
  allowClear: {
130
130
  type: BooleanConstructor;
131
131
  default: boolean;
@@ -135,7 +135,7 @@ declare const Mention: {
135
135
  default: boolean;
136
136
  };
137
137
  readonly: {
138
- type: (StringConstructor | BooleanConstructor)[];
138
+ type: (BooleanConstructor | StringConstructor)[];
139
139
  default: boolean;
140
140
  };
141
141
  error: {
@@ -166,7 +166,7 @@ declare const Mention: {
166
166
  wordSlice: import("vue").PropType<(value: string, maxLength: number) => string>;
167
167
  inputAttrs: ObjectConstructor;
168
168
  type: {
169
- type: import("vue").PropType<"text" | "password">;
169
+ type: import("vue").PropType<'text' | 'password'>;
170
170
  default: string;
171
171
  };
172
172
  fitWidthFallback: {
@@ -176,32 +176,31 @@ declare const Mention: {
176
176
  prepend: StringConstructor;
177
177
  append: StringConstructor;
178
178
  }>> & Readonly<{
179
- onClear?: ((_event: MouseEvent) => any) | undefined;
180
- onFocus?: ((_event: FocusEvent) => any) | undefined;
181
179
  onBlur?: ((_event: FocusEvent) => any) | undefined;
182
180
  onChange?: ((_value: string, _event: Event) => any) | undefined;
181
+ onClear?: ((_event: MouseEvent) => any) | undefined;
182
+ onFocus?: ((_event: FocusEvent) => any) | undefined;
183
183
  onInput?: ((_value: string, _event: Event) => any) | undefined;
184
- "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
185
184
  onPressEnter?: ((_event: KeyboardEvent) => any) | undefined;
185
+ "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
186
186
  }>, {
187
187
  inputRef: import("vue").Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
188
188
  focus: () => void | undefined;
189
189
  blur: () => void | undefined;
190
190
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
191
- clear: (_event: MouseEvent) => void;
192
- focus: (_event: FocusEvent) => void;
193
191
  blur: (_event: FocusEvent) => void;
194
192
  change: (_value: string, _event: Event) => void;
193
+ clear: (_event: MouseEvent) => void;
194
+ focus: (_event: FocusEvent) => void;
195
195
  input: (_value: string, _event: Event) => void;
196
- "update:modelValue": (_value: string) => void;
197
196
  pressEnter: (_event: KeyboardEvent) => void;
197
+ "update:modelValue": (_value: string) => void;
198
198
  }, string, {
199
- type: "text" | "password";
200
- disabled: boolean;
201
- error: boolean;
202
- readonly: string | boolean;
203
199
  defaultValue: string;
204
200
  allowClear: boolean;
201
+ disabled: boolean;
202
+ readonly: string | boolean;
203
+ error: boolean;
205
204
  fitWidth: boolean;
206
205
  maxWFull: boolean;
207
206
  maxLength: number | {
@@ -209,34 +208,34 @@ declare const Mention: {
209
208
  errorOnly?: boolean;
210
209
  };
211
210
  showWordLimit: boolean;
211
+ type: "password" | "text";
212
212
  fitWidthFallback: string;
213
213
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
214
- beforeCreate?: (() => void) | (() => void)[];
215
- created?: (() => void) | (() => void)[];
216
- beforeMount?: (() => void) | (() => void)[];
217
- mounted?: (() => void) | (() => void)[];
218
- beforeUpdate?: (() => void) | (() => void)[];
219
- updated?: (() => void) | (() => void)[];
220
- activated?: (() => void) | (() => void)[];
221
- deactivated?: (() => void) | (() => void)[];
222
- beforeDestroy?: (() => void) | (() => void)[];
223
- beforeUnmount?: (() => void) | (() => void)[];
224
- destroyed?: (() => void) | (() => void)[];
225
- unmounted?: (() => void) | (() => void)[];
226
- renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
227
- renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
228
- errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
214
+ beforeCreate?: (() => void)[] | (() => void);
215
+ created?: (() => void)[] | (() => void);
216
+ beforeMount?: (() => void)[] | (() => void);
217
+ mounted?: (() => void)[] | (() => void);
218
+ beforeUpdate?: (() => void)[] | (() => void);
219
+ updated?: (() => void)[] | (() => void);
220
+ activated?: (() => void)[] | (() => void);
221
+ deactivated?: (() => void)[] | (() => void);
222
+ beforeDestroy?: (() => void)[] | (() => void);
223
+ beforeUnmount?: (() => void)[] | (() => void);
224
+ destroyed?: (() => void)[] | (() => void);
225
+ unmounted?: (() => void)[] | (() => void);
226
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
227
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
228
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[] | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void);
229
229
  };
230
230
  $forceUpdate: () => void;
231
231
  $nextTick: typeof import("vue").nextTick;
232
232
  $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;
233
233
  } & Readonly<{
234
- type: "text" | "password";
235
- disabled: boolean;
236
- error: boolean;
237
- readonly: string | boolean;
238
234
  defaultValue: string;
239
235
  allowClear: boolean;
236
+ disabled: boolean;
237
+ readonly: string | boolean;
238
+ error: boolean;
240
239
  fitWidth: boolean;
241
240
  maxWFull: boolean;
242
241
  maxLength: number | {
@@ -244,6 +243,7 @@ declare const Mention: {
244
243
  errorOnly?: boolean;
245
244
  };
246
245
  showWordLimit: boolean;
246
+ type: "password" | "text";
247
247
  fitWidthFallback: string;
248
248
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
249
249
  modelValue: StringConstructor;
@@ -251,7 +251,7 @@ declare const Mention: {
251
251
  type: StringConstructor;
252
252
  default: string;
253
253
  };
254
- size: import("vue").PropType<import("../index.ts").Size>;
254
+ size: import("vue").PropType<import("..").Size>;
255
255
  allowClear: {
256
256
  type: BooleanConstructor;
257
257
  default: boolean;
@@ -261,7 +261,7 @@ declare const Mention: {
261
261
  default: boolean;
262
262
  };
263
263
  readonly: {
264
- type: (StringConstructor | BooleanConstructor)[];
264
+ type: (BooleanConstructor | StringConstructor)[];
265
265
  default: boolean;
266
266
  };
267
267
  error: {
@@ -292,7 +292,7 @@ declare const Mention: {
292
292
  wordSlice: import("vue").PropType<(value: string, maxLength: number) => string>;
293
293
  inputAttrs: ObjectConstructor;
294
294
  type: {
295
- type: import("vue").PropType<"text" | "password">;
295
+ type: import("vue").PropType<'text' | 'password'>;
296
296
  default: string;
297
297
  };
298
298
  fitWidthFallback: {
@@ -302,14 +302,14 @@ declare const Mention: {
302
302
  prepend: StringConstructor;
303
303
  append: StringConstructor;
304
304
  }>> & Readonly<{
305
- onClear?: ((_event: MouseEvent) => any) | undefined;
306
- onFocus?: ((_event: FocusEvent) => any) | undefined;
307
305
  onBlur?: ((_event: FocusEvent) => any) | undefined;
308
306
  onChange?: ((_value: string, _event: Event) => any) | undefined;
307
+ onClear?: ((_event: MouseEvent) => any) | undefined;
308
+ onFocus?: ((_event: FocusEvent) => any) | undefined;
309
309
  onInput?: ((_value: string, _event: Event) => any) | undefined;
310
- "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
311
310
  onPressEnter?: ((_event: KeyboardEvent) => any) | undefined;
312
- }>, "focus" | "blur" | "inputRef" | ("type" | "disabled" | "error" | "readonly" | "defaultValue" | "allowClear" | "fitWidth" | "maxWFull" | "maxLength" | "showWordLimit" | "fitWidthFallback")> & {
311
+ "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
312
+ }>, "blur" | "focus" | "inputRef" | ("allowClear" | "defaultValue" | "disabled" | "error" | "fitWidth" | "fitWidthFallback" | "maxLength" | "maxWFull" | "readonly" | "showWordLimit" | "type")> & {
313
313
  inputRef: HTMLInputElement | undefined;
314
314
  focus: () => void | undefined;
315
315
  blur: () => void | undefined;
@@ -327,51 +327,51 @@ declare const Mention: {
327
327
  $: import("vue").ComponentInternalInstance;
328
328
  $data: {};
329
329
  $props: Partial<{
330
- disabled: boolean;
331
- error: boolean;
332
- readonly: string | boolean;
333
330
  defaultValue: string;
334
- allowClear: boolean;
335
331
  fitWidth: boolean;
336
332
  maxWFull: boolean;
333
+ disabled: boolean;
334
+ readonly: string | boolean;
335
+ error: boolean;
337
336
  maxLength: number | {
338
337
  length: number;
339
338
  errorOnly?: boolean;
340
339
  };
341
340
  showWordLimit: boolean;
341
+ allowClear: boolean;
342
342
  autoSize: boolean | {
343
343
  minRows?: number;
344
344
  maxRows?: number;
345
345
  };
346
346
  }> & Omit<{
347
- readonly disabled: boolean;
348
- readonly error: boolean;
349
- readonly readonly: string | boolean;
347
+ readonly modelValue?: string | undefined;
350
348
  readonly defaultValue: string;
351
- readonly allowClear: boolean;
349
+ readonly placeholder?: string | undefined;
352
350
  readonly fitWidth: boolean;
353
351
  readonly maxWFull: boolean;
352
+ readonly disabled: boolean;
353
+ readonly readonly: string | boolean;
354
+ readonly error: boolean;
354
355
  readonly maxLength: number | {
355
356
  length: number;
356
357
  errorOnly?: boolean;
357
358
  };
358
359
  readonly showWordLimit: boolean;
360
+ readonly allowClear: boolean;
359
361
  readonly autoSize: boolean | {
360
362
  minRows?: number;
361
363
  maxRows?: number;
362
364
  };
363
- readonly modelValue?: string | undefined;
364
- readonly placeholder?: string | undefined;
365
365
  readonly wordLength?: ((value: string) => number) | undefined;
366
366
  readonly wordSlice?: ((value: string, maxLength: number) => string) | undefined;
367
367
  readonly textareaAttrs?: Record<string, any> | undefined;
368
- readonly onClear?: ((_ev: MouseEvent) => any) | undefined;
369
- readonly onFocus?: ((_ev: FocusEvent) => any) | undefined;
370
368
  readonly onBlur?: ((_ev: FocusEvent) => any) | undefined;
371
369
  readonly onChange?: ((_value: string, _ev: Event) => any) | undefined;
370
+ readonly onClear?: ((_ev: MouseEvent) => any) | undefined;
371
+ readonly onFocus?: ((_ev: FocusEvent) => any) | undefined;
372
372
  readonly onInput?: ((_value: string, _ev: Event) => any) | undefined;
373
373
  readonly "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
374
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "error" | "readonly" | "defaultValue" | "allowClear" | "fitWidth" | "maxWFull" | "maxLength" | "showWordLimit" | "autoSize">;
374
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "allowClear" | "autoSize" | "defaultValue" | "disabled" | "error" | "fitWidth" | "maxLength" | "maxWFull" | "readonly" | "showWordLimit">;
375
375
  $attrs: import("vue").Attrs;
376
376
  $refs: {
377
377
  [x: string]: unknown;
@@ -382,7 +382,7 @@ declare const Mention: {
382
382
  $root: import("vue").ComponentPublicInstance | null;
383
383
  $parent: import("vue").ComponentPublicInstance | null;
384
384
  $host: Element | null;
385
- $emit: ((event: "clear", _ev: MouseEvent) => void) & ((event: "focus", _ev: FocusEvent) => void) & ((event: "blur", _ev: FocusEvent) => void) & ((event: "change", _value: string, _ev: Event) => void) & ((event: "input", _value: string, _ev: Event) => void) & ((event: "update:modelValue", _value: string) => void);
385
+ $emit: ((event: "blur", _ev: FocusEvent) => void) & ((event: "change", _value: string, _ev: Event) => void) & ((event: "clear", _ev: MouseEvent) => void) & ((event: "focus", _ev: FocusEvent) => void) & ((event: "input", _value: string, _ev: Event) => void) & ((event: "update:modelValue", _value: string) => void);
386
386
  $el: any;
387
387
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
388
388
  modelValue: StringConstructor;
@@ -404,7 +404,7 @@ declare const Mention: {
404
404
  default: boolean;
405
405
  };
406
406
  readonly: {
407
- type: (StringConstructor | BooleanConstructor)[];
407
+ type: (BooleanConstructor | StringConstructor)[];
408
408
  default: boolean;
409
409
  };
410
410
  error: {
@@ -443,72 +443,72 @@ declare const Mention: {
443
443
  type: import("vue").PropType<Record<string, any>>;
444
444
  };
445
445
  }>> & Readonly<{
446
- onClear?: ((_ev: MouseEvent) => any) | undefined;
447
- onFocus?: ((_ev: FocusEvent) => any) | undefined;
448
446
  onBlur?: ((_ev: FocusEvent) => any) | undefined;
449
447
  onChange?: ((_value: string, _ev: Event) => any) | undefined;
448
+ onClear?: ((_ev: MouseEvent) => any) | undefined;
449
+ onFocus?: ((_ev: FocusEvent) => any) | undefined;
450
450
  onInput?: ((_value: string, _ev: Event) => any) | undefined;
451
451
  "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
452
452
  }>, {
453
453
  focus: () => void;
454
454
  blur: () => void;
455
455
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
456
- clear: (_ev: MouseEvent) => any;
457
- focus: (_ev: FocusEvent) => any;
458
456
  blur: (_ev: FocusEvent) => any;
459
457
  change: (_value: string, _ev: Event) => any;
458
+ clear: (_ev: MouseEvent) => any;
459
+ focus: (_ev: FocusEvent) => any;
460
460
  input: (_value: string, _ev: Event) => any;
461
461
  "update:modelValue": (_value: string) => any;
462
462
  }, string, {
463
- disabled: boolean;
464
- error: boolean;
465
- readonly: string | boolean;
466
463
  defaultValue: string;
467
- allowClear: boolean;
468
464
  fitWidth: boolean;
469
465
  maxWFull: boolean;
466
+ disabled: boolean;
467
+ readonly: string | boolean;
468
+ error: boolean;
470
469
  maxLength: number | {
471
470
  length: number;
472
471
  errorOnly?: boolean;
473
472
  };
474
473
  showWordLimit: boolean;
474
+ allowClear: boolean;
475
475
  autoSize: boolean | {
476
476
  minRows?: number;
477
477
  maxRows?: number;
478
478
  };
479
479
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
480
- beforeCreate?: (() => void) | (() => void)[];
481
- created?: (() => void) | (() => void)[];
482
- beforeMount?: (() => void) | (() => void)[];
483
- mounted?: (() => void) | (() => void)[];
484
- beforeUpdate?: (() => void) | (() => void)[];
485
- updated?: (() => void) | (() => void)[];
486
- activated?: (() => void) | (() => void)[];
487
- deactivated?: (() => void) | (() => void)[];
488
- beforeDestroy?: (() => void) | (() => void)[];
489
- beforeUnmount?: (() => void) | (() => void)[];
490
- destroyed?: (() => void) | (() => void)[];
491
- unmounted?: (() => void) | (() => void)[];
492
- renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
493
- renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
494
- errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
480
+ beforeCreate?: (() => void)[] | (() => void);
481
+ created?: (() => void)[] | (() => void);
482
+ beforeMount?: (() => void)[] | (() => void);
483
+ mounted?: (() => void)[] | (() => void);
484
+ beforeUpdate?: (() => void)[] | (() => void);
485
+ updated?: (() => void)[] | (() => void);
486
+ activated?: (() => void)[] | (() => void);
487
+ deactivated?: (() => void)[] | (() => void);
488
+ beforeDestroy?: (() => void)[] | (() => void);
489
+ beforeUnmount?: (() => void)[] | (() => void);
490
+ destroyed?: (() => void)[] | (() => void);
491
+ unmounted?: (() => void)[] | (() => void);
492
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
493
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
494
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[] | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void);
495
495
  };
496
496
  $forceUpdate: () => void;
497
497
  $nextTick: typeof import("vue").nextTick;
498
498
  $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;
499
499
  } & Readonly<{
500
- disabled: boolean;
501
- error: boolean;
502
- readonly: string | boolean;
503
500
  defaultValue: string;
504
- allowClear: boolean;
505
501
  fitWidth: boolean;
506
502
  maxWFull: boolean;
503
+ disabled: boolean;
504
+ readonly: string | boolean;
505
+ error: boolean;
507
506
  maxLength: number | {
508
507
  length: number;
509
508
  errorOnly?: boolean;
510
509
  };
511
510
  showWordLimit: boolean;
511
+ allowClear: boolean;
512
512
  autoSize: boolean | {
513
513
  minRows?: number;
514
514
  maxRows?: number;
@@ -533,7 +533,7 @@ declare const Mention: {
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: {
@@ -572,13 +572,13 @@ declare const Mention: {
572
572
  type: import("vue").PropType<Record<string, any>>;
573
573
  };
574
574
  }>> & Readonly<{
575
- onClear?: ((_ev: MouseEvent) => any) | undefined;
576
- onFocus?: ((_ev: FocusEvent) => any) | undefined;
577
575
  onBlur?: ((_ev: FocusEvent) => any) | undefined;
578
576
  onChange?: ((_value: string, _ev: Event) => any) | undefined;
577
+ onClear?: ((_ev: MouseEvent) => any) | undefined;
578
+ onFocus?: ((_ev: FocusEvent) => any) | undefined;
579
579
  onInput?: ((_value: string, _ev: Event) => any) | undefined;
580
580
  "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
581
- }>, "focus" | "blur" | ("disabled" | "error" | "readonly" | "defaultValue" | "allowClear" | "fitWidth" | "maxWFull" | "maxLength" | "showWordLimit" | "autoSize")> & {
581
+ }>, "blur" | "focus" | ("allowClear" | "autoSize" | "defaultValue" | "disabled" | "error" | "fitWidth" | "maxLength" | "maxWFull" | "readonly" | "showWordLimit")> & {
582
582
  focus: () => void;
583
583
  blur: () => void;
584
584
  } & {} & import("vue").ComponentCustomProperties & {} & {
@@ -589,12 +589,11 @@ declare const Mention: {
589
589
  $: import("vue").ComponentInternalInstance;
590
590
  $data: {};
591
591
  $props: Partial<{
592
- type: "text" | "password";
593
- disabled: boolean;
594
- error: boolean;
595
- readonly: string | boolean;
596
592
  defaultValue: string;
597
593
  allowClear: boolean;
594
+ disabled: boolean;
595
+ readonly: string | boolean;
596
+ error: boolean;
598
597
  fitWidth: boolean;
599
598
  maxWFull: boolean;
600
599
  maxLength: number | {
@@ -602,14 +601,17 @@ declare const Mention: {
602
601
  errorOnly?: boolean;
603
602
  };
604
603
  showWordLimit: boolean;
604
+ type: "password" | "text";
605
605
  fitWidthFallback: string;
606
606
  }> & Omit<{
607
- readonly type: "text" | "password";
608
- readonly disabled: boolean;
609
- readonly error: boolean;
610
- readonly readonly: string | boolean;
607
+ readonly modelValue?: string | undefined;
611
608
  readonly defaultValue: string;
609
+ readonly size?: "large" | "medium" | "mini" | "small" | undefined;
612
610
  readonly allowClear: boolean;
611
+ readonly disabled: boolean;
612
+ readonly readonly: string | boolean;
613
+ readonly error: boolean;
614
+ readonly placeholder?: string | undefined;
613
615
  readonly fitWidth: boolean;
614
616
  readonly maxWFull: boolean;
615
617
  readonly maxLength: number | {
@@ -617,23 +619,21 @@ declare const Mention: {
617
619
  errorOnly?: boolean;
618
620
  };
619
621
  readonly showWordLimit: boolean;
620
- readonly fitWidthFallback: string;
621
- readonly size?: "small" | "medium" | "large" | "mini" | undefined;
622
- readonly modelValue?: string | undefined;
623
- readonly placeholder?: string | undefined;
622
+ readonly wordLength?: ((value: string) => number) | undefined;
623
+ readonly wordSlice?: ((value: string, maxLength: number) => string) | undefined;
624
624
  readonly inputAttrs?: Record<string, any> | undefined;
625
+ readonly type: "password" | "text";
626
+ readonly fitWidthFallback: string;
625
627
  readonly prepend?: string | undefined;
626
628
  readonly append?: string | undefined;
627
- readonly wordLength?: ((value: string) => number) | undefined;
628
- readonly wordSlice?: ((value: string, maxLength: number) => string) | undefined;
629
- readonly onClear?: ((_event: MouseEvent) => any) | undefined;
630
- readonly onFocus?: ((_event: FocusEvent) => any) | undefined;
631
629
  readonly onBlur?: ((_event: FocusEvent) => any) | undefined;
632
630
  readonly onChange?: ((_value: string, _event: Event) => any) | undefined;
631
+ readonly onClear?: ((_event: MouseEvent) => any) | undefined;
632
+ readonly onFocus?: ((_event: FocusEvent) => any) | undefined;
633
633
  readonly onInput?: ((_value: string, _event: Event) => any) | undefined;
634
- readonly "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
635
634
  readonly onPressEnter?: ((_event: KeyboardEvent) => any) | undefined;
636
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "disabled" | "error" | "readonly" | "defaultValue" | "allowClear" | "fitWidth" | "maxWFull" | "maxLength" | "showWordLimit" | "fitWidthFallback">;
635
+ readonly "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
636
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "allowClear" | "defaultValue" | "disabled" | "error" | "fitWidth" | "fitWidthFallback" | "maxLength" | "maxWFull" | "readonly" | "showWordLimit" | "type">;
637
637
  $attrs: import("vue").Attrs;
638
638
  $refs: {
639
639
  [x: string]: unknown;
@@ -644,7 +644,7 @@ declare const Mention: {
644
644
  $root: import("vue").ComponentPublicInstance | null;
645
645
  $parent: import("vue").ComponentPublicInstance | null;
646
646
  $host: Element | null;
647
- $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);
647
+ $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);
648
648
  $el: any;
649
649
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
650
650
  modelValue: StringConstructor;
@@ -652,7 +652,7 @@ declare const Mention: {
652
652
  type: StringConstructor;
653
653
  default: string;
654
654
  };
655
- size: import("vue").PropType<import("../index.ts").Size>;
655
+ size: import("vue").PropType<import("..").Size>;
656
656
  allowClear: {
657
657
  type: BooleanConstructor;
658
658
  default: boolean;
@@ -662,7 +662,7 @@ declare const Mention: {
662
662
  default: boolean;
663
663
  };
664
664
  readonly: {
665
- type: (StringConstructor | BooleanConstructor)[];
665
+ type: (BooleanConstructor | StringConstructor)[];
666
666
  default: boolean;
667
667
  };
668
668
  error: {
@@ -693,7 +693,7 @@ declare const Mention: {
693
693
  wordSlice: import("vue").PropType<(value: string, maxLength: number) => string>;
694
694
  inputAttrs: ObjectConstructor;
695
695
  type: {
696
- type: import("vue").PropType<"text" | "password">;
696
+ type: import("vue").PropType<'text' | 'password'>;
697
697
  default: string;
698
698
  };
699
699
  fitWidthFallback: {
@@ -703,32 +703,31 @@ declare const Mention: {
703
703
  prepend: StringConstructor;
704
704
  append: StringConstructor;
705
705
  }>> & Readonly<{
706
- onClear?: ((_event: MouseEvent) => any) | undefined;
707
- onFocus?: ((_event: FocusEvent) => any) | undefined;
708
706
  onBlur?: ((_event: FocusEvent) => any) | undefined;
709
707
  onChange?: ((_value: string, _event: Event) => any) | undefined;
708
+ onClear?: ((_event: MouseEvent) => any) | undefined;
709
+ onFocus?: ((_event: FocusEvent) => any) | undefined;
710
710
  onInput?: ((_value: string, _event: Event) => any) | undefined;
711
- "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
712
711
  onPressEnter?: ((_event: KeyboardEvent) => any) | undefined;
712
+ "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
713
713
  }>, {
714
714
  inputRef: import("vue").Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
715
715
  focus: () => void | undefined;
716
716
  blur: () => void | undefined;
717
717
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
718
- clear: (_event: MouseEvent) => void;
719
- focus: (_event: FocusEvent) => void;
720
718
  blur: (_event: FocusEvent) => void;
721
719
  change: (_value: string, _event: Event) => void;
720
+ clear: (_event: MouseEvent) => void;
721
+ focus: (_event: FocusEvent) => void;
722
722
  input: (_value: string, _event: Event) => void;
723
- "update:modelValue": (_value: string) => void;
724
723
  pressEnter: (_event: KeyboardEvent) => void;
724
+ "update:modelValue": (_value: string) => void;
725
725
  }, string, {
726
- type: "text" | "password";
727
- disabled: boolean;
728
- error: boolean;
729
- readonly: string | boolean;
730
726
  defaultValue: string;
731
727
  allowClear: boolean;
728
+ disabled: boolean;
729
+ readonly: string | boolean;
730
+ error: boolean;
732
731
  fitWidth: boolean;
733
732
  maxWFull: boolean;
734
733
  maxLength: number | {
@@ -736,34 +735,34 @@ declare const Mention: {
736
735
  errorOnly?: boolean;
737
736
  };
738
737
  showWordLimit: boolean;
738
+ type: "password" | "text";
739
739
  fitWidthFallback: string;
740
740
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
741
- beforeCreate?: (() => void) | (() => void)[];
742
- created?: (() => void) | (() => void)[];
743
- beforeMount?: (() => void) | (() => void)[];
744
- mounted?: (() => void) | (() => void)[];
745
- beforeUpdate?: (() => void) | (() => void)[];
746
- updated?: (() => void) | (() => void)[];
747
- activated?: (() => void) | (() => void)[];
748
- deactivated?: (() => void) | (() => void)[];
749
- beforeDestroy?: (() => void) | (() => void)[];
750
- beforeUnmount?: (() => void) | (() => void)[];
751
- destroyed?: (() => void) | (() => void)[];
752
- unmounted?: (() => void) | (() => void)[];
753
- renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
754
- renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
755
- errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
741
+ beforeCreate?: (() => void)[] | (() => void);
742
+ created?: (() => void)[] | (() => void);
743
+ beforeMount?: (() => void)[] | (() => void);
744
+ mounted?: (() => void)[] | (() => void);
745
+ beforeUpdate?: (() => void)[] | (() => void);
746
+ updated?: (() => void)[] | (() => void);
747
+ activated?: (() => void)[] | (() => void);
748
+ deactivated?: (() => void)[] | (() => void);
749
+ beforeDestroy?: (() => void)[] | (() => void);
750
+ beforeUnmount?: (() => void)[] | (() => void);
751
+ destroyed?: (() => void)[] | (() => void);
752
+ unmounted?: (() => void)[] | (() => void);
753
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
754
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
755
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[] | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void);
756
756
  };
757
757
  $forceUpdate: () => void;
758
758
  $nextTick: typeof import("vue").nextTick;
759
759
  $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;
760
760
  } & Readonly<{
761
- type: "text" | "password";
762
- disabled: boolean;
763
- error: boolean;
764
- readonly: string | boolean;
765
761
  defaultValue: string;
766
762
  allowClear: boolean;
763
+ disabled: boolean;
764
+ readonly: string | boolean;
765
+ error: boolean;
767
766
  fitWidth: boolean;
768
767
  maxWFull: boolean;
769
768
  maxLength: number | {
@@ -771,6 +770,7 @@ declare const Mention: {
771
770
  errorOnly?: boolean;
772
771
  };
773
772
  showWordLimit: boolean;
773
+ type: "password" | "text";
774
774
  fitWidthFallback: string;
775
775
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
776
776
  modelValue: StringConstructor;
@@ -778,7 +778,7 @@ declare const Mention: {
778
778
  type: StringConstructor;
779
779
  default: string;
780
780
  };
781
- size: import("vue").PropType<import("../index.ts").Size>;
781
+ size: import("vue").PropType<import("..").Size>;
782
782
  allowClear: {
783
783
  type: BooleanConstructor;
784
784
  default: boolean;
@@ -788,7 +788,7 @@ declare const Mention: {
788
788
  default: boolean;
789
789
  };
790
790
  readonly: {
791
- type: (StringConstructor | BooleanConstructor)[];
791
+ type: (BooleanConstructor | StringConstructor)[];
792
792
  default: boolean;
793
793
  };
794
794
  error: {
@@ -819,7 +819,7 @@ declare const Mention: {
819
819
  wordSlice: import("vue").PropType<(value: string, maxLength: number) => string>;
820
820
  inputAttrs: ObjectConstructor;
821
821
  type: {
822
- type: import("vue").PropType<"text" | "password">;
822
+ type: import("vue").PropType<'text' | 'password'>;
823
823
  default: string;
824
824
  };
825
825
  fitWidthFallback: {
@@ -829,14 +829,14 @@ declare const Mention: {
829
829
  prepend: StringConstructor;
830
830
  append: StringConstructor;
831
831
  }>> & Readonly<{
832
- onClear?: ((_event: MouseEvent) => any) | undefined;
833
- onFocus?: ((_event: FocusEvent) => any) | undefined;
834
832
  onBlur?: ((_event: FocusEvent) => any) | undefined;
835
833
  onChange?: ((_value: string, _event: Event) => any) | undefined;
834
+ onClear?: ((_event: MouseEvent) => any) | undefined;
835
+ onFocus?: ((_event: FocusEvent) => any) | undefined;
836
836
  onInput?: ((_value: string, _event: Event) => any) | undefined;
837
- "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
838
837
  onPressEnter?: ((_event: KeyboardEvent) => any) | undefined;
839
- }>, "focus" | "blur" | "inputRef" | ("type" | "disabled" | "error" | "readonly" | "defaultValue" | "allowClear" | "fitWidth" | "maxWFull" | "maxLength" | "showWordLimit" | "fitWidthFallback")> & {
838
+ "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
839
+ }>, "blur" | "focus" | "inputRef" | ("allowClear" | "defaultValue" | "disabled" | "error" | "fitWidth" | "fitWidthFallback" | "maxLength" | "maxWFull" | "readonly" | "showWordLimit" | "type")> & {
840
840
  inputRef: HTMLInputElement | undefined;
841
841
  focus: () => void | undefined;
842
842
  blur: () => void | undefined;
@@ -854,51 +854,51 @@ declare const Mention: {
854
854
  $: import("vue").ComponentInternalInstance;
855
855
  $data: {};
856
856
  $props: Partial<{
857
- disabled: boolean;
858
- error: boolean;
859
- readonly: string | boolean;
860
857
  defaultValue: string;
861
- allowClear: boolean;
862
858
  fitWidth: boolean;
863
859
  maxWFull: boolean;
860
+ disabled: boolean;
861
+ readonly: string | boolean;
862
+ error: boolean;
864
863
  maxLength: number | {
865
864
  length: number;
866
865
  errorOnly?: boolean;
867
866
  };
868
867
  showWordLimit: boolean;
868
+ allowClear: boolean;
869
869
  autoSize: boolean | {
870
870
  minRows?: number;
871
871
  maxRows?: number;
872
872
  };
873
873
  }> & Omit<{
874
- readonly disabled: boolean;
875
- readonly error: boolean;
876
- readonly readonly: string | boolean;
874
+ readonly modelValue?: string | undefined;
877
875
  readonly defaultValue: string;
878
- readonly allowClear: boolean;
876
+ readonly placeholder?: string | undefined;
879
877
  readonly fitWidth: boolean;
880
878
  readonly maxWFull: boolean;
879
+ readonly disabled: boolean;
880
+ readonly readonly: string | boolean;
881
+ readonly error: boolean;
881
882
  readonly maxLength: number | {
882
883
  length: number;
883
884
  errorOnly?: boolean;
884
885
  };
885
886
  readonly showWordLimit: boolean;
887
+ readonly allowClear: boolean;
886
888
  readonly autoSize: boolean | {
887
889
  minRows?: number;
888
890
  maxRows?: number;
889
891
  };
890
- readonly modelValue?: string | undefined;
891
- readonly placeholder?: string | undefined;
892
892
  readonly wordLength?: ((value: string) => number) | undefined;
893
893
  readonly wordSlice?: ((value: string, maxLength: number) => string) | undefined;
894
894
  readonly textareaAttrs?: Record<string, any> | undefined;
895
- readonly onClear?: ((_ev: MouseEvent) => any) | undefined;
896
- readonly onFocus?: ((_ev: FocusEvent) => any) | undefined;
897
895
  readonly onBlur?: ((_ev: FocusEvent) => any) | undefined;
898
896
  readonly onChange?: ((_value: string, _ev: Event) => any) | undefined;
897
+ readonly onClear?: ((_ev: MouseEvent) => any) | undefined;
898
+ readonly onFocus?: ((_ev: FocusEvent) => any) | undefined;
899
899
  readonly onInput?: ((_value: string, _ev: Event) => any) | undefined;
900
900
  readonly "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
901
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "error" | "readonly" | "defaultValue" | "allowClear" | "fitWidth" | "maxWFull" | "maxLength" | "showWordLimit" | "autoSize">;
901
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "allowClear" | "autoSize" | "defaultValue" | "disabled" | "error" | "fitWidth" | "maxLength" | "maxWFull" | "readonly" | "showWordLimit">;
902
902
  $attrs: import("vue").Attrs;
903
903
  $refs: {
904
904
  [x: string]: unknown;
@@ -909,7 +909,7 @@ declare const Mention: {
909
909
  $root: import("vue").ComponentPublicInstance | null;
910
910
  $parent: import("vue").ComponentPublicInstance | null;
911
911
  $host: Element | null;
912
- $emit: ((event: "clear", _ev: MouseEvent) => void) & ((event: "focus", _ev: FocusEvent) => void) & ((event: "blur", _ev: FocusEvent) => void) & ((event: "change", _value: string, _ev: Event) => void) & ((event: "input", _value: string, _ev: Event) => void) & ((event: "update:modelValue", _value: string) => void);
912
+ $emit: ((event: "blur", _ev: FocusEvent) => void) & ((event: "change", _value: string, _ev: Event) => void) & ((event: "clear", _ev: MouseEvent) => void) & ((event: "focus", _ev: FocusEvent) => void) & ((event: "input", _value: string, _ev: Event) => void) & ((event: "update:modelValue", _value: string) => void);
913
913
  $el: any;
914
914
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
915
915
  modelValue: StringConstructor;
@@ -931,7 +931,7 @@ declare const Mention: {
931
931
  default: boolean;
932
932
  };
933
933
  readonly: {
934
- type: (StringConstructor | BooleanConstructor)[];
934
+ type: (BooleanConstructor | StringConstructor)[];
935
935
  default: boolean;
936
936
  };
937
937
  error: {
@@ -970,72 +970,72 @@ declare const Mention: {
970
970
  type: import("vue").PropType<Record<string, any>>;
971
971
  };
972
972
  }>> & Readonly<{
973
- onClear?: ((_ev: MouseEvent) => any) | undefined;
974
- onFocus?: ((_ev: FocusEvent) => any) | undefined;
975
973
  onBlur?: ((_ev: FocusEvent) => any) | undefined;
976
974
  onChange?: ((_value: string, _ev: Event) => any) | undefined;
975
+ onClear?: ((_ev: MouseEvent) => any) | undefined;
976
+ onFocus?: ((_ev: FocusEvent) => any) | undefined;
977
977
  onInput?: ((_value: string, _ev: Event) => any) | undefined;
978
978
  "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
979
979
  }>, {
980
980
  focus: () => void;
981
981
  blur: () => void;
982
982
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
983
- clear: (_ev: MouseEvent) => any;
984
- focus: (_ev: FocusEvent) => any;
985
983
  blur: (_ev: FocusEvent) => any;
986
984
  change: (_value: string, _ev: Event) => any;
985
+ clear: (_ev: MouseEvent) => any;
986
+ focus: (_ev: FocusEvent) => any;
987
987
  input: (_value: string, _ev: Event) => any;
988
988
  "update:modelValue": (_value: string) => any;
989
989
  }, string, {
990
- disabled: boolean;
991
- error: boolean;
992
- readonly: string | boolean;
993
990
  defaultValue: string;
994
- allowClear: boolean;
995
991
  fitWidth: boolean;
996
992
  maxWFull: boolean;
993
+ disabled: boolean;
994
+ readonly: string | boolean;
995
+ error: boolean;
997
996
  maxLength: number | {
998
997
  length: number;
999
998
  errorOnly?: boolean;
1000
999
  };
1001
1000
  showWordLimit: boolean;
1001
+ allowClear: boolean;
1002
1002
  autoSize: boolean | {
1003
1003
  minRows?: number;
1004
1004
  maxRows?: number;
1005
1005
  };
1006
1006
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
1007
- beforeCreate?: (() => void) | (() => void)[];
1008
- created?: (() => void) | (() => void)[];
1009
- beforeMount?: (() => void) | (() => void)[];
1010
- mounted?: (() => void) | (() => void)[];
1011
- beforeUpdate?: (() => void) | (() => void)[];
1012
- updated?: (() => void) | (() => void)[];
1013
- activated?: (() => void) | (() => void)[];
1014
- deactivated?: (() => void) | (() => void)[];
1015
- beforeDestroy?: (() => void) | (() => void)[];
1016
- beforeUnmount?: (() => void) | (() => void)[];
1017
- destroyed?: (() => void) | (() => void)[];
1018
- unmounted?: (() => void) | (() => void)[];
1019
- renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
1020
- renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
1021
- errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
1007
+ beforeCreate?: (() => void)[] | (() => void);
1008
+ created?: (() => void)[] | (() => void);
1009
+ beforeMount?: (() => void)[] | (() => void);
1010
+ mounted?: (() => void)[] | (() => void);
1011
+ beforeUpdate?: (() => void)[] | (() => void);
1012
+ updated?: (() => void)[] | (() => void);
1013
+ activated?: (() => void)[] | (() => void);
1014
+ deactivated?: (() => void)[] | (() => void);
1015
+ beforeDestroy?: (() => void)[] | (() => void);
1016
+ beforeUnmount?: (() => void)[] | (() => void);
1017
+ destroyed?: (() => void)[] | (() => void);
1018
+ unmounted?: (() => void)[] | (() => void);
1019
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
1020
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
1021
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[] | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void);
1022
1022
  };
1023
1023
  $forceUpdate: () => void;
1024
1024
  $nextTick: typeof import("vue").nextTick;
1025
1025
  $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;
1026
1026
  } & Readonly<{
1027
- disabled: boolean;
1028
- error: boolean;
1029
- readonly: string | boolean;
1030
1027
  defaultValue: string;
1031
- allowClear: boolean;
1032
1028
  fitWidth: boolean;
1033
1029
  maxWFull: boolean;
1030
+ disabled: boolean;
1031
+ readonly: string | boolean;
1032
+ error: boolean;
1034
1033
  maxLength: number | {
1035
1034
  length: number;
1036
1035
  errorOnly?: boolean;
1037
1036
  };
1038
1037
  showWordLimit: boolean;
1038
+ allowClear: boolean;
1039
1039
  autoSize: boolean | {
1040
1040
  minRows?: number;
1041
1041
  maxRows?: number;
@@ -1060,7 +1060,7 @@ declare const Mention: {
1060
1060
  default: boolean;
1061
1061
  };
1062
1062
  readonly: {
1063
- type: (StringConstructor | BooleanConstructor)[];
1063
+ type: (BooleanConstructor | StringConstructor)[];
1064
1064
  default: boolean;
1065
1065
  };
1066
1066
  error: {
@@ -1099,13 +1099,13 @@ declare const Mention: {
1099
1099
  type: import("vue").PropType<Record<string, any>>;
1100
1100
  };
1101
1101
  }>> & Readonly<{
1102
- onClear?: ((_ev: MouseEvent) => any) | undefined;
1103
- onFocus?: ((_ev: FocusEvent) => any) | undefined;
1104
1102
  onBlur?: ((_ev: FocusEvent) => any) | undefined;
1105
1103
  onChange?: ((_value: string, _ev: Event) => any) | undefined;
1104
+ onClear?: ((_ev: MouseEvent) => any) | undefined;
1105
+ onFocus?: ((_ev: FocusEvent) => any) | undefined;
1106
1106
  onInput?: ((_value: string, _ev: Event) => any) | undefined;
1107
1107
  "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
1108
- }>, "focus" | "blur" | ("disabled" | "error" | "readonly" | "defaultValue" | "allowClear" | "fitWidth" | "maxWFull" | "maxLength" | "showWordLimit" | "autoSize")> & {
1108
+ }>, "blur" | "focus" | ("allowClear" | "autoSize" | "defaultValue" | "disabled" | "error" | "fitWidth" | "maxLength" | "maxWFull" | "readonly" | "showWordLimit")> & {
1109
1109
  focus: () => void;
1110
1110
  blur: () => void;
1111
1111
  } & {} & import("vue").ComponentCustomProperties & {} & {
@@ -1116,25 +1116,25 @@ declare const Mention: {
1116
1116
  focus: () => void | undefined;
1117
1117
  blur: () => void | undefined;
1118
1118
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1119
- search: (_value: string, _prefix: string) => void;
1120
- clear: (_event: Event) => void;
1121
- focus: (_event: FocusEvent) => void;
1122
1119
  blur: (_event: FocusEvent) => void;
1123
1120
  change: (_value: string) => void;
1121
+ clear: (_event: Event) => void;
1122
+ focus: (_event: FocusEvent) => void;
1123
+ search: (_value: string, _prefix: string) => void;
1124
1124
  select: (_value: string | number | Record<string, any> | undefined) => void;
1125
1125
  "update:modelValue": (_value: string) => void;
1126
1126
  }, import("vue").PublicProps, {
1127
- type: "textarea" | "input";
1127
+ defaultValue: string;
1128
+ data: (string | number | import("..").SelectOptionData | import("..").SelectOptionGroup)[];
1129
+ prefix: string | string[];
1128
1130
  split: string;
1131
+ filterOption: import("..").FilterOption;
1132
+ type: "input" | "textarea";
1129
1133
  disabled: boolean;
1130
1134
  readonly: string | boolean;
1131
- data: (string | number | import("../index.ts").SelectOptionData | import("../index.ts").SelectOptionGroup)[];
1132
- prefix: string | string[];
1133
- defaultValue: string;
1134
1135
  allowClear: boolean;
1135
1136
  fitWidth: boolean;
1136
1137
  maxWFull: boolean;
1137
- filterOption: import("../index.ts").FilterOption;
1138
1138
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
1139
1139
  P: {};
1140
1140
  B: {};
@@ -1149,7 +1149,7 @@ declare const Mention: {
1149
1149
  default: string;
1150
1150
  };
1151
1151
  data: {
1152
- type: import("vue").PropType<(string | number | import("../index.ts").SelectOptionData | import("../index.ts").SelectOptionGroup)[]>;
1152
+ type: import("vue").PropType<(string | number | import("..").SelectOptionData | import("..").SelectOptionGroup)[]>;
1153
1153
  default: () => never[];
1154
1154
  };
1155
1155
  prefix: {
@@ -1161,11 +1161,11 @@ declare const Mention: {
1161
1161
  default: string;
1162
1162
  };
1163
1163
  filterOption: {
1164
- type: import("vue").PropType<import("../index.ts").FilterOption>;
1164
+ type: import("vue").PropType<import("..").FilterOption>;
1165
1165
  default: boolean;
1166
1166
  };
1167
1167
  type: {
1168
- type: import("vue").PropType<"input" | "textarea">;
1168
+ type: import("vue").PropType<'input' | 'textarea'>;
1169
1169
  default: string;
1170
1170
  };
1171
1171
  disabled: {
@@ -1173,7 +1173,7 @@ declare const Mention: {
1173
1173
  default: boolean;
1174
1174
  };
1175
1175
  readonly: {
1176
- type: (StringConstructor | BooleanConstructor)[];
1176
+ type: (BooleanConstructor | StringConstructor)[];
1177
1177
  default: boolean;
1178
1178
  };
1179
1179
  allowClear: {
@@ -1188,13 +1188,13 @@ declare const Mention: {
1188
1188
  type: BooleanConstructor;
1189
1189
  default: boolean;
1190
1190
  };
1191
- floatingOptions: import("vue").PropType<import("../index.ts").FloatingOptions>;
1191
+ floatingOptions: import("vue").PropType<import("..").FloatingOptions>;
1192
1192
  }>> & Readonly<{
1193
- onSearch?: ((_value: string, _prefix: string) => any) | undefined;
1194
- onClear?: ((_event: Event) => any) | undefined;
1195
- onFocus?: ((_event: FocusEvent) => any) | undefined;
1196
1193
  onBlur?: ((_event: FocusEvent) => any) | undefined;
1197
1194
  onChange?: ((_value: string) => any) | undefined;
1195
+ onClear?: ((_event: Event) => any) | undefined;
1196
+ onFocus?: ((_event: FocusEvent) => any) | undefined;
1197
+ onSearch?: ((_value: string, _prefix: string) => any) | undefined;
1198
1198
  onSelect?: ((_value: string | number | Record<string, any> | undefined) => any) | undefined;
1199
1199
  "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
1200
1200
  }>, {
@@ -1202,12 +1202,11 @@ declare const Mention: {
1202
1202
  $: import("vue").ComponentInternalInstance;
1203
1203
  $data: {};
1204
1204
  $props: Partial<{
1205
- type: "text" | "password";
1206
- disabled: boolean;
1207
- error: boolean;
1208
- readonly: string | boolean;
1209
1205
  defaultValue: string;
1210
1206
  allowClear: boolean;
1207
+ disabled: boolean;
1208
+ readonly: string | boolean;
1209
+ error: boolean;
1211
1210
  fitWidth: boolean;
1212
1211
  maxWFull: boolean;
1213
1212
  maxLength: number | {
@@ -1215,14 +1214,17 @@ declare const Mention: {
1215
1214
  errorOnly?: boolean;
1216
1215
  };
1217
1216
  showWordLimit: boolean;
1217
+ type: "password" | "text";
1218
1218
  fitWidthFallback: string;
1219
1219
  }> & Omit<{
1220
- readonly type: "text" | "password";
1221
- readonly disabled: boolean;
1222
- readonly error: boolean;
1223
- readonly readonly: string | boolean;
1220
+ readonly modelValue?: string | undefined;
1224
1221
  readonly defaultValue: string;
1222
+ readonly size?: "large" | "medium" | "mini" | "small" | undefined;
1225
1223
  readonly allowClear: boolean;
1224
+ readonly disabled: boolean;
1225
+ readonly readonly: string | boolean;
1226
+ readonly error: boolean;
1227
+ readonly placeholder?: string | undefined;
1226
1228
  readonly fitWidth: boolean;
1227
1229
  readonly maxWFull: boolean;
1228
1230
  readonly maxLength: number | {
@@ -1230,23 +1232,21 @@ declare const Mention: {
1230
1232
  errorOnly?: boolean;
1231
1233
  };
1232
1234
  readonly showWordLimit: boolean;
1233
- readonly fitWidthFallback: string;
1234
- readonly size?: "small" | "medium" | "large" | "mini" | undefined;
1235
- readonly modelValue?: string | undefined;
1236
- readonly placeholder?: string | undefined;
1235
+ readonly wordLength?: ((value: string) => number) | undefined;
1236
+ readonly wordSlice?: ((value: string, maxLength: number) => string) | undefined;
1237
1237
  readonly inputAttrs?: Record<string, any> | undefined;
1238
+ readonly type: "password" | "text";
1239
+ readonly fitWidthFallback: string;
1238
1240
  readonly prepend?: string | undefined;
1239
1241
  readonly append?: string | undefined;
1240
- readonly wordLength?: ((value: string) => number) | undefined;
1241
- readonly wordSlice?: ((value: string, maxLength: number) => string) | undefined;
1242
- readonly onClear?: ((_event: MouseEvent) => any) | undefined;
1243
- readonly onFocus?: ((_event: FocusEvent) => any) | undefined;
1244
1242
  readonly onBlur?: ((_event: FocusEvent) => any) | undefined;
1245
1243
  readonly onChange?: ((_value: string, _event: Event) => any) | undefined;
1244
+ readonly onClear?: ((_event: MouseEvent) => any) | undefined;
1245
+ readonly onFocus?: ((_event: FocusEvent) => any) | undefined;
1246
1246
  readonly onInput?: ((_value: string, _event: Event) => any) | undefined;
1247
- readonly "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
1248
1247
  readonly onPressEnter?: ((_event: KeyboardEvent) => any) | undefined;
1249
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "disabled" | "error" | "readonly" | "defaultValue" | "allowClear" | "fitWidth" | "maxWFull" | "maxLength" | "showWordLimit" | "fitWidthFallback">;
1248
+ readonly "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
1249
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "allowClear" | "defaultValue" | "disabled" | "error" | "fitWidth" | "fitWidthFallback" | "maxLength" | "maxWFull" | "readonly" | "showWordLimit" | "type">;
1250
1250
  $attrs: import("vue").Attrs;
1251
1251
  $refs: {
1252
1252
  [x: string]: unknown;
@@ -1257,7 +1257,7 @@ declare const Mention: {
1257
1257
  $root: import("vue").ComponentPublicInstance | null;
1258
1258
  $parent: import("vue").ComponentPublicInstance | null;
1259
1259
  $host: Element | null;
1260
- $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);
1260
+ $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);
1261
1261
  $el: any;
1262
1262
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
1263
1263
  modelValue: StringConstructor;
@@ -1265,7 +1265,7 @@ declare const Mention: {
1265
1265
  type: StringConstructor;
1266
1266
  default: string;
1267
1267
  };
1268
- size: import("vue").PropType<import("../index.ts").Size>;
1268
+ size: import("vue").PropType<import("..").Size>;
1269
1269
  allowClear: {
1270
1270
  type: BooleanConstructor;
1271
1271
  default: boolean;
@@ -1275,7 +1275,7 @@ declare const Mention: {
1275
1275
  default: boolean;
1276
1276
  };
1277
1277
  readonly: {
1278
- type: (StringConstructor | BooleanConstructor)[];
1278
+ type: (BooleanConstructor | StringConstructor)[];
1279
1279
  default: boolean;
1280
1280
  };
1281
1281
  error: {
@@ -1306,7 +1306,7 @@ declare const Mention: {
1306
1306
  wordSlice: import("vue").PropType<(value: string, maxLength: number) => string>;
1307
1307
  inputAttrs: ObjectConstructor;
1308
1308
  type: {
1309
- type: import("vue").PropType<"text" | "password">;
1309
+ type: import("vue").PropType<'text' | 'password'>;
1310
1310
  default: string;
1311
1311
  };
1312
1312
  fitWidthFallback: {
@@ -1316,32 +1316,31 @@ declare const Mention: {
1316
1316
  prepend: StringConstructor;
1317
1317
  append: StringConstructor;
1318
1318
  }>> & Readonly<{
1319
- onClear?: ((_event: MouseEvent) => any) | undefined;
1320
- onFocus?: ((_event: FocusEvent) => any) | undefined;
1321
1319
  onBlur?: ((_event: FocusEvent) => any) | undefined;
1322
1320
  onChange?: ((_value: string, _event: Event) => any) | undefined;
1321
+ onClear?: ((_event: MouseEvent) => any) | undefined;
1322
+ onFocus?: ((_event: FocusEvent) => any) | undefined;
1323
1323
  onInput?: ((_value: string, _event: Event) => any) | undefined;
1324
- "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
1325
1324
  onPressEnter?: ((_event: KeyboardEvent) => any) | undefined;
1325
+ "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
1326
1326
  }>, {
1327
1327
  inputRef: import("vue").Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
1328
1328
  focus: () => void | undefined;
1329
1329
  blur: () => void | undefined;
1330
1330
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1331
- clear: (_event: MouseEvent) => void;
1332
- focus: (_event: FocusEvent) => void;
1333
1331
  blur: (_event: FocusEvent) => void;
1334
1332
  change: (_value: string, _event: Event) => void;
1333
+ clear: (_event: MouseEvent) => void;
1334
+ focus: (_event: FocusEvent) => void;
1335
1335
  input: (_value: string, _event: Event) => void;
1336
- "update:modelValue": (_value: string) => void;
1337
1336
  pressEnter: (_event: KeyboardEvent) => void;
1337
+ "update:modelValue": (_value: string) => void;
1338
1338
  }, string, {
1339
- type: "text" | "password";
1340
- disabled: boolean;
1341
- error: boolean;
1342
- readonly: string | boolean;
1343
1339
  defaultValue: string;
1344
1340
  allowClear: boolean;
1341
+ disabled: boolean;
1342
+ readonly: string | boolean;
1343
+ error: boolean;
1345
1344
  fitWidth: boolean;
1346
1345
  maxWFull: boolean;
1347
1346
  maxLength: number | {
@@ -1349,34 +1348,34 @@ declare const Mention: {
1349
1348
  errorOnly?: boolean;
1350
1349
  };
1351
1350
  showWordLimit: boolean;
1351
+ type: "password" | "text";
1352
1352
  fitWidthFallback: string;
1353
1353
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
1354
- beforeCreate?: (() => void) | (() => void)[];
1355
- created?: (() => void) | (() => void)[];
1356
- beforeMount?: (() => void) | (() => void)[];
1357
- mounted?: (() => void) | (() => void)[];
1358
- beforeUpdate?: (() => void) | (() => void)[];
1359
- updated?: (() => void) | (() => void)[];
1360
- activated?: (() => void) | (() => void)[];
1361
- deactivated?: (() => void) | (() => void)[];
1362
- beforeDestroy?: (() => void) | (() => void)[];
1363
- beforeUnmount?: (() => void) | (() => void)[];
1364
- destroyed?: (() => void) | (() => void)[];
1365
- unmounted?: (() => void) | (() => void)[];
1366
- renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
1367
- renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
1368
- errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
1354
+ beforeCreate?: (() => void)[] | (() => void);
1355
+ created?: (() => void)[] | (() => void);
1356
+ beforeMount?: (() => void)[] | (() => void);
1357
+ mounted?: (() => void)[] | (() => void);
1358
+ beforeUpdate?: (() => void)[] | (() => void);
1359
+ updated?: (() => void)[] | (() => void);
1360
+ activated?: (() => void)[] | (() => void);
1361
+ deactivated?: (() => void)[] | (() => void);
1362
+ beforeDestroy?: (() => void)[] | (() => void);
1363
+ beforeUnmount?: (() => void)[] | (() => void);
1364
+ destroyed?: (() => void)[] | (() => void);
1365
+ unmounted?: (() => void)[] | (() => void);
1366
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
1367
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
1368
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[] | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void);
1369
1369
  };
1370
1370
  $forceUpdate: () => void;
1371
1371
  $nextTick: typeof import("vue").nextTick;
1372
1372
  $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;
1373
1373
  } & Readonly<{
1374
- type: "text" | "password";
1375
- disabled: boolean;
1376
- error: boolean;
1377
- readonly: string | boolean;
1378
1374
  defaultValue: string;
1379
1375
  allowClear: boolean;
1376
+ disabled: boolean;
1377
+ readonly: string | boolean;
1378
+ error: boolean;
1380
1379
  fitWidth: boolean;
1381
1380
  maxWFull: boolean;
1382
1381
  maxLength: number | {
@@ -1384,6 +1383,7 @@ declare const Mention: {
1384
1383
  errorOnly?: boolean;
1385
1384
  };
1386
1385
  showWordLimit: boolean;
1386
+ type: "password" | "text";
1387
1387
  fitWidthFallback: string;
1388
1388
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
1389
1389
  modelValue: StringConstructor;
@@ -1391,7 +1391,7 @@ declare const Mention: {
1391
1391
  type: StringConstructor;
1392
1392
  default: string;
1393
1393
  };
1394
- size: import("vue").PropType<import("../index.ts").Size>;
1394
+ size: import("vue").PropType<import("..").Size>;
1395
1395
  allowClear: {
1396
1396
  type: BooleanConstructor;
1397
1397
  default: boolean;
@@ -1401,7 +1401,7 @@ declare const Mention: {
1401
1401
  default: boolean;
1402
1402
  };
1403
1403
  readonly: {
1404
- type: (StringConstructor | BooleanConstructor)[];
1404
+ type: (BooleanConstructor | StringConstructor)[];
1405
1405
  default: boolean;
1406
1406
  };
1407
1407
  error: {
@@ -1432,7 +1432,7 @@ declare const Mention: {
1432
1432
  wordSlice: import("vue").PropType<(value: string, maxLength: number) => string>;
1433
1433
  inputAttrs: ObjectConstructor;
1434
1434
  type: {
1435
- type: import("vue").PropType<"text" | "password">;
1435
+ type: import("vue").PropType<'text' | 'password'>;
1436
1436
  default: string;
1437
1437
  };
1438
1438
  fitWidthFallback: {
@@ -1442,14 +1442,14 @@ declare const Mention: {
1442
1442
  prepend: StringConstructor;
1443
1443
  append: StringConstructor;
1444
1444
  }>> & Readonly<{
1445
- onClear?: ((_event: MouseEvent) => any) | undefined;
1446
- onFocus?: ((_event: FocusEvent) => any) | undefined;
1447
1445
  onBlur?: ((_event: FocusEvent) => any) | undefined;
1448
1446
  onChange?: ((_value: string, _event: Event) => any) | undefined;
1447
+ onClear?: ((_event: MouseEvent) => any) | undefined;
1448
+ onFocus?: ((_event: FocusEvent) => any) | undefined;
1449
1449
  onInput?: ((_value: string, _event: Event) => any) | undefined;
1450
- "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
1451
1450
  onPressEnter?: ((_event: KeyboardEvent) => any) | undefined;
1452
- }>, "focus" | "blur" | "inputRef" | ("type" | "disabled" | "error" | "readonly" | "defaultValue" | "allowClear" | "fitWidth" | "maxWFull" | "maxLength" | "showWordLimit" | "fitWidthFallback")> & {
1451
+ "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
1452
+ }>, "blur" | "focus" | "inputRef" | ("allowClear" | "defaultValue" | "disabled" | "error" | "fitWidth" | "fitWidthFallback" | "maxLength" | "maxWFull" | "readonly" | "showWordLimit" | "type")> & {
1453
1453
  inputRef: HTMLInputElement | undefined;
1454
1454
  focus: () => void | undefined;
1455
1455
  blur: () => void | undefined;
@@ -1467,51 +1467,51 @@ declare const Mention: {
1467
1467
  $: import("vue").ComponentInternalInstance;
1468
1468
  $data: {};
1469
1469
  $props: Partial<{
1470
- disabled: boolean;
1471
- error: boolean;
1472
- readonly: string | boolean;
1473
1470
  defaultValue: string;
1474
- allowClear: boolean;
1475
1471
  fitWidth: boolean;
1476
1472
  maxWFull: boolean;
1473
+ disabled: boolean;
1474
+ readonly: string | boolean;
1475
+ error: boolean;
1477
1476
  maxLength: number | {
1478
1477
  length: number;
1479
1478
  errorOnly?: boolean;
1480
1479
  };
1481
1480
  showWordLimit: boolean;
1481
+ allowClear: boolean;
1482
1482
  autoSize: boolean | {
1483
1483
  minRows?: number;
1484
1484
  maxRows?: number;
1485
1485
  };
1486
1486
  }> & Omit<{
1487
- readonly disabled: boolean;
1488
- readonly error: boolean;
1489
- readonly readonly: string | boolean;
1487
+ readonly modelValue?: string | undefined;
1490
1488
  readonly defaultValue: string;
1491
- readonly allowClear: boolean;
1489
+ readonly placeholder?: string | undefined;
1492
1490
  readonly fitWidth: boolean;
1493
1491
  readonly maxWFull: boolean;
1492
+ readonly disabled: boolean;
1493
+ readonly readonly: string | boolean;
1494
+ readonly error: boolean;
1494
1495
  readonly maxLength: number | {
1495
1496
  length: number;
1496
1497
  errorOnly?: boolean;
1497
1498
  };
1498
1499
  readonly showWordLimit: boolean;
1500
+ readonly allowClear: boolean;
1499
1501
  readonly autoSize: boolean | {
1500
1502
  minRows?: number;
1501
1503
  maxRows?: number;
1502
1504
  };
1503
- readonly modelValue?: string | undefined;
1504
- readonly placeholder?: string | undefined;
1505
1505
  readonly wordLength?: ((value: string) => number) | undefined;
1506
1506
  readonly wordSlice?: ((value: string, maxLength: number) => string) | undefined;
1507
1507
  readonly textareaAttrs?: Record<string, any> | undefined;
1508
- readonly onClear?: ((_ev: MouseEvent) => any) | undefined;
1509
- readonly onFocus?: ((_ev: FocusEvent) => any) | undefined;
1510
1508
  readonly onBlur?: ((_ev: FocusEvent) => any) | undefined;
1511
1509
  readonly onChange?: ((_value: string, _ev: Event) => any) | undefined;
1510
+ readonly onClear?: ((_ev: MouseEvent) => any) | undefined;
1511
+ readonly onFocus?: ((_ev: FocusEvent) => any) | undefined;
1512
1512
  readonly onInput?: ((_value: string, _ev: Event) => any) | undefined;
1513
1513
  readonly "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
1514
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "error" | "readonly" | "defaultValue" | "allowClear" | "fitWidth" | "maxWFull" | "maxLength" | "showWordLimit" | "autoSize">;
1514
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "allowClear" | "autoSize" | "defaultValue" | "disabled" | "error" | "fitWidth" | "maxLength" | "maxWFull" | "readonly" | "showWordLimit">;
1515
1515
  $attrs: import("vue").Attrs;
1516
1516
  $refs: {
1517
1517
  [x: string]: unknown;
@@ -1522,7 +1522,7 @@ declare const Mention: {
1522
1522
  $root: import("vue").ComponentPublicInstance | null;
1523
1523
  $parent: import("vue").ComponentPublicInstance | null;
1524
1524
  $host: Element | null;
1525
- $emit: ((event: "clear", _ev: MouseEvent) => void) & ((event: "focus", _ev: FocusEvent) => void) & ((event: "blur", _ev: FocusEvent) => void) & ((event: "change", _value: string, _ev: Event) => void) & ((event: "input", _value: string, _ev: Event) => void) & ((event: "update:modelValue", _value: string) => void);
1525
+ $emit: ((event: "blur", _ev: FocusEvent) => void) & ((event: "change", _value: string, _ev: Event) => void) & ((event: "clear", _ev: MouseEvent) => void) & ((event: "focus", _ev: FocusEvent) => void) & ((event: "input", _value: string, _ev: Event) => void) & ((event: "update:modelValue", _value: string) => void);
1526
1526
  $el: any;
1527
1527
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
1528
1528
  modelValue: StringConstructor;
@@ -1544,7 +1544,7 @@ declare const Mention: {
1544
1544
  default: boolean;
1545
1545
  };
1546
1546
  readonly: {
1547
- type: (StringConstructor | BooleanConstructor)[];
1547
+ type: (BooleanConstructor | StringConstructor)[];
1548
1548
  default: boolean;
1549
1549
  };
1550
1550
  error: {
@@ -1583,72 +1583,72 @@ declare const Mention: {
1583
1583
  type: import("vue").PropType<Record<string, any>>;
1584
1584
  };
1585
1585
  }>> & Readonly<{
1586
- onClear?: ((_ev: MouseEvent) => any) | undefined;
1587
- onFocus?: ((_ev: FocusEvent) => any) | undefined;
1588
1586
  onBlur?: ((_ev: FocusEvent) => any) | undefined;
1589
1587
  onChange?: ((_value: string, _ev: Event) => any) | undefined;
1588
+ onClear?: ((_ev: MouseEvent) => any) | undefined;
1589
+ onFocus?: ((_ev: FocusEvent) => any) | undefined;
1590
1590
  onInput?: ((_value: string, _ev: Event) => any) | undefined;
1591
1591
  "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
1592
1592
  }>, {
1593
1593
  focus: () => void;
1594
1594
  blur: () => void;
1595
1595
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1596
- clear: (_ev: MouseEvent) => any;
1597
- focus: (_ev: FocusEvent) => any;
1598
1596
  blur: (_ev: FocusEvent) => any;
1599
1597
  change: (_value: string, _ev: Event) => any;
1598
+ clear: (_ev: MouseEvent) => any;
1599
+ focus: (_ev: FocusEvent) => any;
1600
1600
  input: (_value: string, _ev: Event) => any;
1601
1601
  "update:modelValue": (_value: string) => any;
1602
1602
  }, string, {
1603
- disabled: boolean;
1604
- error: boolean;
1605
- readonly: string | boolean;
1606
1603
  defaultValue: string;
1607
- allowClear: boolean;
1608
1604
  fitWidth: boolean;
1609
1605
  maxWFull: boolean;
1606
+ disabled: boolean;
1607
+ readonly: string | boolean;
1608
+ error: boolean;
1610
1609
  maxLength: number | {
1611
1610
  length: number;
1612
1611
  errorOnly?: boolean;
1613
1612
  };
1614
1613
  showWordLimit: boolean;
1614
+ allowClear: boolean;
1615
1615
  autoSize: boolean | {
1616
1616
  minRows?: number;
1617
1617
  maxRows?: number;
1618
1618
  };
1619
1619
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
1620
- beforeCreate?: (() => void) | (() => void)[];
1621
- created?: (() => void) | (() => void)[];
1622
- beforeMount?: (() => void) | (() => void)[];
1623
- mounted?: (() => void) | (() => void)[];
1624
- beforeUpdate?: (() => void) | (() => void)[];
1625
- updated?: (() => void) | (() => void)[];
1626
- activated?: (() => void) | (() => void)[];
1627
- deactivated?: (() => void) | (() => void)[];
1628
- beforeDestroy?: (() => void) | (() => void)[];
1629
- beforeUnmount?: (() => void) | (() => void)[];
1630
- destroyed?: (() => void) | (() => void)[];
1631
- unmounted?: (() => void) | (() => void)[];
1632
- renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
1633
- renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
1634
- errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
1620
+ beforeCreate?: (() => void)[] | (() => void);
1621
+ created?: (() => void)[] | (() => void);
1622
+ beforeMount?: (() => void)[] | (() => void);
1623
+ mounted?: (() => void)[] | (() => void);
1624
+ beforeUpdate?: (() => void)[] | (() => void);
1625
+ updated?: (() => void)[] | (() => void);
1626
+ activated?: (() => void)[] | (() => void);
1627
+ deactivated?: (() => void)[] | (() => void);
1628
+ beforeDestroy?: (() => void)[] | (() => void);
1629
+ beforeUnmount?: (() => void)[] | (() => void);
1630
+ destroyed?: (() => void)[] | (() => void);
1631
+ unmounted?: (() => void)[] | (() => void);
1632
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
1633
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
1634
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[] | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void);
1635
1635
  };
1636
1636
  $forceUpdate: () => void;
1637
1637
  $nextTick: typeof import("vue").nextTick;
1638
1638
  $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;
1639
1639
  } & Readonly<{
1640
- disabled: boolean;
1641
- error: boolean;
1642
- readonly: string | boolean;
1643
1640
  defaultValue: string;
1644
- allowClear: boolean;
1645
1641
  fitWidth: boolean;
1646
1642
  maxWFull: boolean;
1643
+ disabled: boolean;
1644
+ readonly: string | boolean;
1645
+ error: boolean;
1647
1646
  maxLength: number | {
1648
1647
  length: number;
1649
1648
  errorOnly?: boolean;
1650
1649
  };
1651
1650
  showWordLimit: boolean;
1651
+ allowClear: boolean;
1652
1652
  autoSize: boolean | {
1653
1653
  minRows?: number;
1654
1654
  maxRows?: number;
@@ -1673,7 +1673,7 @@ declare const Mention: {
1673
1673
  default: boolean;
1674
1674
  };
1675
1675
  readonly: {
1676
- type: (StringConstructor | BooleanConstructor)[];
1676
+ type: (BooleanConstructor | StringConstructor)[];
1677
1677
  default: boolean;
1678
1678
  };
1679
1679
  error: {
@@ -1712,13 +1712,13 @@ declare const Mention: {
1712
1712
  type: import("vue").PropType<Record<string, any>>;
1713
1713
  };
1714
1714
  }>> & Readonly<{
1715
- onClear?: ((_ev: MouseEvent) => any) | undefined;
1716
- onFocus?: ((_ev: FocusEvent) => any) | undefined;
1717
1715
  onBlur?: ((_ev: FocusEvent) => any) | undefined;
1718
1716
  onChange?: ((_value: string, _ev: Event) => any) | undefined;
1717
+ onClear?: ((_ev: MouseEvent) => any) | undefined;
1718
+ onFocus?: ((_ev: FocusEvent) => any) | undefined;
1719
1719
  onInput?: ((_value: string, _ev: Event) => any) | undefined;
1720
1720
  "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
1721
- }>, "focus" | "blur" | ("disabled" | "error" | "readonly" | "defaultValue" | "allowClear" | "fitWidth" | "maxWFull" | "maxLength" | "showWordLimit" | "autoSize")> & {
1721
+ }>, "blur" | "focus" | ("allowClear" | "autoSize" | "defaultValue" | "disabled" | "error" | "fitWidth" | "maxLength" | "maxWFull" | "readonly" | "showWordLimit")> & {
1722
1722
  focus: () => void;
1723
1723
  blur: () => void;
1724
1724
  } & {} & import("vue").ComponentCustomProperties & {} & {
@@ -1729,12 +1729,11 @@ declare const Mention: {
1729
1729
  $: import("vue").ComponentInternalInstance;
1730
1730
  $data: {};
1731
1731
  $props: Partial<{
1732
- type: "text" | "password";
1733
- disabled: boolean;
1734
- error: boolean;
1735
- readonly: string | boolean;
1736
1732
  defaultValue: string;
1737
1733
  allowClear: boolean;
1734
+ disabled: boolean;
1735
+ readonly: string | boolean;
1736
+ error: boolean;
1738
1737
  fitWidth: boolean;
1739
1738
  maxWFull: boolean;
1740
1739
  maxLength: number | {
@@ -1742,14 +1741,17 @@ declare const Mention: {
1742
1741
  errorOnly?: boolean;
1743
1742
  };
1744
1743
  showWordLimit: boolean;
1744
+ type: "password" | "text";
1745
1745
  fitWidthFallback: string;
1746
1746
  }> & Omit<{
1747
- readonly type: "text" | "password";
1748
- readonly disabled: boolean;
1749
- readonly error: boolean;
1750
- readonly readonly: string | boolean;
1747
+ readonly modelValue?: string | undefined;
1751
1748
  readonly defaultValue: string;
1749
+ readonly size?: "large" | "medium" | "mini" | "small" | undefined;
1752
1750
  readonly allowClear: boolean;
1751
+ readonly disabled: boolean;
1752
+ readonly readonly: string | boolean;
1753
+ readonly error: boolean;
1754
+ readonly placeholder?: string | undefined;
1753
1755
  readonly fitWidth: boolean;
1754
1756
  readonly maxWFull: boolean;
1755
1757
  readonly maxLength: number | {
@@ -1757,23 +1759,21 @@ declare const Mention: {
1757
1759
  errorOnly?: boolean;
1758
1760
  };
1759
1761
  readonly showWordLimit: boolean;
1760
- readonly fitWidthFallback: string;
1761
- readonly size?: "small" | "medium" | "large" | "mini" | undefined;
1762
- readonly modelValue?: string | undefined;
1763
- readonly placeholder?: string | undefined;
1762
+ readonly wordLength?: ((value: string) => number) | undefined;
1763
+ readonly wordSlice?: ((value: string, maxLength: number) => string) | undefined;
1764
1764
  readonly inputAttrs?: Record<string, any> | undefined;
1765
+ readonly type: "password" | "text";
1766
+ readonly fitWidthFallback: string;
1765
1767
  readonly prepend?: string | undefined;
1766
1768
  readonly append?: string | undefined;
1767
- readonly wordLength?: ((value: string) => number) | undefined;
1768
- readonly wordSlice?: ((value: string, maxLength: number) => string) | undefined;
1769
- readonly onClear?: ((_event: MouseEvent) => any) | undefined;
1770
- readonly onFocus?: ((_event: FocusEvent) => any) | undefined;
1771
1769
  readonly onBlur?: ((_event: FocusEvent) => any) | undefined;
1772
1770
  readonly onChange?: ((_value: string, _event: Event) => any) | undefined;
1771
+ readonly onClear?: ((_event: MouseEvent) => any) | undefined;
1772
+ readonly onFocus?: ((_event: FocusEvent) => any) | undefined;
1773
1773
  readonly onInput?: ((_value: string, _event: Event) => any) | undefined;
1774
- readonly "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
1775
1774
  readonly onPressEnter?: ((_event: KeyboardEvent) => any) | undefined;
1776
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "disabled" | "error" | "readonly" | "defaultValue" | "allowClear" | "fitWidth" | "maxWFull" | "maxLength" | "showWordLimit" | "fitWidthFallback">;
1775
+ readonly "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
1776
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "allowClear" | "defaultValue" | "disabled" | "error" | "fitWidth" | "fitWidthFallback" | "maxLength" | "maxWFull" | "readonly" | "showWordLimit" | "type">;
1777
1777
  $attrs: import("vue").Attrs;
1778
1778
  $refs: {
1779
1779
  [x: string]: unknown;
@@ -1784,7 +1784,7 @@ declare const Mention: {
1784
1784
  $root: import("vue").ComponentPublicInstance | null;
1785
1785
  $parent: import("vue").ComponentPublicInstance | null;
1786
1786
  $host: Element | null;
1787
- $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);
1787
+ $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);
1788
1788
  $el: any;
1789
1789
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
1790
1790
  modelValue: StringConstructor;
@@ -1792,7 +1792,7 @@ declare const Mention: {
1792
1792
  type: StringConstructor;
1793
1793
  default: string;
1794
1794
  };
1795
- size: import("vue").PropType<import("../index.ts").Size>;
1795
+ size: import("vue").PropType<import("..").Size>;
1796
1796
  allowClear: {
1797
1797
  type: BooleanConstructor;
1798
1798
  default: boolean;
@@ -1802,7 +1802,7 @@ declare const Mention: {
1802
1802
  default: boolean;
1803
1803
  };
1804
1804
  readonly: {
1805
- type: (StringConstructor | BooleanConstructor)[];
1805
+ type: (BooleanConstructor | StringConstructor)[];
1806
1806
  default: boolean;
1807
1807
  };
1808
1808
  error: {
@@ -1833,7 +1833,7 @@ declare const Mention: {
1833
1833
  wordSlice: import("vue").PropType<(value: string, maxLength: number) => string>;
1834
1834
  inputAttrs: ObjectConstructor;
1835
1835
  type: {
1836
- type: import("vue").PropType<"text" | "password">;
1836
+ type: import("vue").PropType<'text' | 'password'>;
1837
1837
  default: string;
1838
1838
  };
1839
1839
  fitWidthFallback: {
@@ -1843,32 +1843,31 @@ declare const Mention: {
1843
1843
  prepend: StringConstructor;
1844
1844
  append: StringConstructor;
1845
1845
  }>> & Readonly<{
1846
- onClear?: ((_event: MouseEvent) => any) | undefined;
1847
- onFocus?: ((_event: FocusEvent) => any) | undefined;
1848
1846
  onBlur?: ((_event: FocusEvent) => any) | undefined;
1849
1847
  onChange?: ((_value: string, _event: Event) => any) | undefined;
1848
+ onClear?: ((_event: MouseEvent) => any) | undefined;
1849
+ onFocus?: ((_event: FocusEvent) => any) | undefined;
1850
1850
  onInput?: ((_value: string, _event: Event) => any) | undefined;
1851
- "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
1852
1851
  onPressEnter?: ((_event: KeyboardEvent) => any) | undefined;
1852
+ "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
1853
1853
  }>, {
1854
1854
  inputRef: import("vue").Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
1855
1855
  focus: () => void | undefined;
1856
1856
  blur: () => void | undefined;
1857
1857
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1858
- clear: (_event: MouseEvent) => void;
1859
- focus: (_event: FocusEvent) => void;
1860
1858
  blur: (_event: FocusEvent) => void;
1861
1859
  change: (_value: string, _event: Event) => void;
1860
+ clear: (_event: MouseEvent) => void;
1861
+ focus: (_event: FocusEvent) => void;
1862
1862
  input: (_value: string, _event: Event) => void;
1863
- "update:modelValue": (_value: string) => void;
1864
1863
  pressEnter: (_event: KeyboardEvent) => void;
1864
+ "update:modelValue": (_value: string) => void;
1865
1865
  }, string, {
1866
- type: "text" | "password";
1867
- disabled: boolean;
1868
- error: boolean;
1869
- readonly: string | boolean;
1870
1866
  defaultValue: string;
1871
1867
  allowClear: boolean;
1868
+ disabled: boolean;
1869
+ readonly: string | boolean;
1870
+ error: boolean;
1872
1871
  fitWidth: boolean;
1873
1872
  maxWFull: boolean;
1874
1873
  maxLength: number | {
@@ -1876,34 +1875,34 @@ declare const Mention: {
1876
1875
  errorOnly?: boolean;
1877
1876
  };
1878
1877
  showWordLimit: boolean;
1878
+ type: "password" | "text";
1879
1879
  fitWidthFallback: string;
1880
1880
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
1881
- beforeCreate?: (() => void) | (() => void)[];
1882
- created?: (() => void) | (() => void)[];
1883
- beforeMount?: (() => void) | (() => void)[];
1884
- mounted?: (() => void) | (() => void)[];
1885
- beforeUpdate?: (() => void) | (() => void)[];
1886
- updated?: (() => void) | (() => void)[];
1887
- activated?: (() => void) | (() => void)[];
1888
- deactivated?: (() => void) | (() => void)[];
1889
- beforeDestroy?: (() => void) | (() => void)[];
1890
- beforeUnmount?: (() => void) | (() => void)[];
1891
- destroyed?: (() => void) | (() => void)[];
1892
- unmounted?: (() => void) | (() => void)[];
1893
- renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
1894
- renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
1895
- errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
1881
+ beforeCreate?: (() => void)[] | (() => void);
1882
+ created?: (() => void)[] | (() => void);
1883
+ beforeMount?: (() => void)[] | (() => void);
1884
+ mounted?: (() => void)[] | (() => void);
1885
+ beforeUpdate?: (() => void)[] | (() => void);
1886
+ updated?: (() => void)[] | (() => void);
1887
+ activated?: (() => void)[] | (() => void);
1888
+ deactivated?: (() => void)[] | (() => void);
1889
+ beforeDestroy?: (() => void)[] | (() => void);
1890
+ beforeUnmount?: (() => void)[] | (() => void);
1891
+ destroyed?: (() => void)[] | (() => void);
1892
+ unmounted?: (() => void)[] | (() => void);
1893
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
1894
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
1895
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[] | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void);
1896
1896
  };
1897
1897
  $forceUpdate: () => void;
1898
1898
  $nextTick: typeof import("vue").nextTick;
1899
1899
  $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;
1900
1900
  } & Readonly<{
1901
- type: "text" | "password";
1902
- disabled: boolean;
1903
- error: boolean;
1904
- readonly: string | boolean;
1905
1901
  defaultValue: string;
1906
1902
  allowClear: boolean;
1903
+ disabled: boolean;
1904
+ readonly: string | boolean;
1905
+ error: boolean;
1907
1906
  fitWidth: boolean;
1908
1907
  maxWFull: boolean;
1909
1908
  maxLength: number | {
@@ -1911,6 +1910,7 @@ declare const Mention: {
1911
1910
  errorOnly?: boolean;
1912
1911
  };
1913
1912
  showWordLimit: boolean;
1913
+ type: "password" | "text";
1914
1914
  fitWidthFallback: string;
1915
1915
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
1916
1916
  modelValue: StringConstructor;
@@ -1918,7 +1918,7 @@ declare const Mention: {
1918
1918
  type: StringConstructor;
1919
1919
  default: string;
1920
1920
  };
1921
- size: import("vue").PropType<import("../index.ts").Size>;
1921
+ size: import("vue").PropType<import("..").Size>;
1922
1922
  allowClear: {
1923
1923
  type: BooleanConstructor;
1924
1924
  default: boolean;
@@ -1928,7 +1928,7 @@ declare const Mention: {
1928
1928
  default: boolean;
1929
1929
  };
1930
1930
  readonly: {
1931
- type: (StringConstructor | BooleanConstructor)[];
1931
+ type: (BooleanConstructor | StringConstructor)[];
1932
1932
  default: boolean;
1933
1933
  };
1934
1934
  error: {
@@ -1959,7 +1959,7 @@ declare const Mention: {
1959
1959
  wordSlice: import("vue").PropType<(value: string, maxLength: number) => string>;
1960
1960
  inputAttrs: ObjectConstructor;
1961
1961
  type: {
1962
- type: import("vue").PropType<"text" | "password">;
1962
+ type: import("vue").PropType<'text' | 'password'>;
1963
1963
  default: string;
1964
1964
  };
1965
1965
  fitWidthFallback: {
@@ -1969,14 +1969,14 @@ declare const Mention: {
1969
1969
  prepend: StringConstructor;
1970
1970
  append: StringConstructor;
1971
1971
  }>> & Readonly<{
1972
- onClear?: ((_event: MouseEvent) => any) | undefined;
1973
- onFocus?: ((_event: FocusEvent) => any) | undefined;
1974
1972
  onBlur?: ((_event: FocusEvent) => any) | undefined;
1975
1973
  onChange?: ((_value: string, _event: Event) => any) | undefined;
1974
+ onClear?: ((_event: MouseEvent) => any) | undefined;
1975
+ onFocus?: ((_event: FocusEvent) => any) | undefined;
1976
1976
  onInput?: ((_value: string, _event: Event) => any) | undefined;
1977
- "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
1978
1977
  onPressEnter?: ((_event: KeyboardEvent) => any) | undefined;
1979
- }>, "focus" | "blur" | "inputRef" | ("type" | "disabled" | "error" | "readonly" | "defaultValue" | "allowClear" | "fitWidth" | "maxWFull" | "maxLength" | "showWordLimit" | "fitWidthFallback")> & {
1978
+ "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
1979
+ }>, "blur" | "focus" | "inputRef" | ("allowClear" | "defaultValue" | "disabled" | "error" | "fitWidth" | "fitWidthFallback" | "maxLength" | "maxWFull" | "readonly" | "showWordLimit" | "type")> & {
1980
1980
  inputRef: HTMLInputElement | undefined;
1981
1981
  focus: () => void | undefined;
1982
1982
  blur: () => void | undefined;
@@ -1994,51 +1994,51 @@ declare const Mention: {
1994
1994
  $: import("vue").ComponentInternalInstance;
1995
1995
  $data: {};
1996
1996
  $props: Partial<{
1997
- disabled: boolean;
1998
- error: boolean;
1999
- readonly: string | boolean;
2000
1997
  defaultValue: string;
2001
- allowClear: boolean;
2002
1998
  fitWidth: boolean;
2003
1999
  maxWFull: boolean;
2000
+ disabled: boolean;
2001
+ readonly: string | boolean;
2002
+ error: boolean;
2004
2003
  maxLength: number | {
2005
2004
  length: number;
2006
2005
  errorOnly?: boolean;
2007
2006
  };
2008
2007
  showWordLimit: boolean;
2008
+ allowClear: boolean;
2009
2009
  autoSize: boolean | {
2010
2010
  minRows?: number;
2011
2011
  maxRows?: number;
2012
2012
  };
2013
2013
  }> & Omit<{
2014
- readonly disabled: boolean;
2015
- readonly error: boolean;
2016
- readonly readonly: string | boolean;
2014
+ readonly modelValue?: string | undefined;
2017
2015
  readonly defaultValue: string;
2018
- readonly allowClear: boolean;
2016
+ readonly placeholder?: string | undefined;
2019
2017
  readonly fitWidth: boolean;
2020
2018
  readonly maxWFull: boolean;
2019
+ readonly disabled: boolean;
2020
+ readonly readonly: string | boolean;
2021
+ readonly error: boolean;
2021
2022
  readonly maxLength: number | {
2022
2023
  length: number;
2023
2024
  errorOnly?: boolean;
2024
2025
  };
2025
2026
  readonly showWordLimit: boolean;
2027
+ readonly allowClear: boolean;
2026
2028
  readonly autoSize: boolean | {
2027
2029
  minRows?: number;
2028
2030
  maxRows?: number;
2029
2031
  };
2030
- readonly modelValue?: string | undefined;
2031
- readonly placeholder?: string | undefined;
2032
2032
  readonly wordLength?: ((value: string) => number) | undefined;
2033
2033
  readonly wordSlice?: ((value: string, maxLength: number) => string) | undefined;
2034
2034
  readonly textareaAttrs?: Record<string, any> | undefined;
2035
- readonly onClear?: ((_ev: MouseEvent) => any) | undefined;
2036
- readonly onFocus?: ((_ev: FocusEvent) => any) | undefined;
2037
2035
  readonly onBlur?: ((_ev: FocusEvent) => any) | undefined;
2038
2036
  readonly onChange?: ((_value: string, _ev: Event) => any) | undefined;
2037
+ readonly onClear?: ((_ev: MouseEvent) => any) | undefined;
2038
+ readonly onFocus?: ((_ev: FocusEvent) => any) | undefined;
2039
2039
  readonly onInput?: ((_value: string, _ev: Event) => any) | undefined;
2040
2040
  readonly "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
2041
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "error" | "readonly" | "defaultValue" | "allowClear" | "fitWidth" | "maxWFull" | "maxLength" | "showWordLimit" | "autoSize">;
2041
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "allowClear" | "autoSize" | "defaultValue" | "disabled" | "error" | "fitWidth" | "maxLength" | "maxWFull" | "readonly" | "showWordLimit">;
2042
2042
  $attrs: import("vue").Attrs;
2043
2043
  $refs: {
2044
2044
  [x: string]: unknown;
@@ -2049,7 +2049,7 @@ declare const Mention: {
2049
2049
  $root: import("vue").ComponentPublicInstance | null;
2050
2050
  $parent: import("vue").ComponentPublicInstance | null;
2051
2051
  $host: Element | null;
2052
- $emit: ((event: "clear", _ev: MouseEvent) => void) & ((event: "focus", _ev: FocusEvent) => void) & ((event: "blur", _ev: FocusEvent) => void) & ((event: "change", _value: string, _ev: Event) => void) & ((event: "input", _value: string, _ev: Event) => void) & ((event: "update:modelValue", _value: string) => void);
2052
+ $emit: ((event: "blur", _ev: FocusEvent) => void) & ((event: "change", _value: string, _ev: Event) => void) & ((event: "clear", _ev: MouseEvent) => void) & ((event: "focus", _ev: FocusEvent) => void) & ((event: "input", _value: string, _ev: Event) => void) & ((event: "update:modelValue", _value: string) => void);
2053
2053
  $el: any;
2054
2054
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
2055
2055
  modelValue: StringConstructor;
@@ -2071,7 +2071,7 @@ declare const Mention: {
2071
2071
  default: boolean;
2072
2072
  };
2073
2073
  readonly: {
2074
- type: (StringConstructor | BooleanConstructor)[];
2074
+ type: (BooleanConstructor | StringConstructor)[];
2075
2075
  default: boolean;
2076
2076
  };
2077
2077
  error: {
@@ -2110,72 +2110,72 @@ declare const Mention: {
2110
2110
  type: import("vue").PropType<Record<string, any>>;
2111
2111
  };
2112
2112
  }>> & Readonly<{
2113
- onClear?: ((_ev: MouseEvent) => any) | undefined;
2114
- onFocus?: ((_ev: FocusEvent) => any) | undefined;
2115
2113
  onBlur?: ((_ev: FocusEvent) => any) | undefined;
2116
2114
  onChange?: ((_value: string, _ev: Event) => any) | undefined;
2115
+ onClear?: ((_ev: MouseEvent) => any) | undefined;
2116
+ onFocus?: ((_ev: FocusEvent) => any) | undefined;
2117
2117
  onInput?: ((_value: string, _ev: Event) => any) | undefined;
2118
2118
  "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
2119
2119
  }>, {
2120
2120
  focus: () => void;
2121
2121
  blur: () => void;
2122
2122
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2123
- clear: (_ev: MouseEvent) => any;
2124
- focus: (_ev: FocusEvent) => any;
2125
2123
  blur: (_ev: FocusEvent) => any;
2126
2124
  change: (_value: string, _ev: Event) => any;
2125
+ clear: (_ev: MouseEvent) => any;
2126
+ focus: (_ev: FocusEvent) => any;
2127
2127
  input: (_value: string, _ev: Event) => any;
2128
2128
  "update:modelValue": (_value: string) => any;
2129
2129
  }, string, {
2130
- disabled: boolean;
2131
- error: boolean;
2132
- readonly: string | boolean;
2133
2130
  defaultValue: string;
2134
- allowClear: boolean;
2135
2131
  fitWidth: boolean;
2136
2132
  maxWFull: boolean;
2133
+ disabled: boolean;
2134
+ readonly: string | boolean;
2135
+ error: boolean;
2137
2136
  maxLength: number | {
2138
2137
  length: number;
2139
2138
  errorOnly?: boolean;
2140
2139
  };
2141
2140
  showWordLimit: boolean;
2141
+ allowClear: boolean;
2142
2142
  autoSize: boolean | {
2143
2143
  minRows?: number;
2144
2144
  maxRows?: number;
2145
2145
  };
2146
2146
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
2147
- beforeCreate?: (() => void) | (() => void)[];
2148
- created?: (() => void) | (() => void)[];
2149
- beforeMount?: (() => void) | (() => void)[];
2150
- mounted?: (() => void) | (() => void)[];
2151
- beforeUpdate?: (() => void) | (() => void)[];
2152
- updated?: (() => void) | (() => void)[];
2153
- activated?: (() => void) | (() => void)[];
2154
- deactivated?: (() => void) | (() => void)[];
2155
- beforeDestroy?: (() => void) | (() => void)[];
2156
- beforeUnmount?: (() => void) | (() => void)[];
2157
- destroyed?: (() => void) | (() => void)[];
2158
- unmounted?: (() => void) | (() => void)[];
2159
- renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
2160
- renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
2161
- errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
2147
+ beforeCreate?: (() => void)[] | (() => void);
2148
+ created?: (() => void)[] | (() => void);
2149
+ beforeMount?: (() => void)[] | (() => void);
2150
+ mounted?: (() => void)[] | (() => void);
2151
+ beforeUpdate?: (() => void)[] | (() => void);
2152
+ updated?: (() => void)[] | (() => void);
2153
+ activated?: (() => void)[] | (() => void);
2154
+ deactivated?: (() => void)[] | (() => void);
2155
+ beforeDestroy?: (() => void)[] | (() => void);
2156
+ beforeUnmount?: (() => void)[] | (() => void);
2157
+ destroyed?: (() => void)[] | (() => void);
2158
+ unmounted?: (() => void)[] | (() => void);
2159
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
2160
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
2161
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[] | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void);
2162
2162
  };
2163
2163
  $forceUpdate: () => void;
2164
2164
  $nextTick: typeof import("vue").nextTick;
2165
2165
  $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;
2166
2166
  } & Readonly<{
2167
- disabled: boolean;
2168
- error: boolean;
2169
- readonly: string | boolean;
2170
2167
  defaultValue: string;
2171
- allowClear: boolean;
2172
2168
  fitWidth: boolean;
2173
2169
  maxWFull: boolean;
2170
+ disabled: boolean;
2171
+ readonly: string | boolean;
2172
+ error: boolean;
2174
2173
  maxLength: number | {
2175
2174
  length: number;
2176
2175
  errorOnly?: boolean;
2177
2176
  };
2178
2177
  showWordLimit: boolean;
2178
+ allowClear: boolean;
2179
2179
  autoSize: boolean | {
2180
2180
  minRows?: number;
2181
2181
  maxRows?: number;
@@ -2200,7 +2200,7 @@ declare const Mention: {
2200
2200
  default: boolean;
2201
2201
  };
2202
2202
  readonly: {
2203
- type: (StringConstructor | BooleanConstructor)[];
2203
+ type: (BooleanConstructor | StringConstructor)[];
2204
2204
  default: boolean;
2205
2205
  };
2206
2206
  error: {
@@ -2239,13 +2239,13 @@ declare const Mention: {
2239
2239
  type: import("vue").PropType<Record<string, any>>;
2240
2240
  };
2241
2241
  }>> & Readonly<{
2242
- onClear?: ((_ev: MouseEvent) => any) | undefined;
2243
- onFocus?: ((_ev: FocusEvent) => any) | undefined;
2244
2242
  onBlur?: ((_ev: FocusEvent) => any) | undefined;
2245
2243
  onChange?: ((_value: string, _ev: Event) => any) | undefined;
2244
+ onClear?: ((_ev: MouseEvent) => any) | undefined;
2245
+ onFocus?: ((_ev: FocusEvent) => any) | undefined;
2246
2246
  onInput?: ((_value: string, _ev: Event) => any) | undefined;
2247
2247
  "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
2248
- }>, "focus" | "blur" | ("disabled" | "error" | "readonly" | "defaultValue" | "allowClear" | "fitWidth" | "maxWFull" | "maxLength" | "showWordLimit" | "autoSize")> & {
2248
+ }>, "blur" | "focus" | ("allowClear" | "autoSize" | "defaultValue" | "disabled" | "error" | "fitWidth" | "maxLength" | "maxWFull" | "readonly" | "showWordLimit")> & {
2249
2249
  focus: () => void;
2250
2250
  blur: () => void;
2251
2251
  } & {} & import("vue").ComponentCustomProperties & {} & {
@@ -2256,17 +2256,17 @@ declare const Mention: {
2256
2256
  focus: () => void | undefined;
2257
2257
  blur: () => void | undefined;
2258
2258
  }, {}, {}, {}, {
2259
- type: "textarea" | "input";
2259
+ defaultValue: string;
2260
+ data: (string | number | import("..").SelectOptionData | import("..").SelectOptionGroup)[];
2261
+ prefix: string | string[];
2260
2262
  split: string;
2263
+ filterOption: import("..").FilterOption;
2264
+ type: "input" | "textarea";
2261
2265
  disabled: boolean;
2262
2266
  readonly: string | boolean;
2263
- data: (string | number | import("../index.ts").SelectOptionData | import("../index.ts").SelectOptionGroup)[];
2264
- prefix: string | string[];
2265
- defaultValue: string;
2266
2267
  allowClear: boolean;
2267
2268
  fitWidth: boolean;
2268
2269
  maxWFull: boolean;
2269
- filterOption: import("../index.ts").FilterOption;
2270
2270
  }>;
2271
2271
  __isFragment?: never;
2272
2272
  __isTeleport?: never;
@@ -2278,7 +2278,7 @@ declare const Mention: {
2278
2278
  default: string;
2279
2279
  };
2280
2280
  data: {
2281
- type: import("vue").PropType<(string | number | import("../index.ts").SelectOptionData | import("../index.ts").SelectOptionGroup)[]>;
2281
+ type: import("vue").PropType<(string | number | import("..").SelectOptionData | import("..").SelectOptionGroup)[]>;
2282
2282
  default: () => never[];
2283
2283
  };
2284
2284
  prefix: {
@@ -2290,11 +2290,11 @@ declare const Mention: {
2290
2290
  default: string;
2291
2291
  };
2292
2292
  filterOption: {
2293
- type: import("vue").PropType<import("../index.ts").FilterOption>;
2293
+ type: import("vue").PropType<import("..").FilterOption>;
2294
2294
  default: boolean;
2295
2295
  };
2296
2296
  type: {
2297
- type: import("vue").PropType<"input" | "textarea">;
2297
+ type: import("vue").PropType<'input' | 'textarea'>;
2298
2298
  default: string;
2299
2299
  };
2300
2300
  disabled: {
@@ -2302,7 +2302,7 @@ declare const Mention: {
2302
2302
  default: boolean;
2303
2303
  };
2304
2304
  readonly: {
2305
- type: (StringConstructor | BooleanConstructor)[];
2305
+ type: (BooleanConstructor | StringConstructor)[];
2306
2306
  default: boolean;
2307
2307
  };
2308
2308
  allowClear: {
@@ -2317,13 +2317,13 @@ declare const Mention: {
2317
2317
  type: BooleanConstructor;
2318
2318
  default: boolean;
2319
2319
  };
2320
- floatingOptions: import("vue").PropType<import("../index.ts").FloatingOptions>;
2320
+ floatingOptions: import("vue").PropType<import("..").FloatingOptions>;
2321
2321
  }>> & Readonly<{
2322
- onSearch?: ((_value: string, _prefix: string) => any) | undefined;
2323
- onClear?: ((_event: Event) => any) | undefined;
2324
- onFocus?: ((_event: FocusEvent) => any) | undefined;
2325
2322
  onBlur?: ((_event: FocusEvent) => any) | undefined;
2326
2323
  onChange?: ((_value: string) => any) | undefined;
2324
+ onClear?: ((_event: Event) => any) | undefined;
2325
+ onFocus?: ((_event: FocusEvent) => any) | undefined;
2326
+ onSearch?: ((_value: string, _prefix: string) => any) | undefined;
2327
2327
  onSelect?: ((_value: string | number | Record<string, any> | undefined) => any) | undefined;
2328
2328
  "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
2329
2329
  }>, {
@@ -2331,12 +2331,11 @@ declare const Mention: {
2331
2331
  $: import("vue").ComponentInternalInstance;
2332
2332
  $data: {};
2333
2333
  $props: Partial<{
2334
- type: "text" | "password";
2335
- disabled: boolean;
2336
- error: boolean;
2337
- readonly: string | boolean;
2338
2334
  defaultValue: string;
2339
2335
  allowClear: boolean;
2336
+ disabled: boolean;
2337
+ readonly: string | boolean;
2338
+ error: boolean;
2340
2339
  fitWidth: boolean;
2341
2340
  maxWFull: boolean;
2342
2341
  maxLength: number | {
@@ -2344,14 +2343,17 @@ declare const Mention: {
2344
2343
  errorOnly?: boolean;
2345
2344
  };
2346
2345
  showWordLimit: boolean;
2346
+ type: "password" | "text";
2347
2347
  fitWidthFallback: string;
2348
2348
  }> & Omit<{
2349
- readonly type: "text" | "password";
2350
- readonly disabled: boolean;
2351
- readonly error: boolean;
2352
- readonly readonly: string | boolean;
2349
+ readonly modelValue?: string | undefined;
2353
2350
  readonly defaultValue: string;
2351
+ readonly size?: "large" | "medium" | "mini" | "small" | undefined;
2354
2352
  readonly allowClear: boolean;
2353
+ readonly disabled: boolean;
2354
+ readonly readonly: string | boolean;
2355
+ readonly error: boolean;
2356
+ readonly placeholder?: string | undefined;
2355
2357
  readonly fitWidth: boolean;
2356
2358
  readonly maxWFull: boolean;
2357
2359
  readonly maxLength: number | {
@@ -2359,23 +2361,21 @@ declare const Mention: {
2359
2361
  errorOnly?: boolean;
2360
2362
  };
2361
2363
  readonly showWordLimit: boolean;
2362
- readonly fitWidthFallback: string;
2363
- readonly size?: "small" | "medium" | "large" | "mini" | undefined;
2364
- readonly modelValue?: string | undefined;
2365
- readonly placeholder?: string | undefined;
2364
+ readonly wordLength?: ((value: string) => number) | undefined;
2365
+ readonly wordSlice?: ((value: string, maxLength: number) => string) | undefined;
2366
2366
  readonly inputAttrs?: Record<string, any> | undefined;
2367
+ readonly type: "password" | "text";
2368
+ readonly fitWidthFallback: string;
2367
2369
  readonly prepend?: string | undefined;
2368
2370
  readonly append?: string | undefined;
2369
- readonly wordLength?: ((value: string) => number) | undefined;
2370
- readonly wordSlice?: ((value: string, maxLength: number) => string) | undefined;
2371
- readonly onClear?: ((_event: MouseEvent) => any) | undefined;
2372
- readonly onFocus?: ((_event: FocusEvent) => any) | undefined;
2373
2371
  readonly onBlur?: ((_event: FocusEvent) => any) | undefined;
2374
2372
  readonly onChange?: ((_value: string, _event: Event) => any) | undefined;
2373
+ readonly onClear?: ((_event: MouseEvent) => any) | undefined;
2374
+ readonly onFocus?: ((_event: FocusEvent) => any) | undefined;
2375
2375
  readonly onInput?: ((_value: string, _event: Event) => any) | undefined;
2376
- readonly "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
2377
2376
  readonly onPressEnter?: ((_event: KeyboardEvent) => any) | undefined;
2378
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "disabled" | "error" | "readonly" | "defaultValue" | "allowClear" | "fitWidth" | "maxWFull" | "maxLength" | "showWordLimit" | "fitWidthFallback">;
2377
+ readonly "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
2378
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "allowClear" | "defaultValue" | "disabled" | "error" | "fitWidth" | "fitWidthFallback" | "maxLength" | "maxWFull" | "readonly" | "showWordLimit" | "type">;
2379
2379
  $attrs: import("vue").Attrs;
2380
2380
  $refs: {
2381
2381
  [x: string]: unknown;
@@ -2386,7 +2386,7 @@ declare const Mention: {
2386
2386
  $root: import("vue").ComponentPublicInstance | null;
2387
2387
  $parent: import("vue").ComponentPublicInstance | null;
2388
2388
  $host: Element | null;
2389
- $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);
2389
+ $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);
2390
2390
  $el: any;
2391
2391
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
2392
2392
  modelValue: StringConstructor;
@@ -2394,7 +2394,7 @@ declare const Mention: {
2394
2394
  type: StringConstructor;
2395
2395
  default: string;
2396
2396
  };
2397
- size: import("vue").PropType<import("../index.ts").Size>;
2397
+ size: import("vue").PropType<import("..").Size>;
2398
2398
  allowClear: {
2399
2399
  type: BooleanConstructor;
2400
2400
  default: boolean;
@@ -2404,7 +2404,7 @@ declare const Mention: {
2404
2404
  default: boolean;
2405
2405
  };
2406
2406
  readonly: {
2407
- type: (StringConstructor | BooleanConstructor)[];
2407
+ type: (BooleanConstructor | StringConstructor)[];
2408
2408
  default: boolean;
2409
2409
  };
2410
2410
  error: {
@@ -2435,7 +2435,7 @@ declare const Mention: {
2435
2435
  wordSlice: import("vue").PropType<(value: string, maxLength: number) => string>;
2436
2436
  inputAttrs: ObjectConstructor;
2437
2437
  type: {
2438
- type: import("vue").PropType<"text" | "password">;
2438
+ type: import("vue").PropType<'text' | 'password'>;
2439
2439
  default: string;
2440
2440
  };
2441
2441
  fitWidthFallback: {
@@ -2445,32 +2445,31 @@ declare const Mention: {
2445
2445
  prepend: StringConstructor;
2446
2446
  append: StringConstructor;
2447
2447
  }>> & Readonly<{
2448
- onClear?: ((_event: MouseEvent) => any) | undefined;
2449
- onFocus?: ((_event: FocusEvent) => any) | undefined;
2450
2448
  onBlur?: ((_event: FocusEvent) => any) | undefined;
2451
2449
  onChange?: ((_value: string, _event: Event) => any) | undefined;
2450
+ onClear?: ((_event: MouseEvent) => any) | undefined;
2451
+ onFocus?: ((_event: FocusEvent) => any) | undefined;
2452
2452
  onInput?: ((_value: string, _event: Event) => any) | undefined;
2453
- "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
2454
2453
  onPressEnter?: ((_event: KeyboardEvent) => any) | undefined;
2454
+ "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
2455
2455
  }>, {
2456
2456
  inputRef: import("vue").Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
2457
2457
  focus: () => void | undefined;
2458
2458
  blur: () => void | undefined;
2459
2459
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2460
- clear: (_event: MouseEvent) => void;
2461
- focus: (_event: FocusEvent) => void;
2462
2460
  blur: (_event: FocusEvent) => void;
2463
2461
  change: (_value: string, _event: Event) => void;
2462
+ clear: (_event: MouseEvent) => void;
2463
+ focus: (_event: FocusEvent) => void;
2464
2464
  input: (_value: string, _event: Event) => void;
2465
- "update:modelValue": (_value: string) => void;
2466
2465
  pressEnter: (_event: KeyboardEvent) => void;
2466
+ "update:modelValue": (_value: string) => void;
2467
2467
  }, string, {
2468
- type: "text" | "password";
2469
- disabled: boolean;
2470
- error: boolean;
2471
- readonly: string | boolean;
2472
2468
  defaultValue: string;
2473
2469
  allowClear: boolean;
2470
+ disabled: boolean;
2471
+ readonly: string | boolean;
2472
+ error: boolean;
2474
2473
  fitWidth: boolean;
2475
2474
  maxWFull: boolean;
2476
2475
  maxLength: number | {
@@ -2478,34 +2477,34 @@ declare const Mention: {
2478
2477
  errorOnly?: boolean;
2479
2478
  };
2480
2479
  showWordLimit: boolean;
2480
+ type: "password" | "text";
2481
2481
  fitWidthFallback: string;
2482
2482
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
2483
- beforeCreate?: (() => void) | (() => void)[];
2484
- created?: (() => void) | (() => void)[];
2485
- beforeMount?: (() => void) | (() => void)[];
2486
- mounted?: (() => void) | (() => void)[];
2487
- beforeUpdate?: (() => void) | (() => void)[];
2488
- updated?: (() => void) | (() => void)[];
2489
- activated?: (() => void) | (() => void)[];
2490
- deactivated?: (() => void) | (() => void)[];
2491
- beforeDestroy?: (() => void) | (() => void)[];
2492
- beforeUnmount?: (() => void) | (() => void)[];
2493
- destroyed?: (() => void) | (() => void)[];
2494
- unmounted?: (() => void) | (() => void)[];
2495
- renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
2496
- renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
2497
- errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
2483
+ beforeCreate?: (() => void)[] | (() => void);
2484
+ created?: (() => void)[] | (() => void);
2485
+ beforeMount?: (() => void)[] | (() => void);
2486
+ mounted?: (() => void)[] | (() => void);
2487
+ beforeUpdate?: (() => void)[] | (() => void);
2488
+ updated?: (() => void)[] | (() => void);
2489
+ activated?: (() => void)[] | (() => void);
2490
+ deactivated?: (() => void)[] | (() => void);
2491
+ beforeDestroy?: (() => void)[] | (() => void);
2492
+ beforeUnmount?: (() => void)[] | (() => void);
2493
+ destroyed?: (() => void)[] | (() => void);
2494
+ unmounted?: (() => void)[] | (() => void);
2495
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
2496
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
2497
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[] | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void);
2498
2498
  };
2499
2499
  $forceUpdate: () => void;
2500
2500
  $nextTick: typeof import("vue").nextTick;
2501
2501
  $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;
2502
2502
  } & Readonly<{
2503
- type: "text" | "password";
2504
- disabled: boolean;
2505
- error: boolean;
2506
- readonly: string | boolean;
2507
2503
  defaultValue: string;
2508
2504
  allowClear: boolean;
2505
+ disabled: boolean;
2506
+ readonly: string | boolean;
2507
+ error: boolean;
2509
2508
  fitWidth: boolean;
2510
2509
  maxWFull: boolean;
2511
2510
  maxLength: number | {
@@ -2513,6 +2512,7 @@ declare const Mention: {
2513
2512
  errorOnly?: boolean;
2514
2513
  };
2515
2514
  showWordLimit: boolean;
2515
+ type: "password" | "text";
2516
2516
  fitWidthFallback: string;
2517
2517
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
2518
2518
  modelValue: StringConstructor;
@@ -2520,7 +2520,7 @@ declare const Mention: {
2520
2520
  type: StringConstructor;
2521
2521
  default: string;
2522
2522
  };
2523
- size: import("vue").PropType<import("../index.ts").Size>;
2523
+ size: import("vue").PropType<import("..").Size>;
2524
2524
  allowClear: {
2525
2525
  type: BooleanConstructor;
2526
2526
  default: boolean;
@@ -2530,7 +2530,7 @@ declare const Mention: {
2530
2530
  default: boolean;
2531
2531
  };
2532
2532
  readonly: {
2533
- type: (StringConstructor | BooleanConstructor)[];
2533
+ type: (BooleanConstructor | StringConstructor)[];
2534
2534
  default: boolean;
2535
2535
  };
2536
2536
  error: {
@@ -2561,7 +2561,7 @@ declare const Mention: {
2561
2561
  wordSlice: import("vue").PropType<(value: string, maxLength: number) => string>;
2562
2562
  inputAttrs: ObjectConstructor;
2563
2563
  type: {
2564
- type: import("vue").PropType<"text" | "password">;
2564
+ type: import("vue").PropType<'text' | 'password'>;
2565
2565
  default: string;
2566
2566
  };
2567
2567
  fitWidthFallback: {
@@ -2571,14 +2571,14 @@ declare const Mention: {
2571
2571
  prepend: StringConstructor;
2572
2572
  append: StringConstructor;
2573
2573
  }>> & Readonly<{
2574
- onClear?: ((_event: MouseEvent) => any) | undefined;
2575
- onFocus?: ((_event: FocusEvent) => any) | undefined;
2576
2574
  onBlur?: ((_event: FocusEvent) => any) | undefined;
2577
2575
  onChange?: ((_value: string, _event: Event) => any) | undefined;
2576
+ onClear?: ((_event: MouseEvent) => any) | undefined;
2577
+ onFocus?: ((_event: FocusEvent) => any) | undefined;
2578
2578
  onInput?: ((_value: string, _event: Event) => any) | undefined;
2579
- "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
2580
2579
  onPressEnter?: ((_event: KeyboardEvent) => any) | undefined;
2581
- }>, "focus" | "blur" | "inputRef" | ("type" | "disabled" | "error" | "readonly" | "defaultValue" | "allowClear" | "fitWidth" | "maxWFull" | "maxLength" | "showWordLimit" | "fitWidthFallback")> & {
2580
+ "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
2581
+ }>, "blur" | "focus" | "inputRef" | ("allowClear" | "defaultValue" | "disabled" | "error" | "fitWidth" | "fitWidthFallback" | "maxLength" | "maxWFull" | "readonly" | "showWordLimit" | "type")> & {
2582
2582
  inputRef: HTMLInputElement | undefined;
2583
2583
  focus: () => void | undefined;
2584
2584
  blur: () => void | undefined;
@@ -2596,51 +2596,51 @@ declare const Mention: {
2596
2596
  $: import("vue").ComponentInternalInstance;
2597
2597
  $data: {};
2598
2598
  $props: Partial<{
2599
- disabled: boolean;
2600
- error: boolean;
2601
- readonly: string | boolean;
2602
2599
  defaultValue: string;
2603
- allowClear: boolean;
2604
2600
  fitWidth: boolean;
2605
2601
  maxWFull: boolean;
2602
+ disabled: boolean;
2603
+ readonly: string | boolean;
2604
+ error: boolean;
2606
2605
  maxLength: number | {
2607
2606
  length: number;
2608
2607
  errorOnly?: boolean;
2609
2608
  };
2610
2609
  showWordLimit: boolean;
2610
+ allowClear: boolean;
2611
2611
  autoSize: boolean | {
2612
2612
  minRows?: number;
2613
2613
  maxRows?: number;
2614
2614
  };
2615
2615
  }> & Omit<{
2616
- readonly disabled: boolean;
2617
- readonly error: boolean;
2618
- readonly readonly: string | boolean;
2616
+ readonly modelValue?: string | undefined;
2619
2617
  readonly defaultValue: string;
2620
- readonly allowClear: boolean;
2618
+ readonly placeholder?: string | undefined;
2621
2619
  readonly fitWidth: boolean;
2622
2620
  readonly maxWFull: boolean;
2621
+ readonly disabled: boolean;
2622
+ readonly readonly: string | boolean;
2623
+ readonly error: boolean;
2623
2624
  readonly maxLength: number | {
2624
2625
  length: number;
2625
2626
  errorOnly?: boolean;
2626
2627
  };
2627
2628
  readonly showWordLimit: boolean;
2629
+ readonly allowClear: boolean;
2628
2630
  readonly autoSize: boolean | {
2629
2631
  minRows?: number;
2630
2632
  maxRows?: number;
2631
2633
  };
2632
- readonly modelValue?: string | undefined;
2633
- readonly placeholder?: string | undefined;
2634
2634
  readonly wordLength?: ((value: string) => number) | undefined;
2635
2635
  readonly wordSlice?: ((value: string, maxLength: number) => string) | undefined;
2636
2636
  readonly textareaAttrs?: Record<string, any> | undefined;
2637
- readonly onClear?: ((_ev: MouseEvent) => any) | undefined;
2638
- readonly onFocus?: ((_ev: FocusEvent) => any) | undefined;
2639
2637
  readonly onBlur?: ((_ev: FocusEvent) => any) | undefined;
2640
2638
  readonly onChange?: ((_value: string, _ev: Event) => any) | undefined;
2639
+ readonly onClear?: ((_ev: MouseEvent) => any) | undefined;
2640
+ readonly onFocus?: ((_ev: FocusEvent) => any) | undefined;
2641
2641
  readonly onInput?: ((_value: string, _ev: Event) => any) | undefined;
2642
2642
  readonly "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
2643
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "error" | "readonly" | "defaultValue" | "allowClear" | "fitWidth" | "maxWFull" | "maxLength" | "showWordLimit" | "autoSize">;
2643
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "allowClear" | "autoSize" | "defaultValue" | "disabled" | "error" | "fitWidth" | "maxLength" | "maxWFull" | "readonly" | "showWordLimit">;
2644
2644
  $attrs: import("vue").Attrs;
2645
2645
  $refs: {
2646
2646
  [x: string]: unknown;
@@ -2651,7 +2651,7 @@ declare const Mention: {
2651
2651
  $root: import("vue").ComponentPublicInstance | null;
2652
2652
  $parent: import("vue").ComponentPublicInstance | null;
2653
2653
  $host: Element | null;
2654
- $emit: ((event: "clear", _ev: MouseEvent) => void) & ((event: "focus", _ev: FocusEvent) => void) & ((event: "blur", _ev: FocusEvent) => void) & ((event: "change", _value: string, _ev: Event) => void) & ((event: "input", _value: string, _ev: Event) => void) & ((event: "update:modelValue", _value: string) => void);
2654
+ $emit: ((event: "blur", _ev: FocusEvent) => void) & ((event: "change", _value: string, _ev: Event) => void) & ((event: "clear", _ev: MouseEvent) => void) & ((event: "focus", _ev: FocusEvent) => void) & ((event: "input", _value: string, _ev: Event) => void) & ((event: "update:modelValue", _value: string) => void);
2655
2655
  $el: any;
2656
2656
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
2657
2657
  modelValue: StringConstructor;
@@ -2673,7 +2673,7 @@ declare const Mention: {
2673
2673
  default: boolean;
2674
2674
  };
2675
2675
  readonly: {
2676
- type: (StringConstructor | BooleanConstructor)[];
2676
+ type: (BooleanConstructor | StringConstructor)[];
2677
2677
  default: boolean;
2678
2678
  };
2679
2679
  error: {
@@ -2712,72 +2712,72 @@ declare const Mention: {
2712
2712
  type: import("vue").PropType<Record<string, any>>;
2713
2713
  };
2714
2714
  }>> & Readonly<{
2715
- onClear?: ((_ev: MouseEvent) => any) | undefined;
2716
- onFocus?: ((_ev: FocusEvent) => any) | undefined;
2717
2715
  onBlur?: ((_ev: FocusEvent) => any) | undefined;
2718
2716
  onChange?: ((_value: string, _ev: Event) => any) | undefined;
2717
+ onClear?: ((_ev: MouseEvent) => any) | undefined;
2718
+ onFocus?: ((_ev: FocusEvent) => any) | undefined;
2719
2719
  onInput?: ((_value: string, _ev: Event) => any) | undefined;
2720
2720
  "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
2721
2721
  }>, {
2722
2722
  focus: () => void;
2723
2723
  blur: () => void;
2724
2724
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2725
- clear: (_ev: MouseEvent) => any;
2726
- focus: (_ev: FocusEvent) => any;
2727
2725
  blur: (_ev: FocusEvent) => any;
2728
2726
  change: (_value: string, _ev: Event) => any;
2727
+ clear: (_ev: MouseEvent) => any;
2728
+ focus: (_ev: FocusEvent) => any;
2729
2729
  input: (_value: string, _ev: Event) => any;
2730
2730
  "update:modelValue": (_value: string) => any;
2731
2731
  }, string, {
2732
- disabled: boolean;
2733
- error: boolean;
2734
- readonly: string | boolean;
2735
2732
  defaultValue: string;
2736
- allowClear: boolean;
2737
2733
  fitWidth: boolean;
2738
2734
  maxWFull: boolean;
2735
+ disabled: boolean;
2736
+ readonly: string | boolean;
2737
+ error: boolean;
2739
2738
  maxLength: number | {
2740
2739
  length: number;
2741
2740
  errorOnly?: boolean;
2742
2741
  };
2743
2742
  showWordLimit: boolean;
2743
+ allowClear: boolean;
2744
2744
  autoSize: boolean | {
2745
2745
  minRows?: number;
2746
2746
  maxRows?: number;
2747
2747
  };
2748
2748
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
2749
- beforeCreate?: (() => void) | (() => void)[];
2750
- created?: (() => void) | (() => void)[];
2751
- beforeMount?: (() => void) | (() => void)[];
2752
- mounted?: (() => void) | (() => void)[];
2753
- beforeUpdate?: (() => void) | (() => void)[];
2754
- updated?: (() => void) | (() => void)[];
2755
- activated?: (() => void) | (() => void)[];
2756
- deactivated?: (() => void) | (() => void)[];
2757
- beforeDestroy?: (() => void) | (() => void)[];
2758
- beforeUnmount?: (() => void) | (() => void)[];
2759
- destroyed?: (() => void) | (() => void)[];
2760
- unmounted?: (() => void) | (() => void)[];
2761
- renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
2762
- renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
2763
- errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
2749
+ beforeCreate?: (() => void)[] | (() => void);
2750
+ created?: (() => void)[] | (() => void);
2751
+ beforeMount?: (() => void)[] | (() => void);
2752
+ mounted?: (() => void)[] | (() => void);
2753
+ beforeUpdate?: (() => void)[] | (() => void);
2754
+ updated?: (() => void)[] | (() => void);
2755
+ activated?: (() => void)[] | (() => void);
2756
+ deactivated?: (() => void)[] | (() => void);
2757
+ beforeDestroy?: (() => void)[] | (() => void);
2758
+ beforeUnmount?: (() => void)[] | (() => void);
2759
+ destroyed?: (() => void)[] | (() => void);
2760
+ unmounted?: (() => void)[] | (() => void);
2761
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
2762
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
2763
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[] | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void);
2764
2764
  };
2765
2765
  $forceUpdate: () => void;
2766
2766
  $nextTick: typeof import("vue").nextTick;
2767
2767
  $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;
2768
2768
  } & Readonly<{
2769
- disabled: boolean;
2770
- error: boolean;
2771
- readonly: string | boolean;
2772
2769
  defaultValue: string;
2773
- allowClear: boolean;
2774
2770
  fitWidth: boolean;
2775
2771
  maxWFull: boolean;
2772
+ disabled: boolean;
2773
+ readonly: string | boolean;
2774
+ error: boolean;
2776
2775
  maxLength: number | {
2777
2776
  length: number;
2778
2777
  errorOnly?: boolean;
2779
2778
  };
2780
2779
  showWordLimit: boolean;
2780
+ allowClear: boolean;
2781
2781
  autoSize: boolean | {
2782
2782
  minRows?: number;
2783
2783
  maxRows?: number;
@@ -2802,7 +2802,7 @@ declare const Mention: {
2802
2802
  default: boolean;
2803
2803
  };
2804
2804
  readonly: {
2805
- type: (StringConstructor | BooleanConstructor)[];
2805
+ type: (BooleanConstructor | StringConstructor)[];
2806
2806
  default: boolean;
2807
2807
  };
2808
2808
  error: {
@@ -2841,13 +2841,13 @@ declare const Mention: {
2841
2841
  type: import("vue").PropType<Record<string, any>>;
2842
2842
  };
2843
2843
  }>> & Readonly<{
2844
- onClear?: ((_ev: MouseEvent) => any) | undefined;
2845
- onFocus?: ((_ev: FocusEvent) => any) | undefined;
2846
2844
  onBlur?: ((_ev: FocusEvent) => any) | undefined;
2847
2845
  onChange?: ((_value: string, _ev: Event) => any) | undefined;
2846
+ onClear?: ((_ev: MouseEvent) => any) | undefined;
2847
+ onFocus?: ((_ev: FocusEvent) => any) | undefined;
2848
2848
  onInput?: ((_value: string, _ev: Event) => any) | undefined;
2849
2849
  "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
2850
- }>, "focus" | "blur" | ("disabled" | "error" | "readonly" | "defaultValue" | "allowClear" | "fitWidth" | "maxWFull" | "maxLength" | "showWordLimit" | "autoSize")> & {
2850
+ }>, "blur" | "focus" | ("allowClear" | "autoSize" | "defaultValue" | "disabled" | "error" | "fitWidth" | "maxLength" | "maxWFull" | "readonly" | "showWordLimit")> & {
2851
2851
  focus: () => void;
2852
2852
  blur: () => void;
2853
2853
  } & {} & import("vue").ComponentCustomProperties & {} & {
@@ -2858,12 +2858,11 @@ declare const Mention: {
2858
2858
  $: import("vue").ComponentInternalInstance;
2859
2859
  $data: {};
2860
2860
  $props: Partial<{
2861
- type: "text" | "password";
2862
- disabled: boolean;
2863
- error: boolean;
2864
- readonly: string | boolean;
2865
2861
  defaultValue: string;
2866
2862
  allowClear: boolean;
2863
+ disabled: boolean;
2864
+ readonly: string | boolean;
2865
+ error: boolean;
2867
2866
  fitWidth: boolean;
2868
2867
  maxWFull: boolean;
2869
2868
  maxLength: number | {
@@ -2871,14 +2870,17 @@ declare const Mention: {
2871
2870
  errorOnly?: boolean;
2872
2871
  };
2873
2872
  showWordLimit: boolean;
2873
+ type: "password" | "text";
2874
2874
  fitWidthFallback: string;
2875
2875
  }> & Omit<{
2876
- readonly type: "text" | "password";
2877
- readonly disabled: boolean;
2878
- readonly error: boolean;
2879
- readonly readonly: string | boolean;
2876
+ readonly modelValue?: string | undefined;
2880
2877
  readonly defaultValue: string;
2878
+ readonly size?: "large" | "medium" | "mini" | "small" | undefined;
2881
2879
  readonly allowClear: boolean;
2880
+ readonly disabled: boolean;
2881
+ readonly readonly: string | boolean;
2882
+ readonly error: boolean;
2883
+ readonly placeholder?: string | undefined;
2882
2884
  readonly fitWidth: boolean;
2883
2885
  readonly maxWFull: boolean;
2884
2886
  readonly maxLength: number | {
@@ -2886,23 +2888,21 @@ declare const Mention: {
2886
2888
  errorOnly?: boolean;
2887
2889
  };
2888
2890
  readonly showWordLimit: boolean;
2889
- readonly fitWidthFallback: string;
2890
- readonly size?: "small" | "medium" | "large" | "mini" | undefined;
2891
- readonly modelValue?: string | undefined;
2892
- readonly placeholder?: string | undefined;
2891
+ readonly wordLength?: ((value: string) => number) | undefined;
2892
+ readonly wordSlice?: ((value: string, maxLength: number) => string) | undefined;
2893
2893
  readonly inputAttrs?: Record<string, any> | undefined;
2894
+ readonly type: "password" | "text";
2895
+ readonly fitWidthFallback: string;
2894
2896
  readonly prepend?: string | undefined;
2895
2897
  readonly append?: string | undefined;
2896
- readonly wordLength?: ((value: string) => number) | undefined;
2897
- readonly wordSlice?: ((value: string, maxLength: number) => string) | undefined;
2898
- readonly onClear?: ((_event: MouseEvent) => any) | undefined;
2899
- readonly onFocus?: ((_event: FocusEvent) => any) | undefined;
2900
2898
  readonly onBlur?: ((_event: FocusEvent) => any) | undefined;
2901
2899
  readonly onChange?: ((_value: string, _event: Event) => any) | undefined;
2900
+ readonly onClear?: ((_event: MouseEvent) => any) | undefined;
2901
+ readonly onFocus?: ((_event: FocusEvent) => any) | undefined;
2902
2902
  readonly onInput?: ((_value: string, _event: Event) => any) | undefined;
2903
- readonly "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
2904
2903
  readonly onPressEnter?: ((_event: KeyboardEvent) => any) | undefined;
2905
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "disabled" | "error" | "readonly" | "defaultValue" | "allowClear" | "fitWidth" | "maxWFull" | "maxLength" | "showWordLimit" | "fitWidthFallback">;
2904
+ readonly "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
2905
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "allowClear" | "defaultValue" | "disabled" | "error" | "fitWidth" | "fitWidthFallback" | "maxLength" | "maxWFull" | "readonly" | "showWordLimit" | "type">;
2906
2906
  $attrs: import("vue").Attrs;
2907
2907
  $refs: {
2908
2908
  [x: string]: unknown;
@@ -2913,7 +2913,7 @@ declare const Mention: {
2913
2913
  $root: import("vue").ComponentPublicInstance | null;
2914
2914
  $parent: import("vue").ComponentPublicInstance | null;
2915
2915
  $host: Element | null;
2916
- $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);
2916
+ $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);
2917
2917
  $el: any;
2918
2918
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
2919
2919
  modelValue: StringConstructor;
@@ -2921,7 +2921,7 @@ declare const Mention: {
2921
2921
  type: StringConstructor;
2922
2922
  default: string;
2923
2923
  };
2924
- size: import("vue").PropType<import("../index.ts").Size>;
2924
+ size: import("vue").PropType<import("..").Size>;
2925
2925
  allowClear: {
2926
2926
  type: BooleanConstructor;
2927
2927
  default: boolean;
@@ -2931,7 +2931,7 @@ declare const Mention: {
2931
2931
  default: boolean;
2932
2932
  };
2933
2933
  readonly: {
2934
- type: (StringConstructor | BooleanConstructor)[];
2934
+ type: (BooleanConstructor | StringConstructor)[];
2935
2935
  default: boolean;
2936
2936
  };
2937
2937
  error: {
@@ -2962,7 +2962,7 @@ declare const Mention: {
2962
2962
  wordSlice: import("vue").PropType<(value: string, maxLength: number) => string>;
2963
2963
  inputAttrs: ObjectConstructor;
2964
2964
  type: {
2965
- type: import("vue").PropType<"text" | "password">;
2965
+ type: import("vue").PropType<'text' | 'password'>;
2966
2966
  default: string;
2967
2967
  };
2968
2968
  fitWidthFallback: {
@@ -2972,32 +2972,31 @@ declare const Mention: {
2972
2972
  prepend: StringConstructor;
2973
2973
  append: StringConstructor;
2974
2974
  }>> & Readonly<{
2975
- onClear?: ((_event: MouseEvent) => any) | undefined;
2976
- onFocus?: ((_event: FocusEvent) => any) | undefined;
2977
2975
  onBlur?: ((_event: FocusEvent) => any) | undefined;
2978
2976
  onChange?: ((_value: string, _event: Event) => any) | undefined;
2977
+ onClear?: ((_event: MouseEvent) => any) | undefined;
2978
+ onFocus?: ((_event: FocusEvent) => any) | undefined;
2979
2979
  onInput?: ((_value: string, _event: Event) => any) | undefined;
2980
- "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
2981
2980
  onPressEnter?: ((_event: KeyboardEvent) => any) | undefined;
2981
+ "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
2982
2982
  }>, {
2983
2983
  inputRef: import("vue").Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
2984
2984
  focus: () => void | undefined;
2985
2985
  blur: () => void | undefined;
2986
2986
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2987
- clear: (_event: MouseEvent) => void;
2988
- focus: (_event: FocusEvent) => void;
2989
2987
  blur: (_event: FocusEvent) => void;
2990
2988
  change: (_value: string, _event: Event) => void;
2989
+ clear: (_event: MouseEvent) => void;
2990
+ focus: (_event: FocusEvent) => void;
2991
2991
  input: (_value: string, _event: Event) => void;
2992
- "update:modelValue": (_value: string) => void;
2993
2992
  pressEnter: (_event: KeyboardEvent) => void;
2993
+ "update:modelValue": (_value: string) => void;
2994
2994
  }, string, {
2995
- type: "text" | "password";
2996
- disabled: boolean;
2997
- error: boolean;
2998
- readonly: string | boolean;
2999
2995
  defaultValue: string;
3000
2996
  allowClear: boolean;
2997
+ disabled: boolean;
2998
+ readonly: string | boolean;
2999
+ error: boolean;
3001
3000
  fitWidth: boolean;
3002
3001
  maxWFull: boolean;
3003
3002
  maxLength: number | {
@@ -3005,34 +3004,34 @@ declare const Mention: {
3005
3004
  errorOnly?: boolean;
3006
3005
  };
3007
3006
  showWordLimit: boolean;
3007
+ type: "password" | "text";
3008
3008
  fitWidthFallback: string;
3009
3009
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
3010
- beforeCreate?: (() => void) | (() => void)[];
3011
- created?: (() => void) | (() => void)[];
3012
- beforeMount?: (() => void) | (() => void)[];
3013
- mounted?: (() => void) | (() => void)[];
3014
- beforeUpdate?: (() => void) | (() => void)[];
3015
- updated?: (() => void) | (() => void)[];
3016
- activated?: (() => void) | (() => void)[];
3017
- deactivated?: (() => void) | (() => void)[];
3018
- beforeDestroy?: (() => void) | (() => void)[];
3019
- beforeUnmount?: (() => void) | (() => void)[];
3020
- destroyed?: (() => void) | (() => void)[];
3021
- unmounted?: (() => void) | (() => void)[];
3022
- renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
3023
- renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
3024
- errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
3010
+ beforeCreate?: (() => void)[] | (() => void);
3011
+ created?: (() => void)[] | (() => void);
3012
+ beforeMount?: (() => void)[] | (() => void);
3013
+ mounted?: (() => void)[] | (() => void);
3014
+ beforeUpdate?: (() => void)[] | (() => void);
3015
+ updated?: (() => void)[] | (() => void);
3016
+ activated?: (() => void)[] | (() => void);
3017
+ deactivated?: (() => void)[] | (() => void);
3018
+ beforeDestroy?: (() => void)[] | (() => void);
3019
+ beforeUnmount?: (() => void)[] | (() => void);
3020
+ destroyed?: (() => void)[] | (() => void);
3021
+ unmounted?: (() => void)[] | (() => void);
3022
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
3023
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
3024
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[] | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void);
3025
3025
  };
3026
3026
  $forceUpdate: () => void;
3027
3027
  $nextTick: typeof import("vue").nextTick;
3028
3028
  $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;
3029
3029
  } & Readonly<{
3030
- type: "text" | "password";
3031
- disabled: boolean;
3032
- error: boolean;
3033
- readonly: string | boolean;
3034
3030
  defaultValue: string;
3035
3031
  allowClear: boolean;
3032
+ disabled: boolean;
3033
+ readonly: string | boolean;
3034
+ error: boolean;
3036
3035
  fitWidth: boolean;
3037
3036
  maxWFull: boolean;
3038
3037
  maxLength: number | {
@@ -3040,6 +3039,7 @@ declare const Mention: {
3040
3039
  errorOnly?: boolean;
3041
3040
  };
3042
3041
  showWordLimit: boolean;
3042
+ type: "password" | "text";
3043
3043
  fitWidthFallback: string;
3044
3044
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
3045
3045
  modelValue: StringConstructor;
@@ -3047,7 +3047,7 @@ declare const Mention: {
3047
3047
  type: StringConstructor;
3048
3048
  default: string;
3049
3049
  };
3050
- size: import("vue").PropType<import("../index.ts").Size>;
3050
+ size: import("vue").PropType<import("..").Size>;
3051
3051
  allowClear: {
3052
3052
  type: BooleanConstructor;
3053
3053
  default: boolean;
@@ -3057,7 +3057,7 @@ declare const Mention: {
3057
3057
  default: boolean;
3058
3058
  };
3059
3059
  readonly: {
3060
- type: (StringConstructor | BooleanConstructor)[];
3060
+ type: (BooleanConstructor | StringConstructor)[];
3061
3061
  default: boolean;
3062
3062
  };
3063
3063
  error: {
@@ -3088,7 +3088,7 @@ declare const Mention: {
3088
3088
  wordSlice: import("vue").PropType<(value: string, maxLength: number) => string>;
3089
3089
  inputAttrs: ObjectConstructor;
3090
3090
  type: {
3091
- type: import("vue").PropType<"text" | "password">;
3091
+ type: import("vue").PropType<'text' | 'password'>;
3092
3092
  default: string;
3093
3093
  };
3094
3094
  fitWidthFallback: {
@@ -3098,14 +3098,14 @@ declare const Mention: {
3098
3098
  prepend: StringConstructor;
3099
3099
  append: StringConstructor;
3100
3100
  }>> & Readonly<{
3101
- onClear?: ((_event: MouseEvent) => any) | undefined;
3102
- onFocus?: ((_event: FocusEvent) => any) | undefined;
3103
3101
  onBlur?: ((_event: FocusEvent) => any) | undefined;
3104
3102
  onChange?: ((_value: string, _event: Event) => any) | undefined;
3103
+ onClear?: ((_event: MouseEvent) => any) | undefined;
3104
+ onFocus?: ((_event: FocusEvent) => any) | undefined;
3105
3105
  onInput?: ((_value: string, _event: Event) => any) | undefined;
3106
- "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
3107
3106
  onPressEnter?: ((_event: KeyboardEvent) => any) | undefined;
3108
- }>, "focus" | "blur" | "inputRef" | ("type" | "disabled" | "error" | "readonly" | "defaultValue" | "allowClear" | "fitWidth" | "maxWFull" | "maxLength" | "showWordLimit" | "fitWidthFallback")> & {
3107
+ "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
3108
+ }>, "blur" | "focus" | "inputRef" | ("allowClear" | "defaultValue" | "disabled" | "error" | "fitWidth" | "fitWidthFallback" | "maxLength" | "maxWFull" | "readonly" | "showWordLimit" | "type")> & {
3109
3109
  inputRef: HTMLInputElement | undefined;
3110
3110
  focus: () => void | undefined;
3111
3111
  blur: () => void | undefined;
@@ -3123,51 +3123,51 @@ declare const Mention: {
3123
3123
  $: import("vue").ComponentInternalInstance;
3124
3124
  $data: {};
3125
3125
  $props: Partial<{
3126
- disabled: boolean;
3127
- error: boolean;
3128
- readonly: string | boolean;
3129
3126
  defaultValue: string;
3130
- allowClear: boolean;
3131
3127
  fitWidth: boolean;
3132
3128
  maxWFull: boolean;
3129
+ disabled: boolean;
3130
+ readonly: string | boolean;
3131
+ error: boolean;
3133
3132
  maxLength: number | {
3134
3133
  length: number;
3135
3134
  errorOnly?: boolean;
3136
3135
  };
3137
3136
  showWordLimit: boolean;
3137
+ allowClear: boolean;
3138
3138
  autoSize: boolean | {
3139
3139
  minRows?: number;
3140
3140
  maxRows?: number;
3141
3141
  };
3142
3142
  }> & Omit<{
3143
- readonly disabled: boolean;
3144
- readonly error: boolean;
3145
- readonly readonly: string | boolean;
3143
+ readonly modelValue?: string | undefined;
3146
3144
  readonly defaultValue: string;
3147
- readonly allowClear: boolean;
3145
+ readonly placeholder?: string | undefined;
3148
3146
  readonly fitWidth: boolean;
3149
3147
  readonly maxWFull: boolean;
3148
+ readonly disabled: boolean;
3149
+ readonly readonly: string | boolean;
3150
+ readonly error: boolean;
3150
3151
  readonly maxLength: number | {
3151
3152
  length: number;
3152
3153
  errorOnly?: boolean;
3153
3154
  };
3154
3155
  readonly showWordLimit: boolean;
3156
+ readonly allowClear: boolean;
3155
3157
  readonly autoSize: boolean | {
3156
3158
  minRows?: number;
3157
3159
  maxRows?: number;
3158
3160
  };
3159
- readonly modelValue?: string | undefined;
3160
- readonly placeholder?: string | undefined;
3161
3161
  readonly wordLength?: ((value: string) => number) | undefined;
3162
3162
  readonly wordSlice?: ((value: string, maxLength: number) => string) | undefined;
3163
3163
  readonly textareaAttrs?: Record<string, any> | undefined;
3164
- readonly onClear?: ((_ev: MouseEvent) => any) | undefined;
3165
- readonly onFocus?: ((_ev: FocusEvent) => any) | undefined;
3166
3164
  readonly onBlur?: ((_ev: FocusEvent) => any) | undefined;
3167
3165
  readonly onChange?: ((_value: string, _ev: Event) => any) | undefined;
3166
+ readonly onClear?: ((_ev: MouseEvent) => any) | undefined;
3167
+ readonly onFocus?: ((_ev: FocusEvent) => any) | undefined;
3168
3168
  readonly onInput?: ((_value: string, _ev: Event) => any) | undefined;
3169
3169
  readonly "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
3170
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "error" | "readonly" | "defaultValue" | "allowClear" | "fitWidth" | "maxWFull" | "maxLength" | "showWordLimit" | "autoSize">;
3170
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "allowClear" | "autoSize" | "defaultValue" | "disabled" | "error" | "fitWidth" | "maxLength" | "maxWFull" | "readonly" | "showWordLimit">;
3171
3171
  $attrs: import("vue").Attrs;
3172
3172
  $refs: {
3173
3173
  [x: string]: unknown;
@@ -3178,7 +3178,7 @@ declare const Mention: {
3178
3178
  $root: import("vue").ComponentPublicInstance | null;
3179
3179
  $parent: import("vue").ComponentPublicInstance | null;
3180
3180
  $host: Element | null;
3181
- $emit: ((event: "clear", _ev: MouseEvent) => void) & ((event: "focus", _ev: FocusEvent) => void) & ((event: "blur", _ev: FocusEvent) => void) & ((event: "change", _value: string, _ev: Event) => void) & ((event: "input", _value: string, _ev: Event) => void) & ((event: "update:modelValue", _value: string) => void);
3181
+ $emit: ((event: "blur", _ev: FocusEvent) => void) & ((event: "change", _value: string, _ev: Event) => void) & ((event: "clear", _ev: MouseEvent) => void) & ((event: "focus", _ev: FocusEvent) => void) & ((event: "input", _value: string, _ev: Event) => void) & ((event: "update:modelValue", _value: string) => void);
3182
3182
  $el: any;
3183
3183
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
3184
3184
  modelValue: StringConstructor;
@@ -3200,7 +3200,7 @@ declare const Mention: {
3200
3200
  default: boolean;
3201
3201
  };
3202
3202
  readonly: {
3203
- type: (StringConstructor | BooleanConstructor)[];
3203
+ type: (BooleanConstructor | StringConstructor)[];
3204
3204
  default: boolean;
3205
3205
  };
3206
3206
  error: {
@@ -3239,72 +3239,72 @@ declare const Mention: {
3239
3239
  type: import("vue").PropType<Record<string, any>>;
3240
3240
  };
3241
3241
  }>> & Readonly<{
3242
- onClear?: ((_ev: MouseEvent) => any) | undefined;
3243
- onFocus?: ((_ev: FocusEvent) => any) | undefined;
3244
3242
  onBlur?: ((_ev: FocusEvent) => any) | undefined;
3245
3243
  onChange?: ((_value: string, _ev: Event) => any) | undefined;
3244
+ onClear?: ((_ev: MouseEvent) => any) | undefined;
3245
+ onFocus?: ((_ev: FocusEvent) => any) | undefined;
3246
3246
  onInput?: ((_value: string, _ev: Event) => any) | undefined;
3247
3247
  "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
3248
3248
  }>, {
3249
3249
  focus: () => void;
3250
3250
  blur: () => void;
3251
3251
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3252
- clear: (_ev: MouseEvent) => any;
3253
- focus: (_ev: FocusEvent) => any;
3254
3252
  blur: (_ev: FocusEvent) => any;
3255
3253
  change: (_value: string, _ev: Event) => any;
3254
+ clear: (_ev: MouseEvent) => any;
3255
+ focus: (_ev: FocusEvent) => any;
3256
3256
  input: (_value: string, _ev: Event) => any;
3257
3257
  "update:modelValue": (_value: string) => any;
3258
3258
  }, string, {
3259
- disabled: boolean;
3260
- error: boolean;
3261
- readonly: string | boolean;
3262
3259
  defaultValue: string;
3263
- allowClear: boolean;
3264
3260
  fitWidth: boolean;
3265
3261
  maxWFull: boolean;
3262
+ disabled: boolean;
3263
+ readonly: string | boolean;
3264
+ error: boolean;
3266
3265
  maxLength: number | {
3267
3266
  length: number;
3268
3267
  errorOnly?: boolean;
3269
3268
  };
3270
3269
  showWordLimit: boolean;
3270
+ allowClear: boolean;
3271
3271
  autoSize: boolean | {
3272
3272
  minRows?: number;
3273
3273
  maxRows?: number;
3274
3274
  };
3275
3275
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
3276
- beforeCreate?: (() => void) | (() => void)[];
3277
- created?: (() => void) | (() => void)[];
3278
- beforeMount?: (() => void) | (() => void)[];
3279
- mounted?: (() => void) | (() => void)[];
3280
- beforeUpdate?: (() => void) | (() => void)[];
3281
- updated?: (() => void) | (() => void)[];
3282
- activated?: (() => void) | (() => void)[];
3283
- deactivated?: (() => void) | (() => void)[];
3284
- beforeDestroy?: (() => void) | (() => void)[];
3285
- beforeUnmount?: (() => void) | (() => void)[];
3286
- destroyed?: (() => void) | (() => void)[];
3287
- unmounted?: (() => void) | (() => void)[];
3288
- renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
3289
- renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
3290
- errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
3276
+ beforeCreate?: (() => void)[] | (() => void);
3277
+ created?: (() => void)[] | (() => void);
3278
+ beforeMount?: (() => void)[] | (() => void);
3279
+ mounted?: (() => void)[] | (() => void);
3280
+ beforeUpdate?: (() => void)[] | (() => void);
3281
+ updated?: (() => void)[] | (() => void);
3282
+ activated?: (() => void)[] | (() => void);
3283
+ deactivated?: (() => void)[] | (() => void);
3284
+ beforeDestroy?: (() => void)[] | (() => void);
3285
+ beforeUnmount?: (() => void)[] | (() => void);
3286
+ destroyed?: (() => void)[] | (() => void);
3287
+ unmounted?: (() => void)[] | (() => void);
3288
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
3289
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
3290
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[] | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void);
3291
3291
  };
3292
3292
  $forceUpdate: () => void;
3293
3293
  $nextTick: typeof import("vue").nextTick;
3294
3294
  $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;
3295
3295
  } & Readonly<{
3296
- disabled: boolean;
3297
- error: boolean;
3298
- readonly: string | boolean;
3299
3296
  defaultValue: string;
3300
- allowClear: boolean;
3301
3297
  fitWidth: boolean;
3302
3298
  maxWFull: boolean;
3299
+ disabled: boolean;
3300
+ readonly: string | boolean;
3301
+ error: boolean;
3303
3302
  maxLength: number | {
3304
3303
  length: number;
3305
3304
  errorOnly?: boolean;
3306
3305
  };
3307
3306
  showWordLimit: boolean;
3307
+ allowClear: boolean;
3308
3308
  autoSize: boolean | {
3309
3309
  minRows?: number;
3310
3310
  maxRows?: number;
@@ -3329,7 +3329,7 @@ declare const Mention: {
3329
3329
  default: boolean;
3330
3330
  };
3331
3331
  readonly: {
3332
- type: (StringConstructor | BooleanConstructor)[];
3332
+ type: (BooleanConstructor | StringConstructor)[];
3333
3333
  default: boolean;
3334
3334
  };
3335
3335
  error: {
@@ -3368,13 +3368,13 @@ declare const Mention: {
3368
3368
  type: import("vue").PropType<Record<string, any>>;
3369
3369
  };
3370
3370
  }>> & Readonly<{
3371
- onClear?: ((_ev: MouseEvent) => any) | undefined;
3372
- onFocus?: ((_ev: FocusEvent) => any) | undefined;
3373
3371
  onBlur?: ((_ev: FocusEvent) => any) | undefined;
3374
3372
  onChange?: ((_value: string, _ev: Event) => any) | undefined;
3373
+ onClear?: ((_ev: MouseEvent) => any) | undefined;
3374
+ onFocus?: ((_ev: FocusEvent) => any) | undefined;
3375
3375
  onInput?: ((_value: string, _ev: Event) => any) | undefined;
3376
3376
  "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
3377
- }>, "focus" | "blur" | ("disabled" | "error" | "readonly" | "defaultValue" | "allowClear" | "fitWidth" | "maxWFull" | "maxLength" | "showWordLimit" | "autoSize")> & {
3377
+ }>, "blur" | "focus" | ("allowClear" | "autoSize" | "defaultValue" | "disabled" | "error" | "fitWidth" | "maxLength" | "maxWFull" | "readonly" | "showWordLimit")> & {
3378
3378
  focus: () => void;
3379
3379
  blur: () => void;
3380
3380
  } & {} & import("vue").ComponentCustomProperties & {} & {
@@ -3385,44 +3385,44 @@ declare const Mention: {
3385
3385
  focus: () => void | undefined;
3386
3386
  blur: () => void | undefined;
3387
3387
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3388
- search: (_value: string, _prefix: string) => void;
3389
- clear: (_event: Event) => void;
3390
- focus: (_event: FocusEvent) => void;
3391
3388
  blur: (_event: FocusEvent) => void;
3392
3389
  change: (_value: string) => void;
3390
+ clear: (_event: Event) => void;
3391
+ focus: (_event: FocusEvent) => void;
3392
+ search: (_value: string, _prefix: string) => void;
3393
3393
  select: (_value: string | number | Record<string, any> | undefined) => void;
3394
3394
  "update:modelValue": (_value: string) => void;
3395
3395
  }, string, {
3396
- type: "textarea" | "input";
3396
+ defaultValue: string;
3397
+ data: (string | number | import("..").SelectOptionData | import("..").SelectOptionGroup)[];
3398
+ prefix: string | string[];
3397
3399
  split: string;
3400
+ filterOption: import("..").FilterOption;
3401
+ type: "input" | "textarea";
3398
3402
  disabled: boolean;
3399
3403
  readonly: string | boolean;
3400
- data: (string | number | import("../index.ts").SelectOptionData | import("../index.ts").SelectOptionGroup)[];
3401
- prefix: string | string[];
3402
- defaultValue: string;
3403
3404
  allowClear: boolean;
3404
3405
  fitWidth: boolean;
3405
3406
  maxWFull: boolean;
3406
- filterOption: import("../index.ts").FilterOption;
3407
3407
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
3408
3408
  $slots: {
3409
3409
  option?: (props: {
3410
3410
  data: {
3411
3411
  [x: string]: unknown;
3412
+ disabled?: boolean;
3413
+ tagProps?: Record<string, unknown>;
3412
3414
  raw: {
3413
3415
  [x: string]: unknown;
3414
- value?: import("../select/interface.ts").SelectOptionValue | undefined;
3415
- label?: string | undefined;
3416
- disabled?: boolean | undefined;
3417
- tagProps?: Record<string, unknown> | undefined;
3416
+ value?: import("../select/interface").SelectOptionValue;
3417
+ label?: string;
3418
+ disabled?: boolean;
3419
+ tagProps?: Record<string, unknown>;
3418
3420
  };
3419
3421
  key: string;
3420
- index?: number | undefined;
3421
- origin: "options" | "extraOptions";
3422
- value: import("../select/interface.ts").SelectOptionValue;
3422
+ index?: number;
3423
+ origin: 'options' | 'extraOptions';
3424
+ value: import("../select/interface").SelectOptionValue;
3423
3425
  label: string;
3424
- disabled?: boolean | undefined;
3425
- tagProps?: Record<string, unknown> | undefined;
3426
3426
  } | undefined;
3427
3427
  }) => any;
3428
3428
  } & {