@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.
Files changed (156) hide show
  1. package/CHANGELOG.md +31 -0
  2. package/docs/architecture.html +223 -0
  3. package/docs/changelog.html +87 -2
  4. package/docs/classes/ActivatedRouteAction.html +70 -20
  5. package/docs/classes/AddApiQueueItemAction.html +70 -20
  6. package/docs/classes/AddAppLoadedConfigModulesAction.html +70 -20
  7. package/docs/classes/ApiQueueServiceMock.html +77 -20
  8. package/docs/classes/AsyncStorageService.html +86 -20
  9. package/docs/classes/AsyncStorageServiceMock.html +73 -17
  10. package/docs/classes/CssUtils.html +74 -20
  11. package/docs/classes/EmptyApiQueueAction.html +67 -17
  12. package/docs/classes/ErrorSubClass.html +68 -16
  13. package/docs/classes/EuiAppShellServiceMock.html +58 -20
  14. package/docs/classes/EuiCoreRootGuardClass.html +39 -8
  15. package/docs/classes/EuiError.html +69 -17
  16. package/docs/classes/I18nResourceImpl.html +50 -17
  17. package/docs/classes/InitStoreAction.html +70 -20
  18. package/docs/classes/LogServiceMock.html +67 -17
  19. package/docs/classes/RemoveApiQueueItemAction.html +67 -17
  20. package/docs/classes/StorageService.html +83 -19
  21. package/docs/classes/StorageServiceMock.html +70 -17
  22. package/docs/classes/TranslateServiceMock.html +90 -35
  23. package/docs/classes/UpdateAppConnectionAction.html +67 -17
  24. package/docs/classes/UpdateAppStatusAction.html +67 -17
  25. package/docs/classes/UpdateAppVersionAction.html +67 -17
  26. package/docs/classes/UpdateCurrentModuleAction.html +67 -17
  27. package/docs/classes/UpdateI18nStateAction.html +67 -17
  28. package/docs/classes/UpdateLocaleStateAction.html +67 -17
  29. package/docs/classes/UpdateNotificationsListAction.html +67 -17
  30. package/docs/classes/UpdateUserDashboardAction.html +67 -17
  31. package/docs/classes/UpdateUserDetailsAction.html +67 -17
  32. package/docs/classes/UpdateUserPreferencesAction.html +67 -17
  33. package/docs/classes/UpdateUserRightsAction.html +67 -17
  34. package/docs/classes/UpdateUserStateAction.html +67 -17
  35. package/docs/dependencies.html +38 -4
  36. package/docs/directives/TranslateMockDirective.html +72 -19
  37. package/docs/index.html +26 -2
  38. package/docs/injectables/ApiQueueService.html +97 -20
  39. package/docs/injectables/EuiAppShellService.html +147 -68
  40. package/docs/injectables/EuiDynamicComponentService.html +51 -18
  41. package/docs/injectables/EuiDynamicMenuService.html +67 -20
  42. package/docs/injectables/EuiGrowlService.html +85 -21
  43. package/docs/injectables/EuiLoaderService.html +65 -17
  44. package/docs/injectables/EuiPermissionService.html +95 -20
  45. package/docs/injectables/EuiThemeService.html +89 -34
  46. package/docs/injectables/EuiTimezoneService.html +51 -16
  47. package/docs/injectables/GlobalErrorHandler.html +79 -17
  48. package/docs/injectables/I18nLoader.html +53 -17
  49. package/docs/injectables/I18nService.html +101 -23
  50. package/docs/injectables/I18nServiceMock.html +96 -34
  51. package/docs/injectables/LocalForageService.html +81 -21
  52. package/docs/injectables/LocalStorageService.html +78 -21
  53. package/docs/injectables/LocaleService.html +124 -41
  54. package/docs/injectables/LocaleServiceMock.html +72 -18
  55. package/docs/injectables/LogService.html +68 -17
  56. package/docs/injectables/SessionStorageService.html +78 -21
  57. package/docs/injectables/StoreService.html +91 -22
  58. package/docs/injectables/StoreServiceMock.html +72 -17
  59. package/docs/injectables/UserService.html +97 -23
  60. package/docs/injectables/UserServiceMock.html +81 -23
  61. package/docs/interceptors/AddLangParamInterceptor.html +49 -18
  62. package/docs/interceptors/CachePreventionInterceptor.html +48 -17
  63. package/docs/interceptors/CorsSecurityInterceptor.html +48 -17
  64. package/docs/interceptors/CsrfPreventionInterceptor.html +48 -17
  65. package/docs/interceptors/EuLoginSessionTimeoutHandlingInterceptor.html +48 -17
  66. package/docs/interceptors/HttpErrorHandlerInterceptor.html +48 -17
  67. package/docs/interceptors/UxRequestErrorModelInterceptor.html +48 -17
  68. package/docs/interfaces/Action.html +158 -60
  69. package/docs/interfaces/ActionReducer.html +84 -55
  70. package/docs/interfaces/ComponentInfo.html +151 -123
  71. package/docs/interfaces/Dependency.html +278 -250
  72. package/docs/interfaces/Edit-1.html +151 -123
  73. package/docs/interfaces/Edit-2.html +151 -123
  74. package/docs/interfaces/Edit.html +151 -123
  75. package/docs/interfaces/EuiComponentEntry.html +230 -202
  76. package/docs/interfaces/EuiTimeZone.html +121 -93
  77. package/docs/interfaces/IEuiTheme.html +181 -153
  78. package/docs/interfaces/ImportToAdd.html +164 -136
  79. package/docs/interfaces/ImportsArrayInfo.html +121 -93
  80. package/docs/interfaces/Library.html +169 -137
  81. package/docs/interfaces/LoadedResources.html +164 -136
  82. package/docs/interfaces/LoadedResourcesError.html +121 -93
  83. package/docs/interfaces/MemoizedSelector.html +187 -138
  84. package/docs/interfaces/MemoizedSelectorWithProps.html +188 -139
  85. package/docs/interfaces/MigrateAllSchema.html +228 -200
  86. package/docs/interfaces/MigrationResult.html +151 -123
  87. package/docs/interfaces/ModuleLoadEvent.html +164 -136
  88. package/docs/interfaces/ModuleMapping.html +121 -93
  89. package/docs/interfaces/NgModuleInfo.html +151 -123
  90. package/docs/interfaces/Policy.html +164 -136
  91. package/docs/interfaces/ResourceError.html +170 -142
  92. package/docs/interfaces/Schema-1.html +140 -112
  93. package/docs/interfaces/Schema-10.html +140 -112
  94. package/docs/interfaces/Schema-11.html +140 -112
  95. package/docs/interfaces/Schema-12.html +140 -112
  96. package/docs/interfaces/Schema-13.html +140 -112
  97. package/docs/interfaces/Schema-14.html +140 -112
  98. package/docs/interfaces/Schema-15.html +140 -112
  99. package/docs/interfaces/Schema-16.html +140 -112
  100. package/docs/interfaces/Schema-17.html +140 -112
  101. package/docs/interfaces/Schema-18.html +140 -112
  102. package/docs/interfaces/Schema-19.html +140 -112
  103. package/docs/interfaces/Schema-2.html +141 -113
  104. package/docs/interfaces/Schema-20.html +140 -112
  105. package/docs/interfaces/Schema-3.html +180 -152
  106. package/docs/interfaces/Schema-4.html +140 -112
  107. package/docs/interfaces/Schema-5.html +140 -112
  108. package/docs/interfaces/Schema-6.html +140 -112
  109. package/docs/interfaces/Schema-7.html +140 -112
  110. package/docs/interfaces/Schema-8.html +140 -112
  111. package/docs/interfaces/Schema-9.html +140 -112
  112. package/docs/interfaces/Schema.html +184 -156
  113. package/docs/interfaces/SelectorEntry.html +230 -202
  114. package/docs/interfaces/TextChange.html +151 -123
  115. package/docs/interfaces/ThemeState.html +121 -93
  116. package/docs/interfaces/TranslationKeys.html +41 -11
  117. package/docs/interfaces/UIState.html +1669 -1641
  118. package/docs/interfaces/body.html +181 -153
  119. package/docs/js/architecture-graph.js +288 -0
  120. package/docs/js/libs/bootstrap-native.js +4 -2
  121. package/docs/js/libs/tablesort.min.js +3 -3
  122. package/docs/js/libs/tablesort.number.min.js +2 -2
  123. package/docs/js/libs/vis-network.min.js +7 -7
  124. package/docs/js/menu-wc.js +47 -14
  125. package/docs/js/routes.js +138 -37
  126. package/docs/js/search/search.js +62 -0
  127. package/docs/js/search/search_index.js +2 -2
  128. package/docs/js/tabs.js +98 -15
  129. package/docs/js/tree.js +44 -7
  130. package/docs/json/EuiPermissionService.md +1 -0
  131. package/docs/json/LocaleService.md +1 -0
  132. package/docs/json/documentation.json +7181 -1557
  133. package/docs/license.html +26 -2
  134. package/docs/llms.txt +2282 -0
  135. package/docs/miscellaneous/enumerations.html +34 -10
  136. package/docs/miscellaneous/functions.html +550 -394
  137. package/docs/miscellaneous/typealiases.html +59 -27
  138. package/docs/miscellaneous/variables.html +196 -175
  139. package/docs/modules/CoreModule.html +34 -9
  140. package/docs/modules/I18nModule.html +34 -9
  141. package/docs/modules/LogModule.html +34 -9
  142. package/docs/modules/TranslateMockModule.html +60 -13
  143. package/docs/modules.html +26 -2
  144. package/docs/overview.html +27 -3
  145. package/docs/pipes/TranslateMockPipe.html +87 -9
  146. package/docs/properties.html +27 -3
  147. package/docs/routes.html +26 -2
  148. package/docs/styles/compodoc.css +365 -44
  149. package/docs/styles/dark.css +16 -0
  150. package/docs/template-playground/hbs-render.service.ts +6 -1
  151. package/fesm2022/eui-core.mjs +26 -27
  152. package/fesm2022/eui-core.mjs.map +1 -1
  153. package/package.json +2 -2
  154. package/types/eui-core.d.ts +9 -11
  155. package/types/eui-core.d.ts.map +1 -1
  156. 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"><input type="text" placeholder="Type to search"></div> <compodoc-menu></compodoc-menu>
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>&times;</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
  ImportToAdd</li>
