@memberstack/dom 1.9.34 → 1.9.35
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 +933 -211
- package/lib/index.mjs +933 -211
- package/lib/methods/dom/main-dom.js +928 -205
- package/lib/methods/dom/main-dom.mjs +928 -205
- package/lib/methods/dom/methods.js +928 -206
- package/lib/methods/dom/methods.mjs +928 -206
- package/lib/methods/index.js +933 -211
- package/lib/methods/index.mjs +933 -211
- package/package.json +2 -2
|
@@ -1034,7 +1034,7 @@ var get_default_slot_context = (ctx) => ({ matches: (
|
|
|
1034
1034
|
/*matches*/
|
|
1035
1035
|
ctx[0]
|
|
1036
1036
|
) });
|
|
1037
|
-
function create_fragment$
|
|
1037
|
+
function create_fragment$1l(ctx) {
|
|
1038
1038
|
let current;
|
|
1039
1039
|
const default_slot_template = (
|
|
1040
1040
|
/*#slots*/
|
|
@@ -1099,7 +1099,7 @@ function create_fragment$1i(ctx) {
|
|
|
1099
1099
|
}
|
|
1100
1100
|
};
|
|
1101
1101
|
}
|
|
1102
|
-
function instance$
|
|
1102
|
+
function instance$I($$self, $$props, $$invalidate) {
|
|
1103
1103
|
let { $$slots: slots = {}, $$scope } = $$props;
|
|
1104
1104
|
let { query } = $$props;
|
|
1105
1105
|
let mql;
|
|
@@ -1145,10 +1145,10 @@ function instance$H($$self, $$props, $$invalidate) {
|
|
|
1145
1145
|
var MediaQuery = class extends SvelteComponent {
|
|
1146
1146
|
constructor(options) {
|
|
1147
1147
|
super();
|
|
1148
|
-
init(this, options, instance$
|
|
1148
|
+
init(this, options, instance$I, create_fragment$1l, safe_not_equal, { query: 1 });
|
|
1149
1149
|
}
|
|
1150
1150
|
};
|
|
1151
|
-
function create_fragment$
|
|
1151
|
+
function create_fragment$1k(ctx) {
|
|
1152
1152
|
let svg;
|
|
1153
1153
|
let path;
|
|
1154
1154
|
let animateTransform;
|
|
@@ -1192,10 +1192,10 @@ function create_fragment$1h(ctx) {
|
|
|
1192
1192
|
var LoadingIcon = class extends SvelteComponent {
|
|
1193
1193
|
constructor(options) {
|
|
1194
1194
|
super();
|
|
1195
|
-
init(this, options, null, create_fragment$
|
|
1195
|
+
init(this, options, null, create_fragment$1k, safe_not_equal, {});
|
|
1196
1196
|
}
|
|
1197
1197
|
};
|
|
1198
|
-
function create_fragment$
|
|
1198
|
+
function create_fragment$1j(ctx) {
|
|
1199
1199
|
let div;
|
|
1200
1200
|
let loadingicon;
|
|
1201
1201
|
let current;
|
|
@@ -1232,10 +1232,10 @@ function create_fragment$1g(ctx) {
|
|
|
1232
1232
|
var Loader = class extends SvelteComponent {
|
|
1233
1233
|
constructor(options) {
|
|
1234
1234
|
super();
|
|
1235
|
-
init(this, options, null, create_fragment$
|
|
1235
|
+
init(this, options, null, create_fragment$1j, safe_not_equal, {});
|
|
1236
1236
|
}
|
|
1237
1237
|
};
|
|
1238
|
-
function create_fragment$
|
|
1238
|
+
function create_fragment$1i(ctx) {
|
|
1239
1239
|
let svg;
|
|
1240
1240
|
let path;
|
|
1241
1241
|
return {
|
|
@@ -1266,10 +1266,10 @@ function create_fragment$1f(ctx) {
|
|
|
1266
1266
|
var CloseIcon = class extends SvelteComponent {
|
|
1267
1267
|
constructor(options) {
|
|
1268
1268
|
super();
|
|
1269
|
-
init(this, options, null, create_fragment$
|
|
1269
|
+
init(this, options, null, create_fragment$1i, safe_not_equal, {});
|
|
1270
1270
|
}
|
|
1271
1271
|
};
|
|
1272
|
-
function create_fragment$
|
|
1272
|
+
function create_fragment$1h(ctx) {
|
|
1273
1273
|
let div;
|
|
1274
1274
|
let button;
|
|
1275
1275
|
let closeicon;
|
|
@@ -1322,7 +1322,7 @@ function create_fragment$1e(ctx) {
|
|
|
1322
1322
|
}
|
|
1323
1323
|
};
|
|
1324
1324
|
}
|
|
1325
|
-
function instance$
|
|
1325
|
+
function instance$H($$self, $$props, $$invalidate) {
|
|
1326
1326
|
let { closeModal } = $$props;
|
|
1327
1327
|
$$self.$$set = ($$props2) => {
|
|
1328
1328
|
if ("closeModal" in $$props2)
|
|
@@ -1333,10 +1333,10 @@ function instance$G($$self, $$props, $$invalidate) {
|
|
|
1333
1333
|
var CloseButton = class extends SvelteComponent {
|
|
1334
1334
|
constructor(options) {
|
|
1335
1335
|
super();
|
|
1336
|
-
init(this, options, instance$
|
|
1336
|
+
init(this, options, instance$H, create_fragment$1h, safe_not_equal, { closeModal: 0 });
|
|
1337
1337
|
}
|
|
1338
1338
|
};
|
|
1339
|
-
function create_fragment$
|
|
1339
|
+
function create_fragment$1g(ctx) {
|
|
1340
1340
|
let svg;
|
|
1341
1341
|
let path0;
|
|
1342
1342
|
let path1;
|
|
@@ -1389,7 +1389,7 @@ function create_fragment$1d(ctx) {
|
|
|
1389
1389
|
var MemberstackIcon = class extends SvelteComponent {
|
|
1390
1390
|
constructor(options) {
|
|
1391
1391
|
super();
|
|
1392
|
-
init(this, options, null, create_fragment$
|
|
1392
|
+
init(this, options, null, create_fragment$1g, safe_not_equal, {});
|
|
1393
1393
|
}
|
|
1394
1394
|
};
|
|
1395
1395
|
function create_else_block$h(ctx) {
|
|
@@ -1420,7 +1420,7 @@ function create_else_block$h(ctx) {
|
|
|
1420
1420
|
}
|
|
1421
1421
|
};
|
|
1422
1422
|
}
|
|
1423
|
-
function create_if_block$
|
|
1423
|
+
function create_if_block$z(ctx) {
|
|
1424
1424
|
let img;
|
|
1425
1425
|
let img_src_value;
|
|
1426
1426
|
let img_alt_value;
|
|
@@ -1457,12 +1457,12 @@ function create_if_block$y(ctx) {
|
|
|
1457
1457
|
}
|
|
1458
1458
|
};
|
|
1459
1459
|
}
|
|
1460
|
-
function create_fragment$
|
|
1460
|
+
function create_fragment$1f(ctx) {
|
|
1461
1461
|
let figure;
|
|
1462
1462
|
let current_block_type_index;
|
|
1463
1463
|
let if_block;
|
|
1464
1464
|
let current;
|
|
1465
|
-
const if_block_creators = [create_if_block$
|
|
1465
|
+
const if_block_creators = [create_if_block$z, create_else_block$h];
|
|
1466
1466
|
const if_blocks = [];
|
|
1467
1467
|
function select_block_type(ctx2, dirty) {
|
|
1468
1468
|
if (
|
|
@@ -1524,7 +1524,7 @@ function create_fragment$1c(ctx) {
|
|
|
1524
1524
|
}
|
|
1525
1525
|
};
|
|
1526
1526
|
}
|
|
1527
|
-
function instance$
|
|
1527
|
+
function instance$G($$self, $$props, $$invalidate) {
|
|
1528
1528
|
let app = {};
|
|
1529
1529
|
AppStore.subscribe((data) => {
|
|
1530
1530
|
$$invalidate(0, app = data);
|
|
@@ -1534,7 +1534,7 @@ function instance$F($$self, $$props, $$invalidate) {
|
|
|
1534
1534
|
var FigureElement = class extends SvelteComponent {
|
|
1535
1535
|
constructor(options) {
|
|
1536
1536
|
super();
|
|
1537
|
-
init(this, options, instance$
|
|
1537
|
+
init(this, options, instance$G, create_fragment$1f, safe_not_equal, {});
|
|
1538
1538
|
}
|
|
1539
1539
|
};
|
|
1540
1540
|
function create_else_block$g(ctx) {
|
|
@@ -1589,7 +1589,7 @@ function create_else_block$g(ctx) {
|
|
|
1589
1589
|
}
|
|
1590
1590
|
};
|
|
1591
1591
|
}
|
|
1592
|
-
function create_if_block$
|
|
1592
|
+
function create_if_block$y(ctx) {
|
|
1593
1593
|
let button;
|
|
1594
1594
|
let t;
|
|
1595
1595
|
return {
|
|
@@ -1638,12 +1638,12 @@ function create_if_block$x(ctx) {
|
|
|
1638
1638
|
}
|
|
1639
1639
|
};
|
|
1640
1640
|
}
|
|
1641
|
-
function create_fragment$
|
|
1641
|
+
function create_fragment$1e(ctx) {
|
|
1642
1642
|
let div;
|
|
1643
1643
|
let current_block_type_index;
|
|
1644
1644
|
let if_block;
|
|
1645
1645
|
let current;
|
|
1646
|
-
const if_block_creators = [create_if_block$
|
|
1646
|
+
const if_block_creators = [create_if_block$y, create_else_block$g];
|
|
1647
1647
|
const if_blocks = [];
|
|
1648
1648
|
function select_block_type(ctx2, dirty) {
|
|
1649
1649
|
if (!/*isLoading*/
|
|
@@ -1702,7 +1702,7 @@ function create_fragment$1b(ctx) {
|
|
|
1702
1702
|
}
|
|
1703
1703
|
};
|
|
1704
1704
|
}
|
|
1705
|
-
function instance$
|
|
1705
|
+
function instance$F($$self, $$props, $$invalidate) {
|
|
1706
1706
|
let $app;
|
|
1707
1707
|
component_subscribe($$self, AppStore, ($$value) => $$invalidate(3, $app = $$value));
|
|
1708
1708
|
let { buttonText = "Submit" } = $$props;
|
|
@@ -1722,10 +1722,10 @@ function instance$E($$self, $$props, $$invalidate) {
|
|
|
1722
1722
|
var SubmitButton = class extends SvelteComponent {
|
|
1723
1723
|
constructor(options) {
|
|
1724
1724
|
super();
|
|
1725
|
-
init(this, options, instance$
|
|
1725
|
+
init(this, options, instance$F, create_fragment$1e, safe_not_equal, { buttonText: 0, isLoading: 1 });
|
|
1726
1726
|
}
|
|
1727
1727
|
};
|
|
1728
|
-
function create_fragment$
|
|
1728
|
+
function create_fragment$1d(ctx) {
|
|
1729
1729
|
let svg;
|
|
1730
1730
|
let path;
|
|
1731
1731
|
return {
|
|
@@ -1754,10 +1754,10 @@ function create_fragment$1a(ctx) {
|
|
|
1754
1754
|
var ErrorIcon = class extends SvelteComponent {
|
|
1755
1755
|
constructor(options) {
|
|
1756
1756
|
super();
|
|
1757
|
-
init(this, options, null, create_fragment$
|
|
1757
|
+
init(this, options, null, create_fragment$1d, safe_not_equal, {});
|
|
1758
1758
|
}
|
|
1759
1759
|
};
|
|
1760
|
-
function create_if_block$
|
|
1760
|
+
function create_if_block$x(ctx) {
|
|
1761
1761
|
let div;
|
|
1762
1762
|
let erroricon;
|
|
1763
1763
|
let t0;
|
|
@@ -1800,7 +1800,7 @@ function create_if_block$w(ctx) {
|
|
|
1800
1800
|
}
|
|
1801
1801
|
};
|
|
1802
1802
|
}
|
|
1803
|
-
function create_fragment$
|
|
1803
|
+
function create_fragment$1c(ctx) {
|
|
1804
1804
|
let div;
|
|
1805
1805
|
let label;
|
|
1806
1806
|
let t0;
|
|
@@ -1812,7 +1812,7 @@ function create_fragment$19(ctx) {
|
|
|
1812
1812
|
let dispose;
|
|
1813
1813
|
let if_block = (
|
|
1814
1814
|
/*inputError*/
|
|
1815
|
-
ctx[2] && create_if_block$
|
|
1815
|
+
ctx[2] && create_if_block$x(ctx)
|
|
1816
1816
|
);
|
|
1817
1817
|
return {
|
|
1818
1818
|
c() {
|
|
@@ -1907,7 +1907,7 @@ function create_fragment$19(ctx) {
|
|
|
1907
1907
|
transition_in(if_block, 1);
|
|
1908
1908
|
}
|
|
1909
1909
|
} else {
|
|
1910
|
-
if_block = create_if_block$
|
|
1910
|
+
if_block = create_if_block$x(ctx2);
|
|
1911
1911
|
if_block.c();
|
|
1912
1912
|
transition_in(if_block, 1);
|
|
1913
1913
|
if_block.m(div, null);
|
|
@@ -1940,7 +1940,7 @@ function create_fragment$19(ctx) {
|
|
|
1940
1940
|
}
|
|
1941
1941
|
};
|
|
1942
1942
|
}
|
|
1943
|
-
function instance$
|
|
1943
|
+
function instance$E($$self, $$props, $$invalidate) {
|
|
1944
1944
|
let $textStore;
|
|
1945
1945
|
component_subscribe($$self, TextStore, ($$value) => $$invalidate(9, $textStore = $$value));
|
|
1946
1946
|
let { emailInputValid = false } = $$props;
|
|
@@ -1989,14 +1989,14 @@ function instance$D($$self, $$props, $$invalidate) {
|
|
|
1989
1989
|
var EmailInput = class extends SvelteComponent {
|
|
1990
1990
|
constructor(options) {
|
|
1991
1991
|
super();
|
|
1992
|
-
init(this, options, instance$
|
|
1992
|
+
init(this, options, instance$E, create_fragment$1c, safe_not_equal, {
|
|
1993
1993
|
emailInputValid: 7,
|
|
1994
1994
|
emailValue: 0,
|
|
1995
1995
|
placeholder: 1
|
|
1996
1996
|
});
|
|
1997
1997
|
}
|
|
1998
1998
|
};
|
|
1999
|
-
function create_fragment$
|
|
1999
|
+
function create_fragment$1b(ctx) {
|
|
2000
2000
|
let svg;
|
|
2001
2001
|
let path;
|
|
2002
2002
|
return {
|
|
@@ -2026,10 +2026,10 @@ function create_fragment$18(ctx) {
|
|
|
2026
2026
|
var EyeIcon = class extends SvelteComponent {
|
|
2027
2027
|
constructor(options) {
|
|
2028
2028
|
super();
|
|
2029
|
-
init(this, options, null, create_fragment$
|
|
2029
|
+
init(this, options, null, create_fragment$1b, safe_not_equal, {});
|
|
2030
2030
|
}
|
|
2031
2031
|
};
|
|
2032
|
-
function create_fragment$
|
|
2032
|
+
function create_fragment$1a(ctx) {
|
|
2033
2033
|
let svg;
|
|
2034
2034
|
let path;
|
|
2035
2035
|
return {
|
|
@@ -2059,7 +2059,7 @@ function create_fragment$17(ctx) {
|
|
|
2059
2059
|
var EyeSlashIcon = class extends SvelteComponent {
|
|
2060
2060
|
constructor(options) {
|
|
2061
2061
|
super();
|
|
2062
|
-
init(this, options, null, create_fragment$
|
|
2062
|
+
init(this, options, null, create_fragment$1a, safe_not_equal, {});
|
|
2063
2063
|
}
|
|
2064
2064
|
};
|
|
2065
2065
|
function create_if_block_2$i(ctx) {
|
|
@@ -2155,7 +2155,7 @@ function create_if_block_1$o(ctx) {
|
|
|
2155
2155
|
}
|
|
2156
2156
|
};
|
|
2157
2157
|
}
|
|
2158
|
-
function create_if_block$
|
|
2158
|
+
function create_if_block$w(ctx) {
|
|
2159
2159
|
let div;
|
|
2160
2160
|
let erroricon;
|
|
2161
2161
|
let t0;
|
|
@@ -2198,7 +2198,7 @@ function create_if_block$v(ctx) {
|
|
|
2198
2198
|
}
|
|
2199
2199
|
};
|
|
2200
2200
|
}
|
|
2201
|
-
function create_fragment$
|
|
2201
|
+
function create_fragment$19(ctx) {
|
|
2202
2202
|
let div3;
|
|
2203
2203
|
let div0;
|
|
2204
2204
|
let label;
|
|
@@ -2232,7 +2232,7 @@ function create_fragment$16(ctx) {
|
|
|
2232
2232
|
if_block1 = if_blocks[current_block_type_index] = if_block_creators[current_block_type_index](ctx);
|
|
2233
2233
|
let if_block2 = (
|
|
2234
2234
|
/*inputError*/
|
|
2235
|
-
ctx[6] && create_if_block$
|
|
2235
|
+
ctx[6] && create_if_block$w(ctx)
|
|
2236
2236
|
);
|
|
2237
2237
|
return {
|
|
2238
2238
|
c() {
|
|
@@ -2393,7 +2393,7 @@ function create_fragment$16(ctx) {
|
|
|
2393
2393
|
transition_in(if_block2, 1);
|
|
2394
2394
|
}
|
|
2395
2395
|
} else {
|
|
2396
|
-
if_block2 = create_if_block$
|
|
2396
|
+
if_block2 = create_if_block$w(ctx2);
|
|
2397
2397
|
if_block2.c();
|
|
2398
2398
|
transition_in(if_block2, 1);
|
|
2399
2399
|
if_block2.m(div3, null);
|
|
@@ -2431,7 +2431,7 @@ function create_fragment$16(ctx) {
|
|
|
2431
2431
|
}
|
|
2432
2432
|
};
|
|
2433
2433
|
}
|
|
2434
|
-
function instance$
|
|
2434
|
+
function instance$D($$self, $$props, $$invalidate) {
|
|
2435
2435
|
let type;
|
|
2436
2436
|
let $textStore;
|
|
2437
2437
|
component_subscribe($$self, TextStore, ($$value) => $$invalidate(15, $textStore = $$value));
|
|
@@ -2505,7 +2505,7 @@ function instance$C($$self, $$props, $$invalidate) {
|
|
|
2505
2505
|
var PasswordInput = class extends SvelteComponent {
|
|
2506
2506
|
constructor(options) {
|
|
2507
2507
|
super();
|
|
2508
|
-
init(this, options, instance$
|
|
2508
|
+
init(this, options, instance$D, create_fragment$19, safe_not_equal, {
|
|
2509
2509
|
showForgotPasswordLabel: 2,
|
|
2510
2510
|
passwordInputValid: 13,
|
|
2511
2511
|
passwordLabel: 3,
|
|
@@ -2515,7 +2515,7 @@ var PasswordInput = class extends SvelteComponent {
|
|
|
2515
2515
|
});
|
|
2516
2516
|
}
|
|
2517
2517
|
};
|
|
2518
|
-
function create_fragment$
|
|
2518
|
+
function create_fragment$18(ctx) {
|
|
2519
2519
|
let svg;
|
|
2520
2520
|
let path;
|
|
2521
2521
|
return {
|
|
@@ -2545,10 +2545,10 @@ function create_fragment$15(ctx) {
|
|
|
2545
2545
|
var SecuredIcon = class extends SvelteComponent {
|
|
2546
2546
|
constructor(options) {
|
|
2547
2547
|
super();
|
|
2548
|
-
init(this, options, null, create_fragment$
|
|
2548
|
+
init(this, options, null, create_fragment$18, safe_not_equal, {});
|
|
2549
2549
|
}
|
|
2550
2550
|
};
|
|
2551
|
-
function create_if_block$
|
|
2551
|
+
function create_if_block$v(ctx) {
|
|
2552
2552
|
let div;
|
|
2553
2553
|
let a;
|
|
2554
2554
|
let securedicon;
|
|
@@ -2589,11 +2589,11 @@ function create_if_block$u(ctx) {
|
|
|
2589
2589
|
}
|
|
2590
2590
|
};
|
|
2591
2591
|
}
|
|
2592
|
-
function create_fragment$
|
|
2592
|
+
function create_fragment$17(ctx) {
|
|
2593
2593
|
let if_block_anchor;
|
|
2594
2594
|
let current;
|
|
2595
2595
|
let if_block = !/*$app*/
|
|
2596
|
-
ctx[0].isPaid && create_if_block$
|
|
2596
|
+
ctx[0].isPaid && create_if_block$v();
|
|
2597
2597
|
return {
|
|
2598
2598
|
c() {
|
|
2599
2599
|
if (if_block)
|
|
@@ -2615,7 +2615,7 @@ function create_fragment$14(ctx) {
|
|
|
2615
2615
|
transition_in(if_block, 1);
|
|
2616
2616
|
}
|
|
2617
2617
|
} else {
|
|
2618
|
-
if_block = create_if_block$
|
|
2618
|
+
if_block = create_if_block$v();
|
|
2619
2619
|
if_block.c();
|
|
2620
2620
|
transition_in(if_block, 1);
|
|
2621
2621
|
if_block.m(if_block_anchor.parentNode, if_block_anchor);
|
|
@@ -2646,7 +2646,7 @@ function create_fragment$14(ctx) {
|
|
|
2646
2646
|
}
|
|
2647
2647
|
};
|
|
2648
2648
|
}
|
|
2649
|
-
function instance$
|
|
2649
|
+
function instance$C($$self, $$props, $$invalidate) {
|
|
2650
2650
|
let $app;
|
|
2651
2651
|
component_subscribe($$self, AppStore, ($$value) => $$invalidate(0, $app = $$value));
|
|
2652
2652
|
return [$app];
|
|
@@ -2654,10 +2654,10 @@ function instance$B($$self, $$props, $$invalidate) {
|
|
|
2654
2654
|
var ModalFooter = class extends SvelteComponent {
|
|
2655
2655
|
constructor(options) {
|
|
2656
2656
|
super();
|
|
2657
|
-
init(this, options, instance$
|
|
2657
|
+
init(this, options, instance$C, create_fragment$17, safe_not_equal, {});
|
|
2658
2658
|
}
|
|
2659
2659
|
};
|
|
2660
|
-
function create_fragment$
|
|
2660
|
+
function create_fragment$16(ctx) {
|
|
2661
2661
|
let svg;
|
|
2662
2662
|
let path;
|
|
2663
2663
|
return {
|
|
@@ -2686,7 +2686,7 @@ function create_fragment$13(ctx) {
|
|
|
2686
2686
|
var EmailIcon = class extends SvelteComponent {
|
|
2687
2687
|
constructor(options) {
|
|
2688
2688
|
super();
|
|
2689
|
-
init(this, options, null, create_fragment$
|
|
2689
|
+
init(this, options, null, create_fragment$16, safe_not_equal, {});
|
|
2690
2690
|
}
|
|
2691
2691
|
};
|
|
2692
2692
|
var PasswordlessStore = writable({
|
|
@@ -2998,7 +2998,7 @@ function create_if_block_3$9(ctx) {
|
|
|
2998
2998
|
}
|
|
2999
2999
|
};
|
|
3000
3000
|
}
|
|
3001
|
-
function create_if_block$
|
|
3001
|
+
function create_if_block$u(ctx) {
|
|
3002
3002
|
let div4;
|
|
3003
3003
|
let div3;
|
|
3004
3004
|
let div0;
|
|
@@ -3382,7 +3382,7 @@ function create_each_block$c(ctx) {
|
|
|
3382
3382
|
}
|
|
3383
3383
|
};
|
|
3384
3384
|
}
|
|
3385
|
-
function create_fragment$
|
|
3385
|
+
function create_fragment$15(ctx) {
|
|
3386
3386
|
let div1;
|
|
3387
3387
|
let t0;
|
|
3388
3388
|
let div0;
|
|
@@ -3454,7 +3454,7 @@ function create_fragment$12(ctx) {
|
|
|
3454
3454
|
let if_block3 = (
|
|
3455
3455
|
/*$app*/
|
|
3456
3456
|
(ctx[7].authProviders.length > 0 || /*$app*/
|
|
3457
|
-
ctx[7].additionalAuthMethods.passwordless.enabled === true) && create_if_block$
|
|
3457
|
+
ctx[7].additionalAuthMethods.passwordless.enabled === true) && create_if_block$u(ctx)
|
|
3458
3458
|
);
|
|
3459
3459
|
modalfooter = new ModalFooter({});
|
|
3460
3460
|
return {
|
|
@@ -3596,7 +3596,7 @@ function create_fragment$12(ctx) {
|
|
|
3596
3596
|
transition_in(if_block3, 1);
|
|
3597
3597
|
}
|
|
3598
3598
|
} else {
|
|
3599
|
-
if_block3 = create_if_block$
|
|
3599
|
+
if_block3 = create_if_block$u(ctx2);
|
|
3600
3600
|
if_block3.c();
|
|
3601
3601
|
transition_in(if_block3, 1);
|
|
3602
3602
|
if_block3.m(div0, null);
|
|
@@ -3648,7 +3648,7 @@ function create_fragment$12(ctx) {
|
|
|
3648
3648
|
}
|
|
3649
3649
|
};
|
|
3650
3650
|
}
|
|
3651
|
-
function instance$
|
|
3651
|
+
function instance$B($$self, $$props, $$invalidate) {
|
|
3652
3652
|
let $PasswordlessStore;
|
|
3653
3653
|
let $app;
|
|
3654
3654
|
let $textStore;
|
|
@@ -3774,7 +3774,7 @@ function instance$A($$self, $$props, $$invalidate) {
|
|
|
3774
3774
|
var LoginModal = class extends SvelteComponent {
|
|
3775
3775
|
constructor(options) {
|
|
3776
3776
|
super();
|
|
3777
|
-
init(this, options, instance$
|
|
3777
|
+
init(this, options, instance$B, create_fragment$15, safe_not_equal, {
|
|
3778
3778
|
closeModal: 1,
|
|
3779
3779
|
display: 0,
|
|
3780
3780
|
onSuccessLogin: 12,
|
|
@@ -3782,7 +3782,7 @@ var LoginModal = class extends SvelteComponent {
|
|
|
3782
3782
|
});
|
|
3783
3783
|
}
|
|
3784
3784
|
};
|
|
3785
|
-
function add_css$
|
|
3785
|
+
function add_css$k(target) {
|
|
3786
3786
|
append_styles(target, "svelte-1w8lbd8", ".rey-was-here.svelte-1w8lbd8{display:none !important}");
|
|
3787
3787
|
}
|
|
3788
3788
|
function get_each_context$b(ctx, list, i) {
|
|
@@ -4085,7 +4085,7 @@ function create_if_block_3$8(ctx) {
|
|
|
4085
4085
|
}
|
|
4086
4086
|
};
|
|
4087
4087
|
}
|
|
4088
|
-
function create_if_block$
|
|
4088
|
+
function create_if_block$t(ctx) {
|
|
4089
4089
|
let div4;
|
|
4090
4090
|
let div3;
|
|
4091
4091
|
let t3;
|
|
@@ -4445,7 +4445,7 @@ function create_each_block$b(ctx) {
|
|
|
4445
4445
|
}
|
|
4446
4446
|
};
|
|
4447
4447
|
}
|
|
4448
|
-
function create_fragment$
|
|
4448
|
+
function create_fragment$14(ctx) {
|
|
4449
4449
|
let div4;
|
|
4450
4450
|
let t0;
|
|
4451
4451
|
let div3;
|
|
@@ -4518,7 +4518,7 @@ function create_fragment$11(ctx) {
|
|
|
4518
4518
|
let if_block3 = (
|
|
4519
4519
|
/*$app*/
|
|
4520
4520
|
(ctx[7].authProviders.length > 0 || /*$app*/
|
|
4521
|
-
ctx[7].additionalAuthMethods.passwordless.enabled === true) && create_if_block$
|
|
4521
|
+
ctx[7].additionalAuthMethods.passwordless.enabled === true) && create_if_block$t(ctx)
|
|
4522
4522
|
);
|
|
4523
4523
|
modalfooter = new ModalFooter({});
|
|
4524
4524
|
return {
|
|
@@ -4731,7 +4731,7 @@ function create_fragment$11(ctx) {
|
|
|
4731
4731
|
transition_in(if_block3, 1);
|
|
4732
4732
|
}
|
|
4733
4733
|
} else {
|
|
4734
|
-
if_block3 = create_if_block$
|
|
4734
|
+
if_block3 = create_if_block$t(ctx2);
|
|
4735
4735
|
if_block3.c();
|
|
4736
4736
|
transition_in(if_block3, 1);
|
|
4737
4737
|
if_block3.m(div3, null);
|
|
@@ -4792,7 +4792,7 @@ function executeCaptcha() {
|
|
|
4792
4792
|
return response;
|
|
4793
4793
|
});
|
|
4794
4794
|
}
|
|
4795
|
-
function instance$
|
|
4795
|
+
function instance$A($$self, $$props, $$invalidate) {
|
|
4796
4796
|
var _a;
|
|
4797
4797
|
let $PasswordlessStore;
|
|
4798
4798
|
let $app;
|
|
@@ -4965,8 +4965,8 @@ var SignupModal = class extends SvelteComponent {
|
|
|
4965
4965
|
init(
|
|
4966
4966
|
this,
|
|
4967
4967
|
options,
|
|
4968
|
-
instance$
|
|
4969
|
-
create_fragment$
|
|
4968
|
+
instance$A,
|
|
4969
|
+
create_fragment$14,
|
|
4970
4970
|
safe_not_equal,
|
|
4971
4971
|
{
|
|
4972
4972
|
closeModal: 1,
|
|
@@ -4974,11 +4974,11 @@ var SignupModal = class extends SvelteComponent {
|
|
|
4974
4974
|
onSuccessSignup: 11,
|
|
4975
4975
|
params: 2
|
|
4976
4976
|
},
|
|
4977
|
-
add_css$
|
|
4977
|
+
add_css$k
|
|
4978
4978
|
);
|
|
4979
4979
|
}
|
|
4980
4980
|
};
|
|
4981
|
-
function create_fragment$
|
|
4981
|
+
function create_fragment$13(ctx) {
|
|
4982
4982
|
let svg;
|
|
4983
4983
|
let path;
|
|
4984
4984
|
return {
|
|
@@ -5007,10 +5007,10 @@ function create_fragment$10(ctx) {
|
|
|
5007
5007
|
var BackIcon = class extends SvelteComponent {
|
|
5008
5008
|
constructor(options) {
|
|
5009
5009
|
super();
|
|
5010
|
-
init(this, options, null, create_fragment$
|
|
5010
|
+
init(this, options, null, create_fragment$13, safe_not_equal, {});
|
|
5011
5011
|
}
|
|
5012
5012
|
};
|
|
5013
|
-
function create_fragment
|
|
5013
|
+
function create_fragment$12(ctx) {
|
|
5014
5014
|
let div4;
|
|
5015
5015
|
let div0;
|
|
5016
5016
|
let button;
|
|
@@ -5205,7 +5205,7 @@ function create_fragment$$(ctx) {
|
|
|
5205
5205
|
}
|
|
5206
5206
|
};
|
|
5207
5207
|
}
|
|
5208
|
-
function instance$
|
|
5208
|
+
function instance$z($$self, $$props, $$invalidate) {
|
|
5209
5209
|
let $textStore;
|
|
5210
5210
|
component_subscribe($$self, TextStore, ($$value) => $$invalidate(9, $textStore = $$value));
|
|
5211
5211
|
let text2 = $textStore.text;
|
|
@@ -5258,10 +5258,10 @@ function instance$y($$self, $$props, $$invalidate) {
|
|
|
5258
5258
|
var PassResetModal = class extends SvelteComponent {
|
|
5259
5259
|
constructor(options) {
|
|
5260
5260
|
super();
|
|
5261
|
-
init(this, options, instance$
|
|
5261
|
+
init(this, options, instance$z, create_fragment$12, safe_not_equal, { closeModal: 5, display: 0 });
|
|
5262
5262
|
}
|
|
5263
5263
|
};
|
|
5264
|
-
function create_if_block$
|
|
5264
|
+
function create_if_block$s(ctx) {
|
|
5265
5265
|
let div;
|
|
5266
5266
|
let erroricon;
|
|
5267
5267
|
let t;
|
|
@@ -5297,7 +5297,7 @@ function create_if_block$r(ctx) {
|
|
|
5297
5297
|
}
|
|
5298
5298
|
};
|
|
5299
5299
|
}
|
|
5300
|
-
function create_fragment$
|
|
5300
|
+
function create_fragment$11(ctx) {
|
|
5301
5301
|
let div3;
|
|
5302
5302
|
let div0;
|
|
5303
5303
|
let button;
|
|
@@ -5335,7 +5335,7 @@ function create_fragment$_(ctx) {
|
|
|
5335
5335
|
});
|
|
5336
5336
|
figureelement = new FigureElement({});
|
|
5337
5337
|
let if_block = !/*tokenInputValid*/
|
|
5338
|
-
ctx[3] && create_if_block$
|
|
5338
|
+
ctx[3] && create_if_block$s();
|
|
5339
5339
|
function passwordinput_passwordInputValid_binding(value) {
|
|
5340
5340
|
ctx[9](value);
|
|
5341
5341
|
}
|
|
@@ -5483,7 +5483,7 @@ function create_fragment$_(ctx) {
|
|
|
5483
5483
|
transition_in(if_block, 1);
|
|
5484
5484
|
}
|
|
5485
5485
|
} else {
|
|
5486
|
-
if_block = create_if_block$
|
|
5486
|
+
if_block = create_if_block$s();
|
|
5487
5487
|
if_block.c();
|
|
5488
5488
|
transition_in(if_block, 1);
|
|
5489
5489
|
if_block.m(div1, null);
|
|
@@ -5549,7 +5549,7 @@ function create_fragment$_(ctx) {
|
|
|
5549
5549
|
}
|
|
5550
5550
|
};
|
|
5551
5551
|
}
|
|
5552
|
-
function instance$
|
|
5552
|
+
function instance$y($$self, $$props, $$invalidate) {
|
|
5553
5553
|
let $textStore;
|
|
5554
5554
|
component_subscribe($$self, TextStore, ($$value) => $$invalidate(10, $textStore = $$value));
|
|
5555
5555
|
let text2 = $textStore.text;
|
|
@@ -5646,14 +5646,14 @@ function instance$x($$self, $$props, $$invalidate) {
|
|
|
5646
5646
|
var PassTokenModal = class extends SvelteComponent {
|
|
5647
5647
|
constructor(options) {
|
|
5648
5648
|
super();
|
|
5649
|
-
init(this, options, instance$
|
|
5649
|
+
init(this, options, instance$y, create_fragment$11, safe_not_equal, {
|
|
5650
5650
|
closeModal: 1,
|
|
5651
5651
|
display: 0,
|
|
5652
5652
|
onSuccessPasswordReset: 7
|
|
5653
5653
|
});
|
|
5654
5654
|
}
|
|
5655
5655
|
};
|
|
5656
|
-
function create_fragment$
|
|
5656
|
+
function create_fragment$10(ctx) {
|
|
5657
5657
|
let div2;
|
|
5658
5658
|
let div0;
|
|
5659
5659
|
let t0;
|
|
@@ -5749,7 +5749,7 @@ function create_fragment$Z(ctx) {
|
|
|
5749
5749
|
}
|
|
5750
5750
|
};
|
|
5751
5751
|
}
|
|
5752
|
-
function instance$
|
|
5752
|
+
function instance$x($$self, $$props, $$invalidate) {
|
|
5753
5753
|
let { closeModal } = $$props;
|
|
5754
5754
|
$$self.$$set = ($$props2) => {
|
|
5755
5755
|
if ("closeModal" in $$props2)
|
|
@@ -5760,7 +5760,7 @@ function instance$w($$self, $$props, $$invalidate) {
|
|
|
5760
5760
|
var PassSuccessModal = class extends SvelteComponent {
|
|
5761
5761
|
constructor(options) {
|
|
5762
5762
|
super();
|
|
5763
|
-
init(this, options, instance$
|
|
5763
|
+
init(this, options, instance$x, create_fragment$10, safe_not_equal, { closeModal: 0 });
|
|
5764
5764
|
}
|
|
5765
5765
|
};
|
|
5766
5766
|
function create_else_block_1$5(ctx) {
|
|
@@ -5893,7 +5893,7 @@ function create_if_block_1$l(ctx) {
|
|
|
5893
5893
|
}
|
|
5894
5894
|
};
|
|
5895
5895
|
}
|
|
5896
|
-
function create_if_block$
|
|
5896
|
+
function create_if_block$r(ctx) {
|
|
5897
5897
|
let div;
|
|
5898
5898
|
let erroricon;
|
|
5899
5899
|
let t;
|
|
@@ -5929,7 +5929,7 @@ function create_if_block$q(ctx) {
|
|
|
5929
5929
|
}
|
|
5930
5930
|
};
|
|
5931
5931
|
}
|
|
5932
|
-
function create_fragment
|
|
5932
|
+
function create_fragment$$(ctx) {
|
|
5933
5933
|
let div3;
|
|
5934
5934
|
let div0;
|
|
5935
5935
|
let current_block_type_index;
|
|
@@ -5986,7 +5986,7 @@ function create_fragment$Y(ctx) {
|
|
|
5986
5986
|
let current_block_type = select_block_type_1(ctx);
|
|
5987
5987
|
let if_block1 = current_block_type(ctx);
|
|
5988
5988
|
let if_block2 = !/*tokenInputValid*/
|
|
5989
|
-
ctx[3] && create_if_block$
|
|
5989
|
+
ctx[3] && create_if_block$r();
|
|
5990
5990
|
submitbutton = new SubmitButton({
|
|
5991
5991
|
props: {
|
|
5992
5992
|
buttonText: (
|
|
@@ -6132,7 +6132,7 @@ function create_fragment$Y(ctx) {
|
|
|
6132
6132
|
transition_in(if_block2, 1);
|
|
6133
6133
|
}
|
|
6134
6134
|
} else {
|
|
6135
|
-
if_block2 = create_if_block$
|
|
6135
|
+
if_block2 = create_if_block$r();
|
|
6136
6136
|
if_block2.c();
|
|
6137
6137
|
transition_in(if_block2, 1);
|
|
6138
6138
|
if_block2.m(div1, null);
|
|
@@ -6187,7 +6187,7 @@ function create_fragment$Y(ctx) {
|
|
|
6187
6187
|
}
|
|
6188
6188
|
};
|
|
6189
6189
|
}
|
|
6190
|
-
function instance$
|
|
6190
|
+
function instance$w($$self, $$props, $$invalidate) {
|
|
6191
6191
|
let $PasswordlessStore;
|
|
6192
6192
|
let $textStore;
|
|
6193
6193
|
component_subscribe($$self, PasswordlessStore, ($$value) => $$invalidate(4, $PasswordlessStore = $$value));
|
|
@@ -6307,7 +6307,7 @@ function instance$v($$self, $$props, $$invalidate) {
|
|
|
6307
6307
|
var PasswordlessTokenModal = class extends SvelteComponent {
|
|
6308
6308
|
constructor(options) {
|
|
6309
6309
|
super();
|
|
6310
|
-
init(this, options, instance$
|
|
6310
|
+
init(this, options, instance$w, create_fragment$$, safe_not_equal, {
|
|
6311
6311
|
closeModal: 1,
|
|
6312
6312
|
display: 0,
|
|
6313
6313
|
onSuccessPasswordlessToken: 7,
|
|
@@ -6315,7 +6315,7 @@ var PasswordlessTokenModal = class extends SvelteComponent {
|
|
|
6315
6315
|
});
|
|
6316
6316
|
}
|
|
6317
6317
|
};
|
|
6318
|
-
function create_fragment$
|
|
6318
|
+
function create_fragment$_(ctx) {
|
|
6319
6319
|
let svg;
|
|
6320
6320
|
let path;
|
|
6321
6321
|
return {
|
|
@@ -6344,10 +6344,10 @@ function create_fragment$X(ctx) {
|
|
|
6344
6344
|
var ProfileIcon = class extends SvelteComponent {
|
|
6345
6345
|
constructor(options) {
|
|
6346
6346
|
super();
|
|
6347
|
-
init(this, options, null, create_fragment$
|
|
6347
|
+
init(this, options, null, create_fragment$_, safe_not_equal, {});
|
|
6348
6348
|
}
|
|
6349
6349
|
};
|
|
6350
|
-
function create_fragment$
|
|
6350
|
+
function create_fragment$Z(ctx) {
|
|
6351
6351
|
let svg;
|
|
6352
6352
|
let path;
|
|
6353
6353
|
return {
|
|
@@ -6376,10 +6376,10 @@ function create_fragment$W(ctx) {
|
|
|
6376
6376
|
var SecurityIcon = class extends SvelteComponent {
|
|
6377
6377
|
constructor(options) {
|
|
6378
6378
|
super();
|
|
6379
|
-
init(this, options, null, create_fragment$
|
|
6379
|
+
init(this, options, null, create_fragment$Z, safe_not_equal, {});
|
|
6380
6380
|
}
|
|
6381
6381
|
};
|
|
6382
|
-
function create_fragment$
|
|
6382
|
+
function create_fragment$Y(ctx) {
|
|
6383
6383
|
let svg;
|
|
6384
6384
|
let path;
|
|
6385
6385
|
return {
|
|
@@ -6408,10 +6408,10 @@ function create_fragment$V(ctx) {
|
|
|
6408
6408
|
var LinkOutIcon = class extends SvelteComponent {
|
|
6409
6409
|
constructor(options) {
|
|
6410
6410
|
super();
|
|
6411
|
-
init(this, options, null, create_fragment$
|
|
6411
|
+
init(this, options, null, create_fragment$Y, safe_not_equal, {});
|
|
6412
6412
|
}
|
|
6413
6413
|
};
|
|
6414
|
-
function create_fragment$
|
|
6414
|
+
function create_fragment$X(ctx) {
|
|
6415
6415
|
let svg;
|
|
6416
6416
|
let path;
|
|
6417
6417
|
return {
|
|
@@ -6442,10 +6442,10 @@ function create_fragment$U(ctx) {
|
|
|
6442
6442
|
var LogoutIcon = class extends SvelteComponent {
|
|
6443
6443
|
constructor(options) {
|
|
6444
6444
|
super();
|
|
6445
|
-
init(this, options, null, create_fragment$
|
|
6445
|
+
init(this, options, null, create_fragment$X, safe_not_equal, {});
|
|
6446
6446
|
}
|
|
6447
6447
|
};
|
|
6448
|
-
function create_fragment$
|
|
6448
|
+
function create_fragment$W(ctx) {
|
|
6449
6449
|
let svg;
|
|
6450
6450
|
let path;
|
|
6451
6451
|
return {
|
|
@@ -6474,7 +6474,7 @@ function create_fragment$T(ctx) {
|
|
|
6474
6474
|
var PlansIcon = class extends SvelteComponent {
|
|
6475
6475
|
constructor(options) {
|
|
6476
6476
|
super();
|
|
6477
|
-
init(this, options, null, create_fragment$
|
|
6477
|
+
init(this, options, null, create_fragment$W, safe_not_equal, {});
|
|
6478
6478
|
}
|
|
6479
6479
|
};
|
|
6480
6480
|
function create_if_block_1$k(ctx) {
|
|
@@ -6544,7 +6544,7 @@ function create_if_block_1$k(ctx) {
|
|
|
6544
6544
|
}
|
|
6545
6545
|
};
|
|
6546
6546
|
}
|
|
6547
|
-
function create_if_block$
|
|
6547
|
+
function create_if_block$q(ctx) {
|
|
6548
6548
|
let button;
|
|
6549
6549
|
let plansicon;
|
|
6550
6550
|
let t;
|
|
@@ -6611,7 +6611,7 @@ function create_if_block$p(ctx) {
|
|
|
6611
6611
|
}
|
|
6612
6612
|
};
|
|
6613
6613
|
}
|
|
6614
|
-
function create_fragment$
|
|
6614
|
+
function create_fragment$V(ctx) {
|
|
6615
6615
|
let t0;
|
|
6616
6616
|
let button0;
|
|
6617
6617
|
let securityicon;
|
|
@@ -6631,7 +6631,7 @@ function create_fragment$S(ctx) {
|
|
|
6631
6631
|
let if_block0 = !/*hideProfileSection*/
|
|
6632
6632
|
ctx[1] && create_if_block_1$k(ctx);
|
|
6633
6633
|
securityicon = new SecurityIcon({});
|
|
6634
|
-
let if_block1 = show_if && create_if_block$
|
|
6634
|
+
let if_block1 = show_if && create_if_block$q(ctx);
|
|
6635
6635
|
logouticon = new LogoutIcon({});
|
|
6636
6636
|
return {
|
|
6637
6637
|
c() {
|
|
@@ -6766,7 +6766,7 @@ function create_fragment$S(ctx) {
|
|
|
6766
6766
|
}
|
|
6767
6767
|
};
|
|
6768
6768
|
}
|
|
6769
|
-
function instance$
|
|
6769
|
+
function instance$v($$self, $$props, $$invalidate) {
|
|
6770
6770
|
let { member } = $$props;
|
|
6771
6771
|
let { onSuccessLogout } = $$props;
|
|
6772
6772
|
let { displayProfile } = $$props;
|
|
@@ -6830,7 +6830,7 @@ function instance$u($$self, $$props, $$invalidate) {
|
|
|
6830
6830
|
var ProfileModalNav = class extends SvelteComponent {
|
|
6831
6831
|
constructor(options) {
|
|
6832
6832
|
super();
|
|
6833
|
-
init(this, options, instance$
|
|
6833
|
+
init(this, options, instance$v, create_fragment$V, safe_not_equal, {
|
|
6834
6834
|
member: 4,
|
|
6835
6835
|
onSuccessLogout: 5,
|
|
6836
6836
|
displayProfile: 0,
|
|
@@ -6839,7 +6839,7 @@ var ProfileModalNav = class extends SvelteComponent {
|
|
|
6839
6839
|
});
|
|
6840
6840
|
}
|
|
6841
6841
|
};
|
|
6842
|
-
function create_fragment$
|
|
6842
|
+
function create_fragment$U(ctx) {
|
|
6843
6843
|
let svg;
|
|
6844
6844
|
let path;
|
|
6845
6845
|
return {
|
|
@@ -6870,10 +6870,10 @@ function create_fragment$R(ctx) {
|
|
|
6870
6870
|
var ProfileDefaultImage = class extends SvelteComponent {
|
|
6871
6871
|
constructor(options) {
|
|
6872
6872
|
super();
|
|
6873
|
-
init(this, options, null, create_fragment$
|
|
6873
|
+
init(this, options, null, create_fragment$U, safe_not_equal, {});
|
|
6874
6874
|
}
|
|
6875
6875
|
};
|
|
6876
|
-
function create_fragment$
|
|
6876
|
+
function create_fragment$T(ctx) {
|
|
6877
6877
|
let svg;
|
|
6878
6878
|
let g;
|
|
6879
6879
|
let path0;
|
|
@@ -6918,7 +6918,7 @@ function create_fragment$Q(ctx) {
|
|
|
6918
6918
|
var UploadIcon = class extends SvelteComponent {
|
|
6919
6919
|
constructor(options) {
|
|
6920
6920
|
super();
|
|
6921
|
-
init(this, options, null, create_fragment$
|
|
6921
|
+
init(this, options, null, create_fragment$T, safe_not_equal, {});
|
|
6922
6922
|
}
|
|
6923
6923
|
};
|
|
6924
6924
|
function get_each_context$a(ctx, list, i) {
|
|
@@ -7015,7 +7015,7 @@ function create_if_block_1$j(ctx) {
|
|
|
7015
7015
|
}
|
|
7016
7016
|
};
|
|
7017
7017
|
}
|
|
7018
|
-
function create_if_block$
|
|
7018
|
+
function create_if_block$p(ctx) {
|
|
7019
7019
|
let div1;
|
|
7020
7020
|
let div0;
|
|
7021
7021
|
let label;
|
|
@@ -7144,7 +7144,7 @@ function create_each_block$a(ctx) {
|
|
|
7144
7144
|
let if_block_anchor;
|
|
7145
7145
|
let if_block = (
|
|
7146
7146
|
/*customField*/
|
|
7147
|
-
ctx[10].hidden !== true && create_if_block$
|
|
7147
|
+
ctx[10].hidden !== true && create_if_block$p(ctx)
|
|
7148
7148
|
);
|
|
7149
7149
|
return {
|
|
7150
7150
|
c() {
|
|
@@ -7165,7 +7165,7 @@ function create_each_block$a(ctx) {
|
|
|
7165
7165
|
if (if_block) {
|
|
7166
7166
|
if_block.p(ctx2, dirty);
|
|
7167
7167
|
} else {
|
|
7168
|
-
if_block = create_if_block$
|
|
7168
|
+
if_block = create_if_block$p(ctx2);
|
|
7169
7169
|
if_block.c();
|
|
7170
7170
|
if_block.m(if_block_anchor.parentNode, if_block_anchor);
|
|
7171
7171
|
}
|
|
@@ -7182,7 +7182,7 @@ function create_each_block$a(ctx) {
|
|
|
7182
7182
|
}
|
|
7183
7183
|
};
|
|
7184
7184
|
}
|
|
7185
|
-
function create_fragment$
|
|
7185
|
+
function create_fragment$S(ctx) {
|
|
7186
7186
|
let div1;
|
|
7187
7187
|
let h2;
|
|
7188
7188
|
let t1;
|
|
@@ -7400,7 +7400,7 @@ function create_fragment$P(ctx) {
|
|
|
7400
7400
|
}
|
|
7401
7401
|
};
|
|
7402
7402
|
}
|
|
7403
|
-
function instance$
|
|
7403
|
+
function instance$u($$self, $$props, $$invalidate) {
|
|
7404
7404
|
let { customFields } = $$props;
|
|
7405
7405
|
let { member } = $$props;
|
|
7406
7406
|
let { profileLoader } = $$props;
|
|
@@ -7503,14 +7503,14 @@ function instance$t($$self, $$props, $$invalidate) {
|
|
|
7503
7503
|
var ProfileInfoContent = class extends SvelteComponent {
|
|
7504
7504
|
constructor(options) {
|
|
7505
7505
|
super();
|
|
7506
|
-
init(this, options, instance$
|
|
7506
|
+
init(this, options, instance$u, create_fragment$S, safe_not_equal, {
|
|
7507
7507
|
customFields: 1,
|
|
7508
7508
|
member: 0,
|
|
7509
7509
|
profileLoader: 5
|
|
7510
7510
|
});
|
|
7511
7511
|
}
|
|
7512
7512
|
};
|
|
7513
|
-
function create_fragment$
|
|
7513
|
+
function create_fragment$R(ctx) {
|
|
7514
7514
|
let svg;
|
|
7515
7515
|
let path;
|
|
7516
7516
|
return {
|
|
@@ -7539,7 +7539,7 @@ function create_fragment$O(ctx) {
|
|
|
7539
7539
|
var PasswordLockIcon = class extends SvelteComponent {
|
|
7540
7540
|
constructor(options) {
|
|
7541
7541
|
super();
|
|
7542
|
-
init(this, options, null, create_fragment$
|
|
7542
|
+
init(this, options, null, create_fragment$R, safe_not_equal, {});
|
|
7543
7543
|
}
|
|
7544
7544
|
};
|
|
7545
7545
|
function get_each_context$9(ctx, list, i) {
|
|
@@ -7577,7 +7577,7 @@ function create_if_block_2$d(ctx) {
|
|
|
7577
7577
|
}
|
|
7578
7578
|
};
|
|
7579
7579
|
}
|
|
7580
|
-
function create_if_block$
|
|
7580
|
+
function create_if_block$o(ctx) {
|
|
7581
7581
|
let p;
|
|
7582
7582
|
let t1;
|
|
7583
7583
|
let div;
|
|
@@ -7856,7 +7856,7 @@ function create_each_block$9(key_1, ctx) {
|
|
|
7856
7856
|
}
|
|
7857
7857
|
};
|
|
7858
7858
|
}
|
|
7859
|
-
function create_fragment$
|
|
7859
|
+
function create_fragment$Q(ctx) {
|
|
7860
7860
|
let div1;
|
|
7861
7861
|
let h2;
|
|
7862
7862
|
let t1;
|
|
@@ -7916,7 +7916,7 @@ function create_fragment$N(ctx) {
|
|
|
7916
7916
|
let if_block0 = current_block_type(ctx);
|
|
7917
7917
|
let if_block1 = (
|
|
7918
7918
|
/*$app*/
|
|
7919
|
-
ctx[4].authProviders.length > 0 && create_if_block$
|
|
7919
|
+
ctx[4].authProviders.length > 0 && create_if_block$o(ctx)
|
|
7920
7920
|
);
|
|
7921
7921
|
return {
|
|
7922
7922
|
c() {
|
|
@@ -8042,7 +8042,7 @@ function create_fragment$N(ctx) {
|
|
|
8042
8042
|
if (if_block1) {
|
|
8043
8043
|
if_block1.p(ctx2, dirty);
|
|
8044
8044
|
} else {
|
|
8045
|
-
if_block1 = create_if_block$
|
|
8045
|
+
if_block1 = create_if_block$o(ctx2);
|
|
8046
8046
|
if_block1.c();
|
|
8047
8047
|
if_block1.m(if_block1_anchor.parentNode, if_block1_anchor);
|
|
8048
8048
|
}
|
|
@@ -8088,7 +8088,7 @@ function create_fragment$N(ctx) {
|
|
|
8088
8088
|
}
|
|
8089
8089
|
};
|
|
8090
8090
|
}
|
|
8091
|
-
function instance$
|
|
8091
|
+
function instance$t($$self, $$props, $$invalidate) {
|
|
8092
8092
|
let $app;
|
|
8093
8093
|
component_subscribe($$self, AppStore, ($$value) => $$invalidate(4, $app = $$value));
|
|
8094
8094
|
let { displayProfile } = $$props;
|
|
@@ -8197,7 +8197,7 @@ function instance$s($$self, $$props, $$invalidate) {
|
|
|
8197
8197
|
var SecurityInfoContent = class extends SvelteComponent {
|
|
8198
8198
|
constructor(options) {
|
|
8199
8199
|
super();
|
|
8200
|
-
init(this, options, instance$
|
|
8200
|
+
init(this, options, instance$t, create_fragment$Q, safe_not_equal, {
|
|
8201
8201
|
displayProfile: 0,
|
|
8202
8202
|
member: 1,
|
|
8203
8203
|
emailValue: 2,
|
|
@@ -8235,7 +8235,7 @@ function create_if_block_1$h(ctx) {
|
|
|
8235
8235
|
}
|
|
8236
8236
|
};
|
|
8237
8237
|
}
|
|
8238
|
-
function create_if_block$
|
|
8238
|
+
function create_if_block$n(ctx) {
|
|
8239
8239
|
let passwordinput;
|
|
8240
8240
|
let updating_passwordValue;
|
|
8241
8241
|
let updating_passwordInputValid;
|
|
@@ -8308,7 +8308,7 @@ function create_if_block$m(ctx) {
|
|
|
8308
8308
|
}
|
|
8309
8309
|
};
|
|
8310
8310
|
}
|
|
8311
|
-
function create_fragment$
|
|
8311
|
+
function create_fragment$P(ctx) {
|
|
8312
8312
|
let div3;
|
|
8313
8313
|
let div1;
|
|
8314
8314
|
let div0;
|
|
@@ -8345,7 +8345,7 @@ function create_fragment$M(ctx) {
|
|
|
8345
8345
|
let if_block0 = current_block_type(ctx);
|
|
8346
8346
|
let if_block1 = (
|
|
8347
8347
|
/*member*/
|
|
8348
|
-
ctx[1].auth.hasPassword && create_if_block$
|
|
8348
|
+
ctx[1].auth.hasPassword && create_if_block$n(ctx)
|
|
8349
8349
|
);
|
|
8350
8350
|
function passwordinput0_passwordValue_binding(value) {
|
|
8351
8351
|
ctx[13](value);
|
|
@@ -8511,7 +8511,7 @@ function create_fragment$M(ctx) {
|
|
|
8511
8511
|
transition_in(if_block1, 1);
|
|
8512
8512
|
}
|
|
8513
8513
|
} else {
|
|
8514
|
-
if_block1 = create_if_block$
|
|
8514
|
+
if_block1 = create_if_block$n(ctx2);
|
|
8515
8515
|
if_block1.c();
|
|
8516
8516
|
transition_in(if_block1, 1);
|
|
8517
8517
|
if_block1.m(form, t4);
|
|
@@ -8590,7 +8590,7 @@ function create_fragment$M(ctx) {
|
|
|
8590
8590
|
}
|
|
8591
8591
|
};
|
|
8592
8592
|
}
|
|
8593
|
-
function instance$
|
|
8593
|
+
function instance$s($$self, $$props, $$invalidate) {
|
|
8594
8594
|
let { displayProfile } = $$props;
|
|
8595
8595
|
let { profileLoader } = $$props;
|
|
8596
8596
|
let { member } = $$props;
|
|
@@ -8687,7 +8687,7 @@ function instance$r($$self, $$props, $$invalidate) {
|
|
|
8687
8687
|
var PasswordInfoContent = class extends SvelteComponent {
|
|
8688
8688
|
constructor(options) {
|
|
8689
8689
|
super();
|
|
8690
|
-
init(this, options, instance$
|
|
8690
|
+
init(this, options, instance$s, create_fragment$P, safe_not_equal, {
|
|
8691
8691
|
displayProfile: 0,
|
|
8692
8692
|
profileLoader: 9,
|
|
8693
8693
|
member: 1
|
|
@@ -8727,7 +8727,7 @@ function slide(node, { delay = 0, duration = 400, easing = cubicOut, axis = "y"
|
|
|
8727
8727
|
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;`
|
|
8728
8728
|
};
|
|
8729
8729
|
}
|
|
8730
|
-
function create_fragment$
|
|
8730
|
+
function create_fragment$O(ctx) {
|
|
8731
8731
|
let div;
|
|
8732
8732
|
let loadingicon;
|
|
8733
8733
|
let div_transition;
|
|
@@ -8777,10 +8777,10 @@ function create_fragment$L(ctx) {
|
|
|
8777
8777
|
var ProfileLoader = class extends SvelteComponent {
|
|
8778
8778
|
constructor(options) {
|
|
8779
8779
|
super();
|
|
8780
|
-
init(this, options, null, create_fragment$
|
|
8780
|
+
init(this, options, null, create_fragment$O, safe_not_equal, {});
|
|
8781
8781
|
}
|
|
8782
8782
|
};
|
|
8783
|
-
function create_fragment$
|
|
8783
|
+
function create_fragment$N(ctx) {
|
|
8784
8784
|
let button;
|
|
8785
8785
|
let switch_instance0;
|
|
8786
8786
|
let t0;
|
|
@@ -8946,7 +8946,7 @@ function create_fragment$K(ctx) {
|
|
|
8946
8946
|
}
|
|
8947
8947
|
};
|
|
8948
8948
|
}
|
|
8949
|
-
function instance$
|
|
8949
|
+
function instance$r($$self, $$props, $$invalidate) {
|
|
8950
8950
|
const omit_props_names = ["buttonText", "buttonRightIcon", "buttonLeftIcon", "onClick"];
|
|
8951
8951
|
let $$restProps = compute_rest_props($$props, omit_props_names);
|
|
8952
8952
|
let $app;
|
|
@@ -8977,7 +8977,7 @@ function instance$q($$self, $$props, $$invalidate) {
|
|
|
8977
8977
|
var RegularButton = class extends SvelteComponent {
|
|
8978
8978
|
constructor(options) {
|
|
8979
8979
|
super();
|
|
8980
|
-
init(this, options, instance$
|
|
8980
|
+
init(this, options, instance$r, create_fragment$N, safe_not_equal, {
|
|
8981
8981
|
buttonText: 0,
|
|
8982
8982
|
buttonRightIcon: 1,
|
|
8983
8983
|
buttonLeftIcon: 2,
|
|
@@ -8985,7 +8985,7 @@ var RegularButton = class extends SvelteComponent {
|
|
|
8985
8985
|
});
|
|
8986
8986
|
}
|
|
8987
8987
|
};
|
|
8988
|
-
function create_fragment$
|
|
8988
|
+
function create_fragment$M(ctx) {
|
|
8989
8989
|
let button;
|
|
8990
8990
|
let t;
|
|
8991
8991
|
let button_class_value;
|
|
@@ -9055,7 +9055,7 @@ function create_fragment$J(ctx) {
|
|
|
9055
9055
|
}
|
|
9056
9056
|
};
|
|
9057
9057
|
}
|
|
9058
|
-
function instance$
|
|
9058
|
+
function instance$q($$self, $$props, $$invalidate) {
|
|
9059
9059
|
const omit_props_names = ["buttonText", "onClick"];
|
|
9060
9060
|
let $$restProps = compute_rest_props($$props, omit_props_names);
|
|
9061
9061
|
let $app;
|
|
@@ -9080,7 +9080,7 @@ function instance$p($$self, $$props, $$invalidate) {
|
|
|
9080
9080
|
var TextButton = class extends SvelteComponent {
|
|
9081
9081
|
constructor(options) {
|
|
9082
9082
|
super();
|
|
9083
|
-
init(this, options, instance$
|
|
9083
|
+
init(this, options, instance$q, create_fragment$M, safe_not_equal, { buttonText: 0, onClick: 1 });
|
|
9084
9084
|
}
|
|
9085
9085
|
};
|
|
9086
9086
|
function get_each_context$8(ctx, list, i) {
|
|
@@ -9307,7 +9307,7 @@ function create_each_block$8(ctx) {
|
|
|
9307
9307
|
}
|
|
9308
9308
|
};
|
|
9309
9309
|
}
|
|
9310
|
-
function create_if_block$
|
|
9310
|
+
function create_if_block$m(ctx) {
|
|
9311
9311
|
let div;
|
|
9312
9312
|
return {
|
|
9313
9313
|
c() {
|
|
@@ -9323,7 +9323,7 @@ function create_if_block$l(ctx) {
|
|
|
9323
9323
|
}
|
|
9324
9324
|
};
|
|
9325
9325
|
}
|
|
9326
|
-
function create_fragment$
|
|
9326
|
+
function create_fragment$L(ctx) {
|
|
9327
9327
|
let div;
|
|
9328
9328
|
let t1;
|
|
9329
9329
|
let t2;
|
|
@@ -9340,7 +9340,7 @@ function create_fragment$I(ctx) {
|
|
|
9340
9340
|
);
|
|
9341
9341
|
let if_block2 = !/*member*/
|
|
9342
9342
|
ctx[0].stripeCustomerId && /*freePlanConnections*/
|
|
9343
|
-
ctx[1].length === 0 && create_if_block$
|
|
9343
|
+
ctx[1].length === 0 && create_if_block$m();
|
|
9344
9344
|
return {
|
|
9345
9345
|
c() {
|
|
9346
9346
|
div = element("div");
|
|
@@ -9424,7 +9424,7 @@ function create_fragment$I(ctx) {
|
|
|
9424
9424
|
if (if_block2)
|
|
9425
9425
|
;
|
|
9426
9426
|
else {
|
|
9427
|
-
if_block2 = create_if_block$
|
|
9427
|
+
if_block2 = create_if_block$m();
|
|
9428
9428
|
if_block2.c();
|
|
9429
9429
|
if_block2.m(if_block2_anchor.parentNode, if_block2_anchor);
|
|
9430
9430
|
}
|
|
@@ -9465,7 +9465,7 @@ function create_fragment$I(ctx) {
|
|
|
9465
9465
|
}
|
|
9466
9466
|
};
|
|
9467
9467
|
}
|
|
9468
|
-
function instance$
|
|
9468
|
+
function instance$p($$self, $$props, $$invalidate) {
|
|
9469
9469
|
let freePlanConnections;
|
|
9470
9470
|
let $app;
|
|
9471
9471
|
component_subscribe($$self, AppStore, ($$value) => $$invalidate(2, $app = $$value));
|
|
@@ -9519,7 +9519,7 @@ function instance$o($$self, $$props, $$invalidate) {
|
|
|
9519
9519
|
var PlansInfoContent = class extends SvelteComponent {
|
|
9520
9520
|
constructor(options) {
|
|
9521
9521
|
super();
|
|
9522
|
-
init(this, options, instance$
|
|
9522
|
+
init(this, options, instance$p, create_fragment$L, safe_not_equal, { profileLoader: 5, member: 0 });
|
|
9523
9523
|
}
|
|
9524
9524
|
};
|
|
9525
9525
|
function create_if_block_4$5(ctx) {
|
|
@@ -9797,7 +9797,7 @@ function create_if_block_1$f(ctx) {
|
|
|
9797
9797
|
}
|
|
9798
9798
|
};
|
|
9799
9799
|
}
|
|
9800
|
-
function create_if_block$
|
|
9800
|
+
function create_if_block$l(ctx) {
|
|
9801
9801
|
let profileinfocontent;
|
|
9802
9802
|
let updating_member;
|
|
9803
9803
|
let updating_profileLoader;
|
|
@@ -9876,7 +9876,7 @@ function create_if_block$k(ctx) {
|
|
|
9876
9876
|
}
|
|
9877
9877
|
};
|
|
9878
9878
|
}
|
|
9879
|
-
function create_fragment$
|
|
9879
|
+
function create_fragment$K(ctx) {
|
|
9880
9880
|
let div5;
|
|
9881
9881
|
let div1;
|
|
9882
9882
|
let div0;
|
|
@@ -9953,7 +9953,7 @@ function create_fragment$H(ctx) {
|
|
|
9953
9953
|
/*profileLoader*/
|
|
9954
9954
|
ctx[4] && create_if_block_4$5()
|
|
9955
9955
|
);
|
|
9956
|
-
const if_block_creators = [create_if_block$
|
|
9956
|
+
const if_block_creators = [create_if_block$l, create_if_block_1$f, create_if_block_2$b, create_if_block_3$7];
|
|
9957
9957
|
const if_blocks = [];
|
|
9958
9958
|
function select_block_type(ctx2, dirty) {
|
|
9959
9959
|
if (
|
|
@@ -10155,7 +10155,7 @@ function create_fragment$H(ctx) {
|
|
|
10155
10155
|
};
|
|
10156
10156
|
}
|
|
10157
10157
|
var hideProfileSection = false;
|
|
10158
|
-
function instance$
|
|
10158
|
+
function instance$o($$self, $$props, $$invalidate) {
|
|
10159
10159
|
let $app;
|
|
10160
10160
|
component_subscribe($$self, AppStore, ($$value) => $$invalidate(5, $app = $$value));
|
|
10161
10161
|
let { onSuccessLogout } = $$props;
|
|
@@ -10250,7 +10250,7 @@ function instance$n($$self, $$props, $$invalidate) {
|
|
|
10250
10250
|
var ProfileModal = class extends SvelteComponent {
|
|
10251
10251
|
constructor(options) {
|
|
10252
10252
|
super();
|
|
10253
|
-
init(this, options, instance$
|
|
10253
|
+
init(this, options, instance$o, create_fragment$K, safe_not_equal, {
|
|
10254
10254
|
onSuccessLogout: 2,
|
|
10255
10255
|
closeModal: 3,
|
|
10256
10256
|
displayProfile: 0,
|
|
@@ -10258,7 +10258,7 @@ var ProfileModal = class extends SvelteComponent {
|
|
|
10258
10258
|
});
|
|
10259
10259
|
}
|
|
10260
10260
|
};
|
|
10261
|
-
function create_fragment$
|
|
10261
|
+
function create_fragment$J(ctx) {
|
|
10262
10262
|
let svg;
|
|
10263
10263
|
let path;
|
|
10264
10264
|
return {
|
|
@@ -10288,7 +10288,7 @@ function create_fragment$G(ctx) {
|
|
|
10288
10288
|
var ForwardIcon = class extends SvelteComponent {
|
|
10289
10289
|
constructor(options) {
|
|
10290
10290
|
super();
|
|
10291
|
-
init(this, options, null, create_fragment$
|
|
10291
|
+
init(this, options, null, create_fragment$J, safe_not_equal, {});
|
|
10292
10292
|
}
|
|
10293
10293
|
};
|
|
10294
10294
|
function create_if_block_1$e(ctx) {
|
|
@@ -10370,7 +10370,7 @@ function create_if_block_1$e(ctx) {
|
|
|
10370
10370
|
}
|
|
10371
10371
|
};
|
|
10372
10372
|
}
|
|
10373
|
-
function create_if_block$
|
|
10373
|
+
function create_if_block$k(ctx) {
|
|
10374
10374
|
let button;
|
|
10375
10375
|
let div;
|
|
10376
10376
|
let linkouticon;
|
|
@@ -10433,7 +10433,7 @@ function create_if_block$j(ctx) {
|
|
|
10433
10433
|
}
|
|
10434
10434
|
};
|
|
10435
10435
|
}
|
|
10436
|
-
function create_fragment$
|
|
10436
|
+
function create_fragment$I(ctx) {
|
|
10437
10437
|
let div2;
|
|
10438
10438
|
let t0;
|
|
10439
10439
|
let button0;
|
|
@@ -10459,7 +10459,7 @@ function create_fragment$F(ctx) {
|
|
|
10459
10459
|
forwardicon0 = new ForwardIcon({});
|
|
10460
10460
|
let if_block1 = (
|
|
10461
10461
|
/*member*/
|
|
10462
|
-
ctx[1].stripeCustomerId && create_if_block$
|
|
10462
|
+
ctx[1].stripeCustomerId && create_if_block$k(ctx)
|
|
10463
10463
|
);
|
|
10464
10464
|
logouticon = new LogoutIcon({});
|
|
10465
10465
|
forwardicon1 = new ForwardIcon({});
|
|
@@ -10579,7 +10579,7 @@ function create_fragment$F(ctx) {
|
|
|
10579
10579
|
transition_in(if_block1, 1);
|
|
10580
10580
|
}
|
|
10581
10581
|
} else {
|
|
10582
|
-
if_block1 = create_if_block$
|
|
10582
|
+
if_block1 = create_if_block$k(ctx2);
|
|
10583
10583
|
if_block1.c();
|
|
10584
10584
|
transition_in(if_block1, 1);
|
|
10585
10585
|
if_block1.m(div2, t4);
|
|
@@ -10628,7 +10628,7 @@ function create_fragment$F(ctx) {
|
|
|
10628
10628
|
}
|
|
10629
10629
|
};
|
|
10630
10630
|
}
|
|
10631
|
-
function instance$
|
|
10631
|
+
function instance$n($$self, $$props, $$invalidate) {
|
|
10632
10632
|
let { member } = $$props;
|
|
10633
10633
|
let { onSuccessLogout } = $$props;
|
|
10634
10634
|
let { displayProfile } = $$props;
|
|
@@ -10693,7 +10693,7 @@ function instance$m($$self, $$props, $$invalidate) {
|
|
|
10693
10693
|
var MobileProfileModalNav = class extends SvelteComponent {
|
|
10694
10694
|
constructor(options) {
|
|
10695
10695
|
super();
|
|
10696
|
-
init(this, options, instance$
|
|
10696
|
+
init(this, options, instance$n, create_fragment$I, safe_not_equal, {
|
|
10697
10697
|
member: 1,
|
|
10698
10698
|
onSuccessLogout: 6,
|
|
10699
10699
|
displayProfile: 0,
|
|
@@ -10709,7 +10709,7 @@ function get_each_context$7(ctx, list, i) {
|
|
|
10709
10709
|
child_ctx[7] = i;
|
|
10710
10710
|
return child_ctx;
|
|
10711
10711
|
}
|
|
10712
|
-
function create_if_block$
|
|
10712
|
+
function create_if_block$j(ctx) {
|
|
10713
10713
|
let div1;
|
|
10714
10714
|
let div0;
|
|
10715
10715
|
let label;
|
|
@@ -10824,7 +10824,7 @@ function create_each_block$7(ctx) {
|
|
|
10824
10824
|
let if_block_anchor;
|
|
10825
10825
|
let if_block = (
|
|
10826
10826
|
/*customField*/
|
|
10827
|
-
ctx[5].hidden !== true && create_if_block$
|
|
10827
|
+
ctx[5].hidden !== true && create_if_block$j(ctx)
|
|
10828
10828
|
);
|
|
10829
10829
|
return {
|
|
10830
10830
|
c() {
|
|
@@ -10845,7 +10845,7 @@ function create_each_block$7(ctx) {
|
|
|
10845
10845
|
if (if_block) {
|
|
10846
10846
|
if_block.p(ctx2, dirty);
|
|
10847
10847
|
} else {
|
|
10848
|
-
if_block = create_if_block$
|
|
10848
|
+
if_block = create_if_block$j(ctx2);
|
|
10849
10849
|
if_block.c();
|
|
10850
10850
|
if_block.m(if_block_anchor.parentNode, if_block_anchor);
|
|
10851
10851
|
}
|
|
@@ -10862,7 +10862,7 @@ function create_each_block$7(ctx) {
|
|
|
10862
10862
|
}
|
|
10863
10863
|
};
|
|
10864
10864
|
}
|
|
10865
|
-
function create_fragment$
|
|
10865
|
+
function create_fragment$H(ctx) {
|
|
10866
10866
|
let form;
|
|
10867
10867
|
let t0;
|
|
10868
10868
|
let div;
|
|
@@ -10957,7 +10957,7 @@ function create_fragment$E(ctx) {
|
|
|
10957
10957
|
}
|
|
10958
10958
|
};
|
|
10959
10959
|
}
|
|
10960
|
-
function instance$
|
|
10960
|
+
function instance$m($$self, $$props, $$invalidate) {
|
|
10961
10961
|
let { customFields } = $$props;
|
|
10962
10962
|
let { member } = $$props;
|
|
10963
10963
|
let { profileLoader } = $$props;
|
|
@@ -10985,7 +10985,7 @@ function instance$l($$self, $$props, $$invalidate) {
|
|
|
10985
10985
|
var MobileProfileInfoContent = class extends SvelteComponent {
|
|
10986
10986
|
constructor(options) {
|
|
10987
10987
|
super();
|
|
10988
|
-
init(this, options, instance$
|
|
10988
|
+
init(this, options, instance$m, create_fragment$H, safe_not_equal, {
|
|
10989
10989
|
customFields: 1,
|
|
10990
10990
|
member: 0,
|
|
10991
10991
|
profileLoader: 3
|
|
@@ -11027,7 +11027,7 @@ function create_if_block_2$a(ctx) {
|
|
|
11027
11027
|
}
|
|
11028
11028
|
};
|
|
11029
11029
|
}
|
|
11030
|
-
function create_if_block$
|
|
11030
|
+
function create_if_block$i(ctx) {
|
|
11031
11031
|
let p;
|
|
11032
11032
|
let t1;
|
|
11033
11033
|
let div;
|
|
@@ -11306,7 +11306,7 @@ function create_each_block$6(key_1, ctx) {
|
|
|
11306
11306
|
}
|
|
11307
11307
|
};
|
|
11308
11308
|
}
|
|
11309
|
-
function create_fragment$
|
|
11309
|
+
function create_fragment$G(ctx) {
|
|
11310
11310
|
let form;
|
|
11311
11311
|
let emailinput;
|
|
11312
11312
|
let updating_emailInputValid;
|
|
@@ -11362,7 +11362,7 @@ function create_fragment$D(ctx) {
|
|
|
11362
11362
|
let if_block0 = current_block_type(ctx);
|
|
11363
11363
|
let if_block1 = (
|
|
11364
11364
|
/*$app*/
|
|
11365
|
-
ctx[4].authProviders.length > 0 && create_if_block$
|
|
11365
|
+
ctx[4].authProviders.length > 0 && create_if_block$i(ctx)
|
|
11366
11366
|
);
|
|
11367
11367
|
return {
|
|
11368
11368
|
c() {
|
|
@@ -11471,7 +11471,7 @@ function create_fragment$D(ctx) {
|
|
|
11471
11471
|
if (if_block1) {
|
|
11472
11472
|
if_block1.p(ctx2, dirty);
|
|
11473
11473
|
} else {
|
|
11474
|
-
if_block1 = create_if_block$
|
|
11474
|
+
if_block1 = create_if_block$i(ctx2);
|
|
11475
11475
|
if_block1.c();
|
|
11476
11476
|
if_block1.m(t5.parentNode, t5);
|
|
11477
11477
|
}
|
|
@@ -11520,7 +11520,7 @@ function create_fragment$D(ctx) {
|
|
|
11520
11520
|
}
|
|
11521
11521
|
};
|
|
11522
11522
|
}
|
|
11523
|
-
function instance$
|
|
11523
|
+
function instance$l($$self, $$props, $$invalidate) {
|
|
11524
11524
|
let $app;
|
|
11525
11525
|
component_subscribe($$self, AppStore, ($$value) => $$invalidate(4, $app = $$value));
|
|
11526
11526
|
let { displayProfile } = $$props;
|
|
@@ -11629,7 +11629,7 @@ function instance$k($$self, $$props, $$invalidate) {
|
|
|
11629
11629
|
var MobileSecurityInfoContent = class extends SvelteComponent {
|
|
11630
11630
|
constructor(options) {
|
|
11631
11631
|
super();
|
|
11632
|
-
init(this, options, instance$
|
|
11632
|
+
init(this, options, instance$l, create_fragment$G, safe_not_equal, {
|
|
11633
11633
|
displayProfile: 0,
|
|
11634
11634
|
member: 1,
|
|
11635
11635
|
emailValue: 2,
|
|
@@ -11637,7 +11637,7 @@ var MobileSecurityInfoContent = class extends SvelteComponent {
|
|
|
11637
11637
|
});
|
|
11638
11638
|
}
|
|
11639
11639
|
};
|
|
11640
|
-
function create_if_block$
|
|
11640
|
+
function create_if_block$h(ctx) {
|
|
11641
11641
|
let passwordinput;
|
|
11642
11642
|
let updating_passwordValue;
|
|
11643
11643
|
let updating_passwordInputValid;
|
|
@@ -11710,7 +11710,7 @@ function create_if_block$g(ctx) {
|
|
|
11710
11710
|
}
|
|
11711
11711
|
};
|
|
11712
11712
|
}
|
|
11713
|
-
function create_fragment$
|
|
11713
|
+
function create_fragment$F(ctx) {
|
|
11714
11714
|
let form;
|
|
11715
11715
|
let t0;
|
|
11716
11716
|
let passwordinput0;
|
|
@@ -11730,7 +11730,7 @@ function create_fragment$C(ctx) {
|
|
|
11730
11730
|
let dispose;
|
|
11731
11731
|
let if_block = (
|
|
11732
11732
|
/*member*/
|
|
11733
|
-
ctx[0].auth.hasPassword && create_if_block$
|
|
11733
|
+
ctx[0].auth.hasPassword && create_if_block$h(ctx)
|
|
11734
11734
|
);
|
|
11735
11735
|
function passwordinput0_passwordValue_binding(value) {
|
|
11736
11736
|
ctx[11](value);
|
|
@@ -11852,7 +11852,7 @@ function create_fragment$C(ctx) {
|
|
|
11852
11852
|
transition_in(if_block, 1);
|
|
11853
11853
|
}
|
|
11854
11854
|
} else {
|
|
11855
|
-
if_block = create_if_block$
|
|
11855
|
+
if_block = create_if_block$h(ctx2);
|
|
11856
11856
|
if_block.c();
|
|
11857
11857
|
transition_in(if_block, 1);
|
|
11858
11858
|
if_block.m(form, t0);
|
|
@@ -11935,7 +11935,7 @@ function create_fragment$C(ctx) {
|
|
|
11935
11935
|
}
|
|
11936
11936
|
};
|
|
11937
11937
|
}
|
|
11938
|
-
function instance$
|
|
11938
|
+
function instance$k($$self, $$props, $$invalidate) {
|
|
11939
11939
|
let { profileLoader } = $$props;
|
|
11940
11940
|
let { member } = $$props;
|
|
11941
11941
|
let currentPasswordValue = "";
|
|
@@ -12026,7 +12026,7 @@ function instance$j($$self, $$props, $$invalidate) {
|
|
|
12026
12026
|
var MobilePasswordInfoContent = class extends SvelteComponent {
|
|
12027
12027
|
constructor(options) {
|
|
12028
12028
|
super();
|
|
12029
|
-
init(this, options, instance$
|
|
12029
|
+
init(this, options, instance$k, create_fragment$F, safe_not_equal, { profileLoader: 8, member: 0 });
|
|
12030
12030
|
}
|
|
12031
12031
|
};
|
|
12032
12032
|
function create_if_block_6$3(ctx) {
|
|
@@ -12427,7 +12427,7 @@ function create_if_block_1$c(ctx) {
|
|
|
12427
12427
|
}
|
|
12428
12428
|
};
|
|
12429
12429
|
}
|
|
12430
|
-
function create_if_block$
|
|
12430
|
+
function create_if_block$g(ctx) {
|
|
12431
12431
|
let mobileprofilemodalnav;
|
|
12432
12432
|
let updating_member;
|
|
12433
12433
|
let updating_displayProfile;
|
|
@@ -12533,7 +12533,7 @@ function create_if_block$f(ctx) {
|
|
|
12533
12533
|
}
|
|
12534
12534
|
};
|
|
12535
12535
|
}
|
|
12536
|
-
function create_fragment$
|
|
12536
|
+
function create_fragment$E(ctx) {
|
|
12537
12537
|
let div5;
|
|
12538
12538
|
let div2;
|
|
12539
12539
|
let t0;
|
|
@@ -12584,7 +12584,7 @@ function create_fragment$B(ctx) {
|
|
|
12584
12584
|
/*profileLoader*/
|
|
12585
12585
|
ctx[6] && create_if_block_4$4()
|
|
12586
12586
|
);
|
|
12587
|
-
const if_block_creators_1 = [create_if_block$
|
|
12587
|
+
const if_block_creators_1 = [create_if_block$g, create_if_block_1$c, create_if_block_2$9, create_if_block_3$6];
|
|
12588
12588
|
const if_blocks_1 = [];
|
|
12589
12589
|
function select_block_type_1(ctx2, dirty) {
|
|
12590
12590
|
if (
|
|
@@ -12824,7 +12824,7 @@ function create_fragment$B(ctx) {
|
|
|
12824
12824
|
}
|
|
12825
12825
|
};
|
|
12826
12826
|
}
|
|
12827
|
-
function instance$
|
|
12827
|
+
function instance$j($$self, $$props, $$invalidate) {
|
|
12828
12828
|
let $app;
|
|
12829
12829
|
component_subscribe($$self, AppStore, ($$value) => $$invalidate(7, $app = $$value));
|
|
12830
12830
|
let { onSuccessLogout } = $$props;
|
|
@@ -12939,7 +12939,7 @@ function instance$i($$self, $$props, $$invalidate) {
|
|
|
12939
12939
|
var MobileProfileModal = class extends SvelteComponent {
|
|
12940
12940
|
constructor(options) {
|
|
12941
12941
|
super();
|
|
12942
|
-
init(this, options, instance$
|
|
12942
|
+
init(this, options, instance$j, create_fragment$E, safe_not_equal, {
|
|
12943
12943
|
onSuccessLogout: 3,
|
|
12944
12944
|
closeModal: 4,
|
|
12945
12945
|
displayProfile: 0,
|
|
@@ -12948,29 +12948,654 @@ var MobileProfileModal = class extends SvelteComponent {
|
|
|
12948
12948
|
});
|
|
12949
12949
|
}
|
|
12950
12950
|
};
|
|
12951
|
-
|
|
12952
|
-
|
|
12953
|
-
|
|
12954
|
-
|
|
12955
|
-
|
|
12956
|
-
|
|
12951
|
+
function add_css$j(target) {
|
|
12952
|
+
append_styles(target, "svelte-c6ihgv", "svg.svelte-c6ihgv{fill:currentColor}");
|
|
12953
|
+
}
|
|
12954
|
+
function create_fragment$D(ctx) {
|
|
12955
|
+
let svg;
|
|
12956
|
+
let path;
|
|
12957
|
+
return {
|
|
12958
|
+
c() {
|
|
12959
|
+
svg = svg_element("svg");
|
|
12960
|
+
path = svg_element("path");
|
|
12961
|
+
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");
|
|
12962
|
+
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
|
12963
|
+
attr(svg, "height", "20");
|
|
12964
|
+
attr(svg, "viewBox", "0 -960 960 960");
|
|
12965
|
+
attr(svg, "width", "20");
|
|
12966
|
+
attr(svg, "class", "svelte-c6ihgv");
|
|
12967
|
+
},
|
|
12968
|
+
m(target, anchor) {
|
|
12969
|
+
insert(target, svg, anchor);
|
|
12970
|
+
append(svg, path);
|
|
12971
|
+
},
|
|
12972
|
+
p: noop,
|
|
12973
|
+
i: noop,
|
|
12974
|
+
o: noop,
|
|
12975
|
+
d(detaching) {
|
|
12976
|
+
if (detaching)
|
|
12977
|
+
detach(svg);
|
|
12978
|
+
}
|
|
12979
|
+
};
|
|
12980
|
+
}
|
|
12981
|
+
var CopyIcon$1 = class extends SvelteComponent {
|
|
12982
|
+
constructor(options) {
|
|
12983
|
+
super();
|
|
12984
|
+
init(this, options, null, create_fragment$D, safe_not_equal, {}, add_css$j);
|
|
12957
12985
|
}
|
|
12958
|
-
}
|
|
12959
|
-
|
|
12960
|
-
|
|
12961
|
-
|
|
12962
|
-
|
|
12963
|
-
|
|
12964
|
-
|
|
12965
|
-
|
|
12966
|
-
|
|
12967
|
-
|
|
12986
|
+
};
|
|
12987
|
+
function add_css$i(target) {
|
|
12988
|
+
append_styles(target, "svelte-50knw2", "svg.svelte-50knw2{fill:currentColor;width:9px;height:auto}");
|
|
12989
|
+
}
|
|
12990
|
+
function create_fragment$C(ctx) {
|
|
12991
|
+
let svg;
|
|
12992
|
+
let path;
|
|
12993
|
+
return {
|
|
12994
|
+
c() {
|
|
12995
|
+
svg = svg_element("svg");
|
|
12996
|
+
path = svg_element("path");
|
|
12997
|
+
attr(path, "fill", "currentColor");
|
|
12998
|
+
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");
|
|
12999
|
+
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
|
13000
|
+
attr(svg, "viewBox", "308 -560 344 188");
|
|
13001
|
+
attr(svg, "class", "svelte-50knw2");
|
|
13002
|
+
},
|
|
13003
|
+
m(target, anchor) {
|
|
13004
|
+
insert(target, svg, anchor);
|
|
13005
|
+
append(svg, path);
|
|
13006
|
+
},
|
|
13007
|
+
p: noop,
|
|
13008
|
+
i: noop,
|
|
13009
|
+
o: noop,
|
|
13010
|
+
d(detaching) {
|
|
13011
|
+
if (detaching)
|
|
13012
|
+
detach(svg);
|
|
13013
|
+
}
|
|
13014
|
+
};
|
|
13015
|
+
}
|
|
13016
|
+
var ArrowIcon$1 = class extends SvelteComponent {
|
|
13017
|
+
constructor(options) {
|
|
13018
|
+
super();
|
|
13019
|
+
init(this, options, null, create_fragment$C, safe_not_equal, {}, add_css$i);
|
|
13020
|
+
}
|
|
13021
|
+
};
|
|
13022
|
+
function add_css$h(target) {
|
|
13023
|
+
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%}");
|
|
13024
|
+
}
|
|
13025
|
+
function create_if_block$f(ctx) {
|
|
13026
|
+
let closebutton;
|
|
13027
|
+
let current;
|
|
13028
|
+
closebutton = new CloseButton({
|
|
13029
|
+
props: { closeModal: (
|
|
13030
|
+
/*closeModal*/
|
|
13031
|
+
ctx[0]
|
|
13032
|
+
) }
|
|
13033
|
+
});
|
|
13034
|
+
return {
|
|
13035
|
+
c() {
|
|
13036
|
+
create_component(closebutton.$$.fragment);
|
|
13037
|
+
},
|
|
13038
|
+
m(target, anchor) {
|
|
13039
|
+
mount_component(closebutton, target, anchor);
|
|
13040
|
+
current = true;
|
|
13041
|
+
},
|
|
13042
|
+
p(ctx2, dirty) {
|
|
13043
|
+
const closebutton_changes = {};
|
|
13044
|
+
if (dirty & /*closeModal*/
|
|
13045
|
+
1)
|
|
13046
|
+
closebutton_changes.closeModal = /*closeModal*/
|
|
13047
|
+
ctx2[0];
|
|
13048
|
+
closebutton.$set(closebutton_changes);
|
|
13049
|
+
},
|
|
13050
|
+
i(local) {
|
|
13051
|
+
if (current)
|
|
13052
|
+
return;
|
|
13053
|
+
transition_in(closebutton.$$.fragment, local);
|
|
13054
|
+
current = true;
|
|
13055
|
+
},
|
|
13056
|
+
o(local) {
|
|
13057
|
+
transition_out(closebutton.$$.fragment, local);
|
|
13058
|
+
current = false;
|
|
13059
|
+
},
|
|
13060
|
+
d(detaching) {
|
|
13061
|
+
destroy_component(closebutton, detaching);
|
|
13062
|
+
}
|
|
13063
|
+
};
|
|
13064
|
+
}
|
|
13065
|
+
function create_fragment$B(ctx) {
|
|
13066
|
+
let div5;
|
|
13067
|
+
let t0;
|
|
13068
|
+
let div4;
|
|
13069
|
+
let h2;
|
|
13070
|
+
let t2;
|
|
13071
|
+
let p0;
|
|
13072
|
+
let t4;
|
|
13073
|
+
let video;
|
|
13074
|
+
let source0;
|
|
13075
|
+
let source0_src_value;
|
|
13076
|
+
let source1;
|
|
13077
|
+
let source1_src_value;
|
|
13078
|
+
let t5;
|
|
13079
|
+
let div3;
|
|
13080
|
+
let button0;
|
|
13081
|
+
let copyicon0;
|
|
13082
|
+
let t6;
|
|
13083
|
+
let t7;
|
|
13084
|
+
let span0;
|
|
13085
|
+
let t9;
|
|
13086
|
+
let button1;
|
|
13087
|
+
let arrowicon;
|
|
13088
|
+
let t10;
|
|
13089
|
+
let nav;
|
|
13090
|
+
let section0;
|
|
13091
|
+
let div0;
|
|
13092
|
+
let t12;
|
|
13093
|
+
let button2;
|
|
13094
|
+
let span1;
|
|
13095
|
+
let copyicon1;
|
|
13096
|
+
let span2;
|
|
13097
|
+
let t15;
|
|
13098
|
+
let button3;
|
|
13099
|
+
let span3;
|
|
13100
|
+
let copyicon2;
|
|
13101
|
+
let span4;
|
|
13102
|
+
let t18;
|
|
13103
|
+
let button4;
|
|
13104
|
+
let span5;
|
|
13105
|
+
let copyicon3;
|
|
13106
|
+
let span6;
|
|
13107
|
+
let t21;
|
|
13108
|
+
let section1;
|
|
13109
|
+
let div1;
|
|
13110
|
+
let t23;
|
|
13111
|
+
let button5;
|
|
13112
|
+
let span7;
|
|
13113
|
+
let copyicon4;
|
|
13114
|
+
let span8;
|
|
13115
|
+
let t26;
|
|
13116
|
+
let button6;
|
|
13117
|
+
let span9;
|
|
13118
|
+
let copyicon5;
|
|
13119
|
+
let span10;
|
|
13120
|
+
let t29;
|
|
13121
|
+
let div2;
|
|
13122
|
+
let t33;
|
|
13123
|
+
let p1;
|
|
13124
|
+
let t35;
|
|
13125
|
+
let button7;
|
|
13126
|
+
let current;
|
|
13127
|
+
let mounted;
|
|
13128
|
+
let dispose;
|
|
13129
|
+
let if_block = (!/*params*/
|
|
13130
|
+
ctx[2] || !/*params*/
|
|
13131
|
+
ctx[2].hideCloseButton) && create_if_block$f(ctx);
|
|
13132
|
+
copyicon0 = new CopyIcon$1({});
|
|
13133
|
+
arrowicon = new ArrowIcon$1({});
|
|
13134
|
+
copyicon1 = new CopyIcon$1({});
|
|
13135
|
+
copyicon2 = new CopyIcon$1({});
|
|
13136
|
+
copyicon3 = new CopyIcon$1({});
|
|
13137
|
+
copyicon4 = new CopyIcon$1({});
|
|
13138
|
+
copyicon5 = new CopyIcon$1({});
|
|
13139
|
+
return {
|
|
13140
|
+
c() {
|
|
13141
|
+
div5 = element("div");
|
|
13142
|
+
if (if_block)
|
|
13143
|
+
if_block.c();
|
|
13144
|
+
t0 = space();
|
|
13145
|
+
div4 = element("div");
|
|
13146
|
+
h2 = element("h2");
|
|
13147
|
+
h2.textContent = "Copy Stripe Test Card";
|
|
13148
|
+
t2 = space();
|
|
13149
|
+
p0 = element("p");
|
|
13150
|
+
p0.textContent = "Test mode only. Live members will never see this modal.";
|
|
13151
|
+
t4 = space();
|
|
13152
|
+
video = element("video");
|
|
13153
|
+
source0 = element("source");
|
|
13154
|
+
source1 = element("source");
|
|
13155
|
+
t5 = space();
|
|
13156
|
+
div3 = element("div");
|
|
13157
|
+
button0 = element("button");
|
|
13158
|
+
create_component(copyicon0.$$.fragment);
|
|
13159
|
+
t6 = space();
|
|
13160
|
+
t7 = text(
|
|
13161
|
+
/*buttonText*/
|
|
13162
|
+
ctx[3]
|
|
13163
|
+
);
|
|
13164
|
+
span0 = element("span");
|
|
13165
|
+
span0.textContent = "...4242";
|
|
13166
|
+
t9 = space();
|
|
13167
|
+
button1 = element("button");
|
|
13168
|
+
create_component(arrowicon.$$.fragment);
|
|
13169
|
+
t10 = space();
|
|
13170
|
+
nav = element("nav");
|
|
13171
|
+
section0 = element("section");
|
|
13172
|
+
div0 = element("div");
|
|
13173
|
+
div0.textContent = "Test Successful Payments";
|
|
13174
|
+
t12 = space();
|
|
13175
|
+
button2 = element("button");
|
|
13176
|
+
span1 = element("span");
|
|
13177
|
+
create_component(copyicon1.$$.fragment);
|
|
13178
|
+
span2 = element("span");
|
|
13179
|
+
span2.innerHTML = `Visa Debit <b>...5556</b>`;
|
|
13180
|
+
t15 = space();
|
|
13181
|
+
button3 = element("button");
|
|
13182
|
+
span3 = element("span");
|
|
13183
|
+
create_component(copyicon2.$$.fragment);
|
|
13184
|
+
span4 = element("span");
|
|
13185
|
+
span4.innerHTML = `Mastercard <b>...4444</b>`;
|
|
13186
|
+
t18 = space();
|
|
13187
|
+
button4 = element("button");
|
|
13188
|
+
span5 = element("span");
|
|
13189
|
+
create_component(copyicon3.$$.fragment);
|
|
13190
|
+
span6 = element("span");
|
|
13191
|
+
span6.innerHTML = `American Express <b>...10005</b>`;
|
|
13192
|
+
t21 = space();
|
|
13193
|
+
section1 = element("section");
|
|
13194
|
+
div1 = element("div");
|
|
13195
|
+
div1.textContent = "Test Declined Payments";
|
|
13196
|
+
t23 = space();
|
|
13197
|
+
button5 = element("button");
|
|
13198
|
+
span7 = element("span");
|
|
13199
|
+
create_component(copyicon4.$$.fragment);
|
|
13200
|
+
span8 = element("span");
|
|
13201
|
+
span8.innerHTML = `Generic decline <b>...0002</b>`;
|
|
13202
|
+
t26 = space();
|
|
13203
|
+
button6 = element("button");
|
|
13204
|
+
span9 = element("span");
|
|
13205
|
+
create_component(copyicon5.$$.fragment);
|
|
13206
|
+
span10 = element("span");
|
|
13207
|
+
span10.innerHTML = `Insufficient funds <b>...9995</b>`;
|
|
13208
|
+
t29 = space();
|
|
13209
|
+
div2 = element("div");
|
|
13210
|
+
div2.innerHTML = `Complete list of <a href="https://stripe.com/docs/testing" target="_blank" class="svelte-w4kmg0">alternative test cards</a>.`;
|
|
13211
|
+
t33 = space();
|
|
13212
|
+
p1 = element("p");
|
|
13213
|
+
p1.textContent = "Paste the card number on the next screen, with any CVC,\n expiration date, and ZIP code.";
|
|
13214
|
+
t35 = space();
|
|
13215
|
+
button7 = element("button");
|
|
13216
|
+
button7.textContent = "Continue to Test Checkout";
|
|
13217
|
+
attr(h2, "class", "ms-modal__title svelte-w4kmg0");
|
|
13218
|
+
attr(h2, "data-copy-btn", "");
|
|
13219
|
+
attr(p0, "class", "no-margin svelte-w4kmg0");
|
|
13220
|
+
if (!src_url_equal(source0.src, source0_src_value = videoMP4Path))
|
|
13221
|
+
attr(source0, "src", source0_src_value);
|
|
13222
|
+
attr(source0, "type", "video/mp4");
|
|
13223
|
+
if (!src_url_equal(source1.src, source1_src_value = videoWebMPath))
|
|
13224
|
+
attr(source1, "src", source1_src_value);
|
|
13225
|
+
attr(source1, "type", "video/webm");
|
|
13226
|
+
video.autoplay = true;
|
|
13227
|
+
video.loop = true;
|
|
13228
|
+
video.muted = true;
|
|
13229
|
+
video.playsInline = true;
|
|
13230
|
+
attr(video, "class", "ms-video svelte-w4kmg0");
|
|
13231
|
+
attr(video, "poster", videoImagePath);
|
|
13232
|
+
attr(span0, "class", "svelte-w4kmg0");
|
|
13233
|
+
attr(button0, "class", "ms-split-button__main svelte-w4kmg0");
|
|
13234
|
+
attr(button1, "class", "ms-split-button__secondary svelte-w4kmg0");
|
|
13235
|
+
toggle_class(
|
|
13236
|
+
button1,
|
|
13237
|
+
"active",
|
|
13238
|
+
/*showDropdown*/
|
|
13239
|
+
ctx[4]
|
|
13240
|
+
);
|
|
13241
|
+
attr(div0, "class", "ms-split-button__dropdown-title svelte-w4kmg0");
|
|
13242
|
+
attr(span1, "class", "ms-split-button__copy-icon svelte-w4kmg0");
|
|
13243
|
+
attr(span2, "class", "svelte-w4kmg0");
|
|
13244
|
+
attr(button2, "class", "svelte-w4kmg0");
|
|
13245
|
+
attr(span3, "class", "ms-split-button__copy-icon svelte-w4kmg0");
|
|
13246
|
+
attr(span4, "class", "svelte-w4kmg0");
|
|
13247
|
+
attr(button3, "class", "svelte-w4kmg0");
|
|
13248
|
+
attr(span5, "class", "ms-split-button__copy-icon svelte-w4kmg0");
|
|
13249
|
+
attr(span6, "class", "svelte-w4kmg0");
|
|
13250
|
+
attr(button4, "class", "svelte-w4kmg0");
|
|
13251
|
+
attr(section0, "class", "svelte-w4kmg0");
|
|
13252
|
+
attr(div1, "class", "ms-split-button__dropdown-title svelte-w4kmg0");
|
|
13253
|
+
attr(span7, "class", "ms-split-button__copy-icon svelte-w4kmg0");
|
|
13254
|
+
attr(span8, "class", "svelte-w4kmg0");
|
|
13255
|
+
attr(button5, "class", "svelte-w4kmg0");
|
|
13256
|
+
attr(span9, "class", "ms-split-button__copy-icon svelte-w4kmg0");
|
|
13257
|
+
attr(span10, "class", "svelte-w4kmg0");
|
|
13258
|
+
attr(button6, "class", "svelte-w4kmg0");
|
|
13259
|
+
attr(section1, "class", "svelte-w4kmg0");
|
|
13260
|
+
attr(div2, "class", "ms-split-button__dropdown-footer svelte-w4kmg0");
|
|
13261
|
+
attr(nav, "class", "ms-split-button__dropdown svelte-w4kmg0");
|
|
13262
|
+
toggle_class(
|
|
13263
|
+
nav,
|
|
13264
|
+
"show",
|
|
13265
|
+
/*showDropdown*/
|
|
13266
|
+
ctx[4]
|
|
13267
|
+
);
|
|
13268
|
+
attr(div3, "class", "ms-split-button svelte-w4kmg0");
|
|
13269
|
+
attr(p1, "class", "svelte-w4kmg0");
|
|
13270
|
+
attr(button7, "class", "ms-submit-button svelte-w4kmg0");
|
|
13271
|
+
attr(div4, "class", "ms-modal__content");
|
|
13272
|
+
attr(div5, "class", "ms-modal svelte-w4kmg0");
|
|
13273
|
+
attr(div5, "id", "TestCardModal");
|
|
13274
|
+
},
|
|
13275
|
+
m(target, anchor) {
|
|
13276
|
+
insert(target, div5, anchor);
|
|
13277
|
+
if (if_block)
|
|
13278
|
+
if_block.m(div5, null);
|
|
13279
|
+
append(div5, t0);
|
|
13280
|
+
append(div5, div4);
|
|
13281
|
+
append(div4, h2);
|
|
13282
|
+
append(div4, t2);
|
|
13283
|
+
append(div4, p0);
|
|
13284
|
+
append(div4, t4);
|
|
13285
|
+
append(div4, video);
|
|
13286
|
+
append(video, source0);
|
|
13287
|
+
append(video, source1);
|
|
13288
|
+
append(div4, t5);
|
|
13289
|
+
append(div4, div3);
|
|
13290
|
+
append(div3, button0);
|
|
13291
|
+
mount_component(copyicon0, button0, null);
|
|
13292
|
+
append(button0, t6);
|
|
13293
|
+
append(button0, t7);
|
|
13294
|
+
append(button0, span0);
|
|
13295
|
+
append(div3, t9);
|
|
13296
|
+
append(div3, button1);
|
|
13297
|
+
mount_component(arrowicon, button1, null);
|
|
13298
|
+
append(div3, t10);
|
|
13299
|
+
append(div3, nav);
|
|
13300
|
+
append(nav, section0);
|
|
13301
|
+
append(section0, div0);
|
|
13302
|
+
append(section0, t12);
|
|
13303
|
+
append(section0, button2);
|
|
13304
|
+
append(button2, span1);
|
|
13305
|
+
mount_component(copyicon1, span1, null);
|
|
13306
|
+
append(button2, span2);
|
|
13307
|
+
append(section0, t15);
|
|
13308
|
+
append(section0, button3);
|
|
13309
|
+
append(button3, span3);
|
|
13310
|
+
mount_component(copyicon2, span3, null);
|
|
13311
|
+
append(button3, span4);
|
|
13312
|
+
append(section0, t18);
|
|
13313
|
+
append(section0, button4);
|
|
13314
|
+
append(button4, span5);
|
|
13315
|
+
mount_component(copyicon3, span5, null);
|
|
13316
|
+
append(button4, span6);
|
|
13317
|
+
append(nav, t21);
|
|
13318
|
+
append(nav, section1);
|
|
13319
|
+
append(section1, div1);
|
|
13320
|
+
append(section1, t23);
|
|
13321
|
+
append(section1, button5);
|
|
13322
|
+
append(button5, span7);
|
|
13323
|
+
mount_component(copyicon4, span7, null);
|
|
13324
|
+
append(button5, span8);
|
|
13325
|
+
append(section1, t26);
|
|
13326
|
+
append(section1, button6);
|
|
13327
|
+
append(button6, span9);
|
|
13328
|
+
mount_component(copyicon5, span9, null);
|
|
13329
|
+
append(button6, span10);
|
|
13330
|
+
append(nav, t29);
|
|
13331
|
+
append(nav, div2);
|
|
13332
|
+
append(div4, t33);
|
|
13333
|
+
append(div4, p1);
|
|
13334
|
+
append(div4, t35);
|
|
13335
|
+
append(div4, button7);
|
|
13336
|
+
current = true;
|
|
13337
|
+
if (!mounted) {
|
|
13338
|
+
dispose = [
|
|
13339
|
+
listen(
|
|
13340
|
+
button0,
|
|
13341
|
+
"click",
|
|
13342
|
+
/*click_handler*/
|
|
13343
|
+
ctx[7]
|
|
13344
|
+
),
|
|
13345
|
+
listen(
|
|
13346
|
+
button1,
|
|
13347
|
+
"click",
|
|
13348
|
+
/*click_handler_1*/
|
|
13349
|
+
ctx[8]
|
|
13350
|
+
),
|
|
13351
|
+
listen(
|
|
13352
|
+
button2,
|
|
13353
|
+
"click",
|
|
13354
|
+
/*click_handler_2*/
|
|
13355
|
+
ctx[9]
|
|
13356
|
+
),
|
|
13357
|
+
listen(
|
|
13358
|
+
button3,
|
|
13359
|
+
"click",
|
|
13360
|
+
/*click_handler_3*/
|
|
13361
|
+
ctx[10]
|
|
13362
|
+
),
|
|
13363
|
+
listen(
|
|
13364
|
+
button4,
|
|
13365
|
+
"click",
|
|
13366
|
+
/*click_handler_4*/
|
|
13367
|
+
ctx[11]
|
|
13368
|
+
),
|
|
13369
|
+
listen(
|
|
13370
|
+
button5,
|
|
13371
|
+
"click",
|
|
13372
|
+
/*click_handler_5*/
|
|
13373
|
+
ctx[12]
|
|
13374
|
+
),
|
|
13375
|
+
listen(
|
|
13376
|
+
button6,
|
|
13377
|
+
"click",
|
|
13378
|
+
/*click_handler_6*/
|
|
13379
|
+
ctx[13]
|
|
13380
|
+
),
|
|
13381
|
+
listen(
|
|
13382
|
+
button7,
|
|
13383
|
+
"click",
|
|
13384
|
+
/*click_handler_7*/
|
|
13385
|
+
ctx[14]
|
|
13386
|
+
)
|
|
13387
|
+
];
|
|
13388
|
+
mounted = true;
|
|
13389
|
+
}
|
|
13390
|
+
},
|
|
13391
|
+
p(ctx2, [dirty]) {
|
|
13392
|
+
if (!/*params*/
|
|
13393
|
+
ctx2[2] || !/*params*/
|
|
13394
|
+
ctx2[2].hideCloseButton) {
|
|
13395
|
+
if (if_block) {
|
|
13396
|
+
if_block.p(ctx2, dirty);
|
|
13397
|
+
if (dirty & /*params*/
|
|
13398
|
+
4) {
|
|
13399
|
+
transition_in(if_block, 1);
|
|
13400
|
+
}
|
|
13401
|
+
} else {
|
|
13402
|
+
if_block = create_if_block$f(ctx2);
|
|
13403
|
+
if_block.c();
|
|
13404
|
+
transition_in(if_block, 1);
|
|
13405
|
+
if_block.m(div5, t0);
|
|
13406
|
+
}
|
|
13407
|
+
} else if (if_block) {
|
|
13408
|
+
group_outros();
|
|
13409
|
+
transition_out(if_block, 1, 1, () => {
|
|
13410
|
+
if_block = null;
|
|
13411
|
+
});
|
|
13412
|
+
check_outros();
|
|
13413
|
+
}
|
|
13414
|
+
if (!current || dirty & /*buttonText*/
|
|
13415
|
+
8)
|
|
13416
|
+
set_data(
|
|
13417
|
+
t7,
|
|
13418
|
+
/*buttonText*/
|
|
13419
|
+
ctx2[3]
|
|
13420
|
+
);
|
|
13421
|
+
if (!current || dirty & /*showDropdown*/
|
|
13422
|
+
16) {
|
|
13423
|
+
toggle_class(
|
|
13424
|
+
button1,
|
|
13425
|
+
"active",
|
|
13426
|
+
/*showDropdown*/
|
|
13427
|
+
ctx2[4]
|
|
13428
|
+
);
|
|
13429
|
+
}
|
|
13430
|
+
if (!current || dirty & /*showDropdown*/
|
|
13431
|
+
16) {
|
|
13432
|
+
toggle_class(
|
|
13433
|
+
nav,
|
|
13434
|
+
"show",
|
|
13435
|
+
/*showDropdown*/
|
|
13436
|
+
ctx2[4]
|
|
13437
|
+
);
|
|
13438
|
+
}
|
|
13439
|
+
},
|
|
13440
|
+
i(local) {
|
|
13441
|
+
if (current)
|
|
13442
|
+
return;
|
|
13443
|
+
transition_in(if_block);
|
|
13444
|
+
transition_in(copyicon0.$$.fragment, local);
|
|
13445
|
+
transition_in(arrowicon.$$.fragment, local);
|
|
13446
|
+
transition_in(copyicon1.$$.fragment, local);
|
|
13447
|
+
transition_in(copyicon2.$$.fragment, local);
|
|
13448
|
+
transition_in(copyicon3.$$.fragment, local);
|
|
13449
|
+
transition_in(copyicon4.$$.fragment, local);
|
|
13450
|
+
transition_in(copyicon5.$$.fragment, local);
|
|
13451
|
+
current = true;
|
|
13452
|
+
},
|
|
13453
|
+
o(local) {
|
|
13454
|
+
transition_out(if_block);
|
|
13455
|
+
transition_out(copyicon0.$$.fragment, local);
|
|
13456
|
+
transition_out(arrowicon.$$.fragment, local);
|
|
13457
|
+
transition_out(copyicon1.$$.fragment, local);
|
|
13458
|
+
transition_out(copyicon2.$$.fragment, local);
|
|
13459
|
+
transition_out(copyicon3.$$.fragment, local);
|
|
13460
|
+
transition_out(copyicon4.$$.fragment, local);
|
|
13461
|
+
transition_out(copyicon5.$$.fragment, local);
|
|
13462
|
+
current = false;
|
|
13463
|
+
},
|
|
13464
|
+
d(detaching) {
|
|
13465
|
+
if (detaching)
|
|
13466
|
+
detach(div5);
|
|
13467
|
+
if (if_block)
|
|
13468
|
+
if_block.d();
|
|
13469
|
+
destroy_component(copyicon0);
|
|
13470
|
+
destroy_component(arrowicon);
|
|
13471
|
+
destroy_component(copyicon1);
|
|
13472
|
+
destroy_component(copyicon2);
|
|
13473
|
+
destroy_component(copyicon3);
|
|
13474
|
+
destroy_component(copyicon4);
|
|
13475
|
+
destroy_component(copyicon5);
|
|
13476
|
+
mounted = false;
|
|
13477
|
+
run_all(dispose);
|
|
13478
|
+
}
|
|
13479
|
+
};
|
|
13480
|
+
}
|
|
13481
|
+
var videoImagePath = "https://assets-global.website-files.com/65a6d87f7ae30844cde0911b/65efa0d9dc3019b69fe6a9cb_4242%20full-poster-00001.jpg";
|
|
13482
|
+
var videoMP4Path = "https://assets-global.website-files.com/65a6d87f7ae30844cde0911b/65efa0d9dc3019b69fe6a9cb_4242%20full-transcode.mp4";
|
|
13483
|
+
var videoWebMPath = "https://assets-global.website-files.com/65a6d87f7ae30844cde0911b/65efa0d9dc3019b69fe6a9cb_4242%20full-transcode.webm";
|
|
13484
|
+
function instance$i($$self, $$props, $$invalidate) {
|
|
13485
|
+
let { closeModal } = $$props;
|
|
13486
|
+
let { display } = $$props;
|
|
13487
|
+
let { onSuccessSubmit } = $$props;
|
|
13488
|
+
let { params } = $$props;
|
|
13489
|
+
let buttonText = "Copy Stripe Test Card";
|
|
13490
|
+
let showDropdown = false;
|
|
13491
|
+
function copyToClipboard(event, copyText, changeText) {
|
|
13492
|
+
navigator.clipboard.writeText(copyText);
|
|
13493
|
+
const button = event.currentTarget;
|
|
13494
|
+
if (changeText)
|
|
13495
|
+
$$invalidate(3, buttonText = "Copied Stripe Test Card");
|
|
13496
|
+
button.classList.add("copied");
|
|
13497
|
+
setTimeout(
|
|
13498
|
+
() => {
|
|
13499
|
+
button.classList.remove("copied");
|
|
13500
|
+
$$invalidate(3, buttonText = "Copy Stripe Test Card");
|
|
13501
|
+
$$invalidate(4, showDropdown = false);
|
|
13502
|
+
},
|
|
13503
|
+
1e3
|
|
13504
|
+
);
|
|
13505
|
+
}
|
|
13506
|
+
const click_handler = (event) => copyToClipboard(event, "4242 4242 4242 4242", true);
|
|
13507
|
+
const click_handler_1 = () => $$invalidate(4, showDropdown = !showDropdown);
|
|
13508
|
+
const click_handler_2 = (event) => copyToClipboard(event, "4000 0566 5566 5556");
|
|
13509
|
+
const click_handler_3 = (event) => copyToClipboard(event, "5555 5555 5555 4444");
|
|
13510
|
+
const click_handler_4 = (event) => copyToClipboard(event, "3782 822463 10005");
|
|
13511
|
+
const click_handler_5 = (event) => copyToClipboard(event, "4000 0000 0000 0002");
|
|
13512
|
+
const click_handler_6 = (event) => copyToClipboard(event, "4000 0000 0000 9995");
|
|
13513
|
+
const click_handler_7 = () => {
|
|
13514
|
+
onSuccessSubmit();
|
|
13515
|
+
};
|
|
13516
|
+
$$self.$$set = ($$props2) => {
|
|
13517
|
+
if ("closeModal" in $$props2)
|
|
13518
|
+
$$invalidate(0, closeModal = $$props2.closeModal);
|
|
13519
|
+
if ("display" in $$props2)
|
|
13520
|
+
$$invalidate(6, display = $$props2.display);
|
|
13521
|
+
if ("onSuccessSubmit" in $$props2)
|
|
13522
|
+
$$invalidate(1, onSuccessSubmit = $$props2.onSuccessSubmit);
|
|
13523
|
+
if ("params" in $$props2)
|
|
13524
|
+
$$invalidate(2, params = $$props2.params);
|
|
13525
|
+
};
|
|
13526
|
+
return [
|
|
13527
|
+
closeModal,
|
|
13528
|
+
onSuccessSubmit,
|
|
13529
|
+
params,
|
|
13530
|
+
buttonText,
|
|
13531
|
+
showDropdown,
|
|
13532
|
+
copyToClipboard,
|
|
13533
|
+
display,
|
|
13534
|
+
click_handler,
|
|
13535
|
+
click_handler_1,
|
|
13536
|
+
click_handler_2,
|
|
13537
|
+
click_handler_3,
|
|
13538
|
+
click_handler_4,
|
|
13539
|
+
click_handler_5,
|
|
13540
|
+
click_handler_6,
|
|
13541
|
+
click_handler_7
|
|
13542
|
+
];
|
|
13543
|
+
}
|
|
13544
|
+
var TestCardModal = class extends SvelteComponent {
|
|
13545
|
+
constructor(options) {
|
|
13546
|
+
super();
|
|
13547
|
+
init(
|
|
13548
|
+
this,
|
|
13549
|
+
options,
|
|
13550
|
+
instance$i,
|
|
13551
|
+
create_fragment$B,
|
|
13552
|
+
safe_not_equal,
|
|
13553
|
+
{
|
|
13554
|
+
closeModal: 0,
|
|
13555
|
+
display: 6,
|
|
13556
|
+
onSuccessSubmit: 1,
|
|
13557
|
+
params: 2
|
|
13558
|
+
},
|
|
13559
|
+
add_css$h
|
|
13560
|
+
);
|
|
13561
|
+
}
|
|
13562
|
+
};
|
|
13563
|
+
function isLocalStorageAvailable() {
|
|
13564
|
+
try {
|
|
13565
|
+
localStorage.setItem("test", "test");
|
|
13566
|
+
localStorage.removeItem("test");
|
|
13567
|
+
return true;
|
|
13568
|
+
} catch (e) {
|
|
13569
|
+
return false;
|
|
13570
|
+
}
|
|
13571
|
+
}
|
|
13572
|
+
var localStorageAvailable = isLocalStorageAvailable();
|
|
13573
|
+
console.log("localStorageAvailable", localStorageAvailable);
|
|
13574
|
+
AppStore.subscribe((data) => {
|
|
13575
|
+
if (!data.initialValue) {
|
|
13576
|
+
InspectorStore.update((store) => {
|
|
13577
|
+
store.appData = data;
|
|
13578
|
+
return store;
|
|
13579
|
+
});
|
|
13580
|
+
}
|
|
13581
|
+
});
|
|
13582
|
+
var InspectorStore = writable({
|
|
13583
|
+
showSidebar: false,
|
|
13584
|
+
showSide: "right",
|
|
13585
|
+
// "left" or "right
|
|
13586
|
+
showTab: "inspector",
|
|
13587
|
+
// inspector, member, app
|
|
13588
|
+
xRayMode: true,
|
|
13589
|
+
//localStorage.getItem("MSXRayMode") ? JSON.parse(localStorage.getItem("MSXRayMode")) : true,
|
|
13590
|
+
xRayErrorElements: [],
|
|
13591
|
+
xRayWarningElements: [],
|
|
12968
13592
|
cartData: [],
|
|
12969
13593
|
// data from the session storage
|
|
12970
13594
|
inspectorData: [],
|
|
12971
13595
|
// id's of items that have been found on the page
|
|
12972
13596
|
// member data from the memberstack local storage _ms-mem
|
|
12973
|
-
memberData:
|
|
13597
|
+
memberData: {},
|
|
13598
|
+
// localStorage.getItem("_ms-mem") ? JSON.parse(localStorage.getItem("_ms-mem")) : {},
|
|
12974
13599
|
appData: {}
|
|
12975
13600
|
// data from the app store
|
|
12976
13601
|
});
|
|
@@ -13007,7 +13632,6 @@ var SetShowTab = (tab) => {
|
|
|
13007
13632
|
var ToggleXRayMode = () => {
|
|
13008
13633
|
InspectorStore.update((store) => {
|
|
13009
13634
|
store.xRayMode = !store.xRayMode;
|
|
13010
|
-
localStorage.setItem("MSXRayMode", store.xRayMode);
|
|
13011
13635
|
return store;
|
|
13012
13636
|
});
|
|
13013
13637
|
};
|
|
@@ -13025,7 +13649,7 @@ var AddXRayWarningElement = (data) => {
|
|
|
13025
13649
|
};
|
|
13026
13650
|
function UpdateMemberData() {
|
|
13027
13651
|
InspectorStore.update((store) => {
|
|
13028
|
-
store.memberData =
|
|
13652
|
+
store.memberData = {};
|
|
13029
13653
|
return store;
|
|
13030
13654
|
});
|
|
13031
13655
|
}
|
|
@@ -23330,9 +23954,9 @@ var TestMode = class extends SvelteComponent {
|
|
|
23330
23954
|
}
|
|
23331
23955
|
};
|
|
23332
23956
|
function add_css(target) {
|
|
23333
|
-
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}');
|
|
23957
|
+
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}');
|
|
23334
23958
|
}
|
|
23335
|
-
function
|
|
23959
|
+
function create_if_block_11(ctx) {
|
|
23336
23960
|
let testmode;
|
|
23337
23961
|
let current;
|
|
23338
23962
|
testmode = new TestMode({});
|
|
@@ -23375,7 +23999,8 @@ function create_if_block(ctx) {
|
|
|
23375
23999
|
create_if_block_5,
|
|
23376
24000
|
create_if_block_6,
|
|
23377
24001
|
create_if_block_7,
|
|
23378
|
-
create_if_block_8
|
|
24002
|
+
create_if_block_8,
|
|
24003
|
+
create_if_block_10
|
|
23379
24004
|
];
|
|
23380
24005
|
const if_blocks = [];
|
|
23381
24006
|
function select_block_type_1(ctx2, dirty) {
|
|
@@ -23419,6 +24044,11 @@ function create_if_block(ctx) {
|
|
|
23419
24044
|
ctx2[0] === "profile"
|
|
23420
24045
|
)
|
|
23421
24046
|
return 7;
|
|
24047
|
+
if (
|
|
24048
|
+
/*display*/
|
|
24049
|
+
ctx2[0] === "test_card"
|
|
24050
|
+
)
|
|
24051
|
+
return 8;
|
|
23422
24052
|
return -1;
|
|
23423
24053
|
}
|
|
23424
24054
|
if (~(current_block_type_index = select_block_type_1(ctx))) {
|
|
@@ -23430,7 +24060,7 @@ function create_if_block(ctx) {
|
|
|
23430
24060
|
if (if_block)
|
|
23431
24061
|
if_block.c();
|
|
23432
24062
|
attr(main, "id", "msOverlay");
|
|
23433
|
-
attr(main, "class", "svelte-
|
|
24063
|
+
attr(main, "class", "svelte-1blpd87");
|
|
23434
24064
|
},
|
|
23435
24065
|
m(target, anchor) {
|
|
23436
24066
|
insert(target, main, anchor);
|
|
@@ -23499,6 +24129,89 @@ function create_if_block(ctx) {
|
|
|
23499
24129
|
}
|
|
23500
24130
|
};
|
|
23501
24131
|
}
|
|
24132
|
+
function create_if_block_10(ctx) {
|
|
24133
|
+
let testcardmodal;
|
|
24134
|
+
let updating_display;
|
|
24135
|
+
let updating_params;
|
|
24136
|
+
let current;
|
|
24137
|
+
function testcardmodal_display_binding(value) {
|
|
24138
|
+
ctx[20](value);
|
|
24139
|
+
}
|
|
24140
|
+
function testcardmodal_params_binding(value) {
|
|
24141
|
+
ctx[21](value);
|
|
24142
|
+
}
|
|
24143
|
+
let testcardmodal_props = {
|
|
24144
|
+
closeModal: (
|
|
24145
|
+
/*closeModal*/
|
|
24146
|
+
ctx[5]
|
|
24147
|
+
),
|
|
24148
|
+
onSuccessSubmit: (
|
|
24149
|
+
/*onSuccess*/
|
|
24150
|
+
ctx[2]
|
|
24151
|
+
)
|
|
24152
|
+
};
|
|
24153
|
+
if (
|
|
24154
|
+
/*display*/
|
|
24155
|
+
ctx[0] !== void 0
|
|
24156
|
+
) {
|
|
24157
|
+
testcardmodal_props.display = /*display*/
|
|
24158
|
+
ctx[0];
|
|
24159
|
+
}
|
|
24160
|
+
if (
|
|
24161
|
+
/*params*/
|
|
24162
|
+
ctx[1] !== void 0
|
|
24163
|
+
) {
|
|
24164
|
+
testcardmodal_props.params = /*params*/
|
|
24165
|
+
ctx[1];
|
|
24166
|
+
}
|
|
24167
|
+
testcardmodal = new TestCardModal({ props: testcardmodal_props });
|
|
24168
|
+
binding_callbacks.push(() => bind(testcardmodal, "display", testcardmodal_display_binding));
|
|
24169
|
+
binding_callbacks.push(() => bind(testcardmodal, "params", testcardmodal_params_binding));
|
|
24170
|
+
return {
|
|
24171
|
+
c() {
|
|
24172
|
+
create_component(testcardmodal.$$.fragment);
|
|
24173
|
+
},
|
|
24174
|
+
m(target, anchor) {
|
|
24175
|
+
mount_component(testcardmodal, target, anchor);
|
|
24176
|
+
current = true;
|
|
24177
|
+
},
|
|
24178
|
+
p(ctx2, dirty) {
|
|
24179
|
+
const testcardmodal_changes = {};
|
|
24180
|
+
if (dirty & /*onSuccess*/
|
|
24181
|
+
4)
|
|
24182
|
+
testcardmodal_changes.onSuccessSubmit = /*onSuccess*/
|
|
24183
|
+
ctx2[2];
|
|
24184
|
+
if (!updating_display && dirty & /*display*/
|
|
24185
|
+
1) {
|
|
24186
|
+
updating_display = true;
|
|
24187
|
+
testcardmodal_changes.display = /*display*/
|
|
24188
|
+
ctx2[0];
|
|
24189
|
+
add_flush_callback(() => updating_display = false);
|
|
24190
|
+
}
|
|
24191
|
+
if (!updating_params && dirty & /*params*/
|
|
24192
|
+
2) {
|
|
24193
|
+
updating_params = true;
|
|
24194
|
+
testcardmodal_changes.params = /*params*/
|
|
24195
|
+
ctx2[1];
|
|
24196
|
+
add_flush_callback(() => updating_params = false);
|
|
24197
|
+
}
|
|
24198
|
+
testcardmodal.$set(testcardmodal_changes);
|
|
24199
|
+
},
|
|
24200
|
+
i(local) {
|
|
24201
|
+
if (current)
|
|
24202
|
+
return;
|
|
24203
|
+
transition_in(testcardmodal.$$.fragment, local);
|
|
24204
|
+
current = true;
|
|
24205
|
+
},
|
|
24206
|
+
o(local) {
|
|
24207
|
+
transition_out(testcardmodal.$$.fragment, local);
|
|
24208
|
+
current = false;
|
|
24209
|
+
},
|
|
24210
|
+
d(detaching) {
|
|
24211
|
+
destroy_component(testcardmodal, detaching);
|
|
24212
|
+
}
|
|
24213
|
+
};
|
|
24214
|
+
}
|
|
23502
24215
|
function create_if_block_8(ctx) {
|
|
23503
24216
|
let mediaquery;
|
|
23504
24217
|
let current;
|
|
@@ -23508,8 +24221,8 @@ function create_if_block_8(ctx) {
|
|
|
23508
24221
|
$$slots: {
|
|
23509
24222
|
default: [
|
|
23510
24223
|
create_default_slot,
|
|
23511
|
-
({ matches }) => ({
|
|
23512
|
-
({ matches }) => matches ?
|
|
24224
|
+
({ matches }) => ({ 26: matches }),
|
|
24225
|
+
({ matches }) => matches ? 67108864 : 0
|
|
23513
24226
|
]
|
|
23514
24227
|
},
|
|
23515
24228
|
$$scope: { ctx }
|
|
@@ -23526,7 +24239,7 @@ function create_if_block_8(ctx) {
|
|
|
23526
24239
|
p(ctx2, dirty) {
|
|
23527
24240
|
const mediaquery_changes = {};
|
|
23528
24241
|
if (dirty & /*$$scope, onSuccess, member, display, matches*/
|
|
23529
|
-
|
|
24242
|
+
201326605) {
|
|
23530
24243
|
mediaquery_changes.$$scope = { dirty, ctx: ctx2 };
|
|
23531
24244
|
}
|
|
23532
24245
|
mediaquery.$set(mediaquery_changes);
|
|
@@ -24149,7 +24862,7 @@ function create_default_slot(ctx) {
|
|
|
24149
24862
|
function select_block_type_2(ctx2, dirty) {
|
|
24150
24863
|
if (
|
|
24151
24864
|
/*matches*/
|
|
24152
|
-
ctx2[
|
|
24865
|
+
ctx2[26]
|
|
24153
24866
|
)
|
|
24154
24867
|
return 0;
|
|
24155
24868
|
return 1;
|
|
@@ -24210,7 +24923,7 @@ function create_fragment(ctx) {
|
|
|
24210
24923
|
let if_block;
|
|
24211
24924
|
let if_block_anchor;
|
|
24212
24925
|
let current;
|
|
24213
|
-
const if_block_creators = [create_if_block,
|
|
24926
|
+
const if_block_creators = [create_if_block, create_if_block_11];
|
|
24214
24927
|
const if_blocks = [];
|
|
24215
24928
|
function select_block_type(ctx2, dirty) {
|
|
24216
24929
|
if (
|
|
@@ -24390,6 +25103,14 @@ function instance($$self, $$props, $$invalidate) {
|
|
|
24390
25103
|
display = value;
|
|
24391
25104
|
$$invalidate(0, display);
|
|
24392
25105
|
}
|
|
25106
|
+
function testcardmodal_display_binding(value) {
|
|
25107
|
+
display = value;
|
|
25108
|
+
$$invalidate(0, display);
|
|
25109
|
+
}
|
|
25110
|
+
function testcardmodal_params_binding(value) {
|
|
25111
|
+
params = value;
|
|
25112
|
+
$$invalidate(1, params);
|
|
25113
|
+
}
|
|
24393
25114
|
$$self.$$set = ($$props2) => {
|
|
24394
25115
|
if ("display" in $$props2)
|
|
24395
25116
|
$$invalidate(0, display = $$props2.display);
|
|
@@ -24424,7 +25145,9 @@ function instance($$self, $$props, $$invalidate) {
|
|
|
24424
25145
|
passwordlesstokenmodal_display_binding,
|
|
24425
25146
|
passwordlesstokenmodal_params_binding,
|
|
24426
25147
|
mobileprofilemodal_display_binding,
|
|
24427
|
-
profilemodal_display_binding
|
|
25148
|
+
profilemodal_display_binding,
|
|
25149
|
+
testcardmodal_display_binding,
|
|
25150
|
+
testcardmodal_params_binding
|
|
24428
25151
|
];
|
|
24429
25152
|
}
|
|
24430
25153
|
var Main = class extends SvelteComponent {
|
|
@@ -24530,7 +25253,6 @@ var hideModal = () => {
|
|
|
24530
25253
|
modal == null ? void 0 : modal.$destroy();
|
|
24531
25254
|
} catch (e) {
|
|
24532
25255
|
}
|
|
24533
|
-
hideLoader();
|
|
24534
25256
|
};
|
|
24535
25257
|
// Annotate the CommonJS export names for ESM import in node:
|
|
24536
25258
|
0 && (module.exports = {
|