bkui-vue 0.0.2-beta.8 → 0.0.2-table-refactor.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 (241) hide show
  1. package/dist/index.cjs.js +70 -62
  2. package/dist/index.esm.js +16711 -16319
  3. package/dist/index.umd.js +72 -64
  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.d.ts +1 -1
  15. package/lib/affix/index.d.ts +4 -4
  16. package/lib/alert/alert.css +7 -0
  17. package/lib/alert/alert.d.ts +5 -5
  18. package/lib/alert/alert.less +16 -6
  19. package/lib/alert/alert.variable.css +7 -0
  20. package/lib/alert/index.d.ts +10 -10
  21. package/lib/animate-number/index.d.ts +1 -1
  22. package/lib/backtop/index.d.ts +1 -1
  23. package/lib/badge/badge.d.ts +2 -2
  24. package/lib/badge/index.d.ts +7 -7
  25. package/lib/breadcrumb/index.d.ts +2 -2
  26. package/lib/button/button.css +20 -0
  27. package/lib/button/button.less +105 -94
  28. package/lib/button/button.variable.css +20 -0
  29. package/lib/button/index.d.ts +2 -2
  30. package/lib/card/card.d.ts +1 -1
  31. package/lib/card/index.d.ts +4 -4
  32. package/lib/cascader/cascader.d.ts +1 -0
  33. package/lib/cascader/index.d.ts +5 -2
  34. package/lib/cascader/index.js +1 -1
  35. package/lib/cascader/interface.d.ts +1 -1
  36. package/lib/checkbox/checkbox-group.d.ts +6 -3
  37. package/lib/checkbox/checkbox.d.ts +4 -4
  38. package/lib/checkbox/index.d.ts +22 -19
  39. package/lib/checkbox/index.js +1 -1
  40. package/lib/code-diff/index.d.ts +1 -1
  41. package/lib/collapse/index.d.ts +2 -2
  42. package/lib/collapse-transition/index.d.ts +128 -2
  43. package/lib/collapse-transition/index.js +1 -1
  44. package/lib/color-picker/color-picker.d.ts +16 -0
  45. package/lib/color-picker/components/recommend-colors.d.ts +16 -0
  46. package/lib/color-picker/index.d.ts +19 -1
  47. package/lib/color-picker/index.js +1 -1
  48. package/lib/components.d.ts +1 -1
  49. package/lib/config-provider/config-provider.d.ts +3 -0
  50. package/lib/config-provider/index.d.ts +5 -1
  51. package/lib/config-provider/index.js +1 -1
  52. package/lib/config-provider/token.d.ts +1 -0
  53. package/lib/config-provider/use-global-config.d.ts +2 -0
  54. package/lib/config-provider/use-prefix.d.ts +2 -0
  55. package/lib/container/index.d.ts +2 -2
  56. package/lib/container/index.js +1 -1
  57. package/lib/date-picker/date-picker.d.ts +3 -1
  58. package/lib/date-picker/index.d.ts +12 -5
  59. package/lib/date-picker/index.js +1 -1
  60. package/lib/date-picker/panel/date-range.d.ts +2 -1
  61. package/lib/dialog/index.d.ts +1 -1
  62. package/lib/directives/index.js +1 -1
  63. package/lib/directives/tooltips.d.ts +3 -2
  64. package/lib/divider/index.d.ts +1 -1
  65. package/lib/dropdown/dropdown.css +1 -0
  66. package/lib/dropdown/dropdown.d.ts +1 -1
  67. package/lib/dropdown/dropdown.variable.css +1 -0
  68. package/lib/dropdown/index.d.ts +7 -7
  69. package/lib/exception/index.d.ts +2 -2
  70. package/lib/fixed-navbar/index.d.ts +1 -1
  71. package/lib/form/index.d.ts +3 -3
  72. package/lib/form/index.js +1 -1
  73. package/lib/hooks.d.ts +1 -1
  74. package/lib/hooks.js +1 -1
  75. package/lib/icon/assistant.d.ts +4 -0
  76. package/lib/icon/assistant.js +1 -0
  77. package/lib/icon/index.d.ts +1 -0
  78. package/lib/icon/index.js +1 -1
  79. package/lib/image/index.d.ts +1 -1
  80. package/lib/image/index.js +1 -1
  81. package/lib/info-box/index.js +1 -1
  82. package/lib/input/index.d.ts +146 -50
  83. package/lib/input/index.js +2 -1
  84. package/lib/input/index.js.LICENSE.txt +1 -0
  85. package/lib/input/input.css +34 -6
  86. package/lib/input/input.d.ts +100 -11
  87. package/lib/input/input.less +53 -14
  88. package/lib/input/input.variable.css +34 -6
  89. package/lib/input/util.d.ts +6 -0
  90. package/lib/link/index.d.ts +4 -4
  91. package/lib/link/link.d.ts +1 -1
  92. package/lib/loading/index.d.ts +2 -2
  93. package/lib/locale/index.js +1 -1
  94. package/lib/locale/lang/en.d.ts +1 -0
  95. package/lib/menu/index.d.ts +2 -2
  96. package/lib/message/index.js +1 -1
  97. package/lib/message/message.css +33 -9
  98. package/lib/message/message.less +78 -54
  99. package/lib/message/message.variable.css +33 -9
  100. package/lib/message/messageConstructor.d.ts +30 -8
  101. package/lib/modal/index.d.ts +2 -2
  102. package/lib/modal/index.js +1 -1
  103. package/lib/navigation/index.d.ts +4 -1
  104. package/lib/navigation/index.js +1 -1
  105. package/lib/navigation/navigation.d.ts +1 -0
  106. package/lib/notify/index.js +1 -1
  107. package/lib/notify/notifyConstructor.d.ts +1 -1
  108. package/lib/overflow-title/components/overflow-title.d.ts +257 -1
  109. package/lib/overflow-title/index.d.ts +387 -2
  110. package/lib/overflow-title/index.js +1 -1
  111. package/lib/overflow-title/props.d.ts +129 -0
  112. package/lib/pagination/index.d.ts +2 -2
  113. package/lib/plugin-popover/index.js +1 -1
  114. package/lib/pop-confirm/index.d.ts +1 -1
  115. package/lib/popover/const.d.ts +22 -9
  116. package/lib/popover/content.d.ts +33 -0
  117. package/lib/popover/index.d.ts +154 -61
  118. package/lib/popover/index.js +1 -1
  119. package/lib/popover/popover.css +1 -0
  120. package/lib/popover/popover.d.ts +64 -23
  121. package/lib/popover/popover.less +3 -2
  122. package/lib/popover/popover.variable.css +1 -0
  123. package/lib/popover/props.d.ts +29 -4
  124. package/lib/popover/use-floating.d.ts +2 -2
  125. package/lib/popover/use-popover-init.d.ts +2 -1
  126. package/lib/popover2/index.d.ts +1 -1
  127. package/lib/preset.d.ts +2 -0
  128. package/lib/process/index.d.ts +1 -1
  129. package/lib/progress/index.d.ts +1 -1
  130. package/lib/radio/index.d.ts +23 -23
  131. package/lib/radio/radio-button.d.ts +4 -4
  132. package/lib/radio/radio-group.d.ts +4 -4
  133. package/lib/radio/radio.d.ts +4 -4
  134. package/lib/rate/index.d.ts +8 -4
  135. package/lib/rate/index.js +1 -1
  136. package/lib/rate/rate.d.ts +2 -1
  137. package/lib/resize-layout/index.d.ts +4 -4
  138. package/lib/resize-layout/index.js +1 -1
  139. package/lib/resize-layout/resize-layout.css +12 -0
  140. package/lib/resize-layout/resize-layout.d.ts +1 -1
  141. package/lib/resize-layout/resize-layout.less +12 -0
  142. package/lib/resize-layout/resize-layout.variable.css +12 -0
  143. package/lib/search-select/index.d.ts +62 -29
  144. package/lib/search-select/index.js +1 -1
  145. package/lib/search-select/input.d.ts +5 -1
  146. package/lib/search-select/menu.d.ts +33 -2
  147. package/lib/search-select/search-select.css +31 -11
  148. package/lib/search-select/search-select.d.ts +23 -20
  149. package/lib/search-select/search-select.less +29 -10
  150. package/lib/search-select/search-select.variable.css +31 -11
  151. package/lib/search-select/selected.d.ts +5 -1
  152. package/lib/search-select/utils.d.ts +13 -5
  153. package/lib/select/index.d.ts +180 -84
  154. package/lib/select/index.js +1 -1
  155. package/lib/select/option.d.ts +11 -0
  156. package/lib/select/select.css +9 -1
  157. package/lib/select/select.d.ts +75 -37
  158. package/lib/select/select.less +11 -1
  159. package/lib/select/select.variable.css +9 -1
  160. package/lib/select/selectTagInput.d.ts +8 -5
  161. package/lib/shared/helper.d.ts +1 -1
  162. package/lib/shared/index.js +1 -1
  163. package/lib/shared/mask-manager.d.ts +3 -4
  164. package/lib/shared/pop-manager.d.ts +6 -2
  165. package/lib/shared/popover.d.ts +2 -2
  166. package/lib/shared/vue-types.d.ts +3 -2
  167. package/lib/sideslider/index.d.ts +1 -1
  168. package/lib/slider/index.d.ts +1 -1
  169. package/lib/slider/index.js +1 -1
  170. package/lib/steps/index.d.ts +1 -1
  171. package/lib/steps/index.js +1 -1
  172. package/lib/styles/mixins/popper.less +6 -5
  173. package/lib/swiper/index.d.ts +1 -1
  174. package/lib/swiper/index.js +1 -1
  175. package/lib/swiper/swiper.css +0 -6
  176. package/lib/swiper/swiper.less +0 -8
  177. package/lib/swiper/swiper.variable.css +0 -6
  178. package/lib/switcher/index.d.ts +30 -16
  179. package/lib/switcher/index.js +1 -1
  180. package/lib/switcher/switcher.d.ts +74 -5
  181. package/lib/tab/index.d.ts +3 -3
  182. package/lib/tab/tab-nav.d.ts +12 -2
  183. package/lib/tab/tab-panel.d.ts +1 -1
  184. package/lib/table/components/table-cell.d.ts +22 -15
  185. package/lib/table/components/table-column.d.ts +154 -219
  186. package/lib/table/const.d.ts +34 -56
  187. package/lib/table/events.d.ts +180 -0
  188. package/lib/table/index.d.ts +746 -440
  189. package/lib/table/index.js +1 -1
  190. package/lib/table/plugins/head-filter.css +3 -0
  191. package/lib/table/plugins/head-filter.d.ts +3 -7
  192. package/lib/table/plugins/head-filter.less +3 -0
  193. package/lib/table/plugins/head-filter.variable.css +3 -0
  194. package/lib/table/plugins/head-sort.d.ts +3 -7
  195. package/lib/table/plugins/settings.d.ts +12 -26
  196. package/lib/table/plugins/use-column-resize.d.ts +30 -10
  197. package/lib/table/plugins/use-fixed-column.d.ts +7 -5
  198. package/lib/table/plugins/use-pagination.d.ts +7 -4
  199. package/lib/table/props.d.ts +219 -181
  200. package/lib/table/render.d.ts +12 -20
  201. package/lib/table/table.css +85 -5
  202. package/lib/table/table.d.ts +227 -104
  203. package/lib/table/table.less +75 -8
  204. package/lib/table/table.variable.css +85 -5
  205. package/lib/table/use-attributes.d.ts +55 -0
  206. package/lib/table/use-column.d.ts +175 -3
  207. package/lib/table/use-common.d.ts +1609 -76
  208. package/lib/table/use-render.d.ts +11 -0
  209. package/lib/table/utils.d.ts +30 -28
  210. package/lib/table-column/index.d.ts +237 -527
  211. package/lib/table-column/index.js +1 -1
  212. package/lib/tag/index.d.ts +10 -10
  213. package/lib/tag/index.js +1 -1
  214. package/lib/tag/tag.d.ts +5 -5
  215. package/lib/tag-input/index.d.ts +49 -13
  216. package/lib/tag-input/index.js +1 -1
  217. package/lib/tag-input/tag-input.css +6 -1
  218. package/lib/tag-input/tag-input.d.ts +46 -10
  219. package/lib/tag-input/tag-input.less +9 -4
  220. package/lib/tag-input/tag-input.variable.css +6 -1
  221. package/lib/tag-input/tag-props.d.ts +16 -4
  222. package/lib/time-picker/index.d.ts +1 -1
  223. package/lib/timeline/index.d.ts +1 -1
  224. package/lib/transfer/index.d.ts +1 -1
  225. package/lib/tree/constant.d.ts +2 -2
  226. package/lib/tree/index.d.ts +37 -7
  227. package/lib/tree/index.js +1 -1
  228. package/lib/tree/props.d.ts +8 -1
  229. package/lib/tree/tree.d.ts +20 -2
  230. package/lib/tree/use-node-action.d.ts +3 -2
  231. package/lib/tree/use-node-attribute.d.ts +15 -8
  232. package/lib/tree/use-tree-init.d.ts +1 -2
  233. package/lib/tree/util.d.ts +7 -2
  234. package/lib/upload/index.d.ts +1 -1
  235. package/lib/virtual-render/index.d.ts +43 -1
  236. package/lib/virtual-render/index.js +1 -1
  237. package/lib/virtual-render/props.d.ts +15 -0
  238. package/lib/virtual-render/v-virtual-render.d.ts +1 -0
  239. package/lib/virtual-render/virtual-render.d.ts +27 -2
  240. package/lib/volar.components.d.ts +24 -24
  241. package/package.json +17 -16
