@eui/core 23.0.0-alpha.2 → 23.0.0-alpha.3
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/CHANGELOG.md +31 -0
- package/docs/architecture.html +223 -0
- package/docs/changelog.html +87 -2
- package/docs/classes/ActivatedRouteAction.html +70 -20
- package/docs/classes/AddApiQueueItemAction.html +70 -20
- package/docs/classes/AddAppLoadedConfigModulesAction.html +70 -20
- package/docs/classes/ApiQueueServiceMock.html +77 -20
- package/docs/classes/AsyncStorageService.html +86 -20
- package/docs/classes/AsyncStorageServiceMock.html +73 -17
- package/docs/classes/CssUtils.html +74 -20
- package/docs/classes/EmptyApiQueueAction.html +67 -17
- package/docs/classes/ErrorSubClass.html +68 -16
- package/docs/classes/EuiAppShellServiceMock.html +58 -20
- package/docs/classes/EuiCoreRootGuardClass.html +39 -8
- package/docs/classes/EuiError.html +69 -17
- package/docs/classes/I18nResourceImpl.html +50 -17
- package/docs/classes/InitStoreAction.html +70 -20
- package/docs/classes/LogServiceMock.html +67 -17
- package/docs/classes/RemoveApiQueueItemAction.html +67 -17
- package/docs/classes/StorageService.html +83 -19
- package/docs/classes/StorageServiceMock.html +70 -17
- package/docs/classes/TranslateServiceMock.html +90 -35
- package/docs/classes/UpdateAppConnectionAction.html +67 -17
- package/docs/classes/UpdateAppStatusAction.html +67 -17
- package/docs/classes/UpdateAppVersionAction.html +67 -17
- package/docs/classes/UpdateCurrentModuleAction.html +67 -17
- package/docs/classes/UpdateI18nStateAction.html +67 -17
- package/docs/classes/UpdateLocaleStateAction.html +67 -17
- package/docs/classes/UpdateNotificationsListAction.html +67 -17
- package/docs/classes/UpdateUserDashboardAction.html +67 -17
- package/docs/classes/UpdateUserDetailsAction.html +67 -17
- package/docs/classes/UpdateUserPreferencesAction.html +67 -17
- package/docs/classes/UpdateUserRightsAction.html +67 -17
- package/docs/classes/UpdateUserStateAction.html +67 -17
- package/docs/dependencies.html +38 -4
- package/docs/directives/TranslateMockDirective.html +72 -19
- package/docs/index.html +26 -2
- package/docs/injectables/ApiQueueService.html +97 -20
- package/docs/injectables/EuiAppShellService.html +147 -68
- package/docs/injectables/EuiDynamicComponentService.html +51 -18
- package/docs/injectables/EuiDynamicMenuService.html +67 -20
- package/docs/injectables/EuiGrowlService.html +85 -21
- package/docs/injectables/EuiLoaderService.html +65 -17
- package/docs/injectables/EuiPermissionService.html +95 -20
- package/docs/injectables/EuiThemeService.html +89 -34
- package/docs/injectables/EuiTimezoneService.html +51 -16
- package/docs/injectables/GlobalErrorHandler.html +79 -17
- package/docs/injectables/I18nLoader.html +53 -17
- package/docs/injectables/I18nService.html +101 -23
- package/docs/injectables/I18nServiceMock.html +96 -34
- package/docs/injectables/LocalForageService.html +81 -21
- package/docs/injectables/LocalStorageService.html +78 -21
- package/docs/injectables/LocaleService.html +124 -41
- package/docs/injectables/LocaleServiceMock.html +72 -18
- package/docs/injectables/LogService.html +68 -17
- package/docs/injectables/SessionStorageService.html +78 -21
- package/docs/injectables/StoreService.html +91 -22
- package/docs/injectables/StoreServiceMock.html +72 -17
- package/docs/injectables/UserService.html +97 -23
- package/docs/injectables/UserServiceMock.html +81 -23
- package/docs/interceptors/AddLangParamInterceptor.html +49 -18
- package/docs/interceptors/CachePreventionInterceptor.html +48 -17
- package/docs/interceptors/CorsSecurityInterceptor.html +48 -17
- package/docs/interceptors/CsrfPreventionInterceptor.html +48 -17
- package/docs/interceptors/EuLoginSessionTimeoutHandlingInterceptor.html +48 -17
- package/docs/interceptors/HttpErrorHandlerInterceptor.html +48 -17
- package/docs/interceptors/UxRequestErrorModelInterceptor.html +48 -17
- package/docs/interfaces/Action.html +158 -60
- package/docs/interfaces/ActionReducer.html +84 -55
- package/docs/interfaces/ComponentInfo.html +151 -123
- package/docs/interfaces/Dependency.html +278 -250
- package/docs/interfaces/Edit-1.html +151 -123
- package/docs/interfaces/Edit-2.html +151 -123
- package/docs/interfaces/Edit.html +151 -123
- package/docs/interfaces/EuiComponentEntry.html +230 -202
- package/docs/interfaces/EuiTimeZone.html +121 -93
- package/docs/interfaces/IEuiTheme.html +181 -153
- package/docs/interfaces/ImportToAdd.html +164 -136
- package/docs/interfaces/ImportsArrayInfo.html +121 -93
- package/docs/interfaces/Library.html +169 -137
- package/docs/interfaces/LoadedResources.html +164 -136
- package/docs/interfaces/LoadedResourcesError.html +121 -93
- package/docs/interfaces/MemoizedSelector.html +187 -138
- package/docs/interfaces/MemoizedSelectorWithProps.html +188 -139
- package/docs/interfaces/MigrateAllSchema.html +228 -200
- package/docs/interfaces/MigrationResult.html +151 -123
- package/docs/interfaces/ModuleLoadEvent.html +164 -136
- package/docs/interfaces/ModuleMapping.html +121 -93
- package/docs/interfaces/NgModuleInfo.html +151 -123
- package/docs/interfaces/Policy.html +164 -136
- package/docs/interfaces/ResourceError.html +170 -142
- package/docs/interfaces/Schema-1.html +140 -112
- package/docs/interfaces/Schema-10.html +140 -112
- package/docs/interfaces/Schema-11.html +140 -112
- package/docs/interfaces/Schema-12.html +140 -112
- package/docs/interfaces/Schema-13.html +140 -112
- package/docs/interfaces/Schema-14.html +140 -112
- package/docs/interfaces/Schema-15.html +140 -112
- package/docs/interfaces/Schema-16.html +140 -112
- package/docs/interfaces/Schema-17.html +140 -112
- package/docs/interfaces/Schema-18.html +140 -112
- package/docs/interfaces/Schema-19.html +140 -112
- package/docs/interfaces/Schema-2.html +141 -113
- package/docs/interfaces/Schema-20.html +140 -112
- package/docs/interfaces/Schema-3.html +180 -152
- package/docs/interfaces/Schema-4.html +140 -112
- package/docs/interfaces/Schema-5.html +140 -112
- package/docs/interfaces/Schema-6.html +140 -112
- package/docs/interfaces/Schema-7.html +140 -112
- package/docs/interfaces/Schema-8.html +140 -112
- package/docs/interfaces/Schema-9.html +140 -112
- package/docs/interfaces/Schema.html +184 -156
- package/docs/interfaces/SelectorEntry.html +230 -202
- package/docs/interfaces/TextChange.html +151 -123
- package/docs/interfaces/ThemeState.html +121 -93
- package/docs/interfaces/TranslationKeys.html +41 -11
- package/docs/interfaces/UIState.html +1669 -1641
- package/docs/interfaces/body.html +181 -153
- package/docs/js/architecture-graph.js +288 -0
- package/docs/js/libs/bootstrap-native.js +4 -2
- package/docs/js/libs/tablesort.min.js +3 -3
- package/docs/js/libs/tablesort.number.min.js +2 -2
- package/docs/js/libs/vis-network.min.js +7 -7
- package/docs/js/menu-wc.js +47 -14
- package/docs/js/routes.js +138 -37
- package/docs/js/search/search.js +62 -0
- package/docs/js/search/search_index.js +2 -2
- package/docs/js/tabs.js +98 -15
- package/docs/js/tree.js +44 -7
- package/docs/json/EuiPermissionService.md +1 -0
- package/docs/json/LocaleService.md +1 -0
- package/docs/json/documentation.json +7181 -1557
- package/docs/license.html +26 -2
- package/docs/llms.txt +2282 -0
- package/docs/miscellaneous/enumerations.html +34 -10
- package/docs/miscellaneous/functions.html +550 -394
- package/docs/miscellaneous/typealiases.html +59 -27
- package/docs/miscellaneous/variables.html +196 -175
- package/docs/modules/CoreModule.html +34 -9
- package/docs/modules/I18nModule.html +34 -9
- package/docs/modules/LogModule.html +34 -9
- package/docs/modules/TranslateMockModule.html +60 -13
- package/docs/modules.html +26 -2
- package/docs/overview.html +27 -3
- package/docs/pipes/TranslateMockPipe.html +87 -9
- package/docs/properties.html +27 -3
- package/docs/routes.html +26 -2
- package/docs/styles/compodoc.css +365 -44
- package/docs/styles/dark.css +16 -0
- package/docs/template-playground/hbs-render.service.ts +6 -1
- package/fesm2022/eui-core.mjs +26 -27
- package/fesm2022/eui-core.mjs.map +1 -1
- package/package.json +2 -2
- package/types/eui-core.d.ts +9 -11
- package/types/eui-core.d.ts.map +1 -1
- package/docs/js/menu-wc_es5.js +0 -40
|
@@ -85,7 +85,14 @@
|
|
|
85
85
|
</div>
|
|
86
86
|
|
|
87
87
|
<div class="xs-menu menu" id="mobile-menu">
|
|
88
|
-
<div id="book-search-input" role="search"
|
|
88
|
+
<div id="book-search-input" role="search">
|
|
89
|
+
<input type="text" placeholder="Type to search">
|
|
90
|
+
<button type="button"
|
|
91
|
+
class="search-input-clear"
|
|
92
|
+
aria-label="Clear search"
|
|
93
|
+
data-search-input-clear>×</button>
|
|
94
|
+
</div>
|
|
95
|
+
<compodoc-menu></compodoc-menu>
|
|
89
96
|
</div>
|
|
90
97
|
|
|
91
98
|
<div class="container-fluid main">
|
|
@@ -114,6 +121,11 @@
|
|
|
114
121
|
<li class="breadcrumb-item" >HttpErrorHandlerInterceptor</li>
|
|
115
122
|
</ol>
|
|
116
123
|
|
|
124
|
+
<div class="io-file io-file-path" data-compodoc="entity-file-path">
|
|
125
|
+
<span class="icon ion-ios-document" aria-hidden="true"></span>
|
|
126
|
+
<code>packages/core/src/lib/services/errors/http-error-handler.interceptor.ts</code>
|
|
127
|
+
</div>
|
|
128
|
+
|
|
117
129
|
<ul class="nav nav-tabs" role="tablist">
|
|
118
130
|
<li class="nav-item">
|
|
119
131
|
<a href="#info"
|
|
@@ -121,46 +133,47 @@
|
|
|
121
133
|
class="nav-link active"
|
|
122
134
|
role="tab" id="info-tab" data-bs-toggle="tab" data-link="info">Info</a>
|
|
123
135
|
</li>
|
|
136
|
+
<li class="nav-item">
|
|
137
|
+
<a href="#api"
|
|
138
|
+
class="nav-link"
|
|
139
|
+
|
|
140
|
+
role="tab" id="api-tab" data-bs-toggle="tab" data-link="api">API</a>
|
|
141
|
+
</li>
|
|
124
142
|
</ul>
|
|
125
143
|
|
|
126
144
|
<div class="tab-content">
|
|
127
145
|
<div class="tab-pane fade active in" id="info">
|
|
128
|
-
<p class="comment">
|
|
129
|
-
<h3>File</h3>
|
|
130
|
-
</p>
|
|
131
|
-
<p class="comment">
|
|
132
|
-
<code>packages/core/src/lib/services/errors/http-error-handler.interceptor.ts</code>
|
|
133
|
-
</p>
|
|
134
146
|
|
|
135
147
|
|
|
136
148
|
|
|
149
|
+
</div>
|
|
137
150
|
|
|
151
|
+
<div class="tab-pane fade " id="api">
|
|
138
152
|
<section data-compodoc="block-index">
|
|
139
153
|
<h3 id="index">Index</h3>
|
|
140
|
-
<table class="table table-sm table-bordered index-table">
|
|
141
|
-
<tbody>
|
|
142
154
|
|
|
155
|
+
<table class="table table-sm table-bordered index-table">
|
|
156
|
+
<tbody>
|
|
143
157
|
<tr>
|
|
144
|
-
<td class="col-md-
|
|
158
|
+
<td class="col-md-3">
|
|
145
159
|
<h6><b>Methods</b></h6>
|
|
146
160
|
</td>
|
|
147
|
-
|
|
148
|
-
<tr>
|
|
149
|
-
<td class="col-md-4">
|
|
161
|
+
<td class="col-md-9">
|
|
150
162
|
<ul class="index-list">
|
|
151
163
|
<li>
|
|
164
|
+
<span class="reference-badge reference-badge--method" aria-hidden="true">M</span>
|
|
152
165
|
<a href="#intercept" >intercept</a>
|
|
153
166
|
</li>
|
|
154
167
|
</ul>
|
|
155
168
|
</td>
|
|
156
169
|
</tr>
|
|
170
|
+
</tbody>
|
|
171
|
+
</table>
|
|
157
172
|
|
|
158
173
|
|
|
159
174
|
|
|
160
175
|
|
|
161
176
|
|
|
162
|
-
</tbody>
|
|
163
|
-
</table>
|
|
164
177
|
</section>
|
|
165
178
|
|
|
166
179
|
|
|
@@ -182,7 +195,7 @@
|
|
|
182
195
|
</tr>
|
|
183
196
|
<tr>
|
|
184
197
|
<td class="col-md-4">
|
|
185
|
-
<code>intercept(req: HttpRequest<any>, next: <a href="../
|
|
198
|
+
<code>intercept(req: HttpRequest<any>, next: <a href="../miscellaneous/typealiases.html#Handler" target="_self">HttpHandler</a>)</code>
|
|
186
199
|
</td>
|
|
187
200
|
</tr>
|
|
188
201
|
|
|
@@ -244,6 +257,7 @@
|
|
|
244
257
|
</table>
|
|
245
258
|
</section>
|
|
246
259
|
|
|
260
|
+
|
|
247
261
|
</div>
|
|
248
262
|
|
|
249
263
|
|
|
@@ -292,6 +306,24 @@
|
|
|
292
306
|
|
|
293
307
|
<script>
|
|
294
308
|
$darkModeToggleSwitchers = document.querySelectorAll('.dark-mode-switch input');
|
|
309
|
+
var updateDarkModeSwitchOffset = function () {
|
|
310
|
+
var content = document.querySelector('.content');
|
|
311
|
+
var scrollbarWidth = 0;
|
|
312
|
+
|
|
313
|
+
if (content) {
|
|
314
|
+
scrollbarWidth = Math.max(0, content.offsetWidth - content.clientWidth);
|
|
315
|
+
}
|
|
316
|
+
|
|
317
|
+
document.documentElement.style.setProperty(
|
|
318
|
+
'--content-scrollbar-width',
|
|
319
|
+
scrollbarWidth + 'px'
|
|
320
|
+
);
|
|
321
|
+
};
|
|
322
|
+
|
|
323
|
+
updateDarkModeSwitchOffset();
|
|
324
|
+
requestAnimationFrame(updateDarkModeSwitchOffset);
|
|
325
|
+
window.addEventListener('resize', updateDarkModeSwitchOffset);
|
|
326
|
+
|
|
295
327
|
checkToggle(darkModeState);
|
|
296
328
|
if ($darkModeToggleSwitchers.length > 0) {
|
|
297
329
|
for (var i = 0; i < $darkModeToggleSwitchers.length; i++) {
|
|
@@ -307,7 +339,6 @@
|
|
|
307
339
|
<script src="../js/libs/lit-html.js"></script>
|
|
308
340
|
|
|
309
341
|
<script src="../js/menu-wc.js" defer></script>
|
|
310
|
-
<script nomodule src="../js/menu-wc_es5.js" defer></script>
|
|
311
342
|
|
|
312
343
|
<script src="../js/libs/bootstrap-native.js"></script>
|
|
313
344
|
|
|
@@ -85,7 +85,14 @@
|
|
|
85
85
|
</div>
|
|
86
86
|
|
|
87
87
|
<div class="xs-menu menu" id="mobile-menu">
|
|
88
|
-
<div id="book-search-input" role="search"
|
|
88
|
+
<div id="book-search-input" role="search">
|
|
89
|
+
<input type="text" placeholder="Type to search">
|
|
90
|
+
<button type="button"
|
|
91
|
+
class="search-input-clear"
|
|
92
|
+
aria-label="Clear search"
|
|
93
|
+
data-search-input-clear>×</button>
|
|
94
|
+
</div>
|
|
95
|
+
<compodoc-menu></compodoc-menu>
|
|
89
96
|
</div>
|
|
90
97
|
|
|
91
98
|
<div class="container-fluid main">
|
|
@@ -114,6 +121,11 @@
|
|
|
114
121
|
<li class="breadcrumb-item" >UxRequestErrorModelInterceptor</li>
|
|
115
122
|
</ol>
|
|
116
123
|
|
|
124
|
+
<div class="io-file io-file-path" data-compodoc="entity-file-path">
|
|
125
|
+
<span class="icon ion-ios-document" aria-hidden="true"></span>
|
|
126
|
+
<code>packages/core/src/lib/interceptors/ux-request-error-model.interceptor.ts</code>
|
|
127
|
+
</div>
|
|
128
|
+
|
|
117
129
|
<ul class="nav nav-tabs" role="tablist">
|
|
118
130
|
<li class="nav-item">
|
|
119
131
|
<a href="#info"
|
|
@@ -121,46 +133,47 @@
|
|
|
121
133
|
class="nav-link active"
|
|
122
134
|
role="tab" id="info-tab" data-bs-toggle="tab" data-link="info">Info</a>
|
|
123
135
|
</li>
|
|
136
|
+
<li class="nav-item">
|
|
137
|
+
<a href="#api"
|
|
138
|
+
class="nav-link"
|
|
139
|
+
|
|
140
|
+
role="tab" id="api-tab" data-bs-toggle="tab" data-link="api">API</a>
|
|
141
|
+
</li>
|
|
124
142
|
</ul>
|
|
125
143
|
|
|
126
144
|
<div class="tab-content">
|
|
127
145
|
<div class="tab-pane fade active in" id="info">
|
|
128
|
-
<p class="comment">
|
|
129
|
-
<h3>File</h3>
|
|
130
|
-
</p>
|
|
131
|
-
<p class="comment">
|
|
132
|
-
<code>packages/core/src/lib/interceptors/ux-request-error-model.interceptor.ts</code>
|
|
133
|
-
</p>
|
|
134
146
|
|
|
135
147
|
|
|
136
148
|
|
|
149
|
+
</div>
|
|
137
150
|
|
|
151
|
+
<div class="tab-pane fade " id="api">
|
|
138
152
|
<section data-compodoc="block-index">
|
|
139
153
|
<h3 id="index">Index</h3>
|
|
140
|
-
<table class="table table-sm table-bordered index-table">
|
|
141
|
-
<tbody>
|
|
142
154
|
|
|
155
|
+
<table class="table table-sm table-bordered index-table">
|
|
156
|
+
<tbody>
|
|
143
157
|
<tr>
|
|
144
|
-
<td class="col-md-
|
|
158
|
+
<td class="col-md-3">
|
|
145
159
|
<h6><b>Methods</b></h6>
|
|
146
160
|
</td>
|
|
147
|
-
|
|
148
|
-
<tr>
|
|
149
|
-
<td class="col-md-4">
|
|
161
|
+
<td class="col-md-9">
|
|
150
162
|
<ul class="index-list">
|
|
151
163
|
<li>
|
|
164
|
+
<span class="reference-badge reference-badge--method" aria-hidden="true">M</span>
|
|
152
165
|
<a href="#intercept" >intercept</a>
|
|
153
166
|
</li>
|
|
154
167
|
</ul>
|
|
155
168
|
</td>
|
|
156
169
|
</tr>
|
|
170
|
+
</tbody>
|
|
171
|
+
</table>
|
|
157
172
|
|
|
158
173
|
|
|
159
174
|
|
|
160
175
|
|
|
161
176
|
|
|
162
|
-
</tbody>
|
|
163
|
-
</table>
|
|
164
177
|
</section>
|
|
165
178
|
|
|
166
179
|
|
|
@@ -182,7 +195,7 @@
|
|
|
182
195
|
</tr>
|
|
183
196
|
<tr>
|
|
184
197
|
<td class="col-md-4">
|
|
185
|
-
<code>intercept(req: HttpRequest<any>, next: <a href="../
|
|
198
|
+
<code>intercept(req: HttpRequest<any>, next: <a href="../miscellaneous/typealiases.html#Handler" target="_self">HttpHandler</a>)</code>
|
|
186
199
|
</td>
|
|
187
200
|
</tr>
|
|
188
201
|
|
|
@@ -244,6 +257,7 @@
|
|
|
244
257
|
</table>
|
|
245
258
|
</section>
|
|
246
259
|
|
|
260
|
+
|
|
247
261
|
</div>
|
|
248
262
|
|
|
249
263
|
|
|
@@ -292,6 +306,24 @@
|
|
|
292
306
|
|
|
293
307
|
<script>
|
|
294
308
|
$darkModeToggleSwitchers = document.querySelectorAll('.dark-mode-switch input');
|
|
309
|
+
var updateDarkModeSwitchOffset = function () {
|
|
310
|
+
var content = document.querySelector('.content');
|
|
311
|
+
var scrollbarWidth = 0;
|
|
312
|
+
|
|
313
|
+
if (content) {
|
|
314
|
+
scrollbarWidth = Math.max(0, content.offsetWidth - content.clientWidth);
|
|
315
|
+
}
|
|
316
|
+
|
|
317
|
+
document.documentElement.style.setProperty(
|
|
318
|
+
'--content-scrollbar-width',
|
|
319
|
+
scrollbarWidth + 'px'
|
|
320
|
+
);
|
|
321
|
+
};
|
|
322
|
+
|
|
323
|
+
updateDarkModeSwitchOffset();
|
|
324
|
+
requestAnimationFrame(updateDarkModeSwitchOffset);
|
|
325
|
+
window.addEventListener('resize', updateDarkModeSwitchOffset);
|
|
326
|
+
|
|
295
327
|
checkToggle(darkModeState);
|
|
296
328
|
if ($darkModeToggleSwitchers.length > 0) {
|
|
297
329
|
for (var i = 0; i < $darkModeToggleSwitchers.length; i++) {
|
|
@@ -307,7 +339,6 @@
|
|
|
307
339
|
<script src="../js/libs/lit-html.js"></script>
|
|
308
340
|
|
|
309
341
|
<script src="../js/menu-wc.js" defer></script>
|
|
310
|
-
<script nomodule src="../js/menu-wc_es5.js" defer></script>
|
|
311
342
|
|
|
312
343
|
<script src="../js/libs/bootstrap-native.js"></script>
|
|
313
344
|
|
|
@@ -85,7 +85,14 @@
|
|
|
85
85
|
</div>
|
|
86
86
|
|
|
87
87
|
<div class="xs-menu menu" id="mobile-menu">
|
|
88
|
-
<div id="book-search-input" role="search"
|
|
88
|
+
<div id="book-search-input" role="search">
|
|
89
|
+
<input type="text" placeholder="Type to search">
|
|
90
|
+
<button type="button"
|
|
91
|
+
class="search-input-clear"
|
|
92
|
+
aria-label="Clear search"
|
|
93
|
+
data-search-input-clear>×</button>
|
|
94
|
+
</div>
|
|
95
|
+
<compodoc-menu></compodoc-menu>
|
|
89
96
|
</div>
|
|
90
97
|
|
|
91
98
|
<div class="container-fluid main">
|
|
@@ -117,9 +124,14 @@
|
|
|
117
124
|
<li class="breadcrumb-item">Interfaces</li>
|
|
118
125
|
<li class="breadcrumb-item"
|
|
119
126
|
>
|
|
120
|
-
Action
|
|
127
|
+
Action<Type extends string = string></li>
|
|
121
128
|
</ol>
|
|
122
129
|
|
|
130
|
+
<div class="io-file io-file-path" data-compodoc="entity-file-path">
|
|
131
|
+
<span class="icon ion-ios-document" aria-hidden="true"></span>
|
|
132
|
+
<code>packages/core/src/lib/services/store/ngrx_kit.ts</code>
|
|
133
|
+
</div>
|
|
134
|
+
|
|
123
135
|
<ul class="nav nav-tabs" role="tablist">
|
|
124
136
|
<li class="nav-item">
|
|
125
137
|
<a href="#info"
|
|
@@ -127,84 +139,153 @@
|
|
|
127
139
|
class="nav-link active"
|
|
128
140
|
role="tab" id="info-tab" data-bs-toggle="tab" data-link="info">Info</a>
|
|
129
141
|
</li>
|
|
142
|
+
<li class="nav-item">
|
|
143
|
+
<a href="#api"
|
|
144
|
+
class="nav-link"
|
|
145
|
+
|
|
146
|
+
role="tab" id="api-tab" data-bs-toggle="tab" data-link="api">API</a>
|
|
147
|
+
</li>
|
|
130
148
|
</ul>
|
|
131
149
|
|
|
132
150
|
<div class="tab-content">
|
|
133
151
|
<div class="tab-pane fade active in" id="info">
|
|
134
|
-
<p class="comment">
|
|
135
|
-
<h3>File</h3>
|
|
136
|
-
</p>
|
|
137
|
-
<p class="comment">
|
|
138
|
-
<code>packages/core/src/lib/services/store/ngrx_kit.ts</code>
|
|
139
|
-
</p>
|
|
140
152
|
|
|
141
153
|
|
|
142
154
|
|
|
155
|
+
<section data-compodoc="block-relationships">
|
|
156
|
+
<h3>Relationships</h3>
|
|
143
157
|
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
<tr>
|
|
149
|
-
<td class="col-md-4">
|
|
150
|
-
<h6><b>Properties</b></h6>
|
|
151
|
-
</td>
|
|
152
|
-
</tr>
|
|
153
|
-
<tr>
|
|
154
|
-
<td class="col-md-4">
|
|
155
|
-
<ul class="index-list">
|
|
158
|
+
<div class="row pt-3">
|
|
159
|
+
<div class="col-sm-6">
|
|
160
|
+
<h4>Used by</h4>
|
|
161
|
+
<ul class="list-unstyled relationships-list">
|
|
156
162
|
<li>
|
|
157
|
-
|
|
158
|
-
>
|
|
159
|
-
type
|
|
160
|
-
</a>
|
|
163
|
+
<code><a href="../classes/ActivatedRouteAction.html" target="_self" >ActivatedRouteAction</a></code>
|
|
161
164
|
</li>
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
165
|
+
<li>
|
|
166
|
+
<code><a href="../classes/AddApiQueueItemAction.html" target="_self" >AddApiQueueItemAction</a></code>
|
|
167
|
+
</li>
|
|
168
|
+
<li>
|
|
169
|
+
<code><a href="../classes/AddAppLoadedConfigModulesAction.html" target="_self" >AddAppLoadedConfigModulesAction</a></code>
|
|
170
|
+
</li>
|
|
171
|
+
<li>
|
|
172
|
+
<code><a href="../classes/EmptyApiQueueAction.html" target="_self" >EmptyApiQueueAction</a></code>
|
|
173
|
+
</li>
|
|
174
|
+
<li>
|
|
175
|
+
<code><a href="../classes/InitStoreAction.html" target="_self" >InitStoreAction</a></code>
|
|
176
|
+
</li>
|
|
177
|
+
<li>
|
|
178
|
+
<code><a href="../classes/RemoveApiQueueItemAction.html" target="_self" >RemoveApiQueueItemAction</a></code>
|
|
179
|
+
</li>
|
|
180
|
+
<li>
|
|
181
|
+
<code><a href="../classes/UpdateAppConnectionAction.html" target="_self" >UpdateAppConnectionAction</a></code>
|
|
182
|
+
</li>
|
|
183
|
+
<li>
|
|
184
|
+
<code><a href="../classes/UpdateAppStatusAction.html" target="_self" >UpdateAppStatusAction</a></code>
|
|
185
|
+
</li>
|
|
186
|
+
<li>
|
|
187
|
+
<code><a href="../classes/UpdateAppVersionAction.html" target="_self" >UpdateAppVersionAction</a></code>
|
|
188
|
+
</li>
|
|
189
|
+
<li>
|
|
190
|
+
<code><a href="../classes/UpdateCurrentModuleAction.html" target="_self" >UpdateCurrentModuleAction</a></code>
|
|
191
|
+
</li>
|
|
192
|
+
<li>
|
|
193
|
+
<code><a href="../classes/UpdateI18nStateAction.html" target="_self" >UpdateI18nStateAction</a></code>
|
|
194
|
+
</li>
|
|
195
|
+
<li>
|
|
196
|
+
<code><a href="../classes/UpdateLocaleStateAction.html" target="_self" >UpdateLocaleStateAction</a></code>
|
|
197
|
+
</li>
|
|
198
|
+
<li>
|
|
199
|
+
<code><a href="../classes/UpdateNotificationsListAction.html" target="_self" >UpdateNotificationsListAction</a></code>
|
|
200
|
+
</li>
|
|
201
|
+
<li>
|
|
202
|
+
<code><a href="../classes/UpdateUserDashboardAction.html" target="_self" >UpdateUserDashboardAction</a></code>
|
|
203
|
+
</li>
|
|
204
|
+
<li>
|
|
205
|
+
<code><a href="../classes/UpdateUserDetailsAction.html" target="_self" >UpdateUserDetailsAction</a></code>
|
|
206
|
+
</li>
|
|
207
|
+
<li>
|
|
208
|
+
<code><a href="../classes/UpdateUserPreferencesAction.html" target="_self" >UpdateUserPreferencesAction</a></code>
|
|
209
|
+
</li>
|
|
210
|
+
<li>
|
|
211
|
+
<code><a href="../classes/UpdateUserRightsAction.html" target="_self" >UpdateUserRightsAction</a></code>
|
|
212
|
+
</li>
|
|
213
|
+
<li>
|
|
214
|
+
<code><a href="../classes/UpdateUserStateAction.html" target="_self" >UpdateUserStateAction</a></code>
|
|
215
|
+
</li>
|
|
216
|
+
</ul>
|
|
217
|
+
</div>
|
|
218
|
+
|
|
219
|
+
<div class="col-sm-6">
|
|
220
|
+
<h4>Depends on</h4>
|
|
221
|
+
<p class="comment"><i>No results matching.</i></p>
|
|
222
|
+
</div>
|
|
223
|
+
</div>
|
|
167
224
|
</section>
|
|
225
|
+
</div>
|
|
168
226
|
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
227
|
+
<div class="tab-pane fade " id="api"><section data-compodoc="block-index">
|
|
228
|
+
<h3 id="index">Index</h3>
|
|
229
|
+
<table class="table table-sm table-bordered index-table">
|
|
230
|
+
<tbody>
|
|
231
|
+
<tr>
|
|
232
|
+
<td class="col-md-3">
|
|
233
|
+
<h6><b>Properties</b></h6>
|
|
234
|
+
</td>
|
|
235
|
+
<td class="col-md-9">
|
|
236
|
+
<ul class="index-list">
|
|
237
|
+
<li>
|
|
238
|
+
<a href="#type" class="reference-link ">
|
|
239
|
+
<span class="reference-badge reference-badge--property" aria-hidden="true">P</span><span class="reference-link-label">type</span>
|
|
240
|
+
</a>
|
|
241
|
+
</li>
|
|
242
|
+
</ul>
|
|
243
|
+
</td>
|
|
244
|
+
</tr>
|
|
245
|
+
</tbody>
|
|
246
|
+
</table>
|
|
247
|
+
</section>
|
|
248
|
+
|
|
249
|
+
|
|
250
|
+
|
|
251
|
+
<section data-compodoc="block-properties">
|
|
252
|
+
<h3 id="inputs">Properties</h3>
|
|
253
|
+
<table class="table table-sm table-bordered">
|
|
254
|
+
<tbody>
|
|
255
|
+
<tr>
|
|
256
|
+
<td class="col-md-4">
|
|
257
|
+
<a name="type"></a>
|
|
258
|
+
<span class="name "><b>type</b>
|
|
259
|
+
<a href="#type">
|
|
260
|
+
<span class="icon ion-ios-link"></span>
|
|
261
|
+
</a>
|
|
262
|
+
</span>
|
|
263
|
+
</td>
|
|
264
|
+
</tr>
|
|
265
|
+
<tr>
|
|
266
|
+
<td class="col-md-4">
|
|
267
|
+
<code>type: <code><a href="https://angular.dev/api/core/Type" target="_blank" >Type</a></code>
|
|
188
268
|
</code>
|
|
189
|
-
|
|
190
|
-
|
|
269
|
+
</td>
|
|
270
|
+
</tr>
|
|
191
271
|
|
|
192
272
|
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
273
|
+
<tr>
|
|
274
|
+
<td class="col-md-4">
|
|
275
|
+
<i>Type : </i> <code><a href="https://angular.dev/api/core/Type" target="_blank" >Type</a></code>
|
|
196
276
|
|
|
197
|
-
|
|
198
|
-
|
|
277
|
+
</td>
|
|
278
|
+
</tr>
|
|
199
279
|
|
|
200
280
|
|
|
201
281
|
|
|
202
282
|
|
|
203
283
|
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
</
|
|
207
|
-
</
|
|
284
|
+
|
|
285
|
+
</tbody>
|
|
286
|
+
</table>
|
|
287
|
+
</section>
|
|
288
|
+
</div>
|
|
208
289
|
|
|
209
290
|
|
|
210
291
|
</div>
|
|
@@ -248,6 +329,24 @@
|
|
|
248
329
|
|
|
249
330
|
<script>
|
|
250
331
|
$darkModeToggleSwitchers = document.querySelectorAll('.dark-mode-switch input');
|
|
332
|
+
var updateDarkModeSwitchOffset = function () {
|
|
333
|
+
var content = document.querySelector('.content');
|
|
334
|
+
var scrollbarWidth = 0;
|
|
335
|
+
|
|
336
|
+
if (content) {
|
|
337
|
+
scrollbarWidth = Math.max(0, content.offsetWidth - content.clientWidth);
|
|
338
|
+
}
|
|
339
|
+
|
|
340
|
+
document.documentElement.style.setProperty(
|
|
341
|
+
'--content-scrollbar-width',
|
|
342
|
+
scrollbarWidth + 'px'
|
|
343
|
+
);
|
|
344
|
+
};
|
|
345
|
+
|
|
346
|
+
updateDarkModeSwitchOffset();
|
|
347
|
+
requestAnimationFrame(updateDarkModeSwitchOffset);
|
|
348
|
+
window.addEventListener('resize', updateDarkModeSwitchOffset);
|
|
349
|
+
|
|
251
350
|
checkToggle(darkModeState);
|
|
252
351
|
if ($darkModeToggleSwitchers.length > 0) {
|
|
253
352
|
for (var i = 0; i < $darkModeToggleSwitchers.length; i++) {
|
|
@@ -263,7 +362,6 @@
|
|
|
263
362
|
<script src="../js/libs/lit-html.js"></script>
|
|
264
363
|
|
|
265
364
|
<script src="../js/menu-wc.js" defer></script>
|
|
266
|
-
<script nomodule src="../js/menu-wc_es5.js" defer></script>
|
|
267
365
|
|
|
268
366
|
<script src="../js/libs/bootstrap-native.js"></script>
|
|
269
367
|
|