@eui/mobile-core 17.1.0-snapshot-1715073555946 → 17.1.0-snapshot-1715685561063

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 (98) hide show
  1. package/assets/i18n-mobile/en.json +9 -3
  2. package/assets/i18n-mobile/es.json +9 -2
  3. package/assets/i18n-mobile/fr.json +10 -3
  4. package/assets/i18n-mobile/tr.json +9 -2
  5. package/docs/components/EuiMUserProfileActionComponent.html +1 -1
  6. package/docs/components/EuiMUserProfileAvatarComponent.html +1 -1
  7. package/docs/components/EuiMUserProfileInfosComponent.html +1 -1
  8. package/docs/components/EuiMUserProfileInfosItemComponent.html +1 -1
  9. package/docs/components/EuimAboutComponent.html +2 -2
  10. package/docs/components/{EuimLegalNoticeComponent.html → EuimAboutContentLoadingComponent.html} +30 -52
  11. package/docs/components/EuimAlertMessageComponent.html +1 -1
  12. package/docs/components/EuimAppComponent.html +1 -1
  13. package/docs/components/EuimAvatarComponent.html +1 -1
  14. package/docs/components/EuimAvatarIconComponent.html +1 -1
  15. package/docs/components/EuimBadgeComponent.html +1 -1
  16. package/docs/components/EuimChangelogComponent.html +2 -2
  17. package/docs/components/EuimChipSelectorComponent.html +1 -1
  18. package/docs/components/EuimDataSummaryColComponent.html +1 -1
  19. package/docs/components/EuimDataSummaryComponent.html +1 -1
  20. package/docs/components/EuimEmptyListPlaceholderComponent.html +1 -1
  21. package/docs/components/EuimHeaderDetailsComponent.html +1 -1
  22. package/docs/components/EuimHelpSupportComponent.html +2 -2
  23. package/docs/components/EuimLabelComponent.html +1 -1
  24. package/docs/components/EuimLanguageListComponent.html +1 -1
  25. package/docs/components/EuimLanguageSelectorComponent.html +1 -1
  26. package/docs/components/EuimMediaHeaderComponent.html +1 -1
  27. package/docs/components/EuimMessageComponent.html +1 -1
  28. package/docs/components/EuimMessageTitleComponent.html +1 -1
  29. package/docs/components/EuimMultiselectComponent.html +1 -1
  30. package/docs/components/EuimMultiselectFilterComponent.html +1 -1
  31. package/docs/components/EuimMultiselectInfoComponent.html +1 -1
  32. package/docs/components/EuimMultiselectListComponent.html +1 -1
  33. package/docs/components/EuimMultiselectToolbarComponent.html +1 -1
  34. package/docs/components/EuimNotificationItemComponent.html +1 -1
  35. package/docs/components/EuimOpenSourceLicencesComponent.html +2 -2
  36. package/docs/components/EuimPdfWrapperComponent.html +1 -1
  37. package/docs/components/EuimScrollerXComponent.html +1 -1
  38. package/docs/components/EuimSidebarComponent.html +1 -1
  39. package/docs/components/EuimSidebarContentComponent.html +1 -1
  40. package/docs/components/EuimSkeletonListComponent.html +1 -1
  41. package/docs/components/EuimSkeletonListItemComponent.html +1 -1
  42. package/docs/components/EuimSlideInfoScreenComponent.html +1 -1
  43. package/docs/components/EuimSliderInfoScreenComponent.html +1 -1
  44. package/docs/components/EuimSpinnerComponent.html +1 -1
  45. package/docs/components/EuimSpinnerDescriptionComponent.html +1 -1
  46. package/docs/components/EuimSpinnerMessageComponent.html +1 -1
  47. package/docs/components/EuimToolbarActionItemsComponent.html +1 -1
  48. package/docs/components/EuimToolbarComponent.html +1 -1
  49. package/docs/components/EuimToolbarDatepickerComponent.html +1 -1
  50. package/docs/components/EuimToolbarTitleComponent.html +1 -1
  51. package/docs/components/EuimUserProfileComponent.html +1 -1
  52. package/docs/dependencies.html +5 -5
  53. package/docs/index.html +1 -1
  54. package/docs/js/menu-wc.js +42 -120
  55. package/docs/js/menu-wc_es5.js +1 -1
  56. package/docs/js/search/search_index.js +2 -2
  57. package/docs/miscellaneous/variables.html +1 -3
  58. package/docs/modules/EuimAboutModule.html +6 -18
  59. package/docs/modules/EuimAlertMessageModule.html +6 -18
  60. package/docs/modules/EuimAvatarModule.html +6 -18
  61. package/docs/modules/EuimDataSummaryModule.html +6 -18
  62. package/docs/modules/EuimHeaderDetailsModule.html +6 -18
  63. package/docs/modules/EuimMediaHeaderModule.html +6 -18
  64. package/docs/modules/EuimMessageModule.html +6 -18
  65. package/docs/modules/EuimMultiselectModule.html +6 -18
  66. package/docs/modules/EuimPdfWrapperModule.html +6 -18
  67. package/docs/modules/EuimSkeletonListItemModule.html +6 -18
  68. package/docs/modules/EuimSkeletonListModule.html +6 -18
  69. package/docs/modules/EuimSliderInfoScreenModule.html +6 -18
  70. package/docs/modules/EuimUserProfileModule.html +6 -18
  71. package/esm2022/lib/components/atoms/euim-label/euim-label.component.mjs +2 -2
  72. package/esm2022/lib/components/euim-about/euim-about-content-loading/euim-about-content-loading.component.mjs +26 -0
  73. package/esm2022/lib/components/euim-about/euim-about.component.mjs +4 -3
  74. package/esm2022/lib/components/euim-about/euim-about.module.mjs +15 -15
  75. package/esm2022/lib/components/euim-about/euim-changelog/euim-changelog.component.mjs +4 -3
  76. package/esm2022/lib/components/euim-about/euim-help-support/euim-help-support.component.mjs +4 -3
  77. package/esm2022/lib/components/euim-about/euim-opensource-licences/euim-opensource-licences.component.mjs +4 -3
  78. package/esm2022/lib/components/euim-about/index.mjs +2 -4
  79. package/fesm2022/eui-mobile-core.mjs +32 -66
  80. package/fesm2022/eui-mobile-core.mjs.map +1 -1
  81. package/lib/components/euim-about/euim-about-content-loading/euim-about-content-loading.component.d.ts +14 -0
  82. package/lib/components/euim-about/euim-about-content-loading/euim-about-content-loading.component.d.ts.map +1 -0
  83. package/lib/components/euim-about/euim-about.module.d.ts +14 -14
  84. package/lib/components/euim-about/euim-about.module.d.ts.map +1 -1
  85. package/lib/components/euim-about/index.d.ts +1 -3
  86. package/lib/components/euim-about/index.d.ts.map +1 -1
  87. package/package.json +1 -1
  88. package/docs/components/EuimLicenseDetailsComponent.html +0 -416
  89. package/docs/components/EuimPrivacyStatementComponent.html +0 -416
  90. package/esm2022/lib/components/euim-about/euim-legal-notice/euim-legal-notice.component.mjs +0 -24
  91. package/esm2022/lib/components/euim-about/euim-license-details/euim-license-details.component.mjs +0 -24
  92. package/esm2022/lib/components/euim-about/euim-privacy-statement/euim-privacy-statement.component.mjs +0 -24
  93. package/lib/components/euim-about/euim-legal-notice/euim-legal-notice.component.d.ts +0 -13
  94. package/lib/components/euim-about/euim-legal-notice/euim-legal-notice.component.d.ts.map +0 -1
  95. package/lib/components/euim-about/euim-license-details/euim-license-details.component.d.ts +0 -13
  96. package/lib/components/euim-about/euim-license-details/euim-license-details.component.d.ts.map +0 -1
  97. package/lib/components/euim-about/euim-privacy-statement/euim-privacy-statement.component.d.ts +0 -13
  98. package/lib/components/euim-about/euim-privacy-statement/euim-privacy-statement.component.d.ts.map +0 -1
