vue3-beak-ui-framework 1.0.21 → 1.0.22
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.
|
@@ -5854,7 +5854,10 @@ const _hoisted_1$S = { class: "beakdatatable" }, _hoisted_2$G = { class: "column
|
|
|
5854
5854
|
}, _hoisted_2$p = /* @__PURE__ */ createElementVNode("div", null, null, -1), _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,7 +5916,14 @@ 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")
|
|
@@ -5926,22 +5938,23 @@ const _hoisted_1$S = { class: "beakdatatable" }, _hoisted_2$G = { class: "column
|
|
|
5926
5938
|
style: normalizeStyle({ "background-image": "url(" + e.image + ")" })
|
|
5927
5939
|
}, null, 4)) : (openBlock(), createElementBlock("div", _hoisted_3$i, [
|
|
5928
5940
|
createElementVNode("img", {
|
|
5929
|
-
class: "
|
|
5941
|
+
class: "bw-img__image",
|
|
5930
5942
|
loading: "lazy",
|
|
5931
5943
|
fetchpriority: "auto",
|
|
5932
5944
|
"aria-hidden": "true",
|
|
5933
5945
|
draggable: "false",
|
|
5934
|
-
src: e.image
|
|
5946
|
+
src: e.image,
|
|
5947
|
+
style: { "object-fit": "cover", "object-position": "30% 70%" }
|
|
5935
5948
|
}, null, 8, _hoisted_4$g)
|
|
5936
5949
|
])),
|
|
5937
|
-
|
|
5950
|
+
e.title ? (openBlock(), createElementBlock("div", _hoisted_5$b, [
|
|
5938
5951
|
createElementVNode("div", {
|
|
5939
5952
|
class: normalizeClass([unref(s), "text-h6", e.titleAlign && `is-${e.titleAlign}`])
|
|
5940
5953
|
}, [
|
|
5941
5954
|
createElementVNode("span", null, toDisplayString$1(e.title), 1),
|
|
5942
5955
|
e.subtitle ? (openBlock(), createElementBlock("span", _hoisted_6$8, toDisplayString$1(e.subtitle), 1)) : createCommentVNode("", !0)
|
|
5943
5956
|
], 2)
|
|
5944
|
-
])
|
|
5957
|
+
])) : createCommentVNode("", !0)
|
|
5945
5958
|
], 2),
|
|
5946
5959
|
unref(a) === "p-right-bottom" ? (openBlock(), createElementBlock("div", _hoisted_7$7, [
|
|
5947
5960
|
renderSlot(v.$slots, "content-bottom-right")
|
|
@@ -66762,7 +66775,7 @@ class Columns {
|
|
|
66762
66775
|
const me = o.headings[n], t = [];
|
|
66763
66776
|
if (me.getAttribute("data-type") === "date") {
|
|
66764
66777
|
let i = !1;
|
|
66765
|
-
me.hasAttribute("data-format") && (i = me.getAttribute("data-format")), t.push(import("./date.
|
|
66778
|
+
me.hasAttribute("data-format") && (i = me.getAttribute("data-format")), t.push(import("./date.a4fbb9df.js").then(({ parseDate: Ie }) => (Te) => Ie(Te, i)));
|
|
66766
66779
|
}
|
|
66767
66780
|
Promise.all(t).then((i) => {
|
|
66768
66781
|
const ve = i[0];
|