@everymatrix/player-email-verification 1.74.6 → 1.74.7
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/components/{PlayerEmailVerification-64YgAa6l.js → PlayerEmailVerification-BEBlzjMH.js} +77 -71
- package/components/{PlayerEmailVerification-CC6x_teP.cjs → PlayerEmailVerification-D4cuMbt0.cjs} +3 -3
- package/components/{PlayerEmailVerification-DIJ00Em1.js → PlayerEmailVerification-DgO_reIt.js} +78 -72
- package/es2015/player-email-verification.cjs +1 -1
- package/es2015/player-email-verification.js +1 -1
- package/esnext/player-email-verification.js +1 -1
- package/package.json +1 -1
package/components/{PlayerEmailVerification-64YgAa6l.js → PlayerEmailVerification-BEBlzjMH.js}
RENAMED
|
@@ -35,7 +35,7 @@ function rt(e) {
|
|
|
35
35
|
function Ue() {
|
|
36
36
|
return /* @__PURE__ */ Object.create(null);
|
|
37
37
|
}
|
|
38
|
-
function
|
|
38
|
+
function W(e) {
|
|
39
39
|
e.forEach(rt);
|
|
40
40
|
}
|
|
41
41
|
function Be(e) {
|
|
@@ -126,7 +126,7 @@ function w() {
|
|
|
126
126
|
}
|
|
127
127
|
function kt(e) {
|
|
128
128
|
if (e.fragment !== null) {
|
|
129
|
-
e.update(),
|
|
129
|
+
e.update(), W(e.before_update);
|
|
130
130
|
const t = e.dirty;
|
|
131
131
|
e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach(be);
|
|
132
132
|
}
|
|
@@ -135,20 +135,20 @@ function Xt(e) {
|
|
|
135
135
|
const t = [], r = [];
|
|
136
136
|
$.forEach((n) => e.indexOf(n) === -1 ? t.push(n) : r.push(n)), r.forEach((n) => n()), $ = t;
|
|
137
137
|
}
|
|
138
|
-
const
|
|
139
|
-
function
|
|
140
|
-
e && e.i && (
|
|
138
|
+
const zt = /* @__PURE__ */ new Set();
|
|
139
|
+
function Wt(e, t) {
|
|
140
|
+
e && e.i && (zt.delete(e), e.i(t));
|
|
141
141
|
}
|
|
142
142
|
function Zt(e, t, r) {
|
|
143
143
|
const { fragment: n, after_update: i } = e.$$;
|
|
144
144
|
n && n.m(t, r), be(() => {
|
|
145
145
|
const s = e.$$.on_mount.map(rt).filter(Be);
|
|
146
|
-
e.$$.on_destroy ? e.$$.on_destroy.push(...s) :
|
|
146
|
+
e.$$.on_destroy ? e.$$.on_destroy.push(...s) : W(s), e.$$.on_mount = [];
|
|
147
147
|
}), i.forEach(be);
|
|
148
148
|
}
|
|
149
149
|
function Qt(e, t) {
|
|
150
150
|
const r = e.$$;
|
|
151
|
-
r.fragment !== null && (Xt(r.after_update),
|
|
151
|
+
r.fragment !== null && (Xt(r.after_update), W(r.on_destroy), r.fragment && r.fragment.d(t), r.on_destroy = r.fragment = null, r.ctx = []);
|
|
152
152
|
}
|
|
153
153
|
function Jt(e, t) {
|
|
154
154
|
e.$$.dirty[0] === -1 && (I.push(e), Vt(), e.$$.dirty.fill(0)), e.$$.dirty[t / 31 | 0] |= 1 << t % 31;
|
|
@@ -182,13 +182,13 @@ function qt(e, t, r, n, i, s, o = null, h = [-1]) {
|
|
|
182
182
|
if (a.ctx = r ? r(e, t.props || {}, (f, c, ...b) => {
|
|
183
183
|
const g = b.length ? b[0] : c;
|
|
184
184
|
return a.ctx && i(a.ctx[f], a.ctx[f] = g) && (!a.skip_bound && a.bound[f] && a.bound[f](g), l && Jt(e, f)), c;
|
|
185
|
-
}) : [], a.update(), l = !0,
|
|
185
|
+
}) : [], a.update(), l = !0, W(a.before_update), a.fragment = n ? n(a.ctx) : !1, t.target) {
|
|
186
186
|
if (t.hydrate) {
|
|
187
187
|
const f = Dt(t.target);
|
|
188
188
|
a.fragment && a.fragment.l(f), f.forEach(Ae);
|
|
189
189
|
} else
|
|
190
190
|
a.fragment && a.fragment.c();
|
|
191
|
-
t.intro &&
|
|
191
|
+
t.intro && Wt(e.$$.fragment), Zt(e, t.target, t.anchor), w();
|
|
192
192
|
}
|
|
193
193
|
k(u);
|
|
194
194
|
}
|
|
@@ -470,18 +470,18 @@ function U(e, t, r) {
|
|
|
470
470
|
const g = t(n ? a[0] : a, o, h);
|
|
471
471
|
s ? o(g) : f = Be(g) ? g : _;
|
|
472
472
|
}, b = i.map(
|
|
473
|
-
(g,
|
|
473
|
+
(g, x) => it(
|
|
474
474
|
g,
|
|
475
475
|
(T) => {
|
|
476
|
-
a[
|
|
476
|
+
a[x] = T, l &= ~(1 << x), u && c();
|
|
477
477
|
},
|
|
478
478
|
() => {
|
|
479
|
-
l |= 1 <<
|
|
479
|
+
l |= 1 << x;
|
|
480
480
|
}
|
|
481
481
|
)
|
|
482
482
|
);
|
|
483
483
|
return u = !0, c(), function() {
|
|
484
|
-
|
|
484
|
+
W(b), f(), u = !1;
|
|
485
485
|
};
|
|
486
486
|
});
|
|
487
487
|
}
|
|
@@ -616,17 +616,17 @@ function ue(e, t, r) {
|
|
|
616
616
|
return e.concat(s || t);
|
|
617
617
|
}
|
|
618
618
|
function le(e, t) {
|
|
619
|
-
var r = t && t.cache ? t.cache : Tr, n = t && t.serializer ? t.serializer : Hr, i = t && t.strategy ? t.strategy :
|
|
619
|
+
var r = t && t.cache ? t.cache : Tr, n = t && t.serializer ? t.serializer : Hr, i = t && t.strategy ? t.strategy : xr;
|
|
620
620
|
return i(e, {
|
|
621
621
|
cache: r,
|
|
622
622
|
serializer: n
|
|
623
623
|
});
|
|
624
624
|
}
|
|
625
|
-
function
|
|
625
|
+
function yr(e) {
|
|
626
626
|
return e == null || typeof e == "number" || typeof e == "boolean";
|
|
627
627
|
}
|
|
628
628
|
function ut(e, t, r, n) {
|
|
629
|
-
var i =
|
|
629
|
+
var i = yr(n) ? n : r(n), s = t.get(i);
|
|
630
630
|
return typeof s == "undefined" && (s = e.call(this, n), t.set(i, s)), s;
|
|
631
631
|
}
|
|
632
632
|
function lt(e, t, r) {
|
|
@@ -636,7 +636,7 @@ function lt(e, t, r) {
|
|
|
636
636
|
function Ne(e, t, r, n, i) {
|
|
637
637
|
return r.bind(t, e, n, i);
|
|
638
638
|
}
|
|
639
|
-
function
|
|
639
|
+
function xr(e, t) {
|
|
640
640
|
var r = e.length === 1 ? ut : lt;
|
|
641
641
|
return Ne(e, this, r, t.cache.create(), t.serializer);
|
|
642
642
|
}
|
|
@@ -824,10 +824,10 @@ function Or(e) {
|
|
|
824
824
|
function Ir(e) {
|
|
825
825
|
return e.replace(/^(.*?)-/, "");
|
|
826
826
|
}
|
|
827
|
-
var Ve = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g,
|
|
827
|
+
var Ve = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, yt = /^(@+)?(\+|#+)?[rs]?$/g, wr = /(\*)(0+)|(#+)(0+)|(0+)/g, xt = /^(0+)$/;
|
|
828
828
|
function ke(e) {
|
|
829
829
|
var t = {};
|
|
830
|
-
return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(
|
|
830
|
+
return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(yt, function(r, n, i) {
|
|
831
831
|
return typeof i != "string" ? (t.minimumSignificantDigits = n.length, t.maximumSignificantDigits = n.length) : i === "+" ? t.minimumSignificantDigits = n.length : n[0] === "#" ? t.maximumSignificantDigits = n.length : (t.minimumSignificantDigits = n.length, t.maximumSignificantDigits = n.length + (typeof i == "string" ? i.length : 0)), "";
|
|
832
832
|
}), t;
|
|
833
833
|
}
|
|
@@ -879,7 +879,7 @@ function $r(e) {
|
|
|
879
879
|
notation: "scientific"
|
|
880
880
|
}, e = e.slice(1)), t) {
|
|
881
881
|
var r = e.slice(0, 2);
|
|
882
|
-
if (r === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : r === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !
|
|
882
|
+
if (r === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : r === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !xt.test(e))
|
|
883
883
|
throw new Error("Malformed concise eng/scientific notation");
|
|
884
884
|
t.minimumIntegerDigits = e.length;
|
|
885
885
|
}
|
|
@@ -988,7 +988,7 @@ function Lr(e) {
|
|
|
988
988
|
});
|
|
989
989
|
continue;
|
|
990
990
|
}
|
|
991
|
-
if (
|
|
991
|
+
if (xt.test(i.stem)) {
|
|
992
992
|
t.minimumIntegerDigits = i.stem.length;
|
|
993
993
|
continue;
|
|
994
994
|
}
|
|
@@ -1002,7 +1002,7 @@ function Lr(e) {
|
|
|
1002
1002
|
s === "w" ? t = d(d({}, t), { trailingZeroDisplay: "stripIfInteger" }) : s && (t = d(d({}, t), ke(s)));
|
|
1003
1003
|
continue;
|
|
1004
1004
|
}
|
|
1005
|
-
if (
|
|
1005
|
+
if (yt.test(i.stem)) {
|
|
1006
1006
|
t = d(d({}, t), ke(i.stem));
|
|
1007
1007
|
continue;
|
|
1008
1008
|
}
|
|
@@ -2470,16 +2470,16 @@ var ce, Rr = new RegExp("^".concat(Et.source, "*")), Ur = new RegExp("".concat(E
|
|
|
2470
2470
|
function p(e, t) {
|
|
2471
2471
|
return { start: e, end: t };
|
|
2472
2472
|
}
|
|
2473
|
-
var Gr = !!String.prototype.startsWith && "_a".startsWith("a", 1), Dr = !!String.fromCodePoint, Fr = !!Object.fromEntries, jr = !!String.prototype.codePointAt, Vr = !!String.prototype.trimStart, kr = !!String.prototype.trimEnd, Xr = !!Number.isSafeInteger,
|
|
2473
|
+
var Gr = !!String.prototype.startsWith && "_a".startsWith("a", 1), Dr = !!String.fromCodePoint, Fr = !!Object.fromEntries, jr = !!String.prototype.codePointAt, Vr = !!String.prototype.trimStart, kr = !!String.prototype.trimEnd, Xr = !!Number.isSafeInteger, zr = Xr ? Number.isSafeInteger : function(e) {
|
|
2474
2474
|
return typeof e == "number" && isFinite(e) && Math.floor(e) === e && Math.abs(e) <= 9007199254740991;
|
|
2475
|
-
},
|
|
2475
|
+
}, ye = !0;
|
|
2476
2476
|
try {
|
|
2477
|
-
var
|
|
2478
|
-
|
|
2477
|
+
var Wr = Ht("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
|
|
2478
|
+
ye = ((ce = Wr.exec("a")) === null || ce === void 0 ? void 0 : ce[0]) === "a";
|
|
2479
2479
|
} catch (e) {
|
|
2480
|
-
|
|
2480
|
+
ye = !1;
|
|
2481
2481
|
}
|
|
2482
|
-
var
|
|
2482
|
+
var ze = Gr ? (
|
|
2483
2483
|
// Native
|
|
2484
2484
|
function(t, r, n) {
|
|
2485
2485
|
return t.startsWith(r, n);
|
|
@@ -2489,7 +2489,7 @@ var We = Gr ? (
|
|
|
2489
2489
|
function(t, r, n) {
|
|
2490
2490
|
return t.slice(n, n + r.length) === r;
|
|
2491
2491
|
}
|
|
2492
|
-
),
|
|
2492
|
+
), xe = Dr ? String.fromCodePoint : (
|
|
2493
2493
|
// IE11
|
|
2494
2494
|
function() {
|
|
2495
2495
|
for (var t = [], r = 0; r < arguments.length; r++)
|
|
@@ -2501,7 +2501,7 @@ var We = Gr ? (
|
|
|
2501
2501
|
}
|
|
2502
2502
|
return n;
|
|
2503
2503
|
}
|
|
2504
|
-
),
|
|
2504
|
+
), We = (
|
|
2505
2505
|
// native
|
|
2506
2506
|
Fr ? Object.fromEntries : (
|
|
2507
2507
|
// Ponyfill
|
|
@@ -2552,7 +2552,7 @@ function Ht(e, t) {
|
|
|
2552
2552
|
return new RegExp(e, t);
|
|
2553
2553
|
}
|
|
2554
2554
|
var ve;
|
|
2555
|
-
if (
|
|
2555
|
+
if (ye) {
|
|
2556
2556
|
var Ze = Ht("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
|
|
2557
2557
|
ve = function(t, r) {
|
|
2558
2558
|
var n;
|
|
@@ -2568,7 +2568,7 @@ if (xe) {
|
|
|
2568
2568
|
break;
|
|
2569
2569
|
n.push(i), r += i >= 65536 ? 2 : 1;
|
|
2570
2570
|
}
|
|
2571
|
-
return
|
|
2571
|
+
return xe.apply(void 0, n);
|
|
2572
2572
|
};
|
|
2573
2573
|
var Jr = (
|
|
2574
2574
|
/** @class */
|
|
@@ -2715,12 +2715,12 @@ var Jr = (
|
|
|
2715
2715
|
r.push(n);
|
|
2716
2716
|
this.bump();
|
|
2717
2717
|
}
|
|
2718
|
-
return
|
|
2718
|
+
return xe.apply(void 0, r);
|
|
2719
2719
|
}, e.prototype.tryParseUnquoted = function(t, r) {
|
|
2720
2720
|
if (this.isEOF())
|
|
2721
2721
|
return null;
|
|
2722
2722
|
var n = this.char();
|
|
2723
|
-
return n === 60 || n === 123 || n === 35 && (r === "plural" || r === "selectordinal") || n === 125 && t > 0 ? null : (this.bump(),
|
|
2723
|
+
return n === 60 || n === 123 || n === 35 && (r === "plural" || r === "selectordinal") || n === 125 && t > 0 ? null : (this.bump(), xe(n));
|
|
2724
2724
|
}, e.prototype.parseArgument = function(t, r) {
|
|
2725
2725
|
var n = this.clonePosition();
|
|
2726
2726
|
if (this.bump(), this.bumpSpace(), this.isEOF())
|
|
@@ -2777,18 +2777,18 @@ var Jr = (
|
|
|
2777
2777
|
var g = this.tryParseArgumentClose(i);
|
|
2778
2778
|
if (g.err)
|
|
2779
2779
|
return g;
|
|
2780
|
-
var
|
|
2781
|
-
if (a &&
|
|
2780
|
+
var x = p(i, this.clonePosition());
|
|
2781
|
+
if (a && ze(a == null ? void 0 : a.style, "::", 0)) {
|
|
2782
2782
|
var T = Zr(a.style.slice(2));
|
|
2783
2783
|
if (h === "number") {
|
|
2784
2784
|
var f = this.parseNumberSkeletonFromString(T, a.styleLocation);
|
|
2785
2785
|
return f.err ? f : {
|
|
2786
|
-
val: { type: E.number, value: n, location:
|
|
2786
|
+
val: { type: E.number, value: n, location: x, style: f.val },
|
|
2787
2787
|
err: null
|
|
2788
2788
|
};
|
|
2789
2789
|
} else {
|
|
2790
2790
|
if (T.length === 0)
|
|
2791
|
-
return this.error(m.EXPECT_DATE_TIME_SKELETON,
|
|
2791
|
+
return this.error(m.EXPECT_DATE_TIME_SKELETON, x);
|
|
2792
2792
|
var F = T;
|
|
2793
2793
|
this.locale && (F = Mr(T, this.locale));
|
|
2794
2794
|
var c = {
|
|
@@ -2798,7 +2798,7 @@ var Jr = (
|
|
|
2798
2798
|
parsedOptions: this.shouldParseSkeletons ? Pr(F) : {}
|
|
2799
2799
|
}, P = h === "date" ? E.date : E.time;
|
|
2800
2800
|
return {
|
|
2801
|
-
val: { type: P, value: n, location:
|
|
2801
|
+
val: { type: P, value: n, location: x, style: c },
|
|
2802
2802
|
err: null
|
|
2803
2803
|
};
|
|
2804
2804
|
}
|
|
@@ -2807,7 +2807,7 @@ var Jr = (
|
|
|
2807
2807
|
val: {
|
|
2808
2808
|
type: h === "number" ? E.number : h === "date" ? E.date : E.time,
|
|
2809
2809
|
value: n,
|
|
2810
|
-
location:
|
|
2810
|
+
location: x,
|
|
2811
2811
|
style: (s = a == null ? void 0 : a.style) !== null && s !== void 0 ? s : null
|
|
2812
2812
|
},
|
|
2813
2813
|
err: null
|
|
@@ -2841,7 +2841,7 @@ var Jr = (
|
|
|
2841
2841
|
val: {
|
|
2842
2842
|
type: E.select,
|
|
2843
2843
|
value: n,
|
|
2844
|
-
options:
|
|
2844
|
+
options: We(Q.val),
|
|
2845
2845
|
location: $e
|
|
2846
2846
|
},
|
|
2847
2847
|
err: null
|
|
@@ -2849,7 +2849,7 @@ var Jr = (
|
|
|
2849
2849
|
val: {
|
|
2850
2850
|
type: E.plural,
|
|
2851
2851
|
value: n,
|
|
2852
|
-
options:
|
|
2852
|
+
options: We(Q.val),
|
|
2853
2853
|
offset: B,
|
|
2854
2854
|
pluralType: h === "plural" ? "cardinal" : "ordinal",
|
|
2855
2855
|
location: $e
|
|
@@ -2934,9 +2934,9 @@ var Jr = (
|
|
|
2934
2934
|
var g = this.parseMessage(t + 1, r, n);
|
|
2935
2935
|
if (g.err)
|
|
2936
2936
|
return g;
|
|
2937
|
-
var
|
|
2938
|
-
if (
|
|
2939
|
-
return
|
|
2937
|
+
var x = this.tryParseArgumentClose(b);
|
|
2938
|
+
if (x.err)
|
|
2939
|
+
return x;
|
|
2940
2940
|
h.push([
|
|
2941
2941
|
a,
|
|
2942
2942
|
{
|
|
@@ -2957,7 +2957,7 @@ var Jr = (
|
|
|
2957
2957
|
break;
|
|
2958
2958
|
}
|
|
2959
2959
|
var u = p(i, this.clonePosition());
|
|
2960
|
-
return s ? (o *= n,
|
|
2960
|
+
return s ? (o *= n, zr(o) ? { val: o, err: null } : this.error(r, u)) : this.error(t, u);
|
|
2961
2961
|
}, e.prototype.offset = function() {
|
|
2962
2962
|
return this.position.offset;
|
|
2963
2963
|
}, e.prototype.isEOF = function() {
|
|
@@ -2991,7 +2991,7 @@ var Jr = (
|
|
|
2991
2991
|
t === 10 ? (this.position.line += 1, this.position.column = 1, this.position.offset += 1) : (this.position.column += 1, this.position.offset += t < 65536 ? 1 : 2);
|
|
2992
2992
|
}
|
|
2993
2993
|
}, e.prototype.bumpIf = function(t) {
|
|
2994
|
-
if (
|
|
2994
|
+
if (ze(this.message, t, this.offset())) {
|
|
2995
2995
|
for (var r = 0; r < t.length; r++)
|
|
2996
2996
|
this.bump();
|
|
2997
2997
|
return !0;
|
|
@@ -3099,14 +3099,14 @@ var ie = (
|
|
|
3099
3099
|
}
|
|
3100
3100
|
return t;
|
|
3101
3101
|
}(ie)
|
|
3102
|
-
),
|
|
3102
|
+
), y;
|
|
3103
3103
|
(function(e) {
|
|
3104
3104
|
e[e.literal = 0] = "literal", e[e.object = 1] = "object";
|
|
3105
|
-
})(
|
|
3105
|
+
})(y || (y = {}));
|
|
3106
3106
|
function nn(e) {
|
|
3107
3107
|
return e.length < 2 ? e : e.reduce(function(t, r) {
|
|
3108
3108
|
var n = t[t.length - 1];
|
|
3109
|
-
return !n || n.type !==
|
|
3109
|
+
return !n || n.type !== y.literal || r.type !== y.literal ? t.push(r) : n.value += r.value, t;
|
|
3110
3110
|
}, []);
|
|
3111
3111
|
}
|
|
3112
3112
|
function sn(e) {
|
|
@@ -3116,7 +3116,7 @@ function Y(e, t, r, n, i, s, o) {
|
|
|
3116
3116
|
if (e.length === 1 && je(e[0]))
|
|
3117
3117
|
return [
|
|
3118
3118
|
{
|
|
3119
|
-
type:
|
|
3119
|
+
type: y.literal,
|
|
3120
3120
|
value: e[0].value
|
|
3121
3121
|
}
|
|
3122
3122
|
];
|
|
@@ -3124,14 +3124,14 @@ function Y(e, t, r, n, i, s, o) {
|
|
|
3124
3124
|
var l = a[u];
|
|
3125
3125
|
if (je(l)) {
|
|
3126
3126
|
h.push({
|
|
3127
|
-
type:
|
|
3127
|
+
type: y.literal,
|
|
3128
3128
|
value: l.value
|
|
3129
3129
|
});
|
|
3130
3130
|
continue;
|
|
3131
3131
|
}
|
|
3132
3132
|
if (Br(l)) {
|
|
3133
3133
|
typeof s == "number" && h.push({
|
|
3134
|
-
type:
|
|
3134
|
+
type: y.literal,
|
|
3135
3135
|
value: r.getNumberFormat(t).format(s)
|
|
3136
3136
|
});
|
|
3137
3137
|
continue;
|
|
@@ -3142,7 +3142,7 @@ function Y(e, t, r, n, i, s, o) {
|
|
|
3142
3142
|
var c = i[f];
|
|
3143
3143
|
if (Sr(l)) {
|
|
3144
3144
|
(!c || typeof c == "string" || typeof c == "number") && (c = typeof c == "string" || typeof c == "number" ? String(c) : ""), h.push({
|
|
3145
|
-
type: typeof c == "string" ?
|
|
3145
|
+
type: typeof c == "string" ? y.literal : y.object,
|
|
3146
3146
|
value: c
|
|
3147
3147
|
});
|
|
3148
3148
|
continue;
|
|
@@ -3150,7 +3150,7 @@ function Y(e, t, r, n, i, s, o) {
|
|
|
3150
3150
|
if (ct(l)) {
|
|
3151
3151
|
var b = typeof l.style == "string" ? n.date[l.style] : Ee(l.style) ? l.style.parsedOptions : void 0;
|
|
3152
3152
|
h.push({
|
|
3153
|
-
type:
|
|
3153
|
+
type: y.literal,
|
|
3154
3154
|
value: r.getDateTimeFormat(t, b).format(c)
|
|
3155
3155
|
});
|
|
3156
3156
|
continue;
|
|
@@ -3158,7 +3158,7 @@ function Y(e, t, r, n, i, s, o) {
|
|
|
3158
3158
|
if (mt(l)) {
|
|
3159
3159
|
var b = typeof l.style == "string" ? n.time[l.style] : Ee(l.style) ? l.style.parsedOptions : n.time.medium;
|
|
3160
3160
|
h.push({
|
|
3161
|
-
type:
|
|
3161
|
+
type: y.literal,
|
|
3162
3162
|
value: r.getDateTimeFormat(t, b).format(c)
|
|
3163
3163
|
});
|
|
3164
3164
|
continue;
|
|
@@ -3166,21 +3166,21 @@ function Y(e, t, r, n, i, s, o) {
|
|
|
3166
3166
|
if (ft(l)) {
|
|
3167
3167
|
var b = typeof l.style == "string" ? n.number[l.style] : gt(l.style) ? l.style.parsedOptions : void 0;
|
|
3168
3168
|
b && b.scale && (c = c * (b.scale || 1)), h.push({
|
|
3169
|
-
type:
|
|
3169
|
+
type: y.literal,
|
|
3170
3170
|
value: r.getNumberFormat(t, b).format(c)
|
|
3171
3171
|
});
|
|
3172
3172
|
continue;
|
|
3173
3173
|
}
|
|
3174
3174
|
if (bt(l)) {
|
|
3175
|
-
var g = l.children,
|
|
3175
|
+
var g = l.children, x = l.value, T = i[x];
|
|
3176
3176
|
if (!sn(T))
|
|
3177
|
-
throw new tn(
|
|
3177
|
+
throw new tn(x, "function", o);
|
|
3178
3178
|
var F = Y(g, t, r, n, i, s), P = T(F.map(function(B) {
|
|
3179
3179
|
return B.value;
|
|
3180
3180
|
}));
|
|
3181
3181
|
Array.isArray(P) || (P = [P]), h.push.apply(h, P.map(function(B) {
|
|
3182
3182
|
return {
|
|
3183
|
-
type: typeof B == "string" ?
|
|
3183
|
+
type: typeof B == "string" ? y.literal : y.object,
|
|
3184
3184
|
value: B
|
|
3185
3185
|
};
|
|
3186
3186
|
}));
|
|
@@ -3281,7 +3281,7 @@ var un = (
|
|
|
3281
3281
|
if (a.length === 1)
|
|
3282
3282
|
return a[0].value;
|
|
3283
3283
|
var l = a.reduce(function(f, c) {
|
|
3284
|
-
return !f.length || c.type !==
|
|
3284
|
+
return !f.length || c.type !== y.literal || typeof f[f.length - 1] != "string" ? f.push(c.value) : f[f.length - 1] += c.value, f;
|
|
3285
3285
|
}, []);
|
|
3286
3286
|
return l.length <= 1 ? l[0] || "" : l;
|
|
3287
3287
|
}, this.formatToParts = function(u) {
|
|
@@ -3513,16 +3513,16 @@ const En = {
|
|
|
3513
3513
|
timeZoneName: "short"
|
|
3514
3514
|
}
|
|
3515
3515
|
}
|
|
3516
|
-
},
|
|
3516
|
+
}, yn = {
|
|
3517
3517
|
fallbackLocale: null,
|
|
3518
3518
|
loadingDelay: 200,
|
|
3519
3519
|
formats: En,
|
|
3520
3520
|
warnOnMissingMessages: !0,
|
|
3521
3521
|
handleMissingMessage: void 0,
|
|
3522
3522
|
ignoreTag: !0
|
|
3523
|
-
},
|
|
3523
|
+
}, xn = yn;
|
|
3524
3524
|
function R() {
|
|
3525
|
-
return
|
|
3525
|
+
return xn;
|
|
3526
3526
|
}
|
|
3527
3527
|
const pe = re(!1);
|
|
3528
3528
|
var vn = Object.defineProperty, _n = Object.defineProperties, Hn = Object.getOwnPropertyDescriptors, Je = Object.getOwnPropertySymbols, Tn = Object.prototype.hasOwnProperty, Sn = Object.prototype.propertyIsEnumerable, qe = (e, t, r) => t in e ? vn(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, Bn = (e, t) => {
|
|
@@ -3587,7 +3587,7 @@ var Nn = Object.defineProperty, te = Object.getOwnPropertySymbols, Ot = Object.p
|
|
|
3587
3587
|
t.indexOf(n) < 0 && It.call(e, n) && (r[n] = e[n]);
|
|
3588
3588
|
return r;
|
|
3589
3589
|
};
|
|
3590
|
-
const
|
|
3590
|
+
const z = (e, t) => {
|
|
3591
3591
|
const { formats: r } = R();
|
|
3592
3592
|
if (e in r && t in r[e])
|
|
3593
3593
|
return r[e][t];
|
|
@@ -3597,14 +3597,14 @@ const W = (e, t) => {
|
|
|
3597
3597
|
var t = e, { locale: r, format: n } = t, i = D(t, ["locale", "format"]);
|
|
3598
3598
|
if (r == null)
|
|
3599
3599
|
throw new Error('[svelte-i18n] A "locale" must be set to format numbers');
|
|
3600
|
-
return n && (i =
|
|
3600
|
+
return n && (i = z("number", n)), new Intl.NumberFormat(r, i);
|
|
3601
3601
|
}
|
|
3602
3602
|
), In = oe(
|
|
3603
3603
|
(e) => {
|
|
3604
3604
|
var t = e, { locale: r, format: n } = t, i = D(t, ["locale", "format"]);
|
|
3605
3605
|
if (r == null)
|
|
3606
3606
|
throw new Error('[svelte-i18n] A "locale" must be set to format dates');
|
|
3607
|
-
return n ? i =
|
|
3607
|
+
return n ? i = z("date", n) : Object.keys(i).length === 0 && (i = z("date", "short")), new Intl.DateTimeFormat(r, i);
|
|
3608
3608
|
}
|
|
3609
3609
|
), wn = oe(
|
|
3610
3610
|
(e) => {
|
|
@@ -3613,7 +3613,7 @@ const W = (e, t) => {
|
|
|
3613
3613
|
throw new Error(
|
|
3614
3614
|
'[svelte-i18n] A "locale" must be set to format time values'
|
|
3615
3615
|
);
|
|
3616
|
-
return n ? i =
|
|
3616
|
+
return n ? i = z("time", n) : Object.keys(i).length === 0 && (i = z("time", "short")), new Intl.DateTimeFormat(r, i);
|
|
3617
3617
|
}
|
|
3618
3618
|
), $n = (e = {}) => {
|
|
3619
3619
|
var t = e, {
|
|
@@ -3696,6 +3696,12 @@ const tt = {
|
|
|
3696
3696
|
errEmailVerification: "Ne pare rău! E-mailul tău nu a putut fi verificat. Te rugăm să încerci din nou",
|
|
3697
3697
|
infoInvalidHashKey: "Cheie hash invalidă, utilizată sau expirată",
|
|
3698
3698
|
msgEmailVerificationSuccess: "Succes! E-mailul tău a fost verificat cu succes"
|
|
3699
|
+
},
|
|
3700
|
+
tr: {
|
|
3701
|
+
errServerUnavailable: "Sunucu kullanılamıyor",
|
|
3702
|
+
errEmailVerification: "Üzgünüz! E-posta adresiniz doğrulanamadı. Lütfen tekrar deneyin",
|
|
3703
|
+
infoInvalidHashKey: "Geçersiz, kullanılmış veya süresi dolmuş anahtar",
|
|
3704
|
+
msgEmailVerificationSuccess: "Başarılı! E-posta adresiniz başarıyla doğrulandı"
|
|
3699
3705
|
}
|
|
3700
3706
|
};
|
|
3701
3707
|
function kn(e) {
|
|
@@ -3791,7 +3797,7 @@ function Xn(e, t, r) {
|
|
|
3791
3797
|
6 && s && o && l();
|
|
3792
3798
|
}, [i, s, o, h];
|
|
3793
3799
|
}
|
|
3794
|
-
class
|
|
3800
|
+
class zn extends Kt {
|
|
3795
3801
|
constructor(t) {
|
|
3796
3802
|
super(), qt(this, t, Xn, kn, nt, {
|
|
3797
3803
|
lang: 0,
|
|
@@ -3825,7 +3831,7 @@ class Wn extends Kt {
|
|
|
3825
3831
|
this.$$set({ translationurl: t }), w();
|
|
3826
3832
|
}
|
|
3827
3833
|
}
|
|
3828
|
-
Yt(
|
|
3834
|
+
Yt(zn, { lang: {}, endpoint: {}, key: {}, translationurl: {} }, [], [], !0);
|
|
3829
3835
|
export {
|
|
3830
|
-
|
|
3836
|
+
zn as default
|
|
3831
3837
|
};
|