@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.
- package/dist/ui-sdk.common.js +1 -0
- package/dist/ui-sdk.common.js.map +1 -1
- package/dist/ui-sdk.umd.js +1 -0
- package/dist/ui-sdk.umd.js.map +1 -1
- package/dist/ui-sdk.umd.min.js +1 -1
- package/dist/ui-sdk.umd.min.js.map +1 -1
- package/package.json +1 -1
- package/src/locale/en/en.js +1 -0
- package/src/locale/ru/ru.js +1 -0
- package/src/locale/ua/ua.js +1 -0
- package/src/mixins/validationMixin/validationMixin.js +1 -0
package/dist/ui-sdk.umd.js
CHANGED
|
@@ -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
|
|