zartui 3.1.40 → 3.1.41

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
@@ -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);
@@ -20630,7 +20631,7 @@ const Lazyload = {
20630
20631
  });
20631
20632
  }
20632
20633
  };
20633
- const version = "3.1.40";
20634
+ const version = "3.1.41";
20634
20635
  function install(app) {
20635
20636
  const components = [
20636
20637
  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);
@@ -20628,7 +20629,7 @@ const Lazyload = {
20628
20629
  });
20629
20630
  }
20630
20631
  };
20631
- const version = "3.1.40";
20632
+ const version = "3.1.41";
20632
20633
  function install(app) {
20633
20634
  const components = [
20634
20635
  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);
@@ -24690,7 +24691,7 @@
24690
24691
  });
24691
24692
  }
24692
24693
  };
24693
- const version = "3.1.40";
24694
+ const version = "3.1.41";
24694
24695
  function install(app) {
24695
24696
  const components = [
24696
24697
  ActionSheet,