@eui/mobile-core 18.0.0-next.1 → 18.0.0-next.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 (132) hide show
  1. package/docs/components/EuiMUserProfileActionComponent.html +2 -2
  2. package/docs/components/EuiMUserProfileAvatarComponent.html +2 -2
  3. package/docs/components/EuiMUserProfileInfosComponent.html +2 -2
  4. package/docs/components/EuiMUserProfileInfosItemComponent.html +2 -2
  5. package/docs/components/EuimAboutComponent.html +2 -2
  6. package/docs/components/EuimAboutContentLoadingComponent.html +2 -2
  7. package/docs/components/EuimAlertMessageComponent.html +2 -2
  8. package/docs/components/EuimAppComponent.html +2 -2
  9. package/docs/components/EuimAvatarBadgeComponent.html +395 -0
  10. package/docs/components/EuimAvatarComponent.html +192 -35
  11. package/docs/components/EuimAvatarIconComponent.html +36 -205
  12. package/docs/components/EuimAvatarIconSubComponent.html +541 -0
  13. package/docs/components/EuimAvatarImageComponent.html +416 -0
  14. package/docs/components/EuimAvatarTextComponent.html +445 -0
  15. package/docs/components/EuimBadgeComponent.html +2 -2
  16. package/docs/components/EuimCardComponent.html +2 -2
  17. package/docs/components/EuimCardListComponent.html +2 -2
  18. package/docs/components/EuimChangelogComponent.html +2 -2
  19. package/docs/components/EuimChipSelectorComponent.html +2 -2
  20. package/docs/components/EuimDataSummaryColComponent.html +2 -2
  21. package/docs/components/EuimDataSummaryComponent.html +2 -2
  22. package/docs/components/EuimEmptyListPlaceholderComponent.html +2 -2
  23. package/docs/components/EuimHeaderDetailsComponent.html +2 -2
  24. package/docs/components/EuimHelpSupportComponent.html +3 -3
  25. package/docs/components/EuimLabelComponent.html +2 -2
  26. package/docs/components/EuimLanguageListComponent.html +3 -3
  27. package/docs/components/EuimLanguageSelectorComponent.html +2 -2
  28. package/docs/components/EuimMediaHeaderComponent.html +2 -2
  29. package/docs/components/EuimMessageComponent.html +2 -2
  30. package/docs/components/EuimMessageTitleComponent.html +2 -2
  31. package/docs/components/EuimMultiselectComponent.html +2 -2
  32. package/docs/components/EuimMultiselectFilterComponent.html +2 -2
  33. package/docs/components/EuimMultiselectInfoComponent.html +2 -2
  34. package/docs/components/EuimMultiselectListComponent.html +2 -2
  35. package/docs/components/EuimMultiselectToolbarComponent.html +2 -2
  36. package/docs/components/EuimNotificationItemComponent.html +2 -2
  37. package/docs/components/EuimOpenSourceLicencesComponent.html +2 -2
  38. package/docs/components/EuimPdfViewerComponent.html +2 -2
  39. package/docs/components/EuimScrollerXComponent.html +2 -2
  40. package/docs/components/EuimSidebarComponent.html +2 -2
  41. package/docs/components/EuimSidebarContentComponent.html +2 -2
  42. package/docs/components/EuimSkeletonListComponent.html +2 -2
  43. package/docs/components/EuimSkeletonListItemComponent.html +2 -2
  44. package/docs/components/EuimSlideInfoScreenComponent.html +2 -2
  45. package/docs/components/EuimSliderInfoScreenComponent.html +2 -2
  46. package/docs/components/EuimSpinnerComponent.html +2 -2
  47. package/docs/components/EuimSpinnerDescriptionComponent.html +2 -2
  48. package/docs/components/EuimSpinnerMessageComponent.html +2 -2
  49. package/docs/components/EuimToolbarActionItemsComponent.html +2 -2
  50. package/docs/components/EuimToolbarComponent.html +2 -2
  51. package/docs/components/EuimToolbarDatepickerComponent.html +3 -3
  52. package/docs/components/EuimToolbarTitleComponent.html +2 -2
  53. package/docs/components/EuimUserProfileComponent.html +2 -2
  54. package/docs/dependencies.html +5 -7
  55. package/docs/{modules/EuimAvatarIconModule.html → directives/EuimSidebarFooterNoBordersDirective.html} +157 -39
  56. package/docs/index.html +3 -3
  57. package/docs/js/menu-wc.js +37 -48
  58. package/docs/js/menu-wc_es5.js +1 -1
  59. package/docs/js/search/search_index.js +2 -2
  60. package/docs/miscellaneous/variables.html +4 -39
  61. package/docs/modules/EuimAboutModule.html +1 -1
  62. package/docs/modules/EuimAllModule.html +6 -6
  63. package/docs/modules/EuimAvatarModule.html +16 -10
  64. package/docs/modules/EuimLanguageSelectorModule.html +1 -1
  65. package/docs/modules/EuimSidebarModule.html +1 -1
  66. package/docs/modules/EuimToolbarDatepickerModule.html +1 -1
  67. package/docs/modules.html +0 -12
  68. package/esm2022/lib/components/directives/euim-sidebar-footer/euim-sidebar-footer.directive.mjs +20 -0
  69. package/esm2022/lib/components/euim-about/euim-about.module.mjs +5 -5
  70. package/esm2022/lib/components/euim-about/euim-help-support/euim-help-support.component.mjs +7 -6
  71. package/esm2022/lib/components/euim-avatar/euim-avatar-badge/euim-avatar-badge.component.mjs +25 -0
  72. package/esm2022/lib/components/euim-avatar/euim-avatar-icon/euim-avatar-icon.component.mjs +17 -0
  73. package/esm2022/lib/components/euim-avatar/euim-avatar-icon-sub/euim-avatar-icon-sub.component.mjs +44 -0
  74. package/esm2022/lib/components/euim-avatar/euim-avatar-image/euim-avatar-image.component.mjs +19 -0
  75. package/esm2022/lib/components/euim-avatar/euim-avatar-text/euim-avatar-text.component.mjs +28 -0
  76. package/esm2022/lib/components/euim-avatar/euim-avatar.component.mjs +33 -6
  77. package/esm2022/lib/components/euim-avatar/euim-avatar.module.mjs +28 -14
  78. package/esm2022/lib/components/euim-avatar/index.mjs +6 -3
  79. package/esm2022/lib/components/euim-badge/euim-badge.component.mjs +2 -2
  80. package/esm2022/lib/components/euim-data-summary/euim-data-summary.component.mjs +2 -2
  81. package/esm2022/lib/components/euim-toolbar-datepicker/euim-toolbar-datepicker.component.mjs +7 -6
  82. package/esm2022/lib/components/euim-toolbar-datepicker/euim-toolbar-datepicker.module.mjs +5 -5
  83. package/esm2022/lib/components/index.mjs +4 -4
  84. package/esm2022/lib/components/layout/euim-language-selector/euim-language-list.component.mjs +7 -6
  85. package/esm2022/lib/components/layout/euim-language-selector/euim-language-selector.module.mjs +5 -5
  86. package/esm2022/lib/components/layout/euim-sidebar/euim-sidebar.component.mjs +2 -2
  87. package/esm2022/lib/components/layout/euim-sidebar/euim-sidebar.module.mjs +5 -5
  88. package/esm2022/lib/euim-all.module.mjs +15 -17
  89. package/fesm2022/eui-mobile-core.mjs +368 -290
  90. package/fesm2022/eui-mobile-core.mjs.map +1 -1
  91. package/lib/components/directives/euim-sidebar-footer/euim-sidebar-footer.directive.d.ts +7 -0
  92. package/lib/components/directives/euim-sidebar-footer/euim-sidebar-footer.directive.d.ts.map +1 -0
  93. package/lib/components/euim-about/euim-about.module.d.ts +2 -2
  94. package/lib/components/euim-avatar/euim-avatar-badge/euim-avatar-badge.component.d.ts +8 -0
  95. package/lib/components/euim-avatar/euim-avatar-badge/euim-avatar-badge.component.d.ts.map +1 -0
  96. package/lib/components/euim-avatar/euim-avatar-icon/euim-avatar-icon.component.d.ts +7 -0
  97. package/lib/components/euim-avatar/euim-avatar-icon/euim-avatar-icon.component.d.ts.map +1 -0
  98. package/lib/components/euim-avatar/euim-avatar-icon-sub/euim-avatar-icon-sub.component.d.ts +13 -0
  99. package/lib/components/euim-avatar/euim-avatar-icon-sub/euim-avatar-icon-sub.component.d.ts.map +1 -0
  100. package/lib/components/euim-avatar/euim-avatar-image/euim-avatar-image.component.d.ts +8 -0
  101. package/lib/components/euim-avatar/euim-avatar-image/euim-avatar-image.component.d.ts.map +1 -0
  102. package/lib/components/euim-avatar/euim-avatar-text/euim-avatar-text.component.d.ts +9 -0
  103. package/lib/components/euim-avatar/euim-avatar-text/euim-avatar-text.component.d.ts.map +1 -0
  104. package/lib/components/euim-avatar/euim-avatar.component.d.ts +8 -2
  105. package/lib/components/euim-avatar/euim-avatar.component.d.ts.map +1 -1
  106. package/lib/components/euim-avatar/euim-avatar.module.d.ts +8 -5
  107. package/lib/components/euim-avatar/euim-avatar.module.d.ts.map +1 -1
  108. package/lib/components/euim-avatar/index.d.ts +5 -2
  109. package/lib/components/euim-avatar/index.d.ts.map +1 -1
  110. package/lib/components/euim-toolbar-datepicker/euim-toolbar-datepicker.module.d.ts +2 -2
  111. package/lib/components/index.d.ts +3 -3
  112. package/lib/components/index.d.ts.map +1 -1
  113. package/lib/components/layout/euim-language-selector/euim-language-selector.module.d.ts +2 -2
  114. package/lib/components/layout/euim-sidebar/euim-sidebar.module.d.ts +2 -2
  115. package/lib/euim-all.module.d.ts +26 -26
  116. package/lib/euim-all.module.d.ts.map +1 -1
  117. package/package.json +1 -4
  118. package/esm2022/lib/components/euim-avatar/euim-avatar-main-icon/euim-avatar-main-icon.directive.mjs +0 -19
  119. package/esm2022/lib/components/euim-avatar/euim-avatar-sub-icon/euim-avatar-sub-icon.directive.mjs +0 -19
  120. package/esm2022/lib/components/euim-avatar-icon/euim-avatar-icon.component.mjs +0 -44
  121. package/esm2022/lib/components/euim-avatar-icon/euim-avatar-icon.module.mjs +0 -28
  122. package/esm2022/lib/components/euim-avatar-icon/index.mjs +0 -3
  123. package/lib/components/euim-avatar/euim-avatar-main-icon/euim-avatar-main-icon.directive.d.ts +0 -7
  124. package/lib/components/euim-avatar/euim-avatar-main-icon/euim-avatar-main-icon.directive.d.ts.map +0 -1
  125. package/lib/components/euim-avatar/euim-avatar-sub-icon/euim-avatar-sub-icon.directive.d.ts +0 -7
  126. package/lib/components/euim-avatar/euim-avatar-sub-icon/euim-avatar-sub-icon.directive.d.ts.map +0 -1
  127. package/lib/components/euim-avatar-icon/euim-avatar-icon.component.d.ts +0 -13
  128. package/lib/components/euim-avatar-icon/euim-avatar-icon.component.d.ts.map +0 -1
  129. package/lib/components/euim-avatar-icon/euim-avatar-icon.module.d.ts +0 -10
  130. package/lib/components/euim-avatar-icon/euim-avatar-icon.module.d.ts.map +0 -1
  131. package/lib/components/euim-avatar-icon/index.d.ts +0 -3
  132. package/lib/components/euim-avatar-icon/index.d.ts.map +0 -1
