bkui-vue 0.0.1-beta.8 → 0.0.1-beta.82

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 (556) hide show
  1. package/README.md +31 -19
  2. package/dist/index.cjs.js +57 -0
  3. package/dist/index.esm.js +24606 -0
  4. package/dist/index.umd.js +57 -0
  5. package/dist/style.css +1 -2348
  6. package/lib/affix/affix.css +3 -0
  7. package/lib/affix/affix.d.ts +47 -0
  8. package/lib/affix/affix.less +5 -0
  9. package/lib/affix/affix.variable.css +102 -0
  10. package/lib/affix/index.d.ts +143 -0
  11. package/lib/affix/index.js +1 -0
  12. package/lib/alert/alert.css +2 -0
  13. package/lib/alert/alert.d.ts +24 -15
  14. package/lib/alert/alert.less +2 -0
  15. package/lib/alert/alert.variable.css +31 -0
  16. package/lib/alert/index.d.ts +180 -0
  17. package/lib/alert/index.js +1 -1
  18. package/lib/animate-number/animate-number.d.ts +12 -7
  19. package/lib/animate-number/index.d.ts +97 -0
  20. package/lib/animate-number/index.js +1 -1
  21. package/lib/backtop/backtop.d.ts +27 -13
  22. package/lib/backtop/backtop.variable.css +29 -0
  23. package/lib/backtop/index.d.ts +166 -0
  24. package/lib/backtop/index.js +1 -1
  25. package/lib/badge/badge.css +5 -5
  26. package/lib/badge/badge.d.ts +64 -22
  27. package/lib/badge/badge.less +5 -6
  28. package/lib/badge/badge.variable.css +34 -5
  29. package/lib/badge/index.d.ts +267 -0
  30. package/lib/badge/index.js +1 -1
  31. package/lib/breadcrumb/breadcrumb-item.d.ts +13 -9
  32. package/lib/breadcrumb/breadcrumb.css +18 -1
  33. package/lib/breadcrumb/breadcrumb.d.ts +37 -9
  34. package/lib/breadcrumb/breadcrumb.less +13 -2
  35. package/lib/breadcrumb/breadcrumb.variable.css +47 -1
  36. package/lib/breadcrumb/index.d.ts +194 -0
  37. package/lib/breadcrumb/index.js +1 -1
  38. package/lib/button/button-group.d.ts +3 -5
  39. package/lib/button/button.css +73 -44
  40. package/lib/button/button.d.ts +66 -30
  41. package/lib/button/button.less +68 -47
  42. package/lib/button/button.variable.css +102 -44
  43. package/lib/button/index.d.ts +237 -0
  44. package/lib/button/index.js +1 -1
  45. package/lib/card/card.css +53 -1
  46. package/lib/card/card.d.ts +74 -18
  47. package/lib/card/card.less +50 -2
  48. package/lib/card/card.variable.css +82 -1
  49. package/lib/card/index.d.ts +283 -0
  50. package/lib/card/index.js +1 -1
  51. package/lib/cascader/cascader-panel.d.ts +48 -0
  52. package/lib/cascader/cascader.css +130 -0
  53. package/lib/cascader/cascader.d.ts +271 -0
  54. package/lib/cascader/cascader.less +146 -0
  55. package/lib/cascader/cascader.variable.css +229 -0
  56. package/lib/cascader/index.d.ts +721 -0
  57. package/lib/cascader/index.js +1 -0
  58. package/lib/cascader/interface.d.ts +44 -0
  59. package/lib/cascader/node.d.ts +24 -0
  60. package/lib/cascader/store.d.ts +15 -0
  61. package/lib/checkbox/checkbox-group.d.ts +13 -9
  62. package/lib/checkbox/checkbox.css +15 -2
  63. package/lib/checkbox/checkbox.d.ts +33 -30
  64. package/lib/checkbox/checkbox.less +20 -2
  65. package/lib/checkbox/checkbox.variable.css +44 -2
  66. package/lib/checkbox/common.d.ts +3 -3
  67. package/lib/checkbox/index.d.ts +253 -0
  68. package/lib/checkbox/index.js +1 -1
  69. package/lib/checkbox/type.d.ts +4 -8
  70. package/lib/code-diff/code-diff.css +186 -0
  71. package/lib/code-diff/code-diff.d.ts +80 -0
  72. package/lib/code-diff/code-diff.less +238 -0
  73. package/lib/code-diff/code-diff.variable.css +285 -0
  74. package/lib/code-diff/index.d.ts +154 -0
  75. package/lib/code-diff/index.js +1 -0
  76. package/lib/collapse/collapse.css +25 -1
  77. package/lib/collapse/collapse.d.ts +51 -22
  78. package/lib/collapse/collapse.less +34 -2
  79. package/lib/collapse/collapse.variable.css +124 -1
  80. package/lib/collapse/index.d.ts +182 -0
  81. package/lib/collapse/index.js +1 -1
  82. package/lib/collapse/utils.d.ts +11 -0
  83. package/lib/components.d.ts +25 -4
  84. package/lib/components.js +1 -0
  85. package/lib/container/col.d.ts +51 -0
  86. package/lib/container/container.css +48 -0
  87. package/lib/container/container.d.ts +83 -0
  88. package/lib/container/container.less +20 -0
  89. package/lib/container/container.variable.css +147 -0
  90. package/lib/container/index.d.ts +223 -0
  91. package/lib/container/index.js +1 -0
  92. package/lib/container/row.d.ts +4 -0
  93. package/lib/date-picker/date-picker.css +408 -0
  94. package/lib/date-picker/date-picker.d.ts +312 -0
  95. package/lib/date-picker/date-picker.less +527 -0
  96. package/lib/date-picker/date-picker.variable.css +507 -0
  97. package/lib/date-picker/fecha.d.ts +6 -0
  98. package/lib/date-picker/index.d.ts +753 -0
  99. package/lib/date-picker/index.js +1 -0
  100. package/lib/date-picker/interface.d.ts +22 -0
  101. package/lib/date-picker/props.d.ts +118 -0
  102. package/lib/date-picker/utils.d.ts +97 -0
  103. package/lib/dialog/dialog.css +52 -0
  104. package/lib/dialog/dialog.d.ts +305 -52
  105. package/lib/dialog/dialog.less +20 -0
  106. package/lib/dialog/dialog.variable.css +52 -0
  107. package/lib/dialog/index.d.ts +772 -0
  108. package/lib/dialog/index.js +1 -1
  109. package/lib/directives/clickoutside.d.ts +3 -23
  110. package/lib/directives/index.d.ts +3 -0
  111. package/lib/directives/index.js +2 -15
  112. package/lib/directives/index.js.LICENSE.txt +14 -0
  113. package/lib/directives/tooltips.d.ts +17 -0
  114. package/lib/dist.index.js +1 -0
  115. package/lib/divider/divider.css +38 -0
  116. package/lib/divider/divider.d.ts +48 -0
  117. package/lib/divider/divider.less +53 -0
  118. package/lib/divider/divider.variable.css +137 -0
  119. package/lib/divider/index.d.ts +142 -0
  120. package/lib/divider/index.js +1 -0
  121. package/lib/divider/props.d.ts +21 -0
  122. package/lib/dropdown/dropdown-item.d.ts +19 -0
  123. package/lib/dropdown/dropdown-menu.d.ts +16 -0
  124. package/lib/dropdown/dropdown.css +47 -0
  125. package/lib/dropdown/dropdown.d.ts +63 -0
  126. package/lib/dropdown/dropdown.less +59 -0
  127. package/lib/dropdown/dropdown.variable.css +146 -0
  128. package/lib/dropdown/index.d.ts +200 -0
  129. package/lib/dropdown/index.js +1 -0
  130. package/lib/exception/exception.d.ts +11 -9
  131. package/lib/exception/exception.variable.css +29 -0
  132. package/lib/exception/index.d.ts +96 -0
  133. package/lib/exception/index.js +1 -1
  134. package/lib/fixed-navbar/fixed-navbar.d.ts +29 -9
  135. package/lib/fixed-navbar/fixed-navbar.variable.css +29 -0
  136. package/lib/fixed-navbar/index.d.ts +147 -0
  137. package/lib/fixed-navbar/index.js +1 -1
  138. package/lib/form/common.d.ts +3 -0
  139. package/lib/form/compose-form-item.d.ts +16 -0
  140. package/lib/form/form-item.d.ts +155 -0
  141. package/lib/form/form.css +125 -0
  142. package/lib/form/form.d.ts +67 -0
  143. package/lib/form/form.less +152 -0
  144. package/lib/form/form.variable.css +224 -0
  145. package/lib/form/index.d.ts +280 -0
  146. package/lib/form/index.js +1 -0
  147. package/lib/form/type.d.ts +22 -0
  148. package/lib/form/validator.d.ts +8 -0
  149. package/lib/icon/angle-double-down-line.d.ts +4 -0
  150. package/lib/icon/angle-double-down-line.js +1 -0
  151. package/lib/icon/angle-double-left-line.d.ts +4 -0
  152. package/lib/icon/angle-double-left-line.js +1 -0
  153. package/lib/icon/angle-double-left.d.ts +4 -0
  154. package/lib/icon/angle-double-left.js +1 -0
  155. package/lib/icon/angle-double-right-line.d.ts +4 -0
  156. package/lib/icon/angle-double-right-line.js +1 -0
  157. package/lib/icon/angle-double-right.d.ts +4 -0
  158. package/lib/icon/angle-double-right.js +1 -0
  159. package/lib/icon/angle-double-up-line.d.ts +4 -0
  160. package/lib/icon/angle-double-up-line.js +1 -0
  161. package/lib/icon/angle-down-fill.d.ts +4 -0
  162. package/lib/icon/angle-down-fill.js +1 -0
  163. package/lib/icon/angle-down-line.d.ts +4 -0
  164. package/lib/icon/angle-down-line.js +1 -0
  165. package/lib/icon/angle-down.d.ts +4 -0
  166. package/lib/icon/angle-down.js +1 -0
  167. package/lib/icon/angle-left.d.ts +4 -0
  168. package/lib/icon/angle-left.js +1 -0
  169. package/lib/icon/angle-right.d.ts +4 -0
  170. package/lib/icon/angle-right.js +1 -0
  171. package/lib/icon/angle-up-fill.d.ts +4 -0
  172. package/lib/icon/angle-up-fill.js +1 -0
  173. package/lib/icon/angle-up.js +1 -0
  174. package/lib/icon/archive-fill.d.ts +4 -0
  175. package/lib/icon/archive-fill.js +1 -0
  176. package/lib/icon/arrows-left.d.ts +4 -0
  177. package/lib/icon/arrows-left.js +1 -0
  178. package/lib/icon/arrows-right.d.ts +4 -0
  179. package/lib/icon/arrows-right.js +1 -0
  180. package/lib/icon/audio-fill.d.ts +4 -0
  181. package/lib/icon/audio-fill.js +1 -0
  182. package/lib/icon/bk.d.ts +4 -0
  183. package/lib/icon/bk.js +1 -0
  184. package/lib/icon/circle.d.ts +4 -0
  185. package/lib/icon/circle.js +1 -0
  186. package/lib/icon/close-line.d.ts +4 -0
  187. package/lib/icon/close-line.js +1 -0
  188. package/lib/icon/close.js +1 -0
  189. package/lib/icon/code.d.ts +4 -0
  190. package/lib/icon/code.js +1 -0
  191. package/lib/icon/cog-shape.d.ts +4 -0
  192. package/lib/icon/cog-shape.js +1 -0
  193. package/lib/icon/collapse-left.d.ts +4 -0
  194. package/lib/icon/collapse-left.js +1 -0
  195. package/lib/icon/copy.d.ts +4 -0
  196. package/lib/icon/copy.js +1 -0
  197. package/lib/icon/data-shape.d.ts +4 -0
  198. package/lib/icon/data-shape.js +1 -0
  199. package/lib/icon/del.d.ts +4 -0
  200. package/lib/icon/del.js +1 -0
  201. package/lib/icon/doc-fill.d.ts +4 -0
  202. package/lib/icon/doc-fill.js +1 -0
  203. package/lib/icon/done.d.ts +4 -0
  204. package/lib/icon/done.js +1 -0
  205. package/lib/icon/down-shape.d.ts +4 -0
  206. package/lib/icon/down-shape.js +1 -0
  207. package/lib/icon/down-small.js +1 -0
  208. package/lib/icon/edit-line.d.ts +4 -0
  209. package/lib/icon/edit-line.js +1 -0
  210. package/lib/icon/ellipsis.d.ts +4 -0
  211. package/lib/icon/ellipsis.js +1 -0
  212. package/lib/icon/error.d.ts +4 -0
  213. package/lib/icon/error.js +1 -0
  214. package/lib/icon/excel-fill.d.ts +4 -0
  215. package/lib/icon/excel-fill.js +1 -0
  216. package/lib/icon/exclamation-circle-shape.d.ts +4 -0
  217. package/lib/icon/exclamation-circle-shape.js +1 -0
  218. package/lib/icon/eye.js +1 -0
  219. package/lib/icon/folder-open.d.ts +4 -0
  220. package/lib/icon/folder-open.js +1 -0
  221. package/lib/icon/folder-shape-open.d.ts +4 -0
  222. package/lib/icon/folder-shape-open.js +1 -0
  223. package/lib/icon/folder-shape.d.ts +4 -0
  224. package/lib/icon/folder-shape.js +1 -0
  225. package/lib/icon/folder.d.ts +4 -0
  226. package/lib/icon/funnel.d.ts +4 -0
  227. package/lib/icon/funnel.js +1 -0
  228. package/lib/icon/help-document-fill.js +1 -0
  229. package/lib/icon/help-fill.js +1 -0
  230. package/lib/icon/help.js +1 -0
  231. package/lib/icon/image-fill.d.ts +4 -0
  232. package/lib/icon/image-fill.js +1 -0
  233. package/lib/icon/index.d.ts +69 -0
  234. package/lib/icon/index.js +1 -15
  235. package/lib/icon/info-line.js +1 -0
  236. package/lib/icon/info.d.ts +4 -0
  237. package/lib/icon/info.js +1 -0
  238. package/lib/icon/left-shape.d.ts +4 -0
  239. package/lib/icon/left-shape.js +1 -0
  240. package/lib/icon/pdf-fill.d.ts +4 -0
  241. package/lib/icon/pdf-fill.js +1 -0
  242. package/lib/icon/play-shape.d.ts +4 -0
  243. package/lib/icon/play-shape.js +1 -0
  244. package/lib/icon/plus.d.ts +4 -0
  245. package/lib/icon/plus.js +1 -0
  246. package/lib/icon/ppt-fill.d.ts +4 -0
  247. package/lib/icon/ppt-fill.js +1 -0
  248. package/lib/icon/qq.d.ts +4 -0
  249. package/lib/icon/qq.js +1 -0
  250. package/lib/icon/right-shape.d.ts +4 -0
  251. package/lib/icon/right-shape.js +1 -0
  252. package/lib/icon/search.js +1 -0
  253. package/lib/icon/share.d.ts +4 -0
  254. package/lib/icon/share.js +1 -0
  255. package/lib/icon/spinner.d.ts +4 -0
  256. package/lib/icon/spinner.js +1 -0
  257. package/lib/icon/success.d.ts +4 -0
  258. package/lib/icon/success.js +1 -0
  259. package/lib/icon/switcher-loading.js +1 -0
  260. package/lib/icon/text-file.d.ts +4 -0
  261. package/lib/icon/text-file.js +1 -0
  262. package/lib/icon/text-fill.d.ts +4 -0
  263. package/lib/icon/text-fill.js +1 -0
  264. package/lib/icon/tree-application-shape.d.ts +4 -0
  265. package/lib/icon/tree-application-shape.js +1 -0
  266. package/lib/icon/unvisible.js +1 -0
  267. package/lib/icon/up-shape.d.ts +4 -0
  268. package/lib/icon/up-shape.js +1 -0
  269. package/lib/icon/upload.d.ts +4 -0
  270. package/lib/icon/upload.js +1 -0
  271. package/lib/icon/video-fill.d.ts +4 -0
  272. package/lib/icon/video-fill.js +1 -0
  273. package/lib/icon/warn.d.ts +4 -0
  274. package/lib/icon/warn.js +1 -0
  275. package/lib/icon/weixin.d.ts +4 -0
  276. package/lib/icon/weixin.js +1 -0
  277. package/lib/index.d.ts +3 -0
  278. package/lib/index.js +1 -0
  279. package/lib/input/index.d.ts +541 -0
  280. package/lib/input/index.js +1 -15
  281. package/lib/input/input.css +78 -4
  282. package/lib/input/input.d.ts +178 -48
  283. package/lib/input/input.less +89 -8
  284. package/lib/input/input.variable.css +108 -4
  285. package/lib/link/index.d.ts +164 -0
  286. package/lib/link/index.js +1 -1
  287. package/lib/link/link.d.ts +25 -13
  288. package/lib/link/link.variable.css +29 -0
  289. package/lib/loading/index.d.ts +172 -0
  290. package/lib/loading/index.js +1 -1
  291. package/lib/loading/loading.css +122 -75
  292. package/lib/loading/loading.d.ts +67 -20
  293. package/lib/loading/loading.less +79 -60
  294. package/lib/loading/loading.variable.css +151 -75
  295. package/lib/menu/index.d.ts +176 -0
  296. package/lib/menu/index.js +1 -0
  297. package/lib/menu/menu-group.d.ts +14 -0
  298. package/lib/menu/menu-item.d.ts +16 -0
  299. package/lib/menu/menu.css +190 -0
  300. package/lib/menu/menu.d.ts +55 -0
  301. package/lib/menu/menu.less +180 -0
  302. package/lib/menu/menu.variable.css +289 -0
  303. package/lib/menu/submenu.css +3 -0
  304. package/lib/menu/submenu.d.ts +22 -0
  305. package/lib/menu/submenu.less +5 -0
  306. package/lib/menu/submenu.variable.css +102 -0
  307. package/lib/menu/utils.d.ts +41 -0
  308. package/lib/message/{message.d.ts → index.d.ts} +0 -0
  309. package/lib/message/index.js +1 -1
  310. package/lib/message/message.css +27 -1
  311. package/lib/message/message.less +30 -1
  312. package/lib/message/message.variable.css +56 -1
  313. package/lib/message/messageConstructor.d.ts +71 -20
  314. package/lib/modal/index.d.ts +605 -0
  315. package/lib/modal/index.js +1 -1
  316. package/lib/modal/modal.css +30 -1
  317. package/lib/modal/modal.d.ts +195 -24
  318. package/lib/modal/modal.less +39 -1
  319. package/lib/modal/modal.variable.css +30 -1
  320. package/lib/modal/props.mixin.d.ts +82 -10
  321. package/lib/navigation/index.d.ts +292 -0
  322. package/lib/navigation/index.js +1 -0
  323. package/lib/navigation/navigation-title.d.ts +25 -0
  324. package/lib/navigation/navigation.css +184 -0
  325. package/lib/navigation/navigation.d.ts +111 -0
  326. package/lib/navigation/navigation.less +210 -0
  327. package/lib/navigation/navigation.variable.css +283 -0
  328. package/lib/notify/index.d.ts +2 -0
  329. package/lib/notify/index.js +1 -0
  330. package/lib/notify/notify.css +65 -0
  331. package/lib/notify/notify.less +76 -0
  332. package/lib/notify/notify.variable.css +164 -0
  333. package/lib/notify/notifyConstructor.d.ts +135 -0
  334. package/lib/pagination/index.d.ts +395 -0
  335. package/lib/pagination/index.js +1 -0
  336. package/lib/pagination/pagination.css +179 -0
  337. package/lib/pagination/pagination.d.ts +220 -0
  338. package/lib/pagination/pagination.less +201 -0
  339. package/lib/pagination/pagination.variable.css +278 -0
  340. package/lib/pagination/type.d.ts +6 -0
  341. package/lib/pagination/use-limit.d.ts +8 -0
  342. package/lib/pagination/use-list.d.ts +8 -0
  343. package/lib/pagination/use-small-list.d.ts +5 -0
  344. package/lib/pagination/use-total.d.ts +5 -0
  345. package/lib/popover/index.d.ts +364 -0
  346. package/lib/popover/index.js +1 -1
  347. package/lib/popover/popover.css +28 -16
  348. package/lib/popover/popover.d.ts +111 -45
  349. package/lib/popover/popover.less +59 -46
  350. package/lib/popover/popover.variable.css +57 -16
  351. package/lib/popover/props.d.ts +99 -0
  352. package/lib/preset.d.ts +2 -3
  353. package/lib/preset.js +1 -0
  354. package/lib/process/index.d.ts +205 -0
  355. package/lib/process/index.js +1 -0
  356. package/lib/process/process.css +138 -0
  357. package/lib/process/process.d.ts +131 -0
  358. package/lib/process/process.less +178 -0
  359. package/lib/process/process.variable.css +237 -0
  360. package/lib/progress/index.d.ts +398 -0
  361. package/lib/progress/index.js +1 -1
  362. package/lib/progress/progress.css +8 -3
  363. package/lib/progress/progress.d.ts +88 -35
  364. package/lib/progress/progress.less +0 -4
  365. package/lib/progress/progress.variable.css +37 -3
  366. package/lib/radio/common.d.ts +5 -5
  367. package/lib/radio/index.d.ts +278 -0
  368. package/lib/radio/index.js +1 -1
  369. package/lib/radio/radio-button.d.ts +29 -20
  370. package/lib/radio/radio-group.d.ts +11 -10
  371. package/lib/radio/radio.css +14 -8
  372. package/lib/radio/radio.d.ts +27 -17
  373. package/lib/radio/radio.less +16 -9
  374. package/lib/radio/radio.variable.css +44 -9
  375. package/lib/radio/type.d.ts +10 -5
  376. package/lib/rate/index.d.ts +113 -0
  377. package/lib/rate/index.js +1 -1
  378. package/lib/rate/rate.d.ts +13 -10
  379. package/lib/rate/star.d.ts +33 -16
  380. package/lib/resize-layout/index.d.ts +336 -0
  381. package/lib/resize-layout/index.js +1 -0
  382. package/lib/resize-layout/resize-layout.css +189 -0
  383. package/lib/resize-layout/resize-layout.d.ts +127 -0
  384. package/lib/resize-layout/resize-layout.less +233 -0
  385. package/lib/resize-layout/resize-layout.variable.css +288 -0
  386. package/lib/select/common.d.ts +23 -17
  387. package/lib/select/index.d.ts +1728 -0
  388. package/lib/select/index.js +1 -1
  389. package/lib/select/option.d.ts +21 -21
  390. package/lib/select/optionGroup.d.ts +54 -0
  391. package/lib/select/select.css +229 -41
  392. package/lib/select/select.d.ts +388 -156
  393. package/lib/select/select.less +242 -53
  394. package/lib/select/select.variable.css +258 -41
  395. package/lib/select/selectTagInput.d.ts +71 -0
  396. package/lib/select/type.d.ts +35 -0
  397. package/lib/shared/{bk-helper-core.d.ts → helper.d.ts} +6 -1
  398. package/lib/shared/index.d.ts +71 -0
  399. package/lib/shared/index.js +1 -1
  400. package/lib/shared/{bk-mask-manager.d.ts → mask-manager.d.ts} +33 -3
  401. package/lib/shared/{bk-pop-manager.d.ts → pop-manager.d.ts} +10 -2
  402. package/lib/shared/{bk-popover.d.ts → popover.d.ts} +60 -6
  403. package/lib/shared/token.d.ts +2 -0
  404. package/lib/shared/utils.d.ts +6 -0
  405. package/lib/shared/vue-types.d.ts +12 -7
  406. package/lib/shared/z-index-manager.d.ts +6 -1
  407. package/lib/sideslider/index.d.ts +533 -0
  408. package/lib/sideslider/index.js +1 -1
  409. package/lib/sideslider/sideslider.css +48 -3
  410. package/lib/sideslider/sideslider.d.ts +205 -30
  411. package/lib/sideslider/sideslider.less +65 -6
  412. package/lib/sideslider/sideslider.variable.css +77 -3
  413. package/lib/slider/index.d.ts +440 -0
  414. package/lib/slider/index.js +1 -0
  415. package/lib/slider/slider-button.d.ts +80 -0
  416. package/lib/slider/slider.css +149 -0
  417. package/lib/slider/slider.d.ts +201 -0
  418. package/lib/slider/slider.less +179 -0
  419. package/lib/slider/slider.variable.css +248 -0
  420. package/lib/steps/index.d.ts +250 -0
  421. package/lib/steps/index.js +1 -15
  422. package/lib/steps/steps.css +4 -1
  423. package/lib/steps/steps.d.ts +42 -29
  424. package/lib/steps/steps.less +5 -1
  425. package/lib/steps/steps.variable.css +33 -1
  426. package/lib/styles/index.d.ts +51 -0
  427. package/lib/styles/mixins/clearfix.css +8 -0
  428. package/lib/styles/mixins/clearfix.less +10 -0
  429. package/lib/styles/mixins/clearfix.variable.css +8 -0
  430. package/lib/styles/mixins/mixins.css +8 -0
  431. package/lib/styles/mixins/mixins.less +1 -0
  432. package/lib/styles/mixins/mixins.variable.css +8 -0
  433. package/lib/styles/mixins/popper.css +43 -0
  434. package/lib/styles/mixins/popper.less +52 -0
  435. package/lib/styles/mixins/popper.variable.css +43 -0
  436. package/lib/styles/mixins/size.less +9 -0
  437. package/lib/styles/reset.css +273 -0
  438. package/lib/styles/reset.less +313 -0
  439. package/lib/styles/reset.variable.css +273 -0
  440. package/lib/styles/themes/themes.less +45 -1
  441. package/lib/swiper/index.d.ts +181 -0
  442. package/lib/swiper/index.js +1 -0
  443. package/lib/swiper/swiper.css +91 -0
  444. package/lib/swiper/swiper.d.ts +65 -0
  445. package/lib/swiper/swiper.less +107 -0
  446. package/lib/swiper/swiper.variable.css +91 -0
  447. package/lib/switcher/index.d.ts +286 -0
  448. package/lib/switcher/index.js +1 -1
  449. package/lib/switcher/switcher.css +157 -135
  450. package/lib/switcher/switcher.d.ts +48 -32
  451. package/lib/switcher/switcher.less +211 -153
  452. package/lib/switcher/switcher.variable.css +186 -135
  453. package/lib/tab/index.d.ts +440 -0
  454. package/lib/tab/index.js +1 -0
  455. package/lib/tab/props.d.ts +194 -0
  456. package/lib/tab/tab-nav.d.ts +169 -0
  457. package/lib/tab/tab-panel.d.ts +73 -0
  458. package/lib/tab/tab.css +167 -0
  459. package/lib/tab/tab.d.ts +139 -0
  460. package/lib/tab/tab.less +228 -0
  461. package/lib/tab/tab.variable.css +266 -0
  462. package/lib/table/const.d.ts +30 -0
  463. package/lib/table/index.d.ts +389 -0
  464. package/lib/table/index.js +1 -1
  465. package/lib/table/plugins/head-filter.css +68 -0
  466. package/lib/table/plugins/head-filter.less +83 -0
  467. package/lib/table/plugins/head-filter.variable.css +167 -0
  468. package/lib/table/plugins/head-sort.css +22 -0
  469. package/lib/table/plugins/head-sort.less +28 -0
  470. package/lib/table/plugins/head-sort.variable.css +121 -0
  471. package/lib/table/plugins/settings.css +110 -0
  472. package/lib/table/plugins/settings.less +136 -0
  473. package/lib/table/plugins/settings.variable.css +209 -0
  474. package/lib/table/props.d.ts +190 -0
  475. package/lib/table/render.d.ts +115 -0
  476. package/lib/table/table.css +387 -0
  477. package/lib/table/table.d.ts +126 -36
  478. package/lib/table/table.less +229 -1
  479. package/lib/table/table.variable.css +416 -0
  480. package/lib/table/use-common.d.ts +19 -0
  481. package/lib/table/utils.d.ts +93 -0
  482. package/lib/tag/index.d.ts +229 -0
  483. package/lib/tag/index.js +1 -1
  484. package/lib/tag/tag.css +97 -0
  485. package/lib/tag/tag.d.ts +83 -53
  486. package/lib/tag/tag.less +110 -2
  487. package/lib/tag/tag.variable.css +126 -0
  488. package/lib/tag-input/common.d.ts +24 -0
  489. package/lib/tag-input/index.d.ts +894 -0
  490. package/lib/tag-input/index.js +1 -0
  491. package/lib/tag-input/list-tag-render.d.ts +47 -0
  492. package/lib/tag-input/tag-input.css +209 -0
  493. package/lib/tag-input/tag-input.d.ts +374 -0
  494. package/lib/tag-input/tag-input.less +251 -0
  495. package/lib/tag-input/tag-input.variable.css +308 -0
  496. package/lib/tag-input/tag-props.d.ts +131 -0
  497. package/lib/tag-input/tag-render.d.ts +38 -0
  498. package/lib/timeline/index.d.ts +129 -0
  499. package/lib/timeline/index.js +1 -0
  500. package/lib/timeline/timeline.css +235 -0
  501. package/lib/timeline/timeline.d.ts +81 -0
  502. package/lib/timeline/timeline.less +239 -0
  503. package/lib/timeline/timeline.variable.css +334 -0
  504. package/lib/transfer/index.d.ts +351 -0
  505. package/lib/transfer/index.js +1 -0
  506. package/lib/transfer/transfer.css +139 -0
  507. package/lib/transfer/transfer.d.ts +185 -0
  508. package/lib/transfer/transfer.less +144 -0
  509. package/lib/transfer/transfer.variable.css +238 -0
  510. package/lib/tree/constant.d.ts +43 -0
  511. package/lib/tree/index.d.ts +449 -0
  512. package/lib/tree/index.js +1 -0
  513. package/lib/tree/props.d.ts +159 -0
  514. package/lib/tree/tree.css +53 -0
  515. package/lib/tree/tree.d.ts +193 -0
  516. package/lib/tree/tree.less +66 -0
  517. package/lib/tree/tree.variable.css +152 -0
  518. package/lib/tree/use-empty.d.ts +6 -0
  519. package/lib/tree/use-node-action.d.ts +11 -0
  520. package/lib/tree/use-node-async.d.ts +5 -0
  521. package/lib/tree/use-node-attribute.d.ts +31 -0
  522. package/lib/tree/use-node-drag.d.ts +3 -0
  523. package/lib/tree/use-search.d.ts +11 -0
  524. package/lib/tree/use-tree-init.d.ts +15 -0
  525. package/lib/tree/util.d.ts +66 -0
  526. package/lib/upload/index.d.ts +2 -0
  527. package/lib/upload/index.js +1 -0
  528. package/lib/upload/props.d.ts +113 -0
  529. package/lib/upload/upload-list.d.ts +46 -0
  530. package/lib/upload/upload-trigger.d.ts +54 -0
  531. package/lib/upload/upload.css +374 -0
  532. package/lib/upload/upload.d.ts +252 -0
  533. package/lib/upload/upload.less +455 -0
  534. package/lib/upload/upload.type.d.ts +78 -0
  535. package/lib/upload/upload.variable.css +473 -0
  536. package/lib/upload/use-ajax-upload.d.ts +3 -0
  537. package/lib/upload/use-file-handler.d.ts +44 -0
  538. package/lib/use-form.d.ts +3 -0
  539. package/lib/use-message.d.ts +2 -0
  540. package/lib/virtual-render/index.d.ts +579 -0
  541. package/lib/virtual-render/index.js +1 -0
  542. package/lib/virtual-render/props.d.ts +167 -0
  543. package/lib/virtual-render/use-tag-render.d.ts +7 -0
  544. package/lib/virtual-render/v-virtual-render.d.ts +6 -0
  545. package/lib/virtual-render/virtual-render.css +33 -0
  546. package/lib/virtual-render/virtual-render.d.ts +255 -0
  547. package/lib/virtual-render/virtual-render.less +43 -0
  548. package/lib/virtual-render/virtual-render.variable.css +33 -0
  549. package/package.json +108 -81
  550. package/dist/bkui-vue.cjs.js +0 -5171
  551. package/dist/bkui-vue.esm.js +0 -5137
  552. package/dist/bkui-vue.umd.js +0 -5174
  553. package/lib/styles/index.js +0 -1
  554. package/lib/table/common.d.ts +0 -3
  555. package/lib/table/table-layout.d.ts +0 -14
  556. package/lib/table/type.d.ts +0 -12
