@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>
|
|
@@ -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>
|
|
@@ -484,6 +484,15 @@
|
|
|
484
484
|
</div>
|
|
485
485
|
</div>
|
|
486
486
|
|
|
487
|
+
<label class="dark-mode-switch">
|
|
488
|
+
<input type="checkbox">
|
|
489
|
+
<span class="slider">
|
|
490
|
+
<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">
|
|
491
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
492
|
+
</svg>
|
|
493
|
+
</span>
|
|
494
|
+
</label>
|
|
495
|
+
|
|
487
496
|
<script>
|
|
488
497
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
489
498
|
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>
|
|
@@ -145,6 +145,15 @@
|
|
|
145
145
|
</div>
|
|
146
146
|
</div>
|
|
147
147
|
|
|
148
|
+
<label class="dark-mode-switch">
|
|
149
|
+
<input type="checkbox">
|
|
150
|
+
<span class="slider">
|
|
151
|
+
<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">
|
|
152
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
153
|
+
</svg>
|
|
154
|
+
</span>
|
|
155
|
+
</label>
|
|
156
|
+
|
|
148
157
|
<script>
|
|
149
158
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
150
159
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'class';
|
package/docs/dependencies.html
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
<link rel="icon" type="image/x-icon" href="./images/favicon.ico">
|
|
11
11
|
<link rel="stylesheet" href="./styles/style.css">
|
|
12
|
-
<link rel="stylesheet" href="./styles/dark.css"
|
|
12
|
+
<link rel="stylesheet" href="./styles/dark.css">
|
|
13
13
|
<link rel="stylesheet" href="./styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -50,41 +50,41 @@
|
|
|
50
50
|
</ol>
|
|
51
51
|
<ul class="dependencies-list">
|
|
52
52
|
<li>
|
|
53
|
-
<b>@angular/animations</b> : 13.0.
|
|
53
|
+
<b>@angular/animations</b> : 13.0.2</li>
|
|
54
54
|
<li>
|
|
55
|
-
<b>@angular/common</b> : 13.0.
|
|
55
|
+
<b>@angular/common</b> : 13.0.2</li>
|
|
56
56
|
<li>
|
|
57
|
-
<b>@angular/compiler</b> : 13.0.
|
|
57
|
+
<b>@angular/compiler</b> : 13.0.2</li>
|
|
58
58
|
<li>
|
|
59
|
-
<b>@angular/core</b> : 13.0.
|
|
59
|
+
<b>@angular/core</b> : 13.0.2</li>
|
|
60
60
|
<li>
|
|
61
|
-
<b>@angular/forms</b> : 13.0.
|
|
61
|
+
<b>@angular/forms</b> : 13.0.2</li>
|
|
62
62
|
<li>
|
|
63
|
-
<b>@angular/platform-browser</b> : 13.0.
|
|
63
|
+
<b>@angular/platform-browser</b> : 13.0.2</li>
|
|
64
64
|
<li>
|
|
65
|
-
<b>@angular/platform-browser-dynamic</b> : 13.0.
|
|
65
|
+
<b>@angular/platform-browser-dynamic</b> : 13.0.2</li>
|
|
66
66
|
<li>
|
|
67
|
-
<b>@angular/router</b> : 13.0.
|
|
67
|
+
<b>@angular/router</b> : 13.0.2</li>
|
|
68
68
|
<li>
|
|
69
|
-
<b>@angular/compiler-cli</b> : 13.0.
|
|
69
|
+
<b>@angular/compiler-cli</b> : 13.0.2</li>
|
|
70
70
|
<li>
|
|
71
|
-
<b>@angular/elements</b> : 13.0.
|
|
71
|
+
<b>@angular/elements</b> : 13.0.2</li>
|
|
72
72
|
<li>
|
|
73
|
-
<b>@angular/language-service</b> : 13.0.
|
|
73
|
+
<b>@angular/language-service</b> : 13.0.2</li>
|
|
74
74
|
<li>
|
|
75
|
-
<b>@angular/service-worker</b> : 13.0.
|
|
75
|
+
<b>@angular/service-worker</b> : 13.0.2</li>
|
|
76
76
|
<li>
|
|
77
|
-
<b>@angular-devkit/build-angular</b> : 13.0.
|
|
77
|
+
<b>@angular-devkit/build-angular</b> : 13.0.3</li>
|
|
78
78
|
<li>
|
|
79
|
-
<b>@angular/cli</b> : 13.0.
|
|
79
|
+
<b>@angular/cli</b> : 13.0.3</li>
|
|
80
80
|
<li>
|
|
81
|
-
<b>ng-packagr</b> : 13.0.
|
|
81
|
+
<b>ng-packagr</b> : 13.0.6</li>
|
|
82
82
|
<li>
|
|
83
|
-
<b>@angular/cdk</b> : 13.0.
|
|
83
|
+
<b>@angular/cdk</b> : 13.0.2</li>
|
|
84
84
|
<li>
|
|
85
|
-
<b>@angular/material</b> : 13.0.
|
|
85
|
+
<b>@angular/material</b> : 13.0.2</li>
|
|
86
86
|
<li>
|
|
87
|
-
<b>@angular/material-moment-adapter</b> : 13.0.
|
|
87
|
+
<b>@angular/material-moment-adapter</b> : 13.0.2</li>
|
|
88
88
|
<li>
|
|
89
89
|
<b>@webcomponents/custom-elements</b> : 1.5.0</li>
|
|
90
90
|
<li>
|
|
@@ -98,13 +98,13 @@
|
|
|
98
98
|
<li>
|
|
99
99
|
<b>rxjs-tslint</b> : 0.1.8</li>
|
|
100
100
|
<li>
|
|
101
|
-
<b>@types/node</b> : 16.11.
|
|
101
|
+
<b>@types/node</b> : 16.11.9</li>
|
|
102
102
|
<li>
|
|
103
103
|
<b>@types/jasmine</b> : 3.10.2</li>
|
|
104
104
|
<li>
|
|
105
105
|
<b>jasmine-core</b> : 3.10.1</li>
|
|
106
106
|
<li>
|
|
107
|
-
<b>karma</b> : 6.3.
|
|
107
|
+
<b>karma</b> : 6.3.9</li>
|
|
108
108
|
<li>
|
|
109
109
|
<b>karma-chrome-launcher</b> : 3.1.0</li>
|
|
110
110
|
<li>
|
|
@@ -132,25 +132,25 @@
|
|
|
132
132
|
<li>
|
|
133
133
|
<b>@types/jasminewd2</b> : 2.0.10</li>
|
|
134
134
|
<li>
|
|
135
|
-
<b>@types/lodash</b> : 4.14.
|
|
135
|
+
<b>@types/lodash</b> : 4.14.177</li>
|
|
136
136
|
<li>
|
|
137
137
|
<b>core-js</b> : 3.19.1</li>
|
|
138
138
|
<li>
|
|
139
|
-
<b>@ngrx/effects</b> :
|
|
139
|
+
<b>@ngrx/effects</b> : 13.0.1</li>
|
|
140
140
|
<li>
|
|
141
|
-
<b>@ngrx/router-store</b> :
|
|
141
|
+
<b>@ngrx/router-store</b> : 13.0.1</li>
|
|
142
142
|
<li>
|
|
143
|
-
<b>@ngrx/schematics</b> :
|
|
143
|
+
<b>@ngrx/schematics</b> : 13.0.1</li>
|
|
144
144
|
<li>
|
|
145
|
-
<b>@ngrx/store</b> :
|
|
145
|
+
<b>@ngrx/store</b> : 13.0.1</li>
|
|
146
146
|
<li>
|
|
147
|
-
<b>@ngrx/store-devtools</b> :
|
|
147
|
+
<b>@ngrx/store-devtools</b> : 13.0.1</li>
|
|
148
148
|
<li>
|
|
149
|
-
<b>@ngrx/entity</b> :
|
|
149
|
+
<b>@ngrx/entity</b> : 13.0.1</li>
|
|
150
150
|
<li>
|
|
151
151
|
<b>ngrx-store-freeze</b> : 0.2.4</li>
|
|
152
152
|
<li>
|
|
153
|
-
<b>reselect</b> : 4.1.
|
|
153
|
+
<b>reselect</b> : 4.1.4</li>
|
|
154
154
|
<li>
|
|
155
155
|
<b>@ngx-translate/core</b> : 14.0.0</li>
|
|
156
156
|
<li>
|
|
@@ -188,7 +188,7 @@
|
|
|
188
188
|
<li>
|
|
189
189
|
<b>ngx-device-detector</b> : 2.1.1</li>
|
|
190
190
|
<li>
|
|
191
|
-
<b>@compodoc/compodoc</b> : 1.1.
|
|
191
|
+
<b>@compodoc/compodoc</b> : 1.1.16</li>
|
|
192
192
|
<li>
|
|
193
193
|
<b>@compodoc/ngd-transformer</b> : 2.1.0</li>
|
|
194
194
|
<li>
|
|
@@ -198,7 +198,7 @@
|
|
|
198
198
|
<li>
|
|
199
199
|
<b>oidc-client</b> : 1.11.5</li>
|
|
200
200
|
<li>
|
|
201
|
-
<b>jsrsasign</b> : 10.
|
|
201
|
+
<b>jsrsasign</b> : 10.5.0</li>
|
|
202
202
|
<li>
|
|
203
203
|
<b>web-animations-js</b> : 2.3.2</li>
|
|
204
204
|
<li>
|
|
@@ -210,11 +210,9 @@
|
|
|
210
210
|
<li>
|
|
211
211
|
<b>hammerjs</b> : 2.0.8</li>
|
|
212
212
|
<li>
|
|
213
|
-
<b>
|
|
214
|
-
<li>
|
|
215
|
-
<b>stylelint</b> : 14.0.1</li>
|
|
213
|
+
<b>stylelint</b> : 14.1.0</li>
|
|
216
214
|
<li>
|
|
217
|
-
<b>stylelint-config-standard</b> :
|
|
215
|
+
<b>stylelint-config-standard</b> : 24.0.0</li>
|
|
218
216
|
<li>
|
|
219
217
|
<b>stylelint-order</b> : 5.0.0</li>
|
|
220
218
|
<li>
|
|
@@ -223,6 +221,12 @@
|
|
|
223
221
|
<b>tslint</b> : 6.1.3</li>
|
|
224
222
|
<li>
|
|
225
223
|
<b>tslint-eslint-rules</b> : 5.4.0</li>
|
|
224
|
+
<li>
|
|
225
|
+
<b>rxjs-tslint-rules</b> : 4.34.8</li>
|
|
226
|
+
<li>
|
|
227
|
+
<b>vrsource-tslint-rules</b> : 6.0.0</li>
|
|
228
|
+
<li>
|
|
229
|
+
<b>codelyzer</b> : 6.0.2</li>
|
|
226
230
|
<li>
|
|
227
231
|
<b>handlebars</b> : 4.7.7</li>
|
|
228
232
|
<li>
|
|
@@ -230,9 +234,9 @@
|
|
|
230
234
|
<li>
|
|
231
235
|
<b>angular-animations</b> : 0.11.0</li>
|
|
232
236
|
<li>
|
|
233
|
-
<b>apexcharts</b> : 3.
|
|
237
|
+
<b>apexcharts</b> : 3.30.0</li>
|
|
234
238
|
<li>
|
|
235
|
-
<b>@eui/styles-base</b> : 13.0.
|
|
239
|
+
<b>@eui/styles-base</b> : 13.0.1-snapshot-1637652090343</li>
|
|
236
240
|
<li>
|
|
237
241
|
<b>@eui/tools</b> : ^4.0.0</li>
|
|
238
242
|
</ul>
|
|
@@ -256,6 +260,15 @@
|
|
|
256
260
|
</div>
|
|
257
261
|
</div>
|
|
258
262
|
|
|
263
|
+
<label class="dark-mode-switch">
|
|
264
|
+
<input type="checkbox">
|
|
265
|
+
<span class="slider">
|
|
266
|
+
<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">
|
|
267
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
268
|
+
</svg>
|
|
269
|
+
</span>
|
|
270
|
+
</label>
|
|
271
|
+
|
|
259
272
|
<script>
|
|
260
273
|
var COMPODOC_CURRENT_PAGE_DEPTH = 0;
|
|
261
274
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'package-dependencies';
|
|
@@ -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>
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
|
|
70
70
|
<section>
|
|
71
71
|
<h3>Metadata</h3>
|
|
72
|
-
<table class="table table-sm table-hover">
|
|
72
|
+
<table class="table table-sm table-hover metadata">
|
|
73
73
|
<tbody>
|
|
74
74
|
|
|
75
75
|
<tr>
|
|
@@ -210,6 +210,15 @@
|
|
|
210
210
|
</div>
|
|
211
211
|
</div>
|
|
212
212
|
|
|
213
|
+
<label class="dark-mode-switch">
|
|
214
|
+
<input type="checkbox">
|
|
215
|
+
<span class="slider">
|
|
216
|
+
<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">
|
|
217
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
218
|
+
</svg>
|
|
219
|
+
</span>
|
|
220
|
+
</label>
|
|
221
|
+
|
|
213
222
|
<script>
|
|
214
223
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
215
224
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'directive';
|
package/docs/index.html
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
<link rel="icon" type="image/x-icon" href="./images/favicon.ico">
|
|
11
11
|
<link rel="stylesheet" href="./styles/style.css">
|
|
12
|
-
<link rel="stylesheet" href="./styles/dark.css"
|
|
12
|
+
<link rel="stylesheet" href="./styles/dark.css">
|
|
13
13
|
<link rel="stylesheet" href="./styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -122,6 +122,15 @@
|
|
|
122
122
|
</div>
|
|
123
123
|
</div>
|
|
124
124
|
|
|
125
|
+
<label class="dark-mode-switch">
|
|
126
|
+
<input type="checkbox">
|
|
127
|
+
<span class="slider">
|
|
128
|
+
<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">
|
|
129
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
130
|
+
</svg>
|
|
131
|
+
</span>
|
|
132
|
+
</label>
|
|
133
|
+
|
|
125
134
|
<script>
|
|
126
135
|
var COMPODOC_CURRENT_PAGE_DEPTH = 0;
|
|
127
136
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'overview';
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
<link rel="icon" type="image/x-icon" href="../images/favicon.ico">
|
|
11
11
|
<link rel="stylesheet" href="../styles/style.css">
|
|
12
|
-
<link rel="stylesheet" href="../styles/dark.css"
|
|
12
|
+
<link rel="stylesheet" href="../styles/dark.css">
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -754,6 +754,15 @@ or Http response follows order.</p>
|
|
|
754
754
|
</div>
|
|
755
755
|
</div>
|
|
756
756
|
|
|
757
|
+
<label class="dark-mode-switch">
|
|
758
|
+
<input type="checkbox">
|
|
759
|
+
<span class="slider">
|
|
760
|
+
<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">
|
|
761
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
762
|
+
</svg>
|
|
763
|
+
</span>
|
|
764
|
+
</label>
|
|
765
|
+
|
|
757
766
|
<script>
|
|
758
767
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
759
768
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'injectable';
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
<link rel="icon" type="image/x-icon" href="../images/favicon.ico">
|
|
11
11
|
<link rel="stylesheet" href="../styles/style.css">
|
|
12
|
-
<link rel="stylesheet" href="../styles/dark.css"
|
|
12
|
+
<link rel="stylesheet" href="../styles/dark.css">
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -347,6 +347,15 @@
|
|
|
347
347
|
</div>
|
|
348
348
|
</div>
|
|
349
349
|
|
|
350
|
+
<label class="dark-mode-switch">
|
|
351
|
+
<input type="checkbox">
|
|
352
|
+
<span class="slider">
|
|
353
|
+
<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">
|
|
354
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
355
|
+
</svg>
|
|
356
|
+
</span>
|
|
357
|
+
</label>
|
|
358
|
+
|
|
350
359
|
<script>
|
|
351
360
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
352
361
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'injectable';
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
<link rel="icon" type="image/x-icon" href="../images/favicon.ico">
|
|
11
11
|
<link rel="stylesheet" href="../styles/style.css">
|
|
12
|
-
<link rel="stylesheet" href="../styles/dark.css"
|
|
12
|
+
<link rel="stylesheet" href="../styles/dark.css">
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -600,6 +600,15 @@ The last part is useful where you want a user to have multiple rights and the pe
|
|
|
600
600
|
</div>
|
|
601
601
|
</div>
|
|
602
602
|
|
|
603
|
+
<label class="dark-mode-switch">
|
|
604
|
+
<input type="checkbox">
|
|
605
|
+
<span class="slider">
|
|
606
|
+
<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">
|
|
607
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
608
|
+
</svg>
|
|
609
|
+
</span>
|
|
610
|
+
</label>
|
|
611
|
+
|
|
603
612
|
<script>
|
|
604
613
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
605
614
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'injectable';
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
<link rel="icon" type="image/x-icon" href="../images/favicon.ico">
|
|
11
11
|
<link rel="stylesheet" href="../styles/style.css">
|
|
12
|
-
<link rel="stylesheet" href="../styles/dark.css"
|
|
12
|
+
<link rel="stylesheet" href="../styles/dark.css">
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -241,6 +241,15 @@
|
|
|
241
241
|
</div>
|
|
242
242
|
</div>
|
|
243
243
|
|
|
244
|
+
<label class="dark-mode-switch">
|
|
245
|
+
<input type="checkbox">
|
|
246
|
+
<span class="slider">
|
|
247
|
+
<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">
|
|
248
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
249
|
+
</svg>
|
|
250
|
+
</span>
|
|
251
|
+
</label>
|
|
252
|
+
|
|
244
253
|
<script>
|
|
245
254
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
246
255
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'injectable';
|