@eui/mobile-core 17.0.0-next.9 → 17.1.0-snapshot-1714031924926
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/docs/components/EuiMUserProfileActionComponent.html +1 -1
- package/docs/components/EuiMUserProfileAvatarComponent.html +1 -1
- package/docs/components/EuiMUserProfileInfosComponent.html +1 -1
- package/docs/components/EuiMUserProfileInfosItemComponent.html +1 -1
- package/docs/components/EuimAboutComponent.html +770 -0
- package/docs/components/EuimAlertMessageComponent.html +1 -1
- package/docs/components/EuimAppComponent.html +1 -1
- package/docs/components/EuimAvatarComponent.html +1 -1
- package/docs/components/EuimAvatarIconComponent.html +1 -1
- package/docs/components/EuimBadgeComponent.html +1 -1
- package/docs/components/EuimChangelogComponent.html +326 -0
- package/docs/components/EuimChipSelectorComponent.html +1 -1
- package/docs/components/EuimDataSummaryColComponent.html +1 -1
- package/docs/components/EuimDataSummaryComponent.html +1 -1
- package/docs/components/EuimEmptyListPlaceholderComponent.html +1 -1
- package/docs/components/EuimHeaderDetailsComponent.html +1 -1
- package/docs/components/EuimHelpSupportComponent.html +618 -0
- package/docs/components/EuimLabelComponent.html +1 -1
- package/docs/components/EuimLanguageListComponent.html +1 -1
- package/docs/components/EuimLanguageSelectorComponent.html +1 -1
- package/docs/components/EuimLegalNoticeComponent.html +276 -0
- package/docs/components/EuimMediaHeaderComponent.html +1 -1
- package/docs/components/EuimMessageComponent.html +1 -1
- package/docs/components/EuimMessageTitleComponent.html +1 -1
- package/docs/components/EuimMultiselectComponent.html +1 -1
- package/docs/components/EuimMultiselectFilterComponent.html +1 -1
- package/docs/components/EuimMultiselectInfoComponent.html +1 -1
- package/docs/components/EuimMultiselectListComponent.html +1 -1
- package/docs/components/EuimMultiselectToolbarComponent.html +1 -1
- package/docs/components/EuimNotificationItemComponent.html +1 -1
- package/docs/components/EuimOpenSourceLicencesComponent.html +276 -0
- package/docs/components/EuimPdfWrapperComponent.html +1 -1
- package/docs/components/EuimPrivacyStatementComponent.html +276 -0
- package/docs/components/EuimScrollerXComponent.html +1 -1
- package/docs/components/EuimSidebarComponent.html +1 -1
- package/docs/components/EuimSidebarContentComponent.html +1 -1
- package/docs/components/EuimSkeletonListComponent.html +1 -1
- package/docs/components/EuimSkeletonListItemComponent.html +1 -1
- package/docs/components/EuimSlideInfoScreenComponent.html +1 -1
- package/docs/components/EuimSliderInfoScreenComponent.html +1 -1
- package/docs/components/EuimSpinnerComponent.html +1 -1
- package/docs/components/EuimSpinnerDescriptionComponent.html +1 -1
- package/docs/components/EuimSpinnerMessageComponent.html +1 -1
- package/docs/components/EuimToolbarActionItemsComponent.html +1 -1
- package/docs/components/EuimToolbarComponent.html +1 -1
- package/docs/components/EuimToolbarTitleComponent.html +1 -1
- package/docs/components/EuimUserProfileComponent.html +1 -1
- package/docs/dependencies.html +7 -5
- package/docs/index.html +3 -3
- package/docs/interfaces/AlertInfos.html +407 -0
- package/docs/interfaces/Contact.html +446 -0
- package/docs/interfaces/HelpContacts.html +311 -0
- package/docs/interfaces/Material.html +401 -0
- package/docs/interfaces/SupportMaterials.html +311 -0
- package/docs/js/menu-wc.js +245 -15
- package/docs/js/menu-wc_es5.js +1 -1
- package/docs/js/search/search_index.js +2 -2
- package/docs/miscellaneous/variables.html +40 -0
- package/docs/modules/EuimAboutModule.html +277 -0
- package/docs/modules/EuimAlertMessageModule.html +32 -2
- package/docs/modules/EuimAllModule.html +6 -0
- package/docs/modules/EuimAvatarModule.html +32 -2
- package/docs/modules/EuimDataSummaryModule.html +32 -2
- package/docs/modules/EuimHeaderDetailsModule.html +32 -2
- package/docs/modules/EuimMediaHeaderModule.html +32 -2
- package/docs/modules/EuimMessageModule.html +32 -2
- package/docs/modules/EuimMultiselectModule.html +32 -2
- package/docs/modules/EuimPdfWrapperModule.html +32 -2
- package/docs/modules/EuimSkeletonListItemModule.html +32 -2
- package/docs/modules/EuimSkeletonListModule.html +32 -2
- package/docs/modules/EuimSliderInfoScreenModule.html +32 -2
- package/docs/modules/EuimUserProfileModule.html +32 -2
- package/docs/modules.html +12 -0
- package/esm2022/lib/components/atoms/euim-label/euim-label.component.mjs +2 -2
- package/esm2022/lib/components/euim-about/euim-about.component.mjs +75 -0
- package/esm2022/lib/components/euim-about/euim-about.module.mjs +75 -0
- package/esm2022/lib/components/euim-about/euim-changelog/euim-changelog.component.mjs +20 -0
- package/esm2022/lib/components/euim-about/euim-help-support/euim-help-support.component.mjs +48 -0
- package/esm2022/lib/components/euim-about/euim-legal-notice/euim-legal-notice.component.mjs +11 -0
- package/esm2022/lib/components/euim-about/euim-opensource-licences/euim-opensource-licences.component.mjs +11 -0
- package/esm2022/lib/components/euim-about/euim-privacy-statement/euim-privacy-statement.component.mjs +11 -0
- package/esm2022/lib/components/euim-about/index.mjs +8 -0
- package/esm2022/lib/components/euim-alert-message/euim-alert-messsage.component.mjs +2 -2
- package/esm2022/lib/components/euim-badge/euim-badge.component.mjs +2 -2
- package/esm2022/lib/components/index.mjs +2 -1
- package/esm2022/lib/euim-all.module.mjs +6 -2
- package/fesm2022/eui-mobile-core.mjs +281 -77
- package/fesm2022/eui-mobile-core.mjs.map +1 -1
- package/lib/components/euim-about/euim-about.component.d.ts +30 -0
- package/lib/components/euim-about/euim-about.component.d.ts.map +1 -0
- package/lib/components/euim-about/euim-about.module.d.ts +21 -0
- package/lib/components/euim-about/euim-about.module.d.ts.map +1 -0
- package/lib/components/euim-about/euim-changelog/euim-changelog.component.d.ts +7 -0
- package/lib/components/euim-about/euim-changelog/euim-changelog.component.d.ts.map +1 -0
- package/lib/components/euim-about/euim-help-support/euim-help-support.component.d.ts +40 -0
- package/lib/components/euim-about/euim-help-support/euim-help-support.component.d.ts.map +1 -0
- package/lib/components/euim-about/euim-legal-notice/euim-legal-notice.component.d.ts +6 -0
- package/lib/components/euim-about/euim-legal-notice/euim-legal-notice.component.d.ts.map +1 -0
- package/lib/components/euim-about/euim-opensource-licences/euim-opensource-licences.component.d.ts +6 -0
- package/lib/components/euim-about/euim-opensource-licences/euim-opensource-licences.component.d.ts.map +1 -0
- package/lib/components/euim-about/euim-privacy-statement/euim-privacy-statement.component.d.ts +6 -0
- package/lib/components/euim-about/euim-privacy-statement/euim-privacy-statement.component.d.ts.map +1 -0
- package/lib/components/euim-about/index.d.ts +8 -0
- package/lib/components/euim-about/index.d.ts.map +1 -0
- package/lib/components/index.d.ts +1 -0
- package/lib/components/index.d.ts.map +1 -1
- package/lib/euim-all.module.d.ts +17 -16
- package/lib/euim-all.module.d.ts.map +1 -1
- package/package.json +3 -2
package/docs/js/menu-wc.js
CHANGED
|
@@ -55,6 +55,38 @@ customElements.define('compodoc-menu', class extends HTMLElement {
|
|
|
55
55
|
</div>
|
|
56
56
|
</a>
|
|
57
57
|
<ul class="links collapse " ${ isNormalMode ? 'id="modules-links"' : 'id="xs-modules-links"' }>
|
|
58
|
+
<li class="link">
|
|
59
|
+
<a href="modules/EuimAboutModule.html" data-type="entity-link" >EuimAboutModule</a>
|
|
60
|
+
<li class="chapter inner">
|
|
61
|
+
<div class="simple menu-toggler" data-bs-toggle="collapse" ${ isNormalMode ?
|
|
62
|
+
'data-bs-target="#components-links-module-EuimAboutModule-f378cc4702678b61326ee2102b2b0993ed7fd1f8895b5be756bc84569d42887659cc706a3e97ee4851987f7166c224435bb74dc8c9d9dc59b3dac19b21bc4ebd"' : 'data-bs-target="#xs-components-links-module-EuimAboutModule-f378cc4702678b61326ee2102b2b0993ed7fd1f8895b5be756bc84569d42887659cc706a3e97ee4851987f7166c224435bb74dc8c9d9dc59b3dac19b21bc4ebd"' }>
|
|
63
|
+
<span class="icon ion-md-cog"></span>
|
|
64
|
+
<span>Components</span>
|
|
65
|
+
<span class="icon ion-ios-arrow-down"></span>
|
|
66
|
+
</div>
|
|
67
|
+
<ul class="links collapse" ${ isNormalMode ? 'id="components-links-module-EuimAboutModule-f378cc4702678b61326ee2102b2b0993ed7fd1f8895b5be756bc84569d42887659cc706a3e97ee4851987f7166c224435bb74dc8c9d9dc59b3dac19b21bc4ebd"' :
|
|
68
|
+
'id="xs-components-links-module-EuimAboutModule-f378cc4702678b61326ee2102b2b0993ed7fd1f8895b5be756bc84569d42887659cc706a3e97ee4851987f7166c224435bb74dc8c9d9dc59b3dac19b21bc4ebd"' }>
|
|
69
|
+
<li class="link">
|
|
70
|
+
<a href="components/EuimAboutComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimAboutComponent</a>
|
|
71
|
+
</li>
|
|
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>
|
|
77
|
+
</li>
|
|
78
|
+
<li class="link">
|
|
79
|
+
<a href="components/EuimLegalNoticeComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimLegalNoticeComponent</a>
|
|
80
|
+
</li>
|
|
81
|
+
<li class="link">
|
|
82
|
+
<a href="components/EuimOpenSourceLicencesComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimOpenSourceLicencesComponent</a>
|
|
83
|
+
</li>
|
|
84
|
+
<li class="link">
|
|
85
|
+
<a href="components/EuimPrivacyStatementComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimPrivacyStatementComponent</a>
|
|
86
|
+
</li>
|
|
87
|
+
</ul>
|
|
88
|
+
</li>
|
|
89
|
+
</li>
|
|
58
90
|
<li class="link">
|
|
59
91
|
<a href="modules/EuimAlertMessageModule.html" data-type="entity-link" >EuimAlertMessageModule</a>
|
|
60
92
|
<li class="chapter inner">
|
|
@@ -67,7 +99,22 @@ customElements.define('compodoc-menu', class extends HTMLElement {
|
|
|
67
99
|
<ul class="links collapse" ${ isNormalMode ? 'id="components-links-module-EuimAlertMessageModule-ed3524f1cbc9f0a10dc0dbf6d0fed589f1e5dc3a0f5201488f202cd17fd854187a3799e33d4276b4d079d5ac9975d9a468d30d14eecf2e479071744f8972dee8"' :
|
|
68
100
|
'id="xs-components-links-module-EuimAlertMessageModule-ed3524f1cbc9f0a10dc0dbf6d0fed589f1e5dc3a0f5201488f202cd17fd854187a3799e33d4276b4d079d5ac9975d9a468d30d14eecf2e479071744f8972dee8"' }>
|
|
69
101
|
<li class="link">
|
|
70
|
-
<a href="components/
|
|
102
|
+
<a href="components/EuimAboutComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimAboutComponent</a>
|
|
103
|
+
</li>
|
|
104
|
+
<li class="link">
|
|
105
|
+
<a href="components/EuimChangelogComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimChangelogComponent</a>
|
|
106
|
+
</li>
|
|
107
|
+
<li class="link">
|
|
108
|
+
<a href="components/EuimHelpSupportComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimHelpSupportComponent</a>
|
|
109
|
+
</li>
|
|
110
|
+
<li class="link">
|
|
111
|
+
<a href="components/EuimLegalNoticeComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimLegalNoticeComponent</a>
|
|
112
|
+
</li>
|
|
113
|
+
<li class="link">
|
|
114
|
+
<a href="components/EuimOpenSourceLicencesComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimOpenSourceLicencesComponent</a>
|
|
115
|
+
</li>
|
|
116
|
+
<li class="link">
|
|
117
|
+
<a href="components/EuimPrivacyStatementComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimPrivacyStatementComponent</a>
|
|
71
118
|
</li>
|
|
72
119
|
</ul>
|
|
73
120
|
</li>
|
|
@@ -76,13 +123,13 @@ customElements.define('compodoc-menu', class extends HTMLElement {
|
|
|
76
123
|
<a href="modules/EuimAllModule.html" data-type="entity-link" >EuimAllModule</a>
|
|
77
124
|
<li class="chapter inner">
|
|
78
125
|
<div class="simple menu-toggler" data-bs-toggle="collapse" ${ isNormalMode ?
|
|
79
|
-
'data-bs-target="#components-links-module-EuimAllModule-
|
|
126
|
+
'data-bs-target="#components-links-module-EuimAllModule-999d41365a3827788e2112412c872c296812e0abd39745604b36dbbba57460427c688ab9429ac3b7bcf9d64f6a3a9c72a32ecfc12cff2cece51274710ea246ad"' : 'data-bs-target="#xs-components-links-module-EuimAllModule-999d41365a3827788e2112412c872c296812e0abd39745604b36dbbba57460427c688ab9429ac3b7bcf9d64f6a3a9c72a32ecfc12cff2cece51274710ea246ad"' }>
|
|
80
127
|
<span class="icon ion-md-cog"></span>
|
|
81
128
|
<span>Components</span>
|
|
82
129
|
<span class="icon ion-ios-arrow-down"></span>
|
|
83
130
|
</div>
|
|
84
|
-
<ul class="links collapse" ${ isNormalMode ? 'id="components-links-module-EuimAllModule-
|
|
85
|
-
'id="xs-components-links-module-EuimAllModule-
|
|
131
|
+
<ul class="links collapse" ${ isNormalMode ? 'id="components-links-module-EuimAllModule-999d41365a3827788e2112412c872c296812e0abd39745604b36dbbba57460427c688ab9429ac3b7bcf9d64f6a3a9c72a32ecfc12cff2cece51274710ea246ad"' :
|
|
132
|
+
'id="xs-components-links-module-EuimAllModule-999d41365a3827788e2112412c872c296812e0abd39745604b36dbbba57460427c688ab9429ac3b7bcf9d64f6a3a9c72a32ecfc12cff2cece51274710ea246ad"' }>
|
|
86
133
|
<li class="link">
|
|
87
134
|
<a href="components/EuimChipSelectorComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimChipSelectorComponent</a>
|
|
88
135
|
</li>
|
|
@@ -144,7 +191,22 @@ customElements.define('compodoc-menu', class extends HTMLElement {
|
|
|
144
191
|
<ul class="links collapse" ${ isNormalMode ? 'id="components-links-module-EuimAvatarModule-83091de07963a4c87f75e721e499aa61b08f3f13839957dba6919bb1d46e63eb05bef76a839c0a43d578b9e059d3bd7195d64eb0b566dc5cd4c45530ecfc627b"' :
|
|
145
192
|
'id="xs-components-links-module-EuimAvatarModule-83091de07963a4c87f75e721e499aa61b08f3f13839957dba6919bb1d46e63eb05bef76a839c0a43d578b9e059d3bd7195d64eb0b566dc5cd4c45530ecfc627b"' }>
|
|
146
193
|
<li class="link">
|
|
147
|
-
<a href="components/
|
|
194
|
+
<a href="components/EuimAboutComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimAboutComponent</a>
|
|
195
|
+
</li>
|
|
196
|
+
<li class="link">
|
|
197
|
+
<a href="components/EuimChangelogComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimChangelogComponent</a>
|
|
198
|
+
</li>
|
|
199
|
+
<li class="link">
|
|
200
|
+
<a href="components/EuimHelpSupportComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimHelpSupportComponent</a>
|
|
201
|
+
</li>
|
|
202
|
+
<li class="link">
|
|
203
|
+
<a href="components/EuimLegalNoticeComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimLegalNoticeComponent</a>
|
|
204
|
+
</li>
|
|
205
|
+
<li class="link">
|
|
206
|
+
<a href="components/EuimOpenSourceLicencesComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimOpenSourceLicencesComponent</a>
|
|
207
|
+
</li>
|
|
208
|
+
<li class="link">
|
|
209
|
+
<a href="components/EuimPrivacyStatementComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimPrivacyStatementComponent</a>
|
|
148
210
|
</li>
|
|
149
211
|
</ul>
|
|
150
212
|
</li>
|
|
@@ -209,7 +271,22 @@ customElements.define('compodoc-menu', class extends HTMLElement {
|
|
|
209
271
|
<ul class="links collapse" ${ isNormalMode ? 'id="components-links-module-EuimDataSummaryModule-e7768dbc458f4c60d086ad51f8166fec31ed74917b7a7aba3333aaa7ac99b78c75ef2490b0891b32f217317b7ef5dcb4dd789ffe28626b9e0119781371989293"' :
|
|
210
272
|
'id="xs-components-links-module-EuimDataSummaryModule-e7768dbc458f4c60d086ad51f8166fec31ed74917b7a7aba3333aaa7ac99b78c75ef2490b0891b32f217317b7ef5dcb4dd789ffe28626b9e0119781371989293"' }>
|
|
211
273
|
<li class="link">
|
|
212
|
-
<a href="components/
|
|
274
|
+
<a href="components/EuimAboutComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimAboutComponent</a>
|
|
275
|
+
</li>
|
|
276
|
+
<li class="link">
|
|
277
|
+
<a href="components/EuimChangelogComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimChangelogComponent</a>
|
|
278
|
+
</li>
|
|
279
|
+
<li class="link">
|
|
280
|
+
<a href="components/EuimHelpSupportComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimHelpSupportComponent</a>
|
|
281
|
+
</li>
|
|
282
|
+
<li class="link">
|
|
283
|
+
<a href="components/EuimLegalNoticeComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimLegalNoticeComponent</a>
|
|
284
|
+
</li>
|
|
285
|
+
<li class="link">
|
|
286
|
+
<a href="components/EuimOpenSourceLicencesComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimOpenSourceLicencesComponent</a>
|
|
287
|
+
</li>
|
|
288
|
+
<li class="link">
|
|
289
|
+
<a href="components/EuimPrivacyStatementComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimPrivacyStatementComponent</a>
|
|
213
290
|
</li>
|
|
214
291
|
</ul>
|
|
215
292
|
</li>
|
|
@@ -260,7 +337,22 @@ customElements.define('compodoc-menu', class extends HTMLElement {
|
|
|
260
337
|
<ul class="links collapse" ${ isNormalMode ? 'id="components-links-module-EuimHeaderDetailsModule-0dd293cf7c9dc7ce49b70ad0bef2fb9e46438561227c76a114b7d9ecc2bf605ec479a652826ed990c7c92cdcae0bcf2df88b941f50316df82e460f1ae1b6801d"' :
|
|
261
338
|
'id="xs-components-links-module-EuimHeaderDetailsModule-0dd293cf7c9dc7ce49b70ad0bef2fb9e46438561227c76a114b7d9ecc2bf605ec479a652826ed990c7c92cdcae0bcf2df88b941f50316df82e460f1ae1b6801d"' }>
|
|
262
339
|
<li class="link">
|
|
263
|
-
<a href="components/
|
|
340
|
+
<a href="components/EuimAboutComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimAboutComponent</a>
|
|
341
|
+
</li>
|
|
342
|
+
<li class="link">
|
|
343
|
+
<a href="components/EuimChangelogComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimChangelogComponent</a>
|
|
344
|
+
</li>
|
|
345
|
+
<li class="link">
|
|
346
|
+
<a href="components/EuimHelpSupportComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimHelpSupportComponent</a>
|
|
347
|
+
</li>
|
|
348
|
+
<li class="link">
|
|
349
|
+
<a href="components/EuimLegalNoticeComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimLegalNoticeComponent</a>
|
|
350
|
+
</li>
|
|
351
|
+
<li class="link">
|
|
352
|
+
<a href="components/EuimOpenSourceLicencesComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimOpenSourceLicencesComponent</a>
|
|
353
|
+
</li>
|
|
354
|
+
<li class="link">
|
|
355
|
+
<a href="components/EuimPrivacyStatementComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimPrivacyStatementComponent</a>
|
|
264
356
|
</li>
|
|
265
357
|
</ul>
|
|
266
358
|
</li>
|
|
@@ -314,7 +406,22 @@ customElements.define('compodoc-menu', class extends HTMLElement {
|
|
|
314
406
|
<ul class="links collapse" ${ isNormalMode ? 'id="components-links-module-EuimMediaHeaderModule-5e7192137e39e5129aa9fd8b485aeb45c65467f9c8f23a4ba5cbcca78ebcc867f32705c9908ee19032af63f17f6700caf53dcfe13230d697becc1cc5ae5e5bb6"' :
|
|
315
407
|
'id="xs-components-links-module-EuimMediaHeaderModule-5e7192137e39e5129aa9fd8b485aeb45c65467f9c8f23a4ba5cbcca78ebcc867f32705c9908ee19032af63f17f6700caf53dcfe13230d697becc1cc5ae5e5bb6"' }>
|
|
316
408
|
<li class="link">
|
|
317
|
-
<a href="components/
|
|
409
|
+
<a href="components/EuimAboutComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimAboutComponent</a>
|
|
410
|
+
</li>
|
|
411
|
+
<li class="link">
|
|
412
|
+
<a href="components/EuimChangelogComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimChangelogComponent</a>
|
|
413
|
+
</li>
|
|
414
|
+
<li class="link">
|
|
415
|
+
<a href="components/EuimHelpSupportComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimHelpSupportComponent</a>
|
|
416
|
+
</li>
|
|
417
|
+
<li class="link">
|
|
418
|
+
<a href="components/EuimLegalNoticeComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimLegalNoticeComponent</a>
|
|
419
|
+
</li>
|
|
420
|
+
<li class="link">
|
|
421
|
+
<a href="components/EuimOpenSourceLicencesComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimOpenSourceLicencesComponent</a>
|
|
422
|
+
</li>
|
|
423
|
+
<li class="link">
|
|
424
|
+
<a href="components/EuimPrivacyStatementComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimPrivacyStatementComponent</a>
|
|
318
425
|
</li>
|
|
319
426
|
</ul>
|
|
320
427
|
</li>
|
|
@@ -331,7 +438,22 @@ customElements.define('compodoc-menu', class extends HTMLElement {
|
|
|
331
438
|
<ul class="links collapse" ${ isNormalMode ? 'id="components-links-module-EuimMessageModule-0d592b3adf19bea6b3dabff5e124d969c197d06d7898bd8eb90150173212c10b9237a4f77590b779b83921609a7a408d9a39a44f45c682714e94cacf3a23f1dd"' :
|
|
332
439
|
'id="xs-components-links-module-EuimMessageModule-0d592b3adf19bea6b3dabff5e124d969c197d06d7898bd8eb90150173212c10b9237a4f77590b779b83921609a7a408d9a39a44f45c682714e94cacf3a23f1dd"' }>
|
|
333
440
|
<li class="link">
|
|
334
|
-
<a href="components/
|
|
441
|
+
<a href="components/EuimAboutComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimAboutComponent</a>
|
|
442
|
+
</li>
|
|
443
|
+
<li class="link">
|
|
444
|
+
<a href="components/EuimChangelogComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimChangelogComponent</a>
|
|
445
|
+
</li>
|
|
446
|
+
<li class="link">
|
|
447
|
+
<a href="components/EuimHelpSupportComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimHelpSupportComponent</a>
|
|
448
|
+
</li>
|
|
449
|
+
<li class="link">
|
|
450
|
+
<a href="components/EuimLegalNoticeComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimLegalNoticeComponent</a>
|
|
451
|
+
</li>
|
|
452
|
+
<li class="link">
|
|
453
|
+
<a href="components/EuimOpenSourceLicencesComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimOpenSourceLicencesComponent</a>
|
|
454
|
+
</li>
|
|
455
|
+
<li class="link">
|
|
456
|
+
<a href="components/EuimPrivacyStatementComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimPrivacyStatementComponent</a>
|
|
335
457
|
</li>
|
|
336
458
|
</ul>
|
|
337
459
|
</li>
|
|
@@ -348,7 +470,22 @@ customElements.define('compodoc-menu', class extends HTMLElement {
|
|
|
348
470
|
<ul class="links collapse" ${ isNormalMode ? 'id="components-links-module-EuimMultiselectModule-76489fb48eba129aa05f764844a1bbd3adc0248b22713289a96ea98221406f03cb0d6a2ab70abd2bd9d3ab38ee12bd314479fb478880d11f68922dbc4cdedf58"' :
|
|
349
471
|
'id="xs-components-links-module-EuimMultiselectModule-76489fb48eba129aa05f764844a1bbd3adc0248b22713289a96ea98221406f03cb0d6a2ab70abd2bd9d3ab38ee12bd314479fb478880d11f68922dbc4cdedf58"' }>
|
|
350
472
|
<li class="link">
|
|
351
|
-
<a href="components/
|
|
473
|
+
<a href="components/EuimAboutComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimAboutComponent</a>
|
|
474
|
+
</li>
|
|
475
|
+
<li class="link">
|
|
476
|
+
<a href="components/EuimChangelogComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimChangelogComponent</a>
|
|
477
|
+
</li>
|
|
478
|
+
<li class="link">
|
|
479
|
+
<a href="components/EuimHelpSupportComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimHelpSupportComponent</a>
|
|
480
|
+
</li>
|
|
481
|
+
<li class="link">
|
|
482
|
+
<a href="components/EuimLegalNoticeComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimLegalNoticeComponent</a>
|
|
483
|
+
</li>
|
|
484
|
+
<li class="link">
|
|
485
|
+
<a href="components/EuimOpenSourceLicencesComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimOpenSourceLicencesComponent</a>
|
|
486
|
+
</li>
|
|
487
|
+
<li class="link">
|
|
488
|
+
<a href="components/EuimPrivacyStatementComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimPrivacyStatementComponent</a>
|
|
352
489
|
</li>
|
|
353
490
|
</ul>
|
|
354
491
|
</li>
|
|
@@ -382,7 +519,22 @@ customElements.define('compodoc-menu', class extends HTMLElement {
|
|
|
382
519
|
<ul class="links collapse" ${ isNormalMode ? 'id="components-links-module-EuimPdfWrapperModule-a942ee521089708e73448a73aeffa9f161180492d91075b1150ed5a0cce150ac59eceb4569a9ff2807a49ff127fb2d3099e776d44e52c5face807b4bac22929b"' :
|
|
383
520
|
'id="xs-components-links-module-EuimPdfWrapperModule-a942ee521089708e73448a73aeffa9f161180492d91075b1150ed5a0cce150ac59eceb4569a9ff2807a49ff127fb2d3099e776d44e52c5face807b4bac22929b"' }>
|
|
384
521
|
<li class="link">
|
|
385
|
-
<a href="components/
|
|
522
|
+
<a href="components/EuimAboutComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimAboutComponent</a>
|
|
523
|
+
</li>
|
|
524
|
+
<li class="link">
|
|
525
|
+
<a href="components/EuimChangelogComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimChangelogComponent</a>
|
|
526
|
+
</li>
|
|
527
|
+
<li class="link">
|
|
528
|
+
<a href="components/EuimHelpSupportComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimHelpSupportComponent</a>
|
|
529
|
+
</li>
|
|
530
|
+
<li class="link">
|
|
531
|
+
<a href="components/EuimLegalNoticeComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimLegalNoticeComponent</a>
|
|
532
|
+
</li>
|
|
533
|
+
<li class="link">
|
|
534
|
+
<a href="components/EuimOpenSourceLicencesComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimOpenSourceLicencesComponent</a>
|
|
535
|
+
</li>
|
|
536
|
+
<li class="link">
|
|
537
|
+
<a href="components/EuimPrivacyStatementComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimPrivacyStatementComponent</a>
|
|
386
538
|
</li>
|
|
387
539
|
</ul>
|
|
388
540
|
</li>
|
|
@@ -436,7 +588,22 @@ customElements.define('compodoc-menu', class extends HTMLElement {
|
|
|
436
588
|
<ul class="links collapse" ${ isNormalMode ? 'id="components-links-module-EuimSkeletonListItemModule-e409cdae0abfdb974803a78526e2f56d086cc977c36415d44b847e26ce5b290328b3b8fae624ed26bbf9c99165d0e0dba5f11e973f884c58e383708a29489c85"' :
|
|
437
589
|
'id="xs-components-links-module-EuimSkeletonListItemModule-e409cdae0abfdb974803a78526e2f56d086cc977c36415d44b847e26ce5b290328b3b8fae624ed26bbf9c99165d0e0dba5f11e973f884c58e383708a29489c85"' }>
|
|
438
590
|
<li class="link">
|
|
439
|
-
<a href="components/
|
|
591
|
+
<a href="components/EuimAboutComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimAboutComponent</a>
|
|
592
|
+
</li>
|
|
593
|
+
<li class="link">
|
|
594
|
+
<a href="components/EuimChangelogComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimChangelogComponent</a>
|
|
595
|
+
</li>
|
|
596
|
+
<li class="link">
|
|
597
|
+
<a href="components/EuimHelpSupportComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimHelpSupportComponent</a>
|
|
598
|
+
</li>
|
|
599
|
+
<li class="link">
|
|
600
|
+
<a href="components/EuimLegalNoticeComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimLegalNoticeComponent</a>
|
|
601
|
+
</li>
|
|
602
|
+
<li class="link">
|
|
603
|
+
<a href="components/EuimOpenSourceLicencesComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimOpenSourceLicencesComponent</a>
|
|
604
|
+
</li>
|
|
605
|
+
<li class="link">
|
|
606
|
+
<a href="components/EuimPrivacyStatementComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimPrivacyStatementComponent</a>
|
|
440
607
|
</li>
|
|
441
608
|
</ul>
|
|
442
609
|
</li>
|
|
@@ -453,7 +620,22 @@ customElements.define('compodoc-menu', class extends HTMLElement {
|
|
|
453
620
|
<ul class="links collapse" ${ isNormalMode ? 'id="components-links-module-EuimSkeletonListModule-eaea6fe16949ae95e5670616a183ceaaf9fadbd20c59c0fcb59e1f7d87f261e226ad83c4743146673d5dfd265408c90b732391dcb447606d8e25dbc0055f5832"' :
|
|
454
621
|
'id="xs-components-links-module-EuimSkeletonListModule-eaea6fe16949ae95e5670616a183ceaaf9fadbd20c59c0fcb59e1f7d87f261e226ad83c4743146673d5dfd265408c90b732391dcb447606d8e25dbc0055f5832"' }>
|
|
455
622
|
<li class="link">
|
|
456
|
-
<a href="components/
|
|
623
|
+
<a href="components/EuimAboutComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimAboutComponent</a>
|
|
624
|
+
</li>
|
|
625
|
+
<li class="link">
|
|
626
|
+
<a href="components/EuimChangelogComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimChangelogComponent</a>
|
|
627
|
+
</li>
|
|
628
|
+
<li class="link">
|
|
629
|
+
<a href="components/EuimHelpSupportComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimHelpSupportComponent</a>
|
|
630
|
+
</li>
|
|
631
|
+
<li class="link">
|
|
632
|
+
<a href="components/EuimLegalNoticeComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimLegalNoticeComponent</a>
|
|
633
|
+
</li>
|
|
634
|
+
<li class="link">
|
|
635
|
+
<a href="components/EuimOpenSourceLicencesComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimOpenSourceLicencesComponent</a>
|
|
636
|
+
</li>
|
|
637
|
+
<li class="link">
|
|
638
|
+
<a href="components/EuimPrivacyStatementComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimPrivacyStatementComponent</a>
|
|
457
639
|
</li>
|
|
458
640
|
</ul>
|
|
459
641
|
</li>
|
|
@@ -487,7 +669,22 @@ customElements.define('compodoc-menu', class extends HTMLElement {
|
|
|
487
669
|
<ul class="links collapse" ${ isNormalMode ? 'id="components-links-module-EuimSliderInfoScreenModule-ca4bee76768f248ba59f20bded5b2854c209be4cb67c9368dbd6d57cb65dceff54bb6ec7018dc0c42dfa3081ccec0a9a752ad73dfac3d46ef25e5e12b9d99207"' :
|
|
488
670
|
'id="xs-components-links-module-EuimSliderInfoScreenModule-ca4bee76768f248ba59f20bded5b2854c209be4cb67c9368dbd6d57cb65dceff54bb6ec7018dc0c42dfa3081ccec0a9a752ad73dfac3d46ef25e5e12b9d99207"' }>
|
|
489
671
|
<li class="link">
|
|
490
|
-
<a href="components/
|
|
672
|
+
<a href="components/EuimAboutComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimAboutComponent</a>
|
|
673
|
+
</li>
|
|
674
|
+
<li class="link">
|
|
675
|
+
<a href="components/EuimChangelogComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimChangelogComponent</a>
|
|
676
|
+
</li>
|
|
677
|
+
<li class="link">
|
|
678
|
+
<a href="components/EuimHelpSupportComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimHelpSupportComponent</a>
|
|
679
|
+
</li>
|
|
680
|
+
<li class="link">
|
|
681
|
+
<a href="components/EuimLegalNoticeComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimLegalNoticeComponent</a>
|
|
682
|
+
</li>
|
|
683
|
+
<li class="link">
|
|
684
|
+
<a href="components/EuimOpenSourceLicencesComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimOpenSourceLicencesComponent</a>
|
|
685
|
+
</li>
|
|
686
|
+
<li class="link">
|
|
687
|
+
<a href="components/EuimPrivacyStatementComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimPrivacyStatementComponent</a>
|
|
491
688
|
</li>
|
|
492
689
|
</ul>
|
|
493
690
|
</li>
|
|
@@ -550,7 +747,22 @@ customElements.define('compodoc-menu', class extends HTMLElement {
|
|
|
550
747
|
<ul class="links collapse" ${ isNormalMode ? 'id="components-links-module-EuimUserProfileModule-964dcb072916df100db111ef447683b83aa69fbe52696ac1efbb4a6f7cd77dcf7a3850884b977ff1322f9b937419362b0faf178eb8025cd1743533c5dd92ee17"' :
|
|
551
748
|
'id="xs-components-links-module-EuimUserProfileModule-964dcb072916df100db111ef447683b83aa69fbe52696ac1efbb4a6f7cd77dcf7a3850884b977ff1322f9b937419362b0faf178eb8025cd1743533c5dd92ee17"' }>
|
|
552
749
|
<li class="link">
|
|
553
|
-
<a href="components/
|
|
750
|
+
<a href="components/EuimAboutComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimAboutComponent</a>
|
|
751
|
+
</li>
|
|
752
|
+
<li class="link">
|
|
753
|
+
<a href="components/EuimChangelogComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimChangelogComponent</a>
|
|
754
|
+
</li>
|
|
755
|
+
<li class="link">
|
|
756
|
+
<a href="components/EuimHelpSupportComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimHelpSupportComponent</a>
|
|
757
|
+
</li>
|
|
758
|
+
<li class="link">
|
|
759
|
+
<a href="components/EuimLegalNoticeComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimLegalNoticeComponent</a>
|
|
760
|
+
</li>
|
|
761
|
+
<li class="link">
|
|
762
|
+
<a href="components/EuimOpenSourceLicencesComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimOpenSourceLicencesComponent</a>
|
|
763
|
+
</li>
|
|
764
|
+
<li class="link">
|
|
765
|
+
<a href="components/EuimPrivacyStatementComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimPrivacyStatementComponent</a>
|
|
554
766
|
</li>
|
|
555
767
|
</ul>
|
|
556
768
|
</li>
|
|
@@ -565,6 +777,9 @@ customElements.define('compodoc-menu', class extends HTMLElement {
|
|
|
565
777
|
<span class="icon ion-ios-arrow-down"></span>
|
|
566
778
|
</div>
|
|
567
779
|
<ul class="links collapse " ${ isNormalMode ? 'id="components-links"' : 'id="xs-components-links"' }>
|
|
780
|
+
<li class="link">
|
|
781
|
+
<a href="components/EuimAlertMessageComponent.html" data-type="entity-link" >EuimAlertMessageComponent</a>
|
|
782
|
+
</li>
|
|
568
783
|
<li class="link">
|
|
569
784
|
<a href="components/EuimAvatarComponent.html" data-type="entity-link" >EuimAvatarComponent</a>
|
|
570
785
|
</li>
|
|
@@ -715,9 +930,24 @@ customElements.define('compodoc-menu', class extends HTMLElement {
|
|
|
715
930
|
<li class="link">
|
|
716
931
|
<a href="interfaces/ActionBtnsNames.html" data-type="entity-link" >ActionBtnsNames</a>
|
|
717
932
|
</li>
|
|
933
|
+
<li class="link">
|
|
934
|
+
<a href="interfaces/AlertInfos.html" data-type="entity-link" >AlertInfos</a>
|
|
935
|
+
</li>
|
|
936
|
+
<li class="link">
|
|
937
|
+
<a href="interfaces/Contact.html" data-type="entity-link" >Contact</a>
|
|
938
|
+
</li>
|
|
718
939
|
<li class="link">
|
|
719
940
|
<a href="interfaces/FilteredData.html" data-type="entity-link" >FilteredData</a>
|
|
720
941
|
</li>
|
|
942
|
+
<li class="link">
|
|
943
|
+
<a href="interfaces/HelpContacts.html" data-type="entity-link" >HelpContacts</a>
|
|
944
|
+
</li>
|
|
945
|
+
<li class="link">
|
|
946
|
+
<a href="interfaces/Material.html" data-type="entity-link" >Material</a>
|
|
947
|
+
</li>
|
|
948
|
+
<li class="link">
|
|
949
|
+
<a href="interfaces/SupportMaterials.html" data-type="entity-link" >SupportMaterials</a>
|
|
950
|
+
</li>
|
|
721
951
|
<li class="link">
|
|
722
952
|
<a href="interfaces/UIState.html" data-type="entity-link" >UIState</a>
|
|
723
953
|
</li>
|