bkui-vue 2.0.1-beta.50 → 2.0.1-beta.50.select.1

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 (444) hide show
  1. package/README.md +0 -15
  2. package/dist/index.cjs.js +162 -162
  3. package/dist/index.esm.js +29944 -31126
  4. package/dist/index.umd.js +162 -162
  5. package/dist/style.css +1 -1
  6. package/dist/style.variable.css +1 -1
  7. package/lib/affix/affix.css +0 -130
  8. package/lib/affix/affix.variable.css +1 -262
  9. package/lib/affix/index.js +7 -7
  10. package/lib/alert/alert.css +3 -133
  11. package/lib/alert/alert.d.ts +12 -5
  12. package/lib/alert/alert.variable.css +1 -262
  13. package/lib/alert/index.d.ts +26 -11
  14. package/lib/alert/index.js +1 -0
  15. package/lib/backtop/backtop.css +3 -133
  16. package/lib/backtop/backtop.d.ts +1 -1
  17. package/lib/backtop/backtop.variable.css +4 -395
  18. package/lib/backtop/index.d.ts +3 -3
  19. package/lib/backtop/index.js +6 -6
  20. package/lib/badge/badge.css +26 -156
  21. package/lib/badge/badge.variable.css +1 -262
  22. package/lib/badge/index.js +1 -1
  23. package/lib/breadcrumb/breadcrumb.css +5 -135
  24. package/lib/breadcrumb/breadcrumb.variable.css +6 -397
  25. package/lib/button/button.css +143 -273
  26. package/lib/button/button.d.ts +7 -7
  27. package/lib/button/button.variable.css +1 -262
  28. package/lib/button/index.d.ts +8 -8
  29. package/lib/button/index.js +7 -6
  30. package/lib/card/card.css +4 -134
  31. package/lib/card/card.variable.css +5 -396
  32. package/lib/cascader/cascader-panel.d.ts +1 -1
  33. package/lib/cascader/cascader.css +26 -156
  34. package/lib/cascader/cascader.d.ts +1 -1
  35. package/lib/cascader/cascader.less +4 -4
  36. package/lib/cascader/cascader.variable.css +27 -418
  37. package/lib/cascader/index.js +37 -36
  38. package/lib/cascader/interface.d.ts +1 -1
  39. package/lib/checkbox/checkbox-group.d.ts +16 -0
  40. package/lib/checkbox/checkbox.css +9 -139
  41. package/lib/checkbox/checkbox.d.ts +7 -7
  42. package/lib/checkbox/checkbox.variable.css +1 -262
  43. package/lib/checkbox/index.d.ts +22 -11
  44. package/lib/checkbox/index.js +6 -14
  45. package/lib/checkbox/type.d.ts +1 -1
  46. package/lib/code-diff/code-diff.css +0 -130
  47. package/lib/code-diff/code-diff.variable.css +1 -262
  48. package/lib/code-diff/index.js +8 -8
  49. package/lib/collapse/collapse.css +1 -142
  50. package/lib/collapse/collapse.d.ts +0 -11
  51. package/lib/collapse/collapse.less +1 -15
  52. package/lib/collapse/collapse.variable.css +1 -273
  53. package/lib/collapse/index.d.ts +0 -23
  54. package/lib/collapse/index.js +3 -11
  55. package/lib/collapse/props.d.ts +0 -8
  56. package/lib/collapse/utils.d.ts +2 -2
  57. package/lib/collapse-transition/collapse-transition.css +0 -130
  58. package/lib/collapse-transition/collapse-transition.variable.css +1 -262
  59. package/lib/color-picker/color-picker.css +3 -133
  60. package/lib/color-picker/color-picker.less +3 -3
  61. package/lib/color-picker/color-picker.variable.css +4 -265
  62. package/lib/color-picker/index.js +45 -45
  63. package/lib/components.d.ts +31 -32
  64. package/lib/components.js +30 -31
  65. package/lib/config-provider/config-provider.css +0 -130
  66. package/lib/config-provider/config-provider.variable.css +1 -262
  67. package/lib/config-provider/index.d.ts +1 -1
  68. package/lib/container/container.css +0 -130
  69. package/lib/container/container.variable.css +1 -392
  70. package/lib/container/index.js +7 -6
  71. package/lib/date-picker/base/date-table.d.ts +1 -1
  72. package/lib/date-picker/base/month-table.d.ts +1 -1
  73. package/lib/date-picker/base/picker-dropdown.d.ts +1 -1
  74. package/lib/date-picker/base/year-table.d.ts +3 -3
  75. package/lib/date-picker/date-picker.css +17 -147
  76. package/lib/date-picker/date-picker.d.ts +10 -0
  77. package/lib/date-picker/date-picker.variable.css +1 -262
  78. package/lib/date-picker/index.d.ts +22 -0
  79. package/lib/date-picker/index.js +223 -320
  80. package/lib/date-picker/interface.d.ts +9 -9
  81. package/lib/date-picker/panel/date-range.d.ts +68 -6
  82. package/lib/date-picker/panel/date.d.ts +1 -1
  83. package/lib/date-picker/panel/time-range.d.ts +10 -1
  84. package/lib/date-picker/panel/time.d.ts +10 -1
  85. package/lib/date-picker/props.d.ts +5 -1
  86. package/lib/date-picker/time-picker.d.ts +9 -0
  87. package/lib/date-picker/utils.d.ts +1 -5
  88. package/lib/dialog/dialog.css +88 -269
  89. package/lib/dialog/dialog.d.ts +146 -68
  90. package/lib/dialog/dialog.less +76 -9
  91. package/lib/dialog/dialog.variable.css +89 -531
  92. package/lib/dialog/index.d.ts +340 -159
  93. package/lib/dialog/index.js +221 -197
  94. package/lib/dialog/props.d.ts +52 -22
  95. package/lib/directives/index.d.ts +3 -3
  96. package/lib/directives/index.js +168 -170
  97. package/lib/directives/tooltips.d.ts +1 -1
  98. package/lib/dist.index.js +4 -2
  99. package/lib/divider/divider.css +3 -133
  100. package/lib/divider/divider.d.ts +5 -5
  101. package/lib/divider/divider.variable.css +1 -262
  102. package/lib/divider/index.d.ts +11 -11
  103. package/lib/divider/index.js +2 -2
  104. package/lib/divider/props.d.ts +2 -2
  105. package/lib/dropdown/dropdown-item.d.ts +1 -1
  106. package/lib/dropdown/dropdown-menu.d.ts +1 -1
  107. package/lib/dropdown/dropdown.css +0 -130
  108. package/lib/dropdown/dropdown.d.ts +5 -5
  109. package/lib/dropdown/dropdown.variable.css +1 -392
  110. package/lib/dropdown/index.d.ts +13 -13
  111. package/lib/dropdown/index.js +7 -7
  112. package/lib/exception/exception.css +0 -130
  113. package/lib/exception/exception.d.ts +9 -9
  114. package/lib/exception/exception.variable.css +1 -262
  115. package/lib/exception/index.d.ts +11 -11
  116. package/lib/exception/index.js +10 -10
  117. package/lib/exception/typings/index.d.ts +1 -1
  118. package/lib/fixed-navbar/fixed-navbar.css +4 -134
  119. package/lib/fixed-navbar/fixed-navbar.variable.css +1 -262
  120. package/lib/fixed-navbar/index.js +2 -2
  121. package/lib/form/form-item.d.ts +16 -0
  122. package/lib/form/form.css +0 -130
  123. package/lib/form/form.d.ts +2 -2
  124. package/lib/form/form.variable.css +1 -262
  125. package/lib/form/index.d.ts +11 -0
  126. package/lib/form/index.js +16 -14
  127. package/lib/form/type.d.ts +2 -2
  128. package/lib/icon/index.d.ts +11 -11
  129. package/lib/icon/index.js +11 -11
  130. package/lib/image/image-viewer.css +0 -130
  131. package/lib/image/image-viewer.d.ts +1 -1
  132. package/lib/image/image-viewer.variable.css +1 -262
  133. package/lib/image/image.css +0 -130
  134. package/lib/image/image.variable.css +1 -392
  135. package/lib/image/index.js +21 -20
  136. package/lib/index.d.ts +3 -9
  137. package/lib/index.js +29 -5
  138. package/lib/info-box/index.d.ts +2 -2
  139. package/lib/info-box/index.js +173 -326
  140. package/lib/info-box/info-box.css +7 -193
  141. package/lib/info-box/info-box.d.ts +23 -25
  142. package/lib/info-box/info-box.less +14 -76
  143. package/lib/info-box/info-box.variable.css +8 -325
  144. package/lib/input/index.d.ts +15 -15
  145. package/lib/input/index.js +23 -26
  146. package/lib/input/input.css +72 -202
  147. package/lib/input/input.d.ts +15 -15
  148. package/lib/input/input.variable.css +73 -464
  149. package/lib/link/index.d.ts +11 -11
  150. package/lib/link/index.js +3 -3
  151. package/lib/link/link.css +16 -146
  152. package/lib/link/link.d.ts +5 -5
  153. package/lib/link/link.variable.css +1 -262
  154. package/lib/loading/index.d.ts +4 -4
  155. package/lib/loading/index.js +6 -6
  156. package/lib/loading/loading.css +16 -146
  157. package/lib/loading/loading.d.ts +6 -6
  158. package/lib/loading/loading.variable.css +17 -408
  159. package/lib/locale/index.d.ts +1 -1
  160. package/lib/menu/index.js +1 -0
  161. package/lib/menu/menu.css +18 -148
  162. package/lib/menu/menu.variable.css +19 -410
  163. package/lib/menu/submenu.css +0 -130
  164. package/lib/menu/submenu.variable.css +1 -262
  165. package/lib/menu/utils.d.ts +3 -3
  166. package/lib/message/index.js +18 -18
  167. package/lib/message/message.css +21 -151
  168. package/lib/message/message.variable.css +1 -262
  169. package/lib/message/messageConstructor.d.ts +11 -11
  170. package/lib/modal/hooks.d.ts +1 -1
  171. package/lib/modal/index.d.ts +343 -68
  172. package/lib/modal/index.js +701 -237
  173. package/lib/modal/modal.css +32 -261
  174. package/lib/modal/modal.d.ts +131 -26
  175. package/lib/modal/modal.less +29 -83
  176. package/lib/modal/modal.variable.css +33 -523
  177. package/lib/modal/props.mixin.d.ts +51 -10
  178. package/lib/navigation/index.js +20 -20
  179. package/lib/navigation/navigation.css +2 -132
  180. package/lib/navigation/navigation.d.ts +1 -1
  181. package/lib/navigation/navigation.variable.css +1 -262
  182. package/lib/notify/index.js +4 -4
  183. package/lib/notify/notify.css +7 -137
  184. package/lib/notify/notify.variable.css +1 -262
  185. package/lib/overflow-title/components/overflow-title.d.ts +16 -9
  186. package/lib/overflow-title/index.d.ts +34 -19
  187. package/lib/overflow-title/index.js +64 -107
  188. package/lib/overflow-title/props.d.ts +21 -18
  189. package/lib/pagination/index.d.ts +19 -0
  190. package/lib/pagination/index.js +23 -44
  191. package/lib/pagination/pagination.css +9 -139
  192. package/lib/pagination/pagination.d.ts +13 -0
  193. package/lib/pagination/pagination.less +13 -14
  194. package/lib/pagination/pagination.variable.css +9 -270
  195. package/lib/pagination/type.d.ts +1 -1
  196. package/lib/pagination/use-limit.d.ts +1 -1
  197. package/lib/pagination/use-total.d.ts +1 -1
  198. package/lib/plugin-popover/index.js +20 -18
  199. package/lib/pop-confirm/index.d.ts +43 -11
  200. package/lib/pop-confirm/index.js +28 -27
  201. package/lib/pop-confirm/pop-confirm.css +1 -133
  202. package/lib/pop-confirm/pop-confirm.d.ts +19 -5
  203. package/lib/pop-confirm/pop-confirm.less +1 -3
  204. package/lib/pop-confirm/pop-confirm.variable.css +2 -265
  205. package/lib/pop-confirm/props.d.ts +11 -5
  206. package/lib/popover/const.d.ts +3 -3
  207. package/lib/popover/index.d.ts +19 -19
  208. package/lib/popover/index.js +20 -18
  209. package/lib/popover/plugin-popover.d.ts +1 -1
  210. package/lib/popover/popover.css +0 -130
  211. package/lib/popover/popover.d.ts +7 -7
  212. package/lib/popover/popover.variable.css +1 -262
  213. package/lib/popover/props.d.ts +4 -4
  214. package/lib/preset.d.ts +1 -0
  215. package/lib/preset.js +1 -0
  216. package/lib/process/index.js +3 -3
  217. package/lib/process/process.css +13 -143
  218. package/lib/process/process.variable.css +1 -262
  219. package/lib/progress/index.d.ts +11 -11
  220. package/lib/progress/index.js +11 -10
  221. package/lib/progress/progress.css +4 -134
  222. package/lib/progress/progress.d.ts +7 -7
  223. package/lib/progress/progress.variable.css +5 -396
  224. package/lib/radio/index.d.ts +0 -29
  225. package/lib/radio/index.js +26 -55
  226. package/lib/radio/radio-button.d.ts +0 -10
  227. package/lib/radio/radio-group.d.ts +0 -10
  228. package/lib/radio/radio.css +42 -172
  229. package/lib/radio/radio.d.ts +0 -10
  230. package/lib/radio/radio.variable.css +1 -262
  231. package/lib/radio/type.d.ts +1 -1
  232. package/lib/rate/index.js +8 -8
  233. package/lib/rate/rate.css +0 -157
  234. package/lib/rate/rate.less +0 -33
  235. package/lib/rate/rate.variable.css +1 -289
  236. package/lib/rate/star.css +27 -0
  237. package/lib/rate/star.less +34 -0
  238. package/lib/{styles/themes/themes.variable.css → rate/star.variable.css} +28 -2
  239. package/lib/resize-layout/index.d.ts +11 -34
  240. package/lib/resize-layout/index.js +14 -29
  241. package/lib/resize-layout/resize-layout.css +0 -130
  242. package/lib/resize-layout/resize-layout.d.ts +5 -16
  243. package/lib/resize-layout/resize-layout.variable.css +1 -262
  244. package/lib/search-select/index.d.ts +72 -40
  245. package/lib/search-select/index.js +130 -148
  246. package/lib/search-select/input.d.ts +4 -5
  247. package/lib/search-select/menu.d.ts +1 -1
  248. package/lib/search-select/search-select.css +33 -163
  249. package/lib/search-select/search-select.d.ts +39 -15
  250. package/lib/search-select/search-select.variable.css +34 -425
  251. package/lib/search-select/selected.d.ts +10 -12
  252. package/lib/search-select/utils.d.ts +6 -6
  253. package/lib/select/common.d.ts +4 -4
  254. package/lib/select/index.d.ts +93 -101
  255. package/lib/select/index.js +192 -235
  256. package/lib/select/option.d.ts +6 -5
  257. package/lib/select/select.css +45 -176
  258. package/lib/select/select.d.ts +36 -38
  259. package/lib/select/select.less +6 -8
  260. package/lib/select/select.variable.css +46 -438
  261. package/lib/select/selectTagInput.d.ts +6 -6
  262. package/lib/select/type.d.ts +11 -10
  263. package/lib/shared/index.d.ts +2 -2
  264. package/lib/shared/index.js +89 -108
  265. package/lib/shared/mask.d.ts +11 -0
  266. package/lib/shared/popover.d.ts +3 -3
  267. package/lib/shared/token.d.ts +1 -1
  268. package/lib/shared/vue-types.d.ts +46 -46
  269. package/lib/shared/z-index-manager.d.ts +6 -6
  270. package/lib/sideslider/index.d.ts +217 -75
  271. package/lib/sideslider/index.js +42 -68
  272. package/lib/sideslider/sideslider.css +92 -152
  273. package/lib/sideslider/sideslider.d.ts +103 -35
  274. package/lib/sideslider/sideslider.less +112 -31
  275. package/lib/sideslider/sideslider.variable.css +92 -283
  276. package/lib/slider/index.d.ts +0 -19
  277. package/lib/slider/index.js +26 -64
  278. package/lib/slider/slider.css +4 -148
  279. package/lib/slider/slider.d.ts +0 -9
  280. package/lib/slider/slider.less +0 -15
  281. package/lib/slider/slider.variable.css +1 -276
  282. package/lib/steps/index.d.ts +29 -14
  283. package/lib/steps/index.js +4 -3
  284. package/lib/steps/steps.css +38 -168
  285. package/lib/steps/steps.d.ts +18 -8
  286. package/lib/steps/steps.variable.css +1 -262
  287. package/lib/styles/index.d.ts +1 -1
  288. package/lib/styles/mixins/animate.css +0 -130
  289. package/lib/styles/mixins/animate.variable.css +1 -262
  290. package/lib/styles/mixins/mixins.css +0 -130
  291. package/lib/styles/mixins/mixins.variable.css +0 -130
  292. package/lib/styles/mixins/popper.css +0 -130
  293. package/lib/styles/mixins/popper.variable.css +1 -262
  294. package/lib/styles/mixins/scroll.css +0 -130
  295. package/lib/styles/mixins/scroll.variable.css +1 -262
  296. package/lib/styles/reset.css +0 -130
  297. package/lib/styles/reset.variable.css +1 -262
  298. package/lib/styles/themes/themes.less +129 -299
  299. package/lib/swiper/index.js +5 -5
  300. package/lib/swiper/swiper.css +0 -130
  301. package/lib/swiper/swiper.variable.css +1 -262
  302. package/lib/switcher/index.js +2 -2
  303. package/lib/switcher/switcher.css +17 -147
  304. package/lib/switcher/switcher.d.ts +2 -2
  305. package/lib/switcher/switcher.variable.css +18 -409
  306. package/lib/tab/index.d.ts +114 -22
  307. package/lib/tab/index.js +29 -16
  308. package/lib/tab/props.d.ts +50 -15
  309. package/lib/tab/tab-nav.d.ts +55 -12
  310. package/lib/tab/tab.css +17 -147
  311. package/lib/tab/tab.d.ts +54 -10
  312. package/lib/tab/tab.variable.css +1 -262
  313. package/lib/table/components/table-cell.d.ts +2 -25
  314. package/lib/table/components/table-column.d.ts +239 -20
  315. package/lib/table/const.d.ts +13 -25
  316. package/lib/table/events.d.ts +112 -16
  317. package/lib/table/index.d.ts +738 -135
  318. package/lib/table/index.js +6037 -23581
  319. package/lib/table/plugins/col-group.d.ts +38 -0
  320. package/lib/table/plugins/head-filter.css +4 -138
  321. package/lib/table/plugins/head-filter.d.ts +1 -2
  322. package/lib/table/plugins/head-filter.less +3 -6
  323. package/lib/table/plugins/head-filter.variable.css +5 -270
  324. package/lib/table/plugins/head-sort.css +0 -130
  325. package/lib/table/plugins/head-sort.variable.css +1 -262
  326. package/lib/table/plugins/settings.css +0 -131
  327. package/lib/table/plugins/settings.d.ts +16 -0
  328. package/lib/table/plugins/settings.less +0 -1
  329. package/lib/table/plugins/settings.variable.css +1 -263
  330. package/lib/table/plugins/use-active-columns.d.ts +16 -0
  331. package/lib/table/plugins/use-column-resize.d.ts +35 -0
  332. package/lib/table/{hooks → plugins}/use-draggable.d.ts +2 -2
  333. package/lib/table/plugins/use-fixed-column.d.ts +27 -0
  334. package/lib/table/plugins/use-head-cell.d.ts +7 -0
  335. package/lib/table/plugins/use-pagination.d.ts +21 -0
  336. package/lib/table/props.d.ts +64 -131
  337. package/lib/table/table.css +302 -562
  338. package/lib/table/table.d.ts +185 -62
  339. package/lib/table/table.less +148 -187
  340. package/lib/table/table.variable.css +303 -824
  341. package/lib/table/use-attributes.d.ts +61 -0
  342. package/lib/table/use-column.d.ts +276 -0
  343. package/lib/table/use-common.d.ts +1679 -0
  344. package/lib/table/use-render.d.ts +11 -0
  345. package/lib/table/utils.d.ts +21 -47
  346. package/lib/table-column/index.d.ts +579 -30
  347. package/lib/table-column/index.js +320 -17373
  348. package/lib/tag/index.d.ts +11 -11
  349. package/lib/tag/index.js +3 -2
  350. package/lib/tag/tag.css +6 -136
  351. package/lib/tag/tag.d.ts +5 -5
  352. package/lib/tag/tag.less +1 -1
  353. package/lib/tag/tag.variable.css +2 -263
  354. package/lib/tag-input/common.d.ts +1 -1
  355. package/lib/tag-input/index.d.ts +8 -8
  356. package/lib/tag-input/index.js +30 -30
  357. package/lib/tag-input/tag-input.css +18 -148
  358. package/lib/tag-input/tag-input.d.ts +4 -4
  359. package/lib/tag-input/tag-input.variable.css +1 -262
  360. package/lib/tag-input/tag-props.d.ts +2 -2
  361. package/lib/time-picker/index.d.ts +19 -0
  362. package/lib/time-picker/time-picker.css +0 -130
  363. package/lib/time-picker/time-picker.variable.css +1 -262
  364. package/lib/timeline/index.js +2 -2
  365. package/lib/timeline/timeline.css +19 -149
  366. package/lib/timeline/timeline.variable.css +1 -262
  367. package/lib/transfer/const.d.ts +2 -2
  368. package/lib/transfer/index.js +19 -19
  369. package/lib/transfer/transfer.css +28 -158
  370. package/lib/transfer/transfer.less +3 -3
  371. package/lib/transfer/transfer.variable.css +10 -271
  372. package/lib/tree/constant.d.ts +20 -24
  373. package/lib/tree/index.d.ts +24 -82
  374. package/lib/tree/index.js +90 -17657
  375. package/lib/tree/props.d.ts +10 -35
  376. package/lib/tree/tree.css +18 -248
  377. package/lib/tree/tree.d.ts +8 -34
  378. package/lib/tree/tree.less +1 -1
  379. package/lib/tree/tree.variable.css +19 -510
  380. package/lib/tree/use-empty.d.ts +1 -1
  381. package/lib/tree/use-node-action.d.ts +9 -10
  382. package/lib/tree/use-node-async.d.ts +1 -2
  383. package/lib/tree/use-node-attribute.d.ts +30 -47
  384. package/lib/tree/use-search.d.ts +1 -1
  385. package/lib/tree/use-tree-init.d.ts +5 -8
  386. package/lib/tree/util.d.ts +21 -21
  387. package/lib/upload/index.d.ts +0 -23
  388. package/lib/upload/index.js +41 -71
  389. package/lib/upload/props.d.ts +1 -6
  390. package/lib/upload/upload.css +27 -157
  391. package/lib/upload/upload.d.ts +0 -11
  392. package/lib/upload/upload.type.d.ts +6 -12
  393. package/lib/upload/upload.variable.css +28 -419
  394. package/lib/upload/use-file-handler.d.ts +1 -1
  395. package/lib/virtual-render/index.d.ts +46 -39
  396. package/lib/virtual-render/index.js +117 -17585
  397. package/lib/virtual-render/props.d.ts +9 -18
  398. package/lib/virtual-render/use-fix-top.d.ts +8 -3
  399. package/lib/virtual-render/v-virtual-render.d.ts +2 -7
  400. package/lib/virtual-render/virtual-render.css +9 -239
  401. package/lib/virtual-render/virtual-render.d.ts +22 -19
  402. package/lib/virtual-render/virtual-render.less +10 -1
  403. package/lib/virtual-render/virtual-render.variable.css +10 -501
  404. package/lib/volar.components.d.ts +0 -2
  405. package/package.json +55 -17
  406. package/lib/info-box/render-component.d.ts +0 -4
  407. package/lib/modal/mask.d.ts +0 -6
  408. package/lib/scrollbar/css/scrollbar.css +0 -239
  409. package/lib/scrollbar/css/scrollbar.less +0 -139
  410. package/lib/scrollbar/css/scrollbar.variable.css +0 -499
  411. package/lib/scrollbar/handlers/click-rail.d.ts +0 -2
  412. package/lib/scrollbar/handlers/drag-thumb.d.ts +0 -1
  413. package/lib/scrollbar/handlers/keyboard.d.ts +0 -2
  414. package/lib/scrollbar/handlers/mouse-wheel.d.ts +0 -2
  415. package/lib/scrollbar/handlers/touch.d.ts +0 -4
  416. package/lib/scrollbar/helper/class-names.d.ts +0 -21
  417. package/lib/scrollbar/helper/css.d.ts +0 -3
  418. package/lib/scrollbar/helper/dom.d.ts +0 -4
  419. package/lib/scrollbar/helper/event-manager.d.ts +0 -20
  420. package/lib/scrollbar/helper/util.d.ts +0 -11
  421. package/lib/scrollbar/index.d.ts +0 -135
  422. package/lib/scrollbar/index.js +0 -1657
  423. package/lib/scrollbar/process-scroll-diff.d.ts +0 -1
  424. package/lib/scrollbar/update-geometry.d.ts +0 -8
  425. package/lib/shared/frame-throttle.d.ts +0 -15
  426. package/lib/styles/themes/themes.css +0 -130
  427. package/lib/table/components/ghost-body.d.ts +0 -2
  428. package/lib/table/hooks/use-cell.d.ts +0 -20
  429. package/lib/table/hooks/use-column-resize.d.ts +0 -7
  430. package/lib/table/hooks/use-column-template.d.ts +0 -5
  431. package/lib/table/hooks/use-columns.d.ts +0 -69
  432. package/lib/table/hooks/use-fixed-column.d.ts +0 -10
  433. package/lib/table/hooks/use-head.d.ts +0 -16
  434. package/lib/table/hooks/use-layout.d.ts +0 -24
  435. package/lib/table/hooks/use-pagination.d.ts +0 -16
  436. package/lib/table/hooks/use-render.d.ts +0 -23
  437. package/lib/table/hooks/use-rows.d.ts +0 -27
  438. package/lib/table/hooks/use-settings.d.ts +0 -130
  439. package/lib/table/hooks/use-shift-key.d.ts +0 -15
  440. package/lib/tree/use-intersection-observer.d.ts +0 -27
  441. package/lib/virtual-render/use-scrollbar.d.ts +0 -10
  442. /package/lib/table/{components → plugins}/body-empty.d.ts +0 -0
  443. /package/lib/table/{hooks → plugins}/use-observer-resize.d.ts +0 -0
  444. /package/lib/table/{hooks → plugins}/use-scroll-loading.d.ts +0 -0
