@forgerock/login-widget 1.0.2-beta.3 → 1.1.0-beta.1
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/CHANGELOG.md +16 -0
- package/index.cjs +606 -343
- package/index.cjs.map +1 -1
- package/index.d.ts +1 -1
- package/index.js +606 -343
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/types.d.ts +1 -1
package/index.cjs
CHANGED
|
@@ -3593,7 +3593,7 @@ var __generator$l = (undefined && undefined.__generator) || function (thisArg, b
|
|
|
3593
3593
|
* });
|
|
3594
3594
|
* ```
|
|
3595
3595
|
*/
|
|
3596
|
-
/** @class */ (
|
|
3596
|
+
var FRDevice = /** @class */ (function (_super) {
|
|
3597
3597
|
__extends$l(FRDevice, _super);
|
|
3598
3598
|
function FRDevice(config) {
|
|
3599
3599
|
var _this = _super.call(this) || this;
|
|
@@ -3787,7 +3787,7 @@ var __generator$l = (undefined && undefined.__generator) || function (thisArg, b
|
|
|
3787
3787
|
}
|
|
3788
3788
|
};
|
|
3789
3789
|
return FRDevice;
|
|
3790
|
-
}
|
|
3790
|
+
}(Collector));
|
|
3791
3791
|
|
|
3792
3792
|
/*
|
|
3793
3793
|
* @forgerock/javascript-sdk
|
|
@@ -17438,7 +17438,7 @@ function buildStepMetadata(callbackMetadataArray, stageJson, stageName) {
|
|
|
17438
17438
|
}
|
|
17439
17439
|
return {
|
|
17440
17440
|
derived: {
|
|
17441
|
-
isStepSelfSubmittable: isStepSelfSubmittable(callbackMetadataArray, userInputOptional),
|
|
17441
|
+
isStepSelfSubmittable: () => isStepSelfSubmittable(callbackMetadataArray, userInputOptional),
|
|
17442
17442
|
isUserInputOptional: userInputOptional,
|
|
17443
17443
|
numOfCallbacks: callbackMetadataArray.length,
|
|
17444
17444
|
numOfSelfSubmittableCbs: callbackMetadataArray.filter((cb) => !!cb.derived.isSelfSubmitting)
|
|
@@ -18403,7 +18403,7 @@ function create_else_block$a(ctx) {
|
|
|
18403
18403
|
}
|
|
18404
18404
|
|
|
18405
18405
|
// (11:0) {#if html}
|
|
18406
|
-
function create_if_block$
|
|
18406
|
+
function create_if_block$o(ctx) {
|
|
18407
18407
|
let current;
|
|
18408
18408
|
const default_slot_template = /*#slots*/ ctx[5].default;
|
|
18409
18409
|
const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[4], null);
|
|
@@ -18500,12 +18500,12 @@ function fallback_block$2(ctx) {
|
|
|
18500
18500
|
};
|
|
18501
18501
|
}
|
|
18502
18502
|
|
|
18503
|
-
function create_fragment$
|
|
18503
|
+
function create_fragment$_(ctx) {
|
|
18504
18504
|
let current_block_type_index;
|
|
18505
18505
|
let if_block;
|
|
18506
18506
|
let if_block_anchor;
|
|
18507
18507
|
let current;
|
|
18508
|
-
const if_block_creators = [create_if_block$
|
|
18508
|
+
const if_block_creators = [create_if_block$o, create_else_block$a];
|
|
18509
18509
|
const if_blocks = [];
|
|
18510
18510
|
|
|
18511
18511
|
function select_block_type(ctx, dirty) {
|
|
@@ -18569,7 +18569,7 @@ function create_fragment$Z(ctx) {
|
|
|
18569
18569
|
};
|
|
18570
18570
|
}
|
|
18571
18571
|
|
|
18572
|
-
function instance
|
|
18572
|
+
function instance$$($$self, $$props, $$invalidate) {
|
|
18573
18573
|
let { $$slots: slots = {}, $$scope } = $$props;
|
|
18574
18574
|
let { html = false } = $$props;
|
|
18575
18575
|
let { key } = $$props;
|
|
@@ -18597,13 +18597,13 @@ function instance$_($$self, $$props, $$invalidate) {
|
|
|
18597
18597
|
class Locale_strings extends SvelteComponent {
|
|
18598
18598
|
constructor(options) {
|
|
18599
18599
|
super();
|
|
18600
|
-
init(this, options, instance
|
|
18600
|
+
init(this, options, instance$$, create_fragment$_, safe_not_equal, { html: 0, key: 2, values: 3 });
|
|
18601
18601
|
}
|
|
18602
18602
|
}
|
|
18603
18603
|
|
|
18604
18604
|
/* src/lib/components/icons/x-icon.svelte generated by Svelte v3.55.1 */
|
|
18605
18605
|
|
|
18606
|
-
function create_fragment$
|
|
18606
|
+
function create_fragment$Z(ctx) {
|
|
18607
18607
|
let svg;
|
|
18608
18608
|
let path;
|
|
18609
18609
|
let title;
|
|
@@ -18679,7 +18679,7 @@ function create_fragment$Y(ctx) {
|
|
|
18679
18679
|
};
|
|
18680
18680
|
}
|
|
18681
18681
|
|
|
18682
|
-
function instance$
|
|
18682
|
+
function instance$_($$self, $$props, $$invalidate) {
|
|
18683
18683
|
let { $$slots: slots = {}, $$scope } = $$props;
|
|
18684
18684
|
let { classes = '' } = $$props;
|
|
18685
18685
|
let { size = '24px' } = $$props;
|
|
@@ -18696,7 +18696,7 @@ function instance$Z($$self, $$props, $$invalidate) {
|
|
|
18696
18696
|
class X_icon extends SvelteComponent {
|
|
18697
18697
|
constructor(options) {
|
|
18698
18698
|
super();
|
|
18699
|
-
init(this, options, instance$
|
|
18699
|
+
init(this, options, instance$_, create_fragment$Z, safe_not_equal, { classes: 0, size: 1 });
|
|
18700
18700
|
}
|
|
18701
18701
|
}
|
|
18702
18702
|
|
|
@@ -18801,7 +18801,7 @@ function create_else_block$9(ctx) {
|
|
|
18801
18801
|
}
|
|
18802
18802
|
|
|
18803
18803
|
// (39:2) {#if withHeader}
|
|
18804
|
-
function create_if_block$
|
|
18804
|
+
function create_if_block$n(ctx) {
|
|
18805
18805
|
let div1;
|
|
18806
18806
|
let div0;
|
|
18807
18807
|
let div0_style_value;
|
|
@@ -18815,7 +18815,7 @@ function create_if_block$m(ctx) {
|
|
|
18815
18815
|
xicon = new X_icon({
|
|
18816
18816
|
props: {
|
|
18817
18817
|
classes: "tw_inline-block tw_fill-current tw_text-secondary-dark dark:tw_text-secondary-light",
|
|
18818
|
-
$$slots: { default: [create_default_slot$
|
|
18818
|
+
$$slots: { default: [create_default_slot$r] },
|
|
18819
18819
|
$$scope: { ctx }
|
|
18820
18820
|
}
|
|
18821
18821
|
});
|
|
@@ -18948,7 +18948,7 @@ function create_if_block_1$c(ctx) {
|
|
|
18948
18948
|
}
|
|
18949
18949
|
|
|
18950
18950
|
// (55:8) <XIcon classes="tw_inline-block tw_fill-current tw_text-secondary-dark dark:tw_text-secondary-light" >
|
|
18951
|
-
function create_default_slot$
|
|
18951
|
+
function create_default_slot$r(ctx) {
|
|
18952
18952
|
let t;
|
|
18953
18953
|
let current;
|
|
18954
18954
|
t = new Locale_strings({ props: { key: "closeModal" } });
|
|
@@ -18977,7 +18977,7 @@ function create_default_slot$q(ctx) {
|
|
|
18977
18977
|
};
|
|
18978
18978
|
}
|
|
18979
18979
|
|
|
18980
|
-
function create_fragment$
|
|
18980
|
+
function create_fragment$Y(ctx) {
|
|
18981
18981
|
let dialog;
|
|
18982
18982
|
let current_block_type_index;
|
|
18983
18983
|
let if_block;
|
|
@@ -18985,7 +18985,7 @@ function create_fragment$X(ctx) {
|
|
|
18985
18985
|
let div;
|
|
18986
18986
|
let dialog_class_value;
|
|
18987
18987
|
let current;
|
|
18988
|
-
const if_block_creators = [create_if_block$
|
|
18988
|
+
const if_block_creators = [create_if_block$n, create_else_block$9];
|
|
18989
18989
|
const if_blocks = [];
|
|
18990
18990
|
|
|
18991
18991
|
function select_block_type(ctx, dirty) {
|
|
@@ -19097,7 +19097,7 @@ function create_fragment$X(ctx) {
|
|
|
19097
19097
|
};
|
|
19098
19098
|
}
|
|
19099
19099
|
|
|
19100
|
-
function instance$
|
|
19100
|
+
function instance$Z($$self, $$props, $$invalidate) {
|
|
19101
19101
|
let $styleStore;
|
|
19102
19102
|
component_subscribe($$self, styleStore, $$value => $$invalidate(5, $styleStore = $$value));
|
|
19103
19103
|
let { $$slots: slots = {}, $$scope } = $$props;
|
|
@@ -19171,7 +19171,7 @@ class Dialog extends SvelteComponent {
|
|
|
19171
19171
|
constructor(options) {
|
|
19172
19172
|
super();
|
|
19173
19173
|
|
|
19174
|
-
init(this, options, instance$
|
|
19174
|
+
init(this, options, instance$Z, create_fragment$Y, safe_not_equal, {
|
|
19175
19175
|
dialogEl: 0,
|
|
19176
19176
|
dialogId: 1,
|
|
19177
19177
|
forceOpen: 2,
|
|
@@ -19187,7 +19187,7 @@ class Dialog extends SvelteComponent {
|
|
|
19187
19187
|
|
|
19188
19188
|
/* src/lib/components/icons/alert-icon.svelte generated by Svelte v3.55.1 */
|
|
19189
19189
|
|
|
19190
|
-
function create_fragment$
|
|
19190
|
+
function create_fragment$X(ctx) {
|
|
19191
19191
|
let svg;
|
|
19192
19192
|
let path;
|
|
19193
19193
|
let title;
|
|
@@ -19263,7 +19263,7 @@ function create_fragment$W(ctx) {
|
|
|
19263
19263
|
};
|
|
19264
19264
|
}
|
|
19265
19265
|
|
|
19266
|
-
function instance$
|
|
19266
|
+
function instance$Y($$self, $$props, $$invalidate) {
|
|
19267
19267
|
let { $$slots: slots = {}, $$scope } = $$props;
|
|
19268
19268
|
let { classes = '' } = $$props;
|
|
19269
19269
|
let { size = '24px' } = $$props;
|
|
@@ -19280,13 +19280,13 @@ function instance$X($$self, $$props, $$invalidate) {
|
|
|
19280
19280
|
class Alert_icon extends SvelteComponent {
|
|
19281
19281
|
constructor(options) {
|
|
19282
19282
|
super();
|
|
19283
|
-
init(this, options, instance$
|
|
19283
|
+
init(this, options, instance$Y, create_fragment$X, safe_not_equal, { classes: 0, size: 1 });
|
|
19284
19284
|
}
|
|
19285
19285
|
}
|
|
19286
19286
|
|
|
19287
19287
|
/* src/lib/components/icons/info-icon.svelte generated by Svelte v3.55.1 */
|
|
19288
19288
|
|
|
19289
|
-
function create_fragment$
|
|
19289
|
+
function create_fragment$W(ctx) {
|
|
19290
19290
|
let svg;
|
|
19291
19291
|
let path;
|
|
19292
19292
|
let title;
|
|
@@ -19362,7 +19362,7 @@ function create_fragment$V(ctx) {
|
|
|
19362
19362
|
};
|
|
19363
19363
|
}
|
|
19364
19364
|
|
|
19365
|
-
function instance$
|
|
19365
|
+
function instance$X($$self, $$props, $$invalidate) {
|
|
19366
19366
|
let { $$slots: slots = {}, $$scope } = $$props;
|
|
19367
19367
|
let { classes = '' } = $$props;
|
|
19368
19368
|
let { size = '24px' } = $$props;
|
|
@@ -19379,13 +19379,13 @@ function instance$W($$self, $$props, $$invalidate) {
|
|
|
19379
19379
|
class Info_icon extends SvelteComponent {
|
|
19380
19380
|
constructor(options) {
|
|
19381
19381
|
super();
|
|
19382
|
-
init(this, options, instance$
|
|
19382
|
+
init(this, options, instance$X, create_fragment$W, safe_not_equal, { classes: 0, size: 1 });
|
|
19383
19383
|
}
|
|
19384
19384
|
}
|
|
19385
19385
|
|
|
19386
19386
|
/* src/lib/components/icons/warning-icon.svelte generated by Svelte v3.55.1 */
|
|
19387
19387
|
|
|
19388
|
-
function create_fragment$
|
|
19388
|
+
function create_fragment$V(ctx) {
|
|
19389
19389
|
let svg;
|
|
19390
19390
|
let path;
|
|
19391
19391
|
let title;
|
|
@@ -19461,7 +19461,7 @@ function create_fragment$U(ctx) {
|
|
|
19461
19461
|
};
|
|
19462
19462
|
}
|
|
19463
19463
|
|
|
19464
|
-
function instance$
|
|
19464
|
+
function instance$W($$self, $$props, $$invalidate) {
|
|
19465
19465
|
let { $$slots: slots = {}, $$scope } = $$props;
|
|
19466
19466
|
let { classes = '' } = $$props;
|
|
19467
19467
|
let { size = '24px' } = $$props;
|
|
@@ -19478,7 +19478,7 @@ function instance$V($$self, $$props, $$invalidate) {
|
|
|
19478
19478
|
class Warning_icon extends SvelteComponent {
|
|
19479
19479
|
constructor(options) {
|
|
19480
19480
|
super();
|
|
19481
|
-
init(this, options, instance$
|
|
19481
|
+
init(this, options, instance$W, create_fragment$V, safe_not_equal, { classes: 0, size: 1 });
|
|
19482
19482
|
}
|
|
19483
19483
|
}
|
|
19484
19484
|
|
|
@@ -19542,7 +19542,7 @@ function create_if_block_1$b(ctx) {
|
|
|
19542
19542
|
}
|
|
19543
19543
|
|
|
19544
19544
|
// (41:4) {#if type === 'error'}
|
|
19545
|
-
function create_if_block$
|
|
19545
|
+
function create_if_block$m(ctx) {
|
|
19546
19546
|
let alerticon;
|
|
19547
19547
|
let current;
|
|
19548
19548
|
alerticon = new Alert_icon({});
|
|
@@ -19570,7 +19570,7 @@ function create_if_block$l(ctx) {
|
|
|
19570
19570
|
};
|
|
19571
19571
|
}
|
|
19572
19572
|
|
|
19573
|
-
function create_fragment$
|
|
19573
|
+
function create_fragment$U(ctx) {
|
|
19574
19574
|
let div;
|
|
19575
19575
|
let p;
|
|
19576
19576
|
let current_block_type_index;
|
|
@@ -19579,7 +19579,7 @@ function create_fragment$T(ctx) {
|
|
|
19579
19579
|
let span;
|
|
19580
19580
|
let div_class_value;
|
|
19581
19581
|
let current;
|
|
19582
|
-
const if_block_creators = [create_if_block$
|
|
19582
|
+
const if_block_creators = [create_if_block$m, create_if_block_1$b, create_else_block$8];
|
|
19583
19583
|
const if_blocks = [];
|
|
19584
19584
|
|
|
19585
19585
|
function select_block_type(ctx, dirty) {
|
|
@@ -19706,7 +19706,7 @@ function generateClassString$3(...args) {
|
|
|
19706
19706
|
);
|
|
19707
19707
|
}
|
|
19708
19708
|
|
|
19709
|
-
function instance$
|
|
19709
|
+
function instance$V($$self, $$props, $$invalidate) {
|
|
19710
19710
|
let { $$slots: slots = {}, $$scope } = $$props;
|
|
19711
19711
|
let { id } = $$props;
|
|
19712
19712
|
let { needsFocus = false } = $$props;
|
|
@@ -19743,13 +19743,13 @@ function instance$U($$self, $$props, $$invalidate) {
|
|
|
19743
19743
|
class Alert extends SvelteComponent {
|
|
19744
19744
|
constructor(options) {
|
|
19745
19745
|
super();
|
|
19746
|
-
init(this, options, instance$
|
|
19746
|
+
init(this, options, instance$V, create_fragment$U, safe_not_equal, { id: 0, needsFocus: 3, type: 1 });
|
|
19747
19747
|
}
|
|
19748
19748
|
}
|
|
19749
19749
|
|
|
19750
19750
|
/* src/lib/components/primitives/spinner/spinner.svelte generated by Svelte v3.55.1 */
|
|
19751
19751
|
|
|
19752
|
-
function create_fragment$
|
|
19752
|
+
function create_fragment$T(ctx) {
|
|
19753
19753
|
let div;
|
|
19754
19754
|
let span;
|
|
19755
19755
|
let t;
|
|
@@ -19793,7 +19793,7 @@ function create_fragment$S(ctx) {
|
|
|
19793
19793
|
};
|
|
19794
19794
|
}
|
|
19795
19795
|
|
|
19796
|
-
function instance$
|
|
19796
|
+
function instance$U($$self, $$props, $$invalidate) {
|
|
19797
19797
|
let { colorClass } = $$props;
|
|
19798
19798
|
let { layoutClasses } = $$props;
|
|
19799
19799
|
|
|
@@ -19808,13 +19808,13 @@ function instance$T($$self, $$props, $$invalidate) {
|
|
|
19808
19808
|
class Spinner extends SvelteComponent {
|
|
19809
19809
|
constructor(options) {
|
|
19810
19810
|
super();
|
|
19811
|
-
init(this, options, instance$
|
|
19811
|
+
init(this, options, instance$U, create_fragment$T, safe_not_equal, { colorClass: 0, layoutClasses: 1 });
|
|
19812
19812
|
}
|
|
19813
19813
|
}
|
|
19814
19814
|
|
|
19815
19815
|
/* src/lib/components/primitives/button/button.svelte generated by Svelte v3.55.1 */
|
|
19816
19816
|
|
|
19817
|
-
function create_if_block$
|
|
19817
|
+
function create_if_block$l(ctx) {
|
|
19818
19818
|
let spinner;
|
|
19819
19819
|
let current;
|
|
19820
19820
|
|
|
@@ -19865,14 +19865,14 @@ function fallback_block$1(ctx) {
|
|
|
19865
19865
|
};
|
|
19866
19866
|
}
|
|
19867
19867
|
|
|
19868
|
-
function create_fragment$
|
|
19868
|
+
function create_fragment$S(ctx) {
|
|
19869
19869
|
let button;
|
|
19870
19870
|
let t;
|
|
19871
19871
|
let button_class_value;
|
|
19872
19872
|
let current;
|
|
19873
19873
|
let mounted;
|
|
19874
19874
|
let dispose;
|
|
19875
|
-
let if_block = /*busy*/ ctx[0] && create_if_block$
|
|
19875
|
+
let if_block = /*busy*/ ctx[0] && create_if_block$l();
|
|
19876
19876
|
const default_slot_template = /*#slots*/ ctx[7].default;
|
|
19877
19877
|
const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[6], null);
|
|
19878
19878
|
const default_slot_or_fallback = default_slot || fallback_block$1();
|
|
@@ -19914,7 +19914,7 @@ function create_fragment$R(ctx) {
|
|
|
19914
19914
|
transition_in(if_block, 1);
|
|
19915
19915
|
}
|
|
19916
19916
|
} else {
|
|
19917
|
-
if_block = create_if_block$
|
|
19917
|
+
if_block = create_if_block$l();
|
|
19918
19918
|
if_block.c();
|
|
19919
19919
|
transition_in(if_block, 1);
|
|
19920
19920
|
if_block.m(button, t);
|
|
@@ -19995,7 +19995,7 @@ function generateClassString$2(...args) {
|
|
|
19995
19995
|
);
|
|
19996
19996
|
}
|
|
19997
19997
|
|
|
19998
|
-
function instance$
|
|
19998
|
+
function instance$T($$self, $$props, $$invalidate) {
|
|
19999
19999
|
let { $$slots: slots = {}, $$scope } = $$props;
|
|
20000
20000
|
let { busy = false } = $$props;
|
|
20001
20001
|
let { classes = '' } = $$props;
|
|
@@ -20025,7 +20025,7 @@ class Button extends SvelteComponent {
|
|
|
20025
20025
|
constructor(options) {
|
|
20026
20026
|
super();
|
|
20027
20027
|
|
|
20028
|
-
init(this, options, instance$
|
|
20028
|
+
init(this, options, instance$T, create_fragment$S, safe_not_equal, {
|
|
20029
20029
|
busy: 0,
|
|
20030
20030
|
classes: 1,
|
|
20031
20031
|
onClick: 2,
|
|
@@ -20038,7 +20038,7 @@ class Button extends SvelteComponent {
|
|
|
20038
20038
|
|
|
20039
20039
|
/* src/lib/components/primitives/form/form.svelte generated by Svelte v3.55.1 */
|
|
20040
20040
|
|
|
20041
|
-
function create_fragment$
|
|
20041
|
+
function create_fragment$R(ctx) {
|
|
20042
20042
|
let form;
|
|
20043
20043
|
let form_class_value;
|
|
20044
20044
|
let current;
|
|
@@ -20125,7 +20125,7 @@ function create_fragment$Q(ctx) {
|
|
|
20125
20125
|
};
|
|
20126
20126
|
}
|
|
20127
20127
|
|
|
20128
|
-
function instance$
|
|
20128
|
+
function instance$S($$self, $$props, $$invalidate) {
|
|
20129
20129
|
let { $$slots: slots = {}, $$scope } = $$props;
|
|
20130
20130
|
let { ariaDescribedBy } = $$props;
|
|
20131
20131
|
let { formEl = null } = $$props;
|
|
@@ -20253,7 +20253,7 @@ class Form extends SvelteComponent {
|
|
|
20253
20253
|
constructor(options) {
|
|
20254
20254
|
super();
|
|
20255
20255
|
|
|
20256
|
-
init(this, options, instance$
|
|
20256
|
+
init(this, options, instance$S, create_fragment$R, safe_not_equal, {
|
|
20257
20257
|
ariaDescribedBy: 1,
|
|
20258
20258
|
formEl: 0,
|
|
20259
20259
|
id: 2,
|
|
@@ -20318,7 +20318,7 @@ function create_else_block$7(ctx) {
|
|
|
20318
20318
|
}
|
|
20319
20319
|
|
|
20320
20320
|
// (10:0) {#if html}
|
|
20321
|
-
function create_if_block$
|
|
20321
|
+
function create_if_block$k(ctx) {
|
|
20322
20322
|
let current;
|
|
20323
20323
|
const default_slot_template = /*#slots*/ ctx[4].default;
|
|
20324
20324
|
const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[3], null);
|
|
@@ -20415,12 +20415,12 @@ function fallback_block(ctx) {
|
|
|
20415
20415
|
};
|
|
20416
20416
|
}
|
|
20417
20417
|
|
|
20418
|
-
function create_fragment$
|
|
20418
|
+
function create_fragment$Q(ctx) {
|
|
20419
20419
|
let current_block_type_index;
|
|
20420
20420
|
let if_block;
|
|
20421
20421
|
let if_block_anchor;
|
|
20422
20422
|
let current;
|
|
20423
|
-
const if_block_creators = [create_if_block$
|
|
20423
|
+
const if_block_creators = [create_if_block$k, create_else_block$7];
|
|
20424
20424
|
const if_blocks = [];
|
|
20425
20425
|
|
|
20426
20426
|
function select_block_type(ctx, dirty) {
|
|
@@ -20484,7 +20484,7 @@ function create_fragment$P(ctx) {
|
|
|
20484
20484
|
};
|
|
20485
20485
|
}
|
|
20486
20486
|
|
|
20487
|
-
function instance$
|
|
20487
|
+
function instance$R($$self, $$props, $$invalidate) {
|
|
20488
20488
|
let { $$slots: slots = {}, $$scope } = $$props;
|
|
20489
20489
|
let { html = false } = $$props;
|
|
20490
20490
|
let { string } = $$props;
|
|
@@ -20510,13 +20510,13 @@ function instance$Q($$self, $$props, $$invalidate) {
|
|
|
20510
20510
|
class Server_strings extends SvelteComponent {
|
|
20511
20511
|
constructor(options) {
|
|
20512
20512
|
super();
|
|
20513
|
-
init(this, options, instance$
|
|
20513
|
+
init(this, options, instance$R, create_fragment$Q, safe_not_equal, { html: 0, string: 2 });
|
|
20514
20514
|
}
|
|
20515
20515
|
}
|
|
20516
20516
|
|
|
20517
20517
|
/* src/lib/components/icons/shield-icon.svelte generated by Svelte v3.55.1 */
|
|
20518
20518
|
|
|
20519
|
-
function create_fragment$
|
|
20519
|
+
function create_fragment$P(ctx) {
|
|
20520
20520
|
let svg;
|
|
20521
20521
|
let path;
|
|
20522
20522
|
let title;
|
|
@@ -20592,7 +20592,7 @@ function create_fragment$O(ctx) {
|
|
|
20592
20592
|
};
|
|
20593
20593
|
}
|
|
20594
20594
|
|
|
20595
|
-
function instance$
|
|
20595
|
+
function instance$Q($$self, $$props, $$invalidate) {
|
|
20596
20596
|
let { $$slots: slots = {}, $$scope } = $$props;
|
|
20597
20597
|
let { classes = '' } = $$props;
|
|
20598
20598
|
let { size = '24px' } = $$props;
|
|
@@ -20609,13 +20609,13 @@ function instance$P($$self, $$props, $$invalidate) {
|
|
|
20609
20609
|
class Shield_icon extends SvelteComponent {
|
|
20610
20610
|
constructor(options) {
|
|
20611
20611
|
super();
|
|
20612
|
-
init(this, options, instance$
|
|
20612
|
+
init(this, options, instance$Q, create_fragment$P, safe_not_equal, { classes: 0, size: 1 });
|
|
20613
20613
|
}
|
|
20614
20614
|
}
|
|
20615
20615
|
|
|
20616
20616
|
/* src/lib/journey/stages/_utilities/back-to.svelte generated by Svelte v3.55.1 */
|
|
20617
20617
|
|
|
20618
|
-
function create_if_block$
|
|
20618
|
+
function create_if_block$j(ctx) {
|
|
20619
20619
|
let p;
|
|
20620
20620
|
let button;
|
|
20621
20621
|
let t_value = interpolate(/*string*/ ctx[1]) + "";
|
|
@@ -20651,9 +20651,9 @@ function create_if_block$i(ctx) {
|
|
|
20651
20651
|
};
|
|
20652
20652
|
}
|
|
20653
20653
|
|
|
20654
|
-
function create_fragment$
|
|
20654
|
+
function create_fragment$O(ctx) {
|
|
20655
20655
|
let if_block_anchor;
|
|
20656
|
-
let if_block = /*$stack*/ ctx[2].length > 1 && create_if_block$
|
|
20656
|
+
let if_block = /*$stack*/ ctx[2].length > 1 && create_if_block$j(ctx);
|
|
20657
20657
|
|
|
20658
20658
|
return {
|
|
20659
20659
|
c() {
|
|
@@ -20669,7 +20669,7 @@ function create_fragment$N(ctx) {
|
|
|
20669
20669
|
if (if_block) {
|
|
20670
20670
|
if_block.p(ctx, dirty);
|
|
20671
20671
|
} else {
|
|
20672
|
-
if_block = create_if_block$
|
|
20672
|
+
if_block = create_if_block$j(ctx);
|
|
20673
20673
|
if_block.c();
|
|
20674
20674
|
if_block.m(if_block_anchor.parentNode, if_block_anchor);
|
|
20675
20675
|
}
|
|
@@ -20687,7 +20687,7 @@ function create_fragment$N(ctx) {
|
|
|
20687
20687
|
};
|
|
20688
20688
|
}
|
|
20689
20689
|
|
|
20690
|
-
function instance$
|
|
20690
|
+
function instance$P($$self, $$props, $$invalidate) {
|
|
20691
20691
|
let $stack;
|
|
20692
20692
|
let $configuredJourneysStore;
|
|
20693
20693
|
component_subscribe($$self, configuredJourneysStore, $$value => $$invalidate(5, $configuredJourneysStore = $$value));
|
|
@@ -20728,7 +20728,7 @@ function instance$O($$self, $$props, $$invalidate) {
|
|
|
20728
20728
|
class Back_to extends SvelteComponent {
|
|
20729
20729
|
constructor(options) {
|
|
20730
20730
|
super();
|
|
20731
|
-
init(this, options, instance$
|
|
20731
|
+
init(this, options, instance$P, create_fragment$O, safe_not_equal, { journey: 0 });
|
|
20732
20732
|
}
|
|
20733
20733
|
}
|
|
20734
20734
|
|
|
@@ -21192,7 +21192,7 @@ function getAttributeValidationFailureText(callback) {
|
|
|
21192
21192
|
|
|
21193
21193
|
/* src/lib/components/primitives/message/input-message.svelte generated by Svelte v3.55.1 */
|
|
21194
21194
|
|
|
21195
|
-
function create_if_block$
|
|
21195
|
+
function create_if_block$i(ctx) {
|
|
21196
21196
|
let p;
|
|
21197
21197
|
let p_class_value;
|
|
21198
21198
|
let p_id_value;
|
|
@@ -21223,9 +21223,9 @@ function create_if_block$h(ctx) {
|
|
|
21223
21223
|
};
|
|
21224
21224
|
}
|
|
21225
21225
|
|
|
21226
|
-
function create_fragment$
|
|
21226
|
+
function create_fragment$N(ctx) {
|
|
21227
21227
|
let if_block_anchor;
|
|
21228
|
-
let if_block = /*dirtyMessage*/ ctx[1] && create_if_block$
|
|
21228
|
+
let if_block = /*dirtyMessage*/ ctx[1] && create_if_block$i(ctx);
|
|
21229
21229
|
|
|
21230
21230
|
return {
|
|
21231
21231
|
c() {
|
|
@@ -21241,7 +21241,7 @@ function create_fragment$M(ctx) {
|
|
|
21241
21241
|
if (if_block) {
|
|
21242
21242
|
if_block.p(ctx, dirty);
|
|
21243
21243
|
} else {
|
|
21244
|
-
if_block = create_if_block$
|
|
21244
|
+
if_block = create_if_block$i(ctx);
|
|
21245
21245
|
if_block.c();
|
|
21246
21246
|
if_block.m(if_block_anchor.parentNode, if_block_anchor);
|
|
21247
21247
|
}
|
|
@@ -21273,7 +21273,7 @@ function generateClassString$1(...args) {
|
|
|
21273
21273
|
);
|
|
21274
21274
|
}
|
|
21275
21275
|
|
|
21276
|
-
function instance$
|
|
21276
|
+
function instance$O($$self, $$props, $$invalidate) {
|
|
21277
21277
|
let { classes = '' } = $$props;
|
|
21278
21278
|
let { dirtyMessage } = $$props;
|
|
21279
21279
|
let { key = undefined } = $$props;
|
|
@@ -21304,7 +21304,7 @@ class Input_message extends SvelteComponent {
|
|
|
21304
21304
|
constructor(options) {
|
|
21305
21305
|
super();
|
|
21306
21306
|
|
|
21307
|
-
init(this, options, instance$
|
|
21307
|
+
init(this, options, instance$O, create_fragment$N, safe_not_equal, {
|
|
21308
21308
|
classes: 0,
|
|
21309
21309
|
dirtyMessage: 1,
|
|
21310
21310
|
key: 2,
|
|
@@ -21316,7 +21316,7 @@ class Input_message extends SvelteComponent {
|
|
|
21316
21316
|
|
|
21317
21317
|
/* src/lib/components/primitives/label/label.svelte generated by Svelte v3.55.1 */
|
|
21318
21318
|
|
|
21319
|
-
function create_fragment$
|
|
21319
|
+
function create_fragment$M(ctx) {
|
|
21320
21320
|
let label;
|
|
21321
21321
|
let label_class_value;
|
|
21322
21322
|
let current;
|
|
@@ -21379,7 +21379,7 @@ function create_fragment$L(ctx) {
|
|
|
21379
21379
|
};
|
|
21380
21380
|
}
|
|
21381
21381
|
|
|
21382
|
-
function instance$
|
|
21382
|
+
function instance$N($$self, $$props, $$invalidate) {
|
|
21383
21383
|
let { $$slots: slots = {}, $$scope } = $$props;
|
|
21384
21384
|
let { key } = $$props;
|
|
21385
21385
|
let { classes = '' } = $$props;
|
|
@@ -21396,13 +21396,13 @@ function instance$M($$self, $$props, $$invalidate) {
|
|
|
21396
21396
|
class Label extends SvelteComponent {
|
|
21397
21397
|
constructor(options) {
|
|
21398
21398
|
super();
|
|
21399
|
-
init(this, options, instance$
|
|
21399
|
+
init(this, options, instance$N, create_fragment$M, safe_not_equal, { key: 0, classes: 1 });
|
|
21400
21400
|
}
|
|
21401
21401
|
}
|
|
21402
21402
|
|
|
21403
21403
|
/* src/lib/components/compositions/checkbox/animated.svelte generated by Svelte v3.55.1 */
|
|
21404
21404
|
|
|
21405
|
-
function create_default_slot$
|
|
21405
|
+
function create_default_slot$q(ctx) {
|
|
21406
21406
|
let span;
|
|
21407
21407
|
let t;
|
|
21408
21408
|
let current;
|
|
@@ -21459,7 +21459,7 @@ function create_default_slot$p(ctx) {
|
|
|
21459
21459
|
};
|
|
21460
21460
|
}
|
|
21461
21461
|
|
|
21462
|
-
function create_fragment$
|
|
21462
|
+
function create_fragment$L(ctx) {
|
|
21463
21463
|
let div1;
|
|
21464
21464
|
let input;
|
|
21465
21465
|
let input_data_message_value;
|
|
@@ -21476,7 +21476,7 @@ function create_fragment$K(ctx) {
|
|
|
21476
21476
|
props: {
|
|
21477
21477
|
key: /*key*/ ctx[3],
|
|
21478
21478
|
classes: "tw_grid tw_grid-cols-[2.5em_1fr] tw_relative",
|
|
21479
|
-
$$slots: { default: [create_default_slot$
|
|
21479
|
+
$$slots: { default: [create_default_slot$q] },
|
|
21480
21480
|
$$scope: { ctx }
|
|
21481
21481
|
}
|
|
21482
21482
|
});
|
|
@@ -21583,7 +21583,7 @@ function create_fragment$K(ctx) {
|
|
|
21583
21583
|
};
|
|
21584
21584
|
}
|
|
21585
21585
|
|
|
21586
|
-
function instance$
|
|
21586
|
+
function instance$M($$self, $$props, $$invalidate) {
|
|
21587
21587
|
let { $$slots: slots = {}, $$scope } = $$props;
|
|
21588
21588
|
let { checkValidity = null } = $$props;
|
|
21589
21589
|
let { message = '' } = $$props;
|
|
@@ -21652,7 +21652,7 @@ let Animated$1 = class Animated extends SvelteComponent {
|
|
|
21652
21652
|
constructor(options) {
|
|
21653
21653
|
super();
|
|
21654
21654
|
|
|
21655
|
-
init(this, options, instance$
|
|
21655
|
+
init(this, options, instance$M, create_fragment$L, safe_not_equal, {
|
|
21656
21656
|
checkValidity: 8,
|
|
21657
21657
|
message: 1,
|
|
21658
21658
|
isFirstInvalidInput: 9,
|
|
@@ -21668,7 +21668,7 @@ let Animated$1 = class Animated extends SvelteComponent {
|
|
|
21668
21668
|
|
|
21669
21669
|
/* src/lib/components/primitives/checkbox/checkbox.svelte generated by Svelte v3.55.1 */
|
|
21670
21670
|
|
|
21671
|
-
function create_default_slot$
|
|
21671
|
+
function create_default_slot$p(ctx) {
|
|
21672
21672
|
let current;
|
|
21673
21673
|
const default_slot_template = /*#slots*/ ctx[7].default;
|
|
21674
21674
|
const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[9], null);
|
|
@@ -21715,7 +21715,7 @@ function create_default_slot$o(ctx) {
|
|
|
21715
21715
|
};
|
|
21716
21716
|
}
|
|
21717
21717
|
|
|
21718
|
-
function create_fragment$
|
|
21718
|
+
function create_fragment$K(ctx) {
|
|
21719
21719
|
let input;
|
|
21720
21720
|
let input_aria_describedby_value;
|
|
21721
21721
|
let t;
|
|
@@ -21727,7 +21727,7 @@ function create_fragment$J(ctx) {
|
|
|
21727
21727
|
label = new Label({
|
|
21728
21728
|
props: {
|
|
21729
21729
|
key: /*key*/ ctx[2],
|
|
21730
|
-
$$slots: { default: [create_default_slot$
|
|
21730
|
+
$$slots: { default: [create_default_slot$p] },
|
|
21731
21731
|
$$scope: { ctx }
|
|
21732
21732
|
}
|
|
21733
21733
|
});
|
|
@@ -21812,7 +21812,7 @@ function create_fragment$J(ctx) {
|
|
|
21812
21812
|
};
|
|
21813
21813
|
}
|
|
21814
21814
|
|
|
21815
|
-
function instance$
|
|
21815
|
+
function instance$L($$self, $$props, $$invalidate) {
|
|
21816
21816
|
let { $$slots: slots = {}, $$scope } = $$props;
|
|
21817
21817
|
let { isFirstInvalidInput } = $$props;
|
|
21818
21818
|
let { isRequired = false } = $$props;
|
|
@@ -21863,7 +21863,7 @@ class Checkbox extends SvelteComponent {
|
|
|
21863
21863
|
constructor(options) {
|
|
21864
21864
|
super();
|
|
21865
21865
|
|
|
21866
|
-
init(this, options, instance$
|
|
21866
|
+
init(this, options, instance$L, create_fragment$K, safe_not_equal, {
|
|
21867
21867
|
isFirstInvalidInput: 6,
|
|
21868
21868
|
isRequired: 0,
|
|
21869
21869
|
isInvalid: 1,
|
|
@@ -21876,7 +21876,7 @@ class Checkbox extends SvelteComponent {
|
|
|
21876
21876
|
|
|
21877
21877
|
/* src/lib/components/compositions/checkbox/standard.svelte generated by Svelte v3.55.1 */
|
|
21878
21878
|
|
|
21879
|
-
function create_default_slot$
|
|
21879
|
+
function create_default_slot$o(ctx) {
|
|
21880
21880
|
let current;
|
|
21881
21881
|
const default_slot_template = /*#slots*/ ctx[10].default;
|
|
21882
21882
|
const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[11], null);
|
|
@@ -21923,7 +21923,7 @@ function create_default_slot$n(ctx) {
|
|
|
21923
21923
|
};
|
|
21924
21924
|
}
|
|
21925
21925
|
|
|
21926
|
-
function create_fragment$
|
|
21926
|
+
function create_fragment$J(ctx) {
|
|
21927
21927
|
let div;
|
|
21928
21928
|
let checkbox;
|
|
21929
21929
|
let t;
|
|
@@ -21939,7 +21939,7 @@ function create_fragment$I(ctx) {
|
|
|
21939
21939
|
key: /*key*/ ctx[4],
|
|
21940
21940
|
onChange: /*onChangeWrapper*/ ctx[7],
|
|
21941
21941
|
value: /*value*/ ctx[6],
|
|
21942
|
-
$$slots: { default: [create_default_slot$
|
|
21942
|
+
$$slots: { default: [create_default_slot$o] },
|
|
21943
21943
|
$$scope: { ctx }
|
|
21944
21944
|
}
|
|
21945
21945
|
});
|
|
@@ -22010,7 +22010,7 @@ function create_fragment$I(ctx) {
|
|
|
22010
22010
|
};
|
|
22011
22011
|
}
|
|
22012
22012
|
|
|
22013
|
-
function instance$
|
|
22013
|
+
function instance$K($$self, $$props, $$invalidate) {
|
|
22014
22014
|
let { $$slots: slots = {}, $$scope } = $$props;
|
|
22015
22015
|
let { checkValidity = null } = $$props;
|
|
22016
22016
|
let { message = '' } = $$props;
|
|
@@ -22063,7 +22063,7 @@ let Standard$1 = class Standard extends SvelteComponent {
|
|
|
22063
22063
|
constructor(options) {
|
|
22064
22064
|
super();
|
|
22065
22065
|
|
|
22066
|
-
init(this, options, instance$
|
|
22066
|
+
init(this, options, instance$K, create_fragment$J, safe_not_equal, {
|
|
22067
22067
|
checkValidity: 8,
|
|
22068
22068
|
message: 1,
|
|
22069
22069
|
isFirstInvalidInput: 2,
|
|
@@ -22079,7 +22079,7 @@ let Standard$1 = class Standard extends SvelteComponent {
|
|
|
22079
22079
|
|
|
22080
22080
|
/* src/lib/journey/callbacks/boolean/boolean.svelte generated by Svelte v3.55.1 */
|
|
22081
22081
|
|
|
22082
|
-
function create_default_slot$
|
|
22082
|
+
function create_default_slot$n(ctx) {
|
|
22083
22083
|
let t_value = interpolate(textToKey(/*outputName*/ ctx[2]), null, /*prompt*/ ctx[4]) + "";
|
|
22084
22084
|
let t;
|
|
22085
22085
|
|
|
@@ -22099,7 +22099,7 @@ function create_default_slot$m(ctx) {
|
|
|
22099
22099
|
};
|
|
22100
22100
|
}
|
|
22101
22101
|
|
|
22102
|
-
function create_fragment$
|
|
22102
|
+
function create_fragment$I(ctx) {
|
|
22103
22103
|
let checkbox;
|
|
22104
22104
|
let current;
|
|
22105
22105
|
|
|
@@ -22111,7 +22111,7 @@ function create_fragment$H(ctx) {
|
|
|
22111
22111
|
message: /*validationFailure*/ ctx[5],
|
|
22112
22112
|
onChange: /*setValue*/ ctx[7],
|
|
22113
22113
|
value: /*previousValue*/ ctx[3],
|
|
22114
|
-
$$slots: { default: [create_default_slot$
|
|
22114
|
+
$$slots: { default: [create_default_slot$n] },
|
|
22115
22115
|
$$scope: { ctx }
|
|
22116
22116
|
}
|
|
22117
22117
|
});
|
|
@@ -22153,7 +22153,7 @@ function create_fragment$H(ctx) {
|
|
|
22153
22153
|
};
|
|
22154
22154
|
}
|
|
22155
22155
|
|
|
22156
|
-
function instance$
|
|
22156
|
+
function instance$J($$self, $$props, $$invalidate) {
|
|
22157
22157
|
const stepMetadata = null;
|
|
22158
22158
|
const selfSubmitFunction = null;
|
|
22159
22159
|
let { callback } = $$props;
|
|
@@ -22220,7 +22220,7 @@ let Boolean$1 = class Boolean extends SvelteComponent {
|
|
|
22220
22220
|
constructor(options) {
|
|
22221
22221
|
super();
|
|
22222
22222
|
|
|
22223
|
-
init(this, options, instance$
|
|
22223
|
+
init(this, options, instance$J, create_fragment$I, safe_not_equal, {
|
|
22224
22224
|
stepMetadata: 8,
|
|
22225
22225
|
selfSubmitFunction: 9,
|
|
22226
22226
|
callback: 10,
|
|
@@ -22247,7 +22247,7 @@ function get_each_context$9(ctx, list, i) {
|
|
|
22247
22247
|
}
|
|
22248
22248
|
|
|
22249
22249
|
// (41:8) <Label key={`${key}-${option.value}`} classes="tw_input-spacing tw_grid tw_grid-cols-[2.5em_1fr] tw_relative" >
|
|
22250
|
-
function create_default_slot$
|
|
22250
|
+
function create_default_slot$m(ctx) {
|
|
22251
22251
|
let span;
|
|
22252
22252
|
let t0;
|
|
22253
22253
|
let t1_value = /*option*/ ctx[13].text + "";
|
|
@@ -22294,7 +22294,7 @@ function create_each_block$9(ctx) {
|
|
|
22294
22294
|
props: {
|
|
22295
22295
|
key: `${/*key*/ ctx[5]}-${/*option*/ ctx[13].value}`,
|
|
22296
22296
|
classes: "tw_input-spacing tw_grid tw_grid-cols-[2.5em_1fr] tw_relative",
|
|
22297
|
-
$$slots: { default: [create_default_slot$
|
|
22297
|
+
$$slots: { default: [create_default_slot$m] },
|
|
22298
22298
|
$$scope: { ctx }
|
|
22299
22299
|
}
|
|
22300
22300
|
});
|
|
@@ -22388,7 +22388,7 @@ function create_each_block$9(ctx) {
|
|
|
22388
22388
|
};
|
|
22389
22389
|
}
|
|
22390
22390
|
|
|
22391
|
-
function create_fragment$
|
|
22391
|
+
function create_fragment$H(ctx) {
|
|
22392
22392
|
let fieldset;
|
|
22393
22393
|
let legend;
|
|
22394
22394
|
let t0;
|
|
@@ -22517,7 +22517,7 @@ function create_fragment$G(ctx) {
|
|
|
22517
22517
|
};
|
|
22518
22518
|
}
|
|
22519
22519
|
|
|
22520
|
-
function instance$
|
|
22520
|
+
function instance$I($$self, $$props, $$invalidate) {
|
|
22521
22521
|
let { defaultOption = null } = $$props;
|
|
22522
22522
|
let { message = '' } = $$props;
|
|
22523
22523
|
let { groupLabel = '' } = $$props;
|
|
@@ -22579,7 +22579,7 @@ class Animated extends SvelteComponent {
|
|
|
22579
22579
|
constructor(options) {
|
|
22580
22580
|
super();
|
|
22581
22581
|
|
|
22582
|
-
init(this, options, instance$
|
|
22582
|
+
init(this, options, instance$I, create_fragment$H, safe_not_equal, {
|
|
22583
22583
|
defaultOption: 0,
|
|
22584
22584
|
message: 1,
|
|
22585
22585
|
groupLabel: 2,
|
|
@@ -22597,7 +22597,7 @@ class Animated extends SvelteComponent {
|
|
|
22597
22597
|
|
|
22598
22598
|
/* src/lib/components/primitives/radio/radio.svelte generated by Svelte v3.55.1 */
|
|
22599
22599
|
|
|
22600
|
-
function create_default_slot$
|
|
22600
|
+
function create_default_slot$l(ctx) {
|
|
22601
22601
|
let current;
|
|
22602
22602
|
const default_slot_template = /*#slots*/ ctx[9].default;
|
|
22603
22603
|
const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[11], null);
|
|
@@ -22644,7 +22644,7 @@ function create_default_slot$k(ctx) {
|
|
|
22644
22644
|
};
|
|
22645
22645
|
}
|
|
22646
22646
|
|
|
22647
|
-
function create_fragment$
|
|
22647
|
+
function create_fragment$G(ctx) {
|
|
22648
22648
|
let input;
|
|
22649
22649
|
let input_aria_describedby_value;
|
|
22650
22650
|
let t;
|
|
@@ -22656,7 +22656,7 @@ function create_fragment$F(ctx) {
|
|
|
22656
22656
|
label = new Label({
|
|
22657
22657
|
props: {
|
|
22658
22658
|
key: /*key*/ ctx[3],
|
|
22659
|
-
$$slots: { default: [create_default_slot$
|
|
22659
|
+
$$slots: { default: [create_default_slot$l] },
|
|
22660
22660
|
$$scope: { ctx }
|
|
22661
22661
|
}
|
|
22662
22662
|
});
|
|
@@ -22751,7 +22751,7 @@ function create_fragment$F(ctx) {
|
|
|
22751
22751
|
};
|
|
22752
22752
|
}
|
|
22753
22753
|
|
|
22754
|
-
function instance$
|
|
22754
|
+
function instance$H($$self, $$props, $$invalidate) {
|
|
22755
22755
|
let { $$slots: slots = {}, $$scope } = $$props;
|
|
22756
22756
|
let { checked = false } = $$props;
|
|
22757
22757
|
let { isFirstInvalidInput } = $$props;
|
|
@@ -22808,7 +22808,7 @@ class Radio extends SvelteComponent {
|
|
|
22808
22808
|
constructor(options) {
|
|
22809
22809
|
super();
|
|
22810
22810
|
|
|
22811
|
-
init(this, options, instance$
|
|
22811
|
+
init(this, options, instance$H, create_fragment$G, safe_not_equal, {
|
|
22812
22812
|
checked: 0,
|
|
22813
22813
|
isFirstInvalidInput: 8,
|
|
22814
22814
|
isRequired: 1,
|
|
@@ -22830,7 +22830,7 @@ function get_each_context$8(ctx, list, i) {
|
|
|
22830
22830
|
}
|
|
22831
22831
|
|
|
22832
22832
|
// (21:6) <Radio checked={defaultOption === option.value} {isFirstInvalidInput} {isRequired} {isInvalid} key={`${key}-${option.value}`} {name} {onChange} value={option.value} >
|
|
22833
|
-
function create_default_slot$
|
|
22833
|
+
function create_default_slot$k(ctx) {
|
|
22834
22834
|
let t_value = /*option*/ ctx[11].text + "";
|
|
22835
22835
|
let t;
|
|
22836
22836
|
|
|
@@ -22867,7 +22867,7 @@ function create_each_block$8(ctx) {
|
|
|
22867
22867
|
name: /*name*/ ctx[7],
|
|
22868
22868
|
onChange: /*onChange*/ ctx[8],
|
|
22869
22869
|
value: /*option*/ ctx[11].value,
|
|
22870
|
-
$$slots: { default: [create_default_slot$
|
|
22870
|
+
$$slots: { default: [create_default_slot$k] },
|
|
22871
22871
|
$$scope: { ctx }
|
|
22872
22872
|
}
|
|
22873
22873
|
});
|
|
@@ -22918,7 +22918,7 @@ function create_each_block$8(ctx) {
|
|
|
22918
22918
|
};
|
|
22919
22919
|
}
|
|
22920
22920
|
|
|
22921
|
-
function create_fragment$
|
|
22921
|
+
function create_fragment$F(ctx) {
|
|
22922
22922
|
let fieldset;
|
|
22923
22923
|
let legend;
|
|
22924
22924
|
let t0;
|
|
@@ -23044,7 +23044,7 @@ function create_fragment$E(ctx) {
|
|
|
23044
23044
|
};
|
|
23045
23045
|
}
|
|
23046
23046
|
|
|
23047
|
-
function instance$
|
|
23047
|
+
function instance$G($$self, $$props, $$invalidate) {
|
|
23048
23048
|
let { defaultOption = null } = $$props;
|
|
23049
23049
|
let { message = '' } = $$props;
|
|
23050
23050
|
let { groupLabel = '' } = $$props;
|
|
@@ -23090,7 +23090,7 @@ class Standard extends SvelteComponent {
|
|
|
23090
23090
|
constructor(options) {
|
|
23091
23091
|
super();
|
|
23092
23092
|
|
|
23093
|
-
init(this, options, instance$
|
|
23093
|
+
init(this, options, instance$G, create_fragment$F, safe_not_equal, {
|
|
23094
23094
|
defaultOption: 0,
|
|
23095
23095
|
message: 1,
|
|
23096
23096
|
groupLabel: 2,
|
|
@@ -23224,7 +23224,7 @@ function create_each_block$7(ctx) {
|
|
|
23224
23224
|
}
|
|
23225
23225
|
|
|
23226
23226
|
// (61:0) {#if labelOrder === 'last'}
|
|
23227
|
-
function create_if_block$
|
|
23227
|
+
function create_if_block$h(ctx) {
|
|
23228
23228
|
let label_1;
|
|
23229
23229
|
let current;
|
|
23230
23230
|
|
|
@@ -23234,7 +23234,7 @@ function create_if_block$g(ctx) {
|
|
|
23234
23234
|
classes: `${/*shouldDisplayOption*/ ctx[10]
|
|
23235
23235
|
? /*labelClasses*/ ctx[6]
|
|
23236
23236
|
: 'tw_sr-only'}`,
|
|
23237
|
-
$$slots: { default: [create_default_slot$
|
|
23237
|
+
$$slots: { default: [create_default_slot$j] },
|
|
23238
23238
|
$$scope: { ctx }
|
|
23239
23239
|
}
|
|
23240
23240
|
});
|
|
@@ -23277,7 +23277,7 @@ function create_if_block$g(ctx) {
|
|
|
23277
23277
|
}
|
|
23278
23278
|
|
|
23279
23279
|
// (62:2) <Label {key} classes={`${shouldDisplayOption ? labelClasses : 'tw_sr-only'}`}>
|
|
23280
|
-
function create_default_slot$
|
|
23280
|
+
function create_default_slot$j(ctx) {
|
|
23281
23281
|
let t;
|
|
23282
23282
|
|
|
23283
23283
|
return {
|
|
@@ -23296,7 +23296,7 @@ function create_default_slot$i(ctx) {
|
|
|
23296
23296
|
};
|
|
23297
23297
|
}
|
|
23298
23298
|
|
|
23299
|
-
function create_fragment$
|
|
23299
|
+
function create_fragment$E(ctx) {
|
|
23300
23300
|
let t0;
|
|
23301
23301
|
let select;
|
|
23302
23302
|
let select_aria_describedby_value;
|
|
@@ -23314,7 +23314,7 @@ function create_fragment$D(ctx) {
|
|
|
23314
23314
|
each_blocks[i] = create_each_block$7(get_each_context$7(ctx, each_value, i));
|
|
23315
23315
|
}
|
|
23316
23316
|
|
|
23317
|
-
let if_block1 = /*labelOrder*/ ctx[7] === 'last' && create_if_block$
|
|
23317
|
+
let if_block1 = /*labelOrder*/ ctx[7] === 'last' && create_if_block$h(ctx);
|
|
23318
23318
|
|
|
23319
23319
|
return {
|
|
23320
23320
|
c() {
|
|
@@ -23436,7 +23436,7 @@ function create_fragment$D(ctx) {
|
|
|
23436
23436
|
transition_in(if_block1, 1);
|
|
23437
23437
|
}
|
|
23438
23438
|
} else {
|
|
23439
|
-
if_block1 = create_if_block$
|
|
23439
|
+
if_block1 = create_if_block$h(ctx);
|
|
23440
23440
|
if_block1.c();
|
|
23441
23441
|
transition_in(if_block1, 1);
|
|
23442
23442
|
if_block1.m(if_block1_anchor.parentNode, if_block1_anchor);
|
|
@@ -23477,7 +23477,7 @@ function create_fragment$D(ctx) {
|
|
|
23477
23477
|
};
|
|
23478
23478
|
}
|
|
23479
23479
|
|
|
23480
|
-
function instance$
|
|
23480
|
+
function instance$F($$self, $$props, $$invalidate) {
|
|
23481
23481
|
let { selectClasses = '' } = $$props;
|
|
23482
23482
|
let { defaultOption = null } = $$props;
|
|
23483
23483
|
let { isFirstInvalidInput } = $$props;
|
|
@@ -23564,7 +23564,7 @@ class Select extends SvelteComponent {
|
|
|
23564
23564
|
constructor(options) {
|
|
23565
23565
|
super();
|
|
23566
23566
|
|
|
23567
|
-
init(this, options, instance$
|
|
23567
|
+
init(this, options, instance$F, create_fragment$E, safe_not_equal, {
|
|
23568
23568
|
selectClasses: 0,
|
|
23569
23569
|
defaultOption: 1,
|
|
23570
23570
|
isFirstInvalidInput: 12,
|
|
@@ -23582,7 +23582,7 @@ class Select extends SvelteComponent {
|
|
|
23582
23582
|
|
|
23583
23583
|
/* src/lib/components/compositions/select-floating/floating-label.svelte generated by Svelte v3.55.1 */
|
|
23584
23584
|
|
|
23585
|
-
function create_fragment$
|
|
23585
|
+
function create_fragment$D(ctx) {
|
|
23586
23586
|
let div;
|
|
23587
23587
|
let select;
|
|
23588
23588
|
let t;
|
|
@@ -23665,7 +23665,7 @@ function create_fragment$C(ctx) {
|
|
|
23665
23665
|
};
|
|
23666
23666
|
}
|
|
23667
23667
|
|
|
23668
|
-
function instance$
|
|
23668
|
+
function instance$E($$self, $$props, $$invalidate) {
|
|
23669
23669
|
let { checkValidity = null } = $$props;
|
|
23670
23670
|
let { defaultOption = null } = $$props;
|
|
23671
23671
|
let { message = '' } = $$props;
|
|
@@ -23720,7 +23720,7 @@ let Floating_label$1 = class Floating_label extends SvelteComponent {
|
|
|
23720
23720
|
constructor(options) {
|
|
23721
23721
|
super();
|
|
23722
23722
|
|
|
23723
|
-
init(this, options, instance$
|
|
23723
|
+
init(this, options, instance$E, create_fragment$D, safe_not_equal, {
|
|
23724
23724
|
checkValidity: 10,
|
|
23725
23725
|
defaultOption: 1,
|
|
23726
23726
|
message: 2,
|
|
@@ -23738,7 +23738,7 @@ let Floating_label$1 = class Floating_label extends SvelteComponent {
|
|
|
23738
23738
|
|
|
23739
23739
|
/* src/lib/components/compositions/select-stacked/stacked-label.svelte generated by Svelte v3.55.1 */
|
|
23740
23740
|
|
|
23741
|
-
function create_fragment$
|
|
23741
|
+
function create_fragment$C(ctx) {
|
|
23742
23742
|
let div;
|
|
23743
23743
|
let select;
|
|
23744
23744
|
let t;
|
|
@@ -23820,7 +23820,7 @@ function create_fragment$B(ctx) {
|
|
|
23820
23820
|
};
|
|
23821
23821
|
}
|
|
23822
23822
|
|
|
23823
|
-
function instance$
|
|
23823
|
+
function instance$D($$self, $$props, $$invalidate) {
|
|
23824
23824
|
let { checkValidity = null } = $$props;
|
|
23825
23825
|
let { defaultOption = null } = $$props;
|
|
23826
23826
|
let { message = '' } = $$props;
|
|
@@ -23875,7 +23875,7 @@ let Stacked_label$1 = class Stacked_label extends SvelteComponent {
|
|
|
23875
23875
|
constructor(options) {
|
|
23876
23876
|
super();
|
|
23877
23877
|
|
|
23878
|
-
init(this, options, instance$
|
|
23878
|
+
init(this, options, instance$D, create_fragment$C, safe_not_equal, {
|
|
23879
23879
|
checkValidity: 10,
|
|
23880
23880
|
defaultOption: 1,
|
|
23881
23881
|
message: 2,
|
|
@@ -23942,7 +23942,7 @@ function create_else_block$6(ctx) {
|
|
|
23942
23942
|
}
|
|
23943
23943
|
|
|
23944
23944
|
// (52:0) {#if callbackMetadata?.platform?.displayType === 'radio'}
|
|
23945
|
-
function create_if_block$
|
|
23945
|
+
function create_if_block$g(ctx) {
|
|
23946
23946
|
let radio;
|
|
23947
23947
|
let current;
|
|
23948
23948
|
|
|
@@ -23992,12 +23992,12 @@ function create_if_block$f(ctx) {
|
|
|
23992
23992
|
};
|
|
23993
23993
|
}
|
|
23994
23994
|
|
|
23995
|
-
function create_fragment$
|
|
23995
|
+
function create_fragment$B(ctx) {
|
|
23996
23996
|
let current_block_type_index;
|
|
23997
23997
|
let if_block;
|
|
23998
23998
|
let if_block_anchor;
|
|
23999
23999
|
let current;
|
|
24000
|
-
const if_block_creators = [create_if_block$
|
|
24000
|
+
const if_block_creators = [create_if_block$g, create_else_block$6];
|
|
24001
24001
|
const if_blocks = [];
|
|
24002
24002
|
|
|
24003
24003
|
function select_block_type(ctx, dirty) {
|
|
@@ -24061,7 +24061,7 @@ function create_fragment$A(ctx) {
|
|
|
24061
24061
|
};
|
|
24062
24062
|
}
|
|
24063
24063
|
|
|
24064
|
-
function instance$
|
|
24064
|
+
function instance$C($$self, $$props, $$invalidate) {
|
|
24065
24065
|
const selfSubmitFunction = null;
|
|
24066
24066
|
const stepMetadata = null;
|
|
24067
24067
|
let { callback } = $$props;
|
|
@@ -24149,7 +24149,7 @@ class Choice extends SvelteComponent {
|
|
|
24149
24149
|
constructor(options) {
|
|
24150
24150
|
super();
|
|
24151
24151
|
|
|
24152
|
-
init(this, options, instance$
|
|
24152
|
+
init(this, options, instance$C, create_fragment$B, safe_not_equal, {
|
|
24153
24153
|
selfSubmitFunction: 9,
|
|
24154
24154
|
stepMetadata: 10,
|
|
24155
24155
|
callback: 11,
|
|
@@ -24169,7 +24169,7 @@ class Choice extends SvelteComponent {
|
|
|
24169
24169
|
|
|
24170
24170
|
/* src/lib/components/primitives/grid/grid.svelte generated by Svelte v3.55.1 */
|
|
24171
24171
|
|
|
24172
|
-
function create_fragment$
|
|
24172
|
+
function create_fragment$A(ctx) {
|
|
24173
24173
|
let div;
|
|
24174
24174
|
let div_class_value;
|
|
24175
24175
|
let current;
|
|
@@ -24245,7 +24245,7 @@ function generateClassString(...args) {
|
|
|
24245
24245
|
);
|
|
24246
24246
|
}
|
|
24247
24247
|
|
|
24248
|
-
function instance$
|
|
24248
|
+
function instance$B($$self, $$props, $$invalidate) {
|
|
24249
24249
|
let { $$slots: slots = {}, $$scope } = $$props;
|
|
24250
24250
|
let { num = 2 } = $$props;
|
|
24251
24251
|
|
|
@@ -24260,7 +24260,7 @@ function instance$A($$self, $$props, $$invalidate) {
|
|
|
24260
24260
|
class Grid extends SvelteComponent {
|
|
24261
24261
|
constructor(options) {
|
|
24262
24262
|
super();
|
|
24263
|
-
init(this, options, instance$
|
|
24263
|
+
init(this, options, instance$B, create_fragment$A, safe_not_equal, { num: 0 });
|
|
24264
24264
|
}
|
|
24265
24265
|
}
|
|
24266
24266
|
|
|
@@ -24273,7 +24273,8 @@ function get_each_context$6(ctx, list, i) {
|
|
|
24273
24273
|
}
|
|
24274
24274
|
|
|
24275
24275
|
// (81:0) {#if stepMetadata?.platform?.stageName !== 'OneTimePassword'}
|
|
24276
|
-
function create_if_block$
|
|
24276
|
+
function create_if_block$f(ctx) {
|
|
24277
|
+
let show_if;
|
|
24277
24278
|
let current_block_type_index;
|
|
24278
24279
|
let if_block;
|
|
24279
24280
|
let if_block_anchor;
|
|
@@ -24282,11 +24283,13 @@ function create_if_block$e(ctx) {
|
|
|
24282
24283
|
const if_blocks = [];
|
|
24283
24284
|
|
|
24284
24285
|
function select_block_type(ctx, dirty) {
|
|
24285
|
-
if (
|
|
24286
|
+
if (dirty & /*stepMetadata*/ 2) show_if = null;
|
|
24287
|
+
if (show_if == null) show_if = !!!/*stepMetadata*/ ctx[1]?.derived.isStepSelfSubmittable();
|
|
24288
|
+
if (show_if) return 0;
|
|
24286
24289
|
return 1;
|
|
24287
24290
|
}
|
|
24288
24291
|
|
|
24289
|
-
current_block_type_index = select_block_type(ctx);
|
|
24292
|
+
current_block_type_index = select_block_type(ctx, -1);
|
|
24290
24293
|
if_block = if_blocks[current_block_type_index] = if_block_creators[current_block_type_index](ctx);
|
|
24291
24294
|
|
|
24292
24295
|
return {
|
|
@@ -24301,7 +24304,7 @@ function create_if_block$e(ctx) {
|
|
|
24301
24304
|
},
|
|
24302
24305
|
p(ctx, dirty) {
|
|
24303
24306
|
let previous_block_index = current_block_type_index;
|
|
24304
|
-
current_block_type_index = select_block_type(ctx);
|
|
24307
|
+
current_block_type_index = select_block_type(ctx, dirty);
|
|
24305
24308
|
|
|
24306
24309
|
if (current_block_type_index === previous_block_index) {
|
|
24307
24310
|
if_blocks[current_block_type_index].p(ctx, dirty);
|
|
@@ -24388,7 +24391,7 @@ function create_else_block_1(ctx) {
|
|
|
24388
24391
|
};
|
|
24389
24392
|
}
|
|
24390
24393
|
|
|
24391
|
-
// (82:2) {#if !stepMetadata?.derived.isStepSelfSubmittable}
|
|
24394
|
+
// (82:2) {#if !stepMetadata?.derived.isStepSelfSubmittable()}
|
|
24392
24395
|
function create_if_block_1$9(ctx) {
|
|
24393
24396
|
let current_block_type_index;
|
|
24394
24397
|
let if_block;
|
|
@@ -24458,7 +24461,7 @@ function create_if_block_1$9(ctx) {
|
|
|
24458
24461
|
};
|
|
24459
24462
|
}
|
|
24460
24463
|
|
|
24461
|
-
// (106:8) <Button style={options.length > 1 && defaultChoice === Number(opt.value)
|
|
24464
|
+
// (106:8) <Button style={options.length > 1 && defaultChoice === Number(opt.value) ? 'primary' : buttonStyle} type="button" width="auto" onClick={() => setBtnValue(Number(opt.value))} >
|
|
24462
24465
|
function create_default_slot_2$5(ctx) {
|
|
24463
24466
|
let t0_value = /*opt*/ ctx[15].text + "";
|
|
24464
24467
|
let t0;
|
|
@@ -24640,7 +24643,7 @@ function create_else_block$5(ctx) {
|
|
|
24640
24643
|
key: /*inputName*/ ctx[6],
|
|
24641
24644
|
onChange: /*setCheckboxValue*/ ctx[10],
|
|
24642
24645
|
value: false,
|
|
24643
|
-
$$slots: { default: [create_default_slot$
|
|
24646
|
+
$$slots: { default: [create_default_slot$i] },
|
|
24644
24647
|
$$scope: { ctx }
|
|
24645
24648
|
}
|
|
24646
24649
|
});
|
|
@@ -24727,7 +24730,7 @@ function create_if_block_2$8(ctx) {
|
|
|
24727
24730
|
}
|
|
24728
24731
|
|
|
24729
24732
|
// (93:6) <Checkbox isFirstInvalidInput={callbackMetadata?.derived.isFirstInvalidInput || false} isInvalid={false} key={inputName} onChange={setCheckboxValue} value={false} >
|
|
24730
|
-
function create_default_slot$
|
|
24733
|
+
function create_default_slot$i(ctx) {
|
|
24731
24734
|
let t_value = /*options*/ ctx[3][0].text + "";
|
|
24732
24735
|
let t;
|
|
24733
24736
|
|
|
@@ -24747,10 +24750,10 @@ function create_default_slot$h(ctx) {
|
|
|
24747
24750
|
};
|
|
24748
24751
|
}
|
|
24749
24752
|
|
|
24750
|
-
function create_fragment$
|
|
24753
|
+
function create_fragment$z(ctx) {
|
|
24751
24754
|
let if_block_anchor;
|
|
24752
24755
|
let current;
|
|
24753
|
-
let if_block = /*stepMetadata*/ ctx[1]?.platform?.stageName !== 'OneTimePassword' && create_if_block$
|
|
24756
|
+
let if_block = /*stepMetadata*/ ctx[1]?.platform?.stageName !== 'OneTimePassword' && create_if_block$f(ctx);
|
|
24754
24757
|
|
|
24755
24758
|
return {
|
|
24756
24759
|
c() {
|
|
@@ -24771,7 +24774,7 @@ function create_fragment$y(ctx) {
|
|
|
24771
24774
|
transition_in(if_block, 1);
|
|
24772
24775
|
}
|
|
24773
24776
|
} else {
|
|
24774
|
-
if_block = create_if_block$
|
|
24777
|
+
if_block = create_if_block$f(ctx);
|
|
24775
24778
|
if_block.c();
|
|
24776
24779
|
transition_in(if_block, 1);
|
|
24777
24780
|
if_block.m(if_block_anchor.parentNode, if_block_anchor);
|
|
@@ -24802,7 +24805,7 @@ function create_fragment$y(ctx) {
|
|
|
24802
24805
|
};
|
|
24803
24806
|
}
|
|
24804
24807
|
|
|
24805
|
-
function instance$
|
|
24808
|
+
function instance$A($$self, $$props, $$invalidate) {
|
|
24806
24809
|
const style = {};
|
|
24807
24810
|
let { callback } = $$props;
|
|
24808
24811
|
let { callbackMetadata } = $$props;
|
|
@@ -24886,7 +24889,7 @@ function instance$z($$self, $$props, $$invalidate) {
|
|
|
24886
24889
|
$$invalidate(3, options = options.slice(0, 1));
|
|
24887
24890
|
}
|
|
24888
24891
|
|
|
24889
|
-
if (!stepMetadata?.derived.isStepSelfSubmittable && options.length > 1) {
|
|
24892
|
+
if (!stepMetadata?.derived.isStepSelfSubmittable() && options.length > 1) {
|
|
24890
24893
|
// Since the user needs to confirm, add this empty `value` to force selection
|
|
24891
24894
|
options.unshift({ value: '', text: label });
|
|
24892
24895
|
} else if (options.length === 1) {
|
|
@@ -24921,7 +24924,7 @@ class Confirmation extends SvelteComponent {
|
|
|
24921
24924
|
constructor(options) {
|
|
24922
24925
|
super();
|
|
24923
24926
|
|
|
24924
|
-
init(this, options, instance$
|
|
24927
|
+
init(this, options, instance$A, create_fragment$z, safe_not_equal, {
|
|
24925
24928
|
style: 11,
|
|
24926
24929
|
callback: 12,
|
|
24927
24930
|
callbackMetadata: 0,
|
|
@@ -24937,7 +24940,7 @@ class Confirmation extends SvelteComponent {
|
|
|
24937
24940
|
|
|
24938
24941
|
/* src/lib/journey/callbacks/hidden-value/hidden-value.svelte generated by Svelte v3.55.1 */
|
|
24939
24942
|
|
|
24940
|
-
function instance$
|
|
24943
|
+
function instance$z($$self, $$props, $$invalidate) {
|
|
24941
24944
|
const callback = null;
|
|
24942
24945
|
const callbackMetadata = null;
|
|
24943
24946
|
const selfSubmitFunction = null;
|
|
@@ -24950,7 +24953,7 @@ class Hidden_value extends SvelteComponent {
|
|
|
24950
24953
|
constructor(options) {
|
|
24951
24954
|
super();
|
|
24952
24955
|
|
|
24953
|
-
init(this, options, instance$
|
|
24956
|
+
init(this, options, instance$z, null, safe_not_equal, {
|
|
24954
24957
|
callback: 0,
|
|
24955
24958
|
callbackMetadata: 1,
|
|
24956
24959
|
selfSubmitFunction: 2,
|
|
@@ -25530,7 +25533,7 @@ function create_if_block_1$8(ctx) {
|
|
|
25530
25533
|
}
|
|
25531
25534
|
|
|
25532
25535
|
// (129:0) {#if labelOrder === 'last'}
|
|
25533
|
-
function create_if_block$
|
|
25536
|
+
function create_if_block$e(ctx) {
|
|
25534
25537
|
let label_1;
|
|
25535
25538
|
let current;
|
|
25536
25539
|
|
|
@@ -25538,7 +25541,7 @@ function create_if_block$d(ctx) {
|
|
|
25538
25541
|
props: {
|
|
25539
25542
|
key: /*key*/ ctx[3],
|
|
25540
25543
|
classes: `${/*labelClasses*/ ctx[5]}`,
|
|
25541
|
-
$$slots: { default: [create_default_slot$
|
|
25544
|
+
$$slots: { default: [create_default_slot$h] },
|
|
25542
25545
|
$$scope: { ctx }
|
|
25543
25546
|
}
|
|
25544
25547
|
});
|
|
@@ -25578,7 +25581,7 @@ function create_if_block$d(ctx) {
|
|
|
25578
25581
|
}
|
|
25579
25582
|
|
|
25580
25583
|
// (130:2) <Label {key} classes={`${labelClasses}`}>
|
|
25581
|
-
function create_default_slot$
|
|
25584
|
+
function create_default_slot$h(ctx) {
|
|
25582
25585
|
let t;
|
|
25583
25586
|
|
|
25584
25587
|
return {
|
|
@@ -25597,7 +25600,7 @@ function create_default_slot$g(ctx) {
|
|
|
25597
25600
|
};
|
|
25598
25601
|
}
|
|
25599
25602
|
|
|
25600
|
-
function create_fragment$
|
|
25603
|
+
function create_fragment$y(ctx) {
|
|
25601
25604
|
let t0;
|
|
25602
25605
|
let t1;
|
|
25603
25606
|
let t2;
|
|
@@ -25614,7 +25617,7 @@ function create_fragment$x(ctx) {
|
|
|
25614
25617
|
let if_block4 = /*type*/ ctx[11] === 'password' && create_if_block_3$6(ctx);
|
|
25615
25618
|
let if_block5 = /*type*/ ctx[11] === 'phone' && create_if_block_2$7(ctx);
|
|
25616
25619
|
let if_block6 = /*type*/ ctx[11] === 'text' && create_if_block_1$8(ctx);
|
|
25617
|
-
let if_block7 = /*labelOrder*/ ctx[6] === 'last' && create_if_block$
|
|
25620
|
+
let if_block7 = /*labelOrder*/ ctx[6] === 'last' && create_if_block$e(ctx);
|
|
25618
25621
|
|
|
25619
25622
|
return {
|
|
25620
25623
|
c() {
|
|
@@ -25764,7 +25767,7 @@ function create_fragment$x(ctx) {
|
|
|
25764
25767
|
transition_in(if_block7, 1);
|
|
25765
25768
|
}
|
|
25766
25769
|
} else {
|
|
25767
|
-
if_block7 = create_if_block$
|
|
25770
|
+
if_block7 = create_if_block$e(ctx);
|
|
25768
25771
|
if_block7.c();
|
|
25769
25772
|
transition_in(if_block7, 1);
|
|
25770
25773
|
if_block7.m(if_block7_anchor.parentNode, if_block7_anchor);
|
|
@@ -25811,7 +25814,7 @@ function create_fragment$x(ctx) {
|
|
|
25811
25814
|
};
|
|
25812
25815
|
}
|
|
25813
25816
|
|
|
25814
|
-
function instance$
|
|
25817
|
+
function instance$y($$self, $$props, $$invalidate) {
|
|
25815
25818
|
let { forceValidityFailure = false } = $$props;
|
|
25816
25819
|
let { isFirstInvalidInput } = $$props;
|
|
25817
25820
|
let { inputClasses = '' } = $$props;
|
|
@@ -25955,7 +25958,7 @@ class Input extends SvelteComponent {
|
|
|
25955
25958
|
constructor(options) {
|
|
25956
25959
|
super();
|
|
25957
25960
|
|
|
25958
|
-
init(this, options, instance$
|
|
25961
|
+
init(this, options, instance$y, create_fragment$y, safe_not_equal, {
|
|
25959
25962
|
forceValidityFailure: 1,
|
|
25960
25963
|
isFirstInvalidInput: 13,
|
|
25961
25964
|
inputClasses: 2,
|
|
@@ -25977,7 +25980,7 @@ class Input extends SvelteComponent {
|
|
|
25977
25980
|
const get_input_button_slot_changes$1 = dirty => ({});
|
|
25978
25981
|
const get_input_button_slot_context$1 = ctx => ({});
|
|
25979
25982
|
|
|
25980
|
-
function create_fragment$
|
|
25983
|
+
function create_fragment$x(ctx) {
|
|
25981
25984
|
let div1;
|
|
25982
25985
|
let input;
|
|
25983
25986
|
let updating_value;
|
|
@@ -26152,7 +26155,7 @@ function create_fragment$w(ctx) {
|
|
|
26152
26155
|
};
|
|
26153
26156
|
}
|
|
26154
26157
|
|
|
26155
|
-
function instance$
|
|
26158
|
+
function instance$x($$self, $$props, $$invalidate) {
|
|
26156
26159
|
let { $$slots: slots = {}, $$scope } = $$props;
|
|
26157
26160
|
let { checkValidity = null } = $$props;
|
|
26158
26161
|
let { forceValidityFailure = false } = $$props;
|
|
@@ -26223,7 +26226,7 @@ class Floating_label extends SvelteComponent {
|
|
|
26223
26226
|
constructor(options) {
|
|
26224
26227
|
super();
|
|
26225
26228
|
|
|
26226
|
-
init(this, options, instance$
|
|
26229
|
+
init(this, options, instance$x, create_fragment$x, safe_not_equal, {
|
|
26227
26230
|
checkValidity: 12,
|
|
26228
26231
|
forceValidityFailure: 2,
|
|
26229
26232
|
message: 3,
|
|
@@ -26245,7 +26248,7 @@ class Floating_label extends SvelteComponent {
|
|
|
26245
26248
|
const get_input_button_slot_changes = dirty => ({});
|
|
26246
26249
|
const get_input_button_slot_context = ctx => ({});
|
|
26247
26250
|
|
|
26248
|
-
function create_fragment$
|
|
26251
|
+
function create_fragment$w(ctx) {
|
|
26249
26252
|
let div1;
|
|
26250
26253
|
let input;
|
|
26251
26254
|
let updating_value;
|
|
@@ -26424,7 +26427,7 @@ function create_fragment$v(ctx) {
|
|
|
26424
26427
|
};
|
|
26425
26428
|
}
|
|
26426
26429
|
|
|
26427
|
-
function instance$
|
|
26430
|
+
function instance$w($$self, $$props, $$invalidate) {
|
|
26428
26431
|
let { $$slots: slots = {}, $$scope } = $$props;
|
|
26429
26432
|
let { checkValidity = null } = $$props;
|
|
26430
26433
|
let { forceValidityFailure = false } = $$props;
|
|
@@ -26498,7 +26501,7 @@ class Stacked_label extends SvelteComponent {
|
|
|
26498
26501
|
constructor(options) {
|
|
26499
26502
|
super();
|
|
26500
26503
|
|
|
26501
|
-
init(this, options, instance$
|
|
26504
|
+
init(this, options, instance$w, create_fragment$w, safe_not_equal, {
|
|
26502
26505
|
checkValidity: 13,
|
|
26503
26506
|
forceValidityFailure: 2,
|
|
26504
26507
|
isFirstInvalidInput: 3,
|
|
@@ -26519,7 +26522,7 @@ class Stacked_label extends SvelteComponent {
|
|
|
26519
26522
|
|
|
26520
26523
|
/* src/lib/components/icons/lock-icon.svelte generated by Svelte v3.55.1 */
|
|
26521
26524
|
|
|
26522
|
-
function create_fragment$
|
|
26525
|
+
function create_fragment$v(ctx) {
|
|
26523
26526
|
let svg;
|
|
26524
26527
|
let path0;
|
|
26525
26528
|
let path1;
|
|
@@ -26600,7 +26603,7 @@ function create_fragment$u(ctx) {
|
|
|
26600
26603
|
};
|
|
26601
26604
|
}
|
|
26602
26605
|
|
|
26603
|
-
function instance$
|
|
26606
|
+
function instance$v($$self, $$props, $$invalidate) {
|
|
26604
26607
|
let { $$slots: slots = {}, $$scope } = $$props;
|
|
26605
26608
|
let { classes = '' } = $$props;
|
|
26606
26609
|
let { size = '24px' } = $$props;
|
|
@@ -26617,13 +26620,13 @@ function instance$u($$self, $$props, $$invalidate) {
|
|
|
26617
26620
|
class Lock_icon extends SvelteComponent {
|
|
26618
26621
|
constructor(options) {
|
|
26619
26622
|
super();
|
|
26620
|
-
init(this, options, instance$
|
|
26623
|
+
init(this, options, instance$v, create_fragment$v, safe_not_equal, { classes: 0, size: 1 });
|
|
26621
26624
|
}
|
|
26622
26625
|
}
|
|
26623
26626
|
|
|
26624
26627
|
/* src/lib/journey/callbacks/kba/kba-create.svelte generated by Svelte v3.55.1 */
|
|
26625
26628
|
|
|
26626
|
-
function create_if_block$
|
|
26629
|
+
function create_if_block$d(ctx) {
|
|
26627
26630
|
let input;
|
|
26628
26631
|
let current;
|
|
26629
26632
|
|
|
@@ -26668,7 +26671,7 @@ function create_if_block$c(ctx) {
|
|
|
26668
26671
|
};
|
|
26669
26672
|
}
|
|
26670
26673
|
|
|
26671
|
-
function create_fragment$
|
|
26674
|
+
function create_fragment$u(ctx) {
|
|
26672
26675
|
let fieldset;
|
|
26673
26676
|
let legend;
|
|
26674
26677
|
let t0;
|
|
@@ -26704,7 +26707,7 @@ function create_fragment$t(ctx) {
|
|
|
26704
26707
|
}
|
|
26705
26708
|
});
|
|
26706
26709
|
|
|
26707
|
-
let if_block = /*displayCustomQuestionInput*/ ctx[3] && create_if_block$
|
|
26710
|
+
let if_block = /*displayCustomQuestionInput*/ ctx[3] && create_if_block$d(ctx);
|
|
26708
26711
|
|
|
26709
26712
|
function input_value_binding(value) {
|
|
26710
26713
|
/*input_value_binding*/ ctx[21](value);
|
|
@@ -26783,7 +26786,7 @@ function create_fragment$t(ctx) {
|
|
|
26783
26786
|
transition_in(if_block, 1);
|
|
26784
26787
|
}
|
|
26785
26788
|
} else {
|
|
26786
|
-
if_block = create_if_block$
|
|
26789
|
+
if_block = create_if_block$d(ctx);
|
|
26787
26790
|
if_block.c();
|
|
26788
26791
|
transition_in(if_block, 1);
|
|
26789
26792
|
if_block.m(fieldset, t6);
|
|
@@ -26841,7 +26844,7 @@ function create_fragment$t(ctx) {
|
|
|
26841
26844
|
};
|
|
26842
26845
|
}
|
|
26843
26846
|
|
|
26844
|
-
function instance$
|
|
26847
|
+
function instance$u($$self, $$props, $$invalidate) {
|
|
26845
26848
|
let $value;
|
|
26846
26849
|
const selfSubmitFunction = null;
|
|
26847
26850
|
const stepMetadata = null;
|
|
@@ -26997,7 +27000,7 @@ class Kba_create extends SvelteComponent {
|
|
|
26997
27000
|
constructor(options) {
|
|
26998
27001
|
super();
|
|
26999
27002
|
|
|
27000
|
-
init(this, options, instance$
|
|
27003
|
+
init(this, options, instance$u, create_fragment$u, safe_not_equal, {
|
|
27001
27004
|
selfSubmitFunction: 13,
|
|
27002
27005
|
stepMetadata: 14,
|
|
27003
27006
|
callback: 15,
|
|
@@ -27017,7 +27020,7 @@ class Kba_create extends SvelteComponent {
|
|
|
27017
27020
|
|
|
27018
27021
|
/* src/lib/journey/callbacks/username/name.svelte generated by Svelte v3.55.1 */
|
|
27019
27022
|
|
|
27020
|
-
function create_fragment$
|
|
27023
|
+
function create_fragment$t(ctx) {
|
|
27021
27024
|
let input;
|
|
27022
27025
|
let current;
|
|
27023
27026
|
|
|
@@ -27070,7 +27073,7 @@ function create_fragment$s(ctx) {
|
|
|
27070
27073
|
};
|
|
27071
27074
|
}
|
|
27072
27075
|
|
|
27073
|
-
function instance$
|
|
27076
|
+
function instance$t($$self, $$props, $$invalidate) {
|
|
27074
27077
|
const selfSubmitFunction = null;
|
|
27075
27078
|
const stepMetadata = null;
|
|
27076
27079
|
let { callback } = $$props;
|
|
@@ -27122,7 +27125,7 @@ class Name extends SvelteComponent {
|
|
|
27122
27125
|
constructor(options) {
|
|
27123
27126
|
super();
|
|
27124
27127
|
|
|
27125
|
-
init(this, options, instance$
|
|
27128
|
+
init(this, options, instance$t, create_fragment$t, safe_not_equal, {
|
|
27126
27129
|
selfSubmitFunction: 7,
|
|
27127
27130
|
stepMetadata: 8,
|
|
27128
27131
|
callback: 9,
|
|
@@ -27224,7 +27227,7 @@ function create_else_block$4(ctx) {
|
|
|
27224
27227
|
}
|
|
27225
27228
|
|
|
27226
27229
|
// (6:0) {#if !visible}
|
|
27227
|
-
function create_if_block$
|
|
27230
|
+
function create_if_block$c(ctx) {
|
|
27228
27231
|
let svg;
|
|
27229
27232
|
let path0;
|
|
27230
27233
|
let path1;
|
|
@@ -27305,12 +27308,12 @@ function create_if_block$b(ctx) {
|
|
|
27305
27308
|
};
|
|
27306
27309
|
}
|
|
27307
27310
|
|
|
27308
|
-
function create_fragment$
|
|
27311
|
+
function create_fragment$s(ctx) {
|
|
27309
27312
|
let current_block_type_index;
|
|
27310
27313
|
let if_block;
|
|
27311
27314
|
let if_block_anchor;
|
|
27312
27315
|
let current;
|
|
27313
|
-
const if_block_creators = [create_if_block$
|
|
27316
|
+
const if_block_creators = [create_if_block$c, create_else_block$4];
|
|
27314
27317
|
const if_blocks = [];
|
|
27315
27318
|
|
|
27316
27319
|
function select_block_type(ctx, dirty) {
|
|
@@ -27374,7 +27377,7 @@ function create_fragment$r(ctx) {
|
|
|
27374
27377
|
};
|
|
27375
27378
|
}
|
|
27376
27379
|
|
|
27377
|
-
function instance$
|
|
27380
|
+
function instance$s($$self, $$props, $$invalidate) {
|
|
27378
27381
|
let { $$slots: slots = {}, $$scope } = $$props;
|
|
27379
27382
|
let { classes = '' } = $$props;
|
|
27380
27383
|
let { size = '24px' } = $$props;
|
|
@@ -27393,7 +27396,7 @@ function instance$r($$self, $$props, $$invalidate) {
|
|
|
27393
27396
|
class Eye_icon extends SvelteComponent {
|
|
27394
27397
|
constructor(options) {
|
|
27395
27398
|
super();
|
|
27396
|
-
init(this, options, instance$
|
|
27399
|
+
init(this, options, instance$s, create_fragment$s, safe_not_equal, { classes: 0, size: 1, visible: 2 });
|
|
27397
27400
|
}
|
|
27398
27401
|
}
|
|
27399
27402
|
|
|
@@ -27447,7 +27450,7 @@ function create_default_slot_1$8(ctx) {
|
|
|
27447
27450
|
}
|
|
27448
27451
|
|
|
27449
27452
|
// (69:4) <EyeIcon classes="tw_password-icon dark:tw_password-icon_dark" visible={isVisible}>
|
|
27450
|
-
function create_default_slot$
|
|
27453
|
+
function create_default_slot$g(ctx) {
|
|
27451
27454
|
let t;
|
|
27452
27455
|
let current;
|
|
27453
27456
|
t = new Locale_strings({ props: { key: "showPassword" } });
|
|
@@ -27488,7 +27491,7 @@ function create_input_button_slot$1(ctx) {
|
|
|
27488
27491
|
props: {
|
|
27489
27492
|
classes: "tw_password-icon dark:tw_password-icon_dark",
|
|
27490
27493
|
visible: /*isVisible*/ ctx[6],
|
|
27491
|
-
$$slots: { default: [create_default_slot$
|
|
27494
|
+
$$slots: { default: [create_default_slot$g] },
|
|
27492
27495
|
$$scope: { ctx }
|
|
27493
27496
|
}
|
|
27494
27497
|
});
|
|
@@ -27539,7 +27542,7 @@ function create_input_button_slot$1(ctx) {
|
|
|
27539
27542
|
};
|
|
27540
27543
|
}
|
|
27541
27544
|
|
|
27542
|
-
function create_fragment$
|
|
27545
|
+
function create_fragment$r(ctx) {
|
|
27543
27546
|
let input;
|
|
27544
27547
|
let current;
|
|
27545
27548
|
|
|
@@ -27610,7 +27613,7 @@ function create_fragment$q(ctx) {
|
|
|
27610
27613
|
};
|
|
27611
27614
|
}
|
|
27612
27615
|
|
|
27613
|
-
function instance$
|
|
27616
|
+
function instance$r($$self, $$props, $$invalidate) {
|
|
27614
27617
|
let { $$slots: slots = {}, $$scope } = $$props;
|
|
27615
27618
|
let { forceValidityFailure = false } = $$props;
|
|
27616
27619
|
let { passwordsDoNotMatch = false } = $$props;
|
|
@@ -27697,7 +27700,7 @@ class Confirm_input extends SvelteComponent {
|
|
|
27697
27700
|
constructor(options) {
|
|
27698
27701
|
super();
|
|
27699
27702
|
|
|
27700
|
-
init(this, options, instance$
|
|
27703
|
+
init(this, options, instance$r, create_fragment$r, safe_not_equal, {
|
|
27701
27704
|
forceValidityFailure: 0,
|
|
27702
27705
|
passwordsDoNotMatch: 1,
|
|
27703
27706
|
isRequired: 2,
|
|
@@ -27760,7 +27763,7 @@ function create_default_slot_1$7(ctx) {
|
|
|
27760
27763
|
}
|
|
27761
27764
|
|
|
27762
27765
|
// (94:4) <EyeIcon classes="tw_password-icon dark:tw_password-icon_dark" visible={isVisible}>
|
|
27763
|
-
function create_default_slot$
|
|
27766
|
+
function create_default_slot$f(ctx) {
|
|
27764
27767
|
let t;
|
|
27765
27768
|
let current;
|
|
27766
27769
|
t = new Locale_strings({ props: { key: "showPassword" } });
|
|
@@ -27801,7 +27804,7 @@ function create_input_button_slot(ctx) {
|
|
|
27801
27804
|
props: {
|
|
27802
27805
|
classes: "tw_password-icon dark:tw_password-icon_dark",
|
|
27803
27806
|
visible: /*isVisible*/ ctx[10],
|
|
27804
|
-
$$slots: { default: [create_default_slot$
|
|
27807
|
+
$$slots: { default: [create_default_slot$f] },
|
|
27805
27808
|
$$scope: { ctx }
|
|
27806
27809
|
}
|
|
27807
27810
|
});
|
|
@@ -27853,7 +27856,7 @@ function create_input_button_slot(ctx) {
|
|
|
27853
27856
|
}
|
|
27854
27857
|
|
|
27855
27858
|
// (101:0) {#if callbackMetadata?.platform?.confirmPassword}
|
|
27856
|
-
function create_if_block$
|
|
27859
|
+
function create_if_block$b(ctx) {
|
|
27857
27860
|
let confirminput;
|
|
27858
27861
|
let current;
|
|
27859
27862
|
|
|
@@ -27904,7 +27907,7 @@ function create_if_block$a(ctx) {
|
|
|
27904
27907
|
};
|
|
27905
27908
|
}
|
|
27906
27909
|
|
|
27907
|
-
function create_fragment$
|
|
27910
|
+
function create_fragment$q(ctx) {
|
|
27908
27911
|
let input;
|
|
27909
27912
|
let t;
|
|
27910
27913
|
let if_block_anchor;
|
|
@@ -27935,7 +27938,7 @@ function create_fragment$p(ctx) {
|
|
|
27935
27938
|
}
|
|
27936
27939
|
});
|
|
27937
27940
|
|
|
27938
|
-
let if_block = /*callbackMetadata*/ ctx[1]?.platform?.confirmPassword && create_if_block$
|
|
27941
|
+
let if_block = /*callbackMetadata*/ ctx[1]?.platform?.confirmPassword && create_if_block$b(ctx);
|
|
27939
27942
|
|
|
27940
27943
|
return {
|
|
27941
27944
|
c() {
|
|
@@ -27984,7 +27987,7 @@ function create_fragment$p(ctx) {
|
|
|
27984
27987
|
transition_in(if_block, 1);
|
|
27985
27988
|
}
|
|
27986
27989
|
} else {
|
|
27987
|
-
if_block = create_if_block$
|
|
27990
|
+
if_block = create_if_block$b(ctx);
|
|
27988
27991
|
if_block.c();
|
|
27989
27992
|
transition_in(if_block, 1);
|
|
27990
27993
|
if_block.m(if_block_anchor.parentNode, if_block_anchor);
|
|
@@ -28019,7 +28022,7 @@ function create_fragment$p(ctx) {
|
|
|
28019
28022
|
};
|
|
28020
28023
|
}
|
|
28021
28024
|
|
|
28022
|
-
function instance$
|
|
28025
|
+
function instance$q($$self, $$props, $$invalidate) {
|
|
28023
28026
|
let { $$slots: slots = {}, $$scope } = $$props;
|
|
28024
28027
|
let { callback } = $$props;
|
|
28025
28028
|
let { callbackMetadata } = $$props;
|
|
@@ -28144,7 +28147,7 @@ class Base extends SvelteComponent {
|
|
|
28144
28147
|
constructor(options) {
|
|
28145
28148
|
super();
|
|
28146
28149
|
|
|
28147
|
-
init(this, options, instance$
|
|
28150
|
+
init(this, options, instance$q, create_fragment$q, safe_not_equal, {
|
|
28148
28151
|
callback: 18,
|
|
28149
28152
|
callbackMetadata: 1,
|
|
28150
28153
|
key: 0,
|
|
@@ -28159,7 +28162,7 @@ class Base extends SvelteComponent {
|
|
|
28159
28162
|
|
|
28160
28163
|
/* src/lib/journey/callbacks/password/password.svelte generated by Svelte v3.55.1 */
|
|
28161
28164
|
|
|
28162
|
-
function create_fragment$
|
|
28165
|
+
function create_fragment$p(ctx) {
|
|
28163
28166
|
let base;
|
|
28164
28167
|
let current;
|
|
28165
28168
|
|
|
@@ -28203,7 +28206,7 @@ function create_fragment$o(ctx) {
|
|
|
28203
28206
|
};
|
|
28204
28207
|
}
|
|
28205
28208
|
|
|
28206
|
-
function instance$
|
|
28209
|
+
function instance$p($$self, $$props, $$invalidate) {
|
|
28207
28210
|
const selfSubmitFunction = null;
|
|
28208
28211
|
const stepMetadata = null;
|
|
28209
28212
|
let { callback } = $$props;
|
|
@@ -28233,7 +28236,7 @@ class Password extends SvelteComponent {
|
|
|
28233
28236
|
constructor(options) {
|
|
28234
28237
|
super();
|
|
28235
28238
|
|
|
28236
|
-
init(this, options, instance$
|
|
28239
|
+
init(this, options, instance$p, create_fragment$p, safe_not_equal, {
|
|
28237
28240
|
selfSubmitFunction: 4,
|
|
28238
28241
|
stepMetadata: 5,
|
|
28239
28242
|
callback: 0,
|
|
@@ -28253,7 +28256,7 @@ class Password extends SvelteComponent {
|
|
|
28253
28256
|
|
|
28254
28257
|
/* src/lib/components/primitives/text/text.svelte generated by Svelte v3.55.1 */
|
|
28255
28258
|
|
|
28256
|
-
function create_fragment$
|
|
28259
|
+
function create_fragment$o(ctx) {
|
|
28257
28260
|
let p;
|
|
28258
28261
|
let p_class_value;
|
|
28259
28262
|
let current;
|
|
@@ -28311,7 +28314,7 @@ function create_fragment$n(ctx) {
|
|
|
28311
28314
|
};
|
|
28312
28315
|
}
|
|
28313
28316
|
|
|
28314
|
-
function instance$
|
|
28317
|
+
function instance$o($$self, $$props, $$invalidate) {
|
|
28315
28318
|
let { $$slots: slots = {}, $$scope } = $$props;
|
|
28316
28319
|
let { classes = '' } = $$props;
|
|
28317
28320
|
|
|
@@ -28326,13 +28329,13 @@ function instance$n($$self, $$props, $$invalidate) {
|
|
|
28326
28329
|
class Text extends SvelteComponent {
|
|
28327
28330
|
constructor(options) {
|
|
28328
28331
|
super();
|
|
28329
|
-
init(this, options, instance$
|
|
28332
|
+
init(this, options, instance$o, create_fragment$o, safe_not_equal, { classes: 0 });
|
|
28330
28333
|
}
|
|
28331
28334
|
}
|
|
28332
28335
|
|
|
28333
28336
|
/* src/lib/journey/callbacks/polling-wait/polling-wait.svelte generated by Svelte v3.55.1 */
|
|
28334
28337
|
|
|
28335
|
-
function create_default_slot$
|
|
28338
|
+
function create_default_slot$e(ctx) {
|
|
28336
28339
|
let t;
|
|
28337
28340
|
|
|
28338
28341
|
return {
|
|
@@ -28351,7 +28354,7 @@ function create_default_slot$d(ctx) {
|
|
|
28351
28354
|
};
|
|
28352
28355
|
}
|
|
28353
28356
|
|
|
28354
|
-
function create_fragment$
|
|
28357
|
+
function create_fragment$n(ctx) {
|
|
28355
28358
|
let div;
|
|
28356
28359
|
let spinner;
|
|
28357
28360
|
let t;
|
|
@@ -28367,7 +28370,7 @@ function create_fragment$m(ctx) {
|
|
|
28367
28370
|
|
|
28368
28371
|
text_1 = new Text({
|
|
28369
28372
|
props: {
|
|
28370
|
-
$$slots: { default: [create_default_slot$
|
|
28373
|
+
$$slots: { default: [create_default_slot$e] },
|
|
28371
28374
|
$$scope: { ctx }
|
|
28372
28375
|
}
|
|
28373
28376
|
});
|
|
@@ -28415,7 +28418,7 @@ function create_fragment$m(ctx) {
|
|
|
28415
28418
|
};
|
|
28416
28419
|
}
|
|
28417
28420
|
|
|
28418
|
-
function instance$
|
|
28421
|
+
function instance$n($$self, $$props, $$invalidate) {
|
|
28419
28422
|
const stepMetadata = null;
|
|
28420
28423
|
const style = {};
|
|
28421
28424
|
let { callback } = $$props;
|
|
@@ -28457,7 +28460,7 @@ class Polling_wait extends SvelteComponent {
|
|
|
28457
28460
|
constructor(options) {
|
|
28458
28461
|
super();
|
|
28459
28462
|
|
|
28460
|
-
init(this, options, instance$
|
|
28463
|
+
init(this, options, instance$n, create_fragment$n, safe_not_equal, {
|
|
28461
28464
|
stepMetadata: 3,
|
|
28462
28465
|
style: 4,
|
|
28463
28466
|
callback: 1,
|
|
@@ -28477,7 +28480,7 @@ class Polling_wait extends SvelteComponent {
|
|
|
28477
28480
|
|
|
28478
28481
|
/* src/lib/journey/callbacks/redirect/redirect.svelte generated by Svelte v3.55.1 */
|
|
28479
28482
|
|
|
28480
|
-
function create_default_slot$
|
|
28483
|
+
function create_default_slot$d(ctx) {
|
|
28481
28484
|
let t;
|
|
28482
28485
|
|
|
28483
28486
|
return {
|
|
@@ -28496,7 +28499,7 @@ function create_default_slot$c(ctx) {
|
|
|
28496
28499
|
};
|
|
28497
28500
|
}
|
|
28498
28501
|
|
|
28499
|
-
function create_fragment$
|
|
28502
|
+
function create_fragment$m(ctx) {
|
|
28500
28503
|
let div;
|
|
28501
28504
|
let spinner;
|
|
28502
28505
|
let t;
|
|
@@ -28512,7 +28515,7 @@ function create_fragment$l(ctx) {
|
|
|
28512
28515
|
|
|
28513
28516
|
text_1 = new Text({
|
|
28514
28517
|
props: {
|
|
28515
|
-
$$slots: { default: [create_default_slot$
|
|
28518
|
+
$$slots: { default: [create_default_slot$d] },
|
|
28516
28519
|
$$scope: { ctx }
|
|
28517
28520
|
}
|
|
28518
28521
|
});
|
|
@@ -28561,7 +28564,7 @@ function create_fragment$l(ctx) {
|
|
|
28561
28564
|
};
|
|
28562
28565
|
}
|
|
28563
28566
|
|
|
28564
|
-
function instance$
|
|
28567
|
+
function instance$m($$self, $$props, $$invalidate) {
|
|
28565
28568
|
const callbackMetadata = null;
|
|
28566
28569
|
const selfSubmitFunction = null;
|
|
28567
28570
|
const stepMetadata = null;
|
|
@@ -28588,7 +28591,7 @@ class Redirect extends SvelteComponent {
|
|
|
28588
28591
|
constructor(options) {
|
|
28589
28592
|
super();
|
|
28590
28593
|
|
|
28591
|
-
init(this, options, instance$
|
|
28594
|
+
init(this, options, instance$m, create_fragment$m, safe_not_equal, {
|
|
28592
28595
|
callbackMetadata: 1,
|
|
28593
28596
|
selfSubmitFunction: 2,
|
|
28594
28597
|
stepMetadata: 3,
|
|
@@ -28616,7 +28619,7 @@ class Redirect extends SvelteComponent {
|
|
|
28616
28619
|
|
|
28617
28620
|
/* src/lib/components/icons/apple-icon.svelte generated by Svelte v3.55.1 */
|
|
28618
28621
|
|
|
28619
|
-
function create_fragment$
|
|
28622
|
+
function create_fragment$l(ctx) {
|
|
28620
28623
|
let svg;
|
|
28621
28624
|
let path0;
|
|
28622
28625
|
let path1;
|
|
@@ -28661,7 +28664,7 @@ function create_fragment$k(ctx) {
|
|
|
28661
28664
|
};
|
|
28662
28665
|
}
|
|
28663
28666
|
|
|
28664
|
-
function instance$
|
|
28667
|
+
function instance$l($$self, $$props, $$invalidate) {
|
|
28665
28668
|
let { classes = '' } = $$props;
|
|
28666
28669
|
let { size = '24px' } = $$props;
|
|
28667
28670
|
|
|
@@ -28676,13 +28679,13 @@ function instance$k($$self, $$props, $$invalidate) {
|
|
|
28676
28679
|
class Apple_icon extends SvelteComponent {
|
|
28677
28680
|
constructor(options) {
|
|
28678
28681
|
super();
|
|
28679
|
-
init(this, options, instance$
|
|
28682
|
+
init(this, options, instance$l, create_fragment$l, safe_not_equal, { classes: 0, size: 1 });
|
|
28680
28683
|
}
|
|
28681
28684
|
}
|
|
28682
28685
|
|
|
28683
28686
|
/* src/lib/components/icons/facebook-icon.svelte generated by Svelte v3.55.1 */
|
|
28684
28687
|
|
|
28685
|
-
function create_fragment$
|
|
28688
|
+
function create_fragment$k(ctx) {
|
|
28686
28689
|
let svg;
|
|
28687
28690
|
let path;
|
|
28688
28691
|
|
|
@@ -28723,7 +28726,7 @@ function create_fragment$j(ctx) {
|
|
|
28723
28726
|
};
|
|
28724
28727
|
}
|
|
28725
28728
|
|
|
28726
|
-
function instance$
|
|
28729
|
+
function instance$k($$self, $$props, $$invalidate) {
|
|
28727
28730
|
let { classes = '' } = $$props;
|
|
28728
28731
|
let { size = '24px' } = $$props;
|
|
28729
28732
|
|
|
@@ -28738,13 +28741,13 @@ function instance$j($$self, $$props, $$invalidate) {
|
|
|
28738
28741
|
class Facebook_icon extends SvelteComponent {
|
|
28739
28742
|
constructor(options) {
|
|
28740
28743
|
super();
|
|
28741
|
-
init(this, options, instance$
|
|
28744
|
+
init(this, options, instance$k, create_fragment$k, safe_not_equal, { classes: 0, size: 1 });
|
|
28742
28745
|
}
|
|
28743
28746
|
}
|
|
28744
28747
|
|
|
28745
28748
|
/* src/lib/components/icons/google-icon.svelte generated by Svelte v3.55.1 */
|
|
28746
28749
|
|
|
28747
|
-
function create_fragment$
|
|
28750
|
+
function create_fragment$j(ctx) {
|
|
28748
28751
|
let svg;
|
|
28749
28752
|
let g;
|
|
28750
28753
|
let path0;
|
|
@@ -28809,7 +28812,7 @@ function create_fragment$i(ctx) {
|
|
|
28809
28812
|
};
|
|
28810
28813
|
}
|
|
28811
28814
|
|
|
28812
|
-
function instance$
|
|
28815
|
+
function instance$j($$self, $$props, $$invalidate) {
|
|
28813
28816
|
let { classes = '' } = $$props;
|
|
28814
28817
|
let { size = '24px' } = $$props;
|
|
28815
28818
|
|
|
@@ -28824,7 +28827,7 @@ function instance$i($$self, $$props, $$invalidate) {
|
|
|
28824
28827
|
class Google_icon extends SvelteComponent {
|
|
28825
28828
|
constructor(options) {
|
|
28826
28829
|
super();
|
|
28827
|
-
init(this, options, instance$
|
|
28830
|
+
init(this, options, instance$j, create_fragment$j, safe_not_equal, { classes: 0, size: 1 });
|
|
28828
28831
|
}
|
|
28829
28832
|
}
|
|
28830
28833
|
|
|
@@ -29315,14 +29318,14 @@ function create_each_block$5(ctx) {
|
|
|
29315
29318
|
}
|
|
29316
29319
|
|
|
29317
29320
|
// (81:0) {#if stepMetadata && stepMetadata.derived.numOfCallbacks > 1}
|
|
29318
|
-
function create_if_block$
|
|
29321
|
+
function create_if_block$a(ctx) {
|
|
29319
29322
|
let grid;
|
|
29320
29323
|
let current;
|
|
29321
29324
|
|
|
29322
29325
|
grid = new Grid({
|
|
29323
29326
|
props: {
|
|
29324
29327
|
num: 1,
|
|
29325
|
-
$$slots: { default: [create_default_slot$
|
|
29328
|
+
$$slots: { default: [create_default_slot$c] },
|
|
29326
29329
|
$$scope: { ctx }
|
|
29327
29330
|
}
|
|
29328
29331
|
});
|
|
@@ -29351,7 +29354,7 @@ function create_if_block$9(ctx) {
|
|
|
29351
29354
|
}
|
|
29352
29355
|
|
|
29353
29356
|
// (82:2) <Grid num={1}>
|
|
29354
|
-
function create_default_slot$
|
|
29357
|
+
function create_default_slot$c(ctx) {
|
|
29355
29358
|
let hr;
|
|
29356
29359
|
|
|
29357
29360
|
return {
|
|
@@ -29369,7 +29372,7 @@ function create_default_slot$b(ctx) {
|
|
|
29369
29372
|
};
|
|
29370
29373
|
}
|
|
29371
29374
|
|
|
29372
|
-
function create_fragment$
|
|
29375
|
+
function create_fragment$i(ctx) {
|
|
29373
29376
|
let t;
|
|
29374
29377
|
let if_block_anchor;
|
|
29375
29378
|
let current;
|
|
@@ -29384,7 +29387,7 @@ function create_fragment$h(ctx) {
|
|
|
29384
29387
|
each_blocks[i] = null;
|
|
29385
29388
|
});
|
|
29386
29389
|
|
|
29387
|
-
let if_block = /*stepMetadata*/ ctx[0] && /*stepMetadata*/ ctx[0].derived.numOfCallbacks > 1 && create_if_block$
|
|
29390
|
+
let if_block = /*stepMetadata*/ ctx[0] && /*stepMetadata*/ ctx[0].derived.numOfCallbacks > 1 && create_if_block$a(ctx);
|
|
29388
29391
|
|
|
29389
29392
|
return {
|
|
29390
29393
|
c() {
|
|
@@ -29440,7 +29443,7 @@ function create_fragment$h(ctx) {
|
|
|
29440
29443
|
transition_in(if_block, 1);
|
|
29441
29444
|
}
|
|
29442
29445
|
} else {
|
|
29443
|
-
if_block = create_if_block$
|
|
29446
|
+
if_block = create_if_block$a(ctx);
|
|
29444
29447
|
if_block.c();
|
|
29445
29448
|
transition_in(if_block, 1);
|
|
29446
29449
|
if_block.m(if_block_anchor.parentNode, if_block_anchor);
|
|
@@ -29484,7 +29487,7 @@ function create_fragment$h(ctx) {
|
|
|
29484
29487
|
};
|
|
29485
29488
|
}
|
|
29486
29489
|
|
|
29487
|
-
function instance$
|
|
29490
|
+
function instance$i($$self, $$props, $$invalidate) {
|
|
29488
29491
|
const style = {};
|
|
29489
29492
|
let { callback } = $$props;
|
|
29490
29493
|
let { callbackMetadata } = $$props;
|
|
@@ -29554,7 +29557,7 @@ class Select_idp extends SvelteComponent {
|
|
|
29554
29557
|
constructor(options) {
|
|
29555
29558
|
super();
|
|
29556
29559
|
|
|
29557
|
-
init(this, options, instance$
|
|
29560
|
+
init(this, options, instance$i, create_fragment$i, safe_not_equal, {
|
|
29558
29561
|
style: 4,
|
|
29559
29562
|
callback: 5,
|
|
29560
29563
|
callbackMetadata: 3,
|
|
@@ -29679,7 +29682,7 @@ function create_if_block_1$6(ctx) {
|
|
|
29679
29682
|
}
|
|
29680
29683
|
|
|
29681
29684
|
// (24:0) {#if simplifiedFailures.length}
|
|
29682
|
-
function create_if_block$
|
|
29685
|
+
function create_if_block$9(ctx) {
|
|
29683
29686
|
let div;
|
|
29684
29687
|
let p;
|
|
29685
29688
|
let t0;
|
|
@@ -29824,12 +29827,12 @@ function create_each_block$4(ctx) {
|
|
|
29824
29827
|
};
|
|
29825
29828
|
}
|
|
29826
29829
|
|
|
29827
|
-
function create_fragment$
|
|
29830
|
+
function create_fragment$h(ctx) {
|
|
29828
29831
|
let current_block_type_index;
|
|
29829
29832
|
let if_block;
|
|
29830
29833
|
let if_block_anchor;
|
|
29831
29834
|
let current;
|
|
29832
|
-
const if_block_creators = [create_if_block$
|
|
29835
|
+
const if_block_creators = [create_if_block$9, create_if_block_1$6];
|
|
29833
29836
|
const if_blocks = [];
|
|
29834
29837
|
|
|
29835
29838
|
function select_block_type(ctx, dirty) {
|
|
@@ -29910,7 +29913,7 @@ function create_fragment$g(ctx) {
|
|
|
29910
29913
|
};
|
|
29911
29914
|
}
|
|
29912
29915
|
|
|
29913
|
-
function instance$
|
|
29916
|
+
function instance$h($$self, $$props, $$invalidate) {
|
|
29914
29917
|
let { callback } = $$props;
|
|
29915
29918
|
let { key = undefined } = $$props;
|
|
29916
29919
|
let { label } = $$props;
|
|
@@ -29968,7 +29971,7 @@ class Policies extends SvelteComponent {
|
|
|
29968
29971
|
constructor(options) {
|
|
29969
29972
|
super();
|
|
29970
29973
|
|
|
29971
|
-
init(this, options, instance$
|
|
29974
|
+
init(this, options, instance$h, create_fragment$h, safe_not_equal, {
|
|
29972
29975
|
callback: 5,
|
|
29973
29976
|
key: 0,
|
|
29974
29977
|
label: 6,
|
|
@@ -29980,7 +29983,7 @@ class Policies extends SvelteComponent {
|
|
|
29980
29983
|
|
|
29981
29984
|
/* src/lib/journey/callbacks/string-attribute/string-attribute-input.svelte generated by Svelte v3.55.1 */
|
|
29982
29985
|
|
|
29983
|
-
function create_default_slot$
|
|
29986
|
+
function create_default_slot$b(ctx) {
|
|
29984
29987
|
let policies_1;
|
|
29985
29988
|
let current;
|
|
29986
29989
|
|
|
@@ -30023,7 +30026,7 @@ function create_default_slot$a(ctx) {
|
|
|
30023
30026
|
};
|
|
30024
30027
|
}
|
|
30025
30028
|
|
|
30026
|
-
function create_fragment$
|
|
30029
|
+
function create_fragment$g(ctx) {
|
|
30027
30030
|
let input;
|
|
30028
30031
|
let current;
|
|
30029
30032
|
|
|
@@ -30041,7 +30044,7 @@ function create_fragment$f(ctx) {
|
|
|
30041
30044
|
type: /*type*/ ctx[7],
|
|
30042
30045
|
showMessage: !!/*isInvalid*/ ctx[8],
|
|
30043
30046
|
value: /*previousValue*/ ctx[6],
|
|
30044
|
-
$$slots: { default: [create_default_slot$
|
|
30047
|
+
$$slots: { default: [create_default_slot$b] },
|
|
30045
30048
|
$$scope: { ctx }
|
|
30046
30049
|
}
|
|
30047
30050
|
});
|
|
@@ -30091,7 +30094,7 @@ function create_fragment$f(ctx) {
|
|
|
30091
30094
|
};
|
|
30092
30095
|
}
|
|
30093
30096
|
|
|
30094
|
-
function instance$
|
|
30097
|
+
function instance$g($$self, $$props, $$invalidate) {
|
|
30095
30098
|
const selfSubmitFunction = null;
|
|
30096
30099
|
const stepMetadata = null;
|
|
30097
30100
|
let { callback } = $$props;
|
|
@@ -30167,7 +30170,7 @@ class String_attribute_input extends SvelteComponent {
|
|
|
30167
30170
|
constructor(options) {
|
|
30168
30171
|
super();
|
|
30169
30172
|
|
|
30170
|
-
init(this, options, instance$
|
|
30173
|
+
init(this, options, instance$g, create_fragment$g, safe_not_equal, {
|
|
30171
30174
|
selfSubmitFunction: 11,
|
|
30172
30175
|
stepMetadata: 12,
|
|
30173
30176
|
callback: 0,
|
|
@@ -30187,7 +30190,7 @@ class String_attribute_input extends SvelteComponent {
|
|
|
30187
30190
|
|
|
30188
30191
|
/* src/lib/components/primitives/link/link.svelte generated by Svelte v3.55.1 */
|
|
30189
30192
|
|
|
30190
|
-
function create_fragment$
|
|
30193
|
+
function create_fragment$f(ctx) {
|
|
30191
30194
|
let a;
|
|
30192
30195
|
let a_class_value;
|
|
30193
30196
|
let current;
|
|
@@ -30255,7 +30258,7 @@ function create_fragment$e(ctx) {
|
|
|
30255
30258
|
};
|
|
30256
30259
|
}
|
|
30257
30260
|
|
|
30258
|
-
function instance$
|
|
30261
|
+
function instance$f($$self, $$props, $$invalidate) {
|
|
30259
30262
|
let { $$slots: slots = {}, $$scope } = $$props;
|
|
30260
30263
|
let { classes = '' } = $$props;
|
|
30261
30264
|
let { href } = $$props;
|
|
@@ -30274,7 +30277,7 @@ function instance$e($$self, $$props, $$invalidate) {
|
|
|
30274
30277
|
class Link extends SvelteComponent {
|
|
30275
30278
|
constructor(options) {
|
|
30276
30279
|
super();
|
|
30277
|
-
init(this, options, instance$
|
|
30280
|
+
init(this, options, instance$f, create_fragment$f, safe_not_equal, { classes: 0, href: 1, target: 2 });
|
|
30278
30281
|
}
|
|
30279
30282
|
}
|
|
30280
30283
|
|
|
@@ -30302,7 +30305,7 @@ function create_else_block$3(ctx) {
|
|
|
30302
30305
|
}
|
|
30303
30306
|
|
|
30304
30307
|
// (27:0) {#if $linksStore?.termsAndConditions}
|
|
30305
|
-
function create_if_block$
|
|
30308
|
+
function create_if_block$8(ctx) {
|
|
30306
30309
|
let link;
|
|
30307
30310
|
let t;
|
|
30308
30311
|
let checkbox;
|
|
@@ -30324,7 +30327,7 @@ function create_if_block$7(ctx) {
|
|
|
30324
30327
|
key: /*inputName*/ ctx[1],
|
|
30325
30328
|
onChange: /*setValue*/ ctx[4],
|
|
30326
30329
|
value: false,
|
|
30327
|
-
$$slots: { default: [create_default_slot$
|
|
30330
|
+
$$slots: { default: [create_default_slot$a] },
|
|
30328
30331
|
$$scope: { ctx }
|
|
30329
30332
|
}
|
|
30330
30333
|
});
|
|
@@ -30399,7 +30402,7 @@ function create_default_slot_1$5(ctx) {
|
|
|
30399
30402
|
}
|
|
30400
30403
|
|
|
30401
30404
|
// (31:2) <Checkbox isFirstInvalidInput={callbackMetadata?.derived.isFirstInvalidInput || false} key={inputName} onChange={setValue} value={false} >
|
|
30402
|
-
function create_default_slot$
|
|
30405
|
+
function create_default_slot$a(ctx) {
|
|
30403
30406
|
let t;
|
|
30404
30407
|
let current;
|
|
30405
30408
|
t = new Locale_strings({ props: { key: "termsAndConditions" } });
|
|
@@ -30428,12 +30431,12 @@ function create_default_slot$9(ctx) {
|
|
|
30428
30431
|
};
|
|
30429
30432
|
}
|
|
30430
30433
|
|
|
30431
|
-
function create_fragment$
|
|
30434
|
+
function create_fragment$e(ctx) {
|
|
30432
30435
|
let current_block_type_index;
|
|
30433
30436
|
let if_block;
|
|
30434
30437
|
let if_block_anchor;
|
|
30435
30438
|
let current;
|
|
30436
|
-
const if_block_creators = [create_if_block$
|
|
30439
|
+
const if_block_creators = [create_if_block$8, create_else_block$3];
|
|
30437
30440
|
const if_blocks = [];
|
|
30438
30441
|
|
|
30439
30442
|
function select_block_type(ctx, dirty) {
|
|
@@ -30497,7 +30500,7 @@ function create_fragment$d(ctx) {
|
|
|
30497
30500
|
};
|
|
30498
30501
|
}
|
|
30499
30502
|
|
|
30500
|
-
function instance$
|
|
30503
|
+
function instance$e($$self, $$props, $$invalidate) {
|
|
30501
30504
|
let $linksStore;
|
|
30502
30505
|
component_subscribe($$self, linksStore, $$value => $$invalidate(2, $linksStore = $$value));
|
|
30503
30506
|
const selfSubmitFunction = null;
|
|
@@ -30551,7 +30554,7 @@ class Terms_conditions extends SvelteComponent {
|
|
|
30551
30554
|
constructor(options) {
|
|
30552
30555
|
super();
|
|
30553
30556
|
|
|
30554
|
-
init(this, options, instance$
|
|
30557
|
+
init(this, options, instance$e, create_fragment$e, safe_not_equal, {
|
|
30555
30558
|
selfSubmitFunction: 5,
|
|
30556
30559
|
stepMetadata: 6,
|
|
30557
30560
|
style: 7,
|
|
@@ -30571,7 +30574,7 @@ class Terms_conditions extends SvelteComponent {
|
|
|
30571
30574
|
|
|
30572
30575
|
/* src/lib/journey/callbacks/text-output/text-output.svelte generated by Svelte v3.55.1 */
|
|
30573
30576
|
|
|
30574
|
-
function create_default_slot$
|
|
30577
|
+
function create_default_slot$9(ctx) {
|
|
30575
30578
|
let html_tag;
|
|
30576
30579
|
let html_anchor;
|
|
30577
30580
|
|
|
@@ -30595,14 +30598,14 @@ function create_default_slot$8(ctx) {
|
|
|
30595
30598
|
};
|
|
30596
30599
|
}
|
|
30597
30600
|
|
|
30598
|
-
function create_fragment$
|
|
30601
|
+
function create_fragment$d(ctx) {
|
|
30599
30602
|
let text_1;
|
|
30600
30603
|
let current;
|
|
30601
30604
|
|
|
30602
30605
|
text_1 = new Text({
|
|
30603
30606
|
props: {
|
|
30604
30607
|
classes: "tw_font-bold tw_mt-6",
|
|
30605
|
-
$$slots: { default: [create_default_slot$
|
|
30608
|
+
$$slots: { default: [create_default_slot$9] },
|
|
30606
30609
|
$$scope: { ctx }
|
|
30607
30610
|
}
|
|
30608
30611
|
});
|
|
@@ -30639,7 +30642,7 @@ function create_fragment$c(ctx) {
|
|
|
30639
30642
|
};
|
|
30640
30643
|
}
|
|
30641
30644
|
|
|
30642
|
-
function instance$
|
|
30645
|
+
function instance$d($$self, $$props, $$invalidate) {
|
|
30643
30646
|
const callbackMetadata = null;
|
|
30644
30647
|
const selfSubmitFunction = null;
|
|
30645
30648
|
const stepMetadata = null;
|
|
@@ -30676,7 +30679,7 @@ class Text_output extends SvelteComponent {
|
|
|
30676
30679
|
constructor(options) {
|
|
30677
30680
|
super();
|
|
30678
30681
|
|
|
30679
|
-
init(this, options, instance$
|
|
30682
|
+
init(this, options, instance$d, create_fragment$d, safe_not_equal, {
|
|
30680
30683
|
callbackMetadata: 1,
|
|
30681
30684
|
selfSubmitFunction: 2,
|
|
30682
30685
|
stepMetadata: 3,
|
|
@@ -30704,7 +30707,7 @@ class Text_output extends SvelteComponent {
|
|
|
30704
30707
|
|
|
30705
30708
|
/* src/lib/journey/callbacks/unknown/unknown.svelte generated by Svelte v3.55.1 */
|
|
30706
30709
|
|
|
30707
|
-
function create_fragment$
|
|
30710
|
+
function create_fragment$c(ctx) {
|
|
30708
30711
|
let p;
|
|
30709
30712
|
|
|
30710
30713
|
return {
|
|
@@ -30725,7 +30728,7 @@ function create_fragment$b(ctx) {
|
|
|
30725
30728
|
};
|
|
30726
30729
|
}
|
|
30727
30730
|
|
|
30728
|
-
function instance$
|
|
30731
|
+
function instance$c($$self, $$props, $$invalidate) {
|
|
30729
30732
|
const callbackMetadata = null;
|
|
30730
30733
|
const selfSubmitFunction = null;
|
|
30731
30734
|
const stepMetadata = null;
|
|
@@ -30744,7 +30747,7 @@ class Unknown extends SvelteComponent {
|
|
|
30744
30747
|
constructor(options) {
|
|
30745
30748
|
super();
|
|
30746
30749
|
|
|
30747
|
-
init(this, options, instance$
|
|
30750
|
+
init(this, options, instance$c, create_fragment$c, safe_not_equal, {
|
|
30748
30751
|
callbackMetadata: 1,
|
|
30749
30752
|
selfSubmitFunction: 2,
|
|
30750
30753
|
stepMetadata: 3,
|
|
@@ -30772,7 +30775,7 @@ class Unknown extends SvelteComponent {
|
|
|
30772
30775
|
|
|
30773
30776
|
/* src/lib/journey/callbacks/password/validated-create-password.svelte generated by Svelte v3.55.1 */
|
|
30774
30777
|
|
|
30775
|
-
function create_default_slot$
|
|
30778
|
+
function create_default_slot$8(ctx) {
|
|
30776
30779
|
let policies;
|
|
30777
30780
|
let current;
|
|
30778
30781
|
|
|
@@ -30814,7 +30817,7 @@ function create_default_slot$7(ctx) {
|
|
|
30814
30817
|
};
|
|
30815
30818
|
}
|
|
30816
30819
|
|
|
30817
|
-
function create_fragment$
|
|
30820
|
+
function create_fragment$b(ctx) {
|
|
30818
30821
|
let base;
|
|
30819
30822
|
let current;
|
|
30820
30823
|
|
|
@@ -30827,7 +30830,7 @@ function create_fragment$a(ctx) {
|
|
|
30827
30830
|
key: /*inputName*/ ctx[4],
|
|
30828
30831
|
showMessage: /*isInvalid*/ ctx[5],
|
|
30829
30832
|
style: /*style*/ ctx[2],
|
|
30830
|
-
$$slots: { default: [create_default_slot$
|
|
30833
|
+
$$slots: { default: [create_default_slot$8] },
|
|
30831
30834
|
$$scope: { ctx }
|
|
30832
30835
|
}
|
|
30833
30836
|
});
|
|
@@ -30870,7 +30873,7 @@ function create_fragment$a(ctx) {
|
|
|
30870
30873
|
};
|
|
30871
30874
|
}
|
|
30872
30875
|
|
|
30873
|
-
function instance$
|
|
30876
|
+
function instance$b($$self, $$props, $$invalidate) {
|
|
30874
30877
|
const selfSubmitFunction = null;
|
|
30875
30878
|
const stepMetadata = null;
|
|
30876
30879
|
let { callback } = $$props;
|
|
@@ -30922,7 +30925,7 @@ class Validated_create_password extends SvelteComponent {
|
|
|
30922
30925
|
constructor(options) {
|
|
30923
30926
|
super();
|
|
30924
30927
|
|
|
30925
|
-
init(this, options, instance$
|
|
30928
|
+
init(this, options, instance$b, create_fragment$b, safe_not_equal, {
|
|
30926
30929
|
selfSubmitFunction: 7,
|
|
30927
30930
|
stepMetadata: 8,
|
|
30928
30931
|
callback: 0,
|
|
@@ -30942,7 +30945,7 @@ class Validated_create_password extends SvelteComponent {
|
|
|
30942
30945
|
|
|
30943
30946
|
/* src/lib/journey/callbacks/username/validated-create-username.svelte generated by Svelte v3.55.1 */
|
|
30944
30947
|
|
|
30945
|
-
function create_default_slot$
|
|
30948
|
+
function create_default_slot$7(ctx) {
|
|
30946
30949
|
let policies;
|
|
30947
30950
|
let current;
|
|
30948
30951
|
|
|
@@ -30985,7 +30988,7 @@ function create_default_slot$6(ctx) {
|
|
|
30985
30988
|
};
|
|
30986
30989
|
}
|
|
30987
30990
|
|
|
30988
|
-
function create_fragment$
|
|
30991
|
+
function create_fragment$a(ctx) {
|
|
30989
30992
|
let input;
|
|
30990
30993
|
let current;
|
|
30991
30994
|
|
|
@@ -31005,7 +31008,7 @@ function create_fragment$9(ctx) {
|
|
|
31005
31008
|
value: typeof /*value*/ ctx[7] === 'string'
|
|
31006
31009
|
? /*value*/ ctx[7]
|
|
31007
31010
|
: '',
|
|
31008
|
-
$$slots: { default: [create_default_slot$
|
|
31011
|
+
$$slots: { default: [create_default_slot$7] },
|
|
31009
31012
|
$$scope: { ctx }
|
|
31010
31013
|
}
|
|
31011
31014
|
});
|
|
@@ -31055,7 +31058,7 @@ function create_fragment$9(ctx) {
|
|
|
31055
31058
|
};
|
|
31056
31059
|
}
|
|
31057
31060
|
|
|
31058
|
-
function instance$
|
|
31061
|
+
function instance$a($$self, $$props, $$invalidate) {
|
|
31059
31062
|
const selfSubmitFunction = null;
|
|
31060
31063
|
const stepMetadata = null;
|
|
31061
31064
|
let { callback } = $$props;
|
|
@@ -31120,7 +31123,7 @@ class Validated_create_username extends SvelteComponent {
|
|
|
31120
31123
|
constructor(options) {
|
|
31121
31124
|
super();
|
|
31122
31125
|
|
|
31123
|
-
init(this, options, instance$
|
|
31126
|
+
init(this, options, instance$a, create_fragment$a, safe_not_equal, {
|
|
31124
31127
|
selfSubmitFunction: 10,
|
|
31125
31128
|
stepMetadata: 11,
|
|
31126
31129
|
callback: 0,
|
|
@@ -31138,6 +31141,191 @@ class Validated_create_username extends SvelteComponent {
|
|
|
31138
31141
|
}
|
|
31139
31142
|
}
|
|
31140
31143
|
|
|
31144
|
+
/* src/lib/journey/callbacks/device-profile/device-profile.svelte generated by Svelte v3.55.1 */
|
|
31145
|
+
|
|
31146
|
+
function create_if_block$7(ctx) {
|
|
31147
|
+
let div;
|
|
31148
|
+
let spinner;
|
|
31149
|
+
let t;
|
|
31150
|
+
let text_1;
|
|
31151
|
+
let current;
|
|
31152
|
+
|
|
31153
|
+
spinner = new Spinner({
|
|
31154
|
+
props: {
|
|
31155
|
+
colorClass: "tw_text-primary-light",
|
|
31156
|
+
layoutClasses: "tw_h-24 tw_mb-6 tw_w-24"
|
|
31157
|
+
}
|
|
31158
|
+
});
|
|
31159
|
+
|
|
31160
|
+
text_1 = new Text({
|
|
31161
|
+
props: {
|
|
31162
|
+
$$slots: { default: [create_default_slot$6] },
|
|
31163
|
+
$$scope: { ctx }
|
|
31164
|
+
}
|
|
31165
|
+
});
|
|
31166
|
+
|
|
31167
|
+
return {
|
|
31168
|
+
c() {
|
|
31169
|
+
div = element("div");
|
|
31170
|
+
create_component(spinner.$$.fragment);
|
|
31171
|
+
t = space();
|
|
31172
|
+
create_component(text_1.$$.fragment);
|
|
31173
|
+
attr(div, "class", "tw_text-center tw_w-full tw_py-4");
|
|
31174
|
+
},
|
|
31175
|
+
m(target, anchor) {
|
|
31176
|
+
insert(target, div, anchor);
|
|
31177
|
+
mount_component(spinner, div, null);
|
|
31178
|
+
append(div, t);
|
|
31179
|
+
mount_component(text_1, div, null);
|
|
31180
|
+
current = true;
|
|
31181
|
+
},
|
|
31182
|
+
p(ctx, dirty) {
|
|
31183
|
+
const text_1_changes = {};
|
|
31184
|
+
|
|
31185
|
+
if (dirty & /*$$scope*/ 128) {
|
|
31186
|
+
text_1_changes.$$scope = { dirty, ctx };
|
|
31187
|
+
}
|
|
31188
|
+
|
|
31189
|
+
text_1.$set(text_1_changes);
|
|
31190
|
+
},
|
|
31191
|
+
i(local) {
|
|
31192
|
+
if (current) return;
|
|
31193
|
+
transition_in(spinner.$$.fragment, local);
|
|
31194
|
+
transition_in(text_1.$$.fragment, local);
|
|
31195
|
+
current = true;
|
|
31196
|
+
},
|
|
31197
|
+
o(local) {
|
|
31198
|
+
transition_out(spinner.$$.fragment, local);
|
|
31199
|
+
transition_out(text_1.$$.fragment, local);
|
|
31200
|
+
current = false;
|
|
31201
|
+
},
|
|
31202
|
+
d(detaching) {
|
|
31203
|
+
if (detaching) detach(div);
|
|
31204
|
+
destroy_component(spinner);
|
|
31205
|
+
destroy_component(text_1);
|
|
31206
|
+
}
|
|
31207
|
+
};
|
|
31208
|
+
}
|
|
31209
|
+
|
|
31210
|
+
// (26:4) <Text>
|
|
31211
|
+
function create_default_slot$6(ctx) {
|
|
31212
|
+
let t;
|
|
31213
|
+
|
|
31214
|
+
return {
|
|
31215
|
+
c() {
|
|
31216
|
+
t = text(/*deviceMessage*/ ctx[1]);
|
|
31217
|
+
},
|
|
31218
|
+
m(target, anchor) {
|
|
31219
|
+
insert(target, t, anchor);
|
|
31220
|
+
},
|
|
31221
|
+
p: noop,
|
|
31222
|
+
d(detaching) {
|
|
31223
|
+
if (detaching) detach(t);
|
|
31224
|
+
}
|
|
31225
|
+
};
|
|
31226
|
+
}
|
|
31227
|
+
|
|
31228
|
+
function create_fragment$9(ctx) {
|
|
31229
|
+
let if_block_anchor;
|
|
31230
|
+
let current;
|
|
31231
|
+
let if_block = /*stepMetadata*/ ctx[0]?.derived.numOfCallbacks === 1 && create_if_block$7(ctx);
|
|
31232
|
+
|
|
31233
|
+
return {
|
|
31234
|
+
c() {
|
|
31235
|
+
if (if_block) if_block.c();
|
|
31236
|
+
if_block_anchor = empty();
|
|
31237
|
+
},
|
|
31238
|
+
m(target, anchor) {
|
|
31239
|
+
if (if_block) if_block.m(target, anchor);
|
|
31240
|
+
insert(target, if_block_anchor, anchor);
|
|
31241
|
+
current = true;
|
|
31242
|
+
},
|
|
31243
|
+
p(ctx, [dirty]) {
|
|
31244
|
+
if (/*stepMetadata*/ ctx[0]?.derived.numOfCallbacks === 1) {
|
|
31245
|
+
if (if_block) {
|
|
31246
|
+
if_block.p(ctx, dirty);
|
|
31247
|
+
|
|
31248
|
+
if (dirty & /*stepMetadata*/ 1) {
|
|
31249
|
+
transition_in(if_block, 1);
|
|
31250
|
+
}
|
|
31251
|
+
} else {
|
|
31252
|
+
if_block = create_if_block$7(ctx);
|
|
31253
|
+
if_block.c();
|
|
31254
|
+
transition_in(if_block, 1);
|
|
31255
|
+
if_block.m(if_block_anchor.parentNode, if_block_anchor);
|
|
31256
|
+
}
|
|
31257
|
+
} else if (if_block) {
|
|
31258
|
+
group_outros();
|
|
31259
|
+
|
|
31260
|
+
transition_out(if_block, 1, 1, () => {
|
|
31261
|
+
if_block = null;
|
|
31262
|
+
});
|
|
31263
|
+
|
|
31264
|
+
check_outros();
|
|
31265
|
+
}
|
|
31266
|
+
},
|
|
31267
|
+
i(local) {
|
|
31268
|
+
if (current) return;
|
|
31269
|
+
transition_in(if_block);
|
|
31270
|
+
current = true;
|
|
31271
|
+
},
|
|
31272
|
+
o(local) {
|
|
31273
|
+
transition_out(if_block);
|
|
31274
|
+
current = false;
|
|
31275
|
+
},
|
|
31276
|
+
d(detaching) {
|
|
31277
|
+
if (if_block) if_block.d(detaching);
|
|
31278
|
+
if (detaching) detach(if_block_anchor);
|
|
31279
|
+
}
|
|
31280
|
+
};
|
|
31281
|
+
}
|
|
31282
|
+
|
|
31283
|
+
function instance$9($$self, $$props, $$invalidate) {
|
|
31284
|
+
let { callback } = $$props;
|
|
31285
|
+
let { callbackMetadata = null } = $$props;
|
|
31286
|
+
let { stepMetadata = null } = $$props;
|
|
31287
|
+
let { selfSubmitFunction } = $$props;
|
|
31288
|
+
const device = new FRDevice({});
|
|
31289
|
+
let deviceMessage = callback.getMessage();
|
|
31290
|
+
|
|
31291
|
+
async function initializeProfile() {
|
|
31292
|
+
const location = callback?.isLocationRequired() ?? false;
|
|
31293
|
+
const metadata = callback?.isMetadataRequired() ?? false;
|
|
31294
|
+
const profile = await device.getProfile({ location, metadata });
|
|
31295
|
+
callback.setProfile(profile);
|
|
31296
|
+
|
|
31297
|
+
if (callbackMetadata) {
|
|
31298
|
+
$$invalidate(2, callbackMetadata.derived.isReadyForSubmission = true, callbackMetadata);
|
|
31299
|
+
}
|
|
31300
|
+
|
|
31301
|
+
return selfSubmitFunction && selfSubmitFunction();
|
|
31302
|
+
}
|
|
31303
|
+
|
|
31304
|
+
initializeProfile();
|
|
31305
|
+
|
|
31306
|
+
$$self.$$set = $$props => {
|
|
31307
|
+
if ('callback' in $$props) $$invalidate(3, callback = $$props.callback);
|
|
31308
|
+
if ('callbackMetadata' in $$props) $$invalidate(2, callbackMetadata = $$props.callbackMetadata);
|
|
31309
|
+
if ('stepMetadata' in $$props) $$invalidate(0, stepMetadata = $$props.stepMetadata);
|
|
31310
|
+
if ('selfSubmitFunction' in $$props) $$invalidate(4, selfSubmitFunction = $$props.selfSubmitFunction);
|
|
31311
|
+
};
|
|
31312
|
+
|
|
31313
|
+
return [stepMetadata, deviceMessage, callbackMetadata, callback, selfSubmitFunction];
|
|
31314
|
+
}
|
|
31315
|
+
|
|
31316
|
+
class Device_profile extends SvelteComponent {
|
|
31317
|
+
constructor(options) {
|
|
31318
|
+
super();
|
|
31319
|
+
|
|
31320
|
+
init(this, options, instance$9, create_fragment$9, safe_not_equal, {
|
|
31321
|
+
callback: 3,
|
|
31322
|
+
callbackMetadata: 2,
|
|
31323
|
+
stepMetadata: 0,
|
|
31324
|
+
selfSubmitFunction: 4
|
|
31325
|
+
});
|
|
31326
|
+
}
|
|
31327
|
+
}
|
|
31328
|
+
|
|
31141
31329
|
/* src/lib/journey/_utilities/callback-mapper.svelte generated by Svelte v3.55.1 */
|
|
31142
31330
|
|
|
31143
31331
|
function get_else_ctx(ctx) {
|
|
@@ -31145,10 +31333,22 @@ function get_else_ctx(ctx) {
|
|
|
31145
31333
|
|
|
31146
31334
|
const constants_0 = {
|
|
31147
31335
|
.../*props*/ child_ctx[0],
|
|
31148
|
-
callback: /*_FRCallback*/ child_ctx[
|
|
31336
|
+
callback: /*_FRCallback*/ child_ctx[19]
|
|
31149
31337
|
};
|
|
31150
31338
|
|
|
31151
|
-
child_ctx[
|
|
31339
|
+
child_ctx[20] = constants_0;
|
|
31340
|
+
return child_ctx;
|
|
31341
|
+
}
|
|
31342
|
+
|
|
31343
|
+
function get_if_ctx_16(ctx) {
|
|
31344
|
+
const child_ctx = ctx.slice();
|
|
31345
|
+
|
|
31346
|
+
const constants_0 = {
|
|
31347
|
+
.../*props*/ child_ctx[0],
|
|
31348
|
+
callback: /*_DeviceProfileCallback*/ child_ctx[18]
|
|
31349
|
+
};
|
|
31350
|
+
|
|
31351
|
+
child_ctx[20] = constants_0;
|
|
31152
31352
|
return child_ctx;
|
|
31153
31353
|
}
|
|
31154
31354
|
|
|
@@ -31160,7 +31360,7 @@ function get_if_ctx_15(ctx) {
|
|
|
31160
31360
|
callback: /*_SuspendedTextOutputCallback*/ child_ctx[17]
|
|
31161
31361
|
};
|
|
31162
31362
|
|
|
31163
|
-
child_ctx[
|
|
31363
|
+
child_ctx[20] = constants_0;
|
|
31164
31364
|
return child_ctx;
|
|
31165
31365
|
}
|
|
31166
31366
|
|
|
@@ -31172,7 +31372,7 @@ function get_if_ctx_14(ctx) {
|
|
|
31172
31372
|
callback: /*_TextOutputCallback*/ child_ctx[16]
|
|
31173
31373
|
};
|
|
31174
31374
|
|
|
31175
|
-
child_ctx[
|
|
31375
|
+
child_ctx[20] = constants_0;
|
|
31176
31376
|
return child_ctx;
|
|
31177
31377
|
}
|
|
31178
31378
|
|
|
@@ -31184,7 +31384,7 @@ function get_if_ctx_13(ctx) {
|
|
|
31184
31384
|
callback: /*_TermsAndConditionsCallback*/ child_ctx[15]
|
|
31185
31385
|
};
|
|
31186
31386
|
|
|
31187
|
-
child_ctx[
|
|
31387
|
+
child_ctx[20] = constants_0;
|
|
31188
31388
|
return child_ctx;
|
|
31189
31389
|
}
|
|
31190
31390
|
|
|
@@ -31196,7 +31396,7 @@ function get_if_ctx_12(ctx) {
|
|
|
31196
31396
|
callback: /*_ValidatedCreateUsernameCallback*/ child_ctx[14]
|
|
31197
31397
|
};
|
|
31198
31398
|
|
|
31199
|
-
child_ctx[
|
|
31399
|
+
child_ctx[20] = constants_0;
|
|
31200
31400
|
return child_ctx;
|
|
31201
31401
|
}
|
|
31202
31402
|
|
|
@@ -31208,7 +31408,7 @@ function get_if_ctx_11(ctx) {
|
|
|
31208
31408
|
callback: /*_ValidatedCreatePasswordCallback*/ child_ctx[13]
|
|
31209
31409
|
};
|
|
31210
31410
|
|
|
31211
|
-
child_ctx[
|
|
31411
|
+
child_ctx[20] = constants_0;
|
|
31212
31412
|
return child_ctx;
|
|
31213
31413
|
}
|
|
31214
31414
|
|
|
@@ -31220,7 +31420,7 @@ function get_if_ctx_10(ctx) {
|
|
|
31220
31420
|
callback: /*_StringAttributeInputCallback*/ child_ctx[12]
|
|
31221
31421
|
};
|
|
31222
31422
|
|
|
31223
|
-
child_ctx[
|
|
31423
|
+
child_ctx[20] = constants_0;
|
|
31224
31424
|
return child_ctx;
|
|
31225
31425
|
}
|
|
31226
31426
|
|
|
@@ -31232,7 +31432,7 @@ function get_if_ctx_9(ctx) {
|
|
|
31232
31432
|
callback: /*_SelectIdPCallback*/ child_ctx[11]
|
|
31233
31433
|
};
|
|
31234
31434
|
|
|
31235
|
-
child_ctx[
|
|
31435
|
+
child_ctx[20] = constants_0;
|
|
31236
31436
|
return child_ctx;
|
|
31237
31437
|
}
|
|
31238
31438
|
|
|
@@ -31244,7 +31444,7 @@ function get_if_ctx_8(ctx) {
|
|
|
31244
31444
|
callback: /*_RedirectCallback*/ child_ctx[10]
|
|
31245
31445
|
};
|
|
31246
31446
|
|
|
31247
|
-
child_ctx[
|
|
31447
|
+
child_ctx[20] = constants_0;
|
|
31248
31448
|
return child_ctx;
|
|
31249
31449
|
}
|
|
31250
31450
|
|
|
@@ -31256,7 +31456,7 @@ function get_if_ctx_7(ctx) {
|
|
|
31256
31456
|
callback: /*_PollingWaitCallback*/ child_ctx[9]
|
|
31257
31457
|
};
|
|
31258
31458
|
|
|
31259
|
-
child_ctx[
|
|
31459
|
+
child_ctx[20] = constants_0;
|
|
31260
31460
|
return child_ctx;
|
|
31261
31461
|
}
|
|
31262
31462
|
|
|
@@ -31268,7 +31468,7 @@ function get_if_ctx_6(ctx) {
|
|
|
31268
31468
|
callback: /*_PasswordCallback*/ child_ctx[8]
|
|
31269
31469
|
};
|
|
31270
31470
|
|
|
31271
|
-
child_ctx[
|
|
31471
|
+
child_ctx[20] = constants_0;
|
|
31272
31472
|
return child_ctx;
|
|
31273
31473
|
}
|
|
31274
31474
|
|
|
@@ -31280,7 +31480,7 @@ function get_if_ctx_5(ctx) {
|
|
|
31280
31480
|
callback: /*_NameCallback*/ child_ctx[7]
|
|
31281
31481
|
};
|
|
31282
31482
|
|
|
31283
|
-
child_ctx[
|
|
31483
|
+
child_ctx[20] = constants_0;
|
|
31284
31484
|
return child_ctx;
|
|
31285
31485
|
}
|
|
31286
31486
|
|
|
@@ -31292,7 +31492,7 @@ function get_if_ctx_4(ctx) {
|
|
|
31292
31492
|
callback: /*_KbaCreateCallback*/ child_ctx[6]
|
|
31293
31493
|
};
|
|
31294
31494
|
|
|
31295
|
-
child_ctx[
|
|
31495
|
+
child_ctx[20] = constants_0;
|
|
31296
31496
|
return child_ctx;
|
|
31297
31497
|
}
|
|
31298
31498
|
|
|
@@ -31304,7 +31504,7 @@ function get_if_ctx_3(ctx) {
|
|
|
31304
31504
|
callback: /*_HiddenValueCallback*/ child_ctx[5]
|
|
31305
31505
|
};
|
|
31306
31506
|
|
|
31307
|
-
child_ctx[
|
|
31507
|
+
child_ctx[20] = constants_0;
|
|
31308
31508
|
return child_ctx;
|
|
31309
31509
|
}
|
|
31310
31510
|
|
|
@@ -31316,7 +31516,7 @@ function get_if_ctx_2(ctx) {
|
|
|
31316
31516
|
callback: /*_ConfirmationCallback*/ child_ctx[4]
|
|
31317
31517
|
};
|
|
31318
31518
|
|
|
31319
|
-
child_ctx[
|
|
31519
|
+
child_ctx[20] = constants_0;
|
|
31320
31520
|
return child_ctx;
|
|
31321
31521
|
}
|
|
31322
31522
|
|
|
@@ -31328,7 +31528,7 @@ function get_if_ctx_1(ctx) {
|
|
|
31328
31528
|
callback: /*_ChoiceCallback*/ child_ctx[3]
|
|
31329
31529
|
};
|
|
31330
31530
|
|
|
31331
|
-
child_ctx[
|
|
31531
|
+
child_ctx[20] = constants_0;
|
|
31332
31532
|
return child_ctx;
|
|
31333
31533
|
}
|
|
31334
31534
|
|
|
@@ -31340,15 +31540,15 @@ function get_if_ctx(ctx) {
|
|
|
31340
31540
|
callback: /*_BooleanAttributeInputCallback*/ child_ctx[2]
|
|
31341
31541
|
};
|
|
31342
31542
|
|
|
31343
|
-
child_ctx[
|
|
31543
|
+
child_ctx[20] = constants_0;
|
|
31344
31544
|
return child_ctx;
|
|
31345
31545
|
}
|
|
31346
31546
|
|
|
31347
|
-
// (
|
|
31547
|
+
// (209:0) {:else}
|
|
31348
31548
|
function create_else_block$2(ctx) {
|
|
31349
31549
|
let unknown;
|
|
31350
31550
|
let current;
|
|
31351
|
-
const unknown_spread_levels = [/*newProps*/ ctx[
|
|
31551
|
+
const unknown_spread_levels = [/*newProps*/ ctx[20]];
|
|
31352
31552
|
let unknown_props = {};
|
|
31353
31553
|
|
|
31354
31554
|
for (let i = 0; i < unknown_spread_levels.length; i += 1) {
|
|
@@ -31366,8 +31566,8 @@ function create_else_block$2(ctx) {
|
|
|
31366
31566
|
current = true;
|
|
31367
31567
|
},
|
|
31368
31568
|
p(ctx, dirty) {
|
|
31369
|
-
const unknown_changes = (dirty & /*props, _FRCallback*/
|
|
31370
|
-
? get_spread_update(unknown_spread_levels, [get_spread_object(/*newProps*/ ctx[
|
|
31569
|
+
const unknown_changes = (dirty & /*props, _FRCallback*/ 524289)
|
|
31570
|
+
? get_spread_update(unknown_spread_levels, [get_spread_object(/*newProps*/ ctx[20])])
|
|
31371
31571
|
: {};
|
|
31372
31572
|
|
|
31373
31573
|
unknown.$set(unknown_changes);
|
|
@@ -31387,11 +31587,54 @@ function create_else_block$2(ctx) {
|
|
|
31387
31587
|
};
|
|
31388
31588
|
}
|
|
31389
31589
|
|
|
31390
|
-
// (
|
|
31590
|
+
// (203:56)
|
|
31591
|
+
function create_if_block_16(ctx) {
|
|
31592
|
+
let deviceprofile;
|
|
31593
|
+
let current;
|
|
31594
|
+
const deviceprofile_spread_levels = [/*newProps*/ ctx[20]];
|
|
31595
|
+
let deviceprofile_props = {};
|
|
31596
|
+
|
|
31597
|
+
for (let i = 0; i < deviceprofile_spread_levels.length; i += 1) {
|
|
31598
|
+
deviceprofile_props = assign(deviceprofile_props, deviceprofile_spread_levels[i]);
|
|
31599
|
+
}
|
|
31600
|
+
|
|
31601
|
+
deviceprofile = new Device_profile({ props: deviceprofile_props });
|
|
31602
|
+
|
|
31603
|
+
return {
|
|
31604
|
+
c() {
|
|
31605
|
+
create_component(deviceprofile.$$.fragment);
|
|
31606
|
+
},
|
|
31607
|
+
m(target, anchor) {
|
|
31608
|
+
mount_component(deviceprofile, target, anchor);
|
|
31609
|
+
current = true;
|
|
31610
|
+
},
|
|
31611
|
+
p(ctx, dirty) {
|
|
31612
|
+
const deviceprofile_changes = (dirty & /*props, _DeviceProfileCallback*/ 262145)
|
|
31613
|
+
? get_spread_update(deviceprofile_spread_levels, [get_spread_object(/*newProps*/ ctx[20])])
|
|
31614
|
+
: {};
|
|
31615
|
+
|
|
31616
|
+
deviceprofile.$set(deviceprofile_changes);
|
|
31617
|
+
},
|
|
31618
|
+
i(local) {
|
|
31619
|
+
if (current) return;
|
|
31620
|
+
transition_in(deviceprofile.$$.fragment, local);
|
|
31621
|
+
current = true;
|
|
31622
|
+
},
|
|
31623
|
+
o(local) {
|
|
31624
|
+
transition_out(deviceprofile.$$.fragment, local);
|
|
31625
|
+
current = false;
|
|
31626
|
+
},
|
|
31627
|
+
d(detaching) {
|
|
31628
|
+
destroy_component(deviceprofile, detaching);
|
|
31629
|
+
}
|
|
31630
|
+
};
|
|
31631
|
+
}
|
|
31632
|
+
|
|
31633
|
+
// (197:62)
|
|
31391
31634
|
function create_if_block_15(ctx) {
|
|
31392
31635
|
let textoutput;
|
|
31393
31636
|
let current;
|
|
31394
|
-
const textoutput_spread_levels = [/*newProps*/ ctx[
|
|
31637
|
+
const textoutput_spread_levels = [/*newProps*/ ctx[20]];
|
|
31395
31638
|
let textoutput_props = {};
|
|
31396
31639
|
|
|
31397
31640
|
for (let i = 0; i < textoutput_spread_levels.length; i += 1) {
|
|
@@ -31410,7 +31653,7 @@ function create_if_block_15(ctx) {
|
|
|
31410
31653
|
},
|
|
31411
31654
|
p(ctx, dirty) {
|
|
31412
31655
|
const textoutput_changes = (dirty & /*props, _SuspendedTextOutputCallback*/ 131073)
|
|
31413
|
-
? get_spread_update(textoutput_spread_levels, [get_spread_object(/*newProps*/ ctx[
|
|
31656
|
+
? get_spread_update(textoutput_spread_levels, [get_spread_object(/*newProps*/ ctx[20])])
|
|
31414
31657
|
: {};
|
|
31415
31658
|
|
|
31416
31659
|
textoutput.$set(textoutput_changes);
|
|
@@ -31430,11 +31673,11 @@ function create_if_block_15(ctx) {
|
|
|
31430
31673
|
};
|
|
31431
31674
|
}
|
|
31432
31675
|
|
|
31433
|
-
// (
|
|
31676
|
+
// (191:53)
|
|
31434
31677
|
function create_if_block_14(ctx) {
|
|
31435
31678
|
let textoutput;
|
|
31436
31679
|
let current;
|
|
31437
|
-
const textoutput_spread_levels = [/*newProps*/ ctx[
|
|
31680
|
+
const textoutput_spread_levels = [/*newProps*/ ctx[20]];
|
|
31438
31681
|
let textoutput_props = {};
|
|
31439
31682
|
|
|
31440
31683
|
for (let i = 0; i < textoutput_spread_levels.length; i += 1) {
|
|
@@ -31453,7 +31696,7 @@ function create_if_block_14(ctx) {
|
|
|
31453
31696
|
},
|
|
31454
31697
|
p(ctx, dirty) {
|
|
31455
31698
|
const textoutput_changes = (dirty & /*props, _TextOutputCallback*/ 65537)
|
|
31456
|
-
? get_spread_update(textoutput_spread_levels, [get_spread_object(/*newProps*/ ctx[
|
|
31699
|
+
? get_spread_update(textoutput_spread_levels, [get_spread_object(/*newProps*/ ctx[20])])
|
|
31457
31700
|
: {};
|
|
31458
31701
|
|
|
31459
31702
|
textoutput.$set(textoutput_changes);
|
|
@@ -31473,11 +31716,11 @@ function create_if_block_14(ctx) {
|
|
|
31473
31716
|
};
|
|
31474
31717
|
}
|
|
31475
31718
|
|
|
31476
|
-
// (
|
|
31719
|
+
// (185:61)
|
|
31477
31720
|
function create_if_block_13(ctx) {
|
|
31478
31721
|
let termsconditions;
|
|
31479
31722
|
let current;
|
|
31480
|
-
const termsconditions_spread_levels = [/*newProps*/ ctx[
|
|
31723
|
+
const termsconditions_spread_levels = [/*newProps*/ ctx[20]];
|
|
31481
31724
|
let termsconditions_props = {};
|
|
31482
31725
|
|
|
31483
31726
|
for (let i = 0; i < termsconditions_spread_levels.length; i += 1) {
|
|
@@ -31496,7 +31739,7 @@ function create_if_block_13(ctx) {
|
|
|
31496
31739
|
},
|
|
31497
31740
|
p(ctx, dirty) {
|
|
31498
31741
|
const termsconditions_changes = (dirty & /*props, _TermsAndConditionsCallback*/ 32769)
|
|
31499
|
-
? get_spread_update(termsconditions_spread_levels, [get_spread_object(/*newProps*/ ctx[
|
|
31742
|
+
? get_spread_update(termsconditions_spread_levels, [get_spread_object(/*newProps*/ ctx[20])])
|
|
31500
31743
|
: {};
|
|
31501
31744
|
|
|
31502
31745
|
termsconditions.$set(termsconditions_changes);
|
|
@@ -31516,11 +31759,11 @@ function create_if_block_13(ctx) {
|
|
|
31516
31759
|
};
|
|
31517
31760
|
}
|
|
31518
31761
|
|
|
31519
|
-
// (
|
|
31762
|
+
// (179:66)
|
|
31520
31763
|
function create_if_block_12(ctx) {
|
|
31521
31764
|
let validatedcreateusername;
|
|
31522
31765
|
let current;
|
|
31523
|
-
const validatedcreateusername_spread_levels = [/*newProps*/ ctx[
|
|
31766
|
+
const validatedcreateusername_spread_levels = [/*newProps*/ ctx[20]];
|
|
31524
31767
|
let validatedcreateusername_props = {};
|
|
31525
31768
|
|
|
31526
31769
|
for (let i = 0; i < validatedcreateusername_spread_levels.length; i += 1) {
|
|
@@ -31539,7 +31782,7 @@ function create_if_block_12(ctx) {
|
|
|
31539
31782
|
},
|
|
31540
31783
|
p(ctx, dirty) {
|
|
31541
31784
|
const validatedcreateusername_changes = (dirty & /*props, _ValidatedCreateUsernameCallback*/ 16385)
|
|
31542
|
-
? get_spread_update(validatedcreateusername_spread_levels, [get_spread_object(/*newProps*/ ctx[
|
|
31785
|
+
? get_spread_update(validatedcreateusername_spread_levels, [get_spread_object(/*newProps*/ ctx[20])])
|
|
31543
31786
|
: {};
|
|
31544
31787
|
|
|
31545
31788
|
validatedcreateusername.$set(validatedcreateusername_changes);
|
|
@@ -31559,11 +31802,11 @@ function create_if_block_12(ctx) {
|
|
|
31559
31802
|
};
|
|
31560
31803
|
}
|
|
31561
31804
|
|
|
31562
|
-
// (
|
|
31805
|
+
// (173:66)
|
|
31563
31806
|
function create_if_block_11(ctx) {
|
|
31564
31807
|
let validatedcreatepassword;
|
|
31565
31808
|
let current;
|
|
31566
|
-
const validatedcreatepassword_spread_levels = [/*newProps*/ ctx[
|
|
31809
|
+
const validatedcreatepassword_spread_levels = [/*newProps*/ ctx[20]];
|
|
31567
31810
|
let validatedcreatepassword_props = {};
|
|
31568
31811
|
|
|
31569
31812
|
for (let i = 0; i < validatedcreatepassword_spread_levels.length; i += 1) {
|
|
@@ -31582,7 +31825,7 @@ function create_if_block_11(ctx) {
|
|
|
31582
31825
|
},
|
|
31583
31826
|
p(ctx, dirty) {
|
|
31584
31827
|
const validatedcreatepassword_changes = (dirty & /*props, _ValidatedCreatePasswordCallback*/ 8193)
|
|
31585
|
-
? get_spread_update(validatedcreatepassword_spread_levels, [get_spread_object(/*newProps*/ ctx[
|
|
31828
|
+
? get_spread_update(validatedcreatepassword_spread_levels, [get_spread_object(/*newProps*/ ctx[20])])
|
|
31586
31829
|
: {};
|
|
31587
31830
|
|
|
31588
31831
|
validatedcreatepassword.$set(validatedcreatepassword_changes);
|
|
@@ -31602,11 +31845,11 @@ function create_if_block_11(ctx) {
|
|
|
31602
31845
|
};
|
|
31603
31846
|
}
|
|
31604
31847
|
|
|
31605
|
-
// (
|
|
31848
|
+
// (167:63)
|
|
31606
31849
|
function create_if_block_10(ctx) {
|
|
31607
31850
|
let stringattributeinput;
|
|
31608
31851
|
let current;
|
|
31609
|
-
const stringattributeinput_spread_levels = [/*newProps*/ ctx[
|
|
31852
|
+
const stringattributeinput_spread_levels = [/*newProps*/ ctx[20]];
|
|
31610
31853
|
let stringattributeinput_props = {};
|
|
31611
31854
|
|
|
31612
31855
|
for (let i = 0; i < stringattributeinput_spread_levels.length; i += 1) {
|
|
@@ -31625,7 +31868,7 @@ function create_if_block_10(ctx) {
|
|
|
31625
31868
|
},
|
|
31626
31869
|
p(ctx, dirty) {
|
|
31627
31870
|
const stringattributeinput_changes = (dirty & /*props, _StringAttributeInputCallback*/ 4097)
|
|
31628
|
-
? get_spread_update(stringattributeinput_spread_levels, [get_spread_object(/*newProps*/ ctx[
|
|
31871
|
+
? get_spread_update(stringattributeinput_spread_levels, [get_spread_object(/*newProps*/ ctx[20])])
|
|
31629
31872
|
: {};
|
|
31630
31873
|
|
|
31631
31874
|
stringattributeinput.$set(stringattributeinput_changes);
|
|
@@ -31645,11 +31888,11 @@ function create_if_block_10(ctx) {
|
|
|
31645
31888
|
};
|
|
31646
31889
|
}
|
|
31647
31890
|
|
|
31648
|
-
// (
|
|
31891
|
+
// (161:52)
|
|
31649
31892
|
function create_if_block_9(ctx) {
|
|
31650
31893
|
let selectidp;
|
|
31651
31894
|
let current;
|
|
31652
|
-
const selectidp_spread_levels = [/*newProps*/ ctx[
|
|
31895
|
+
const selectidp_spread_levels = [/*newProps*/ ctx[20]];
|
|
31653
31896
|
let selectidp_props = {};
|
|
31654
31897
|
|
|
31655
31898
|
for (let i = 0; i < selectidp_spread_levels.length; i += 1) {
|
|
@@ -31668,7 +31911,7 @@ function create_if_block_9(ctx) {
|
|
|
31668
31911
|
},
|
|
31669
31912
|
p(ctx, dirty) {
|
|
31670
31913
|
const selectidp_changes = (dirty & /*props, _SelectIdPCallback*/ 2049)
|
|
31671
|
-
? get_spread_update(selectidp_spread_levels, [get_spread_object(/*newProps*/ ctx[
|
|
31914
|
+
? get_spread_update(selectidp_spread_levels, [get_spread_object(/*newProps*/ ctx[20])])
|
|
31672
31915
|
: {};
|
|
31673
31916
|
|
|
31674
31917
|
selectidp.$set(selectidp_changes);
|
|
@@ -31688,11 +31931,11 @@ function create_if_block_9(ctx) {
|
|
|
31688
31931
|
};
|
|
31689
31932
|
}
|
|
31690
31933
|
|
|
31691
|
-
// (
|
|
31934
|
+
// (155:51)
|
|
31692
31935
|
function create_if_block_8(ctx) {
|
|
31693
31936
|
let redirect;
|
|
31694
31937
|
let current;
|
|
31695
|
-
const redirect_spread_levels = [/*newProps*/ ctx[
|
|
31938
|
+
const redirect_spread_levels = [/*newProps*/ ctx[20]];
|
|
31696
31939
|
let redirect_props = {};
|
|
31697
31940
|
|
|
31698
31941
|
for (let i = 0; i < redirect_spread_levels.length; i += 1) {
|
|
@@ -31711,7 +31954,7 @@ function create_if_block_8(ctx) {
|
|
|
31711
31954
|
},
|
|
31712
31955
|
p(ctx, dirty) {
|
|
31713
31956
|
const redirect_changes = (dirty & /*props, _RedirectCallback*/ 1025)
|
|
31714
|
-
? get_spread_update(redirect_spread_levels, [get_spread_object(/*newProps*/ ctx[
|
|
31957
|
+
? get_spread_update(redirect_spread_levels, [get_spread_object(/*newProps*/ ctx[20])])
|
|
31715
31958
|
: {};
|
|
31716
31959
|
|
|
31717
31960
|
redirect.$set(redirect_changes);
|
|
@@ -31731,11 +31974,11 @@ function create_if_block_8(ctx) {
|
|
|
31731
31974
|
};
|
|
31732
31975
|
}
|
|
31733
31976
|
|
|
31734
|
-
// (
|
|
31977
|
+
// (149:54)
|
|
31735
31978
|
function create_if_block_7(ctx) {
|
|
31736
31979
|
let pollingwait;
|
|
31737
31980
|
let current;
|
|
31738
|
-
const pollingwait_spread_levels = [/*newProps*/ ctx[
|
|
31981
|
+
const pollingwait_spread_levels = [/*newProps*/ ctx[20]];
|
|
31739
31982
|
let pollingwait_props = {};
|
|
31740
31983
|
|
|
31741
31984
|
for (let i = 0; i < pollingwait_spread_levels.length; i += 1) {
|
|
@@ -31754,7 +31997,7 @@ function create_if_block_7(ctx) {
|
|
|
31754
31997
|
},
|
|
31755
31998
|
p(ctx, dirty) {
|
|
31756
31999
|
const pollingwait_changes = (dirty & /*props, _PollingWaitCallback*/ 513)
|
|
31757
|
-
? get_spread_update(pollingwait_spread_levels, [get_spread_object(/*newProps*/ ctx[
|
|
32000
|
+
? get_spread_update(pollingwait_spread_levels, [get_spread_object(/*newProps*/ ctx[20])])
|
|
31758
32001
|
: {};
|
|
31759
32002
|
|
|
31760
32003
|
pollingwait.$set(pollingwait_changes);
|
|
@@ -31774,11 +32017,11 @@ function create_if_block_7(ctx) {
|
|
|
31774
32017
|
};
|
|
31775
32018
|
}
|
|
31776
32019
|
|
|
31777
|
-
// (
|
|
32020
|
+
// (143:51)
|
|
31778
32021
|
function create_if_block_6(ctx) {
|
|
31779
32022
|
let password;
|
|
31780
32023
|
let current;
|
|
31781
|
-
const password_spread_levels = [/*newProps*/ ctx[
|
|
32024
|
+
const password_spread_levels = [/*newProps*/ ctx[20]];
|
|
31782
32025
|
let password_props = {};
|
|
31783
32026
|
|
|
31784
32027
|
for (let i = 0; i < password_spread_levels.length; i += 1) {
|
|
@@ -31797,7 +32040,7 @@ function create_if_block_6(ctx) {
|
|
|
31797
32040
|
},
|
|
31798
32041
|
p(ctx, dirty) {
|
|
31799
32042
|
const password_changes = (dirty & /*props, _PasswordCallback*/ 257)
|
|
31800
|
-
? get_spread_update(password_spread_levels, [get_spread_object(/*newProps*/ ctx[
|
|
32043
|
+
? get_spread_update(password_spread_levels, [get_spread_object(/*newProps*/ ctx[20])])
|
|
31801
32044
|
: {};
|
|
31802
32045
|
|
|
31803
32046
|
password.$set(password_changes);
|
|
@@ -31817,11 +32060,11 @@ function create_if_block_6(ctx) {
|
|
|
31817
32060
|
};
|
|
31818
32061
|
}
|
|
31819
32062
|
|
|
31820
|
-
// (
|
|
32063
|
+
// (137:47)
|
|
31821
32064
|
function create_if_block_5(ctx) {
|
|
31822
32065
|
let name;
|
|
31823
32066
|
let current;
|
|
31824
|
-
const name_spread_levels = [/*newProps*/ ctx[
|
|
32067
|
+
const name_spread_levels = [/*newProps*/ ctx[20]];
|
|
31825
32068
|
let name_props = {};
|
|
31826
32069
|
|
|
31827
32070
|
for (let i = 0; i < name_spread_levels.length; i += 1) {
|
|
@@ -31840,7 +32083,7 @@ function create_if_block_5(ctx) {
|
|
|
31840
32083
|
},
|
|
31841
32084
|
p(ctx, dirty) {
|
|
31842
32085
|
const name_changes = (dirty & /*props, _NameCallback*/ 129)
|
|
31843
|
-
? get_spread_update(name_spread_levels, [get_spread_object(/*newProps*/ ctx[
|
|
32086
|
+
? get_spread_update(name_spread_levels, [get_spread_object(/*newProps*/ ctx[20])])
|
|
31844
32087
|
: {};
|
|
31845
32088
|
|
|
31846
32089
|
name.$set(name_changes);
|
|
@@ -31860,11 +32103,11 @@ function create_if_block_5(ctx) {
|
|
|
31860
32103
|
};
|
|
31861
32104
|
}
|
|
31862
32105
|
|
|
31863
|
-
// (
|
|
32106
|
+
// (131:52)
|
|
31864
32107
|
function create_if_block_4$1(ctx) {
|
|
31865
32108
|
let kbacreate;
|
|
31866
32109
|
let current;
|
|
31867
|
-
const kbacreate_spread_levels = [/*newProps*/ ctx[
|
|
32110
|
+
const kbacreate_spread_levels = [/*newProps*/ ctx[20]];
|
|
31868
32111
|
let kbacreate_props = {};
|
|
31869
32112
|
|
|
31870
32113
|
for (let i = 0; i < kbacreate_spread_levels.length; i += 1) {
|
|
@@ -31883,7 +32126,7 @@ function create_if_block_4$1(ctx) {
|
|
|
31883
32126
|
},
|
|
31884
32127
|
p(ctx, dirty) {
|
|
31885
32128
|
const kbacreate_changes = (dirty & /*props, _KbaCreateCallback*/ 65)
|
|
31886
|
-
? get_spread_update(kbacreate_spread_levels, [get_spread_object(/*newProps*/ ctx[
|
|
32129
|
+
? get_spread_update(kbacreate_spread_levels, [get_spread_object(/*newProps*/ ctx[20])])
|
|
31887
32130
|
: {};
|
|
31888
32131
|
|
|
31889
32132
|
kbacreate.$set(kbacreate_changes);
|
|
@@ -31903,11 +32146,11 @@ function create_if_block_4$1(ctx) {
|
|
|
31903
32146
|
};
|
|
31904
32147
|
}
|
|
31905
32148
|
|
|
31906
|
-
// (
|
|
32149
|
+
// (125:54)
|
|
31907
32150
|
function create_if_block_3$4(ctx) {
|
|
31908
32151
|
let hiddenvalue;
|
|
31909
32152
|
let current;
|
|
31910
|
-
const hiddenvalue_spread_levels = [/*newProps*/ ctx[
|
|
32153
|
+
const hiddenvalue_spread_levels = [/*newProps*/ ctx[20]];
|
|
31911
32154
|
let hiddenvalue_props = {};
|
|
31912
32155
|
|
|
31913
32156
|
for (let i = 0; i < hiddenvalue_spread_levels.length; i += 1) {
|
|
@@ -31926,7 +32169,7 @@ function create_if_block_3$4(ctx) {
|
|
|
31926
32169
|
},
|
|
31927
32170
|
p(ctx, dirty) {
|
|
31928
32171
|
const hiddenvalue_changes = (dirty & /*props, _HiddenValueCallback*/ 33)
|
|
31929
|
-
? get_spread_update(hiddenvalue_spread_levels, [get_spread_object(/*newProps*/ ctx[
|
|
32172
|
+
? get_spread_update(hiddenvalue_spread_levels, [get_spread_object(/*newProps*/ ctx[20])])
|
|
31930
32173
|
: {};
|
|
31931
32174
|
|
|
31932
32175
|
hiddenvalue.$set(hiddenvalue_changes);
|
|
@@ -31946,11 +32189,11 @@ function create_if_block_3$4(ctx) {
|
|
|
31946
32189
|
};
|
|
31947
32190
|
}
|
|
31948
32191
|
|
|
31949
|
-
// (
|
|
32192
|
+
// (119:55)
|
|
31950
32193
|
function create_if_block_2$5(ctx) {
|
|
31951
32194
|
let confirmation;
|
|
31952
32195
|
let current;
|
|
31953
|
-
const confirmation_spread_levels = [/*newProps*/ ctx[
|
|
32196
|
+
const confirmation_spread_levels = [/*newProps*/ ctx[20]];
|
|
31954
32197
|
let confirmation_props = {};
|
|
31955
32198
|
|
|
31956
32199
|
for (let i = 0; i < confirmation_spread_levels.length; i += 1) {
|
|
@@ -31969,7 +32212,7 @@ function create_if_block_2$5(ctx) {
|
|
|
31969
32212
|
},
|
|
31970
32213
|
p(ctx, dirty) {
|
|
31971
32214
|
const confirmation_changes = (dirty & /*props, _ConfirmationCallback*/ 17)
|
|
31972
|
-
? get_spread_update(confirmation_spread_levels, [get_spread_object(/*newProps*/ ctx[
|
|
32215
|
+
? get_spread_update(confirmation_spread_levels, [get_spread_object(/*newProps*/ ctx[20])])
|
|
31973
32216
|
: {};
|
|
31974
32217
|
|
|
31975
32218
|
confirmation.$set(confirmation_changes);
|
|
@@ -31989,11 +32232,11 @@ function create_if_block_2$5(ctx) {
|
|
|
31989
32232
|
};
|
|
31990
32233
|
}
|
|
31991
32234
|
|
|
31992
|
-
// (
|
|
32235
|
+
// (113:49)
|
|
31993
32236
|
function create_if_block_1$5(ctx) {
|
|
31994
32237
|
let choice;
|
|
31995
32238
|
let current;
|
|
31996
|
-
const choice_spread_levels = [/*newProps*/ ctx[
|
|
32239
|
+
const choice_spread_levels = [/*newProps*/ ctx[20]];
|
|
31997
32240
|
let choice_props = {};
|
|
31998
32241
|
|
|
31999
32242
|
for (let i = 0; i < choice_spread_levels.length; i += 1) {
|
|
@@ -32012,7 +32255,7 @@ function create_if_block_1$5(ctx) {
|
|
|
32012
32255
|
},
|
|
32013
32256
|
p(ctx, dirty) {
|
|
32014
32257
|
const choice_changes = (dirty & /*props, _ChoiceCallback*/ 9)
|
|
32015
|
-
? get_spread_update(choice_spread_levels, [get_spread_object(/*newProps*/ ctx[
|
|
32258
|
+
? get_spread_update(choice_spread_levels, [get_spread_object(/*newProps*/ ctx[20])])
|
|
32016
32259
|
: {};
|
|
32017
32260
|
|
|
32018
32261
|
choice.$set(choice_changes);
|
|
@@ -32032,11 +32275,11 @@ function create_if_block_1$5(ctx) {
|
|
|
32032
32275
|
};
|
|
32033
32276
|
}
|
|
32034
32277
|
|
|
32035
|
-
// (
|
|
32278
|
+
// (107:0) {#if cbType === CallbackType.BooleanAttributeInputCallback}
|
|
32036
32279
|
function create_if_block$6(ctx) {
|
|
32037
32280
|
let boolean;
|
|
32038
32281
|
let current;
|
|
32039
|
-
const boolean_spread_levels = [/*newProps*/ ctx[
|
|
32282
|
+
const boolean_spread_levels = [/*newProps*/ ctx[20]];
|
|
32040
32283
|
let boolean_props = {};
|
|
32041
32284
|
|
|
32042
32285
|
for (let i = 0; i < boolean_spread_levels.length; i += 1) {
|
|
@@ -32055,7 +32298,7 @@ function create_if_block$6(ctx) {
|
|
|
32055
32298
|
},
|
|
32056
32299
|
p(ctx, dirty) {
|
|
32057
32300
|
const boolean_changes = (dirty & /*props, _BooleanAttributeInputCallback*/ 5)
|
|
32058
|
-
? get_spread_update(boolean_spread_levels, [get_spread_object(/*newProps*/ ctx[
|
|
32301
|
+
? get_spread_update(boolean_spread_levels, [get_spread_object(/*newProps*/ ctx[20])])
|
|
32059
32302
|
: {};
|
|
32060
32303
|
|
|
32061
32304
|
boolean.$set(boolean_changes);
|
|
@@ -32098,6 +32341,7 @@ function create_fragment$8(ctx) {
|
|
|
32098
32341
|
create_if_block_13,
|
|
32099
32342
|
create_if_block_14,
|
|
32100
32343
|
create_if_block_15,
|
|
32344
|
+
create_if_block_16,
|
|
32101
32345
|
create_else_block$2
|
|
32102
32346
|
];
|
|
32103
32347
|
|
|
@@ -32120,7 +32364,8 @@ function create_fragment$8(ctx) {
|
|
|
32120
32364
|
if (/*cbType*/ ctx[1] === CallbackType$1.TermsAndConditionsCallback) return 13;
|
|
32121
32365
|
if (/*cbType*/ ctx[1] === CallbackType$1.TextOutputCallback) return 14;
|
|
32122
32366
|
if (/*cbType*/ ctx[1] === CallbackType$1.SuspendedTextOutputCallback) return 15;
|
|
32123
|
-
return 16;
|
|
32367
|
+
if (/*cbType*/ ctx[1] === CallbackType$1.DeviceProfileCallback) return 16;
|
|
32368
|
+
return 17;
|
|
32124
32369
|
}
|
|
32125
32370
|
|
|
32126
32371
|
function select_block_ctx(ctx, index) {
|
|
@@ -32140,6 +32385,7 @@ function create_fragment$8(ctx) {
|
|
|
32140
32385
|
if (index === 13) return get_if_ctx_13(ctx);
|
|
32141
32386
|
if (index === 14) return get_if_ctx_14(ctx);
|
|
32142
32387
|
if (index === 15) return get_if_ctx_15(ctx);
|
|
32388
|
+
if (index === 16) return get_if_ctx_16(ctx);
|
|
32143
32389
|
return get_else_ctx(ctx);
|
|
32144
32390
|
}
|
|
32145
32391
|
|
|
@@ -32218,6 +32464,7 @@ function instance$8($$self, $$props, $$invalidate) {
|
|
|
32218
32464
|
let _TermsAndConditionsCallback;
|
|
32219
32465
|
let _TextOutputCallback;
|
|
32220
32466
|
let _SuspendedTextOutputCallback;
|
|
32467
|
+
let _DeviceProfileCallback;
|
|
32221
32468
|
let _FRCallback;
|
|
32222
32469
|
|
|
32223
32470
|
$$self.$$set = $$props => {
|
|
@@ -32278,8 +32525,11 @@ function instance$8($$self, $$props, $$invalidate) {
|
|
|
32278
32525
|
case CallbackType$1.SuspendedTextOutputCallback:
|
|
32279
32526
|
$$invalidate(17, _SuspendedTextOutputCallback = props.callback);
|
|
32280
32527
|
break;
|
|
32528
|
+
case CallbackType$1.DeviceProfileCallback:
|
|
32529
|
+
$$invalidate(18, _DeviceProfileCallback = props.callback);
|
|
32530
|
+
break;
|
|
32281
32531
|
default:
|
|
32282
|
-
$$invalidate(
|
|
32532
|
+
$$invalidate(19, _FRCallback = props.callback);
|
|
32283
32533
|
}
|
|
32284
32534
|
}
|
|
32285
32535
|
}
|
|
@@ -32304,6 +32554,7 @@ function instance$8($$self, $$props, $$invalidate) {
|
|
|
32304
32554
|
_TermsAndConditionsCallback,
|
|
32305
32555
|
_TextOutputCallback,
|
|
32306
32556
|
_SuspendedTextOutputCallback,
|
|
32557
|
+
_DeviceProfileCallback,
|
|
32307
32558
|
_FRCallback
|
|
32308
32559
|
];
|
|
32309
32560
|
}
|
|
@@ -32486,7 +32737,7 @@ function create_each_block$3(ctx) {
|
|
|
32486
32737
|
};
|
|
32487
32738
|
}
|
|
32488
32739
|
|
|
32489
|
-
// (104:2) {#if metadata?.step?.derived.isUserInputOptional || !metadata?.step?.derived.isStepSelfSubmittable}
|
|
32740
|
+
// (104:2) {#if metadata?.step?.derived.isUserInputOptional || !metadata?.step?.derived.isStepSelfSubmittable()}
|
|
32490
32741
|
function create_if_block$5(ctx) {
|
|
32491
32742
|
let button;
|
|
32492
32743
|
let current;
|
|
@@ -32577,6 +32828,7 @@ function create_default_slot$5(ctx) {
|
|
|
32577
32828
|
let t2;
|
|
32578
32829
|
let t3;
|
|
32579
32830
|
let t4;
|
|
32831
|
+
let show_if = /*metadata*/ ctx[4]?.step?.derived.isUserInputOptional || !/*metadata*/ ctx[4]?.step?.derived.isStepSelfSubmittable();
|
|
32580
32832
|
let t5;
|
|
32581
32833
|
let backto;
|
|
32582
32834
|
let current;
|
|
@@ -32608,7 +32860,7 @@ function create_default_slot$5(ctx) {
|
|
|
32608
32860
|
each_blocks[i] = null;
|
|
32609
32861
|
});
|
|
32610
32862
|
|
|
32611
|
-
let if_block2 =
|
|
32863
|
+
let if_block2 = show_if && create_if_block$5(ctx);
|
|
32612
32864
|
backto = new Back_to({ props: { journey: /*journey*/ ctx[3] } });
|
|
32613
32865
|
|
|
32614
32866
|
return {
|
|
@@ -32740,7 +32992,9 @@ function create_default_slot$5(ctx) {
|
|
|
32740
32992
|
check_outros();
|
|
32741
32993
|
}
|
|
32742
32994
|
|
|
32743
|
-
if (/*metadata*/ ctx[4]?.step?.derived.isUserInputOptional || !/*metadata*/ ctx[4]?.step?.derived.isStepSelfSubmittable)
|
|
32995
|
+
if (dirty & /*metadata*/ 16) show_if = /*metadata*/ ctx[4]?.step?.derived.isUserInputOptional || !/*metadata*/ ctx[4]?.step?.derived.isStepSelfSubmittable();
|
|
32996
|
+
|
|
32997
|
+
if (show_if) {
|
|
32744
32998
|
if (if_block2) {
|
|
32745
32999
|
if_block2.p(ctx, dirty);
|
|
32746
33000
|
|
|
@@ -32904,7 +33158,7 @@ function instance$7($$self, $$props, $$invalidate) {
|
|
|
32904
33158
|
// TODO: the below is more strict; all self-submitting cbs have to complete before submitting
|
|
32905
33159
|
// if (stepMetadata.isStepSelfSubmittable && isStepReadyToSubmit(callbackMetadataArray)) {
|
|
32906
33160
|
// The below variation is more liberal, first self-submittable cb to call this wins.
|
|
32907
|
-
if (metadata?.step?.derived.isStepSelfSubmittable) {
|
|
33161
|
+
if (metadata?.step?.derived.isStepSelfSubmittable()) {
|
|
32908
33162
|
submitFormWrapper();
|
|
32909
33163
|
}
|
|
32910
33164
|
}
|
|
@@ -33357,7 +33611,7 @@ function create_each_block$2(ctx) {
|
|
|
33357
33611
|
};
|
|
33358
33612
|
}
|
|
33359
33613
|
|
|
33360
|
-
// (72:2) {#if metadata?.step?.derived.isUserInputOptional || !metadata?.step?.derived.isStepSelfSubmittable}
|
|
33614
|
+
// (72:2) {#if metadata?.step?.derived.isUserInputOptional || !metadata?.step?.derived.isStepSelfSubmittable()}
|
|
33361
33615
|
function create_if_block$4(ctx) {
|
|
33362
33616
|
let button;
|
|
33363
33617
|
let current;
|
|
@@ -33441,6 +33695,7 @@ function create_default_slot$4(ctx) {
|
|
|
33441
33695
|
let t0;
|
|
33442
33696
|
let t1;
|
|
33443
33697
|
let t2;
|
|
33698
|
+
let show_if = /*metadata*/ ctx[4]?.step?.derived.isUserInputOptional || !/*metadata*/ ctx[4]?.step?.derived.isStepSelfSubmittable();
|
|
33444
33699
|
let if_block2_anchor;
|
|
33445
33700
|
let current;
|
|
33446
33701
|
let if_block0 = /*componentStyle*/ ctx[1] !== 'inline' && create_if_block_2$3(ctx);
|
|
@@ -33456,7 +33711,7 @@ function create_default_slot$4(ctx) {
|
|
|
33456
33711
|
each_blocks[i] = null;
|
|
33457
33712
|
});
|
|
33458
33713
|
|
|
33459
|
-
let if_block2 =
|
|
33714
|
+
let if_block2 = show_if && create_if_block$4(ctx);
|
|
33460
33715
|
|
|
33461
33716
|
return {
|
|
33462
33717
|
c() {
|
|
@@ -33562,7 +33817,9 @@ function create_default_slot$4(ctx) {
|
|
|
33562
33817
|
check_outros();
|
|
33563
33818
|
}
|
|
33564
33819
|
|
|
33565
|
-
if (/*metadata*/ ctx[4]?.step?.derived.isUserInputOptional || !/*metadata*/ ctx[4]?.step?.derived.isStepSelfSubmittable)
|
|
33820
|
+
if (dirty & /*metadata*/ 16) show_if = /*metadata*/ ctx[4]?.step?.derived.isUserInputOptional || !/*metadata*/ ctx[4]?.step?.derived.isStepSelfSubmittable();
|
|
33821
|
+
|
|
33822
|
+
if (show_if) {
|
|
33566
33823
|
if (if_block2) {
|
|
33567
33824
|
if_block2.p(ctx, dirty);
|
|
33568
33825
|
|
|
@@ -33700,7 +33957,7 @@ function instance$5($$self, $$props, $$invalidate) {
|
|
|
33700
33957
|
// TODO: the below is more strict; all self-submitting cbs have to complete before submitting
|
|
33701
33958
|
// if (stepMetadata.isStepSelfSubmittable && isStepReadyToSubmit(callbackMetadataArray)) {
|
|
33702
33959
|
// The below variation is more liberal first self-submittable cb to call this wins.
|
|
33703
|
-
if (metadata?.step?.derived.isStepSelfSubmittable) {
|
|
33960
|
+
if (metadata?.step?.derived.isStepSelfSubmittable()) {
|
|
33704
33961
|
form?.submit();
|
|
33705
33962
|
}
|
|
33706
33963
|
}
|
|
@@ -34123,7 +34380,7 @@ function create_each_block$1(ctx) {
|
|
|
34123
34380
|
};
|
|
34124
34381
|
}
|
|
34125
34382
|
|
|
34126
|
-
// (85:2) {#if metadata?.step?.derived.isUserInputOptional || !metadata?.step?.derived.isStepSelfSubmittable}
|
|
34383
|
+
// (85:2) {#if metadata?.step?.derived.isUserInputOptional || !metadata?.step?.derived.isStepSelfSubmittable()}
|
|
34127
34384
|
function create_if_block$3(ctx) {
|
|
34128
34385
|
let button;
|
|
34129
34386
|
let current;
|
|
@@ -34207,6 +34464,7 @@ function create_default_slot$3(ctx) {
|
|
|
34207
34464
|
let t0;
|
|
34208
34465
|
let t1;
|
|
34209
34466
|
let t2;
|
|
34467
|
+
let show_if = /*metadata*/ ctx[4]?.step?.derived.isUserInputOptional || !/*metadata*/ ctx[4]?.step?.derived.isStepSelfSubmittable();
|
|
34210
34468
|
let if_block2_anchor;
|
|
34211
34469
|
let current;
|
|
34212
34470
|
let if_block0 = /*componentStyle*/ ctx[1] !== 'inline' && create_if_block_2$2(ctx);
|
|
@@ -34222,7 +34480,7 @@ function create_default_slot$3(ctx) {
|
|
|
34222
34480
|
each_blocks[i] = null;
|
|
34223
34481
|
});
|
|
34224
34482
|
|
|
34225
|
-
let if_block2 =
|
|
34483
|
+
let if_block2 = show_if && create_if_block$3(ctx);
|
|
34226
34484
|
|
|
34227
34485
|
return {
|
|
34228
34486
|
c() {
|
|
@@ -34328,7 +34586,9 @@ function create_default_slot$3(ctx) {
|
|
|
34328
34586
|
check_outros();
|
|
34329
34587
|
}
|
|
34330
34588
|
|
|
34331
|
-
if (/*metadata*/ ctx[4]?.step?.derived.isUserInputOptional || !/*metadata*/ ctx[4]?.step?.derived.isStepSelfSubmittable)
|
|
34589
|
+
if (dirty & /*metadata*/ 16) show_if = /*metadata*/ ctx[4]?.step?.derived.isUserInputOptional || !/*metadata*/ ctx[4]?.step?.derived.isStepSelfSubmittable();
|
|
34590
|
+
|
|
34591
|
+
if (show_if) {
|
|
34332
34592
|
if (if_block2) {
|
|
34333
34593
|
if_block2.p(ctx, dirty);
|
|
34334
34594
|
|
|
@@ -34467,7 +34727,7 @@ function instance$3($$self, $$props, $$invalidate) {
|
|
|
34467
34727
|
// TODO: the below is more strict; all self-submitting cbs have to complete before submitting
|
|
34468
34728
|
// if (stepMetadata.isStepSelfSubmittable && isStepReadyToSubmit(callbackMetadataArray)) {
|
|
34469
34729
|
// The below variation is more liberal first self-submittable cb to call this wins.
|
|
34470
|
-
if (metadata?.step?.derived.isStepSelfSubmittable) {
|
|
34730
|
+
if (metadata?.step?.derived.isStepSelfSubmittable()) {
|
|
34471
34731
|
form?.submit();
|
|
34472
34732
|
}
|
|
34473
34733
|
}
|
|
@@ -34786,7 +35046,7 @@ function create_each_block(ctx) {
|
|
|
34786
35046
|
};
|
|
34787
35047
|
}
|
|
34788
35048
|
|
|
34789
|
-
// (74:2) {#if metadata?.step?.derived.isUserInputOptional || !metadata?.step?.derived.isStepSelfSubmittable}
|
|
35049
|
+
// (74:2) {#if metadata?.step?.derived.isUserInputOptional || !metadata?.step?.derived.isStepSelfSubmittable()}
|
|
34790
35050
|
function create_if_block_1$1(ctx) {
|
|
34791
35051
|
let button;
|
|
34792
35052
|
let current;
|
|
@@ -34952,6 +35212,7 @@ function create_default_slot$2(ctx) {
|
|
|
34952
35212
|
let t0;
|
|
34953
35213
|
let t1;
|
|
34954
35214
|
let t2;
|
|
35215
|
+
let show_if = /*metadata*/ ctx[4]?.step?.derived.isUserInputOptional || !/*metadata*/ ctx[4]?.step?.derived.isStepSelfSubmittable();
|
|
34955
35216
|
let t3;
|
|
34956
35217
|
let if_block3_anchor;
|
|
34957
35218
|
let current;
|
|
@@ -34968,7 +35229,7 @@ function create_default_slot$2(ctx) {
|
|
|
34968
35229
|
each_blocks[i] = null;
|
|
34969
35230
|
});
|
|
34970
35231
|
|
|
34971
|
-
let if_block2 =
|
|
35232
|
+
let if_block2 = show_if && create_if_block_1$1(ctx);
|
|
34972
35233
|
let if_block3 = /*componentStyle*/ ctx[1] !== 'inline' && create_if_block$2(ctx);
|
|
34973
35234
|
|
|
34974
35235
|
return {
|
|
@@ -35079,7 +35340,9 @@ function create_default_slot$2(ctx) {
|
|
|
35079
35340
|
check_outros();
|
|
35080
35341
|
}
|
|
35081
35342
|
|
|
35082
|
-
if (/*metadata*/ ctx[4]?.step?.derived.isUserInputOptional || !/*metadata*/ ctx[4]?.step?.derived.isStepSelfSubmittable)
|
|
35343
|
+
if (dirty & /*metadata*/ 16) show_if = /*metadata*/ ctx[4]?.step?.derived.isUserInputOptional || !/*metadata*/ ctx[4]?.step?.derived.isStepSelfSubmittable();
|
|
35344
|
+
|
|
35345
|
+
if (show_if) {
|
|
35083
35346
|
if (if_block2) {
|
|
35084
35347
|
if_block2.p(ctx, dirty);
|
|
35085
35348
|
|
|
@@ -35245,7 +35508,7 @@ function instance$2($$self, $$props, $$invalidate) {
|
|
|
35245
35508
|
// TODO: the below is more strict; all self-submitting cbs have to complete before submitting
|
|
35246
35509
|
// if (stepMetadata.isStepSelfSubmittable && isStepReadyToSubmit(callbackMetadataArray)) {
|
|
35247
35510
|
// The below variation is more liberal first self-submittable cb to call this wins.
|
|
35248
|
-
if (metadata?.step?.derived.isStepSelfSubmittable) {
|
|
35511
|
+
if (metadata?.step?.derived.isStepSelfSubmittable()) {
|
|
35249
35512
|
form?.submit();
|
|
35250
35513
|
}
|
|
35251
35514
|
}
|