zartui 3.1.61 → 3.1.62
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/es/index.d.ts +1 -1
- package/es/index.mjs +1 -1
- package/es/media-picker/MediaPicker.mjs +2 -2
- package/lib/index.d.ts +1 -1
- package/lib/index.js +1 -1
- package/lib/media-picker/MediaPicker.js +2 -2
- package/lib/web-types.json +1 -1
- package/lib/zartui.cjs.js +3 -3
- package/lib/zartui.es.js +3 -3
- package/lib/zartui.js +3 -3
- package/lib/zartui.min.js +1 -1
- package/package.json +6 -6
package/lib/zartui.cjs.js
CHANGED
|
@@ -16618,8 +16618,8 @@ var stdin_default$C = vue.defineComponent({
|
|
|
16618
16618
|
emit("delete", media, index2);
|
|
16619
16619
|
};
|
|
16620
16620
|
const renderMediaThumbnail = (media) => {
|
|
16621
|
-
if (slots["
|
|
16622
|
-
return slots["
|
|
16621
|
+
if (slots["thumbnail"]) {
|
|
16622
|
+
return slots["thumbnail"]({
|
|
16623
16623
|
file: media
|
|
16624
16624
|
});
|
|
16625
16625
|
}
|
|
@@ -23211,7 +23211,7 @@ const Lazyload = {
|
|
|
23211
23211
|
});
|
|
23212
23212
|
}
|
|
23213
23213
|
};
|
|
23214
|
-
const version = "3.1.
|
|
23214
|
+
const version = "3.1.62";
|
|
23215
23215
|
function install(app) {
|
|
23216
23216
|
const components = [
|
|
23217
23217
|
ActionSheet,
|
package/lib/zartui.es.js
CHANGED
|
@@ -16616,8 +16616,8 @@ var stdin_default$C = defineComponent({
|
|
|
16616
16616
|
emit("delete", media, index2);
|
|
16617
16617
|
};
|
|
16618
16618
|
const renderMediaThumbnail = (media) => {
|
|
16619
|
-
if (slots["
|
|
16620
|
-
return slots["
|
|
16619
|
+
if (slots["thumbnail"]) {
|
|
16620
|
+
return slots["thumbnail"]({
|
|
16621
16621
|
file: media
|
|
16622
16622
|
});
|
|
16623
16623
|
}
|
|
@@ -23209,7 +23209,7 @@ const Lazyload = {
|
|
|
23209
23209
|
});
|
|
23210
23210
|
}
|
|
23211
23211
|
};
|
|
23212
|
-
const version = "3.1.
|
|
23212
|
+
const version = "3.1.62";
|
|
23213
23213
|
function install(app) {
|
|
23214
23214
|
const components = [
|
|
23215
23215
|
ActionSheet,
|
package/lib/zartui.js
CHANGED
|
@@ -18394,8 +18394,8 @@
|
|
|
18394
18394
|
emit("delete", media, index2);
|
|
18395
18395
|
};
|
|
18396
18396
|
const renderMediaThumbnail = (media) => {
|
|
18397
|
-
if (slots["
|
|
18398
|
-
return slots["
|
|
18397
|
+
if (slots["thumbnail"]) {
|
|
18398
|
+
return slots["thumbnail"]({
|
|
18399
18399
|
file: media
|
|
18400
18400
|
});
|
|
18401
18401
|
}
|
|
@@ -27271,7 +27271,7 @@
|
|
|
27271
27271
|
});
|
|
27272
27272
|
}
|
|
27273
27273
|
};
|
|
27274
|
-
const version = "3.1.
|
|
27274
|
+
const version = "3.1.62";
|
|
27275
27275
|
function install(app) {
|
|
27276
27276
|
const components = [
|
|
27277
27277
|
ActionSheet,
|