vue3-beak-ui-framework 1.0.22 → 1.0.23
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.
|
@@ -5851,7 +5851,7 @@ const _hoisted_1$S = { class: "beakdatatable" }, _hoisted_2$G = { class: "column
|
|
|
5851
5851
|
}), VCardBulma_vue_vue_type_style_index_0_scoped_bef97458_lang = "", BWCardBulma = /* @__PURE__ */ _export_sfc(_sfc_main$A, [["__scopeId", "data-v-bef97458"]]), _hoisted_1$y = {
|
|
5852
5852
|
key: 0,
|
|
5853
5853
|
class: "q-card__section"
|
|
5854
|
-
}, _hoisted_2$p =
|
|
5854
|
+
}, _hoisted_2$p = { class: "q-img" }, _hoisted_3$i = {
|
|
5855
5855
|
key: 1,
|
|
5856
5856
|
class: "q-img__container absolute-full"
|
|
5857
5857
|
}, _hoisted_4$g = ["src"], _hoisted_5$b = {
|
|
@@ -5928,10 +5928,7 @@ const _hoisted_1$S = { class: "beakdatatable" }, _hoisted_2$G = { class: "column
|
|
|
5928
5928
|
unref(a) === "p-left-top" ? (openBlock(), createElementBlock("div", _hoisted_1$y, [
|
|
5929
5929
|
renderSlot(v.$slots, "content-top-left")
|
|
5930
5930
|
])) : createCommentVNode("", !0),
|
|
5931
|
-
createElementVNode("div",
|
|
5932
|
-
class: normalizeClass(["q-img", n.row && "col"])
|
|
5933
|
-
}, [
|
|
5934
|
-
_hoisted_2$p,
|
|
5931
|
+
createElementVNode("div", _hoisted_2$p, [
|
|
5935
5932
|
e.isParallax ? (openBlock(), createElementBlock("div", {
|
|
5936
5933
|
key: 0,
|
|
5937
5934
|
class: "absolute-full fixed-background-img",
|
|
@@ -5955,7 +5952,7 @@ const _hoisted_1$S = { class: "beakdatatable" }, _hoisted_2$G = { class: "column
|
|
|
5955
5952
|
e.subtitle ? (openBlock(), createElementBlock("span", _hoisted_6$8, toDisplayString$1(e.subtitle), 1)) : createCommentVNode("", !0)
|
|
5956
5953
|
], 2)
|
|
5957
5954
|
])) : createCommentVNode("", !0)
|
|
5958
|
-
]
|
|
5955
|
+
]),
|
|
5959
5956
|
unref(a) === "p-right-bottom" ? (openBlock(), createElementBlock("div", _hoisted_7$7, [
|
|
5960
5957
|
renderSlot(v.$slots, "content-bottom-right")
|
|
5961
5958
|
])) : createCommentVNode("", !0)
|
|
@@ -66775,7 +66772,7 @@ class Columns {
|
|
|
66775
66772
|
const me = o.headings[n], t = [];
|
|
66776
66773
|
if (me.getAttribute("data-type") === "date") {
|
|
66777
66774
|
let i = !1;
|
|
66778
|
-
me.hasAttribute("data-format") && (i = me.getAttribute("data-format")), t.push(import("./date.
|
|
66775
|
+
me.hasAttribute("data-format") && (i = me.getAttribute("data-format")), t.push(import("./date.5538cfe0.js").then(({ parseDate: Ie }) => (Te) => Ie(Te, i)));
|
|
66779
66776
|
}
|
|
66780
66777
|
Promise.all(t).then((i) => {
|
|
66781
66778
|
const ve = i[0];
|