@eui/mobile-core 17.0.0-next.9 → 17.0.1-snapshot-1713964827540
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/EuimContactSupportComponent.html +276 -0
- 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/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 +2 -2
- package/docs/js/menu-wc.js +230 -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 +274 -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 +71 -0
- package/esm2022/lib/components/euim-about/euim-changelog/euim-changelog.component.mjs +20 -0
- package/esm2022/lib/components/euim-about/euim-contact-support/euim-contact-support.component.mjs +11 -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-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 +246 -76
- 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 +20 -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-contact-support/euim-contact-support.component.d.ts +6 -0
- package/lib/components/euim-about/euim-contact-support/euim-contact-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
|
@@ -128,7 +128,22 @@
|
|
|
128
128
|
title="Official documentation about module declarations"><span class="icon ion-ios-information-circle-outline"></span></a></h3>
|
|
129
129
|
<ul class="list-group">
|
|
130
130
|
<li class="list-group-item">
|
|
131
|
-
<a href="../components/
|
|
131
|
+
<a href="../components/EuimAboutComponent.html">EuimAboutComponent</a>
|
|
132
|
+
</li>
|
|
133
|
+
<li class="list-group-item">
|
|
134
|
+
<a href="../components/EuimChangelogComponent.html">EuimChangelogComponent</a>
|
|
135
|
+
</li>
|
|
136
|
+
<li class="list-group-item">
|
|
137
|
+
<a href="../components/EuimContactSupportComponent.html">EuimContactSupportComponent</a>
|
|
138
|
+
</li>
|
|
139
|
+
<li class="list-group-item">
|
|
140
|
+
<a href="../components/EuimLegalNoticeComponent.html">EuimLegalNoticeComponent</a>
|
|
141
|
+
</li>
|
|
142
|
+
<li class="list-group-item">
|
|
143
|
+
<a href="../components/EuimOpenSourceLicencesComponent.html">EuimOpenSourceLicencesComponent</a>
|
|
144
|
+
</li>
|
|
145
|
+
<li class="list-group-item">
|
|
146
|
+
<a href="../components/EuimPrivacyStatementComponent.html">EuimPrivacyStatementComponent</a>
|
|
132
147
|
</li>
|
|
133
148
|
</ul>
|
|
134
149
|
</div>
|
|
@@ -138,7 +153,22 @@
|
|
|
138
153
|
class="icon ion-ios-information-circle-outline"></a></h3>
|
|
139
154
|
<ul class="list-group">
|
|
140
155
|
<li class="list-group-item">
|
|
141
|
-
<a href="../components/
|
|
156
|
+
<a href="../components/EuimAboutComponent.html">EuimAboutComponent</a>
|
|
157
|
+
</li>
|
|
158
|
+
<li class="list-group-item">
|
|
159
|
+
<a href="../components/EuimChangelogComponent.html">EuimChangelogComponent</a>
|
|
160
|
+
</li>
|
|
161
|
+
<li class="list-group-item">
|
|
162
|
+
<a href="../components/EuimContactSupportComponent.html">EuimContactSupportComponent</a>
|
|
163
|
+
</li>
|
|
164
|
+
<li class="list-group-item">
|
|
165
|
+
<a href="../components/EuimLegalNoticeComponent.html">EuimLegalNoticeComponent</a>
|
|
166
|
+
</li>
|
|
167
|
+
<li class="list-group-item">
|
|
168
|
+
<a href="../components/EuimOpenSourceLicencesComponent.html">EuimOpenSourceLicencesComponent</a>
|
|
169
|
+
</li>
|
|
170
|
+
<li class="list-group-item">
|
|
171
|
+
<a href="../components/EuimPrivacyStatementComponent.html">EuimPrivacyStatementComponent</a>
|
|
142
172
|
</li>
|
|
143
173
|
</ul>
|
|
144
174
|
</div>
|
|
@@ -128,7 +128,22 @@
|
|
|
128
128
|
title="Official documentation about module declarations"><span class="icon ion-ios-information-circle-outline"></span></a></h3>
|
|
129
129
|
<ul class="list-group">
|
|
130
130
|
<li class="list-group-item">
|
|
131
|
-
<a href="../components/
|
|
131
|
+
<a href="../components/EuimAboutComponent.html">EuimAboutComponent</a>
|
|
132
|
+
</li>
|
|
133
|
+
<li class="list-group-item">
|
|
134
|
+
<a href="../components/EuimChangelogComponent.html">EuimChangelogComponent</a>
|
|
135
|
+
</li>
|
|
136
|
+
<li class="list-group-item">
|
|
137
|
+
<a href="../components/EuimContactSupportComponent.html">EuimContactSupportComponent</a>
|
|
138
|
+
</li>
|
|
139
|
+
<li class="list-group-item">
|
|
140
|
+
<a href="../components/EuimLegalNoticeComponent.html">EuimLegalNoticeComponent</a>
|
|
141
|
+
</li>
|
|
142
|
+
<li class="list-group-item">
|
|
143
|
+
<a href="../components/EuimOpenSourceLicencesComponent.html">EuimOpenSourceLicencesComponent</a>
|
|
144
|
+
</li>
|
|
145
|
+
<li class="list-group-item">
|
|
146
|
+
<a href="../components/EuimPrivacyStatementComponent.html">EuimPrivacyStatementComponent</a>
|
|
132
147
|
</li>
|
|
133
148
|
</ul>
|
|
134
149
|
</div>
|
|
@@ -154,7 +169,22 @@
|
|
|
154
169
|
class="icon ion-ios-information-circle-outline"></a></h3>
|
|
155
170
|
<ul class="list-group">
|
|
156
171
|
<li class="list-group-item">
|
|
157
|
-
<a href="../components/
|
|
172
|
+
<a href="../components/EuimAboutComponent.html">EuimAboutComponent</a>
|
|
173
|
+
</li>
|
|
174
|
+
<li class="list-group-item">
|
|
175
|
+
<a href="../components/EuimChangelogComponent.html">EuimChangelogComponent</a>
|
|
176
|
+
</li>
|
|
177
|
+
<li class="list-group-item">
|
|
178
|
+
<a href="../components/EuimContactSupportComponent.html">EuimContactSupportComponent</a>
|
|
179
|
+
</li>
|
|
180
|
+
<li class="list-group-item">
|
|
181
|
+
<a href="../components/EuimLegalNoticeComponent.html">EuimLegalNoticeComponent</a>
|
|
182
|
+
</li>
|
|
183
|
+
<li class="list-group-item">
|
|
184
|
+
<a href="../components/EuimOpenSourceLicencesComponent.html">EuimOpenSourceLicencesComponent</a>
|
|
185
|
+
</li>
|
|
186
|
+
<li class="list-group-item">
|
|
187
|
+
<a href="../components/EuimPrivacyStatementComponent.html">EuimPrivacyStatementComponent</a>
|
|
158
188
|
</li>
|
|
159
189
|
</ul>
|
|
160
190
|
</div>
|
|
@@ -128,7 +128,22 @@
|
|
|
128
128
|
title="Official documentation about module declarations"><span class="icon ion-ios-information-circle-outline"></span></a></h3>
|
|
129
129
|
<ul class="list-group">
|
|
130
130
|
<li class="list-group-item">
|
|
131
|
-
<a href="../components/
|
|
131
|
+
<a href="../components/EuimAboutComponent.html">EuimAboutComponent</a>
|
|
132
|
+
</li>
|
|
133
|
+
<li class="list-group-item">
|
|
134
|
+
<a href="../components/EuimChangelogComponent.html">EuimChangelogComponent</a>
|
|
135
|
+
</li>
|
|
136
|
+
<li class="list-group-item">
|
|
137
|
+
<a href="../components/EuimContactSupportComponent.html">EuimContactSupportComponent</a>
|
|
138
|
+
</li>
|
|
139
|
+
<li class="list-group-item">
|
|
140
|
+
<a href="../components/EuimLegalNoticeComponent.html">EuimLegalNoticeComponent</a>
|
|
141
|
+
</li>
|
|
142
|
+
<li class="list-group-item">
|
|
143
|
+
<a href="../components/EuimOpenSourceLicencesComponent.html">EuimOpenSourceLicencesComponent</a>
|
|
144
|
+
</li>
|
|
145
|
+
<li class="list-group-item">
|
|
146
|
+
<a href="../components/EuimPrivacyStatementComponent.html">EuimPrivacyStatementComponent</a>
|
|
132
147
|
</li>
|
|
133
148
|
</ul>
|
|
134
149
|
</div>
|
|
@@ -138,7 +153,22 @@
|
|
|
138
153
|
class="icon ion-ios-information-circle-outline"></a></h3>
|
|
139
154
|
<ul class="list-group">
|
|
140
155
|
<li class="list-group-item">
|
|
141
|
-
<a href="../components/
|
|
156
|
+
<a href="../components/EuimAboutComponent.html">EuimAboutComponent</a>
|
|
157
|
+
</li>
|
|
158
|
+
<li class="list-group-item">
|
|
159
|
+
<a href="../components/EuimChangelogComponent.html">EuimChangelogComponent</a>
|
|
160
|
+
</li>
|
|
161
|
+
<li class="list-group-item">
|
|
162
|
+
<a href="../components/EuimContactSupportComponent.html">EuimContactSupportComponent</a>
|
|
163
|
+
</li>
|
|
164
|
+
<li class="list-group-item">
|
|
165
|
+
<a href="../components/EuimLegalNoticeComponent.html">EuimLegalNoticeComponent</a>
|
|
166
|
+
</li>
|
|
167
|
+
<li class="list-group-item">
|
|
168
|
+
<a href="../components/EuimOpenSourceLicencesComponent.html">EuimOpenSourceLicencesComponent</a>
|
|
169
|
+
</li>
|
|
170
|
+
<li class="list-group-item">
|
|
171
|
+
<a href="../components/EuimPrivacyStatementComponent.html">EuimPrivacyStatementComponent</a>
|
|
142
172
|
</li>
|
|
143
173
|
</ul>
|
|
144
174
|
</div>
|
|
@@ -128,7 +128,22 @@
|
|
|
128
128
|
title="Official documentation about module declarations"><span class="icon ion-ios-information-circle-outline"></span></a></h3>
|
|
129
129
|
<ul class="list-group">
|
|
130
130
|
<li class="list-group-item">
|
|
131
|
-
<a href="../components/
|
|
131
|
+
<a href="../components/EuimAboutComponent.html">EuimAboutComponent</a>
|
|
132
|
+
</li>
|
|
133
|
+
<li class="list-group-item">
|
|
134
|
+
<a href="../components/EuimChangelogComponent.html">EuimChangelogComponent</a>
|
|
135
|
+
</li>
|
|
136
|
+
<li class="list-group-item">
|
|
137
|
+
<a href="../components/EuimContactSupportComponent.html">EuimContactSupportComponent</a>
|
|
138
|
+
</li>
|
|
139
|
+
<li class="list-group-item">
|
|
140
|
+
<a href="../components/EuimLegalNoticeComponent.html">EuimLegalNoticeComponent</a>
|
|
141
|
+
</li>
|
|
142
|
+
<li class="list-group-item">
|
|
143
|
+
<a href="../components/EuimOpenSourceLicencesComponent.html">EuimOpenSourceLicencesComponent</a>
|
|
144
|
+
</li>
|
|
145
|
+
<li class="list-group-item">
|
|
146
|
+
<a href="../components/EuimPrivacyStatementComponent.html">EuimPrivacyStatementComponent</a>
|
|
132
147
|
</li>
|
|
133
148
|
</ul>
|
|
134
149
|
</div>
|
|
@@ -138,7 +153,22 @@
|
|
|
138
153
|
class="icon ion-ios-information-circle-outline"></a></h3>
|
|
139
154
|
<ul class="list-group">
|
|
140
155
|
<li class="list-group-item">
|
|
141
|
-
<a href="../components/
|
|
156
|
+
<a href="../components/EuimAboutComponent.html">EuimAboutComponent</a>
|
|
157
|
+
</li>
|
|
158
|
+
<li class="list-group-item">
|
|
159
|
+
<a href="../components/EuimChangelogComponent.html">EuimChangelogComponent</a>
|
|
160
|
+
</li>
|
|
161
|
+
<li class="list-group-item">
|
|
162
|
+
<a href="../components/EuimContactSupportComponent.html">EuimContactSupportComponent</a>
|
|
163
|
+
</li>
|
|
164
|
+
<li class="list-group-item">
|
|
165
|
+
<a href="../components/EuimLegalNoticeComponent.html">EuimLegalNoticeComponent</a>
|
|
166
|
+
</li>
|
|
167
|
+
<li class="list-group-item">
|
|
168
|
+
<a href="../components/EuimOpenSourceLicencesComponent.html">EuimOpenSourceLicencesComponent</a>
|
|
169
|
+
</li>
|
|
170
|
+
<li class="list-group-item">
|
|
171
|
+
<a href="../components/EuimPrivacyStatementComponent.html">EuimPrivacyStatementComponent</a>
|
|
142
172
|
</li>
|
|
143
173
|
</ul>
|
|
144
174
|
</div>
|
|
@@ -128,7 +128,22 @@
|
|
|
128
128
|
title="Official documentation about module declarations"><span class="icon ion-ios-information-circle-outline"></span></a></h3>
|
|
129
129
|
<ul class="list-group">
|
|
130
130
|
<li class="list-group-item">
|
|
131
|
-
<a href="../components/
|
|
131
|
+
<a href="../components/EuimAboutComponent.html">EuimAboutComponent</a>
|
|
132
|
+
</li>
|
|
133
|
+
<li class="list-group-item">
|
|
134
|
+
<a href="../components/EuimChangelogComponent.html">EuimChangelogComponent</a>
|
|
135
|
+
</li>
|
|
136
|
+
<li class="list-group-item">
|
|
137
|
+
<a href="../components/EuimContactSupportComponent.html">EuimContactSupportComponent</a>
|
|
138
|
+
</li>
|
|
139
|
+
<li class="list-group-item">
|
|
140
|
+
<a href="../components/EuimLegalNoticeComponent.html">EuimLegalNoticeComponent</a>
|
|
141
|
+
</li>
|
|
142
|
+
<li class="list-group-item">
|
|
143
|
+
<a href="../components/EuimOpenSourceLicencesComponent.html">EuimOpenSourceLicencesComponent</a>
|
|
144
|
+
</li>
|
|
145
|
+
<li class="list-group-item">
|
|
146
|
+
<a href="../components/EuimPrivacyStatementComponent.html">EuimPrivacyStatementComponent</a>
|
|
132
147
|
</li>
|
|
133
148
|
</ul>
|
|
134
149
|
</div>
|
|
@@ -148,7 +163,22 @@
|
|
|
148
163
|
class="icon ion-ios-information-circle-outline"></a></h3>
|
|
149
164
|
<ul class="list-group">
|
|
150
165
|
<li class="list-group-item">
|
|
151
|
-
<a href="../components/
|
|
166
|
+
<a href="../components/EuimAboutComponent.html">EuimAboutComponent</a>
|
|
167
|
+
</li>
|
|
168
|
+
<li class="list-group-item">
|
|
169
|
+
<a href="../components/EuimChangelogComponent.html">EuimChangelogComponent</a>
|
|
170
|
+
</li>
|
|
171
|
+
<li class="list-group-item">
|
|
172
|
+
<a href="../components/EuimContactSupportComponent.html">EuimContactSupportComponent</a>
|
|
173
|
+
</li>
|
|
174
|
+
<li class="list-group-item">
|
|
175
|
+
<a href="../components/EuimLegalNoticeComponent.html">EuimLegalNoticeComponent</a>
|
|
176
|
+
</li>
|
|
177
|
+
<li class="list-group-item">
|
|
178
|
+
<a href="../components/EuimOpenSourceLicencesComponent.html">EuimOpenSourceLicencesComponent</a>
|
|
179
|
+
</li>
|
|
180
|
+
<li class="list-group-item">
|
|
181
|
+
<a href="../components/EuimPrivacyStatementComponent.html">EuimPrivacyStatementComponent</a>
|
|
152
182
|
</li>
|
|
153
183
|
</ul>
|
|
154
184
|
</div>
|
|
@@ -128,7 +128,22 @@
|
|
|
128
128
|
title="Official documentation about module declarations"><span class="icon ion-ios-information-circle-outline"></span></a></h3>
|
|
129
129
|
<ul class="list-group">
|
|
130
130
|
<li class="list-group-item">
|
|
131
|
-
<a href="../components/
|
|
131
|
+
<a href="../components/EuimAboutComponent.html">EuimAboutComponent</a>
|
|
132
|
+
</li>
|
|
133
|
+
<li class="list-group-item">
|
|
134
|
+
<a href="../components/EuimChangelogComponent.html">EuimChangelogComponent</a>
|
|
135
|
+
</li>
|
|
136
|
+
<li class="list-group-item">
|
|
137
|
+
<a href="../components/EuimContactSupportComponent.html">EuimContactSupportComponent</a>
|
|
138
|
+
</li>
|
|
139
|
+
<li class="list-group-item">
|
|
140
|
+
<a href="../components/EuimLegalNoticeComponent.html">EuimLegalNoticeComponent</a>
|
|
141
|
+
</li>
|
|
142
|
+
<li class="list-group-item">
|
|
143
|
+
<a href="../components/EuimOpenSourceLicencesComponent.html">EuimOpenSourceLicencesComponent</a>
|
|
144
|
+
</li>
|
|
145
|
+
<li class="list-group-item">
|
|
146
|
+
<a href="../components/EuimPrivacyStatementComponent.html">EuimPrivacyStatementComponent</a>
|
|
132
147
|
</li>
|
|
133
148
|
</ul>
|
|
134
149
|
</div>
|
|
@@ -138,7 +153,22 @@
|
|
|
138
153
|
class="icon ion-ios-information-circle-outline"></a></h3>
|
|
139
154
|
<ul class="list-group">
|
|
140
155
|
<li class="list-group-item">
|
|
141
|
-
<a href="../components/
|
|
156
|
+
<a href="../components/EuimAboutComponent.html">EuimAboutComponent</a>
|
|
157
|
+
</li>
|
|
158
|
+
<li class="list-group-item">
|
|
159
|
+
<a href="../components/EuimChangelogComponent.html">EuimChangelogComponent</a>
|
|
160
|
+
</li>
|
|
161
|
+
<li class="list-group-item">
|
|
162
|
+
<a href="../components/EuimContactSupportComponent.html">EuimContactSupportComponent</a>
|
|
163
|
+
</li>
|
|
164
|
+
<li class="list-group-item">
|
|
165
|
+
<a href="../components/EuimLegalNoticeComponent.html">EuimLegalNoticeComponent</a>
|
|
166
|
+
</li>
|
|
167
|
+
<li class="list-group-item">
|
|
168
|
+
<a href="../components/EuimOpenSourceLicencesComponent.html">EuimOpenSourceLicencesComponent</a>
|
|
169
|
+
</li>
|
|
170
|
+
<li class="list-group-item">
|
|
171
|
+
<a href="../components/EuimPrivacyStatementComponent.html">EuimPrivacyStatementComponent</a>
|
|
142
172
|
</li>
|
|
143
173
|
</ul>
|
|
144
174
|
</div>
|
|
@@ -128,7 +128,22 @@
|
|
|
128
128
|
title="Official documentation about module declarations"><span class="icon ion-ios-information-circle-outline"></span></a></h3>
|
|
129
129
|
<ul class="list-group">
|
|
130
130
|
<li class="list-group-item">
|
|
131
|
-
<a href="../components/
|
|
131
|
+
<a href="../components/EuimAboutComponent.html">EuimAboutComponent</a>
|
|
132
|
+
</li>
|
|
133
|
+
<li class="list-group-item">
|
|
134
|
+
<a href="../components/EuimChangelogComponent.html">EuimChangelogComponent</a>
|
|
135
|
+
</li>
|
|
136
|
+
<li class="list-group-item">
|
|
137
|
+
<a href="../components/EuimContactSupportComponent.html">EuimContactSupportComponent</a>
|
|
138
|
+
</li>
|
|
139
|
+
<li class="list-group-item">
|
|
140
|
+
<a href="../components/EuimLegalNoticeComponent.html">EuimLegalNoticeComponent</a>
|
|
141
|
+
</li>
|
|
142
|
+
<li class="list-group-item">
|
|
143
|
+
<a href="../components/EuimOpenSourceLicencesComponent.html">EuimOpenSourceLicencesComponent</a>
|
|
144
|
+
</li>
|
|
145
|
+
<li class="list-group-item">
|
|
146
|
+
<a href="../components/EuimPrivacyStatementComponent.html">EuimPrivacyStatementComponent</a>
|
|
132
147
|
</li>
|
|
133
148
|
</ul>
|
|
134
149
|
</div>
|
|
@@ -138,7 +153,22 @@
|
|
|
138
153
|
class="icon ion-ios-information-circle-outline"></a></h3>
|
|
139
154
|
<ul class="list-group">
|
|
140
155
|
<li class="list-group-item">
|
|
141
|
-
<a href="../components/
|
|
156
|
+
<a href="../components/EuimAboutComponent.html">EuimAboutComponent</a>
|
|
157
|
+
</li>
|
|
158
|
+
<li class="list-group-item">
|
|
159
|
+
<a href="../components/EuimChangelogComponent.html">EuimChangelogComponent</a>
|
|
160
|
+
</li>
|
|
161
|
+
<li class="list-group-item">
|
|
162
|
+
<a href="../components/EuimContactSupportComponent.html">EuimContactSupportComponent</a>
|
|
163
|
+
</li>
|
|
164
|
+
<li class="list-group-item">
|
|
165
|
+
<a href="../components/EuimLegalNoticeComponent.html">EuimLegalNoticeComponent</a>
|
|
166
|
+
</li>
|
|
167
|
+
<li class="list-group-item">
|
|
168
|
+
<a href="../components/EuimOpenSourceLicencesComponent.html">EuimOpenSourceLicencesComponent</a>
|
|
169
|
+
</li>
|
|
170
|
+
<li class="list-group-item">
|
|
171
|
+
<a href="../components/EuimPrivacyStatementComponent.html">EuimPrivacyStatementComponent</a>
|
|
142
172
|
</li>
|
|
143
173
|
</ul>
|
|
144
174
|
</div>
|
package/docs/modules.html
CHANGED
|
@@ -97,6 +97,18 @@
|
|
|
97
97
|
</ol>
|
|
98
98
|
<div class="container-fluid modules">
|
|
99
99
|
<div class="row">
|
|
100
|
+
<div class="col-md-6 col-lg-4">
|
|
101
|
+
<div class="card card-module">
|
|
102
|
+
<div class="card-header">
|
|
103
|
+
<h4 class="card-title">EuimAboutModule</h4>
|
|
104
|
+
</div>
|
|
105
|
+
<div class="card-block">
|
|
106
|
+
<footer class="text-center">
|
|
107
|
+
<a href="./modules/EuimAboutModule.html" class="btn btn-default">Browse</a>
|
|
108
|
+
</footer>
|
|
109
|
+
</div>
|
|
110
|
+
</div>
|
|
111
|
+
</div>
|
|
100
112
|
<div class="col-md-6 col-lg-4">
|
|
101
113
|
<div class="card card-module">
|
|
102
114
|
<div class="card-header">
|
|
@@ -24,7 +24,7 @@ export class EuimLabelComponent {
|
|
|
24
24
|
].join(' ');
|
|
25
25
|
}
|
|
26
26
|
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimLabelComponent, deps: [{ token: i1.BaseStatesDirective }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
27
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "17.3.0", type: EuimLabelComponent, selector: "div[euimLabel], p[euimLabel], span[euimLabel], euim-label", inputs: { euimLabelTruncateWithLines: "euimLabelTruncateWithLines", euimLabelTitle: ["euimLabelTitle", "euimLabelTitle", booleanAttribute], euimLabelSubTitle: ["euimLabelSubTitle", "euimLabelSubTitle", booleanAttribute], euimLabelMeta: ["euimLabelMeta", "euimLabelMeta", booleanAttribute], euimLabelTruncate: ["euimLabelTruncate", "euimLabelTruncate", booleanAttribute] }, host: { properties: { "style.--euimLabelTruncateWithLines": "this.euimLabelTruncateWithLines", "class": "this.cssClasses" } }, hostDirectives: [{ directive: i1.BaseStatesDirective, inputs: ["euimSize2XS", "euimSize2XS", "euimSizeXS", "euimSizeXS", "euimSizeS", "euimSizeS", "euimSizeM", "euimSizeM", "euimSizeL", "euimSizeL", "euimSizeXL", "euimSizeXL", "euimSize2XL", "euimSize2XL", "euimSize3XL", "euimSize3XL", "euimSize4XL", "euimSize4XL", "color", "color"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [".euim-label{display:block;align-items:center;margin:0;padding:0;color:var(--eui-base-color-grey-100)}.euim-label ion-icon{vertical-align:bottom;margin-right:var(--eui-base-spacing-2xs)}.euim-label :not(ion-icon:first-child){margin-left:var(--eui-base-spacing-2xs)}.euim-label__title{font:normal normal 400 1rem/1.25rem var(--eui-base-font-family);font-weight:700;color:var(--eui-base-color-text)}.euim-label__title ion-icon{font-size:var(--eui-base-font-size-m)}.euim-label__sub-title,.euim-label__meta{font:normal normal 400 .875rem/1rem var(--eui-base-font-family);color:var(--eui-base-color-grey-75)}.euim-label__sub-title ion-icon,.euim-label__meta ion-icon{font-size:var(--eui-base-font-size-m)}.euim-label__title+.euim-label__sub-title,.euim-label__title+.euim-label__meta,.euim-label__sub-title+.euim-label__meta,.euim-label__sub-title+.euim-label__sub-title,.euim-label__meta+.euim-label__sub-title,.euim-label__meta+.euim-label__meta{margin-top:var(--eui-base-spacing-2xs)}.euim-label__euiTextTruncateWithLines{white-space:break-spaces;display:-webkit-box;-webkit-line-clamp:var(--euimLabelTruncateWithLines);-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.euim-label__truncate{white-space:break-spaces}.euim-label--primary{color:var(--eui-base-color-primary-100)}.euim-label--secondary{color:var(--eui-base-color-grey-50)}.euim-label--default{color:var(--eui-base-color-grey-75)}.euim-label--dark{color:var(--eui-base-color-grey-100)}.euim-label--info{color:var(--eui-base-color-info-100)}.euim-label--success{color:var(--eui-base-color-success-100)}.euim-label--warning{color:var(--eui-base-color-warning-
|
|
27
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "17.3.0", type: EuimLabelComponent, selector: "div[euimLabel], p[euimLabel], span[euimLabel], euim-label", inputs: { euimLabelTruncateWithLines: "euimLabelTruncateWithLines", euimLabelTitle: ["euimLabelTitle", "euimLabelTitle", booleanAttribute], euimLabelSubTitle: ["euimLabelSubTitle", "euimLabelSubTitle", booleanAttribute], euimLabelMeta: ["euimLabelMeta", "euimLabelMeta", booleanAttribute], euimLabelTruncate: ["euimLabelTruncate", "euimLabelTruncate", booleanAttribute] }, host: { properties: { "style.--euimLabelTruncateWithLines": "this.euimLabelTruncateWithLines", "class": "this.cssClasses" } }, hostDirectives: [{ directive: i1.BaseStatesDirective, inputs: ["euimSize2XS", "euimSize2XS", "euimSizeXS", "euimSizeXS", "euimSizeS", "euimSizeS", "euimSizeM", "euimSizeM", "euimSizeL", "euimSizeL", "euimSizeXL", "euimSizeXL", "euimSize2XL", "euimSize2XL", "euimSize3XL", "euimSize3XL", "euimSize4XL", "euimSize4XL", "color", "color"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [".euim-label{display:block;align-items:center;margin:0;padding:0;color:var(--eui-base-color-grey-100)}.euim-label ion-icon{vertical-align:bottom;margin-right:var(--eui-base-spacing-2xs)}.euim-label :not(ion-icon:first-child){margin-left:var(--eui-base-spacing-2xs)}.euim-label__title{font:normal normal 400 1rem/1.25rem var(--eui-base-font-family);font-weight:700;color:var(--eui-base-color-text)}.euim-label__title ion-icon{font-size:var(--eui-base-font-size-m)}.euim-label__sub-title,.euim-label__meta{font:normal normal 400 .875rem/1rem var(--eui-base-font-family);color:var(--eui-base-color-grey-75)}.euim-label__sub-title ion-icon,.euim-label__meta ion-icon{font-size:var(--eui-base-font-size-m)}.euim-label__title+.euim-label__sub-title,.euim-label__title+.euim-label__meta,.euim-label__sub-title+.euim-label__meta,.euim-label__sub-title+.euim-label__sub-title,.euim-label__meta+.euim-label__sub-title,.euim-label__meta+.euim-label__meta{margin-top:var(--eui-base-spacing-2xs)}.euim-label__euiTextTruncateWithLines{white-space:break-spaces;display:-webkit-box;-webkit-line-clamp:var(--euimLabelTruncateWithLines);-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.euim-label__truncate{white-space:break-spaces}.euim-label--primary{color:var(--eui-base-color-primary-100)}.euim-label--secondary{color:var(--eui-base-color-grey-50)}.euim-label--default{color:var(--eui-base-color-grey-75)}.euim-label--dark{color:var(--eui-base-color-grey-100)}.euim-label--info{color:var(--eui-base-color-info-100)}.euim-label--success{color:var(--eui-base-color-success-100)}.euim-label--warning{color:var(--eui-base-color-warning-140)}.euim-label--warning ion-icon{color:var(--eui-base-color-warning-140)}.euim-label--danger{color:var(--eui-base-color-danger-100)}.euim-label--accent{color:var(--eui-base-color-accent-100)}.euim-label--size-2xs{font:var(--eui-base-font-size-2xs)}.euim-label--size-xs{font:var(--eui-base-font-size-xs)}.euim-label--size-s{font:var(--eui-base-font-size-s)}.euim-label--size-m{font:var(--eui-base-font-size-m)}.euim-label--size-l{font:var(--eui-base-font-size-l)}.euim-label--size-xl{font:var(--eui-base-font-size-xl)}.euim-label--size-2xl{font:var(--eui-base-font-size-2xl)}.euim-label--size-3xl{font:var(--eui-base-font-size-3xl)}.euim-label--size-4xl{font:var(--eui-base-font-size-4xl)}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
28
28
|
}
|
|
29
29
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimLabelComponent, decorators: [{
|
|
30
30
|
type: Component,
|
|
@@ -44,7 +44,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImpor
|
|
|
44
44
|
'color',
|
|
45
45
|
],
|
|
46
46
|
},
|
|
47
|
-
], styles: [".euim-label{display:block;align-items:center;margin:0;padding:0;color:var(--eui-base-color-grey-100)}.euim-label ion-icon{vertical-align:bottom;margin-right:var(--eui-base-spacing-2xs)}.euim-label :not(ion-icon:first-child){margin-left:var(--eui-base-spacing-2xs)}.euim-label__title{font:normal normal 400 1rem/1.25rem var(--eui-base-font-family);font-weight:700;color:var(--eui-base-color-text)}.euim-label__title ion-icon{font-size:var(--eui-base-font-size-m)}.euim-label__sub-title,.euim-label__meta{font:normal normal 400 .875rem/1rem var(--eui-base-font-family);color:var(--eui-base-color-grey-75)}.euim-label__sub-title ion-icon,.euim-label__meta ion-icon{font-size:var(--eui-base-font-size-m)}.euim-label__title+.euim-label__sub-title,.euim-label__title+.euim-label__meta,.euim-label__sub-title+.euim-label__meta,.euim-label__sub-title+.euim-label__sub-title,.euim-label__meta+.euim-label__sub-title,.euim-label__meta+.euim-label__meta{margin-top:var(--eui-base-spacing-2xs)}.euim-label__euiTextTruncateWithLines{white-space:break-spaces;display:-webkit-box;-webkit-line-clamp:var(--euimLabelTruncateWithLines);-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.euim-label__truncate{white-space:break-spaces}.euim-label--primary{color:var(--eui-base-color-primary-100)}.euim-label--secondary{color:var(--eui-base-color-grey-50)}.euim-label--default{color:var(--eui-base-color-grey-75)}.euim-label--dark{color:var(--eui-base-color-grey-100)}.euim-label--info{color:var(--eui-base-color-info-100)}.euim-label--success{color:var(--eui-base-color-success-100)}.euim-label--warning{color:var(--eui-base-color-warning-
|
|
47
|
+
], styles: [".euim-label{display:block;align-items:center;margin:0;padding:0;color:var(--eui-base-color-grey-100)}.euim-label ion-icon{vertical-align:bottom;margin-right:var(--eui-base-spacing-2xs)}.euim-label :not(ion-icon:first-child){margin-left:var(--eui-base-spacing-2xs)}.euim-label__title{font:normal normal 400 1rem/1.25rem var(--eui-base-font-family);font-weight:700;color:var(--eui-base-color-text)}.euim-label__title ion-icon{font-size:var(--eui-base-font-size-m)}.euim-label__sub-title,.euim-label__meta{font:normal normal 400 .875rem/1rem var(--eui-base-font-family);color:var(--eui-base-color-grey-75)}.euim-label__sub-title ion-icon,.euim-label__meta ion-icon{font-size:var(--eui-base-font-size-m)}.euim-label__title+.euim-label__sub-title,.euim-label__title+.euim-label__meta,.euim-label__sub-title+.euim-label__meta,.euim-label__sub-title+.euim-label__sub-title,.euim-label__meta+.euim-label__sub-title,.euim-label__meta+.euim-label__meta{margin-top:var(--eui-base-spacing-2xs)}.euim-label__euiTextTruncateWithLines{white-space:break-spaces;display:-webkit-box;-webkit-line-clamp:var(--euimLabelTruncateWithLines);-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.euim-label__truncate{white-space:break-spaces}.euim-label--primary{color:var(--eui-base-color-primary-100)}.euim-label--secondary{color:var(--eui-base-color-grey-50)}.euim-label--default{color:var(--eui-base-color-grey-75)}.euim-label--dark{color:var(--eui-base-color-grey-100)}.euim-label--info{color:var(--eui-base-color-info-100)}.euim-label--success{color:var(--eui-base-color-success-100)}.euim-label--warning{color:var(--eui-base-color-warning-140)}.euim-label--warning ion-icon{color:var(--eui-base-color-warning-140)}.euim-label--danger{color:var(--eui-base-color-danger-100)}.euim-label--accent{color:var(--eui-base-color-accent-100)}.euim-label--size-2xs{font:var(--eui-base-font-size-2xs)}.euim-label--size-xs{font:var(--eui-base-font-size-xs)}.euim-label--size-s{font:var(--eui-base-font-size-s)}.euim-label--size-m{font:var(--eui-base-font-size-m)}.euim-label--size-l{font:var(--eui-base-font-size-l)}.euim-label--size-xl{font:var(--eui-base-font-size-xl)}.euim-label--size-2xl{font:var(--eui-base-font-size-2xl)}.euim-label--size-3xl{font:var(--eui-base-font-size-3xl)}.euim-label--size-4xl{font:var(--eui-base-font-size-4xl)}\n"] }]
|
|
48
48
|
}], ctorParameters: () => [{ type: i1.BaseStatesDirective }], propDecorators: { euimLabelTruncateWithLines: [{
|
|
49
49
|
type: HostBinding,
|
|
50
50
|
args: ['style.--euimLabelTruncateWithLines']
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
import { __decorate } from "tslib";
|
|
2
|
+
import { coerceBoolean } from '@eui/base';
|
|
3
|
+
import { Component, ContentChild, Input, ViewEncapsulation } from '@angular/core';
|
|
4
|
+
import { EuimChangelogComponent } from './euim-changelog/euim-changelog.component';
|
|
5
|
+
import { EuimPrivacyStatementComponent } from './euim-privacy-statement/euim-privacy-statement.component';
|
|
6
|
+
import { EuimContactSupportComponent } from './euim-contact-support/euim-contact-support.component';
|
|
7
|
+
import { EuimLegalNoticeComponent } from './euim-legal-notice/euim-legal-notice.component';
|
|
8
|
+
import { EuimOpenSourceLicencesComponent } from './euim-opensource-licences/euim-opensource-licences.component';
|
|
9
|
+
import * as i0 from "@angular/core";
|
|
10
|
+
import * as i1 from "@ionic/angular";
|
|
11
|
+
import * as i2 from "angularx-qrcode";
|
|
12
|
+
import * as i3 from "../layout/euim-toolbar/euim-toolbar.component";
|
|
13
|
+
import * as i4 from "../layout/euim-toolbar/euim-toolbar-title/euim-toolbar-title.component";
|
|
14
|
+
import * as i5 from "../layout/euim-toolbar/euim-toolbar-action-items/euim-toolbar-action-items.component";
|
|
15
|
+
import * as i6 from "../layout/euim-header-details/euim-header-details.component";
|
|
16
|
+
import * as i7 from "../layout/euim-header-details/euim-header-details-title/euim-header-details-title.directive";
|
|
17
|
+
import * as i8 from "../layout/euim-header-details/euim-header-details-meta/euim-header-details-meta.directive";
|
|
18
|
+
import * as i9 from "../layout/euim-header-details/euim-header-details-icon/euim-header-details-icon.directive";
|
|
19
|
+
import * as i10 from "../atoms/euim-label/euim-label.component";
|
|
20
|
+
export class EuimAboutComponent {
|
|
21
|
+
constructor() {
|
|
22
|
+
this.showCode = false;
|
|
23
|
+
this.logoUrl = '';
|
|
24
|
+
this.changelogExists = false;
|
|
25
|
+
this.privacyStatementExists = false;
|
|
26
|
+
this.contactSupportExists = false;
|
|
27
|
+
this.legalNoticeExists = false;
|
|
28
|
+
this.openSourceLicencesExists = false;
|
|
29
|
+
}
|
|
30
|
+
toggleQRCode() {
|
|
31
|
+
this.showCode = !this.showCode;
|
|
32
|
+
}
|
|
33
|
+
ngAfterContentInit() {
|
|
34
|
+
this.changelogExists = !!this.changelog;
|
|
35
|
+
this.privacyStatementExists = !!this.privacyStatement;
|
|
36
|
+
this.contactSupportExists = !!this.contactSupport;
|
|
37
|
+
this.legalNoticeExists = !!this.legalNotice;
|
|
38
|
+
this.openSourceLicencesExists = !!this.openSourceLicences;
|
|
39
|
+
}
|
|
40
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimAboutComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
41
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.0", type: EuimAboutComponent, selector: "euim-about", inputs: { showCode: "showCode", version: "version", releaseDate: "releaseDate", qrCodeUrl: "qrCodeUrl", logoUrl: "logoUrl" }, queries: [{ propertyName: "changelog", first: true, predicate: EuimChangelogComponent, descendants: true }, { propertyName: "privacyStatement", first: true, predicate: EuimPrivacyStatementComponent, descendants: true }, { propertyName: "contactSupport", first: true, predicate: EuimContactSupportComponent, descendants: true }, { propertyName: "legalNotice", first: true, predicate: EuimLegalNoticeComponent, descendants: true }, { propertyName: "openSourceLicences", first: true, predicate: EuimOpenSourceLicencesComponent, descendants: true }], ngImport: i0, template: "<div class=\"euim-about\">\r\n <ion-header>\r\n <ion-toolbar color=\"primary\">\r\n <euim-toolbar>\r\n <euim-toolbar-title><strong>About</strong></euim-toolbar-title>\r\n <euim-toolbar-action-items>\r\n <ion-label (click)=\"toggleQRCode()\" class=\"euim-about__toolbar-action-items\">\r\n <strong>{{ showCode ? 'HIDE QR CODE' : 'SHOW QR CODE' }}</strong>\r\n </ion-label>\r\n </euim-toolbar-action-items>\r\n </euim-toolbar>\r\n </ion-toolbar>\r\n\r\n <euim-header-details color=\"primary\">\r\n <div euimHeaderDetailsIcon>\r\n @if (showCode) {\r\n <qrcode [qrdata]=\"qrCodeUrl\" [allowEmptyString]=\"true\" [cssClass]=\"'center'\"\r\n [elementType]=\"'svg'\" [errorCorrectionLevel]=\"'M'\" [margin]=\"4\" [scale]=\"1\" [width]=\"160\"></qrcode> }\r\n @if (!showCode) {\r\n <img [src]=\"logoUrl\" alt=\"Image\" /> }\r\n </div>\r\n <div euimHeaderDetailsTitle><strong>eUI / mobile</strong></div>\r\n <div euimHeaderDetailsMeta>version {{version}}</div>\r\n <div euimHeaderDetailsMeta>Built on {{releaseDate}}</div>\r\n </euim-header-details>\r\n </ion-header>\r\n\r\n <ion-list>\r\n <ion-list-header class=\"euim-about__listHeader\">ABOUT THIS APP</ion-list-header>\r\n @if (changelogExists) {\r\n <ion-item class=\"euim-about__item\">\r\n <ion-icon name=\"build-outline\" slot=\"start\"></ion-icon>\r\n <div euimLabel class=\"euim-about__label\">Change Log</div>\r\n </ion-item>\r\n }\r\n @if (privacyStatementExists) {\r\n <ion-item class=\"euim-about__item\">\r\n <ion-icon name=\"finger-print-sharp\" slot=\"start\"></ion-icon>\r\n <div euimLabel class=\"euim-about__label\">Privacy Statement</div>\r\n </ion-item>\r\n }\r\n @if (openSourceLicencesExists) {\r\n <ion-item class=\"euim-about__item\">\r\n <ion-icon name=\"ribbon-outline\" slot=\"start\"></ion-icon>\r\n <div euimLabel class=\"euim-about__label\">Open source Licences</div>\r\n </ion-item> }\r\n @if (legalNoticeExists) {\r\n <ion-item class=\"euim-about__item\">\r\n <ion-icon name=\"library-outline\" slot=\"start\"></ion-icon>\r\n <div euimLabel class=\"euim-about__label\">Legal Notice</div>\r\n </ion-item> }\r\n @if (contactSupportExists) {\r\n <ion-item class=\"euim-about__item\">\r\n <ion-icon name=\"mail-outline\" slot=\"start\"></ion-icon>\r\n <div euimLabel class=\"euim-about__label\">Contact & Support</div>\r\n </ion-item> }\r\n </ion-list>\r\n</div>\r\n", styles: [".euim-about{font:normal normal 400 .875rem/1rem var(--eui-base-font-family)}.euim-about euim-toolbar-title{font:normal normal 400 1.25rem/1.5rem var(--eui-base-font-family)}.euim-about euim-toolbar-action-items ion-label{font:normal normal 400 .875rem/1rem var(--eui-base-font-family)}.euim-about ion-label{padding-inline-end:var(--eui-base-spacing-m);cursor:pointer}.euim-about__label{min-height:var(--eui-base-spacing-2xs);font:normal normal 400 1rem/1.25rem var(--eui-base-font-family)}.euim-about__listHeader{color:var(--eui-base-color-grey-100)}\n"], dependencies: [{ kind: "component", type: i1.IonHeader, selector: "ion-header", inputs: ["collapse", "mode", "translucent"] }, { kind: "component", type: i1.IonIcon, selector: "ion-icon", inputs: ["color", "flipRtl", "icon", "ios", "lazy", "md", "mode", "name", "sanitize", "size", "src"] }, { kind: "component", type: i1.IonItem, selector: "ion-item", inputs: ["button", "color", "counter", "counterFormatter", "detail", "detailIcon", "disabled", "download", "fill", "href", "lines", "mode", "rel", "routerAnimation", "routerDirection", "shape", "target", "type"] }, { kind: "component", type: i1.IonLabel, selector: "ion-label", inputs: ["color", "mode", "position"] }, { kind: "component", type: i1.IonList, selector: "ion-list", inputs: ["inset", "lines", "mode"] }, { kind: "component", type: i1.IonListHeader, selector: "ion-list-header", inputs: ["color", "lines", "mode"] }, { kind: "component", type: i1.IonToolbar, selector: "ion-toolbar", inputs: ["color", "mode"] }, { kind: "component", type: i2.QRCodeComponent, selector: "qrcode", inputs: ["allowEmptyString", "colorDark", "colorLight", "cssClass", "elementType", "errorCorrectionLevel", "margin", "qrdata", "scale", "version", "width"] }, { kind: "component", type: i3.EuimToolbarComponent, selector: "euim-toolbar", inputs: ["hasBackButton", "backButtonDefaultHref", "hasSidebarTrigger", "hasLanguageSelector"], outputs: ["backButtonClick"] }, { kind: "component", type: i4.EuimToolbarTitleComponent, selector: "euim-toolbar-title" }, { kind: "component", type: i5.EuimToolbarActionItemsComponent, selector: "euim-toolbar-action-items" }, { kind: "component", type: i6.EuimHeaderDetailsComponent, selector: "euim-header-details" }, { kind: "directive", type: i7.EuimHeaderDetailsTitleDirective, selector: "[euimHeaderDetailsTitle]" }, { kind: "directive", type: i8.EuimHeaderDetailsMetaDirective, selector: "[euimHeaderDetailsMeta]" }, { kind: "directive", type: i9.EuimHeaderDetailsIconDirective, selector: "[euimHeaderDetailsIcon]" }, { kind: "component", type: i10.EuimLabelComponent, selector: "div[euimLabel], p[euimLabel], span[euimLabel], euim-label", inputs: ["euimLabelTruncateWithLines", "euimLabelTitle", "euimLabelSubTitle", "euimLabelMeta", "euimLabelTruncate"] }], encapsulation: i0.ViewEncapsulation.None }); }
|
|
42
|
+
}
|
|
43
|
+
__decorate([
|
|
44
|
+
coerceBoolean
|
|
45
|
+
], EuimAboutComponent.prototype, "showCode", void 0);
|
|
46
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimAboutComponent, decorators: [{
|
|
47
|
+
type: Component,
|
|
48
|
+
args: [{ selector: 'euim-about', encapsulation: ViewEncapsulation.None, template: "<div class=\"euim-about\">\r\n <ion-header>\r\n <ion-toolbar color=\"primary\">\r\n <euim-toolbar>\r\n <euim-toolbar-title><strong>About</strong></euim-toolbar-title>\r\n <euim-toolbar-action-items>\r\n <ion-label (click)=\"toggleQRCode()\" class=\"euim-about__toolbar-action-items\">\r\n <strong>{{ showCode ? 'HIDE QR CODE' : 'SHOW QR CODE' }}</strong>\r\n </ion-label>\r\n </euim-toolbar-action-items>\r\n </euim-toolbar>\r\n </ion-toolbar>\r\n\r\n <euim-header-details color=\"primary\">\r\n <div euimHeaderDetailsIcon>\r\n @if (showCode) {\r\n <qrcode [qrdata]=\"qrCodeUrl\" [allowEmptyString]=\"true\" [cssClass]=\"'center'\"\r\n [elementType]=\"'svg'\" [errorCorrectionLevel]=\"'M'\" [margin]=\"4\" [scale]=\"1\" [width]=\"160\"></qrcode> }\r\n @if (!showCode) {\r\n <img [src]=\"logoUrl\" alt=\"Image\" /> }\r\n </div>\r\n <div euimHeaderDetailsTitle><strong>eUI / mobile</strong></div>\r\n <div euimHeaderDetailsMeta>version {{version}}</div>\r\n <div euimHeaderDetailsMeta>Built on {{releaseDate}}</div>\r\n </euim-header-details>\r\n </ion-header>\r\n\r\n <ion-list>\r\n <ion-list-header class=\"euim-about__listHeader\">ABOUT THIS APP</ion-list-header>\r\n @if (changelogExists) {\r\n <ion-item class=\"euim-about__item\">\r\n <ion-icon name=\"build-outline\" slot=\"start\"></ion-icon>\r\n <div euimLabel class=\"euim-about__label\">Change Log</div>\r\n </ion-item>\r\n }\r\n @if (privacyStatementExists) {\r\n <ion-item class=\"euim-about__item\">\r\n <ion-icon name=\"finger-print-sharp\" slot=\"start\"></ion-icon>\r\n <div euimLabel class=\"euim-about__label\">Privacy Statement</div>\r\n </ion-item>\r\n }\r\n @if (openSourceLicencesExists) {\r\n <ion-item class=\"euim-about__item\">\r\n <ion-icon name=\"ribbon-outline\" slot=\"start\"></ion-icon>\r\n <div euimLabel class=\"euim-about__label\">Open source Licences</div>\r\n </ion-item> }\r\n @if (legalNoticeExists) {\r\n <ion-item class=\"euim-about__item\">\r\n <ion-icon name=\"library-outline\" slot=\"start\"></ion-icon>\r\n <div euimLabel class=\"euim-about__label\">Legal Notice</div>\r\n </ion-item> }\r\n @if (contactSupportExists) {\r\n <ion-item class=\"euim-about__item\">\r\n <ion-icon name=\"mail-outline\" slot=\"start\"></ion-icon>\r\n <div euimLabel class=\"euim-about__label\">Contact & Support</div>\r\n </ion-item> }\r\n </ion-list>\r\n</div>\r\n", styles: [".euim-about{font:normal normal 400 .875rem/1rem var(--eui-base-font-family)}.euim-about euim-toolbar-title{font:normal normal 400 1.25rem/1.5rem var(--eui-base-font-family)}.euim-about euim-toolbar-action-items ion-label{font:normal normal 400 .875rem/1rem var(--eui-base-font-family)}.euim-about ion-label{padding-inline-end:var(--eui-base-spacing-m);cursor:pointer}.euim-about__label{min-height:var(--eui-base-spacing-2xs);font:normal normal 400 1rem/1.25rem var(--eui-base-font-family)}.euim-about__listHeader{color:var(--eui-base-color-grey-100)}\n"] }]
|
|
49
|
+
}], propDecorators: { changelog: [{
|
|
50
|
+
type: ContentChild,
|
|
51
|
+
args: [EuimChangelogComponent]
|
|
52
|
+
}], privacyStatement: [{
|
|
53
|
+
type: ContentChild,
|
|
54
|
+
args: [EuimPrivacyStatementComponent]
|
|
55
|
+
}], contactSupport: [{
|
|
56
|
+
type: ContentChild,
|
|
57
|
+
args: [EuimContactSupportComponent]
|
|
58
|
+
}], legalNotice: [{
|
|
59
|
+
type: ContentChild,
|
|
60
|
+
args: [EuimLegalNoticeComponent]
|
|
61
|
+
}], openSourceLicences: [{
|
|
62
|
+
type: ContentChild,
|
|
63
|
+
args: [EuimOpenSourceLicencesComponent]
|
|
64
|
+
}], showCode: [{
|
|
65
|
+
type: Input
|
|
66
|
+
}], version: [{
|
|
67
|
+
type: Input
|
|
68
|
+
}], releaseDate: [{
|
|
69
|
+
type: Input
|
|
70
|
+
}], qrCodeUrl: [{
|
|
71
|
+
type: Input
|
|
72
|
+
}], logoUrl: [{
|
|
73
|
+
type: Input
|
|
74
|
+
}] } });
|
|
75
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXVpbS1hYm91dC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9zcmMvbGliL2NvbXBvbmVudHMvZXVpbS1hYm91dC9ldWltLWFib3V0LmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uL3NyYy9saWIvY29tcG9uZW50cy9ldWltLWFib3V0L2V1aW0tYWJvdXQuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUNBLE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSxXQUFXLENBQUM7QUFDMUMsT0FBTyxFQUFFLFNBQVMsRUFBRSxZQUFZLEVBQUUsS0FBSyxFQUFvQixpQkFBaUIsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUNwRyxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSwyQ0FBMkMsQ0FBQztBQUNuRixPQUFPLEVBQUUsNkJBQTZCLEVBQUUsTUFBTSwyREFBMkQsQ0FBQztBQUMxRyxPQUFPLEVBQUUsMkJBQTJCLEVBQUUsTUFBTSx1REFBdUQsQ0FBQztBQUNwRyxPQUFPLEVBQUUsd0JBQXdCLEVBQUUsTUFBTSxpREFBaUQsQ0FBQztBQUMzRixPQUFPLEVBQUUsK0JBQStCLEVBQUUsTUFBTSwrREFBK0QsQ0FBQzs7Ozs7Ozs7Ozs7O0FBU2hILE1BQU0sT0FBTyxrQkFBa0I7SUFQL0I7UUFnQkUsYUFBUSxHQUFpQixLQUFLLENBQUM7UUFJdEIsWUFBTyxHQUFHLEVBQUUsQ0FBQztRQUV0QixvQkFBZSxHQUFHLEtBQUssQ0FBQztRQUN4QiwyQkFBc0IsR0FBRyxLQUFLLENBQUM7UUFDL0IseUJBQW9CLEdBQUcsS0FBSyxDQUFDO1FBQzdCLHNCQUFpQixHQUFHLEtBQUssQ0FBQztRQUMxQiw2QkFBd0IsR0FBRyxLQUFLLENBQUM7S0FjbEM7SUFaQyxZQUFZO1FBQ1YsSUFBSSxDQUFDLFFBQVEsR0FBRyxDQUFDLElBQUksQ0FBQyxRQUFRLENBQUM7SUFDakMsQ0FBQztJQUVELGtCQUFrQjtRQUNoQixJQUFJLENBQUMsZUFBZSxHQUFHLENBQUMsQ0FBQyxJQUFJLENBQUMsU0FBUyxDQUFDO1FBQ3hDLElBQUksQ0FBQyxzQkFBc0IsR0FBRyxDQUFDLENBQUMsSUFBSSxDQUFDLGdCQUFnQixDQUFDO1FBQ3RELElBQUksQ0FBQyxvQkFBb0IsR0FBRyxDQUFDLENBQUMsSUFBSSxDQUFDLGNBQWMsQ0FBQztRQUNsRCxJQUFJLENBQUMsaUJBQWlCLEdBQUcsQ0FBQyxDQUFDLElBQUksQ0FBQyxXQUFXLENBQUM7UUFDNUMsSUFBSSxDQUFDLHdCQUF3QixHQUFHLENBQUMsQ0FBQyxJQUFJLENBQUMsa0JBQWtCLENBQUM7SUFDNUQsQ0FBQztpSUEvQlUsa0JBQWtCO3FIQUFsQixrQkFBa0IsdU5BRWYsc0JBQXNCLG1GQUN0Qiw2QkFBNkIsaUZBQzdCLDJCQUEyQiw4RUFDM0Isd0JBQXdCLHFGQUN4QiwrQkFBK0IsZ0RDdEIvQyx1aEZBMERBOztBRGpDRTtJQURDLGFBQWE7b0RBQ2lCOzJGQVRwQixrQkFBa0I7a0JBUDlCLFNBQVM7K0JBQ0UsWUFBWSxpQkFHUCxpQkFBaUIsQ0FBQyxJQUFJOzhCQUtDLFNBQVM7c0JBQTlDLFlBQVk7dUJBQUMsc0JBQXNCO2dCQUNTLGdCQUFnQjtzQkFBNUQsWUFBWTt1QkFBQyw2QkFBNkI7Z0JBQ0EsY0FBYztzQkFBeEQsWUFBWTt1QkFBQywyQkFBMkI7Z0JBQ0QsV0FBVztzQkFBbEQsWUFBWTt1QkFBQyx3QkFBd0I7Z0JBQ1Msa0JBQWtCO3NCQUFoRSxZQUFZO3VCQUFDLCtCQUErQjtnQkFHN0MsUUFBUTtzQkFGUCxLQUFLO2dCQUdHLE9BQU87c0JBQWYsS0FBSztnQkFDRyxXQUFXO3NCQUFuQixLQUFLO2dCQUNHLFNBQVM7c0JBQWpCLEtBQUs7Z0JBQ0csT0FBTztzQkFBZixLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQm9vbGVhbklucHV0IH0gZnJvbSAnQGFuZ3VsYXIvY2RrL2NvZXJjaW9uJztcbmltcG9ydCB7IGNvZXJjZUJvb2xlYW4gfSBmcm9tICdAZXVpL2Jhc2UnO1xuaW1wb3J0IHsgQ29tcG9uZW50LCBDb250ZW50Q2hpbGQsIElucHV0LCBBZnRlckNvbnRlbnRJbml0LCBWaWV3RW5jYXBzdWxhdGlvbiB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgRXVpbUNoYW5nZWxvZ0NvbXBvbmVudCB9IGZyb20gJy4vZXVpbS1jaGFuZ2Vsb2cvZXVpbS1jaGFuZ2Vsb2cuY29tcG9uZW50JztcbmltcG9ydCB7IEV1aW1Qcml2YWN5U3RhdGVtZW50Q29tcG9uZW50IH0gZnJvbSAnLi9ldWltLXByaXZhY3ktc3RhdGVtZW50L2V1aW0tcHJpdmFjeS1zdGF0ZW1lbnQuY29tcG9uZW50JztcbmltcG9ydCB7IEV1aW1Db250YWN0U3VwcG9ydENvbXBvbmVudCB9IGZyb20gJy4vZXVpbS1jb250YWN0LXN1cHBvcnQvZXVpbS1jb250YWN0LXN1cHBvcnQuY29tcG9uZW50JztcbmltcG9ydCB7IEV1aW1MZWdhbE5vdGljZUNvbXBvbmVudCB9IGZyb20gJy4vZXVpbS1sZWdhbC1ub3RpY2UvZXVpbS1sZWdhbC1ub3RpY2UuY29tcG9uZW50JztcbmltcG9ydCB7IEV1aW1PcGVuU291cmNlTGljZW5jZXNDb21wb25lbnQgfSBmcm9tICcuL2V1aW0tb3BlbnNvdXJjZS1saWNlbmNlcy9ldWltLW9wZW5zb3VyY2UtbGljZW5jZXMuY29tcG9uZW50JztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnZXVpbS1hYm91dCcsXG4gIHRlbXBsYXRlVXJsOiAnZXVpbS1hYm91dC5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL3N0eWxlcy9faW5kZXguc2NzcyddLFxuICBlbmNhcHN1bGF0aW9uOiBWaWV3RW5jYXBzdWxhdGlvbi5Ob25lLFxuXG59KVxuZXhwb3J0IGNsYXNzIEV1aW1BYm91dENvbXBvbmVudCBpbXBsZW1lbnRzIEFmdGVyQ29udGVudEluaXQge1xuXG4gIEBDb250ZW50Q2hpbGQoRXVpbUNoYW5nZWxvZ0NvbXBvbmVudCkgY2hhbmdlbG9nOiBFdWltQ2hhbmdlbG9nQ29tcG9uZW50O1xuICBAQ29udGVudENoaWxkKEV1aW1Qcml2YWN5U3RhdGVtZW50Q29tcG9uZW50KSBwcml2YWN5U3RhdGVtZW50OiBFdWltUHJpdmFjeVN0YXRlbWVudENvbXBvbmVudDtcbiAgQENvbnRlbnRDaGlsZChFdWltQ29udGFjdFN1cHBvcnRDb21wb25lbnQpIGNvbnRhY3RTdXBwb3J0OiBFdWltQ29udGFjdFN1cHBvcnRDb21wb25lbnQ7XG4gIEBDb250ZW50Q2hpbGQoRXVpbUxlZ2FsTm90aWNlQ29tcG9uZW50KSBsZWdhbE5vdGljZTogRXVpbUxlZ2FsTm90aWNlQ29tcG9uZW50O1xuICBAQ29udGVudENoaWxkKEV1aW1PcGVuU291cmNlTGljZW5jZXNDb21wb25lbnQpIG9wZW5Tb3VyY2VMaWNlbmNlczogRXVpbU9wZW5Tb3VyY2VMaWNlbmNlc0NvbXBvbmVudDtcbiAgQElucHV0KClcbiAgQGNvZXJjZUJvb2xlYW5cbiAgc2hvd0NvZGU6IEJvb2xlYW5JbnB1dCA9IGZhbHNlO1xuICBASW5wdXQoKSB2ZXJzaW9uO1xuICBASW5wdXQoKSByZWxlYXNlRGF0ZTtcbiAgQElucHV0KCkgcXJDb2RlVXJsIDogc3RyaW5nO1xuICBASW5wdXQoKSBsb2dvVXJsID0gJyc7XG5cbiAgY2hhbmdlbG9nRXhpc3RzID0gZmFsc2U7XG4gIHByaXZhY3lTdGF0ZW1lbnRFeGlzdHMgPSBmYWxzZTtcbiAgY29udGFjdFN1cHBvcnRFeGlzdHMgPSBmYWxzZTtcbiAgbGVnYWxOb3RpY2VFeGlzdHMgPSBmYWxzZTtcbiAgb3BlblNvdXJjZUxpY2VuY2VzRXhpc3RzID0gZmFsc2U7XG4gIFxuICB0b2dnbGVRUkNvZGUoKTogdm9pZCB7XG4gICAgdGhpcy5zaG93Q29kZSA9ICF0aGlzLnNob3dDb2RlO1xuICB9XG5cbiAgbmdBZnRlckNvbnRlbnRJbml0KCk6IHZvaWQge1xuICAgIHRoaXMuY2hhbmdlbG9nRXhpc3RzID0gISF0aGlzLmNoYW5nZWxvZztcbiAgICB0aGlzLnByaXZhY3lTdGF0ZW1lbnRFeGlzdHMgPSAhIXRoaXMucHJpdmFjeVN0YXRlbWVudDtcbiAgICB0aGlzLmNvbnRhY3RTdXBwb3J0RXhpc3RzID0gISF0aGlzLmNvbnRhY3RTdXBwb3J0O1xuICAgIHRoaXMubGVnYWxOb3RpY2VFeGlzdHMgPSAhIXRoaXMubGVnYWxOb3RpY2U7XG4gICAgdGhpcy5vcGVuU291cmNlTGljZW5jZXNFeGlzdHMgPSAhIXRoaXMub3BlblNvdXJjZUxpY2VuY2VzO1xuICB9XG5cbn1cbiIsIjxkaXYgY2xhc3M9XCJldWltLWFib3V0XCI+XHJcbiAgPGlvbi1oZWFkZXI+XHJcbiAgICA8aW9uLXRvb2xiYXIgY29sb3I9XCJwcmltYXJ5XCI+XHJcbiAgICAgIDxldWltLXRvb2xiYXI+XHJcbiAgICAgICAgPGV1aW0tdG9vbGJhci10aXRsZT48c3Ryb25nPkFib3V0PC9zdHJvbmc+PC9ldWltLXRvb2xiYXItdGl0bGU+XHJcbiAgICAgICAgPGV1aW0tdG9vbGJhci1hY3Rpb24taXRlbXM+XHJcbiAgICAgICAgICA8aW9uLWxhYmVsIChjbGljayk9XCJ0b2dnbGVRUkNvZGUoKVwiIGNsYXNzPVwiZXVpbS1hYm91dF9fdG9vbGJhci1hY3Rpb24taXRlbXNcIj5cclxuICAgICAgICAgICAgPHN0cm9uZz57eyBzaG93Q29kZSA/ICdISURFIFFSIENPREUnIDogJ1NIT1cgUVIgQ09ERScgfX08L3N0cm9uZz5cclxuICAgICAgICAgIDwvaW9uLWxhYmVsPlxyXG4gICAgICAgIDwvZXVpbS10b29sYmFyLWFjdGlvbi1pdGVtcz5cclxuICAgICAgPC9ldWltLXRvb2xiYXI+XHJcbiAgICA8L2lvbi10b29sYmFyPlxyXG5cclxuICAgIDxldWltLWhlYWRlci1kZXRhaWxzIGNvbG9yPVwicHJpbWFyeVwiPlxyXG4gICAgICA8ZGl2IGV1aW1IZWFkZXJEZXRhaWxzSWNvbj5cclxuICAgICAgICBAaWYgKHNob3dDb2RlKSB7XHJcbiAgICAgICAgPHFyY29kZSBbcXJkYXRhXT1cInFyQ29kZVVybFwiIFthbGxvd0VtcHR5U3RyaW5nXT1cInRydWVcIiBbY3NzQ2xhc3NdPVwiJ2NlbnRlcidcIlxyXG4gICAgICAgICAgW2VsZW1lbnRUeXBlXT1cIidzdmcnXCIgW2Vycm9yQ29ycmVjdGlvbkxldmVsXT1cIidNJ1wiIFttYXJnaW5dPVwiNFwiIFtzY2FsZV09XCIxXCIgW3dpZHRoXT1cIjE2MFwiPjwvcXJjb2RlPiB9XHJcbiAgICAgICAgICBAaWYgKCFzaG93Q29kZSkge1xyXG4gICAgICAgICAgICA8aW1nIFtzcmNdPVwibG9nb1VybFwiIGFsdD1cIkltYWdlXCIgLz4gIH1cclxuICAgICAgPC9kaXY+XHJcbiAgICAgIDxkaXYgZXVpbUhlYWRlckRldGFpbHNUaXRsZT48c3Ryb25nPmVVSSAvIG1vYmlsZTwvc3Ryb25nPjwvZGl2PlxyXG4gICAgICA8ZGl2IGV1aW1IZWFkZXJEZXRhaWxzTWV0YT52ZXJzaW9uIHt7dmVyc2lvbn19PC9kaXY+XHJcbiAgICAgIDxkaXYgZXVpbUhlYWRlckRldGFpbHNNZXRhPkJ1aWx0IG9uIHt7cmVsZWFzZURhdGV9fTwvZGl2PlxyXG4gICAgPC9ldWltLWhlYWRlci1kZXRhaWxzPlxyXG4gIDwvaW9uLWhlYWRlcj5cclxuXHJcbiAgPGlvbi1saXN0PlxyXG4gICAgPGlvbi1saXN0LWhlYWRlciBjbGFzcz1cImV1aW0tYWJvdXRfX2xpc3RIZWFkZXJcIj5BQk9VVCBUSElTIEFQUDwvaW9uLWxpc3QtaGVhZGVyPlxyXG4gICAgQGlmIChjaGFuZ2Vsb2dFeGlzdHMpIHtcclxuICAgIDxpb24taXRlbSBjbGFzcz1cImV1aW0tYWJvdXRfX2l0ZW1cIj5cclxuICAgICAgPGlvbi1pY29uIG5hbWU9XCJidWlsZC1vdXRsaW5lXCIgc2xvdD1cInN0YXJ0XCI+PC9pb24taWNvbj5cclxuICAgICAgPGRpdiBldWltTGFiZWwgY2xhc3M9XCJldWltLWFib3V0X19sYWJlbFwiPkNoYW5nZSBMb2c8L2Rpdj5cclxuICAgIDwvaW9uLWl0ZW0+XHJcbiAgfVxyXG4gIEBpZiAocHJpdmFjeVN0YXRlbWVudEV4aXN0cykge1xyXG4gICAgPGlvbi1pdGVtIGNsYXNzPVwiZXVpbS1hYm91dF9faXRlbVwiPlxyXG4gICAgICA8aW9uLWljb24gbmFtZT1cImZpbmdlci1wcmludC1zaGFycFwiIHNsb3Q9XCJzdGFydFwiPjwvaW9uLWljb24+XHJcbiAgICAgIDxkaXYgZXVpbUxhYmVsIGNsYXNzPVwiZXVpbS1hYm91dF9fbGFiZWxcIj5Qcml2YWN5IFN0YXRlbWVudDwvZGl2PlxyXG4gICAgPC9pb24taXRlbT5cclxuICB9XHJcbiAgICBAaWYgKG9wZW5Tb3VyY2VMaWNlbmNlc0V4aXN0cykge1xyXG4gICAgPGlvbi1pdGVtIGNsYXNzPVwiZXVpbS1hYm91dF9faXRlbVwiPlxyXG4gICAgICA8aW9uLWljb24gbmFtZT1cInJpYmJvbi1vdXRsaW5lXCIgc2xvdD1cInN0YXJ0XCI+PC9pb24taWNvbj5cclxuICAgICAgPGRpdiBldWltTGFiZWwgY2xhc3M9XCJldWltLWFib3V0X19sYWJlbFwiPk9wZW4gc291cmNlIExpY2VuY2VzPC9kaXY+XHJcbiAgICA8L2lvbi1pdGVtPiB9XHJcbiAgICBAaWYgKGxlZ2FsTm90aWNlRXhpc3RzKSB7XHJcbiAgICA8aW9uLWl0ZW0gY2xhc3M9XCJldWltLWFib3V0X19pdGVtXCI+XHJcbiAgICAgIDxpb24taWNvbiBuYW1lPVwibGlicmFyeS1vdXRsaW5lXCIgc2xvdD1cInN0YXJ0XCI+PC9pb24taWNvbj5cclxuICAgICAgPGRpdiBldWltTGFiZWwgY2xhc3M9XCJldWltLWFib3V0X19sYWJlbFwiPkxlZ2FsIE5vdGljZTwvZGl2PlxyXG4gICAgPC9pb24taXRlbT4gfVxyXG4gICAgQGlmIChjb250YWN0U3VwcG9ydEV4aXN0cykge1xyXG4gICAgPGlvbi1pdGVtIGNsYXNzPVwiZXVpbS1hYm91dF9faXRlbVwiPlxyXG4gICAgICA8aW9uLWljb24gbmFtZT1cIm1haWwtb3V0bGluZVwiIHNsb3Q9XCJzdGFydFwiPjwvaW9uLWljb24+XHJcbiAgICAgIDxkaXYgZXVpbUxhYmVsIGNsYXNzPVwiZXVpbS1hYm91dF9fbGFiZWxcIj5Db250YWN0ICYgU3VwcG9ydDwvZGl2PlxyXG4gICAgPC9pb24taXRlbT4gfVxyXG4gIDwvaW9uLWxpc3Q+XHJcbjwvZGl2PlxyXG4iXX0=
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
import { NgModule } from '@angular/core';
|
|
2
|
+
import { CommonModule } from '@angular/common';
|
|
3
|
+
import { IonicModule } from '@ionic/angular';
|
|
4
|
+
import { QRCodeModule } from 'angularx-qrcode';
|
|
5
|
+
import { EuimToolbarComponentModule } from '../layout/euim-toolbar';
|
|
6
|
+
import { EuimHeaderDetailsModule } from '../layout/euim-header-details';
|
|
7
|
+
import { EuimAvatarIconModule } from '../euim-avatar-icon';
|
|
8
|
+
import { EuimAboutComponent } from './euim-about.component';
|
|
9
|
+
import { EuimChangelogComponent } from './euim-changelog/euim-changelog.component';
|
|
10
|
+
import { EuimPrivacyStatementComponent } from './euim-privacy-statement/euim-privacy-statement.component';
|
|
11
|
+
import { EuimContactSupportComponent } from './euim-contact-support/euim-contact-support.component';
|
|
12
|
+
import { EuimLegalNoticeComponent } from './euim-legal-notice/euim-legal-notice.component';
|
|
13
|
+
import { EuimOpenSourceLicencesComponent } from './euim-opensource-licences/euim-opensource-licences.component';
|
|
14
|
+
import { EuimLabelModule } from '../atoms/euim-label';
|
|
15
|
+
import * as i0 from "@angular/core";
|
|
16
|
+
const COMPONENTS = [
|
|
17
|
+
EuimAboutComponent,
|
|
18
|
+
EuimChangelogComponent,
|
|
19
|
+
EuimPrivacyStatementComponent,
|
|
20
|
+
EuimOpenSourceLicencesComponent,
|
|
21
|
+
EuimLegalNoticeComponent,
|
|
22
|
+
EuimContactSupportComponent,
|
|
23
|
+
];
|
|
24
|
+
export class EuimAboutModule {
|
|
25
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimAboutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
26
|
+
/** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.0", ngImport: i0, type: EuimAboutModule, declarations: [EuimAboutComponent,
|
|
27
|
+
EuimChangelogComponent,
|
|
28
|
+
EuimPrivacyStatementComponent,
|
|
29
|
+
EuimOpenSourceLicencesComponent,
|
|
30
|
+
EuimLegalNoticeComponent,
|
|
31
|
+
EuimContactSupportComponent], imports: [CommonModule,
|
|
32
|
+
IonicModule,
|
|
33
|
+
QRCodeModule,
|
|
34
|
+
EuimToolbarComponentModule,
|
|
35
|
+
EuimHeaderDetailsModule,
|
|
36
|
+
EuimLabelModule,
|
|
37
|
+
EuimAvatarIconModule], exports: [EuimAboutComponent,
|
|
38
|
+
EuimChangelogComponent,
|
|
39
|
+
EuimPrivacyStatementComponent,
|
|
40
|
+
EuimOpenSourceLicencesComponent,
|
|
41
|
+
EuimLegalNoticeComponent,
|
|
42
|
+
EuimContactSupportComponent] }); }
|
|
43
|
+
/** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimAboutModule, imports: [CommonModule,
|
|
44
|
+
IonicModule,
|
|
45
|
+
QRCodeModule,
|
|
46
|
+
EuimToolbarComponentModule,
|
|
47
|
+
EuimHeaderDetailsModule,
|
|
48
|
+
EuimLabelModule,
|
|
49
|
+
EuimAvatarIconModule] }); }
|
|
50
|
+
}
|
|
51
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimAboutModule, decorators: [{
|
|
52
|
+
type: NgModule,
|
|
53
|
+
args: [{
|
|
54
|
+
imports: [
|
|
55
|
+
CommonModule,
|
|
56
|
+
IonicModule,
|
|
57
|
+
QRCodeModule,
|
|
58
|
+
EuimToolbarComponentModule,
|
|
59
|
+
EuimHeaderDetailsModule,
|
|
60
|
+
EuimLabelModule,
|
|
61
|
+
EuimAvatarIconModule,
|
|
62
|
+
],
|
|
63
|
+
exports: [
|
|
64
|
+
...COMPONENTS,
|
|
65
|
+
],
|
|
66
|
+
declarations: [
|
|
67
|
+
...COMPONENTS,
|
|
68
|
+
],
|
|
69
|
+
}]
|
|
70
|
+
}] });
|
|
71
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXVpbS1hYm91dC5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9zcmMvbGliL2NvbXBvbmVudHMvZXVpbS1hYm91dC9ldWltLWFib3V0Lm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsV0FBVyxFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFDN0MsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSwwQkFBMEIsRUFBRSxNQUFNLHdCQUF3QixDQUFDO0FBQ3BFLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxNQUFNLCtCQUErQixDQUFDO0FBRXhFLE9BQU8sRUFBRSxvQkFBb0IsRUFBRSxNQUFNLHFCQUFxQixDQUFDO0FBRTNELE9BQU8sRUFBRSxrQkFBa0IsRUFBRSxNQUFNLHdCQUF3QixDQUFDO0FBQzVELE9BQU8sRUFBRSxzQkFBc0IsRUFBRSxNQUFNLDJDQUEyQyxDQUFDO0FBQ25GLE9BQU8sRUFBRSw2QkFBNkIsRUFBRSxNQUFNLDJEQUEyRCxDQUFDO0FBQzFHLE9BQU8sRUFBRSwyQkFBMkIsRUFBRSxNQUFNLHVEQUF1RCxDQUFDO0FBQ3BHLE9BQU8sRUFBRSx3QkFBd0IsRUFBRSxNQUFNLGlEQUFpRCxDQUFDO0FBQzNGLE9BQU8sRUFBRSwrQkFBK0IsRUFBRSxNQUFNLCtEQUErRCxDQUFDO0FBQ2hILE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSxxQkFBcUIsQ0FBQTs7QUFFckQsTUFBTSxVQUFVLEdBQUc7SUFDZixrQkFBa0I7SUFDbEIsc0JBQXNCO0lBQ3RCLDZCQUE2QjtJQUM3QiwrQkFBK0I7SUFDL0Isd0JBQXdCO0lBQ3hCLDJCQUEyQjtDQUM5QixDQUFDO0FBb0JGLE1BQU0sT0FBTyxlQUFlO2lJQUFmLGVBQWU7a0lBQWYsZUFBZSxpQkExQnhCLGtCQUFrQjtZQUNsQixzQkFBc0I7WUFDdEIsNkJBQTZCO1lBQzdCLCtCQUErQjtZQUMvQix3QkFBd0I7WUFDeEIsMkJBQTJCLGFBTXZCLFlBQVk7WUFDWixXQUFXO1lBQ1gsWUFBWTtZQUNaLDBCQUEwQjtZQUMxQix1QkFBdUI7WUFDdkIsZUFBZTtZQUNmLG9CQUFvQixhQWpCeEIsa0JBQWtCO1lBQ2xCLHNCQUFzQjtZQUN0Qiw2QkFBNkI7WUFDN0IsK0JBQStCO1lBQy9CLHdCQUF3QjtZQUN4QiwyQkFBMkI7a0lBcUJsQixlQUFlLFlBZnBCLFlBQVk7WUFDWixXQUFXO1lBQ1gsWUFBWTtZQUNaLDBCQUEwQjtZQUMxQix1QkFBdUI7WUFDdkIsZUFBZTtZQUNmLG9CQUFvQjs7MkZBU2YsZUFBZTtrQkFsQjNCLFFBQVE7bUJBQUM7b0JBRU4sT0FBTyxFQUFFO3dCQUNMLFlBQVk7d0JBQ1osV0FBVzt3QkFDWCxZQUFZO3dCQUNaLDBCQUEwQjt3QkFDMUIsdUJBQXVCO3dCQUN2QixlQUFlO3dCQUNmLG9CQUFvQjtxQkFDdkI7b0JBQ0QsT0FBTyxFQUFFO3dCQUNMLEdBQUcsVUFBVTtxQkFDaEI7b0JBQ0QsWUFBWSxFQUFFO3dCQUNWLEdBQUcsVUFBVTtxQkFDaEI7aUJBQ0oiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IElvbmljTW9kdWxlIH0gZnJvbSAnQGlvbmljL2FuZ3VsYXInO1xuaW1wb3J0IHsgUVJDb2RlTW9kdWxlIH0gZnJvbSAnYW5ndWxhcngtcXJjb2RlJztcbmltcG9ydCB7IEV1aW1Ub29sYmFyQ29tcG9uZW50TW9kdWxlIH0gZnJvbSAnLi4vbGF5b3V0L2V1aW0tdG9vbGJhcic7XG5pbXBvcnQgeyBFdWltSGVhZGVyRGV0YWlsc01vZHVsZSB9IGZyb20gJy4uL2xheW91dC9ldWltLWhlYWRlci1kZXRhaWxzJztcblxuaW1wb3J0IHsgRXVpbUF2YXRhckljb25Nb2R1bGUgfSBmcm9tICcuLi9ldWltLWF2YXRhci1pY29uJztcblxuaW1wb3J0IHsgRXVpbUFib3V0Q29tcG9uZW50IH0gZnJvbSAnLi9ldWltLWFib3V0LmNvbXBvbmVudCc7XG5pbXBvcnQgeyBFdWltQ2hhbmdlbG9nQ29tcG9uZW50IH0gZnJvbSAnLi9ldWltLWNoYW5nZWxvZy9ldWltLWNoYW5nZWxvZy5jb21wb25lbnQnO1xuaW1wb3J0IHsgRXVpbVByaXZhY3lTdGF0ZW1lbnRDb21wb25lbnQgfSBmcm9tICcuL2V1aW0tcHJpdmFjeS1zdGF0ZW1lbnQvZXVpbS1wcml2YWN5LXN0YXRlbWVudC5jb21wb25lbnQnO1xuaW1wb3J0IHsgRXVpbUNvbnRhY3RTdXBwb3J0Q29tcG9uZW50IH0gZnJvbSAnLi9ldWltLWNvbnRhY3Qtc3VwcG9ydC9ldWltLWNvbnRhY3Qtc3VwcG9ydC5jb21wb25lbnQnO1xuaW1wb3J0IHsgRXVpbUxlZ2FsTm90aWNlQ29tcG9uZW50IH0gZnJvbSAnLi9ldWltLWxlZ2FsLW5vdGljZS9ldWltLWxlZ2FsLW5vdGljZS5jb21wb25lbnQnO1xuaW1wb3J0IHsgRXVpbU9wZW5Tb3VyY2VMaWNlbmNlc0NvbXBvbmVudCB9IGZyb20gJy4vZXVpbS1vcGVuc291cmNlLWxpY2VuY2VzL2V1aW0tb3BlbnNvdXJjZS1saWNlbmNlcy5jb21wb25lbnQnO1xuaW1wb3J0IHsgRXVpbUxhYmVsTW9kdWxlIH0gZnJvbSAnLi4vYXRvbXMvZXVpbS1sYWJlbCdcblxuY29uc3QgQ09NUE9ORU5UUyA9IFtcbiAgICBFdWltQWJvdXRDb21wb25lbnQsXG4gICAgRXVpbUNoYW5nZWxvZ0NvbXBvbmVudCxcbiAgICBFdWltUHJpdmFjeVN0YXRlbWVudENvbXBvbmVudCxcbiAgICBFdWltT3BlblNvdXJjZUxpY2VuY2VzQ29tcG9uZW50LFxuICAgIEV1aW1MZWdhbE5vdGljZUNvbXBvbmVudCxcbiAgICBFdWltQ29udGFjdFN1cHBvcnRDb21wb25lbnQsXG5dO1xuXG5ATmdNb2R1bGUoe1xuXG4gICAgaW1wb3J0czogW1xuICAgICAgICBDb21tb25Nb2R1bGUsXG4gICAgICAgIElvbmljTW9kdWxlLFxuICAgICAgICBRUkNvZGVNb2R1bGUsXG4gICAgICAgIEV1aW1Ub29sYmFyQ29tcG9uZW50TW9kdWxlLFxuICAgICAgICBFdWltSGVhZGVyRGV0YWlsc01vZHVsZSxcbiAgICAgICAgRXVpbUxhYmVsTW9kdWxlLFxuICAgICAgICBFdWltQXZhdGFySWNvbk1vZHVsZSxcbiAgICBdLFxuICAgIGV4cG9ydHM6IFtcbiAgICAgICAgLi4uQ09NUE9ORU5UUyxcbiAgICBdLFxuICAgIGRlY2xhcmF0aW9uczogW1xuICAgICAgICAuLi5DT01QT05FTlRTLFxuICAgIF0sXG59KVxuZXhwb3J0IGNsYXNzIEV1aW1BYm91dE1vZHVsZSB7XG59XG5cbiJdfQ==
|