@@ -169,23 +169,48 @@
169
169
  <h3 id="index">Index</h3>
170
170
  <table class="table table-sm table-bordered index-table">
171
171
  <tbody>
172
+
172
173
  <tr>
173
174
  <td class="col-md-4">
174
- <h6><b>Properties</b></h6>
175
+ <h6><b>Methods</b></h6>
175
176
  </td>
176
177
  </tr>
177
178
  <tr>
178
179
  <td class="col-md-4">
179
180
  <ul class="index-list">
180
181
  <li>
181
- <span class="modifier"></span>
182
- <a href="#className" >className</a>
182
+ <a href="#getCssClasses" >getCssClasses</a>
183
183
  </li>
184
184
  </ul>
185
185
  </td>
186
186
  </tr>
187
187
 
188
-
188
+ <tr>
189
+ <td class="col-md-4">
190
+ <h6><b>Inputs</b></h6>
191
+ </td>
192
+ </tr>
193
+ <tr>
194
+ <td class="col-md-4">
195
+ <ul class="index-list">
196
+ <li>
197
+ <a href="#borderColor" >borderColor</a>
198
+ </li>
199
+ <li>
200
+ <a href="#color" >color</a>
201
+ </li>
202
+ <li>
203
+ <a href="#fill" >fill</a>
204
+ </li>
205
+ <li>
206
+ <a href="#size" >size</a>
207
+ </li>
208
+ <li>
209
+ <a href="#variant" >variant</a>
210
+ </li>
211
+ </ul>
212
+ </td>
213
+ </tr>
189
214
 
