vue3-beak-ui-framework 1.2.9 → 1.2.11
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.
|
@@ -101078,7 +101078,12 @@ const _hoisted_1$X = ["value"], _sfc_main$16 = /* @__PURE__ */ defineComponent({
|
|
|
101078
101078
|
}), watch(
|
|
101079
101079
|
() => Bg.value,
|
|
101080
101080
|
(Yg, Xg) => {
|
|
101081
|
-
Gg("update:modelValue", Bg.value);
|
|
101081
|
+
console.log("newvalue:", Bg.value), Gg("update:modelValue", Bg.value);
|
|
101082
|
+
}
|
|
101083
|
+
), watch(
|
|
101084
|
+
() => Zg.modelValue,
|
|
101085
|
+
(Yg, Xg) => {
|
|
101086
|
+
console.log("props.modelValue:", Zg.modelValue), Bg.value = Zg.modelValue;
|
|
101082
101087
|
}
|
|
101083
101088
|
), (Yg, Xg) => (openBlock(), createElementBlock("div", _hoisted_1$W, [
|
|
101084
101089
|
createElementVNode("label", null, [
|
|
@@ -119571,7 +119576,7 @@ class Columns {
|
|
|
119571
119576
|
const Hg = Bg.headings[Ig], Lg = [];
|
|
119572
119577
|
if (Hg.getAttribute("data-type") === "date") {
|
|
119573
119578
|
let Dg = !1;
|
|
119574
|
-
Hg.hasAttribute("data-format") && (Dg = Hg.getAttribute("data-format")), Lg.push(import("./date-
|
|
119579
|
+
Hg.hasAttribute("data-format") && (Dg = Hg.getAttribute("data-format")), Lg.push(import("./date-PryyPVw2.js").then(({ parseDate: $g }) => (Qg) => $g(Qg, Dg)));
|
|
119575
119580
|
}
|
|
119576
119581
|
Promise.all(Lg).then((Dg) => {
|
|
119577
119582
|
const Kg = Dg[0];
|