vue3-beak-ui-framework 1.2.27 → 1.2.28
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.
|
@@ -97190,8 +97190,9 @@ const _withScopeId$7 = (ps) => (pushScopeId("data-v-826bf78f"), ps = ps(), popSc
|
|
|
97190
97190
|
Kg.icon ? (openBlock(), createBlock(Hg, {
|
|
97191
97191
|
key: 0,
|
|
97192
97192
|
icon: Kg.icon,
|
|
97193
|
-
size: "medium"
|
|
97194
|
-
|
|
97193
|
+
size: "medium",
|
|
97194
|
+
color: Kg.color
|
|
97195
|
+
}, null, 8, ["icon", "color"])) : createCommentVNode("", !0),
|
|
97195
97196
|
createElementVNode("span", null, [
|
|
97196
97197
|
renderSlot(Yg.$slots, "tab-link-label", mergeProps({ ref_for: !0 }, {
|
|
97197
97198
|
activeValue: Bg.value,
|
|
@@ -119587,7 +119588,7 @@ class Columns {
|
|
|
119587
119588
|
const Hg = Bg.headings[Ig], Lg = [];
|
|
119588
119589
|
if (Hg.getAttribute("data-type") === "date") {
|
|
119589
119590
|
let Dg = !1;
|
|
119590
|
-
Hg.hasAttribute("data-format") && (Dg = Hg.getAttribute("data-format")), Lg.push(import("./date-
|
|
119591
|
+
Hg.hasAttribute("data-format") && (Dg = Hg.getAttribute("data-format")), Lg.push(import("./date-BD_dQ5iS.js").then(({ parseDate: $g }) => (Qg) => $g(Qg, Dg)));
|
|
119591
119592
|
}
|
|
119592
119593
|
Promise.all(Lg).then((Dg) => {
|
|
119593
119594
|
const Kg = Dg[0];
|