vue3-beak-ui-framework 1.0.13 → 1.0.15
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.
|
@@ -8573,7 +8573,7 @@ const _withScopeId$6 = (e) => (pushScopeId("data-v-c342282a"), e = e(), popScope
|
|
|
8573
8573
|
setup(e, { emit: n }) {
|
|
8574
8574
|
const a = e;
|
|
8575
8575
|
useCssVars((de) => ({
|
|
8576
|
-
|
|
8576
|
+
d9121a0e: unref(s)
|
|
8577
8577
|
}));
|
|
8578
8578
|
const s = computed$1(() => {
|
|
8579
8579
|
let de = "16px";
|
|
@@ -8584,7 +8584,7 @@ const _withScopeId$6 = (e) => (pushScopeId("data-v-c342282a"), e = e(), popScope
|
|
|
8584
8584
|
o.value ? de.splice(de.indexOf(a.value), 1) : de.push(a.value), n("update:modelValue", de);
|
|
8585
8585
|
}
|
|
8586
8586
|
return (de, l) => (openBlock(), createElementBlock("label", {
|
|
8587
|
-
class: normalizeClass(["checkbox", [unref(o)
|
|
8587
|
+
class: normalizeClass(["checkbox", [unref(o) && "checked"]])
|
|
8588
8588
|
}, [
|
|
8589
8589
|
createElementVNode("input", {
|
|
8590
8590
|
type: "checkbox",
|
|
@@ -8603,7 +8603,7 @@ const _withScopeId$6 = (e) => (pushScopeId("data-v-c342282a"), e = e(), popScope
|
|
|
8603
8603
|
createTextVNode(" " + toDisplayString$1(a.label), 1)
|
|
8604
8604
|
], 2));
|
|
8605
8605
|
}
|
|
8606
|
-
}),
|
|
8606
|
+
}), VCheckbox_vue_vue_type_style_index_0_scoped_6773dd68_lang = "", BWCheckbox = /* @__PURE__ */ _export_sfc(_sfc_main$p, [["__scopeId", "data-v-6773dd68"]]);
|
|
8607
8607
|
function _objectWithoutPropertiesLoose(e, n) {
|
|
8608
8608
|
if (e == null)
|
|
8609
8609
|
return {};
|
|
@@ -66769,7 +66769,7 @@ class Columns {
|
|
|
66769
66769
|
const me = o.headings[n], t = [];
|
|
66770
66770
|
if (me.getAttribute("data-type") === "date") {
|
|
66771
66771
|
let i = !1;
|
|
66772
|
-
me.hasAttribute("data-format") && (i = me.getAttribute("data-format")), t.push(import("./date.
|
|
66772
|
+
me.hasAttribute("data-format") && (i = me.getAttribute("data-format")), t.push(import("./date.66481adb.js").then(({ parseDate: Ie }) => (Te) => Ie(Te, i)));
|
|
66773
66773
|
}
|
|
66774
66774
|
Promise.all(t).then((i) => {
|
|
66775
66775
|
const ve = i[0];
|