zartui 3.1.40 → 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/es/dropdown-item/DropdownItem.mjs +1 -0
- package/es/index.d.ts +1 -1
- package/es/index.mjs +1 -1
- package/es/media-picker/MediaPicker.mjs +0 -12
- package/lib/dropdown-item/DropdownItem.js +1 -0
- package/lib/index.d.ts +1 -1
- package/lib/index.js +1 -1
- package/lib/media-picker/MediaPicker.js +0 -12
- package/lib/web-types.json +1 -1
- package/lib/zartui.cjs.js +2 -13
- package/lib/zartui.es.js +2 -13
- package/lib/zartui.js +2 -13
- package/lib/zartui.min.js +1 -1
- package/package.json +3 -3
package/lib/zartui.cjs.js
CHANGED
|
@@ -9664,6 +9664,7 @@ var stdin_default$$ = vue.defineComponent({
|
|
|
9664
9664
|
} else {
|
|
9665
9665
|
state.showPopup = false;
|
|
9666
9666
|
if (option.value !== props.modelValue) {
|
|
9667
|
+
emit("update:modelValue", value);
|
|
9667
9668
|
emit("change", value);
|
|
9668
9669
|
}
|
|
9669
9670
|
emit("item-select", value);
|
|
@@ -14042,11 +14043,6 @@ var stdin_default$B = vue.defineComponent({
|
|
|
14042
14043
|
return media;
|
|
14043
14044
|
});
|
|
14044
14045
|
});
|
|
14045
|
-
showLoadingToast({
|
|
14046
|
-
message: "处理中...",
|
|
14047
|
-
forbidClick: true,
|
|
14048
|
-
duration: 0
|
|
14049
|
-
});
|
|
14050
14046
|
return Promise.all(mediaList).then((medias) => {
|
|
14051
14047
|
const _medias = [];
|
|
14052
14048
|
medias.forEach((media) => {
|
|
@@ -14056,7 +14052,6 @@ var stdin_default$B = vue.defineComponent({
|
|
|
14056
14052
|
});
|
|
14057
14053
|
return _medias;
|
|
14058
14054
|
}).finally(() => {
|
|
14059
|
-
closeToast();
|
|
14060
14055
|
});
|
|
14061
14056
|
};
|
|
14062
14057
|
const transformImageFiles = (files) => {
|
|
@@ -14115,11 +14110,6 @@ var stdin_default$B = vue.defineComponent({
|
|
|
14115
14110
|
});
|
|
14116
14111
|
promisesTodo.push(promise);
|
|
14117
14112
|
}
|
|
14118
|
-
showLoadingToast({
|
|
14119
|
-
message: "处理中...",
|
|
14120
|
-
forbidClick: true,
|
|
14121
|
-
duration: 0
|
|
14122
|
-
});
|
|
14123
14113
|
return Promise.all(promisesTodo).then((medias) => {
|
|
14124
14114
|
const _medias = [];
|
|
14125
14115
|
medias.forEach((media) => {
|
|
@@ -14129,7 +14119,6 @@ var stdin_default$B = vue.defineComponent({
|
|
|
14129
14119
|
});
|
|
14130
14120
|
return _medias;
|
|
14131
14121
|
}).finally(() => {
|
|
14132
|
-
closeToast();
|
|
14133
14122
|
});
|
|
14134
14123
|
};
|
|
14135
14124
|
const readFiles = (files) => {
|
|
@@ -20630,7 +20619,7 @@ const Lazyload = {
|
|
|
20630
20619
|
});
|
|
20631
20620
|
}
|
|
20632
20621
|
};
|
|
20633
|
-
const version = "3.1.
|
|
20622
|
+
const version = "3.1.42";
|
|
20634
20623
|
function install(app) {
|
|
20635
20624
|
const components = [
|
|
20636
20625
|
ActionSheet,
|
package/lib/zartui.es.js
CHANGED
|
@@ -9662,6 +9662,7 @@ var stdin_default$$ = defineComponent({
|
|
|
9662
9662
|
} else {
|
|
9663
9663
|
state.showPopup = false;
|
|
9664
9664
|
if (option.value !== props.modelValue) {
|
|
9665
|
+
emit("update:modelValue", value);
|
|
9665
9666
|
emit("change", value);
|
|
9666
9667
|
}
|
|
9667
9668
|
emit("item-select", value);
|
|
@@ -14040,11 +14041,6 @@ var stdin_default$B = defineComponent({
|
|
|
14040
14041
|
return media;
|
|
14041
14042
|
});
|
|
14042
14043
|
});
|
|
14043
|
-
showLoadingToast({
|
|
14044
|
-
message: "处理中...",
|
|
14045
|
-
forbidClick: true,
|
|
14046
|
-
duration: 0
|
|
14047
|
-
});
|
|
14048
14044
|
return Promise.all(mediaList).then((medias) => {
|
|
14049
14045
|
const _medias = [];
|
|
14050
14046
|
medias.forEach((media) => {
|
|
@@ -14054,7 +14050,6 @@ var stdin_default$B = defineComponent({
|
|
|
14054
14050
|
});
|
|
14055
14051
|
return _medias;
|
|
14056
14052
|
}).finally(() => {
|
|
14057
|
-
closeToast();
|
|
14058
14053
|
});
|
|
14059
14054
|
};
|
|
14060
14055
|
const transformImageFiles = (files) => {
|
|
@@ -14113,11 +14108,6 @@ var stdin_default$B = defineComponent({
|
|
|
14113
14108
|
});
|
|
14114
14109
|
promisesTodo.push(promise);
|
|
14115
14110
|
}
|
|
14116
|
-
showLoadingToast({
|
|
14117
|
-
message: "处理中...",
|
|
14118
|
-
forbidClick: true,
|
|
14119
|
-
duration: 0
|
|
14120
|
-
});
|
|
14121
14111
|
return Promise.all(promisesTodo).then((medias) => {
|
|
14122
14112
|
const _medias = [];
|
|
14123
14113
|
medias.forEach((media) => {
|
|
@@ -14127,7 +14117,6 @@ var stdin_default$B = defineComponent({
|
|
|
14127
14117
|
});
|
|
14128
14118
|
return _medias;
|
|
14129
14119
|
}).finally(() => {
|
|
14130
|
-
closeToast();
|
|
14131
14120
|
});
|
|
14132
14121
|
};
|
|
14133
14122
|
const readFiles = (files) => {
|
|
@@ -20628,7 +20617,7 @@ const Lazyload = {
|
|
|
20628
20617
|
});
|
|
20629
20618
|
}
|
|
20630
20619
|
};
|
|
20631
|
-
const version = "3.1.
|
|
20620
|
+
const version = "3.1.42";
|
|
20632
20621
|
function install(app) {
|
|
20633
20622
|
const components = [
|
|
20634
20623
|
ActionSheet,
|
package/lib/zartui.js
CHANGED
|
@@ -9905,6 +9905,7 @@
|
|
|
9905
9905
|
} else {
|
|
9906
9906
|
state.showPopup = false;
|
|
9907
9907
|
if (option.value !== props.modelValue) {
|
|
9908
|
+
emit("update:modelValue", value);
|
|
9908
9909
|
emit("change", value);
|
|
9909
9910
|
}
|
|
9910
9911
|
emit("item-select", value);
|
|
@@ -15818,11 +15819,6 @@
|
|
|
15818
15819
|
return media;
|
|
15819
15820
|
});
|
|
15820
15821
|
});
|
|
15821
|
-
showLoadingToast({
|
|
15822
|
-
message: "处理中...",
|
|
15823
|
-
forbidClick: true,
|
|
15824
|
-
duration: 0
|
|
15825
|
-
});
|
|
15826
15822
|
return Promise.all(mediaList).then((medias) => {
|
|
15827
15823
|
const _medias = [];
|
|
15828
15824
|
medias.forEach((media) => {
|
|
@@ -15832,7 +15828,6 @@
|
|
|
15832
15828
|
});
|
|
15833
15829
|
return _medias;
|
|
15834
15830
|
}).finally(() => {
|
|
15835
|
-
closeToast();
|
|
15836
15831
|
});
|
|
15837
15832
|
};
|
|
15838
15833
|
const transformImageFiles = (files) => {
|
|
@@ -15891,11 +15886,6 @@
|
|
|
15891
15886
|
});
|
|
15892
15887
|
promisesTodo.push(promise);
|
|
15893
15888
|
}
|
|
15894
|
-
showLoadingToast({
|
|
15895
|
-
message: "处理中...",
|
|
15896
|
-
forbidClick: true,
|
|
15897
|
-
duration: 0
|
|
15898
|
-
});
|
|
15899
15889
|
return Promise.all(promisesTodo).then((medias) => {
|
|
15900
15890
|
const _medias = [];
|
|
15901
15891
|
medias.forEach((media) => {
|
|
@@ -15905,7 +15895,6 @@
|
|
|
15905
15895
|
});
|
|
15906
15896
|
return _medias;
|
|
15907
15897
|
}).finally(() => {
|
|
15908
|
-
closeToast();
|
|
15909
15898
|
});
|
|
15910
15899
|
};
|
|
15911
15900
|
const readFiles = (files) => {
|
|
@@ -24690,7 +24679,7 @@
|
|
|
24690
24679
|
});
|
|
24691
24680
|
}
|
|
24692
24681
|
};
|
|
24693
|
-
const version = "3.1.
|
|
24682
|
+
const version = "3.1.42";
|
|
24694
24683
|
function install(app) {
|
|
24695
24684
|
const components = [
|
|
24696
24685
|
ActionSheet,
|