@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">
|
|
@@ -117,6 +124,11 @@
|
|
|
117
124
|
<li class="breadcrumb-item" >EuiAppShellServiceMock</li>
|
|
118
125
|
</ol>
|
|
119
126
|
|
|
127
|
+
<div class="io-file io-file-path" data-compodoc="entity-file-path">
|
|
128
|
+
<span class="icon ion-ios-document" aria-hidden="true"></span>
|
|
129
|
+
<code>packages/core/src/lib/mocks/ux-app-shell-service.mock.ts</code>
|
|
130
|
+
</div>
|
|
131
|
+
|
|
120
132
|
<ul class="nav nav-tabs" role="tablist">
|
|
121
133
|
<li class="nav-item">
|
|
122
134
|
<a href="#info"
|
|
@@ -124,74 +136,82 @@
|
|
|
124
136
|
class="nav-link active"
|
|
125
137
|
role="tab" id="info-tab" data-bs-toggle="tab" data-link="info">Info</a>
|
|
126
138
|
</li>
|
|
139
|
+
<li class="nav-item">
|
|
140
|
+
<a href="#api"
|
|
141
|
+
class="nav-link"
|
|
142
|
+
|
|
143
|
+
role="tab" id="api-tab" data-bs-toggle="tab" data-link="api">API</a>
|
|
144
|
+
</li>
|
|
127
145
|
</ul>
|
|
128
146
|
|
|
129
147
|
<div class="tab-content">
|
|
130
148
|
<div class="tab-pane fade active in" id="info">
|
|
131
|
-
<p class="comment">
|
|
132
|
-
<h3>File</h3>
|
|
133
|
-
</p>
|
|
134
|
-
<p class="comment">
|
|
135
|
-
<code>packages/core/src/lib/mocks/ux-app-shell-service.mock.ts</code>
|
|
136
|
-
</p>
|
|
137
149
|
|
|
138
150
|
|
|
139
151
|
|
|
140
152
|
|
|
141
153
|
|
|
154
|
+
</div>
|
|
142
155
|
|
|
156
|
+
<div class="tab-pane fade " id="api">
|
|
143
157
|
<section data-compodoc="block-index">
|
|
144
158
|
<h3 id="index">Index</h3>
|
|
145
|
-
|
|
146
|
-
|
|
159
|
+
<table class="table table-sm table-bordered index-table">
|
|
160
|
+
<tbody>
|
|
147
161
|
<tr>
|
|
148
|
-
<td class="col-md-
|
|
162
|
+
<td class="col-md-3">
|
|
149
163
|
<h6><b>Properties</b></h6>
|
|
150
164
|
</td>
|
|
151
|
-
|
|
152
|
-
<tr>
|
|
153
|
-
<td class="col-md-4">
|
|
165
|
+
<td class="col-md-9">
|
|
154
166
|
<ul class="index-list">
|
|
155
167
|
<li>
|
|
168
|
+
<span class="reference-badge reference-badge--property" aria-hidden="true">P</span>
|
|
156
169
|
<a href="#appRouter" >appRouter</a>
|
|
157
170
|
</li>
|
|
158
171
|
<li>
|
|
172
|
+
<span class="reference-badge reference-badge--property" aria-hidden="true">P</span>
|
|
159
173
|
<a href="#breakpoints$" >breakpoints$</a>
|
|
160
174
|
</li>
|
|
161
175
|
<li>
|
|
176
|
+
<span class="reference-badge reference-badge--property" aria-hidden="true">P</span>
|
|
162
177
|
<a href="#breakpointSubject" >breakpointSubject</a>
|
|
163
178
|
</li>
|
|
164
179
|
<li>
|
|
180
|
+
<span class="reference-badge reference-badge--property" aria-hidden="true">P</span>
|
|
165
181
|
<a href="#state$" >state$</a>
|
|
166
182
|
</li>
|
|
167
183
|
</ul>
|
|
168
184
|
</td>
|
|
169
185
|
</tr>
|
|
186
|
+
</tbody>
|
|
187
|
+
</table>
|
|
170
188
|
|
|
189
|
+
<table class="table table-sm table-bordered index-table">
|
|
190
|
+
<tbody>
|
|
171
191
|
<tr>
|
|
172
|
-
<td class="col-md-
|
|
192
|
+
<td class="col-md-3">
|
|
173
193
|
<h6><b>Methods</b></h6>
|
|
174
194
|
</td>
|
|
175
|
-
|
|
176
|
-
<tr>
|
|
177
|
-
<td class="col-md-4">
|
|
195
|
+
<td class="col-md-9">
|
|
178
196
|
<ul class="index-list">
|
|
179
197
|
<li>
|
|
198
|
+
<span class="reference-badge reference-badge--method" aria-hidden="true">M</span>
|
|
180
199
|
<a href="#consumeEvent" >consumeEvent</a>
|
|
181
200
|
</li>
|
|
182
201
|
<li>
|
|
202
|
+
<span class="reference-badge reference-badge--method" aria-hidden="true">M</span>
|
|
183
203
|
<a href="#getState" >getState</a>
|
|
184
204
|
</li>
|
|
185
205
|
</ul>
|
|
186
206
|
</td>
|
|
187
207
|
</tr>
|
|
208
|
+
</tbody>
|
|
209
|
+
</table>
|
|
188
210
|
|
|
189
211
|
|
|
190
212
|
|
|
191
213
|
|
|
192
214
|
|
|
193
|
-
</tbody>
|
|
194
|
-
</table>
|
|
195
215
|
</section>
|
|
196
216
|
|
|
197
217
|
|
|
@@ -381,6 +401,7 @@
|
|
|
381
401
|
|
|
382
402
|
|
|
383
403
|
|
|
404
|
+
|
|
384
405
|
</div>
|
|
385
406
|
|
|
386
407
|
|
|
@@ -426,6 +447,24 @@
|
|
|
426
447
|
|
|
427
448
|
<script>
|
|
428
449
|
$darkModeToggleSwitchers = document.querySelectorAll('.dark-mode-switch input');
|
|
450
|
+
var updateDarkModeSwitchOffset = function () {
|
|
451
|
+
var content = document.querySelector('.content');
|
|
452
|
+
var scrollbarWidth = 0;
|
|
453
|
+
|
|
454
|
+
if (content) {
|
|
455
|
+
scrollbarWidth = Math.max(0, content.offsetWidth - content.clientWidth);
|
|
456
|
+
}
|
|
457
|
+
|
|
458
|
+
document.documentElement.style.setProperty(
|
|
459
|
+
'--content-scrollbar-width',
|
|
460
|
+
scrollbarWidth + 'px'
|
|
461
|
+
);
|
|
462
|
+
};
|
|
463
|
+
|
|
464
|
+
updateDarkModeSwitchOffset();
|
|
465
|
+
requestAnimationFrame(updateDarkModeSwitchOffset);
|
|
466
|
+
window.addEventListener('resize', updateDarkModeSwitchOffset);
|
|
467
|
+
|
|
429
468
|
checkToggle(darkModeState);
|
|
430
469
|
if ($darkModeToggleSwitchers.length > 0) {
|
|
431
470
|
for (var i = 0; i < $darkModeToggleSwitchers.length; i++) {
|
|
@@ -441,7 +480,6 @@
|
|
|
441
480
|
<script src="../js/libs/lit-html.js"></script>
|
|
442
481
|
|
|
443
482
|
<script src="../js/menu-wc.js" defer></script>
|
|
444
|
-
<script nomodule src="../js/menu-wc_es5.js" defer></script>
|
|
445
483
|
|
|
446
484
|
<script src="../js/libs/bootstrap-native.js"></script>
|
|
447
485
|
|
|
@@ -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,6 +124,11 @@
|
|
|
117
124
|
<li class="breadcrumb-item" >EuiCoreRootGuardClass</li>
|
|
118
125
|
</ol>
|
|
119
126
|
|
|
127
|
+
<div class="io-file io-file-path" data-compodoc="entity-file-path">
|
|
128
|
+
<span class="icon ion-ios-document" aria-hidden="true"></span>
|
|
129
|
+
<code>packages/core/src/lib/eui-core.module.ts</code>
|
|
130
|
+
</div>
|
|
131
|
+
|
|
120
132
|
<ul class="nav nav-tabs" role="tablist">
|
|
121
133
|
<li class="nav-item">
|
|
122
134
|
<a href="#info"
|
|
@@ -124,22 +136,24 @@
|
|
|
124
136
|
class="nav-link active"
|
|
125
137
|
role="tab" id="info-tab" data-bs-toggle="tab" data-link="info">Info</a>
|
|
126
138
|
</li>
|
|
139
|
+
<li class="nav-item">
|
|
140
|
+
<a href="#api"
|
|
141
|
+
class="nav-link"
|
|
142
|
+
|
|
143
|
+
role="tab" id="api-tab" data-bs-toggle="tab" data-link="api">API</a>
|
|
144
|
+
</li>
|
|
127
145
|
</ul>
|
|
128
146
|
|
|
129
147
|
<div class="tab-content">
|
|
130
148
|
<div class="tab-pane fade active in" id="info">
|
|
131
|
-
<p class="comment">
|
|
132
|
-
<h3>File</h3>
|
|
133
|
-
</p>
|
|
134
|
-
<p class="comment">
|
|
135
|
-
<code>packages/core/src/lib/eui-core.module.ts</code>
|
|
136
|
-
</p>
|
|
137
149
|
|
|
138
150
|
|
|
139
151
|
|
|
140
152
|
|
|
141
153
|
|
|
154
|
+
</div>
|
|
142
155
|
|
|
156
|
+
<div class="tab-pane fade " id="api">
|
|
143
157
|
|
|
144
158
|
<section data-compodoc="block-constructor">
|
|
145
159
|
<h3 id="constructor">Constructor</h3>
|
|
@@ -207,6 +221,24 @@
|
|
|
207
221
|
|
|
208
222
|
<script>
|
|
209
223
|
$darkModeToggleSwitchers = document.querySelectorAll('.dark-mode-switch input');
|
|
224
|
+
var updateDarkModeSwitchOffset = function () {
|
|
225
|
+
var content = document.querySelector('.content');
|
|
226
|
+
var scrollbarWidth = 0;
|
|
227
|
+
|
|
228
|
+
if (content) {
|
|
229
|
+
scrollbarWidth = Math.max(0, content.offsetWidth - content.clientWidth);
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
document.documentElement.style.setProperty(
|
|
233
|
+
'--content-scrollbar-width',
|
|
234
|
+
scrollbarWidth + 'px'
|
|
235
|
+
);
|
|
236
|
+
};
|
|
237
|
+
|
|
238
|
+
updateDarkModeSwitchOffset();
|
|
239
|
+
requestAnimationFrame(updateDarkModeSwitchOffset);
|
|
240
|
+
window.addEventListener('resize', updateDarkModeSwitchOffset);
|
|
241
|
+
|
|
210
242
|
checkToggle(darkModeState);
|
|
211
243
|
if ($darkModeToggleSwitchers.length > 0) {
|
|
212
244
|
for (var i = 0; i < $darkModeToggleSwitchers.length; i++) {
|
|
@@ -222,7 +254,6 @@
|
|
|
222
254
|
<script src="../js/libs/lit-html.js"></script>
|
|
223
255
|
|
|
224
256
|
<script src="../js/menu-wc.js" defer></script>
|
|
225
|
-
<script nomodule src="../js/menu-wc_es5.js" defer></script>
|
|
226
257
|
|
|
227
258
|
<script src="../js/libs/bootstrap-native.js"></script>
|
|
228
259
|
|
|
@@ -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,6 +124,11 @@
|
|
|
117
124
|
<li class="breadcrumb-item" >EuiError</li>
|
|
118
125
|
</ol>
|
|
119
126
|
|
|
127
|
+
<div class="io-file io-file-path" data-compodoc="entity-file-path">
|
|
128
|
+
<span class="icon ion-ios-document" aria-hidden="true"></span>
|
|
129
|
+
<code>packages/core/src/lib/services/errors/eui.error.ts</code>
|
|
130
|
+
</div>
|
|
131
|
+
|
|
120
132
|
<ul class="nav nav-tabs" role="tablist">
|
|
121
133
|
<li class="nav-item">
|
|
122
134
|
<a href="#info"
|
|
@@ -124,17 +136,16 @@
|
|
|
124
136
|
class="nav-link active"
|
|
125
137
|
role="tab" id="info-tab" data-bs-toggle="tab" data-link="info">Info</a>
|
|
126
138
|
</li>
|
|
139
|
+
<li class="nav-item">
|
|
140
|
+
<a href="#api"
|
|
141
|
+
class="nav-link"
|
|
142
|
+
|
|
143
|
+
role="tab" id="api-tab" data-bs-toggle="tab" data-link="api">API</a>
|
|
144
|
+
</li>
|
|
127
145
|
</ul>
|
|
128
146
|
|
|
129
147
|
<div class="tab-content">
|
|
130
148
|
<div class="tab-pane fade active in" id="info">
|
|
131
|
-
<p class="comment">
|
|
132
|
-
<h3>File</h3>
|
|
133
|
-
</p>
|
|
134
|
-
<p class="comment">
|
|
135
|
-
<code>packages/core/src/lib/services/errors/eui.error.ts</code>
|
|
136
|
-
</p>
|
|
137
|
-
|
|
138
149
|
|
|
139
150
|
|
|
140
151
|
<p class="comment">
|
|
@@ -146,46 +157,70 @@
|
|
|
146
157
|
|
|
147
158
|
|
|
148
159
|
|
|
160
|
+
<section data-compodoc="block-relationships">
|
|
161
|
+
<h3>Relationships</h3>
|
|
162
|
+
|
|
163
|
+
<div class="row pt-3">
|
|
164
|
+
<div class="col-sm-6">
|
|
165
|
+
<h4>Used by</h4>
|
|
166
|
+
<p class="comment"><i>No results matching.</i></p>
|
|
167
|
+
</div>
|
|
168
|
+
|
|
169
|
+
<div class="col-sm-6">
|
|
170
|
+
<h4>Depends on</h4>
|
|
171
|
+
<ul class="list-unstyled relationships-list">
|
|
172
|
+
<li>
|
|
173
|
+
<code><a href="../classes/ErrorSubClass.html" target="_self" >ErrorSubClass</a></code>
|
|
174
|
+
</li>
|
|
175
|
+
</ul>
|
|
176
|
+
</div>
|
|
177
|
+
</div>
|
|
178
|
+
</section>
|
|
179
|
+
</div>
|
|
180
|
+
|
|
181
|
+
<div class="tab-pane fade " id="api">
|
|
149
182
|
<section data-compodoc="block-index">
|
|
150
183
|
<h3 id="index">Index</h3>
|
|
151
|
-
|
|
152
|
-
|
|
184
|
+
<table class="table table-sm table-bordered index-table">
|
|
185
|
+
<tbody>
|
|
153
186
|
<tr>
|
|
154
|
-
<td class="col-md-
|
|
187
|
+
<td class="col-md-3">
|
|
155
188
|
<h6><b>Properties</b></h6>
|
|
156
189
|
</td>
|
|
157
|
-
|
|
158
|
-
<tr>
|
|
159
|
-
<td class="col-md-4">
|
|
190
|
+
<td class="col-md-9">
|
|
160
191
|
<ul class="index-list">
|
|
161
192
|
<li>
|
|
193
|
+
<span class="reference-badge reference-badge--property" aria-hidden="true">P</span>
|
|
162
194
|
<span class="modifier">Public</span>
|
|
163
195
|
<span class="modifier">Optional</span>
|
|
164
196
|
<a href="#code" >code</a>
|
|
165
197
|
</li>
|
|
166
198
|
<li>
|
|
199
|
+
<span class="reference-badge reference-badge--property" aria-hidden="true">P</span>
|
|
167
200
|
<span class="modifier">Public</span>
|
|
168
201
|
<a href="#message" >message</a>
|
|
169
202
|
</li>
|
|
170
203
|
<li>
|
|
204
|
+
<span class="reference-badge reference-badge--property" aria-hidden="true">P</span>
|
|
171
205
|
<span class="modifier">Public</span>
|
|
172
206
|
<a href="#name" >name</a>
|
|
173
207
|
</li>
|
|
174
208
|
<li>
|
|
209
|
+
<span class="reference-badge reference-badge--property" aria-hidden="true">P</span>
|
|
175
210
|
<span class="modifier">Public</span>
|
|
176
211
|
<a href="#stack" >stack</a>
|
|
177
212
|
</li>
|
|
178
213
|
</ul>
|
|
179
214
|
</td>
|
|
180
215
|
</tr>
|
|
216
|
+
</tbody>
|
|
217
|
+
</table>
|
|
181
218
|
|
|
182
219
|
|
|
183
220
|
|
|
184
221
|
|
|
185
222
|
|
|
186
223
|
|
|
187
|
-
</tbody>
|
|
188
|
-
</table>
|
|
189
224
|
</section>
|
|
190
225
|
|
|
191
226
|
<section data-compodoc="block-constructor">
|
|
@@ -403,6 +438,24 @@
|
|
|
403
438
|
|
|
404
439
|
<script>
|
|
405
440
|
$darkModeToggleSwitchers = document.querySelectorAll('.dark-mode-switch input');
|
|
441
|
+
var updateDarkModeSwitchOffset = function () {
|
|
442
|
+
var content = document.querySelector('.content');
|
|
443
|
+
var scrollbarWidth = 0;
|
|
444
|
+
|
|
445
|
+
if (content) {
|
|
446
|
+
scrollbarWidth = Math.max(0, content.offsetWidth - content.clientWidth);
|
|
447
|
+
}
|
|
448
|
+
|
|
449
|
+
document.documentElement.style.setProperty(
|
|
450
|
+
'--content-scrollbar-width',
|
|
451
|
+
scrollbarWidth + 'px'
|
|
452
|
+
);
|
|
453
|
+
};
|
|
454
|
+
|
|
455
|
+
updateDarkModeSwitchOffset();
|
|
456
|
+
requestAnimationFrame(updateDarkModeSwitchOffset);
|
|
457
|
+
window.addEventListener('resize', updateDarkModeSwitchOffset);
|
|
458
|
+
|
|
406
459
|
checkToggle(darkModeState);
|
|
407
460
|
if ($darkModeToggleSwitchers.length > 0) {
|
|
408
461
|
for (var i = 0; i < $darkModeToggleSwitchers.length; i++) {
|
|
@@ -418,7 +471,6 @@
|
|
|
418
471
|
<script src="../js/libs/lit-html.js"></script>
|
|
419
472
|
|
|
420
473
|
<script src="../js/menu-wc.js" defer></script>
|
|
421
|
-
<script nomodule src="../js/menu-wc_es5.js" defer></script>
|
|
422
474
|
|
|
423
475
|
<script src="../js/libs/bootstrap-native.js"></script>
|
|
424
476
|
|
|
@@ -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,6 +124,11 @@
|
|
|
117
124
|
<li class="breadcrumb-item" >I18nResourceImpl</li>
|
|
118
125
|
</ol>
|
|
119
126
|
|
|
127
|
+
<div class="io-file io-file-path" data-compodoc="entity-file-path">
|
|
128
|
+
<span class="icon ion-ios-document" aria-hidden="true"></span>
|
|
129
|
+
<code>packages/core/src/lib/services/i18n/i18n.resource.ts</code>
|
|
130
|
+
</div>
|
|
131
|
+
|
|
120
132
|
<ul class="nav nav-tabs" role="tablist">
|
|
121
133
|
<li class="nav-item">
|
|
122
134
|
<a href="#info"
|
|
@@ -124,57 +136,60 @@
|
|
|
124
136
|
class="nav-link active"
|
|
125
137
|
role="tab" id="info-tab" data-bs-toggle="tab" data-link="info">Info</a>
|
|
126
138
|
</li>
|
|
139
|
+
<li class="nav-item">
|
|
140
|
+
<a href="#api"
|
|
141
|
+
class="nav-link"
|
|
142
|
+
|
|
143
|
+
role="tab" id="api-tab" data-bs-toggle="tab" data-link="api">API</a>
|
|
144
|
+
</li>
|
|
127
145
|
</ul>
|
|
128
146
|
|
|
129
147
|
<div class="tab-content">
|
|
130
148
|
<div class="tab-pane fade active in" id="info">
|
|
131
|
-
<p class="comment">
|
|
132
|
-
<h3>File</h3>
|
|
133
|
-
</p>
|
|
134
|
-
<p class="comment">
|
|
135
|
-
<code>packages/core/src/lib/services/i18n/i18n.resource.ts</code>
|
|
136
|
-
</p>
|
|
137
149
|
|
|
138
150
|
|
|
139
151
|
|
|
140
152
|
|
|
141
153
|
|
|
154
|
+
</div>
|
|
142
155
|
|
|
156
|
+
<div class="tab-pane fade " id="api">
|
|
143
157
|
<section data-compodoc="block-index">
|
|
144
158
|
<h3 id="index">Index</h3>
|
|
145
|
-
<table class="table table-sm table-bordered index-table">
|
|
146
|
-
<tbody>
|
|
147
159
|
|
|
160
|
+
<table class="table table-sm table-bordered index-table">
|
|
161
|
+
<tbody>
|
|
148
162
|
<tr>
|
|
149
|
-
<td class="col-md-
|
|
163
|
+
<td class="col-md-3">
|
|
150
164
|
<h6><b>Methods</b></h6>
|
|
151
165
|
</td>
|
|
152
|
-
|
|
153
|
-
<tr>
|
|
154
|
-
<td class="col-md-4">
|
|
166
|
+
<td class="col-md-9">
|
|
155
167
|
<ul class="index-list">
|
|
156
168
|
<li>
|
|
169
|
+
<span class="reference-badge reference-badge--method" aria-hidden="true">M</span>
|
|
157
170
|
<span class="modifier">Public</span>
|
|
158
171
|
<a href="#compileTranslations" >compileTranslations</a>
|
|
159
172
|
</li>
|
|
160
173
|
<li>
|
|
174
|
+
<span class="reference-badge reference-badge--method" aria-hidden="true">M</span>
|
|
161
175
|
<span class="modifier">Public</span>
|
|
162
176
|
<a href="#equals" >equals</a>
|
|
163
177
|
</li>
|
|
164
178
|
<li>
|
|
179
|
+
<span class="reference-badge reference-badge--method" aria-hidden="true">M</span>
|
|
165
180
|
<span class="modifier">Public</span>
|
|
166
181
|
<a href="#getPath" >getPath</a>
|
|
167
182
|
</li>
|
|
168
183
|
</ul>
|
|
169
184
|
</td>
|
|
170
185
|
</tr>
|
|
186
|
+
</tbody>
|
|
187
|
+
</table>
|
|
171
188
|
|
|
172
189
|
|
|
173
190
|
|
|
174
191
|
|
|
175
192
|
|
|
176
|
-
</tbody>
|
|
177
|
-
</table>
|
|
178
193
|
</section>
|
|
179
194
|
|
|
180
195
|
<section data-compodoc="block-constructor">
|
|
@@ -183,7 +198,7 @@
|
|
|
183
198
|
<tbody>
|
|
184
199
|
<tr>
|
|
185
200
|
<td class="col-md-4">
|
|
186
|
-
<code>constructor(prefix: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank">string</a>, suffix: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank">string</a>, compileTranslationsFn: (translations: unknown,lang: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank">string</a>) => void)</code>
|
|
201
|
+
<code>constructor(prefix: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank">string</a>, suffix: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank">string</a>, compileTranslationsFn: (translations: unknown, lang: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank">string</a>) => void)</code>
|
|
187
202
|
</td>
|
|
188
203
|
</tr>
|
|
189
204
|
|
|
@@ -501,6 +516,7 @@
|
|
|
501
516
|
|
|
502
517
|
|
|
503
518
|
|
|
519
|
+
|
|
504
520
|
</div>
|
|
505
521
|
|
|
506
522
|
|
|
@@ -546,6 +562,24 @@
|
|
|
546
562
|
|
|
547
563
|
<script>
|
|
548
564
|
$darkModeToggleSwitchers = document.querySelectorAll('.dark-mode-switch input');
|
|
565
|
+
var updateDarkModeSwitchOffset = function () {
|
|
566
|
+
var content = document.querySelector('.content');
|
|
567
|
+
var scrollbarWidth = 0;
|
|
568
|
+
|
|
569
|
+
if (content) {
|
|
570
|
+
scrollbarWidth = Math.max(0, content.offsetWidth - content.clientWidth);
|
|
571
|
+
}
|
|
572
|
+
|
|
573
|
+
document.documentElement.style.setProperty(
|
|
574
|
+
'--content-scrollbar-width',
|
|
575
|
+
scrollbarWidth + 'px'
|
|
576
|
+
);
|
|
577
|
+
};
|
|
578
|
+
|
|
579
|
+
updateDarkModeSwitchOffset();
|
|
580
|
+
requestAnimationFrame(updateDarkModeSwitchOffset);
|
|
581
|
+
window.addEventListener('resize', updateDarkModeSwitchOffset);
|
|
582
|
+
|
|
549
583
|
checkToggle(darkModeState);
|
|
550
584
|
if ($darkModeToggleSwitchers.length > 0) {
|
|
551
585
|
for (var i = 0; i < $darkModeToggleSwitchers.length; i++) {
|
|
@@ -561,7 +595,6 @@
|
|
|
561
595
|
<script src="../js/libs/lit-html.js"></script>
|
|
562
596
|
|
|
563
597
|
<script src="../js/menu-wc.js" defer></script>
|
|
564
|
-
<script nomodule src="../js/menu-wc_es5.js" defer></script>
|
|
565
598
|
|
|
566
599
|
<script src="../js/libs/bootstrap-native.js"></script>
|
|
567
600
|
|