@@ -481,18 +481,6 @@ function _defineProperty(obj, key, value) {
481
481
  var external_vue_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
482
482
  var external_vue_y = x => () => x
483
483
  const external_vue_namespaceObject = external_vue_x({ ["Fragment"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.Fragment, ["computed"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.computed, ["createTextVNode"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.createTextVNode, ["createVNode"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.createVNode, ["defineComponent"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.defineComponent, ["inject"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.inject, ["nextTick"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.nextTick, ["onBeforeUnmount"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.onBeforeUnmount, ["onMounted"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.onMounted, ["provide"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.provide, ["ref"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.ref, ["resolveDirective"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.resolveDirective, ["shallowRef"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.shallowRef, ["watch"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.watch, ["withDirectives"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.withDirectives });
484
- ;// CONCATENATED MODULE: external "../config-provider"
485
- var config_provider_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
486
- var config_provider_y = x => () => x
487
- const config_provider_namespaceObject = config_provider_x({ ["useLocale"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_config_provider_fe8577a3__.useLocale, ["usePrefix"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_config_provider_fe8577a3__.usePrefix });
488
- ;// CONCATENATED MODULE: external "../directives"
489
- var directives_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
490
- var directives_y = x => () => x
491
- const directives_namespaceObject = directives_x({ ["clickoutside"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_directives_45d4776f__.clickoutside });
492
- ;// CONCATENATED MODULE: external "../icon"
493
- var icon_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
494
- var icon_y = x => () => x
495
- const icon_namespaceObject = icon_x({ ["Close"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.Close, ["Error"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.Error, ["ExclamationCircleShape"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.ExclamationCircleShape, ["Search"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.Search });
496
484
  ;// CONCATENATED MODULE: ../../node_modules/resize-detector/esm/index.js
497
485
  var raf = null;
498
486
  function requestAnimationFrame (callback) {
@@ -809,6 +797,18 @@ function resetTriggers (elem) {
809
797
 
810
798
 
811
799
 
800
+ ;// CONCATENATED MODULE: external "../config-provider"
801
+ var config_provider_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
802
+ var config_provider_y = x => () => x
803
+ const config_provider_namespaceObject = config_provider_x({ ["useLocale"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_config_provider_fe8577a3__.useLocale, ["usePrefix"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_config_provider_fe8577a3__.usePrefix });
804
+ ;// CONCATENATED MODULE: external "../directives"
805
+ var directives_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
806
+ var directives_y = x => () => x
807
+ const directives_namespaceObject = directives_x({ ["clickoutside"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_directives_45d4776f__.clickoutside });
808
+ ;// CONCATENATED MODULE: external "../icon"
809
+ var icon_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
810
+ var icon_y = x => () => x
811
+ const icon_namespaceObject = icon_x({ ["Close"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.Close, ["Error"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.Error, ["ExclamationCircleShape"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.ExclamationCircleShape, ["Search"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.Search });
812
812
  ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js
813
813
  function _arrayWithHoles(arr) {
814
814
  if (Array.isArray(arr)) return arr;
@@ -1014,27 +1014,27 @@ function _createClass(Constructor, protoProps, staticProps) {
1014
1014
  var ValueBehavior;
1015
1015
  (function (ValueBehavior) {
1016
1016
  ValueBehavior["ALL"] = "all";
1017
- ValueBehavior["NEED_KEY"] = "need-key";
1017
+ ValueBehavior["NEEDKEY"] = "need-key";
1018
1018
  })(ValueBehavior || (ValueBehavior = {}));
1019
1019
  var DeleteBehavior;
1020
1020
  (function (DeleteBehavior) {
1021
1021
  DeleteBehavior["CHAR"] = "delete-char";
1022
1022
  DeleteBehavior["VALUE"] = "delete-value";
1023
1023
  })(DeleteBehavior || (DeleteBehavior = {}));
1024
- var SEARCH_SELECT_PROVIDER_KEY = Symbol('SEARCH_SELECT_PROVIDER_KEY');
1024
+ var SEARCH_SLECT_PROVIDER_KEY = Symbol('SEARCH_SLECT_PROVIDER_KEY');
1025
1025
  var useSearchSelectProvider = function useSearchSelectProvider(data) {
1026
- (0,external_vue_namespaceObject.provide)(SEARCH_SELECT_PROVIDER_KEY, data);
1026
+ (0,external_vue_namespaceObject.provide)(SEARCH_SLECT_PROVIDER_KEY, data);
1027
1027
  };
1028
1028
  var useSearchSelectInject = function useSearchSelectInject() {
1029
- return (0,external_vue_namespaceObject.inject)(SEARCH_SELECT_PROVIDER_KEY);
1029
+ return (0,external_vue_namespaceObject.inject)(SEARCH_SLECT_PROVIDER_KEY);
1030
1030
  };
1031
1031
  var SearchInputMode;
1032
1032
  (function (SearchInputMode) {
1033
1033
  SearchInputMode["DEFAULT"] = "default";
1034
1034
  SearchInputMode["EDIT"] = "edit";
1035
1035
  })(SearchInputMode || (SearchInputMode = {}));
1036
- var ValueSplitRegex = /(\||,|、|\r\n|\n)/gm;
1037
- var ValueSplitTestRegex = /^(\||,|、|\r\n|\n)$/;
1036
+ var ValueSplitRegex = /(\||,|、|\/|\r\n|\n)/gm;
1037
+ var ValueSplitTestRegex = /^(\||,|、|\/|\r\n|\n)$/;
1038
1038
  var SearchLogical;
1039
1039
  (function (SearchLogical) {
1040
1040
  SearchLogical["AND"] = "&";
@@ -1045,7 +1045,7 @@ var SelectedItem = /*#__PURE__*/function () {
1045
1045
  var type = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 'default';
1046
1046
  _classCallCheck(this, SelectedItem);
1047
1047
  _defineProperty(this, "values", []);
1048
- _defineProperty(this, "nameRenderKey", (0,shared_namespaceObject.random)(4));
1048
+ _defineProperty(this, "nameRenderkey", (0,shared_namespaceObject.random)(4));
1049
1049
  this.searchItem = searchItem;
1050
1050
  this.type = type;
1051
1051
  this.id = searchItem.id;
@@ -1121,7 +1121,7 @@ var SelectedItem = /*#__PURE__*/function () {
1121
1121
  }, {
1122
1122
  key: "addValue",
1123
1123
  value: function addValue(item) {
1124
- this.nameRenderKey = (0,shared_namespaceObject.random)(4);
1124
+ this.nameRenderkey = (0,shared_namespaceObject.random)(4);
1125
1125
  if (this.multiple) {
1126
1126
  var index = this.values.findIndex(function (val) {
1127
1127
  return val.id === item.id;
@@ -1409,9 +1409,9 @@ var SelectedItem = /*#__PURE__*/function () {
1409
1409
  "class": "menu-content"
1410
1410
  }, [(_this$list = this.list) === null || _this$list === void 0 ? void 0 : _this$list.map(function (item) {
1411
1411
  return (0,external_vue_namespaceObject.createVNode)("li", {
1412
- "id": item.id,
1413
- "key": item.id,
1414
1412
  "class": "menu-item ".concat(item.disabled ? 'is-disabled' : '', " ").concat(_this.hoverId === item.id && !item.disabled ? 'is-hover' : ''),
1413
+ "key": item.id,
1414
+ "id": item.id,
1415
1415
  "tabindex": "-1",
1416
1416
  "onClick": function onClick() {
1417
1417
  return !item.disabled && _this.handleClick(item);
@@ -1421,8 +1421,8 @@ var SelectedItem = /*#__PURE__*/function () {
1421
1421
  return _this.handleSelectedChange(e, item);
1422
1422
  }
1423
1423
  }, [(0,external_vue_namespaceObject.createVNode)(checkbox_namespaceObject["default"], {
1424
- "class": "is-selected",
1425
- "modelValue": _this.selected.includes(item.id)
1424
+ "modelValue": _this.selected.includes(item.id),
1425
+ "class": "is-selected"
1426
1426
  }, null)]), _this.getSearchNode(item)])]);
1427
1427
  })]);
1428
1428
  var getListMenu = function getListMenu() {
@@ -1434,17 +1434,17 @@ var SelectedItem = /*#__PURE__*/function () {
1434
1434
  }, [(0,external_vue_namespaceObject.createVNode)("div", {
1435
1435
  "class": "menu-condition-title"
1436
1436
  }, [_this.t.logical]), (0,external_vue_namespaceObject.createVNode)(radio_namespaceObject["default"], {
1437
- "label": "|",
1438
1437
  "modelValue": _this.logical,
1439
- "onChange": _this.handleLogicalChange
1438
+ "onChange": _this.handleLogicalChange,
1439
+ "label": "|"
1440
1440
  }, {
1441
1441
  "default": function _default() {
1442
1442
  return [_this.t.or, (0,external_vue_namespaceObject.createTextVNode)(" |")];
1443
1443
  }
1444
1444
  }), (0,external_vue_namespaceObject.createVNode)(radio_namespaceObject["default"], {
1445
- "label": "&",
1446
1445
  "modelValue": _this.logical,
1447
- "onChange": _this.handleLogicalChange
1446
+ "onChange": _this.handleLogicalChange,
1447
+ "label": "&"
1448
1448
  }, {
1449
1449
  "default": function _default() {
1450
1450
  return [_this.t.and, (0,external_vue_namespaceObject.createTextVNode)(" &")];
@@ -1527,7 +1527,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
1527
1527
  return [];
1528
1528
  }
1529
1529
  },
1530
- defaultUsingItem: Object,
1530
+ defautUsingItem: Object,
1531
1531
  mode: {
1532
1532
  type: String,
1533
1533
  "default": SearchInputMode.DEFAULT
@@ -1550,10 +1550,10 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
1550
1550
  var showNoSelectValueError = (0,external_vue_namespaceObject.ref)(false);
1551
1551
  var isFocus = (0,external_vue_namespaceObject.ref)(false);
1552
1552
  var showPopover = (0,external_vue_namespaceObject.ref)(false);
1553
- var usingItem = (0,external_vue_namespaceObject.ref)(props.defaultUsingItem);
1553
+ var usingItem = (0,external_vue_namespaceObject.ref)(props.defautUsingItem);
1554
1554
  var menuHoverId = (0,external_vue_namespaceObject.ref)('');
1555
1555
  var loading = (0,external_vue_namespaceObject.ref)(false);
1556
- var debounceSetMenuList = (0,shared_namespaceObject.debounce)(100, setMenuList);
1556
+ var debounceSetMenuList = (0,shared_namespaceObject.debounce)(300, setMenuList);
1557
1557
  // const selectMenuList = ref<ICommonItem[]>([]);
1558
1558
  var isBindEvent = false;
1559
1559
  var remoteMenuList = (0,external_vue_namespaceObject.ref)([]);
@@ -1562,7 +1562,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
1562
1562
  editKey = _useSearchSelectInjec.editKey,
1563
1563
  onValidate = _useSearchSelectInjec.onValidate,
1564
1564
  searchData = _useSearchSelectInjec.searchData;
1565
- var valueLogic = (0,external_vue_namespaceObject.computed)(function () {
1565
+ var valueLoagic = (0,external_vue_namespaceObject.computed)(function () {
1566
1566
  var _usingItem$value;
1567
1567
  return ((_usingItem$value = usingItem.value) === null || _usingItem$value === void 0 ? void 0 : _usingItem$value.logical) || SearchLogical.OR;
1568
1568
  });
@@ -1588,7 +1588,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
1588
1588
  if (shouldBindEvent) {
1589
1589
  if (!isBindEvent) {
1590
1590
  var _menuList$value$find;
1591
- menuHoverId.value = props.valueBehavior === ValueBehavior.NEED_KEY ? ((_menuList$value$find = menuList.value.find(function (item) {
1591
+ menuHoverId.value = props.valueBehavior === ValueBehavior.NEEDKEY ? ((_menuList$value$find = menuList.value.find(function (item) {
1592
1592
  return !item.disabled;
1593
1593
  })) === null || _menuList$value$find === void 0 ? void 0 : _menuList$value$find.id) || '' : '';
1594
1594
  isBindEvent = true;
@@ -1597,7 +1597,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
1597
1597
  } else {
1598
1598
  document.removeEventListener('keydown', handleDocumentKeydown);
1599
1599
  isBindEvent = false;
1600
- if (props.valueBehavior !== ValueBehavior.NEED_KEY) {
1600
+ if (props.valueBehavior !== ValueBehavior.NEEDKEY) {
1601
1601
  menuHoverId.value = '';
1602
1602
  }
1603
1603
  }
@@ -1635,10 +1635,9 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
1635
1635
  }
1636
1636
  }
1637
1637
  function documentEnterEvent(e) {
1638
- var _menuList$value2;
1639
1638
  if (!isBindEvent) return;
1640
1639
  e.preventDefault();
1641
- var item = (_menuList$value2 = menuList.value) === null || _menuList$value2 === void 0 ? void 0 : _menuList$value2.find(function (item) {
1640
+ var item = menuList.value.find(function (item) {
1642
1641
  return item.id === menuHoverId.value;
1643
1642
  });
1644
1643
  item && handleSelectItem(item);
@@ -1670,23 +1669,16 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
1670
1669
  showPopover.value = false;
1671
1670
  emit('focus', isFocus.value);
1672
1671
  }
1673
- var isOriginFocus = false;
1674
- function handleInputFocus(event) {
1675
- if (isOriginFocus) return;
1672
+ function handleInputFocus() {
1676
1673
  showNoSelectValueError.value = false;
1677
1674
  if (props.mode === SearchInputMode.EDIT && usingItem.value && !isFocus.value) {
1678
1675
  var nodeList = Array.from(inputRef.value.querySelectorAll("[data-type=\"".concat(usingItem.value.values.length ? 'value' : usingItem.value.type, "\"]")));
1679
1676
  if (!nodeList.length) return;
1680
- event === null || event === void 0 || event.preventDefault();
1681
1677
  var range = document.createRange();
1682
1678
  var selection = window.getSelection();
1683
1679
  range.selectNodeContents(nodeList.at(-1));
1684
1680
  selection === null || selection === void 0 || selection.removeAllRanges();
1685
- isOriginFocus = true;
1686
- setTimeout(function () {
1687
- isOriginFocus = false;
1688
- }, 200);
1689
- selection.addRange(range); // 注意这里会触发focus事件
1681
+ selection.addRange(range); // 注意这里会触发focu事件
1690
1682
  setInputFocus(true, false);
1691
1683
  return;
1692
1684
  }
@@ -1697,7 +1689,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
1697
1689
  event.preventDefault();
1698
1690
  var formattedText = event.clipboardData.getData('text').trim();
1699
1691
  if (!usingItem.value) {
1700
- var formateItem = str2SelectedItem(formattedText);
1692
+ var formateItem = str2SeletedItem(formattedText);
1701
1693
  if (formateItem) {
1702
1694
  usingItem.value = formateItem;
1703
1695
  setInputFocus(true, true);
@@ -1705,7 +1697,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
1705
1697
  }
1706
1698
  keyword.value = formattedText.split(ValueSplitRegex).filter(function (v) {
1707
1699
  return v.trim() && !ValueSplitTestRegex.test(v);
1708
- }).join(" ".concat(valueLogic.value, " "));
1700
+ }).join(" ".concat(valueLoagic.value, " "));
1709
1701
  inputRef.value.innerText = keyword.value;
1710
1702
  setInputFocus();
1711
1703
  debounceSetMenuList();
@@ -1728,15 +1720,9 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
1728
1720
  switch (event.code) {
1729
1721
  case 'Enter':
1730
1722
  case 'NumpadEnter':
1731
- if (props.valueBehavior === ValueBehavior.NEED_KEY && menuList.value.some(function (item) {
1723
+ if (props.valueBehavior === ValueBehavior.NEEDKEY && menuList.value.some(function (item) {
1732
1724
  return item.id === menuHoverId.value;
1733
- })) {
1734
- var _keyword$value;
1735
- if (!usingItem.value && (_keyword$value = keyword.value) !== null && _keyword$value !== void 0 && _keyword$value.length) {
1736
- event.preventDefault();
1737
- }
1738
- return;
1739
- }
1725
+ })) return;
1740
1726
  handleKeyEnter(event).then(function (v) {
1741
1727
  return v && clearInput();
1742
1728
  });
@@ -1769,7 +1755,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
1769
1755
  _context.next = 9;
1770
1756
  break;
1771
1757
  }
1772
- if (!(!keyword.value || props.valueBehavior === ValueBehavior.NEED_KEY)) {
1758
+ if (!(!keyword.value || props.valueBehavior === ValueBehavior.NEEDKEY)) {
1773
1759
  _context.next = 6;
1774
1760
  break;
1775
1761
  }
@@ -1823,9 +1809,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
1823
1809
  var _usingItem$value3;
1824
1810
  // 删除已选择项
1825
1811
  if (!usingItem.value && !keyword.value) {
1826
- menuHoverId.value = '';
1827
1812
  emit('delete');
1828
- // eslint-disable-next-line @typescript-eslint/no-misused-promises
1829
1813
  setTimeout(setMenuList, 16);
1830
1814
  return;
1831
1815
  }
@@ -1873,7 +1857,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
1873
1857
  id: (_item$realId = item.realId) !== null && _item$realId !== void 0 ? _item$realId : item.id
1874
1858
  }), type);
1875
1859
  selectedItem.addValues(item.value.name, false);
1876
- if (!(props.valueBehavior === ValueBehavior.NEED_KEY && menuHoverId.value)) {
1860
+ if (!(props.valueBehavior === ValueBehavior.NEEDKEY && menuHoverId.value)) {
1877
1861
  _context2.next = 8;
1878
1862
  break;
1879
1863
  }
@@ -1916,7 +1900,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
1916
1900
  setSelectedItem();
1917
1901
  }
1918
1902
  showPopover.value = isCondition || !!usingItem.value.children.length;
1919
- setInputFocus(props.valueBehavior === ValueBehavior.NEED_KEY && !!menuHoverId.value);
1903
+ setInputFocus(props.valueBehavior === ValueBehavior.NEEDKEY && !!menuHoverId.value);
1920
1904
  return _context2.abrupt("return");
1921
1905
  case 27:
1922
1906
  if (usingItem.value) {
@@ -1935,7 +1919,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
1935
1919
  if (!usingItem.value.multiple) {
1936
1920
  setSelectedItem();
1937
1921
  }
1938
- if (props.valueBehavior === ValueBehavior.NEED_KEY && (_usingItem$value12 = usingItem.value) !== null && _usingItem$value12 !== void 0 && _usingItem$value12.multiple) {
1922
+ if (props.valueBehavior === ValueBehavior.NEEDKEY && (_usingItem$value12 = usingItem.value) !== null && _usingItem$value12 !== void 0 && _usingItem$value12.multiple) {
1939
1923
  setInputFocus();
1940
1924
  }
1941
1925
  case 34:
@@ -1946,7 +1930,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
1946
1930
  }));
1947
1931
  return _handleSelectItem.apply(this, arguments);
1948
1932
  }
1949
- function handleSelectConditionItem(item) {
1933
+ function handleSelectCondtionItem(item) {
1950
1934
  handleSelectItem(item, 'condition');
1951
1935
  }
1952
1936
  function handleMenuFooterClick(item) {
@@ -2055,7 +2039,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
2055
2039
  function _setMenuList() {
2056
2040
  _setMenuList = _asyncToGenerator( /*#__PURE__*/regenerator_default().mark(function _callee5() {
2057
2041
  var _props$data, _usingItem$value$sear, _usingItem$value$valu;
2058
- var list, _usingItem$value14, _keyword$value3, hoverItem;
2042
+ var list, _usingItem$value14, _keyword$value2, hoverItem;
2059
2043
  return regenerator_default().wrap(function _callee5$(_context5) {
2060
2044
  while (1) switch (_context5.prev = _context5.next) {
2061
2045
  case 0:
@@ -2076,7 +2060,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
2076
2060
  break;
2077
2061
  case 9:
2078
2062
  if (!(usingItem !== null && usingItem !== void 0 && usingItem.value)) {
2079
- if (!((_keyword$value3 = keyword.value) !== null && _keyword$value3 !== void 0 && _keyword$value3.length)) {
2063
+ if (!((_keyword$value2 = keyword.value) !== null && _keyword$value2 !== void 0 && _keyword$value2.length)) {
2080
2064
  list = props.data.filter(function (item) {
2081
2065
  return !item.isSelected;
2082
2066
  }).slice();
@@ -2134,7 +2118,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
2134
2118
  }
2135
2119
  case 10:
2136
2120
  menuList.value = list;
2137
- if (props.valueBehavior === ValueBehavior.NEED_KEY) {
2121
+ if (props.valueBehavior === ValueBehavior.NEEDKEY) {
2138
2122
  hoverItem = list.find(function (item) {
2139
2123
  return !item.disabled;
2140
2124
  });
@@ -2161,7 +2145,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
2161
2145
  return regenerator_default().wrap(function _callee6$(_context6) {
2162
2146
  while (1) switch (_context6.prev = _context6.next) {
2163
2147
  case 0:
2164
- formatItem = str2SelectedItem(keyword.value);
2148
+ formatItem = str2SeletedItem(keyword.value);
2165
2149
  valueList = (formatItem === null || formatItem === void 0 ? void 0 : formatItem.values) || [{
2166
2150
  id: keyword.value,
2167
2151
  name: keyword.value
@@ -2199,7 +2183,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
2199
2183
  case 0:
2200
2184
  valueList = [];
2201
2185
  if (usingItem.value.isSpecialType()) {
2202
- formatItem = str2SelectedItem(keyword.value);
2186
+ formatItem = str2SeletedItem(keyword.value);
2203
2187
  if (formatItem) {
2204
2188
  usingItem.value = formatItem;
2205
2189
  valueList = formatItem.values;
@@ -2245,16 +2229,15 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
2245
2229
  selection.addRange(range);
2246
2230
  }
2247
2231
  function setInputFocus() {
2248
- var refreshMenuList = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : false;
2232
+ var refleshMenuList = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : false;
2249
2233
  var needCursorToEnd = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : true;
2250
- if (refreshMenuList) {
2251
- // eslint-disable-next-line @typescript-eslint/no-misused-promises
2234
+ if (refleshMenuList) {
2252
2235
  setTimeout(setMenuList, 16);
2253
2236
  }
2254
2237
  isFocus.value = true;
2255
2238
  showPopover.value = true;
2256
2239
  showNoSelectValueError.value = false;
2257
- !props.getMenuList && needCursorToEnd && (0,external_vue_namespaceObject.nextTick)(setCursorToEnd);
2240
+ needCursorToEnd && (0,external_vue_namespaceObject.nextTick)(setCursorToEnd);
2258
2241
  emit('focus', isFocus.value);
2259
2242
  }
2260
2243
  function setSelectedItem(item) {
@@ -2275,7 +2258,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
2275
2258
  return inputRef.value.innerText = '';
2276
2259
  });
2277
2260
  }
2278
- function str2SelectedItem(str) {
2261
+ function str2SeletedItem(str) {
2279
2262
  var _str$split = str.split(':'),
2280
2263
  _str$split2 = _slicedToArray(_str$split, 2),
2281
2264
  key = _str$split2[0],
@@ -2293,8 +2276,8 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
2293
2276
  return undefined;
2294
2277
  }
2295
2278
  function deleteInputTextNode() {
2296
- var _keyword$value2;
2297
- if ((_keyword$value2 = keyword.value) !== null && _keyword$value2 !== void 0 && _keyword$value2.length) {
2279
+ var _keyword$value;
2280
+ if ((_keyword$value = keyword.value) !== null && _keyword$value !== void 0 && _keyword$value.length) {
2298
2281
  keyword.value = '';
2299
2282
  var nodes = Array.from(inputRef.value.childNodes);
2300
2283
  nodes.forEach(function (node) {
@@ -2348,19 +2331,13 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
2348
2331
  return v && clearInput();
2349
2332
  });
2350
2333
  }
2351
- function refleshMenuHover() {
2352
- if (!usingItem.value) {
2353
- menuHoverId.value = '';
2354
- }
2355
- }
2356
2334
  // expose
2357
2335
  expose({
2358
2336
  inputFocusForWrapper: inputFocusForWrapper,
2359
2337
  inputEnterForWrapper: inputEnterForWrapper,
2360
2338
  inputClearForWrapper: inputClearForWrapper,
2361
2339
  handleInputFocus: handleInputFocus,
2362
- isFocus: isFocus,
2363
- refleshMenuHover: refleshMenuHover
2340
+ isFocus: isFocus
2364
2341
  });
2365
2342
  return {
2366
2343
  popoverRef: popoverRef,
@@ -2383,7 +2360,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
2383
2360
  handleLogicalChange: handleLogicalChange,
2384
2361
  handleInputKeyup: handleInputKeyup,
2385
2362
  handleSelectItem: handleSelectItem,
2386
- handleSelectConditionItem: handleSelectConditionItem,
2363
+ handleSelectCondtionItem: handleSelectCondtionItem,
2387
2364
  handleMenuFooterClick: handleMenuFooterClick,
2388
2365
  resolveClassName: resolveClassName,
2389
2366
  inputFocusForWrapper: inputFocusForWrapper,
@@ -2391,7 +2368,6 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
2391
2368
  inputClearForWrapper: inputClearForWrapper,
2392
2369
  deleteInputTextNode: deleteInputTextNode,
2393
2370
  customPanelSubmit: customPanelSubmit,
2394
- refleshMenuHover: refleshMenuHover,
2395
2371
  t: t
2396
2372
  };
2397
2373
  },
@@ -2421,32 +2397,32 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
2421
2397
  "data-placeholder": !inputInnerHtml && !_this.keyword ? _this.placeholder : '',
2422
2398
  "data-tips": placeholder || '',
2423
2399
  "spellcheck": "false",
2400
+ "onPaste": _this.handleInputPaste,
2424
2401
  "onFocus": _this.handleInputFocus,
2425
2402
  "onInput": _this.handleInputChange,
2426
- "onKeydown": _this.handleInputKeyup,
2427
- "onPaste": _this.handleInputPaste
2403
+ "onKeydown": _this.handleInputKeyup
2428
2404
  }, [((_this$usingItem = _this.usingItem) === null || _this$usingItem === void 0 ? void 0 : _this$usingItem.name) && (!_this.usingItem.isSpecialType() ? (0,external_vue_namespaceObject.createVNode)("span", {
2429
- "key": _this.usingItem.nameRenderKey,
2430
- "style": {
2431
- color: '#979BA5'
2432
- },
2433
- "contenteditable": false,
2434
2405
  "data-key": _this.usingItem.name,
2435
2406
  "data-type": _this.usingItem.type,
2407
+ "key": _this.usingItem.nameRenderkey,
2436
2408
  "onMousedown": function onMousedown(e) {
2437
2409
  return e.preventDefault();
2410
+ },
2411
+ "contenteditable": false,
2412
+ "style": {
2413
+ color: '#979BA5'
2438
2414
  }
2439
2415
  }, [_this.usingItem.name, (0,external_vue_namespaceObject.createTextVNode)(":\xA0")]) : (0,external_vue_namespaceObject.createVNode)("span", {
2440
- "key": _this.usingItem.nameRenderKey,
2441
2416
  "data-key": _this.usingItem.name,
2442
- "data-type": _this.usingItem.type
2417
+ "data-type": _this.usingItem.type,
2418
+ "key": _this.usingItem.nameRenderkey
2443
2419
  }, [_this.usingItem.name])), (_this$usingItem2 = _this.usingItem) === null || _this$usingItem2 === void 0 || (_this$usingItem2 = _this$usingItem2.values) === null || _this$usingItem2 === void 0 ? void 0 : _this$usingItem2.map(function (item, index) {
2444
2420
  return (0,external_vue_namespaceObject.createVNode)("span", {
2445
2421
  "key": index,
2446
- "data-id": item.id,
2447
- "data-index": index,
2448
2422
  "data-key": item.name,
2449
- "data-type": "value"
2423
+ "data-type": "value",
2424
+ "data-id": item.id,
2425
+ "data-index": index
2450
2426
  }, [item.name, index < _this.usingItem.values.length - 1 ? " ".concat(_this.usingItem.logical, " ") : '']);
2451
2427
  })]), [[(0,external_vue_namespaceObject.resolveDirective)("clickoutside"), _this.handleClickOutside]]);
2452
2428
  };
@@ -2474,29 +2450,29 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
2474
2450
  "ref": "popoverRef",
2475
2451
  "class": _this.resolveClassName('search-select-popover')
2476
2452
  }, [(0,external_vue_namespaceObject.createVNode)(menu, {
2477
- "conditions": showCondition ? _this.conditions : [],
2478
- "hoverId": _this.menuHoverId,
2479
- "keyword": _this.keyword,
2480
2453
  "list": _this.menuList,
2481
- "logical": (_this$usingItem4 = _this.usingItem) === null || _this$usingItem4 === void 0 ? void 0 : _this$usingItem4.logical,
2454
+ "keyword": _this.keyword,
2482
2455
  "multiple": !!multiple,
2456
+ "hoverId": _this.menuHoverId,
2483
2457
  "selected": (values === null || values === void 0 ? void 0 : values.map(function (item) {
2484
2458
  return item.id;
2485
2459
  })) || [],
2460
+ "conditions": showCondition ? _this.conditions : [],
2461
+ "logical": (_this$usingItem4 = _this.usingItem) === null || _this$usingItem4 === void 0 ? void 0 : _this$usingItem4.logical,
2486
2462
  "showLogical": (_this$usingItem5 = _this.usingItem) === null || _this$usingItem5 === void 0 ? void 0 : _this$usingItem5.showLogical,
2487
- "onFooterClick": _this.handleMenuFooterClick,
2488
- "onSelectCondition": _this.handleSelectConditionItem,
2463
+ "onUpdate:logical": _this.handleLogicalChange,
2489
2464
  "onSelectItem": _this.handleSelectItem,
2490
- "onUpdate:logical": _this.handleLogicalChange
2465
+ "onSelectCondition": _this.handleSelectCondtionItem,
2466
+ "onFooterClick": _this.handleMenuFooterClick
2491
2467
  }, null)]) : undefined;
2492
2468
  };
2493
2469
  return (0,external_vue_namespaceObject.createVNode)(popover_namespaceObject["default"], {
2470
+ "trigger": "manual",
2471
+ "theme": "light",
2472
+ "placement": "bottom-start",
2494
2473
  "arrow": false,
2495
2474
  "disableOutsideClick": true,
2496
- "isShow": showPopover,
2497
- "placement": "bottom-start",
2498
- "theme": "light",
2499
- "trigger": "manual"
2475
+ "isShow": showPopover
2500
2476
  }, {
2501
2477
  "default": inputContent,
2502
2478
  content: popoverContent
@@ -2575,7 +2551,7 @@ function selected_objectSpread(e) { for (var r = 1; r < arguments.length; r++) {
2575
2551
  function handleDeleteSelected(index) {
2576
2552
  emit('delete', index);
2577
2553
  }
2578
- function handleEditSelected(e, item, index) {
2554
+ function handleEditSeleted(e, item, index) {
2579
2555
  e.preventDefault();
2580
2556
  e.stopPropagation();
2581
2557
  onEditClick(item, index);
@@ -2600,7 +2576,7 @@ function selected_objectSpread(e) { for (var r = 1; r < arguments.length; r++) {
2600
2576
  var _selectedInputRef$val;
2601
2577
  return !((_selectedInputRef$val = selectedInputRef.value) !== null && _selectedInputRef$val !== void 0 && _selectedInputRef$val.contains(target));
2602
2578
  }
2603
- function copySelectedItem(item) {
2579
+ function copySeletedItem(item) {
2604
2580
  var newItem = new SelectedItem(item.searchItem, item.type);
2605
2581
  newItem.values = item.values.slice();
2606
2582
  newItem.logical = item.logical || SearchLogical.OR;
@@ -2610,9 +2586,9 @@ function selected_objectSpread(e) { for (var r = 1; r < arguments.length; r++) {
2610
2586
  inputRef: inputRef,
2611
2587
  selectedInputRef: selectedInputRef,
2612
2588
  editKey: editKey,
2613
- copySelectedItem: copySelectedItem,
2589
+ copySeletedItem: copySeletedItem,
2614
2590
  handleDeleteSelected: handleDeleteSelected,
2615
- handleEditSelected: handleEditSelected,
2591
+ handleEditSeleted: handleEditSeleted,
2616
2592
  handleInputOutside: handleInputOutside,
2617
2593
  handleAddSelected: handleAddSelected,
2618
2594
  handleInputFocus: handleInputFocus
@@ -2622,19 +2598,19 @@ function selected_objectSpread(e) { for (var r = 1; r < arguments.length; r++) {
2622
2598
  var _this = this;
2623
2599
  var contentComponent = function contentComponent(item, index) {
2624
2600
  return _this.editKey === "".concat(item.id, "_").concat(index) ? (0,external_vue_namespaceObject.createVNode)("div", {
2601
+ "class": "selected-input",
2625
2602
  "key": _this.editKey.toString(),
2626
- "ref": "selectedInputRef",
2627
- "class": "selected-input"
2603
+ "ref": "selectedInputRef"
2628
2604
  }, [(0,external_vue_namespaceObject.createVNode)(input, {
2629
- "key": _this.editKey.toString(),
2630
2605
  "ref": "inputRef",
2631
- "clickOutside": _this.handleInputOutside,
2632
- "conditions": _this.conditions,
2633
- "data": _this.data,
2634
- "defaultUsingItem": _this.copySelectedItem(item),
2635
- "getMenuList": _this.getMenuList,
2606
+ "key": _this.editKey.toString(),
2636
2607
  "mode": SearchInputMode.EDIT,
2608
+ "data": _this.data,
2637
2609
  "showCondition": false,
2610
+ "conditions": _this.conditions,
2611
+ "defautUsingItem": _this.copySeletedItem(item),
2612
+ "clickOutside": _this.handleInputOutside,
2613
+ "getMenuList": _this.getMenuList,
2638
2614
  "validateValues": _this.validateValues,
2639
2615
  "valueBehavior": _this.valueBehavior,
2640
2616
  "onAdd": function onAdd(v) {
@@ -2642,12 +2618,12 @@ function selected_objectSpread(e) { for (var r = 1; r < arguments.length; r++) {
2642
2618
  },
2643
2619
  "onFocus": _this.handleInputFocus
2644
2620
  }, selected_objectSpread({}, _this.$slots))]) : (0,external_vue_namespaceObject.createVNode)("li", {
2645
- "key": "".concat(item.id, "_").concat(index),
2646
- "class": "search-container-selected ".concat(!(_this.overflowIndex >= 0 ? index < _this.overflowIndex : index >= 0) ? 'hidden-selected' : '')
2621
+ "class": "search-container-selected ".concat(!(_this.overflowIndex >= 0 ? index < _this.overflowIndex : index >= 0) ? 'hidden-selected' : ''),
2622
+ "key": "".concat(item.id, "_").concat(index)
2647
2623
  }, [(0,external_vue_namespaceObject.createVNode)("span", {
2648
2624
  "class": "selected-name",
2649
2625
  "onClick": function onClick(e) {
2650
- return _this.handleEditSelected(e, item, index);
2626
+ return _this.handleEditSeleted(e, item, index);
2651
2627
  }
2652
2628
  }, [item.inputInnerText]), (0,external_vue_namespaceObject.createVNode)(icon_namespaceObject.Error, {
2653
2629
  "class": "selected-clear",
@@ -2703,8 +2679,7 @@ function search_select_objectSpread(e) { for (var r = 1; r < arguments.length; r
2703
2679
 
2704
2680
 
2705
2681
  var INPUT_PADDING_WIDTH = 40;
2706
- var SELECTED_MARGIN_RIGHT = 6;
2707
- var INPUT_MIN_HEIGHT = 26;
2682
+ var SELETED_MARGING_RIGHT = 6;
2708
2683
  var SearchSelectProps = {
2709
2684
  data: {
2710
2685
  type: Array,
@@ -2718,10 +2693,18 @@ var SearchSelectProps = {
2718
2693
  return [];
2719
2694
  }
2720
2695
  },
2696
+ shrink: {
2697
+ type: Boolean,
2698
+ "default": true
2699
+ },
2721
2700
  maxHeight: {
2722
2701
  type: Number,
2723
2702
  "default": 120
2724
2703
  },
2704
+ minHeight: {
2705
+ type: Number,
2706
+ "default": 26
2707
+ },
2725
2708
  conditions: {
2726
2709
  type: Array,
2727
2710
  "default": function _default() {
@@ -2743,7 +2726,7 @@ var SearchSelectProps = {
2743
2726
  type: String,
2744
2727
  "default": ValueBehavior.ALL,
2745
2728
  validator: function validator(v) {
2746
- return [ValueBehavior.ALL, ValueBehavior.NEED_KEY].includes(v);
2729
+ return [ValueBehavior.ALL, ValueBehavior.NEEDKEY].includes(v);
2747
2730
  }
2748
2731
  }
2749
2732
  // deleteBehavior: {
@@ -2817,13 +2800,13 @@ var SearchSelectProps = {
2817
2800
  }
2818
2801
  var list = [];
2819
2802
  v.forEach(function (item) {
2820
- var selected = selectedList.value.find(function (set) {
2803
+ var seleted = selectedList.value.find(function (set) {
2821
2804
  return set.id === item.id && set.name === item.name;
2822
2805
  });
2823
- if ((selected === null || selected === void 0 ? void 0 : selected.toValueKey()) === JSON.stringify(item)) {
2824
- selected.values = item.values || [];
2825
- selected.logical = item.logical || SearchLogical.OR;
2826
- list.push(selected);
2806
+ if ((seleted === null || seleted === void 0 ? void 0 : seleted.toValueKey()) === JSON.stringify(item)) {
2807
+ seleted.values = item.values || [];
2808
+ seleted.logical = item.logical || SearchLogical.OR;
2809
+ list.push(seleted);
2827
2810
  } else {
2828
2811
  var _item$values;
2829
2812
  var searchItem = props.data.find(function (set) {
@@ -2900,18 +2883,18 @@ var SearchSelectProps = {
2900
2883
  return;
2901
2884
  }
2902
2885
  var inputEl = wrapRef.value.querySelector(".".concat(resolveClassName('search-select-container')));
2903
- var maxWidth = wrapRef.value.querySelector('.search-container').clientWidth - SELECTED_MARGIN_RIGHT - 2;
2886
+ var maxWidth = wrapRef.value.querySelector('.search-container').clientWidth - SELETED_MARGING_RIGHT - 2;
2904
2887
  var tagList = inputEl.querySelectorAll('.search-container-selected:not(.overflow-selected)');
2905
2888
  var width = 0;
2906
2889
  var index = 0;
2907
2890
  var i = 0;
2908
2891
  while (index === 0 && width <= maxWidth - INPUT_PADDING_WIDTH && i <= tagList.length - 1) {
2909
2892
  var el = tagList[i];
2910
- if (el.clientHeight > INPUT_MIN_HEIGHT) {
2893
+ if (el.clientHeight > props.minHeight) {
2911
2894
  overflowIndex.value = i;
2912
2895
  return;
2913
2896
  }
2914
- width += el ? el.clientWidth + SELECTED_MARGIN_RIGHT : 0;
2897
+ width += el ? el.clientWidth + SELETED_MARGING_RIGHT : 0;
2915
2898
  if (width >= maxWidth - INPUT_PADDING_WIDTH) {
2916
2899
  index = i;
2917
2900
  }
@@ -2950,7 +2933,6 @@ var SearchSelectProps = {
2950
2933
  var list = selectedList.value.slice();
2951
2934
  list.splice(typeof index === 'number' ? index : selectedList.value.length - 1, 1);
2952
2935
  onValidate('');
2953
- inputRef.value.refleshMenuHover();
2954
2936
  emit('update:modelValue', list.map(function (item) {
2955
2937
  return item.toValue();
2956
2938
  }));
@@ -2998,7 +2980,7 @@ var SearchSelectProps = {
2998
2980
  var _this = this,
2999
2981
  _this$$slots$prepend,
3000
2982
  _this$$slots2;
3001
- var maxHeight = "".concat(this.isFocus ? this.maxHeight : INPUT_MIN_HEIGHT, "px");
2983
+ var maxHeight = "".concat(!this.shrink || this.isFocus ? this.maxHeight : this.minHeight, "px");
3002
2984
  var showCondition = !!this.selectedList.length && this.selectedList.slice(-1)[0].type !== 'condition';
3003
2985
  var menuSlots = Object.assign({}, this.$slots.menu ? {
3004
2986
  menu: function menu(data) {
@@ -3008,24 +2990,24 @@ var SearchSelectProps = {
3008
2990
  } : {});
3009
2991
  // render
3010
2992
  return (0,external_vue_namespaceObject.createVNode)("div", {
3011
- "ref": "wrapRef",
3012
- "class": this.resolveClassName('search-select')
2993
+ "class": this.resolveClassName('search-select'),
2994
+ "ref": "wrapRef"
3013
2995
  }, [(0,external_vue_namespaceObject.createVNode)("div", {
3014
2996
  "class": _defineProperty(_defineProperty({}, this.resolveClassName('search-select-container'), true), 'is-focus', this.isFocus),
3015
2997
  "onClick": this.handleWrapClick
3016
2998
  }, [(0,external_vue_namespaceObject.createVNode)("div", {
3017
2999
  "class": "search-prefix"
3018
3000
  }, [(_this$$slots$prepend = (_this$$slots2 = this.$slots).prepend) === null || _this$$slots$prepend === void 0 ? void 0 : _this$$slots$prepend.call(_this$$slots2)]), (0,external_vue_namespaceObject.createVNode)("div", {
3001
+ "class": "search-container",
3019
3002
  "style": {
3020
3003
  maxHeight: maxHeight
3021
- },
3022
- "class": "search-container"
3004
+ }
3023
3005
  }, [(0,external_vue_namespaceObject.createVNode)(selected, {
3024
- "conditions": this.localConditions,
3025
3006
  "data": this.copyData,
3026
- "getMenuList": this.getMenuList,
3027
- "overflowIndex": this.overflowIndex,
3007
+ "conditions": this.localConditions,
3028
3008
  "selectedList": this.selectedList,
3009
+ "overflowIndex": this.overflowIndex,
3010
+ "getMenuList": this.getMenuList,
3029
3011
  "validateValues": this.validateValues,
3030
3012
  "valueBehavior": this.valueBehavior,
3031
3013
  "onDelete": this.handleDeleteSelected,
@@ -3034,13 +3016,13 @@ var SearchSelectProps = {
3034
3016
  "class": "search-container-input"
3035
3017
  }, [(0,external_vue_namespaceObject.createVNode)(input, {
3036
3018
  "ref": "inputRef",
3037
- "clickOutside": this.handleInputOutside,
3038
- "conditions": this.localConditions,
3039
3019
  "data": this.copyData,
3040
- "getMenuList": this.getMenuList,
3041
- "placeholder": this.placeholder || this.t.pleaseSelect,
3042
- "showCondition": showCondition,
3043
3020
  "showInputBefore": !this.selectedList.length,
3021
+ "showCondition": showCondition,
3022
+ "conditions": this.localConditions,
3023
+ "placeholder": this.placeholder || this.t.pleaseSelect,
3024
+ "clickOutside": this.handleInputOutside,
3025
+ "getMenuList": this.getMenuList,
3044
3026
  "validateValues": this.validateValues,
3045
3027
  "valueBehavior": this.valueBehavior,
3046
3028
  "onAdd": this.handleAddSelected,
@@ -3053,8 +3035,8 @@ var SearchSelectProps = {
3053
3035
  "class": "search-clear",
3054
3036
  "onClick": this.handleClearAll
3055
3037
  }, null), this.$slots.append ? this.$slots.append() : (0,external_vue_namespaceObject.createVNode)(icon_namespaceObject.Search, {
3056
- "class": "search-nextfix-icon ".concat(this.isFocus ? 'is-focus' : ''),
3057
- "onClick": this.handleClickSearch
3038
+ "onClick": this.handleClickSearch,
3039
+ "class": "search-nextfix-icon ".concat(this.isFocus ? 'is-focus' : '')
3058
3040
  }, null)])]), !!this.validateStr.length && (0,external_vue_namespaceObject.createVNode)("div", {
3059
3041
  "class": this.resolveClassName('search-select-tips')
3060
3042
  }, [this.$slots.validate ? this.$slots.validate() : (0,external_vue_namespaceObject.createVNode)(external_vue_namespaceObject.Fragment, null, [(0,external_vue_namespaceObject.createVNode)(icon_namespaceObject.ExclamationCircleShape, {