bkui-vue 2.0.2-beta.9 → 2.0.2-beta.90

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 (343) hide show
  1. package/License.txt +1 -2
  2. package/dist/cli.css +1 -0
  3. package/dist/index.cjs.js +166 -138
  4. package/dist/index.esm.js +24631 -18441
  5. package/dist/index.umd.js +166 -138
  6. package/dist/locale/en.esm.js.map +1 -1
  7. package/dist/locale/en.umd.js.map +1 -1
  8. package/dist/locale/ja-jp.esm.js +2 -0
  9. package/dist/locale/ja-jp.esm.js.map +1 -0
  10. package/dist/locale/ja-jp.umd.js +2 -0
  11. package/dist/locale/ja-jp.umd.js.map +1 -0
  12. package/dist/locale/zh-cn.esm.js.map +1 -1
  13. package/dist/locale/zh-cn.umd.js.map +1 -1
  14. package/dist/style.variable.css +1 -1
  15. package/lib/affix/affix.variable.css +2 -1
  16. package/lib/affix/index.js +2 -2
  17. package/lib/alert/alert.variable.css +2 -1
  18. package/lib/alert/index.js +16 -5
  19. package/lib/animate-number/index.js +2 -2
  20. package/lib/backtop/backtop.variable.css +2 -1
  21. package/lib/backtop/index.js +2 -2
  22. package/lib/badge/badge.variable.css +2 -1
  23. package/lib/badge/index.js +2 -2
  24. package/lib/breadcrumb/breadcrumb.variable.css +2 -1
  25. package/lib/breadcrumb/index.js +3 -3
  26. package/lib/button/button.d.ts +1 -1
  27. package/lib/button/button.variable.css +2 -1
  28. package/lib/button/index.js +3 -3
  29. package/lib/card/card.variable.css +2 -1
  30. package/lib/card/index.js +2 -2
  31. package/lib/cascader/cascader.css +52 -25
  32. package/lib/cascader/cascader.d.ts +309 -0
  33. package/lib/cascader/cascader.less +109 -75
  34. package/lib/cascader/cascader.variable.css +54 -26
  35. package/lib/cascader/index.d.ts +618 -0
  36. package/lib/cascader/index.js +147 -65
  37. package/lib/checkbox/checkbox.variable.css +2 -1
  38. package/lib/checkbox/index.js +5 -5
  39. package/lib/code-diff/code-diff.variable.css +2 -1
  40. package/lib/code-diff/index.js +2 -2
  41. package/lib/collapse/collapse.variable.css +2 -1
  42. package/lib/collapse/index.js +3 -3
  43. package/lib/collapse-transition/collapse-transition.variable.css +2 -1
  44. package/lib/collapse-transition/index.js +2 -2
  45. package/lib/color-picker/color-picker.variable.css +2 -1
  46. package/lib/color-picker/index.js +64 -55
  47. package/lib/components.js +1 -1
  48. package/lib/config-provider/config-provider.variable.css +2 -1
  49. package/lib/config-provider/index.d.ts +1 -1
  50. package/lib/config-provider/index.js +6 -6
  51. package/lib/container/container.variable.css +2 -1
  52. package/lib/container/index.js +5 -5
  53. package/lib/date-picker/date-picker.d.ts +2 -1
  54. package/lib/date-picker/date-picker.variable.css +2 -1
  55. package/lib/date-picker/index.d.ts +6 -2
  56. package/lib/date-picker/index.js +79 -76
  57. package/lib/date-picker/panel/date-range.d.ts +2 -1
  58. package/lib/date-picker/panel/time.d.ts +1 -1
  59. package/lib/date-picker/utils.d.ts +5 -17
  60. package/lib/dialog/dialog.css +20 -1
  61. package/lib/dialog/dialog.variable.css +22 -2
  62. package/lib/dialog/index.js +13 -36
  63. package/lib/directives/index.js +8 -9
  64. package/lib/dist.index.js +1 -1
  65. package/lib/divider/divider.variable.css +2 -1
  66. package/lib/divider/index.js +3 -3
  67. package/lib/dropdown/dropdown.d.ts +1 -0
  68. package/lib/dropdown/dropdown.variable.css +2 -1
  69. package/lib/dropdown/index.d.ts +3 -0
  70. package/lib/dropdown/index.js +15 -10
  71. package/lib/exception/exception.variable.css +2 -1
  72. package/lib/exception/index.js +2 -2
  73. package/lib/fixed-navbar/fixed-navbar.variable.css +2 -1
  74. package/lib/fixed-navbar/index.js +2 -2
  75. package/lib/form/form-item.d.ts +19 -0
  76. package/lib/form/form.css +17 -4
  77. package/lib/form/form.less +25 -6
  78. package/lib/form/form.variable.css +19 -5
  79. package/lib/form/index.d.ts +13 -0
  80. package/lib/form/index.js +43 -50
  81. package/lib/hooks.js +1 -1
  82. package/lib/icon/angle-double-down-line.js +1 -1
  83. package/lib/icon/angle-double-left-line.js +1 -1
  84. package/lib/icon/angle-double-left.js +1 -1
  85. package/lib/icon/angle-double-right-line.js +1 -1
  86. package/lib/icon/angle-double-right.js +1 -1
  87. package/lib/icon/angle-double-up-line.js +1 -1
  88. package/lib/icon/angle-down-fill.js +1 -1
  89. package/lib/icon/angle-down-line.js +1 -1
  90. package/lib/icon/angle-down.js +1 -1
  91. package/lib/icon/angle-left.js +1 -1
  92. package/lib/icon/angle-right.js +1 -1
  93. package/lib/icon/angle-up-fill.js +1 -1
  94. package/lib/icon/angle-up.js +1 -1
  95. package/lib/icon/archive-fill.js +1 -1
  96. package/lib/icon/arrows-left.js +1 -1
  97. package/lib/icon/arrows-right.js +1 -1
  98. package/lib/icon/assistant.js +1 -1
  99. package/lib/icon/audio-fill.js +1 -1
  100. package/lib/icon/bk.js +1 -1
  101. package/lib/icon/circle.js +1 -1
  102. package/lib/icon/close-line.js +1 -1
  103. package/lib/icon/close.js +1 -1
  104. package/lib/icon/code.js +1 -1
  105. package/lib/icon/cog-shape.js +1 -1
  106. package/lib/icon/collapse-left.js +1 -1
  107. package/lib/icon/copy-shape.js +1 -1
  108. package/lib/icon/copy.js +1 -1
  109. package/lib/icon/data-shape.js +1 -1
  110. package/lib/icon/del.js +1 -1
  111. package/lib/icon/doc-fill.js +1 -1
  112. package/lib/icon/done.js +1 -1
  113. package/lib/icon/down-shape.js +1 -1
  114. package/lib/icon/down-small.js +1 -1
  115. package/lib/icon/edit-line.js +1 -1
  116. package/lib/icon/ellipsis.js +1 -1
  117. package/lib/icon/enlarge-line.js +1 -1
  118. package/lib/icon/error.js +1 -1
  119. package/lib/icon/excel-fill.js +1 -1
  120. package/lib/icon/exclamation-circle-shape.js +1 -1
  121. package/lib/icon/eye.js +1 -1
  122. package/lib/icon/filliscreen-line.js +1 -1
  123. package/lib/icon/fix-line.js +1 -1
  124. package/lib/icon/fix-shape.js +1 -1
  125. package/lib/icon/folder-open.js +1 -1
  126. package/lib/icon/folder-shape-open.js +1 -1
  127. package/lib/icon/folder-shape.js +1 -1
  128. package/lib/icon/folder.js +1 -1
  129. package/lib/icon/funnel.js +1 -1
  130. package/lib/icon/grag-fill.js +1 -1
  131. package/lib/icon/help-document-fill.js +1 -1
  132. package/lib/icon/help-fill.js +1 -1
  133. package/lib/icon/help.js +1 -1
  134. package/lib/icon/image-fill.js +1 -1
  135. package/lib/icon/img-error.js +1 -1
  136. package/lib/icon/img-placehoulder.js +1 -1
  137. package/lib/icon/index.js +1 -1
  138. package/lib/icon/info-line.js +1 -1
  139. package/lib/icon/info.js +1 -1
  140. package/lib/icon/left-shape.js +1 -1
  141. package/lib/icon/left-turn-line.js +1 -1
  142. package/lib/icon/loading.js +1 -1
  143. package/lib/icon/narrow-line.js +1 -1
  144. package/lib/icon/original.js +1 -1
  145. package/lib/icon/pdf-fill.js +1 -1
  146. package/lib/icon/play-shape.js +1 -1
  147. package/lib/icon/plus.js +1 -1
  148. package/lib/icon/ppt-fill.js +1 -1
  149. package/lib/icon/qq.js +1 -1
  150. package/lib/icon/right-shape.js +1 -1
  151. package/lib/icon/right-turn-line.js +1 -1
  152. package/lib/icon/search.js +1 -1
  153. package/lib/icon/share.js +1 -1
  154. package/lib/icon/spinner.js +1 -1
  155. package/lib/icon/success.js +1 -1
  156. package/lib/icon/switcher-loading.js +1 -1
  157. package/lib/icon/text-all.js +1 -1
  158. package/lib/icon/text-file.js +1 -1
  159. package/lib/icon/text-fill.js +1 -1
  160. package/lib/icon/transfer.js +1 -1
  161. package/lib/icon/tree-application-shape.js +1 -1
  162. package/lib/icon/unfull-screen.js +1 -1
  163. package/lib/icon/unvisible.js +1 -1
  164. package/lib/icon/up-shape.js +1 -1
  165. package/lib/icon/upload.js +1 -1
  166. package/lib/icon/video-fill.js +1 -1
  167. package/lib/icon/warn.js +1 -1
  168. package/lib/icon/weixin-pro.js +1 -1
  169. package/lib/icon/weixin.js +1 -1
  170. package/lib/image/image-viewer.variable.css +2 -1
  171. package/lib/image/image.variable.css +2 -1
  172. package/lib/image/index.js +11 -12
  173. package/lib/index.js +1 -1
  174. package/lib/info-box/index.js +22 -7
  175. package/lib/info-box/info-box.css +20 -1
  176. package/lib/info-box/info-box.d.ts +1 -0
  177. package/lib/info-box/info-box.less +28 -2
  178. package/lib/info-box/info-box.variable.css +23 -3
  179. package/lib/input/index.d.ts +45 -20
  180. package/lib/input/index.js +57 -29
  181. package/lib/input/input.css +6 -0
  182. package/lib/input/input.d.ts +35 -17
  183. package/lib/input/input.less +7 -0
  184. package/lib/input/input.variable.css +8 -1
  185. package/lib/link/index.js +2 -2
  186. package/lib/link/link.variable.css +2 -1
  187. package/lib/loading/index.js +15 -7
  188. package/lib/loading/loading.variable.css +2 -1
  189. package/lib/locale/index.d.ts +1 -0
  190. package/lib/locale/index.js +172 -4
  191. package/lib/locale/lang/ja-jp.d.ts +3 -0
  192. package/lib/menu/index.js +12 -9
  193. package/lib/menu/menu.css +5 -4
  194. package/lib/menu/menu.less +1 -0
  195. package/lib/menu/menu.variable.css +7 -5
  196. package/lib/menu/submenu.variable.css +2 -1
  197. package/lib/message/index.js +62 -28
  198. package/lib/message/message.variable.css +2 -1
  199. package/lib/message/messageConstructor.d.ts +1 -1
  200. package/lib/modal/index.js +19 -8
  201. package/lib/modal/modal.css +20 -1
  202. package/lib/modal/modal.variable.css +22 -2
  203. package/lib/navigation/index.js +3 -3
  204. package/lib/navigation/navigation.css +29 -29
  205. package/lib/navigation/navigation.less +29 -29
  206. package/lib/navigation/navigation.variable.css +31 -30
  207. package/lib/notify/index.js +43 -24
  208. package/lib/notify/notify.variable.css +2 -1
  209. package/lib/overflow-title/components/overflow-title.d.ts +6 -2
  210. package/lib/overflow-title/index.d.ts +12 -4
  211. package/lib/overflow-title/index.js +3 -3
  212. package/lib/overflow-title/props.d.ts +3 -1
  213. package/lib/pagination/index.js +22 -14
  214. package/lib/pagination/pagination.css +1 -0
  215. package/lib/pagination/pagination.less +1 -0
  216. package/lib/pagination/pagination.variable.css +3 -1
  217. package/lib/pop-confirm/index.d.ts +592 -0
  218. package/lib/pop-confirm/index.js +10 -6
  219. package/lib/pop-confirm/pop-confirm.d.ts +296 -0
  220. package/lib/pop-confirm/pop-confirm.variable.css +2 -1
  221. package/lib/pop-confirm/props.d.ts +148 -0
  222. package/lib/popover/index.d.ts +18 -10
  223. package/lib/popover/index.js +281 -76
  224. package/lib/popover/popover.d.ts +8 -4
  225. package/lib/popover/popover.variable.css +2 -1
  226. package/lib/popover/props.d.ts +3 -1
  227. package/lib/popover/use-floating.d.ts +2 -2
  228. package/lib/popover/use-popover-init.d.ts +2 -2
  229. package/lib/popover/use-popper-id.d.ts +3 -1
  230. package/lib/popover2/index.js +2 -2
  231. package/lib/preset.js +1 -1
  232. package/lib/process/index.js +2 -2
  233. package/lib/process/process.d.ts +1 -1
  234. package/lib/process/process.variable.css +2 -1
  235. package/lib/progress/index.js +4 -4
  236. package/lib/progress/progress.variable.css +2 -1
  237. package/lib/radio/index.js +5 -5
  238. package/lib/radio/radio.variable.css +2 -1
  239. package/lib/rate/index.js +3 -3
  240. package/lib/rate/rate.variable.css +2 -1
  241. package/lib/resize-layout/index.js +2 -2
  242. package/lib/resize-layout/resize-layout.css +1 -0
  243. package/lib/resize-layout/resize-layout.less +1 -0
  244. package/lib/resize-layout/resize-layout.variable.css +3 -1
  245. package/lib/scrollbar/css/scrollbar.variable.css +2 -1
  246. package/lib/scrollbar/index.js +6 -6
  247. package/lib/search-select/index.d.ts +43 -15
  248. package/lib/search-select/index.js +88 -37
  249. package/lib/search-select/input.d.ts +5 -1
  250. package/lib/search-select/search-select.d.ts +14 -5
  251. package/lib/search-select/search-select.variable.css +2 -1
  252. package/lib/search-select/selected.d.ts +10 -2
  253. package/lib/search-select/utils.d.ts +1 -0
  254. package/lib/select/common.d.ts +0 -1
  255. package/lib/select/index.d.ts +58 -11
  256. package/lib/select/index.js +68 -66
  257. package/lib/select/optionGroup.d.ts +12 -1
  258. package/lib/select/select.d.ts +21 -4
  259. package/lib/select/select.variable.css +2 -1
  260. package/lib/select/type.d.ts +1 -0
  261. package/lib/shared/index.d.ts +1 -1
  262. package/lib/shared/index.js +10 -10
  263. package/lib/shared/z-index-manager.d.ts +1 -1
  264. package/lib/sideslider/index.d.ts +129 -2
  265. package/lib/sideslider/index.js +149 -11
  266. package/lib/sideslider/sideslider.css +62 -0
  267. package/lib/sideslider/sideslider.d.ts +59 -1
  268. package/lib/sideslider/sideslider.less +83 -0
  269. package/lib/sideslider/sideslider.variable.css +64 -1
  270. package/lib/slider/index.d.ts +1 -1
  271. package/lib/slider/index.js +5 -4
  272. package/lib/slider/slider-button.d.ts +1 -1
  273. package/lib/slider/slider.d.ts +1 -1
  274. package/lib/slider/slider.variable.css +2 -1
  275. package/lib/steps/index.js +13 -14
  276. package/lib/steps/steps.css +24 -11
  277. package/lib/steps/steps.d.ts +1 -1
  278. package/lib/steps/steps.less +28 -10
  279. package/lib/steps/steps.variable.css +26 -12
  280. package/lib/styles/mixins/animate.variable.css +2 -1
  281. package/lib/styles/mixins/popper.variable.css +2 -1
  282. package/lib/styles/mixins/scroll.variable.css +2 -1
  283. package/lib/styles/reset.variable.css +2 -1
  284. package/lib/styles/themes/themes.less +4 -1
  285. package/lib/swiper/index.js +2 -2
  286. package/lib/swiper/swiper.variable.css +2 -1
  287. package/lib/switcher/index.js +2 -2
  288. package/lib/switcher/switcher.variable.css +2 -1
  289. package/lib/tab/index.d.ts +12 -0
  290. package/lib/tab/index.js +22 -17
  291. package/lib/tab/props.d.ts +3 -0
  292. package/lib/tab/tab.d.ts +6 -0
  293. package/lib/tab/tab.variable.css +2 -1
  294. package/lib/table/index.js +35 -36
  295. package/lib/table/plugins/head-filter.variable.css +2 -1
  296. package/lib/table/plugins/head-sort.variable.css +2 -1
  297. package/lib/table/plugins/settings.variable.css +2 -1
  298. package/lib/table/table.css +1 -0
  299. package/lib/table/table.variable.css +3 -1
  300. package/lib/table-column/index.js +1 -1
  301. package/lib/tag/index.d.ts +23 -0
  302. package/lib/tag/index.js +10 -5
  303. package/lib/tag/tag.d.ts +11 -0
  304. package/lib/tag/tag.variable.css +2 -1
  305. package/lib/tag-input/index.d.ts +82 -9
  306. package/lib/tag-input/index.js +1639 -54
  307. package/lib/tag-input/tag-input.css +31 -0
  308. package/lib/tag-input/tag-input.d.ts +36 -4
  309. package/lib/tag-input/tag-input.less +36 -0
  310. package/lib/tag-input/tag-input.variable.css +33 -1
  311. package/lib/tag-input/tag-props.d.ts +13 -1
  312. package/lib/tag-input/tag-render.d.ts +24 -2
  313. package/lib/time-picker/index.js +1 -1
  314. package/lib/time-picker/time-picker.variable.css +2 -1
  315. package/lib/timeline/index.d.ts +7 -7
  316. package/lib/timeline/index.js +1375 -9
  317. package/lib/timeline/timeline.d.ts +5 -5
  318. package/lib/timeline/timeline.variable.css +2 -1
  319. package/lib/transfer/index.d.ts +1 -24
  320. package/lib/transfer/index.js +21 -11
  321. package/lib/transfer/props.d.ts +0 -5
  322. package/lib/transfer/transfer.css +26 -8
  323. package/lib/transfer/transfer.d.ts +1 -12
  324. package/lib/transfer/transfer.less +18 -8
  325. package/lib/transfer/transfer.variable.css +28 -9
  326. package/lib/tree/constant.d.ts +2 -0
  327. package/lib/tree/index.d.ts +67 -11
  328. package/lib/tree/index.js +17694 -103
  329. package/lib/tree/props.d.ts +37 -3
  330. package/lib/tree/tree.css +34 -0
  331. package/lib/tree/tree.d.ts +31 -5
  332. package/lib/tree/tree.less +41 -2
  333. package/lib/tree/tree.variable.css +36 -1
  334. package/lib/tree/use-array-move.d.ts +6 -0
  335. package/lib/tree/use-node-action.d.ts +3 -1
  336. package/lib/tree/use-node-attribute.d.ts +3 -0
  337. package/lib/upload/index.js +8 -8
  338. package/lib/upload/upload.variable.css +2 -1
  339. package/lib/virtual-render/index.js +7 -7
  340. package/lib/virtual-render/virtual-render.variable.css +2 -1
  341. package/lib/volar.components.d.ts +2 -1
  342. package/package.json +13 -2
  343. package/dist/style.css +0 -1
