@memberstack/dom 1.9.34 → 1.9.36
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/index.js +940 -216
- package/lib/index.mjs +940 -216
- package/lib/methods/dom/main-dom.js +935 -210
- package/lib/methods/dom/main-dom.mjs +935 -210
- package/lib/methods/dom/methods.js +941 -215
- package/lib/methods/dom/methods.mjs +941 -215
- package/lib/methods/index.js +940 -216
- package/lib/methods/index.mjs +940 -216
- package/package.json +2 -2
|
@@ -937,7 +937,7 @@ var get_default_slot_context = (ctx) => ({ matches: (
|
|
|
937
937
|
/*matches*/
|
|
938
938
|
ctx[0]
|
|
939
939
|
) });
|
|
940
|
-
function create_fragment$
|
|
940
|
+
function create_fragment$1l(ctx) {
|
|
941
941
|
let current;
|
|
942
942
|
const default_slot_template = (
|
|
943
943
|
/*#slots*/
|
|
@@ -1002,7 +1002,7 @@ function create_fragment$1i(ctx) {
|
|
|
1002
1002
|
}
|
|
1003
1003
|
};
|
|
1004
1004
|
}
|
|
1005
|
-
function instance$
|
|
1005
|
+
function instance$I($$self, $$props, $$invalidate) {
|
|
1006
1006
|
let { $$slots: slots = {}, $$scope } = $$props;
|
|
1007
1007
|
let { query } = $$props;
|
|
1008
1008
|
let mql;
|
|
@@ -1048,10 +1048,10 @@ function instance$H($$self, $$props, $$invalidate) {
|
|
|
1048
1048
|
var MediaQuery = class extends SvelteComponent {
|
|
1049
1049
|
constructor(options) {
|
|
1050
1050
|
super();
|
|
1051
|
-
init(this, options, instance$
|
|
1051
|
+
init(this, options, instance$I, create_fragment$1l, safe_not_equal, { query: 1 });
|
|
1052
1052
|
}
|
|
1053
1053
|
};
|
|
1054
|
-
function create_fragment$
|
|
1054
|
+
function create_fragment$1k(ctx) {
|
|
1055
1055
|
let svg;
|
|
1056
1056
|
let path;
|
|
1057
1057
|
let animateTransform;
|
|
@@ -1095,10 +1095,10 @@ function create_fragment$1h(ctx) {
|
|
|
1095
1095
|
var LoadingIcon = class extends SvelteComponent {
|
|
1096
1096
|
constructor(options) {
|
|
1097
1097
|
super();
|
|
1098
|
-
init(this, options, null, create_fragment$
|
|
1098
|
+
init(this, options, null, create_fragment$1k, safe_not_equal, {});
|
|
1099
1099
|
}
|
|
1100
1100
|
};
|
|
1101
|
-
function create_fragment$
|
|
1101
|
+
function create_fragment$1j(ctx) {
|
|
1102
1102
|
let div;
|
|
1103
1103
|
let loadingicon;
|
|
1104
1104
|
let current;
|
|
@@ -1135,10 +1135,10 @@ function create_fragment$1g(ctx) {
|
|
|
1135
1135
|
var Loader = class extends SvelteComponent {
|
|
1136
1136
|
constructor(options) {
|
|
1137
1137
|
super();
|
|
1138
|
-
init(this, options, null, create_fragment$
|
|
1138
|
+
init(this, options, null, create_fragment$1j, safe_not_equal, {});
|
|
1139
1139
|
}
|
|
1140
1140
|
};
|
|
1141
|
-
function create_fragment$
|
|
1141
|
+
function create_fragment$1i(ctx) {
|
|
1142
1142
|
let svg;
|
|
1143
1143
|
let path;
|
|
1144
1144
|
return {
|
|
@@ -1169,10 +1169,10 @@ function create_fragment$1f(ctx) {
|
|
|
1169
1169
|
var CloseIcon = class extends SvelteComponent {
|
|
1170
1170
|
constructor(options) {
|
|
1171
1171
|
super();
|
|
1172
|
-
init(this, options, null, create_fragment$
|
|
1172
|
+
init(this, options, null, create_fragment$1i, safe_not_equal, {});
|
|
1173
1173
|
}
|
|
1174
1174
|
};
|
|
1175
|
-
function create_fragment$
|
|
1175
|
+
function create_fragment$1h(ctx) {
|
|
1176
1176
|
let div;
|
|
1177
1177
|
let button;
|
|
1178
1178
|
let closeicon;
|
|
@@ -1225,7 +1225,7 @@ function create_fragment$1e(ctx) {
|
|
|
1225
1225
|
}
|
|
1226
1226
|
};
|
|
1227
1227
|
}
|
|
1228
|
-
function instance$
|
|
1228
|
+
function instance$H($$self, $$props, $$invalidate) {
|
|
1229
1229
|
let { closeModal } = $$props;
|
|
1230
1230
|
$$self.$$set = ($$props2) => {
|
|
1231
1231
|
if ("closeModal" in $$props2)
|
|
@@ -1236,10 +1236,10 @@ function instance$G($$self, $$props, $$invalidate) {
|
|
|
1236
1236
|
var CloseButton = class extends SvelteComponent {
|
|
1237
1237
|
constructor(options) {
|
|
1238
1238
|
super();
|
|
1239
|
-
init(this, options, instance$
|
|
1239
|
+
init(this, options, instance$H, create_fragment$1h, safe_not_equal, { closeModal: 0 });
|
|
1240
1240
|
}
|
|
1241
1241
|
};
|
|
1242
|
-
function create_fragment$
|
|
1242
|
+
function create_fragment$1g(ctx) {
|
|
1243
1243
|
let svg;
|
|
1244
1244
|
let path0;
|
|
1245
1245
|
let path1;
|
|
@@ -1292,7 +1292,7 @@ function create_fragment$1d(ctx) {
|
|
|
1292
1292
|
var MemberstackIcon = class extends SvelteComponent {
|
|
1293
1293
|
constructor(options) {
|
|
1294
1294
|
super();
|
|
1295
|
-
init(this, options, null, create_fragment$
|
|
1295
|
+
init(this, options, null, create_fragment$1g, safe_not_equal, {});
|
|
1296
1296
|
}
|
|
1297
1297
|
};
|
|
1298
1298
|
function create_else_block$h(ctx) {
|
|
@@ -1323,7 +1323,7 @@ function create_else_block$h(ctx) {
|
|
|
1323
1323
|
}
|
|
1324
1324
|
};
|
|
1325
1325
|
}
|
|
1326
|
-
function create_if_block$
|
|
1326
|
+
function create_if_block$z(ctx) {
|
|
1327
1327
|
let img;
|
|
1328
1328
|
let img_src_value;
|
|
1329
1329
|
let img_alt_value;
|
|
@@ -1360,12 +1360,12 @@ function create_if_block$y(ctx) {
|
|
|
1360
1360
|
}
|
|
1361
1361
|
};
|
|
1362
1362
|
}
|
|
1363
|
-
function create_fragment$
|
|
1363
|
+
function create_fragment$1f(ctx) {
|
|
1364
1364
|
let figure;
|
|
1365
1365
|
let current_block_type_index;
|
|
1366
1366
|
let if_block;
|
|
1367
1367
|
let current;
|
|
1368
|
-
const if_block_creators = [create_if_block$
|
|
1368
|
+
const if_block_creators = [create_if_block$z, create_else_block$h];
|
|
1369
1369
|
const if_blocks = [];
|
|
1370
1370
|
function select_block_type(ctx2, dirty) {
|
|
1371
1371
|
if (
|
|
@@ -1427,7 +1427,7 @@ function create_fragment$1c(ctx) {
|
|
|
1427
1427
|
}
|
|
1428
1428
|
};
|
|
1429
1429
|
}
|
|
1430
|
-
function instance$
|
|
1430
|
+
function instance$G($$self, $$props, $$invalidate) {
|
|
1431
1431
|
let app = {};
|
|
1432
1432
|
AppStore.subscribe((data) => {
|
|
1433
1433
|
$$invalidate(0, app = data);
|
|
@@ -1437,7 +1437,7 @@ function instance$F($$self, $$props, $$invalidate) {
|
|
|
1437
1437
|
var FigureElement = class extends SvelteComponent {
|
|
1438
1438
|
constructor(options) {
|
|
1439
1439
|
super();
|
|
1440
|
-
init(this, options, instance$
|
|
1440
|
+
init(this, options, instance$G, create_fragment$1f, safe_not_equal, {});
|
|
1441
1441
|
}
|
|
1442
1442
|
};
|
|
1443
1443
|
function create_else_block$g(ctx) {
|
|
@@ -1492,7 +1492,7 @@ function create_else_block$g(ctx) {
|
|
|
1492
1492
|
}
|
|
1493
1493
|
};
|
|
1494
1494
|
}
|
|
1495
|
-
function create_if_block$
|
|
1495
|
+
function create_if_block$y(ctx) {
|
|
1496
1496
|
let button;
|
|
1497
1497
|
let t;
|
|
1498
1498
|
return {
|
|
@@ -1541,12 +1541,12 @@ function create_if_block$x(ctx) {
|
|
|
1541
1541
|
}
|
|
1542
1542
|
};
|
|
1543
1543
|
}
|
|
1544
|
-
function create_fragment$
|
|
1544
|
+
function create_fragment$1e(ctx) {
|
|
1545
1545
|
let div;
|
|
1546
1546
|
let current_block_type_index;
|
|
1547
1547
|
let if_block;
|
|
1548
1548
|
let current;
|
|
1549
|
-
const if_block_creators = [create_if_block$
|
|
1549
|
+
const if_block_creators = [create_if_block$y, create_else_block$g];
|
|
1550
1550
|
const if_blocks = [];
|
|
1551
1551
|
function select_block_type(ctx2, dirty) {
|
|
1552
1552
|
if (!/*isLoading*/
|
|
@@ -1605,7 +1605,7 @@ function create_fragment$1b(ctx) {
|
|
|
1605
1605
|
}
|
|
1606
1606
|
};
|
|
1607
1607
|
}
|
|
1608
|
-
function instance$
|
|
1608
|
+
function instance$F($$self, $$props, $$invalidate) {
|
|
1609
1609
|
let $app;
|
|
1610
1610
|
component_subscribe($$self, AppStore, ($$value) => $$invalidate(3, $app = $$value));
|
|
1611
1611
|
let { buttonText = "Submit" } = $$props;
|
|
@@ -1625,10 +1625,10 @@ function instance$E($$self, $$props, $$invalidate) {
|
|
|
1625
1625
|
var SubmitButton = class extends SvelteComponent {
|
|
1626
1626
|
constructor(options) {
|
|
1627
1627
|
super();
|
|
1628
|
-
init(this, options, instance$
|
|
1628
|
+
init(this, options, instance$F, create_fragment$1e, safe_not_equal, { buttonText: 0, isLoading: 1 });
|
|
1629
1629
|
}
|
|
1630
1630
|
};
|
|
1631
|
-
function create_fragment$
|
|
1631
|
+
function create_fragment$1d(ctx) {
|
|
1632
1632
|
let svg;
|
|
1633
1633
|
let path;
|
|
1634
1634
|
return {
|
|
@@ -1657,10 +1657,10 @@ function create_fragment$1a(ctx) {
|
|
|
1657
1657
|
var ErrorIcon = class extends SvelteComponent {
|
|
1658
1658
|
constructor(options) {
|
|
1659
1659
|
super();
|
|
1660
|
-
init(this, options, null, create_fragment$
|
|
1660
|
+
init(this, options, null, create_fragment$1d, safe_not_equal, {});
|
|
1661
1661
|
}
|
|
1662
1662
|
};
|
|
1663
|
-
function create_if_block$
|
|
1663
|
+
function create_if_block$x(ctx) {
|
|
1664
1664
|
let div;
|
|
1665
1665
|
let erroricon;
|
|
1666
1666
|
let t0;
|
|
@@ -1703,7 +1703,7 @@ function create_if_block$w(ctx) {
|
|
|
1703
1703
|
}
|
|
1704
1704
|
};
|
|
1705
1705
|
}
|
|
1706
|
-
function create_fragment$
|
|
1706
|
+
function create_fragment$1c(ctx) {
|
|
1707
1707
|
let div;
|
|
1708
1708
|
let label;
|
|
1709
1709
|
let t0;
|
|
@@ -1715,7 +1715,7 @@ function create_fragment$19(ctx) {
|
|
|
1715
1715
|
let dispose;
|
|
1716
1716
|
let if_block = (
|
|
1717
1717
|
/*inputError*/
|
|
1718
|
-
ctx[2] && create_if_block$
|
|
1718
|
+
ctx[2] && create_if_block$x(ctx)
|
|
1719
1719
|
);
|
|
1720
1720
|
return {
|
|
1721
1721
|
c() {
|
|
@@ -1810,7 +1810,7 @@ function create_fragment$19(ctx) {
|
|
|
1810
1810
|
transition_in(if_block, 1);
|
|
1811
1811
|
}
|
|
1812
1812
|
} else {
|
|
1813
|
-
if_block = create_if_block$
|
|
1813
|
+
if_block = create_if_block$x(ctx2);
|
|
1814
1814
|
if_block.c();
|
|
1815
1815
|
transition_in(if_block, 1);
|
|
1816
1816
|
if_block.m(div, null);
|
|
@@ -1843,7 +1843,7 @@ function create_fragment$19(ctx) {
|
|
|
1843
1843
|
}
|
|
1844
1844
|
};
|
|
1845
1845
|
}
|
|
1846
|
-
function instance$
|
|
1846
|
+
function instance$E($$self, $$props, $$invalidate) {
|
|
1847
1847
|
let $textStore;
|
|
1848
1848
|
component_subscribe($$self, TextStore, ($$value) => $$invalidate(9, $textStore = $$value));
|
|
1849
1849
|
let { emailInputValid = false } = $$props;
|
|
@@ -1892,14 +1892,14 @@ function instance$D($$self, $$props, $$invalidate) {
|
|
|
1892
1892
|
var EmailInput = class extends SvelteComponent {
|
|
1893
1893
|
constructor(options) {
|
|
1894
1894
|
super();
|
|
1895
|
-
init(this, options, instance$
|
|
1895
|
+
init(this, options, instance$E, create_fragment$1c, safe_not_equal, {
|
|
1896
1896
|
emailInputValid: 7,
|
|
1897
1897
|
emailValue: 0,
|
|
1898
1898
|
placeholder: 1
|
|
1899
1899
|
});
|
|
1900
1900
|
}
|
|
1901
1901
|
};
|
|
1902
|
-
function create_fragment$
|
|
1902
|
+
function create_fragment$1b(ctx) {
|
|
1903
1903
|
let svg;
|
|
1904
1904
|
let path;
|
|
1905
1905
|
return {
|
|
@@ -1929,10 +1929,10 @@ function create_fragment$18(ctx) {
|
|
|
1929
1929
|
var EyeIcon = class extends SvelteComponent {
|
|
1930
1930
|
constructor(options) {
|
|
1931
1931
|
super();
|
|
1932
|
-
init(this, options, null, create_fragment$
|
|
1932
|
+
init(this, options, null, create_fragment$1b, safe_not_equal, {});
|
|
1933
1933
|
}
|
|
1934
1934
|
};
|
|
1935
|
-
function create_fragment$
|
|
1935
|
+
function create_fragment$1a(ctx) {
|
|
1936
1936
|
let svg;
|
|
1937
1937
|
let path;
|
|
1938
1938
|
return {
|
|
@@ -1962,7 +1962,7 @@ function create_fragment$17(ctx) {
|
|
|
1962
1962
|
var EyeSlashIcon = class extends SvelteComponent {
|
|
1963
1963
|
constructor(options) {
|
|
1964
1964
|
super();
|
|
1965
|
-
init(this, options, null, create_fragment$
|
|
1965
|
+
init(this, options, null, create_fragment$1a, safe_not_equal, {});
|
|
1966
1966
|
}
|
|
1967
1967
|
};
|
|
1968
1968
|
function create_if_block_2$i(ctx) {
|
|
@@ -2058,7 +2058,7 @@ function create_if_block_1$o(ctx) {
|
|
|
2058
2058
|
}
|
|
2059
2059
|
};
|
|
2060
2060
|
}
|
|
2061
|
-
function create_if_block$
|
|
2061
|
+
function create_if_block$w(ctx) {
|
|
2062
2062
|
let div;
|
|
2063
2063
|
let erroricon;
|
|
2064
2064
|
let t0;
|
|
@@ -2101,7 +2101,7 @@ function create_if_block$v(ctx) {
|
|
|
2101
2101
|
}
|
|
2102
2102
|
};
|
|
2103
2103
|
}
|
|
2104
|
-
function create_fragment$
|
|
2104
|
+
function create_fragment$19(ctx) {
|
|
2105
2105
|
let div3;
|
|
2106
2106
|
let div0;
|
|
2107
2107
|
let label;
|
|
@@ -2135,7 +2135,7 @@ function create_fragment$16(ctx) {
|
|
|
2135
2135
|
if_block1 = if_blocks[current_block_type_index] = if_block_creators[current_block_type_index](ctx);
|
|
2136
2136
|
let if_block2 = (
|
|
2137
2137
|
/*inputError*/
|
|
2138
|
-
ctx[6] && create_if_block$
|
|
2138
|
+
ctx[6] && create_if_block$w(ctx)
|
|
2139
2139
|
);
|
|
2140
2140
|
return {
|
|
2141
2141
|
c() {
|
|
@@ -2296,7 +2296,7 @@ function create_fragment$16(ctx) {
|
|
|
2296
2296
|
transition_in(if_block2, 1);
|
|
2297
2297
|
}
|
|
2298
2298
|
} else {
|
|
2299
|
-
if_block2 = create_if_block$
|
|
2299
|
+
if_block2 = create_if_block$w(ctx2);
|
|
2300
2300
|
if_block2.c();
|
|
2301
2301
|
transition_in(if_block2, 1);
|
|
2302
2302
|
if_block2.m(div3, null);
|
|
@@ -2334,7 +2334,7 @@ function create_fragment$16(ctx) {
|
|
|
2334
2334
|
}
|
|
2335
2335
|
};
|
|
2336
2336
|
}
|
|
2337
|
-
function instance$
|
|
2337
|
+
function instance$D($$self, $$props, $$invalidate) {
|
|
2338
2338
|
let type;
|
|
2339
2339
|
let $textStore;
|
|
2340
2340
|
component_subscribe($$self, TextStore, ($$value) => $$invalidate(15, $textStore = $$value));
|
|
@@ -2408,7 +2408,7 @@ function instance$C($$self, $$props, $$invalidate) {
|
|
|
2408
2408
|
var PasswordInput = class extends SvelteComponent {
|
|
2409
2409
|
constructor(options) {
|
|
2410
2410
|
super();
|
|
2411
|
-
init(this, options, instance$
|
|
2411
|
+
init(this, options, instance$D, create_fragment$19, safe_not_equal, {
|
|
2412
2412
|
showForgotPasswordLabel: 2,
|
|
2413
2413
|
passwordInputValid: 13,
|
|
2414
2414
|
passwordLabel: 3,
|
|
@@ -2418,7 +2418,7 @@ var PasswordInput = class extends SvelteComponent {
|
|
|
2418
2418
|
});
|
|
2419
2419
|
}
|
|
2420
2420
|
};
|
|
2421
|
-
function create_fragment$
|
|
2421
|
+
function create_fragment$18(ctx) {
|
|
2422
2422
|
let svg;
|
|
2423
2423
|
let path;
|
|
2424
2424
|
return {
|
|
@@ -2448,10 +2448,10 @@ function create_fragment$15(ctx) {
|
|
|
2448
2448
|
var SecuredIcon = class extends SvelteComponent {
|
|
2449
2449
|
constructor(options) {
|
|
2450
2450
|
super();
|
|
2451
|
-
init(this, options, null, create_fragment$
|
|
2451
|
+
init(this, options, null, create_fragment$18, safe_not_equal, {});
|
|
2452
2452
|
}
|
|
2453
2453
|
};
|
|
2454
|
-
function create_if_block$
|
|
2454
|
+
function create_if_block$v(ctx) {
|
|
2455
2455
|
let div;
|
|
2456
2456
|
let a;
|
|
2457
2457
|
let securedicon;
|
|
@@ -2492,11 +2492,11 @@ function create_if_block$u(ctx) {
|
|
|
2492
2492
|
}
|
|
2493
2493
|
};
|
|
2494
2494
|
}
|
|
2495
|
-
function create_fragment$
|
|
2495
|
+
function create_fragment$17(ctx) {
|
|
2496
2496
|
let if_block_anchor;
|
|
2497
2497
|
let current;
|
|
2498
2498
|
let if_block = !/*$app*/
|
|
2499
|
-
ctx[0].isPaid && create_if_block$
|
|
2499
|
+
ctx[0].isPaid && create_if_block$v();
|
|
2500
2500
|
return {
|
|
2501
2501
|
c() {
|
|
2502
2502
|
if (if_block)
|
|
@@ -2518,7 +2518,7 @@ function create_fragment$14(ctx) {
|
|
|
2518
2518
|
transition_in(if_block, 1);
|
|
2519
2519
|
}
|
|
2520
2520
|
} else {
|
|
2521
|
-
if_block = create_if_block$
|
|
2521
|
+
if_block = create_if_block$v();
|
|
2522
2522
|
if_block.c();
|
|
2523
2523
|
transition_in(if_block, 1);
|
|
2524
2524
|
if_block.m(if_block_anchor.parentNode, if_block_anchor);
|
|
@@ -2549,7 +2549,7 @@ function create_fragment$14(ctx) {
|
|
|
2549
2549
|
}
|
|
2550
2550
|
};
|
|
2551
2551
|
}
|
|
2552
|
-
function instance$
|
|
2552
|
+
function instance$C($$self, $$props, $$invalidate) {
|
|
2553
2553
|
let $app;
|
|
2554
2554
|
component_subscribe($$self, AppStore, ($$value) => $$invalidate(0, $app = $$value));
|
|
2555
2555
|
return [$app];
|
|
@@ -2557,10 +2557,10 @@ function instance$B($$self, $$props, $$invalidate) {
|
|
|
2557
2557
|
var ModalFooter = class extends SvelteComponent {
|
|
2558
2558
|
constructor(options) {
|
|
2559
2559
|
super();
|
|
2560
|
-
init(this, options, instance$
|
|
2560
|
+
init(this, options, instance$C, create_fragment$17, safe_not_equal, {});
|
|
2561
2561
|
}
|
|
2562
2562
|
};
|
|
2563
|
-
function create_fragment$
|
|
2563
|
+
function create_fragment$16(ctx) {
|
|
2564
2564
|
let svg;
|
|
2565
2565
|
let path;
|
|
2566
2566
|
return {
|
|
@@ -2589,7 +2589,7 @@ function create_fragment$13(ctx) {
|
|
|
2589
2589
|
var EmailIcon = class extends SvelteComponent {
|
|
2590
2590
|
constructor(options) {
|
|
2591
2591
|
super();
|
|
2592
|
-
init(this, options, null, create_fragment$
|
|
2592
|
+
init(this, options, null, create_fragment$16, safe_not_equal, {});
|
|
2593
2593
|
}
|
|
2594
2594
|
};
|
|
2595
2595
|
var PasswordlessStore = writable({
|
|
@@ -2901,7 +2901,7 @@ function create_if_block_3$9(ctx) {
|
|
|
2901
2901
|
}
|
|
2902
2902
|
};
|
|
2903
2903
|
}
|
|
2904
|
-
function create_if_block$
|
|
2904
|
+
function create_if_block$u(ctx) {
|
|
2905
2905
|
let div4;
|
|
2906
2906
|
let div3;
|
|
2907
2907
|
let div0;
|
|
@@ -3285,7 +3285,7 @@ function create_each_block$c(ctx) {
|
|
|
3285
3285
|
}
|
|
3286
3286
|
};
|
|
3287
3287
|
}
|
|
3288
|
-
function create_fragment$
|
|
3288
|
+
function create_fragment$15(ctx) {
|
|
3289
3289
|
let div1;
|
|
3290
3290
|
let t0;
|
|
3291
3291
|
let div0;
|
|
@@ -3357,7 +3357,7 @@ function create_fragment$12(ctx) {
|
|
|
3357
3357
|
let if_block3 = (
|
|
3358
3358
|
/*$app*/
|
|
3359
3359
|
(ctx[7].authProviders.length > 0 || /*$app*/
|
|
3360
|
-
ctx[7].additionalAuthMethods.passwordless.enabled === true) && create_if_block$
|
|
3360
|
+
ctx[7].additionalAuthMethods.passwordless.enabled === true) && create_if_block$u(ctx)
|
|
3361
3361
|
);
|
|
3362
3362
|
modalfooter = new ModalFooter({});
|
|
3363
3363
|
return {
|
|
@@ -3499,7 +3499,7 @@ function create_fragment$12(ctx) {
|
|
|
3499
3499
|
transition_in(if_block3, 1);
|
|
3500
3500
|
}
|
|
3501
3501
|
} else {
|
|
3502
|
-
if_block3 = create_if_block$
|
|
3502
|
+
if_block3 = create_if_block$u(ctx2);
|
|
3503
3503
|
if_block3.c();
|
|
3504
3504
|
transition_in(if_block3, 1);
|
|
3505
3505
|
if_block3.m(div0, null);
|
|
@@ -3551,7 +3551,7 @@ function create_fragment$12(ctx) {
|
|
|
3551
3551
|
}
|
|
3552
3552
|
};
|
|
3553
3553
|
}
|
|
3554
|
-
function instance$
|
|
3554
|
+
function instance$B($$self, $$props, $$invalidate) {
|
|
3555
3555
|
let $PasswordlessStore;
|
|
3556
3556
|
let $app;
|
|
3557
3557
|
let $textStore;
|
|
@@ -3677,7 +3677,7 @@ function instance$A($$self, $$props, $$invalidate) {
|
|
|
3677
3677
|
var LoginModal = class extends SvelteComponent {
|
|
3678
3678
|
constructor(options) {
|
|
3679
3679
|
super();
|
|
3680
|
-
init(this, options, instance$
|
|
3680
|
+
init(this, options, instance$B, create_fragment$15, safe_not_equal, {
|
|
3681
3681
|
closeModal: 1,
|
|
3682
3682
|
display: 0,
|
|
3683
3683
|
onSuccessLogin: 12,
|
|
@@ -3685,7 +3685,7 @@ var LoginModal = class extends SvelteComponent {
|
|
|
3685
3685
|
});
|
|
3686
3686
|
}
|
|
3687
3687
|
};
|
|
3688
|
-
function add_css$
|
|
3688
|
+
function add_css$k(target) {
|
|
3689
3689
|
append_styles(target, "svelte-1w8lbd8", ".rey-was-here.svelte-1w8lbd8{display:none !important}");
|
|
3690
3690
|
}
|
|
3691
3691
|
function get_each_context$b(ctx, list, i) {
|
|
@@ -3988,7 +3988,7 @@ function create_if_block_3$8(ctx) {
|
|
|
3988
3988
|
}
|
|
3989
3989
|
};
|
|
3990
3990
|
}
|
|
3991
|
-
function create_if_block$
|
|
3991
|
+
function create_if_block$t(ctx) {
|
|
3992
3992
|
let div4;
|
|
3993
3993
|
let div3;
|
|
3994
3994
|
let t3;
|
|
@@ -4348,7 +4348,7 @@ function create_each_block$b(ctx) {
|
|
|
4348
4348
|
}
|
|
4349
4349
|
};
|
|
4350
4350
|
}
|
|
4351
|
-
function create_fragment$
|
|
4351
|
+
function create_fragment$14(ctx) {
|
|
4352
4352
|
let div4;
|
|
4353
4353
|
let t0;
|
|
4354
4354
|
let div3;
|
|
@@ -4421,7 +4421,7 @@ function create_fragment$11(ctx) {
|
|
|
4421
4421
|
let if_block3 = (
|
|
4422
4422
|
/*$app*/
|
|
4423
4423
|
(ctx[7].authProviders.length > 0 || /*$app*/
|
|
4424
|
-
ctx[7].additionalAuthMethods.passwordless.enabled === true) && create_if_block$
|
|
4424
|
+
ctx[7].additionalAuthMethods.passwordless.enabled === true) && create_if_block$t(ctx)
|
|
4425
4425
|
);
|
|
4426
4426
|
modalfooter = new ModalFooter({});
|
|
4427
4427
|
return {
|
|
@@ -4634,7 +4634,7 @@ function create_fragment$11(ctx) {
|
|
|
4634
4634
|
transition_in(if_block3, 1);
|
|
4635
4635
|
}
|
|
4636
4636
|
} else {
|
|
4637
|
-
if_block3 = create_if_block$
|
|
4637
|
+
if_block3 = create_if_block$t(ctx2);
|
|
4638
4638
|
if_block3.c();
|
|
4639
4639
|
transition_in(if_block3, 1);
|
|
4640
4640
|
if_block3.m(div3, null);
|
|
@@ -4695,7 +4695,7 @@ function executeCaptcha() {
|
|
|
4695
4695
|
return response;
|
|
4696
4696
|
});
|
|
4697
4697
|
}
|
|
4698
|
-
function instance$
|
|
4698
|
+
function instance$A($$self, $$props, $$invalidate) {
|
|
4699
4699
|
var _a;
|
|
4700
4700
|
let $PasswordlessStore;
|
|
4701
4701
|
let $app;
|
|
@@ -4868,8 +4868,8 @@ var SignupModal = class extends SvelteComponent {
|
|
|
4868
4868
|
init(
|
|
4869
4869
|
this,
|
|
4870
4870
|
options,
|
|
4871
|
-
instance$
|
|
4872
|
-
create_fragment$
|
|
4871
|
+
instance$A,
|
|
4872
|
+
create_fragment$14,
|
|
4873
4873
|
safe_not_equal,
|
|
4874
4874
|
{
|
|
4875
4875
|
closeModal: 1,
|
|
@@ -4877,11 +4877,11 @@ var SignupModal = class extends SvelteComponent {
|
|
|
4877
4877
|
onSuccessSignup: 11,
|
|
4878
4878
|
params: 2
|
|
4879
4879
|
},
|
|
4880
|
-
add_css$
|
|
4880
|
+
add_css$k
|
|
4881
4881
|
);
|
|
4882
4882
|
}
|
|
4883
4883
|
};
|
|
4884
|
-
function create_fragment$
|
|
4884
|
+
function create_fragment$13(ctx) {
|
|
4885
4885
|
let svg;
|
|
4886
4886
|
let path;
|
|
4887
4887
|
return {
|
|
@@ -4910,10 +4910,10 @@ function create_fragment$10(ctx) {
|
|
|
4910
4910
|
var BackIcon = class extends SvelteComponent {
|
|
4911
4911
|
constructor(options) {
|
|
4912
4912
|
super();
|
|
4913
|
-
init(this, options, null, create_fragment$
|
|
4913
|
+
init(this, options, null, create_fragment$13, safe_not_equal, {});
|
|
4914
4914
|
}
|
|
4915
4915
|
};
|
|
4916
|
-
function create_fragment
|
|
4916
|
+
function create_fragment$12(ctx) {
|
|
4917
4917
|
let div4;
|
|
4918
4918
|
let div0;
|
|
4919
4919
|
let button;
|
|
@@ -5108,7 +5108,7 @@ function create_fragment$$(ctx) {
|
|
|
5108
5108
|
}
|
|
5109
5109
|
};
|
|
5110
5110
|
}
|
|
5111
|
-
function instance$
|
|
5111
|
+
function instance$z($$self, $$props, $$invalidate) {
|
|
5112
5112
|
let $textStore;
|
|
5113
5113
|
component_subscribe($$self, TextStore, ($$value) => $$invalidate(9, $textStore = $$value));
|
|
5114
5114
|
let text2 = $textStore.text;
|
|
@@ -5161,10 +5161,10 @@ function instance$y($$self, $$props, $$invalidate) {
|
|
|
5161
5161
|
var PassResetModal = class extends SvelteComponent {
|
|
5162
5162
|
constructor(options) {
|
|
5163
5163
|
super();
|
|
5164
|
-
init(this, options, instance$
|
|
5164
|
+
init(this, options, instance$z, create_fragment$12, safe_not_equal, { closeModal: 5, display: 0 });
|
|
5165
5165
|
}
|
|
5166
5166
|
};
|
|
5167
|
-
function create_if_block$
|
|
5167
|
+
function create_if_block$s(ctx) {
|
|
5168
5168
|
let div;
|
|
5169
5169
|
let erroricon;
|
|
5170
5170
|
let t;
|
|
@@ -5200,7 +5200,7 @@ function create_if_block$r(ctx) {
|
|
|
5200
5200
|
}
|
|
5201
5201
|
};
|
|
5202
5202
|
}
|
|
5203
|
-
function create_fragment$
|
|
5203
|
+
function create_fragment$11(ctx) {
|
|
5204
5204
|
let div3;
|
|
5205
5205
|
let div0;
|
|
5206
5206
|
let button;
|
|
@@ -5238,7 +5238,7 @@ function create_fragment$_(ctx) {
|
|
|
5238
5238
|
});
|
|
5239
5239
|
figureelement = new FigureElement({});
|
|
5240
5240
|
let if_block = !/*tokenInputValid*/
|
|
5241
|
-
ctx[3] && create_if_block$
|
|
5241
|
+
ctx[3] && create_if_block$s();
|
|
5242
5242
|
function passwordinput_passwordInputValid_binding(value) {
|
|
5243
5243
|
ctx[9](value);
|
|
5244
5244
|
}
|
|
@@ -5386,7 +5386,7 @@ function create_fragment$_(ctx) {
|
|
|
5386
5386
|
transition_in(if_block, 1);
|
|
5387
5387
|
}
|
|
5388
5388
|
} else {
|
|
5389
|
-
if_block = create_if_block$
|
|
5389
|
+
if_block = create_if_block$s();
|
|
5390
5390
|
if_block.c();
|
|
5391
5391
|
transition_in(if_block, 1);
|
|
5392
5392
|
if_block.m(div1, null);
|
|
@@ -5452,7 +5452,7 @@ function create_fragment$_(ctx) {
|
|
|
5452
5452
|
}
|
|
5453
5453
|
};
|
|
5454
5454
|
}
|
|
5455
|
-
function instance$
|
|
5455
|
+
function instance$y($$self, $$props, $$invalidate) {
|
|
5456
5456
|
let $textStore;
|
|
5457
5457
|
component_subscribe($$self, TextStore, ($$value) => $$invalidate(10, $textStore = $$value));
|
|
5458
5458
|
let text2 = $textStore.text;
|
|
@@ -5549,14 +5549,14 @@ function instance$x($$self, $$props, $$invalidate) {
|
|
|
5549
5549
|
var PassTokenModal = class extends SvelteComponent {
|
|
5550
5550
|
constructor(options) {
|
|
5551
5551
|
super();
|
|
5552
|
-
init(this, options, instance$
|
|
5552
|
+
init(this, options, instance$y, create_fragment$11, safe_not_equal, {
|
|
5553
5553
|
closeModal: 1,
|
|
5554
5554
|
display: 0,
|
|
5555
5555
|
onSuccessPasswordReset: 7
|
|
5556
5556
|
});
|
|
5557
5557
|
}
|
|
5558
5558
|
};
|
|
5559
|
-
function create_fragment$
|
|
5559
|
+
function create_fragment$10(ctx) {
|
|
5560
5560
|
let div2;
|
|
5561
5561
|
let div0;
|
|
5562
5562
|
let t0;
|
|
@@ -5652,7 +5652,7 @@ function create_fragment$Z(ctx) {
|
|
|
5652
5652
|
}
|
|
5653
5653
|
};
|
|
5654
5654
|
}
|
|
5655
|
-
function instance$
|
|
5655
|
+
function instance$x($$self, $$props, $$invalidate) {
|
|
5656
5656
|
let { closeModal } = $$props;
|
|
5657
5657
|
$$self.$$set = ($$props2) => {
|
|
5658
5658
|
if ("closeModal" in $$props2)
|
|
@@ -5663,7 +5663,7 @@ function instance$w($$self, $$props, $$invalidate) {
|
|
|
5663
5663
|
var PassSuccessModal = class extends SvelteComponent {
|
|
5664
5664
|
constructor(options) {
|
|
5665
5665
|
super();
|
|
5666
|
-
init(this, options, instance$
|
|
5666
|
+
init(this, options, instance$x, create_fragment$10, safe_not_equal, { closeModal: 0 });
|
|
5667
5667
|
}
|
|
5668
5668
|
};
|
|
5669
5669
|
function create_else_block_1$5(ctx) {
|
|
@@ -5796,7 +5796,7 @@ function create_if_block_1$l(ctx) {
|
|
|
5796
5796
|
}
|
|
5797
5797
|
};
|
|
5798
5798
|
}
|
|
5799
|
-
function create_if_block$
|
|
5799
|
+
function create_if_block$r(ctx) {
|
|
5800
5800
|
let div;
|
|
5801
5801
|
let erroricon;
|
|
5802
5802
|
let t;
|
|
@@ -5832,7 +5832,7 @@ function create_if_block$q(ctx) {
|
|
|
5832
5832
|
}
|
|
5833
5833
|
};
|
|
5834
5834
|
}
|
|
5835
|
-
function create_fragment
|
|
5835
|
+
function create_fragment$$(ctx) {
|
|
5836
5836
|
let div3;
|
|
5837
5837
|
let div0;
|
|
5838
5838
|
let current_block_type_index;
|
|
@@ -5889,7 +5889,7 @@ function create_fragment$Y(ctx) {
|
|
|
5889
5889
|
let current_block_type = select_block_type_1(ctx);
|
|
5890
5890
|
let if_block1 = current_block_type(ctx);
|
|
5891
5891
|
let if_block2 = !/*tokenInputValid*/
|
|
5892
|
-
ctx[3] && create_if_block$
|
|
5892
|
+
ctx[3] && create_if_block$r();
|
|
5893
5893
|
submitbutton = new SubmitButton({
|
|
5894
5894
|
props: {
|
|
5895
5895
|
buttonText: (
|
|
@@ -6035,7 +6035,7 @@ function create_fragment$Y(ctx) {
|
|
|
6035
6035
|
transition_in(if_block2, 1);
|
|
6036
6036
|
}
|
|
6037
6037
|
} else {
|
|
6038
|
-
if_block2 = create_if_block$
|
|
6038
|
+
if_block2 = create_if_block$r();
|
|
6039
6039
|
if_block2.c();
|
|
6040
6040
|
transition_in(if_block2, 1);
|
|
6041
6041
|
if_block2.m(div1, null);
|
|
@@ -6090,7 +6090,7 @@ function create_fragment$Y(ctx) {
|
|
|
6090
6090
|
}
|
|
6091
6091
|
};
|
|
6092
6092
|
}
|
|
6093
|
-
function instance$
|
|
6093
|
+
function instance$w($$self, $$props, $$invalidate) {
|
|
6094
6094
|
let $PasswordlessStore;
|
|
6095
6095
|
let $textStore;
|
|
6096
6096
|
component_subscribe($$self, PasswordlessStore, ($$value) => $$invalidate(4, $PasswordlessStore = $$value));
|
|
@@ -6210,7 +6210,7 @@ function instance$v($$self, $$props, $$invalidate) {
|
|
|
6210
6210
|
var PasswordlessTokenModal = class extends SvelteComponent {
|
|
6211
6211
|
constructor(options) {
|
|
6212
6212
|
super();
|
|
6213
|
-
init(this, options, instance$
|
|
6213
|
+
init(this, options, instance$w, create_fragment$$, safe_not_equal, {
|
|
6214
6214
|
closeModal: 1,
|
|
6215
6215
|
display: 0,
|
|
6216
6216
|
onSuccessPasswordlessToken: 7,
|
|
@@ -6218,7 +6218,7 @@ var PasswordlessTokenModal = class extends SvelteComponent {
|
|
|
6218
6218
|
});
|
|
6219
6219
|
}
|
|
6220
6220
|
};
|
|
6221
|
-
function create_fragment$
|
|
6221
|
+
function create_fragment$_(ctx) {
|
|
6222
6222
|
let svg;
|
|
6223
6223
|
let path;
|
|
6224
6224
|
return {
|
|
@@ -6247,10 +6247,10 @@ function create_fragment$X(ctx) {
|
|
|
6247
6247
|
var ProfileIcon = class extends SvelteComponent {
|
|
6248
6248
|
constructor(options) {
|
|
6249
6249
|
super();
|
|
6250
|
-
init(this, options, null, create_fragment$
|
|
6250
|
+
init(this, options, null, create_fragment$_, safe_not_equal, {});
|
|
6251
6251
|
}
|
|
6252
6252
|
};
|
|
6253
|
-
function create_fragment$
|
|
6253
|
+
function create_fragment$Z(ctx) {
|
|
6254
6254
|
let svg;
|
|
6255
6255
|
let path;
|
|
6256
6256
|
return {
|
|
@@ -6279,10 +6279,10 @@ function create_fragment$W(ctx) {
|
|
|
6279
6279
|
var SecurityIcon = class extends SvelteComponent {
|
|
6280
6280
|
constructor(options) {
|
|
6281
6281
|
super();
|
|
6282
|
-
init(this, options, null, create_fragment$
|
|
6282
|
+
init(this, options, null, create_fragment$Z, safe_not_equal, {});
|
|
6283
6283
|
}
|
|
6284
6284
|
};
|
|
6285
|
-
function create_fragment$
|
|
6285
|
+
function create_fragment$Y(ctx) {
|
|
6286
6286
|
let svg;
|
|
6287
6287
|
let path;
|
|
6288
6288
|
return {
|
|
@@ -6311,10 +6311,10 @@ function create_fragment$V(ctx) {
|
|
|
6311
6311
|
var LinkOutIcon = class extends SvelteComponent {
|
|
6312
6312
|
constructor(options) {
|
|
6313
6313
|
super();
|
|
6314
|
-
init(this, options, null, create_fragment$
|
|
6314
|
+
init(this, options, null, create_fragment$Y, safe_not_equal, {});
|
|
6315
6315
|
}
|
|
6316
6316
|
};
|
|
6317
|
-
function create_fragment$
|
|
6317
|
+
function create_fragment$X(ctx) {
|
|
6318
6318
|
let svg;
|
|
6319
6319
|
let path;
|
|
6320
6320
|
return {
|
|
@@ -6345,10 +6345,10 @@ function create_fragment$U(ctx) {
|
|
|
6345
6345
|
var LogoutIcon = class extends SvelteComponent {
|
|
6346
6346
|
constructor(options) {
|
|
6347
6347
|
super();
|
|
6348
|
-
init(this, options, null, create_fragment$
|
|
6348
|
+
init(this, options, null, create_fragment$X, safe_not_equal, {});
|
|
6349
6349
|
}
|
|
6350
6350
|
};
|
|
6351
|
-
function create_fragment$
|
|
6351
|
+
function create_fragment$W(ctx) {
|
|
6352
6352
|
let svg;
|
|
6353
6353
|
let path;
|
|
6354
6354
|
return {
|
|
@@ -6377,7 +6377,7 @@ function create_fragment$T(ctx) {
|
|
|
6377
6377
|
var PlansIcon = class extends SvelteComponent {
|
|
6378
6378
|
constructor(options) {
|
|
6379
6379
|
super();
|
|
6380
|
-
init(this, options, null, create_fragment$
|
|
6380
|
+
init(this, options, null, create_fragment$W, safe_not_equal, {});
|
|
6381
6381
|
}
|
|
6382
6382
|
};
|
|
6383
6383
|
function create_if_block_1$k(ctx) {
|
|
@@ -6447,7 +6447,7 @@ function create_if_block_1$k(ctx) {
|
|
|
6447
6447
|
}
|
|
6448
6448
|
};
|
|
6449
6449
|
}
|
|
6450
|
-
function create_if_block$
|
|
6450
|
+
function create_if_block$q(ctx) {
|
|
6451
6451
|
let button;
|
|
6452
6452
|
let plansicon;
|
|
6453
6453
|
let t;
|
|
@@ -6514,7 +6514,7 @@ function create_if_block$p(ctx) {
|
|
|
6514
6514
|
}
|
|
6515
6515
|
};
|
|
6516
6516
|
}
|
|
6517
|
-
function create_fragment$
|
|
6517
|
+
function create_fragment$V(ctx) {
|
|
6518
6518
|
let t0;
|
|
6519
6519
|
let button0;
|
|
6520
6520
|
let securityicon;
|
|
@@ -6534,7 +6534,7 @@ function create_fragment$S(ctx) {
|
|
|
6534
6534
|
let if_block0 = !/*hideProfileSection*/
|
|
6535
6535
|
ctx[1] && create_if_block_1$k(ctx);
|
|
6536
6536
|
securityicon = new SecurityIcon({});
|
|
6537
|
-
let if_block1 = show_if && create_if_block$
|
|
6537
|
+
let if_block1 = show_if && create_if_block$q(ctx);
|
|
6538
6538
|
logouticon = new LogoutIcon({});
|
|
6539
6539
|
return {
|
|
6540
6540
|
c() {
|
|
@@ -6669,7 +6669,7 @@ function create_fragment$S(ctx) {
|
|
|
6669
6669
|
}
|
|
6670
6670
|
};
|
|
6671
6671
|
}
|
|
6672
|
-
function instance$
|
|
6672
|
+
function instance$v($$self, $$props, $$invalidate) {
|
|
6673
6673
|
let { member } = $$props;
|
|
6674
6674
|
let { onSuccessLogout } = $$props;
|
|
6675
6675
|
let { displayProfile } = $$props;
|
|
@@ -6733,7 +6733,7 @@ function instance$u($$self, $$props, $$invalidate) {
|
|
|
6733
6733
|
var ProfileModalNav = class extends SvelteComponent {
|
|
6734
6734
|
constructor(options) {
|
|
6735
6735
|
super();
|
|
6736
|
-
init(this, options, instance$
|
|
6736
|
+
init(this, options, instance$v, create_fragment$V, safe_not_equal, {
|
|
6737
6737
|
member: 4,
|
|
6738
6738
|
onSuccessLogout: 5,
|
|
6739
6739
|
displayProfile: 0,
|
|
@@ -6742,7 +6742,7 @@ var ProfileModalNav = class extends SvelteComponent {
|
|
|
6742
6742
|
});
|
|
6743
6743
|
}
|
|
6744
6744
|
};
|
|
6745
|
-
function create_fragment$
|
|
6745
|
+
function create_fragment$U(ctx) {
|
|
6746
6746
|
let svg;
|
|
6747
6747
|
let path;
|
|
6748
6748
|
return {
|
|
@@ -6773,10 +6773,10 @@ function create_fragment$R(ctx) {
|
|
|
6773
6773
|
var ProfileDefaultImage = class extends SvelteComponent {
|
|
6774
6774
|
constructor(options) {
|
|
6775
6775
|
super();
|
|
6776
|
-
init(this, options, null, create_fragment$
|
|
6776
|
+
init(this, options, null, create_fragment$U, safe_not_equal, {});
|
|
6777
6777
|
}
|
|
6778
6778
|
};
|
|
6779
|
-
function create_fragment$
|
|
6779
|
+
function create_fragment$T(ctx) {
|
|
6780
6780
|
let svg;
|
|
6781
6781
|
let g;
|
|
6782
6782
|
let path0;
|
|
@@ -6821,7 +6821,7 @@ function create_fragment$Q(ctx) {
|
|
|
6821
6821
|
var UploadIcon = class extends SvelteComponent {
|
|
6822
6822
|
constructor(options) {
|
|
6823
6823
|
super();
|
|
6824
|
-
init(this, options, null, create_fragment$
|
|
6824
|
+
init(this, options, null, create_fragment$T, safe_not_equal, {});
|
|
6825
6825
|
}
|
|
6826
6826
|
};
|
|
6827
6827
|
function get_each_context$a(ctx, list, i) {
|
|
@@ -6918,7 +6918,7 @@ function create_if_block_1$j(ctx) {
|
|
|
6918
6918
|
}
|
|
6919
6919
|
};
|
|
6920
6920
|
}
|
|
6921
|
-
function create_if_block$
|
|
6921
|
+
function create_if_block$p(ctx) {
|
|
6922
6922
|
let div1;
|
|
6923
6923
|
let div0;
|
|
6924
6924
|
let label;
|
|
@@ -7047,7 +7047,7 @@ function create_each_block$a(ctx) {
|
|
|
7047
7047
|
let if_block_anchor;
|
|
7048
7048
|
let if_block = (
|
|
7049
7049
|
/*customField*/
|
|
7050
|
-
ctx[10].hidden !== true && create_if_block$
|
|
7050
|
+
ctx[10].hidden !== true && create_if_block$p(ctx)
|
|
7051
7051
|
);
|
|
7052
7052
|
return {
|
|
7053
7053
|
c() {
|
|
@@ -7068,7 +7068,7 @@ function create_each_block$a(ctx) {
|
|
|
7068
7068
|
if (if_block) {
|
|
7069
7069
|
if_block.p(ctx2, dirty);
|
|
7070
7070
|
} else {
|
|
7071
|
-
if_block = create_if_block$
|
|
7071
|
+
if_block = create_if_block$p(ctx2);
|
|
7072
7072
|
if_block.c();
|
|
7073
7073
|
if_block.m(if_block_anchor.parentNode, if_block_anchor);
|
|
7074
7074
|
}
|
|
@@ -7085,7 +7085,7 @@ function create_each_block$a(ctx) {
|
|
|
7085
7085
|
}
|
|
7086
7086
|
};
|
|
7087
7087
|
}
|
|
7088
|
-
function create_fragment$
|
|
7088
|
+
function create_fragment$S(ctx) {
|
|
7089
7089
|
let div1;
|
|
7090
7090
|
let h2;
|
|
7091
7091
|
let t1;
|
|
@@ -7303,7 +7303,7 @@ function create_fragment$P(ctx) {
|
|
|
7303
7303
|
}
|
|
7304
7304
|
};
|
|
7305
7305
|
}
|
|
7306
|
-
function instance$
|
|
7306
|
+
function instance$u($$self, $$props, $$invalidate) {
|
|
7307
7307
|
let { customFields } = $$props;
|
|
7308
7308
|
let { member } = $$props;
|
|
7309
7309
|
let { profileLoader } = $$props;
|
|
@@ -7406,14 +7406,14 @@ function instance$t($$self, $$props, $$invalidate) {
|
|
|
7406
7406
|
var ProfileInfoContent = class extends SvelteComponent {
|
|
7407
7407
|
constructor(options) {
|
|
7408
7408
|
super();
|
|
7409
|
-
init(this, options, instance$
|
|
7409
|
+
init(this, options, instance$u, create_fragment$S, safe_not_equal, {
|
|
7410
7410
|
customFields: 1,
|
|
7411
7411
|
member: 0,
|
|
7412
7412
|
profileLoader: 5
|
|
7413
7413
|
});
|
|
7414
7414
|
}
|
|
7415
7415
|
};
|
|
7416
|
-
function create_fragment$
|
|
7416
|
+
function create_fragment$R(ctx) {
|
|
7417
7417
|
let svg;
|
|
7418
7418
|
let path;
|
|
7419
7419
|
return {
|
|
@@ -7442,7 +7442,7 @@ function create_fragment$O(ctx) {
|
|
|
7442
7442
|
var PasswordLockIcon = class extends SvelteComponent {
|
|
7443
7443
|
constructor(options) {
|
|
7444
7444
|
super();
|
|
7445
|
-
init(this, options, null, create_fragment$
|
|
7445
|
+
init(this, options, null, create_fragment$R, safe_not_equal, {});
|
|
7446
7446
|
}
|
|
7447
7447
|
};
|
|
7448
7448
|
function get_each_context$9(ctx, list, i) {
|
|
@@ -7480,7 +7480,7 @@ function create_if_block_2$d(ctx) {
|
|
|
7480
7480
|
}
|
|
7481
7481
|
};
|
|
7482
7482
|
}
|
|
7483
|
-
function create_if_block$
|
|
7483
|
+
function create_if_block$o(ctx) {
|
|
7484
7484
|
let p;
|
|
7485
7485
|
let t1;
|
|
7486
7486
|
let div;
|
|
@@ -7759,7 +7759,7 @@ function create_each_block$9(key_1, ctx) {
|
|
|
7759
7759
|
}
|
|
7760
7760
|
};
|
|
7761
7761
|
}
|
|
7762
|
-
function create_fragment$
|
|
7762
|
+
function create_fragment$Q(ctx) {
|
|
7763
7763
|
let div1;
|
|
7764
7764
|
let h2;
|
|
7765
7765
|
let t1;
|
|
@@ -7819,7 +7819,7 @@ function create_fragment$N(ctx) {
|
|
|
7819
7819
|
let if_block0 = current_block_type(ctx);
|
|
7820
7820
|
let if_block1 = (
|
|
7821
7821
|
/*$app*/
|
|
7822
|
-
ctx[4].authProviders.length > 0 && create_if_block$
|
|
7822
|
+
ctx[4].authProviders.length > 0 && create_if_block$o(ctx)
|
|
7823
7823
|
);
|
|
7824
7824
|
return {
|
|
7825
7825
|
c() {
|
|
@@ -7945,7 +7945,7 @@ function create_fragment$N(ctx) {
|
|
|
7945
7945
|
if (if_block1) {
|
|
7946
7946
|
if_block1.p(ctx2, dirty);
|
|
7947
7947
|
} else {
|
|
7948
|
-
if_block1 = create_if_block$
|
|
7948
|
+
if_block1 = create_if_block$o(ctx2);
|
|
7949
7949
|
if_block1.c();
|
|
7950
7950
|
if_block1.m(if_block1_anchor.parentNode, if_block1_anchor);
|
|
7951
7951
|
}
|
|
@@ -7991,7 +7991,7 @@ function create_fragment$N(ctx) {
|
|
|
7991
7991
|
}
|
|
7992
7992
|
};
|
|
7993
7993
|
}
|
|
7994
|
-
function instance$
|
|
7994
|
+
function instance$t($$self, $$props, $$invalidate) {
|
|
7995
7995
|
let $app;
|
|
7996
7996
|
component_subscribe($$self, AppStore, ($$value) => $$invalidate(4, $app = $$value));
|
|
7997
7997
|
let { displayProfile } = $$props;
|
|
@@ -8100,7 +8100,7 @@ function instance$s($$self, $$props, $$invalidate) {
|
|
|
8100
8100
|
var SecurityInfoContent = class extends SvelteComponent {
|
|
8101
8101
|
constructor(options) {
|
|
8102
8102
|
super();
|
|
8103
|
-
init(this, options, instance$
|
|
8103
|
+
init(this, options, instance$t, create_fragment$Q, safe_not_equal, {
|
|
8104
8104
|
displayProfile: 0,
|
|
8105
8105
|
member: 1,
|
|
8106
8106
|
emailValue: 2,
|
|
@@ -8138,7 +8138,7 @@ function create_if_block_1$h(ctx) {
|
|
|
8138
8138
|
}
|
|
8139
8139
|
};
|
|
8140
8140
|
}
|
|
8141
|
-
function create_if_block$
|
|
8141
|
+
function create_if_block$n(ctx) {
|
|
8142
8142
|
let passwordinput;
|
|
8143
8143
|
let updating_passwordValue;
|
|
8144
8144
|
let updating_passwordInputValid;
|
|
@@ -8211,7 +8211,7 @@ function create_if_block$m(ctx) {
|
|
|
8211
8211
|
}
|
|
8212
8212
|
};
|
|
8213
8213
|
}
|
|
8214
|
-
function create_fragment$
|
|
8214
|
+
function create_fragment$P(ctx) {
|
|
8215
8215
|
let div3;
|
|
8216
8216
|
let div1;
|
|
8217
8217
|
let div0;
|
|
@@ -8248,7 +8248,7 @@ function create_fragment$M(ctx) {
|
|
|
8248
8248
|
let if_block0 = current_block_type(ctx);
|
|
8249
8249
|
let if_block1 = (
|
|
8250
8250
|
/*member*/
|
|
8251
|
-
ctx[1].auth.hasPassword && create_if_block$
|
|
8251
|
+
ctx[1].auth.hasPassword && create_if_block$n(ctx)
|
|
8252
8252
|
);
|
|
8253
8253
|
function passwordinput0_passwordValue_binding(value) {
|
|
8254
8254
|
ctx[13](value);
|
|
@@ -8414,7 +8414,7 @@ function create_fragment$M(ctx) {
|
|
|
8414
8414
|
transition_in(if_block1, 1);
|
|
8415
8415
|
}
|
|
8416
8416
|
} else {
|
|
8417
|
-
if_block1 = create_if_block$
|
|
8417
|
+
if_block1 = create_if_block$n(ctx2);
|
|
8418
8418
|
if_block1.c();
|
|
8419
8419
|
transition_in(if_block1, 1);
|
|
8420
8420
|
if_block1.m(form, t4);
|
|
@@ -8493,7 +8493,7 @@ function create_fragment$M(ctx) {
|
|
|
8493
8493
|
}
|
|
8494
8494
|
};
|
|
8495
8495
|
}
|
|
8496
|
-
function instance$
|
|
8496
|
+
function instance$s($$self, $$props, $$invalidate) {
|
|
8497
8497
|
let { displayProfile } = $$props;
|
|
8498
8498
|
let { profileLoader } = $$props;
|
|
8499
8499
|
let { member } = $$props;
|
|
@@ -8590,7 +8590,7 @@ function instance$r($$self, $$props, $$invalidate) {
|
|
|
8590
8590
|
var PasswordInfoContent = class extends SvelteComponent {
|
|
8591
8591
|
constructor(options) {
|
|
8592
8592
|
super();
|
|
8593
|
-
init(this, options, instance$
|
|
8593
|
+
init(this, options, instance$s, create_fragment$P, safe_not_equal, {
|
|
8594
8594
|
displayProfile: 0,
|
|
8595
8595
|
profileLoader: 9,
|
|
8596
8596
|
member: 1
|
|
@@ -8630,7 +8630,7 @@ function slide(node, { delay = 0, duration = 400, easing = cubicOut, axis = "y"
|
|
|
8630
8630
|
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;`
|
|
8631
8631
|
};
|
|
8632
8632
|
}
|
|
8633
|
-
function create_fragment$
|
|
8633
|
+
function create_fragment$O(ctx) {
|
|
8634
8634
|
let div;
|
|
8635
8635
|
let loadingicon;
|
|
8636
8636
|
let div_transition;
|
|
@@ -8680,10 +8680,10 @@ function create_fragment$L(ctx) {
|
|
|
8680
8680
|
var ProfileLoader = class extends SvelteComponent {
|
|
8681
8681
|
constructor(options) {
|
|
8682
8682
|
super();
|
|
8683
|
-
init(this, options, null, create_fragment$
|
|
8683
|
+
init(this, options, null, create_fragment$O, safe_not_equal, {});
|
|
8684
8684
|
}
|
|
8685
8685
|
};
|
|
8686
|
-
function create_fragment$
|
|
8686
|
+
function create_fragment$N(ctx) {
|
|
8687
8687
|
let button;
|
|
8688
8688
|
let switch_instance0;
|
|
8689
8689
|
let t0;
|
|
@@ -8849,7 +8849,7 @@ function create_fragment$K(ctx) {
|
|
|
8849
8849
|
}
|
|
8850
8850
|
};
|
|
8851
8851
|
}
|
|
8852
|
-
function instance$
|
|
8852
|
+
function instance$r($$self, $$props, $$invalidate) {
|
|
8853
8853
|
const omit_props_names = ["buttonText", "buttonRightIcon", "buttonLeftIcon", "onClick"];
|
|
8854
8854
|
let $$restProps = compute_rest_props($$props, omit_props_names);
|
|
8855
8855
|
let $app;
|
|
@@ -8880,7 +8880,7 @@ function instance$q($$self, $$props, $$invalidate) {
|
|
|
8880
8880
|
var RegularButton = class extends SvelteComponent {
|
|
8881
8881
|
constructor(options) {
|
|
8882
8882
|
super();
|
|
8883
|
-
init(this, options, instance$
|
|
8883
|
+
init(this, options, instance$r, create_fragment$N, safe_not_equal, {
|
|
8884
8884
|
buttonText: 0,
|
|
8885
8885
|
buttonRightIcon: 1,
|
|
8886
8886
|
buttonLeftIcon: 2,
|
|
@@ -8888,7 +8888,7 @@ var RegularButton = class extends SvelteComponent {
|
|
|
8888
8888
|
});
|
|
8889
8889
|
}
|
|
8890
8890
|
};
|
|
8891
|
-
function create_fragment$
|
|
8891
|
+
function create_fragment$M(ctx) {
|
|
8892
8892
|
let button;
|
|
8893
8893
|
let t;
|
|
8894
8894
|
let button_class_value;
|
|
@@ -8958,7 +8958,7 @@ function create_fragment$J(ctx) {
|
|
|
8958
8958
|
}
|
|
8959
8959
|
};
|
|
8960
8960
|
}
|
|
8961
|
-
function instance$
|
|
8961
|
+
function instance$q($$self, $$props, $$invalidate) {
|
|
8962
8962
|
const omit_props_names = ["buttonText", "onClick"];
|
|
8963
8963
|
let $$restProps = compute_rest_props($$props, omit_props_names);
|
|
8964
8964
|
let $app;
|
|
@@ -8983,7 +8983,7 @@ function instance$p($$self, $$props, $$invalidate) {
|
|
|
8983
8983
|
var TextButton = class extends SvelteComponent {
|
|
8984
8984
|
constructor(options) {
|
|
8985
8985
|
super();
|
|
8986
|
-
init(this, options, instance$
|
|
8986
|
+
init(this, options, instance$q, create_fragment$M, safe_not_equal, { buttonText: 0, onClick: 1 });
|
|
8987
8987
|
}
|
|
8988
8988
|
};
|
|
8989
8989
|
function get_each_context$8(ctx, list, i) {
|
|
@@ -9210,7 +9210,7 @@ function create_each_block$8(ctx) {
|
|
|
9210
9210
|
}
|
|
9211
9211
|
};
|
|
9212
9212
|
}
|
|
9213
|
-
function create_if_block$
|
|
9213
|
+
function create_if_block$m(ctx) {
|
|
9214
9214
|
let div;
|
|
9215
9215
|
return {
|
|
9216
9216
|
c() {
|
|
@@ -9226,7 +9226,7 @@ function create_if_block$l(ctx) {
|
|
|
9226
9226
|
}
|
|
9227
9227
|
};
|
|
9228
9228
|
}
|
|
9229
|
-
function create_fragment$
|
|
9229
|
+
function create_fragment$L(ctx) {
|
|
9230
9230
|
let div;
|
|
9231
9231
|
let t1;
|
|
9232
9232
|
let t2;
|
|
@@ -9243,7 +9243,7 @@ function create_fragment$I(ctx) {
|
|
|
9243
9243
|
);
|
|
9244
9244
|
let if_block2 = !/*member*/
|
|
9245
9245
|
ctx[0].stripeCustomerId && /*freePlanConnections*/
|
|
9246
|
-
ctx[1].length === 0 && create_if_block$
|
|
9246
|
+
ctx[1].length === 0 && create_if_block$m();
|
|
9247
9247
|
return {
|
|
9248
9248
|
c() {
|
|
9249
9249
|
div = element("div");
|
|
@@ -9327,7 +9327,7 @@ function create_fragment$I(ctx) {
|
|
|
9327
9327
|
if (if_block2)
|
|
9328
9328
|
;
|
|
9329
9329
|
else {
|
|
9330
|
-
if_block2 = create_if_block$
|
|
9330
|
+
if_block2 = create_if_block$m();
|
|
9331
9331
|
if_block2.c();
|
|
9332
9332
|
if_block2.m(if_block2_anchor.parentNode, if_block2_anchor);
|
|
9333
9333
|
}
|
|
@@ -9368,7 +9368,7 @@ function create_fragment$I(ctx) {
|
|
|
9368
9368
|
}
|
|
9369
9369
|
};
|
|
9370
9370
|
}
|
|
9371
|
-
function instance$
|
|
9371
|
+
function instance$p($$self, $$props, $$invalidate) {
|
|
9372
9372
|
let freePlanConnections;
|
|
9373
9373
|
let $app;
|
|
9374
9374
|
component_subscribe($$self, AppStore, ($$value) => $$invalidate(2, $app = $$value));
|
|
@@ -9422,7 +9422,7 @@ function instance$o($$self, $$props, $$invalidate) {
|
|
|
9422
9422
|
var PlansInfoContent = class extends SvelteComponent {
|
|
9423
9423
|
constructor(options) {
|
|
9424
9424
|
super();
|
|
9425
|
-
init(this, options, instance$
|
|
9425
|
+
init(this, options, instance$p, create_fragment$L, safe_not_equal, { profileLoader: 5, member: 0 });
|
|
9426
9426
|
}
|
|
9427
9427
|
};
|
|
9428
9428
|
function create_if_block_4$5(ctx) {
|
|
@@ -9700,7 +9700,7 @@ function create_if_block_1$f(ctx) {
|
|
|
9700
9700
|
}
|
|
9701
9701
|
};
|
|
9702
9702
|
}
|
|
9703
|
-
function create_if_block$
|
|
9703
|
+
function create_if_block$l(ctx) {
|
|
9704
9704
|
let profileinfocontent;
|
|
9705
9705
|
let updating_member;
|
|
9706
9706
|
let updating_profileLoader;
|
|
@@ -9779,7 +9779,7 @@ function create_if_block$k(ctx) {
|
|
|
9779
9779
|
}
|
|
9780
9780
|
};
|
|
9781
9781
|
}
|
|
9782
|
-
function create_fragment$
|
|
9782
|
+
function create_fragment$K(ctx) {
|
|
9783
9783
|
let div5;
|
|
9784
9784
|
let div1;
|
|
9785
9785
|
let div0;
|
|
@@ -9856,7 +9856,7 @@ function create_fragment$H(ctx) {
|
|
|
9856
9856
|
/*profileLoader*/
|
|
9857
9857
|
ctx[4] && create_if_block_4$5()
|
|
9858
9858
|
);
|
|
9859
|
-
const if_block_creators = [create_if_block$
|
|
9859
|
+
const if_block_creators = [create_if_block$l, create_if_block_1$f, create_if_block_2$b, create_if_block_3$7];
|
|
9860
9860
|
const if_blocks = [];
|
|
9861
9861
|
function select_block_type(ctx2, dirty) {
|
|
9862
9862
|
if (
|
|
@@ -10058,7 +10058,7 @@ function create_fragment$H(ctx) {
|
|
|
10058
10058
|
};
|
|
10059
10059
|
}
|
|
10060
10060
|
var hideProfileSection = false;
|
|
10061
|
-
function instance$
|
|
10061
|
+
function instance$o($$self, $$props, $$invalidate) {
|
|
10062
10062
|
let $app;
|
|
10063
10063
|
component_subscribe($$self, AppStore, ($$value) => $$invalidate(5, $app = $$value));
|
|
10064
10064
|
let { onSuccessLogout } = $$props;
|
|
@@ -10153,7 +10153,7 @@ function instance$n($$self, $$props, $$invalidate) {
|
|
|
10153
10153
|
var ProfileModal = class extends SvelteComponent {
|
|
10154
10154
|
constructor(options) {
|
|
10155
10155
|
super();
|
|
10156
|
-
init(this, options, instance$
|
|
10156
|
+
init(this, options, instance$o, create_fragment$K, safe_not_equal, {
|
|
10157
10157
|
onSuccessLogout: 2,
|
|
10158
10158
|
closeModal: 3,
|
|
10159
10159
|
displayProfile: 0,
|
|
@@ -10161,7 +10161,7 @@ var ProfileModal = class extends SvelteComponent {
|
|
|
10161
10161
|
});
|
|
10162
10162
|
}
|
|
10163
10163
|
};
|
|
10164
|
-
function create_fragment$
|
|
10164
|
+
function create_fragment$J(ctx) {
|
|
10165
10165
|
let svg;
|
|
10166
10166
|
let path;
|
|
10167
10167
|
return {
|
|
@@ -10191,7 +10191,7 @@ function create_fragment$G(ctx) {
|
|
|
10191
10191
|
var ForwardIcon = class extends SvelteComponent {
|
|
10192
10192
|
constructor(options) {
|
|
10193
10193
|
super();
|
|
10194
|
-
init(this, options, null, create_fragment$
|
|
10194
|
+
init(this, options, null, create_fragment$J, safe_not_equal, {});
|
|
10195
10195
|
}
|
|
10196
10196
|
};
|
|
10197
10197
|
function create_if_block_1$e(ctx) {
|
|
@@ -10273,7 +10273,7 @@ function create_if_block_1$e(ctx) {
|
|
|
10273
10273
|
}
|
|
10274
10274
|
};
|
|
10275
10275
|
}
|
|
10276
|
-
function create_if_block$
|
|
10276
|
+
function create_if_block$k(ctx) {
|
|
10277
10277
|
let button;
|
|
10278
10278
|
let div;
|
|
10279
10279
|
let linkouticon;
|
|
@@ -10336,7 +10336,7 @@ function create_if_block$j(ctx) {
|
|
|
10336
10336
|
}
|
|
10337
10337
|
};
|
|
10338
10338
|
}
|
|
10339
|
-
function create_fragment$
|
|
10339
|
+
function create_fragment$I(ctx) {
|
|
10340
10340
|
let div2;
|
|
10341
10341
|
let t0;
|
|
10342
10342
|
let button0;
|
|
@@ -10362,7 +10362,7 @@ function create_fragment$F(ctx) {
|
|
|
10362
10362
|
forwardicon0 = new ForwardIcon({});
|
|
10363
10363
|
let if_block1 = (
|
|
10364
10364
|
/*member*/
|
|
10365
|
-
ctx[1].stripeCustomerId && create_if_block$
|
|
10365
|
+
ctx[1].stripeCustomerId && create_if_block$k(ctx)
|
|
10366
10366
|
);
|
|
10367
10367
|
logouticon = new LogoutIcon({});
|
|
10368
10368
|
forwardicon1 = new ForwardIcon({});
|
|
@@ -10482,7 +10482,7 @@ function create_fragment$F(ctx) {
|
|
|
10482
10482
|
transition_in(if_block1, 1);
|
|
10483
10483
|
}
|
|
10484
10484
|
} else {
|
|
10485
|
-
if_block1 = create_if_block$
|
|
10485
|
+
if_block1 = create_if_block$k(ctx2);
|
|
10486
10486
|
if_block1.c();
|
|
10487
10487
|
transition_in(if_block1, 1);
|
|
10488
10488
|
if_block1.m(div2, t4);
|
|
@@ -10531,7 +10531,7 @@ function create_fragment$F(ctx) {
|
|
|
10531
10531
|
}
|
|
10532
10532
|
};
|
|
10533
10533
|
}
|
|
10534
|
-
function instance$
|
|
10534
|
+
function instance$n($$self, $$props, $$invalidate) {
|
|
10535
10535
|
let { member } = $$props;
|
|
10536
10536
|
let { onSuccessLogout } = $$props;
|
|
10537
10537
|
let { displayProfile } = $$props;
|
|
@@ -10596,7 +10596,7 @@ function instance$m($$self, $$props, $$invalidate) {
|
|
|
10596
10596
|
var MobileProfileModalNav = class extends SvelteComponent {
|
|
10597
10597
|
constructor(options) {
|
|
10598
10598
|
super();
|
|
10599
|
-
init(this, options, instance$
|
|
10599
|
+
init(this, options, instance$n, create_fragment$I, safe_not_equal, {
|
|
10600
10600
|
member: 1,
|
|
10601
10601
|
onSuccessLogout: 6,
|
|
10602
10602
|
displayProfile: 0,
|
|
@@ -10612,7 +10612,7 @@ function get_each_context$7(ctx, list, i) {
|
|
|
10612
10612
|
child_ctx[7] = i;
|
|
10613
10613
|
return child_ctx;
|
|
10614
10614
|
}
|
|
10615
|
-
function create_if_block$
|
|
10615
|
+
function create_if_block$j(ctx) {
|
|
10616
10616
|
let div1;
|
|
10617
10617
|
let div0;
|
|
10618
10618
|
let label;
|
|
@@ -10727,7 +10727,7 @@ function create_each_block$7(ctx) {
|
|
|
10727
10727
|
let if_block_anchor;
|
|
10728
10728
|
let if_block = (
|
|
10729
10729
|
/*customField*/
|
|
10730
|
-
ctx[5].hidden !== true && create_if_block$
|
|
10730
|
+
ctx[5].hidden !== true && create_if_block$j(ctx)
|
|
10731
10731
|
);
|
|
10732
10732
|
return {
|
|
10733
10733
|
c() {
|
|
@@ -10748,7 +10748,7 @@ function create_each_block$7(ctx) {
|
|
|
10748
10748
|
if (if_block) {
|
|
10749
10749
|
if_block.p(ctx2, dirty);
|
|
10750
10750
|
} else {
|
|
10751
|
-
if_block = create_if_block$
|
|
10751
|
+
if_block = create_if_block$j(ctx2);
|
|
10752
10752
|
if_block.c();
|
|
10753
10753
|
if_block.m(if_block_anchor.parentNode, if_block_anchor);
|
|
10754
10754
|
}
|
|
@@ -10765,7 +10765,7 @@ function create_each_block$7(ctx) {
|
|
|
10765
10765
|
}
|
|
10766
10766
|
};
|
|
10767
10767
|
}
|
|
10768
|
-
function create_fragment$
|
|
10768
|
+
function create_fragment$H(ctx) {
|
|
10769
10769
|
let form;
|
|
10770
10770
|
let t0;
|
|
10771
10771
|
let div;
|
|
@@ -10860,7 +10860,7 @@ function create_fragment$E(ctx) {
|
|
|
10860
10860
|
}
|
|
10861
10861
|
};
|
|
10862
10862
|
}
|
|
10863
|
-
function instance$
|
|
10863
|
+
function instance$m($$self, $$props, $$invalidate) {
|
|
10864
10864
|
let { customFields } = $$props;
|
|
10865
10865
|
let { member } = $$props;
|
|
10866
10866
|
let { profileLoader } = $$props;
|
|
@@ -10888,7 +10888,7 @@ function instance$l($$self, $$props, $$invalidate) {
|
|
|
10888
10888
|
var MobileProfileInfoContent = class extends SvelteComponent {
|
|
10889
10889
|
constructor(options) {
|
|
10890
10890
|
super();
|
|
10891
|
-
init(this, options, instance$
|
|
10891
|
+
init(this, options, instance$m, create_fragment$H, safe_not_equal, {
|
|
10892
10892
|
customFields: 1,
|
|
10893
10893
|
member: 0,
|
|
10894
10894
|
profileLoader: 3
|
|
@@ -10930,7 +10930,7 @@ function create_if_block_2$a(ctx) {
|
|
|
10930
10930
|
}
|
|
10931
10931
|
};
|
|
10932
10932
|
}
|
|
10933
|
-
function create_if_block$
|
|
10933
|
+
function create_if_block$i(ctx) {
|
|
10934
10934
|
let p;
|
|
10935
10935
|
let t1;
|
|
10936
10936
|
let div;
|
|
@@ -11209,7 +11209,7 @@ function create_each_block$6(key_1, ctx) {
|
|
|
11209
11209
|
}
|
|
11210
11210
|
};
|
|
11211
11211
|
}
|
|
11212
|
-
function create_fragment$
|
|
11212
|
+
function create_fragment$G(ctx) {
|
|
11213
11213
|
let form;
|
|
11214
11214
|
let emailinput;
|
|
11215
11215
|
let updating_emailInputValid;
|
|
@@ -11265,7 +11265,7 @@ function create_fragment$D(ctx) {
|
|
|
11265
11265
|
let if_block0 = current_block_type(ctx);
|
|
11266
11266
|
let if_block1 = (
|
|
11267
11267
|
/*$app*/
|
|
11268
|
-
ctx[4].authProviders.length > 0 && create_if_block$
|
|
11268
|
+
ctx[4].authProviders.length > 0 && create_if_block$i(ctx)
|
|
11269
11269
|
);
|
|
11270
11270
|
return {
|
|
11271
11271
|
c() {
|
|
@@ -11374,7 +11374,7 @@ function create_fragment$D(ctx) {
|
|
|
11374
11374
|
if (if_block1) {
|
|
11375
11375
|
if_block1.p(ctx2, dirty);
|
|
11376
11376
|
} else {
|
|
11377
|
-
if_block1 = create_if_block$
|
|
11377
|
+
if_block1 = create_if_block$i(ctx2);
|
|
11378
11378
|
if_block1.c();
|
|
11379
11379
|
if_block1.m(t5.parentNode, t5);
|
|
11380
11380
|
}
|
|
@@ -11423,7 +11423,7 @@ function create_fragment$D(ctx) {
|
|
|
11423
11423
|
}
|
|
11424
11424
|
};
|
|
11425
11425
|
}
|
|
11426
|
-
function instance$
|
|
11426
|
+
function instance$l($$self, $$props, $$invalidate) {
|
|
11427
11427
|
let $app;
|
|
11428
11428
|
component_subscribe($$self, AppStore, ($$value) => $$invalidate(4, $app = $$value));
|
|
11429
11429
|
let { displayProfile } = $$props;
|
|
@@ -11532,7 +11532,7 @@ function instance$k($$self, $$props, $$invalidate) {
|
|
|
11532
11532
|
var MobileSecurityInfoContent = class extends SvelteComponent {
|
|
11533
11533
|
constructor(options) {
|
|
11534
11534
|
super();
|
|
11535
|
-
init(this, options, instance$
|
|
11535
|
+
init(this, options, instance$l, create_fragment$G, safe_not_equal, {
|
|
11536
11536
|
displayProfile: 0,
|
|
11537
11537
|
member: 1,
|
|
11538
11538
|
emailValue: 2,
|
|
@@ -11540,7 +11540,7 @@ var MobileSecurityInfoContent = class extends SvelteComponent {
|
|
|
11540
11540
|
});
|
|
11541
11541
|
}
|
|
11542
11542
|
};
|
|
11543
|
-
function create_if_block$
|
|
11543
|
+
function create_if_block$h(ctx) {
|
|
11544
11544
|
let passwordinput;
|
|
11545
11545
|
let updating_passwordValue;
|
|
11546
11546
|
let updating_passwordInputValid;
|
|
@@ -11613,7 +11613,7 @@ function create_if_block$g(ctx) {
|
|
|
11613
11613
|
}
|
|
11614
11614
|
};
|
|
11615
11615
|
}
|
|
11616
|
-
function create_fragment$
|
|
11616
|
+
function create_fragment$F(ctx) {
|
|
11617
11617
|
let form;
|
|
11618
11618
|
let t0;
|
|
11619
11619
|
let passwordinput0;
|
|
@@ -11633,7 +11633,7 @@ function create_fragment$C(ctx) {
|
|
|
11633
11633
|
let dispose;
|
|
11634
11634
|
let if_block = (
|
|
11635
11635
|
/*member*/
|
|
11636
|
-
ctx[0].auth.hasPassword && create_if_block$
|
|
11636
|
+
ctx[0].auth.hasPassword && create_if_block$h(ctx)
|
|
11637
11637
|
);
|
|
11638
11638
|
function passwordinput0_passwordValue_binding(value) {
|
|
11639
11639
|
ctx[11](value);
|
|
@@ -11755,7 +11755,7 @@ function create_fragment$C(ctx) {
|
|
|
11755
11755
|
transition_in(if_block, 1);
|
|
11756
11756
|
}
|
|
11757
11757
|
} else {
|
|
11758
|
-
if_block = create_if_block$
|
|
11758
|
+
if_block = create_if_block$h(ctx2);
|
|
11759
11759
|
if_block.c();
|
|
11760
11760
|
transition_in(if_block, 1);
|
|
11761
11761
|
if_block.m(form, t0);
|
|
@@ -11838,7 +11838,7 @@ function create_fragment$C(ctx) {
|
|
|
11838
11838
|
}
|
|
11839
11839
|
};
|
|
11840
11840
|
}
|
|
11841
|
-
function instance$
|
|
11841
|
+
function instance$k($$self, $$props, $$invalidate) {
|
|
11842
11842
|
let { profileLoader } = $$props;
|
|
11843
11843
|
let { member } = $$props;
|
|
11844
11844
|
let currentPasswordValue = "";
|
|
@@ -11929,7 +11929,7 @@ function instance$j($$self, $$props, $$invalidate) {
|
|
|
11929
11929
|
var MobilePasswordInfoContent = class extends SvelteComponent {
|
|
11930
11930
|
constructor(options) {
|
|
11931
11931
|
super();
|
|
11932
|
-
init(this, options, instance$
|
|
11932
|
+
init(this, options, instance$k, create_fragment$F, safe_not_equal, { profileLoader: 8, member: 0 });
|
|
11933
11933
|
}
|
|
11934
11934
|
};
|
|
11935
11935
|
function create_if_block_6$3(ctx) {
|
|
@@ -12330,7 +12330,7 @@ function create_if_block_1$c(ctx) {
|
|
|
12330
12330
|
}
|
|
12331
12331
|
};
|
|
12332
12332
|
}
|
|
12333
|
-
function create_if_block$
|
|
12333
|
+
function create_if_block$g(ctx) {
|
|
12334
12334
|
let mobileprofilemodalnav;
|
|
12335
12335
|
let updating_member;
|
|
12336
12336
|
let updating_displayProfile;
|
|
@@ -12436,7 +12436,7 @@ function create_if_block$f(ctx) {
|
|
|
12436
12436
|
}
|
|
12437
12437
|
};
|
|
12438
12438
|
}
|
|
12439
|
-
function create_fragment$
|
|
12439
|
+
function create_fragment$E(ctx) {
|
|
12440
12440
|
let div5;
|
|
12441
12441
|
let div2;
|
|
12442
12442
|
let t0;
|
|
@@ -12487,7 +12487,7 @@ function create_fragment$B(ctx) {
|
|
|
12487
12487
|
/*profileLoader*/
|
|
12488
12488
|
ctx[6] && create_if_block_4$4()
|
|
12489
12489
|
);
|
|
12490
|
-
const if_block_creators_1 = [create_if_block$
|
|
12490
|
+
const if_block_creators_1 = [create_if_block$g, create_if_block_1$c, create_if_block_2$9, create_if_block_3$6];
|
|
12491
12491
|
const if_blocks_1 = [];
|
|
12492
12492
|
function select_block_type_1(ctx2, dirty) {
|
|
12493
12493
|
if (
|
|
@@ -12727,7 +12727,7 @@ function create_fragment$B(ctx) {
|
|
|
12727
12727
|
}
|
|
12728
12728
|
};
|
|
12729
12729
|
}
|
|
12730
|
-
function instance$
|
|
12730
|
+
function instance$j($$self, $$props, $$invalidate) {
|
|
12731
12731
|
let $app;
|
|
12732
12732
|
component_subscribe($$self, AppStore, ($$value) => $$invalidate(7, $app = $$value));
|
|
12733
12733
|
let { onSuccessLogout } = $$props;
|
|
@@ -12842,7 +12842,7 @@ function instance$i($$self, $$props, $$invalidate) {
|
|
|
12842
12842
|
var MobileProfileModal = class extends SvelteComponent {
|
|
12843
12843
|
constructor(options) {
|
|
12844
12844
|
super();
|
|
12845
|
-
init(this, options, instance$
|
|
12845
|
+
init(this, options, instance$j, create_fragment$E, safe_not_equal, {
|
|
12846
12846
|
onSuccessLogout: 3,
|
|
12847
12847
|
closeModal: 4,
|
|
12848
12848
|
displayProfile: 0,
|
|
@@ -12851,29 +12851,654 @@ var MobileProfileModal = class extends SvelteComponent {
|
|
|
12851
12851
|
});
|
|
12852
12852
|
}
|
|
12853
12853
|
};
|
|
12854
|
-
|
|
12855
|
-
|
|
12856
|
-
|
|
12857
|
-
|
|
12858
|
-
|
|
12859
|
-
|
|
12854
|
+
function add_css$j(target) {
|
|
12855
|
+
append_styles(target, "svelte-c6ihgv", "svg.svelte-c6ihgv{fill:currentColor}");
|
|
12856
|
+
}
|
|
12857
|
+
function create_fragment$D(ctx) {
|
|
12858
|
+
let svg;
|
|
12859
|
+
let path;
|
|
12860
|
+
return {
|
|
12861
|
+
c() {
|
|
12862
|
+
svg = svg_element("svg");
|
|
12863
|
+
path = svg_element("path");
|
|
12864
|
+
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");
|
|
12865
|
+
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
|
12866
|
+
attr(svg, "height", "20");
|
|
12867
|
+
attr(svg, "viewBox", "0 -960 960 960");
|
|
12868
|
+
attr(svg, "width", "20");
|
|
12869
|
+
attr(svg, "class", "svelte-c6ihgv");
|
|
12870
|
+
},
|
|
12871
|
+
m(target, anchor) {
|
|
12872
|
+
insert(target, svg, anchor);
|
|
12873
|
+
append(svg, path);
|
|
12874
|
+
},
|
|
12875
|
+
p: noop,
|
|
12876
|
+
i: noop,
|
|
12877
|
+
o: noop,
|
|
12878
|
+
d(detaching) {
|
|
12879
|
+
if (detaching)
|
|
12880
|
+
detach(svg);
|
|
12881
|
+
}
|
|
12882
|
+
};
|
|
12883
|
+
}
|
|
12884
|
+
var CopyIcon$1 = class extends SvelteComponent {
|
|
12885
|
+
constructor(options) {
|
|
12886
|
+
super();
|
|
12887
|
+
init(this, options, null, create_fragment$D, safe_not_equal, {}, add_css$j);
|
|
12860
12888
|
}
|
|
12861
|
-
}
|
|
12862
|
-
|
|
12863
|
-
|
|
12864
|
-
|
|
12865
|
-
|
|
12866
|
-
|
|
12867
|
-
|
|
12868
|
-
|
|
12869
|
-
|
|
12870
|
-
|
|
12889
|
+
};
|
|
12890
|
+
function add_css$i(target) {
|
|
12891
|
+
append_styles(target, "svelte-50knw2", "svg.svelte-50knw2{fill:currentColor;width:9px;height:auto}");
|
|
12892
|
+
}
|
|
12893
|
+
function create_fragment$C(ctx) {
|
|
12894
|
+
let svg;
|
|
12895
|
+
let path;
|
|
12896
|
+
return {
|
|
12897
|
+
c() {
|
|
12898
|
+
svg = svg_element("svg");
|
|
12899
|
+
path = svg_element("path");
|
|
12900
|
+
attr(path, "fill", "currentColor");
|
|
12901
|
+
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");
|
|
12902
|
+
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
|
12903
|
+
attr(svg, "viewBox", "308 -560 344 188");
|
|
12904
|
+
attr(svg, "class", "svelte-50knw2");
|
|
12905
|
+
},
|
|
12906
|
+
m(target, anchor) {
|
|
12907
|
+
insert(target, svg, anchor);
|
|
12908
|
+
append(svg, path);
|
|
12909
|
+
},
|
|
12910
|
+
p: noop,
|
|
12911
|
+
i: noop,
|
|
12912
|
+
o: noop,
|
|
12913
|
+
d(detaching) {
|
|
12914
|
+
if (detaching)
|
|
12915
|
+
detach(svg);
|
|
12916
|
+
}
|
|
12917
|
+
};
|
|
12918
|
+
}
|
|
12919
|
+
var ArrowIcon$1 = class extends SvelteComponent {
|
|
12920
|
+
constructor(options) {
|
|
12921
|
+
super();
|
|
12922
|
+
init(this, options, null, create_fragment$C, safe_not_equal, {}, add_css$i);
|
|
12923
|
+
}
|
|
12924
|
+
};
|
|
12925
|
+
function add_css$h(target) {
|
|
12926
|
+
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%}");
|
|
12927
|
+
}
|
|
12928
|
+
function create_if_block$f(ctx) {
|
|
12929
|
+
let closebutton;
|
|
12930
|
+
let current;
|
|
12931
|
+
closebutton = new CloseButton({
|
|
12932
|
+
props: { closeModal: (
|
|
12933
|
+
/*closeModal*/
|
|
12934
|
+
ctx[0]
|
|
12935
|
+
) }
|
|
12936
|
+
});
|
|
12937
|
+
return {
|
|
12938
|
+
c() {
|
|
12939
|
+
create_component(closebutton.$$.fragment);
|
|
12940
|
+
},
|
|
12941
|
+
m(target, anchor) {
|
|
12942
|
+
mount_component(closebutton, target, anchor);
|
|
12943
|
+
current = true;
|
|
12944
|
+
},
|
|
12945
|
+
p(ctx2, dirty) {
|
|
12946
|
+
const closebutton_changes = {};
|
|
12947
|
+
if (dirty & /*closeModal*/
|
|
12948
|
+
1)
|
|
12949
|
+
closebutton_changes.closeModal = /*closeModal*/
|
|
12950
|
+
ctx2[0];
|
|
12951
|
+
closebutton.$set(closebutton_changes);
|
|
12952
|
+
},
|
|
12953
|
+
i(local) {
|
|
12954
|
+
if (current)
|
|
12955
|
+
return;
|
|
12956
|
+
transition_in(closebutton.$$.fragment, local);
|
|
12957
|
+
current = true;
|
|
12958
|
+
},
|
|
12959
|
+
o(local) {
|
|
12960
|
+
transition_out(closebutton.$$.fragment, local);
|
|
12961
|
+
current = false;
|
|
12962
|
+
},
|
|
12963
|
+
d(detaching) {
|
|
12964
|
+
destroy_component(closebutton, detaching);
|
|
12965
|
+
}
|
|
12966
|
+
};
|
|
12967
|
+
}
|
|
12968
|
+
function create_fragment$B(ctx) {
|
|
12969
|
+
let div5;
|
|
12970
|
+
let t0;
|
|
12971
|
+
let div4;
|
|
12972
|
+
let h2;
|
|
12973
|
+
let t2;
|
|
12974
|
+
let p0;
|
|
12975
|
+
let t4;
|
|
12976
|
+
let video;
|
|
12977
|
+
let source0;
|
|
12978
|
+
let source0_src_value;
|
|
12979
|
+
let source1;
|
|
12980
|
+
let source1_src_value;
|
|
12981
|
+
let t5;
|
|
12982
|
+
let div3;
|
|
12983
|
+
let button0;
|
|
12984
|
+
let copyicon0;
|
|
12985
|
+
let t6;
|
|
12986
|
+
let t7;
|
|
12987
|
+
let span0;
|
|
12988
|
+
let t9;
|
|
12989
|
+
let button1;
|
|
12990
|
+
let arrowicon;
|
|
12991
|
+
let t10;
|
|
12992
|
+
let nav;
|
|
12993
|
+
let section0;
|
|
12994
|
+
let div0;
|
|
12995
|
+
let t12;
|
|
12996
|
+
let button2;
|
|
12997
|
+
let span1;
|
|
12998
|
+
let copyicon1;
|
|
12999
|
+
let span2;
|
|
13000
|
+
let t15;
|
|
13001
|
+
let button3;
|
|
13002
|
+
let span3;
|
|
13003
|
+
let copyicon2;
|
|
13004
|
+
let span4;
|
|
13005
|
+
let t18;
|
|
13006
|
+
let button4;
|
|
13007
|
+
let span5;
|
|
13008
|
+
let copyicon3;
|
|
13009
|
+
let span6;
|
|
13010
|
+
let t21;
|
|
13011
|
+
let section1;
|
|
13012
|
+
let div1;
|
|
13013
|
+
let t23;
|
|
13014
|
+
let button5;
|
|
13015
|
+
let span7;
|
|
13016
|
+
let copyicon4;
|
|
13017
|
+
let span8;
|
|
13018
|
+
let t26;
|
|
13019
|
+
let button6;
|
|
13020
|
+
let span9;
|
|
13021
|
+
let copyicon5;
|
|
13022
|
+
let span10;
|
|
13023
|
+
let t29;
|
|
13024
|
+
let div2;
|
|
13025
|
+
let t33;
|
|
13026
|
+
let p1;
|
|
13027
|
+
let t35;
|
|
13028
|
+
let button7;
|
|
13029
|
+
let current;
|
|
13030
|
+
let mounted;
|
|
13031
|
+
let dispose;
|
|
13032
|
+
let if_block = (!/*params*/
|
|
13033
|
+
ctx[2] || !/*params*/
|
|
13034
|
+
ctx[2].hideCloseButton) && create_if_block$f(ctx);
|
|
13035
|
+
copyicon0 = new CopyIcon$1({});
|
|
13036
|
+
arrowicon = new ArrowIcon$1({});
|
|
13037
|
+
copyicon1 = new CopyIcon$1({});
|
|
13038
|
+
copyicon2 = new CopyIcon$1({});
|
|
13039
|
+
copyicon3 = new CopyIcon$1({});
|
|
13040
|
+
copyicon4 = new CopyIcon$1({});
|
|
13041
|
+
copyicon5 = new CopyIcon$1({});
|
|
13042
|
+
return {
|
|
13043
|
+
c() {
|
|
13044
|
+
div5 = element("div");
|
|
13045
|
+
if (if_block)
|
|
13046
|
+
if_block.c();
|
|
13047
|
+
t0 = space();
|
|
13048
|
+
div4 = element("div");
|
|
13049
|
+
h2 = element("h2");
|
|
13050
|
+
h2.textContent = "Copy Stripe Test Card";
|
|
13051
|
+
t2 = space();
|
|
13052
|
+
p0 = element("p");
|
|
13053
|
+
p0.textContent = "Test mode only. Live members will never see this modal.";
|
|
13054
|
+
t4 = space();
|
|
13055
|
+
video = element("video");
|
|
13056
|
+
source0 = element("source");
|
|
13057
|
+
source1 = element("source");
|
|
13058
|
+
t5 = space();
|
|
13059
|
+
div3 = element("div");
|
|
13060
|
+
button0 = element("button");
|
|
13061
|
+
create_component(copyicon0.$$.fragment);
|
|
13062
|
+
t6 = space();
|
|
13063
|
+
t7 = text(
|
|
13064
|
+
/*buttonText*/
|
|
13065
|
+
ctx[3]
|
|
13066
|
+
);
|
|
13067
|
+
span0 = element("span");
|
|
13068
|
+
span0.textContent = "...4242";
|
|
13069
|
+
t9 = space();
|
|
13070
|
+
button1 = element("button");
|
|
13071
|
+
create_component(arrowicon.$$.fragment);
|
|
13072
|
+
t10 = space();
|
|
13073
|
+
nav = element("nav");
|
|
13074
|
+
section0 = element("section");
|
|
13075
|
+
div0 = element("div");
|
|
13076
|
+
div0.textContent = "Test Successful Payments";
|
|
13077
|
+
t12 = space();
|
|
13078
|
+
button2 = element("button");
|
|
13079
|
+
span1 = element("span");
|
|
13080
|
+
create_component(copyicon1.$$.fragment);
|
|
13081
|
+
span2 = element("span");
|
|
13082
|
+
span2.innerHTML = `Visa Debit <b>...5556</b>`;
|
|
13083
|
+
t15 = space();
|
|
13084
|
+
button3 = element("button");
|
|
13085
|
+
span3 = element("span");
|
|
13086
|
+
create_component(copyicon2.$$.fragment);
|
|
13087
|
+
span4 = element("span");
|
|
13088
|
+
span4.innerHTML = `Mastercard <b>...4444</b>`;
|
|
13089
|
+
t18 = space();
|
|
13090
|
+
button4 = element("button");
|
|
13091
|
+
span5 = element("span");
|
|
13092
|
+
create_component(copyicon3.$$.fragment);
|
|
13093
|
+
span6 = element("span");
|
|
13094
|
+
span6.innerHTML = `American Express <b>...10005</b>`;
|
|
13095
|
+
t21 = space();
|
|
13096
|
+
section1 = element("section");
|
|
13097
|
+
div1 = element("div");
|
|
13098
|
+
div1.textContent = "Test Declined Payments";
|
|
13099
|
+
t23 = space();
|
|
13100
|
+
button5 = element("button");
|
|
13101
|
+
span7 = element("span");
|
|
13102
|
+
create_component(copyicon4.$$.fragment);
|
|
13103
|
+
span8 = element("span");
|
|
13104
|
+
span8.innerHTML = `Generic decline <b>...0002</b>`;
|
|
13105
|
+
t26 = space();
|
|
13106
|
+
button6 = element("button");
|
|
13107
|
+
span9 = element("span");
|
|
13108
|
+
create_component(copyicon5.$$.fragment);
|
|
13109
|
+
span10 = element("span");
|
|
13110
|
+
span10.innerHTML = `Insufficient funds <b>...9995</b>`;
|
|
13111
|
+
t29 = space();
|
|
13112
|
+
div2 = element("div");
|
|
13113
|
+
div2.innerHTML = `Complete list of <a href="https://stripe.com/docs/testing" target="_blank" class="svelte-w4kmg0">alternative test cards</a>.`;
|
|
13114
|
+
t33 = space();
|
|
13115
|
+
p1 = element("p");
|
|
13116
|
+
p1.textContent = "Paste the card number on the next screen, with any CVC,\n expiration date, and ZIP code.";
|
|
13117
|
+
t35 = space();
|
|
13118
|
+
button7 = element("button");
|
|
13119
|
+
button7.textContent = "Continue to Test Checkout";
|
|
13120
|
+
attr(h2, "class", "ms-modal__title svelte-w4kmg0");
|
|
13121
|
+
attr(h2, "data-copy-btn", "");
|
|
13122
|
+
attr(p0, "class", "no-margin svelte-w4kmg0");
|
|
13123
|
+
if (!src_url_equal(source0.src, source0_src_value = videoMP4Path))
|
|
13124
|
+
attr(source0, "src", source0_src_value);
|
|
13125
|
+
attr(source0, "type", "video/mp4");
|
|
13126
|
+
if (!src_url_equal(source1.src, source1_src_value = videoWebMPath))
|
|
13127
|
+
attr(source1, "src", source1_src_value);
|
|
13128
|
+
attr(source1, "type", "video/webm");
|
|
13129
|
+
video.autoplay = true;
|
|
13130
|
+
video.loop = true;
|
|
13131
|
+
video.muted = true;
|
|
13132
|
+
video.playsInline = true;
|
|
13133
|
+
attr(video, "class", "ms-video svelte-w4kmg0");
|
|
13134
|
+
attr(video, "poster", videoImagePath);
|
|
13135
|
+
attr(span0, "class", "svelte-w4kmg0");
|
|
13136
|
+
attr(button0, "class", "ms-split-button__main svelte-w4kmg0");
|
|
13137
|
+
attr(button1, "class", "ms-split-button__secondary svelte-w4kmg0");
|
|
13138
|
+
toggle_class(
|
|
13139
|
+
button1,
|
|
13140
|
+
"active",
|
|
13141
|
+
/*showDropdown*/
|
|
13142
|
+
ctx[4]
|
|
13143
|
+
);
|
|
13144
|
+
attr(div0, "class", "ms-split-button__dropdown-title svelte-w4kmg0");
|
|
13145
|
+
attr(span1, "class", "ms-split-button__copy-icon svelte-w4kmg0");
|
|
13146
|
+
attr(span2, "class", "svelte-w4kmg0");
|
|
13147
|
+
attr(button2, "class", "svelte-w4kmg0");
|
|
13148
|
+
attr(span3, "class", "ms-split-button__copy-icon svelte-w4kmg0");
|
|
13149
|
+
attr(span4, "class", "svelte-w4kmg0");
|
|
13150
|
+
attr(button3, "class", "svelte-w4kmg0");
|
|
13151
|
+
attr(span5, "class", "ms-split-button__copy-icon svelte-w4kmg0");
|
|
13152
|
+
attr(span6, "class", "svelte-w4kmg0");
|
|
13153
|
+
attr(button4, "class", "svelte-w4kmg0");
|
|
13154
|
+
attr(section0, "class", "svelte-w4kmg0");
|
|
13155
|
+
attr(div1, "class", "ms-split-button__dropdown-title svelte-w4kmg0");
|
|
13156
|
+
attr(span7, "class", "ms-split-button__copy-icon svelte-w4kmg0");
|
|
13157
|
+
attr(span8, "class", "svelte-w4kmg0");
|
|
13158
|
+
attr(button5, "class", "svelte-w4kmg0");
|
|
13159
|
+
attr(span9, "class", "ms-split-button__copy-icon svelte-w4kmg0");
|
|
13160
|
+
attr(span10, "class", "svelte-w4kmg0");
|
|
13161
|
+
attr(button6, "class", "svelte-w4kmg0");
|
|
13162
|
+
attr(section1, "class", "svelte-w4kmg0");
|
|
13163
|
+
attr(div2, "class", "ms-split-button__dropdown-footer svelte-w4kmg0");
|
|
13164
|
+
attr(nav, "class", "ms-split-button__dropdown svelte-w4kmg0");
|
|
13165
|
+
toggle_class(
|
|
13166
|
+
nav,
|
|
13167
|
+
"show",
|
|
13168
|
+
/*showDropdown*/
|
|
13169
|
+
ctx[4]
|
|
13170
|
+
);
|
|
13171
|
+
attr(div3, "class", "ms-split-button svelte-w4kmg0");
|
|
13172
|
+
attr(p1, "class", "svelte-w4kmg0");
|
|
13173
|
+
attr(button7, "class", "ms-submit-button svelte-w4kmg0");
|
|
13174
|
+
attr(div4, "class", "ms-modal__content");
|
|
13175
|
+
attr(div5, "class", "ms-modal svelte-w4kmg0");
|
|
13176
|
+
attr(div5, "id", "TestCardModal");
|
|
13177
|
+
},
|
|
13178
|
+
m(target, anchor) {
|
|
13179
|
+
insert(target, div5, anchor);
|
|
13180
|
+
if (if_block)
|
|
13181
|
+
if_block.m(div5, null);
|
|
13182
|
+
append(div5, t0);
|
|
13183
|
+
append(div5, div4);
|
|
13184
|
+
append(div4, h2);
|
|
13185
|
+
append(div4, t2);
|
|
13186
|
+
append(div4, p0);
|
|
13187
|
+
append(div4, t4);
|
|
13188
|
+
append(div4, video);
|
|
13189
|
+
append(video, source0);
|
|
13190
|
+
append(video, source1);
|
|
13191
|
+
append(div4, t5);
|
|
13192
|
+
append(div4, div3);
|
|
13193
|
+
append(div3, button0);
|
|
13194
|
+
mount_component(copyicon0, button0, null);
|
|
13195
|
+
append(button0, t6);
|
|
13196
|
+
append(button0, t7);
|
|
13197
|
+
append(button0, span0);
|
|
13198
|
+
append(div3, t9);
|
|
13199
|
+
append(div3, button1);
|
|
13200
|
+
mount_component(arrowicon, button1, null);
|
|
13201
|
+
append(div3, t10);
|
|
13202
|
+
append(div3, nav);
|
|
13203
|
+
append(nav, section0);
|
|
13204
|
+
append(section0, div0);
|
|
13205
|
+
append(section0, t12);
|
|
13206
|
+
append(section0, button2);
|
|
13207
|
+
append(button2, span1);
|
|
13208
|
+
mount_component(copyicon1, span1, null);
|
|
13209
|
+
append(button2, span2);
|
|
13210
|
+
append(section0, t15);
|
|
13211
|
+
append(section0, button3);
|
|
13212
|
+
append(button3, span3);
|
|
13213
|
+
mount_component(copyicon2, span3, null);
|
|
13214
|
+
append(button3, span4);
|
|
13215
|
+
append(section0, t18);
|
|
13216
|
+
append(section0, button4);
|
|
13217
|
+
append(button4, span5);
|
|
13218
|
+
mount_component(copyicon3, span5, null);
|
|
13219
|
+
append(button4, span6);
|
|
13220
|
+
append(nav, t21);
|
|
13221
|
+
append(nav, section1);
|
|
13222
|
+
append(section1, div1);
|
|
13223
|
+
append(section1, t23);
|
|
13224
|
+
append(section1, button5);
|
|
13225
|
+
append(button5, span7);
|
|
13226
|
+
mount_component(copyicon4, span7, null);
|
|
13227
|
+
append(button5, span8);
|
|
13228
|
+
append(section1, t26);
|
|
13229
|
+
append(section1, button6);
|
|
13230
|
+
append(button6, span9);
|
|
13231
|
+
mount_component(copyicon5, span9, null);
|
|
13232
|
+
append(button6, span10);
|
|
13233
|
+
append(nav, t29);
|
|
13234
|
+
append(nav, div2);
|
|
13235
|
+
append(div4, t33);
|
|
13236
|
+
append(div4, p1);
|
|
13237
|
+
append(div4, t35);
|
|
13238
|
+
append(div4, button7);
|
|
13239
|
+
current = true;
|
|
13240
|
+
if (!mounted) {
|
|
13241
|
+
dispose = [
|
|
13242
|
+
listen(
|
|
13243
|
+
button0,
|
|
13244
|
+
"click",
|
|
13245
|
+
/*click_handler*/
|
|
13246
|
+
ctx[7]
|
|
13247
|
+
),
|
|
13248
|
+
listen(
|
|
13249
|
+
button1,
|
|
13250
|
+
"click",
|
|
13251
|
+
/*click_handler_1*/
|
|
13252
|
+
ctx[8]
|
|
13253
|
+
),
|
|
13254
|
+
listen(
|
|
13255
|
+
button2,
|
|
13256
|
+
"click",
|
|
13257
|
+
/*click_handler_2*/
|
|
13258
|
+
ctx[9]
|
|
13259
|
+
),
|
|
13260
|
+
listen(
|
|
13261
|
+
button3,
|
|
13262
|
+
"click",
|
|
13263
|
+
/*click_handler_3*/
|
|
13264
|
+
ctx[10]
|
|
13265
|
+
),
|
|
13266
|
+
listen(
|
|
13267
|
+
button4,
|
|
13268
|
+
"click",
|
|
13269
|
+
/*click_handler_4*/
|
|
13270
|
+
ctx[11]
|
|
13271
|
+
),
|
|
13272
|
+
listen(
|
|
13273
|
+
button5,
|
|
13274
|
+
"click",
|
|
13275
|
+
/*click_handler_5*/
|
|
13276
|
+
ctx[12]
|
|
13277
|
+
),
|
|
13278
|
+
listen(
|
|
13279
|
+
button6,
|
|
13280
|
+
"click",
|
|
13281
|
+
/*click_handler_6*/
|
|
13282
|
+
ctx[13]
|
|
13283
|
+
),
|
|
13284
|
+
listen(
|
|
13285
|
+
button7,
|
|
13286
|
+
"click",
|
|
13287
|
+
/*click_handler_7*/
|
|
13288
|
+
ctx[14]
|
|
13289
|
+
)
|
|
13290
|
+
];
|
|
13291
|
+
mounted = true;
|
|
13292
|
+
}
|
|
13293
|
+
},
|
|
13294
|
+
p(ctx2, [dirty]) {
|
|
13295
|
+
if (!/*params*/
|
|
13296
|
+
ctx2[2] || !/*params*/
|
|
13297
|
+
ctx2[2].hideCloseButton) {
|
|
13298
|
+
if (if_block) {
|
|
13299
|
+
if_block.p(ctx2, dirty);
|
|
13300
|
+
if (dirty & /*params*/
|
|
13301
|
+
4) {
|
|
13302
|
+
transition_in(if_block, 1);
|
|
13303
|
+
}
|
|
13304
|
+
} else {
|
|
13305
|
+
if_block = create_if_block$f(ctx2);
|
|
13306
|
+
if_block.c();
|
|
13307
|
+
transition_in(if_block, 1);
|
|
13308
|
+
if_block.m(div5, t0);
|
|
13309
|
+
}
|
|
13310
|
+
} else if (if_block) {
|
|
13311
|
+
group_outros();
|
|
13312
|
+
transition_out(if_block, 1, 1, () => {
|
|
13313
|
+
if_block = null;
|
|
13314
|
+
});
|
|
13315
|
+
check_outros();
|
|
13316
|
+
}
|
|
13317
|
+
if (!current || dirty & /*buttonText*/
|
|
13318
|
+
8)
|
|
13319
|
+
set_data(
|
|
13320
|
+
t7,
|
|
13321
|
+
/*buttonText*/
|
|
13322
|
+
ctx2[3]
|
|
13323
|
+
);
|
|
13324
|
+
if (!current || dirty & /*showDropdown*/
|
|
13325
|
+
16) {
|
|
13326
|
+
toggle_class(
|
|
13327
|
+
button1,
|
|
13328
|
+
"active",
|
|
13329
|
+
/*showDropdown*/
|
|
13330
|
+
ctx2[4]
|
|
13331
|
+
);
|
|
13332
|
+
}
|
|
13333
|
+
if (!current || dirty & /*showDropdown*/
|
|
13334
|
+
16) {
|
|
13335
|
+
toggle_class(
|
|
13336
|
+
nav,
|
|
13337
|
+
"show",
|
|
13338
|
+
/*showDropdown*/
|
|
13339
|
+
ctx2[4]
|
|
13340
|
+
);
|
|
13341
|
+
}
|
|
13342
|
+
},
|
|
13343
|
+
i(local) {
|
|
13344
|
+
if (current)
|
|
13345
|
+
return;
|
|
13346
|
+
transition_in(if_block);
|
|
13347
|
+
transition_in(copyicon0.$$.fragment, local);
|
|
13348
|
+
transition_in(arrowicon.$$.fragment, local);
|
|
13349
|
+
transition_in(copyicon1.$$.fragment, local);
|
|
13350
|
+
transition_in(copyicon2.$$.fragment, local);
|
|
13351
|
+
transition_in(copyicon3.$$.fragment, local);
|
|
13352
|
+
transition_in(copyicon4.$$.fragment, local);
|
|
13353
|
+
transition_in(copyicon5.$$.fragment, local);
|
|
13354
|
+
current = true;
|
|
13355
|
+
},
|
|
13356
|
+
o(local) {
|
|
13357
|
+
transition_out(if_block);
|
|
13358
|
+
transition_out(copyicon0.$$.fragment, local);
|
|
13359
|
+
transition_out(arrowicon.$$.fragment, local);
|
|
13360
|
+
transition_out(copyicon1.$$.fragment, local);
|
|
13361
|
+
transition_out(copyicon2.$$.fragment, local);
|
|
13362
|
+
transition_out(copyicon3.$$.fragment, local);
|
|
13363
|
+
transition_out(copyicon4.$$.fragment, local);
|
|
13364
|
+
transition_out(copyicon5.$$.fragment, local);
|
|
13365
|
+
current = false;
|
|
13366
|
+
},
|
|
13367
|
+
d(detaching) {
|
|
13368
|
+
if (detaching)
|
|
13369
|
+
detach(div5);
|
|
13370
|
+
if (if_block)
|
|
13371
|
+
if_block.d();
|
|
13372
|
+
destroy_component(copyicon0);
|
|
13373
|
+
destroy_component(arrowicon);
|
|
13374
|
+
destroy_component(copyicon1);
|
|
13375
|
+
destroy_component(copyicon2);
|
|
13376
|
+
destroy_component(copyicon3);
|
|
13377
|
+
destroy_component(copyicon4);
|
|
13378
|
+
destroy_component(copyicon5);
|
|
13379
|
+
mounted = false;
|
|
13380
|
+
run_all(dispose);
|
|
13381
|
+
}
|
|
13382
|
+
};
|
|
13383
|
+
}
|
|
13384
|
+
var videoImagePath = "https://assets-global.website-files.com/65a6d87f7ae30844cde0911b/65efa0d9dc3019b69fe6a9cb_4242%20full-poster-00001.jpg";
|
|
13385
|
+
var videoMP4Path = "https://assets-global.website-files.com/65a6d87f7ae30844cde0911b/65efa0d9dc3019b69fe6a9cb_4242%20full-transcode.mp4";
|
|
13386
|
+
var videoWebMPath = "https://assets-global.website-files.com/65a6d87f7ae30844cde0911b/65efa0d9dc3019b69fe6a9cb_4242%20full-transcode.webm";
|
|
13387
|
+
function instance$i($$self, $$props, $$invalidate) {
|
|
13388
|
+
let { closeModal } = $$props;
|
|
13389
|
+
let { display } = $$props;
|
|
13390
|
+
let { onSuccessSubmit } = $$props;
|
|
13391
|
+
let { params } = $$props;
|
|
13392
|
+
let buttonText = "Copy Stripe Test Card";
|
|
13393
|
+
let showDropdown = false;
|
|
13394
|
+
function copyToClipboard(event, copyText, changeText) {
|
|
13395
|
+
navigator.clipboard.writeText(copyText);
|
|
13396
|
+
const button = event.currentTarget;
|
|
13397
|
+
if (changeText)
|
|
13398
|
+
$$invalidate(3, buttonText = "Copied Stripe Test Card");
|
|
13399
|
+
button.classList.add("copied");
|
|
13400
|
+
setTimeout(
|
|
13401
|
+
() => {
|
|
13402
|
+
button.classList.remove("copied");
|
|
13403
|
+
$$invalidate(3, buttonText = "Copy Stripe Test Card");
|
|
13404
|
+
$$invalidate(4, showDropdown = false);
|
|
13405
|
+
},
|
|
13406
|
+
1e3
|
|
13407
|
+
);
|
|
13408
|
+
}
|
|
13409
|
+
const click_handler = (event) => copyToClipboard(event, "4242 4242 4242 4242", true);
|
|
13410
|
+
const click_handler_1 = () => $$invalidate(4, showDropdown = !showDropdown);
|
|
13411
|
+
const click_handler_2 = (event) => copyToClipboard(event, "4000 0566 5566 5556");
|
|
13412
|
+
const click_handler_3 = (event) => copyToClipboard(event, "5555 5555 5555 4444");
|
|
13413
|
+
const click_handler_4 = (event) => copyToClipboard(event, "3782 822463 10005");
|
|
13414
|
+
const click_handler_5 = (event) => copyToClipboard(event, "4000 0000 0000 0002");
|
|
13415
|
+
const click_handler_6 = (event) => copyToClipboard(event, "4000 0000 0000 9995");
|
|
13416
|
+
const click_handler_7 = () => {
|
|
13417
|
+
onSuccessSubmit();
|
|
13418
|
+
};
|
|
13419
|
+
$$self.$$set = ($$props2) => {
|
|
13420
|
+
if ("closeModal" in $$props2)
|
|
13421
|
+
$$invalidate(0, closeModal = $$props2.closeModal);
|
|
13422
|
+
if ("display" in $$props2)
|
|
13423
|
+
$$invalidate(6, display = $$props2.display);
|
|
13424
|
+
if ("onSuccessSubmit" in $$props2)
|
|
13425
|
+
$$invalidate(1, onSuccessSubmit = $$props2.onSuccessSubmit);
|
|
13426
|
+
if ("params" in $$props2)
|
|
13427
|
+
$$invalidate(2, params = $$props2.params);
|
|
13428
|
+
};
|
|
13429
|
+
return [
|
|
13430
|
+
closeModal,
|
|
13431
|
+
onSuccessSubmit,
|
|
13432
|
+
params,
|
|
13433
|
+
buttonText,
|
|
13434
|
+
showDropdown,
|
|
13435
|
+
copyToClipboard,
|
|
13436
|
+
display,
|
|
13437
|
+
click_handler,
|
|
13438
|
+
click_handler_1,
|
|
13439
|
+
click_handler_2,
|
|
13440
|
+
click_handler_3,
|
|
13441
|
+
click_handler_4,
|
|
13442
|
+
click_handler_5,
|
|
13443
|
+
click_handler_6,
|
|
13444
|
+
click_handler_7
|
|
13445
|
+
];
|
|
13446
|
+
}
|
|
13447
|
+
var TestCardModal = class extends SvelteComponent {
|
|
13448
|
+
constructor(options) {
|
|
13449
|
+
super();
|
|
13450
|
+
init(
|
|
13451
|
+
this,
|
|
13452
|
+
options,
|
|
13453
|
+
instance$i,
|
|
13454
|
+
create_fragment$B,
|
|
13455
|
+
safe_not_equal,
|
|
13456
|
+
{
|
|
13457
|
+
closeModal: 0,
|
|
13458
|
+
display: 6,
|
|
13459
|
+
onSuccessSubmit: 1,
|
|
13460
|
+
params: 2
|
|
13461
|
+
},
|
|
13462
|
+
add_css$h
|
|
13463
|
+
);
|
|
13464
|
+
}
|
|
13465
|
+
};
|
|
13466
|
+
function isLocalStorageAvailable() {
|
|
13467
|
+
try {
|
|
13468
|
+
localStorage.setItem("test", "test");
|
|
13469
|
+
localStorage.removeItem("test");
|
|
13470
|
+
return true;
|
|
13471
|
+
} catch (e) {
|
|
13472
|
+
return false;
|
|
13473
|
+
}
|
|
13474
|
+
}
|
|
13475
|
+
var localStorageAvailable = isLocalStorageAvailable();
|
|
13476
|
+
console.log("localStorageAvailable", localStorageAvailable);
|
|
13477
|
+
AppStore.subscribe((data) => {
|
|
13478
|
+
if (!data.initialValue) {
|
|
13479
|
+
InspectorStore.update((store) => {
|
|
13480
|
+
store.appData = data;
|
|
13481
|
+
return store;
|
|
13482
|
+
});
|
|
13483
|
+
}
|
|
13484
|
+
});
|
|
13485
|
+
var InspectorStore = writable({
|
|
13486
|
+
showSidebar: false,
|
|
13487
|
+
showSide: "right",
|
|
13488
|
+
// "left" or "right
|
|
13489
|
+
showTab: "inspector",
|
|
13490
|
+
// inspector, member, app
|
|
13491
|
+
xRayMode: true,
|
|
13492
|
+
//localStorage.getItem("MSXRayMode") ? JSON.parse(localStorage.getItem("MSXRayMode")) : true,
|
|
13493
|
+
xRayErrorElements: [],
|
|
13494
|
+
xRayWarningElements: [],
|
|
12871
13495
|
cartData: [],
|
|
12872
13496
|
// data from the session storage
|
|
12873
13497
|
inspectorData: [],
|
|
12874
13498
|
// id's of items that have been found on the page
|
|
12875
13499
|
// member data from the memberstack local storage _ms-mem
|
|
12876
|
-
memberData:
|
|
13500
|
+
memberData: {},
|
|
13501
|
+
// localStorage.getItem("_ms-mem") ? JSON.parse(localStorage.getItem("_ms-mem")) : {},
|
|
12877
13502
|
appData: {}
|
|
12878
13503
|
// data from the app store
|
|
12879
13504
|
});
|
|
@@ -12910,7 +13535,6 @@ var SetShowTab = (tab) => {
|
|
|
12910
13535
|
var ToggleXRayMode = () => {
|
|
12911
13536
|
InspectorStore.update((store) => {
|
|
12912
13537
|
store.xRayMode = !store.xRayMode;
|
|
12913
|
-
localStorage.setItem("MSXRayMode", store.xRayMode);
|
|
12914
13538
|
return store;
|
|
12915
13539
|
});
|
|
12916
13540
|
};
|
|
@@ -12928,15 +13552,17 @@ var AddXRayWarningElement = (data) => {
|
|
|
12928
13552
|
};
|
|
12929
13553
|
function UpdateMemberData() {
|
|
12930
13554
|
InspectorStore.update((store) => {
|
|
12931
|
-
store.memberData =
|
|
13555
|
+
store.memberData = {};
|
|
12932
13556
|
return store;
|
|
12933
13557
|
});
|
|
12934
13558
|
}
|
|
12935
|
-
window
|
|
12936
|
-
|
|
12937
|
-
|
|
12938
|
-
|
|
12939
|
-
}
|
|
13559
|
+
if (typeof window !== "undefined") {
|
|
13560
|
+
window.addEventListener("storage", function(event) {
|
|
13561
|
+
if (event.key === "_ms-mem") {
|
|
13562
|
+
UpdateMemberData();
|
|
13563
|
+
}
|
|
13564
|
+
});
|
|
13565
|
+
}
|
|
12940
13566
|
var inspectorItems = [
|
|
12941
13567
|
{
|
|
12942
13568
|
"id": "ready-for-checkout",
|
|
@@ -23233,9 +23859,9 @@ var TestMode = class extends SvelteComponent {
|
|
|
23233
23859
|
}
|
|
23234
23860
|
};
|
|
23235
23861
|
function add_css(target) {
|
|
23236
|
-
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}');
|
|
23862
|
+
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}');
|
|
23237
23863
|
}
|
|
23238
|
-
function
|
|
23864
|
+
function create_if_block_11(ctx) {
|
|
23239
23865
|
let testmode;
|
|
23240
23866
|
let current;
|
|
23241
23867
|
testmode = new TestMode({});
|
|
@@ -23278,7 +23904,8 @@ function create_if_block(ctx) {
|
|
|
23278
23904
|
create_if_block_5,
|
|
23279
23905
|
create_if_block_6,
|
|
23280
23906
|
create_if_block_7,
|
|
23281
|
-
create_if_block_8
|
|
23907
|
+
create_if_block_8,
|
|
23908
|
+
create_if_block_10
|
|
23282
23909
|
];
|
|
23283
23910
|
const if_blocks = [];
|
|
23284
23911
|
function select_block_type_1(ctx2, dirty) {
|
|
@@ -23322,6 +23949,11 @@ function create_if_block(ctx) {
|
|
|
23322
23949
|
ctx2[0] === "profile"
|
|
23323
23950
|
)
|
|
23324
23951
|
return 7;
|
|
23952
|
+
if (
|
|
23953
|
+
/*display*/
|
|
23954
|
+
ctx2[0] === "test_card"
|
|
23955
|
+
)
|
|
23956
|
+
return 8;
|
|
23325
23957
|
return -1;
|
|
23326
23958
|
}
|
|
23327
23959
|
if (~(current_block_type_index = select_block_type_1(ctx))) {
|
|
@@ -23333,7 +23965,7 @@ function create_if_block(ctx) {
|
|
|
23333
23965
|
if (if_block)
|
|
23334
23966
|
if_block.c();
|
|
23335
23967
|
attr(main, "id", "msOverlay");
|
|
23336
|
-
attr(main, "class", "svelte-
|
|
23968
|
+
attr(main, "class", "svelte-1blpd87");
|
|
23337
23969
|
},
|
|
23338
23970
|
m(target, anchor) {
|
|
23339
23971
|
insert(target, main, anchor);
|
|
@@ -23402,6 +24034,89 @@ function create_if_block(ctx) {
|
|
|
23402
24034
|
}
|
|
23403
24035
|
};
|
|
23404
24036
|
}
|
|
24037
|
+
function create_if_block_10(ctx) {
|
|
24038
|
+
let testcardmodal;
|
|
24039
|
+
let updating_display;
|
|
24040
|
+
let updating_params;
|
|
24041
|
+
let current;
|
|
24042
|
+
function testcardmodal_display_binding(value) {
|
|
24043
|
+
ctx[20](value);
|
|
24044
|
+
}
|
|
24045
|
+
function testcardmodal_params_binding(value) {
|
|
24046
|
+
ctx[21](value);
|
|
24047
|
+
}
|
|
24048
|
+
let testcardmodal_props = {
|
|
24049
|
+
closeModal: (
|
|
24050
|
+
/*closeModal*/
|
|
24051
|
+
ctx[5]
|
|
24052
|
+
),
|
|
24053
|
+
onSuccessSubmit: (
|
|
24054
|
+
/*onSuccess*/
|
|
24055
|
+
ctx[2]
|
|
24056
|
+
)
|
|
24057
|
+
};
|
|
24058
|
+
if (
|
|
24059
|
+
/*display*/
|
|
24060
|
+
ctx[0] !== void 0
|
|
24061
|
+
) {
|
|
24062
|
+
testcardmodal_props.display = /*display*/
|
|
24063
|
+
ctx[0];
|
|
24064
|
+
}
|
|
24065
|
+
if (
|
|
24066
|
+
/*params*/
|
|
24067
|
+
ctx[1] !== void 0
|
|
24068
|
+
) {
|
|
24069
|
+
testcardmodal_props.params = /*params*/
|
|
24070
|
+
ctx[1];
|
|
24071
|
+
}
|
|
24072
|
+
testcardmodal = new TestCardModal({ props: testcardmodal_props });
|
|
24073
|
+
binding_callbacks.push(() => bind(testcardmodal, "display", testcardmodal_display_binding));
|
|
24074
|
+
binding_callbacks.push(() => bind(testcardmodal, "params", testcardmodal_params_binding));
|
|
24075
|
+
return {
|
|
24076
|
+
c() {
|
|
24077
|
+
create_component(testcardmodal.$$.fragment);
|
|
24078
|
+
},
|
|
24079
|
+
m(target, anchor) {
|
|
24080
|
+
mount_component(testcardmodal, target, anchor);
|
|
24081
|
+
current = true;
|
|
24082
|
+
},
|
|
24083
|
+
p(ctx2, dirty) {
|
|
24084
|
+
const testcardmodal_changes = {};
|
|
24085
|
+
if (dirty & /*onSuccess*/
|
|
24086
|
+
4)
|
|
24087
|
+
testcardmodal_changes.onSuccessSubmit = /*onSuccess*/
|
|
24088
|
+
ctx2[2];
|
|
24089
|
+
if (!updating_display && dirty & /*display*/
|
|
24090
|
+
1) {
|
|
24091
|
+
updating_display = true;
|
|
24092
|
+
testcardmodal_changes.display = /*display*/
|
|
24093
|
+
ctx2[0];
|
|
24094
|
+
add_flush_callback(() => updating_display = false);
|
|
24095
|
+
}
|
|
24096
|
+
if (!updating_params && dirty & /*params*/
|
|
24097
|
+
2) {
|
|
24098
|
+
updating_params = true;
|
|
24099
|
+
testcardmodal_changes.params = /*params*/
|
|
24100
|
+
ctx2[1];
|
|
24101
|
+
add_flush_callback(() => updating_params = false);
|
|
24102
|
+
}
|
|
24103
|
+
testcardmodal.$set(testcardmodal_changes);
|
|
24104
|
+
},
|
|
24105
|
+
i(local) {
|
|
24106
|
+
if (current)
|
|
24107
|
+
return;
|
|
24108
|
+
transition_in(testcardmodal.$$.fragment, local);
|
|
24109
|
+
current = true;
|
|
24110
|
+
},
|
|
24111
|
+
o(local) {
|
|
24112
|
+
transition_out(testcardmodal.$$.fragment, local);
|
|
24113
|
+
current = false;
|
|
24114
|
+
},
|
|
24115
|
+
d(detaching) {
|
|
24116
|
+
destroy_component(testcardmodal, detaching);
|
|
24117
|
+
}
|
|
24118
|
+
};
|
|
24119
|
+
}
|
|
23405
24120
|
function create_if_block_8(ctx) {
|
|
23406
24121
|
let mediaquery;
|
|
23407
24122
|
let current;
|
|
@@ -23411,8 +24126,8 @@ function create_if_block_8(ctx) {
|
|
|
23411
24126
|
$$slots: {
|
|
23412
24127
|
default: [
|
|
23413
24128
|
create_default_slot,
|
|
23414
|
-
({ matches }) => ({
|
|
23415
|
-
({ matches }) => matches ?
|
|
24129
|
+
({ matches }) => ({ 26: matches }),
|
|
24130
|
+
({ matches }) => matches ? 67108864 : 0
|
|
23416
24131
|
]
|
|
23417
24132
|
},
|
|
23418
24133
|
$$scope: { ctx }
|
|
@@ -23429,7 +24144,7 @@ function create_if_block_8(ctx) {
|
|
|
23429
24144
|
p(ctx2, dirty) {
|
|
23430
24145
|
const mediaquery_changes = {};
|
|
23431
24146
|
if (dirty & /*$$scope, onSuccess, member, display, matches*/
|
|
23432
|
-
|
|
24147
|
+
201326605) {
|
|
23433
24148
|
mediaquery_changes.$$scope = { dirty, ctx: ctx2 };
|
|
23434
24149
|
}
|
|
23435
24150
|
mediaquery.$set(mediaquery_changes);
|
|
@@ -24052,7 +24767,7 @@ function create_default_slot(ctx) {
|
|
|
24052
24767
|
function select_block_type_2(ctx2, dirty) {
|
|
24053
24768
|
if (
|
|
24054
24769
|
/*matches*/
|
|
24055
|
-
ctx2[
|
|
24770
|
+
ctx2[26]
|
|
24056
24771
|
)
|
|
24057
24772
|
return 0;
|
|
24058
24773
|
return 1;
|
|
@@ -24113,7 +24828,7 @@ function create_fragment(ctx) {
|
|
|
24113
24828
|
let if_block;
|
|
24114
24829
|
let if_block_anchor;
|
|
24115
24830
|
let current;
|
|
24116
|
-
const if_block_creators = [create_if_block,
|
|
24831
|
+
const if_block_creators = [create_if_block, create_if_block_11];
|
|
24117
24832
|
const if_blocks = [];
|
|
24118
24833
|
function select_block_type(ctx2, dirty) {
|
|
24119
24834
|
if (
|
|
@@ -24293,6 +25008,14 @@ function instance($$self, $$props, $$invalidate) {
|
|
|
24293
25008
|
display = value;
|
|
24294
25009
|
$$invalidate(0, display);
|
|
24295
25010
|
}
|
|
25011
|
+
function testcardmodal_display_binding(value) {
|
|
25012
|
+
display = value;
|
|
25013
|
+
$$invalidate(0, display);
|
|
25014
|
+
}
|
|
25015
|
+
function testcardmodal_params_binding(value) {
|
|
25016
|
+
params = value;
|
|
25017
|
+
$$invalidate(1, params);
|
|
25018
|
+
}
|
|
24296
25019
|
$$self.$$set = ($$props2) => {
|
|
24297
25020
|
if ("display" in $$props2)
|
|
24298
25021
|
$$invalidate(0, display = $$props2.display);
|
|
@@ -24327,7 +25050,9 @@ function instance($$self, $$props, $$invalidate) {
|
|
|
24327
25050
|
passwordlesstokenmodal_display_binding,
|
|
24328
25051
|
passwordlesstokenmodal_params_binding,
|
|
24329
25052
|
mobileprofilemodal_display_binding,
|
|
24330
|
-
profilemodal_display_binding
|
|
25053
|
+
profilemodal_display_binding,
|
|
25054
|
+
testcardmodal_display_binding,
|
|
25055
|
+
testcardmodal_params_binding
|
|
24331
25056
|
];
|
|
24332
25057
|
}
|
|
24333
25058
|
var Main = class extends SvelteComponent {
|