bkui-vue 0.0.1-beta.156 → 0.0.1-beta.159

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 (99) hide show
  1. package/dist/index.cjs.js +35 -35
  2. package/dist/index.esm.js +214 -108
  3. package/dist/index.umd.js +35 -35
  4. package/dist/style.css +1 -1
  5. package/dist/style.variable.css +1 -1
  6. package/lib/affix/affix.variable.css +2 -2
  7. package/lib/alert/alert.variable.css +2 -2
  8. package/lib/backtop/backtop.css +8 -0
  9. package/lib/backtop/backtop.less +8 -0
  10. package/lib/backtop/backtop.variable.css +10 -2
  11. package/lib/backtop/index.js +1 -1
  12. package/lib/badge/badge.variable.css +2 -2
  13. package/lib/breadcrumb/breadcrumb.variable.css +2 -2
  14. package/lib/button/button.variable.css +2 -2
  15. package/lib/card/card.variable.css +2 -2
  16. package/lib/cascader/cascader-panel.d.ts +4 -4
  17. package/lib/cascader/cascader.css +13 -3
  18. package/lib/cascader/cascader.d.ts +2 -2
  19. package/lib/cascader/cascader.less +14 -1
  20. package/lib/cascader/cascader.variable.css +13 -3
  21. package/lib/cascader/index.d.ts +10 -10
  22. package/lib/cascader/index.js +1 -1
  23. package/lib/checkbox/checkbox.variable.css +2 -2
  24. package/lib/code-diff/code-diff.variable.css +2 -2
  25. package/lib/collapse/collapse.variable.css +2 -2
  26. package/lib/color-picker/color-picker.variable.css +2 -2
  27. package/lib/container/container.variable.css +2 -2
  28. package/lib/date-picker/date-picker.variable.css +2 -2
  29. package/lib/divider/divider.variable.css +2 -2
  30. package/lib/dropdown/dropdown.variable.css +2 -2
  31. package/lib/exception/exception.css +40 -14
  32. package/lib/exception/exception.d.ts +10 -3
  33. package/lib/exception/exception.less +59 -22
  34. package/lib/exception/exception.variable.css +42 -16
  35. package/lib/exception/index.d.ts +23 -8
  36. package/lib/exception/index.js +1 -1
  37. package/lib/fixed-navbar/fixed-navbar.variable.css +2 -2
  38. package/lib/form/form.variable.css +2 -2
  39. package/lib/input/input.css +1 -1
  40. package/lib/input/input.less +5 -5
  41. package/lib/input/input.variable.css +3 -3
  42. package/lib/link/link.css +12 -12
  43. package/lib/link/link.less +16 -14
  44. package/lib/link/link.variable.css +14 -14
  45. package/lib/loading/loading.variable.css +2 -2
  46. package/lib/menu/menu.variable.css +2 -2
  47. package/lib/menu/submenu.variable.css +2 -2
  48. package/lib/message/message.variable.css +2 -2
  49. package/lib/navigation/navigation.variable.css +2 -2
  50. package/lib/notify/notify.variable.css +2 -2
  51. package/lib/pagination/pagination.variable.css +2 -2
  52. package/lib/popover/popover.variable.css +2 -2
  53. package/lib/popover2/popover2.variable.css +2 -2
  54. package/lib/process/process.variable.css +2 -2
  55. package/lib/progress/progress.variable.css +2 -2
  56. package/lib/radio/radio.variable.css +2 -2
  57. package/lib/resize-layout/resize-layout.variable.css +2 -2
  58. package/lib/select/index.d.ts +65 -25
  59. package/lib/select/index.js +1 -1
  60. package/lib/select/select.css +54 -24
  61. package/lib/select/select.d.ts +28 -8
  62. package/lib/select/select.less +62 -24
  63. package/lib/select/select.variable.css +56 -26
  64. package/lib/select/selectTagInput.d.ts +1 -3
  65. package/lib/shared/dom.d.ts +2 -0
  66. package/lib/shared/index.d.ts +1 -0
  67. package/lib/shared/index.js +1 -1
  68. package/lib/sideslider/sideslider.variable.css +2 -2
  69. package/lib/slider/slider.variable.css +2 -2
  70. package/lib/steps/steps.variable.css +2 -2
  71. package/lib/styles/mixins/scroll.variable.css +2 -2
  72. package/lib/styles/themes/themes.less +2 -2
  73. package/lib/switcher/switcher.variable.css +2 -2
  74. package/lib/tab/tab.variable.css +2 -2
  75. package/lib/table/const.d.ts +2 -2
  76. package/lib/table/index.d.ts +6 -6
  77. package/lib/table/index.js +1 -1
  78. package/lib/table/plugins/head-filter.variable.css +2 -2
  79. package/lib/table/plugins/head-sort.variable.css +2 -2
  80. package/lib/table/plugins/settings.variable.css +2 -2
  81. package/lib/table/table.css +41 -14
  82. package/lib/table/table.d.ts +2 -2
  83. package/lib/table/table.less +1 -1
  84. package/lib/table/table.variable.css +43 -16
  85. package/lib/tag/tag.css +23 -8
  86. package/lib/tag/tag.less +25 -8
  87. package/lib/tag/tag.variable.css +25 -10
  88. package/lib/tag-input/index.js +1 -1
  89. package/lib/tag-input/tag-input.variable.css +2 -2
  90. package/lib/timeline/timeline.variable.css +2 -2
  91. package/lib/transfer/index.d.ts +4 -4
  92. package/lib/transfer/transfer.d.ts +1 -1
  93. package/lib/transfer/transfer.variable.css +2 -2
  94. package/lib/tree/tree.css +3 -0
  95. package/lib/tree/tree.less +6 -0
  96. package/lib/tree/tree.variable.css +5 -2
  97. package/lib/upload/upload.variable.css +2 -2
  98. package/lib/virtual-render/virtual-render.variable.css +2 -2
  99. package/package.json +1 -1
