@forgerock/login-widget 1.2.0-beta.10 → 1.2.0-beta.12
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 +14 -0
- package/index.cjs +9 -15
- package/index.cjs.map +1 -1
- package/index.d.ts +1 -1
- package/index.js +9 -15
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/types.d.ts +5 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
# [1.2.0-beta.12](https://github.com/forgerock/forgerock-web-login-framework/compare/v1.2.0-beta.11...v1.2.0-beta.12) (2023-12-15)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **tests:** repair tests from tenant migration ([13f41bb](https://github.com/forgerock/forgerock-web-login-framework/commit/13f41bb50fd3909721f9c9d20a0a44f043a1ed00))
|
|
7
|
+
|
|
8
|
+
# [1.2.0-beta.11](https://github.com/forgerock/forgerock-web-login-framework/compare/v1.2.0-beta.10...v1.2.0-beta.11) (2023-12-13)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **fixing-types:** journey-type-updates ([899d0ba](https://github.com/forgerock/forgerock-web-login-framework/commit/899d0ba7705ac586c6734bf6c30543fbbe1964fd))
|
|
14
|
+
|
|
1
15
|
# [1.2.0-beta.10](https://github.com/forgerock/forgerock-web-login-framework/compare/v1.2.0-beta.9...v1.2.0-beta.10) (2023-12-12)
|
|
2
16
|
|
|
3
17
|
|
package/index.cjs
CHANGED
|
@@ -11946,7 +11946,7 @@ const journeyStore = writable({
|
|
|
11946
11946
|
function initialize$4(initOptions) {
|
|
11947
11947
|
const stack = initializeStack();
|
|
11948
11948
|
let stepNumber = 0;
|
|
11949
|
-
async function next(prevStep
|
|
11949
|
+
async function next(prevStep, nextOptions, resumeUrl) {
|
|
11950
11950
|
if (!Config.get().serverConfig?.baseUrl) {
|
|
11951
11951
|
logErrorAndThrow('missingBaseUrl');
|
|
11952
11952
|
}
|
|
@@ -29849,7 +29849,7 @@ function get_each_context$4(ctx, list, i) {
|
|
|
29849
29849
|
return child_ctx;
|
|
29850
29850
|
}
|
|
29851
29851
|
|
|
29852
|
-
// (
|
|
29852
|
+
// (45:2) {#if componentStyle !== 'inline'}
|
|
29853
29853
|
function create_if_block_2$4(ctx) {
|
|
29854
29854
|
let t0;
|
|
29855
29855
|
let h1;
|
|
@@ -29936,7 +29936,7 @@ function create_if_block_2$4(ctx) {
|
|
|
29936
29936
|
};
|
|
29937
29937
|
}
|
|
29938
29938
|
|
|
29939
|
-
// (
|
|
29939
|
+
// (46:4) {#if form?.icon}
|
|
29940
29940
|
function create_if_block_3$3(ctx) {
|
|
29941
29941
|
let div;
|
|
29942
29942
|
let newusericon;
|
|
@@ -29976,7 +29976,7 @@ function create_if_block_3$3(ctx) {
|
|
|
29976
29976
|
};
|
|
29977
29977
|
}
|
|
29978
29978
|
|
|
29979
|
-
// (
|
|
29979
|
+
// (62:2) {#if form.message}
|
|
29980
29980
|
function create_if_block_1$5(ctx) {
|
|
29981
29981
|
let alert;
|
|
29982
29982
|
let current;
|
|
@@ -30024,7 +30024,7 @@ function create_if_block_1$5(ctx) {
|
|
|
30024
30024
|
};
|
|
30025
30025
|
}
|
|
30026
30026
|
|
|
30027
|
-
// (
|
|
30027
|
+
// (63:4) <Alert id="formFailureMessageAlert" needsFocus={alertNeedsFocus} type="error">
|
|
30028
30028
|
function create_default_slot_2$2(ctx) {
|
|
30029
30029
|
let t_value = interpolate(/*formMessageKey*/ ctx[7], null, /*form*/ ctx[2]?.message) + "";
|
|
30030
30030
|
let t;
|
|
@@ -30045,7 +30045,7 @@ function create_default_slot_2$2(ctx) {
|
|
|
30045
30045
|
};
|
|
30046
30046
|
}
|
|
30047
30047
|
|
|
30048
|
-
// (
|
|
30048
|
+
// (68:2) {#each step?.callbacks as callback, idx}
|
|
30049
30049
|
function create_each_block$4(ctx) {
|
|
30050
30050
|
let callbackmapper;
|
|
30051
30051
|
let current;
|
|
@@ -30098,7 +30098,7 @@ function create_each_block$4(ctx) {
|
|
|
30098
30098
|
};
|
|
30099
30099
|
}
|
|
30100
30100
|
|
|
30101
|
-
// (
|
|
30101
|
+
// (80:2) {#if metadata?.step?.derived.isUserInputOptional || !metadata?.step?.derived.isStepSelfSubmittable()}
|
|
30102
30102
|
function create_if_block$7(ctx) {
|
|
30103
30103
|
let button;
|
|
30104
30104
|
let current;
|
|
@@ -30147,7 +30147,7 @@ function create_if_block$7(ctx) {
|
|
|
30147
30147
|
};
|
|
30148
30148
|
}
|
|
30149
30149
|
|
|
30150
|
-
// (
|
|
30150
|
+
// (81:4) <Button busy={journey?.loading} style="primary" type="submit" width="full">
|
|
30151
30151
|
function create_default_slot_1$6(ctx) {
|
|
30152
30152
|
let t;
|
|
30153
30153
|
let current;
|
|
@@ -30177,7 +30177,7 @@ function create_default_slot_1$6(ctx) {
|
|
|
30177
30177
|
};
|
|
30178
30178
|
}
|
|
30179
30179
|
|
|
30180
|
-
// (
|
|
30180
|
+
// (44:0) <Form bind:formEl ariaDescribedBy="formFailureMessageAlert" onSubmitWhenValid={form?.submit}>
|
|
30181
30181
|
function create_default_slot$7(ctx) {
|
|
30182
30182
|
let t0;
|
|
30183
30183
|
let t1;
|
|
@@ -30462,12 +30462,6 @@ function instance$c($$self, $$props, $$invalidate) {
|
|
|
30462
30462
|
}
|
|
30463
30463
|
});
|
|
30464
30464
|
|
|
30465
|
-
onMount(() => {
|
|
30466
|
-
if (componentStyle === 'modal') {
|
|
30467
|
-
captureLinks(linkWrapper, journey);
|
|
30468
|
-
}
|
|
30469
|
-
});
|
|
30470
|
-
|
|
30471
30465
|
function p_binding($$value) {
|
|
30472
30466
|
binding_callbacks[$$value ? 'unshift' : 'push'](() => {
|
|
30473
30467
|
linkWrapper = $$value;
|