@eui/base 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/docs/architecture.html +223 -0
- package/docs/changelog.html +87 -2
- package/docs/classes/ConsoleAppender.html +76 -27
- package/docs/classes/EuiEuLanguages.html +55 -16
- package/docs/classes/EuiLazyService.html +86 -25
- package/docs/classes/EuiPagination.html +69 -16
- package/docs/classes/EuiService.html +103 -28
- package/docs/classes/LogAppender.html +52 -20
- package/docs/classes/Logger.html +100 -30
- package/docs/classes/LoggerMock.html +92 -22
- package/docs/classes/UrlAppender.html +78 -24
- package/docs/classes/UxBadgeLegacy.html +47 -16
- package/docs/classes/UxClearErrorFeedbackEvent.html +47 -16
- package/docs/classes/UxErrorGroupOnClickEvent.html +47 -16
- package/docs/classes/UxErrorOutput.html +91 -24
- package/docs/classes/UxLinkLegacy.html +105 -31
- package/docs/classes/UxPublishErrorFeedbackEvent.html +49 -16
- package/docs/classes/UxValidationErrorClass.html +77 -18
- package/docs/dependencies.html +38 -4
- package/docs/index.html +26 -2
- package/docs/interfaces/ApiQueue.html +41 -11
- package/docs/interfaces/ApiQueueItem.html +209 -181
- package/docs/interfaces/AppState.html +312 -284
- package/docs/interfaces/ConnectionStatus.html +134 -93
- package/docs/interfaces/ConsoleAppenderConfig.html +206 -104
- package/docs/interfaces/ConsoleAppenderTypeConfig.html +253 -53
- package/docs/interfaces/CoreState.html +272 -244
- package/docs/interfaces/EnvDynamicConfig.html +218 -190
- package/docs/interfaces/EuiAppHandlersConfig.html +229 -201
- package/docs/interfaces/EuiAppJsonConfig.html +171 -143
- package/docs/interfaces/EuiAuthConfig.html +184 -156
- package/docs/interfaces/EuiConfig.html +131 -103
- package/docs/interfaces/EuiEnvConfig.html +180 -152
- package/docs/interfaces/EuiGlobalConfig.html +140 -112
- package/docs/interfaces/EuiGrowlMessage.html +408 -380
- package/docs/interfaces/EuiLanguage.html +169 -141
- package/docs/interfaces/EuiMenuItem.html +1708 -1653
- package/docs/interfaces/EuiPaginationConfig.html +228 -200
- package/docs/interfaces/EuiServiceModel.html +109 -67
- package/docs/interfaces/EuiServiceStatus.html +138 -108
- package/docs/interfaces/EuiStoreServiceModel.html +64 -36
- package/docs/interfaces/EuiUserRight.html +127 -99
- package/docs/interfaces/GlobalConfig.html +268 -240
- package/docs/interfaces/HttpErrorHandlerConfig.html +96 -68
- package/docs/interfaces/HttpErrorRouteConfig.html +136 -108
- package/docs/interfaces/I18nConfig.html +157 -129
- package/docs/interfaces/I18nLoaderConfig.html +199 -152
- package/docs/interfaces/I18nResource.html +176 -148
- package/docs/interfaces/I18nServiceConfig.html +141 -113
- package/docs/interfaces/I18nState.html +91 -63
- package/docs/interfaces/LoadedConfigModules.html +137 -107
- package/docs/interfaces/LocaleServiceConfig.html +102 -74
- package/docs/interfaces/LocaleState.html +96 -68
- package/docs/interfaces/LogAppenderConfig.html +123 -70
- package/docs/interfaces/LogAppenderTypeConfig.html +159 -61
- package/docs/interfaces/LogConfig.html +196 -149
- package/docs/interfaces/LogEvent.html +246 -199
- package/docs/interfaces/LogPosition.html +151 -123
- package/docs/interfaces/ModuleConfig.html +236 -12
- package/docs/interfaces/ModulesConfig.html +41 -11
- package/docs/interfaces/NotificationsState.html +98 -70
- package/docs/interfaces/UrlAppenderConfig.html +200 -98
- package/docs/interfaces/UrlAppenderTypeConfig.html +247 -53
- package/docs/interfaces/UrlLogEvent.html +368 -96
- package/docs/interfaces/UserConfig.html +97 -69
- package/docs/interfaces/UserDetails.html +237 -190
- package/docs/interfaces/UserPreferences.html +141 -113
- package/docs/interfaces/UserState.html +326 -279
- package/docs/interfaces/UxErrorFeedback.html +373 -235
- package/docs/interfaces/UxErrorFollowMap.html +41 -11
- package/docs/interfaces/UxErrorInfo.html +201 -151
- package/docs/interfaces/UxErrorMessage.html +149 -102
- package/docs/interfaces/UxFormValidationError.html +91 -63
- package/docs/interfaces/UxHttpErrorInfo.html +112 -65
- package/docs/interfaces/UxHttpErrorResponse.html +108 -61
- package/docs/interfaces/UxModalLegacy.html +164 -136
- package/docs/interfaces/UxValidationErrorAttribute.html +121 -93
- package/docs/interfaces/UxValidationErrorFeedback.html +126 -98
- package/docs/interfaces/UxValidationErrorI18nMessage.html +127 -99
- package/docs/interfaces/VersionsConfig.html +96 -68
- package/docs/interfaces/XHRConfig.html +346 -318
- 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 +30 -23
- 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/documentation.json +3154 -482
- package/docs/license.html +26 -2
- package/docs/llms.txt +1084 -0
- package/docs/miscellaneous/enumerations.html +30 -6
- package/docs/miscellaneous/functions.html +138 -27
- package/docs/miscellaneous/typealiases.html +62 -29
- package/docs/miscellaneous/variables.html +77 -53
- package/docs/modules.html +26 -2
- package/docs/overview.html +26 -2
- 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/package.json +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" >UxPublishErrorFeedbackEvent</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/base/src/lib/ux-models/ux-error-feedback.model.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,49 +136,53 @@
|
|
|
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/base/src/lib/ux-models/ux-error-feedback.model.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
|
<span class="modifier">Public</span>
|
|
157
170
|
<span class="modifier">Optional</span>
|
|
158
171
|
<a href="#accumulate" >accumulate</a>
|
|
159
172
|
</li>
|
|
160
173
|
<li>
|
|
174
|
+
<span class="reference-badge reference-badge--property" aria-hidden="true">P</span>
|
|
161
175
|
<span class="modifier">Public</span>
|
|
162
176
|
<a href="#err" >err</a>
|
|
163
177
|
</li>
|
|
164
178
|
<li>
|
|
179
|
+
<span class="reference-badge reference-badge--property" aria-hidden="true">P</span>
|
|
165
180
|
<span class="modifier">Public</span>
|
|
166
181
|
<span class="modifier">Optional</span>
|
|
167
182
|
<a href="#groupId" >groupId</a>
|
|
168
183
|
</li>
|
|
169
184
|
<li>
|
|
185
|
+
<span class="reference-badge reference-badge--property" aria-hidden="true">P</span>
|
|
170
186
|
<span class="modifier">Public</span>
|
|
171
187
|
<span class="modifier">Optional</span>
|
|
172
188
|
<a href="#id" >id</a>
|
|
@@ -174,14 +190,14 @@
|
|
|
174
190
|
</ul>
|
|
175
191
|
</td>
|
|
176
192
|
</tr>
|
|
193
|
+
</tbody>
|
|
194
|
+
</table>
|
|
177
195
|
|
|
178
196
|
|
|
179
197
|
|
|
180
198
|
|
|
181
199
|
|
|
182
200
|
|
|
183
|
-
</tbody>
|
|
184
|
-
</table>
|
|
185
201
|
</section>
|
|
186
202
|
|
|
187
203
|
<section data-compodoc="block-constructor">
|
|
@@ -413,6 +429,24 @@
|
|
|
413
429
|
|
|
414
430
|
<script>
|
|
415
431
|
$darkModeToggleSwitchers = document.querySelectorAll('.dark-mode-switch input');
|
|
432
|
+
var updateDarkModeSwitchOffset = function () {
|
|
433
|
+
var content = document.querySelector('.content');
|
|
434
|
+
var scrollbarWidth = 0;
|
|
435
|
+
|
|
436
|
+
if (content) {
|
|
437
|
+
scrollbarWidth = Math.max(0, content.offsetWidth - content.clientWidth);
|
|
438
|
+
}
|
|
439
|
+
|
|
440
|
+
document.documentElement.style.setProperty(
|
|
441
|
+
'--content-scrollbar-width',
|
|
442
|
+
scrollbarWidth + 'px'
|
|
443
|
+
);
|
|
444
|
+
};
|
|
445
|
+
|
|
446
|
+
updateDarkModeSwitchOffset();
|
|
447
|
+
requestAnimationFrame(updateDarkModeSwitchOffset);
|
|
448
|
+
window.addEventListener('resize', updateDarkModeSwitchOffset);
|
|
449
|
+
|
|
416
450
|
checkToggle(darkModeState);
|
|
417
451
|
if ($darkModeToggleSwitchers.length > 0) {
|
|
418
452
|
for (var i = 0; i < $darkModeToggleSwitchers.length; i++) {
|
|
@@ -428,7 +462,6 @@
|
|
|
428
462
|
<script src="../js/libs/lit-html.js"></script>
|
|
429
463
|
|
|
430
464
|
<script src="../js/menu-wc.js" defer></script>
|
|
431
|
-
<script nomodule src="../js/menu-wc_es5.js" defer></script>
|
|
432
465
|
|
|
433
466
|
<script src="../js/libs/bootstrap-native.js"></script>
|
|
434
467
|
|
|
@@ -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,9 +121,14 @@
|
|
|
114
121
|
|
|
115
122
|
<ol class="breadcrumb">
|
|
116
123
|
<li class="breadcrumb-item">Classes</li>
|
|
117
|
-
<li class="breadcrumb-item" >UxValidationErrorClass
|
|
124
|
+
<li class="breadcrumb-item" >UxValidationErrorClass<Details = object></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/base/src/lib/ux-models/ux-error-feedback.model.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/base/src/lib/ux-models/ux-error-feedback.model.ts</code>
|
|
136
|
-
</p>
|
|
137
|
-
|
|
138
149
|
|
|
139
150
|
|
|
140
151
|
|
|
@@ -147,58 +158,89 @@
|
|
|
147
158
|
</p>
|
|
148
159
|
|
|
149
160
|
|
|
161
|
+
<section data-compodoc="block-relationships">
|
|
162
|
+
<h3>Relationships</h3>
|
|
163
|
+
|
|
164
|
+
<div class="row pt-3">
|
|
165
|
+
<div class="col-sm-6">
|
|
166
|
+
<h4>Used by</h4>
|
|
167
|
+
<p class="comment"><i>No results matching.</i></p>
|
|
168
|
+
</div>
|
|
169
|
+
|
|
170
|
+
<div class="col-sm-6">
|
|
171
|
+
<h4>Depends on</h4>
|
|
172
|
+
<ul class="list-unstyled relationships-list">
|
|
173
|
+
<li>
|
|
174
|
+
<code><a href="../interfaces/UxErrorInfo.html" target="_self" >UxErrorInfo</a></code>
|
|
175
|
+
</li>
|
|
176
|
+
<li>
|
|
177
|
+
<code><a href="../interfaces/UxErrorFeedback.html" target="_self" >UxErrorFeedback</a></code>
|
|
178
|
+
</li>
|
|
179
|
+
</ul>
|
|
180
|
+
</div>
|
|
181
|
+
</div>
|
|
182
|
+
</section>
|
|
183
|
+
</div>
|
|
184
|
+
|
|
185
|
+
<div class="tab-pane fade " id="api">
|
|
150
186
|
<section data-compodoc="block-index">
|
|
151
187
|
<h3 id="index">Index</h3>
|
|
152
|
-
|
|
153
|
-
|
|
188
|
+
<table class="table table-sm table-bordered index-table">
|
|
189
|
+
<tbody>
|
|
154
190
|
<tr>
|
|
155
|
-
<td class="col-md-
|
|
191
|
+
<td class="col-md-3">
|
|
156
192
|
<h6><b>Properties</b></h6>
|
|
157
193
|
</td>
|
|
158
|
-
|
|
159
|
-
<tr>
|
|
160
|
-
<td class="col-md-4">
|
|
194
|
+
<td class="col-md-9">
|
|
161
195
|
<ul class="index-list">
|
|
162
196
|
<li>
|
|
197
|
+
<span class="reference-badge reference-badge--property" aria-hidden="true">P</span>
|
|
163
198
|
<a href="#attributes" >attributes</a>
|
|
164
199
|
</li>
|
|
165
200
|
<li>
|
|
201
|
+
<span class="reference-badge reference-badge--property" aria-hidden="true">P</span>
|
|
166
202
|
<span class="modifier">Optional</span>
|
|
167
203
|
<a href="#br" >br</a>
|
|
168
204
|
</li>
|
|
169
205
|
<li>
|
|
206
|
+
<span class="reference-badge reference-badge--property" aria-hidden="true">P</span>
|
|
170
207
|
<span class="modifier">Optional</span>
|
|
171
208
|
<a href="#description" >description</a>
|
|
172
209
|
</li>
|
|
173
210
|
<li>
|
|
211
|
+
<span class="reference-badge reference-badge--property" aria-hidden="true">P</span>
|
|
174
212
|
<span class="modifier">Optional</span>
|
|
175
213
|
<a href="#details" >details</a>
|
|
176
214
|
</li>
|
|
177
215
|
<li>
|
|
216
|
+
<span class="reference-badge reference-badge--property" aria-hidden="true">P</span>
|
|
178
217
|
<span class="modifier">Optional</span>
|
|
179
218
|
<a href="#doc" >doc</a>
|
|
180
219
|
</li>
|
|
181
220
|
<li>
|
|
221
|
+
<span class="reference-badge reference-badge--property" aria-hidden="true">P</span>
|
|
182
222
|
<span class="modifier">Optional</span>
|
|
183
223
|
<a href="#errGroupId" >errGroupId</a>
|
|
184
224
|
</li>
|
|
185
225
|
<li>
|
|
226
|
+
<span class="reference-badge reference-badge--property" aria-hidden="true">P</span>
|
|
186
227
|
<a href="#msgId" >msgId</a>
|
|
187
228
|
</li>
|
|
188
229
|
<li>
|
|
230
|
+
<span class="reference-badge reference-badge--property" aria-hidden="true">P</span>
|
|
189
231
|
<a href="#severity" >severity</a>
|
|
190
232
|
</li>
|
|
191
233
|
</ul>
|
|
192
234
|
</td>
|
|
193
235
|
</tr>
|
|
236
|
+
</tbody>
|
|
237
|
+
</table>
|
|
194
238
|
|
|
195
239
|
|
|
196
240
|
|
|
197
241
|
|
|
198
242
|
|
|
199
243
|
|
|
200
|
-
</tbody>
|
|
201
|
-
</table>
|
|
202
244
|
</section>
|
|
203
245
|
|
|
204
246
|
<section data-compodoc="block-constructor">
|
|
@@ -481,6 +523,24 @@
|
|
|
481
523
|
|
|
482
524
|
<script>
|
|
483
525
|
$darkModeToggleSwitchers = document.querySelectorAll('.dark-mode-switch input');
|
|
526
|
+
var updateDarkModeSwitchOffset = function () {
|
|
527
|
+
var content = document.querySelector('.content');
|
|
528
|
+
var scrollbarWidth = 0;
|
|
529
|
+
|
|
530
|
+
if (content) {
|
|
531
|
+
scrollbarWidth = Math.max(0, content.offsetWidth - content.clientWidth);
|
|
532
|
+
}
|
|
533
|
+
|
|
534
|
+
document.documentElement.style.setProperty(
|
|
535
|
+
'--content-scrollbar-width',
|
|
536
|
+
scrollbarWidth + 'px'
|
|
537
|
+
);
|
|
538
|
+
};
|
|
539
|
+
|
|
540
|
+
updateDarkModeSwitchOffset();
|
|
541
|
+
requestAnimationFrame(updateDarkModeSwitchOffset);
|
|
542
|
+
window.addEventListener('resize', updateDarkModeSwitchOffset);
|
|
543
|
+
|
|
484
544
|
checkToggle(darkModeState);
|
|
485
545
|
if ($darkModeToggleSwitchers.length > 0) {
|
|
486
546
|
for (var i = 0; i < $darkModeToggleSwitchers.length; i++) {
|
|
@@ -496,7 +556,6 @@
|
|
|
496
556
|
<script src="../js/libs/lit-html.js"></script>
|
|
497
557
|
|
|
498
558
|
<script src="../js/menu-wc.js" defer></script>
|
|
499
|
-
<script nomodule src="../js/menu-wc_es5.js" defer></script>
|
|
500
559
|
|
|
501
560
|
<script src="../js/libs/bootstrap-native.js"></script>
|
|
502
561
|
|
package/docs/dependencies.html
CHANGED
|
@@ -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">
|
|
@@ -118,8 +125,18 @@
|
|
|
118
125
|
<ol class="breadcrumb">
|
|
119
126
|
<li class="breadcrumb-item">Dependencies</li>
|
|
120
127
|
</ol>
|
|
121
|
-
<
|
|
122
|
-
|
|
128
|
+
<div class="dependencies-table-wrapper">
|
|
129
|
+
<table class="table table-sm table-bordered dependencies-table">
|
|
130
|
+
<thead>
|
|
131
|
+
<tr>
|
|
132
|
+
<th>Name</th>
|
|
133
|
+
<th>Version</th>
|
|
134
|
+
</tr>
|
|
135
|
+
</thead>
|
|
136
|
+
<tbody>
|
|
137
|
+
</tbody>
|
|
138
|
+
</table>
|
|
139
|
+
</div>
|
|
123
140
|
|
|
124
141
|
|
|
125
142
|
|
|
@@ -159,6 +176,24 @@
|
|
|
159
176
|
|
|
160
177
|
<script>
|
|
161
178
|
$darkModeToggleSwitchers = document.querySelectorAll('.dark-mode-switch input');
|
|
179
|
+
var updateDarkModeSwitchOffset = function () {
|
|
180
|
+
var content = document.querySelector('.content');
|
|
181
|
+
var scrollbarWidth = 0;
|
|
182
|
+
|
|
183
|
+
if (content) {
|
|
184
|
+
scrollbarWidth = Math.max(0, content.offsetWidth - content.clientWidth);
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
document.documentElement.style.setProperty(
|
|
188
|
+
'--content-scrollbar-width',
|
|
189
|
+
scrollbarWidth + 'px'
|
|
190
|
+
);
|
|
191
|
+
};
|
|
192
|
+
|
|
193
|
+
updateDarkModeSwitchOffset();
|
|
194
|
+
requestAnimationFrame(updateDarkModeSwitchOffset);
|
|
195
|
+
window.addEventListener('resize', updateDarkModeSwitchOffset);
|
|
196
|
+
|
|
162
197
|
checkToggle(darkModeState);
|
|
163
198
|
if ($darkModeToggleSwitchers.length > 0) {
|
|
164
199
|
for (var i = 0; i < $darkModeToggleSwitchers.length; i++) {
|
|
@@ -174,7 +209,6 @@
|
|
|
174
209
|
<script src="./js/libs/lit-html.js"></script>
|
|
175
210
|
|
|
176
211
|
<script src="./js/menu-wc.js" defer></script>
|
|
177
|
-
<script nomodule src="./js/menu-wc_es5.js" defer></script>
|
|
178
212
|
|
|
179
213
|
<script src="./js/libs/bootstrap-native.js"></script>
|
|
180
214
|
|
package/docs/index.html
CHANGED
|
@@ -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">
|
|
@@ -165,6 +172,24 @@ eui-cli</code></pre></div>
|
|
|
165
172
|
|
|
166
173
|
<script>
|
|
167
174
|
$darkModeToggleSwitchers = document.querySelectorAll('.dark-mode-switch input');
|
|
175
|
+
var updateDarkModeSwitchOffset = function () {
|
|
176
|
+
var content = document.querySelector('.content');
|
|
177
|
+
var scrollbarWidth = 0;
|
|
178
|
+
|
|
179
|
+
if (content) {
|
|
180
|
+
scrollbarWidth = Math.max(0, content.offsetWidth - content.clientWidth);
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
document.documentElement.style.setProperty(
|
|
184
|
+
'--content-scrollbar-width',
|
|
185
|
+
scrollbarWidth + 'px'
|
|
186
|
+
);
|
|
187
|
+
};
|
|
188
|
+
|
|
189
|
+
updateDarkModeSwitchOffset();
|
|
190
|
+
requestAnimationFrame(updateDarkModeSwitchOffset);
|
|
191
|
+
window.addEventListener('resize', updateDarkModeSwitchOffset);
|
|
192
|
+
|
|
168
193
|
checkToggle(darkModeState);
|
|
169
194
|
if ($darkModeToggleSwitchers.length > 0) {
|
|
170
195
|
for (var i = 0; i < $darkModeToggleSwitchers.length; i++) {
|
|
@@ -180,7 +205,6 @@ eui-cli</code></pre></div>
|
|
|
180
205
|
<script src="./js/libs/lit-html.js"></script>
|
|
181
206
|
|
|
182
207
|
<script src="./js/menu-wc.js" defer></script>
|
|
183
|
-
<script nomodule src="./js/menu-wc_es5.js" defer></script>
|
|
184
208
|
|
|
185
209
|
<script src="./js/libs/bootstrap-native.js"></script>
|
|
186
210
|
|
|
@@ -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">
|
|
@@ -120,6 +127,11 @@
|
|
|
120
127
|
ApiQueue</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/base/src/lib/eui-models/eui-store/models/app.models.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,23 +139,24 @@
|
|
|
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/base/src/lib/eui-models/eui-store/models/app.models.ts</code>
|
|
139
|
-
</p>
|
|
140
|
-
|
|
141
152
|
|
|
142
153
|
|
|
143
154
|
|
|
155
|
+
</div>
|
|
144
156
|
|
|
157
|
+
<div class="tab-pane fade " id="api">
|
|
145
158
|
|
|
146
|
-
|
|
159
|
+
<section data-compodoc="block-indexables">
|
|
147
160
|
<h3 id="inputs">Indexable</h3>
|
|
148
161
|
<table class="table table-sm table-bordered">
|
|
149
162
|
<tbody>
|
|
@@ -157,7 +170,7 @@
|
|
|
157
170
|
</table>
|
|
158
171
|
</section>
|
|
159
172
|
|
|
160
|
-
|
|
173
|
+
</div>
|
|
161
174
|
|
|
162
175
|
|
|
163
176
|
</div>
|
|
@@ -201,6 +214,24 @@
|
|
|
201
214
|
|
|
202
215
|
<script>
|
|
203
216
|
$darkModeToggleSwitchers = document.querySelectorAll('.dark-mode-switch input');
|
|
217
|
+
var updateDarkModeSwitchOffset = function () {
|
|
218
|
+
var content = document.querySelector('.content');
|
|
219
|
+
var scrollbarWidth = 0;
|
|
220
|
+
|
|
221
|
+
if (content) {
|
|
222
|
+
scrollbarWidth = Math.max(0, content.offsetWidth - content.clientWidth);
|
|
223
|
+
}
|
|
224
|
+
|
|
225
|
+
document.documentElement.style.setProperty(
|
|
226
|
+
'--content-scrollbar-width',
|
|
227
|
+
scrollbarWidth + 'px'
|
|
228
|
+
);
|
|
229
|
+
};
|
|
230
|
+
|
|
231
|
+
updateDarkModeSwitchOffset();
|
|
232
|
+
requestAnimationFrame(updateDarkModeSwitchOffset);
|
|
233
|
+
window.addEventListener('resize', updateDarkModeSwitchOffset);
|
|
234
|
+
|
|
204
235
|
checkToggle(darkModeState);
|
|
205
236
|
if ($darkModeToggleSwitchers.length > 0) {
|
|
206
237
|
for (var i = 0; i < $darkModeToggleSwitchers.length; i++) {
|
|
@@ -216,7 +247,6 @@
|
|
|
216
247
|
<script src="../js/libs/lit-html.js"></script>
|
|
217
248
|
|
|
218
249
|
<script src="../js/menu-wc.js" defer></script>
|
|
219
|
-
<script nomodule src="../js/menu-wc_es5.js" defer></script>
|
|
220
250
|
|
|
221
251
|
<script src="../js/libs/bootstrap-native.js"></script>
|
|
222
252
|
|