vue3-beak-ui-framework 1.0.8 → 1.0.9
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.
|
@@ -8523,11 +8523,11 @@ const _withScopeId$6 = (e) => (pushScopeId("data-v-c342282a"), e = e(), popScope
|
|
|
8523
8523
|
},
|
|
8524
8524
|
color: {
|
|
8525
8525
|
type: String,
|
|
8526
|
-
default: "
|
|
8527
|
-
validator: (e) => [void 0, "
|
|
8526
|
+
default: "primary",
|
|
8527
|
+
validator: (e) => [void 0, "primary", "info", "success", "warning", "danger"].indexOf(
|
|
8528
8528
|
e
|
|
8529
8529
|
) === -1 ? (console.warn(
|
|
8530
|
-
`V-Checkbox: invalid "${e}" color. Should be
|
|
8530
|
+
`V-Checkbox: invalid "${e}" color. Should be primary, info, success, warning, danger or undefined`
|
|
8531
8531
|
), !1) : !0
|
|
8532
8532
|
},
|
|
8533
8533
|
circle: {
|
|
@@ -8543,7 +8543,7 @@ const _withScopeId$6 = (e) => (pushScopeId("data-v-c342282a"), e = e(), popScope
|
|
|
8543
8543
|
setup(e, { emit: n }) {
|
|
8544
8544
|
const a = e;
|
|
8545
8545
|
useCssVars((de) => ({
|
|
8546
|
-
"
|
|
8546
|
+
"258d8f41": unref(s)
|
|
8547
8547
|
}));
|
|
8548
8548
|
const s = computed$1(() => {
|
|
8549
8549
|
let de = "32px";
|
|
@@ -66738,7 +66738,7 @@ class Columns {
|
|
|
66738
66738
|
const me = o.headings[n], t = [];
|
|
66739
66739
|
if (me.getAttribute("data-type") === "date") {
|
|
66740
66740
|
let i = !1;
|
|
66741
|
-
me.hasAttribute("data-format") && (i = me.getAttribute("data-format")), t.push(import("./date.
|
|
66741
|
+
me.hasAttribute("data-format") && (i = me.getAttribute("data-format")), t.push(import("./date.599fcdd7.js").then(({ parseDate: Ie }) => (Te) => Ie(Te, i)));
|
|
66742
66742
|
}
|
|
66743
66743
|
Promise.all(t).then((i) => {
|
|
66744
66744
|
const ve = i[0];
|