vue3-beak-ui-framework 1.1.4 → 1.1.5
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.
|
@@ -6578,11 +6578,21 @@ const _withScopeId$7 = (e) => (pushScopeId("data-v-826bf78f"), e = e(), popScope
|
|
|
6578
6578
|
}
|
|
6579
6579
|
return "";
|
|
6580
6580
|
}), ue = (de) => {
|
|
6581
|
-
s.value = de.value,
|
|
6581
|
+
s.value = de.value, console.log("ActiveValue:", s.value);
|
|
6582
6582
|
};
|
|
6583
6583
|
return onMounted(() => {
|
|
6584
6584
|
console.log("|===>V-Tabs:", a);
|
|
6585
|
-
}), (
|
|
6585
|
+
}), watch(
|
|
6586
|
+
() => s.value,
|
|
6587
|
+
(de, l) => {
|
|
6588
|
+
console.log("ActiveValue.value has changed:", de, l), n("update:modelValue", s.value);
|
|
6589
|
+
}
|
|
6590
|
+
), watch(
|
|
6591
|
+
() => a.selected,
|
|
6592
|
+
(de, l) => {
|
|
6593
|
+
console.log("props.selected has changed:", de, l), s.value = a.selected;
|
|
6594
|
+
}
|
|
6595
|
+
), (de, l) => {
|
|
6586
6596
|
const fe = BWIcon, r = _sfc_main$_;
|
|
6587
6597
|
return openBlock(), createElementBlock("div", _hoisted_1$t, [
|
|
6588
6598
|
createElementVNode("div", {
|
|
@@ -66983,7 +66993,7 @@ class Columns {
|
|
|
66983
66993
|
const me = o.headings[n], t = [];
|
|
66984
66994
|
if (me.getAttribute("data-type") === "date") {
|
|
66985
66995
|
let i = !1;
|
|
66986
|
-
me.hasAttribute("data-format") && (i = me.getAttribute("data-format")), t.push(import("./date.
|
|
66996
|
+
me.hasAttribute("data-format") && (i = me.getAttribute("data-format")), t.push(import("./date.da60a76c.js").then(({ parseDate: Ie }) => (ke) => Ie(ke, i)));
|
|
66987
66997
|
}
|
|
66988
66998
|
Promise.all(t).then((i) => {
|
|
66989
66999
|
const ve = i[0];
|