zartui 3.1.74 → 3.1.75

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
@@ -16081,6 +16081,7 @@ const mediaPickerProps = {
16081
16081
  disabled: Boolean,
16082
16082
  showTitle: Boolean,
16083
16083
  showDownload: Boolean,
16084
+ downloadAction: Function,
16084
16085
  useFileNameAsLabel: Boolean,
16085
16086
  title: makeStringProp("添加附件"),
16086
16087
  mediaList: makeArrayProp(),
@@ -16772,6 +16773,7 @@ var stdin_default$C = vue.defineComponent({
16772
16773
  url: image.url || image.showSrc || ""
16773
16774
  })),
16774
16775
  showDownload: props.showDownload,
16776
+ downloadAction: props.downloadAction,
16775
16777
  startPosition: imageIndex,
16776
16778
  closeable: true
16777
16779
  });
@@ -23497,7 +23499,7 @@ const Lazyload = {
23497
23499
  });
23498
23500
  }
23499
23501
  };
23500
- const version = "3.1.74";
23502
+ const version = "3.1.75";
23501
23503
  function install(app) {
23502
23504
  const components = [
23503
23505
  ActionSheet,
package/lib/zartui.es.js CHANGED
@@ -16079,6 +16079,7 @@ const mediaPickerProps = {
16079
16079
  disabled: Boolean,
16080
16080
  showTitle: Boolean,
16081
16081
  showDownload: Boolean,
16082
+ downloadAction: Function,
16082
16083
  useFileNameAsLabel: Boolean,
16083
16084
  title: makeStringProp("添加附件"),
16084
16085
  mediaList: makeArrayProp(),
@@ -16770,6 +16771,7 @@ var stdin_default$C = defineComponent({
16770
16771
  url: image.url || image.showSrc || ""
16771
16772
  })),
16772
16773
  showDownload: props.showDownload,
16774
+ downloadAction: props.downloadAction,
16773
16775
  startPosition: imageIndex,
16774
16776
  closeable: true
16775
16777
  });
@@ -23495,7 +23497,7 @@ const Lazyload = {
23495
23497
  });
23496
23498
  }
23497
23499
  };
23498
- const version = "3.1.74";
23500
+ const version = "3.1.75";
23499
23501
  function install(app) {
23500
23502
  const components = [
23501
23503
  ActionSheet,
package/lib/zartui.js CHANGED
@@ -17857,6 +17857,7 @@
17857
17857
  disabled: Boolean,
17858
17858
  showTitle: Boolean,
17859
17859
  showDownload: Boolean,
17860
+ downloadAction: Function,
17860
17861
  useFileNameAsLabel: Boolean,
17861
17862
  title: makeStringProp("添加附件"),
17862
17863
  mediaList: makeArrayProp(),
@@ -18548,6 +18549,7 @@
18548
18549
  url: image2.url || image2.showSrc || ""
18549
18550
  })),
18550
18551
  showDownload: props.showDownload,
18552
+ downloadAction: props.downloadAction,
18551
18553
  startPosition: imageIndex,
18552
18554
  closeable: true
18553
18555
  });
@@ -27557,7 +27559,7 @@
27557
27559
  });
27558
27560
  }
27559
27561
  };
27560
- const version = "3.1.74";
27562
+ const version = "3.1.75";
27561
27563
  function install(app) {
27562
27564
  const components = [
27563
27565
  ActionSheet,