vft 0.0.159 → 0.0.161

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 (548) hide show
  1. package/es/app-components/button/style/index.d.ts +1 -0
  2. package/es/app-components/clamp/style/index.d.ts +1 -0
  3. package/es/app-components/col/style/index.d.ts +1 -0
  4. package/es/app-components/form/style/index.d.ts +1 -0
  5. package/es/app-components/icon/style/index.d.ts +1 -0
  6. package/es/app-components/image/style/index.d.ts +1 -0
  7. package/es/app-components/input/style/index.d.ts +2 -0
  8. package/es/app-components/overlay/style/index.d.ts +1 -0
  9. package/es/app-components/popup/style/index.d.ts +2 -0
  10. package/es/app-components/row/style/index.d.ts +1 -0
  11. package/es/app-components/super-form/style/index.d.ts +3 -0
  12. package/es/components/affix/style/css.d.ts +1 -0
  13. package/es/components/affix/style/index.d.ts +1 -0
  14. package/es/components/alert/style/css.d.ts +2 -0
  15. package/es/components/alert/style/index.d.ts +2 -0
  16. package/es/components/aside/style/css.d.ts +1 -0
  17. package/es/components/aside/style/index.d.ts +1 -0
  18. package/es/components/autocomplete/autocomplete.vue.d.ts +1 -1
  19. package/es/components/autocomplete/index.d.ts +3 -3
  20. package/es/components/autocomplete/style/css.d.ts +4 -0
  21. package/es/components/autocomplete/style/index.d.ts +4 -0
  22. package/es/components/avatar/style/css.d.ts +3 -0
  23. package/es/components/avatar/style/index.d.ts +3 -0
  24. package/es/components/backtop/style/css.d.ts +1 -0
  25. package/es/components/backtop/style/index.d.ts +1 -0
  26. package/es/components/button/button.vue.d.ts +1 -1
  27. package/es/components/button/index.d.ts +43 -43
  28. package/es/components/button/style/css.d.ts +2 -0
  29. package/es/components/button/style/index.d.ts +2 -0
  30. package/es/components/button/use-button.d.ts +3 -3
  31. package/es/components/button-group/style/css.d.ts +2 -0
  32. package/es/components/button-group/style/index.d.ts +2 -0
  33. package/es/components/card/style/css.d.ts +1 -0
  34. package/es/components/card/style/index.d.ts +1 -0
  35. package/es/components/carousel/style/css.d.ts +1 -0
  36. package/es/components/carousel/style/index.d.ts +1 -0
  37. package/es/components/carousel-item/style/css.d.ts +1 -0
  38. package/es/components/carousel-item/style/index.d.ts +1 -0
  39. package/es/components/check-tag/style/css.d.ts +1 -0
  40. package/es/components/check-tag/style/index.d.ts +1 -0
  41. package/es/components/checkbox/composables/use-checkbox-disabled.d.ts +1 -1
  42. package/es/components/checkbox/composables/use-checkbox.d.ts +1 -1
  43. package/es/components/checkbox/index.d.ts +32 -32
  44. package/es/components/checkbox/style/css.d.ts +1 -0
  45. package/es/components/checkbox/style/index.d.ts +1 -0
  46. package/es/components/checkbox-button/style/css.d.ts +1 -0
  47. package/es/components/checkbox-button/style/index.d.ts +1 -0
  48. package/es/components/checkbox-group/style/css.d.ts +1 -0
  49. package/es/components/checkbox-group/style/index.d.ts +1 -0
  50. package/es/components/clamp/style/css.d.ts +1 -0
  51. package/es/components/clamp/style/index.d.ts +1 -0
  52. package/es/components/clamp-toggle/style/css.d.ts +1 -0
  53. package/es/components/clamp-toggle/style/index.d.ts +1 -0
  54. package/es/components/clamp-tooltip/style/css.d.ts +1 -0
  55. package/es/components/clamp-tooltip/style/index.d.ts +1 -0
  56. package/es/components/col/style/css.d.ts +1 -0
  57. package/es/components/col/style/index.d.ts +1 -0
  58. package/es/components/collapse-transition/style/css.d.ts +1 -0
  59. package/es/components/collapse-transition/style/index.d.ts +1 -0
  60. package/es/components/color-picker/style/css.d.ts +3 -0
  61. package/es/components/color-picker/style/index.d.ts +3 -0
  62. package/es/components/config-provider/hooks/use-global-config.d.ts +1 -1
  63. package/es/components/config-provider/style/css.d.ts +1 -0
  64. package/es/components/config-provider/style/index.d.ts +1 -0
  65. package/es/components/container/style/css.d.ts +5 -0
  66. package/es/components/container/style/index.d.ts +5 -0
  67. package/es/components/context-menu/style/css.d.ts +1 -0
  68. package/es/components/context-menu/style/index.d.ts +1 -0
  69. package/es/components/date-picker/style/css.d.ts +1 -0
  70. package/es/components/date-picker/style/index.d.ts +6 -0
  71. package/es/components/date-time-select/style/css.d.ts +3 -0
  72. package/es/components/date-time-select/style/index.d.ts +5 -0
  73. package/es/components/descriptions/style/css.d.ts +1 -0
  74. package/es/components/descriptions/style/index.d.ts +1 -0
  75. package/es/components/descriptions-item/style/css.d.ts +1 -0
  76. package/es/components/descriptions-item/style/index.d.ts +1 -0
  77. package/es/components/dialog/dialog.vue.d.ts +2 -2
  78. package/es/components/dialog/index.d.ts +6 -6
  79. package/es/components/dialog/style/css.d.ts +2 -0
  80. package/es/components/dialog/style/index.d.ts +2 -0
  81. package/es/components/divider/style/css.d.ts +1 -0
  82. package/es/components/divider/style/index.d.ts +1 -0
  83. package/es/components/docs-layout/style/css.d.ts +1 -0
  84. package/es/components/docs-layout/style/index.d.ts +1 -0
  85. package/es/components/drawer/drawer.vue.d.ts +2 -2
  86. package/es/components/drawer/index.d.ts +6 -6
  87. package/es/components/drawer/style/css.d.ts +2 -0
  88. package/es/components/drawer/style/index.d.ts +2 -0
  89. package/es/components/dropdown/dropdown.vue.d.ts +1 -1
  90. package/es/components/dropdown/index.d.ts +11 -11
  91. package/es/components/dropdown/style/css.d.ts +5 -0
  92. package/es/components/dropdown/style/index.d.ts +5 -0
  93. package/es/components/dropdown-item/style/css.d.ts +1 -0
  94. package/es/components/dropdown-item/style/index.d.ts +1 -0
  95. package/es/components/dropdown-menu/style/css.d.ts +1 -0
  96. package/es/components/dropdown-menu/style/index.d.ts +1 -0
  97. package/es/components/empty/style/css.d.ts +1 -0
  98. package/es/components/empty/style/index.d.ts +1 -0
  99. package/es/components/exception/style/css.d.ts +1 -0
  100. package/es/components/exception/style/index.d.ts +1 -0
  101. package/es/components/footer/style/css.d.ts +1 -0
  102. package/es/components/footer/style/index.d.ts +1 -0
  103. package/es/components/footer-layout/style/css.d.ts +2 -0
  104. package/es/components/footer-layout/style/index.d.ts +2 -0
  105. package/es/components/form/hooks/use-form-common-props.d.ts +2 -2
  106. package/es/components/form/index.d.ts +24 -24
  107. package/es/components/form/style/css.d.ts +1 -0
  108. package/es/components/form/style/index.d.ts +1 -0
  109. package/es/components/form-item/style/css.d.ts +1 -0
  110. package/es/components/form-item/style/index.d.ts +1 -0
  111. package/es/components/full-screen/style/css.d.ts +2 -0
  112. package/es/components/full-screen/style/index.d.ts +2 -0
  113. package/es/components/header/style/css.d.ts +1 -0
  114. package/es/components/header/style/index.d.ts +1 -0
  115. package/es/components/header-layout/style/css.d.ts +3 -0
  116. package/es/components/header-layout/style/index.d.ts +3 -0
  117. package/es/components/horizontal-menu/style/css.d.ts +5 -0
  118. package/es/components/horizontal-menu/style/index.d.ts +5 -0
  119. package/es/components/icon/icon.vue2.js +27 -24
  120. package/es/components/icon/style/css.d.ts +1 -0
  121. package/es/components/icon/style/index.d.ts +1 -0
  122. package/es/components/icon-text/style/css.d.ts +1 -0
  123. package/es/components/icon-text/style/index.d.ts +1 -0
  124. package/es/components/iframe-layout/style/css.d.ts +1 -0
  125. package/es/components/iframe-layout/style/index.d.ts +1 -0
  126. package/es/components/image/style/css.d.ts +2 -0
  127. package/es/components/image/style/index.d.ts +2 -0
  128. package/es/components/image-viewer/style/css.d.ts +1 -0
  129. package/es/components/image-viewer/style/index.d.ts +1 -0
  130. package/es/components/infinite-scroll/style/css.d.ts +1 -0
  131. package/es/components/infinite-scroll/style/index.d.ts +1 -0
  132. package/es/components/input/style/css.d.ts +1 -0
  133. package/es/components/input/style/index.d.ts +1 -0
  134. package/es/components/input-number/style/css.d.ts +2 -0
  135. package/es/components/input-number/style/index.d.ts +2 -0
  136. package/es/components/link/style/css.d.ts +1 -0
  137. package/es/components/link/style/index.d.ts +1 -0
  138. package/es/components/list-cell/style/css.d.ts +1 -0
  139. package/es/components/list-cell/style/index.d.ts +1 -0
  140. package/es/components/loading/style/css.d.ts +1 -0
  141. package/es/components/loading/style/index.d.ts +1 -0
  142. package/es/components/logo/style/css.d.ts +1 -0
  143. package/es/components/logo/style/index.d.ts +1 -0
  144. package/es/components/main/style/css.d.ts +1 -0
  145. package/es/components/main/style/index.d.ts +1 -0
  146. package/es/components/md-code-demo/style/css.d.ts +1 -0
  147. package/es/components/md-code-demo/style/index.d.ts +1 -0
  148. package/es/components/md-code-tabs/style/css.d.ts +1 -0
  149. package/es/components/md-code-tabs/style/index.d.ts +1 -0
  150. package/es/components/md-comment/style/css.d.ts +1 -0
  151. package/es/components/md-comment/style/index.d.ts +1 -0
  152. package/es/components/md-container/md-container.vue2.js +32 -32
  153. package/es/components/md-container/style/css.d.ts +6 -0
  154. package/es/components/md-container/style/index.d.ts +6 -0
  155. package/es/components/md-tabs/style/css.d.ts +1 -0
  156. package/es/components/md-tabs/style/index.d.ts +1 -0
  157. package/es/components/md-vue-playground/style/css.d.ts +1 -0
  158. package/es/components/md-vue-playground/style/index.d.ts +1 -0
  159. package/es/components/menu/style/css.d.ts +3 -0
  160. package/es/components/menu/style/index.d.ts +3 -0
  161. package/es/components/menu-item/style/css.d.ts +2 -0
  162. package/es/components/menu-item/style/index.d.ts +2 -0
  163. package/es/components/menu-item-group/style/css.d.ts +1 -0
  164. package/es/components/menu-item-group/style/index.d.ts +1 -0
  165. package/es/components/message/style/css.d.ts +1 -0
  166. package/es/components/message/style/index.d.ts +1 -0
  167. package/es/components/modal/index.d.ts +19 -19
  168. package/es/components/modal/modal.vue.d.ts +1 -1
  169. package/es/components/modal/style/css.d.ts +2 -0
  170. package/es/components/modal/style/index.d.ts +2 -0
  171. package/es/components/multiple-tabs/multiple-tabs.vue2.js +3 -6
  172. package/es/components/multiple-tabs/style/css.d.ts +2 -0
  173. package/es/components/multiple-tabs/style/index.d.ts +2 -0
  174. package/es/components/option/style/css.d.ts +1 -0
  175. package/es/components/option/style/index.d.ts +1 -0
  176. package/es/components/option-group/style/css.d.ts +1 -0
  177. package/es/components/option-group/style/index.d.ts +1 -0
  178. package/es/components/overlay/style/css.d.ts +1 -0
  179. package/es/components/overlay/style/index.d.ts +1 -0
  180. package/es/components/p-image/style/css.d.ts +1 -0
  181. package/es/components/p-image/style/index.d.ts +1 -0
  182. package/es/components/page-wrapper/style/css.d.ts +1 -0
  183. package/es/components/page-wrapper/style/index.d.ts +1 -0
  184. package/es/components/pagination/style/css.d.ts +1 -0
  185. package/es/components/pagination/style/index.d.ts +1 -0
  186. package/es/components/popconfirm/style/css.d.ts +3 -0
  187. package/es/components/popconfirm/style/index.d.ts +3 -0
  188. package/es/components/popover/style/css.d.ts +2 -0
  189. package/es/components/popover/style/index.d.ts +2 -0
  190. package/es/components/popper/style/css.d.ts +1 -0
  191. package/es/components/popper/style/index.d.ts +1 -0
  192. package/es/components/progress/style/css.d.ts +1 -0
  193. package/es/components/progress/style/index.d.ts +1 -0
  194. package/es/components/progress-i/style/css.d.ts +1 -0
  195. package/es/components/progress-i/style/index.d.ts +1 -0
  196. package/es/components/qrcode/style/css.d.ts +1 -0
  197. package/es/components/qrcode/style/index.d.ts +1 -0
  198. package/es/components/radio/style/css.d.ts +1 -0
  199. package/es/components/radio/style/index.d.ts +1 -0
  200. package/es/components/radio/use-radio.d.ts +1 -1
  201. package/es/components/radio-button/style/css.d.ts +1 -0
  202. package/es/components/radio-button/style/index.d.ts +1 -0
  203. package/es/components/radio-group/style/css.d.ts +1 -0
  204. package/es/components/radio-group/style/index.d.ts +1 -0
  205. package/es/components/result/style/css.d.ts +1 -0
  206. package/es/components/result/style/index.d.ts +1 -0
  207. package/es/components/router-view-content/style/css.d.ts +1 -0
  208. package/es/components/router-view-content/style/index.d.ts +1 -0
  209. package/es/components/row/style/css.d.ts +1 -0
  210. package/es/components/row/style/index.d.ts +1 -0
  211. package/es/components/scrollbar/style/css.d.ts +1 -0
  212. package/es/components/scrollbar/style/index.d.ts +1 -0
  213. package/es/components/search/style/css.d.ts +3 -0
  214. package/es/components/search/style/index.d.ts +3 -0
  215. package/es/components/select/index.d.ts +2 -1872
  216. package/es/components/select/select.vue.d.ts +1 -936
  217. package/es/components/select/style/css.d.ts +6 -0
  218. package/es/components/select/style/index.d.ts +6 -0
  219. package/es/components/select/useSelect.d.ts +1 -1
  220. package/es/components/side-menu/style/css.d.ts +5 -0
  221. package/es/components/side-menu/style/index.d.ts +5 -0
  222. package/es/components/skeleton/style/css.d.ts +2 -0
  223. package/es/components/skeleton/style/index.d.ts +2 -0
  224. package/es/components/skeleton-item/style/css.d.ts +1 -0
  225. package/es/components/skeleton-item/style/index.d.ts +1 -0
  226. package/es/components/slider/style/css.d.ts +3 -0
  227. package/es/components/slider/style/index.d.ts +3 -0
  228. package/es/components/space/style/css.d.ts +1 -0
  229. package/es/components/space/style/index.d.ts +1 -0
  230. package/es/components/sub-menu/style/css.d.ts +1 -0
  231. package/es/components/sub-menu/style/index.d.ts +1 -0
  232. package/es/components/super-form/index.d.ts +12 -12
  233. package/es/components/super-form/style/css.d.ts +21 -0
  234. package/es/components/super-form/style/index.d.ts +21 -0
  235. package/es/components/switch/index.d.ts +5 -5
  236. package/es/components/switch/style/css.d.ts +1 -0
  237. package/es/components/switch/style/index.d.ts +1 -0
  238. package/es/components/switch/switch.vue.d.ts +1 -1
  239. package/es/components/tab-pane/style/css.d.ts +1 -0
  240. package/es/components/tab-pane/style/index.d.ts +1 -0
  241. package/es/components/table/index.d.ts +55 -55
  242. package/es/components/table/style/css.d.ts +4 -0
  243. package/es/components/table/style/index.d.ts +4 -0
  244. package/es/components/table/table.vue.d.ts +1 -1
  245. package/es/components/tabs/style/css.d.ts +1 -0
  246. package/es/components/tabs/style/index.d.ts +1 -0
  247. package/es/components/tag/style/css.d.ts +1 -0
  248. package/es/components/tag/style/index.d.ts +1 -0
  249. package/es/components/time-picker/common/picker.vue.d.ts +1 -1
  250. package/es/components/time-picker/style/css.d.ts +1 -0
  251. package/es/components/time-picker/style/index.d.ts +1 -0
  252. package/es/components/time-select/style/css.d.ts +1 -0
  253. package/es/components/time-select/style/index.d.ts +1 -0
  254. package/es/components/tooltip/style/css.d.ts +2 -0
  255. package/es/components/tooltip/style/index.d.ts +2 -0
  256. package/es/components/tree/index.d.ts +12 -12
  257. package/es/components/tree/style/css.d.ts +2 -0
  258. package/es/components/tree/style/index.d.ts +2 -0
  259. package/es/components/tree/tree.vue.d.ts +2 -2
  260. package/es/components/upload/index.d.ts +38 -38
  261. package/es/components/upload/style/css.d.ts +2 -0
  262. package/es/components/upload/style/index.d.ts +2 -0
  263. package/es/components/upload/upload-content.vue.d.ts +2 -2
  264. package/es/components/upload/upload.vue.d.ts +2 -2
  265. package/es/components/upload/use-handlers.d.ts +1 -1
  266. package/es/components/verify-code/style/css.d.ts +1 -0
  267. package/es/components/verify-code/style/index.d.ts +1 -0
  268. package/es/components/virtual-list/style/css.d.ts +2 -0
  269. package/es/components/virtual-list/style/index.d.ts +2 -0
  270. package/es/package.json.d.ts +2 -2
  271. package/es/package.json.js +1 -1
  272. package/lib/app-components/button/style/index.d.ts +1 -0
  273. package/lib/app-components/clamp/style/index.d.ts +1 -0
  274. package/lib/app-components/col/style/index.d.ts +1 -0
  275. package/lib/app-components/form/style/index.d.ts +1 -0
  276. package/lib/app-components/icon/style/index.d.ts +1 -0
  277. package/lib/app-components/image/style/index.d.ts +1 -0
  278. package/lib/app-components/input/style/index.d.ts +2 -0
  279. package/lib/app-components/overlay/style/index.d.ts +1 -0
  280. package/lib/app-components/popup/style/index.d.ts +2 -0
  281. package/lib/app-components/row/style/index.d.ts +1 -0
  282. package/lib/app-components/super-form/style/index.d.ts +3 -0
  283. package/lib/components/affix/style/css.d.ts +1 -0
  284. package/lib/components/affix/style/index.d.ts +1 -0
  285. package/lib/components/alert/style/css.d.ts +2 -0
  286. package/lib/components/alert/style/index.d.ts +2 -0
  287. package/lib/components/aside/style/css.d.ts +1 -0
  288. package/lib/components/aside/style/index.d.ts +1 -0
  289. package/lib/components/autocomplete/autocomplete.vue.d.ts +1 -1
  290. package/lib/components/autocomplete/index.d.ts +3 -3
  291. package/lib/components/autocomplete/style/css.d.ts +4 -0
  292. package/lib/components/autocomplete/style/index.d.ts +4 -0
  293. package/lib/components/avatar/style/css.d.ts +3 -0
  294. package/lib/components/avatar/style/index.d.ts +3 -0
  295. package/lib/components/backtop/style/css.d.ts +1 -0
  296. package/lib/components/backtop/style/index.d.ts +1 -0
  297. package/lib/components/button/button.vue.d.ts +1 -1
  298. package/lib/components/button/index.d.ts +43 -43
  299. package/lib/components/button/style/css.d.ts +2 -0
  300. package/lib/components/button/style/index.d.ts +2 -0
  301. package/lib/components/button/use-button.d.ts +3 -3
  302. package/lib/components/button-group/style/css.d.ts +2 -0
  303. package/lib/components/button-group/style/index.d.ts +2 -0
  304. package/lib/components/card/style/css.d.ts +1 -0
  305. package/lib/components/card/style/index.d.ts +1 -0
  306. package/lib/components/carousel/style/css.d.ts +1 -0
  307. package/lib/components/carousel/style/index.d.ts +1 -0
  308. package/lib/components/carousel-item/style/css.d.ts +1 -0
  309. package/lib/components/carousel-item/style/index.d.ts +1 -0
  310. package/lib/components/check-tag/style/css.d.ts +1 -0
  311. package/lib/components/check-tag/style/index.d.ts +1 -0
  312. package/lib/components/checkbox/composables/use-checkbox-disabled.d.ts +1 -1
  313. package/lib/components/checkbox/composables/use-checkbox.d.ts +1 -1
  314. package/lib/components/checkbox/index.d.ts +32 -32
  315. package/lib/components/checkbox/style/css.d.ts +1 -0
  316. package/lib/components/checkbox/style/index.d.ts +1 -0
  317. package/lib/components/checkbox-button/style/css.d.ts +1 -0
  318. package/lib/components/checkbox-button/style/index.d.ts +1 -0
  319. package/lib/components/checkbox-group/style/css.d.ts +1 -0
  320. package/lib/components/checkbox-group/style/index.d.ts +1 -0
  321. package/lib/components/clamp/style/css.d.ts +1 -0
  322. package/lib/components/clamp/style/index.d.ts +1 -0
  323. package/lib/components/clamp-toggle/style/css.d.ts +1 -0
  324. package/lib/components/clamp-toggle/style/index.d.ts +1 -0
  325. package/lib/components/clamp-tooltip/style/css.d.ts +1 -0
  326. package/lib/components/clamp-tooltip/style/index.d.ts +1 -0
  327. package/lib/components/col/style/css.d.ts +1 -0
  328. package/lib/components/col/style/index.d.ts +1 -0
  329. package/lib/components/collapse-transition/style/css.d.ts +1 -0
  330. package/lib/components/collapse-transition/style/index.d.ts +1 -0
  331. package/lib/components/color-picker/style/css.d.ts +3 -0
  332. package/lib/components/color-picker/style/index.d.ts +3 -0
  333. package/lib/components/config-provider/hooks/use-global-config.d.ts +1 -1
  334. package/lib/components/config-provider/style/css.d.ts +1 -0
  335. package/lib/components/config-provider/style/index.d.ts +1 -0
  336. package/lib/components/container/style/css.d.ts +5 -0
  337. package/lib/components/container/style/index.d.ts +5 -0
  338. package/lib/components/context-menu/style/css.d.ts +1 -0
  339. package/lib/components/context-menu/style/index.d.ts +1 -0
  340. package/lib/components/date-picker/style/css.d.ts +1 -0
  341. package/lib/components/date-picker/style/index.d.ts +6 -0
  342. package/lib/components/date-time-select/style/css.d.ts +3 -0
  343. package/lib/components/date-time-select/style/index.d.ts +5 -0
  344. package/lib/components/descriptions/style/css.d.ts +1 -0
  345. package/lib/components/descriptions/style/index.d.ts +1 -0
  346. package/lib/components/descriptions-item/style/css.d.ts +1 -0
  347. package/lib/components/descriptions-item/style/index.d.ts +1 -0
  348. package/lib/components/dialog/dialog.vue.d.ts +2 -2
  349. package/lib/components/dialog/index.d.ts +6 -6
  350. package/lib/components/dialog/style/css.d.ts +2 -0
  351. package/lib/components/dialog/style/index.d.ts +2 -0
  352. package/lib/components/divider/style/css.d.ts +1 -0
  353. package/lib/components/divider/style/index.d.ts +1 -0
  354. package/lib/components/docs-layout/style/css.d.ts +1 -0
  355. package/lib/components/docs-layout/style/index.d.ts +1 -0
  356. package/lib/components/drawer/drawer.vue.d.ts +2 -2
  357. package/lib/components/drawer/index.d.ts +6 -6
  358. package/lib/components/drawer/style/css.d.ts +2 -0
  359. package/lib/components/drawer/style/index.d.ts +2 -0
  360. package/lib/components/dropdown/dropdown.vue.d.ts +1 -1
  361. package/lib/components/dropdown/index.d.ts +11 -11
  362. package/lib/components/dropdown/style/css.d.ts +5 -0
  363. package/lib/components/dropdown/style/index.d.ts +5 -0
  364. package/lib/components/dropdown-item/style/css.d.ts +1 -0
  365. package/lib/components/dropdown-item/style/index.d.ts +1 -0
  366. package/lib/components/dropdown-menu/style/css.d.ts +1 -0
  367. package/lib/components/dropdown-menu/style/index.d.ts +1 -0
  368. package/lib/components/empty/style/css.d.ts +1 -0
  369. package/lib/components/empty/style/index.d.ts +1 -0
  370. package/lib/components/exception/style/css.d.ts +1 -0
  371. package/lib/components/exception/style/index.d.ts +1 -0
  372. package/lib/components/footer/style/css.d.ts +1 -0
  373. package/lib/components/footer/style/index.d.ts +1 -0
  374. package/lib/components/footer-layout/style/css.d.ts +2 -0
  375. package/lib/components/footer-layout/style/index.d.ts +2 -0
  376. package/lib/components/form/hooks/use-form-common-props.d.ts +2 -2
  377. package/lib/components/form/index.d.ts +24 -24
  378. package/lib/components/form/style/css.d.ts +1 -0
  379. package/lib/components/form/style/index.d.ts +1 -0
  380. package/lib/components/form-item/style/css.d.ts +1 -0
  381. package/lib/components/form-item/style/index.d.ts +1 -0
  382. package/lib/components/full-screen/style/css.d.ts +2 -0
  383. package/lib/components/full-screen/style/index.d.ts +2 -0
  384. package/lib/components/header/style/css.d.ts +1 -0
  385. package/lib/components/header/style/index.d.ts +1 -0
  386. package/lib/components/header-layout/style/css.d.ts +3 -0
  387. package/lib/components/header-layout/style/index.d.ts +3 -0
  388. package/lib/components/horizontal-menu/style/css.d.ts +5 -0
  389. package/lib/components/horizontal-menu/style/index.d.ts +5 -0
  390. package/lib/components/icon/icon.vue2.cjs +1 -1
  391. package/lib/components/icon/style/css.d.ts +1 -0
  392. package/lib/components/icon/style/index.d.ts +1 -0
  393. package/lib/components/icon-text/style/css.d.ts +1 -0
  394. package/lib/components/icon-text/style/index.d.ts +1 -0
  395. package/lib/components/iframe-layout/style/css.d.ts +1 -0
  396. package/lib/components/iframe-layout/style/index.d.ts +1 -0
  397. package/lib/components/image/style/css.d.ts +2 -0
  398. package/lib/components/image/style/index.d.ts +2 -0
  399. package/lib/components/image-viewer/style/css.d.ts +1 -0
  400. package/lib/components/image-viewer/style/index.d.ts +1 -0
  401. package/lib/components/infinite-scroll/style/css.d.ts +1 -0
  402. package/lib/components/infinite-scroll/style/index.d.ts +1 -0
  403. package/lib/components/input/style/css.d.ts +1 -0
  404. package/lib/components/input/style/index.d.ts +1 -0
  405. package/lib/components/input-number/style/css.d.ts +2 -0
  406. package/lib/components/input-number/style/index.d.ts +2 -0
  407. package/lib/components/link/style/css.d.ts +1 -0
  408. package/lib/components/link/style/index.d.ts +1 -0
  409. package/lib/components/list-cell/style/css.d.ts +1 -0
  410. package/lib/components/list-cell/style/index.d.ts +1 -0
  411. package/lib/components/loading/style/css.d.ts +1 -0
  412. package/lib/components/loading/style/index.d.ts +1 -0
  413. package/lib/components/logo/style/css.d.ts +1 -0
  414. package/lib/components/logo/style/index.d.ts +1 -0
  415. package/lib/components/main/style/css.d.ts +1 -0
  416. package/lib/components/main/style/index.d.ts +1 -0
  417. package/lib/components/md-code-demo/style/css.d.ts +1 -0
  418. package/lib/components/md-code-demo/style/index.d.ts +1 -0
  419. package/lib/components/md-code-tabs/style/css.d.ts +1 -0
  420. package/lib/components/md-code-tabs/style/index.d.ts +1 -0
  421. package/lib/components/md-comment/style/css.d.ts +1 -0
  422. package/lib/components/md-comment/style/index.d.ts +1 -0
  423. package/lib/components/md-container/md-container.vue2.cjs +1 -1
  424. package/lib/components/md-container/style/css.d.ts +6 -0
  425. package/lib/components/md-container/style/index.d.ts +6 -0
  426. package/lib/components/md-tabs/style/css.d.ts +1 -0
  427. package/lib/components/md-tabs/style/index.d.ts +1 -0
  428. package/lib/components/md-vue-playground/style/css.d.ts +1 -0
  429. package/lib/components/md-vue-playground/style/index.d.ts +1 -0
  430. package/lib/components/menu/style/css.d.ts +3 -0
  431. package/lib/components/menu/style/index.d.ts +3 -0
  432. package/lib/components/menu-item/style/css.d.ts +2 -0
  433. package/lib/components/menu-item/style/index.d.ts +2 -0
  434. package/lib/components/menu-item-group/style/css.d.ts +1 -0
  435. package/lib/components/menu-item-group/style/index.d.ts +1 -0
  436. package/lib/components/message/style/css.d.ts +1 -0
  437. package/lib/components/message/style/index.d.ts +1 -0
  438. package/lib/components/modal/index.d.ts +19 -19
  439. package/lib/components/modal/modal.vue.d.ts +1 -1
  440. package/lib/components/modal/style/css.d.ts +2 -0
  441. package/lib/components/modal/style/index.d.ts +2 -0
  442. package/lib/components/multiple-tabs/multiple-tabs.vue2.cjs +1 -1
  443. package/lib/components/multiple-tabs/style/css.d.ts +2 -0
  444. package/lib/components/multiple-tabs/style/index.d.ts +2 -0
  445. package/lib/components/option/style/css.d.ts +1 -0
  446. package/lib/components/option/style/index.d.ts +1 -0
  447. package/lib/components/option-group/style/css.d.ts +1 -0
  448. package/lib/components/option-group/style/index.d.ts +1 -0
  449. package/lib/components/overlay/style/css.d.ts +1 -0
  450. package/lib/components/overlay/style/index.d.ts +1 -0
  451. package/lib/components/p-image/style/css.d.ts +1 -0
  452. package/lib/components/p-image/style/index.d.ts +1 -0
  453. package/lib/components/page-wrapper/style/css.d.ts +1 -0
  454. package/lib/components/page-wrapper/style/index.d.ts +1 -0
  455. package/lib/components/pagination/style/css.d.ts +1 -0
  456. package/lib/components/pagination/style/index.d.ts +1 -0
  457. package/lib/components/popconfirm/style/css.d.ts +3 -0
  458. package/lib/components/popconfirm/style/index.d.ts +3 -0
  459. package/lib/components/popover/style/css.d.ts +2 -0
  460. package/lib/components/popover/style/index.d.ts +2 -0
  461. package/lib/components/popper/style/css.d.ts +1 -0
  462. package/lib/components/popper/style/index.d.ts +1 -0
  463. package/lib/components/progress/style/css.d.ts +1 -0
  464. package/lib/components/progress/style/index.d.ts +1 -0
  465. package/lib/components/progress-i/style/css.d.ts +1 -0
  466. package/lib/components/progress-i/style/index.d.ts +1 -0
  467. package/lib/components/qrcode/style/css.d.ts +1 -0
  468. package/lib/components/qrcode/style/index.d.ts +1 -0
  469. package/lib/components/radio/style/css.d.ts +1 -0
  470. package/lib/components/radio/style/index.d.ts +1 -0
  471. package/lib/components/radio/use-radio.d.ts +1 -1
  472. package/lib/components/radio-button/style/css.d.ts +1 -0
  473. package/lib/components/radio-button/style/index.d.ts +1 -0
  474. package/lib/components/radio-group/style/css.d.ts +1 -0
  475. package/lib/components/radio-group/style/index.d.ts +1 -0
  476. package/lib/components/result/style/css.d.ts +1 -0
  477. package/lib/components/result/style/index.d.ts +1 -0
  478. package/lib/components/router-view-content/style/css.d.ts +1 -0
  479. package/lib/components/router-view-content/style/index.d.ts +1 -0
  480. package/lib/components/row/style/css.d.ts +1 -0
  481. package/lib/components/row/style/index.d.ts +1 -0
  482. package/lib/components/scrollbar/style/css.d.ts +1 -0
  483. package/lib/components/scrollbar/style/index.d.ts +1 -0
  484. package/lib/components/search/style/css.d.ts +3 -0
  485. package/lib/components/search/style/index.d.ts +3 -0
  486. package/lib/components/select/index.d.ts +2 -1872
  487. package/lib/components/select/select.vue.d.ts +1 -936
  488. package/lib/components/select/style/css.d.ts +6 -0
  489. package/lib/components/select/style/index.d.ts +6 -0
  490. package/lib/components/select/useSelect.d.ts +1 -1
  491. package/lib/components/side-menu/style/css.d.ts +5 -0
  492. package/lib/components/side-menu/style/index.d.ts +5 -0
  493. package/lib/components/skeleton/style/css.d.ts +2 -0
  494. package/lib/components/skeleton/style/index.d.ts +2 -0
  495. package/lib/components/skeleton-item/style/css.d.ts +1 -0
  496. package/lib/components/skeleton-item/style/index.d.ts +1 -0
  497. package/lib/components/slider/style/css.d.ts +3 -0
  498. package/lib/components/slider/style/index.d.ts +3 -0
  499. package/lib/components/space/style/css.d.ts +1 -0
  500. package/lib/components/space/style/index.d.ts +1 -0
  501. package/lib/components/sub-menu/style/css.d.ts +1 -0
  502. package/lib/components/sub-menu/style/index.d.ts +1 -0
  503. package/lib/components/super-form/index.d.ts +12 -12
  504. package/lib/components/super-form/style/css.d.ts +21 -0
  505. package/lib/components/super-form/style/index.d.ts +21 -0
  506. package/lib/components/switch/index.d.ts +5 -5
  507. package/lib/components/switch/style/css.d.ts +1 -0
  508. package/lib/components/switch/style/index.d.ts +1 -0
  509. package/lib/components/switch/switch.vue.d.ts +1 -1
  510. package/lib/components/tab-pane/style/css.d.ts +1 -0
  511. package/lib/components/tab-pane/style/index.d.ts +1 -0
  512. package/lib/components/table/index.d.ts +55 -55
  513. package/lib/components/table/style/css.d.ts +4 -0
  514. package/lib/components/table/style/index.d.ts +4 -0
  515. package/lib/components/table/table.vue.d.ts +1 -1
  516. package/lib/components/tabs/style/css.d.ts +1 -0
  517. package/lib/components/tabs/style/index.d.ts +1 -0
  518. package/lib/components/tag/style/css.d.ts +1 -0
  519. package/lib/components/tag/style/index.d.ts +1 -0
  520. package/lib/components/time-picker/common/picker.vue.d.ts +1 -1
  521. package/lib/components/time-picker/style/css.d.ts +1 -0
  522. package/lib/components/time-picker/style/index.d.ts +1 -0
  523. package/lib/components/time-select/style/css.d.ts +1 -0
  524. package/lib/components/time-select/style/index.d.ts +1 -0
  525. package/lib/components/tooltip/style/css.d.ts +2 -0
  526. package/lib/components/tooltip/style/index.d.ts +2 -0
  527. package/lib/components/tree/index.d.ts +12 -12
  528. package/lib/components/tree/style/css.d.ts +2 -0
  529. package/lib/components/tree/style/index.d.ts +2 -0
  530. package/lib/components/tree/tree.vue.d.ts +2 -2
  531. package/lib/components/upload/index.d.ts +38 -38
  532. package/lib/components/upload/style/css.d.ts +2 -0
  533. package/lib/components/upload/style/index.d.ts +2 -0
  534. package/lib/components/upload/upload-content.vue.d.ts +2 -2
  535. package/lib/components/upload/upload.vue.d.ts +2 -2
  536. package/lib/components/upload/use-handlers.d.ts +1 -1
  537. package/lib/components/verify-code/style/css.d.ts +1 -0
  538. package/lib/components/verify-code/style/index.d.ts +1 -0
  539. package/lib/components/virtual-list/style/css.d.ts +2 -0
  540. package/lib/components/virtual-list/style/index.d.ts +2 -0
  541. package/lib/package.json.cjs +1 -1
  542. package/lib/package.json.d.ts +2 -2
  543. package/package.json +7 -7
  544. package/web-types.json +1 -1
  545. package/es/components/loading/index.d.ts +0 -48
  546. package/es/components/loading/loading.d.ts +0 -36
  547. package/lib/components/loading/index.d.ts +0 -48
  548. package/lib/components/loading/loading.d.ts +0 -36
