@quoreadmin/ui 0.23.2 → 0.23.4
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 +7 -5
- package/dist/index.umd.cjs +68 -68
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -17515,7 +17515,7 @@ function Hx(t, e, n, r, i, o) {
|
|
|
17515
17515
|
item: G(({ item: u }) => [
|
|
17516
17516
|
I("div", Dx, [
|
|
17517
17517
|
I("img", {
|
|
17518
|
-
src: (u == null ? void 0 : u.itemImageSrc) || (u == null ? void 0 : u.objectURL),
|
|
17518
|
+
src: (u == null ? void 0 : u.itemImageSrc) || (u == null ? void 0 : u.objectURL) || (u == null ? void 0 : u.original.url),
|
|
17519
17519
|
alt: u == null ? void 0 : u.alt,
|
|
17520
17520
|
class: N(t.itemClasses),
|
|
17521
17521
|
style: Vd([
|
|
@@ -17527,7 +17527,7 @@ function Hx(t, e, n, r, i, o) {
|
|
|
17527
17527
|
]),
|
|
17528
17528
|
thumbnail: G(({ item: u }) => [
|
|
17529
17529
|
I("img", {
|
|
17530
|
-
src: u.thumbnailImageSrc || (u == null ? void 0 : u.objectURL),
|
|
17530
|
+
src: u.thumbnailImageSrc || (u == null ? void 0 : u.objectURL) || (u == null ? void 0 : u.thumbnail.url),
|
|
17531
17531
|
alt: u.alt,
|
|
17532
17532
|
class: "rounded-lg block min-h-24 min-w-24 max-w-24 max-h-24 object-cover"
|
|
17533
17533
|
}, null, 8, Rx)
|
|
@@ -17577,7 +17577,7 @@ function Hx(t, e, n, r, i, o) {
|
|
|
17577
17577
|
}, [
|
|
17578
17578
|
u.type && u.type.includes("image") ? (g(), C("img", {
|
|
17579
17579
|
key: 0,
|
|
17580
|
-
src: (u == null ? void 0 : u.thumbnailImageSrc) || (u == null ? void 0 : u.objectURL),
|
|
17580
|
+
src: (u == null ? void 0 : u.thumbnailImageSrc) || (u == null ? void 0 : u.objectURL) || (u == null ? void 0 : u.thumbnail.url),
|
|
17581
17581
|
alt: u == null ? void 0 : u.alt,
|
|
17582
17582
|
class: "rounded-lg cursor-pointer w-20 h-20 object-cover",
|
|
17583
17583
|
onClick: (d) => t.onOpenCarousel(c, u)
|
|
@@ -17614,7 +17614,7 @@ function Hx(t, e, n, r, i, o) {
|
|
|
17614
17614
|
])) : M("", !0)
|
|
17615
17615
|
], 512);
|
|
17616
17616
|
}
|
|
17617
|
-
const _x = /* @__PURE__ */ we(Ax, [["render", Hx], ["__scopeId", "data-v-
|
|
17617
|
+
const _x = /* @__PURE__ */ we(Ax, [["render", Hx], ["__scopeId", "data-v-398b7842"]]), zx = ue({
|
|
17618
17618
|
name: "QFileUpload",
|
|
17619
17619
|
components: {
|
|
17620
17620
|
FileUpload: tv,
|
|
@@ -52193,7 +52193,8 @@ const fU = {
|
|
|
52193
52193
|
"fixed top-0 left-0 w-full h-full",
|
|
52194
52194
|
"flex items-center justify-center",
|
|
52195
52195
|
"bg-inkwell-40/95",
|
|
52196
|
-
"image-overlay"
|
|
52196
|
+
"image-overlay",
|
|
52197
|
+
"z-[10000]"
|
|
52197
52198
|
]
|
|
52198
52199
|
},
|
|
52199
52200
|
closebutton: {
|
|
@@ -52451,6 +52452,7 @@ export {
|
|
|
52451
52452
|
DU as QGrid,
|
|
52452
52453
|
lf as QIcon,
|
|
52453
52454
|
LU as QIconActionGroup,
|
|
52455
|
+
_x as QImageGallery,
|
|
52454
52456
|
RU as QInput,
|
|
52455
52457
|
$U as QList,
|
|
52456
52458
|
NU as QModal,
|