@quoreadmin/ui 0.26.10 → 0.26.11
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.
- package/dist/index.js +6 -7
- package/dist/index.umd.cjs +2 -2
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -27757,8 +27757,7 @@ const iO = /* @__PURE__ */ Ve(QG, [["render", eK], ["__scopeId", "data-v-ca6ae8f
|
|
|
27757
27757
|
}), w = X(() => [
|
|
27758
27758
|
`z-[${n.baseZIndex + 1}]`
|
|
27759
27759
|
]), I = X(() => n.files.filter((ue) => ue.type.startsWith("image") && !ue.type.includes("tif"))), M = X(() => [
|
|
27760
|
-
"rounded-lg relative mx-auto object-cover grow-1",
|
|
27761
|
-
"md:w-full md:h-full md:min-h-[592px] md:min-w-[592px]",
|
|
27760
|
+
"rounded-lg relative mx-auto object-cover grow-1 max-h-[78vh]",
|
|
27762
27761
|
{ animated: !ne }
|
|
27763
27762
|
]), k = X(() => [
|
|
27764
27763
|
"flex items-center gap-3",
|
|
@@ -27876,7 +27875,7 @@ const iO = /* @__PURE__ */ Ve(QG, [["render", eK], ["__scopeId", "data-v-ca6ae8f
|
|
|
27876
27875
|
ref: "container"
|
|
27877
27876
|
}, iK = {
|
|
27878
27877
|
ref: "featuredPhoto",
|
|
27879
|
-
class: "featured-image
|
|
27878
|
+
class: "featured-image overflow-hidden flex max-w-screen relative h-full w-screen items-center"
|
|
27880
27879
|
}, sK = ["src", "alt"], oK = ["src", "alt"], aK = ["onMouseover", "onClick"], lK = ["src", "alt"], uK = {
|
|
27881
27880
|
key: 1,
|
|
27882
27881
|
class: "bg-gray-00 cursor-pointer p-3 h-16 max-w-[14rem] rounded-lg border border-gray-20 flex items-center"
|
|
@@ -28126,7 +28125,7 @@ function wK(n, e, t, r, i, s) {
|
|
|
28126
28125
|
})
|
|
28127
28126
|
], 512);
|
|
28128
28127
|
}
|
|
28129
|
-
const sO = /* @__PURE__ */ Ve(nK, [["render", wK], ["__scopeId", "data-v-
|
|
28128
|
+
const sO = /* @__PURE__ */ Ve(nK, [["render", wK], ["__scopeId", "data-v-b160168b"]]), SK = Me({
|
|
28130
28129
|
name: "QWarningModal",
|
|
28131
28130
|
components: {
|
|
28132
28131
|
QModal: rO
|
|
@@ -78865,7 +78864,7 @@ const $he = {
|
|
|
78865
78864
|
class: [
|
|
78866
78865
|
"group",
|
|
78867
78866
|
"flex relative",
|
|
78868
|
-
"mt-14 md:mt-20",
|
|
78867
|
+
"mt-14 md:mt-20 min-h-[78vh]",
|
|
78869
78868
|
{
|
|
78870
78869
|
"grow shrink w-0 justify-center": e.fullScreen
|
|
78871
78870
|
},
|
|
@@ -78882,7 +78881,7 @@ const $he = {
|
|
|
78882
78881
|
// Contains main photo & previous/next buttons
|
|
78883
78882
|
itemcontainer: ({ parent: n }) => ({
|
|
78884
78883
|
class: [
|
|
78885
|
-
"flex w-full md:w-screen h-full relative",
|
|
78884
|
+
"flex w-full md:w-screen h-full relative grow items-center",
|
|
78886
78885
|
{
|
|
78887
78886
|
"order-1": n.props.indicatorsPosition === "bottom" || n.props.indicatorsPosition === "right",
|
|
78888
78887
|
"order-2": n.props.indicatorsPosition === "top" || n.props.indicatorsPosition === "left"
|
|
@@ -78898,7 +78897,7 @@ const $he = {
|
|
|
78898
78897
|
"h-full w-full",
|
|
78899
78898
|
"rounded-lg overflow-auto",
|
|
78900
78899
|
// Misc
|
|
78901
|
-
"md:max-
|
|
78900
|
+
"md:max-w-[592px] mx-auto"
|
|
78902
78901
|
]
|
|
78903
78902
|
},
|
|
78904
78903
|
// Contains div that contains thumbnail container "thumbnailcontainer"
|