@rocketui/vue 0.2.49 → 0.2.51

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.
@@ -8950,7 +8950,7 @@ const N5 = ["aria-disabled"], I5 = ["innerHTML"], Q5 = ["id"], G5 = /* @__PURE__
8950
8950
  return;
8951
8951
  }
8952
8952
  if (C.multiple) {
8953
- L.value.find((_) => _.value === s.value) ? L.value.splice(L.value.indexOf(s), 1) : L.value.push(s), e.value = "", C.searchable && ((c = o.value) == null || c.focus());
8953
+ L.value.find((_) => _.value === s.value) ? (L.value.splice(L.value.indexOf(s), 1), M("removeOption", s)) : L.value.push(s), e.value = "", C.searchable && ((c = o.value) == null || c.focus());
8954
8954
  return;
8955
8955
  }
8956
8956
  k(a, s), C.closeOnSelect && P();
@@ -8968,7 +8968,7 @@ const N5 = ["aria-disabled"], I5 = ["innerHTML"], Q5 = ["id"], G5 = /* @__PURE__
8968
8968
  return;
8969
8969
  a.stopPropagation(), P();
8970
8970
  const T = L.value.findIndex((c) => c.value === s.value);
8971
- L.value.splice(T, 1);
8971
+ L.value.splice(T, 1), M("removeOption", s);
8972
8972
  }
8973
8973
  function F(a, s) {
8974
8974
  var c;