121
128
  </ol>
122
129
 
130
+ <div class="io-file io-file-path" data-compodoc="entity-file-path">
131
+ <span class="icon ion-ios-document" aria-hidden="true"></span>
132
+ <code>packages/core/schematics/add-eui-imports/index.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,180 +139,179 @@
127
139
  class="nav-link active"
128
140
  role="tab" id="info-tab" data-bs-toggle="tab" data-link="info">Info</a>
129
141
  </li>
142
+ <li class="nav-item">
143
+ <a href="#api"
144
+ class="nav-link"
145
+
146
+ role="tab" id="api-tab" data-bs-toggle="tab" data-link="api">API</a>
147
+ </li>
130
148
  </ul>
131
149
 
132
150
  <div class="tab-content">
133
151
  <div class="tab-pane fade active in" id="info">
134
- <p class="comment">
135
- <h3>File</h3>
136
- </p>
137
- <p class="comment">
138
- <code>packages/core/schematics/add-eui-imports/index.ts</code>
139
- </p>
140
-
141
152
 
142
153
 
143
154
 
144
- <section data-compodoc="block-index">
145
- <h3 id="index">Index</h3>
146
- <table class="table table-sm table-bordered index-table">
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
+ <a href="#importPath" class="reference-link ">
169
+ <span class="reference-badge reference-badge--property" aria-hidden="true">P</span><span class="reference-link-label">importPath</span>
170
+ </a>
171
+ </li>
172
+ <li>
173
+ <a href="#isSpread" class="reference-link ">
174
+ <span class="reference-badge reference-badge--property" aria-hidden="true">P</span><span class="reference-link-label">isSpread</span>
175
+ </a>
176
+ </li>
177
+ <li>
178
+ <a href="#symbol" class="reference-link ">
179
+ <span class="reference-badge reference-badge--property" aria-hidden="true">P</span><span class="reference-link-label">symbol</span>
180
+ </a>
181
+ </li>
182
+ </ul>
183
+ </td>
184
+ </tr>
185
+ </tbody>
186
+ </table>
187
+ </section>
188
+
189
+
190
+
191
+ <section data-compodoc="block-properties">
192
+ <h3 id="inputs">Properties</h3>
193
+ <table class="table table-sm table-bordered">
147
194
  <tbody>
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">
156
- <li>
157
- <a href="#importPath"
158
- >
159
- importPath
160
- </a>
161
- </li>
162
- <li>
163
- <a href="#isSpread"
164
- >
165
- isSpread
166
- </a>
167
- </li>
168
- <li>
169
- <a href="#symbol"
170
- >
171
- symbol
172
- </a>
173
- </li>
174
- </ul>
175
- </td>
176
- </tr>
177
- </tbody>
178
- </table>
179
- </section>
180
-
181
-
182
-
183
- <section data-compodoc="block-properties">
184
- <h3 id="inputs">Properties</h3>
185
- <table class="table table-sm table-bordered">
186
- <tbody>
187
- <tr>
188
- <td class="col-md-4">
189
- <a name="importPath"></a>
190
- <span class="name "><b>importPath</b>
191
- <a href="#importPath">
192
- <span class="icon ion-ios-link"></span>
193
- </a>
194
- </span>
195
- </td>
196
- </tr>
197
- <tr>
198
- <td class="col-md-4">
199
- <code>importPath: <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
195
+ <tr>
196
+ <td class="col-md-4">
197
+ <a name="importPath"></a>
198
+ <span class="name "><b>importPath</b>
199
+ <a href="#importPath">
200
+ <span class="icon ion-ios-link"></span>
201
+ </a>
202
+ </span>
203
+ </td>
204
+ </tr>
205
+ <tr>
206
+ <td class="col-md-4">
207
+ <code>importPath: <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
200
208
  </code>
