bkui-vue 2.0.1-beta.85 → 2.0.1-beta.87

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
@@ -15913,7 +15913,7 @@ const jF = (e, ...t) => {
15913
15913
  (G = K == null ? void 0 : K.value) == null || G.reset();
15914
15914
  }, ae = (G) => {
15915
15915
  var he, Ee;
15916
- if (d.internalFocus) {
15916
+ if (n("blur"), d.internalFocus) {
15917
15917
  d.internalFocus = !1;
15918
15918
  return;
15919
15919
  }
@@ -15921,7 +15921,7 @@ const jF = (e, ...t) => {
15921
15921
  G.preventDefault();
15922
15922
  return;
15923
15923
  }
15924
- d.isFocused = !1, p(e.type), d.internalValue = d.internalValue.slice(), ne(), (he = K == null ? void 0 : K.value) == null || he.onToggleVisibility(!1), (Ee = r == null ? void 0 : r.validate) == null || Ee.call(r, "blur"), n("blur");
15924
+ d.isFocused = !1, p(e.type), d.internalValue = d.internalValue.slice(), ne(), (he = K == null ? void 0 : K.value) == null || he.onToggleVisibility(!1), (Ee = r == null ? void 0 : r.validate) == null || Ee.call(r, "blur");
15925
15925
  }, ue = (G) => {
15926
15926
  const {
15927
15927
  keyCode: he
@@ -16265,7 +16265,7 @@ const jF = (e, ...t) => {
16265
16265
  (be = (ie = B == null ? void 0 : B.value) == null ? void 0 : ie.reset) == null || be.call(ie);
16266
16266
  }, ne = (ie) => {
16267
16267
  var be, G;
16268
- if (g.internalFocus) {
16268
+ if (n("blur"), g.internalFocus) {
16269
16269
  g.internalFocus = !1;
16270
16270
  return;
16271
16271
  }
@@ -16273,7 +16273,7 @@ const jF = (e, ...t) => {
16273
16273
  ie.preventDefault();
16274
16274
  return;
16275
16275
  }
16276
- g.isFocused = !1, d(e.type), g.internalValue = g.internalValue.slice(), z(), (be = B == null ? void 0 : B.value) == null || be.onToggleVisibility(!1), (G = i == null ? void 0 : i.validate) == null || G.call(i, "blur"), n("blur");
16276
+ g.isFocused = !1, d(e.type), g.internalValue = g.internalValue.slice(), z(), (be = B == null ? void 0 : B.value) == null || be.onToggleVisibility(!1), (G = i == null ? void 0 : i.validate) == null || G.call(i, "blur");
16277
16277
  }, ae = (ie) => {
16278
16278
  const {
16279
16279
  keyCode: be
@@ -18128,7 +18128,7 @@ const qj = () => ({
18128
18128
  resolveClassName: C
18129
18129
  } = Ne();
18130
18130
  return () => {
18131
- var _;
18131
+ var _, N;
18132
18132
  return h("li", {
18133
18133
  class: {
18134
18134
  [`${C("menu-submenu")}`]: !0,
@@ -18146,17 +18146,17 @@ const qj = () => ({
18146
18146
  class: "menu-icon"
18147
18147
  }, null)]), h("span", {
18148
18148
  class: "submenu-header-content"
18149
- }, [e.title]), h(Ki, {
18149
+ }, [((N = t.title) == null ? void 0 : N.call(t)) || e.title]), h(Ki, {
18150
18150
  class: {
18151
18151
  "submenu-header-collapse": !0,
18152
18152
  "is-collapse": i.value.includes(p)
18153
18153
  }
18154
18154
  }, null)]), h(es, b.value, {
18155
18155
  default: () => {
18156
- var N;
18156
+ var E;
18157
18157
  return [We(h("ul", {
18158
18158
  class: "submenu-list"
18159
- }, [(N = t.default) == null ? void 0 : N.call(t)]), [[nt, y.value]])];
18159
+ }, [(E = t.default) == null ? void 0 : E.call(t)]), [[nt, y.value]])];
18160
18160
  }
18161
18161
  })]);
18162
18162
  };
@@ -26692,14 +26692,14 @@ const oK = (e) => {
26692
26692
  return y;
26693
26693
  });
26694
26694
  _e(() => e.modelValue, (y) => {
26695
- Je(() => {
26695
+ e.small || Je(() => {
26696
26696
  y >= 1 && y <= e.totalPageNum ? t.value = y : y < 1 ? t.value = 1 : t.value = e.totalPageNum;
26697
26697
  });
26698
26698
  }, {
26699
26699
  immediate: !0
26700
26700
  }), Je(() => {
26701
26701
  _e(() => e.totalPageNum, (y) => {
26702
- t.value > y && (t.value = y);
26702
+ e.small || t.value > y && (t.value = y);
26703
26703
  });
26704
26704
  });
26705
26705
  const c = () => {
@@ -26781,14 +26781,14 @@ const oK = (e) => {
26781
26781
  return S;
26782
26782
  });
26783
26783
  _e(() => e.modelValue, (S) => {
26784
- Je(() => {
26784
+ e.small && Je(() => {
26785
26785
  S >= 1 && S <= e.totalPageNum ? r.value = S : S < 1 ? r.value = 1 : r.value = e.totalPageNum, c = r.value;
26786
26786
  });
26787
26787
  }, {
26788
26788
  immediate: !0
26789
26789
  }), Je(() => {
26790
26790
  _e(() => e.totalPageNum, (S) => {
26791
- r.value > S && (r.value = S);
26791
+ e.small && r.value > S && (r.value = S);
26792
26792
  });
26793
26793
  });
26794
26794
  const f = () => {
@@ -26938,7 +26938,7 @@ const oK = (e) => {
26938
26938
  }, {
26939
26939
  immediate: !0
26940
26940
  }), _e(c, (y) => {
26941
- t.emit("update:modelValue", y), t.emit("change", y);
26941
+ e.small || (t.emit("update:modelValue", y), t.emit("change", y));
26942
26942
  }), _e(f, (y) => {
26943
26943
  e.small && (t.emit("update:modelValue", y), t.emit("change", y));
26944
26944
  }), _e(d, (y) => {
@@ -33669,6 +33669,7 @@ const GX = (e, t, n, r) => {
33669
33669
  props: MY,
33670
33670
  emits: XY,
33671
33671
  setup(e, t) {
33672
+ process.env.NODE_ENV !== "production" && console.warn("BkTable 组件后续将不再维护,请迁移至新组件 @blueking/table");
33672
33673
  const n = NX(e), r = WX(e), s = MX(e), {
33673
33674
  renderContainer: i,
33674
33675
  renderFixedBottom: o,
@@ -37193,7 +37194,7 @@ const FJ = (e, t) => {
37193
37194
  }, qJ = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
37194
37195
  __proto__: null,
37195
37196
  $bkPopover: Hh
37196
- }, Symbol.toStringTag, { value: "Module" })), VJ = "2.0.1-beta.85";
37197
+ }, Symbol.toStringTag, { value: "Module" })), VJ = "2.0.1-beta.87";
37197
37198
  window.__bkui_vue_version__ = VJ;
37198
37199
  export {
37199
37200
  Hh as $bkPopover,