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.
@@ -91,6 +91,7 @@ var stdin_default = defineComponent({
91
91
  if (newValue !== props.showPicker) {
92
92
  emit("update:showPicker", newValue);
93
93
  }
94
+ currentOptions.value = deepClone(props.options);
94
95
  confirmIndexes.value = deepClone(currentSelectedIndex.value);
95
96
  confirmValues.value = deepClone(currentSelectedValue.value);
96
97
  getIndexesByValues();
@@ -123,6 +123,7 @@ var stdin_default = (0, import_vue.defineComponent)({
123
123
  if (newValue !== props.showPicker) {
124
124
  emit("update:showPicker", newValue);
125
125
  }
126
+ currentOptions.value = (0, import_deep_clone.deepClone)(props.options);
126
127
  confirmIndexes.value = (0, import_deep_clone.deepClone)(currentSelectedIndex.value);
127
128
  confirmValues.value = (0, import_deep_clone.deepClone)(currentSelectedValue.value);
128
129
  getIndexesByValues();