@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 >LocalForageService</li>
|
|
@@ -707,6 +708,7 @@
|
|
|
707
708
|
|
|
708
709
|
|
|
709
710
|
|
|
711
|
+
|
|
710
712
|
</div><div class="search-results">
|
|
711
713
|
<div class="has-results">
|
|
712
714
|
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
@@ -721,6 +723,15 @@
|
|
|
721
723
|
</div>
|
|
722
724
|
</div>
|
|
723
725
|
|
|
726
|
+
<label class="dark-mode-switch">
|
|
727
|
+
<input type="checkbox">
|
|
728
|
+
<span class="slider">
|
|
729
|
+
<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">
|
|
730
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
731
|
+
</svg>
|
|
732
|
+
</span>
|
|
733
|
+
</label>
|
|
734
|
+
|
|
724
735
|
<script>
|
|
725
736
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
726
737
|
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 >LocalStorageService</li>
|
|
@@ -488,6 +489,7 @@
|
|
|
488
489
|
|
|
489
490
|
|
|
490
491
|
|
|
492
|
+
|
|
491
493
|
</div><div class="search-results">
|
|
492
494
|
<div class="has-results">
|
|
493
495
|
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
@@ -502,6 +504,15 @@
|
|
|
502
504
|
</div>
|
|
503
505
|
</div>
|
|
504
506
|
|
|
507
|
+
<label class="dark-mode-switch">
|
|
508
|
+
<input type="checkbox">
|
|
509
|
+
<span class="slider">
|
|
510
|
+
<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">
|
|
511
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
512
|
+
</svg>
|
|
513
|
+
</span>
|
|
514
|
+
</label>
|
|
515
|
+
|
|
505
516
|
<script>
|
|
506
517
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
507
518
|
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 >LocaleService</li>
|
|
@@ -545,6 +546,7 @@
|
|
|
545
546
|
|
|
546
547
|
|
|
547
548
|
|
|
549
|
+
|
|
548
550
|
</div><div class="search-results">
|
|
549
551
|
<div class="has-results">
|
|
550
552
|
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
@@ -559,6 +561,15 @@
|
|
|
559
561
|
</div>
|
|
560
562
|
</div>
|
|
561
563
|
|
|
564
|
+
<label class="dark-mode-switch">
|
|
565
|
+
<input type="checkbox">
|
|
566
|
+
<span class="slider">
|
|
567
|
+
<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">
|
|
568
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
569
|
+
</svg>
|
|
570
|
+
</span>
|
|
571
|
+
</label>
|
|
572
|
+
|
|
562
573
|
<script>
|
|
563
574
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
564
575
|
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 >LocaleServiceMock</li>
|
|
@@ -397,6 +398,7 @@
|
|
|
397
398
|
|
|
398
399
|
|
|
399
400
|
|
|
401
|
+
|
|
400
402
|
</div><div class="search-results">
|
|
401
403
|
<div class="has-results">
|
|
402
404
|
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
@@ -411,6 +413,15 @@
|
|
|
411
413
|
</div>
|
|
412
414
|
</div>
|
|
413
415
|
|
|
416
|
+
<label class="dark-mode-switch">
|
|
417
|
+
<input type="checkbox">
|
|
418
|
+
<span class="slider">
|
|
419
|
+
<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">
|
|
420
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
421
|
+
</svg>
|
|
422
|
+
</span>
|
|
423
|
+
</label>
|
|
424
|
+
|
|
414
425
|
<script>
|
|
415
426
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
416
427
|
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 >LogService</li>
|
|
@@ -288,6 +289,7 @@
|
|
|
288
289
|
|
|
289
290
|
|
|
290
291
|
|
|
292
|
+
|
|
291
293
|
</div><div class="search-results">
|
|
292
294
|
<div class="has-results">
|
|
293
295
|
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
@@ -302,6 +304,15 @@
|
|
|
302
304
|
</div>
|
|
303
305
|
</div>
|
|
304
306
|
|
|
307
|
+
<label class="dark-mode-switch">
|
|
308
|
+
<input type="checkbox">
|
|
309
|
+
<span class="slider">
|
|
310
|
+
<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">
|
|
311
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
312
|
+
</svg>
|
|
313
|
+
</span>
|
|
314
|
+
</label>
|
|
315
|
+
|
|
305
316
|
<script>
|
|
306
317
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
307
318
|
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 >OpenIdConnectService</li>
|
|
@@ -159,6 +160,7 @@
|
|
|
159
160
|
|
|
160
161
|
|
|
161
162
|
|
|
163
|
+
|
|
162
164
|
</div><div class="search-results">
|
|
163
165
|
<div class="has-results">
|
|
164
166
|
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
@@ -173,6 +175,15 @@
|
|
|
173
175
|
</div>
|
|
174
176
|
</div>
|
|
175
177
|
|
|
178
|
+
<label class="dark-mode-switch">
|
|
179
|
+
<input type="checkbox">
|
|
180
|
+
<span class="slider">
|
|
181
|
+
<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">
|
|
182
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
183
|
+
</svg>
|
|
184
|
+
</span>
|
|
185
|
+
</label>
|
|
186
|
+
|
|
176
187
|
<script>
|
|
177
188
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
178
189
|
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 >SessionStorageService</li>
|
|
@@ -488,6 +489,7 @@
|
|
|
488
489
|
|
|
489
490
|
|
|
490
491
|
|
|
492
|
+
|
|
491
493
|
</div><div class="search-results">
|
|
492
494
|
<div class="has-results">
|
|
493
495
|
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
@@ -502,6 +504,15 @@
|
|
|
502
504
|
</div>
|
|
503
505
|
</div>
|
|
504
506
|
|
|
507
|
+
<label class="dark-mode-switch">
|
|
508
|
+
<input type="checkbox">
|
|
509
|
+
<span class="slider">
|
|
510
|
+
<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">
|
|
511
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
512
|
+
</svg>
|
|
513
|
+
</span>
|
|
514
|
+
</label>
|
|
515
|
+
|
|
505
516
|
<script>
|
|
506
517
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
507
518
|
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 >StoreService</li>
|
|
@@ -495,6 +496,7 @@ that allows to intercept if the store is present</p>
|
|
|
495
496
|
|
|
496
497
|
|
|
497
498
|
|
|
499
|
+
|
|
498
500
|
</div><div class="search-results">
|
|
499
501
|
<div class="has-results">
|
|
500
502
|
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
@@ -509,6 +511,15 @@ that allows to intercept if the store is present</p>
|
|
|
509
511
|
</div>
|
|
510
512
|
</div>
|
|
511
513
|
|
|
514
|
+
<label class="dark-mode-switch">
|
|
515
|
+
<input type="checkbox">
|
|
516
|
+
<span class="slider">
|
|
517
|
+
<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">
|
|
518
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
519
|
+
</svg>
|
|
520
|
+
</span>
|
|
521
|
+
</label>
|
|
522
|
+
|
|
512
523
|
<script>
|
|
513
524
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
514
525
|
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 >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';
|