@@ -59,34 +59,28 @@ customElements.define('compodoc-menu', class extends HTMLElement {
59
59
  <a href="modules/EuimAboutModule.html" data-type="entity-link" >EuimAboutModule</a>
60
60
  <li class="chapter inner">
61
61
  <div class="simple menu-toggler" data-bs-toggle="collapse" ${ isNormalMode ?
62
- 'data-bs-target="#components-links-module-EuimAboutModule-5b29d7a0d88626d4b566900973a64254ab015498c887024ee39323fdd9286996a328132705423a2bc1e0881b109f3c71e7f06b3b7834b2b255e278cc8a316129"' : 'data-bs-target="#xs-components-links-module-EuimAboutModule-5b29d7a0d88626d4b566900973a64254ab015498c887024ee39323fdd9286996a328132705423a2bc1e0881b109f3c71e7f06b3b7834b2b255e278cc8a316129"' }>
62
+ 'data-bs-target="#components-links-module-EuimAboutModule-8caca554ba3205ff31681420f42ee62d310edceaef165c8951188534aadfc82118b53faa17ca5cdde528a8adcc7a24a7f8e905c8285e593fbff0aab22cf4f2ca"' : 'data-bs-target="#xs-components-links-module-EuimAboutModule-8caca554ba3205ff31681420f42ee62d310edceaef165c8951188534aadfc82118b53faa17ca5cdde528a8adcc7a24a7f8e905c8285e593fbff0aab22cf4f2ca"' }>
63
63
  <span class="icon ion-md-cog"></span>
64
64
  <span>Components</span>
65
65
  <span class="icon ion-ios-arrow-down"></span>
66
66
  </div>
67
- <ul class="links collapse" ${ isNormalMode ? 'id="components-links-module-EuimAboutModule-5b29d7a0d88626d4b566900973a64254ab015498c887024ee39323fdd9286996a328132705423a2bc1e0881b109f3c71e7f06b3b7834b2b255e278cc8a316129"' :
68
- 'id="xs-components-links-module-EuimAboutModule-5b29d7a0d88626d4b566900973a64254ab015498c887024ee39323fdd9286996a328132705423a2bc1e0881b109f3c71e7f06b3b7834b2b255e278cc8a316129"' }>
67
+ <ul class="links collapse" ${ isNormalMode ? 'id="components-links-module-EuimAboutModule-8caca554ba3205ff31681420f42ee62d310edceaef165c8951188534aadfc82118b53faa17ca5cdde528a8adcc7a24a7f8e905c8285e593fbff0aab22cf4f2ca"' :
68
+ 'id="xs-components-links-module-EuimAboutModule-8caca554ba3205ff31681420f42ee62d310edceaef165c8951188534aadfc82118b53faa17ca5cdde528a8adcc7a24a7f8e905c8285e593fbff0aab22cf4f2ca"' }>
69
69
  <li class="link">
70
70
  <a href="components/EuimAboutComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimAboutComponent</a>
71
71
  </li>
72
72
  <li class="link">
73
- <a href="components/EuimChangelogComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimChangelogComponent</a>
74
- </li>
75
- <li class="link">
76
- <a href="components/EuimHelpSupportComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimHelpSupportComponent</a>
73
+ <a href="components/EuimAboutContentLoadingComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimAboutContentLoadingComponent</a>
77
74
  </li>
78
75
  <li class="link">
79
- <a href="components/EuimLegalNoticeComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimLegalNoticeComponent</a>
76
+ <a href="components/EuimChangelogComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimChangelogComponent</a>
80
77
  </li>
81
78
  <li class="link">
82
- <a href="components/EuimLicenseDetailsComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimLicenseDetailsComponent</a>
79
+ <a href="components/EuimHelpSupportComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimHelpSupportComponent</a>
83
80
  </li>
84
81
  <li class="link">
85
82
  <a href="components/EuimOpenSourceLicencesComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimOpenSourceLicencesComponent</a>
86
83
  </li>
87
- <li class="link">
88
- <a href="components/EuimPrivacyStatementComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimPrivacyStatementComponent</a>
89
- </li>
90
84
  </ul>
91
85
  </li>
92
86
  </li>
@@ -105,23 +99,17 @@ customElements.define('compodoc-menu', class extends HTMLElement {
105
99
  <a href="components/EuimAboutComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimAboutComponent</a>
106
100
  </li>
107
101
  <li class="link">
108
- <a href="components/EuimChangelogComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimChangelogComponent</a>
109
- </li>
110
- <li class="link">
111
- <a href="components/EuimHelpSupportComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimHelpSupportComponent</a>
102
+ <a href="components/EuimAboutContentLoadingComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimAboutContentLoadingComponent</a>
112
103
  </li>
113
104
  <li class="link">
114
- <a href="components/EuimLegalNoticeComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimLegalNoticeComponent</a>
105
+ <a href="components/EuimChangelogComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimChangelogComponent</a>
115
106
  </li>
116
107
  <li class="link">
117
- <a href="components/EuimLicenseDetailsComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimLicenseDetailsComponent</a>
108
+ <a href="components/EuimHelpSupportComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimHelpSupportComponent</a>
118
109
  </li>
119
110
  <li class="link">
120
111
  <a href="components/EuimOpenSourceLicencesComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimOpenSourceLicencesComponent</a>
121
112
  </li>
122
- <li class="link">
123
- <a href="components/EuimPrivacyStatementComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimPrivacyStatementComponent</a>
124
- </li>
125
113
  </ul>
126
114
  </li>
127
115
  </li>
@@ -200,23 +188,17 @@ customElements.define('compodoc-menu', class extends HTMLElement {
200
188
  <a href="components/EuimAboutComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimAboutComponent</a>
201
189
  </li>
202
190
  <li class="link">
203
- <a href="components/EuimChangelogComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimChangelogComponent</a>
204
- </li>
205
- <li class="link">
206
- <a href="components/EuimHelpSupportComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimHelpSupportComponent</a>
191
+ <a href="components/EuimAboutContentLoadingComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimAboutContentLoadingComponent</a>
207
192
  </li>
208
193
  <li class="link">
209
- <a href="components/EuimLegalNoticeComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimLegalNoticeComponent</a>
194
+ <a href="components/EuimChangelogComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimChangelogComponent</a>
210
195
  </li>
211
196
  <li class="link">
212
- <a href="components/EuimLicenseDetailsComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimLicenseDetailsComponent</a>
197
+ <a href="components/EuimHelpSupportComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimHelpSupportComponent</a>
213
198
  </li>
214
199
  <li class="link">
215
200
  <a href="components/EuimOpenSourceLicencesComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimOpenSourceLicencesComponent</a>
216
201
  </li>
217
- <li class="link">
218
- <a href="components/EuimPrivacyStatementComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimPrivacyStatementComponent</a>
219
- </li>
220
202
  </ul>
221
203
  </li>
222
204
  </li>
@@ -283,23 +265,17 @@ customElements.define('compodoc-menu', class extends HTMLElement {
283
265
  <a href="components/EuimAboutComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimAboutComponent</a>
284
266
  </li>
285
267
  <li class="link">
286
- <a href="components/EuimChangelogComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimChangelogComponent</a>
287
- </li>
288
- <li class="link">
289
- <a href="components/EuimHelpSupportComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimHelpSupportComponent</a>
268
+ <a href="components/EuimAboutContentLoadingComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimAboutContentLoadingComponent</a>
290
269
  </li>
291
270
  <li class="link">
292
- <a href="components/EuimLegalNoticeComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimLegalNoticeComponent</a>
271
+ <a href="components/EuimChangelogComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimChangelogComponent</a>
293
272
  </li>
294
273
  <li class="link">
295
- <a href="components/EuimLicenseDetailsComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimLicenseDetailsComponent</a>
274
+ <a href="components/EuimHelpSupportComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimHelpSupportComponent</a>
296
275
  </li>
297
276
  <li class="link">
298
277
  <a href="components/EuimOpenSourceLicencesComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimOpenSourceLicencesComponent</a>
299
278
  </li>
300
- <li class="link">
301
- <a href="components/EuimPrivacyStatementComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimPrivacyStatementComponent</a>
302
- </li>
303
279
  </ul>
304
280
  </li>
305
281
  </li>
@@ -352,23 +328,17 @@ customElements.define('compodoc-menu', class extends HTMLElement {
352
328
  <a href="components/EuimAboutComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimAboutComponent</a>
353
329
  </li>
354
330
  <li class="link">
355
- <a href="components/EuimChangelogComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimChangelogComponent</a>
331
+ <a href="components/EuimAboutContentLoadingComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimAboutContentLoadingComponent</a>
356
332
  </li>
357
333
  <li class="link">
358
- <a href="components/EuimHelpSupportComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimHelpSupportComponent</a>
359
- </li>
360
- <li class="link">
361
- <a href="components/EuimLegalNoticeComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimLegalNoticeComponent</a>
334
+ <a href="components/EuimChangelogComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimChangelogComponent</a>
362
335
  </li>
363
336
  <li class="link">
364
- <a href="components/EuimLicenseDetailsComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimLicenseDetailsComponent</a>
337
+ <a href="components/EuimHelpSupportComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimHelpSupportComponent</a>
365
338
  </li>
366
339
  <li class="link">
367
340
  <a href="components/EuimOpenSourceLicencesComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimOpenSourceLicencesComponent</a>
368
341
  </li>
369
- <li class="link">
370
- <a href="components/EuimPrivacyStatementComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimPrivacyStatementComponent</a>
371
- </li>
372
342
  </ul>
373
343
  </li>
374
344
  </li>
@@ -424,23 +394,17 @@ customElements.define('compodoc-menu', class extends HTMLElement {
424
394
  <a href="components/EuimAboutComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimAboutComponent</a>
425
395
  </li>
426
396
  <li class="link">
427
- <a href="components/EuimChangelogComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimChangelogComponent</a>
397
+ <a href="components/EuimAboutContentLoadingComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimAboutContentLoadingComponent</a>
428
398
  </li>
429
399
  <li class="link">
430
- <a href="components/EuimHelpSupportComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimHelpSupportComponent</a>
431
- </li>
432
- <li class="link">
433
- <a href="components/EuimLegalNoticeComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimLegalNoticeComponent</a>
400
+ <a href="components/EuimChangelogComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimChangelogComponent</a>
434
401
  </li>
435
402
  <li class="link">
436
- <a href="components/EuimLicenseDetailsComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimLicenseDetailsComponent</a>
403
+ <a href="components/EuimHelpSupportComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimHelpSupportComponent</a>
437
404
  </li>
438
405
  <li class="link">
439
406
  <a href="components/EuimOpenSourceLicencesComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimOpenSourceLicencesComponent</a>
440
407
  </li>
441
- <li class="link">
442
- <a href="components/EuimPrivacyStatementComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimPrivacyStatementComponent</a>
443
- </li>
444
408
  </ul>
445
409
  </li>
446
410
  </li>
@@ -459,23 +423,17 @@ customElements.define('compodoc-menu', class extends HTMLElement {
459
423
  <a href="components/EuimAboutComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimAboutComponent</a>
460
424
  </li>
461
425
  <li class="link">
462
- <a href="components/EuimChangelogComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimChangelogComponent</a>
463
- </li>
464
- <li class="link">
465
- <a href="components/EuimHelpSupportComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimHelpSupportComponent</a>
426
+ <a href="components/EuimAboutContentLoadingComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimAboutContentLoadingComponent</a>
466
427
  </li>
467
428
  <li class="link">
468
- <a href="components/EuimLegalNoticeComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimLegalNoticeComponent</a>
429
+ <a href="components/EuimChangelogComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimChangelogComponent</a>
469
430
  </li>
470
431
  <li class="link">
471
- <a href="components/EuimLicenseDetailsComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimLicenseDetailsComponent</a>
432
+ <a href="components/EuimHelpSupportComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimHelpSupportComponent</a>
472
433
  </li>
473
434
  <li class="link">
474
435
  <a href="components/EuimOpenSourceLicencesComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimOpenSourceLicencesComponent</a>
475
436
  </li>
476
- <li class="link">
477
- <a href="components/EuimPrivacyStatementComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimPrivacyStatementComponent</a>
478
- </li>
479
437
  </ul>
480
438
  </li>
481
439
  </li>
@@ -494,23 +452,17 @@ customElements.define('compodoc-menu', class extends HTMLElement {
494
452
  <a href="components/EuimAboutComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimAboutComponent</a>
495
453
  </li>
496
454
  <li class="link">
497
- <a href="components/EuimChangelogComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimChangelogComponent</a>
455
+ <a href="components/EuimAboutContentLoadingComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimAboutContentLoadingComponent</a>
498
456
  </li>
499
457
  <li class="link">
500
- <a href="components/EuimHelpSupportComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimHelpSupportComponent</a>
501
- </li>
502
- <li class="link">
503
- <a href="components/EuimLegalNoticeComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimLegalNoticeComponent</a>
458
+ <a href="components/EuimChangelogComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimChangelogComponent</a>
504
459
  </li>
505
460
  <li class="link">
506
- <a href="components/EuimLicenseDetailsComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimLicenseDetailsComponent</a>
461
+ <a href="components/EuimHelpSupportComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimHelpSupportComponent</a>
507
462
  </li>
508
463
  <li class="link">
509
464
  <a href="components/EuimOpenSourceLicencesComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimOpenSourceLicencesComponent</a>
510
465
  </li>
511
- <li class="link">
512
- <a href="components/EuimPrivacyStatementComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimPrivacyStatementComponent</a>
513
- </li>
514
466
  </ul>
515
467
  </li>
516
468
  </li>
@@ -546,23 +498,17 @@ customElements.define('compodoc-menu', class extends HTMLElement {
546
498
  <a href="components/EuimAboutComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimAboutComponent</a>
547
499
  </li>
548
500
  <li class="link">
549
- <a href="components/EuimChangelogComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimChangelogComponent</a>
550
- </li>
551
- <li class="link">
552
- <a href="components/EuimHelpSupportComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimHelpSupportComponent</a>
501
+ <a href="components/EuimAboutContentLoadingComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimAboutContentLoadingComponent</a>
553
502
  </li>
554
503
  <li class="link">
555
- <a href="components/EuimLegalNoticeComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimLegalNoticeComponent</a>
504
+ <a href="components/EuimChangelogComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimChangelogComponent</a>
556
505
  </li>
557
506
  <li class="link">
558
- <a href="components/EuimLicenseDetailsComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimLicenseDetailsComponent</a>
507
+ <a href="components/EuimHelpSupportComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimHelpSupportComponent</a>
559
508
  </li>
560
509
  <li class="link">
561
510
  <a href="components/EuimOpenSourceLicencesComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimOpenSourceLicencesComponent</a>
562
511
  </li>
563
- <li class="link">
564
- <a href="components/EuimPrivacyStatementComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimPrivacyStatementComponent</a>
565
- </li>
566
512
  </ul>
567
513
  </li>
568
514
  </li>
@@ -618,23 +564,17 @@ customElements.define('compodoc-menu', class extends HTMLElement {
618
564
  <a href="components/EuimAboutComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimAboutComponent</a>
619
565
  </li>
620
566
  <li class="link">
621
- <a href="components/EuimChangelogComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimChangelogComponent</a>
622
- </li>
623
- <li class="link">
624
- <a href="components/EuimHelpSupportComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimHelpSupportComponent</a>
567
+ <a href="components/EuimAboutContentLoadingComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimAboutContentLoadingComponent</a>
625
568
  </li>
626
569
  <li class="link">
627
- <a href="components/EuimLegalNoticeComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimLegalNoticeComponent</a>
570
+ <a href="components/EuimChangelogComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimChangelogComponent</a>
628
571
  </li>
629
572
  <li class="link">
630
- <a href="components/EuimLicenseDetailsComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimLicenseDetailsComponent</a>
573
+ <a href="components/EuimHelpSupportComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimHelpSupportComponent</a>
631
574
  </li>
632
575
  <li class="link">
633
576
  <a href="components/EuimOpenSourceLicencesComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimOpenSourceLicencesComponent</a>
634
577
  </li>
635
- <li class="link">
636
- <a href="components/EuimPrivacyStatementComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimPrivacyStatementComponent</a>
637
- </li>
638
578
  </ul>
639
579
  </li>
640
580
  </li>
@@ -653,23 +593,17 @@ customElements.define('compodoc-menu', class extends HTMLElement {
653
593
  <a href="components/EuimAboutComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimAboutComponent</a>
654
594
  </li>
655
595
  <li class="link">
656
- <a href="components/EuimChangelogComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimChangelogComponent</a>
596
+ <a href="components/EuimAboutContentLoadingComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimAboutContentLoadingComponent</a>
657
597
  </li>
658
598
  <li class="link">
659
- <a href="components/EuimHelpSupportComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimHelpSupportComponent</a>
660
- </li>
661
- <li class="link">
662
- <a href="components/EuimLegalNoticeComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimLegalNoticeComponent</a>
599
+ <a href="components/EuimChangelogComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimChangelogComponent</a>
663
600
  </li>
664
601
  <li class="link">
665
- <a href="components/EuimLicenseDetailsComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimLicenseDetailsComponent</a>
602
+ <a href="components/EuimHelpSupportComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimHelpSupportComponent</a>
666
603
  </li>
667
604
  <li class="link">
668
605
  <a href="components/EuimOpenSourceLicencesComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimOpenSourceLicencesComponent</a>
669
606
  </li>
670
- <li class="link">
671
- <a href="components/EuimPrivacyStatementComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimPrivacyStatementComponent</a>
672
- </li>
673
607
  </ul>
674
608
  </li>
675
609
  </li>
@@ -705,23 +639,17 @@ customElements.define('compodoc-menu', class extends HTMLElement {
705
639
  <a href="components/EuimAboutComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimAboutComponent</a>
706
640
  </li>
707
641
  <li class="link">
708
- <a href="components/EuimChangelogComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimChangelogComponent</a>
709
- </li>
710
- <li class="link">
711
- <a href="components/EuimHelpSupportComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimHelpSupportComponent</a>
642
+ <a href="components/EuimAboutContentLoadingComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimAboutContentLoadingComponent</a>
712
643
  </li>
713
644
  <li class="link">
714
- <a href="components/EuimLegalNoticeComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimLegalNoticeComponent</a>
645
+ <a href="components/EuimChangelogComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimChangelogComponent</a>
715
646
  </li>
716
647
  <li class="link">
717
- <a href="components/EuimLicenseDetailsComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimLicenseDetailsComponent</a>
648
+ <a href="components/EuimHelpSupportComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimHelpSupportComponent</a>
718
649
  </li>
719
650
  <li class="link">
720
651
  <a href="components/EuimOpenSourceLicencesComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimOpenSourceLicencesComponent</a>
721
652
  </li>
722
- <li class="link">
723
- <a href="components/EuimPrivacyStatementComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimPrivacyStatementComponent</a>
724
- </li>
725
653
  </ul>
726
654
  </li>
727
655
  </li>
@@ -817,23 +745,17 @@ customElements.define('compodoc-menu', class extends HTMLElement {
817
745
  <a href="components/EuimAboutComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimAboutComponent</a>
818
746
  </li>
819
747
  <li class="link">
820
- <a href="components/EuimChangelogComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimChangelogComponent</a>
748
+ <a href="components/EuimAboutContentLoadingComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimAboutContentLoadingComponent</a>
821
749
  </li>
822
750
  <li class="link">
823
- <a href="components/EuimHelpSupportComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimHelpSupportComponent</a>
824
- </li>
825
- <li class="link">
826
- <a href="components/EuimLegalNoticeComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimLegalNoticeComponent</a>
751
+ <a href="components/EuimChangelogComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimChangelogComponent</a>
827
752
  </li>
828
753
  <li class="link">
829
- <a href="components/EuimLicenseDetailsComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimLicenseDetailsComponent</a>
754
+ <a href="components/EuimHelpSupportComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimHelpSupportComponent</a>
830
755
  </li>
831
756
  <li class="link">
832
757
  <a href="components/EuimOpenSourceLicencesComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimOpenSourceLicencesComponent</a>
833
758
  </li>
834
- <li class="link">
835
- <a href="components/EuimPrivacyStatementComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimPrivacyStatementComponent</a>
836
- </li>
837
759
  </ul>
838
760
  </li>
839
761
  </li>