bkui-vue 1.0.3-beta.8 → 2.0.1-beta.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 (289) hide show
  1. package/dist/index.cjs.js +71 -73
  2. package/dist/index.esm.js +20956 -18684
  3. package/dist/index.umd.js +71 -73
  4. package/dist/locale/en.esm.js +1 -1
  5. package/dist/locale/en.esm.js.map +1 -1
  6. package/dist/locale/en.umd.js +1 -1
  7. package/dist/locale/en.umd.js.map +1 -1
  8. package/dist/locale/zh-cn.esm.js +1 -1
  9. package/dist/locale/zh-cn.esm.js.map +1 -1
  10. package/dist/locale/zh-cn.umd.js +1 -1
  11. package/dist/locale/zh-cn.umd.js.map +1 -1
  12. package/dist/style.css +1 -1
  13. package/dist/style.variable.css +1 -1
  14. package/lib/affix/affix.variable.css +3 -0
  15. package/lib/alert/alert.variable.css +3 -0
  16. package/lib/backtop/backtop.variable.css +3 -0
  17. package/lib/badge/badge.variable.css +3 -0
  18. package/lib/breadcrumb/breadcrumb.variable.css +3 -0
  19. package/lib/button/button.variable.css +3 -0
  20. package/lib/card/card.variable.css +3 -0
  21. package/lib/cascader/cascader.variable.css +3 -0
  22. package/lib/checkbox/checkbox.variable.css +3 -0
  23. package/lib/checkbox/index.js +4 -4
  24. package/lib/code-diff/code-diff.variable.css +3 -0
  25. package/lib/collapse/collapse.css +11 -0
  26. package/lib/collapse/collapse.d.ts +11 -0
  27. package/lib/collapse/collapse.less +15 -1
  28. package/lib/collapse/collapse.variable.css +14 -0
  29. package/lib/collapse/index.d.ts +23 -0
  30. package/lib/collapse/index.js +9 -1
  31. package/lib/collapse/props.d.ts +8 -0
  32. package/lib/collapse-transition/collapse-transition.variable.css +3 -0
  33. package/lib/color-picker/color-picker.variable.css +3 -0
  34. package/lib/components.d.ts +2 -0
  35. package/lib/components.js +62 -505
  36. package/lib/config-provider/config-provider.d.ts +3 -0
  37. package/lib/config-provider/config-provider.variable.css +3 -0
  38. package/lib/config-provider/index.d.ts +4 -0
  39. package/lib/config-provider/token.d.ts +1 -0
  40. package/lib/container/container.variable.css +3 -0
  41. package/lib/date-picker/base/month-table.d.ts +2 -2
  42. package/lib/date-picker/date-picker.d.ts +1 -0
  43. package/lib/date-picker/date-picker.variable.css +3 -0
  44. package/lib/date-picker/index.d.ts +3 -0
  45. package/lib/date-picker/index.js +70 -32
  46. package/lib/date-picker/interface.d.ts +1 -1
  47. package/lib/date-picker/time-picker.d.ts +1 -0
  48. package/lib/date-picker/utils.d.ts +4 -0
  49. package/lib/dialog/dialog.css +176 -150
  50. package/lib/dialog/dialog.d.ts +40 -109
  51. package/lib/dialog/dialog.less +51 -124
  52. package/lib/dialog/dialog.variable.css +179 -150
  53. package/lib/dialog/index.d.ts +99 -263
  54. package/lib/dialog/index.js +244 -246
  55. package/lib/dialog/props.d.ts +10 -35
  56. package/lib/directives/index.js +0 -1
  57. package/lib/dist.index.js +5 -62
  58. package/lib/divider/divider.variable.css +3 -0
  59. package/lib/dropdown/dropdown.css +3 -1
  60. package/lib/dropdown/dropdown.variable.css +6 -1
  61. package/lib/exception/exception.variable.css +3 -0
  62. package/lib/fixed-navbar/fixed-navbar.variable.css +3 -0
  63. package/lib/form/form.variable.css +3 -0
  64. package/lib/form/index.js +3 -1
  65. package/lib/hooks.js +1 -48
  66. package/lib/icon/image-fill.js +82 -167
  67. package/lib/icon/img-error.js +82 -167
  68. package/lib/icon/img-placehoulder.js +82 -167
  69. package/lib/icon/index.d.ts +1 -0
  70. package/lib/icon/index.js +87 -2427
  71. package/lib/icon/info-line.js +82 -167
  72. package/lib/icon/info.js +82 -167
  73. package/lib/icon/left-shape.js +82 -167
  74. package/lib/icon/left-turn-line.js +82 -167
  75. package/lib/icon/loading.js +82 -167
  76. package/lib/icon/narrow-line.js +82 -167
  77. package/lib/icon/original.js +82 -167
  78. package/lib/icon/pdf-fill.js +82 -167
  79. package/lib/icon/play-shape.js +82 -167
  80. package/lib/icon/plus.js +82 -167
  81. package/lib/icon/ppt-fill.js +82 -167
  82. package/lib/icon/qq.js +82 -167
  83. package/lib/icon/right-shape.js +82 -167
  84. package/lib/icon/right-turn-line.js +82 -167
  85. package/lib/icon/search.js +82 -167
  86. package/lib/icon/share.js +82 -167
  87. package/lib/icon/spinner.js +82 -167
  88. package/lib/icon/success.js +82 -167
  89. package/lib/icon/switcher-loading.js +82 -167
  90. package/lib/icon/text-all.d.ts +4 -0
  91. package/lib/icon/text-all.js +191 -0
  92. package/lib/icon/text-file.js +82 -167
  93. package/lib/icon/text-fill.js +82 -167
  94. package/lib/icon/transfer.js +82 -167
  95. package/lib/icon/tree-application-shape.js +82 -167
  96. package/lib/icon/unfull-screen.js +82 -167
  97. package/lib/icon/unvisible.js +82 -167
  98. package/lib/icon/up-shape.js +82 -167
  99. package/lib/icon/upload.js +82 -167
  100. package/lib/icon/video-fill.js +82 -167
  101. package/lib/icon/warn.js +82 -167
  102. package/lib/icon/weixin-pro.js +82 -167
  103. package/lib/icon/weixin.js +82 -167
  104. package/lib/image/image-viewer.variable.css +3 -0
  105. package/lib/image/image.variable.css +3 -0
  106. package/lib/image/index.js +5 -2
  107. package/lib/index.js +7 -72
  108. package/lib/info-box/index.d.ts +2 -2
  109. package/lib/info-box/index.js +257 -516
  110. package/lib/info-box/info-box.css +58 -28
  111. package/lib/info-box/info-box.d.ts +18 -16
  112. package/lib/info-box/info-box.less +82 -51
  113. package/lib/info-box/info-box.variable.css +61 -28
  114. package/lib/info-box/render-component.d.ts +4 -0
  115. package/lib/input/index.js +7 -1
  116. package/lib/input/input.variable.css +3 -0
  117. package/lib/link/link.variable.css +3 -0
  118. package/lib/loading/loading.variable.css +3 -0
  119. package/lib/locale/index.js +4 -2
  120. package/lib/locale/lang/en.d.ts +1 -0
  121. package/lib/menu/menu.variable.css +3 -0
  122. package/lib/menu/submenu.variable.css +3 -0
  123. package/lib/message/message.variable.css +3 -0
  124. package/lib/modal/hooks.d.ts +6 -0
  125. package/lib/modal/index.d.ts +41 -309
  126. package/lib/modal/index.js +285 -671
  127. package/lib/modal/mask.d.ts +6 -0
  128. package/lib/modal/modal.css +155 -76
  129. package/lib/modal/modal.d.ts +18 -116
  130. package/lib/modal/modal.less +107 -55
  131. package/lib/modal/modal.variable.css +158 -76
  132. package/lib/modal/props.mixin.d.ts +5 -41
  133. package/lib/navigation/navigation.variable.css +3 -0
  134. package/lib/notify/notify.variable.css +3 -0
  135. package/lib/overflow-title/index.js +46 -52
  136. package/lib/pagination/index.js +2 -1
  137. package/lib/pagination/pagination.variable.css +3 -0
  138. package/lib/plugin-popover/index.d.ts +1 -1
  139. package/lib/plugin-popover/index.js +45 -26
  140. package/lib/pop-confirm/index.js +8 -5
  141. package/lib/pop-confirm/pop-confirm.variable.css +3 -0
  142. package/lib/popover/content.d.ts +1 -1
  143. package/lib/popover/index.js +45 -26
  144. package/lib/popover/plugin-popover.d.ts +4 -1
  145. package/lib/popover/popover.css +3 -1
  146. package/lib/popover/popover.less +4 -1
  147. package/lib/popover/popover.variable.css +6 -1
  148. package/lib/preset.d.ts +2 -0
  149. package/lib/preset.js +18 -64
  150. package/lib/process/process.variable.css +3 -0
  151. package/lib/progress/progress.variable.css +3 -0
  152. package/lib/radio/index.d.ts +29 -0
  153. package/lib/radio/index.js +49 -26
  154. package/lib/radio/radio-button.d.ts +10 -0
  155. package/lib/radio/radio-group.d.ts +10 -0
  156. package/lib/radio/radio.d.ts +10 -0
  157. package/lib/radio/radio.variable.css +3 -0
  158. package/lib/rate/rate.variable.css +3 -0
  159. package/lib/rate/star.variable.css +3 -0
  160. package/lib/resize-layout/index.js +1 -1
  161. package/lib/resize-layout/resize-layout.variable.css +3 -0
  162. package/lib/scrollbar/index.d.ts +15 -0
  163. package/lib/scrollbar/index.js +18763 -0
  164. package/lib/scrollbar/scrollbar-core/can-use-dom.d.ts +2 -0
  165. package/lib/scrollbar/scrollbar-core/helpers.d.ts +5 -0
  166. package/lib/scrollbar/scrollbar-core/index.d.ts +241 -0
  167. package/lib/scrollbar/scrollbar-core/mouse-wheel.d.ts +5 -0
  168. package/lib/scrollbar/scrollbar-core/scrollbar-width.d.ts +1 -0
  169. package/lib/scrollbar/scrollbar.css +75 -0
  170. package/lib/scrollbar/scrollbar.less +94 -0
  171. package/lib/scrollbar/scrollbar.variable.css +204 -0
  172. package/lib/search-select/index.d.ts +375 -16
  173. package/lib/search-select/index.js +701 -366
  174. package/lib/search-select/input.d.ts +14 -5
  175. package/lib/search-select/search-select.css +20 -6
  176. package/lib/search-select/search-select.d.ts +129 -7
  177. package/lib/search-select/search-select.less +16 -12
  178. package/lib/search-select/search-select.variable.css +23 -6
  179. package/lib/search-select/selected.d.ts +116 -6
  180. package/lib/search-select/utils.d.ts +19 -6
  181. package/lib/select/index.d.ts +124 -6
  182. package/lib/select/index.js +1336 -72
  183. package/lib/select/option.d.ts +3 -1
  184. package/lib/select/pinyin/core.d.ts +14 -0
  185. package/lib/select/pinyin/dict.d.ts +34 -0
  186. package/lib/select/pinyin/index.d.ts +2 -0
  187. package/lib/select/select.css +55 -12
  188. package/lib/select/select.d.ts +50 -2
  189. package/lib/select/select.less +69 -19
  190. package/lib/select/select.variable.css +58 -12
  191. package/lib/select/selectTagInput.d.ts +7 -0
  192. package/lib/select/type.d.ts +2 -3
  193. package/lib/shared/index.d.ts +0 -1
  194. package/lib/shared/index.js +70 -50
  195. package/lib/shared/utils.d.ts +12 -0
  196. package/lib/shared/vue-types.d.ts +5 -0
  197. package/lib/sideslider/index.d.ts +55 -185
  198. package/lib/sideslider/index.js +81 -55
  199. package/lib/sideslider/sideslider.css +26 -90
  200. package/lib/sideslider/sideslider.d.ts +25 -87
  201. package/lib/sideslider/sideslider.less +56 -132
  202. package/lib/sideslider/sideslider.variable.css +29 -90
  203. package/lib/slider/index.d.ts +19 -0
  204. package/lib/slider/index.js +45 -5
  205. package/lib/slider/slider.css +14 -0
  206. package/lib/slider/slider.d.ts +9 -0
  207. package/lib/slider/slider.less +15 -0
  208. package/lib/slider/slider.variable.css +17 -0
  209. package/lib/steps/steps.variable.css +3 -0
  210. package/lib/styles/mixins/animate.variable.css +3 -0
  211. package/lib/styles/mixins/popper.variable.css +3 -0
  212. package/lib/styles/mixins/scroll.variable.css +3 -0
  213. package/lib/styles/reset.css +1 -3
  214. package/lib/styles/reset.less +3 -6
  215. package/lib/styles/reset.variable.css +4 -3
  216. package/lib/styles/themes/themes.less +5 -0
  217. package/lib/swiper/swiper.variable.css +3 -0
  218. package/lib/switcher/switcher.variable.css +3 -0
  219. package/lib/tab/tab.variable.css +3 -0
  220. package/lib/table/cache.d.ts +11 -3
  221. package/lib/table/components/table-cell.d.ts +3 -2
  222. package/lib/table/components/table-column.d.ts +7 -17
  223. package/lib/table/const.d.ts +4 -4
  224. package/lib/table/index.d.ts +29 -64
  225. package/lib/table/index.js +18068 -613
  226. package/lib/table/plugins/head-filter.css +8 -4
  227. package/lib/table/plugins/head-filter.less +6 -3
  228. package/lib/table/plugins/head-filter.variable.css +11 -4
  229. package/lib/table/plugins/head-sort.variable.css +3 -0
  230. package/lib/table/plugins/settings.variable.css +3 -0
  231. package/lib/table/plugins/use-active-columns.d.ts +2 -2
  232. package/lib/table/plugins/use-column-template.d.ts +7 -0
  233. package/lib/table/plugins/use-draggable.d.ts +2 -2
  234. package/lib/table/plugins/use-fixed-column.d.ts +1 -1
  235. package/lib/table/plugins/use-observer-resize.d.ts +5 -0
  236. package/lib/table/plugins/use-pagination.d.ts +3 -1
  237. package/lib/table/plugins/use-shift-key.d.ts +11 -0
  238. package/lib/table/props.d.ts +17 -7
  239. package/lib/table/table.css +112 -58
  240. package/lib/table/table.d.ts +11 -0
  241. package/lib/table/table.less +46 -58
  242. package/lib/table/table.variable.css +115 -58
  243. package/lib/table/use-attributes.d.ts +6 -43
  244. package/lib/table/use-column.d.ts +9 -10
  245. package/lib/table/use-common.d.ts +1 -1
  246. package/lib/table/use-render.d.ts +1 -1
  247. package/lib/table/utils.d.ts +1 -1
  248. package/lib/table-column/index.d.ts +92 -266
  249. package/lib/table-column/index.js +24 -98
  250. package/lib/tag/tag.variable.css +3 -0
  251. package/lib/tag-input/index.d.ts +4 -4
  252. package/lib/tag-input/tag-input.d.ts +2 -2
  253. package/lib/tag-input/tag-input.variable.css +3 -0
  254. package/lib/tag-input/tag-props.d.ts +1 -1
  255. package/lib/tag-input/tag-render.d.ts +1 -1
  256. package/lib/time-picker/index.d.ts +38 -35
  257. package/lib/time-picker/time-picker.variable.css +3 -0
  258. package/lib/timeline/index.d.ts +80 -44
  259. package/lib/timeline/index.js +54 -65
  260. package/lib/timeline/timeline.d.ts +46 -29
  261. package/lib/timeline/timeline.variable.css +3 -0
  262. package/lib/transfer/transfer.variable.css +3 -0
  263. package/lib/tree/constant.d.ts +3 -1
  264. package/lib/tree/index.d.ts +44 -0
  265. package/lib/tree/index.js +17548 -25
  266. package/lib/tree/props.d.ts +18 -0
  267. package/lib/tree/tree.css +76 -2
  268. package/lib/tree/tree.d.ts +28 -2
  269. package/lib/tree/tree.variable.css +79 -2
  270. package/lib/tree/use-intersection-observer.d.ts +27 -0
  271. package/lib/tree/use-node-attribute.d.ts +9 -0
  272. package/lib/upload/index.d.ts +12 -0
  273. package/lib/upload/index.js +21 -30
  274. package/lib/upload/props.d.ts +3 -0
  275. package/lib/upload/upload-trigger.d.ts +6 -0
  276. package/lib/upload/upload.d.ts +6 -0
  277. package/lib/upload/upload.variable.css +3 -0
  278. package/lib/virtual-render/index.d.ts +36 -9
  279. package/lib/virtual-render/index.js +295 -80
  280. package/lib/virtual-render/props.d.ts +16 -0
  281. package/lib/virtual-render/use-fix-top.d.ts +2 -7
  282. package/lib/virtual-render/use-scrollbar.d.ts +24 -0
  283. package/lib/virtual-render/v-virtual-render.d.ts +2 -1
  284. package/lib/virtual-render/virtual-render.css +76 -2
  285. package/lib/virtual-render/virtual-render.d.ts +16 -3
  286. package/lib/virtual-render/virtual-render.less +3 -3
  287. package/lib/virtual-render/virtual-render.variable.css +79 -2
  288. package/package.json +3 -2
  289. package/lib/shared/mask.d.ts +0 -11
