@eui/mobile-core 17.1.0-snapshot-1714034384834 → 17.1.0-snapshot-1714049927480

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (22) hide show
  1. package/docs/components/EuimChangelogComponent.html +1 -1
  2. package/docs/components/EuimLegalNoticeComponent.html +145 -5
  3. package/docs/components/EuimOpenSourceLicencesComponent.html +167 -5
  4. package/docs/components/EuimPrivacyStatementComponent.html +146 -6
  5. package/docs/js/menu-wc.js +3 -3
  6. package/docs/js/menu-wc_es5.js +1 -1
  7. package/docs/js/search/search_index.js +2 -2
  8. package/esm2022/lib/components/euim-about/euim-about.component.mjs +2 -2
  9. package/esm2022/lib/components/euim-about/euim-about.module.mjs +1 -1
  10. package/esm2022/lib/components/euim-about/euim-changelog/euim-changelog.component.mjs +3 -3
  11. package/esm2022/lib/components/euim-about/euim-legal-notice/euim-legal-notice.component.mjs +19 -6
  12. package/esm2022/lib/components/euim-about/euim-opensource-licences/euim-opensource-licences.component.mjs +20 -5
  13. package/esm2022/lib/components/euim-about/euim-privacy-statement/euim-privacy-statement.component.mjs +19 -6
  14. package/fesm2022/eui-mobile-core.mjs +45 -15
  15. package/fesm2022/eui-mobile-core.mjs.map +1 -1
  16. package/lib/components/euim-about/euim-legal-notice/euim-legal-notice.component.d.ts +9 -2
  17. package/lib/components/euim-about/euim-legal-notice/euim-legal-notice.component.d.ts.map +1 -1
  18. package/lib/components/euim-about/euim-opensource-licences/euim-opensource-licences.component.d.ts +5 -1
  19. package/lib/components/euim-about/euim-opensource-licences/euim-opensource-licences.component.d.ts.map +1 -1
  20. package/lib/components/euim-about/euim-privacy-statement/euim-privacy-statement.component.d.ts +9 -2
  21. package/lib/components/euim-about/euim-privacy-statement/euim-privacy-statement.component.d.ts.map +1 -1
  22. package/package.json +1 -1
@@ -118,6 +118,12 @@
118
118
 
119
119
 
120
120
 
121
+ <p class="comment">
122
+ <h3>Implements</h3>
123
+ </p>
124
+ <p class="comment">
125
+ <code>OnInit</code>
126
+ </p>
121
127
 
122
128
 
123
129
  <section data-compodoc="block-metadata">
@@ -125,10 +131,6 @@
125
131
  <table class="table table-sm table-hover metadata">
126
132
  <tbody>
127
133
 
128
- <tr>
129
- <td class="col-md-3">changeDetection</td>
130
- <td class="col-md-9"><code>ChangeDetectionStrategy.OnPush</code></td>
131
- </tr>
132
134
 
133
135
  <tr>
134
136
  <td class="col-md-3">encapsulation</td>
@@ -151,12 +153,16 @@
151
153
 
152
154
 
153
155
 
156
+ <tr>
157
+ <td class="col-md-3">styleUrls</td>
158
+ <td class="col-md-9"><code>./styles/_index.scss</code></td>
159
+ </tr>
154
160
 
155
161
 
156
162
 
157
163
  <tr>
158
164
  <td class="col-md-3">templateUrl</td>
159
- <td class="col-md-9"><code>./euim-privacy-statement.component.html</code></td>
165
+ <td class="col-md-9"><code>euim-privacy-statement.component.html</code></td>
160
166
  </tr>
161
167
 
162
168
 
@@ -170,14 +176,148 @@
170
176
  </table>
171
177
  </section>
172
178
 
179
+ <section data-compodoc="block-index">
180
+ <h3 id="index">Index</h3>
181
+ <table class="table table-sm table-bordered index-table">
182
+ <tbody>
183
+ <tr>
184
+ <td class="col-md-4">
185
+ <h6><b>Properties</b></h6>
186
+ </td>
187
+ </tr>
188
+ <tr>
189
+ <td class="col-md-4">
190
+ <ul class="index-list">
191
+ <li>
192
+ <a href="#sanitizedUrl" >sanitizedUrl</a>
193
+ </li>
194
+ </ul>
195
+ </td>
196
+ </tr>
197
+
198
+
199
+ <tr>
200
+ <td class="col-md-4">
201
+ <h6><b>Inputs</b></h6>
202
+ </td>
203
+ </tr>
204
+ <tr>
205
+ <td class="col-md-4">
206
+ <ul class="index-list">
207
+ <li>
208
+ <a href="#url" >url</a>
209
+ </li>
210
+ </ul>
211
+ </td>
212
+ </tr>
213
+
173
214
 
