@yourgoods/ui-smart 0.53.21 → 0.53.23

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.
@@ -1,6 +1,6 @@
1
1
  import { defineComponent as oe, ref as T, reactive as Z, watch as Y, computed as b, toRefs as ce, createElementBlock as I, openBlock as y, createElementVNode as x, createCommentVNode as D, toDisplayString as _, createVNode as $, unref as u, isRef as ee, withCtx as G, createTextVNode as ie, Fragment as Ae, createBlock as H, resolveDynamicComponent as he, onMounted as Fe } from "vue";
2
- import { _ as ve, c as ke, u as Re, a as ze, P as Me, b as We } from "./useRateLimitToast-DsXwcIJy.js";
3
- import { C as F, _ as He, B as qe, p as W, g as je } from "./index-CwPQbiuX.js";
2
+ import { _ as ve, c as ke, u as Re, a as ze, P as Me, b as We } from "./useRateLimitToast-BKw1kTUV.js";
3
+ import { C as F, _ as He, B as qe, p as W, g as je } from "./index-BJsdyXlT.js";
4
4
  import { PInput as J, IconMailMd as pe, PButton as ne, IconEyeMd as Ve, IconEyeClosedMd as be, PDialog as Ge, PTopBar as Ye, IconCrossMd as Je } from "@profeat/ui-kit";
5
5
  const Ke = { class: "dialogDefaultContainerInsideContent" }, Qe = { class: "dialogDefaultContainerTextHint" }, Xe = {
6
6
  key: 0,
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as ye, ref as a, reactive as _, computed as u, watch as Z, onMounted as Ce, createElementBlock as S, openBlock as g, Fragment as ge, createVNode as n, unref as o, withCtx as m, createCommentVNode as ee, createElementVNode as r, toDisplayString as V, createBlock as B, resolveDynamicComponent as $, createTextVNode as z } from "vue";
2
- import { C as I, p as D, g as Ve } from "./index-CwPQbiuX.js";
2
+ import { C as I, p as D, g as Ve } from "./index-BJsdyXlT.js";
3
3
  import { PDialog as be, PInput as M, IconEyeMd as O, IconEyeClosedMd as U, PButton as F, PTopBar as Te, IconCrossMd as Ie, PTeleportContainer as xe } from "@profeat/ui-kit";