@@ -1,1875 +1,5 @@
1
1
  import type { SFCWithInstall } from 'vft/es/utils';
2
- declare const _Select: SFCWithInstall<import("vue").DefineComponent<{
3
- allowCreate: BooleanConstructor;
4
- autocomplete: {
5
- type: globalThis.PropType<"both" | "none" | "inline" | "list">;
6
- default: string;
7
- };
8
- automaticDropdown: BooleanConstructor;
9
- clearable: BooleanConstructor;
10
- clearIcon: {
11
- type: globalThis.PropType<string | globalThis.Component>;
12
- };
13
- effect: {
14
- type: globalThis.PropType<string>;
15
- default: string;
16
- };
17
- collapseTags: BooleanConstructor;
18
- collapseTagsTooltip: {
19
- type: BooleanConstructor;
20
- default: boolean;
21
- };
22
- maxCollapseTags: {
23
- type: NumberConstructor;
24
- default: number;
25
- };
26
- defaultFirstOption: BooleanConstructor;
27
- disabled: BooleanConstructor;
28
- estimatedOptionHeight: {
29
- type: NumberConstructor;
30
- default: undefined;
31
- };
32
- filterable: BooleanConstructor;
33
- filterMethod: FunctionConstructor;
34
- height: {
35
- type: NumberConstructor;
36
- default: number;
37
- };
38
- itemHeight: {
39
- type: NumberConstructor;
40
- default: number;
41
- };
42
- id: StringConstructor;
43
- loading: BooleanConstructor;
44
- loadingText: StringConstructor;
45
- label: StringConstructor;
46
- modelValue: globalThis.PropType<any>;
47
- multiple: BooleanConstructor;
48
- multipleLimit: {
49
- type: NumberConstructor;
50
- default: number;
51
- };
52
- name: StringConstructor;
53
- noDataText: StringConstructor;
54
- noMatchText: StringConstructor;
55
- remoteMethod: FunctionConstructor;
56
- reserveKeyword: {
57
- type: BooleanConstructor;
58
- default: boolean;
59
- };
60
- options: {
61
- type: globalThis.PropType<import("./select.types").OptionType[]>;
62
- required: boolean;
63
- };
64
- placeholder: {
65
- type: StringConstructor;
66
- };
67
- teleported: StringConstructor;
68
- persistent: {
69
- type: BooleanConstructor;
70
- default: boolean;
71
- };
72
- popperClass: {
73
- type: StringConstructor;
74
- default: string;
75
- };
76
- popperOptions: {
77
- type: globalThis.PropType<Partial<import("@popperjs/core").Options>>;
78
- default: () => Partial<import("@popperjs/core").Options>;
79
- };
80
- remote: BooleanConstructor;
81
- size: {
82
- type: globalThis.PropType<"" | "default" | "small" | "large">;
83
- };
84
- valueKey: {
85
- type: StringConstructor;
86
- default: string;
87
- };
88
- scrollbarAlwaysOn: {
89
- type: BooleanConstructor;
90
- default: boolean;
91
- };
92
- validateEvent: {
93
- type: BooleanConstructor;
94
- default: boolean;
95
- };
96
- placement: {
97
- type: globalThis.PropType<import("@popperjs/core").Placement>;
98
- values: import("@popperjs/core").Placement[];
99
- default: string;
100
- };
101
- }, {
102
- modelValue: globalThis.ComputedRef<any>;
103
- collapseTagSize: globalThis.ComputedRef<"default" | "small">;
104
- currentPlaceholder: globalThis.ComputedRef<string>;
105
- expanded: globalThis.Ref<boolean>;
106
- emptyText: globalThis.ComputedRef<string | false | null>;
107
- popupHeight: globalThis.ComputedRef<number>;
108
- debounce: globalThis.ComputedRef<0 | 300>;
109
- filteredOptions: globalThis.ComputedRef<never[]>;
110
- iconComponent: globalThis.ComputedRef<"" | "icon-arrow-up">;
111
- iconReverse: globalThis.ComputedRef<string>;
112
- inputWrapperStyle: globalThis.ComputedRef<import("vue").CSSProperties>;
113
- popperSize: globalThis.Ref<number>;
114
- dropdownMenuVisible: globalThis.WritableComputedRef<boolean>;
115
- hasModelValue: globalThis.ComputedRef<boolean>;
116
- shouldShowPlaceholder: globalThis.ComputedRef<boolean>;
117
- selectDisabled: globalThis.ComputedRef<boolean | undefined>;
118
- selectSize: globalThis.ComputedRef<"" | "default" | "small" | "large">;
119
- showClearBtn: globalThis.ComputedRef<boolean>;
120
- states: {
121
- inputValue: string;
122
- displayInputValue: string;
123
- calculatedWidth: number;
124
- cachedPlaceholder: string;
125
- cachedOptions: {
126
- [x: string]: any;
127
- label: string;
128
- created?: boolean | undefined;
129
- value: any;
130
- }[];
131
- createdOptions: {
132
- [x: string]: any;
133
- label: string;
134
- created?: boolean | undefined;
135
- value: any;
136
- }[];
137
- createdLabel: string;
138
- createdSelected: boolean;
139
- currentPlaceholder: string;
140
- hoveringIndex: number;
141
- comboBoxHovering: boolean;
142
- isOnComposition: boolean;
143
- isSilentBlur: boolean;
144
- isComposing: boolean;
145
- inputLength: number;
146
- selectWidth: number;
147
- initialInputHeight: number;
148
- previousQuery: null;
149
- previousValue: undefined;
150
- query: string;
151
- selectedLabel: string;
152
- softFocus: boolean;
153
- tagInMultiLine: boolean;
154
- };
155
- tagMaxWidth: globalThis.ComputedRef<number>;
156
- nsSelect: {
157
- namespace: globalThis.Ref<string>;
158
- b: (blockSuffix?: string) => string;
159
- e: (element?: string | undefined) => string;
160
- m: (modifier?: string | undefined) => string;
161
- be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
162
- em: (element?: string | undefined, modifier?: string | undefined) => string;
163
- bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
164
- bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
165
- is: {
166
- (name: string, state: boolean | undefined): string;
167
- (name: string): string;
168
- };
169
- cssVar: (object: Record<string, string | undefined>) => Record<string, string>;
170
- cssVarName: (name: string) => string;
171
- cssVarBlock: (object: Record<string, string | undefined>) => Record<string, string>;
172
- cssVarBlockName: (name: string) => string;
173
- };
174
- nsInput: {
175
- namespace: globalThis.Ref<string>;
176
- b: (blockSuffix?: string) => string;
177
- e: (element?: string | undefined) => string;
178
- m: (modifier?: string | undefined) => string;
179
- be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
180
- em: (element?: string | undefined, modifier?: string | undefined) => string;
181
- bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
182
- bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
183
- is: {
184
- (name: string, state: boolean | undefined): string;
185
- (name: string): string;
186
- };
187
- cssVar: (object: Record<string, string | undefined>) => Record<string, string>;
188
- cssVarName: (name: string) => string;
189
- cssVarBlock: (object: Record<string, string | undefined>) => Record<string, string>;
190
- cssVarBlockName: (name: string) => string;
191
- };
192
- calculatorRef: globalThis.Ref<HTMLElement>;
193
- controlRef: globalThis.Ref<null>;
194
- inputRef: globalThis.Ref<null>;
195
- menuRef: globalThis.Ref<null>;
196
- popper: globalThis.Ref<({
197
- $: import("vue").ComponentInternalInstance;
198
- $data: {};
199
- $props: Partial<{}> & Omit<{
200
- readonly style?: string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null | undefined;
201
- readonly content?: string | undefined;
202
- readonly zIndex?: number | undefined;
203
- readonly offset?: number | undefined;
204
- readonly transition?: string | undefined;
205
- readonly onBlur?: Function | undefined;
206
- readonly onClick?: Function | undefined;
207
- readonly onContextmenu?: Function | undefined;
208
- readonly onFocus?: Function | undefined;
209
- readonly onKeydown?: Function | undefined;
210
- readonly onMouseenter?: Function | undefined;
211
- readonly onMouseleave?: Function | undefined;
212
- readonly showAfter?: number | undefined;
213
- readonly hideAfter?: number | undefined;
214
- readonly open?: boolean | undefined;
215
- readonly placement?: import("@popperjs/core").Placement | undefined;
216
- readonly strategy?: "fixed" | "absolute" | undefined;
217
- readonly effect?: "light" | "dark" | undefined;
218
- readonly id?: string | undefined;
219
- readonly className?: import("../types").ClassType | undefined;
220
- readonly ariaLabel?: string | undefined;
221
- readonly role?: "dialog" | "menu" | "grid" | "group" | "listbox" | "tooltip" | "navigation" | "tree" | undefined;
222
- readonly disabled?: boolean | undefined;
223
- readonly trigger?: import("..").TooltipTriggerType | undefined;
224
- readonly appendTo?: any;
225
- readonly visible?: boolean | undefined;
226
- readonly arrowOffset?: number | undefined;
227
- readonly gpuAcceleration?: boolean | undefined;
228
- readonly fallbackPlacements?: import("@popperjs/core").Placement[] | undefined;
229
- readonly popperOptions?: Partial<import("@popperjs/core").Options> | undefined;
230
- readonly pure?: boolean | undefined;
231
- readonly boundariesPadding?: number | undefined;
232
- readonly enterable?: boolean | undefined;
233
- readonly focusOnShow?: boolean | undefined;
234
- readonly trapping?: boolean | undefined;
235
- readonly popperClass?: import("../types").ClassType | undefined;
236
- readonly popperStyle?: string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null | undefined;
237
- readonly referenceEl?: HTMLElement | undefined;
238
- readonly triggerTargetEl?: HTMLElement | undefined;
239
- readonly stopPopperMouseEvent?: boolean | undefined;
240
- readonly virtualTriggering?: boolean | undefined;
241
- readonly virtualRef?: import("..").Measurable | undefined;
242
- readonly rawContent?: boolean | undefined;
243
- readonly persistent?: boolean | undefined;
244
- readonly teleported?: boolean | undefined;
245
- readonly triggerKeys?: string[] | undefined;
246
- readonly showArrow?: boolean | undefined;
247
- onClose?: ((...args: any[]) => any) | undefined;
248
- onShow?: ((...args: any[]) => any) | undefined;
249
- onHide?: ((...args: any[]) => any) | undefined;
250
- onOpen?: ((...args: any[]) => any) | undefined;
251
- "onBefore-show"?: ((...args: any[]) => any) | undefined;
252
- "onBefore-hide"?: ((...args: any[]) => any) | undefined;
253
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<globalThis.ExtractPropTypes<{
254
- role: {
255
- type: globalThis.PropType<"dialog" | "menu" | "grid" | "group" | "listbox" | "tooltip" | "navigation" | "tree">;
256
- };
257
- showArrow: {
258
- type: globalThis.PropType<boolean>;
259
- };
260
- arrowOffset: {
261
- type: globalThis.PropType<number>;
262
- };
263
- virtualRef: {
264
- type: globalThis.PropType<import("..").Measurable>;
265
- };
266
- virtualTriggering: {
267
- type: globalThis.PropType<boolean>;
268
- };
269
- onMouseenter: {
270
- type: globalThis.PropType<Function>;
271
- };
272
- onMouseleave: {
273
- type: globalThis.PropType<Function>;
274
- };
275
- onClick: {
276
- type: globalThis.PropType<Function>;
277
- };
278
- onKeydown: {
279
- type: globalThis.PropType<Function>;
280
- };
281
- onFocus: {
282
- type: globalThis.PropType<Function>;
283
- };
284
- onBlur: {
285
- type: globalThis.PropType<Function>;
286
- };
287
- onContextmenu: {
288
- type: globalThis.PropType<Function>;
289
- };
290
- id: {
291
- type: globalThis.PropType<string>;
292
- };
293
- open: {
294
- type: globalThis.PropType<boolean>;
295
- };
296
- boundariesPadding: {
297
- type: globalThis.PropType<number>;
298
- };
299
- fallbackPlacements: {
300
- type: globalThis.PropType<import("@popperjs/core").Placement[]>;
301
- };
302
- gpuAcceleration: {
303
- type: globalThis.PropType<boolean>;
304
- };
305
- offset: {
306
- type: globalThis.PropType<number>;
307
- };
308
- placement: {
309
- type: globalThis.PropType<import("@popperjs/core").Placement>;
310
- };
311
- popperOptions: {
312
- type: globalThis.PropType<Partial<import("@popperjs/core").Options>>;
313
- };
314
- strategy: {
315
- type: globalThis.PropType<"fixed" | "absolute">;
316
- };
317
- style: {
318
- type: globalThis.PropType<string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null>;
319
- };
320
- className: {
321
- type: globalThis.PropType<import("../types").ClassType>;
322
- };
323
- effect: {
324
- type: globalThis.PropType<"light" | "dark">;
325
- };
326
- visible: {
327
- type: globalThis.PropType<boolean>;
328
- };
329
- enterable: {
330
- type: globalThis.PropType<boolean>;
331
- };
332
- pure: {
333
- type: globalThis.PropType<boolean>;
334
- };
335
- focusOnShow: {
336
- type: globalThis.PropType<boolean>;
337
- };
338
- trapping: {
339
- type: globalThis.PropType<boolean>;
340
- };
341
- popperClass: {
342
- type: globalThis.PropType<import("../types").ClassType>;
343
- };
344
- popperStyle: {
345
- type: globalThis.PropType<string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null>;
346
- };
347
- referenceEl: {
348
- type: globalThis.PropType<HTMLElement>;
349
- };
350
- triggerTargetEl: {
351
- type: globalThis.PropType<HTMLElement>;
352
- };
353
- stopPopperMouseEvent: {
354
- type: globalThis.PropType<boolean>;
355
- };
356
- ariaLabel: {
357
- type: globalThis.PropType<string>;
358
- };
359
- zIndex: {
360
- type: globalThis.PropType<number>;
361
- };
362
- showAfter: {
363
- type: globalThis.PropType<number>;
364
- };
365
- hideAfter: {
366
- type: globalThis.PropType<number>;
367
- };
368
- appendTo: {
369
- type: globalThis.PropType<any>;
370
- };
371
- content: {
372
- type: globalThis.PropType<string>;
373
- };
374
- rawContent: {
375
- type: globalThis.PropType<boolean>;
376
- };
377
- persistent: {
378
- type: globalThis.PropType<boolean>;
379
- };
380
- transition: {
381
- type: globalThis.PropType<string>;
382
- };
383
- teleported: {
384
- type: globalThis.PropType<boolean>;
385
- };
386
- disabled: {
387
- type: globalThis.PropType<boolean>;
388
- };
389
- trigger: {
390
- type: globalThis.PropType<import("..").TooltipTriggerType>;
391
- };
392
- triggerKeys: {
393
- type: globalThis.PropType<string[]>;
394
- };
395
- }>> & {
396
- onClose?: ((...args: any[]) => any) | undefined;
397
- onShow?: ((...args: any[]) => any) | undefined;
398
- onHide?: ((...args: any[]) => any) | undefined;
399
- onOpen?: ((...args: any[]) => any) | undefined;
400
- "onBefore-show"?: ((...args: any[]) => any) | undefined;
401
- "onBefore-hide"?: ((...args: any[]) => any) | undefined;
402
- }, never>;
403
- $attrs: {
404
- [x: string]: unknown;
405
- };
406
- $refs: {
407
- [x: string]: unknown;
408
- };
409
- $slots: Readonly<{
410
- [name: string]: import("vue").Slot<any> | undefined;
411
- }>;
412
- $root: globalThis.ComponentPublicInstance | null;
413
- $parent: globalThis.ComponentPublicInstance | null;
414
- $emit: ((event: "close", ...args: any[]) => void) & ((event: "open", ...args: any[]) => void) & ((event: "hide", ...args: any[]) => void) & ((event: "show", ...args: any[]) => void) & ((event: "before-show", ...args: any[]) => void) & ((event: "before-hide", ...args: any[]) => void);
415
- $el: any;
416
- $options: import("vue").ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
417
- role: {
418
- type: globalThis.PropType<"dialog" | "menu" | "grid" | "group" | "listbox" | "tooltip" | "navigation" | "tree">;
419
- };
420
- showArrow: {
421
- type: globalThis.PropType<boolean>;
422
- };
423
- arrowOffset: {
424
- type: globalThis.PropType<number>;
425
- };
426
- virtualRef: {
427
- type: globalThis.PropType<import("..").Measurable>;
428
- };
429
- virtualTriggering: {
430
- type: globalThis.PropType<boolean>;
431
- };
432
- onMouseenter: {
433
- type: globalThis.PropType<Function>;
434
- };
435
- onMouseleave: {
436
- type: globalThis.PropType<Function>;
437
- };
438
- onClick: {
439
- type: globalThis.PropType<Function>;
440
- };
441
- onKeydown: {
442
- type: globalThis.PropType<Function>;
443
- };
444
- onFocus: {
445
- type: globalThis.PropType<Function>;
446
- };
447
- onBlur: {
448
- type: globalThis.PropType<Function>;
449
- };
450
- onContextmenu: {
451
- type: globalThis.PropType<Function>;
452
- };
453
- id: {
454
- type: globalThis.PropType<string>;
455
- };
456
- open: {
457
- type: globalThis.PropType<boolean>;
458
- };
459
- boundariesPadding: {
460
- type: globalThis.PropType<number>;
461
- };
462
- fallbackPlacements: {
463
- type: globalThis.PropType<import("@popperjs/core").Placement[]>;
464
- };
465
- gpuAcceleration: {
466
- type: globalThis.PropType<boolean>;
467
- };
468
- offset: {
469
- type: globalThis.PropType<number>;
470
- };
471
- placement: {
472
- type: globalThis.PropType<import("@popperjs/core").Placement>;
473
- };
474
- popperOptions: {
475
- type: globalThis.PropType<Partial<import("@popperjs/core").Options>>;
476
- };
477
- strategy: {
478
- type: globalThis.PropType<"fixed" | "absolute">;
479
- };
480
- style: {
481
- type: globalThis.PropType<string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null>;
482
- };
483
- className: {
484
- type: globalThis.PropType<import("../types").ClassType>;
485
- };
486
- effect: {
487
- type: globalThis.PropType<"light" | "dark">;
488
- };
489
- visible: {
490
- type: globalThis.PropType<boolean>;
491
- };
492
- enterable: {
493
- type: globalThis.PropType<boolean>;
494
- };
495
- pure: {
496
- type: globalThis.PropType<boolean>;
497
- };
498
- focusOnShow: {
499
- type: globalThis.PropType<boolean>;
500
- };
501
- trapping: {
502
- type: globalThis.PropType<boolean>;
503
- };
504
- popperClass: {
505
- type: globalThis.PropType<import("../types").ClassType>;
506
- };
507
- popperStyle: {
508
- type: globalThis.PropType<string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null>;
509
- };
510
- referenceEl: {
511
- type: globalThis.PropType<HTMLElement>;
512
- };
513
- triggerTargetEl: {
514
- type: globalThis.PropType<HTMLElement>;
515
- };
516
- stopPopperMouseEvent: {
517
- type: globalThis.PropType<boolean>;
518
- };
519
- ariaLabel: {
520
- type: globalThis.PropType<string>;
521
- };
522
- zIndex: {
523
- type: globalThis.PropType<number>;
524
- };
525
- showAfter: {
526
- type: globalThis.PropType<number>;
527
- };
528
- hideAfter: {
529
- type: globalThis.PropType<number>;
530
- };
531
- appendTo: {
532
- type: globalThis.PropType<any>;
533
- };
534
- content: {
535
- type: globalThis.PropType<string>;
536
- };
537
- rawContent: {
538
- type: globalThis.PropType<boolean>;
539
- };
540
- persistent: {
541
- type: globalThis.PropType<boolean>;
542
- };
543
- transition: {
544
- type: globalThis.PropType<string>;
545
- };
546
- teleported: {
547
- type: globalThis.PropType<boolean>;
548
- };
549
- disabled: {
550
- type: globalThis.PropType<boolean>;
551
- };
552
- trigger: {
553
- type: globalThis.PropType<import("..").TooltipTriggerType>;
554
- };
555
- triggerKeys: {
556
- type: globalThis.PropType<string[]>;
557
- };
558
- }>> & {
559
- onClose?: ((...args: any[]) => any) | undefined;
560
- onShow?: ((...args: any[]) => any) | undefined;
561
- onHide?: ((...args: any[]) => any) | undefined;
562
- onOpen?: ((...args: any[]) => any) | undefined;
563
- "onBefore-show"?: ((...args: any[]) => any) | undefined;
564
- "onBefore-hide"?: ((...args: any[]) => any) | undefined;
565
- }, {
566
- popperRef: globalThis.Ref<any>;
567
- contentRef: globalThis.Ref<any>;
568
- isFocusInsideContent: () => boolean | undefined;
569
- updatePopper: () => void;
570
- onOpen: (event?: Event | undefined) => void;
571
- onClose: (event?: Event | undefined) => void;
572
- hide: (event?: Event | undefined) => void;
573
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
574
- close: (...args: any[]) => void;
575
- open: (...args: any[]) => void;
576
- hide: (...args: any[]) => void;
577
- show: (...args: any[]) => void;
578
- "before-show": (...args: any[]) => void;
579
- "before-hide": (...args: any[]) => void;
580
- }, string, {}, {}, string, {}> & {
581
- beforeCreate?: ((() => void) | (() => void)[]) | undefined;
582
- created?: ((() => void) | (() => void)[]) | undefined;
583
- beforeMount?: ((() => void) | (() => void)[]) | undefined;
584
- mounted?: ((() => void) | (() => void)[]) | undefined;
585
- beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
586
- updated?: ((() => void) | (() => void)[]) | undefined;
587
- activated?: ((() => void) | (() => void)[]) | undefined;
588
- deactivated?: ((() => void) | (() => void)[]) | undefined;
589
- beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
590
- beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
591
- destroyed?: ((() => void) | (() => void)[]) | undefined;
592
- unmounted?: ((() => void) | (() => void)[]) | undefined;
593
- renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
594
- renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
595
- errorCaptured?: (((err: unknown, instance: globalThis.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: globalThis.ComponentPublicInstance | null, info: string) => boolean | void)[]) | undefined;
596
- };
597
- $forceUpdate: () => void;
598
- $nextTick: typeof import("vue").nextTick;
599
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
600
- } & Omit<Readonly<globalThis.ExtractPropTypes<{
601
- role: {
602
- type: globalThis.PropType<"dialog" | "menu" | "grid" | "group" | "listbox" | "tooltip" | "navigation" | "tree">;
603
- };
604
- showArrow: {
605
- type: globalThis.PropType<boolean>;
606
- };
607
- arrowOffset: {
608
- type: globalThis.PropType<number>;
609
- };
610
- virtualRef: {
611
- type: globalThis.PropType<import("..").Measurable>;
612
- };
613
- virtualTriggering: {
614
- type: globalThis.PropType<boolean>;
615
- };
616
- onMouseenter: {
617
- type: globalThis.PropType<Function>;
618
- };
619
- onMouseleave: {
620
- type: globalThis.PropType<Function>;
621
- };
622
- onClick: {
623
- type: globalThis.PropType<Function>;
624
- };
625
- onKeydown: {
626
- type: globalThis.PropType<Function>;
627
- };
628
- onFocus: {
629
- type: globalThis.PropType<Function>;
630
- };
631
- onBlur: {
632
- type: globalThis.PropType<Function>;
633
- };
634
- onContextmenu: {
635
- type: globalThis.PropType<Function>;
636
- };
637
- id: {
638
- type: globalThis.PropType<string>;
639
- };
640
- open: {
641
- type: globalThis.PropType<boolean>;
642
- };
643
- boundariesPadding: {
644
- type: globalThis.PropType<number>;
645
- };
646
- fallbackPlacements: {
647
- type: globalThis.PropType<import("@popperjs/core").Placement[]>;
648
- };
649
- gpuAcceleration: {
650
- type: globalThis.PropType<boolean>;
651
- };
652
- offset: {
653
- type: globalThis.PropType<number>;
654
- };
655
- placement: {
656
- type: globalThis.PropType<import("@popperjs/core").Placement>;
657
- };
658
- popperOptions: {
659
- type: globalThis.PropType<Partial<import("@popperjs/core").Options>>;
660
- };
661
- strategy: {
662
- type: globalThis.PropType<"fixed" | "absolute">;
663
- };
664
- style: {
665
- type: globalThis.PropType<string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null>;
666
- };
667
- className: {
668
- type: globalThis.PropType<import("../types").ClassType>;
669
- };
670
- effect: {
671
- type: globalThis.PropType<"light" | "dark">;
672
- };
673
- visible: {
674
- type: globalThis.PropType<boolean>;
675
- };
676
- enterable: {
677
- type: globalThis.PropType<boolean>;
678
- };
679
- pure: {
680
- type: globalThis.PropType<boolean>;
681
- };
682
- focusOnShow: {
683
- type: globalThis.PropType<boolean>;
684
- };
685
- trapping: {
686
- type: globalThis.PropType<boolean>;
687
- };
688
- popperClass: {
689
- type: globalThis.PropType<import("../types").ClassType>;
690
- };
691
- popperStyle: {
692
- type: globalThis.PropType<string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null>;
693
- };
694
- referenceEl: {
695
- type: globalThis.PropType<HTMLElement>;
696
- };
697
- triggerTargetEl: {
698
- type: globalThis.PropType<HTMLElement>;
699
- };
700
- stopPopperMouseEvent: {
701
- type: globalThis.PropType<boolean>;
702
- };
703
- ariaLabel: {
704
- type: globalThis.PropType<string>;
705
- };
706
- zIndex: {
707
- type: globalThis.PropType<number>;
708
- };
709
- showAfter: {
710
- type: globalThis.PropType<number>;
711
- };
712
- hideAfter: {
713
- type: globalThis.PropType<number>;
714
- };
715
- appendTo: {
716
- type: globalThis.PropType<any>;
717
- };
718
- content: {
719
- type: globalThis.PropType<string>;
720
- };
721
- rawContent: {
722
- type: globalThis.PropType<boolean>;
723
- };
724
- persistent: {
725
- type: globalThis.PropType<boolean>;
726
- };
727
- transition: {
728
- type: globalThis.PropType<string>;
729
- };
730
- teleported: {
731
- type: globalThis.PropType<boolean>;
732
- };
733
- disabled: {
734
- type: globalThis.PropType<boolean>;
735
- };
736
- trigger: {
737
- type: globalThis.PropType<import("..").TooltipTriggerType>;
738
- };
739
- triggerKeys: {
740
- type: globalThis.PropType<string[]>;
741
- };
742
- }>> & {
743
- onClose?: ((...args: any[]) => any) | undefined;
744
- onShow?: ((...args: any[]) => any) | undefined;
745
- onHide?: ((...args: any[]) => any) | undefined;
746
- onOpen?: ((...args: any[]) => any) | undefined;
747
- "onBefore-show"?: ((...args: any[]) => any) | undefined;
748
- "onBefore-hide"?: ((...args: any[]) => any) | undefined;
749
- }, "onClose" | "hide" | "contentRef" | "updatePopper" | "onOpen" | "popperRef" | "isFocusInsideContent"> & import("vue").ShallowUnwrapRef<{
750
- popperRef: globalThis.Ref<any>;
751
- contentRef: globalThis.Ref<any>;
752
- isFocusInsideContent: () => boolean | undefined;
753
- updatePopper: () => void;
754
- onOpen: (event?: Event | undefined) => void;
755
- onClose: (event?: Event | undefined) => void;
756
- hide: (event?: Event | undefined) => void;
757
- }> & {} & import("vue").ComponentCustomProperties & {} & {
758
- $slots: {
759
- default?(_: {}): any;
760
- content?(_: {}): any;
761
- };
762
- }) | null>;
763
- selectRef: globalThis.Ref<null>;
764
- selectionRef: globalThis.Ref<null>;
765
- popperRef: globalThis.ComputedRef<any>;
766
- validateState: globalThis.ComputedRef<"" | "error" | "validating" | "success">;
767
- validateIcon: string;
768
- showTagList: globalThis.ComputedRef<{
769
- [x: string]: any;
770
- label: string;
771
- created?: boolean | undefined;
772
- value: any;
773
- }[]>;
774
- collapseTagList: globalThis.ComputedRef<{
775
- [x: string]: any;
776
- label: string;
777
- created?: boolean | undefined;
778
- value: any;
779
- }[]>;
780
- debouncedOnInputChange: import("lodash").DebouncedFunc<() => Promise<void>>;
781
- deleteTag: (event: MouseEvent, tag: import("./select.types").Option) => Promise<void> | undefined;
782
- getLabel: (item: unknown) => any;
783
- getValueKey: (item: unknown) => any;
784
- handleBlur: (event: FocusEvent) => Promise<void>;
785
- handleClear: () => Promise<void>;
786
- handleClickOutside: () => Promise<void>;
787
- handleDel: (e: KeyboardEvent) => void;
788
- handleEsc: () => void;
789
- handleFocus: (event: FocusEvent) => void;
790
- handleMenuEnter: () => Promise<void>;
791
- handleResize: () => Promise<void> | undefined;
792
- toggleMenu: () => Promise<void> | undefined;
793
- scrollTo: (index: number) => void;
794
- onInput: (event: any) => Promise<void> | undefined;
795
- onKeyboardNavigate: (direction: "forward" | "backward", hoveringIndex?: number) => any;
796
- onKeyboardSelect: () => Promise<void> | undefined;
797
- onSelect: (option: import("./select.types").Option, idx: number, byClick?: boolean) => void;
798
- onHover: (idx: number) => void;
799
- onUpdateInputValue: (val: string) => void;
800
- handleCompositionStart: () => void;
801
- handleCompositionEnd: (event: any) => void;
802
- handleCompositionUpdate: (event: any) => void;
803
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "change" | "clear" | "blur" | "focus" | "visible-change" | "remove-tag")[], "update:modelValue" | "change" | "clear" | "blur" | "focus" | "visible-change" | "remove-tag", import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
804
- allowCreate: BooleanConstructor;
805
- autocomplete: {
806
- type: globalThis.PropType<"both" | "none" | "inline" | "list">;
807
- default: string;
808
- };
809
- automaticDropdown: BooleanConstructor;
810
- clearable: BooleanConstructor;
811
- clearIcon: {
812
- type: globalThis.PropType<string | globalThis.Component>;
813
- };
814
- effect: {
815
- type: globalThis.PropType<string>;
816
- default: string;
817
- };
818
- collapseTags: BooleanConstructor;
819
- collapseTagsTooltip: {
820
- type: BooleanConstructor;
821
- default: boolean;
822
- };
823
- maxCollapseTags: {
824
- type: NumberConstructor;
825
- default: number;
826
- };
827
- defaultFirstOption: BooleanConstructor;
828
- disabled: BooleanConstructor;
829
- estimatedOptionHeight: {
830
- type: NumberConstructor;
831
- default: undefined;
832
- };
833
- filterable: BooleanConstructor;
834
- filterMethod: FunctionConstructor;
835
- height: {
836
- type: NumberConstructor;
837
- default: number;
838
- };
839
- itemHeight: {
840
- type: NumberConstructor;
841
- default: number;
842
- };
843
- id: StringConstructor;
844
- loading: BooleanConstructor;
845
- loadingText: StringConstructor;
846
- label: StringConstructor;
847
- modelValue: globalThis.PropType<any>;
848
- multiple: BooleanConstructor;
849
- multipleLimit: {
850
- type: NumberConstructor;
851
- default: number;
852
- };
853
- name: StringConstructor;
854
- noDataText: StringConstructor;
855
- noMatchText: StringConstructor;
856
- remoteMethod: FunctionConstructor;
857
- reserveKeyword: {
858
- type: BooleanConstructor;
859
- default: boolean;
860
- };
861
- options: {
862
- type: globalThis.PropType<import("./select.types").OptionType[]>;
863
- required: boolean;
864
- };
865
- placeholder: {
866
- type: StringConstructor;
867
- };
868
- teleported: StringConstructor;
869
- persistent: {
870
- type: BooleanConstructor;
871
- default: boolean;
872
- };
873
- popperClass: {
874
- type: StringConstructor;
875
- default: string;
876
- };
877
- popperOptions: {
878
- type: globalThis.PropType<Partial<import("@popperjs/core").Options>>;
879
- default: () => Partial<import("@popperjs/core").Options>;
880
- };
881
- remote: BooleanConstructor;
882
- size: {
883
- type: globalThis.PropType<"" | "default" | "small" | "large">;
884
- };
885
- valueKey: {
886
- type: StringConstructor;
887
- default: string;
888
- };
889
- scrollbarAlwaysOn: {
890
- type: BooleanConstructor;
891
- default: boolean;
892
- };
893
- validateEvent: {
894
- type: BooleanConstructor;
895
- default: boolean;
896
- };
897
- placement: {
898
- type: globalThis.PropType<import("@popperjs/core").Placement>;
899
- values: import("@popperjs/core").Placement[];
900
- default: string;
901
- };
902
- }>> & {
903
- onChange?: ((...args: any[]) => any) | undefined;
904
- onBlur?: ((...args: any[]) => any) | undefined;
905
- onFocus?: ((...args: any[]) => any) | undefined;
906
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
907
- onClear?: ((...args: any[]) => any) | undefined;
908
- "onVisible-change"?: ((...args: any[]) => any) | undefined;
909
- "onRemove-tag"?: ((...args: any[]) => any) | undefined;
910
- }, {
911
- height: number;
912
- placement: import("@popperjs/core").Placement;
913
- effect: string;
914
- disabled: boolean;
915
- loading: boolean;
916
- autocomplete: "both" | "none" | "inline" | "list";
917
- clearable: boolean;
918
- validateEvent: boolean;
919
- multiple: boolean;
920
- popperOptions: Partial<import("@popperjs/core").Options>;
921
- popperClass: string;
922
- persistent: boolean;
923
- valueKey: string;
924
- scrollbarAlwaysOn: boolean;
925
- allowCreate: boolean;
926
- automaticDropdown: boolean;
927
- collapseTags: boolean;
928
- collapseTagsTooltip: boolean;
929
- maxCollapseTags: number;
930
- defaultFirstOption: boolean;
931
- estimatedOptionHeight: number;
932
- filterable: boolean;
933
- itemHeight: number;
934
- multipleLimit: number;
935
- reserveKeyword: boolean;
936
- remote: boolean;
937
- }, {}>>;
2
+ declare const _Select: SFCWithInstall<(props: Record<string, any> & {}) => any>;
938
3
  export default _Select;