@@ -107,8 +107,8 @@
107
107
  --table-row-hover-bg-color: #f5f7fa;
108
108
  --table-row-active-bg-color: #f0f1f5;
109
109
  --cascader-panel-border-color: #dcdee5;
110
- --cascader-panel-hover: #eaf3ff;
111
- --cascader-panel-active: #f4f6fa;
110
+ --cascader-panel-hover: #f5f7fa;
111
+ --cascader-panel-active: #e1ecff;
112
112
  --cascader-panel-disabled-bg: #fff;
113
113
  }
114
114
  .bk-link {
@@ -124,39 +124,39 @@
124
124
  .bk-link.default {
125
125
  color: var(--default-color);
126
126
  }
127
- .bk-link.default.is-disabled {
128
- color: var(--link-default-disabled-color);
129
- }
130
127
  .bk-link.default:hover {
131
128
  color: var(--link-default-hover-color);
132
129
  }
130
+ .bk-link.default.is-disabled {
131
+ color: var(--link-default-disabled-color);
132
+ }
133
133
  .bk-link.primary {
134
134
  color: var(--primary-color);
135
135
  }
136
- .bk-link.primary.is-disabled {
137
- color: var(--link-primary-disabled-color);
138
- }
139
136
  .bk-link.primary:hover {
140
137
  color: var(--link-primary-hover-color);
141
138
  }
139
+ .bk-link.primary.is-disabled {
140
+ color: var(--link-primary-disabled-color);
141
+ }
142
142
  .bk-link.success {
143
143
  color: var(--success-color);
144
144
  }
145
- .bk-link.success.is-disabled {
146
- color: var(--link-success-disabled-color);
147
- }
148
145
  .bk-link.success:hover {
149
146
  color: var(--link-success-hover-color);
150
147
  }
148
+ .bk-link.success.is-disabled {
149
+ color: var(--link-success-disabled-color);
150
+ }
151
151
  .bk-link.warning {
152
152
  color: var(--warning-color);
153
153
  }
154
- .bk-link.warning.is-disabled {
155
- color: var(--link-warning-disabled-color);
156
- }
157
154
  .bk-link.warning:hover {
158
155
  color: var(--link-warning-hover-color);
159
156
  }
157
+ .bk-link.warning.is-disabled {
158
+ color: var(--link-warning-disabled-color);
159
+ }
160
160
  .bk-link.danger {
161
161
  color: var(--danger-color);
162
162
  }
@@ -107,8 +107,8 @@
107
107
  --table-row-hover-bg-color: #f5f7fa;
108
108
  --table-row-active-bg-color: #f0f1f5;
109
109
  --cascader-panel-border-color: #dcdee5;
110
- --cascader-panel-hover: #eaf3ff;
111
- --cascader-panel-active: #f4f6fa;
110
+ --cascader-panel-hover: #f5f7fa;
111
+ --cascader-panel-active: #e1ecff;
112
112
  --cascader-panel-disabled-bg: #fff;
113
113
  }