190
215
 
191
216
  <tr>
@@ -204,12 +229,133 @@
204
229
  </tr>
205
230
 
206
231
 
232
+ <tr>
233
+ <td class="col-md-4">
234
+ <h6><b>Accessors</b></h6>
235
+ </td>
236
+ </tr>
237
+ <tr>
238
+ <td class="col-md-4">
239
+ <ul class="index-list">
240
+ <li>
241
+ <a href="#cssClasses" >cssClasses</a>
242
+ </li>
243
+ </ul>
244
+ </td>
245
+ </tr>
207
246
  </tbody>
208
247
  </table>
209
248
  </section>
210
249
 
211
250
 
251
+ <section data-compodoc="block-inputs">
252
+ <h3 id="inputs">Inputs</h3>
253
+ <table class="table table-sm table-bordered">
254
+ <tbody>
255
+ <tr>
256
+ <td class="col-md-4">
257
+ <a name="borderColor"></a>
258
+ <b>borderColor</b>
259
+ </td>
260
+ </tr>
261
+ <tr>
262
+ <td class="col-md-4">
263
+ <i>Type : </i> <code>&quot;default&quot; | &quot;primary&quot; | &quot;info&quot; | &quot;success&quot; | &quot;danger&quot; | &quot;white&quot;</code>
212
264
 
