zartui 3.1.59 → 3.1.60
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
|
@@ -16995,6 +16995,7 @@ var stdin_default$A = vue.defineComponent({
|
|
|
16995
16995
|
if (newValue !== props.showPicker) {
|
|
16996
16996
|
emit("update:showPicker", newValue);
|
|
16997
16997
|
}
|
|
16998
|
+
currentOptions2.value = deepClone(props.options);
|
|
16998
16999
|
confirmIndexes.value = deepClone(currentSelectedIndex.value);
|
|
16999
17000
|
confirmValues.value = deepClone(currentSelectedValue.value);
|
|
17000
17001
|
getIndexesByValues();
|
package/lib/zartui.es.js
CHANGED
|
@@ -16993,6 +16993,7 @@ var stdin_default$A = defineComponent({
|
|
|
16993
16993
|
if (newValue !== props.showPicker) {
|
|
16994
16994
|
emit("update:showPicker", newValue);
|
|
16995
16995
|
}
|
|
16996
|
+
currentOptions2.value = deepClone(props.options);
|
|
16996
16997
|
confirmIndexes.value = deepClone(currentSelectedIndex.value);
|
|
16997
16998
|
confirmValues.value = deepClone(currentSelectedValue.value);
|
|
16998
16999
|
getIndexesByValues();
|
package/lib/zartui.js
CHANGED
|
@@ -18771,6 +18771,7 @@
|
|
|
18771
18771
|
if (newValue !== props.showPicker) {
|
|
18772
18772
|
emit("update:showPicker", newValue);
|
|
18773
18773
|
}
|
|
18774
|
+
currentOptions2.value = deepClone(props.options);
|
|
18774
18775
|
confirmIndexes.value = deepClone(currentSelectedIndex.value);
|
|
18775
18776
|
confirmValues.value = deepClone(currentSelectedValue.value);
|
|
18776
18777
|
getIndexesByValues();
|