@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>
|
|
@@ -230,6 +230,15 @@
|
|
|
230
230
|
</div>
|
|
231
231
|
</div>
|
|
232
232
|
|
|
233
|
+
<label class="dark-mode-switch">
|
|
234
|
+
<input type="checkbox">
|
|
235
|
+
<span class="slider">
|
|
236
|
+
<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">
|
|
237
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
238
|
+
</svg>
|
|
239
|
+
</span>
|
|
240
|
+
</label>
|
|
241
|
+
|
|
233
242
|
<script>
|
|
234
243
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
235
244
|
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>
|
|
@@ -230,6 +230,15 @@
|
|
|
230
230
|
</div>
|
|
231
231
|
</div>
|
|
232
232
|
|
|
233
|
+
<label class="dark-mode-switch">
|
|
234
|
+
<input type="checkbox">
|
|
235
|
+
<span class="slider">
|
|
236
|
+
<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">
|
|
237
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
238
|
+
</svg>
|
|
239
|
+
</span>
|
|
240
|
+
</label>
|
|
241
|
+
|
|
233
242
|
<script>
|
|
234
243
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
235
244
|
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>
|
|
@@ -230,6 +230,15 @@
|
|
|
230
230
|
</div>
|
|
231
231
|
</div>
|
|
232
232
|
|
|
233
|
+
<label class="dark-mode-switch">
|
|
234
|
+
<input type="checkbox">
|
|
235
|
+
<span class="slider">
|
|
236
|
+
<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">
|
|
237
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
238
|
+
</svg>
|
|
239
|
+
</span>
|
|
240
|
+
</label>
|
|
241
|
+
|
|
233
242
|
<script>
|
|
234
243
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
235
244
|
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>
|
|
@@ -501,6 +501,15 @@ or Http response follows order.</p>
|
|
|
501
501
|
</div>
|
|
502
502
|
</div>
|
|
503
503
|
|
|
504
|
+
<label class="dark-mode-switch">
|
|
505
|
+
<input type="checkbox">
|
|
506
|
+
<span class="slider">
|
|
507
|
+
<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">
|
|
508
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
509
|
+
</svg>
|
|
510
|
+
</span>
|
|
511
|
+
</label>
|
|
512
|
+
|
|
504
513
|
<script>
|
|
505
514
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
506
515
|
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>
|
|
@@ -889,6 +889,15 @@
|
|
|
889
889
|
</div>
|
|
890
890
|
</div>
|
|
891
891
|
|
|
892
|
+
<label class="dark-mode-switch">
|
|
893
|
+
<input type="checkbox">
|
|
894
|
+
<span class="slider">
|
|
895
|
+
<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">
|
|
896
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
897
|
+
</svg>
|
|
898
|
+
</span>
|
|
899
|
+
</label>
|
|
900
|
+
|
|
892
901
|
<script>
|
|
893
902
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
894
903
|
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>
|
|
@@ -375,6 +375,15 @@
|
|
|
375
375
|
</div>
|
|
376
376
|
</div>
|
|
377
377
|
|
|
378
|
+
<label class="dark-mode-switch">
|
|
379
|
+
<input type="checkbox">
|
|
380
|
+
<span class="slider">
|
|
381
|
+
<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">
|
|
382
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
383
|
+
</svg>
|
|
384
|
+
</span>
|
|
385
|
+
</label>
|
|
386
|
+
|
|
378
387
|
<script>
|
|
379
388
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
380
389
|
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>
|
|
@@ -230,6 +230,15 @@
|
|
|
230
230
|
</div>
|
|
231
231
|
</div>
|
|
232
232
|
|
|
233
|
+
<label class="dark-mode-switch">
|
|
234
|
+
<input type="checkbox">
|
|
235
|
+
<span class="slider">
|
|
236
|
+
<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">
|
|
237
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
238
|
+
</svg>
|
|
239
|
+
</span>
|
|
240
|
+
</label>
|
|
241
|
+
|
|
233
242
|
<script>
|
|
234
243
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
235
244
|
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>
|
|
@@ -115,6 +115,15 @@
|
|
|
115
115
|
</div>
|
|
116
116
|
</div>
|
|
117
117
|
|
|
118
|
+
<label class="dark-mode-switch">
|
|
119
|
+
<input type="checkbox">
|
|
120
|
+
<span class="slider">
|
|
121
|
+
<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">
|
|
122
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
123
|
+
</svg>
|
|
124
|
+
</span>
|
|
125
|
+
</label>
|
|
126
|
+
|
|
118
127
|
<script>
|
|
119
128
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
120
129
|
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>
|
|
@@ -175,6 +175,15 @@
|
|
|
175
175
|
</div>
|
|
176
176
|
</div>
|
|
177
177
|
|
|
178
|
+
<label class="dark-mode-switch">
|
|
179
|
+
<input type="checkbox">
|
|
180
|
+
<span class="slider">
|
|
181
|
+
<svg class="slider-icon" viewBox="0 0 24 24" fill="none" height="20" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" width="20" xmlns="http://www.w3.org/2000/svg">
|
|
182
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
183
|
+
</svg>
|
|
184
|
+
</span>
|
|
185
|
+
</label>
|
|
186
|
+
|
|
178
187
|
<script>
|
|
179
188
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
180
189
|
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>
|
|
@@ -458,6 +458,15 @@
|
|
|
458
458
|
</div>
|
|
459
459
|
</div>
|
|
460
460
|
|
|
461
|
+
<label class="dark-mode-switch">
|
|
462
|
+
<input type="checkbox">
|
|
463
|
+
<span class="slider">
|
|
464
|
+
<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">
|
|
465
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
466
|
+
</svg>
|
|
467
|
+
</span>
|
|
468
|
+
</label>
|
|
469
|
+
|
|
461
470
|
<script>
|
|
462
471
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
463
472
|
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>
|
|
@@ -230,6 +230,15 @@
|
|
|
230
230
|
</div>
|
|
231
231
|
</div>
|
|
232
232
|
|
|
233
|
+
<label class="dark-mode-switch">
|
|
234
|
+
<input type="checkbox">
|
|
235
|
+
<span class="slider">
|
|
236
|
+
<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">
|
|
237
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
238
|
+
</svg>
|
|
239
|
+
</span>
|
|
240
|
+
</label>
|
|
241
|
+
|
|
233
242
|
<script>
|
|
234
243
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
235
244
|
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>
|
|
@@ -171,6 +171,15 @@
|
|
|
171
171
|
</div>
|
|
172
172
|
</div>
|
|
173
173
|
|
|
174
|
+
<label class="dark-mode-switch">
|
|
175
|
+
<input type="checkbox">
|
|
176
|
+
<span class="slider">
|
|
177
|
+
<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">
|
|
178
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
179
|
+
</svg>
|
|
180
|
+
</span>
|
|
181
|
+
</label>
|
|
182
|
+
|
|
174
183
|
<script>
|
|
175
184
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
176
185
|
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>
|
|
@@ -171,6 +171,15 @@
|
|
|
171
171
|
</div>
|
|
172
172
|
</div>
|
|
173
173
|
|
|
174
|
+
<label class="dark-mode-switch">
|
|
175
|
+
<input type="checkbox">
|
|
176
|
+
<span class="slider">
|
|
177
|
+
<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">
|
|
178
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
179
|
+
</svg>
|
|
180
|
+
</span>
|
|
181
|
+
</label>
|
|
182
|
+
|
|
174
183
|
<script>
|
|
175
184
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
176
185
|
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>
|
|
@@ -230,6 +230,15 @@
|
|
|
230
230
|
</div>
|
|
231
231
|
</div>
|
|
232
232
|
|
|
233
|
+
<label class="dark-mode-switch">
|
|
234
|
+
<input type="checkbox">
|
|
235
|
+
<span class="slider">
|
|
236
|
+
<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">
|
|
237
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
238
|
+
</svg>
|
|
239
|
+
</span>
|
|
240
|
+
</label>
|
|
241
|
+
|
|
233
242
|
<script>
|
|
234
243
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
235
244
|
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>
|
|
@@ -447,6 +447,15 @@
|
|
|
447
447
|
</div>
|
|
448
448
|
</div>
|
|
449
449
|
|
|
450
|
+
<label class="dark-mode-switch">
|
|
451
|
+
<input type="checkbox">
|
|
452
|
+
<span class="slider">
|
|
453
|
+
<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">
|
|
454
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
455
|
+
</svg>
|
|
456
|
+
</span>
|
|
457
|
+
</label>
|
|
458
|
+
|
|
450
459
|
<script>
|
|
451
460
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
452
461
|
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>
|
|
@@ -588,6 +588,15 @@
|
|
|
588
588
|
</div>
|
|
589
589
|
</div>
|
|
590
590
|
|
|
591
|
+
<label class="dark-mode-switch">
|
|
592
|
+
<input type="checkbox">
|
|
593
|
+
<span class="slider">
|
|
594
|
+
<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">
|
|
595
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
596
|
+
</svg>
|
|
597
|
+
</span>
|
|
598
|
+
</label>
|
|
599
|
+
|
|
591
600
|
<script>
|
|
592
601
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
593
602
|
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>
|
|
@@ -273,6 +273,15 @@
|
|
|
273
273
|
</div>
|
|
274
274
|
</div>
|
|
275
275
|
|
|
276
|
+
<label class="dark-mode-switch">
|
|
277
|
+
<input type="checkbox">
|
|
278
|
+
<span class="slider">
|
|
279
|
+
<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">
|
|
280
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
281
|
+
</svg>
|
|
282
|
+
</span>
|
|
283
|
+
</label>
|
|
284
|
+
|
|
276
285
|
<script>
|
|
277
286
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
278
287
|
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>
|
|
@@ -354,6 +354,15 @@
|
|
|
354
354
|
</div>
|
|
355
355
|
</div>
|
|
356
356
|
|
|
357
|
+
<label class="dark-mode-switch">
|
|
358
|
+
<input type="checkbox">
|
|
359
|
+
<span class="slider">
|
|
360
|
+
<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">
|
|
361
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
362
|
+
</svg>
|
|
363
|
+
</span>
|
|
364
|
+
</label>
|
|
365
|
+
|
|
357
366
|
<script>
|
|
358
367
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
359
368
|
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>
|
|
@@ -877,6 +877,15 @@
|
|
|
877
877
|
</div>
|
|
878
878
|
</div>
|
|
879
879
|
|
|
880
|
+
<label class="dark-mode-switch">
|
|
881
|
+
<input type="checkbox">
|
|
882
|
+
<span class="slider">
|
|
883
|
+
<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">
|
|
884
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
885
|
+
</svg>
|
|
886
|
+
</span>
|
|
887
|
+
</label>
|
|
888
|
+
|
|
880
889
|
<script>
|
|
881
890
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
882
891
|
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>
|
|
@@ -230,6 +230,15 @@
|
|
|
230
230
|
</div>
|
|
231
231
|
</div>
|
|
232
232
|
|
|
233
|
+
<label class="dark-mode-switch">
|
|
234
|
+
<input type="checkbox">
|
|
235
|
+
<span class="slider">
|
|
236
|
+
<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">
|
|
237
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
238
|
+
</svg>
|
|
239
|
+
</span>
|
|
240
|
+
</label>
|
|
241
|
+
|
|
233
242
|
<script>
|
|
234
243
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
235
244
|
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>
|
|
@@ -230,6 +230,15 @@
|
|
|
230
230
|
</div>
|
|
231
231
|
</div>
|
|
232
232
|
|
|
233
|
+
<label class="dark-mode-switch">
|
|
234
|
+
<input type="checkbox">
|
|
235
|
+
<span class="slider">
|
|
236
|
+
<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">
|
|
237
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
238
|
+
</svg>
|
|
239
|
+
</span>
|
|
240
|
+
</label>
|
|
241
|
+
|
|
233
242
|
<script>
|
|
234
243
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
235
244
|
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>
|
|
@@ -230,6 +230,15 @@
|
|
|
230
230
|
</div>
|
|
231
231
|
</div>
|
|
232
232
|
|
|
233
|
+
<label class="dark-mode-switch">
|
|
234
|
+
<input type="checkbox">
|
|
235
|
+
<span class="slider">
|
|
236
|
+
<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">
|
|
237
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
238
|
+
</svg>
|
|
239
|
+
</span>
|
|
240
|
+
</label>
|
|
241
|
+
|
|
233
242
|
<script>
|
|
234
243
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
235
244
|
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>
|
|
@@ -230,6 +230,15 @@
|
|
|
230
230
|
</div>
|
|
231
231
|
</div>
|
|
232
232
|
|
|
233
|
+
<label class="dark-mode-switch">
|
|
234
|
+
<input type="checkbox">
|
|
235
|
+
<span class="slider">
|
|
236
|
+
<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">
|
|
237
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
238
|
+
</svg>
|
|
239
|
+
</span>
|
|
240
|
+
</label>
|
|
241
|
+
|
|
233
242
|
<script>
|
|
234
243
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
235
244
|
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>
|
|
@@ -230,6 +230,15 @@
|
|
|
230
230
|
</div>
|
|
231
231
|
</div>
|
|
232
232
|
|
|
233
|
+
<label class="dark-mode-switch">
|
|
234
|
+
<input type="checkbox">
|
|
235
|
+
<span class="slider">
|
|
236
|
+
<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">
|
|
237
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
238
|
+
</svg>
|
|
239
|
+
</span>
|
|
240
|
+
</label>
|
|
241
|
+
|
|
233
242
|
<script>
|
|
234
243
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
235
244
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'class';
|