201
- </td>
202
- </tr>
209
+ </td>
210
+ </tr>
203
211
 
204
212
 
205
- <tr>
206
- <td class="col-md-4">
207
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
213
+ <tr>
214
+ <td class="col-md-4">
215
+ <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
216
+
217
+ </td>
218
+ </tr>
208
219
 
209
- </td>
210
- </tr>
211
220
 
212
221
 
213
222
 
214
223
 
215
224
 
225
+ <tr>
226
+ <td class="col-md-4">
227
+ <div class="io-description"><p>ES import path</p>
228
+ </div>
229
+ </td>
230
+ </tr>
231
+ </tbody>
232
+ </table>
233
+ <table class="table table-sm table-bordered">
234
+ <tbody>
235
+ <tr>
236
+ <td class="col-md-4">
237
+ <a name="isSpread"></a>
238
+ <span class="name "><b>isSpread</b>
239
+ <a href="#isSpread">
240
+ <span class="icon ion-ios-link"></span>
241
+ </a>
242
+ </span>
243
+ </td>
244
+ </tr>
245
+ <tr>
246
+ <td class="col-md-4">
247
+ <code>isSpread: <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
248
+ </code>
249
+ </td>
250
+ </tr>
251
+
252
+
216
253
  <tr>
217
254
  <td class="col-md-4">
