@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.
@@ -10859,6 +10859,7 @@ function _createForOfIteratorHelper(o, allowArrayLike) {
10859
10859
  if (this.v.maxValue === false) return "".concat(this.$t('validation.maxValue'), " ").concat(this.v.$params.maxValue.max);
10860
10860
  if (this.v.sipAccountValidator === false) return this.$t('validation.sipAccountValidator');
10861
10861
  if (this.v.minLength === false) return "".concat(this.$t('validation.minLength'), " ").concat(this.v.$params.minLength.min);
10862
+ if (this.v.url === false) return "".concat(this.$t('validation.url'));
10862
10863
  } // eslint-disable-next-line no-restricted-syntax
10863
10864
 
10864
10865