4
4
  function ke(b) {
5
5
  return { showPasswordRateLimitToast: (P) => {
@@ -1,7 +1,7 @@
1
1
  import { createElementBlock as S, openBlock as v, createElementVNode as H, defineComponent as he, reactive as ve, watch as _, ref as O, toRefs as Ce, computed as I, createCommentVNode as B, createVNode as b, toDisplayString as G, createBlock as J, createTextVNode as Z, unref as r, isRef as le, withCtx as X, onMounted as We, Fragment as je } from "vue";
2
- import { _ as we, c as Ne, a as He, u as Ge, P as Oe, b as Je } from "./useRateLimitToast-DsXwcIJy.js";
2
+ import { _ as we, c as Ne, a as He, u as Ge, P as Oe, b as Je } from "./useRateLimitToast-BKw1kTUV.js";
3
3
  import { IconTelegramSm as Pe, PInput as se, IconPhoneMd as Re, IconMailMd as Ke, PButton as ze, PDialog as Qe, PTopBar as Xe, IconCrossMd as Ye, PTeleportContainer as Ze } from "@profeat/ui-kit";
4
- import { C as j, t as De, p as te, g as Ae } from "./index-CwPQbiuX.js";
4
+ import { C as j, t as De, p as te, g as Ae } from "./index-BJsdyXlT.js";
5
5
  const _e = {
6
6
  xmlns: "http://www.w3.org/2000/svg",
7
7
  width: "12",
@@ -1,13 +1,13 @@
1
- import { ref as h, shallowRef as _e, defineComponent as q, defineAsyncComponent as Y, watch as pe, createBlock as x, createCommentVNode as T, unref as f, openBlock as w, resolveDynamicComponent as Re, mergeProps as Oe, computed as V, reactive as X, onMounted as Ge, createElementBlock as U, Fragment as ce, createVNode as y, createElementVNode as K, withCtx as $, toDisplayString as z, createTextVNode as Z, Teleport as de, Transition as je, withDirectives as Je, vShow as qe } from "vue";
1
+ import { ref as h, shallowRef as _e, defineComponent as q, defineAsyncComponent as Y, watch as pe, createBlock as x, createCommentVNode as T, unref as f, openBlock as w, resolveDynamicComponent as Re, mergeProps as Oe, computed as V, reactive as X, onMounted as Ge, createElementBlock as B, Fragment as ce, createVNode as y, createElementVNode as K, withCtx as $, toDisplayString as z, createTextVNode as Z, Teleport as de, Transition as je, withDirectives as Je, vShow as qe } from "vue";
2
2
  import We from "axios";
3
3
  import { PInputFileUploader as Ye, PInput as L, IconFilledEditMd as j, PButton as me, PImageCropper as Xe, PToast as Ke, PTeleportContainer as fe, PToastContainer as Ze, IconPhoneMd as He, IconMailMd as Qe } from "@profeat/ui-kit";
4
- function ea(l, s = 2) {
4
+ function et(l, s = 2) {
5
5
  if (l === 0)
6
6
  return "0 B";
7
- const t = 1024, o = ["B", "KB", "MB", "GB", "TB", "PB", "EB"], m = Math.floor(Math.log(l) / Math.log(t));
8
- return `${Number.parseFloat((l / t ** m).toFixed(s))} ${o[m]}`;
7
+ const a = 1024, o = ["B", "KB", "MB", "GB", "TB", "PB", "EB"], u = Math.floor(Math.log(l) / Math.log(a));
8
+ return `${Number.parseFloat((l / a ** u).toFixed(s))} ${o[u]}`;
9
9
  }
10
- const aa = {
10
+ const tt = {
11
11
  "image/jpeg": "JPEG",
12
12
  "image/png": "PNG",
13
13
  "application/pdf": "PDF",
@@ -15,59 +15,59 @@ const aa = {
15
15
  "application/zip": "ZIP Archive"
16
16
  // ...
17
17
  };
18
- function ta(l) {
18
+ function at(l) {
19
19
  return l.map((s) => {
20
- var t;
21
- return aa[s] || ((t = s.split("/")[1]) == null ? void 0 : t.toUpperCase());
20
+ var a;
21
+ return tt[s] || ((a = s.split("/")[1]) == null ? void 0 : a.toUpperCase());
22
22
  });
23
23
  }
24
- const $a = {
24
+ const $t = {
25
25
  OLD: "old",
26
26
  NEW: "new",
27
27
  COMPLETED: "completed"
28
- }, za = {
28
+ }, zt = {
29
29
  VERIFY_EMAIL: "verify-email"
30
30
  };
31
31
  let Q = null;
32
- function oa(l, s, t) {
32
+ function ot(l, s, a) {
33
33
  Q = We.create({
34
34
  baseURL: s,
35
35
  headers: {
36
36
  Authorization: `Bearer ${l}`,
37
- "x-throttler-prefix": t ?? "throttler_profile_edit"
37
+ "x-throttler-prefix": a ?? "throttler_profile_edit"
38
38
  // здесь можно словить баг, который может быть сложно отследить, если будет передаваться пустой прелфикс
39
39
  // 'Content-Type': 'application/json',
40
40
  },
41
41
  validateStatus: (o) => o >= 200 && o < 300
42
42
  });
43
43
  }
44
- function ae() {
44
+ function te() {
45
45
  if (!Q)
46
46
  throw new Error("Axios instance not initialized. Call initAxios(token, baseUrl) first.");
47
47
  return Q;
48
48
  }
49
- async function ee(l, s, t) {
50
- return ae().post(l, s, t);
49
+ async function ee(l, s, a) {
50
+ return te().post(l, s, a);
51
51
  }
52
- async function na(l, s) {
53
- return ae().get(l, s);
52
+ async function nt(l, s) {
53
+ return te().get(l, s);
54
54
  }
55
- async function ra(l, s) {
56
- return ae().delete(l, s);
55
+ async function rt(l, s) {
56
+ return te().delete(l, s);
57
57
  }
58
- async function la(l) {
58
+ async function lt(l) {
59
59
  const s = await ee("/users/profile/me", l);
60
60
  if (s.status !== 200 && s.status !== 201 || !s.data)
61
61
  throw new Error("Ошибка при получении профиля пользователя");
62
62
  return s.data;
63
63
  }
64
64
  const J = h(null), H = _e(null);
65
- function te() {
65
+ function ae() {
66
66
  return {
67
67
  currentDialog: J,
68
68
  dialogPayload: H,
69
- openDialog: (o, m) => {
70
- J.value = o, H.value = m ?? null;
69
+ openDialog: (o, u) => {
70
+ J.value = o, H.value = u ?? null;
71
71
  },
72
72
  closeDialog: () => {
73
73
  J.value = null, H.value = null;
@@ -75,7 +75,7 @@ function te() {
75
75
  isDialogOpen: (o) => J.value === o
76
76
  };
77
77
  }
78
- const sa = {
78
+ const st = {
79
79
  ru: {
80
80
  Имя: "Имя",
81
81
  Фамилия: "Фамилия",
@@ -208,7 +208,7 @@ const sa = {
208
208
  "Введите новый номер телефона": "Enter a new phone number",
209
209
  "Телефон успешно изменен": "Phone number successfully changed"
210
210
  }
211
- }, ia = /* @__PURE__ */ q({
211
+ }, it = /* @__PURE__ */ q({
212
212
  __name: "DialogManager",
213
213
  props: {
214
214
  language: {},
@@ -217,18 +217,18 @@ const sa = {
217
217
  },
218
218
  emits: ["clean-input-errors", "on-update-jwt", "update-phone-field", "update-email-field", "on-password-error", "on-toast"],
219
219
  setup(l, { emit: s }) {
220
- const t = s, o = h(!0), { currentDialog: m, dialogPayload: v, closeDialog: B } = te(), u = {
221
- email: Y(() => import("./ProfileEmailDialog-D5NV03rT.js")),
222
- phone: Y(() => import("./ProfilePhoneDialog-DjTHtTy4.js")),
223
- password: Y(() => import("./ProfilePasswordDialog-BRDTmNOh.js"))
224
- }, d = ({ email: b }) => {
225
- t("update-email-field", b);
220
+ const a = s, o = h(!0), { currentDialog: u, dialogPayload: v, closeDialog: D } = ae(), d = {
221
+ email: Y(() => import("./ProfileEmailDialog-CwSS6XkS.js")),
222
+ phone: Y(() => import("./ProfilePhoneDialog-B-cqxdjz.js")),
223
+ password: Y(() => import("./ProfilePasswordDialog-BwMtH8wF.js"))
224
+ }, m = ({ email: b }) => {
225
+ a("update-email-field", b);
226
226
  }, p = ({ phone: b }) => {
227
- t("update-phone-field", b);
227
+ a("update-phone-field", b);
228
228
  };
229
- return pe(m, (b) => {
229
+ return pe(u, (b) => {
230
230
  o.value = !!b;
231
- }), (b, i) => f(m) ? (w(), x(Re(u[f(m)]), Oe({
231
+ }), (b, i) => f(u) ? (w(), x(Re(d[f(u)]), Oe({
232
232
  key: 0,
233
233
  modelValue: o.value,
234
234
  "onUpdate:modelValue": i[0] || (i[0] = (g) => o.value = g),
@@ -236,34 +236,34 @@ const sa = {
236
236
  provider: b.provider,
237
237
  "disable-add-phone": b.disableAddPhone
238
238
  }, f(v), {
239
- onClose: f(B),
240
- onCleanInputErrors: i[1] || (i[1] = (g) => t("clean-input-errors")),
241
- onOnUpdateJwt: i[2] || (i[2] = (g, c, r) => t("on-update-jwt", g, c, r)),
242
- onSubmitEmail: d,
239
+ onClose: f(D),
240
+ onCleanInputErrors: i[1] || (i[1] = (g) => a("clean-input-errors")),
241
+ onOnUpdateJwt: i[2] || (i[2] = (g, c, r) => a("on-update-jwt", g, c, r)),
242
+ onSubmitEmail: m,
243
243
  onSubmitPhone: p,
244
- onOnPasswordError: i[3] || (i[3] = (g, c) => t("on-password-error", g, c)),
245
- onOnToast: i[4] || (i[4] = (g) => t("on-toast", g))
244
+ onOnPasswordError: i[3] || (i[3] = (g, c) => a("on-password-error", g, c)),
245
+ onOnToast: i[4] || (i[4] = (g) => a("on-toast", g))
246
246
  }), null, 16, ["modelValue", "language", "provider", "disable-add-phone", "onClose"])) : T("", !0);
247
247
  }
248
- }), ua = { class: "base-container" }, da = {
248
+ }), ut = { class: "base-container" }, dt = {
249
249
  key: 0,
250
250
  style: { color: "#E46060" }
251
- }, ma = { key: 1 }, pa = {
251
+ }, mt = { key: 1 }, pt = {
252
252
  key: 1,
253
253
  class: "input-wrapper"
254
- }, ca = {
254
+ }, ct = {
255
255
  key: 2,
256
256
  class: "input-wrapper"
257
- }, fa = {
257
+ }, ft = {
258
258
  key: 3,
259
259
  class: "input-wrapper"
260
- }, ga = {
260
+ }, gt = {
261
261
  key: 4,
262
262
  class: "input-wrapper"
263
- }, va = { class: "buttons-container" }, ha = {
263
+ }, vt = { class: "buttons-container" }, ht = {
264
264
  key: 0,
265
265
  class: "centered-overlay"
266
- }, ya = { class: "toastWrapper" }, wa = /* @__PURE__ */ q({
266
+ }, yt = { class: "toastWrapper" }, wt = /* @__PURE__ */ q({
267
267
  __name: "PEditUserContact",
268
268
  props: {
269
269
  language: {},
@@ -278,7 +278,7 @@ const sa = {
278
278
  },
279
279
  emits: ["open-email-dialog", "open-phone-dialog", "open-password-dialog", "on-update-jwt", "on-password-error", "update-tokens"],
280
280
  setup(l, { emit: s }) {
281
- const t = l, o = s, m = V(() => t.language ?? "ru"), v = (e) => sa[m.value][e] || e, { openDialog: B } = te(), u = X({ firstName: "", lastName: "" }), d = h({ firstName: "", lastName: "" }), p = X({ firstName: !1, lastName: !1, email: !1, phone: !1 }), b = h(""), i = h(""), g = h(""), c = h(!1), r = X({
281
+ const a = l, o = s, u = V(() => a.language ?? "ru"), v = (e) => st[u.value][e] || e, { openDialog: D } = ae(), d = X({ firstName: "", lastName: "" }), m = h({ firstName: "", lastName: "" }), p = X({ firstName: !1, lastName: !1, email: !1, phone: !1 }), b = h(""), i = h(""), g = h(""), c = h(!1), r = X({
282
282
  value: null,
283
283
  loading: !1,
284
284
  accept: ["image/png", "image/jpeg"],
@@ -286,41 +286,41 @@ const sa = {
286
286
  // 10 MB
287
287
  imageBinary: null,
288
288
  imageContent: ""
289
- }), C = h(""), I = h(!1), D = h(!0), E = h(!0), A = h(void 0), F = h(""), S = V(() => ne(u.firstName, p.firstName)), ve = V(() => ne(u.lastName, p.lastName)), he = V(() => p.email && !i.value.trim() ? "Введите e-mail" : ""), ye = V(() => p.phone && !g.value.trim() ? "Введите номер телефона" : ""), M = (e) => t.fields.some((a) => a.key === e), oe = (e) => e && e.trim() ? "edit" : "bind", W = () => setTimeout(() => {
289
+ }), C = h(""), U = h(!1), I = h(!0), E = h(!0), A = h(void 0), F = h(""), S = V(() => ne(d.firstName, p.firstName)), ve = V(() => ne(d.lastName, p.lastName)), he = V(() => p.email && !i.value.trim() ? "Введите e-mail" : ""), ye = V(() => p.phone && !g.value.trim() ? "Введите номер телефона" : ""), M = (e) => a.fields.some((t) => t.key === e), oe = (e) => e && e.trim() ? "edit" : "bind", W = () => setTimeout(() => {
290
290
  var e;
291
291
  return (e = document.activeElement) == null ? void 0 : e.blur();
292
- }, 0), we = V(() => !!(i.value && i.value.trim() !== "")), be = V(() => r.imageContent ? v("Загрузить другое фото") : v("Загрузить фото")), ne = (e, a) => {
293
- if (!a) return "";
292
+ }, 0), we = V(() => !!(i.value && i.value.trim() !== "")), be = V(() => r.imageContent ? v("Загрузить другое фото") : v("Загрузить фото")), ne = (e, t) => {
293
+ if (!t) return "";
294
294
  const n = e.trim();
295
295
  return n ? n.length < 2 ? "Поле должно содержать минимум 2 символа" : "" : "Введите значение";
296
- }, Ee = (e) => B("email", { mode: e ? "edit" : "bind", initialEmail: e }), Pe = () => {
296
+ }, Ee = (e) => D("email", { mode: e ? "edit" : "bind", initialEmail: e }), Pe = () => {
297
297
  W(), p.email = !1, E.value = !1, o("open-email-dialog", i.value, oe(i.value)), Ee(i.value);
298
298
  }, Ne = () => {
299
- W(), p.phone = !1, D.value = !1, o("open-phone-dialog", g.value, oe(g.value));
300
- }, Ce = async (e, a, n) => {
299
+ W(), p.phone = !1, I.value = !1, o("open-phone-dialog", g.value, oe(g.value));
300
+ }, Ce = async (e, t, n) => {
301
301
  e === "email" && n && (i.value = n), e === "phone" && n && (g.value = n), o("on-update-jwt");
302
302
  }, ke = (e) => {
303
303
  g.value = e;
304
304
  }, Te = (e) => {
305
305
  i.value = e;
306
- }, Ie = (e, a) => {
307
- I.value = !0, o("on-password-error", e, a);
308
- }, Ue = () => {
309
- D.value = !1, E.value = !1;
306
+ }, Ue = (e, t) => {
307
+ U.value = !0, o("on-password-error", e, t);
308
+ }, Be = () => {
309
+ I.value = !1, E.value = !1;
310
310
  }, _ = (e) => {
311
- I.value = !0, A.value = e.color ?? "", F.value = e.text ?? "";
311
+ U.value = !0, A.value = e.color ?? "", F.value = e.text ?? "";
312
312
  }, R = (e) => {
313
313
  if (p[e] = !0, e === "firstName" || e === "lastName") {
314
- const a = u[e];
315
- a.length > 40 && (u[e] = a.slice(0, 40));
314
+ const t = d[e];
315
+ t.length > 40 && (d[e] = t.slice(0, 40));
316
316
  }
317
- }, Be = (e) => {
317
+ }, De = (e) => {
318
318
  var O, G;
319
319
  if (C.value = "", !e) {
320
320
  re();
321
321
  return;
322
322
  }
323
- const a = ((O = e.fileBinary) == null ? void 0 : O.type) ?? "", n = ((G = e.fileBinary) == null ? void 0 : G.size) ?? 0, k = !["image/png", "image/jpeg"].includes(a), N = n > r.uploadLimit;
323
+ const t = ((O = e.fileBinary) == null ? void 0 : O.type) ?? "", n = ((G = e.fileBinary) == null ? void 0 : G.size) ?? 0, k = !["image/png", "image/jpeg"].includes(t), N = n > r.uploadLimit;
324
324
  if (k || N) {
325
325
  C.value = "Файл не подходит. Пожалуйста, загрузите PNG или JPEG размером до 10 МБ", re();
326
326
  return;
@@ -328,24 +328,24 @@ const sa = {
328
328
  r.value = e, r.imageBinary = e.fileBinary ?? null, r.imageContent = e.fileContent ?? "", c.value = !0;
329
329
  }, re = () => {
330
330
  r.value = null, r.imageBinary = null, r.imageContent = "", c.value = !1;
331
- }, De = async () => {
331
+ }, Ie = async () => {
332
332
  try {
333
- const a = (await ra("/users/profile/delete/avatar")).data;
334
- return (a == null ? void 0 : a.success) === !0;
333
+ const t = (await rt("/users/profile/delete/avatar")).data;
334
+ return (t == null ? void 0 : t.success) === !0;
335
335
  } catch (e) {
336
336
  return console.error("Ошибка при удалении аватара:", e), !1;
337
337
  }
338
338
  }, Ve = () => {
339
339
  C.value = "Файл не подходит. Пожалуйста, загрузите PNG или JPEG размером до 10 МБ", r.value = null, r.imageBinary = null, r.imageContent = "", c.value = !1;
340
- }, le = async (e, a, n = "image/png") => {
340
+ }, le = async (e, t, n = "image/png") => {
341
341
  if (!e) return null;
342
342
  const k = await (await fetch(e)).blob();
343
- return new File([k], a, { type: n });
343
+ return new File([k], t, { type: n });
344
344
  }, Ae = () => {
345
345
  r.value = null, r.imageBinary = null, r.imageContent = "", c.value = !1;
346
346
  }, Fe = async (e) => {
347
347
  c.value = !1;
348
- const a = r.imageContent;
348
+ const t = r.imageContent;
349
349
  if (r.imageContent = e, !r.imageBinary) return;
350
350
  const n = await le(
351
351
  e,
@@ -353,7 +353,7 @@ const sa = {
353
353
  r.imageBinary.type || "image/png"
354
354
  );
355
355
  if (!n) {
356
- r.imageContent = a;
356
+ r.imageContent = t;
357
357
  return;
358
358
  }
359
359
  try {
@@ -364,7 +364,7 @@ const sa = {
364
364
  console.error(P), _({
365
365
  color: "error",
366
366
  text: v("Не удалось сохранить изменения. Попробуйте позже")
367
- }), r.imageContent = a;
367
+ }), r.imageContent = t;
368
368
  } finally {
369
369
  r.loading = !1;
370
370
  }
@@ -376,14 +376,14 @@ const sa = {
376
376
  ));
377
377
  }, se = h(!1), ie = async (e) => {
378
378
  var n, P;
379
- const a = (n = u[e]) == null ? void 0 : n.trim();
380
- if (a)
379
+ const t = (n = d[e]) == null ? void 0 : n.trim();
380
+ if (t)
381
381
  try {
382
382
  se.value = !0;
383
- const N = (P = (await ee("/users/profile/update-name", { [e]: a })).data) == null ? void 0 : P.data;
384
- N != null && N.user && (u.firstName = N.user.firstName ?? u.firstName, u.lastName = N.user.lastName ?? u.lastName, d.value = {
385
- firstName: u.firstName,
386
- lastName: u.lastName
383
+ const N = (P = (await ee("/users/profile/update-name", { [e]: t })).data) == null ? void 0 : P.data;
384
+ N != null && N.user && (d.firstName = N.user.firstName ?? d.firstName, d.lastName = N.user.lastName ?? d.lastName, m.value = {
385
+ firstName: d.firstName,
386
+ lastName: d.lastName
387
387
  });
388
388
  } catch (k) {
389
389
  throw k;
@@ -392,12 +392,12 @@ const sa = {
392
392
  }
393
393
  }, xe = async () => {
394
394
  var e;
395
- if (!t.accessToken)
395
+ if (!a.accessToken)
396
396
  throw console.error("Access token не передан в props"), new Error("Access token is required");
397
397
  try {
398
- const n = (e = (await la({
399
- accessToken: t.accessToken,
400
- refreshToken: t.refreshToken ?? "",
398
+ const n = (e = (await lt({
399
+ accessToken: a.accessToken,
400
+ refreshToken: a.refreshToken ?? "",
401
401
  excludeFields: []
402
402
  })).data) == null ? void 0 : e.user;
403
403
  if (!n)
@@ -409,35 +409,35 @@ const sa = {
409
409
  email: O,
410
410
  phoneNumber: G
411
411
  } = n;
412
- b.value = P ?? "", u.firstName = k ?? "", u.lastName = N ?? "", i.value = O ?? "", g.value = G ?? "", r.imageContent = await Me(), d.value = {
412
+ b.value = P ?? "", d.firstName = k ?? "", d.lastName = N ?? "", i.value = O ?? "", g.value = G ?? "", r.imageContent = await Me(), m.value = {
413
413
  firstName: k ?? "",
414
414
  lastName: N ?? ""
415
415
  };
416
- } catch (a) {
417
- console.error("Критическая ошибка при загрузке профиля:", a);
416
+ } catch (t) {
417
+ console.error("Критическая ошибка при загрузке профиля:", t);
418
418
  }
419
419
  }, Me = async () => {
420
420
  var e;
421
421
  try {
422
- const n = (e = (await na("/users/profile/avatar")).data) == null ? void 0 : e.data;
422
+ const n = (e = (await nt("/users/profile/avatar")).data) == null ? void 0 : e.data;
423
423
  return n ? $e(n) : "";
424
- } catch (a) {
425
- return console.error("Ошибка при загрузке метаданных аватара:", a), "";
424
+ } catch (t) {
425
+ return console.error("Ошибка при загрузке метаданных аватара:", t), "";
426
426
  }
427
427
  };
428
428
  function $e(e) {
429
429
  if (!e)
430
430
  return "";
431
431
  try {
432
- return new URL(e.key, t.awsStorageUrl).toString();
433
- } catch (a) {
434
- return console.error("Ошибка при составлении URL аватара:", a), "";
432
+ return new URL(e.key, a.awsStorageUrl).toString();
433
+ } catch (t) {
434
+ return console.error("Ошибка при составлении URL аватара:", t), "";
435
435
  }
436
436
  }
437
437
  const ue = V(() => {
438
- if (!d.value.firstName && !d.value.lastName)
438
+ if (!m.value.firstName && !m.value.lastName)
439
439
  return !1;
440
- const e = u.firstName.trim(), a = u.lastName.trim(), n = d.value.firstName.trim(), P = d.value.lastName.trim(), k = e !== n || a !== P, N = e.length >= 2 && a.length >= 2;
440
+ const e = d.firstName.trim(), t = d.lastName.trim(), n = m.value.firstName.trim(), P = m.value.lastName.trim(), k = e !== n || t !== P, N = e.length >= 2 && t.length >= 2;
441
441
  return k && N;
442
442
  }), ze = async () => {
443
443
  if (ue.value)
@@ -453,28 +453,28 @@ const sa = {
453
453
  W(), o("open-password-dialog");
454
454
  };
455
455
  return Ge(async () => {
456
- if (!t.accessToken) throw new Error("Access token не передан в props");
457
- if (!t.requestUrl) throw new Error("auth-backend url не передан в props");
458
- oa(t.accessToken, t.requestUrl, t.throttlerPrefix), await xe();
459
- }), (e, a) => (w(), U(ce, null, [
460
- y(ia, {
461
- language: m.value,
456
+ if (!a.accessToken) throw new Error("Access token не передан в props");
457
+ if (!a.requestUrl) throw new Error("auth-backend url не передан в props");
458
+ ot(a.accessToken, a.requestUrl, a.throttlerPrefix), await xe();
459
+ }), (e, t) => (w(), B(ce, null, [
460
+ y(it, {
461
+ language: u.value,
462
462
  provider: e.provider,
463
463
  "disable-add-phone": e.disableAddPhone,
464
- onCleanInputErrors: Ue,
464
+ onCleanInputErrors: Be,
465
465
  onOnUpdateJwt: Ce,
466
466
  onUpdatePhoneField: ke,
467
467
  onUpdateEmailField: Te,
468
- onOnPasswordError: Ie,
468
+ onOnPasswordError: Ue,
469
469
  onOnToast: _
470
470
  }, null, 8, ["language", "provider", "disable-add-phone"]),
471
- K("div", ua, [
471
+ K("div", ut, [
472
472
  M("avatar") ? (w(), x(f(Ye), {
473
473
  key: 0,
474
474
  modelValue: r.value,
475
475
  "onUpdate:modelValue": [
476
- a[0] || (a[0] = (n) => r.value = n),
477
- a[1] || (a[1] = (n) => Be(n))
476
+ t[0] || (t[0] = (n) => r.value = n),
477
+ t[1] || (t[1] = (n) => De(n))
478
478
  ],
479
479
  type: "img",
480
480
  class: "avatar-input",
@@ -483,45 +483,45 @@ const sa = {
483
483
  label: v("Загрузить фото"),
484
484
  "upload-limit": r.uploadLimit,
485
485
  accept: "image/jpeg, image/png",
486
- onDelete: De,
486
+ onDelete: Ie,
487
487
  "onChange:error": Ve
488
488
  }, {
489
489
  afterLoadLabel: $(() => [
490
490
  Z(z(be.value), 1)
491
491
  ]),
492
492
  subtext: $(() => [
493
- C.value ? (w(), U("span", da, z(C.value), 1)) : (w(), U("span", ma, z(`${v("Формат")} ${f(ta)(r.accept).join(", ")} ${v("до")} ${f(ea)(r.uploadLimit)}`), 1))
493
+ C.value ? (w(), B("span", dt, z(C.value), 1)) : (w(), B("span", mt, z(`${v("Формат")} ${f(at)(r.accept).join(", ")} ${v("до")} ${f(et)(r.uploadLimit)}`), 1))
494
494
  ]),
495
495
  _: 1
496
496
  }, 8, ["modelValue", "src", "loading", "label", "upload-limit"])) : T("", !0),
497
- M("firstName") ? (w(), U("div", pa, [
497
+ M("firstName") ? (w(), B("div", pt, [
498
498
  y(f(L), {
499
- modelValue: u.firstName,
500
- "onUpdate:modelValue": a[2] || (a[2] = (n) => u.firstName = n),
499
+ modelValue: d.firstName,
500
+ "onUpdate:modelValue": t[2] || (t[2] = (n) => d.firstName = n),
501
501
  size: "large",
502
502
  label: v("Имя"),
503
503
  error: S.value,
504
- onBlur: a[3] || (a[3] = (n) => p.firstName = !0),
505
- onInput: a[4] || (a[4] = (n) => R("firstName"))
504
+ onBlur: t[3] || (t[3] = (n) => p.firstName = !0),
505
+ onInput: t[4] || (t[4] = (n) => R("firstName"))
506
506
  }, null, 8, ["modelValue", "label", "error"]),
507
507
  y(f(j), { class: "icon-locked" })
508
508
  ])) : T("", !0),
509
- M("lastName") ? (w(), U("div", ca, [
509
+ M("lastName") ? (w(), B("div", ct, [
510
510
  y(f(L), {
511
- modelValue: u.lastName,
512
- "onUpdate:modelValue": a[5] || (a[5] = (n) => u.lastName = n),
511
+ modelValue: d.lastName,
512
+ "onUpdate:modelValue": t[5] || (t[5] = (n) => d.lastName = n),
513
513
  size: "large",
514
514
  label: v("Фамилия"),
515
515
  error: ve.value,
516
- onBlur: a[6] || (a[6] = (n) => p.lastName = !0),
517
- onInput: a[7] || (a[7] = (n) => R("lastName"))
516
+ onBlur: t[6] || (t[6] = (n) => p.lastName = !0),
517
+ onInput: t[7] || (t[7] = (n) => R("lastName"))
518
518
  }, null, 8, ["modelValue", "label", "error"]),
519
519
  y(f(j), { class: "icon-locked" })
520
520
  ])) : T("", !0),
521
- M("email") ? (w(), U("div", fa, [
521
+ M("email") ? (w(), B("div", ft, [
522
522
  y(f(L), {
523
523
  modelValue: i.value,
524
- "onUpdate:modelValue": a[8] || (a[8] = (n) => i.value = n),
524
+ "onUpdate:modelValue": t[8] || (t[8] = (n) => i.value = n),
525
525
  size: "large",
526
526
  "text-size": "medium",
527
527
  label: "E-mail",
@@ -529,30 +529,30 @@ const sa = {
529
529
  readonly: "",
530
530
  style: { cursor: "pointer" },
531
531
  error: he.value && E.value,
532
- onBlur: a[9] || (a[9] = (n) => p.email = !0),
533
- onInput: a[10] || (a[10] = (n) => R("email")),
532
+ onBlur: t[9] || (t[9] = (n) => p.email = !0),
533
+ onInput: t[10] || (t[10] = (n) => R("email")),
534
534
  onClick: Pe
535
535
  }, null, 8, ["modelValue", "error"]),
536
536
  y(f(j), { class: "icon-locked" })
537
537
  ])) : T("", !0),
538
- M("phone") ? (w(), U("div", ga, [
538
+ M("phone") ? (w(), B("div", gt, [
539
539
  y(f(L), {
540
540
  modelValue: g.value,
541
- "onUpdate:modelValue": a[11] || (a[11] = (n) => g.value = n),
541
+ "onUpdate:modelValue": t[11] || (t[11] = (n) => g.value = n),
542
542
  size: "large",
543
543
  "text-size": "medium",
544
544
  label: v("Номер телефона"),
545
545
  type: "tel",
546
546
  readonly: "",
547
547
  style: { cursor: "pointer" },
548
- error: ye.value && D.value,
549
- onBlur: a[12] || (a[12] = (n) => p.phone = !0),
550
- onInput: a[13] || (a[13] = (n) => R("phone")),
548
+ error: ye.value && I.value,
549
+ onBlur: t[12] || (t[12] = (n) => p.phone = !0),
550
+ onInput: t[13] || (t[13] = (n) => R("phone")),
551
551
  onClick: Ne
552
552
  }, null, 8, ["modelValue", "label", "error"]),
553
553
  y(f(j), { class: "icon-locked" })
554
554
  ])) : T("", !0),
555
- K("div", va, [
555
+ K("div", vt, [
556
556
  we.value ? (w(), x(f(me), {
557
557
  key: 0,
558
558
  color: "secondary",
@@ -578,27 +578,27 @@ const sa = {
578
578
  key: 0,
579
579
  to: "body"
580
580
  }, [
581
- c.value ? (w(), U("div", ha, [
581
+ c.value ? (w(), B("div", ht, [
582
582
  y(f(Xe), {
583
583
  "circle-mode": !0,
584
584
  "model-value": r.imageContent,
585
585
  onClose: Ae,
586
- onSave: a[14] || (a[14] = (n) => Fe(n)),
587
- "onUpdate:modelValue": a[15] || (a[15] = (n) => Se(n))
586
+ onSave: t[14] || (t[14] = (n) => Fe(n)),
587
+ "onUpdate:modelValue": t[15] || (t[15] = (n) => Se(n))
588
588
  }, null, 8, ["model-value"])
589
589
  ])) : T("", !0)
590
590
  ])) : T("", !0),
591
591
  (w(), x(de, { to: "#toast-root" }, [
592
- K("div", ya, [
592
+ K("div", yt, [
593
593
  y(je, { name: "list" }, {
594
594
  default: $(() => [
595
595
  Je(y(f(Ke), {
596
596
  class: "toast",
597
597
  color: A.value,
598
598
  text: F.value,
599
- onClose: a[16] || (a[16] = (n) => I.value = !1)
599
+ onClose: t[16] || (t[16] = (n) => U.value = !1)
600
600
  }, null, 8, ["color", "text"]), [
601
- [qe, I.value]
601
+ [qe, U.value]
602
602
  ])
603
603
  ]),
604
604
  _: 1
@@ -609,11 +609,11 @@ const sa = {
609
609
  ], 64));
610
610
  }
611
611
  }), ge = (l, s) => {
612
- const t = l.__vccOpts || l;
613
- for (const [o, m] of s)
614
- t[o] = m;
615
- return t;
616
- }, ba = /* @__PURE__ */ ge(wa, [["__scopeId", "data-v-a56fcdbb"]]), La = /* @__PURE__ */ q({
612
+ const a = l.__vccOpts || l;
613
+ for (const [o, u] of s)
614
+ a[o] = u;
615
+ return a;
616
+ }, bt = /* @__PURE__ */ ge(wt, [["__scopeId", "data-v-a56fcdbb"]]), Lt = /* @__PURE__ */ q({
617
617
  __name: "index",
618
618
  props: {
619
619
  throttlerPrefix: {},
@@ -628,66 +628,66 @@ const sa = {
628
628
  },
629
629
  emits: ["on-update-jwt", "update-tokens"],
630
630
  setup(l, { emit: s }) {
631
- const t = s, { openDialog: o } = te(), m = (d, p) => {
632
- o("email", { initialEmail: d, mode: p });
633
- }, v = (d, p) => {
634
- o("phone", { initialPhone: d, mode: p });
635
- }, B = () => {
631
+ const a = s, { openDialog: o } = ae(), u = (m, p) => {
632
+ o("email", { initialEmail: m, mode: p });
633
+ }, v = (m, p) => {
634
+ o("phone", { initialPhone: m, mode: p });
635
+ }, D = () => {
636
636
  o("password");
637
- }, u = (d, p, b) => {
638
- t("on-update-jwt", d, p, b);
637
+ }, d = (m, p, b) => {
638
+ a("on-update-jwt", m, p, b);
639
639
  };
640
- return (d, p) => (w(), U(ce, null, [
640
+ return (m, p) => (w(), B(ce, null, [
641
641
  y(f(Ze)),
642
- y(ba, {
643
- "throttler-prefix": d.throttlerPrefix,
644
- provider: d.provider,
645
- "request-url": d.requestUrl,
646
- language: d.language,
647
- fields: d.fields,
648
- "access-token": d.accessToken,
649
- "refresh-token": d.refreshToken,
650
- "aws-storage-url": d.awsStorageUrl,
651
- "disable-add-phone": d.disableAddPhone,
652
- onOpenEmailDialog: m,
642
+ y(bt, {
643
+ "throttler-prefix": m.throttlerPrefix,
644
+ provider: m.provider,
645
+ "request-url": m.requestUrl,
646
+ language: m.language,
647
+ fields: m.fields,
648
+ "access-token": m.accessToken,
649
+ "refresh-token": m.refreshToken,
650
+ "aws-storage-url": m.awsStorageUrl,
651
+ "disable-add-phone": m.disableAddPhone,
652
+ onOpenEmailDialog: u,
653
653
  onOpenPhoneDialog: v,
654
- onOpenPasswordDialog: B,
655
- onOnUpdateJwt: u
654
+ onOpenPasswordDialog: D,
655
+ onOnUpdateJwt: d
656
656
  }, null, 8, ["throttler-prefix", "provider", "request-url", "language", "fields", "access-token", "refresh-token", "aws-storage-url", "disable-add-phone"]),
657
657
  y(f(fe))
658
658
  ], 64));
659
659
  }
660
- }), Ea = 10, Pa = 10, Na = 15;
661
- function Ca(l, s, t) {
660
+ }), Et = 10, Pt = 10, Nt = 15;
661
+ function Ct(l, s, a) {
662
662
  let o = l.replace(/[^\d+]/g, "");
663
- return t != null && t.startsWith("ru") && o.startsWith("8") ? o = `+7${o.slice(1)}` : s && o && !o.startsWith("+") && (o = `+${o}`), o;
663
+ return a != null && a.startsWith("ru") && o.startsWith("8") ? o = `+7${o.slice(1)}` : s && o && !o.startsWith("+") && (o = `+${o}`), o;
664
664
  }
665
- function ka(l) {
665
+ function kt(l) {
666
666
  return l.startsWith("+") ? l.slice(1).replace(/\D/g, "") : l.replace(/\D/g, "");
667
667
  }
668
- function Ta(l, s = Ea, t = Na) {
668
+ function Tt(l, s = Et, a = Nt) {
669
669
  if (!l.startsWith("+"))
670
670
  return !1;
671
671
  const o = l.slice(1);
672
- return !(!/^\d+$/.test(o) || o.length < s || o.length > t);
672
+ return !(!/^\d+$/.test(o) || o.length < s || o.length > a);
673
673
  }
674
- function Ia(l) {
675
- return /[^\d+]/.test(l);
674
+ function Ut(l) {
675
+ return !!(/[^+\d]/.test(l) || (l.match(/\+/g) ?? []).length > 1 || l.includes("+") && !l.startsWith("+"));
676
676
  }
677
- function Ua(l, s) {
678
- let t = 0;
679
- return l.split("").filter((o) => /\d/.test(o) ? (t++, t <= s) : !0).join("");
677
+ function Bt(l, s) {
678
+ let a = 0, o = !1;
679
+ return l.split("").filter((u, v) => u === "+" ? v !== 0 || o ? !1 : (o = !0, !0) : /\d/.test(u) ? (a++, a <= s) : !1).join("");
680
680
  }
681
- const Ba = /^[\w.%+-]+@[a-z0-9.-]+\.[a-z]{2,}$/i;
682
- function Da(l) {
683
- return Ba.test(l);
681
+ const Dt = /^[\w.%+-]+@[a-z0-9.-]+\.[a-z]{2,}$/i;
682
+ function It(l) {
683
+ return Dt.test(l);
684
684
  }
685
- function Va(l, s) {
686
- var o, m;
687
- const t = l.trim();
688
- return (o = s.phone) != null && o.enabled && (t.startsWith("+") || /^\d+$/.test(t)) ? "phone" : (m = s.email) != null && m.enabled ? "email" : null;
685
+ function Vt(l, s) {
686
+ var o, u;
687
+ const a = l.trim();
688
+ return a ? (o = s.phone) != null && o.enabled && (a.startsWith("+") || /^\d+$/.test(a) || /[()\-\s]/.test(a)) ? "phone" : (u = s.email) != null && u.enabled ? "email" : null : null;
689
689
  }
690
- const Aa = { class: "smart-input" }, Fa = /* @__PURE__ */ q({
690
+ const At = { class: "smart-input" }, Ft = /* @__PURE__ */ q({
691
691
  __name: "index",
692
692
  props: {
693
693
  modelValue: {},
@@ -701,70 +701,69 @@ const Aa = { class: "smart-input" }, Fa = /* @__PURE__ */ q({
701
701
  },
702
702
  emits: ["update:modelValue", "validity-change", "type-change"],
703
703
  setup(l, { emit: s }) {
704
- const t = l, o = s, m = V(() => {
705
- var i, g, c, r, C, I, D, E, A, F, S;
704
+ const a = l, o = s, u = V(() => {
705
+ var i, g, c, r, C, U, I, E, A, F, S;
706
706
  return {
707
- mode: ((i = t.config) == null ? void 0 : i.mode) ?? "auto",
707
+ mode: ((i = a.config) == null ? void 0 : i.mode) ?? "auto",
708
708
  phone: {
709
- enabled: ((c = (g = t.config) == null ? void 0 : g.phone) == null ? void 0 : c.enabled) ?? !0,
710
- minDigits: ((C = (r = t.config) == null ? void 0 : r.phone) == null ? void 0 : C.minDigits) ?? 10,
711
- maxDigits: ((D = (I = t.config) == null ? void 0 : I.phone) == null ? void 0 : D.maxDigits) ?? 15,
712
- autoPlus: ((A = (E = t.config) == null ? void 0 : E.phone) == null ? void 0 : A.autoPlus) ?? !0
709
+ enabled: ((c = (g = a.config) == null ? void 0 : g.phone) == null ? void 0 : c.enabled) ?? !0,
710
+ minDigits: ((C = (r = a.config) == null ? void 0 : r.phone) == null ? void 0 : C.minDigits) ?? 10,
711
+ maxDigits: ((I = (U = a.config) == null ? void 0 : U.phone) == null ? void 0 : I.maxDigits) ?? 15,
712
+ autoPlus: ((A = (E = a.config) == null ? void 0 : E.phone) == null ? void 0 : A.autoPlus) ?? !0
713
713
  },
714
714
  email: {
715
- enabled: ((S = (F = t.config) == null ? void 0 : F.email) == null ? void 0 : S.enabled) ?? !0
715
+ enabled: ((S = (F = a.config) == null ? void 0 : F.email) == null ? void 0 : S.enabled) ?? !0
716
716
  }
717
717
  };
718
- }), v = h(null), B = h(""), u = h(t.modelValue ?? ""), d = h(null), p = h("");
719
- pe(() => t.modelValue, (i) => {
720
- i !== void 0 && (u.value = i, B.value = i);
718
+ }), v = h(null), D = h(""), d = h(a.modelValue ?? ""), m = h(null), p = h("");
719
+ pe(() => a.modelValue, (i) => {
720
+ i !== void 0 && (d.value = i, D.value = i);
721
721
  });
722
722
  function b(i) {
723
- var C, I, D;
724
- console.debug("👾 onNativeInput: ", i.target), console.debug("👾 modelValue: ", t.modelValue, u.value);
723
+ var C, U, I;
725
724
  const c = i.target.value;
726
725
  if (c.trim() === "") {
727
- d.value = null, p.value = "", o("type-change", null), o("update:modelValue", ""), o("validity-change", !1);
726
+ m.value = null, p.value = "", o("type-change", null), o("update:modelValue", ""), o("validity-change", !1);
728
727
  return;
729
728
  }
730
- const r = m.value.mode === "auto" ? Va(c, m.value) : m.value.mode;
731
- if (d.value = r, o("type-change", r), r === "email") {
732
- const E = Da(c);
733
- p.value = c.length === 0 || E ? "" : ((C = t.errorMessages) == null ? void 0 : C.invalidEmail) ?? "Это не похоже на email", u.value = c, B.value = c, o("update:modelValue", c), o("validity-change", E);
729
+ const r = u.value.mode === "auto" ? Vt(c, u.value) : u.value.mode;
730
+ if (m.value = r, o("type-change", r), r === "email") {
731
+ const E = It(c);
732
+ p.value = c.length === 0 || E ? "" : ((C = a.errorMessages) == null ? void 0 : C.invalidEmail) ?? "Это не похоже на email", d.value = c, D.value = c, o("update:modelValue", c), o("validity-change", E);
734
733
  return;
735
734
  }
736
735
  if (r === "phone") {
737
- const E = Ca(
738
- c,
739
- m.value.phone.autoPlus,
740
- t.locale
741
- ), A = ka(E);
742
- if (A.length > m.value.phone.maxDigits) {
743
- const S = Ua(c, m.value.phone.maxDigits);
744
- u.value = S, o("update:modelValue", S), o("validity-change", !1);
736
+ if (Ut(c)) {
737
+ d.value = c, o("update:modelValue", c), p.value = ((U = a.errorMessages) == null ? void 0 : U.invalidPhoneChars) ?? "Допускаются только цифры и знак + в начале", o("validity-change", !1);
745
738
  return;
746
739
  }
747
- if (u.value = c, o("update:modelValue", c), Ia(c)) {
748
- p.value = ((I = t.errorMessages) == null ? void 0 : I.invalidPhoneChars) ?? "Допустимы только цифры и знак +", o("validity-change", !1);
740
+ const E = Ct(
741
+ c,
742
+ u.value.phone.autoPlus,
743
+ a.locale
744
+ ), A = kt(E);
745
+ if (A.length > u.value.phone.maxDigits) {
746
+ const S = Bt(c, u.value.phone.maxDigits);
747
+ d.value = S, o("update:modelValue", S), o("validity-change", !1);
749
748
  return;
750
749
  }
751
- if (u.value = E, o("update:modelValue", E), B.value = E, A.length < Pa) {
750
+ if (d.value = E, o("update:modelValue", E), D.value = E, A.length < Pt) {
752
751
  p.value = "", o("validity-change", !1);
753
752
  return;
754
753
  }
755
- const F = Ta(
754
+ const F = Tt(
756
755
  E,
757
- m.value.phone.minDigits,
758
- m.value.phone.maxDigits
756
+ u.value.phone.minDigits,
757
+ u.value.phone.maxDigits
759
758
  );
760
- p.value = F ? "" : ((D = t.errorMessages) == null ? void 0 : D.invalidPhoneLength) ?? "Это не похоже на номер телефона", o("validity-change", F);
759
+ p.value = F ? "" : ((I = a.errorMessages) == null ? void 0 : I.invalidPhoneLength) ?? "Это не похоже на номер телефона", o("validity-change", F);
761
760
  }
762
761
  }
763
- return (i, g) => (w(), U("div", Aa, [
762
+ return (i, g) => (w(), B("div", At, [
764
763
  y(f(L), {
765
764
  ref_key: "inputRef",
766
765
  ref: v,
767
- "model-value": u.value,
766
+ "model-value": d.value,
768
767
  readonly: i.disabled,
769
768
  error: p.value,
770
769
  type: i.type ?? "text",
@@ -772,24 +771,24 @@ const Aa = { class: "smart-input" }, Fa = /* @__PURE__ */ q({
772
771
  label: i.label ?? "Email или телефон",
773
772
  onInput: b
774
773
  }, null, 8, ["model-value", "readonly", "error", "type", "size", "label"]),
775
- d.value === "phone" ? (w(), x(f(He), {
774
+ m.value === "phone" ? (w(), x(f(He), {
776
775
  key: 0,
777
776
  class: "smart-input__icon"
778
777
  })) : T("", !0),
779
- d.value === "email" ? (w(), x(f(Qe), {
778
+ m.value === "email" ? (w(), x(f(Qe), {
780
779
  key: 1,
781
780
  class: "smart-input__icon"
782
781
  })) : T("", !0)
783
782
  ]));
784
783
  }
785
- }), _a = /* @__PURE__ */ ge(Fa, [["__scopeId", "data-v-509488ff"]]);
784
+ }), _t = /* @__PURE__ */ ge(Ft, [["__scopeId", "data-v-4ef694d8"]]);
786
785
  export {
787
- za as B,
788
- $a as C,
786
+ zt as B,
787
+ $t as C,
789
788
  ge as _,
790
- La as a,
791
- na as g,
792
- _a as i,
789
+ Lt as a,
790
+ nt as g,
791
+ _t as i,
793
792
  ee as p,
794
- sa as t
793
+ st as t
795
794
  };
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
- (function(){"use strict";try{if(typeof document<"u"){var t=document.createElement("style");t.appendChild(document.createTextNode(".avatar-input[data-v-a56fcdbb] .p-input-file .overlay{visibility:hidden}.avatar-input[data-v-a56fcdbb] .p-input-file:hover .overlay{visibility:visible}.smart-input[data-v-509488ff]{position:relative;width:100%}.smart-input__icon[data-v-509488ff]{position:absolute;top:16px;right:16px;pointer-events:none;opacity:.5}.icon-locked{pointer-events:auto;position:absolute;right:1rem;top:1rem;color:#b6c7d6}.input-wrapper{position:relative;width:100%}.dialogTitle{z-index:10;width:100%;font-size:16px;font-weight:600;line-height:24px;text-align:center;color:#2b3238}.dialogDefaultContainer{display:flex;align-items:flex-start;flex-direction:column;width:100%;gap:32px;margin-top:16px;padding:10px 16px}.dialogDefaultContainerTextHint{font-weight:400;font-size:14px;line-height:20px;text-align:center;color:#1b1b1b}.dialogDefaultContainerRateLimitText{font-weight:600;font-size:14px;line-height:20px;color:#d0dbe4}.dialogDefaultContainerInsideContent{width:100%;display:flex;flex-direction:column;gap:24px}.dialogDefaultContainerRateLimitTextActive{color:#1c7ef1;cursor:pointer}.dialogDefaultContainerSendCodeBySmsText{color:#1c7ef1;cursor:pointer;font-size:14px;font-weight:600;display:flex;align-items:center;text-align:center}.chip{display:flex;align-items:center;justify-content:center;flex-direction:row;gap:4px;height:24px;font-size:12px;font-weight:600;color:#1b1b1b;padding:4px;line-height:16px;background-color:#b6d7ff4d;border-radius:4px;text-align:center;margin-left:5px}.cross{cursor:pointer;text-align:end}.finalLimitWrapper{display:flex;flex-direction:column;align-items:center;padding:12px 0;gap:12px;width:100%;min-height:94px;background:#e4606026;border-radius:8px}.finalLimitText{text-align:center;max-width:100%;word-wrap:break-word;font-family:Inter,sans-serif;font-size:14px;line-height:20px;color:#5d7285}.finalLimitLink{font-family:Inter,sans-serif;font-weight:600;font-size:14px;line-height:20px;color:#1c7ef1;text-align:center;cursor:pointer;text-decoration:none}.finalLimitLink:hover{text-decoration:underline}.toastWrapper{position:fixed;bottom:1rem;right:1rem;z-index:9999}.toast{width:100%}.base-container{margin-top:1.5rem;display:flex;flex-direction:column;gap:1.25rem;width:490px;height:428px}.icon-disabled{pointer-events:none;position:absolute;right:1rem;top:1rem;color:#b6c7d6}.centered-overlay{position:absolute;left:50%;top:50%;z-index:1000;height:100%;width:100%;transform:translate(-50%,-50%)}.buttons-container{display:flex;flex-wrap:wrap;gap:12px;justify-content:flex-start}.buttons-container PButton{flex:1 1 100%}._loaderOverlay_cpu73_1[data-v-9e697525]{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;justify-content:center;align-items:center;background:#ffffffb3;border-radius:16px;z-index:99}")),document.head.appendChild(t)}}catch(e){console.error("vite-plugin-css-injected-by-js",e)}})();
2
- import { a as o, i as r } from "./index-CwPQbiuX.js";
1
+ (function(){"use strict";try{if(typeof document<"u"){var e=document.createElement("style");e.appendChild(document.createTextNode(".avatar-input[data-v-a56fcdbb] .p-input-file .overlay{visibility:hidden}.avatar-input[data-v-a56fcdbb] .p-input-file:hover .overlay{visibility:visible}.smart-input[data-v-4ef694d8]{position:relative;width:100%}.smart-input__icon[data-v-4ef694d8]{position:absolute;top:16px;right:16px;pointer-events:none;opacity:.5}.icon-locked{pointer-events:auto;position:absolute;right:1rem;top:1rem;color:#b6c7d6}.input-wrapper{position:relative;width:100%}.dialogTitle{z-index:10;width:100%;font-size:16px;font-weight:600;line-height:24px;text-align:center;color:#2b3238}.dialogDefaultContainer{display:flex;align-items:flex-start;flex-direction:column;width:100%;gap:32px;margin-top:16px;padding:10px 16px}.dialogDefaultContainerTextHint{font-weight:400;font-size:14px;line-height:20px;text-align:center;color:#1b1b1b}.dialogDefaultContainerRateLimitText{font-weight:600;font-size:14px;line-height:20px;color:#d0dbe4}.dialogDefaultContainerInsideContent{width:100%;display:flex;flex-direction:column;gap:24px}.dialogDefaultContainerRateLimitTextActive{color:#1c7ef1;cursor:pointer}.dialogDefaultContainerSendCodeBySmsText{color:#1c7ef1;cursor:pointer;font-size:14px;font-weight:600;display:flex;align-items:center;text-align:center}.chip{display:flex;align-items:center;justify-content:center;flex-direction:row;gap:4px;height:24px;font-size:12px;font-weight:600;color:#1b1b1b;padding:4px;line-height:16px;background-color:#b6d7ff4d;border-radius:4px;text-align:center;margin-left:5px}.cross{cursor:pointer;text-align:end}.finalLimitWrapper{display:flex;flex-direction:column;align-items:center;padding:12px 0;gap:12px;width:100%;min-height:94px;background:#e4606026;border-radius:8px}.finalLimitText{text-align:center;max-width:100%;word-wrap:break-word;font-family:Inter,sans-serif;font-size:14px;line-height:20px;color:#5d7285}.finalLimitLink{font-family:Inter,sans-serif;font-weight:600;font-size:14px;line-height:20px;color:#1c7ef1;text-align:center;cursor:pointer;text-decoration:none}.finalLimitLink:hover{text-decoration:underline}.toastWrapper{position:fixed;bottom:1rem;right:1rem;z-index:9999}.toast{width:100%}.base-container{margin-top:1.5rem;display:flex;flex-direction:column;gap:1.25rem;width:490px;height:428px}.icon-disabled{pointer-events:none;position:absolute;right:1rem;top:1rem;color:#b6c7d6}.centered-overlay{position:absolute;left:50%;top:50%;z-index:1000;height:100%;width:100%;transform:translate(-50%,-50%)}.buttons-container{display:flex;flex-wrap:wrap;gap:12px;justify-content:flex-start}.buttons-container PButton{flex:1 1 100%}._loaderOverlay_cpu73_1[data-v-9e697525]{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;justify-content:center;align-items:center;background:#ffffffb3;border-radius:16px;z-index:99}")),document.head.appendChild(e)}}catch(t){console.error("vite-plugin-css-injected-by-js",t)}})();
2
+ import { a as o, i as r } from "./index-BJsdyXlT.js";
3
3
  export {
4
4
  o as PEditUserContact,
5
5
  r as PEmailOrPhoneInput
@@ -1,6 +1,6 @@
1
1
  import { ref as n, defineComponent as L, createElementBlock as p, openBlock as v, normalizeClass as c, createVNode as w, unref as _, computed as T, renderSlot as d, createCommentVNode as h, createElementVNode as i, toDisplayString as y, createTextVNode as f } from "vue";
2
2
  import { PLoader as $ } from "@profeat/ui-kit";
3
- import { _ as b, g as C, p as R } from "./index-CwPQbiuX.js";
3
+ import { _ as b, g as C, p as R } from "./index-BJsdyXlT.js";
4
4
  function g(s) {
5
5
  const e = Math.floor(s / 60), a = s % 60;
6
6
  return `${String(e).padStart(2, "0")}:${String(a).padStart(2, "0")}`;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yourgoods/ui-smart",
3
- "version": "0.53.21",
3
+ "version": "0.53.23",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",