@memberstack/dom 1.9.34 → 1.9.36
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/lib/index.js +940 -216
- package/lib/index.mjs +940 -216
- package/lib/methods/dom/main-dom.js +935 -210
- package/lib/methods/dom/main-dom.mjs +935 -210
- package/lib/methods/dom/methods.js +941 -215
- package/lib/methods/dom/methods.mjs +941 -215
- package/lib/methods/index.js +940 -216
- package/lib/methods/index.mjs +940 -216
- package/package.json +2 -2
package/lib/methods/index.js
CHANGED
|
@@ -1038,7 +1038,7 @@ var get_default_slot_context = (ctx) => ({ matches: (
|
|
|
1038
1038
|
/*matches*/
|
|
1039
1039
|
ctx[0]
|
|
1040
1040
|
) });
|
|
1041
|
-
function create_fragment$
|
|
1041
|
+
function create_fragment$1l(ctx) {
|
|
1042
1042
|
let current;
|
|
1043
1043
|
const default_slot_template = (
|
|
1044
1044
|
/*#slots*/
|
|
@@ -1103,7 +1103,7 @@ function create_fragment$1i(ctx) {
|
|
|
1103
1103
|
}
|
|
1104
1104
|
};
|
|
1105
1105
|
}
|
|
1106
|
-
function instance$
|
|
1106
|
+
function instance$I($$self, $$props, $$invalidate) {
|
|
1107
1107
|
let { $$slots: slots = {}, $$scope } = $$props;
|
|
1108
1108
|
let { query } = $$props;
|
|
1109
1109
|
let mql;
|
|
@@ -1149,10 +1149,10 @@ function instance$H($$self, $$props, $$invalidate) {
|
|
|
1149
1149
|
var MediaQuery = class extends SvelteComponent {
|
|
1150
1150
|
constructor(options) {
|
|
1151
1151
|
super();
|
|
1152
|
-
init(this, options, instance$
|
|
1152
|
+
init(this, options, instance$I, create_fragment$1l, safe_not_equal, { query: 1 });
|
|
1153
1153
|
}
|
|
1154
1154
|
};
|
|
1155
|
-
function create_fragment$
|
|
1155
|
+
function create_fragment$1k(ctx) {
|
|
1156
1156
|
let svg;
|
|
1157
1157
|
let path;
|
|
1158
1158
|
let animateTransform;
|
|
@@ -1196,10 +1196,10 @@ function create_fragment$1h(ctx) {
|
|
|
1196
1196
|
var LoadingIcon = class extends SvelteComponent {
|
|
1197
1197
|
constructor(options) {
|
|
1198
1198
|
super();
|
|
1199
|
-
init(this, options, null, create_fragment$
|
|
1199
|
+
init(this, options, null, create_fragment$1k, safe_not_equal, {});
|
|
1200
1200
|
}
|
|
1201
1201
|
};
|
|
1202
|
-
function create_fragment$
|
|
1202
|
+
function create_fragment$1j(ctx) {
|
|
1203
1203
|
let div;
|
|
1204
1204
|
let loadingicon;
|
|
1205
1205
|
let current;
|
|
@@ -1236,10 +1236,10 @@ function create_fragment$1g(ctx) {
|
|
|
1236
1236
|
var Loader = class extends SvelteComponent {
|
|
1237
1237
|
constructor(options) {
|
|
1238
1238
|
super();
|
|
1239
|
-
init(this, options, null, create_fragment$
|
|
1239
|
+
init(this, options, null, create_fragment$1j, safe_not_equal, {});
|
|
1240
1240
|
}
|
|
1241
1241
|
};
|
|
1242
|
-
function create_fragment$
|
|
1242
|
+
function create_fragment$1i(ctx) {
|
|
1243
1243
|
let svg;
|
|
1244
1244
|
let path;
|
|
1245
1245
|
return {
|
|
@@ -1270,10 +1270,10 @@ function create_fragment$1f(ctx) {
|
|
|
1270
1270
|
var CloseIcon = class extends SvelteComponent {
|
|
1271
1271
|
constructor(options) {
|
|
1272
1272
|
super();
|
|
1273
|
-
init(this, options, null, create_fragment$
|
|
1273
|
+
init(this, options, null, create_fragment$1i, safe_not_equal, {});
|
|
1274
1274
|
}
|
|
1275
1275
|
};
|
|
1276
|
-
function create_fragment$
|
|
1276
|
+
function create_fragment$1h(ctx) {
|
|
1277
1277
|
let div;
|
|
1278
1278
|
let button;
|
|
1279
1279
|
let closeicon;
|
|
@@ -1326,7 +1326,7 @@ function create_fragment$1e(ctx) {
|
|
|
1326
1326
|
}
|
|
1327
1327
|
};
|
|
1328
1328
|
}
|
|
1329
|
-
function instance$
|
|
1329
|
+
function instance$H($$self, $$props, $$invalidate) {
|
|
1330
1330
|
let { closeModal } = $$props;
|
|
1331
1331
|
$$self.$$set = ($$props2) => {
|
|
1332
1332
|
if ("closeModal" in $$props2)
|
|
@@ -1337,10 +1337,10 @@ function instance$G($$self, $$props, $$invalidate) {
|
|
|
1337
1337
|
var CloseButton = class extends SvelteComponent {
|
|
1338
1338
|
constructor(options) {
|
|
1339
1339
|
super();
|
|
1340
|
-
init(this, options, instance$
|
|
1340
|
+
init(this, options, instance$H, create_fragment$1h, safe_not_equal, { closeModal: 0 });
|
|
1341
1341
|
}
|
|
1342
1342
|
};
|
|
1343
|
-
function create_fragment$
|
|
1343
|
+
function create_fragment$1g(ctx) {
|
|
1344
1344
|
let svg;
|
|
1345
1345
|
let path0;
|
|
1346
1346
|
let path1;
|
|
@@ -1393,7 +1393,7 @@ function create_fragment$1d(ctx) {
|
|
|
1393
1393
|
var MemberstackIcon = class extends SvelteComponent {
|
|
1394
1394
|
constructor(options) {
|
|
1395
1395
|
super();
|
|
1396
|
-
init(this, options, null, create_fragment$
|
|
1396
|
+
init(this, options, null, create_fragment$1g, safe_not_equal, {});
|
|
1397
1397
|
}
|
|
1398
1398
|
};
|
|
1399
1399
|
function create_else_block$h(ctx) {
|
|
@@ -1424,7 +1424,7 @@ function create_else_block$h(ctx) {
|
|
|
1424
1424
|
}
|
|
1425
1425
|
};
|
|
1426
1426
|
}
|
|
1427
|
-
function create_if_block$
|
|
1427
|
+
function create_if_block$z(ctx) {
|
|
1428
1428
|
let img;
|
|
1429
1429
|
let img_src_value;
|
|
1430
1430
|
let img_alt_value;
|
|
@@ -1461,12 +1461,12 @@ function create_if_block$y(ctx) {
|
|
|
1461
1461
|
}
|
|
1462
1462
|
};
|
|
1463
1463
|
}
|
|
1464
|
-
function create_fragment$
|
|
1464
|
+
function create_fragment$1f(ctx) {
|
|
1465
1465
|
let figure;
|
|
1466
1466
|
let current_block_type_index;
|
|
1467
1467
|
let if_block;
|
|
1468
1468
|
let current;
|
|
1469
|
-
const if_block_creators = [create_if_block$
|
|
1469
|
+
const if_block_creators = [create_if_block$z, create_else_block$h];
|
|
1470
1470
|
const if_blocks = [];
|
|
1471
1471
|
function select_block_type(ctx2, dirty) {
|
|
1472
1472
|
if (
|
|
@@ -1528,7 +1528,7 @@ function create_fragment$1c(ctx) {
|
|
|
1528
1528
|
}
|
|
1529
1529
|
};
|
|
1530
1530
|
}
|
|
1531
|
-
function instance$
|
|
1531
|
+
function instance$G($$self, $$props, $$invalidate) {
|
|
1532
1532
|
let app = {};
|
|
1533
1533
|
AppStore.subscribe((data) => {
|
|
1534
1534
|
$$invalidate(0, app = data);
|
|
@@ -1538,7 +1538,7 @@ function instance$F($$self, $$props, $$invalidate) {
|
|
|
1538
1538
|
var FigureElement = class extends SvelteComponent {
|
|
1539
1539
|
constructor(options) {
|
|
1540
1540
|
super();
|
|
1541
|
-
init(this, options, instance$
|
|
1541
|
+
init(this, options, instance$G, create_fragment$1f, safe_not_equal, {});
|
|
1542
1542
|
}
|
|
1543
1543
|
};
|
|
1544
1544
|
function create_else_block$g(ctx) {
|
|
@@ -1593,7 +1593,7 @@ function create_else_block$g(ctx) {
|
|
|
1593
1593
|
}
|
|
1594
1594
|
};
|
|
1595
1595
|
}
|
|
1596
|
-
function create_if_block$
|
|
1596
|
+
function create_if_block$y(ctx) {
|
|
1597
1597
|
let button;
|
|
1598
1598
|
let t;
|
|
1599
1599
|
return {
|
|
@@ -1642,12 +1642,12 @@ function create_if_block$x(ctx) {
|
|
|
1642
1642
|
}
|
|
1643
1643
|
};
|
|
1644
1644
|
}
|
|
1645
|
-
function create_fragment$
|
|
1645
|
+
function create_fragment$1e(ctx) {
|
|
1646
1646
|
let div;
|
|
1647
1647
|
let current_block_type_index;
|
|
1648
1648
|
let if_block;
|
|
1649
1649
|
let current;
|
|
1650
|
-
const if_block_creators = [create_if_block$
|
|
1650
|
+
const if_block_creators = [create_if_block$y, create_else_block$g];
|
|
1651
1651
|
const if_blocks = [];
|
|
1652
1652
|
function select_block_type(ctx2, dirty) {
|
|
1653
1653
|
if (!/*isLoading*/
|
|
@@ -1706,7 +1706,7 @@ function create_fragment$1b(ctx) {
|
|
|
1706
1706
|
}
|
|
1707
1707
|
};
|
|
1708
1708
|
}
|
|
1709
|
-
function instance$
|
|
1709
|
+
function instance$F($$self, $$props, $$invalidate) {
|
|
1710
1710
|
let $app;
|
|
1711
1711
|
component_subscribe($$self, AppStore, ($$value) => $$invalidate(3, $app = $$value));
|
|
1712
1712
|
let { buttonText = "Submit" } = $$props;
|
|
@@ -1726,10 +1726,10 @@ function instance$E($$self, $$props, $$invalidate) {
|
|
|
1726
1726
|
var SubmitButton = class extends SvelteComponent {
|
|
1727
1727
|
constructor(options) {
|
|
1728
1728
|
super();
|
|
1729
|
-
init(this, options, instance$
|
|
1729
|
+
init(this, options, instance$F, create_fragment$1e, safe_not_equal, { buttonText: 0, isLoading: 1 });
|
|
1730
1730
|
}
|
|
1731
1731
|
};
|
|
1732
|
-
function create_fragment$
|
|
1732
|
+
function create_fragment$1d(ctx) {
|
|
1733
1733
|
let svg;
|
|
1734
1734
|
let path;
|
|
1735
1735
|
return {
|
|
@@ -1758,10 +1758,10 @@ function create_fragment$1a(ctx) {
|
|
|
1758
1758
|
var ErrorIcon = class extends SvelteComponent {
|
|
1759
1759
|
constructor(options) {
|
|
1760
1760
|
super();
|
|
1761
|
-
init(this, options, null, create_fragment$
|
|
1761
|
+
init(this, options, null, create_fragment$1d, safe_not_equal, {});
|
|
1762
1762
|
}
|
|
1763
1763
|
};
|
|
1764
|
-
function create_if_block$
|
|
1764
|
+
function create_if_block$x(ctx) {
|
|
1765
1765
|
let div;
|
|
1766
1766
|
let erroricon;
|
|
1767
1767
|
let t0;
|
|
@@ -1804,7 +1804,7 @@ function create_if_block$w(ctx) {
|
|
|
1804
1804
|
}
|
|
1805
1805
|
};
|
|
1806
1806
|
}
|
|
1807
|
-
function create_fragment$
|
|
1807
|
+
function create_fragment$1c(ctx) {
|
|
1808
1808
|
let div;
|
|
1809
1809
|
let label;
|
|
1810
1810
|
let t0;
|
|
@@ -1816,7 +1816,7 @@ function create_fragment$19(ctx) {
|
|
|
1816
1816
|
let dispose;
|
|
1817
1817
|
let if_block = (
|
|
1818
1818
|
/*inputError*/
|
|
1819
|
-
ctx[2] && create_if_block$
|
|
1819
|
+
ctx[2] && create_if_block$x(ctx)
|
|
1820
1820
|
);
|
|
1821
1821
|
return {
|
|
1822
1822
|
c() {
|
|
@@ -1911,7 +1911,7 @@ function create_fragment$19(ctx) {
|
|
|
1911
1911
|
transition_in(if_block, 1);
|
|
1912
1912
|
}
|
|
1913
1913
|
} else {
|
|
1914
|
-
if_block = create_if_block$
|
|
1914
|
+
if_block = create_if_block$x(ctx2);
|
|
1915
1915
|
if_block.c();
|
|
1916
1916
|
transition_in(if_block, 1);
|
|
1917
1917
|
if_block.m(div, null);
|
|
@@ -1944,7 +1944,7 @@ function create_fragment$19(ctx) {
|
|
|
1944
1944
|
}
|
|
1945
1945
|
};
|
|
1946
1946
|
}
|
|
1947
|
-
function instance$
|
|
1947
|
+
function instance$E($$self, $$props, $$invalidate) {
|
|
1948
1948
|
let $textStore;
|
|
1949
1949
|
component_subscribe($$self, TextStore, ($$value) => $$invalidate(9, $textStore = $$value));
|
|
1950
1950
|
let { emailInputValid = false } = $$props;
|
|
@@ -1993,14 +1993,14 @@ function instance$D($$self, $$props, $$invalidate) {
|
|
|
1993
1993
|
var EmailInput = class extends SvelteComponent {
|
|
1994
1994
|
constructor(options) {
|
|
1995
1995
|
super();
|
|
1996
|
-
init(this, options, instance$
|
|
1996
|
+
init(this, options, instance$E, create_fragment$1c, safe_not_equal, {
|
|
1997
1997
|
emailInputValid: 7,
|
|
1998
1998
|
emailValue: 0,
|
|
1999
1999
|
placeholder: 1
|
|
2000
2000
|
});
|
|
2001
2001
|
}
|
|
2002
2002
|
};
|
|
2003
|
-
function create_fragment$
|
|
2003
|
+
function create_fragment$1b(ctx) {
|
|
2004
2004
|
let svg;
|
|
2005
2005
|
let path;
|
|
2006
2006
|
return {
|
|
@@ -2030,10 +2030,10 @@ function create_fragment$18(ctx) {
|
|
|
2030
2030
|
var EyeIcon = class extends SvelteComponent {
|
|
2031
2031
|
constructor(options) {
|
|
2032
2032
|
super();
|
|
2033
|
-
init(this, options, null, create_fragment$
|
|
2033
|
+
init(this, options, null, create_fragment$1b, safe_not_equal, {});
|
|
2034
2034
|
}
|
|
2035
2035
|
};
|
|
2036
|
-
function create_fragment$
|
|
2036
|
+
function create_fragment$1a(ctx) {
|
|
2037
2037
|
let svg;
|
|
2038
2038
|
let path;
|
|
2039
2039
|
return {
|
|
@@ -2063,7 +2063,7 @@ function create_fragment$17(ctx) {
|
|
|
2063
2063
|
var EyeSlashIcon = class extends SvelteComponent {
|
|
2064
2064
|
constructor(options) {
|
|
2065
2065
|
super();
|
|
2066
|
-
init(this, options, null, create_fragment$
|
|
2066
|
+
init(this, options, null, create_fragment$1a, safe_not_equal, {});
|
|
2067
2067
|
}
|
|
2068
2068
|
};
|
|
2069
2069
|
function create_if_block_2$i(ctx) {
|
|
@@ -2159,7 +2159,7 @@ function create_if_block_1$o(ctx) {
|
|
|
2159
2159
|
}
|
|
2160
2160
|
};
|
|
2161
2161
|
}
|
|
2162
|
-
function create_if_block$
|
|
2162
|
+
function create_if_block$w(ctx) {
|
|
2163
2163
|
let div;
|
|
2164
2164
|
let erroricon;
|
|
2165
2165
|
let t0;
|
|
@@ -2202,7 +2202,7 @@ function create_if_block$v(ctx) {
|
|
|
2202
2202
|
}
|
|
2203
2203
|
};
|
|
2204
2204
|
}
|
|
2205
|
-
function create_fragment$
|
|
2205
|
+
function create_fragment$19(ctx) {
|
|
2206
2206
|
let div3;
|
|
2207
2207
|
let div0;
|
|
2208
2208
|
let label;
|
|
@@ -2236,7 +2236,7 @@ function create_fragment$16(ctx) {
|
|
|
2236
2236
|
if_block1 = if_blocks[current_block_type_index] = if_block_creators[current_block_type_index](ctx);
|
|
2237
2237
|
let if_block2 = (
|
|
2238
2238
|
/*inputError*/
|
|
2239
|
-
ctx[6] && create_if_block$
|
|
2239
|
+
ctx[6] && create_if_block$w(ctx)
|
|
2240
2240
|
);
|
|
2241
2241
|
return {
|
|
2242
2242
|
c() {
|
|
@@ -2397,7 +2397,7 @@ function create_fragment$16(ctx) {
|
|
|
2397
2397
|
transition_in(if_block2, 1);
|
|
2398
2398
|
}
|
|
2399
2399
|
} else {
|
|
2400
|
-
if_block2 = create_if_block$
|
|
2400
|
+
if_block2 = create_if_block$w(ctx2);
|
|
2401
2401
|
if_block2.c();
|
|
2402
2402
|
transition_in(if_block2, 1);
|
|
2403
2403
|
if_block2.m(div3, null);
|
|
@@ -2435,7 +2435,7 @@ function create_fragment$16(ctx) {
|
|
|
2435
2435
|
}
|
|
2436
2436
|
};
|
|
2437
2437
|
}
|
|
2438
|
-
function instance$
|
|
2438
|
+
function instance$D($$self, $$props, $$invalidate) {
|
|
2439
2439
|
let type;
|
|
2440
2440
|
let $textStore;
|
|
2441
2441
|
component_subscribe($$self, TextStore, ($$value) => $$invalidate(15, $textStore = $$value));
|
|
@@ -2509,7 +2509,7 @@ function instance$C($$self, $$props, $$invalidate) {
|
|
|
2509
2509
|
var PasswordInput = class extends SvelteComponent {
|
|
2510
2510
|
constructor(options) {
|
|
2511
2511
|
super();
|
|
2512
|
-
init(this, options, instance$
|
|
2512
|
+
init(this, options, instance$D, create_fragment$19, safe_not_equal, {
|
|
2513
2513
|
showForgotPasswordLabel: 2,
|
|
2514
2514
|
passwordInputValid: 13,
|
|
2515
2515
|
passwordLabel: 3,
|
|
@@ -2519,7 +2519,7 @@ var PasswordInput = class extends SvelteComponent {
|
|
|
2519
2519
|
});
|
|
2520
2520
|
}
|
|
2521
2521
|
};
|
|
2522
|
-
function create_fragment$
|
|
2522
|
+
function create_fragment$18(ctx) {
|
|
2523
2523
|
let svg;
|
|
2524
2524
|
let path;
|
|
2525
2525
|
return {
|
|
@@ -2549,10 +2549,10 @@ function create_fragment$15(ctx) {
|
|
|
2549
2549
|
var SecuredIcon = class extends SvelteComponent {
|
|
2550
2550
|
constructor(options) {
|
|
2551
2551
|
super();
|
|
2552
|
-
init(this, options, null, create_fragment$
|
|
2552
|
+
init(this, options, null, create_fragment$18, safe_not_equal, {});
|
|
2553
2553
|
}
|
|
2554
2554
|
};
|
|
2555
|
-
function create_if_block$
|
|
2555
|
+
function create_if_block$v(ctx) {
|
|
2556
2556
|
let div;
|
|
2557
2557
|
let a;
|
|
2558
2558
|
let securedicon;
|
|
@@ -2593,11 +2593,11 @@ function create_if_block$u(ctx) {
|
|
|
2593
2593
|
}
|
|
2594
2594
|
};
|
|
2595
2595
|
}
|
|
2596
|
-
function create_fragment$
|
|
2596
|
+
function create_fragment$17(ctx) {
|
|
2597
2597
|
let if_block_anchor;
|
|
2598
2598
|
let current;
|
|
2599
2599
|
let if_block = !/*$app*/
|
|
2600
|
-
ctx[0].isPaid && create_if_block$
|
|
2600
|
+
ctx[0].isPaid && create_if_block$v();
|
|
2601
2601
|
return {
|
|
2602
2602
|
c() {
|
|
2603
2603
|
if (if_block)
|
|
@@ -2619,7 +2619,7 @@ function create_fragment$14(ctx) {
|
|
|
2619
2619
|
transition_in(if_block, 1);
|
|
2620
2620
|
}
|
|
2621
2621
|
} else {
|
|
2622
|
-
if_block = create_if_block$
|
|
2622
|
+
if_block = create_if_block$v();
|
|
2623
2623
|
if_block.c();
|
|
2624
2624
|
transition_in(if_block, 1);
|
|
2625
2625
|
if_block.m(if_block_anchor.parentNode, if_block_anchor);
|
|
@@ -2650,7 +2650,7 @@ function create_fragment$14(ctx) {
|
|
|
2650
2650
|
}
|
|
2651
2651
|
};
|
|
2652
2652
|
}
|
|
2653
|
-
function instance$
|
|
2653
|
+
function instance$C($$self, $$props, $$invalidate) {
|
|
2654
2654
|
let $app;
|
|
2655
2655
|
component_subscribe($$self, AppStore, ($$value) => $$invalidate(0, $app = $$value));
|
|
2656
2656
|
return [$app];
|
|
@@ -2658,10 +2658,10 @@ function instance$B($$self, $$props, $$invalidate) {
|
|
|
2658
2658
|
var ModalFooter = class extends SvelteComponent {
|
|
2659
2659
|
constructor(options) {
|
|
2660
2660
|
super();
|
|
2661
|
-
init(this, options, instance$
|
|
2661
|
+
init(this, options, instance$C, create_fragment$17, safe_not_equal, {});
|
|
2662
2662
|
}
|
|
2663
2663
|
};
|
|
2664
|
-
function create_fragment$
|
|
2664
|
+
function create_fragment$16(ctx) {
|
|
2665
2665
|
let svg;
|
|
2666
2666
|
let path;
|
|
2667
2667
|
return {
|
|
@@ -2690,7 +2690,7 @@ function create_fragment$13(ctx) {
|
|
|
2690
2690
|
var EmailIcon = class extends SvelteComponent {
|
|
2691
2691
|
constructor(options) {
|
|
2692
2692
|
super();
|
|
2693
|
-
init(this, options, null, create_fragment$
|
|
2693
|
+
init(this, options, null, create_fragment$16, safe_not_equal, {});
|
|
2694
2694
|
}
|
|
2695
2695
|
};
|
|
2696
2696
|
var PasswordlessStore = writable({
|
|
@@ -3002,7 +3002,7 @@ function create_if_block_3$9(ctx) {
|
|
|
3002
3002
|
}
|
|
3003
3003
|
};
|
|
3004
3004
|
}
|
|
3005
|
-
function create_if_block$
|
|
3005
|
+
function create_if_block$u(ctx) {
|
|
3006
3006
|
let div4;
|
|
3007
3007
|
let div3;
|
|
3008
3008
|
let div0;
|
|
@@ -3386,7 +3386,7 @@ function create_each_block$c(ctx) {
|
|
|
3386
3386
|
}
|
|
3387
3387
|
};
|
|
3388
3388
|
}
|
|
3389
|
-
function create_fragment$
|
|
3389
|
+
function create_fragment$15(ctx) {
|
|
3390
3390
|
let div1;
|
|
3391
3391
|
let t0;
|
|
3392
3392
|
let div0;
|
|
@@ -3458,7 +3458,7 @@ function create_fragment$12(ctx) {
|
|
|
3458
3458
|
let if_block3 = (
|
|
3459
3459
|
/*$app*/
|
|
3460
3460
|
(ctx[7].authProviders.length > 0 || /*$app*/
|
|
3461
|
-
ctx[7].additionalAuthMethods.passwordless.enabled === true) && create_if_block$
|
|
3461
|
+
ctx[7].additionalAuthMethods.passwordless.enabled === true) && create_if_block$u(ctx)
|
|
3462
3462
|
);
|
|
3463
3463
|
modalfooter = new ModalFooter({});
|
|
3464
3464
|
return {
|
|
@@ -3600,7 +3600,7 @@ function create_fragment$12(ctx) {
|
|
|
3600
3600
|
transition_in(if_block3, 1);
|
|
3601
3601
|
}
|
|
3602
3602
|
} else {
|
|
3603
|
-
if_block3 = create_if_block$
|
|
3603
|
+
if_block3 = create_if_block$u(ctx2);
|
|
3604
3604
|
if_block3.c();
|
|
3605
3605
|
transition_in(if_block3, 1);
|
|
3606
3606
|
if_block3.m(div0, null);
|
|
@@ -3652,7 +3652,7 @@ function create_fragment$12(ctx) {
|
|
|
3652
3652
|
}
|
|
3653
3653
|
};
|
|
3654
3654
|
}
|
|
3655
|
-
function instance$
|
|
3655
|
+
function instance$B($$self, $$props, $$invalidate) {
|
|
3656
3656
|
let $PasswordlessStore;
|
|
3657
3657
|
let $app;
|
|
3658
3658
|
let $textStore;
|
|
@@ -3778,7 +3778,7 @@ function instance$A($$self, $$props, $$invalidate) {
|
|
|
3778
3778
|
var LoginModal = class extends SvelteComponent {
|
|
3779
3779
|
constructor(options) {
|
|
3780
3780
|
super();
|
|
3781
|
-
init(this, options, instance$
|
|
3781
|
+
init(this, options, instance$B, create_fragment$15, safe_not_equal, {
|
|
3782
3782
|
closeModal: 1,
|
|
3783
3783
|
display: 0,
|
|
3784
3784
|
onSuccessLogin: 12,
|
|
@@ -3786,7 +3786,7 @@ var LoginModal = class extends SvelteComponent {
|
|
|
3786
3786
|
});
|
|
3787
3787
|
}
|
|
3788
3788
|
};
|
|
3789
|
-
function add_css$
|
|
3789
|
+
function add_css$k(target) {
|
|
3790
3790
|
append_styles(target, "svelte-1w8lbd8", ".rey-was-here.svelte-1w8lbd8{display:none !important}");
|
|
3791
3791
|
}
|
|
3792
3792
|
function get_each_context$b(ctx, list, i) {
|
|
@@ -4089,7 +4089,7 @@ function create_if_block_3$8(ctx) {
|
|
|
4089
4089
|
}
|
|
4090
4090
|
};
|
|
4091
4091
|
}
|
|
4092
|
-
function create_if_block$
|
|
4092
|
+
function create_if_block$t(ctx) {
|
|
4093
4093
|
let div4;
|
|
4094
4094
|
let div3;
|
|
4095
4095
|
let t3;
|
|
@@ -4449,7 +4449,7 @@ function create_each_block$b(ctx) {
|
|
|
4449
4449
|
}
|
|
4450
4450
|
};
|
|
4451
4451
|
}
|
|
4452
|
-
function create_fragment$
|
|
4452
|
+
function create_fragment$14(ctx) {
|
|
4453
4453
|
let div4;
|
|
4454
4454
|
let t0;
|
|
4455
4455
|
let div3;
|
|
@@ -4522,7 +4522,7 @@ function create_fragment$11(ctx) {
|
|
|
4522
4522
|
let if_block3 = (
|
|
4523
4523
|
/*$app*/
|
|
4524
4524
|
(ctx[7].authProviders.length > 0 || /*$app*/
|
|
4525
|
-
ctx[7].additionalAuthMethods.passwordless.enabled === true) && create_if_block$
|
|
4525
|
+
ctx[7].additionalAuthMethods.passwordless.enabled === true) && create_if_block$t(ctx)
|
|
4526
4526
|
);
|
|
4527
4527
|
modalfooter = new ModalFooter({});
|
|
4528
4528
|
return {
|
|
@@ -4735,7 +4735,7 @@ function create_fragment$11(ctx) {
|
|
|
4735
4735
|
transition_in(if_block3, 1);
|
|
4736
4736
|
}
|
|
4737
4737
|
} else {
|
|
4738
|
-
if_block3 = create_if_block$
|
|
4738
|
+
if_block3 = create_if_block$t(ctx2);
|
|
4739
4739
|
if_block3.c();
|
|
4740
4740
|
transition_in(if_block3, 1);
|
|
4741
4741
|
if_block3.m(div3, null);
|
|
@@ -4796,7 +4796,7 @@ function executeCaptcha() {
|
|
|
4796
4796
|
return response;
|
|
4797
4797
|
});
|
|
4798
4798
|
}
|
|
4799
|
-
function instance$
|
|
4799
|
+
function instance$A($$self, $$props, $$invalidate) {
|
|
4800
4800
|
var _a;
|
|
4801
4801
|
let $PasswordlessStore;
|
|
4802
4802
|
let $app;
|
|
@@ -4969,8 +4969,8 @@ var SignupModal = class extends SvelteComponent {
|
|
|
4969
4969
|
init(
|
|
4970
4970
|
this,
|
|
4971
4971
|
options,
|
|
4972
|
-
instance$
|
|
4973
|
-
create_fragment$
|
|
4972
|
+
instance$A,
|
|
4973
|
+
create_fragment$14,
|
|
4974
4974
|
safe_not_equal,
|
|
4975
4975
|
{
|
|
4976
4976
|
closeModal: 1,
|
|
@@ -4978,11 +4978,11 @@ var SignupModal = class extends SvelteComponent {
|
|
|
4978
4978
|
onSuccessSignup: 11,
|
|
4979
4979
|
params: 2
|
|
4980
4980
|
},
|
|
4981
|
-
add_css$
|
|
4981
|
+
add_css$k
|
|
4982
4982
|
);
|
|
4983
4983
|
}
|
|
4984
4984
|
};
|
|
4985
|
-
function create_fragment$
|
|
4985
|
+
function create_fragment$13(ctx) {
|
|
4986
4986
|
let svg;
|
|
4987
4987
|
let path;
|
|
4988
4988
|
return {
|
|
@@ -5011,10 +5011,10 @@ function create_fragment$10(ctx) {
|
|
|
5011
5011
|
var BackIcon = class extends SvelteComponent {
|
|
5012
5012
|
constructor(options) {
|
|
5013
5013
|
super();
|
|
5014
|
-
init(this, options, null, create_fragment$
|
|
5014
|
+
init(this, options, null, create_fragment$13, safe_not_equal, {});
|
|
5015
5015
|
}
|
|
5016
5016
|
};
|
|
5017
|
-
function create_fragment
|
|
5017
|
+
function create_fragment$12(ctx) {
|
|
5018
5018
|
let div4;
|
|
5019
5019
|
let div0;
|
|
5020
5020
|
let button;
|
|
@@ -5209,7 +5209,7 @@ function create_fragment$$(ctx) {
|
|
|
5209
5209
|
}
|
|
5210
5210
|
};
|
|
5211
5211
|
}
|
|
5212
|
-
function instance$
|
|
5212
|
+
function instance$z($$self, $$props, $$invalidate) {
|
|
5213
5213
|
let $textStore;
|
|
5214
5214
|
component_subscribe($$self, TextStore, ($$value) => $$invalidate(9, $textStore = $$value));
|
|
5215
5215
|
let text2 = $textStore.text;
|
|
@@ -5262,10 +5262,10 @@ function instance$y($$self, $$props, $$invalidate) {
|
|
|
5262
5262
|
var PassResetModal = class extends SvelteComponent {
|
|
5263
5263
|
constructor(options) {
|
|
5264
5264
|
super();
|
|
5265
|
-
init(this, options, instance$
|
|
5265
|
+
init(this, options, instance$z, create_fragment$12, safe_not_equal, { closeModal: 5, display: 0 });
|
|
5266
5266
|
}
|
|
5267
5267
|
};
|
|
5268
|
-
function create_if_block$
|
|
5268
|
+
function create_if_block$s(ctx) {
|
|
5269
5269
|
let div;
|
|
5270
5270
|
let erroricon;
|
|
5271
5271
|
let t;
|
|
@@ -5301,7 +5301,7 @@ function create_if_block$r(ctx) {
|
|
|
5301
5301
|
}
|
|
5302
5302
|
};
|
|
5303
5303
|
}
|
|
5304
|
-
function create_fragment$
|
|
5304
|
+
function create_fragment$11(ctx) {
|
|
5305
5305
|
let div3;
|
|
5306
5306
|
let div0;
|
|
5307
5307
|
let button;
|
|
@@ -5339,7 +5339,7 @@ function create_fragment$_(ctx) {
|
|
|
5339
5339
|
});
|
|
5340
5340
|
figureelement = new FigureElement({});
|
|
5341
5341
|
let if_block = !/*tokenInputValid*/
|
|
5342
|
-
ctx[3] && create_if_block$
|
|
5342
|
+
ctx[3] && create_if_block$s();
|
|
5343
5343
|
function passwordinput_passwordInputValid_binding(value) {
|
|
5344
5344
|
ctx[9](value);
|
|
5345
5345
|
}
|
|
@@ -5487,7 +5487,7 @@ function create_fragment$_(ctx) {
|
|
|
5487
5487
|
transition_in(if_block, 1);
|
|
5488
5488
|
}
|
|
5489
5489
|
} else {
|
|
5490
|
-
if_block = create_if_block$
|
|
5490
|
+
if_block = create_if_block$s();
|
|
5491
5491
|
if_block.c();
|
|
5492
5492
|
transition_in(if_block, 1);
|
|
5493
5493
|
if_block.m(div1, null);
|
|
@@ -5553,7 +5553,7 @@ function create_fragment$_(ctx) {
|
|
|
5553
5553
|
}
|
|
5554
5554
|
};
|
|
5555
5555
|
}
|
|
5556
|
-
function instance$
|
|
5556
|
+
function instance$y($$self, $$props, $$invalidate) {
|
|
5557
5557
|
let $textStore;
|
|
5558
5558
|
component_subscribe($$self, TextStore, ($$value) => $$invalidate(10, $textStore = $$value));
|
|
5559
5559
|
let text2 = $textStore.text;
|
|
@@ -5650,14 +5650,14 @@ function instance$x($$self, $$props, $$invalidate) {
|
|
|
5650
5650
|
var PassTokenModal = class extends SvelteComponent {
|
|
5651
5651
|
constructor(options) {
|
|
5652
5652
|
super();
|
|
5653
|
-
init(this, options, instance$
|
|
5653
|
+
init(this, options, instance$y, create_fragment$11, safe_not_equal, {
|
|
5654
5654
|
closeModal: 1,
|
|
5655
5655
|
display: 0,
|
|
5656
5656
|
onSuccessPasswordReset: 7
|
|
5657
5657
|
});
|
|
5658
5658
|
}
|
|
5659
5659
|
};
|
|
5660
|
-
function create_fragment$
|
|
5660
|
+
function create_fragment$10(ctx) {
|
|
5661
5661
|
let div2;
|
|
5662
5662
|
let div0;
|
|
5663
5663
|
let t0;
|
|
@@ -5753,7 +5753,7 @@ function create_fragment$Z(ctx) {
|
|
|
5753
5753
|
}
|
|
5754
5754
|
};
|
|
5755
5755
|
}
|
|
5756
|
-
function instance$
|
|
5756
|
+
function instance$x($$self, $$props, $$invalidate) {
|
|
5757
5757
|
let { closeModal } = $$props;
|
|
5758
5758
|
$$self.$$set = ($$props2) => {
|
|
5759
5759
|
if ("closeModal" in $$props2)
|
|
@@ -5764,7 +5764,7 @@ function instance$w($$self, $$props, $$invalidate) {
|
|
|
5764
5764
|
var PassSuccessModal = class extends SvelteComponent {
|
|
5765
5765
|
constructor(options) {
|
|
5766
5766
|
super();
|
|
5767
|
-
init(this, options, instance$
|
|
5767
|
+
init(this, options, instance$x, create_fragment$10, safe_not_equal, { closeModal: 0 });
|
|
5768
5768
|
}
|
|
5769
5769
|
};
|
|
5770
5770
|
function create_else_block_1$5(ctx) {
|
|
@@ -5897,7 +5897,7 @@ function create_if_block_1$l(ctx) {
|
|
|
5897
5897
|
}
|
|
5898
5898
|
};
|
|
5899
5899
|
}
|
|
5900
|
-
function create_if_block$
|
|
5900
|
+
function create_if_block$r(ctx) {
|
|
5901
5901
|
let div;
|
|
5902
5902
|
let erroricon;
|
|
5903
5903
|
let t;
|
|
@@ -5933,7 +5933,7 @@ function create_if_block$q(ctx) {
|
|
|
5933
5933
|
}
|
|
5934
5934
|
};
|
|
5935
5935
|
}
|
|
5936
|
-
function create_fragment
|
|
5936
|
+
function create_fragment$$(ctx) {
|
|
5937
5937
|
let div3;
|
|
5938
5938
|
let div0;
|
|
5939
5939
|
let current_block_type_index;
|
|
@@ -5990,7 +5990,7 @@ function create_fragment$Y(ctx) {
|
|
|
5990
5990
|
let current_block_type = select_block_type_1(ctx);
|
|
5991
5991
|
let if_block1 = current_block_type(ctx);
|
|
5992
5992
|
let if_block2 = !/*tokenInputValid*/
|
|
5993
|
-
ctx[3] && create_if_block$
|
|
5993
|
+
ctx[3] && create_if_block$r();
|
|
5994
5994
|
submitbutton = new SubmitButton({
|
|
5995
5995
|
props: {
|
|
5996
5996
|
buttonText: (
|
|
@@ -6136,7 +6136,7 @@ function create_fragment$Y(ctx) {
|
|
|
6136
6136
|
transition_in(if_block2, 1);
|
|
6137
6137
|
}
|
|
6138
6138
|
} else {
|
|
6139
|
-
if_block2 = create_if_block$
|
|
6139
|
+
if_block2 = create_if_block$r();
|
|
6140
6140
|
if_block2.c();
|
|
6141
6141
|
transition_in(if_block2, 1);
|
|
6142
6142
|
if_block2.m(div1, null);
|
|
@@ -6191,7 +6191,7 @@ function create_fragment$Y(ctx) {
|
|
|
6191
6191
|
}
|
|
6192
6192
|
};
|
|
6193
6193
|
}
|
|
6194
|
-
function instance$
|
|
6194
|
+
function instance$w($$self, $$props, $$invalidate) {
|
|
6195
6195
|
let $PasswordlessStore;
|
|
6196
6196
|
let $textStore;
|
|
6197
6197
|
component_subscribe($$self, PasswordlessStore, ($$value) => $$invalidate(4, $PasswordlessStore = $$value));
|
|
@@ -6311,7 +6311,7 @@ function instance$v($$self, $$props, $$invalidate) {
|
|
|
6311
6311
|
var PasswordlessTokenModal = class extends SvelteComponent {
|
|
6312
6312
|
constructor(options) {
|
|
6313
6313
|
super();
|
|
6314
|
-
init(this, options, instance$
|
|
6314
|
+
init(this, options, instance$w, create_fragment$$, safe_not_equal, {
|
|
6315
6315
|
closeModal: 1,
|
|
6316
6316
|
display: 0,
|
|
6317
6317
|
onSuccessPasswordlessToken: 7,
|
|
@@ -6319,7 +6319,7 @@ var PasswordlessTokenModal = class extends SvelteComponent {
|
|
|
6319
6319
|
});
|
|
6320
6320
|
}
|
|
6321
6321
|
};
|
|
6322
|
-
function create_fragment$
|
|
6322
|
+
function create_fragment$_(ctx) {
|
|
6323
6323
|
let svg;
|
|
6324
6324
|
let path;
|
|
6325
6325
|
return {
|
|
@@ -6348,10 +6348,10 @@ function create_fragment$X(ctx) {
|
|
|
6348
6348
|
var ProfileIcon = class extends SvelteComponent {
|
|
6349
6349
|
constructor(options) {
|
|
6350
6350
|
super();
|
|
6351
|
-
init(this, options, null, create_fragment$
|
|
6351
|
+
init(this, options, null, create_fragment$_, safe_not_equal, {});
|
|
6352
6352
|
}
|
|
6353
6353
|
};
|
|
6354
|
-
function create_fragment$
|
|
6354
|
+
function create_fragment$Z(ctx) {
|
|
6355
6355
|
let svg;
|
|
6356
6356
|
let path;
|
|
6357
6357
|
return {
|
|
@@ -6380,10 +6380,10 @@ function create_fragment$W(ctx) {
|
|
|
6380
6380
|
var SecurityIcon = class extends SvelteComponent {
|
|
6381
6381
|
constructor(options) {
|
|
6382
6382
|
super();
|
|
6383
|
-
init(this, options, null, create_fragment$
|
|
6383
|
+
init(this, options, null, create_fragment$Z, safe_not_equal, {});
|
|
6384
6384
|
}
|
|
6385
6385
|
};
|
|
6386
|
-
function create_fragment$
|
|
6386
|
+
function create_fragment$Y(ctx) {
|
|
6387
6387
|
let svg;
|
|
6388
6388
|
let path;
|
|
6389
6389
|
return {
|
|
@@ -6412,10 +6412,10 @@ function create_fragment$V(ctx) {
|
|
|
6412
6412
|
var LinkOutIcon = class extends SvelteComponent {
|
|
6413
6413
|
constructor(options) {
|
|
6414
6414
|
super();
|
|
6415
|
-
init(this, options, null, create_fragment$
|
|
6415
|
+
init(this, options, null, create_fragment$Y, safe_not_equal, {});
|
|
6416
6416
|
}
|
|
6417
6417
|
};
|
|
6418
|
-
function create_fragment$
|
|
6418
|
+
function create_fragment$X(ctx) {
|
|
6419
6419
|
let svg;
|
|
6420
6420
|
let path;
|
|
6421
6421
|
return {
|
|
@@ -6446,10 +6446,10 @@ function create_fragment$U(ctx) {
|
|
|
6446
6446
|
var LogoutIcon = class extends SvelteComponent {
|
|
6447
6447
|
constructor(options) {
|
|
6448
6448
|
super();
|
|
6449
|
-
init(this, options, null, create_fragment$
|
|
6449
|
+
init(this, options, null, create_fragment$X, safe_not_equal, {});
|
|
6450
6450
|
}
|
|
6451
6451
|
};
|
|
6452
|
-
function create_fragment$
|
|
6452
|
+
function create_fragment$W(ctx) {
|
|
6453
6453
|
let svg;
|
|
6454
6454
|
let path;
|
|
6455
6455
|
return {
|
|
@@ -6478,7 +6478,7 @@ function create_fragment$T(ctx) {
|
|
|
6478
6478
|
var PlansIcon = class extends SvelteComponent {
|
|
6479
6479
|
constructor(options) {
|
|
6480
6480
|
super();
|
|
6481
|
-
init(this, options, null, create_fragment$
|
|
6481
|
+
init(this, options, null, create_fragment$W, safe_not_equal, {});
|
|
6482
6482
|
}
|
|
6483
6483
|
};
|
|
6484
6484
|
function create_if_block_1$k(ctx) {
|
|
@@ -6548,7 +6548,7 @@ function create_if_block_1$k(ctx) {
|
|
|
6548
6548
|
}
|
|
6549
6549
|
};
|
|
6550
6550
|
}
|
|
6551
|
-
function create_if_block$
|
|
6551
|
+
function create_if_block$q(ctx) {
|
|
6552
6552
|
let button;
|
|
6553
6553
|
let plansicon;
|
|
6554
6554
|
let t;
|
|
@@ -6615,7 +6615,7 @@ function create_if_block$p(ctx) {
|
|
|
6615
6615
|
}
|
|
6616
6616
|
};
|
|
6617
6617
|
}
|
|
6618
|
-
function create_fragment$
|
|
6618
|
+
function create_fragment$V(ctx) {
|
|
6619
6619
|
let t0;
|
|
6620
6620
|
let button0;
|
|
6621
6621
|
let securityicon;
|
|
@@ -6635,7 +6635,7 @@ function create_fragment$S(ctx) {
|
|
|
6635
6635
|
let if_block0 = !/*hideProfileSection*/
|
|
6636
6636
|
ctx[1] && create_if_block_1$k(ctx);
|
|
6637
6637
|
securityicon = new SecurityIcon({});
|
|
6638
|
-
let if_block1 = show_if && create_if_block$
|
|
6638
|
+
let if_block1 = show_if && create_if_block$q(ctx);
|
|
6639
6639
|
logouticon = new LogoutIcon({});
|
|
6640
6640
|
return {
|
|
6641
6641
|
c() {
|
|
@@ -6770,7 +6770,7 @@ function create_fragment$S(ctx) {
|
|
|
6770
6770
|
}
|
|
6771
6771
|
};
|
|
6772
6772
|
}
|
|
6773
|
-
function instance$
|
|
6773
|
+
function instance$v($$self, $$props, $$invalidate) {
|
|
6774
6774
|
let { member } = $$props;
|
|
6775
6775
|
let { onSuccessLogout } = $$props;
|
|
6776
6776
|
let { displayProfile } = $$props;
|
|
@@ -6834,7 +6834,7 @@ function instance$u($$self, $$props, $$invalidate) {
|
|
|
6834
6834
|
var ProfileModalNav = class extends SvelteComponent {
|
|
6835
6835
|
constructor(options) {
|
|
6836
6836
|
super();
|
|
6837
|
-
init(this, options, instance$
|
|
6837
|
+
init(this, options, instance$v, create_fragment$V, safe_not_equal, {
|
|
6838
6838
|
member: 4,
|
|
6839
6839
|
onSuccessLogout: 5,
|
|
6840
6840
|
displayProfile: 0,
|
|
@@ -6843,7 +6843,7 @@ var ProfileModalNav = class extends SvelteComponent {
|
|
|
6843
6843
|
});
|
|
6844
6844
|
}
|
|
6845
6845
|
};
|
|
6846
|
-
function create_fragment$
|
|
6846
|
+
function create_fragment$U(ctx) {
|
|
6847
6847
|
let svg;
|
|
6848
6848
|
let path;
|
|
6849
6849
|
return {
|
|
@@ -6874,10 +6874,10 @@ function create_fragment$R(ctx) {
|
|
|
6874
6874
|
var ProfileDefaultImage = class extends SvelteComponent {
|
|
6875
6875
|
constructor(options) {
|
|
6876
6876
|
super();
|
|
6877
|
-
init(this, options, null, create_fragment$
|
|
6877
|
+
init(this, options, null, create_fragment$U, safe_not_equal, {});
|
|
6878
6878
|
}
|
|
6879
6879
|
};
|
|
6880
|
-
function create_fragment$
|
|
6880
|
+
function create_fragment$T(ctx) {
|
|
6881
6881
|
let svg;
|
|
6882
6882
|
let g;
|
|
6883
6883
|
let path0;
|
|
@@ -6922,7 +6922,7 @@ function create_fragment$Q(ctx) {
|
|
|
6922
6922
|
var UploadIcon = class extends SvelteComponent {
|
|
6923
6923
|
constructor(options) {
|
|
6924
6924
|
super();
|
|
6925
|
-
init(this, options, null, create_fragment$
|
|
6925
|
+
init(this, options, null, create_fragment$T, safe_not_equal, {});
|
|
6926
6926
|
}
|
|
6927
6927
|
};
|
|
6928
6928
|
function get_each_context$a(ctx, list, i) {
|
|
@@ -7019,7 +7019,7 @@ function create_if_block_1$j(ctx) {
|
|
|
7019
7019
|
}
|
|
7020
7020
|
};
|
|
7021
7021
|
}
|
|
7022
|
-
function create_if_block$
|
|
7022
|
+
function create_if_block$p(ctx) {
|
|
7023
7023
|
let div1;
|
|
7024
7024
|
let div0;
|
|
7025
7025
|
let label;
|
|
@@ -7148,7 +7148,7 @@ function create_each_block$a(ctx) {
|
|
|
7148
7148
|
let if_block_anchor;
|
|
7149
7149
|
let if_block = (
|
|
7150
7150
|
/*customField*/
|
|
7151
|
-
ctx[10].hidden !== true && create_if_block$
|
|
7151
|
+
ctx[10].hidden !== true && create_if_block$p(ctx)
|
|
7152
7152
|
);
|
|
7153
7153
|
return {
|
|
7154
7154
|
c() {
|
|
@@ -7169,7 +7169,7 @@ function create_each_block$a(ctx) {
|
|
|
7169
7169
|
if (if_block) {
|
|
7170
7170
|
if_block.p(ctx2, dirty);
|
|
7171
7171
|
} else {
|
|
7172
|
-
if_block = create_if_block$
|
|
7172
|
+
if_block = create_if_block$p(ctx2);
|
|
7173
7173
|
if_block.c();
|
|
7174
7174
|
if_block.m(if_block_anchor.parentNode, if_block_anchor);
|
|
7175
7175
|
}
|
|
@@ -7186,7 +7186,7 @@ function create_each_block$a(ctx) {
|
|
|
7186
7186
|
}
|
|
7187
7187
|
};
|
|
7188
7188
|
}
|
|
7189
|
-
function create_fragment$
|
|
7189
|
+
function create_fragment$S(ctx) {
|
|
7190
7190
|
let div1;
|
|
7191
7191
|
let h2;
|
|
7192
7192
|
let t1;
|
|
@@ -7404,7 +7404,7 @@ function create_fragment$P(ctx) {
|
|
|
7404
7404
|
}
|
|
7405
7405
|
};
|
|
7406
7406
|
}
|
|
7407
|
-
function instance$
|
|
7407
|
+
function instance$u($$self, $$props, $$invalidate) {
|
|
7408
7408
|
let { customFields } = $$props;
|
|
7409
7409
|
let { member } = $$props;
|
|
7410
7410
|
let { profileLoader } = $$props;
|
|
@@ -7507,14 +7507,14 @@ function instance$t($$self, $$props, $$invalidate) {
|
|
|
7507
7507
|
var ProfileInfoContent = class extends SvelteComponent {
|
|
7508
7508
|
constructor(options) {
|
|
7509
7509
|
super();
|
|
7510
|
-
init(this, options, instance$
|
|
7510
|
+
init(this, options, instance$u, create_fragment$S, safe_not_equal, {
|
|
7511
7511
|
customFields: 1,
|
|
7512
7512
|
member: 0,
|
|
7513
7513
|
profileLoader: 5
|
|
7514
7514
|
});
|
|
7515
7515
|
}
|
|
7516
7516
|
};
|
|
7517
|
-
function create_fragment$
|
|
7517
|
+
function create_fragment$R(ctx) {
|
|
7518
7518
|
let svg;
|
|
7519
7519
|
let path;
|
|
7520
7520
|
return {
|
|
@@ -7543,7 +7543,7 @@ function create_fragment$O(ctx) {
|
|
|
7543
7543
|
var PasswordLockIcon = class extends SvelteComponent {
|
|
7544
7544
|
constructor(options) {
|
|
7545
7545
|
super();
|
|
7546
|
-
init(this, options, null, create_fragment$
|
|
7546
|
+
init(this, options, null, create_fragment$R, safe_not_equal, {});
|
|
7547
7547
|
}
|
|
7548
7548
|
};
|
|
7549
7549
|
function get_each_context$9(ctx, list, i) {
|
|
@@ -7581,7 +7581,7 @@ function create_if_block_2$d(ctx) {
|
|
|
7581
7581
|
}
|
|
7582
7582
|
};
|
|
7583
7583
|
}
|
|
7584
|
-
function create_if_block$
|
|
7584
|
+
function create_if_block$o(ctx) {
|
|
7585
7585
|
let p;
|
|
7586
7586
|
let t1;
|
|
7587
7587
|
let div;
|
|
@@ -7860,7 +7860,7 @@ function create_each_block$9(key_1, ctx) {
|
|
|
7860
7860
|
}
|
|
7861
7861
|
};
|
|
7862
7862
|
}
|
|
7863
|
-
function create_fragment$
|
|
7863
|
+
function create_fragment$Q(ctx) {
|
|
7864
7864
|
let div1;
|
|
7865
7865
|
let h2;
|
|
7866
7866
|
let t1;
|
|
@@ -7920,7 +7920,7 @@ function create_fragment$N(ctx) {
|
|
|
7920
7920
|
let if_block0 = current_block_type(ctx);
|
|
7921
7921
|
let if_block1 = (
|
|
7922
7922
|
/*$app*/
|
|
7923
|
-
ctx[4].authProviders.length > 0 && create_if_block$
|
|
7923
|
+
ctx[4].authProviders.length > 0 && create_if_block$o(ctx)
|
|
7924
7924
|
);
|
|
7925
7925
|
return {
|
|
7926
7926
|
c() {
|
|
@@ -8046,7 +8046,7 @@ function create_fragment$N(ctx) {
|
|
|
8046
8046
|
if (if_block1) {
|
|
8047
8047
|
if_block1.p(ctx2, dirty);
|
|
8048
8048
|
} else {
|
|
8049
|
-
if_block1 = create_if_block$
|
|
8049
|
+
if_block1 = create_if_block$o(ctx2);
|
|
8050
8050
|
if_block1.c();
|
|
8051
8051
|
if_block1.m(if_block1_anchor.parentNode, if_block1_anchor);
|
|
8052
8052
|
}
|
|
@@ -8092,7 +8092,7 @@ function create_fragment$N(ctx) {
|
|
|
8092
8092
|
}
|
|
8093
8093
|
};
|
|
8094
8094
|
}
|
|
8095
|
-
function instance$
|
|
8095
|
+
function instance$t($$self, $$props, $$invalidate) {
|
|
8096
8096
|
let $app;
|
|
8097
8097
|
component_subscribe($$self, AppStore, ($$value) => $$invalidate(4, $app = $$value));
|
|
8098
8098
|
let { displayProfile } = $$props;
|
|
@@ -8201,7 +8201,7 @@ function instance$s($$self, $$props, $$invalidate) {
|
|
|
8201
8201
|
var SecurityInfoContent = class extends SvelteComponent {
|
|
8202
8202
|
constructor(options) {
|
|
8203
8203
|
super();
|
|
8204
|
-
init(this, options, instance$
|
|
8204
|
+
init(this, options, instance$t, create_fragment$Q, safe_not_equal, {
|
|
8205
8205
|
displayProfile: 0,
|
|
8206
8206
|
member: 1,
|
|
8207
8207
|
emailValue: 2,
|
|
@@ -8239,7 +8239,7 @@ function create_if_block_1$h(ctx) {
|
|
|
8239
8239
|
}
|
|
8240
8240
|
};
|
|
8241
8241
|
}
|
|
8242
|
-
function create_if_block$
|
|
8242
|
+
function create_if_block$n(ctx) {
|
|
8243
8243
|
let passwordinput;
|
|
8244
8244
|
let updating_passwordValue;
|
|
8245
8245
|
let updating_passwordInputValid;
|
|
@@ -8312,7 +8312,7 @@ function create_if_block$m(ctx) {
|
|
|
8312
8312
|
}
|
|
8313
8313
|
};
|
|
8314
8314
|
}
|
|
8315
|
-
function create_fragment$
|
|
8315
|
+
function create_fragment$P(ctx) {
|
|
8316
8316
|
let div3;
|
|
8317
8317
|
let div1;
|
|
8318
8318
|
let div0;
|
|
@@ -8349,7 +8349,7 @@ function create_fragment$M(ctx) {
|
|
|
8349
8349
|
let if_block0 = current_block_type(ctx);
|
|
8350
8350
|
let if_block1 = (
|
|
8351
8351
|
/*member*/
|
|
8352
|
-
ctx[1].auth.hasPassword && create_if_block$
|
|
8352
|
+
ctx[1].auth.hasPassword && create_if_block$n(ctx)
|
|
8353
8353
|
);
|
|
8354
8354
|
function passwordinput0_passwordValue_binding(value) {
|
|
8355
8355
|
ctx[13](value);
|
|
@@ -8515,7 +8515,7 @@ function create_fragment$M(ctx) {
|
|
|
8515
8515
|
transition_in(if_block1, 1);
|
|
8516
8516
|
}
|
|
8517
8517
|
} else {
|
|
8518
|
-
if_block1 = create_if_block$
|
|
8518
|
+
if_block1 = create_if_block$n(ctx2);
|
|
8519
8519
|
if_block1.c();
|
|
8520
8520
|
transition_in(if_block1, 1);
|
|
8521
8521
|
if_block1.m(form, t4);
|
|
@@ -8594,7 +8594,7 @@ function create_fragment$M(ctx) {
|
|
|
8594
8594
|
}
|
|
8595
8595
|
};
|
|
8596
8596
|
}
|
|
8597
|
-
function instance$
|
|
8597
|
+
function instance$s($$self, $$props, $$invalidate) {
|
|
8598
8598
|
let { displayProfile } = $$props;
|
|
8599
8599
|
let { profileLoader } = $$props;
|
|
8600
8600
|
let { member } = $$props;
|
|
@@ -8691,7 +8691,7 @@ function instance$r($$self, $$props, $$invalidate) {
|
|
|
8691
8691
|
var PasswordInfoContent = class extends SvelteComponent {
|
|
8692
8692
|
constructor(options) {
|
|
8693
8693
|
super();
|
|
8694
|
-
init(this, options, instance$
|
|
8694
|
+
init(this, options, instance$s, create_fragment$P, safe_not_equal, {
|
|
8695
8695
|
displayProfile: 0,
|
|
8696
8696
|
profileLoader: 9,
|
|
8697
8697
|
member: 1
|
|
@@ -8731,7 +8731,7 @@ function slide(node, { delay = 0, duration = 400, easing = cubicOut, axis = "y"
|
|
|
8731
8731
|
css: (t) => `overflow: hidden;opacity: ${Math.min(t * 20, 1) * opacity};${primary_property}: ${t * primary_property_value}px;padding-${secondary_properties[0]}: ${t * padding_start_value}px;padding-${secondary_properties[1]}: ${t * padding_end_value}px;margin-${secondary_properties[0]}: ${t * margin_start_value}px;margin-${secondary_properties[1]}: ${t * margin_end_value}px;border-${secondary_properties[0]}-width: ${t * border_width_start_value}px;border-${secondary_properties[1]}-width: ${t * border_width_end_value}px;`
|
|
8732
8732
|
};
|
|
8733
8733
|
}
|
|
8734
|
-
function create_fragment$
|
|
8734
|
+
function create_fragment$O(ctx) {
|
|
8735
8735
|
let div;
|
|
8736
8736
|
let loadingicon;
|
|
8737
8737
|
let div_transition;
|
|
@@ -8781,10 +8781,10 @@ function create_fragment$L(ctx) {
|
|
|
8781
8781
|
var ProfileLoader = class extends SvelteComponent {
|
|
8782
8782
|
constructor(options) {
|
|
8783
8783
|
super();
|
|
8784
|
-
init(this, options, null, create_fragment$
|
|
8784
|
+
init(this, options, null, create_fragment$O, safe_not_equal, {});
|
|
8785
8785
|
}
|
|
8786
8786
|
};
|
|
8787
|
-
function create_fragment$
|
|
8787
|
+
function create_fragment$N(ctx) {
|
|
8788
8788
|
let button;
|
|
8789
8789
|
let switch_instance0;
|
|
8790
8790
|
let t0;
|
|
@@ -8950,7 +8950,7 @@ function create_fragment$K(ctx) {
|
|
|
8950
8950
|
}
|
|
8951
8951
|
};
|
|
8952
8952
|
}
|
|
8953
|
-
function instance$
|
|
8953
|
+
function instance$r($$self, $$props, $$invalidate) {
|
|
8954
8954
|
const omit_props_names = ["buttonText", "buttonRightIcon", "buttonLeftIcon", "onClick"];
|
|
8955
8955
|
let $$restProps = compute_rest_props($$props, omit_props_names);
|
|
8956
8956
|
let $app;
|
|
@@ -8981,7 +8981,7 @@ function instance$q($$self, $$props, $$invalidate) {
|
|
|
8981
8981
|
var RegularButton = class extends SvelteComponent {
|
|
8982
8982
|
constructor(options) {
|
|
8983
8983
|
super();
|
|
8984
|
-
init(this, options, instance$
|
|
8984
|
+
init(this, options, instance$r, create_fragment$N, safe_not_equal, {
|
|
8985
8985
|
buttonText: 0,
|
|
8986
8986
|
buttonRightIcon: 1,
|
|
8987
8987
|
buttonLeftIcon: 2,
|
|
@@ -8989,7 +8989,7 @@ var RegularButton = class extends SvelteComponent {
|
|
|
8989
8989
|
});
|
|
8990
8990
|
}
|
|
8991
8991
|
};
|
|
8992
|
-
function create_fragment$
|
|
8992
|
+
function create_fragment$M(ctx) {
|
|
8993
8993
|
let button;
|
|
8994
8994
|
let t;
|
|
8995
8995
|
let button_class_value;
|
|
@@ -9059,7 +9059,7 @@ function create_fragment$J(ctx) {
|
|
|
9059
9059
|
}
|
|
9060
9060
|
};
|
|
9061
9061
|
}
|
|
9062
|
-
function instance$
|
|
9062
|
+
function instance$q($$self, $$props, $$invalidate) {
|
|
9063
9063
|
const omit_props_names = ["buttonText", "onClick"];
|
|
9064
9064
|
let $$restProps = compute_rest_props($$props, omit_props_names);
|
|
9065
9065
|
let $app;
|
|
@@ -9084,7 +9084,7 @@ function instance$p($$self, $$props, $$invalidate) {
|
|
|
9084
9084
|
var TextButton = class extends SvelteComponent {
|
|
9085
9085
|
constructor(options) {
|
|
9086
9086
|
super();
|
|
9087
|
-
init(this, options, instance$
|
|
9087
|
+
init(this, options, instance$q, create_fragment$M, safe_not_equal, { buttonText: 0, onClick: 1 });
|
|
9088
9088
|
}
|
|
9089
9089
|
};
|
|
9090
9090
|
function get_each_context$8(ctx, list, i) {
|
|
@@ -9311,7 +9311,7 @@ function create_each_block$8(ctx) {
|
|
|
9311
9311
|
}
|
|
9312
9312
|
};
|
|
9313
9313
|
}
|
|
9314
|
-
function create_if_block$
|
|
9314
|
+
function create_if_block$m(ctx) {
|
|
9315
9315
|
let div;
|
|
9316
9316
|
return {
|
|
9317
9317
|
c() {
|
|
@@ -9327,7 +9327,7 @@ function create_if_block$l(ctx) {
|
|
|
9327
9327
|
}
|
|
9328
9328
|
};
|
|
9329
9329
|
}
|
|
9330
|
-
function create_fragment$
|
|
9330
|
+
function create_fragment$L(ctx) {
|
|
9331
9331
|
let div;
|
|
9332
9332
|
let t1;
|
|
9333
9333
|
let t2;
|
|
@@ -9344,7 +9344,7 @@ function create_fragment$I(ctx) {
|
|
|
9344
9344
|
);
|
|
9345
9345
|
let if_block2 = !/*member*/
|
|
9346
9346
|
ctx[0].stripeCustomerId && /*freePlanConnections*/
|
|
9347
|
-
ctx[1].length === 0 && create_if_block$
|
|
9347
|
+
ctx[1].length === 0 && create_if_block$m();
|
|
9348
9348
|
return {
|
|
9349
9349
|
c() {
|
|
9350
9350
|
div = element("div");
|
|
@@ -9428,7 +9428,7 @@ function create_fragment$I(ctx) {
|
|
|
9428
9428
|
if (if_block2)
|
|
9429
9429
|
;
|
|
9430
9430
|
else {
|
|
9431
|
-
if_block2 = create_if_block$
|
|
9431
|
+
if_block2 = create_if_block$m();
|
|
9432
9432
|
if_block2.c();
|
|
9433
9433
|
if_block2.m(if_block2_anchor.parentNode, if_block2_anchor);
|
|
9434
9434
|
}
|
|
@@ -9469,7 +9469,7 @@ function create_fragment$I(ctx) {
|
|
|
9469
9469
|
}
|
|
9470
9470
|
};
|
|
9471
9471
|
}
|
|
9472
|
-
function instance$
|
|
9472
|
+
function instance$p($$self, $$props, $$invalidate) {
|
|
9473
9473
|
let freePlanConnections;
|
|
9474
9474
|
let $app;
|
|
9475
9475
|
component_subscribe($$self, AppStore, ($$value) => $$invalidate(2, $app = $$value));
|
|
@@ -9523,7 +9523,7 @@ function instance$o($$self, $$props, $$invalidate) {
|
|
|
9523
9523
|
var PlansInfoContent = class extends SvelteComponent {
|
|
9524
9524
|
constructor(options) {
|
|
9525
9525
|
super();
|
|
9526
|
-
init(this, options, instance$
|
|
9526
|
+
init(this, options, instance$p, create_fragment$L, safe_not_equal, { profileLoader: 5, member: 0 });
|
|
9527
9527
|
}
|
|
9528
9528
|
};
|
|
9529
9529
|
function create_if_block_4$5(ctx) {
|
|
@@ -9801,7 +9801,7 @@ function create_if_block_1$f(ctx) {
|
|
|
9801
9801
|
}
|
|
9802
9802
|
};
|
|
9803
9803
|
}
|
|
9804
|
-
function create_if_block$
|
|
9804
|
+
function create_if_block$l(ctx) {
|
|
9805
9805
|
let profileinfocontent;
|
|
9806
9806
|
let updating_member;
|
|
9807
9807
|
let updating_profileLoader;
|
|
@@ -9880,7 +9880,7 @@ function create_if_block$k(ctx) {
|
|
|
9880
9880
|
}
|
|
9881
9881
|
};
|
|
9882
9882
|
}
|
|
9883
|
-
function create_fragment$
|
|
9883
|
+
function create_fragment$K(ctx) {
|
|
9884
9884
|
let div5;
|
|
9885
9885
|
let div1;
|
|
9886
9886
|
let div0;
|
|
@@ -9957,7 +9957,7 @@ function create_fragment$H(ctx) {
|
|
|
9957
9957
|
/*profileLoader*/
|
|
9958
9958
|
ctx[4] && create_if_block_4$5()
|
|
9959
9959
|
);
|
|
9960
|
-
const if_block_creators = [create_if_block$
|
|
9960
|
+
const if_block_creators = [create_if_block$l, create_if_block_1$f, create_if_block_2$b, create_if_block_3$7];
|
|
9961
9961
|
const if_blocks = [];
|
|
9962
9962
|
function select_block_type(ctx2, dirty) {
|
|
9963
9963
|
if (
|
|
@@ -10159,7 +10159,7 @@ function create_fragment$H(ctx) {
|
|
|
10159
10159
|
};
|
|
10160
10160
|
}
|
|
10161
10161
|
var hideProfileSection = false;
|
|
10162
|
-
function instance$
|
|
10162
|
+
function instance$o($$self, $$props, $$invalidate) {
|
|
10163
10163
|
let $app;
|
|
10164
10164
|
component_subscribe($$self, AppStore, ($$value) => $$invalidate(5, $app = $$value));
|
|
10165
10165
|
let { onSuccessLogout } = $$props;
|
|
@@ -10254,7 +10254,7 @@ function instance$n($$self, $$props, $$invalidate) {
|
|
|
10254
10254
|
var ProfileModal = class extends SvelteComponent {
|
|
10255
10255
|
constructor(options) {
|
|
10256
10256
|
super();
|
|
10257
|
-
init(this, options, instance$
|
|
10257
|
+
init(this, options, instance$o, create_fragment$K, safe_not_equal, {
|
|
10258
10258
|
onSuccessLogout: 2,
|
|
10259
10259
|
closeModal: 3,
|
|
10260
10260
|
displayProfile: 0,
|
|
@@ -10262,7 +10262,7 @@ var ProfileModal = class extends SvelteComponent {
|
|
|
10262
10262
|
});
|
|
10263
10263
|
}
|
|
10264
10264
|
};
|
|
10265
|
-
function create_fragment$
|
|
10265
|
+
function create_fragment$J(ctx) {
|
|
10266
10266
|
let svg;
|
|
10267
10267
|
let path;
|
|
10268
10268
|
return {
|
|
@@ -10292,7 +10292,7 @@ function create_fragment$G(ctx) {
|
|
|
10292
10292
|
var ForwardIcon = class extends SvelteComponent {
|
|
10293
10293
|
constructor(options) {
|
|
10294
10294
|
super();
|
|
10295
|
-
init(this, options, null, create_fragment$
|
|
10295
|
+
init(this, options, null, create_fragment$J, safe_not_equal, {});
|
|
10296
10296
|
}
|
|
10297
10297
|
};
|
|
10298
10298
|
function create_if_block_1$e(ctx) {
|
|
@@ -10374,7 +10374,7 @@ function create_if_block_1$e(ctx) {
|
|
|
10374
10374
|
}
|
|
10375
10375
|
};
|
|
10376
10376
|
}
|
|
10377
|
-
function create_if_block$
|
|
10377
|
+
function create_if_block$k(ctx) {
|
|
10378
10378
|
let button;
|
|
10379
10379
|
let div;
|
|
10380
10380
|
let linkouticon;
|
|
@@ -10437,7 +10437,7 @@ function create_if_block$j(ctx) {
|
|
|
10437
10437
|
}
|
|
10438
10438
|
};
|
|
10439
10439
|
}
|
|
10440
|
-
function create_fragment$
|
|
10440
|
+
function create_fragment$I(ctx) {
|
|
10441
10441
|
let div2;
|
|
10442
10442
|
let t0;
|
|
10443
10443
|
let button0;
|
|
@@ -10463,7 +10463,7 @@ function create_fragment$F(ctx) {
|
|
|
10463
10463
|
forwardicon0 = new ForwardIcon({});
|
|
10464
10464
|
let if_block1 = (
|
|
10465
10465
|
/*member*/
|
|
10466
|
-
ctx[1].stripeCustomerId && create_if_block$
|
|
10466
|
+
ctx[1].stripeCustomerId && create_if_block$k(ctx)
|
|
10467
10467
|
);
|
|
10468
10468
|
logouticon = new LogoutIcon({});
|
|
10469
10469
|
forwardicon1 = new ForwardIcon({});
|
|
@@ -10583,7 +10583,7 @@ function create_fragment$F(ctx) {
|
|
|
10583
10583
|
transition_in(if_block1, 1);
|
|
10584
10584
|
}
|
|
10585
10585
|
} else {
|
|
10586
|
-
if_block1 = create_if_block$
|
|
10586
|
+
if_block1 = create_if_block$k(ctx2);
|
|
10587
10587
|
if_block1.c();
|
|
10588
10588
|
transition_in(if_block1, 1);
|
|
10589
10589
|
if_block1.m(div2, t4);
|
|
@@ -10632,7 +10632,7 @@ function create_fragment$F(ctx) {
|
|
|
10632
10632
|
}
|
|
10633
10633
|
};
|
|
10634
10634
|
}
|
|
10635
|
-
function instance$
|
|
10635
|
+
function instance$n($$self, $$props, $$invalidate) {
|
|
10636
10636
|
let { member } = $$props;
|
|
10637
10637
|
let { onSuccessLogout } = $$props;
|
|
10638
10638
|
let { displayProfile } = $$props;
|
|
@@ -10697,7 +10697,7 @@ function instance$m($$self, $$props, $$invalidate) {
|
|
|
10697
10697
|
var MobileProfileModalNav = class extends SvelteComponent {
|
|
10698
10698
|
constructor(options) {
|
|
10699
10699
|
super();
|
|
10700
|
-
init(this, options, instance$
|
|
10700
|
+
init(this, options, instance$n, create_fragment$I, safe_not_equal, {
|
|
10701
10701
|
member: 1,
|
|
10702
10702
|
onSuccessLogout: 6,
|
|
10703
10703
|
displayProfile: 0,
|
|
@@ -10713,7 +10713,7 @@ function get_each_context$7(ctx, list, i) {
|
|
|
10713
10713
|
child_ctx[7] = i;
|
|
10714
10714
|
return child_ctx;
|
|
10715
10715
|
}
|
|
10716
|
-
function create_if_block$
|
|
10716
|
+
function create_if_block$j(ctx) {
|
|
10717
10717
|
let div1;
|
|
10718
10718
|
let div0;
|
|
10719
10719
|
let label;
|
|
@@ -10828,7 +10828,7 @@ function create_each_block$7(ctx) {
|
|
|
10828
10828
|
let if_block_anchor;
|
|
10829
10829
|
let if_block = (
|
|
10830
10830
|
/*customField*/
|
|
10831
|
-
ctx[5].hidden !== true && create_if_block$
|
|
10831
|
+
ctx[5].hidden !== true && create_if_block$j(ctx)
|
|
10832
10832
|
);
|
|
10833
10833
|
return {
|
|
10834
10834
|
c() {
|
|
@@ -10849,7 +10849,7 @@ function create_each_block$7(ctx) {
|
|
|
10849
10849
|
if (if_block) {
|
|
10850
10850
|
if_block.p(ctx2, dirty);
|
|
10851
10851
|
} else {
|
|
10852
|
-
if_block = create_if_block$
|
|
10852
|
+
if_block = create_if_block$j(ctx2);
|
|
10853
10853
|
if_block.c();
|
|
10854
10854
|
if_block.m(if_block_anchor.parentNode, if_block_anchor);
|
|
10855
10855
|
}
|
|
@@ -10866,7 +10866,7 @@ function create_each_block$7(ctx) {
|
|
|
10866
10866
|
}
|
|
10867
10867
|
};
|
|
10868
10868
|
}
|
|
10869
|
-
function create_fragment$
|
|
10869
|
+
function create_fragment$H(ctx) {
|
|
10870
10870
|
let form;
|
|
10871
10871
|
let t0;
|
|
10872
10872
|
let div;
|
|
@@ -10961,7 +10961,7 @@ function create_fragment$E(ctx) {
|
|
|
10961
10961
|
}
|
|
10962
10962
|
};
|
|
10963
10963
|
}
|
|
10964
|
-
function instance$
|
|
10964
|
+
function instance$m($$self, $$props, $$invalidate) {
|
|
10965
10965
|
let { customFields } = $$props;
|
|
10966
10966
|
let { member } = $$props;
|
|
10967
10967
|
let { profileLoader } = $$props;
|
|
@@ -10989,7 +10989,7 @@ function instance$l($$self, $$props, $$invalidate) {
|
|
|
10989
10989
|
var MobileProfileInfoContent = class extends SvelteComponent {
|
|
10990
10990
|
constructor(options) {
|
|
10991
10991
|
super();
|
|
10992
|
-
init(this, options, instance$
|
|
10992
|
+
init(this, options, instance$m, create_fragment$H, safe_not_equal, {
|
|
10993
10993
|
customFields: 1,
|
|
10994
10994
|
member: 0,
|
|
10995
10995
|
profileLoader: 3
|
|
@@ -11031,7 +11031,7 @@ function create_if_block_2$a(ctx) {
|
|
|
11031
11031
|
}
|
|
11032
11032
|
};
|
|
11033
11033
|
}
|
|
11034
|
-
function create_if_block$
|
|
11034
|
+
function create_if_block$i(ctx) {
|
|
11035
11035
|
let p;
|
|
11036
11036
|
let t1;
|
|
11037
11037
|
let div;
|
|
@@ -11310,7 +11310,7 @@ function create_each_block$6(key_1, ctx) {
|
|
|
11310
11310
|
}
|
|
11311
11311
|
};
|
|
11312
11312
|
}
|
|
11313
|
-
function create_fragment$
|
|
11313
|
+
function create_fragment$G(ctx) {
|
|
11314
11314
|
let form;
|
|
11315
11315
|
let emailinput;
|
|
11316
11316
|
let updating_emailInputValid;
|
|
@@ -11366,7 +11366,7 @@ function create_fragment$D(ctx) {
|
|
|
11366
11366
|
let if_block0 = current_block_type(ctx);
|
|
11367
11367
|
let if_block1 = (
|
|
11368
11368
|
/*$app*/
|
|
11369
|
-
ctx[4].authProviders.length > 0 && create_if_block$
|
|
11369
|
+
ctx[4].authProviders.length > 0 && create_if_block$i(ctx)
|
|
11370
11370
|
);
|
|
11371
11371
|
return {
|
|
11372
11372
|
c() {
|
|
@@ -11475,7 +11475,7 @@ function create_fragment$D(ctx) {
|
|
|
11475
11475
|
if (if_block1) {
|
|
11476
11476
|
if_block1.p(ctx2, dirty);
|
|
11477
11477
|
} else {
|
|
11478
|
-
if_block1 = create_if_block$
|
|
11478
|
+
if_block1 = create_if_block$i(ctx2);
|
|
11479
11479
|
if_block1.c();
|
|
11480
11480
|
if_block1.m(t5.parentNode, t5);
|
|
11481
11481
|
}
|
|
@@ -11524,7 +11524,7 @@ function create_fragment$D(ctx) {
|
|
|
11524
11524
|
}
|
|
11525
11525
|
};
|
|
11526
11526
|
}
|
|
11527
|
-
function instance$
|
|
11527
|
+
function instance$l($$self, $$props, $$invalidate) {
|
|
11528
11528
|
let $app;
|
|
11529
11529
|
component_subscribe($$self, AppStore, ($$value) => $$invalidate(4, $app = $$value));
|
|
11530
11530
|
let { displayProfile } = $$props;
|
|
@@ -11633,7 +11633,7 @@ function instance$k($$self, $$props, $$invalidate) {
|
|
|
11633
11633
|
var MobileSecurityInfoContent = class extends SvelteComponent {
|
|
11634
11634
|
constructor(options) {
|
|
11635
11635
|
super();
|
|
11636
|
-
init(this, options, instance$
|
|
11636
|
+
init(this, options, instance$l, create_fragment$G, safe_not_equal, {
|
|
11637
11637
|
displayProfile: 0,
|
|
11638
11638
|
member: 1,
|
|
11639
11639
|
emailValue: 2,
|
|
@@ -11641,7 +11641,7 @@ var MobileSecurityInfoContent = class extends SvelteComponent {
|
|
|
11641
11641
|
});
|
|
11642
11642
|
}
|
|
11643
11643
|
};
|
|
11644
|
-
function create_if_block$
|
|
11644
|
+
function create_if_block$h(ctx) {
|
|
11645
11645
|
let passwordinput;
|
|
11646
11646
|
let updating_passwordValue;
|
|
11647
11647
|
let updating_passwordInputValid;
|
|
@@ -11714,7 +11714,7 @@ function create_if_block$g(ctx) {
|
|
|
11714
11714
|
}
|
|
11715
11715
|
};
|
|
11716
11716
|
}
|
|
11717
|
-
function create_fragment$
|
|
11717
|
+
function create_fragment$F(ctx) {
|
|
11718
11718
|
let form;
|
|
11719
11719
|
let t0;
|
|
11720
11720
|
let passwordinput0;
|
|
@@ -11734,7 +11734,7 @@ function create_fragment$C(ctx) {
|
|
|
11734
11734
|
let dispose;
|
|
11735
11735
|
let if_block = (
|
|
11736
11736
|
/*member*/
|
|
11737
|
-
ctx[0].auth.hasPassword && create_if_block$
|
|
11737
|
+
ctx[0].auth.hasPassword && create_if_block$h(ctx)
|
|
11738
11738
|
);
|
|
11739
11739
|
function passwordinput0_passwordValue_binding(value) {
|
|
11740
11740
|
ctx[11](value);
|
|
@@ -11856,7 +11856,7 @@ function create_fragment$C(ctx) {
|
|
|
11856
11856
|
transition_in(if_block, 1);
|
|
11857
11857
|
}
|
|
11858
11858
|
} else {
|
|
11859
|
-
if_block = create_if_block$
|
|
11859
|
+
if_block = create_if_block$h(ctx2);
|
|
11860
11860
|
if_block.c();
|
|
11861
11861
|
transition_in(if_block, 1);
|
|
11862
11862
|
if_block.m(form, t0);
|
|
@@ -11939,7 +11939,7 @@ function create_fragment$C(ctx) {
|
|
|
11939
11939
|
}
|
|
11940
11940
|
};
|
|
11941
11941
|
}
|
|
11942
|
-
function instance$
|
|
11942
|
+
function instance$k($$self, $$props, $$invalidate) {
|
|
11943
11943
|
let { profileLoader } = $$props;
|
|
11944
11944
|
let { member } = $$props;
|
|
11945
11945
|
let currentPasswordValue = "";
|
|
@@ -12030,7 +12030,7 @@ function instance$j($$self, $$props, $$invalidate) {
|
|
|
12030
12030
|
var MobilePasswordInfoContent = class extends SvelteComponent {
|
|
12031
12031
|
constructor(options) {
|
|
12032
12032
|
super();
|
|
12033
|
-
init(this, options, instance$
|
|
12033
|
+
init(this, options, instance$k, create_fragment$F, safe_not_equal, { profileLoader: 8, member: 0 });
|
|
12034
12034
|
}
|
|
12035
12035
|
};
|
|
12036
12036
|
function create_if_block_6$3(ctx) {
|
|
@@ -12431,7 +12431,7 @@ function create_if_block_1$c(ctx) {
|
|
|
12431
12431
|
}
|
|
12432
12432
|
};
|
|
12433
12433
|
}
|
|
12434
|
-
function create_if_block$
|
|
12434
|
+
function create_if_block$g(ctx) {
|
|
12435
12435
|
let mobileprofilemodalnav;
|
|
12436
12436
|
let updating_member;
|
|
12437
12437
|
let updating_displayProfile;
|
|
@@ -12537,7 +12537,7 @@ function create_if_block$f(ctx) {
|
|
|
12537
12537
|
}
|
|
12538
12538
|
};
|
|
12539
12539
|
}
|
|
12540
|
-
function create_fragment$
|
|
12540
|
+
function create_fragment$E(ctx) {
|
|
12541
12541
|
let div5;
|
|
12542
12542
|
let div2;
|
|
12543
12543
|
let t0;
|
|
@@ -12588,7 +12588,7 @@ function create_fragment$B(ctx) {
|
|
|
12588
12588
|
/*profileLoader*/
|
|
12589
12589
|
ctx[6] && create_if_block_4$4()
|
|
12590
12590
|
);
|
|
12591
|
-
const if_block_creators_1 = [create_if_block$
|
|
12591
|
+
const if_block_creators_1 = [create_if_block$g, create_if_block_1$c, create_if_block_2$9, create_if_block_3$6];
|
|
12592
12592
|
const if_blocks_1 = [];
|
|
12593
12593
|
function select_block_type_1(ctx2, dirty) {
|
|
12594
12594
|
if (
|
|
@@ -12828,7 +12828,7 @@ function create_fragment$B(ctx) {
|
|
|
12828
12828
|
}
|
|
12829
12829
|
};
|
|
12830
12830
|
}
|
|
12831
|
-
function instance$
|
|
12831
|
+
function instance$j($$self, $$props, $$invalidate) {
|
|
12832
12832
|
let $app;
|
|
12833
12833
|
component_subscribe($$self, AppStore, ($$value) => $$invalidate(7, $app = $$value));
|
|
12834
12834
|
let { onSuccessLogout } = $$props;
|
|
@@ -12943,7 +12943,7 @@ function instance$i($$self, $$props, $$invalidate) {
|
|
|
12943
12943
|
var MobileProfileModal = class extends SvelteComponent {
|
|
12944
12944
|
constructor(options) {
|
|
12945
12945
|
super();
|
|
12946
|
-
init(this, options, instance$
|
|
12946
|
+
init(this, options, instance$j, create_fragment$E, safe_not_equal, {
|
|
12947
12947
|
onSuccessLogout: 3,
|
|
12948
12948
|
closeModal: 4,
|
|
12949
12949
|
displayProfile: 0,
|
|
@@ -12952,29 +12952,654 @@ var MobileProfileModal = class extends SvelteComponent {
|
|
|
12952
12952
|
});
|
|
12953
12953
|
}
|
|
12954
12954
|
};
|
|
12955
|
-
|
|
12956
|
-
|
|
12957
|
-
|
|
12958
|
-
|
|
12959
|
-
|
|
12960
|
-
|
|
12955
|
+
function add_css$j(target) {
|
|
12956
|
+
append_styles(target, "svelte-c6ihgv", "svg.svelte-c6ihgv{fill:currentColor}");
|
|
12957
|
+
}
|
|
12958
|
+
function create_fragment$D(ctx) {
|
|
12959
|
+
let svg;
|
|
12960
|
+
let path;
|
|
12961
|
+
return {
|
|
12962
|
+
c() {
|
|
12963
|
+
svg = svg_element("svg");
|
|
12964
|
+
path = svg_element("path");
|
|
12965
|
+
attr(path, "d", "M226.783-133.782q-38.363 0-65.682-27.319-27.319-27.319-27.319-65.682v-506.434q0-38.363 27.319-65.682 27.319-27.319 65.682-27.319h151.521q10.391-32.696 37.688-53.261 27.296-20.566 64.008-20.566 34.326 0 62.283 20.566 27.957 20.565 38.913 53.261h152.021q38.363 0 65.682 27.319 27.319 27.319 27.319 65.682v506.434q0 38.363-27.319 65.682-27.319 27.319-65.682 27.319H226.783Zm0-93.001h506.434v-506.434h-63.043v75.043q0 18.887-13.807 32.694-13.807 13.807-32.694 13.807H336.327q-18.887 0-32.694-13.807-13.807-13.807-13.807-32.694v-75.043h-63.043v506.434Zm253.006-518.913q13.711 0 23.711-9.789 10-9.79 10-23.5 0-13.711-9.789-23.711-9.79-10-23.5-10-13.711 0-23.711 9.79-10 9.789-10 23.5 0 13.71 9.789 23.71 9.79 10 23.5 10Z");
|
|
12966
|
+
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
|
12967
|
+
attr(svg, "height", "20");
|
|
12968
|
+
attr(svg, "viewBox", "0 -960 960 960");
|
|
12969
|
+
attr(svg, "width", "20");
|
|
12970
|
+
attr(svg, "class", "svelte-c6ihgv");
|
|
12971
|
+
},
|
|
12972
|
+
m(target, anchor) {
|
|
12973
|
+
insert(target, svg, anchor);
|
|
12974
|
+
append(svg, path);
|
|
12975
|
+
},
|
|
12976
|
+
p: noop,
|
|
12977
|
+
i: noop,
|
|
12978
|
+
o: noop,
|
|
12979
|
+
d(detaching) {
|
|
12980
|
+
if (detaching)
|
|
12981
|
+
detach(svg);
|
|
12982
|
+
}
|
|
12983
|
+
};
|
|
12984
|
+
}
|
|
12985
|
+
var CopyIcon$1 = class extends SvelteComponent {
|
|
12986
|
+
constructor(options) {
|
|
12987
|
+
super();
|
|
12988
|
+
init(this, options, null, create_fragment$D, safe_not_equal, {}, add_css$j);
|
|
12961
12989
|
}
|
|
12962
|
-
}
|
|
12963
|
-
|
|
12964
|
-
|
|
12965
|
-
|
|
12966
|
-
|
|
12967
|
-
|
|
12968
|
-
|
|
12969
|
-
|
|
12970
|
-
|
|
12971
|
-
|
|
12990
|
+
};
|
|
12991
|
+
function add_css$i(target) {
|
|
12992
|
+
append_styles(target, "svelte-50knw2", "svg.svelte-50knw2{fill:currentColor;width:9px;height:auto}");
|
|
12993
|
+
}
|
|
12994
|
+
function create_fragment$C(ctx) {
|
|
12995
|
+
let svg;
|
|
12996
|
+
let path;
|
|
12997
|
+
return {
|
|
12998
|
+
c() {
|
|
12999
|
+
svg = svg_element("svg");
|
|
13000
|
+
path = svg_element("path");
|
|
13001
|
+
attr(path, "fill", "currentColor");
|
|
13002
|
+
attr(path, "d", "M459-381 314-526q-3-3-4.5-6.5T308-540q0-8 5.5-14t14.5-6h304q9 0 14.5 6t5.5 14q0 2-6 14L501-381q-5 5-10 7t-11 2q-6 0-11-2t-10-7Z");
|
|
13003
|
+
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
|
13004
|
+
attr(svg, "viewBox", "308 -560 344 188");
|
|
13005
|
+
attr(svg, "class", "svelte-50knw2");
|
|
13006
|
+
},
|
|
13007
|
+
m(target, anchor) {
|
|
13008
|
+
insert(target, svg, anchor);
|
|
13009
|
+
append(svg, path);
|
|
13010
|
+
},
|
|
13011
|
+
p: noop,
|
|
13012
|
+
i: noop,
|
|
13013
|
+
o: noop,
|
|
13014
|
+
d(detaching) {
|
|
13015
|
+
if (detaching)
|
|
13016
|
+
detach(svg);
|
|
13017
|
+
}
|
|
13018
|
+
};
|
|
13019
|
+
}
|
|
13020
|
+
var ArrowIcon$1 = class extends SvelteComponent {
|
|
13021
|
+
constructor(options) {
|
|
13022
|
+
super();
|
|
13023
|
+
init(this, options, null, create_fragment$C, safe_not_equal, {}, add_css$i);
|
|
13024
|
+
}
|
|
13025
|
+
};
|
|
13026
|
+
function add_css$h(target) {
|
|
13027
|
+
append_styles(target, "svelte-w4kmg0", "#TestCardModal .copied{background-color:#3eb862 !important;color:#fff !important}#TestCardModal .copied svg{opacity:1 !important}#TestCardModal.svelte-w4kmg0 .ms-modal__title.svelte-w4kmg0{text-align:left;margin-bottom:5px;font-size:20px;line-height:24px}#TestCardModal.svelte-w4kmg0 .ms-video.svelte-w4kmg0{width:100%;margin-top:20px;margin-bottom:20px;border-radius:10px;overflow:hidden}#TestCardModal.svelte-w4kmg0 p.svelte-w4kmg0{color:#443;font-size:11px;line-height:16.5px;margin-bottom:10px}#TestCardModal.svelte-w4kmg0 p.no-margin.svelte-w4kmg0{margin:0}#TestCardModal.svelte-w4kmg0 p a.svelte-w4kmg0{color:#443;font-weight:bold;text-decoration:underline}#TestCardModal.svelte-w4kmg0 .ms-split-button.svelte-w4kmg0{display:flex;position:relative;margin-bottom:10px;width:100%;color:#292929;font-size:13px;line-height:1}#TestCardModal.svelte-w4kmg0 .ms-split-button__main.svelte-w4kmg0{background-color:#f5f5f5;border:0.5px solid #dddfee;border-radius:6px 0 0 6px;padding:10px 15px;width:100%;display:flex;text-overflow:ellipsis;gap:6px;align-items:center;transition:background-color 0.2s}#TestCardModal.svelte-w4kmg0 .ms-split-button__main span.svelte-w4kmg0{font-weight:bold}#TestCardModal.svelte-w4kmg0 .ms-split-button__main.svelte-w4kmg0:hover{background:#dddfee}#TestCardModal.svelte-w4kmg0 .ms-split-button__secondary.svelte-w4kmg0{background-color:#f5f5f5;border:0.5px solid #dddfee;border-radius:0 6px 6px 0;padding:10px 15px;display:flex;align-items:center;justify-content:center;transition:background-color 0.2s}#TestCardModal.svelte-w4kmg0 .ms-split-button__secondary.svelte-w4kmg0:hover{background:#dddfee}#TestCardModal.svelte-w4kmg0 .ms-split-button__secondary.active.svelte-w4kmg0{background:#dddfee}#TestCardModal.svelte-w4kmg0 .ms-split-button__dropdown.svelte-w4kmg0{background-color:#f5f5f5;border:0.5px solid #dddfee;border-radius:6px;color:#443;display:none;font-size:12px;line-height:1;position:absolute;right:0;top:100%;z-index:2147483649 !important;width:auto}#TestCardModal.svelte-w4kmg0 .ms-split-button__dropdown.show.svelte-w4kmg0{display:block}#TestCardModal.svelte-w4kmg0 .ms-split-button__dropdown section.svelte-w4kmg0{display:flex;flex-direction:column}#TestCardModal.svelte-w4kmg0 .ms-split-button__dropdown-title.svelte-w4kmg0{background-color:#f5f5f5;color:#000;font-size:11px;font-weight:bold;line-height:1;padding:10px;border-bottom:0.5px solid #dddfee;text-align:right}#TestCardModal.svelte-w4kmg0 .ms-split-button__dropdown button.svelte-w4kmg0{background-color:#fff;color:#443;font-size:11px;line-height:1;padding:10px;width:100%;text-align:right;transition:background-color 0.2s;display:flex;justify-content:space-between;align-items:center}#TestCardModal.svelte-w4kmg0 .ms-split-button__dropdown button .ms-split-button__copy-icon.svelte-w4kmg0{position:relative;width:20px;height:5px;display:flex;justify-content:center;align-items:center}#TestCardModal.svelte-w4kmg0 .ms-split-button__dropdown button.svelte-w4kmg0:hover{background-color:#dddfee}\n #TestCardModal\n .ms-split-button__dropdown\n button\n .ms-split-button__copy-icon\n svg\n {position:absolute}\n #TestCardModal\n .ms-split-button__dropdown\n button:hover\n .ms-split-button__copy-icon\n svg\n {opacity:1}\n #TestCardModal\n .ms-split-button__dropdown\n button\n .ms-split-button__copy-icon\n svg\n {opacity:0}#TestCardModal.svelte-w4kmg0 .ms-split-button__dropdown button span.svelte-w4kmg0{font-weight:bold}#TestCardModal.svelte-w4kmg0 .ms-split-button__dropdown-footer.svelte-w4kmg0{background-color:#f5f5f5;color:#000;font-size:11px;line-height:1;font-weight:bold;padding:10px;text-align:center}#TestCardModal.svelte-w4kmg0 .ms-split-button__dropdown-footer a.svelte-w4kmg0{color:#2962ff;text-decoration:none}#TestCardModal.svelte-w4kmg0 .ms-submit-button.svelte-w4kmg0{background-color:#434de7;border-radius:6px;color:#fff;font-size:14px;font-weight:bold;line-height:1;padding:16px;width:100%}");
|
|
13028
|
+
}
|
|
13029
|
+
function create_if_block$f(ctx) {
|
|
13030
|
+
let closebutton;
|
|
13031
|
+
let current;
|
|
13032
|
+
closebutton = new CloseButton({
|
|
13033
|
+
props: { closeModal: (
|
|
13034
|
+
/*closeModal*/
|
|
13035
|
+
ctx[0]
|
|
13036
|
+
) }
|
|
13037
|
+
});
|
|
13038
|
+
return {
|
|
13039
|
+
c() {
|
|
13040
|
+
create_component(closebutton.$$.fragment);
|
|
13041
|
+
},
|
|
13042
|
+
m(target, anchor) {
|
|
13043
|
+
mount_component(closebutton, target, anchor);
|
|
13044
|
+
current = true;
|
|
13045
|
+
},
|
|
13046
|
+
p(ctx2, dirty) {
|
|
13047
|
+
const closebutton_changes = {};
|
|
13048
|
+
if (dirty & /*closeModal*/
|
|
13049
|
+
1)
|
|
13050
|
+
closebutton_changes.closeModal = /*closeModal*/
|
|
13051
|
+
ctx2[0];
|
|
13052
|
+
closebutton.$set(closebutton_changes);
|
|
13053
|
+
},
|
|
13054
|
+
i(local) {
|
|
13055
|
+
if (current)
|
|
13056
|
+
return;
|
|
13057
|
+
transition_in(closebutton.$$.fragment, local);
|
|
13058
|
+
current = true;
|
|
13059
|
+
},
|
|
13060
|
+
o(local) {
|
|
13061
|
+
transition_out(closebutton.$$.fragment, local);
|
|
13062
|
+
current = false;
|
|
13063
|
+
},
|
|
13064
|
+
d(detaching) {
|
|
13065
|
+
destroy_component(closebutton, detaching);
|
|
13066
|
+
}
|
|
13067
|
+
};
|
|
13068
|
+
}
|
|
13069
|
+
function create_fragment$B(ctx) {
|
|
13070
|
+
let div5;
|
|
13071
|
+
let t0;
|
|
13072
|
+
let div4;
|
|
13073
|
+
let h2;
|
|
13074
|
+
let t2;
|
|
13075
|
+
let p0;
|
|
13076
|
+
let t4;
|
|
13077
|
+
let video;
|
|
13078
|
+
let source0;
|
|
13079
|
+
let source0_src_value;
|
|
13080
|
+
let source1;
|
|
13081
|
+
let source1_src_value;
|
|
13082
|
+
let t5;
|
|
13083
|
+
let div3;
|
|
13084
|
+
let button0;
|
|
13085
|
+
let copyicon0;
|
|
13086
|
+
let t6;
|
|
13087
|
+
let t7;
|
|
13088
|
+
let span0;
|
|
13089
|
+
let t9;
|
|
13090
|
+
let button1;
|
|
13091
|
+
let arrowicon;
|
|
13092
|
+
let t10;
|
|
13093
|
+
let nav;
|
|
13094
|
+
let section0;
|
|
13095
|
+
let div0;
|
|
13096
|
+
let t12;
|
|
13097
|
+
let button2;
|
|
13098
|
+
let span1;
|
|
13099
|
+
let copyicon1;
|
|
13100
|
+
let span2;
|
|
13101
|
+
let t15;
|
|
13102
|
+
let button3;
|
|
13103
|
+
let span3;
|
|
13104
|
+
let copyicon2;
|
|
13105
|
+
let span4;
|
|
13106
|
+
let t18;
|
|
13107
|
+
let button4;
|
|
13108
|
+
let span5;
|
|
13109
|
+
let copyicon3;
|
|
13110
|
+
let span6;
|
|
13111
|
+
let t21;
|
|
13112
|
+
let section1;
|
|
13113
|
+
let div1;
|
|
13114
|
+
let t23;
|
|
13115
|
+
let button5;
|
|
13116
|
+
let span7;
|
|
13117
|
+
let copyicon4;
|
|
13118
|
+
let span8;
|
|
13119
|
+
let t26;
|
|
13120
|
+
let button6;
|
|
13121
|
+
let span9;
|
|
13122
|
+
let copyicon5;
|
|
13123
|
+
let span10;
|
|
13124
|
+
let t29;
|
|
13125
|
+
let div2;
|
|
13126
|
+
let t33;
|
|
13127
|
+
let p1;
|
|
13128
|
+
let t35;
|
|
13129
|
+
let button7;
|
|
13130
|
+
let current;
|
|
13131
|
+
let mounted;
|
|
13132
|
+
let dispose;
|
|
13133
|
+
let if_block = (!/*params*/
|
|
13134
|
+
ctx[2] || !/*params*/
|
|
13135
|
+
ctx[2].hideCloseButton) && create_if_block$f(ctx);
|
|
13136
|
+
copyicon0 = new CopyIcon$1({});
|
|
13137
|
+
arrowicon = new ArrowIcon$1({});
|
|
13138
|
+
copyicon1 = new CopyIcon$1({});
|
|
13139
|
+
copyicon2 = new CopyIcon$1({});
|
|
13140
|
+
copyicon3 = new CopyIcon$1({});
|
|
13141
|
+
copyicon4 = new CopyIcon$1({});
|
|
13142
|
+
copyicon5 = new CopyIcon$1({});
|
|
13143
|
+
return {
|
|
13144
|
+
c() {
|
|
13145
|
+
div5 = element("div");
|
|
13146
|
+
if (if_block)
|
|
13147
|
+
if_block.c();
|
|
13148
|
+
t0 = space();
|
|
13149
|
+
div4 = element("div");
|
|
13150
|
+
h2 = element("h2");
|
|
13151
|
+
h2.textContent = "Copy Stripe Test Card";
|
|
13152
|
+
t2 = space();
|
|
13153
|
+
p0 = element("p");
|
|
13154
|
+
p0.textContent = "Test mode only. Live members will never see this modal.";
|
|
13155
|
+
t4 = space();
|
|
13156
|
+
video = element("video");
|
|
13157
|
+
source0 = element("source");
|
|
13158
|
+
source1 = element("source");
|
|
13159
|
+
t5 = space();
|
|
13160
|
+
div3 = element("div");
|
|
13161
|
+
button0 = element("button");
|
|
13162
|
+
create_component(copyicon0.$$.fragment);
|
|
13163
|
+
t6 = space();
|
|
13164
|
+
t7 = text(
|
|
13165
|
+
/*buttonText*/
|
|
13166
|
+
ctx[3]
|
|
13167
|
+
);
|
|
13168
|
+
span0 = element("span");
|
|
13169
|
+
span0.textContent = "...4242";
|
|
13170
|
+
t9 = space();
|
|
13171
|
+
button1 = element("button");
|
|
13172
|
+
create_component(arrowicon.$$.fragment);
|
|
13173
|
+
t10 = space();
|
|
13174
|
+
nav = element("nav");
|
|
13175
|
+
section0 = element("section");
|
|
13176
|
+
div0 = element("div");
|
|
13177
|
+
div0.textContent = "Test Successful Payments";
|
|
13178
|
+
t12 = space();
|
|
13179
|
+
button2 = element("button");
|
|
13180
|
+
span1 = element("span");
|
|
13181
|
+
create_component(copyicon1.$$.fragment);
|
|
13182
|
+
span2 = element("span");
|
|
13183
|
+
span2.innerHTML = `Visa Debit <b>...5556</b>`;
|
|
13184
|
+
t15 = space();
|
|
13185
|
+
button3 = element("button");
|
|
13186
|
+
span3 = element("span");
|
|
13187
|
+
create_component(copyicon2.$$.fragment);
|
|
13188
|
+
span4 = element("span");
|
|
13189
|
+
span4.innerHTML = `Mastercard <b>...4444</b>`;
|
|
13190
|
+
t18 = space();
|
|
13191
|
+
button4 = element("button");
|
|
13192
|
+
span5 = element("span");
|
|
13193
|
+
create_component(copyicon3.$$.fragment);
|
|
13194
|
+
span6 = element("span");
|
|
13195
|
+
span6.innerHTML = `American Express <b>...10005</b>`;
|
|
13196
|
+
t21 = space();
|
|
13197
|
+
section1 = element("section");
|
|
13198
|
+
div1 = element("div");
|
|
13199
|
+
div1.textContent = "Test Declined Payments";
|
|
13200
|
+
t23 = space();
|
|
13201
|
+
button5 = element("button");
|
|
13202
|
+
span7 = element("span");
|
|
13203
|
+
create_component(copyicon4.$$.fragment);
|
|
13204
|
+
span8 = element("span");
|
|
13205
|
+
span8.innerHTML = `Generic decline <b>...0002</b>`;
|
|
13206
|
+
t26 = space();
|
|
13207
|
+
button6 = element("button");
|
|
13208
|
+
span9 = element("span");
|
|
13209
|
+
create_component(copyicon5.$$.fragment);
|
|
13210
|
+
span10 = element("span");
|
|
13211
|
+
span10.innerHTML = `Insufficient funds <b>...9995</b>`;
|
|
13212
|
+
t29 = space();
|
|
13213
|
+
div2 = element("div");
|
|
13214
|
+
div2.innerHTML = `Complete list of <a href="https://stripe.com/docs/testing" target="_blank" class="svelte-w4kmg0">alternative test cards</a>.`;
|
|
13215
|
+
t33 = space();
|
|
13216
|
+
p1 = element("p");
|
|
13217
|
+
p1.textContent = "Paste the card number on the next screen, with any CVC,\n expiration date, and ZIP code.";
|
|
13218
|
+
t35 = space();
|
|
13219
|
+
button7 = element("button");
|
|
13220
|
+
button7.textContent = "Continue to Test Checkout";
|
|
13221
|
+
attr(h2, "class", "ms-modal__title svelte-w4kmg0");
|
|
13222
|
+
attr(h2, "data-copy-btn", "");
|
|
13223
|
+
attr(p0, "class", "no-margin svelte-w4kmg0");
|
|
13224
|
+
if (!src_url_equal(source0.src, source0_src_value = videoMP4Path))
|
|
13225
|
+
attr(source0, "src", source0_src_value);
|
|
13226
|
+
attr(source0, "type", "video/mp4");
|
|
13227
|
+
if (!src_url_equal(source1.src, source1_src_value = videoWebMPath))
|
|
13228
|
+
attr(source1, "src", source1_src_value);
|
|
13229
|
+
attr(source1, "type", "video/webm");
|
|
13230
|
+
video.autoplay = true;
|
|
13231
|
+
video.loop = true;
|
|
13232
|
+
video.muted = true;
|
|
13233
|
+
video.playsInline = true;
|
|
13234
|
+
attr(video, "class", "ms-video svelte-w4kmg0");
|
|
13235
|
+
attr(video, "poster", videoImagePath);
|
|
13236
|
+
attr(span0, "class", "svelte-w4kmg0");
|
|
13237
|
+
attr(button0, "class", "ms-split-button__main svelte-w4kmg0");
|
|
13238
|
+
attr(button1, "class", "ms-split-button__secondary svelte-w4kmg0");
|
|
13239
|
+
toggle_class(
|
|
13240
|
+
button1,
|
|
13241
|
+
"active",
|
|
13242
|
+
/*showDropdown*/
|
|
13243
|
+
ctx[4]
|
|
13244
|
+
);
|
|
13245
|
+
attr(div0, "class", "ms-split-button__dropdown-title svelte-w4kmg0");
|
|
13246
|
+
attr(span1, "class", "ms-split-button__copy-icon svelte-w4kmg0");
|
|
13247
|
+
attr(span2, "class", "svelte-w4kmg0");
|
|
13248
|
+
attr(button2, "class", "svelte-w4kmg0");
|
|
13249
|
+
attr(span3, "class", "ms-split-button__copy-icon svelte-w4kmg0");
|
|
13250
|
+
attr(span4, "class", "svelte-w4kmg0");
|
|
13251
|
+
attr(button3, "class", "svelte-w4kmg0");
|
|
13252
|
+
attr(span5, "class", "ms-split-button__copy-icon svelte-w4kmg0");
|
|
13253
|
+
attr(span6, "class", "svelte-w4kmg0");
|
|
13254
|
+
attr(button4, "class", "svelte-w4kmg0");
|
|
13255
|
+
attr(section0, "class", "svelte-w4kmg0");
|
|
13256
|
+
attr(div1, "class", "ms-split-button__dropdown-title svelte-w4kmg0");
|
|
13257
|
+
attr(span7, "class", "ms-split-button__copy-icon svelte-w4kmg0");
|
|
13258
|
+
attr(span8, "class", "svelte-w4kmg0");
|
|
13259
|
+
attr(button5, "class", "svelte-w4kmg0");
|
|
13260
|
+
attr(span9, "class", "ms-split-button__copy-icon svelte-w4kmg0");
|
|
13261
|
+
attr(span10, "class", "svelte-w4kmg0");
|
|
13262
|
+
attr(button6, "class", "svelte-w4kmg0");
|
|
13263
|
+
attr(section1, "class", "svelte-w4kmg0");
|
|
13264
|
+
attr(div2, "class", "ms-split-button__dropdown-footer svelte-w4kmg0");
|
|
13265
|
+
attr(nav, "class", "ms-split-button__dropdown svelte-w4kmg0");
|
|
13266
|
+
toggle_class(
|
|
13267
|
+
nav,
|
|
13268
|
+
"show",
|
|
13269
|
+
/*showDropdown*/
|
|
13270
|
+
ctx[4]
|
|
13271
|
+
);
|
|
13272
|
+
attr(div3, "class", "ms-split-button svelte-w4kmg0");
|
|
13273
|
+
attr(p1, "class", "svelte-w4kmg0");
|
|
13274
|
+
attr(button7, "class", "ms-submit-button svelte-w4kmg0");
|
|
13275
|
+
attr(div4, "class", "ms-modal__content");
|
|
13276
|
+
attr(div5, "class", "ms-modal svelte-w4kmg0");
|
|
13277
|
+
attr(div5, "id", "TestCardModal");
|
|
13278
|
+
},
|
|
13279
|
+
m(target, anchor) {
|
|
13280
|
+
insert(target, div5, anchor);
|
|
13281
|
+
if (if_block)
|
|
13282
|
+
if_block.m(div5, null);
|
|
13283
|
+
append(div5, t0);
|
|
13284
|
+
append(div5, div4);
|
|
13285
|
+
append(div4, h2);
|
|
13286
|
+
append(div4, t2);
|
|
13287
|
+
append(div4, p0);
|
|
13288
|
+
append(div4, t4);
|
|
13289
|
+
append(div4, video);
|
|
13290
|
+
append(video, source0);
|
|
13291
|
+
append(video, source1);
|
|
13292
|
+
append(div4, t5);
|
|
13293
|
+
append(div4, div3);
|
|
13294
|
+
append(div3, button0);
|
|
13295
|
+
mount_component(copyicon0, button0, null);
|
|
13296
|
+
append(button0, t6);
|
|
13297
|
+
append(button0, t7);
|
|
13298
|
+
append(button0, span0);
|
|
13299
|
+
append(div3, t9);
|
|
13300
|
+
append(div3, button1);
|
|
13301
|
+
mount_component(arrowicon, button1, null);
|
|
13302
|
+
append(div3, t10);
|
|
13303
|
+
append(div3, nav);
|
|
13304
|
+
append(nav, section0);
|
|
13305
|
+
append(section0, div0);
|
|
13306
|
+
append(section0, t12);
|
|
13307
|
+
append(section0, button2);
|
|
13308
|
+
append(button2, span1);
|
|
13309
|
+
mount_component(copyicon1, span1, null);
|
|
13310
|
+
append(button2, span2);
|
|
13311
|
+
append(section0, t15);
|
|
13312
|
+
append(section0, button3);
|
|
13313
|
+
append(button3, span3);
|
|
13314
|
+
mount_component(copyicon2, span3, null);
|
|
13315
|
+
append(button3, span4);
|
|
13316
|
+
append(section0, t18);
|
|
13317
|
+
append(section0, button4);
|
|
13318
|
+
append(button4, span5);
|
|
13319
|
+
mount_component(copyicon3, span5, null);
|
|
13320
|
+
append(button4, span6);
|
|
13321
|
+
append(nav, t21);
|
|
13322
|
+
append(nav, section1);
|
|
13323
|
+
append(section1, div1);
|
|
13324
|
+
append(section1, t23);
|
|
13325
|
+
append(section1, button5);
|
|
13326
|
+
append(button5, span7);
|
|
13327
|
+
mount_component(copyicon4, span7, null);
|
|
13328
|
+
append(button5, span8);
|
|
13329
|
+
append(section1, t26);
|
|
13330
|
+
append(section1, button6);
|
|
13331
|
+
append(button6, span9);
|
|
13332
|
+
mount_component(copyicon5, span9, null);
|
|
13333
|
+
append(button6, span10);
|
|
13334
|
+
append(nav, t29);
|
|
13335
|
+
append(nav, div2);
|
|
13336
|
+
append(div4, t33);
|
|
13337
|
+
append(div4, p1);
|
|
13338
|
+
append(div4, t35);
|
|
13339
|
+
append(div4, button7);
|
|
13340
|
+
current = true;
|
|
13341
|
+
if (!mounted) {
|
|
13342
|
+
dispose = [
|
|
13343
|
+
listen(
|
|
13344
|
+
button0,
|
|
13345
|
+
"click",
|
|
13346
|
+
/*click_handler*/
|
|
13347
|
+
ctx[7]
|
|
13348
|
+
),
|
|
13349
|
+
listen(
|
|
13350
|
+
button1,
|
|
13351
|
+
"click",
|
|
13352
|
+
/*click_handler_1*/
|
|
13353
|
+
ctx[8]
|
|
13354
|
+
),
|
|
13355
|
+
listen(
|
|
13356
|
+
button2,
|
|
13357
|
+
"click",
|
|
13358
|
+
/*click_handler_2*/
|
|
13359
|
+
ctx[9]
|
|
13360
|
+
),
|
|
13361
|
+
listen(
|
|
13362
|
+
button3,
|
|
13363
|
+
"click",
|
|
13364
|
+
/*click_handler_3*/
|
|
13365
|
+
ctx[10]
|
|
13366
|
+
),
|
|
13367
|
+
listen(
|
|
13368
|
+
button4,
|
|
13369
|
+
"click",
|
|
13370
|
+
/*click_handler_4*/
|
|
13371
|
+
ctx[11]
|
|
13372
|
+
),
|
|
13373
|
+
listen(
|
|
13374
|
+
button5,
|
|
13375
|
+
"click",
|
|
13376
|
+
/*click_handler_5*/
|
|
13377
|
+
ctx[12]
|
|
13378
|
+
),
|
|
13379
|
+
listen(
|
|
13380
|
+
button6,
|
|
13381
|
+
"click",
|
|
13382
|
+
/*click_handler_6*/
|
|
13383
|
+
ctx[13]
|
|
13384
|
+
),
|
|
13385
|
+
listen(
|
|
13386
|
+
button7,
|
|
13387
|
+
"click",
|
|
13388
|
+
/*click_handler_7*/
|
|
13389
|
+
ctx[14]
|
|
13390
|
+
)
|
|
13391
|
+
];
|
|
13392
|
+
mounted = true;
|
|
13393
|
+
}
|
|
13394
|
+
},
|
|
13395
|
+
p(ctx2, [dirty]) {
|
|
13396
|
+
if (!/*params*/
|
|
13397
|
+
ctx2[2] || !/*params*/
|
|
13398
|
+
ctx2[2].hideCloseButton) {
|
|
13399
|
+
if (if_block) {
|
|
13400
|
+
if_block.p(ctx2, dirty);
|
|
13401
|
+
if (dirty & /*params*/
|
|
13402
|
+
4) {
|
|
13403
|
+
transition_in(if_block, 1);
|
|
13404
|
+
}
|
|
13405
|
+
} else {
|
|
13406
|
+
if_block = create_if_block$f(ctx2);
|
|
13407
|
+
if_block.c();
|
|
13408
|
+
transition_in(if_block, 1);
|
|
13409
|
+
if_block.m(div5, t0);
|
|
13410
|
+
}
|
|
13411
|
+
} else if (if_block) {
|
|
13412
|
+
group_outros();
|
|
13413
|
+
transition_out(if_block, 1, 1, () => {
|
|
13414
|
+
if_block = null;
|
|
13415
|
+
});
|
|
13416
|
+
check_outros();
|
|
13417
|
+
}
|
|
13418
|
+
if (!current || dirty & /*buttonText*/
|
|
13419
|
+
8)
|
|
13420
|
+
set_data(
|
|
13421
|
+
t7,
|
|
13422
|
+
/*buttonText*/
|
|
13423
|
+
ctx2[3]
|
|
13424
|
+
);
|
|
13425
|
+
if (!current || dirty & /*showDropdown*/
|
|
13426
|
+
16) {
|
|
13427
|
+
toggle_class(
|
|
13428
|
+
button1,
|
|
13429
|
+
"active",
|
|
13430
|
+
/*showDropdown*/
|
|
13431
|
+
ctx2[4]
|
|
13432
|
+
);
|
|
13433
|
+
}
|
|
13434
|
+
if (!current || dirty & /*showDropdown*/
|
|
13435
|
+
16) {
|
|
13436
|
+
toggle_class(
|
|
13437
|
+
nav,
|
|
13438
|
+
"show",
|
|
13439
|
+
/*showDropdown*/
|
|
13440
|
+
ctx2[4]
|
|
13441
|
+
);
|
|
13442
|
+
}
|
|
13443
|
+
},
|
|
13444
|
+
i(local) {
|
|
13445
|
+
if (current)
|
|
13446
|
+
return;
|
|
13447
|
+
transition_in(if_block);
|
|
13448
|
+
transition_in(copyicon0.$$.fragment, local);
|
|
13449
|
+
transition_in(arrowicon.$$.fragment, local);
|
|
13450
|
+
transition_in(copyicon1.$$.fragment, local);
|
|
13451
|
+
transition_in(copyicon2.$$.fragment, local);
|
|
13452
|
+
transition_in(copyicon3.$$.fragment, local);
|
|
13453
|
+
transition_in(copyicon4.$$.fragment, local);
|
|
13454
|
+
transition_in(copyicon5.$$.fragment, local);
|
|
13455
|
+
current = true;
|
|
13456
|
+
},
|
|
13457
|
+
o(local) {
|
|
13458
|
+
transition_out(if_block);
|
|
13459
|
+
transition_out(copyicon0.$$.fragment, local);
|
|
13460
|
+
transition_out(arrowicon.$$.fragment, local);
|
|
13461
|
+
transition_out(copyicon1.$$.fragment, local);
|
|
13462
|
+
transition_out(copyicon2.$$.fragment, local);
|
|
13463
|
+
transition_out(copyicon3.$$.fragment, local);
|
|
13464
|
+
transition_out(copyicon4.$$.fragment, local);
|
|
13465
|
+
transition_out(copyicon5.$$.fragment, local);
|
|
13466
|
+
current = false;
|
|
13467
|
+
},
|
|
13468
|
+
d(detaching) {
|
|
13469
|
+
if (detaching)
|
|
13470
|
+
detach(div5);
|
|
13471
|
+
if (if_block)
|
|
13472
|
+
if_block.d();
|
|
13473
|
+
destroy_component(copyicon0);
|
|
13474
|
+
destroy_component(arrowicon);
|
|
13475
|
+
destroy_component(copyicon1);
|
|
13476
|
+
destroy_component(copyicon2);
|
|
13477
|
+
destroy_component(copyicon3);
|
|
13478
|
+
destroy_component(copyicon4);
|
|
13479
|
+
destroy_component(copyicon5);
|
|
13480
|
+
mounted = false;
|
|
13481
|
+
run_all(dispose);
|
|
13482
|
+
}
|
|
13483
|
+
};
|
|
13484
|
+
}
|
|
13485
|
+
var videoImagePath = "https://assets-global.website-files.com/65a6d87f7ae30844cde0911b/65efa0d9dc3019b69fe6a9cb_4242%20full-poster-00001.jpg";
|
|
13486
|
+
var videoMP4Path = "https://assets-global.website-files.com/65a6d87f7ae30844cde0911b/65efa0d9dc3019b69fe6a9cb_4242%20full-transcode.mp4";
|
|
13487
|
+
var videoWebMPath = "https://assets-global.website-files.com/65a6d87f7ae30844cde0911b/65efa0d9dc3019b69fe6a9cb_4242%20full-transcode.webm";
|
|
13488
|
+
function instance$i($$self, $$props, $$invalidate) {
|
|
13489
|
+
let { closeModal } = $$props;
|
|
13490
|
+
let { display } = $$props;
|
|
13491
|
+
let { onSuccessSubmit } = $$props;
|
|
13492
|
+
let { params } = $$props;
|
|
13493
|
+
let buttonText = "Copy Stripe Test Card";
|
|
13494
|
+
let showDropdown = false;
|
|
13495
|
+
function copyToClipboard(event, copyText, changeText) {
|
|
13496
|
+
navigator.clipboard.writeText(copyText);
|
|
13497
|
+
const button = event.currentTarget;
|
|
13498
|
+
if (changeText)
|
|
13499
|
+
$$invalidate(3, buttonText = "Copied Stripe Test Card");
|
|
13500
|
+
button.classList.add("copied");
|
|
13501
|
+
setTimeout(
|
|
13502
|
+
() => {
|
|
13503
|
+
button.classList.remove("copied");
|
|
13504
|
+
$$invalidate(3, buttonText = "Copy Stripe Test Card");
|
|
13505
|
+
$$invalidate(4, showDropdown = false);
|
|
13506
|
+
},
|
|
13507
|
+
1e3
|
|
13508
|
+
);
|
|
13509
|
+
}
|
|
13510
|
+
const click_handler = (event) => copyToClipboard(event, "4242 4242 4242 4242", true);
|
|
13511
|
+
const click_handler_1 = () => $$invalidate(4, showDropdown = !showDropdown);
|
|
13512
|
+
const click_handler_2 = (event) => copyToClipboard(event, "4000 0566 5566 5556");
|
|
13513
|
+
const click_handler_3 = (event) => copyToClipboard(event, "5555 5555 5555 4444");
|
|
13514
|
+
const click_handler_4 = (event) => copyToClipboard(event, "3782 822463 10005");
|
|
13515
|
+
const click_handler_5 = (event) => copyToClipboard(event, "4000 0000 0000 0002");
|
|
13516
|
+
const click_handler_6 = (event) => copyToClipboard(event, "4000 0000 0000 9995");
|
|
13517
|
+
const click_handler_7 = () => {
|
|
13518
|
+
onSuccessSubmit();
|
|
13519
|
+
};
|
|
13520
|
+
$$self.$$set = ($$props2) => {
|
|
13521
|
+
if ("closeModal" in $$props2)
|
|
13522
|
+
$$invalidate(0, closeModal = $$props2.closeModal);
|
|
13523
|
+
if ("display" in $$props2)
|
|
13524
|
+
$$invalidate(6, display = $$props2.display);
|
|
13525
|
+
if ("onSuccessSubmit" in $$props2)
|
|
13526
|
+
$$invalidate(1, onSuccessSubmit = $$props2.onSuccessSubmit);
|
|
13527
|
+
if ("params" in $$props2)
|
|
13528
|
+
$$invalidate(2, params = $$props2.params);
|
|
13529
|
+
};
|
|
13530
|
+
return [
|
|
13531
|
+
closeModal,
|
|
13532
|
+
onSuccessSubmit,
|
|
13533
|
+
params,
|
|
13534
|
+
buttonText,
|
|
13535
|
+
showDropdown,
|
|
13536
|
+
copyToClipboard,
|
|
13537
|
+
display,
|
|
13538
|
+
click_handler,
|
|
13539
|
+
click_handler_1,
|
|
13540
|
+
click_handler_2,
|
|
13541
|
+
click_handler_3,
|
|
13542
|
+
click_handler_4,
|
|
13543
|
+
click_handler_5,
|
|
13544
|
+
click_handler_6,
|
|
13545
|
+
click_handler_7
|
|
13546
|
+
];
|
|
13547
|
+
}
|
|
13548
|
+
var TestCardModal = class extends SvelteComponent {
|
|
13549
|
+
constructor(options) {
|
|
13550
|
+
super();
|
|
13551
|
+
init(
|
|
13552
|
+
this,
|
|
13553
|
+
options,
|
|
13554
|
+
instance$i,
|
|
13555
|
+
create_fragment$B,
|
|
13556
|
+
safe_not_equal,
|
|
13557
|
+
{
|
|
13558
|
+
closeModal: 0,
|
|
13559
|
+
display: 6,
|
|
13560
|
+
onSuccessSubmit: 1,
|
|
13561
|
+
params: 2
|
|
13562
|
+
},
|
|
13563
|
+
add_css$h
|
|
13564
|
+
);
|
|
13565
|
+
}
|
|
13566
|
+
};
|
|
13567
|
+
function isLocalStorageAvailable() {
|
|
13568
|
+
try {
|
|
13569
|
+
localStorage.setItem("test", "test");
|
|
13570
|
+
localStorage.removeItem("test");
|
|
13571
|
+
return true;
|
|
13572
|
+
} catch (e) {
|
|
13573
|
+
return false;
|
|
13574
|
+
}
|
|
13575
|
+
}
|
|
13576
|
+
var localStorageAvailable = isLocalStorageAvailable();
|
|
13577
|
+
console.log("localStorageAvailable", localStorageAvailable);
|
|
13578
|
+
AppStore.subscribe((data) => {
|
|
13579
|
+
if (!data.initialValue) {
|
|
13580
|
+
InspectorStore.update((store) => {
|
|
13581
|
+
store.appData = data;
|
|
13582
|
+
return store;
|
|
13583
|
+
});
|
|
13584
|
+
}
|
|
13585
|
+
});
|
|
13586
|
+
var InspectorStore = writable({
|
|
13587
|
+
showSidebar: false,
|
|
13588
|
+
showSide: "right",
|
|
13589
|
+
// "left" or "right
|
|
13590
|
+
showTab: "inspector",
|
|
13591
|
+
// inspector, member, app
|
|
13592
|
+
xRayMode: true,
|
|
13593
|
+
//localStorage.getItem("MSXRayMode") ? JSON.parse(localStorage.getItem("MSXRayMode")) : true,
|
|
13594
|
+
xRayErrorElements: [],
|
|
13595
|
+
xRayWarningElements: [],
|
|
12972
13596
|
cartData: [],
|
|
12973
13597
|
// data from the session storage
|
|
12974
13598
|
inspectorData: [],
|
|
12975
13599
|
// id's of items that have been found on the page
|
|
12976
13600
|
// member data from the memberstack local storage _ms-mem
|
|
12977
|
-
memberData:
|
|
13601
|
+
memberData: {},
|
|
13602
|
+
// localStorage.getItem("_ms-mem") ? JSON.parse(localStorage.getItem("_ms-mem")) : {},
|
|
12978
13603
|
appData: {}
|
|
12979
13604
|
// data from the app store
|
|
12980
13605
|
});
|
|
@@ -13011,7 +13636,6 @@ var SetShowTab = (tab) => {
|
|
|
13011
13636
|
var ToggleXRayMode = () => {
|
|
13012
13637
|
InspectorStore.update((store) => {
|
|
13013
13638
|
store.xRayMode = !store.xRayMode;
|
|
13014
|
-
localStorage.setItem("MSXRayMode", store.xRayMode);
|
|
13015
13639
|
return store;
|
|
13016
13640
|
});
|
|
13017
13641
|
};
|
|
@@ -13029,15 +13653,17 @@ var AddXRayWarningElement = (data) => {
|
|
|
13029
13653
|
};
|
|
13030
13654
|
function UpdateMemberData() {
|
|
13031
13655
|
InspectorStore.update((store) => {
|
|
13032
|
-
store.memberData =
|
|
13656
|
+
store.memberData = {};
|
|
13033
13657
|
return store;
|
|
13034
13658
|
});
|
|
13035
13659
|
}
|
|
13036
|
-
window
|
|
13037
|
-
|
|
13038
|
-
|
|
13039
|
-
|
|
13040
|
-
}
|
|
13660
|
+
if (typeof window !== "undefined") {
|
|
13661
|
+
window.addEventListener("storage", function(event) {
|
|
13662
|
+
if (event.key === "_ms-mem") {
|
|
13663
|
+
UpdateMemberData();
|
|
13664
|
+
}
|
|
13665
|
+
});
|
|
13666
|
+
}
|
|
13041
13667
|
var inspectorItems = [
|
|
13042
13668
|
{
|
|
13043
13669
|
"id": "ready-for-checkout",
|
|
@@ -23334,9 +23960,9 @@ var TestMode = class extends SvelteComponent {
|
|
|
23334
23960
|
}
|
|
23335
23961
|
};
|
|
23336
23962
|
function add_css(target) {
|
|
23337
|
-
append_styles(target, "svelte-14ywjv0", '@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");.svelte-14ywjv0{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#msOverlay.svelte-14ywjv0{position:fixed;display:flex;justify-content:center;align-items:center;width:100%;height:100%;top:0;left:0;right:0;bottom:0;background-color:rgba(0, 0, 0, 0.5);z-index:99999;overflow:scroll;font-family:"Plus Jakarta Sans", sans-serif;padding:5vh 5vw}.--hide{display:none}.--flex-h-center{display:flex;align-items:center}.ms__loader{position:relative;z-index:10000000}#msLoader path{fill:#007ace}.ms__profile__loader{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background:rgb(255 255 255 / 75%)}.ms-modal{box-sizing:border-box;margin:auto;min-width:0;position:relative;outline:none;background:white;border-radius:16px;box-shadow:2px 2px 12px rgb(0 0 0 / 10%);width:360px;color:rgb(10, 10, 10)}.ms-modal--profile{width:700px}.ms-modal__close{box-sizing:border-box;margin:0;min-width:0;position:absolute;top:16px;right:16px;z-index:10;line-height:0}.ms-modal__close button{appearance:none;padding:0;outline:none;width:12px;border:0;background:transparent;cursor:pointer;color:#5c5c5c}.ms-modal__close button:hover{color:#0a0a0a}.ms-modal__back{box-sizing:border-box;margin:0;min-width:0;position:absolute;top:16px;left:16px;z-index:10;line-height:0}.ms-modal__back button{appearance:none;padding:0;outline:none;width:12px;border:0;background:transparent;cursor:pointer;color:#5c5c5c}\n .ms-modal__back button:hover,\n .ms-modal__profile-back button:hover\n {color:#0a0a0a}.ms-modal__back svg{height:12px}.ms-modal__profile-back button{appearance:none;padding:5px;margin-right:6px;outline:none;width:25px;height:25px;border:0;background:transparent;cursor:pointer;color:#5c5c5c;display:flex;align-items:stretch;justify-content:center}.ms-modal__profile-back--mobile{box-sizing:border-box;margin:0;min-width:0;position:absolute;top:16px;left:16px;z-index:10;line-height:0}.ms-modal__profile-back--mobile button{appearance:none;padding:0;outline:none;height:11px;width:7px;border:0;background:transparent;cursor:pointer;color:#5c5c5c}.ms-modal__profile-back--mobile button:hover{color:#0a0a0a}.ms-modal__header{display:flex;align-items:center;padding:12px}.ms-modal__header--mobile{display:flex;padding:42px 42px 16px 42px;flex-direction:column;flex-wrap:wrap;justify-content:center;align-items:center}.ms-modal__header--center{display:flex;flex-direction:column;flex-wrap:wrap;justify-content:center;align-items:center}.ms-modal__content{padding:28px 28px 20px;width:100%;box-sizing:border-box;margin:0 auto}.ms-modal__content--profile{padding:0;display:flex;flex-wrap:wrap;align-content:stretch;align-items:stretch;border-top:1px solid #dddddd}.ms-modal__content-left{display:flex;flex-direction:column;align-items:flex-start;padding:20px;border-right:1px solid #dddddd;min-width:160px}.ms-modal__content-right{padding:20px;flex-grow:1;height:55vh;min-height:300px;overflow-y:auto;position:relative;transition:height 0.3s ease-in-out}.ms-modal__content-right h3{margin-top:40px !important;margin-bottom:10px !important;font-size:18px !important;line-height:1em !important;font-weight:700 !important}.ms-modal__content--mobile{padding:12px;flex-grow:1;height:42vh;min-height:300px;overflow-y:auto;position:relative;transition:height 0.3s ease-in-out}.ms-modal__mobile-profile-nav{display:flex;flex-direction:column;align-content:center;align-items:stretch;flex-wrap:nowrap}.ms-modal__mobile-profile-nav button{display:flex;flex-direction:row;align-content:center;align-items:center;flex-wrap:nowrap;justify-content:space-between;padding:12px;width:100%;margin-bottom:10px}.ms-modal__figure{margin:8px auto;display:flex;position:relative;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;flex-shrink:0;line-height:1}.ms-modal__figure--profile{width:24px;height:24px;padding:0px;margin:0px 8px 0px 0px}.ms-modal__figure--mobile{margin:0px 0px 8px 0px}.ms-modal__figure img, .ms-modal__figure svg{width:auto;height:100%;max-height:42px;text-align:center;object-fit:cover;color:transparent}.ms-modal__title-container{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.ms-modal__title{margin-bottom:36px;margin-top:0;text-align:center;font-size:24px;line-height:32px;font-weight:700}.ms-modal__title--profile{margin-bottom:0px}.ms-modal__title-group{display:flex;align-items:center}.ms-modal__title--sub-text{margin-bottom:8px}.ms-modal__text{font-weight:500;font-size:16px;line-height:28px;text-align:center;margin:0 0 20px 0}.ms-modal__regular-button{color:#fff;padding:8px;border-radius:4px;border:none;font-weight:700;font-size:14px;line-height:16px;cursor:pointer;display:flex;align-items:center}.ms-modal__regular-button svg{height:16px;margin-left:6px}.ms-modal__regular-button--left-icon svg{margin-right:6px;margin-left:0px}.ms-modal__regular-button--right-icon svg{margin-left:6px;margin-right:0px}.ms-modal__regular-button--margin-right{margin-right:12px}.ms-modal__text-button{color:#fff;background-color:transparent;padding:8px;border-radius:4px;border:none;font-weight:700;font-size:14px;line-height:16px;cursor:pointer;display:flex;align-items:center}.ms-modal__card{box-shadow:0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000,\n 0px 2px 2px rgba(0, 0, 0, 0.04);padding:12px;display:flex;flex-direction:row;margin-bottom:12px;border:1px solid rgb(221, 221, 221);border-radius:10px;box-sizing:border-box;width:100%;cursor:default;background:rgb(255, 255, 255);align-items:center;justify-content:space-between}.ms-form{width:100% !important;min-width:0 !important;padding:0 !important;display:block !important}.ms-form__group{margin-bottom:20px}.ms-form__flex{display:flex;justify-content:space-between;align-content:center}.ms-form__flex--centered{justify-content:center}.ms-form__label{margin-bottom:4px;margin-top:0px;font-size:14px;line-height:24px;font-weight:700;text-align:left}.ms-form__fieldset{display:flex;justify-content:space-between;padding:0;border:none}.ms-form__input{box-sizing:border-box;margin:0px;border:1px solid rgb(201, 201, 201);border-radius:6px;font-size:16px;font-weight:400;padding:15px;width:100%}.ms-form__password-container{display:flex;justify-content:space-between;align-content:center;box-sizing:border-box;margin:0px;border:1px solid rgb(201, 201, 201);border-radius:6px;width:100%}.ms-form__password-container:focus-within{border:1px solid rgb(0, 68, 252);outline:rgb(0, 68, 252) solid 1px}.ms-form__password-container:focus-within input{outline:none;border-color:rgb(201, 201, 201);box-shadow:none}.ms-form__input--password{border:none}.ms-form__input--token{font-weight:500;font-size:24.19px;line-height:32px;text-align:center;color:#000000;padding:9px;max-width:42px}.ms-form__show-toggle{cursor:pointer;background:transparent;border-radius:0px 6px 6px 0px;padding:0px 8px;display:flex;align-items:center}.ms-form__eye{display:block;width:22px}.ms-form__eye-slash{display:block;width:22px}.ms-form__error{font-weight:500;font-size:12px;line-height:16px;color:#e40023;margin-top:4px;display:flex;align-items:baseline}.ms-form__error svg{width:10px;height:10px;margin-right:5px}.ms-form__label--right a{color:rgb(10, 10, 10) !important;text-decoration:none;font-weight:400}.ms-form__button{border-radius:6px;font-weight:700;font-size:16px;padding-left:22px;padding-right:22px;height:52px;border:none;display:block;width:100%;background-color:rgb(41, 98, 255);color:#fff;transition:background-color 0.5s ease;cursor:pointer}.ms-form__button:hover{background-color:#0745ff}.ms-form__button:disabled{background-color:#96c0fe;color:#fff;pointer-events:none;display:flex;justify-content:center;align-items:center}.ms-form__button--text{background-color:transparent;padding:0px;height:auto;margin-bottom:0px;margin-top:0px;font-size:14px;line-height:28px;font-weight:500;color:#0a0a0a;opacity:0.8}.ms-form__button--text:hover{background-color:transparent}.ms-form__button--top-spacing{margin-top:10px}#msFormLoader path{fill:#fff}a.ms-form__link, div.ms-form__link{margin-top:8px;font-weight:500;font-size:14px;line-height:24px;color:rgb(10, 10, 10) !important;text-decoration:none;opacity:0.8;cursor:pointer}.ms-modal__cancel-button{background:#f6f6f6;color:#828282;padding:8px;margin-right:8px;border-radius:4px;border:none;font-weight:700;font-size:14px;line-height:16px;cursor:pointer}.ms-modal__save-button{background:#2962ff;color:#fff;padding:8px;border-radius:4px;border:none;font-weight:700;font-size:14px;line-height:16px;cursor:pointer}.ms-modal__save-button:disabled{background:#80a1fc;color:#fff;cursor:default;opacity:0.4}.ms-modal__save-button--large{padding:12px;font-weight:700;font-size:14px;line-height:16px;width:100%}.ms-modal__outline-button{display:block !important;background:#fff;color:#0a0a0a;font-weight:700;font-size:14px;line-height:16px;padding:8px;margin-right:8px;border-radius:4px;border:1px solid #dddddd;cursor:pointer}.ms-modal__outline-button svg{display:inline !important;height:15px;margin-right:6px}.ms-modal__outline-button--mobile{width:100%}.ms-modal__button-label{margin-bottom:4px;margin-top:0px;font-size:14px;line-height:28px;font-weight:500}.ms-modal__profile-option{cursor:pointer;margin-bottom:20px;font-weight:500;font-size:16px;line-height:28px;background:transparent;border:none;padding:0px}.ms-modal__profile-option svg{display:inline !important;height:14px;margin-right:8px}.ms-modal__profile-option:hover{color:#2962ff}.ms-modal__profile-option--active{color:#2962ff}.ms-modal__profile-image-container{display:flex;justify-content:flex-start;width:100%;margin-bottom:21px;align-items:center;flex-direction:row;gap:12px}.ms-modal__profile-image{width:42px;height:42px;border-radius:50%;object-fit:cover;overflow:hidden;background:#ddd;border:1px solid #c9c9c9;display:flex;justify-content:center;align-items:center}.ms-modal__profile-image img{width:100%;height:100%;object-fit:cover}.ms-modal__social-button{display:flex;align-items:center;justify-content:center;width:100%;height:52px;border-radius:6px;font-weight:700;font-size:16px;line-height:28px;color:#0a0a0a;background:none;border:1px solid #c9c9c9;cursor:pointer;margin-bottom:8px}\n .ms-modal__social-button img,\n .ms-modal__social-button svg\n {height:16px;margin-right:8px}.ms-modal__social-button[disabled]{background:#f6f6f6}.ms-modal__social-divider{display:flex;align-items:center;margin:20px 0px}.ms-modal__divider-line{text-align:center;background:#dddddd;height:1px;width:100%}.ms-modal__divider-text{padding:0px 4px}.ms-modal__footer{text-align:center;width:100%;box-sizing:border-box;margin:0;min-width:0;background:#f6f6f6;padding-top:10px;padding-bottom:10px;border-bottom-left-radius:16px;border-bottom-right-radius:16px;border-top:1px solid;border-top-color:#dddddd;font-size:12px;line-height:16px;font-weight:500}.ms-modal__footer a{color:rgb(10, 10, 10);text-decoration:none;display:flex;justify-content:center;align-items:center}.ms-modal__footer svg{height:12px;width:12px;margin-right:5.5px}');
|
|
23963
|
+
append_styles(target, "svelte-1blpd87", '@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");.svelte-1blpd87{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#msOverlay.svelte-1blpd87{position:fixed;display:flex;justify-content:center;align-items:center;width:100%;height:100%;top:0;left:0;right:0;bottom:0;background-color:rgba(0, 0, 0, 0.5);z-index:99999;overflow-y:auto;overflow-x:hidden;font-family:"Plus Jakarta Sans", sans-serif;padding:5vh 5vw}.--hide{display:none}.--flex-h-center{display:flex;align-items:center}.ms__loader{position:relative;z-index:10000000}#msLoader path{fill:#007ace}.ms__profile__loader{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background:rgb(255 255 255 / 75%)}.ms-modal{box-sizing:border-box;margin:auto;min-width:0;position:relative;outline:none;background:white;border-radius:16px;box-shadow:2px 2px 12px rgb(0 0 0 / 10%);width:360px;color:rgb(10, 10, 10)}.ms-modal--profile{width:700px}.ms-modal__close{box-sizing:border-box;margin:0;min-width:0;position:absolute;top:6px;right:6px;z-index:10;line-height:0}.ms-modal__close button{appearance:none;padding:0;outline:none;width:42px;padding:15px;border:0;background:transparent;cursor:pointer;color:#5c5c5c}.ms-modal__close button:hover{color:#0a0a0a}.ms-modal__back{box-sizing:border-box;margin:0;min-width:0;position:absolute;top:16px;left:16px;z-index:10;line-height:0}.ms-modal__back button{appearance:none;padding:0;outline:none;width:12px;border:0;background:transparent;cursor:pointer;color:#5c5c5c}\n .ms-modal__back button:hover,\n .ms-modal__profile-back button:hover\n {color:#0a0a0a}.ms-modal__back svg{height:12px}.ms-modal__profile-back button{appearance:none;padding:5px;margin-right:6px;outline:none;width:25px;height:25px;border:0;background:transparent;cursor:pointer;color:#5c5c5c;display:flex;align-items:stretch;justify-content:center}.ms-modal__profile-back--mobile{box-sizing:border-box;margin:0;min-width:0;position:absolute;top:16px;left:16px;z-index:10;line-height:0}.ms-modal__profile-back--mobile button{appearance:none;padding:0;outline:none;height:11px;width:7px;border:0;background:transparent;cursor:pointer;color:#5c5c5c}.ms-modal__profile-back--mobile button:hover{color:#0a0a0a}.ms-modal__header{display:flex;align-items:center;padding:12px}.ms-modal__header--mobile{display:flex;padding:42px 42px 16px 42px;flex-direction:column;flex-wrap:wrap;justify-content:center;align-items:center}.ms-modal__header--center{display:flex;flex-direction:column;flex-wrap:wrap;justify-content:center;align-items:center}.ms-modal__content{padding:28px 28px 20px;width:100%;box-sizing:border-box;margin:0 auto}.ms-modal__content--profile{padding:0;display:flex;flex-wrap:wrap;align-content:stretch;align-items:stretch;border-top:1px solid #dddddd}.ms-modal__content-left{display:flex;flex-direction:column;align-items:flex-start;padding:20px;border-right:1px solid #dddddd;min-width:160px}.ms-modal__content-right{padding:20px;flex-grow:1;height:55vh;min-height:300px;overflow-y:auto;position:relative;transition:height 0.3s ease-in-out}.ms-modal__content-right h3{margin-top:40px !important;margin-bottom:10px !important;font-size:18px !important;line-height:1em !important;font-weight:700 !important}.ms-modal__content--mobile{padding:12px;flex-grow:1;height:42vh;min-height:300px;overflow-y:auto;position:relative;transition:height 0.3s ease-in-out}.ms-modal__mobile-profile-nav{display:flex;flex-direction:column;align-content:center;align-items:stretch;flex-wrap:nowrap}.ms-modal__mobile-profile-nav button{display:flex;flex-direction:row;align-content:center;align-items:center;flex-wrap:nowrap;justify-content:space-between;padding:12px;width:100%;margin-bottom:10px}.ms-modal__figure{margin:8px auto;display:flex;position:relative;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;flex-shrink:0;line-height:1}.ms-modal__figure--profile{width:24px;height:24px;padding:0px;margin:0px 8px 0px 0px}.ms-modal__figure--mobile{margin:0px 0px 8px 0px}.ms-modal__figure img, .ms-modal__figure svg{width:auto;height:100%;max-height:42px;text-align:center;object-fit:cover;color:transparent}.ms-modal__title-container{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.ms-modal__title{margin-bottom:36px;margin-top:0;text-align:center;font-size:24px;line-height:32px;font-weight:700}.ms-modal__title--profile{margin-bottom:0px}.ms-modal__title-group{display:flex;align-items:center}.ms-modal__title--sub-text{margin-bottom:8px}.ms-modal__text{font-weight:500;font-size:16px;line-height:28px;text-align:center;margin:0 0 20px 0}.ms-modal__regular-button{color:#fff;padding:8px;border-radius:4px;border:none;font-weight:700;font-size:14px;line-height:16px;cursor:pointer;display:flex;align-items:center}.ms-modal__regular-button svg{height:16px;margin-left:6px}.ms-modal__regular-button--left-icon svg{margin-right:6px;margin-left:0px}.ms-modal__regular-button--right-icon svg{margin-left:6px;margin-right:0px}.ms-modal__regular-button--margin-right{margin-right:12px}.ms-modal__text-button{color:#fff;background-color:transparent;padding:8px;border-radius:4px;border:none;font-weight:700;font-size:14px;line-height:16px;cursor:pointer;display:flex;align-items:center}.ms-modal__card{box-shadow:0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000,\n 0px 2px 2px rgba(0, 0, 0, 0.04);padding:12px;display:flex;flex-direction:row;margin-bottom:12px;border:1px solid rgb(221, 221, 221);border-radius:10px;box-sizing:border-box;width:100%;cursor:default;background:rgb(255, 255, 255);align-items:center;justify-content:space-between}.ms-form{width:100% !important;min-width:0 !important;padding:0 !important;display:block !important}.ms-form__group{margin-bottom:20px}.ms-form__flex{display:flex;justify-content:space-between;align-content:center}.ms-form__flex--centered{justify-content:center}.ms-form__label{margin-bottom:4px;margin-top:0px;font-size:14px;line-height:24px;font-weight:700;text-align:left}.ms-form__fieldset{display:flex;justify-content:space-between;padding:0;border:none}.ms-form__input{box-sizing:border-box;margin:0px;border:1px solid rgb(201, 201, 201);border-radius:6px;font-size:16px;font-weight:400;padding:15px;width:100%}.ms-form__password-container{display:flex;justify-content:space-between;align-content:center;box-sizing:border-box;margin:0px;border:1px solid rgb(201, 201, 201);border-radius:6px;width:100%}.ms-form__password-container:focus-within{border:1px solid rgb(0, 68, 252);outline:rgb(0, 68, 252) solid 1px}.ms-form__password-container:focus-within input{outline:none;border-color:rgb(201, 201, 201);box-shadow:none}.ms-form__input--password{border:none}.ms-form__input--token{font-weight:500;font-size:24.19px;line-height:32px;text-align:center;color:#000000;padding:9px;max-width:42px}.ms-form__show-toggle{cursor:pointer;background:transparent;border-radius:0px 6px 6px 0px;padding:0px 8px;display:flex;align-items:center}.ms-form__eye{display:block;width:22px}.ms-form__eye-slash{display:block;width:22px}.ms-form__error{font-weight:500;font-size:12px;line-height:16px;color:#e40023;margin-top:4px;display:flex;align-items:baseline}.ms-form__error svg{width:10px;height:10px;margin-right:5px}.ms-form__label--right a{color:rgb(10, 10, 10) !important;text-decoration:none;font-weight:400}.ms-form__button{border-radius:6px;font-weight:700;font-size:16px;padding-left:22px;padding-right:22px;height:52px;border:none;display:block;width:100%;background-color:rgb(41, 98, 255);color:#fff;transition:background-color 0.5s ease;cursor:pointer}.ms-form__button:hover{background-color:#0745ff}.ms-form__button:disabled{background-color:#96c0fe;color:#fff;pointer-events:none;display:flex;justify-content:center;align-items:center}.ms-form__button--text{background-color:transparent;padding:0px;height:auto;margin-bottom:0px;margin-top:0px;font-size:14px;line-height:28px;font-weight:500;color:#0a0a0a;opacity:0.8}.ms-form__button--text:hover{background-color:transparent}.ms-form__button--top-spacing{margin-top:10px}#msFormLoader path{fill:#fff}a.ms-form__link, div.ms-form__link{margin-top:8px;font-weight:500;font-size:14px;line-height:24px;color:rgb(10, 10, 10);text-decoration:none;opacity:0.8;cursor:pointer}.ms-modal__cancel-button{background:#f6f6f6;color:#828282;padding:8px;margin-right:8px;border-radius:4px;border:none;font-weight:700;font-size:14px;line-height:16px;cursor:pointer}.ms-modal__save-button{background:#2962ff;color:#fff;padding:8px;border-radius:4px;border:none;font-weight:700;font-size:14px;line-height:16px;cursor:pointer}.ms-modal__save-button:disabled{background:#80a1fc;color:#fff;cursor:default;opacity:0.4}.ms-modal__save-button--large{padding:12px;font-weight:700;font-size:14px;line-height:16px;width:100%}.ms-modal__outline-button{display:block !important;background:#fff;color:#0a0a0a;font-weight:700;font-size:14px;line-height:16px;padding:8px;margin-right:8px;border-radius:4px;border:1px solid #dddddd;cursor:pointer}.ms-modal__outline-button svg{display:inline !important;height:15px;margin-right:6px}.ms-modal__outline-button--mobile{width:100%}.ms-modal__button-label{margin-bottom:4px;margin-top:0px;font-size:14px;line-height:28px;font-weight:500}.ms-modal__profile-option{cursor:pointer;margin-bottom:20px;font-weight:500;font-size:16px;line-height:28px;background:transparent;border:none;padding:0px}.ms-modal__profile-option svg{display:inline !important;height:14px;margin-right:8px}.ms-modal__profile-option:hover{color:#2962ff}.ms-modal__profile-option--active{color:#2962ff}.ms-modal__profile-image-container{display:flex;justify-content:flex-start;width:100%;margin-bottom:21px;align-items:center;flex-direction:row;gap:12px}.ms-modal__profile-image{width:42px;height:42px;border-radius:50%;object-fit:cover;overflow:hidden;background:#ddd;border:1px solid #c9c9c9;display:flex;justify-content:center;align-items:center}.ms-modal__profile-image img{width:100%;height:100%;object-fit:cover}.ms-modal__social-button{display:flex;align-items:center;justify-content:center;width:100%;height:52px;border-radius:6px;font-weight:700;font-size:16px;line-height:28px;color:#0a0a0a;background:none;border:1px solid #c9c9c9;cursor:pointer;margin-bottom:8px}\n .ms-modal__social-button img,\n .ms-modal__social-button svg\n {height:16px;margin-right:8px;width:auto}.ms-modal__social-button[disabled]{background:#f6f6f6}.ms-modal__social-divider{display:flex;align-items:center;margin:20px 0px}.ms-modal__divider-line{text-align:center;background:#dddddd;height:1px;width:100%}.ms-modal__divider-text{padding:0px 4px}.ms-modal__footer{text-align:center;width:100%;box-sizing:border-box;margin:0;min-width:0;background:#f6f6f6;padding-top:10px;padding-bottom:10px;border-bottom-left-radius:16px;border-bottom-right-radius:16px;border-top:1px solid;border-top-color:#dddddd;font-size:12px;line-height:16px;font-weight:500}.ms-modal__footer a{color:rgb(10, 10, 10);text-decoration:none;display:flex;justify-content:center;align-items:center}.ms-modal__footer svg{height:12px;width:12px;margin-right:5.5px}');
|
|
23338
23964
|
}
|
|
23339
|
-
function
|
|
23965
|
+
function create_if_block_11(ctx) {
|
|
23340
23966
|
let testmode;
|
|
23341
23967
|
let current;
|
|
23342
23968
|
testmode = new TestMode({});
|
|
@@ -23379,7 +24005,8 @@ function create_if_block(ctx) {
|
|
|
23379
24005
|
create_if_block_5,
|
|
23380
24006
|
create_if_block_6,
|
|
23381
24007
|
create_if_block_7,
|
|
23382
|
-
create_if_block_8
|
|
24008
|
+
create_if_block_8,
|
|
24009
|
+
create_if_block_10
|
|
23383
24010
|
];
|
|
23384
24011
|
const if_blocks = [];
|
|
23385
24012
|
function select_block_type_1(ctx2, dirty) {
|
|
@@ -23423,6 +24050,11 @@ function create_if_block(ctx) {
|
|
|
23423
24050
|
ctx2[0] === "profile"
|
|
23424
24051
|
)
|
|
23425
24052
|
return 7;
|
|
24053
|
+
if (
|
|
24054
|
+
/*display*/
|
|
24055
|
+
ctx2[0] === "test_card"
|
|
24056
|
+
)
|
|
24057
|
+
return 8;
|
|
23426
24058
|
return -1;
|
|
23427
24059
|
}
|
|
23428
24060
|
if (~(current_block_type_index = select_block_type_1(ctx))) {
|
|
@@ -23434,7 +24066,7 @@ function create_if_block(ctx) {
|
|
|
23434
24066
|
if (if_block)
|
|
23435
24067
|
if_block.c();
|
|
23436
24068
|
attr(main, "id", "msOverlay");
|
|
23437
|
-
attr(main, "class", "svelte-
|
|
24069
|
+
attr(main, "class", "svelte-1blpd87");
|
|
23438
24070
|
},
|
|
23439
24071
|
m(target, anchor) {
|
|
23440
24072
|
insert(target, main, anchor);
|
|
@@ -23503,6 +24135,89 @@ function create_if_block(ctx) {
|
|
|
23503
24135
|
}
|
|
23504
24136
|
};
|
|
23505
24137
|
}
|
|
24138
|
+
function create_if_block_10(ctx) {
|
|
24139
|
+
let testcardmodal;
|
|
24140
|
+
let updating_display;
|
|
24141
|
+
let updating_params;
|
|
24142
|
+
let current;
|
|
24143
|
+
function testcardmodal_display_binding(value) {
|
|
24144
|
+
ctx[20](value);
|
|
24145
|
+
}
|
|
24146
|
+
function testcardmodal_params_binding(value) {
|
|
24147
|
+
ctx[21](value);
|
|
24148
|
+
}
|
|
24149
|
+
let testcardmodal_props = {
|
|
24150
|
+
closeModal: (
|
|
24151
|
+
/*closeModal*/
|
|
24152
|
+
ctx[5]
|
|
24153
|
+
),
|
|
24154
|
+
onSuccessSubmit: (
|
|
24155
|
+
/*onSuccess*/
|
|
24156
|
+
ctx[2]
|
|
24157
|
+
)
|
|
24158
|
+
};
|
|
24159
|
+
if (
|
|
24160
|
+
/*display*/
|
|
24161
|
+
ctx[0] !== void 0
|
|
24162
|
+
) {
|
|
24163
|
+
testcardmodal_props.display = /*display*/
|
|
24164
|
+
ctx[0];
|
|
24165
|
+
}
|
|
24166
|
+
if (
|
|
24167
|
+
/*params*/
|
|
24168
|
+
ctx[1] !== void 0
|
|
24169
|
+
) {
|
|
24170
|
+
testcardmodal_props.params = /*params*/
|
|
24171
|
+
ctx[1];
|
|
24172
|
+
}
|
|
24173
|
+
testcardmodal = new TestCardModal({ props: testcardmodal_props });
|
|
24174
|
+
binding_callbacks.push(() => bind(testcardmodal, "display", testcardmodal_display_binding));
|
|
24175
|
+
binding_callbacks.push(() => bind(testcardmodal, "params", testcardmodal_params_binding));
|
|
24176
|
+
return {
|
|
24177
|
+
c() {
|
|
24178
|
+
create_component(testcardmodal.$$.fragment);
|
|
24179
|
+
},
|
|
24180
|
+
m(target, anchor) {
|
|
24181
|
+
mount_component(testcardmodal, target, anchor);
|
|
24182
|
+
current = true;
|
|
24183
|
+
},
|
|
24184
|
+
p(ctx2, dirty) {
|
|
24185
|
+
const testcardmodal_changes = {};
|
|
24186
|
+
if (dirty & /*onSuccess*/
|
|
24187
|
+
4)
|
|
24188
|
+
testcardmodal_changes.onSuccessSubmit = /*onSuccess*/
|
|
24189
|
+
ctx2[2];
|
|
24190
|
+
if (!updating_display && dirty & /*display*/
|
|
24191
|
+
1) {
|
|
24192
|
+
updating_display = true;
|
|
24193
|
+
testcardmodal_changes.display = /*display*/
|
|
24194
|
+
ctx2[0];
|
|
24195
|
+
add_flush_callback(() => updating_display = false);
|
|
24196
|
+
}
|
|
24197
|
+
if (!updating_params && dirty & /*params*/
|
|
24198
|
+
2) {
|
|
24199
|
+
updating_params = true;
|
|
24200
|
+
testcardmodal_changes.params = /*params*/
|
|
24201
|
+
ctx2[1];
|
|
24202
|
+
add_flush_callback(() => updating_params = false);
|
|
24203
|
+
}
|
|
24204
|
+
testcardmodal.$set(testcardmodal_changes);
|
|
24205
|
+
},
|
|
24206
|
+
i(local) {
|
|
24207
|
+
if (current)
|
|
24208
|
+
return;
|
|
24209
|
+
transition_in(testcardmodal.$$.fragment, local);
|
|
24210
|
+
current = true;
|
|
24211
|
+
},
|
|
24212
|
+
o(local) {
|
|
24213
|
+
transition_out(testcardmodal.$$.fragment, local);
|
|
24214
|
+
current = false;
|
|
24215
|
+
},
|
|
24216
|
+
d(detaching) {
|
|
24217
|
+
destroy_component(testcardmodal, detaching);
|
|
24218
|
+
}
|
|
24219
|
+
};
|
|
24220
|
+
}
|
|
23506
24221
|
function create_if_block_8(ctx) {
|
|
23507
24222
|
let mediaquery;
|
|
23508
24223
|
let current;
|
|
@@ -23512,8 +24227,8 @@ function create_if_block_8(ctx) {
|
|
|
23512
24227
|
$$slots: {
|
|
23513
24228
|
default: [
|
|
23514
24229
|
create_default_slot,
|
|
23515
|
-
({ matches }) => ({
|
|
23516
|
-
({ matches }) => matches ?
|
|
24230
|
+
({ matches }) => ({ 26: matches }),
|
|
24231
|
+
({ matches }) => matches ? 67108864 : 0
|
|
23517
24232
|
]
|
|
23518
24233
|
},
|
|
23519
24234
|
$$scope: { ctx }
|
|
@@ -23530,7 +24245,7 @@ function create_if_block_8(ctx) {
|
|
|
23530
24245
|
p(ctx2, dirty) {
|
|
23531
24246
|
const mediaquery_changes = {};
|
|
23532
24247
|
if (dirty & /*$$scope, onSuccess, member, display, matches*/
|
|
23533
|
-
|
|
24248
|
+
201326605) {
|
|
23534
24249
|
mediaquery_changes.$$scope = { dirty, ctx: ctx2 };
|
|
23535
24250
|
}
|
|
23536
24251
|
mediaquery.$set(mediaquery_changes);
|
|
@@ -24153,7 +24868,7 @@ function create_default_slot(ctx) {
|
|
|
24153
24868
|
function select_block_type_2(ctx2, dirty) {
|
|
24154
24869
|
if (
|
|
24155
24870
|
/*matches*/
|
|
24156
|
-
ctx2[
|
|
24871
|
+
ctx2[26]
|
|
24157
24872
|
)
|
|
24158
24873
|
return 0;
|
|
24159
24874
|
return 1;
|
|
@@ -24214,7 +24929,7 @@ function create_fragment(ctx) {
|
|
|
24214
24929
|
let if_block;
|
|
24215
24930
|
let if_block_anchor;
|
|
24216
24931
|
let current;
|
|
24217
|
-
const if_block_creators = [create_if_block,
|
|
24932
|
+
const if_block_creators = [create_if_block, create_if_block_11];
|
|
24218
24933
|
const if_blocks = [];
|
|
24219
24934
|
function select_block_type(ctx2, dirty) {
|
|
24220
24935
|
if (
|
|
@@ -24394,6 +25109,14 @@ function instance($$self, $$props, $$invalidate) {
|
|
|
24394
25109
|
display = value;
|
|
24395
25110
|
$$invalidate(0, display);
|
|
24396
25111
|
}
|
|
25112
|
+
function testcardmodal_display_binding(value) {
|
|
25113
|
+
display = value;
|
|
25114
|
+
$$invalidate(0, display);
|
|
25115
|
+
}
|
|
25116
|
+
function testcardmodal_params_binding(value) {
|
|
25117
|
+
params = value;
|
|
25118
|
+
$$invalidate(1, params);
|
|
25119
|
+
}
|
|
24397
25120
|
$$self.$$set = ($$props2) => {
|
|
24398
25121
|
if ("display" in $$props2)
|
|
24399
25122
|
$$invalidate(0, display = $$props2.display);
|
|
@@ -24428,7 +25151,9 @@ function instance($$self, $$props, $$invalidate) {
|
|
|
24428
25151
|
passwordlesstokenmodal_display_binding,
|
|
24429
25152
|
passwordlesstokenmodal_params_binding,
|
|
24430
25153
|
mobileprofilemodal_display_binding,
|
|
24431
|
-
profilemodal_display_binding
|
|
25154
|
+
profilemodal_display_binding,
|
|
25155
|
+
testcardmodal_display_binding,
|
|
25156
|
+
testcardmodal_params_binding
|
|
24432
25157
|
];
|
|
24433
25158
|
}
|
|
24434
25159
|
var Main = class extends SvelteComponent {
|
|
@@ -24528,13 +25253,12 @@ var hideModal = () => {
|
|
|
24528
25253
|
modal == null ? void 0 : modal.$destroy();
|
|
24529
25254
|
} catch (e) {
|
|
24530
25255
|
}
|
|
24531
|
-
hideLoader();
|
|
24532
25256
|
};
|
|
24533
25257
|
|
|
24534
25258
|
// src/utils/cookies.ts
|
|
24535
25259
|
var import_js_cookie = __toESM(require("js-cookie"));
|
|
24536
25260
|
var memberAuthTokenName = "_ms-mid";
|
|
24537
|
-
function
|
|
25261
|
+
function isLocalStorageAvailable2() {
|
|
24538
25262
|
try {
|
|
24539
25263
|
localStorage.setItem("test", "test");
|
|
24540
25264
|
localStorage.removeItem("test");
|
|
@@ -24543,7 +25267,7 @@ function isLocalStorageAvailable() {
|
|
|
24543
25267
|
return false;
|
|
24544
25268
|
}
|
|
24545
25269
|
}
|
|
24546
|
-
var
|
|
25270
|
+
var localStorageAvailable2 = isLocalStorageAvailable2();
|
|
24547
25271
|
var useCookies = false;
|
|
24548
25272
|
var setCookieOnRootDomain = false;
|
|
24549
25273
|
var setUseCookies = (setCookieOnRoot) => {
|
|
@@ -24561,7 +25285,7 @@ var extractDomainFromHostname = (hostname) => {
|
|
|
24561
25285
|
}
|
|
24562
25286
|
};
|
|
24563
25287
|
var setMemberToken = (token, expires) => {
|
|
24564
|
-
if (
|
|
25288
|
+
if (localStorageAvailable2 && !useCookies) {
|
|
24565
25289
|
localStorage.setItem(memberAuthTokenName, token);
|
|
24566
25290
|
} else {
|
|
24567
25291
|
const domain = extractDomainFromHostname(window.location.hostname);
|
|
@@ -24572,7 +25296,7 @@ var setMemberToken = (token, expires) => {
|
|
|
24572
25296
|
}
|
|
24573
25297
|
};
|
|
24574
25298
|
var removeMemberToken = () => {
|
|
24575
|
-
if (
|
|
25299
|
+
if (localStorageAvailable2) {
|
|
24576
25300
|
localStorage.removeItem(memberAuthTokenName);
|
|
24577
25301
|
}
|
|
24578
25302
|
const domain = extractDomainFromHostname(window.location.hostname);
|
|
@@ -24586,7 +25310,7 @@ var removeMemberToken = () => {
|
|
|
24586
25310
|
});
|
|
24587
25311
|
};
|
|
24588
25312
|
var getMemberToken = () => {
|
|
24589
|
-
if (
|
|
25313
|
+
if (localStorageAvailable2 && !useCookies) {
|
|
24590
25314
|
const memAuthToken = localStorage.getItem(memberAuthTokenName);
|
|
24591
25315
|
if (memAuthToken)
|
|
24592
25316
|
return memAuthToken;
|