zartui 3.1.50 → 3.1.51

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
@@ -14520,7 +14520,9 @@ var stdin_default$C = vue.defineComponent({
14520
14520
  action.func && action.func();
14521
14521
  };
14522
14522
  useExpose({
14523
- mediaPickAction
14523
+ mediaPickAction,
14524
+ handleInputFiles,
14525
+ transformImageFiles
14524
14526
  });
14525
14527
  return () => {
14526
14528
  const title = props.showTitle && vue.createVNode("div", {
@@ -20942,7 +20944,7 @@ const Lazyload = {
20942
20944
  });
20943
20945
  }
20944
20946
  };
20945
- const version = "3.1.48";
20947
+ const version = "3.1.50";
20946
20948
  function install(app) {
20947
20949
  const components = [
20948
20950
  ActionSheet,
package/lib/zartui.es.js CHANGED
@@ -14518,7 +14518,9 @@ var stdin_default$C = defineComponent({
14518
14518
  action.func && action.func();
14519
14519
  };
14520
14520
  useExpose({
14521
- mediaPickAction
14521
+ mediaPickAction,
14522
+ handleInputFiles,
14523
+ transformImageFiles
14522
14524
  });
14523
14525
  return () => {
14524
14526
  const title = props.showTitle && createVNode("div", {
@@ -20940,7 +20942,7 @@ const Lazyload = {
20940
20942
  });
20941
20943
  }
20942
20944
  };
20943
- const version = "3.1.48";
20945
+ const version = "3.1.50";
20944
20946
  function install(app) {
20945
20947
  const components = [
20946
20948
  ActionSheet,
package/lib/zartui.js CHANGED
@@ -16296,7 +16296,9 @@
16296
16296
  action.func && action.func();
16297
16297
  };
16298
16298
  useExpose({
16299
- mediaPickAction
16299
+ mediaPickAction,
16300
+ handleInputFiles,
16301
+ transformImageFiles
16300
16302
  });
16301
16303
  return () => {
16302
16304
  const title = props.showTitle && vue.createVNode("div", {
@@ -25002,7 +25004,7 @@
25002
25004
  });
25003
25005
  }
25004
25006
  };
25005
- const version = "3.1.48";
25007
+ const version = "3.1.50";
25006
25008
  function install(app) {
25007
25009
  const components = [
25008
25010
  ActionSheet,