bkui-vue 2.0.2-beta.32 → 2.0.2-beta.33

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
@@ -13696,24 +13696,27 @@ const vx = /* @__PURE__ */ pe({
13696
13696
  onBlur: this.searchBlueHandler,
13697
13697
  onInput: this.searchInputHandler
13698
13698
  }, null) : a()]),
13699
- content: () => d("div", {
13700
- class: this.resolveClassName("cascader-popover")
13701
- }, [d(e4, {
13702
- ref: "cascaderPanel",
13703
- width: this.scrollWidth,
13704
- height: this.scrollHeight,
13705
- modelValue: this.checkedValue,
13706
- "onUpdate:modelValue": (r) => this.checkedValue = r,
13707
- "is-filtering": this.isFiltering,
13708
- "search-key": this.searchKey,
13709
- separator: this.separator,
13710
- store: this.store,
13711
- suggestions: this.suggestions
13712
- }, {
13713
- default: (r) => this.$slots.default ? this.$slots.default(r) : d("span", {
13714
- class: this.resolveClassName("cascader-node-name")
13715
- }, [r.node.name])
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" : ""]
@@ -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.32";
34942
+ }, _k = "2.0.2-beta.33";
34940
34943
  window.__bkui_vue_version__ = _k;
34941
34944
  export {
34942
34945
  Sg as $bkPopover,