vue3-beak-ui-framework 1.0.35 → 1.0.36
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.
|
@@ -8686,7 +8686,7 @@ const _withScopeId$6 = (e) => (pushScopeId("data-v-c342282a"), e = e(), popScope
|
|
|
8686
8686
|
setup(e, { emit: n }) {
|
|
8687
8687
|
const a = e;
|
|
8688
8688
|
useCssVars((de) => ({
|
|
8689
|
-
|
|
8689
|
+
c55a1e0a: unref(s)
|
|
8690
8690
|
}));
|
|
8691
8691
|
const s = computed$1(() => {
|
|
8692
8692
|
let de = "16px";
|
|
@@ -8705,7 +8705,7 @@ const _withScopeId$6 = (e) => (pushScopeId("data-v-c342282a"), e = e(), popScope
|
|
|
8705
8705
|
value: a.value,
|
|
8706
8706
|
onChange: ue
|
|
8707
8707
|
}, null, 40, _hoisted_1$n),
|
|
8708
|
-
createElementVNode("
|
|
8708
|
+
createElementVNode("span", {
|
|
8709
8709
|
class: normalizeClass(["checkbox-body", [
|
|
8710
8710
|
a.solid ? "is-solid" : "",
|
|
8711
8711
|
a.circle && "is-circle",
|
|
@@ -8716,7 +8716,7 @@ const _withScopeId$6 = (e) => (pushScopeId("data-v-c342282a"), e = e(), popScope
|
|
|
8716
8716
|
createTextVNode(" " + toDisplayString$1(a.label), 1)
|
|
8717
8717
|
], 2));
|
|
8718
8718
|
}
|
|
8719
|
-
}),
|
|
8719
|
+
}), VCheckbox_vue_vue_type_style_index_0_scoped_10c6411c_lang = "", BWCheckbox = /* @__PURE__ */ _export_sfc(_sfc_main$o, [["__scopeId", "data-v-10c6411c"]]);
|
|
8720
8720
|
function _objectWithoutPropertiesLoose(e, n) {
|
|
8721
8721
|
if (e == null)
|
|
8722
8722
|
return {};
|
|
@@ -66895,7 +66895,7 @@ class Columns {
|
|
|
66895
66895
|
const me = o.headings[n], t = [];
|
|
66896
66896
|
if (me.getAttribute("data-type") === "date") {
|
|
66897
66897
|
let i = !1;
|
|
66898
|
-
me.hasAttribute("data-format") && (i = me.getAttribute("data-format")), t.push(import("./date.
|
|
66898
|
+
me.hasAttribute("data-format") && (i = me.getAttribute("data-format")), t.push(import("./date.598f7586.js").then(({ parseDate: Ie }) => (ke) => Ie(ke, i)));
|
|
66899
66899
|
}
|
|
66900
66900
|
Promise.all(t).then((i) => {
|
|
66901
66901
|
const ve = i[0];
|