@aws-amplify/ui-vue 2.2.1 → 2.2.2
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/components/confirm-sign-up.vue.d.ts.map +1 -1
- package/dist/composables/useUtils.d.ts +2 -2
- package/dist/index.cjs +11 -11
- package/dist/index.js +700 -692
- package/dist/style.css +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -253,7 +253,7 @@ function getRawTag$1(value) {
|
|
|
253
253
|
try {
|
|
254
254
|
value[symToStringTag$1] = void 0;
|
|
255
255
|
var unmasked = true;
|
|
256
|
-
} catch (
|
|
256
|
+
} catch (e2) {
|
|
257
257
|
}
|
|
258
258
|
var result = nativeObjectToString$1.call(value);
|
|
259
259
|
if (unmasked) {
|
|
@@ -476,7 +476,7 @@ var _nodeUtil = { exports: {} };
|
|
|
476
476
|
return types2;
|
|
477
477
|
}
|
|
478
478
|
return freeProcess && freeProcess.binding && freeProcess.binding("util");
|
|
479
|
-
} catch (
|
|
479
|
+
} catch (e2) {
|
|
480
480
|
}
|
|
481
481
|
}();
|
|
482
482
|
module.exports = nodeUtil2;
|
|
@@ -577,63 +577,63 @@ var __assign$5 = function() {
|
|
|
577
577
|
};
|
|
578
578
|
return __assign$5.apply(this, arguments);
|
|
579
579
|
};
|
|
580
|
-
function __rest$1(s,
|
|
580
|
+
function __rest$1(s, e2) {
|
|
581
581
|
var t = {};
|
|
582
582
|
for (var p in s)
|
|
583
|
-
if (Object.prototype.hasOwnProperty.call(s, p) &&
|
|
583
|
+
if (Object.prototype.hasOwnProperty.call(s, p) && e2.indexOf(p) < 0)
|
|
584
584
|
t[p] = s[p];
|
|
585
585
|
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
586
586
|
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
587
|
-
if (
|
|
587
|
+
if (e2.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
588
588
|
t[p[i]] = s[p[i]];
|
|
589
589
|
}
|
|
590
590
|
return t;
|
|
591
591
|
}
|
|
592
|
-
function __values(
|
|
593
|
-
var s = typeof Symbol === "function" && Symbol.iterator, m2 = s &&
|
|
592
|
+
function __values(o) {
|
|
593
|
+
var s = typeof Symbol === "function" && Symbol.iterator, m2 = s && o[s], i = 0;
|
|
594
594
|
if (m2)
|
|
595
|
-
return m2.call(
|
|
596
|
-
if (
|
|
595
|
+
return m2.call(o);
|
|
596
|
+
if (o && typeof o.length === "number")
|
|
597
597
|
return {
|
|
598
598
|
next: function() {
|
|
599
|
-
if (
|
|
600
|
-
|
|
601
|
-
return { value:
|
|
599
|
+
if (o && i >= o.length)
|
|
600
|
+
o = void 0;
|
|
601
|
+
return { value: o && o[i++], done: !o };
|
|
602
602
|
}
|
|
603
603
|
};
|
|
604
604
|
throw new TypeError(s ? "Object is not iterable." : "Symbol.iterator is not defined.");
|
|
605
605
|
}
|
|
606
|
-
function __read(
|
|
607
|
-
var m2 = typeof Symbol === "function" &&
|
|
606
|
+
function __read(o, n) {
|
|
607
|
+
var m2 = typeof Symbol === "function" && o[Symbol.iterator];
|
|
608
608
|
if (!m2)
|
|
609
|
-
return
|
|
610
|
-
var i = m2.call(
|
|
609
|
+
return o;
|
|
610
|
+
var i = m2.call(o), r, ar = [], e2;
|
|
611
611
|
try {
|
|
612
612
|
while ((n === void 0 || n-- > 0) && !(r = i.next()).done)
|
|
613
|
-
|
|
613
|
+
ar.push(r.value);
|
|
614
614
|
} catch (error2) {
|
|
615
|
-
|
|
615
|
+
e2 = { error: error2 };
|
|
616
616
|
} finally {
|
|
617
617
|
try {
|
|
618
618
|
if (r && !r.done && (m2 = i["return"]))
|
|
619
619
|
m2.call(i);
|
|
620
620
|
} finally {
|
|
621
|
-
if (
|
|
622
|
-
throw
|
|
621
|
+
if (e2)
|
|
622
|
+
throw e2.error;
|
|
623
623
|
}
|
|
624
624
|
}
|
|
625
|
-
return
|
|
625
|
+
return ar;
|
|
626
626
|
}
|
|
627
627
|
function __spreadArray(to2, from, pack) {
|
|
628
628
|
if (pack || arguments.length === 2)
|
|
629
|
-
for (var i = 0, l = from.length,
|
|
630
|
-
if (
|
|
631
|
-
if (!
|
|
632
|
-
|
|
633
|
-
|
|
629
|
+
for (var i = 0, l = from.length, ar; i < l; i++) {
|
|
630
|
+
if (ar || !(i in from)) {
|
|
631
|
+
if (!ar)
|
|
632
|
+
ar = Array.prototype.slice.call(from, 0, i);
|
|
633
|
+
ar[i] = from[i];
|
|
634
634
|
}
|
|
635
635
|
}
|
|
636
|
-
return to2.concat(
|
|
636
|
+
return to2.concat(ar || Array.prototype.slice.call(from));
|
|
637
637
|
}
|
|
638
638
|
var STATE_DELIMITER$1 = ".";
|
|
639
639
|
var EMPTY_ACTIVITY_MAP$1 = {};
|
|
@@ -669,7 +669,7 @@ function matchesState(parentStateId, childStateId, delimiter) {
|
|
|
669
669
|
function getEventType(event) {
|
|
670
670
|
try {
|
|
671
671
|
return isString$1(event) || typeof event === "number" ? "".concat(event) : event.type;
|
|
672
|
-
} catch (
|
|
672
|
+
} catch (e2) {
|
|
673
673
|
throw new Error("Events must be strings or objects with a string event.type property.");
|
|
674
674
|
}
|
|
675
675
|
}
|
|
@@ -679,7 +679,7 @@ function toStatePath(stateId, delimiter) {
|
|
|
679
679
|
return stateId;
|
|
680
680
|
}
|
|
681
681
|
return stateId.toString().split(delimiter);
|
|
682
|
-
} catch (
|
|
682
|
+
} catch (e2) {
|
|
683
683
|
throw new Error("'".concat(stateId, "' is not a valid state path."));
|
|
684
684
|
}
|
|
685
685
|
}
|
|
@@ -1000,7 +1000,7 @@ function toGuard(condition, guardMap) {
|
|
|
1000
1000
|
function isObservable(value) {
|
|
1001
1001
|
try {
|
|
1002
1002
|
return "subscribe" in value && isFunction$2(value.subscribe);
|
|
1003
|
-
} catch (
|
|
1003
|
+
} catch (e2) {
|
|
1004
1004
|
return false;
|
|
1005
1005
|
}
|
|
1006
1006
|
}
|
|
@@ -1013,7 +1013,7 @@ var interopSymbols = (_a = {}, _a[symbolObservable] = function() {
|
|
|
1013
1013
|
function isMachine(value) {
|
|
1014
1014
|
try {
|
|
1015
1015
|
return "__xstatenode" in value;
|
|
1016
|
-
} catch (
|
|
1016
|
+
} catch (e2) {
|
|
1017
1017
|
return false;
|
|
1018
1018
|
}
|
|
1019
1019
|
}
|
|
@@ -1898,7 +1898,7 @@ function createDeferredActor(entity, id, data) {
|
|
|
1898
1898
|
function isActor(item) {
|
|
1899
1899
|
try {
|
|
1900
1900
|
return typeof item.send === "function";
|
|
1901
|
-
} catch (
|
|
1901
|
+
} catch (e2) {
|
|
1902
1902
|
return false;
|
|
1903
1903
|
}
|
|
1904
1904
|
}
|
|
@@ -2702,7 +2702,7 @@ var StateNode = /* @__PURE__ */ function() {
|
|
|
2702
2702
|
if (typeof statePath === "string" && isStateId(statePath)) {
|
|
2703
2703
|
try {
|
|
2704
2704
|
return this.getStateNodeById(statePath.slice(1));
|
|
2705
|
-
} catch (
|
|
2705
|
+
} catch (e2) {
|
|
2706
2706
|
}
|
|
2707
2707
|
}
|
|
2708
2708
|
var arrayStatePath = toStatePath(statePath, this.delimiter).slice();
|
|
@@ -3142,9 +3142,9 @@ var Scheduler = /* @__PURE__ */ function() {
|
|
|
3142
3142
|
this.processingEvent = true;
|
|
3143
3143
|
try {
|
|
3144
3144
|
callback();
|
|
3145
|
-
} catch (
|
|
3145
|
+
} catch (e2) {
|
|
3146
3146
|
this.clear();
|
|
3147
|
-
throw
|
|
3147
|
+
throw e2;
|
|
3148
3148
|
} finally {
|
|
3149
3149
|
this.processingEvent = false;
|
|
3150
3150
|
}
|
|
@@ -3614,8 +3614,8 @@ var Interpreter = /* @__PURE__ */ function() {
|
|
|
3614
3614
|
}
|
|
3615
3615
|
}
|
|
3616
3616
|
try {
|
|
3617
|
-
for (var _m = __values(this.doneListeners),
|
|
3618
|
-
var listener =
|
|
3617
|
+
for (var _m = __values(this.doneListeners), _o = _m.next(); !_o.done; _o = _m.next()) {
|
|
3618
|
+
var listener = _o.value;
|
|
3619
3619
|
this.doneListeners.delete(listener);
|
|
3620
3620
|
}
|
|
3621
3621
|
} catch (e_9_1) {
|
|
@@ -3624,7 +3624,7 @@ var Interpreter = /* @__PURE__ */ function() {
|
|
|
3624
3624
|
};
|
|
3625
3625
|
} finally {
|
|
3626
3626
|
try {
|
|
3627
|
-
if (
|
|
3627
|
+
if (_o && !_o.done && (_d = _m.return))
|
|
3628
3628
|
_d.call(_m);
|
|
3629
3629
|
} finally {
|
|
3630
3630
|
if (e_9)
|
|
@@ -4036,15 +4036,15 @@ var Interpreter = /* @__PURE__ */ function() {
|
|
|
4036
4036
|
var receivers = new Set();
|
|
4037
4037
|
var listeners = new Set();
|
|
4038
4038
|
var emitted;
|
|
4039
|
-
var receive = function(
|
|
4040
|
-
emitted =
|
|
4039
|
+
var receive = function(e2) {
|
|
4040
|
+
emitted = e2;
|
|
4041
4041
|
listeners.forEach(function(listener) {
|
|
4042
|
-
return listener(
|
|
4042
|
+
return listener(e2);
|
|
4043
4043
|
});
|
|
4044
4044
|
if (canceled) {
|
|
4045
4045
|
return;
|
|
4046
4046
|
}
|
|
4047
|
-
_this.send(toSCXMLEvent(
|
|
4047
|
+
_this.send(toSCXMLEvent(e2, {
|
|
4048
4048
|
origin: id
|
|
4049
4049
|
}));
|
|
4050
4050
|
};
|
|
@@ -4287,63 +4287,63 @@ var _tslib$1 = {};
|
|
|
4287
4287
|
};
|
|
4288
4288
|
return exports.__assign.apply(this, arguments);
|
|
4289
4289
|
};
|
|
4290
|
-
function __rest2(s,
|
|
4290
|
+
function __rest2(s, e2) {
|
|
4291
4291
|
var t = {};
|
|
4292
4292
|
for (var p in s)
|
|
4293
|
-
if (Object.prototype.hasOwnProperty.call(s, p) &&
|
|
4293
|
+
if (Object.prototype.hasOwnProperty.call(s, p) && e2.indexOf(p) < 0)
|
|
4294
4294
|
t[p] = s[p];
|
|
4295
4295
|
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
4296
4296
|
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
4297
|
-
if (
|
|
4297
|
+
if (e2.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
4298
4298
|
t[p[i]] = s[p[i]];
|
|
4299
4299
|
}
|
|
4300
4300
|
return t;
|
|
4301
4301
|
}
|
|
4302
|
-
function __values2(
|
|
4303
|
-
var s = typeof Symbol === "function" && Symbol.iterator, m2 = s &&
|
|
4302
|
+
function __values2(o) {
|
|
4303
|
+
var s = typeof Symbol === "function" && Symbol.iterator, m2 = s && o[s], i = 0;
|
|
4304
4304
|
if (m2)
|
|
4305
|
-
return m2.call(
|
|
4306
|
-
if (
|
|
4305
|
+
return m2.call(o);
|
|
4306
|
+
if (o && typeof o.length === "number")
|
|
4307
4307
|
return {
|
|
4308
4308
|
next: function() {
|
|
4309
|
-
if (
|
|
4310
|
-
|
|
4311
|
-
return { value:
|
|
4309
|
+
if (o && i >= o.length)
|
|
4310
|
+
o = void 0;
|
|
4311
|
+
return { value: o && o[i++], done: !o };
|
|
4312
4312
|
}
|
|
4313
4313
|
};
|
|
4314
4314
|
throw new TypeError(s ? "Object is not iterable." : "Symbol.iterator is not defined.");
|
|
4315
4315
|
}
|
|
4316
|
-
function __read2(
|
|
4317
|
-
var m2 = typeof Symbol === "function" &&
|
|
4316
|
+
function __read2(o, n) {
|
|
4317
|
+
var m2 = typeof Symbol === "function" && o[Symbol.iterator];
|
|
4318
4318
|
if (!m2)
|
|
4319
|
-
return
|
|
4320
|
-
var i = m2.call(
|
|
4319
|
+
return o;
|
|
4320
|
+
var i = m2.call(o), r, ar = [], e2;
|
|
4321
4321
|
try {
|
|
4322
4322
|
while ((n === void 0 || n-- > 0) && !(r = i.next()).done)
|
|
4323
|
-
|
|
4323
|
+
ar.push(r.value);
|
|
4324
4324
|
} catch (error2) {
|
|
4325
|
-
|
|
4325
|
+
e2 = { error: error2 };
|
|
4326
4326
|
} finally {
|
|
4327
4327
|
try {
|
|
4328
4328
|
if (r && !r.done && (m2 = i["return"]))
|
|
4329
4329
|
m2.call(i);
|
|
4330
4330
|
} finally {
|
|
4331
|
-
if (
|
|
4332
|
-
throw
|
|
4331
|
+
if (e2)
|
|
4332
|
+
throw e2.error;
|
|
4333
4333
|
}
|
|
4334
4334
|
}
|
|
4335
|
-
return
|
|
4335
|
+
return ar;
|
|
4336
4336
|
}
|
|
4337
4337
|
function __spreadArray2(to2, from, pack) {
|
|
4338
4338
|
if (pack || arguments.length === 2)
|
|
4339
|
-
for (var i = 0, l = from.length,
|
|
4340
|
-
if (
|
|
4341
|
-
if (!
|
|
4342
|
-
|
|
4343
|
-
|
|
4339
|
+
for (var i = 0, l = from.length, ar; i < l; i++) {
|
|
4340
|
+
if (ar || !(i in from)) {
|
|
4341
|
+
if (!ar)
|
|
4342
|
+
ar = Array.prototype.slice.call(from, 0, i);
|
|
4343
|
+
ar[i] = from[i];
|
|
4344
4344
|
}
|
|
4345
4345
|
}
|
|
4346
|
-
return to2.concat(
|
|
4346
|
+
return to2.concat(ar || Array.prototype.slice.call(from));
|
|
4347
4347
|
}
|
|
4348
4348
|
exports.__read = __read2;
|
|
4349
4349
|
exports.__rest = __rest2;
|
|
@@ -4399,7 +4399,7 @@ constants.TARGETLESS_KEY = TARGETLESS_KEY;
|
|
|
4399
4399
|
function getEventType2(event) {
|
|
4400
4400
|
try {
|
|
4401
4401
|
return isString2(event) || typeof event === "number" ? "".concat(event) : event.type;
|
|
4402
|
-
} catch (
|
|
4402
|
+
} catch (e2) {
|
|
4403
4403
|
throw new Error("Events must be strings or objects with a string event.type property.");
|
|
4404
4404
|
}
|
|
4405
4405
|
}
|
|
@@ -4409,7 +4409,7 @@ constants.TARGETLESS_KEY = TARGETLESS_KEY;
|
|
|
4409
4409
|
return stateId;
|
|
4410
4410
|
}
|
|
4411
4411
|
return stateId.toString().split(delimiter);
|
|
4412
|
-
} catch (
|
|
4412
|
+
} catch (e2) {
|
|
4413
4413
|
throw new Error("'".concat(stateId, "' is not a valid state path."));
|
|
4414
4414
|
}
|
|
4415
4415
|
}
|
|
@@ -4748,7 +4748,7 @@ constants.TARGETLESS_KEY = TARGETLESS_KEY;
|
|
|
4748
4748
|
function isObservable2(value) {
|
|
4749
4749
|
try {
|
|
4750
4750
|
return "subscribe" in value && isFunction2(value.subscribe);
|
|
4751
|
-
} catch (
|
|
4751
|
+
} catch (e2) {
|
|
4752
4752
|
return false;
|
|
4753
4753
|
}
|
|
4754
4754
|
}
|
|
@@ -4761,7 +4761,7 @@ constants.TARGETLESS_KEY = TARGETLESS_KEY;
|
|
|
4761
4761
|
function isMachine2(value) {
|
|
4762
4762
|
try {
|
|
4763
4763
|
return "__xstatenode" in value;
|
|
4764
|
-
} catch (
|
|
4764
|
+
} catch (e2) {
|
|
4765
4765
|
return false;
|
|
4766
4766
|
}
|
|
4767
4767
|
}
|
|
@@ -5377,11 +5377,11 @@ function toSource$2(func) {
|
|
|
5377
5377
|
if (func != null) {
|
|
5378
5378
|
try {
|
|
5379
5379
|
return funcToString$2.call(func);
|
|
5380
|
-
} catch (
|
|
5380
|
+
} catch (e2) {
|
|
5381
5381
|
}
|
|
5382
5382
|
try {
|
|
5383
5383
|
return func + "";
|
|
5384
|
-
} catch (
|
|
5384
|
+
} catch (e2) {
|
|
5385
5385
|
}
|
|
5386
5386
|
}
|
|
5387
5387
|
return "";
|
|
@@ -5834,7 +5834,7 @@ var defineProperty$2 = function() {
|
|
|
5834
5834
|
var func = getNative(Object, "defineProperty");
|
|
5835
5835
|
func({}, "", {});
|
|
5836
5836
|
return func;
|
|
5837
|
-
} catch (
|
|
5837
|
+
} catch (e2) {
|
|
5838
5838
|
}
|
|
5839
5839
|
}();
|
|
5840
5840
|
var _defineProperty = defineProperty$2;
|
|
@@ -7542,222 +7542,238 @@ function usesReference(value, regexOrOptions = {}) {
|
|
|
7542
7542
|
return false;
|
|
7543
7543
|
}
|
|
7544
7544
|
var usesReference_1 = usesReference;
|
|
7545
|
-
var
|
|
7546
|
-
var
|
|
7545
|
+
var Xr = Object.defineProperty, Zr = Object.defineProperties;
|
|
7546
|
+
var Qr = Object.getOwnPropertyDescriptors;
|
|
7547
7547
|
var H = Object.getOwnPropertySymbols;
|
|
7548
7548
|
var xe = Object.prototype.hasOwnProperty, we = Object.prototype.propertyIsEnumerable;
|
|
7549
|
-
var Ae = (r,
|
|
7550
|
-
for (var a in
|
|
7551
|
-
xe.call(
|
|
7549
|
+
var Ae = (r, o, a) => o in r ? Xr(r, o, { enumerable: true, configurable: true, writable: true, value: a }) : r[o] = a, m = (r, o) => {
|
|
7550
|
+
for (var a in o || (o = {}))
|
|
7551
|
+
xe.call(o, a) && Ae(r, a, o[a]);
|
|
7552
7552
|
if (H)
|
|
7553
|
-
for (var a of H(
|
|
7554
|
-
we.call(
|
|
7553
|
+
for (var a of H(o))
|
|
7554
|
+
we.call(o, a) && Ae(r, a, o[a]);
|
|
7555
7555
|
return r;
|
|
7556
|
-
}, C = (r,
|
|
7557
|
-
var q = (r,
|
|
7556
|
+
}, C = (r, o) => Zr(r, Qr(o));
|
|
7557
|
+
var q = (r, o) => {
|
|
7558
7558
|
var a = {};
|
|
7559
7559
|
for (var t in r)
|
|
7560
|
-
xe.call(r, t) &&
|
|
7560
|
+
xe.call(r, t) && o.indexOf(t) < 0 && (a[t] = r[t]);
|
|
7561
7561
|
if (r != null && H)
|
|
7562
7562
|
for (var t of H(r))
|
|
7563
|
-
|
|
7563
|
+
o.indexOf(t) < 0 && we.call(r, t) && (a[t] = r[t]);
|
|
7564
7564
|
return a;
|
|
7565
7565
|
};
|
|
7566
|
-
var
|
|
7567
|
-
var c = (r,
|
|
7568
|
-
var
|
|
7566
|
+
var Jr = (r, o) => () => (r && (o = r(r = 0)), o);
|
|
7567
|
+
var c = (r, o) => () => (o || r((o = { exports: {} }).exports, o), o.exports);
|
|
7568
|
+
var e = Jr(() => {
|
|
7569
7569
|
});
|
|
7570
|
-
var
|
|
7571
|
-
|
|
7572
|
-
|
|
7570
|
+
var wo = c((di, xo) => {
|
|
7571
|
+
e();
|
|
7572
|
+
xo.exports = { alignItems: { value: "center" }, justifyContent: { value: "space-between" }, color: { value: "{colors.font.primary.value}" }, backgroundColor: { value: "{colors.background.tertiary.value}" }, paddingBlock: { value: "{space.small.value}" }, paddingInline: { value: "{space.medium.value}" }, icon: { size: { value: "{fontSizes.xl.value}" } }, heading: { fontSize: { value: "{fontSizes.medium.value}" }, fontWeight: { value: "{fontWeights.bold.value}" } }, info: { color: { value: "{colors.font.info.value}" }, backgroundColor: { value: "{colors.background.info.value}" } }, error: { color: { value: "{colors.font.error.value}" }, backgroundColor: { value: "{colors.background.error.value}" } }, warning: { color: { value: "{colors.font.warning.value}" }, backgroundColor: { value: "{colors.background.warning.value}" } }, success: { color: { value: "{colors.font.success.value}" }, backgroundColor: { value: "{colors.background.success.value}" } } };
|
|
7573
7573
|
});
|
|
7574
|
-
var
|
|
7575
|
-
|
|
7576
|
-
|
|
7574
|
+
var To = c((ci, Ao) => {
|
|
7575
|
+
e();
|
|
7576
|
+
Ao.exports = { maxWidth: { value: "60rem" }, modal: { width: { value: "{space.relative.full}" }, height: { value: "{space.relative.full}" }, backgroundColor: { value: "{colors.overlay.50.value}" }, top: { value: "{space.zero}" }, left: { value: "{space.zero}" } }, container: { widthMax: { value: "30rem" } }, router: { borderWidth: { value: "{borderWidths.small.value}" }, borderStyle: { value: "solid" }, borderColor: { value: "{colors.border.primary.value}" }, backgroundColor: { value: "{colors.background.primary.value}" }, boxShadow: { value: "{shadows.medium.value}" } }, footer: { paddingBottom: { value: "{space.medium.value}" } }, form: { padding: { value: "{space.xl.value}" } }, state: { inactive: { backgroundColor: { value: "{colors.background.secondary.value}" } } }, orContainer: { color: { value: "{colors.neutral.80.value}" }, orLine: { backgroundColor: { value: "{colors.background.primary.value}" } } } };
|
|
7577
7577
|
});
|
|
7578
|
-
var
|
|
7579
|
-
|
|
7580
|
-
|
|
7578
|
+
var Io = c((mi, Do) => {
|
|
7579
|
+
e();
|
|
7580
|
+
Do.exports = { color: { value: "{colors.font.primary.value}" }, lineHeight: { value: 1 }, fontWeight: { value: "{fontWeights.semibold.value}" }, fontSize: { value: "{fontSizes.small.value}" }, textAlign: { value: "center" }, paddingVertical: { value: "{space.xs.value}" }, paddingHorizontal: { value: "{space.small.value}" }, backgroundColor: { value: "{colors.background.tertiary.value}" }, borderRadius: { value: "{radii.xl.value}" }, info: { color: { value: "{colors.font.info.value}" }, backgroundColor: { value: "{colors.background.info.value}" } }, warning: { color: { value: "{colors.font.warning.value}" }, backgroundColor: { value: "{colors.background.warning.value}" } }, success: { color: { value: "{colors.font.success.value}" }, backgroundColor: { value: "{colors.background.success.value}" } }, error: { color: { value: "{colors.font.error.value}" }, backgroundColor: { value: "{colors.background.error.value}" } }, small: { fontSize: { value: "{fontSizes.xs.value}" }, paddingVertical: { value: "{space.xxs.value}" }, paddingHorizontal: { value: "{space.xs.value}" } }, large: { fontSize: { value: "{fontSizes.medium.value}" }, paddingVertical: { value: "{space.small.value}" }, paddingHorizontal: { value: "{space.medium.value}" } } };
|
|
7581
7581
|
});
|
|
7582
|
-
var
|
|
7583
|
-
|
|
7584
|
-
|
|
7582
|
+
var Po = c((vi, Eo) => {
|
|
7583
|
+
e();
|
|
7584
|
+
Eo.exports = { fontWeight: { value: "{fontWeights.bold.value}" }, transitionDuration: { value: "{components.fieldcontrol.transitionDuration.value}" }, fontSize: { value: "{components.fieldcontrol.fontSize.value}" }, lineHeight: { value: "{components.fieldcontrol.lineHeight.value}" }, paddingBlockStart: { value: "{components.fieldcontrol.paddingBlockStart.value}" }, paddingBlockEnd: { value: "{components.fieldcontrol.paddingBlockEnd.value}" }, paddingInlineStart: { value: "{components.fieldcontrol.paddingInlineStart.value}" }, paddingInlineEnd: { value: "{components.fieldcontrol.paddingInlineEnd.value}" }, borderColor: { value: "{components.fieldcontrol.borderColor.value}" }, borderWidth: { value: "{components.fieldcontrol.borderWidth.value}" }, borderStyle: { value: "{components.fieldcontrol.borderStyle.value}" }, borderRadius: { value: "{components.fieldcontrol.borderRadius.value}" }, color: { value: "{colors.font.primary.value}" }, _hover: { color: { value: "{colors.font.focus.value}" }, backgroundColor: { value: "{colors.brand.primary.10.value}" }, borderColor: { value: "{colors.brand.primary.60.value}" } }, _focus: { color: { value: "{colors.font.focus.value}" }, backgroundColor: { value: "{colors.brand.primary.10.value}" }, borderColor: { value: "{colors.border.focus.value}" }, boxShadow: { value: "{components.fieldcontrol._focus.boxShadow.value}" } }, _active: { color: { value: "{colors.font.active.value}" }, backgroundColor: { value: "{colors.brand.primary.20.value}" }, borderColor: { value: "{colors.brand.primary.100.value}" } }, _loading: { color: { value: "{colors.font.disabled.value}" }, backgroundColor: { value: "transparent" }, borderColor: { value: "{colors.border.tertiary.value}" } }, _disabled: { color: { value: "{colors.font.disabled.value}" }, backgroundColor: { value: "transparent" }, borderColor: { value: "{colors.border.tertiary.value}" } }, primary: { borderColor: { value: "transparent" }, borderWidth: { value: "{borderWidths.small.value}" }, borderStyle: { value: "solid" }, backgroundColor: { value: "{colors.brand.primary.80.value}" }, color: { value: "{colors.font.inverse.value}" }, _disabled: { borderColor: { value: "transparent" }, backgroundColor: { value: "{colors.background.disabled.value}" }, color: { value: "{colors.font.disabled.value}" } }, _loading: { borderColor: { value: "transparent" }, backgroundColor: { value: "{colors.background.disabled.value}" }, color: { value: "{colors.font.disabled.value}" } }, _hover: { borderColor: { value: "transparent" }, backgroundColor: { value: "{colors.brand.primary.90.value}" }, color: { value: "{colors.font.inverse.value}" } }, _focus: { borderColor: { value: "transparent" }, backgroundColor: { value: "{colors.brand.primary.90.value}" }, color: { value: "{colors.font.inverse.value}" }, boxShadow: { value: "{components.fieldcontrol._focus.boxShadow.value}" } }, _active: { borderColor: { value: "transparent" }, backgroundColor: { value: "{colors.brand.primary.100.value}" }, color: { value: "{colors.font.inverse.value}" } } }, menu: { borderWidth: { value: 0 }, backgroundColor: { value: "transparent" }, justifyContent: { value: "start" }, _hover: { color: { value: "{colors.font.inverse.value}" }, backgroundColor: { value: "{colors.brand.primary.80.value}" } }, _focus: { color: { value: "{colors.font.inverse.value}" }, backgroundColor: { value: "{colors.brand.primary.80.value}" } }, _active: { color: { value: "{colors.font.inverse.value}" }, backgroundColor: { value: "{colors.brand.primary.90.value}" } }, _disabled: { color: { value: "{colors.font.disabled.value}" } } }, link: { borderWidth: { value: 0 }, borderColor: { value: "transparent" }, backgroundColor: { value: "transparent" }, color: { value: "{colors.font.interactive.value}" }, _hover: { borderColor: { value: "transparent" }, backgroundColor: { value: "{colors.brand.primary.10.value}" }, color: { value: "{colors.font.hover.value}" } }, _focus: { borderColor: { value: "transparent" }, backgroundColor: { value: "{colors.brand.primary.10.value}" }, color: { value: "{colors.font.focus.value}" }, boxShadow: { value: "{components.fieldcontrol._focus.boxShadow.value}" } }, _active: { borderColor: { value: "transparent" }, backgroundColor: { value: "{colors.brand.primary.20.value}" }, color: { value: "{colors.font.active.value}" } }, _disabled: { borderColor: { value: "transparent" }, backgroundColor: { value: "transparent" }, color: { value: "{colors.font.disabled.value}" } }, _loading: { borderColor: { value: "transparent" }, backgroundColor: { value: "transparent" }, color: { value: "{colors.font.disabled.value}" } } }, small: { fontSize: { value: "{components.fieldcontrol.small.fontSize.value}" }, paddingBlockStart: { value: "{components.fieldcontrol.small.paddingBlockStart.value}" }, paddingBlockEnd: { value: "{components.fieldcontrol.small.paddingBlockEnd.value}" }, paddingInlineStart: { value: "{components.fieldcontrol.small.paddingInlineStart.value}" }, paddingInlineEnd: { value: "{components.fieldcontrol.small.paddingInlineEnd.value}" } }, large: { fontSize: { value: "{components.fieldcontrol.large.fontSize.value}" }, paddingBlockStart: { value: "{components.fieldcontrol.large.paddingBlockStart.value}" }, paddingBlockEnd: { value: "{components.fieldcontrol.large.paddingBlockEnd.value}" }, paddingInlineStart: { value: "{components.fieldcontrol.large.paddingInlineStart.value}" }, paddingInlineEnd: { value: "{components.fieldcontrol.large.paddingInlineEnd.value}" } }, loaderWrapper: { alignItems: { value: "center" }, gap: { value: "{space.xs.value}" } } };
|
|
7585
7585
|
});
|
|
7586
|
-
var
|
|
7587
|
-
|
|
7588
|
-
|
|
7586
|
+
var Wo = c((pi, Ro) => {
|
|
7587
|
+
e();
|
|
7588
|
+
Ro.exports = { backgroundColor: { value: "{colors.background.primary.value}" }, borderRadius: { value: "{radii.xs.value}" }, borderWidth: { value: "0" }, borderStyle: { value: "solid" }, borderColor: { value: "transparent" }, boxShadow: { value: "none" }, padding: { value: "{space.medium.value}" }, outlined: { backgroundColor: { value: "{components.card.backgroundColor.value}" }, borderRadius: { value: "{radii.xs.value}" }, borderWidth: { value: "{borderWidths.small.value}" }, borderStyle: { value: "solid" }, borderColor: { value: "{colors.border.primary.value}" }, boxShadow: { value: "{components.card.boxShadow.value}" } }, elevated: { backgroundColor: { value: "{components.card.backgroundColor.value}" }, borderRadius: { value: "{radii.xs.value}" }, borderWidth: { value: "0" }, borderStyle: { value: "solid" }, borderColor: { value: "transparent" }, boxShadow: { value: "{shadows.medium.value}" } } };
|
|
7589
7589
|
});
|
|
7590
|
-
var
|
|
7591
|
-
|
|
7592
|
-
|
|
7590
|
+
var Uo = c((gi, Vo) => {
|
|
7591
|
+
e();
|
|
7592
|
+
Vo.exports = { cursor: { value: "pointer" }, alignItems: { value: "center" }, _disabled: { cursor: { value: "not-allowed" } }, button: { position: { value: "relative" }, alignItems: { value: "center" }, justifyContent: { value: "center" }, color: { value: "{colors.white.value}" }, before: { width: { value: "100%" }, height: { value: "100%" }, borderWidth: { value: "{borderWidths.medium.value}" }, borderRadius: { value: "20%" }, borderStyle: { value: "solid" }, borderColor: { value: "{colors.border.primary.value}" } }, _focus: { outlineColor: { value: "{colors.transparent.value}" }, outlineStyle: { value: "solid" }, outlineWidth: { value: "{outlineWidths.medium.value}" }, outlineOffset: { value: "{outlineOffsets.medium.value}" }, borderColor: { value: "{colors.transparent.value}" }, boxShadow: { value: { offsetX: "0px", offsetY: "0px", blurRadius: "0px", spreadRadius: "2px", color: "{colors.border.focus.value}" } } }, _disabled: { borderColor: { value: "{colors.border.disabled.value}" } }, _error: { borderColor: { value: "{colors.border.error.value}" }, _focus: { borderColor: { value: "{colors.transparent.value}" }, boxShadow: { value: { offsetX: "0px", offsetY: "0px", blurRadius: "0px", spreadRadius: "2px", color: "{colors.border.error.value}" } } } } }, icon: { backgroundColor: { value: "{colors.brand.primary.80.value}" }, borderRadius: { value: "20%" }, opacity: { value: "{opacities.0.value}" }, transform: { value: "scale(0)" }, transitionProperty: { value: "all" }, transitionDuration: { value: "{time.short.value}" }, transitionTimingFunction: { value: "ease-in-out" }, _checked: { opacity: { value: "{opacities.100.value}" }, transform: { value: "scale(1)" }, _disabled: { backgroundColor: { value: "{colors.background.disabled.value}" } } } }, label: { _disabled: { color: { value: "{colors.font.disabled.value}" } } } };
|
|
7593
7593
|
});
|
|
7594
|
-
var
|
|
7595
|
-
|
|
7596
|
-
|
|
7594
|
+
var Fo = c((fi, _o) => {
|
|
7595
|
+
e();
|
|
7596
|
+
_o.exports = { alignItems: { value: "flex-start" }, alignContent: { value: "center" }, flexDirection: { value: "column" }, justifyContent: { value: "center" } };
|
|
7597
7597
|
});
|
|
7598
|
-
var
|
|
7599
|
-
|
|
7600
|
-
|
|
7598
|
+
var Oo = c((hi, No) => {
|
|
7599
|
+
e();
|
|
7600
|
+
No.exports = { fontSize: { value: "{font.sizes.xs.value}" }, gap: { value: "{space.relative.medium.value}" }, svg: { path: { fill: { value: "{colors.font.primary}" } } }, toolTip: { bottom: { value: "{space.large}" }, color: { value: "{colors.teal.100}" }, fontSize: { value: "{font.sizes.xxs}" } } };
|
|
7601
7601
|
});
|
|
7602
|
-
var
|
|
7603
|
-
|
|
7604
|
-
|
|
7602
|
+
var Mo = c((bi, zo) => {
|
|
7603
|
+
e();
|
|
7604
|
+
zo.exports = { height: { value: "100%" } };
|
|
7605
7605
|
});
|
|
7606
|
-
var
|
|
7607
|
-
|
|
7608
|
-
|
|
7606
|
+
var Go = c((Si, Bo) => {
|
|
7607
|
+
e();
|
|
7608
|
+
Bo.exports = { borderStyle: { value: "solid" }, borderColor: { value: "{colors.border.primary.value}" }, borderWidth: { value: "{borderWidths.medium.value}" }, label: { color: { value: "{colors.font.tertiary.value}" }, paddingInline: { value: "{space.medium.value}" }, fontSize: { value: "{fontSizes.small.value}" }, backgroundColor: { value: "{colors.background.primary.value}" } }, small: { borderWidth: { value: "{borderWidths.small.value}" } }, large: { borderWidth: { value: "{borderWidths.large.value}" } }, opacity: { value: "{opacities.60.value}" } };
|
|
7609
7609
|
});
|
|
7610
|
-
var
|
|
7611
|
-
|
|
7612
|
-
|
|
7610
|
+
var Ho = c((yi, Lo) => {
|
|
7611
|
+
e();
|
|
7612
|
+
Lo.exports = { display: { value: "block" }, backgroundColor: { value: "{colors.white.value}" }, borderRadius: { value: "{radii.medium.value}" }, boxShadow: { value: "{shadows.large.value}" }, width: { value: "100%" }, item: { marginTop: { value: "1px" }, boxShadow: { value: "{shadows.small.value}" }, borderBottomLeftRadius: { value: "{radii.medium.value}" }, borderBottomRightRadius: { value: "{radii.medium.value}" }, borderTopLeftRadius: { value: "{radii.medium.value}" }, borderTopRightRadius: { value: "{radii.medium.value}" }, borderStartStartRadius: { value: "{radii.medium.value}" }, borderStartEndRadius: { value: "{radii.medium.value}" }, borderEndStartRadius: { value: "{radii.medium.value}" }, borderEndEndRadius: { value: "{radii.medium.value}" }, _focus: { boxShadow: { value: { offsetX: "0", offsetY: "0", blurRadius: "0", spreadRadius: "2px", color: "{colors.border.focus.value}" } } } }, header: { boxShadow: { value: { offsetX: "0", offsetY: "1px", blurRadius: "0", color: "{colors.overlay.20.value}" } } }, trigger: { minHeight: { value: "3rem" }, paddingInlineStart: { value: "{space.large.value}" }, paddingInlineEnd: { value: "{space.large.value}" }, alignItems: { value: "center" }, justifyContent: { value: "space-between" }, _hover: { backgroundColor: { value: "{colors.overlay.10.value}" } } }, content: { paddingInlineStart: { value: "{space.large.value}" }, paddingInlineEnd: { value: "{space.large.value}" }, text: { color: { value: "{colors.font.secondary.value}" }, paddingBlockStart: { value: "{space.medium.value}" }, paddingBlockEnd: { value: "{space.medium.value}" } }, _open: { animationDuration: { value: "{time.medium.value}" }, animationTimingFunction: { value: "cubic-bezier(0.87, 0, 0.13, 1)" } }, _closed: { animationDuration: { value: "{time.medium.value}" }, animationTimingFunction: { value: "cubic-bezier(0.87, 0, 0.13, 1)" } } }, icon: { transitionDuration: { value: "{time.medium.value}" }, transitionTimingFunction: { value: "cubic-bezier(0.87, 0, 0.13, 1)" } } };
|
|
7613
7613
|
});
|
|
7614
|
-
var
|
|
7615
|
-
|
|
7616
|
-
|
|
7614
|
+
var jo = c((Ci, qo) => {
|
|
7615
|
+
e();
|
|
7616
|
+
qo.exports = { gap: { value: "{space.xs.value}" }, fontSize: { value: "{fontSizes.medium.value}" }, small: { gap: { value: "{space.xxxs.value}" }, fontSize: { value: "{fontSizes.small.value}" } }, large: { gap: { value: "{space.small.value}" }, fontSize: { value: "{fontSizes.large.value}" } }, label: { color: { value: "{colors.font.secondary.value}" } } };
|
|
7617
7617
|
});
|
|
7618
|
-
var
|
|
7619
|
-
|
|
7620
|
-
|
|
7618
|
+
var Yo = c((ki, Ko) => {
|
|
7619
|
+
e();
|
|
7620
|
+
Ko.exports = { borderStyle: { value: "solid" }, borderColor: { value: "{colors.border.primary.value}" }, borderWidth: { value: "{borderWidths.small.value}" }, borderRadius: { value: "{radii.small.value}" }, color: { value: "{colors.font.primary.value}" }, paddingBlockStart: { value: "{space.xs.value}" }, paddingBlockEnd: { value: "{space.xs.value}" }, paddingInlineStart: { value: "{space.medium.value}" }, paddingInlineEnd: { value: "{space.medium.value}" }, fontSize: { value: "{components.field.fontSize.value}" }, lineHeight: { value: "{lineHeights.medium.value}" }, transitionDuration: { value: "{time.medium.value}" }, outlineColor: { value: "{colors.transparent.value}" }, outlineStyle: { value: "solid" }, outlineWidth: { value: "{outlineWidths.medium.value}" }, outlineOffset: { value: "{outlineOffsets.medium.value}" }, small: { fontSize: { value: "{components.field.small.fontSize.value}" }, paddingBlockStart: { value: "{space.xxs.value}" }, paddingBlockEnd: { value: "{space.xxs.value}" }, paddingInlineStart: { value: "{space.small.value}" }, paddingInlineEnd: { value: "{space.small.value}" } }, large: { fontSize: { value: "{components.field.large.fontSize.value}" }, paddingBlockStart: { value: "{space.xs.value}" }, paddingBlockEnd: { value: "{space.xs.value}" }, paddingInlineStart: { value: "{space.medium.value}" }, paddingInlineEnd: { value: "{space.medium.value}" } }, quiet: { borderStyle: { value: "none" }, borderBlockEnd: { value: "{borderWidths.small.value} solid {colors.border.primary.value}" }, borderInlineStart: { value: "none" }, borderInlineEnd: { value: "none" }, borderBlockStart: { value: "none" }, borderRadius: { value: "0" }, _focus: { borderBlockEndColor: { value: "{colors.border.focus.value}" }, boxShadow: { value: { offsetX: "0px", offsetY: "1px", color: "{colors.border.focus.value}" } } }, _error: { borderBlockEndColor: { value: "{colors.border.error.value}" }, _focus: { boxShadow: { value: { offsetX: "0px", offsetY: "1px", color: "{colors.border.error.value}" } } } } }, _focus: { borderColor: { value: "{colors.border.focus.value}" }, boxShadow: { value: { offsetX: "0px", offsetY: "0px", blurRadius: "0px", spreadRadius: "1px", color: "{colors.border.focus.value}" } } }, _disabled: { color: { value: "{colors.font.disabled.value}" }, cursor: { value: "not-allowed" }, borderColor: { value: "{colors.transparent.value}" }, backgroundColor: { value: "{colors.background.disabled.value}" } }, _error: { borderColor: { value: "{colors.border.error.value}" }, _focus: { boxShadow: { value: { offsetX: "0px", offsetY: "0px", blurRadius: "0px", spreadRadius: "1px", color: "{colors.border.error.value}" } } } } };
|
|
7621
7621
|
});
|
|
7622
|
-
var
|
|
7623
|
-
|
|
7624
|
-
|
|
7622
|
+
var Xo = c((xi, $o) => {
|
|
7623
|
+
e();
|
|
7624
|
+
$o.exports = { gap: { value: 0 }, vertical: { alignItems: { value: "center" } }, outer: { alignItems: { value: "center" } } };
|
|
7625
7625
|
});
|
|
7626
|
-
var
|
|
7627
|
-
|
|
7628
|
-
|
|
7626
|
+
var Qo = c((wi, Zo) => {
|
|
7627
|
+
e();
|
|
7628
|
+
Zo.exports = { error: { color: { value: "{colors.font.error.value}" }, fontSize: { value: "{fontSizes.small.value}" } }, description: { color: { value: "{colors.font.secondary.value}" }, fontStyle: { value: "italic" }, fontSize: { value: "{fontSizes.small.value}" } } };
|
|
7629
7629
|
});
|
|
7630
|
-
var
|
|
7631
|
-
|
|
7632
|
-
|
|
7630
|
+
var er = c((Ai, Jo) => {
|
|
7631
|
+
e();
|
|
7632
|
+
Jo.exports = { gap: { value: "{space.medium.value}" }, justifyContent: { value: "normal" }, alignItems: { value: "stretch" }, alignContent: { value: "normal" }, flexWrap: { value: "nowrap" } };
|
|
7633
7633
|
});
|
|
7634
|
-
var
|
|
7635
|
-
|
|
7636
|
-
|
|
7634
|
+
var rr = c((Ti, or) => {
|
|
7635
|
+
e();
|
|
7636
|
+
or.exports = { color: { value: "{colors.font.primary.value}" }, lineHeight: { value: "{lineHeights.small.value}" }, 1: { fontSize: { value: "{fontSizes.xxxxl.value}" }, fontWeight: { value: "{fontWeights.light.value}" } }, 2: { fontSize: { value: "{fontSizes.xxxl.value}" }, fontWeight: { value: "{fontWeights.normal.value}" } }, 3: { fontSize: { value: "{fontSizes.xxl.value}" }, fontWeight: { value: "{fontWeights.medium.value}" } }, 4: { fontSize: { value: "{fontSizes.xl.value}" }, fontWeight: { value: "{fontWeights.semibold.value}" } }, 5: { fontSize: { value: "{fontSizes.large.value}" }, fontWeight: { value: "{fontWeights.bold.value}" } }, 6: { fontSize: { value: "{fontSizes.medium.value}" }, fontWeight: { value: "{fontWeights.extrabold.value}" } } };
|
|
7637
7637
|
});
|
|
7638
|
-
var
|
|
7639
|
-
|
|
7640
|
-
|
|
7638
|
+
var tr = c((Di, ar) => {
|
|
7639
|
+
e();
|
|
7640
|
+
ar.exports = { lineHeight: { value: 1 }, height: { value: "1em" } };
|
|
7641
7641
|
});
|
|
7642
|
-
var
|
|
7643
|
-
|
|
7644
|
-
|
|
7642
|
+
var ir = c((Ii, nr) => {
|
|
7643
|
+
e();
|
|
7644
|
+
nr.exports = { maxWidth: { value: "100%" }, height: { value: "auto" }, objectFit: { value: "initial" }, objectPosition: { value: "initial" } };
|
|
7645
7645
|
});
|
|
7646
|
-
var
|
|
7647
|
-
|
|
7648
|
-
|
|
7646
|
+
var lr = c((Ei, sr) => {
|
|
7647
|
+
e();
|
|
7648
|
+
sr.exports = { active: { color: { value: "{colors.font.active.value}" } }, color: { value: "{colors.font.interactive.value}" }, focus: { color: { value: "{colors.font.focus.value}" } }, hover: { color: { value: "{colors.font.hover.value}" } }, large: { fontSize: { value: "{fontSizes.large.value}" } }, small: { fontSize: { value: "{fontSizes.small.value}" } }, visited: { color: { value: "{colors.font.interactive.value}" } } };
|
|
7649
7649
|
});
|
|
7650
|
-
var
|
|
7651
|
-
|
|
7652
|
-
|
|
7650
|
+
var dr = c((Pi, ur) => {
|
|
7651
|
+
e();
|
|
7652
|
+
ur.exports = { width: { value: "{fontSizes.medium.value}" }, height: { value: "{fontSizes.medium.value}" }, strokeEmpty: { value: "{colors.neutral.20.value}" }, strokeFilled: { value: "{colors.brand.primary.80.value}" }, strokeLinecap: { value: "round" }, animationDuration: { value: "1s" }, small: { width: { value: "{fontSizes.small.value}" }, height: { value: "{fontSizes.small.value}" } }, large: { width: { value: "{fontSizes.large.value}" }, height: { value: "{fontSizes.large.value}" } }, linear: { width: { value: "100%" }, minWidth: { value: "5rem" }, height: { value: "{fontSizes.medium.value}" }, strokeWidth: { value: "{fontSizes.medium.value}" }, strokeFilled: { value: "{colors.brand.primary.80.value}" }, strokeEmpty: { value: "{colors.neutral.20.value}" }, strokeLinecap: { value: "round" }, animationDuration: { value: "1s" }, small: { height: { value: "{fontSizes.small.value}" }, strokeWidth: { value: "{fontSizes.small.value}" } }, large: { height: { value: "{fontSizes.large.value}" }, strokeWidth: { value: "{fontSizes.large.value}" } } } };
|
|
7653
7653
|
});
|
|
7654
|
-
var
|
|
7655
|
-
|
|
7656
|
-
|
|
7654
|
+
var mr = c((Ri, cr) => {
|
|
7655
|
+
e();
|
|
7656
|
+
cr.exports = { backgroundColor: { value: "{colors.white.value}" }, borderRadius: { value: "{radii.medium.value}" }, borderWidth: { value: "{borderWidths.small.value}" }, borderStyle: { value: "solid" }, borderColor: { value: "{colors.border.primary.value}" }, boxShadow: { value: "{shadows.large.value}" }, flexDirection: { value: "column" }, gap: { value: 0 }, maxWidth: { value: "30rem" }, minWidth: { value: "14rem" }, small: { width: { value: "{fontSizes.medium.value}" }, height: { value: "{fontSizes.medium.value}" } }, large: { width: { value: "{fontSizes.xxxl.value}" }, height: { value: "{fontSizes.xxxl.value}" } }, item: { minHeight: { value: "2.5rem" }, paddingInlineStart: { value: "{space.medium.value}" }, paddingInlineEnd: { value: "{space.medium.value}" } } };
|
|
7657
7657
|
});
|
|
7658
|
-
var
|
|
7659
|
-
|
|
7660
|
-
|
|
7658
|
+
var pr = c((Wi, vr) => {
|
|
7659
|
+
e();
|
|
7660
|
+
vr.exports = { current: { alignItems: { value: "center" }, justifyContent: { value: "center" }, color: { value: "{colors.white.value}" }, fontSize: { value: "{fontSizes.small.value}" }, backgroundColor: { value: "{colors.overlay.40.value}" } }, button: { color: { value: "{colors.font.primary.value}" }, paddingInlineStart: { value: "{space.xxs.value}" }, paddingInlineEnd: { value: "{space.xxs.value}" }, transitionProperty: { value: "background-color" }, transitionDuration: { value: "{time.medium.value}" }, hover: { backgroundColor: { value: "{colors.overlay.10.value}" }, color: { value: "{colors.font.primary.value}" } }, disabled: { color: { value: "{colors.font.disabled.value}" } } }, ellipsis: { alignItems: { value: "baseline" }, justifyContent: { value: "center" }, paddingInlineStart: { value: "{space.xs.value}" }, paddingInlineEnd: { value: "{space.xs.value}" } }, itemContainer: { marginLeft: { value: "{space.xxxs.value}" }, marginRight: { value: "{space.xxxs.value}" } }, itemShared: { height: { value: "{fontSizes.xxl.value}" }, minWidth: { value: "{fontSizes.xxl.value}" }, borderRadius: { value: "{fontSizes.medium.value}" } } };
|
|
7661
7661
|
});
|
|
7662
|
-
var
|
|
7663
|
-
|
|
7664
|
-
|
|
7662
|
+
var fr = c((Vi, gr) => {
|
|
7663
|
+
e();
|
|
7664
|
+
gr.exports = {};
|
|
7665
7665
|
});
|
|
7666
|
-
var
|
|
7667
|
-
|
|
7668
|
-
|
|
7666
|
+
var br = c((Ui, hr) => {
|
|
7667
|
+
e();
|
|
7668
|
+
hr.exports = { borderRadius: { value: "{radii.small.value}" }, transitionDuration: { value: "{time.long.value}" }, startColor: { value: "{colors.background.secondary.value}" }, endColor: { value: "{colors.background.tertiary.value}" }, small: { height: { value: "{space.small.value}" } }, default: { height: { value: "{space.medium.value}" } }, large: { height: { value: "{space.large.value}" } } };
|
|
7669
7669
|
});
|
|
7670
|
-
var
|
|
7671
|
-
|
|
7672
|
-
|
|
7670
|
+
var yr = c((_i, Sr) => {
|
|
7671
|
+
e();
|
|
7672
|
+
Sr.exports = { alignItems: { value: "center" }, justifyContent: { value: "flex-start" }, gap: { value: "inherit" }, _disabled: { cursor: { value: "not-allowed" } }, button: { alignItems: { value: "center" }, justifyContent: { value: "center" }, width: { value: "{fontSizes.medium.value}" }, height: { value: "{fontSizes.medium.value}" }, boxSizing: { value: "border-box" }, borderWidth: { value: "{borderWidths.medium.value}" }, borderStyle: { value: "solid" }, borderRadius: { value: "50%" }, borderColor: { value: "{colors.border.primary.value}" }, color: { value: "{colors.white.value}" }, backgroundColor: { value: "{colors.white.value}" }, transitionProperty: { value: "all" }, transitionDuration: { value: "{time.medium.value}" }, outlineColor: { value: "{colors.transparent.value}" }, outlineStyle: { value: "solid" }, outlineWidth: { value: "{outlineWidths.medium.value}" }, outlineOffset: { value: "{outlineOffsets.medium.value}" }, padding: { value: "{borderWidths.medium.value}" }, small: { width: { value: "{fontSizes.small.value}" }, height: { value: "{fontSizes.small.value}" } }, large: { width: { value: "{fontSizes.large.value}" }, height: { value: "{fontSizes.large.value}" } }, _checked: { color: { value: "{colors.brand.primary.80.value}" }, _disabled: { color: { value: "{colors.background.disabled.value}" } } }, _focus: { borderColor: { value: "{colors.border.focus.value}" }, boxShadow: { value: "{components.fieldcontrol._focus.boxShadow.value}" } }, _error: { borderColor: { value: "{colors.border.error.value}" }, _focus: { boxShadow: { value: "{components.fieldcontrol._error._focus.boxShadow.value}" } } }, _disabled: { borderColor: { value: "{colors.border.disabled.value}" }, backgroundColor: { value: "{colors.background.primary.value}" } } }, label: { _disabled: { color: { value: "{colors.font.disabled.value}" } } } };
|
|
7673
7673
|
});
|
|
7674
|
-
var
|
|
7675
|
-
|
|
7676
|
-
|
|
7674
|
+
var kr = c((Fi, Cr) => {
|
|
7675
|
+
e();
|
|
7676
|
+
Cr.exports = { large: { size: { value: "{fontSizes.xxxl.value}" } }, default: { size: { value: "{fontSizes.xl.value}" } }, small: { size: { value: "{fontSizes.small.value}" } }, filled: { color: { value: "{colors.brand.secondary.80.value}" } }, empty: { color: { value: "{colors.background.tertiary.value}" } } };
|
|
7677
7677
|
});
|
|
7678
|
-
var
|
|
7679
|
-
|
|
7680
|
-
|
|
7678
|
+
var wr = c((Ni, xr) => {
|
|
7679
|
+
e();
|
|
7680
|
+
xr.exports = { paddingInlineEnd: { value: "{space.xxl.value}" }, wrapper: { flex: { value: "1" }, display: { value: "block" }, position: { value: "relative" }, cursor: { value: "pointer" } }, iconWrapper: { alignItems: { value: "center" }, position: { value: "absolute" }, top: { value: "50%" }, right: { value: "{space.medium.value}" }, transform: { value: "translateY(-50%)" }, pointerEvents: { value: "none" } }, option: { backgroundColor: { value: "{colors.background.primary.value}" } }, whiteSpace: { value: "nowrap" }, minWidth: { value: "6.5rem" }, small: { minWidth: { value: "5.5rem" } }, large: { minWidth: { value: "7.5rem" } } };
|
|
7681
7681
|
});
|
|
7682
|
-
var
|
|
7683
|
-
|
|
7684
|
-
|
|
7682
|
+
var Tr = c((Oi, Ar) => {
|
|
7683
|
+
e();
|
|
7684
|
+
Ar.exports = { flexDirection: { value: "column" } };
|
|
7685
7685
|
});
|
|
7686
|
-
var
|
|
7687
|
-
|
|
7688
|
-
|
|
7686
|
+
var Ir = c((zi, Dr) => {
|
|
7687
|
+
e();
|
|
7688
|
+
Dr.exports = { paddingBlock: { value: "{space.xs.value}" }, track: { backgroundColor: { value: "{colors.background.tertiary.value}" }, borderRadius: { value: "9999px" }, height: { value: "0.375rem" }, minWidth: { value: "10rem" } }, range: { backgroundColor: { value: "{colors.brand.primary.80.value}" }, borderRadius: { value: "9999px" }, _disabled: { backgroundColor: { value: "{colors.background.disabled.value}" } } }, thumb: { width: { value: "1.25rem" }, height: { value: "1.25rem" }, backgroundColor: { value: "{colors.background.primary.value}" }, boxShadow: { value: "{shadows.small.value}" }, borderRadius: { value: "50%" }, borderWidth: { value: "{borderWidths.small.value}" }, borderColor: { value: "{colors.border.primary.value}" }, borderStyle: { value: "solid" }, _disabled: { backgroundColor: { value: "{colors.background.disabled.value}" }, borderColor: { value: "transparent" }, boxShadow: { value: "none" } }, _hover: { backgroundColor: { value: "{colors.background.primary.value}" }, borderColor: { value: "{colors.border.focus.value}" } }, _focus: { boxShadow: { value: { offsetX: "0", offsetY: "0", blurRadius: "0", spreadRadius: "3px", color: "{colors.border.focus.value}" } } } }, small: { track: { height: { value: "0.25rem" } }, thumb: { width: { value: "1rem" }, height: { value: "1rem" } } }, large: { track: { height: { value: "0.625rem" } }, thumb: { width: { value: "1.5rem" }, height: { value: "1.5rem" } } } };
|
|
7689
7689
|
});
|
|
7690
|
-
var
|
|
7691
|
-
|
|
7692
|
-
|
|
7690
|
+
var Pr = c((Mi, Er) => {
|
|
7691
|
+
e();
|
|
7692
|
+
Er.exports = { flexDirection: { value: "column" }, input: { textAlign: { value: "center" } } };
|
|
7693
7693
|
});
|
|
7694
|
-
var
|
|
7695
|
-
|
|
7696
|
-
|
|
7694
|
+
var Wr = c((Bi, Rr) => {
|
|
7695
|
+
e();
|
|
7696
|
+
Rr.exports = { disabled: { opacity: { value: "{opacities.60.value}" } }, focused: { shadow: { value: "{shadows.small.value}" } }, large: { fontSize: { value: "{fontSizes.large.value}" } }, small: { fontSize: { value: "{fontSizes.small.value}" } }, label: { padding: { value: "{space.xs.value}" } }, thumb: { backgroundColor: { value: "{colors.background.primary.value}" }, borderColor: { value: "{colors.border.tertiary.value}" }, borderRadius: { value: "{radii.xxxl.value}" }, checked: { transform: { value: "{transforms.slideX.medium.value}" } }, transition: { duration: { value: "{time.medium.value}" } }, width: { value: "{space.relative.medium.value}" } }, track: { backgroundColor: { value: "{colors.background.tertiary.value}" }, borderRadius: { value: "{radii.xxxl.value}" }, checked: { backgroundColor: { value: "{colors.brand.primary.60.value}" } }, height: { value: "{space.relative.medium.value}" }, padding: { value: "{outlineWidths.medium.value}" }, transition: { duration: { value: "{time.short.value}" } }, width: { value: "{space.relative.xl.value}" } } };
|
|
7697
7697
|
});
|
|
7698
|
-
var
|
|
7699
|
-
|
|
7700
|
-
|
|
7698
|
+
var Ur = c((Gi, Vr) => {
|
|
7699
|
+
e();
|
|
7700
|
+
Vr.exports = { borderCollapse: { value: "collapse" }, display: { value: "table" }, width: { value: "100%" }, head: { display: { value: "table-header-group" }, verticalAlign: { value: "middle" } }, body: { display: { value: "table-row-group" }, verticalAlign: { value: "middle" } }, foot: { display: { value: "table-footer-group" }, verticalAlign: { value: "middle" } }, row: { display: { value: "table-row" }, verticalAlign: { value: "middle" }, hover: { backgroundColor: { value: "{colors.background.tertiary.value}" } }, striped: { backgroundColor: { value: "{colors.background.secondary.value}" } } }, header: { borderColor: { value: "{colors.border.tertiary.value}" }, borderStyle: { value: "solid" }, borderWidth: { value: "{borderWidths.small.value}" }, color: { value: "{colors.font.primary.value}" }, display: { value: "table-cell" }, fontSize: { value: "{fontSizes.medium.value}" }, fontWeight: { value: "{fontWeights.bold.value}" }, padding: { value: "{space.medium.value}" }, verticalAlign: { value: "middle" }, large: { fontSize: { value: "{fontSizes.large.value}" }, padding: { value: "{space.large.value}" } }, small: { fontSize: { value: "{fontSizes.small.value}" }, padding: { value: "{space.xs.value}" } } }, data: { borderColor: { value: "{colors.border.tertiary.value}" }, borderStyle: { value: "solid" }, borderWidth: { value: "{borderWidths.small.value}" }, color: { value: "{colors.font.primary.value}" }, display: { value: "table-cell" }, fontSize: { value: "{fontSizes.medium.value}" }, fontWeight: { value: "{fontWeights.normal.value}" }, padding: { value: "{space.medium.value}" }, verticalAlign: { value: "middle" }, large: { fontSize: { value: "{fontSizes.large.value}" }, padding: { value: "{space.large.value}" } }, small: { fontSize: { value: "{fontSizes.small.value}" }, padding: { value: "{space.xs.value}" } } }, caption: { captionSide: { value: "bottom" }, color: { value: "{colors.font.primary.value}" }, display: { value: "table-caption" }, fontSize: { value: "{fontSizes.medium.value}" }, textAlign: { value: "center" }, wordBreak: { value: "break-all" }, large: { fontSize: { value: "{fontSizes.large.value}" } }, small: { fontSize: { value: "{fontSizes.small.value}" } } } };
|
|
7701
7701
|
});
|
|
7702
|
-
var
|
|
7703
|
-
|
|
7704
|
-
|
|
7702
|
+
var Fr = c((Li, _r) => {
|
|
7703
|
+
e();
|
|
7704
|
+
_r.exports = { backgroundColor: { value: "transparent" }, borderColor: { value: "{colors.border.secondary.value}" }, borderStyle: { value: "solid" }, borderWidth: { value: "{borderWidths.medium.value}" }, gap: { value: "0" }, item: { backgroundColor: { value: "transparent" }, borderColor: { value: "{colors.border.secondary.value}" }, borderStyle: { value: "solid" }, borderWidth: { value: "{borderWidths.medium.value}" }, color: { value: "{colors.font.secondary.value}" }, fontSize: { value: "{fontSizes.medium.value}" }, fontWeight: { value: "{fontWeights.bold.value}" }, paddingVertical: { value: "{space.small.value}" }, paddingHorizontal: { value: "{space.medium.value}" }, textAlign: { value: "center" }, transitionDuration: { value: "{time.medium.value}" }, _hover: { color: { value: "{colors.font.hover.value}" } }, _focus: { color: { value: "{colors.font.focus.value}" } }, _active: { color: { value: "{colors.font.interactive.value}" }, borderColor: { value: "{colors.font.interactive.value}" }, backgroundColor: { value: "transparent" } }, _disabled: { color: { value: "{colors.font.disabled.value}" }, backgroundColor: { value: "transparent" }, borderColor: { value: "{colors.border.tertiary.value}" } } } };
|
|
7705
7705
|
});
|
|
7706
|
-
var
|
|
7707
|
-
|
|
7708
|
-
|
|
7706
|
+
var Or = c((Hi, Nr) => {
|
|
7707
|
+
e();
|
|
7708
|
+
Nr.exports = { color: { value: "{colors.font.primary.value}" }, primary: { color: { value: "{colors.font.primary.value}" } }, secondary: { color: { value: "{colors.font.secondary.value}" } }, tertiary: { color: { value: "{colors.font.tertiary.value}" } }, error: { color: { value: "{colors.font.error.value}" } }, warning: { color: { value: "{colors.font.warning.value}" } }, success: { color: { value: "{colors.font.success.value}" } }, info: { color: { value: "{colors.font.info.value}" } } };
|
|
7709
7709
|
});
|
|
7710
|
-
var
|
|
7711
|
-
|
|
7712
|
-
|
|
7710
|
+
var Mr = c((qi, zr) => {
|
|
7711
|
+
e();
|
|
7712
|
+
zr.exports = { borderColor: { value: "{colors.border.primary.value}" }, color: { value: "{colors.overlay.50.value}" }, _hover: { backgroundColor: { value: "{colors.overlay.10.value}" } }, _focus: { borderColor: { value: "{colors.border.focus.value}" }, color: { value: "{colors.overlay.50.value}" } }, _active: { backgroundColor: { value: "{colors.transparent.value}" } }, _disabled: { backgroundColor: { value: "{colors.transparent.value}" }, borderColor: { value: "{colors.border.secondary.value}" }, color: { value: "{colors.font.disabled.value}" } }, _pressed: { color: { value: "{colors.font.primary.value}" }, backgroundColor: { value: "{colors.overlay.20.value}" }, _hover: { backgroundColor: { value: "{colors.overlay.30.value}" } } }, primary: { backgroundColor: { value: "{colors.transparent.value}" }, borderWidth: { value: "{borderWidths.small.value}" }, _focus: { borderColor: { value: "{colors.border.focus.value}" }, backgroundColor: { value: "{colors.transparent.value}" }, boxShadow: { value: "{components.fieldcontrol._focus.boxShadow.value}" }, color: { value: "{colors.overlay.50.value}" } }, _hover: { backgroundColor: { value: "{colors.overlay.10.value}" }, color: { value: "{colors.overlay.50.value}" } }, _disabled: { backgroundColor: { value: "{colors.background.tertiary.value}" }, color: { value: "{colors.font.disabled.value}" } }, _pressed: { backgroundColor: { value: "{colors.brand.primary.80.value}" }, borderColor: { value: "{colors.brand.primary.80.value}" }, color: { value: "{colors.white.value}" }, _focus: { backgroundColor: { value: "{colors.border.focus.value}" }, borderColor: { value: "{colors.border.focus.value}" } }, _hover: { borderColor: { value: "{colors.brand.primary.60.value}" }, backgroundColor: { value: "{colors.brand.primary.60.value}" } } } }, link: { color: { value: "{colors.overlay.50.value}" }, _hover: { backgroundColor: { value: "{colors.transparent.value}" }, color: { value: "{colors.overlay.50.value}" } }, _focus: { backgroundColor: { value: "{colors.transparent.value}" }, color: { value: "{colors.overlay.50.value}" } }, _disabled: { color: { value: "{colors.font.disabled.value}" } }, _pressed: { backgroundColor: { value: "{colors.transparent.value}" }, color: { value: "{colors.overlay.90.value}" }, _hover: { backgroundColor: { value: "{colors.transparent.value}" } } } } };
|
|
7713
7713
|
});
|
|
7714
|
-
var
|
|
7715
|
-
|
|
7716
|
-
|
|
7714
|
+
var Gr = c((ji, Br) => {
|
|
7715
|
+
e();
|
|
7716
|
+
Br.exports = { alignItems: { value: "center" }, alignContent: { value: "center" }, justifyContent: { value: "flex-start" } };
|
|
7717
7717
|
});
|
|
7718
|
-
var
|
|
7719
|
-
|
|
7720
|
-
|
|
7718
|
+
var Hr = c((Ki, Lr) => {
|
|
7719
|
+
e();
|
|
7720
|
+
Lr.exports = { alert: wo(), authenticator: To(), badge: Io(), button: Po(), card: Wo(), checkbox: Uo(), checkboxfield: Fo(), copy: Oo(), countrycodeselect: Mo(), divider: Go(), expander: Ho(), field: jo(), fieldcontrol: Yo(), fieldgroup: Xo(), fieldmessages: Qo(), flex: er(), heading: rr(), icon: tr(), image: ir(), link: lr(), loader: dr(), menu: mr(), pagination: pr(), phonenumberfield: fr(), placeholder: br(), radio: yr(), rating: kr(), select: wr(), selectfield: Tr(), sliderfield: Ir(), stepperfield: Pr(), switchfield: Wr(), table: Ur(), tabs: Fr(), text: Or(), togglebutton: Mr(), togglebuttongroup: Gr() };
|
|
7721
7721
|
});
|
|
7722
|
-
|
|
7723
|
-
|
|
7724
|
-
|
|
7725
|
-
|
|
7726
|
-
|
|
7727
|
-
o
|
|
7728
|
-
o();
|
|
7729
|
-
|
|
7730
|
-
o
|
|
7731
|
-
o();
|
|
7732
|
-
|
|
7733
|
-
|
|
7734
|
-
|
|
7735
|
-
|
|
7736
|
-
|
|
7737
|
-
|
|
7738
|
-
|
|
7739
|
-
|
|
7722
|
+
e();
|
|
7723
|
+
e();
|
|
7724
|
+
e();
|
|
7725
|
+
e();
|
|
7726
|
+
var j = (r) => {
|
|
7727
|
+
var o;
|
|
7728
|
+
return (o = r.context.actorRef) == null ? void 0 : o.getSnapshot();
|
|
7729
|
+
}, Te = (r) => {
|
|
7730
|
+
var o;
|
|
7731
|
+
return (o = j(r)) == null ? void 0 : o.context;
|
|
7732
|
+
};
|
|
7733
|
+
e();
|
|
7734
|
+
e();
|
|
7735
|
+
e();
|
|
7736
|
+
e();
|
|
7737
|
+
e();
|
|
7738
|
+
var k = ((l) => (l.SMS_MFA = "SMS_MFA", l.SOFTWARE_TOKEN_MFA = "SOFTWARE_TOKEN_MFA", l.NEW_PASSWORD_REQUIRED = "NEW_PASSWORD_REQUIRED", l.RESET_REQUIRED = "RESET_REQUIRED", l.MFA_SETUP = "MFA_SETUP", l))(k || {}), ea = ((s) => (s.Apple = "SignInWithApple", s.Amazon = "LoginWithAmazon", s.Facebook = "Facebook", s.Google = "Google", s))(ea || {});
|
|
7739
|
+
e();
|
|
7740
|
+
e();
|
|
7741
|
+
var K = ["username", "email", "phone_number"];
|
|
7742
|
+
e();
|
|
7743
|
+
e();
|
|
7744
|
+
e();
|
|
7745
|
+
e();
|
|
7746
|
+
e();
|
|
7747
|
+
e();
|
|
7748
|
+
e();
|
|
7749
|
+
var I = { birthdate: { label: "Birthdate", placeholder: "Birthdate", type: "date", autocomplete: "bday" }, confirmation_code: { label: "Confirmation Code", placeholder: "Code", type: "number", autocomplete: "one-time-code" }, email: { label: "Email", type: "email", placeholder: "Email", autocomplete: "username" }, family_name: { label: "Family Name", placeholder: "Family Name", type: "text", autocomplete: "family-name" }, given_name: { label: "Given Name", placeholder: "Given Name", type: "text", autocomplete: "given-name" }, middle_name: { label: "Middle Name", placeholder: "Middle Name", type: "text", autocomplete: "additional-name" }, name: { label: "Name", placeholder: "Name", type: "text", autocomplete: "name" }, nickname: { label: "Nickname", placeholder: "Nickname", type: "text", autocomplete: "tel" }, password: { label: "Password", placeholder: "Password", type: "password", autocomplete: "password" }, phone_number: { label: "Phone Number", placeholder: "Phone", type: "tel", autocomplete: "tel" }, preferred_username: { label: "Preferred Username", placeholder: "Preferred Username", type: "text" }, profile: { label: "Profile", placeholder: "Profile", type: "url", autocomplete: "url" }, website: { label: "Website", placeholder: "Website", type: "url", autocomplete: "url" }, username: { label: "Username", type: "text", placeholder: "Username", autocomplete: "username" } }, La = (r) => {
|
|
7750
|
+
let o = new FormData(r.target);
|
|
7751
|
+
return Object.fromEntries(o);
|
|
7752
|
+
}, Ha = (r, o) => {
|
|
7753
|
+
let a = [];
|
|
7754
|
+
return r && (a = Object.keys(r).reduce((t, s) => {
|
|
7755
|
+
var l;
|
|
7756
|
+
return t.push([s, (l = r[s]) == null ? void 0 : l.order]), t;
|
|
7757
|
+
}, []).sort((t, s) => t[1] - s[1]).filter((t) => t[1] !== void 0).map((t) => t[0])), Array.from(new Set([...a, ...o]));
|
|
7758
|
+
};
|
|
7759
|
+
var Za = (r, o) => {
|
|
7740
7760
|
var u, v, d, f, g;
|
|
7741
7761
|
let a = (u = r.config) == null ? void 0 : u.loginMechanisms, t = (d = (v = r.actorRef) == null ? void 0 : v.context) == null ? void 0 : d.validationError.username;
|
|
7742
|
-
if (
|
|
7743
|
-
return { label:
|
|
7744
|
-
let s = "text", l = a.filter((h2) => includes_1(
|
|
7745
|
-
var
|
|
7746
|
-
return (
|
|
7762
|
+
if (K.includes(o))
|
|
7763
|
+
return { label: I[o].label, type: I[o].type, error: t };
|
|
7764
|
+
let s = "text", l = a.filter((h2) => includes_1(K, h2)).map((h2) => {
|
|
7765
|
+
var B, G;
|
|
7766
|
+
return (G = (B = I[h2]) == null ? void 0 : B.label) != null ? G : I.username.label;
|
|
7747
7767
|
}).join(" or ");
|
|
7748
|
-
return a.length === 1 && (s = (g = (f =
|
|
7749
|
-
}
|
|
7750
|
-
|
|
7751
|
-
|
|
7752
|
-
|
|
7753
|
-
|
|
7754
|
-
return (e = J(r)) == null ? void 0 : e.context;
|
|
7768
|
+
return a.length === 1 && (s = (g = (f = I[a[0]]) == null ? void 0 : f.type) != null ? g : "text"), { label: l, type: s, error: t };
|
|
7769
|
+
};
|
|
7770
|
+
e();
|
|
7771
|
+
var oa = (r) => {
|
|
7772
|
+
let o = (a) => (t) => r({ type: a, data: t });
|
|
7773
|
+
return { resendCode: o("RESEND"), signOut: o("SIGN_OUT"), submitForm: o("SUBMIT"), updateForm: o("CHANGE"), updateBlur: o("BLUR"), toFederatedSignIn: o("FEDERATED_SIGN_IN"), toResetPassword: o("RESET_PASSWORD"), toSignIn: o("SIGN_IN"), toSignUp: o("SIGN_UP"), skipVerification: o("SKIP") };
|
|
7755
7774
|
}, ra = (r) => {
|
|
7756
|
-
let e = (a) => (t) => r({ type: a, data: t });
|
|
7757
|
-
return { resendCode: e("RESEND"), signOut: e("SIGN_OUT"), submitForm: e("SUBMIT"), updateForm: e("CHANGE"), updateBlur: e("BLUR"), toFederatedSignIn: e("FEDERATED_SIGN_IN"), toResetPassword: e("RESET_PASSWORD"), toSignIn: e("SIGN_IN"), toSignUp: e("SIGN_UP"), skipVerification: e("SKIP") };
|
|
7758
|
-
}, aa = (r) => {
|
|
7759
7775
|
var g, h2;
|
|
7760
|
-
let
|
|
7776
|
+
let o = (g = r.context) == null ? void 0 : g.user, a = j(r), t = Te(r), s = t == null ? void 0 : t.remoteError, l = m({}, t == null ? void 0 : t.validationError), u = t == null ? void 0 : t.codeDeliveryDetails, v = Object.keys(l).length > 0, d = r.hasTag("pending") || ((h2 = j(r)) == null ? void 0 : h2.hasTag("pending")), f = (() => {
|
|
7761
7777
|
switch (true) {
|
|
7762
7778
|
case r.matches("idle"):
|
|
7763
7779
|
return "idle";
|
|
@@ -7791,100 +7807,91 @@ var G = { birthdate: { label: "Birthdate", placeholder: "Birthdate", type: "date
|
|
|
7791
7807
|
return console.debug("Cannot infer `route` from Authenticator state:", r.value), null;
|
|
7792
7808
|
}
|
|
7793
7809
|
})();
|
|
7794
|
-
return { error: s, hasValidationErrors: v, isPending: d, route: f, user:
|
|
7795
|
-
},
|
|
7796
|
-
let a =
|
|
7810
|
+
return { error: s, hasValidationErrors: v, isPending: d, route: f, user: o, validationErrors: l, codeDeliveryDetails: u };
|
|
7811
|
+
}, ot = ({ send: r, state: o }) => {
|
|
7812
|
+
let a = oa(r), t = ra(o);
|
|
7797
7813
|
return m(m({}, a), t);
|
|
7798
|
-
}
|
|
7799
|
-
|
|
7814
|
+
};
|
|
7815
|
+
e();
|
|
7816
|
+
var it = (r) => Hub.listen("auth", (o) => {
|
|
7817
|
+
switch (o.payload.event) {
|
|
7800
7818
|
case "signOut":
|
|
7801
7819
|
r("SIGN_OUT");
|
|
7802
7820
|
break;
|
|
7803
7821
|
}
|
|
7804
7822
|
});
|
|
7805
|
-
|
|
7806
|
-
|
|
7807
|
-
|
|
7808
|
-
|
|
7809
|
-
|
|
7810
|
-
|
|
7811
|
-
|
|
7812
|
-
var l;
|
|
7813
|
-
return t.push([s, (l = r[s]) == null ? void 0 : l.order]), t;
|
|
7814
|
-
}, []).sort((t, s) => t[1] - s[1]).filter((t) => t[1] !== void 0).map((t) => t[0])), Array.from(new Set([...a, ...e]));
|
|
7815
|
-
};
|
|
7816
|
-
o();
|
|
7817
|
-
o();
|
|
7818
|
-
var gt = ["+1", "+7", "+20", "+27", "+30", "+31", "+32", "+33", "+34", "+36", "+39", "+40", "+41", "+43", "+44", "+45", "+46", "+47", "+48", "+49", "+51", "+52", "+53", "+54", "+55", "+56", "+57", "+58", "+60", "+61", "+62", "+63", "+64", "+65", "+66", "+81", "+82", "+84", "+86", "+90", "+91", "+92", "+93", "+94", "+95", "+98", "+212", "+213", "+216", "+218", "+220", "+221", "+222", "+223", "+224", "+225", "+226", "+227", "+228", "+229", "+230", "+231", "+232", "+233", "+234", "+235", "+236", "+237", "+238", "+239", "+240", "+241", "+242", "+243", "+244", "+245", "+246", "+248", "+249", "+250", "+251", "+252", "+253", "+254", "+255", "+256", "+257", "+258", "+260", "+261", "+262", "+263", "+264", "+265", "+266", "+267", "+268", "+269", "+290", "+291", "+297", "+298", "+299", "+345", "+350", "+351", "+352", "+353", "+354", "+355", "+356", "+357", "+358", "+359", "+370", "+371", "+372", "+373", "+374", "+375", "+376", "+377", "+378", "+379", "+380", "+381", "+382", "+385", "+386", "+387", "+389", "+420", "+421", "+423", "+500", "+501", "+502", "+503", "+504", "+505", "+506", "+507", "+508", "+509", "+537", "+590", "+591", "+593", "+594", "+595", "+596", "+597", "+598", "+599", "+670", "+672", "+673", "+674", "+675", "+676", "+677", "+678", "+679", "+680", "+681", "+682", "+683", "+685", "+686", "+687", "+688", "+689", "+690", "+691", "+692", "+850", "+852", "+853", "+855", "+856", "+872", "+880", "+886", "+960", "+961", "+962", "+963", "+964", "+965", "+966", "+967", "+968", "+970", "+971", "+972", "+973", "+974", "+975", "+976", "+977", "+992", "+993", "+994", "+995", "+996", "+998"];
|
|
7819
|
-
o();
|
|
7820
|
-
o();
|
|
7821
|
-
o();
|
|
7822
|
-
o();
|
|
7823
|
+
e();
|
|
7824
|
+
e();
|
|
7825
|
+
var ft = ["+1", "+7", "+20", "+27", "+30", "+31", "+32", "+33", "+34", "+36", "+39", "+40", "+41", "+43", "+44", "+45", "+46", "+47", "+48", "+49", "+51", "+52", "+53", "+54", "+55", "+56", "+57", "+58", "+60", "+61", "+62", "+63", "+64", "+65", "+66", "+81", "+82", "+84", "+86", "+90", "+91", "+92", "+93", "+94", "+95", "+98", "+212", "+213", "+216", "+218", "+220", "+221", "+222", "+223", "+224", "+225", "+226", "+227", "+228", "+229", "+230", "+231", "+232", "+233", "+234", "+235", "+236", "+237", "+238", "+239", "+240", "+241", "+242", "+243", "+244", "+245", "+246", "+248", "+249", "+250", "+251", "+252", "+253", "+254", "+255", "+256", "+257", "+258", "+260", "+261", "+262", "+263", "+264", "+265", "+266", "+267", "+268", "+269", "+290", "+291", "+297", "+298", "+299", "+345", "+350", "+351", "+352", "+353", "+354", "+355", "+356", "+357", "+358", "+359", "+370", "+371", "+372", "+373", "+374", "+375", "+376", "+377", "+378", "+379", "+380", "+381", "+382", "+385", "+386", "+387", "+389", "+420", "+421", "+423", "+500", "+501", "+502", "+503", "+504", "+505", "+506", "+507", "+508", "+509", "+537", "+590", "+591", "+593", "+594", "+595", "+596", "+597", "+598", "+599", "+670", "+672", "+673", "+674", "+675", "+676", "+677", "+678", "+679", "+680", "+681", "+682", "+683", "+685", "+686", "+687", "+688", "+689", "+690", "+691", "+692", "+850", "+852", "+853", "+855", "+856", "+872", "+880", "+886", "+960", "+961", "+962", "+963", "+964", "+965", "+966", "+967", "+968", "+970", "+971", "+972", "+973", "+974", "+975", "+976", "+977", "+992", "+993", "+994", "+995", "+996", "+998"];
|
|
7826
|
+
e();
|
|
7827
|
+
e();
|
|
7828
|
+
e();
|
|
7829
|
+
e();
|
|
7823
7830
|
var ee = { "Account recovery requires verified contact information": "Zur\xFCcksetzen des Account ben\xF6tigt einen verifizierten Account", "An account with the given email already exists.": "Ein Account mit dieser Email existiert bereits.", "Back to Sign In": "Zur\xFCck zur Anmeldung", "Change Password": "Passwort \xE4ndern", Code: "Code", Confirm: "Best\xE4tigen", "Confirm Password": "Passwort best\xE4tigen", "Confirm a Code": "Code best\xE4tigen", "Confirm Sign In": "Anmeldung best\xE4tigen", "Confirm Sign Up": "Registrierung best\xE4tigen", "Confirm SMS Code": "SMS-Code best\xE4tigen", "Confirm TOTP Code": "TOTP-Code best\xE4tigen", "Confirmation Code": "Best\xE4tigungs-Code", "Create a new account": "Einen neuen Account erstellen", "Create account": "Hier registrieren", "Create Account": "Account erstellen", "Creating Account": "Account wird erstellt", Email: "Email", "Enter your code": "Geben Sie Ihren Code ein", "Enter your password": "Geben Sie Ihr Passwort ein", "Enter your username": "Geben Sie Ihren Benutzernamen ein", "Enter your phone number": "Geben Sie Ihre Telefonnummer ein", "Enter your email": "Geben Sie ihre Email ein", "Forgot your password?": "Passwort vergessen? ", "Forgot Password": "Passwort vergessen", "Hide password": "Passwort verbergen", "Have an account? ": "Schon registriert? ", "Incorrect username or password": "Falscher Benutzername oder falsches Passwort", "Invalid password format": "Ung\xFCltiges Passwort-Format", "Invalid phone number format": "Ung\xFCltiges Telefonummern-Format. Benutze eine Nummer im Format: +12345678900", "Lost your code? ": "Code verloren? ", "New Password": "Neues Passwort", "No account? ": "Kein Account? ", or: "oder", Password: "Passwort", "Password attempts exceeded": "Die maximale Anzahl der fehlerhaften Anmeldeversuche wurde erreicht", "Phone Number": "Telefonnummer", "Resend Code": "Code erneut senden", "Reset password": "Passwort zur\xFCcksetzen", "Reset your password": "Zur\xFCcksetzen des Passworts", "Send Code": "Code senden", "Sign in": "Anmelden", "Sign In": "Anmelden", "Sign in to your account": "Melden Sie sich mit Ihrem Account an", "Sign Out": "Abmelden", "Sign Up": "Registrieren", Skip: "\xDCberspringen", Submit: "Abschicken", "User already exists": "Dieser Benutzer existiert bereits", "User does not exist": "Dieser Benutzer existiert nicht", Username: "Benutzername", "Username cannot be empty": "Benutzername darf nicht leer sein", Verify: "Verifizieren", "Verify Contact": "Kontakt verifizieren" };
|
|
7824
|
-
|
|
7831
|
+
e();
|
|
7825
7832
|
var oe = { "Account recovery requires verified contact information": "Account recovery requires verified contact information", "Back to Sign In": "Back to Sign In", "Change Password": "Change Password", Changing: "Changing", Code: "Code", Confirm: "Confirm", "Confirm Password": "Confirm Password", "Confirm Sign Up": "Confirm Sign Up", "Confirm SMS Code": "Confirm SMS Code", "Confirm TOTP Code": "Confirm TOTP Code", "Confirmation Code": "Confirmation Code", Confirming: "Confirming", "Create Account": "Create Account", "Creating Account": "Creating Account", Email: "Email", "Enter your code": "Enter your code", "Enter your username": "Enter your username", "Enter your phone number": "Enter your phone number", "Enter your email": "Enter your email", "Forgot your password?": "Forgot your password?", "Hide password": "Hide password", Loading: "Loading", Username: "Username", "New password": "New password", Password: "Password", "Phone Number": "Phone Number", "Resend Code": "Resend Code", "Reset your password": "Reset your password", "Reset your Password": "Reset your Password", "Send Code": "Send Code", "Send code": "Send code", Sending: "Sending", "Setup TOTP": "Setup TOTP", "Show password": "Show password", "Sign in": "Sign in", "Sign In": "Sign In", "Sign In with Amazon": "Sign In with Amazon", "Sign In with Apple": "Sign In with Apple", "Sign In with Facebook": "Sign In with Facebook", "Sign In with Google": "Sign In with Google", "Sign in to your account": "Sign in to your account", "Create a new account": "Create a new account", "Signing in": "Signing in", Skip: "Skip", Submit: "Submit", Submitting: "Submitting", "Verify Contact": "Verify Contact", Verify: "Verify" };
|
|
7826
|
-
|
|
7833
|
+
e();
|
|
7827
7834
|
var re = { "Account recovery requires verified contact information": "La recuperaci\xF3n de la cuenta requiere informaci\xF3n de contacto verificada", "Back to Sign In": "Volver a inicio de sesi\xF3n", "Change Password": "Cambiar contrase\xF1a", Changing: "Cambiando", Code: "C\xF3digo", Confirm: "Confirmar", "Confirm a Code": "Confirmar un c\xF3digo", "Confirm Password": "Confirmar contrase\xF1a", "Confirm Sign In": "Confirmar inicio de sesi\xF3n", "Confirm Sign Up": "Confirmar registro", "Confirm TOTP Code": "Confirmar c\xF3digo TOTP", "Confirmation Code": "C\xF3digo de confirmaci\xF3n", Confirming: "Confirmando", "Create a new account": "Crear una cuenta nueva", "Creating Account": "Creando cuenta", Email: "Email", "Forgot Password": "Olvid\xE9 mi contrase\xF1a", "Incorrect username or password": "Nombre de usuario o contrase\xF1a incorrecta", "Invalid password format": "Formato de contrase\xF1a inv\xE1lido", "Invalid phone number format": "Formato de n\xFAmero de tel\xE9fono inv\xE1lido", "Forgot your password?": "\xBFOlvid\xF3 su contrase\xF1a?", "Hide password": "Ocultar contrase\xF1a", "Loading...": "Cargando...", "New Password": "Nueva contrase\xF1a", or: "o", Password: "Contrase\xF1a", "Phone Number": "N\xFAmero de tel\xE9fono", "Resend a Code": "Reenviar un c\xF3digo", "Reset your password": "Restablecer su contrase\xF1a", "Reset your Password": "Restablecer su Contrase\xF1a", "Resend Code": "Reenviar c\xF3digo", "Send Code": "Enviar c\xF3digo", Sending: "Enviando", "Setup TOTP": "Configurar TOTP", "Show password": "Mostrar contrase\xF1a", "Sign in": "Iniciar sesi\xF3n", "Sign In": "Iniciar Sesi\xF3n", "Sign In with Amazon": "Iniciar Sesi\xF3n con Amazon", "Sign In with Apple": "Iniciar Sesi\xF3n con Apple", "Sign In with Facebook": "Iniciar Sesi\xF3n con Facebook", "Sign In with Google": "Iniciar Sesi\xF3n con Google", "Sign in to your account": "Iniciar sesi\xF3n en tu cuenta", "Sign Out": "Cerrar sesi\xF3n", "Sign Up": "Crear cuenta", "Signing in": "Iniciando sesi\xF3n", Skip: "Omitir", Submit: "Enviar", "User already exists": "El usuario ya existe", "User does not exist": "El usuario no existe", Username: "Nombre de usuario", "Username cannot be empty": "El nombre de usuario no puede estar vac\xEDo", Verify: "Verificar", "Verify Contact": "Verificar contacto" };
|
|
7828
|
-
|
|
7835
|
+
e();
|
|
7829
7836
|
var ae = { "Account recovery requires verified contact information": "La r\xE9cup\xE9ration du compte n\xE9cessite des informations de contact v\xE9rifi\xE9es", "An account with the given email already exists.": "Un utilisateur avec cette adresse email existe d\xE9j\xE0.", "Back to Sign In": "Retour \xE0 la connexion", Change: "Modifier", "Change Password": "Modifier le mot de passe", Code: "Code", Confirm: "Confirmer", "Confirm a Code": "Confirmer un code", "Confirm Password": "Confirmez le mot de passe", "Confirm Sign In": "Confirmer la connexion", "Confirm Sign Up": "Confirmer l'inscription", "Confirm SMS Code": "Confirmer le code SMS", "Confirm TOTP Code": "Confirmer le code TOTP", "Confirmation Code": "Code de confirmation", "Create a new account": "Cr\xE9er un nouveau compte", "Create account": "Cr\xE9er un compte", "Create Account": "Cr\xE9er un compte", Email: "Email", "Enter your code": "Saisissez cotre code de confirmation", "Enter your email": "Saisissez votre adresse email", "Enter your password": "Saisissez votre mot de passe", "Enter your phone number": "Saisissez votre num\xE9ro de t\xE9l\xE9phone", "Enter your username": "Saisissez votre nom d'utilisateur", "Forgot Password": "Mot de passe oubli\xE9", "Forgot your password?": "Mot de passe oubli\xE9 ? ", "Have an account? ": "D\xE9j\xE0 un compte ? ", Hello: "Bonjour", "Incorrect username or password": "Identifiant ou mot de passe incorrect", "Invalid password format": "Format de mot de passe invalide", "Invalid phone number format": "Format de num\xE9ro de t\xE9l\xE9phone invalide. Veuillez utiliser un format +12345678900", "Loading...": "Chargement...", "Lost your code? ": "Vous avez perdu votre code ? ", "Network error": "Erreur r\xE9seau", "New Password": "Nouveau mot de passe", "No account? ": "Pas de compte ? ", or: "ou", Password: "Mot de passe", "Phone Number": "Num\xE9ro de t\xE9l\xE9phone", "Resend a Code": "Renvoyer un code", "Resend Code": "Renvoyer le code", "Reset password": "R\xE9initialisez votre mot de passe", "Reset your password": "R\xE9initialisez votre mot de passe", Send: "Envoyer", "Send Code": "M'envoyer un code", "Sign in": "Se connecter", "Sign In": "Se connecter", "Sign in to your account": "Connexion \xE0 votre compte", "Sign In with Amazon": "Se connecter avec Amazon", "Sign In with AWS": "Se connecter avec AWS", "Sign In with Facebook": "Se connecter avec Facebook", "Sign In with Google": "Se connecter avec Google", "Sign Out": "D\xE9connexion", "Sign Up": "S'inscrire", Skip: "Passer", SMS: "SMS", Submit: "Soumettre", "User already exists": "L'utilisateur existe d\xE9j\xE0", "User does not exist": "L'utilisateur n'existe pas", Username: "Nom d'utilisateur", "Username cannot be empty": "Le nom d'utilisateur doit \xEAtre renseign\xE9", "Username/client id combination not found.": "L'utilisateur n'existe pas", Verify: "V\xE9rifier", "Verify Contact": "V\xE9rifier le contact" };
|
|
7830
|
-
|
|
7837
|
+
e();
|
|
7831
7838
|
var te = { "Account recovery requires verified contact information": "Il ripristino dell'account richiede informazioni di contatto verificate", "An account with the given email already exists.": "Questa email \xE8 gi\xE0 utilizzata da un'altro account.", "Back to Sign In": "Torna alla schermata di accesso", "Change Password": "Cambia la password", Code: "Codice", Confirm: "Conferma", "Confirm a Code": "Conferma un codice", "Confirm Password": "Conferma la password", "Confirm Sign In": "Conferma l'accesso", "Confirm Sign Up": "Conferma registrazione", "Confirmation Code": "Codice di verifica", "Create a new account": "Crea un nuovo account", "Create account": "Crea account", "Create Account": "Crea Account", Email: "Email", "Enter your password": "Inserisci la tua password", "Enter your username": "Inserisci il tuo nome utente", "Forgot Password": "Password dimenticata", "Forgot your password?": "Password dimenticata?", "Have an account? ": "Gi\xE0 registrato?", "Incorrect username or password": "Nome utente o password errati", "Invalid password format": "Formato della password non valido", "Invalid phone number format": "Formato del numero di telefono non valido", "Lost your code?": "Codice smarrito?", "New Password": "Nuova password", or: "o", "No account? ": "Non hai un account?", Password: "Password", "Password attempts exceeded": "Il numero massimo di tentativi di accesso falliti \xE8 stato raggiunto", "Phone Number": "Numero di telefono", "Resend Code": "Rispedisci codice", "Reset password": "Reimposta password", "Reset your password": "Reimposta la tua password", "Send Code": "Invia codice", "Sign in": "Accesso", "Sign In": "Accesso", "Sign in to your account": "Accedi al tuo account", "Sign Out": "Esci", "Sign Up": "Registrati", Skip: "Salta", Submit: "Invia", "User already exists": "Utente gi\xE0 esistente", "User does not exist": "Utente inesistente", Username: "Nome utente", "Username cannot be empty": "Il nome utente non pu\xF2 essere vuoto", Verify: "Verifica", "Verify Contact": "Verifica contatto" };
|
|
7832
|
-
|
|
7839
|
+
e();
|
|
7833
7840
|
var ne = { "Account recovery requires verified contact information": "\u30A2\u30AB\u30A6\u30F3\u30C8\u306E\u5FA9\u65E7\u306B\u306F\u78BA\u8A8D\u6E08\u307F\u306E\u9023\u7D61\u5148\u304C\u5FC5\u8981\u3067\u3059", "An account with the given email already exists.": "\u5165\u529B\u3055\u308C\u305F\u30E1\u30FC\u30EB\u30A2\u30C9\u30EC\u30B9\u306E\u30A2\u30AB\u30A6\u30F3\u30C8\u304C\u65E2\u306B\u5B58\u5728\u3057\u307E\u3059", "Back to Sign In": "\u30B5\u30A4\u30F3\u30A4\u30F3\u306B\u623B\u308B", "Change Password": "\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u5909\u3048\u308B ", Code: "\u30B3\u30FC\u30C9", Confirm: "\u78BA\u5B9A", "Confirm a Code": "\u30B3\u30FC\u30C9\u3092\u78BA\u8A8D", "Confirm Password": "\u30D1\u30B9\u30EF\u30FC\u30C9\u306E\u78BA\u8A8D", "Confirm Sign In": "\u30B5\u30A4\u30F3\u30A4\u30F3\u3059\u308B", "Confirm Sign Up": "\u767B\u9332\u3059\u308B", "Confirmation Code": "\u78BA\u8A8D\u30B3\u30FC\u30C9", "Create a new account": "\u65B0\u3057\u3044\u30A2\u30AB\u30A6\u30F3\u30C8\u3092\u4F5C\u308B", "Create account": "\u30A2\u30AB\u30A6\u30F3\u30C8\u3092\u4F5C\u308B ", "Create Account": "\u30A2\u30AB\u30A6\u30F3\u30C8\u3092\u4F5C\u308B", Email: "\u30E1\u30FC\u30EB\u30A2\u30C9\u30EC\u30B9", "Enter your password": "\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u5165\u529B ", "Enter your username": "\u30E6\u30FC\u30B6\u30FC\u540D\u3092\u5165\u529B ", "Forgot Password": "\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u5FD8\u308C\u305F ", "Forgot your password?": "\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u5FD8\u308C\u307E\u3057\u305F\u304B\uFF1F ", "Have an account? ": "\u30A2\u30AB\u30A6\u30F3\u30C8\u3092\u6301\u3063\u3066\u3044\u307E\u3059\u304B\uFF1F", "Incorrect username or password": "\u30E6\u30FC\u30B6\u30FC\u540D\u304B\u30D1\u30B9\u30EF\u30FC\u30C9\u304C\u7570\u306A\u308A\u307E\u3059 ", "Invalid password format": "\u30D1\u30B9\u30EF\u30FC\u30C9\u306E\u5F62\u5F0F\u304C\u7121\u52B9\u3067\u3059 ", "Invalid phone number format": `\u4E0D\u6B63\u306A\u96FB\u8A71\u756A\u53F7\u306E\u5F62\u5F0F\u3067\u3059\u3002
|
|
7834
7841
|
+12345678900 \u306E\u5F62\u5F0F\u3067\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044`, "Lost your code? ": "\u30B3\u30FC\u30C9\u3092\u5931\u304F\u3057\u307E\u3057\u305F\u304B\uFF1F", "New Password": "\u65B0\u3057\u3044\u30D1\u30B9\u30EF\u30FC\u30C9", "No account? ": "\u30A2\u30AB\u30A6\u30F3\u30C8\u304C\u7121\u3044\u3068\u304D ", or: "\u53C8\u306F", Password: "\u30D1\u30B9\u30EF\u30FC\u30C9 ", "Password attempts exceeded": "\u30B5\u30A4\u30F3\u30A4\u30F3\u306E\u8A66\u884C\u56DE\u6570\u304C\u4E0A\u9650\u306B\u9054\u3057\u307E\u3057\u305F", "Phone Number": "\u96FB\u8A71\u756A\u53F7", "Resend Code": "\u30B3\u30FC\u30C9\u3092\u518D\u9001\u4FE1", "Reset password": "\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u30EA\u30BB\u30C3\u30C8 ", "Reset your password": "\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u30EA\u30BB\u30C3\u30C8\u3059\u308B", "Send Code": "\u30B3\u30FC\u30C9\u3092\u9001\u4FE1", "Sign in": "\u30B5\u30A4\u30F3\u30A4\u30F3", "Sign In": "\u30B5\u30A4\u30F3\u30A4\u30F3 ", "Sign in to your account": "\u30A2\u30AB\u30A6\u30F3\u30C8\u306B\u30B5\u30A4\u30F3\u30A4\u30F3 ", "Sign In with Amazon": "Amazon\u3067\u30B5\u30A4\u30F3\u30A4\u30F3", "Sign In with Facebook": "Facebook\u3067\u30B5\u30A4\u30F3\u30A4\u30F3", "Sign In with Google": "Google\u3067\u30B5\u30A4\u30F3\u30A4\u30F3", "Sign Out": "\u30B5\u30A4\u30F3\u30A2\u30A6\u30C8 ", "Sign Up": "\u767B\u9332 ", Skip: "\u30B9\u30AD\u30C3\u30D7", Submit: "\u9001\u4FE1", "User already exists": "\u65E2\u306B\u30E6\u30FC\u30B6\u30FC\u304C\u5B58\u5728\u3057\u3066\u3044\u307E\u3059 ", "User does not exist": "\u30E6\u30FC\u30B6\u30FC\u304C\u5B58\u5728\u3057\u307E\u305B\u3093 ", Username: "\u30E6\u30FC\u30B6\u30FC\u540D ", "Username cannot be empty": "\u30E6\u30FC\u30B6\u30FC\u540D\u306F\u5165\u529B\u5FC5\u9808\u3067\u3059", Verify: "\u78BA\u8A8D", "Verify Contact": "\u9023\u7D61\u5148\u3092\u78BA\u8A8D" };
|
|
7835
|
-
|
|
7842
|
+
e();
|
|
7836
7843
|
var ie = { "Back to Sign In": "\uB85C\uADF8\uC778\uC73C\uB85C \uB3CC\uC544\uAC00\uAE30", Birthdate: "\uC0DD\uB144\uC6D4\uC77C", "Change Password": "\uBE44\uBC00\uBC88\uD638 \uBCC0\uACBD\uD558\uAE30", Changing: "\uBCC0\uACBD\uC911", Code: "\uCF54\uB4DC", "Confirm Password": "\uBE44\uBC00\uBC88\uD638 \uC7AC\uD655\uC778", "Reset your Password": "\uBE44\uBC00\uBC88\uD638 \uC7AC\uC124\uC815", "Confirm Sign Up": "\uD68C\uC6D0\uAC00\uC785 \uD655\uC778", "Confirm SMS Code": "\uD734\uB300\uD3F0 \uBCF8\uC778 \uD655\uC778", "Confirm TOTP Code": "TOTP \uC778\uC99D\uBC88\uD638 \uD655\uC778", Confirm: "\uD655\uC778", "Confirmation Code": "\uC778\uC99D\uBC88\uD638", Confirming: "\uD655\uC778\uC911", "Create Account": "\uD68C\uC6D0\uAC00\uC785", "Creating Account": "\uD68C\uC6D0\uAC00\uC785\uC911", Email: "\uC774\uBA54\uC77C", "Enter your code": "\uC778\uC99D\uBC88\uD638\uB97C \uC785\uB825\uD574\uC8FC\uC138\uC694", "Enter your username": "\uC544\uC774\uB514\uB97C \uC785\uB825\uD574\uC8FC\uC138\uC694", "Family Name": "\uC131", "Given Name": "\uC774\uB984", "Forgot your password?": "\uBE44\uBC00\uBC88\uD638\uB97C \uC78A\uC73C\uC168\uB098\uC694?", "Hide password": "\uBE44\uBC00\uBC88\uD638 \uC228\uAE30\uAE30", Loading: "\uB85C\uB529\uC911", Username: "\uC544\uC774\uB514", Name: "\uC131\uD568", Nickname: "\uB2C9\uB124\uC784", "New password": "\uC0C8 \uBE44\uBC00\uBC88\uD638", Password: "\uBE44\uBC00\uBC88\uD638", "Phone Number": "\uC804\uD654\uBC88\uD638", "Preferred Username": "\uB2C9\uB124\uC784", Profile: "\uD504\uB85C\uD544", "Resend Code": "\uC778\uC99D\uBC88\uD638 \uC7AC\uC804\uC1A1", "Reset your password": "\uBE44\uBC00\uBC88\uD638 \uC7AC\uC124\uC815", "Reset Password": "\uBE44\uBC00\uBC88\uD638 \uC7AC\uC124\uC815", "Send code": "\uC778\uC99D\uCF54\uB4DC \uBCF4\uB0B4\uAE30", Sending: "\uC804\uC1A1\uC911", "Setup TOTP": "TOTP \uC124\uC815\uD558\uAE30", "Show password": "\uBE44\uBC00\uBC88\uD638 \uBCF4\uC774\uAE30", "Sign in": "\uB85C\uADF8\uC778", "Sign In": "\uB85C\uADF8\uC778", "Sign In with Amazon": "Amazon \uB85C\uADF8\uC778", "Sign In with Apple": "Apple \uB85C\uADF8\uC778", "Sign In with Facebook": "Facebook \uB85C\uADF8\uC778", "Sign In with Google": "Google \uB85C\uADF8\uC778", "Sign in to your account": "\uB85C\uADF8\uC778", "Create a new account": "\uD68C\uC6D0\uAC00\uC785", "Signing in": "\uB85C\uADF8\uC778\uC911", Skip: "\uB2E4\uC74C\uC5D0 \uD558\uAE30", Submit: "\uD655\uC778", Submitting: "\uD655\uC778\uC911", "Verify Contact": "\uC5F0\uB77D\uCC98 \uD655\uC778", "Account recovery requires verified contact information": "\uACC4\uC815 \uBCF5\uAD6C\uB97C \uC704\uD574 \uC5F0\uB77D\uCC98 \uD655\uC778\uC774 \uD544\uC694\uD569\uB2C8\uB2E4", Verify: "\uC778\uC99D", Website: "\uC6F9\uC0AC\uC774\uD2B8" };
|
|
7837
|
-
|
|
7844
|
+
e();
|
|
7838
7845
|
var se = { "Back to Sign In": "Terug naar inloggen", "Change Password": "Wachtwoord wijzigen", Changing: "Wordt aangepast", Code: "Code", "Confirm Password": "Bevestig Wachtwoord", "Reset your Password": "Wachtwoord resetten", "Confirm Sign Up": "Bevestig inschrijving", "Confirm SMS Code": "Bevestig SMS Code", "Confirm TOTP Code": "Bevestig TOTP Code", Confirm: "Bevestig", "Confirmation Code": "Bevestigingscode", Confirming: "Bevestigen", "Create Account": "Account aanmaken", "Creating Account": "Account wordt aangemaakt", Email: "E-mail", "Enter your code": "Vul je code in", "Enter your username": "Vul je gebruikersnaam in", "Enter your phone number": "Vul je telefoonnummer in", "Enter your email": "Vul je e-mail in", "Forgot your password?": "Wachtwoord vergeten? ", "Hide password": "Verberg wachtwoord", Loading: "Laden", Username: "Gebruikersnaam", "New password": "Nieuw wachtwoord", Password: "Wachtwoord", "Phone Number": "Telefoonnummer", "Resend Code": "Verstuur code nogmaals", "Reset your password": "Reset je wachtwoord", "Send Code": "Verstuur Code", "Send code": "Verstuur code", Sending: "Versturen", "Setup TOTP": "TOTP Instellingen", "Show password": "Toon wachtwoord", "Sign in": "Inloggen", "Sign In": "Inloggen", "Sign In with Amazon": "Inloggen met Amazon", "Sign In with Apple": "Inloggen met Apple", "Sign In with Facebook": "Inloggen met Facebook", "Sign In with Google": "Inloggen met Google", "Sign in to your account": "Inloggen op je account", "Create a new account": "Nieuw account aanmaken", "Signing in": "Inloggen", Skip: "Overslaan", Submit: "Versturen", Submitting: "Wordt verstuurd", "Verify Contact": "Verifieer Contact", "Account recovery requires verified contact information": "Accountherstel vereist geverifieerde contactgegevens", Verify: "Verifieer" };
|
|
7839
|
-
|
|
7846
|
+
e();
|
|
7840
7847
|
var le = { "Back to Sign In": "Powr\xF3t do logowania", Birthdate: "Data urodzenia", "Change Password": "Zmie\u0144 has\u0142o", Changing: "Zmienianie", Code: "Kod", "Confirm Password": "Potwierd\u017A Has\u0142o", "Reset your Password": "Zresetuj swoje has\u0142o", "Confirm Sign Up": "Potwierd\u017A rejestracj\u0119", "Confirm SMS Code": "Potwierd\u017A kod SMS", "Confirm TOTP Code": "Potwierd\u017A has\u0142o jednorazowe", Confirm: "Potwierd\u017A", "Confirmation Code": "Kod potwierdzenia", Confirming: "Potwierdzanie", "Create Account": "Utw\xF3rz konto", "Creating Account": "Tworzenie konta", Email: "E-mail", "Enter your code": "Wprowad\u017A sw\xF3j kod", "Enter your username": "Wprowad\u017A swoj\u0105 nazw\u0119 u\u017Cytkownika", "Family Name": "Nazwisko", "Given Name": "Pierwsze imi\u0119", "Forgot your password?": "Zapomnia\u0142e\u015B has\u0142a? ", "Hide password": "Ukryj has\u0142o", Loading: "\u0141adowanie", Username: "Nazwa u\u017Cytkownika", "Middle Name": "Drugie imi\u0119", Name: "Imi\u0119 i nazwisko", Nickname: "Pseudonim", "New password": "Nowe has\u0142o", Password: "Has\u0142o", "Phone Number": "Numer telefonu", "Preferred Username": "Preferowana nazwa u\u017Cytkownika", Profile: "Profil", "Resend Code": "Wy\u015Blij kod ponownie", "Reset your password": "Zresetuj swoje has\u0142o", "Send Code": "Zresetuj has\u0142o", "Send code": "Wy\u015Blij kod", Sending: "Wysy\u0142anie", "Setup TOTP": "Konfiguruj TOTP", "Show password": "Poka\u017C has\u0142o", "Sign in": "Zaloguj", "Sign In": "Logowanie", "Sign In with Amazon": "Zaloguj z Amazon", "Sign In with Apple": "Zaloguj z Apple", "Sign In with Facebook": "Zaloguj z Facebook", "Sign In with Google": "Zaloguj z Google", "Sign in to your account": "Zaloguj si\u0119 na swoje konto", "Create a new account": "Utw\xF3rz nowe konto", "Signing in": "Logowanie", Skip: "Pomi\u0144", Submit: "Wy\u015Blij", Submitting: "Wysy\u0142anie", "Verify Contact": "Weryfikacja danych kontaktowych", "Account recovery requires verified contact information": "Odzyskanie konta wymaga zweryfikowanych danych kontaktowych", Verify: "Zweryfikuj", Website: "Strona internetowa" };
|
|
7841
|
-
|
|
7848
|
+
e();
|
|
7842
7849
|
var ue = { "Back to Sign In": "Voltar para Entrar", "Change Password": "Mudar senha", Changing: "Mudando", Code: "C\xF3digo", "Confirm Password": "Confirme a Senha", "Reset your Password": "Redefina sua senha", "Confirm Sign Up": "Confirmar inscri\xE7\xE3o", "Confirm SMS Code": "Confirme o c\xF3digo SMS", "Confirm TOTP Code": "Confirme o c\xF3digo TOTP", Confirm: "confirme", "Confirmation Code": "C\xF3digo de confirma\xE7\xE3o", Confirming: "Confirmando", "Create Account": "Criar Conta", "Creating Account": "Criando conta", Email: "O email", "Enter your code": "Insira seu c\xF3digo", "Enter your username": "entre com seu nome de usu\xE1rio", "Enter your phone number": "Digite seu n\xFAmero de telefone", "Enter your email": "Digite seu e-mail", "Forgot your password?": "Esqueceu sua senha? ", "Hide password": "Esconder a senha", Loading: "Carregando", Username: "Nome do usu\xE1rio", "New password": "Nova Senha", Password: "Senha", "Phone Number": "N\xFAmero de telefone", "Resend Code": "Reenviar c\xF3digo", "Reset your password": "Redefina sua senha", "Send Code": "Enviar c\xF3digo", "Send code": "Enviar c\xF3digo", Sending: "Enviando", "Setup TOTP": "Configurar TOTP", "Show password": "Mostrar senha", "Sign In": "Entrar", "Sign in": "Entrar", "Sign In with Amazon": "Entrar com a Amazon", "Sign In with Apple": "Entrar com a Apple", "Sign In with Facebook": "Entrar com o Facebook", "Sign In with Google": "Fa\xE7a login no Google", "Sign in to your account": "Fa\xE7a login em sua conta", "Create a new account": "Criar uma nova conta", "Signing in": "Entrando", Skip: "Pular", Submit: "Enviar", Submitting: "Enviando", "Verify Contact": "Verificar contato", "Account recovery requires verified contact information": "A recupera\xE7\xE3o da conta requer informa\xE7\xF5es de contato verificadas", Verify: "Verificar" };
|
|
7843
|
-
|
|
7850
|
+
e();
|
|
7844
7851
|
var de = { "Account recovery requires verified contact information": "\u8D26\u6237\u6062\u590D\u9700\u8981\u9A8C\u8BC1\u8FC7\u7684\u8054\u7CFB\u65B9\u5F0F", "Back to Sign In": "\u56DE\u5230\u767B\u5F55", "Change Password": "\u66F4\u6539\u5BC6\u7801", Code: "\u786E\u8BA4\u7801", Confirm: "\u786E\u8BA4", "Confirm a Code": "\u786E\u8BA4\u7801", "Confirm Password": "\u786E\u8BA4\u5BC6\u7801", "Confirm Sign In": "\u786E\u8BA4\u767B\u5F55", "Confirm Sign Up": "\u786E\u8BA4\u6CE8\u518C", Email: "\u90AE\u7BB1", "Forgot Password": "\u5FD8\u8BB0\u5BC6\u7801", "Incorrect username or password": "\u7528\u6237\u540D\u6216\u5BC6\u7801\u9519\u8BEF", "Invalid password format": "\u5BC6\u7801\u683C\u5F0F\u9519\u8BEF", "Invalid phone number format": "\u7535\u8BDD\u683C\u5F0F\u9519\u8BEF\uFF0C\u8BF7\u4F7F\u7528\u683C\u5F0F +12345678900", "New Password": "\u65B0\u5BC6\u7801", or: "\u6216\u8005", Password: "\u5BC6\u7801", "Phone Number": "\u7535\u8BDD", "Resend a Code": "\u91CD\u53D1\u786E\u8BA4\u7801", "Send Code": "\u53D1\u9001\u786E\u8BA4\u7801", "Sign In": "\u767B\u5F55", "Sign Out": "\u9000\u51FA", "Sign Up": "\u6CE8\u518C", Skip: "\u8DF3\u8FC7", Submit: "\u63D0\u4EA4", "User already exists": "\u7528\u6237\u5DF2\u7ECF\u5B58\u5728", "User does not exist": "\u7528\u6237\u4E0D\u5B58\u5728", Username: "\u7528\u6237\u540D", Verify: "\u9A8C\u8BC1", "Verify Contact": "\u9A8C\u8BC1\u8054\u7CFB\u65B9\u5F0F" };
|
|
7845
|
-
|
|
7852
|
+
e();
|
|
7846
7853
|
var ce = { "Account recovery requires verified contact information": "F\xF6r att \xE5terst\xE4lla kontot beh\xF6ver du ett verifierat konto", "An account with the given email already exists.": "Det finns redan ett konto med denna e-postadress", "Back to Sign In": "Tillbaka till inloggningen", "Change Password": "Byt l\xF6senord", "Confirm Password": "Bekr\xE4fta l\xF6senord", Code: "Kod", Confirm: "Bekr\xE4fta", "Confirm a Code": "Bekr\xE4fta koden", "Confirm Sign In": "Bekr\xE4fta inloggning", "Confirm Sign Up": "Bekr\xE4fta registrering", "Confirmation Code": "Verifikationskod", "Create a new account": "Skapa ett nytt konto", "Create account": "Skapa konto", "Create Account": "Skapa konto", Email: "E-post", "Enter your password": "Ange ditt l\xF6senord", "Enter your username": "Ange ditt anv\xE4ndarnamn", "Forgot Password": "Gl\xF6mt l\xF6senordet", "Forgot your password?": "Gl\xF6mt ditt l\xF6senord? ", "Have an account? ": "Redan registrerad? ", "Incorrect username or password": "Felaktigt anv\xE4ndarnamn eller l\xF6senord", "Invalid password format": "Ogiltigt l\xF6senordsformat", "Invalid phone number format": "Ogiltigt format f\xF6r telefonnummer", "Lost your code? ": "F\xF6rlorat koden? ", "New Password": "Nytt l\xF6senord", "No account? ": "Inget konto? ", or: "eller", Password: "L\xF6senord", "Password attempts exceeded": "Maximalt antal felaktiga inloggningsf\xF6rs\xF6k har uppn\xE5tts", "Phone Number": "Telefonnummer", "Resend Code": "Skicka koden igen", "Reset password": "\xC5terst\xE4ll l\xF6senord", "Reset your password": "\xC5terst\xE4ll ditt l\xF6senord", "Send code": "Skicka kod", "Sign in": "Logga in", "Sign In": "Logga in", "Sign in to your account": "Logga in till ditt konto", "Sign Out": "Logga ut", "Sign Up": "Registrering", "We Emailed You": "Vi har skickat e-post till dig", "Enter your code": "Skriv din kod", Skip: "Hoppa \xF6ver", Submit: "Skicka", "User already exists": "Anv\xE4ndaren finns redan", "User does not exist": "Anv\xE4ndaren finns inte", Username: "Anv\xE4ndarnamn", "Username cannot be empty": "Anv\xE4ndarnamnet kan inte vara tomt", Verify: "Verifiera", "Verify Contact": "Verifiera kontakt" };
|
|
7847
|
-
|
|
7854
|
+
e();
|
|
7848
7855
|
var me = { "Account recovery requires verified contact information": "Pemulihan akun memerlukan informasi kontak terverifikasi", "An account with the given email already exists.": "Akun dengan email tersebut sudah terdaftar.", "Attempt limit exceeded, please try after some time.": "Batas percobaan terlampaui, mohon coba lagi setelah beberapa waktu.", "Back to Sign In": "Kembali ke Masuk", "Cannot reset password for the user as there is no registered/verified email or phone_number": "Tidak dapat mengatur ulang kata sandi karena tidak ada email terdaftar / terverifikasi atau nomor telepon", Change: "Ubah", "Change Password": "Ubah kata sandi", Code: "Kode", Confirm: "Konfirmasi", "Confirm a Code": "Konfirmasi kode", "Confirm Password": "Konfirmasi kata sandi", "Confirmation Code": "Kode Konfirmasi", "Create a new account": "Buat akun baru", "Create account": "Buat akun", "Create Account": "Buat Akun", "Creating Account": "Membuat Akun", Confirming: "Mengkonfirmasi", Email: "Email", "Enter your code": "Masukkan kode anda", "Enter your email": "Masukkan email anda", "Enter your password": "Masukkan kata sandi anda", "Enter your phone number": "Masukkan nomor telepon anda", "Enter your username": "Masukkan nama akun anda", "Forgot Password": "Lupa kata sandi", "Forgot your password?": "Lupa kata sandi? ", "Have an account? ": "Sudah punya akun? ", Hello: "Halo", "Incorrect username or password.": "Nama akun atau kata sandi salah.", "Invalid phone number format": "Nomor telepon tidak sesuai dengan format.", "Invalid verification code provided, please try again.": "Kode verifikasi tidak sesuai, mohon coba lagi.", "It may take a minute to arrive.": "Mungkin perlu beberapa waktu untuk tiba.", "Lost your code? ": "Kode anda hilang?", Name: "Nama", "Network error": "Galat jaringan", "New password": "Kata sandi baru", "No account? ": "Tidak ada akun?", or: "atau", Password: "Kata sandi", "Password did not conform with policy: Password not long enough": "Kata sandi tidak sesuai dengan aturan: Kata sandi kurang panjang", "Phone Number": "Nomor telepon", "Resend a Code": "Renvoyer un code", "Resend Code": "Kirim ulang kodenya", "Reset password": "Ubah kata sandi anda", "Reset your password": "Ubah kata sandi anda", Send: "Kirim", "Send Code": "Kirim Kode", "Send code": "Kirim kode", Sending: "Mengirim", "Sign in": "Masuk", "Sign In": "Masuk", "Sign in to your account": "Masuk akun anda", "Sign In with Amazon": "Masuk dengan Amazon", "Sign In with AWS": "Masuk dengan AWS", "Sign In with Facebook": "Masuk dengan Facebook", "Sign In with Google": "Masuk dengan Google", "Sign Up with Amazon": "Daftar dengan Amazon", "Sign Up with AWS": "Daftar dengan AWS", "Sign Up with Facebook": "Daftar dengan Facebook", "Sign Up with Google": "Daftar dengan Google", "Signing in": "Memasuki", Skip: "Lewati", SMS: "SMS", Submit: "Ajukan", Submitting: "Mengajukan", "User is disabled.": "Akun dinonaktifkan.", "User already exists": "Akun sudah terdaftar", "User does not exist.": "Akun tidak terdaftar.", Username: "Nama akun", "Username cannot be empty": "Nama akun tidak boleh kosong", "Username/client id combination not found.": "Nama akun atau id tidak ditemukan.", Verify: "Verifikasi", "Verify Contact": "Verifikasi Kontak", "We Emailed You": "Kami mengirimkanmu email", "Your code is on the way. To log in, enter the code we emailed to": "Kode anda dalam pengiriman. Untuk masuk, masukkan kode yang kami emailkan ke", "Your code is on the way. To log in, enter the code we texted to": "Kode anda dalam pengiriman. Untuk masuk, masukkan kode yang kami tuliskan ke", "Your passwords must match": "Kata sandi harus sama" };
|
|
7849
|
-
|
|
7856
|
+
e();
|
|
7850
7857
|
var ve = { BACK_SIGN_IN: "Back to Sign In", BIRTHDATE: "Birthdate", CHANGE_PASSWORD: "Change Password", CHANGING_PASSWORD: "Changing", CODE: "Code", CONFIRM_PASSWORD: "Confirm Password", CONFIRM_RESET_PASSWORD_HEADING: "Reset your Password", CONFIRM_SIGNUP_HEADING: "Confirm Sign Up", CONFIRM_SMS: "Confirm SMS Code", CONFIRM_TOTP: "Confirm TOTP Code", CONFIRM: "Confirm", CONFIRMATION_CODE: "Confirmation Code", CONFIRMING: "Confirming", CREATE_ACCOUNT: "Create Account", CREATING_ACCOUNT: "Creating Account", EMAIL_ADDRESS: "Email", ENTER_CODE: "Enter your code", ENTER_USERNAME: "Enter your username", FAMILY_NAME: "Family Name", GIVEN_NAME: "Given Name", FORGOT_YOUR_PASSWORD: "Forgot your password?", FORGOT_YOUR_PASSWORD_LEGACY: "Forgot your password? ", HIDE_PASSWORD: "Hide password", LOADING: "Loading", LOGIN_NAME: "Username", MIDDLE_NAME: "Middle Name", NAME: "Name", NICKNAME: "Nickname", NEW_PASSWORD: "New password", PASSWORD: "Password", PHONE_NUMBER: "Phone Number", PREFERRED_USERNAME: "Preferred Username", PROFILE: "Profile", RESEND_CODE: "Resend Code", RESET_PASSWORD_HEADING: "Reset your password", RESET_PASSWORD: "Reset Password", SEND_CODE: "Send code", SENDING: "Sending", SETUP_TOTP: "Setup TOTP", SHOW_PASSWORD: "Show password", SIGN_IN_BUTTON: "Sign in", SIGN_IN_TAB: "Sign In", SIGN_IN_WITH_AMAZON: "Sign In with Amazon", SIGN_IN_WITH_APPLE: "Sign In with Apple", SIGN_IN_WITH_FACEBOOK: "Sign In with Facebook", SIGN_IN_WITH_GOOGLE: "Sign In with Google", SIGN_IN: "Sign in to your account", SIGN_UP_BUTTON: "Create a new account", SIGNING_IN_BUTTON: "Signing in", SKIP: "Skip", SUBMIT: "Submit", SUBMITTING: "Submitting", VERIFY_CONTACT: "Verify Contact", VERIFY_HEADING: "Account recovery requires verified contact information", VERIFY: "Verify", WEBSITE: "Website" };
|
|
7851
|
-
var
|
|
7852
|
-
m({},
|
|
7853
|
-
function
|
|
7858
|
+
var Ie = m({}, ee), Ee = m({}, oe), Pe = m({}, re), Re = m({}, ae), We = m({}, te), Ve = m({}, ne), Ue = m({}, ie), _e = m({}, se), Fe = m({}, le), Ne = m({}, ue), Oe = m({}, de), ze = m({}, ce), Me = m({}, me), Be = m({}, ve);
|
|
7859
|
+
m({}, Be);
|
|
7860
|
+
function Xt(r) {
|
|
7854
7861
|
return I18n.get(r);
|
|
7855
7862
|
}
|
|
7856
|
-
function
|
|
7863
|
+
function Zt(r) {
|
|
7857
7864
|
return I18n.get(r) !== r;
|
|
7858
7865
|
}
|
|
7859
|
-
var
|
|
7860
|
-
|
|
7861
|
-
|
|
7862
|
-
|
|
7863
|
-
var L = (r) => stop_1(r),
|
|
7864
|
-
} }),
|
|
7865
|
-
} }),
|
|
7866
|
-
} }),
|
|
7867
|
-
} }),
|
|
7868
|
-
} }),
|
|
7866
|
+
var Qt = { de: Ie, en: Ee, es: Pe, fr: Re, id: Me, it: We, ja: Ve, kr: Ue, nl: _e, pl: Fe, pt: Ne, zh: Oe, sv: ze };
|
|
7867
|
+
e();
|
|
7868
|
+
e();
|
|
7869
|
+
e();
|
|
7870
|
+
var L = (r) => stop_1(r), Le = assign_1({ attributeToVerify: (r) => {
|
|
7871
|
+
} }), He = assign_1({ challengeName: (r) => {
|
|
7872
|
+
} }), qe = assign_1({ requiredAttributes: (r) => {
|
|
7873
|
+
} }), E = assign_1({ remoteError: (r) => "" }), P = assign_1({ formValues: (r) => ({}) }), R = assign_1({ touched: (r) => ({}) }), je = assign_1({ unverifiedAttributes: (r) => {
|
|
7874
|
+
} }), Ke = assign_1({ username: (r) => {
|
|
7875
|
+
} }), W = assign_1({ validationError: (r) => ({}) }), Ye = assign_1({ challengeName: (r, o) => {
|
|
7869
7876
|
var a;
|
|
7870
|
-
return (a =
|
|
7871
|
-
} }),
|
|
7877
|
+
return (a = o.data) == null ? void 0 : a.challengeName;
|
|
7878
|
+
} }), $e = assign_1({ requiredAttributes: (r, o) => {
|
|
7872
7879
|
var a, t;
|
|
7873
|
-
return (t = (a =
|
|
7874
|
-
} }),
|
|
7880
|
+
return (t = (a = o.data) == null ? void 0 : a.challengeParam) == null ? void 0 : t.requiredAttributes;
|
|
7881
|
+
} }), Xe = assign_1({ redirectIntent: (r) => "confirmPasswordReset" }), Ze = assign_1({ redirectIntent: (r) => "confirmSignUp" }), Y = assign_1({ authAttributes: (r, o) => {
|
|
7875
7882
|
var l, u;
|
|
7876
7883
|
let [a] = r.loginMechanisms, t = (l = r.formValues[a]) != null ? l : r.formValues.username, s = (u = r.formValues) == null ? void 0 : u.password;
|
|
7877
7884
|
return { username: t, password: s };
|
|
7878
|
-
} }),
|
|
7885
|
+
} }), V = assign_1({ validationError: (r, o) => o.data }), U = assign_1({ remoteError: (r, o) => {
|
|
7879
7886
|
var a;
|
|
7880
|
-
return
|
|
7881
|
-
} }),
|
|
7882
|
-
let { name: a, value: t } =
|
|
7887
|
+
return o.data.name === "NoUserPoolError" ? "Configuration error (see console) \u2013 please contact the administrator" : ((a = o.data) == null ? void 0 : a.message) || o.data;
|
|
7888
|
+
} }), Qe = assign_1({ unverifiedAttributes: (r, o) => o.data.unverified }), $ = assign_1({ user: (r, o) => o.data.user || o.data }), Je = assign_1({ username: (r, o) => r.formValues.username }), eo = assign_1({ codeDeliveryDetails: (r, o) => o.data.codeDeliveryDetails }), oo = assign_1({ authAttributes: (r, o) => ({ username: r.formValues.username }) }), _ = assign_1({ formValues: (r, o) => {
|
|
7889
|
+
let { name: a, value: t } = o.data;
|
|
7883
7890
|
return C(m({}, r.formValues), { [a]: t });
|
|
7884
|
-
} }),
|
|
7885
|
-
let { name: a } =
|
|
7891
|
+
} }), F = assign_1({ formValues: (r, o) => m(m({}, r.formValues), o.data) }), N = assign_1({ touched: (r, o) => {
|
|
7892
|
+
let { name: a } = o.data;
|
|
7886
7893
|
return C(m({}, r.touched), { [`${a}`]: true });
|
|
7887
|
-
} }),
|
|
7894
|
+
} }), X = assign_1({ formValues: (r, o) => {
|
|
7888
7895
|
var d;
|
|
7889
7896
|
let [a = "username"] = r.loginMechanisms;
|
|
7890
7897
|
if (!r.formValues.phone_number && a !== "phone_number")
|
|
@@ -7892,108 +7899,108 @@ var L = (r) => stop_1(r), Ge = assign_1({ attributeToVerify: (r) => {
|
|
|
7892
7899
|
let { formValues: t, country_code: s } = r, l = t.phone_number ? "phone_number" : "username", u = `${(d = t.country_code) != null ? d : s}${t[l]}`.replace(/[^A-Z0-9+]/gi, ""), v = C(m({}, t), { [l]: u });
|
|
7893
7900
|
return delete v.country_code, v;
|
|
7894
7901
|
} });
|
|
7895
|
-
|
|
7896
|
-
|
|
7897
|
-
|
|
7898
|
-
var
|
|
7899
|
-
let t = await Promise.all(a.map((l) => l(r,
|
|
7902
|
+
e();
|
|
7903
|
+
e();
|
|
7904
|
+
e();
|
|
7905
|
+
var O = async (r, o, a) => {
|
|
7906
|
+
let t = await Promise.all(a.map((l) => l(r, o))), s = merge_1({}, ...t);
|
|
7900
7907
|
return isEmpty_1(s) ? Promise.resolve() : Promise.reject(s);
|
|
7901
7908
|
};
|
|
7902
|
-
|
|
7903
|
-
var
|
|
7909
|
+
e();
|
|
7910
|
+
var z = { async getAmplifyConfig() {
|
|
7904
7911
|
return Amplify.configure();
|
|
7905
7912
|
}, async getCurrentUser() {
|
|
7906
7913
|
return Auth.currentAuthenticatedUser();
|
|
7907
7914
|
}, async handleSignUp(r) {
|
|
7908
7915
|
return Auth.signUp(r);
|
|
7909
|
-
}, async handleSignIn({ username: r, password:
|
|
7910
|
-
return Auth.signIn(r,
|
|
7911
|
-
}, async handleConfirmSignIn({ user: r, code:
|
|
7912
|
-
return Auth.confirmSignIn(r,
|
|
7913
|
-
}, async handleConfirmSignUp({ username: r, code:
|
|
7914
|
-
return await Auth.confirmSignUp(r,
|
|
7915
|
-
}, async handleForgotPasswordSubmit({ username: r, code:
|
|
7916
|
-
return Auth.forgotPasswordSubmit(r,
|
|
7916
|
+
}, async handleSignIn({ username: r, password: o }) {
|
|
7917
|
+
return Auth.signIn(r, o);
|
|
7918
|
+
}, async handleConfirmSignIn({ user: r, code: o, mfaType: a }) {
|
|
7919
|
+
return Auth.confirmSignIn(r, o, a);
|
|
7920
|
+
}, async handleConfirmSignUp({ username: r, code: o }) {
|
|
7921
|
+
return await Auth.confirmSignUp(r, o);
|
|
7922
|
+
}, async handleForgotPasswordSubmit({ username: r, code: o, password: a }) {
|
|
7923
|
+
return Auth.forgotPasswordSubmit(r, o, a);
|
|
7917
7924
|
}, async handleForgotPassword(r) {
|
|
7918
7925
|
return Auth.forgotPassword(r);
|
|
7919
|
-
}, async validateCustomSignUp(r,
|
|
7920
|
-
}, async validateConfirmPassword(r,
|
|
7921
|
-
let { password: a, confirm_password: t } = r, { confirm_password: s, password: l } =
|
|
7926
|
+
}, async validateCustomSignUp(r, o) {
|
|
7927
|
+
}, async validateConfirmPassword(r, o) {
|
|
7928
|
+
let { password: a, confirm_password: t } = r, { confirm_password: s, password: l } = o;
|
|
7922
7929
|
if (!a && !t)
|
|
7923
7930
|
return null;
|
|
7924
7931
|
if ((a || t) && a !== t && (s && l || a.length >= 6 && t.length >= 6))
|
|
7925
7932
|
return { confirm_password: "Your passwords must match" };
|
|
7926
|
-
}, async validatePreferredUsername(r,
|
|
7933
|
+
}, async validatePreferredUsername(r, o) {
|
|
7927
7934
|
} };
|
|
7928
|
-
function
|
|
7929
|
-
return createMachine({ initial: "init", id: "signInActor", states: { init: { always: [{ target: "signIn" }] }, signIn: { initial: "edit", exit: ["clearFormValues", "clearTouched"], states: { edit: { entry: sendUpdate$1(), on: { SUBMIT: { actions: "handleSubmit", target: "submit" }, CHANGE: { actions: "handleInput" }, FEDERATED_SIGN_IN: "federatedSignIn" } }, federatedSignIn: { tags: ["pending"], entry: [sendUpdate$1(), "clearError"], invoke: { src: "federatedSignIn", onError: { actions: "setRemoteError" } } }, submit: { tags: ["pending"], entry: ["parsePhoneNumber", "clearError", sendUpdate$1()], invoke: { src: "signIn", onDone: [{ cond: "shouldSetupTOTP", actions: ["setUser", "setChallengeName"], target: "#signInActor.setupTOTP" }, { cond: "shouldConfirmSignIn", actions: ["setUser", "setChallengeName"], target: "#signInActor.confirmSignIn" }, { cond: "shouldForceChangePassword", actions: ["setUser", "setChallengeName", "setRequiredAttributes"], target: "#signInActor.forceNewPassword" }, { actions: "setUser", target: "verifying" }], onError: [{ cond: "shouldRedirectToConfirmSignUp", actions: ["setCredentials", "setConfirmSignUpIntent"], target: "rejected" }, { cond: "shouldRedirectToConfirmResetPassword", actions: ["setUsernameAuthAttributes", "setConfirmResetPasswordIntent"], target: "rejected" }, { actions: "setRemoteError", target: "edit" }] } }, verifying: { tags: ["pending"], entry: ["clearError", sendUpdate$1()], invoke: { src: "checkVerifiedContact", onDone: [{ cond: "shouldRequestVerification", target: "#signInActor.verifyUser", actions: "setUnverifiedAttributes" }, { target: "resolved" }], onError: { actions: "setRemoteError", target: "edit" } } }, resolved: { always: "#signInActor.resolved" }, rejected: { always: "#signInActor.rejected" } } }, confirmSignIn: { initial: "edit", exit: ["clearFormValues", "clearError", "clearTouched"], states: { edit: { entry: sendUpdate$1(), on: { SUBMIT: { actions: "handleSubmit", target: "submit" }, SIGN_IN: "#signInActor.signIn", CHANGE: { actions: "handleInput" } } }, submit: { tags: ["pending"], entry: ["clearError", sendUpdate$1()], invoke: { src: "confirmSignIn", onDone: { target: "#signInActor.resolved", actions: ["setUser", "clearChallengeName", "clearRequiredAttributes"] }, onError: { target: "edit", actions: "setRemoteError" } } } } }, forceNewPassword: { type: "parallel", exit: ["clearFormValues", "clearError", "clearTouched"], states: { validation: { initial: "pending", states: { pending: { invoke: { src: "validateFields", onDone: { target: "valid", actions: "clearValidationError" }, onError: { target: "invalid", actions: "setFieldErrors" } } }, valid: { entry: sendUpdate$1() }, invalid: { entry: sendUpdate$1() } }, on: { SIGN_IN: "#signInActor.signIn", CHANGE: { actions: "handleInput", target: ".pending" }, BLUR: { actions: "handleBlur", target: ".pending" } } }, submit: { initial: "idle", entry: "clearError", states: { idle: { entry: sendUpdate$1(), on: { SUBMIT: { actions: "handleSubmit", target: "validate" } } }, validate: { entry: sendUpdate$1(), invoke: { src: "validateFields", onDone: { target: "pending", actions: "clearValidationError" }, onError: { target: "idle", actions: "setFieldErrors" } } }, pending: { tags: ["pending"], entry: [sendUpdate$1(), "clearError"], invoke: { src: "forceNewPassword", onDone: [{ cond: "shouldConfirmSignIn", actions: ["setUser", "setChallengeName"], target: "#signInActor.confirmSignIn" }, { cond: "shouldSetupTOTP", actions: ["setUser", "setChallengeName"], target: "#signInActor.setupTOTP" }, { target: "resolved", actions: ["setUser", "setCredentials"] }], onError: { target: "idle", actions: "setRemoteError" } } }, resolved: { type: "final", always: "#signInActor.resolved" } } } } }, setupTOTP: { initial: "edit", exit: ["clearFormValues", "clearError", "clearTouched"], states: { edit: { entry: sendUpdate$1(), on: { SUBMIT: { actions: "handleSubmit", target: "submit" }, SIGN_IN: "#signInActor.signIn", CHANGE: { actions: "handleInput" } } }, submit: { tags: ["pending"], entry: [sendUpdate$1(), "clearError"], invoke: { src: "verifyTotpToken", onDone: { actions: ["setUser", "clearChallengeName", "clearRequiredAttributes"], target: "#signInActor.resolved" }, onError: { actions: "setRemoteError", target: "edit" } } } } }, verifyUser: { initial: "edit", exit: ["clearFormValues", "clearError", "clearTouched"], states: { edit: { entry: sendUpdate$1(), on: { SUBMIT: { actions: "handleSubmit", target: "submit" }, SKIP: "#signInActor.resolved", CHANGE: { actions: "handleInput" } } }, submit: { tags: ["pending"], entry: "clearError", invoke: { src: "verifyUser", onDone: { target: "#signInActor.confirmVerifyUser" }, onError: { actions: "setRemoteError", target: "edit" } } } } }, confirmVerifyUser: { initial: "edit", exit: ["clearFormValues", "clearError", "clearUnverifiedAttributes", "clearAttributeToVerify", "clearTouched"], states: { edit: { entry: sendUpdate$1(), on: { SUBMIT: { actions: "handleSubmit", target: "submit" }, SKIP: "#signInActor.resolved", CHANGE: { actions: "handleInput" } } }, submit: { tags: ["pending"], entry: "clearError", invoke: { src: "confirmVerifyUser", onDone: { target: "#signInActor.resolved" }, onError: { actions: "setRemoteError", target: "edit" } } } } }, resolved: { type: "final", data: (
|
|
7935
|
+
function ao({ services: r }) {
|
|
7936
|
+
return createMachine({ initial: "init", id: "signInActor", states: { init: { always: [{ target: "signIn" }] }, signIn: { initial: "edit", exit: ["clearFormValues", "clearTouched"], states: { edit: { entry: sendUpdate$1(), on: { SUBMIT: { actions: "handleSubmit", target: "submit" }, CHANGE: { actions: "handleInput" }, FEDERATED_SIGN_IN: "federatedSignIn" } }, federatedSignIn: { tags: ["pending"], entry: [sendUpdate$1(), "clearError"], invoke: { src: "federatedSignIn", onError: { actions: "setRemoteError" } } }, submit: { tags: ["pending"], entry: ["parsePhoneNumber", "clearError", sendUpdate$1()], invoke: { src: "signIn", onDone: [{ cond: "shouldSetupTOTP", actions: ["setUser", "setChallengeName"], target: "#signInActor.setupTOTP" }, { cond: "shouldConfirmSignIn", actions: ["setUser", "setChallengeName"], target: "#signInActor.confirmSignIn" }, { cond: "shouldForceChangePassword", actions: ["setUser", "setChallengeName", "setRequiredAttributes"], target: "#signInActor.forceNewPassword" }, { actions: "setUser", target: "verifying" }], onError: [{ cond: "shouldRedirectToConfirmSignUp", actions: ["setCredentials", "setConfirmSignUpIntent"], target: "rejected" }, { cond: "shouldRedirectToConfirmResetPassword", actions: ["setUsernameAuthAttributes", "setConfirmResetPasswordIntent"], target: "rejected" }, { actions: "setRemoteError", target: "edit" }] } }, verifying: { tags: ["pending"], entry: ["clearError", sendUpdate$1()], invoke: { src: "checkVerifiedContact", onDone: [{ cond: "shouldRequestVerification", target: "#signInActor.verifyUser", actions: "setUnverifiedAttributes" }, { target: "resolved" }], onError: { actions: "setRemoteError", target: "edit" } } }, resolved: { always: "#signInActor.resolved" }, rejected: { always: "#signInActor.rejected" } } }, confirmSignIn: { initial: "edit", exit: ["clearFormValues", "clearError", "clearTouched"], states: { edit: { entry: sendUpdate$1(), on: { SUBMIT: { actions: "handleSubmit", target: "submit" }, SIGN_IN: "#signInActor.signIn", CHANGE: { actions: "handleInput" } } }, submit: { tags: ["pending"], entry: ["clearError", sendUpdate$1()], invoke: { src: "confirmSignIn", onDone: { target: "#signInActor.resolved", actions: ["setUser", "clearChallengeName", "clearRequiredAttributes"] }, onError: { target: "edit", actions: "setRemoteError" } } } } }, forceNewPassword: { type: "parallel", exit: ["clearFormValues", "clearError", "clearTouched"], states: { validation: { initial: "pending", states: { pending: { invoke: { src: "validateFields", onDone: { target: "valid", actions: "clearValidationError" }, onError: { target: "invalid", actions: "setFieldErrors" } } }, valid: { entry: sendUpdate$1() }, invalid: { entry: sendUpdate$1() } }, on: { SIGN_IN: "#signInActor.signIn", CHANGE: { actions: "handleInput", target: ".pending" }, BLUR: { actions: "handleBlur", target: ".pending" } } }, submit: { initial: "idle", entry: "clearError", states: { idle: { entry: sendUpdate$1(), on: { SUBMIT: { actions: "handleSubmit", target: "validate" } } }, validate: { entry: sendUpdate$1(), invoke: { src: "validateFields", onDone: { target: "pending", actions: "clearValidationError" }, onError: { target: "idle", actions: "setFieldErrors" } } }, pending: { tags: ["pending"], entry: [sendUpdate$1(), "clearError"], invoke: { src: "forceNewPassword", onDone: [{ cond: "shouldConfirmSignIn", actions: ["setUser", "setChallengeName"], target: "#signInActor.confirmSignIn" }, { cond: "shouldSetupTOTP", actions: ["setUser", "setChallengeName"], target: "#signInActor.setupTOTP" }, { target: "resolved", actions: ["setUser", "setCredentials"] }], onError: { target: "idle", actions: "setRemoteError" } } }, resolved: { type: "final", always: "#signInActor.resolved" } } } } }, setupTOTP: { initial: "edit", exit: ["clearFormValues", "clearError", "clearTouched"], states: { edit: { entry: sendUpdate$1(), on: { SUBMIT: { actions: "handleSubmit", target: "submit" }, SIGN_IN: "#signInActor.signIn", CHANGE: { actions: "handleInput" } } }, submit: { tags: ["pending"], entry: [sendUpdate$1(), "clearError"], invoke: { src: "verifyTotpToken", onDone: { actions: ["setUser", "clearChallengeName", "clearRequiredAttributes"], target: "#signInActor.resolved" }, onError: { actions: "setRemoteError", target: "edit" } } } } }, verifyUser: { initial: "edit", exit: ["clearFormValues", "clearError", "clearTouched"], states: { edit: { entry: sendUpdate$1(), on: { SUBMIT: { actions: "handleSubmit", target: "submit" }, SKIP: "#signInActor.resolved", CHANGE: { actions: "handleInput" } } }, submit: { tags: ["pending"], entry: "clearError", invoke: { src: "verifyUser", onDone: { target: "#signInActor.confirmVerifyUser" }, onError: { actions: "setRemoteError", target: "edit" } } } } }, confirmVerifyUser: { initial: "edit", exit: ["clearFormValues", "clearError", "clearUnverifiedAttributes", "clearAttributeToVerify", "clearTouched"], states: { edit: { entry: sendUpdate$1(), on: { SUBMIT: { actions: "handleSubmit", target: "submit" }, SKIP: "#signInActor.resolved", CHANGE: { actions: "handleInput" } } }, submit: { tags: ["pending"], entry: "clearError", invoke: { src: "confirmVerifyUser", onDone: { target: "#signInActor.resolved" }, onError: { actions: "setRemoteError", target: "edit" } } } } }, resolved: { type: "final", data: (o) => ({ user: o.user }) }, rejected: { type: "final", data: (o, a) => ({ intent: o.redirectIntent, authAttributes: o.authAttributes }) } } }, { actions: { clearAttributeToVerify: Le, clearChallengeName: He, clearRequiredAttributes: qe, clearError: E, clearFormValues: P, clearTouched: R, clearUnverifiedAttributes: je, clearValidationError: W, handleInput: _, handleSubmit: F, handleBlur: N, parsePhoneNumber: X, setChallengeName: Ye, setConfirmResetPasswordIntent: Xe, setConfirmSignUpIntent: Ze, setRequiredAttributes: $e, setCredentials: Y, setFieldErrors: V, setRemoteError: U, setUnverifiedAttributes: Qe, setUser: $, setUsernameAuthAttributes: oo }, guards: { shouldConfirmSignIn: (o, a) => {
|
|
7930
7937
|
let t = get_1(a, "data.challengeName");
|
|
7931
7938
|
return ["SMS_MFA", "SOFTWARE_TOKEN_MFA"].includes(t);
|
|
7932
|
-
}, shouldRedirectToConfirmSignUp: (
|
|
7939
|
+
}, shouldRedirectToConfirmSignUp: (o, a) => a.data.code === "UserNotConfirmedException", shouldRedirectToConfirmResetPassword: (o, a) => a.data.code === "PasswordResetRequiredException", shouldSetupTOTP: (o, a) => get_1(a, "data.challengeName") === "MFA_SETUP", shouldForceChangePassword: (o, a) => get_1(a, "data.challengeName") === "NEW_PASSWORD_REQUIRED", shouldRequestVerification: (o, a) => {
|
|
7933
7940
|
let { unverified: t, verified: s } = a.data;
|
|
7934
7941
|
return isEmpty_1(s) && !isEmpty_1(t);
|
|
7935
|
-
} }, services: { async signIn(
|
|
7936
|
-
let { username: a, password: t } =
|
|
7942
|
+
} }, services: { async signIn(o) {
|
|
7943
|
+
let { username: a, password: t } = o.formValues;
|
|
7937
7944
|
return await r.handleSignIn({ username: a, password: t });
|
|
7938
|
-
}, async confirmSignIn(
|
|
7939
|
-
let { challengeName: t, user: s } =
|
|
7945
|
+
}, async confirmSignIn(o, a) {
|
|
7946
|
+
let { challengeName: t, user: s } = o, { confirmation_code: l } = o.formValues, u;
|
|
7940
7947
|
return (t === "SMS_MFA" || t === "SOFTWARE_TOKEN_MFA") && (u = t), await r.handleConfirmSignIn({ user: s, code: l, mfaType: u }), await Auth.currentAuthenticatedUser();
|
|
7941
|
-
}, async forceNewPassword(
|
|
7942
|
-
let { user: t, formValues: s } =
|
|
7948
|
+
}, async forceNewPassword(o, a) {
|
|
7949
|
+
let { user: t, formValues: s } = o, h2 = s, { password: l, confirm_password: u, phone_number: v, country_code: d } = h2, f = q(h2, ["password", "confirm_password", "phone_number", "country_code"]), g;
|
|
7943
7950
|
return v && (g = `${d}${v}`.replace(/[^A-Z0-9+]/gi, ""), f = C(m({}, f), { phone_number: g })), Auth.completeNewPassword(t, l, f);
|
|
7944
|
-
}, async verifyTotpToken(
|
|
7945
|
-
let { user: t } =
|
|
7951
|
+
}, async verifyTotpToken(o, a) {
|
|
7952
|
+
let { user: t } = o, { confirmation_code: s } = o.formValues;
|
|
7946
7953
|
return Auth.verifyTotpToken(t, s);
|
|
7947
|
-
}, async federatedSignIn(
|
|
7954
|
+
}, async federatedSignIn(o, a) {
|
|
7948
7955
|
let { provider: t } = a.data;
|
|
7949
7956
|
return await Auth.federatedSignIn({ provider: t });
|
|
7950
|
-
}, async checkVerifiedContact(
|
|
7951
|
-
let { user: t } =
|
|
7957
|
+
}, async checkVerifiedContact(o, a) {
|
|
7958
|
+
let { user: t } = o;
|
|
7952
7959
|
return await Auth.verifiedContact(t);
|
|
7953
|
-
}, async verifyUser(
|
|
7954
|
-
let { unverifiedAttr: t } =
|
|
7955
|
-
return
|
|
7956
|
-
}, async confirmVerifyUser(
|
|
7957
|
-
let { attributeToVerify: t } =
|
|
7960
|
+
}, async verifyUser(o, a) {
|
|
7961
|
+
let { unverifiedAttr: t } = o.formValues, s = await Auth.verifyCurrentUserAttribute(t);
|
|
7962
|
+
return o.attributeToVerify = t, s;
|
|
7963
|
+
}, async confirmVerifyUser(o, a) {
|
|
7964
|
+
let { attributeToVerify: t } = o, { confirmation_code: s } = o.formValues;
|
|
7958
7965
|
return await Auth.verifyCurrentUserAttributeSubmit(t, s);
|
|
7959
|
-
}, async validateFields(
|
|
7960
|
-
return
|
|
7966
|
+
}, async validateFields(o, a) {
|
|
7967
|
+
return O(o.formValues, o.touched, [z.validateConfirmPassword]);
|
|
7961
7968
|
} } });
|
|
7962
7969
|
}
|
|
7963
|
-
|
|
7964
|
-
var
|
|
7965
|
-
|
|
7966
|
-
function
|
|
7967
|
-
return createMachine({ id: "resetPasswordActor", initial: "init", states: { init: { always: [{ target: "confirmResetPassword", cond: "shouldAutoConfirmReset" }, { target: "resetPassword" }] }, resetPassword: { initial: "edit", exit: ["clearFormValues", "clearError", "clearTouched"], states: { edit: { entry: sendUpdate$1(), on: { SUBMIT: { actions: "handleSubmit", target: "submit" }, CHANGE: { actions: "handleInput" }, BLUR: { actions: "handleBlur" } } }, submit: { tags: ["pending"], entry: [sendUpdate$1(), "setUsername", "clearError"], invoke: { src: "resetPassword", onDone: { target: "#resetPasswordActor.confirmResetPassword" }, onError: { actions: ["setRemoteError"], target: "edit" } } } } }, confirmResetPassword: { type: "parallel", exit: ["clearFormValues", "clearError", "clearUsername", "clearTouched"], states: { validation: { initial: "pending", states: { pending: { invoke: { src: "validateFields", onDone: { target: "valid", actions: "clearValidationError" }, onError: { target: "invalid", actions: "setFieldErrors" } } }, valid: { entry: sendUpdate$1() }, invalid: { entry: sendUpdate$1() } }, on: { CHANGE: { actions: "handleInput", target: ".pending" }, BLUR: { actions: "handleBlur", target: ".pending" } } }, submission: { initial: "idle", states: { idle: { entry: sendUpdate$1(), on: { SUBMIT: { actions: "handleSubmit", target: "validate" }, RESEND: "resendCode", CHANGE: { actions: "handleInput" }, BLUR: { actions: "handleBlur" } } }, validate: { entry: sendUpdate$1(), invoke: { src: "validateFields", onDone: { target: "pending", actions: "clearValidationError" }, onError: { target: "idle", actions: "setFieldErrors" } } }, resendCode: { tags: ["pending"], entry: ["clearError", sendUpdate$1()], invoke: { src: "resetPassword", onDone: { target: "idle" }, onError: { actions: "setRemoteError", target: "idle" } } }, pending: { tags: ["pending"], entry: ["clearError", sendUpdate$1()], invoke: { src: "confirmResetPassword", onDone: { actions: "clearUsername", target: "#resetPasswordActor.resolved" }, onError: { actions: "setRemoteError", target: "idle" } } } } } } }, resolved: { type: "final" } } }, { actions: { clearError:
|
|
7970
|
+
e();
|
|
7971
|
+
var to = createMachine({ initial: "pending", id: "signOutActor", states: { pending: { tags: ["pending"], invoke: { src: "signOut", onDone: "resolved", onError: "rejected" } }, resolved: { type: "final" }, rejected: { type: "final" } } }, { services: { signOut: () => Auth.signOut() } });
|
|
7972
|
+
e();
|
|
7973
|
+
function no({ services: r }) {
|
|
7974
|
+
return createMachine({ id: "resetPasswordActor", initial: "init", states: { init: { always: [{ target: "confirmResetPassword", cond: "shouldAutoConfirmReset" }, { target: "resetPassword" }] }, resetPassword: { initial: "edit", exit: ["clearFormValues", "clearError", "clearTouched"], states: { edit: { entry: sendUpdate$1(), on: { SUBMIT: { actions: "handleSubmit", target: "submit" }, CHANGE: { actions: "handleInput" }, BLUR: { actions: "handleBlur" } } }, submit: { tags: ["pending"], entry: [sendUpdate$1(), "setUsername", "clearError"], invoke: { src: "resetPassword", onDone: { target: "#resetPasswordActor.confirmResetPassword" }, onError: { actions: ["setRemoteError"], target: "edit" } } } } }, confirmResetPassword: { type: "parallel", exit: ["clearFormValues", "clearError", "clearUsername", "clearTouched"], states: { validation: { initial: "pending", states: { pending: { invoke: { src: "validateFields", onDone: { target: "valid", actions: "clearValidationError" }, onError: { target: "invalid", actions: "setFieldErrors" } } }, valid: { entry: sendUpdate$1() }, invalid: { entry: sendUpdate$1() } }, on: { CHANGE: { actions: "handleInput", target: ".pending" }, BLUR: { actions: "handleBlur", target: ".pending" } } }, submission: { initial: "idle", states: { idle: { entry: sendUpdate$1(), on: { SUBMIT: { actions: "handleSubmit", target: "validate" }, RESEND: "resendCode", CHANGE: { actions: "handleInput" }, BLUR: { actions: "handleBlur" } } }, validate: { entry: sendUpdate$1(), invoke: { src: "validateFields", onDone: { target: "pending", actions: "clearValidationError" }, onError: { target: "idle", actions: "setFieldErrors" } } }, resendCode: { tags: ["pending"], entry: ["clearError", sendUpdate$1()], invoke: { src: "resetPassword", onDone: { target: "idle" }, onError: { actions: "setRemoteError", target: "idle" } } }, pending: { tags: ["pending"], entry: ["clearError", sendUpdate$1()], invoke: { src: "confirmResetPassword", onDone: { actions: "clearUsername", target: "#resetPasswordActor.resolved" }, onError: { actions: "setRemoteError", target: "idle" } } } } } } }, resolved: { type: "final" } } }, { actions: { clearError: E, clearFormValues: P, clearTouched: R, clearUsername: Ke, clearValidationError: W, handleInput: _, handleSubmit: F, handleBlur: N, setFieldErrors: V, setRemoteError: U, setUsername: Je }, guards: { shouldAutoConfirmReset: (o, a) => !!(o.intent && o.intent === "confirmPasswordReset") }, services: { async resetPassword(o) {
|
|
7968
7975
|
var t, s;
|
|
7969
|
-
let a = (s = (t =
|
|
7976
|
+
let a = (s = (t = o.formValues) == null ? void 0 : t.username) != null ? s : o.username;
|
|
7970
7977
|
return r.handleForgotPassword(a);
|
|
7971
|
-
}, async confirmResetPassword(
|
|
7972
|
-
let { username: a } =
|
|
7978
|
+
}, async confirmResetPassword(o) {
|
|
7979
|
+
let { username: a } = o, { confirmation_code: t, password: s } = o.formValues;
|
|
7973
7980
|
return r.handleForgotPasswordSubmit({ username: a, code: t, password: s });
|
|
7974
|
-
}, async validateFields(
|
|
7975
|
-
return
|
|
7981
|
+
}, async validateFields(o, a) {
|
|
7982
|
+
return O(o.formValues, o.touched, [z.validateConfirmPassword]);
|
|
7976
7983
|
} } });
|
|
7977
7984
|
}
|
|
7978
|
-
|
|
7979
|
-
function
|
|
7980
|
-
return createMachine({ id: "signUpActor", initial: "init", states: { init: { always: [{ target: "confirmSignUp", cond: "shouldInitConfirmSignUp" }, { target: "signUp" }] }, signUp: { type: "parallel", exit: ["clearError", "clearFormValues", "clearTouched"], states: { validation: { initial: "pending", states: { pending: { invoke: { src: "validateSignUp", onDone: { target: "valid", actions: "clearValidationError" }, onError: { target: "invalid", actions: "setFieldErrors" } } }, valid: { entry: sendUpdate$1() }, invalid: { entry: sendUpdate$1() } }, on: { CHANGE: { actions: "handleInput", target: ".pending" }, BLUR: { actions: "handleBlur", target: ".pending" } } }, submission: { initial: "idle", states: { idle: { entry: sendUpdate$1(), on: { SUBMIT: { actions: "handleSubmit", target: "validate" }, FEDERATED_SIGN_IN: "federatedSignIn" } }, federatedSignIn: { tags: ["pending"], entry: [sendUpdate$1(), "clearError"], invoke: { src: "federatedSignIn", onDone: "#signUpActor.resolved", onError: { actions: "setRemoteError" } } }, validate: { entry: sendUpdate$1(), invoke: { src: "validateSignUp", onDone: { target: "pending", actions: "clearValidationError" }, onError: { target: "idle", actions: "setFieldErrors" } } }, pending: { tags: ["pending"], entry: ["parsePhoneNumber", sendUpdate$1(), "clearError"], invoke: { src: "signUp", onDone: [{ cond: "shouldSkipConfirm", target: "skipConfirm", actions: ["setUser"] }, { target: "resolved", actions: ["setUser", "setCredentials", "setCodeDeliveryDetails"] }], onError: { target: "idle", actions: "setRemoteError" } } }, skipConfirm: { invoke: { src: "signIn", onDone: { target: "#signUpActor.resolved", actions: "setUser" }, onError: { target: "idle", actions: "setRemoteError" } } }, resolved: { type: "final", always: "#signUpActor.confirmSignUp" } } } } }, confirmSignUp: { initial: "edit", states: { edit: { entry: sendUpdate$1(), on: { SUBMIT: { actions: "handleSubmit", target: "submit" }, CHANGE: { actions: "handleInput" }, BLUR: { actions: "handleBlur" }, RESEND: "resend" } }, resend: { tags: ["pending"], entry: sendUpdate$1(), invoke: { src: "resendConfirmationCode", onDone: { target: "edit" }, onError: [{ target: "#signUpActor.resolved", actions: "setUser", cond: "isUserAlreadyConfirmed" }, { target: "edit", actions: "setRemoteError" }] } }, submit: { tags: ["pending"], entry: [sendUpdate$1(), "clearError"], invoke: { src: "confirmSignUp", onDone: { target: "#signUpActor.resolved", actions: ["setUser"] }, onError: { target: "edit", actions: "setRemoteError" } } } } }, resolved: { type: "final", data: (
|
|
7981
|
-
let { username: t, password: s } =
|
|
7982
|
-
return { user: get_1(a, "data.user") ||
|
|
7983
|
-
} } } }, { guards: { isUserAlreadyConfirmed: (
|
|
7984
|
-
let { user: t, authAttributes: s, formValues: l } =
|
|
7985
|
+
e();
|
|
7986
|
+
function io({ services: r }) {
|
|
7987
|
+
return createMachine({ id: "signUpActor", initial: "init", states: { init: { always: [{ target: "confirmSignUp", cond: "shouldInitConfirmSignUp" }, { target: "signUp" }] }, signUp: { type: "parallel", exit: ["clearError", "clearFormValues", "clearTouched"], states: { validation: { initial: "pending", states: { pending: { invoke: { src: "validateSignUp", onDone: { target: "valid", actions: "clearValidationError" }, onError: { target: "invalid", actions: "setFieldErrors" } } }, valid: { entry: sendUpdate$1() }, invalid: { entry: sendUpdate$1() } }, on: { CHANGE: { actions: "handleInput", target: ".pending" }, BLUR: { actions: "handleBlur", target: ".pending" } } }, submission: { initial: "idle", states: { idle: { entry: sendUpdate$1(), on: { SUBMIT: { actions: "handleSubmit", target: "validate" }, FEDERATED_SIGN_IN: "federatedSignIn" } }, federatedSignIn: { tags: ["pending"], entry: [sendUpdate$1(), "clearError"], invoke: { src: "federatedSignIn", onDone: "#signUpActor.resolved", onError: { actions: "setRemoteError" } } }, validate: { entry: sendUpdate$1(), invoke: { src: "validateSignUp", onDone: { target: "pending", actions: "clearValidationError" }, onError: { target: "idle", actions: "setFieldErrors" } } }, pending: { tags: ["pending"], entry: ["parsePhoneNumber", sendUpdate$1(), "clearError"], invoke: { src: "signUp", onDone: [{ cond: "shouldSkipConfirm", target: "skipConfirm", actions: ["setUser"] }, { target: "resolved", actions: ["setUser", "setCredentials", "setCodeDeliveryDetails"] }], onError: { target: "idle", actions: "setRemoteError" } } }, skipConfirm: { invoke: { src: "signIn", onDone: { target: "#signUpActor.resolved", actions: "setUser" }, onError: { target: "idle", actions: "setRemoteError" } } }, resolved: { type: "final", always: "#signUpActor.confirmSignUp" } } } } }, confirmSignUp: { initial: "edit", states: { edit: { entry: sendUpdate$1(), on: { SUBMIT: { actions: "handleSubmit", target: "submit" }, CHANGE: { actions: "handleInput" }, BLUR: { actions: "handleBlur" }, RESEND: "resend" } }, resend: { tags: ["pending"], entry: sendUpdate$1(), invoke: { src: "resendConfirmationCode", onDone: { target: "edit" }, onError: [{ target: "#signUpActor.resolved", actions: "setUser", cond: "isUserAlreadyConfirmed" }, { target: "edit", actions: "setRemoteError" }] } }, submit: { tags: ["pending"], entry: [sendUpdate$1(), "clearError"], invoke: { src: "confirmSignUp", onDone: { target: "#signUpActor.resolved", actions: ["setUser"] }, onError: { target: "edit", actions: "setRemoteError" } } } } }, resolved: { type: "final", data: (o, a) => {
|
|
7988
|
+
let { username: t, password: s } = o.authAttributes;
|
|
7989
|
+
return { user: get_1(a, "data.user") || o.user, authAttributes: { username: t, password: s } };
|
|
7990
|
+
} } } }, { guards: { isUserAlreadyConfirmed: (o, a) => a.data.message === "User is already confirmed.", shouldInitConfirmSignUp: (o) => o.intent && o.intent === "confirmSignUp", shouldSkipConfirm: (o, a) => a.data.userConfirmed }, actions: { clearError: E, clearFormValues: P, clearTouched: R, clearValidationError: W, handleInput: _, handleSubmit: F, handleBlur: N, parsePhoneNumber: X, setCredentials: Y, setFieldErrors: V, setRemoteError: U, setCodeDeliveryDetails: eo, setUser: $ }, services: { async signIn(o, a) {
|
|
7991
|
+
let { user: t, authAttributes: s, formValues: l } = o, u = get_1(t, "username") || get_1(s, "username"), v = get_1(l, "password");
|
|
7985
7992
|
return await Auth.signIn(u, v);
|
|
7986
|
-
}, async confirmSignUp(
|
|
7987
|
-
let { user: t, authAttributes: s, formValues: l } =
|
|
7993
|
+
}, async confirmSignUp(o, a) {
|
|
7994
|
+
let { user: t, authAttributes: s, formValues: l } = o, { confirmation_code: u } = l, v = get_1(t, "username") || get_1(s, "username"), { password: d } = s;
|
|
7988
7995
|
return await r.handleConfirmSignUp({ username: v, code: u }), await Auth.signIn(v, d);
|
|
7989
|
-
}, async resendConfirmationCode(
|
|
7990
|
-
let { user: t, authAttributes: s } =
|
|
7996
|
+
}, async resendConfirmationCode(o, a) {
|
|
7997
|
+
let { user: t, authAttributes: s } = o, l = get_1(t, "username") || get_1(s, "username");
|
|
7991
7998
|
return Auth.resendSignUp(l);
|
|
7992
|
-
}, async federatedSignIn(
|
|
7999
|
+
}, async federatedSignIn(o, a) {
|
|
7993
8000
|
let { provider: t } = a.data;
|
|
7994
8001
|
return await Auth.federatedSignIn({ provider: t });
|
|
7995
|
-
}, async signUp(
|
|
7996
|
-
let { formValues: t, loginMechanisms: s } =
|
|
8002
|
+
}, async signUp(o, a) {
|
|
8003
|
+
let { formValues: t, loginMechanisms: s } = o, [l = "username"] = s, { [l]: u, password: v } = t, d = pickBy_1(t, (f, g) => {
|
|
7997
8004
|
switch (g) {
|
|
7998
8005
|
case "address":
|
|
7999
8006
|
case "birthdate":
|
|
@@ -8018,133 +8025,133 @@ function no({ services: r }) {
|
|
|
8018
8025
|
}
|
|
8019
8026
|
});
|
|
8020
8027
|
return await r.handleSignUp({ username: u, password: v, attributes: d });
|
|
8021
|
-
}, async validateSignUp(
|
|
8022
|
-
return
|
|
8028
|
+
}, async validateSignUp(o, a) {
|
|
8029
|
+
return O(o.formValues, o.touched, [r.validateConfirmPassword, r.validatePreferredUsername, r.validateCustomSignUp]);
|
|
8023
8030
|
} } });
|
|
8024
8031
|
}
|
|
8025
|
-
var
|
|
8026
|
-
function
|
|
8027
|
-
return createMachine({ id: "authenticator", initial: "idle", context: { user: void 0, config: {}, services: {}, actorRef: void 0 }, states: { idle: { on: { INIT: { target: "setup", actions: "configure" } } }, setup: { invoke: [{ src: (r,
|
|
8032
|
+
var so = "+1";
|
|
8033
|
+
function jn() {
|
|
8034
|
+
return createMachine({ id: "authenticator", initial: "idle", context: { user: void 0, config: {}, services: {}, actorRef: void 0 }, states: { idle: { on: { INIT: { target: "setup", actions: "configure" } } }, setup: { invoke: [{ src: (r, o) => r.services.getCurrentUser(), onDone: { actions: "setUser", target: "authenticated" }, onError: [{ target: "signUp", cond: (r) => r.config.initialState === "signUp" }, { target: "resetPassword", cond: (r) => r.config.initialState === "resetPassword" }, { target: "signIn" }] }, { src: (r, o) => r.services.getAmplifyConfig(), onDone: { actions: "applyAmplifyConfig" } }] }, signIn: { initial: "spawnActor", states: { spawnActor: { always: { actions: "spawnSignInActor", target: "runActor" } }, runActor: { entry: "clearActorDoneData", exit: L("signInActor") } }, on: { SIGN_UP: "signUp", RESET_PASSWORD: "resetPassword", "done.invoke.signInActor": [{ target: "signUp", actions: "setActorDoneData", cond: "shouldRedirectToSignUp" }, { target: "resetPassword", actions: "setActorDoneData", cond: "shouldRedirectToResetPassword" }, { target: "authenticated", actions: "setActorDoneData" }] } }, signUp: { initial: "spawnActor", states: { spawnActor: { always: { actions: "spawnSignUpActor", target: "runActor" } }, runActor: { entry: "clearActorDoneData", exit: L("signUpActor") } }, on: { SIGN_IN: "signIn", "done.invoke.signUpActor": { target: "setup", actions: "setActorDoneData" } } }, resetPassword: { initial: "spawnActor", states: { spawnActor: { always: { actions: "spawnResetPasswordActor", target: "runActor" } }, runActor: { entry: "clearActorDoneData", exit: L("resetPasswordActor") } }, on: { SIGN_IN: "signIn", "done.invoke.resetPasswordActor": { target: "signIn", actions: "setActorDoneData" } } }, signOut: { initial: "spawnActor", states: { spawnActor: { always: { actions: "spawnSignOutActor", target: "runActor" } }, runActor: { entry: "clearActorDoneData", exit: [L("signOutActor"), "clearUser"] } }, on: { "done.invoke.signOutActor": "signIn" } }, authenticated: { on: { SIGN_OUT: "signOut" } } }, on: { CHANGE: { actions: "forwardToActor" }, BLUR: { actions: "forwardToActor" }, SUBMIT: { actions: "forwardToActor" }, FEDERATED_SIGN_IN: { actions: "forwardToActor" }, RESEND: { actions: "forwardToActor" }, SIGN_OUT: { actions: "forwardToActor" }, SIGN_IN: { actions: "forwardToActor" }, SKIP: { actions: "forwardToActor" } } }, { actions: { forwardToActor: forwardTo$1((r) => r.actorRef), setUser: assign$3({ user: (r, o) => o.data }), setActorDoneData: assign$3({ actorDoneData: (r, o) => {
|
|
8028
8035
|
var a, t;
|
|
8029
|
-
return { authAttributes: m({}, (a =
|
|
8030
|
-
}, user: (r,
|
|
8036
|
+
return { authAttributes: m({}, (a = o.data) == null ? void 0 : a.authAttributes), intent: (t = o.data) == null ? void 0 : t.intent };
|
|
8037
|
+
}, user: (r, o) => {
|
|
8031
8038
|
var a;
|
|
8032
|
-
return (a =
|
|
8033
|
-
} }), clearUser: assign$3({ user: void 0 }), clearActorDoneData: assign$3({ actorDoneData: void 0 }), applyAmplifyConfig: assign$3({ config(r,
|
|
8034
|
-
var h2,
|
|
8035
|
-
let a = (
|
|
8039
|
+
return (a = o.data) == null ? void 0 : a.user;
|
|
8040
|
+
} }), clearUser: assign$3({ user: void 0 }), clearActorDoneData: assign$3({ actorDoneData: void 0 }), applyAmplifyConfig: assign$3({ config(r, o) {
|
|
8041
|
+
var h2, B, G, he, be, Se, ye, Ce, ke;
|
|
8042
|
+
let a = (B = (h2 = o.data.aws_cognito_username_attributes) == null ? void 0 : h2.map((A) => A.toLowerCase())) != null ? B : [], t = (he = (G = o.data.aws_cognito_verification_mechanisms) == null ? void 0 : G.map((A) => A.toLowerCase())) != null ? he : [], s = (Se = (be = o.data.aws_cognito_signup_attributes) == null ? void 0 : be.map((A) => A.toLowerCase())) != null ? Se : [], l = (Ce = (ye = o.data.aws_cognito_social_providers) == null ? void 0 : ye.map((A) => A.toLowerCase())) != null ? Ce : [];
|
|
8036
8043
|
a.length === 0 && a.push("username");
|
|
8037
8044
|
let { loginMechanisms: u, signUpAttributes: v, socialProviders: d, initialState: f, formFields: g } = r.config;
|
|
8038
8045
|
return { loginMechanisms: u != null ? u : a, formFields: (ke = ha(g)) != null ? ke : {}, signUpAttributes: v != null ? v : Array.from(new Set([...t, ...s])), socialProviders: d != null ? d : l.sort(), initialState: f };
|
|
8039
|
-
} }), spawnSignInActor: assign$3({ actorRef: (r,
|
|
8046
|
+
} }), spawnSignInActor: assign$3({ actorRef: (r, o) => {
|
|
8040
8047
|
var s, l, u, v, d;
|
|
8041
|
-
let { services: a } = r, t =
|
|
8048
|
+
let { services: a } = r, t = ao({ services: a }).withContext({ authAttributes: (s = r.actorDoneData) == null ? void 0 : s.authAttributes, user: r.user, intent: (l = r.actorDoneData) == null ? void 0 : l.intent, country_code: so, formValues: {}, touched: {}, validationError: {}, loginMechanisms: (u = r.config) == null ? void 0 : u.loginMechanisms, socialProviders: (v = r.config) == null ? void 0 : v.socialProviders, formFields: (d = r.config) == null ? void 0 : d.formFields });
|
|
8042
8049
|
return spawn(t, { name: "signInActor" });
|
|
8043
|
-
} }), spawnSignUpActor: assign$3({ actorRef: (r,
|
|
8050
|
+
} }), spawnSignUpActor: assign$3({ actorRef: (r, o) => {
|
|
8044
8051
|
var s, l, u, v, d, f;
|
|
8045
|
-
let { services: a } = r, t =
|
|
8052
|
+
let { services: a } = r, t = io({ services: a }).withContext({ authAttributes: (l = (s = r.actorDoneData) == null ? void 0 : s.authAttributes) != null ? l : {}, country_code: so, intent: (u = r.actorDoneData) == null ? void 0 : u.intent, formValues: {}, touched: {}, validationError: {}, loginMechanisms: (v = r.config) == null ? void 0 : v.loginMechanisms, socialProviders: (d = r.config) == null ? void 0 : d.socialProviders, formFields: (f = r.config) == null ? void 0 : f.formFields });
|
|
8046
8053
|
return spawn(t, { name: "signUpActor" });
|
|
8047
|
-
} }), spawnResetPasswordActor: assign$3({ actorRef: (r,
|
|
8054
|
+
} }), spawnResetPasswordActor: assign$3({ actorRef: (r, o) => {
|
|
8048
8055
|
var s, l, u, v;
|
|
8049
|
-
let { services: a } = r, t =
|
|
8056
|
+
let { services: a } = r, t = no({ services: a }).withContext({ formValues: {}, touched: {}, intent: (s = r.actorDoneData) == null ? void 0 : s.intent, username: (u = (l = r.actorDoneData) == null ? void 0 : l.authAttributes) == null ? void 0 : u.username, formFields: (v = r.config) == null ? void 0 : v.formFields, validationError: {} });
|
|
8050
8057
|
return spawn(t, { name: "resetPasswordActor" });
|
|
8051
8058
|
} }), spawnSignOutActor: assign$3({ actorRef: (r) => {
|
|
8052
|
-
let
|
|
8053
|
-
return spawn(
|
|
8054
|
-
} }), configure: assign$3((r,
|
|
8055
|
-
let s =
|
|
8056
|
-
return { services: m(m({},
|
|
8057
|
-
}) }, guards: { shouldRedirectToSignUp: (r,
|
|
8059
|
+
let o = to.withContext({ user: r.user });
|
|
8060
|
+
return spawn(o, { name: "signOutActor" });
|
|
8061
|
+
} }), configure: assign$3((r, o) => {
|
|
8062
|
+
let s = o.data, { services: a } = s, t = q(s, ["services"]);
|
|
8063
|
+
return { services: m(m({}, z), a), config: t };
|
|
8064
|
+
}) }, guards: { shouldRedirectToSignUp: (r, o) => {
|
|
8058
8065
|
var a;
|
|
8059
|
-
return ((a =
|
|
8060
|
-
}, shouldRedirectToResetPassword: (r,
|
|
8066
|
+
return ((a = o.data) == null ? void 0 : a.intent) ? o.data.intent === "confirmSignUp" : false;
|
|
8067
|
+
}, shouldRedirectToResetPassword: (r, o) => {
|
|
8061
8068
|
var a;
|
|
8062
|
-
return ((a =
|
|
8069
|
+
return ((a = o.data) == null ? void 0 : a.intent) ? o.data.intent === "confirmPasswordReset" : false;
|
|
8063
8070
|
} } });
|
|
8064
8071
|
}
|
|
8065
8072
|
function ha(r) {
|
|
8066
|
-
return r && Object.keys(r).forEach((
|
|
8067
|
-
Object.keys(r[
|
|
8068
|
-
let t = r[
|
|
8073
|
+
return r && Object.keys(r).forEach((o) => {
|
|
8074
|
+
Object.keys(r[o]).forEach((a) => {
|
|
8075
|
+
let t = r[o][a];
|
|
8069
8076
|
t.required = t.isRequired;
|
|
8070
8077
|
});
|
|
8071
8078
|
}), r;
|
|
8072
8079
|
}
|
|
8073
|
-
|
|
8074
|
-
|
|
8075
|
-
|
|
8076
|
-
|
|
8077
|
-
|
|
8078
|
-
var
|
|
8079
|
-
|
|
8080
|
-
var
|
|
8081
|
-
|
|
8082
|
-
var
|
|
8080
|
+
e();
|
|
8081
|
+
e();
|
|
8082
|
+
e();
|
|
8083
|
+
e();
|
|
8084
|
+
e();
|
|
8085
|
+
var lo = { small: { value: "1px" }, medium: { value: "2px" }, large: { value: "3px" } };
|
|
8086
|
+
e();
|
|
8087
|
+
var uo = { red: { 10: { value: "hsl(0, 75%, 95%)" }, 20: { value: "hsl(0, 75%, 85%)" }, 40: { value: "hsl(0, 75%, 75%)" }, 60: { value: "hsl(0, 50%, 50%)" }, 80: { value: "hsl(0, 95%, 30%)" }, 90: { value: "hsl(0, 100%, 20%)" }, 100: { value: "hsl(0, 100%, 15%)" } }, orange: { 10: { value: "hsl(30, 75%, 95%)" }, 20: { value: "hsl(30, 75%, 85%)" }, 40: { value: "hsl(30, 75%, 75%)" }, 60: { value: "hsl(30, 50%, 50%)" }, 80: { value: "hsl(30, 95%, 30%)" }, 90: { value: "hsl(30, 100%, 20%)" }, 100: { value: "hsl(30, 100%, 15%)" } }, yellow: { 10: { value: "hsl(60, 75%, 95%)" }, 20: { value: "hsl(60, 75%, 85%)" }, 40: { value: "hsl(60, 75%, 75%)" }, 60: { value: "hsl(60, 50%, 50%)" }, 80: { value: "hsl(60, 95%, 30%)" }, 90: { value: "hsl(60, 100%, 20%)" }, 100: { value: "hsl(60, 100%, 15%)" } }, green: { 10: { value: "hsl(130, 60%, 95%)" }, 20: { value: "hsl(130, 60%, 90%)" }, 40: { value: "hsl(130, 44%, 63%)" }, 60: { value: "hsl(130, 43%, 46%)" }, 80: { value: "hsl(130, 33%, 37%)" }, 90: { value: "hsl(130, 27%, 29%)" }, 100: { value: "hsl(130, 22%, 23%)" } }, teal: { 10: { value: "hsl(190, 75%, 95%)" }, 20: { value: "hsl(190, 75%, 85%)" }, 40: { value: "hsl(190, 70%, 70%)" }, 60: { value: "hsl(190, 50%, 50%)" }, 80: { value: "hsl(190, 95%, 30%)" }, 90: { value: "hsl(190, 100%, 20%)" }, 100: { value: "hsl(190, 100%, 15%)" } }, blue: { 10: { value: "hsl(220, 95%, 95%)" }, 20: { value: "hsl(220, 85%, 85%)" }, 40: { value: "hsl(220, 70%, 70%)" }, 60: { value: "hsl(220, 50%, 50%)" }, 80: { value: "hsl(220, 95%, 30%)" }, 90: { value: "hsl(220, 100%, 20%)" }, 100: { value: "hsl(220, 100%, 15%)" } }, purple: { 10: { value: "hsl(300, 95%, 95%)" }, 20: { value: "hsl(300, 85%, 85%)" }, 40: { value: "hsl(300, 70%, 70%)" }, 60: { value: "hsl(300, 50%, 50%)" }, 80: { value: "hsl(300, 95%, 30%)" }, 90: { value: "hsl(300, 100%, 20%)" }, 100: { value: "hsl(300, 100%, 15%)" } }, pink: { 10: { value: "hsl(340, 95%, 95%)" }, 20: { value: "hsl(340, 90%, 85%)" }, 40: { value: "hsl(340, 70%, 70%)" }, 60: { value: "hsl(340, 50%, 50%)" }, 80: { value: "hsl(340, 95%, 30%)" }, 90: { value: "hsl(340, 100%, 20%)" }, 100: { value: "hsl(340, 100%, 15%)" } }, neutral: { 10: { value: "hsl(210, 5%, 98%)" }, 20: { value: "hsl(210, 5%, 94%)" }, 40: { value: "hsl(210, 5%, 87%)" }, 60: { value: "hsl(210, 6%, 70%)" }, 80: { value: "hsl(210, 10%, 40%)" }, 90: { value: "hsl(210, 25%, 25%)" }, 100: { value: "hsl(210, 50%, 10%)" } }, brand: { primary: { 10: { value: "{colors.teal.10.value}" }, 20: { value: "{colors.teal.20.value}" }, 40: { value: "{colors.teal.40.value}" }, 60: { value: "{colors.teal.60.value}" }, 80: { value: "{colors.teal.80.value}" }, 90: { value: "{colors.teal.90.value}" }, 100: { value: "{colors.teal.100.value}" } }, secondary: { 10: { value: "{colors.purple.10.value}" }, 20: { value: "{colors.purple.20.value}" }, 40: { value: "{colors.purple.40.value}" }, 60: { value: "{colors.purple.60.value}" }, 80: { value: "{colors.purple.80.value}" }, 90: { value: "{colors.purple.90.value}" }, 100: { value: "{colors.purple.100.value}" } } }, font: { primary: { value: "{colors.neutral.100.value}" }, secondary: { value: "{colors.neutral.90.value}" }, tertiary: { value: "{colors.neutral.80.value}" }, disabled: { value: "{colors.font.tertiary.value}" }, inverse: { value: "{colors.white.value}" }, interactive: { value: "{colors.brand.primary.80.value}" }, hover: { value: "{colors.brand.primary.90.value}" }, focus: { value: "{colors.brand.primary.100.value}" }, active: { value: "{colors.brand.primary.100.value}" }, info: { value: "{colors.blue.90.value}" }, warning: { value: "{colors.orange.90.value}" }, error: { value: "{colors.red.90.value}" }, success: { value: "{colors.green.90.value}" } }, background: { primary: { value: "{colors.white.value}" }, secondary: { value: "{colors.neutral.10.value}" }, tertiary: { value: "{colors.neutral.20.value}" }, disabled: { value: "{colors.background.tertiary.value}" }, info: { value: "{colors.blue.20.value}" }, warning: { value: "{colors.orange.20.value}" }, error: { value: "{colors.red.20.value}" }, success: { value: "{colors.green.20.value}" } }, border: { primary: { value: "{colors.neutral.60.value}" }, secondary: { value: "{colors.neutral.40.value}" }, tertiary: { value: "{colors.neutral.20.value}" }, disabled: { value: "{colors.border.tertiary.value}" }, focus: { value: "{colors.brand.primary.100.value}" }, error: { value: "{colors.red.80.value}" } }, shadow: { primary: { value: "hsla(210, 50%, 10%, 0.25)" }, secondary: { value: "hsla(210, 50%, 10%, 0.15)" }, tertiary: { value: "hsla(210, 50%, 10%, 0.05)" } }, overlay: { 10: { value: "hsla(0, 0%, 0%, 0.1)" }, 20: { value: "hsla(0, 0%, 0%, 0.2)" }, 30: { value: "hsla(0, 0%, 0%, 0.3)" }, 40: { value: "hsla(0, 0%, 0%, 0.4)" }, 50: { value: "hsla(0, 0%, 0%, 0.5)" }, 60: { value: "hsla(0, 0%, 0%, 0.6)" }, 70: { value: "hsla(0, 0%, 0%, 0.7)" }, 80: { value: "hsla(0, 0%, 0%, 0.8)" }, 90: { value: "hsla(0, 0%, 0%, 0.9)" } }, black: { value: "hsl(0, 0%, 0%)" }, white: { value: "hsl(0, 0%, 100%)" }, transparent: { value: "transparent" } };
|
|
8088
|
+
e();
|
|
8089
|
+
var co = { default: { variable: { value: `'InterVariable', 'Inter var', 'Inter', -apple-system, BlinkMacSystemFont,
|
|
8083
8090
|
'Helvetica Neue', 'Segoe UI', Oxygen, Ubuntu, Cantarell, 'Open Sans',
|
|
8084
8091
|
sans-serif` }, static: { value: `'Inter', -apple-system, BlinkMacSystemFont, 'Helvetica Neue',
|
|
8085
8092
|
'Segoe UI', Oxygen, Ubuntu, Cantarell, 'Open Sans', sans-serif` } } };
|
|
8086
|
-
|
|
8087
|
-
var
|
|
8088
|
-
|
|
8089
|
-
var
|
|
8090
|
-
|
|
8091
|
-
var
|
|
8092
|
-
|
|
8093
|
-
var
|
|
8094
|
-
|
|
8095
|
-
var go = { small: { value: "1px" }, medium: { value: "2px" }, large: { value: "3px" } };
|
|
8096
|
-
o();
|
|
8093
|
+
e();
|
|
8094
|
+
var mo = { xxxs: { value: "0.375rem" }, xxs: { value: "0.5rem" }, xs: { value: "0.75rem" }, small: { value: "0.875rem" }, medium: { value: "1rem" }, large: { value: "1.25rem" }, xl: { value: "1.5rem" }, xxl: { value: "2rem" }, xxxl: { value: "2.5rem" }, xxxxl: { value: "3rem" } };
|
|
8095
|
+
e();
|
|
8096
|
+
var vo = { hairline: { value: 100 }, thin: { value: 200 }, light: { value: 300 }, normal: { value: 400 }, medium: { value: 500 }, semibold: { value: 600 }, bold: { value: 700 }, extrabold: { value: 800 }, black: { value: 900 } };
|
|
8097
|
+
e();
|
|
8098
|
+
var po = { small: { value: "1.25" }, medium: { value: "1.5" }, large: { value: "2" } };
|
|
8099
|
+
e();
|
|
8100
|
+
var go = { 0: { value: "0" }, 10: { value: "0.1" }, 20: { value: "0.2" }, 30: { value: "0.3" }, 40: { value: "0.4" }, 50: { value: "0.5" }, 60: { value: "0.6" }, 70: { value: "0.7" }, 80: { value: "0.8" }, 90: { value: "0.9" }, 100: { value: "1" } };
|
|
8101
|
+
e();
|
|
8097
8102
|
var fo = { small: { value: "1px" }, medium: { value: "2px" }, large: { value: "3px" } };
|
|
8098
|
-
|
|
8099
|
-
var ho = {
|
|
8100
|
-
|
|
8101
|
-
var bo = {
|
|
8102
|
-
|
|
8103
|
-
var So = {
|
|
8104
|
-
|
|
8105
|
-
var yo = {
|
|
8106
|
-
|
|
8107
|
-
var Co = {
|
|
8108
|
-
|
|
8109
|
-
|
|
8110
|
-
var qr = {
|
|
8111
|
-
|
|
8112
|
-
|
|
8103
|
+
e();
|
|
8104
|
+
var ho = { small: { value: "1px" }, medium: { value: "2px" }, large: { value: "3px" } };
|
|
8105
|
+
e();
|
|
8106
|
+
var bo = { xs: { value: "0.125rem" }, small: { value: "0.25rem" }, medium: { value: "0.5rem" }, large: { value: "1rem" }, xl: { value: "2rem" }, xxl: { value: "4rem" }, xxxl: { value: "8rem" } };
|
|
8107
|
+
e();
|
|
8108
|
+
var So = { small: { value: { offsetX: "0px", offsetY: "2px", blurRadius: "4px", color: "{colors.shadow.tertiary.value}" } }, medium: { value: { offsetX: "0px", offsetY: "2px", blurRadius: "6px", color: "{colors.shadow.secondary.value}" } }, large: { value: { offsetX: "0px", offsetY: "4px", blurRadius: "12px", color: "{colors.shadow.primary.value}" } } };
|
|
8109
|
+
e();
|
|
8110
|
+
var yo = { zero: { value: "0" }, xxxs: { value: "0.25rem" }, xxs: { value: "0.375rem" }, xs: { value: "0.5rem" }, small: { value: "0.75rem" }, medium: { value: "1rem" }, large: { value: "1.5rem" }, xl: { value: "2.0rem" }, xxl: { value: "3.0rem" }, xxxl: { value: "4.5rem" }, relative: { xxxs: { value: "0.25em" }, xxs: { value: "0.375em" }, xs: { value: "0.5em" }, small: { value: "0.75em" }, medium: { value: "1em" }, large: { value: "1.5em" }, xl: { value: "2.0em" }, xxl: { value: "3.0em" }, xxxl: { value: "4.5em" }, full: { value: "100%" } } };
|
|
8111
|
+
e();
|
|
8112
|
+
var Co = { short: { value: "100ms" }, medium: { value: "250ms" }, long: { value: "500ms" } };
|
|
8113
|
+
e();
|
|
8114
|
+
var ko = { slideX: { small: { value: "translateX(0.5em)" }, medium: { value: "translateX(1em)" }, large: { value: "translateX(2em)" } } };
|
|
8115
|
+
var qr = { components: Hr(), borderWidths: lo, colors: uo, fonts: co, fontSizes: mo, fontWeights: vo, lineHeights: po, opacities: go, outlineOffsets: fo, outlineWidths: ho, radii: bo, shadows: So, space: yo, time: Co, transforms: ko };
|
|
8116
|
+
e();
|
|
8117
|
+
var jr = { values: { base: 0, small: 480, medium: 768, large: 992, xl: 1280, xxl: 1536 }, defaultBreakpoint: "base" };
|
|
8118
|
+
var J = { tokens: qr, breakpoints: jr, name: "default-theme" };
|
|
8119
|
+
e();
|
|
8113
8120
|
var ya = "amplify";
|
|
8114
|
-
function
|
|
8121
|
+
function M(r) {
|
|
8115
8122
|
if (usesReference_1(r)) {
|
|
8116
|
-
let
|
|
8117
|
-
return `var(--${ge({ path:
|
|
8123
|
+
let o = r.replace(/\{|\}/g, "").replace(".value", "").split(".");
|
|
8124
|
+
return `var(--${ge({ path: o })})`;
|
|
8118
8125
|
}
|
|
8119
8126
|
return r;
|
|
8120
8127
|
}
|
|
8121
|
-
function
|
|
8122
|
-
let { value:
|
|
8123
|
-
if (typeof
|
|
8124
|
-
return
|
|
8125
|
-
if (typeof
|
|
8126
|
-
let { offsetX: a = "", offsetY: t = "", blurRadius: s = "", spreadRadius: l = "", color: u = "" } =
|
|
8127
|
-
return [
|
|
8128
|
+
function Kr(r) {
|
|
8129
|
+
let { value: o } = r;
|
|
8130
|
+
if (typeof o == "string")
|
|
8131
|
+
return M(o);
|
|
8132
|
+
if (typeof o == "object" && "offsetX" in o) {
|
|
8133
|
+
let { offsetX: a = "", offsetY: t = "", blurRadius: s = "", spreadRadius: l = "", color: u = "" } = o;
|
|
8134
|
+
return [M(a), M(t), M(s), M(l), M(u)].join(" ");
|
|
8128
8135
|
}
|
|
8129
|
-
return
|
|
8136
|
+
return o;
|
|
8130
8137
|
}
|
|
8131
8138
|
function ge({ path: r = [] }) {
|
|
8132
8139
|
return `${kebabCase_1([ya, ...r].join(" "))}`;
|
|
8133
8140
|
}
|
|
8134
|
-
function ka(r,
|
|
8135
|
-
let a = `--${ge({ path:
|
|
8136
|
-
return { name: a, path:
|
|
8141
|
+
function ka(r, o) {
|
|
8142
|
+
let a = `--${ge({ path: o })}`, { value: t } = r;
|
|
8143
|
+
return { name: a, path: o, value: Kr(r), original: t, toString: () => `var(${a})` };
|
|
8137
8144
|
}
|
|
8138
|
-
function fe(r,
|
|
8145
|
+
function fe(r, o = []) {
|
|
8139
8146
|
let a = {};
|
|
8140
8147
|
if (r.hasOwnProperty("value"))
|
|
8141
|
-
return ka(r,
|
|
8148
|
+
return ka(r, o);
|
|
8142
8149
|
for (let t in r)
|
|
8143
|
-
r.hasOwnProperty(t) && (a[t] = fe(r[t],
|
|
8150
|
+
r.hasOwnProperty(t) && (a[t] = fe(r[t], o.concat(t)));
|
|
8144
8151
|
return a;
|
|
8145
8152
|
}
|
|
8146
|
-
function
|
|
8147
|
-
let a = deepExtend_1([{},
|
|
8153
|
+
function $r(r, o = J) {
|
|
8154
|
+
let a = deepExtend_1([{}, o, r]), t = fe(a.tokens), { breakpoints: s, name: l } = a, u = `[data-amplify-theme="${l}"] {
|
|
8148
8155
|
` + flattenProperties_1(t).map((d) => `${d.name}: ${d.value};`).join(`
|
|
8149
8156
|
`) + `
|
|
8150
8157
|
}
|
|
@@ -8181,10 +8188,10 @@ ${g}
|
|
|
8181
8188
|
`), C(m({}, d), { tokens: f });
|
|
8182
8189
|
})), { tokens: t, breakpoints: s, name: l, cssText: u, overrides: v };
|
|
8183
8190
|
}
|
|
8184
|
-
|
|
8185
|
-
|
|
8186
|
-
|
|
8187
|
-
const useAliases = (login_mechanisms) => (login_mechanisms == null ? void 0 : login_mechanisms.length) === 1 && login_mechanisms[0] === "username" ? [...
|
|
8191
|
+
e();
|
|
8192
|
+
e();
|
|
8193
|
+
$r({ name: "default-theme" }, J);
|
|
8194
|
+
const useAliases = (login_mechanisms) => (login_mechanisms == null ? void 0 : login_mechanisms.length) === 1 && login_mechanisms[0] === "username" ? [...K] : login_mechanisms;
|
|
8188
8195
|
const facade = {
|
|
8189
8196
|
error: "",
|
|
8190
8197
|
hasValidationErrors: false,
|
|
@@ -8222,8 +8229,8 @@ const propsCreator = (name, show, formOverrides, labelHiddenDefault = false) =>
|
|
|
8222
8229
|
return {
|
|
8223
8230
|
labelHidden: (_a2 = fo2 == null ? void 0 : fo2.labelHidden) != null ? _a2 : labelHiddenDefault,
|
|
8224
8231
|
required: (_b = fo2 == null ? void 0 : fo2.required) != null ? _b : true,
|
|
8225
|
-
label: (_c = fo2 == null ? void 0 : fo2.label) != null ? _c :
|
|
8226
|
-
placeholder: (_d = fo2 == null ? void 0 : fo2.placeholder) != null ? _d :
|
|
8232
|
+
label: (_c = fo2 == null ? void 0 : fo2.label) != null ? _c : Xt(show),
|
|
8233
|
+
placeholder: (_d = fo2 == null ? void 0 : fo2.placeholder) != null ? _d : Xt(show)
|
|
8227
8234
|
};
|
|
8228
8235
|
};
|
|
8229
8236
|
const _sfc_main$s = {};
|
|
@@ -8237,8 +8244,8 @@ var __unplugin_components_0 = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["render
|
|
|
8237
8244
|
const _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
8238
8245
|
emits: ["update:modelValue"],
|
|
8239
8246
|
setup(__props, { emit }) {
|
|
8240
|
-
const onInput = (
|
|
8241
|
-
emit("update:modelValue",
|
|
8247
|
+
const onInput = (e2) => {
|
|
8248
|
+
emit("update:modelValue", e2.target.value);
|
|
8242
8249
|
};
|
|
8243
8250
|
return (_ctx, _cache) => {
|
|
8244
8251
|
return openBlock(), createElementBlock("input", {
|
|
@@ -8279,8 +8286,8 @@ const _hoisted_8$2 = [
|
|
|
8279
8286
|
function setup(__props) {
|
|
8280
8287
|
var _a2;
|
|
8281
8288
|
const props = __props;
|
|
8282
|
-
const showPassword =
|
|
8283
|
-
const hidePassword =
|
|
8289
|
+
const showPassword = Xt("Show password");
|
|
8290
|
+
const hidePassword = Xt("Hide password");
|
|
8284
8291
|
const showHideType = ref("password");
|
|
8285
8292
|
const showHideLabel = ref(showPassword);
|
|
8286
8293
|
const random = Math.floor(Math.random() * 999999);
|
|
@@ -8290,8 +8297,8 @@ function setup(__props) {
|
|
|
8290
8297
|
showHideLabel.value = showHideLabel.value === showPassword ? hidePassword : showPassword;
|
|
8291
8298
|
showHideType.value = showHideType.value === "password" ? "text" : "password";
|
|
8292
8299
|
}
|
|
8293
|
-
const placeholderValue =
|
|
8294
|
-
const labelValue =
|
|
8300
|
+
const placeholderValue = Xt((_a2 = placeholder == null ? void 0 : placeholder.value) != null ? _a2 : label.value);
|
|
8301
|
+
const labelValue = Xt(label.value);
|
|
8295
8302
|
return (_ctx, _cache) => {
|
|
8296
8303
|
const _component_base_label = __unplugin_components_0;
|
|
8297
8304
|
const _component_base_input = _sfc_main$r;
|
|
@@ -8377,8 +8384,8 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
8377
8384
|
emits: ["update:selectValue"],
|
|
8378
8385
|
setup(__props, { emit }) {
|
|
8379
8386
|
const { options, selectValue } = __props;
|
|
8380
|
-
const onChange = (
|
|
8381
|
-
emit("update:selectValue",
|
|
8387
|
+
const onChange = (e2) => {
|
|
8388
|
+
emit("update:selectValue", e2.target.value);
|
|
8382
8389
|
};
|
|
8383
8390
|
return (_ctx, _cache) => {
|
|
8384
8391
|
return openBlock(), createElementBlock("select", {
|
|
@@ -8407,14 +8414,14 @@ var __assign = globalThis && globalThis.__assign || function() {
|
|
|
8407
8414
|
};
|
|
8408
8415
|
return __assign.apply(this, arguments);
|
|
8409
8416
|
};
|
|
8410
|
-
var __rest = globalThis && globalThis.__rest || function(s,
|
|
8417
|
+
var __rest = globalThis && globalThis.__rest || function(s, e2) {
|
|
8411
8418
|
var t = {};
|
|
8412
8419
|
for (var p in s)
|
|
8413
|
-
if (Object.prototype.hasOwnProperty.call(s, p) &&
|
|
8420
|
+
if (Object.prototype.hasOwnProperty.call(s, p) && e2.indexOf(p) < 0)
|
|
8414
8421
|
t[p] = s[p];
|
|
8415
8422
|
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
8416
8423
|
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
8417
|
-
if (
|
|
8424
|
+
if (e2.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
8418
8425
|
t[p[i]] = s[p[i]];
|
|
8419
8426
|
}
|
|
8420
8427
|
return t;
|
|
@@ -8516,7 +8523,7 @@ function createValues() {
|
|
|
8516
8523
|
if (!service.value)
|
|
8517
8524
|
return;
|
|
8518
8525
|
const { state, send: send2 } = useAuth();
|
|
8519
|
-
const facadeValues =
|
|
8526
|
+
const facadeValues = ot({ send: send2, state: state.value });
|
|
8520
8527
|
for (const key of Object.keys(facade)) {
|
|
8521
8528
|
useAuthenticatorValue[key] = facadeValues[key];
|
|
8522
8529
|
}
|
|
@@ -8550,25 +8557,25 @@ const _sfc_main$o = /* @__PURE__ */ defineComponent({
|
|
|
8550
8557
|
const { userNameAlias, userName, disabled, placeholder, required, label, dialCode, dialCodeList } = __props;
|
|
8551
8558
|
const { state } = useAuth();
|
|
8552
8559
|
const { value: { context } } = state;
|
|
8553
|
-
const actorContext = computed(() =>
|
|
8560
|
+
const actorContext = computed(() => Te(state.value));
|
|
8554
8561
|
const defaultDialCode = dialCode != null ? dialCode : actorContext.value.country_code;
|
|
8555
8562
|
let uName = ref("");
|
|
8556
8563
|
if (userName) {
|
|
8557
8564
|
uName = computed(() => userName);
|
|
8558
8565
|
}
|
|
8559
|
-
const dialCodes = computed(() => dialCodeList != null ? dialCodeList :
|
|
8566
|
+
const dialCodes = computed(() => dialCodeList != null ? dialCodeList : ft);
|
|
8560
8567
|
const [primaryAlias] = useAliases((_a2 = context == null ? void 0 : context.config) == null ? void 0 : _a2.loginMechanisms);
|
|
8561
8568
|
let name = primaryAlias;
|
|
8562
|
-
let labelValue = (_c = (_b =
|
|
8563
|
-
let type = (_e2 = (_d =
|
|
8569
|
+
let labelValue = (_c = (_b = I[primaryAlias]) == null ? void 0 : _b.label) != null ? _c : I["username"].label;
|
|
8570
|
+
let type = (_e2 = (_d = I[name]) == null ? void 0 : _d.type) != null ? _e2 : I["username"].label;
|
|
8564
8571
|
if (userNameAlias) {
|
|
8565
|
-
const aliasInfo =
|
|
8566
|
-
labelValue = aliasInfo.label ||
|
|
8572
|
+
const aliasInfo = Za(context);
|
|
8573
|
+
labelValue = aliasInfo.label || I["username"].label;
|
|
8567
8574
|
type = aliasInfo.type;
|
|
8568
8575
|
name = "username";
|
|
8569
8576
|
}
|
|
8570
|
-
const placeholderValue =
|
|
8571
|
-
labelValue =
|
|
8577
|
+
const placeholderValue = Xt(placeholder != null ? placeholder : labelValue);
|
|
8578
|
+
labelValue = Xt(label != null ? label : labelValue);
|
|
8572
8579
|
return (_ctx, _cache) => {
|
|
8573
8580
|
const _component_base_label = __unplugin_components_0;
|
|
8574
8581
|
const _component_base_select = _sfc_main$p;
|
|
@@ -8671,7 +8678,7 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
8671
8678
|
setup(__props) {
|
|
8672
8679
|
const { provider } = __props;
|
|
8673
8680
|
const { send: send2 } = useAuth();
|
|
8674
|
-
const onClick = (
|
|
8681
|
+
const onClick = (e2) => {
|
|
8675
8682
|
send2({
|
|
8676
8683
|
type: "FEDERATED_SIGN_IN",
|
|
8677
8684
|
data: {
|
|
@@ -8798,10 +8805,10 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
|
8798
8805
|
const shouldShowFederatedSignIn = includeFacebook || includeGoogle || includeAmazon || includeApple;
|
|
8799
8806
|
const federatedText = route === "signUp" ? "Up" : "In";
|
|
8800
8807
|
const fp = computed(() => ea);
|
|
8801
|
-
const signInWithAmazon = computed(() =>
|
|
8802
|
-
const signInWithApple = computed(() =>
|
|
8803
|
-
const signInWithFacebook = computed(() =>
|
|
8804
|
-
const signInWithGoogle = computed(() =>
|
|
8808
|
+
const signInWithAmazon = computed(() => Xt(`Sign ${federatedText} with Amazon`));
|
|
8809
|
+
const signInWithApple = computed(() => Xt(`Sign ${federatedText} with Apple`));
|
|
8810
|
+
const signInWithFacebook = computed(() => Xt(`Sign ${federatedText} with Facebook`));
|
|
8811
|
+
const signInWithGoogle = computed(() => Xt(`Sign ${federatedText} with Google`));
|
|
8805
8812
|
return (_ctx, _cache) => {
|
|
8806
8813
|
const _component_base_wrapper = __unplugin_components_2;
|
|
8807
8814
|
return unref(shouldShowFederatedSignIn) ? (openBlock(), createBlock(_component_base_wrapper, {
|
|
@@ -8869,12 +8876,12 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
|
|
|
8869
8876
|
const useAuthShared = createSharedComposable(useAuthenticator);
|
|
8870
8877
|
const props = useAuthShared();
|
|
8871
8878
|
const attrs = useAttrs();
|
|
8872
|
-
const passwordLabel = computed(() =>
|
|
8873
|
-
const forgotYourPasswordLink = computed(() => !
|
|
8874
|
-
const signInButtonText = computed(() =>
|
|
8875
|
-
const signIngButtonText = computed(() =>
|
|
8879
|
+
const passwordLabel = computed(() => Xt("Password"));
|
|
8880
|
+
const forgotYourPasswordLink = computed(() => !Zt("Forgot your password? ") ? Xt("Forgot your password?") : Xt("Forgot your password? "));
|
|
8881
|
+
const signInButtonText = computed(() => Xt("Sign in"));
|
|
8882
|
+
const signIngButtonText = computed(() => Xt("Signing in"));
|
|
8876
8883
|
const { state, send: send2 } = useAuth();
|
|
8877
|
-
const actorState = computed(() =>
|
|
8884
|
+
const actorState = computed(() => j(state.value));
|
|
8878
8885
|
const { value: { context } } = state;
|
|
8879
8886
|
const formOverrides = (_b = (_a2 = context == null ? void 0 : context.config) == null ? void 0 : _a2.formFields) == null ? void 0 : _b.signIn;
|
|
8880
8887
|
const userOverrides = formOverrides == null ? void 0 : formOverrides["username"];
|
|
@@ -8882,22 +8889,22 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
|
|
|
8882
8889
|
let fieldNames;
|
|
8883
8890
|
fieldNames = Array.from(new Set([...loginMechanisms]));
|
|
8884
8891
|
const loginMechanism = fieldNames.shift();
|
|
8885
|
-
const onInput = (
|
|
8886
|
-
const { name, value } =
|
|
8892
|
+
const onInput = (e2) => {
|
|
8893
|
+
const { name, value } = e2.target;
|
|
8887
8894
|
send2({
|
|
8888
8895
|
type: "CHANGE",
|
|
8889
8896
|
data: { name, value }
|
|
8890
8897
|
});
|
|
8891
8898
|
};
|
|
8892
|
-
const onSignInSubmit = (
|
|
8899
|
+
const onSignInSubmit = (e2) => {
|
|
8893
8900
|
if (attrs == null ? void 0 : attrs.onSignInSubmit) {
|
|
8894
|
-
emit("signInSubmit",
|
|
8901
|
+
emit("signInSubmit", e2);
|
|
8895
8902
|
} else {
|
|
8896
|
-
submit(
|
|
8903
|
+
submit(e2);
|
|
8897
8904
|
}
|
|
8898
8905
|
};
|
|
8899
|
-
const submit = (
|
|
8900
|
-
props.submitForm(
|
|
8906
|
+
const submit = (e2) => {
|
|
8907
|
+
props.submitForm(La(e2));
|
|
8901
8908
|
};
|
|
8902
8909
|
const onForgotPasswordClicked = () => {
|
|
8903
8910
|
if (attrs == null ? void 0 : attrs.onForgotPasswordClicked) {
|
|
@@ -8970,7 +8977,7 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
|
|
|
8970
8977
|
}, 8, ["disabled"]),
|
|
8971
8978
|
unref(actorState).context.remoteError ? (openBlock(), createBlock(_component_base_alert, { key: 0 }, {
|
|
8972
8979
|
default: withCtx(() => [
|
|
8973
|
-
createTextVNode(toDisplayString(unref(
|
|
8980
|
+
createTextVNode(toDisplayString(unref(Xt)(unref(actorState).context.remoteError)), 1)
|
|
8974
8981
|
]),
|
|
8975
8982
|
_: 1
|
|
8976
8983
|
})) : createCommentVNode("", true),
|
|
@@ -9049,10 +9056,10 @@ const _sfc_main$k = /* @__PURE__ */ defineComponent({
|
|
|
9049
9056
|
const random = Math.floor(Math.random() * 999999);
|
|
9050
9057
|
const randomPhone = Math.floor(Math.random() * 999999);
|
|
9051
9058
|
const { state, send: send2 } = useAuth();
|
|
9052
|
-
const inputAttributes = computed(() =>
|
|
9053
|
-
const actorContext = computed(() =>
|
|
9059
|
+
const inputAttributes = computed(() => I);
|
|
9060
|
+
const actorContext = computed(() => Te(state.value));
|
|
9054
9061
|
const defaultDialCode = dialCode != null ? dialCode : actorContext.value.country_code;
|
|
9055
|
-
const dialCodes = computed(() => dialCodeList != null ? dialCodeList :
|
|
9062
|
+
const dialCodes = computed(() => dialCodeList != null ? dialCodeList : ft);
|
|
9056
9063
|
onMounted(() => {
|
|
9057
9064
|
var _a2;
|
|
9058
9065
|
if (((_a2 = inputAttributes.value[name]) == null ? void 0 : _a2.type) === "tel") {
|
|
@@ -9064,7 +9071,7 @@ const _sfc_main$k = /* @__PURE__ */ defineComponent({
|
|
|
9064
9071
|
});
|
|
9065
9072
|
const inferAutocomplete = computed(() => {
|
|
9066
9073
|
var _a2;
|
|
9067
|
-
return autocomplete || ((_a2 =
|
|
9074
|
+
return autocomplete || ((_a2 = I[name]) == null ? void 0 : _a2.autocomplete) || name;
|
|
9068
9075
|
});
|
|
9069
9076
|
return (_ctx, _cache) => {
|
|
9070
9077
|
const _component_base_label = __unplugin_components_0;
|
|
@@ -9175,22 +9182,22 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
|
|
|
9175
9182
|
const useAuthShared = createSharedComposable(useAuthenticator);
|
|
9176
9183
|
const { validationErrors } = toRefs(useAuthShared());
|
|
9177
9184
|
const props = useAuthShared();
|
|
9178
|
-
const inputAttributes = computed(() =>
|
|
9179
|
-
const passwordLabel = computed(() =>
|
|
9180
|
-
const confirmPasswordLabel = computed(() =>
|
|
9185
|
+
const inputAttributes = computed(() => I);
|
|
9186
|
+
const passwordLabel = computed(() => Xt("Password"));
|
|
9187
|
+
const confirmPasswordLabel = computed(() => Xt("Confirm Password"));
|
|
9181
9188
|
let fieldNames;
|
|
9182
9189
|
let loginMechanisms = (_c = context.config) == null ? void 0 : _c.loginMechanisms;
|
|
9183
9190
|
let signUpAttributes = (_d = context.config) == null ? void 0 : _d.signUpAttributes;
|
|
9184
9191
|
fieldNames = Array.from(new Set([...loginMechanisms, ...signUpAttributes]));
|
|
9185
9192
|
fieldNames = fieldNames.filter((fieldName) => {
|
|
9186
|
-
const hasDefaultField = !!
|
|
9193
|
+
const hasDefaultField = !!I[fieldName];
|
|
9187
9194
|
if (!hasDefaultField) {
|
|
9188
9195
|
console.debug(`Authenticator does not have a default implementation for ${fieldName}. Customize the authenticator sign-up-fields slot to add your own.`);
|
|
9189
9196
|
}
|
|
9190
9197
|
return hasDefaultField;
|
|
9191
9198
|
});
|
|
9192
|
-
function onBlur(
|
|
9193
|
-
const { name } =
|
|
9199
|
+
function onBlur(e2) {
|
|
9200
|
+
const { name } = e2.target;
|
|
9194
9201
|
props.updateBlur({ name });
|
|
9195
9202
|
}
|
|
9196
9203
|
const loginMechanism = fieldNames.shift();
|
|
@@ -9201,10 +9208,10 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
|
|
|
9201
9208
|
"confirm_password"
|
|
9202
9209
|
];
|
|
9203
9210
|
const fieldNamesCombined = [...common, ...fieldNames];
|
|
9204
|
-
const order =
|
|
9211
|
+
const order = Ha(formOverrides, fieldNamesCombined);
|
|
9205
9212
|
return (_ctx, _cache) => {
|
|
9206
9213
|
return openBlock(true), createElementBlock(Fragment, null, renderList(unref(order), (field, idx) => {
|
|
9207
|
-
var _a3, _b2, _c2, _d2, _e2, _f, _g, _h, _i, _j, _k, _l, _m, _n,
|
|
9214
|
+
var _a3, _b2, _c2, _d2, _e2, _f, _g, _h, _i, _j, _k, _l, _m, _n, _o, _p, _q, _r, _s, _t;
|
|
9208
9215
|
return openBlock(), createElementBlock(Fragment, { key: idx }, [
|
|
9209
9216
|
field === unref(loginMechanism) ? (openBlock(), createBlock(_sfc_main$o, {
|
|
9210
9217
|
key: 0,
|
|
@@ -9228,15 +9235,15 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
|
|
|
9228
9235
|
ariainvalid: !!unref(validationErrors).confirm_password,
|
|
9229
9236
|
onBlur
|
|
9230
9237
|
}), null, 16, ["ariainvalid"]),
|
|
9231
|
-
!!unref(validationErrors).confirm_password ? (openBlock(), createElementBlock("p", _hoisted_1$4, toDisplayString(unref(
|
|
9238
|
+
!!unref(validationErrors).confirm_password ? (openBlock(), createElementBlock("p", _hoisted_1$4, toDisplayString(unref(Xt)(unref(validationErrors).confirm_password)), 1)) : createCommentVNode("", true)
|
|
9232
9239
|
], 64)) : (openBlock(), createBlock(_sfc_main$k, {
|
|
9233
9240
|
key: 3,
|
|
9234
|
-
label: unref(
|
|
9241
|
+
label: unref(Xt)((_i = (_h = (_g = unref(formOverrides)) == null ? void 0 : _g[field]) == null ? void 0 : _h.label) != null ? _i : unref(inputAttributes)[field].label),
|
|
9235
9242
|
"label-hidden": (_k = (_j = unref(formOverrides)) == null ? void 0 : _j[field]) == null ? void 0 : _k.labelHidden,
|
|
9236
9243
|
required: (_m = (_l = unref(formOverrides)) == null ? void 0 : _l[field]) == null ? void 0 : _m.required,
|
|
9237
9244
|
name: field,
|
|
9238
|
-
placeholder: unref(
|
|
9239
|
-
dialCode: (
|
|
9245
|
+
placeholder: unref(Xt)((_p = (_o = (_n = unref(formOverrides)) == null ? void 0 : _n[field]) == null ? void 0 : _o.placeholder) != null ? _p : unref(inputAttributes)[field].label),
|
|
9246
|
+
dialCode: (_r = (_q = unref(formOverrides)) == null ? void 0 : _q[field]) == null ? void 0 : _r.dialCode,
|
|
9240
9247
|
dialCodeList: (_t = (_s = unref(formOverrides)) == null ? void 0 : _s[field]) == null ? void 0 : _t.dialCodeList
|
|
9241
9248
|
}, null, 8, ["label", "label-hidden", "required", "name", "placeholder", "dialCode", "dialCodeList"]))
|
|
9242
9249
|
], 64);
|
|
@@ -9252,22 +9259,22 @@ const _sfc_main$i = /* @__PURE__ */ defineComponent({
|
|
|
9252
9259
|
const props = useAuthShared();
|
|
9253
9260
|
const { hasValidationErrors, isPending, error: error2 } = toRefs(facadeValues);
|
|
9254
9261
|
const attrs = useAttrs();
|
|
9255
|
-
const createAccountLabel = computed(() =>
|
|
9256
|
-
const onInput = (
|
|
9257
|
-
let { checked, name, type, value } =
|
|
9262
|
+
const createAccountLabel = computed(() => Xt("Create Account"));
|
|
9263
|
+
const onInput = (e2) => {
|
|
9264
|
+
let { checked, name, type, value } = e2.target;
|
|
9258
9265
|
if (type === "checkbox" && !checked)
|
|
9259
9266
|
value = void 0;
|
|
9260
9267
|
props.updateForm({ name, value });
|
|
9261
9268
|
};
|
|
9262
|
-
const onSignUpSubmit = (
|
|
9269
|
+
const onSignUpSubmit = (e2) => {
|
|
9263
9270
|
if (attrs == null ? void 0 : attrs.onSignUpSubmit) {
|
|
9264
|
-
emit("signUpSubmit",
|
|
9271
|
+
emit("signUpSubmit", e2);
|
|
9265
9272
|
} else {
|
|
9266
|
-
submit(
|
|
9273
|
+
submit(e2);
|
|
9267
9274
|
}
|
|
9268
9275
|
};
|
|
9269
|
-
const submit = (
|
|
9270
|
-
props.submitForm(
|
|
9276
|
+
const submit = (e2) => {
|
|
9277
|
+
props.submitForm(La(e2));
|
|
9271
9278
|
};
|
|
9272
9279
|
return (_ctx, _cache) => {
|
|
9273
9280
|
const _component_base_field_set = _sfc_main$y;
|
|
@@ -9306,7 +9313,7 @@ const _sfc_main$i = /* @__PURE__ */ defineComponent({
|
|
|
9306
9313
|
}, 8, ["disabled"]),
|
|
9307
9314
|
unref(error2) ? (openBlock(), createBlock(_component_base_alert, { key: 0 }, {
|
|
9308
9315
|
default: withCtx(() => [
|
|
9309
|
-
createTextVNode(toDisplayString(unref(
|
|
9316
|
+
createTextVNode(toDisplayString(unref(Xt)(unref(error2))), 1)
|
|
9310
9317
|
]),
|
|
9311
9318
|
_: 1
|
|
9312
9319
|
})) : createCommentVNode("", true),
|
|
@@ -9446,36 +9453,36 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
|
|
|
9446
9453
|
const formOverrides = (_b = (_a2 = context == null ? void 0 : context.config) == null ? void 0 : _a2.formFields) == null ? void 0 : _b.confirmSignUp;
|
|
9447
9454
|
const confirmSignUpHeading = computed(() => {
|
|
9448
9455
|
var _a3, _b2;
|
|
9449
|
-
return ((_a3 = codeDeliveryDetails.value) == null ? void 0 : _a3.DeliveryMedium) === "EMAIL" ?
|
|
9456
|
+
return ((_a3 = codeDeliveryDetails.value) == null ? void 0 : _a3.DeliveryMedium) === "EMAIL" ? Xt("We Emailed You") : ((_b2 = codeDeliveryDetails.value) == null ? void 0 : _b2.DeliveryMedium) === "SMS" ? Xt("We Texted You") : Xt("We Sent A Code");
|
|
9450
9457
|
});
|
|
9451
|
-
const enterCode = computed(() =>
|
|
9452
|
-
const confirmationCodeText = computed(() =>
|
|
9453
|
-
const resendCodeText = computed(() =>
|
|
9454
|
-
const confirmText = computed(() =>
|
|
9455
|
-
const emailMessage =
|
|
9456
|
-
const textedMessage =
|
|
9457
|
-
const defaultMessage =
|
|
9458
|
-
const minutesMessage =
|
|
9458
|
+
const enterCode = computed(() => Xt("Enter your code"));
|
|
9459
|
+
const confirmationCodeText = computed(() => Xt("Confirmation Code"));
|
|
9460
|
+
const resendCodeText = computed(() => Xt("Resend Code"));
|
|
9461
|
+
const confirmText = computed(() => Xt("Confirm"));
|
|
9462
|
+
const emailMessage = Xt("Your code is on the way. To log in, enter the code we emailed to");
|
|
9463
|
+
const textedMessage = Xt("Your code is on the way. To log in, enter the code we texted to");
|
|
9464
|
+
const defaultMessage = Xt("Your code is on the way. To log in, enter the code we sent you. It may take a minute to arrive.");
|
|
9465
|
+
const minutesMessage = Xt("It may take a minute to arrive.");
|
|
9459
9466
|
const subtitleText = computed(() => {
|
|
9460
9467
|
var _a3, _b2, _c2, _d;
|
|
9461
|
-
return ((_a3 = codeDeliveryDetails.value) == null ? void 0 : _a3.DeliveryMedium) === "EMAIL" ? `${emailMessage} ${(_b2 = codeDeliveryDetails.value) == null ? void 0 : _b2.Destination}. ${minutesMessage}` : ((_c2 = codeDeliveryDetails.value) == null ? void 0 : _c2.DeliveryMedium) === "SMS" ? `${textedMessage} ${(_d = codeDeliveryDetails.value) == null ? void 0 : _d.Destination}. ${minutesMessage}` :
|
|
9468
|
+
return ((_a3 = codeDeliveryDetails.value) == null ? void 0 : _a3.DeliveryMedium) === "EMAIL" ? `${emailMessage} ${(_b2 = codeDeliveryDetails.value) == null ? void 0 : _b2.Destination}. ${minutesMessage}` : ((_c2 = codeDeliveryDetails.value) == null ? void 0 : _c2.DeliveryMedium) === "SMS" ? `${textedMessage} ${(_d = codeDeliveryDetails.value) == null ? void 0 : _d.Destination}. ${minutesMessage}` : Xt(`${defaultMessage}`);
|
|
9462
9469
|
});
|
|
9463
9470
|
const confOR = formOverrides == null ? void 0 : formOverrides["confirmation_code"];
|
|
9464
9471
|
const label = (_c = confOR == null ? void 0 : confOR.label) != null ? _c : confirmationCodeText;
|
|
9465
9472
|
const labelHidden = confOR == null ? void 0 : confOR.labelHidden;
|
|
9466
|
-
const onInput = (
|
|
9467
|
-
const { name, value } =
|
|
9473
|
+
const onInput = (e2) => {
|
|
9474
|
+
const { name, value } = e2.target;
|
|
9468
9475
|
updateForm({ name, value });
|
|
9469
9476
|
};
|
|
9470
|
-
const onConfirmSignUpSubmit = (
|
|
9477
|
+
const onConfirmSignUpSubmit = (e2) => {
|
|
9471
9478
|
if (attrs == null ? void 0 : attrs.onConfirmSignUpSubmit) {
|
|
9472
|
-
emit("confirmSignUpSubmit",
|
|
9479
|
+
emit("confirmSignUpSubmit", e2);
|
|
9473
9480
|
} else {
|
|
9474
|
-
submit(
|
|
9481
|
+
submit(e2);
|
|
9475
9482
|
}
|
|
9476
9483
|
};
|
|
9477
|
-
const submit = (
|
|
9478
|
-
submitForm(
|
|
9484
|
+
const submit = (e2) => {
|
|
9485
|
+
submitForm(La(e2));
|
|
9479
9486
|
};
|
|
9480
9487
|
const onLostCodeClicked = () => {
|
|
9481
9488
|
if (attrs == null ? void 0 : attrs.onLostCodeClicked) {
|
|
@@ -9559,7 +9566,8 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
|
|
|
9559
9566
|
id: "amplify-field-124b",
|
|
9560
9567
|
"aria-invalid": "false",
|
|
9561
9568
|
autocomplete: "one-time-code",
|
|
9562
|
-
name: "confirmation_code"
|
|
9569
|
+
name: "confirmation_code",
|
|
9570
|
+
type: "number"
|
|
9563
9571
|
}, null, 8, ["placeholder", "required"])
|
|
9564
9572
|
];
|
|
9565
9573
|
}),
|
|
@@ -9579,7 +9587,7 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
|
|
|
9579
9587
|
default: withCtx(() => [
|
|
9580
9588
|
unref(error2) ? (openBlock(), createBlock(_component_base_alert, { key: 0 }, {
|
|
9581
9589
|
default: withCtx(() => [
|
|
9582
|
-
createTextVNode(toDisplayString(unref(
|
|
9590
|
+
createTextVNode(toDisplayString(unref(Xt)(unref(error2))), 1)
|
|
9583
9591
|
]),
|
|
9584
9592
|
_: 1
|
|
9585
9593
|
})) : createCommentVNode("", true),
|
|
@@ -9641,34 +9649,34 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
|
9641
9649
|
const confOR = formOverrides == null ? void 0 : formOverrides["confirmation_code"];
|
|
9642
9650
|
const useAuthShared = createSharedComposable(useAuthenticator);
|
|
9643
9651
|
const props = useAuthShared();
|
|
9644
|
-
const actorState = computed(() =>
|
|
9652
|
+
const actorState = computed(() => j(state.value));
|
|
9645
9653
|
const challengeName = actorState.value.context.challengeName;
|
|
9646
9654
|
let mfaType = "SMS";
|
|
9647
9655
|
if (challengeName === k.SOFTWARE_TOKEN_MFA) {
|
|
9648
9656
|
mfaType = "TOTP";
|
|
9649
9657
|
}
|
|
9650
9658
|
const confirmSignInHeading = `Confirm ${mfaType} Code`;
|
|
9651
|
-
const backSignInText = computed(() =>
|
|
9652
|
-
const confirmText = computed(() =>
|
|
9653
|
-
const codeText = computed(() =>
|
|
9654
|
-
const label = (_c = confOR == null ? void 0 : confOR.label) != null ? _c :
|
|
9659
|
+
const backSignInText = computed(() => Xt("Back to Sign In"));
|
|
9660
|
+
const confirmText = computed(() => Xt("Confirm"));
|
|
9661
|
+
const codeText = computed(() => Xt("Code"));
|
|
9662
|
+
const label = (_c = confOR == null ? void 0 : confOR.label) != null ? _c : Xt("Code *");
|
|
9655
9663
|
const labelHidden = confOR == null ? void 0 : confOR.labelHidden;
|
|
9656
|
-
const onInput = (
|
|
9657
|
-
const { name, value } =
|
|
9664
|
+
const onInput = (e2) => {
|
|
9665
|
+
const { name, value } = e2.target;
|
|
9658
9666
|
send2({
|
|
9659
9667
|
type: "CHANGE",
|
|
9660
9668
|
data: { name, value }
|
|
9661
9669
|
});
|
|
9662
9670
|
};
|
|
9663
|
-
const onConfirmSignInSubmit = (
|
|
9671
|
+
const onConfirmSignInSubmit = (e2) => {
|
|
9664
9672
|
if (attrs == null ? void 0 : attrs.onConfirmSignInSubmit) {
|
|
9665
|
-
emit("confirmSignInSubmit",
|
|
9673
|
+
emit("confirmSignInSubmit", e2);
|
|
9666
9674
|
} else {
|
|
9667
|
-
submit(
|
|
9675
|
+
submit(e2);
|
|
9668
9676
|
}
|
|
9669
9677
|
};
|
|
9670
|
-
const submit = (
|
|
9671
|
-
props.submitForm(
|
|
9678
|
+
const submit = (e2) => {
|
|
9679
|
+
props.submitForm(La(e2));
|
|
9672
9680
|
};
|
|
9673
9681
|
const onBackToSignInClicked = () => {
|
|
9674
9682
|
if (attrs == null ? void 0 : attrs.onBackToSignInClicked) {
|
|
@@ -9751,7 +9759,7 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
|
9751
9759
|
"aria-invalid": "false",
|
|
9752
9760
|
name: "confirmation_code",
|
|
9753
9761
|
autocomplete: "one-time-code",
|
|
9754
|
-
type: "
|
|
9762
|
+
type: "number"
|
|
9755
9763
|
}, null, 8, ["placeholder", "required"])
|
|
9756
9764
|
];
|
|
9757
9765
|
}),
|
|
@@ -9775,7 +9783,7 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
|
9775
9783
|
default: withCtx(() => {
|
|
9776
9784
|
var _a4, _b3;
|
|
9777
9785
|
return [
|
|
9778
|
-
createTextVNode(toDisplayString(unref(
|
|
9786
|
+
createTextVNode(toDisplayString(unref(Xt)((_b3 = (_a4 = unref(actorState)) == null ? void 0 : _a4.context) == null ? void 0 : _b3.remoteError)), 1)
|
|
9779
9787
|
];
|
|
9780
9788
|
}),
|
|
9781
9789
|
_: 1
|
|
@@ -9945,7 +9953,7 @@ var errorCorrectionLevel = {};
|
|
|
9945
9953
|
}
|
|
9946
9954
|
try {
|
|
9947
9955
|
return fromString(value);
|
|
9948
|
-
} catch (
|
|
9956
|
+
} catch (e2) {
|
|
9949
9957
|
return defaultValue;
|
|
9950
9958
|
}
|
|
9951
9959
|
};
|
|
@@ -10747,7 +10755,7 @@ regex.testAlphanumeric = function testAlphanumeric(str) {
|
|
|
10747
10755
|
}
|
|
10748
10756
|
try {
|
|
10749
10757
|
return fromString(value);
|
|
10750
|
-
} catch (
|
|
10758
|
+
} catch (e2) {
|
|
10751
10759
|
return defaultValue;
|
|
10752
10760
|
}
|
|
10753
10761
|
};
|
|
@@ -11662,7 +11670,7 @@ var utils = {};
|
|
|
11662
11670
|
function getCanvasElement() {
|
|
11663
11671
|
try {
|
|
11664
11672
|
return document.createElement("canvas");
|
|
11665
|
-
} catch (
|
|
11673
|
+
} catch (e2) {
|
|
11666
11674
|
throw new Error("You need to specify a canvas element");
|
|
11667
11675
|
}
|
|
11668
11676
|
}
|
|
@@ -11800,16 +11808,16 @@ function renderCanvas(renderFunc, canvas2, text, opts, cb) {
|
|
|
11800
11808
|
try {
|
|
11801
11809
|
const data = QRCode.create(text, opts);
|
|
11802
11810
|
resolve(renderFunc(data, canvas2, opts));
|
|
11803
|
-
} catch (
|
|
11804
|
-
reject(
|
|
11811
|
+
} catch (e2) {
|
|
11812
|
+
reject(e2);
|
|
11805
11813
|
}
|
|
11806
11814
|
});
|
|
11807
11815
|
}
|
|
11808
11816
|
try {
|
|
11809
11817
|
const data = QRCode.create(text, opts);
|
|
11810
11818
|
cb(null, renderFunc(data, canvas2, opts));
|
|
11811
|
-
} catch (
|
|
11812
|
-
cb(
|
|
11819
|
+
} catch (e2) {
|
|
11820
|
+
cb(e2);
|
|
11813
11821
|
}
|
|
11814
11822
|
}
|
|
11815
11823
|
browser.create = QRCode.create;
|
|
@@ -11842,16 +11850,16 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
|
|
|
11842
11850
|
const formOverrides = (_b = (_a2 = context == null ? void 0 : context.config) == null ? void 0 : _a2.formFields) == null ? void 0 : _b.setupTOTP;
|
|
11843
11851
|
const QROR = formOverrides == null ? void 0 : formOverrides["QR"];
|
|
11844
11852
|
const confOR = formOverrides == null ? void 0 : formOverrides["confirmation_code"];
|
|
11845
|
-
const actorState = computed(() =>
|
|
11853
|
+
const actorState = computed(() => j(state.value));
|
|
11846
11854
|
let qrCode = reactive({
|
|
11847
11855
|
qrCodeImageSource: "",
|
|
11848
11856
|
isLoading: true
|
|
11849
11857
|
});
|
|
11850
11858
|
let secretKey = ref("");
|
|
11851
|
-
let copyTextLabel = ref(
|
|
11859
|
+
let copyTextLabel = ref(Xt("COPY"));
|
|
11852
11860
|
function copyText() {
|
|
11853
11861
|
navigator.clipboard.writeText(secretKey.value);
|
|
11854
|
-
copyTextLabel.value =
|
|
11862
|
+
copyTextLabel.value = Xt("COPIED");
|
|
11855
11863
|
}
|
|
11856
11864
|
onMounted(async () => {
|
|
11857
11865
|
var _a3, _b2;
|
|
@@ -11872,27 +11880,27 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
|
|
|
11872
11880
|
qrCode.isLoading = false;
|
|
11873
11881
|
}
|
|
11874
11882
|
});
|
|
11875
|
-
const backSignInText = computed(() =>
|
|
11876
|
-
const confirmText = computed(() =>
|
|
11877
|
-
const codeText = computed(() =>
|
|
11878
|
-
const label = (_c = confOR == null ? void 0 : confOR.label) != null ? _c :
|
|
11883
|
+
const backSignInText = computed(() => Xt("Back to Sign In"));
|
|
11884
|
+
const confirmText = computed(() => Xt("Confirm"));
|
|
11885
|
+
const codeText = computed(() => Xt("Code"));
|
|
11886
|
+
const label = (_c = confOR == null ? void 0 : confOR.label) != null ? _c : Xt("Code *");
|
|
11879
11887
|
const labelHidden = confOR == null ? void 0 : confOR.labelHidden;
|
|
11880
|
-
const onInput = (
|
|
11881
|
-
const { name, value } =
|
|
11888
|
+
const onInput = (e2) => {
|
|
11889
|
+
const { name, value } = e2.target;
|
|
11882
11890
|
send2({
|
|
11883
11891
|
type: "CHANGE",
|
|
11884
11892
|
data: { name, value }
|
|
11885
11893
|
});
|
|
11886
11894
|
};
|
|
11887
|
-
const onSetupTOTPSubmit = (
|
|
11895
|
+
const onSetupTOTPSubmit = (e2) => {
|
|
11888
11896
|
if (attrs == null ? void 0 : attrs.onConfirmSetupTOTPSubmit) {
|
|
11889
|
-
emit("confirmSetupTOTPSubmit",
|
|
11897
|
+
emit("confirmSetupTOTPSubmit", e2);
|
|
11890
11898
|
} else {
|
|
11891
|
-
submit(
|
|
11899
|
+
submit(e2);
|
|
11892
11900
|
}
|
|
11893
11901
|
};
|
|
11894
|
-
const submit = (
|
|
11895
|
-
props.submitForm(
|
|
11902
|
+
const submit = (e2) => {
|
|
11903
|
+
props.submitForm(La(e2));
|
|
11896
11904
|
};
|
|
11897
11905
|
const onBackToSignInClicked = () => {
|
|
11898
11906
|
if (attrs == null ? void 0 : attrs.onBackToSignInClicked) {
|
|
@@ -12005,7 +12013,7 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
|
|
|
12005
12013
|
"aria-invalid": "false",
|
|
12006
12014
|
name: "confirmation_code",
|
|
12007
12015
|
autocomplete: "one-time-code",
|
|
12008
|
-
type: "
|
|
12016
|
+
type: "number"
|
|
12009
12017
|
}, null, 8, ["placeholder", "required"])
|
|
12010
12018
|
];
|
|
12011
12019
|
}),
|
|
@@ -12027,7 +12035,7 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
|
|
|
12027
12035
|
return [
|
|
12028
12036
|
((_a3 = unref(actorState).context) == null ? void 0 : _a3.remoteError) ? (openBlock(), createBlock(_component_base_alert, { key: 0 }, {
|
|
12029
12037
|
default: withCtx(() => [
|
|
12030
|
-
createTextVNode(toDisplayString(unref(
|
|
12038
|
+
createTextVNode(toDisplayString(unref(Xt)(unref(actorState).context.remoteError)), 1)
|
|
12031
12039
|
]),
|
|
12032
12040
|
_: 1
|
|
12033
12041
|
})) : createCommentVNode("", true),
|
|
@@ -12095,13 +12103,13 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
|
|
|
12095
12103
|
setup(__props) {
|
|
12096
12104
|
var _a2, _b;
|
|
12097
12105
|
const { state } = useAuth();
|
|
12098
|
-
const actorState = computed(() =>
|
|
12099
|
-
const inputAttributes = computed(() =>
|
|
12106
|
+
const actorState = computed(() => j(state.value));
|
|
12107
|
+
const inputAttributes = computed(() => I);
|
|
12100
12108
|
const { value: { context } } = state;
|
|
12101
12109
|
const formOverrides = (_b = (_a2 = context == null ? void 0 : context.config) == null ? void 0 : _a2.formFields) == null ? void 0 : _b.forceNewPassword;
|
|
12102
12110
|
let requiredAttributes = actorState.value.context.requiredAttributes;
|
|
12103
12111
|
requiredAttributes = requiredAttributes == null ? void 0 : requiredAttributes.filter((fieldName) => {
|
|
12104
|
-
const hasDefaultField = !!
|
|
12112
|
+
const hasDefaultField = !!I[fieldName];
|
|
12105
12113
|
if (!hasDefaultField) {
|
|
12106
12114
|
console.debug(`Authenticator does not have a default implementation for ${fieldName}. Customize the authenticator force-new-password-fields slot to add your own.`);
|
|
12107
12115
|
}
|
|
@@ -12112,11 +12120,11 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
|
|
|
12112
12120
|
var _a3, _b2, _c, _d, _e2, _f, _g, _h, _i, _j, _k, _l, _m, _n;
|
|
12113
12121
|
return openBlock(), createBlock(_sfc_main$k, {
|
|
12114
12122
|
key: idx,
|
|
12115
|
-
label: unref(
|
|
12123
|
+
label: unref(Xt)((_c = (_b2 = (_a3 = unref(formOverrides)) == null ? void 0 : _a3[field]) == null ? void 0 : _b2.label) != null ? _c : unref(inputAttributes)[field].label),
|
|
12116
12124
|
"label-hidden": (_e2 = (_d = unref(formOverrides)) == null ? void 0 : _d[field]) == null ? void 0 : _e2.labelHidden,
|
|
12117
12125
|
required: (_g = (_f = unref(formOverrides)) == null ? void 0 : _f[field]) == null ? void 0 : _g.required,
|
|
12118
12126
|
name: field,
|
|
12119
|
-
placeholder: unref(
|
|
12127
|
+
placeholder: unref(Xt)((_j = (_i = (_h = unref(formOverrides)) == null ? void 0 : _h[field]) == null ? void 0 : _i.placeholder) != null ? _j : unref(inputAttributes)[field].label),
|
|
12120
12128
|
dialCode: (_l = (_k = unref(formOverrides)) == null ? void 0 : _k[field]) == null ? void 0 : _l.dialCode,
|
|
12121
12129
|
dialCodeList: (_n = (_m = unref(formOverrides)) == null ? void 0 : _m[field]) == null ? void 0 : _n.dialCodeList
|
|
12122
12130
|
}, null, 8, ["label", "label-hidden", "required", "name", "placeholder", "dialCode", "dialCodeList"]);
|
|
@@ -12134,13 +12142,13 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
|
12134
12142
|
const formOverrides = (_b = (_a2 = context == null ? void 0 : context.config) == null ? void 0 : _a2.formFields) == null ? void 0 : _b.forceNewPassword;
|
|
12135
12143
|
const useAuthShared = createSharedComposable(useAuthenticator);
|
|
12136
12144
|
const props = useAuthShared();
|
|
12137
|
-
const actorState = computed(() =>
|
|
12138
|
-
const actorContext = computed(() =>
|
|
12139
|
-
const changePasswordLabel = computed(() =>
|
|
12140
|
-
const changingPasswordLabel = computed(() =>
|
|
12141
|
-
const backSignInText = computed(() =>
|
|
12142
|
-
const passwordLabel = computed(() =>
|
|
12143
|
-
const confirmPasswordLabel = computed(() =>
|
|
12145
|
+
const actorState = computed(() => j(state.value));
|
|
12146
|
+
const actorContext = computed(() => Te(state.value));
|
|
12147
|
+
const changePasswordLabel = computed(() => Xt("Change Password"));
|
|
12148
|
+
const changingPasswordLabel = computed(() => Xt("Changing"));
|
|
12149
|
+
const backSignInText = computed(() => Xt("Back to Sign In"));
|
|
12150
|
+
const passwordLabel = computed(() => Xt("Password"));
|
|
12151
|
+
const confirmPasswordLabel = computed(() => Xt("Confirm Password"));
|
|
12144
12152
|
const onHaveAccountClicked = () => {
|
|
12145
12153
|
if (attrs == null ? void 0 : attrs.onHaveAccountClicked) {
|
|
12146
12154
|
emit("haveAccountClicked");
|
|
@@ -12150,25 +12158,25 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
|
12150
12158
|
});
|
|
12151
12159
|
}
|
|
12152
12160
|
};
|
|
12153
|
-
const onForceNewPasswordSubmit = (
|
|
12161
|
+
const onForceNewPasswordSubmit = (e2) => {
|
|
12154
12162
|
if (attrs == null ? void 0 : attrs.onForceNewPasswordSubmit) {
|
|
12155
|
-
emit("forceNewPasswordSubmit",
|
|
12163
|
+
emit("forceNewPasswordSubmit", e2);
|
|
12156
12164
|
} else {
|
|
12157
|
-
submit(
|
|
12165
|
+
submit(e2);
|
|
12158
12166
|
}
|
|
12159
12167
|
};
|
|
12160
|
-
const submit = (
|
|
12161
|
-
props.submitForm(
|
|
12168
|
+
const submit = (e2) => {
|
|
12169
|
+
props.submitForm(La(e2));
|
|
12162
12170
|
};
|
|
12163
|
-
const onInput = (
|
|
12164
|
-
const { name, value } =
|
|
12171
|
+
const onInput = (e2) => {
|
|
12172
|
+
const { name, value } = e2.target;
|
|
12165
12173
|
send2({
|
|
12166
12174
|
type: "CHANGE",
|
|
12167
12175
|
data: { name, value }
|
|
12168
12176
|
});
|
|
12169
12177
|
};
|
|
12170
|
-
function onBlur(
|
|
12171
|
-
const { name } =
|
|
12178
|
+
function onBlur(e2) {
|
|
12179
|
+
const { name } = e2.target;
|
|
12172
12180
|
props.updateBlur({ name });
|
|
12173
12181
|
}
|
|
12174
12182
|
return (_ctx, _cache) => {
|
|
@@ -12242,7 +12250,7 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
|
12242
12250
|
class: "amplify-text"
|
|
12243
12251
|
}, {
|
|
12244
12252
|
default: withCtx(() => [
|
|
12245
|
-
createTextVNode(toDisplayString(unref(
|
|
12253
|
+
createTextVNode(toDisplayString(unref(Xt)(unref(actorContext).validationError["confirm_password"])), 1)
|
|
12246
12254
|
]),
|
|
12247
12255
|
_: 1
|
|
12248
12256
|
})) : createCommentVNode("", true),
|
|
@@ -12251,7 +12259,7 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
|
12251
12259
|
"data-ui-error": ""
|
|
12252
12260
|
}, {
|
|
12253
12261
|
default: withCtx(() => [
|
|
12254
|
-
createTextVNode(toDisplayString(unref(
|
|
12262
|
+
createTextVNode(toDisplayString(unref(Xt)(unref(actorState).context.remoteError)), 1)
|
|
12255
12263
|
]),
|
|
12256
12264
|
_: 1
|
|
12257
12265
|
})) : createCommentVNode("", true),
|
|
@@ -12312,26 +12320,26 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
|
|
|
12312
12320
|
const { error: error2, isPending } = toRefs(useAuthShared());
|
|
12313
12321
|
const formOverrides = (_c = (_b = (_a2 = state.context) == null ? void 0 : _a2.config) == null ? void 0 : _b.formFields) == null ? void 0 : _c.resetPassword;
|
|
12314
12322
|
const userOverrides = formOverrides == null ? void 0 : formOverrides["username"];
|
|
12315
|
-
const { label } =
|
|
12323
|
+
const { label } = Za(state.context);
|
|
12316
12324
|
const labelText = `Enter your ${label.toLowerCase()}`;
|
|
12317
|
-
const backSignInText = computed(() =>
|
|
12318
|
-
const resetPasswordHeading = computed(() =>
|
|
12319
|
-
const resetPasswordText = computed(() =>
|
|
12320
|
-
const enterUsernameText = computed(() =>
|
|
12325
|
+
const backSignInText = computed(() => Xt("Back to Sign In"));
|
|
12326
|
+
const resetPasswordHeading = computed(() => Xt("Reset your password"));
|
|
12327
|
+
const resetPasswordText = computed(() => Xt("Send Code"));
|
|
12328
|
+
const enterUsernameText = computed(() => Xt(labelText));
|
|
12321
12329
|
const labelValue = (_d = userOverrides == null ? void 0 : userOverrides.label) != null ? _d : labelText;
|
|
12322
12330
|
const labelHidden = userOverrides == null ? void 0 : userOverrides.labelHidden;
|
|
12323
|
-
const onResetPasswordSubmit = (
|
|
12331
|
+
const onResetPasswordSubmit = (e2) => {
|
|
12324
12332
|
if (attrs == null ? void 0 : attrs.onResetPasswordSubmit) {
|
|
12325
|
-
emit("resetPasswordSubmit",
|
|
12333
|
+
emit("resetPasswordSubmit", e2);
|
|
12326
12334
|
} else {
|
|
12327
|
-
submit(
|
|
12335
|
+
submit(e2);
|
|
12328
12336
|
}
|
|
12329
12337
|
};
|
|
12330
|
-
const submit = (
|
|
12331
|
-
submitForm(
|
|
12338
|
+
const submit = (e2) => {
|
|
12339
|
+
submitForm(La(e2));
|
|
12332
12340
|
};
|
|
12333
|
-
const onInput = (
|
|
12334
|
-
const { name, value } =
|
|
12341
|
+
const onInput = (e2) => {
|
|
12342
|
+
const { name, value } = e2.target;
|
|
12335
12343
|
send2({
|
|
12336
12344
|
type: "CHANGE",
|
|
12337
12345
|
data: { name, value }
|
|
@@ -12433,7 +12441,7 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
|
|
|
12433
12441
|
default: withCtx(() => [
|
|
12434
12442
|
unref(error2) ? (openBlock(), createBlock(_component_base_alert, { key: 0 }, {
|
|
12435
12443
|
default: withCtx(() => [
|
|
12436
|
-
createTextVNode(toDisplayString(unref(
|
|
12444
|
+
createTextVNode(toDisplayString(unref(Xt)(unref(error2))), 1)
|
|
12437
12445
|
]),
|
|
12438
12446
|
_: 1
|
|
12439
12447
|
})) : createCommentVNode("", true),
|
|
@@ -12492,41 +12500,41 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
|
12492
12500
|
const useAuthShared = createSharedComposable(useAuthenticator);
|
|
12493
12501
|
const props = useAuthShared();
|
|
12494
12502
|
const attrs = useAttrs();
|
|
12495
|
-
const actorState = computed(() =>
|
|
12496
|
-
const actorContext = computed(() =>
|
|
12497
|
-
const resendCodeText = computed(() =>
|
|
12498
|
-
const confirmationCodeText = computed(() =>
|
|
12499
|
-
const confirmResetPasswordHeading = computed(() =>
|
|
12500
|
-
const confirmResetPasswordText = computed(() =>
|
|
12501
|
-
const codeText = computed(() =>
|
|
12502
|
-
const newPasswordLabel = computed(() =>
|
|
12503
|
-
const confirmPasswordLabel = computed(() =>
|
|
12503
|
+
const actorState = computed(() => j(state.value));
|
|
12504
|
+
const actorContext = computed(() => Te(state.value));
|
|
12505
|
+
const resendCodeText = computed(() => Xt("Resend Code"));
|
|
12506
|
+
const confirmationCodeText = computed(() => Xt("Confirmation Code"));
|
|
12507
|
+
const confirmResetPasswordHeading = computed(() => Xt("Reset your Password"));
|
|
12508
|
+
const confirmResetPasswordText = computed(() => Xt("Submit"));
|
|
12509
|
+
const codeText = computed(() => Xt("Code"));
|
|
12510
|
+
const newPasswordLabel = computed(() => Xt("New password"));
|
|
12511
|
+
const confirmPasswordLabel = computed(() => Xt("Confirm Password"));
|
|
12504
12512
|
const label = (_c = confOR == null ? void 0 : confOR.label) != null ? _c : confirmationCodeText;
|
|
12505
12513
|
const labelHidden = confOR == null ? void 0 : confOR.labelHidden;
|
|
12506
|
-
const onConfirmResetPasswordSubmit = (
|
|
12514
|
+
const onConfirmResetPasswordSubmit = (e2) => {
|
|
12507
12515
|
if (attrs == null ? void 0 : attrs.onConfirmResetPasswordSubmit) {
|
|
12508
|
-
emit("confirmResetPasswordSubmit",
|
|
12516
|
+
emit("confirmResetPasswordSubmit", e2);
|
|
12509
12517
|
} else {
|
|
12510
|
-
submit(
|
|
12518
|
+
submit(e2);
|
|
12511
12519
|
}
|
|
12512
12520
|
};
|
|
12513
|
-
const submit = (
|
|
12514
|
-
props.submitForm(
|
|
12521
|
+
const submit = (e2) => {
|
|
12522
|
+
props.submitForm(La(e2));
|
|
12515
12523
|
};
|
|
12516
12524
|
const onLostYourCodeClicked = () => {
|
|
12517
12525
|
send2({
|
|
12518
12526
|
type: "RESEND"
|
|
12519
12527
|
});
|
|
12520
12528
|
};
|
|
12521
|
-
const onInput = (
|
|
12522
|
-
const { name, value } =
|
|
12529
|
+
const onInput = (e2) => {
|
|
12530
|
+
const { name, value } = e2.target;
|
|
12523
12531
|
send2({
|
|
12524
12532
|
type: "CHANGE",
|
|
12525
12533
|
data: { name, value }
|
|
12526
12534
|
});
|
|
12527
12535
|
};
|
|
12528
|
-
function onBlur(
|
|
12529
|
-
const { name } =
|
|
12536
|
+
function onBlur(e2) {
|
|
12537
|
+
const { name } = e2.target;
|
|
12530
12538
|
props.updateBlur({ name });
|
|
12531
12539
|
}
|
|
12532
12540
|
return (_ctx, _cache) => {
|
|
@@ -12641,7 +12649,7 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
|
12641
12649
|
default: withCtx(() => {
|
|
12642
12650
|
var _a4;
|
|
12643
12651
|
return [
|
|
12644
|
-
createTextVNode(toDisplayString(unref(
|
|
12652
|
+
createTextVNode(toDisplayString(unref(Xt)((_a4 = unref(actorContext).validationError) == null ? void 0 : _a4.confirm_password)), 1)
|
|
12645
12653
|
];
|
|
12646
12654
|
}),
|
|
12647
12655
|
_: 1
|
|
@@ -12650,7 +12658,7 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
|
12650
12658
|
default: withCtx(() => {
|
|
12651
12659
|
var _a4, _b3;
|
|
12652
12660
|
return [
|
|
12653
|
-
createTextVNode(toDisplayString(unref(
|
|
12661
|
+
createTextVNode(toDisplayString(unref(Xt)((_b3 = (_a4 = unref(actorState)) == null ? void 0 : _a4.context) == null ? void 0 : _b3.remoteError)), 1)
|
|
12654
12662
|
];
|
|
12655
12663
|
}),
|
|
12656
12664
|
_: 1
|
|
@@ -12710,28 +12718,28 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
|
|
|
12710
12718
|
const props = useAuthShared();
|
|
12711
12719
|
const attrs = useAttrs();
|
|
12712
12720
|
const { state, send: send2 } = useAuth();
|
|
12713
|
-
const actorState = computed(() =>
|
|
12721
|
+
const actorState = computed(() => j(state.value));
|
|
12714
12722
|
const unverifiedAttributes = actorState.value.context.unverifiedAttributes;
|
|
12715
|
-
const verifyHeading = computed(() =>
|
|
12716
|
-
const skipText = computed(() =>
|
|
12717
|
-
const verifyText = computed(() =>
|
|
12718
|
-
const verifyContactText = computed(() =>
|
|
12719
|
-
const onInput = (
|
|
12720
|
-
const { name, value } =
|
|
12723
|
+
const verifyHeading = computed(() => Xt("Account recovery requires verified contact information"));
|
|
12724
|
+
const skipText = computed(() => Xt("Skip"));
|
|
12725
|
+
const verifyText = computed(() => Xt("Verify"));
|
|
12726
|
+
const verifyContactText = computed(() => Xt("Verify Contact"));
|
|
12727
|
+
const onInput = (e2) => {
|
|
12728
|
+
const { name, value } = e2.target;
|
|
12721
12729
|
send2({
|
|
12722
12730
|
type: "CHANGE",
|
|
12723
12731
|
data: { name, value }
|
|
12724
12732
|
});
|
|
12725
12733
|
};
|
|
12726
|
-
const onVerifyUserSubmit = (
|
|
12734
|
+
const onVerifyUserSubmit = (e2) => {
|
|
12727
12735
|
if (attrs == null ? void 0 : attrs.onVerifyUserSubmit) {
|
|
12728
|
-
emit("verifyUserSubmit",
|
|
12736
|
+
emit("verifyUserSubmit", e2);
|
|
12729
12737
|
} else {
|
|
12730
|
-
submit(
|
|
12738
|
+
submit(e2);
|
|
12731
12739
|
}
|
|
12732
12740
|
};
|
|
12733
|
-
const submit = (
|
|
12734
|
-
props.submitForm(
|
|
12741
|
+
const submit = (e2) => {
|
|
12742
|
+
props.submitForm(La(e2));
|
|
12735
12743
|
};
|
|
12736
12744
|
const onSkipClicked = () => {
|
|
12737
12745
|
if (attrs == null ? void 0 : attrs.onSkipClicked) {
|
|
@@ -12819,7 +12827,7 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
|
|
|
12819
12827
|
}),
|
|
12820
12828
|
createVNode(_component_base_text, { class: "amplify-text amplify-radio__label" }, {
|
|
12821
12829
|
default: withCtx(() => [
|
|
12822
|
-
createTextVNode(toDisplayString(unref(
|
|
12830
|
+
createTextVNode(toDisplayString(unref(I)[key].label), 1)
|
|
12823
12831
|
]),
|
|
12824
12832
|
_: 2
|
|
12825
12833
|
}, 1024)
|
|
@@ -12844,7 +12852,7 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
|
|
|
12844
12852
|
default: withCtx(() => {
|
|
12845
12853
|
var _a3;
|
|
12846
12854
|
return [
|
|
12847
|
-
createTextVNode(toDisplayString(unref(
|
|
12855
|
+
createTextVNode(toDisplayString(unref(Xt)((_a3 = unref(actorState)) == null ? void 0 : _a3.context.remoteError)), 1)
|
|
12848
12856
|
];
|
|
12849
12857
|
}),
|
|
12850
12858
|
_: 1
|
|
@@ -12908,31 +12916,31 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
|
12908
12916
|
const { value: { context } } = state;
|
|
12909
12917
|
const formOverrides = (_b = (_a2 = context == null ? void 0 : context.config) == null ? void 0 : _a2.formFields) == null ? void 0 : _b.confirmVerifyUser;
|
|
12910
12918
|
const confOR = formOverrides == null ? void 0 : formOverrides["confirmation_code"];
|
|
12911
|
-
const actorState = computed(() =>
|
|
12912
|
-
const verifyHeading = computed(() =>
|
|
12913
|
-
const skipText = computed(() =>
|
|
12914
|
-
computed(() =>
|
|
12915
|
-
const confirmationCodeText = computed(() =>
|
|
12916
|
-
const codeText = computed(() =>
|
|
12917
|
-
const submitText = computed(() =>
|
|
12919
|
+
const actorState = computed(() => j(state.value));
|
|
12920
|
+
const verifyHeading = computed(() => Xt("Account recovery requires verified contact information"));
|
|
12921
|
+
const skipText = computed(() => Xt("Skip"));
|
|
12922
|
+
computed(() => Xt("Verify"));
|
|
12923
|
+
const confirmationCodeText = computed(() => Xt("Confirmation Code"));
|
|
12924
|
+
const codeText = computed(() => Xt("Code"));
|
|
12925
|
+
const submitText = computed(() => Xt("Submit"));
|
|
12918
12926
|
const label = (_c = confOR == null ? void 0 : confOR.label) != null ? _c : confirmationCodeText.value;
|
|
12919
12927
|
const labelHidden = confOR == null ? void 0 : confOR.labelHidden;
|
|
12920
|
-
const onInput = (
|
|
12921
|
-
const { name, value } =
|
|
12928
|
+
const onInput = (e2) => {
|
|
12929
|
+
const { name, value } = e2.target;
|
|
12922
12930
|
send2({
|
|
12923
12931
|
type: "CHANGE",
|
|
12924
12932
|
data: { name, value }
|
|
12925
12933
|
});
|
|
12926
12934
|
};
|
|
12927
|
-
const onConfirmVerifyUserSubmit = (
|
|
12935
|
+
const onConfirmVerifyUserSubmit = (e2) => {
|
|
12928
12936
|
if (attrs == null ? void 0 : attrs.onConfirmVerifyUserSubmit) {
|
|
12929
|
-
emit("confirmVerifyUserSubmit",
|
|
12937
|
+
emit("confirmVerifyUserSubmit", e2);
|
|
12930
12938
|
} else {
|
|
12931
|
-
submit(
|
|
12939
|
+
submit(e2);
|
|
12932
12940
|
}
|
|
12933
12941
|
};
|
|
12934
|
-
const submit = (
|
|
12935
|
-
props.submitForm(
|
|
12942
|
+
const submit = (e2) => {
|
|
12943
|
+
props.submitForm(La(e2));
|
|
12936
12944
|
};
|
|
12937
12945
|
const onSkipClicked = () => {
|
|
12938
12946
|
if (attrs == null ? void 0 : attrs.onSkipClicked) {
|
|
@@ -13011,7 +13019,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
|
13011
13019
|
"aria-invalid": "false",
|
|
13012
13020
|
autocomplete: "one-time-code",
|
|
13013
13021
|
name: "confirmation_code",
|
|
13014
|
-
type: "
|
|
13022
|
+
type: "number"
|
|
13015
13023
|
}, null, 8, ["placeholder", "required"])
|
|
13016
13024
|
];
|
|
13017
13025
|
}),
|
|
@@ -13035,7 +13043,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
|
13035
13043
|
default: withCtx(() => {
|
|
13036
13044
|
var _a4;
|
|
13037
13045
|
return [
|
|
13038
|
-
createTextVNode(toDisplayString(unref(
|
|
13046
|
+
createTextVNode(toDisplayString(unref(Xt)((_a4 = unref(actorState)) == null ? void 0 : _a4.context.remoteError)), 1)
|
|
13039
13047
|
];
|
|
13040
13048
|
}),
|
|
13041
13049
|
_: 1
|
|
@@ -13120,13 +13128,13 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent({
|
|
|
13120
13128
|
setup(__props, { emit }) {
|
|
13121
13129
|
const { initialState, loginMechanisms, variation, services, signUpAttributes, socialProviders, hideSignUp, formFields } = __props;
|
|
13122
13130
|
const attrs = useAttrs();
|
|
13123
|
-
const machine =
|
|
13131
|
+
const machine = jn();
|
|
13124
13132
|
const service2 = useInterpret(machine);
|
|
13125
13133
|
let unsubscribeHub;
|
|
13126
13134
|
const { state, send: send2 } = useActor(service2);
|
|
13127
13135
|
useAuth(service2);
|
|
13128
13136
|
onMounted(() => {
|
|
13129
|
-
unsubscribeHub =
|
|
13137
|
+
unsubscribeHub = it(send2);
|
|
13130
13138
|
send2({
|
|
13131
13139
|
type: "INIT",
|
|
13132
13140
|
data: {
|
|
@@ -13143,7 +13151,7 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent({
|
|
|
13143
13151
|
if (unsubscribeHub)
|
|
13144
13152
|
unsubscribeHub();
|
|
13145
13153
|
});
|
|
13146
|
-
const actorState = computed(() =>
|
|
13154
|
+
const actorState = computed(() => j(state.value));
|
|
13147
13155
|
const signInComponent = ref();
|
|
13148
13156
|
const signUpComponent = ref();
|
|
13149
13157
|
const confirmSignUpComponent = ref();
|
|
@@ -13154,83 +13162,83 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent({
|
|
|
13154
13162
|
const confirmResetPasswordComponent = ref();
|
|
13155
13163
|
const verifyUserComponent = ref();
|
|
13156
13164
|
const confirmVerifyUserComponent = ref();
|
|
13157
|
-
const signInLabel = computed(() =>
|
|
13158
|
-
const createAccountLabel = computed(() =>
|
|
13159
|
-
const onSignInSubmitI = (
|
|
13165
|
+
const signInLabel = computed(() => Xt("Create Account"));
|
|
13166
|
+
const createAccountLabel = computed(() => Xt("Sign In"));
|
|
13167
|
+
const onSignInSubmitI = (e2) => {
|
|
13160
13168
|
var _a2;
|
|
13161
13169
|
if (attrs == null ? void 0 : attrs.onSignInSubmit) {
|
|
13162
|
-
emit("signInSubmit",
|
|
13170
|
+
emit("signInSubmit", e2);
|
|
13163
13171
|
} else {
|
|
13164
|
-
(_a2 = signInComponent.value) == null ? void 0 : _a2.submit(
|
|
13172
|
+
(_a2 = signInComponent.value) == null ? void 0 : _a2.submit(e2);
|
|
13165
13173
|
}
|
|
13166
13174
|
};
|
|
13167
|
-
const onConfirmSignUpSubmitI = (
|
|
13175
|
+
const onConfirmSignUpSubmitI = (e2) => {
|
|
13168
13176
|
if (attrs == null ? void 0 : attrs.onConfirmSignUpSubmit) {
|
|
13169
|
-
emit("confirmSignUpSubmit",
|
|
13177
|
+
emit("confirmSignUpSubmit", e2);
|
|
13170
13178
|
} else {
|
|
13171
|
-
confirmSignUpComponent.value.submit(
|
|
13179
|
+
confirmSignUpComponent.value.submit(e2);
|
|
13172
13180
|
}
|
|
13173
13181
|
};
|
|
13174
|
-
const onResetPasswordSubmitI = (
|
|
13182
|
+
const onResetPasswordSubmitI = (e2) => {
|
|
13175
13183
|
if (attrs == null ? void 0 : attrs.onResetPasswordSubmit) {
|
|
13176
|
-
emit("resetPasswordSubmit",
|
|
13184
|
+
emit("resetPasswordSubmit", e2);
|
|
13177
13185
|
} else {
|
|
13178
|
-
resetPasswordComponent.value.submit(
|
|
13186
|
+
resetPasswordComponent.value.submit(e2);
|
|
13179
13187
|
}
|
|
13180
13188
|
};
|
|
13181
|
-
const onConfirmResetPasswordSubmitI = (
|
|
13189
|
+
const onConfirmResetPasswordSubmitI = (e2) => {
|
|
13182
13190
|
if (attrs == null ? void 0 : attrs.onConfirmResetPasswordSubmit) {
|
|
13183
|
-
emit("confirmResetPasswordSubmit",
|
|
13191
|
+
emit("confirmResetPasswordSubmit", e2);
|
|
13184
13192
|
} else {
|
|
13185
|
-
confirmResetPasswordComponent.value.submit(
|
|
13193
|
+
confirmResetPasswordComponent.value.submit(e2);
|
|
13186
13194
|
}
|
|
13187
13195
|
};
|
|
13188
|
-
const onConfirmSignInSubmitI = (
|
|
13196
|
+
const onConfirmSignInSubmitI = (e2) => {
|
|
13189
13197
|
if (attrs == null ? void 0 : attrs.onConfirmSignInSubmit) {
|
|
13190
|
-
emit("confirmSignInSubmit",
|
|
13198
|
+
emit("confirmSignInSubmit", e2);
|
|
13191
13199
|
} else {
|
|
13192
|
-
confirmSignInComponent.value.submit(
|
|
13200
|
+
confirmSignInComponent.value.submit(e2);
|
|
13193
13201
|
}
|
|
13194
13202
|
};
|
|
13195
|
-
const onConfirmSetupTOTPSubmitI = (
|
|
13203
|
+
const onConfirmSetupTOTPSubmitI = (e2) => {
|
|
13196
13204
|
if (attrs == null ? void 0 : attrs.onForceNewPasswordSubmit) {
|
|
13197
|
-
emit("mSetupTOTPSubmit",
|
|
13205
|
+
emit("mSetupTOTPSubmit", e2);
|
|
13198
13206
|
} else {
|
|
13199
|
-
confirmSetupTOTPComponent.value.submit(
|
|
13207
|
+
confirmSetupTOTPComponent.value.submit(e2);
|
|
13200
13208
|
}
|
|
13201
13209
|
};
|
|
13202
|
-
const onForceNewPasswordSubmitI = (
|
|
13210
|
+
const onForceNewPasswordSubmitI = (e2) => {
|
|
13203
13211
|
if (attrs == null ? void 0 : attrs.onForceNewPasswordSubmit) {
|
|
13204
|
-
emit("forceNewPasswordSubmit",
|
|
13212
|
+
emit("forceNewPasswordSubmit", e2);
|
|
13205
13213
|
} else {
|
|
13206
|
-
forceNewPasswordComponent.value.submit(
|
|
13214
|
+
forceNewPasswordComponent.value.submit(e2);
|
|
13207
13215
|
}
|
|
13208
13216
|
};
|
|
13209
|
-
const onSignUpSubmitI = (
|
|
13217
|
+
const onSignUpSubmitI = (e2) => {
|
|
13210
13218
|
if (attrs == null ? void 0 : attrs.onSignUpSubmit) {
|
|
13211
|
-
emit("signUpSubmit",
|
|
13219
|
+
emit("signUpSubmit", e2);
|
|
13212
13220
|
} else {
|
|
13213
13221
|
signUpComponent.value.submit();
|
|
13214
13222
|
}
|
|
13215
13223
|
};
|
|
13216
|
-
const onVerifyUserSubmitI = (
|
|
13224
|
+
const onVerifyUserSubmitI = (e2) => {
|
|
13217
13225
|
if (attrs == null ? void 0 : attrs.onVerifyUserSubmit) {
|
|
13218
|
-
emit("verifyUserSubmit",
|
|
13226
|
+
emit("verifyUserSubmit", e2);
|
|
13219
13227
|
} else {
|
|
13220
|
-
verifyUserComponent.value.submit(
|
|
13228
|
+
verifyUserComponent.value.submit(e2);
|
|
13221
13229
|
}
|
|
13222
13230
|
};
|
|
13223
|
-
const onConfirmVerifyUserSubmitI = (
|
|
13231
|
+
const onConfirmVerifyUserSubmitI = (e2) => {
|
|
13224
13232
|
if (attrs == null ? void 0 : attrs.onConfirmVerifyUserSubmit) {
|
|
13225
|
-
emit("confirmVerifyUserSubmit",
|
|
13233
|
+
emit("confirmVerifyUserSubmit", e2);
|
|
13226
13234
|
} else {
|
|
13227
|
-
confirmVerifyUserComponent.value.submit(
|
|
13235
|
+
confirmVerifyUserComponent.value.submit(e2);
|
|
13228
13236
|
}
|
|
13229
13237
|
};
|
|
13230
13238
|
const user = ref(null);
|
|
13231
13239
|
const signOut = ref();
|
|
13232
13240
|
watch(() => state.value.context, () => {
|
|
13233
|
-
const { user: u, signOut: s } =
|
|
13241
|
+
const { user: u, signOut: s } = ot({
|
|
13234
13242
|
send: send2,
|
|
13235
13243
|
state: state.value
|
|
13236
13244
|
});
|
|
@@ -13661,4 +13669,4 @@ var index = {
|
|
|
13661
13669
|
app.component("AuthenticatorForceNewPasswordFormFields", _sfc_main$9);
|
|
13662
13670
|
}
|
|
13663
13671
|
};
|
|
13664
|
-
export { _sfc_main$x as AmplifyButton, _sfc_main as AmplifyCheckBox, _sfc_main$1 as AmplifyTextField, _sfc_main$3 as Authenticator, _sfc_main$9 as AuthenticatorForceNewPasswordFormFields, _sfc_main$j as AuthenticatorSignUpFormFields, _sfc_main$6 as ConfirmResetPassword, _sfc_main$c as ConfirmSignIn, _sfc_main$d as ConfirmSignUp, _sfc_main$4 as ConfirmVerifyUser, _sfc_main$m as FederatedSignIn, _sfc_main$8 as ForceNewPassword, _sfc_main$q as PasswordControl, _sfc_main$2 as RenderInfo, _sfc_main$7 as ResetPassword, _sfc_main$l as SignIn, _sfc_main$i as SignUp, _sfc_main$o as UserNameAlias, _sfc_main$5 as VerifyUser, index as default,
|
|
13672
|
+
export { _sfc_main$x as AmplifyButton, _sfc_main as AmplifyCheckBox, _sfc_main$1 as AmplifyTextField, _sfc_main$3 as Authenticator, _sfc_main$9 as AuthenticatorForceNewPasswordFormFields, _sfc_main$j as AuthenticatorSignUpFormFields, _sfc_main$6 as ConfirmResetPassword, _sfc_main$c as ConfirmSignIn, _sfc_main$d as ConfirmSignUp, _sfc_main$4 as ConfirmVerifyUser, _sfc_main$m as FederatedSignIn, _sfc_main$8 as ForceNewPassword, _sfc_main$q as PasswordControl, _sfc_main$2 as RenderInfo, _sfc_main$7 as ResetPassword, _sfc_main$l as SignIn, _sfc_main$i as SignUp, _sfc_main$o as UserNameAlias, _sfc_main$5 as VerifyUser, index as default, Qt as translations, useAuthenticator };
|