zartui 3.1.23-beta.3 → 3.1.24
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/README.md +27 -27
- package/es/index.d.ts +1 -1
- package/es/index.mjs +1 -1
- package/es/lazyload/vue-lazyload/index.d.ts +55 -55
- package/es/media-picker/MediaPicker.mjs +2 -1
- package/es/uploader/Uploader.mjs +1 -0
- package/es/vue-sfc-shim.d.ts +6 -6
- package/es/vue-tsx-shim.d.ts +23 -23
- package/lib/index.d.ts +1 -1
- package/lib/index.js +1 -1
- package/lib/lazyload/vue-lazyload/index.d.ts +55 -55
- package/lib/media-picker/MediaPicker.js +2 -1
- package/lib/uploader/Uploader.js +1 -0
- package/lib/vue-sfc-shim.d.ts +6 -6
- package/lib/vue-tsx-shim.d.ts +23 -23
- package/lib/web-types.json +1 -1
- package/lib/zartui.cjs.js +4 -2
- package/lib/zartui.es.js +4 -2
- package/lib/zartui.js +4 -2
- package/lib/zartui.min.js +1 -1
- package/package.json +27 -27
package/lib/zartui.cjs.js
CHANGED
|
@@ -14365,7 +14365,8 @@ var stdin_default$B = vue.defineComponent({
|
|
|
14365
14365
|
images: imageList.value.map((image) => ({
|
|
14366
14366
|
url: image.url || image.showSrc || ""
|
|
14367
14367
|
})),
|
|
14368
|
-
startPosition: imageIndex
|
|
14368
|
+
startPosition: imageIndex,
|
|
14369
|
+
closeable: true
|
|
14369
14370
|
});
|
|
14370
14371
|
} else if (media.type === "audio" || media.type === "video") {
|
|
14371
14372
|
if (!media.file && !media.url) {
|
|
@@ -18999,6 +19000,7 @@ var stdin_default$5 = vue.defineComponent({
|
|
|
18999
19000
|
imagePreview = showImagePreview(extend({
|
|
19000
19001
|
images,
|
|
19001
19002
|
startPosition: imageFiles.indexOf(item),
|
|
19003
|
+
closeable: true,
|
|
19002
19004
|
onClose: onClosePreview
|
|
19003
19005
|
}, props.previewOptions));
|
|
19004
19006
|
}
|
|
@@ -20499,7 +20501,7 @@ const Lazyload = {
|
|
|
20499
20501
|
});
|
|
20500
20502
|
}
|
|
20501
20503
|
};
|
|
20502
|
-
const version = "3.1.
|
|
20504
|
+
const version = "3.1.24";
|
|
20503
20505
|
function install(app) {
|
|
20504
20506
|
const components = [
|
|
20505
20507
|
ActionSheet,
|
package/lib/zartui.es.js
CHANGED
|
@@ -14363,7 +14363,8 @@ var stdin_default$B = defineComponent({
|
|
|
14363
14363
|
images: imageList.value.map((image) => ({
|
|
14364
14364
|
url: image.url || image.showSrc || ""
|
|
14365
14365
|
})),
|
|
14366
|
-
startPosition: imageIndex
|
|
14366
|
+
startPosition: imageIndex,
|
|
14367
|
+
closeable: true
|
|
14367
14368
|
});
|
|
14368
14369
|
} else if (media.type === "audio" || media.type === "video") {
|
|
14369
14370
|
if (!media.file && !media.url) {
|
|
@@ -18997,6 +18998,7 @@ var stdin_default$5 = defineComponent({
|
|
|
18997
18998
|
imagePreview = showImagePreview(extend({
|
|
18998
18999
|
images,
|
|
18999
19000
|
startPosition: imageFiles.indexOf(item),
|
|
19001
|
+
closeable: true,
|
|
19000
19002
|
onClose: onClosePreview
|
|
19001
19003
|
}, props.previewOptions));
|
|
19002
19004
|
}
|
|
@@ -20497,7 +20499,7 @@ const Lazyload = {
|
|
|
20497
20499
|
});
|
|
20498
20500
|
}
|
|
20499
20501
|
};
|
|
20500
|
-
const version = "3.1.
|
|
20502
|
+
const version = "3.1.24";
|
|
20501
20503
|
function install(app) {
|
|
20502
20504
|
const components = [
|
|
20503
20505
|
ActionSheet,
|
package/lib/zartui.js
CHANGED
|
@@ -16110,7 +16110,8 @@
|
|
|
16110
16110
|
images: imageList.value.map((image) => ({
|
|
16111
16111
|
url: image.url || image.showSrc || ""
|
|
16112
16112
|
})),
|
|
16113
|
-
startPosition: imageIndex
|
|
16113
|
+
startPosition: imageIndex,
|
|
16114
|
+
closeable: true
|
|
16114
16115
|
});
|
|
16115
16116
|
} else if (media.type === "audio" || media.type === "video") {
|
|
16116
16117
|
if (!media.file && !media.url) {
|
|
@@ -23014,6 +23015,7 @@
|
|
|
23014
23015
|
imagePreview = showImagePreview(extend({
|
|
23015
23016
|
images,
|
|
23016
23017
|
startPosition: imageFiles.indexOf(item),
|
|
23018
|
+
closeable: true,
|
|
23017
23019
|
onClose: onClosePreview
|
|
23018
23020
|
}, props.previewOptions));
|
|
23019
23021
|
}
|
|
@@ -24497,7 +24499,7 @@
|
|
|
24497
24499
|
});
|
|
24498
24500
|
}
|
|
24499
24501
|
};
|
|
24500
|
-
const version = "3.1.
|
|
24502
|
+
const version = "3.1.24";
|
|
24501
24503
|
function install(app) {
|
|
24502
24504
|
const components = [
|
|
24503
24505
|
ActionSheet,
|