@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
|
@@ -131,23 +131,17 @@
|
|
|
131
131
|
<a href="../components/EuimAboutComponent.html">EuimAboutComponent</a>
|
|
132
132
|
</li>
|
|
133
133
|
<li class="list-group-item">
|
|
134
|
-
<a href="../components/
|
|
135
|
-
</li>
|
|
136
|
-
<li class="list-group-item">
|
|
137
|
-
<a href="../components/EuimHelpSupportComponent.html">EuimHelpSupportComponent</a>
|
|
134
|
+
<a href="../components/EuimAboutContentLoadingComponent.html">EuimAboutContentLoadingComponent</a>
|
|
138
135
|
</li>
|
|
139
136
|
<li class="list-group-item">
|
|
140
|
-
<a href="../components/
|
|
137
|
+
<a href="../components/EuimChangelogComponent.html">EuimChangelogComponent</a>
|
|
141
138
|
</li>
|
|
142
139
|
<li class="list-group-item">
|
|
143
|
-
<a href="../components/
|
|
140
|
+
<a href="../components/EuimHelpSupportComponent.html">EuimHelpSupportComponent</a>
|
|
144
141
|
</li>
|
|
145
142
|
<li class="list-group-item">
|
|
146
143
|
<a href="../components/EuimOpenSourceLicencesComponent.html">EuimOpenSourceLicencesComponent</a>
|
|
147
144
|
</li>
|
|
148
|
-
<li class="list-group-item">
|
|
149
|
-
<a href="../components/EuimPrivacyStatementComponent.html">EuimPrivacyStatementComponent</a>
|
|
150
|
-
</li>
|
|
151
145
|
</ul>
|
|
152
146
|
</div>
|
|
153
147
|
<div class="col-sm-3">
|
|
@@ -159,23 +153,17 @@
|
|
|
159
153
|
<a href="../components/EuimAboutComponent.html">EuimAboutComponent</a>
|
|
160
154
|
</li>
|
|
161
155
|
<li class="list-group-item">
|
|
162
|
-
<a href="../components/
|
|
163
|
-
</li>
|
|
164
|
-
<li class="list-group-item">
|
|
165
|
-
<a href="../components/EuimHelpSupportComponent.html">EuimHelpSupportComponent</a>
|
|
156
|
+
<a href="../components/EuimAboutContentLoadingComponent.html">EuimAboutContentLoadingComponent</a>
|
|
166
157
|
</li>
|
|
167
158
|
<li class="list-group-item">
|
|
168
|
-
<a href="../components/
|
|
159
|
+
<a href="../components/EuimChangelogComponent.html">EuimChangelogComponent</a>
|
|
169
160
|
</li>
|
|
170
161
|
<li class="list-group-item">
|
|
171
|
-
<a href="../components/
|
|
162
|
+
<a href="../components/EuimHelpSupportComponent.html">EuimHelpSupportComponent</a>
|
|
172
163
|
</li>
|
|
173
164
|
<li class="list-group-item">
|
|
174
165
|
<a href="../components/EuimOpenSourceLicencesComponent.html">EuimOpenSourceLicencesComponent</a>
|
|
175
166
|
</li>
|
|
176
|
-
<li class="list-group-item">
|
|
177
|
-
<a href="../components/EuimPrivacyStatementComponent.html">EuimPrivacyStatementComponent</a>
|
|
178
|
-
</li>
|
|
179
167
|
</ul>
|
|
180
168
|
</div>
|
|
181
169
|
</div>
|
|
@@ -131,23 +131,17 @@
|
|
|
131
131
|
<a href="../components/EuimAboutComponent.html">EuimAboutComponent</a>
|
|
132
132
|
</li>
|
|
133
133
|
<li class="list-group-item">
|
|
134
|
-
<a href="../components/
|
|
135
|
-
</li>
|
|
136
|
-
<li class="list-group-item">
|
|
137
|
-
<a href="../components/EuimHelpSupportComponent.html">EuimHelpSupportComponent</a>
|
|
134
|
+
<a href="../components/EuimAboutContentLoadingComponent.html">EuimAboutContentLoadingComponent</a>
|
|
138
135
|
</li>
|
|
139
136
|
<li class="list-group-item">
|
|
140
|
-
<a href="../components/
|
|
137
|
+
<a href="../components/EuimChangelogComponent.html">EuimChangelogComponent</a>
|
|
141
138
|
</li>
|
|
142
139
|
<li class="list-group-item">
|
|
143
|
-
<a href="../components/
|
|
140
|
+
<a href="../components/EuimHelpSupportComponent.html">EuimHelpSupportComponent</a>
|
|
144
141
|
</li>
|
|
145
142
|
<li class="list-group-item">
|
|
146
143
|
<a href="../components/EuimOpenSourceLicencesComponent.html">EuimOpenSourceLicencesComponent</a>
|
|
147
144
|
</li>
|
|
148
|
-
<li class="list-group-item">
|
|
149
|
-
<a href="../components/EuimPrivacyStatementComponent.html">EuimPrivacyStatementComponent</a>
|
|
150
|
-
</li>
|
|
151
145
|
</ul>
|
|
152
146
|
</div>
|
|
153
147
|
<div class="col-sm-3">
|
|
@@ -169,23 +163,17 @@
|
|
|
169
163
|
<a href="../components/EuimAboutComponent.html">EuimAboutComponent</a>
|
|
170
164
|
</li>
|
|
171
165
|
<li class="list-group-item">
|
|
172
|
-
<a href="../components/
|
|
173
|
-
</li>
|
|
174
|
-
<li class="list-group-item">
|
|
175
|
-
<a href="../components/EuimHelpSupportComponent.html">EuimHelpSupportComponent</a>
|
|
166
|
+
<a href="../components/EuimAboutContentLoadingComponent.html">EuimAboutContentLoadingComponent</a>
|
|
176
167
|
</li>
|
|
177
168
|
<li class="list-group-item">
|
|
178
|
-
<a href="../components/
|
|
169
|
+
<a href="../components/EuimChangelogComponent.html">EuimChangelogComponent</a>
|
|
179
170
|
</li>
|
|
180
171
|
<li class="list-group-item">
|
|
181
|
-
<a href="../components/
|
|
172
|
+
<a href="../components/EuimHelpSupportComponent.html">EuimHelpSupportComponent</a>
|
|
182
173
|
</li>
|
|
183
174
|
<li class="list-group-item">
|
|
184
175
|
<a href="../components/EuimOpenSourceLicencesComponent.html">EuimOpenSourceLicencesComponent</a>
|
|
185
176
|
</li>
|
|
186
|
-
<li class="list-group-item">
|
|
187
|
-
<a href="../components/EuimPrivacyStatementComponent.html">EuimPrivacyStatementComponent</a>
|
|
188
|
-
</li>
|
|
189
177
|
</ul>
|
|
190
178
|
</div>
|
|
191
179
|
</div>
|
|
@@ -131,23 +131,17 @@
|
|
|
131
131
|
<a href="../components/EuimAboutComponent.html">EuimAboutComponent</a>
|
|
132
132
|
</li>
|
|
133
133
|
<li class="list-group-item">
|
|
134
|
-
<a href="../components/
|
|
135
|
-
</li>
|
|
136
|
-
<li class="list-group-item">
|
|
137
|
-
<a href="../components/EuimHelpSupportComponent.html">EuimHelpSupportComponent</a>
|
|
134
|
+
<a href="../components/EuimAboutContentLoadingComponent.html">EuimAboutContentLoadingComponent</a>
|
|
138
135
|
</li>
|
|
139
136
|
<li class="list-group-item">
|
|
140
|
-
<a href="../components/
|
|
137
|
+
<a href="../components/EuimChangelogComponent.html">EuimChangelogComponent</a>
|
|
141
138
|
</li>
|
|
142
139
|
<li class="list-group-item">
|
|
143
|
-
<a href="../components/
|
|
140
|
+
<a href="../components/EuimHelpSupportComponent.html">EuimHelpSupportComponent</a>
|
|
144
141
|
</li>
|
|
145
142
|
<li class="list-group-item">
|
|
146
143
|
<a href="../components/EuimOpenSourceLicencesComponent.html">EuimOpenSourceLicencesComponent</a>
|
|
147
144
|
</li>
|
|
148
|
-
<li class="list-group-item">
|
|
149
|
-
<a href="../components/EuimPrivacyStatementComponent.html">EuimPrivacyStatementComponent</a>
|
|
150
|
-
</li>
|
|
151
145
|
</ul>
|
|
152
146
|
</div>
|
|
153
147
|
<div class="col-sm-3">
|
|
@@ -159,23 +153,17 @@
|
|
|
159
153
|
<a href="../components/EuimAboutComponent.html">EuimAboutComponent</a>
|
|
160
154
|
</li>
|
|
161
155
|
<li class="list-group-item">
|
|
162
|
-
<a href="../components/
|
|
163
|
-
</li>
|
|
164
|
-
<li class="list-group-item">
|
|
165
|
-
<a href="../components/EuimHelpSupportComponent.html">EuimHelpSupportComponent</a>
|
|
156
|
+
<a href="../components/EuimAboutContentLoadingComponent.html">EuimAboutContentLoadingComponent</a>
|
|
166
157
|
</li>
|
|
167
158
|
<li class="list-group-item">
|
|
168
|
-
<a href="../components/
|
|
159
|
+
<a href="../components/EuimChangelogComponent.html">EuimChangelogComponent</a>
|
|
169
160
|
</li>
|
|
170
161
|
<li class="list-group-item">
|
|
171
|
-
<a href="../components/
|
|
162
|
+
<a href="../components/EuimHelpSupportComponent.html">EuimHelpSupportComponent</a>
|
|
172
163
|
</li>
|
|
173
164
|
<li class="list-group-item">
|
|
174
165
|
<a href="../components/EuimOpenSourceLicencesComponent.html">EuimOpenSourceLicencesComponent</a>
|
|
175
166
|
</li>
|
|
176
|
-
<li class="list-group-item">
|
|
177
|
-
<a href="../components/EuimPrivacyStatementComponent.html">EuimPrivacyStatementComponent</a>
|
|
178
|
-
</li>
|
|
179
167
|
</ul>
|
|
180
168
|
</div>
|
|
181
169
|
</div>
|
|
@@ -131,23 +131,17 @@
|
|
|
131
131
|
<a href="../components/EuimAboutComponent.html">EuimAboutComponent</a>
|
|
132
132
|
</li>
|
|
133
133
|
<li class="list-group-item">
|
|
134
|
-
<a href="../components/
|
|
135
|
-
</li>
|
|
136
|
-
<li class="list-group-item">
|
|
137
|
-
<a href="../components/EuimHelpSupportComponent.html">EuimHelpSupportComponent</a>
|
|
134
|
+
<a href="../components/EuimAboutContentLoadingComponent.html">EuimAboutContentLoadingComponent</a>
|
|
138
135
|
</li>
|
|
139
136
|
<li class="list-group-item">
|
|
140
|
-
<a href="../components/
|
|
137
|
+
<a href="../components/EuimChangelogComponent.html">EuimChangelogComponent</a>
|
|
141
138
|
</li>
|
|
142
139
|
<li class="list-group-item">
|
|
143
|
-
<a href="../components/
|
|
140
|
+
<a href="../components/EuimHelpSupportComponent.html">EuimHelpSupportComponent</a>
|
|
144
141
|
</li>
|
|
145
142
|
<li class="list-group-item">
|
|
146
143
|
<a href="../components/EuimOpenSourceLicencesComponent.html">EuimOpenSourceLicencesComponent</a>
|
|
147
144
|
</li>
|
|
148
|
-
<li class="list-group-item">
|
|
149
|
-
<a href="../components/EuimPrivacyStatementComponent.html">EuimPrivacyStatementComponent</a>
|
|
150
|
-
</li>
|
|
151
145
|
</ul>
|
|
152
146
|
</div>
|
|
153
147
|
<div class="col-sm-3">
|
|
@@ -159,23 +153,17 @@
|
|
|
159
153
|
<a href="../components/EuimAboutComponent.html">EuimAboutComponent</a>
|
|
160
154
|
</li>
|
|
161
155
|
<li class="list-group-item">
|
|
162
|
-
<a href="../components/
|
|
163
|
-
</li>
|
|
164
|
-
<li class="list-group-item">
|
|
165
|
-
<a href="../components/EuimHelpSupportComponent.html">EuimHelpSupportComponent</a>
|
|
156
|
+
<a href="../components/EuimAboutContentLoadingComponent.html">EuimAboutContentLoadingComponent</a>
|
|
166
157
|
</li>
|
|
167
158
|
<li class="list-group-item">
|
|
168
|
-
<a href="../components/
|
|
159
|
+
<a href="../components/EuimChangelogComponent.html">EuimChangelogComponent</a>
|
|
169
160
|
</li>
|
|
170
161
|
<li class="list-group-item">
|
|
171
|
-
<a href="../components/
|
|
162
|
+
<a href="../components/EuimHelpSupportComponent.html">EuimHelpSupportComponent</a>
|
|
172
163
|
</li>
|
|
173
164
|
<li class="list-group-item">
|
|
174
165
|
<a href="../components/EuimOpenSourceLicencesComponent.html">EuimOpenSourceLicencesComponent</a>
|
|
175
166
|
</li>
|
|
176
|
-
<li class="list-group-item">
|
|
177
|
-
<a href="../components/EuimPrivacyStatementComponent.html">EuimPrivacyStatementComponent</a>
|
|
178
|
-
</li>
|
|
179
167
|
</ul>
|
|
180
168
|
</div>
|
|
181
169
|
</div>
|
package/docs/modules.html
CHANGED
|
@@ -316,11 +316,11 @@
|
|
|
316
316
|
<div class="col-md-6 col-lg-4">
|
|
317
317
|
<div class="card card-module">
|
|
318
318
|
<div class="card-header">
|
|
319
|
-
<h4 class="card-title">
|
|
319
|
+
<h4 class="card-title">EuimPdfViewerModule</h4>
|
|
320
320
|
</div>
|
|
321
321
|
<div class="card-block">
|
|
322
322
|
<footer class="text-center">
|
|
323
|
-
<a href="./modules/
|
|
323
|
+
<a href="./modules/EuimPdfViewerModule.html" class="btn btn-default">Browse</a>
|
|
324
324
|
</footer>
|
|
325
325
|
</div>
|
|
326
326
|
</div>
|
|
@@ -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.7", 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.7", 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--white{color:var(--eui-base-color-grey-0)}.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 }); }
|
|
27
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "17.3.7", 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);font:normal normal 400 1rem/1.25rem var(--eui-base-font-family)}.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--white{color:var(--eui-base-color-grey-0)}.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.7", ngImport: i0, type: EuimLabelComponent, decorators: [{
|
|
30
30
|
type: Component,
|
|
@@ -44,7 +44,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", 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-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--white{color:var(--eui-base-color-grey-0)}.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"] }]
|
|
47
|
+
], styles: [".euim-label{display:block;align-items:center;margin:0;padding:0;color:var(--eui-base-color-grey-100);font:normal normal 400 1rem/1.25rem var(--eui-base-font-family)}.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--white{color:var(--eui-base-color-grey-0)}.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,26 @@
|
|
|
1
|
+
import { Component, Input, ViewEncapsulation } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "@angular/platform-browser";
|
|
4
|
+
import * as i2 from "@ionic/angular";
|
|
5
|
+
import * as i3 from "../../layout/euim-toolbar/euim-toolbar.component";
|
|
6
|
+
import * as i4 from "../../layout/euim-toolbar/euim-toolbar-title/euim-toolbar-title.component";
|
|
7
|
+
export class EuimAboutContentLoadingComponent {
|
|
8
|
+
constructor(sanitizer) {
|
|
9
|
+
this.sanitizer = sanitizer;
|
|
10
|
+
this.webUrl = '';
|
|
11
|
+
}
|
|
12
|
+
ngOnInit() {
|
|
13
|
+
this.sanitizedUrl = this.sanitizer.bypassSecurityTrustResourceUrl(this.webUrl);
|
|
14
|
+
}
|
|
15
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: EuimAboutContentLoadingComponent, deps: [{ token: i1.DomSanitizer }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
16
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.7", type: EuimAboutContentLoadingComponent, selector: "euim-about-content-loading", inputs: { webUrl: "webUrl", toolbarTitle: "toolbarTitle" }, ngImport: i0, template: "<div class=\"euim-about-content-loading\">\r\n <ion-header>\r\n <ion-toolbar color=\"primary\">\r\n <euim-toolbar>\r\n <euim-toolbar-title>{{toolbarTitle}}</euim-toolbar-title>\r\n </euim-toolbar>\r\n </ion-toolbar>\r\n </ion-header>\r\n <div class=\"euim-about-content-loading__content\">\r\n <ng-content></ng-content>\r\n </div>\r\n @if(webUrl) {\r\n <ion-content [fullscreen]=\"true\" scroll-y=\"false\">\r\n <div class=\"euim-about-content-loading__iframe-container\">\r\n <iframe [src]=\"sanitizedUrl\" class=\"euim-about-content-loading__iframe\" scrolling=\"no\" allowfullscreen></iframe>\r\n </div>\r\n </ion-content> }\r\n</div>", styles: [".euim-about-content-loading__iframe-container{position:relative;width:100%;height:calc(100vh - 56px)}.euim-about-content-loading__iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.euim-about-content-loading__content *{display:block;padding:var(--eui-base-spacing-2xs) var(--eui-base-spacing-m);font:normal normal 400 .875rem/1rem var(--eui-base-font-family);color:var(--eui-base-color-grey-100)}\n"], dependencies: [{ kind: "component", type: i2.IonContent, selector: "ion-content", inputs: ["color", "forceOverscroll", "fullscreen", "scrollEvents", "scrollX", "scrollY"] }, { kind: "component", type: i2.IonHeader, selector: "ion-header", inputs: ["collapse", "mode", "translucent"] }, { kind: "component", type: i2.IonToolbar, selector: "ion-toolbar", inputs: ["color", "mode"] }, { kind: "component", type: i3.EuimToolbarComponent, selector: "euim-toolbar", inputs: ["hasBackButton", "backButtonDefaultHref", "hasSidebarTrigger", "hasLanguageSelector"], outputs: ["backButtonClick"] }, { kind: "component", type: i4.EuimToolbarTitleComponent, selector: "euim-toolbar-title" }], encapsulation: i0.ViewEncapsulation.None }); }
|
|
17
|
+
}
|
|
18
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: EuimAboutContentLoadingComponent, decorators: [{
|
|
19
|
+
type: Component,
|
|
20
|
+
args: [{ selector: 'euim-about-content-loading', encapsulation: ViewEncapsulation.None, template: "<div class=\"euim-about-content-loading\">\r\n <ion-header>\r\n <ion-toolbar color=\"primary\">\r\n <euim-toolbar>\r\n <euim-toolbar-title>{{toolbarTitle}}</euim-toolbar-title>\r\n </euim-toolbar>\r\n </ion-toolbar>\r\n </ion-header>\r\n <div class=\"euim-about-content-loading__content\">\r\n <ng-content></ng-content>\r\n </div>\r\n @if(webUrl) {\r\n <ion-content [fullscreen]=\"true\" scroll-y=\"false\">\r\n <div class=\"euim-about-content-loading__iframe-container\">\r\n <iframe [src]=\"sanitizedUrl\" class=\"euim-about-content-loading__iframe\" scrolling=\"no\" allowfullscreen></iframe>\r\n </div>\r\n </ion-content> }\r\n</div>", styles: [".euim-about-content-loading__iframe-container{position:relative;width:100%;height:calc(100vh - 56px)}.euim-about-content-loading__iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.euim-about-content-loading__content *{display:block;padding:var(--eui-base-spacing-2xs) var(--eui-base-spacing-m);font:normal normal 400 .875rem/1rem var(--eui-base-font-family);color:var(--eui-base-color-grey-100)}\n"] }]
|
|
21
|
+
}], ctorParameters: () => [{ type: i1.DomSanitizer }], propDecorators: { webUrl: [{
|
|
22
|
+
type: Input
|
|
23
|
+
}], toolbarTitle: [{
|
|
24
|
+
type: Input
|
|
25
|
+
}] } });
|
|
26
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXVpbS1hYm91dC1jb250ZW50LWxvYWRpbmcuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2xpYi9jb21wb25lbnRzL2V1aW0tYWJvdXQvZXVpbS1hYm91dC1jb250ZW50LWxvYWRpbmcvZXVpbS1hYm91dC1jb250ZW50LWxvYWRpbmcuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2xpYi9jb21wb25lbnRzL2V1aW0tYWJvdXQvZXVpbS1hYm91dC1jb250ZW50LWxvYWRpbmcvZXVpbS1hYm91dC1jb250ZW50LWxvYWRpbmcuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQVUsaUJBQWlCLEVBQUUsTUFBTSxlQUFlLENBQUM7Ozs7OztBQVM1RSxNQUFNLE9BQU8sZ0NBQWdDO0lBS3pDLFlBQ1UsU0FBdUI7UUFBdkIsY0FBUyxHQUFULFNBQVMsQ0FBYztRQUx4QixXQUFNLEdBQUcsRUFBRSxDQUFDO0lBTWxCLENBQUM7SUFFSixRQUFRO1FBQ04sSUFBSSxDQUFDLFlBQVksR0FBRyxJQUFJLENBQUMsU0FBUyxDQUFDLDhCQUE4QixDQUFDLElBQUksQ0FBQyxNQUFNLENBQUMsQ0FBQztJQUNqRixDQUFDO2lJQVhRLGdDQUFnQztxSEFBaEMsZ0NBQWdDLDhIQ1Q3Qyx1dUJBaUJNOzsyRkRSTyxnQ0FBZ0M7a0JBTjVDLFNBQVM7K0JBQ0ksNEJBQTRCLGlCQUV2QixpQkFBaUIsQ0FBQyxJQUFJO2lGQUk1QixNQUFNO3NCQUFkLEtBQUs7Z0JBQ0csWUFBWTtzQkFBcEIsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgSW5wdXQsIE9uSW5pdCwgVmlld0VuY2Fwc3VsYXRpb24gfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IERvbVNhbml0aXplciwgU2FmZVJlc291cmNlVXJsIH0gZnJvbSAnQGFuZ3VsYXIvcGxhdGZvcm0tYnJvd3Nlcic7XG5cbkBDb21wb25lbnQoe1xuICAgIHNlbGVjdG9yOiAnZXVpbS1hYm91dC1jb250ZW50LWxvYWRpbmcnLFxuICAgIHRlbXBsYXRlVXJsOiAnLi9ldWltLWFib3V0LWNvbnRlbnQtbG9hZGluZy5jb21wb25lbnQuaHRtbCcsXG4gICAgZW5jYXBzdWxhdGlvbjogVmlld0VuY2Fwc3VsYXRpb24uTm9uZSxcbiAgICBzdHlsZVVybHM6IFsnLi9zdHlsZXMvX2luZGV4LnNjc3MnXSxcbn0pXG5leHBvcnQgY2xhc3MgRXVpbUFib3V0Q29udGVudExvYWRpbmdDb21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQge1xuICAgIEBJbnB1dCgpIHdlYlVybCA9ICcnO1xuICAgIEBJbnB1dCgpIHRvb2xiYXJUaXRsZTtcbiAgICBwcm90ZWN0ZWQgc2FuaXRpemVkVXJsOiBTYWZlUmVzb3VyY2VVcmw7XG4gIFxuICAgIGNvbnN0cnVjdG9yKFxuICAgICAgcHJpdmF0ZSBzYW5pdGl6ZXI6IERvbVNhbml0aXplcixcbiAgICApIHt9XG4gIFxuICAgIG5nT25Jbml0KCk6IHZvaWQge1xuICAgICAgdGhpcy5zYW5pdGl6ZWRVcmwgPSB0aGlzLnNhbml0aXplci5ieXBhc3NTZWN1cml0eVRydXN0UmVzb3VyY2VVcmwodGhpcy53ZWJVcmwpO1xuICAgIH1cbn1cbiIsIjxkaXYgY2xhc3M9XCJldWltLWFib3V0LWNvbnRlbnQtbG9hZGluZ1wiPlxyXG4gICAgPGlvbi1oZWFkZXI+XHJcbiAgICAgICAgPGlvbi10b29sYmFyIGNvbG9yPVwicHJpbWFyeVwiPlxyXG4gICAgICAgICAgICA8ZXVpbS10b29sYmFyPlxyXG4gICAgICAgICAgICAgICAgPGV1aW0tdG9vbGJhci10aXRsZT57e3Rvb2xiYXJUaXRsZX19PC9ldWltLXRvb2xiYXItdGl0bGU+XHJcbiAgICAgICAgICAgIDwvZXVpbS10b29sYmFyPlxyXG4gICAgICAgIDwvaW9uLXRvb2xiYXI+XHJcbiAgICA8L2lvbi1oZWFkZXI+XHJcbiAgICA8ZGl2IGNsYXNzPVwiZXVpbS1hYm91dC1jb250ZW50LWxvYWRpbmdfX2NvbnRlbnRcIj5cclxuICAgICAgICA8bmctY29udGVudD48L25nLWNvbnRlbnQ+XHJcbiAgICA8L2Rpdj5cclxuICAgIEBpZih3ZWJVcmwpIHtcclxuICAgIDxpb24tY29udGVudCBbZnVsbHNjcmVlbl09XCJ0cnVlXCIgc2Nyb2xsLXk9XCJmYWxzZVwiPlxyXG4gICAgICAgIDxkaXYgY2xhc3M9XCJldWltLWFib3V0LWNvbnRlbnQtbG9hZGluZ19faWZyYW1lLWNvbnRhaW5lclwiPlxyXG4gICAgICAgICAgICA8aWZyYW1lIFtzcmNdPVwic2FuaXRpemVkVXJsXCIgY2xhc3M9XCJldWltLWFib3V0LWNvbnRlbnQtbG9hZGluZ19faWZyYW1lXCIgc2Nyb2xsaW5nPVwibm9cIiBhbGxvd2Z1bGxzY3JlZW4+PC9pZnJhbWU+XHJcbiAgICAgICAgPC9kaXY+XHJcbiAgICA8L2lvbi1jb250ZW50PiB9XHJcbjwvZGl2PiJdfQ==
|
|
@@ -9,6 +9,7 @@ import * as i6 from "../layout/euim-header-details/euim-header-details.component
|
|
|
9
9
|
import * as i7 from "../layout/euim-header-details/euim-header-details-title/euim-header-details-title.directive";
|
|
10
10
|
import * as i8 from "../layout/euim-header-details/euim-header-details-meta/euim-header-details-meta.directive";
|
|
11
11
|
import * as i9 from "../layout/euim-header-details/euim-header-details-icon/euim-header-details-icon.directive";
|
|
12
|
+
import * as i10 from "@ngx-translate/core";
|
|
12
13
|
export class EuimAboutComponent {
|
|
13
14
|
constructor() {
|
|
14
15
|
this.logoUrl = '';
|
|
@@ -23,11 +24,11 @@ export class EuimAboutComponent {
|
|
|
23
24
|
this.showCode = !this.showCode;
|
|
24
25
|
}
|
|
25
26
|
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: EuimAboutComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
26
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.7", type: EuimAboutComponent, selector: "euim-about", inputs: { version: "version", releaseDate: "releaseDate", qrCodeUrl: "qrCodeUrl", logoUrl: "logoUrl", appName: "appName" }, 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>
|
|
27
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.7", type: EuimAboutComponent, selector: "euim-about", inputs: { version: "version", releaseDate: "releaseDate", qrCodeUrl: "qrCodeUrl", logoUrl: "logoUrl", appName: "appName" }, 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>{{'euim.about.text' | translate }}</strong></euim-toolbar-title>\r\n @if (qrCodeUrl) {\r\n <euim-toolbar-action-items>\r\n <ion-label (click)=\"toggleQRCode()\">\r\n <strong>{{ showCode ? ('euim.about.hide.qrcode' | translate) : ('euim.about.show.qrcode' | translate) }}</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'\" [elementType]=\"'svg'\"\r\n [errorCorrectionLevel]=\"'M'\" [margin]=\"4\" [scale]=\"1\" [width]=\"160\"></qrcode> }\r\n @if (!showCode) {\r\n @if (logoUrl) { <img [src]=\"logoUrl\" class=\"euim-about__app-img\" alt=\"Image\" /> } }\r\n </div>\r\n @if (appName) {\r\n <div euimHeaderDetailsTitle><strong>{{appName}}</strong></div> }\r\n @if (version) {\r\n <div euimHeaderDetailsMeta>{{'euim.about.version' | translate }} {{version}}</div> }\r\n @if (releaseDate) {\r\n <div euimHeaderDetailsMeta>{{'euim.about.builton' | translate }} {{releaseDate}}</div> }\r\n </euim-header-details>\r\n </ion-header>\r\n <ng-content></ng-content>\r\n</div>", styles: [".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{margin-inline-end:var(--eui-base-spacing-m);cursor:pointer}.euim-about ion-icon{color:var(--eui-base-color-grey-100);margin-inline-end:var(--eui-base-spacing-m)}.euim-about__app-img{width:var(--eui-base-spacing-4xl);height:var(--eui-base-spacing-4xl);border-radius:var(--eui-base-spacing-m);border:calc(var(--eui-base-spacing-2xs) / 2) solid var(--eui-base-color-white)}.euim-about[slot=start]{margin-inline-end:var(--eui-base-spacing-m)}\n"], dependencies: [{ kind: "component", type: i1.IonHeader, selector: "ion-header", inputs: ["collapse", "mode", "translucent"] }, { kind: "component", type: i1.IonLabel, selector: "ion-label", inputs: ["color", "mode", "position"] }, { 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: "pipe", type: i10.TranslatePipe, name: "translate" }], encapsulation: i0.ViewEncapsulation.None }); }
|
|
27
28
|
}
|
|
28
29
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: EuimAboutComponent, decorators: [{
|
|
29
30
|
type: Component,
|
|
30
|
-
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>
|
|
31
|
+
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>{{'euim.about.text' | translate }}</strong></euim-toolbar-title>\r\n @if (qrCodeUrl) {\r\n <euim-toolbar-action-items>\r\n <ion-label (click)=\"toggleQRCode()\">\r\n <strong>{{ showCode ? ('euim.about.hide.qrcode' | translate) : ('euim.about.show.qrcode' | translate) }}</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'\" [elementType]=\"'svg'\"\r\n [errorCorrectionLevel]=\"'M'\" [margin]=\"4\" [scale]=\"1\" [width]=\"160\"></qrcode> }\r\n @if (!showCode) {\r\n @if (logoUrl) { <img [src]=\"logoUrl\" class=\"euim-about__app-img\" alt=\"Image\" /> } }\r\n </div>\r\n @if (appName) {\r\n <div euimHeaderDetailsTitle><strong>{{appName}}</strong></div> }\r\n @if (version) {\r\n <div euimHeaderDetailsMeta>{{'euim.about.version' | translate }} {{version}}</div> }\r\n @if (releaseDate) {\r\n <div euimHeaderDetailsMeta>{{'euim.about.builton' | translate }} {{releaseDate}}</div> }\r\n </euim-header-details>\r\n </ion-header>\r\n <ng-content></ng-content>\r\n</div>", styles: [".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{margin-inline-end:var(--eui-base-spacing-m);cursor:pointer}.euim-about ion-icon{color:var(--eui-base-color-grey-100);margin-inline-end:var(--eui-base-spacing-m)}.euim-about__app-img{width:var(--eui-base-spacing-4xl);height:var(--eui-base-spacing-4xl);border-radius:var(--eui-base-spacing-m);border:calc(var(--eui-base-spacing-2xs) / 2) solid var(--eui-base-color-white)}.euim-about[slot=start]{margin-inline-end:var(--eui-base-spacing-m)}\n"] }]
|
|
31
32
|
}], propDecorators: { version: [{
|
|
32
33
|
type: Input
|
|
33
34
|
}], releaseDate: [{
|
|
@@ -39,4 +40,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImpor
|
|
|
39
40
|
}], appName: [{
|
|
40
41
|
type: Input
|
|
41
42
|
}] } });
|
|
42
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
43
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXVpbS1hYm91dC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9zcmMvbGliL2NvbXBvbmVudHMvZXVpbS1hYm91dC9ldWltLWFib3V0LmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uL3NyYy9saWIvY29tcG9uZW50cy9ldWltLWFib3V0L2V1aW0tYWJvdXQuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSxlQUFlLENBQUM7Ozs7Ozs7Ozs7OztBQVNwRSxNQUFNLE9BQU8sa0JBQWtCO0lBUC9CO1FBWVcsWUFBTyxHQUFHLEVBQUUsQ0FBQztRQUd0QixvQkFBZSxHQUFHLEtBQUssQ0FBQztRQUN4QiwyQkFBc0IsR0FBRyxLQUFLLENBQUM7UUFDL0Isc0JBQWlCLEdBQUcsS0FBSyxDQUFDO1FBQzFCLHNCQUFpQixHQUFHLEtBQUssQ0FBQztRQUMxQiw2QkFBd0IsR0FBRyxLQUFLLENBQUM7UUFDakMsYUFBUSxHQUFHLEtBQUssQ0FBQztLQU1sQjtJQUpDLFlBQVk7UUFDVixJQUFJLENBQUMsUUFBUSxHQUFHLENBQUMsSUFBSSxDQUFDLFFBQVEsQ0FBQztJQUNqQyxDQUFDO2lJQWpCVSxrQkFBa0I7cUhBQWxCLGtCQUFrQiw4S0NUL0IscTlDQStCTTs7MkZEdEJPLGtCQUFrQjtrQkFQOUIsU0FBUzsrQkFDRSxZQUFZLGlCQUdQLGlCQUFpQixDQUFDLElBQUk7OEJBSzVCLE9BQU87c0JBQWYsS0FBSztnQkFDRyxXQUFXO3NCQUFuQixLQUFLO2dCQUNHLFNBQVM7c0JBQWpCLEtBQUs7Z0JBQ0csT0FBTztzQkFBZixLQUFLO2dCQUNHLE9BQU87c0JBQWYsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgSW5wdXQsIFZpZXdFbmNhcHN1bGF0aW9uIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2V1aW0tYWJvdXQnLFxuICB0ZW1wbGF0ZVVybDogJ2V1aW0tYWJvdXQuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9zdHlsZXMvX2luZGV4LnNjc3MnXSxcbiAgZW5jYXBzdWxhdGlvbjogVmlld0VuY2Fwc3VsYXRpb24uTm9uZSxcblxufSlcbmV4cG9ydCBjbGFzcyBFdWltQWJvdXRDb21wb25lbnQge1xuXG4gIEBJbnB1dCgpIHZlcnNpb247XG4gIEBJbnB1dCgpIHJlbGVhc2VEYXRlO1xuICBASW5wdXQoKSBxckNvZGVVcmwgOiBzdHJpbmc7XG4gIEBJbnB1dCgpIGxvZ29VcmwgPSAnJztcbiAgQElucHV0KCkgYXBwTmFtZTtcblxuICBjaGFuZ2Vsb2dFeGlzdHMgPSBmYWxzZTtcbiAgcHJpdmFjeVN0YXRlbWVudEV4aXN0cyA9IGZhbHNlO1xuICBoZWxwU3VwcG9ydEV4aXN0cyA9IGZhbHNlO1xuICBsZWdhbE5vdGljZUV4aXN0cyA9IGZhbHNlO1xuICBvcGVuU291cmNlTGljZW5jZXNFeGlzdHMgPSBmYWxzZTtcbiAgc2hvd0NvZGUgPSBmYWxzZTtcblxuICB0b2dnbGVRUkNvZGUoKTogdm9pZCB7XG4gICAgdGhpcy5zaG93Q29kZSA9ICF0aGlzLnNob3dDb2RlO1xuICB9XG5cbn1cbiIsIjxkaXYgY2xhc3M9XCJldWltLWFib3V0XCI+XHJcbiAgPGlvbi1oZWFkZXI+XHJcbiAgICA8aW9uLXRvb2xiYXIgY29sb3I9XCJwcmltYXJ5XCI+XHJcbiAgICAgIDxldWltLXRvb2xiYXI+XHJcbiAgICAgICAgPGV1aW0tdG9vbGJhci10aXRsZT48c3Ryb25nPnt7J2V1aW0uYWJvdXQudGV4dCcgfCB0cmFuc2xhdGUgfX08L3N0cm9uZz48L2V1aW0tdG9vbGJhci10aXRsZT5cclxuICAgICAgICBAaWYgKHFyQ29kZVVybCkge1xyXG4gICAgICAgIDxldWltLXRvb2xiYXItYWN0aW9uLWl0ZW1zPlxyXG4gICAgICAgICAgPGlvbi1sYWJlbCAoY2xpY2spPVwidG9nZ2xlUVJDb2RlKClcIj5cclxuICAgICAgICAgICAgPHN0cm9uZz57eyBzaG93Q29kZSA/ICgnZXVpbS5hYm91dC5oaWRlLnFyY29kZScgfCB0cmFuc2xhdGUpIDogKCdldWltLmFib3V0LnNob3cucXJjb2RlJyB8IHRyYW5zbGF0ZSkgfX08L3N0cm9uZz5cclxuICAgICAgICAgIDwvaW9uLWxhYmVsPlxyXG4gICAgICAgIDwvZXVpbS10b29sYmFyLWFjdGlvbi1pdGVtcz4gfVxyXG4gICAgICA8L2V1aW0tdG9vbGJhcj5cclxuICAgIDwvaW9uLXRvb2xiYXI+XHJcblxyXG4gICAgPGV1aW0taGVhZGVyLWRldGFpbHMgY29sb3I9XCJwcmltYXJ5XCI+XHJcbiAgICAgIDxkaXYgZXVpbUhlYWRlckRldGFpbHNJY29uPlxyXG4gICAgICAgIEBpZiAoc2hvd0NvZGUpIHtcclxuICAgICAgICA8cXJjb2RlIFtxcmRhdGFdPVwicXJDb2RlVXJsXCIgW2FsbG93RW1wdHlTdHJpbmddPVwidHJ1ZVwiIFtjc3NDbGFzc109XCInY2VudGVyJ1wiIFtlbGVtZW50VHlwZV09XCInc3ZnJ1wiXHJcbiAgICAgICAgICBbZXJyb3JDb3JyZWN0aW9uTGV2ZWxdPVwiJ00nXCIgW21hcmdpbl09XCI0XCIgW3NjYWxlXT1cIjFcIiBbd2lkdGhdPVwiMTYwXCI+PC9xcmNvZGU+IH1cclxuICAgICAgICBAaWYgKCFzaG93Q29kZSkge1xyXG4gICAgICAgIEBpZiAobG9nb1VybCkgeyA8aW1nIFtzcmNdPVwibG9nb1VybFwiIGNsYXNzPVwiZXVpbS1hYm91dF9fYXBwLWltZ1wiIGFsdD1cIkltYWdlXCIgLz4gfSB9XHJcbiAgICAgIDwvZGl2PlxyXG4gICAgICBAaWYgKGFwcE5hbWUpIHtcclxuICAgICAgPGRpdiBldWltSGVhZGVyRGV0YWlsc1RpdGxlPjxzdHJvbmc+e3thcHBOYW1lfX08L3N0cm9uZz48L2Rpdj4gfVxyXG4gICAgICBAaWYgKHZlcnNpb24pIHtcclxuICAgICAgPGRpdiBldWltSGVhZGVyRGV0YWlsc01ldGE+e3snZXVpbS5hYm91dC52ZXJzaW9uJyB8IHRyYW5zbGF0ZSB9fSB7e3ZlcnNpb259fTwvZGl2PiB9XHJcbiAgICAgIEBpZiAocmVsZWFzZURhdGUpIHtcclxuICAgICAgPGRpdiBldWltSGVhZGVyRGV0YWlsc01ldGE+e3snZXVpbS5hYm91dC5idWlsdG9uJyB8IHRyYW5zbGF0ZSB9fSB7e3JlbGVhc2VEYXRlfX08L2Rpdj4gfVxyXG4gICAgPC9ldWltLWhlYWRlci1kZXRhaWxzPlxyXG4gIDwvaW9uLWhlYWRlcj5cclxuICA8bmctY29udGVudD48L25nLWNvbnRlbnQ+XHJcbjwvZGl2PiJdfQ==
|
|
@@ -8,32 +8,27 @@ import { EuimAvatarIconModule } from '../euim-avatar-icon';
|
|
|
8
8
|
import { EuimAlertMessageModule } from '../euim-alert-message';
|
|
9
9
|
import { EuimAboutComponent } from './euim-about.component';
|
|
10
10
|
import { EuimChangelogComponent } from './euim-changelog/euim-changelog.component';
|
|
11
|
-
import { EuimPrivacyStatementComponent } from './euim-privacy-statement/euim-privacy-statement.component';
|
|
12
11
|
import { EuimHelpSupportComponent } from './euim-help-support/euim-help-support.component';
|
|
13
|
-
import { EuimLegalNoticeComponent } from './euim-legal-notice/euim-legal-notice.component';
|
|
14
12
|
import { EuimOpenSourceLicencesComponent } from './euim-opensource-licences/euim-opensource-licences.component';
|
|
15
|
-
import {
|
|
13
|
+
import { EuimAboutContentLoadingComponent } from './euim-about-content-loading/euim-about-content-loading.component';
|
|
16
14
|
import { EuimLabelModule } from '../atoms/euim-label';
|
|
17
15
|
import { PinchZoomModule } from '@mapaxe/ngx-pinch-zoom';
|
|
16
|
+
import { TranslateModule } from '@ngx-translate/core';
|
|
18
17
|
import * as i0 from "@angular/core";
|
|
19
18
|
const COMPONENTS = [
|
|
20
19
|
EuimAboutComponent,
|
|
21
20
|
EuimChangelogComponent,
|
|
22
|
-
EuimPrivacyStatementComponent,
|
|
23
21
|
EuimOpenSourceLicencesComponent,
|
|
24
|
-
EuimLegalNoticeComponent,
|
|
25
22
|
EuimHelpSupportComponent,
|
|
26
|
-
|
|
23
|
+
EuimAboutContentLoadingComponent,
|
|
27
24
|
];
|
|
28
25
|
export class EuimAboutModule {
|
|
29
26
|
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: EuimAboutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
30
27
|
/** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.7", ngImport: i0, type: EuimAboutModule, declarations: [EuimAboutComponent,
|
|
31
28
|
EuimChangelogComponent,
|
|
32
|
-
EuimPrivacyStatementComponent,
|
|
33
29
|
EuimOpenSourceLicencesComponent,
|
|
34
|
-
EuimLegalNoticeComponent,
|
|
35
30
|
EuimHelpSupportComponent,
|
|
36
|
-
|
|
31
|
+
EuimAboutContentLoadingComponent], imports: [CommonModule,
|
|
37
32
|
IonicModule,
|
|
38
33
|
QRCodeModule,
|
|
39
34
|
EuimToolbarComponentModule,
|
|
@@ -41,13 +36,12 @@ export class EuimAboutModule {
|
|
|
41
36
|
EuimLabelModule,
|
|
42
37
|
EuimAvatarIconModule,
|
|
43
38
|
EuimAlertMessageModule,
|
|
44
|
-
PinchZoomModule
|
|
39
|
+
PinchZoomModule,
|
|
40
|
+
TranslateModule], exports: [EuimAboutComponent,
|
|
45
41
|
EuimChangelogComponent,
|
|
46
|
-
EuimPrivacyStatementComponent,
|
|
47
42
|
EuimOpenSourceLicencesComponent,
|
|
48
|
-
EuimLegalNoticeComponent,
|
|
49
43
|
EuimHelpSupportComponent,
|
|
50
|
-
|
|
44
|
+
EuimAboutContentLoadingComponent] }); }
|
|
51
45
|
/** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: EuimAboutModule, imports: [CommonModule,
|
|
52
46
|
IonicModule,
|
|
53
47
|
QRCodeModule,
|
|
@@ -56,7 +50,8 @@ export class EuimAboutModule {
|
|
|
56
50
|
EuimLabelModule,
|
|
57
51
|
EuimAvatarIconModule,
|
|
58
52
|
EuimAlertMessageModule,
|
|
59
|
-
PinchZoomModule
|
|
53
|
+
PinchZoomModule,
|
|
54
|
+
TranslateModule] }); }
|
|
60
55
|
}
|
|
61
56
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: EuimAboutModule, decorators: [{
|
|
62
57
|
type: NgModule,
|
|
@@ -71,6 +66,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImpor
|
|
|
71
66
|
EuimAvatarIconModule,
|
|
72
67
|
EuimAlertMessageModule,
|
|
73
68
|
PinchZoomModule,
|
|
69
|
+
TranslateModule,
|
|
74
70
|
],
|
|
75
71
|
exports: [
|
|
76
72
|
...COMPONENTS,
|
|
@@ -80,4 +76,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImpor
|
|
|
80
76
|
],
|
|
81
77
|
}]
|
|
82
78
|
}] });
|
|
83
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
79
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXVpbS1hYm91dC5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9zcmMvbGliL2NvbXBvbmVudHMvZXVpbS1hYm91dC9ldWltLWFib3V0Lm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsV0FBVyxFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFDN0MsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSwwQkFBMEIsRUFBRSxNQUFNLHdCQUF3QixDQUFDO0FBQ3BFLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxNQUFNLCtCQUErQixDQUFDO0FBQ3hFLE9BQU8sRUFBRSxvQkFBb0IsRUFBRSxNQUFNLHFCQUFxQixDQUFDO0FBQzNELE9BQU8sRUFBRSxzQkFBc0IsRUFBRSxNQUFNLHVCQUF1QixDQUFDO0FBQy9ELE9BQU8sRUFBRSxrQkFBa0IsRUFBRSxNQUFNLHdCQUF3QixDQUFDO0FBQzVELE9BQU8sRUFBRSxzQkFBc0IsRUFBRSxNQUFNLDJDQUEyQyxDQUFDO0FBQ25GLE9BQU8sRUFBRSx3QkFBd0IsRUFBRSxNQUFNLGlEQUFpRCxDQUFDO0FBQzNGLE9BQU8sRUFBRSwrQkFBK0IsRUFBRSxNQUFNLCtEQUErRCxDQUFDO0FBQ2hILE9BQU8sRUFBRSxnQ0FBZ0MsRUFBRSxNQUFNLG1FQUFtRSxDQUFDO0FBRXJILE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSxxQkFBcUIsQ0FBQztBQUN0RCxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0sd0JBQXdCLENBQUM7QUFDekQsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLHFCQUFxQixDQUFDOztBQUV0RCxNQUFNLFVBQVUsR0FBRztJQUNmLGtCQUFrQjtJQUNsQixzQkFBc0I7SUFDdEIsK0JBQStCO0lBQy9CLHdCQUF3QjtJQUN4QixnQ0FBZ0M7Q0FDbkMsQ0FBQztBQXVCRixNQUFNLE9BQU8sZUFBZTtpSUFBZixlQUFlO2tJQUFmLGVBQWUsaUJBNUJ4QixrQkFBa0I7WUFDbEIsc0JBQXNCO1lBQ3RCLCtCQUErQjtZQUMvQix3QkFBd0I7WUFDeEIsZ0NBQWdDLGFBTTVCLFlBQVk7WUFDWixXQUFXO1lBQ1gsWUFBWTtZQUNaLDBCQUEwQjtZQUMxQix1QkFBdUI7WUFDdkIsZUFBZTtZQUNmLG9CQUFvQjtZQUNwQixzQkFBc0I7WUFDdEIsZUFBZTtZQUNmLGVBQWUsYUFuQm5CLGtCQUFrQjtZQUNsQixzQkFBc0I7WUFDdEIsK0JBQStCO1lBQy9CLHdCQUF3QjtZQUN4QixnQ0FBZ0M7a0lBd0J2QixlQUFlLFlBbEJwQixZQUFZO1lBQ1osV0FBVztZQUNYLFlBQVk7WUFDWiwwQkFBMEI7WUFDMUIsdUJBQXVCO1lBQ3ZCLGVBQWU7WUFDZixvQkFBb0I7WUFDcEIsc0JBQXNCO1lBQ3RCLGVBQWU7WUFDZixlQUFlOzsyRkFTVixlQUFlO2tCQXJCM0IsUUFBUTttQkFBQztvQkFFTixPQUFPLEVBQUU7d0JBQ0wsWUFBWTt3QkFDWixXQUFXO3dCQUNYLFlBQVk7d0JBQ1osMEJBQTBCO3dCQUMxQix1QkFBdUI7d0JBQ3ZCLGVBQWU7d0JBQ2Ysb0JBQW9CO3dCQUNwQixzQkFBc0I7d0JBQ3RCLGVBQWU7d0JBQ2YsZUFBZTtxQkFDbEI7b0JBQ0QsT0FBTyxFQUFFO3dCQUNMLEdBQUcsVUFBVTtxQkFDaEI7b0JBQ0QsWUFBWSxFQUFFO3dCQUNWLEdBQUcsVUFBVTtxQkFDaEI7aUJBQ0giLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IElvbmljTW9kdWxlIH0gZnJvbSAnQGlvbmljL2FuZ3VsYXInO1xuaW1wb3J0IHsgUVJDb2RlTW9kdWxlIH0gZnJvbSAnYW5ndWxhcngtcXJjb2RlJztcbmltcG9ydCB7IEV1aW1Ub29sYmFyQ29tcG9uZW50TW9kdWxlIH0gZnJvbSAnLi4vbGF5b3V0L2V1aW0tdG9vbGJhcic7XG5pbXBvcnQgeyBFdWltSGVhZGVyRGV0YWlsc01vZHVsZSB9IGZyb20gJy4uL2xheW91dC9ldWltLWhlYWRlci1kZXRhaWxzJztcbmltcG9ydCB7IEV1aW1BdmF0YXJJY29uTW9kdWxlIH0gZnJvbSAnLi4vZXVpbS1hdmF0YXItaWNvbic7XG5pbXBvcnQgeyBFdWltQWxlcnRNZXNzYWdlTW9kdWxlIH0gZnJvbSAnLi4vZXVpbS1hbGVydC1tZXNzYWdlJztcbmltcG9ydCB7IEV1aW1BYm91dENvbXBvbmVudCB9IGZyb20gJy4vZXVpbS1hYm91dC5jb21wb25lbnQnO1xuaW1wb3J0IHsgRXVpbUNoYW5nZWxvZ0NvbXBvbmVudCB9IGZyb20gJy4vZXVpbS1jaGFuZ2Vsb2cvZXVpbS1jaGFuZ2Vsb2cuY29tcG9uZW50JztcbmltcG9ydCB7IEV1aW1IZWxwU3VwcG9ydENvbXBvbmVudCB9IGZyb20gJy4vZXVpbS1oZWxwLXN1cHBvcnQvZXVpbS1oZWxwLXN1cHBvcnQuY29tcG9uZW50JztcbmltcG9ydCB7IEV1aW1PcGVuU291cmNlTGljZW5jZXNDb21wb25lbnQgfSBmcm9tICcuL2V1aW0tb3BlbnNvdXJjZS1saWNlbmNlcy9ldWltLW9wZW5zb3VyY2UtbGljZW5jZXMuY29tcG9uZW50JztcbmltcG9ydCB7IEV1aW1BYm91dENvbnRlbnRMb2FkaW5nQ29tcG9uZW50IH0gZnJvbSAnLi9ldWltLWFib3V0LWNvbnRlbnQtbG9hZGluZy9ldWltLWFib3V0LWNvbnRlbnQtbG9hZGluZy5jb21wb25lbnQnO1xuXG5pbXBvcnQgeyBFdWltTGFiZWxNb2R1bGUgfSBmcm9tICcuLi9hdG9tcy9ldWltLWxhYmVsJztcbmltcG9ydCB7IFBpbmNoWm9vbU1vZHVsZSB9IGZyb20gJ0BtYXBheGUvbmd4LXBpbmNoLXpvb20nO1xuaW1wb3J0IHsgVHJhbnNsYXRlTW9kdWxlIH0gZnJvbSAnQG5neC10cmFuc2xhdGUvY29yZSc7XG5cbmNvbnN0IENPTVBPTkVOVFMgPSBbXG4gICAgRXVpbUFib3V0Q29tcG9uZW50LFxuICAgIEV1aW1DaGFuZ2Vsb2dDb21wb25lbnQsXG4gICAgRXVpbU9wZW5Tb3VyY2VMaWNlbmNlc0NvbXBvbmVudCxcbiAgICBFdWltSGVscFN1cHBvcnRDb21wb25lbnQsXG4gICAgRXVpbUFib3V0Q29udGVudExvYWRpbmdDb21wb25lbnQsXG5dO1xuXG5ATmdNb2R1bGUoe1xuXG4gICAgaW1wb3J0czogW1xuICAgICAgICBDb21tb25Nb2R1bGUsXG4gICAgICAgIElvbmljTW9kdWxlLFxuICAgICAgICBRUkNvZGVNb2R1bGUsXG4gICAgICAgIEV1aW1Ub29sYmFyQ29tcG9uZW50TW9kdWxlLFxuICAgICAgICBFdWltSGVhZGVyRGV0YWlsc01vZHVsZSxcbiAgICAgICAgRXVpbUxhYmVsTW9kdWxlLFxuICAgICAgICBFdWltQXZhdGFySWNvbk1vZHVsZSxcbiAgICAgICAgRXVpbUFsZXJ0TWVzc2FnZU1vZHVsZSxcbiAgICAgICAgUGluY2hab29tTW9kdWxlLFxuICAgICAgICBUcmFuc2xhdGVNb2R1bGUsXG4gICAgXSxcbiAgICBleHBvcnRzOiBbXG4gICAgICAgIC4uLkNPTVBPTkVOVFMsXG4gICAgXSxcbiAgICBkZWNsYXJhdGlvbnM6IFtcbiAgICAgICAgLi4uQ09NUE9ORU5UUyxcbiAgICBdLFxuIH0pXG5leHBvcnQgY2xhc3MgRXVpbUFib3V0TW9kdWxlIHtcbn1cblxuIl19
|
|
@@ -4,17 +4,18 @@ import * as i1 from "@ionic/angular";
|
|
|
4
4
|
import * as i2 from "../../layout/euim-toolbar/euim-toolbar.component";
|
|
5
5
|
import * as i3 from "../../layout/euim-toolbar/euim-toolbar-title/euim-toolbar-title.component";
|
|
6
6
|
import * as i4 from "../../atoms/euim-label/euim-label.component";
|
|
7
|
+
import * as i5 from "@ngx-translate/core";
|
|
7
8
|
export class EuimChangelogComponent {
|
|
8
9
|
constructor() {
|
|
9
10
|
this.changeLogs = [];
|
|
10
11
|
}
|
|
11
12
|
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: EuimChangelogComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
12
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.7", type: EuimChangelogComponent, selector: "euim-changelog", inputs: { changeLogs: "changeLogs" }, ngImport: i0, template: "<div class=\"euim-changelog\">\n <ion-header>\n <ion-toolbar color=\"primary\">\n <euim-toolbar>\n <euim-toolbar-title>
|
|
13
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.7", type: EuimChangelogComponent, selector: "euim-changelog", inputs: { changeLogs: "changeLogs" }, ngImport: i0, template: "<div class=\"euim-changelog\">\n <ion-header>\n <ion-toolbar color=\"primary\">\n <euim-toolbar>\n <euim-toolbar-title>{{ 'euim.about.changelog' | translate }}</euim-toolbar-title>\n </euim-toolbar>\n </ion-toolbar>\n </ion-header>\n <ion-content [fullscreen]=\"true\">\n <ion-list>\n <ion-accordion-group [multiple]=\"true\" value=\"about\">\n @for (logItem of changeLogs; track $index) {\n <ion-accordion [value]=\"$index === 0 ? 'about' : logItem.version\">\n <ion-item slot=\"header\">\n <ion-icon name=\"build-outline\" slot=\"start\"></ion-icon>\n <div class=\"euim-changelog__euimVersionTitle\" euimLabel euimLabelTitle>\n <strong>{{ logItem.version }}</strong>\n </div>\n </ion-item>\n <ion-list slot=\"content\">\n @for (section of logItem.sections; track section) {\n @if (section.items && section.items.length > 0) {\n <ion-item-divider>\n <ion-label>{{ section.name }}</ion-label>\n </ion-item-divider>\n <ion-item lines=\"none\">\n <ul>\n @for (item of section.items; track item) {\n <li>{{ item }}</li>\n }\n </ul>\n </ion-item>\n }\n }\n </ion-list>\n </ion-accordion>\n }\n </ion-accordion-group>\n </ion-list>\n </ion-content>\n</div>\n", styles: [".euim-changelog{height:100%}.euim-changelog__euimVersionTitle{font:normal normal 400 .875rem/1rem var(--eui-base-font-family);color:var(--eui-base-color-grey-100)}.euim-changelog ul{padding:var(--eui-base-spacing-xs) var(--eui-base-spacing-m);margin:0}.euim-changelog li{font:normal normal 400 1rem/1.25rem var(--eui-base-font-family);color:var(--eui-base-color-grey-100)}.euim-changelog ion-item ion-icon{color:var(--eui-base-color-grey-100)}.euim-changelog ion-item ion-icon[slot=start]{margin-inline-end:var(--eui-base-spacing-m)}.euim-changelog ion-item ion-icon[slot=end]{color:var(--eui-base-color-grey-75)}.euim-changelog ion-accordion.accordion-expanded ion-item[slot=header]{--border-width: 0 0 1px 0 !important}.euim-changelog ion-list{flex:1;display:flex;flex-direction:column}\n"], dependencies: [{ kind: "component", type: i1.IonAccordion, selector: "ion-accordion", inputs: ["disabled", "mode", "readonly", "toggleIcon", "toggleIconSlot", "value"] }, { kind: "component", type: i1.IonAccordionGroup, selector: "ion-accordion-group", inputs: ["animated", "disabled", "expand", "mode", "multiple", "readonly", "value"] }, { kind: "component", type: i1.IonContent, selector: "ion-content", inputs: ["color", "forceOverscroll", "fullscreen", "scrollEvents", "scrollX", "scrollY"] }, { 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.IonItemDivider, selector: "ion-item-divider", inputs: ["color", "mode", "sticky"] }, { 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.IonToolbar, selector: "ion-toolbar", inputs: ["color", "mode"] }, { kind: "component", type: i2.EuimToolbarComponent, selector: "euim-toolbar", inputs: ["hasBackButton", "backButtonDefaultHref", "hasSidebarTrigger", "hasLanguageSelector"], outputs: ["backButtonClick"] }, { kind: "component", type: i3.EuimToolbarTitleComponent, selector: "euim-toolbar-title" }, { kind: "component", type: i4.EuimLabelComponent, selector: "div[euimLabel], p[euimLabel], span[euimLabel], euim-label", inputs: ["euimLabelTruncateWithLines", "euimLabelTitle", "euimLabelSubTitle", "euimLabelMeta", "euimLabelTruncate"] }, { kind: "pipe", type: i5.TranslatePipe, name: "translate" }], encapsulation: i0.ViewEncapsulation.None }); }
|
|
13
14
|
}
|
|
14
15
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: EuimChangelogComponent, decorators: [{
|
|
15
16
|
type: Component,
|
|
16
|
-
args: [{ selector: 'euim-changelog', encapsulation: ViewEncapsulation.None, template: "<div class=\"euim-changelog\">\n <ion-header>\n <ion-toolbar color=\"primary\">\n <euim-toolbar>\n <euim-toolbar-title>
|
|
17
|
+
args: [{ selector: 'euim-changelog', encapsulation: ViewEncapsulation.None, template: "<div class=\"euim-changelog\">\n <ion-header>\n <ion-toolbar color=\"primary\">\n <euim-toolbar>\n <euim-toolbar-title>{{ 'euim.about.changelog' | translate }}</euim-toolbar-title>\n </euim-toolbar>\n </ion-toolbar>\n </ion-header>\n <ion-content [fullscreen]=\"true\">\n <ion-list>\n <ion-accordion-group [multiple]=\"true\" value=\"about\">\n @for (logItem of changeLogs; track $index) {\n <ion-accordion [value]=\"$index === 0 ? 'about' : logItem.version\">\n <ion-item slot=\"header\">\n <ion-icon name=\"build-outline\" slot=\"start\"></ion-icon>\n <div class=\"euim-changelog__euimVersionTitle\" euimLabel euimLabelTitle>\n <strong>{{ logItem.version }}</strong>\n </div>\n </ion-item>\n <ion-list slot=\"content\">\n @for (section of logItem.sections; track section) {\n @if (section.items && section.items.length > 0) {\n <ion-item-divider>\n <ion-label>{{ section.name }}</ion-label>\n </ion-item-divider>\n <ion-item lines=\"none\">\n <ul>\n @for (item of section.items; track item) {\n <li>{{ item }}</li>\n }\n </ul>\n </ion-item>\n }\n }\n </ion-list>\n </ion-accordion>\n }\n </ion-accordion-group>\n </ion-list>\n </ion-content>\n</div>\n", styles: [".euim-changelog{height:100%}.euim-changelog__euimVersionTitle{font:normal normal 400 .875rem/1rem var(--eui-base-font-family);color:var(--eui-base-color-grey-100)}.euim-changelog ul{padding:var(--eui-base-spacing-xs) var(--eui-base-spacing-m);margin:0}.euim-changelog li{font:normal normal 400 1rem/1.25rem var(--eui-base-font-family);color:var(--eui-base-color-grey-100)}.euim-changelog ion-item ion-icon{color:var(--eui-base-color-grey-100)}.euim-changelog ion-item ion-icon[slot=start]{margin-inline-end:var(--eui-base-spacing-m)}.euim-changelog ion-item ion-icon[slot=end]{color:var(--eui-base-color-grey-75)}.euim-changelog ion-accordion.accordion-expanded ion-item[slot=header]{--border-width: 0 0 1px 0 !important}.euim-changelog ion-list{flex:1;display:flex;flex-direction:column}\n"] }]
|
|
17
18
|
}], propDecorators: { changeLogs: [{
|
|
18
19
|
type: Input
|
|
19
20
|
}] } });
|
|
20
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
21
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXVpbS1jaGFuZ2Vsb2cuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2xpYi9jb21wb25lbnRzL2V1aW0tYWJvdXQvZXVpbS1jaGFuZ2Vsb2cvZXVpbS1jaGFuZ2Vsb2cuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2xpYi9jb21wb25lbnRzL2V1aW0tYWJvdXQvZXVpbS1jaGFuZ2Vsb2cvZXVpbS1jaGFuZ2Vsb2cuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSxlQUFlLENBQUM7Ozs7Ozs7QUFRcEUsTUFBTSxPQUFPLHNCQUFzQjtJQU5uQztRQU9hLGVBQVUsR0FBRyxFQUFFLENBQUM7S0FDNUI7aUlBRlksc0JBQXNCO3FIQUF0QixzQkFBc0IsNEZDUm5DLGcvREF5Q0E7OzJGRGpDYSxzQkFBc0I7a0JBTmxDLFNBQVM7K0JBQ0ksZ0JBQWdCLGlCQUdYLGlCQUFpQixDQUFDLElBQUk7OEJBRzVCLFVBQVU7c0JBQWxCLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIElucHV0LCBWaWV3RW5jYXBzdWxhdGlvbiB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ2V1aW0tY2hhbmdlbG9nJyxcbiAgICB0ZW1wbGF0ZVVybDogJy4vZXVpbS1jaGFuZ2Vsb2cuY29tcG9uZW50Lmh0bWwnLFxuICAgIHN0eWxlVXJsczogWycuL3N0eWxlcy9faW5kZXguc2NzcyddLFxuICAgIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmUsXG59KVxuZXhwb3J0IGNsYXNzIEV1aW1DaGFuZ2Vsb2dDb21wb25lbnQge1xuICAgIEBJbnB1dCgpIGNoYW5nZUxvZ3MgPSBbXTtcbn1cblxuIiwiPGRpdiBjbGFzcz1cImV1aW0tY2hhbmdlbG9nXCI+XG4gICAgPGlvbi1oZWFkZXI+XG4gICAgICAgIDxpb24tdG9vbGJhciBjb2xvcj1cInByaW1hcnlcIj5cbiAgICAgICAgICAgIDxldWltLXRvb2xiYXI+XG4gICAgICAgICAgICAgICAgPGV1aW0tdG9vbGJhci10aXRsZT57eyAnZXVpbS5hYm91dC5jaGFuZ2Vsb2cnIHwgdHJhbnNsYXRlIH19PC9ldWltLXRvb2xiYXItdGl0bGU+XG4gICAgICAgICAgICA8L2V1aW0tdG9vbGJhcj5cbiAgICAgICAgPC9pb24tdG9vbGJhcj5cbiAgICA8L2lvbi1oZWFkZXI+XG4gICAgPGlvbi1jb250ZW50IFtmdWxsc2NyZWVuXT1cInRydWVcIj5cbiAgICAgICAgPGlvbi1saXN0PlxuICAgICAgICAgICAgPGlvbi1hY2NvcmRpb24tZ3JvdXAgW211bHRpcGxlXT1cInRydWVcIiB2YWx1ZT1cImFib3V0XCI+XG4gICAgICAgICAgICAgICAgQGZvciAobG9nSXRlbSBvZiBjaGFuZ2VMb2dzOyB0cmFjayAkaW5kZXgpIHtcbiAgICAgICAgICAgICAgICAgICAgPGlvbi1hY2NvcmRpb24gW3ZhbHVlXT1cIiRpbmRleCA9PT0gMCA/ICdhYm91dCcgOiBsb2dJdGVtLnZlcnNpb25cIj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxpb24taXRlbSBzbG90PVwiaGVhZGVyXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGlvbi1pY29uIG5hbWU9XCJidWlsZC1vdXRsaW5lXCIgc2xvdD1cInN0YXJ0XCI+PC9pb24taWNvbj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZXVpbS1jaGFuZ2Vsb2dfX2V1aW1WZXJzaW9uVGl0bGVcIiBldWltTGFiZWwgZXVpbUxhYmVsVGl0bGU+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxzdHJvbmc+e3sgbG9nSXRlbS52ZXJzaW9uIH19PC9zdHJvbmc+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgICAgICAgICA8L2lvbi1pdGVtPlxuICAgICAgICAgICAgICAgICAgICAgICAgPGlvbi1saXN0IHNsb3Q9XCJjb250ZW50XCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgQGZvciAoc2VjdGlvbiBvZiBsb2dJdGVtLnNlY3Rpb25zOyB0cmFjayBzZWN0aW9uKSB7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIEBpZiAoc2VjdGlvbi5pdGVtcyAmJiBzZWN0aW9uLml0ZW1zLmxlbmd0aCA+IDApIHtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxpb24taXRlbS1kaXZpZGVyPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxpb24tbGFiZWw+e3sgc2VjdGlvbi5uYW1lIH19PC9pb24tbGFiZWw+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2lvbi1pdGVtLWRpdmlkZXI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8aW9uLWl0ZW0gbGluZXM9XCJub25lXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHVsPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBAZm9yIChpdGVtIG9mIHNlY3Rpb24uaXRlbXM7IHRyYWNrIGl0ZW0pIHtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxsaT57eyBpdGVtIH19PC9saT5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvdWw+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2lvbi1pdGVtPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgICAgICAgICAgPC9pb24tbGlzdD5cbiAgICAgICAgICAgICAgICAgICAgPC9pb24tYWNjb3JkaW9uPlxuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgIDwvaW9uLWFjY29yZGlvbi1ncm91cD5cbiAgICAgICAgPC9pb24tbGlzdD5cbiAgICA8L2lvbi1jb250ZW50PlxuPC9kaXY+XG4iXX0=
|