@@ -42,9 +42,10 @@ declare const BkSearchSelect: {
42
42
  };
43
43
  }>> & {
44
44
  "onUpdate:modelValue"?: (...args: any[]) => any;
45
+ onSelectKey?: (...args: any[]) => any;
45
46
  onSearch?: (...args: any[]) => any;
46
47
  }, {
47
- inputRef: import("vue").Ref<import("vue").DefineComponent<{
48
+ inputRef: import("vue").Ref<import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
48
49
  data: {
49
50
  type: import("vue").PropType<import("./utils").ISearchItem[]>;
50
51
  required: true;
@@ -65,6 +66,11 @@ declare const BkSearchSelect: {
65
66
  getMenuList: import("vue").PropType<import("./utils").GetMenuListFunc>;
66
67
  validateValues: import("vue").PropType<import("./utils").ValidateValuesFunc>;
67
68
  valueBehavior: import("vue").PropType<import("./utils").ValueBehavior>;
69
+ }>> & {
70
+ onFocus?: (...args: any[]) => any;
71
+ onDelete?: (...args: any[]) => any;
72
+ onAdd?: (...args: any[]) => any;
73
+ onSelectKey?: (...args: any[]) => any;
68
74
  }, {
69
75
  popoverRef: import("vue").Ref<HTMLDivElement>;
70
76
  inputRef: import("vue").Ref<HTMLDivElement>;
@@ -97,14 +103,20 @@ declare const BkSearchSelect: {
97
103
  };
98
104
  documentArrowEvent: (e: KeyboardEvent) => void;
99
105
  handleClickOutside: (e: MouseEvent) => void;
100
- handleInputFocus: (e: FocusEvent) => void;
106
+ handleInputFocus: () => void;
101
107
  handleInputChange: (event: Event) => void;
108
+ handleInputPaste: (event: ClipboardEvent) => void;
102
109
  handleLogicalChange: (logical: import("./utils").SearchLogical) => void;
103
110
  handleInputKeyup: (event: KeyboardEvent) => void;
104
111
  handleSelectItem: (item: import("./utils").ICommonItem, type?: import("./utils").SearchItemType) => Promise<void>;
105
112
  handleSelectCondtionItem: (item: import("./utils").ICommonItem) => void;
106
113
  handleMenuFooterClick: (item: import("./utils").IMenuFooterItem) => void;
107
114
  resolveClassName: (cls: string) => string;
115
+ inputFocusForWrapper: () => void;
116
+ inputEnterForWrapper: () => Promise<void>;
117
+ inputClearForWrapper: () => void;
118
+ deleteInputTextNode: () => void;
119
+ customPanelSubmit: (value: string) => void;
108
120
  t: import("vue").ComputedRef<{
109
121
  pleaseSelect: string;
110
122
  loading: string;
@@ -115,7 +127,7 @@ declare const BkSearchSelect: {
115
127
  and: string;
116
128
  logical: string;
117
129
  }>;
118
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("focus" | "delete" | "add")[], "focus" | "delete" | "add", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
130
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("focus" | "delete" | "add" | "selectKey")[], import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
119
131
  data: {
120
132
  type: import("vue").PropType<import("./utils").ISearchItem[]>;
121
133
  required: true;
@@ -140,12 +152,109 @@ declare const BkSearchSelect: {
140
152
  onFocus?: (...args: any[]) => any;
141
153
  onDelete?: (...args: any[]) => any;
142
154
  onAdd?: (...args: any[]) => any;
155
+ onSelectKey?: (...args: any[]) => any;
143
156
  }, {
144
157
  mode: import("./utils").SearchInputMode;
145
158
  conditions: import("./utils").ICommonItem[];
146
159
  showInputBefore: boolean;
147
160
  showCondition: boolean;
148
- }, {}>>;
161
+ }, true, {}, import("vue").SlotsType<{
162
+ menu: import("./utils").MenuSlotParams;
163
+ }>, {
164
+ P: {};
165
+ B: {};
166
+ D: {};
167
+ C: {};
168
+ M: {};
169
+ Defaults: {};
170
+ }, Readonly<import("vue").ExtractPropTypes<{
171
+ data: {
172
+ type: import("vue").PropType<import("./utils").ISearchItem[]>;
173
+ required: true;
174
+ };
175
+ showInputBefore: BooleanConstructor;
176
+ showCondition: BooleanConstructor;
177
+ clickOutside: FunctionConstructor;
178
+ placeholder: StringConstructor;
179
+ conditions: {
180
+ type: import("vue").PropType<import("./utils").ICommonItem[]>;
181
+ default: () => any[];
182
+ };
183
+ defautUsingItem: import("vue").PropType<import("./utils").SelectedItem>;
184
+ mode: {
185
+ type: import("vue").PropType<import("./utils").SearchInputMode>;
186
+ default: import("./utils").SearchInputMode;
187
+ };
188
+ getMenuList: import("vue").PropType<import("./utils").GetMenuListFunc>;
189
+ validateValues: import("vue").PropType<import("./utils").ValidateValuesFunc>;
190
+ valueBehavior: import("vue").PropType<import("./utils").ValueBehavior>;
191
+ }>> & {
192
+ onFocus?: (...args: any[]) => any;
193
+ onDelete?: (...args: any[]) => any;
194
+ onAdd?: (...args: any[]) => any;
195
+ onSelectKey?: (...args: any[]) => any;
196
+ }, {
197
+ popoverRef: import("vue").Ref<HTMLDivElement>;
198
+ inputRef: import("vue").Ref<HTMLDivElement>;
199
+ keyword: import("vue").Ref<string>;
200
+ loading: import("vue").Ref<boolean>;
201
+ remoteMenuList: import("vue").Ref<{
202
+ id: string;
203
+ name: string;
204
+ disabled?: boolean;
205
+ realId?: string;
206
+ value?: {
207
+ name: string;
208
+ id: string;
209
+ realId?: string;
210
+ isSelected?: boolean;
211
+ logical?: import("./utils").SearchLogical;
212
+ };
213
+ isSelected?: boolean;
214
+ logical?: import("./utils").SearchLogical;
215
+ }[]>;
216
+ menuList: import("vue").Ref<import("./utils").ISearchItem[]>;
217
+ menuHoverId: import("vue").Ref<string>;
218
+ isFocus: import("vue").Ref<boolean>;
219
+ usingItem: import("vue").Ref<import("./utils").SelectedItem>;
220
+ showPopover: import("vue").Ref<boolean>;
221
+ showNoSelectValueError: import("vue").Ref<boolean>;
222
+ debounceSetMenuList: {
223
+ (this: any): any;
224
+ cancel(): void;
225
+ };
226
+ documentArrowEvent: (e: KeyboardEvent) => void;
227
+ handleClickOutside: (e: MouseEvent) => void;
228
+ handleInputFocus: () => void;
229
+ handleInputChange: (event: Event) => void;
230
+ handleInputPaste: (event: ClipboardEvent) => void;
231
+ handleLogicalChange: (logical: import("./utils").SearchLogical) => void;
232
+ handleInputKeyup: (event: KeyboardEvent) => void;
233
+ handleSelectItem: (item: import("./utils").ICommonItem, type?: import("./utils").SearchItemType) => Promise<void>;
234
+ handleSelectCondtionItem: (item: import("./utils").ICommonItem) => void;
235
+ handleMenuFooterClick: (item: import("./utils").IMenuFooterItem) => void;
236
+ resolveClassName: (cls: string) => string;
237
+ inputFocusForWrapper: () => void;
238
+ inputEnterForWrapper: () => Promise<void>;
239
+ inputClearForWrapper: () => void;
240
+ deleteInputTextNode: () => void;
241
+ customPanelSubmit: (value: string) => void;
242
+ t: import("vue").ComputedRef<{
243
+ pleaseSelect: string;
244
+ loading: string;
245
+ filterQueryMustHasValue: string;
246
+ ok: string;
247
+ cancel: string;
248
+ or: string;
249
+ and: string;
250
+ logical: string;
251
+ }>;
252
+ }, {}, {}, {}, {
253
+ mode: import("./utils").SearchInputMode;
254
+ conditions: import("./utils").ICommonItem[];
255
+ showInputBefore: boolean;
256
+ showCondition: boolean;
257
+ }>>;
149
258
  wrapRef: import("vue").Ref<HTMLDivElement>;
150
259
  isFocus: import("vue").Ref<boolean>;
151
260
  copyData: import("vue").ShallowRef<import("./utils").ISearchItem[]>;
@@ -169,6 +278,7 @@ declare const BkSearchSelect: {
169
278
  }[];
170
279
  condition: string;
171
280
  logical: import("./utils").SearchLogical;
281
+ nameRenderkey: string;
172
282
  searchItem: {
173
283
  id: string;
174
284
  name: string;
@@ -211,6 +321,7 @@ declare const BkSearchSelect: {
211
321
  onlyRecommendChildren?: boolean;
212
322
  logical?: import("./utils").SearchLogical;
213
323
  showLogicalPanel?: boolean;
324
+ isCustomMenu?: boolean;
214
325
  };
215
326
  type: import("./utils").SearchItemType;
216
327
  readonly multiple: boolean;
@@ -236,8 +347,12 @@ declare const BkSearchSelect: {
236
347
  readonly keyInnerHtml: string;
237
348
  readonly keyInnerText: string;
238
349
  readonly showLogical: boolean;
350
+ readonly isCustomMenu: boolean;
239
351
  isSpecialType: () => boolean;
240
352
  addValue: (item: import("./utils").ICommonItem) => void;
353
+ str2Values: (str: string) => import("./utils").ICommonItem[];
354
+ addValues: (str: string, mergeValues?: boolean) => void;
355
+ getValue: (str: string) => import("./utils").ICommonItem;
241
356
  toValue: () => import("./utils").ISearchValue;
242
357
  toValueKey: () => string;
243
358
  isInValueList: (item: import("./utils").ICommonItem) => boolean;
@@ -256,6 +371,7 @@ declare const BkSearchSelect: {
256
371
  handleClickSearch: (e: MouseEvent) => void;
257
372
  localConditions: import("vue").ComputedRef<import("./utils").ICommonItem[]>;
258
373
  resolveClassName: (cls: string) => string;
374
+ handleSelectedKey: (a: any) => void;
259
375
  t: import("vue").ComputedRef<{
260
376
  pleaseSelect: string;
261
377
  loading: string;
@@ -266,7 +382,7 @@ declare const BkSearchSelect: {
266
382
  and: string;
267
383
  logical: string;
268
384
  }>;
269
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("search" | "update:modelValue")[], import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
385
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("search" | "update:modelValue" | "selectKey")[], import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
270
386
  data: {
271
387
  type: import("vue").PropType<import("./utils").ISearchItem[]>;
272
388
  default: () => any[];
@@ -309,6 +425,7 @@ declare const BkSearchSelect: {
309
425
  };
310
426
  }>> & {
311
427
  "onUpdate:modelValue"?: (...args: any[]) => any;
428
+ onSelectKey?: (...args: any[]) => any;
312
429
  onSearch?: (...args: any[]) => any;
313
430
  }, {
314
431
  data: import("./utils").ISearchItem[];
@@ -320,7 +437,12 @@ declare const BkSearchSelect: {
320
437
  valueBehavior: "all" | "need-key";
321
438
  shrink: boolean;
322
439
  uniqueSelect: boolean;
323
- }, true, {}, {}, {
440
+ }, true, {}, import("vue").SlotsType<{
441
+ menu: import("./utils").MenuSlotParams;
442
+ prepend: void;
443
+ append: void;
444
+ validate: void;
445
+ }>, {
324
446
  P: {};
325
447
  B: {};
326
448
  D: {};
@@ -370,9 +492,10 @@ declare const BkSearchSelect: {
370
492
  };
371
493
  }>> & {
372
494
  "onUpdate:modelValue"?: (...args: any[]) => any;
495
+ onSelectKey?: (...args: any[]) => any;
373
496
  onSearch?: (...args: any[]) => any;
374
497
  }, {
375
- inputRef: import("vue").Ref<import("vue").DefineComponent<{
498
+ inputRef: import("vue").Ref<import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
376
499
  data: {
377
500
  type: import("vue").PropType<import("./utils").ISearchItem[]>;
378
501
  required: true;
@@ -393,6 +516,11 @@ declare const BkSearchSelect: {
393
516
  getMenuList: import("vue").PropType<import("./utils").GetMenuListFunc>;
394
517
  validateValues: import("vue").PropType<import("./utils").ValidateValuesFunc>;
395
518
  valueBehavior: import("vue").PropType<import("./utils").ValueBehavior>;
519
+ }>> & {
520
+ onFocus?: (...args: any[]) => any;
521
+ onDelete?: (...args: any[]) => any;
522
+ onAdd?: (...args: any[]) => any;
523
+ onSelectKey?: (...args: any[]) => any;
396
524
  }, {
397
525
  popoverRef: import("vue").Ref<HTMLDivElement>;
398
526
  inputRef: import("vue").Ref<HTMLDivElement>;
@@ -425,14 +553,20 @@ declare const BkSearchSelect: {
425
553
  };
426
554
  documentArrowEvent: (e: KeyboardEvent) => void;
427
555
  handleClickOutside: (e: MouseEvent) => void;
428
- handleInputFocus: (e: FocusEvent) => void;
556
+ handleInputFocus: () => void;
429
557
  handleInputChange: (event: Event) => void;
558
+ handleInputPaste: (event: ClipboardEvent) => void;
430
559
  handleLogicalChange: (logical: import("./utils").SearchLogical) => void;
431
560
  handleInputKeyup: (event: KeyboardEvent) => void;
432
561
  handleSelectItem: (item: import("./utils").ICommonItem, type?: import("./utils").SearchItemType) => Promise<void>;
433
562
  handleSelectCondtionItem: (item: import("./utils").ICommonItem) => void;
434
563
  handleMenuFooterClick: (item: import("./utils").IMenuFooterItem) => void;
435
564
  resolveClassName: (cls: string) => string;
565
+ inputFocusForWrapper: () => void;
566
+ inputEnterForWrapper: () => Promise<void>;
567
+ inputClearForWrapper: () => void;
568
+ deleteInputTextNode: () => void;
569
+ customPanelSubmit: (value: string) => void;
436
570
  t: import("vue").ComputedRef<{
437
571
  pleaseSelect: string;
438
572
  loading: string;
@@ -443,7 +577,7 @@ declare const BkSearchSelect: {
443
577
  and: string;
444
578
  logical: string;
445
579
  }>;
446
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("focus" | "delete" | "add")[], "focus" | "delete" | "add", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
580
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("focus" | "delete" | "add" | "selectKey")[], import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
447
581
  data: {
448
582
  type: import("vue").PropType<import("./utils").ISearchItem[]>;
449
583
  required: true;
@@ -468,12 +602,109 @@ declare const BkSearchSelect: {
468
602
  onFocus?: (...args: any[]) => any;
469
603
  onDelete?: (...args: any[]) => any;
470
604
  onAdd?: (...args: any[]) => any;
605
+ onSelectKey?: (...args: any[]) => any;
471
606
  }, {
472
607
  mode: import("./utils").SearchInputMode;
473
608
  conditions: import("./utils").ICommonItem[];
474
609
  showInputBefore: boolean;
475
610
  showCondition: boolean;
476
- }, {}>>;
611
+ }, true, {}, import("vue").SlotsType<{
612
+ menu: import("./utils").MenuSlotParams;
613
+ }>, {
614
+ P: {};
615
+ B: {};
616
+ D: {};
617
+ C: {};
618
+ M: {};
619
+ Defaults: {};
620
+ }, Readonly<import("vue").ExtractPropTypes<{
621
+ data: {
622
+ type: import("vue").PropType<import("./utils").ISearchItem[]>;
623
+ required: true;
624
+ };
625
+ showInputBefore: BooleanConstructor;
626
+ showCondition: BooleanConstructor;
627
+ clickOutside: FunctionConstructor;
628
+ placeholder: StringConstructor;
629
+ conditions: {
630
+ type: import("vue").PropType<import("./utils").ICommonItem[]>;
631
+ default: () => any[];
632
+ };
633
+ defautUsingItem: import("vue").PropType<import("./utils").SelectedItem>;
634
+ mode: {
635
+ type: import("vue").PropType<import("./utils").SearchInputMode>;
636
+ default: import("./utils").SearchInputMode;
637
+ };
638
+ getMenuList: import("vue").PropType<import("./utils").GetMenuListFunc>;
639
+ validateValues: import("vue").PropType<import("./utils").ValidateValuesFunc>;
640
+ valueBehavior: import("vue").PropType<import("./utils").ValueBehavior>;
641
+ }>> & {
642
+ onFocus?: (...args: any[]) => any;
643
+ onDelete?: (...args: any[]) => any;
644
+ onAdd?: (...args: any[]) => any;
645
+ onSelectKey?: (...args: any[]) => any;
646
+ }, {
647
+ popoverRef: import("vue").Ref<HTMLDivElement>;
648
+ inputRef: import("vue").Ref<HTMLDivElement>;
649
+ keyword: import("vue").Ref<string>;
650
+ loading: import("vue").Ref<boolean>;
651
+ remoteMenuList: import("vue").Ref<{
652
+ id: string;
653
+ name: string;
654
+ disabled?: boolean;
655
+ realId?: string;
656
+ value?: {
657
+ name: string;
658
+ id: string;
659
+ realId?: string;
660
+ isSelected?: boolean;
661
+ logical?: import("./utils").SearchLogical;
662
+ };
663
+ isSelected?: boolean;
664
+ logical?: import("./utils").SearchLogical;
665
+ }[]>;
666
+ menuList: import("vue").Ref<import("./utils").ISearchItem[]>;
667
+ menuHoverId: import("vue").Ref<string>;
668
+ isFocus: import("vue").Ref<boolean>;
669
+ usingItem: import("vue").Ref<import("./utils").SelectedItem>;
670
+ showPopover: import("vue").Ref<boolean>;
671
+ showNoSelectValueError: import("vue").Ref<boolean>;
672
+ debounceSetMenuList: {
673
+ (this: any): any;
674
+ cancel(): void;
675
+ };
676
+ documentArrowEvent: (e: KeyboardEvent) => void;
677
+ handleClickOutside: (e: MouseEvent) => void;
678
+ handleInputFocus: () => void;
679
+ handleInputChange: (event: Event) => void;
680
+ handleInputPaste: (event: ClipboardEvent) => void;
681
+ handleLogicalChange: (logical: import("./utils").SearchLogical) => void;
682
+ handleInputKeyup: (event: KeyboardEvent) => void;
683
+ handleSelectItem: (item: import("./utils").ICommonItem, type?: import("./utils").SearchItemType) => Promise<void>;
684
+ handleSelectCondtionItem: (item: import("./utils").ICommonItem) => void;
685
+ handleMenuFooterClick: (item: import("./utils").IMenuFooterItem) => void;
686
+ resolveClassName: (cls: string) => string;
687
+ inputFocusForWrapper: () => void;
688
+ inputEnterForWrapper: () => Promise<void>;
689
+ inputClearForWrapper: () => void;
690
+ deleteInputTextNode: () => void;
691
+ customPanelSubmit: (value: string) => void;
692
+ t: import("vue").ComputedRef<{
693
+ pleaseSelect: string;
694
+ loading: string;
695
+ filterQueryMustHasValue: string;
696
+ ok: string;
697
+ cancel: string;
698
+ or: string;
699
+ and: string;
700
+ logical: string;
701
+ }>;
702
+ }, {}, {}, {}, {
703
+ mode: import("./utils").SearchInputMode;
704
+ conditions: import("./utils").ICommonItem[];
705
+ showInputBefore: boolean;
706
+ showCondition: boolean;
707
+ }>>;
477
708
  wrapRef: import("vue").Ref<HTMLDivElement>;
478
709
  isFocus: import("vue").Ref<boolean>;
479
710
  copyData: import("vue").ShallowRef<import("./utils").ISearchItem[]>;
@@ -497,6 +728,7 @@ declare const BkSearchSelect: {
497
728
  }[];
498
729
  condition: string;
499
730
  logical: import("./utils").SearchLogical;
731
+ nameRenderkey: string;
500
732
  searchItem: {
501
733
  id: string;
502
734
  name: string;
@@ -539,6 +771,7 @@ declare const BkSearchSelect: {
539
771
  onlyRecommendChildren?: boolean;
540
772
  logical?: import("./utils").SearchLogical;
541
773
  showLogicalPanel?: boolean;
774
+ isCustomMenu?: boolean;
542
775
  };
543
776
  type: import("./utils").SearchItemType;
544
777
  readonly multiple: boolean;
@@ -564,8 +797,12 @@ declare const BkSearchSelect: {
564
797
  readonly keyInnerHtml: string;
565
798
  readonly keyInnerText: string;
566
799
  readonly showLogical: boolean;
800
+ readonly isCustomMenu: boolean;
567
801
  isSpecialType: () => boolean;
568
802
  addValue: (item: import("./utils").ICommonItem) => void;
803
+ str2Values: (str: string) => import("./utils").ICommonItem[];
804
+ addValues: (str: string, mergeValues?: boolean) => void;
805
+ getValue: (str: string) => import("./utils").ICommonItem;
569
806
  toValue: () => import("./utils").ISearchValue;
570
807
  toValueKey: () => string;
571
808
  isInValueList: (item: import("./utils").ICommonItem) => boolean;
@@ -584,6 +821,7 @@ declare const BkSearchSelect: {
584
821
  handleClickSearch: (e: MouseEvent) => void;
585
822
  localConditions: import("vue").ComputedRef<import("./utils").ICommonItem[]>;
586
823
  resolveClassName: (cls: string) => string;
824
+ handleSelectedKey: (a: any) => void;
587
825
  t: import("vue").ComputedRef<{
588
826
  pleaseSelect: string;
589
827
  loading: string;
@@ -651,9 +889,10 @@ declare const BkSearchSelect: {
651
889
  };
652
890
  }>> & {
653
891
  "onUpdate:modelValue"?: (...args: any[]) => any;
892
+ onSelectKey?: (...args: any[]) => any;
654
893
  onSearch?: (...args: any[]) => any;
655
894
  }, {
656
- inputRef: import("vue").Ref<import("vue").DefineComponent<{
895
+ inputRef: import("vue").Ref<import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
657
896
  data: {
658
897
  type: import("vue").PropType<import("./utils").ISearchItem[]>;
659
898
  required: true;
@@ -674,6 +913,11 @@ declare const BkSearchSelect: {
674
913
  getMenuList: import("vue").PropType<import("./utils").GetMenuListFunc>;
675
914
  validateValues: import("vue").PropType<import("./utils").ValidateValuesFunc>;
676
915
  valueBehavior: import("vue").PropType<import("./utils").ValueBehavior>;
916
+ }>> & {
917
+ onFocus?: (...args: any[]) => any;
918
+ onDelete?: (...args: any[]) => any;
919
+ onAdd?: (...args: any[]) => any;
920
+ onSelectKey?: (...args: any[]) => any;
677
921
  }, {
678
922
  popoverRef: import("vue").Ref<HTMLDivElement>;
679
923
  inputRef: import("vue").Ref<HTMLDivElement>;
@@ -706,14 +950,20 @@ declare const BkSearchSelect: {
706
950
  };
707
951
  documentArrowEvent: (e: KeyboardEvent) => void;
708
952
  handleClickOutside: (e: MouseEvent) => void;
709
- handleInputFocus: (e: FocusEvent) => void;
953
+ handleInputFocus: () => void;
710
954
  handleInputChange: (event: Event) => void;
955
+ handleInputPaste: (event: ClipboardEvent) => void;
711
956
  handleLogicalChange: (logical: import("./utils").SearchLogical) => void;
712
957
  handleInputKeyup: (event: KeyboardEvent) => void;
713
958
  handleSelectItem: (item: import("./utils").ICommonItem, type?: import("./utils").SearchItemType) => Promise<void>;
714
959
  handleSelectCondtionItem: (item: import("./utils").ICommonItem) => void;
715
960
  handleMenuFooterClick: (item: import("./utils").IMenuFooterItem) => void;
716
961
  resolveClassName: (cls: string) => string;
962
+ inputFocusForWrapper: () => void;
963
+ inputEnterForWrapper: () => Promise<void>;
964
+ inputClearForWrapper: () => void;
965
+ deleteInputTextNode: () => void;
966
+ customPanelSubmit: (value: string) => void;
717
967
  t: import("vue").ComputedRef<{
718
968
  pleaseSelect: string;
719
969
  loading: string;
@@ -724,7 +974,7 @@ declare const BkSearchSelect: {
724
974
  and: string;
725
975
  logical: string;
726
976
  }>;
727
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("focus" | "delete" | "add")[], "focus" | "delete" | "add", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
977
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("focus" | "delete" | "add" | "selectKey")[], import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
728
978
  data: {
729
979
  type: import("vue").PropType<import("./utils").ISearchItem[]>;
730
980
  required: true;
@@ -749,12 +999,109 @@ declare const BkSearchSelect: {
749
999
  onFocus?: (...args: any[]) => any;
750
1000
  onDelete?: (...args: any[]) => any;
751
1001
  onAdd?: (...args: any[]) => any;
1002
+ onSelectKey?: (...args: any[]) => any;
752
1003
  }, {
753
1004
  mode: import("./utils").SearchInputMode;
754
1005
  conditions: import("./utils").ICommonItem[];
755
1006
  showInputBefore: boolean;
756
1007
  showCondition: boolean;
757
- }, {}>>;
1008
+ }, true, {}, import("vue").SlotsType<{
1009
+ menu: import("./utils").MenuSlotParams;
1010
+ }>, {
1011
+ P: {};
1012
+ B: {};
1013
+ D: {};
1014
+ C: {};
1015
+ M: {};
1016
+ Defaults: {};
1017
+ }, Readonly<import("vue").ExtractPropTypes<{
1018
+ data: {
1019
+ type: import("vue").PropType<import("./utils").ISearchItem[]>;
1020
+ required: true;
1021
+ };
1022
+ showInputBefore: BooleanConstructor;
1023
+ showCondition: BooleanConstructor;
1024
+ clickOutside: FunctionConstructor;
1025
+ placeholder: StringConstructor;
1026
+ conditions: {
1027
+ type: import("vue").PropType<import("./utils").ICommonItem[]>;
1028
+ default: () => any[];
1029
+ };
1030
+ defautUsingItem: import("vue").PropType<import("./utils").SelectedItem>;
1031
+ mode: {
1032
+ type: import("vue").PropType<import("./utils").SearchInputMode>;
1033
+ default: import("./utils").SearchInputMode;
1034
+ };
1035
+ getMenuList: import("vue").PropType<import("./utils").GetMenuListFunc>;
1036
+ validateValues: import("vue").PropType<import("./utils").ValidateValuesFunc>;
1037
+ valueBehavior: import("vue").PropType<import("./utils").ValueBehavior>;
1038
+ }>> & {
1039
+ onFocus?: (...args: any[]) => any;
1040
+ onDelete?: (...args: any[]) => any;
1041
+ onAdd?: (...args: any[]) => any;
1042
+ onSelectKey?: (...args: any[]) => any;
1043
+ }, {
1044
+ popoverRef: import("vue").Ref<HTMLDivElement>;
1045
+ inputRef: import("vue").Ref<HTMLDivElement>;
1046
+ keyword: import("vue").Ref<string>;
1047
+ loading: import("vue").Ref<boolean>;
1048
+ remoteMenuList: import("vue").Ref<{
1049
+ id: string;
1050
+ name: string;
1051
+ disabled?: boolean;
1052
+ realId?: string;
1053
+ value?: {
1054
+ name: string;
1055
+ id: string;
1056
+ realId?: string;
1057
+ isSelected?: boolean;
1058
+ logical?: import("./utils").SearchLogical;
1059
+ };
1060
+ isSelected?: boolean;
1061
+ logical?: import("./utils").SearchLogical;
1062
+ }[]>;
1063
+ menuList: import("vue").Ref<import("./utils").ISearchItem[]>;
1064
+ menuHoverId: import("vue").Ref<string>;
1065
+ isFocus: import("vue").Ref<boolean>;
1066
+ usingItem: import("vue").Ref<import("./utils").SelectedItem>;
1067
+ showPopover: import("vue").Ref<boolean>;
1068
+ showNoSelectValueError: import("vue").Ref<boolean>;
1069
+ debounceSetMenuList: {
1070
+ (this: any): any;
1071
+ cancel(): void;
1072
+ };
1073
+ documentArrowEvent: (e: KeyboardEvent) => void;
1074
+ handleClickOutside: (e: MouseEvent) => void;
1075
+ handleInputFocus: () => void;
1076
+ handleInputChange: (event: Event) => void;
1077
+ handleInputPaste: (event: ClipboardEvent) => void;
1078
+ handleLogicalChange: (logical: import("./utils").SearchLogical) => void;
1079
+ handleInputKeyup: (event: KeyboardEvent) => void;
1080
+ handleSelectItem: (item: import("./utils").ICommonItem, type?: import("./utils").SearchItemType) => Promise<void>;
1081
+ handleSelectCondtionItem: (item: import("./utils").ICommonItem) => void;
1082
+ handleMenuFooterClick: (item: import("./utils").IMenuFooterItem) => void;
1083
+ resolveClassName: (cls: string) => string;
1084
+ inputFocusForWrapper: () => void;
1085
+ inputEnterForWrapper: () => Promise<void>;
1086
+ inputClearForWrapper: () => void;
1087
+ deleteInputTextNode: () => void;
1088
+ customPanelSubmit: (value: string) => void;
1089
+ t: import("vue").ComputedRef<{
1090
+ pleaseSelect: string;
1091
+ loading: string;
1092
+ filterQueryMustHasValue: string;
1093
+ ok: string;
1094
+ cancel: string;
1095
+ or: string;
1096
+ and: string;
1097
+ logical: string;
1098
+ }>;
1099
+ }, {}, {}, {}, {
1100
+ mode: import("./utils").SearchInputMode;
1101
+ conditions: import("./utils").ICommonItem[];
1102
+ showInputBefore: boolean;
1103
+ showCondition: boolean;
1104
+ }>>;
758
1105
  wrapRef: import("vue").Ref<HTMLDivElement>;
759
1106
  isFocus: import("vue").Ref<boolean>;
760
1107
  copyData: import("vue").ShallowRef<import("./utils").ISearchItem[]>;
@@ -778,6 +1125,7 @@ declare const BkSearchSelect: {
778
1125
  }[];
779
1126
  condition: string;
780
1127
  logical: import("./utils").SearchLogical;
1128
+ nameRenderkey: string;
781
1129
  searchItem: {
782
1130
  id: string;
783
1131
  name: string;
@@ -820,6 +1168,7 @@ declare const BkSearchSelect: {
820
1168
  onlyRecommendChildren?: boolean;
821
1169
  logical?: import("./utils").SearchLogical;
822
1170
  showLogicalPanel?: boolean;
1171
+ isCustomMenu?: boolean;
823
1172
  };
824
1173
  type: import("./utils").SearchItemType;
825
1174
  readonly multiple: boolean;
@@ -845,8 +1194,12 @@ declare const BkSearchSelect: {
845
1194
  readonly keyInnerHtml: string;
846
1195
  readonly keyInnerText: string;
847
1196
  readonly showLogical: boolean;
1197
+ readonly isCustomMenu: boolean;
848
1198
  isSpecialType: () => boolean;
849
1199
  addValue: (item: import("./utils").ICommonItem) => void;
1200
+ str2Values: (str: string) => import("./utils").ICommonItem[];
1201
+ addValues: (str: string, mergeValues?: boolean) => void;
1202
+ getValue: (str: string) => import("./utils").ICommonItem;
850
1203
  toValue: () => import("./utils").ISearchValue;
851
1204
  toValueKey: () => string;
852
1205
  isInValueList: (item: import("./utils").ICommonItem) => boolean;
@@ -865,6 +1218,7 @@ declare const BkSearchSelect: {
865
1218
  handleClickSearch: (e: MouseEvent) => void;
866
1219
  localConditions: import("vue").ComputedRef<import("./utils").ICommonItem[]>;
867
1220
  resolveClassName: (cls: string) => string;
1221
+ handleSelectedKey: (a: any) => void;
868
1222
  t: import("vue").ComputedRef<{
869
1223
  pleaseSelect: string;
870
1224
  loading: string;
@@ -875,7 +1229,7 @@ declare const BkSearchSelect: {
875
1229
  and: string;
876
1230
  logical: string;
877
1231
  }>;
878
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("search" | "update:modelValue")[], "search" | "update:modelValue", {
1232
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("search" | "update:modelValue" | "selectKey")[], "search" | "update:modelValue" | "selectKey", {
879
1233
  data: import("./utils").ISearchItem[];
880
1234
  maxHeight: number;
881
1235
  clearable: boolean;
@@ -885,6 +1239,11 @@ declare const BkSearchSelect: {
885
1239
  valueBehavior: "all" | "need-key";
886
1240
  shrink: boolean;
887
1241
  uniqueSelect: boolean;
888
- }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]>;
1242
+ }, {}, string, import("vue").SlotsType<{
1243
+ menu: import("./utils").MenuSlotParams;
1244
+ prepend: void;
1245
+ append: void;
1246
+ validate: void;
1247
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]>;
889
1248
  export default BkSearchSelect;
890
1249
  export { BkSearchSelect };