@webitel/ui-sdk 26.6.97 → 26.6.99

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.
Files changed (35) hide show
  1. package/dist/{clients-Ban2DI-G.js → clients-Bkj_jr3s.js} +210 -201
  2. package/dist/{components-CSWXogKF.js → components-f_7Xewxl.js} +4 -4
  3. package/dist/ui-sdk.js +1 -1
  4. package/dist/ui-sdk.umd.cjs +48 -48
  5. package/dist/{useValidation-lRiKF7xV.js → useValidation-DgSm80YX.js} +1 -1
  6. package/dist/{wt-chat-emoji-Zfe96hoz.js → wt-chat-emoji-BxcgfPnF.js} +1 -1
  7. package/dist/{wt-datepicker-BtjegGDk.js → wt-datepicker-BMyxdXw4.js} +1 -1
  8. package/dist/{wt-display-chip-items-YauywYzZ.js → wt-display-chip-items-BFcunpPg.js} +1 -1
  9. package/dist/{wt-search-bar-D50lqCd8.js → wt-search-bar-DtJL-csc.js} +1 -1
  10. package/dist/{wt-send-message-popup-DV1i1Q52.js → wt-send-message-popup-UqRi-DNw.js} +2 -2
  11. package/dist/{wt-timepicker-CYNrvbWf.js → wt-timepicker-CURP_N80.js} +1 -1
  12. package/dist/{wt-type-extension-value-input-CpYbzjDU.js → wt-type-extension-value-input-BT9q7ZCv.js} +2 -2
  13. package/dist/{wt-vidstack-player-CC6dwrnv.js → wt-vidstack-player-BKN0dtoX.js} +1 -1
  14. package/package.json +2 -2
  15. package/src/locale/en/en.js +1 -0
  16. package/src/locale/es/es.js +2 -0
  17. package/src/locale/kz/kz.js +1 -0
  18. package/src/locale/pl/pl.js +1 -0
  19. package/src/locale/ro/ro.js +1 -0
  20. package/src/locale/ru/ru.js +1 -0
  21. package/src/locale/uk/uk.js +1 -0
  22. package/src/locale/uz/uz.js +1 -0
  23. package/src/locale/vi/vi.js +1 -0
  24. package/src/mixins/validationMixin/vuelidate/useVuelidateValidation.ts +2 -0
  25. package/types/locale/en/en.d.ts +1 -0
  26. package/types/locale/es/es.d.ts +1 -0
  27. package/types/locale/i18n.d.ts +9 -0
  28. package/types/locale/index.d.ts +9 -0
  29. package/types/locale/kz/kz.d.ts +1 -0
  30. package/types/locale/pl/pl.d.ts +1 -0
  31. package/types/locale/ro/ro.d.ts +1 -0
  32. package/types/locale/ru/ru.d.ts +1 -0
  33. package/types/locale/uk/uk.d.ts +1 -0
  34. package/types/locale/uz/uz.d.ts +1 -0
  35. package/types/locale/vi/vi.d.ts +1 -0