265
+ </td>
266
+ </tr>
267
+ <tr>
268
+ <td class="col-md-4">
269
+ <i>Default value : </i><code>&#x27;default&#x27;</code>
270
+ </td>
271
+ </tr>
272
+ </tbody>
273
+ </table>
274
+ <table class="table table-sm table-bordered">
275
+ <tbody>
276
+ <tr>
277
+ <td class="col-md-4">
278
+ <a name="color"></a>
279
+ <b>color</b>
280
+ </td>
281
+ </tr>
282
+ <tr>
283
+ <td class="col-md-4">
284
+ <i>Type : </i> <code>&quot;default&quot; | &quot;dark&quot; | &quot;white&quot; | &quot;primary&quot; | &quot;info&quot; | &quot;success&quot; | &quot;accent&quot; | &quot;secondary&quot; | &quot;warning&quot; | &quot;danger&quot;</code>
285
+
286
+ </td>
287
+ </tr>
288
+ <tr>
289
+ <td class="col-md-4">
290
+ <i>Default value : </i><code>&#x27;default&#x27;</code>
291
+ </td>
292
+ </tr>
293
+ </tbody>
294
+ </table>
295
+ <table class="table table-sm table-bordered">
296
+ <tbody>
297
+ <tr>
298
+ <td class="col-md-4">
299
+ <a name="fill"></a>
300
+ <b>fill</b>
301
+ </td>
302
+ </tr>
303
+ <tr>
304
+ <td class="col-md-4">
305
+ <i>Type : </i> <code>&quot;default&quot; | &quot;clear&quot; | &quot;outline&quot; | &quot;outline-solid&quot; | &quot;solid&quot;</code>
306
+
307
+ </td>
308
+ </tr>
309
+ <tr>
310
+ <td class="col-md-4">
311
+ <i>Default value : </i><code>&#x27;default&#x27;</code>
312
+ </td>
313
+ </tr>
314
+ </tbody>
315
+ </table>
316
+ <table class="table table-sm table-bordered">
317
+ <tbody>
318
+ <tr>
319
+ <td class="col-md-4">
320
+ <a name="size"></a>
321
+ <b>size</b>
322
+ </td>
323
+ </tr>
324
+ <tr>
325
+ <td class="col-md-4">
326
+ <i>Type : </i> <code>&quot;default&quot; | &quot;auto&quot; | &quot;s&quot; | &quot;m&quot; | &quot;l&quot;</code>
327
+
328
+ </td>
329
+ </tr>
330
+ <tr>
331
+ <td class="col-md-4">
332
+ <i>Default value : </i><code>&#x27;default&#x27;</code>
333
+ </td>
334
+ </tr>
335
+ </tbody>
336
+ </table>
337
+ <table class="table table-sm table-bordered">
338
+ <tbody>
339
+ <tr>
340
+ <td class="col-md-4">
341
+ <a name="variant"></a>
342
+ <b>variant</b>
343
+ </td>
344
+ </tr>
345
+ <tr>
346
+ <td class="col-md-4">
347
+ <i>Type : </i> <code>&quot;default&quot; | &quot;rounded&quot; | &quot;rectangle&quot;</code>
348
+
349
+ </td>
350
+ </tr>
351
+ <tr>
352
+ <td class="col-md-4">
353
+ <i>Default value : </i><code>&#x27;default&#x27;</code>
354
+ </td>
355
+ </tr>
356
+ </tbody>
357
+ </table>
358
+ </section>
213
359
 
214
360
  <section data-compodoc="block-properties">
