@eui/core 14.0.0-beta.2 → 14.0.0-rc.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/assets/i18n-eui/bg.json +112 -109
- package/assets/i18n-eui/cs.json +3 -0
- package/assets/i18n-eui/da.json +113 -110
- package/assets/i18n-eui/de.json +3 -0
- package/assets/i18n-eui/el.json +113 -110
- package/assets/i18n-eui/en.json +3 -0
- package/assets/i18n-eui/es.json +3 -0
- package/assets/i18n-eui/et.json +3 -0
- package/assets/i18n-eui/fi.json +4 -1
- package/assets/i18n-eui/fr.json +112 -109
- package/assets/i18n-eui/ga.json +4 -1
- package/assets/i18n-eui/hr.json +3 -0
- package/assets/i18n-eui/hu.json +3 -0
- package/assets/i18n-eui/it.json +112 -109
- package/assets/i18n-eui/lt.json +3 -0
- package/assets/i18n-eui/lv.json +3 -0
- package/assets/i18n-eui/mt.json +5 -2
- package/assets/i18n-eui/nl.json +4 -1
- package/assets/i18n-eui/pl.json +112 -109
- package/assets/i18n-eui/pt.json +6 -3
- package/assets/i18n-eui/ro.json +112 -109
- package/assets/i18n-eui/sk.json +3 -0
- package/assets/i18n-eui/sl.json +5 -2
- package/assets/i18n-eui/sv.json +5 -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 -47
- 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 +1 -1
- 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 +4 -4
- 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/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 +4 -4
- 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 +4 -4
- 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 +129 -132
- package/fesm2015/eui-core.mjs.map +1 -1
- package/fesm2020/eui-core.mjs +129 -132
- package/fesm2020/eui-core.mjs.map +1 -1
- package/lib/helpers/form-helpers.d.ts +2 -2
- package/lib/interceptors/openid/openid-connect.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 >StoreServiceMock</li>
|
|
@@ -301,6 +302,7 @@
|
|
|
301
302
|
|
|
302
303
|
|
|
303
304
|
|
|
305
|
+
|
|
304
306
|
</div><div class="search-results">
|
|
305
307
|
<div class="has-results">
|
|
306
308
|
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
@@ -315,6 +317,15 @@
|
|
|
315
317
|
</div>
|
|
316
318
|
</div>
|
|
317
319
|
|
|
320
|
+
<label class="dark-mode-switch">
|
|
321
|
+
<input type="checkbox">
|
|
322
|
+
<span class="slider">
|
|
323
|
+
<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">
|
|
324
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
325
|
+
</svg>
|
|
326
|
+
</span>
|
|
327
|
+
</label>
|
|
328
|
+
|
|
318
329
|
<script>
|
|
319
330
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
320
331
|
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>
|
|
@@ -38,6 +38,7 @@
|
|
|
38
38
|
|
|
39
39
|
|
|
40
40
|
|
|
41
|
+
|
|
41
42
|
<ol class="breadcrumb">
|
|
42
43
|
<li>Injectables</li>
|
|
43
44
|
<li >UserService</li>
|
|
@@ -515,6 +516,7 @@
|
|
|
515
516
|
|
|
516
517
|
|
|
517
518
|
|
|
519
|
+
|
|
518
520
|
</div><div class="search-results">
|
|
519
521
|
<div class="has-results">
|
|
520
522
|
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
@@ -529,6 +531,15 @@
|
|
|
529
531
|
</div>
|
|
530
532
|
</div>
|
|
531
533
|
|
|
534
|
+
<label class="dark-mode-switch">
|
|
535
|
+
<input type="checkbox">
|
|
536
|
+
<span class="slider">
|
|
537
|
+
<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">
|
|
538
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
539
|
+
</svg>
|
|
540
|
+
</span>
|
|
541
|
+
</label>
|
|
542
|
+
|
|
532
543
|
<script>
|
|
533
544
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
534
545
|
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>
|
|
@@ -38,6 +38,7 @@
|
|
|
38
38
|
|
|
39
39
|
|
|
40
40
|
|
|
41
|
+
|
|
41
42
|
<ol class="breadcrumb">
|
|
42
43
|
<li>Injectables</li>
|
|
43
44
|
<li >UserServiceMock</li>
|
|
@@ -575,6 +576,7 @@
|
|
|
575
576
|
|
|
576
577
|
|
|
577
578
|
|
|
579
|
+
|
|
578
580
|
</div><div class="search-results">
|
|
579
581
|
<div class="has-results">
|
|
580
582
|
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
@@ -589,6 +591,15 @@
|
|
|
589
591
|
</div>
|
|
590
592
|
</div>
|
|
591
593
|
|
|
594
|
+
<label class="dark-mode-switch">
|
|
595
|
+
<input type="checkbox">
|
|
596
|
+
<span class="slider">
|
|
597
|
+
<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">
|
|
598
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
599
|
+
</svg>
|
|
600
|
+
</span>
|
|
601
|
+
</label>
|
|
602
|
+
|
|
592
603
|
<script>
|
|
593
604
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
594
605
|
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>
|
|
@@ -38,6 +38,7 @@
|
|
|
38
38
|
|
|
39
39
|
|
|
40
40
|
|
|
41
|
+
|
|
41
42
|
<ol class="breadcrumb">
|
|
42
43
|
<li>Injectables</li>
|
|
43
44
|
<li >UxAppShellService</li>
|
|
@@ -3080,6 +3081,7 @@
|
|
|
3080
3081
|
|
|
3081
3082
|
|
|
3082
3083
|
|
|
3084
|
+
|
|
3083
3085
|
</div><div class="search-results">
|
|
3084
3086
|
<div class="has-results">
|
|
3085
3087
|
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
@@ -3094,6 +3096,15 @@
|
|
|
3094
3096
|
</div>
|
|
3095
3097
|
</div>
|
|
3096
3098
|
|
|
3099
|
+
<label class="dark-mode-switch">
|
|
3100
|
+
<input type="checkbox">
|
|
3101
|
+
<span class="slider">
|
|
3102
|
+
<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">
|
|
3103
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
3104
|
+
</svg>
|
|
3105
|
+
</span>
|
|
3106
|
+
</label>
|
|
3107
|
+
|
|
3097
3108
|
<script>
|
|
3098
3109
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
3099
3110
|
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>
|
|
@@ -38,6 +38,7 @@
|
|
|
38
38
|
|
|
39
39
|
|
|
40
40
|
|
|
41
|
+
|
|
41
42
|
<ol class="breadcrumb">
|
|
42
43
|
<li>Injectables</li>
|
|
43
44
|
<li >UxDynamicComponentService</li>
|
|
@@ -270,7 +271,7 @@
|
|
|
270
271
|
<div>
|
|
271
272
|
</div>
|
|
272
273
|
<div class="io-description">
|
|
273
|
-
<b>Returns : </b> <code>{ portalHost:
|
|
274
|
+
<b>Returns : </b> <code>{ portalHost: DomPortalOutlet; portal: ComponentPortal<any>; portalComponentInstance: ComponentRef<any>; }</code>
|
|
274
275
|
|
|
275
276
|
</div>
|
|
276
277
|
<div class="io-description">
|
|
@@ -371,6 +372,7 @@
|
|
|
371
372
|
|
|
372
373
|
|
|
373
374
|
|
|
375
|
+
|
|
374
376
|
</div><div class="search-results">
|
|
375
377
|
<div class="has-results">
|
|
376
378
|
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
@@ -385,6 +387,15 @@
|
|
|
385
387
|
</div>
|
|
386
388
|
</div>
|
|
387
389
|
|
|
390
|
+
<label class="dark-mode-switch">
|
|
391
|
+
<input type="checkbox">
|
|
392
|
+
<span class="slider">
|
|
393
|
+
<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">
|
|
394
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
395
|
+
</svg>
|
|
396
|
+
</span>
|
|
397
|
+
</label>
|
|
398
|
+
|
|
388
399
|
<script>
|
|
389
400
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
390
401
|
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>
|
|
@@ -38,6 +38,7 @@
|
|
|
38
38
|
|
|
39
39
|
|
|
40
40
|
|
|
41
|
+
|
|
41
42
|
<ol class="breadcrumb">
|
|
42
43
|
<li>Injectables</li>
|
|
43
44
|
<li >UxDynamicMenuService</li>
|
|
@@ -255,7 +256,7 @@
|
|
|
255
256
|
<td class="col-md-4">
|
|
256
257
|
|
|
257
258
|
<div class="io-description">
|
|
258
|
-
<b>Returns : </b>
|
|
259
|
+
<b>Returns : </b> <code>Array<any></code>
|
|
259
260
|
|
|
260
261
|
</div>
|
|
261
262
|
</td>
|
|
@@ -313,6 +314,7 @@
|
|
|
313
314
|
|
|
314
315
|
|
|
315
316
|
|
|
317
|
+
|
|
316
318
|
</div><div class="search-results">
|
|
317
319
|
<div class="has-results">
|
|
318
320
|
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
@@ -327,6 +329,15 @@
|
|
|
327
329
|
</div>
|
|
328
330
|
</div>
|
|
329
331
|
|
|
332
|
+
<label class="dark-mode-switch">
|
|
333
|
+
<input type="checkbox">
|
|
334
|
+
<span class="slider">
|
|
335
|
+
<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">
|
|
336
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
337
|
+
</svg>
|
|
338
|
+
</span>
|
|
339
|
+
</label>
|
|
340
|
+
|
|
330
341
|
<script>
|
|
331
342
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
332
343
|
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>
|
|
@@ -38,6 +38,7 @@
|
|
|
38
38
|
|
|
39
39
|
|
|
40
40
|
|
|
41
|
+
|
|
41
42
|
<ol class="breadcrumb">
|
|
42
43
|
<li>Injectables</li>
|
|
43
44
|
<li >UxErrorFeedbackService</li>
|
|
@@ -525,6 +526,7 @@
|
|
|
525
526
|
|
|
526
527
|
|
|
527
528
|
|
|
529
|
+
|
|
528
530
|
</div><div class="search-results">
|
|
529
531
|
<div class="has-results">
|
|
530
532
|
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
@@ -539,6 +541,15 @@
|
|
|
539
541
|
</div>
|
|
540
542
|
</div>
|
|
541
543
|
|
|
544
|
+
<label class="dark-mode-switch">
|
|
545
|
+
<input type="checkbox">
|
|
546
|
+
<span class="slider">
|
|
547
|
+
<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">
|
|
548
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
549
|
+
</svg>
|
|
550
|
+
</span>
|
|
551
|
+
</label>
|
|
552
|
+
|
|
542
553
|
<script>
|
|
543
554
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
544
555
|
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>
|
|
@@ -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';
|