218
- <div class="io-description"><p>ES import path</p>
219
- </div>
255
+ <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
256
+
220
257
  </td>
221
258
  </tr>
222
- </tbody>
223
- </table>
224
- <table class="table table-sm table-bordered">
225
- <tbody>
226
- <tr>
227
- <td class="col-md-4">
228
- <a name="isSpread"></a>
229
- <span class="name "><b>isSpread</b>
230
- <a href="#isSpread">
231
- <span class="icon ion-ios-link"></span>
232
- </a>
233
- </span>
234
- </td>
235
- </tr>
236
- <tr>
237
- <td class="col-md-4">
238
- <code>isSpread: <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
239
- </code>
240
- </td>
241
- </tr>
242
259
 
243
260
 
244
- <tr>
245
- <td class="col-md-4">
246
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
247
261
 
248
- </td>
249
- </tr>
250
262
 
251
263
 
252
264
 
265
+ <tr>
266
+ <td class="col-md-4">
267
+ <div class="io-description"><p>Whether this should be spread (...EUI_BUTTON)</p>
268
+ </div>
269
+ </td>
270
+ </tr>
271
+ </tbody>
272
+ </table>
273
+ <table class="table table-sm table-bordered">
274
+ <tbody>
275
+ <tr>
276
+ <td class="col-md-4">
277
+ <a name="symbol"></a>
278
+ <span class="name "><b>symbol</b>
279
+ <a href="#symbol">
280
+ <span class="icon ion-ios-link"></span>
281
+ </a>
282
+ </span>
283
+ </td>
284
+ </tr>
285
+ <tr>
286
+ <td class="col-md-4">
287
+ <code>symbol: <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
288
+ </code>
289
+ </td>
290
+ </tr>
253
291
 