939
- export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<{
940
- allowCreate: BooleanConstructor;
941
- autocomplete: {
942
- type: globalThis.PropType<"both" | "none" | "inline" | "list">;
943
- default: string;
944
- };
945
- automaticDropdown: BooleanConstructor;
946
- clearable: BooleanConstructor;
947
- clearIcon: {
948
- type: globalThis.PropType<string | globalThis.Component>;
949
- };
950
- effect: {
951
- type: globalThis.PropType<string>;
952
- default: string;
953
- };
954
- collapseTags: BooleanConstructor;
955
- collapseTagsTooltip: {
956
- type: BooleanConstructor;
957
- default: boolean;
958
- };
959
- maxCollapseTags: {
960
- type: NumberConstructor;
961
- default: number;
962
- };
963
- defaultFirstOption: BooleanConstructor;
964
- disabled: BooleanConstructor;
965
- estimatedOptionHeight: {
966
- type: NumberConstructor;
967
- default: undefined;
968
- };
969
- filterable: BooleanConstructor;
970
- filterMethod: FunctionConstructor;
971
- height: {
972
- type: NumberConstructor;
973
- default: number;
974
- };
975
- itemHeight: {
976
- type: NumberConstructor;
977
- default: number;
978
- };
979
- id: StringConstructor;
980
- loading: BooleanConstructor;
981
- loadingText: StringConstructor;
982
- label: StringConstructor;
983
- modelValue: globalThis.PropType<any>;
984
- multiple: BooleanConstructor;
985
- multipleLimit: {
986
- type: NumberConstructor;
987
- default: number;
988
- };
989
- name: StringConstructor;
990
- noDataText: StringConstructor;
991
- noMatchText: StringConstructor;
992
- remoteMethod: FunctionConstructor;
993
- reserveKeyword: {
994
- type: BooleanConstructor;
995
- default: boolean;
996
- };
997
- options: {
998
- type: globalThis.PropType<import("./select.types").OptionType[]>;
999
- required: boolean;
1000
- };
1001
- placeholder: {
1002
- type: StringConstructor;
1003
- };
1004
- teleported: StringConstructor;
1005
- persistent: {
1006
- type: BooleanConstructor;
1007
- default: boolean;
1008
- };
1009
- popperClass: {
1010
- type: StringConstructor;
1011
- default: string;
1012
- };
1013
- popperOptions: {
1014
- type: globalThis.PropType<Partial<import("@popperjs/core").Options>>;
1015
- default: () => Partial<import("@popperjs/core").Options>;
1016
- };
1017
- remote: BooleanConstructor;
1018
- size: {
1019
- type: globalThis.PropType<"" | "default" | "small" | "large">;
1020
- };
1021
- valueKey: {
1022
- type: StringConstructor;
1023
- default: string;
1024
- };
1025
- scrollbarAlwaysOn: {
1026
- type: BooleanConstructor;
1027
- default: boolean;
1028
- };
1029
- validateEvent: {
1030
- type: BooleanConstructor;
1031
- default: boolean;
1032
- };
1033
- placement: {
1034
- type: globalThis.PropType<import("@popperjs/core").Placement>;
1035
- values: import("@popperjs/core").Placement[];
1036
- default: string;
1037
- };
1038
- }, {
1039
- modelValue: globalThis.ComputedRef<any>;
1040
- collapseTagSize: globalThis.ComputedRef<"default" | "small">;
1041
- currentPlaceholder: globalThis.ComputedRef<string>;
1042
- expanded: globalThis.Ref<boolean>;
1043
- emptyText: globalThis.ComputedRef<string | false | null>;
1044
- popupHeight: globalThis.ComputedRef<number>;
1045
- debounce: globalThis.ComputedRef<0 | 300>;
1046
- filteredOptions: globalThis.ComputedRef<never[]>;
1047
- iconComponent: globalThis.ComputedRef<"" | "icon-arrow-up">;
1048
- iconReverse: globalThis.ComputedRef<string>;
1049
- inputWrapperStyle: globalThis.ComputedRef<import("vue").CSSProperties>;
1050
- popperSize: globalThis.Ref<number>;
1051
- dropdownMenuVisible: globalThis.WritableComputedRef<boolean>;
1052
- hasModelValue: globalThis.ComputedRef<boolean>;
1053
- shouldShowPlaceholder: globalThis.ComputedRef<boolean>;
1054
- selectDisabled: globalThis.ComputedRef<boolean | undefined>;
1055
- selectSize: globalThis.ComputedRef<"" | "default" | "small" | "large">;
1056
- showClearBtn: globalThis.ComputedRef<boolean>;
1057
- states: {
1058
- inputValue: string;
1059
- displayInputValue: string;
1060
- calculatedWidth: number;
1061
- cachedPlaceholder: string;
1062
- cachedOptions: {
1063
- [x: string]: any;
1064
- label: string;
1065
- created?: boolean | undefined;
1066
- value: any;
1067
- }[];
1068
- createdOptions: {
1069
- [x: string]: any;
1070
- label: string;
1071
- created?: boolean | undefined;
1072
- value: any;
1073
- }[];
1074
- createdLabel: string;
1075
- createdSelected: boolean;
1076
- currentPlaceholder: string;
1077
- hoveringIndex: number;
1078
- comboBoxHovering: boolean;
1079
- isOnComposition: boolean;
1080
- isSilentBlur: boolean;
1081
- isComposing: boolean;
1082
- inputLength: number;
1083
- selectWidth: number;
1084
- initialInputHeight: number;
1085
- previousQuery: null;
1086
- previousValue: undefined;
1087
- query: string;
1088
- selectedLabel: string;
1089
- softFocus: boolean;
1090
- tagInMultiLine: boolean;
1091
- };
1092
- tagMaxWidth: globalThis.ComputedRef<number>;
1093
- nsSelect: {
1094
- namespace: globalThis.Ref<string>;
1095
- b: (blockSuffix?: string) => string;
1096
- e: (element?: string | undefined) => string;
1097
- m: (modifier?: string | undefined) => string;
1098
- be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
1099
- em: (element?: string | undefined, modifier?: string | undefined) => string;
1100
- bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
1101
- bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
1102
- is: {
1103
- (name: string, state: boolean | undefined): string;
1104
- (name: string): string;
1105
- };
1106
- cssVar: (object: Record<string, string | undefined>) => Record<string, string>;
1107
- cssVarName: (name: string) => string;
1108
- cssVarBlock: (object: Record<string, string | undefined>) => Record<string, string>;
1109
- cssVarBlockName: (name: string) => string;
1110
- };
1111
- nsInput: {
1112
- namespace: globalThis.Ref<string>;
1113
- b: (blockSuffix?: string) => string;
1114
- e: (element?: string | undefined) => string;
1115
- m: (modifier?: string | undefined) => string;
1116
- be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
1117
- em: (element?: string | undefined, modifier?: string | undefined) => string;
1118
- bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
1119
- bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
1120
- is: {
1121
- (name: string, state: boolean | undefined): string;
1122
- (name: string): string;
1123
- };
1124
- cssVar: (object: Record<string, string | undefined>) => Record<string, string>;
1125
- cssVarName: (name: string) => string;
1126
- cssVarBlock: (object: Record<string, string | undefined>) => Record<string, string>;
1127
- cssVarBlockName: (name: string) => string;
1128
- };
1129
- calculatorRef: globalThis.Ref<HTMLElement>;
1130
- controlRef: globalThis.Ref<null>;
1131
- inputRef: globalThis.Ref<null>;
1132
- menuRef: globalThis.Ref<null>;
1133
- popper: globalThis.Ref<({
1134
- $: import("vue").ComponentInternalInstance;
1135
- $data: {};
1136
- $props: Partial<{}> & Omit<{
1137
- readonly style?: string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null | undefined;
1138
- readonly content?: string | undefined;
1139
- readonly zIndex?: number | undefined;
1140
- readonly offset?: number | undefined;
1141
- readonly transition?: string | undefined;
1142
- readonly onBlur?: Function | undefined;
1143
- readonly onClick?: Function | undefined;
1144
- readonly onContextmenu?: Function | undefined;
1145
- readonly onFocus?: Function | undefined;
1146
- readonly onKeydown?: Function | undefined;
1147
- readonly onMouseenter?: Function | undefined;
1148
- readonly onMouseleave?: Function | undefined;
1149
- readonly showAfter?: number | undefined;
1150
- readonly hideAfter?: number | undefined;
1151
- readonly open?: boolean | undefined;
1152
- readonly placement?: import("@popperjs/core").Placement | undefined;
1153
- readonly strategy?: "fixed" | "absolute" | undefined;
1154
- readonly effect?: "light" | "dark" | undefined;
1155
- readonly id?: string | undefined;
1156
- readonly className?: import("../types").ClassType | undefined;
1157
- readonly ariaLabel?: string | undefined;
1158
- readonly role?: "dialog" | "menu" | "grid" | "group" | "listbox" | "tooltip" | "navigation" | "tree" | undefined;
1159
- readonly disabled?: boolean | undefined;
1160
- readonly trigger?: import("..").TooltipTriggerType | undefined;
1161
- readonly appendTo?: any;
1162
- readonly visible?: boolean | undefined;
1163
- readonly arrowOffset?: number | undefined;
1164
- readonly gpuAcceleration?: boolean | undefined;
1165
- readonly fallbackPlacements?: import("@popperjs/core").Placement[] | undefined;
1166
- readonly popperOptions?: Partial<import("@popperjs/core").Options> | undefined;
1167
- readonly pure?: boolean | undefined;
1168
- readonly boundariesPadding?: number | undefined;
1169
- readonly enterable?: boolean | undefined;
1170
- readonly focusOnShow?: boolean | undefined;
1171
- readonly trapping?: boolean | undefined;
1172
- readonly popperClass?: import("../types").ClassType | undefined;
1173
- readonly popperStyle?: string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null | undefined;
1174
- readonly referenceEl?: HTMLElement | undefined;
1175
- readonly triggerTargetEl?: HTMLElement | undefined;
1176
- readonly stopPopperMouseEvent?: boolean | undefined;
1177
- readonly virtualTriggering?: boolean | undefined;
1178
- readonly virtualRef?: import("..").Measurable | undefined;
1179
- readonly rawContent?: boolean | undefined;
1180
- readonly persistent?: boolean | undefined;
1181
- readonly teleported?: boolean | undefined;
1182
- readonly triggerKeys?: string[] | undefined;
1183
- readonly showArrow?: boolean | undefined;
1184
- onClose?: ((...args: any[]) => any) | undefined;
1185
- onShow?: ((...args: any[]) => any) | undefined;
1186
- onHide?: ((...args: any[]) => any) | undefined;
1187
- onOpen?: ((...args: any[]) => any) | undefined;
1188
- "onBefore-show"?: ((...args: any[]) => any) | undefined;
1189
- "onBefore-hide"?: ((...args: any[]) => any) | undefined;
1190
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<globalThis.ExtractPropTypes<{
1191
- role: {
1192
- type: globalThis.PropType<"dialog" | "menu" | "grid" | "group" | "listbox" | "tooltip" | "navigation" | "tree">;
1193
- };
1194
- showArrow: {
1195
- type: globalThis.PropType<boolean>;
1196
- };
1197
- arrowOffset: {
1198
- type: globalThis.PropType<number>;
1199
- };
1200
- virtualRef: {
1201
- type: globalThis.PropType<import("..").Measurable>;
1202
- };
1203
- virtualTriggering: {
1204
- type: globalThis.PropType<boolean>;
1205
- };
1206
- onMouseenter: {
1207
- type: globalThis.PropType<Function>;
1208
- };
1209
- onMouseleave: {
1210
- type: globalThis.PropType<Function>;
1211
- };
1212
- onClick: {
1213
- type: globalThis.PropType<Function>;
1214
- };
1215
- onKeydown: {
1216
- type: globalThis.PropType<Function>;
1217
- };
1218
- onFocus: {
1219
- type: globalThis.PropType<Function>;
1220
- };
1221
- onBlur: {
1222
- type: globalThis.PropType<Function>;
1223
- };
1224
- onContextmenu: {
1225
- type: globalThis.PropType<Function>;
1226
- };
1227
- id: {
1228
- type: globalThis.PropType<string>;
1229
- };
1230
- open: {
1231
- type: globalThis.PropType<boolean>;
1232
- };
1233
- boundariesPadding: {
1234
- type: globalThis.PropType<number>;
1235
- };
1236
- fallbackPlacements: {
1237
- type: globalThis.PropType<import("@popperjs/core").Placement[]>;
1238
- };
1239
- gpuAcceleration: {
1240
- type: globalThis.PropType<boolean>;
1241
- };
1242
- offset: {
1243
- type: globalThis.PropType<number>;
1244
- };
1245
- placement: {
1246
- type: globalThis.PropType<import("@popperjs/core").Placement>;
1247
- };
1248
- popperOptions: {
1249
- type: globalThis.PropType<Partial<import("@popperjs/core").Options>>;
1250
- };
1251
- strategy: {
1252
- type: globalThis.PropType<"fixed" | "absolute">;
1253
- };
1254
- style: {
1255
- type: globalThis.PropType<string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null>;
1256
- };
1257
- className: {
1258
- type: globalThis.PropType<import("../types").ClassType>;
1259
- };
1260
- effect: {
1261
- type: globalThis.PropType<"light" | "dark">;
1262
- };
1263
- visible: {
1264
- type: globalThis.PropType<boolean>;
1265
- };
1266
- enterable: {
1267
- type: globalThis.PropType<boolean>;
1268
- };
1269
- pure: {
1270
- type: globalThis.PropType<boolean>;
1271
- };
1272
- focusOnShow: {
1273
- type: globalThis.PropType<boolean>;
1274
- };
1275
- trapping: {
1276
- type: globalThis.PropType<boolean>;
1277
- };
1278
- popperClass: {
1279
- type: globalThis.PropType<import("../types").ClassType>;
1280
- };
1281
- popperStyle: {
1282
- type: globalThis.PropType<string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null>;
1283
- };
1284
- referenceEl: {
1285
- type: globalThis.PropType<HTMLElement>;
1286
- };
1287
- triggerTargetEl: {
1288
- type: globalThis.PropType<HTMLElement>;
1289
- };
1290
- stopPopperMouseEvent: {
1291
- type: globalThis.PropType<boolean>;
1292
- };
1293
- ariaLabel: {
1294
- type: globalThis.PropType<string>;
1295
- };
1296
- zIndex: {
1297
- type: globalThis.PropType<number>;
1298
- };
1299
- showAfter: {
1300
- type: globalThis.PropType<number>;
1301
- };
1302
- hideAfter: {
1303
- type: globalThis.PropType<number>;
1304
- };
1305
- appendTo: {
1306
- type: globalThis.PropType<any>;
1307
- };
1308
- content: {
1309
- type: globalThis.PropType<string>;
1310
- };
1311
- rawContent: {
1312
- type: globalThis.PropType<boolean>;
1313
- };
1314
- persistent: {
1315
- type: globalThis.PropType<boolean>;
1316
- };
1317
- transition: {
1318
- type: globalThis.PropType<string>;
1319
- };
1320
- teleported: {
1321
- type: globalThis.PropType<boolean>;
1322
- };
1323
- disabled: {
1324
- type: globalThis.PropType<boolean>;
1325
- };
1326
- trigger: {
1327
- type: globalThis.PropType<import("..").TooltipTriggerType>;
1328
- };
1329
- triggerKeys: {
1330
- type: globalThis.PropType<string[]>;
1331
- };
1332
- }>> & {
1333
- onClose?: ((...args: any[]) => any) | undefined;
1334
- onShow?: ((...args: any[]) => any) | undefined;
1335
- onHide?: ((...args: any[]) => any) | undefined;
1336
- onOpen?: ((...args: any[]) => any) | undefined;
1337
- "onBefore-show"?: ((...args: any[]) => any) | undefined;
1338
- "onBefore-hide"?: ((...args: any[]) => any) | undefined;
1339
- }, never>;
1340
- $attrs: {
1341
- [x: string]: unknown;
1342
- };
1343
- $refs: {
1344
- [x: string]: unknown;
1345
- };
1346
- $slots: Readonly<{
1347
- [name: string]: import("vue").Slot<any> | undefined;
1348
- }>;
1349
- $root: globalThis.ComponentPublicInstance | null;
1350
- $parent: globalThis.ComponentPublicInstance | null;
1351
- $emit: ((event: "close", ...args: any[]) => void) & ((event: "open", ...args: any[]) => void) & ((event: "hide", ...args: any[]) => void) & ((event: "show", ...args: any[]) => void) & ((event: "before-show", ...args: any[]) => void) & ((event: "before-hide", ...args: any[]) => void);
1352
- $el: any;
1353
- $options: import("vue").ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
1354
- role: {
1355
- type: globalThis.PropType<"dialog" | "menu" | "grid" | "group" | "listbox" | "tooltip" | "navigation" | "tree">;
1356
- };
1357
- showArrow: {
1358
- type: globalThis.PropType<boolean>;
1359
- };
1360
- arrowOffset: {
1361
- type: globalThis.PropType<number>;
1362
- };
1363
- virtualRef: {
1364
- type: globalThis.PropType<import("..").Measurable>;
1365
- };
1366
- virtualTriggering: {
1367
- type: globalThis.PropType<boolean>;
1368
- };
1369
- onMouseenter: {
1370
- type: globalThis.PropType<Function>;
1371
- };
1372
- onMouseleave: {
1373
- type: globalThis.PropType<Function>;
1374
- };
1375
- onClick: {
1376
- type: globalThis.PropType<Function>;
1377
- };
1378
- onKeydown: {
1379
- type: globalThis.PropType<Function>;
1380
- };
1381
- onFocus: {
1382
- type: globalThis.PropType<Function>;
1383
- };
1384
- onBlur: {
1385
- type: globalThis.PropType<Function>;
1386
- };
1387
- onContextmenu: {
1388
- type: globalThis.PropType<Function>;
1389
- };
1390
- id: {
1391
- type: globalThis.PropType<string>;
1392
- };
1393
- open: {
1394
- type: globalThis.PropType<boolean>;
1395
- };
1396
- boundariesPadding: {
1397
- type: globalThis.PropType<number>;
1398
- };
1399
- fallbackPlacements: {
1400
- type: globalThis.PropType<import("@popperjs/core").Placement[]>;
1401
- };
1402
- gpuAcceleration: {
1403
- type: globalThis.PropType<boolean>;
1404
- };
1405
- offset: {
1406
- type: globalThis.PropType<number>;
1407
- };
1408
- placement: {
1409
- type: globalThis.PropType<import("@popperjs/core").Placement>;
1410
- };
1411
- popperOptions: {
1412
- type: globalThis.PropType<Partial<import("@popperjs/core").Options>>;
1413
- };
1414
- strategy: {
1415
- type: globalThis.PropType<"fixed" | "absolute">;
1416
- };
1417
- style: {
1418
- type: globalThis.PropType<string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null>;
1419
- };
1420
- className: {
1421
- type: globalThis.PropType<import("../types").ClassType>;
1422
- };
1423
- effect: {
1424
- type: globalThis.PropType<"light" | "dark">;
1425
- };
1426
- visible: {
1427
- type: globalThis.PropType<boolean>;
1428
- };
1429
- enterable: {
1430
- type: globalThis.PropType<boolean>;
1431
- };
1432
- pure: {
1433
- type: globalThis.PropType<boolean>;
1434
- };
1435
- focusOnShow: {
1436
- type: globalThis.PropType<boolean>;
1437
- };
1438
- trapping: {
1439
- type: globalThis.PropType<boolean>;
1440
- };
1441
- popperClass: {
1442
- type: globalThis.PropType<import("../types").ClassType>;
1443
- };
1444
- popperStyle: {
1445
- type: globalThis.PropType<string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null>;
1446
- };
1447
- referenceEl: {
1448
- type: globalThis.PropType<HTMLElement>;
1449
- };
1450
- triggerTargetEl: {
1451
- type: globalThis.PropType<HTMLElement>;
1452
- };
1453
- stopPopperMouseEvent: {
1454
- type: globalThis.PropType<boolean>;
1455
- };
1456
- ariaLabel: {
1457
- type: globalThis.PropType<string>;
1458
- };
1459
- zIndex: {
1460
- type: globalThis.PropType<number>;
1461
- };
1462
- showAfter: {
1463
- type: globalThis.PropType<number>;
1464
- };
1465
- hideAfter: {
1466
- type: globalThis.PropType<number>;
1467
- };
1468
- appendTo: {
1469
- type: globalThis.PropType<any>;
1470
- };
1471
- content: {
1472
- type: globalThis.PropType<string>;
1473
- };
1474
- rawContent: {
1475
- type: globalThis.PropType<boolean>;
1476
- };
1477
- persistent: {
1478
- type: globalThis.PropType<boolean>;
1479
- };
1480
- transition: {
1481
- type: globalThis.PropType<string>;
1482
- };
1483
- teleported: {
1484
- type: globalThis.PropType<boolean>;
1485
- };
1486
- disabled: {
1487
- type: globalThis.PropType<boolean>;
1488
- };
1489
- trigger: {
1490
- type: globalThis.PropType<import("..").TooltipTriggerType>;
1491
- };
1492
- triggerKeys: {
1493
- type: globalThis.PropType<string[]>;
1494
- };
1495
- }>> & {
1496
- onClose?: ((...args: any[]) => any) | undefined;
1497
- onShow?: ((...args: any[]) => any) | undefined;
1498
- onHide?: ((...args: any[]) => any) | undefined;
1499
- onOpen?: ((...args: any[]) => any) | undefined;
1500
- "onBefore-show"?: ((...args: any[]) => any) | undefined;
1501
- "onBefore-hide"?: ((...args: any[]) => any) | undefined;
1502
- }, {
1503
- popperRef: globalThis.Ref<any>;
1504
- contentRef: globalThis.Ref<any>;
1505
- isFocusInsideContent: () => boolean | undefined;
1506
- updatePopper: () => void;
1507
- onOpen: (event?: Event | undefined) => void;
1508
- onClose: (event?: Event | undefined) => void;
1509
- hide: (event?: Event | undefined) => void;
1510
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1511
- close: (...args: any[]) => void;
1512
- open: (...args: any[]) => void;
1513
- hide: (...args: any[]) => void;
1514
- show: (...args: any[]) => void;
1515
- "before-show": (...args: any[]) => void;
1516
- "before-hide": (...args: any[]) => void;
1517
- }, string, {}, {}, string, {}> & {
1518
- beforeCreate?: ((() => void) | (() => void)[]) | undefined;
1519
- created?: ((() => void) | (() => void)[]) | undefined;
1520
- beforeMount?: ((() => void) | (() => void)[]) | undefined;
1521
- mounted?: ((() => void) | (() => void)[]) | undefined;
1522
- beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
1523
- updated?: ((() => void) | (() => void)[]) | undefined;
1524
- activated?: ((() => void) | (() => void)[]) | undefined;
1525
- deactivated?: ((() => void) | (() => void)[]) | undefined;
1526
- beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
1527
- beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
1528
- destroyed?: ((() => void) | (() => void)[]) | undefined;
1529
- unmounted?: ((() => void) | (() => void)[]) | undefined;
1530
- renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
1531
- renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
1532
- errorCaptured?: (((err: unknown, instance: globalThis.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: globalThis.ComponentPublicInstance | null, info: string) => boolean | void)[]) | undefined;
1533
- };
1534
- $forceUpdate: () => void;
1535
- $nextTick: typeof import("vue").nextTick;
1536
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
1537
- } & Omit<Readonly<globalThis.ExtractPropTypes<{
1538
- role: {
1539
- type: globalThis.PropType<"dialog" | "menu" | "grid" | "group" | "listbox" | "tooltip" | "navigation" | "tree">;
1540
- };
1541
- showArrow: {
1542
- type: globalThis.PropType<boolean>;
1543
- };
1544
- arrowOffset: {
1545
- type: globalThis.PropType<number>;
1546
- };
1547
- virtualRef: {
1548
- type: globalThis.PropType<import("..").Measurable>;
1549
- };
1550
- virtualTriggering: {
1551
- type: globalThis.PropType<boolean>;
1552
- };
1553
- onMouseenter: {
1554
- type: globalThis.PropType<Function>;
1555
- };
1556
- onMouseleave: {
1557
- type: globalThis.PropType<Function>;
1558
- };
1559
- onClick: {
1560
- type: globalThis.PropType<Function>;
1561
- };
1562
- onKeydown: {
1563
- type: globalThis.PropType<Function>;
1564
- };
1565
- onFocus: {
1566
- type: globalThis.PropType<Function>;
1567
- };
1568
- onBlur: {
1569
- type: globalThis.PropType<Function>;
1570
- };
1571
- onContextmenu: {
1572
- type: globalThis.PropType<Function>;
1573
- };
1574
- id: {
1575
- type: globalThis.PropType<string>;
1576
- };
1577
- open: {
1578
- type: globalThis.PropType<boolean>;
1579
- };
1580
- boundariesPadding: {
1581
- type: globalThis.PropType<number>;
1582
- };
1583
- fallbackPlacements: {
1584
- type: globalThis.PropType<import("@popperjs/core").Placement[]>;
1585
- };
1586
- gpuAcceleration: {
1587
- type: globalThis.PropType<boolean>;
1588
- };
1589
- offset: {
1590
- type: globalThis.PropType<number>;
1591
- };
1592
- placement: {
1593
- type: globalThis.PropType<import("@popperjs/core").Placement>;
1594
- };
1595
- popperOptions: {
1596
- type: globalThis.PropType<Partial<import("@popperjs/core").Options>>;
1597
- };
1598
- strategy: {
1599
- type: globalThis.PropType<"fixed" | "absolute">;
1600
- };
1601
- style: {
1602
- type: globalThis.PropType<string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null>;
1603
- };
1604
- className: {
1605
- type: globalThis.PropType<import("../types").ClassType>;
1606
- };
1607
- effect: {
1608
- type: globalThis.PropType<"light" | "dark">;
1609
- };
1610
- visible: {
1611
- type: globalThis.PropType<boolean>;
1612
- };
1613
- enterable: {
1614
- type: globalThis.PropType<boolean>;
1615
- };
1616
- pure: {
1617
- type: globalThis.PropType<boolean>;
1618
- };
1619
- focusOnShow: {
1620
- type: globalThis.PropType<boolean>;
1621
- };
1622
- trapping: {
1623
- type: globalThis.PropType<boolean>;
1624
- };
1625
- popperClass: {
1626
- type: globalThis.PropType<import("../types").ClassType>;
1627
- };
1628
- popperStyle: {
1629
- type: globalThis.PropType<string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null>;
1630
- };
1631
- referenceEl: {
1632
- type: globalThis.PropType<HTMLElement>;
1633
- };
1634
- triggerTargetEl: {
1635
- type: globalThis.PropType<HTMLElement>;
1636
- };
1637
- stopPopperMouseEvent: {
1638
- type: globalThis.PropType<boolean>;
1639
- };
1640
- ariaLabel: {
1641
- type: globalThis.PropType<string>;
1642
- };
1643
- zIndex: {
1644
- type: globalThis.PropType<number>;
1645
- };
1646
- showAfter: {
1647
- type: globalThis.PropType<number>;
1648
- };
1649
- hideAfter: {
1650
- type: globalThis.PropType<number>;
1651
- };
1652
- appendTo: {
1653
- type: globalThis.PropType<any>;
1654
- };
1655
- content: {
1656
- type: globalThis.PropType<string>;
1657
- };
1658
- rawContent: {
1659
- type: globalThis.PropType<boolean>;
1660
- };
1661
- persistent: {
1662
- type: globalThis.PropType<boolean>;
1663
- };
1664
- transition: {
1665
- type: globalThis.PropType<string>;
1666
- };
1667
- teleported: {
1668
- type: globalThis.PropType<boolean>;
1669
- };
1670
- disabled: {
1671
- type: globalThis.PropType<boolean>;
1672
- };
1673
- trigger: {
1674
- type: globalThis.PropType<import("..").TooltipTriggerType>;
1675
- };
1676
- triggerKeys: {
1677
- type: globalThis.PropType<string[]>;
1678
- };
1679
- }>> & {
1680
- onClose?: ((...args: any[]) => any) | undefined;
1681
- onShow?: ((...args: any[]) => any) | undefined;
1682
- onHide?: ((...args: any[]) => any) | undefined;
1683
- onOpen?: ((...args: any[]) => any) | undefined;
1684
- "onBefore-show"?: ((...args: any[]) => any) | undefined;
1685
- "onBefore-hide"?: ((...args: any[]) => any) | undefined;
1686
- }, "onClose" | "hide" | "contentRef" | "updatePopper" | "onOpen" | "popperRef" | "isFocusInsideContent"> & import("vue").ShallowUnwrapRef<{
1687
- popperRef: globalThis.Ref<any>;
1688
- contentRef: globalThis.Ref<any>;
1689
- isFocusInsideContent: () => boolean | undefined;
1690
- updatePopper: () => void;
1691
- onOpen: (event?: Event | undefined) => void;
1692
- onClose: (event?: Event | undefined) => void;
1693
- hide: (event?: Event | undefined) => void;
1694
- }> & {} & import("vue").ComponentCustomProperties & {} & {
1695
- $slots: {
1696
- default?(_: {}): any;
1697
- content?(_: {}): any;
1698
- };
1699
- }) | null>;
1700
- selectRef: globalThis.Ref<null>;
1701
- selectionRef: globalThis.Ref<null>;
1702
- popperRef: globalThis.ComputedRef<any>;
1703
- validateState: globalThis.ComputedRef<"" | "error" | "validating" | "success">;
1704
- validateIcon: string;
1705
- showTagList: globalThis.ComputedRef<{
1706
- [x: string]: any;
1707
- label: string;
1708
- created?: boolean | undefined;
1709
- value: any;
1710
- }[]>;
1711
- collapseTagList: globalThis.ComputedRef<{
1712
- [x: string]: any;
1713
- label: string;
1714
- created?: boolean | undefined;
1715
- value: any;
1716
- }[]>;
1717
- debouncedOnInputChange: import("lodash").DebouncedFunc<() => Promise<void>>;
1718
- deleteTag: (event: MouseEvent, tag: import("./select.types").Option) => Promise<void> | undefined;
1719
- getLabel: (item: unknown) => any;
1720
- getValueKey: (item: unknown) => any;
1721
- handleBlur: (event: FocusEvent) => Promise<void>;
1722
- handleClear: () => Promise<void>;
1723
- handleClickOutside: () => Promise<void>;
1724
- handleDel: (e: KeyboardEvent) => void;
1725
- handleEsc: () => void;
1726
- handleFocus: (event: FocusEvent) => void;
1727
- handleMenuEnter: () => Promise<void>;
1728
- handleResize: () => Promise<void> | undefined;
1729
- toggleMenu: () => Promise<void> | undefined;
1730
- scrollTo: (index: number) => void;
1731
- onInput: (event: any) => Promise<void> | undefined;
1732
- onKeyboardNavigate: (direction: "forward" | "backward", hoveringIndex?: number) => any;
1733
- onKeyboardSelect: () => Promise<void> | undefined;
1734
- onSelect: (option: import("./select.types").Option, idx: number, byClick?: boolean) => void;
1735
- onHover: (idx: number) => void;
1736
- onUpdateInputValue: (val: string) => void;
1737
- handleCompositionStart: () => void;
1738
- handleCompositionEnd: (event: any) => void;
1739
- handleCompositionUpdate: (event: any) => void;
1740
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "change" | "clear" | "blur" | "focus" | "visible-change" | "remove-tag")[], "update:modelValue" | "change" | "clear" | "blur" | "focus" | "visible-change" | "remove-tag", import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
1741
- allowCreate: BooleanConstructor;
1742
- autocomplete: {
1743
- type: globalThis.PropType<"both" | "none" | "inline" | "list">;
1744
- default: string;
1745
- };
1746
- automaticDropdown: BooleanConstructor;
1747
- clearable: BooleanConstructor;
1748
- clearIcon: {
1749
- type: globalThis.PropType<string | globalThis.Component>;
1750
- };
1751
- effect: {
1752
- type: globalThis.PropType<string>;
1753
- default: string;
1754
- };
1755
- collapseTags: BooleanConstructor;
1756
- collapseTagsTooltip: {
1757
- type: BooleanConstructor;
1758
- default: boolean;
1759
- };
1760
- maxCollapseTags: {
1761
- type: NumberConstructor;
1762
- default: number;
1763
- };
1764
- defaultFirstOption: BooleanConstructor;
1765
- disabled: BooleanConstructor;
1766
- estimatedOptionHeight: {
1767
- type: NumberConstructor;
1768
- default: undefined;
1769
- };
1770
- filterable: BooleanConstructor;
1771
- filterMethod: FunctionConstructor;
1772
- height: {
1773
- type: NumberConstructor;
1774
- default: number;
1775
- };
1776
- itemHeight: {
1777
- type: NumberConstructor;
1778
- default: number;
1779
- };
1780
- id: StringConstructor;
1781
- loading: BooleanConstructor;
1782
- loadingText: StringConstructor;
1783
- label: StringConstructor;
1784
- modelValue: globalThis.PropType<any>;
1785
- multiple: BooleanConstructor;
1786
- multipleLimit: {
1787
- type: NumberConstructor;
1788
- default: number;
1789
- };
1790
- name: StringConstructor;
1791
- noDataText: StringConstructor;
1792
- noMatchText: StringConstructor;
1793
- remoteMethod: FunctionConstructor;
1794
- reserveKeyword: {
1795
- type: BooleanConstructor;
1796
- default: boolean;
1797
- };
1798
- options: {
1799
- type: globalThis.PropType<import("./select.types").OptionType[]>;
1800
- required: boolean;
1801
- };
1802
- placeholder: {
1803
- type: StringConstructor;
1804
- };
1805
- teleported: StringConstructor;
1806
- persistent: {
1807
- type: BooleanConstructor;
1808
- default: boolean;
1809
- };
1810
- popperClass: {
1811
- type: StringConstructor;
1812
- default: string;
1813
- };
1814
- popperOptions: {
1815
- type: globalThis.PropType<Partial<import("@popperjs/core").Options>>;
1816
- default: () => Partial<import("@popperjs/core").Options>;
1817
- };
1818
- remote: BooleanConstructor;
1819
- size: {
1820
- type: globalThis.PropType<"" | "default" | "small" | "large">;
1821
- };
1822
- valueKey: {
1823
- type: StringConstructor;
1824
- default: string;
1825
- };
1826
- scrollbarAlwaysOn: {
1827
- type: BooleanConstructor;
1828
- default: boolean;
1829
- };
1830
- validateEvent: {
1831
- type: BooleanConstructor;
1832
- default: boolean;
1833
- };
1834
- placement: {
1835
- type: globalThis.PropType<import("@popperjs/core").Placement>;
1836
- values: import("@popperjs/core").Placement[];
1837
- default: string;
1838
- };
1839
- }>> & {
1840
- onChange?: ((...args: any[]) => any) | undefined;
1841
- onBlur?: ((...args: any[]) => any) | undefined;
1842
- onFocus?: ((...args: any[]) => any) | undefined;
1843
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1844
- onClear?: ((...args: any[]) => any) | undefined;
1845
- "onVisible-change"?: ((...args: any[]) => any) | undefined;
1846
- "onRemove-tag"?: ((...args: any[]) => any) | undefined;
1847
- }, {
1848
- height: number;
1849
- placement: import("@popperjs/core").Placement;
1850
- effect: string;
1851
- disabled: boolean;
1852
- loading: boolean;
1853
- autocomplete: "both" | "none" | "inline" | "list";
1854
- clearable: boolean;
1855
- validateEvent: boolean;
1856
- multiple: boolean;
1857
- popperOptions: Partial<import("@popperjs/core").Options>;
1858
- popperClass: string;
1859
- persistent: boolean;
1860
- valueKey: string;
1861
- scrollbarAlwaysOn: boolean;
1862
- allowCreate: boolean;
1863
- automaticDropdown: boolean;
1864
- collapseTags: boolean;
1865
- collapseTagsTooltip: boolean;
1866
- maxCollapseTags: number;
1867
- defaultFirstOption: boolean;
1868
- estimatedOptionHeight: number;
1869
- filterable: boolean;
1870
- itemHeight: number;
1871
- multipleLimit: number;
1872
- reserveKeyword: boolean;
1873
- remote: boolean;
1874
- }, {}>>;
4
+ export declare const VftSelect: SFCWithInstall<(props: Record<string, any> & {}) => any>;
1875
5
  export * from './token';