174
215
 
175
216
 
217
+ </tbody>
218
+ </table>
219
+ </section>
176
220
 
221
+ <section data-compodoc="block-constructor">
222
+ <h3 id="constructor">Constructor</h3>
223
+ <table class="table table-sm table-bordered">
224
+ <tbody>
225
+ <tr>
226
+ <td class="col-md-4">
227
+ <code>constructor(sanitizer: DomSanitizer)</code>
228
+ </td>
229
+ </tr>
230
+
231
+ <tr>
232
+ <td class="col-md-4">
233
+ <div>
234
+ <b>Parameters :</b>
235
+ <table class="params">
236
+ <thead>
237
+ <tr>
238
+ <td>Name</td>
239
+ <td>Type</td>
240
+ <td>Optional</td>
241
+ </tr>
242
+ </thead>
243
+ <tbody>
244
+ <tr>
245
+ <td>sanitizer</td>
246
+
247
+ <td>
248
+ <code>DomSanitizer</code>
249
+ </td>
250
+
251
+ <td>
252
+ No
253
+ </td>
254
+
255
+ </tr>
256
+ </tbody>
257
+ </table>
258
+ </div>
259
+ </td>
260
+ </tr>
261
+ </tbody>
262
+ </table>
263
+ </section>
264
+
265
+ <section data-compodoc="block-inputs">
266
+ <h3 id="inputs">Inputs</h3>
267
+ <table class="table table-sm table-bordered">
268
+ <tbody>
269
+ <tr>
270
+ <td class="col-md-4">
271
+ <a name="url"></a>
272
+ <b>url</b>
273
+ </td>
274
+ </tr>
275
+ <tr>
276
+ <td class="col-md-4">
277
+ <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
278
+
279
+ </td>
280
+ </tr>
281
+ <tr>
282
+ <td class="col-md-4">
283
+ <i>Default value : </i><code>&#x27;&#x27;</code>
284
+ </td>
285
+ </tr>
286
+ </tbody>
287
+ </table>
288
+ </section>
177
289
 
178
290
 
179
291
 
180
292
 
293
+ <section data-compodoc="block-properties">
294
+
295
+ <h3 id="inputs">
296
+ Properties
297
+ </h3>
298
+ <table class="table table-sm table-bordered">
299
+ <tbody>
300
+ <tr>
301
+ <td class="col-md-4">
302
+ <a name="sanitizedUrl"></a>
303
+ <span class="name">
304
+ <span ><b>sanitizedUrl</b></span>
305
+ <a href="#sanitizedUrl"><span class="icon ion-ios-link"></span></a>
306
+ </span>
307
+ </td>
308
+ </tr>
309
+ <tr>
310
+ <td class="col-md-4">
311
+ <i>Type : </i> <code>SafeResourceUrl</code>
312
+
313
+ </td>
314
+ </tr>
315
+
316
+
317
+ </tbody>
318
+ </table>
319
+ </section>
320
+
181
321
  </div>
182
322
 
183
323
 
@@ -192,7 +332,7 @@
192
332
  <script src="../js/libs/htmlparser.js"></script>
193
333
  <script src="../js/libs/deep-iterator.js"></script>
194
334
  <script>
