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.cjs.js +4 -4
- package/dist/index.esm.js +10 -4
- package/dist/index.umd.js +4 -4
- package/dist/style.css +1 -1
- package/dist/style.variable.css +1 -1
- package/lib/cascader/cascader.css +4 -0
- package/lib/cascader/cascader.less +5 -0
- package/lib/cascader/cascader.variable.css +4 -0
- package/lib/cascader/index.js +1 -0
- package/lib/index.js +1 -1
- package/lib/overflow-title/index.js +2 -1
- package/lib/overflow-title/overflow-title.css +3 -0
- package/lib/overflow-title/overflow-title.less +4 -0
- package/lib/overflow-title/overflow-title.variable.css +3 -0
- package/lib/select/index.js +4 -1
- package/lib/select/select.css +3 -0
- package/lib/select/select.less +4 -0
- package/lib/select/select.variable.css +3 -0
- package/lib/tag-input/index.js +2 -1
- package/lib/tag-input/tag-input.css +3 -0
- package/lib/tag-input/tag-input.less +4 -0
- package/lib/tag-input/tag-input.variable.css +3 -0
- package/package.json +1 -1
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.
|
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,
|