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,937 +1,2 @@
1
- declare const _default: import("vue").DefineComponent<{
2
- allowCreate: BooleanConstructor;
3
- autocomplete: {
4
- type: globalThis.PropType<"both" | "none" | "inline" | "list">;
5
- default: string;
6
- };
7
- automaticDropdown: BooleanConstructor;
8
- clearable: BooleanConstructor;
9
- clearIcon: {
10
- type: globalThis.PropType<string | globalThis.Component>;
11
- };
12
- effect: {
13
- type: globalThis.PropType<string>;
14
- default: string;
15
- };
16
- collapseTags: BooleanConstructor;
17
- collapseTagsTooltip: {
18
- type: BooleanConstructor;
19
- default: boolean;
20
- };
21
- maxCollapseTags: {
22
- type: NumberConstructor;
23
- default: number;
24
- };
25
- defaultFirstOption: BooleanConstructor;
26
- disabled: BooleanConstructor;
27
- estimatedOptionHeight: {
28
- type: NumberConstructor;
29
- default: undefined;
30
- };
31
- filterable: BooleanConstructor;
32
- filterMethod: FunctionConstructor;
33
- height: {
34
- type: NumberConstructor;
35
- default: number;
36
- };
37
- itemHeight: {
38
- type: NumberConstructor;
39
- default: number;
40
- };
41
- id: StringConstructor;
42
- loading: BooleanConstructor;
43
- loadingText: StringConstructor;
44
- label: StringConstructor;
45
- modelValue: globalThis.PropType<any>;
46
- multiple: BooleanConstructor;
47
- multipleLimit: {
48
- type: NumberConstructor;
49
- default: number;
50
- };
51
- name: StringConstructor;
52
- noDataText: StringConstructor;
53
- noMatchText: StringConstructor;
54
- remoteMethod: FunctionConstructor;
55
- reserveKeyword: {
56
- type: BooleanConstructor;
57
- default: boolean;
58
- };
59
- options: {
60
- type: globalThis.PropType<import("./select.types").OptionType[]>;
61
- required: boolean;
62
- };
63
- placeholder: {
64
- type: StringConstructor;
65
- };
66
- teleported: StringConstructor;
67
- persistent: {
68
- type: BooleanConstructor;
69
- default: boolean;
70
- };
71
- popperClass: {
72
- type: StringConstructor;
73
- default: string;
74
- };
75
- popperOptions: {
76
- type: globalThis.PropType<Partial<import("@popperjs/core").Options>>;
77
- default: () => Partial<import("@popperjs/core").Options>;
78
- };
79
- remote: BooleanConstructor;
80
- size: {
81
- type: globalThis.PropType<"" | "default" | "small" | "large">;
82
- };
83
- valueKey: {
84
- type: StringConstructor;
85
- default: string;
86
- };
87
- scrollbarAlwaysOn: {
88
- type: BooleanConstructor;
89
- default: boolean;
90
- };
91
- validateEvent: {
92
- type: BooleanConstructor;
93
- default: boolean;
94
- };
95
- placement: {
96
- type: globalThis.PropType<import("@popperjs/core").Placement>;
97
- values: import("@popperjs/core").Placement[];
98
- default: string;
99
- };
100
- }, {
101
- modelValue: globalThis.ComputedRef<any>;
102
- collapseTagSize: globalThis.ComputedRef<"default" | "small">;
103
- currentPlaceholder: globalThis.ComputedRef<string>;
104
- expanded: globalThis.Ref<boolean>;
105
- emptyText: globalThis.ComputedRef<string | false | null>;
106
- popupHeight: globalThis.ComputedRef<number>;
107
- debounce: globalThis.ComputedRef<0 | 300>;
108
- filteredOptions: globalThis.ComputedRef<never[]>;
109
- iconComponent: globalThis.ComputedRef<"" | "icon-arrow-up">;
110
- iconReverse: globalThis.ComputedRef<string>;
111
- inputWrapperStyle: globalThis.ComputedRef<import("vue").CSSProperties>;
112
- popperSize: globalThis.Ref<number>;
113
- dropdownMenuVisible: globalThis.WritableComputedRef<boolean>;
114
- hasModelValue: globalThis.ComputedRef<boolean>;
115
- shouldShowPlaceholder: globalThis.ComputedRef<boolean>;
116
- selectDisabled: globalThis.ComputedRef<boolean | undefined>;
117
- selectSize: globalThis.ComputedRef<"" | "default" | "small" | "large">;
118
- showClearBtn: globalThis.ComputedRef<boolean>;
119
- states: {
120
- inputValue: string;
121
- displayInputValue: string;
122
- calculatedWidth: number;
123
- cachedPlaceholder: string;
124
- cachedOptions: {
125
- [x: string]: any;
126
- label: string;
127
- created?: boolean | undefined;
128
- value: any;
129
- }[];
130
- createdOptions: {
131
- [x: string]: any;
132
- label: string;
133
- created?: boolean | undefined;
134
- value: any;
135
- }[];
136
- createdLabel: string;
137
- createdSelected: boolean;
138
- currentPlaceholder: string;
139
- hoveringIndex: number;
140
- comboBoxHovering: boolean;
141
- isOnComposition: boolean;
142
- isSilentBlur: boolean;
143
- isComposing: boolean;
144
- inputLength: number;
145
- selectWidth: number;
146
- initialInputHeight: number;
147
- previousQuery: null;
148
- previousValue: undefined;
149
- query: string;
150
- selectedLabel: string;
151
- softFocus: boolean;
152
- tagInMultiLine: boolean;
153
- };
154
- tagMaxWidth: globalThis.ComputedRef<number>;
155
- nsSelect: {
156
- namespace: globalThis.Ref<string>;
157
- b: (blockSuffix?: string) => string;
158
- e: (element?: string | undefined) => string;
159
- m: (modifier?: string | undefined) => string;
160
- be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
161
- em: (element?: string | undefined, modifier?: string | undefined) => string;
162
- bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
163
- bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
164
- is: {
165
- (name: string, state: boolean | undefined): string;
166
- (name: string): string;
167
- };
168
- cssVar: (object: Record<string, string | undefined>) => Record<string, string>;
169
- cssVarName: (name: string) => string;
170
- cssVarBlock: (object: Record<string, string | undefined>) => Record<string, string>;
171
- cssVarBlockName: (name: string) => string;
172
- };
173
- nsInput: {
174
- namespace: globalThis.Ref<string>;
175
- b: (blockSuffix?: string) => string;
176
- e: (element?: string | undefined) => string;
177
- m: (modifier?: string | undefined) => string;
178
- be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
179
- em: (element?: string | undefined, modifier?: string | undefined) => string;
180
- bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
181
- bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
182
- is: {
183
- (name: string, state: boolean | undefined): string;
184
- (name: string): string;
185
- };
186
- cssVar: (object: Record<string, string | undefined>) => Record<string, string>;
187
- cssVarName: (name: string) => string;
188
- cssVarBlock: (object: Record<string, string | undefined>) => Record<string, string>;
189
- cssVarBlockName: (name: string) => string;
190
- };
191
- calculatorRef: globalThis.Ref<HTMLElement>;
192
- controlRef: globalThis.Ref<null>;
193
- inputRef: globalThis.Ref<null>;
194
- menuRef: globalThis.Ref<null>;
195
- popper: globalThis.Ref<({
196
- $: import("vue").ComponentInternalInstance;
197
- $data: {};
198
- $props: Partial<{}> & Omit<{
199
- readonly style?: string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null | undefined;
200
- readonly content?: string | undefined;
201
- readonly zIndex?: number | undefined;
202
- readonly offset?: number | undefined;
203
- readonly transition?: string | undefined;
204
- readonly onBlur?: Function | undefined;
205
- readonly onClick?: Function | undefined;
206
- readonly onContextmenu?: Function | undefined;
207
- readonly onFocus?: Function | undefined;
208
- readonly onKeydown?: Function | undefined;
209
- readonly onMouseenter?: Function | undefined;
210
- readonly onMouseleave?: Function | undefined;
211
- readonly showAfter?: number | undefined;
212
- readonly hideAfter?: number | undefined;
213
- readonly open?: boolean | undefined;
214
- readonly placement?: import("@popperjs/core").Placement | undefined;
215
- readonly strategy?: "fixed" | "absolute" | undefined;
216
- readonly effect?: "light" | "dark" | undefined;
217
- readonly id?: string | undefined;
218
- readonly className?: import("../types").ClassType | undefined;
219
- readonly ariaLabel?: string | undefined;
220
- readonly role?: "dialog" | "menu" | "grid" | "group" | "listbox" | "tooltip" | "navigation" | "tree" | undefined;
221
- readonly disabled?: boolean | undefined;
222
- readonly trigger?: import("vft/es/components/tooltip").TooltipTriggerType | undefined;
223
- readonly appendTo?: any;
224
- readonly visible?: boolean | undefined;
225
- readonly arrowOffset?: number | undefined;
226
- readonly gpuAcceleration?: boolean | undefined;
227
- readonly fallbackPlacements?: import("@popperjs/core").Placement[] | undefined;
228
- readonly popperOptions?: Partial<import("@popperjs/core").Options> | undefined;
229
- readonly pure?: boolean | undefined;
230
- readonly boundariesPadding?: number | undefined;
231
- readonly enterable?: boolean | undefined;
232
- readonly focusOnShow?: boolean | undefined;
233
- readonly trapping?: boolean | undefined;
234
- readonly popperClass?: import("../types").ClassType | undefined;
235
- readonly popperStyle?: string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null | undefined;
236
- readonly referenceEl?: HTMLElement | undefined;
237
- readonly triggerTargetEl?: HTMLElement | undefined;
238
- readonly stopPopperMouseEvent?: boolean | undefined;
239
- readonly virtualTriggering?: boolean | undefined;
240
- readonly virtualRef?: import("..").Measurable | undefined;
241
- readonly rawContent?: boolean | undefined;
242
- readonly persistent?: boolean | undefined;
243
- readonly teleported?: boolean | undefined;
244
- readonly triggerKeys?: string[] | undefined;
245
- readonly showArrow?: boolean | undefined;
246
- onClose?: ((...args: any[]) => any) | undefined;
247
- onShow?: ((...args: any[]) => any) | undefined;
248
- onHide?: ((...args: any[]) => any) | undefined;
249
- onOpen?: ((...args: any[]) => any) | undefined;
250
- "onBefore-show"?: ((...args: any[]) => any) | undefined;
251
- "onBefore-hide"?: ((...args: any[]) => any) | undefined;
252
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<globalThis.ExtractPropTypes<{
253
- role: {
254
- type: globalThis.PropType<"dialog" | "menu" | "grid" | "group" | "listbox" | "tooltip" | "navigation" | "tree">;
255
- };
256
- showArrow: {
257
- type: globalThis.PropType<boolean>;
258
- };
259
- arrowOffset: {
260
- type: globalThis.PropType<number>;
261
- };
262
- virtualRef: {
263
- type: globalThis.PropType<import("..").Measurable>;
264
- };
265
- virtualTriggering: {
266
- type: globalThis.PropType<boolean>;
267
- };
268
- onMouseenter: {
269
- type: globalThis.PropType<Function>;
270
- };
271
- onMouseleave: {
272
- type: globalThis.PropType<Function>;
273
- };
274
- onClick: {
275
- type: globalThis.PropType<Function>;
276
- };
277
- onKeydown: {
278
- type: globalThis.PropType<Function>;
279
- };
280
- onFocus: {
281
- type: globalThis.PropType<Function>;
282
- };
283
- onBlur: {
284
- type: globalThis.PropType<Function>;
285
- };
286
- onContextmenu: {
287
- type: globalThis.PropType<Function>;
288
- };
289
- id: {
290
- type: globalThis.PropType<string>;
291
- };
292
- open: {
293
- type: globalThis.PropType<boolean>;
294
- };
295
- boundariesPadding: {
296
- type: globalThis.PropType<number>;
297
- };
298
- fallbackPlacements: {
299
- type: globalThis.PropType<import("@popperjs/core").Placement[]>;
300
- };
301
- gpuAcceleration: {
302
- type: globalThis.PropType<boolean>;
303
- };
304
- offset: {
305
- type: globalThis.PropType<number>;
306
- };
307
- placement: {
308
- type: globalThis.PropType<import("@popperjs/core").Placement>;
309
- };
310
- popperOptions: {
311
- type: globalThis.PropType<Partial<import("@popperjs/core").Options>>;
312
- };
313
- strategy: {
314
- type: globalThis.PropType<"fixed" | "absolute">;
315
- };
316
- style: {
317
- type: globalThis.PropType<string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null>;
318
- };
319
- className: {
320
- type: globalThis.PropType<import("../types").ClassType>;
321
- };
322
- effect: {
323
- type: globalThis.PropType<"light" | "dark">;
324
- };
325
- visible: {
326
- type: globalThis.PropType<boolean>;
327
- };
328
- enterable: {
329
- type: globalThis.PropType<boolean>;
330
- };
331
- pure: {
332
- type: globalThis.PropType<boolean>;
333
- };
334
- focusOnShow: {
335
- type: globalThis.PropType<boolean>;
336
- };
337
- trapping: {
338
- type: globalThis.PropType<boolean>;
339
- };
340
- popperClass: {
341
- type: globalThis.PropType<import("../types").ClassType>;
342
- };
343
- popperStyle: {
344
- type: globalThis.PropType<string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null>;
345
- };
346
- referenceEl: {
347
- type: globalThis.PropType<HTMLElement>;
348
- };
349
- triggerTargetEl: {
350
- type: globalThis.PropType<HTMLElement>;
351
- };
352
- stopPopperMouseEvent: {
353
- type: globalThis.PropType<boolean>;
354
- };
355
- ariaLabel: {
356
- type: globalThis.PropType<string>;
357
- };
358
- zIndex: {
359
- type: globalThis.PropType<number>;
360
- };
361
- showAfter: {
362
- type: globalThis.PropType<number>;
363
- };
364
- hideAfter: {
365
- type: globalThis.PropType<number>;
366
- };
367
- appendTo: {
368
- type: globalThis.PropType<any>;
369
- };
370
- content: {
371
- type: globalThis.PropType<string>;
372
- };
373
- rawContent: {
374
- type: globalThis.PropType<boolean>;
375
- };
376
- persistent: {
377
- type: globalThis.PropType<boolean>;
378
- };
379
- transition: {
380
- type: globalThis.PropType<string>;
381
- };
382
- teleported: {
383
- type: globalThis.PropType<boolean>;
384
- };
385
- disabled: {
386
- type: globalThis.PropType<boolean>;
387
- };
388
- trigger: {
389
- type: globalThis.PropType<import("vft/es/components/tooltip").TooltipTriggerType>;
390
- };
391
- triggerKeys: {
392
- type: globalThis.PropType<string[]>;
393
- };
394
- }>> & {
395
- onClose?: ((...args: any[]) => any) | undefined;
396
- onShow?: ((...args: any[]) => any) | undefined;
397
- onHide?: ((...args: any[]) => any) | undefined;
398
- onOpen?: ((...args: any[]) => any) | undefined;
399
- "onBefore-show"?: ((...args: any[]) => any) | undefined;
400
- "onBefore-hide"?: ((...args: any[]) => any) | undefined;
401
- }, never>;
402
- $attrs: {
403
- [x: string]: unknown;
404
- };
405
- $refs: {
406
- [x: string]: unknown;
407
- };
408
- $slots: Readonly<{
409
- [name: string]: import("vue").Slot<any> | undefined;
410
- }>;
411
- $root: globalThis.ComponentPublicInstance | null;
412
- $parent: globalThis.ComponentPublicInstance | null;
413
- $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);
414
- $el: any;
415
- $options: import("vue").ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
416
- role: {
417
- type: globalThis.PropType<"dialog" | "menu" | "grid" | "group" | "listbox" | "tooltip" | "navigation" | "tree">;
418
- };
419
- showArrow: {
420
- type: globalThis.PropType<boolean>;
421
- };
422
- arrowOffset: {
423
- type: globalThis.PropType<number>;
424
- };
425
- virtualRef: {
426
- type: globalThis.PropType<import("..").Measurable>;
427
- };
428
- virtualTriggering: {
429
- type: globalThis.PropType<boolean>;
430
- };
431
- onMouseenter: {
432
- type: globalThis.PropType<Function>;
433
- };
434
- onMouseleave: {
435
- type: globalThis.PropType<Function>;
436
- };
437
- onClick: {
438
- type: globalThis.PropType<Function>;
439
- };
440
- onKeydown: {
441
- type: globalThis.PropType<Function>;
442
- };
443
- onFocus: {
444
- type: globalThis.PropType<Function>;
445
- };
446
- onBlur: {
447
- type: globalThis.PropType<Function>;
448
- };
449
- onContextmenu: {
450
- type: globalThis.PropType<Function>;
451
- };
452
- id: {
453
- type: globalThis.PropType<string>;
454
- };
455
- open: {
456
- type: globalThis.PropType<boolean>;
457
- };
458
- boundariesPadding: {
459
- type: globalThis.PropType<number>;
460
- };
461
- fallbackPlacements: {
462
- type: globalThis.PropType<import("@popperjs/core").Placement[]>;
463
- };
464
- gpuAcceleration: {
465
- type: globalThis.PropType<boolean>;
466
- };
467
- offset: {
468
- type: globalThis.PropType<number>;
469
- };
470
- placement: {
471
- type: globalThis.PropType<import("@popperjs/core").Placement>;
472
- };
473
- popperOptions: {
474
- type: globalThis.PropType<Partial<import("@popperjs/core").Options>>;
475
- };
476
- strategy: {
477
- type: globalThis.PropType<"fixed" | "absolute">;
478
- };
479
- style: {
480
- type: globalThis.PropType<string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null>;
481
- };
482
- className: {
483
- type: globalThis.PropType<import("../types").ClassType>;
484
- };
485
- effect: {
486
- type: globalThis.PropType<"light" | "dark">;
487
- };
488
- visible: {
489
- type: globalThis.PropType<boolean>;
490
- };
491
- enterable: {
492
- type: globalThis.PropType<boolean>;
493
- };
494
- pure: {
495
- type: globalThis.PropType<boolean>;
496
- };
497
- focusOnShow: {
498
- type: globalThis.PropType<boolean>;
499
- };
500
- trapping: {
501
- type: globalThis.PropType<boolean>;
502
- };
503
- popperClass: {
504
- type: globalThis.PropType<import("../types").ClassType>;
505
- };
506
- popperStyle: {
507
- type: globalThis.PropType<string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null>;
508
- };
509
- referenceEl: {
510
- type: globalThis.PropType<HTMLElement>;
511
- };
512
- triggerTargetEl: {
513
- type: globalThis.PropType<HTMLElement>;
514
- };
515
- stopPopperMouseEvent: {
516
- type: globalThis.PropType<boolean>;
517
- };
518
- ariaLabel: {
519
- type: globalThis.PropType<string>;
520
- };
521
- zIndex: {
522
- type: globalThis.PropType<number>;
523
- };
524
- showAfter: {
525
- type: globalThis.PropType<number>;
526
- };
527
- hideAfter: {
528
- type: globalThis.PropType<number>;
529
- };
530
- appendTo: {
531
- type: globalThis.PropType<any>;
532
- };
533
- content: {
534
- type: globalThis.PropType<string>;
535
- };
536
- rawContent: {
537
- type: globalThis.PropType<boolean>;
538
- };
539
- persistent: {
540
- type: globalThis.PropType<boolean>;
541
- };
542
- transition: {
543
- type: globalThis.PropType<string>;
544
- };
545
- teleported: {
546
- type: globalThis.PropType<boolean>;
547
- };
548
- disabled: {
549
- type: globalThis.PropType<boolean>;
550
- };
551
- trigger: {
552
- type: globalThis.PropType<import("vft/es/components/tooltip").TooltipTriggerType>;
553
- };
554
- triggerKeys: {
555
- type: globalThis.PropType<string[]>;
556
- };
557
- }>> & {
558
- onClose?: ((...args: any[]) => any) | undefined;
559
- onShow?: ((...args: any[]) => any) | undefined;
560
- onHide?: ((...args: any[]) => any) | undefined;
561
- onOpen?: ((...args: any[]) => any) | undefined;
562
- "onBefore-show"?: ((...args: any[]) => any) | undefined;
563
- "onBefore-hide"?: ((...args: any[]) => any) | undefined;
564
- }, {
565
- popperRef: globalThis.Ref<any>;
566
- contentRef: globalThis.Ref<any>;
567
- isFocusInsideContent: () => boolean | undefined;
568
- updatePopper: () => void;
569
- onOpen: (event?: Event | undefined) => void;
570
- onClose: (event?: Event | undefined) => void;
571
- hide: (event?: Event | undefined) => void;
572
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
573
- close: (...args: any[]) => void;
574
- open: (...args: any[]) => void;
575
- hide: (...args: any[]) => void;
576
- show: (...args: any[]) => void;
577
- "before-show": (...args: any[]) => void;
578
- "before-hide": (...args: any[]) => void;
579
- }, string, {}, {}, string, {}> & {
580
- beforeCreate?: ((() => void) | (() => void)[]) | undefined;
581
- created?: ((() => void) | (() => void)[]) | undefined;
582
- beforeMount?: ((() => void) | (() => void)[]) | undefined;
583
- mounted?: ((() => void) | (() => void)[]) | undefined;
584
- beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
585
- updated?: ((() => void) | (() => void)[]) | undefined;
586
- activated?: ((() => void) | (() => void)[]) | undefined;
587
- deactivated?: ((() => void) | (() => void)[]) | undefined;
588
- beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
589
- beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
590
- destroyed?: ((() => void) | (() => void)[]) | undefined;
591
- unmounted?: ((() => void) | (() => void)[]) | undefined;
592
- renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
593
- renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
594
- errorCaptured?: (((err: unknown, instance: globalThis.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: globalThis.ComponentPublicInstance | null, info: string) => boolean | void)[]) | undefined;
595
- };
596
- $forceUpdate: () => void;
597
- $nextTick: typeof import("vue").nextTick;
598
- $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;
599
- } & Omit<Readonly<globalThis.ExtractPropTypes<{
600
- role: {
601
- type: globalThis.PropType<"dialog" | "menu" | "grid" | "group" | "listbox" | "tooltip" | "navigation" | "tree">;
602
- };
603
- showArrow: {
604
- type: globalThis.PropType<boolean>;
605
- };
606
- arrowOffset: {
607
- type: globalThis.PropType<number>;
608
- };
609
- virtualRef: {
610
- type: globalThis.PropType<import("..").Measurable>;
611
- };
612
- virtualTriggering: {
613
- type: globalThis.PropType<boolean>;
614
- };
615
- onMouseenter: {
616
- type: globalThis.PropType<Function>;
617
- };
618
- onMouseleave: {
619
- type: globalThis.PropType<Function>;
620
- };
621
- onClick: {
622
- type: globalThis.PropType<Function>;
623
- };
624
- onKeydown: {
625
- type: globalThis.PropType<Function>;
626
- };
627
- onFocus: {
628
- type: globalThis.PropType<Function>;
629
- };
630
- onBlur: {
631
- type: globalThis.PropType<Function>;
632
- };
633
- onContextmenu: {
634
- type: globalThis.PropType<Function>;
635
- };
636
- id: {
637
- type: globalThis.PropType<string>;
638
- };
639
- open: {
640
- type: globalThis.PropType<boolean>;
641
- };
642
- boundariesPadding: {
643
- type: globalThis.PropType<number>;
644
- };
645
- fallbackPlacements: {
646
- type: globalThis.PropType<import("@popperjs/core").Placement[]>;
647
- };
648
- gpuAcceleration: {
649
- type: globalThis.PropType<boolean>;
650
- };
651
- offset: {
652
- type: globalThis.PropType<number>;
653
- };
654
- placement: {
655
- type: globalThis.PropType<import("@popperjs/core").Placement>;
656
- };
657
- popperOptions: {
658
- type: globalThis.PropType<Partial<import("@popperjs/core").Options>>;
659
- };
660
- strategy: {
661
- type: globalThis.PropType<"fixed" | "absolute">;
662
- };
663
- style: {
664
- type: globalThis.PropType<string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null>;
665
- };
666
- className: {
667
- type: globalThis.PropType<import("../types").ClassType>;
668
- };
669
- effect: {
670
- type: globalThis.PropType<"light" | "dark">;
671
- };
672
- visible: {
673
- type: globalThis.PropType<boolean>;
674
- };
675
- enterable: {
676
- type: globalThis.PropType<boolean>;
677
- };
678
- pure: {
679
- type: globalThis.PropType<boolean>;
680
- };
681
- focusOnShow: {
682
- type: globalThis.PropType<boolean>;
683
- };
684
- trapping: {
685
- type: globalThis.PropType<boolean>;
686
- };
687
- popperClass: {
688
- type: globalThis.PropType<import("../types").ClassType>;
689
- };
690
- popperStyle: {
691
- type: globalThis.PropType<string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null>;
692
- };
693
- referenceEl: {
694
- type: globalThis.PropType<HTMLElement>;
695
- };
696
- triggerTargetEl: {
697
- type: globalThis.PropType<HTMLElement>;
698
- };
699
- stopPopperMouseEvent: {
700
- type: globalThis.PropType<boolean>;
701
- };
702
- ariaLabel: {
703
- type: globalThis.PropType<string>;
704
- };
705
- zIndex: {
706
- type: globalThis.PropType<number>;
707
- };
708
- showAfter: {
709
- type: globalThis.PropType<number>;
710
- };
711
- hideAfter: {
712
- type: globalThis.PropType<number>;
713
- };
714
- appendTo: {
715
- type: globalThis.PropType<any>;
716
- };
717
- content: {
718
- type: globalThis.PropType<string>;
719
- };
720
- rawContent: {
721
- type: globalThis.PropType<boolean>;
722
- };
723
- persistent: {
724
- type: globalThis.PropType<boolean>;
725
- };
726
- transition: {
727
- type: globalThis.PropType<string>;
728
- };
729
- teleported: {
730
- type: globalThis.PropType<boolean>;
731
- };
732
- disabled: {
733
- type: globalThis.PropType<boolean>;
734
- };
735
- trigger: {
736
- type: globalThis.PropType<import("vft/es/components/tooltip").TooltipTriggerType>;
737
- };
738
- triggerKeys: {
739
- type: globalThis.PropType<string[]>;
740
- };
741
- }>> & {
742
- onClose?: ((...args: any[]) => any) | undefined;
743
- onShow?: ((...args: any[]) => any) | undefined;
744
- onHide?: ((...args: any[]) => any) | undefined;
745
- onOpen?: ((...args: any[]) => any) | undefined;
746
- "onBefore-show"?: ((...args: any[]) => any) | undefined;
747
- "onBefore-hide"?: ((...args: any[]) => any) | undefined;
748
- }, "onClose" | "hide" | "contentRef" | "updatePopper" | "onOpen" | "popperRef" | "isFocusInsideContent"> & import("vue").ShallowUnwrapRef<{
749
- popperRef: globalThis.Ref<any>;
750
- contentRef: globalThis.Ref<any>;
751
- isFocusInsideContent: () => boolean | undefined;
752
- updatePopper: () => void;
753
- onOpen: (event?: Event | undefined) => void;
754
- onClose: (event?: Event | undefined) => void;
755
- hide: (event?: Event | undefined) => void;
756
- }> & {} & import("vue").ComponentCustomProperties & {} & {
757
- $slots: {
758
- default?(_: {}): any;
759
- content?(_: {}): any;
760
- };
761
- }) | null>;
762
- selectRef: globalThis.Ref<null>;
763
- selectionRef: globalThis.Ref<null>;
764
- popperRef: globalThis.ComputedRef<any>;
765
- validateState: globalThis.ComputedRef<"" | "error" | "validating" | "success">;
766
- validateIcon: string;
767
- showTagList: globalThis.ComputedRef<{
768
- [x: string]: any;
769
- label: string;
770
- created?: boolean | undefined;
771
- value: any;
772
- }[]>;
773
- collapseTagList: globalThis.ComputedRef<{
774
- [x: string]: any;
775
- label: string;
776
- created?: boolean | undefined;
777
- value: any;
778
- }[]>;
779
- debouncedOnInputChange: import("lodash").DebouncedFunc<() => Promise<void>>;
780
- deleteTag: (event: MouseEvent, tag: import("./select.types").Option) => Promise<void> | undefined;
781
- getLabel: (item: unknown) => any;
782
- getValueKey: (item: unknown) => any;
783
- handleBlur: (event: FocusEvent) => Promise<void>;
784
- handleClear: () => Promise<void>;
785
- handleClickOutside: () => Promise<void>;
786
- handleDel: (e: KeyboardEvent) => void;
787
- handleEsc: () => void;
788
- handleFocus: (event: FocusEvent) => void;
789
- handleMenuEnter: () => Promise<void>;
790
- handleResize: () => Promise<void> | undefined;
791
- toggleMenu: () => Promise<void> | undefined;
792
- scrollTo: (index: number) => void;
793
- onInput: (event: any) => Promise<void> | undefined;
794
- onKeyboardNavigate: (direction: "forward" | "backward", hoveringIndex?: number) => any;
795
- onKeyboardSelect: () => Promise<void> | undefined;
796
- onSelect: (option: import("./select.types").Option, idx: number, byClick?: boolean) => void;
797
- onHover: (idx: number) => void;
798
- onUpdateInputValue: (val: string) => void;
799
- handleCompositionStart: () => void;
800
- handleCompositionEnd: (event: any) => void;
801
- handleCompositionUpdate: (event: any) => void;
802
- }, 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<{
803
- allowCreate: BooleanConstructor;
804
- autocomplete: {
805
- type: globalThis.PropType<"both" | "none" | "inline" | "list">;
806
- default: string;
807
- };
808
- automaticDropdown: BooleanConstructor;
809
- clearable: BooleanConstructor;
810
- clearIcon: {
811
- type: globalThis.PropType<string | globalThis.Component>;
812
- };
813
- effect: {
814
- type: globalThis.PropType<string>;
815
- default: string;
816
- };
817
- collapseTags: BooleanConstructor;
818
- collapseTagsTooltip: {
819
- type: BooleanConstructor;
820
- default: boolean;
821
- };
822
- maxCollapseTags: {
823
- type: NumberConstructor;
824
- default: number;
825
- };
826
- defaultFirstOption: BooleanConstructor;
827
- disabled: BooleanConstructor;
828
- estimatedOptionHeight: {
829
- type: NumberConstructor;
830
- default: undefined;
831
- };
832
- filterable: BooleanConstructor;
833
- filterMethod: FunctionConstructor;
834
- height: {
835
- type: NumberConstructor;
836
- default: number;
837
- };
838
- itemHeight: {
839
- type: NumberConstructor;
840
- default: number;
841
- };
842
- id: StringConstructor;
843
- loading: BooleanConstructor;
844
- loadingText: StringConstructor;
845
- label: StringConstructor;
846
- modelValue: globalThis.PropType<any>;
847
- multiple: BooleanConstructor;
848
- multipleLimit: {
849
- type: NumberConstructor;
850
- default: number;
851
- };
852
- name: StringConstructor;
853
- noDataText: StringConstructor;
854
- noMatchText: StringConstructor;
855
- remoteMethod: FunctionConstructor;
856
- reserveKeyword: {
857
- type: BooleanConstructor;
858
- default: boolean;
859
- };
860
- options: {
861
- type: globalThis.PropType<import("./select.types").OptionType[]>;
862
- required: boolean;
863
- };
864
- placeholder: {
865
- type: StringConstructor;
866
- };
867
- teleported: StringConstructor;
868
- persistent: {
869
- type: BooleanConstructor;
870
- default: boolean;
871
- };
872
- popperClass: {
873
- type: StringConstructor;
874
- default: string;
875
- };
876
- popperOptions: {
877
- type: globalThis.PropType<Partial<import("@popperjs/core").Options>>;
878
- default: () => Partial<import("@popperjs/core").Options>;
879
- };
880
- remote: BooleanConstructor;
881
- size: {
882
- type: globalThis.PropType<"" | "default" | "small" | "large">;
883
- };
884
- valueKey: {
885
- type: StringConstructor;
886
- default: string;
887
- };
888
- scrollbarAlwaysOn: {
889
- type: BooleanConstructor;
890
- default: boolean;
891
- };
892
- validateEvent: {
893
- type: BooleanConstructor;
894
- default: boolean;
895
- };
896
- placement: {
897
- type: globalThis.PropType<import("@popperjs/core").Placement>;
898
- values: import("@popperjs/core").Placement[];
899
- default: string;
900
- };
901
- }>> & {
902
- onChange?: ((...args: any[]) => any) | undefined;
903
- onBlur?: ((...args: any[]) => any) | undefined;
904
- onFocus?: ((...args: any[]) => any) | undefined;
905
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
906
- onClear?: ((...args: any[]) => any) | undefined;
907
- "onVisible-change"?: ((...args: any[]) => any) | undefined;
908
- "onRemove-tag"?: ((...args: any[]) => any) | undefined;
909
- }, {
910
- height: number;
911
- placement: import("@popperjs/core").Placement;
912
- effect: string;
913
- disabled: boolean;
914
- loading: boolean;
915
- autocomplete: "both" | "none" | "inline" | "list";
916
- clearable: boolean;
917
- validateEvent: boolean;
918
- multiple: boolean;
919
- popperOptions: Partial<import("@popperjs/core").Options>;
920
- popperClass: string;
921
- persistent: boolean;
922
- valueKey: string;
923
- scrollbarAlwaysOn: boolean;
924
- allowCreate: boolean;
925
- automaticDropdown: boolean;
926
- collapseTags: boolean;
927
- collapseTagsTooltip: boolean;
928
- maxCollapseTags: number;
929
- defaultFirstOption: boolean;
930
- estimatedOptionHeight: number;
931
- filterable: boolean;
932
- itemHeight: number;
933
- multipleLimit: number;
934
- reserveKeyword: boolean;
935
- remote: boolean;
936
- }, {}>;
1
+ declare const _default: (props: Record<string, any> & {}) => any;
937
2
  export default _default;