@soroka282/migrant.ui-kit 0.0.55 → 0.0.57
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/{List-vZbVXVku.js → List-BlhCwWw_.js} +1 -1
- package/dist/{index-03BG6HMI.js → index-Cx5josHr.js} +107 -102
- package/dist/migrant.ui-kit.es.js +2 -2
- package/dist/migrant.ui-kit.umd.js +6 -6
- package/dist/src/constants/ui-color.constant.d.ts +2 -0
- package/dist/src/types/UI/ui-color.type.d.ts +3 -1
- package/package.json +1 -1
- package/src/assets/scss/common/variables.scss +10 -8
- package/src/components/modules/auth/auth-test/AuthTest.vue +5 -0
- package/src/constants/ui-color.constant.ts +2 -0
- package/src/types/UI/ui-color.type.ts +2 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as m, ref as h, computed as f, createElementBlock as l, openBlock as r, createCommentVNode as _, createElementVNode as v, createVNode as k, Fragment as y, renderList as I, toDisplayString as C } from "vue";
|
|
2
|
-
import { u as S, U as V, _ as w } from "./index-
|
|
2
|
+
import { u as S, U as V, _ as w } from "./index-Cx5josHr.js";
|
|
3
3
|
const L = { class: "select-list" }, B = {
|
|
4
4
|
key: 0,
|
|
5
5
|
class: "search-wrapper"
|
|
@@ -257,20 +257,20 @@ function qA(e, t = {}) {
|
|
|
257
257
|
inLinked: !1,
|
|
258
258
|
text: ""
|
|
259
259
|
}, A = () => l, { onError: u } = t;
|
|
260
|
-
function c(p, E, y, ...
|
|
260
|
+
function c(p, E, y, ...K) {
|
|
261
261
|
const Qe = A();
|
|
262
262
|
if (E.column += y, E.offset += y, u) {
|
|
263
263
|
const me = n ? Os(Qe.startLoc, E) : null, ae = Gn(p, me, {
|
|
264
264
|
domain: kA,
|
|
265
|
-
args:
|
|
265
|
+
args: K
|
|
266
266
|
});
|
|
267
267
|
u(ae);
|
|
268
268
|
}
|
|
269
269
|
}
|
|
270
270
|
function d(p, E, y) {
|
|
271
271
|
p.endLoc = i(), p.currentType = E;
|
|
272
|
-
const
|
|
273
|
-
return n && (
|
|
272
|
+
const K = { type: E };
|
|
273
|
+
return n && (K.loc = Os(p.startLoc, p.endLoc)), y != null && (K.value = y), K;
|
|
274
274
|
}
|
|
275
275
|
const g = (p) => d(
|
|
276
276
|
p,
|
|
@@ -309,15 +309,15 @@ function qA(e, t = {}) {
|
|
|
309
309
|
if (y !== 2)
|
|
310
310
|
return !1;
|
|
311
311
|
B(p);
|
|
312
|
-
const
|
|
313
|
-
return p.resetPeek(),
|
|
312
|
+
const K = f(p.currentPeek());
|
|
313
|
+
return p.resetPeek(), K;
|
|
314
314
|
}
|
|
315
315
|
function I(p, E) {
|
|
316
316
|
const { currentType: y } = E;
|
|
317
317
|
if (y !== 2)
|
|
318
318
|
return !1;
|
|
319
319
|
B(p);
|
|
320
|
-
const
|
|
320
|
+
const K = p.currentPeek() === "-" ? p.peek() : p.currentPeek(), Qe = h(K);
|
|
321
321
|
return p.resetPeek(), Qe;
|
|
322
322
|
}
|
|
323
323
|
function P(p, E) {
|
|
@@ -325,41 +325,41 @@ function qA(e, t = {}) {
|
|
|
325
325
|
if (y !== 2)
|
|
326
326
|
return !1;
|
|
327
327
|
B(p);
|
|
328
|
-
const
|
|
329
|
-
return p.resetPeek(),
|
|
328
|
+
const K = p.currentPeek() === Hi;
|
|
329
|
+
return p.resetPeek(), K;
|
|
330
330
|
}
|
|
331
331
|
function O(p, E) {
|
|
332
332
|
const { currentType: y } = E;
|
|
333
333
|
if (y !== 7)
|
|
334
334
|
return !1;
|
|
335
335
|
B(p);
|
|
336
|
-
const
|
|
337
|
-
return p.resetPeek(),
|
|
336
|
+
const K = p.currentPeek() === ".";
|
|
337
|
+
return p.resetPeek(), K;
|
|
338
338
|
}
|
|
339
339
|
function b(p, E) {
|
|
340
340
|
const { currentType: y } = E;
|
|
341
341
|
if (y !== 8)
|
|
342
342
|
return !1;
|
|
343
343
|
B(p);
|
|
344
|
-
const
|
|
345
|
-
return p.resetPeek(),
|
|
344
|
+
const K = f(p.currentPeek());
|
|
345
|
+
return p.resetPeek(), K;
|
|
346
346
|
}
|
|
347
347
|
function D(p, E) {
|
|
348
348
|
const { currentType: y } = E;
|
|
349
349
|
if (!(y === 7 || y === 11))
|
|
350
350
|
return !1;
|
|
351
351
|
B(p);
|
|
352
|
-
const
|
|
353
|
-
return p.resetPeek(),
|
|
352
|
+
const K = p.currentPeek() === ":";
|
|
353
|
+
return p.resetPeek(), K;
|
|
354
354
|
}
|
|
355
355
|
function V(p, E) {
|
|
356
356
|
const { currentType: y } = E;
|
|
357
357
|
if (y !== 9)
|
|
358
358
|
return !1;
|
|
359
|
-
const
|
|
359
|
+
const K = () => {
|
|
360
360
|
const me = p.currentPeek();
|
|
361
|
-
return me === "{" ? f(p.peek()) : me === "@" || me === "|" || me === ":" || me === "." || me === Kt || !me ? !1 : me === Ke ? (p.peek(),
|
|
362
|
-
}, Qe =
|
|
361
|
+
return me === "{" ? f(p.peek()) : me === "@" || me === "|" || me === ":" || me === "." || me === Kt || !me ? !1 : me === Ke ? (p.peek(), K()) : N(p, !1);
|
|
362
|
+
}, Qe = K();
|
|
363
363
|
return p.resetPeek(), Qe;
|
|
364
364
|
}
|
|
365
365
|
function T(p) {
|
|
@@ -371,8 +371,8 @@ function qA(e, t = {}) {
|
|
|
371
371
|
const y = (Qe = !1, me = "") => {
|
|
372
372
|
const ae = p.currentPeek();
|
|
373
373
|
return ae === "{" || ae === "@" || !ae ? Qe : ae === "|" ? !(me === Kt || me === Ke) : ae === Kt ? (p.peek(), y(!0, Kt)) : ae === Ke ? (p.peek(), y(!0, Ke)) : !0;
|
|
374
|
-
},
|
|
375
|
-
return E && p.resetPeek(),
|
|
374
|
+
}, K = y();
|
|
375
|
+
return E && p.resetPeek(), K;
|
|
376
376
|
}
|
|
377
377
|
function q(p, E) {
|
|
378
378
|
const y = p.currentChar();
|
|
@@ -462,8 +462,8 @@ function qA(e, t = {}) {
|
|
|
462
462
|
let E = "", y = "";
|
|
463
463
|
for (; E = q(p, An); )
|
|
464
464
|
E === "\\" ? y += Z(p) : y += E;
|
|
465
|
-
const
|
|
466
|
-
return
|
|
465
|
+
const K = p.currentChar();
|
|
466
|
+
return K === Ke || K === $t ? (c(J.UNTERMINATED_SINGLE_QUOTE_IN_PLACEHOLDER, i(), 0), K === Ke && (p.next(), v(p, "'")), y) : (v(p, "'"), y);
|
|
467
467
|
}
|
|
468
468
|
function Z(p) {
|
|
469
469
|
const E = p.currentChar();
|
|
@@ -481,16 +481,16 @@ function qA(e, t = {}) {
|
|
|
481
481
|
}
|
|
482
482
|
function de(p, E, y) {
|
|
483
483
|
v(p, E);
|
|
484
|
-
let
|
|
484
|
+
let K = "";
|
|
485
485
|
for (let Qe = 0; Qe < y; Qe++) {
|
|
486
486
|
const me = Fe(p);
|
|
487
487
|
if (!me) {
|
|
488
|
-
c(J.INVALID_UNICODE_ESCAPE_SEQUENCE, i(), 0, `\\${E}${
|
|
488
|
+
c(J.INVALID_UNICODE_ESCAPE_SEQUENCE, i(), 0, `\\${E}${K}${p.currentChar()}`);
|
|
489
489
|
break;
|
|
490
490
|
}
|
|
491
|
-
|
|
491
|
+
K += me;
|
|
492
492
|
}
|
|
493
|
-
return `\\${E}${
|
|
493
|
+
return `\\${E}${K}`;
|
|
494
494
|
}
|
|
495
495
|
function fe(p) {
|
|
496
496
|
return p !== "{" && p !== "}" && p !== Kt && p !== Ke;
|
|
@@ -510,8 +510,8 @@ function qA(e, t = {}) {
|
|
|
510
510
|
}
|
|
511
511
|
function qe(p) {
|
|
512
512
|
const E = (y) => {
|
|
513
|
-
const
|
|
514
|
-
return
|
|
513
|
+
const K = p.currentChar();
|
|
514
|
+
return K === "{" || K === "@" || K === "|" || K === "(" || K === ")" || !K || K === Kt ? y : (y += K, p.next(), E(y));
|
|
515
515
|
};
|
|
516
516
|
return E("");
|
|
517
517
|
}
|
|
@@ -564,16 +564,16 @@ function qA(e, t = {}) {
|
|
|
564
564
|
}
|
|
565
565
|
function Xt(p, E) {
|
|
566
566
|
const { currentType: y } = E;
|
|
567
|
-
let
|
|
567
|
+
let K = null;
|
|
568
568
|
const Qe = p.currentChar();
|
|
569
569
|
switch ((y === 7 || y === 8 || y === 11 || y === 9) && (Qe === Ke || Qe === Kt) && c(J.INVALID_LINKED_FORMAT, i(), 0), Qe) {
|
|
570
570
|
case "@":
|
|
571
|
-
return p.next(),
|
|
571
|
+
return p.next(), K = d(
|
|
572
572
|
E,
|
|
573
573
|
7,
|
|
574
574
|
"@"
|
|
575
575
|
/* TokenChars.LinkedAlias */
|
|
576
|
-
), E.inLinked = !0,
|
|
576
|
+
), E.inLinked = !0, K;
|
|
577
577
|
case ".":
|
|
578
578
|
return C(p), p.next(), d(
|
|
579
579
|
E,
|
|
@@ -589,7 +589,7 @@ function qA(e, t = {}) {
|
|
|
589
589
|
/* TokenChars.LinkedDelimiter */
|
|
590
590
|
);
|
|
591
591
|
default:
|
|
592
|
-
return T(p) ? (
|
|
592
|
+
return T(p) ? (K = d(E, 1, un(p)), E.braceNest = 0, E.inLinked = !1, K) : O(p, E) || D(p, E) ? (C(p), Xt(p, E)) : b(p, E) ? (C(p), d(E, 11, Ze(p))) : V(p, E) ? (C(p), Qe === "{" ? cn(p, E) || K : d(E, 10, qe(p))) : (y === 7 && c(J.INVALID_LINKED_FORMAT, i(), 0), E.braceNest = 0, E.inLinked = !1, xt(p, E));
|
|
593
593
|
}
|
|
594
594
|
}
|
|
595
595
|
function xt(p, E) {
|
|
@@ -624,8 +624,8 @@ function qA(e, t = {}) {
|
|
|
624
624
|
return y;
|
|
625
625
|
}
|
|
626
626
|
function On() {
|
|
627
|
-
const { currentType: p, offset: E, startLoc: y, endLoc:
|
|
628
|
-
return l.lastType = p, l.lastOffset = E, l.lastStartLoc = y, l.lastEndLoc =
|
|
627
|
+
const { currentType: p, offset: E, startLoc: y, endLoc: K } = l;
|
|
628
|
+
return l.lastType = p, l.lastOffset = E, l.lastStartLoc = y, l.lastEndLoc = K, l.offset = s(), l.startLoc = i(), r.currentChar() === $t ? d(
|
|
629
629
|
l,
|
|
630
630
|
13
|
|
631
631
|
/* TokenTypes.EOF */
|
|
@@ -2613,7 +2613,7 @@ function hi(e = {}) {
|
|
|
2613
2613
|
function y(w, R) {
|
|
2614
2614
|
u.value[w] = Le(u.value[w] || {}, R), b.datetimeFormats = u.value, _i(b, w, R);
|
|
2615
2615
|
}
|
|
2616
|
-
function
|
|
2616
|
+
function K(w) {
|
|
2617
2617
|
return c.value[w] || {};
|
|
2618
2618
|
}
|
|
2619
2619
|
function Qe(w, R) {
|
|
@@ -2696,7 +2696,7 @@ function hi(e = {}) {
|
|
|
2696
2696
|
setMissingHandler: we,
|
|
2697
2697
|
[Oo]: Ze
|
|
2698
2698
|
};
|
|
2699
|
-
return ae.datetimeFormats = ce, ae.numberFormats = ye, ae.rt = Ft, ae.te = qe, ae.tm = cn, ae.d = wn, ae.n = De, ae.getDateTimeFormat = p, ae.setDateTimeFormat = E, ae.mergeDateTimeFormat = y, ae.getNumberFormat =
|
|
2699
|
+
return ae.datetimeFormats = ce, ae.numberFormats = ye, ae.rt = Ft, ae.te = qe, ae.tm = cn, ae.d = wn, ae.n = De, ae.getDateTimeFormat = p, ae.setDateTimeFormat = E, ae.mergeDateTimeFormat = y, ae.getNumberFormat = K, ae.setNumberFormat = Qe, ae.mergeNumberFormat = me, ae[Vo] = n, ae[Rs] = de, ae[Ns] = ft, ae[Ls] = fe, process.env.NODE_ENV !== "production" && (ae[mn] = (w) => {
|
|
2700
2700
|
b.__v_emitter = w;
|
|
2701
2701
|
}, ae[cr] = () => {
|
|
2702
2702
|
b.__v_emitter = void 0;
|
|
@@ -3614,24 +3614,26 @@ const rr = Hc({
|
|
|
3614
3614
|
setLocale: n
|
|
3615
3615
|
};
|
|
3616
3616
|
});
|
|
3617
|
-
var Nn = /* @__PURE__ */ ((e) => (e.Custom = "custom", e.XS = "xs", e.S = "s", e.M = "m", e.L = "l", e))(Nn || {}),
|
|
3617
|
+
var Nn = /* @__PURE__ */ ((e) => (e.Custom = "custom", e.XS = "xs", e.S = "s", e.M = "m", e.L = "l", e))(Nn || {}), M = /* @__PURE__ */ ((e) => (e.Transparent = "transparent", e.White = "white", e.Black = "black", e.PurpleMain = "purple-main", e.PurpleSecondary = "purple-secondary", e.GrayText = "gray-text", e.GrayBorder = "gray-border", e.Gray = "gray", e.Purple_66 = "purple-66", e.BlueMain = "blue-main", e.BlueSecondary = "blue-secondary", e.Danger_1 = "danger-1", e.Danger_2 = "danger-2", e.Danger_3 = "danger-3", e.Danger_4 = "danger-4", e.Danger_5 = "danger-5", e.Warning = "warning", e.WarningBg = "warning-bg", e))(M || {}), Ue = /* @__PURE__ */ ((e) => (e.button = "button", e.checkbox = "checkbox", e.color = "color", e.date = "date", e.datetimelocal = "datetime-local", e.email = "email", e.file = "file", e.hidden = "hidden", e.image = "image", e.month = "month", e.number = "number", e.password = "password", e.radio = "radio", e.range = "range", e.reset = "reset", e.search = "search", e.submit = "submit", e.tel = "tel", e.text = "text", e.time = "time", e.url = "url", e.week = "week", e.select = "select", e))(Ue || {}), Uo = /* @__PURE__ */ ((e) => (e.text = "text", e.tel = "tel", e.url = "url", e.email = "email", e.numeric = "numeric", e.decimal = "decimal", e.search = "search", e))(Uo || {}), ht = /* @__PURE__ */ ((e) => (e.mask = "mask", e.textarea = "textarea", e.input = "input", e))(ht || {}), Fn = /* @__PURE__ */ ((e) => (e.CENTER = "center", e.BOTTOM = "bottom", e.TOP = "top", e.LEFT = "left", e.RIGHT = "right", e))(Fn || {}), Bt = /* @__PURE__ */ ((e) => (e.RosMigrant = "rosmigrant", e.Students = "students", e.SevenZeroTwo = "702", e))(Bt || {});
|
|
3618
3618
|
const ee = {
|
|
3619
|
-
[
|
|
3620
|
-
[
|
|
3621
|
-
[
|
|
3622
|
-
[
|
|
3623
|
-
[
|
|
3624
|
-
[
|
|
3625
|
-
[
|
|
3626
|
-
[
|
|
3627
|
-
[
|
|
3628
|
-
[
|
|
3629
|
-
[
|
|
3630
|
-
[
|
|
3631
|
-
[
|
|
3632
|
-
[
|
|
3633
|
-
[
|
|
3634
|
-
[
|
|
3619
|
+
[M.Transparent]: "transparent",
|
|
3620
|
+
[M.White]: "#FFF",
|
|
3621
|
+
[M.Black]: "#000",
|
|
3622
|
+
[M.PurpleMain]: "#666EE4",
|
|
3623
|
+
[M.PurpleSecondary]: "rgba(102, 110, 228, 0.1)",
|
|
3624
|
+
[M.GrayText]: "#3A3A3A",
|
|
3625
|
+
[M.GrayBorder]: "#d8d8d8",
|
|
3626
|
+
[M.Gray]: "#323232",
|
|
3627
|
+
[M.Purple_66]: "#666EE41A",
|
|
3628
|
+
[M.BlueMain]: "#3273ED",
|
|
3629
|
+
[M.BlueSecondary]: "rgba(50, 115, 237, 0.1)",
|
|
3630
|
+
[M.Danger_1]: "#FD324E",
|
|
3631
|
+
[M.Danger_2]: "#EA4242",
|
|
3632
|
+
[M.Danger_3]: "#FFE9E9",
|
|
3633
|
+
[M.Danger_4]: "#FFDCDC",
|
|
3634
|
+
[M.Danger_5]: "#DA363C",
|
|
3635
|
+
[M.Warning]: "#F25868",
|
|
3636
|
+
[M.WarningBg]: "rgba(242, 88, 104, 0.15)"
|
|
3635
3637
|
}, oe = {
|
|
3636
3638
|
INN: "inn-example",
|
|
3637
3639
|
DRIVERS_LICENSE: "vu-example",
|
|
@@ -3742,12 +3744,12 @@ const ee = {
|
|
|
3742
3744
|
//TODO Заполнить РосМигрант
|
|
3743
3745
|
[Bt.RosMigrant]: {
|
|
3744
3746
|
primary: {
|
|
3745
|
-
color: ee[
|
|
3746
|
-
bgColor: ee[
|
|
3747
|
+
color: ee[M.White],
|
|
3748
|
+
bgColor: ee[M.PurpleMain]
|
|
3747
3749
|
},
|
|
3748
3750
|
secondary: {
|
|
3749
|
-
color: ee[
|
|
3750
|
-
bgColor: ee[
|
|
3751
|
+
color: ee[M.PurpleMain],
|
|
3752
|
+
bgColor: ee[M.PurpleSecondary]
|
|
3751
3753
|
},
|
|
3752
3754
|
label: {
|
|
3753
3755
|
fontFamily: "Manrope",
|
|
@@ -3761,12 +3763,12 @@ const ee = {
|
|
|
3761
3763
|
},
|
|
3762
3764
|
[Bt.Students]: {
|
|
3763
3765
|
primary: {
|
|
3764
|
-
color: ee[
|
|
3765
|
-
bgColor: ee[
|
|
3766
|
+
color: ee[M.White],
|
|
3767
|
+
bgColor: ee[M.PurpleMain]
|
|
3766
3768
|
},
|
|
3767
3769
|
secondary: {
|
|
3768
|
-
color: ee[
|
|
3769
|
-
bgColor: ee[
|
|
3770
|
+
color: ee[M.PurpleMain],
|
|
3771
|
+
bgColor: ee[M.PurpleSecondary]
|
|
3770
3772
|
},
|
|
3771
3773
|
label: {
|
|
3772
3774
|
fontFamily: "Manrope",
|
|
@@ -3776,29 +3778,29 @@ const ee = {
|
|
|
3776
3778
|
letterSpacing: "0%"
|
|
3777
3779
|
},
|
|
3778
3780
|
primaryFontColor: {
|
|
3779
|
-
color: ee[
|
|
3781
|
+
color: ee[M.White]
|
|
3780
3782
|
},
|
|
3781
3783
|
secondaryFontColor: {
|
|
3782
|
-
color: ee[
|
|
3784
|
+
color: ee[M.PurpleMain]
|
|
3783
3785
|
},
|
|
3784
|
-
iconColor: ee[
|
|
3786
|
+
iconColor: ee[M.PurpleMain],
|
|
3785
3787
|
danger: {},
|
|
3786
3788
|
background: {}
|
|
3787
3789
|
},
|
|
3788
3790
|
[Bt.SevenZeroTwo]: {
|
|
3789
3791
|
primary: {
|
|
3790
|
-
color: ee[
|
|
3791
|
-
bgColor: ee[
|
|
3792
|
+
color: ee[M.White],
|
|
3793
|
+
bgColor: ee[M.BlueMain]
|
|
3792
3794
|
},
|
|
3793
3795
|
secondary: {
|
|
3794
|
-
color: ee[
|
|
3795
|
-
bgColor: ee[
|
|
3796
|
+
color: ee[M.BlueMain],
|
|
3797
|
+
bgColor: ee[M.BlueSecondary]
|
|
3796
3798
|
},
|
|
3797
3799
|
primaryFontColor: {
|
|
3798
|
-
color: ee[
|
|
3800
|
+
color: ee[M.PurpleMain]
|
|
3799
3801
|
},
|
|
3800
3802
|
secondaryFontColor: {
|
|
3801
|
-
color: ee[
|
|
3803
|
+
color: ee[M.White]
|
|
3802
3804
|
},
|
|
3803
3805
|
label: {
|
|
3804
3806
|
fontFamily: "Manrope",
|
|
@@ -3807,7 +3809,7 @@ const ee = {
|
|
|
3807
3809
|
lineHeight: "24px",
|
|
3808
3810
|
letterSpacing: "0%"
|
|
3809
3811
|
},
|
|
3810
|
-
iconColor: ee[
|
|
3812
|
+
iconColor: ee[M.BlueMain],
|
|
3811
3813
|
danger: {},
|
|
3812
3814
|
background: {}
|
|
3813
3815
|
}
|
|
@@ -3815,19 +3817,19 @@ const ee = {
|
|
|
3815
3817
|
[Bt.Students]: {
|
|
3816
3818
|
submitBtn: {
|
|
3817
3819
|
size: Nn.M,
|
|
3818
|
-
"bg-color": ee[
|
|
3820
|
+
"bg-color": ee[M.Purple_66]
|
|
3819
3821
|
}
|
|
3820
3822
|
},
|
|
3821
3823
|
[Bt.SevenZeroTwo]: {
|
|
3822
3824
|
submitBtn: {
|
|
3823
3825
|
size: Nn.M,
|
|
3824
|
-
"bg-color": ee[
|
|
3826
|
+
"bg-color": ee[M.Purple_66]
|
|
3825
3827
|
}
|
|
3826
3828
|
},
|
|
3827
3829
|
[Bt.RosMigrant]: {
|
|
3828
3830
|
submitBtn: {
|
|
3829
3831
|
size: Nn.M,
|
|
3830
|
-
"bg-color": ee[
|
|
3832
|
+
"bg-color": ee[M.Purple_66]
|
|
3831
3833
|
}
|
|
3832
3834
|
}
|
|
3833
3835
|
}, va = {
|
|
@@ -5183,13 +5185,13 @@ const yf = ["type", "disabled"], Df = ["innerHTML"], Ff = /* @__PURE__ */ ge({
|
|
|
5183
5185
|
isBoxShadow: { type: Boolean, default: !1 },
|
|
5184
5186
|
disabled: { type: Boolean, default: !1 },
|
|
5185
5187
|
size: { default: Nn.M },
|
|
5186
|
-
color: { default: ee[
|
|
5187
|
-
bgColor: { default: ee[
|
|
5188
|
+
color: { default: ee[M.PurpleMain] },
|
|
5189
|
+
bgColor: { default: ee[M.White] },
|
|
5188
5190
|
borderColor: { default: null },
|
|
5189
|
-
loaderBorderColor: { default: ee[
|
|
5191
|
+
loaderBorderColor: { default: ee[M.Transparent] },
|
|
5190
5192
|
isActive: { type: Boolean, default: !1 },
|
|
5191
|
-
activeColor: { default: ee[
|
|
5192
|
-
activeBgColor: { default: ee[
|
|
5193
|
+
activeColor: { default: ee[M.White] },
|
|
5194
|
+
activeBgColor: { default: ee[M.PurpleMain] },
|
|
5193
5195
|
buttonType: { default: bi.BUTTON }
|
|
5194
5196
|
},
|
|
5195
5197
|
emits: ["click"],
|
|
@@ -5234,8 +5236,8 @@ const yf = ["type", "disabled"], Df = ["innerHTML"], Ff = /* @__PURE__ */ ge({
|
|
|
5234
5236
|
__name: "UILoader",
|
|
5235
5237
|
props: {
|
|
5236
5238
|
size: { default: Nn.S },
|
|
5237
|
-
borderColor: { default:
|
|
5238
|
-
borderColorLeft: { default: ee[
|
|
5239
|
+
borderColor: { default: M.PurpleMain },
|
|
5240
|
+
borderColorLeft: { default: ee[M.Transparent] }
|
|
5239
5241
|
},
|
|
5240
5242
|
setup(e) {
|
|
5241
5243
|
Cr((r) => ({
|
|
@@ -5254,8 +5256,8 @@ const yf = ["type", "disabled"], Df = ["innerHTML"], Ff = /* @__PURE__ */ ge({
|
|
|
5254
5256
|
props: {
|
|
5255
5257
|
isBoxShadow: { type: Boolean, default: !0 },
|
|
5256
5258
|
isBorder: { type: Boolean, default: !0 },
|
|
5257
|
-
bgColor: { default: ee[
|
|
5258
|
-
color: { default: ee[
|
|
5259
|
+
bgColor: { default: ee[M.White] },
|
|
5260
|
+
color: { default: ee[M.GrayText] },
|
|
5259
5261
|
borderRadius: { default: "12px" },
|
|
5260
5262
|
padding: { default: "12px" }
|
|
5261
5263
|
},
|
|
@@ -8654,7 +8656,7 @@ const lh = {
|
|
|
8654
8656
|
c1b763dc: i.value,
|
|
8655
8657
|
d818ba3e: l.value
|
|
8656
8658
|
}));
|
|
8657
|
-
const n = e, r = t, s = W(), i = W(ee[
|
|
8659
|
+
const n = e, r = t, s = W(), i = W(ee[M.GrayBorder]), a = W(ee[M.White]), o = W(ee[M.GrayText]), l = W(ee[M.Danger_5]), A = X(() => !n.isDate && typeof n.modelValue != "string" ? n.modelValue : String(n.modelValue).split("-").reverse().join(".")), u = X(() => n.component === ht.mask ? fh : n.component === ht.textarea ? ht.textarea : ht.input), c = X(() => ({
|
|
8658
8660
|
"--capitalize": n.isCapitalize,
|
|
8659
8661
|
"--error": n.isError,
|
|
8660
8662
|
"--textarea": n.component === ht.textarea,
|
|
@@ -8913,10 +8915,10 @@ const lh = {
|
|
|
8913
8915
|
(H(!0), $(_t, null, kn(n.options, (o) => (H(), Se(Yn, {
|
|
8914
8916
|
key: String(o.value),
|
|
8915
8917
|
text: o.label,
|
|
8916
|
-
"bg-color": L(ee)[L(
|
|
8918
|
+
"bg-color": L(ee)[L(M).Purple_66],
|
|
8917
8919
|
"is-active": i.modelValue === o.value,
|
|
8918
8920
|
type: "button",
|
|
8919
|
-
"loader-border-color": L(ee)[L(
|
|
8921
|
+
"loader-border-color": L(ee)[L(M).Transparent] ?? "transparent",
|
|
8920
8922
|
onClick: (l) => s(o.value)
|
|
8921
8923
|
}, null, 8, ["text", "bg-color", "is-active", "loader-border-color", "onClick"]))), 128))
|
|
8922
8924
|
]));
|
|
@@ -8945,10 +8947,10 @@ const lh = {
|
|
|
8945
8947
|
a6867f1c: i.value,
|
|
8946
8948
|
bce7d57e: l.value
|
|
8947
8949
|
}));
|
|
8948
|
-
const { openModal: n } = no(), r = e, s = t, i = W(ee[
|
|
8950
|
+
const { openModal: n } = no(), r = e, s = t, i = W(ee[M.GrayBorder]), a = W(ee[M.White]), o = W(ee[M.GrayText]), l = W(ee[M.Danger_5]), A = () => {
|
|
8949
8951
|
n({
|
|
8950
8952
|
component: gA(
|
|
8951
|
-
() => import("./List-
|
|
8953
|
+
() => import("./List-BlhCwWw_.js")
|
|
8952
8954
|
),
|
|
8953
8955
|
modalProps: {
|
|
8954
8956
|
isHaveCloseModal: !0,
|
|
@@ -10346,7 +10348,7 @@ function Wl(e) {
|
|
|
10346
10348
|
const G = k.id.indexOf(Q);
|
|
10347
10349
|
G >= 0 && k.id.splice(G, 1), delete k.__flags.pendingUnmount[Q];
|
|
10348
10350
|
}
|
|
10349
|
-
(!k.multiple || k.fieldsCount <= 0) && (u.value.splice(F, 1),
|
|
10351
|
+
(!k.multiple || k.fieldsCount <= 0) && (u.value.splice(F, 1), K(S), g(), delete d.value[S]);
|
|
10350
10352
|
}
|
|
10351
10353
|
}
|
|
10352
10354
|
function x(S) {
|
|
@@ -10387,7 +10389,7 @@ function Wl(e) {
|
|
|
10387
10389
|
defineComponentBinds: Mt,
|
|
10388
10390
|
defineField: R,
|
|
10389
10391
|
stageInitialValue: Qe,
|
|
10390
|
-
unsetInitialValue:
|
|
10392
|
+
unsetInitialValue: K,
|
|
10391
10393
|
setFieldInitialValue: me,
|
|
10392
10394
|
createPathState: q,
|
|
10393
10395
|
getPathState: te,
|
|
@@ -10512,7 +10514,7 @@ function Wl(e) {
|
|
|
10512
10514
|
}
|
|
10513
10515
|
return k != null && k.validate ? k.validate(Q) : (!k && ((F = Q == null ? void 0 : Q.warn) !== null && F !== void 0 ? F : !0) && process.env.NODE_ENV !== "production" && pA(`field with path ${S} was not found`), Promise.resolve({ errors: [], valid: !0 }));
|
|
10514
10516
|
}
|
|
10515
|
-
function
|
|
10517
|
+
function K(S) {
|
|
10516
10518
|
xa(O.value, S);
|
|
10517
10519
|
}
|
|
10518
10520
|
function Qe(S, Q, F = !1) {
|
|
@@ -12702,31 +12704,34 @@ const xv = () => ({
|
|
|
12702
12704
|
},
|
|
12703
12705
|
emits: ["send", "change-email", "logout"],
|
|
12704
12706
|
setup(e, { emit: t }) {
|
|
12705
|
-
const n = Jn(), r = t, s = (
|
|
12706
|
-
n.
|
|
12707
|
-
}, i = (
|
|
12708
|
-
|
|
12709
|
-
}, a = () => {
|
|
12707
|
+
const n = Jn(), r = t, s = () => {
|
|
12708
|
+
n.goToStep("link");
|
|
12709
|
+
}, i = (l) => {
|
|
12710
|
+
n.setEmail(l), n.goToStep("confirmation"), r("send", l);
|
|
12711
|
+
}, a = (l) => {
|
|
12712
|
+
window.open(l, "_blank");
|
|
12713
|
+
}, o = () => {
|
|
12710
12714
|
n.reset(), r("logout");
|
|
12711
12715
|
};
|
|
12712
|
-
return (
|
|
12716
|
+
return (l, A) => (H(), $("div", cE, [
|
|
12713
12717
|
L(n).currentStep === "link" ? (H(), Se(jv, {
|
|
12714
12718
|
key: 0,
|
|
12715
12719
|
"initial-email": L(n).email,
|
|
12716
12720
|
"is-loading": L(n).isLoading,
|
|
12717
|
-
onSend:
|
|
12721
|
+
onSend: i,
|
|
12718
12722
|
"onUpdate:email": L(n).setEmail
|
|
12719
12723
|
}, null, 8, ["initial-email", "is-loading", "onUpdate:email"])) : L(n).currentStep === "confirmation" ? (H(), Se(nE, {
|
|
12720
12724
|
key: 1,
|
|
12721
|
-
onOpenMail:
|
|
12725
|
+
onOpenMail: a,
|
|
12726
|
+
onChange: s
|
|
12722
12727
|
})) : (H(), Se(uE, {
|
|
12723
12728
|
key: 2,
|
|
12724
12729
|
"user-email": L(n).email,
|
|
12725
|
-
onLogout:
|
|
12730
|
+
onLogout: o
|
|
12726
12731
|
}, null, 8, ["user-email"]))
|
|
12727
12732
|
]));
|
|
12728
12733
|
}
|
|
12729
|
-
}), fE = /* @__PURE__ */ je(dE, [["__scopeId", "data-v-
|
|
12734
|
+
}), fE = /* @__PURE__ */ je(dE, [["__scopeId", "data-v-73b35a48"]]), BE = /* @__PURE__ */ ge({
|
|
12730
12735
|
__name: "AuthTestWrapper",
|
|
12731
12736
|
emits: ["send", "change-email", "logout"],
|
|
12732
12737
|
setup(e, { emit: t }) {
|
|
@@ -12822,7 +12827,7 @@ export {
|
|
|
12822
12827
|
Zc as q,
|
|
12823
12828
|
Nn as r,
|
|
12824
12829
|
rf as s,
|
|
12825
|
-
|
|
12830
|
+
M as t,
|
|
12826
12831
|
Vf as u,
|
|
12827
12832
|
Uo as v,
|
|
12828
12833
|
ht as w,
|