195
- var COMPONENT_TEMPLATE = '<div><ng-content></ng-content></div>'
335
+ var COMPONENT_TEMPLATE = '<div><div class="euim-privacy-statement"> <ion-header> <ion-toolbar color="primary"> <euim-toolbar> <euim-toolbar-title>Privacy Statement</euim-toolbar-title> </euim-toolbar> </ion-toolbar> </ion-header> <ion-content [fullscreen]="true" scroll-y="false"> <div class="euim-privacy-statement__iframe-container"> <iframe [src]="sanitizedUrl" class="euim-privacy-statement__iframe" scrolling="no" allowfullscreen></iframe> </div> </ion-content></div></div>'
196
336
  var COMPONENTS = [{'name': 'EuimAboutComponent', 'selector': 'euim-about'},{'name': 'EuimAlertMessageComponent', 'selector': 'euim-alert-message'},{'name': 'EuimAppComponent', 'selector': 'euim-app'},{'name': 'EuimAvatarComponent', 'selector': 'euim-avatar'},{'name': 'EuimAvatarIconComponent', 'selector': 'euim-avatar-icon'},{'name': 'EuimBadgeComponent', 'selector': 'euim-badge'},{'name': 'EuimChangelogComponent', 'selector': 'euim-changelog'},{'name': 'EuimChipSelectorComponent', 'selector': 'euim-chip-selector'},{'name': 'EuimDataSummaryColComponent', 'selector': 'euim-data-summary-col'},{'name': 'EuimDataSummaryComponent', 'selector': 'euim-data-summary'},{'name': 'EuimEmptyListPlaceholderComponent', 'selector': 'euim-empty-list-placeholder'},{'name': 'EuimHeaderDetailsComponent', 'selector': 'euim-header-details'},{'name': 'EuimHelpSupportComponent', 'selector': 'euim-help-support'},{'name': 'EuimLabelComponent', 'selector': 'div[euimLabel], p[euimLabel], span[euimLabel], euim-label'},{'name': 'EuimLanguageListComponent', 'selector': 'euim-language-list'},{'name': 'EuimLanguageSelectorComponent', 'selector': 'euim-language-selector'},{'name': 'EuimLegalNoticeComponent', 'selector': 'euim-legal-notice'},{'name': 'EuimMediaHeaderComponent', 'selector': 'euim-media-header'},{'name': 'EuimMessageComponent', 'selector': 'euim-message'},{'name': 'EuimMessageTitleComponent', 'selector': 'euim-message-title'},{'name': 'EuimMultiselectComponent', 'selector': 'euim-multiselect'},{'name': 'EuimMultiselectFilterComponent', 'selector': 'euim-multiselect-filter'},{'name': 'EuimMultiselectInfoComponent', 'selector': 'euim-multiselect-info'},{'name': 'EuimMultiselectListComponent', 'selector': 'euim-multiselect-list'},{'name': 'EuimMultiselectToolbarComponent', 'selector': 'euim-multiselect-toolbar'},{'name': 'EuimNotificationItemComponent', 'selector': 'euim-notification-item'},{'name': 'EuimOpenSourceLicencesComponent', 'selector': 'euim-opensource-licences'},{'name': 'EuimPdfWrapperComponent', 'selector': 'euim-pdf-wrapper'},{'name': 'EuimPrivacyStatementComponent', 'selector': 'euim-privacy-statement'},{'name': 'EuimScrollerXComponent', 'selector': 'euim-scroller-x'},{'name': 'EuimSidebarComponent', 'selector': 'euim-sidebar'},{'name': 'EuimSidebarContentComponent', 'selector': 'euim-sidebar-content'},{'name': 'EuimSkeletonListComponent', 'selector': 'euim-skeleton-list'},{'name': 'EuimSkeletonListItemComponent', 'selector': 'euim-skeleton-list-item'},{'name': 'EuimSlideInfoScreenComponent', 'selector': 'euim-slide-info-screen'},{'name': 'EuimSliderInfoScreenComponent', 'selector': 'euim-slider-info-screen'},{'name': 'EuimSpinnerComponent', 'selector': 'euim-spinner'},{'name': 'EuimSpinnerDescriptionComponent', 'selector': '[euimSpinnerDescription]'},{'name': 'EuimSpinnerMessageComponent', 'selector': '[euimSpinnerMessage]'},{'name': 'EuimToolbarActionItemsComponent', 'selector': 'euim-toolbar-action-items'},{'name': 'EuimToolbarComponent', 'selector': 'euim-toolbar'},{'name': 'EuimToolbarTitleComponent', 'selector': 'euim-toolbar-title'},{'name': 'EuiMUserProfileActionComponent', 'selector': 'euim-user-profile-action'},{'name': 'EuiMUserProfileAvatarComponent', 'selector': 'euim-user-profile-avatar'},{'name': 'EuimUserProfileComponent', 'selector': 'euim-user-profile'},{'name': 'EuiMUserProfileInfosComponent', 'selector': 'euim-user-profile-infos'},{'name': 'EuiMUserProfileInfosItemComponent', 'selector': 'euim-user-profile-infos-item'}];
