vue3-beak-ui-framework 1.0.37 → 1.0.38
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.
|
@@ -10647,6 +10647,11 @@ const _hoisted_1$m = ["value"], _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
10647
10647
|
(de, l) => {
|
|
10648
10648
|
s.value = de;
|
|
10649
10649
|
}
|
|
10650
|
+
), watch(
|
|
10651
|
+
() => s.value,
|
|
10652
|
+
(de, l) => {
|
|
10653
|
+
n("update:modelValue", s.value);
|
|
10654
|
+
}
|
|
10650
10655
|
), (de, l) => (openBlock(), createElementBlock("div", _hoisted_1$l, [
|
|
10651
10656
|
createElementVNode("div", _hoisted_2$g, [
|
|
10652
10657
|
createElementVNode("div", {
|
|
@@ -66916,7 +66921,7 @@ class Columns {
|
|
|
66916
66921
|
const me = o.headings[n], t = [];
|
|
66917
66922
|
if (me.getAttribute("data-type") === "date") {
|
|
66918
66923
|
let i = !1;
|
|
66919
|
-
me.hasAttribute("data-format") && (i = me.getAttribute("data-format")), t.push(import("./date.
|
|
66924
|
+
me.hasAttribute("data-format") && (i = me.getAttribute("data-format")), t.push(import("./date.be13020e.js").then(({ parseDate: Ie }) => (ke) => Ie(ke, i)));
|
|
66920
66925
|
}
|
|
66921
66926
|
Promise.all(t).then((i) => {
|
|
66922
66927
|
const ve = i[0];
|