@eui/core 13.0.0-rc.41 → 13.0.0-rc.45
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 +1 -10
- package/docs/classes/AddApiQueueItemAction.html +1 -10
- package/docs/classes/AddAppLoadedConfigModulesAction.html +1 -10
- package/docs/classes/ApiQueueServiceMock.html +1 -10
- package/docs/classes/AsyncStorageService.html +1 -10
- package/docs/classes/AsyncStorageServiceMock.html +1 -10
- package/docs/classes/EmptyApiQueueAction.html +1 -10
- package/docs/classes/EuiCoreRootGuardClass.html +1 -10
- package/docs/classes/EuiError.html +1 -10
- package/docs/classes/I18nResourceImpl.html +1 -10
- package/docs/classes/InitStoreAction.html +1 -10
- package/docs/classes/LogServiceMock.html +1 -10
- package/docs/classes/OpenIdConnectServiceMock.html +1 -10
- package/docs/classes/RemoveApiQueueItemAction.html +1 -10
- package/docs/classes/RouterMock.html +1 -10
- package/docs/classes/StorageService.html +1 -10
- package/docs/classes/StorageServiceMock.html +1 -10
- package/docs/classes/StoreMock.html +1 -10
- package/docs/classes/TranslateServiceMock.html +1 -10
- package/docs/classes/UpdateAppConnectionAction.html +1 -10
- package/docs/classes/UpdateAppStatusAction.html +1 -10
- package/docs/classes/UpdateAppVersionAction.html +1 -10
- package/docs/classes/UpdateCurrentModuleAction.html +1 -10
- package/docs/classes/UpdateI18nStateAction.html +1 -10
- package/docs/classes/UpdateLocaleStateAction.html +1 -10
- package/docs/classes/UpdateNotificationsListAction.html +1 -10
- package/docs/classes/UpdateUserDashboardAction.html +1 -10
- package/docs/classes/UpdateUserDetailsAction.html +1 -10
- package/docs/classes/UpdateUserPreferencesAction.html +1 -10
- package/docs/classes/UpdateUserRightsAction.html +1 -10
- package/docs/classes/UpdateUserStateAction.html +1 -10
- package/docs/classes/UxErrorManager.html +1 -10
- package/docs/classes/UxRootInjectorGuard.html +1 -10
- package/docs/dependencies.html +4 -13
- package/docs/directives/TranslateMockDirective.html +2 -11
- package/docs/index.html +1 -10
- package/docs/injectables/ApiQueueService.html +1 -10
- package/docs/injectables/CoreAppEffects.html +1 -10
- package/docs/injectables/EuiPermissionService.html +1 -10
- package/docs/injectables/GlobalErrorHandler.html +1 -10
- package/docs/injectables/I18nLoader.html +1 -10
- package/docs/injectables/I18nService.html +1 -10
- package/docs/injectables/I18nServiceMock.html +1 -10
- package/docs/injectables/LocalForageService.html +1 -10
- package/docs/injectables/LocalStorageService.html +1 -10
- package/docs/injectables/LocaleService.html +1 -10
- package/docs/injectables/LocaleServiceMock.html +1 -10
- package/docs/injectables/LogService.html +1 -10
- package/docs/injectables/OpenIdConnectService.html +1 -10
- package/docs/injectables/SessionStorageService.html +1 -10
- package/docs/injectables/StoreService.html +1 -10
- package/docs/injectables/StoreServiceMock.html +1 -10
- package/docs/injectables/UserService.html +1 -10
- package/docs/injectables/UserServiceMock.html +1 -10
- package/docs/injectables/UxAppShellService.html +1 -10
- package/docs/injectables/UxDynamicComponentService.html +2 -11
- package/docs/injectables/UxDynamicMenuService.html +2 -11
- package/docs/injectables/UxErrorFeedbackService.html +1 -10
- package/docs/injectables/UxTimezoneService.html +1 -10
- package/docs/interceptors/AddLangParamInterceptor.html +1 -10
- package/docs/interceptors/CachePreventionInterceptor.html +1 -10
- package/docs/interceptors/CorsSecurityInterceptor.html +1 -10
- package/docs/interceptors/CsrfPreventionInterceptor.html +1 -10
- package/docs/interceptors/EuLoginSessionTimeoutHandlingInterceptor.html +1 -10
- package/docs/interceptors/HttpErrorHandlerInterceptor.html +1 -10
- package/docs/interceptors/OpenIdConnectInterceptor.html +1 -10
- package/docs/interceptors/UxRequestErrorModelInterceptor.html +1 -10
- package/docs/interfaces/LoadedResources.html +1 -10
- package/docs/interfaces/LoadedResourcesError.html +1 -10
- package/docs/interfaces/ModuleLoadEvent.html +1 -10
- package/docs/interfaces/OpenIdConnectUserDetails.html +1 -10
- package/docs/interfaces/ResourceError.html +1 -10
- package/docs/interfaces/TimeZone.html +1 -10
- package/docs/interfaces/UIState.html +1 -10
- package/docs/js/menu-wc.js +6 -6
- package/docs/js/menu-wc_es5.js +1 -1
- package/docs/js/menu.js +2 -48
- package/docs/js/search/search_index.js +2 -2
- package/docs/license.html +1 -10
- package/docs/miscellaneous/enumerations.html +1 -10
- package/docs/miscellaneous/functions.html +1 -10
- package/docs/miscellaneous/typealiases.html +1 -10
- package/docs/miscellaneous/variables.html +1 -10
- package/docs/modules/CoreModule.html +1 -10
- package/docs/modules/I18nModule.html +1 -10
- package/docs/modules/LogModule.html +1 -10
- package/docs/modules/TranslateMockModule.html +1 -10
- package/docs/modules.html +5 -14
- package/docs/pipes/TranslateMockPipe.html +2 -11
- package/docs/styles/compodoc.css +1 -71
- package/docs/styles/dark.css +33 -37
- package/docs/styles/laravel.css +35 -33
- package/docs/styles/material.css +17 -15
- package/docs/styles/original.css +4 -2
- package/docs/styles/postmark.css +14 -12
- package/docs/styles/readthedocs.css +8 -6
- package/docs/styles/reset.css +34 -115
- package/docs/styles/stripe.css +35 -33
- package/docs/styles/vagrant.css +28 -26
- 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" media="(prefers-color-scheme: dark)">
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -302,15 +302,6 @@
|
|
|
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
|
-
|
|
314
305
|
<script>
|
|
315
306
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
316
307
|
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" media="(prefers-color-scheme: dark)">
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -173,15 +173,6 @@
|
|
|
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
|
-
|
|
185
176
|
<script>
|
|
186
177
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
187
178
|
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" media="(prefers-color-scheme: dark)">
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -502,15 +502,6 @@
|
|
|
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
|
-
|
|
514
505
|
<script>
|
|
515
506
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
516
507
|
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" media="(prefers-color-scheme: dark)">
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -509,15 +509,6 @@ 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
|
-
|
|
521
512
|
<script>
|
|
522
513
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
523
514
|
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" media="(prefers-color-scheme: dark)">
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -315,15 +315,6 @@
|
|
|
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
|
-
|
|
327
318
|
<script>
|
|
328
319
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
329
320
|
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" media="(prefers-color-scheme: dark)">
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -529,15 +529,6 @@
|
|
|
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
|
-
|
|
541
532
|
<script>
|
|
542
533
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
543
534
|
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" media="(prefers-color-scheme: dark)">
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -589,15 +589,6 @@
|
|
|
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
|
-
|
|
601
592
|
<script>
|
|
602
593
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
603
594
|
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" media="(prefers-color-scheme: dark)">
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -3094,15 +3094,6 @@
|
|
|
3094
3094
|
</div>
|
|
3095
3095
|
</div>
|
|
3096
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
|
-
|
|
3106
3097
|
<script>
|
|
3107
3098
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
3108
3099
|
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" media="(prefers-color-scheme: dark)">
|
|
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: any; portal: any; portalComponentInstance: any; }</code>
|
|
274
274
|
|
|
275
275
|
</div>
|
|
276
276
|
<div class="io-description">
|
|
@@ -385,15 +385,6 @@
|
|
|
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
|
-
|
|
397
388
|
<script>
|
|
398
389
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
399
390
|
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" media="(prefers-color-scheme: dark)">
|
|
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><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >any</a></code>
|
|
259
259
|
|
|
260
260
|
</div>
|
|
261
261
|
</td>
|
|
@@ -327,15 +327,6 @@
|
|
|
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
|
-
|
|
339
330
|
<script>
|
|
340
331
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
341
332
|
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" media="(prefers-color-scheme: dark)">
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -539,15 +539,6 @@
|
|
|
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
|
-
|
|
551
542
|
<script>
|
|
552
543
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
553
544
|
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" media="(prefers-color-scheme: dark)">
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -330,15 +330,6 @@
|
|
|
330
330
|
</div>
|
|
331
331
|
</div>
|
|
332
332
|
|
|
333
|
-
<label class="dark-mode-switch">
|
|
334
|
-
<input type="checkbox">
|
|
335
|
-
<span class="slider">
|
|
336
|
-
<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">
|
|
337
|
-
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
338
|
-
</svg>
|
|
339
|
-
</span>
|
|
340
|
-
</label>
|
|
341
|
-
|
|
342
333
|
<script>
|
|
343
334
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
344
335
|
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" media="(prefers-color-scheme: dark)">
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -253,15 +253,6 @@ Add the header (LANG_PARAM_KEY, <language parameter>) to your request http heade
|
|
|
253
253
|
</div>
|
|
254
254
|
</div>
|
|
255
255
|
|
|
256
|
-
<label class="dark-mode-switch">
|
|
257
|
-
<input type="checkbox">
|
|
258
|
-
<span class="slider">
|
|
259
|
-
<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">
|
|
260
|
-
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
261
|
-
</svg>
|
|
262
|
-
</span>
|
|
263
|
-
</label>
|
|
264
|
-
|
|
265
256
|
<script>
|
|
266
257
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
267
258
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'interceptor';
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
<link rel="icon" type="image/x-icon" href="../images/favicon.ico">
|
|
11
11
|
<link rel="stylesheet" href="../styles/style.css">
|
|
12
|
-
<link rel="stylesheet" href="../styles/dark.css">
|
|
12
|
+
<link rel="stylesheet" href="../styles/dark.css" media="(prefers-color-scheme: dark)">
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -202,15 +202,6 @@
|
|
|
202
202
|
</div>
|
|
203
203
|
</div>
|
|
204
204
|
|
|
205
|
-
<label class="dark-mode-switch">
|
|
206
|
-
<input type="checkbox">
|
|
207
|
-
<span class="slider">
|
|
208
|
-
<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">
|
|
209
|
-
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
210
|
-
</svg>
|
|
211
|
-
</span>
|
|
212
|
-
</label>
|
|
213
|
-
|
|
214
205
|
<script>
|
|
215
206
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
216
207
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'interceptor';
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
<link rel="icon" type="image/x-icon" href="../images/favicon.ico">
|
|
11
11
|
<link rel="stylesheet" href="../styles/style.css">
|
|
12
|
-
<link rel="stylesheet" href="../styles/dark.css">
|
|
12
|
+
<link rel="stylesheet" href="../styles/dark.css" media="(prefers-color-scheme: dark)">
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -202,15 +202,6 @@
|
|
|
202
202
|
</div>
|
|
203
203
|
</div>
|
|
204
204
|
|
|
205
|
-
<label class="dark-mode-switch">
|
|
206
|
-
<input type="checkbox">
|
|
207
|
-
<span class="slider">
|
|
208
|
-
<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">
|
|
209
|
-
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
210
|
-
</svg>
|
|
211
|
-
</span>
|
|
212
|
-
</label>
|
|
213
|
-
|
|
214
205
|
<script>
|
|
215
206
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
216
207
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'interceptor';
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
<link rel="icon" type="image/x-icon" href="../images/favicon.ico">
|
|
11
11
|
<link rel="stylesheet" href="../styles/style.css">
|
|
12
|
-
<link rel="stylesheet" href="../styles/dark.css">
|
|
12
|
+
<link rel="stylesheet" href="../styles/dark.css" media="(prefers-color-scheme: dark)">
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -202,15 +202,6 @@
|
|
|
202
202
|
</div>
|
|
203
203
|
</div>
|
|
204
204
|
|
|
205
|
-
<label class="dark-mode-switch">
|
|
206
|
-
<input type="checkbox">
|
|
207
|
-
<span class="slider">
|
|
208
|
-
<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">
|
|
209
|
-
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
210
|
-
</svg>
|
|
211
|
-
</span>
|
|
212
|
-
</label>
|
|
213
|
-
|
|
214
205
|
<script>
|
|
215
206
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
216
207
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'interceptor';
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
<link rel="icon" type="image/x-icon" href="../images/favicon.ico">
|
|
11
11
|
<link rel="stylesheet" href="../styles/style.css">
|
|
12
|
-
<link rel="stylesheet" href="../styles/dark.css">
|
|
12
|
+
<link rel="stylesheet" href="../styles/dark.css" media="(prefers-color-scheme: dark)">
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -202,15 +202,6 @@
|
|
|
202
202
|
</div>
|
|
203
203
|
</div>
|
|
204
204
|
|
|
205
|
-
<label class="dark-mode-switch">
|
|
206
|
-
<input type="checkbox">
|
|
207
|
-
<span class="slider">
|
|
208
|
-
<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">
|
|
209
|
-
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
210
|
-
</svg>
|
|
211
|
-
</span>
|
|
212
|
-
</label>
|
|
213
|
-
|
|
214
205
|
<script>
|
|
215
206
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
216
207
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'interceptor';
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
<link rel="icon" type="image/x-icon" href="../images/favicon.ico">
|
|
11
11
|
<link rel="stylesheet" href="../styles/style.css">
|
|
12
|
-
<link rel="stylesheet" href="../styles/dark.css">
|
|
12
|
+
<link rel="stylesheet" href="../styles/dark.css" media="(prefers-color-scheme: dark)">
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -269,15 +269,6 @@
|
|
|
269
269
|
</div>
|
|
270
270
|
</div>
|
|
271
271
|
|
|
272
|
-
<label class="dark-mode-switch">
|
|
273
|
-
<input type="checkbox">
|
|
274
|
-
<span class="slider">
|
|
275
|
-
<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">
|
|
276
|
-
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
277
|
-
</svg>
|
|
278
|
-
</span>
|
|
279
|
-
</label>
|
|
280
|
-
|
|
281
272
|
<script>
|
|
282
273
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
283
274
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'interceptor';
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
<link rel="icon" type="image/x-icon" href="../images/favicon.ico">
|
|
11
11
|
<link rel="stylesheet" href="../styles/style.css">
|
|
12
|
-
<link rel="stylesheet" href="../styles/dark.css">
|
|
12
|
+
<link rel="stylesheet" href="../styles/dark.css" media="(prefers-color-scheme: dark)">
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -295,15 +295,6 @@
|
|
|
295
295
|
</div>
|
|
296
296
|
</div>
|
|
297
297
|
|
|
298
|
-
<label class="dark-mode-switch">
|
|
299
|
-
<input type="checkbox">
|
|
300
|
-
<span class="slider">
|
|
301
|
-
<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">
|
|
302
|
-
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
303
|
-
</svg>
|
|
304
|
-
</span>
|
|
305
|
-
</label>
|
|
306
|
-
|
|
307
298
|
<script>
|
|
308
299
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
309
300
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'interceptor';
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
<link rel="icon" type="image/x-icon" href="../images/favicon.ico">
|
|
11
11
|
<link rel="stylesheet" href="../styles/style.css">
|
|
12
|
-
<link rel="stylesheet" href="../styles/dark.css">
|
|
12
|
+
<link rel="stylesheet" href="../styles/dark.css" media="(prefers-color-scheme: dark)">
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -245,15 +245,6 @@
|
|
|
245
245
|
</div>
|
|
246
246
|
</div>
|
|
247
247
|
|
|
248
|
-
<label class="dark-mode-switch">
|
|
249
|
-
<input type="checkbox">
|
|
250
|
-
<span class="slider">
|
|
251
|
-
<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">
|
|
252
|
-
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
253
|
-
</svg>
|
|
254
|
-
</span>
|
|
255
|
-
</label>
|
|
256
|
-
|
|
257
248
|
<script>
|
|
258
249
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
259
250
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'interceptor';
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
<link rel="icon" type="image/x-icon" href="../images/favicon.ico">
|
|
11
11
|
<link rel="stylesheet" href="../styles/style.css">
|
|
12
|
-
<link rel="stylesheet" href="../styles/dark.css">
|
|
12
|
+
<link rel="stylesheet" href="../styles/dark.css" media="(prefers-color-scheme: dark)">
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -240,15 +240,6 @@
|
|
|
240
240
|
</div>
|
|
241
241
|
</div>
|
|
242
242
|
|
|
243
|
-
<label class="dark-mode-switch">
|
|
244
|
-
<input type="checkbox">
|
|
245
|
-
<span class="slider">
|
|
246
|
-
<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">
|
|
247
|
-
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
248
|
-
</svg>
|
|
249
|
-
</span>
|
|
250
|
-
</label>
|
|
251
|
-
|
|
252
243
|
<script>
|
|
253
244
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
254
245
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'interface';
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
<link rel="icon" type="image/x-icon" href="../images/favicon.ico">
|
|
11
11
|
<link rel="stylesheet" href="../styles/style.css">
|
|
12
|
-
<link rel="stylesheet" href="../styles/dark.css">
|
|
12
|
+
<link rel="stylesheet" href="../styles/dark.css" media="(prefers-color-scheme: dark)">
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -195,15 +195,6 @@
|
|
|
195
195
|
</div>
|
|
196
196
|
</div>
|
|
197
197
|
|
|
198
|
-
<label class="dark-mode-switch">
|
|
199
|
-
<input type="checkbox">
|
|
200
|
-
<span class="slider">
|
|
201
|
-
<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">
|
|
202
|
-
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
203
|
-
</svg>
|
|
204
|
-
</span>
|
|
205
|
-
</label>
|
|
206
|
-
|
|
207
198
|
<script>
|
|
208
199
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
209
200
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'interface';
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
<link rel="icon" type="image/x-icon" href="../images/favicon.ico">
|
|
11
11
|
<link rel="stylesheet" href="../styles/style.css">
|
|
12
|
-
<link rel="stylesheet" href="../styles/dark.css">
|
|
12
|
+
<link rel="stylesheet" href="../styles/dark.css" media="(prefers-color-scheme: dark)">
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -240,15 +240,6 @@
|
|
|
240
240
|
</div>
|
|
241
241
|
</div>
|
|
242
242
|
|
|
243
|
-
<label class="dark-mode-switch">
|
|
244
|
-
<input type="checkbox">
|
|
245
|
-
<span class="slider">
|
|
246
|
-
<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">
|
|
247
|
-
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
248
|
-
</svg>
|
|
249
|
-
</span>
|
|
250
|
-
</label>
|
|
251
|
-
|
|
252
243
|
<script>
|
|
253
244
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
254
245
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'interface';
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
<link rel="icon" type="image/x-icon" href="../images/favicon.ico">
|
|
11
11
|
<link rel="stylesheet" href="../styles/style.css">
|
|
12
|
-
<link rel="stylesheet" href="../styles/dark.css">
|
|
12
|
+
<link rel="stylesheet" href="../styles/dark.css" media="(prefers-color-scheme: dark)">
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -387,15 +387,6 @@
|
|
|
387
387
|
</div>
|
|
388
388
|
</div>
|
|
389
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
|
-
|
|
399
390
|
<script>
|
|
400
391
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
401
392
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'interface';
|