@@ -0,0 +1,1728 @@
1
+ import Option from './option';
2
+ import OptionGroup from './optionGroup';
3
+ declare const BkSelect: {
4
+ new (...args: any[]): {
5
+ $: import("vue").ComponentInternalInstance;
6
+ $data: {};
7
+ $props: Partial<{
8
+ placeholder: string;
9
+ size: string;
10
+ multiple: boolean;
11
+ disabled: boolean;
12
+ loading: boolean;
13
+ clearable: boolean;
14
+ behavior: string;
15
+ showOnInit: boolean;
16
+ tagTheme: string;
17
+ filterable: boolean;
18
+ allowCreate: boolean;
19
+ popoverMinWidth: number;
20
+ remoteMethod: (...args: any[]) => any;
21
+ scrollHeight: number;
22
+ showSelectAll: boolean;
23
+ multipleMode: string;
24
+ collapseTags: boolean;
25
+ noDataText: string;
26
+ noMatchText: string;
27
+ loadingText: string;
28
+ selectAllText: string;
29
+ scrollLoading: boolean;
30
+ }> & Omit<Readonly<import("vue").ExtractPropTypes<{
31
+ modelValue: import("vue-types").VueTypeValidableDef<any>;
32
+ multiple: import("vue-types").VueTypeValidableDef<boolean> & {
33
+ default: boolean;
34
+ } & {
35
+ default: boolean;
36
+ };
37
+ disabled: import("vue-types").VueTypeValidableDef<boolean> & {
38
+ default: boolean;
39
+ } & {
40
+ default: boolean;
41
+ };
42
+ size: import("vue-types").VueTypeDef<string> & {
43
+ default: string;
44
+ };
45
+ clearable: import("vue-types").VueTypeValidableDef<boolean> & {
46
+ default: boolean;
47
+ } & {
48
+ default: boolean;
49
+ };
50
+ loading: import("vue-types").VueTypeValidableDef<boolean> & {
51
+ default: boolean;
52
+ } & {
53
+ default: boolean;
54
+ };
55
+ filterable: import("vue-types").VueTypeValidableDef<boolean> & {
56
+ default: boolean;
57
+ } & {
58
+ default: boolean;
59
+ };
60
+ remoteMethod: import("vue-types").VueTypeValidableDef<(...args: any[]) => any> & {
61
+ default: (...args: any[]) => any;
62
+ };
63
+ scrollHeight: import("vue-types").VueTypeValidableDef<number> & {
64
+ default: number;
65
+ } & {
66
+ default: number;
67
+ };
68
+ showSelectAll: import("vue-types").VueTypeValidableDef<boolean> & {
69
+ default: boolean;
70
+ } & {
71
+ default: boolean;
72
+ };
73
+ popoverMinWidth: import("vue-types").VueTypeValidableDef<number> & {
74
+ default: number;
75
+ } & {
76
+ default: number;
77
+ };
78
+ showOnInit: import("vue-types").VueTypeValidableDef<boolean> & {
79
+ default: boolean;
80
+ } & {
81
+ default: boolean;
82
+ };
83
+ multipleMode: import("vue-types").VueTypeDef<string> & {
84
+ default: string;
85
+ };
86
+ tagTheme: import("vue-types").VueTypeDef<string> & {
87
+ default: string;
88
+ };
89
+ behavior: import("vue-types").VueTypeDef<string> & {
90
+ default: string;
91
+ };
92
+ collapseTags: import("vue-types").VueTypeValidableDef<boolean> & {
93
+ default: boolean;
94
+ } & {
95
+ default: boolean;
96
+ };
97
+ noDataText: import("vue-types").VueTypeValidableDef<string> & {
98
+ default: string;
99
+ } & {
100
+ default: string;
101
+ };
102
+ noMatchText: import("vue-types").VueTypeValidableDef<string> & {
103
+ default: string;
104
+ } & {
105
+ default: string;
106
+ };
107
+ loadingText: import("vue-types").VueTypeValidableDef<string> & {
108
+ default: string;
109
+ } & {
110
+ default: string;
111
+ };
112
+ placeholder: import("vue-types").VueTypeValidableDef<string> & {
113
+ default: string;
114
+ } & {
115
+ default: string;
116
+ };
117
+ selectAllText: import("vue-types").VueTypeValidableDef<string> & {
118
+ default: string;
119
+ } & {
120
+ default: string;
121
+ };
122
+ scrollLoading: import("vue-types").VueTypeValidableDef<boolean> & {
123
+ default: boolean;
124
+ } & {
125
+ default: boolean;
126
+ };
127
+ allowCreate: import("vue-types").VueTypeValidableDef<boolean> & {
128
+ default: boolean;
129
+ } & {
130
+ default: boolean;
131
+ };
132
+ }>> & {
133
+ onChange?: (...args: any[]) => any;
134
+ "onUpdate:modelValue"?: (...args: any[]) => any;
135
+ onClear?: (...args: any[]) => any;
136
+ onToggle?: (...args: any[]) => any;
137
+ "onScroll-end"?: (...args: any[]) => any;
138
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "placeholder" | "size" | "multiple" | "disabled" | "loading" | "clearable" | "behavior" | "showOnInit" | "tagTheme" | "filterable" | "allowCreate" | "popoverMinWidth" | "remoteMethod" | "scrollHeight" | "showSelectAll" | "multipleMode" | "collapseTags" | "noDataText" | "noMatchText" | "loadingText" | "selectAllText" | "scrollLoading">;
139
+ $attrs: {
140
+ [x: string]: unknown;
141
+ };
142
+ $refs: {
143
+ [x: string]: unknown;
144
+ };
145
+ $slots: Readonly<{
146
+ [name: string]: import("vue").Slot;
147
+ }>;
148
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
149
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
150
+ $emit: (event: "change" | "toggle" | "clear" | "update:modelValue" | "scroll-end", ...args: any[]) => void;
151
+ $el: any;
152
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
153
+ modelValue: import("vue-types").VueTypeValidableDef<any>;
154
+ multiple: import("vue-types").VueTypeValidableDef<boolean> & {
155
+ default: boolean;
156
+ } & {
157
+ default: boolean;
158
+ };
159
+ disabled: import("vue-types").VueTypeValidableDef<boolean> & {
160
+ default: boolean;
161
+ } & {
162
+ default: boolean;
163
+ };
164
+ size: import("vue-types").VueTypeDef<string> & {
165
+ default: string;
166
+ };
167
+ clearable: import("vue-types").VueTypeValidableDef<boolean> & {
168
+ default: boolean;
169
+ } & {
170
+ default: boolean;
171
+ };
172
+ loading: import("vue-types").VueTypeValidableDef<boolean> & {
173
+ default: boolean;
174
+ } & {
175
+ default: boolean;
176
+ };
177
+ filterable: import("vue-types").VueTypeValidableDef<boolean> & {
178
+ default: boolean;
179
+ } & {
180
+ default: boolean;
181
+ };
182
+ remoteMethod: import("vue-types").VueTypeValidableDef<(...args: any[]) => any> & {
183
+ default: (...args: any[]) => any;
184
+ };
185
+ scrollHeight: import("vue-types").VueTypeValidableDef<number> & {
186
+ default: number;
187
+ } & {
188
+ default: number;
189
+ };
190
+ showSelectAll: import("vue-types").VueTypeValidableDef<boolean> & {
191
+ default: boolean;
192
+ } & {
193
+ default: boolean;
194
+ };
195
+ popoverMinWidth: import("vue-types").VueTypeValidableDef<number> & {
196
+ default: number;
197
+ } & {
198
+ default: number;
199
+ };
200
+ showOnInit: import("vue-types").VueTypeValidableDef<boolean> & {
201
+ default: boolean;
202
+ } & {
203
+ default: boolean;
204
+ };
205
+ multipleMode: import("vue-types").VueTypeDef<string> & {
206
+ default: string;
207
+ };
208
+ tagTheme: import("vue-types").VueTypeDef<string> & {
209
+ default: string;
210
+ };
211
+ behavior: import("vue-types").VueTypeDef<string> & {
212
+ default: string;
213
+ };
214
+ collapseTags: import("vue-types").VueTypeValidableDef<boolean> & {
215
+ default: boolean;
216
+ } & {
217
+ default: boolean;
218
+ };
219
+ noDataText: import("vue-types").VueTypeValidableDef<string> & {
220
+ default: string;
221
+ } & {
222
+ default: string;
223
+ };
224
+ noMatchText: import("vue-types").VueTypeValidableDef<string> & {
225
+ default: string;
226
+ } & {
227
+ default: string;
228
+ };
229
+ loadingText: import("vue-types").VueTypeValidableDef<string> & {
230
+ default: string;
231
+ } & {
232
+ default: string;
233
+ };
234
+ placeholder: import("vue-types").VueTypeValidableDef<string> & {
235
+ default: string;
236
+ } & {
237
+ default: string;
238
+ };
239
+ selectAllText: import("vue-types").VueTypeValidableDef<string> & {
240
+ default: string;
241
+ } & {
242
+ default: string;
243
+ };
244
+ scrollLoading: import("vue-types").VueTypeValidableDef<boolean> & {
245
+ default: boolean;
246
+ } & {
247
+ default: boolean;
248
+ };
249
+ allowCreate: import("vue-types").VueTypeValidableDef<boolean> & {
250
+ default: boolean;
251
+ } & {
252
+ default: boolean;
253
+ };
254
+ }>> & {
255
+ onChange?: (...args: any[]) => any;
256
+ "onUpdate:modelValue"?: (...args: any[]) => any;
257
+ onClear?: (...args: any[]) => any;
258
+ onToggle?: (...args: any[]) => any;
259
+ "onScroll-end"?: (...args: any[]) => any;
260
+ }, {
261
+ selected: import("vue").Ref<{
262
+ value: any;
263
+ label: string;
264
+ }[]>;
265
+ isInput: import("vue").ComputedRef<boolean>;
266
+ options: import("vue").Ref<({
267
+ $: import("vue").ComponentInternalInstance;
268
+ $data: {};
269
+ $props: Partial<{
270
+ label: string;
271
+ disabled: boolean;
272
+ }> & Omit<Readonly<import("vue").ExtractPropTypes<{
273
+ value: import("vue-types").VueTypeValidableDef<any>;
274
+ label: import("vue-types").VueTypeValidableDef<string> & {
275
+ default: string;
276
+ };
277
+ disabled: import("vue-types").VueTypeValidableDef<boolean> & {
278
+ default: boolean;
279
+ } & {
280
+ default: boolean;
281
+ };
282
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "label" | "disabled">;
283
+ $attrs: {
284
+ [x: string]: unknown;
285
+ };
286
+ $refs: {
287
+ [x: string]: unknown;
288
+ };
289
+ $slots: Readonly<{
290
+ [name: string]: import("vue").Slot;
291
+ }>;
292
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
293
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
294
+ $emit: (event: string, ...args: any[]) => void;
295
+ $el: any;
296
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
297
+ value: import("vue-types").VueTypeValidableDef<any>;
298
+ label: import("vue-types").VueTypeValidableDef<string> & {
299
+ default: string;
300
+ };
301
+ disabled: import("vue-types").VueTypeValidableDef<boolean> & {
302
+ default: boolean;
303
+ } & {
304
+ default: boolean;
305
+ };
306
+ }>>, {
307
+ selected: import("vue").ComputedRef<boolean>;
308
+ multiple: import("vue").ComputedRef<boolean>;
309
+ isHover: import("vue").ComputedRef<boolean>;
310
+ handleOptionClick: () => void;
311
+ handleMouseEnter: () => void;
312
+ visible: import("vue").Ref<boolean>;
313
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
314
+ label: string;
315
+ disabled: boolean;
316
+ }> & {
317
+ beforeCreate?: (() => void) | (() => void)[];
318
+ created?: (() => void) | (() => void)[];
319
+ beforeMount?: (() => void) | (() => void)[];
320
+ mounted?: (() => void) | (() => void)[];
321
+ beforeUpdate?: (() => void) | (() => void)[];
322
+ updated?: (() => void) | (() => void)[];
323
+ activated?: (() => void) | (() => void)[];
324
+ deactivated?: (() => void) | (() => void)[];
325
+ beforeDestroy?: (() => void) | (() => void)[];
326
+ beforeUnmount?: (() => void) | (() => void)[];
327
+ destroyed?: (() => void) | (() => void)[];
328
+ unmounted?: (() => void) | (() => void)[];
329
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
330
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
331
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void)[];
332
+ };
333
+ $forceUpdate: () => void;
334
+ $nextTick: typeof import("vue").nextTick;
335
+ $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
336
+ } & Readonly<import("vue").ExtractPropTypes<{
337
+ value: import("vue-types").VueTypeValidableDef<any>;
338
+ label: import("vue-types").VueTypeValidableDef<string> & {
339
+ default: string;
340
+ };
341
+ disabled: import("vue-types").VueTypeValidableDef<boolean> & {
342
+ default: boolean;
343
+ } & {
344
+ default: boolean;
345
+ };
346
+ }>> & import("vue").ShallowUnwrapRef<{
347
+ selected: import("vue").ComputedRef<boolean>;
348
+ multiple: import("vue").ComputedRef<boolean>;
349
+ isHover: import("vue").ComputedRef<boolean>;
350
+ handleOptionClick: () => void;
351
+ handleMouseEnter: () => void;
352
+ visible: import("vue").Ref<boolean>;
353
+ }> & {} & {} & import("vue").ComponentCustomProperties)[]>;
354
+ isDisabled: import("vue").ComputedRef<boolean>;
355
+ selectedLabel: import("vue").ComputedRef<string[]>;
356
+ isPopoverShow: import("vue").Ref<boolean>;
357
+ isHover: import("vue").Ref<boolean>;
358
+ popperWidth: import("vue").Ref<string | number>;
359
+ popoverRef: import("vue").Ref<any>;
360
+ inputRef: import("vue").Ref<HTMLElement>;
361
+ selectTagInputRef: import("vue").Ref<{
362
+ $: import("vue").ComponentInternalInstance;
363
+ $data: {};
364
+ $props: Partial<{
365
+ placeholder: string;
366
+ selected: import("./type").ISelectedData[];
367
+ tagTheme: string;
368
+ filterable: boolean;
369
+ allowCreate: boolean;
370
+ }> & Omit<Readonly<import("vue").ExtractPropTypes<{
371
+ selected: {
372
+ type: import("vue-types/dist/types").PropType<import("./type").ISelectedData[]>;
373
+ default: () => any[];
374
+ };
375
+ tagTheme: import("vue-types").VueTypeDef<string> & {
376
+ default: string;
377
+ };
378
+ placeholder: import("vue-types").VueTypeValidableDef<string> & {
379
+ default: string;
380
+ } & {
381
+ default: string;
382
+ };
383
+ filterable: import("vue-types").VueTypeValidableDef<boolean> & {
384
+ default: boolean;
385
+ } & {
386
+ default: boolean;
387
+ };
388
+ allowCreate: import("vue-types").VueTypeValidableDef<boolean> & {
389
+ default: boolean;
390
+ } & {
391
+ default: boolean;
392
+ };
393
+ modelValue: import("vue-types").VueTypeValidableDef<any>;
394
+ }>> & {
395
+ onFocus?: (...args: any[]) => any;
396
+ onEnter?: (...args: any[]) => any;
397
+ "onUpdate:modelValue"?: (...args: any[]) => any;
398
+ onRemove?: (...args: any[]) => any;
399
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "placeholder" | "selected" | "tagTheme" | "filterable" | "allowCreate">;
400
+ $attrs: {
401
+ [x: string]: unknown;
402
+ };
403
+ $refs: {
404
+ [x: string]: unknown;
405
+ };
406
+ $slots: Readonly<{
407
+ [name: string]: import("vue").Slot;
408
+ }>;
409
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
410
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
411
+ $emit: (event: "focus" | "update:modelValue" | "remove" | "enter", ...args: any[]) => void;
412
+ $el: any;
413
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
414
+ selected: {
415
+ type: import("vue-types/dist/types").PropType<import("./type").ISelectedData[]>;
416
+ default: () => any[];
417
+ };
418
+ tagTheme: import("vue-types").VueTypeDef<string> & {
419
+ default: string;
420
+ };
421
+ placeholder: import("vue-types").VueTypeValidableDef<string> & {
422
+ default: string;
423
+ } & {
424
+ default: string;
425
+ };
426
+ filterable: import("vue-types").VueTypeValidableDef<boolean> & {
427
+ default: boolean;
428
+ } & {
429
+ default: boolean;
430
+ };
431
+ allowCreate: import("vue-types").VueTypeValidableDef<boolean> & {
432
+ default: boolean;
433
+ } & {
434
+ default: boolean;
435
+ };
436
+ modelValue: import("vue-types").VueTypeValidableDef<any>;
437
+ }>> & {
438
+ onFocus?: (...args: any[]) => any;
439
+ onEnter?: (...args: any[]) => any;
440
+ "onUpdate:modelValue"?: (...args: any[]) => any;
441
+ onRemove?: (...args: any[]) => any;
442
+ }, {
443
+ value: any;
444
+ inputRef: import("vue").Ref<HTMLElement>;
445
+ handleRemoveTag: (data: import("./type").ISelectedData) => void;
446
+ handleFocus: () => void;
447
+ focus: () => void;
448
+ handleInput: (e: any) => void;
449
+ handleKeydown: (e: any) => void;
450
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("focus" | "update:modelValue" | "remove" | "enter")[], string, {
451
+ placeholder: string;
452
+ selected: import("./type").ISelectedData[];
453
+ tagTheme: string;
454
+ filterable: boolean;
455
+ allowCreate: boolean;
456
+ }> & {
457
+ beforeCreate?: (() => void) | (() => void)[];
458
+ created?: (() => void) | (() => void)[];
459
+ beforeMount?: (() => void) | (() => void)[];
460
+ mounted?: (() => void) | (() => void)[];
461
+ beforeUpdate?: (() => void) | (() => void)[];
462
+ updated?: (() => void) | (() => void)[];
463
+ activated?: (() => void) | (() => void)[];
464
+ deactivated?: (() => void) | (() => void)[];
465
+ beforeDestroy?: (() => void) | (() => void)[];
466
+ beforeUnmount?: (() => void) | (() => void)[];
467
+ destroyed?: (() => void) | (() => void)[];
468
+ unmounted?: (() => void) | (() => void)[];
469
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
470
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
471
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void)[];
472
+ };
473
+ $forceUpdate: () => void;
474
+ $nextTick: typeof import("vue").nextTick;
475
+ $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
476
+ } & Readonly<import("vue").ExtractPropTypes<{
477
+ selected: {
478
+ type: import("vue-types/dist/types").PropType<import("./type").ISelectedData[]>;
479
+ default: () => any[];
480
+ };
481
+ tagTheme: import("vue-types").VueTypeDef<string> & {
482
+ default: string;
483
+ };
484
+ placeholder: import("vue-types").VueTypeValidableDef<string> & {
485
+ default: string;
486
+ } & {
487
+ default: string;
488
+ };
489
+ filterable: import("vue-types").VueTypeValidableDef<boolean> & {
490
+ default: boolean;
491
+ } & {
492
+ default: boolean;
493
+ };
494
+ allowCreate: import("vue-types").VueTypeValidableDef<boolean> & {
495
+ default: boolean;
496
+ } & {
497
+ default: boolean;
498
+ };
499
+ modelValue: import("vue-types").VueTypeValidableDef<any>;
500
+ }>> & {
501
+ onFocus?: (...args: any[]) => any;
502
+ onEnter?: (...args: any[]) => any;
503
+ "onUpdate:modelValue"?: (...args: any[]) => any;
504
+ onRemove?: (...args: any[]) => any;
505
+ } & import("vue").ShallowUnwrapRef<{
506
+ value: any;
507
+ inputRef: import("vue").Ref<HTMLElement>;
508
+ handleRemoveTag: (data: import("./type").ISelectedData) => void;
509
+ handleFocus: () => void;
510
+ focus: () => void;
511
+ handleInput: (e: any) => void;
512
+ handleKeydown: (e: any) => void;
513
+ }> & {} & {} & import("vue").ComponentCustomProperties>;
514
+ searchLoading: import("vue").Ref<boolean>;
515
+ isOptionsEmpty: import("vue").ComputedRef<boolean>;
516
+ isSearchEmpty: import("vue").ComputedRef<boolean>;
517
+ isFocus: import("vue").Ref<boolean>;
518
+ isShowSelectContent: import("vue").ComputedRef<boolean>;
519
+ curContentText: import("vue").ComputedRef<string>;
520
+ isGroup: import("vue").ComputedRef<boolean>;
521
+ searchKey: import("vue").Ref<string>;
522
+ setHover: () => void;
523
+ cancelHover: () => void;
524
+ handleFocus: () => void;
525
+ handleTogglePopover: () => void;
526
+ handleClear: (e: Event) => void;
527
+ onPopoverFirstUpdate: import("@bkui-vue/shared").OnFirstUpdateFnType;
528
+ hidePopover: () => void;
529
+ showPopover: () => void;
530
+ handleToggleAll: () => void;
531
+ handleOptionSelected: (option: {
532
+ $: import("vue").ComponentInternalInstance;
533
+ $data: {};
534
+ $props: Partial<{
535
+ label: string;
536
+ disabled: boolean;
537
+ }> & Omit<Readonly<import("vue").ExtractPropTypes<{
538
+ value: import("vue-types").VueTypeValidableDef<any>;
539
+ label: import("vue-types").VueTypeValidableDef<string> & {
540
+ default: string;
541
+ };
542
+ disabled: import("vue-types").VueTypeValidableDef<boolean> & {
543
+ default: boolean;
544
+ } & {
545
+ default: boolean;
546
+ };
547
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "label" | "disabled">;
548
+ $attrs: {
549
+ [x: string]: unknown;
550
+ };
551
+ $refs: {
552
+ [x: string]: unknown;
553
+ };
554
+ $slots: Readonly<{
555
+ [name: string]: import("vue").Slot;
556
+ }>;
557
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
558
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
559
+ $emit: (event: string, ...args: any[]) => void;
560
+ $el: any;
561
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
562
+ value: import("vue-types").VueTypeValidableDef<any>;
563
+ label: import("vue-types").VueTypeValidableDef<string> & {
564
+ default: string;
565
+ };
566
+ disabled: import("vue-types").VueTypeValidableDef<boolean> & {
567
+ default: boolean;
568
+ } & {
569
+ default: boolean;
570
+ };
571
+ }>>, {
572
+ selected: import("vue").ComputedRef<boolean>;
573
+ multiple: import("vue").ComputedRef<boolean>;
574
+ isHover: import("vue").ComputedRef<boolean>;
575
+ handleOptionClick: () => void;
576
+ handleMouseEnter: () => void;
577
+ visible: import("vue").Ref<boolean>;
578
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
579
+ label: string;
580
+ disabled: boolean;
581
+ }> & {
582
+ beforeCreate?: (() => void) | (() => void)[];
583
+ created?: (() => void) | (() => void)[];
584
+ beforeMount?: (() => void) | (() => void)[];
585
+ mounted?: (() => void) | (() => void)[];
586
+ beforeUpdate?: (() => void) | (() => void)[];
587
+ updated?: (() => void) | (() => void)[];
588
+ activated?: (() => void) | (() => void)[];
589
+ deactivated?: (() => void) | (() => void)[];
590
+ beforeDestroy?: (() => void) | (() => void)[];
591
+ beforeUnmount?: (() => void) | (() => void)[];
592
+ destroyed?: (() => void) | (() => void)[];
593
+ unmounted?: (() => void) | (() => void)[];
594
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
595
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
596
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void)[];
597
+ };
598
+ $forceUpdate: () => void;
599
+ $nextTick: typeof import("vue").nextTick;
600
+ $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
601
+ } & Readonly<import("vue").ExtractPropTypes<{
602
+ value: import("vue-types").VueTypeValidableDef<any>;
603
+ label: import("vue-types").VueTypeValidableDef<string> & {
604
+ default: string;
605
+ };
606
+ disabled: import("vue-types").VueTypeValidableDef<boolean> & {
607
+ default: boolean;
608
+ } & {
609
+ default: boolean;
610
+ };
611
+ }>> & import("vue").ShallowUnwrapRef<{
612
+ selected: import("vue").ComputedRef<boolean>;
613
+ multiple: import("vue").ComputedRef<boolean>;
614
+ isHover: import("vue").ComputedRef<boolean>;
615
+ handleOptionClick: () => void;
616
+ handleMouseEnter: () => void;
617
+ visible: import("vue").Ref<boolean>;
618
+ }> & {} & {} & import("vue").ComponentCustomProperties) => void;
619
+ handleClickOutside: () => void;
620
+ handleScroll: (e: any) => void;
621
+ handleDeleteTag: (data: import("./type").ISelectedData) => void;
622
+ handleInputChange: (value: any) => void;
623
+ handleInputEnter: (value: any, e: Event) => void;
624
+ handleKeydown: (e: KeyboardEvent) => void;
625
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "toggle" | "clear" | "update:modelValue" | "scroll-end")[], string, {
626
+ placeholder: string;
627
+ size: string;
628
+ multiple: boolean;
629
+ disabled: boolean;
630
+ loading: boolean;
631
+ clearable: boolean;
632
+ behavior: string;
633
+ showOnInit: boolean;
634
+ tagTheme: string;
635
+ filterable: boolean;
636
+ allowCreate: boolean;
637
+ popoverMinWidth: number;
638
+ remoteMethod: (...args: any[]) => any;
639
+ scrollHeight: number;
640
+ showSelectAll: boolean;
641
+ multipleMode: string;
642
+ collapseTags: boolean;
643
+ noDataText: string;
644
+ noMatchText: string;
645
+ loadingText: string;
646
+ selectAllText: string;
647
+ scrollLoading: boolean;
648
+ }> & {
649
+ beforeCreate?: (() => void) | (() => void)[];
650
+ created?: (() => void) | (() => void)[];
651
+ beforeMount?: (() => void) | (() => void)[];
652
+ mounted?: (() => void) | (() => void)[];
653
+ beforeUpdate?: (() => void) | (() => void)[];
654
+ updated?: (() => void) | (() => void)[];
655
+ activated?: (() => void) | (() => void)[];
656
+ deactivated?: (() => void) | (() => void)[];
657
+ beforeDestroy?: (() => void) | (() => void)[];
658
+ beforeUnmount?: (() => void) | (() => void)[];
659
+ destroyed?: (() => void) | (() => void)[];
660
+ unmounted?: (() => void) | (() => void)[];
661
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
662
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
663
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void)[];
664
+ };
665
+ $forceUpdate: () => void;
666
+ $nextTick: typeof import("vue").nextTick;
667
+ $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
668
+ } & Readonly<import("vue").ExtractPropTypes<{
669
+ modelValue: import("vue-types").VueTypeValidableDef<any>;
670
+ multiple: import("vue-types").VueTypeValidableDef<boolean> & {
671
+ default: boolean;
672
+ } & {
673
+ default: boolean;
674
+ };
675
+ disabled: import("vue-types").VueTypeValidableDef<boolean> & {
676
+ default: boolean;
677
+ } & {
678
+ default: boolean;
679
+ };
680
+ size: import("vue-types").VueTypeDef<string> & {
681
+ default: string;
682
+ };
683
+ clearable: import("vue-types").VueTypeValidableDef<boolean> & {
684
+ default: boolean;
685
+ } & {
686
+ default: boolean;
687
+ };
688
+ loading: import("vue-types").VueTypeValidableDef<boolean> & {
689
+ default: boolean;
690
+ } & {
691
+ default: boolean;
692
+ };
693
+ filterable: import("vue-types").VueTypeValidableDef<boolean> & {
694
+ default: boolean;
695
+ } & {
696
+ default: boolean;
697
+ };
698
+ remoteMethod: import("vue-types").VueTypeValidableDef<(...args: any[]) => any> & {
699
+ default: (...args: any[]) => any;
700
+ };
701
+ scrollHeight: import("vue-types").VueTypeValidableDef<number> & {
702
+ default: number;
703
+ } & {
704
+ default: number;
705
+ };
706
+ showSelectAll: import("vue-types").VueTypeValidableDef<boolean> & {
707
+ default: boolean;
708
+ } & {
709
+ default: boolean;
710
+ };
711
+ popoverMinWidth: import("vue-types").VueTypeValidableDef<number> & {
712
+ default: number;
713
+ } & {
714
+ default: number;
715
+ };
716
+ showOnInit: import("vue-types").VueTypeValidableDef<boolean> & {
717
+ default: boolean;
718
+ } & {
719
+ default: boolean;
720
+ };
721
+ multipleMode: import("vue-types").VueTypeDef<string> & {
722
+ default: string;
723
+ };
724
+ tagTheme: import("vue-types").VueTypeDef<string> & {
725
+ default: string;
726
+ };
727
+ behavior: import("vue-types").VueTypeDef<string> & {
728
+ default: string;
729
+ };
730
+ collapseTags: import("vue-types").VueTypeValidableDef<boolean> & {
731
+ default: boolean;
732
+ } & {
733
+ default: boolean;
734
+ };
735
+ noDataText: import("vue-types").VueTypeValidableDef<string> & {
736
+ default: string;
737
+ } & {
738
+ default: string;
739
+ };
740
+ noMatchText: import("vue-types").VueTypeValidableDef<string> & {
741
+ default: string;
742
+ } & {
743
+ default: string;
744
+ };
745
+ loadingText: import("vue-types").VueTypeValidableDef<string> & {
746
+ default: string;
747
+ } & {
748
+ default: string;
749
+ };
750
+ placeholder: import("vue-types").VueTypeValidableDef<string> & {
751
+ default: string;
752
+ } & {
753
+ default: string;
754
+ };
755
+ selectAllText: import("vue-types").VueTypeValidableDef<string> & {
756
+ default: string;
757
+ } & {
758
+ default: string;
759
+ };
760
+ scrollLoading: import("vue-types").VueTypeValidableDef<boolean> & {
761
+ default: boolean;
762
+ } & {
763
+ default: boolean;
764
+ };
765
+ allowCreate: import("vue-types").VueTypeValidableDef<boolean> & {
766
+ default: boolean;
767
+ } & {
768
+ default: boolean;
769
+ };
770
+ }>> & {
771
+ onChange?: (...args: any[]) => any;
772
+ "onUpdate:modelValue"?: (...args: any[]) => any;
773
+ onClear?: (...args: any[]) => any;
774
+ onToggle?: (...args: any[]) => any;
775
+ "onScroll-end"?: (...args: any[]) => any;
776
+ } & import("vue").ShallowUnwrapRef<{
777
+ selected: import("vue").Ref<{
778
+ value: any;
779
+ label: string;
780
+ }[]>;
781
+ isInput: import("vue").ComputedRef<boolean>;
782
+ options: import("vue").Ref<({
783
+ $: import("vue").ComponentInternalInstance;
784
+ $data: {};
785
+ $props: Partial<{
786
+ label: string;
787
+ disabled: boolean;
788
+ }> & Omit<Readonly<import("vue").ExtractPropTypes<{
789
+ value: import("vue-types").VueTypeValidableDef<any>;
790
+ label: import("vue-types").VueTypeValidableDef<string> & {
791
+ default: string;
792
+ };
793
+ disabled: import("vue-types").VueTypeValidableDef<boolean> & {
794
+ default: boolean;
795
+ } & {
796
+ default: boolean;
797
+ };
798
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "label" | "disabled">;
799
+ $attrs: {
800
+ [x: string]: unknown;
801
+ };
802
+ $refs: {
803
+ [x: string]: unknown;
804
+ };
805
+ $slots: Readonly<{
806
+ [name: string]: import("vue").Slot;
807
+ }>;
808
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
809
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
810
+ $emit: (event: string, ...args: any[]) => void;
811
+ $el: any;
812
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
813
+ value: import("vue-types").VueTypeValidableDef<any>;
814
+ label: import("vue-types").VueTypeValidableDef<string> & {
815
+ default: string;
816
+ };
817
+ disabled: import("vue-types").VueTypeValidableDef<boolean> & {
818
+ default: boolean;
819
+ } & {
820
+ default: boolean;
821
+ };
822
+ }>>, {
823
+ selected: import("vue").ComputedRef<boolean>;
824
+ multiple: import("vue").ComputedRef<boolean>;
825
+ isHover: import("vue").ComputedRef<boolean>;
826
+ handleOptionClick: () => void;
827
+ handleMouseEnter: () => void;
828
+ visible: import("vue").Ref<boolean>;
829
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
830
+ label: string;
831
+ disabled: boolean;
832
+ }> & {
833
+ beforeCreate?: (() => void) | (() => void)[];
834
+ created?: (() => void) | (() => void)[];
835
+ beforeMount?: (() => void) | (() => void)[];
836
+ mounted?: (() => void) | (() => void)[];
837
+ beforeUpdate?: (() => void) | (() => void)[];
838
+ updated?: (() => void) | (() => void)[];
839
+ activated?: (() => void) | (() => void)[];
840
+ deactivated?: (() => void) | (() => void)[];
841
+ beforeDestroy?: (() => void) | (() => void)[];
842
+ beforeUnmount?: (() => void) | (() => void)[];
843
+ destroyed?: (() => void) | (() => void)[];
844
+ unmounted?: (() => void) | (() => void)[];
845
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
846
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
847
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void)[];
848
+ };
849
+ $forceUpdate: () => void;
850
+ $nextTick: typeof import("vue").nextTick;
851
+ $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
852
+ } & Readonly<import("vue").ExtractPropTypes<{
853
+ value: import("vue-types").VueTypeValidableDef<any>;
854
+ label: import("vue-types").VueTypeValidableDef<string> & {
855
+ default: string;
856
+ };
857
+ disabled: import("vue-types").VueTypeValidableDef<boolean> & {
858
+ default: boolean;
859
+ } & {
860
+ default: boolean;
861
+ };
862
+ }>> & import("vue").ShallowUnwrapRef<{
863
+ selected: import("vue").ComputedRef<boolean>;
864
+ multiple: import("vue").ComputedRef<boolean>;
865
+ isHover: import("vue").ComputedRef<boolean>;
866
+ handleOptionClick: () => void;
867
+ handleMouseEnter: () => void;
868
+ visible: import("vue").Ref<boolean>;
869
+ }> & {} & {} & import("vue").ComponentCustomProperties)[]>;
870
+ isDisabled: import("vue").ComputedRef<boolean>;
871
+ selectedLabel: import("vue").ComputedRef<string[]>;
872
+ isPopoverShow: import("vue").Ref<boolean>;
873
+ isHover: import("vue").Ref<boolean>;
874
+ popperWidth: import("vue").Ref<string | number>;
875
+ popoverRef: import("vue").Ref<any>;
876
+ inputRef: import("vue").Ref<HTMLElement>;
877
+ selectTagInputRef: import("vue").Ref<{
878
+ $: import("vue").ComponentInternalInstance;
879
+ $data: {};
880
+ $props: Partial<{
881
+ placeholder: string;
882
+ selected: import("./type").ISelectedData[];
883
+ tagTheme: string;
884
+ filterable: boolean;
885
+ allowCreate: boolean;
886
+ }> & Omit<Readonly<import("vue").ExtractPropTypes<{
887
+ selected: {
888
+ type: import("vue-types/dist/types").PropType<import("./type").ISelectedData[]>;
889
+ default: () => any[];
890
+ };
891
+ tagTheme: import("vue-types").VueTypeDef<string> & {
892
+ default: string;
893
+ };
894
+ placeholder: import("vue-types").VueTypeValidableDef<string> & {
895
+ default: string;
896
+ } & {
897
+ default: string;
898
+ };
899
+ filterable: import("vue-types").VueTypeValidableDef<boolean> & {
900
+ default: boolean;
901
+ } & {
902
+ default: boolean;
903
+ };
904
+ allowCreate: import("vue-types").VueTypeValidableDef<boolean> & {
905
+ default: boolean;
906
+ } & {
907
+ default: boolean;
908
+ };
909
+ modelValue: import("vue-types").VueTypeValidableDef<any>;
910
+ }>> & {
911
+ onFocus?: (...args: any[]) => any;
912
+ onEnter?: (...args: any[]) => any;
913
+ "onUpdate:modelValue"?: (...args: any[]) => any;
914
+ onRemove?: (...args: any[]) => any;
915
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "placeholder" | "selected" | "tagTheme" | "filterable" | "allowCreate">;
916
+ $attrs: {
917
+ [x: string]: unknown;
918
+ };
919
+ $refs: {
920
+ [x: string]: unknown;
921
+ };
922
+ $slots: Readonly<{
923
+ [name: string]: import("vue").Slot;
924
+ }>;
925
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
926
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
927
+ $emit: (event: "focus" | "update:modelValue" | "remove" | "enter", ...args: any[]) => void;
928
+ $el: any;
929
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
930
+ selected: {
931
+ type: import("vue-types/dist/types").PropType<import("./type").ISelectedData[]>;
932
+ default: () => any[];
933
+ };
934
+ tagTheme: import("vue-types").VueTypeDef<string> & {
935
+ default: string;
936
+ };
937
+ placeholder: import("vue-types").VueTypeValidableDef<string> & {
938
+ default: string;
939
+ } & {
940
+ default: string;
941
+ };
942
+ filterable: import("vue-types").VueTypeValidableDef<boolean> & {
943
+ default: boolean;
944
+ } & {
945
+ default: boolean;
946
+ };
947
+ allowCreate: import("vue-types").VueTypeValidableDef<boolean> & {
948
+ default: boolean;
949
+ } & {
950
+ default: boolean;
951
+ };
952
+ modelValue: import("vue-types").VueTypeValidableDef<any>;
953
+ }>> & {
954
+ onFocus?: (...args: any[]) => any;
955
+ onEnter?: (...args: any[]) => any;
956
+ "onUpdate:modelValue"?: (...args: any[]) => any;
957
+ onRemove?: (...args: any[]) => any;
958
+ }, {
959
+ value: any;
960
+ inputRef: import("vue").Ref<HTMLElement>;
961
+ handleRemoveTag: (data: import("./type").ISelectedData) => void;
962
+ handleFocus: () => void;
963
+ focus: () => void;
964
+ handleInput: (e: any) => void;
965
+ handleKeydown: (e: any) => void;
966
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("focus" | "update:modelValue" | "remove" | "enter")[], string, {
967
+ placeholder: string;
968
+ selected: import("./type").ISelectedData[];
969
+ tagTheme: string;
970
+ filterable: boolean;
971
+ allowCreate: boolean;
972
+ }> & {
973
+ beforeCreate?: (() => void) | (() => void)[];
974
+ created?: (() => void) | (() => void)[];
975
+ beforeMount?: (() => void) | (() => void)[];
976
+ mounted?: (() => void) | (() => void)[];
977
+ beforeUpdate?: (() => void) | (() => void)[];
978
+ updated?: (() => void) | (() => void)[];
979
+ activated?: (() => void) | (() => void)[];
980
+ deactivated?: (() => void) | (() => void)[];
981
+ beforeDestroy?: (() => void) | (() => void)[];
982
+ beforeUnmount?: (() => void) | (() => void)[];
983
+ destroyed?: (() => void) | (() => void)[];
984
+ unmounted?: (() => void) | (() => void)[];
985
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
986
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
987
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void)[];
988
+ };
989
+ $forceUpdate: () => void;
990
+ $nextTick: typeof import("vue").nextTick;
991
+ $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
992
+ } & Readonly<import("vue").ExtractPropTypes<{
993
+ selected: {
994
+ type: import("vue-types/dist/types").PropType<import("./type").ISelectedData[]>;
995
+ default: () => any[];
996
+ };
997
+ tagTheme: import("vue-types").VueTypeDef<string> & {
998
+ default: string;
999
+ };
1000
+ placeholder: import("vue-types").VueTypeValidableDef<string> & {
1001
+ default: string;
1002
+ } & {
1003
+ default: string;
1004
+ };
1005
+ filterable: import("vue-types").VueTypeValidableDef<boolean> & {
1006
+ default: boolean;
1007
+ } & {
1008
+ default: boolean;
1009
+ };
1010
+ allowCreate: import("vue-types").VueTypeValidableDef<boolean> & {
1011
+ default: boolean;
1012
+ } & {
1013
+ default: boolean;
1014
+ };
1015
+ modelValue: import("vue-types").VueTypeValidableDef<any>;
1016
+ }>> & {
1017
+ onFocus?: (...args: any[]) => any;
1018
+ onEnter?: (...args: any[]) => any;
1019
+ "onUpdate:modelValue"?: (...args: any[]) => any;
1020
+ onRemove?: (...args: any[]) => any;
1021
+ } & import("vue").ShallowUnwrapRef<{
1022
+ value: any;
1023
+ inputRef: import("vue").Ref<HTMLElement>;
1024
+ handleRemoveTag: (data: import("./type").ISelectedData) => void;
1025
+ handleFocus: () => void;
1026
+ focus: () => void;
1027
+ handleInput: (e: any) => void;
1028
+ handleKeydown: (e: any) => void;
1029
+ }> & {} & {} & import("vue").ComponentCustomProperties>;
1030
+ searchLoading: import("vue").Ref<boolean>;
1031
+ isOptionsEmpty: import("vue").ComputedRef<boolean>;
1032
+ isSearchEmpty: import("vue").ComputedRef<boolean>;
1033
+ isFocus: import("vue").Ref<boolean>;
1034
+ isShowSelectContent: import("vue").ComputedRef<boolean>;
1035
+ curContentText: import("vue").ComputedRef<string>;
1036
+ isGroup: import("vue").ComputedRef<boolean>;
1037
+ searchKey: import("vue").Ref<string>;
1038
+ setHover: () => void;
1039
+ cancelHover: () => void;
1040
+ handleFocus: () => void;
1041
+ handleTogglePopover: () => void;
1042
+ handleClear: (e: Event) => void;
1043
+ onPopoverFirstUpdate: import("@bkui-vue/shared").OnFirstUpdateFnType;
1044
+ hidePopover: () => void;
1045
+ showPopover: () => void;
1046
+ handleToggleAll: () => void;
1047
+ handleOptionSelected: (option: {
1048
+ $: import("vue").ComponentInternalInstance;
1049
+ $data: {};
1050
+ $props: Partial<{
1051
+ label: string;
1052
+ disabled: boolean;
1053
+ }> & Omit<Readonly<import("vue").ExtractPropTypes<{
1054
+ value: import("vue-types").VueTypeValidableDef<any>;
1055
+ label: import("vue-types").VueTypeValidableDef<string> & {
1056
+ default: string;
1057
+ };
1058
+ disabled: import("vue-types").VueTypeValidableDef<boolean> & {
1059
+ default: boolean;
1060
+ } & {
1061
+ default: boolean;
1062
+ };
1063
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "label" | "disabled">;
1064
+ $attrs: {
1065
+ [x: string]: unknown;
1066
+ };
1067
+ $refs: {
1068
+ [x: string]: unknown;
1069
+ };
1070
+ $slots: Readonly<{
1071
+ [name: string]: import("vue").Slot;
1072
+ }>;
1073
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
1074
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
1075
+ $emit: (event: string, ...args: any[]) => void;
1076
+ $el: any;
1077
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
1078
+ value: import("vue-types").VueTypeValidableDef<any>;
1079
+ label: import("vue-types").VueTypeValidableDef<string> & {
1080
+ default: string;
1081
+ };
1082
+ disabled: import("vue-types").VueTypeValidableDef<boolean> & {
1083
+ default: boolean;
1084
+ } & {
1085
+ default: boolean;
1086
+ };
1087
+ }>>, {
1088
+ selected: import("vue").ComputedRef<boolean>;
1089
+ multiple: import("vue").ComputedRef<boolean>;
1090
+ isHover: import("vue").ComputedRef<boolean>;
1091
+ handleOptionClick: () => void;
1092
+ handleMouseEnter: () => void;
1093
+ visible: import("vue").Ref<boolean>;
1094
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
1095
+ label: string;
1096
+ disabled: boolean;
1097
+ }> & {
1098
+ beforeCreate?: (() => void) | (() => void)[];
1099
+ created?: (() => void) | (() => void)[];
1100
+ beforeMount?: (() => void) | (() => void)[];
1101
+ mounted?: (() => void) | (() => void)[];
1102
+ beforeUpdate?: (() => void) | (() => void)[];
1103
+ updated?: (() => void) | (() => void)[];
1104
+ activated?: (() => void) | (() => void)[];
1105
+ deactivated?: (() => void) | (() => void)[];
1106
+ beforeDestroy?: (() => void) | (() => void)[];
1107
+ beforeUnmount?: (() => void) | (() => void)[];
1108
+ destroyed?: (() => void) | (() => void)[];
1109
+ unmounted?: (() => void) | (() => void)[];
1110
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
1111
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
1112
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void)[];
1113
+ };
1114
+ $forceUpdate: () => void;
1115
+ $nextTick: typeof import("vue").nextTick;
1116
+ $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
1117
+ } & Readonly<import("vue").ExtractPropTypes<{
1118
+ value: import("vue-types").VueTypeValidableDef<any>;
1119
+ label: import("vue-types").VueTypeValidableDef<string> & {
1120
+ default: string;
1121
+ };
1122
+ disabled: import("vue-types").VueTypeValidableDef<boolean> & {
1123
+ default: boolean;
1124
+ } & {
1125
+ default: boolean;
1126
+ };
1127
+ }>> & import("vue").ShallowUnwrapRef<{
1128
+ selected: import("vue").ComputedRef<boolean>;
1129
+ multiple: import("vue").ComputedRef<boolean>;
1130
+ isHover: import("vue").ComputedRef<boolean>;
1131
+ handleOptionClick: () => void;
1132
+ handleMouseEnter: () => void;
1133
+ visible: import("vue").Ref<boolean>;
1134
+ }> & {} & {} & import("vue").ComponentCustomProperties) => void;
1135
+ handleClickOutside: () => void;
1136
+ handleScroll: (e: any) => void;
1137
+ handleDeleteTag: (data: import("./type").ISelectedData) => void;
1138
+ handleInputChange: (value: any) => void;
1139
+ handleInputEnter: (value: any, e: Event) => void;
1140
+ handleKeydown: (e: KeyboardEvent) => void;
1141
+ }> & {} & {} & import("vue").ComponentCustomProperties;
1142
+ __isFragment?: never;
1143
+ __isTeleport?: never;
1144
+ __isSuspense?: never;
1145
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
1146
+ modelValue: import("vue-types").VueTypeValidableDef<any>;
1147
+ multiple: import("vue-types").VueTypeValidableDef<boolean> & {
1148
+ default: boolean;
1149
+ } & {
1150
+ default: boolean;
1151
+ };
1152
+ disabled: import("vue-types").VueTypeValidableDef<boolean> & {
1153
+ default: boolean;
1154
+ } & {
1155
+ default: boolean;
1156
+ };
1157
+ size: import("vue-types").VueTypeDef<string> & {
1158
+ default: string;
1159
+ };
1160
+ clearable: import("vue-types").VueTypeValidableDef<boolean> & {
1161
+ default: boolean;
1162
+ } & {
1163
+ default: boolean;
1164
+ };
1165
+ loading: import("vue-types").VueTypeValidableDef<boolean> & {
1166
+ default: boolean;
1167
+ } & {
1168
+ default: boolean;
1169
+ };
1170
+ filterable: import("vue-types").VueTypeValidableDef<boolean> & {
1171
+ default: boolean;
1172
+ } & {
1173
+ default: boolean;
1174
+ };
1175
+ remoteMethod: import("vue-types").VueTypeValidableDef<(...args: any[]) => any> & {
1176
+ default: (...args: any[]) => any;
1177
+ };
1178
+ scrollHeight: import("vue-types").VueTypeValidableDef<number> & {
1179
+ default: number;
1180
+ } & {
1181
+ default: number;
1182
+ };
1183
+ showSelectAll: import("vue-types").VueTypeValidableDef<boolean> & {
1184
+ default: boolean;
1185
+ } & {
1186
+ default: boolean;
1187
+ };
1188
+ popoverMinWidth: import("vue-types").VueTypeValidableDef<number> & {
1189
+ default: number;
1190
+ } & {
1191
+ default: number;
1192
+ };
1193
+ showOnInit: import("vue-types").VueTypeValidableDef<boolean> & {
1194
+ default: boolean;
1195
+ } & {
1196
+ default: boolean;
1197
+ };
1198
+ multipleMode: import("vue-types").VueTypeDef<string> & {
1199
+ default: string;
1200
+ };
1201
+ tagTheme: import("vue-types").VueTypeDef<string> & {
1202
+ default: string;
1203
+ };
1204
+ behavior: import("vue-types").VueTypeDef<string> & {
1205
+ default: string;
1206
+ };
1207
+ collapseTags: import("vue-types").VueTypeValidableDef<boolean> & {
1208
+ default: boolean;
1209
+ } & {
1210
+ default: boolean;
1211
+ };
1212
+ noDataText: import("vue-types").VueTypeValidableDef<string> & {
1213
+ default: string;
1214
+ } & {
1215
+ default: string;
1216
+ };
1217
+ noMatchText: import("vue-types").VueTypeValidableDef<string> & {
1218
+ default: string;
1219
+ } & {
1220
+ default: string;
1221
+ };
1222
+ loadingText: import("vue-types").VueTypeValidableDef<string> & {
1223
+ default: string;
1224
+ } & {
1225
+ default: string;
1226
+ };
1227
+ placeholder: import("vue-types").VueTypeValidableDef<string> & {
1228
+ default: string;
1229
+ } & {
1230
+ default: string;
1231
+ };
1232
+ selectAllText: import("vue-types").VueTypeValidableDef<string> & {
1233
+ default: string;
1234
+ } & {
1235
+ default: string;
1236
+ };
1237
+ scrollLoading: import("vue-types").VueTypeValidableDef<boolean> & {
1238
+ default: boolean;
1239
+ } & {
1240
+ default: boolean;
1241
+ };
1242
+ allowCreate: import("vue-types").VueTypeValidableDef<boolean> & {
1243
+ default: boolean;
1244
+ } & {
1245
+ default: boolean;
1246
+ };
1247
+ }>> & {
1248
+ onChange?: (...args: any[]) => any;
1249
+ "onUpdate:modelValue"?: (...args: any[]) => any;
1250
+ onClear?: (...args: any[]) => any;
1251
+ onToggle?: (...args: any[]) => any;
1252
+ "onScroll-end"?: (...args: any[]) => any;
1253
+ }, {
1254
+ selected: import("vue").Ref<{
1255
+ value: any;
1256
+ label: string;
1257
+ }[]>;
1258
+ isInput: import("vue").ComputedRef<boolean>;
1259
+ options: import("vue").Ref<({
1260
+ $: import("vue").ComponentInternalInstance;
1261
+ $data: {};
1262
+ $props: Partial<{
1263
+ label: string;
1264
+ disabled: boolean;
1265
+ }> & Omit<Readonly<import("vue").ExtractPropTypes<{
1266
+ value: import("vue-types").VueTypeValidableDef<any>;
1267
+ label: import("vue-types").VueTypeValidableDef<string> & {
1268
+ default: string;
1269
+ };
1270
+ disabled: import("vue-types").VueTypeValidableDef<boolean> & {
1271
+ default: boolean;
1272
+ } & {
1273
+ default: boolean;
1274
+ };
1275
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "label" | "disabled">;
1276
+ $attrs: {
1277
+ [x: string]: unknown;
1278
+ };
1279
+ $refs: {
1280
+ [x: string]: unknown;
1281
+ };
1282
+ $slots: Readonly<{
1283
+ [name: string]: import("vue").Slot;
1284
+ }>;
1285
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
1286
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
1287
+ $emit: (event: string, ...args: any[]) => void;
1288
+ $el: any;
1289
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
1290
+ value: import("vue-types").VueTypeValidableDef<any>;
1291
+ label: import("vue-types").VueTypeValidableDef<string> & {
1292
+ default: string;
1293
+ };
1294
+ disabled: import("vue-types").VueTypeValidableDef<boolean> & {
1295
+ default: boolean;
1296
+ } & {
1297
+ default: boolean;
1298
+ };
1299
+ }>>, {
1300
+ selected: import("vue").ComputedRef<boolean>;
1301
+ multiple: import("vue").ComputedRef<boolean>;
1302
+ isHover: import("vue").ComputedRef<boolean>;
1303
+ handleOptionClick: () => void;
1304
+ handleMouseEnter: () => void;
1305
+ visible: import("vue").Ref<boolean>;
1306
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
1307
+ label: string;
1308
+ disabled: boolean;
1309
+ }> & {
1310
+ beforeCreate?: (() => void) | (() => void)[];
1311
+ created?: (() => void) | (() => void)[];
1312
+ beforeMount?: (() => void) | (() => void)[];
1313
+ mounted?: (() => void) | (() => void)[];
1314
+ beforeUpdate?: (() => void) | (() => void)[];
1315
+ updated?: (() => void) | (() => void)[];
1316
+ activated?: (() => void) | (() => void)[];
1317
+ deactivated?: (() => void) | (() => void)[];
1318
+ beforeDestroy?: (() => void) | (() => void)[];
1319
+ beforeUnmount?: (() => void) | (() => void)[];
1320
+ destroyed?: (() => void) | (() => void)[];
1321
+ unmounted?: (() => void) | (() => void)[];
1322
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
1323
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
1324
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void)[];
1325
+ };
1326
+ $forceUpdate: () => void;
1327
+ $nextTick: typeof import("vue").nextTick;
1328
+ $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
1329
+ } & Readonly<import("vue").ExtractPropTypes<{
1330
+ value: import("vue-types").VueTypeValidableDef<any>;
1331
+ label: import("vue-types").VueTypeValidableDef<string> & {
1332
+ default: string;
1333
+ };
1334
+ disabled: import("vue-types").VueTypeValidableDef<boolean> & {
1335
+ default: boolean;
1336
+ } & {
1337
+ default: boolean;
1338
+ };
1339
+ }>> & import("vue").ShallowUnwrapRef<{
1340
+ selected: import("vue").ComputedRef<boolean>;
1341
+ multiple: import("vue").ComputedRef<boolean>;
1342
+ isHover: import("vue").ComputedRef<boolean>;
1343
+ handleOptionClick: () => void;
1344
+ handleMouseEnter: () => void;
1345
+ visible: import("vue").Ref<boolean>;
1346
+ }> & {} & {} & import("vue").ComponentCustomProperties)[]>;
1347
+ isDisabled: import("vue").ComputedRef<boolean>;
1348
+ selectedLabel: import("vue").ComputedRef<string[]>;
1349
+ isPopoverShow: import("vue").Ref<boolean>;
1350
+ isHover: import("vue").Ref<boolean>;
1351
+ popperWidth: import("vue").Ref<string | number>;
1352
+ popoverRef: import("vue").Ref<any>;
1353
+ inputRef: import("vue").Ref<HTMLElement>;
1354
+ selectTagInputRef: import("vue").Ref<{
1355
+ $: import("vue").ComponentInternalInstance;
1356
+ $data: {};
1357
+ $props: Partial<{
1358
+ placeholder: string;
1359
+ selected: import("./type").ISelectedData[];
1360
+ tagTheme: string;
1361
+ filterable: boolean;
1362
+ allowCreate: boolean;
1363
+ }> & Omit<Readonly<import("vue").ExtractPropTypes<{
1364
+ selected: {
1365
+ type: import("vue-types/dist/types").PropType<import("./type").ISelectedData[]>;
1366
+ default: () => any[];
1367
+ };
1368
+ tagTheme: import("vue-types").VueTypeDef<string> & {
1369
+ default: string;
1370
+ };
1371
+ placeholder: import("vue-types").VueTypeValidableDef<string> & {
1372
+ default: string;
1373
+ } & {
1374
+ default: string;
1375
+ };
1376
+ filterable: import("vue-types").VueTypeValidableDef<boolean> & {
1377
+ default: boolean;
1378
+ } & {
1379
+ default: boolean;
1380
+ };
1381
+ allowCreate: import("vue-types").VueTypeValidableDef<boolean> & {
1382
+ default: boolean;
1383
+ } & {
1384
+ default: boolean;
1385
+ };
1386
+ modelValue: import("vue-types").VueTypeValidableDef<any>;
1387
+ }>> & {
1388
+ onFocus?: (...args: any[]) => any;
1389
+ onEnter?: (...args: any[]) => any;
1390
+ "onUpdate:modelValue"?: (...args: any[]) => any;
1391
+ onRemove?: (...args: any[]) => any;
1392
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "placeholder" | "selected" | "tagTheme" | "filterable" | "allowCreate">;
1393
+ $attrs: {
1394
+ [x: string]: unknown;
1395
+ };
1396
+ $refs: {
1397
+ [x: string]: unknown;
1398
+ };
1399
+ $slots: Readonly<{
1400
+ [name: string]: import("vue").Slot;
1401
+ }>;
1402
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
1403
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
1404
+ $emit: (event: "focus" | "update:modelValue" | "remove" | "enter", ...args: any[]) => void;
1405
+ $el: any;
1406
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
1407
+ selected: {
1408
+ type: import("vue-types/dist/types").PropType<import("./type").ISelectedData[]>;
1409
+ default: () => any[];
1410
+ };
1411
+ tagTheme: import("vue-types").VueTypeDef<string> & {
1412
+ default: string;
1413
+ };
1414
+ placeholder: import("vue-types").VueTypeValidableDef<string> & {
1415
+ default: string;
1416
+ } & {
1417
+ default: string;
1418
+ };
1419
+ filterable: import("vue-types").VueTypeValidableDef<boolean> & {
1420
+ default: boolean;
1421
+ } & {
1422
+ default: boolean;
1423
+ };
1424
+ allowCreate: import("vue-types").VueTypeValidableDef<boolean> & {
1425
+ default: boolean;
1426
+ } & {
1427
+ default: boolean;
1428
+ };
1429
+ modelValue: import("vue-types").VueTypeValidableDef<any>;
1430
+ }>> & {
1431
+ onFocus?: (...args: any[]) => any;
1432
+ onEnter?: (...args: any[]) => any;
1433
+ "onUpdate:modelValue"?: (...args: any[]) => any;
1434
+ onRemove?: (...args: any[]) => any;
1435
+ }, {
1436
+ value: any;
1437
+ inputRef: import("vue").Ref<HTMLElement>;
1438
+ handleRemoveTag: (data: import("./type").ISelectedData) => void;
1439
+ handleFocus: () => void;
1440
+ focus: () => void;
1441
+ handleInput: (e: any) => void;
1442
+ handleKeydown: (e: any) => void;
1443
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("focus" | "update:modelValue" | "remove" | "enter")[], string, {
1444
+ placeholder: string;
1445
+ selected: import("./type").ISelectedData[];
1446
+ tagTheme: string;
1447
+ filterable: boolean;
1448
+ allowCreate: boolean;
1449
+ }> & {
1450
+ beforeCreate?: (() => void) | (() => void)[];
1451
+ created?: (() => void) | (() => void)[];
1452
+ beforeMount?: (() => void) | (() => void)[];
1453
+ mounted?: (() => void) | (() => void)[];
1454
+ beforeUpdate?: (() => void) | (() => void)[];
1455
+ updated?: (() => void) | (() => void)[];
1456
+ activated?: (() => void) | (() => void)[];
1457
+ deactivated?: (() => void) | (() => void)[];
1458
+ beforeDestroy?: (() => void) | (() => void)[];
1459
+ beforeUnmount?: (() => void) | (() => void)[];
1460
+ destroyed?: (() => void) | (() => void)[];
1461
+ unmounted?: (() => void) | (() => void)[];
1462
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
1463
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
1464
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void)[];
1465
+ };
1466
+ $forceUpdate: () => void;
1467
+ $nextTick: typeof import("vue").nextTick;
1468
+ $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
1469
+ } & Readonly<import("vue").ExtractPropTypes<{
1470
+ selected: {
1471
+ type: import("vue-types/dist/types").PropType<import("./type").ISelectedData[]>;
1472
+ default: () => any[];
1473
+ };
1474
+ tagTheme: import("vue-types").VueTypeDef<string> & {
1475
+ default: string;
1476
+ };
1477
+ placeholder: import("vue-types").VueTypeValidableDef<string> & {
1478
+ default: string;
1479
+ } & {
1480
+ default: string;
1481
+ };
1482
+ filterable: import("vue-types").VueTypeValidableDef<boolean> & {
1483
+ default: boolean;
1484
+ } & {
1485
+ default: boolean;
1486
+ };
1487
+ allowCreate: import("vue-types").VueTypeValidableDef<boolean> & {
1488
+ default: boolean;
1489
+ } & {
1490
+ default: boolean;
1491
+ };
1492
+ modelValue: import("vue-types").VueTypeValidableDef<any>;
1493
+ }>> & {
1494
+ onFocus?: (...args: any[]) => any;
1495
+ onEnter?: (...args: any[]) => any;
1496
+ "onUpdate:modelValue"?: (...args: any[]) => any;
1497
+ onRemove?: (...args: any[]) => any;
1498
+ } & import("vue").ShallowUnwrapRef<{
1499
+ value: any;
1500
+ inputRef: import("vue").Ref<HTMLElement>;
1501
+ handleRemoveTag: (data: import("./type").ISelectedData) => void;
1502
+ handleFocus: () => void;
1503
+ focus: () => void;
1504
+ handleInput: (e: any) => void;
1505
+ handleKeydown: (e: any) => void;
1506
+ }> & {} & {} & import("vue").ComponentCustomProperties>;
1507
+ searchLoading: import("vue").Ref<boolean>;
1508
+ isOptionsEmpty: import("vue").ComputedRef<boolean>;
1509
+ isSearchEmpty: import("vue").ComputedRef<boolean>;
1510
+ isFocus: import("vue").Ref<boolean>;
1511
+ isShowSelectContent: import("vue").ComputedRef<boolean>;
1512
+ curContentText: import("vue").ComputedRef<string>;
1513
+ isGroup: import("vue").ComputedRef<boolean>;
1514
+ searchKey: import("vue").Ref<string>;
1515
+ setHover: () => void;
1516
+ cancelHover: () => void;
1517
+ handleFocus: () => void;
1518
+ handleTogglePopover: () => void;
1519
+ handleClear: (e: Event) => void;
1520
+ onPopoverFirstUpdate: import("@bkui-vue/shared").OnFirstUpdateFnType;
1521
+ hidePopover: () => void;
1522
+ showPopover: () => void;
1523
+ handleToggleAll: () => void;
1524
+ handleOptionSelected: (option: {
1525
+ $: import("vue").ComponentInternalInstance;
1526
+ $data: {};
1527
+ $props: Partial<{
1528
+ label: string;
1529
+ disabled: boolean;
1530
+ }> & Omit<Readonly<import("vue").ExtractPropTypes<{
1531
+ value: import("vue-types").VueTypeValidableDef<any>;
1532
+ label: import("vue-types").VueTypeValidableDef<string> & {
1533
+ default: string;
1534
+ };
1535
+ disabled: import("vue-types").VueTypeValidableDef<boolean> & {
1536
+ default: boolean;
1537
+ } & {
1538
+ default: boolean;
1539
+ };
1540
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "label" | "disabled">;
1541
+ $attrs: {
1542
+ [x: string]: unknown;
1543
+ };
1544
+ $refs: {
1545
+ [x: string]: unknown;
1546
+ };
1547
+ $slots: Readonly<{
1548
+ [name: string]: import("vue").Slot;
1549
+ }>;
1550
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
1551
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
1552
+ $emit: (event: string, ...args: any[]) => void;
1553
+ $el: any;
1554
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
1555
+ value: import("vue-types").VueTypeValidableDef<any>;
1556
+ label: import("vue-types").VueTypeValidableDef<string> & {
1557
+ default: string;
1558
+ };
1559
+ disabled: import("vue-types").VueTypeValidableDef<boolean> & {
1560
+ default: boolean;
1561
+ } & {
1562
+ default: boolean;
1563
+ };
1564
+ }>>, {
1565
+ selected: import("vue").ComputedRef<boolean>;
1566
+ multiple: import("vue").ComputedRef<boolean>;
1567
+ isHover: import("vue").ComputedRef<boolean>;
1568
+ handleOptionClick: () => void;
1569
+ handleMouseEnter: () => void;
1570
+ visible: import("vue").Ref<boolean>;
1571
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
1572
+ label: string;
1573
+ disabled: boolean;
1574
+ }> & {
1575
+ beforeCreate?: (() => void) | (() => void)[];
1576
+ created?: (() => void) | (() => void)[];
1577
+ beforeMount?: (() => void) | (() => void)[];
1578
+ mounted?: (() => void) | (() => void)[];
1579
+ beforeUpdate?: (() => void) | (() => void)[];
1580
+ updated?: (() => void) | (() => void)[];
1581
+ activated?: (() => void) | (() => void)[];
1582
+ deactivated?: (() => void) | (() => void)[];
1583
+ beforeDestroy?: (() => void) | (() => void)[];
1584
+ beforeUnmount?: (() => void) | (() => void)[];
1585
+ destroyed?: (() => void) | (() => void)[];
1586
+ unmounted?: (() => void) | (() => void)[];
1587
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
1588
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
1589
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void)[];
1590
+ };
1591
+ $forceUpdate: () => void;
1592
+ $nextTick: typeof import("vue").nextTick;
1593
+ $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
1594
+ } & Readonly<import("vue").ExtractPropTypes<{
1595
+ value: import("vue-types").VueTypeValidableDef<any>;
1596
+ label: import("vue-types").VueTypeValidableDef<string> & {
1597
+ default: string;
1598
+ };
1599
+ disabled: import("vue-types").VueTypeValidableDef<boolean> & {
1600
+ default: boolean;
1601
+ } & {
1602
+ default: boolean;
1603
+ };
1604
+ }>> & import("vue").ShallowUnwrapRef<{
1605
+ selected: import("vue").ComputedRef<boolean>;
1606
+ multiple: import("vue").ComputedRef<boolean>;
1607
+ isHover: import("vue").ComputedRef<boolean>;
1608
+ handleOptionClick: () => void;
1609
+ handleMouseEnter: () => void;
1610
+ visible: import("vue").Ref<boolean>;
1611
+ }> & {} & {} & import("vue").ComponentCustomProperties) => void;
1612
+ handleClickOutside: () => void;
1613
+ handleScroll: (e: any) => void;
1614
+ handleDeleteTag: (data: import("./type").ISelectedData) => void;
1615
+ handleInputChange: (value: any) => void;
1616
+ handleInputEnter: (value: any, e: Event) => void;
1617
+ handleKeydown: (e: KeyboardEvent) => void;
1618
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "toggle" | "clear" | "update:modelValue" | "scroll-end")[], "change" | "toggle" | "clear" | "update:modelValue" | "scroll-end", {
1619
+ placeholder: string;
1620
+ size: string;
1621
+ multiple: boolean;
1622
+ disabled: boolean;
1623
+ loading: boolean;
1624
+ clearable: boolean;
1625
+ behavior: string;
1626
+ showOnInit: boolean;
1627
+ tagTheme: string;
1628
+ filterable: boolean;
1629
+ allowCreate: boolean;
1630
+ popoverMinWidth: number;
1631
+ remoteMethod: (...args: any[]) => any;
1632
+ scrollHeight: number;
1633
+ showSelectAll: boolean;
1634
+ multipleMode: string;
1635
+ collapseTags: boolean;
1636
+ noDataText: string;
1637
+ noMatchText: string;
1638
+ loadingText: string;
1639
+ selectAllText: string;
1640
+ scrollLoading: boolean;
1641
+ }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin & Readonly<{
1642
+ Option: import("vue").DefineComponent<{
1643
+ value: import("vue-types").VueTypeValidableDef<any>;
1644
+ label: import("vue-types").VueTypeValidableDef<string> & {
1645
+ default: string;
1646
+ };
1647
+ disabled: import("vue-types").VueTypeValidableDef<boolean> & {
1648
+ default: boolean;
1649
+ } & {
1650
+ default: boolean;
1651
+ };
1652
+ }, {
1653
+ selected: import("vue").ComputedRef<boolean>;
1654
+ multiple: import("vue").ComputedRef<boolean>;
1655
+ isHover: import("vue").ComputedRef<boolean>;
1656
+ handleOptionClick: () => void;
1657
+ handleMouseEnter: () => void;
1658
+ visible: import("vue").Ref<boolean>;
1659
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1660
+ value: import("vue-types").VueTypeValidableDef<any>;
1661
+ label: import("vue-types").VueTypeValidableDef<string> & {
1662
+ default: string;
1663
+ };
1664
+ disabled: import("vue-types").VueTypeValidableDef<boolean> & {
1665
+ default: boolean;
1666
+ } & {
1667
+ default: boolean;
1668
+ };
1669
+ }>>, {
1670
+ label: string;
1671
+ disabled: boolean;
1672
+ }>;
1673
+ Group: import("vue").DefineComponent<{
1674
+ label: import("vue-types").VueTypeValidableDef<string> & {
1675
+ default: string;
1676
+ } & {
1677
+ default: string;
1678
+ };
1679
+ disabled: import("vue-types").VueTypeValidableDef<boolean> & {
1680
+ default: boolean;
1681
+ } & {
1682
+ default: boolean;
1683
+ };
1684
+ collapsible: import("vue-types").VueTypeValidableDef<boolean> & {
1685
+ default: boolean;
1686
+ } & {
1687
+ default: boolean;
1688
+ };
1689
+ collapse: import("vue-types").VueTypeValidableDef<boolean> & {
1690
+ default: boolean;
1691
+ } & {
1692
+ default: boolean;
1693
+ };
1694
+ }, {
1695
+ groupLabel: import("vue").ComputedRef<string>;
1696
+ handleToggleCollapse: () => void;
1697
+ groupCollapse: import("vue").Ref<boolean>;
1698
+ visible: import("vue").Ref<boolean>;
1699
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1700
+ label: import("vue-types").VueTypeValidableDef<string> & {
1701
+ default: string;
1702
+ } & {
1703
+ default: string;
1704
+ };
1705
+ disabled: import("vue-types").VueTypeValidableDef<boolean> & {
1706
+ default: boolean;
1707
+ } & {
1708
+ default: boolean;
1709
+ };
1710
+ collapsible: import("vue-types").VueTypeValidableDef<boolean> & {
1711
+ default: boolean;
1712
+ } & {
1713
+ default: boolean;
1714
+ };
1715
+ collapse: import("vue-types").VueTypeValidableDef<boolean> & {
1716
+ default: boolean;
1717
+ } & {
1718
+ default: boolean;
1719
+ };
1720
+ }>>, {
1721
+ label: string;
1722
+ collapse: boolean;
1723
+ disabled: boolean;
1724
+ collapsible: boolean;
1725
+ }>;
1726
+ }>;
1727
+ export default BkSelect;
1728
+ export { BkSelect, Option as BkOption, OptionGroup as BkOptionGroup, };