@@ -49,6 +49,7 @@ declare const _default: import("vue").DefineComponent<{
49
49
  menuList: Ref<ISearchItem[]>;
50
50
  menuHoverId: Ref<string>;
51
51
  isFocus: Ref<boolean>;
52
+ isComposition: Ref<boolean>;
52
53
  usingItem: Ref<SelectedItem>;
53
54
  showPopover: Ref<boolean>;
54
55
  showNoSelectValueError: Ref<boolean>;
@@ -72,7 +73,7 @@ declare const _default: import("vue").DefineComponent<{
72
73
  inputClearForWrapper: () => void;
73
74
  deleteInputTextNode: () => void;
74
75
  customPanelSubmit: (value: string) => void;
75
- refleshMenuHover: () => void;
76
+ refreshMenuHover: () => void;
76
77
  t: import("vue").ComputedRef<{
77
78
  pleaseSelect: string;
78
79
  loading: string;
@@ -84,6 +85,9 @@ declare const _default: import("vue").DefineComponent<{
84
85
  logical: string;
85
86
  }>;
86
87
  inputKey: Ref<string>;
88
+ handleCompositionEnd: (event: CompositionEvent) => void;
89
+ handleCompositionStart: () => void;
90
+ handleInputCopy: (event: ClipboardEvent) => void;
87
91
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("focus" | "delete" | "add" | "selectKey")[], "focus" | "delete" | "add" | "selectKey", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
88
92
  data: {
89
93
  type: PropType<ISearchItem[]>;
@@ -122,6 +122,7 @@ declare const _default: import("vue").DefineComponent<{
122
122
  menuList: import("vue").Ref<ISearchItem[]>;
123
123
  menuHoverId: import("vue").Ref<string>;
124
124
  isFocus: import("vue").Ref<boolean>;
125
+ isComposition: import("vue").Ref<boolean>;
125
126
  usingItem: import("vue").Ref<SelectedItem>;
126
127
  showPopover: import("vue").Ref<boolean>;
127
128
  showNoSelectValueError: import("vue").Ref<boolean>;
@@ -145,7 +146,7 @@ declare const _default: import("vue").DefineComponent<{
145
146
  inputClearForWrapper: () => void;
146
147
  deleteInputTextNode: () => void;
147
148
  customPanelSubmit: (value: string) => void;
148
- refleshMenuHover: () => void;
149
+ refreshMenuHover: () => void;
149
150
  t: import("vue").ComputedRef<{
150
151
  pleaseSelect: string;
151
152
  loading: string;
@@ -157,6 +158,9 @@ declare const _default: import("vue").DefineComponent<{
157
158
  logical: string;
158
159
  }>;
159
160
  inputKey: import("vue").Ref<string>;
161
+ handleCompositionEnd: (event: CompositionEvent) => void;
162
+ handleCompositionStart: () => void;
163
+ handleInputCopy: (event: ClipboardEvent) => void;
160
164
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("focus" | "delete" | "add" | "selectKey")[], import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
161
165
  data: {
162
166
  type: PropType<ISearchItem[]>;
@@ -255,6 +259,7 @@ declare const _default: import("vue").DefineComponent<{
255
259
  menuList: import("vue").Ref<ISearchItem[]>;
256
260
  menuHoverId: import("vue").Ref<string>;
257
261
  isFocus: import("vue").Ref<boolean>;
262
+ isComposition: import("vue").Ref<boolean>;
258
263
  usingItem: import("vue").Ref<SelectedItem>;
259
264
  showPopover: import("vue").Ref<boolean>;
260
265
  showNoSelectValueError: import("vue").Ref<boolean>;
@@ -278,7 +283,7 @@ declare const _default: import("vue").DefineComponent<{
278
283
  inputClearForWrapper: () => void;
279
284
  deleteInputTextNode: () => void;
280
285
  customPanelSubmit: (value: string) => void;
281
- refleshMenuHover: () => void;
286
+ refreshMenuHover: () => void;
282
287
  t: import("vue").ComputedRef<{
283
288
  pleaseSelect: string;
284
289
  loading: string;
@@ -290,6 +295,9 @@ declare const _default: import("vue").DefineComponent<{
290
295
  logical: string;
291
296
  }>;
292
297
  inputKey: import("vue").Ref<string>;
298
+ handleCompositionEnd: (event: CompositionEvent) => void;
299
+ handleCompositionStart: () => void;
300
+ handleInputCopy: (event: ClipboardEvent) => void;
293
301
  }, {}, {}, {}, {
294
302
  maxHeight: number;
295
303
  mode: import("./utils").SearchInputMode;
@@ -406,7 +414,7 @@ declare const _default: import("vue").DefineComponent<{
406
414
  handleWrapClick: () => void;
407
415
  handleInputFocus: (v: boolean) => void;
408
416
  handleResize: () => void;
409
- handleClearAll: () => void;
417
+ handleClearAll: (e: MouseEvent) => void;
410
418
  handleInputOutside: (target: Node) => boolean;
411
419
  handleAddSelected: (item: SelectedItem) => void;
412
420
  handleDeleteSelected: (index?: number) => void;
@@ -424,7 +432,7 @@ declare const _default: import("vue").DefineComponent<{
424
432
  and: string;
425
433
  logical: string;
426
434
  }>;
427
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("search" | "update:modelValue" | "selectKey")[], "search" | "update:modelValue" | "selectKey", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
435
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("copy" | "search" | "update:modelValue" | "selectKey")[], "copy" | "search" | "update:modelValue" | "selectKey", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
428
436
  data: {
429
437
  type: PropType<Omit<ISearchItem, "value" | "isSelected">[]>;
430
438
  default: () => any[];
@@ -458,9 +466,10 @@ declare const _default: import("vue").DefineComponent<{
458
466
  validator(v: ValueBehavior): boolean;
459
467
  };
460
468
  }>> & {
469
+ onCopy?: (...args: any[]) => any;
470
+ onSearch?: (...args: any[]) => any;
461
471
  "onUpdate:modelValue"?: (...args: any[]) => any;
462
472
  onSelectKey?: (...args: any[]) => any;
463
- onSearch?: (...args: any[]) => any;
464
473
  }, {
465
474
  data: Omit<ISearchItem, "value" | "isSelected">[];
466
475
  maxHeight: number;
@@ -99,7 +99,7 @@
99
99
  --submenu-bg-color: #151d2c;
100
100
  --menu-active-bg-color: linear-gradient(90deg, #3f87ff 0%, #3a84ff 100%);
101
101
  --menu-color: #96a2b9;
102
- --menu-group-color: var(--default-color);
102
+ --menu-group-color: #6E788B;
103
103
  --menu-width: 260px;
104
104
  --menu-collapse-width: 60px;
105
105
  --menu-active-color: white;
@@ -128,6 +128,7 @@
128
128
  --search-select-menu-border-color: var(--disable-color);
129
129
  --select-active-color: #e1ecff;
130
130
  --select-hover-color: #f5f7fa;
131
+ --sub-title-bg-color: #f5f6fa;
131
132
  }
132
133
  @keyframes loading-scale-animate {
133
134
  0% {
@@ -78,6 +78,7 @@ declare const _default: import("vue").DefineComponent<{
78
78
  menuList: import("vue").Ref<ISearchItem[]>;
79
79
  menuHoverId: import("vue").Ref<string>;
80
80
  isFocus: import("vue").Ref<boolean>;
81
+ isComposition: import("vue").Ref<boolean>;
81
82
  usingItem: import("vue").Ref<SelectedItem>;
82
83
  showPopover: import("vue").Ref<boolean>;
83
84
  showNoSelectValueError: import("vue").Ref<boolean>;
@@ -101,7 +102,7 @@ declare const _default: import("vue").DefineComponent<{
101
102
  inputClearForWrapper: () => void;
102
103
  deleteInputTextNode: () => void;
103
104
  customPanelSubmit: (value: string) => void;
104
- refleshMenuHover: () => void;
105
+ refreshMenuHover: () => void;
105
106
  t: import("vue").ComputedRef<{
106
107
  pleaseSelect: string;
107
108
  loading: string;
@@ -113,6 +114,9 @@ declare const _default: import("vue").DefineComponent<{
113
114
  logical: string;
114
115
  }>;
115
116
  inputKey: import("vue").Ref<string>;
117
+ handleCompositionEnd: (event: CompositionEvent) => void;
118
+ handleCompositionStart: () => void;
119
+ handleInputCopy: (event: ClipboardEvent) => void;
116
120
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("focus" | "delete" | "add" | "selectKey")[], import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
117
121
  data: {
118
122
  type: PropType<ISearchItem[]>;
@@ -211,6 +215,7 @@ declare const _default: import("vue").DefineComponent<{
211
215
  menuList: import("vue").Ref<ISearchItem[]>;
212
216
  menuHoverId: import("vue").Ref<string>;
213
217
  isFocus: import("vue").Ref<boolean>;
218
+ isComposition: import("vue").Ref<boolean>;
214
219
  usingItem: import("vue").Ref<SelectedItem>;
215
220
  showPopover: import("vue").Ref<boolean>;
216
221
  showNoSelectValueError: import("vue").Ref<boolean>;
@@ -234,7 +239,7 @@ declare const _default: import("vue").DefineComponent<{
234
239
  inputClearForWrapper: () => void;
235
240
  deleteInputTextNode: () => void;
236
241
  customPanelSubmit: (value: string) => void;
237
- refleshMenuHover: () => void;
242
+ refreshMenuHover: () => void;
238
243
  t: import("vue").ComputedRef<{
239
244
  pleaseSelect: string;
240
245
  loading: string;
@@ -246,6 +251,9 @@ declare const _default: import("vue").DefineComponent<{
246
251
  logical: string;
247
252
  }>;
248
253
  inputKey: import("vue").Ref<string>;
254
+ handleCompositionEnd: (event: CompositionEvent) => void;
255
+ handleCompositionStart: () => void;
256
+ handleInputCopy: (event: ClipboardEvent) => void;
249
257
  }, {}, {}, {}, {
250
258
  maxHeight: number;
251
259
  mode: SearchInputMode;
@@ -26,6 +26,7 @@ export interface ISearchSelectProvider {
26
26
  onEditEnter: (item: SelectedItem, index: number) => void;
27
27
  onEditBlur: () => void;
28
28
  onValidate: (str: string) => void;
29
+ onCopy: (event: ClipboardEvent, text: string, item: ISearchValue) => void;
29
30
  editKey: Ref<string>;
30
31
  searchData: ComputedRef<ISearchItem[]>;
31
32
  isClickOutside: (target: Node) => boolean;
@@ -11,7 +11,6 @@ export declare function useRegistry<T>(data: Ref<Map<PropertyKey, T>>): {
11
11
  register: (key: string, item: T) => Map<PropertyKey, T>;
12
12
  unregister: (key: string, item?: T) => void;
13
13
  };
14
- export declare function useDebouncedRef<T>(value: any, delay?: number): Ref<T>;
15
14
  export declare function usePopover(config: IPopoverConfig, triggerRef: Ref<HTMLElement>): {
16
15
  isPopoverShow: Ref<boolean>;
17
16
  popperWidth: Ref<string | number>;
@@ -196,7 +196,9 @@ declare const BkSelect: {
196
196
  alignmentAxis?: number;
197
197
  });
198
198
  };
199
- boundary: import("vue-types").VueTypeDef<string | HTMLElement>;
199
+ boundary: import("vue-types").VueTypeDef<string | HTMLElement> & {
200
+ default: string | (() => HTMLElement);
201
+ };
200
202
  zIndex: import("vue-types").VueTypeValidableDef<number> & {
201
203
  default: number;
202
204
  } & {
@@ -348,6 +350,10 @@ declare const BkSelect: {
348
350
  } & {
349
351
  default: boolean;
350
352
  };
353
+ inputTooltipsOptions: {
354
+ type: import("vue").PropType<Partial<import("../../bkui-vue").IOptions>>;
355
+ default: () => {};
356
+ };
351
357
  }>> & {
352
358
  onFocus?: (...args: any[]) => any;
353
359
  onBlur?: (...args: any[]) => any;
@@ -384,7 +390,7 @@ declare const BkSelect: {
384
390
  inputRef: import("vue").Ref<HTMLElement>;
385
391
  triggerRef: import("vue").Ref<HTMLElement>;
386
392
  contentRef: import("vue").Ref<HTMLElement>;
387
- searchRef: import("vue").Ref<HTMLElement>;
393
+ searchRef: import("vue").Ref<HTMLInputElement>;
388
394
  scrollContainerRef: import("vue").Ref<HTMLElement>;
389
395
  selectTagInputRef: import("vue").Ref<import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
390
396
  selected: {
@@ -666,7 +672,9 @@ declare const BkSelect: {
666
672
  alignmentAxis?: number;
667
673
  });
668
674
  };
669
- boundary: import("vue-types").VueTypeDef<string | HTMLElement>;
675
+ boundary: import("vue-types").VueTypeDef<string | HTMLElement> & {
676
+ default: string | (() => HTMLElement);
677
+ };
670
678
  zIndex: import("vue-types").VueTypeValidableDef<number> & {
671
679
  default: number;
672
680
  } & {
@@ -766,6 +774,7 @@ declare const BkSelect: {
766
774
  preloadItemCount: import("vue").ComputedRef<number>;
767
775
  virtualRenderRef: import("vue").Ref<any>;
768
776
  setSelected: (data: object[]) => void;
777
+ handleExtensionClick: (e: MouseEvent) => void;
769
778
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("blur" | "change" | "focus" | "select" | "toggle" | "clear" | "update:modelValue" | "scroll-end" | "tag-remove" | "deselect" | "search-change")[], import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
770
779
  modelValue: import("vue-types").VueTypeValidableDef<any>;
771
780
  multiple: import("vue-types").VueTypeValidableDef<boolean> & {
@@ -960,7 +969,9 @@ declare const BkSelect: {
960
969
  alignmentAxis?: number;
961
970
  });
962
971
  };
963
- boundary: import("vue-types").VueTypeDef<string | HTMLElement>;
972
+ boundary: import("vue-types").VueTypeDef<string | HTMLElement> & {
973
+ default: string | (() => HTMLElement);
974
+ };
964
975
  zIndex: import("vue-types").VueTypeValidableDef<number> & {
965
976
  default: number;
966
977
  } & {
@@ -1112,6 +1123,10 @@ declare const BkSelect: {
1112
1123
  } & {
1113
1124
  default: boolean;
1114
1125
  };
1126
+ inputTooltipsOptions: {
1127
+ type: import("vue").PropType<Partial<import("../../bkui-vue").IOptions>>;
1128
+ default: () => {};
1129
+ };
1115
1130
  }>> & {
1116
1131
  onFocus?: (...args: any[]) => any;
1117
1132
  onBlur?: (...args: any[]) => any;
@@ -1170,6 +1185,7 @@ declare const BkSelect: {
1170
1185
  keepSearchValue: boolean;
1171
1186
  searchWithPinyin: boolean;
1172
1187
  disableScrollToSelectedOption: boolean;
1188
+ inputTooltipsOptions: {};
1173
1189
  }, true, {}, {}, {
1174
1190
  P: {};
1175
1191
  B: {};
@@ -1371,7 +1387,9 @@ declare const BkSelect: {
1371
1387
  alignmentAxis?: number;
1372
1388
  });
1373
1389
  };
1374
- boundary: import("vue-types").VueTypeDef<string | HTMLElement>;
1390
+ boundary: import("vue-types").VueTypeDef<string | HTMLElement> & {
1391
+ default: string | (() => HTMLElement);
1392
+ };
1375
1393
  zIndex: import("vue-types").VueTypeValidableDef<number> & {
1376
1394
  default: number;
1377
1395
  } & {
@@ -1523,6 +1541,10 @@ declare const BkSelect: {
1523
1541
  } & {
1524
1542
  default: boolean;
1525
1543
  };
1544
+ inputTooltipsOptions: {
1545
+ type: import("vue").PropType<Partial<import("../../bkui-vue").IOptions>>;
1546
+ default: () => {};
1547
+ };
1526
1548
  }>> & {
1527
1549
  onFocus?: (...args: any[]) => any;
1528
1550
  onBlur?: (...args: any[]) => any;
@@ -1559,7 +1581,7 @@ declare const BkSelect: {
1559
1581
  inputRef: import("vue").Ref<HTMLElement>;
1560
1582
  triggerRef: import("vue").Ref<HTMLElement>;
1561
1583
  contentRef: import("vue").Ref<HTMLElement>;
1562
- searchRef: import("vue").Ref<HTMLElement>;
1584
+ searchRef: import("vue").Ref<HTMLInputElement>;
1563
1585
  scrollContainerRef: import("vue").Ref<HTMLElement>;
1564
1586
  selectTagInputRef: import("vue").Ref<import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
1565
1587
  selected: {
@@ -1841,7 +1863,9 @@ declare const BkSelect: {
1841
1863
  alignmentAxis?: number;
1842
1864
  });
1843
1865
  };
1844
- boundary: import("vue-types").VueTypeDef<string | HTMLElement>;
1866
+ boundary: import("vue-types").VueTypeDef<string | HTMLElement> & {
1867
+ default: string | (() => HTMLElement);
1868
+ };
1845
1869
  zIndex: import("vue-types").VueTypeValidableDef<number> & {
1846
1870
  default: number;
1847
1871
  } & {
@@ -1941,6 +1965,7 @@ declare const BkSelect: {
1941
1965
  preloadItemCount: import("vue").ComputedRef<number>;
1942
1966
  virtualRenderRef: import("vue").Ref<any>;
1943
1967
  setSelected: (data: object[]) => void;
1968
+ handleExtensionClick: (e: MouseEvent) => void;
1944
1969
  }, {}, {}, {}, {
1945
1970
  prefix: string;
1946
1971
  size: "default" | "small" | "large" | "huge";
@@ -1987,6 +2012,7 @@ declare const BkSelect: {
1987
2012
  keepSearchValue: boolean;
1988
2013
  searchWithPinyin: boolean;
1989
2014
  disableScrollToSelectedOption: boolean;
2015
+ inputTooltipsOptions: {};
1990
2016
  }>;
1991
2017
  __isFragment?: never;
1992
2018
  __isTeleport?: never;
@@ -2185,7 +2211,9 @@ declare const BkSelect: {
2185
2211
  alignmentAxis?: number;
2186
2212
  });
2187
2213
  };
2188
- boundary: import("vue-types").VueTypeDef<string | HTMLElement>;
2214
+ boundary: import("vue-types").VueTypeDef<string | HTMLElement> & {
2215
+ default: string | (() => HTMLElement);
2216
+ };
2189
2217
  zIndex: import("vue-types").VueTypeValidableDef<number> & {
2190
2218
  default: number;
2191
2219
  } & {
@@ -2337,6 +2365,10 @@ declare const BkSelect: {
2337
2365
  } & {
2338
2366
  default: boolean;
2339
2367
  };
2368
+ inputTooltipsOptions: {
2369
+ type: import("vue").PropType<Partial<import("../../bkui-vue").IOptions>>;
2370
+ default: () => {};
2371
+ };
2340
2372
  }>> & {
2341
2373
  onFocus?: (...args: any[]) => any;
2342
2374
  onBlur?: (...args: any[]) => any;
@@ -2373,7 +2405,7 @@ declare const BkSelect: {
2373
2405
  inputRef: import("vue").Ref<HTMLElement>;
2374
2406
  triggerRef: import("vue").Ref<HTMLElement>;
2375
2407
  contentRef: import("vue").Ref<HTMLElement>;
2376
- searchRef: import("vue").Ref<HTMLElement>;
2408
+ searchRef: import("vue").Ref<HTMLInputElement>;
2377
2409
  scrollContainerRef: import("vue").Ref<HTMLElement>;
2378
2410
  selectTagInputRef: import("vue").Ref<import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
2379
2411
  selected: {
@@ -2655,7 +2687,9 @@ declare const BkSelect: {
2655
2687
  alignmentAxis?: number;
2656
2688
  });
2657
2689
  };
2658
- boundary: import("vue-types").VueTypeDef<string | HTMLElement>;
2690
+ boundary: import("vue-types").VueTypeDef<string | HTMLElement> & {
2691
+ default: string | (() => HTMLElement);
2692
+ };
2659
2693
  zIndex: import("vue-types").VueTypeValidableDef<number> & {
2660
2694
  default: number;
2661
2695
  } & {
@@ -2755,6 +2789,7 @@ declare const BkSelect: {
2755
2789
  preloadItemCount: import("vue").ComputedRef<number>;
2756
2790
  virtualRenderRef: import("vue").Ref<any>;
2757
2791
  setSelected: (data: object[]) => void;
2792
+ handleExtensionClick: (e: MouseEvent) => void;
2758
2793
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("blur" | "change" | "focus" | "select" | "toggle" | "clear" | "update:modelValue" | "scroll-end" | "tag-remove" | "deselect" | "search-change")[], "blur" | "change" | "focus" | "select" | "toggle" | "clear" | "update:modelValue" | "scroll-end" | "tag-remove" | "deselect" | "search-change", {
2759
2794
  prefix: string;
2760
2795
  size: "default" | "small" | "large" | "huge";
@@ -2801,6 +2836,7 @@ declare const BkSelect: {
2801
2836
  keepSearchValue: boolean;
2802
2837
  searchWithPinyin: boolean;
2803
2838
  disableScrollToSelectedOption: boolean;
2839
+ inputTooltipsOptions: {};
2804
2840
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]> & Readonly<{
2805
2841
  Option: import("vue").DefineComponent<{
2806
2842
  id: {
@@ -2876,12 +2912,17 @@ declare const BkSelect: {
2876
2912
  } & {
2877
2913
  default: boolean;
2878
2914
  };
2915
+ visible: import("vue-types").VueTypeValidableDef<boolean> & {
2916
+ default: boolean;
2917
+ } & {
2918
+ default: boolean;
2919
+ };
2879
2920
  }, {
2880
2921
  groupLabel: import("vue").ComputedRef<string>;
2922
+ isVisible: import("vue").ComputedRef<boolean>;
2881
2923
  handleToggleCollapse: () => void;
2882
2924
  resolveClassName: (cls: string) => string;
2883
2925
  groupCollapse: import("vue").Ref<boolean>;
2884
- visible: import("vue").Ref<boolean>;
2885
2926
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2886
2927
  label: import("vue-types").VueTypeValidableDef<string> & {
2887
2928
  default: string;
@@ -2903,8 +2944,14 @@ declare const BkSelect: {
2903
2944
  } & {
2904
2945
  default: boolean;
2905
2946
  };
2947
+ visible: import("vue-types").VueTypeValidableDef<boolean> & {
2948
+ default: boolean;
2949
+ } & {
2950
+ default: boolean;
2951
+ };
2906
2952
  }>>, {
2907
2953
  label: string;
2954
+ visible: boolean;
2908
2955
  disabled: boolean;
2909
2956
  collapse: boolean;
2910
2957
  collapsible: boolean;