@eui/core 13.0.0-rc.38 → 13.0.0-rc.41
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/docs/classes/ActivatedRouteAction.html +10 -1
- package/docs/classes/AddApiQueueItemAction.html +10 -1
- package/docs/classes/AddAppLoadedConfigModulesAction.html +10 -1
- package/docs/classes/ApiQueueServiceMock.html +10 -1
- package/docs/classes/AsyncStorageService.html +10 -1
- package/docs/classes/AsyncStorageServiceMock.html +10 -1
- package/docs/classes/EmptyApiQueueAction.html +10 -1
- package/docs/classes/EuiCoreRootGuardClass.html +10 -1
- package/docs/classes/EuiError.html +10 -1
- package/docs/classes/I18nResourceImpl.html +10 -1
- package/docs/classes/InitStoreAction.html +10 -1
- package/docs/classes/LogServiceMock.html +10 -1
- package/docs/classes/OpenIdConnectServiceMock.html +10 -1
- package/docs/classes/RemoveApiQueueItemAction.html +10 -1
- package/docs/classes/RouterMock.html +10 -1
- package/docs/classes/StorageService.html +10 -1
- package/docs/classes/StorageServiceMock.html +10 -1
- package/docs/classes/StoreMock.html +10 -1
- package/docs/classes/TranslateServiceMock.html +10 -1
- package/docs/classes/UpdateAppConnectionAction.html +10 -1
- package/docs/classes/UpdateAppStatusAction.html +10 -1
- package/docs/classes/UpdateAppVersionAction.html +10 -1
- package/docs/classes/UpdateCurrentModuleAction.html +10 -1
- package/docs/classes/UpdateI18nStateAction.html +10 -1
- package/docs/classes/UpdateLocaleStateAction.html +10 -1
- package/docs/classes/UpdateNotificationsListAction.html +10 -1
- package/docs/classes/UpdateUserDashboardAction.html +10 -1
- package/docs/classes/UpdateUserDetailsAction.html +10 -1
- package/docs/classes/UpdateUserPreferencesAction.html +10 -1
- package/docs/classes/UpdateUserRightsAction.html +10 -1
- package/docs/classes/UpdateUserStateAction.html +10 -1
- package/docs/classes/UxErrorManager.html +10 -1
- package/docs/classes/UxRootInjectorGuard.html +10 -1
- package/docs/dependencies.html +50 -37
- package/docs/directives/TranslateMockDirective.html +11 -2
- package/docs/index.html +10 -1
- package/docs/injectables/ApiQueueService.html +10 -1
- package/docs/injectables/CoreAppEffects.html +10 -1
- package/docs/injectables/EuiPermissionService.html +10 -1
- package/docs/injectables/GlobalErrorHandler.html +10 -1
- package/docs/injectables/I18nLoader.html +49 -1
- package/docs/injectables/I18nService.html +10 -1
- package/docs/injectables/I18nServiceMock.html +10 -1
- package/docs/injectables/LocalForageService.html +10 -1
- package/docs/injectables/LocalStorageService.html +10 -1
- package/docs/injectables/LocaleService.html +10 -1
- package/docs/injectables/LocaleServiceMock.html +10 -1
- package/docs/injectables/LogService.html +10 -1
- package/docs/injectables/OpenIdConnectService.html +10 -1
- package/docs/injectables/SessionStorageService.html +10 -1
- package/docs/injectables/StoreService.html +10 -1
- package/docs/injectables/StoreServiceMock.html +10 -1
- package/docs/injectables/UserService.html +10 -1
- package/docs/injectables/UserServiceMock.html +10 -1
- package/docs/injectables/UxAppShellService.html +76 -3
- package/docs/injectables/UxDynamicComponentService.html +11 -2
- package/docs/injectables/UxDynamicMenuService.html +11 -2
- package/docs/injectables/UxErrorFeedbackService.html +10 -1
- package/docs/injectables/UxTimezoneService.html +10 -1
- package/docs/interceptors/AddLangParamInterceptor.html +10 -1
- package/docs/interceptors/CachePreventionInterceptor.html +10 -1
- package/docs/interceptors/CorsSecurityInterceptor.html +10 -1
- package/docs/interceptors/CsrfPreventionInterceptor.html +10 -1
- package/docs/interceptors/EuLoginSessionTimeoutHandlingInterceptor.html +10 -1
- package/docs/interceptors/HttpErrorHandlerInterceptor.html +10 -1
- package/docs/interceptors/OpenIdConnectInterceptor.html +10 -1
- package/docs/interceptors/UxRequestErrorModelInterceptor.html +10 -1
- package/docs/interfaces/LoadedResources.html +10 -1
- package/docs/interfaces/LoadedResourcesError.html +10 -1
- package/docs/interfaces/ModuleLoadEvent.html +10 -1
- package/docs/interfaces/OpenIdConnectUserDetails.html +10 -1
- package/docs/interfaces/ResourceError.html +10 -1
- package/docs/interfaces/TimeZone.html +10 -1
- package/docs/interfaces/UIState.html +55 -1
- package/docs/js/menu-wc.js +6 -6
- package/docs/js/menu-wc_es5.js +1 -1
- package/docs/js/menu.js +48 -2
- package/docs/js/search/search_index.js +2 -2
- package/docs/license.html +10 -1
- package/docs/miscellaneous/enumerations.html +10 -1
- package/docs/miscellaneous/functions.html +10 -1
- package/docs/miscellaneous/typealiases.html +10 -1
- package/docs/miscellaneous/variables.html +13 -1
- package/docs/modules/CoreModule.html +10 -1
- package/docs/modules/I18nModule.html +10 -1
- package/docs/modules/LogModule.html +10 -1
- package/docs/modules/TranslateMockModule.html +10 -1
- package/docs/modules.html +14 -5
- package/docs/pipes/TranslateMockPipe.html +11 -2
- package/docs/styles/compodoc.css +71 -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 +4 -4
- package/esm2020/lib/helpers/dom-helpers.mjs +3 -1
- package/esm2020/lib/helpers/format-helpers.mjs +3 -1
- package/esm2020/lib/interceptors/add-lang-param.interceptor.mjs +3 -3
- package/esm2020/lib/interceptors/cache-prevention.interceptor.mjs +3 -3
- package/esm2020/lib/interceptors/cors-security.interceptor.mjs +3 -3
- package/esm2020/lib/interceptors/csrf-prevention.interceptor.mjs +3 -3
- package/esm2020/lib/interceptors/eu-login-session-timeout-handling.interceptor.mjs +3 -3
- package/esm2020/lib/interceptors/openid/openid-connect.interceptor.mjs +3 -3
- package/esm2020/lib/interceptors/openid/openid-connect.service.mjs +3 -3
- package/esm2020/lib/interceptors/ux-request-error-model.interceptor.mjs +3 -3
- package/esm2020/lib/services/app/eui-pre-init-app.mjs +3 -1
- package/esm2020/lib/services/app/factories/log.mjs +3 -1
- package/esm2020/lib/services/errors/global-error-handler.mjs +3 -3
- package/esm2020/lib/services/errors/http-error-handler.interceptor.mjs +3 -3
- package/esm2020/lib/services/i18n/i18n.loader.mjs +12 -4
- package/esm2020/lib/services/i18n/i18n.service.mjs +10 -4
- package/esm2020/lib/services/i18n/i18n.service.mock.mjs +3 -3
- package/esm2020/lib/services/locale/locale.service.mjs +8 -6
- package/esm2020/lib/services/log/log.module.mjs +4 -4
- package/esm2020/lib/services/log/log.service.mjs +3 -3
- package/esm2020/lib/services/permission/permission.service.mjs +3 -3
- package/esm2020/lib/services/queue/api-queue.service.mjs +3 -3
- package/esm2020/lib/services/storage/async-storage.service.mjs +1 -1
- package/esm2020/lib/services/storage/local-forage.service.mjs +6 -4
- package/esm2020/lib/services/storage/local-storage.service.mjs +3 -3
- package/esm2020/lib/services/storage/session-storage.service.mjs +3 -3
- package/esm2020/lib/services/storage/storage.service.mjs +1 -1
- package/esm2020/lib/services/store/effects/app.effects.mjs +3 -3
- package/esm2020/lib/services/store/reducers/meta.reducers.mjs +9 -1
- package/esm2020/lib/services/store/store.service.mjs +3 -3
- package/esm2020/lib/services/store/store.service.mock.mjs +3 -3
- package/esm2020/lib/services/user/user.service.mjs +3 -3
- package/esm2020/lib/services/user/user.service.mock.mjs +3 -3
- package/esm2020/lib/services/ux-app-shell.service.mjs +15 -12
- package/esm2020/lib/services/ux-dynamic-component/ux-dynamic-component.service.mjs +3 -3
- package/esm2020/lib/services/ux-dynamic-menu/ux-dynamic-menu.service.mjs +3 -3
- package/esm2020/lib/services/ux-error-feedback/ux-error-feedback.service.mjs +3 -3
- package/esm2020/lib/services/ux-timezone.service.mjs +3 -3
- package/fesm2015/eui-core.mjs +142 -105
- package/fesm2015/eui-core.mjs.map +1 -1
- package/fesm2020/eui-core.mjs +145 -108
- package/fesm2020/eui-core.mjs.map +1 -1
- package/lib/helpers/dom-helpers.d.ts.map +1 -1
- package/lib/helpers/format-helpers.d.ts.map +1 -1
- package/lib/services/app/eui-pre-init-app.d.ts.map +1 -1
- package/lib/services/app/factories/log.d.ts.map +1 -1
- package/lib/services/i18n/i18n.loader.d.ts +5 -0
- package/lib/services/i18n/i18n.loader.d.ts.map +1 -1
- package/lib/services/i18n/i18n.service.d.ts.map +1 -1
- package/lib/services/locale/locale.service.d.ts.map +1 -1
- package/lib/services/storage/async-storage.service.d.ts.map +1 -1
- package/lib/services/storage/local-forage.service.d.ts.map +1 -1
- package/lib/services/store/reducers/meta.reducers.d.ts.map +1 -1
- package/lib/services/ux-app-shell.service.d.ts +3 -2
- package/lib/services/ux-app-shell.service.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -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>
|
|
@@ -79,6 +79,10 @@
|
|
|
79
79
|
<span class="modifier">Public</span>
|
|
80
80
|
<a href="#addResources" >addResources</a>
|
|
81
81
|
</li>
|
|
82
|
+
<li>
|
|
83
|
+
<span class="modifier">Public</span>
|
|
84
|
+
<a href="#getFailedResources" >getFailedResources</a>
|
|
85
|
+
</li>
|
|
82
86
|
<li>
|
|
83
87
|
<span class="modifier">Public</span>
|
|
84
88
|
<a href="#getTranslation" >getTranslation</a>
|
|
@@ -249,6 +253,41 @@
|
|
|
249
253
|
</tr>
|
|
250
254
|
</tbody>
|
|
251
255
|
</table>
|
|
256
|
+
<table class="table table-sm table-bordered">
|
|
257
|
+
<tbody>
|
|
258
|
+
<tr>
|
|
259
|
+
<td class="col-md-4">
|
|
260
|
+
<a name="getFailedResources"></a>
|
|
261
|
+
<span class="name">
|
|
262
|
+
<span class="modifier">Public</span>
|
|
263
|
+
<span ><b>getFailedResources</b></span>
|
|
264
|
+
<a href="#getFailedResources"><span class="icon ion-ios-link"></span></a>
|
|
265
|
+
</span>
|
|
266
|
+
</td>
|
|
267
|
+
</tr>
|
|
268
|
+
<tr>
|
|
269
|
+
<td class="col-md-4">
|
|
270
|
+
<span class="modifier-icon icon ion-ios-reset"></span>
|
|
271
|
+
<code>getFailedResources()</code>
|
|
272
|
+
</td>
|
|
273
|
+
</tr>
|
|
274
|
+
|
|
275
|
+
|
|
276
|
+
|
|
277
|
+
|
|
278
|
+
<tr>
|
|
279
|
+
<td class="col-md-4">
|
|
280
|
+
<div class="io-description"><p>Returns resources that failed</p>
|
|
281
|
+
</div>
|
|
282
|
+
|
|
283
|
+
<div class="io-description">
|
|
284
|
+
<b>Returns : </b> <code>Array<LoadedResourcesError></code>
|
|
285
|
+
|
|
286
|
+
</div>
|
|
287
|
+
</td>
|
|
288
|
+
</tr>
|
|
289
|
+
</tbody>
|
|
290
|
+
</table>
|
|
252
291
|
<table class="table table-sm table-bordered">
|
|
253
292
|
<tbody>
|
|
254
293
|
<tr>
|
|
@@ -506,6 +545,15 @@
|
|
|
506
545
|
</div>
|
|
507
546
|
</div>
|
|
508
547
|
|
|
548
|
+
<label class="dark-mode-switch">
|
|
549
|
+
<input type="checkbox">
|
|
550
|
+
<span class="slider">
|
|
551
|
+
<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">
|
|
552
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
553
|
+
</svg>
|
|
554
|
+
</span>
|
|
555
|
+
</label>
|
|
556
|
+
|
|
509
557
|
<script>
|
|
510
558
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
511
559
|
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>
|
|
@@ -893,6 +893,15 @@ fetch module name from the state.</p>
|
|
|
893
893
|
</div>
|
|
894
894
|
</div>
|
|
895
895
|
|
|
896
|
+
<label class="dark-mode-switch">
|
|
897
|
+
<input type="checkbox">
|
|
898
|
+
<span class="slider">
|
|
899
|
+
<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">
|
|
900
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
901
|
+
</svg>
|
|
902
|
+
</span>
|
|
903
|
+
</label>
|
|
904
|
+
|
|
896
905
|
<script>
|
|
897
906
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
898
907
|
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>
|
|
@@ -582,6 +582,15 @@ fetch module name from the state.</p>
|
|
|
582
582
|
</div>
|
|
583
583
|
</div>
|
|
584
584
|
|
|
585
|
+
<label class="dark-mode-switch">
|
|
586
|
+
<input type="checkbox">
|
|
587
|
+
<span class="slider">
|
|
588
|
+
<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">
|
|
589
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
590
|
+
</svg>
|
|
591
|
+
</span>
|
|
592
|
+
</label>
|
|
593
|
+
|
|
585
594
|
<script>
|
|
586
595
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
587
596
|
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>
|
|
@@ -721,6 +721,15 @@
|
|
|
721
721
|
</div>
|
|
722
722
|
</div>
|
|
723
723
|
|
|
724
|
+
<label class="dark-mode-switch">
|
|
725
|
+
<input type="checkbox">
|
|
726
|
+
<span class="slider">
|
|
727
|
+
<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">
|
|
728
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
729
|
+
</svg>
|
|
730
|
+
</span>
|
|
731
|
+
</label>
|
|
732
|
+
|
|
724
733
|
<script>
|
|
725
734
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
726
735
|
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>
|
|
@@ -502,6 +502,15 @@
|
|
|
502
502
|
</div>
|
|
503
503
|
</div>
|
|
504
504
|
|
|
505
|
+
<label class="dark-mode-switch">
|
|
506
|
+
<input type="checkbox">
|
|
507
|
+
<span class="slider">
|
|
508
|
+
<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">
|
|
509
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
510
|
+
</svg>
|
|
511
|
+
</span>
|
|
512
|
+
</label>
|
|
513
|
+
|
|
505
514
|
<script>
|
|
506
515
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
507
516
|
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>
|
|
@@ -559,6 +559,15 @@
|
|
|
559
559
|
</div>
|
|
560
560
|
</div>
|
|
561
561
|
|
|
562
|
+
<label class="dark-mode-switch">
|
|
563
|
+
<input type="checkbox">
|
|
564
|
+
<span class="slider">
|
|
565
|
+
<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">
|
|
566
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
567
|
+
</svg>
|
|
568
|
+
</span>
|
|
569
|
+
</label>
|
|
570
|
+
|
|
562
571
|
<script>
|
|
563
572
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
564
573
|
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>
|
|
@@ -411,6 +411,15 @@
|
|
|
411
411
|
</div>
|
|
412
412
|
</div>
|
|
413
413
|
|
|
414
|
+
<label class="dark-mode-switch">
|
|
415
|
+
<input type="checkbox">
|
|
416
|
+
<span class="slider">
|
|
417
|
+
<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">
|
|
418
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
419
|
+
</svg>
|
|
420
|
+
</span>
|
|
421
|
+
</label>
|
|
422
|
+
|
|
414
423
|
<script>
|
|
415
424
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
416
425
|
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>
|
|
@@ -302,6 +302,15 @@
|
|
|
302
302
|
</div>
|
|
303
303
|
</div>
|
|
304
304
|
|
|
305
|
+
<label class="dark-mode-switch">
|
|
306
|
+
<input type="checkbox">
|
|
307
|
+
<span class="slider">
|
|
308
|
+
<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">
|
|
309
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
310
|
+
</svg>
|
|
311
|
+
</span>
|
|
312
|
+
</label>
|
|
313
|
+
|
|
305
314
|
<script>
|
|
306
315
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
307
316
|
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>
|
|
@@ -173,6 +173,15 @@
|
|
|
173
173
|
</div>
|
|
174
174
|
</div>
|
|
175
175
|
|
|
176
|
+
<label class="dark-mode-switch">
|
|
177
|
+
<input type="checkbox">
|
|
178
|
+
<span class="slider">
|
|
179
|
+
<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">
|
|
180
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
181
|
+
</svg>
|
|
182
|
+
</span>
|
|
183
|
+
</label>
|
|
184
|
+
|
|
176
185
|
<script>
|
|
177
186
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
178
187
|
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>
|
|
@@ -502,6 +502,15 @@
|
|
|
502
502
|
</div>
|
|
503
503
|
</div>
|
|
504
504
|
|
|
505
|
+
<label class="dark-mode-switch">
|
|
506
|
+
<input type="checkbox">
|
|
507
|
+
<span class="slider">
|
|
508
|
+
<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">
|
|
509
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
510
|
+
</svg>
|
|
511
|
+
</span>
|
|
512
|
+
</label>
|
|
513
|
+
|
|
505
514
|
<script>
|
|
506
515
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
507
516
|
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>
|
|
@@ -509,6 +509,15 @@ that allows to intercept if the store is present</p>
|
|
|
509
509
|
</div>
|
|
510
510
|
</div>
|
|
511
511
|
|
|
512
|
+
<label class="dark-mode-switch">
|
|
513
|
+
<input type="checkbox">
|
|
514
|
+
<span class="slider">
|
|
515
|
+
<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">
|
|
516
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
517
|
+
</svg>
|
|
518
|
+
</span>
|
|
519
|
+
</label>
|
|
520
|
+
|
|
512
521
|
<script>
|
|
513
522
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
514
523
|
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>
|
|
@@ -315,6 +315,15 @@
|
|
|
315
315
|
</div>
|
|
316
316
|
</div>
|
|
317
317
|
|
|
318
|
+
<label class="dark-mode-switch">
|
|
319
|
+
<input type="checkbox">
|
|
320
|
+
<span class="slider">
|
|
321
|
+
<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">
|
|
322
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
323
|
+
</svg>
|
|
324
|
+
</span>
|
|
325
|
+
</label>
|
|
326
|
+
|
|
318
327
|
<script>
|
|
319
328
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
320
329
|
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>
|
|
@@ -529,6 +529,15 @@
|
|
|
529
529
|
</div>
|
|
530
530
|
</div>
|
|
531
531
|
|
|
532
|
+
<label class="dark-mode-switch">
|
|
533
|
+
<input type="checkbox">
|
|
534
|
+
<span class="slider">
|
|
535
|
+
<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">
|
|
536
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
537
|
+
</svg>
|
|
538
|
+
</span>
|
|
539
|
+
</label>
|
|
540
|
+
|
|
532
541
|
<script>
|
|
533
542
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
534
543
|
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>
|
|
@@ -589,6 +589,15 @@
|
|
|
589
589
|
</div>
|
|
590
590
|
</div>
|
|
591
591
|
|
|
592
|
+
<label class="dark-mode-switch">
|
|
593
|
+
<input type="checkbox">
|
|
594
|
+
<span class="slider">
|
|
595
|
+
<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">
|
|
596
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
597
|
+
</svg>
|
|
598
|
+
</span>
|
|
599
|
+
</label>
|
|
600
|
+
|
|
592
601
|
<script>
|
|
593
602
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
594
603
|
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>
|
|
@@ -887,7 +887,7 @@
|
|
|
887
887
|
<tr>
|
|
888
888
|
<td class="col-md-4">
|
|
889
889
|
<span class="modifier-icon icon ion-ios-reset"></span>
|
|
890
|
-
<code>activateTopMessage()</code>
|
|
890
|
+
<code>activateTopMessage(height: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank">number</a>)</code>
|
|
891
891
|
</td>
|
|
892
892
|
</tr>
|
|
893
893
|
|
|
@@ -897,9 +897,41 @@
|
|
|
897
897
|
<tr>
|
|
898
898
|
<td class="col-md-4">
|
|
899
899
|
|
|
900
|
+
<div class="io-description">
|
|
901
|
+
<b>Parameters :</b>
|
|
902
|
+
|
|
903
|
+
<table class="params">
|
|
904
|
+
<thead>
|
|
905
|
+
<tr>
|
|
906
|
+
<td>Name</td>
|
|
907
|
+
<td>Type</td>
|
|
908
|
+
<td>Optional</td>
|
|
909
|
+
</tr>
|
|
910
|
+
</thead>
|
|
911
|
+
<tbody>
|
|
912
|
+
<tr>
|
|
913
|
+
<td>height</td>
|
|
914
|
+
<td>
|
|
915
|
+
<code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
|
|
916
|
+
</td>
|
|
917
|
+
|
|
918
|
+
<td>
|
|
919
|
+
No
|
|
920
|
+
</td>
|
|
921
|
+
|
|
922
|
+
|
|
923
|
+
</tr>
|
|
924
|
+
</tbody>
|
|
925
|
+
</table>
|
|
926
|
+
</div>
|
|
927
|
+
<div>
|
|
928
|
+
</div>
|
|
900
929
|
<div class="io-description">
|
|
901
930
|
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
902
931
|
|
|
932
|
+
</div>
|
|
933
|
+
<div class="io-description">
|
|
934
|
+
|
|
903
935
|
</div>
|
|
904
936
|
</td>
|
|
905
937
|
</tr>
|
|
@@ -920,7 +952,7 @@
|
|
|
920
952
|
<tr>
|
|
921
953
|
<td class="col-md-4">
|
|
922
954
|
<span class="modifier-icon icon ion-ios-reset"></span>
|
|
923
|
-
<code>activateTopMessageCssVars()</code>
|
|
955
|
+
<code>activateTopMessageCssVars(height: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank">number</a>)</code>
|
|
924
956
|
</td>
|
|
925
957
|
</tr>
|
|
926
958
|
|
|
@@ -930,9 +962,41 @@
|
|
|
930
962
|
<tr>
|
|
931
963
|
<td class="col-md-4">
|
|
932
964
|
|
|
965
|
+
<div class="io-description">
|
|
966
|
+
<b>Parameters :</b>
|
|
967
|
+
|
|
968
|
+
<table class="params">
|
|
969
|
+
<thead>
|
|
970
|
+
<tr>
|
|
971
|
+
<td>Name</td>
|
|
972
|
+
<td>Type</td>
|
|
973
|
+
<td>Optional</td>
|
|
974
|
+
</tr>
|
|
975
|
+
</thead>
|
|
976
|
+
<tbody>
|
|
977
|
+
<tr>
|
|
978
|
+
<td>height</td>
|
|
979
|
+
<td>
|
|
980
|
+
<code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
|
|
981
|
+
</td>
|
|
982
|
+
|
|
983
|
+
<td>
|
|
984
|
+
No
|
|
985
|
+
</td>
|
|
986
|
+
|
|
987
|
+
|
|
988
|
+
</tr>
|
|
989
|
+
</tbody>
|
|
990
|
+
</table>
|
|
991
|
+
</div>
|
|
992
|
+
<div>
|
|
993
|
+
</div>
|
|
933
994
|
<div class="io-description">
|
|
934
995
|
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
935
996
|
|
|
997
|
+
</div>
|
|
998
|
+
<div class="io-description">
|
|
999
|
+
|
|
936
1000
|
</div>
|
|
937
1001
|
</td>
|
|
938
1002
|
</tr>
|
|
@@ -3030,6 +3094,15 @@
|
|
|
3030
3094
|
</div>
|
|
3031
3095
|
</div>
|
|
3032
3096
|
|
|
3097
|
+
<label class="dark-mode-switch">
|
|
3098
|
+
<input type="checkbox">
|
|
3099
|
+
<span class="slider">
|
|
3100
|
+
<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">
|
|
3101
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
3102
|
+
</svg>
|
|
3103
|
+
</span>
|
|
3104
|
+
</label>
|
|
3105
|
+
|
|
3033
3106
|
<script>
|
|
3034
3107
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
3035
3108
|
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>
|
|
@@ -270,7 +270,7 @@
|
|
|
270
270
|
<div>
|
|
271
271
|
</div>
|
|
272
272
|
<div class="io-description">
|
|
273
|
-
<b>Returns : </b> <code>{ portalHost:
|
|
273
|
+
<b>Returns : </b> <code>{ portalHost: DomPortalOutlet; portal: ComponentPortal<any>; portalComponentInstance: ComponentRef<any>; }</code>
|
|
274
274
|
|
|
275
275
|
</div>
|
|
276
276
|
<div class="io-description">
|
|
@@ -385,6 +385,15 @@
|
|
|
385
385
|
</div>
|
|
386
386
|
</div>
|
|
387
387
|
|
|
388
|
+
<label class="dark-mode-switch">
|
|
389
|
+
<input type="checkbox">
|
|
390
|
+
<span class="slider">
|
|
391
|
+
<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">
|
|
392
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
393
|
+
</svg>
|
|
394
|
+
</span>
|
|
395
|
+
</label>
|
|
396
|
+
|
|
388
397
|
<script>
|
|
389
398
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
390
399
|
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>
|
|
@@ -255,7 +255,7 @@
|
|
|
255
255
|
<td class="col-md-4">
|
|
256
256
|
|
|
257
257
|
<div class="io-description">
|
|
258
|
-
<b>Returns : </b>
|
|
258
|
+
<b>Returns : </b> <code>Array<any></code>
|
|
259
259
|
|
|
260
260
|
</div>
|
|
261
261
|
</td>
|
|
@@ -327,6 +327,15 @@
|
|
|
327
327
|
</div>
|
|
328
328
|
</div>
|
|
329
329
|
|
|
330
|
+
<label class="dark-mode-switch">
|
|
331
|
+
<input type="checkbox">
|
|
332
|
+
<span class="slider">
|
|
333
|
+
<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">
|
|
334
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
335
|
+
</svg>
|
|
336
|
+
</span>
|
|
337
|
+
</label>
|
|
338
|
+
|
|
330
339
|
<script>
|
|
331
340
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
332
341
|
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>
|
|
@@ -539,6 +539,15 @@
|
|
|
539
539
|
</div>
|
|
540
540
|
</div>
|
|
541
541
|
|
|
542
|
+
<label class="dark-mode-switch">
|
|
543
|
+
<input type="checkbox">
|
|
544
|
+
<span class="slider">
|
|
545
|
+
<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">
|
|
546
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
547
|
+
</svg>
|
|
548
|
+
</span>
|
|
549
|
+
</label>
|
|
550
|
+
|
|
542
551
|
<script>
|
|
543
552
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
544
553
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'injectable';
|