@yourgoods/ui-smart 0.53.3 → 0.53.5
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/{ProfileEmailDialog-BzQ5wM2_.js → ProfileEmailDialog-DBco4ykK.js} +2 -2
- package/dist/{ProfilePasswordDialog-DrussWPO.js → ProfilePasswordDialog-DL5TL8_D.js} +1 -1
- package/dist/{ProfilePhoneDialog-DAFzkfUi.js → ProfilePhoneDialog-DmojluDM.js} +2 -2
- package/dist/components/PEmailOrPhoneInput/index.vue.d.ts +18 -0
- package/dist/components/PEmailOrPhoneInput/utils/phone.d.ts +2 -1
- package/dist/{index-DqZ_s8Rq.js → index-DveIlB6k.js} +325 -324
- package/dist/index.js +2 -2
- package/dist/{useRateLimitToast-CEQjEdb2.js → useRateLimitToast-CurQcd5U.js} +1 -1
- package/package.json +1 -1
|
@@ -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-
|
|
3
|
-
import { C as F, _ as He, B as qe, p as W, g as je } from "./index-
|
|
2
|
+
import { _ as ve, c as ke, u as Re, a as ze, P as Me, b as We } from "./useRateLimitToast-CurQcd5U.js";
|
|
3
|
+
import { C as F, _ as He, B as qe, p as W, g as je } from "./index-DveIlB6k.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-
|
|
2
|
+
import { C as I, p as D, g as Ve } from "./index-DveIlB6k.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-
|
|
2
|
+
import { _ as we, c as Ne, a as He, u as Ge, P as Oe, b as Je } from "./useRateLimitToast-CurQcd5U.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-
|
|
4
|
+
import { C as j, t as De, p as te, g as Ae } from "./index-DveIlB6k.js";
|
|
5
5
|
const _e = {
|
|
6
6
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7
7
|
width: "12",
|
|
@@ -3,6 +3,15 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
3
3
|
modelValue?: string;
|
|
4
4
|
disabled?: boolean;
|
|
5
5
|
config?: SmartInputConfig;
|
|
6
|
+
type?: "number" | "email" | "time" | "text" | "password" | "date" | "tel" | undefined;
|
|
7
|
+
size?: "small" | "medium" | "large";
|
|
8
|
+
label?: string;
|
|
9
|
+
locale?: string;
|
|
10
|
+
errorMessages?: {
|
|
11
|
+
invalidPhoneChars?: string;
|
|
12
|
+
invalidPhoneLength?: string;
|
|
13
|
+
invalidEmail?: string;
|
|
14
|
+
};
|
|
6
15
|
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
7
16
|
"update:modelValue": (value: string) => any;
|
|
8
17
|
"validity-change": (valid: boolean) => any;
|
|
@@ -11,6 +20,15 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
11
20
|
modelValue?: string;
|
|
12
21
|
disabled?: boolean;
|
|
13
22
|
config?: SmartInputConfig;
|
|
23
|
+
type?: "number" | "email" | "time" | "text" | "password" | "date" | "tel" | undefined;
|
|
24
|
+
size?: "small" | "medium" | "large";
|
|
25
|
+
label?: string;
|
|
26
|
+
locale?: string;
|
|
27
|
+
errorMessages?: {
|
|
28
|
+
invalidPhoneChars?: string;
|
|
29
|
+
invalidPhoneLength?: string;
|
|
30
|
+
invalidEmail?: string;
|
|
31
|
+
};
|
|
14
32
|
}> & Readonly<{
|
|
15
33
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
16
34
|
"onValidity-change"?: ((valid: boolean) => any) | undefined;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
export declare function normalizePhoneInput(raw: string, autoPlus: boolean): string;
|
|
1
|
+
export declare function normalizePhoneInput(raw: string, autoPlus: boolean, locale?: string): string;
|
|
2
|
+
export declare function extractDigits(value: string): string;
|
|
2
3
|
export declare function limitPhoneLength(value: string, maxDigits: number): string;
|
|
3
4
|
export declare function isValidPhone(value: string, minDigits?: number, maxDigits?: number): boolean;
|
|
4
5
|
export declare function hasInvalidPhoneChars(raw: string): boolean;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { ref as w, shallowRef as
|
|
1
|
+
import { ref as w, shallowRef as Oe, defineComponent as j, defineAsyncComponent as q, watch as me, createBlock as V, createCommentVNode as T, unref as g, openBlock as b, resolveDynamicComponent as Re, mergeProps as _e, computed as D, reactive as W, onMounted as Ge, createElementBlock as U, Fragment as pe, createVNode as h, createElementVNode as Y, withCtx as x, toDisplayString as $, createTextVNode as X, Teleport as ue, Transition as je, withDirectives as Je, vShow as qe } from "vue";
|
|
2
2
|
import We from "axios";
|
|
3
|
-
import { PInputFileUploader as Ye, PInput as
|
|
4
|
-
function
|
|
5
|
-
if (
|
|
3
|
+
import { PInputFileUploader as Ye, PInput as M, IconFilledEditMd as _, PButton as de, PImageCropper as Xe, PToast as Ke, PTeleportContainer as ce, PToastContainer as Ze, IconPhoneMd as He, IconMailMd as Qe } from "@profeat/ui-kit";
|
|
4
|
+
function ea(l, i = 2) {
|
|
5
|
+
if (l === 0)
|
|
6
6
|
return "0 B";
|
|
7
|
-
const
|
|
8
|
-
return `${Number.parseFloat((
|
|
7
|
+
const t = 1024, n = ["B", "KB", "MB", "GB", "TB", "PB", "EB"], p = Math.floor(Math.log(l) / Math.log(t));
|
|
8
|
+
return `${Number.parseFloat((l / t ** p).toFixed(i))} ${n[p]}`;
|
|
9
9
|
}
|
|
10
|
-
const
|
|
10
|
+
const aa = {
|
|
11
11
|
"image/jpeg": "JPEG",
|
|
12
12
|
"image/png": "PNG",
|
|
13
13
|
"application/pdf": "PDF",
|
|
@@ -15,30 +15,30 @@ const tt = {
|
|
|
15
15
|
"application/zip": "ZIP Archive"
|
|
16
16
|
// ...
|
|
17
17
|
};
|
|
18
|
-
function
|
|
19
|
-
return
|
|
20
|
-
var
|
|
21
|
-
return
|
|
18
|
+
function ta(l) {
|
|
19
|
+
return l.map((i) => {
|
|
20
|
+
var t;
|
|
21
|
+
return aa[i] || ((t = i.split("/")[1]) == null ? void 0 : t.toUpperCase());
|
|
22
22
|
});
|
|
23
23
|
}
|
|
24
|
-
const
|
|
24
|
+
const xa = {
|
|
25
25
|
OLD: "old",
|
|
26
26
|
NEW: "new",
|
|
27
27
|
COMPLETED: "completed"
|
|
28
|
-
},
|
|
28
|
+
}, $a = {
|
|
29
29
|
VERIFY_EMAIL: "verify-email"
|
|
30
30
|
};
|
|
31
31
|
let Z = null;
|
|
32
|
-
function
|
|
32
|
+
function oa(l, i, t) {
|
|
33
33
|
Z = We.create({
|
|
34
|
-
baseURL:
|
|
34
|
+
baseURL: i,
|
|
35
35
|
headers: {
|
|
36
|
-
Authorization: `Bearer ${
|
|
37
|
-
"x-throttler-prefix":
|
|
36
|
+
Authorization: `Bearer ${l}`,
|
|
37
|
+
"x-throttler-prefix": t ?? "throttler_profile_edit"
|
|
38
38
|
// здесь можно словить баг, который может быть сложно отследить, если будет передаваться пустой прелфикс
|
|
39
39
|
// 'Content-Type': 'application/json',
|
|
40
40
|
},
|
|
41
|
-
validateStatus: (
|
|
41
|
+
validateStatus: (n) => n >= 200 && n < 300
|
|
42
42
|
});
|
|
43
43
|
}
|
|
44
44
|
function Q() {
|
|
@@ -46,36 +46,36 @@ function Q() {
|
|
|
46
46
|
throw new Error("Axios instance not initialized. Call initAxios(token, baseUrl) first.");
|
|
47
47
|
return Z;
|
|
48
48
|
}
|
|
49
|
-
async function H(
|
|
50
|
-
return Q().post(
|
|
49
|
+
async function H(l, i, t) {
|
|
50
|
+
return Q().post(l, i, t);
|
|
51
51
|
}
|
|
52
|
-
async function
|
|
53
|
-
return Q().get(
|
|
52
|
+
async function na(l, i) {
|
|
53
|
+
return Q().get(l, i);
|
|
54
54
|
}
|
|
55
|
-
async function
|
|
56
|
-
return Q().delete(
|
|
55
|
+
async function ra(l, i) {
|
|
56
|
+
return Q().delete(l, i);
|
|
57
57
|
}
|
|
58
|
-
async function
|
|
59
|
-
const
|
|
60
|
-
if (
|
|
58
|
+
async function la(l) {
|
|
59
|
+
const i = await H("/users/profile/me", l);
|
|
60
|
+
if (i.status !== 200 && i.status !== 201 || !i.data)
|
|
61
61
|
throw new Error("Ошибка при получении профиля пользователя");
|
|
62
|
-
return
|
|
62
|
+
return i.data;
|
|
63
63
|
}
|
|
64
|
-
const G = w(null), K =
|
|
64
|
+
const G = w(null), K = Oe(null);
|
|
65
65
|
function ee() {
|
|
66
66
|
return {
|
|
67
67
|
currentDialog: G,
|
|
68
68
|
dialogPayload: K,
|
|
69
|
-
openDialog: (
|
|
70
|
-
G.value =
|
|
69
|
+
openDialog: (n, p) => {
|
|
70
|
+
G.value = n, K.value = p ?? null;
|
|
71
71
|
},
|
|
72
72
|
closeDialog: () => {
|
|
73
73
|
G.value = null, K.value = null;
|
|
74
74
|
},
|
|
75
|
-
isDialogOpen: (
|
|
75
|
+
isDialogOpen: (n) => G.value === n
|
|
76
76
|
};
|
|
77
77
|
}
|
|
78
|
-
const
|
|
78
|
+
const sa = {
|
|
79
79
|
ru: {
|
|
80
80
|
Имя: "Имя",
|
|
81
81
|
Фамилия: "Фамилия",
|
|
@@ -208,7 +208,7 @@ const st = {
|
|
|
208
208
|
"Введите новый номер телефона": "Enter a new phone number",
|
|
209
209
|
"Телефон успешно изменен": "Phone number successfully changed"
|
|
210
210
|
}
|
|
211
|
-
},
|
|
211
|
+
}, ia = /* @__PURE__ */ j({
|
|
212
212
|
__name: "DialogManager",
|
|
213
213
|
props: {
|
|
214
214
|
language: {},
|
|
@@ -216,54 +216,54 @@ const st = {
|
|
|
216
216
|
disableAddPhone: { type: Boolean }
|
|
217
217
|
},
|
|
218
218
|
emits: ["clean-input-errors", "on-update-jwt", "update-phone-field", "update-email-field", "on-password-error", "on-toast"],
|
|
219
|
-
setup(
|
|
220
|
-
const
|
|
221
|
-
email: q(() => import("./ProfileEmailDialog-
|
|
222
|
-
phone: q(() => import("./ProfilePhoneDialog-
|
|
223
|
-
password: q(() => import("./ProfilePasswordDialog-
|
|
224
|
-
},
|
|
225
|
-
|
|
226
|
-
},
|
|
227
|
-
|
|
219
|
+
setup(l, { emit: i }) {
|
|
220
|
+
const t = i, n = w(!0), { currentDialog: p, dialogPayload: v, closeDialog: B } = ee(), d = {
|
|
221
|
+
email: q(() => import("./ProfileEmailDialog-DBco4ykK.js")),
|
|
222
|
+
phone: q(() => import("./ProfilePhoneDialog-DmojluDM.js")),
|
|
223
|
+
password: q(() => import("./ProfilePasswordDialog-DL5TL8_D.js"))
|
|
224
|
+
}, c = ({ email: f }) => {
|
|
225
|
+
t("update-email-field", f);
|
|
226
|
+
}, s = ({ phone: f }) => {
|
|
227
|
+
t("update-phone-field", f);
|
|
228
228
|
};
|
|
229
|
-
return me(
|
|
230
|
-
|
|
231
|
-
}), (f, u) => g(
|
|
229
|
+
return me(p, (f) => {
|
|
230
|
+
n.value = !!f;
|
|
231
|
+
}), (f, u) => g(p) ? (b(), V(Re(d[g(p)]), _e({
|
|
232
232
|
key: 0,
|
|
233
|
-
modelValue:
|
|
234
|
-
"onUpdate:modelValue": u[0] || (u[0] = (
|
|
233
|
+
modelValue: n.value,
|
|
234
|
+
"onUpdate:modelValue": u[0] || (u[0] = (m) => n.value = m),
|
|
235
235
|
language: f.language,
|
|
236
236
|
provider: f.provider,
|
|
237
237
|
"disable-add-phone": f.disableAddPhone
|
|
238
238
|
}, g(v), {
|
|
239
|
-
onClose: g(
|
|
240
|
-
onCleanInputErrors: u[1] || (u[1] = (
|
|
241
|
-
onOnUpdateJwt: u[2] || (u[2] = (
|
|
242
|
-
onSubmitEmail:
|
|
243
|
-
onSubmitPhone:
|
|
244
|
-
onOnPasswordError: u[3] || (u[3] = (
|
|
245
|
-
onOnToast: u[4] || (u[4] = (
|
|
246
|
-
}), null, 16, ["modelValue", "language", "provider", "disable-add-phone", "onClose"])) :
|
|
239
|
+
onClose: g(B),
|
|
240
|
+
onCleanInputErrors: u[1] || (u[1] = (m) => t("clean-input-errors")),
|
|
241
|
+
onOnUpdateJwt: u[2] || (u[2] = (m, y, r) => t("on-update-jwt", m, y, r)),
|
|
242
|
+
onSubmitEmail: c,
|
|
243
|
+
onSubmitPhone: s,
|
|
244
|
+
onOnPasswordError: u[3] || (u[3] = (m, y) => t("on-password-error", m, y)),
|
|
245
|
+
onOnToast: u[4] || (u[4] = (m) => t("on-toast", m))
|
|
246
|
+
}), null, 16, ["modelValue", "language", "provider", "disable-add-phone", "onClose"])) : T("", !0);
|
|
247
247
|
}
|
|
248
|
-
}),
|
|
248
|
+
}), ua = { class: "base-container" }, da = {
|
|
249
249
|
key: 0,
|
|
250
250
|
style: { color: "#E46060" }
|
|
251
|
-
},
|
|
251
|
+
}, ma = { key: 1 }, pa = {
|
|
252
252
|
key: 1,
|
|
253
253
|
class: "input-wrapper"
|
|
254
|
-
},
|
|
254
|
+
}, ca = {
|
|
255
255
|
key: 2,
|
|
256
256
|
class: "input-wrapper"
|
|
257
|
-
},
|
|
257
|
+
}, fa = {
|
|
258
258
|
key: 3,
|
|
259
259
|
class: "input-wrapper"
|
|
260
|
-
},
|
|
260
|
+
}, ga = {
|
|
261
261
|
key: 4,
|
|
262
262
|
class: "input-wrapper"
|
|
263
|
-
},
|
|
263
|
+
}, va = { class: "buttons-container" }, ha = {
|
|
264
264
|
key: 0,
|
|
265
265
|
class: "centered-overlay"
|
|
266
|
-
},
|
|
266
|
+
}, ya = { class: "toastWrapper" }, wa = /* @__PURE__ */ j({
|
|
267
267
|
__name: "PEditUserContact",
|
|
268
268
|
props: {
|
|
269
269
|
language: {},
|
|
@@ -277,8 +277,8 @@ const st = {
|
|
|
277
277
|
disableAddPhone: { type: Boolean }
|
|
278
278
|
},
|
|
279
279
|
emits: ["open-email-dialog", "open-phone-dialog", "open-password-dialog", "on-update-jwt", "on-password-error", "update-tokens"],
|
|
280
|
-
setup(
|
|
281
|
-
const
|
|
280
|
+
setup(l, { emit: i }) {
|
|
281
|
+
const t = l, n = i, p = D(() => t.language ?? "ru"), v = (e) => sa[p.value][e] || e, { openDialog: B } = ee(), d = W({ firstName: "", lastName: "" }), c = w({ firstName: "", lastName: "" }), s = W({ firstName: !1, lastName: !1, email: !1, phone: !1 }), f = w(""), u = w(""), m = w(""), y = w(!1), r = W({
|
|
282
282
|
value: null,
|
|
283
283
|
loading: !1,
|
|
284
284
|
accept: ["image/png", "image/jpeg"],
|
|
@@ -286,179 +286,179 @@ const st = {
|
|
|
286
286
|
// 10 MB
|
|
287
287
|
imageBinary: null,
|
|
288
288
|
imageContent: ""
|
|
289
|
-
}),
|
|
289
|
+
}), N = w(""), C = w(!1), I = w(!0), A = w(!0), F = w(void 0), ae = w(""), ge = D(() => oe(d.firstName, s.firstName)), ve = D(() => oe(d.lastName, s.lastName)), he = D(() => s.email && !u.value.trim() ? "Введите e-mail" : ""), ye = D(() => s.phone && !m.value.trim() ? "Введите номер телефона" : ""), S = (e) => t.fields.some((a) => a.key === e), te = (e) => e && e.trim() ? "edit" : "bind", J = () => setTimeout(() => {
|
|
290
290
|
var e;
|
|
291
291
|
return (e = document.activeElement) == null ? void 0 : e.blur();
|
|
292
|
-
}, 0), we =
|
|
293
|
-
if (!
|
|
292
|
+
}, 0), we = D(() => !!(u.value && u.value.trim() !== "")), be = D(() => r.imageContent ? v("Загрузить другое фото") : v("Загрузить фото")), oe = (e, a) => {
|
|
293
|
+
if (!a) return "";
|
|
294
294
|
const o = e.trim();
|
|
295
295
|
return o ? o.length < 2 ? "Поле должно содержать минимум 2 символа" : "" : "Введите значение";
|
|
296
|
-
}, Ee = (e) =>
|
|
297
|
-
J(),
|
|
296
|
+
}, Ee = (e) => B("email", { mode: e ? "edit" : "bind", initialEmail: e }), Pe = () => {
|
|
297
|
+
J(), s.email = !1, A.value = !1, n("open-email-dialog", u.value, te(u.value)), Ee(u.value);
|
|
298
298
|
}, Ne = () => {
|
|
299
|
-
J(),
|
|
300
|
-
}, Ce = async (e,
|
|
301
|
-
e === "email" && o && (u.value = o), e === "phone" && o && (
|
|
299
|
+
J(), s.phone = !1, I.value = !1, n("open-phone-dialog", m.value, te(m.value));
|
|
300
|
+
}, Ce = async (e, a, o) => {
|
|
301
|
+
e === "email" && o && (u.value = o), e === "phone" && o && (m.value = o), n("on-update-jwt");
|
|
302
302
|
}, ke = (e) => {
|
|
303
|
-
|
|
303
|
+
m.value = e;
|
|
304
304
|
}, Te = (e) => {
|
|
305
305
|
u.value = e;
|
|
306
|
-
}, Ue = (e,
|
|
307
|
-
|
|
306
|
+
}, Ue = (e, a) => {
|
|
307
|
+
C.value = !0, n("on-password-error", e, a);
|
|
308
308
|
}, Be = () => {
|
|
309
|
-
|
|
309
|
+
I.value = !1, A.value = !1;
|
|
310
|
+
}, z = (e) => {
|
|
311
|
+
C.value = !0, F.value = e.color ?? "", ae.value = e.text ?? "";
|
|
310
312
|
}, L = (e) => {
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
const t = d[e];
|
|
315
|
-
t.length > 40 && (d[e] = t.slice(0, 40));
|
|
313
|
+
if (s[e] = !0, e === "firstName" || e === "lastName") {
|
|
314
|
+
const a = d[e];
|
|
315
|
+
a.length > 40 && (d[e] = a.slice(0, 40));
|
|
316
316
|
}
|
|
317
317
|
}, De = (e) => {
|
|
318
|
-
var
|
|
319
|
-
if (
|
|
318
|
+
var O, R;
|
|
319
|
+
if (N.value = "", !e) {
|
|
320
320
|
ne();
|
|
321
321
|
return;
|
|
322
322
|
}
|
|
323
|
-
const
|
|
324
|
-
if (
|
|
325
|
-
|
|
323
|
+
const a = ((O = e.fileBinary) == null ? void 0 : O.type) ?? "", o = ((R = e.fileBinary) == null ? void 0 : R.size) ?? 0, k = !["image/png", "image/jpeg"].includes(a), P = o > r.uploadLimit;
|
|
324
|
+
if (k || P) {
|
|
325
|
+
N.value = "Файл не подходит. Пожалуйста, загрузите PNG или JPEG размером до 10 МБ", ne();
|
|
326
326
|
return;
|
|
327
327
|
}
|
|
328
|
-
|
|
328
|
+
r.value = e, r.imageBinary = e.fileBinary ?? null, r.imageContent = e.fileContent ?? "", y.value = !0;
|
|
329
329
|
}, ne = () => {
|
|
330
|
-
|
|
330
|
+
r.value = null, r.imageBinary = null, r.imageContent = "", y.value = !1;
|
|
331
331
|
}, Ie = async () => {
|
|
332
332
|
try {
|
|
333
|
-
const
|
|
334
|
-
return (
|
|
333
|
+
const a = (await ra("/users/profile/delete/avatar")).data;
|
|
334
|
+
return (a == null ? void 0 : a.success) === !0;
|
|
335
335
|
} catch (e) {
|
|
336
336
|
return console.error("Ошибка при удалении аватара:", e), !1;
|
|
337
337
|
}
|
|
338
|
-
}, Ae = () => {
|
|
339
|
-
B.value = "Файл не подходит. Пожалуйста, загрузите PNG или JPEG размером до 10 МБ", n.value = null, n.imageBinary = null, n.imageContent = "", y.value = !1;
|
|
340
|
-
}, re = async (e, t, o = "image/png") => {
|
|
341
|
-
if (!e) return null;
|
|
342
|
-
const N = await (await fetch(e)).blob();
|
|
343
|
-
return new File([N], t, { type: o });
|
|
344
338
|
}, Ve = () => {
|
|
345
|
-
|
|
339
|
+
N.value = "Файл не подходит. Пожалуйста, загрузите PNG или JPEG размером до 10 МБ", r.value = null, r.imageBinary = null, r.imageContent = "", y.value = !1;
|
|
340
|
+
}, re = async (e, a, o = "image/png") => {
|
|
341
|
+
if (!e) return null;
|
|
342
|
+
const k = await (await fetch(e)).blob();
|
|
343
|
+
return new File([k], a, { type: o });
|
|
344
|
+
}, Ae = () => {
|
|
345
|
+
r.value = null, r.imageBinary = null, r.imageContent = "", y.value = !1;
|
|
346
346
|
}, Fe = async (e) => {
|
|
347
347
|
y.value = !1;
|
|
348
|
-
const
|
|
349
|
-
if (
|
|
348
|
+
const a = r.imageContent;
|
|
349
|
+
if (r.imageContent = e, !r.imageBinary) return;
|
|
350
350
|
const o = await re(
|
|
351
351
|
e,
|
|
352
|
-
|
|
353
|
-
|
|
352
|
+
r.imageBinary.name,
|
|
353
|
+
r.imageBinary.type || "image/png"
|
|
354
354
|
);
|
|
355
355
|
if (!o) {
|
|
356
|
-
|
|
356
|
+
r.imageContent = a;
|
|
357
357
|
return;
|
|
358
358
|
}
|
|
359
359
|
try {
|
|
360
|
-
|
|
360
|
+
r.loading = !0;
|
|
361
361
|
const E = new FormData();
|
|
362
362
|
E.append("file", o), await H(`/users/profile/avatar/${f.value}`, E, { headers: { "Content-Type": void 0 } });
|
|
363
363
|
} catch (E) {
|
|
364
|
-
console.error(E),
|
|
364
|
+
console.error(E), z({
|
|
365
365
|
color: "error",
|
|
366
366
|
text: v("Не удалось сохранить изменения. Попробуйте позже")
|
|
367
|
-
}),
|
|
367
|
+
}), r.imageContent = a;
|
|
368
368
|
} finally {
|
|
369
|
-
|
|
369
|
+
r.loading = !1;
|
|
370
370
|
}
|
|
371
|
-
},
|
|
372
|
-
|
|
371
|
+
}, Se = async (e) => {
|
|
372
|
+
r.imageContent = e ?? "", r.imageBinary && (r.imageBinary = await re(
|
|
373
373
|
e ?? "",
|
|
374
|
-
|
|
375
|
-
|
|
374
|
+
r.imageBinary.name,
|
|
375
|
+
r.imageBinary.type || "image/png"
|
|
376
376
|
));
|
|
377
377
|
}, le = w(!1), se = async (e) => {
|
|
378
378
|
var o, E;
|
|
379
|
-
const
|
|
380
|
-
if (
|
|
379
|
+
const a = (o = d[e]) == null ? void 0 : o.trim();
|
|
380
|
+
if (a)
|
|
381
381
|
try {
|
|
382
382
|
le.value = !0;
|
|
383
|
-
const P = (E = (await H("/users/profile/update-name", { [e]:
|
|
384
|
-
P != null && P.user && (d.firstName = P.user.firstName ?? d.firstName, d.lastName = P.user.lastName ?? d.lastName,
|
|
383
|
+
const P = (E = (await H("/users/profile/update-name", { [e]: a })).data) == null ? void 0 : E.data;
|
|
384
|
+
P != null && P.user && (d.firstName = P.user.firstName ?? d.firstName, d.lastName = P.user.lastName ?? d.lastName, c.value = {
|
|
385
385
|
firstName: d.firstName,
|
|
386
386
|
lastName: d.lastName
|
|
387
387
|
});
|
|
388
|
-
} catch (
|
|
389
|
-
throw
|
|
388
|
+
} catch (k) {
|
|
389
|
+
throw k;
|
|
390
390
|
} finally {
|
|
391
391
|
le.value = !1;
|
|
392
392
|
}
|
|
393
|
-
},
|
|
393
|
+
}, xe = async () => {
|
|
394
394
|
var e;
|
|
395
|
-
if (!
|
|
395
|
+
if (!t.accessToken)
|
|
396
396
|
throw console.error("Access token не передан в props"), new Error("Access token is required");
|
|
397
397
|
try {
|
|
398
|
-
const o = (e = (await
|
|
399
|
-
accessToken:
|
|
400
|
-
refreshToken:
|
|
398
|
+
const o = (e = (await la({
|
|
399
|
+
accessToken: t.accessToken,
|
|
400
|
+
refreshToken: t.refreshToken ?? "",
|
|
401
401
|
excludeFields: []
|
|
402
402
|
})).data) == null ? void 0 : e.user;
|
|
403
403
|
if (!o)
|
|
404
404
|
throw console.error("Данные пользователя отсутствуют в ответе сервера"), new Error("User data is missing from the response");
|
|
405
405
|
const {
|
|
406
406
|
userId: E,
|
|
407
|
-
privateFirstName:
|
|
407
|
+
privateFirstName: k,
|
|
408
408
|
privateLastName: P,
|
|
409
|
-
email:
|
|
410
|
-
phoneNumber:
|
|
409
|
+
email: O,
|
|
410
|
+
phoneNumber: R
|
|
411
411
|
} = o;
|
|
412
|
-
f.value = E ?? "", d.firstName =
|
|
413
|
-
firstName:
|
|
412
|
+
f.value = E ?? "", d.firstName = k ?? "", d.lastName = P ?? "", u.value = O ?? "", m.value = R ?? "", r.imageContent = await $e(), c.value = {
|
|
413
|
+
firstName: k ?? "",
|
|
414
414
|
lastName: P ?? ""
|
|
415
415
|
};
|
|
416
|
-
} catch (
|
|
417
|
-
console.error("Критическая ошибка при загрузке профиля:",
|
|
416
|
+
} catch (a) {
|
|
417
|
+
console.error("Критическая ошибка при загрузке профиля:", a);
|
|
418
418
|
}
|
|
419
419
|
}, $e = async () => {
|
|
420
420
|
var e;
|
|
421
421
|
try {
|
|
422
|
-
const o = (e = (await
|
|
423
|
-
return o ?
|
|
424
|
-
} catch (
|
|
425
|
-
return console.error("Ошибка при загрузке метаданных аватара:",
|
|
422
|
+
const o = (e = (await na("/users/profile/avatar")).data) == null ? void 0 : e.data;
|
|
423
|
+
return o ? Me(o) : "";
|
|
424
|
+
} catch (a) {
|
|
425
|
+
return console.error("Ошибка при загрузке метаданных аватара:", a), "";
|
|
426
426
|
}
|
|
427
427
|
};
|
|
428
|
-
function
|
|
428
|
+
function Me(e) {
|
|
429
429
|
if (!e)
|
|
430
430
|
return "";
|
|
431
431
|
try {
|
|
432
|
-
return new URL(e.key,
|
|
433
|
-
} catch (
|
|
434
|
-
return console.error("Ошибка при составлении URL аватара:",
|
|
432
|
+
return new URL(e.key, t.awsStorageUrl).toString();
|
|
433
|
+
} catch (a) {
|
|
434
|
+
return console.error("Ошибка при составлении URL аватара:", a), "";
|
|
435
435
|
}
|
|
436
436
|
}
|
|
437
|
-
const ie =
|
|
438
|
-
if (!
|
|
437
|
+
const ie = D(() => {
|
|
438
|
+
if (!c.value.firstName && !c.value.lastName)
|
|
439
439
|
return !1;
|
|
440
|
-
const e = d.firstName.trim(),
|
|
441
|
-
return
|
|
442
|
-
}),
|
|
440
|
+
const e = d.firstName.trim(), a = d.lastName.trim(), o = c.value.firstName.trim(), E = c.value.lastName.trim(), k = e !== o || a !== E, P = e.length >= 2 && a.length >= 2;
|
|
441
|
+
return k && P;
|
|
442
|
+
}), ze = async () => {
|
|
443
443
|
if (ie.value)
|
|
444
444
|
try {
|
|
445
|
-
await Promise.all([se("firstName"), se("lastName")]),
|
|
445
|
+
await Promise.all([se("firstName"), se("lastName")]), n("on-update-jwt"), z({ color: "success", text: "Изменения сохранены" });
|
|
446
446
|
} catch (e) {
|
|
447
|
-
console.error(e),
|
|
447
|
+
console.error(e), z({
|
|
448
448
|
color: "error",
|
|
449
449
|
text: v("Не удалось сохранить изменения. Попробуйте позже")
|
|
450
450
|
});
|
|
451
451
|
}
|
|
452
|
-
},
|
|
453
|
-
J(),
|
|
452
|
+
}, Le = () => {
|
|
453
|
+
J(), n("open-password-dialog");
|
|
454
454
|
};
|
|
455
455
|
return Ge(async () => {
|
|
456
|
-
if (!
|
|
457
|
-
if (!
|
|
458
|
-
|
|
459
|
-
}), (e,
|
|
460
|
-
h(
|
|
461
|
-
language:
|
|
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) => (b(), U(pe, null, [
|
|
460
|
+
h(ia, {
|
|
461
|
+
language: p.value,
|
|
462
462
|
provider: e.provider,
|
|
463
463
|
"disable-add-phone": e.disableAddPhone,
|
|
464
464
|
onCleanInputErrors: Be,
|
|
@@ -466,139 +466,139 @@ const st = {
|
|
|
466
466
|
onUpdatePhoneField: ke,
|
|
467
467
|
onUpdateEmailField: Te,
|
|
468
468
|
onOnPasswordError: Ue,
|
|
469
|
-
onOnToast:
|
|
469
|
+
onOnToast: z
|
|
470
470
|
}, null, 8, ["language", "provider", "disable-add-phone"]),
|
|
471
|
-
Y("div",
|
|
472
|
-
|
|
471
|
+
Y("div", ua, [
|
|
472
|
+
S("avatar") ? (b(), V(g(Ye), {
|
|
473
473
|
key: 0,
|
|
474
|
-
modelValue:
|
|
474
|
+
modelValue: r.value,
|
|
475
475
|
"onUpdate:modelValue": [
|
|
476
|
-
|
|
477
|
-
|
|
476
|
+
a[0] || (a[0] = (o) => r.value = o),
|
|
477
|
+
a[1] || (a[1] = (o) => De(o))
|
|
478
478
|
],
|
|
479
479
|
type: "img",
|
|
480
480
|
class: "avatar-input",
|
|
481
|
-
src:
|
|
482
|
-
loading:
|
|
481
|
+
src: r.imageContent,
|
|
482
|
+
loading: r.loading,
|
|
483
483
|
label: v("Загрузить фото"),
|
|
484
|
-
"upload-limit":
|
|
484
|
+
"upload-limit": r.uploadLimit,
|
|
485
485
|
accept: "image/jpeg, image/png",
|
|
486
486
|
onDelete: Ie,
|
|
487
|
-
"onChange:error":
|
|
487
|
+
"onChange:error": Ve
|
|
488
488
|
}, {
|
|
489
|
-
afterLoadLabel:
|
|
489
|
+
afterLoadLabel: x(() => [
|
|
490
490
|
X($(be.value), 1)
|
|
491
491
|
]),
|
|
492
|
-
subtext:
|
|
493
|
-
|
|
492
|
+
subtext: x(() => [
|
|
493
|
+
N.value ? (b(), U("span", da, $(N.value), 1)) : (b(), U("span", ma, $(`${v("Формат")} ${g(ta)(r.accept).join(", ")} ${v("до")} ${g(ea)(r.uploadLimit)}`), 1))
|
|
494
494
|
]),
|
|
495
495
|
_: 1
|
|
496
|
-
}, 8, ["modelValue", "src", "loading", "label", "upload-limit"])) :
|
|
497
|
-
|
|
498
|
-
h(g(
|
|
496
|
+
}, 8, ["modelValue", "src", "loading", "label", "upload-limit"])) : T("", !0),
|
|
497
|
+
S("firstName") ? (b(), U("div", pa, [
|
|
498
|
+
h(g(M), {
|
|
499
499
|
modelValue: d.firstName,
|
|
500
|
-
"onUpdate:modelValue":
|
|
500
|
+
"onUpdate:modelValue": a[2] || (a[2] = (o) => d.firstName = o),
|
|
501
501
|
size: "large",
|
|
502
502
|
label: v("Имя"),
|
|
503
503
|
error: ge.value,
|
|
504
|
-
onBlur:
|
|
505
|
-
onInput:
|
|
504
|
+
onBlur: a[3] || (a[3] = (o) => s.firstName = !0),
|
|
505
|
+
onInput: a[4] || (a[4] = (o) => L("firstName"))
|
|
506
506
|
}, null, 8, ["modelValue", "label", "error"]),
|
|
507
|
-
h(g(
|
|
508
|
-
])) :
|
|
509
|
-
|
|
510
|
-
h(g(
|
|
507
|
+
h(g(_), { class: "icon-locked" })
|
|
508
|
+
])) : T("", !0),
|
|
509
|
+
S("lastName") ? (b(), U("div", ca, [
|
|
510
|
+
h(g(M), {
|
|
511
511
|
modelValue: d.lastName,
|
|
512
|
-
"onUpdate:modelValue":
|
|
512
|
+
"onUpdate:modelValue": a[5] || (a[5] = (o) => d.lastName = o),
|
|
513
513
|
size: "large",
|
|
514
514
|
label: v("Фамилия"),
|
|
515
515
|
error: ve.value,
|
|
516
|
-
onBlur:
|
|
517
|
-
onInput:
|
|
516
|
+
onBlur: a[6] || (a[6] = (o) => s.lastName = !0),
|
|
517
|
+
onInput: a[7] || (a[7] = (o) => L("lastName"))
|
|
518
518
|
}, null, 8, ["modelValue", "label", "error"]),
|
|
519
|
-
h(g(
|
|
520
|
-
])) :
|
|
521
|
-
|
|
522
|
-
h(g(
|
|
519
|
+
h(g(_), { class: "icon-locked" })
|
|
520
|
+
])) : T("", !0),
|
|
521
|
+
S("email") ? (b(), U("div", fa, [
|
|
522
|
+
h(g(M), {
|
|
523
523
|
modelValue: u.value,
|
|
524
|
-
"onUpdate:modelValue":
|
|
524
|
+
"onUpdate:modelValue": a[8] || (a[8] = (o) => u.value = o),
|
|
525
525
|
size: "large",
|
|
526
526
|
"text-size": "medium",
|
|
527
527
|
label: "E-mail",
|
|
528
528
|
type: "email",
|
|
529
529
|
readonly: "",
|
|
530
530
|
style: { cursor: "pointer" },
|
|
531
|
-
error: he.value &&
|
|
532
|
-
onBlur:
|
|
533
|
-
onInput:
|
|
531
|
+
error: he.value && A.value,
|
|
532
|
+
onBlur: a[9] || (a[9] = (o) => s.email = !0),
|
|
533
|
+
onInput: a[10] || (a[10] = (o) => L("email")),
|
|
534
534
|
onClick: Pe
|
|
535
535
|
}, null, 8, ["modelValue", "error"]),
|
|
536
|
-
h(g(
|
|
537
|
-
])) :
|
|
538
|
-
|
|
539
|
-
h(g(
|
|
540
|
-
modelValue:
|
|
541
|
-
"onUpdate:modelValue":
|
|
536
|
+
h(g(_), { class: "icon-locked" })
|
|
537
|
+
])) : T("", !0),
|
|
538
|
+
S("phone") ? (b(), U("div", ga, [
|
|
539
|
+
h(g(M), {
|
|
540
|
+
modelValue: m.value,
|
|
541
|
+
"onUpdate:modelValue": a[11] || (a[11] = (o) => m.value = o),
|
|
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 &&
|
|
549
|
-
onBlur:
|
|
550
|
-
onInput:
|
|
548
|
+
error: ye.value && I.value,
|
|
549
|
+
onBlur: a[12] || (a[12] = (o) => s.phone = !0),
|
|
550
|
+
onInput: a[13] || (a[13] = (o) => L("phone")),
|
|
551
551
|
onClick: Ne
|
|
552
552
|
}, null, 8, ["modelValue", "label", "error"]),
|
|
553
|
-
h(g(
|
|
554
|
-
])) :
|
|
555
|
-
Y("div",
|
|
556
|
-
we.value ? (b(),
|
|
553
|
+
h(g(_), { class: "icon-locked" })
|
|
554
|
+
])) : T("", !0),
|
|
555
|
+
Y("div", va, [
|
|
556
|
+
we.value ? (b(), V(g(de), {
|
|
557
557
|
key: 0,
|
|
558
558
|
color: "secondary",
|
|
559
|
-
onClick:
|
|
559
|
+
onClick: Le
|
|
560
560
|
}, {
|
|
561
|
-
default:
|
|
561
|
+
default: x(() => [
|
|
562
562
|
X($(v("Сменить пароль")), 1)
|
|
563
563
|
]),
|
|
564
564
|
_: 1
|
|
565
|
-
})) :
|
|
565
|
+
})) : T("", !0),
|
|
566
566
|
h(g(de), {
|
|
567
567
|
disabled: !ie.value,
|
|
568
|
-
onClick:
|
|
568
|
+
onClick: ze
|
|
569
569
|
}, {
|
|
570
|
-
default:
|
|
570
|
+
default: x(() => [
|
|
571
571
|
X($(v("Сохранить")), 1)
|
|
572
572
|
]),
|
|
573
573
|
_: 1
|
|
574
574
|
}, 8, ["disabled"])
|
|
575
575
|
])
|
|
576
576
|
]),
|
|
577
|
-
y.value ? (b(),
|
|
577
|
+
y.value ? (b(), V(ue, {
|
|
578
578
|
key: 0,
|
|
579
579
|
to: "body"
|
|
580
580
|
}, [
|
|
581
|
-
y.value ? (b(),
|
|
581
|
+
y.value ? (b(), U("div", ha, [
|
|
582
582
|
h(g(Xe), {
|
|
583
583
|
"circle-mode": !0,
|
|
584
|
-
"model-value":
|
|
585
|
-
onClose:
|
|
586
|
-
onSave:
|
|
587
|
-
"onUpdate:modelValue":
|
|
584
|
+
"model-value": r.imageContent,
|
|
585
|
+
onClose: Ae,
|
|
586
|
+
onSave: a[14] || (a[14] = (o) => Fe(o)),
|
|
587
|
+
"onUpdate:modelValue": a[15] || (a[15] = (o) => Se(o))
|
|
588
588
|
}, null, 8, ["model-value"])
|
|
589
|
-
])) :
|
|
590
|
-
])) :
|
|
591
|
-
(b(),
|
|
592
|
-
Y("div",
|
|
589
|
+
])) : T("", !0)
|
|
590
|
+
])) : T("", !0),
|
|
591
|
+
(b(), V(ue, { to: "#toast-root" }, [
|
|
592
|
+
Y("div", ya, [
|
|
593
593
|
h(je, { name: "list" }, {
|
|
594
|
-
default:
|
|
594
|
+
default: x(() => [
|
|
595
595
|
Je(h(g(Ke), {
|
|
596
596
|
class: "toast",
|
|
597
597
|
color: F.value,
|
|
598
|
-
text:
|
|
599
|
-
onClose:
|
|
598
|
+
text: ae.value,
|
|
599
|
+
onClose: a[16] || (a[16] = (o) => C.value = !1)
|
|
600
600
|
}, null, 8, ["color", "text"]), [
|
|
601
|
-
[qe,
|
|
601
|
+
[qe, C.value]
|
|
602
602
|
])
|
|
603
603
|
]),
|
|
604
604
|
_: 1
|
|
@@ -608,12 +608,12 @@ const st = {
|
|
|
608
608
|
h(g(ce))
|
|
609
609
|
], 64));
|
|
610
610
|
}
|
|
611
|
-
}), fe = (
|
|
612
|
-
const
|
|
613
|
-
for (const [
|
|
614
|
-
|
|
615
|
-
return
|
|
616
|
-
},
|
|
611
|
+
}), fe = (l, i) => {
|
|
612
|
+
const t = l.__vccOpts || l;
|
|
613
|
+
for (const [n, p] of i)
|
|
614
|
+
t[n] = p;
|
|
615
|
+
return t;
|
|
616
|
+
}, ba = /* @__PURE__ */ fe(wa, [["__scopeId", "data-v-a56fcdbb"]]), Ma = /* @__PURE__ */ j({
|
|
617
617
|
__name: "index",
|
|
618
618
|
props: {
|
|
619
619
|
throttlerPrefix: {},
|
|
@@ -627,148 +627,149 @@ const st = {
|
|
|
627
627
|
disableAddPhone: { type: Boolean }
|
|
628
628
|
},
|
|
629
629
|
emits: ["on-update-jwt", "update-tokens"],
|
|
630
|
-
setup(
|
|
631
|
-
const
|
|
632
|
-
|
|
633
|
-
}, v = (
|
|
634
|
-
|
|
635
|
-
},
|
|
636
|
-
|
|
637
|
-
}, d = (
|
|
638
|
-
|
|
630
|
+
setup(l, { emit: i }) {
|
|
631
|
+
const t = i, { openDialog: n } = ee(), p = (c, s) => {
|
|
632
|
+
n("email", { initialEmail: c, mode: s });
|
|
633
|
+
}, v = (c, s) => {
|
|
634
|
+
n("phone", { initialPhone: c, mode: s });
|
|
635
|
+
}, B = () => {
|
|
636
|
+
n("password");
|
|
637
|
+
}, d = (c, s, f) => {
|
|
638
|
+
t("on-update-jwt", c, s, f);
|
|
639
639
|
};
|
|
640
|
-
return (
|
|
640
|
+
return (c, s) => (b(), U(pe, null, [
|
|
641
641
|
h(g(Ze)),
|
|
642
|
-
h(
|
|
643
|
-
"throttler-prefix":
|
|
644
|
-
provider:
|
|
645
|
-
"request-url":
|
|
646
|
-
language:
|
|
647
|
-
fields:
|
|
648
|
-
"access-token":
|
|
649
|
-
"refresh-token":
|
|
650
|
-
"aws-storage-url":
|
|
651
|
-
"disable-add-phone":
|
|
652
|
-
onOpenEmailDialog:
|
|
642
|
+
h(ba, {
|
|
643
|
+
"throttler-prefix": c.throttlerPrefix,
|
|
644
|
+
provider: c.provider,
|
|
645
|
+
"request-url": c.requestUrl,
|
|
646
|
+
language: c.language,
|
|
647
|
+
fields: c.fields,
|
|
648
|
+
"access-token": c.accessToken,
|
|
649
|
+
"refresh-token": c.refreshToken,
|
|
650
|
+
"aws-storage-url": c.awsStorageUrl,
|
|
651
|
+
"disable-add-phone": c.disableAddPhone,
|
|
652
|
+
onOpenEmailDialog: p,
|
|
653
653
|
onOpenPhoneDialog: v,
|
|
654
|
-
onOpenPasswordDialog:
|
|
654
|
+
onOpenPasswordDialog: B,
|
|
655
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
|
h(g(ce))
|
|
658
658
|
], 64));
|
|
659
659
|
}
|
|
660
|
-
}),
|
|
661
|
-
function
|
|
662
|
-
let
|
|
663
|
-
return
|
|
660
|
+
}), Ea = 10, Pa = 15;
|
|
661
|
+
function Na(l, i, t) {
|
|
662
|
+
let n = l.replace(/[^\d+]/g, "");
|
|
663
|
+
return t != null && t.startsWith("ru") && n.startsWith("8") ? n = `+7${n.slice(1)}` : i && n && !n.startsWith("+") && (n = `+${n}`), n;
|
|
664
664
|
}
|
|
665
|
-
function
|
|
666
|
-
return
|
|
665
|
+
function Ca(l) {
|
|
666
|
+
return l.startsWith("+") ? l.slice(1).replace(/\D/g, "") : l.replace(/\D/g, "");
|
|
667
667
|
}
|
|
668
|
-
function
|
|
669
|
-
if (!
|
|
668
|
+
function ka(l, i = Ea, t = Pa) {
|
|
669
|
+
if (!l.startsWith("+"))
|
|
670
670
|
return !1;
|
|
671
|
-
const
|
|
672
|
-
return !(!/^\d+$/.test(
|
|
671
|
+
const n = l.slice(1);
|
|
672
|
+
return !(!/^\d+$/.test(n) || n.length < i || n.length > t);
|
|
673
|
+
}
|
|
674
|
+
function Ta(l) {
|
|
675
|
+
return /[^\d+]/.test(l);
|
|
673
676
|
}
|
|
674
|
-
const
|
|
675
|
-
function
|
|
676
|
-
return
|
|
677
|
+
const Ua = /^[\w.%+-]+@[a-z0-9.-]+\.[a-z]{2,}$/i;
|
|
678
|
+
function Ba(l) {
|
|
679
|
+
return Ua.test(l);
|
|
677
680
|
}
|
|
678
|
-
function
|
|
679
|
-
var
|
|
680
|
-
const
|
|
681
|
-
return (
|
|
681
|
+
function Da(l, i) {
|
|
682
|
+
var n, p;
|
|
683
|
+
const t = l.trim();
|
|
684
|
+
return (n = i.phone) != null && n.enabled && (t.startsWith("+") || /^\d+$/.test(t)) ? "phone" : (p = i.email) != null && p.enabled ? "email" : null;
|
|
682
685
|
}
|
|
683
|
-
const
|
|
686
|
+
const Ia = { class: "smart-input" }, Va = /* @__PURE__ */ j({
|
|
684
687
|
__name: "index",
|
|
685
688
|
props: {
|
|
686
689
|
modelValue: {},
|
|
687
690
|
disabled: { type: Boolean },
|
|
688
|
-
config: {}
|
|
691
|
+
config: {},
|
|
692
|
+
type: {},
|
|
693
|
+
size: {},
|
|
694
|
+
label: {},
|
|
695
|
+
locale: {},
|
|
696
|
+
errorMessages: {}
|
|
689
697
|
},
|
|
690
698
|
emits: ["update:modelValue", "validity-change", "type-change"],
|
|
691
|
-
setup(
|
|
692
|
-
const
|
|
693
|
-
var
|
|
699
|
+
setup(l, { emit: i }) {
|
|
700
|
+
const t = l, n = i, p = D(() => {
|
|
701
|
+
var s, f, u, m, y, r, N, C, I, A, F;
|
|
694
702
|
return {
|
|
695
|
-
mode: ((
|
|
703
|
+
mode: ((s = t.config) == null ? void 0 : s.mode) ?? "auto",
|
|
696
704
|
phone: {
|
|
697
|
-
enabled: ((u = (f =
|
|
698
|
-
minDigits: ((y = (
|
|
699
|
-
maxDigits: ((
|
|
700
|
-
autoPlus: ((
|
|
705
|
+
enabled: ((u = (f = t.config) == null ? void 0 : f.phone) == null ? void 0 : u.enabled) ?? !0,
|
|
706
|
+
minDigits: ((y = (m = t.config) == null ? void 0 : m.phone) == null ? void 0 : y.minDigits) ?? 10,
|
|
707
|
+
maxDigits: ((N = (r = t.config) == null ? void 0 : r.phone) == null ? void 0 : N.maxDigits) ?? 15,
|
|
708
|
+
autoPlus: ((I = (C = t.config) == null ? void 0 : C.phone) == null ? void 0 : I.autoPlus) ?? !0
|
|
701
709
|
},
|
|
702
710
|
email: {
|
|
703
|
-
enabled: ((F = (
|
|
711
|
+
enabled: ((F = (A = t.config) == null ? void 0 : A.email) == null ? void 0 : F.enabled) ?? !0
|
|
704
712
|
}
|
|
705
713
|
};
|
|
706
|
-
}), v = w(
|
|
707
|
-
me(
|
|
708
|
-
(
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
const f = m.value.mode === "auto" ? Bt(i, m.value) : m.value.mode;
|
|
717
|
-
T.value = f, l("type-change", f);
|
|
718
|
-
let u = i;
|
|
714
|
+
}), v = w(t.modelValue ?? ""), B = w(null), d = w("");
|
|
715
|
+
me(() => t.modelValue, (s) => {
|
|
716
|
+
s !== void 0 && (v.value = s);
|
|
717
|
+
});
|
|
718
|
+
function c(s) {
|
|
719
|
+
var y, r, N;
|
|
720
|
+
if (d.value = "", typeof s != "string") return;
|
|
721
|
+
const f = p.value.mode === "auto" ? Da(s, p.value) : p.value.mode;
|
|
722
|
+
B.value = f, n("type-change", f);
|
|
723
|
+
let u = s, m = !0;
|
|
719
724
|
if (f === "phone") {
|
|
720
|
-
const
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
i !== c && (d.value = "Допустимы только цифры и знак + в начале"), u = Ct(
|
|
725
|
-
c,
|
|
726
|
-
m.value.phone.maxDigits
|
|
725
|
+
const C = Na(
|
|
726
|
+
s,
|
|
727
|
+
p.value.phone.autoPlus,
|
|
728
|
+
t.locale
|
|
727
729
|
);
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
)
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
l("validity-change", c), c || (d.value = "Это не похоже на email");
|
|
730
|
+
if (Ca(C).length > p.value.phone.maxDigits) {
|
|
731
|
+
n("update:modelValue", v.value);
|
|
732
|
+
return;
|
|
733
|
+
}
|
|
734
|
+
Ta(s) && (d.value = ((y = t.errorMessages) == null ? void 0 : y.invalidPhoneChars) ?? "Допустимы только цифры и знак +", m = !1), ka(
|
|
735
|
+
C,
|
|
736
|
+
p.value.phone.minDigits,
|
|
737
|
+
p.value.phone.maxDigits
|
|
738
|
+
) || (d.value || (d.value = ((r = t.errorMessages) == null ? void 0 : r.invalidPhoneLength) ?? "Это не похоже на номер телефона"), m = !1), u = C, n("validity-change", m);
|
|
738
739
|
}
|
|
739
|
-
|
|
740
|
+
f === "email" && (m = Ba(s), m || (d.value = ((N = t.errorMessages) == null ? void 0 : N.invalidEmail) ?? "Это не похоже на email"), n("validity-change", m)), v.value = u, n("update:modelValue", u);
|
|
740
741
|
}
|
|
741
|
-
return (
|
|
742
|
-
h(g(
|
|
742
|
+
return (s, f) => (b(), U("div", Ia, [
|
|
743
|
+
h(g(M), {
|
|
743
744
|
modelValue: v.value,
|
|
744
745
|
"onUpdate:modelValue": [
|
|
745
746
|
f[0] || (f[0] = (u) => v.value = u),
|
|
746
|
-
|
|
747
|
+
c
|
|
747
748
|
],
|
|
748
|
-
readonly:
|
|
749
|
+
readonly: s.disabled,
|
|
749
750
|
error: d.value,
|
|
750
|
-
type: "text",
|
|
751
|
-
size: "large",
|
|
752
|
-
label: "Email или телефон"
|
|
753
|
-
}, null, 8, ["modelValue", "readonly", "error"]),
|
|
754
|
-
|
|
751
|
+
type: s.type ?? "text",
|
|
752
|
+
size: s.size ?? "large",
|
|
753
|
+
label: s.label ?? "Email или телефон"
|
|
754
|
+
}, null, 8, ["modelValue", "readonly", "error", "type", "size", "label"]),
|
|
755
|
+
B.value === "phone" ? (b(), V(g(He), {
|
|
755
756
|
key: 0,
|
|
756
757
|
class: "smart-input__icon"
|
|
757
|
-
})) :
|
|
758
|
-
|
|
758
|
+
})) : T("", !0),
|
|
759
|
+
B.value === "email" ? (b(), V(g(Qe), {
|
|
759
760
|
key: 1,
|
|
760
761
|
class: "smart-input__icon"
|
|
761
|
-
})) :
|
|
762
|
+
})) : T("", !0)
|
|
762
763
|
]));
|
|
763
764
|
}
|
|
764
|
-
}),
|
|
765
|
+
}), za = /* @__PURE__ */ fe(Va, [["__scopeId", "data-v-c04bbc5a"]]);
|
|
765
766
|
export {
|
|
766
|
-
|
|
767
|
-
|
|
767
|
+
$a as B,
|
|
768
|
+
xa as C,
|
|
768
769
|
fe as _,
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
770
|
+
Ma as a,
|
|
771
|
+
na as g,
|
|
772
|
+
za as i,
|
|
772
773
|
H as p,
|
|
773
|
-
|
|
774
|
+
sa as t
|
|
774
775
|
};
|
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
(function(){"use strict";try{if(typeof document<"u"){var
|
|
2
|
-
import { a as o, i as r } from "./index-
|
|
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-c04bbc5a]{position:relative;width:100%}.smart-input__icon[data-v-c04bbc5a]{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-DveIlB6k.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-
|
|
3
|
+
import { _ as b, g as C, p as R } from "./index-DveIlB6k.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")}`;
|