bkui-vue 2.0.2-beta.32 → 2.0.2-beta.34
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/cli.css +1 -1
- package/dist/index.cjs.js +2 -2
- package/dist/index.esm.js +23 -20
- package/dist/index.umd.js +2 -2
- package/dist/style.variable.css +1 -1
- package/lib/cascader/cascader.css +26 -24
- package/lib/cascader/cascader.less +78 -76
- package/lib/cascader/cascader.variable.css +26 -24
- package/lib/cascader/index.js +2 -1
- package/lib/index.js +1 -1
- package/lib/search-select/index.js +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
@@ -13696,24 +13696,27 @@ const vx = /* @__PURE__ */ pe({
|
|
13696
13696
|
onBlur: this.searchBlueHandler,
|
13697
13697
|
onInput: this.searchInputHandler
|
13698
13698
|
}, null) : a()]),
|
13699
|
-
content: () =>
|
13700
|
-
|
13701
|
-
|
13702
|
-
|
13703
|
-
|
13704
|
-
|
13705
|
-
|
13706
|
-
|
13707
|
-
|
13708
|
-
|
13709
|
-
|
13710
|
-
|
13711
|
-
|
13712
|
-
|
13713
|
-
|
13714
|
-
|
13715
|
-
|
13716
|
-
|
13699
|
+
content: () => {
|
13700
|
+
var r, i;
|
13701
|
+
return d("div", {
|
13702
|
+
class: this.resolveClassName("cascader-popover")
|
13703
|
+
}, [d(e4, {
|
13704
|
+
ref: "cascaderPanel",
|
13705
|
+
width: this.scrollWidth,
|
13706
|
+
height: this.scrollHeight,
|
13707
|
+
modelValue: this.checkedValue,
|
13708
|
+
"onUpdate:modelValue": (l) => this.checkedValue = l,
|
13709
|
+
"is-filtering": this.isFiltering,
|
13710
|
+
"search-key": this.searchKey,
|
13711
|
+
separator: this.separator,
|
13712
|
+
store: this.store,
|
13713
|
+
suggestions: this.suggestions
|
13714
|
+
}, {
|
13715
|
+
default: (l) => this.$slots.default ? this.$slots.default(l) : d("span", {
|
13716
|
+
class: this.resolveClassName("cascader-node-name")
|
13717
|
+
}, [l.node.name])
|
13718
|
+
}), (i = (r = this.$slots).extension) == null ? void 0 : i.call(r)]);
|
13719
|
+
}
|
13717
13720
|
});
|
13718
13721
|
return d("div", {
|
13719
13722
|
class: [this.resolveClassName("cascader-wrapper"), this.floatMode ? "float-mode" : ""]
|
@@ -27123,7 +27126,7 @@ const VN = /* @__PURE__ */ pe({
|
|
27123
27126
|
},
|
27124
27127
|
contenteditable: !0,
|
27125
27128
|
"data-placeholder": !this.isComposition && !a && !this.keyword ? this.placeholder : "",
|
27126
|
-
"data-tips": n || "",
|
27129
|
+
"data-tips": this.isComposition ? "" : n || "",
|
27127
27130
|
spellcheck: "false",
|
27128
27131
|
onCompositionend: this.handleCompositionEnd,
|
27129
27132
|
onCompositionstart: this.handleCompositionStart,
|
@@ -34936,7 +34939,7 @@ const xk = (e, t) => {
|
|
34936
34939
|
}, Rk = {
|
34937
34940
|
createInstall: nm,
|
34938
34941
|
install: nm()
|
34939
|
-
}, _k = "2.0.2-beta.
|
34942
|
+
}, _k = "2.0.2-beta.34";
|
34940
34943
|
window.__bkui_vue_version__ = _k;
|
34941
34944
|
export {
|
34942
34945
|
Sg as $bkPopover,
|