vue3-beak-ui-framework 1.0.21 → 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,10 +5851,13 @@ 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
|
-
}, _hoisted_4$g = ["src"], _hoisted_5$b = {
|
|
5857
|
+
}, _hoisted_4$g = ["src"], _hoisted_5$b = {
|
|
5858
|
+
key: 2,
|
|
5859
|
+
class: "q-img__content absolute-full"
|
|
5860
|
+
}, _hoisted_6$8 = { key: 0 }, _hoisted_7$7 = {
|
|
5858
5861
|
key: 1,
|
|
5859
5862
|
class: "q-card__section"
|
|
5860
5863
|
}, _sfc_main$z = /* @__PURE__ */ defineComponent({
|
|
@@ -5863,7 +5866,9 @@ const _hoisted_1$S = { class: "beakdatatable" }, _hoisted_2$G = { class: "column
|
|
|
5863
5866
|
ploc: {
|
|
5864
5867
|
type: String,
|
|
5865
5868
|
default: void 0,
|
|
5866
|
-
validator: (e) => [void 0, "p-bottom", "-p-top", "p-left", "p-right"].indexOf(
|
|
5869
|
+
validator: (e) => [void 0, "p-bottom", "-p-top", "p-left", "p-right"].indexOf(
|
|
5870
|
+
e
|
|
5871
|
+
) === -1 ? (console.warn(
|
|
5867
5872
|
`V-CardMedia: invalid "${e}" p-location. Should be p-right, p-left, p-top or p-bottom.`
|
|
5868
5873
|
), !1) : !0
|
|
5869
5874
|
},
|
|
@@ -5884,7 +5889,7 @@ const _hoisted_1$S = { class: "beakdatatable" }, _hoisted_2$G = { class: "column
|
|
|
5884
5889
|
},
|
|
5885
5890
|
title: {
|
|
5886
5891
|
type: String,
|
|
5887
|
-
default:
|
|
5892
|
+
default: void 0
|
|
5888
5893
|
},
|
|
5889
5894
|
subtitle: {
|
|
5890
5895
|
type: String,
|
|
@@ -5911,38 +5916,43 @@ const _hoisted_1$S = { class: "beakdatatable" }, _hoisted_2$G = { class: "column
|
|
|
5911
5916
|
setup(e) {
|
|
5912
5917
|
const n = e, a = computed$1(() => n.ploc === "p-top" || n.ploc === "p-left" ? "p-left-top" : (n.ploc === "p-bottom" || n.ploc === "p-right", "p-right-bottom")), s = computed$1(() => n.tloc === "t-top" ? "absolute-top" : "absolute-bottom"), o = computed$1(() => n.ploc === "p-top" || n.ploc === "p-bottom" ? "q-card__section--vert" : "q-card__section--horiz");
|
|
5913
5918
|
return (v, de) => (openBlock(), createElementBlock("div", {
|
|
5914
|
-
class: normalizeClass([
|
|
5919
|
+
class: normalizeClass([
|
|
5920
|
+
"my-card",
|
|
5921
|
+
"q-card",
|
|
5922
|
+
n.wide && `is-${n.wide}`,
|
|
5923
|
+
n.row && "row",
|
|
5924
|
+
"no-wrap",
|
|
5925
|
+
unref(o)
|
|
5926
|
+
])
|
|
5915
5927
|
}, [
|
|
5916
5928
|
unref(a) === "p-left-top" ? (openBlock(), createElementBlock("div", _hoisted_1$y, [
|
|
5917
5929
|
renderSlot(v.$slots, "content-top-left")
|
|
5918
5930
|
])) : createCommentVNode("", !0),
|
|
5919
|
-
createElementVNode("div",
|
|
5920
|
-
class: normalizeClass(["q-img", n.row && "col"])
|
|
5921
|
-
}, [
|
|
5922
|
-
_hoisted_2$p,
|
|
5931
|
+
createElementVNode("div", _hoisted_2$p, [
|
|
5923
5932
|
e.isParallax ? (openBlock(), createElementBlock("div", {
|
|
5924
5933
|
key: 0,
|
|
5925
5934
|
class: "absolute-full fixed-background-img",
|
|
5926
5935
|
style: normalizeStyle({ "background-image": "url(" + e.image + ")" })
|
|
5927
5936
|
}, null, 4)) : (openBlock(), createElementBlock("div", _hoisted_3$i, [
|
|
5928
5937
|
createElementVNode("img", {
|
|
5929
|
-
class: "
|
|
5938
|
+
class: "bw-img__image",
|
|
5930
5939
|
loading: "lazy",
|
|
5931
5940
|
fetchpriority: "auto",
|
|
5932
5941
|
"aria-hidden": "true",
|
|
5933
5942
|
draggable: "false",
|
|
5934
|
-
src: e.image
|
|
5943
|
+
src: e.image,
|
|
5944
|
+
style: { "object-fit": "cover", "object-position": "30% 70%" }
|
|
5935
5945
|
}, null, 8, _hoisted_4$g)
|
|
5936
5946
|
])),
|
|
5937
|
-
|
|
5947
|
+
e.title ? (openBlock(), createElementBlock("div", _hoisted_5$b, [
|
|
5938
5948
|
createElementVNode("div", {
|
|
5939
5949
|
class: normalizeClass([unref(s), "text-h6", e.titleAlign && `is-${e.titleAlign}`])
|
|
5940
5950
|
}, [
|
|
5941
5951
|
createElementVNode("span", null, toDisplayString$1(e.title), 1),
|
|
5942
5952
|
e.subtitle ? (openBlock(), createElementBlock("span", _hoisted_6$8, toDisplayString$1(e.subtitle), 1)) : createCommentVNode("", !0)
|
|
5943
5953
|
], 2)
|
|
5944
|
-
])
|
|
5945
|
-
]
|
|
5954
|
+
])) : createCommentVNode("", !0)
|
|
5955
|
+
]),
|
|
5946
5956
|
unref(a) === "p-right-bottom" ? (openBlock(), createElementBlock("div", _hoisted_7$7, [
|
|
5947
5957
|
renderSlot(v.$slots, "content-bottom-right")
|
|
5948
5958
|
])) : createCommentVNode("", !0)
|
|
@@ -66762,7 +66772,7 @@ class Columns {
|
|
|
66762
66772
|
const me = o.headings[n], t = [];
|
|
66763
66773
|
if (me.getAttribute("data-type") === "date") {
|
|
66764
66774
|
let i = !1;
|
|
66765
|
-
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)));
|
|
66766
66776
|
}
|
|
66767
66777
|
Promise.all(t).then((i) => {
|
|
66768
66778
|
const ve = i[0];
|