readytech-ui-library-v2 1.0.37 → 1.0.38

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.
@@ -20474,7 +20474,7 @@ const Cb = R({
20474
20474
  this.selectedItem = e;
20475
20475
  },
20476
20476
  selectedItem(e) {
20477
- this.$emit("update:modelValue", e);
20477
+ this.$emit("update:modelValue", e), this.$emit("selection-changed", e);
20478
20478
  }
20479
20479
  },
20480
20480
  methods: {