@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
package/docs/index.html
CHANGED
|
@@ -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>
|
|
@@ -108,6 +108,8 @@
|
|
|
108
108
|
|
|
109
109
|
|
|
110
110
|
|
|
111
|
+
|
|
112
|
+
|
|
111
113
|
</div><div class="search-results">
|
|
112
114
|
<div class="has-results">
|
|
113
115
|
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
@@ -122,6 +124,15 @@
|
|
|
122
124
|
</div>
|
|
123
125
|
</div>
|
|
124
126
|
|
|
127
|
+
<label class="dark-mode-switch">
|
|
128
|
+
<input type="checkbox">
|
|
129
|
+
<span class="slider">
|
|
130
|
+
<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">
|
|
131
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
132
|
+
</svg>
|
|
133
|
+
</span>
|
|
134
|
+
</label>
|
|
135
|
+
|
|
125
136
|
<script>
|
|
126
137
|
var COMPODOC_CURRENT_PAGE_DEPTH = 0;
|
|
127
138
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'overview';
|
|
@@ -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 >ApiQueueService</li>
|
|
@@ -740,6 +741,7 @@ or Http response follows order.</p>
|
|
|
740
741
|
|
|
741
742
|
|
|
742
743
|
|
|
744
|
+
|
|
743
745
|
</div><div class="search-results">
|
|
744
746
|
<div class="has-results">
|
|
745
747
|
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
@@ -754,6 +756,15 @@ or Http response follows order.</p>
|
|
|
754
756
|
</div>
|
|
755
757
|
</div>
|
|
756
758
|
|
|
759
|
+
<label class="dark-mode-switch">
|
|
760
|
+
<input type="checkbox">
|
|
761
|
+
<span class="slider">
|
|
762
|
+
<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">
|
|
763
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
764
|
+
</svg>
|
|
765
|
+
</span>
|
|
766
|
+
</label>
|
|
767
|
+
|
|
757
768
|
<script>
|
|
758
769
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
759
770
|
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 >CoreAppEffects</li>
|
|
@@ -317,6 +318,7 @@
|
|
|
317
318
|
|
|
318
319
|
|
|
319
320
|
|
|
321
|
+
|
|
320
322
|
</div><div class="search-results">
|
|
321
323
|
<div class="has-results">
|
|
322
324
|
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
@@ -331,6 +333,15 @@
|
|
|
331
333
|
</div>
|
|
332
334
|
</div>
|
|
333
335
|
|
|
336
|
+
<label class="dark-mode-switch">
|
|
337
|
+
<input type="checkbox">
|
|
338
|
+
<span class="slider">
|
|
339
|
+
<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">
|
|
340
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
341
|
+
</svg>
|
|
342
|
+
</span>
|
|
343
|
+
</label>
|
|
344
|
+
|
|
334
345
|
<script>
|
|
335
346
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
336
347
|
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 >EuiPermissionService</li>
|
|
@@ -586,6 +587,7 @@ The last part is useful where you want a user to have multiple rights and the pe
|
|
|
586
587
|
|
|
587
588
|
|
|
588
589
|
|
|
590
|
+
|
|
589
591
|
</div><div class="search-results">
|
|
590
592
|
<div class="has-results">
|
|
591
593
|
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
@@ -600,6 +602,15 @@ The last part is useful where you want a user to have multiple rights and the pe
|
|
|
600
602
|
</div>
|
|
601
603
|
</div>
|
|
602
604
|
|
|
605
|
+
<label class="dark-mode-switch">
|
|
606
|
+
<input type="checkbox">
|
|
607
|
+
<span class="slider">
|
|
608
|
+
<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">
|
|
609
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
610
|
+
</svg>
|
|
611
|
+
</span>
|
|
612
|
+
</label>
|
|
613
|
+
|
|
603
614
|
<script>
|
|
604
615
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
605
616
|
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 >GlobalErrorHandler</li>
|
|
@@ -227,6 +228,7 @@
|
|
|
227
228
|
|
|
228
229
|
|
|
229
230
|
|
|
231
|
+
|
|
230
232
|
</div><div class="search-results">
|
|
231
233
|
<div class="has-results">
|
|
232
234
|
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
@@ -241,6 +243,15 @@
|
|
|
241
243
|
</div>
|
|
242
244
|
</div>
|
|
243
245
|
|
|
246
|
+
<label class="dark-mode-switch">
|
|
247
|
+
<input type="checkbox">
|
|
248
|
+
<span class="slider">
|
|
249
|
+
<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">
|
|
250
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
251
|
+
</svg>
|
|
252
|
+
</span>
|
|
253
|
+
</label>
|
|
254
|
+
|
|
244
255
|
<script>
|
|
245
256
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
246
257
|
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 >I18nLoader</li>
|
|
@@ -531,6 +532,7 @@
|
|
|
531
532
|
|
|
532
533
|
|
|
533
534
|
|
|
535
|
+
|
|
534
536
|
</div><div class="search-results">
|
|
535
537
|
<div class="has-results">
|
|
536
538
|
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
@@ -545,6 +547,15 @@
|
|
|
545
547
|
</div>
|
|
546
548
|
</div>
|
|
547
549
|
|
|
550
|
+
<label class="dark-mode-switch">
|
|
551
|
+
<input type="checkbox">
|
|
552
|
+
<span class="slider">
|
|
553
|
+
<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">
|
|
554
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
555
|
+
</svg>
|
|
556
|
+
</span>
|
|
557
|
+
</label>
|
|
558
|
+
|
|
548
559
|
<script>
|
|
549
560
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
550
561
|
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 >I18nService</li>
|
|
@@ -879,6 +880,7 @@ fetch module name from the state.</p>
|
|
|
879
880
|
|
|
880
881
|
|
|
881
882
|
|
|
883
|
+
|
|
882
884
|
</div><div class="search-results">
|
|
883
885
|
<div class="has-results">
|
|
884
886
|
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
@@ -893,6 +895,15 @@ fetch module name from the state.</p>
|
|
|
893
895
|
</div>
|
|
894
896
|
</div>
|
|
895
897
|
|
|
898
|
+
<label class="dark-mode-switch">
|
|
899
|
+
<input type="checkbox">
|
|
900
|
+
<span class="slider">
|
|
901
|
+
<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">
|
|
902
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
903
|
+
</svg>
|
|
904
|
+
</span>
|
|
905
|
+
</label>
|
|
906
|
+
|
|
896
907
|
<script>
|
|
897
908
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
898
909
|
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 >I18nServiceMock</li>
|
|
@@ -568,6 +569,7 @@ fetch module name from the state.</p>
|
|
|
568
569
|
|
|
569
570
|
|
|
570
571
|
|
|
572
|
+
|
|
571
573
|
</div><div class="search-results">
|
|
572
574
|
<div class="has-results">
|
|
573
575
|
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
@@ -582,6 +584,15 @@ fetch module name from the state.</p>
|
|
|
582
584
|
</div>
|
|
583
585
|
</div>
|
|
584
586
|
|
|
587
|
+
<label class="dark-mode-switch">
|
|
588
|
+
<input type="checkbox">
|
|
589
|
+
<span class="slider">
|
|
590
|
+
<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">
|
|
591
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
592
|
+
</svg>
|
|
593
|
+
</span>
|
|
594
|
+
</label>
|
|
595
|
+
|
|
585
596
|
<script>
|
|
586
597
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
587
598
|
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 >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';
|