@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.js
CHANGED
|
@@ -3589,7 +3589,7 @@ var __generator$l = (undefined && undefined.__generator) || function (thisArg, b
|
|
|
3589
3589
|
* });
|
|
3590
3590
|
* ```
|
|
3591
3591
|
*/
|
|
3592
|
-
/** @class */ (
|
|
3592
|
+
var FRDevice = /** @class */ (function (_super) {
|
|
3593
3593
|
__extends$l(FRDevice, _super);
|
|
3594
3594
|
function FRDevice(config) {
|
|
3595
3595
|
var _this = _super.call(this) || this;
|
|
@@ -3783,7 +3783,7 @@ var __generator$l = (undefined && undefined.__generator) || function (thisArg, b
|
|
|
3783
3783
|
}
|
|
3784
3784
|
};
|
|
3785
3785
|
return FRDevice;
|
|
3786
|
-
}
|
|
3786
|
+
}(Collector));
|
|
3787
3787
|
|
|
3788
3788
|
/*
|
|
3789
3789
|
* @forgerock/javascript-sdk
|
|
@@ -17434,7 +17434,7 @@ function buildStepMetadata(callbackMetadataArray, stageJson, stageName) {
|
|
|
17434
17434
|
}
|
|
17435
17435
|
return {
|
|
17436
17436
|
derived: {
|
|
17437
|
-
isStepSelfSubmittable: isStepSelfSubmittable(callbackMetadataArray, userInputOptional),
|
|
17437
|
+
isStepSelfSubmittable: () => isStepSelfSubmittable(callbackMetadataArray, userInputOptional),
|
|
17438
17438
|
isUserInputOptional: userInputOptional,
|
|
17439
17439
|
numOfCallbacks: callbackMetadataArray.length,
|
|
17440
17440
|
numOfSelfSubmittableCbs: callbackMetadataArray.filter((cb) => !!cb.derived.isSelfSubmitting)
|
|
@@ -18399,7 +18399,7 @@ function create_else_block$a(ctx) {
|
|
|
18399
18399
|
}
|
|
18400
18400
|
|
|
18401
18401
|
// (11:0) {#if html}
|
|
18402
|
-
function create_if_block$
|
|
18402
|
+
function create_if_block$o(ctx) {
|
|
18403
18403
|
let current;
|
|
18404
18404
|
const default_slot_template = /*#slots*/ ctx[5].default;
|
|
18405
18405
|
const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[4], null);
|
|
@@ -18496,12 +18496,12 @@ function fallback_block$2(ctx) {
|
|
|
18496
18496
|
};
|
|
18497
18497
|
}
|
|
18498
18498
|
|
|
18499
|
-
function create_fragment$
|
|
18499
|
+
function create_fragment$_(ctx) {
|
|
18500
18500
|
let current_block_type_index;
|
|
18501
18501
|
let if_block;
|
|
18502
18502
|
let if_block_anchor;
|
|
18503
18503
|
let current;
|
|
18504
|
-
const if_block_creators = [create_if_block$
|
|
18504
|
+
const if_block_creators = [create_if_block$o, create_else_block$a];
|
|
18505
18505
|
const if_blocks = [];
|
|
18506
18506
|
|
|
18507
18507
|
function select_block_type(ctx, dirty) {
|
|
@@ -18565,7 +18565,7 @@ function create_fragment$Z(ctx) {
|
|
|
18565
18565
|
};
|
|
18566
18566
|
}
|
|
18567
18567
|
|
|
18568
|
-
function instance
|
|
18568
|
+
function instance$$($$self, $$props, $$invalidate) {
|
|
18569
18569
|
let { $$slots: slots = {}, $$scope } = $$props;
|
|
18570
18570
|
let { html = false } = $$props;
|
|
18571
18571
|
let { key } = $$props;
|
|
@@ -18593,13 +18593,13 @@ function instance$_($$self, $$props, $$invalidate) {
|
|
|
18593
18593
|
class Locale_strings extends SvelteComponent {
|
|
18594
18594
|
constructor(options) {
|
|
18595
18595
|
super();
|
|
18596
|
-
init(this, options, instance
|
|
18596
|
+
init(this, options, instance$$, create_fragment$_, safe_not_equal, { html: 0, key: 2, values: 3 });
|
|
18597
18597
|
}
|
|
18598
18598
|
}
|
|
18599
18599
|
|
|
18600
18600
|
/* src/lib/components/icons/x-icon.svelte generated by Svelte v3.55.1 */
|
|
18601
18601
|
|
|
18602
|
-
function create_fragment$
|
|
18602
|
+
function create_fragment$Z(ctx) {
|
|
18603
18603
|
let svg;
|
|
18604
18604
|
let path;
|
|
18605
18605
|
let title;
|
|
@@ -18675,7 +18675,7 @@ function create_fragment$Y(ctx) {
|
|
|
18675
18675
|
};
|
|
18676
18676
|
}
|
|
18677
18677
|
|
|
18678
|
-
function instance$
|
|
18678
|
+
function instance$_($$self, $$props, $$invalidate) {
|
|
18679
18679
|
let { $$slots: slots = {}, $$scope } = $$props;
|
|
18680
18680
|
let { classes = '' } = $$props;
|
|
18681
18681
|
let { size = '24px' } = $$props;
|
|
@@ -18692,7 +18692,7 @@ function instance$Z($$self, $$props, $$invalidate) {
|
|
|
18692
18692
|
class X_icon extends SvelteComponent {
|
|
18693
18693
|
constructor(options) {
|
|
18694
18694
|
super();
|
|
18695
|
-
init(this, options, instance$
|
|
18695
|
+
init(this, options, instance$_, create_fragment$Z, safe_not_equal, { classes: 0, size: 1 });
|
|
18696
18696
|
}
|
|
18697
18697
|
}
|
|
18698
18698
|
|
|
@@ -18797,7 +18797,7 @@ function create_else_block$9(ctx) {
|
|
|
18797
18797
|
}
|
|
18798
18798
|
|
|
18799
18799
|
// (39:2) {#if withHeader}
|
|
18800
|
-
function create_if_block$
|
|
18800
|
+
function create_if_block$n(ctx) {
|
|
18801
18801
|
let div1;
|
|
18802
18802
|
let div0;
|
|
18803
18803
|
let div0_style_value;
|
|
@@ -18811,7 +18811,7 @@ function create_if_block$m(ctx) {
|
|
|
18811
18811
|
xicon = new X_icon({
|
|
18812
18812
|
props: {
|
|
18813
18813
|
classes: "tw_inline-block tw_fill-current tw_text-secondary-dark dark:tw_text-secondary-light",
|
|
18814
|
-
$$slots: { default: [create_default_slot$
|
|
18814
|
+
$$slots: { default: [create_default_slot$r] },
|
|
18815
18815
|
$$scope: { ctx }
|
|
18816
18816
|
}
|
|
18817
18817
|
});
|
|
@@ -18944,7 +18944,7 @@ function create_if_block_1$c(ctx) {
|
|
|
18944
18944
|
}
|
|
18945
18945
|
|
|
18946
18946
|
// (55:8) <XIcon classes="tw_inline-block tw_fill-current tw_text-secondary-dark dark:tw_text-secondary-light" >
|
|
18947
|
-
function create_default_slot$
|
|
18947
|
+
function create_default_slot$r(ctx) {
|
|
18948
18948
|
let t;
|
|
18949
18949
|
let current;
|
|
18950
18950
|
t = new Locale_strings({ props: { key: "closeModal" } });
|
|
@@ -18973,7 +18973,7 @@ function create_default_slot$q(ctx) {
|
|
|
18973
18973
|
};
|
|
18974
18974
|
}
|
|
18975
18975
|
|
|
18976
|
-
function create_fragment$
|
|
18976
|
+
function create_fragment$Y(ctx) {
|
|
18977
18977
|
let dialog;
|
|
18978
18978
|
let current_block_type_index;
|
|
18979
18979
|
let if_block;
|
|
@@ -18981,7 +18981,7 @@ function create_fragment$X(ctx) {
|
|
|
18981
18981
|
let div;
|
|
18982
18982
|
let dialog_class_value;
|
|
18983
18983
|
let current;
|
|
18984
|
-
const if_block_creators = [create_if_block$
|
|
18984
|
+
const if_block_creators = [create_if_block$n, create_else_block$9];
|
|
18985
18985
|
const if_blocks = [];
|
|
18986
18986
|
|
|
18987
18987
|
function select_block_type(ctx, dirty) {
|
|
@@ -19093,7 +19093,7 @@ function create_fragment$X(ctx) {
|
|
|
19093
19093
|
};
|
|
19094
19094
|
}
|
|
19095
19095
|
|
|
19096
|
-
function instance$
|
|
19096
|
+
function instance$Z($$self, $$props, $$invalidate) {
|
|
19097
19097
|
let $styleStore;
|
|
19098
19098
|
component_subscribe($$self, styleStore, $$value => $$invalidate(5, $styleStore = $$value));
|
|
19099
19099
|
let { $$slots: slots = {}, $$scope } = $$props;
|
|
@@ -19167,7 +19167,7 @@ class Dialog extends SvelteComponent {
|
|
|
19167
19167
|
constructor(options) {
|
|
19168
19168
|
super();
|
|
19169
19169
|
|
|
19170
|
-
init(this, options, instance$
|
|
19170
|
+
init(this, options, instance$Z, create_fragment$Y, safe_not_equal, {
|
|
19171
19171
|
dialogEl: 0,
|
|
19172
19172
|
dialogId: 1,
|
|
19173
19173
|
forceOpen: 2,
|
|
@@ -19183,7 +19183,7 @@ class Dialog extends SvelteComponent {
|
|
|
19183
19183
|
|
|
19184
19184
|
/* src/lib/components/icons/alert-icon.svelte generated by Svelte v3.55.1 */
|
|
19185
19185
|
|
|
19186
|
-
function create_fragment$
|
|
19186
|
+
function create_fragment$X(ctx) {
|
|
19187
19187
|
let svg;
|
|
19188
19188
|
let path;
|
|
19189
19189
|
let title;
|
|
@@ -19259,7 +19259,7 @@ function create_fragment$W(ctx) {
|
|
|
19259
19259
|
};
|
|
19260
19260
|
}
|
|
19261
19261
|
|
|
19262
|
-
function instance$
|
|
19262
|
+
function instance$Y($$self, $$props, $$invalidate) {
|
|
19263
19263
|
let { $$slots: slots = {}, $$scope } = $$props;
|
|
19264
19264
|
let { classes = '' } = $$props;
|
|
19265
19265
|
let { size = '24px' } = $$props;
|
|
@@ -19276,13 +19276,13 @@ function instance$X($$self, $$props, $$invalidate) {
|
|
|
19276
19276
|
class Alert_icon extends SvelteComponent {
|
|
19277
19277
|
constructor(options) {
|
|
19278
19278
|
super();
|
|
19279
|
-
init(this, options, instance$
|
|
19279
|
+
init(this, options, instance$Y, create_fragment$X, safe_not_equal, { classes: 0, size: 1 });
|
|
19280
19280
|
}
|
|
19281
19281
|
}
|
|
19282
19282
|
|
|
19283
19283
|
/* src/lib/components/icons/info-icon.svelte generated by Svelte v3.55.1 */
|
|
19284
19284
|
|
|
19285
|
-
function create_fragment$
|
|
19285
|
+
function create_fragment$W(ctx) {
|
|
19286
19286
|
let svg;
|
|
19287
19287
|
let path;
|
|
19288
19288
|
let title;
|
|
@@ -19358,7 +19358,7 @@ function create_fragment$V(ctx) {
|
|
|
19358
19358
|
};
|
|
19359
19359
|
}
|
|
19360
19360
|
|
|
19361
|
-
function instance$
|
|
19361
|
+
function instance$X($$self, $$props, $$invalidate) {
|
|
19362
19362
|
let { $$slots: slots = {}, $$scope } = $$props;
|
|
19363
19363
|
let { classes = '' } = $$props;
|
|
19364
19364
|
let { size = '24px' } = $$props;
|
|
@@ -19375,13 +19375,13 @@ function instance$W($$self, $$props, $$invalidate) {
|
|
|
19375
19375
|
class Info_icon extends SvelteComponent {
|
|
19376
19376
|
constructor(options) {
|
|
19377
19377
|
super();
|
|
19378
|
-
init(this, options, instance$
|
|
19378
|
+
init(this, options, instance$X, create_fragment$W, safe_not_equal, { classes: 0, size: 1 });
|
|
19379
19379
|
}
|
|
19380
19380
|
}
|
|
19381
19381
|
|
|
19382
19382
|
/* src/lib/components/icons/warning-icon.svelte generated by Svelte v3.55.1 */
|
|
19383
19383
|
|
|
19384
|
-
function create_fragment$
|
|
19384
|
+
function create_fragment$V(ctx) {
|
|
19385
19385
|
let svg;
|
|
19386
19386
|
let path;
|
|
19387
19387
|
let title;
|
|
@@ -19457,7 +19457,7 @@ function create_fragment$U(ctx) {
|
|
|
19457
19457
|
};
|
|
19458
19458
|
}
|
|
19459
19459
|
|
|
19460
|
-
function instance$
|
|
19460
|
+
function instance$W($$self, $$props, $$invalidate) {
|
|
19461
19461
|
let { $$slots: slots = {}, $$scope } = $$props;
|
|
19462
19462
|
let { classes = '' } = $$props;
|
|
19463
19463
|
let { size = '24px' } = $$props;
|
|
@@ -19474,7 +19474,7 @@ function instance$V($$self, $$props, $$invalidate) {
|
|
|
19474
19474
|
class Warning_icon extends SvelteComponent {
|
|
19475
19475
|
constructor(options) {
|
|
19476
19476
|
super();
|
|
19477
|
-
init(this, options, instance$
|
|
19477
|
+
init(this, options, instance$W, create_fragment$V, safe_not_equal, { classes: 0, size: 1 });
|
|
19478
19478
|
}
|
|
19479
19479
|
}
|
|
19480
19480
|
|
|
@@ -19538,7 +19538,7 @@ function create_if_block_1$b(ctx) {
|
|
|
19538
19538
|
}
|
|
19539
19539
|
|
|
19540
19540
|
// (41:4) {#if type === 'error'}
|
|
19541
|
-
function create_if_block$
|
|
19541
|
+
function create_if_block$m(ctx) {
|
|
19542
19542
|
let alerticon;
|
|
19543
19543
|
let current;
|
|
19544
19544
|
alerticon = new Alert_icon({});
|
|
@@ -19566,7 +19566,7 @@ function create_if_block$l(ctx) {
|
|
|
19566
19566
|
};
|
|
19567
19567
|
}
|
|
19568
19568
|
|
|
19569
|
-
function create_fragment$
|
|
19569
|
+
function create_fragment$U(ctx) {
|
|
19570
19570
|
let div;
|
|
19571
19571
|
let p;
|
|
19572
19572
|
let current_block_type_index;
|
|
@@ -19575,7 +19575,7 @@ function create_fragment$T(ctx) {
|
|
|
19575
19575
|
let span;
|
|
19576
19576
|
let div_class_value;
|
|
19577
19577
|
let current;
|
|
19578
|
-
const if_block_creators = [create_if_block$
|
|
19578
|
+
const if_block_creators = [create_if_block$m, create_if_block_1$b, create_else_block$8];
|
|
19579
19579
|
const if_blocks = [];
|
|
19580
19580
|
|
|
19581
19581
|
function select_block_type(ctx, dirty) {
|
|
@@ -19702,7 +19702,7 @@ function generateClassString$3(...args) {
|
|
|
19702
19702
|
);
|
|
19703
19703
|
}
|
|
19704
19704
|
|
|
19705
|
-
function instance$
|
|
19705
|
+
function instance$V($$self, $$props, $$invalidate) {
|
|
19706
19706
|
let { $$slots: slots = {}, $$scope } = $$props;
|
|
19707
19707
|
let { id } = $$props;
|
|
19708
19708
|
let { needsFocus = false } = $$props;
|
|
@@ -19739,13 +19739,13 @@ function instance$U($$self, $$props, $$invalidate) {
|
|
|
19739
19739
|
class Alert extends SvelteComponent {
|
|
19740
19740
|
constructor(options) {
|
|
19741
19741
|
super();
|
|
19742
|
-
init(this, options, instance$
|
|
19742
|
+
init(this, options, instance$V, create_fragment$U, safe_not_equal, { id: 0, needsFocus: 3, type: 1 });
|
|
19743
19743
|
}
|
|
19744
19744
|
}
|
|
19745
19745
|
|
|
19746
19746
|
/* src/lib/components/primitives/spinner/spinner.svelte generated by Svelte v3.55.1 */
|
|
19747
19747
|
|
|
19748
|
-
function create_fragment$
|
|
19748
|
+
function create_fragment$T(ctx) {
|
|
19749
19749
|
let div;
|
|
19750
19750
|
let span;
|
|
19751
19751
|
let t;
|
|
@@ -19789,7 +19789,7 @@ function create_fragment$S(ctx) {
|
|
|
19789
19789
|
};
|
|
19790
19790
|
}
|
|
19791
19791
|
|
|
19792
|
-
function instance$
|
|
19792
|
+
function instance$U($$self, $$props, $$invalidate) {
|
|
19793
19793
|
let { colorClass } = $$props;
|
|
19794
19794
|
let { layoutClasses } = $$props;
|
|
19795
19795
|
|
|
@@ -19804,13 +19804,13 @@ function instance$T($$self, $$props, $$invalidate) {
|
|
|
19804
19804
|
class Spinner extends SvelteComponent {
|
|
19805
19805
|
constructor(options) {
|
|
19806
19806
|
super();
|
|
19807
|
-
init(this, options, instance$
|
|
19807
|
+
init(this, options, instance$U, create_fragment$T, safe_not_equal, { colorClass: 0, layoutClasses: 1 });
|
|
19808
19808
|
}
|
|
19809
19809
|
}
|
|
19810
19810
|
|
|
19811
19811
|
/* src/lib/components/primitives/button/button.svelte generated by Svelte v3.55.1 */
|
|
19812
19812
|
|
|
19813
|
-
function create_if_block$
|
|
19813
|
+
function create_if_block$l(ctx) {
|
|
19814
19814
|
let spinner;
|
|
19815
19815
|
let current;
|
|
19816
19816
|
|
|
@@ -19861,14 +19861,14 @@ function fallback_block$1(ctx) {
|
|
|
19861
19861
|
};
|
|
19862
19862
|
}
|
|
19863
19863
|
|
|
19864
|
-
function create_fragment$
|
|
19864
|
+
function create_fragment$S(ctx) {
|
|
19865
19865
|
let button;
|
|
19866
19866
|
let t;
|
|
19867
19867
|
let button_class_value;
|
|
19868
19868
|
let current;
|
|
19869
19869
|
let mounted;
|
|
19870
19870
|
let dispose;
|
|
19871
|
-
let if_block = /*busy*/ ctx[0] && create_if_block$
|
|
19871
|
+
let if_block = /*busy*/ ctx[0] && create_if_block$l();
|
|
19872
19872
|
const default_slot_template = /*#slots*/ ctx[7].default;
|
|
19873
19873
|
const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[6], null);
|
|
19874
19874
|
const default_slot_or_fallback = default_slot || fallback_block$1();
|
|
@@ -19910,7 +19910,7 @@ function create_fragment$R(ctx) {
|
|
|
19910
19910
|
transition_in(if_block, 1);
|
|
19911
19911
|
}
|
|
19912
19912
|
} else {
|
|
19913
|
-
if_block = create_if_block$
|
|
19913
|
+
if_block = create_if_block$l();
|
|
19914
19914
|
if_block.c();
|
|
19915
19915
|
transition_in(if_block, 1);
|
|
19916
19916
|
if_block.m(button, t);
|
|
@@ -19991,7 +19991,7 @@ function generateClassString$2(...args) {
|
|
|
19991
19991
|
);
|
|
19992
19992
|
}
|
|
19993
19993
|
|
|
19994
|
-
function instance$
|
|
19994
|
+
function instance$T($$self, $$props, $$invalidate) {
|
|
19995
19995
|
let { $$slots: slots = {}, $$scope } = $$props;
|
|
19996
19996
|
let { busy = false } = $$props;
|
|
19997
19997
|
let { classes = '' } = $$props;
|
|
@@ -20021,7 +20021,7 @@ class Button extends SvelteComponent {
|
|
|
20021
20021
|
constructor(options) {
|
|
20022
20022
|
super();
|
|
20023
20023
|
|
|
20024
|
-
init(this, options, instance$
|
|
20024
|
+
init(this, options, instance$T, create_fragment$S, safe_not_equal, {
|
|
20025
20025
|
busy: 0,
|
|
20026
20026
|
classes: 1,
|
|
20027
20027
|
onClick: 2,
|
|
@@ -20034,7 +20034,7 @@ class Button extends SvelteComponent {
|
|
|
20034
20034
|
|
|
20035
20035
|
/* src/lib/components/primitives/form/form.svelte generated by Svelte v3.55.1 */
|
|
20036
20036
|
|
|
20037
|
-
function create_fragment$
|
|
20037
|
+
function create_fragment$R(ctx) {
|
|
20038
20038
|
let form;
|
|
20039
20039
|
let form_class_value;
|
|
20040
20040
|
let current;
|
|
@@ -20121,7 +20121,7 @@ function create_fragment$Q(ctx) {
|
|
|
20121
20121
|
};
|
|
20122
20122
|
}
|
|
20123
20123
|
|
|
20124
|
-
function instance$
|
|
20124
|
+
function instance$S($$self, $$props, $$invalidate) {
|
|
20125
20125
|
let { $$slots: slots = {}, $$scope } = $$props;
|
|
20126
20126
|
let { ariaDescribedBy } = $$props;
|
|
20127
20127
|
let { formEl = null } = $$props;
|
|
@@ -20249,7 +20249,7 @@ class Form extends SvelteComponent {
|
|
|
20249
20249
|
constructor(options) {
|
|
20250
20250
|
super();
|
|
20251
20251
|
|
|
20252
|
-
init(this, options, instance$
|
|
20252
|
+
init(this, options, instance$S, create_fragment$R, safe_not_equal, {
|
|
20253
20253
|
ariaDescribedBy: 1,
|
|
20254
20254
|
formEl: 0,
|
|
20255
20255
|
id: 2,
|
|
@@ -20314,7 +20314,7 @@ function create_else_block$7(ctx) {
|
|
|
20314
20314
|
}
|
|
20315
20315
|
|
|
20316
20316
|
// (10:0) {#if html}
|
|
20317
|
-
function create_if_block$
|
|
20317
|
+
function create_if_block$k(ctx) {
|
|
20318
20318
|
let current;
|
|
20319
20319
|
const default_slot_template = /*#slots*/ ctx[4].default;
|
|
20320
20320
|
const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[3], null);
|
|
@@ -20411,12 +20411,12 @@ function fallback_block(ctx) {
|
|
|
20411
20411
|
};
|
|
20412
20412
|
}
|
|
20413
20413
|
|
|
20414
|
-
function create_fragment$
|
|
20414
|
+
function create_fragment$Q(ctx) {
|
|
20415
20415
|
let current_block_type_index;
|
|
20416
20416
|
let if_block;
|
|
20417
20417
|
let if_block_anchor;
|
|
20418
20418
|
let current;
|
|
20419
|
-
const if_block_creators = [create_if_block$
|
|
20419
|
+
const if_block_creators = [create_if_block$k, create_else_block$7];
|
|
20420
20420
|
const if_blocks = [];
|
|
20421
20421
|
|
|
20422
20422
|
function select_block_type(ctx, dirty) {
|
|
@@ -20480,7 +20480,7 @@ function create_fragment$P(ctx) {
|
|
|
20480
20480
|
};
|
|
20481
20481
|
}
|
|
20482
20482
|
|
|
20483
|
-
function instance$
|
|
20483
|
+
function instance$R($$self, $$props, $$invalidate) {
|
|
20484
20484
|
let { $$slots: slots = {}, $$scope } = $$props;
|
|
20485
20485
|
let { html = false } = $$props;
|
|
20486
20486
|
let { string } = $$props;
|
|
@@ -20506,13 +20506,13 @@ function instance$Q($$self, $$props, $$invalidate) {
|
|
|
20506
20506
|
class Server_strings extends SvelteComponent {
|
|
20507
20507
|
constructor(options) {
|
|
20508
20508
|
super();
|
|
20509
|
-
init(this, options, instance$
|
|
20509
|
+
init(this, options, instance$R, create_fragment$Q, safe_not_equal, { html: 0, string: 2 });
|
|
20510
20510
|
}
|
|
20511
20511
|
}
|
|
20512
20512
|
|
|
20513
20513
|
/* src/lib/components/icons/shield-icon.svelte generated by Svelte v3.55.1 */
|
|
20514
20514
|
|
|
20515
|
-
function create_fragment$
|
|
20515
|
+
function create_fragment$P(ctx) {
|
|
20516
20516
|
let svg;
|
|
20517
20517
|
let path;
|
|
20518
20518
|
let title;
|
|
@@ -20588,7 +20588,7 @@ function create_fragment$O(ctx) {
|
|
|
20588
20588
|
};
|
|
20589
20589
|
}
|
|
20590
20590
|
|
|
20591
|
-
function instance$
|
|
20591
|
+
function instance$Q($$self, $$props, $$invalidate) {
|
|
20592
20592
|
let { $$slots: slots = {}, $$scope } = $$props;
|
|
20593
20593
|
let { classes = '' } = $$props;
|
|
20594
20594
|
let { size = '24px' } = $$props;
|
|
@@ -20605,13 +20605,13 @@ function instance$P($$self, $$props, $$invalidate) {
|
|
|
20605
20605
|
class Shield_icon extends SvelteComponent {
|
|
20606
20606
|
constructor(options) {
|
|
20607
20607
|
super();
|
|
20608
|
-
init(this, options, instance$
|
|
20608
|
+
init(this, options, instance$Q, create_fragment$P, safe_not_equal, { classes: 0, size: 1 });
|
|
20609
20609
|
}
|
|
20610
20610
|
}
|
|
20611
20611
|
|
|
20612
20612
|
/* src/lib/journey/stages/_utilities/back-to.svelte generated by Svelte v3.55.1 */
|
|
20613
20613
|
|
|
20614
|
-
function create_if_block$
|
|
20614
|
+
function create_if_block$j(ctx) {
|
|
20615
20615
|
let p;
|
|
20616
20616
|
let button;
|
|
20617
20617
|
let t_value = interpolate(/*string*/ ctx[1]) + "";
|
|
@@ -20647,9 +20647,9 @@ function create_if_block$i(ctx) {
|
|
|
20647
20647
|
};
|
|
20648
20648
|
}
|
|
20649
20649
|
|
|
20650
|
-
function create_fragment$
|
|
20650
|
+
function create_fragment$O(ctx) {
|
|
20651
20651
|
let if_block_anchor;
|
|
20652
|
-
let if_block = /*$stack*/ ctx[2].length > 1 && create_if_block$
|
|
20652
|
+
let if_block = /*$stack*/ ctx[2].length > 1 && create_if_block$j(ctx);
|
|
20653
20653
|
|
|
20654
20654
|
return {
|
|
20655
20655
|
c() {
|
|
@@ -20665,7 +20665,7 @@ function create_fragment$N(ctx) {
|
|
|
20665
20665
|
if (if_block) {
|
|
20666
20666
|
if_block.p(ctx, dirty);
|
|
20667
20667
|
} else {
|
|
20668
|
-
if_block = create_if_block$
|
|
20668
|
+
if_block = create_if_block$j(ctx);
|
|
20669
20669
|
if_block.c();
|
|
20670
20670
|
if_block.m(if_block_anchor.parentNode, if_block_anchor);
|
|
20671
20671
|
}
|
|
@@ -20683,7 +20683,7 @@ function create_fragment$N(ctx) {
|
|
|
20683
20683
|
};
|
|
20684
20684
|
}
|
|
20685
20685
|
|
|
20686
|
-
function instance$
|
|
20686
|
+
function instance$P($$self, $$props, $$invalidate) {
|
|
20687
20687
|
let $stack;
|
|
20688
20688
|
let $configuredJourneysStore;
|
|
20689
20689
|
component_subscribe($$self, configuredJourneysStore, $$value => $$invalidate(5, $configuredJourneysStore = $$value));
|
|
@@ -20724,7 +20724,7 @@ function instance$O($$self, $$props, $$invalidate) {
|
|
|
20724
20724
|
class Back_to extends SvelteComponent {
|
|
20725
20725
|
constructor(options) {
|
|
20726
20726
|
super();
|
|
20727
|
-
init(this, options, instance$
|
|
20727
|
+
init(this, options, instance$P, create_fragment$O, safe_not_equal, { journey: 0 });
|
|
20728
20728
|
}
|
|
20729
20729
|
}
|
|
20730
20730
|
|
|
@@ -21188,7 +21188,7 @@ function getAttributeValidationFailureText(callback) {
|
|
|
21188
21188
|
|
|
21189
21189
|
/* src/lib/components/primitives/message/input-message.svelte generated by Svelte v3.55.1 */
|
|
21190
21190
|
|
|
21191
|
-
function create_if_block$
|
|
21191
|
+
function create_if_block$i(ctx) {
|
|
21192
21192
|
let p;
|
|
21193
21193
|
let p_class_value;
|
|
21194
21194
|
let p_id_value;
|
|
@@ -21219,9 +21219,9 @@ function create_if_block$h(ctx) {
|
|
|
21219
21219
|
};
|
|
21220
21220
|
}
|
|
21221
21221
|
|
|
21222
|
-
function create_fragment$
|
|
21222
|
+
function create_fragment$N(ctx) {
|
|
21223
21223
|
let if_block_anchor;
|
|
21224
|
-
let if_block = /*dirtyMessage*/ ctx[1] && create_if_block$
|
|
21224
|
+
let if_block = /*dirtyMessage*/ ctx[1] && create_if_block$i(ctx);
|
|
21225
21225
|
|
|
21226
21226
|
return {
|
|
21227
21227
|
c() {
|
|
@@ -21237,7 +21237,7 @@ function create_fragment$M(ctx) {
|
|
|
21237
21237
|
if (if_block) {
|
|
21238
21238
|
if_block.p(ctx, dirty);
|
|
21239
21239
|
} else {
|
|
21240
|
-
if_block = create_if_block$
|
|
21240
|
+
if_block = create_if_block$i(ctx);
|
|
21241
21241
|
if_block.c();
|
|
21242
21242
|
if_block.m(if_block_anchor.parentNode, if_block_anchor);
|
|
21243
21243
|
}
|
|
@@ -21269,7 +21269,7 @@ function generateClassString$1(...args) {
|
|
|
21269
21269
|
);
|
|
21270
21270
|
}
|
|
21271
21271
|
|
|
21272
|
-
function instance$
|
|
21272
|
+
function instance$O($$self, $$props, $$invalidate) {
|
|
21273
21273
|
let { classes = '' } = $$props;
|
|
21274
21274
|
let { dirtyMessage } = $$props;
|
|
21275
21275
|
let { key = undefined } = $$props;
|
|
@@ -21300,7 +21300,7 @@ class Input_message extends SvelteComponent {
|
|
|
21300
21300
|
constructor(options) {
|
|
21301
21301
|
super();
|
|
21302
21302
|
|
|
21303
|
-
init(this, options, instance$
|
|
21303
|
+
init(this, options, instance$O, create_fragment$N, safe_not_equal, {
|
|
21304
21304
|
classes: 0,
|
|
21305
21305
|
dirtyMessage: 1,
|
|
21306
21306
|
key: 2,
|
|
@@ -21312,7 +21312,7 @@ class Input_message extends SvelteComponent {
|
|
|
21312
21312
|
|
|
21313
21313
|
/* src/lib/components/primitives/label/label.svelte generated by Svelte v3.55.1 */
|
|
21314
21314
|
|
|
21315
|
-
function create_fragment$
|
|
21315
|
+
function create_fragment$M(ctx) {
|
|
21316
21316
|
let label;
|
|
21317
21317
|
let label_class_value;
|
|
21318
21318
|
let current;
|
|
@@ -21375,7 +21375,7 @@ function create_fragment$L(ctx) {
|
|
|
21375
21375
|
};
|
|
21376
21376
|
}
|
|
21377
21377
|
|
|
21378
|
-
function instance$
|
|
21378
|
+
function instance$N($$self, $$props, $$invalidate) {
|
|
21379
21379
|
let { $$slots: slots = {}, $$scope } = $$props;
|
|
21380
21380
|
let { key } = $$props;
|
|
21381
21381
|
let { classes = '' } = $$props;
|
|
@@ -21392,13 +21392,13 @@ function instance$M($$self, $$props, $$invalidate) {
|
|
|
21392
21392
|
class Label extends SvelteComponent {
|
|
21393
21393
|
constructor(options) {
|
|
21394
21394
|
super();
|
|
21395
|
-
init(this, options, instance$
|
|
21395
|
+
init(this, options, instance$N, create_fragment$M, safe_not_equal, { key: 0, classes: 1 });
|
|
21396
21396
|
}
|
|
21397
21397
|
}
|
|
21398
21398
|
|
|
21399
21399
|
/* src/lib/components/compositions/checkbox/animated.svelte generated by Svelte v3.55.1 */
|
|
21400
21400
|
|
|
21401
|
-
function create_default_slot$
|
|
21401
|
+
function create_default_slot$q(ctx) {
|
|
21402
21402
|
let span;
|
|
21403
21403
|
let t;
|
|
21404
21404
|
let current;
|
|
@@ -21455,7 +21455,7 @@ function create_default_slot$p(ctx) {
|
|
|
21455
21455
|
};
|
|
21456
21456
|
}
|
|
21457
21457
|
|
|
21458
|
-
function create_fragment$
|
|
21458
|
+
function create_fragment$L(ctx) {
|
|
21459
21459
|
let div1;
|
|
21460
21460
|
let input;
|
|
21461
21461
|
let input_data_message_value;
|
|
@@ -21472,7 +21472,7 @@ function create_fragment$K(ctx) {
|
|
|
21472
21472
|
props: {
|
|
21473
21473
|
key: /*key*/ ctx[3],
|
|
21474
21474
|
classes: "tw_grid tw_grid-cols-[2.5em_1fr] tw_relative",
|
|
21475
|
-
$$slots: { default: [create_default_slot$
|
|
21475
|
+
$$slots: { default: [create_default_slot$q] },
|
|
21476
21476
|
$$scope: { ctx }
|
|
21477
21477
|
}
|
|
21478
21478
|
});
|
|
@@ -21579,7 +21579,7 @@ function create_fragment$K(ctx) {
|
|
|
21579
21579
|
};
|
|
21580
21580
|
}
|
|
21581
21581
|
|
|
21582
|
-
function instance$
|
|
21582
|
+
function instance$M($$self, $$props, $$invalidate) {
|
|
21583
21583
|
let { $$slots: slots = {}, $$scope } = $$props;
|
|
21584
21584
|
let { checkValidity = null } = $$props;
|
|
21585
21585
|
let { message = '' } = $$props;
|
|
@@ -21648,7 +21648,7 @@ let Animated$1 = class Animated extends SvelteComponent {
|
|
|
21648
21648
|
constructor(options) {
|
|
21649
21649
|
super();
|
|
21650
21650
|
|
|
21651
|
-
init(this, options, instance$
|
|
21651
|
+
init(this, options, instance$M, create_fragment$L, safe_not_equal, {
|
|
21652
21652
|
checkValidity: 8,
|
|
21653
21653
|
message: 1,
|
|
21654
21654
|
isFirstInvalidInput: 9,
|
|
@@ -21664,7 +21664,7 @@ let Animated$1 = class Animated extends SvelteComponent {
|
|
|
21664
21664
|
|
|
21665
21665
|
/* src/lib/components/primitives/checkbox/checkbox.svelte generated by Svelte v3.55.1 */
|
|
21666
21666
|
|
|
21667
|
-
function create_default_slot$
|
|
21667
|
+
function create_default_slot$p(ctx) {
|
|
21668
21668
|
let current;
|
|
21669
21669
|
const default_slot_template = /*#slots*/ ctx[7].default;
|
|
21670
21670
|
const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[9], null);
|
|
@@ -21711,7 +21711,7 @@ function create_default_slot$o(ctx) {
|
|
|
21711
21711
|
};
|
|
21712
21712
|
}
|
|
21713
21713
|
|
|
21714
|
-
function create_fragment$
|
|
21714
|
+
function create_fragment$K(ctx) {
|
|
21715
21715
|
let input;
|
|
21716
21716
|
let input_aria_describedby_value;
|
|
21717
21717
|
let t;
|
|
@@ -21723,7 +21723,7 @@ function create_fragment$J(ctx) {
|
|
|
21723
21723
|
label = new Label({
|
|
21724
21724
|
props: {
|
|
21725
21725
|
key: /*key*/ ctx[2],
|
|
21726
|
-
$$slots: { default: [create_default_slot$
|
|
21726
|
+
$$slots: { default: [create_default_slot$p] },
|
|
21727
21727
|
$$scope: { ctx }
|
|
21728
21728
|
}
|
|
21729
21729
|
});
|
|
@@ -21808,7 +21808,7 @@ function create_fragment$J(ctx) {
|
|
|
21808
21808
|
};
|
|
21809
21809
|
}
|
|
21810
21810
|
|
|
21811
|
-
function instance$
|
|
21811
|
+
function instance$L($$self, $$props, $$invalidate) {
|
|
21812
21812
|
let { $$slots: slots = {}, $$scope } = $$props;
|
|
21813
21813
|
let { isFirstInvalidInput } = $$props;
|
|
21814
21814
|
let { isRequired = false } = $$props;
|
|
@@ -21859,7 +21859,7 @@ class Checkbox extends SvelteComponent {
|
|
|
21859
21859
|
constructor(options) {
|
|
21860
21860
|
super();
|
|
21861
21861
|
|
|
21862
|
-
init(this, options, instance$
|
|
21862
|
+
init(this, options, instance$L, create_fragment$K, safe_not_equal, {
|
|
21863
21863
|
isFirstInvalidInput: 6,
|
|
21864
21864
|
isRequired: 0,
|
|
21865
21865
|
isInvalid: 1,
|
|
@@ -21872,7 +21872,7 @@ class Checkbox extends SvelteComponent {
|
|
|
21872
21872
|
|
|
21873
21873
|
/* src/lib/components/compositions/checkbox/standard.svelte generated by Svelte v3.55.1 */
|
|
21874
21874
|
|
|
21875
|
-
function create_default_slot$
|
|
21875
|
+
function create_default_slot$o(ctx) {
|
|
21876
21876
|
let current;
|
|
21877
21877
|
const default_slot_template = /*#slots*/ ctx[10].default;
|
|
21878
21878
|
const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[11], null);
|
|
@@ -21919,7 +21919,7 @@ function create_default_slot$n(ctx) {
|
|
|
21919
21919
|
};
|
|
21920
21920
|
}
|
|
21921
21921
|
|
|
21922
|
-
function create_fragment$
|
|
21922
|
+
function create_fragment$J(ctx) {
|
|
21923
21923
|
let div;
|
|
21924
21924
|
let checkbox;
|
|
21925
21925
|
let t;
|
|
@@ -21935,7 +21935,7 @@ function create_fragment$I(ctx) {
|
|
|
21935
21935
|
key: /*key*/ ctx[4],
|
|
21936
21936
|
onChange: /*onChangeWrapper*/ ctx[7],
|
|
21937
21937
|
value: /*value*/ ctx[6],
|
|
21938
|
-
$$slots: { default: [create_default_slot$
|
|
21938
|
+
$$slots: { default: [create_default_slot$o] },
|
|
21939
21939
|
$$scope: { ctx }
|
|
21940
21940
|
}
|
|
21941
21941
|
});
|
|
@@ -22006,7 +22006,7 @@ function create_fragment$I(ctx) {
|
|
|
22006
22006
|
};
|
|
22007
22007
|
}
|
|
22008
22008
|
|
|
22009
|
-
function instance$
|
|
22009
|
+
function instance$K($$self, $$props, $$invalidate) {
|
|
22010
22010
|
let { $$slots: slots = {}, $$scope } = $$props;
|
|
22011
22011
|
let { checkValidity = null } = $$props;
|
|
22012
22012
|
let { message = '' } = $$props;
|
|
@@ -22059,7 +22059,7 @@ let Standard$1 = class Standard extends SvelteComponent {
|
|
|
22059
22059
|
constructor(options) {
|
|
22060
22060
|
super();
|
|
22061
22061
|
|
|
22062
|
-
init(this, options, instance$
|
|
22062
|
+
init(this, options, instance$K, create_fragment$J, safe_not_equal, {
|
|
22063
22063
|
checkValidity: 8,
|
|
22064
22064
|
message: 1,
|
|
22065
22065
|
isFirstInvalidInput: 2,
|
|
@@ -22075,7 +22075,7 @@ let Standard$1 = class Standard extends SvelteComponent {
|
|
|
22075
22075
|
|
|
22076
22076
|
/* src/lib/journey/callbacks/boolean/boolean.svelte generated by Svelte v3.55.1 */
|
|
22077
22077
|
|
|
22078
|
-
function create_default_slot$
|
|
22078
|
+
function create_default_slot$n(ctx) {
|
|
22079
22079
|
let t_value = interpolate(textToKey(/*outputName*/ ctx[2]), null, /*prompt*/ ctx[4]) + "";
|
|
22080
22080
|
let t;
|
|
22081
22081
|
|
|
@@ -22095,7 +22095,7 @@ function create_default_slot$m(ctx) {
|
|
|
22095
22095
|
};
|
|
22096
22096
|
}
|
|
22097
22097
|
|
|
22098
|
-
function create_fragment$
|
|
22098
|
+
function create_fragment$I(ctx) {
|
|
22099
22099
|
let checkbox;
|
|
22100
22100
|
let current;
|
|
22101
22101
|
|
|
@@ -22107,7 +22107,7 @@ function create_fragment$H(ctx) {
|
|
|
22107
22107
|
message: /*validationFailure*/ ctx[5],
|
|
22108
22108
|
onChange: /*setValue*/ ctx[7],
|
|
22109
22109
|
value: /*previousValue*/ ctx[3],
|
|
22110
|
-
$$slots: { default: [create_default_slot$
|
|
22110
|
+
$$slots: { default: [create_default_slot$n] },
|
|
22111
22111
|
$$scope: { ctx }
|
|
22112
22112
|
}
|
|
22113
22113
|
});
|
|
@@ -22149,7 +22149,7 @@ function create_fragment$H(ctx) {
|
|
|
22149
22149
|
};
|
|
22150
22150
|
}
|
|
22151
22151
|
|
|
22152
|
-
function instance$
|
|
22152
|
+
function instance$J($$self, $$props, $$invalidate) {
|
|
22153
22153
|
const stepMetadata = null;
|
|
22154
22154
|
const selfSubmitFunction = null;
|
|
22155
22155
|
let { callback } = $$props;
|
|
@@ -22216,7 +22216,7 @@ let Boolean$1 = class Boolean extends SvelteComponent {
|
|
|
22216
22216
|
constructor(options) {
|
|
22217
22217
|
super();
|
|
22218
22218
|
|
|
22219
|
-
init(this, options, instance$
|
|
22219
|
+
init(this, options, instance$J, create_fragment$I, safe_not_equal, {
|
|
22220
22220
|
stepMetadata: 8,
|
|
22221
22221
|
selfSubmitFunction: 9,
|
|
22222
22222
|
callback: 10,
|
|
@@ -22243,7 +22243,7 @@ function get_each_context$9(ctx, list, i) {
|
|
|
22243
22243
|
}
|
|
22244
22244
|
|
|
22245
22245
|
// (41:8) <Label key={`${key}-${option.value}`} classes="tw_input-spacing tw_grid tw_grid-cols-[2.5em_1fr] tw_relative" >
|
|
22246
|
-
function create_default_slot$
|
|
22246
|
+
function create_default_slot$m(ctx) {
|
|
22247
22247
|
let span;
|
|
22248
22248
|
let t0;
|
|
22249
22249
|
let t1_value = /*option*/ ctx[13].text + "";
|
|
@@ -22290,7 +22290,7 @@ function create_each_block$9(ctx) {
|
|
|
22290
22290
|
props: {
|
|
22291
22291
|
key: `${/*key*/ ctx[5]}-${/*option*/ ctx[13].value}`,
|
|
22292
22292
|
classes: "tw_input-spacing tw_grid tw_grid-cols-[2.5em_1fr] tw_relative",
|
|
22293
|
-
$$slots: { default: [create_default_slot$
|
|
22293
|
+
$$slots: { default: [create_default_slot$m] },
|
|
22294
22294
|
$$scope: { ctx }
|
|
22295
22295
|
}
|
|
22296
22296
|
});
|
|
@@ -22384,7 +22384,7 @@ function create_each_block$9(ctx) {
|
|
|
22384
22384
|
};
|
|
22385
22385
|
}
|
|
22386
22386
|
|
|
22387
|
-
function create_fragment$
|
|
22387
|
+
function create_fragment$H(ctx) {
|
|
22388
22388
|
let fieldset;
|
|
22389
22389
|
let legend;
|
|
22390
22390
|
let t0;
|
|
@@ -22513,7 +22513,7 @@ function create_fragment$G(ctx) {
|
|
|
22513
22513
|
};
|
|
22514
22514
|
}
|
|
22515
22515
|
|
|
22516
|
-
function instance$
|
|
22516
|
+
function instance$I($$self, $$props, $$invalidate) {
|
|
22517
22517
|
let { defaultOption = null } = $$props;
|
|
22518
22518
|
let { message = '' } = $$props;
|
|
22519
22519
|
let { groupLabel = '' } = $$props;
|
|
@@ -22575,7 +22575,7 @@ class Animated extends SvelteComponent {
|
|
|
22575
22575
|
constructor(options) {
|
|
22576
22576
|
super();
|
|
22577
22577
|
|
|
22578
|
-
init(this, options, instance$
|
|
22578
|
+
init(this, options, instance$I, create_fragment$H, safe_not_equal, {
|
|
22579
22579
|
defaultOption: 0,
|
|
22580
22580
|
message: 1,
|
|
22581
22581
|
groupLabel: 2,
|
|
@@ -22593,7 +22593,7 @@ class Animated extends SvelteComponent {
|
|
|
22593
22593
|
|
|
22594
22594
|
/* src/lib/components/primitives/radio/radio.svelte generated by Svelte v3.55.1 */
|
|
22595
22595
|
|
|
22596
|
-
function create_default_slot$
|
|
22596
|
+
function create_default_slot$l(ctx) {
|
|
22597
22597
|
let current;
|
|
22598
22598
|
const default_slot_template = /*#slots*/ ctx[9].default;
|
|
22599
22599
|
const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[11], null);
|
|
@@ -22640,7 +22640,7 @@ function create_default_slot$k(ctx) {
|
|
|
22640
22640
|
};
|
|
22641
22641
|
}
|
|
22642
22642
|
|
|
22643
|
-
function create_fragment$
|
|
22643
|
+
function create_fragment$G(ctx) {
|
|
22644
22644
|
let input;
|
|
22645
22645
|
let input_aria_describedby_value;
|
|
22646
22646
|
let t;
|
|
@@ -22652,7 +22652,7 @@ function create_fragment$F(ctx) {
|
|
|
22652
22652
|
label = new Label({
|
|
22653
22653
|
props: {
|
|
22654
22654
|
key: /*key*/ ctx[3],
|
|
22655
|
-
$$slots: { default: [create_default_slot$
|
|
22655
|
+
$$slots: { default: [create_default_slot$l] },
|
|
22656
22656
|
$$scope: { ctx }
|
|
22657
22657
|
}
|
|
22658
22658
|
});
|
|
@@ -22747,7 +22747,7 @@ function create_fragment$F(ctx) {
|
|
|
22747
22747
|
};
|
|
22748
22748
|
}
|
|
22749
22749
|
|
|
22750
|
-
function instance$
|
|
22750
|
+
function instance$H($$self, $$props, $$invalidate) {
|
|
22751
22751
|
let { $$slots: slots = {}, $$scope } = $$props;
|
|
22752
22752
|
let { checked = false } = $$props;
|
|
22753
22753
|
let { isFirstInvalidInput } = $$props;
|
|
@@ -22804,7 +22804,7 @@ class Radio extends SvelteComponent {
|
|
|
22804
22804
|
constructor(options) {
|
|
22805
22805
|
super();
|
|
22806
22806
|
|
|
22807
|
-
init(this, options, instance$
|
|
22807
|
+
init(this, options, instance$H, create_fragment$G, safe_not_equal, {
|
|
22808
22808
|
checked: 0,
|
|
22809
22809
|
isFirstInvalidInput: 8,
|
|
22810
22810
|
isRequired: 1,
|
|
@@ -22826,7 +22826,7 @@ function get_each_context$8(ctx, list, i) {
|
|
|
22826
22826
|
}
|
|
22827
22827
|
|
|
22828
22828
|
// (21:6) <Radio checked={defaultOption === option.value} {isFirstInvalidInput} {isRequired} {isInvalid} key={`${key}-${option.value}`} {name} {onChange} value={option.value} >
|
|
22829
|
-
function create_default_slot$
|
|
22829
|
+
function create_default_slot$k(ctx) {
|
|
22830
22830
|
let t_value = /*option*/ ctx[11].text + "";
|
|
22831
22831
|
let t;
|
|
22832
22832
|
|
|
@@ -22863,7 +22863,7 @@ function create_each_block$8(ctx) {
|
|
|
22863
22863
|
name: /*name*/ ctx[7],
|
|
22864
22864
|
onChange: /*onChange*/ ctx[8],
|
|
22865
22865
|
value: /*option*/ ctx[11].value,
|
|
22866
|
-
$$slots: { default: [create_default_slot$
|
|
22866
|
+
$$slots: { default: [create_default_slot$k] },
|
|
22867
22867
|
$$scope: { ctx }
|
|
22868
22868
|
}
|
|
22869
22869
|
});
|
|
@@ -22914,7 +22914,7 @@ function create_each_block$8(ctx) {
|
|
|
22914
22914
|
};
|
|
22915
22915
|
}
|
|
22916
22916
|
|
|
22917
|
-
function create_fragment$
|
|
22917
|
+
function create_fragment$F(ctx) {
|
|
22918
22918
|
let fieldset;
|
|
22919
22919
|
let legend;
|
|
22920
22920
|
let t0;
|
|
@@ -23040,7 +23040,7 @@ function create_fragment$E(ctx) {
|
|
|
23040
23040
|
};
|
|
23041
23041
|
}
|
|
23042
23042
|
|
|
23043
|
-
function instance$
|
|
23043
|
+
function instance$G($$self, $$props, $$invalidate) {
|
|
23044
23044
|
let { defaultOption = null } = $$props;
|
|
23045
23045
|
let { message = '' } = $$props;
|
|
23046
23046
|
let { groupLabel = '' } = $$props;
|
|
@@ -23086,7 +23086,7 @@ class Standard extends SvelteComponent {
|
|
|
23086
23086
|
constructor(options) {
|
|
23087
23087
|
super();
|
|
23088
23088
|
|
|
23089
|
-
init(this, options, instance$
|
|
23089
|
+
init(this, options, instance$G, create_fragment$F, safe_not_equal, {
|
|
23090
23090
|
defaultOption: 0,
|
|
23091
23091
|
message: 1,
|
|
23092
23092
|
groupLabel: 2,
|
|
@@ -23220,7 +23220,7 @@ function create_each_block$7(ctx) {
|
|
|
23220
23220
|
}
|
|
23221
23221
|
|
|
23222
23222
|
// (61:0) {#if labelOrder === 'last'}
|
|
23223
|
-
function create_if_block$
|
|
23223
|
+
function create_if_block$h(ctx) {
|
|
23224
23224
|
let label_1;
|
|
23225
23225
|
let current;
|
|
23226
23226
|
|
|
@@ -23230,7 +23230,7 @@ function create_if_block$g(ctx) {
|
|
|
23230
23230
|
classes: `${/*shouldDisplayOption*/ ctx[10]
|
|
23231
23231
|
? /*labelClasses*/ ctx[6]
|
|
23232
23232
|
: 'tw_sr-only'}`,
|
|
23233
|
-
$$slots: { default: [create_default_slot$
|
|
23233
|
+
$$slots: { default: [create_default_slot$j] },
|
|
23234
23234
|
$$scope: { ctx }
|
|
23235
23235
|
}
|
|
23236
23236
|
});
|
|
@@ -23273,7 +23273,7 @@ function create_if_block$g(ctx) {
|
|
|
23273
23273
|
}
|
|
23274
23274
|
|
|
23275
23275
|
// (62:2) <Label {key} classes={`${shouldDisplayOption ? labelClasses : 'tw_sr-only'}`}>
|
|
23276
|
-
function create_default_slot$
|
|
23276
|
+
function create_default_slot$j(ctx) {
|
|
23277
23277
|
let t;
|
|
23278
23278
|
|
|
23279
23279
|
return {
|
|
@@ -23292,7 +23292,7 @@ function create_default_slot$i(ctx) {
|
|
|
23292
23292
|
};
|
|
23293
23293
|
}
|
|
23294
23294
|
|
|
23295
|
-
function create_fragment$
|
|
23295
|
+
function create_fragment$E(ctx) {
|
|
23296
23296
|
let t0;
|
|
23297
23297
|
let select;
|
|
23298
23298
|
let select_aria_describedby_value;
|
|
@@ -23310,7 +23310,7 @@ function create_fragment$D(ctx) {
|
|
|
23310
23310
|
each_blocks[i] = create_each_block$7(get_each_context$7(ctx, each_value, i));
|
|
23311
23311
|
}
|
|
23312
23312
|
|
|
23313
|
-
let if_block1 = /*labelOrder*/ ctx[7] === 'last' && create_if_block$
|
|
23313
|
+
let if_block1 = /*labelOrder*/ ctx[7] === 'last' && create_if_block$h(ctx);
|
|
23314
23314
|
|
|
23315
23315
|
return {
|
|
23316
23316
|
c() {
|
|
@@ -23432,7 +23432,7 @@ function create_fragment$D(ctx) {
|
|
|
23432
23432
|
transition_in(if_block1, 1);
|
|
23433
23433
|
}
|
|
23434
23434
|
} else {
|
|
23435
|
-
if_block1 = create_if_block$
|
|
23435
|
+
if_block1 = create_if_block$h(ctx);
|
|
23436
23436
|
if_block1.c();
|
|
23437
23437
|
transition_in(if_block1, 1);
|
|
23438
23438
|
if_block1.m(if_block1_anchor.parentNode, if_block1_anchor);
|
|
@@ -23473,7 +23473,7 @@ function create_fragment$D(ctx) {
|
|
|
23473
23473
|
};
|
|
23474
23474
|
}
|
|
23475
23475
|
|
|
23476
|
-
function instance$
|
|
23476
|
+
function instance$F($$self, $$props, $$invalidate) {
|
|
23477
23477
|
let { selectClasses = '' } = $$props;
|
|
23478
23478
|
let { defaultOption = null } = $$props;
|
|
23479
23479
|
let { isFirstInvalidInput } = $$props;
|
|
@@ -23560,7 +23560,7 @@ class Select extends SvelteComponent {
|
|
|
23560
23560
|
constructor(options) {
|
|
23561
23561
|
super();
|
|
23562
23562
|
|
|
23563
|
-
init(this, options, instance$
|
|
23563
|
+
init(this, options, instance$F, create_fragment$E, safe_not_equal, {
|
|
23564
23564
|
selectClasses: 0,
|
|
23565
23565
|
defaultOption: 1,
|
|
23566
23566
|
isFirstInvalidInput: 12,
|
|
@@ -23578,7 +23578,7 @@ class Select extends SvelteComponent {
|
|
|
23578
23578
|
|
|
23579
23579
|
/* src/lib/components/compositions/select-floating/floating-label.svelte generated by Svelte v3.55.1 */
|
|
23580
23580
|
|
|
23581
|
-
function create_fragment$
|
|
23581
|
+
function create_fragment$D(ctx) {
|
|
23582
23582
|
let div;
|
|
23583
23583
|
let select;
|
|
23584
23584
|
let t;
|
|
@@ -23661,7 +23661,7 @@ function create_fragment$C(ctx) {
|
|
|
23661
23661
|
};
|
|
23662
23662
|
}
|
|
23663
23663
|
|
|
23664
|
-
function instance$
|
|
23664
|
+
function instance$E($$self, $$props, $$invalidate) {
|
|
23665
23665
|
let { checkValidity = null } = $$props;
|
|
23666
23666
|
let { defaultOption = null } = $$props;
|
|
23667
23667
|
let { message = '' } = $$props;
|
|
@@ -23716,7 +23716,7 @@ let Floating_label$1 = class Floating_label extends SvelteComponent {
|
|
|
23716
23716
|
constructor(options) {
|
|
23717
23717
|
super();
|
|
23718
23718
|
|
|
23719
|
-
init(this, options, instance$
|
|
23719
|
+
init(this, options, instance$E, create_fragment$D, safe_not_equal, {
|
|
23720
23720
|
checkValidity: 10,
|
|
23721
23721
|
defaultOption: 1,
|
|
23722
23722
|
message: 2,
|
|
@@ -23734,7 +23734,7 @@ let Floating_label$1 = class Floating_label extends SvelteComponent {
|
|
|
23734
23734
|
|
|
23735
23735
|
/* src/lib/components/compositions/select-stacked/stacked-label.svelte generated by Svelte v3.55.1 */
|
|
23736
23736
|
|
|
23737
|
-
function create_fragment$
|
|
23737
|
+
function create_fragment$C(ctx) {
|
|
23738
23738
|
let div;
|
|
23739
23739
|
let select;
|
|
23740
23740
|
let t;
|
|
@@ -23816,7 +23816,7 @@ function create_fragment$B(ctx) {
|
|
|
23816
23816
|
};
|
|
23817
23817
|
}
|
|
23818
23818
|
|
|
23819
|
-
function instance$
|
|
23819
|
+
function instance$D($$self, $$props, $$invalidate) {
|
|
23820
23820
|
let { checkValidity = null } = $$props;
|
|
23821
23821
|
let { defaultOption = null } = $$props;
|
|
23822
23822
|
let { message = '' } = $$props;
|
|
@@ -23871,7 +23871,7 @@ let Stacked_label$1 = class Stacked_label extends SvelteComponent {
|
|
|
23871
23871
|
constructor(options) {
|
|
23872
23872
|
super();
|
|
23873
23873
|
|
|
23874
|
-
init(this, options, instance$
|
|
23874
|
+
init(this, options, instance$D, create_fragment$C, safe_not_equal, {
|
|
23875
23875
|
checkValidity: 10,
|
|
23876
23876
|
defaultOption: 1,
|
|
23877
23877
|
message: 2,
|
|
@@ -23938,7 +23938,7 @@ function create_else_block$6(ctx) {
|
|
|
23938
23938
|
}
|
|
23939
23939
|
|
|
23940
23940
|
// (52:0) {#if callbackMetadata?.platform?.displayType === 'radio'}
|
|
23941
|
-
function create_if_block$
|
|
23941
|
+
function create_if_block$g(ctx) {
|
|
23942
23942
|
let radio;
|
|
23943
23943
|
let current;
|
|
23944
23944
|
|
|
@@ -23988,12 +23988,12 @@ function create_if_block$f(ctx) {
|
|
|
23988
23988
|
};
|
|
23989
23989
|
}
|
|
23990
23990
|
|
|
23991
|
-
function create_fragment$
|
|
23991
|
+
function create_fragment$B(ctx) {
|
|
23992
23992
|
let current_block_type_index;
|
|
23993
23993
|
let if_block;
|
|
23994
23994
|
let if_block_anchor;
|
|
23995
23995
|
let current;
|
|
23996
|
-
const if_block_creators = [create_if_block$
|
|
23996
|
+
const if_block_creators = [create_if_block$g, create_else_block$6];
|
|
23997
23997
|
const if_blocks = [];
|
|
23998
23998
|
|
|
23999
23999
|
function select_block_type(ctx, dirty) {
|
|
@@ -24057,7 +24057,7 @@ function create_fragment$A(ctx) {
|
|
|
24057
24057
|
};
|
|
24058
24058
|
}
|
|
24059
24059
|
|
|
24060
|
-
function instance$
|
|
24060
|
+
function instance$C($$self, $$props, $$invalidate) {
|
|
24061
24061
|
const selfSubmitFunction = null;
|
|
24062
24062
|
const stepMetadata = null;
|
|
24063
24063
|
let { callback } = $$props;
|
|
@@ -24145,7 +24145,7 @@ class Choice extends SvelteComponent {
|
|
|
24145
24145
|
constructor(options) {
|
|
24146
24146
|
super();
|
|
24147
24147
|
|
|
24148
|
-
init(this, options, instance$
|
|
24148
|
+
init(this, options, instance$C, create_fragment$B, safe_not_equal, {
|
|
24149
24149
|
selfSubmitFunction: 9,
|
|
24150
24150
|
stepMetadata: 10,
|
|
24151
24151
|
callback: 11,
|
|
@@ -24165,7 +24165,7 @@ class Choice extends SvelteComponent {
|
|
|
24165
24165
|
|
|
24166
24166
|
/* src/lib/components/primitives/grid/grid.svelte generated by Svelte v3.55.1 */
|
|
24167
24167
|
|
|
24168
|
-
function create_fragment$
|
|
24168
|
+
function create_fragment$A(ctx) {
|
|
24169
24169
|
let div;
|
|
24170
24170
|
let div_class_value;
|
|
24171
24171
|
let current;
|
|
@@ -24241,7 +24241,7 @@ function generateClassString(...args) {
|
|
|
24241
24241
|
);
|
|
24242
24242
|
}
|
|
24243
24243
|
|
|
24244
|
-
function instance$
|
|
24244
|
+
function instance$B($$self, $$props, $$invalidate) {
|
|
24245
24245
|
let { $$slots: slots = {}, $$scope } = $$props;
|
|
24246
24246
|
let { num = 2 } = $$props;
|
|
24247
24247
|
|
|
@@ -24256,7 +24256,7 @@ function instance$A($$self, $$props, $$invalidate) {
|
|
|
24256
24256
|
class Grid extends SvelteComponent {
|
|
24257
24257
|
constructor(options) {
|
|
24258
24258
|
super();
|
|
24259
|
-
init(this, options, instance$
|
|
24259
|
+
init(this, options, instance$B, create_fragment$A, safe_not_equal, { num: 0 });
|
|
24260
24260
|
}
|
|
24261
24261
|
}
|
|
24262
24262
|
|
|
@@ -24269,7 +24269,8 @@ function get_each_context$6(ctx, list, i) {
|
|
|
24269
24269
|
}
|
|
24270
24270
|
|
|
24271
24271
|
// (81:0) {#if stepMetadata?.platform?.stageName !== 'OneTimePassword'}
|
|
24272
|
-
function create_if_block$
|
|
24272
|
+
function create_if_block$f(ctx) {
|
|
24273
|
+
let show_if;
|
|
24273
24274
|
let current_block_type_index;
|
|
24274
24275
|
let if_block;
|
|
24275
24276
|
let if_block_anchor;
|
|
@@ -24278,11 +24279,13 @@ function create_if_block$e(ctx) {
|
|
|
24278
24279
|
const if_blocks = [];
|
|
24279
24280
|
|
|
24280
24281
|
function select_block_type(ctx, dirty) {
|
|
24281
|
-
if (
|
|
24282
|
+
if (dirty & /*stepMetadata*/ 2) show_if = null;
|
|
24283
|
+
if (show_if == null) show_if = !!!/*stepMetadata*/ ctx[1]?.derived.isStepSelfSubmittable();
|
|
24284
|
+
if (show_if) return 0;
|
|
24282
24285
|
return 1;
|
|
24283
24286
|
}
|
|
24284
24287
|
|
|
24285
|
-
current_block_type_index = select_block_type(ctx);
|
|
24288
|
+
current_block_type_index = select_block_type(ctx, -1);
|
|
24286
24289
|
if_block = if_blocks[current_block_type_index] = if_block_creators[current_block_type_index](ctx);
|
|
24287
24290
|
|
|
24288
24291
|
return {
|
|
@@ -24297,7 +24300,7 @@ function create_if_block$e(ctx) {
|
|
|
24297
24300
|
},
|
|
24298
24301
|
p(ctx, dirty) {
|
|
24299
24302
|
let previous_block_index = current_block_type_index;
|
|
24300
|
-
current_block_type_index = select_block_type(ctx);
|
|
24303
|
+
current_block_type_index = select_block_type(ctx, dirty);
|
|
24301
24304
|
|
|
24302
24305
|
if (current_block_type_index === previous_block_index) {
|
|
24303
24306
|
if_blocks[current_block_type_index].p(ctx, dirty);
|
|
@@ -24384,7 +24387,7 @@ function create_else_block_1(ctx) {
|
|
|
24384
24387
|
};
|
|
24385
24388
|
}
|
|
24386
24389
|
|
|
24387
|
-
// (82:2) {#if !stepMetadata?.derived.isStepSelfSubmittable}
|
|
24390
|
+
// (82:2) {#if !stepMetadata?.derived.isStepSelfSubmittable()}
|
|
24388
24391
|
function create_if_block_1$9(ctx) {
|
|
24389
24392
|
let current_block_type_index;
|
|
24390
24393
|
let if_block;
|
|
@@ -24454,7 +24457,7 @@ function create_if_block_1$9(ctx) {
|
|
|
24454
24457
|
};
|
|
24455
24458
|
}
|
|
24456
24459
|
|
|
24457
|
-
// (106:8) <Button style={options.length > 1 && defaultChoice === Number(opt.value)
|
|
24460
|
+
// (106:8) <Button style={options.length > 1 && defaultChoice === Number(opt.value) ? 'primary' : buttonStyle} type="button" width="auto" onClick={() => setBtnValue(Number(opt.value))} >
|
|
24458
24461
|
function create_default_slot_2$5(ctx) {
|
|
24459
24462
|
let t0_value = /*opt*/ ctx[15].text + "";
|
|
24460
24463
|
let t0;
|
|
@@ -24636,7 +24639,7 @@ function create_else_block$5(ctx) {
|
|
|
24636
24639
|
key: /*inputName*/ ctx[6],
|
|
24637
24640
|
onChange: /*setCheckboxValue*/ ctx[10],
|
|
24638
24641
|
value: false,
|
|
24639
|
-
$$slots: { default: [create_default_slot$
|
|
24642
|
+
$$slots: { default: [create_default_slot$i] },
|
|
24640
24643
|
$$scope: { ctx }
|
|
24641
24644
|
}
|
|
24642
24645
|
});
|
|
@@ -24723,7 +24726,7 @@ function create_if_block_2$8(ctx) {
|
|
|
24723
24726
|
}
|
|
24724
24727
|
|
|
24725
24728
|
// (93:6) <Checkbox isFirstInvalidInput={callbackMetadata?.derived.isFirstInvalidInput || false} isInvalid={false} key={inputName} onChange={setCheckboxValue} value={false} >
|
|
24726
|
-
function create_default_slot$
|
|
24729
|
+
function create_default_slot$i(ctx) {
|
|
24727
24730
|
let t_value = /*options*/ ctx[3][0].text + "";
|
|
24728
24731
|
let t;
|
|
24729
24732
|
|
|
@@ -24743,10 +24746,10 @@ function create_default_slot$h(ctx) {
|
|
|
24743
24746
|
};
|
|
24744
24747
|
}
|
|
24745
24748
|
|
|
24746
|
-
function create_fragment$
|
|
24749
|
+
function create_fragment$z(ctx) {
|
|
24747
24750
|
let if_block_anchor;
|
|
24748
24751
|
let current;
|
|
24749
|
-
let if_block = /*stepMetadata*/ ctx[1]?.platform?.stageName !== 'OneTimePassword' && create_if_block$
|
|
24752
|
+
let if_block = /*stepMetadata*/ ctx[1]?.platform?.stageName !== 'OneTimePassword' && create_if_block$f(ctx);
|
|
24750
24753
|
|
|
24751
24754
|
return {
|
|
24752
24755
|
c() {
|
|
@@ -24767,7 +24770,7 @@ function create_fragment$y(ctx) {
|
|
|
24767
24770
|
transition_in(if_block, 1);
|
|
24768
24771
|
}
|
|
24769
24772
|
} else {
|
|
24770
|
-
if_block = create_if_block$
|
|
24773
|
+
if_block = create_if_block$f(ctx);
|
|
24771
24774
|
if_block.c();
|
|
24772
24775
|
transition_in(if_block, 1);
|
|
24773
24776
|
if_block.m(if_block_anchor.parentNode, if_block_anchor);
|
|
@@ -24798,7 +24801,7 @@ function create_fragment$y(ctx) {
|
|
|
24798
24801
|
};
|
|
24799
24802
|
}
|
|
24800
24803
|
|
|
24801
|
-
function instance$
|
|
24804
|
+
function instance$A($$self, $$props, $$invalidate) {
|
|
24802
24805
|
const style = {};
|
|
24803
24806
|
let { callback } = $$props;
|
|
24804
24807
|
let { callbackMetadata } = $$props;
|
|
@@ -24882,7 +24885,7 @@ function instance$z($$self, $$props, $$invalidate) {
|
|
|
24882
24885
|
$$invalidate(3, options = options.slice(0, 1));
|
|
24883
24886
|
}
|
|
24884
24887
|
|
|
24885
|
-
if (!stepMetadata?.derived.isStepSelfSubmittable && options.length > 1) {
|
|
24888
|
+
if (!stepMetadata?.derived.isStepSelfSubmittable() && options.length > 1) {
|
|
24886
24889
|
// Since the user needs to confirm, add this empty `value` to force selection
|
|
24887
24890
|
options.unshift({ value: '', text: label });
|
|
24888
24891
|
} else if (options.length === 1) {
|
|
@@ -24917,7 +24920,7 @@ class Confirmation extends SvelteComponent {
|
|
|
24917
24920
|
constructor(options) {
|
|
24918
24921
|
super();
|
|
24919
24922
|
|
|
24920
|
-
init(this, options, instance$
|
|
24923
|
+
init(this, options, instance$A, create_fragment$z, safe_not_equal, {
|
|
24921
24924
|
style: 11,
|
|
24922
24925
|
callback: 12,
|
|
24923
24926
|
callbackMetadata: 0,
|
|
@@ -24933,7 +24936,7 @@ class Confirmation extends SvelteComponent {
|
|
|
24933
24936
|
|
|
24934
24937
|
/* src/lib/journey/callbacks/hidden-value/hidden-value.svelte generated by Svelte v3.55.1 */
|
|
24935
24938
|
|
|
24936
|
-
function instance$
|
|
24939
|
+
function instance$z($$self, $$props, $$invalidate) {
|
|
24937
24940
|
const callback = null;
|
|
24938
24941
|
const callbackMetadata = null;
|
|
24939
24942
|
const selfSubmitFunction = null;
|
|
@@ -24946,7 +24949,7 @@ class Hidden_value extends SvelteComponent {
|
|
|
24946
24949
|
constructor(options) {
|
|
24947
24950
|
super();
|
|
24948
24951
|
|
|
24949
|
-
init(this, options, instance$
|
|
24952
|
+
init(this, options, instance$z, null, safe_not_equal, {
|
|
24950
24953
|
callback: 0,
|
|
24951
24954
|
callbackMetadata: 1,
|
|
24952
24955
|
selfSubmitFunction: 2,
|
|
@@ -25526,7 +25529,7 @@ function create_if_block_1$8(ctx) {
|
|
|
25526
25529
|
}
|
|
25527
25530
|
|
|
25528
25531
|
// (129:0) {#if labelOrder === 'last'}
|
|
25529
|
-
function create_if_block$
|
|
25532
|
+
function create_if_block$e(ctx) {
|
|
25530
25533
|
let label_1;
|
|
25531
25534
|
let current;
|
|
25532
25535
|
|
|
@@ -25534,7 +25537,7 @@ function create_if_block$d(ctx) {
|
|
|
25534
25537
|
props: {
|
|
25535
25538
|
key: /*key*/ ctx[3],
|
|
25536
25539
|
classes: `${/*labelClasses*/ ctx[5]}`,
|
|
25537
|
-
$$slots: { default: [create_default_slot$
|
|
25540
|
+
$$slots: { default: [create_default_slot$h] },
|
|
25538
25541
|
$$scope: { ctx }
|
|
25539
25542
|
}
|
|
25540
25543
|
});
|
|
@@ -25574,7 +25577,7 @@ function create_if_block$d(ctx) {
|
|
|
25574
25577
|
}
|
|
25575
25578
|
|
|
25576
25579
|
// (130:2) <Label {key} classes={`${labelClasses}`}>
|
|
25577
|
-
function create_default_slot$
|
|
25580
|
+
function create_default_slot$h(ctx) {
|
|
25578
25581
|
let t;
|
|
25579
25582
|
|
|
25580
25583
|
return {
|
|
@@ -25593,7 +25596,7 @@ function create_default_slot$g(ctx) {
|
|
|
25593
25596
|
};
|
|
25594
25597
|
}
|
|
25595
25598
|
|
|
25596
|
-
function create_fragment$
|
|
25599
|
+
function create_fragment$y(ctx) {
|
|
25597
25600
|
let t0;
|
|
25598
25601
|
let t1;
|
|
25599
25602
|
let t2;
|
|
@@ -25610,7 +25613,7 @@ function create_fragment$x(ctx) {
|
|
|
25610
25613
|
let if_block4 = /*type*/ ctx[11] === 'password' && create_if_block_3$6(ctx);
|
|
25611
25614
|
let if_block5 = /*type*/ ctx[11] === 'phone' && create_if_block_2$7(ctx);
|
|
25612
25615
|
let if_block6 = /*type*/ ctx[11] === 'text' && create_if_block_1$8(ctx);
|
|
25613
|
-
let if_block7 = /*labelOrder*/ ctx[6] === 'last' && create_if_block$
|
|
25616
|
+
let if_block7 = /*labelOrder*/ ctx[6] === 'last' && create_if_block$e(ctx);
|
|
25614
25617
|
|
|
25615
25618
|
return {
|
|
25616
25619
|
c() {
|
|
@@ -25760,7 +25763,7 @@ function create_fragment$x(ctx) {
|
|
|
25760
25763
|
transition_in(if_block7, 1);
|
|
25761
25764
|
}
|
|
25762
25765
|
} else {
|
|
25763
|
-
if_block7 = create_if_block$
|
|
25766
|
+
if_block7 = create_if_block$e(ctx);
|
|
25764
25767
|
if_block7.c();
|
|
25765
25768
|
transition_in(if_block7, 1);
|
|
25766
25769
|
if_block7.m(if_block7_anchor.parentNode, if_block7_anchor);
|
|
@@ -25807,7 +25810,7 @@ function create_fragment$x(ctx) {
|
|
|
25807
25810
|
};
|
|
25808
25811
|
}
|
|
25809
25812
|
|
|
25810
|
-
function instance$
|
|
25813
|
+
function instance$y($$self, $$props, $$invalidate) {
|
|
25811
25814
|
let { forceValidityFailure = false } = $$props;
|
|
25812
25815
|
let { isFirstInvalidInput } = $$props;
|
|
25813
25816
|
let { inputClasses = '' } = $$props;
|
|
@@ -25951,7 +25954,7 @@ class Input extends SvelteComponent {
|
|
|
25951
25954
|
constructor(options) {
|
|
25952
25955
|
super();
|
|
25953
25956
|
|
|
25954
|
-
init(this, options, instance$
|
|
25957
|
+
init(this, options, instance$y, create_fragment$y, safe_not_equal, {
|
|
25955
25958
|
forceValidityFailure: 1,
|
|
25956
25959
|
isFirstInvalidInput: 13,
|
|
25957
25960
|
inputClasses: 2,
|
|
@@ -25973,7 +25976,7 @@ class Input extends SvelteComponent {
|
|
|
25973
25976
|
const get_input_button_slot_changes$1 = dirty => ({});
|
|
25974
25977
|
const get_input_button_slot_context$1 = ctx => ({});
|
|
25975
25978
|
|
|
25976
|
-
function create_fragment$
|
|
25979
|
+
function create_fragment$x(ctx) {
|
|
25977
25980
|
let div1;
|
|
25978
25981
|
let input;
|
|
25979
25982
|
let updating_value;
|
|
@@ -26148,7 +26151,7 @@ function create_fragment$w(ctx) {
|
|
|
26148
26151
|
};
|
|
26149
26152
|
}
|
|
26150
26153
|
|
|
26151
|
-
function instance$
|
|
26154
|
+
function instance$x($$self, $$props, $$invalidate) {
|
|
26152
26155
|
let { $$slots: slots = {}, $$scope } = $$props;
|
|
26153
26156
|
let { checkValidity = null } = $$props;
|
|
26154
26157
|
let { forceValidityFailure = false } = $$props;
|
|
@@ -26219,7 +26222,7 @@ class Floating_label extends SvelteComponent {
|
|
|
26219
26222
|
constructor(options) {
|
|
26220
26223
|
super();
|
|
26221
26224
|
|
|
26222
|
-
init(this, options, instance$
|
|
26225
|
+
init(this, options, instance$x, create_fragment$x, safe_not_equal, {
|
|
26223
26226
|
checkValidity: 12,
|
|
26224
26227
|
forceValidityFailure: 2,
|
|
26225
26228
|
message: 3,
|
|
@@ -26241,7 +26244,7 @@ class Floating_label extends SvelteComponent {
|
|
|
26241
26244
|
const get_input_button_slot_changes = dirty => ({});
|
|
26242
26245
|
const get_input_button_slot_context = ctx => ({});
|
|
26243
26246
|
|
|
26244
|
-
function create_fragment$
|
|
26247
|
+
function create_fragment$w(ctx) {
|
|
26245
26248
|
let div1;
|
|
26246
26249
|
let input;
|
|
26247
26250
|
let updating_value;
|
|
@@ -26420,7 +26423,7 @@ function create_fragment$v(ctx) {
|
|
|
26420
26423
|
};
|
|
26421
26424
|
}
|
|
26422
26425
|
|
|
26423
|
-
function instance$
|
|
26426
|
+
function instance$w($$self, $$props, $$invalidate) {
|
|
26424
26427
|
let { $$slots: slots = {}, $$scope } = $$props;
|
|
26425
26428
|
let { checkValidity = null } = $$props;
|
|
26426
26429
|
let { forceValidityFailure = false } = $$props;
|
|
@@ -26494,7 +26497,7 @@ class Stacked_label extends SvelteComponent {
|
|
|
26494
26497
|
constructor(options) {
|
|
26495
26498
|
super();
|
|
26496
26499
|
|
|
26497
|
-
init(this, options, instance$
|
|
26500
|
+
init(this, options, instance$w, create_fragment$w, safe_not_equal, {
|
|
26498
26501
|
checkValidity: 13,
|
|
26499
26502
|
forceValidityFailure: 2,
|
|
26500
26503
|
isFirstInvalidInput: 3,
|
|
@@ -26515,7 +26518,7 @@ class Stacked_label extends SvelteComponent {
|
|
|
26515
26518
|
|
|
26516
26519
|
/* src/lib/components/icons/lock-icon.svelte generated by Svelte v3.55.1 */
|
|
26517
26520
|
|
|
26518
|
-
function create_fragment$
|
|
26521
|
+
function create_fragment$v(ctx) {
|
|
26519
26522
|
let svg;
|
|
26520
26523
|
let path0;
|
|
26521
26524
|
let path1;
|
|
@@ -26596,7 +26599,7 @@ function create_fragment$u(ctx) {
|
|
|
26596
26599
|
};
|
|
26597
26600
|
}
|
|
26598
26601
|
|
|
26599
|
-
function instance$
|
|
26602
|
+
function instance$v($$self, $$props, $$invalidate) {
|
|
26600
26603
|
let { $$slots: slots = {}, $$scope } = $$props;
|
|
26601
26604
|
let { classes = '' } = $$props;
|
|
26602
26605
|
let { size = '24px' } = $$props;
|
|
@@ -26613,13 +26616,13 @@ function instance$u($$self, $$props, $$invalidate) {
|
|
|
26613
26616
|
class Lock_icon extends SvelteComponent {
|
|
26614
26617
|
constructor(options) {
|
|
26615
26618
|
super();
|
|
26616
|
-
init(this, options, instance$
|
|
26619
|
+
init(this, options, instance$v, create_fragment$v, safe_not_equal, { classes: 0, size: 1 });
|
|
26617
26620
|
}
|
|
26618
26621
|
}
|
|
26619
26622
|
|
|
26620
26623
|
/* src/lib/journey/callbacks/kba/kba-create.svelte generated by Svelte v3.55.1 */
|
|
26621
26624
|
|
|
26622
|
-
function create_if_block$
|
|
26625
|
+
function create_if_block$d(ctx) {
|
|
26623
26626
|
let input;
|
|
26624
26627
|
let current;
|
|
26625
26628
|
|
|
@@ -26664,7 +26667,7 @@ function create_if_block$c(ctx) {
|
|
|
26664
26667
|
};
|
|
26665
26668
|
}
|
|
26666
26669
|
|
|
26667
|
-
function create_fragment$
|
|
26670
|
+
function create_fragment$u(ctx) {
|
|
26668
26671
|
let fieldset;
|
|
26669
26672
|
let legend;
|
|
26670
26673
|
let t0;
|
|
@@ -26700,7 +26703,7 @@ function create_fragment$t(ctx) {
|
|
|
26700
26703
|
}
|
|
26701
26704
|
});
|
|
26702
26705
|
|
|
26703
|
-
let if_block = /*displayCustomQuestionInput*/ ctx[3] && create_if_block$
|
|
26706
|
+
let if_block = /*displayCustomQuestionInput*/ ctx[3] && create_if_block$d(ctx);
|
|
26704
26707
|
|
|
26705
26708
|
function input_value_binding(value) {
|
|
26706
26709
|
/*input_value_binding*/ ctx[21](value);
|
|
@@ -26779,7 +26782,7 @@ function create_fragment$t(ctx) {
|
|
|
26779
26782
|
transition_in(if_block, 1);
|
|
26780
26783
|
}
|
|
26781
26784
|
} else {
|
|
26782
|
-
if_block = create_if_block$
|
|
26785
|
+
if_block = create_if_block$d(ctx);
|
|
26783
26786
|
if_block.c();
|
|
26784
26787
|
transition_in(if_block, 1);
|
|
26785
26788
|
if_block.m(fieldset, t6);
|
|
@@ -26837,7 +26840,7 @@ function create_fragment$t(ctx) {
|
|
|
26837
26840
|
};
|
|
26838
26841
|
}
|
|
26839
26842
|
|
|
26840
|
-
function instance$
|
|
26843
|
+
function instance$u($$self, $$props, $$invalidate) {
|
|
26841
26844
|
let $value;
|
|
26842
26845
|
const selfSubmitFunction = null;
|
|
26843
26846
|
const stepMetadata = null;
|
|
@@ -26993,7 +26996,7 @@ class Kba_create extends SvelteComponent {
|
|
|
26993
26996
|
constructor(options) {
|
|
26994
26997
|
super();
|
|
26995
26998
|
|
|
26996
|
-
init(this, options, instance$
|
|
26999
|
+
init(this, options, instance$u, create_fragment$u, safe_not_equal, {
|
|
26997
27000
|
selfSubmitFunction: 13,
|
|
26998
27001
|
stepMetadata: 14,
|
|
26999
27002
|
callback: 15,
|
|
@@ -27013,7 +27016,7 @@ class Kba_create extends SvelteComponent {
|
|
|
27013
27016
|
|
|
27014
27017
|
/* src/lib/journey/callbacks/username/name.svelte generated by Svelte v3.55.1 */
|
|
27015
27018
|
|
|
27016
|
-
function create_fragment$
|
|
27019
|
+
function create_fragment$t(ctx) {
|
|
27017
27020
|
let input;
|
|
27018
27021
|
let current;
|
|
27019
27022
|
|
|
@@ -27066,7 +27069,7 @@ function create_fragment$s(ctx) {
|
|
|
27066
27069
|
};
|
|
27067
27070
|
}
|
|
27068
27071
|
|
|
27069
|
-
function instance$
|
|
27072
|
+
function instance$t($$self, $$props, $$invalidate) {
|
|
27070
27073
|
const selfSubmitFunction = null;
|
|
27071
27074
|
const stepMetadata = null;
|
|
27072
27075
|
let { callback } = $$props;
|
|
@@ -27118,7 +27121,7 @@ class Name extends SvelteComponent {
|
|
|
27118
27121
|
constructor(options) {
|
|
27119
27122
|
super();
|
|
27120
27123
|
|
|
27121
|
-
init(this, options, instance$
|
|
27124
|
+
init(this, options, instance$t, create_fragment$t, safe_not_equal, {
|
|
27122
27125
|
selfSubmitFunction: 7,
|
|
27123
27126
|
stepMetadata: 8,
|
|
27124
27127
|
callback: 9,
|
|
@@ -27220,7 +27223,7 @@ function create_else_block$4(ctx) {
|
|
|
27220
27223
|
}
|
|
27221
27224
|
|
|
27222
27225
|
// (6:0) {#if !visible}
|
|
27223
|
-
function create_if_block$
|
|
27226
|
+
function create_if_block$c(ctx) {
|
|
27224
27227
|
let svg;
|
|
27225
27228
|
let path0;
|
|
27226
27229
|
let path1;
|
|
@@ -27301,12 +27304,12 @@ function create_if_block$b(ctx) {
|
|
|
27301
27304
|
};
|
|
27302
27305
|
}
|
|
27303
27306
|
|
|
27304
|
-
function create_fragment$
|
|
27307
|
+
function create_fragment$s(ctx) {
|
|
27305
27308
|
let current_block_type_index;
|
|
27306
27309
|
let if_block;
|
|
27307
27310
|
let if_block_anchor;
|
|
27308
27311
|
let current;
|
|
27309
|
-
const if_block_creators = [create_if_block$
|
|
27312
|
+
const if_block_creators = [create_if_block$c, create_else_block$4];
|
|
27310
27313
|
const if_blocks = [];
|
|
27311
27314
|
|
|
27312
27315
|
function select_block_type(ctx, dirty) {
|
|
@@ -27370,7 +27373,7 @@ function create_fragment$r(ctx) {
|
|
|
27370
27373
|
};
|
|
27371
27374
|
}
|
|
27372
27375
|
|
|
27373
|
-
function instance$
|
|
27376
|
+
function instance$s($$self, $$props, $$invalidate) {
|
|
27374
27377
|
let { $$slots: slots = {}, $$scope } = $$props;
|
|
27375
27378
|
let { classes = '' } = $$props;
|
|
27376
27379
|
let { size = '24px' } = $$props;
|
|
@@ -27389,7 +27392,7 @@ function instance$r($$self, $$props, $$invalidate) {
|
|
|
27389
27392
|
class Eye_icon extends SvelteComponent {
|
|
27390
27393
|
constructor(options) {
|
|
27391
27394
|
super();
|
|
27392
|
-
init(this, options, instance$
|
|
27395
|
+
init(this, options, instance$s, create_fragment$s, safe_not_equal, { classes: 0, size: 1, visible: 2 });
|
|
27393
27396
|
}
|
|
27394
27397
|
}
|
|
27395
27398
|
|
|
@@ -27443,7 +27446,7 @@ function create_default_slot_1$8(ctx) {
|
|
|
27443
27446
|
}
|
|
27444
27447
|
|
|
27445
27448
|
// (69:4) <EyeIcon classes="tw_password-icon dark:tw_password-icon_dark" visible={isVisible}>
|
|
27446
|
-
function create_default_slot$
|
|
27449
|
+
function create_default_slot$g(ctx) {
|
|
27447
27450
|
let t;
|
|
27448
27451
|
let current;
|
|
27449
27452
|
t = new Locale_strings({ props: { key: "showPassword" } });
|
|
@@ -27484,7 +27487,7 @@ function create_input_button_slot$1(ctx) {
|
|
|
27484
27487
|
props: {
|
|
27485
27488
|
classes: "tw_password-icon dark:tw_password-icon_dark",
|
|
27486
27489
|
visible: /*isVisible*/ ctx[6],
|
|
27487
|
-
$$slots: { default: [create_default_slot$
|
|
27490
|
+
$$slots: { default: [create_default_slot$g] },
|
|
27488
27491
|
$$scope: { ctx }
|
|
27489
27492
|
}
|
|
27490
27493
|
});
|
|
@@ -27535,7 +27538,7 @@ function create_input_button_slot$1(ctx) {
|
|
|
27535
27538
|
};
|
|
27536
27539
|
}
|
|
27537
27540
|
|
|
27538
|
-
function create_fragment$
|
|
27541
|
+
function create_fragment$r(ctx) {
|
|
27539
27542
|
let input;
|
|
27540
27543
|
let current;
|
|
27541
27544
|
|
|
@@ -27606,7 +27609,7 @@ function create_fragment$q(ctx) {
|
|
|
27606
27609
|
};
|
|
27607
27610
|
}
|
|
27608
27611
|
|
|
27609
|
-
function instance$
|
|
27612
|
+
function instance$r($$self, $$props, $$invalidate) {
|
|
27610
27613
|
let { $$slots: slots = {}, $$scope } = $$props;
|
|
27611
27614
|
let { forceValidityFailure = false } = $$props;
|
|
27612
27615
|
let { passwordsDoNotMatch = false } = $$props;
|
|
@@ -27693,7 +27696,7 @@ class Confirm_input extends SvelteComponent {
|
|
|
27693
27696
|
constructor(options) {
|
|
27694
27697
|
super();
|
|
27695
27698
|
|
|
27696
|
-
init(this, options, instance$
|
|
27699
|
+
init(this, options, instance$r, create_fragment$r, safe_not_equal, {
|
|
27697
27700
|
forceValidityFailure: 0,
|
|
27698
27701
|
passwordsDoNotMatch: 1,
|
|
27699
27702
|
isRequired: 2,
|
|
@@ -27756,7 +27759,7 @@ function create_default_slot_1$7(ctx) {
|
|
|
27756
27759
|
}
|
|
27757
27760
|
|
|
27758
27761
|
// (94:4) <EyeIcon classes="tw_password-icon dark:tw_password-icon_dark" visible={isVisible}>
|
|
27759
|
-
function create_default_slot$
|
|
27762
|
+
function create_default_slot$f(ctx) {
|
|
27760
27763
|
let t;
|
|
27761
27764
|
let current;
|
|
27762
27765
|
t = new Locale_strings({ props: { key: "showPassword" } });
|
|
@@ -27797,7 +27800,7 @@ function create_input_button_slot(ctx) {
|
|
|
27797
27800
|
props: {
|
|
27798
27801
|
classes: "tw_password-icon dark:tw_password-icon_dark",
|
|
27799
27802
|
visible: /*isVisible*/ ctx[10],
|
|
27800
|
-
$$slots: { default: [create_default_slot$
|
|
27803
|
+
$$slots: { default: [create_default_slot$f] },
|
|
27801
27804
|
$$scope: { ctx }
|
|
27802
27805
|
}
|
|
27803
27806
|
});
|
|
@@ -27849,7 +27852,7 @@ function create_input_button_slot(ctx) {
|
|
|
27849
27852
|
}
|
|
27850
27853
|
|
|
27851
27854
|
// (101:0) {#if callbackMetadata?.platform?.confirmPassword}
|
|
27852
|
-
function create_if_block$
|
|
27855
|
+
function create_if_block$b(ctx) {
|
|
27853
27856
|
let confirminput;
|
|
27854
27857
|
let current;
|
|
27855
27858
|
|
|
@@ -27900,7 +27903,7 @@ function create_if_block$a(ctx) {
|
|
|
27900
27903
|
};
|
|
27901
27904
|
}
|
|
27902
27905
|
|
|
27903
|
-
function create_fragment$
|
|
27906
|
+
function create_fragment$q(ctx) {
|
|
27904
27907
|
let input;
|
|
27905
27908
|
let t;
|
|
27906
27909
|
let if_block_anchor;
|
|
@@ -27931,7 +27934,7 @@ function create_fragment$p(ctx) {
|
|
|
27931
27934
|
}
|
|
27932
27935
|
});
|
|
27933
27936
|
|
|
27934
|
-
let if_block = /*callbackMetadata*/ ctx[1]?.platform?.confirmPassword && create_if_block$
|
|
27937
|
+
let if_block = /*callbackMetadata*/ ctx[1]?.platform?.confirmPassword && create_if_block$b(ctx);
|
|
27935
27938
|
|
|
27936
27939
|
return {
|
|
27937
27940
|
c() {
|
|
@@ -27980,7 +27983,7 @@ function create_fragment$p(ctx) {
|
|
|
27980
27983
|
transition_in(if_block, 1);
|
|
27981
27984
|
}
|
|
27982
27985
|
} else {
|
|
27983
|
-
if_block = create_if_block$
|
|
27986
|
+
if_block = create_if_block$b(ctx);
|
|
27984
27987
|
if_block.c();
|
|
27985
27988
|
transition_in(if_block, 1);
|
|
27986
27989
|
if_block.m(if_block_anchor.parentNode, if_block_anchor);
|
|
@@ -28015,7 +28018,7 @@ function create_fragment$p(ctx) {
|
|
|
28015
28018
|
};
|
|
28016
28019
|
}
|
|
28017
28020
|
|
|
28018
|
-
function instance$
|
|
28021
|
+
function instance$q($$self, $$props, $$invalidate) {
|
|
28019
28022
|
let { $$slots: slots = {}, $$scope } = $$props;
|
|
28020
28023
|
let { callback } = $$props;
|
|
28021
28024
|
let { callbackMetadata } = $$props;
|
|
@@ -28140,7 +28143,7 @@ class Base extends SvelteComponent {
|
|
|
28140
28143
|
constructor(options) {
|
|
28141
28144
|
super();
|
|
28142
28145
|
|
|
28143
|
-
init(this, options, instance$
|
|
28146
|
+
init(this, options, instance$q, create_fragment$q, safe_not_equal, {
|
|
28144
28147
|
callback: 18,
|
|
28145
28148
|
callbackMetadata: 1,
|
|
28146
28149
|
key: 0,
|
|
@@ -28155,7 +28158,7 @@ class Base extends SvelteComponent {
|
|
|
28155
28158
|
|
|
28156
28159
|
/* src/lib/journey/callbacks/password/password.svelte generated by Svelte v3.55.1 */
|
|
28157
28160
|
|
|
28158
|
-
function create_fragment$
|
|
28161
|
+
function create_fragment$p(ctx) {
|
|
28159
28162
|
let base;
|
|
28160
28163
|
let current;
|
|
28161
28164
|
|
|
@@ -28199,7 +28202,7 @@ function create_fragment$o(ctx) {
|
|
|
28199
28202
|
};
|
|
28200
28203
|
}
|
|
28201
28204
|
|
|
28202
|
-
function instance$
|
|
28205
|
+
function instance$p($$self, $$props, $$invalidate) {
|
|
28203
28206
|
const selfSubmitFunction = null;
|
|
28204
28207
|
const stepMetadata = null;
|
|
28205
28208
|
let { callback } = $$props;
|
|
@@ -28229,7 +28232,7 @@ class Password extends SvelteComponent {
|
|
|
28229
28232
|
constructor(options) {
|
|
28230
28233
|
super();
|
|
28231
28234
|
|
|
28232
|
-
init(this, options, instance$
|
|
28235
|
+
init(this, options, instance$p, create_fragment$p, safe_not_equal, {
|
|
28233
28236
|
selfSubmitFunction: 4,
|
|
28234
28237
|
stepMetadata: 5,
|
|
28235
28238
|
callback: 0,
|
|
@@ -28249,7 +28252,7 @@ class Password extends SvelteComponent {
|
|
|
28249
28252
|
|
|
28250
28253
|
/* src/lib/components/primitives/text/text.svelte generated by Svelte v3.55.1 */
|
|
28251
28254
|
|
|
28252
|
-
function create_fragment$
|
|
28255
|
+
function create_fragment$o(ctx) {
|
|
28253
28256
|
let p;
|
|
28254
28257
|
let p_class_value;
|
|
28255
28258
|
let current;
|
|
@@ -28307,7 +28310,7 @@ function create_fragment$n(ctx) {
|
|
|
28307
28310
|
};
|
|
28308
28311
|
}
|
|
28309
28312
|
|
|
28310
|
-
function instance$
|
|
28313
|
+
function instance$o($$self, $$props, $$invalidate) {
|
|
28311
28314
|
let { $$slots: slots = {}, $$scope } = $$props;
|
|
28312
28315
|
let { classes = '' } = $$props;
|
|
28313
28316
|
|
|
@@ -28322,13 +28325,13 @@ function instance$n($$self, $$props, $$invalidate) {
|
|
|
28322
28325
|
class Text extends SvelteComponent {
|
|
28323
28326
|
constructor(options) {
|
|
28324
28327
|
super();
|
|
28325
|
-
init(this, options, instance$
|
|
28328
|
+
init(this, options, instance$o, create_fragment$o, safe_not_equal, { classes: 0 });
|
|
28326
28329
|
}
|
|
28327
28330
|
}
|
|
28328
28331
|
|
|
28329
28332
|
/* src/lib/journey/callbacks/polling-wait/polling-wait.svelte generated by Svelte v3.55.1 */
|
|
28330
28333
|
|
|
28331
|
-
function create_default_slot$
|
|
28334
|
+
function create_default_slot$e(ctx) {
|
|
28332
28335
|
let t;
|
|
28333
28336
|
|
|
28334
28337
|
return {
|
|
@@ -28347,7 +28350,7 @@ function create_default_slot$d(ctx) {
|
|
|
28347
28350
|
};
|
|
28348
28351
|
}
|
|
28349
28352
|
|
|
28350
|
-
function create_fragment$
|
|
28353
|
+
function create_fragment$n(ctx) {
|
|
28351
28354
|
let div;
|
|
28352
28355
|
let spinner;
|
|
28353
28356
|
let t;
|
|
@@ -28363,7 +28366,7 @@ function create_fragment$m(ctx) {
|
|
|
28363
28366
|
|
|
28364
28367
|
text_1 = new Text({
|
|
28365
28368
|
props: {
|
|
28366
|
-
$$slots: { default: [create_default_slot$
|
|
28369
|
+
$$slots: { default: [create_default_slot$e] },
|
|
28367
28370
|
$$scope: { ctx }
|
|
28368
28371
|
}
|
|
28369
28372
|
});
|
|
@@ -28411,7 +28414,7 @@ function create_fragment$m(ctx) {
|
|
|
28411
28414
|
};
|
|
28412
28415
|
}
|
|
28413
28416
|
|
|
28414
|
-
function instance$
|
|
28417
|
+
function instance$n($$self, $$props, $$invalidate) {
|
|
28415
28418
|
const stepMetadata = null;
|
|
28416
28419
|
const style = {};
|
|
28417
28420
|
let { callback } = $$props;
|
|
@@ -28453,7 +28456,7 @@ class Polling_wait extends SvelteComponent {
|
|
|
28453
28456
|
constructor(options) {
|
|
28454
28457
|
super();
|
|
28455
28458
|
|
|
28456
|
-
init(this, options, instance$
|
|
28459
|
+
init(this, options, instance$n, create_fragment$n, safe_not_equal, {
|
|
28457
28460
|
stepMetadata: 3,
|
|
28458
28461
|
style: 4,
|
|
28459
28462
|
callback: 1,
|
|
@@ -28473,7 +28476,7 @@ class Polling_wait extends SvelteComponent {
|
|
|
28473
28476
|
|
|
28474
28477
|
/* src/lib/journey/callbacks/redirect/redirect.svelte generated by Svelte v3.55.1 */
|
|
28475
28478
|
|
|
28476
|
-
function create_default_slot$
|
|
28479
|
+
function create_default_slot$d(ctx) {
|
|
28477
28480
|
let t;
|
|
28478
28481
|
|
|
28479
28482
|
return {
|
|
@@ -28492,7 +28495,7 @@ function create_default_slot$c(ctx) {
|
|
|
28492
28495
|
};
|
|
28493
28496
|
}
|
|
28494
28497
|
|
|
28495
|
-
function create_fragment$
|
|
28498
|
+
function create_fragment$m(ctx) {
|
|
28496
28499
|
let div;
|
|
28497
28500
|
let spinner;
|
|
28498
28501
|
let t;
|
|
@@ -28508,7 +28511,7 @@ function create_fragment$l(ctx) {
|
|
|
28508
28511
|
|
|
28509
28512
|
text_1 = new Text({
|
|
28510
28513
|
props: {
|
|
28511
|
-
$$slots: { default: [create_default_slot$
|
|
28514
|
+
$$slots: { default: [create_default_slot$d] },
|
|
28512
28515
|
$$scope: { ctx }
|
|
28513
28516
|
}
|
|
28514
28517
|
});
|
|
@@ -28557,7 +28560,7 @@ function create_fragment$l(ctx) {
|
|
|
28557
28560
|
};
|
|
28558
28561
|
}
|
|
28559
28562
|
|
|
28560
|
-
function instance$
|
|
28563
|
+
function instance$m($$self, $$props, $$invalidate) {
|
|
28561
28564
|
const callbackMetadata = null;
|
|
28562
28565
|
const selfSubmitFunction = null;
|
|
28563
28566
|
const stepMetadata = null;
|
|
@@ -28584,7 +28587,7 @@ class Redirect extends SvelteComponent {
|
|
|
28584
28587
|
constructor(options) {
|
|
28585
28588
|
super();
|
|
28586
28589
|
|
|
28587
|
-
init(this, options, instance$
|
|
28590
|
+
init(this, options, instance$m, create_fragment$m, safe_not_equal, {
|
|
28588
28591
|
callbackMetadata: 1,
|
|
28589
28592
|
selfSubmitFunction: 2,
|
|
28590
28593
|
stepMetadata: 3,
|
|
@@ -28612,7 +28615,7 @@ class Redirect extends SvelteComponent {
|
|
|
28612
28615
|
|
|
28613
28616
|
/* src/lib/components/icons/apple-icon.svelte generated by Svelte v3.55.1 */
|
|
28614
28617
|
|
|
28615
|
-
function create_fragment$
|
|
28618
|
+
function create_fragment$l(ctx) {
|
|
28616
28619
|
let svg;
|
|
28617
28620
|
let path0;
|
|
28618
28621
|
let path1;
|
|
@@ -28657,7 +28660,7 @@ function create_fragment$k(ctx) {
|
|
|
28657
28660
|
};
|
|
28658
28661
|
}
|
|
28659
28662
|
|
|
28660
|
-
function instance$
|
|
28663
|
+
function instance$l($$self, $$props, $$invalidate) {
|
|
28661
28664
|
let { classes = '' } = $$props;
|
|
28662
28665
|
let { size = '24px' } = $$props;
|
|
28663
28666
|
|
|
@@ -28672,13 +28675,13 @@ function instance$k($$self, $$props, $$invalidate) {
|
|
|
28672
28675
|
class Apple_icon extends SvelteComponent {
|
|
28673
28676
|
constructor(options) {
|
|
28674
28677
|
super();
|
|
28675
|
-
init(this, options, instance$
|
|
28678
|
+
init(this, options, instance$l, create_fragment$l, safe_not_equal, { classes: 0, size: 1 });
|
|
28676
28679
|
}
|
|
28677
28680
|
}
|
|
28678
28681
|
|
|
28679
28682
|
/* src/lib/components/icons/facebook-icon.svelte generated by Svelte v3.55.1 */
|
|
28680
28683
|
|
|
28681
|
-
function create_fragment$
|
|
28684
|
+
function create_fragment$k(ctx) {
|
|
28682
28685
|
let svg;
|
|
28683
28686
|
let path;
|
|
28684
28687
|
|
|
@@ -28719,7 +28722,7 @@ function create_fragment$j(ctx) {
|
|
|
28719
28722
|
};
|
|
28720
28723
|
}
|
|
28721
28724
|
|
|
28722
|
-
function instance$
|
|
28725
|
+
function instance$k($$self, $$props, $$invalidate) {
|
|
28723
28726
|
let { classes = '' } = $$props;
|
|
28724
28727
|
let { size = '24px' } = $$props;
|
|
28725
28728
|
|
|
@@ -28734,13 +28737,13 @@ function instance$j($$self, $$props, $$invalidate) {
|
|
|
28734
28737
|
class Facebook_icon extends SvelteComponent {
|
|
28735
28738
|
constructor(options) {
|
|
28736
28739
|
super();
|
|
28737
|
-
init(this, options, instance$
|
|
28740
|
+
init(this, options, instance$k, create_fragment$k, safe_not_equal, { classes: 0, size: 1 });
|
|
28738
28741
|
}
|
|
28739
28742
|
}
|
|
28740
28743
|
|
|
28741
28744
|
/* src/lib/components/icons/google-icon.svelte generated by Svelte v3.55.1 */
|
|
28742
28745
|
|
|
28743
|
-
function create_fragment$
|
|
28746
|
+
function create_fragment$j(ctx) {
|
|
28744
28747
|
let svg;
|
|
28745
28748
|
let g;
|
|
28746
28749
|
let path0;
|
|
@@ -28805,7 +28808,7 @@ function create_fragment$i(ctx) {
|
|
|
28805
28808
|
};
|
|
28806
28809
|
}
|
|
28807
28810
|
|
|
28808
|
-
function instance$
|
|
28811
|
+
function instance$j($$self, $$props, $$invalidate) {
|
|
28809
28812
|
let { classes = '' } = $$props;
|
|
28810
28813
|
let { size = '24px' } = $$props;
|
|
28811
28814
|
|
|
@@ -28820,7 +28823,7 @@ function instance$i($$self, $$props, $$invalidate) {
|
|
|
28820
28823
|
class Google_icon extends SvelteComponent {
|
|
28821
28824
|
constructor(options) {
|
|
28822
28825
|
super();
|
|
28823
|
-
init(this, options, instance$
|
|
28826
|
+
init(this, options, instance$j, create_fragment$j, safe_not_equal, { classes: 0, size: 1 });
|
|
28824
28827
|
}
|
|
28825
28828
|
}
|
|
28826
28829
|
|
|
@@ -29311,14 +29314,14 @@ function create_each_block$5(ctx) {
|
|
|
29311
29314
|
}
|
|
29312
29315
|
|
|
29313
29316
|
// (81:0) {#if stepMetadata && stepMetadata.derived.numOfCallbacks > 1}
|
|
29314
|
-
function create_if_block$
|
|
29317
|
+
function create_if_block$a(ctx) {
|
|
29315
29318
|
let grid;
|
|
29316
29319
|
let current;
|
|
29317
29320
|
|
|
29318
29321
|
grid = new Grid({
|
|
29319
29322
|
props: {
|
|
29320
29323
|
num: 1,
|
|
29321
|
-
$$slots: { default: [create_default_slot$
|
|
29324
|
+
$$slots: { default: [create_default_slot$c] },
|
|
29322
29325
|
$$scope: { ctx }
|
|
29323
29326
|
}
|
|
29324
29327
|
});
|
|
@@ -29347,7 +29350,7 @@ function create_if_block$9(ctx) {
|
|
|
29347
29350
|
}
|
|
29348
29351
|
|
|
29349
29352
|
// (82:2) <Grid num={1}>
|
|
29350
|
-
function create_default_slot$
|
|
29353
|
+
function create_default_slot$c(ctx) {
|
|
29351
29354
|
let hr;
|
|
29352
29355
|
|
|
29353
29356
|
return {
|
|
@@ -29365,7 +29368,7 @@ function create_default_slot$b(ctx) {
|
|
|
29365
29368
|
};
|
|
29366
29369
|
}
|
|
29367
29370
|
|
|
29368
|
-
function create_fragment$
|
|
29371
|
+
function create_fragment$i(ctx) {
|
|
29369
29372
|
let t;
|
|
29370
29373
|
let if_block_anchor;
|
|
29371
29374
|
let current;
|
|
@@ -29380,7 +29383,7 @@ function create_fragment$h(ctx) {
|
|
|
29380
29383
|
each_blocks[i] = null;
|
|
29381
29384
|
});
|
|
29382
29385
|
|
|
29383
|
-
let if_block = /*stepMetadata*/ ctx[0] && /*stepMetadata*/ ctx[0].derived.numOfCallbacks > 1 && create_if_block$
|
|
29386
|
+
let if_block = /*stepMetadata*/ ctx[0] && /*stepMetadata*/ ctx[0].derived.numOfCallbacks > 1 && create_if_block$a(ctx);
|
|
29384
29387
|
|
|
29385
29388
|
return {
|
|
29386
29389
|
c() {
|
|
@@ -29436,7 +29439,7 @@ function create_fragment$h(ctx) {
|
|
|
29436
29439
|
transition_in(if_block, 1);
|
|
29437
29440
|
}
|
|
29438
29441
|
} else {
|
|
29439
|
-
if_block = create_if_block$
|
|
29442
|
+
if_block = create_if_block$a(ctx);
|
|
29440
29443
|
if_block.c();
|
|
29441
29444
|
transition_in(if_block, 1);
|
|
29442
29445
|
if_block.m(if_block_anchor.parentNode, if_block_anchor);
|
|
@@ -29480,7 +29483,7 @@ function create_fragment$h(ctx) {
|
|
|
29480
29483
|
};
|
|
29481
29484
|
}
|
|
29482
29485
|
|
|
29483
|
-
function instance$
|
|
29486
|
+
function instance$i($$self, $$props, $$invalidate) {
|
|
29484
29487
|
const style = {};
|
|
29485
29488
|
let { callback } = $$props;
|
|
29486
29489
|
let { callbackMetadata } = $$props;
|
|
@@ -29550,7 +29553,7 @@ class Select_idp extends SvelteComponent {
|
|
|
29550
29553
|
constructor(options) {
|
|
29551
29554
|
super();
|
|
29552
29555
|
|
|
29553
|
-
init(this, options, instance$
|
|
29556
|
+
init(this, options, instance$i, create_fragment$i, safe_not_equal, {
|
|
29554
29557
|
style: 4,
|
|
29555
29558
|
callback: 5,
|
|
29556
29559
|
callbackMetadata: 3,
|
|
@@ -29675,7 +29678,7 @@ function create_if_block_1$6(ctx) {
|
|
|
29675
29678
|
}
|
|
29676
29679
|
|
|
29677
29680
|
// (24:0) {#if simplifiedFailures.length}
|
|
29678
|
-
function create_if_block$
|
|
29681
|
+
function create_if_block$9(ctx) {
|
|
29679
29682
|
let div;
|
|
29680
29683
|
let p;
|
|
29681
29684
|
let t0;
|
|
@@ -29820,12 +29823,12 @@ function create_each_block$4(ctx) {
|
|
|
29820
29823
|
};
|
|
29821
29824
|
}
|
|
29822
29825
|
|
|
29823
|
-
function create_fragment$
|
|
29826
|
+
function create_fragment$h(ctx) {
|
|
29824
29827
|
let current_block_type_index;
|
|
29825
29828
|
let if_block;
|
|
29826
29829
|
let if_block_anchor;
|
|
29827
29830
|
let current;
|
|
29828
|
-
const if_block_creators = [create_if_block$
|
|
29831
|
+
const if_block_creators = [create_if_block$9, create_if_block_1$6];
|
|
29829
29832
|
const if_blocks = [];
|
|
29830
29833
|
|
|
29831
29834
|
function select_block_type(ctx, dirty) {
|
|
@@ -29906,7 +29909,7 @@ function create_fragment$g(ctx) {
|
|
|
29906
29909
|
};
|
|
29907
29910
|
}
|
|
29908
29911
|
|
|
29909
|
-
function instance$
|
|
29912
|
+
function instance$h($$self, $$props, $$invalidate) {
|
|
29910
29913
|
let { callback } = $$props;
|
|
29911
29914
|
let { key = undefined } = $$props;
|
|
29912
29915
|
let { label } = $$props;
|
|
@@ -29964,7 +29967,7 @@ class Policies extends SvelteComponent {
|
|
|
29964
29967
|
constructor(options) {
|
|
29965
29968
|
super();
|
|
29966
29969
|
|
|
29967
|
-
init(this, options, instance$
|
|
29970
|
+
init(this, options, instance$h, create_fragment$h, safe_not_equal, {
|
|
29968
29971
|
callback: 5,
|
|
29969
29972
|
key: 0,
|
|
29970
29973
|
label: 6,
|
|
@@ -29976,7 +29979,7 @@ class Policies extends SvelteComponent {
|
|
|
29976
29979
|
|
|
29977
29980
|
/* src/lib/journey/callbacks/string-attribute/string-attribute-input.svelte generated by Svelte v3.55.1 */
|
|
29978
29981
|
|
|
29979
|
-
function create_default_slot$
|
|
29982
|
+
function create_default_slot$b(ctx) {
|
|
29980
29983
|
let policies_1;
|
|
29981
29984
|
let current;
|
|
29982
29985
|
|
|
@@ -30019,7 +30022,7 @@ function create_default_slot$a(ctx) {
|
|
|
30019
30022
|
};
|
|
30020
30023
|
}
|
|
30021
30024
|
|
|
30022
|
-
function create_fragment$
|
|
30025
|
+
function create_fragment$g(ctx) {
|
|
30023
30026
|
let input;
|
|
30024
30027
|
let current;
|
|
30025
30028
|
|
|
@@ -30037,7 +30040,7 @@ function create_fragment$f(ctx) {
|
|
|
30037
30040
|
type: /*type*/ ctx[7],
|
|
30038
30041
|
showMessage: !!/*isInvalid*/ ctx[8],
|
|
30039
30042
|
value: /*previousValue*/ ctx[6],
|
|
30040
|
-
$$slots: { default: [create_default_slot$
|
|
30043
|
+
$$slots: { default: [create_default_slot$b] },
|
|
30041
30044
|
$$scope: { ctx }
|
|
30042
30045
|
}
|
|
30043
30046
|
});
|
|
@@ -30087,7 +30090,7 @@ function create_fragment$f(ctx) {
|
|
|
30087
30090
|
};
|
|
30088
30091
|
}
|
|
30089
30092
|
|
|
30090
|
-
function instance$
|
|
30093
|
+
function instance$g($$self, $$props, $$invalidate) {
|
|
30091
30094
|
const selfSubmitFunction = null;
|
|
30092
30095
|
const stepMetadata = null;
|
|
30093
30096
|
let { callback } = $$props;
|
|
@@ -30163,7 +30166,7 @@ class String_attribute_input extends SvelteComponent {
|
|
|
30163
30166
|
constructor(options) {
|
|
30164
30167
|
super();
|
|
30165
30168
|
|
|
30166
|
-
init(this, options, instance$
|
|
30169
|
+
init(this, options, instance$g, create_fragment$g, safe_not_equal, {
|
|
30167
30170
|
selfSubmitFunction: 11,
|
|
30168
30171
|
stepMetadata: 12,
|
|
30169
30172
|
callback: 0,
|
|
@@ -30183,7 +30186,7 @@ class String_attribute_input extends SvelteComponent {
|
|
|
30183
30186
|
|
|
30184
30187
|
/* src/lib/components/primitives/link/link.svelte generated by Svelte v3.55.1 */
|
|
30185
30188
|
|
|
30186
|
-
function create_fragment$
|
|
30189
|
+
function create_fragment$f(ctx) {
|
|
30187
30190
|
let a;
|
|
30188
30191
|
let a_class_value;
|
|
30189
30192
|
let current;
|
|
@@ -30251,7 +30254,7 @@ function create_fragment$e(ctx) {
|
|
|
30251
30254
|
};
|
|
30252
30255
|
}
|
|
30253
30256
|
|
|
30254
|
-
function instance$
|
|
30257
|
+
function instance$f($$self, $$props, $$invalidate) {
|
|
30255
30258
|
let { $$slots: slots = {}, $$scope } = $$props;
|
|
30256
30259
|
let { classes = '' } = $$props;
|
|
30257
30260
|
let { href } = $$props;
|
|
@@ -30270,7 +30273,7 @@ function instance$e($$self, $$props, $$invalidate) {
|
|
|
30270
30273
|
class Link extends SvelteComponent {
|
|
30271
30274
|
constructor(options) {
|
|
30272
30275
|
super();
|
|
30273
|
-
init(this, options, instance$
|
|
30276
|
+
init(this, options, instance$f, create_fragment$f, safe_not_equal, { classes: 0, href: 1, target: 2 });
|
|
30274
30277
|
}
|
|
30275
30278
|
}
|
|
30276
30279
|
|
|
@@ -30298,7 +30301,7 @@ function create_else_block$3(ctx) {
|
|
|
30298
30301
|
}
|
|
30299
30302
|
|
|
30300
30303
|
// (27:0) {#if $linksStore?.termsAndConditions}
|
|
30301
|
-
function create_if_block$
|
|
30304
|
+
function create_if_block$8(ctx) {
|
|
30302
30305
|
let link;
|
|
30303
30306
|
let t;
|
|
30304
30307
|
let checkbox;
|
|
@@ -30320,7 +30323,7 @@ function create_if_block$7(ctx) {
|
|
|
30320
30323
|
key: /*inputName*/ ctx[1],
|
|
30321
30324
|
onChange: /*setValue*/ ctx[4],
|
|
30322
30325
|
value: false,
|
|
30323
|
-
$$slots: { default: [create_default_slot$
|
|
30326
|
+
$$slots: { default: [create_default_slot$a] },
|
|
30324
30327
|
$$scope: { ctx }
|
|
30325
30328
|
}
|
|
30326
30329
|
});
|
|
@@ -30395,7 +30398,7 @@ function create_default_slot_1$5(ctx) {
|
|
|
30395
30398
|
}
|
|
30396
30399
|
|
|
30397
30400
|
// (31:2) <Checkbox isFirstInvalidInput={callbackMetadata?.derived.isFirstInvalidInput || false} key={inputName} onChange={setValue} value={false} >
|
|
30398
|
-
function create_default_slot$
|
|
30401
|
+
function create_default_slot$a(ctx) {
|
|
30399
30402
|
let t;
|
|
30400
30403
|
let current;
|
|
30401
30404
|
t = new Locale_strings({ props: { key: "termsAndConditions" } });
|
|
@@ -30424,12 +30427,12 @@ function create_default_slot$9(ctx) {
|
|
|
30424
30427
|
};
|
|
30425
30428
|
}
|
|
30426
30429
|
|
|
30427
|
-
function create_fragment$
|
|
30430
|
+
function create_fragment$e(ctx) {
|
|
30428
30431
|
let current_block_type_index;
|
|
30429
30432
|
let if_block;
|
|
30430
30433
|
let if_block_anchor;
|
|
30431
30434
|
let current;
|
|
30432
|
-
const if_block_creators = [create_if_block$
|
|
30435
|
+
const if_block_creators = [create_if_block$8, create_else_block$3];
|
|
30433
30436
|
const if_blocks = [];
|
|
30434
30437
|
|
|
30435
30438
|
function select_block_type(ctx, dirty) {
|
|
@@ -30493,7 +30496,7 @@ function create_fragment$d(ctx) {
|
|
|
30493
30496
|
};
|
|
30494
30497
|
}
|
|
30495
30498
|
|
|
30496
|
-
function instance$
|
|
30499
|
+
function instance$e($$self, $$props, $$invalidate) {
|
|
30497
30500
|
let $linksStore;
|
|
30498
30501
|
component_subscribe($$self, linksStore, $$value => $$invalidate(2, $linksStore = $$value));
|
|
30499
30502
|
const selfSubmitFunction = null;
|
|
@@ -30547,7 +30550,7 @@ class Terms_conditions extends SvelteComponent {
|
|
|
30547
30550
|
constructor(options) {
|
|
30548
30551
|
super();
|
|
30549
30552
|
|
|
30550
|
-
init(this, options, instance$
|
|
30553
|
+
init(this, options, instance$e, create_fragment$e, safe_not_equal, {
|
|
30551
30554
|
selfSubmitFunction: 5,
|
|
30552
30555
|
stepMetadata: 6,
|
|
30553
30556
|
style: 7,
|
|
@@ -30567,7 +30570,7 @@ class Terms_conditions extends SvelteComponent {
|
|
|
30567
30570
|
|
|
30568
30571
|
/* src/lib/journey/callbacks/text-output/text-output.svelte generated by Svelte v3.55.1 */
|
|
30569
30572
|
|
|
30570
|
-
function create_default_slot$
|
|
30573
|
+
function create_default_slot$9(ctx) {
|
|
30571
30574
|
let html_tag;
|
|
30572
30575
|
let html_anchor;
|
|
30573
30576
|
|
|
@@ -30591,14 +30594,14 @@ function create_default_slot$8(ctx) {
|
|
|
30591
30594
|
};
|
|
30592
30595
|
}
|
|
30593
30596
|
|
|
30594
|
-
function create_fragment$
|
|
30597
|
+
function create_fragment$d(ctx) {
|
|
30595
30598
|
let text_1;
|
|
30596
30599
|
let current;
|
|
30597
30600
|
|
|
30598
30601
|
text_1 = new Text({
|
|
30599
30602
|
props: {
|
|
30600
30603
|
classes: "tw_font-bold tw_mt-6",
|
|
30601
|
-
$$slots: { default: [create_default_slot$
|
|
30604
|
+
$$slots: { default: [create_default_slot$9] },
|
|
30602
30605
|
$$scope: { ctx }
|
|
30603
30606
|
}
|
|
30604
30607
|
});
|
|
@@ -30635,7 +30638,7 @@ function create_fragment$c(ctx) {
|
|
|
30635
30638
|
};
|
|
30636
30639
|
}
|
|
30637
30640
|
|
|
30638
|
-
function instance$
|
|
30641
|
+
function instance$d($$self, $$props, $$invalidate) {
|
|
30639
30642
|
const callbackMetadata = null;
|
|
30640
30643
|
const selfSubmitFunction = null;
|
|
30641
30644
|
const stepMetadata = null;
|
|
@@ -30672,7 +30675,7 @@ class Text_output extends SvelteComponent {
|
|
|
30672
30675
|
constructor(options) {
|
|
30673
30676
|
super();
|
|
30674
30677
|
|
|
30675
|
-
init(this, options, instance$
|
|
30678
|
+
init(this, options, instance$d, create_fragment$d, safe_not_equal, {
|
|
30676
30679
|
callbackMetadata: 1,
|
|
30677
30680
|
selfSubmitFunction: 2,
|
|
30678
30681
|
stepMetadata: 3,
|
|
@@ -30700,7 +30703,7 @@ class Text_output extends SvelteComponent {
|
|
|
30700
30703
|
|
|
30701
30704
|
/* src/lib/journey/callbacks/unknown/unknown.svelte generated by Svelte v3.55.1 */
|
|
30702
30705
|
|
|
30703
|
-
function create_fragment$
|
|
30706
|
+
function create_fragment$c(ctx) {
|
|
30704
30707
|
let p;
|
|
30705
30708
|
|
|
30706
30709
|
return {
|
|
@@ -30721,7 +30724,7 @@ function create_fragment$b(ctx) {
|
|
|
30721
30724
|
};
|
|
30722
30725
|
}
|
|
30723
30726
|
|
|
30724
|
-
function instance$
|
|
30727
|
+
function instance$c($$self, $$props, $$invalidate) {
|
|
30725
30728
|
const callbackMetadata = null;
|
|
30726
30729
|
const selfSubmitFunction = null;
|
|
30727
30730
|
const stepMetadata = null;
|
|
@@ -30740,7 +30743,7 @@ class Unknown extends SvelteComponent {
|
|
|
30740
30743
|
constructor(options) {
|
|
30741
30744
|
super();
|
|
30742
30745
|
|
|
30743
|
-
init(this, options, instance$
|
|
30746
|
+
init(this, options, instance$c, create_fragment$c, safe_not_equal, {
|
|
30744
30747
|
callbackMetadata: 1,
|
|
30745
30748
|
selfSubmitFunction: 2,
|
|
30746
30749
|
stepMetadata: 3,
|
|
@@ -30768,7 +30771,7 @@ class Unknown extends SvelteComponent {
|
|
|
30768
30771
|
|
|
30769
30772
|
/* src/lib/journey/callbacks/password/validated-create-password.svelte generated by Svelte v3.55.1 */
|
|
30770
30773
|
|
|
30771
|
-
function create_default_slot$
|
|
30774
|
+
function create_default_slot$8(ctx) {
|
|
30772
30775
|
let policies;
|
|
30773
30776
|
let current;
|
|
30774
30777
|
|
|
@@ -30810,7 +30813,7 @@ function create_default_slot$7(ctx) {
|
|
|
30810
30813
|
};
|
|
30811
30814
|
}
|
|
30812
30815
|
|
|
30813
|
-
function create_fragment$
|
|
30816
|
+
function create_fragment$b(ctx) {
|
|
30814
30817
|
let base;
|
|
30815
30818
|
let current;
|
|
30816
30819
|
|
|
@@ -30823,7 +30826,7 @@ function create_fragment$a(ctx) {
|
|
|
30823
30826
|
key: /*inputName*/ ctx[4],
|
|
30824
30827
|
showMessage: /*isInvalid*/ ctx[5],
|
|
30825
30828
|
style: /*style*/ ctx[2],
|
|
30826
|
-
$$slots: { default: [create_default_slot$
|
|
30829
|
+
$$slots: { default: [create_default_slot$8] },
|
|
30827
30830
|
$$scope: { ctx }
|
|
30828
30831
|
}
|
|
30829
30832
|
});
|
|
@@ -30866,7 +30869,7 @@ function create_fragment$a(ctx) {
|
|
|
30866
30869
|
};
|
|
30867
30870
|
}
|
|
30868
30871
|
|
|
30869
|
-
function instance$
|
|
30872
|
+
function instance$b($$self, $$props, $$invalidate) {
|
|
30870
30873
|
const selfSubmitFunction = null;
|
|
30871
30874
|
const stepMetadata = null;
|
|
30872
30875
|
let { callback } = $$props;
|
|
@@ -30918,7 +30921,7 @@ class Validated_create_password extends SvelteComponent {
|
|
|
30918
30921
|
constructor(options) {
|
|
30919
30922
|
super();
|
|
30920
30923
|
|
|
30921
|
-
init(this, options, instance$
|
|
30924
|
+
init(this, options, instance$b, create_fragment$b, safe_not_equal, {
|
|
30922
30925
|
selfSubmitFunction: 7,
|
|
30923
30926
|
stepMetadata: 8,
|
|
30924
30927
|
callback: 0,
|
|
@@ -30938,7 +30941,7 @@ class Validated_create_password extends SvelteComponent {
|
|
|
30938
30941
|
|
|
30939
30942
|
/* src/lib/journey/callbacks/username/validated-create-username.svelte generated by Svelte v3.55.1 */
|
|
30940
30943
|
|
|
30941
|
-
function create_default_slot$
|
|
30944
|
+
function create_default_slot$7(ctx) {
|
|
30942
30945
|
let policies;
|
|
30943
30946
|
let current;
|
|
30944
30947
|
|
|
@@ -30981,7 +30984,7 @@ function create_default_slot$6(ctx) {
|
|
|
30981
30984
|
};
|
|
30982
30985
|
}
|
|
30983
30986
|
|
|
30984
|
-
function create_fragment$
|
|
30987
|
+
function create_fragment$a(ctx) {
|
|
30985
30988
|
let input;
|
|
30986
30989
|
let current;
|
|
30987
30990
|
|
|
@@ -31001,7 +31004,7 @@ function create_fragment$9(ctx) {
|
|
|
31001
31004
|
value: typeof /*value*/ ctx[7] === 'string'
|
|
31002
31005
|
? /*value*/ ctx[7]
|
|
31003
31006
|
: '',
|
|
31004
|
-
$$slots: { default: [create_default_slot$
|
|
31007
|
+
$$slots: { default: [create_default_slot$7] },
|
|
31005
31008
|
$$scope: { ctx }
|
|
31006
31009
|
}
|
|
31007
31010
|
});
|
|
@@ -31051,7 +31054,7 @@ function create_fragment$9(ctx) {
|
|
|
31051
31054
|
};
|
|
31052
31055
|
}
|
|
31053
31056
|
|
|
31054
|
-
function instance$
|
|
31057
|
+
function instance$a($$self, $$props, $$invalidate) {
|
|
31055
31058
|
const selfSubmitFunction = null;
|
|
31056
31059
|
const stepMetadata = null;
|
|
31057
31060
|
let { callback } = $$props;
|
|
@@ -31116,7 +31119,7 @@ class Validated_create_username extends SvelteComponent {
|
|
|
31116
31119
|
constructor(options) {
|
|
31117
31120
|
super();
|
|
31118
31121
|
|
|
31119
|
-
init(this, options, instance$
|
|
31122
|
+
init(this, options, instance$a, create_fragment$a, safe_not_equal, {
|
|
31120
31123
|
selfSubmitFunction: 10,
|
|
31121
31124
|
stepMetadata: 11,
|
|
31122
31125
|
callback: 0,
|
|
@@ -31134,6 +31137,191 @@ class Validated_create_username extends SvelteComponent {
|
|
|
31134
31137
|
}
|
|
31135
31138
|
}
|
|
31136
31139
|
|
|
31140
|
+
/* src/lib/journey/callbacks/device-profile/device-profile.svelte generated by Svelte v3.55.1 */
|
|
31141
|
+
|
|
31142
|
+
function create_if_block$7(ctx) {
|
|
31143
|
+
let div;
|
|
31144
|
+
let spinner;
|
|
31145
|
+
let t;
|
|
31146
|
+
let text_1;
|
|
31147
|
+
let current;
|
|
31148
|
+
|
|
31149
|
+
spinner = new Spinner({
|
|
31150
|
+
props: {
|
|
31151
|
+
colorClass: "tw_text-primary-light",
|
|
31152
|
+
layoutClasses: "tw_h-24 tw_mb-6 tw_w-24"
|
|
31153
|
+
}
|
|
31154
|
+
});
|
|
31155
|
+
|
|
31156
|
+
text_1 = new Text({
|
|
31157
|
+
props: {
|
|
31158
|
+
$$slots: { default: [create_default_slot$6] },
|
|
31159
|
+
$$scope: { ctx }
|
|
31160
|
+
}
|
|
31161
|
+
});
|
|
31162
|
+
|
|
31163
|
+
return {
|
|
31164
|
+
c() {
|
|
31165
|
+
div = element("div");
|
|
31166
|
+
create_component(spinner.$$.fragment);
|
|
31167
|
+
t = space();
|
|
31168
|
+
create_component(text_1.$$.fragment);
|
|
31169
|
+
attr(div, "class", "tw_text-center tw_w-full tw_py-4");
|
|
31170
|
+
},
|
|
31171
|
+
m(target, anchor) {
|
|
31172
|
+
insert(target, div, anchor);
|
|
31173
|
+
mount_component(spinner, div, null);
|
|
31174
|
+
append(div, t);
|
|
31175
|
+
mount_component(text_1, div, null);
|
|
31176
|
+
current = true;
|
|
31177
|
+
},
|
|
31178
|
+
p(ctx, dirty) {
|
|
31179
|
+
const text_1_changes = {};
|
|
31180
|
+
|
|
31181
|
+
if (dirty & /*$$scope*/ 128) {
|
|
31182
|
+
text_1_changes.$$scope = { dirty, ctx };
|
|
31183
|
+
}
|
|
31184
|
+
|
|
31185
|
+
text_1.$set(text_1_changes);
|
|
31186
|
+
},
|
|
31187
|
+
i(local) {
|
|
31188
|
+
if (current) return;
|
|
31189
|
+
transition_in(spinner.$$.fragment, local);
|
|
31190
|
+
transition_in(text_1.$$.fragment, local);
|
|
31191
|
+
current = true;
|
|
31192
|
+
},
|
|
31193
|
+
o(local) {
|
|
31194
|
+
transition_out(spinner.$$.fragment, local);
|
|
31195
|
+
transition_out(text_1.$$.fragment, local);
|
|
31196
|
+
current = false;
|
|
31197
|
+
},
|
|
31198
|
+
d(detaching) {
|
|
31199
|
+
if (detaching) detach(div);
|
|
31200
|
+
destroy_component(spinner);
|
|
31201
|
+
destroy_component(text_1);
|
|
31202
|
+
}
|
|
31203
|
+
};
|
|
31204
|
+
}
|
|
31205
|
+
|
|
31206
|
+
// (26:4) <Text>
|
|
31207
|
+
function create_default_slot$6(ctx) {
|
|
31208
|
+
let t;
|
|
31209
|
+
|
|
31210
|
+
return {
|
|
31211
|
+
c() {
|
|
31212
|
+
t = text(/*deviceMessage*/ ctx[1]);
|
|
31213
|
+
},
|
|
31214
|
+
m(target, anchor) {
|
|
31215
|
+
insert(target, t, anchor);
|
|
31216
|
+
},
|
|
31217
|
+
p: noop,
|
|
31218
|
+
d(detaching) {
|
|
31219
|
+
if (detaching) detach(t);
|
|
31220
|
+
}
|
|
31221
|
+
};
|
|
31222
|
+
}
|
|
31223
|
+
|
|
31224
|
+
function create_fragment$9(ctx) {
|
|
31225
|
+
let if_block_anchor;
|
|
31226
|
+
let current;
|
|
31227
|
+
let if_block = /*stepMetadata*/ ctx[0]?.derived.numOfCallbacks === 1 && create_if_block$7(ctx);
|
|
31228
|
+
|
|
31229
|
+
return {
|
|
31230
|
+
c() {
|
|
31231
|
+
if (if_block) if_block.c();
|
|
31232
|
+
if_block_anchor = empty();
|
|
31233
|
+
},
|
|
31234
|
+
m(target, anchor) {
|
|
31235
|
+
if (if_block) if_block.m(target, anchor);
|
|
31236
|
+
insert(target, if_block_anchor, anchor);
|
|
31237
|
+
current = true;
|
|
31238
|
+
},
|
|
31239
|
+
p(ctx, [dirty]) {
|
|
31240
|
+
if (/*stepMetadata*/ ctx[0]?.derived.numOfCallbacks === 1) {
|
|
31241
|
+
if (if_block) {
|
|
31242
|
+
if_block.p(ctx, dirty);
|
|
31243
|
+
|
|
31244
|
+
if (dirty & /*stepMetadata*/ 1) {
|
|
31245
|
+
transition_in(if_block, 1);
|
|
31246
|
+
}
|
|
31247
|
+
} else {
|
|
31248
|
+
if_block = create_if_block$7(ctx);
|
|
31249
|
+
if_block.c();
|
|
31250
|
+
transition_in(if_block, 1);
|
|
31251
|
+
if_block.m(if_block_anchor.parentNode, if_block_anchor);
|
|
31252
|
+
}
|
|
31253
|
+
} else if (if_block) {
|
|
31254
|
+
group_outros();
|
|
31255
|
+
|
|
31256
|
+
transition_out(if_block, 1, 1, () => {
|
|
31257
|
+
if_block = null;
|
|
31258
|
+
});
|
|
31259
|
+
|
|
31260
|
+
check_outros();
|
|
31261
|
+
}
|
|
31262
|
+
},
|
|
31263
|
+
i(local) {
|
|
31264
|
+
if (current) return;
|
|
31265
|
+
transition_in(if_block);
|
|
31266
|
+
current = true;
|
|
31267
|
+
},
|
|
31268
|
+
o(local) {
|
|
31269
|
+
transition_out(if_block);
|
|
31270
|
+
current = false;
|
|
31271
|
+
},
|
|
31272
|
+
d(detaching) {
|
|
31273
|
+
if (if_block) if_block.d(detaching);
|
|
31274
|
+
if (detaching) detach(if_block_anchor);
|
|
31275
|
+
}
|
|
31276
|
+
};
|
|
31277
|
+
}
|
|
31278
|
+
|
|
31279
|
+
function instance$9($$self, $$props, $$invalidate) {
|
|
31280
|
+
let { callback } = $$props;
|
|
31281
|
+
let { callbackMetadata = null } = $$props;
|
|
31282
|
+
let { stepMetadata = null } = $$props;
|
|
31283
|
+
let { selfSubmitFunction } = $$props;
|
|
31284
|
+
const device = new FRDevice({});
|
|
31285
|
+
let deviceMessage = callback.getMessage();
|
|
31286
|
+
|
|
31287
|
+
async function initializeProfile() {
|
|
31288
|
+
const location = callback?.isLocationRequired() ?? false;
|
|
31289
|
+
const metadata = callback?.isMetadataRequired() ?? false;
|
|
31290
|
+
const profile = await device.getProfile({ location, metadata });
|
|
31291
|
+
callback.setProfile(profile);
|
|
31292
|
+
|
|
31293
|
+
if (callbackMetadata) {
|
|
31294
|
+
$$invalidate(2, callbackMetadata.derived.isReadyForSubmission = true, callbackMetadata);
|
|
31295
|
+
}
|
|
31296
|
+
|
|
31297
|
+
return selfSubmitFunction && selfSubmitFunction();
|
|
31298
|
+
}
|
|
31299
|
+
|
|
31300
|
+
initializeProfile();
|
|
31301
|
+
|
|
31302
|
+
$$self.$$set = $$props => {
|
|
31303
|
+
if ('callback' in $$props) $$invalidate(3, callback = $$props.callback);
|
|
31304
|
+
if ('callbackMetadata' in $$props) $$invalidate(2, callbackMetadata = $$props.callbackMetadata);
|
|
31305
|
+
if ('stepMetadata' in $$props) $$invalidate(0, stepMetadata = $$props.stepMetadata);
|
|
31306
|
+
if ('selfSubmitFunction' in $$props) $$invalidate(4, selfSubmitFunction = $$props.selfSubmitFunction);
|
|
31307
|
+
};
|
|
31308
|
+
|
|
31309
|
+
return [stepMetadata, deviceMessage, callbackMetadata, callback, selfSubmitFunction];
|
|
31310
|
+
}
|
|
31311
|
+
|
|
31312
|
+
class Device_profile extends SvelteComponent {
|
|
31313
|
+
constructor(options) {
|
|
31314
|
+
super();
|
|
31315
|
+
|
|
31316
|
+
init(this, options, instance$9, create_fragment$9, safe_not_equal, {
|
|
31317
|
+
callback: 3,
|
|
31318
|
+
callbackMetadata: 2,
|
|
31319
|
+
stepMetadata: 0,
|
|
31320
|
+
selfSubmitFunction: 4
|
|
31321
|
+
});
|
|
31322
|
+
}
|
|
31323
|
+
}
|
|
31324
|
+
|
|
31137
31325
|
/* src/lib/journey/_utilities/callback-mapper.svelte generated by Svelte v3.55.1 */
|
|
31138
31326
|
|
|
31139
31327
|
function get_else_ctx(ctx) {
|
|
@@ -31141,10 +31329,22 @@ function get_else_ctx(ctx) {
|
|
|
31141
31329
|
|
|
31142
31330
|
const constants_0 = {
|
|
31143
31331
|
.../*props*/ child_ctx[0],
|
|
31144
|
-
callback: /*_FRCallback*/ child_ctx[
|
|
31332
|
+
callback: /*_FRCallback*/ child_ctx[19]
|
|
31145
31333
|
};
|
|
31146
31334
|
|
|
31147
|
-
child_ctx[
|
|
31335
|
+
child_ctx[20] = constants_0;
|
|
31336
|
+
return child_ctx;
|
|
31337
|
+
}
|
|
31338
|
+
|
|
31339
|
+
function get_if_ctx_16(ctx) {
|
|
31340
|
+
const child_ctx = ctx.slice();
|
|
31341
|
+
|
|
31342
|
+
const constants_0 = {
|
|
31343
|
+
.../*props*/ child_ctx[0],
|
|
31344
|
+
callback: /*_DeviceProfileCallback*/ child_ctx[18]
|
|
31345
|
+
};
|
|
31346
|
+
|
|
31347
|
+
child_ctx[20] = constants_0;
|
|
31148
31348
|
return child_ctx;
|
|
31149
31349
|
}
|
|
31150
31350
|
|
|
@@ -31156,7 +31356,7 @@ function get_if_ctx_15(ctx) {
|
|
|
31156
31356
|
callback: /*_SuspendedTextOutputCallback*/ child_ctx[17]
|
|
31157
31357
|
};
|
|
31158
31358
|
|
|
31159
|
-
child_ctx[
|
|
31359
|
+
child_ctx[20] = constants_0;
|
|
31160
31360
|
return child_ctx;
|
|
31161
31361
|
}
|
|
31162
31362
|
|
|
@@ -31168,7 +31368,7 @@ function get_if_ctx_14(ctx) {
|
|
|
31168
31368
|
callback: /*_TextOutputCallback*/ child_ctx[16]
|
|
31169
31369
|
};
|
|
31170
31370
|
|
|
31171
|
-
child_ctx[
|
|
31371
|
+
child_ctx[20] = constants_0;
|
|
31172
31372
|
return child_ctx;
|
|
31173
31373
|
}
|
|
31174
31374
|
|
|
@@ -31180,7 +31380,7 @@ function get_if_ctx_13(ctx) {
|
|
|
31180
31380
|
callback: /*_TermsAndConditionsCallback*/ child_ctx[15]
|
|
31181
31381
|
};
|
|
31182
31382
|
|
|
31183
|
-
child_ctx[
|
|
31383
|
+
child_ctx[20] = constants_0;
|
|
31184
31384
|
return child_ctx;
|
|
31185
31385
|
}
|
|
31186
31386
|
|
|
@@ -31192,7 +31392,7 @@ function get_if_ctx_12(ctx) {
|
|
|
31192
31392
|
callback: /*_ValidatedCreateUsernameCallback*/ child_ctx[14]
|
|
31193
31393
|
};
|
|
31194
31394
|
|
|
31195
|
-
child_ctx[
|
|
31395
|
+
child_ctx[20] = constants_0;
|
|
31196
31396
|
return child_ctx;
|
|
31197
31397
|
}
|
|
31198
31398
|
|
|
@@ -31204,7 +31404,7 @@ function get_if_ctx_11(ctx) {
|
|
|
31204
31404
|
callback: /*_ValidatedCreatePasswordCallback*/ child_ctx[13]
|
|
31205
31405
|
};
|
|
31206
31406
|
|
|
31207
|
-
child_ctx[
|
|
31407
|
+
child_ctx[20] = constants_0;
|
|
31208
31408
|
return child_ctx;
|
|
31209
31409
|
}
|
|
31210
31410
|
|
|
@@ -31216,7 +31416,7 @@ function get_if_ctx_10(ctx) {
|
|
|
31216
31416
|
callback: /*_StringAttributeInputCallback*/ child_ctx[12]
|
|
31217
31417
|
};
|
|
31218
31418
|
|
|
31219
|
-
child_ctx[
|
|
31419
|
+
child_ctx[20] = constants_0;
|
|
31220
31420
|
return child_ctx;
|
|
31221
31421
|
}
|
|
31222
31422
|
|
|
@@ -31228,7 +31428,7 @@ function get_if_ctx_9(ctx) {
|
|
|
31228
31428
|
callback: /*_SelectIdPCallback*/ child_ctx[11]
|
|
31229
31429
|
};
|
|
31230
31430
|
|
|
31231
|
-
child_ctx[
|
|
31431
|
+
child_ctx[20] = constants_0;
|
|
31232
31432
|
return child_ctx;
|
|
31233
31433
|
}
|
|
31234
31434
|
|
|
@@ -31240,7 +31440,7 @@ function get_if_ctx_8(ctx) {
|
|
|
31240
31440
|
callback: /*_RedirectCallback*/ child_ctx[10]
|
|
31241
31441
|
};
|
|
31242
31442
|
|
|
31243
|
-
child_ctx[
|
|
31443
|
+
child_ctx[20] = constants_0;
|
|
31244
31444
|
return child_ctx;
|
|
31245
31445
|
}
|
|
31246
31446
|
|
|
@@ -31252,7 +31452,7 @@ function get_if_ctx_7(ctx) {
|
|
|
31252
31452
|
callback: /*_PollingWaitCallback*/ child_ctx[9]
|
|
31253
31453
|
};
|
|
31254
31454
|
|
|
31255
|
-
child_ctx[
|
|
31455
|
+
child_ctx[20] = constants_0;
|
|
31256
31456
|
return child_ctx;
|
|
31257
31457
|
}
|
|
31258
31458
|
|
|
@@ -31264,7 +31464,7 @@ function get_if_ctx_6(ctx) {
|
|
|
31264
31464
|
callback: /*_PasswordCallback*/ child_ctx[8]
|
|
31265
31465
|
};
|
|
31266
31466
|
|
|
31267
|
-
child_ctx[
|
|
31467
|
+
child_ctx[20] = constants_0;
|
|
31268
31468
|
return child_ctx;
|
|
31269
31469
|
}
|
|
31270
31470
|
|
|
@@ -31276,7 +31476,7 @@ function get_if_ctx_5(ctx) {
|
|
|
31276
31476
|
callback: /*_NameCallback*/ child_ctx[7]
|
|
31277
31477
|
};
|
|
31278
31478
|
|
|
31279
|
-
child_ctx[
|
|
31479
|
+
child_ctx[20] = constants_0;
|
|
31280
31480
|
return child_ctx;
|
|
31281
31481
|
}
|
|
31282
31482
|
|
|
@@ -31288,7 +31488,7 @@ function get_if_ctx_4(ctx) {
|
|
|
31288
31488
|
callback: /*_KbaCreateCallback*/ child_ctx[6]
|
|
31289
31489
|
};
|
|
31290
31490
|
|
|
31291
|
-
child_ctx[
|
|
31491
|
+
child_ctx[20] = constants_0;
|
|
31292
31492
|
return child_ctx;
|
|
31293
31493
|
}
|
|
31294
31494
|
|
|
@@ -31300,7 +31500,7 @@ function get_if_ctx_3(ctx) {
|
|
|
31300
31500
|
callback: /*_HiddenValueCallback*/ child_ctx[5]
|
|
31301
31501
|
};
|
|
31302
31502
|
|
|
31303
|
-
child_ctx[
|
|
31503
|
+
child_ctx[20] = constants_0;
|
|
31304
31504
|
return child_ctx;
|
|
31305
31505
|
}
|
|
31306
31506
|
|
|
@@ -31312,7 +31512,7 @@ function get_if_ctx_2(ctx) {
|
|
|
31312
31512
|
callback: /*_ConfirmationCallback*/ child_ctx[4]
|
|
31313
31513
|
};
|
|
31314
31514
|
|
|
31315
|
-
child_ctx[
|
|
31515
|
+
child_ctx[20] = constants_0;
|
|
31316
31516
|
return child_ctx;
|
|
31317
31517
|
}
|
|
31318
31518
|
|
|
@@ -31324,7 +31524,7 @@ function get_if_ctx_1(ctx) {
|
|
|
31324
31524
|
callback: /*_ChoiceCallback*/ child_ctx[3]
|
|
31325
31525
|
};
|
|
31326
31526
|
|
|
31327
|
-
child_ctx[
|
|
31527
|
+
child_ctx[20] = constants_0;
|
|
31328
31528
|
return child_ctx;
|
|
31329
31529
|
}
|
|
31330
31530
|
|
|
@@ -31336,15 +31536,15 @@ function get_if_ctx(ctx) {
|
|
|
31336
31536
|
callback: /*_BooleanAttributeInputCallback*/ child_ctx[2]
|
|
31337
31537
|
};
|
|
31338
31538
|
|
|
31339
|
-
child_ctx[
|
|
31539
|
+
child_ctx[20] = constants_0;
|
|
31340
31540
|
return child_ctx;
|
|
31341
31541
|
}
|
|
31342
31542
|
|
|
31343
|
-
// (
|
|
31543
|
+
// (209:0) {:else}
|
|
31344
31544
|
function create_else_block$2(ctx) {
|
|
31345
31545
|
let unknown;
|
|
31346
31546
|
let current;
|
|
31347
|
-
const unknown_spread_levels = [/*newProps*/ ctx[
|
|
31547
|
+
const unknown_spread_levels = [/*newProps*/ ctx[20]];
|
|
31348
31548
|
let unknown_props = {};
|
|
31349
31549
|
|
|
31350
31550
|
for (let i = 0; i < unknown_spread_levels.length; i += 1) {
|
|
@@ -31362,8 +31562,8 @@ function create_else_block$2(ctx) {
|
|
|
31362
31562
|
current = true;
|
|
31363
31563
|
},
|
|
31364
31564
|
p(ctx, dirty) {
|
|
31365
|
-
const unknown_changes = (dirty & /*props, _FRCallback*/
|
|
31366
|
-
? get_spread_update(unknown_spread_levels, [get_spread_object(/*newProps*/ ctx[
|
|
31565
|
+
const unknown_changes = (dirty & /*props, _FRCallback*/ 524289)
|
|
31566
|
+
? get_spread_update(unknown_spread_levels, [get_spread_object(/*newProps*/ ctx[20])])
|
|
31367
31567
|
: {};
|
|
31368
31568
|
|
|
31369
31569
|
unknown.$set(unknown_changes);
|
|
@@ -31383,11 +31583,54 @@ function create_else_block$2(ctx) {
|
|
|
31383
31583
|
};
|
|
31384
31584
|
}
|
|
31385
31585
|
|
|
31386
|
-
// (
|
|
31586
|
+
// (203:56)
|
|
31587
|
+
function create_if_block_16(ctx) {
|
|
31588
|
+
let deviceprofile;
|
|
31589
|
+
let current;
|
|
31590
|
+
const deviceprofile_spread_levels = [/*newProps*/ ctx[20]];
|
|
31591
|
+
let deviceprofile_props = {};
|
|
31592
|
+
|
|
31593
|
+
for (let i = 0; i < deviceprofile_spread_levels.length; i += 1) {
|
|
31594
|
+
deviceprofile_props = assign(deviceprofile_props, deviceprofile_spread_levels[i]);
|
|
31595
|
+
}
|
|
31596
|
+
|
|
31597
|
+
deviceprofile = new Device_profile({ props: deviceprofile_props });
|
|
31598
|
+
|
|
31599
|
+
return {
|
|
31600
|
+
c() {
|
|
31601
|
+
create_component(deviceprofile.$$.fragment);
|
|
31602
|
+
},
|
|
31603
|
+
m(target, anchor) {
|
|
31604
|
+
mount_component(deviceprofile, target, anchor);
|
|
31605
|
+
current = true;
|
|
31606
|
+
},
|
|
31607
|
+
p(ctx, dirty) {
|
|
31608
|
+
const deviceprofile_changes = (dirty & /*props, _DeviceProfileCallback*/ 262145)
|
|
31609
|
+
? get_spread_update(deviceprofile_spread_levels, [get_spread_object(/*newProps*/ ctx[20])])
|
|
31610
|
+
: {};
|
|
31611
|
+
|
|
31612
|
+
deviceprofile.$set(deviceprofile_changes);
|
|
31613
|
+
},
|
|
31614
|
+
i(local) {
|
|
31615
|
+
if (current) return;
|
|
31616
|
+
transition_in(deviceprofile.$$.fragment, local);
|
|
31617
|
+
current = true;
|
|
31618
|
+
},
|
|
31619
|
+
o(local) {
|
|
31620
|
+
transition_out(deviceprofile.$$.fragment, local);
|
|
31621
|
+
current = false;
|
|
31622
|
+
},
|
|
31623
|
+
d(detaching) {
|
|
31624
|
+
destroy_component(deviceprofile, detaching);
|
|
31625
|
+
}
|
|
31626
|
+
};
|
|
31627
|
+
}
|
|
31628
|
+
|
|
31629
|
+
// (197:62)
|
|
31387
31630
|
function create_if_block_15(ctx) {
|
|
31388
31631
|
let textoutput;
|
|
31389
31632
|
let current;
|
|
31390
|
-
const textoutput_spread_levels = [/*newProps*/ ctx[
|
|
31633
|
+
const textoutput_spread_levels = [/*newProps*/ ctx[20]];
|
|
31391
31634
|
let textoutput_props = {};
|
|
31392
31635
|
|
|
31393
31636
|
for (let i = 0; i < textoutput_spread_levels.length; i += 1) {
|
|
@@ -31406,7 +31649,7 @@ function create_if_block_15(ctx) {
|
|
|
31406
31649
|
},
|
|
31407
31650
|
p(ctx, dirty) {
|
|
31408
31651
|
const textoutput_changes = (dirty & /*props, _SuspendedTextOutputCallback*/ 131073)
|
|
31409
|
-
? get_spread_update(textoutput_spread_levels, [get_spread_object(/*newProps*/ ctx[
|
|
31652
|
+
? get_spread_update(textoutput_spread_levels, [get_spread_object(/*newProps*/ ctx[20])])
|
|
31410
31653
|
: {};
|
|
31411
31654
|
|
|
31412
31655
|
textoutput.$set(textoutput_changes);
|
|
@@ -31426,11 +31669,11 @@ function create_if_block_15(ctx) {
|
|
|
31426
31669
|
};
|
|
31427
31670
|
}
|
|
31428
31671
|
|
|
31429
|
-
// (
|
|
31672
|
+
// (191:53)
|
|
31430
31673
|
function create_if_block_14(ctx) {
|
|
31431
31674
|
let textoutput;
|
|
31432
31675
|
let current;
|
|
31433
|
-
const textoutput_spread_levels = [/*newProps*/ ctx[
|
|
31676
|
+
const textoutput_spread_levels = [/*newProps*/ ctx[20]];
|
|
31434
31677
|
let textoutput_props = {};
|
|
31435
31678
|
|
|
31436
31679
|
for (let i = 0; i < textoutput_spread_levels.length; i += 1) {
|
|
@@ -31449,7 +31692,7 @@ function create_if_block_14(ctx) {
|
|
|
31449
31692
|
},
|
|
31450
31693
|
p(ctx, dirty) {
|
|
31451
31694
|
const textoutput_changes = (dirty & /*props, _TextOutputCallback*/ 65537)
|
|
31452
|
-
? get_spread_update(textoutput_spread_levels, [get_spread_object(/*newProps*/ ctx[
|
|
31695
|
+
? get_spread_update(textoutput_spread_levels, [get_spread_object(/*newProps*/ ctx[20])])
|
|
31453
31696
|
: {};
|
|
31454
31697
|
|
|
31455
31698
|
textoutput.$set(textoutput_changes);
|
|
@@ -31469,11 +31712,11 @@ function create_if_block_14(ctx) {
|
|
|
31469
31712
|
};
|
|
31470
31713
|
}
|
|
31471
31714
|
|
|
31472
|
-
// (
|
|
31715
|
+
// (185:61)
|
|
31473
31716
|
function create_if_block_13(ctx) {
|
|
31474
31717
|
let termsconditions;
|
|
31475
31718
|
let current;
|
|
31476
|
-
const termsconditions_spread_levels = [/*newProps*/ ctx[
|
|
31719
|
+
const termsconditions_spread_levels = [/*newProps*/ ctx[20]];
|
|
31477
31720
|
let termsconditions_props = {};
|
|
31478
31721
|
|
|
31479
31722
|
for (let i = 0; i < termsconditions_spread_levels.length; i += 1) {
|
|
@@ -31492,7 +31735,7 @@ function create_if_block_13(ctx) {
|
|
|
31492
31735
|
},
|
|
31493
31736
|
p(ctx, dirty) {
|
|
31494
31737
|
const termsconditions_changes = (dirty & /*props, _TermsAndConditionsCallback*/ 32769)
|
|
31495
|
-
? get_spread_update(termsconditions_spread_levels, [get_spread_object(/*newProps*/ ctx[
|
|
31738
|
+
? get_spread_update(termsconditions_spread_levels, [get_spread_object(/*newProps*/ ctx[20])])
|
|
31496
31739
|
: {};
|
|
31497
31740
|
|
|
31498
31741
|
termsconditions.$set(termsconditions_changes);
|
|
@@ -31512,11 +31755,11 @@ function create_if_block_13(ctx) {
|
|
|
31512
31755
|
};
|
|
31513
31756
|
}
|
|
31514
31757
|
|
|
31515
|
-
// (
|
|
31758
|
+
// (179:66)
|
|
31516
31759
|
function create_if_block_12(ctx) {
|
|
31517
31760
|
let validatedcreateusername;
|
|
31518
31761
|
let current;
|
|
31519
|
-
const validatedcreateusername_spread_levels = [/*newProps*/ ctx[
|
|
31762
|
+
const validatedcreateusername_spread_levels = [/*newProps*/ ctx[20]];
|
|
31520
31763
|
let validatedcreateusername_props = {};
|
|
31521
31764
|
|
|
31522
31765
|
for (let i = 0; i < validatedcreateusername_spread_levels.length; i += 1) {
|
|
@@ -31535,7 +31778,7 @@ function create_if_block_12(ctx) {
|
|
|
31535
31778
|
},
|
|
31536
31779
|
p(ctx, dirty) {
|
|
31537
31780
|
const validatedcreateusername_changes = (dirty & /*props, _ValidatedCreateUsernameCallback*/ 16385)
|
|
31538
|
-
? get_spread_update(validatedcreateusername_spread_levels, [get_spread_object(/*newProps*/ ctx[
|
|
31781
|
+
? get_spread_update(validatedcreateusername_spread_levels, [get_spread_object(/*newProps*/ ctx[20])])
|
|
31539
31782
|
: {};
|
|
31540
31783
|
|
|
31541
31784
|
validatedcreateusername.$set(validatedcreateusername_changes);
|
|
@@ -31555,11 +31798,11 @@ function create_if_block_12(ctx) {
|
|
|
31555
31798
|
};
|
|
31556
31799
|
}
|
|
31557
31800
|
|
|
31558
|
-
// (
|
|
31801
|
+
// (173:66)
|
|
31559
31802
|
function create_if_block_11(ctx) {
|
|
31560
31803
|
let validatedcreatepassword;
|
|
31561
31804
|
let current;
|
|
31562
|
-
const validatedcreatepassword_spread_levels = [/*newProps*/ ctx[
|
|
31805
|
+
const validatedcreatepassword_spread_levels = [/*newProps*/ ctx[20]];
|
|
31563
31806
|
let validatedcreatepassword_props = {};
|
|
31564
31807
|
|
|
31565
31808
|
for (let i = 0; i < validatedcreatepassword_spread_levels.length; i += 1) {
|
|
@@ -31578,7 +31821,7 @@ function create_if_block_11(ctx) {
|
|
|
31578
31821
|
},
|
|
31579
31822
|
p(ctx, dirty) {
|
|
31580
31823
|
const validatedcreatepassword_changes = (dirty & /*props, _ValidatedCreatePasswordCallback*/ 8193)
|
|
31581
|
-
? get_spread_update(validatedcreatepassword_spread_levels, [get_spread_object(/*newProps*/ ctx[
|
|
31824
|
+
? get_spread_update(validatedcreatepassword_spread_levels, [get_spread_object(/*newProps*/ ctx[20])])
|
|
31582
31825
|
: {};
|
|
31583
31826
|
|
|
31584
31827
|
validatedcreatepassword.$set(validatedcreatepassword_changes);
|
|
@@ -31598,11 +31841,11 @@ function create_if_block_11(ctx) {
|
|
|
31598
31841
|
};
|
|
31599
31842
|
}
|
|
31600
31843
|
|
|
31601
|
-
// (
|
|
31844
|
+
// (167:63)
|
|
31602
31845
|
function create_if_block_10(ctx) {
|
|
31603
31846
|
let stringattributeinput;
|
|
31604
31847
|
let current;
|
|
31605
|
-
const stringattributeinput_spread_levels = [/*newProps*/ ctx[
|
|
31848
|
+
const stringattributeinput_spread_levels = [/*newProps*/ ctx[20]];
|
|
31606
31849
|
let stringattributeinput_props = {};
|
|
31607
31850
|
|
|
31608
31851
|
for (let i = 0; i < stringattributeinput_spread_levels.length; i += 1) {
|
|
@@ -31621,7 +31864,7 @@ function create_if_block_10(ctx) {
|
|
|
31621
31864
|
},
|
|
31622
31865
|
p(ctx, dirty) {
|
|
31623
31866
|
const stringattributeinput_changes = (dirty & /*props, _StringAttributeInputCallback*/ 4097)
|
|
31624
|
-
? get_spread_update(stringattributeinput_spread_levels, [get_spread_object(/*newProps*/ ctx[
|
|
31867
|
+
? get_spread_update(stringattributeinput_spread_levels, [get_spread_object(/*newProps*/ ctx[20])])
|
|
31625
31868
|
: {};
|
|
31626
31869
|
|
|
31627
31870
|
stringattributeinput.$set(stringattributeinput_changes);
|
|
@@ -31641,11 +31884,11 @@ function create_if_block_10(ctx) {
|
|
|
31641
31884
|
};
|
|
31642
31885
|
}
|
|
31643
31886
|
|
|
31644
|
-
// (
|
|
31887
|
+
// (161:52)
|
|
31645
31888
|
function create_if_block_9(ctx) {
|
|
31646
31889
|
let selectidp;
|
|
31647
31890
|
let current;
|
|
31648
|
-
const selectidp_spread_levels = [/*newProps*/ ctx[
|
|
31891
|
+
const selectidp_spread_levels = [/*newProps*/ ctx[20]];
|
|
31649
31892
|
let selectidp_props = {};
|
|
31650
31893
|
|
|
31651
31894
|
for (let i = 0; i < selectidp_spread_levels.length; i += 1) {
|
|
@@ -31664,7 +31907,7 @@ function create_if_block_9(ctx) {
|
|
|
31664
31907
|
},
|
|
31665
31908
|
p(ctx, dirty) {
|
|
31666
31909
|
const selectidp_changes = (dirty & /*props, _SelectIdPCallback*/ 2049)
|
|
31667
|
-
? get_spread_update(selectidp_spread_levels, [get_spread_object(/*newProps*/ ctx[
|
|
31910
|
+
? get_spread_update(selectidp_spread_levels, [get_spread_object(/*newProps*/ ctx[20])])
|
|
31668
31911
|
: {};
|
|
31669
31912
|
|
|
31670
31913
|
selectidp.$set(selectidp_changes);
|
|
@@ -31684,11 +31927,11 @@ function create_if_block_9(ctx) {
|
|
|
31684
31927
|
};
|
|
31685
31928
|
}
|
|
31686
31929
|
|
|
31687
|
-
// (
|
|
31930
|
+
// (155:51)
|
|
31688
31931
|
function create_if_block_8(ctx) {
|
|
31689
31932
|
let redirect;
|
|
31690
31933
|
let current;
|
|
31691
|
-
const redirect_spread_levels = [/*newProps*/ ctx[
|
|
31934
|
+
const redirect_spread_levels = [/*newProps*/ ctx[20]];
|
|
31692
31935
|
let redirect_props = {};
|
|
31693
31936
|
|
|
31694
31937
|
for (let i = 0; i < redirect_spread_levels.length; i += 1) {
|
|
@@ -31707,7 +31950,7 @@ function create_if_block_8(ctx) {
|
|
|
31707
31950
|
},
|
|
31708
31951
|
p(ctx, dirty) {
|
|
31709
31952
|
const redirect_changes = (dirty & /*props, _RedirectCallback*/ 1025)
|
|
31710
|
-
? get_spread_update(redirect_spread_levels, [get_spread_object(/*newProps*/ ctx[
|
|
31953
|
+
? get_spread_update(redirect_spread_levels, [get_spread_object(/*newProps*/ ctx[20])])
|
|
31711
31954
|
: {};
|
|
31712
31955
|
|
|
31713
31956
|
redirect.$set(redirect_changes);
|
|
@@ -31727,11 +31970,11 @@ function create_if_block_8(ctx) {
|
|
|
31727
31970
|
};
|
|
31728
31971
|
}
|
|
31729
31972
|
|
|
31730
|
-
// (
|
|
31973
|
+
// (149:54)
|
|
31731
31974
|
function create_if_block_7(ctx) {
|
|
31732
31975
|
let pollingwait;
|
|
31733
31976
|
let current;
|
|
31734
|
-
const pollingwait_spread_levels = [/*newProps*/ ctx[
|
|
31977
|
+
const pollingwait_spread_levels = [/*newProps*/ ctx[20]];
|
|
31735
31978
|
let pollingwait_props = {};
|
|
31736
31979
|
|
|
31737
31980
|
for (let i = 0; i < pollingwait_spread_levels.length; i += 1) {
|
|
@@ -31750,7 +31993,7 @@ function create_if_block_7(ctx) {
|
|
|
31750
31993
|
},
|
|
31751
31994
|
p(ctx, dirty) {
|
|
31752
31995
|
const pollingwait_changes = (dirty & /*props, _PollingWaitCallback*/ 513)
|
|
31753
|
-
? get_spread_update(pollingwait_spread_levels, [get_spread_object(/*newProps*/ ctx[
|
|
31996
|
+
? get_spread_update(pollingwait_spread_levels, [get_spread_object(/*newProps*/ ctx[20])])
|
|
31754
31997
|
: {};
|
|
31755
31998
|
|
|
31756
31999
|
pollingwait.$set(pollingwait_changes);
|
|
@@ -31770,11 +32013,11 @@ function create_if_block_7(ctx) {
|
|
|
31770
32013
|
};
|
|
31771
32014
|
}
|
|
31772
32015
|
|
|
31773
|
-
// (
|
|
32016
|
+
// (143:51)
|
|
31774
32017
|
function create_if_block_6(ctx) {
|
|
31775
32018
|
let password;
|
|
31776
32019
|
let current;
|
|
31777
|
-
const password_spread_levels = [/*newProps*/ ctx[
|
|
32020
|
+
const password_spread_levels = [/*newProps*/ ctx[20]];
|
|
31778
32021
|
let password_props = {};
|
|
31779
32022
|
|
|
31780
32023
|
for (let i = 0; i < password_spread_levels.length; i += 1) {
|
|
@@ -31793,7 +32036,7 @@ function create_if_block_6(ctx) {
|
|
|
31793
32036
|
},
|
|
31794
32037
|
p(ctx, dirty) {
|
|
31795
32038
|
const password_changes = (dirty & /*props, _PasswordCallback*/ 257)
|
|
31796
|
-
? get_spread_update(password_spread_levels, [get_spread_object(/*newProps*/ ctx[
|
|
32039
|
+
? get_spread_update(password_spread_levels, [get_spread_object(/*newProps*/ ctx[20])])
|
|
31797
32040
|
: {};
|
|
31798
32041
|
|
|
31799
32042
|
password.$set(password_changes);
|
|
@@ -31813,11 +32056,11 @@ function create_if_block_6(ctx) {
|
|
|
31813
32056
|
};
|
|
31814
32057
|
}
|
|
31815
32058
|
|
|
31816
|
-
// (
|
|
32059
|
+
// (137:47)
|
|
31817
32060
|
function create_if_block_5(ctx) {
|
|
31818
32061
|
let name;
|
|
31819
32062
|
let current;
|
|
31820
|
-
const name_spread_levels = [/*newProps*/ ctx[
|
|
32063
|
+
const name_spread_levels = [/*newProps*/ ctx[20]];
|
|
31821
32064
|
let name_props = {};
|
|
31822
32065
|
|
|
31823
32066
|
for (let i = 0; i < name_spread_levels.length; i += 1) {
|
|
@@ -31836,7 +32079,7 @@ function create_if_block_5(ctx) {
|
|
|
31836
32079
|
},
|
|
31837
32080
|
p(ctx, dirty) {
|
|
31838
32081
|
const name_changes = (dirty & /*props, _NameCallback*/ 129)
|
|
31839
|
-
? get_spread_update(name_spread_levels, [get_spread_object(/*newProps*/ ctx[
|
|
32082
|
+
? get_spread_update(name_spread_levels, [get_spread_object(/*newProps*/ ctx[20])])
|
|
31840
32083
|
: {};
|
|
31841
32084
|
|
|
31842
32085
|
name.$set(name_changes);
|
|
@@ -31856,11 +32099,11 @@ function create_if_block_5(ctx) {
|
|
|
31856
32099
|
};
|
|
31857
32100
|
}
|
|
31858
32101
|
|
|
31859
|
-
// (
|
|
32102
|
+
// (131:52)
|
|
31860
32103
|
function create_if_block_4$1(ctx) {
|
|
31861
32104
|
let kbacreate;
|
|
31862
32105
|
let current;
|
|
31863
|
-
const kbacreate_spread_levels = [/*newProps*/ ctx[
|
|
32106
|
+
const kbacreate_spread_levels = [/*newProps*/ ctx[20]];
|
|
31864
32107
|
let kbacreate_props = {};
|
|
31865
32108
|
|
|
31866
32109
|
for (let i = 0; i < kbacreate_spread_levels.length; i += 1) {
|
|
@@ -31879,7 +32122,7 @@ function create_if_block_4$1(ctx) {
|
|
|
31879
32122
|
},
|
|
31880
32123
|
p(ctx, dirty) {
|
|
31881
32124
|
const kbacreate_changes = (dirty & /*props, _KbaCreateCallback*/ 65)
|
|
31882
|
-
? get_spread_update(kbacreate_spread_levels, [get_spread_object(/*newProps*/ ctx[
|
|
32125
|
+
? get_spread_update(kbacreate_spread_levels, [get_spread_object(/*newProps*/ ctx[20])])
|
|
31883
32126
|
: {};
|
|
31884
32127
|
|
|
31885
32128
|
kbacreate.$set(kbacreate_changes);
|
|
@@ -31899,11 +32142,11 @@ function create_if_block_4$1(ctx) {
|
|
|
31899
32142
|
};
|
|
31900
32143
|
}
|
|
31901
32144
|
|
|
31902
|
-
// (
|
|
32145
|
+
// (125:54)
|
|
31903
32146
|
function create_if_block_3$4(ctx) {
|
|
31904
32147
|
let hiddenvalue;
|
|
31905
32148
|
let current;
|
|
31906
|
-
const hiddenvalue_spread_levels = [/*newProps*/ ctx[
|
|
32149
|
+
const hiddenvalue_spread_levels = [/*newProps*/ ctx[20]];
|
|
31907
32150
|
let hiddenvalue_props = {};
|
|
31908
32151
|
|
|
31909
32152
|
for (let i = 0; i < hiddenvalue_spread_levels.length; i += 1) {
|
|
@@ -31922,7 +32165,7 @@ function create_if_block_3$4(ctx) {
|
|
|
31922
32165
|
},
|
|
31923
32166
|
p(ctx, dirty) {
|
|
31924
32167
|
const hiddenvalue_changes = (dirty & /*props, _HiddenValueCallback*/ 33)
|
|
31925
|
-
? get_spread_update(hiddenvalue_spread_levels, [get_spread_object(/*newProps*/ ctx[
|
|
32168
|
+
? get_spread_update(hiddenvalue_spread_levels, [get_spread_object(/*newProps*/ ctx[20])])
|
|
31926
32169
|
: {};
|
|
31927
32170
|
|
|
31928
32171
|
hiddenvalue.$set(hiddenvalue_changes);
|
|
@@ -31942,11 +32185,11 @@ function create_if_block_3$4(ctx) {
|
|
|
31942
32185
|
};
|
|
31943
32186
|
}
|
|
31944
32187
|
|
|
31945
|
-
// (
|
|
32188
|
+
// (119:55)
|
|
31946
32189
|
function create_if_block_2$5(ctx) {
|
|
31947
32190
|
let confirmation;
|
|
31948
32191
|
let current;
|
|
31949
|
-
const confirmation_spread_levels = [/*newProps*/ ctx[
|
|
32192
|
+
const confirmation_spread_levels = [/*newProps*/ ctx[20]];
|
|
31950
32193
|
let confirmation_props = {};
|
|
31951
32194
|
|
|
31952
32195
|
for (let i = 0; i < confirmation_spread_levels.length; i += 1) {
|
|
@@ -31965,7 +32208,7 @@ function create_if_block_2$5(ctx) {
|
|
|
31965
32208
|
},
|
|
31966
32209
|
p(ctx, dirty) {
|
|
31967
32210
|
const confirmation_changes = (dirty & /*props, _ConfirmationCallback*/ 17)
|
|
31968
|
-
? get_spread_update(confirmation_spread_levels, [get_spread_object(/*newProps*/ ctx[
|
|
32211
|
+
? get_spread_update(confirmation_spread_levels, [get_spread_object(/*newProps*/ ctx[20])])
|
|
31969
32212
|
: {};
|
|
31970
32213
|
|
|
31971
32214
|
confirmation.$set(confirmation_changes);
|
|
@@ -31985,11 +32228,11 @@ function create_if_block_2$5(ctx) {
|
|
|
31985
32228
|
};
|
|
31986
32229
|
}
|
|
31987
32230
|
|
|
31988
|
-
// (
|
|
32231
|
+
// (113:49)
|
|
31989
32232
|
function create_if_block_1$5(ctx) {
|
|
31990
32233
|
let choice;
|
|
31991
32234
|
let current;
|
|
31992
|
-
const choice_spread_levels = [/*newProps*/ ctx[
|
|
32235
|
+
const choice_spread_levels = [/*newProps*/ ctx[20]];
|
|
31993
32236
|
let choice_props = {};
|
|
31994
32237
|
|
|
31995
32238
|
for (let i = 0; i < choice_spread_levels.length; i += 1) {
|
|
@@ -32008,7 +32251,7 @@ function create_if_block_1$5(ctx) {
|
|
|
32008
32251
|
},
|
|
32009
32252
|
p(ctx, dirty) {
|
|
32010
32253
|
const choice_changes = (dirty & /*props, _ChoiceCallback*/ 9)
|
|
32011
|
-
? get_spread_update(choice_spread_levels, [get_spread_object(/*newProps*/ ctx[
|
|
32254
|
+
? get_spread_update(choice_spread_levels, [get_spread_object(/*newProps*/ ctx[20])])
|
|
32012
32255
|
: {};
|
|
32013
32256
|
|
|
32014
32257
|
choice.$set(choice_changes);
|
|
@@ -32028,11 +32271,11 @@ function create_if_block_1$5(ctx) {
|
|
|
32028
32271
|
};
|
|
32029
32272
|
}
|
|
32030
32273
|
|
|
32031
|
-
// (
|
|
32274
|
+
// (107:0) {#if cbType === CallbackType.BooleanAttributeInputCallback}
|
|
32032
32275
|
function create_if_block$6(ctx) {
|
|
32033
32276
|
let boolean;
|
|
32034
32277
|
let current;
|
|
32035
|
-
const boolean_spread_levels = [/*newProps*/ ctx[
|
|
32278
|
+
const boolean_spread_levels = [/*newProps*/ ctx[20]];
|
|
32036
32279
|
let boolean_props = {};
|
|
32037
32280
|
|
|
32038
32281
|
for (let i = 0; i < boolean_spread_levels.length; i += 1) {
|
|
@@ -32051,7 +32294,7 @@ function create_if_block$6(ctx) {
|
|
|
32051
32294
|
},
|
|
32052
32295
|
p(ctx, dirty) {
|
|
32053
32296
|
const boolean_changes = (dirty & /*props, _BooleanAttributeInputCallback*/ 5)
|
|
32054
|
-
? get_spread_update(boolean_spread_levels, [get_spread_object(/*newProps*/ ctx[
|
|
32297
|
+
? get_spread_update(boolean_spread_levels, [get_spread_object(/*newProps*/ ctx[20])])
|
|
32055
32298
|
: {};
|
|
32056
32299
|
|
|
32057
32300
|
boolean.$set(boolean_changes);
|
|
@@ -32094,6 +32337,7 @@ function create_fragment$8(ctx) {
|
|
|
32094
32337
|
create_if_block_13,
|
|
32095
32338
|
create_if_block_14,
|
|
32096
32339
|
create_if_block_15,
|
|
32340
|
+
create_if_block_16,
|
|
32097
32341
|
create_else_block$2
|
|
32098
32342
|
];
|
|
32099
32343
|
|
|
@@ -32116,7 +32360,8 @@ function create_fragment$8(ctx) {
|
|
|
32116
32360
|
if (/*cbType*/ ctx[1] === CallbackType$1.TermsAndConditionsCallback) return 13;
|
|
32117
32361
|
if (/*cbType*/ ctx[1] === CallbackType$1.TextOutputCallback) return 14;
|
|
32118
32362
|
if (/*cbType*/ ctx[1] === CallbackType$1.SuspendedTextOutputCallback) return 15;
|
|
32119
|
-
return 16;
|
|
32363
|
+
if (/*cbType*/ ctx[1] === CallbackType$1.DeviceProfileCallback) return 16;
|
|
32364
|
+
return 17;
|
|
32120
32365
|
}
|
|
32121
32366
|
|
|
32122
32367
|
function select_block_ctx(ctx, index) {
|
|
@@ -32136,6 +32381,7 @@ function create_fragment$8(ctx) {
|
|
|
32136
32381
|
if (index === 13) return get_if_ctx_13(ctx);
|
|
32137
32382
|
if (index === 14) return get_if_ctx_14(ctx);
|
|
32138
32383
|
if (index === 15) return get_if_ctx_15(ctx);
|
|
32384
|
+
if (index === 16) return get_if_ctx_16(ctx);
|
|
32139
32385
|
return get_else_ctx(ctx);
|
|
32140
32386
|
}
|
|
32141
32387
|
|
|
@@ -32214,6 +32460,7 @@ function instance$8($$self, $$props, $$invalidate) {
|
|
|
32214
32460
|
let _TermsAndConditionsCallback;
|
|
32215
32461
|
let _TextOutputCallback;
|
|
32216
32462
|
let _SuspendedTextOutputCallback;
|
|
32463
|
+
let _DeviceProfileCallback;
|
|
32217
32464
|
let _FRCallback;
|
|
32218
32465
|
|
|
32219
32466
|
$$self.$$set = $$props => {
|
|
@@ -32274,8 +32521,11 @@ function instance$8($$self, $$props, $$invalidate) {
|
|
|
32274
32521
|
case CallbackType$1.SuspendedTextOutputCallback:
|
|
32275
32522
|
$$invalidate(17, _SuspendedTextOutputCallback = props.callback);
|
|
32276
32523
|
break;
|
|
32524
|
+
case CallbackType$1.DeviceProfileCallback:
|
|
32525
|
+
$$invalidate(18, _DeviceProfileCallback = props.callback);
|
|
32526
|
+
break;
|
|
32277
32527
|
default:
|
|
32278
|
-
$$invalidate(
|
|
32528
|
+
$$invalidate(19, _FRCallback = props.callback);
|
|
32279
32529
|
}
|
|
32280
32530
|
}
|
|
32281
32531
|
}
|
|
@@ -32300,6 +32550,7 @@ function instance$8($$self, $$props, $$invalidate) {
|
|
|
32300
32550
|
_TermsAndConditionsCallback,
|
|
32301
32551
|
_TextOutputCallback,
|
|
32302
32552
|
_SuspendedTextOutputCallback,
|
|
32553
|
+
_DeviceProfileCallback,
|
|
32303
32554
|
_FRCallback
|
|
32304
32555
|
];
|
|
32305
32556
|
}
|
|
@@ -32482,7 +32733,7 @@ function create_each_block$3(ctx) {
|
|
|
32482
32733
|
};
|
|
32483
32734
|
}
|
|
32484
32735
|
|
|
32485
|
-
// (104:2) {#if metadata?.step?.derived.isUserInputOptional || !metadata?.step?.derived.isStepSelfSubmittable}
|
|
32736
|
+
// (104:2) {#if metadata?.step?.derived.isUserInputOptional || !metadata?.step?.derived.isStepSelfSubmittable()}
|
|
32486
32737
|
function create_if_block$5(ctx) {
|
|
32487
32738
|
let button;
|
|
32488
32739
|
let current;
|
|
@@ -32573,6 +32824,7 @@ function create_default_slot$5(ctx) {
|
|
|
32573
32824
|
let t2;
|
|
32574
32825
|
let t3;
|
|
32575
32826
|
let t4;
|
|
32827
|
+
let show_if = /*metadata*/ ctx[4]?.step?.derived.isUserInputOptional || !/*metadata*/ ctx[4]?.step?.derived.isStepSelfSubmittable();
|
|
32576
32828
|
let t5;
|
|
32577
32829
|
let backto;
|
|
32578
32830
|
let current;
|
|
@@ -32604,7 +32856,7 @@ function create_default_slot$5(ctx) {
|
|
|
32604
32856
|
each_blocks[i] = null;
|
|
32605
32857
|
});
|
|
32606
32858
|
|
|
32607
|
-
let if_block2 =
|
|
32859
|
+
let if_block2 = show_if && create_if_block$5(ctx);
|
|
32608
32860
|
backto = new Back_to({ props: { journey: /*journey*/ ctx[3] } });
|
|
32609
32861
|
|
|
32610
32862
|
return {
|
|
@@ -32736,7 +32988,9 @@ function create_default_slot$5(ctx) {
|
|
|
32736
32988
|
check_outros();
|
|
32737
32989
|
}
|
|
32738
32990
|
|
|
32739
|
-
if (/*metadata*/ ctx[4]?.step?.derived.isUserInputOptional || !/*metadata*/ ctx[4]?.step?.derived.isStepSelfSubmittable)
|
|
32991
|
+
if (dirty & /*metadata*/ 16) show_if = /*metadata*/ ctx[4]?.step?.derived.isUserInputOptional || !/*metadata*/ ctx[4]?.step?.derived.isStepSelfSubmittable();
|
|
32992
|
+
|
|
32993
|
+
if (show_if) {
|
|
32740
32994
|
if (if_block2) {
|
|
32741
32995
|
if_block2.p(ctx, dirty);
|
|
32742
32996
|
|
|
@@ -32900,7 +33154,7 @@ function instance$7($$self, $$props, $$invalidate) {
|
|
|
32900
33154
|
// TODO: the below is more strict; all self-submitting cbs have to complete before submitting
|
|
32901
33155
|
// if (stepMetadata.isStepSelfSubmittable && isStepReadyToSubmit(callbackMetadataArray)) {
|
|
32902
33156
|
// The below variation is more liberal, first self-submittable cb to call this wins.
|
|
32903
|
-
if (metadata?.step?.derived.isStepSelfSubmittable) {
|
|
33157
|
+
if (metadata?.step?.derived.isStepSelfSubmittable()) {
|
|
32904
33158
|
submitFormWrapper();
|
|
32905
33159
|
}
|
|
32906
33160
|
}
|
|
@@ -33353,7 +33607,7 @@ function create_each_block$2(ctx) {
|
|
|
33353
33607
|
};
|
|
33354
33608
|
}
|
|
33355
33609
|
|
|
33356
|
-
// (72:2) {#if metadata?.step?.derived.isUserInputOptional || !metadata?.step?.derived.isStepSelfSubmittable}
|
|
33610
|
+
// (72:2) {#if metadata?.step?.derived.isUserInputOptional || !metadata?.step?.derived.isStepSelfSubmittable()}
|
|
33357
33611
|
function create_if_block$4(ctx) {
|
|
33358
33612
|
let button;
|
|
33359
33613
|
let current;
|
|
@@ -33437,6 +33691,7 @@ function create_default_slot$4(ctx) {
|
|
|
33437
33691
|
let t0;
|
|
33438
33692
|
let t1;
|
|
33439
33693
|
let t2;
|
|
33694
|
+
let show_if = /*metadata*/ ctx[4]?.step?.derived.isUserInputOptional || !/*metadata*/ ctx[4]?.step?.derived.isStepSelfSubmittable();
|
|
33440
33695
|
let if_block2_anchor;
|
|
33441
33696
|
let current;
|
|
33442
33697
|
let if_block0 = /*componentStyle*/ ctx[1] !== 'inline' && create_if_block_2$3(ctx);
|
|
@@ -33452,7 +33707,7 @@ function create_default_slot$4(ctx) {
|
|
|
33452
33707
|
each_blocks[i] = null;
|
|
33453
33708
|
});
|
|
33454
33709
|
|
|
33455
|
-
let if_block2 =
|
|
33710
|
+
let if_block2 = show_if && create_if_block$4(ctx);
|
|
33456
33711
|
|
|
33457
33712
|
return {
|
|
33458
33713
|
c() {
|
|
@@ -33558,7 +33813,9 @@ function create_default_slot$4(ctx) {
|
|
|
33558
33813
|
check_outros();
|
|
33559
33814
|
}
|
|
33560
33815
|
|
|
33561
|
-
if (/*metadata*/ ctx[4]?.step?.derived.isUserInputOptional || !/*metadata*/ ctx[4]?.step?.derived.isStepSelfSubmittable)
|
|
33816
|
+
if (dirty & /*metadata*/ 16) show_if = /*metadata*/ ctx[4]?.step?.derived.isUserInputOptional || !/*metadata*/ ctx[4]?.step?.derived.isStepSelfSubmittable();
|
|
33817
|
+
|
|
33818
|
+
if (show_if) {
|
|
33562
33819
|
if (if_block2) {
|
|
33563
33820
|
if_block2.p(ctx, dirty);
|
|
33564
33821
|
|
|
@@ -33696,7 +33953,7 @@ function instance$5($$self, $$props, $$invalidate) {
|
|
|
33696
33953
|
// TODO: the below is more strict; all self-submitting cbs have to complete before submitting
|
|
33697
33954
|
// if (stepMetadata.isStepSelfSubmittable && isStepReadyToSubmit(callbackMetadataArray)) {
|
|
33698
33955
|
// The below variation is more liberal first self-submittable cb to call this wins.
|
|
33699
|
-
if (metadata?.step?.derived.isStepSelfSubmittable) {
|
|
33956
|
+
if (metadata?.step?.derived.isStepSelfSubmittable()) {
|
|
33700
33957
|
form?.submit();
|
|
33701
33958
|
}
|
|
33702
33959
|
}
|
|
@@ -34119,7 +34376,7 @@ function create_each_block$1(ctx) {
|
|
|
34119
34376
|
};
|
|
34120
34377
|
}
|
|
34121
34378
|
|
|
34122
|
-
// (85:2) {#if metadata?.step?.derived.isUserInputOptional || !metadata?.step?.derived.isStepSelfSubmittable}
|
|
34379
|
+
// (85:2) {#if metadata?.step?.derived.isUserInputOptional || !metadata?.step?.derived.isStepSelfSubmittable()}
|
|
34123
34380
|
function create_if_block$3(ctx) {
|
|
34124
34381
|
let button;
|
|
34125
34382
|
let current;
|
|
@@ -34203,6 +34460,7 @@ function create_default_slot$3(ctx) {
|
|
|
34203
34460
|
let t0;
|
|
34204
34461
|
let t1;
|
|
34205
34462
|
let t2;
|
|
34463
|
+
let show_if = /*metadata*/ ctx[4]?.step?.derived.isUserInputOptional || !/*metadata*/ ctx[4]?.step?.derived.isStepSelfSubmittable();
|
|
34206
34464
|
let if_block2_anchor;
|
|
34207
34465
|
let current;
|
|
34208
34466
|
let if_block0 = /*componentStyle*/ ctx[1] !== 'inline' && create_if_block_2$2(ctx);
|
|
@@ -34218,7 +34476,7 @@ function create_default_slot$3(ctx) {
|
|
|
34218
34476
|
each_blocks[i] = null;
|
|
34219
34477
|
});
|
|
34220
34478
|
|
|
34221
|
-
let if_block2 =
|
|
34479
|
+
let if_block2 = show_if && create_if_block$3(ctx);
|
|
34222
34480
|
|
|
34223
34481
|
return {
|
|
34224
34482
|
c() {
|
|
@@ -34324,7 +34582,9 @@ function create_default_slot$3(ctx) {
|
|
|
34324
34582
|
check_outros();
|
|
34325
34583
|
}
|
|
34326
34584
|
|
|
34327
|
-
if (/*metadata*/ ctx[4]?.step?.derived.isUserInputOptional || !/*metadata*/ ctx[4]?.step?.derived.isStepSelfSubmittable)
|
|
34585
|
+
if (dirty & /*metadata*/ 16) show_if = /*metadata*/ ctx[4]?.step?.derived.isUserInputOptional || !/*metadata*/ ctx[4]?.step?.derived.isStepSelfSubmittable();
|
|
34586
|
+
|
|
34587
|
+
if (show_if) {
|
|
34328
34588
|
if (if_block2) {
|
|
34329
34589
|
if_block2.p(ctx, dirty);
|
|
34330
34590
|
|
|
@@ -34463,7 +34723,7 @@ function instance$3($$self, $$props, $$invalidate) {
|
|
|
34463
34723
|
// TODO: the below is more strict; all self-submitting cbs have to complete before submitting
|
|
34464
34724
|
// if (stepMetadata.isStepSelfSubmittable && isStepReadyToSubmit(callbackMetadataArray)) {
|
|
34465
34725
|
// The below variation is more liberal first self-submittable cb to call this wins.
|
|
34466
|
-
if (metadata?.step?.derived.isStepSelfSubmittable) {
|
|
34726
|
+
if (metadata?.step?.derived.isStepSelfSubmittable()) {
|
|
34467
34727
|
form?.submit();
|
|
34468
34728
|
}
|
|
34469
34729
|
}
|
|
@@ -34782,7 +35042,7 @@ function create_each_block(ctx) {
|
|
|
34782
35042
|
};
|
|
34783
35043
|
}
|
|
34784
35044
|
|
|
34785
|
-
// (74:2) {#if metadata?.step?.derived.isUserInputOptional || !metadata?.step?.derived.isStepSelfSubmittable}
|
|
35045
|
+
// (74:2) {#if metadata?.step?.derived.isUserInputOptional || !metadata?.step?.derived.isStepSelfSubmittable()}
|
|
34786
35046
|
function create_if_block_1$1(ctx) {
|
|
34787
35047
|
let button;
|
|
34788
35048
|
let current;
|
|
@@ -34948,6 +35208,7 @@ function create_default_slot$2(ctx) {
|
|
|
34948
35208
|
let t0;
|
|
34949
35209
|
let t1;
|
|
34950
35210
|
let t2;
|
|
35211
|
+
let show_if = /*metadata*/ ctx[4]?.step?.derived.isUserInputOptional || !/*metadata*/ ctx[4]?.step?.derived.isStepSelfSubmittable();
|
|
34951
35212
|
let t3;
|
|
34952
35213
|
let if_block3_anchor;
|
|
34953
35214
|
let current;
|
|
@@ -34964,7 +35225,7 @@ function create_default_slot$2(ctx) {
|
|
|
34964
35225
|
each_blocks[i] = null;
|
|
34965
35226
|
});
|
|
34966
35227
|
|
|
34967
|
-
let if_block2 =
|
|
35228
|
+
let if_block2 = show_if && create_if_block_1$1(ctx);
|
|
34968
35229
|
let if_block3 = /*componentStyle*/ ctx[1] !== 'inline' && create_if_block$2(ctx);
|
|
34969
35230
|
|
|
34970
35231
|
return {
|
|
@@ -35075,7 +35336,9 @@ function create_default_slot$2(ctx) {
|
|
|
35075
35336
|
check_outros();
|
|
35076
35337
|
}
|
|
35077
35338
|
|
|
35078
|
-
if (/*metadata*/ ctx[4]?.step?.derived.isUserInputOptional || !/*metadata*/ ctx[4]?.step?.derived.isStepSelfSubmittable)
|
|
35339
|
+
if (dirty & /*metadata*/ 16) show_if = /*metadata*/ ctx[4]?.step?.derived.isUserInputOptional || !/*metadata*/ ctx[4]?.step?.derived.isStepSelfSubmittable();
|
|
35340
|
+
|
|
35341
|
+
if (show_if) {
|
|
35079
35342
|
if (if_block2) {
|
|
35080
35343
|
if_block2.p(ctx, dirty);
|
|
35081
35344
|
|
|
@@ -35241,7 +35504,7 @@ function instance$2($$self, $$props, $$invalidate) {
|
|
|
35241
35504
|
// TODO: the below is more strict; all self-submitting cbs have to complete before submitting
|
|
35242
35505
|
// if (stepMetadata.isStepSelfSubmittable && isStepReadyToSubmit(callbackMetadataArray)) {
|
|
35243
35506
|
// The below variation is more liberal first self-submittable cb to call this wins.
|
|
35244
|
-
if (metadata?.step?.derived.isStepSelfSubmittable) {
|
|
35507
|
+
if (metadata?.step?.derived.isStepSelfSubmittable()) {
|
|
35245
35508
|
form?.submit();
|
|
35246
35509
|
}
|
|
35247
35510
|
}
|