@eui/base 14.0.16-snapshot-1675721483519 → 14.0.16
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.
|
@@ -905,6 +905,8 @@
|
|
|
905
905
|
});
|
|
906
906
|
}
|
|
907
907
|
} else {
|
|
908
|
+
localStorage.setItem(OpenIdConnect.SESSION_STORAGE_KEY_ORIGINAL_URL, window.top.location.href);
|
|
909
|
+
|
|
908
910
|
// Automatically add the return URL:
|
|
909
911
|
if (redirectUrl.indexOf(OpenIdConnect.REQUEST_PARAMETER_DEVELOPMENT_URL) < 0) {
|
|
910
912
|
redirectUrl = redirectUrl + (redirectUrl.indexOf("?") >= 0 ? "&" : "?") + OpenIdConnect.REQUEST_PARAMETER_DEVELOPMENT_URL + "=" + encodeURIComponent(window.top.location.href);
|
package/docs/dependencies.html
CHANGED
|
@@ -110,6 +110,8 @@
|
|
|
110
110
|
<b>@typescript-eslint/eslint-plugin-tslint</b> : 5.49.0</li>
|
|
111
111
|
<li>
|
|
112
112
|
<b>eslint-plugin-import</b> : 2.27.5</li>
|
|
113
|
+
<li>
|
|
114
|
+
<b>jsdoc</b> : 3.6.11</li>
|
|
113
115
|
<li>
|
|
114
116
|
<b>@webcomponents/custom-elements</b> : 1.5.1</li>
|
|
115
117
|
<li>
|
|
@@ -165,17 +167,17 @@
|
|
|
165
167
|
<li>
|
|
166
168
|
<b>core-js</b> : 3.25.2</li>
|
|
167
169
|
<li>
|
|
168
|
-
<b>@ngrx/effects</b> : 14.3.
|
|
170
|
+
<b>@ngrx/effects</b> : 14.3.2</li>
|
|
169
171
|
<li>
|
|
170
|
-
<b>@ngrx/router-store</b> : 14.3.
|
|
172
|
+
<b>@ngrx/router-store</b> : 14.3.2</li>
|
|
171
173
|
<li>
|
|
172
|
-
<b>@ngrx/schematics</b> : 14.3.
|
|
174
|
+
<b>@ngrx/schematics</b> : 14.3.2</li>
|
|
173
175
|
<li>
|
|
174
|
-
<b>@ngrx/store</b> : 14.3.
|
|
176
|
+
<b>@ngrx/store</b> : 14.3.2</li>
|
|
175
177
|
<li>
|
|
176
|
-
<b>@ngrx/store-devtools</b> : 14.3.
|
|
178
|
+
<b>@ngrx/store-devtools</b> : 14.3.2</li>
|
|
177
179
|
<li>
|
|
178
|
-
<b>@ngrx/entity</b> : 14.3.
|
|
180
|
+
<b>@ngrx/entity</b> : 14.3.2</li>
|
|
179
181
|
<li>
|
|
180
182
|
<b>ngrx-store-freeze</b> : 0.2.4</li>
|
|
181
183
|
<li>
|