bkui-vue 2.0.1-beta.101 → 2.0.1-beta.102

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.
package/dist/index.esm.js CHANGED
@@ -10714,7 +10714,8 @@ const Kk = {
10714
10714
  boundary: this.boundary || document.body,
10715
10715
  placement: this.placement,
10716
10716
  popoverDelay: [200, 0],
10717
- disabled: this.type === "title" || !this.isShowTips
10717
+ disabled: this.type === "title" || !this.isShowTips,
10718
+ referenceCls: "overflow-popover-reference"
10718
10719
  }, t = ad(e, this.popoverOptions);
10719
10720
  return h("div", {
10720
10721
  ref: "boxRef",
@@ -12187,6 +12188,7 @@ const vM = /* @__PURE__ */ Ne({
12187
12188
  offset: 4,
12188
12189
  placement: "bottom-start",
12189
12190
  theme: `light ${this.resolveClassName("cascader-popover")}`,
12191
+ referenceCls: this.resolveClassName("cascader-popover-reference"),
12190
12192
  trigger: "click",
12191
12193
  onAfterHidden: this.popoverChangeEmitter,
12192
12194
  onAfterShow: this.popoverChangeEmitter
@@ -26144,7 +26146,8 @@ const lK = /* @__PURE__ */ Ne({
26144
26146
  reference: fe.value,
26145
26147
  offset: 4,
26146
26148
  popoverDelay: 0,
26147
- renderType: Yu.AUTO
26149
+ renderType: Yu.AUTO,
26150
+ referenceCls: r("select-popover-reference")
26148
26151
  }, A.value)), {
26149
26152
  register: tl,
26150
26153
  unregister: nl
@@ -26603,6 +26606,7 @@ const lK = /* @__PURE__ */ Ne({
26603
26606
  return d.map((x) => h(Lu, {
26604
26607
  id: x[this.idKey],
26605
26608
  key: x[this.idKey],
26609
+ disabled: !!x.disabled,
26606
26610
  name: x[this.displayKey]
26607
26611
  }, typeof p == "function" ? {
26608
26612
  default: () => p({
@@ -26616,6 +26620,7 @@ const lK = /* @__PURE__ */ Ne({
26616
26620
  return h(Lu, {
26617
26621
  id: d[this.idKey],
26618
26622
  key: d[this.idKey],
26623
+ disabled: !!d.disabled,
26619
26624
  name: d[this.displayKey]
26620
26625
  }, typeof p == "function" ? {
26621
26626
  default: () => p({
@@ -34608,7 +34613,8 @@ const sJ = /* @__PURE__ */ un(rJ), pm = /* @__PURE__ */ Ne({
34608
34613
  arrow: !1,
34609
34614
  placement: "bottom-start",
34610
34615
  theme: `light ${this.resolveClassName("tag-input-popover-content")}`,
34611
- trigger: "manual"
34616
+ trigger: "manual",
34617
+ referenceCls: this.resolveClassName("tag-input-popover-reference")
34612
34618
  }, this.popoverProps), {
34613
34619
  default: () => {
34614
34620
  var e, t;
@@ -37329,7 +37335,7 @@ const VJ = (e, t) => {
37329
37335
  }, QJ = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
37330
37336
  __proto__: null,
37331
37337
  $bkPopover: Vh
37332
- }, Symbol.toStringTag, { value: "Module" })), jJ = "2.0.1-beta.101";
37338
+ }, Symbol.toStringTag, { value: "Module" })), jJ = "2.0.1-beta.102";
37333
37339
  window.__bkui_vue_version__ = jJ;
37334
37340
  export {
37335
37341
  Vh as $bkPopover,