zartui 3.1.51 → 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/es/index.d.ts +1 -1
- package/es/index.mjs +1 -1
- package/es/media-picker/MediaPicker.mjs +2 -2
- package/lib/index.d.ts +1 -1
- package/lib/index.js +1 -1
- package/lib/media-picker/MediaPicker.js +2 -2
- package/lib/web-types.json +1 -1
- package/lib/zartui.cjs.js +3 -3
- package/lib/zartui.es.js +3 -3
- package/lib/zartui.js +3 -3
- package/lib/zartui.min.js +1 -1
- package/package.json +6 -6
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
|
|
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
|
|
14260
|
+
"accept": "audio/*",
|
|
14261
14261
|
"ref": audioFileInputRef,
|
|
14262
14262
|
"onChange": handleInputFiles,
|
|
14263
14263
|
"class": bem$u("hidden"),
|
|
@@ -20944,7 +20944,7 @@ const Lazyload = {
|
|
|
20944
20944
|
});
|
|
20945
20945
|
}
|
|
20946
20946
|
};
|
|
20947
|
-
const version = "3.1.
|
|
20947
|
+
const version = "3.1.51";
|
|
20948
20948
|
function install(app) {
|
|
20949
20949
|
const components = [
|
|
20950
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
|
|
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
|
|
14258
|
+
"accept": "audio/*",
|
|
14259
14259
|
"ref": audioFileInputRef,
|
|
14260
14260
|
"onChange": handleInputFiles,
|
|
14261
14261
|
"class": bem$u("hidden"),
|
|
@@ -20942,7 +20942,7 @@ const Lazyload = {
|
|
|
20942
20942
|
});
|
|
20943
20943
|
}
|
|
20944
20944
|
};
|
|
20945
|
-
const version = "3.1.
|
|
20945
|
+
const version = "3.1.51";
|
|
20946
20946
|
function install(app) {
|
|
20947
20947
|
const components = [
|
|
20948
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
|
|
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
|
|
16036
|
+
"accept": "audio/*",
|
|
16037
16037
|
"ref": audioFileInputRef,
|
|
16038
16038
|
"onChange": handleInputFiles,
|
|
16039
16039
|
"class": bem$u("hidden"),
|
|
@@ -25004,7 +25004,7 @@
|
|
|
25004
25004
|
});
|
|
25005
25005
|
}
|
|
25006
25006
|
};
|
|
25007
|
-
const version = "3.1.
|
|
25007
|
+
const version = "3.1.51";
|
|
25008
25008
|
function install(app) {
|
|
25009
25009
|
const components = [
|
|
25010
25010
|
ActionSheet,
|