@@ -14,7 +14,7 @@ var o = ({ field: e }) => ({
14
14
  invalid: d,
15
15
  validationText: n(() => {
16
16
  let e = "", t = c?.value;
17
- t && u.value && d.value && (t.required?.$invalid ? e = s("validation.required") : t.numeric?.$invalid ? e = s("validation.numeric") : t.email?.$invalid ? e = s("validation.email") : t.gatewayHostValidator?.$invalid ? e = s("validation.gatewayHostValidator") : t.ipValidator?.$invalid ? e = s("validation.ipValidator") : t.macValidator?.$invalid ? e = s("validation.macValidator") : t.minValue?.$invalid ? e = s("validation.minValue", { min: t.minValue.$params.min }) : t.maxValue?.$invalid ? e = s("validation.maxValue", { max: t.maxValue.$params.max }) : t.maxLength?.$invalid ? e = s("validation.maxLength", { max: t.maxLength.$params.max }) : t.sipAccountValidator?.$invalid ? e = s("validation.sipAccountValidator") : t.minLength?.$invalid ? e = s("validation.minLength", { min: t.minLength.$params.min }) : t.url?.$invalid ? e = `${s("validation.url")}` : t.regExpValidator?.$invalid ? e = `${s("validation.regExpValidator")}` : t.sameAs?.$invalid ? e = `${s("validation.sameAs")}` : t.domainValidator?.$invalid ? e = `${s("validation.domainValidator")}` : t.decimalValidator?.$invalid ? e = `${s("validation.decimalValidator")} ${t.decimalValidator.$params.count}` : t.websocketValidator?.$invalid ? e = `${s("validation.websocketValidator")}` : t.integer?.$invalid ? e = `${s("validation.integer")}` : t.regex?.$invalid ? e = t.regex?.$message || `${s("validation.isRegExpMatched")} ${t.regex?.$params?.regex}` : t.nameAlreadyInUse?.$invalid ? e = s("validation.nameAlreadyInUse") : t.phoneNumberSymbolsValidator?.$invalid && (e = s("validation.phoneNumberSymbolsValidator")));
17
+ t && u.value && d.value && (t.required?.$invalid ? e = s("validation.required") : t.numeric?.$invalid ? e = s("validation.numeric") : t.email?.$invalid ? e = s("validation.email") : t.gatewayHostValidator?.$invalid ? e = s("validation.gatewayHostValidator") : t.ipValidator?.$invalid ? e = s("validation.ipValidator") : t.macValidator?.$invalid ? e = s("validation.macValidator") : t.minValue?.$invalid ? e = s("validation.minValue", { min: t.minValue.$params.min }) : t.maxValue?.$invalid ? e = s("validation.maxValue", { max: t.maxValue.$params.max }) : t.maxLength?.$invalid ? e = s("validation.maxLength", { max: t.maxLength.$params.max }) : t.sipAccountValidator?.$invalid ? e = s("validation.sipAccountValidator") : t.minLength?.$invalid ? e = s("validation.minLength", { min: t.minLength.$params.min }) : t.url?.$invalid ? e = `${s("validation.url")}` : t.regExpValidator?.$invalid ? e = `${s("validation.regExpValidator")}` : t.sameAs?.$invalid ? e = `${s("validation.sameAs")}` : t.domainValidator?.$invalid ? e = `${s("validation.domainValidator")}` : t.decimalValidator?.$invalid ? e = `${s("validation.decimalValidator")} ${t.decimalValidator.$params.count}` : t.websocketValidator?.$invalid ? e = `${s("validation.websocketValidator")}` : t.integer?.$invalid ? e = `${s("validation.integer")}` : t.regex?.$invalid ? e = t.regex?.$message || `${s("validation.isRegExpMatched")} ${t.regex?.$params?.regex}` : t.nameAlreadyInUse?.$invalid ? e = s("validation.nameAlreadyInUse") : t.phoneNumberSymbolsValidator?.$invalid ? e = s("validation.phoneNumberSymbolsValidator") : t.loginValidator?.$invalid && (e = s("validation.loginValidator")));
18
18
  let n = i(l) ? l.value : void 0;
19
19
  if (n) {
20
20
  for (let { name: r, text: i } of n) t?.[r]?.$invalid && (e = i);
@@ -1,4 +1,4 @@
1
- import "./components-CSWXogKF.js";
1
+ import "./components-f_7Xewxl.js";
2
2
  import { t as e } from "./_plugin-vue_export-helper-B3ysoDQm.js";
3
3
  import { l as t } from "./enums-De8CDKZ1.js";
4
4
  import { t as n } from "./wt-button-dC4nOW56.js";
@@ -2,7 +2,7 @@ import { t as e } from "./_plugin-vue_export-helper-B3ysoDQm.js";
2
2
  import { d as t, f as n, l as r, r as i } from "./enums-De8CDKZ1.js";
3
3
  import { a, i as o, n as s, r as c, t as l } from "./toZonedTime-B8L5kbse.js";
4
4
  import { t as u } from "./vue-i18n-Db_oYfO8.js";
5
- import { t as d } from "./useValidation-lRiKF7xV.js";
5
+ import { t as d } from "./useValidation-DgSm80YX.js";
6
6
  import { computed as f, createBlock as p, createCommentVNode as m, createElementBlock as h, createElementVNode as g, createTextVNode as _, createVNode as v, defineComponent as y, guardReactiveProps as b, mergeModels as x, mergeProps as S, nextTick as C, normalizeProps as w, onMounted as T, onUnmounted as E, openBlock as D, renderSlot as O, resolveComponent as k, toDisplayString as A, toRefs as j, unref as M, useModel as N, useTemplateRef as ee, vShow as P, withCtx as F, withDirectives as I } from "vue";
7
7
  import L from "primevue/datepicker";
8
8
  //#region node_modules/date-fns-tz/dist/esm/fromZonedTime/index.js
@@ -1,4 +1,4 @@
1
- import { C as e, i as t } from "./components-CSWXogKF.js";
1
+ import { C as e, i as t } from "./components-f_7Xewxl.js";
2
2
  import { t as n } from "./_plugin-vue_export-helper-B3ysoDQm.js";
3
3
  import { t as r } from "./displayText-CtaxzaBz.js";
4
4
  import { Fragment as i, computed as a, createCommentVNode as o, createElementBlock as s, createTextVNode as c, createVNode as l, defineComponent as u, openBlock as d, renderList as f, renderSlot as p, toDisplayString as m, unref as h, withCtx as g } from "vue";
@@ -1,6 +1,6 @@
1
1
  import { t as e } from "./_plugin-vue_export-helper-B3ysoDQm.js";
2
2
  import { t } from "./debounce-Bp3jy7S5.js";
3
- import { t as n } from "./useValidation-lRiKF7xV.js";
3
+ import { t as n } from "./useValidation-DgSm80YX.js";
4
4
  import { computed as r, createBlock as i, createCommentVNode as a, createElementVNode as o, createSlots as s, createTextVNode as c, createVNode as l, defineComponent as u, normalizeClass as d, openBlock as f, renderSlot as p, resolveComponent as m, resolveDirective as h, toDisplayString as g, toRefs as _, unref as v, withCtx as y, withDirectives as b } from "vue";
5
5
  //#region src/components/wt-search-bar/wt-search-bar.vue?vue&type=script&setup=true&lang.ts
6
6
  var x = { class: "wt-search-bar__icon-controls" }, S = /*#__PURE__*/ e(/* @__PURE__ */ u({
@@ -1,5 +1,5 @@
1
- import { n as e, r as t } from "./clients-Ban2DI-G.js";
2
- import { n } from "./components-CSWXogKF.js";
1
+ import { n as e, r as t } from "./clients-Bkj_jr3s.js";
2
+ import { n } from "./components-f_7Xewxl.js";
3
3
  import { t as r } from "./vue-i18n-Db_oYfO8.js";
4
4
  import { createBlock as i, createTextVNode as a, createVNode as o, defineComponent as s, inject as c, mergeProps as l, onMounted as u, openBlock as d, ref as f, resolveComponent as p, toDisplayString as m, unref as h, withCtx as g } from "vue";
5
5
  //#endregion
@@ -1,7 +1,7 @@
1
1
  import { t as e } from "./_plugin-vue_export-helper-B3ysoDQm.js";
2
2
  import { l as t, r as n } from "./enums-De8CDKZ1.js";
3
3
  import { t as r } from "./vue-i18n-Db_oYfO8.js";
4
- import { t as i } from "./useValidation-lRiKF7xV.js";
4
+ import { t as i } from "./useValidation-DgSm80YX.js";
5
5
  import { computed as a, createBlock as o, createCommentVNode as s, createElementBlock as c, createElementVNode as l, createTextVNode as u, defineComponent as d, guardReactiveProps as f, mergeProps as p, nextTick as m, normalizeClass as h, normalizeProps as g, openBlock as _, renderSlot as v, resolveComponent as y, toDisplayString as b, toRefs as x, unref as S, withCtx as C } from "vue";
6
6
  //#region src/components/wt-timepicker/wt-timepicker.vue?vue&type=script&setup=true&lang.ts
7
7
  var w = { class: "wt-timepicker__wrapper" }, T = 3600, E = 60, D = /*#__PURE__*/ e(/* @__PURE__ */ d({
@@ -1,5 +1,5 @@
1
- import { t as e } from "./clients-Ban2DI-G.js";
2
- import { a as t, o as n, r, s as i } from "./components-CSWXogKF.js";
1
+ import { t as e } from "./clients-Bkj_jr3s.js";
2
+ import { a as t, o as n, r, s as i } from "./components-f_7Xewxl.js";
3
3
  import { t as a } from "./enums-De8CDKZ1.js";
4
4
  import { t as o } from "./vue-i18n-Db_oYfO8.js";
5
5
  import { computed as s, createBlock as c, createCommentVNode as l, createVNode as u, defineComponent as d, mergeModels as f, mergeProps as p, openBlock as m, renderSlot as h, resolveComponent as g, unref as _, useModel as v } from "vue";
@@ -1,4 +1,4 @@
1
- import { w as e } from "./components-CSWXogKF.js";
1
+ import { w as e } from "./components-f_7Xewxl.js";
2
2
  import { t } from "./_plugin-vue_export-helper-B3ysoDQm.js";
3
3
  import { l as n } from "./enums-De8CDKZ1.js";
4
4
  import "./wt-button-dC4nOW56.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webitel/ui-sdk",
3
- "version": "26.6.97",
3
+ "version": "26.6.99",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "npm run docs:dev",
@@ -23,7 +23,7 @@
23
23
  "prepare": "husky || true",
24
24
  "test:unit:ci": "npm run test:coverage",
25
25
  "typecheck": "vue-tsc --noEmit -p ./tsconfig.json",
26
- "typecheck:ci": "npm run typecheck"
26
+ "typecheck:ci": "vue-tsc --noEmit -p ./tsconfig.typecheck.json"
27
27
  },
28
28
  "workspaces": [
29
29
  "./packages/api-services",
@@ -486,6 +486,7 @@ export default deepmerge(
486
486
  nameAlreadyInUse: 'This name is already in use',
487
487
  phoneNumberSymbolsValidator:
488
488
  "Number must contain letters (a-z, A-Z), numbers (0-9), and special characters: +, -, _, ., !, ~, *, ', (,)",
489
+ loginValidator: () => `Enter login in the format name${'@'}domain`,
489
490
  },
490
491
  webitelUI: {
491
492
  searchBar: {
@@ -472,6 +472,8 @@ export default {
472
472
  nameAlreadyInUse: 'Este nombre ya está en uso',
473
473
  phoneNumberSymbolsValidator:
474
474
  "El número solo puede contener letras (a-z, A-Z), números (0-9) y los símbolos: +, -, _, ., !, ~, *, ', (, )",
475
+ loginValidator: () =>
476
+ `Introduzca el inicio de sesión en el formato nombre${'@'}dominio`,
475
477
  },
476
478
  webitelUI: {
477
479
  searchBar: {
@@ -474,6 +474,7 @@ export default {
474
474
  nameAlreadyInUse: 'Бұл атау қолданыста',
475
475
  phoneNumberSymbolsValidator:
476
476
  "Нөмірде тек әріптер (a-z, A-Z), сандар (0-9) және мына таңбалар болуы мүмкін: +, -, _, ., !, ~, *, ', (, )",
477
+ loginValidator: () => `Логинді есім${'@'}домен форматында енгізіңіз`,
477
478
  },
478
479
  webitelUI: {
479
480
  searchBar: {
@@ -475,6 +475,7 @@ export default {
475
475
  nameAlreadyInUse: 'Ta nazwa jest już używana',
476
476
  phoneNumberSymbolsValidator:
477
477
  "Numer może zawierać wyłącznie litery (a-z, A-Z), cyfry (0-9) oraz symbole: +, -, _, ., !, ~, *, ', (, )",
478
+ loginValidator: () => `Wprowadź login w formacie nazwa${'@'}domena`,
478
479
  },
479
480
  webitelUI: {
480
481
  searchBar: {
@@ -479,6 +479,7 @@ export default {
479
479
  nameAlreadyInUse: 'Acest nume este deja folosit',
480
480
  phoneNumberSymbolsValidator:
481
481
  "Numărul poate conține doar litere (a-z, A-Z), cifre (0-9) și simbolurile: +, -, _, ., !, ~, *, ', (, )",
482
+ loginValidator: () => `Introduceți login-ul în formatul nume${'@'}domeniu`,
482
483
  },
483
484
  webitelUI: {
484
485
  searchBar: {
@@ -474,6 +474,7 @@ export default {
474
474
  nameAlreadyInUse: 'Это название уже используется',
475
475
  phoneNumberSymbolsValidator:
476
476
  "Номер может содержать только буквы (a-z, A-Z), цифры (0-9) и символы: +, -, _, ., !, ~, *, ', (, )",
477
+ loginValidator: () => `Введите логин в формате имя${'@'}домен`,
477
478
  },
478
479
  webitelUI: {
479
480
  searchBar: {
@@ -473,6 +473,7 @@ export default {
473
473
  nameAlreadyInUse: 'Така назва вже використовується',
474
474
  phoneNumberSymbolsValidator:
475
475
  "Номер може містити лише літери (a-z, A-Z), цифри (0-9) та символи: +, -, _, ., !, ~, *, ', (, )",
476
+ loginValidator: () => `Введіть логін у форматі імʼя${'@'}домен`,
476
477
  },
477
478
  webitelUI: {
478
479
  searchBar: {
@@ -479,6 +479,7 @@ export default {
479
479
  nameAlreadyInUse: 'Ushbu nom allaqachon mavjud',
480
480
  phoneNumberSymbolsValidator:
481
481
  "Raqamda faqat harflar (a-z, A-Z), raqamlar (0-9) va quyidagi belgilar bo'lishi mumkin: +, -, _, ., !, ~, *, ', (, )",
482
+ loginValidator: () => `Loginni ism${'@'}domen formatida kiriting`,
482
483
  },
483
484
  webitelUI: {
484
485
  searchBar: {
@@ -478,6 +478,7 @@ export default {
478
478
  nameAlreadyInUse: 'Tên này đã được sử dụng',
479
479
  phoneNumberSymbolsValidator:
480
480
  "Số chỉ được chứa chữ cái (a-z, A-Z), chữ số (0-9) và các ký tự: +, -, _, ., !, ~, *, ', (, )",
481
+ loginValidator: () => `Nhập tên đăng nhập theo định dạng tên${'@'}miền`,
481
482
  },
482
483
  webitelUI: {
483
484
  searchBar: {
@@ -100,6 +100,8 @@ export const useFieldValidation = ({
100
100
  validationText = t('validation.nameAlreadyInUse');
101
101
  } else if (validation.phoneNumberSymbolsValidator?.$invalid) {
102
102
  validationText = t('validation.phoneNumberSymbolsValidator');
103
+ } else if (validation.loginValidator?.$invalid) {
104
+ validationText = t('validation.loginValidator');
103
105
  }
104
106
  }
105
107
 
@@ -420,6 +420,7 @@ declare const _default: {
420
420
  integer: string;
421
421
  nameAlreadyInUse: string;
422
422
  phoneNumberSymbolsValidator: string;
423
+ loginValidator: () => "Enter login in the format name@domain";
423
424
  };
424
425
  webitelUI: {
425
426
  searchBar: {
@@ -465,6 +465,7 @@ declare namespace _default {
465
465
  export let integer: string;
466
466
  export let nameAlreadyInUse: string;
467
467
  export let phoneNumberSymbolsValidator: string;
468
+ export function loginValidator(): string;
468
469
  }
469
470
  export namespace webitelUI {
470
471
  export namespace searchBar {
@@ -421,6 +421,7 @@ declare const _default: import("vue-i18n").I18n<{
421
421
  integer: string;
422
422
  nameAlreadyInUse: string;
423
423
  phoneNumberSymbolsValidator: string;
424
+ loginValidator: () => "Enter login in the format name@domain";
424
425
  };
425
426
  webitelUI: {
426
427
  searchBar: {
@@ -1267,6 +1268,7 @@ declare const _default: import("vue-i18n").I18n<{
1267
1268
  integer: string;
1268
1269
  nameAlreadyInUse: string;
1269
1270
  phoneNumberSymbolsValidator: string;
1271
+ loginValidator: () => string;
1270
1272
  };
1271
1273
  webitelUI: {
1272
1274
  searchBar: {
@@ -2097,6 +2099,7 @@ declare const _default: import("vue-i18n").I18n<{
2097
2099
  integer: string;
2098
2100
  nameAlreadyInUse: string;
2099
2101
  phoneNumberSymbolsValidator: string;
2102
+ loginValidator: () => string;
2100
2103
  };
2101
2104
  webitelUI: {
2102
2105
  searchBar: {
@@ -2929,6 +2932,7 @@ declare const _default: import("vue-i18n").I18n<{
2929
2932
  integer: string;
2930
2933
  nameAlreadyInUse: string;
2931
2934
  phoneNumberSymbolsValidator: string;
2935
+ loginValidator: () => string;
2932
2936
  };
2933
2937
  webitelUI: {
2934
2938
  searchBar: {
@@ -3759,6 +3763,7 @@ declare const _default: import("vue-i18n").I18n<{
3759
3763
  integer: string;
3760
3764
  nameAlreadyInUse: string;
3761
3765
  phoneNumberSymbolsValidator: string;
3766
+ loginValidator: () => string;
3762
3767
  };
3763
3768
  webitelUI: {
3764
3769
  searchBar: {
@@ -4591,6 +4596,7 @@ declare const _default: import("vue-i18n").I18n<{
4591
4596
  integer: string;
4592
4597
  nameAlreadyInUse: string;
4593
4598
  phoneNumberSymbolsValidator: string;
4599
+ loginValidator: () => string;
4594
4600
  };
4595
4601
  webitelUI: {
4596
4602
  searchBar: {
@@ -5423,6 +5429,7 @@ declare const _default: import("vue-i18n").I18n<{
5423
5429
  integer: string;
5424
5430
  nameAlreadyInUse: string;
5425
5431
  phoneNumberSymbolsValidator: string;
5432
+ loginValidator: () => string;
5426
5433
  };
5427
5434
  webitelUI: {
5428
5435
  searchBar: {
@@ -6256,6 +6263,7 @@ declare const _default: import("vue-i18n").I18n<{
6256
6263
  integer: string;
6257
6264
  nameAlreadyInUse: string;
6258
6265
  phoneNumberSymbolsValidator: string;
6266
+ loginValidator: () => string;
6259
6267
  };
6260
6268
  webitelUI: {
6261
6269
  searchBar: {
@@ -7088,6 +7096,7 @@ declare const _default: import("vue-i18n").I18n<{
7088
7096
  integer: string;
7089
7097
  nameAlreadyInUse: string;
7090
7098
  phoneNumberSymbolsValidator: string;
7099
+ loginValidator: () => string;
7091
7100
  };
7092
7101
  webitelUI: {
7093
7102
  searchBar: {
@@ -431,6 +431,7 @@ export declare const messages: {
431
431
  integer: string;
432
432
  nameAlreadyInUse: string;
433
433
  phoneNumberSymbolsValidator: string;
434
+ loginValidator: () => "Enter login in the format name@domain";
434
435
  };
435
436
  webitelUI: {
436
437
  searchBar: {
@@ -1277,6 +1278,7 @@ export declare const messages: {
1277
1278
  integer: string;
1278
1279
  nameAlreadyInUse: string;
1279
1280
  phoneNumberSymbolsValidator: string;
1281
+ loginValidator: () => string;
1280
1282
  };
1281
1283
  webitelUI: {
1282
1284
  searchBar: {
@@ -2107,6 +2109,7 @@ export declare const messages: {
2107
2109
  integer: string;
2108
2110
  nameAlreadyInUse: string;
2109
2111
  phoneNumberSymbolsValidator: string;
2112
+ loginValidator: () => string;
2110
2113
  };
2111
2114
  webitelUI: {
2112
2115
  searchBar: {
@@ -2939,6 +2942,7 @@ export declare const messages: {
2939
2942
  integer: string;
2940
2943
  nameAlreadyInUse: string;
2941
2944
  phoneNumberSymbolsValidator: string;
2945
+ loginValidator: () => string;
2942
2946
  };
2943
2947
  webitelUI: {
2944
2948
  searchBar: {
@@ -3769,6 +3773,7 @@ export declare const messages: {
3769
3773
  integer: string;
3770
3774
  nameAlreadyInUse: string;
3771
3775
  phoneNumberSymbolsValidator: string;
3776
+ loginValidator: () => string;
3772
3777
  };
3773
3778
  webitelUI: {
3774
3779
  searchBar: {
@@ -4601,6 +4606,7 @@ export declare const messages: {
4601
4606
  integer: string;
4602
4607
  nameAlreadyInUse: string;
4603
4608
  phoneNumberSymbolsValidator: string;
4609
+ loginValidator: () => string;
4604
4610
  };
4605
4611
  webitelUI: {
4606
4612
  searchBar: {
@@ -5433,6 +5439,7 @@ export declare const messages: {
5433
5439
  integer: string;
5434
5440
  nameAlreadyInUse: string;
5435
5441
  phoneNumberSymbolsValidator: string;
5442
+ loginValidator: () => string;
5436
5443
  };
5437
5444
  webitelUI: {
5438
5445
  searchBar: {
@@ -6266,6 +6273,7 @@ export declare const messages: {
6266
6273
  integer: string;
6267
6274
  nameAlreadyInUse: string;
6268
6275
  phoneNumberSymbolsValidator: string;
6276
+ loginValidator: () => string;
6269
6277
  };
6270
6278
  webitelUI: {
6271
6279
  searchBar: {
@@ -7098,6 +7106,7 @@ export declare const messages: {
7098
7106
  integer: string;
7099
7107
  nameAlreadyInUse: string;
7100
7108
  phoneNumberSymbolsValidator: string;
7109
+ loginValidator: () => string;
7101
7110
  };
7102
7111
  webitelUI: {
7103
7112
  searchBar: {
@@ -465,6 +465,7 @@ declare namespace _default {
465
465
  export let integer: string;
466
466
  export let nameAlreadyInUse: string;
467
467
  export let phoneNumberSymbolsValidator: string;
468
+ export function loginValidator(): string;
468
469
  }
469
470
  export namespace webitelUI {
470
471
  export namespace searchBar {
@@ -465,6 +465,7 @@ declare namespace _default {
465
465
  export let integer: string;
466
466
  export let nameAlreadyInUse: string;
467
467
  export let phoneNumberSymbolsValidator: string;
468
+ export function loginValidator(): string;
468
469
  }
469
470
  export namespace webitelUI {
470
471
  export namespace searchBar {
@@ -465,6 +465,7 @@ declare namespace _default {
465
465
  export let integer: string;
466
466
  export let nameAlreadyInUse: string;
467
467
  export let phoneNumberSymbolsValidator: string;
468
+ export function loginValidator(): string;
468
469
  }
469
470
  export namespace webitelUI {
470
471
  export namespace searchBar {
@@ -463,6 +463,7 @@ declare namespace _default {
463
463
  export let integer: string;
464
464
  export let nameAlreadyInUse: string;
465
465
  export let phoneNumberSymbolsValidator: string;
466
+ export function loginValidator(): string;
466
467
  }
467
468
  export namespace webitelUI {
468
469
  export namespace searchBar {
@@ -463,6 +463,7 @@ declare namespace _default {
463
463
  export let integer: string;
464
464
  export let nameAlreadyInUse: string;
465
465
  export let phoneNumberSymbolsValidator: string;
466
+ export function loginValidator(): string;
466
467
  }
467
468
  export namespace webitelUI {
468
469
  export namespace searchBar {
@@ -466,6 +466,7 @@ declare namespace _default {
466
466
  export let integer: string;
467
467
  export let nameAlreadyInUse: string;
468
468
  export let phoneNumberSymbolsValidator: string;
469
+ export function loginValidator(): string;
469
470
  }
470
471
  export namespace webitelUI {
471
472
  export namespace searchBar {
@@ -465,6 +465,7 @@ declare namespace _default {
465
465
  export let integer: string;
466
466
  export let nameAlreadyInUse: string;
467
467
  export let phoneNumberSymbolsValidator: string;
468
+ export function loginValidator(): string;
468
469
  }
469
470
  export namespace webitelUI {
470
471
  export namespace searchBar {