@eui/core 13.0.0-rc.41 → 13.0.0-rc.45
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/docs/classes/ActivatedRouteAction.html +1 -10
- package/docs/classes/AddApiQueueItemAction.html +1 -10
- package/docs/classes/AddAppLoadedConfigModulesAction.html +1 -10
- package/docs/classes/ApiQueueServiceMock.html +1 -10
- package/docs/classes/AsyncStorageService.html +1 -10
- package/docs/classes/AsyncStorageServiceMock.html +1 -10
- package/docs/classes/EmptyApiQueueAction.html +1 -10
- package/docs/classes/EuiCoreRootGuardClass.html +1 -10
- package/docs/classes/EuiError.html +1 -10
- package/docs/classes/I18nResourceImpl.html +1 -10
- package/docs/classes/InitStoreAction.html +1 -10
- package/docs/classes/LogServiceMock.html +1 -10
- package/docs/classes/OpenIdConnectServiceMock.html +1 -10
- package/docs/classes/RemoveApiQueueItemAction.html +1 -10
- package/docs/classes/RouterMock.html +1 -10
- package/docs/classes/StorageService.html +1 -10
- package/docs/classes/StorageServiceMock.html +1 -10
- package/docs/classes/StoreMock.html +1 -10
- package/docs/classes/TranslateServiceMock.html +1 -10
- package/docs/classes/UpdateAppConnectionAction.html +1 -10
- package/docs/classes/UpdateAppStatusAction.html +1 -10
- package/docs/classes/UpdateAppVersionAction.html +1 -10
- package/docs/classes/UpdateCurrentModuleAction.html +1 -10
- package/docs/classes/UpdateI18nStateAction.html +1 -10
- package/docs/classes/UpdateLocaleStateAction.html +1 -10
- package/docs/classes/UpdateNotificationsListAction.html +1 -10
- package/docs/classes/UpdateUserDashboardAction.html +1 -10
- package/docs/classes/UpdateUserDetailsAction.html +1 -10
- package/docs/classes/UpdateUserPreferencesAction.html +1 -10
- package/docs/classes/UpdateUserRightsAction.html +1 -10
- package/docs/classes/UpdateUserStateAction.html +1 -10
- package/docs/classes/UxErrorManager.html +1 -10
- package/docs/classes/UxRootInjectorGuard.html +1 -10
- package/docs/dependencies.html +4 -13
- package/docs/directives/TranslateMockDirective.html +2 -11
- package/docs/index.html +1 -10
- package/docs/injectables/ApiQueueService.html +1 -10
- package/docs/injectables/CoreAppEffects.html +1 -10
- package/docs/injectables/EuiPermissionService.html +1 -10
- package/docs/injectables/GlobalErrorHandler.html +1 -10
- package/docs/injectables/I18nLoader.html +1 -10
- package/docs/injectables/I18nService.html +1 -10
- package/docs/injectables/I18nServiceMock.html +1 -10
- package/docs/injectables/LocalForageService.html +1 -10
- package/docs/injectables/LocalStorageService.html +1 -10
- package/docs/injectables/LocaleService.html +1 -10
- package/docs/injectables/LocaleServiceMock.html +1 -10
- package/docs/injectables/LogService.html +1 -10
- package/docs/injectables/OpenIdConnectService.html +1 -10
- package/docs/injectables/SessionStorageService.html +1 -10
- package/docs/injectables/StoreService.html +1 -10
- package/docs/injectables/StoreServiceMock.html +1 -10
- package/docs/injectables/UserService.html +1 -10
- package/docs/injectables/UserServiceMock.html +1 -10
- package/docs/injectables/UxAppShellService.html +1 -10
- package/docs/injectables/UxDynamicComponentService.html +2 -11
- package/docs/injectables/UxDynamicMenuService.html +2 -11
- package/docs/injectables/UxErrorFeedbackService.html +1 -10
- package/docs/injectables/UxTimezoneService.html +1 -10
- package/docs/interceptors/AddLangParamInterceptor.html +1 -10
- package/docs/interceptors/CachePreventionInterceptor.html +1 -10
- package/docs/interceptors/CorsSecurityInterceptor.html +1 -10
- package/docs/interceptors/CsrfPreventionInterceptor.html +1 -10
- package/docs/interceptors/EuLoginSessionTimeoutHandlingInterceptor.html +1 -10
- package/docs/interceptors/HttpErrorHandlerInterceptor.html +1 -10
- package/docs/interceptors/OpenIdConnectInterceptor.html +1 -10
- package/docs/interceptors/UxRequestErrorModelInterceptor.html +1 -10
- package/docs/interfaces/LoadedResources.html +1 -10
- package/docs/interfaces/LoadedResourcesError.html +1 -10
- package/docs/interfaces/ModuleLoadEvent.html +1 -10
- package/docs/interfaces/OpenIdConnectUserDetails.html +1 -10
- package/docs/interfaces/ResourceError.html +1 -10
- package/docs/interfaces/TimeZone.html +1 -10
- package/docs/interfaces/UIState.html +1 -10
- package/docs/js/menu-wc.js +6 -6
- package/docs/js/menu-wc_es5.js +1 -1
- package/docs/js/menu.js +2 -48
- package/docs/js/search/search_index.js +2 -2
- package/docs/license.html +1 -10
- package/docs/miscellaneous/enumerations.html +1 -10
- package/docs/miscellaneous/functions.html +1 -10
- package/docs/miscellaneous/typealiases.html +1 -10
- package/docs/miscellaneous/variables.html +1 -10
- package/docs/modules/CoreModule.html +1 -10
- package/docs/modules/I18nModule.html +1 -10
- package/docs/modules/LogModule.html +1 -10
- package/docs/modules/TranslateMockModule.html +1 -10
- package/docs/modules.html +5 -14
- package/docs/pipes/TranslateMockPipe.html +2 -11
- package/docs/styles/compodoc.css +1 -71
- package/docs/styles/dark.css +33 -37
- package/docs/styles/laravel.css +35 -33
- package/docs/styles/material.css +17 -15
- package/docs/styles/original.css +4 -2
- package/docs/styles/postmark.css +14 -12
- package/docs/styles/readthedocs.css +8 -6
- package/docs/styles/reset.css +34 -115
- package/docs/styles/stripe.css +35 -33
- package/docs/styles/vagrant.css +28 -26
- package/package.json +1 -1
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
<link rel="icon" type="image/x-icon" href="../images/favicon.ico">
|
|
11
11
|
<link rel="stylesheet" href="../styles/style.css">
|
|
12
|
-
<link rel="stylesheet" href="../styles/dark.css">
|
|
12
|
+
<link rel="stylesheet" href="../styles/dark.css" media="(prefers-color-scheme: dark)">
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -230,15 +230,6 @@
|
|
|
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
|
-
|
|
242
233
|
<script>
|
|
243
234
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
244
235
|
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" media="(prefers-color-scheme: dark)">
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -230,15 +230,6 @@
|
|
|
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
|
-
|
|
242
233
|
<script>
|
|
243
234
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
244
235
|
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" media="(prefers-color-scheme: dark)">
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -230,15 +230,6 @@
|
|
|
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
|
-
|
|
242
233
|
<script>
|
|
243
234
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
244
235
|
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" media="(prefers-color-scheme: dark)">
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -230,15 +230,6 @@
|
|
|
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
|
-
|
|
242
233
|
<script>
|
|
243
234
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
244
235
|
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" media="(prefers-color-scheme: dark)">
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -230,15 +230,6 @@
|
|
|
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
|
-
|
|
242
233
|
<script>
|
|
243
234
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
244
235
|
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" media="(prefers-color-scheme: dark)">
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -230,15 +230,6 @@
|
|
|
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
|
-
|
|
242
233
|
<script>
|
|
243
234
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
244
235
|
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" media="(prefers-color-scheme: dark)">
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -230,15 +230,6 @@
|
|
|
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
|
-
|
|
242
233
|
<script>
|
|
243
234
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
244
235
|
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" media="(prefers-color-scheme: dark)">
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -484,15 +484,6 @@
|
|
|
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
|
-
|
|
496
487
|
<script>
|
|
497
488
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
498
489
|
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" media="(prefers-color-scheme: dark)">
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -145,15 +145,6 @@
|
|
|
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
|
-
|
|
157
148
|
<script>
|
|
158
149
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
159
150
|
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" media="(prefers-color-scheme: dark)">
|
|
13
13
|
<link rel="stylesheet" href="./styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -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.15</li>
|
|
192
192
|
<li>
|
|
193
193
|
<b>@compodoc/ngd-transformer</b> : 2.1.0</li>
|
|
194
194
|
<li>
|
|
@@ -234,9 +234,9 @@
|
|
|
234
234
|
<li>
|
|
235
235
|
<b>angular-animations</b> : 0.11.0</li>
|
|
236
236
|
<li>
|
|
237
|
-
<b>apexcharts</b> : 3.
|
|
237
|
+
<b>apexcharts</b> : 3.29.0</li>
|
|
238
238
|
<li>
|
|
239
|
-
<b>@eui/styles-base</b> : 13.0.
|
|
239
|
+
<b>@eui/styles-base</b> : 13.0.2-snapshot-1637749321422</li>
|
|
240
240
|
<li>
|
|
241
241
|
<b>@eui/tools</b> : ^4.0.0</li>
|
|
242
242
|
</ul>
|
|
@@ -260,15 +260,6 @@
|
|
|
260
260
|
</div>
|
|
261
261
|
</div>
|
|
262
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
|
-
|
|
272
263
|
<script>
|
|
273
264
|
var COMPODOC_CURRENT_PAGE_DEPTH = 0;
|
|
274
265
|
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" media="(prefers-color-scheme: dark)">
|
|
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">
|
|
73
73
|
<tbody>
|
|
74
74
|
|
|
75
75
|
<tr>
|
|
@@ -210,15 +210,6 @@
|
|
|
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
|
-
|
|
222
213
|
<script>
|
|
223
214
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
224
215
|
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" media="(prefers-color-scheme: dark)">
|
|
13
13
|
<link rel="stylesheet" href="./styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -122,15 +122,6 @@
|
|
|
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
|
-
|
|
134
125
|
<script>
|
|
135
126
|
var COMPODOC_CURRENT_PAGE_DEPTH = 0;
|
|
136
127
|
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" media="(prefers-color-scheme: dark)">
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -754,15 +754,6 @@ 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
|
-
|
|
766
757
|
<script>
|
|
767
758
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
768
759
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'injectable';
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
<link rel="icon" type="image/x-icon" href="../images/favicon.ico">
|
|
11
11
|
<link rel="stylesheet" href="../styles/style.css">
|
|
12
|
-
<link rel="stylesheet" href="../styles/dark.css">
|
|
12
|
+
<link rel="stylesheet" href="../styles/dark.css" media="(prefers-color-scheme: dark)">
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -347,15 +347,6 @@
|
|
|
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
|
-
|
|
359
350
|
<script>
|
|
360
351
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
361
352
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'injectable';
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
<link rel="icon" type="image/x-icon" href="../images/favicon.ico">
|
|
11
11
|
<link rel="stylesheet" href="../styles/style.css">
|
|
12
|
-
<link rel="stylesheet" href="../styles/dark.css">
|
|
12
|
+
<link rel="stylesheet" href="../styles/dark.css" media="(prefers-color-scheme: dark)">
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -600,15 +600,6 @@ 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
|
-
|
|
612
603
|
<script>
|
|
613
604
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
614
605
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'injectable';
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
<link rel="icon" type="image/x-icon" href="../images/favicon.ico">
|
|
11
11
|
<link rel="stylesheet" href="../styles/style.css">
|
|
12
|
-
<link rel="stylesheet" href="../styles/dark.css">
|
|
12
|
+
<link rel="stylesheet" href="../styles/dark.css" media="(prefers-color-scheme: dark)">
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -241,15 +241,6 @@
|
|
|
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
|
-
|
|
253
244
|
<script>
|
|
254
245
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
255
246
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'injectable';
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
<link rel="icon" type="image/x-icon" href="../images/favicon.ico">
|
|
11
11
|
<link rel="stylesheet" href="../styles/style.css">
|
|
12
|
-
<link rel="stylesheet" href="../styles/dark.css">
|
|
12
|
+
<link rel="stylesheet" href="../styles/dark.css" media="(prefers-color-scheme: dark)">
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -545,15 +545,6 @@
|
|
|
545
545
|
</div>
|
|
546
546
|
</div>
|
|
547
547
|
|
|
548
|
-
<label class="dark-mode-switch">
|
|
549
|
-
<input type="checkbox">
|
|
550
|
-
<span class="slider">
|
|
551
|
-
<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">
|
|
552
|
-
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
553
|
-
</svg>
|
|
554
|
-
</span>
|
|
555
|
-
</label>
|
|
556
|
-
|
|
557
548
|
<script>
|
|
558
549
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
559
550
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'injectable';
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
<link rel="icon" type="image/x-icon" href="../images/favicon.ico">
|
|
11
11
|
<link rel="stylesheet" href="../styles/style.css">
|
|
12
|
-
<link rel="stylesheet" href="../styles/dark.css">
|
|
12
|
+
<link rel="stylesheet" href="../styles/dark.css" media="(prefers-color-scheme: dark)">
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -893,15 +893,6 @@ fetch module name from the state.</p>
|
|
|
893
893
|
</div>
|
|
894
894
|
</div>
|
|
895
895
|
|
|
896
|
-
<label class="dark-mode-switch">
|
|
897
|
-
<input type="checkbox">
|
|
898
|
-
<span class="slider">
|
|
899
|
-
<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">
|
|
900
|
-
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
901
|
-
</svg>
|
|
902
|
-
</span>
|
|
903
|
-
</label>
|
|
904
|
-
|
|
905
896
|
<script>
|
|
906
897
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
907
898
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'injectable';
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
<link rel="icon" type="image/x-icon" href="../images/favicon.ico">
|
|
11
11
|
<link rel="stylesheet" href="../styles/style.css">
|
|
12
|
-
<link rel="stylesheet" href="../styles/dark.css">
|
|
12
|
+
<link rel="stylesheet" href="../styles/dark.css" media="(prefers-color-scheme: dark)">
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -582,15 +582,6 @@ fetch module name from the state.</p>
|
|
|
582
582
|
</div>
|
|
583
583
|
</div>
|
|
584
584
|
|
|
585
|
-
<label class="dark-mode-switch">
|
|
586
|
-
<input type="checkbox">
|
|
587
|
-
<span class="slider">
|
|
588
|
-
<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">
|
|
589
|
-
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
590
|
-
</svg>
|
|
591
|
-
</span>
|
|
592
|
-
</label>
|
|
593
|
-
|
|
594
585
|
<script>
|
|
595
586
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
596
587
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'injectable';
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
<link rel="icon" type="image/x-icon" href="../images/favicon.ico">
|
|
11
11
|
<link rel="stylesheet" href="../styles/style.css">
|
|
12
|
-
<link rel="stylesheet" href="../styles/dark.css">
|
|
12
|
+
<link rel="stylesheet" href="../styles/dark.css" media="(prefers-color-scheme: dark)">
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -721,15 +721,6 @@
|
|
|
721
721
|
</div>
|
|
722
722
|
</div>
|
|
723
723
|
|
|
724
|
-
<label class="dark-mode-switch">
|
|
725
|
-
<input type="checkbox">
|
|
726
|
-
<span class="slider">
|
|
727
|
-
<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">
|
|
728
|
-
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
729
|
-
</svg>
|
|
730
|
-
</span>
|
|
731
|
-
</label>
|
|
732
|
-
|
|
733
724
|
<script>
|
|
734
725
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
735
726
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'injectable';
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
<link rel="icon" type="image/x-icon" href="../images/favicon.ico">
|
|
11
11
|
<link rel="stylesheet" href="../styles/style.css">
|
|
12
|
-
<link rel="stylesheet" href="../styles/dark.css">
|
|
12
|
+
<link rel="stylesheet" href="../styles/dark.css" media="(prefers-color-scheme: dark)">
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -502,15 +502,6 @@
|
|
|
502
502
|
</div>
|
|
503
503
|
</div>
|
|
504
504
|
|
|
505
|
-
<label class="dark-mode-switch">
|
|
506
|
-
<input type="checkbox">
|
|
507
|
-
<span class="slider">
|
|
508
|
-
<svg class="slider-icon" viewBox="0 0 24 24" fill="none" height="20" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" width="20" xmlns="http://www.w3.org/2000/svg">
|
|
509
|
-
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
510
|
-
</svg>
|
|
511
|
-
</span>
|
|
512
|
-
</label>
|
|
513
|
-
|
|
514
505
|
<script>
|
|
515
506
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
516
507
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'injectable';
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
<link rel="icon" type="image/x-icon" href="../images/favicon.ico">
|
|
11
11
|
<link rel="stylesheet" href="../styles/style.css">
|
|
12
|
-
<link rel="stylesheet" href="../styles/dark.css">
|
|
12
|
+
<link rel="stylesheet" href="../styles/dark.css" media="(prefers-color-scheme: dark)">
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -559,15 +559,6 @@
|
|
|
559
559
|
</div>
|
|
560
560
|
</div>
|
|
561
561
|
|
|
562
|
-
<label class="dark-mode-switch">
|
|
563
|
-
<input type="checkbox">
|
|
564
|
-
<span class="slider">
|
|
565
|
-
<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">
|
|
566
|
-
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
567
|
-
</svg>
|
|
568
|
-
</span>
|
|
569
|
-
</label>
|
|
570
|
-
|
|
571
562
|
<script>
|
|
572
563
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
573
564
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'injectable';
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
<link rel="icon" type="image/x-icon" href="../images/favicon.ico">
|
|
11
11
|
<link rel="stylesheet" href="../styles/style.css">
|
|
12
|
-
<link rel="stylesheet" href="../styles/dark.css">
|
|
12
|
+
<link rel="stylesheet" href="../styles/dark.css" media="(prefers-color-scheme: dark)">
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -411,15 +411,6 @@
|
|
|
411
411
|
</div>
|
|
412
412
|
</div>
|
|
413
413
|
|
|
414
|
-
<label class="dark-mode-switch">
|
|
415
|
-
<input type="checkbox">
|
|
416
|
-
<span class="slider">
|
|
417
|
-
<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">
|
|
418
|
-
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
419
|
-
</svg>
|
|
420
|
-
</span>
|
|
421
|
-
</label>
|
|
422
|
-
|
|
423
414
|
<script>
|
|
424
415
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
425
416
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'injectable';
|