@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.common.js
CHANGED
|
@@ -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
|
|