@eui/core 14.0.0-beta.1 → 14.0.0-rc.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/i18n-eui/bg.json +113 -109
- package/assets/i18n-eui/cs.json +4 -0
- package/assets/i18n-eui/da.json +114 -110
- package/assets/i18n-eui/de.json +4 -0
- package/assets/i18n-eui/el.json +114 -110
- package/assets/i18n-eui/en.json +4 -0
- package/assets/i18n-eui/es.json +4 -0
- package/assets/i18n-eui/et.json +4 -0
- package/assets/i18n-eui/fi.json +5 -1
- package/assets/i18n-eui/fr.json +113 -109
- package/assets/i18n-eui/ga.json +5 -1
- package/assets/i18n-eui/hr.json +4 -0
- package/assets/i18n-eui/hu.json +4 -0
- package/assets/i18n-eui/it.json +113 -109
- package/assets/i18n-eui/lt.json +4 -0
- package/assets/i18n-eui/lv.json +4 -0
- package/assets/i18n-eui/mt.json +6 -2
- package/assets/i18n-eui/nl.json +5 -1
- package/assets/i18n-eui/pl.json +113 -109
- package/assets/i18n-eui/pt.json +7 -3
- package/assets/i18n-eui/ro.json +113 -109
- package/assets/i18n-eui/sk.json +4 -0
- package/assets/i18n-eui/sl.json +6 -2
- package/assets/i18n-eui/sv.json +6 -2
- package/docs/classes/ActivatedRouteAction.html +12 -1
- package/docs/classes/AddApiQueueItemAction.html +12 -1
- package/docs/classes/AddAppLoadedConfigModulesAction.html +12 -1
- package/docs/classes/ApiQueueServiceMock.html +12 -1
- package/docs/classes/AsyncStorageService.html +12 -1
- package/docs/classes/AsyncStorageServiceMock.html +12 -1
- package/docs/classes/EmptyApiQueueAction.html +12 -1
- package/docs/classes/EuiCoreRootGuardClass.html +12 -1
- package/docs/classes/EuiError.html +12 -1
- package/docs/classes/I18nResourceImpl.html +12 -1
- package/docs/classes/InitStoreAction.html +12 -1
- package/docs/classes/LogServiceMock.html +12 -1
- package/docs/classes/OpenIdConnectServiceMock.html +12 -1
- package/docs/classes/RemoveApiQueueItemAction.html +12 -1
- package/docs/classes/RouterMock.html +12 -1
- package/docs/classes/StorageService.html +12 -1
- package/docs/classes/StorageServiceMock.html +12 -1
- package/docs/classes/StoreMock.html +12 -1
- package/docs/classes/TranslateServiceMock.html +12 -1
- package/docs/classes/UpdateAppConnectionAction.html +12 -1
- package/docs/classes/UpdateAppStatusAction.html +12 -1
- package/docs/classes/UpdateAppVersionAction.html +12 -1
- package/docs/classes/UpdateCurrentModuleAction.html +12 -1
- package/docs/classes/UpdateI18nStateAction.html +12 -1
- package/docs/classes/UpdateLocaleStateAction.html +12 -1
- package/docs/classes/UpdateNotificationsListAction.html +12 -1
- package/docs/classes/UpdateUserDashboardAction.html +12 -1
- package/docs/classes/UpdateUserDetailsAction.html +12 -1
- package/docs/classes/UpdateUserPreferencesAction.html +12 -1
- package/docs/classes/UpdateUserRightsAction.html +12 -1
- package/docs/classes/UpdateUserStateAction.html +12 -1
- package/docs/classes/UxErrorManager.html +12 -1
- package/docs/classes/UxRootInjectorGuard.html +12 -1
- package/docs/dependencies.html +58 -49
- package/docs/directives/TranslateMockDirective.html +14 -2
- package/docs/index.html +12 -1
- package/docs/injectables/ApiQueueService.html +12 -1
- package/docs/injectables/CoreAppEffects.html +12 -1
- package/docs/injectables/EuiPermissionService.html +12 -1
- package/docs/injectables/GlobalErrorHandler.html +12 -1
- package/docs/injectables/I18nLoader.html +12 -1
- package/docs/injectables/I18nService.html +12 -1
- package/docs/injectables/I18nServiceMock.html +12 -1
- package/docs/injectables/LocalForageService.html +12 -1
- package/docs/injectables/LocalStorageService.html +12 -1
- package/docs/injectables/LocaleService.html +12 -1
- package/docs/injectables/LocaleServiceMock.html +12 -1
- package/docs/injectables/LogService.html +12 -1
- package/docs/injectables/OpenIdConnectService.html +12 -1
- package/docs/injectables/SessionStorageService.html +12 -1
- package/docs/injectables/StoreService.html +12 -1
- package/docs/injectables/StoreServiceMock.html +12 -1
- package/docs/injectables/UserService.html +12 -1
- package/docs/injectables/UserServiceMock.html +12 -1
- package/docs/injectables/UxAppShellService.html +12 -1
- package/docs/injectables/UxDynamicComponentService.html +13 -2
- package/docs/injectables/UxDynamicMenuService.html +13 -2
- package/docs/injectables/UxErrorFeedbackService.html +12 -1
- package/docs/injectables/UxTimezoneService.html +12 -1
- package/docs/interceptors/AddLangParamInterceptor.html +12 -1
- package/docs/interceptors/CachePreventionInterceptor.html +12 -1
- package/docs/interceptors/CorsSecurityInterceptor.html +12 -1
- package/docs/interceptors/CsrfPreventionInterceptor.html +12 -1
- package/docs/interceptors/EuLoginSessionTimeoutHandlingInterceptor.html +12 -1
- package/docs/interceptors/HttpErrorHandlerInterceptor.html +12 -1
- package/docs/interceptors/OpenIdConnectInterceptor.html +12 -1
- package/docs/interceptors/UxRequestErrorModelInterceptor.html +12 -1
- package/docs/interfaces/LoadedResources.html +12 -1
- package/docs/interfaces/LoadedResourcesError.html +12 -1
- package/docs/interfaces/ModuleLoadEvent.html +12 -1
- package/docs/interfaces/OpenIdConnectUserDetails.html +12 -1
- package/docs/interfaces/ResourceError.html +12 -1
- package/docs/interfaces/TimeZone.html +12 -1
- package/docs/interfaces/UIState.html +12 -1
- package/docs/js/menu-wc.js +11 -6
- package/docs/js/menu-wc_es5.js +4 -4
- package/docs/js/menu.js +62 -6
- package/docs/js/search/search_index.js +2 -2
- package/docs/license.html +12 -1
- package/docs/miscellaneous/enumerations.html +12 -1
- package/docs/miscellaneous/functions.html +12 -1
- package/docs/miscellaneous/typealiases.html +12 -1
- package/docs/miscellaneous/variables.html +12 -1
- package/docs/modules/CoreModule.html +12 -1
- package/docs/modules/I18nModule.html +12 -1
- package/docs/modules/LogModule.html +12 -1
- package/docs/modules/TranslateMockModule.html +12 -1
- package/docs/modules.html +16 -5
- package/docs/pipes/TranslateMockPipe.html +13 -2
- package/docs/properties.html +124 -0
- package/docs/styles/compodoc.css +79 -1
- package/docs/styles/dark.css +37 -33
- package/docs/styles/laravel.css +33 -35
- package/docs/styles/material.css +15 -17
- package/docs/styles/original.css +2 -4
- package/docs/styles/postmark.css +12 -14
- package/docs/styles/readthedocs.css +6 -8
- package/docs/styles/reset.css +115 -34
- package/docs/styles/stripe.css +33 -35
- package/docs/styles/vagrant.css +26 -28
- package/esm2020/lib/eui-core.module.mjs +5 -7
- package/esm2020/lib/interceptors/add-lang-param.interceptor.mjs +4 -4
- package/esm2020/lib/interceptors/cache-prevention.interceptor.mjs +4 -4
- package/esm2020/lib/interceptors/cors-security.interceptor.mjs +4 -4
- package/esm2020/lib/interceptors/csrf-prevention.interceptor.mjs +4 -4
- package/esm2020/lib/interceptors/eu-login-session-timeout-handling.interceptor.mjs +17 -11
- package/esm2020/lib/interceptors/openid/openid-connect.interceptor.mjs +4 -4
- package/esm2020/lib/interceptors/openid/openid-connect.service.mjs +36 -37
- package/esm2020/lib/interceptors/ux-request-error-model.interceptor.mjs +4 -4
- package/esm2020/lib/services/app/eui-init-app.mjs +16 -4
- package/esm2020/lib/services/config/tokens.mjs +3 -3
- package/esm2020/lib/services/errors/global-error-handler.mjs +4 -4
- package/esm2020/lib/services/errors/http-error-handler.interceptor.mjs +4 -4
- package/esm2020/lib/services/i18n/i18n.loader.mjs +4 -4
- package/esm2020/lib/services/i18n/i18n.service.mjs +17 -5
- package/esm2020/lib/services/i18n/i18n.service.mock.mjs +4 -4
- package/esm2020/lib/services/locale/locale.service.mjs +4 -4
- package/esm2020/lib/services/log/log.module.mjs +5 -5
- package/esm2020/lib/services/log/log.service.mjs +4 -4
- package/esm2020/lib/services/permission/permission.service.mjs +4 -4
- package/esm2020/lib/services/queue/api-queue.service.mjs +4 -4
- package/esm2020/lib/services/storage/local-forage.service.mjs +4 -4
- package/esm2020/lib/services/storage/local-storage.service.mjs +4 -4
- package/esm2020/lib/services/storage/session-storage.service.mjs +4 -4
- package/esm2020/lib/services/store/effects/app.effects.mjs +4 -4
- package/esm2020/lib/services/store/store.service.mjs +4 -4
- package/esm2020/lib/services/store/store.service.mock.mjs +4 -4
- package/esm2020/lib/services/user/user.service.mjs +4 -4
- package/esm2020/lib/services/user/user.service.mock.mjs +4 -4
- package/esm2020/lib/services/ux-app-shell.service.mjs +4 -4
- package/esm2020/lib/services/ux-dynamic-component/ux-dynamic-component.service.mjs +7 -6
- package/esm2020/lib/services/ux-dynamic-menu/ux-dynamic-menu.service.mjs +4 -4
- package/esm2020/lib/services/ux-error-feedback/ux-error-feedback.service.mjs +4 -4
- package/esm2020/lib/services/ux-timezone.service.mjs +4 -4
- package/fesm2015/eui-core.mjs +172 -145
- package/fesm2015/eui-core.mjs.map +1 -1
- package/fesm2020/eui-core.mjs +172 -145
- package/fesm2020/eui-core.mjs.map +1 -1
- package/lib/helpers/form-helpers.d.ts +2 -2
- package/lib/interceptors/eu-login-session-timeout-handling.interceptor.d.ts.map +1 -1
- package/lib/interceptors/openid/openid-connect.service.d.ts.map +1 -1
- package/lib/services/app/eui-init-app.d.ts.map +1 -1
- package/lib/services/i18n/i18n.service.d.ts.map +1 -1
- package/lib/services/ux-dynamic-component/ux-dynamic-component.service.d.ts +1 -1
- package/lib/services/ux-dynamic-component/ux-dynamic-component.service.d.ts.map +1 -1
- package/package.json +4 -4
- package/eui-core.d.ts +0 -6
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
<link rel="icon" type="image/x-icon" href="../images/favicon.ico">
|
|
11
11
|
<link rel="stylesheet" href="../styles/style.css">
|
|
12
|
-
<link rel="stylesheet" href="../styles/dark.css"
|
|
12
|
+
<link rel="stylesheet" href="../styles/dark.css">
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -42,6 +42,7 @@
|
|
|
42
42
|
|
|
43
43
|
|
|
44
44
|
|
|
45
|
+
|
|
45
46
|
<ol class="breadcrumb">
|
|
46
47
|
<li>Classes</li>
|
|
47
48
|
<li >ActivatedRouteAction</li>
|
|
@@ -216,6 +217,7 @@
|
|
|
216
217
|
|
|
217
218
|
|
|
218
219
|
|
|
220
|
+
|
|
219
221
|
</div><div class="search-results">
|
|
220
222
|
<div class="has-results">
|
|
221
223
|
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
@@ -230,6 +232,15 @@
|
|
|
230
232
|
</div>
|
|
231
233
|
</div>
|
|
232
234
|
|
|
235
|
+
<label class="dark-mode-switch">
|
|
236
|
+
<input type="checkbox">
|
|
237
|
+
<span class="slider">
|
|
238
|
+
<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">
|
|
239
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
240
|
+
</svg>
|
|
241
|
+
</span>
|
|
242
|
+
</label>
|
|
243
|
+
|
|
233
244
|
<script>
|
|
234
245
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
235
246
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'class';
|
|
@@ -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>
|
|
@@ -42,6 +42,7 @@
|
|
|
42
42
|
|
|
43
43
|
|
|
44
44
|
|
|
45
|
+
|
|
45
46
|
<ol class="breadcrumb">
|
|
46
47
|
<li>Classes</li>
|
|
47
48
|
<li >AddApiQueueItemAction</li>
|
|
@@ -216,6 +217,7 @@
|
|
|
216
217
|
|
|
217
218
|
|
|
218
219
|
|
|
220
|
+
|
|
219
221
|
</div><div class="search-results">
|
|
220
222
|
<div class="has-results">
|
|
221
223
|
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
@@ -230,6 +232,15 @@
|
|
|
230
232
|
</div>
|
|
231
233
|
</div>
|
|
232
234
|
|
|
235
|
+
<label class="dark-mode-switch">
|
|
236
|
+
<input type="checkbox">
|
|
237
|
+
<span class="slider">
|
|
238
|
+
<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">
|
|
239
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
240
|
+
</svg>
|
|
241
|
+
</span>
|
|
242
|
+
</label>
|
|
243
|
+
|
|
233
244
|
<script>
|
|
234
245
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
235
246
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'class';
|
|
@@ -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>
|
|
@@ -42,6 +42,7 @@
|
|
|
42
42
|
|
|
43
43
|
|
|
44
44
|
|
|
45
|
+
|
|
45
46
|
<ol class="breadcrumb">
|
|
46
47
|
<li>Classes</li>
|
|
47
48
|
<li >AddAppLoadedConfigModulesAction</li>
|
|
@@ -216,6 +217,7 @@
|
|
|
216
217
|
|
|
217
218
|
|
|
218
219
|
|
|
220
|
+
|
|
219
221
|
</div><div class="search-results">
|
|
220
222
|
<div class="has-results">
|
|
221
223
|
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
@@ -230,6 +232,15 @@
|
|
|
230
232
|
</div>
|
|
231
233
|
</div>
|
|
232
234
|
|
|
235
|
+
<label class="dark-mode-switch">
|
|
236
|
+
<input type="checkbox">
|
|
237
|
+
<span class="slider">
|
|
238
|
+
<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">
|
|
239
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
240
|
+
</svg>
|
|
241
|
+
</span>
|
|
242
|
+
</label>
|
|
243
|
+
|
|
233
244
|
<script>
|
|
234
245
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
235
246
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'class';
|
|
@@ -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>
|
|
@@ -42,6 +42,7 @@
|
|
|
42
42
|
|
|
43
43
|
|
|
44
44
|
|
|
45
|
+
|
|
45
46
|
<ol class="breadcrumb">
|
|
46
47
|
<li>Classes</li>
|
|
47
48
|
<li >ApiQueueServiceMock</li>
|
|
@@ -487,6 +488,7 @@ or Http response follows order.</p>
|
|
|
487
488
|
|
|
488
489
|
|
|
489
490
|
|
|
491
|
+
|
|
490
492
|
</div><div class="search-results">
|
|
491
493
|
<div class="has-results">
|
|
492
494
|
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
@@ -501,6 +503,15 @@ or Http response follows order.</p>
|
|
|
501
503
|
</div>
|
|
502
504
|
</div>
|
|
503
505
|
|
|
506
|
+
<label class="dark-mode-switch">
|
|
507
|
+
<input type="checkbox">
|
|
508
|
+
<span class="slider">
|
|
509
|
+
<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">
|
|
510
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
511
|
+
</svg>
|
|
512
|
+
</span>
|
|
513
|
+
</label>
|
|
514
|
+
|
|
504
515
|
<script>
|
|
505
516
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
506
517
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'class';
|
|
@@ -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>
|
|
@@ -42,6 +42,7 @@
|
|
|
42
42
|
|
|
43
43
|
|
|
44
44
|
|
|
45
|
+
|
|
45
46
|
<ol class="breadcrumb">
|
|
46
47
|
<li>Classes</li>
|
|
47
48
|
<li >AsyncStorageService</li>
|
|
@@ -875,6 +876,7 @@
|
|
|
875
876
|
|
|
876
877
|
|
|
877
878
|
|
|
879
|
+
|
|
878
880
|
</div><div class="search-results">
|
|
879
881
|
<div class="has-results">
|
|
880
882
|
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
@@ -889,6 +891,15 @@
|
|
|
889
891
|
</div>
|
|
890
892
|
</div>
|
|
891
893
|
|
|
894
|
+
<label class="dark-mode-switch">
|
|
895
|
+
<input type="checkbox">
|
|
896
|
+
<span class="slider">
|
|
897
|
+
<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">
|
|
898
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
899
|
+
</svg>
|
|
900
|
+
</span>
|
|
901
|
+
</label>
|
|
902
|
+
|
|
892
903
|
<script>
|
|
893
904
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
894
905
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'class';
|
|
@@ -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>
|
|
@@ -42,6 +42,7 @@
|
|
|
42
42
|
|
|
43
43
|
|
|
44
44
|
|
|
45
|
+
|
|
45
46
|
<ol class="breadcrumb">
|
|
46
47
|
<li>Classes</li>
|
|
47
48
|
<li >AsyncStorageServiceMock</li>
|
|
@@ -361,6 +362,7 @@
|
|
|
361
362
|
|
|
362
363
|
|
|
363
364
|
|
|
365
|
+
|
|
364
366
|
</div><div class="search-results">
|
|
365
367
|
<div class="has-results">
|
|
366
368
|
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
@@ -375,6 +377,15 @@
|
|
|
375
377
|
</div>
|
|
376
378
|
</div>
|
|
377
379
|
|
|
380
|
+
<label class="dark-mode-switch">
|
|
381
|
+
<input type="checkbox">
|
|
382
|
+
<span class="slider">
|
|
383
|
+
<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">
|
|
384
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
385
|
+
</svg>
|
|
386
|
+
</span>
|
|
387
|
+
</label>
|
|
388
|
+
|
|
378
389
|
<script>
|
|
379
390
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
380
391
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'class';
|
|
@@ -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>
|
|
@@ -42,6 +42,7 @@
|
|
|
42
42
|
|
|
43
43
|
|
|
44
44
|
|
|
45
|
+
|
|
45
46
|
<ol class="breadcrumb">
|
|
46
47
|
<li>Classes</li>
|
|
47
48
|
<li >EmptyApiQueueAction</li>
|
|
@@ -216,6 +217,7 @@
|
|
|
216
217
|
|
|
217
218
|
|
|
218
219
|
|
|
220
|
+
|
|
219
221
|
</div><div class="search-results">
|
|
220
222
|
<div class="has-results">
|
|
221
223
|
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
@@ -230,6 +232,15 @@
|
|
|
230
232
|
</div>
|
|
231
233
|
</div>
|
|
232
234
|
|
|
235
|
+
<label class="dark-mode-switch">
|
|
236
|
+
<input type="checkbox">
|
|
237
|
+
<span class="slider">
|
|
238
|
+
<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">
|
|
239
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
240
|
+
</svg>
|
|
241
|
+
</span>
|
|
242
|
+
</label>
|
|
243
|
+
|
|
233
244
|
<script>
|
|
234
245
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
235
246
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'class';
|
|
@@ -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>
|
|
@@ -42,6 +42,7 @@
|
|
|
42
42
|
|
|
43
43
|
|
|
44
44
|
|
|
45
|
+
|
|
45
46
|
<ol class="breadcrumb">
|
|
46
47
|
<li>Classes</li>
|
|
47
48
|
<li >EuiCoreRootGuardClass</li>
|
|
@@ -101,6 +102,7 @@
|
|
|
101
102
|
|
|
102
103
|
|
|
103
104
|
|
|
105
|
+
|
|
104
106
|
</div><div class="search-results">
|
|
105
107
|
<div class="has-results">
|
|
106
108
|
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
@@ -115,6 +117,15 @@
|
|
|
115
117
|
</div>
|
|
116
118
|
</div>
|
|
117
119
|
|
|
120
|
+
<label class="dark-mode-switch">
|
|
121
|
+
<input type="checkbox">
|
|
122
|
+
<span class="slider">
|
|
123
|
+
<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">
|
|
124
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
125
|
+
</svg>
|
|
126
|
+
</span>
|
|
127
|
+
</label>
|
|
128
|
+
|
|
118
129
|
<script>
|
|
119
130
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
120
131
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'class';
|
|
@@ -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>
|
|
@@ -42,6 +42,7 @@
|
|
|
42
42
|
|
|
43
43
|
|
|
44
44
|
|
|
45
|
+
|
|
45
46
|
<ol class="breadcrumb">
|
|
46
47
|
<li>Classes</li>
|
|
47
48
|
<li >EuiError</li>
|
|
@@ -161,6 +162,7 @@
|
|
|
161
162
|
|
|
162
163
|
|
|
163
164
|
|
|
165
|
+
|
|
164
166
|
</div><div class="search-results">
|
|
165
167
|
<div class="has-results">
|
|
166
168
|
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
@@ -175,6 +177,15 @@
|
|
|
175
177
|
</div>
|
|
176
178
|
</div>
|
|
177
179
|
|
|
180
|
+
<label class="dark-mode-switch">
|
|
181
|
+
<input type="checkbox">
|
|
182
|
+
<span class="slider">
|
|
183
|
+
<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">
|
|
184
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
185
|
+
</svg>
|
|
186
|
+
</span>
|
|
187
|
+
</label>
|
|
188
|
+
|
|
178
189
|
<script>
|
|
179
190
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
180
191
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'class';
|
|
@@ -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>
|
|
@@ -42,6 +42,7 @@
|
|
|
42
42
|
|
|
43
43
|
|
|
44
44
|
|
|
45
|
+
|
|
45
46
|
<ol class="breadcrumb">
|
|
46
47
|
<li>Classes</li>
|
|
47
48
|
<li >I18nResourceImpl</li>
|
|
@@ -444,6 +445,7 @@
|
|
|
444
445
|
|
|
445
446
|
|
|
446
447
|
|
|
448
|
+
|
|
447
449
|
</div><div class="search-results">
|
|
448
450
|
<div class="has-results">
|
|
449
451
|
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
@@ -458,6 +460,15 @@
|
|
|
458
460
|
</div>
|
|
459
461
|
</div>
|
|
460
462
|
|
|
463
|
+
<label class="dark-mode-switch">
|
|
464
|
+
<input type="checkbox">
|
|
465
|
+
<span class="slider">
|
|
466
|
+
<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">
|
|
467
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
468
|
+
</svg>
|
|
469
|
+
</span>
|
|
470
|
+
</label>
|
|
471
|
+
|
|
461
472
|
<script>
|
|
462
473
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
463
474
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'class';
|
|
@@ -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>
|
|
@@ -42,6 +42,7 @@
|
|
|
42
42
|
|
|
43
43
|
|
|
44
44
|
|
|
45
|
+
|
|
45
46
|
<ol class="breadcrumb">
|
|
46
47
|
<li>Classes</li>
|
|
47
48
|
<li >InitStoreAction</li>
|
|
@@ -216,6 +217,7 @@
|
|
|
216
217
|
|
|
217
218
|
|
|
218
219
|
|
|
220
|
+
|
|
219
221
|
</div><div class="search-results">
|
|
220
222
|
<div class="has-results">
|
|
221
223
|
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
@@ -230,6 +232,15 @@
|
|
|
230
232
|
</div>
|
|
231
233
|
</div>
|
|
232
234
|
|
|
235
|
+
<label class="dark-mode-switch">
|
|
236
|
+
<input type="checkbox">
|
|
237
|
+
<span class="slider">
|
|
238
|
+
<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">
|
|
239
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
240
|
+
</svg>
|
|
241
|
+
</span>
|
|
242
|
+
</label>
|
|
243
|
+
|
|
233
244
|
<script>
|
|
234
245
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
235
246
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'class';
|
|
@@ -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>
|
|
@@ -42,6 +42,7 @@
|
|
|
42
42
|
|
|
43
43
|
|
|
44
44
|
|
|
45
|
+
|
|
45
46
|
<ol class="breadcrumb">
|
|
46
47
|
<li>Classes</li>
|
|
47
48
|
<li >LogServiceMock</li>
|
|
@@ -157,6 +158,7 @@
|
|
|
157
158
|
|
|
158
159
|
|
|
159
160
|
|
|
161
|
+
|
|
160
162
|
</div><div class="search-results">
|
|
161
163
|
<div class="has-results">
|
|
162
164
|
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
@@ -171,6 +173,15 @@
|
|
|
171
173
|
</div>
|
|
172
174
|
</div>
|
|
173
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
|
+
|
|
174
185
|
<script>
|
|
175
186
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
176
187
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'class';
|
|
@@ -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>
|
|
@@ -42,6 +42,7 @@
|
|
|
42
42
|
|
|
43
43
|
|
|
44
44
|
|
|
45
|
+
|
|
45
46
|
<ol class="breadcrumb">
|
|
46
47
|
<li>Classes</li>
|
|
47
48
|
<li >OpenIdConnectServiceMock</li>
|
|
@@ -157,6 +158,7 @@
|
|
|
157
158
|
|
|
158
159
|
|
|
159
160
|
|
|
161
|
+
|
|
160
162
|
</div><div class="search-results">
|
|
161
163
|
<div class="has-results">
|
|
162
164
|
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
@@ -171,6 +173,15 @@
|
|
|
171
173
|
</div>
|
|
172
174
|
</div>
|
|
173
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
|
+
|
|
174
185
|
<script>
|
|
175
186
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
176
187
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'class';
|
|
@@ -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>
|
|
@@ -42,6 +42,7 @@
|
|
|
42
42
|
|
|
43
43
|
|
|
44
44
|
|
|
45
|
+
|
|
45
46
|
<ol class="breadcrumb">
|
|
46
47
|
<li>Classes</li>
|
|
47
48
|
<li >RemoveApiQueueItemAction</li>
|
|
@@ -216,6 +217,7 @@
|
|
|
216
217
|
|
|
217
218
|
|
|
218
219
|
|
|
220
|
+
|
|
219
221
|
</div><div class="search-results">
|
|
220
222
|
<div class="has-results">
|
|
221
223
|
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
@@ -230,6 +232,15 @@
|
|
|
230
232
|
</div>
|
|
231
233
|
</div>
|
|
232
234
|
|
|
235
|
+
<label class="dark-mode-switch">
|
|
236
|
+
<input type="checkbox">
|
|
237
|
+
<span class="slider">
|
|
238
|
+
<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">
|
|
239
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
240
|
+
</svg>
|
|
241
|
+
</span>
|
|
242
|
+
</label>
|
|
243
|
+
|
|
233
244
|
<script>
|
|
234
245
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
235
246
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'class';
|
|
@@ -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>
|
|
@@ -42,6 +42,7 @@
|
|
|
42
42
|
|
|
43
43
|
|
|
44
44
|
|
|
45
|
+
|
|
45
46
|
<ol class="breadcrumb">
|
|
46
47
|
<li>Classes</li>
|
|
47
48
|
<li >RouterMock</li>
|
|
@@ -433,6 +434,7 @@
|
|
|
433
434
|
|
|
434
435
|
|
|
435
436
|
|
|
437
|
+
|
|
436
438
|
</div><div class="search-results">
|
|
437
439
|
<div class="has-results">
|
|
438
440
|
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
@@ -447,6 +449,15 @@
|
|
|
447
449
|
</div>
|
|
448
450
|
</div>
|
|
449
451
|
|
|
452
|
+
<label class="dark-mode-switch">
|
|
453
|
+
<input type="checkbox">
|
|
454
|
+
<span class="slider">
|
|
455
|
+
<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">
|
|
456
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
457
|
+
</svg>
|
|
458
|
+
</span>
|
|
459
|
+
</label>
|
|
460
|
+
|
|
450
461
|
<script>
|
|
451
462
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
452
463
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'class';
|
|
@@ -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>
|
|
@@ -42,6 +42,7 @@
|
|
|
42
42
|
|
|
43
43
|
|
|
44
44
|
|
|
45
|
+
|
|
45
46
|
<ol class="breadcrumb">
|
|
46
47
|
<li>Classes</li>
|
|
47
48
|
<li >StorageService</li>
|
|
@@ -574,6 +575,7 @@
|
|
|
574
575
|
|
|
575
576
|
|
|
576
577
|
|
|
578
|
+
|
|
577
579
|
</div><div class="search-results">
|
|
578
580
|
<div class="has-results">
|
|
579
581
|
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
@@ -588,6 +590,15 @@
|
|
|
588
590
|
</div>
|
|
589
591
|
</div>
|
|
590
592
|
|
|
593
|
+
<label class="dark-mode-switch">
|
|
594
|
+
<input type="checkbox">
|
|
595
|
+
<span class="slider">
|
|
596
|
+
<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">
|
|
597
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
598
|
+
</svg>
|
|
599
|
+
</span>
|
|
600
|
+
</label>
|
|
601
|
+
|
|
591
602
|
<script>
|
|
592
603
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
593
604
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'class';
|