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 CHANGED
@@ -84,4 +84,4 @@ declare namespace _default {
84
84
  }
85
85
  export default _default;
86
86
  export function install(app: any): void;
87
- export const version: "3.1.61";
87
+ export const version: "3.1.62";
package/es/index.mjs CHANGED
@@ -77,7 +77,7 @@ import { Timeline } from "./timeline/index.mjs";
77
77
  import { Toast } from "./toast/index.mjs";
78
78
  import { Uploader } from "./uploader/index.mjs";
79
79
  import { Video } from "./video/index.mjs";
80
- const version = "3.1.61";
80
+ const version = "3.1.62";
81
81
  function install(app) {
82
82
  const components = [
83
83
  ActionSheet,
@@ -681,8 +681,8 @@ var stdin_default = defineComponent({
681
681
  emit("delete", media, index);
682
682
  };
683
683
  const renderMediaThumbnail = (media) => {
684
- if (slots["preview-media"]) {
685
- return slots["preview-media"]({
684
+ if (slots["thumbnail"]) {
685
+ return slots["thumbnail"]({
686
686
  file: media
687
687
  });
688
688
  }
package/lib/index.d.ts CHANGED
@@ -84,4 +84,4 @@ declare namespace _default {
84
84
  }
85
85
  export default _default;
86
86
  export function install(app: any): void;
87
- export const version: "3.1.61";
87
+ export const version: "3.1.62";
package/lib/index.js CHANGED
@@ -182,7 +182,7 @@ __reExport(stdin_exports, require("./timeline"), module.exports);
182
182
  __reExport(stdin_exports, require("./toast"), module.exports);
183
183
  __reExport(stdin_exports, require("./uploader"), module.exports);
184
184
  __reExport(stdin_exports, require("./video"), module.exports);
185
- const version = "3.1.61";
185
+ const version = "3.1.62";
186
186
  function install(app) {
187
187
  const components = [
188
188
  import_action_sheet.ActionSheet,
@@ -713,8 +713,8 @@ var stdin_default = (0, import_vue2.defineComponent)({
713
713
  emit("delete", media, index);
714
714
  };
715
715
  const renderMediaThumbnail = (media) => {
716
- if (slots["preview-media"]) {
717
- return slots["preview-media"]({
716
+ if (slots["thumbnail"]) {
717
+ return slots["thumbnail"]({
718
718
  file: media
719
719
  });
720
720
  }