@bsgoal/common 2.27.1 → 2.27.3

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.mjs CHANGED
@@ -7523,13 +7523,13 @@ const N1 = { class: "bsgoal-base-tabs" }, R1 = Object.assign({
7523
7523
  default: !1
7524
7524
  }
7525
7525
  },
7526
- emits: ["update:modelValue"],
7526
+ emits: ["update:modelValue", "on-change"],
7527
7527
  setup(l, { emit: u }) {
7528
7528
  const r = l, g = ve(() => {
7529
7529
  const { modelValue: f = "", configOptions: v = [] } = r, S = D(v).map((x) => x.value);
7530
7530
  return D(f) || S[0];
7531
7531
  }), h = P(g.value), m = (f = "") => {
7532
- h.value = f, u("update:modelValue", f);
7532
+ h.value = f, u("on-change", f), u("update:modelValue", f);
7533
7533
  };
7534
7534
  return (f, v) => {
7535
7535
  const S = V("el-tab-pane"), T = V("el-tabs");