@eui/core 14.0.0-beta.1 → 14.0.0-rc.2
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/assets/i18n-eui/bg.json +113 -109
- package/assets/i18n-eui/cs.json +4 -0
- package/assets/i18n-eui/da.json +114 -110
- package/assets/i18n-eui/de.json +4 -0
- package/assets/i18n-eui/el.json +114 -110
- package/assets/i18n-eui/en.json +4 -0
- package/assets/i18n-eui/es.json +4 -0
- package/assets/i18n-eui/et.json +4 -0
- package/assets/i18n-eui/fi.json +5 -1
- package/assets/i18n-eui/fr.json +113 -109
- package/assets/i18n-eui/ga.json +5 -1
- package/assets/i18n-eui/hr.json +4 -0
- package/assets/i18n-eui/hu.json +4 -0
- package/assets/i18n-eui/it.json +113 -109
- package/assets/i18n-eui/lt.json +4 -0
- package/assets/i18n-eui/lv.json +4 -0
- package/assets/i18n-eui/mt.json +6 -2
- package/assets/i18n-eui/nl.json +5 -1
- package/assets/i18n-eui/pl.json +113 -109
- package/assets/i18n-eui/pt.json +7 -3
- package/assets/i18n-eui/ro.json +113 -109
- package/assets/i18n-eui/sk.json +4 -0
- package/assets/i18n-eui/sl.json +6 -2
- package/assets/i18n-eui/sv.json +6 -2
- package/docs/classes/ActivatedRouteAction.html +12 -1
- package/docs/classes/AddApiQueueItemAction.html +12 -1
- package/docs/classes/AddAppLoadedConfigModulesAction.html +12 -1
- package/docs/classes/ApiQueueServiceMock.html +12 -1
- package/docs/classes/AsyncStorageService.html +12 -1
- package/docs/classes/AsyncStorageServiceMock.html +12 -1
- package/docs/classes/EmptyApiQueueAction.html +12 -1
- package/docs/classes/EuiCoreRootGuardClass.html +12 -1
- package/docs/classes/EuiError.html +12 -1
- package/docs/classes/I18nResourceImpl.html +12 -1
- package/docs/classes/InitStoreAction.html +12 -1
- package/docs/classes/LogServiceMock.html +12 -1
- package/docs/classes/OpenIdConnectServiceMock.html +12 -1
- package/docs/classes/RemoveApiQueueItemAction.html +12 -1
- package/docs/classes/RouterMock.html +12 -1
- package/docs/classes/StorageService.html +12 -1
- package/docs/classes/StorageServiceMock.html +12 -1
- package/docs/classes/StoreMock.html +12 -1
- package/docs/classes/TranslateServiceMock.html +12 -1
- package/docs/classes/UpdateAppConnectionAction.html +12 -1
- package/docs/classes/UpdateAppStatusAction.html +12 -1
- package/docs/classes/UpdateAppVersionAction.html +12 -1
- package/docs/classes/UpdateCurrentModuleAction.html +12 -1
- package/docs/classes/UpdateI18nStateAction.html +12 -1
- package/docs/classes/UpdateLocaleStateAction.html +12 -1
- package/docs/classes/UpdateNotificationsListAction.html +12 -1
- package/docs/classes/UpdateUserDashboardAction.html +12 -1
- package/docs/classes/UpdateUserDetailsAction.html +12 -1
- package/docs/classes/UpdateUserPreferencesAction.html +12 -1
- package/docs/classes/UpdateUserRightsAction.html +12 -1
- package/docs/classes/UpdateUserStateAction.html +12 -1
- package/docs/classes/UxErrorManager.html +12 -1
- package/docs/classes/UxRootInjectorGuard.html +12 -1
- package/docs/dependencies.html +58 -49
- package/docs/directives/TranslateMockDirective.html +14 -2
- package/docs/index.html +12 -1
- package/docs/injectables/ApiQueueService.html +12 -1
- package/docs/injectables/CoreAppEffects.html +12 -1
- package/docs/injectables/EuiPermissionService.html +12 -1
- package/docs/injectables/GlobalErrorHandler.html +12 -1
- package/docs/injectables/I18nLoader.html +12 -1
- package/docs/injectables/I18nService.html +12 -1
- package/docs/injectables/I18nServiceMock.html +12 -1
- package/docs/injectables/LocalForageService.html +12 -1
- package/docs/injectables/LocalStorageService.html +12 -1
- package/docs/injectables/LocaleService.html +12 -1
- package/docs/injectables/LocaleServiceMock.html +12 -1
- package/docs/injectables/LogService.html +12 -1
- package/docs/injectables/OpenIdConnectService.html +12 -1
- package/docs/injectables/SessionStorageService.html +12 -1
- package/docs/injectables/StoreService.html +12 -1
- package/docs/injectables/StoreServiceMock.html +12 -1
- package/docs/injectables/UserService.html +12 -1
- package/docs/injectables/UserServiceMock.html +12 -1
- package/docs/injectables/UxAppShellService.html +12 -1
- package/docs/injectables/UxDynamicComponentService.html +13 -2
- package/docs/injectables/UxDynamicMenuService.html +13 -2
- package/docs/injectables/UxErrorFeedbackService.html +12 -1
- package/docs/injectables/UxTimezoneService.html +12 -1
- package/docs/interceptors/AddLangParamInterceptor.html +12 -1
- package/docs/interceptors/CachePreventionInterceptor.html +12 -1
- package/docs/interceptors/CorsSecurityInterceptor.html +12 -1
- package/docs/interceptors/CsrfPreventionInterceptor.html +12 -1
- package/docs/interceptors/EuLoginSessionTimeoutHandlingInterceptor.html +12 -1
- package/docs/interceptors/HttpErrorHandlerInterceptor.html +12 -1
- package/docs/interceptors/OpenIdConnectInterceptor.html +12 -1
- package/docs/interceptors/UxRequestErrorModelInterceptor.html +12 -1
- package/docs/interfaces/LoadedResources.html +12 -1
- package/docs/interfaces/LoadedResourcesError.html +12 -1
- package/docs/interfaces/ModuleLoadEvent.html +12 -1
- package/docs/interfaces/OpenIdConnectUserDetails.html +12 -1
- package/docs/interfaces/ResourceError.html +12 -1
- package/docs/interfaces/TimeZone.html +12 -1
- package/docs/interfaces/UIState.html +12 -1
- package/docs/js/menu-wc.js +11 -6
- package/docs/js/menu-wc_es5.js +4 -4
- package/docs/js/menu.js +62 -6
- package/docs/js/search/search_index.js +2 -2
- package/docs/license.html +12 -1
- package/docs/miscellaneous/enumerations.html +12 -1
- package/docs/miscellaneous/functions.html +12 -1
- package/docs/miscellaneous/typealiases.html +12 -1
- package/docs/miscellaneous/variables.html +12 -1
- package/docs/modules/CoreModule.html +12 -1
- package/docs/modules/I18nModule.html +12 -1
- package/docs/modules/LogModule.html +12 -1
- package/docs/modules/TranslateMockModule.html +12 -1
- package/docs/modules.html +16 -5
- package/docs/pipes/TranslateMockPipe.html +13 -2
- package/docs/properties.html +124 -0
- package/docs/styles/compodoc.css +79 -1
- package/docs/styles/dark.css +37 -33
- package/docs/styles/laravel.css +33 -35
- package/docs/styles/material.css +15 -17
- package/docs/styles/original.css +2 -4
- package/docs/styles/postmark.css +12 -14
- package/docs/styles/readthedocs.css +6 -8
- package/docs/styles/reset.css +115 -34
- package/docs/styles/stripe.css +33 -35
- package/docs/styles/vagrant.css +26 -28
- package/esm2020/lib/eui-core.module.mjs +5 -7
- package/esm2020/lib/interceptors/add-lang-param.interceptor.mjs +4 -4
- package/esm2020/lib/interceptors/cache-prevention.interceptor.mjs +4 -4
- package/esm2020/lib/interceptors/cors-security.interceptor.mjs +4 -4
- package/esm2020/lib/interceptors/csrf-prevention.interceptor.mjs +4 -4
- package/esm2020/lib/interceptors/eu-login-session-timeout-handling.interceptor.mjs +17 -11
- package/esm2020/lib/interceptors/openid/openid-connect.interceptor.mjs +4 -4
- package/esm2020/lib/interceptors/openid/openid-connect.service.mjs +36 -37
- package/esm2020/lib/interceptors/ux-request-error-model.interceptor.mjs +4 -4
- package/esm2020/lib/services/app/eui-init-app.mjs +16 -4
- package/esm2020/lib/services/config/tokens.mjs +3 -3
- package/esm2020/lib/services/errors/global-error-handler.mjs +4 -4
- package/esm2020/lib/services/errors/http-error-handler.interceptor.mjs +4 -4
- package/esm2020/lib/services/i18n/i18n.loader.mjs +4 -4
- package/esm2020/lib/services/i18n/i18n.service.mjs +17 -5
- package/esm2020/lib/services/i18n/i18n.service.mock.mjs +4 -4
- package/esm2020/lib/services/locale/locale.service.mjs +4 -4
- package/esm2020/lib/services/log/log.module.mjs +5 -5
- package/esm2020/lib/services/log/log.service.mjs +4 -4
- package/esm2020/lib/services/permission/permission.service.mjs +4 -4
- package/esm2020/lib/services/queue/api-queue.service.mjs +4 -4
- package/esm2020/lib/services/storage/local-forage.service.mjs +4 -4
- package/esm2020/lib/services/storage/local-storage.service.mjs +4 -4
- package/esm2020/lib/services/storage/session-storage.service.mjs +4 -4
- package/esm2020/lib/services/store/effects/app.effects.mjs +4 -4
- package/esm2020/lib/services/store/store.service.mjs +4 -4
- package/esm2020/lib/services/store/store.service.mock.mjs +4 -4
- package/esm2020/lib/services/user/user.service.mjs +4 -4
- package/esm2020/lib/services/user/user.service.mock.mjs +4 -4
- package/esm2020/lib/services/ux-app-shell.service.mjs +4 -4
- package/esm2020/lib/services/ux-dynamic-component/ux-dynamic-component.service.mjs +7 -6
- package/esm2020/lib/services/ux-dynamic-menu/ux-dynamic-menu.service.mjs +4 -4
- package/esm2020/lib/services/ux-error-feedback/ux-error-feedback.service.mjs +4 -4
- package/esm2020/lib/services/ux-timezone.service.mjs +4 -4
- package/fesm2015/eui-core.mjs +172 -145
- package/fesm2015/eui-core.mjs.map +1 -1
- package/fesm2020/eui-core.mjs +172 -145
- package/fesm2020/eui-core.mjs.map +1 -1
- package/lib/helpers/form-helpers.d.ts +2 -2
- package/lib/interceptors/eu-login-session-timeout-handling.interceptor.d.ts.map +1 -1
- package/lib/interceptors/openid/openid-connect.service.d.ts.map +1 -1
- package/lib/services/app/eui-init-app.d.ts.map +1 -1
- package/lib/services/i18n/i18n.service.d.ts.map +1 -1
- package/lib/services/ux-dynamic-component/ux-dynamic-component.service.d.ts +1 -1
- package/lib/services/ux-dynamic-component/ux-dynamic-component.service.d.ts.map +1 -1
- package/package.json +4 -4
- package/eui-core.d.ts +0 -6
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
<link rel="icon" type="image/x-icon" href="../images/favicon.ico">
|
|
11
11
|
<link rel="stylesheet" href="../styles/style.css">
|
|
12
|
-
<link rel="stylesheet" href="../styles/dark.css"
|
|
12
|
+
<link rel="stylesheet" href="../styles/dark.css">
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -38,6 +38,7 @@
|
|
|
38
38
|
|
|
39
39
|
|
|
40
40
|
|
|
41
|
+
|
|
41
42
|
<ol class="breadcrumb">
|
|
42
43
|
<li>Injectables</li>
|
|
43
44
|
<li >UxTimezoneService</li>
|
|
@@ -316,6 +317,7 @@
|
|
|
316
317
|
|
|
317
318
|
|
|
318
319
|
|
|
320
|
+
|
|
319
321
|
</div><div class="search-results">
|
|
320
322
|
<div class="has-results">
|
|
321
323
|
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
@@ -330,6 +332,15 @@
|
|
|
330
332
|
</div>
|
|
331
333
|
</div>
|
|
332
334
|
|
|
335
|
+
<label class="dark-mode-switch">
|
|
336
|
+
<input type="checkbox">
|
|
337
|
+
<span class="slider">
|
|
338
|
+
<svg class="slider-icon" viewBox="0 0 24 24" fill="none" height="20" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" width="20" xmlns="http://www.w3.org/2000/svg">
|
|
339
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
340
|
+
</svg>
|
|
341
|
+
</span>
|
|
342
|
+
</label>
|
|
343
|
+
|
|
333
344
|
<script>
|
|
334
345
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
335
346
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'injectable';
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
<link rel="icon" type="image/x-icon" href="../images/favicon.ico">
|
|
11
11
|
<link rel="stylesheet" href="../styles/style.css">
|
|
12
|
-
<link rel="stylesheet" href="../styles/dark.css"
|
|
12
|
+
<link rel="stylesheet" href="../styles/dark.css">
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -39,6 +39,7 @@
|
|
|
39
39
|
|
|
40
40
|
|
|
41
41
|
|
|
42
|
+
|
|
42
43
|
<ol class="breadcrumb">
|
|
43
44
|
<li>Interceptors</li>
|
|
44
45
|
<li >AddLangParamInterceptor</li>
|
|
@@ -239,6 +240,7 @@ Add the header (LANG_PARAM_KEY, <language parameter>) to your request http heade
|
|
|
239
240
|
|
|
240
241
|
|
|
241
242
|
|
|
243
|
+
|
|
242
244
|
</div><div class="search-results">
|
|
243
245
|
<div class="has-results">
|
|
244
246
|
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
@@ -253,6 +255,15 @@ Add the header (LANG_PARAM_KEY, <language parameter>) to your request http heade
|
|
|
253
255
|
</div>
|
|
254
256
|
</div>
|
|
255
257
|
|
|
258
|
+
<label class="dark-mode-switch">
|
|
259
|
+
<input type="checkbox">
|
|
260
|
+
<span class="slider">
|
|
261
|
+
<svg class="slider-icon" viewBox="0 0 24 24" fill="none" height="20" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" width="20" xmlns="http://www.w3.org/2000/svg">
|
|
262
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
263
|
+
</svg>
|
|
264
|
+
</span>
|
|
265
|
+
</label>
|
|
266
|
+
|
|
256
267
|
<script>
|
|
257
268
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
258
269
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'interceptor';
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
<link rel="icon" type="image/x-icon" href="../images/favicon.ico">
|
|
11
11
|
<link rel="stylesheet" href="../styles/style.css">
|
|
12
|
-
<link rel="stylesheet" href="../styles/dark.css"
|
|
12
|
+
<link rel="stylesheet" href="../styles/dark.css">
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -39,6 +39,7 @@
|
|
|
39
39
|
|
|
40
40
|
|
|
41
41
|
|
|
42
|
+
|
|
42
43
|
<ol class="breadcrumb">
|
|
43
44
|
<li>Interceptors</li>
|
|
44
45
|
<li >CachePreventionInterceptor</li>
|
|
@@ -188,6 +189,7 @@
|
|
|
188
189
|
|
|
189
190
|
|
|
190
191
|
|
|
192
|
+
|
|
191
193
|
</div><div class="search-results">
|
|
192
194
|
<div class="has-results">
|
|
193
195
|
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
@@ -202,6 +204,15 @@
|
|
|
202
204
|
</div>
|
|
203
205
|
</div>
|
|
204
206
|
|
|
207
|
+
<label class="dark-mode-switch">
|
|
208
|
+
<input type="checkbox">
|
|
209
|
+
<span class="slider">
|
|
210
|
+
<svg class="slider-icon" viewBox="0 0 24 24" fill="none" height="20" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" width="20" xmlns="http://www.w3.org/2000/svg">
|
|
211
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
212
|
+
</svg>
|
|
213
|
+
</span>
|
|
214
|
+
</label>
|
|
215
|
+
|
|
205
216
|
<script>
|
|
206
217
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
207
218
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'interceptor';
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
<link rel="icon" type="image/x-icon" href="../images/favicon.ico">
|
|
11
11
|
<link rel="stylesheet" href="../styles/style.css">
|
|
12
|
-
<link rel="stylesheet" href="../styles/dark.css"
|
|
12
|
+
<link rel="stylesheet" href="../styles/dark.css">
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -39,6 +39,7 @@
|
|
|
39
39
|
|
|
40
40
|
|
|
41
41
|
|
|
42
|
+
|
|
42
43
|
<ol class="breadcrumb">
|
|
43
44
|
<li>Interceptors</li>
|
|
44
45
|
<li >CorsSecurityInterceptor</li>
|
|
@@ -188,6 +189,7 @@
|
|
|
188
189
|
|
|
189
190
|
|
|
190
191
|
|
|
192
|
+
|
|
191
193
|
</div><div class="search-results">
|
|
192
194
|
<div class="has-results">
|
|
193
195
|
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
@@ -202,6 +204,15 @@
|
|
|
202
204
|
</div>
|
|
203
205
|
</div>
|
|
204
206
|
|
|
207
|
+
<label class="dark-mode-switch">
|
|
208
|
+
<input type="checkbox">
|
|
209
|
+
<span class="slider">
|
|
210
|
+
<svg class="slider-icon" viewBox="0 0 24 24" fill="none" height="20" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" width="20" xmlns="http://www.w3.org/2000/svg">
|
|
211
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
212
|
+
</svg>
|
|
213
|
+
</span>
|
|
214
|
+
</label>
|
|
215
|
+
|
|
205
216
|
<script>
|
|
206
217
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
207
218
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'interceptor';
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
<link rel="icon" type="image/x-icon" href="../images/favicon.ico">
|
|
11
11
|
<link rel="stylesheet" href="../styles/style.css">
|
|
12
|
-
<link rel="stylesheet" href="../styles/dark.css"
|
|
12
|
+
<link rel="stylesheet" href="../styles/dark.css">
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -39,6 +39,7 @@
|
|
|
39
39
|
|
|
40
40
|
|
|
41
41
|
|
|
42
|
+
|
|
42
43
|
<ol class="breadcrumb">
|
|
43
44
|
<li>Interceptors</li>
|
|
44
45
|
<li >CsrfPreventionInterceptor</li>
|
|
@@ -188,6 +189,7 @@
|
|
|
188
189
|
|
|
189
190
|
|
|
190
191
|
|
|
192
|
+
|
|
191
193
|
</div><div class="search-results">
|
|
192
194
|
<div class="has-results">
|
|
193
195
|
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
@@ -202,6 +204,15 @@
|
|
|
202
204
|
</div>
|
|
203
205
|
</div>
|
|
204
206
|
|
|
207
|
+
<label class="dark-mode-switch">
|
|
208
|
+
<input type="checkbox">
|
|
209
|
+
<span class="slider">
|
|
210
|
+
<svg class="slider-icon" viewBox="0 0 24 24" fill="none" height="20" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" width="20" xmlns="http://www.w3.org/2000/svg">
|
|
211
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
212
|
+
</svg>
|
|
213
|
+
</span>
|
|
214
|
+
</label>
|
|
215
|
+
|
|
205
216
|
<script>
|
|
206
217
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
207
218
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'interceptor';
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
<link rel="icon" type="image/x-icon" href="../images/favicon.ico">
|
|
11
11
|
<link rel="stylesheet" href="../styles/style.css">
|
|
12
|
-
<link rel="stylesheet" href="../styles/dark.css"
|
|
12
|
+
<link rel="stylesheet" href="../styles/dark.css">
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -39,6 +39,7 @@
|
|
|
39
39
|
|
|
40
40
|
|
|
41
41
|
|
|
42
|
+
|
|
42
43
|
<ol class="breadcrumb">
|
|
43
44
|
<li>Interceptors</li>
|
|
44
45
|
<li >EuLoginSessionTimeoutHandlingInterceptor</li>
|
|
@@ -188,6 +189,7 @@
|
|
|
188
189
|
|
|
189
190
|
|
|
190
191
|
|
|
192
|
+
|
|
191
193
|
</div><div class="search-results">
|
|
192
194
|
<div class="has-results">
|
|
193
195
|
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
@@ -202,6 +204,15 @@
|
|
|
202
204
|
</div>
|
|
203
205
|
</div>
|
|
204
206
|
|
|
207
|
+
<label class="dark-mode-switch">
|
|
208
|
+
<input type="checkbox">
|
|
209
|
+
<span class="slider">
|
|
210
|
+
<svg class="slider-icon" viewBox="0 0 24 24" fill="none" height="20" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" width="20" xmlns="http://www.w3.org/2000/svg">
|
|
211
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
212
|
+
</svg>
|
|
213
|
+
</span>
|
|
214
|
+
</label>
|
|
215
|
+
|
|
205
216
|
<script>
|
|
206
217
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
207
218
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'interceptor';
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
<link rel="icon" type="image/x-icon" href="../images/favicon.ico">
|
|
11
11
|
<link rel="stylesheet" href="../styles/style.css">
|
|
12
|
-
<link rel="stylesheet" href="../styles/dark.css"
|
|
12
|
+
<link rel="stylesheet" href="../styles/dark.css">
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -39,6 +39,7 @@
|
|
|
39
39
|
|
|
40
40
|
|
|
41
41
|
|
|
42
|
+
|
|
42
43
|
<ol class="breadcrumb">
|
|
43
44
|
<li>Interceptors</li>
|
|
44
45
|
<li >HttpErrorHandlerInterceptor</li>
|
|
@@ -255,6 +256,7 @@
|
|
|
255
256
|
|
|
256
257
|
|
|
257
258
|
|
|
259
|
+
|
|
258
260
|
</div><div class="search-results">
|
|
259
261
|
<div class="has-results">
|
|
260
262
|
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
@@ -269,6 +271,15 @@
|
|
|
269
271
|
</div>
|
|
270
272
|
</div>
|
|
271
273
|
|
|
274
|
+
<label class="dark-mode-switch">
|
|
275
|
+
<input type="checkbox">
|
|
276
|
+
<span class="slider">
|
|
277
|
+
<svg class="slider-icon" viewBox="0 0 24 24" fill="none" height="20" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" width="20" xmlns="http://www.w3.org/2000/svg">
|
|
278
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
279
|
+
</svg>
|
|
280
|
+
</span>
|
|
281
|
+
</label>
|
|
282
|
+
|
|
272
283
|
<script>
|
|
273
284
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
274
285
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'interceptor';
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
<link rel="icon" type="image/x-icon" href="../images/favicon.ico">
|
|
11
11
|
<link rel="stylesheet" href="../styles/style.css">
|
|
12
|
-
<link rel="stylesheet" href="../styles/dark.css"
|
|
12
|
+
<link rel="stylesheet" href="../styles/dark.css">
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -39,6 +39,7 @@
|
|
|
39
39
|
|
|
40
40
|
|
|
41
41
|
|
|
42
|
+
|
|
42
43
|
<ol class="breadcrumb">
|
|
43
44
|
<li>Interceptors</li>
|
|
44
45
|
<li >OpenIdConnectInterceptor</li>
|
|
@@ -281,6 +282,7 @@
|
|
|
281
282
|
|
|
282
283
|
|
|
283
284
|
|
|
285
|
+
|
|
284
286
|
</div><div class="search-results">
|
|
285
287
|
<div class="has-results">
|
|
286
288
|
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
@@ -295,6 +297,15 @@
|
|
|
295
297
|
</div>
|
|
296
298
|
</div>
|
|
297
299
|
|
|
300
|
+
<label class="dark-mode-switch">
|
|
301
|
+
<input type="checkbox">
|
|
302
|
+
<span class="slider">
|
|
303
|
+
<svg class="slider-icon" viewBox="0 0 24 24" fill="none" height="20" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" width="20" xmlns="http://www.w3.org/2000/svg">
|
|
304
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
305
|
+
</svg>
|
|
306
|
+
</span>
|
|
307
|
+
</label>
|
|
308
|
+
|
|
298
309
|
<script>
|
|
299
310
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
300
311
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'interceptor';
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
<link rel="icon" type="image/x-icon" href="../images/favicon.ico">
|
|
11
11
|
<link rel="stylesheet" href="../styles/style.css">
|
|
12
|
-
<link rel="stylesheet" href="../styles/dark.css"
|
|
12
|
+
<link rel="stylesheet" href="../styles/dark.css">
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -39,6 +39,7 @@
|
|
|
39
39
|
|
|
40
40
|
|
|
41
41
|
|
|
42
|
+
|
|
42
43
|
<ol class="breadcrumb">
|
|
43
44
|
<li>Interceptors</li>
|
|
44
45
|
<li >UxRequestErrorModelInterceptor</li>
|
|
@@ -231,6 +232,7 @@
|
|
|
231
232
|
|
|
232
233
|
|
|
233
234
|
|
|
235
|
+
|
|
234
236
|
</div><div class="search-results">
|
|
235
237
|
<div class="has-results">
|
|
236
238
|
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
@@ -245,6 +247,15 @@
|
|
|
245
247
|
</div>
|
|
246
248
|
</div>
|
|
247
249
|
|
|
250
|
+
<label class="dark-mode-switch">
|
|
251
|
+
<input type="checkbox">
|
|
252
|
+
<span class="slider">
|
|
253
|
+
<svg class="slider-icon" viewBox="0 0 24 24" fill="none" height="20" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" width="20" xmlns="http://www.w3.org/2000/svg">
|
|
254
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
255
|
+
</svg>
|
|
256
|
+
</span>
|
|
257
|
+
</label>
|
|
258
|
+
|
|
248
259
|
<script>
|
|
249
260
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
250
261
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'interceptor';
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
<link rel="icon" type="image/x-icon" href="../images/favicon.ico">
|
|
11
11
|
<link rel="stylesheet" href="../styles/style.css">
|
|
12
|
-
<link rel="stylesheet" href="../styles/dark.css"
|
|
12
|
+
<link rel="stylesheet" href="../styles/dark.css">
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -43,6 +43,7 @@
|
|
|
43
43
|
|
|
44
44
|
|
|
45
45
|
|
|
46
|
+
|
|
46
47
|
<ol class="breadcrumb">
|
|
47
48
|
<li>Interfaces</li>
|
|
48
49
|
<li
|
|
@@ -226,6 +227,7 @@
|
|
|
226
227
|
|
|
227
228
|
|
|
228
229
|
|
|
230
|
+
|
|
229
231
|
</div><div class="search-results">
|
|
230
232
|
<div class="has-results">
|
|
231
233
|
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
@@ -240,6 +242,15 @@
|
|
|
240
242
|
</div>
|
|
241
243
|
</div>
|
|
242
244
|
|
|
245
|
+
<label class="dark-mode-switch">
|
|
246
|
+
<input type="checkbox">
|
|
247
|
+
<span class="slider">
|
|
248
|
+
<svg class="slider-icon" viewBox="0 0 24 24" fill="none" height="20" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" width="20" xmlns="http://www.w3.org/2000/svg">
|
|
249
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
250
|
+
</svg>
|
|
251
|
+
</span>
|
|
252
|
+
</label>
|
|
253
|
+
|
|
243
254
|
<script>
|
|
244
255
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
245
256
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'interface';
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
<link rel="icon" type="image/x-icon" href="../images/favicon.ico">
|
|
11
11
|
<link rel="stylesheet" href="../styles/style.css">
|
|
12
|
-
<link rel="stylesheet" href="../styles/dark.css"
|
|
12
|
+
<link rel="stylesheet" href="../styles/dark.css">
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -43,6 +43,7 @@
|
|
|
43
43
|
|
|
44
44
|
|
|
45
45
|
|
|
46
|
+
|
|
46
47
|
<ol class="breadcrumb">
|
|
47
48
|
<li>Interfaces</li>
|
|
48
49
|
<li
|
|
@@ -181,6 +182,7 @@
|
|
|
181
182
|
|
|
182
183
|
|
|
183
184
|
|
|
185
|
+
|
|
184
186
|
</div><div class="search-results">
|
|
185
187
|
<div class="has-results">
|
|
186
188
|
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
@@ -195,6 +197,15 @@
|
|
|
195
197
|
</div>
|
|
196
198
|
</div>
|
|
197
199
|
|
|
200
|
+
<label class="dark-mode-switch">
|
|
201
|
+
<input type="checkbox">
|
|
202
|
+
<span class="slider">
|
|
203
|
+
<svg class="slider-icon" viewBox="0 0 24 24" fill="none" height="20" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" width="20" xmlns="http://www.w3.org/2000/svg">
|
|
204
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
205
|
+
</svg>
|
|
206
|
+
</span>
|
|
207
|
+
</label>
|
|
208
|
+
|
|
198
209
|
<script>
|
|
199
210
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
200
211
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'interface';
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
<link rel="icon" type="image/x-icon" href="../images/favicon.ico">
|
|
11
11
|
<link rel="stylesheet" href="../styles/style.css">
|
|
12
|
-
<link rel="stylesheet" href="../styles/dark.css"
|
|
12
|
+
<link rel="stylesheet" href="../styles/dark.css">
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -43,6 +43,7 @@
|
|
|
43
43
|
|
|
44
44
|
|
|
45
45
|
|
|
46
|
+
|
|
46
47
|
<ol class="breadcrumb">
|
|
47
48
|
<li>Interfaces</li>
|
|
48
49
|
<li
|
|
@@ -226,6 +227,7 @@
|
|
|
226
227
|
|
|
227
228
|
|
|
228
229
|
|
|
230
|
+
|
|
229
231
|
</div><div class="search-results">
|
|
230
232
|
<div class="has-results">
|
|
231
233
|
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
@@ -240,6 +242,15 @@
|
|
|
240
242
|
</div>
|
|
241
243
|
</div>
|
|
242
244
|
|
|
245
|
+
<label class="dark-mode-switch">
|
|
246
|
+
<input type="checkbox">
|
|
247
|
+
<span class="slider">
|
|
248
|
+
<svg class="slider-icon" viewBox="0 0 24 24" fill="none" height="20" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" width="20" xmlns="http://www.w3.org/2000/svg">
|
|
249
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
250
|
+
</svg>
|
|
251
|
+
</span>
|
|
252
|
+
</label>
|
|
253
|
+
|
|
243
254
|
<script>
|
|
244
255
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
245
256
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'interface';
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
<link rel="icon" type="image/x-icon" href="../images/favicon.ico">
|
|
11
11
|
<link rel="stylesheet" href="../styles/style.css">
|
|
12
|
-
<link rel="stylesheet" href="../styles/dark.css"
|
|
12
|
+
<link rel="stylesheet" href="../styles/dark.css">
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -43,6 +43,7 @@
|
|
|
43
43
|
|
|
44
44
|
|
|
45
45
|
|
|
46
|
+
|
|
46
47
|
<ol class="breadcrumb">
|
|
47
48
|
<li>Interfaces</li>
|
|
48
49
|
<li
|
|
@@ -373,6 +374,7 @@
|
|
|
373
374
|
|
|
374
375
|
|
|
375
376
|
|
|
377
|
+
|
|
376
378
|
</div><div class="search-results">
|
|
377
379
|
<div class="has-results">
|
|
378
380
|
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
@@ -387,6 +389,15 @@
|
|
|
387
389
|
</div>
|
|
388
390
|
</div>
|
|
389
391
|
|
|
392
|
+
<label class="dark-mode-switch">
|
|
393
|
+
<input type="checkbox">
|
|
394
|
+
<span class="slider">
|
|
395
|
+
<svg class="slider-icon" viewBox="0 0 24 24" fill="none" height="20" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" width="20" xmlns="http://www.w3.org/2000/svg">
|
|
396
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
397
|
+
</svg>
|
|
398
|
+
</span>
|
|
399
|
+
</label>
|
|
400
|
+
|
|
390
401
|
<script>
|
|
391
402
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
392
403
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'interface';
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
<link rel="icon" type="image/x-icon" href="../images/favicon.ico">
|
|
11
11
|
<link rel="stylesheet" href="../styles/style.css">
|
|
12
|
-
<link rel="stylesheet" href="../styles/dark.css"
|
|
12
|
+
<link rel="stylesheet" href="../styles/dark.css">
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -43,6 +43,7 @@
|
|
|
43
43
|
|
|
44
44
|
|
|
45
45
|
|
|
46
|
+
|
|
46
47
|
<ol class="breadcrumb">
|
|
47
48
|
<li>Interfaces</li>
|
|
48
49
|
<li
|
|
@@ -232,6 +233,7 @@
|
|
|
232
233
|
|
|
233
234
|
|
|
234
235
|
|
|
236
|
+
|
|
235
237
|
</div><div class="search-results">
|
|
236
238
|
<div class="has-results">
|
|
237
239
|
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
@@ -246,6 +248,15 @@
|
|
|
246
248
|
</div>
|
|
247
249
|
</div>
|
|
248
250
|
|
|
251
|
+
<label class="dark-mode-switch">
|
|
252
|
+
<input type="checkbox">
|
|
253
|
+
<span class="slider">
|
|
254
|
+
<svg class="slider-icon" viewBox="0 0 24 24" fill="none" height="20" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" width="20" xmlns="http://www.w3.org/2000/svg">
|
|
255
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
256
|
+
</svg>
|
|
257
|
+
</span>
|
|
258
|
+
</label>
|
|
259
|
+
|
|
249
260
|
<script>
|
|
250
261
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
251
262
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'interface';
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
<link rel="icon" type="image/x-icon" href="../images/favicon.ico">
|
|
11
11
|
<link rel="stylesheet" href="../styles/style.css">
|
|
12
|
-
<link rel="stylesheet" href="../styles/dark.css"
|
|
12
|
+
<link rel="stylesheet" href="../styles/dark.css">
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -43,6 +43,7 @@
|
|
|
43
43
|
|
|
44
44
|
|
|
45
45
|
|
|
46
|
+
|
|
46
47
|
<ol class="breadcrumb">
|
|
47
48
|
<li>Interfaces</li>
|
|
48
49
|
<li
|
|
@@ -181,6 +182,7 @@
|
|
|
181
182
|
|
|
182
183
|
|
|
183
184
|
|
|
185
|
+
|
|
184
186
|
</div><div class="search-results">
|
|
185
187
|
<div class="has-results">
|
|
186
188
|
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
@@ -195,6 +197,15 @@
|
|
|
195
197
|
</div>
|
|
196
198
|
</div>
|
|
197
199
|
|
|
200
|
+
<label class="dark-mode-switch">
|
|
201
|
+
<input type="checkbox">
|
|
202
|
+
<span class="slider">
|
|
203
|
+
<svg class="slider-icon" viewBox="0 0 24 24" fill="none" height="20" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" width="20" xmlns="http://www.w3.org/2000/svg">
|
|
204
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
205
|
+
</svg>
|
|
206
|
+
</span>
|
|
207
|
+
</label>
|
|
208
|
+
|
|
198
209
|
<script>
|
|
199
210
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
200
211
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'interface';
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
<link rel="icon" type="image/x-icon" href="../images/favicon.ico">
|
|
11
11
|
<link rel="stylesheet" href="../styles/style.css">
|
|
12
|
-
<link rel="stylesheet" href="../styles/dark.css"
|
|
12
|
+
<link rel="stylesheet" href="../styles/dark.css">
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -43,6 +43,7 @@
|
|
|
43
43
|
|
|
44
44
|
|
|
45
45
|
|
|
46
|
+
|
|
46
47
|
<ol class="breadcrumb">
|
|
47
48
|
<li>Interfaces</li>
|
|
48
49
|
<li
|
|
@@ -1789,6 +1790,7 @@
|
|
|
1789
1790
|
|
|
1790
1791
|
|
|
1791
1792
|
|
|
1793
|
+
|
|
1792
1794
|
</div><div class="search-results">
|
|
1793
1795
|
<div class="has-results">
|
|
1794
1796
|
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
@@ -1803,6 +1805,15 @@
|
|
|
1803
1805
|
</div>
|
|
1804
1806
|
</div>
|
|
1805
1807
|
|
|
1808
|
+
<label class="dark-mode-switch">
|
|
1809
|
+
<input type="checkbox">
|
|
1810
|
+
<span class="slider">
|
|
1811
|
+
<svg class="slider-icon" viewBox="0 0 24 24" fill="none" height="20" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" width="20" xmlns="http://www.w3.org/2000/svg">
|
|
1812
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
1813
|
+
</svg>
|
|
1814
|
+
</span>
|
|
1815
|
+
</label>
|
|
1816
|
+
|
|
1806
1817
|
<script>
|
|
1807
1818
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
1808
1819
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'interface';
|