bkui-vue 0.0.1-beta.33 → 0.0.1-beta.331

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