215
361
  <h3>HostBindings</h3> <table class="table table-sm table-bordered">
@@ -229,11 +375,6 @@
229
375
 
230
376
  </td>
231
377
  </tr>
232
- <tr>
233
- <td class="col-md-4">
234
- <i>Default value : </i><code>&#x27;euim-avatar&#x27;</code>
235
- </td>
236
- </tr>
237
378
 
238
379
 
239
380
  </tbody>
@@ -241,50 +382,66 @@
241
382
  </section>
242
383
 
243
384
 
244
-
245
- <section data-compodoc="block-properties">
385
+ <section data-compodoc="block-methods">
246
386
 
247
- <h3 id="inputs">
248
- Properties
387
+ <h3 id="methods">
388
+ Methods
249
389
  </h3>
250
390
  <table class="table table-sm table-bordered">
251
391
  <tbody>
252
392
  <tr>
253
393
  <td class="col-md-4">
254
- <a name="className"></a>
394
+ <a name="getCssClasses"></a>
255
395
  <span class="name">
256
- <span class="modifier"></span>
257
- <span ><b>className</b></span>
258
- <a href="#className"><span class="icon ion-ios-link"></span></a>
396
+ <span ><b>getCssClasses</b></span>
397
+ <a href="#getCssClasses"><span class="icon ion-ios-link"></span></a>
259
398
  </span>
260
399
  </td>
261
400
  </tr>
262
- <tr>
263
- <td class="col-md-4">
264
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
401
+ <tr>
402
+ <td class="col-md-4">
403
+ <code>getCssClasses()</code>
404
+ </td>
405
+ </tr>
265
406
 
266
- </td>
267
- </tr>
407
+
408
+
409
+
410
+ <tr>
411
+ <td class="col-md-4">
412
+
413
+ <div class="io-description">
414
+ <b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
415
+
416
+ </div>
417
+ </td>
418
+ </tr>
419
+ </tbody>
420
+ </table>
421
+ </section>
422
+
423
+ <section data-compodoc="block-accessors">
424
+ <h3 id="accessors">
425
+ Accessors
426
+ </h3>
427
+ <table class="table table-sm table-bordered">
428
+ <tbody>
268
429
  <tr>
269
430
  <td class="col-md-4">
270
- <i>Default value : </i><code>&#x27;euim-avatar&#x27;</code>
431
+ <a name="cssClasses"></a>
432
+ <span class="name"><b>cssClasses</b><a href="#cssClasses"><span class="icon ion-ios-link"></span></a></span>
271
433
  </td>
272
434
  </tr>
435
+
273
436
  <tr>
274
437
  <td class="col-md-4">