254
292
 
255
293
  <tr>
256
294
  <td class="col-md-4">
257
- <div class="io-description"><p>Whether this should be spread (...EUI_BUTTON)</p>
258
- </div>
295
+ <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
296
+
259
297
  </td>
260
298
  </tr>
261
- </tbody>
262
- </table>
263
- <table class="table table-sm table-bordered">
264
- <tbody>
265
- <tr>
266
- <td class="col-md-4">
267
- <a name="symbol"></a>
268
- <span class="name "><b>symbol</b>
269
- <a href="#symbol">
270
- <span class="icon ion-ios-link"></span>
271
- </a>
272
- </span>
273
- </td>
274
- </tr>
275
- <tr>
276
- <td class="col-md-4">
277
- <code>symbol: <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
278
- </code>
279
- </td>
280
- </tr>
281
-
282
299
 
283
- <tr>
284
- <td class="col-md-4">
285
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
286
300
 
287
- </td>
288
- </tr>
289
301
 
290
302
 
291
303
 
292
304
 
293
-
294
- <tr>
295
- <td class="col-md-4">
296
- <div class="io-description"><p>The symbol to add to imports array (class name or array name for spread)</p>
305
+ <tr>
306
+ <td class="col-md-4">
307
+ <div class="io-description"><p>The symbol to add to imports array (class name or array name for spread)</p>
308
+ </div>
309
+ </td>
310
+ </tr>
311
+ </tbody>
312
+ </table>
313
+ </section>
297
314
  </div>
298
- </td>
299
- </tr>
300
- </tbody>
301
- </table>
302
- </section>
303
- </div>
304
315
 
305
316
 
306
317
  </div>
@@ -344,6 +355,24 @@
344
355
 
345
356
  <script>
346
357
  $darkModeToggleSwitchers = document.querySelectorAll('.dark-mode-switch input');
358
+ var updateDarkModeSwitchOffset = function () {
359
+ var content = document.querySelector('.content');
360
+ var scrollbarWidth = 0;
361
+
362
+ if (content) {
363
+ scrollbarWidth = Math.max(0, content.offsetWidth - content.clientWidth);
364
+ }
365
+
366
+ document.documentElement.style.setProperty(
367
+ '--content-scrollbar-width',
368
+ scrollbarWidth + 'px'
369
+ );
370
+ };
371
+
372
+ updateDarkModeSwitchOffset();
373
+ requestAnimationFrame(updateDarkModeSwitchOffset);
374
+ window.addEventListener('resize', updateDarkModeSwitchOffset);
375
+
347
376
  checkToggle(darkModeState);
