zartui 3.1.41 → 3.1.42
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/README.md +27 -27
- package/es/index.d.ts +1 -1
- package/es/index.mjs +1 -1
- package/es/lazyload/vue-lazyload/index.d.ts +55 -55
- package/es/media-picker/MediaPicker.mjs +0 -12
- package/es/vue-sfc-shim.d.ts +6 -6
- package/es/vue-tsx-shim.d.ts +23 -23
- package/lib/index.d.ts +1 -1
- package/lib/index.js +1 -1
- package/lib/lazyload/vue-lazyload/index.d.ts +55 -55
- package/lib/media-picker/MediaPicker.js +0 -12
- package/lib/vue-sfc-shim.d.ts +6 -6
- package/lib/vue-tsx-shim.d.ts +23 -23
- package/lib/web-types.json +1 -1
- package/lib/zartui.cjs.js +1 -13
- package/lib/zartui.es.js +1 -13
- package/lib/zartui.js +1 -13
- package/lib/zartui.min.js +1 -1
- package/package.json +5 -5
package/lib/zartui.cjs.js
CHANGED
|
@@ -14043,11 +14043,6 @@ var stdin_default$B = vue.defineComponent({
|
|
|
14043
14043
|
return media;
|
|
14044
14044
|
});
|
|
14045
14045
|
});
|
|
14046
|
-
showLoadingToast({
|
|
14047
|
-
message: "处理中...",
|
|
14048
|
-
forbidClick: true,
|
|
14049
|
-
duration: 0
|
|
14050
|
-
});
|
|
14051
14046
|
return Promise.all(mediaList).then((medias) => {
|
|
14052
14047
|
const _medias = [];
|
|
14053
14048
|
medias.forEach((media) => {
|
|
@@ -14057,7 +14052,6 @@ var stdin_default$B = vue.defineComponent({
|
|
|
14057
14052
|
});
|
|
14058
14053
|
return _medias;
|
|
14059
14054
|
}).finally(() => {
|
|
14060
|
-
closeToast();
|
|
14061
14055
|
});
|
|
14062
14056
|
};
|
|
14063
14057
|
const transformImageFiles = (files) => {
|
|
@@ -14116,11 +14110,6 @@ var stdin_default$B = vue.defineComponent({
|
|
|
14116
14110
|
});
|
|
14117
14111
|
promisesTodo.push(promise);
|
|
14118
14112
|
}
|
|
14119
|
-
showLoadingToast({
|
|
14120
|
-
message: "处理中...",
|
|
14121
|
-
forbidClick: true,
|
|
14122
|
-
duration: 0
|
|
14123
|
-
});
|
|
14124
14113
|
return Promise.all(promisesTodo).then((medias) => {
|
|
14125
14114
|
const _medias = [];
|
|
14126
14115
|
medias.forEach((media) => {
|
|
@@ -14130,7 +14119,6 @@ var stdin_default$B = vue.defineComponent({
|
|
|
14130
14119
|
});
|
|
14131
14120
|
return _medias;
|
|
14132
14121
|
}).finally(() => {
|
|
14133
|
-
closeToast();
|
|
14134
14122
|
});
|
|
14135
14123
|
};
|
|
14136
14124
|
const readFiles = (files) => {
|
|
@@ -20631,7 +20619,7 @@ const Lazyload = {
|
|
|
20631
20619
|
});
|
|
20632
20620
|
}
|
|
20633
20621
|
};
|
|
20634
|
-
const version = "3.1.
|
|
20622
|
+
const version = "3.1.42";
|
|
20635
20623
|
function install(app) {
|
|
20636
20624
|
const components = [
|
|
20637
20625
|
ActionSheet,
|
package/lib/zartui.es.js
CHANGED
|
@@ -14041,11 +14041,6 @@ var stdin_default$B = defineComponent({
|
|
|
14041
14041
|
return media;
|
|
14042
14042
|
});
|
|
14043
14043
|
});
|
|
14044
|
-
showLoadingToast({
|
|
14045
|
-
message: "处理中...",
|
|
14046
|
-
forbidClick: true,
|
|
14047
|
-
duration: 0
|
|
14048
|
-
});
|
|
14049
14044
|
return Promise.all(mediaList).then((medias) => {
|
|
14050
14045
|
const _medias = [];
|
|
14051
14046
|
medias.forEach((media) => {
|
|
@@ -14055,7 +14050,6 @@ var stdin_default$B = defineComponent({
|
|
|
14055
14050
|
});
|
|
14056
14051
|
return _medias;
|
|
14057
14052
|
}).finally(() => {
|
|
14058
|
-
closeToast();
|
|
14059
14053
|
});
|
|
14060
14054
|
};
|
|
14061
14055
|
const transformImageFiles = (files) => {
|
|
@@ -14114,11 +14108,6 @@ var stdin_default$B = defineComponent({
|
|
|
14114
14108
|
});
|
|
14115
14109
|
promisesTodo.push(promise);
|
|
14116
14110
|
}
|
|
14117
|
-
showLoadingToast({
|
|
14118
|
-
message: "处理中...",
|
|
14119
|
-
forbidClick: true,
|
|
14120
|
-
duration: 0
|
|
14121
|
-
});
|
|
14122
14111
|
return Promise.all(promisesTodo).then((medias) => {
|
|
14123
14112
|
const _medias = [];
|
|
14124
14113
|
medias.forEach((media) => {
|
|
@@ -14128,7 +14117,6 @@ var stdin_default$B = defineComponent({
|
|
|
14128
14117
|
});
|
|
14129
14118
|
return _medias;
|
|
14130
14119
|
}).finally(() => {
|
|
14131
|
-
closeToast();
|
|
14132
14120
|
});
|
|
14133
14121
|
};
|
|
14134
14122
|
const readFiles = (files) => {
|
|
@@ -20629,7 +20617,7 @@ const Lazyload = {
|
|
|
20629
20617
|
});
|
|
20630
20618
|
}
|
|
20631
20619
|
};
|
|
20632
|
-
const version = "3.1.
|
|
20620
|
+
const version = "3.1.42";
|
|
20633
20621
|
function install(app) {
|
|
20634
20622
|
const components = [
|
|
20635
20623
|
ActionSheet,
|
package/lib/zartui.js
CHANGED
|
@@ -15819,11 +15819,6 @@
|
|
|
15819
15819
|
return media;
|
|
15820
15820
|
});
|
|
15821
15821
|
});
|
|
15822
|
-
showLoadingToast({
|
|
15823
|
-
message: "处理中...",
|
|
15824
|
-
forbidClick: true,
|
|
15825
|
-
duration: 0
|
|
15826
|
-
});
|
|
15827
15822
|
return Promise.all(mediaList).then((medias) => {
|
|
15828
15823
|
const _medias = [];
|
|
15829
15824
|
medias.forEach((media) => {
|
|
@@ -15833,7 +15828,6 @@
|
|
|
15833
15828
|
});
|
|
15834
15829
|
return _medias;
|
|
15835
15830
|
}).finally(() => {
|
|
15836
|
-
closeToast();
|
|
15837
15831
|
});
|
|
15838
15832
|
};
|
|
15839
15833
|
const transformImageFiles = (files) => {
|
|
@@ -15892,11 +15886,6 @@
|
|
|
15892
15886
|
});
|
|
15893
15887
|
promisesTodo.push(promise);
|
|
15894
15888
|
}
|
|
15895
|
-
showLoadingToast({
|
|
15896
|
-
message: "处理中...",
|
|
15897
|
-
forbidClick: true,
|
|
15898
|
-
duration: 0
|
|
15899
|
-
});
|
|
15900
15889
|
return Promise.all(promisesTodo).then((medias) => {
|
|
15901
15890
|
const _medias = [];
|
|
15902
15891
|
medias.forEach((media) => {
|
|
@@ -15906,7 +15895,6 @@
|
|
|
15906
15895
|
});
|
|
15907
15896
|
return _medias;
|
|
15908
15897
|
}).finally(() => {
|
|
15909
|
-
closeToast();
|
|
15910
15898
|
});
|
|
15911
15899
|
};
|
|
15912
15900
|
const readFiles = (files) => {
|
|
@@ -24691,7 +24679,7 @@
|
|
|
24691
24679
|
});
|
|
24692
24680
|
}
|
|
24693
24681
|
};
|
|
24694
|
-
const version = "3.1.
|
|
24682
|
+
const version = "3.1.42";
|
|
24695
24683
|
function install(app) {
|
|
24696
24684
|
const components = [
|
|
24697
24685
|
ActionSheet,
|