@everymatrix/player-email-verification 1.74.5 → 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-DIJ00Em1.js → PlayerEmailVerification-DgO_reIt.js}
RENAMED
|
@@ -6,7 +6,7 @@ function Je(e) {
|
|
|
6
6
|
function we() {
|
|
7
7
|
return /* @__PURE__ */ Object.create(null);
|
|
8
8
|
}
|
|
9
|
-
function
|
|
9
|
+
function z(e) {
|
|
10
10
|
e.forEach(Je);
|
|
11
11
|
}
|
|
12
12
|
function Te(e) {
|
|
@@ -97,7 +97,7 @@ function I() {
|
|
|
97
97
|
}
|
|
98
98
|
function $t(e) {
|
|
99
99
|
if (e.fragment !== null) {
|
|
100
|
-
e.update(),
|
|
100
|
+
e.update(), z(e.before_update);
|
|
101
101
|
const t = e.dirty;
|
|
102
102
|
e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach(pe);
|
|
103
103
|
}
|
|
@@ -114,12 +114,12 @@ function Rt(e, t, r) {
|
|
|
114
114
|
const { fragment: n, after_update: i } = e.$$;
|
|
115
115
|
n && n.m(t, r), pe(() => {
|
|
116
116
|
const s = e.$$.on_mount.map(Je).filter(Te);
|
|
117
|
-
e.$$.on_destroy ? e.$$.on_destroy.push(...s) :
|
|
117
|
+
e.$$.on_destroy ? e.$$.on_destroy.push(...s) : z(s), e.$$.on_mount = [];
|
|
118
118
|
}), i.forEach(pe);
|
|
119
119
|
}
|
|
120
120
|
function Ut(e, t) {
|
|
121
121
|
const r = e.$$;
|
|
122
|
-
r.fragment !== null && (Lt(r.after_update),
|
|
122
|
+
r.fragment !== null && (Lt(r.after_update), z(r.on_destroy), r.fragment && r.fragment.d(t), r.on_destroy = r.fragment = null, r.ctx = []);
|
|
123
123
|
}
|
|
124
124
|
function Gt(e, t) {
|
|
125
125
|
e.$$.dirty[0] === -1 && (O.push(e), wt(), e.$$.dirty.fill(0)), e.$$.dirty[t / 31 | 0] |= 1 << t % 31;
|
|
@@ -153,7 +153,7 @@ function Dt(e, t, r, n, i, s, h = null, o = [-1]) {
|
|
|
153
153
|
if (a.ctx = r ? r(e, t.props || {}, (l, c, ...b) => {
|
|
154
154
|
const g = b.length ? b[0] : c;
|
|
155
155
|
return a.ctx && i(a.ctx[l], a.ctx[l] = g) && (!a.skip_bound && a.bound[l] && a.bound[l](g), u && Gt(e, l)), c;
|
|
156
|
-
}) : [], a.update(), u = !0,
|
|
156
|
+
}) : [], a.update(), u = !0, z(a.before_update), a.fragment = n ? n(a.ctx) : !1, t.target) {
|
|
157
157
|
if (t.hydrate) {
|
|
158
158
|
const l = Nt(t.target);
|
|
159
159
|
a.fragment && a.fragment.l(l), l.forEach(Se);
|
|
@@ -433,28 +433,28 @@ function R(e, t, r) {
|
|
|
433
433
|
const g = t(n ? a[0] : a, h, o);
|
|
434
434
|
s ? h(g) : l = Te(g) ? g : v;
|
|
435
435
|
}, b = i.map(
|
|
436
|
-
(g,
|
|
436
|
+
(g, x) => Ye(
|
|
437
437
|
g,
|
|
438
438
|
(H) => {
|
|
439
|
-
a[
|
|
439
|
+
a[x] = H, u &= ~(1 << x), f && c();
|
|
440
440
|
},
|
|
441
441
|
() => {
|
|
442
|
-
u |= 1 <<
|
|
442
|
+
u |= 1 << x;
|
|
443
443
|
}
|
|
444
444
|
)
|
|
445
445
|
);
|
|
446
446
|
return f = !0, c(), function() {
|
|
447
|
-
|
|
447
|
+
z(b), l(), f = !1;
|
|
448
448
|
};
|
|
449
449
|
});
|
|
450
450
|
}
|
|
451
451
|
function Xt(e) {
|
|
452
452
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
453
453
|
}
|
|
454
|
-
var
|
|
455
|
-
return
|
|
454
|
+
var zt = function(t) {
|
|
455
|
+
return Wt(t) && !Zt(t);
|
|
456
456
|
};
|
|
457
|
-
function
|
|
457
|
+
function Wt(e) {
|
|
458
458
|
return !!e && typeof e == "object";
|
|
459
459
|
}
|
|
460
460
|
function Zt(e) {
|
|
@@ -509,7 +509,7 @@ function nr(e, t, r) {
|
|
|
509
509
|
}), n;
|
|
510
510
|
}
|
|
511
511
|
function $(e, t, r) {
|
|
512
|
-
r = r || {}, r.arrayMerge = r.arrayMerge || Kt, r.isMergeableObject = r.isMergeableObject ||
|
|
512
|
+
r = r || {}, r.arrayMerge = r.arrayMerge || Kt, r.isMergeableObject = r.isMergeableObject || zt, r.cloneUnlessOtherwiseSpecified = k;
|
|
513
513
|
var n = Array.isArray(t), i = Array.isArray(e), s = n === i;
|
|
514
514
|
return s ? n ? r.arrayMerge(e, t, r) : nr(e, t, r) : k(t, r);
|
|
515
515
|
}
|
|
@@ -766,7 +766,7 @@ function gr(e) {
|
|
|
766
766
|
}), t;
|
|
767
767
|
}
|
|
768
768
|
var Er = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
|
|
769
|
-
function
|
|
769
|
+
function yr(e) {
|
|
770
770
|
if (e.length === 0)
|
|
771
771
|
throw new Error("Number skeleton cannot be empty");
|
|
772
772
|
for (var t = e.split(Er).filter(function(c) {
|
|
@@ -784,7 +784,7 @@ function xr(e) {
|
|
|
784
784
|
}
|
|
785
785
|
return r;
|
|
786
786
|
}
|
|
787
|
-
function
|
|
787
|
+
function xr(e) {
|
|
788
788
|
return e.replace(/^(.*?)-/, "");
|
|
789
789
|
}
|
|
790
790
|
var Re = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, mt = /^(@+)?(\+|#+)?[rs]?$/g, vr = /(\*)(0+)|(#+)(0+)|(0+)/g, pt = /^(0+)$/;
|
|
@@ -876,7 +876,7 @@ function Hr(e) {
|
|
|
876
876
|
continue;
|
|
877
877
|
case "measure-unit":
|
|
878
878
|
case "unit":
|
|
879
|
-
t.style = "unit", t.unit =
|
|
879
|
+
t.style = "unit", t.unit = xr(i.options[0]);
|
|
880
880
|
continue;
|
|
881
881
|
case "compact-short":
|
|
882
882
|
case "K":
|
|
@@ -2514,17 +2514,17 @@ var De = Pr ? (
|
|
|
2514
2514
|
function gt(e, t) {
|
|
2515
2515
|
return new RegExp(e, t);
|
|
2516
2516
|
}
|
|
2517
|
-
var
|
|
2517
|
+
var ye;
|
|
2518
2518
|
if (ge) {
|
|
2519
2519
|
var je = gt("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
|
|
2520
|
-
|
|
2520
|
+
ye = function(t, r) {
|
|
2521
2521
|
var n;
|
|
2522
2522
|
je.lastIndex = r;
|
|
2523
2523
|
var i = je.exec(t);
|
|
2524
2524
|
return (n = i[1]) !== null && n !== void 0 ? n : "";
|
|
2525
2525
|
};
|
|
2526
2526
|
} else
|
|
2527
|
-
|
|
2527
|
+
ye = function(t, r) {
|
|
2528
2528
|
for (var n = []; ; ) {
|
|
2529
2529
|
var i = bt(t, r);
|
|
2530
2530
|
if (i === void 0 || Et(i) || jr(i))
|
|
@@ -2564,7 +2564,7 @@ var Gr = (
|
|
|
2564
2564
|
if (n)
|
|
2565
2565
|
break;
|
|
2566
2566
|
return this.error(m.UNMATCHED_CLOSING_TAG, p(this.clonePosition(), this.clonePosition()));
|
|
2567
|
-
} else if (s === 60 && !this.ignoreTag &&
|
|
2567
|
+
} else if (s === 60 && !this.ignoreTag && xe(this.peek() || 0)) {
|
|
2568
2568
|
var h = this.parseTag(t, r);
|
|
2569
2569
|
if (h.err)
|
|
2570
2570
|
return h;
|
|
@@ -2597,7 +2597,7 @@ var Gr = (
|
|
|
2597
2597
|
return s;
|
|
2598
2598
|
var h = s.val, o = this.clonePosition();
|
|
2599
2599
|
if (this.bumpIf("</")) {
|
|
2600
|
-
if (this.isEOF() || !
|
|
2600
|
+
if (this.isEOF() || !xe(this.char()))
|
|
2601
2601
|
return this.error(m.INVALID_TAG, p(o, this.clonePosition()));
|
|
2602
2602
|
var f = this.clonePosition(), a = this.parseTagName();
|
|
2603
2603
|
return i !== a ? this.error(m.UNMATCHED_CLOSING_TAG, p(f, this.clonePosition())) : (this.bumpSpace(), this.bumpIf(">") ? {
|
|
@@ -2712,7 +2712,7 @@ var Gr = (
|
|
|
2712
2712
|
return this.error(m.MALFORMED_ARGUMENT, p(n, this.clonePosition()));
|
|
2713
2713
|
}
|
|
2714
2714
|
}, e.prototype.parseIdentifierIfPossible = function() {
|
|
2715
|
-
var t = this.clonePosition(), r = this.offset(), n =
|
|
2715
|
+
var t = this.clonePosition(), r = this.offset(), n = ye(this.message, r), i = r + n.length;
|
|
2716
2716
|
this.bumpTo(i);
|
|
2717
2717
|
var s = this.clonePosition(), h = p(t, s);
|
|
2718
2718
|
return { value: n, location: h };
|
|
@@ -2740,18 +2740,18 @@ var Gr = (
|
|
|
2740
2740
|
var g = this.tryParseArgumentClose(i);
|
|
2741
2741
|
if (g.err)
|
|
2742
2742
|
return g;
|
|
2743
|
-
var
|
|
2743
|
+
var x = p(i, this.clonePosition());
|
|
2744
2744
|
if (a && De(a?.style, "::", 0)) {
|
|
2745
2745
|
var H = Rr(a.style.slice(2));
|
|
2746
2746
|
if (o === "number") {
|
|
2747
2747
|
var l = this.parseNumberSkeletonFromString(H, a.styleLocation);
|
|
2748
2748
|
return l.err ? l : {
|
|
2749
|
-
val: { type: E.number, value: n, location:
|
|
2749
|
+
val: { type: E.number, value: n, location: x, style: l.val },
|
|
2750
2750
|
err: null
|
|
2751
2751
|
};
|
|
2752
2752
|
} else {
|
|
2753
2753
|
if (H.length === 0)
|
|
2754
|
-
return this.error(m.EXPECT_DATE_TIME_SKELETON,
|
|
2754
|
+
return this.error(m.EXPECT_DATE_TIME_SKELETON, x);
|
|
2755
2755
|
var D = H;
|
|
2756
2756
|
this.locale && (D = Tr(H, this.locale));
|
|
2757
2757
|
var c = {
|
|
@@ -2761,7 +2761,7 @@ var Gr = (
|
|
|
2761
2761
|
parsedOptions: this.shouldParseSkeletons ? gr(D) : {}
|
|
2762
2762
|
}, A = o === "date" ? E.date : E.time;
|
|
2763
2763
|
return {
|
|
2764
|
-
val: { type: A, value: n, location:
|
|
2764
|
+
val: { type: A, value: n, location: x, style: c },
|
|
2765
2765
|
err: null
|
|
2766
2766
|
};
|
|
2767
2767
|
}
|
|
@@ -2770,7 +2770,7 @@ var Gr = (
|
|
|
2770
2770
|
val: {
|
|
2771
2771
|
type: o === "number" ? E.number : o === "date" ? E.date : E.time,
|
|
2772
2772
|
value: n,
|
|
2773
|
-
location:
|
|
2773
|
+
location: x,
|
|
2774
2774
|
style: (s = a?.style) !== null && s !== void 0 ? s : null
|
|
2775
2775
|
},
|
|
2776
2776
|
err: null
|
|
@@ -2863,7 +2863,7 @@ var Gr = (
|
|
|
2863
2863
|
}, e.prototype.parseNumberSkeletonFromString = function(t, r) {
|
|
2864
2864
|
var n = [];
|
|
2865
2865
|
try {
|
|
2866
|
-
n =
|
|
2866
|
+
n = yr(t);
|
|
2867
2867
|
} catch {
|
|
2868
2868
|
return this.error(m.INVALID_NUMBER_SKELETON, r);
|
|
2869
2869
|
}
|
|
@@ -2897,9 +2897,9 @@ var Gr = (
|
|
|
2897
2897
|
var g = this.parseMessage(t + 1, r, n);
|
|
2898
2898
|
if (g.err)
|
|
2899
2899
|
return g;
|
|
2900
|
-
var
|
|
2901
|
-
if (
|
|
2902
|
-
return
|
|
2900
|
+
var x = this.tryParseArgumentClose(b);
|
|
2901
|
+
if (x.err)
|
|
2902
|
+
return x;
|
|
2903
2903
|
o.push([
|
|
2904
2904
|
a,
|
|
2905
2905
|
{
|
|
@@ -2986,11 +2986,11 @@ var Gr = (
|
|
|
2986
2986
|
}, e;
|
|
2987
2987
|
}()
|
|
2988
2988
|
);
|
|
2989
|
-
function
|
|
2989
|
+
function xe(e) {
|
|
2990
2990
|
return e >= 97 && e <= 122 || e >= 65 && e <= 90;
|
|
2991
2991
|
}
|
|
2992
2992
|
function Dr(e) {
|
|
2993
|
-
return
|
|
2993
|
+
return xe(e) || e === 47;
|
|
2994
2994
|
}
|
|
2995
2995
|
function Fr(e) {
|
|
2996
2996
|
return e === 45 || e === 46 || e >= 48 && e <= 57 || e === 95 || e >= 97 && e <= 122 || e >= 65 && e <= 90 || e == 183 || e >= 192 && e <= 214 || e >= 216 && e <= 246 || e >= 248 && e <= 893 || e >= 895 && e <= 8191 || e >= 8204 && e <= 8205 || e >= 8255 && e <= 8256 || e >= 8304 && e <= 8591 || e >= 11264 && e <= 12271 || e >= 12289 && e <= 55295 || e >= 63744 && e <= 64975 || e >= 65008 && e <= 65533 || e >= 65536 && e <= 983039;
|
|
@@ -3062,24 +3062,24 @@ var ne = (
|
|
|
3062
3062
|
}
|
|
3063
3063
|
return t;
|
|
3064
3064
|
}(ne)
|
|
3065
|
-
),
|
|
3065
|
+
), y;
|
|
3066
3066
|
(function(e) {
|
|
3067
3067
|
e[e.literal = 0] = "literal", e[e.object = 1] = "object";
|
|
3068
|
-
})(
|
|
3069
|
-
function
|
|
3068
|
+
})(y || (y = {}));
|
|
3069
|
+
function zr(e) {
|
|
3070
3070
|
return e.length < 2 ? e : e.reduce(function(t, r) {
|
|
3071
3071
|
var n = t[t.length - 1];
|
|
3072
|
-
return !n || n.type !==
|
|
3072
|
+
return !n || n.type !== y.literal || r.type !== y.literal ? t.push(r) : n.value += r.value, t;
|
|
3073
3073
|
}, []);
|
|
3074
3074
|
}
|
|
3075
|
-
function
|
|
3075
|
+
function Wr(e) {
|
|
3076
3076
|
return typeof e == "function";
|
|
3077
3077
|
}
|
|
3078
3078
|
function q(e, t, r, n, i, s, h) {
|
|
3079
3079
|
if (e.length === 1 && Ce(e[0]))
|
|
3080
3080
|
return [
|
|
3081
3081
|
{
|
|
3082
|
-
type:
|
|
3082
|
+
type: y.literal,
|
|
3083
3083
|
value: e[0].value
|
|
3084
3084
|
}
|
|
3085
3085
|
];
|
|
@@ -3087,14 +3087,14 @@ function q(e, t, r, n, i, s, h) {
|
|
|
3087
3087
|
var u = a[f];
|
|
3088
3088
|
if (Ce(u)) {
|
|
3089
3089
|
o.push({
|
|
3090
|
-
type:
|
|
3090
|
+
type: y.literal,
|
|
3091
3091
|
value: u.value
|
|
3092
3092
|
});
|
|
3093
3093
|
continue;
|
|
3094
3094
|
}
|
|
3095
3095
|
if (dr(u)) {
|
|
3096
3096
|
typeof s == "number" && o.push({
|
|
3097
|
-
type:
|
|
3097
|
+
type: y.literal,
|
|
3098
3098
|
value: r.getNumberFormat(t).format(s)
|
|
3099
3099
|
});
|
|
3100
3100
|
continue;
|
|
@@ -3105,7 +3105,7 @@ function q(e, t, r, n, i, s, h) {
|
|
|
3105
3105
|
var c = i[l];
|
|
3106
3106
|
if (pr(u)) {
|
|
3107
3107
|
(!c || typeof c == "string" || typeof c == "number") && (c = typeof c == "string" || typeof c == "number" ? String(c) : ""), o.push({
|
|
3108
|
-
type: typeof c == "string" ?
|
|
3108
|
+
type: typeof c == "string" ? y.literal : y.object,
|
|
3109
3109
|
value: c
|
|
3110
3110
|
});
|
|
3111
3111
|
continue;
|
|
@@ -3113,7 +3113,7 @@ function q(e, t, r, n, i, s, h) {
|
|
|
3113
3113
|
if (ot(u)) {
|
|
3114
3114
|
var b = typeof u.style == "string" ? n.date[u.style] : be(u.style) ? u.style.parsedOptions : void 0;
|
|
3115
3115
|
o.push({
|
|
3116
|
-
type:
|
|
3116
|
+
type: y.literal,
|
|
3117
3117
|
value: r.getDateTimeFormat(t, b).format(c)
|
|
3118
3118
|
});
|
|
3119
3119
|
continue;
|
|
@@ -3121,7 +3121,7 @@ function q(e, t, r, n, i, s, h) {
|
|
|
3121
3121
|
if (at(u)) {
|
|
3122
3122
|
var b = typeof u.style == "string" ? n.time[u.style] : be(u.style) ? u.style.parsedOptions : n.time.medium;
|
|
3123
3123
|
o.push({
|
|
3124
|
-
type:
|
|
3124
|
+
type: y.literal,
|
|
3125
3125
|
value: r.getDateTimeFormat(t, b).format(c)
|
|
3126
3126
|
});
|
|
3127
3127
|
continue;
|
|
@@ -3129,21 +3129,21 @@ function q(e, t, r, n, i, s, h) {
|
|
|
3129
3129
|
if (st(u)) {
|
|
3130
3130
|
var b = typeof u.style == "string" ? n.number[u.style] : ft(u.style) ? u.style.parsedOptions : void 0;
|
|
3131
3131
|
b && b.scale && (c = c * (b.scale || 1)), o.push({
|
|
3132
|
-
type:
|
|
3132
|
+
type: y.literal,
|
|
3133
3133
|
value: r.getNumberFormat(t, b).format(c)
|
|
3134
3134
|
});
|
|
3135
3135
|
continue;
|
|
3136
3136
|
}
|
|
3137
3137
|
if (lt(u)) {
|
|
3138
|
-
var g = u.children,
|
|
3139
|
-
if (!
|
|
3140
|
-
throw new kr(
|
|
3138
|
+
var g = u.children, x = u.value, H = i[x];
|
|
3139
|
+
if (!Wr(H))
|
|
3140
|
+
throw new kr(x, "function", h);
|
|
3141
3141
|
var D = q(g, t, r, n, i, s), A = H(D.map(function(S) {
|
|
3142
3142
|
return S.value;
|
|
3143
3143
|
}));
|
|
3144
3144
|
Array.isArray(A) || (A = [A]), o.push.apply(o, A.map(function(S) {
|
|
3145
3145
|
return {
|
|
3146
|
-
type: typeof S == "string" ?
|
|
3146
|
+
type: typeof S == "string" ? y.literal : y.object,
|
|
3147
3147
|
value: S
|
|
3148
3148
|
};
|
|
3149
3149
|
}));
|
|
@@ -3171,7 +3171,7 @@ Try polyfilling it using "@formatjs/intl-pluralrules"
|
|
|
3171
3171
|
continue;
|
|
3172
3172
|
}
|
|
3173
3173
|
}
|
|
3174
|
-
return
|
|
3174
|
+
return zr(o);
|
|
3175
3175
|
}
|
|
3176
3176
|
function Zr(e, t) {
|
|
3177
3177
|
return t ? d(d(d({}, e || {}), t || {}), Object.keys(e).reduce(function(r, n) {
|
|
@@ -3244,7 +3244,7 @@ var qr = (
|
|
|
3244
3244
|
if (a.length === 1)
|
|
3245
3245
|
return a[0].value;
|
|
3246
3246
|
var u = a.reduce(function(l, c) {
|
|
3247
|
-
return !l.length || c.type !==
|
|
3247
|
+
return !l.length || c.type !== y.literal || typeof l[l.length - 1] != "string" ? l.push(c.value) : l[l.length - 1] += c.value, l;
|
|
3248
3248
|
}, []);
|
|
3249
3249
|
return u.length <= 1 ? u[0] || "" : u;
|
|
3250
3250
|
}, this.formatToParts = function(f) {
|
|
@@ -3362,7 +3362,7 @@ function Yr(e, t) {
|
|
|
3362
3362
|
n = void 0;
|
|
3363
3363
|
return n;
|
|
3364
3364
|
}
|
|
3365
|
-
const T = {}, Kr = (e, t, r) => r && (t in T || (T[t] = {}), e in T[t] || (T[t][e] = r), r),
|
|
3365
|
+
const T = {}, Kr = (e, t, r) => r && (t in T || (T[t] = {}), e in T[t] || (T[t][e] = r), r), yt = (e, t) => {
|
|
3366
3366
|
if (t == null)
|
|
3367
3367
|
return;
|
|
3368
3368
|
if (t in T && e in T[t])
|
|
@@ -3375,15 +3375,15 @@ const T = {}, Kr = (e, t, r) => r && (t in T || (T[t] = {}), e in T[t] || (T[t][
|
|
|
3375
3375
|
}
|
|
3376
3376
|
};
|
|
3377
3377
|
let Ne;
|
|
3378
|
-
const
|
|
3378
|
+
const W = te({});
|
|
3379
3379
|
function en(e) {
|
|
3380
3380
|
return Ne[e] || null;
|
|
3381
3381
|
}
|
|
3382
|
-
function
|
|
3382
|
+
function xt(e) {
|
|
3383
3383
|
return e in Ne;
|
|
3384
3384
|
}
|
|
3385
3385
|
function tn(e, t) {
|
|
3386
|
-
if (!
|
|
3386
|
+
if (!xt(e))
|
|
3387
3387
|
return null;
|
|
3388
3388
|
const r = en(e);
|
|
3389
3389
|
return Yr(r, t);
|
|
@@ -3394,18 +3394,18 @@ function rn(e) {
|
|
|
3394
3394
|
const t = ie(e);
|
|
3395
3395
|
for (let r = 0; r < t.length; r++) {
|
|
3396
3396
|
const n = t[r];
|
|
3397
|
-
if (
|
|
3397
|
+
if (xt(n))
|
|
3398
3398
|
return n;
|
|
3399
3399
|
}
|
|
3400
3400
|
}
|
|
3401
3401
|
function vt(e, ...t) {
|
|
3402
|
-
delete T[e],
|
|
3402
|
+
delete T[e], W.update((r) => (r[e] = or.all([r[e] || {}, ...t]), r));
|
|
3403
3403
|
}
|
|
3404
3404
|
R(
|
|
3405
|
-
[
|
|
3405
|
+
[W],
|
|
3406
3406
|
([e]) => Object.keys(e)
|
|
3407
3407
|
);
|
|
3408
|
-
|
|
3408
|
+
W.subscribe((e) => Ne = e);
|
|
3409
3409
|
const Y = {};
|
|
3410
3410
|
function nn(e, t) {
|
|
3411
3411
|
Y[e].delete(t), Y[e].size === 0 && delete Y[e];
|
|
@@ -3498,12 +3498,12 @@ var ln = Object.defineProperty, fn = Object.defineProperties, cn = Object.getOwn
|
|
|
3498
3498
|
}, bn = (e, t) => fn(e, cn(t));
|
|
3499
3499
|
let He;
|
|
3500
3500
|
const K = te(null);
|
|
3501
|
-
function
|
|
3501
|
+
function ze(e) {
|
|
3502
3502
|
return e.split("-").map((t, r, n) => n.slice(0, r + 1).join("-")).reverse();
|
|
3503
3503
|
}
|
|
3504
3504
|
function ie(e, t = C().fallbackLocale) {
|
|
3505
|
-
const r =
|
|
3506
|
-
return t ? [.../* @__PURE__ */ new Set([...r, ...
|
|
3505
|
+
const r = ze(e);
|
|
3506
|
+
return t ? [.../* @__PURE__ */ new Set([...r, ...ze(t)])] : r;
|
|
3507
3507
|
}
|
|
3508
3508
|
function B() {
|
|
3509
3509
|
return He ?? void 0;
|
|
@@ -3534,12 +3534,12 @@ const gn = (e) => {
|
|
|
3534
3534
|
return i in t ? t[i] : t[i] = e(n);
|
|
3535
3535
|
};
|
|
3536
3536
|
};
|
|
3537
|
-
var En = Object.defineProperty, ee = Object.getOwnPropertySymbols, Tt = Object.prototype.hasOwnProperty, St = Object.prototype.propertyIsEnumerable,
|
|
3537
|
+
var En = Object.defineProperty, ee = Object.getOwnPropertySymbols, Tt = Object.prototype.hasOwnProperty, St = Object.prototype.propertyIsEnumerable, We = (e, t, r) => t in e ? En(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, Oe = (e, t) => {
|
|
3538
3538
|
for (var r in t || (t = {}))
|
|
3539
|
-
Tt.call(t, r) &&
|
|
3539
|
+
Tt.call(t, r) && We(e, r, t[r]);
|
|
3540
3540
|
if (ee)
|
|
3541
3541
|
for (var r of ee(t))
|
|
3542
|
-
St.call(t, r) &&
|
|
3542
|
+
St.call(t, r) && We(e, r, t[r]);
|
|
3543
3543
|
return e;
|
|
3544
3544
|
}, G = (e, t) => {
|
|
3545
3545
|
var r = {};
|
|
@@ -3555,14 +3555,14 @@ const X = (e, t) => {
|
|
|
3555
3555
|
if (e in r && t in r[e])
|
|
3556
3556
|
return r[e][t];
|
|
3557
3557
|
throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`);
|
|
3558
|
-
},
|
|
3558
|
+
}, yn = se(
|
|
3559
3559
|
(e) => {
|
|
3560
3560
|
var t = e, { locale: r, format: n } = t, i = G(t, ["locale", "format"]);
|
|
3561
3561
|
if (r == null)
|
|
3562
3562
|
throw new Error('[svelte-i18n] A "locale" must be set to format numbers');
|
|
3563
3563
|
return n && (i = X("number", n)), new Intl.NumberFormat(r, i);
|
|
3564
3564
|
}
|
|
3565
|
-
),
|
|
3565
|
+
), xn = se(
|
|
3566
3566
|
(e) => {
|
|
3567
3567
|
var t = e, { locale: r, format: n } = t, i = G(t, ["locale", "format"]);
|
|
3568
3568
|
if (r == null)
|
|
@@ -3584,14 +3584,14 @@ const X = (e, t) => {
|
|
|
3584
3584
|
} = t, n = G(t, [
|
|
3585
3585
|
"locale"
|
|
3586
3586
|
]);
|
|
3587
|
-
return
|
|
3587
|
+
return yn(Oe({ locale: r }, n));
|
|
3588
3588
|
}, Hn = (e = {}) => {
|
|
3589
3589
|
var t = e, {
|
|
3590
3590
|
locale: r = B()
|
|
3591
3591
|
} = t, n = G(t, [
|
|
3592
3592
|
"locale"
|
|
3593
3593
|
]);
|
|
3594
|
-
return
|
|
3594
|
+
return xn(Oe({ locale: r }, n));
|
|
3595
3595
|
}, Tn = (e = {}) => {
|
|
3596
3596
|
var t = e, {
|
|
3597
3597
|
locale: r = B()
|
|
@@ -3617,7 +3617,7 @@ const X = (e, t) => {
|
|
|
3617
3617
|
throw new Error(
|
|
3618
3618
|
"[svelte-i18n] Cannot format a message without first setting the initial locale."
|
|
3619
3619
|
);
|
|
3620
|
-
let u =
|
|
3620
|
+
let u = yt(e, f);
|
|
3621
3621
|
if (!u)
|
|
3622
3622
|
u = (s = (i = (n = (r = C()).handleMissingMessage) == null ? void 0 : n.call(r, { locale: f, id: e, defaultValue: a })) != null ? i : a) != null ? s : e;
|
|
3623
3623
|
else if (typeof u != "string")
|
|
@@ -3636,11 +3636,11 @@ const X = (e, t) => {
|
|
|
3636
3636
|
);
|
|
3637
3637
|
}
|
|
3638
3638
|
return l;
|
|
3639
|
-
}, An = (e, t) => Tn(t).format(e), Pn = (e, t) => Hn(t).format(e), Nn = (e, t) => _n(t).format(e), On = (e, t = B()) =>
|
|
3639
|
+
}, An = (e, t) => Tn(t).format(e), Pn = (e, t) => Hn(t).format(e), Nn = (e, t) => _n(t).format(e), On = (e, t = B()) => yt(e, t), In = R([U, W], () => Bn);
|
|
3640
3640
|
R([U], () => An);
|
|
3641
3641
|
R([U], () => Pn);
|
|
3642
3642
|
R([U], () => Nn);
|
|
3643
|
-
R([U,
|
|
3643
|
+
R([U, W], () => On);
|
|
3644
3644
|
function Ze(e, t) {
|
|
3645
3645
|
vt(e, t);
|
|
3646
3646
|
}
|
|
@@ -3659,6 +3659,12 @@ const Qe = {
|
|
|
3659
3659
|
errEmailVerification: "Ne pare rău! E-mailul tău nu a putut fi verificat. Te rugăm să încerci din nou",
|
|
3660
3660
|
infoInvalidHashKey: "Cheie hash invalidă, utilizată sau expirată",
|
|
3661
3661
|
msgEmailVerificationSuccess: "Succes! E-mailul tău a fost verificat cu succes"
|
|
3662
|
+
},
|
|
3663
|
+
tr: {
|
|
3664
|
+
errServerUnavailable: "Sunucu kullanılamıyor",
|
|
3665
|
+
errEmailVerification: "Üzgünüz! E-posta adresiniz doğrulanamadı. Lütfen tekrar deneyin",
|
|
3666
|
+
infoInvalidHashKey: "Geçersiz, kullanılmış veya süresi dolmuş anahtar",
|
|
3667
|
+
msgEmailVerificationSuccess: "Başarılı! E-posta adresiniz başarıyla doğrulandı"
|
|
3662
3668
|
}
|
|
3663
3669
|
};
|
|
3664
3670
|
function $n(e) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";if(typeof window!="undefined"){let n=function(t){return function(...i){try{return t.apply(this,i)}catch(e){if(e instanceof DOMException&&e.message.includes("has already been used with this registry")||e.message.includes("Cannot define multiple custom elements with the same tag name"))return!1;throw e}}};customElements.define=n(customElements.define),Promise.resolve().then(()=>require("../components/PlayerEmailVerification-
|
|
1
|
+
"use strict";if(typeof window!="undefined"){let n=function(t){return function(...i){try{return t.apply(this,i)}catch(e){if(e instanceof DOMException&&e.message.includes("has already been used with this registry")||e.message.includes("Cannot define multiple custom elements with the same tag name"))return!1;throw e}}};customElements.define=n(customElements.define),Promise.resolve().then(()=>require("../components/PlayerEmailVerification-D4cuMbt0.cjs")).then(({default:t})=>{!customElements.get("player-email-verification")&&customElements.define("player-email-verification",t.element)})}
|
|
@@ -10,7 +10,7 @@ if (typeof window != "undefined") {
|
|
|
10
10
|
}
|
|
11
11
|
};
|
|
12
12
|
};
|
|
13
|
-
customElements.define = n(customElements.define), import("../components/PlayerEmailVerification-
|
|
13
|
+
customElements.define = n(customElements.define), import("../components/PlayerEmailVerification-BEBlzjMH.js").then(({ default: t }) => {
|
|
14
14
|
!customElements.get("player-email-verification") && customElements.define("player-email-verification", t.element);
|
|
15
15
|
});
|
|
16
16
|
}
|