zartui 3.1.50 → 3.1.52

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
@@ -14249,7 +14249,7 @@ var stdin_default$C = vue.defineComponent({
14249
14249
  "onClick": () => resetInput("video", "pick")
14250
14250
  }, null), vue.createVNode("input", {
14251
14251
  "type": "file",
14252
- "accept": "audio/mpeg",
14252
+ "accept": "audio/*",
14253
14253
  "ref": audioRecorderInputRef,
14254
14254
  "onChange": handleInputFiles,
14255
14255
  "class": bem$u("hidden"),
@@ -14257,7 +14257,7 @@ var stdin_default$C = vue.defineComponent({
14257
14257
  "capture": "nonce"
14258
14258
  }, null), vue.createVNode("input", {
14259
14259
  "type": "file",
14260
- "accept": "audio/mpeg",
14260
+ "accept": "audio/*",
14261
14261
  "ref": audioFileInputRef,
14262
14262
  "onChange": handleInputFiles,
14263
14263
  "class": bem$u("hidden"),
@@ -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.51";
20946
20948
  function install(app) {
20947
20949
  const components = [
20948
20950
  ActionSheet,
package/lib/zartui.es.js CHANGED
@@ -14247,7 +14247,7 @@ var stdin_default$C = defineComponent({
14247
14247
  "onClick": () => resetInput("video", "pick")
14248
14248
  }, null), createVNode("input", {
14249
14249
  "type": "file",
14250
- "accept": "audio/mpeg",
14250
+ "accept": "audio/*",
14251
14251
  "ref": audioRecorderInputRef,
14252
14252
  "onChange": handleInputFiles,
14253
14253
  "class": bem$u("hidden"),
@@ -14255,7 +14255,7 @@ var stdin_default$C = defineComponent({
14255
14255
  "capture": "nonce"
14256
14256
  }, null), createVNode("input", {
14257
14257
  "type": "file",
14258
- "accept": "audio/mpeg",
14258
+ "accept": "audio/*",
14259
14259
  "ref": audioFileInputRef,
14260
14260
  "onChange": handleInputFiles,
14261
14261
  "class": bem$u("hidden"),
@@ -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.51";
20944
20946
  function install(app) {
20945
20947
  const components = [
20946
20948
  ActionSheet,
package/lib/zartui.js CHANGED
@@ -16025,7 +16025,7 @@
16025
16025
  "onClick": () => resetInput("video", "pick")
16026
16026
  }, null), vue.createVNode("input", {
16027
16027
  "type": "file",
16028
- "accept": "audio/mpeg",
16028
+ "accept": "audio/*",
16029
16029
  "ref": audioRecorderInputRef,
16030
16030
  "onChange": handleInputFiles,
16031
16031
  "class": bem$u("hidden"),
@@ -16033,7 +16033,7 @@
16033
16033
  "capture": "nonce"
16034
16034
  }, null), vue.createVNode("input", {
16035
16035
  "type": "file",
16036
- "accept": "audio/mpeg",
16036
+ "accept": "audio/*",
16037
16037
  "ref": audioFileInputRef,
16038
16038
  "onChange": handleInputFiles,
16039
16039
  "class": bem$u("hidden"),
@@ -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.51";
25006
25008
  function install(app) {
25007
25009
  const components = [
25008
25010
  ActionSheet,