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/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["preview-media"]) {
16622
- return slots["preview-media"]({
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.61";
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["preview-media"]) {
16620
- return slots["preview-media"]({
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.61";
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["preview-media"]) {
18398
- return slots["preview-media"]({
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.61";
27274
+ const version = "3.1.62";
27275
27275
  function install(app) {
27276
27276
  const components = [
27277
27277
  ActionSheet,