@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>
|
|
@@ -330,6 +330,15 @@
|
|
|
330
330
|
</div>
|
|
331
331
|
</div>
|
|
332
332
|
|
|
333
|
+
<label class="dark-mode-switch">
|
|
334
|
+
<input type="checkbox">
|
|
335
|
+
<span class="slider">
|
|
336
|
+
<svg class="slider-icon" viewBox="0 0 24 24" fill="none" height="20" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" width="20" xmlns="http://www.w3.org/2000/svg">
|
|
337
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
338
|
+
</svg>
|
|
339
|
+
</span>
|
|
340
|
+
</label>
|
|
341
|
+
|
|
333
342
|
<script>
|
|
334
343
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
335
344
|
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>
|
|
@@ -253,6 +253,15 @@ Add the header (LANG_PARAM_KEY, <language parameter>) to your request http heade
|
|
|
253
253
|
</div>
|
|
254
254
|
</div>
|
|
255
255
|
|
|
256
|
+
<label class="dark-mode-switch">
|
|
257
|
+
<input type="checkbox">
|
|
258
|
+
<span class="slider">
|
|
259
|
+
<svg class="slider-icon" viewBox="0 0 24 24" fill="none" height="20" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" width="20" xmlns="http://www.w3.org/2000/svg">
|
|
260
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
261
|
+
</svg>
|
|
262
|
+
</span>
|
|
263
|
+
</label>
|
|
264
|
+
|
|
256
265
|
<script>
|
|
257
266
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
258
267
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'interceptor';
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
<link rel="icon" type="image/x-icon" href="../images/favicon.ico">
|
|
11
11
|
<link rel="stylesheet" href="../styles/style.css">
|
|
12
|
-
<link rel="stylesheet" href="../styles/dark.css"
|
|
12
|
+
<link rel="stylesheet" href="../styles/dark.css">
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -202,6 +202,15 @@
|
|
|
202
202
|
</div>
|
|
203
203
|
</div>
|
|
204
204
|
|
|
205
|
+
<label class="dark-mode-switch">
|
|
206
|
+
<input type="checkbox">
|
|
207
|
+
<span class="slider">
|
|
208
|
+
<svg class="slider-icon" viewBox="0 0 24 24" fill="none" height="20" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" width="20" xmlns="http://www.w3.org/2000/svg">
|
|
209
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
210
|
+
</svg>
|
|
211
|
+
</span>
|
|
212
|
+
</label>
|
|
213
|
+
|
|
205
214
|
<script>
|
|
206
215
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
207
216
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'interceptor';
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
<link rel="icon" type="image/x-icon" href="../images/favicon.ico">
|
|
11
11
|
<link rel="stylesheet" href="../styles/style.css">
|
|
12
|
-
<link rel="stylesheet" href="../styles/dark.css"
|
|
12
|
+
<link rel="stylesheet" href="../styles/dark.css">
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -202,6 +202,15 @@
|
|
|
202
202
|
</div>
|
|
203
203
|
</div>
|
|
204
204
|
|
|
205
|
+
<label class="dark-mode-switch">
|
|
206
|
+
<input type="checkbox">
|
|
207
|
+
<span class="slider">
|
|
208
|
+
<svg class="slider-icon" viewBox="0 0 24 24" fill="none" height="20" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" width="20" xmlns="http://www.w3.org/2000/svg">
|
|
209
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
210
|
+
</svg>
|
|
211
|
+
</span>
|
|
212
|
+
</label>
|
|
213
|
+
|
|
205
214
|
<script>
|
|
206
215
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
207
216
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'interceptor';
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
<link rel="icon" type="image/x-icon" href="../images/favicon.ico">
|
|
11
11
|
<link rel="stylesheet" href="../styles/style.css">
|
|
12
|
-
<link rel="stylesheet" href="../styles/dark.css"
|
|
12
|
+
<link rel="stylesheet" href="../styles/dark.css">
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -202,6 +202,15 @@
|
|
|
202
202
|
</div>
|
|
203
203
|
</div>
|
|
204
204
|
|
|
205
|
+
<label class="dark-mode-switch">
|
|
206
|
+
<input type="checkbox">
|
|
207
|
+
<span class="slider">
|
|
208
|
+
<svg class="slider-icon" viewBox="0 0 24 24" fill="none" height="20" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" width="20" xmlns="http://www.w3.org/2000/svg">
|
|
209
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
210
|
+
</svg>
|
|
211
|
+
</span>
|
|
212
|
+
</label>
|
|
213
|
+
|
|
205
214
|
<script>
|
|
206
215
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
207
216
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'interceptor';
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
<link rel="icon" type="image/x-icon" href="../images/favicon.ico">
|
|
11
11
|
<link rel="stylesheet" href="../styles/style.css">
|
|
12
|
-
<link rel="stylesheet" href="../styles/dark.css"
|
|
12
|
+
<link rel="stylesheet" href="../styles/dark.css">
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -202,6 +202,15 @@
|
|
|
202
202
|
</div>
|
|
203
203
|
</div>
|
|
204
204
|
|
|
205
|
+
<label class="dark-mode-switch">
|
|
206
|
+
<input type="checkbox">
|
|
207
|
+
<span class="slider">
|
|
208
|
+
<svg class="slider-icon" viewBox="0 0 24 24" fill="none" height="20" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" width="20" xmlns="http://www.w3.org/2000/svg">
|
|
209
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
210
|
+
</svg>
|
|
211
|
+
</span>
|
|
212
|
+
</label>
|
|
213
|
+
|
|
205
214
|
<script>
|
|
206
215
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
207
216
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'interceptor';
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
<link rel="icon" type="image/x-icon" href="../images/favicon.ico">
|
|
11
11
|
<link rel="stylesheet" href="../styles/style.css">
|
|
12
|
-
<link rel="stylesheet" href="../styles/dark.css"
|
|
12
|
+
<link rel="stylesheet" href="../styles/dark.css">
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -269,6 +269,15 @@
|
|
|
269
269
|
</div>
|
|
270
270
|
</div>
|
|
271
271
|
|
|
272
|
+
<label class="dark-mode-switch">
|
|
273
|
+
<input type="checkbox">
|
|
274
|
+
<span class="slider">
|
|
275
|
+
<svg class="slider-icon" viewBox="0 0 24 24" fill="none" height="20" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" width="20" xmlns="http://www.w3.org/2000/svg">
|
|
276
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
277
|
+
</svg>
|
|
278
|
+
</span>
|
|
279
|
+
</label>
|
|
280
|
+
|
|
272
281
|
<script>
|
|
273
282
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
274
283
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'interceptor';
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
<link rel="icon" type="image/x-icon" href="../images/favicon.ico">
|
|
11
11
|
<link rel="stylesheet" href="../styles/style.css">
|
|
12
|
-
<link rel="stylesheet" href="../styles/dark.css"
|
|
12
|
+
<link rel="stylesheet" href="../styles/dark.css">
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -295,6 +295,15 @@
|
|
|
295
295
|
</div>
|
|
296
296
|
</div>
|
|
297
297
|
|
|
298
|
+
<label class="dark-mode-switch">
|
|
299
|
+
<input type="checkbox">
|
|
300
|
+
<span class="slider">
|
|
301
|
+
<svg class="slider-icon" viewBox="0 0 24 24" fill="none" height="20" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" width="20" xmlns="http://www.w3.org/2000/svg">
|
|
302
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
303
|
+
</svg>
|
|
304
|
+
</span>
|
|
305
|
+
</label>
|
|
306
|
+
|
|
298
307
|
<script>
|
|
299
308
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
300
309
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'interceptor';
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
<link rel="icon" type="image/x-icon" href="../images/favicon.ico">
|
|
11
11
|
<link rel="stylesheet" href="../styles/style.css">
|
|
12
|
-
<link rel="stylesheet" href="../styles/dark.css"
|
|
12
|
+
<link rel="stylesheet" href="../styles/dark.css">
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -245,6 +245,15 @@
|
|
|
245
245
|
</div>
|
|
246
246
|
</div>
|
|
247
247
|
|
|
248
|
+
<label class="dark-mode-switch">
|
|
249
|
+
<input type="checkbox">
|
|
250
|
+
<span class="slider">
|
|
251
|
+
<svg class="slider-icon" viewBox="0 0 24 24" fill="none" height="20" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" width="20" xmlns="http://www.w3.org/2000/svg">
|
|
252
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
253
|
+
</svg>
|
|
254
|
+
</span>
|
|
255
|
+
</label>
|
|
256
|
+
|
|
248
257
|
<script>
|
|
249
258
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
250
259
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'interceptor';
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
<link rel="icon" type="image/x-icon" href="../images/favicon.ico">
|
|
11
11
|
<link rel="stylesheet" href="../styles/style.css">
|
|
12
|
-
<link rel="stylesheet" href="../styles/dark.css"
|
|
12
|
+
<link rel="stylesheet" href="../styles/dark.css">
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -240,6 +240,15 @@
|
|
|
240
240
|
</div>
|
|
241
241
|
</div>
|
|
242
242
|
|
|
243
|
+
<label class="dark-mode-switch">
|
|
244
|
+
<input type="checkbox">
|
|
245
|
+
<span class="slider">
|
|
246
|
+
<svg class="slider-icon" viewBox="0 0 24 24" fill="none" height="20" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" width="20" xmlns="http://www.w3.org/2000/svg">
|
|
247
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
248
|
+
</svg>
|
|
249
|
+
</span>
|
|
250
|
+
</label>
|
|
251
|
+
|
|
243
252
|
<script>
|
|
244
253
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
245
254
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'interface';
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
<link rel="icon" type="image/x-icon" href="../images/favicon.ico">
|
|
11
11
|
<link rel="stylesheet" href="../styles/style.css">
|
|
12
|
-
<link rel="stylesheet" href="../styles/dark.css"
|
|
12
|
+
<link rel="stylesheet" href="../styles/dark.css">
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -195,6 +195,15 @@
|
|
|
195
195
|
</div>
|
|
196
196
|
</div>
|
|
197
197
|
|
|
198
|
+
<label class="dark-mode-switch">
|
|
199
|
+
<input type="checkbox">
|
|
200
|
+
<span class="slider">
|
|
201
|
+
<svg class="slider-icon" viewBox="0 0 24 24" fill="none" height="20" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" width="20" xmlns="http://www.w3.org/2000/svg">
|
|
202
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
203
|
+
</svg>
|
|
204
|
+
</span>
|
|
205
|
+
</label>
|
|
206
|
+
|
|
198
207
|
<script>
|
|
199
208
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
200
209
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'interface';
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
<link rel="icon" type="image/x-icon" href="../images/favicon.ico">
|
|
11
11
|
<link rel="stylesheet" href="../styles/style.css">
|
|
12
|
-
<link rel="stylesheet" href="../styles/dark.css"
|
|
12
|
+
<link rel="stylesheet" href="../styles/dark.css">
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -240,6 +240,15 @@
|
|
|
240
240
|
</div>
|
|
241
241
|
</div>
|
|
242
242
|
|
|
243
|
+
<label class="dark-mode-switch">
|
|
244
|
+
<input type="checkbox">
|
|
245
|
+
<span class="slider">
|
|
246
|
+
<svg class="slider-icon" viewBox="0 0 24 24" fill="none" height="20" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" width="20" xmlns="http://www.w3.org/2000/svg">
|
|
247
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
248
|
+
</svg>
|
|
249
|
+
</span>
|
|
250
|
+
</label>
|
|
251
|
+
|
|
243
252
|
<script>
|
|
244
253
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
245
254
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'interface';
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
<link rel="icon" type="image/x-icon" href="../images/favicon.ico">
|
|
11
11
|
<link rel="stylesheet" href="../styles/style.css">
|
|
12
|
-
<link rel="stylesheet" href="../styles/dark.css"
|
|
12
|
+
<link rel="stylesheet" href="../styles/dark.css">
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -387,6 +387,15 @@
|
|
|
387
387
|
</div>
|
|
388
388
|
</div>
|
|
389
389
|
|
|
390
|
+
<label class="dark-mode-switch">
|
|
391
|
+
<input type="checkbox">
|
|
392
|
+
<span class="slider">
|
|
393
|
+
<svg class="slider-icon" viewBox="0 0 24 24" fill="none" height="20" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" width="20" xmlns="http://www.w3.org/2000/svg">
|
|
394
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
395
|
+
</svg>
|
|
396
|
+
</span>
|
|
397
|
+
</label>
|
|
398
|
+
|
|
390
399
|
<script>
|
|
391
400
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
392
401
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'interface';
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
<link rel="icon" type="image/x-icon" href="../images/favicon.ico">
|
|
11
11
|
<link rel="stylesheet" href="../styles/style.css">
|
|
12
|
-
<link rel="stylesheet" href="../styles/dark.css"
|
|
12
|
+
<link rel="stylesheet" href="../styles/dark.css">
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -246,6 +246,15 @@
|
|
|
246
246
|
</div>
|
|
247
247
|
</div>
|
|
248
248
|
|
|
249
|
+
<label class="dark-mode-switch">
|
|
250
|
+
<input type="checkbox">
|
|
251
|
+
<span class="slider">
|
|
252
|
+
<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">
|
|
253
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
254
|
+
</svg>
|
|
255
|
+
</span>
|
|
256
|
+
</label>
|
|
257
|
+
|
|
249
258
|
<script>
|
|
250
259
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
251
260
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'interface';
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
<link rel="icon" type="image/x-icon" href="../images/favicon.ico">
|
|
11
11
|
<link rel="stylesheet" href="../styles/style.css">
|
|
12
|
-
<link rel="stylesheet" href="../styles/dark.css"
|
|
12
|
+
<link rel="stylesheet" href="../styles/dark.css">
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -195,6 +195,15 @@
|
|
|
195
195
|
</div>
|
|
196
196
|
</div>
|
|
197
197
|
|
|
198
|
+
<label class="dark-mode-switch">
|
|
199
|
+
<input type="checkbox">
|
|
200
|
+
<span class="slider">
|
|
201
|
+
<svg class="slider-icon" viewBox="0 0 24 24" fill="none" height="20" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" width="20" xmlns="http://www.w3.org/2000/svg">
|
|
202
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
203
|
+
</svg>
|
|
204
|
+
</span>
|
|
205
|
+
</label>
|
|
206
|
+
|
|
198
207
|
<script>
|
|
199
208
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
200
209
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'interface';
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
<link rel="icon" type="image/x-icon" href="../images/favicon.ico">
|
|
11
11
|
<link rel="stylesheet" href="../styles/style.css">
|
|
12
|
-
<link rel="stylesheet" href="../styles/dark.css"
|
|
12
|
+
<link rel="stylesheet" href="../styles/dark.css">
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -231,6 +231,13 @@
|
|
|
231
231
|
isSidebarActive
|
|
232
232
|
</a>
|
|
233
233
|
</li>
|
|
234
|
+
<li>
|
|
235
|
+
<span class="modifier">Optional</span>
|
|
236
|
+
<a href="#isSidebarExpandOnHover"
|
|
237
|
+
>
|
|
238
|
+
isSidebarExpandOnHover
|
|
239
|
+
</a>
|
|
240
|
+
</li>
|
|
234
241
|
<li>
|
|
235
242
|
<span class="modifier">Optional</span>
|
|
236
243
|
<a href="#isSidebarHidden"
|
|
@@ -1165,6 +1172,44 @@
|
|
|
1165
1172
|
|
|
1166
1173
|
|
|
1167
1174
|
|
|
1175
|
+
</tbody>
|
|
1176
|
+
</table>
|
|
1177
|
+
<table class="table table-sm table-bordered">
|
|
1178
|
+
<tbody>
|
|
1179
|
+
<tr>
|
|
1180
|
+
<td class="col-md-4">
|
|
1181
|
+
<a name="isSidebarExpandOnHover"></a>
|
|
1182
|
+
<span class="name "><b>isSidebarExpandOnHover</b>
|
|
1183
|
+
<a href="#isSidebarExpandOnHover">
|
|
1184
|
+
<span class="icon ion-ios-link"></span>
|
|
1185
|
+
</a>
|
|
1186
|
+
</span>
|
|
1187
|
+
</td>
|
|
1188
|
+
</tr>
|
|
1189
|
+
<tr>
|
|
1190
|
+
<td class="col-md-4">
|
|
1191
|
+
<code>isSidebarExpandOnHover: <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
|
1192
|
+
</code>
|
|
1193
|
+
</td>
|
|
1194
|
+
</tr>
|
|
1195
|
+
|
|
1196
|
+
|
|
1197
|
+
<tr>
|
|
1198
|
+
<td class="col-md-4">
|
|
1199
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
|
1200
|
+
|
|
1201
|
+
</td>
|
|
1202
|
+
</tr>
|
|
1203
|
+
|
|
1204
|
+
<tr>
|
|
1205
|
+
<td class="col-md-4">
|
|
1206
|
+
<i>Optional</i>
|
|
1207
|
+
</td>
|
|
1208
|
+
</tr>
|
|
1209
|
+
|
|
1210
|
+
|
|
1211
|
+
|
|
1212
|
+
|
|
1168
1213
|
</tbody>
|
|
1169
1214
|
</table>
|
|
1170
1215
|
<table class="table table-sm table-bordered">
|
|
@@ -1758,6 +1803,15 @@
|
|
|
1758
1803
|
</div>
|
|
1759
1804
|
</div>
|
|
1760
1805
|
|
|
1806
|
+
<label class="dark-mode-switch">
|
|
1807
|
+
<input type="checkbox">
|
|
1808
|
+
<span class="slider">
|
|
1809
|
+
<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">
|
|
1810
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
1811
|
+
</svg>
|
|
1812
|
+
</span>
|
|
1813
|
+
</label>
|
|
1814
|
+
|
|
1761
1815
|
<script>
|
|
1762
1816
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
1763
1817
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'interface';
|
package/docs/js/menu-wc.js
CHANGED
|
@@ -63,13 +63,13 @@ customElements.define('compodoc-menu', class extends HTMLElement {
|
|
|
63
63
|
<a href="modules/TranslateMockModule.html" data-type="entity-link" >TranslateMockModule</a>
|
|
64
64
|
<li class="chapter inner">
|
|
65
65
|
<div class="simple menu-toggler" data-toggle="collapse" ${ isNormalMode ?
|
|
66
|
-
'data-target="#directives-links-module-TranslateMockModule-
|
|
66
|
+
'data-target="#directives-links-module-TranslateMockModule-9da62be54d94cb556a0704e51a9362d123688ae4abe23c3ec0b5d6f1ef09c176b005016b728d326a5f2ba18e3d686b9df3efbe48e0f70b49b5b515e43ecbd8f4"' : 'data-target="#xs-directives-links-module-TranslateMockModule-9da62be54d94cb556a0704e51a9362d123688ae4abe23c3ec0b5d6f1ef09c176b005016b728d326a5f2ba18e3d686b9df3efbe48e0f70b49b5b515e43ecbd8f4"' }>
|
|
67
67
|
<span class="icon ion-md-code-working"></span>
|
|
68
68
|
<span>Directives</span>
|
|
69
69
|
<span class="icon ion-ios-arrow-down"></span>
|
|
70
70
|
</div>
|
|
71
|
-
<ul class="links collapse" ${ isNormalMode ? 'id="directives-links-module-TranslateMockModule-
|
|
72
|
-
'id="xs-directives-links-module-TranslateMockModule-
|
|
71
|
+
<ul class="links collapse" ${ isNormalMode ? 'id="directives-links-module-TranslateMockModule-9da62be54d94cb556a0704e51a9362d123688ae4abe23c3ec0b5d6f1ef09c176b005016b728d326a5f2ba18e3d686b9df3efbe48e0f70b49b5b515e43ecbd8f4"' :
|
|
72
|
+
'id="xs-directives-links-module-TranslateMockModule-9da62be54d94cb556a0704e51a9362d123688ae4abe23c3ec0b5d6f1ef09c176b005016b728d326a5f2ba18e3d686b9df3efbe48e0f70b49b5b515e43ecbd8f4"' }>
|
|
73
73
|
<li class="link">
|
|
74
74
|
<a href="directives/TranslateMockDirective.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >TranslateMockDirective</a>
|
|
75
75
|
</li>
|
|
@@ -77,13 +77,13 @@ customElements.define('compodoc-menu', class extends HTMLElement {
|
|
|
77
77
|
</li>
|
|
78
78
|
<li class="chapter inner">
|
|
79
79
|
<div class="simple menu-toggler" data-toggle="collapse" ${ isNormalMode ?
|
|
80
|
-
'data-target="#pipes-links-module-TranslateMockModule-
|
|
80
|
+
'data-target="#pipes-links-module-TranslateMockModule-9da62be54d94cb556a0704e51a9362d123688ae4abe23c3ec0b5d6f1ef09c176b005016b728d326a5f2ba18e3d686b9df3efbe48e0f70b49b5b515e43ecbd8f4"' : 'data-target="#xs-pipes-links-module-TranslateMockModule-9da62be54d94cb556a0704e51a9362d123688ae4abe23c3ec0b5d6f1ef09c176b005016b728d326a5f2ba18e3d686b9df3efbe48e0f70b49b5b515e43ecbd8f4"' }>
|
|
81
81
|
<span class="icon ion-md-add"></span>
|
|
82
82
|
<span>Pipes</span>
|
|
83
83
|
<span class="icon ion-ios-arrow-down"></span>
|
|
84
84
|
</div>
|
|
85
|
-
<ul class="links collapse" ${ isNormalMode ? 'id="pipes-links-module-TranslateMockModule-
|
|
86
|
-
'id="xs-pipes-links-module-TranslateMockModule-
|
|
85
|
+
<ul class="links collapse" ${ isNormalMode ? 'id="pipes-links-module-TranslateMockModule-9da62be54d94cb556a0704e51a9362d123688ae4abe23c3ec0b5d6f1ef09c176b005016b728d326a5f2ba18e3d686b9df3efbe48e0f70b49b5b515e43ecbd8f4"' :
|
|
86
|
+
'id="xs-pipes-links-module-TranslateMockModule-9da62be54d94cb556a0704e51a9362d123688ae4abe23c3ec0b5d6f1ef09c176b005016b728d326a5f2ba18e3d686b9df3efbe48e0f70b49b5b515e43ecbd8f4"' }>
|
|
87
87
|
<li class="link">
|
|
88
88
|
<a href="pipes/TranslateMockPipe.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >TranslateMockPipe</a>
|
|
89
89
|
</li>
|