114
114
  @keyframes loading-scale-animate {
@@ -107,8 +107,8 @@
107
107
  --table-row-hover-bg-color: #f5f7fa;
108
108
  --table-row-active-bg-color: #f0f1f5;
109
109
  --cascader-panel-border-color: #dcdee5;
110
- --cascader-panel-hover: #eaf3ff;
111
- --cascader-panel-active: #f4f6fa;
110
+ --cascader-panel-hover: #f5f7fa;
111
+ --cascader-panel-active: #e1ecff;
112
112
  --cascader-panel-disabled-bg: #fff;
113
113
  }
114
114
  @keyframes loading-scale-animate {
@@ -107,8 +107,8 @@
107
107
  --table-row-hover-bg-color: #f5f7fa;
108
108
  --table-row-active-bg-color: #f0f1f5;
109
109
  --cascader-panel-border-color: #dcdee5;
110
- --cascader-panel-hover: #eaf3ff;
111
- --cascader-panel-active: #f4f6fa;
110
+ --cascader-panel-hover: #f5f7fa;
111
+ --cascader-panel-active: #e1ecff;
112
112
  --cascader-panel-disabled-bg: #fff;
113
113
  }
114
114
  .bk-menu {
@@ -107,8 +107,8 @@
107
107
  --table-row-hover-bg-color: #f5f7fa;
108
108
  --table-row-active-bg-color: #f0f1f5;
109
109
  --cascader-panel-border-color: #dcdee5;
110
- --cascader-panel-hover: #eaf3ff;
111
- --cascader-panel-active: #f4f6fa;
110
+ --cascader-panel-hover: #f5f7fa;
111
+ --cascader-panel-active: #e1ecff;
112
112
  --cascader-panel-disabled-bg: #fff;
113
113
  }
114
114
  .bk-message {
@@ -107,8 +107,8 @@
107
107
  --table-row-hover-bg-color: #f5f7fa;
108
108
  --table-row-active-bg-color: #f0f1f5;
109
109
  --cascader-panel-border-color: #dcdee5;
110
- --cascader-panel-hover: #eaf3ff;
111
- --cascader-panel-active: #f4f6fa;
110
+ --cascader-panel-hover: #f5f7fa;
111
+ --cascader-panel-active: #e1ecff;
112
112
  --cascader-panel-disabled-bg: #fff;
113
113
  }
114
114
  .bk-navigation {
@@ -107,8 +107,8 @@
107
107
  --table-row-hover-bg-color: #f5f7fa;
108
108
  --table-row-active-bg-color: #f0f1f5;
109
109
  --cascader-panel-border-color: #dcdee5;
110
- --cascader-panel-hover: #eaf3ff;
111
- --cascader-panel-active: #f4f6fa;
110
+ --cascader-panel-hover: #f5f7fa;
111
+ --cascader-panel-active: #e1ecff;
112
112
  --cascader-panel-disabled-bg: #fff;
113
113
  }
114
114
  .bk-notify {
@@ -107,8 +107,8 @@
107
107
  --table-row-hover-bg-color: #f5f7fa;
108
108
  --table-row-active-bg-color: #f0f1f5;
109
109
  --cascader-panel-border-color: #dcdee5;
110
- --cascader-panel-hover: #eaf3ff;
111
- --cascader-panel-active: #f4f6fa;
110
+ --cascader-panel-hover: #f5f7fa;
111
+ --cascader-panel-active: #e1ecff;
112
112
  --cascader-panel-disabled-bg: #fff;
113
113
  }
114
114
  .bk-pagination {
@@ -107,8 +107,8 @@
107
107
  --table-row-hover-bg-color: #f5f7fa;
108
108
  --table-row-active-bg-color: #f0f1f5;
109
109
  --cascader-panel-border-color: #dcdee5;
110
- --cascader-panel-hover: #eaf3ff;
111
- --cascader-panel-active: #f4f6fa;
110
+ --cascader-panel-hover: #f5f7fa;
111
+ --cascader-panel-active: #e1ecff;
112
112
  --cascader-panel-disabled-bg: #fff;
113
113
  }
