@webitel/ui-sdk 0.8.52 → 0.8.53

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.
@@ -10868,6 +10868,7 @@ function _createForOfIteratorHelper(o, allowArrayLike) {
10868
10868
  if (this.v.maxValue === false) return "".concat(this.$t('validation.maxValue'), " ").concat(this.v.$params.maxValue.max);
10869
10869
  if (this.v.sipAccountValidator === false) return this.$t('validation.sipAccountValidator');
10870
10870
  if (this.v.minLength === false) return "".concat(this.$t('validation.minLength'), " ").concat(this.v.$params.minLength.min);
10871
+ if (this.v.url === false) return "".concat(this.$t('validation.url'));
10871
10872
  } // eslint-disable-next-line no-restricted-syntax
10872
10873
 
10873
10874