@sdata/web-vue 3.30.0 → 4.0.0

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 (740) hide show
  1. package/dist/sd.css +248 -23
  2. package/dist/sd.min.css +2 -2
  3. package/es/_components/auto-tooltip/auto-tooltip.js +3 -62
  4. package/es/_components/auto-tooltip/auto-tooltip.vue.d.ts +17 -0
  5. package/es/_components/auto-tooltip/auto-tooltip.vue_vue_type_script_setup_true_lang.js +66 -0
  6. package/es/_components/client-only.js +3 -16
  7. package/es/_components/client-only.vue.d.ts +13 -0
  8. package/es/_components/client-only.vue_vue_type_script_setup_true_lang.js +17 -0
  9. package/es/_components/feedback-icon.vue_vue_type_script_setup_true_lang.js +1 -1
  10. package/es/_components/icon-hover.vue_vue_type_script_setup_true_lang.js +1 -1
  11. package/es/_components/input-label/input-label.js +3 -168
  12. package/es/_components/input-label/input-label.vue.d.ts +59 -0
  13. package/es/_components/input-label/input-label.vue_vue_type_script_setup_true_lang.js +192 -0
  14. package/es/_components/picker/input-range.vue_vue_type_script_setup_true_lang.js +1 -1
  15. package/es/_components/picker/input.vue_vue_type_script_setup_true_lang.js +1 -1
  16. package/es/_components/resize-observer.js +3 -44
  17. package/es/_components/resize-observer.vue.d.ts +17 -0
  18. package/es/_components/resize-observer.vue_vue_type_script_setup_true_lang.js +48 -0
  19. package/es/_components/resize-trigger.vue_vue_type_script_setup_true_lang.js +2 -2
  20. package/es/_components/select-view/select-view.js +3 -231
  21. package/es/_components/select-view/select-view.vue.d.ts +76 -0
  22. package/es/_components/select-view/select-view.vue_vue_type_script_setup_true_lang.js +269 -0
  23. package/es/_components/transition/expand-transition.vue_vue_type_script_setup_true_lang.js +1 -1
  24. package/es/_components/virtual-list/virtual-list.vue_vue_type_script_setup_true_lang.js +3 -3
  25. package/es/_hooks/use-scrollbar.js +1 -1
  26. package/es/_utils/array.js +1 -6
  27. package/es/_utils/color.js +4 -6
  28. package/es/_utils/date.js +2 -2
  29. package/es/_utils/global-config.js +1 -1
  30. package/es/_utils/omit.js +1 -1
  31. package/es/_utils/responsive-observe.js +1 -1
  32. package/es/_utils/virtual-dropdown.js +1 -1
  33. package/es/_utils/vue-utils.js +2 -1
  34. package/es/_virtual/{_@oxc-project_runtime@0.139.0 → _@oxc-project_runtime@0.142.0}/helpers/esm/asyncToGenerator.js +1 -1
  35. package/es/_virtual/{_@oxc-project_runtime@0.139.0 → _@oxc-project_runtime@0.142.0}/helpers/esm/defineProperty.js +1 -1
  36. package/es/_virtual/{_@oxc-project_runtime@0.139.0 → _@oxc-project_runtime@0.142.0}/helpers/esm/extends.js +1 -1
  37. package/es/_virtual/{_@oxc-project_runtime@0.139.0 → _@oxc-project_runtime@0.142.0}/helpers/esm/objectDestructuringEmpty.js +1 -1
  38. package/es/_virtual/{_@oxc-project_runtime@0.139.0 → _@oxc-project_runtime@0.142.0}/helpers/esm/objectSpread2.js +1 -1
  39. package/es/_virtual/{_@oxc-project_runtime@0.139.0 → _@oxc-project_runtime@0.142.0}/helpers/esm/objectWithoutProperties.js +1 -1
  40. package/es/_virtual/{_@oxc-project_runtime@0.139.0 → _@oxc-project_runtime@0.142.0}/helpers/esm/objectWithoutPropertiesLoose.js +1 -1
  41. package/es/_virtual/{_@oxc-project_runtime@0.139.0 → _@oxc-project_runtime@0.142.0}/helpers/esm/toPrimitive.js +1 -1
  42. package/es/_virtual/{_@oxc-project_runtime@0.139.0 → _@oxc-project_runtime@0.142.0}/helpers/esm/toPropertyKey.js +1 -1
  43. package/es/_virtual/{_@oxc-project_runtime@0.139.0 → _@oxc-project_runtime@0.142.0}/helpers/esm/typeof.js +1 -1
  44. package/es/affix/affix.vue_vue_type_script_setup_true_lang.js +3 -3
  45. package/es/alert/alert.vue_vue_type_script_setup_true_lang.js +1 -1
  46. package/es/anchor/anchor-link.vue_vue_type_script_setup_true_lang.js +1 -1
  47. package/es/anchor/anchor.vue_vue_type_script_setup_true_lang.js +3 -2
  48. package/es/auto-complete/auto-complete.js +3 -389
  49. package/es/auto-complete/auto-complete.vue.d.ts +693 -0
  50. package/es/auto-complete/auto-complete.vue_vue_type_script_setup_true_lang.js +293 -0
  51. package/es/auto-complete/index.d.ts +1667 -79
  52. package/es/avatar/avatar-group.js +4 -96
  53. package/es/avatar/avatar-group.vue.d.ts +29 -0
  54. package/es/avatar/avatar-group.vue_vue_type_script_setup_true_lang.js +84 -0
  55. package/es/avatar/avatar.vue_vue_type_script_setup_true_lang.js +1 -1
  56. package/es/avatar/index.d.ts +53 -51
  57. package/es/avatar/index.js +4 -4
  58. package/es/back-top/back-top.vue_vue_type_script_setup_true_lang.js +1 -1
  59. package/es/badge/badge.js +4 -149
  60. package/es/badge/badge.vue.d.ts +34 -0
  61. package/es/badge/badge.vue_vue_type_script_setup_true_lang.js +97 -0
  62. package/es/badge/index.d.ts +36 -100
  63. package/es/basic-crud-table/basic-crud-modal.vue_vue_type_script_setup_true_lang.js +2 -2
  64. package/es/basic-crud-table/basic-crud-table.vue_vue_type_script_setup_true_lang.js +2 -2
  65. package/es/border-beam/border-beam.vue_vue_type_script_setup_true_lang.js +1 -1
  66. package/es/border-beam/styles.js +1 -1
  67. package/es/breadcrumb/breadcrumb-item.js +3 -106
  68. package/es/breadcrumb/breadcrumb-item.vue.d.ts +25 -0
  69. package/es/breadcrumb/breadcrumb-item.vue_vue_type_script_setup_true_lang.js +89 -0
  70. package/es/breadcrumb/breadcrumb.js +3 -115
  71. package/es/breadcrumb/breadcrumb.vue.d.ts +29 -0
  72. package/es/breadcrumb/breadcrumb.vue_vue_type_script_setup_true_lang.js +98 -0
  73. package/es/breadcrumb/index.d.ts +72 -79
  74. package/es/button/button-group.vue_vue_type_script_setup_true_lang.js +1 -1
  75. package/es/button/button.vue_vue_type_script_setup_true_lang.js +8 -6
  76. package/es/calendar/components/cell.vue_vue_type_script_setup_true_lang.js +4 -3
  77. package/es/calendar/components/event.vue_vue_type_script_setup_true_lang.js +2 -2
  78. package/es/calendar/components/headings-bar.vue_vue_type_script_setup_true_lang.js +3 -3
  79. package/es/calendar/components/index.vue_vue_type_script_setup_true_lang.js +2 -2
  80. package/es/card/card-actions.js +5 -0
  81. package/es/card/card-actions.vue.d.ts +7 -0
  82. package/es/card/card-actions.vue_vue_type_script_setup_true_lang.js +23 -0
  83. package/es/card/card-grid.vue_vue_type_script_setup_true_lang.js +1 -1
  84. package/es/card/card-meta.js +3 -47
  85. package/es/card/card-meta.vue.d.ts +21 -0
  86. package/es/card/card-meta.vue_vue_type_script_setup_true_lang.js +54 -0
  87. package/es/card/card.js +3 -180
  88. package/es/card/card.vue.d.ts +40 -0
  89. package/es/card/card.vue_vue_type_script_setup_true_lang.js +116 -0
  90. package/es/card/context.d.ts +1 -2
  91. package/es/card/index.d.ts +67 -871
  92. package/es/card/index.js +1 -1
  93. package/es/carousel/carousel-arrow.vue_vue_type_script_setup_true_lang.js +1 -1
  94. package/es/carousel/carousel-indicator.vue_vue_type_script_setup_true_lang.js +1 -1
  95. package/es/carousel/carousel-item.vue_vue_type_script_setup_true_lang.js +1 -1
  96. package/es/carousel/carousel.js +3 -289
  97. package/es/carousel/{carousel.d.ts → carousel.vue.d.ts} +8 -11
  98. package/es/carousel/carousel.vue_vue_type_script_setup_true_lang.js +229 -0
  99. package/es/carousel/index.d.ts +11 -17
  100. package/es/carousel/index.js +1 -1
  101. package/es/cascader/base-cascader-panel.js +3 -70
  102. package/es/cascader/{base-cascader-panel.d.ts → base-cascader-panel.vue.d.ts} +20 -11
  103. package/es/cascader/base-cascader-panel.vue_vue_type_script_setup_true_lang.js +85 -0
  104. package/es/cascader/cascader-column.js +3 -75
  105. package/es/cascader/{cascader-column.d.ts → cascader-column.vue.d.ts} +18 -11
  106. package/es/cascader/cascader-column.vue_vue_type_script_setup_true_lang.js +103 -0
  107. package/es/cascader/cascader-option.js +3 -141
  108. package/es/cascader/{cascader-option.d.ts → cascader-option.vue.d.ts} +4 -3
  109. package/es/cascader/cascader-option.vue_vue_type_script_setup_true_lang.js +171 -0
  110. package/es/cascader/cascader-panel.vue_vue_type_script_setup_true_lang.js +4 -3
  111. package/es/cascader/cascader-search-panel.js +3 -58
  112. package/es/cascader/{cascader-search-panel.d.ts → cascader-search-panel.vue.d.ts} +15 -4
  113. package/es/cascader/cascader-search-panel.vue_vue_type_script_setup_true_lang.js +71 -0
  114. package/es/cascader/cascader.vue.d.ts +3 -1
  115. package/es/cascader/cascader.vue_vue_type_script_setup_true_lang.js +17 -13
  116. package/es/checkbox/checkbox-group.js +3 -139
  117. package/es/checkbox/checkbox-group.vue.d.ts +41 -0
  118. package/es/checkbox/checkbox-group.vue_vue_type_script_setup_true_lang.js +100 -0
  119. package/es/checkbox/checkbox.js +3 -195
  120. package/es/checkbox/checkbox.vue.d.ts +39 -0
  121. package/es/checkbox/checkbox.vue_vue_type_script_setup_true_lang.js +165 -0
  122. package/es/checkbox/icon-check.js +3 -18
  123. package/es/checkbox/icon-check.vue.d.ts +3 -0
  124. package/es/checkbox/icon-check.vue_vue_type_script_setup_true_lang.js +24 -0
  125. package/es/checkbox/index.d.ts +102 -294
  126. package/es/collapse/collapse-item.js +3 -177
  127. package/es/collapse/collapse-item.vue.d.ts +30 -0
  128. package/es/collapse/collapse-item.vue_vue_type_script_setup_true_lang.js +168 -0
  129. package/es/collapse/collapse.vue.d.ts +1 -1
  130. package/es/collapse/collapse.vue_vue_type_script_setup_true_lang.js +1 -1
  131. package/es/collapse/index.d.ts +50 -155
  132. package/es/collapse/style/index.css +1 -0
  133. package/es/collapse/style/index.scss +1 -0
  134. package/es/color-picker/color-picker.js +3 -293
  135. package/es/color-picker/{color-picker.d.ts → color-picker.vue.d.ts} +25 -14
  136. package/es/color-picker/color-picker.vue_vue_type_script_setup_true_lang.js +256 -0
  137. package/es/color-picker/control-bar.js +3 -54
  138. package/es/color-picker/{control-bar.d.ts → control-bar.vue.d.ts} +5 -4
  139. package/es/color-picker/control-bar.vue_vue_type_script_setup_true_lang.js +68 -0
  140. package/es/color-picker/gradient-thumb.js +5 -0
  141. package/es/color-picker/gradient-thumb.vue.d.ts +13 -0
  142. package/es/color-picker/gradient-thumb.vue_vue_type_script_setup_true_lang.js +69 -0
  143. package/es/color-picker/index.d.ts +37 -32
  144. package/es/color-picker/palette.js +3 -43
  145. package/es/color-picker/palette.vue.d.ts +17 -0
  146. package/es/color-picker/palette.vue_vue_type_script_setup_true_lang.js +51 -0
  147. package/es/color-picker/panel.js +3 -475
  148. package/es/color-picker/{panel.d.ts → panel.vue.d.ts} +5 -4
  149. package/es/color-picker/panel.vue_vue_type_script_setup_true_lang.js +453 -0
  150. package/es/color-picker/utils.js +12 -10
  151. package/es/comment/comment.vue_vue_type_script_setup_true_lang.js +1 -1
  152. package/es/config-provider/config-provider.vue_vue_type_script_setup_true_lang.js +1 -1
  153. package/es/config-provider/theme-provider.vue_vue_type_script_setup_true_lang.js +1 -1
  154. package/es/config-provider/theme.js +1 -1
  155. package/es/copy/copy.vue_vue_type_script_setup_true_lang.js +2 -2
  156. package/es/cropper/cropper.vue_vue_type_script_setup_true_lang.js +2 -2
  157. package/es/date-picker/hooks/use-range-header-value.js +2 -2
  158. package/es/date-picker/hooks/use-range-time-picker-value.js +1 -1
  159. package/es/date-picker/hooks/use-time-picker-value.js +10 -8
  160. package/es/date-picker/index.d.ts +238 -122
  161. package/es/date-picker/panels/body.vue_vue_type_script_setup_true_lang.js +1 -1
  162. package/es/date-picker/panels/date/index.vue_vue_type_script_setup_true_lang.js +2 -2
  163. package/es/date-picker/panels/footer.vue_vue_type_script_setup_true_lang.js +1 -1
  164. package/es/date-picker/panels/header.vue_vue_type_script_setup_true_lang.js +1 -1
  165. package/es/date-picker/panels/month/index.vue_vue_type_script_setup_true_lang.js +1 -1
  166. package/es/date-picker/panels/quarter/index.vue_vue_type_script_setup_true_lang.js +1 -1
  167. package/es/date-picker/panels/shortcuts.vue_vue_type_script_setup_true_lang.js +1 -1
  168. package/es/date-picker/panels/week/index.vue_vue_type_script_setup_true_lang.js +1 -1
  169. package/es/date-picker/panels/week-list.vue_vue_type_script_setup_true_lang.js +1 -1
  170. package/es/date-picker/panels/year/index.vue_vue_type_script_setup_true_lang.js +2 -2
  171. package/es/date-picker/picker-panel.vue_vue_type_script_setup_true_lang.js +1 -1
  172. package/es/date-picker/picker.vue.d.ts +1 -1
  173. package/es/date-picker/picker.vue_vue_type_script_setup_true_lang.js +3 -3
  174. package/es/date-picker/pickers/date-picker.js +3 -93
  175. package/es/date-picker/pickers/{date-picker.d.ts → date-picker.vue.d.ts} +26 -35
  176. package/es/date-picker/pickers/date-picker.vue_vue_type_script_setup_true_lang.js +107 -0
  177. package/es/date-picker/pickers/month-picker.js +3 -37
  178. package/es/date-picker/pickers/month-picker.vue.d.ts +38 -0
  179. package/es/date-picker/pickers/month-picker.vue_vue_type_script_setup_true_lang.js +51 -0
  180. package/es/date-picker/pickers/quarter-picker.js +3 -46
  181. package/es/date-picker/pickers/{quarter-picker.d.ts → quarter-picker.vue.d.ts} +14 -3
  182. package/es/date-picker/pickers/quarter-picker.vue_vue_type_script_setup_true_lang.js +60 -0
  183. package/es/date-picker/pickers/week-picker.js +3 -56
  184. package/es/date-picker/pickers/{week-picker.d.ts → week-picker.vue.d.ts} +15 -4
  185. package/es/date-picker/pickers/week-picker.vue_vue_type_script_setup_true_lang.js +70 -0
  186. package/es/date-picker/pickers/year-picker.js +3 -37
  187. package/es/date-picker/pickers/year-picker.vue.d.ts +38 -0
  188. package/es/date-picker/pickers/year-picker.vue_vue_type_script_setup_true_lang.js +51 -0
  189. package/es/date-picker/range-picker-panel.vue_vue_type_script_setup_true_lang.js +1 -1
  190. package/es/date-picker/range-picker.vue.d.ts +1 -1
  191. package/es/date-picker/range-picker.vue_vue_type_script_setup_true_lang.js +3 -3
  192. package/es/descriptions/descriptions-item.vue_vue_type_script_setup_true_lang.js +1 -1
  193. package/es/descriptions/descriptions.js +3 -232
  194. package/es/descriptions/{descriptions.d.ts → descriptions.vue.d.ts} +22 -23
  195. package/es/descriptions/descriptions.vue_vue_type_script_setup_true_lang.js +209 -0
  196. package/es/descriptions/index.d.ts +18 -32
  197. package/es/descriptions/index.js +1 -1
  198. package/es/divider/divider.js +3 -71
  199. package/es/divider/divider.vue.d.ts +21 -0
  200. package/es/divider/divider.vue_vue_type_script_setup_true_lang.js +47 -0
  201. package/es/divider/index.d.ts +25 -66
  202. package/es/drawer/drawer.vue_vue_type_script_setup_true_lang.js +3 -3
  203. package/es/drawer/index.js +2 -2
  204. package/es/dropdown/dropdown-button.vue_vue_type_script_setup_true_lang.js +1 -1
  205. package/es/dropdown/dropdown-group.vue_vue_type_script_setup_true_lang.js +1 -1
  206. package/es/dropdown/dropdown-option.vue_vue_type_script_setup_true_lang.js +1 -1
  207. package/es/dropdown/dropdown-panel.vue_vue_type_script_setup_true_lang.js +1 -2
  208. package/es/dropdown/dropdown-submenu.vue_vue_type_script_setup_true_lang.js +1 -1
  209. package/es/dropdown/dropdown.vue_vue_type_script_setup_true_lang.js +1 -1
  210. package/es/ellipsis/ellipsis.vue_vue_type_script_setup_true_lang.js +3 -3
  211. package/es/ellipsis/performant-ellipsis.vue_vue_type_script_setup_true_lang.js +2 -2
  212. package/es/empty/empty.js +3 -49
  213. package/es/empty/empty.vue.d.ts +18 -0
  214. package/es/empty/empty.vue_vue_type_script_setup_true_lang.js +44 -0
  215. package/es/empty/index.d.ts +20 -36
  216. package/es/file-previewer/file-previewer.vue_vue_type_script_setup_true_lang.js +2 -2
  217. package/es/file-previewer/pdfjs-worker.min.mjs +4 -4
  218. package/es/file-previewer/use-pdf-js.js +2 -2
  219. package/es/form/form-item-label.vue_vue_type_script_setup_true_lang.js +1 -1
  220. package/es/form/form-item-message.vue_vue_type_script_setup_true_lang.js +1 -1
  221. package/es/form/form-item.vue_vue_type_script_setup_true_lang.js +31 -30
  222. package/es/form/form.vue_vue_type_script_setup_true_lang.js +1 -1
  223. package/es/grid/grid-col.vue_vue_type_script_setup_true_lang.js +4 -3
  224. package/es/grid/grid-item.vue_vue_type_script_setup_true_lang.js +1 -1
  225. package/es/grid/grid-row.vue_vue_type_script_setup_true_lang.js +3 -2
  226. package/es/grid/grid.vue_vue_type_script_setup_true_lang.js +1 -1
  227. package/es/grid/style/col.scss +29 -41
  228. package/es/grid/style/index.css +237 -0
  229. package/es/icon/icon-arrow-up/icon-arrow-up.vue_vue_type_script_setup_true_lang.js +1 -1
  230. package/es/icon/icon-calendar/icon-calendar.vue_vue_type_script_setup_true_lang.js +1 -1
  231. package/es/icon/icon-caret-down/icon-caret-down.vue_vue_type_script_setup_true_lang.js +1 -1
  232. package/es/icon/icon-caret-left/icon-caret-left.vue_vue_type_script_setup_true_lang.js +1 -1
  233. package/es/icon/icon-caret-right/icon-caret-right.vue_vue_type_script_setup_true_lang.js +1 -1
  234. package/es/icon/icon-caret-up/icon-caret-up.vue_vue_type_script_setup_true_lang.js +1 -1
  235. package/es/icon/icon-check/icon-check.vue_vue_type_script_setup_true_lang.js +1 -1
  236. package/es/icon/icon-check-circle-fill/icon-check-circle-fill.vue_vue_type_script_setup_true_lang.js +1 -1
  237. package/es/icon/icon-clock-circle/icon-clock-circle.vue_vue_type_script_setup_true_lang.js +1 -1
  238. package/es/icon/icon-close/icon-close.vue_vue_type_script_setup_true_lang.js +1 -1
  239. package/es/icon/icon-close-circle-fill/icon-close-circle-fill.vue_vue_type_script_setup_true_lang.js +1 -1
  240. package/es/icon/icon-copy/icon-copy.vue_vue_type_script_setup_true_lang.js +1 -1
  241. package/es/icon/icon-delete/icon-delete.vue_vue_type_script_setup_true_lang.js +1 -1
  242. package/es/icon/icon-double-left/icon-double-left.vue_vue_type_script_setup_true_lang.js +1 -1
  243. package/es/icon/icon-double-right/icon-double-right.vue_vue_type_script_setup_true_lang.js +1 -1
  244. package/es/icon/icon-down/icon-down.vue_vue_type_script_setup_true_lang.js +1 -1
  245. package/es/icon/icon-drag-dot/icon-drag-dot.vue_vue_type_script_setup_true_lang.js +1 -1
  246. package/es/icon/icon-drag-dot-vertical/icon-drag-dot-vertical.vue_vue_type_script_setup_true_lang.js +1 -1
  247. package/es/icon/icon-edit/icon-edit.vue_vue_type_script_setup_true_lang.js +1 -1
  248. package/es/icon/icon-empty/icon-empty.vue_vue_type_script_setup_true_lang.js +1 -1
  249. package/es/icon/icon-exclamation/icon-exclamation.vue_vue_type_script_setup_true_lang.js +1 -1
  250. package/es/icon/icon-exclamation-circle-fill/icon-exclamation-circle-fill.vue_vue_type_script_setup_true_lang.js +1 -1
  251. package/es/icon/icon-eye/icon-eye.vue_vue_type_script_setup_true_lang.js +1 -1
  252. package/es/icon/icon-eye-invisible/icon-eye-invisible.vue_vue_type_script_setup_true_lang.js +1 -1
  253. package/es/icon/icon-face-frown-fill/icon-face-frown-fill.vue_vue_type_script_setup_true_lang.js +1 -1
  254. package/es/icon/icon-face-meh-fill/icon-face-meh-fill.vue_vue_type_script_setup_true_lang.js +1 -1
  255. package/es/icon/icon-face-smile-fill/icon-face-smile-fill.vue_vue_type_script_setup_true_lang.js +1 -1
  256. package/es/icon/icon-file/icon-file.vue_vue_type_script_setup_true_lang.js +1 -1
  257. package/es/icon/icon-file-audio/icon-file-audio.vue_vue_type_script_setup_true_lang.js +1 -1
  258. package/es/icon/icon-file-image/icon-file-image.vue_vue_type_script_setup_true_lang.js +1 -1
  259. package/es/icon/icon-file-pdf/icon-file-pdf.vue_vue_type_script_setup_true_lang.js +1 -1
  260. package/es/icon/icon-file-video/icon-file-video.vue_vue_type_script_setup_true_lang.js +1 -1
  261. package/es/icon/icon-filter/icon-filter.vue_vue_type_script_setup_true_lang.js +1 -1
  262. package/es/icon/icon-fullscreen/icon-fullscreen.vue_vue_type_script_setup_true_lang.js +1 -1
  263. package/es/icon/icon-image-close/icon-image-close.vue_vue_type_script_setup_true_lang.js +1 -1
  264. package/es/icon/icon-info/icon-info.vue_vue_type_script_setup_true_lang.js +1 -1
  265. package/es/icon/icon-info-circle-fill/icon-info-circle-fill.vue_vue_type_script_setup_true_lang.js +1 -1
  266. package/es/icon/icon-left/icon-left.vue_vue_type_script_setup_true_lang.js +1 -1
  267. package/es/icon/icon-link/icon-link.vue_vue_type_script_setup_true_lang.js +1 -1
  268. package/es/icon/icon-list/icon-list.vue_vue_type_script_setup_true_lang.js +1 -1
  269. package/es/icon/icon-loading/icon-loading.vue_vue_type_script_setup_true_lang.js +1 -1
  270. package/es/icon/icon-menu/icon-menu.vue_vue_type_script_setup_true_lang.js +1 -1
  271. package/es/icon/icon-menu-fold/icon-menu-fold.vue_vue_type_script_setup_true_lang.js +1 -1
  272. package/es/icon/icon-menu-unfold/icon-menu-unfold.vue_vue_type_script_setup_true_lang.js +1 -1
  273. package/es/icon/icon-minus/icon-minus.vue_vue_type_script_setup_true_lang.js +1 -1
  274. package/es/icon/icon-more/icon-more.vue_vue_type_script_setup_true_lang.js +1 -1
  275. package/es/icon/icon-mute/icon-mute.vue_vue_type_script_setup_true_lang.js +1 -1
  276. package/es/icon/icon-oblique-line/icon-oblique-line.vue_vue_type_script_setup_true_lang.js +1 -1
  277. package/es/icon/icon-original-size/icon-original-size.vue_vue_type_script_setup_true_lang.js +1 -1
  278. package/es/icon/icon-pause/icon-pause.vue_vue_type_script_setup_true_lang.js +1 -1
  279. package/es/icon/icon-play-arrow-fill/icon-play-arrow-fill.vue_vue_type_script_setup_true_lang.js +1 -1
  280. package/es/icon/icon-plus/icon-plus.vue_vue_type_script_setup_true_lang.js +1 -1
  281. package/es/icon/icon-question-circle/icon-question-circle.vue_vue_type_script_setup_true_lang.js +1 -1
  282. package/es/icon/icon-right/icon-right.vue_vue_type_script_setup_true_lang.js +1 -1
  283. package/es/icon/icon-rotate-left/icon-rotate-left.vue_vue_type_script_setup_true_lang.js +1 -1
  284. package/es/icon/icon-rotate-right/icon-rotate-right.vue_vue_type_script_setup_true_lang.js +1 -1
  285. package/es/icon/icon-search/icon-search.vue_vue_type_script_setup_true_lang.js +1 -1
  286. package/es/icon/icon-star-fill/icon-star-fill.vue_vue_type_script_setup_true_lang.js +1 -1
  287. package/es/icon/icon-to-top/icon-to-top.vue_vue_type_script_setup_true_lang.js +1 -1
  288. package/es/icon/icon-up/icon-up.vue_vue_type_script_setup_true_lang.js +1 -1
  289. package/es/icon/icon-upload/icon-upload.vue_vue_type_script_setup_true_lang.js +1 -1
  290. package/es/icon/icon-voice/icon-voice.vue_vue_type_script_setup_true_lang.js +1 -1
  291. package/es/icon/icon-zoom-in/icon-zoom-in.vue_vue_type_script_setup_true_lang.js +1 -1
  292. package/es/icon/icon-zoom-out/icon-zoom-out.vue_vue_type_script_setup_true_lang.js +1 -1
  293. package/es/icon-component/add-from-icon-font-cn.d.ts +8 -13
  294. package/es/icon-component/add-from-icon-font-cn.js +13 -22
  295. package/es/icon-component/icon-font.js +5 -0
  296. package/es/icon-component/icon-font.vue.d.ts +35 -0
  297. package/es/icon-component/icon-font.vue_vue_type_script_setup_true_lang.js +38 -0
  298. package/es/icon-component/icon.vue_vue_type_script_setup_true_lang.js +1 -1
  299. package/es/icon-component/index.d.ts +1 -13
  300. package/es/icon.js +5 -5
  301. package/es/image/hooks/use-image-drag.js +3 -1
  302. package/es/image/image-footer.vue_vue_type_script_setup_true_lang.js +1 -1
  303. package/es/image/image.vue_vue_type_script_setup_true_lang.js +2 -2
  304. package/es/image/index.d.ts +1 -1
  305. package/es/image/preview-action.js +3 -47
  306. package/es/image/preview-action.vue.d.ts +29 -0
  307. package/es/image/preview-action.vue_vue_type_script_setup_true_lang.js +55 -0
  308. package/es/image/preview-arrow.vue_vue_type_script_setup_true_lang.js +1 -1
  309. package/es/image/preview-group.vue_vue_type_script_setup_true_lang.js +1 -1
  310. package/es/image/preview-toolbar.vue.d.ts +2 -2
  311. package/es/image/preview-toolbar.vue_vue_type_script_setup_true_lang.js +3 -3
  312. package/es/image/preview.vue_vue_type_script_setup_true_lang.js +33 -23
  313. package/es/index.css +248 -23
  314. package/es/index.d.ts +0 -2
  315. package/es/index.js +13 -14
  316. package/es/index.scss +0 -1
  317. package/es/input/index.d.ts +1770 -136
  318. package/es/input/index.js +1 -1
  319. package/es/input/input-group.vue_vue_type_script_setup_true_lang.js +1 -1
  320. package/es/input/input-password.vue_vue_type_script_setup_true_lang.js +3 -3
  321. package/es/input/input-search.js +3 -140
  322. package/es/input/input-search.vue.d.ts +620 -0
  323. package/es/input/input-search.vue_vue_type_script_setup_true_lang.js +168 -0
  324. package/es/input/input.js +3 -487
  325. package/es/input/{input.d.ts → input.vue.d.ts} +42 -43
  326. package/es/input/input.vue_vue_type_script_setup_true_lang.js +377 -0
  327. package/es/input-mask/input-mask.vue_vue_type_script_setup_true_lang.js +1 -1
  328. package/es/input-mask/mask-engine.js +4 -4
  329. package/es/input-mask/presets.js +1 -1
  330. package/es/input-number/index.d.ts +1670 -106
  331. package/es/input-number/input-number.js +3 -529
  332. package/es/input-number/input-number.vue.d.ts +708 -0
  333. package/es/input-number/input-number.vue_vue_type_script_setup_true_lang.js +384 -0
  334. package/es/input-tag/index.d.ts +76 -92
  335. package/es/input-tag/input-tag.js +3 -672
  336. package/es/input-tag/{input-tag.d.ts → input-tag.vue.d.ts} +52 -49
  337. package/es/input-tag/input-tag.vue_vue_type_script_setup_true_lang.js +585 -0
  338. package/es/input-tag/utils.js +1 -1
  339. package/es/json-form/json-form-component.vue_vue_type_script_setup_true_lang.js +1 -1
  340. package/es/json-form/json-form-item.vue_vue_type_script_setup_true_lang.js +1 -1
  341. package/es/json-form/json-form.vue_vue_type_script_setup_true_lang.js +1 -1
  342. package/es/json-form/utils.js +4 -4
  343. package/es/kv-list/index.d.ts +34 -34
  344. package/es/kv-list/kv-list-row.vue_vue_type_script_setup_true_lang.js +1 -1
  345. package/es/kv-list/kv-list.vue_vue_type_script_setup_true_lang.js +1 -1
  346. package/es/layout/content.vue_vue_type_script_setup_true_lang.js +1 -1
  347. package/es/layout/footer.vue_vue_type_script_setup_true_lang.js +1 -1
  348. package/es/layout/header.vue_vue_type_script_setup_true_lang.js +1 -1
  349. package/es/layout/layout.vue_vue_type_script_setup_true_lang.js +4 -3
  350. package/es/layout/sider.vue_vue_type_script_setup_true_lang.js +1 -1
  351. package/es/link/link.vue_vue_type_script_setup_true_lang.js +1 -1
  352. package/es/list/index.d.ts +2619 -93
  353. package/es/list/index.js +2 -2
  354. package/es/list/list-item-meta.vue_vue_type_script_setup_true_lang.js +1 -1
  355. package/es/list/list-item.js +3 -54
  356. package/es/list/list-item.vue.d.ts +22 -0
  357. package/es/list/list-item.vue_vue_type_script_setup_true_lang.js +58 -0
  358. package/es/list/list.js +3 -383
  359. package/es/list/list.vue.d.ts +980 -0
  360. package/es/list/list.vue_vue_type_script_setup_true_lang.js +326 -0
  361. package/es/mention/index.d.ts +3234 -58
  362. package/es/mention/mention.js +3 -437
  363. package/es/mention/mention.vue.d.ts +1210 -0
  364. package/es/mention/mention.vue_vue_type_script_setup_true_lang.js +376 -0
  365. package/es/menu/base-menu.vue_vue_type_script_setup_true_lang.js +5 -4
  366. package/es/menu/hooks/use-level.js +2 -1
  367. package/es/menu/indent.vue_vue_type_script_setup_true_lang.js +3 -2
  368. package/es/menu/index.d.ts +3 -3
  369. package/es/menu/index.js +1 -1
  370. package/es/menu/item-group.vue_vue_type_script_setup_true_lang.js +3 -2
  371. package/es/menu/item.js +3 -127
  372. package/es/menu/{item.d.ts → item.vue.d.ts} +25 -4
  373. package/es/menu/item.vue_vue_type_script_setup_true_lang.js +147 -0
  374. package/es/menu/menu.js +3 -57
  375. package/es/menu/menu.vue.d.ts +66 -0
  376. package/es/menu/menu.vue_vue_type_script_setup_true_lang.js +78 -0
  377. package/es/menu/overflow-wrap.js +3 -97
  378. package/es/menu/overflow-wrap.vue.d.ts +3 -0
  379. package/es/menu/overflow-wrap.vue_vue_type_script_setup_true_lang.js +114 -0
  380. package/es/menu/sub-menu-inline.vue_vue_type_script_setup_true_lang.js +2 -2
  381. package/es/menu/sub-menu-pop.vue_vue_type_script_setup_true_lang.js +2 -2
  382. package/es/menu/sub-menu.js +3 -115
  383. package/es/menu/{sub-menu.d.ts → sub-menu.vue.d.ts} +27 -30
  384. package/es/menu/sub-menu.vue_vue_type_script_setup_true_lang.js +110 -0
  385. package/es/message/index.js +1 -1
  386. package/es/message/message-list.js +3 -45
  387. package/es/message/{message-list.d.ts → message-list.vue.d.ts} +9 -7
  388. package/es/message/message-list.vue_vue_type_script_setup_true_lang.js +64 -0
  389. package/es/message/message.vue_vue_type_script_setup_true_lang.js +1 -1
  390. package/es/modal/index.js +3 -3
  391. package/es/modal/modal.vue_vue_type_script_setup_true_lang.js +3 -3
  392. package/es/model-selector/model-selector-content.vue_vue_type_script_setup_true_lang.js +1 -1
  393. package/es/model-selector/model-selector-dialog.vue_vue_type_script_setup_true_lang.js +1 -1
  394. package/es/model-selector/model-selector-empty.vue_vue_type_script_setup_true_lang.js +1 -1
  395. package/es/model-selector/model-selector-group.vue_vue_type_script_setup_true_lang.js +1 -1
  396. package/es/model-selector/model-selector-input.vue_vue_type_script_setup_true_lang.js +1 -1
  397. package/es/model-selector/model-selector-item.vue_vue_type_script_setup_true_lang.js +1 -1
  398. package/es/model-selector/model-selector-list.vue_vue_type_script_setup_true_lang.js +1 -1
  399. package/es/model-selector/model-selector-logo-group.vue_vue_type_script_setup_true_lang.js +1 -1
  400. package/es/model-selector/model-selector-logo.vue_vue_type_script_setup_true_lang.js +1 -1
  401. package/es/model-selector/model-selector-name.vue_vue_type_script_setup_true_lang.js +1 -1
  402. package/es/model-selector/model-selector-separator.vue_vue_type_script_setup_true_lang.js +1 -1
  403. package/es/model-selector/model-selector-shortcut.vue_vue_type_script_setup_true_lang.js +1 -1
  404. package/es/model-selector/model-selector-trigger-element.js +5 -0
  405. package/es/model-selector/model-selector-trigger-element.vue.d.ts +7 -0
  406. package/es/model-selector/model-selector-trigger-element.vue_vue_type_script_lang.js +18 -0
  407. package/es/model-selector/model-selector-trigger.vue_vue_type_script_setup_true_lang.js +4 -17
  408. package/es/model-selector/model-selector.vue_vue_type_script_setup_true_lang.js +1 -1
  409. package/es/notification/index.js +1 -1
  410. package/es/notification/notification-list.js +3 -58
  411. package/es/notification/notification-list.vue.d.ts +34 -0
  412. package/es/notification/notification-list.vue_vue_type_script_setup_true_lang.js +96 -0
  413. package/es/notification/notification.vue_vue_type_script_setup_true_lang.js +1 -1
  414. package/es/page-header/page-header.vue_vue_type_script_setup_true_lang.js +1 -1
  415. package/es/pagination/index.d.ts +45 -49
  416. package/es/pagination/page-item-ellipsis.vue_vue_type_script_setup_true_lang.js +1 -1
  417. package/es/pagination/page-item-step.vue_vue_type_script_setup_true_lang.js +1 -1
  418. package/es/pagination/page-item.vue_vue_type_script_setup_true_lang.js +1 -1
  419. package/es/pagination/page-jumper.vue_vue_type_script_setup_true_lang.js +1 -1
  420. package/es/pagination/page-options.vue_vue_type_script_setup_true_lang.js +1 -1
  421. package/es/pagination/pagination.js +3 -463
  422. package/es/pagination/{pagination.d.ts → pagination.vue.d.ts} +42 -31
  423. package/es/pagination/pagination.vue_vue_type_script_setup_true_lang.js +454 -0
  424. package/es/popconfirm/popconfirm.vue_vue_type_script_setup_true_lang.js +2 -2
  425. package/es/popover/popover.vue_vue_type_script_setup_true_lang.js +1 -1
  426. package/es/progress/circle.vue_vue_type_script_setup_true_lang.js +1 -1
  427. package/es/progress/line.vue_vue_type_script_setup_true_lang.js +1 -1
  428. package/es/progress/progress.vue_vue_type_script_setup_true_lang.js +1 -1
  429. package/es/progress/steps.vue_vue_type_script_setup_true_lang.js +1 -1
  430. package/es/qr-code/index.d.ts +18 -33
  431. package/es/qr-code/qr-code.vue.d.ts +6 -11
  432. package/es/qr-code/qr-code.vue_vue_type_script_setup_true_lang.js +4 -3
  433. package/es/radio/index.d.ts +111 -289
  434. package/es/radio/radio-group.js +3 -168
  435. package/es/radio/radio-group.vue.d.ts +45 -0
  436. package/es/radio/radio-group.vue_vue_type_script_setup_true_lang.js +129 -0
  437. package/es/radio/radio.js +3 -172
  438. package/es/radio/radio.vue.d.ts +40 -0
  439. package/es/radio/radio.vue_vue_type_script_setup_true_lang.js +152 -0
  440. package/es/rate/index.d.ts +17 -11
  441. package/es/rate/rate.js +3 -269
  442. package/es/rate/{rate.d.ts → rate.vue.d.ts} +18 -6
  443. package/es/rate/rate.vue_vue_type_script_setup_true_lang.js +220 -0
  444. package/es/resize-box/resize-box.vue_vue_type_script_setup_true_lang.js +1 -3
  445. package/es/result/403.js +3 -481
  446. package/es/result/403.vue.d.ts +3 -0
  447. package/es/result/403.vue_vue_type_script_setup_true_lang.js +24 -0
  448. package/es/result/404.js +3 -335
  449. package/es/result/404.vue.d.ts +3 -0
  450. package/es/result/404.vue_vue_type_script_setup_true_lang.js +24 -0
  451. package/es/result/500.js +3 -344
  452. package/es/result/500.vue.d.ts +3 -0
  453. package/es/result/500.vue_vue_type_script_setup_true_lang.js +19 -0
  454. package/es/result/result.vue_vue_type_script_setup_true_lang.js +2 -2
  455. package/es/rich-text-editor/nodes/inline-component-node.js +1 -1
  456. package/es/rich-text-editor/rich-text-editor.vue_vue_type_script_setup_true_lang.js +2 -2
  457. package/es/rich-text-editor/rich-text-node-renderer.vue_vue_type_script_setup_true_lang.js +4 -4
  458. package/es/scrollbar/scrollbar.vue_vue_type_script_setup_true_lang.js +2 -2
  459. package/es/sd-vue.js +14 -16
  460. package/es/secret/secret.vue_vue_type_script_setup_true_lang.js +2 -2
  461. package/es/select/hooks/use-options.js +1 -1
  462. package/es/select/index.d.ts +93 -2299
  463. package/es/select/select-dropdown.vue_vue_type_script_setup_true_lang.js +1 -1
  464. package/es/select/select.js +3 -684
  465. package/es/select/select.vue.d.ts +450 -0
  466. package/es/select/select.vue_vue_type_script_setup_true_lang.js +774 -0
  467. package/es/select/utils.js +1 -1
  468. package/es/selectable-card/selectable-card.vue_vue_type_script_setup_true_lang.js +1 -1
  469. package/es/sender/sender-header.vue_vue_type_script_setup_true_lang.js +1 -1
  470. package/es/sender/sender-recording-icon.js +5 -0
  471. package/es/sender/sender-recording-icon.vue.d.ts +3 -0
  472. package/es/sender/sender-recording-icon.vue_vue_type_script_setup_true_lang.js +38 -0
  473. package/es/sender/sender-skill-tag.js +5 -0
  474. package/es/sender/sender-skill-tag.vue.d.ts +28 -0
  475. package/es/sender/sender-skill-tag.vue_vue_type_script_setup_true_lang.js +59 -0
  476. package/es/sender/sender-stop-loading-icon.js +5 -0
  477. package/es/sender/sender-stop-loading-icon.vue.d.ts +3 -0
  478. package/es/sender/sender-stop-loading-icon.vue_vue_type_script_setup_true_lang.js +54 -0
  479. package/es/sender/sender-switch.vue_vue_type_script_setup_true_lang.js +1 -1
  480. package/es/sender/sender.vue_vue_type_script_setup_true_lang.js +8 -109
  481. package/es/sender/use-recorder.js +2 -1
  482. package/es/skeleton/line.vue_vue_type_script_setup_true_lang.js +1 -1
  483. package/es/skeleton/shape.vue_vue_type_script_setup_true_lang.js +1 -1
  484. package/es/skeleton/skeleton.vue_vue_type_script_setup_true_lang.js +1 -1
  485. package/es/slider/slider-button.vue_vue_type_script_setup_true_lang.js +5 -2
  486. package/es/slider/slider-dots.vue_vue_type_script_setup_true_lang.js +1 -1
  487. package/es/slider/slider-input.vue_vue_type_script_setup_true_lang.js +1 -1
  488. package/es/slider/slider-marks.vue_vue_type_script_setup_true_lang.js +1 -1
  489. package/es/slider/slider-ticks.vue_vue_type_script_setup_true_lang.js +1 -1
  490. package/es/slider/slider.vue_vue_type_script_setup_true_lang.js +1 -1
  491. package/es/slider/utils.js +1 -2
  492. package/es/space/index.d.ts +26 -72
  493. package/es/space/space.js +3 -101
  494. package/es/space/space.vue.d.ts +22 -0
  495. package/es/space/space.vue_vue_type_script_setup_true_lang.js +84 -0
  496. package/es/spin/dot-loading.js +3 -28
  497. package/es/spin/dot-loading.vue.d.ts +6 -0
  498. package/es/spin/dot-loading.vue_vue_type_script_setup_true_lang.js +33 -0
  499. package/es/spin/index.d.ts +37 -60
  500. package/es/spin/spin.js +3 -153
  501. package/es/spin/spin.vue.d.ts +27 -0
  502. package/es/spin/spin.vue_vue_type_script_setup_true_lang.js +139 -0
  503. package/es/split/split.vue_vue_type_script_setup_true_lang.js +2 -2
  504. package/es/statistic/countdown.vue_vue_type_script_setup_true_lang.js +1 -1
  505. package/es/statistic/statistic.vue_vue_type_script_setup_true_lang.js +1 -1
  506. package/es/statistic/utils.js +5 -5
  507. package/es/steps/step.vue_vue_type_script_setup_true_lang.js +1 -1
  508. package/es/steps/steps.vue_vue_type_script_setup_true_lang.js +1 -1
  509. package/es/style/theme/z-index.js +3 -3
  510. package/es/switch/switch.vue_vue_type_script_setup_true_lang.js +2 -2
  511. package/es/table/hooks/use-row-selection.js +1 -1
  512. package/es/table/index.d.ts +449 -362
  513. package/es/table/index.js +1 -1
  514. package/es/table/table-column.js +3 -254
  515. package/es/table/table-column.vue.d.ts +75 -0
  516. package/es/table/table-column.vue_vue_type_script_setup_true_lang.js +194 -0
  517. package/es/table/table-operation-td.js +3 -130
  518. package/es/table/table-operation-td.vue.d.ts +87 -0
  519. package/es/table/table-operation-td.vue_vue_type_script_setup_true_lang.js +114 -0
  520. package/es/table/table-operation-th.js +3 -73
  521. package/es/table/{table-operation-th.d.ts → table-operation-th.vue.d.ts} +5 -4
  522. package/es/table/table-operation-th.vue_vue_type_script_setup_true_lang.js +86 -0
  523. package/es/table/table-tbody.js +3 -16
  524. package/es/table/table-tbody.vue.d.ts +14 -0
  525. package/es/table/table-tbody.vue_vue_type_script_setup_true_lang.js +23 -0
  526. package/es/table/table-td.js +3 -192
  527. package/es/table/{table-td.d.ts → table-td.vue.d.ts} +26 -12
  528. package/es/table/table-td.vue_vue_type_script_setup_true_lang.js +218 -0
  529. package/es/table/table-th.js +3 -225
  530. package/es/table/{table-th.d.ts → table-th.vue.d.ts} +17 -6
  531. package/es/table/table-th.vue_vue_type_script_setup_true_lang.js +268 -0
  532. package/es/table/table-thead.js +3 -16
  533. package/es/table/table-thead.vue.d.ts +14 -0
  534. package/es/table/table-thead.vue_vue_type_script_setup_true_lang.js +23 -0
  535. package/es/table/table-tr.js +3 -34
  536. package/es/table/table-tr.vue.d.ts +30 -0
  537. package/es/table/table-tr.vue_vue_type_script_setup_true_lang.js +48 -0
  538. package/es/table/table.js +3 -1637
  539. package/es/table/{table.d.ts → table.vue.d.ts} +41 -56
  540. package/es/table/table.vue_vue_type_script_setup_true_lang.js +1568 -0
  541. package/es/table/utils.js +1 -1
  542. package/es/tabs/index.d.ts +32 -33
  543. package/es/tabs/tab-pane.vue_vue_type_script_setup_true_lang.js +1 -1
  544. package/es/tabs/tabs-button.js +3 -58
  545. package/es/tabs/{tabs-button.d.ts → tabs-button.vue.d.ts} +6 -3
  546. package/es/tabs/tabs-button.vue_vue_type_script_setup_true_lang.js +54 -0
  547. package/es/tabs/tabs-nav-ink.vue_vue_type_script_setup_true_lang.js +1 -1
  548. package/es/tabs/tabs-nav.js +3 -297
  549. package/es/tabs/{tabs-nav.d.ts → tabs-nav.vue.d.ts} +23 -13
  550. package/es/tabs/tabs-nav.vue_vue_type_script_setup_true_lang.js +332 -0
  551. package/es/tabs/tabs-tab.vue_vue_type_script_setup_true_lang.js +1 -1
  552. package/es/tabs/tabs.js +3 -325
  553. package/es/tabs/{tabs.d.ts → tabs.vue.d.ts} +25 -18
  554. package/es/tabs/tabs.vue_vue_type_script_setup_true_lang.js +237 -0
  555. package/es/tag/tag.vue_vue_type_script_setup_true_lang.js +1 -1
  556. package/es/tag-group/tag-group.vue_vue_type_script_setup_true_lang.js +2 -2
  557. package/es/textarea/textarea.vue_vue_type_script_setup_true_lang.js +4 -3
  558. package/es/thinking-orb/engine/lattice.js +1 -1
  559. package/es/thinking-orb/engine/morph.js +1 -1
  560. package/es/thinking-orb/engine/profiles.js +1 -1
  561. package/es/thinking-orb/presets.js +1 -1
  562. package/es/thinking-orb/thinking-orb.vue_vue_type_script_setup_true_lang.js +1 -1
  563. package/es/time-picker/hooks/use-time-state.js +4 -2
  564. package/es/time-picker/panel.vue_vue_type_script_setup_true_lang.js +2 -2
  565. package/es/time-picker/range-panel.js +3 -56
  566. package/es/time-picker/range-panel.vue.d.ts +44 -0
  567. package/es/time-picker/range-panel.vue_vue_type_script_setup_true_lang.js +65 -0
  568. package/es/time-picker/time-column.vue_vue_type_script_setup_true_lang.js +1 -1
  569. package/es/time-picker/time-picker.vue_vue_type_script_setup_true_lang.js +2 -2
  570. package/es/timeline/context.d.ts +1 -0
  571. package/es/timeline/index.d.ts +36 -426
  572. package/es/timeline/item.vue.d.ts +3 -0
  573. package/es/timeline/item.vue_vue_type_script_setup_true_lang.js +7 -5
  574. package/es/timeline/timeline.js +3 -109
  575. package/es/timeline/timeline.vue.d.ts +26 -0
  576. package/es/timeline/timeline.vue_vue_type_script_setup_true_lang.js +68 -0
  577. package/es/toolbar/toolbar.vue_vue_type_script_setup_true_lang.js +1 -1
  578. package/es/tooltip/index.d.ts +3 -0
  579. package/es/tooltip/interface.d.ts +1 -0
  580. package/es/tooltip/style/index.css +3 -0
  581. package/es/tooltip/style/index.scss +4 -0
  582. package/es/tooltip/tooltip.vue.d.ts +1 -0
  583. package/es/tooltip/tooltip.vue_vue_type_script_setup_true_lang.js +6 -2
  584. package/es/tour/tour.vue_vue_type_script_setup_true_lang.js +17 -15
  585. package/es/transfer/transfer-list-item.js +3 -74
  586. package/es/transfer/transfer-list-item.vue.d.ts +30 -0
  587. package/es/transfer/transfer-list-item.vue_vue_type_script_setup_true_lang.js +101 -0
  588. package/es/transfer/transfer-view.vue_vue_type_script_setup_true_lang.js +3 -3
  589. package/es/transfer/transfer.vue_vue_type_script_setup_true_lang.js +1 -1
  590. package/es/tree/base-node.vue_vue_type_script_setup_true_lang.js +1 -1
  591. package/es/tree/expand-transition.vue_vue_type_script_setup_true_lang.js +1 -1
  592. package/es/tree/hooks/use-draggable.js +0 -2
  593. package/es/tree/node-switcher.js +2 -2
  594. package/es/tree/node-switcher.vue.d.ts +7 -43
  595. package/es/tree/node-switcher.vue_vue_type_script_setup_true_lang.js +85 -0
  596. package/es/tree/node.js +3 -20
  597. package/es/tree/node.vue.d.ts +15 -0
  598. package/es/tree/node.vue_vue_type_script_setup_true_lang.js +30 -0
  599. package/es/tree/transition-node-list.vue_vue_type_script_setup_true_lang.js +1 -1
  600. package/es/tree/tree.vue_vue_type_script_setup_true_lang.js +28 -30
  601. package/es/tree/utils/tree-data.js +1 -1
  602. package/es/tree-select/hooks/use-selected-state.js +1 -1
  603. package/es/tree-select/panel.js +3 -71
  604. package/es/tree-select/panel.vue.d.ts +56 -0
  605. package/es/tree-select/panel.vue_vue_type_script_setup_true_lang.js +75 -0
  606. package/es/tree-select/tree-select.vue.d.ts +5 -2
  607. package/es/tree-select/tree-select.vue_vue_type_script_setup_true_lang.js +4 -4
  608. package/es/trigger/index.d.ts +168 -506
  609. package/es/trigger/trigger.js +3 -833
  610. package/es/trigger/trigger.vue.d.ts +108 -0
  611. package/es/trigger/trigger.vue_vue_type_script_setup_true_lang.js +642 -0
  612. package/es/typography/base.js +3 -427
  613. package/es/typography/base.vue.d.ts +116 -0
  614. package/es/typography/base.vue_vue_type_script_setup_true_lang.js +314 -0
  615. package/es/typography/edit-content.vue_vue_type_script_setup_true_lang.js +1 -1
  616. package/es/typography/index.d.ts +108 -37
  617. package/es/typography/operations.vue_vue_type_script_setup_true_lang.js +1 -1
  618. package/es/typography/paragraph.js +3 -35
  619. package/es/typography/paragraph.vue.d.ts +33 -0
  620. package/es/typography/paragraph.vue_vue_type_script_setup_true_lang.js +42 -0
  621. package/es/typography/text.js +3 -22
  622. package/es/typography/text.vue.d.ts +27 -0
  623. package/es/typography/text.vue_vue_type_script_setup_true_lang.js +31 -0
  624. package/es/typography/title.js +3 -24
  625. package/es/typography/title.vue.d.ts +26 -0
  626. package/es/typography/title.vue_vue_type_script_setup_true_lang.js +33 -0
  627. package/es/typography/typography-content.js +5 -0
  628. package/es/typography/typography-content.vue.d.ts +9 -0
  629. package/es/typography/typography-content.vue_vue_type_script_setup_true_lang.js +47 -0
  630. package/es/typography/typography-operations.js +5 -0
  631. package/es/typography/typography-operations.vue.d.ts +22 -0
  632. package/es/typography/typography-operations.vue_vue_type_script_setup_true_lang.js +73 -0
  633. package/es/typography/typography.vue_vue_type_script_setup_true_lang.js +1 -1
  634. package/es/typography/utils/getInnerText.d.ts +1 -1
  635. package/es/typography/utils/getInnerText.js +4 -5
  636. package/es/typography/utils/inner-text-renderer.js +5 -0
  637. package/es/typography/utils/inner-text-renderer.vue.d.ts +7 -0
  638. package/es/typography/utils/inner-text-renderer.vue_vue_type_script_setup_true_lang.js +22 -0
  639. package/es/typography/utils/measure.d.ts +2 -3
  640. package/es/typography/utils/measure.js +8 -10
  641. package/es/upload/index.d.ts +74 -148
  642. package/es/upload/style/index.css +7 -9
  643. package/es/upload/style/index.scss +6 -6
  644. package/es/upload/upload-button.js +3 -137
  645. package/es/upload/{upload-button.d.ts → upload-button.vue.d.ts} +18 -11
  646. package/es/upload/upload-button.vue_vue_type_script_setup_true_lang.js +161 -0
  647. package/es/upload/upload-list-item.js +3 -120
  648. package/es/upload/{upload-list-item.d.ts → upload-list-item.vue.d.ts} +5 -4
  649. package/es/upload/upload-list-item.vue_vue_type_script_setup_true_lang.js +195 -0
  650. package/es/upload/upload-list.js +3 -46
  651. package/es/upload/upload-list.vue.d.ts +38 -0
  652. package/es/upload/upload-list.vue_vue_type_script_setup_true_lang.js +47 -0
  653. package/es/upload/upload-picture-item.js +3 -86
  654. package/es/upload/upload-picture-item.vue.d.ts +35 -0
  655. package/es/upload/upload-picture-item.vue_vue_type_script_setup_true_lang.js +147 -0
  656. package/es/upload/upload-progress.js +3 -73
  657. package/es/upload/{upload-progress.d.ts → upload-progress.vue.d.ts} +5 -4
  658. package/es/upload/upload-progress.vue_vue_type_script_setup_true_lang.js +75 -0
  659. package/es/upload/upload.js +3 -671
  660. package/es/upload/{upload.d.ts → upload.vue.d.ts} +50 -83
  661. package/es/upload/upload.vue_vue_type_script_setup_true_lang.js +392 -0
  662. package/es/verification-code/index.d.ts +18 -24
  663. package/es/verification-code/verification-code.js +3 -216
  664. package/es/verification-code/{verification-code.d.ts → verification-code.vue.d.ts} +12 -15
  665. package/es/verification-code/verification-code.vue_vue_type_script_setup_true_lang.js +192 -0
  666. package/es/watermark/hooks/use-mutation-observer.js +1 -1
  667. package/es/watermark/index.d.ts +12 -8
  668. package/es/watermark/watermark.js +3 -292
  669. package/es/watermark/{watermark.d.ts → watermark.vue.d.ts} +13 -2
  670. package/es/watermark/watermark.vue_vue_type_script_setup_true_lang.js +303 -0
  671. package/json/vetur-attributes.json +70 -1356
  672. package/json/vetur-tags.json +86 -473
  673. package/json/web-types.json +2599 -5702
  674. package/package.json +14 -14
  675. package/es/_components/auto-tooltip/auto-tooltip.d.ts +0 -10
  676. package/es/_components/client-only.d.ts +0 -4
  677. package/es/_components/input-label/input-label.d.ts +0 -70
  678. package/es/_components/resize-observer.d.ts +0 -6
  679. package/es/_components/select-view/select-view.d.ts +0 -171
  680. package/es/auto-complete/auto-complete.d.ts +0 -146
  681. package/es/avatar/avatar-group.d.ts +0 -58
  682. package/es/badge/badge.d.ts +0 -67
  683. package/es/breadcrumb/breadcrumb-item.d.ts +0 -35
  684. package/es/breadcrumb/breadcrumb.d.ts +0 -34
  685. package/es/card/card-meta.d.ts +0 -18
  686. package/es/card/card.d.ts +0 -464
  687. package/es/checkbox/checkbox-group.d.ts +0 -62
  688. package/es/checkbox/checkbox.d.ts +0 -146
  689. package/es/checkbox/icon-check.d.ts +0 -2
  690. package/es/collapse/collapse-item.d.ts +0 -157
  691. package/es/color-picker/palette.d.ts +0 -16
  692. package/es/date-picker/pickers/month-picker.d.ts +0 -27
  693. package/es/date-picker/pickers/year-picker.d.ts +0 -27
  694. package/es/divider/divider.d.ts +0 -43
  695. package/es/empty/empty.d.ts +0 -20
  696. package/es/image/preview-action.d.ts +0 -73
  697. package/es/input/input-search.d.ts +0 -81
  698. package/es/input-number/input-number.d.ts +0 -178
  699. package/es/list/list-item.d.ts +0 -16
  700. package/es/list/list.d.ts +0 -127
  701. package/es/mention/mention.d.ts +0 -128
  702. package/es/menu/menu.d.ts +0 -455
  703. package/es/menu/overflow-wrap.d.ts +0 -2
  704. package/es/notification/notification-list.d.ts +0 -32
  705. package/es/overflow-list/index.d.ts +0 -81
  706. package/es/overflow-list/index.js +0 -10
  707. package/es/overflow-list/overflow-list.d.ts +0 -37
  708. package/es/overflow-list/overflow-list.js +0 -140
  709. package/es/overflow-list/style/css.js +0 -2
  710. package/es/overflow-list/style/index.css +0 -30
  711. package/es/overflow-list/style/index.d.ts +0 -2
  712. package/es/overflow-list/style/index.js +0 -2
  713. package/es/overflow-list/style/index.scss +0 -20
  714. package/es/radio/radio-group.d.ts +0 -72
  715. package/es/radio/radio.d.ts +0 -140
  716. package/es/result/403.d.ts +0 -2
  717. package/es/result/404.d.ts +0 -2
  718. package/es/result/500.d.ts +0 -2
  719. package/es/select/select.d.ts +0 -1533
  720. package/es/space/space.d.ts +0 -45
  721. package/es/spin/dot-loading.d.ts +0 -10
  722. package/es/spin/spin.d.ts +0 -37
  723. package/es/table/table-column.d.ts +0 -120
  724. package/es/table/table-operation-td.d.ts +0 -813
  725. package/es/table/table-tbody.d.ts +0 -4
  726. package/es/table/table-thead.d.ts +0 -4
  727. package/es/table/table-tr.d.ts +0 -41
  728. package/es/time-picker/range-panel.d.ts +0 -203
  729. package/es/timeline/timeline.d.ts +0 -226
  730. package/es/transfer/transfer-list-item.d.ts +0 -45
  731. package/es/tree/node-switcher.vue_vue_type_script_lang.js +0 -69
  732. package/es/tree/node.d.ts +0 -4
  733. package/es/tree-select/panel.d.ts +0 -14
  734. package/es/trigger/trigger.d.ts +0 -366
  735. package/es/typography/base.d.ts +0 -171
  736. package/es/typography/paragraph.d.ts +0 -27
  737. package/es/typography/text.d.ts +0 -18
  738. package/es/typography/title.d.ts +0 -17
  739. package/es/upload/upload-list.d.ts +0 -63
  740. package/es/upload/upload-picture-item.d.ts +0 -24
