@fkui/vue 5.46.2 → 5.46.4

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.
@@ -6054,6 +6054,9 @@ const _sfc_main$_ = /* @__PURE__ */ vue.defineComponent({
6054
6054
  if (!isMounted.value) {
6055
6055
  return;
6056
6056
  }
6057
+ if (detail.elementId !== props.id) {
6058
+ return;
6059
+ }
6057
6060
  if (!props.focusRef) {
6058
6061
  throw new Error("Element to focus on when card is invalid (`focusRef`) is required when using card validation.");
6059
6062
  }