@factoringplus/pl-components-pack-v3 0.5.16-pre-07 → 0.5.16-pre-08

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.
@@ -38011,6 +38011,7 @@ const _sfc_main$o = {
38011
38011
  setTimeout(() => {
38012
38012
  suggestionBox.value.blur();
38013
38013
  }, 0);
38014
+ setTimeout(() => blockMemoryBlur.value = false, 100);
38014
38015
  };
38015
38016
  const validateInp = (properties, isValid, message2) => {
38016
38017
  emit2("validate", properties, isValid, message2);
@@ -38029,10 +38030,10 @@ const _sfc_main$o = {
38029
38030
  });
38030
38031
  }
38031
38032
  }, 10);
38032
- setTimeout(() => {
38033
- suggestion.value.validate();
38034
- }, 10);
38035
38033
  }
38034
+ setTimeout(() => {
38035
+ suggestion.value.validate();
38036
+ }, 10);
38036
38037
  };
38037
38038
  watch(getValidate, (newVal) => {
38038
38039
  if (newVal) {