@@ -1,6 +1,6 @@
1
1
  import type { App } from 'vue';
2
2
  import type { SDOptions } from '../_utils/types';
3
- import _Mention from './mention';
3
+ import _Mention from './mention.vue';
4
4
  declare const Mention: {
5
5
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
6
6
  modelValue: StringConstructor;
@@ -9,7 +9,7 @@ declare const Mention: {
9
9
  default: string;
10
10
  };
11
11
  data: {
12
- type: import("vue").PropType<(string | number | import("..").SelectOptionData | import("..").SelectOptionGroup)[]>;
12
+ type: import("vue").PropType<(string | number | import("../index.ts").SelectOptionData | import("../index.ts").SelectOptionGroup)[]>;
13
13
  default: () => never[];
14
14
  };
15
15
  prefix: {
@@ -44,37 +44,1087 @@ declare const Mention: {
44
44
  type: BooleanConstructor;
45
45
  default: boolean;
46
46
  };
47
- floatingOptions: {
48
- type: import("vue").PropType<import("..").FloatingOptions>;
49
- };
47
+ floatingOptions: import("vue").PropType<import("../index.ts").FloatingOptions>;
50
48
  }>> & Readonly<{
51
49
  onSearch?: ((_value: string, _prefix: string) => any) | undefined;
52
- onClear?: ((_ev: Event) => any) | undefined;
53
- onFocus?: ((_ev: FocusEvent) => any) | undefined;
54
- onBlur?: ((_ev: FocusEvent) => any) | undefined;
50
+ onClear?: ((_event: Event) => any) | undefined;
51
+ onFocus?: ((_event: FocusEvent) => any) | undefined;
52
+ onBlur?: ((_event: FocusEvent) => any) | undefined;
55
53
  onChange?: ((_value: string) => any) | undefined;
56
54
  onSelect?: ((_value: string | number | Record<string, any> | undefined) => any) | undefined;
57
55
  "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
58
56
  }>, {
59
- inputRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
60
- render: () => import("vue/jsx-runtime").JSX.Element;
61
- }, {}, {}, {
62
- focus(): void;
63
- blur(): void;
64
- }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
65
- 'update:modelValue': (_value: string) => true;
66
- change: (_value: string) => true;
67
- search: (_value: string, _prefix: string) => true;
68
- select: (_value: string | number | Record<string, any> | undefined) => true;
69
- clear: (_ev: Event) => true;
70
- focus: (_ev: FocusEvent) => true;
71
- blur: (_ev: FocusEvent) => true;
57
+ inputRef: import("vue").Ref<({
58
+ $: import("vue").ComponentInternalInstance;
59
+ $data: {};
60
+ $props: Partial<{
61
+ type: "text" | "password";
62
+ disabled: boolean;
63
+ error: boolean;
64
+ readonly: string | boolean;
65
+ defaultValue: string;
66
+ allowClear: boolean;
67
+ fitWidth: boolean;
68
+ maxWFull: boolean;
69
+ maxLength: number | {
70
+ length: number;
71
+ errorOnly?: boolean;
72
+ };
73
+ showWordLimit: boolean;
74
+ fitWidthFallback: string;
75
+ }> & Omit<{
76
+ readonly type: "text" | "password";
77
+ readonly disabled: boolean;
78
+ readonly error: boolean;
79
+ readonly readonly: string | boolean;
80
+ readonly defaultValue: string;
81
+ readonly allowClear: boolean;
82
+ readonly fitWidth: boolean;
83
+ readonly maxWFull: boolean;
84
+ readonly maxLength: number | {
85
+ length: number;
86
+ errorOnly?: boolean;
87
+ };
88
+ readonly showWordLimit: boolean;
89
+ readonly fitWidthFallback: string;
90
+ readonly size?: "small" | "medium" | "large" | "mini" | undefined;
91
+ readonly modelValue?: string | undefined;
92
+ readonly placeholder?: string | undefined;
93
+ readonly inputAttrs?: Record<string, any> | undefined;
94
+ readonly prepend?: string | undefined;
95
+ readonly append?: string | undefined;
96
+ readonly wordLength?: ((value: string) => number) | undefined;
97
+ readonly wordSlice?: ((value: string, maxLength: number) => string) | undefined;
98
+ readonly onClear?: ((_event: MouseEvent) => any) | undefined;
99
+ readonly onFocus?: ((_event: FocusEvent) => any) | undefined;
100
+ readonly onBlur?: ((_event: FocusEvent) => any) | undefined;
101
+ readonly onChange?: ((_value: string, _event: Event) => any) | undefined;
102
+ readonly onInput?: ((_value: string, _event: Event) => any) | undefined;
103
+ readonly "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
104
+ readonly onPressEnter?: ((_event: KeyboardEvent) => any) | undefined;
105
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "disabled" | "error" | "readonly" | "defaultValue" | "allowClear" | "fitWidth" | "maxWFull" | "maxLength" | "showWordLimit" | "fitWidthFallback">;
106
+ $attrs: import("vue").Attrs;
107
+ $refs: {
108
+ [x: string]: unknown;
109
+ };
110
+ $slots: Readonly<{
111
+ [name: string]: import("vue").Slot<any> | undefined;
112
+ }>;
113
+ $root: import("vue").ComponentPublicInstance | null;
114
+ $parent: import("vue").ComponentPublicInstance | null;
115
+ $host: Element | null;
116
+ $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);
117
+ $el: any;
118
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
119
+ modelValue: StringConstructor;
120
+ defaultValue: {
121
+ type: StringConstructor;
122
+ default: string;
123
+ };
124
+ size: import("vue").PropType<import("../index.ts").Size>;
125
+ allowClear: {
126
+ type: BooleanConstructor;
127
+ default: boolean;
128
+ };
129
+ disabled: {
130
+ type: BooleanConstructor;
131
+ default: boolean;
132
+ };
133
+ readonly: {
134
+ type: (StringConstructor | BooleanConstructor)[];
135
+ default: boolean;
136
+ };
137
+ error: {
138
+ type: BooleanConstructor;
139
+ default: boolean;
140
+ };
141
+ placeholder: StringConstructor;
142
+ fitWidth: {
143
+ type: BooleanConstructor;
144
+ default: boolean;
145
+ };
146
+ maxWFull: {
147
+ type: BooleanConstructor;
148
+ default: boolean;
149
+ };
150
+ maxLength: {
151
+ type: import("vue").PropType<number | {
152
+ length: number;
153
+ errorOnly?: boolean;
154
+ }>;
155
+ default: number;
156
+ };
157
+ showWordLimit: {
158
+ type: BooleanConstructor;
159
+ default: boolean;
160
+ };
161
+ wordLength: import("vue").PropType<(value: string) => number>;
162
+ wordSlice: import("vue").PropType<(value: string, maxLength: number) => string>;
163
+ inputAttrs: ObjectConstructor;
164
+ type: {
165
+ type: import("vue").PropType<"text" | "password">;
166
+ default: string;
167
+ };
168
+ fitWidthFallback: {
169
+ type: StringConstructor;
170
+ default: string;
171
+ };
172
+ prepend: StringConstructor;
173
+ append: StringConstructor;
174
+ }>> & Readonly<{
175
+ onClear?: ((_event: MouseEvent) => any) | undefined;
176
+ onFocus?: ((_event: FocusEvent) => any) | undefined;
177
+ onBlur?: ((_event: FocusEvent) => any) | undefined;
178
+ onChange?: ((_value: string, _event: Event) => any) | undefined;
179
+ onInput?: ((_value: string, _event: Event) => any) | undefined;
180
+ "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
181
+ onPressEnter?: ((_event: KeyboardEvent) => any) | undefined;
182
+ }>, {
183
+ inputRef: import("vue").Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
184
+ focus: () => void | undefined;
185
+ blur: () => void | undefined;
186
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
187
+ clear: (_event: MouseEvent) => void;
188
+ focus: (_event: FocusEvent) => void;
189
+ blur: (_event: FocusEvent) => void;
190
+ change: (_value: string, _event: Event) => void;
191
+ input: (_value: string, _event: Event) => void;
192
+ "update:modelValue": (_value: string) => void;
193
+ pressEnter: (_event: KeyboardEvent) => void;
194
+ }, string, {
195
+ type: "text" | "password";
196
+ disabled: boolean;
197
+ error: boolean;
198
+ readonly: string | boolean;
199
+ defaultValue: string;
200
+ allowClear: boolean;
201
+ fitWidth: boolean;
202
+ maxWFull: boolean;
203
+ maxLength: number | {
204
+ length: number;
205
+ errorOnly?: boolean;
206
+ };
207
+ showWordLimit: boolean;
208
+ fitWidthFallback: string;
209
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
210
+ beforeCreate?: (() => void) | (() => void)[];
211
+ created?: (() => void) | (() => void)[];
212
+ beforeMount?: (() => void) | (() => void)[];
213
+ mounted?: (() => void) | (() => void)[];
214
+ beforeUpdate?: (() => void) | (() => void)[];
215
+ updated?: (() => void) | (() => void)[];
216
+ activated?: (() => void) | (() => void)[];
217
+ deactivated?: (() => void) | (() => void)[];
218
+ beforeDestroy?: (() => void) | (() => void)[];
219
+ beforeUnmount?: (() => void) | (() => void)[];
220
+ destroyed?: (() => void) | (() => void)[];
221
+ unmounted?: (() => void) | (() => void)[];
222
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
223
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
224
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
225
+ };
226
+ $forceUpdate: () => void;
227
+ $nextTick: typeof import("vue").nextTick;
228
+ $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;
229
+ } & Readonly<{
230
+ type: "text" | "password";
231
+ disabled: boolean;
232
+ error: boolean;
233
+ readonly: string | boolean;
234
+ defaultValue: string;
235
+ allowClear: boolean;
236
+ fitWidth: boolean;
237
+ maxWFull: boolean;
238
+ maxLength: number | {
239
+ length: number;
240
+ errorOnly?: boolean;
241
+ };
242
+ showWordLimit: boolean;
243
+ fitWidthFallback: string;
244
+ }> & Omit<Readonly<import("vue").ExtractPropTypes<{
245
+ modelValue: StringConstructor;
246
+ defaultValue: {
247
+ type: StringConstructor;
248
+ default: string;
249
+ };
250
+ size: import("vue").PropType<import("../index.ts").Size>;
251
+ allowClear: {
252
+ type: BooleanConstructor;
253
+ default: boolean;
254
+ };
255
+ disabled: {
256
+ type: BooleanConstructor;
257
+ default: boolean;
258
+ };
259
+ readonly: {
260
+ type: (StringConstructor | BooleanConstructor)[];
261
+ default: boolean;
262
+ };
263
+ error: {
264
+ type: BooleanConstructor;
265
+ default: boolean;
266
+ };
267
+ placeholder: StringConstructor;
268
+ fitWidth: {
269
+ type: BooleanConstructor;
270
+ default: boolean;
271
+ };
272
+ maxWFull: {
273
+ type: BooleanConstructor;
274
+ default: boolean;
275
+ };
276
+ maxLength: {
277
+ type: import("vue").PropType<number | {
278
+ length: number;
279
+ errorOnly?: boolean;
280
+ }>;
281
+ default: number;
282
+ };
283
+ showWordLimit: {
284
+ type: BooleanConstructor;
285
+ default: boolean;
286
+ };
287
+ wordLength: import("vue").PropType<(value: string) => number>;
288
+ wordSlice: import("vue").PropType<(value: string, maxLength: number) => string>;
289
+ inputAttrs: ObjectConstructor;
290
+ type: {
291
+ type: import("vue").PropType<"text" | "password">;
292
+ default: string;
293
+ };
294
+ fitWidthFallback: {
295
+ type: StringConstructor;
296
+ default: string;
297
+ };
298
+ prepend: StringConstructor;
299
+ append: StringConstructor;
300
+ }>> & Readonly<{
301
+ onClear?: ((_event: MouseEvent) => any) | undefined;
302
+ onFocus?: ((_event: FocusEvent) => any) | undefined;
303
+ onBlur?: ((_event: FocusEvent) => any) | undefined;
304
+ onChange?: ((_value: string, _event: Event) => any) | undefined;
305
+ onInput?: ((_value: string, _event: Event) => any) | undefined;
306
+ "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
307
+ onPressEnter?: ((_event: KeyboardEvent) => any) | undefined;
308
+ }>, "focus" | "blur" | "inputRef" | ("type" | "disabled" | "error" | "readonly" | "defaultValue" | "allowClear" | "fitWidth" | "maxWFull" | "maxLength" | "showWordLimit" | "fitWidthFallback")> & {
309
+ inputRef: HTMLInputElement | undefined;
310
+ focus: () => void | undefined;
311
+ blur: () => void | undefined;
312
+ } & {} & import("vue").ComponentCustomProperties & {} & {
313
+ $slots: {
314
+ prefix?: (props: {}) => any;
315
+ } & {
316
+ suffix?: (props: {}) => any;
317
+ } & {
318
+ prepend?: (props: {}) => any;
319
+ } & {
320
+ append?: (props: {}) => any;
321
+ };
322
+ }) | ({
323
+ $: import("vue").ComponentInternalInstance;
324
+ $data: {};
325
+ $props: Partial<{
326
+ disabled: boolean;
327
+ error: boolean;
328
+ readonly: string | boolean;
329
+ defaultValue: string;
330
+ allowClear: boolean;
331
+ fitWidth: boolean;
332
+ maxWFull: boolean;
333
+ maxLength: number | {
334
+ length: number;
335
+ errorOnly?: boolean;
336
+ };
337
+ showWordLimit: boolean;
338
+ autoSize: boolean | {
339
+ minRows?: number;
340
+ maxRows?: number;
341
+ };
342
+ }> & Omit<{
343
+ readonly disabled: boolean;
344
+ readonly error: boolean;
345
+ readonly readonly: string | boolean;
346
+ readonly defaultValue: string;
347
+ readonly allowClear: boolean;
348
+ readonly fitWidth: boolean;
349
+ readonly maxWFull: boolean;
350
+ readonly maxLength: number | {
351
+ length: number;
352
+ errorOnly?: boolean;
353
+ };
354
+ readonly showWordLimit: boolean;
355
+ readonly autoSize: boolean | {
356
+ minRows?: number;
357
+ maxRows?: number;
358
+ };
359
+ readonly modelValue?: string | undefined;
360
+ readonly placeholder?: string | undefined;
361
+ readonly wordLength?: ((value: string) => number) | undefined;
362
+ readonly wordSlice?: ((value: string, maxLength: number) => string) | undefined;
363
+ readonly textareaAttrs?: Record<string, any> | undefined;
364
+ readonly onClear?: ((_ev: MouseEvent) => any) | undefined;
365
+ readonly onFocus?: ((_ev: FocusEvent) => any) | undefined;
366
+ readonly onBlur?: ((_ev: FocusEvent) => any) | undefined;
367
+ readonly onChange?: ((_value: string, _ev: Event) => any) | undefined;
368
+ readonly onInput?: ((_value: string, _ev: Event) => any) | undefined;
369
+ readonly "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
370
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "error" | "readonly" | "defaultValue" | "allowClear" | "fitWidth" | "maxWFull" | "maxLength" | "showWordLimit" | "autoSize">;
371
+ $attrs: import("vue").Attrs;
372
+ $refs: {
373
+ [x: string]: unknown;
374
+ };
375
+ $slots: Readonly<{
376
+ [name: string]: import("vue").Slot<any> | undefined;
377
+ }>;
378
+ $root: import("vue").ComponentPublicInstance | null;
379
+ $parent: import("vue").ComponentPublicInstance | null;
380
+ $host: Element | null;
381
+ $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);
382
+ $el: any;
383
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
384
+ modelValue: StringConstructor;
385
+ defaultValue: {
386
+ type: StringConstructor;
387
+ default: string;
388
+ };
389
+ placeholder: StringConstructor;
390
+ fitWidth: {
391
+ type: BooleanConstructor;
392
+ default: boolean;
393
+ };
394
+ maxWFull: {
395
+ type: BooleanConstructor;
396
+ default: boolean;
397
+ };
398
+ disabled: {
399
+ type: BooleanConstructor;
400
+ default: boolean;
401
+ };
402
+ readonly: {
403
+ type: (StringConstructor | BooleanConstructor)[];
404
+ default: boolean;
405
+ };
406
+ error: {
407
+ type: BooleanConstructor;
408
+ default: boolean;
409
+ };
410
+ maxLength: {
411
+ type: import("vue").PropType<number | {
412
+ length: number;
413
+ errorOnly?: boolean;
414
+ }>;
415
+ default: number;
416
+ };
417
+ showWordLimit: {
418
+ type: BooleanConstructor;
419
+ default: boolean;
420
+ };
421
+ allowClear: {
422
+ type: BooleanConstructor;
423
+ default: boolean;
424
+ };
425
+ autoSize: {
426
+ type: import("vue").PropType<boolean | {
427
+ minRows?: number;
428
+ maxRows?: number;
429
+ }>;
430
+ default: boolean;
431
+ };
432
+ wordLength: {
433
+ type: import("vue").PropType<(value: string) => number>;
434
+ };
435
+ wordSlice: {
436
+ type: import("vue").PropType<(value: string, maxLength: number) => string>;
437
+ };
438
+ textareaAttrs: {
439
+ type: import("vue").PropType<Record<string, any>>;
440
+ };
441
+ }>> & Readonly<{
442
+ onClear?: ((_ev: MouseEvent) => any) | undefined;
443
+ onFocus?: ((_ev: FocusEvent) => any) | undefined;
444
+ onBlur?: ((_ev: FocusEvent) => any) | undefined;
445
+ onChange?: ((_value: string, _ev: Event) => any) | undefined;
446
+ onInput?: ((_value: string, _ev: Event) => any) | undefined;
447
+ "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
448
+ }>, {
449
+ focus: () => void;
450
+ blur: () => void;
451
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
452
+ clear: (_ev: MouseEvent) => any;
453
+ focus: (_ev: FocusEvent) => any;
454
+ blur: (_ev: FocusEvent) => any;
455
+ change: (_value: string, _ev: Event) => any;
456
+ input: (_value: string, _ev: Event) => any;
457
+ "update:modelValue": (_value: string) => any;
458
+ }, string, {
459
+ disabled: boolean;
460
+ error: boolean;
461
+ readonly: string | boolean;
462
+ defaultValue: string;
463
+ allowClear: boolean;
464
+ fitWidth: boolean;
465
+ maxWFull: boolean;
466
+ maxLength: number | {
467
+ length: number;
468
+ errorOnly?: boolean;
469
+ };
470
+ showWordLimit: boolean;
471
+ autoSize: boolean | {
472
+ minRows?: number;
473
+ maxRows?: number;
474
+ };
475
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
476
+ beforeCreate?: (() => void) | (() => void)[];
477
+ created?: (() => void) | (() => void)[];
478
+ beforeMount?: (() => void) | (() => void)[];
479
+ mounted?: (() => void) | (() => void)[];
480
+ beforeUpdate?: (() => void) | (() => void)[];
481
+ updated?: (() => void) | (() => void)[];
482
+ activated?: (() => void) | (() => void)[];
483
+ deactivated?: (() => void) | (() => void)[];
484
+ beforeDestroy?: (() => void) | (() => void)[];
485
+ beforeUnmount?: (() => void) | (() => void)[];
486
+ destroyed?: (() => void) | (() => void)[];
487
+ unmounted?: (() => void) | (() => void)[];
488
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
489
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
490
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
491
+ };
492
+ $forceUpdate: () => void;
493
+ $nextTick: typeof import("vue").nextTick;
494
+ $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;
495
+ } & Readonly<{
496
+ disabled: boolean;
497
+ error: boolean;
498
+ readonly: string | boolean;
499
+ defaultValue: string;
500
+ allowClear: boolean;
501
+ fitWidth: boolean;
502
+ maxWFull: boolean;
503
+ maxLength: number | {
504
+ length: number;
505
+ errorOnly?: boolean;
506
+ };
507
+ showWordLimit: boolean;
508
+ autoSize: boolean | {
509
+ minRows?: number;
510
+ maxRows?: number;
511
+ };
512
+ }> & Omit<Readonly<import("vue").ExtractPropTypes<{
513
+ modelValue: StringConstructor;
514
+ defaultValue: {
515
+ type: StringConstructor;
516
+ default: string;
517
+ };
518
+ placeholder: StringConstructor;
519
+ fitWidth: {
520
+ type: BooleanConstructor;
521
+ default: boolean;
522
+ };
523
+ maxWFull: {
524
+ type: BooleanConstructor;
525
+ default: boolean;
526
+ };
527
+ disabled: {
528
+ type: BooleanConstructor;
529
+ default: boolean;
530
+ };
531
+ readonly: {
532
+ type: (StringConstructor | BooleanConstructor)[];
533
+ default: boolean;
534
+ };
535
+ error: {
536
+ type: BooleanConstructor;
537
+ default: boolean;
538
+ };
539
+ maxLength: {
540
+ type: import("vue").PropType<number | {
541
+ length: number;
542
+ errorOnly?: boolean;
543
+ }>;
544
+ default: number;
545
+ };
546
+ showWordLimit: {
547
+ type: BooleanConstructor;
548
+ default: boolean;
549
+ };
550
+ allowClear: {
551
+ type: BooleanConstructor;
552
+ default: boolean;
553
+ };
554
+ autoSize: {
555
+ type: import("vue").PropType<boolean | {
556
+ minRows?: number;
557
+ maxRows?: number;
558
+ }>;
559
+ default: boolean;
560
+ };
561
+ wordLength: {
562
+ type: import("vue").PropType<(value: string) => number>;
563
+ };
564
+ wordSlice: {
565
+ type: import("vue").PropType<(value: string, maxLength: number) => string>;
566
+ };
567
+ textareaAttrs: {
568
+ type: import("vue").PropType<Record<string, any>>;
569
+ };
570
+ }>> & Readonly<{
571
+ onClear?: ((_ev: MouseEvent) => any) | undefined;
572
+ onFocus?: ((_ev: FocusEvent) => any) | undefined;
573
+ onBlur?: ((_ev: FocusEvent) => any) | undefined;
574
+ onChange?: ((_value: string, _ev: Event) => any) | undefined;
575
+ onInput?: ((_value: string, _ev: Event) => any) | undefined;
576
+ "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
577
+ }>, "focus" | "blur" | ("disabled" | "error" | "readonly" | "defaultValue" | "allowClear" | "fitWidth" | "maxWFull" | "maxLength" | "showWordLimit" | "autoSize")> & {
578
+ focus: () => void;
579
+ blur: () => void;
580
+ } & {} & import("vue").ComponentCustomProperties & {} & {
581
+ $slots: {
582
+ suffix?: (props: {}) => any;
583
+ };
584
+ }) | undefined, ({
585
+ $: import("vue").ComponentInternalInstance;
586
+ $data: {};
587
+ $props: Partial<{
588
+ type: "text" | "password";
589
+ disabled: boolean;
590
+ error: boolean;
591
+ readonly: string | boolean;
592
+ defaultValue: string;
593
+ allowClear: boolean;
594
+ fitWidth: boolean;
595
+ maxWFull: boolean;
596
+ maxLength: number | {
597
+ length: number;
598
+ errorOnly?: boolean;
599
+ };
600
+ showWordLimit: boolean;
601
+ fitWidthFallback: string;
602
+ }> & Omit<{
603
+ readonly type: "text" | "password";
604
+ readonly disabled: boolean;
605
+ readonly error: boolean;
606
+ readonly readonly: string | boolean;
607
+ readonly defaultValue: string;
608
+ readonly allowClear: boolean;
609
+ readonly fitWidth: boolean;
610
+ readonly maxWFull: boolean;
611
+ readonly maxLength: number | {
612
+ length: number;
613
+ errorOnly?: boolean;
614
+ };
615
+ readonly showWordLimit: boolean;
616
+ readonly fitWidthFallback: string;
617
+ readonly size?: "small" | "medium" | "large" | "mini" | undefined;
618
+ readonly modelValue?: string | undefined;
619
+ readonly placeholder?: string | undefined;
620
+ readonly inputAttrs?: Record<string, any> | undefined;
621
+ readonly prepend?: string | undefined;
622
+ readonly append?: string | undefined;
623
+ readonly wordLength?: ((value: string) => number) | undefined;
624
+ readonly wordSlice?: ((value: string, maxLength: number) => string) | undefined;
625
+ readonly onClear?: ((_event: MouseEvent) => any) | undefined;
626
+ readonly onFocus?: ((_event: FocusEvent) => any) | undefined;
627
+ readonly onBlur?: ((_event: FocusEvent) => any) | undefined;
628
+ readonly onChange?: ((_value: string, _event: Event) => any) | undefined;
629
+ readonly onInput?: ((_value: string, _event: Event) => any) | undefined;
630
+ readonly "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
631
+ readonly onPressEnter?: ((_event: KeyboardEvent) => any) | undefined;
632
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "disabled" | "error" | "readonly" | "defaultValue" | "allowClear" | "fitWidth" | "maxWFull" | "maxLength" | "showWordLimit" | "fitWidthFallback">;
633
+ $attrs: import("vue").Attrs;
634
+ $refs: {
635
+ [x: string]: unknown;
636
+ };
637
+ $slots: Readonly<{
638
+ [name: string]: import("vue").Slot<any> | undefined;
639
+ }>;
640
+ $root: import("vue").ComponentPublicInstance | null;
641
+ $parent: import("vue").ComponentPublicInstance | null;
642
+ $host: Element | null;
643
+ $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);
644
+ $el: any;
645
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
646
+ modelValue: StringConstructor;
647
+ defaultValue: {
648
+ type: StringConstructor;
649
+ default: string;
650
+ };
651
+ size: import("vue").PropType<import("../index.ts").Size>;
652
+ allowClear: {
653
+ type: BooleanConstructor;
654
+ default: boolean;
655
+ };
656
+ disabled: {
657
+ type: BooleanConstructor;
658
+ default: boolean;
659
+ };
660
+ readonly: {
661
+ type: (StringConstructor | BooleanConstructor)[];
662
+ default: boolean;
663
+ };
664
+ error: {
665
+ type: BooleanConstructor;
666
+ default: boolean;
667
+ };
668
+ placeholder: StringConstructor;
669
+ fitWidth: {
670
+ type: BooleanConstructor;
671
+ default: boolean;
672
+ };
673
+ maxWFull: {
674
+ type: BooleanConstructor;
675
+ default: boolean;
676
+ };
677
+ maxLength: {
678
+ type: import("vue").PropType<number | {
679
+ length: number;
680
+ errorOnly?: boolean;
681
+ }>;
682
+ default: number;
683
+ };
684
+ showWordLimit: {
685
+ type: BooleanConstructor;
686
+ default: boolean;
687
+ };
688
+ wordLength: import("vue").PropType<(value: string) => number>;
689
+ wordSlice: import("vue").PropType<(value: string, maxLength: number) => string>;
690
+ inputAttrs: ObjectConstructor;
691
+ type: {
692
+ type: import("vue").PropType<"text" | "password">;
693
+ default: string;
694
+ };
695
+ fitWidthFallback: {
696
+ type: StringConstructor;
697
+ default: string;
698
+ };
699
+ prepend: StringConstructor;
700
+ append: StringConstructor;
701
+ }>> & Readonly<{
702
+ onClear?: ((_event: MouseEvent) => any) | undefined;
703
+ onFocus?: ((_event: FocusEvent) => any) | undefined;
704
+ onBlur?: ((_event: FocusEvent) => any) | undefined;
705
+ onChange?: ((_value: string, _event: Event) => any) | undefined;
706
+ onInput?: ((_value: string, _event: Event) => any) | undefined;
707
+ "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
708
+ onPressEnter?: ((_event: KeyboardEvent) => any) | undefined;
709
+ }>, {
710
+ inputRef: import("vue").Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
711
+ focus: () => void | undefined;
712
+ blur: () => void | undefined;
713
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
714
+ clear: (_event: MouseEvent) => void;
715
+ focus: (_event: FocusEvent) => void;
716
+ blur: (_event: FocusEvent) => void;
717
+ change: (_value: string, _event: Event) => void;
718
+ input: (_value: string, _event: Event) => void;
719
+ "update:modelValue": (_value: string) => void;
720
+ pressEnter: (_event: KeyboardEvent) => void;
721
+ }, string, {
722
+ type: "text" | "password";
723
+ disabled: boolean;
724
+ error: boolean;
725
+ readonly: string | boolean;
726
+ defaultValue: string;
727
+ allowClear: boolean;
728
+ fitWidth: boolean;
729
+ maxWFull: boolean;
730
+ maxLength: number | {
731
+ length: number;
732
+ errorOnly?: boolean;
733
+ };
734
+ showWordLimit: boolean;
735
+ fitWidthFallback: string;
736
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
737
+ beforeCreate?: (() => void) | (() => void)[];
738
+ created?: (() => void) | (() => void)[];
739
+ beforeMount?: (() => void) | (() => void)[];
740
+ mounted?: (() => void) | (() => void)[];
741
+ beforeUpdate?: (() => void) | (() => void)[];
742
+ updated?: (() => void) | (() => void)[];
743
+ activated?: (() => void) | (() => void)[];
744
+ deactivated?: (() => void) | (() => void)[];
745
+ beforeDestroy?: (() => void) | (() => void)[];
746
+ beforeUnmount?: (() => void) | (() => void)[];
747
+ destroyed?: (() => void) | (() => void)[];
748
+ unmounted?: (() => void) | (() => void)[];
749
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
750
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
751
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
752
+ };
753
+ $forceUpdate: () => void;
754
+ $nextTick: typeof import("vue").nextTick;
755
+ $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;
756
+ } & Readonly<{
757
+ type: "text" | "password";
758
+ disabled: boolean;
759
+ error: boolean;
760
+ readonly: string | boolean;
761
+ defaultValue: string;
762
+ allowClear: boolean;
763
+ fitWidth: boolean;
764
+ maxWFull: boolean;
765
+ maxLength: number | {
766
+ length: number;
767
+ errorOnly?: boolean;
768
+ };
769
+ showWordLimit: boolean;
770
+ fitWidthFallback: string;
771
+ }> & Omit<Readonly<import("vue").ExtractPropTypes<{
772
+ modelValue: StringConstructor;
773
+ defaultValue: {
774
+ type: StringConstructor;
775
+ default: string;
776
+ };
777
+ size: import("vue").PropType<import("../index.ts").Size>;
778
+ allowClear: {
779
+ type: BooleanConstructor;
780
+ default: boolean;
781
+ };
782
+ disabled: {
783
+ type: BooleanConstructor;
784
+ default: boolean;
785
+ };
786
+ readonly: {
787
+ type: (StringConstructor | BooleanConstructor)[];
788
+ default: boolean;
789
+ };
790
+ error: {
791
+ type: BooleanConstructor;
792
+ default: boolean;
793
+ };
794
+ placeholder: StringConstructor;
795
+ fitWidth: {
796
+ type: BooleanConstructor;
797
+ default: boolean;
798
+ };
799
+ maxWFull: {
800
+ type: BooleanConstructor;
801
+ default: boolean;
802
+ };
803
+ maxLength: {
804
+ type: import("vue").PropType<number | {
805
+ length: number;
806
+ errorOnly?: boolean;
807
+ }>;
808
+ default: number;
809
+ };
810
+ showWordLimit: {
811
+ type: BooleanConstructor;
812
+ default: boolean;
813
+ };
814
+ wordLength: import("vue").PropType<(value: string) => number>;
815
+ wordSlice: import("vue").PropType<(value: string, maxLength: number) => string>;
816
+ inputAttrs: ObjectConstructor;
817
+ type: {
818
+ type: import("vue").PropType<"text" | "password">;
819
+ default: string;
820
+ };
821
+ fitWidthFallback: {
822
+ type: StringConstructor;
823
+ default: string;
824
+ };
825
+ prepend: StringConstructor;
826
+ append: StringConstructor;
827
+ }>> & Readonly<{
828
+ onClear?: ((_event: MouseEvent) => any) | undefined;
829
+ onFocus?: ((_event: FocusEvent) => any) | undefined;
830
+ onBlur?: ((_event: FocusEvent) => any) | undefined;
831
+ onChange?: ((_value: string, _event: Event) => any) | undefined;
832
+ onInput?: ((_value: string, _event: Event) => any) | undefined;
833
+ "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
834
+ onPressEnter?: ((_event: KeyboardEvent) => any) | undefined;
835
+ }>, "focus" | "blur" | "inputRef" | ("type" | "disabled" | "error" | "readonly" | "defaultValue" | "allowClear" | "fitWidth" | "maxWFull" | "maxLength" | "showWordLimit" | "fitWidthFallback")> & {
836
+ inputRef: HTMLInputElement | undefined;
837
+ focus: () => void | undefined;
838
+ blur: () => void | undefined;
839
+ } & {} & import("vue").ComponentCustomProperties & {} & {
840
+ $slots: {
841
+ prefix?: (props: {}) => any;
842
+ } & {
843
+ suffix?: (props: {}) => any;
844
+ } & {
845
+ prepend?: (props: {}) => any;
846
+ } & {
847
+ append?: (props: {}) => any;
848
+ };
849
+ }) | ({
850
+ $: import("vue").ComponentInternalInstance;
851
+ $data: {};
852
+ $props: Partial<{
853
+ disabled: boolean;
854
+ error: boolean;
855
+ readonly: string | boolean;
856
+ defaultValue: string;
857
+ allowClear: boolean;
858
+ fitWidth: boolean;
859
+ maxWFull: boolean;
860
+ maxLength: number | {
861
+ length: number;
862
+ errorOnly?: boolean;
863
+ };
864
+ showWordLimit: boolean;
865
+ autoSize: boolean | {
866
+ minRows?: number;
867
+ maxRows?: number;
868
+ };
869
+ }> & Omit<{
870
+ readonly disabled: boolean;
871
+ readonly error: boolean;
872
+ readonly readonly: string | boolean;
873
+ readonly defaultValue: string;
874
+ readonly allowClear: boolean;
875
+ readonly fitWidth: boolean;
876
+ readonly maxWFull: boolean;
877
+ readonly maxLength: number | {
878
+ length: number;
879
+ errorOnly?: boolean;
880
+ };
881
+ readonly showWordLimit: boolean;
882
+ readonly autoSize: boolean | {
883
+ minRows?: number;
884
+ maxRows?: number;
885
+ };
886
+ readonly modelValue?: string | undefined;
887
+ readonly placeholder?: string | undefined;
888
+ readonly wordLength?: ((value: string) => number) | undefined;
889
+ readonly wordSlice?: ((value: string, maxLength: number) => string) | undefined;
890
+ readonly textareaAttrs?: Record<string, any> | undefined;
891
+ readonly onClear?: ((_ev: MouseEvent) => any) | undefined;
892
+ readonly onFocus?: ((_ev: FocusEvent) => any) | undefined;
893
+ readonly onBlur?: ((_ev: FocusEvent) => any) | undefined;
894
+ readonly onChange?: ((_value: string, _ev: Event) => any) | undefined;
895
+ readonly onInput?: ((_value: string, _ev: Event) => any) | undefined;
896
+ readonly "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
897
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "error" | "readonly" | "defaultValue" | "allowClear" | "fitWidth" | "maxWFull" | "maxLength" | "showWordLimit" | "autoSize">;
898
+ $attrs: import("vue").Attrs;
899
+ $refs: {
900
+ [x: string]: unknown;
901
+ };
902
+ $slots: Readonly<{
903
+ [name: string]: import("vue").Slot<any> | undefined;
904
+ }>;
905
+ $root: import("vue").ComponentPublicInstance | null;
906
+ $parent: import("vue").ComponentPublicInstance | null;
907
+ $host: Element | null;
908
+ $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);
909
+ $el: any;
910
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
911
+ modelValue: StringConstructor;
912
+ defaultValue: {
913
+ type: StringConstructor;
914
+ default: string;
915
+ };
916
+ placeholder: StringConstructor;
917
+ fitWidth: {
918
+ type: BooleanConstructor;
919
+ default: boolean;
920
+ };
921
+ maxWFull: {
922
+ type: BooleanConstructor;
923
+ default: boolean;
924
+ };
925
+ disabled: {
926
+ type: BooleanConstructor;
927
+ default: boolean;
928
+ };
929
+ readonly: {
930
+ type: (StringConstructor | BooleanConstructor)[];
931
+ default: boolean;
932
+ };
933
+ error: {
934
+ type: BooleanConstructor;
935
+ default: boolean;
936
+ };
937
+ maxLength: {
938
+ type: import("vue").PropType<number | {
939
+ length: number;
940
+ errorOnly?: boolean;
941
+ }>;
942
+ default: number;
943
+ };
944
+ showWordLimit: {
945
+ type: BooleanConstructor;
946
+ default: boolean;
947
+ };
948
+ allowClear: {
949
+ type: BooleanConstructor;
950
+ default: boolean;
951
+ };
952
+ autoSize: {
953
+ type: import("vue").PropType<boolean | {
954
+ minRows?: number;
955
+ maxRows?: number;
956
+ }>;
957
+ default: boolean;
958
+ };
959
+ wordLength: {
960
+ type: import("vue").PropType<(value: string) => number>;
961
+ };
962
+ wordSlice: {
963
+ type: import("vue").PropType<(value: string, maxLength: number) => string>;
964
+ };
965
+ textareaAttrs: {
966
+ type: import("vue").PropType<Record<string, any>>;
967
+ };
968
+ }>> & Readonly<{
969
+ onClear?: ((_ev: MouseEvent) => any) | undefined;
970
+ onFocus?: ((_ev: FocusEvent) => any) | undefined;
971
+ onBlur?: ((_ev: FocusEvent) => any) | undefined;
972
+ onChange?: ((_value: string, _ev: Event) => any) | undefined;
973
+ onInput?: ((_value: string, _ev: Event) => any) | undefined;
974
+ "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
975
+ }>, {
976
+ focus: () => void;
977
+ blur: () => void;
978
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
979
+ clear: (_ev: MouseEvent) => any;
980
+ focus: (_ev: FocusEvent) => any;
981
+ blur: (_ev: FocusEvent) => any;
982
+ change: (_value: string, _ev: Event) => any;
983
+ input: (_value: string, _ev: Event) => any;
984
+ "update:modelValue": (_value: string) => any;
985
+ }, string, {
986
+ disabled: boolean;
987
+ error: boolean;
988
+ readonly: string | boolean;
989
+ defaultValue: string;
990
+ allowClear: boolean;
991
+ fitWidth: boolean;
992
+ maxWFull: boolean;
993
+ maxLength: number | {
994
+ length: number;
995
+ errorOnly?: boolean;
996
+ };
997
+ showWordLimit: boolean;
998
+ autoSize: boolean | {
999
+ minRows?: number;
1000
+ maxRows?: number;
1001
+ };
1002
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
1003
+ beforeCreate?: (() => void) | (() => void)[];
1004
+ created?: (() => void) | (() => void)[];
1005
+ beforeMount?: (() => void) | (() => void)[];
1006
+ mounted?: (() => void) | (() => void)[];
1007
+ beforeUpdate?: (() => void) | (() => void)[];
1008
+ updated?: (() => void) | (() => void)[];
1009
+ activated?: (() => void) | (() => void)[];
1010
+ deactivated?: (() => void) | (() => void)[];
1011
+ beforeDestroy?: (() => void) | (() => void)[];
1012
+ beforeUnmount?: (() => void) | (() => void)[];
1013
+ destroyed?: (() => void) | (() => void)[];
1014
+ unmounted?: (() => void) | (() => void)[];
1015
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
1016
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
1017
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
1018
+ };
1019
+ $forceUpdate: () => void;
1020
+ $nextTick: typeof import("vue").nextTick;
1021
+ $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;
1022
+ } & Readonly<{
1023
+ disabled: boolean;
1024
+ error: boolean;
1025
+ readonly: string | boolean;
1026
+ defaultValue: string;
1027
+ allowClear: boolean;
1028
+ fitWidth: boolean;
1029
+ maxWFull: boolean;
1030
+ maxLength: number | {
1031
+ length: number;
1032
+ errorOnly?: boolean;
1033
+ };
1034
+ showWordLimit: boolean;
1035
+ autoSize: boolean | {
1036
+ minRows?: number;
1037
+ maxRows?: number;
1038
+ };
1039
+ }> & Omit<Readonly<import("vue").ExtractPropTypes<{
1040
+ modelValue: StringConstructor;
1041
+ defaultValue: {
1042
+ type: StringConstructor;
1043
+ default: string;
1044
+ };
1045
+ placeholder: StringConstructor;
1046
+ fitWidth: {
1047
+ type: BooleanConstructor;
1048
+ default: boolean;
1049
+ };
1050
+ maxWFull: {
1051
+ type: BooleanConstructor;
1052
+ default: boolean;
1053
+ };
1054
+ disabled: {
1055
+ type: BooleanConstructor;
1056
+ default: boolean;
1057
+ };
1058
+ readonly: {
1059
+ type: (StringConstructor | BooleanConstructor)[];
1060
+ default: boolean;
1061
+ };
1062
+ error: {
1063
+ type: BooleanConstructor;
1064
+ default: boolean;
1065
+ };
1066
+ maxLength: {
1067
+ type: import("vue").PropType<number | {
1068
+ length: number;
1069
+ errorOnly?: boolean;
1070
+ }>;
1071
+ default: number;
1072
+ };
1073
+ showWordLimit: {
1074
+ type: BooleanConstructor;
1075
+ default: boolean;
1076
+ };
1077
+ allowClear: {
1078
+ type: BooleanConstructor;
1079
+ default: boolean;
1080
+ };
1081
+ autoSize: {
1082
+ type: import("vue").PropType<boolean | {
1083
+ minRows?: number;
1084
+ maxRows?: number;
1085
+ }>;
1086
+ default: boolean;
1087
+ };
1088
+ wordLength: {
1089
+ type: import("vue").PropType<(value: string) => number>;
1090
+ };
1091
+ wordSlice: {
1092
+ type: import("vue").PropType<(value: string, maxLength: number) => string>;
1093
+ };
1094
+ textareaAttrs: {
1095
+ type: import("vue").PropType<Record<string, any>>;
1096
+ };
1097
+ }>> & Readonly<{
1098
+ onClear?: ((_ev: MouseEvent) => any) | undefined;
1099
+ onFocus?: ((_ev: FocusEvent) => any) | undefined;
1100
+ onBlur?: ((_ev: FocusEvent) => any) | undefined;
1101
+ onChange?: ((_value: string, _ev: Event) => any) | undefined;
1102
+ onInput?: ((_value: string, _ev: Event) => any) | undefined;
1103
+ "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
1104
+ }>, "focus" | "blur" | ("disabled" | "error" | "readonly" | "defaultValue" | "allowClear" | "fitWidth" | "maxWFull" | "maxLength" | "showWordLimit" | "autoSize")> & {
1105
+ focus: () => void;
1106
+ blur: () => void;
1107
+ } & {} & import("vue").ComponentCustomProperties & {} & {
1108
+ $slots: {
1109
+ suffix?: (props: {}) => any;
1110
+ };
1111
+ }) | undefined>;
1112
+ focus: () => void | undefined;
1113
+ blur: () => void | undefined;
1114
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1115
+ search: (_value: string, _prefix: string) => void;
1116
+ clear: (_event: Event) => void;
1117
+ focus: (_event: FocusEvent) => void;
1118
+ blur: (_event: FocusEvent) => void;
1119
+ change: (_value: string) => void;
1120
+ select: (_value: string | number | Record<string, any> | undefined) => void;
1121
+ "update:modelValue": (_value: string) => void;
72
1122
  }, import("vue").PublicProps, {
73
1123
  type: "textarea" | "input";
74
1124
  split: string;
75
1125
  disabled: boolean;
76
1126
  readonly: string | boolean;
77
- data: (string | number | import("..").SelectOptionData | import("..").SelectOptionGroup)[];
1127
+ data: (string | number | import("../index.ts").SelectOptionData | import("../index.ts").SelectOptionGroup)[];
78
1128
  prefix: string | string[];
79
1129
  defaultValue: string;
80
1130
  allowClear: boolean;
@@ -94,7 +1144,7 @@ declare const Mention: {
94
1144
  default: string;
95
1145
  };
96
1146
  data: {
97
- type: import("vue").PropType<(string | number | import("..").SelectOptionData | import("..").SelectOptionGroup)[]>;
1147
+ type: import("vue").PropType<(string | number | import("../index.ts").SelectOptionData | import("../index.ts").SelectOptionGroup)[]>;
98
1148
  default: () => never[];
99
1149
  };
100
1150
  prefix: {
@@ -129,29 +1179,1079 @@ declare const Mention: {
129
1179
  type: BooleanConstructor;
130
1180
  default: boolean;
131
1181
  };
132
- floatingOptions: {
133
- type: import("vue").PropType<import("..").FloatingOptions>;
134
- };
1182
+ floatingOptions: import("vue").PropType<import("../index.ts").FloatingOptions>;
135
1183
  }>> & Readonly<{
136
1184
  onSearch?: ((_value: string, _prefix: string) => any) | undefined;
137
- onClear?: ((_ev: Event) => any) | undefined;
138
- onFocus?: ((_ev: FocusEvent) => any) | undefined;
139
- onBlur?: ((_ev: FocusEvent) => any) | undefined;
1185
+ onClear?: ((_event: Event) => any) | undefined;
1186
+ onFocus?: ((_event: FocusEvent) => any) | undefined;
1187
+ onBlur?: ((_event: FocusEvent) => any) | undefined;
140
1188
  onChange?: ((_value: string) => any) | undefined;
141
1189
  onSelect?: ((_value: string | number | Record<string, any> | undefined) => any) | undefined;
142
1190
  "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
143
1191
  }>, {
144
- inputRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
145
- render: () => import("vue/jsx-runtime").JSX.Element;
146
- }, {}, {}, {
147
- focus(): void;
148
- blur(): void;
149
- }, {
1192
+ inputRef: import("vue").Ref<({
1193
+ $: import("vue").ComponentInternalInstance;
1194
+ $data: {};
1195
+ $props: Partial<{
1196
+ type: "text" | "password";
1197
+ disabled: boolean;
1198
+ error: boolean;
1199
+ readonly: string | boolean;
1200
+ defaultValue: string;
1201
+ allowClear: boolean;
1202
+ fitWidth: boolean;
1203
+ maxWFull: boolean;
1204
+ maxLength: number | {
1205
+ length: number;
1206
+ errorOnly?: boolean;
1207
+ };
1208
+ showWordLimit: boolean;
1209
+ fitWidthFallback: string;
1210
+ }> & Omit<{
1211
+ readonly type: "text" | "password";
1212
+ readonly disabled: boolean;
1213
+ readonly error: boolean;
1214
+ readonly readonly: string | boolean;
1215
+ readonly defaultValue: string;
1216
+ readonly allowClear: boolean;
1217
+ readonly fitWidth: boolean;
1218
+ readonly maxWFull: boolean;
1219
+ readonly maxLength: number | {
1220
+ length: number;
1221
+ errorOnly?: boolean;
1222
+ };
1223
+ readonly showWordLimit: boolean;
1224
+ readonly fitWidthFallback: string;
1225
+ readonly size?: "small" | "medium" | "large" | "mini" | undefined;
1226
+ readonly modelValue?: string | undefined;
1227
+ readonly placeholder?: string | undefined;
1228
+ readonly inputAttrs?: Record<string, any> | undefined;
1229
+ readonly prepend?: string | undefined;
1230
+ readonly append?: string | undefined;
1231
+ readonly wordLength?: ((value: string) => number) | undefined;
1232
+ readonly wordSlice?: ((value: string, maxLength: number) => string) | undefined;
1233
+ readonly onClear?: ((_event: MouseEvent) => any) | undefined;
1234
+ readonly onFocus?: ((_event: FocusEvent) => any) | undefined;
1235
+ readonly onBlur?: ((_event: FocusEvent) => any) | undefined;
1236
+ readonly onChange?: ((_value: string, _event: Event) => any) | undefined;
1237
+ readonly onInput?: ((_value: string, _event: Event) => any) | undefined;
1238
+ readonly "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
1239
+ readonly onPressEnter?: ((_event: KeyboardEvent) => any) | undefined;
1240
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "disabled" | "error" | "readonly" | "defaultValue" | "allowClear" | "fitWidth" | "maxWFull" | "maxLength" | "showWordLimit" | "fitWidthFallback">;
1241
+ $attrs: import("vue").Attrs;
1242
+ $refs: {
1243
+ [x: string]: unknown;
1244
+ };
1245
+ $slots: Readonly<{
1246
+ [name: string]: import("vue").Slot<any> | undefined;
1247
+ }>;
1248
+ $root: import("vue").ComponentPublicInstance | null;
1249
+ $parent: import("vue").ComponentPublicInstance | null;
1250
+ $host: Element | null;
1251
+ $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);
1252
+ $el: any;
1253
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
1254
+ modelValue: StringConstructor;
1255
+ defaultValue: {
1256
+ type: StringConstructor;
1257
+ default: string;
1258
+ };
1259
+ size: import("vue").PropType<import("../index.ts").Size>;
1260
+ allowClear: {
1261
+ type: BooleanConstructor;
1262
+ default: boolean;
1263
+ };
1264
+ disabled: {
1265
+ type: BooleanConstructor;
1266
+ default: boolean;
1267
+ };
1268
+ readonly: {
1269
+ type: (StringConstructor | BooleanConstructor)[];
1270
+ default: boolean;
1271
+ };
1272
+ error: {
1273
+ type: BooleanConstructor;
1274
+ default: boolean;
1275
+ };
1276
+ placeholder: StringConstructor;
1277
+ fitWidth: {
1278
+ type: BooleanConstructor;
1279
+ default: boolean;
1280
+ };
1281
+ maxWFull: {
1282
+ type: BooleanConstructor;
1283
+ default: boolean;
1284
+ };
1285
+ maxLength: {
1286
+ type: import("vue").PropType<number | {
1287
+ length: number;
1288
+ errorOnly?: boolean;
1289
+ }>;
1290
+ default: number;
1291
+ };
1292
+ showWordLimit: {
1293
+ type: BooleanConstructor;
1294
+ default: boolean;
1295
+ };
1296
+ wordLength: import("vue").PropType<(value: string) => number>;
1297
+ wordSlice: import("vue").PropType<(value: string, maxLength: number) => string>;
1298
+ inputAttrs: ObjectConstructor;
1299
+ type: {
1300
+ type: import("vue").PropType<"text" | "password">;
1301
+ default: string;
1302
+ };
1303
+ fitWidthFallback: {
1304
+ type: StringConstructor;
1305
+ default: string;
1306
+ };
1307
+ prepend: StringConstructor;
1308
+ append: StringConstructor;
1309
+ }>> & Readonly<{
1310
+ onClear?: ((_event: MouseEvent) => any) | undefined;
1311
+ onFocus?: ((_event: FocusEvent) => any) | undefined;
1312
+ onBlur?: ((_event: FocusEvent) => any) | undefined;
1313
+ onChange?: ((_value: string, _event: Event) => any) | undefined;
1314
+ onInput?: ((_value: string, _event: Event) => any) | undefined;
1315
+ "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
1316
+ onPressEnter?: ((_event: KeyboardEvent) => any) | undefined;
1317
+ }>, {
1318
+ inputRef: import("vue").Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
1319
+ focus: () => void | undefined;
1320
+ blur: () => void | undefined;
1321
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1322
+ clear: (_event: MouseEvent) => void;
1323
+ focus: (_event: FocusEvent) => void;
1324
+ blur: (_event: FocusEvent) => void;
1325
+ change: (_value: string, _event: Event) => void;
1326
+ input: (_value: string, _event: Event) => void;
1327
+ "update:modelValue": (_value: string) => void;
1328
+ pressEnter: (_event: KeyboardEvent) => void;
1329
+ }, string, {
1330
+ type: "text" | "password";
1331
+ disabled: boolean;
1332
+ error: boolean;
1333
+ readonly: string | boolean;
1334
+ defaultValue: string;
1335
+ allowClear: boolean;
1336
+ fitWidth: boolean;
1337
+ maxWFull: boolean;
1338
+ maxLength: number | {
1339
+ length: number;
1340
+ errorOnly?: boolean;
1341
+ };
1342
+ showWordLimit: boolean;
1343
+ fitWidthFallback: string;
1344
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
1345
+ beforeCreate?: (() => void) | (() => void)[];
1346
+ created?: (() => void) | (() => void)[];
1347
+ beforeMount?: (() => void) | (() => void)[];
1348
+ mounted?: (() => void) | (() => void)[];
1349
+ beforeUpdate?: (() => void) | (() => void)[];
1350
+ updated?: (() => void) | (() => void)[];
1351
+ activated?: (() => void) | (() => void)[];
1352
+ deactivated?: (() => void) | (() => void)[];
1353
+ beforeDestroy?: (() => void) | (() => void)[];
1354
+ beforeUnmount?: (() => void) | (() => void)[];
1355
+ destroyed?: (() => void) | (() => void)[];
1356
+ unmounted?: (() => void) | (() => void)[];
1357
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
1358
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
1359
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
1360
+ };
1361
+ $forceUpdate: () => void;
1362
+ $nextTick: typeof import("vue").nextTick;
1363
+ $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;
1364
+ } & Readonly<{
1365
+ type: "text" | "password";
1366
+ disabled: boolean;
1367
+ error: boolean;
1368
+ readonly: string | boolean;
1369
+ defaultValue: string;
1370
+ allowClear: boolean;
1371
+ fitWidth: boolean;
1372
+ maxWFull: boolean;
1373
+ maxLength: number | {
1374
+ length: number;
1375
+ errorOnly?: boolean;
1376
+ };
1377
+ showWordLimit: boolean;
1378
+ fitWidthFallback: string;
1379
+ }> & Omit<Readonly<import("vue").ExtractPropTypes<{
1380
+ modelValue: StringConstructor;
1381
+ defaultValue: {
1382
+ type: StringConstructor;
1383
+ default: string;
1384
+ };
1385
+ size: import("vue").PropType<import("../index.ts").Size>;
1386
+ allowClear: {
1387
+ type: BooleanConstructor;
1388
+ default: boolean;
1389
+ };
1390
+ disabled: {
1391
+ type: BooleanConstructor;
1392
+ default: boolean;
1393
+ };
1394
+ readonly: {
1395
+ type: (StringConstructor | BooleanConstructor)[];
1396
+ default: boolean;
1397
+ };
1398
+ error: {
1399
+ type: BooleanConstructor;
1400
+ default: boolean;
1401
+ };
1402
+ placeholder: StringConstructor;
1403
+ fitWidth: {
1404
+ type: BooleanConstructor;
1405
+ default: boolean;
1406
+ };
1407
+ maxWFull: {
1408
+ type: BooleanConstructor;
1409
+ default: boolean;
1410
+ };
1411
+ maxLength: {
1412
+ type: import("vue").PropType<number | {
1413
+ length: number;
1414
+ errorOnly?: boolean;
1415
+ }>;
1416
+ default: number;
1417
+ };
1418
+ showWordLimit: {
1419
+ type: BooleanConstructor;
1420
+ default: boolean;
1421
+ };
1422
+ wordLength: import("vue").PropType<(value: string) => number>;
1423
+ wordSlice: import("vue").PropType<(value: string, maxLength: number) => string>;
1424
+ inputAttrs: ObjectConstructor;
1425
+ type: {
1426
+ type: import("vue").PropType<"text" | "password">;
1427
+ default: string;
1428
+ };
1429
+ fitWidthFallback: {
1430
+ type: StringConstructor;
1431
+ default: string;
1432
+ };
1433
+ prepend: StringConstructor;
1434
+ append: StringConstructor;
1435
+ }>> & Readonly<{
1436
+ onClear?: ((_event: MouseEvent) => any) | undefined;
1437
+ onFocus?: ((_event: FocusEvent) => any) | undefined;
1438
+ onBlur?: ((_event: FocusEvent) => any) | undefined;
1439
+ onChange?: ((_value: string, _event: Event) => any) | undefined;
1440
+ onInput?: ((_value: string, _event: Event) => any) | undefined;
1441
+ "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
1442
+ onPressEnter?: ((_event: KeyboardEvent) => any) | undefined;
1443
+ }>, "focus" | "blur" | "inputRef" | ("type" | "disabled" | "error" | "readonly" | "defaultValue" | "allowClear" | "fitWidth" | "maxWFull" | "maxLength" | "showWordLimit" | "fitWidthFallback")> & {
1444
+ inputRef: HTMLInputElement | undefined;
1445
+ focus: () => void | undefined;
1446
+ blur: () => void | undefined;
1447
+ } & {} & import("vue").ComponentCustomProperties & {} & {
1448
+ $slots: {
1449
+ prefix?: (props: {}) => any;
1450
+ } & {
1451
+ suffix?: (props: {}) => any;
1452
+ } & {
1453
+ prepend?: (props: {}) => any;
1454
+ } & {
1455
+ append?: (props: {}) => any;
1456
+ };
1457
+ }) | ({
1458
+ $: import("vue").ComponentInternalInstance;
1459
+ $data: {};
1460
+ $props: Partial<{
1461
+ disabled: boolean;
1462
+ error: boolean;
1463
+ readonly: string | boolean;
1464
+ defaultValue: string;
1465
+ allowClear: boolean;
1466
+ fitWidth: boolean;
1467
+ maxWFull: boolean;
1468
+ maxLength: number | {
1469
+ length: number;
1470
+ errorOnly?: boolean;
1471
+ };
1472
+ showWordLimit: boolean;
1473
+ autoSize: boolean | {
1474
+ minRows?: number;
1475
+ maxRows?: number;
1476
+ };
1477
+ }> & Omit<{
1478
+ readonly disabled: boolean;
1479
+ readonly error: boolean;
1480
+ readonly readonly: string | boolean;
1481
+ readonly defaultValue: string;
1482
+ readonly allowClear: boolean;
1483
+ readonly fitWidth: boolean;
1484
+ readonly maxWFull: boolean;
1485
+ readonly maxLength: number | {
1486
+ length: number;
1487
+ errorOnly?: boolean;
1488
+ };
1489
+ readonly showWordLimit: boolean;
1490
+ readonly autoSize: boolean | {
1491
+ minRows?: number;
1492
+ maxRows?: number;
1493
+ };
1494
+ readonly modelValue?: string | undefined;
1495
+ readonly placeholder?: string | undefined;
1496
+ readonly wordLength?: ((value: string) => number) | undefined;
1497
+ readonly wordSlice?: ((value: string, maxLength: number) => string) | undefined;
1498
+ readonly textareaAttrs?: Record<string, any> | undefined;
1499
+ readonly onClear?: ((_ev: MouseEvent) => any) | undefined;
1500
+ readonly onFocus?: ((_ev: FocusEvent) => any) | undefined;
1501
+ readonly onBlur?: ((_ev: FocusEvent) => any) | undefined;
1502
+ readonly onChange?: ((_value: string, _ev: Event) => any) | undefined;
1503
+ readonly onInput?: ((_value: string, _ev: Event) => any) | undefined;
1504
+ readonly "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
1505
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "error" | "readonly" | "defaultValue" | "allowClear" | "fitWidth" | "maxWFull" | "maxLength" | "showWordLimit" | "autoSize">;
1506
+ $attrs: import("vue").Attrs;
1507
+ $refs: {
1508
+ [x: string]: unknown;
1509
+ };
1510
+ $slots: Readonly<{
1511
+ [name: string]: import("vue").Slot<any> | undefined;
1512
+ }>;
1513
+ $root: import("vue").ComponentPublicInstance | null;
1514
+ $parent: import("vue").ComponentPublicInstance | null;
1515
+ $host: Element | null;
1516
+ $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);
1517
+ $el: any;
1518
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
1519
+ modelValue: StringConstructor;
1520
+ defaultValue: {
1521
+ type: StringConstructor;
1522
+ default: string;
1523
+ };
1524
+ placeholder: StringConstructor;
1525
+ fitWidth: {
1526
+ type: BooleanConstructor;
1527
+ default: boolean;
1528
+ };
1529
+ maxWFull: {
1530
+ type: BooleanConstructor;
1531
+ default: boolean;
1532
+ };
1533
+ disabled: {
1534
+ type: BooleanConstructor;
1535
+ default: boolean;
1536
+ };
1537
+ readonly: {
1538
+ type: (StringConstructor | BooleanConstructor)[];
1539
+ default: boolean;
1540
+ };
1541
+ error: {
1542
+ type: BooleanConstructor;
1543
+ default: boolean;
1544
+ };
1545
+ maxLength: {
1546
+ type: import("vue").PropType<number | {
1547
+ length: number;
1548
+ errorOnly?: boolean;
1549
+ }>;
1550
+ default: number;
1551
+ };
1552
+ showWordLimit: {
1553
+ type: BooleanConstructor;
1554
+ default: boolean;
1555
+ };
1556
+ allowClear: {
1557
+ type: BooleanConstructor;
1558
+ default: boolean;
1559
+ };
1560
+ autoSize: {
1561
+ type: import("vue").PropType<boolean | {
1562
+ minRows?: number;
1563
+ maxRows?: number;
1564
+ }>;
1565
+ default: boolean;
1566
+ };
1567
+ wordLength: {
1568
+ type: import("vue").PropType<(value: string) => number>;
1569
+ };
1570
+ wordSlice: {
1571
+ type: import("vue").PropType<(value: string, maxLength: number) => string>;
1572
+ };
1573
+ textareaAttrs: {
1574
+ type: import("vue").PropType<Record<string, any>>;
1575
+ };
1576
+ }>> & Readonly<{
1577
+ onClear?: ((_ev: MouseEvent) => any) | undefined;
1578
+ onFocus?: ((_ev: FocusEvent) => any) | undefined;
1579
+ onBlur?: ((_ev: FocusEvent) => any) | undefined;
1580
+ onChange?: ((_value: string, _ev: Event) => any) | undefined;
1581
+ onInput?: ((_value: string, _ev: Event) => any) | undefined;
1582
+ "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
1583
+ }>, {
1584
+ focus: () => void;
1585
+ blur: () => void;
1586
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1587
+ clear: (_ev: MouseEvent) => any;
1588
+ focus: (_ev: FocusEvent) => any;
1589
+ blur: (_ev: FocusEvent) => any;
1590
+ change: (_value: string, _ev: Event) => any;
1591
+ input: (_value: string, _ev: Event) => any;
1592
+ "update:modelValue": (_value: string) => any;
1593
+ }, string, {
1594
+ disabled: boolean;
1595
+ error: boolean;
1596
+ readonly: string | boolean;
1597
+ defaultValue: string;
1598
+ allowClear: boolean;
1599
+ fitWidth: boolean;
1600
+ maxWFull: boolean;
1601
+ maxLength: number | {
1602
+ length: number;
1603
+ errorOnly?: boolean;
1604
+ };
1605
+ showWordLimit: boolean;
1606
+ autoSize: boolean | {
1607
+ minRows?: number;
1608
+ maxRows?: number;
1609
+ };
1610
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
1611
+ beforeCreate?: (() => void) | (() => void)[];
1612
+ created?: (() => void) | (() => void)[];
1613
+ beforeMount?: (() => void) | (() => void)[];
1614
+ mounted?: (() => void) | (() => void)[];
1615
+ beforeUpdate?: (() => void) | (() => void)[];
1616
+ updated?: (() => void) | (() => void)[];
1617
+ activated?: (() => void) | (() => void)[];
1618
+ deactivated?: (() => void) | (() => void)[];
1619
+ beforeDestroy?: (() => void) | (() => void)[];
1620
+ beforeUnmount?: (() => void) | (() => void)[];
1621
+ destroyed?: (() => void) | (() => void)[];
1622
+ unmounted?: (() => void) | (() => void)[];
1623
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
1624
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
1625
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
1626
+ };
1627
+ $forceUpdate: () => void;
1628
+ $nextTick: typeof import("vue").nextTick;
1629
+ $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;
1630
+ } & Readonly<{
1631
+ disabled: boolean;
1632
+ error: boolean;
1633
+ readonly: string | boolean;
1634
+ defaultValue: string;
1635
+ allowClear: boolean;
1636
+ fitWidth: boolean;
1637
+ maxWFull: boolean;
1638
+ maxLength: number | {
1639
+ length: number;
1640
+ errorOnly?: boolean;
1641
+ };
1642
+ showWordLimit: boolean;
1643
+ autoSize: boolean | {
1644
+ minRows?: number;
1645
+ maxRows?: number;
1646
+ };
1647
+ }> & Omit<Readonly<import("vue").ExtractPropTypes<{
1648
+ modelValue: StringConstructor;
1649
+ defaultValue: {
1650
+ type: StringConstructor;
1651
+ default: string;
1652
+ };
1653
+ placeholder: StringConstructor;
1654
+ fitWidth: {
1655
+ type: BooleanConstructor;
1656
+ default: boolean;
1657
+ };
1658
+ maxWFull: {
1659
+ type: BooleanConstructor;
1660
+ default: boolean;
1661
+ };
1662
+ disabled: {
1663
+ type: BooleanConstructor;
1664
+ default: boolean;
1665
+ };
1666
+ readonly: {
1667
+ type: (StringConstructor | BooleanConstructor)[];
1668
+ default: boolean;
1669
+ };
1670
+ error: {
1671
+ type: BooleanConstructor;
1672
+ default: boolean;
1673
+ };
1674
+ maxLength: {
1675
+ type: import("vue").PropType<number | {
1676
+ length: number;
1677
+ errorOnly?: boolean;
1678
+ }>;
1679
+ default: number;
1680
+ };
1681
+ showWordLimit: {
1682
+ type: BooleanConstructor;
1683
+ default: boolean;
1684
+ };
1685
+ allowClear: {
1686
+ type: BooleanConstructor;
1687
+ default: boolean;
1688
+ };
1689
+ autoSize: {
1690
+ type: import("vue").PropType<boolean | {
1691
+ minRows?: number;
1692
+ maxRows?: number;
1693
+ }>;
1694
+ default: boolean;
1695
+ };
1696
+ wordLength: {
1697
+ type: import("vue").PropType<(value: string) => number>;
1698
+ };
1699
+ wordSlice: {
1700
+ type: import("vue").PropType<(value: string, maxLength: number) => string>;
1701
+ };
1702
+ textareaAttrs: {
1703
+ type: import("vue").PropType<Record<string, any>>;
1704
+ };
1705
+ }>> & Readonly<{
1706
+ onClear?: ((_ev: MouseEvent) => any) | undefined;
1707
+ onFocus?: ((_ev: FocusEvent) => any) | undefined;
1708
+ onBlur?: ((_ev: FocusEvent) => any) | undefined;
1709
+ onChange?: ((_value: string, _ev: Event) => any) | undefined;
1710
+ onInput?: ((_value: string, _ev: Event) => any) | undefined;
1711
+ "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
1712
+ }>, "focus" | "blur" | ("disabled" | "error" | "readonly" | "defaultValue" | "allowClear" | "fitWidth" | "maxWFull" | "maxLength" | "showWordLimit" | "autoSize")> & {
1713
+ focus: () => void;
1714
+ blur: () => void;
1715
+ } & {} & import("vue").ComponentCustomProperties & {} & {
1716
+ $slots: {
1717
+ suffix?: (props: {}) => any;
1718
+ };
1719
+ }) | undefined, ({
1720
+ $: import("vue").ComponentInternalInstance;
1721
+ $data: {};
1722
+ $props: Partial<{
1723
+ type: "text" | "password";
1724
+ disabled: boolean;
1725
+ error: boolean;
1726
+ readonly: string | boolean;
1727
+ defaultValue: string;
1728
+ allowClear: boolean;
1729
+ fitWidth: boolean;
1730
+ maxWFull: boolean;
1731
+ maxLength: number | {
1732
+ length: number;
1733
+ errorOnly?: boolean;
1734
+ };
1735
+ showWordLimit: boolean;
1736
+ fitWidthFallback: string;
1737
+ }> & Omit<{
1738
+ readonly type: "text" | "password";
1739
+ readonly disabled: boolean;
1740
+ readonly error: boolean;
1741
+ readonly readonly: string | boolean;
1742
+ readonly defaultValue: string;
1743
+ readonly allowClear: boolean;
1744
+ readonly fitWidth: boolean;
1745
+ readonly maxWFull: boolean;
1746
+ readonly maxLength: number | {
1747
+ length: number;
1748
+ errorOnly?: boolean;
1749
+ };
1750
+ readonly showWordLimit: boolean;
1751
+ readonly fitWidthFallback: string;
1752
+ readonly size?: "small" | "medium" | "large" | "mini" | undefined;
1753
+ readonly modelValue?: string | undefined;
1754
+ readonly placeholder?: string | undefined;
1755
+ readonly inputAttrs?: Record<string, any> | undefined;
1756
+ readonly prepend?: string | undefined;
1757
+ readonly append?: string | undefined;
1758
+ readonly wordLength?: ((value: string) => number) | undefined;
1759
+ readonly wordSlice?: ((value: string, maxLength: number) => string) | undefined;
1760
+ readonly onClear?: ((_event: MouseEvent) => any) | undefined;
1761
+ readonly onFocus?: ((_event: FocusEvent) => any) | undefined;
1762
+ readonly onBlur?: ((_event: FocusEvent) => any) | undefined;
1763
+ readonly onChange?: ((_value: string, _event: Event) => any) | undefined;
1764
+ readonly onInput?: ((_value: string, _event: Event) => any) | undefined;
1765
+ readonly "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
1766
+ readonly onPressEnter?: ((_event: KeyboardEvent) => any) | undefined;
1767
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "disabled" | "error" | "readonly" | "defaultValue" | "allowClear" | "fitWidth" | "maxWFull" | "maxLength" | "showWordLimit" | "fitWidthFallback">;
1768
+ $attrs: import("vue").Attrs;
1769
+ $refs: {
1770
+ [x: string]: unknown;
1771
+ };
1772
+ $slots: Readonly<{
1773
+ [name: string]: import("vue").Slot<any> | undefined;
1774
+ }>;
1775
+ $root: import("vue").ComponentPublicInstance | null;
1776
+ $parent: import("vue").ComponentPublicInstance | null;
1777
+ $host: Element | null;
1778
+ $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);
1779
+ $el: any;
1780
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
1781
+ modelValue: StringConstructor;
1782
+ defaultValue: {
1783
+ type: StringConstructor;
1784
+ default: string;
1785
+ };
1786
+ size: import("vue").PropType<import("../index.ts").Size>;
1787
+ allowClear: {
1788
+ type: BooleanConstructor;
1789
+ default: boolean;
1790
+ };
1791
+ disabled: {
1792
+ type: BooleanConstructor;
1793
+ default: boolean;
1794
+ };
1795
+ readonly: {
1796
+ type: (StringConstructor | BooleanConstructor)[];
1797
+ default: boolean;
1798
+ };
1799
+ error: {
1800
+ type: BooleanConstructor;
1801
+ default: boolean;
1802
+ };
1803
+ placeholder: StringConstructor;
1804
+ fitWidth: {
1805
+ type: BooleanConstructor;
1806
+ default: boolean;
1807
+ };
1808
+ maxWFull: {
1809
+ type: BooleanConstructor;
1810
+ default: boolean;
1811
+ };
1812
+ maxLength: {
1813
+ type: import("vue").PropType<number | {
1814
+ length: number;
1815
+ errorOnly?: boolean;
1816
+ }>;
1817
+ default: number;
1818
+ };
1819
+ showWordLimit: {
1820
+ type: BooleanConstructor;
1821
+ default: boolean;
1822
+ };
1823
+ wordLength: import("vue").PropType<(value: string) => number>;
1824
+ wordSlice: import("vue").PropType<(value: string, maxLength: number) => string>;
1825
+ inputAttrs: ObjectConstructor;
1826
+ type: {
1827
+ type: import("vue").PropType<"text" | "password">;
1828
+ default: string;
1829
+ };
1830
+ fitWidthFallback: {
1831
+ type: StringConstructor;
1832
+ default: string;
1833
+ };
1834
+ prepend: StringConstructor;
1835
+ append: StringConstructor;
1836
+ }>> & Readonly<{
1837
+ onClear?: ((_event: MouseEvent) => any) | undefined;
1838
+ onFocus?: ((_event: FocusEvent) => any) | undefined;
1839
+ onBlur?: ((_event: FocusEvent) => any) | undefined;
1840
+ onChange?: ((_value: string, _event: Event) => any) | undefined;
1841
+ onInput?: ((_value: string, _event: Event) => any) | undefined;
1842
+ "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
1843
+ onPressEnter?: ((_event: KeyboardEvent) => any) | undefined;
1844
+ }>, {
1845
+ inputRef: import("vue").Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
1846
+ focus: () => void | undefined;
1847
+ blur: () => void | undefined;
1848
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1849
+ clear: (_event: MouseEvent) => void;
1850
+ focus: (_event: FocusEvent) => void;
1851
+ blur: (_event: FocusEvent) => void;
1852
+ change: (_value: string, _event: Event) => void;
1853
+ input: (_value: string, _event: Event) => void;
1854
+ "update:modelValue": (_value: string) => void;
1855
+ pressEnter: (_event: KeyboardEvent) => void;
1856
+ }, string, {
1857
+ type: "text" | "password";
1858
+ disabled: boolean;
1859
+ error: boolean;
1860
+ readonly: string | boolean;
1861
+ defaultValue: string;
1862
+ allowClear: boolean;
1863
+ fitWidth: boolean;
1864
+ maxWFull: boolean;
1865
+ maxLength: number | {
1866
+ length: number;
1867
+ errorOnly?: boolean;
1868
+ };
1869
+ showWordLimit: boolean;
1870
+ fitWidthFallback: string;
1871
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
1872
+ beforeCreate?: (() => void) | (() => void)[];
1873
+ created?: (() => void) | (() => void)[];
1874
+ beforeMount?: (() => void) | (() => void)[];
1875
+ mounted?: (() => void) | (() => void)[];
1876
+ beforeUpdate?: (() => void) | (() => void)[];
1877
+ updated?: (() => void) | (() => void)[];
1878
+ activated?: (() => void) | (() => void)[];
1879
+ deactivated?: (() => void) | (() => void)[];
1880
+ beforeDestroy?: (() => void) | (() => void)[];
1881
+ beforeUnmount?: (() => void) | (() => void)[];
1882
+ destroyed?: (() => void) | (() => void)[];
1883
+ unmounted?: (() => void) | (() => void)[];
1884
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
1885
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
1886
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
1887
+ };
1888
+ $forceUpdate: () => void;
1889
+ $nextTick: typeof import("vue").nextTick;
1890
+ $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;
1891
+ } & Readonly<{
1892
+ type: "text" | "password";
1893
+ disabled: boolean;
1894
+ error: boolean;
1895
+ readonly: string | boolean;
1896
+ defaultValue: string;
1897
+ allowClear: boolean;
1898
+ fitWidth: boolean;
1899
+ maxWFull: boolean;
1900
+ maxLength: number | {
1901
+ length: number;
1902
+ errorOnly?: boolean;
1903
+ };
1904
+ showWordLimit: boolean;
1905
+ fitWidthFallback: string;
1906
+ }> & Omit<Readonly<import("vue").ExtractPropTypes<{
1907
+ modelValue: StringConstructor;
1908
+ defaultValue: {
1909
+ type: StringConstructor;
1910
+ default: string;
1911
+ };
1912
+ size: import("vue").PropType<import("../index.ts").Size>;
1913
+ allowClear: {
1914
+ type: BooleanConstructor;
1915
+ default: boolean;
1916
+ };
1917
+ disabled: {
1918
+ type: BooleanConstructor;
1919
+ default: boolean;
1920
+ };
1921
+ readonly: {
1922
+ type: (StringConstructor | BooleanConstructor)[];
1923
+ default: boolean;
1924
+ };
1925
+ error: {
1926
+ type: BooleanConstructor;
1927
+ default: boolean;
1928
+ };
1929
+ placeholder: StringConstructor;
1930
+ fitWidth: {
1931
+ type: BooleanConstructor;
1932
+ default: boolean;
1933
+ };
1934
+ maxWFull: {
1935
+ type: BooleanConstructor;
1936
+ default: boolean;
1937
+ };
1938
+ maxLength: {
1939
+ type: import("vue").PropType<number | {
1940
+ length: number;
1941
+ errorOnly?: boolean;
1942
+ }>;
1943
+ default: number;
1944
+ };
1945
+ showWordLimit: {
1946
+ type: BooleanConstructor;
1947
+ default: boolean;
1948
+ };
1949
+ wordLength: import("vue").PropType<(value: string) => number>;
1950
+ wordSlice: import("vue").PropType<(value: string, maxLength: number) => string>;
1951
+ inputAttrs: ObjectConstructor;
1952
+ type: {
1953
+ type: import("vue").PropType<"text" | "password">;
1954
+ default: string;
1955
+ };
1956
+ fitWidthFallback: {
1957
+ type: StringConstructor;
1958
+ default: string;
1959
+ };
1960
+ prepend: StringConstructor;
1961
+ append: StringConstructor;
1962
+ }>> & Readonly<{
1963
+ onClear?: ((_event: MouseEvent) => any) | undefined;
1964
+ onFocus?: ((_event: FocusEvent) => any) | undefined;
1965
+ onBlur?: ((_event: FocusEvent) => any) | undefined;
1966
+ onChange?: ((_value: string, _event: Event) => any) | undefined;
1967
+ onInput?: ((_value: string, _event: Event) => any) | undefined;
1968
+ "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
1969
+ onPressEnter?: ((_event: KeyboardEvent) => any) | undefined;
1970
+ }>, "focus" | "blur" | "inputRef" | ("type" | "disabled" | "error" | "readonly" | "defaultValue" | "allowClear" | "fitWidth" | "maxWFull" | "maxLength" | "showWordLimit" | "fitWidthFallback")> & {
1971
+ inputRef: HTMLInputElement | undefined;
1972
+ focus: () => void | undefined;
1973
+ blur: () => void | undefined;
1974
+ } & {} & import("vue").ComponentCustomProperties & {} & {
1975
+ $slots: {
1976
+ prefix?: (props: {}) => any;
1977
+ } & {
1978
+ suffix?: (props: {}) => any;
1979
+ } & {
1980
+ prepend?: (props: {}) => any;
1981
+ } & {
1982
+ append?: (props: {}) => any;
1983
+ };
1984
+ }) | ({
1985
+ $: import("vue").ComponentInternalInstance;
1986
+ $data: {};
1987
+ $props: Partial<{
1988
+ disabled: boolean;
1989
+ error: boolean;
1990
+ readonly: string | boolean;
1991
+ defaultValue: string;
1992
+ allowClear: boolean;
1993
+ fitWidth: boolean;
1994
+ maxWFull: boolean;
1995
+ maxLength: number | {
1996
+ length: number;
1997
+ errorOnly?: boolean;
1998
+ };
1999
+ showWordLimit: boolean;
2000
+ autoSize: boolean | {
2001
+ minRows?: number;
2002
+ maxRows?: number;
2003
+ };
2004
+ }> & Omit<{
2005
+ readonly disabled: boolean;
2006
+ readonly error: boolean;
2007
+ readonly readonly: string | boolean;
2008
+ readonly defaultValue: string;
2009
+ readonly allowClear: boolean;
2010
+ readonly fitWidth: boolean;
2011
+ readonly maxWFull: boolean;
2012
+ readonly maxLength: number | {
2013
+ length: number;
2014
+ errorOnly?: boolean;
2015
+ };
2016
+ readonly showWordLimit: boolean;
2017
+ readonly autoSize: boolean | {
2018
+ minRows?: number;
2019
+ maxRows?: number;
2020
+ };
2021
+ readonly modelValue?: string | undefined;
2022
+ readonly placeholder?: string | undefined;
2023
+ readonly wordLength?: ((value: string) => number) | undefined;
2024
+ readonly wordSlice?: ((value: string, maxLength: number) => string) | undefined;
2025
+ readonly textareaAttrs?: Record<string, any> | undefined;
2026
+ readonly onClear?: ((_ev: MouseEvent) => any) | undefined;
2027
+ readonly onFocus?: ((_ev: FocusEvent) => any) | undefined;
2028
+ readonly onBlur?: ((_ev: FocusEvent) => any) | undefined;
2029
+ readonly onChange?: ((_value: string, _ev: Event) => any) | undefined;
2030
+ readonly onInput?: ((_value: string, _ev: Event) => any) | undefined;
2031
+ readonly "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
2032
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "error" | "readonly" | "defaultValue" | "allowClear" | "fitWidth" | "maxWFull" | "maxLength" | "showWordLimit" | "autoSize">;
2033
+ $attrs: import("vue").Attrs;
2034
+ $refs: {
2035
+ [x: string]: unknown;
2036
+ };
2037
+ $slots: Readonly<{
2038
+ [name: string]: import("vue").Slot<any> | undefined;
2039
+ }>;
2040
+ $root: import("vue").ComponentPublicInstance | null;
2041
+ $parent: import("vue").ComponentPublicInstance | null;
2042
+ $host: Element | null;
2043
+ $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);
2044
+ $el: any;
2045
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
2046
+ modelValue: StringConstructor;
2047
+ defaultValue: {
2048
+ type: StringConstructor;
2049
+ default: string;
2050
+ };
2051
+ placeholder: StringConstructor;
2052
+ fitWidth: {
2053
+ type: BooleanConstructor;
2054
+ default: boolean;
2055
+ };
2056
+ maxWFull: {
2057
+ type: BooleanConstructor;
2058
+ default: boolean;
2059
+ };
2060
+ disabled: {
2061
+ type: BooleanConstructor;
2062
+ default: boolean;
2063
+ };
2064
+ readonly: {
2065
+ type: (StringConstructor | BooleanConstructor)[];
2066
+ default: boolean;
2067
+ };
2068
+ error: {
2069
+ type: BooleanConstructor;
2070
+ default: boolean;
2071
+ };
2072
+ maxLength: {
2073
+ type: import("vue").PropType<number | {
2074
+ length: number;
2075
+ errorOnly?: boolean;
2076
+ }>;
2077
+ default: number;
2078
+ };
2079
+ showWordLimit: {
2080
+ type: BooleanConstructor;
2081
+ default: boolean;
2082
+ };
2083
+ allowClear: {
2084
+ type: BooleanConstructor;
2085
+ default: boolean;
2086
+ };
2087
+ autoSize: {
2088
+ type: import("vue").PropType<boolean | {
2089
+ minRows?: number;
2090
+ maxRows?: number;
2091
+ }>;
2092
+ default: boolean;
2093
+ };
2094
+ wordLength: {
2095
+ type: import("vue").PropType<(value: string) => number>;
2096
+ };
2097
+ wordSlice: {
2098
+ type: import("vue").PropType<(value: string, maxLength: number) => string>;
2099
+ };
2100
+ textareaAttrs: {
2101
+ type: import("vue").PropType<Record<string, any>>;
2102
+ };
2103
+ }>> & Readonly<{
2104
+ onClear?: ((_ev: MouseEvent) => any) | undefined;
2105
+ onFocus?: ((_ev: FocusEvent) => any) | undefined;
2106
+ onBlur?: ((_ev: FocusEvent) => any) | undefined;
2107
+ onChange?: ((_value: string, _ev: Event) => any) | undefined;
2108
+ onInput?: ((_value: string, _ev: Event) => any) | undefined;
2109
+ "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
2110
+ }>, {
2111
+ focus: () => void;
2112
+ blur: () => void;
2113
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2114
+ clear: (_ev: MouseEvent) => any;
2115
+ focus: (_ev: FocusEvent) => any;
2116
+ blur: (_ev: FocusEvent) => any;
2117
+ change: (_value: string, _ev: Event) => any;
2118
+ input: (_value: string, _ev: Event) => any;
2119
+ "update:modelValue": (_value: string) => any;
2120
+ }, string, {
2121
+ disabled: boolean;
2122
+ error: boolean;
2123
+ readonly: string | boolean;
2124
+ defaultValue: string;
2125
+ allowClear: boolean;
2126
+ fitWidth: boolean;
2127
+ maxWFull: boolean;
2128
+ maxLength: number | {
2129
+ length: number;
2130
+ errorOnly?: boolean;
2131
+ };
2132
+ showWordLimit: boolean;
2133
+ autoSize: boolean | {
2134
+ minRows?: number;
2135
+ maxRows?: number;
2136
+ };
2137
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
2138
+ beforeCreate?: (() => void) | (() => void)[];
2139
+ created?: (() => void) | (() => void)[];
2140
+ beforeMount?: (() => void) | (() => void)[];
2141
+ mounted?: (() => void) | (() => void)[];
2142
+ beforeUpdate?: (() => void) | (() => void)[];
2143
+ updated?: (() => void) | (() => void)[];
2144
+ activated?: (() => void) | (() => void)[];
2145
+ deactivated?: (() => void) | (() => void)[];
2146
+ beforeDestroy?: (() => void) | (() => void)[];
2147
+ beforeUnmount?: (() => void) | (() => void)[];
2148
+ destroyed?: (() => void) | (() => void)[];
2149
+ unmounted?: (() => void) | (() => void)[];
2150
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
2151
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
2152
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
2153
+ };
2154
+ $forceUpdate: () => void;
2155
+ $nextTick: typeof import("vue").nextTick;
2156
+ $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;
2157
+ } & Readonly<{
2158
+ disabled: boolean;
2159
+ error: boolean;
2160
+ readonly: string | boolean;
2161
+ defaultValue: string;
2162
+ allowClear: boolean;
2163
+ fitWidth: boolean;
2164
+ maxWFull: boolean;
2165
+ maxLength: number | {
2166
+ length: number;
2167
+ errorOnly?: boolean;
2168
+ };
2169
+ showWordLimit: boolean;
2170
+ autoSize: boolean | {
2171
+ minRows?: number;
2172
+ maxRows?: number;
2173
+ };
2174
+ }> & Omit<Readonly<import("vue").ExtractPropTypes<{
2175
+ modelValue: StringConstructor;
2176
+ defaultValue: {
2177
+ type: StringConstructor;
2178
+ default: string;
2179
+ };
2180
+ placeholder: StringConstructor;
2181
+ fitWidth: {
2182
+ type: BooleanConstructor;
2183
+ default: boolean;
2184
+ };
2185
+ maxWFull: {
2186
+ type: BooleanConstructor;
2187
+ default: boolean;
2188
+ };
2189
+ disabled: {
2190
+ type: BooleanConstructor;
2191
+ default: boolean;
2192
+ };
2193
+ readonly: {
2194
+ type: (StringConstructor | BooleanConstructor)[];
2195
+ default: boolean;
2196
+ };
2197
+ error: {
2198
+ type: BooleanConstructor;
2199
+ default: boolean;
2200
+ };
2201
+ maxLength: {
2202
+ type: import("vue").PropType<number | {
2203
+ length: number;
2204
+ errorOnly?: boolean;
2205
+ }>;
2206
+ default: number;
2207
+ };
2208
+ showWordLimit: {
2209
+ type: BooleanConstructor;
2210
+ default: boolean;
2211
+ };
2212
+ allowClear: {
2213
+ type: BooleanConstructor;
2214
+ default: boolean;
2215
+ };
2216
+ autoSize: {
2217
+ type: import("vue").PropType<boolean | {
2218
+ minRows?: number;
2219
+ maxRows?: number;
2220
+ }>;
2221
+ default: boolean;
2222
+ };
2223
+ wordLength: {
2224
+ type: import("vue").PropType<(value: string) => number>;
2225
+ };
2226
+ wordSlice: {
2227
+ type: import("vue").PropType<(value: string, maxLength: number) => string>;
2228
+ };
2229
+ textareaAttrs: {
2230
+ type: import("vue").PropType<Record<string, any>>;
2231
+ };
2232
+ }>> & Readonly<{
2233
+ onClear?: ((_ev: MouseEvent) => any) | undefined;
2234
+ onFocus?: ((_ev: FocusEvent) => any) | undefined;
2235
+ onBlur?: ((_ev: FocusEvent) => any) | undefined;
2236
+ onChange?: ((_value: string, _ev: Event) => any) | undefined;
2237
+ onInput?: ((_value: string, _ev: Event) => any) | undefined;
2238
+ "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
2239
+ }>, "focus" | "blur" | ("disabled" | "error" | "readonly" | "defaultValue" | "allowClear" | "fitWidth" | "maxWFull" | "maxLength" | "showWordLimit" | "autoSize")> & {
2240
+ focus: () => void;
2241
+ blur: () => void;
2242
+ } & {} & import("vue").ComponentCustomProperties & {} & {
2243
+ $slots: {
2244
+ suffix?: (props: {}) => any;
2245
+ };
2246
+ }) | undefined>;
2247
+ focus: () => void | undefined;
2248
+ blur: () => void | undefined;
2249
+ }, {}, {}, {}, {
150
2250
  type: "textarea" | "input";
151
2251
  split: string;
152
2252
  disabled: boolean;
153
2253
  readonly: string | boolean;
154
- data: (string | number | import("..").SelectOptionData | import("..").SelectOptionGroup)[];
2254
+ data: (string | number | import("../index.ts").SelectOptionData | import("../index.ts").SelectOptionGroup)[];
155
2255
  prefix: string | string[];
156
2256
  defaultValue: string;
157
2257
  allowClear: boolean;
@@ -168,7 +2268,7 @@ declare const Mention: {
168
2268
  default: string;
169
2269
  };
170
2270
  data: {
171
- type: import("vue").PropType<(string | number | import("..").SelectOptionData | import("..").SelectOptionGroup)[]>;
2271
+ type: import("vue").PropType<(string | number | import("../index.ts").SelectOptionData | import("../index.ts").SelectOptionGroup)[]>;
172
2272
  default: () => never[];
173
2273
  };
174
2274
  prefix: {
@@ -203,43 +2303,1119 @@ declare const Mention: {
203
2303
  type: BooleanConstructor;
204
2304
  default: boolean;
205
2305
  };
206
- floatingOptions: {
207
- type: import("vue").PropType<import("..").FloatingOptions>;
208
- };
2306
+ floatingOptions: import("vue").PropType<import("../index.ts").FloatingOptions>;
209
2307
  }>> & Readonly<{
210
2308
  onSearch?: ((_value: string, _prefix: string) => any) | undefined;
211
- onClear?: ((_ev: Event) => any) | undefined;
212
- onFocus?: ((_ev: FocusEvent) => any) | undefined;
213
- onBlur?: ((_ev: FocusEvent) => any) | undefined;
2309
+ onClear?: ((_event: Event) => any) | undefined;
2310
+ onFocus?: ((_event: FocusEvent) => any) | undefined;
2311
+ onBlur?: ((_event: FocusEvent) => any) | undefined;
214
2312
  onChange?: ((_value: string) => any) | undefined;
215
2313
  onSelect?: ((_value: string | number | Record<string, any> | undefined) => any) | undefined;
216
2314
  "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
217
2315
  }>, {
218
- inputRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
219
- render: () => import("vue/jsx-runtime").JSX.Element;
220
- }, {}, {}, {
221
- focus(): void;
222
- blur(): void;
223
- }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
224
- 'update:modelValue': (_value: string) => true;
225
- change: (_value: string) => true;
226
- search: (_value: string, _prefix: string) => true;
227
- select: (_value: string | number | Record<string, any> | undefined) => true;
228
- clear: (_ev: Event) => true;
229
- focus: (_ev: FocusEvent) => true;
230
- blur: (_ev: FocusEvent) => true;
2316
+ inputRef: import("vue").Ref<({
2317
+ $: import("vue").ComponentInternalInstance;
2318
+ $data: {};
2319
+ $props: Partial<{
2320
+ type: "text" | "password";
2321
+ disabled: boolean;
2322
+ error: boolean;
2323
+ readonly: string | boolean;
2324
+ defaultValue: string;
2325
+ allowClear: boolean;
2326
+ fitWidth: boolean;
2327
+ maxWFull: boolean;
2328
+ maxLength: number | {
2329
+ length: number;
2330
+ errorOnly?: boolean;
2331
+ };
2332
+ showWordLimit: boolean;
2333
+ fitWidthFallback: string;
2334
+ }> & Omit<{
2335
+ readonly type: "text" | "password";
2336
+ readonly disabled: boolean;
2337
+ readonly error: boolean;
2338
+ readonly readonly: string | boolean;
2339
+ readonly defaultValue: string;
2340
+ readonly allowClear: boolean;
2341
+ readonly fitWidth: boolean;
2342
+ readonly maxWFull: boolean;
2343
+ readonly maxLength: number | {
2344
+ length: number;
2345
+ errorOnly?: boolean;
2346
+ };
2347
+ readonly showWordLimit: boolean;
2348
+ readonly fitWidthFallback: string;
2349
+ readonly size?: "small" | "medium" | "large" | "mini" | undefined;
2350
+ readonly modelValue?: string | undefined;
2351
+ readonly placeholder?: string | undefined;
2352
+ readonly inputAttrs?: Record<string, any> | undefined;
2353
+ readonly prepend?: string | undefined;
2354
+ readonly append?: string | undefined;
2355
+ readonly wordLength?: ((value: string) => number) | undefined;
2356
+ readonly wordSlice?: ((value: string, maxLength: number) => string) | undefined;
2357
+ readonly onClear?: ((_event: MouseEvent) => any) | undefined;
2358
+ readonly onFocus?: ((_event: FocusEvent) => any) | undefined;
2359
+ readonly onBlur?: ((_event: FocusEvent) => any) | undefined;
2360
+ readonly onChange?: ((_value: string, _event: Event) => any) | undefined;
2361
+ readonly onInput?: ((_value: string, _event: Event) => any) | undefined;
2362
+ readonly "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
2363
+ readonly onPressEnter?: ((_event: KeyboardEvent) => any) | undefined;
2364
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "disabled" | "error" | "readonly" | "defaultValue" | "allowClear" | "fitWidth" | "maxWFull" | "maxLength" | "showWordLimit" | "fitWidthFallback">;
2365
+ $attrs: import("vue").Attrs;
2366
+ $refs: {
2367
+ [x: string]: unknown;
2368
+ };
2369
+ $slots: Readonly<{
2370
+ [name: string]: import("vue").Slot<any> | undefined;
2371
+ }>;
2372
+ $root: import("vue").ComponentPublicInstance | null;
2373
+ $parent: import("vue").ComponentPublicInstance | null;
2374
+ $host: Element | null;
2375
+ $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);
2376
+ $el: any;
2377
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
2378
+ modelValue: StringConstructor;
2379
+ defaultValue: {
2380
+ type: StringConstructor;
2381
+ default: string;
2382
+ };
2383
+ size: import("vue").PropType<import("../index.ts").Size>;
2384
+ allowClear: {
2385
+ type: BooleanConstructor;
2386
+ default: boolean;
2387
+ };
2388
+ disabled: {
2389
+ type: BooleanConstructor;
2390
+ default: boolean;
2391
+ };
2392
+ readonly: {
2393
+ type: (StringConstructor | BooleanConstructor)[];
2394
+ default: boolean;
2395
+ };
2396
+ error: {
2397
+ type: BooleanConstructor;
2398
+ default: boolean;
2399
+ };
2400
+ placeholder: StringConstructor;
2401
+ fitWidth: {
2402
+ type: BooleanConstructor;
2403
+ default: boolean;
2404
+ };
2405
+ maxWFull: {
2406
+ type: BooleanConstructor;
2407
+ default: boolean;
2408
+ };
2409
+ maxLength: {
2410
+ type: import("vue").PropType<number | {
2411
+ length: number;
2412
+ errorOnly?: boolean;
2413
+ }>;
2414
+ default: number;
2415
+ };
2416
+ showWordLimit: {
2417
+ type: BooleanConstructor;
2418
+ default: boolean;
2419
+ };
2420
+ wordLength: import("vue").PropType<(value: string) => number>;
2421
+ wordSlice: import("vue").PropType<(value: string, maxLength: number) => string>;
2422
+ inputAttrs: ObjectConstructor;
2423
+ type: {
2424
+ type: import("vue").PropType<"text" | "password">;
2425
+ default: string;
2426
+ };
2427
+ fitWidthFallback: {
2428
+ type: StringConstructor;
2429
+ default: string;
2430
+ };
2431
+ prepend: StringConstructor;
2432
+ append: StringConstructor;
2433
+ }>> & Readonly<{
2434
+ onClear?: ((_event: MouseEvent) => any) | undefined;
2435
+ onFocus?: ((_event: FocusEvent) => any) | undefined;
2436
+ onBlur?: ((_event: FocusEvent) => any) | undefined;
2437
+ onChange?: ((_value: string, _event: Event) => any) | undefined;
2438
+ onInput?: ((_value: string, _event: Event) => any) | undefined;
2439
+ "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
2440
+ onPressEnter?: ((_event: KeyboardEvent) => any) | undefined;
2441
+ }>, {
2442
+ inputRef: import("vue").Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
2443
+ focus: () => void | undefined;
2444
+ blur: () => void | undefined;
2445
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2446
+ clear: (_event: MouseEvent) => void;
2447
+ focus: (_event: FocusEvent) => void;
2448
+ blur: (_event: FocusEvent) => void;
2449
+ change: (_value: string, _event: Event) => void;
2450
+ input: (_value: string, _event: Event) => void;
2451
+ "update:modelValue": (_value: string) => void;
2452
+ pressEnter: (_event: KeyboardEvent) => void;
2453
+ }, string, {
2454
+ type: "text" | "password";
2455
+ disabled: boolean;
2456
+ error: boolean;
2457
+ readonly: string | boolean;
2458
+ defaultValue: string;
2459
+ allowClear: boolean;
2460
+ fitWidth: boolean;
2461
+ maxWFull: boolean;
2462
+ maxLength: number | {
2463
+ length: number;
2464
+ errorOnly?: boolean;
2465
+ };
2466
+ showWordLimit: boolean;
2467
+ fitWidthFallback: string;
2468
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
2469
+ beforeCreate?: (() => void) | (() => void)[];
2470
+ created?: (() => void) | (() => void)[];
2471
+ beforeMount?: (() => void) | (() => void)[];
2472
+ mounted?: (() => void) | (() => void)[];
2473
+ beforeUpdate?: (() => void) | (() => void)[];
2474
+ updated?: (() => void) | (() => void)[];
2475
+ activated?: (() => void) | (() => void)[];
2476
+ deactivated?: (() => void) | (() => void)[];
2477
+ beforeDestroy?: (() => void) | (() => void)[];
2478
+ beforeUnmount?: (() => void) | (() => void)[];
2479
+ destroyed?: (() => void) | (() => void)[];
2480
+ unmounted?: (() => void) | (() => void)[];
2481
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
2482
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
2483
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
2484
+ };
2485
+ $forceUpdate: () => void;
2486
+ $nextTick: typeof import("vue").nextTick;
2487
+ $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;
2488
+ } & Readonly<{
2489
+ type: "text" | "password";
2490
+ disabled: boolean;
2491
+ error: boolean;
2492
+ readonly: string | boolean;
2493
+ defaultValue: string;
2494
+ allowClear: boolean;
2495
+ fitWidth: boolean;
2496
+ maxWFull: boolean;
2497
+ maxLength: number | {
2498
+ length: number;
2499
+ errorOnly?: boolean;
2500
+ };
2501
+ showWordLimit: boolean;
2502
+ fitWidthFallback: string;
2503
+ }> & Omit<Readonly<import("vue").ExtractPropTypes<{
2504
+ modelValue: StringConstructor;
2505
+ defaultValue: {
2506
+ type: StringConstructor;
2507
+ default: string;
2508
+ };
2509
+ size: import("vue").PropType<import("../index.ts").Size>;
2510
+ allowClear: {
2511
+ type: BooleanConstructor;
2512
+ default: boolean;
2513
+ };
2514
+ disabled: {
2515
+ type: BooleanConstructor;
2516
+ default: boolean;
2517
+ };
2518
+ readonly: {
2519
+ type: (StringConstructor | BooleanConstructor)[];
2520
+ default: boolean;
2521
+ };
2522
+ error: {
2523
+ type: BooleanConstructor;
2524
+ default: boolean;
2525
+ };
2526
+ placeholder: StringConstructor;
2527
+ fitWidth: {
2528
+ type: BooleanConstructor;
2529
+ default: boolean;
2530
+ };
2531
+ maxWFull: {
2532
+ type: BooleanConstructor;
2533
+ default: boolean;
2534
+ };
2535
+ maxLength: {
2536
+ type: import("vue").PropType<number | {
2537
+ length: number;
2538
+ errorOnly?: boolean;
2539
+ }>;
2540
+ default: number;
2541
+ };
2542
+ showWordLimit: {
2543
+ type: BooleanConstructor;
2544
+ default: boolean;
2545
+ };
2546
+ wordLength: import("vue").PropType<(value: string) => number>;
2547
+ wordSlice: import("vue").PropType<(value: string, maxLength: number) => string>;
2548
+ inputAttrs: ObjectConstructor;
2549
+ type: {
2550
+ type: import("vue").PropType<"text" | "password">;
2551
+ default: string;
2552
+ };
2553
+ fitWidthFallback: {
2554
+ type: StringConstructor;
2555
+ default: string;
2556
+ };
2557
+ prepend: StringConstructor;
2558
+ append: StringConstructor;
2559
+ }>> & Readonly<{
2560
+ onClear?: ((_event: MouseEvent) => any) | undefined;
2561
+ onFocus?: ((_event: FocusEvent) => any) | undefined;
2562
+ onBlur?: ((_event: FocusEvent) => any) | undefined;
2563
+ onChange?: ((_value: string, _event: Event) => any) | undefined;
2564
+ onInput?: ((_value: string, _event: Event) => any) | undefined;
2565
+ "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
2566
+ onPressEnter?: ((_event: KeyboardEvent) => any) | undefined;
2567
+ }>, "focus" | "blur" | "inputRef" | ("type" | "disabled" | "error" | "readonly" | "defaultValue" | "allowClear" | "fitWidth" | "maxWFull" | "maxLength" | "showWordLimit" | "fitWidthFallback")> & {
2568
+ inputRef: HTMLInputElement | undefined;
2569
+ focus: () => void | undefined;
2570
+ blur: () => void | undefined;
2571
+ } & {} & import("vue").ComponentCustomProperties & {} & {
2572
+ $slots: {
2573
+ prefix?: (props: {}) => any;
2574
+ } & {
2575
+ suffix?: (props: {}) => any;
2576
+ } & {
2577
+ prepend?: (props: {}) => any;
2578
+ } & {
2579
+ append?: (props: {}) => any;
2580
+ };
2581
+ }) | ({
2582
+ $: import("vue").ComponentInternalInstance;
2583
+ $data: {};
2584
+ $props: Partial<{
2585
+ disabled: boolean;
2586
+ error: boolean;
2587
+ readonly: string | boolean;
2588
+ defaultValue: string;
2589
+ allowClear: boolean;
2590
+ fitWidth: boolean;
2591
+ maxWFull: boolean;
2592
+ maxLength: number | {
2593
+ length: number;
2594
+ errorOnly?: boolean;
2595
+ };
2596
+ showWordLimit: boolean;
2597
+ autoSize: boolean | {
2598
+ minRows?: number;
2599
+ maxRows?: number;
2600
+ };
2601
+ }> & Omit<{
2602
+ readonly disabled: boolean;
2603
+ readonly error: boolean;
2604
+ readonly readonly: string | boolean;
2605
+ readonly defaultValue: string;
2606
+ readonly allowClear: boolean;
2607
+ readonly fitWidth: boolean;
2608
+ readonly maxWFull: boolean;
2609
+ readonly maxLength: number | {
2610
+ length: number;
2611
+ errorOnly?: boolean;
2612
+ };
2613
+ readonly showWordLimit: boolean;
2614
+ readonly autoSize: boolean | {
2615
+ minRows?: number;
2616
+ maxRows?: number;
2617
+ };
2618
+ readonly modelValue?: string | undefined;
2619
+ readonly placeholder?: string | undefined;
2620
+ readonly wordLength?: ((value: string) => number) | undefined;
2621
+ readonly wordSlice?: ((value: string, maxLength: number) => string) | undefined;
2622
+ readonly textareaAttrs?: Record<string, any> | undefined;
2623
+ readonly onClear?: ((_ev: MouseEvent) => any) | undefined;
2624
+ readonly onFocus?: ((_ev: FocusEvent) => any) | undefined;
2625
+ readonly onBlur?: ((_ev: FocusEvent) => any) | undefined;
2626
+ readonly onChange?: ((_value: string, _ev: Event) => any) | undefined;
2627
+ readonly onInput?: ((_value: string, _ev: Event) => any) | undefined;
2628
+ readonly "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
2629
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "error" | "readonly" | "defaultValue" | "allowClear" | "fitWidth" | "maxWFull" | "maxLength" | "showWordLimit" | "autoSize">;
2630
+ $attrs: import("vue").Attrs;
2631
+ $refs: {
2632
+ [x: string]: unknown;
2633
+ };
2634
+ $slots: Readonly<{
2635
+ [name: string]: import("vue").Slot<any> | undefined;
2636
+ }>;
2637
+ $root: import("vue").ComponentPublicInstance | null;
2638
+ $parent: import("vue").ComponentPublicInstance | null;
2639
+ $host: Element | null;
2640
+ $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);
2641
+ $el: any;
2642
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
2643
+ modelValue: StringConstructor;
2644
+ defaultValue: {
2645
+ type: StringConstructor;
2646
+ default: string;
2647
+ };
2648
+ placeholder: StringConstructor;
2649
+ fitWidth: {
2650
+ type: BooleanConstructor;
2651
+ default: boolean;
2652
+ };
2653
+ maxWFull: {
2654
+ type: BooleanConstructor;
2655
+ default: boolean;
2656
+ };
2657
+ disabled: {
2658
+ type: BooleanConstructor;
2659
+ default: boolean;
2660
+ };
2661
+ readonly: {
2662
+ type: (StringConstructor | BooleanConstructor)[];
2663
+ default: boolean;
2664
+ };
2665
+ error: {
2666
+ type: BooleanConstructor;
2667
+ default: boolean;
2668
+ };
2669
+ maxLength: {
2670
+ type: import("vue").PropType<number | {
2671
+ length: number;
2672
+ errorOnly?: boolean;
2673
+ }>;
2674
+ default: number;
2675
+ };
2676
+ showWordLimit: {
2677
+ type: BooleanConstructor;
2678
+ default: boolean;
2679
+ };
2680
+ allowClear: {
2681
+ type: BooleanConstructor;
2682
+ default: boolean;
2683
+ };
2684
+ autoSize: {
2685
+ type: import("vue").PropType<boolean | {
2686
+ minRows?: number;
2687
+ maxRows?: number;
2688
+ }>;
2689
+ default: boolean;
2690
+ };
2691
+ wordLength: {
2692
+ type: import("vue").PropType<(value: string) => number>;
2693
+ };
2694
+ wordSlice: {
2695
+ type: import("vue").PropType<(value: string, maxLength: number) => string>;
2696
+ };
2697
+ textareaAttrs: {
2698
+ type: import("vue").PropType<Record<string, any>>;
2699
+ };
2700
+ }>> & Readonly<{
2701
+ onClear?: ((_ev: MouseEvent) => any) | undefined;
2702
+ onFocus?: ((_ev: FocusEvent) => any) | undefined;
2703
+ onBlur?: ((_ev: FocusEvent) => any) | undefined;
2704
+ onChange?: ((_value: string, _ev: Event) => any) | undefined;
2705
+ onInput?: ((_value: string, _ev: Event) => any) | undefined;
2706
+ "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
2707
+ }>, {
2708
+ focus: () => void;
2709
+ blur: () => void;
2710
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2711
+ clear: (_ev: MouseEvent) => any;
2712
+ focus: (_ev: FocusEvent) => any;
2713
+ blur: (_ev: FocusEvent) => any;
2714
+ change: (_value: string, _ev: Event) => any;
2715
+ input: (_value: string, _ev: Event) => any;
2716
+ "update:modelValue": (_value: string) => any;
2717
+ }, string, {
2718
+ disabled: boolean;
2719
+ error: boolean;
2720
+ readonly: string | boolean;
2721
+ defaultValue: string;
2722
+ allowClear: boolean;
2723
+ fitWidth: boolean;
2724
+ maxWFull: boolean;
2725
+ maxLength: number | {
2726
+ length: number;
2727
+ errorOnly?: boolean;
2728
+ };
2729
+ showWordLimit: boolean;
2730
+ autoSize: boolean | {
2731
+ minRows?: number;
2732
+ maxRows?: number;
2733
+ };
2734
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
2735
+ beforeCreate?: (() => void) | (() => void)[];
2736
+ created?: (() => void) | (() => void)[];
2737
+ beforeMount?: (() => void) | (() => void)[];
2738
+ mounted?: (() => void) | (() => void)[];
2739
+ beforeUpdate?: (() => void) | (() => void)[];
2740
+ updated?: (() => void) | (() => void)[];
2741
+ activated?: (() => void) | (() => void)[];
2742
+ deactivated?: (() => void) | (() => void)[];
2743
+ beforeDestroy?: (() => void) | (() => void)[];
2744
+ beforeUnmount?: (() => void) | (() => void)[];
2745
+ destroyed?: (() => void) | (() => void)[];
2746
+ unmounted?: (() => void) | (() => void)[];
2747
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
2748
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
2749
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
2750
+ };
2751
+ $forceUpdate: () => void;
2752
+ $nextTick: typeof import("vue").nextTick;
2753
+ $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;
2754
+ } & Readonly<{
2755
+ disabled: boolean;
2756
+ error: boolean;
2757
+ readonly: string | boolean;
2758
+ defaultValue: string;
2759
+ allowClear: boolean;
2760
+ fitWidth: boolean;
2761
+ maxWFull: boolean;
2762
+ maxLength: number | {
2763
+ length: number;
2764
+ errorOnly?: boolean;
2765
+ };
2766
+ showWordLimit: boolean;
2767
+ autoSize: boolean | {
2768
+ minRows?: number;
2769
+ maxRows?: number;
2770
+ };
2771
+ }> & Omit<Readonly<import("vue").ExtractPropTypes<{
2772
+ modelValue: StringConstructor;
2773
+ defaultValue: {
2774
+ type: StringConstructor;
2775
+ default: string;
2776
+ };
2777
+ placeholder: StringConstructor;
2778
+ fitWidth: {
2779
+ type: BooleanConstructor;
2780
+ default: boolean;
2781
+ };
2782
+ maxWFull: {
2783
+ type: BooleanConstructor;
2784
+ default: boolean;
2785
+ };
2786
+ disabled: {
2787
+ type: BooleanConstructor;
2788
+ default: boolean;
2789
+ };
2790
+ readonly: {
2791
+ type: (StringConstructor | BooleanConstructor)[];
2792
+ default: boolean;
2793
+ };
2794
+ error: {
2795
+ type: BooleanConstructor;
2796
+ default: boolean;
2797
+ };
2798
+ maxLength: {
2799
+ type: import("vue").PropType<number | {
2800
+ length: number;
2801
+ errorOnly?: boolean;
2802
+ }>;
2803
+ default: number;
2804
+ };
2805
+ showWordLimit: {
2806
+ type: BooleanConstructor;
2807
+ default: boolean;
2808
+ };
2809
+ allowClear: {
2810
+ type: BooleanConstructor;
2811
+ default: boolean;
2812
+ };
2813
+ autoSize: {
2814
+ type: import("vue").PropType<boolean | {
2815
+ minRows?: number;
2816
+ maxRows?: number;
2817
+ }>;
2818
+ default: boolean;
2819
+ };
2820
+ wordLength: {
2821
+ type: import("vue").PropType<(value: string) => number>;
2822
+ };
2823
+ wordSlice: {
2824
+ type: import("vue").PropType<(value: string, maxLength: number) => string>;
2825
+ };
2826
+ textareaAttrs: {
2827
+ type: import("vue").PropType<Record<string, any>>;
2828
+ };
2829
+ }>> & Readonly<{
2830
+ onClear?: ((_ev: MouseEvent) => any) | undefined;
2831
+ onFocus?: ((_ev: FocusEvent) => any) | undefined;
2832
+ onBlur?: ((_ev: FocusEvent) => any) | undefined;
2833
+ onChange?: ((_value: string, _ev: Event) => any) | undefined;
2834
+ onInput?: ((_value: string, _ev: Event) => any) | undefined;
2835
+ "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
2836
+ }>, "focus" | "blur" | ("disabled" | "error" | "readonly" | "defaultValue" | "allowClear" | "fitWidth" | "maxWFull" | "maxLength" | "showWordLimit" | "autoSize")> & {
2837
+ focus: () => void;
2838
+ blur: () => void;
2839
+ } & {} & import("vue").ComponentCustomProperties & {} & {
2840
+ $slots: {
2841
+ suffix?: (props: {}) => any;
2842
+ };
2843
+ }) | undefined, ({
2844
+ $: import("vue").ComponentInternalInstance;
2845
+ $data: {};
2846
+ $props: Partial<{
2847
+ type: "text" | "password";
2848
+ disabled: boolean;
2849
+ error: boolean;
2850
+ readonly: string | boolean;
2851
+ defaultValue: string;
2852
+ allowClear: boolean;
2853
+ fitWidth: boolean;
2854
+ maxWFull: boolean;
2855
+ maxLength: number | {
2856
+ length: number;
2857
+ errorOnly?: boolean;
2858
+ };
2859
+ showWordLimit: boolean;
2860
+ fitWidthFallback: string;
2861
+ }> & Omit<{
2862
+ readonly type: "text" | "password";
2863
+ readonly disabled: boolean;
2864
+ readonly error: boolean;
2865
+ readonly readonly: string | boolean;
2866
+ readonly defaultValue: string;
2867
+ readonly allowClear: boolean;
2868
+ readonly fitWidth: boolean;
2869
+ readonly maxWFull: boolean;
2870
+ readonly maxLength: number | {
2871
+ length: number;
2872
+ errorOnly?: boolean;
2873
+ };
2874
+ readonly showWordLimit: boolean;
2875
+ readonly fitWidthFallback: string;
2876
+ readonly size?: "small" | "medium" | "large" | "mini" | undefined;
2877
+ readonly modelValue?: string | undefined;
2878
+ readonly placeholder?: string | undefined;
2879
+ readonly inputAttrs?: Record<string, any> | undefined;
2880
+ readonly prepend?: string | undefined;
2881
+ readonly append?: string | undefined;
2882
+ readonly wordLength?: ((value: string) => number) | undefined;
2883
+ readonly wordSlice?: ((value: string, maxLength: number) => string) | undefined;
2884
+ readonly onClear?: ((_event: MouseEvent) => any) | undefined;
2885
+ readonly onFocus?: ((_event: FocusEvent) => any) | undefined;
2886
+ readonly onBlur?: ((_event: FocusEvent) => any) | undefined;
2887
+ readonly onChange?: ((_value: string, _event: Event) => any) | undefined;
2888
+ readonly onInput?: ((_value: string, _event: Event) => any) | undefined;
2889
+ readonly "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
2890
+ readonly onPressEnter?: ((_event: KeyboardEvent) => any) | undefined;
2891
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "disabled" | "error" | "readonly" | "defaultValue" | "allowClear" | "fitWidth" | "maxWFull" | "maxLength" | "showWordLimit" | "fitWidthFallback">;
2892
+ $attrs: import("vue").Attrs;
2893
+ $refs: {
2894
+ [x: string]: unknown;
2895
+ };
2896
+ $slots: Readonly<{
2897
+ [name: string]: import("vue").Slot<any> | undefined;
2898
+ }>;
2899
+ $root: import("vue").ComponentPublicInstance | null;
2900
+ $parent: import("vue").ComponentPublicInstance | null;
2901
+ $host: Element | null;
2902
+ $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);
2903
+ $el: any;
2904
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
2905
+ modelValue: StringConstructor;
2906
+ defaultValue: {
2907
+ type: StringConstructor;
2908
+ default: string;
2909
+ };
2910
+ size: import("vue").PropType<import("../index.ts").Size>;
2911
+ allowClear: {
2912
+ type: BooleanConstructor;
2913
+ default: boolean;
2914
+ };
2915
+ disabled: {
2916
+ type: BooleanConstructor;
2917
+ default: boolean;
2918
+ };
2919
+ readonly: {
2920
+ type: (StringConstructor | BooleanConstructor)[];
2921
+ default: boolean;
2922
+ };
2923
+ error: {
2924
+ type: BooleanConstructor;
2925
+ default: boolean;
2926
+ };
2927
+ placeholder: StringConstructor;
2928
+ fitWidth: {
2929
+ type: BooleanConstructor;
2930
+ default: boolean;
2931
+ };
2932
+ maxWFull: {
2933
+ type: BooleanConstructor;
2934
+ default: boolean;
2935
+ };
2936
+ maxLength: {
2937
+ type: import("vue").PropType<number | {
2938
+ length: number;
2939
+ errorOnly?: boolean;
2940
+ }>;
2941
+ default: number;
2942
+ };
2943
+ showWordLimit: {
2944
+ type: BooleanConstructor;
2945
+ default: boolean;
2946
+ };
2947
+ wordLength: import("vue").PropType<(value: string) => number>;
2948
+ wordSlice: import("vue").PropType<(value: string, maxLength: number) => string>;
2949
+ inputAttrs: ObjectConstructor;
2950
+ type: {
2951
+ type: import("vue").PropType<"text" | "password">;
2952
+ default: string;
2953
+ };
2954
+ fitWidthFallback: {
2955
+ type: StringConstructor;
2956
+ default: string;
2957
+ };
2958
+ prepend: StringConstructor;
2959
+ append: StringConstructor;
2960
+ }>> & Readonly<{
2961
+ onClear?: ((_event: MouseEvent) => any) | undefined;
2962
+ onFocus?: ((_event: FocusEvent) => any) | undefined;
2963
+ onBlur?: ((_event: FocusEvent) => any) | undefined;
2964
+ onChange?: ((_value: string, _event: Event) => any) | undefined;
2965
+ onInput?: ((_value: string, _event: Event) => any) | undefined;
2966
+ "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
2967
+ onPressEnter?: ((_event: KeyboardEvent) => any) | undefined;
2968
+ }>, {
2969
+ inputRef: import("vue").Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
2970
+ focus: () => void | undefined;
2971
+ blur: () => void | undefined;
2972
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2973
+ clear: (_event: MouseEvent) => void;
2974
+ focus: (_event: FocusEvent) => void;
2975
+ blur: (_event: FocusEvent) => void;
2976
+ change: (_value: string, _event: Event) => void;
2977
+ input: (_value: string, _event: Event) => void;
2978
+ "update:modelValue": (_value: string) => void;
2979
+ pressEnter: (_event: KeyboardEvent) => void;
2980
+ }, string, {
2981
+ type: "text" | "password";
2982
+ disabled: boolean;
2983
+ error: boolean;
2984
+ readonly: string | boolean;
2985
+ defaultValue: string;
2986
+ allowClear: boolean;
2987
+ fitWidth: boolean;
2988
+ maxWFull: boolean;
2989
+ maxLength: number | {
2990
+ length: number;
2991
+ errorOnly?: boolean;
2992
+ };
2993
+ showWordLimit: boolean;
2994
+ fitWidthFallback: string;
2995
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
2996
+ beforeCreate?: (() => void) | (() => void)[];
2997
+ created?: (() => void) | (() => void)[];
2998
+ beforeMount?: (() => void) | (() => void)[];
2999
+ mounted?: (() => void) | (() => void)[];
3000
+ beforeUpdate?: (() => void) | (() => void)[];
3001
+ updated?: (() => void) | (() => void)[];
3002
+ activated?: (() => void) | (() => void)[];
3003
+ deactivated?: (() => void) | (() => void)[];
3004
+ beforeDestroy?: (() => void) | (() => void)[];
3005
+ beforeUnmount?: (() => void) | (() => void)[];
3006
+ destroyed?: (() => void) | (() => void)[];
3007
+ unmounted?: (() => void) | (() => void)[];
3008
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
3009
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
3010
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
3011
+ };
3012
+ $forceUpdate: () => void;
3013
+ $nextTick: typeof import("vue").nextTick;
3014
+ $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;
3015
+ } & Readonly<{
3016
+ type: "text" | "password";
3017
+ disabled: boolean;
3018
+ error: boolean;
3019
+ readonly: string | boolean;
3020
+ defaultValue: string;
3021
+ allowClear: boolean;
3022
+ fitWidth: boolean;
3023
+ maxWFull: boolean;
3024
+ maxLength: number | {
3025
+ length: number;
3026
+ errorOnly?: boolean;
3027
+ };
3028
+ showWordLimit: boolean;
3029
+ fitWidthFallback: string;
3030
+ }> & Omit<Readonly<import("vue").ExtractPropTypes<{
3031
+ modelValue: StringConstructor;
3032
+ defaultValue: {
3033
+ type: StringConstructor;
3034
+ default: string;
3035
+ };
3036
+ size: import("vue").PropType<import("../index.ts").Size>;
3037
+ allowClear: {
3038
+ type: BooleanConstructor;
3039
+ default: boolean;
3040
+ };
3041
+ disabled: {
3042
+ type: BooleanConstructor;
3043
+ default: boolean;
3044
+ };
3045
+ readonly: {
3046
+ type: (StringConstructor | BooleanConstructor)[];
3047
+ default: boolean;
3048
+ };
3049
+ error: {
3050
+ type: BooleanConstructor;
3051
+ default: boolean;
3052
+ };
3053
+ placeholder: StringConstructor;
3054
+ fitWidth: {
3055
+ type: BooleanConstructor;
3056
+ default: boolean;
3057
+ };
3058
+ maxWFull: {
3059
+ type: BooleanConstructor;
3060
+ default: boolean;
3061
+ };
3062
+ maxLength: {
3063
+ type: import("vue").PropType<number | {
3064
+ length: number;
3065
+ errorOnly?: boolean;
3066
+ }>;
3067
+ default: number;
3068
+ };
3069
+ showWordLimit: {
3070
+ type: BooleanConstructor;
3071
+ default: boolean;
3072
+ };
3073
+ wordLength: import("vue").PropType<(value: string) => number>;
3074
+ wordSlice: import("vue").PropType<(value: string, maxLength: number) => string>;
3075
+ inputAttrs: ObjectConstructor;
3076
+ type: {
3077
+ type: import("vue").PropType<"text" | "password">;
3078
+ default: string;
3079
+ };
3080
+ fitWidthFallback: {
3081
+ type: StringConstructor;
3082
+ default: string;
3083
+ };
3084
+ prepend: StringConstructor;
3085
+ append: StringConstructor;
3086
+ }>> & Readonly<{
3087
+ onClear?: ((_event: MouseEvent) => any) | undefined;
3088
+ onFocus?: ((_event: FocusEvent) => any) | undefined;
3089
+ onBlur?: ((_event: FocusEvent) => any) | undefined;
3090
+ onChange?: ((_value: string, _event: Event) => any) | undefined;
3091
+ onInput?: ((_value: string, _event: Event) => any) | undefined;
3092
+ "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
3093
+ onPressEnter?: ((_event: KeyboardEvent) => any) | undefined;
3094
+ }>, "focus" | "blur" | "inputRef" | ("type" | "disabled" | "error" | "readonly" | "defaultValue" | "allowClear" | "fitWidth" | "maxWFull" | "maxLength" | "showWordLimit" | "fitWidthFallback")> & {
3095
+ inputRef: HTMLInputElement | undefined;
3096
+ focus: () => void | undefined;
3097
+ blur: () => void | undefined;
3098
+ } & {} & import("vue").ComponentCustomProperties & {} & {
3099
+ $slots: {
3100
+ prefix?: (props: {}) => any;
3101
+ } & {
3102
+ suffix?: (props: {}) => any;
3103
+ } & {
3104
+ prepend?: (props: {}) => any;
3105
+ } & {
3106
+ append?: (props: {}) => any;
3107
+ };
3108
+ }) | ({
3109
+ $: import("vue").ComponentInternalInstance;
3110
+ $data: {};
3111
+ $props: Partial<{
3112
+ disabled: boolean;
3113
+ error: boolean;
3114
+ readonly: string | boolean;
3115
+ defaultValue: string;
3116
+ allowClear: boolean;
3117
+ fitWidth: boolean;
3118
+ maxWFull: boolean;
3119
+ maxLength: number | {
3120
+ length: number;
3121
+ errorOnly?: boolean;
3122
+ };
3123
+ showWordLimit: boolean;
3124
+ autoSize: boolean | {
3125
+ minRows?: number;
3126
+ maxRows?: number;
3127
+ };
3128
+ }> & Omit<{
3129
+ readonly disabled: boolean;
3130
+ readonly error: boolean;
3131
+ readonly readonly: string | boolean;
3132
+ readonly defaultValue: string;
3133
+ readonly allowClear: boolean;
3134
+ readonly fitWidth: boolean;
3135
+ readonly maxWFull: boolean;
3136
+ readonly maxLength: number | {
3137
+ length: number;
3138
+ errorOnly?: boolean;
3139
+ };
3140
+ readonly showWordLimit: boolean;
3141
+ readonly autoSize: boolean | {
3142
+ minRows?: number;
3143
+ maxRows?: number;
3144
+ };
3145
+ readonly modelValue?: string | undefined;
3146
+ readonly placeholder?: string | undefined;
3147
+ readonly wordLength?: ((value: string) => number) | undefined;
3148
+ readonly wordSlice?: ((value: string, maxLength: number) => string) | undefined;
3149
+ readonly textareaAttrs?: Record<string, any> | undefined;
3150
+ readonly onClear?: ((_ev: MouseEvent) => any) | undefined;
3151
+ readonly onFocus?: ((_ev: FocusEvent) => any) | undefined;
3152
+ readonly onBlur?: ((_ev: FocusEvent) => any) | undefined;
3153
+ readonly onChange?: ((_value: string, _ev: Event) => any) | undefined;
3154
+ readonly onInput?: ((_value: string, _ev: Event) => any) | undefined;
3155
+ readonly "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
3156
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "error" | "readonly" | "defaultValue" | "allowClear" | "fitWidth" | "maxWFull" | "maxLength" | "showWordLimit" | "autoSize">;
3157
+ $attrs: import("vue").Attrs;
3158
+ $refs: {
3159
+ [x: string]: unknown;
3160
+ };
3161
+ $slots: Readonly<{
3162
+ [name: string]: import("vue").Slot<any> | undefined;
3163
+ }>;
3164
+ $root: import("vue").ComponentPublicInstance | null;
3165
+ $parent: import("vue").ComponentPublicInstance | null;
3166
+ $host: Element | null;
3167
+ $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);
3168
+ $el: any;
3169
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
3170
+ modelValue: StringConstructor;
3171
+ defaultValue: {
3172
+ type: StringConstructor;
3173
+ default: string;
3174
+ };
3175
+ placeholder: StringConstructor;
3176
+ fitWidth: {
3177
+ type: BooleanConstructor;
3178
+ default: boolean;
3179
+ };
3180
+ maxWFull: {
3181
+ type: BooleanConstructor;
3182
+ default: boolean;
3183
+ };
3184
+ disabled: {
3185
+ type: BooleanConstructor;
3186
+ default: boolean;
3187
+ };
3188
+ readonly: {
3189
+ type: (StringConstructor | BooleanConstructor)[];
3190
+ default: boolean;
3191
+ };
3192
+ error: {
3193
+ type: BooleanConstructor;
3194
+ default: boolean;
3195
+ };
3196
+ maxLength: {
3197
+ type: import("vue").PropType<number | {
3198
+ length: number;
3199
+ errorOnly?: boolean;
3200
+ }>;
3201
+ default: number;
3202
+ };
3203
+ showWordLimit: {
3204
+ type: BooleanConstructor;
3205
+ default: boolean;
3206
+ };
3207
+ allowClear: {
3208
+ type: BooleanConstructor;
3209
+ default: boolean;
3210
+ };
3211
+ autoSize: {
3212
+ type: import("vue").PropType<boolean | {
3213
+ minRows?: number;
3214
+ maxRows?: number;
3215
+ }>;
3216
+ default: boolean;
3217
+ };
3218
+ wordLength: {
3219
+ type: import("vue").PropType<(value: string) => number>;
3220
+ };
3221
+ wordSlice: {
3222
+ type: import("vue").PropType<(value: string, maxLength: number) => string>;
3223
+ };
3224
+ textareaAttrs: {
3225
+ type: import("vue").PropType<Record<string, any>>;
3226
+ };
3227
+ }>> & Readonly<{
3228
+ onClear?: ((_ev: MouseEvent) => any) | undefined;
3229
+ onFocus?: ((_ev: FocusEvent) => any) | undefined;
3230
+ onBlur?: ((_ev: FocusEvent) => any) | undefined;
3231
+ onChange?: ((_value: string, _ev: Event) => any) | undefined;
3232
+ onInput?: ((_value: string, _ev: Event) => any) | undefined;
3233
+ "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
3234
+ }>, {
3235
+ focus: () => void;
3236
+ blur: () => void;
3237
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3238
+ clear: (_ev: MouseEvent) => any;
3239
+ focus: (_ev: FocusEvent) => any;
3240
+ blur: (_ev: FocusEvent) => any;
3241
+ change: (_value: string, _ev: Event) => any;
3242
+ input: (_value: string, _ev: Event) => any;
3243
+ "update:modelValue": (_value: string) => any;
3244
+ }, string, {
3245
+ disabled: boolean;
3246
+ error: boolean;
3247
+ readonly: string | boolean;
3248
+ defaultValue: string;
3249
+ allowClear: boolean;
3250
+ fitWidth: boolean;
3251
+ maxWFull: boolean;
3252
+ maxLength: number | {
3253
+ length: number;
3254
+ errorOnly?: boolean;
3255
+ };
3256
+ showWordLimit: boolean;
3257
+ autoSize: boolean | {
3258
+ minRows?: number;
3259
+ maxRows?: number;
3260
+ };
3261
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
3262
+ beforeCreate?: (() => void) | (() => void)[];
3263
+ created?: (() => void) | (() => void)[];
3264
+ beforeMount?: (() => void) | (() => void)[];
3265
+ mounted?: (() => void) | (() => void)[];
3266
+ beforeUpdate?: (() => void) | (() => void)[];
3267
+ updated?: (() => void) | (() => void)[];
3268
+ activated?: (() => void) | (() => void)[];
3269
+ deactivated?: (() => void) | (() => void)[];
3270
+ beforeDestroy?: (() => void) | (() => void)[];
3271
+ beforeUnmount?: (() => void) | (() => void)[];
3272
+ destroyed?: (() => void) | (() => void)[];
3273
+ unmounted?: (() => void) | (() => void)[];
3274
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
3275
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
3276
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
3277
+ };
3278
+ $forceUpdate: () => void;
3279
+ $nextTick: typeof import("vue").nextTick;
3280
+ $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;
3281
+ } & Readonly<{
3282
+ disabled: boolean;
3283
+ error: boolean;
3284
+ readonly: string | boolean;
3285
+ defaultValue: string;
3286
+ allowClear: boolean;
3287
+ fitWidth: boolean;
3288
+ maxWFull: boolean;
3289
+ maxLength: number | {
3290
+ length: number;
3291
+ errorOnly?: boolean;
3292
+ };
3293
+ showWordLimit: boolean;
3294
+ autoSize: boolean | {
3295
+ minRows?: number;
3296
+ maxRows?: number;
3297
+ };
3298
+ }> & Omit<Readonly<import("vue").ExtractPropTypes<{
3299
+ modelValue: StringConstructor;
3300
+ defaultValue: {
3301
+ type: StringConstructor;
3302
+ default: string;
3303
+ };
3304
+ placeholder: StringConstructor;
3305
+ fitWidth: {
3306
+ type: BooleanConstructor;
3307
+ default: boolean;
3308
+ };
3309
+ maxWFull: {
3310
+ type: BooleanConstructor;
3311
+ default: boolean;
3312
+ };
3313
+ disabled: {
3314
+ type: BooleanConstructor;
3315
+ default: boolean;
3316
+ };
3317
+ readonly: {
3318
+ type: (StringConstructor | BooleanConstructor)[];
3319
+ default: boolean;
3320
+ };
3321
+ error: {
3322
+ type: BooleanConstructor;
3323
+ default: boolean;
3324
+ };
3325
+ maxLength: {
3326
+ type: import("vue").PropType<number | {
3327
+ length: number;
3328
+ errorOnly?: boolean;
3329
+ }>;
3330
+ default: number;
3331
+ };
3332
+ showWordLimit: {
3333
+ type: BooleanConstructor;
3334
+ default: boolean;
3335
+ };
3336
+ allowClear: {
3337
+ type: BooleanConstructor;
3338
+ default: boolean;
3339
+ };
3340
+ autoSize: {
3341
+ type: import("vue").PropType<boolean | {
3342
+ minRows?: number;
3343
+ maxRows?: number;
3344
+ }>;
3345
+ default: boolean;
3346
+ };
3347
+ wordLength: {
3348
+ type: import("vue").PropType<(value: string) => number>;
3349
+ };
3350
+ wordSlice: {
3351
+ type: import("vue").PropType<(value: string, maxLength: number) => string>;
3352
+ };
3353
+ textareaAttrs: {
3354
+ type: import("vue").PropType<Record<string, any>>;
3355
+ };
3356
+ }>> & Readonly<{
3357
+ onClear?: ((_ev: MouseEvent) => any) | undefined;
3358
+ onFocus?: ((_ev: FocusEvent) => any) | undefined;
3359
+ onBlur?: ((_ev: FocusEvent) => any) | undefined;
3360
+ onChange?: ((_value: string, _ev: Event) => any) | undefined;
3361
+ onInput?: ((_value: string, _ev: Event) => any) | undefined;
3362
+ "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
3363
+ }>, "focus" | "blur" | ("disabled" | "error" | "readonly" | "defaultValue" | "allowClear" | "fitWidth" | "maxWFull" | "maxLength" | "showWordLimit" | "autoSize")> & {
3364
+ focus: () => void;
3365
+ blur: () => void;
3366
+ } & {} & import("vue").ComponentCustomProperties & {} & {
3367
+ $slots: {
3368
+ suffix?: (props: {}) => any;
3369
+ };
3370
+ }) | undefined>;
3371
+ focus: () => void | undefined;
3372
+ blur: () => void | undefined;
3373
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3374
+ search: (_value: string, _prefix: string) => void;
3375
+ clear: (_event: Event) => void;
3376
+ focus: (_event: FocusEvent) => void;
3377
+ blur: (_event: FocusEvent) => void;
3378
+ change: (_value: string) => void;
3379
+ select: (_value: string | number | Record<string, any> | undefined) => void;
3380
+ "update:modelValue": (_value: string) => void;
231
3381
  }, string, {
232
3382
  type: "textarea" | "input";
233
3383
  split: string;
234
3384
  disabled: boolean;
235
3385
  readonly: string | boolean;
236
- data: (string | number | import("..").SelectOptionData | import("..").SelectOptionGroup)[];
3386
+ data: (string | number | import("../index.ts").SelectOptionData | import("../index.ts").SelectOptionGroup)[];
237
3387
  prefix: string | string[];
238
3388
  defaultValue: string;
239
3389
  allowClear: boolean;
240
3390
  fitWidth: boolean;
241
3391
  maxWFull: boolean;
242
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
3392
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
3393
+ $slots: {
3394
+ option?: (props: {
3395
+ data: {
3396
+ [x: string]: unknown;
3397
+ raw: {
3398
+ [x: string]: unknown;
3399
+ value?: import("../select/interface.ts").SelectOptionValue | undefined;
3400
+ label?: string | undefined;
3401
+ disabled?: boolean | undefined;
3402
+ tagProps?: Record<string, unknown> | undefined;
3403
+ };
3404
+ key: string;
3405
+ index?: number | undefined;
3406
+ origin: "options" | "extraOptions";
3407
+ value: import("../select/interface.ts").SelectOptionValue;
3408
+ label: string;
3409
+ disabled?: boolean | undefined;
3410
+ tagProps?: Record<string, unknown> | undefined;
3411
+ } | undefined;
3412
+ }) => any;
3413
+ } & {
3414
+ prefix?: (props: {}) => any;
3415
+ } & {
3416
+ suffix?: (props: {}) => any;
3417
+ };
3418
+ }) & {
243
3419
  install: (app: App, options?: SDOptions) => void;
244
3420
  };
245
3421
  export type MentionInstance = InstanceType<typeof _Mention>;