@eui/mobile-core 17.1.0-snapshot-1715156315917 → 17.1.0-snapshot-1715853050652
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/assets/i18n-mobile/en.json +10 -3
- package/assets/i18n-mobile/es.json +10 -2
- package/assets/i18n-mobile/fr.json +10 -2
- package/assets/i18n-mobile/tr.json +10 -2
- 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 +2 -2
- package/docs/components/{EuimLicenseDetailsComponent.html → EuimAboutContentLoadingComponent.html} +30 -52
- 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 +2 -2
- 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 +2 -2
- package/docs/components/EuimLabelComponent.html +1 -1
- package/docs/components/EuimLanguageListComponent.html +1 -1
- package/docs/components/EuimLanguageSelectorComponent.html +1 -1
- 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 +2 -2
- package/docs/components/{EuimPdfWrapperComponent.html → EuimPdfViewerComponent.html} +8 -8
- 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/EuimToolbarDatepickerComponent.html +1 -1
- package/docs/components/EuimToolbarTitleComponent.html +1 -1
- package/docs/components/EuimUserProfileComponent.html +1 -1
- package/docs/dependencies.html +5 -5
- package/docs/index.html +1 -1
- package/docs/js/menu-wc.js +50 -128
- package/docs/js/menu-wc_es5.js +1 -1
- package/docs/js/search/search_index.js +2 -2
- package/docs/miscellaneous/variables.html +5 -6
- package/docs/modules/EuimAboutModule.html +6 -18
- package/docs/modules/EuimAlertMessageModule.html +6 -18
- package/docs/modules/EuimAllModule.html +6 -0
- package/docs/modules/EuimAvatarModule.html +6 -18
- package/docs/modules/EuimDataSummaryModule.html +6 -18
- package/docs/modules/EuimHeaderDetailsModule.html +6 -18
- package/docs/modules/EuimMediaHeaderModule.html +6 -18
- package/docs/modules/EuimMessageModule.html +6 -18
- package/docs/modules/EuimMultiselectModule.html +6 -18
- package/docs/modules/{EuimPdfWrapperModule.html → EuimPdfViewerModule.html} +9 -21
- package/docs/modules/EuimSkeletonListItemModule.html +6 -18
- package/docs/modules/EuimSkeletonListModule.html +6 -18
- package/docs/modules/EuimSliderInfoScreenModule.html +6 -18
- package/docs/modules/EuimUserProfileModule.html +6 -18
- package/docs/modules.html +2 -2
- package/esm2022/lib/components/atoms/euim-label/euim-label.component.mjs +2 -2
- package/esm2022/lib/components/euim-about/euim-about-content-loading/euim-about-content-loading.component.mjs +26 -0
- package/esm2022/lib/components/euim-about/euim-about.component.mjs +4 -3
- package/esm2022/lib/components/euim-about/euim-about.module.mjs +11 -15
- package/esm2022/lib/components/euim-about/euim-changelog/euim-changelog.component.mjs +4 -3
- package/esm2022/lib/components/euim-about/euim-help-support/euim-help-support.component.mjs +4 -3
- package/esm2022/lib/components/euim-about/euim-opensource-licences/euim-opensource-licences.component.mjs +4 -3
- package/esm2022/lib/components/euim-about/index.mjs +2 -4
- package/esm2022/lib/components/euim-pdf-viewer/euim-pdf-viewer.component.mjs +99 -0
- package/esm2022/lib/components/euim-pdf-viewer/euim-pdf-viewer.module.mjs +47 -0
- package/esm2022/lib/components/euim-pdf-viewer/index.mjs +3 -0
- package/esm2022/lib/components/index.mjs +2 -2
- package/esm2022/lib/euim-all.module.mjs +6 -2
- package/fesm2022/eui-mobile-core.mjs +66 -90
- package/fesm2022/eui-mobile-core.mjs.map +1 -1
- package/lib/components/euim-about/euim-about-content-loading/euim-about-content-loading.component.d.ts +14 -0
- package/lib/components/euim-about/euim-about-content-loading/euim-about-content-loading.component.d.ts.map +1 -0
- package/lib/components/euim-about/euim-about.module.d.ts +14 -15
- package/lib/components/euim-about/euim-about.module.d.ts.map +1 -1
- package/lib/components/euim-about/index.d.ts +1 -3
- package/lib/components/euim-about/index.d.ts.map +1 -1
- package/lib/components/{euim-pdf-wrapper/euim-pdf-wrapper.component.d.ts → euim-pdf-viewer/euim-pdf-viewer.component.d.ts} +5 -4
- package/lib/components/euim-pdf-viewer/euim-pdf-viewer.component.d.ts.map +1 -0
- package/lib/components/euim-pdf-viewer/euim-pdf-viewer.module.d.ts +14 -0
- package/lib/components/euim-pdf-viewer/euim-pdf-viewer.module.d.ts.map +1 -0
- package/lib/components/euim-pdf-viewer/index.d.ts +3 -0
- package/lib/components/euim-pdf-viewer/index.d.ts.map +1 -0
- package/lib/components/index.d.ts +1 -1
- package/lib/components/index.d.ts.map +1 -1
- package/lib/euim-all.module.d.ts +7 -6
- package/lib/euim-all.module.d.ts.map +1 -1
- package/package.json +1 -1
- package/docs/components/EuimLegalNoticeComponent.html +0 -416
- package/docs/components/EuimPrivacyStatementComponent.html +0 -416
- package/esm2022/lib/components/euim-about/euim-legal-notice/euim-legal-notice.component.mjs +0 -25
- package/esm2022/lib/components/euim-about/euim-license-details/euim-license-details.component.mjs +0 -24
- package/esm2022/lib/components/euim-about/euim-privacy-statement/euim-privacy-statement.component.mjs +0 -25
- package/esm2022/lib/components/euim-pdf-wrapper/euim-pdf-wrapper.component.mjs +0 -92
- package/esm2022/lib/components/euim-pdf-wrapper/euim-pdf-wrapper.module.mjs +0 -43
- package/esm2022/lib/components/euim-pdf-wrapper/index.mjs +0 -3
- package/lib/components/euim-about/euim-legal-notice/euim-legal-notice.component.d.ts +0 -13
- package/lib/components/euim-about/euim-legal-notice/euim-legal-notice.component.d.ts.map +0 -1
- package/lib/components/euim-about/euim-license-details/euim-license-details.component.d.ts +0 -13
- package/lib/components/euim-about/euim-license-details/euim-license-details.component.d.ts.map +0 -1
- package/lib/components/euim-about/euim-privacy-statement/euim-privacy-statement.component.d.ts +0 -13
- package/lib/components/euim-about/euim-privacy-statement/euim-privacy-statement.component.d.ts.map +0 -1
- package/lib/components/euim-pdf-wrapper/euim-pdf-wrapper.component.d.ts.map +0 -1
- package/lib/components/euim-pdf-wrapper/euim-pdf-wrapper.module.d.ts +0 -13
- package/lib/components/euim-pdf-wrapper/euim-pdf-wrapper.module.d.ts.map +0 -1
- package/lib/components/euim-pdf-wrapper/index.d.ts +0 -3
- package/lib/components/euim-pdf-wrapper/index.d.ts.map +0 -1
package/docs/js/menu-wc.js
CHANGED
|
@@ -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-
|
|
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-
|
|
68
|
-
'id="xs-components-links-module-EuimAboutModule-
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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>
|
|
@@ -129,13 +117,13 @@ customElements.define('compodoc-menu', class extends HTMLElement {
|
|
|
129
117
|
<a href="modules/EuimAllModule.html" data-type="entity-link" >EuimAllModule</a>
|
|
130
118
|
<li class="chapter inner">
|
|
131
119
|
<div class="simple menu-toggler" data-bs-toggle="collapse" ${ isNormalMode ?
|
|
132
|
-
'data-bs-target="#components-links-module-EuimAllModule-
|
|
120
|
+
'data-bs-target="#components-links-module-EuimAllModule-6884a146c41121a347b1fe7169b6092e35e05dfb21d4818b5169764f87f498592f2741a35389f63cb5d5bb4027700f3a6c0c94a13fe13f9e4556128d7bb35b49"' : 'data-bs-target="#xs-components-links-module-EuimAllModule-6884a146c41121a347b1fe7169b6092e35e05dfb21d4818b5169764f87f498592f2741a35389f63cb5d5bb4027700f3a6c0c94a13fe13f9e4556128d7bb35b49"' }>
|
|
133
121
|
<span class="icon ion-md-cog"></span>
|
|
134
122
|
<span>Components</span>
|
|
135
123
|
<span class="icon ion-ios-arrow-down"></span>
|
|
136
124
|
</div>
|
|
137
|
-
<ul class="links collapse" ${ isNormalMode ? 'id="components-links-module-EuimAllModule-
|
|
138
|
-
'id="xs-components-links-module-EuimAllModule-
|
|
125
|
+
<ul class="links collapse" ${ isNormalMode ? 'id="components-links-module-EuimAllModule-6884a146c41121a347b1fe7169b6092e35e05dfb21d4818b5169764f87f498592f2741a35389f63cb5d5bb4027700f3a6c0c94a13fe13f9e4556128d7bb35b49"' :
|
|
126
|
+
'id="xs-components-links-module-EuimAllModule-6884a146c41121a347b1fe7169b6092e35e05dfb21d4818b5169764f87f498592f2741a35389f63cb5d5bb4027700f3a6c0c94a13fe13f9e4556128d7bb35b49"' }>
|
|
139
127
|
<li class="link">
|
|
140
128
|
<a href="components/EuimChipSelectorComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimChipSelectorComponent</a>
|
|
141
129
|
</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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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>
|
|
@@ -532,37 +484,31 @@ customElements.define('compodoc-menu', class extends HTMLElement {
|
|
|
532
484
|
</li>
|
|
533
485
|
</li>
|
|
534
486
|
<li class="link">
|
|
535
|
-
<a href="modules/
|
|
487
|
+
<a href="modules/EuimPdfViewerModule.html" data-type="entity-link" >EuimPdfViewerModule</a>
|
|
536
488
|
<li class="chapter inner">
|
|
537
489
|
<div class="simple menu-toggler" data-bs-toggle="collapse" ${ isNormalMode ?
|
|
538
|
-
'data-bs-target="#components-links-module-
|
|
490
|
+
'data-bs-target="#components-links-module-EuimPdfViewerModule-1bd605e1e7415d7e1f11189e6ecd6911fa20cc729eb763b3b93a12f01ecb4b2a97afc47143e2b8ec2529f16c1ea9ce45335fc4235df9022725f148a18d84e65c"' : 'data-bs-target="#xs-components-links-module-EuimPdfViewerModule-1bd605e1e7415d7e1f11189e6ecd6911fa20cc729eb763b3b93a12f01ecb4b2a97afc47143e2b8ec2529f16c1ea9ce45335fc4235df9022725f148a18d84e65c"' }>
|
|
539
491
|
<span class="icon ion-md-cog"></span>
|
|
540
492
|
<span>Components</span>
|
|
541
493
|
<span class="icon ion-ios-arrow-down"></span>
|
|
542
494
|
</div>
|
|
543
|
-
<ul class="links collapse" ${ isNormalMode ? 'id="components-links-module-
|
|
544
|
-
'id="xs-components-links-module-
|
|
495
|
+
<ul class="links collapse" ${ isNormalMode ? 'id="components-links-module-EuimPdfViewerModule-1bd605e1e7415d7e1f11189e6ecd6911fa20cc729eb763b3b93a12f01ecb4b2a97afc47143e2b8ec2529f16c1ea9ce45335fc4235df9022725f148a18d84e65c"' :
|
|
496
|
+
'id="xs-components-links-module-EuimPdfViewerModule-1bd605e1e7415d7e1f11189e6ecd6911fa20cc729eb763b3b93a12f01ecb4b2a97afc47143e2b8ec2529f16c1ea9ce45335fc4235df9022725f148a18d84e65c"' }>
|
|
545
497
|
<li class="link">
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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>
|
|
@@ -887,7 +809,7 @@ customElements.define('compodoc-menu', class extends HTMLElement {
|
|
|
887
809
|
<a href="components/EuimMultiselectToolbarComponent.html" data-type="entity-link" >EuimMultiselectToolbarComponent</a>
|
|
888
810
|
</li>
|
|
889
811
|
<li class="link">
|
|
890
|
-
<a href="components/
|
|
812
|
+
<a href="components/EuimPdfViewerComponent.html" data-type="entity-link" >EuimPdfViewerComponent</a>
|
|
891
813
|
</li>
|
|
892
814
|
<li class="link">
|
|
893
815
|
<a href="components/EuimSkeletonListComponent.html" data-type="entity-link" >EuimSkeletonListComponent</a>
|