@eui/base 23.0.0-alpha.1 → 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 +773 -2
- package/docs/classes/ConsoleAppender.html +78 -27
- package/docs/classes/EuiEuLanguages.html +55 -16
- package/docs/classes/EuiLazyService.html +90 -26
- 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 +142 -30
- package/docs/classes/UrlAppender.html +80 -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 +164 -91
- 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 +3314 -573
- 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/fesm2022/eui-base.mjs +1 -0
- package/fesm2022/eui-base.mjs.map +1 -1
- package/package.json +6 -5
- package/types/eui-base.d.ts +1 -0
- package/types/eui-base.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">
|
|
@@ -120,6 +127,11 @@
|
|
|
120
127
|
LocaleState</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/state/locale.state.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,17 +139,16 @@
|
|
|
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/state/locale.state.ts</code>
|
|
139
|
-
</p>
|
|
140
|
-
|
|
141
152
|
|
|
142
153
|
<p class="comment">
|
|
143
154
|
<h3>Description</h3>
|
|
@@ -148,76 +159,76 @@
|
|
|
148
159
|
</p>
|
|
149
160
|
|
|
150
161
|
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
162
|
+
</div>
|
|
163
|
+
|
|
164
|
+
<div class="tab-pane fade " id="api"><section data-compodoc="block-index">
|
|
165
|
+
<h3 id="index">Index</h3>
|
|
166
|
+
<table class="table table-sm table-bordered index-table">
|
|
167
|
+
<tbody>
|
|
168
|
+
<tr>
|
|
169
|
+
<td class="col-md-3">
|
|
170
|
+
<h6><b>Properties</b></h6>
|
|
171
|
+
</td>
|
|
172
|
+
<td class="col-md-9">
|
|
173
|
+
<ul class="index-list">
|
|
174
|
+
<li>
|
|
175
|
+
<a href="#id" class="reference-link ">
|
|
176
|
+
<span class="reference-badge reference-badge--property" aria-hidden="true">P</span><span class="reference-link-label">id</span>
|
|
177
|
+
</a>
|
|
178
|
+
</li>
|
|
179
|
+
</ul>
|
|
180
|
+
</td>
|
|
181
|
+
</tr>
|
|
182
|
+
</tbody>
|
|
183
|
+
</table>
|
|
184
|
+
</section>
|
|
185
|
+
|
|
186
|
+
|
|
187
|
+
|
|
188
|
+
<section data-compodoc="block-properties">
|
|
189
|
+
<h3 id="inputs">Properties</h3>
|
|
190
|
+
<table class="table table-sm table-bordered">
|
|
154
191
|
<tbody>
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
>
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
</li>
|
|
169
|
-
</ul>
|
|
170
|
-
</td>
|
|
171
|
-
</tr>
|
|
172
|
-
</tbody>
|
|
173
|
-
</table>
|
|
174
|
-
</section>
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
<section data-compodoc="block-properties">
|
|
179
|
-
<h3 id="inputs">Properties</h3>
|
|
180
|
-
<table class="table table-sm table-bordered">
|
|
181
|
-
<tbody>
|
|
182
|
-
<tr>
|
|
183
|
-
<td class="col-md-4">
|
|
184
|
-
<a name="id"></a>
|
|
185
|
-
<span class="name "><b>id</b>
|
|
186
|
-
<a href="#id">
|
|
187
|
-
<span class="icon ion-ios-link"></span>
|
|
188
|
-
</a>
|
|
189
|
-
</span>
|
|
190
|
-
</td>
|
|
191
|
-
</tr>
|
|
192
|
-
<tr>
|
|
193
|
-
<td class="col-md-4">
|
|
194
|
-
<code>id: <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
|
192
|
+
<tr>
|
|
193
|
+
<td class="col-md-4">
|
|
194
|
+
<a name="id"></a>
|
|
195
|
+
<span class="name "><b>id</b>
|
|
196
|
+
<a href="#id">
|
|
197
|
+
<span class="icon ion-ios-link"></span>
|
|
198
|
+
</a>
|
|
199
|
+
</span>
|
|
200
|
+
</td>
|
|
201
|
+
</tr>
|
|
202
|
+
<tr>
|
|
203
|
+
<td class="col-md-4">
|
|
204
|
+
<code>id: <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
|
195
205
|
</code>
|
|
196
|
-
|
|
197
|
-
|
|
206
|
+
</td>
|
|
207
|
+
</tr>
|
|
198
208
|
|
|
199
209
|
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
210
|
+
<tr>
|
|
211
|
+
<td class="col-md-4">
|
|
212
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
|
203
213
|
|
|
204
|
-
|
|
205
|
-
|
|
214
|
+
</td>
|
|
215
|
+
</tr>
|
|
206
216
|
|
|
207
217
|
|
|
208
218
|
|
|
209
219
|
|
|
210
220
|
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
221
|
+
|
|
222
|
+
<tr>
|
|
223
|
+
<td class="col-md-4">
|
|
224
|
+
<div class="io-description"><p>The current locale id e.g. 'en-US'</p>
|
|
225
|
+
</div>
|
|
226
|
+
</td>
|
|
227
|
+
</tr>
|
|
228
|
+
</tbody>
|
|
229
|
+
</table>
|
|
230
|
+
</section>
|
|
214
231
|
</div>
|
|
215
|
-
</td>
|
|
216
|
-
</tr>
|
|
217
|
-
</tbody>
|
|
218
|
-
</table>
|
|
219
|
-
</section>
|
|
220
|
-
</div>
|
|
221
232
|
|
|
222
233
|
|
|
223
234
|
</div>
|
|
@@ -261,6 +272,24 @@
|
|
|
261
272
|
|
|
262
273
|
<script>
|
|
263
274
|
$darkModeToggleSwitchers = document.querySelectorAll('.dark-mode-switch input');
|
|
275
|
+
var updateDarkModeSwitchOffset = function () {
|
|
276
|
+
var content = document.querySelector('.content');
|
|
277
|
+
var scrollbarWidth = 0;
|
|
278
|
+
|
|
279
|
+
if (content) {
|
|
280
|
+
scrollbarWidth = Math.max(0, content.offsetWidth - content.clientWidth);
|
|
281
|
+
}
|
|
282
|
+
|
|
283
|
+
document.documentElement.style.setProperty(
|
|
284
|
+
'--content-scrollbar-width',
|
|
285
|
+
scrollbarWidth + 'px'
|
|
286
|
+
);
|
|
287
|
+
};
|
|
288
|
+
|
|
289
|
+
updateDarkModeSwitchOffset();
|
|
290
|
+
requestAnimationFrame(updateDarkModeSwitchOffset);
|
|
291
|
+
window.addEventListener('resize', updateDarkModeSwitchOffset);
|
|
292
|
+
|
|
264
293
|
checkToggle(darkModeState);
|
|
265
294
|
if ($darkModeToggleSwitchers.length > 0) {
|
|
266
295
|
for (var i = 0; i < $darkModeToggleSwitchers.length; i++) {
|
|
@@ -276,7 +305,6 @@
|
|
|
276
305
|
<script src="../js/libs/lit-html.js"></script>
|
|
277
306
|
|
|
278
307
|
<script src="../js/menu-wc.js" defer></script>
|
|
279
|
-
<script nomodule src="../js/menu-wc_es5.js" defer></script>
|
|
280
308
|
|
|
281
309
|
<script src="../js/libs/bootstrap-native.js"></script>
|
|
282
310
|
|
|
@@ -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
|
LogAppenderConfig</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-config/log.config.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,96 +139,120 @@
|
|
|
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-config/log.config.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
|
-
<a href="#logLevel"
|
|
159
|
-
>
|
|
160
|
-
logLevel
|
|
161
|
-
</a>
|
|
163
|
+
<code><a href="../interfaces/ConsoleAppenderConfig.html" target="_self" >ConsoleAppenderConfig</a></code>
|
|
162
164
|
</li>
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
165
|
+
<li>
|
|
166
|
+
<code><a href="../interfaces/LogAppenderTypeConfig.html" target="_self" >LogAppenderTypeConfig</a></code>
|
|
167
|
+
</li>
|
|
168
|
+
<li>
|
|
169
|
+
<code><a href="../interfaces/UrlAppenderConfig.html" target="_self" >UrlAppenderConfig</a></code>
|
|
170
|
+
</li>
|
|
171
|
+
</ul>
|
|
172
|
+
</div>
|
|
173
|
+
|
|
174
|
+
<div class="col-sm-6">
|
|
175
|
+
<h4>Depends on</h4>
|
|
176
|
+
<p class="comment"><i>No results matching.</i></p>
|
|
177
|
+
</div>
|
|
178
|
+
</div>
|
|
168
179
|
</section>
|
|
180
|
+
</div>
|
|
169
181
|
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
182
|
+
<div class="tab-pane fade " id="api"><section data-compodoc="block-index">
|
|
183
|
+
<h3 id="index">Index</h3>
|
|
184
|
+
<table class="table table-sm table-bordered index-table">
|
|
185
|
+
<tbody>
|
|
186
|
+
<tr>
|
|
187
|
+
<td class="col-md-3">
|
|
188
|
+
<h6><b>Properties</b></h6>
|
|
189
|
+
</td>
|
|
190
|
+
<td class="col-md-9">
|
|
191
|
+
<ul class="index-list">
|
|
192
|
+
<li>
|
|
193
|
+
<span class="modifier">Optional</span>
|
|
194
|
+
<a href="#logLevel" class="reference-link ">
|
|
195
|
+
<span class="reference-badge reference-badge--property" aria-hidden="true">P</span><span class="reference-link-label">logLevel</span>
|
|
196
|
+
</a>
|
|
197
|
+
</li>
|
|
198
|
+
</ul>
|
|
199
|
+
</td>
|
|
200
|
+
</tr>
|
|
201
|
+
</tbody>
|
|
202
|
+
</table>
|
|
203
|
+
</section>
|
|
204
|
+
|
|
205
|
+
|
|
206
|
+
|
|
207
|
+
<section data-compodoc="block-properties">
|
|
208
|
+
<h3 id="inputs">Properties</h3>
|
|
209
|
+
<table class="table table-sm table-bordered">
|
|
210
|
+
<tbody>
|
|
211
|
+
<tr>
|
|
212
|
+
<td class="col-md-4">
|
|
213
|
+
<a name="logLevel"></a>
|
|
214
|
+
<span class="name "><b>logLevel</b>
|
|
215
|
+
<a href="#logLevel">
|
|
216
|
+
<span class="icon ion-ios-link"></span>
|
|
217
|
+
</a>
|
|
218
|
+
</span>
|
|
219
|
+
</td>
|
|
220
|
+
</tr>
|
|
221
|
+
<tr>
|
|
222
|
+
<td class="col-md-4">
|
|
223
|
+
<code>logLevel: <code><a href="../miscellaneous/enumerations.html#LogLevel" target="_self" >LogLevel</a></code>
|
|
189
224
|
</code>
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
225
|
+
</td>
|
|
226
|
+
</tr>
|
|
193
227
|
|
|
194
|
-
<tr>
|
|
195
|
-
<td class="col-md-4">
|
|
196
|
-
<i>Type : </i> <code><a href="../miscellaneous/enumerations.html#LogLevel" target="_self" >LogLevel</a></code>
|
|
197
|
-
|
|
198
|
-
</td>
|
|
199
|
-
</tr>
|
|
200
|
-
|
|
201
|
-
<tr>
|
|
202
|
-
<td class="col-md-4">
|
|
203
|
-
<i>Optional</i>
|
|
204
|
-
</td>
|
|
205
|
-
</tr>
|
|
206
228
|
|
|
229
|
+
<tr>
|
|
230
|
+
<td class="col-md-4">
|
|
231
|
+
<i>Type : </i> <code><a href="../miscellaneous/enumerations.html#LogLevel" target="_self" >LogLevel</a></code>
|
|
207
232
|
|
|
233
|
+
</td>
|
|
234
|
+
</tr>
|
|
208
235
|
|
|
209
236
|
|
|
210
237
|
<tr>
|
|
211
238
|
<td class="col-md-4">
|
|
212
|
-
<
|
|
213
|
-
</div>
|
|
239
|
+
<i>Optional</i>
|
|
214
240
|
</td>
|
|
215
241
|
</tr>
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
242
|
+
|
|
243
|
+
|
|
244
|
+
|
|
245
|
+
|
|
246
|
+
<tr>
|
|
247
|
+
<td class="col-md-4">
|
|
248
|
+
<div class="io-description"><p>appender log level. It overrides the main log level</p>
|
|
249
|
+
</div>
|
|
250
|
+
</td>
|
|
251
|
+
</tr>
|
|
252
|
+
</tbody>
|
|
253
|
+
</table>
|
|
254
|
+
</section>
|
|
255
|
+
</div>
|
|
220
256
|
|
|
221
257
|
|
|
222
258
|
</div>
|
|
@@ -260,6 +296,24 @@
|
|
|
260
296
|
|
|
261
297
|
<script>
|
|
262
298
|
$darkModeToggleSwitchers = document.querySelectorAll('.dark-mode-switch input');
|
|
299
|
+
var updateDarkModeSwitchOffset = function () {
|
|
300
|
+
var content = document.querySelector('.content');
|
|
301
|
+
var scrollbarWidth = 0;
|
|
302
|
+
|
|
303
|
+
if (content) {
|
|
304
|
+
scrollbarWidth = Math.max(0, content.offsetWidth - content.clientWidth);
|
|
305
|
+
}
|
|
306
|
+
|
|
307
|
+
document.documentElement.style.setProperty(
|
|
308
|
+
'--content-scrollbar-width',
|
|
309
|
+
scrollbarWidth + 'px'
|
|
310
|
+
);
|
|
311
|
+
};
|
|
312
|
+
|
|
313
|
+
updateDarkModeSwitchOffset();
|
|
314
|
+
requestAnimationFrame(updateDarkModeSwitchOffset);
|
|
315
|
+
window.addEventListener('resize', updateDarkModeSwitchOffset);
|
|
316
|
+
|
|
263
317
|
checkToggle(darkModeState);
|
|
264
318
|
if ($darkModeToggleSwitchers.length > 0) {
|
|
265
319
|
for (var i = 0; i < $darkModeToggleSwitchers.length; i++) {
|
|
@@ -275,7 +329,6 @@
|
|
|
275
329
|
<script src="../js/libs/lit-html.js"></script>
|
|
276
330
|
|
|
277
331
|
<script src="../js/menu-wc.js" defer></script>
|
|
278
|
-
<script nomodule src="../js/menu-wc_es5.js" defer></script>
|
|
279
332
|
|
|
280
333
|
<script src="../js/libs/bootstrap-native.js"></script>
|
|
281
334
|
|