@@ -16,8 +16,8 @@ declare const BkResizeLayout: {
16
16
  autoMinimize?: number | boolean;
17
17
  class?: unknown;
18
18
  style?: unknown;
19
- key?: string | number | symbol;
20
19
  ref?: import("vue").VNodeRef;
20
+ key?: string | number | symbol;
21
21
  ref_for?: boolean;
22
22
  ref_key?: string;
23
23
  onVnodeBeforeMount?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
@@ -132,7 +132,7 @@ declare const BkResizeLayout: {
132
132
  limitMax: any;
133
133
  state: any;
134
134
  vertical: import("vue").ComputedRef<boolean>;
135
- cssPropKey: import("vue").ComputedRef<"height" | "width">;
135
+ cssPropKey: import("vue").ComputedRef<"width" | "height">;
136
136
  bkResizeLayoutRef: import("vue").Ref<HTMLElement>;
137
137
  resizeProxyRef: import("vue").Ref<HTMLElement>;
138
138
  resizeMaskRef: import("vue").Ref<HTMLElement>;
@@ -234,7 +234,7 @@ declare const BkResizeLayout: {
234
234
  limitMax: any;
235
235
  state: any;
236
236
  vertical: import("vue").ComputedRef<boolean>;
237
- cssPropKey: import("vue").ComputedRef<"height" | "width">;
237
+ cssPropKey: import("vue").ComputedRef<"width" | "height">;
238
238
  bkResizeLayoutRef: import("vue").Ref<HTMLElement>;
239
239
  resizeProxyRef: import("vue").Ref<HTMLElement>;
240
240
  resizeMaskRef: import("vue").Ref<HTMLElement>;
@@ -308,7 +308,7 @@ declare const BkResizeLayout: {
308
308
  limitMax: any;
309
309
  state: any;
310
310
  vertical: import("vue").ComputedRef<boolean>;
311
- cssPropKey: import("vue").ComputedRef<"height" | "width">;
311
+ cssPropKey: import("vue").ComputedRef<"width" | "height">;
312
312
  bkResizeLayoutRef: import("vue").Ref<HTMLElement>;
313
313
  resizeProxyRef: import("vue").Ref<HTMLElement>;
314
314
  resizeMaskRef: import("vue").Ref<HTMLElement>;
@@ -1 +1 @@
1
- !function(e,t){if("object"==typeof exports&&"object"==typeof module)module.exports=t(require("../shared"),require("vue"),require("../config-provider"),require("../icon"));else if("function"==typeof define&&define.amd)define(["../shared","vue","../config-provider","../icon"],t);else{var a="object"==typeof exports?t(require("../shared"),require("vue"),require("../config-provider"),require("../icon")):t(e["../shared"],e.vue,e["../config-provider"],e["../icon"]);for(var i in a)("object"==typeof exports?exports:e)[i]=a[i]}}(self,((e,t,a,i)=>(()=>{"use strict";var l={2717:e=>{e.exports=a},6870:e=>{e.exports=i},4212:t=>{t.exports=e},748:e=>{e.exports=t}},o={};function r(e){var t=o[e];if(void 0!==t)return t.exports;var a=o[e]={exports:{}};return l[e](a,a.exports,r),a.exports}r.d=(e,t)=>{for(var a in t)r.o(t,a)&&!r.o(e,a)&&Object.defineProperty(e,a,{enumerable:!0,get:t[a]})},r.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var s={};return(()=>{r.r(s),r.d(s,{default:()=>u});var e=r(4212);function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},t(e)}function a(e,a,i){return(a=function(e){var a=function(e,a){if("object"!==t(e)||null===e)return e;var i=e[Symbol.toPrimitive];if(void 0!==i){var l=i.call(e,"string");if("object"!==t(l))return l;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"===t(a)?a:String(a)}(a))in e?Object.defineProperty(e,a,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[a]=i,e}var i=r(748),l=r(2717),o=r(6870);const n=(0,i.defineComponent)({name:"ResizeLayout",props:{placement:e.PropTypes.placement().def("left"),min:e.PropTypes.number.def(3),max:e.PropTypes.number.def(1/0),triggerWidth:e.PropTypes.number.def(5),triggerOffset:e.PropTypes.number.def(3),initialDivide:e.PropTypes.oneOfType([String,Number]).def("20%"),immediate:e.PropTypes.bool,disabled:e.PropTypes.bool,collapsible:e.PropTypes.bool,autoMinimize:e.PropTypes.oneOfType([Boolean,Number]).def(!1),border:e.PropTypes.bool.def(!0)},emits:["before-resize","resizing","after-resize","collapse-change"],setup:function(e,t){var o=t.emit,r=(0,i.toRefs)(e),s=r.placement,n=r.initialDivide,u=r.triggerOffset,c=r.triggerWidth,v=r.max,d=r.min,f=r.immediate,p=r.autoMinimize,m=(0,i.ref)(!1),y=(0,i.ref)(!0),h=(0,i.ref)(!1),b=(0,i.ref)(null),g=(0,i.ref)({}),z=(0,i.ref)(null),x=(0,i.ref)(null),C=(0,i.ref)(null),N=(0,i.ref)(null),w=(0,i.computed)((function(){return["left","right"].includes(s.value)})),P=(0,i.computed)((function(){return w.value?"width":"height"})),S=(0,i.computed)((function(){var e=n.value;return"number"==typeof e&&(e="".concat(e,"px")),a({},P.value,e)})),R=(0,i.computed)((function(){var e;return a(e={},"margin-".concat(s.value),"".concat(u.value-c.value,"px")),a(e,P.value,"".concat(c.value,"px")),e})),T=(0,i.computed)((function(){return p.value?"boolean"==typeof p.value?50:p.value:0})),k=new ResizeObserver((function(){var e=z.value.getBoundingClientRect();b.value=w.value?e.width:e.height})),M=function(){var t=N.value.getBoundingClientRect();j(!m.value),m.value?(N.value.setAttribute("data-".concat(P.value),"".concat(t[P.value],"px")),N.value.style[P.value]=e.collapsible?"0px":"5px"):(y.value=!0,N.value.style[P.value]=N.value.getAttribute("data-".concat(P.value)))},j=function(e){N.value.addEventListener("transitionend",(function t(){y.value=e,N.value.style.transition="",N.value.removeEventListener("transitionend",t)})),N.value.style.transition="".concat(P.value," cubic-bezier(0.4, 0, 0.2, 1) .3s")};(0,i.onMounted)((function(){k.observe(z.value)})),(0,i.onBeforeUnmount)((function(){z.value&&(k.unobserve(z.value),k=null)}));var O=(0,l.usePrefix)().resolveClassName;return{collapsed:m,asideContentVisible:y,minimized:h,limitMax:b,state:g,vertical:w,cssPropKey:P,bkResizeLayoutRef:z,resizeProxyRef:x,resizeMaskRef:C,asideRef:N,triggerStyle:R,asideStyle:S,handleMousedown:function(e){o("before-resize",e);var t=N.value.getBoundingClientRect();g.value=Object.freeze({mouse:{clientX:e.clientX,clientY:e.clientY},aside:{width:t.width,height:t.height}}),C.value.style.display="block",C.value.style.cursor=w.value?"col-resize":"row-resize",f.value||function(){switch(x.value.style.visibility="visible",s.value){case"left":x.value.style.inset="0 auto auto ".concat(g.value.aside.width,"px");break;case"right":x.value.style.inset="0 ".concat(g.value.aside.width,"px auto auto");break;case"top":x.value.style.inset="".concat(g.value.aside.height,"px auto auto 0");break;case"bottom":x.value.style.inset="auto auto ".concat(g.value.aside.height,"px 0")}}(),document.onselectstart=function(){return!1},document.ondragstart=function(){return!1};var a=function(e){var t;switch(s.value){case"top":t=e.clientY-g.value.mouse.clientY;break;case"right":t=g.value.mouse.clientX-e.clientX;break;case"bottom":t=g.value.mouse.clientY-e.clientY;break;case"left":t=e.clientX-g.value.mouse.clientX}var a,i=(a=g.value.aside[P.value]+t,Math.min(v.value,Math.max(d.value,a),b.value-c.value)+u.value),l="".concat(i,"px");f.value?N.value.style[P.value]=l:x.value.style[s.value]=l,o("resizing",i)};document.addEventListener("mousemove",a),document.addEventListener("mouseup",(function e(){if(x.value.style.visibility="hidden",C.value.style.display="none",document.removeEventListener("mousemove",a),document.removeEventListener("mouseup",e),document.onselectstart=null,document.ondragstart=null,(0,i.nextTick)((function(){(function(){if(!p.value)return!1;var e=N.value.getBoundingClientRect();if(h.value=m.value=e[P.value]<=T.value,!h.value)return y.value=!0,!1;M(),(0,i.nextTick)((function(){N.value.setAttribute("data-".concat(P.value),S.value[P.value])}))})(),o("after-resize",parseFloat(x.value.style[s.value]))})),f.value)return!1;N.value.style[P.value]=x.value.style[s.value]}))},setCollapse:function(e){m.value="boolean"==typeof e?e:!m.value,M(),o("collapse-change",m.value)},resolveClassName:O}},render:function(){var e,t,l,r,s,n,u,c=["".concat(this.resolveClassName("resize-layout")),"".concat(this.resolveClassName("resize-layout-".concat(this.placement))),(e={},a(e,"".concat(this.resolveClassName("resize-layout-collapsed")),this.collapsed),a(e,"".concat(this.resolveClassName("resize-layout-border")),this.border),a(e,"".concat(this.resolveClassName("resize-layout-collapsible")),this.collapsible),e)];return(0,i.createVNode)("div",{ref:"bkResizeLayoutRef",class:c},[(0,i.createVNode)("aside",{class:"".concat(this.resolveClassName("resize-layout-aside")),ref:"asideRef",style:this.asideStyle},[(0,i.withDirectives)((0,i.createVNode)("div",{class:"".concat(this.resolveClassName("resize-layout-aside-content"))},[null===(l=(t=this.$slots).aside)||void 0===l?void 0:l.call(t)]),[[i.vShow,this.asideContentVisible]]),(0,i.withDirectives)((0,i.createVNode)("i",{class:"".concat(this.resolveClassName("resize-trigger")),style:this.triggerStyle,onMousedown:(0,i.withModifiers)(this.handleMousedown,["left"])},null),[[i.vShow,!this.disabled&&(!this.collapsed||this.autoMinimize)]]),(0,i.withDirectives)((0,i.createVNode)("i",{class:["".concat(this.resolveClassName("resize-proxy")),this.placement],ref:"resizeProxyRef"},null),[[i.vShow,!this.collapsed||this.autoMinimize]]),this.collapsible&&((null===(s=(r=this.$slots)["collapse-trigger"])||void 0===s?void 0:s.call(r))||(this.collapsed?(0,i.createVNode)(o.AngleRight,{class:"".concat(this.resolveClassName("resize-collapse")),onClick:this.setCollapse},null):(0,i.createVNode)(o.AngleLeft,{class:"".concat(this.resolveClassName("resize-collapse")),onClick:this.setCollapse},null)))]),(0,i.createVNode)("main",{class:"".concat(this.resolveClassName("resize-layout-main"))},[null===(u=(n=this.$slots).main)||void 0===u?void 0:u.call(n)]),(0,i.createVNode)("div",{class:"".concat(this.resolveClassName("resize-mask")),ref:"resizeMaskRef"},null)])}}),u=(0,e.withInstall)(n)})(),s})()));
1
+ !function(e,t){if("object"==typeof exports&&"object"==typeof module)module.exports=t(require("../shared"),require("vue"),require("../config-provider"),require("../icon"));else if("function"==typeof define&&define.amd)define(["../shared","vue","../config-provider","../icon"],t);else{var a="object"==typeof exports?t(require("../shared"),require("vue"),require("../config-provider"),require("../icon")):t(e["../shared"],e.vue,e["../config-provider"],e["../icon"]);for(var i in a)("object"==typeof exports?exports:e)[i]=a[i]}}(self,((e,t,a,i)=>(()=>{"use strict";var l={2717:e=>{e.exports=a},6870:e=>{e.exports=i},4212:t=>{t.exports=e},748:e=>{e.exports=t}},o={};function r(e){var t=o[e];if(void 0!==t)return t.exports;var a=o[e]={exports:{}};return l[e](a,a.exports,r),a.exports}r.d=(e,t)=>{for(var a in t)r.o(t,a)&&!r.o(e,a)&&Object.defineProperty(e,a,{enumerable:!0,get:t[a]})},r.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var s={};return(()=>{r.r(s),r.d(s,{default:()=>u});var e=r(4212);function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},t(e)}function a(e,a,i){return(a=function(e){var a=function(e,a){if("object"!==t(e)||null===e)return e;var i=e[Symbol.toPrimitive];if(void 0!==i){var l=i.call(e,"string");if("object"!==t(l))return l;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"===t(a)?a:String(a)}(a))in e?Object.defineProperty(e,a,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[a]=i,e}var i=r(748),l=r(2717),o=r(6870);const n=(0,i.defineComponent)({name:"ResizeLayout",props:{placement:e.PropTypes.placement().def("left"),min:e.PropTypes.number.def(3),max:e.PropTypes.number.def(1/0),triggerWidth:e.PropTypes.number.def(5),triggerOffset:e.PropTypes.number.def(3),initialDivide:e.PropTypes.oneOfType([String,Number]).def("20%"),immediate:e.PropTypes.bool,disabled:e.PropTypes.bool,collapsible:e.PropTypes.bool,autoMinimize:e.PropTypes.oneOfType([Boolean,Number]).def(!1),border:e.PropTypes.bool.def(!0)},emits:["before-resize","resizing","after-resize","collapse-change"],setup:function(e,t){var o=t.emit,r=(0,i.toRefs)(e),s=r.placement,n=r.initialDivide,u=r.triggerOffset,c=r.triggerWidth,v=r.max,d=r.min,f=r.immediate,p=r.autoMinimize,m=(0,i.ref)(!1),y=(0,i.ref)(!0),h=(0,i.ref)(!1),b=(0,i.ref)(null),g=(0,i.ref)({}),z=(0,i.ref)(null),x=(0,i.ref)(null),w=(0,i.ref)(null),C=(0,i.ref)(null),N=(0,i.computed)((function(){return["left","right"].includes(s.value)})),P=(0,i.computed)((function(){return N.value?"width":"height"})),S=(0,i.computed)((function(){var e=n.value;return"number"==typeof e&&(e="".concat(e,"px")),a({},P.value,e)})),R=(0,i.computed)((function(){var e;return a(e={},"margin-".concat(s.value),"".concat(u.value-c.value,"px")),a(e,P.value,"".concat(c.value,"px")),e})),T=(0,i.computed)((function(){return p.value?"boolean"==typeof p.value?50:p.value:0})),k=new ResizeObserver((function(){var e=z.value.getBoundingClientRect();b.value=N.value?e.width:e.height})),M=function(){var t=C.value.getBoundingClientRect();j(!m.value),m.value?(C.value.setAttribute("data-".concat(P.value),"".concat(t[P.value],"px")),C.value.style[P.value]=e.collapsible?"0px":"5px"):(y.value=!0,C.value.style[P.value]=C.value.getAttribute("data-".concat(P.value)))},j=function(e){C.value.addEventListener("transitionend",(function t(){y.value=e,C.value.style.transition="",C.value.removeEventListener("transitionend",t)})),C.value.style.transition="".concat(P.value," cubic-bezier(0.4, 0, 0.2, 1) .3s")};(0,i.onMounted)((function(){k.observe(z.value)})),(0,i.onBeforeUnmount)((function(){z.value&&(k.unobserve(z.value),k=null)}));var O=(0,l.usePrefix)().resolveClassName;return{collapsed:m,asideContentVisible:y,minimized:h,limitMax:b,state:g,vertical:N,cssPropKey:P,bkResizeLayoutRef:z,resizeProxyRef:x,resizeMaskRef:w,asideRef:C,triggerStyle:R,asideStyle:S,handleMousedown:function(e){o("before-resize",e);var t=C.value.getBoundingClientRect();g.value=Object.freeze({mouse:{clientX:e.clientX,clientY:e.clientY},aside:{width:t.width,height:t.height}}),w.value.style.display="block",w.value.style.cursor=N.value?"col-resize":"row-resize",f.value||function(){switch(x.value.style.visibility="visible",s.value){case"left":x.value.style.inset="0 auto auto ".concat(g.value.aside.width,"px");break;case"right":x.value.style.inset="0 ".concat(g.value.aside.width,"px auto auto");break;case"top":x.value.style.inset="".concat(g.value.aside.height,"px auto auto 0");break;case"bottom":x.value.style.inset="auto auto ".concat(g.value.aside.height,"px 0")}}(),document.onselectstart=function(){return!1},document.ondragstart=function(){return!1};var a=function(e){var t;switch(s.value){case"top":t=e.clientY-g.value.mouse.clientY;break;case"right":t=g.value.mouse.clientX-e.clientX;break;case"bottom":t=g.value.mouse.clientY-e.clientY;break;case"left":t=e.clientX-g.value.mouse.clientX}var a,i=(a=g.value.aside[P.value]+t,Math.min(v.value,Math.max(d.value,a),b.value-c.value)+u.value),l="".concat(i,"px");f.value?C.value.style[P.value]=l:x.value.style[s.value]=l,o("resizing",i)};document.addEventListener("mousemove",a),document.addEventListener("mouseup",(function e(){if(x.value.style.visibility="hidden",w.value.style.display="none",document.removeEventListener("mousemove",a),document.removeEventListener("mouseup",e),document.onselectstart=null,document.ondragstart=null,(0,i.nextTick)((function(){(function(){if(!p.value)return!1;var e=C.value.getBoundingClientRect();if(h.value=m.value=e[P.value]<=T.value,!h.value)return y.value=!0,!1;M(),(0,i.nextTick)((function(){C.value.setAttribute("data-".concat(P.value),S.value[P.value])}))})(),o("after-resize",parseFloat(x.value.style[s.value]))})),f.value)return!1;C.value.style[P.value]=x.value.style[s.value]}))},setCollapse:function(e){m.value="boolean"==typeof e?e:!m.value,M(),o("collapse-change",m.value)},resolveClassName:O}},render:function(){var e,t,l,r,s,n,u,c=["".concat(this.resolveClassName("resize-layout")),"".concat(this.resolveClassName("resize-layout-".concat(this.placement))),(e={},a(e,"".concat(this.resolveClassName("resize-layout-collapsed")),this.collapsed),a(e,"".concat(this.resolveClassName("resize-layout-border")),this.border),a(e,"".concat(this.resolveClassName("resize-layout-collapsible")),this.collapsible),e)];return(0,i.createVNode)("div",{ref:"bkResizeLayoutRef",class:c},[(0,i.createVNode)("aside",{class:"".concat(this.resolveClassName("resize-layout-aside")),ref:"asideRef",style:this.asideStyle},[(0,i.withDirectives)((0,i.createVNode)("div",{class:"".concat(this.resolveClassName("resize-layout-aside-content"))},[null===(l=(t=this.$slots).aside)||void 0===l?void 0:l.call(t)]),[[i.vShow,this.asideContentVisible]]),(0,i.withDirectives)((0,i.createVNode)("i",{class:"".concat(this.resolveClassName("resize-trigger")),style:this.triggerStyle,onMousedown:(0,i.withModifiers)(this.handleMousedown,["left"])},null),[[i.vShow,!this.disabled&&(!this.collapsed||this.autoMinimize)]]),(0,i.withDirectives)((0,i.createVNode)("i",{class:["".concat(this.resolveClassName("resize-proxy")),this.placement],ref:"resizeProxyRef"},null),[[i.vShow,!this.collapsed||this.autoMinimize]]),this.collapsible&&((null===(s=(r=this.$slots)["collapse-trigger"])||void 0===s?void 0:s.call(r))||(this.collapsed?(0,i.createVNode)(o.AngleRight,{width:26,height:26,class:"".concat(this.resolveClassName("resize-collapse")),onClick:this.setCollapse},null):(0,i.createVNode)(o.AngleLeft,{width:26,height:26,class:"".concat(this.resolveClassName("resize-collapse")),onClick:this.setCollapse},null)))]),(0,i.createVNode)("main",{class:"".concat(this.resolveClassName("resize-layout-main"))},[null===(u=(n=this.$slots).main)||void 0===u?void 0:u.call(n)]),(0,i.createVNode)("div",{class:"".concat(this.resolveClassName("resize-mask")),ref:"resizeMaskRef"},null)])}}),u=(0,e.withInstall)(n)})(),s})()));
@@ -37,6 +37,9 @@
37
37
  left: 100%;
38
38
  transform: translateY(-50%);
39
39
  }
40
+ .bk-resize-layout-left > .bk-resize-layout-aside .bk-resize-collapse svg {
41
+ position: absolute;
42
+ }
40
43
  .bk-resize-layout-right {
41
44
  flex-direction: row-reverse;
42
45
  }
@@ -60,6 +63,9 @@
60
63
  right: 100%;
61
64
  transform: translateY(-50%) rotate(180deg);
62
65
  }
66
+ .bk-resize-layout-right > .bk-resize-layout-aside .bk-resize-collapse svg {
67
+ position: absolute;
68
+ }
63
69
  .bk-resize-layout-top {
64
70
  flex-direction: column;
65
71
  }
@@ -84,6 +90,9 @@
84
90
  margin-top: 8px;
85
91
  transform: translate3d(-50%, -50%, 0) rotate(90deg);
86
92
  }
93
+ .bk-resize-layout-top > .bk-resize-layout-aside .bk-resize-collapse svg {
94
+ position: absolute;
95
+ }
87
96
  .bk-resize-layout-bottom {
88
97
  flex-direction: column-reverse;
89
98
  }
@@ -108,6 +117,9 @@
108
117
  margin-bottom: 8px;
109
118
  transform: translate3d(50%, 50%, 0) rotate(-90deg);
110
119
  }
120
+ .bk-resize-layout-bottom > .bk-resize-layout-aside .bk-resize-collapse svg {
121
+ position: absolute;
122
+ }
111
123
  .bk-resize-layout > .bk-resize-layout-aside {
112
124
  position: relative;
113
125
  }
@@ -49,7 +49,7 @@ declare const _default: import("vue").DefineComponent<{
49
49
  limitMax: any;
50
50
  state: any;
51
51
  vertical: import("vue").ComputedRef<boolean>;
52
- cssPropKey: import("vue").ComputedRef<"height" | "width">;
52
+ cssPropKey: import("vue").ComputedRef<"width" | "height">;
53
53
  bkResizeLayoutRef: import("vue").Ref<HTMLElement>;
54
54
  resizeProxyRef: import("vue").Ref<HTMLElement>;
55
55
  resizeMaskRef: import("vue").Ref<HTMLElement>;
@@ -51,6 +51,9 @@
51
51
  top: 50%;
52
52
  left: 100%;
53
53
  transform: translateY(-50%);
54
+ svg {
55
+ position: absolute;
56
+ }
54
57
  }
55
58
  }
56
59
  }
@@ -79,6 +82,9 @@
79
82
  top: 50%;
80
83
  right: 100%;
81
84
  transform: translateY(-50%) rotate(180deg);
85
+ svg {
86
+ position: absolute;
87
+ }
82
88
  }
83
89
  }
84
90
  }
@@ -108,6 +114,9 @@
108
114
  left: 50%;
109
115
  margin-top: 8px;
110
116
  transform: translate3d(-50%, -50%, 0) rotate(90deg);
117
+ svg {
118
+ position: absolute;
119
+ }
111
120
  }
112
121
  }
113
122
  }
@@ -137,6 +146,9 @@
137
146
  left: 50%;
138
147
  margin-bottom: 8px;
139
148
  transform: translate3d(50%, 50%, 0) rotate(-90deg);
149
+ svg {
150
+ position: absolute;
151
+ }
140
152
  }
141
153
  }
142
154
  }
@@ -159,6 +159,9 @@
159
159
  left: 100%;
160
160
  transform: translateY(-50%);
161
161
  }
162
+ .bk-resize-layout-left > .bk-resize-layout-aside .bk-resize-collapse svg {
163
+ position: absolute;
164
+ }
162
165
  .bk-resize-layout-right {
163
166
  flex-direction: row-reverse;
164
167
  }
@@ -182,6 +185,9 @@
182
185
  right: 100%;
183
186
  transform: translateY(-50%) rotate(180deg);
184
187
  }
188
+ .bk-resize-layout-right > .bk-resize-layout-aside .bk-resize-collapse svg {
189
+ position: absolute;
190
+ }
185
191
  .bk-resize-layout-top {
186
192
  flex-direction: column;
187
193
  }
@@ -206,6 +212,9 @@
206
212
  margin-top: 8px;
207
213
  transform: translate3d(-50%, -50%, 0) rotate(90deg);
208
214
  }
215
+ .bk-resize-layout-top > .bk-resize-layout-aside .bk-resize-collapse svg {
216
+ position: absolute;
217
+ }
209
218
  .bk-resize-layout-bottom {
210
219
  flex-direction: column-reverse;
211
220
  }
@@ -230,6 +239,9 @@
230
239
  margin-bottom: 8px;
231
240
  transform: translate3d(50%, 50%, 0) rotate(-90deg);
232
241
  }
242
+ .bk-resize-layout-bottom > .bk-resize-layout-aside .bk-resize-collapse svg {
243
+ position: absolute;
244
+ }
233
245
  .bk-resize-layout > .bk-resize-layout-aside {
234
246
  position: relative;
235
247
  }
@@ -9,14 +9,13 @@ declare const BkSearchSelect: {
9
9
  clearable?: boolean;
10
10
  modelValue?: import("./utils").ISearchValue[];
11
11
  conditions?: import("./utils").ICommonItem[];
12
- valueBehavior?: import("./utils").ValueBehavior;
13
- valueSplitCode?: string;
12
+ valueBehavior?: "all" | "need-key";
14
13
  shrink?: boolean;
15
14
  uniqueSelect?: boolean;
16
15
  class?: unknown;
17
16
  style?: unknown;
18
- key?: string | number | symbol;
19
17
  ref?: import("vue").VNodeRef;
18
+ key?: string | number | symbol;
20
19
  ref_for?: boolean;
21
20
  ref_key?: string;
22
21
  onVnodeBeforeMount?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
@@ -108,16 +107,12 @@ declare const BkSearchSelect: {
108
107
  placeholder: StringConstructor;
109
108
  getMenuList: import("vue").PropType<import("./utils").GetMenuListFunc>;
110
109
  validateValues: import("vue").PropType<import("./utils").ValidateValuesFunc>;
111
- valueSplitCode: {
112
- type: StringConstructor;
113
- default: string;
114
- };
115
110
  uniqueSelect: {
116
111
  type: BooleanConstructor;
117
112
  default: boolean;
118
113
  };
119
114
  valueBehavior: {
120
- type: import("vue").PropType<import("./utils").ValueBehavior>;
115
+ type: import("vue").PropType<"all" | "need-key">;
121
116
  default: import("./utils").ValueBehavior;
122
117
  validator(v: import("./utils").ValueBehavior): boolean;
123
118
  };
@@ -161,8 +156,10 @@ declare const BkSearchSelect: {
161
156
  id: string;
162
157
  realId?: string;
163
158
  isSelected?: boolean;
159
+ logical?: import("./utils").SearchLogical;
164
160
  };
165
161
  isSelected?: boolean;
162
+ logical?: import("./utils").SearchLogical;
166
163
  }[]>;
167
164
  menuList: import("vue").Ref<import("./utils").ISearchItem[]>;
168
165
  menuHoverId: import("vue").Ref<string>;
@@ -178,6 +175,7 @@ declare const BkSearchSelect: {
178
175
  handleClickOutside: (e: MouseEvent) => void;
179
176
  handleInputFocus: (e: FocusEvent) => void;
180
177
  handleInputChange: (event: Event) => void;
178
+ handleLogicalChange: (logical: import("./utils").SearchLogical) => void;
181
179
  handleInputKeyup: (event: KeyboardEvent) => void;
182
180
  handleSelectItem: (item: import("./utils").ICommonItem, type?: import("./utils").SearchItemType) => Promise<void>;
183
181
  handleSelectCondtionItem: (item: import("./utils").ICommonItem) => void;
@@ -191,6 +189,7 @@ declare const BkSearchSelect: {
191
189
  cancel: string;
192
190
  or: string;
193
191
  and: string;
192
+ logical: string;
194
193
  }>;
195
194
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("focus" | "add" | "delete")[], "focus" | "add" | "delete", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
196
195
  data: {
@@ -239,10 +238,13 @@ declare const BkSearchSelect: {
239
238
  id: string;
240
239
  realId?: string;
241
240
  isSelected?: boolean;
241
+ logical?: import("./utils").SearchLogical;
242
242
  };
243
243
  isSelected?: boolean;
244
+ logical?: import("./utils").SearchLogical;
244
245
  }[];
245
246
  condition: string;
247
+ logical: import("./utils").SearchLogical;
246
248
  searchItem: {
247
249
  id: string;
248
250
  name: string;
@@ -256,8 +258,10 @@ declare const BkSearchSelect: {
256
258
  id: string;
257
259
  realId?: string;
258
260
  isSelected?: boolean;
261
+ logical?: import("./utils").SearchLogical;
259
262
  };
260
263
  isSelected?: boolean;
264
+ logical?: import("./utils").SearchLogical;
261
265
  }[];
262
266
  multiple?: boolean;
263
267
  async?: boolean;
@@ -274,13 +278,17 @@ declare const BkSearchSelect: {
274
278
  id: string;
275
279
  realId?: string;
276
280
  isSelected?: boolean;
281
+ logical?: import("./utils").SearchLogical;
277
282
  };
278
283
  isSelected?: boolean;
284
+ logical?: import("./utils").SearchLogical;
279
285
  };
280
286
  isSelected?: boolean;
287
+ onlyRecommendChildren?: boolean;
288
+ logical?: import("./utils").SearchLogical;
289
+ showLogicalPanel?: boolean;
281
290
  };
282
291
  type: import("./utils").SearchItemType;
283
- splitCode: string;
284
292
  readonly multiple: boolean;
285
293
  readonly placeholder: string;
286
294
  readonly children: {
@@ -293,14 +301,17 @@ declare const BkSearchSelect: {
293
301
  id: string;
294
302
  realId?: string;
295
303
  isSelected?: boolean;
304
+ logical?: import("./utils").SearchLogical;
296
305
  };
297
306
  isSelected?: boolean;
307
+ logical?: import("./utils").SearchLogical;
298
308
  }[];
299
309
  readonly validate: boolean;
300
310
  readonly inputInnerHtml: string;
301
311
  readonly inputInnerText: string;
302
312
  readonly keyInnerHtml: string;
303
313
  readonly keyInnerText: string;
314
+ readonly showLogical: boolean;
304
315
  isSpecialType: () => boolean;
305
316
  addValue: (item: import("./utils").ICommonItem) => void;
306
317
  toValue: () => import("./utils").ISearchValue;
@@ -309,7 +320,6 @@ declare const BkSearchSelect: {
309
320
  }[]>;
310
321
  overflowIndex: import("vue").Ref<number>;
311
322
  validateStr: import("vue").Ref<string>;
312
- splitCode: import("vue").ComputedRef<string>;
313
323
  onEditClick: (item: import("./utils").SelectedItem, index: number) => void;
314
324
  onEditEnter: (item: import("./utils").SelectedItem, index: number) => void;
315
325
  handleWrapClick: () => void;
@@ -330,6 +340,7 @@ declare const BkSearchSelect: {
330
340
  cancel: string;
331
341
  or: string;
332
342
  and: string;
343
+ logical: string;
333
344
  }>;
334
345
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("search" | "update:modelValue")[], string, {
335
346
  data: import("./utils").ISearchItem[];
@@ -338,8 +349,7 @@ declare const BkSearchSelect: {
338
349
  clearable: boolean;
339
350
  modelValue: import("./utils").ISearchValue[];
340
351
  conditions: import("./utils").ICommonItem[];
341
- valueBehavior: import("./utils").ValueBehavior;
342
- valueSplitCode: string;
352
+ valueBehavior: "all" | "need-key";
343
353
  shrink: boolean;
344
354
  uniqueSelect: boolean;
345
355
  }, {}, string, {}> & {
@@ -394,16 +404,12 @@ declare const BkSearchSelect: {
394
404
  placeholder: StringConstructor;
395
405
  getMenuList: import("vue").PropType<import("./utils").GetMenuListFunc>;
396
406
  validateValues: import("vue").PropType<import("./utils").ValidateValuesFunc>;
397
- valueSplitCode: {
398
- type: StringConstructor;
399
- default: string;
400
- };
401
407
  uniqueSelect: {
402
408
  type: BooleanConstructor;
403
409
  default: boolean;
404
410
  };
405
411
  valueBehavior: {
406
- type: import("vue").PropType<import("./utils").ValueBehavior>;
412
+ type: import("vue").PropType<"all" | "need-key">;
407
413
  default: import("./utils").ValueBehavior;
408
414
  validator(v: import("./utils").ValueBehavior): boolean;
409
415
  };
@@ -447,8 +453,10 @@ declare const BkSearchSelect: {
447
453
  id: string;
448
454
  realId?: string;
449
455
  isSelected?: boolean;
456
+ logical?: import("./utils").SearchLogical;
450
457
  };
451
458
  isSelected?: boolean;
459
+ logical?: import("./utils").SearchLogical;
452
460
  }[]>;
453
461
  menuList: import("vue").Ref<import("./utils").ISearchItem[]>;
454
462
  menuHoverId: import("vue").Ref<string>;
@@ -464,6 +472,7 @@ declare const BkSearchSelect: {
464
472
  handleClickOutside: (e: MouseEvent) => void;
465
473
  handleInputFocus: (e: FocusEvent) => void;
466
474
  handleInputChange: (event: Event) => void;
475
+ handleLogicalChange: (logical: import("./utils").SearchLogical) => void;
467
476
  handleInputKeyup: (event: KeyboardEvent) => void;
468
477
  handleSelectItem: (item: import("./utils").ICommonItem, type?: import("./utils").SearchItemType) => Promise<void>;
469
478
  handleSelectCondtionItem: (item: import("./utils").ICommonItem) => void;
@@ -477,6 +486,7 @@ declare const BkSearchSelect: {
477
486
  cancel: string;
478
487
  or: string;
479
488
  and: string;
489
+ logical: string;
480
490
  }>;
481
491
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("focus" | "add" | "delete")[], "focus" | "add" | "delete", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
482
492
  data: {
@@ -525,10 +535,13 @@ declare const BkSearchSelect: {
525
535
  id: string;
526
536
  realId?: string;
527
537
  isSelected?: boolean;
538
+ logical?: import("./utils").SearchLogical;
528
539
  };
529
540
  isSelected?: boolean;
541
+ logical?: import("./utils").SearchLogical;
530
542
  }[];
531
543
  condition: string;
544
+ logical: import("./utils").SearchLogical;
532
545
  searchItem: {
533
546
  id: string;
534
547
  name: string;
@@ -542,8 +555,10 @@ declare const BkSearchSelect: {
542
555
  id: string;
543
556
  realId?: string;
544
557
  isSelected?: boolean;
558
+ logical?: import("./utils").SearchLogical;
545
559
  };
546
560
  isSelected?: boolean;
561
+ logical?: import("./utils").SearchLogical;
547
562
  }[];
548
563
  multiple?: boolean;
549
564
  async?: boolean;
@@ -560,13 +575,17 @@ declare const BkSearchSelect: {
560
575
  id: string;
561
576
  realId?: string;
562
577
  isSelected?: boolean;
578
+ logical?: import("./utils").SearchLogical;
563
579
  };
564
580
  isSelected?: boolean;
581
+ logical?: import("./utils").SearchLogical;
565
582
  };
566
583
  isSelected?: boolean;
584
+ onlyRecommendChildren?: boolean;
585
+ logical?: import("./utils").SearchLogical;
586
+ showLogicalPanel?: boolean;
567
587
  };
568
588
  type: import("./utils").SearchItemType;
569
- splitCode: string;
570
589
  readonly multiple: boolean;
571
590
  readonly placeholder: string;
572
591
  readonly children: {
@@ -579,14 +598,17 @@ declare const BkSearchSelect: {
579
598
  id: string;
580
599
  realId?: string;
581
600
  isSelected?: boolean;
601
+ logical?: import("./utils").SearchLogical;
582
602
  };
583
603
  isSelected?: boolean;
604
+ logical?: import("./utils").SearchLogical;
584
605
  }[];
585
606
  readonly validate: boolean;
586
607
  readonly inputInnerHtml: string;
587
608
  readonly inputInnerText: string;
588
609
  readonly keyInnerHtml: string;
589
610
  readonly keyInnerText: string;
611
+ readonly showLogical: boolean;
590
612
  isSpecialType: () => boolean;
591
613
  addValue: (item: import("./utils").ICommonItem) => void;
592
614
  toValue: () => import("./utils").ISearchValue;
@@ -595,7 +617,6 @@ declare const BkSearchSelect: {
595
617
  }[]>;
596
618
  overflowIndex: import("vue").Ref<number>;
597
619
  validateStr: import("vue").Ref<string>;
598
- splitCode: import("vue").ComputedRef<string>;
599
620
  onEditClick: (item: import("./utils").SelectedItem, index: number) => void;
600
621
  onEditEnter: (item: import("./utils").SelectedItem, index: number) => void;
601
622
  handleWrapClick: () => void;
@@ -616,6 +637,7 @@ declare const BkSearchSelect: {
616
637
  cancel: string;
617
638
  or: string;
618
639
  and: string;
640
+ logical: string;
619
641
  }>;
620
642
  }> & {} & import("vue").ComponentCustomProperties & {};
621
643
  __isFragment?: never;
@@ -653,16 +675,12 @@ declare const BkSearchSelect: {
653
675
  placeholder: StringConstructor;
654
676
  getMenuList: import("vue").PropType<import("./utils").GetMenuListFunc>;
655
677
  validateValues: import("vue").PropType<import("./utils").ValidateValuesFunc>;
656
- valueSplitCode: {
657
- type: StringConstructor;
658
- default: string;
659
- };
660
678
  uniqueSelect: {
661
679
  type: BooleanConstructor;
662
680
  default: boolean;
663
681
  };
664
682
  valueBehavior: {
665
- type: import("vue").PropType<import("./utils").ValueBehavior>;
683
+ type: import("vue").PropType<"all" | "need-key">;
666
684
  default: import("./utils").ValueBehavior;
667
685
  validator(v: import("./utils").ValueBehavior): boolean;
668
686
  };
@@ -706,8 +724,10 @@ declare const BkSearchSelect: {
706
724
  id: string;
707
725
  realId?: string;
708
726
  isSelected?: boolean;
727
+ logical?: import("./utils").SearchLogical;
709
728
  };
710
729
  isSelected?: boolean;
730
+ logical?: import("./utils").SearchLogical;
711
731
  }[]>;
712
732
  menuList: import("vue").Ref<import("./utils").ISearchItem[]>;
713
733
  menuHoverId: import("vue").Ref<string>;
@@ -723,6 +743,7 @@ declare const BkSearchSelect: {
723
743
  handleClickOutside: (e: MouseEvent) => void;
724
744
  handleInputFocus: (e: FocusEvent) => void;
725
745
  handleInputChange: (event: Event) => void;
746
+ handleLogicalChange: (logical: import("./utils").SearchLogical) => void;
726
747
  handleInputKeyup: (event: KeyboardEvent) => void;
727
748
  handleSelectItem: (item: import("./utils").ICommonItem, type?: import("./utils").SearchItemType) => Promise<void>;
728
749
  handleSelectCondtionItem: (item: import("./utils").ICommonItem) => void;
@@ -736,6 +757,7 @@ declare const BkSearchSelect: {
736
757
  cancel: string;
737
758
  or: string;
738
759
  and: string;
760
+ logical: string;
739
761
  }>;
740
762
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("focus" | "add" | "delete")[], "focus" | "add" | "delete", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
741
763
  data: {
@@ -784,10 +806,13 @@ declare const BkSearchSelect: {
784
806
  id: string;
785
807
  realId?: string;
786
808
  isSelected?: boolean;
809
+ logical?: import("./utils").SearchLogical;
787
810
  };
788
811
  isSelected?: boolean;
812
+ logical?: import("./utils").SearchLogical;
789
813
  }[];
790
814
  condition: string;
815
+ logical: import("./utils").SearchLogical;
791
816
  searchItem: {
792
817
  id: string;
793
818
  name: string;
@@ -801,8 +826,10 @@ declare const BkSearchSelect: {
801
826
  id: string;
802
827
  realId?: string;
803
828
  isSelected?: boolean;
829
+ logical?: import("./utils").SearchLogical;
804
830
  };
805
831
  isSelected?: boolean;
832
+ logical?: import("./utils").SearchLogical;
806
833
  }[];
807
834
  multiple?: boolean;
808
835
  async?: boolean;
@@ -819,13 +846,17 @@ declare const BkSearchSelect: {
819
846
  id: string;
820
847
  realId?: string;
821
848
  isSelected?: boolean;
849
+ logical?: import("./utils").SearchLogical;
822
850
  };
823
851
  isSelected?: boolean;
852
+ logical?: import("./utils").SearchLogical;
824
853
  };
825
854
  isSelected?: boolean;
855
+ onlyRecommendChildren?: boolean;
856
+ logical?: import("./utils").SearchLogical;
857
+ showLogicalPanel?: boolean;
826
858
  };
827
859
  type: import("./utils").SearchItemType;
828
- splitCode: string;
829
860
  readonly multiple: boolean;
830
861
  readonly placeholder: string;
831
862
  readonly children: {
@@ -838,14 +869,17 @@ declare const BkSearchSelect: {
838
869
  id: string;
839
870
  realId?: string;
840
871
  isSelected?: boolean;
872
+ logical?: import("./utils").SearchLogical;
841
873
  };
842
874
  isSelected?: boolean;
875
+ logical?: import("./utils").SearchLogical;
843
876
  }[];
844
877
  readonly validate: boolean;
845
878
  readonly inputInnerHtml: string;
846
879
  readonly inputInnerText: string;
847
880
  readonly keyInnerHtml: string;
848
881
  readonly keyInnerText: string;
882
+ readonly showLogical: boolean;
849
883
  isSpecialType: () => boolean;
850
884
  addValue: (item: import("./utils").ICommonItem) => void;
851
885
  toValue: () => import("./utils").ISearchValue;
@@ -854,7 +888,6 @@ declare const BkSearchSelect: {
854
888
  }[]>;
855
889
  overflowIndex: import("vue").Ref<number>;
856
890
  validateStr: import("vue").Ref<string>;
857
- splitCode: import("vue").ComputedRef<string>;
858
891
  onEditClick: (item: import("./utils").SelectedItem, index: number) => void;
859
892
  onEditEnter: (item: import("./utils").SelectedItem, index: number) => void;
860
893
  handleWrapClick: () => void;
@@ -875,6 +908,7 @@ declare const BkSearchSelect: {
875
908
  cancel: string;
876
909
  or: string;
877
910
  and: string;
911
+ logical: string;
878
912
  }>;
879
913
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("search" | "update:modelValue")[], "search" | "update:modelValue", {
880
914
  data: import("./utils").ISearchItem[];
@@ -883,10 +917,9 @@ declare const BkSearchSelect: {
883
917
  clearable: boolean;
884
918
  modelValue: import("./utils").ISearchValue[];
885
919
  conditions: import("./utils").ICommonItem[];
886
- valueBehavior: import("./utils").ValueBehavior;
887
- valueSplitCode: string;
920
+ valueBehavior: "all" | "need-key";
888
921
  shrink: boolean;
889
922
  uniqueSelect: boolean;
890
923
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]>;
891
924
  export default BkSearchSelect;
892
- export { BkSearchSelect, };
925
+ export { BkSearchSelect };