348
377
  if ($darkModeToggleSwitchers.length > 0) {
349
378
  for (var i = 0; i < $darkModeToggleSwitchers.length; i++) {
@@ -359,7 +388,6 @@
359
388
  <script src="../js/libs/lit-html.js"></script>
360
389
 
361
390
  <script src="../js/menu-wc.js" defer></script>
362
- <script nomodule src="../js/menu-wc_es5.js" defer></script>
363
391
 
364
392
  <script src="../js/libs/bootstrap-native.js"></script>
365
393
 
@@ -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"><input type="text" placeholder="Type to search"></div> <compodoc-menu></compodoc-menu>
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>&times;</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
  ImportsArrayInfo</li>
121
128
  </ol>
122
129
 
130
+ <div class="io-file io-file-path" data-compodoc="entity-file-path">
131
+ <span class="icon ion-ios-document" aria-hidden="true"></span>
132
+ <code>packages/core/schematics/add-eui-imports/index.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,123 +139,122 @@
127
139
  class="nav-link active"
128
140
  role="tab" id="info-tab" data-bs-toggle="tab" data-link="info">Info</a>
129
141
  </li>
142
+ <li class="nav-item">
143
+ <a href="#api"
144
+ class="nav-link"
145
+
146
+ role="tab" id="api-tab" data-bs-toggle="tab" data-link="api">API</a>
147
+ </li>
130
148
  </ul>
131
149
 
132
150
  <div class="tab-content">
133
151
  <div class="tab-pane fade active in" id="info">
134
- <p class="comment">
135
- <h3>File</h3>
136
- </p>
137
- <p class="comment">
138
- <code>packages/core/schematics/add-eui-imports/index.ts</code>
139
- </p>
140
152
 
141
153
 
142
154
 
143
-
144
- <section data-compodoc="block-index">
145
- <h3 id="index">Index</h3>
146
- <table class="table table-sm table-bordered index-table">
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
+ <a href="#arrayNode" class="reference-link ">
169
+ <span class="reference-badge reference-badge--property" aria-hidden="true">P</span><span class="reference-link-label">arrayNode</span>
170
+ </a>
171
+ </li>
172
+ <li>
173
+ <a href="#decoratorType" class="reference-link ">
174
+ <span class="reference-badge reference-badge--property" aria-hidden="true">P</span><span class="reference-link-label">decoratorType</span>
175
+ </a>
176
+ </li>
177
+ </ul>
178
+ </td>
179
+ </tr>
180
+ </tbody>
181
+ </table>
182
+ </section>
183
+
184
+
185
+
186
+ <section data-compodoc="block-properties">
187
+ <h3 id="inputs">Properties</h3>
188
+ <table class="table table-sm table-bordered">
147
189
  <tbody>
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">
156
- <li>
157
- <a href="#arrayNode"
158
- >
159
- arrayNode
160
- </a>
161
- </li>
162
- <li>
163
- <a href="#decoratorType"
164
- >
165
- decoratorType
166
- </a>
167
- </li>
168
- </ul>
169
- </td>
170
- </tr>
171
- </tbody>
172
- </table>
173
- </section>
174
-
175
-
176
-
177
- <section data-compodoc="block-properties">
178
- <h3 id="inputs">Properties</h3>
179
- <table class="table table-sm table-bordered">
180
- <tbody>
181
- <tr>
182
- <td class="col-md-4">
183
- <a name="arrayNode"></a>
184
- <span class="name "><b>arrayNode</b>
185
- <a href="#arrayNode">
186
- <span class="icon ion-ios-link"></span>
187
- </a>
188
- </span>
189
- </td>
190
- </tr>
191
- <tr>
192
- <td class="col-md-4">
193
- <code>arrayNode: <code>ts.ArrayLiteralExpression</code>
190
+ <tr>
191
+ <td class="col-md-4">
192
+ <a name="arrayNode"></a>
193
+ <span class="name "><b>arrayNode</b>
194
+ <a href="#arrayNode">
195
+ <span class="icon ion-ios-link"></span>
196
+ </a>
197
+ </span>
198
+ </td>
199
+ </tr>
200
+ <tr>
201
+ <td class="col-md-4">
202
+ <code>arrayNode: <code>ts.ArrayLiteralExpression</code>
194
203
  </code>
195
- </td>
196
- </tr>
204
+ </td>
205
+ </tr>
197
206
 
198
207
 
199
- <tr>
200
- <td class="col-md-4">
201
- <i>Type : </i> <code>ts.ArrayLiteralExpression</code>
208
+ <tr>
209
+ <td class="col-md-4">
210
+ <i>Type : </i> <code>ts.ArrayLiteralExpression</code>
202
211
 
203
- </td>
204
- </tr>
212
+ </td>
213
+ </tr>
205
214
 
206
215
 
207
216
 
208
217
 
209
218
 
210
- </tbody>
211
- </table>
212
- <table class="table table-sm table-bordered">
213
- <tbody>
214
- <tr>
215
- <td class="col-md-4">
216
- <a name="decoratorType"></a>
217
- <span class="name "><b>decoratorType</b>
218
- <a href="#decoratorType">
219
- <span class="icon ion-ios-link"></span>
220
- </a>
221
- </span>
222
- </td>
223
- </tr>
224
- <tr>
225
- <td class="col-md-4">
226
- <code>decoratorType: <code>&quot;Component&quot; | &quot;NgModule&quot;</code>
219
+
220
+ </tbody>
221
+ </table>
222
+ <table class="table table-sm table-bordered">
223
+ <tbody>
224
+ <tr>
225
+ <td class="col-md-4">
226
+ <a name="decoratorType"></a>
227
+ <span class="name "><b>decoratorType</b>
228
+ <a href="#decoratorType">
229
+ <span class="icon ion-ios-link"></span>
230
+ </a>
231
+ </span>
232
+ </td>
233
+ </tr>
234
+ <tr>
235
+ <td class="col-md-4">
236
+ <code>decoratorType: <code>&quot;Component&quot; | &quot;NgModule&quot;</code>
227
237
  </code>
228
- </td>
229
- </tr>
238
+ </td>
239
+ </tr>
230
240
 
231
241
 
232
- <tr>
233
- <td class="col-md-4">
234
- <i>Type : </i> <code>&quot;Component&quot; | &quot;NgModule&quot;</code>
242
+ <tr>
243
+ <td class="col-md-4">
244
+ <i>Type : </i> <code>&quot;Component&quot; | &quot;NgModule&quot;</code>
235
245
 
236
- </td>
237
- </tr>
246
+ </td>
247
+ </tr>
238
248
 
239
249
 
240
250
 
241
251
 
242
252
 
243
- </tbody>
244
- </table>
245
- </section>
246
- </div>
253
+
254
+ </tbody>
255
+ </table>
256
+ </section>
257
+ </div>
247
258
 
248
259
 
249
260
  </div>
@@ -287,6 +298,24 @@
287
298
 
288
299
  <script>
289
300
  $darkModeToggleSwitchers = document.querySelectorAll('.dark-mode-switch input');
301
+ var updateDarkModeSwitchOffset = function () {
302
+ var content = document.querySelector('.content');
303
+ var scrollbarWidth = 0;
304
+
305
+ if (content) {
306
+ scrollbarWidth = Math.max(0, content.offsetWidth - content.clientWidth);
307
+ }
308
+
309
+ document.documentElement.style.setProperty(
310
+ '--content-scrollbar-width',
311
+ scrollbarWidth + 'px'
312
+ );
313
+ };
314
+
315
+ updateDarkModeSwitchOffset();
316
+ requestAnimationFrame(updateDarkModeSwitchOffset);
317
+ window.addEventListener('resize', updateDarkModeSwitchOffset);
318
+
290
319
  checkToggle(darkModeState);
291
320
  if ($darkModeToggleSwitchers.length > 0) {
292
321
  for (var i = 0; i < $darkModeToggleSwitchers.length; i++) {
@@ -302,7 +331,6 @@
302
331
  <script src="../js/libs/lit-html.js"></script>
303
332
 
304
333
  <script src="../js/menu-wc.js" defer></script>
305
- <script nomodule src="../js/menu-wc_es5.js" defer></script>
306
334
 
307
335
  <script src="../js/libs/bootstrap-native.js"></script>
308
336