275
- <b>Decorators : </b>
276
- <br />
277
- <code>
278
- @HostBinding(&#x27;class&#x27;)<br />
279
- </code>
438
+ <span class="accessor"><b>get</b><code>cssClasses()</code></span>
280
439
  </td>
281
440
  </tr>
282
441
 
283
-
284
- </tbody>
285
- </table>
442
+ </tbody>
443
+ </table>
286
444
  </section>
287
-
288
445
  </div>
289
446
 
290
447
 
@@ -299,9 +456,9 @@
299
456
  <script src="../js/libs/htmlparser.js"></script>
300
457
  <script src="../js/libs/deep-iterator.js"></script>
301
458
  <script>
302
- var COMPONENT_TEMPLATE = '<div><ng-content></ng-content></div>'
303
- var COMPONENTS = [{'name': 'EuimAboutComponent', 'selector': 'euim-about'},{'name': 'EuimAboutContentLoadingComponent', 'selector': 'euim-about-content-loading'},{'name': 'EuimAlertMessageComponent', 'selector': 'euim-alert-message'},{'name': 'EuimAppComponent', 'selector': 'euim-app'},{'name': 'EuimAvatarComponent', 'selector': 'euim-avatar'},{'name': 'EuimAvatarIconComponent', 'selector': 'euim-avatar-icon'},{'name': 'EuimBadgeComponent', 'selector': 'euim-badge'},{'name': 'EuimCardComponent', 'selector': 'euim-card'},{'name': 'EuimCardListComponent', 'selector': 'euim-card-list'},{'name': 'EuimChangelogComponent', 'selector': 'euim-changelog'},{'name': 'EuimChipSelectorComponent', 'selector': 'euim-chip-selector'},{'name': 'EuimDataSummaryColComponent', 'selector': 'euim-data-summary-col'},{'name': 'EuimDataSummaryComponent', 'selector': 'euim-data-summary'},{'name': 'EuimEmptyListPlaceholderComponent', 'selector': 'euim-empty-list-placeholder'},{'name': 'EuimHeaderDetailsComponent', 'selector': 'euim-header-details'},{'name': 'EuimHelpSupportComponent', 'selector': 'euim-help-support'},{'name': 'EuimLabelComponent', 'selector': 'div[euimLabel], p[euimLabel], span[euimLabel], euim-label'},{'name': 'EuimLanguageListComponent', 'selector': 'euim-language-list'},{'name': 'EuimLanguageSelectorComponent', 'selector': 'euim-language-selector'},{'name': 'EuimMediaHeaderComponent', 'selector': 'euim-media-header'},{'name': 'EuimMessageComponent', 'selector': 'euim-message'},{'name': 'EuimMessageTitleComponent', 'selector': 'euim-message-title'},{'name': 'EuimMultiselectComponent', 'selector': 'euim-multiselect'},{'name': 'EuimMultiselectFilterComponent', 'selector': 'euim-multiselect-filter'},{'name': 'EuimMultiselectInfoComponent', 'selector': 'euim-multiselect-info'},{'name': 'EuimMultiselectListComponent', 'selector': 'euim-multiselect-list'},{'name': 'EuimMultiselectToolbarComponent', 'selector': 'euim-multiselect-toolbar'},{'name': 'EuimNotificationItemComponent', 'selector': 'euim-notification-item'},{'name': 'EuimOpenSourceLicencesComponent', 'selector': 'euim-opensource-licences'},{'name': 'EuimPdfViewerComponent', 'selector': 'euim-pdf-viewer'},{'name': 'EuimScrollerXComponent', 'selector': 'euim-scroller-x'},{'name': 'EuimSidebarComponent', 'selector': 'euim-sidebar'},{'name': 'EuimSidebarContentComponent', 'selector': 'euim-sidebar-content'},{'name': 'EuimSkeletonListComponent', 'selector': 'euim-skeleton-list'},{'name': 'EuimSkeletonListItemComponent', 'selector': 'euim-skeleton-list-item'},{'name': 'EuimSlideInfoScreenComponent', 'selector': 'euim-slide-info-screen'},{'name': 'EuimSliderInfoScreenComponent', 'selector': 'euim-slider-info-screen'},{'name': 'EuimSpinnerComponent', 'selector': 'euim-spinner'},{'name': 'EuimSpinnerDescriptionComponent', 'selector': '[euimSpinnerDescription]'},{'name': 'EuimSpinnerMessageComponent', 'selector': '[euimSpinnerMessage]'},{'name': 'EuimToolbarActionItemsComponent', 'selector': 'euim-toolbar-action-items'},{'name': 'EuimToolbarComponent', 'selector': 'euim-toolbar'},{'name': 'EuimToolbarDatepickerComponent', 'selector': 'euim-toolbar-datepicker'},{'name': 'EuimToolbarTitleComponent', 'selector': 'euim-toolbar-title'},{'name': 'EuiMUserProfileActionComponent', 'selector': 'euim-user-profile-action'},{'name': 'EuiMUserProfileAvatarComponent', 'selector': 'euim-user-profile-avatar'},{'name': 'EuimUserProfileComponent', 'selector': 'euim-user-profile'},{'name': 'EuiMUserProfileInfosComponent', 'selector': 'euim-user-profile-infos'},{'name': 'EuiMUserProfileInfosItemComponent', 'selector': 'euim-user-profile-infos-item'}];
304
- var DIRECTIVES = [{'name': 'BaseStatesDirective', 'selector': '[euimBase]'},{'name': 'EuimAvatarMainIconDirective', 'selector': '[euimAvatarMainIcon]'},{'name': 'EuimAvatarSubIconDirective', 'selector': '[euimAvatarSubIcon]'},{'name': 'EuimCardImageDirective', 'selector': '[euimCardImage]'},{'name': 'EuimChipSelectorItemDirective', 'selector': '[euimChipSelectorItem]'},{'name': 'EuimDataSummaryColLabelDirective', 'selector': '[euimDataSummaryColLabel]'},{'name': 'EuimDataSummaryColValueDirective', 'selector': '[euimDataSummaryColValue]'},{'name': 'EuimDividerDirective', 'selector': '[euimDivider]'},{'name': 'EuimHeaderDetailsIconDirective', 'selector': '[euimHeaderDetailsIcon]'},{'name': 'EuimHeaderDetailsMetaDirective', 'selector': '[euimHeaderDetailsMeta]'},{'name': 'EuimHeaderDetailsTitleDirective', 'selector': '[euimHeaderDetailsTitle]'},{'name': 'EuimMediaHeaderImageDirective', 'selector': '[euimMediaHeaderImage]'},{'name': 'EuimMediaHeaderSubTitleDirective', 'selector': '[euimMediaHeaderSubTitle]'},{'name': 'EuimMediaHeaderTitleDirective', 'selector': '[euimMediaHeaderTitle]'},{'name': 'EuimMultiselectAllDirective', 'selector': '[euimMultiselectAll]'},{'name': 'EuimMultiselectSelectFieldDirective', 'selector': '[euimMultiselectSelectField]'},{'name': 'EuimSkeletonTextAvatarDirective', 'selector': '[euimSkeletonTextAvatar]'},{'name': 'EuimSliderInfoScreenContentDirective', 'selector': '[euimSliderInfoScreenContent]'},{'name': 'EuimSliderInfoScreenSubTitleDirective', 'selector': '[euimSliderInfoScreenSubTitle]'},{'name': 'EuimSliderInfoScreenTitleDirective', 'selector': '[euimSliderInfoScreenTitle]'},{'name': 'EuimToolbarDatepickerDatetimeDirective', 'selector': '[euimToolbarDatepickerDatetime]'},{'name': 'EuimToolbarTransparentDirective', 'selector': '[euimToolbarTransparent]'}];
459
+ var COMPONENT_TEMPLATE = '<div><ng-content select="euim-avatar-icon"></ng-content><ng-content select="euim-avatar-text"></ng-content><ng-content select="euim-avatar-image"></ng-content><ng-content select="euim-avatar-badge"></ng-content><ng-content select="euim-avatar-icon-sub"></ng-content></div>'
460
+ var COMPONENTS = [{'name': 'EuimAboutComponent', 'selector': 'euim-about'},{'name': 'EuimAboutContentLoadingComponent', 'selector': 'euim-about-content-loading'},{'name': 'EuimAlertMessageComponent', 'selector': 'euim-alert-message'},{'name': 'EuimAppComponent', 'selector': 'euim-app'},{'name': 'EuimAvatarBadgeComponent', 'selector': 'euim-avatar-badge'},{'name': 'EuimAvatarComponent', 'selector': 'euim-avatar'},{'name': 'EuimAvatarIconComponent', 'selector': 'euim-avatar-icon'},{'name': 'EuimAvatarIconSubComponent', 'selector': 'euim-avatar-icon-sub'},{'name': 'EuimAvatarImageComponent', 'selector': 'euim-avatar-image'},{'name': 'EuimAvatarTextComponent', 'selector': 'euim-avatar-text'},{'name': 'EuimBadgeComponent', 'selector': 'euim-badge'},{'name': 'EuimCardComponent', 'selector': 'euim-card'},{'name': 'EuimCardListComponent', 'selector': 'euim-card-list'},{'name': 'EuimChangelogComponent', 'selector': 'euim-changelog'},{'name': 'EuimChipSelectorComponent', 'selector': 'euim-chip-selector'},{'name': 'EuimDataSummaryColComponent', 'selector': 'euim-data-summary-col'},{'name': 'EuimDataSummaryComponent', 'selector': 'euim-data-summary'},{'name': 'EuimEmptyListPlaceholderComponent', 'selector': 'euim-empty-list-placeholder'},{'name': 'EuimHeaderDetailsComponent', 'selector': 'euim-header-details'},{'name': 'EuimHelpSupportComponent', 'selector': 'euim-help-support'},{'name': 'EuimLabelComponent', 'selector': 'div[euimLabel], p[euimLabel], span[euimLabel], euim-label'},{'name': 'EuimLanguageListComponent', 'selector': 'euim-language-list'},{'name': 'EuimLanguageSelectorComponent', 'selector': 'euim-language-selector'},{'name': 'EuimMediaHeaderComponent', 'selector': 'euim-media-header'},{'name': 'EuimMessageComponent', 'selector': 'euim-message'},{'name': 'EuimMessageTitleComponent', 'selector': 'euim-message-title'},{'name': 'EuimMultiselectComponent', 'selector': 'euim-multiselect'},{'name': 'EuimMultiselectFilterComponent', 'selector': 'euim-multiselect-filter'},{'name': 'EuimMultiselectInfoComponent', 'selector': 'euim-multiselect-info'},{'name': 'EuimMultiselectListComponent', 'selector': 'euim-multiselect-list'},{'name': 'EuimMultiselectToolbarComponent', 'selector': 'euim-multiselect-toolbar'},{'name': 'EuimNotificationItemComponent', 'selector': 'euim-notification-item'},{'name': 'EuimOpenSourceLicencesComponent', 'selector': 'euim-opensource-licences'},{'name': 'EuimPdfViewerComponent', 'selector': 'euim-pdf-viewer'},{'name': 'EuimScrollerXComponent', 'selector': 'euim-scroller-x'},{'name': 'EuimSidebarComponent', 'selector': 'euim-sidebar'},{'name': 'EuimSidebarContentComponent', 'selector': 'euim-sidebar-content'},{'name': 'EuimSkeletonListComponent', 'selector': 'euim-skeleton-list'},{'name': 'EuimSkeletonListItemComponent', 'selector': 'euim-skeleton-list-item'},{'name': 'EuimSlideInfoScreenComponent', 'selector': 'euim-slide-info-screen'},{'name': 'EuimSliderInfoScreenComponent', 'selector': 'euim-slider-info-screen'},{'name': 'EuimSpinnerComponent', 'selector': 'euim-spinner'},{'name': 'EuimSpinnerDescriptionComponent', 'selector': '[euimSpinnerDescription]'},{'name': 'EuimSpinnerMessageComponent', 'selector': '[euimSpinnerMessage]'},{'name': 'EuimToolbarActionItemsComponent', 'selector': 'euim-toolbar-action-items'},{'name': 'EuimToolbarComponent', 'selector': 'euim-toolbar'},{'name': 'EuimToolbarDatepickerComponent', 'selector': 'euim-toolbar-datepicker'},{'name': 'EuimToolbarTitleComponent', 'selector': 'euim-toolbar-title'},{'name': 'EuiMUserProfileActionComponent', 'selector': 'euim-user-profile-action'},{'name': 'EuiMUserProfileAvatarComponent', 'selector': 'euim-user-profile-avatar'},{'name': 'EuimUserProfileComponent', 'selector': 'euim-user-profile'},{'name': 'EuiMUserProfileInfosComponent', 'selector': 'euim-user-profile-infos'},{'name': 'EuiMUserProfileInfosItemComponent', 'selector': 'euim-user-profile-infos-item'}];
461
+ var DIRECTIVES = [{'name': 'BaseStatesDirective', 'selector': '[euimBase]'},{'name': 'EuimAvatarMainIconDirective', 'selector': '[euimAvatarMainIcon]'},{'name': 'EuimAvatarSubIconDirective', 'selector': '[euimAvatarSubIcon]'},{'name': 'EuimCardImageDirective', 'selector': '[euimCardImage]'},{'name': 'EuimChipSelectorItemDirective', 'selector': '[euimChipSelectorItem]'},{'name': 'EuimDataSummaryColLabelDirective', 'selector': '[euimDataSummaryColLabel]'},{'name': 'EuimDataSummaryColValueDirective', 'selector': '[euimDataSummaryColValue]'},{'name': 'EuimDividerDirective', 'selector': '[euimDivider]'},{'name': 'EuimHeaderDetailsIconDirective', 'selector': '[euimHeaderDetailsIcon]'},{'name': 'EuimHeaderDetailsMetaDirective', 'selector': '[euimHeaderDetailsMeta]'},{'name': 'EuimHeaderDetailsTitleDirective', 'selector': '[euimHeaderDetailsTitle]'},{'name': 'EuimMediaHeaderImageDirective', 'selector': '[euimMediaHeaderImage]'},{'name': 'EuimMediaHeaderSubTitleDirective', 'selector': '[euimMediaHeaderSubTitle]'},{'name': 'EuimMediaHeaderTitleDirective', 'selector': '[euimMediaHeaderTitle]'},{'name': 'EuimMultiselectAllDirective', 'selector': '[euimMultiselectAll]'},{'name': 'EuimMultiselectSelectFieldDirective', 'selector': '[euimMultiselectSelectField]'},{'name': 'EuimSidebarFooterNoBordersDirective', 'selector': '[euimSidebarFooterNoBorders]'},{'name': 'EuimSkeletonTextAvatarDirective', 'selector': '[euimSkeletonTextAvatar]'},{'name': 'EuimSliderInfoScreenContentDirective', 'selector': '[euimSliderInfoScreenContent]'},{'name': 'EuimSliderInfoScreenSubTitleDirective', 'selector': '[euimSliderInfoScreenSubTitle]'},{'name': 'EuimSliderInfoScreenTitleDirective', 'selector': '[euimSliderInfoScreenTitle]'},{'name': 'EuimToolbarDatepickerDatetimeDirective', 'selector': '[euimToolbarDatepickerDatetime]'},{'name': 'EuimToolbarTransparentDirective', 'selector': '[euimToolbarTransparent]'}];
305
462
  var ACTUAL_COMPONENT = {'name': 'EuimAvatarComponent'};
306
463
  </script>
307
464
  <script src="../js/tree.js"></script>