197
337
  var DIRECTIVES = [{'name': 'BaseStatesDirective', 'selector': '[euimBase]'},{'name': 'EuimAvatarMainIconDirective', 'selector': '[euimAvatarMainIcon]'},{'name': 'EuimAvatarSubIconDirective', 'selector': '[euimAvatarSubIcon]'},{'name': 'EuimChipSelectorItemDirective', 'selector': '[euimChipSelectorItem]'},{'name': 'EuimDataSummaryColLabelDirective', 'selector': '[euimDataSummaryColLabel]'},{'name': 'EuimDataSummaryColValueDirective', 'selector': '[euimDataSummaryColValue]'},{'name': 'EuimDividerDirective', 'selector': '[euimDivider]'},{'name': 'EuimHeaderDetailsIconDirective', 'selector': '[euimHeaderDetailsIcon]'},{'name': 'EuimHeaderDetailsMetaDirective', 'selector': '[euimHeaderDetailsMeta]'},{'name': 'EuimHeaderDetailsTitleDirective', 'selector': '[euimHeaderDetailsTitle]'},{'name': 'EuimMediaHeaderImageDirective', 'selector': '[euimMediaHeaderImage]'},{'name': 'EuimMediaHeaderSubTitleDirective', 'selector': '[euimMediaHeaderSubTitle]'},{'name': 'EuimMediaHeaderTitleDirective', 'selector': '[euimMediaHeaderTitle]'},{'name': 'EuimMultiselectAllDirective', 'selector': '[euimMultiselectAll]'},{'name': 'EuimMultiselectSelectFieldDirective', 'selector': '[euimMultiselectSelectField]'},{'name': 'EuimSkeletonTextAvatarDirective', 'selector': '[euimSkeletonTextAvatar]'},{'name': 'EuimSliderInfoScreenContentDirective', 'selector': '[euimSliderInfoScreenContent]'},{'name': 'EuimSliderInfoScreenSubTitleDirective', 'selector': '[euimSliderInfoScreenSubTitle]'},{'name': 'EuimSliderInfoScreenTitleDirective', 'selector': '[euimSliderInfoScreenTitle]'}];
198
338
  var ACTUAL_COMPONENT = {'name': 'EuimPrivacyStatementComponent'};
@@ -59,13 +59,13 @@ customElements.define('compodoc-menu', class extends HTMLElement {
59
59
  <a href="modules/EuimAboutModule.html" data-type="entity-link" >EuimAboutModule</a>
60
60
  <li class="chapter inner">
61
61
  <div class="simple menu-toggler" data-bs-toggle="collapse" ${ isNormalMode ?
62
- 'data-bs-target="#components-links-module-EuimAboutModule-f378cc4702678b61326ee2102b2b0993ed7fd1f8895b5be756bc84569d42887659cc706a3e97ee4851987f7166c224435bb74dc8c9d9dc59b3dac19b21bc4ebd"' : 'data-bs-target="#xs-components-links-module-EuimAboutModule-f378cc4702678b61326ee2102b2b0993ed7fd1f8895b5be756bc84569d42887659cc706a3e97ee4851987f7166c224435bb74dc8c9d9dc59b3dac19b21bc4ebd"' }>
62
+ 'data-bs-target="#components-links-module-EuimAboutModule-2102eb359ff4f1244c58c68b6af5efc11c22f33c24878fdbaa48766d80a9f548a941e1cd257bd87a25ed6c1b1300fbe1197d60d408a18a77566d4fdfa62dab8f"' : 'data-bs-target="#xs-components-links-module-EuimAboutModule-2102eb359ff4f1244c58c68b6af5efc11c22f33c24878fdbaa48766d80a9f548a941e1cd257bd87a25ed6c1b1300fbe1197d60d408a18a77566d4fdfa62dab8f"' }>
63
63
  <span class="icon ion-md-cog"></span>
64
64
  <span>Components</span>
65
65
  <span class="icon ion-ios-arrow-down"></span>
66
66
  </div>
67
- <ul class="links collapse" ${ isNormalMode ? 'id="components-links-module-EuimAboutModule-f378cc4702678b61326ee2102b2b0993ed7fd1f8895b5be756bc84569d42887659cc706a3e97ee4851987f7166c224435bb74dc8c9d9dc59b3dac19b21bc4ebd"' :
68
- 'id="xs-components-links-module-EuimAboutModule-f378cc4702678b61326ee2102b2b0993ed7fd1f8895b5be756bc84569d42887659cc706a3e97ee4851987f7166c224435bb74dc8c9d9dc59b3dac19b21bc4ebd"' }>
67
+ <ul class="links collapse" ${ isNormalMode ? 'id="components-links-module-EuimAboutModule-2102eb359ff4f1244c58c68b6af5efc11c22f33c24878fdbaa48766d80a9f548a941e1cd257bd87a25ed6c1b1300fbe1197d60d408a18a77566d4fdfa62dab8f"' :
68
+ 'id="xs-components-links-module-EuimAboutModule-2102eb359ff4f1244c58c68b6af5efc11c22f33c24878fdbaa48766d80a9f548a941e1cd257bd87a25ed6c1b1300fbe1197d60d408a18a77566d4fdfa62dab8f"' }>
69
69
  <li class="link">
70
70
  <a href="components/EuimAboutComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimAboutComponent</a>
71
71
  </li>