@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">
|
|
@@ -117,9 +124,14 @@
|
|
|
117
124
|
<li class="breadcrumb-item">Interfaces</li>
|
|
118
125
|
<li class="breadcrumb-item"
|
|
119
126
|
>
|
|
120
|
-
GlobalConfig
|
|
127
|
+
GlobalConfig<T = any></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/eui-app-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,76 +139,70 @@
|
|
|
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/eui-app-config.ts</code>
|
|
139
|
-
</p>
|
|
140
152
|
|
|
141
153
|
|
|
142
154
|
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
>
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
<
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
>
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
>
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
>
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
</
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
>
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
</ul>
|
|
192
|
-
</td>
|
|
193
|
-
</tr>
|
|
194
|
-
</tbody>
|
|
195
|
-
</table>
|
|
196
|
-
</section>
|
|
155
|
+
</div>
|
|
156
|
+
|
|
157
|
+
<div class="tab-pane fade " id="api"><section data-compodoc="block-index">
|
|
158
|
+
<h3 id="index">Index</h3>
|
|
159
|
+
<table class="table table-sm table-bordered index-table">
|
|
160
|
+
<tbody>
|
|
161
|
+
<tr>
|
|
162
|
+
<td class="col-md-3">
|
|
163
|
+
<h6><b>Properties</b></h6>
|
|
164
|
+
</td>
|
|
165
|
+
<td class="col-md-9">
|
|
166
|
+
<ul class="index-list">
|
|
167
|
+
<li>
|
|
168
|
+
<span class="modifier">Optional</span>
|
|
169
|
+
<a href="#eui" class="reference-link ">
|
|
170
|
+
<span class="reference-badge reference-badge--property" aria-hidden="true">P</span><span class="reference-link-label">eui</span>
|
|
171
|
+
</a>
|
|
172
|
+
</li>
|
|
173
|
+
<li>
|
|
174
|
+
<span class="modifier">Optional</span>
|
|
175
|
+
<a href="#i18n" class="reference-link ">
|
|
176
|
+
<span class="reference-badge reference-badge--property" aria-hidden="true">P</span><span class="reference-link-label">i18n</span>
|
|
177
|
+
</a>
|
|
178
|
+
</li>
|
|
179
|
+
<li>
|
|
180
|
+
<span class="modifier">Optional</span>
|
|
181
|
+
<a href="#locale" class="reference-link ">
|
|
182
|
+
<span class="reference-badge reference-badge--property" aria-hidden="true">P</span><span class="reference-link-label">locale</span>
|
|
183
|
+
</a>
|
|
184
|
+
</li>
|
|
185
|
+
<li>
|
|
186
|
+
<span class="modifier">Optional</span>
|
|
187
|
+
<a href="#showConnectionStatus" class="reference-link ">
|
|
188
|
+
<span class="reference-badge reference-badge--property" aria-hidden="true">P</span><span class="reference-link-label">showConnectionStatus</span>
|
|
189
|
+
</a>
|
|
190
|
+
</li>
|
|
191
|
+
<li>
|
|
192
|
+
<span class="modifier">Optional</span>
|
|
193
|
+
<a href="#user" class="reference-link ">
|
|
194
|
+
<span class="reference-badge reference-badge--property" aria-hidden="true">P</span><span class="reference-link-label">user</span>
|
|
195
|
+
</a>
|
|
196
|
+
</li>
|
|
197
|
+
</ul>
|
|
198
|
+
</td>
|
|
199
|
+
</tr>
|
|
200
|
+
</tbody>
|
|
201
|
+
</table>
|
|
202
|
+
</section>
|
|
197
203
|
|
|
198
204
|
|
|
199
|
-
|
|
205
|
+
<section data-compodoc="block-indexables">
|
|
200
206
|
<h3 id="inputs">Indexable</h3>
|
|
201
207
|
<table class="table table-sm table-bordered">
|
|
202
208
|
<tbody>
|
|
@@ -210,206 +216,211 @@
|
|
|
210
216
|
</table>
|
|
211
217
|
</section>
|
|
212
218
|
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
</code>
|
|
231
|
-
</td>
|
|
232
|
-
</tr>
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
<tr>
|
|
236
|
-
<td class="col-md-4">
|
|
237
|
-
<i>Type : </i> <code><a href="../interfaces/EuiGlobalConfig.html" target="_self" >EuiGlobalConfig</a></code>
|
|
238
|
-
|
|
239
|
-
</td>
|
|
240
|
-
</tr>
|
|
241
|
-
|
|
242
|
-
<tr>
|
|
243
|
-
<td class="col-md-4">
|
|
244
|
-
<i>Optional</i>
|
|
245
|
-
</td>
|
|
246
|
-
</tr>
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
</tbody>
|
|
252
|
-
</table>
|
|
253
|
-
<table class="table table-sm table-bordered">
|
|
254
|
-
<tbody>
|
|
255
|
-
<tr>
|
|
256
|
-
<td class="col-md-4">
|
|
257
|
-
<a name="i18n"></a>
|
|
258
|
-
<span class="name "><b>i18n</b>
|
|
259
|
-
<a href="#i18n">
|
|
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>i18n: <code><a href="../interfaces/I18nConfig.html" target="_self" >I18nConfig</a></code>
|
|
219
|
+
<section data-compodoc="block-properties">
|
|
220
|
+
<h3 id="inputs">Properties</h3>
|
|
221
|
+
<table class="table table-sm table-bordered">
|
|
222
|
+
<tbody>
|
|
223
|
+
<tr>
|
|
224
|
+
<td class="col-md-4">
|
|
225
|
+
<a name="eui"></a>
|
|
226
|
+
<span class="name "><b>eui</b>
|
|
227
|
+
<a href="#eui">
|
|
228
|
+
<span class="icon ion-ios-link"></span>
|
|
229
|
+
</a>
|
|
230
|
+
</span>
|
|
231
|
+
</td>
|
|
232
|
+
</tr>
|
|
233
|
+
<tr>
|
|
234
|
+
<td class="col-md-4">
|
|
235
|
+
<code>eui: <code><a href="../interfaces/EuiGlobalConfig.html" target="_self" >EuiGlobalConfig</a></code>
|
|
268
236
|
</code>
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
237
|
+
</td>
|
|
238
|
+
</tr>
|
|
239
|
+
|
|
240
|
+
|
|
241
|
+
<tr>
|
|
242
|
+
<td class="col-md-4">
|
|
243
|
+
<i>Type : </i> <code><a href="../interfaces/EuiGlobalConfig.html" target="_self" >EuiGlobalConfig</a></code>
|
|
244
|
+
|
|
245
|
+
</td>
|
|
246
|
+
</tr>
|
|
247
|
+
|
|
248
|
+
|
|
249
|
+
<tr>
|
|
250
|
+
<td class="col-md-4">
|
|
251
|
+
<i>Optional</i>
|
|
252
|
+
</td>
|
|
253
|
+
</tr>
|
|
254
|
+
|
|
255
|
+
|
|
256
|
+
|
|
257
|
+
|
|
258
|
+
</tbody>
|
|
259
|
+
</table>
|
|
260
|
+
<table class="table table-sm table-bordered">
|
|
261
|
+
<tbody>
|
|
262
|
+
<tr>
|
|
263
|
+
<td class="col-md-4">
|
|
264
|
+
<a name="i18n"></a>
|
|
265
|
+
<span class="name "><b>i18n</b>
|
|
266
|
+
<a href="#i18n">
|
|
267
|
+
<span class="icon ion-ios-link"></span>
|
|
268
|
+
</a>
|
|
269
|
+
</span>
|
|
270
|
+
</td>
|
|
271
|
+
</tr>
|
|
272
|
+
<tr>
|
|
273
|
+
<td class="col-md-4">
|
|
274
|
+
<code>i18n: <code><a href="../interfaces/I18nConfig.html" target="_self" >I18nConfig</a></code>
|
|
306
275
|
</code>
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
276
|
+
</td>
|
|
277
|
+
</tr>
|
|
278
|
+
|
|
279
|
+
|
|
280
|
+
<tr>
|
|
281
|
+
<td class="col-md-4">
|
|
282
|
+
<i>Type : </i> <code><a href="../interfaces/I18nConfig.html" target="_self" >I18nConfig</a></code>
|
|
283
|
+
|
|
284
|
+
</td>
|
|
285
|
+
</tr>
|
|
286
|
+
|
|
287
|
+
|
|
288
|
+
<tr>
|
|
289
|
+
<td class="col-md-4">
|
|
290
|
+
<i>Optional</i>
|
|
291
|
+
</td>
|
|
292
|
+
</tr>
|
|
293
|
+
|
|
294
|
+
|
|
295
|
+
|
|
296
|
+
|
|
297
|
+
</tbody>
|
|
298
|
+
</table>
|
|
299
|
+
<table class="table table-sm table-bordered">
|
|
300
|
+
<tbody>
|
|
301
|
+
<tr>
|
|
302
|
+
<td class="col-md-4">
|
|
303
|
+
<a name="locale"></a>
|
|
304
|
+
<span class="name "><b>locale</b>
|
|
305
|
+
<a href="#locale">
|
|
306
|
+
<span class="icon ion-ios-link"></span>
|
|
307
|
+
</a>
|
|
308
|
+
</span>
|
|
309
|
+
</td>
|
|
310
|
+
</tr>
|
|
311
|
+
<tr>
|
|
312
|
+
<td class="col-md-4">
|
|
313
|
+
<code>locale: <code><a href="../interfaces/LocaleServiceConfig.html" target="_self" >LocaleServiceConfig</a></code>
|
|
344
314
|
</code>
|
|
345
|
-
|
|
346
|
-
|
|
315
|
+
</td>
|
|
316
|
+
</tr>
|
|
347
317
|
|
|
348
318
|
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
319
|
+
<tr>
|
|
320
|
+
<td class="col-md-4">
|
|
321
|
+
<i>Type : </i> <code><a href="../interfaces/LocaleServiceConfig.html" target="_self" >LocaleServiceConfig</a></code>
|
|
352
322
|
|
|
353
|
-
|
|
354
|
-
|
|
323
|
+
</td>
|
|
324
|
+
</tr>
|
|
355
325
|
|
|
356
|
-
<tr>
|
|
357
|
-
<td class="col-md-4">
|
|
358
|
-
<i>Optional</i>
|
|
359
|
-
</td>
|
|
360
|
-
</tr>
|
|
361
326
|
|
|
327
|
+
<tr>
|
|
328
|
+
<td class="col-md-4">
|
|
329
|
+
<i>Optional</i>
|
|
330
|
+
</td>
|
|
331
|
+
</tr>
|
|
362
332
|
|
|
363
333
|
|
|
364
334
|
|
|
335
|
+
|
|
336
|
+
</tbody>
|
|
337
|
+
</table>
|
|
338
|
+
<table class="table table-sm table-bordered">
|
|
339
|
+
<tbody>
|
|
340
|
+
<tr>
|
|
341
|
+
<td class="col-md-4">
|
|
342
|
+
<a name="showConnectionStatus"></a>
|
|
343
|
+
<span class="name "><b>showConnectionStatus</b>
|
|
344
|
+
<a href="#showConnectionStatus">
|
|
345
|
+
<span class="icon ion-ios-link"></span>
|
|
346
|
+
</a>
|
|
347
|
+
</span>
|
|
348
|
+
</td>
|
|
349
|
+
</tr>
|
|
350
|
+
<tr>
|
|
351
|
+
<td class="col-md-4">
|
|
352
|
+
<code>showConnectionStatus: <code><a href="../interfaces/ConnectionStatus.html" target="_self" >ConnectionStatus</a></code>
|
|
353
|
+
</code>
|
|
354
|
+
</td>
|
|
355
|
+
</tr>
|
|
356
|
+
|
|
357
|
+
|
|
365
358
|
<tr>
|
|
366
359
|
<td class="col-md-4">
|
|
367
|
-
<
|
|
368
|
-
|
|
360
|
+
<i>Type : </i> <code><a href="../interfaces/ConnectionStatus.html" target="_self" >ConnectionStatus</a></code>
|
|
361
|
+
|
|
362
|
+
</td>
|
|
363
|
+
</tr>
|
|
364
|
+
|
|
365
|
+
|
|
366
|
+
<tr>
|
|
367
|
+
<td class="col-md-4">
|
|
368
|
+
<i>Optional</i>
|
|
369
369
|
</td>
|
|
370
370
|
</tr>
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
371
|
+
|
|
372
|
+
|
|
373
|
+
|
|
374
|
+
|
|
375
|
+
<tr>
|
|
376
|
+
<td class="col-md-4">
|
|
377
|
+
<div class="io-description"><p>show/hide connection status</p>
|
|
378
|
+
</div>
|
|
379
|
+
</td>
|
|
380
|
+
</tr>
|
|
381
|
+
</tbody>
|
|
382
|
+
</table>
|
|
383
|
+
<table class="table table-sm table-bordered">
|
|
384
|
+
<tbody>
|
|
385
|
+
<tr>
|
|
386
|
+
<td class="col-md-4">
|
|
387
|
+
<a name="user"></a>
|
|
388
|
+
<span class="name "><b>user</b>
|
|
389
|
+
<a href="#user">
|
|
390
|
+
<span class="icon ion-ios-link"></span>
|
|
391
|
+
</a>
|
|
392
|
+
</span>
|
|
393
|
+
</td>
|
|
394
|
+
</tr>
|
|
395
|
+
<tr>
|
|
396
|
+
<td class="col-md-4">
|
|
397
|
+
<code>user: <code><a href="../interfaces/UserConfig.html" target="_self" >UserConfig</a></code>
|
|
388
398
|
</code>
|
|
389
|
-
|
|
390
|
-
|
|
399
|
+
</td>
|
|
400
|
+
</tr>
|
|
391
401
|
|
|
392
402
|
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
403
|
+
<tr>
|
|
404
|
+
<td class="col-md-4">
|
|
405
|
+
<i>Type : </i> <code><a href="../interfaces/UserConfig.html" target="_self" >UserConfig</a></code>
|
|
406
|
+
|
|
407
|
+
</td>
|
|
408
|
+
</tr>
|
|
396
409
|
|
|
397
|
-
</td>
|
|
398
|
-
</tr>
|
|
399
410
|
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
411
|
+
<tr>
|
|
412
|
+
<td class="col-md-4">
|
|
413
|
+
<i>Optional</i>
|
|
414
|
+
</td>
|
|
415
|
+
</tr>
|
|
405
416
|
|
|
406
417
|
|
|
407
418
|
|
|
408
419
|
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
420
|
+
</tbody>
|
|
421
|
+
</table>
|
|
422
|
+
</section>
|
|
423
|
+
</div>
|
|
413
424
|
|
|
414
425
|
|
|
415
426
|
</div>
|
|
@@ -453,6 +464,24 @@
|
|
|
453
464
|
|
|
454
465
|
<script>
|
|
455
466
|
$darkModeToggleSwitchers = document.querySelectorAll('.dark-mode-switch input');
|
|
467
|
+
var updateDarkModeSwitchOffset = function () {
|
|
468
|
+
var content = document.querySelector('.content');
|
|
469
|
+
var scrollbarWidth = 0;
|
|
470
|
+
|
|
471
|
+
if (content) {
|
|
472
|
+
scrollbarWidth = Math.max(0, content.offsetWidth - content.clientWidth);
|
|
473
|
+
}
|
|
474
|
+
|
|
475
|
+
document.documentElement.style.setProperty(
|
|
476
|
+
'--content-scrollbar-width',
|
|
477
|
+
scrollbarWidth + 'px'
|
|
478
|
+
);
|
|
479
|
+
};
|
|
480
|
+
|
|
481
|
+
updateDarkModeSwitchOffset();
|
|
482
|
+
requestAnimationFrame(updateDarkModeSwitchOffset);
|
|
483
|
+
window.addEventListener('resize', updateDarkModeSwitchOffset);
|
|
484
|
+
|
|
456
485
|
checkToggle(darkModeState);
|
|
457
486
|
if ($darkModeToggleSwitchers.length > 0) {
|
|
458
487
|
for (var i = 0; i < $darkModeToggleSwitchers.length; i++) {
|
|
@@ -468,7 +497,6 @@
|
|
|
468
497
|
<script src="../js/libs/lit-html.js"></script>
|
|
469
498
|
|
|
470
499
|
<script src="../js/menu-wc.js" defer></script>
|
|
471
|
-
<script nomodule src="../js/menu-wc_es5.js" defer></script>
|
|
472
500
|
|
|
473
501
|
<script src="../js/libs/bootstrap-native.js"></script>
|
|
474
502
|
|