114
114
  .bk-popover {
@@ -107,8 +107,8 @@
107
107
  --table-row-hover-bg-color: #f5f7fa;
108
108
  --table-row-active-bg-color: #f0f1f5;
109
109
  --cascader-panel-border-color: #dcdee5;
110
- --cascader-panel-hover: #eaf3ff;
111
- --cascader-panel-active: #f4f6fa;
110
+ --cascader-panel-hover: #f5f7fa;
111
+ --cascader-panel-active: #e1ecff;
112
112
  --cascader-panel-disabled-bg: #fff;
113
113
  }
114
114
  .bk-popover2.bk-pop2-content {
@@ -107,8 +107,8 @@
107
107
  --table-row-hover-bg-color: #f5f7fa;
108
108
  --table-row-active-bg-color: #f0f1f5;
109
109
  --cascader-panel-border-color: #dcdee5;
110
- --cascader-panel-hover: #eaf3ff;
111
- --cascader-panel-active: #f4f6fa;
110
+ --cascader-panel-hover: #f5f7fa;
111
+ --cascader-panel-active: #e1ecff;
112
112
  --cascader-panel-disabled-bg: #fff;
113
113
  }
114
114
  * {
@@ -107,8 +107,8 @@
107
107
  --table-row-hover-bg-color: #f5f7fa;
108
108
  --table-row-active-bg-color: #f0f1f5;
109
109
  --cascader-panel-border-color: #dcdee5;
110
- --cascader-panel-hover: #eaf3ff;
111
- --cascader-panel-active: #f4f6fa;
110
+ --cascader-panel-hover: #f5f7fa;
111
+ --cascader-panel-active: #e1ecff;
112
112
  --cascader-panel-disabled-bg: #fff;
113
113
  }
114
114
  @keyframes loading-scale-animate {
@@ -107,8 +107,8 @@
107
107
  --table-row-hover-bg-color: #f5f7fa;
108
108
  --table-row-active-bg-color: #f0f1f5;
109
109
  --cascader-panel-border-color: #dcdee5;
110
- --cascader-panel-hover: #eaf3ff;
111
- --cascader-panel-active: #f4f6fa;
110
+ --cascader-panel-hover: #f5f7fa;
111
+ --cascader-panel-active: #e1ecff;
112
112
  --cascader-panel-disabled-bg: #fff;
113
113
  }
114
114
  .bk-radio {
@@ -107,8 +107,8 @@
107
107
  --table-row-hover-bg-color: #f5f7fa;
108
108
  --table-row-active-bg-color: #f0f1f5;
109
109
  --cascader-panel-border-color: #dcdee5;
110
- --cascader-panel-hover: #eaf3ff;
111
- --cascader-panel-active: #f4f6fa;
110
+ --cascader-panel-hover: #f5f7fa;
111
+ --cascader-panel-active: #e1ecff;
112
112
  --cascader-panel-disabled-bg: #fff;
113
113
  }
114
114
  .bk-resize-layout {
@@ -32,10 +32,12 @@ declare const BkSelect: {
32
32
  noDataText: string;
33
33
  noMatchText: string;
34
34
  loadingText: string;
35
+ searchPlaceholder: string;
35
36
  selectAllText: string;
36
37
  scrollLoading: boolean;
37
38
  customContent: boolean;
38
39
  displayKey: string;
40
+ inputSearch: boolean;
39
41
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
40
42
  modelValue: import("vue-types").VueTypeValidableDef<any>;
41
43
  multiple: import("vue-types").VueTypeValidableDef<boolean> & {
@@ -123,6 +125,11 @@ declare const BkSelect: {
123
125
  } & {
124
126
  default: string;
125
127
  };
128
+ searchPlaceholder: import("vue-types").VueTypeValidableDef<string> & {
129
+ default: string;
130
+ } & {
131
+ default: string;
132
+ };
126
133
  selectAllText: import("vue-types").VueTypeValidableDef<string> & {
127
134
  default: string;
128
135
  } & {
@@ -179,6 +186,11 @@ declare const BkSelect: {
179
186
  } & {
180
187
  default: boolean;
181
188
  };
189
+ inputSearch: import("vue-types").VueTypeValidableDef<boolean> & {
190
+ default: boolean;
191
+ } & {
192
+ default: boolean;
193
+ };
182
194
  }>> & {
183
195
  onFocus?: (...args: any[]) => any;
184
196
  onBlur?: (...args: any[]) => any;
@@ -187,7 +199,7 @@ declare const BkSelect: {
187
199
  onClear?: (...args: any[]) => any;
188
200
  onToggle?: (...args: any[]) => any;
189
201
  "onScroll-end"?: (...args: any[]) => any;
190
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "showOnInit" | "disabled" | "placeholder" | "list" | "size" | "multiple" | "loading" | "clearable" | "behavior" | "withValidate" | "showSelectedIcon" | "tagTheme" | "filterable" | "allowCreate" | "popoverMinWidth" | "idKey" | "remoteMethod" | "popoverOptions" | "scrollHeight" | "showSelectAll" | "multipleMode" | "collapseTags" | "noDataText" | "noMatchText" | "loadingText" | "selectAllText" | "scrollLoading" | "customContent" | "displayKey">;
202
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "showOnInit" | "disabled" | "placeholder" | "list" | "size" | "multiple" | "loading" | "clearable" | "behavior" | "withValidate" | "showSelectedIcon" | "tagTheme" | "filterable" | "allowCreate" | "popoverMinWidth" | "idKey" | "remoteMethod" | "popoverOptions" | "scrollHeight" | "showSelectAll" | "multipleMode" | "collapseTags" | "noDataText" | "noMatchText" | "loadingText" | "searchPlaceholder" | "selectAllText" | "scrollLoading" | "customContent" | "displayKey" | "inputSearch">;
191
203
  $attrs: {
192
204
  [x: string]: unknown;
193
205
  };
@@ -288,6 +300,11 @@ declare const BkSelect: {
288
300
  } & {
289
301
  default: string;
290
302
  };
303
+ searchPlaceholder: import("vue-types").VueTypeValidableDef<string> & {
304
+ default: string;
305
+ } & {
306
+ default: string;
307
+ };
291
308
  selectAllText: import("vue-types").VueTypeValidableDef<string> & {
292
309
  default: string;
293
310
  } & {
@@ -344,6 +361,11 @@ declare const BkSelect: {
344
361
  } & {
345
362
  default: boolean;
346
363
  };
364
+ inputSearch: import("vue-types").VueTypeValidableDef<boolean> & {
365
+ default: boolean;
366
+ } & {
367
+ default: boolean;
368
+ };
347
369
  }>> & {
348
370
  onFocus?: (...args: any[]) => any;
349
371
  onBlur?: (...args: any[]) => any;
@@ -366,6 +388,8 @@ declare const BkSelect: {
366
388
  popperWidth: import("vue").Ref<string | number>;
367
389
  inputRef: import("vue").Ref<HTMLElement>;
368
390
  triggerRef: import("vue").Ref<HTMLElement>;
391
+ contentRef: import("vue").Ref<HTMLElement>;
392
+ searchRef: import("vue").Ref<HTMLElement>;
369
393
  selectTagInputRef: import("vue").Ref<{
370
394
  $: import("vue").ComponentInternalInstance;
371
395
  $data: {};
@@ -400,7 +424,6 @@ declare const BkSelect: {
400
424
  };
401
425
  modelValue: import("vue-types").VueTypeValidableDef<any>;
402
426
  }>> & {
403
- onFocus?: (...args: any[]) => any;
404
427
  onEnter?: (...args: any[]) => any;
405
428
  "onUpdate:modelValue"?: (...args: any[]) => any;
406
429
  onRemove?: (...args: any[]) => any;
@@ -416,7 +439,7 @@ declare const BkSelect: {
416
439
  }>;
417
440
  $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
418
441
  $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
419
- $emit: (event: "focus" | "update:modelValue" | "remove" | "enter", ...args: any[]) => void;
442
+ $emit: (event: "update:modelValue" | "remove" | "enter", ...args: any[]) => void;
420
443
  $el: any;
421
444
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
422
445
  selected: {
@@ -443,7 +466,6 @@ declare const BkSelect: {
443
466
  };
444
467
  modelValue: import("vue-types").VueTypeValidableDef<any>;
445
468
  }>> & {
446
- onFocus?: (...args: any[]) => any;
447
469
  onEnter?: (...args: any[]) => any;
448
470
  "onUpdate:modelValue"?: (...args: any[]) => any;
449
471
  onRemove?: (...args: any[]) => any;
@@ -451,12 +473,11 @@ declare const BkSelect: {
451
473
  value: any;
452
474
  inputRef: import("vue").Ref<HTMLElement>;
453
475
  handleRemoveTag: (val: string) => void;
454
- handleFocus: () => void;
455
476
  focus: () => void;
456
477
  handleInput: (e: any) => void;
457
478
  handleKeydown: (e: any) => void;
458
479
  handleGetLabelByValue: (item: import("./type").ISelected) => string;
459
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("focus" | "update:modelValue" | "remove" | "enter")[], string, {
480
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "remove" | "enter")[], string, {
460
481
  placeholder: string;
461
482
  selected: import("./type").ISelected[];
462
483
  tagTheme: string;
@@ -507,7 +528,6 @@ declare const BkSelect: {
507
528
  };
508
529
  modelValue: import("vue-types").VueTypeValidableDef<any>;
509
530
  }>> & {
510
- onFocus?: (...args: any[]) => any;
511
531
  onEnter?: (...args: any[]) => any;
512
532
  "onUpdate:modelValue"?: (...args: any[]) => any;
513
533
  onRemove?: (...args: any[]) => any;
@@ -515,7 +535,6 @@ declare const BkSelect: {
515
535
  value: any;
516
536
  inputRef: import("vue").Ref<HTMLElement>;
517
537
  handleRemoveTag: (val: string) => void;
518
- handleFocus: () => void;
519
538
  focus: () => void;
520
539
  handleInput: (e: any) => void;
521
540
  handleKeydown: (e: any) => void;
@@ -531,7 +550,8 @@ declare const BkSelect: {
531
550
  searchKey: import("vue").Ref<string>;
532
551
  setHover: () => void;
533
552
  cancelHover: () => void;
534
- handleFocus: (e: FocusEvent) => void;
553
+ handleFocus: () => void;
554
+ handleBlur: () => void;
535
555
  handleTogglePopover: () => void;
536
556
  handleClear: (e: Event) => void;
537
557
  hidePopover: () => void;
@@ -575,10 +595,12 @@ declare const BkSelect: {
575
595
  noDataText: string;
576
596
  noMatchText: string;
577
597
  loadingText: string;
598
+ searchPlaceholder: string;
578
599
  selectAllText: string;
579
600
  scrollLoading: boolean;
580
601
  customContent: boolean;
581
602
  displayKey: string;
603
+ inputSearch: boolean;
582
604
  }> & {
583
605
  beforeCreate?: (() => void) | (() => void)[];
584
606
  created?: (() => void) | (() => void)[];
@@ -686,6 +708,11 @@ declare const BkSelect: {
686
708
  } & {
687
709
  default: string;
688
710
  };
711
+ searchPlaceholder: import("vue-types").VueTypeValidableDef<string> & {
712
+ default: string;
713
+ } & {
714
+ default: string;
715
+ };
689
716
  selectAllText: import("vue-types").VueTypeValidableDef<string> & {
690
717
  default: string;
691
718
  } & {
@@ -742,6 +769,11 @@ declare const BkSelect: {
742
769
  } & {
743
770
  default: boolean;
744
771
  };
772
+ inputSearch: import("vue-types").VueTypeValidableDef<boolean> & {
773
+ default: boolean;
774
+ } & {
775
+ default: boolean;
776
+ };
745
777
  }>> & {
746
778
  onFocus?: (...args: any[]) => any;
747
779
  onBlur?: (...args: any[]) => any;
@@ -764,6 +796,8 @@ declare const BkSelect: {
764
796
  popperWidth: import("vue").Ref<string | number>;
765
797
  inputRef: import("vue").Ref<HTMLElement>;
766
798
  triggerRef: import("vue").Ref<HTMLElement>;
799
+ contentRef: import("vue").Ref<HTMLElement>;
800
+ searchRef: import("vue").Ref<HTMLElement>;
767
801
  selectTagInputRef: import("vue").Ref<{
768
802
  $: import("vue").ComponentInternalInstance;
769
803
  $data: {};
@@ -798,7 +832,6 @@ declare const BkSelect: {
798
832
  };
799
833
  modelValue: import("vue-types").VueTypeValidableDef<any>;
800
834
  }>> & {
801
- onFocus?: (...args: any[]) => any;
802
835
  onEnter?: (...args: any[]) => any;
803
836
  "onUpdate:modelValue"?: (...args: any[]) => any;
804
837
  onRemove?: (...args: any[]) => any;
@@ -814,7 +847,7 @@ declare const BkSelect: {
814
847
  }>;
815
848
  $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
816
849
  $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
817
- $emit: (event: "focus" | "update:modelValue" | "remove" | "enter", ...args: any[]) => void;
850
+ $emit: (event: "update:modelValue" | "remove" | "enter", ...args: any[]) => void;
818
851
  $el: any;
819
852
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
820
853
  selected: {
@@ -841,7 +874,6 @@ declare const BkSelect: {
841
874
  };
842
875
  modelValue: import("vue-types").VueTypeValidableDef<any>;
843
876
  }>> & {
844
- onFocus?: (...args: any[]) => any;
845
877
  onEnter?: (...args: any[]) => any;
846
878
  "onUpdate:modelValue"?: (...args: any[]) => any;
847
879
  onRemove?: (...args: any[]) => any;
@@ -849,12 +881,11 @@ declare const BkSelect: {
849
881
  value: any;
850
882
  inputRef: import("vue").Ref<HTMLElement>;
851
883
  handleRemoveTag: (val: string) => void;
852
- handleFocus: () => void;
853
884
  focus: () => void;
854
885
  handleInput: (e: any) => void;
855
886
  handleKeydown: (e: any) => void;
856
887
  handleGetLabelByValue: (item: import("./type").ISelected) => string;
857
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("focus" | "update:modelValue" | "remove" | "enter")[], string, {
888
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "remove" | "enter")[], string, {
858
889
  placeholder: string;
859
890
  selected: import("./type").ISelected[];
860
891
  tagTheme: string;
@@ -905,7 +936,6 @@ declare const BkSelect: {
905
936
  };
906
937
  modelValue: import("vue-types").VueTypeValidableDef<any>;
907
938
  }>> & {
908
- onFocus?: (...args: any[]) => any;
909
939
  onEnter?: (...args: any[]) => any;
910
940
  "onUpdate:modelValue"?: (...args: any[]) => any;
911
941
  onRemove?: (...args: any[]) => any;
@@ -913,7 +943,6 @@ declare const BkSelect: {
913
943
  value: any;
914
944
  inputRef: import("vue").Ref<HTMLElement>;
915
945
  handleRemoveTag: (val: string) => void;
916
- handleFocus: () => void;
917
946
  focus: () => void;
918
947
  handleInput: (e: any) => void;
919
948
  handleKeydown: (e: any) => void;
@@ -929,7 +958,8 @@ declare const BkSelect: {
929
958
  searchKey: import("vue").Ref<string>;
930
959
  setHover: () => void;
931
960
  cancelHover: () => void;
932
- handleFocus: (e: FocusEvent) => void;
961
+ handleFocus: () => void;
962
+ handleBlur: () => void;
933
963
  handleTogglePopover: () => void;
934
964
  handleClear: (e: Event) => void;
935
965
  hidePopover: () => void;
@@ -1036,6 +1066,11 @@ declare const BkSelect: {
1036
1066
  } & {
1037
1067
  default: string;
1038
1068
  };
1069
+ searchPlaceholder: import("vue-types").VueTypeValidableDef<string> & {
1070
+ default: string;
1071
+ } & {
1072
+ default: string;
1073
+ };
1039
1074
  selectAllText: import("vue-types").VueTypeValidableDef<string> & {
1040
1075
  default: string;
1041
1076
  } & {
@@ -1092,6 +1127,11 @@ declare const BkSelect: {
1092
1127
  } & {
1093
1128
  default: boolean;
1094
1129
  };
1130
+ inputSearch: import("vue-types").VueTypeValidableDef<boolean> & {
1131
+ default: boolean;
1132
+ } & {
1133
+ default: boolean;
1134
+ };
1095
1135
  }>> & {
1096
1136
  onFocus?: (...args: any[]) => any;
1097
1137
  onBlur?: (...args: any[]) => any;
@@ -1114,6 +1154,8 @@ declare const BkSelect: {
1114
1154
  popperWidth: import("vue").Ref<string | number>;
1115
1155
  inputRef: import("vue").Ref<HTMLElement>;
1116
1156
  triggerRef: import("vue").Ref<HTMLElement>;
1157
+ contentRef: import("vue").Ref<HTMLElement>;
1158
+ searchRef: import("vue").Ref<HTMLElement>;
1117
1159
  selectTagInputRef: import("vue").Ref<{
1118
1160
  $: import("vue").ComponentInternalInstance;
1119
1161
  $data: {};
@@ -1148,7 +1190,6 @@ declare const BkSelect: {
1148
1190
  };
1149
1191
  modelValue: import("vue-types").VueTypeValidableDef<any>;
1150
1192
  }>> & {
1151
- onFocus?: (...args: any[]) => any;
1152
1193
  onEnter?: (...args: any[]) => any;
1153
1194
  "onUpdate:modelValue"?: (...args: any[]) => any;
1154
1195
  onRemove?: (...args: any[]) => any;
@@ -1164,7 +1205,7 @@ declare const BkSelect: {
1164
1205
  }>;
1165
1206
  $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
1166
1207
  $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
1167
- $emit: (event: "focus" | "update:modelValue" | "remove" | "enter", ...args: any[]) => void;
1208
+ $emit: (event: "update:modelValue" | "remove" | "enter", ...args: any[]) => void;
1168
1209
  $el: any;
1169
1210
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
1170
1211
  selected: {
@@ -1191,7 +1232,6 @@ declare const BkSelect: {
1191
1232
  };
1192
1233
  modelValue: import("vue-types").VueTypeValidableDef<any>;
1193
1234
  }>> & {
1194
- onFocus?: (...args: any[]) => any;
1195
1235
  onEnter?: (...args: any[]) => any;
1196
1236
  "onUpdate:modelValue"?: (...args: any[]) => any;
1197
1237
  onRemove?: (...args: any[]) => any;
@@ -1199,12 +1239,11 @@ declare const BkSelect: {
1199
1239
  value: any;
1200
1240
  inputRef: import("vue").Ref<HTMLElement>;
1201
1241
  handleRemoveTag: (val: string) => void;
1202
- handleFocus: () => void;
1203
1242
  focus: () => void;
1204
1243
  handleInput: (e: any) => void;
1205
1244
  handleKeydown: (e: any) => void;
1206
1245
  handleGetLabelByValue: (item: import("./type").ISelected) => string;
1207
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("focus" | "update:modelValue" | "remove" | "enter")[], string, {
1246
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "remove" | "enter")[], string, {
1208
1247
  placeholder: string;
1209
1248
  selected: import("./type").ISelected[];
1210
1249
  tagTheme: string;
@@ -1255,7 +1294,6 @@ declare const BkSelect: {
1255
1294
  };
1256
1295
  modelValue: import("vue-types").VueTypeValidableDef<any>;
1257
1296
  }>> & {
1258
- onFocus?: (...args: any[]) => any;
1259
1297
  onEnter?: (...args: any[]) => any;
1260
1298
  "onUpdate:modelValue"?: (...args: any[]) => any;
1261
1299
  onRemove?: (...args: any[]) => any;
@@ -1263,7 +1301,6 @@ declare const BkSelect: {
1263
1301
  value: any;
1264
1302
  inputRef: import("vue").Ref<HTMLElement>;
1265
1303
  handleRemoveTag: (val: string) => void;
1266
- handleFocus: () => void;
1267
1304
  focus: () => void;
1268
1305
  handleInput: (e: any) => void;
1269
1306
  handleKeydown: (e: any) => void;
@@ -1279,7 +1316,8 @@ declare const BkSelect: {
1279
1316
  searchKey: import("vue").Ref<string>;
1280
1317
  setHover: () => void;
1281
1318
  cancelHover: () => void;
1282
- handleFocus: (e: FocusEvent) => void;
1319
+ handleFocus: () => void;
1320
+ handleBlur: () => void;
1283
1321
  handleTogglePopover: () => void;
1284
1322
  handleClear: (e: Event) => void;
1285
1323
  hidePopover: () => void;
@@ -1323,10 +1361,12 @@ declare const BkSelect: {
1323
1361
  noDataText: string;
1324
1362
  noMatchText: string;
1325
1363
  loadingText: string;
1364
+ searchPlaceholder: string;
1326
1365
  selectAllText: string;
1327
1366
  scrollLoading: boolean;
1328
1367
  customContent: boolean;
1329
1368
  displayKey: string;
1369
+ inputSearch: boolean;
1330
1370
  }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin & Readonly<{
1331
1371
  Option: import("vue").DefineComponent<{
1332
1372
  value: import("vue-types").VueTypeValidableDef<any>;