@eui/mobile-core 17.1.0-snapshot-1715073555946 → 17.1.0-snapshot-1715685561063

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 (98) hide show
  1. package/assets/i18n-mobile/en.json +9 -3
  2. package/assets/i18n-mobile/es.json +9 -2
  3. package/assets/i18n-mobile/fr.json +10 -3
  4. package/assets/i18n-mobile/tr.json +9 -2
  5. package/docs/components/EuiMUserProfileActionComponent.html +1 -1
  6. package/docs/components/EuiMUserProfileAvatarComponent.html +1 -1
  7. package/docs/components/EuiMUserProfileInfosComponent.html +1 -1
  8. package/docs/components/EuiMUserProfileInfosItemComponent.html +1 -1
  9. package/docs/components/EuimAboutComponent.html +2 -2
  10. package/docs/components/{EuimLegalNoticeComponent.html → EuimAboutContentLoadingComponent.html} +30 -52
  11. package/docs/components/EuimAlertMessageComponent.html +1 -1
  12. package/docs/components/EuimAppComponent.html +1 -1
  13. package/docs/components/EuimAvatarComponent.html +1 -1
  14. package/docs/components/EuimAvatarIconComponent.html +1 -1
  15. package/docs/components/EuimBadgeComponent.html +1 -1
  16. package/docs/components/EuimChangelogComponent.html +2 -2
  17. package/docs/components/EuimChipSelectorComponent.html +1 -1
  18. package/docs/components/EuimDataSummaryColComponent.html +1 -1
  19. package/docs/components/EuimDataSummaryComponent.html +1 -1
  20. package/docs/components/EuimEmptyListPlaceholderComponent.html +1 -1
  21. package/docs/components/EuimHeaderDetailsComponent.html +1 -1
  22. package/docs/components/EuimHelpSupportComponent.html +2 -2
  23. package/docs/components/EuimLabelComponent.html +1 -1
  24. package/docs/components/EuimLanguageListComponent.html +1 -1
  25. package/docs/components/EuimLanguageSelectorComponent.html +1 -1
  26. package/docs/components/EuimMediaHeaderComponent.html +1 -1
  27. package/docs/components/EuimMessageComponent.html +1 -1
  28. package/docs/components/EuimMessageTitleComponent.html +1 -1
  29. package/docs/components/EuimMultiselectComponent.html +1 -1
  30. package/docs/components/EuimMultiselectFilterComponent.html +1 -1
  31. package/docs/components/EuimMultiselectInfoComponent.html +1 -1
  32. package/docs/components/EuimMultiselectListComponent.html +1 -1
  33. package/docs/components/EuimMultiselectToolbarComponent.html +1 -1
  34. package/docs/components/EuimNotificationItemComponent.html +1 -1
  35. package/docs/components/EuimOpenSourceLicencesComponent.html +2 -2
  36. package/docs/components/EuimPdfWrapperComponent.html +1 -1
  37. package/docs/components/EuimScrollerXComponent.html +1 -1
  38. package/docs/components/EuimSidebarComponent.html +1 -1
  39. package/docs/components/EuimSidebarContentComponent.html +1 -1
  40. package/docs/components/EuimSkeletonListComponent.html +1 -1
  41. package/docs/components/EuimSkeletonListItemComponent.html +1 -1
  42. package/docs/components/EuimSlideInfoScreenComponent.html +1 -1
  43. package/docs/components/EuimSliderInfoScreenComponent.html +1 -1
  44. package/docs/components/EuimSpinnerComponent.html +1 -1
  45. package/docs/components/EuimSpinnerDescriptionComponent.html +1 -1
  46. package/docs/components/EuimSpinnerMessageComponent.html +1 -1
  47. package/docs/components/EuimToolbarActionItemsComponent.html +1 -1
  48. package/docs/components/EuimToolbarComponent.html +1 -1
  49. package/docs/components/EuimToolbarDatepickerComponent.html +1 -1
  50. package/docs/components/EuimToolbarTitleComponent.html +1 -1
  51. package/docs/components/EuimUserProfileComponent.html +1 -1
  52. package/docs/dependencies.html +5 -5
  53. package/docs/index.html +1 -1
  54. package/docs/js/menu-wc.js +42 -120
  55. package/docs/js/menu-wc_es5.js +1 -1
  56. package/docs/js/search/search_index.js +2 -2
  57. package/docs/miscellaneous/variables.html +1 -3
  58. package/docs/modules/EuimAboutModule.html +6 -18
  59. package/docs/modules/EuimAlertMessageModule.html +6 -18
  60. package/docs/modules/EuimAvatarModule.html +6 -18
  61. package/docs/modules/EuimDataSummaryModule.html +6 -18
  62. package/docs/modules/EuimHeaderDetailsModule.html +6 -18
  63. package/docs/modules/EuimMediaHeaderModule.html +6 -18
  64. package/docs/modules/EuimMessageModule.html +6 -18
  65. package/docs/modules/EuimMultiselectModule.html +6 -18
  66. package/docs/modules/EuimPdfWrapperModule.html +6 -18
  67. package/docs/modules/EuimSkeletonListItemModule.html +6 -18
  68. package/docs/modules/EuimSkeletonListModule.html +6 -18
  69. package/docs/modules/EuimSliderInfoScreenModule.html +6 -18
  70. package/docs/modules/EuimUserProfileModule.html +6 -18
  71. package/esm2022/lib/components/atoms/euim-label/euim-label.component.mjs +2 -2
  72. package/esm2022/lib/components/euim-about/euim-about-content-loading/euim-about-content-loading.component.mjs +26 -0
  73. package/esm2022/lib/components/euim-about/euim-about.component.mjs +4 -3
  74. package/esm2022/lib/components/euim-about/euim-about.module.mjs +15 -15
  75. package/esm2022/lib/components/euim-about/euim-changelog/euim-changelog.component.mjs +4 -3
  76. package/esm2022/lib/components/euim-about/euim-help-support/euim-help-support.component.mjs +4 -3
  77. package/esm2022/lib/components/euim-about/euim-opensource-licences/euim-opensource-licences.component.mjs +4 -3
  78. package/esm2022/lib/components/euim-about/index.mjs +2 -4
  79. package/fesm2022/eui-mobile-core.mjs +32 -66
  80. package/fesm2022/eui-mobile-core.mjs.map +1 -1
  81. package/lib/components/euim-about/euim-about-content-loading/euim-about-content-loading.component.d.ts +14 -0
  82. package/lib/components/euim-about/euim-about-content-loading/euim-about-content-loading.component.d.ts.map +1 -0
  83. package/lib/components/euim-about/euim-about.module.d.ts +14 -14
  84. package/lib/components/euim-about/euim-about.module.d.ts.map +1 -1
  85. package/lib/components/euim-about/index.d.ts +1 -3
  86. package/lib/components/euim-about/index.d.ts.map +1 -1
  87. package/package.json +1 -1
  88. package/docs/components/EuimLicenseDetailsComponent.html +0 -416
  89. package/docs/components/EuimPrivacyStatementComponent.html +0 -416
  90. package/esm2022/lib/components/euim-about/euim-legal-notice/euim-legal-notice.component.mjs +0 -24
  91. package/esm2022/lib/components/euim-about/euim-license-details/euim-license-details.component.mjs +0 -24
  92. package/esm2022/lib/components/euim-about/euim-privacy-statement/euim-privacy-statement.component.mjs +0 -24
  93. package/lib/components/euim-about/euim-legal-notice/euim-legal-notice.component.d.ts +0 -13
  94. package/lib/components/euim-about/euim-legal-notice/euim-legal-notice.component.d.ts.map +0 -1
  95. package/lib/components/euim-about/euim-license-details/euim-license-details.component.d.ts +0 -13
  96. package/lib/components/euim-about/euim-license-details/euim-license-details.component.d.ts.map +0 -1
  97. package/lib/components/euim-about/euim-privacy-statement/euim-privacy-statement.component.d.ts +0 -13
  98. package/lib/components/euim-about/euim-privacy-statement/euim-privacy-statement.component.d.ts.map +0 -1
@@ -1,416 +0,0 @@
1
- <!doctype html>
2
- <html class="no-js" lang="">
3
- <head>
4
- <meta charset="utf-8">
5
- <meta http-equiv="x-ua-compatible" content="ie=edge">
6
- <title>csdr documentation</title>
7
- <meta name="description" content="">
8
- <meta name="viewport" content="width=device-width, initial-scale=1">
9
-
10
- <link rel="icon" type="image/x-icon" href="../images/favicon.ico">
11
- <link rel="stylesheet" href="../styles/style.css">
12
- <link rel="stylesheet" href="../styles/dark.css">
13
- <link rel="stylesheet" href="../styles/material.css">
14
- </head>
15
- <body>
16
- <script>
17
- // Blocking script to avaoid flickering dark mode
18
- // Dark mode toggle button
19
- var useDark = window.matchMedia('(prefers-color-scheme: dark)');
20
- var darkModeState = useDark.matches;
21
- var $darkModeToggleSwitchers = document.querySelectorAll('.dark-mode-switch input');
22
- var $darkModeToggles = document.querySelectorAll('.dark-mode-switch');
23
- var darkModeStateLocal = localStorage.getItem('compodoc_darkmode-state');
24
-
25
- function checkToggle(check) {
26
- for (var i = 0; i < $darkModeToggleSwitchers.length; i++) {
27
- $darkModeToggleSwitchers[i].checked = check;
28
- }
29
- }
30
-
31
- function toggleDarkMode(state) {
32
- if (window.localStorage) {
33
- localStorage.setItem('compodoc_darkmode-state', state);
34
- }
35
-
36
- checkToggle(state);
37
-
38
- const hasClass = document.body.classList.contains('dark');
39
-
40
- if (state) {
41
- for (var i = 0; i < $darkModeToggles.length; i++) {
42
- $darkModeToggles[i].classList.add('dark');
43
- }
44
- if (!hasClass) {
45
- document.body.classList.add('dark');
46
- }
47
- } else {
48
- for (var i = 0; i < $darkModeToggles.length; i++) {
49
- $darkModeToggles[i].classList.remove('dark');
50
- }
51
- if (hasClass) {
52
- document.body.classList.remove('dark');
53
- }
54
- }
55
- }
56
-
57
- useDark.addEventListener('change', function (evt) {
58
- toggleDarkMode(evt.matches);
59
- });
60
- if (darkModeStateLocal) {
61
- darkModeState = darkModeStateLocal === 'true';
62
- }
63
- toggleDarkMode(darkModeState);
64
-
65
- if ($darkModeToggles.length > 0) {
66
- for (var i = 0; i < $darkModeToggleSwitchers.length; i++) {
67
- $darkModeToggleSwitchers[i].addEventListener('change', function (event) {
68
- darkModeState = !darkModeState;
69
- toggleDarkMode(darkModeState);
70
- });
71
- }
72
- }
73
- </script>
74
-
75
- <div class="navbar navbar-default navbar-fixed-top d-block d-sm-none">
76
- <a href="../" class="navbar-brand">csdr documentation</a>
77
- <button type="button" class="btn btn-default btn-menu ion-ios-menu" id="btn-menu"></button>
78
- </div>
79
-
80
- <div class="xs-menu menu" id="mobile-menu">
81
- <div id="book-search-input" role="search"><input type="text" placeholder="Type to search"></div> <compodoc-menu></compodoc-menu>
82
- </div>
83
-
84
- <div class="container-fluid main">
85
- <div class="row main">
86
- <div class="hidden-xs menu">
87
- <compodoc-menu mode="normal"></compodoc-menu>
88
- </div>
89
- <!-- START CONTENT -->
90
- <div class="content component">
91
- <div class="content-data">
92
-
93
-
94
-
95
-
96
- <ol class="breadcrumb">
97
- <li class="breadcrumb-item">Components</li>
98
- <li class="breadcrumb-item"
99
- >
100
- EuimPrivacyStatementComponent</li>
101
- </ol>
102
-
103
- <ul class="nav nav-tabs" role="tablist">
104
- <li class="nav-item">
105
- <a href="#info" class="nav-link active"
106
- role="tab" id="info-tab" data-bs-toggle="tab" data-link="info">Info</a>
107
- </li>
108
- </ul>
109
-
110
- <div class="tab-content">
111
- <div class="tab-pane fade active in" id="info"><p class="comment">
112
- <h3>File</h3>
113
- </p>
114
- <p class="comment">
115
- <code>packages/eui-mobile/packages/core/src/lib/components/euim-about/euim-privacy-statement/euim-privacy-statement.component.ts</code>
116
- </p>
117
-
118
-
119
-
120
-
121
- <p class="comment">
122
- <h3>Implements</h3>
123
- </p>
124
- <p class="comment">
125
- <code>OnInit</code>
126
- </p>
127
-
128
-
129
- <section data-compodoc="block-metadata">
130
- <h3>Metadata</h3>
131
- <table class="table table-sm table-hover metadata">
132
- <tbody>
133
-
134
-
135
- <tr>
136
- <td class="col-md-3">encapsulation</td>
137
- <td class="col-md-9"><code>ViewEncapsulation.None</code></td>
138
- </tr>
139
-
140
-
141
-
142
-
143
-
144
-
145
-
146
-
147
-
148
-
149
- <tr>
150
- <td class="col-md-3">selector</td>
151
- <td class="col-md-9"><code>euim-privacy-statement</code></td>
152
- </tr>
153
-
154
-
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>
160
-
161
-
162
-
163
- <tr>
164
- <td class="col-md-3">templateUrl</td>
165
- <td class="col-md-9"><code>euim-privacy-statement.component.html</code></td>
166
- </tr>
167
-
168
-
169
-
170
-
171
-
172
-
173
-
174
-
175
- </tbody>
176
- </table>
177
- </section>
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
-
214
-
215
-
216
-
217
- </tbody>
218
- </table>
219
- </section>
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>
289
-
290
-
291
-
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
-
321
- </div>
322
-
323
-
324
-
325
-
326
-
327
-
328
-
329
- </div>
330
-
331
- <script src="../js/libs/vis.min.js"></script>
332
- <script src="../js/libs/htmlparser.js"></script>
333
- <script src="../js/libs/deep-iterator.js"></script>
334
- <script>
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> @if(url) { <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>'
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': 'EuimLicenseDetailsComponent', 'selector': 'euim-license-details'},{'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': 'EuimToolbarDatepickerComponent', 'selector': 'euim-toolbar-datepicker'},{'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'}];
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]'},{'name': 'EuimToolbarDatepickerDatetimeDirective', 'selector': '[euimToolbarDatepickerDatetime]'}];
338
- var ACTUAL_COMPONENT = {'name': 'EuimPrivacyStatementComponent'};
339
- </script>
340
- <script src="../js/tree.js"></script>
341
-
342
-
343
-
344
-
345
-
346
-
347
-
348
-
349
-
350
-
351
-
352
-
353
-
354
-
355
-
356
-
357
-
358
- </div><div class="search-results">
359
- <div class="has-results">
360
- <h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
361
- <ul class="search-results-list"></ul>
362
- </div>
363
- <div class="no-results">
364
- <h1 class="search-results-title">No results matching "<span class='search-query'></span>"</h1>
365
- </div>
366
- </div>
367
- </div>
368
- <!-- END CONTENT -->
369
- </div>
370
- </div>
371
-
372
- <label class="dark-mode-switch">
373
- <input type="checkbox">
374
- <span class="slider">
375
- <svg class="slider-icon" viewBox="0 0 24 24" fill="none" height="20" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" width="20" xmlns="http://www.w3.org/2000/svg">
376
- <path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
377
- </svg>
378
- </span>
379
- </label>
380
-
381
- <script>
382
- var COMPODOC_CURRENT_PAGE_DEPTH = 1;
383
- var COMPODOC_CURRENT_PAGE_CONTEXT = 'component';
384
- var COMPODOC_CURRENT_PAGE_URL = 'EuimPrivacyStatementComponent.html';
385
- var MAX_SEARCH_RESULTS = 15;
386
- </script>
387
-
388
- <script src="../js/libs/custom-elements.min.js"></script>
389
- <script src="../js/libs/lit-html.js"></script>
390
-
391
- <script src="../js/menu-wc.js" defer></script>
392
- <script nomodule src="../js/menu-wc_es5.js" defer></script>
393
-
394
- <script src="../js/libs/bootstrap-native.js"></script>
395
-
396
- <script src="../js/libs/es6-shim.min.js"></script>
397
- <script src="../js/libs/EventDispatcher.js"></script>
398
- <script src="../js/libs/promise.min.js"></script>
399
- <script src="../js/libs/zepto.min.js"></script>
400
-
401
- <script src="../js/compodoc.js"></script>
402
-
403
- <script src="../js/tabs.js"></script>
404
- <script src="../js/menu.js"></script>
405
- <script src="../js/libs/clipboard.min.js"></script>
406
- <script src="../js/libs/prism.js"></script>
407
- <script src="../js/sourceCode.js"></script>
408
- <script src="../js/search/search.js"></script>
409
- <script src="../js/search/lunr.min.js"></script>
410
- <script src="../js/search/search-lunr.js"></script>
411
- <script src="../js/search/search_index.js"></script>
412
- <script src="../js/lazy-load-graphs.js"></script>
413
-
414
-
415
- </body>
416
- </html>
@@ -1,24 +0,0 @@
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 EuimLegalNoticeComponent {
8
- constructor(sanitizer) {
9
- this.sanitizer = sanitizer;
10
- this.url = '';
11
- }
12
- ngOnInit() {
13
- this.sanitizedUrl = this.sanitizer.bypassSecurityTrustResourceUrl(this.url);
14
- }
15
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: EuimLegalNoticeComponent, deps: [{ token: i1.DomSanitizer }], target: i0.ɵɵFactoryTarget.Component }); }
16
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.7", type: EuimLegalNoticeComponent, selector: "euim-legal-notice", inputs: { url: "url" }, ngImport: i0, template: "<div class=\"euim-legal-notice\">\r\n <ion-header>\r\n <ion-toolbar color=\"primary\">\r\n <euim-toolbar>\r\n <euim-toolbar-title>Legal Notice</euim-toolbar-title>\r\n </euim-toolbar>\r\n </ion-toolbar>\r\n </ion-header> \r\n @if(url) {\r\n <ion-content [fullscreen]=\"true\" scroll-y=\"false\">\r\n <div class=\"euim-legal-notice__iframe-container\">\r\n <iframe [src]=\"sanitizedUrl\" class=\"euim-legal-notice__iframe\" scrolling=\"no\" allowfullscreen></iframe>\r\n </div>\r\n </ion-content> }\r\n</div>", styles: [".euim-legal-notice__iframe-container{position:relative;width:100%;height:calc(100vh - 56px)}.euim-legal-notice__iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}\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: EuimLegalNoticeComponent, decorators: [{
19
- type: Component,
20
- args: [{ selector: 'euim-legal-notice', encapsulation: ViewEncapsulation.None, template: "<div class=\"euim-legal-notice\">\r\n <ion-header>\r\n <ion-toolbar color=\"primary\">\r\n <euim-toolbar>\r\n <euim-toolbar-title>Legal Notice</euim-toolbar-title>\r\n </euim-toolbar>\r\n </ion-toolbar>\r\n </ion-header> \r\n @if(url) {\r\n <ion-content [fullscreen]=\"true\" scroll-y=\"false\">\r\n <div class=\"euim-legal-notice__iframe-container\">\r\n <iframe [src]=\"sanitizedUrl\" class=\"euim-legal-notice__iframe\" scrolling=\"no\" allowfullscreen></iframe>\r\n </div>\r\n </ion-content> }\r\n</div>", styles: [".euim-legal-notice__iframe-container{position:relative;width:100%;height:calc(100vh - 56px)}.euim-legal-notice__iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}\n"] }]
21
- }], ctorParameters: () => [{ type: i1.DomSanitizer }], propDecorators: { url: [{
22
- type: Input
23
- }] } });
24
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXVpbS1sZWdhbC1ub3RpY2UuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2xpYi9jb21wb25lbnRzL2V1aW0tYWJvdXQvZXVpbS1sZWdhbC1ub3RpY2UvZXVpbS1sZWdhbC1ub3RpY2UuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2xpYi9jb21wb25lbnRzL2V1aW0tYWJvdXQvZXVpbS1sZWdhbC1ub3RpY2UvZXVpbS1sZWdhbC1ub3RpY2UuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQVUsaUJBQWlCLEVBQUUsTUFBTSxlQUFlLENBQUM7Ozs7OztBQVM1RSxNQUFNLE9BQU8sd0JBQXdCO0lBS2pDLFlBQ1UsU0FBdUI7UUFBdkIsY0FBUyxHQUFULFNBQVMsQ0FBYztRQUx4QixRQUFHLEdBQUcsRUFBRSxDQUFDO0lBTWYsQ0FBQztJQUVKLFFBQVE7UUFDTixJQUFJLENBQUMsWUFBWSxHQUFHLElBQUksQ0FBQyxTQUFTLENBQUMsOEJBQThCLENBQUMsSUFBSSxDQUFDLEdBQUcsQ0FBQyxDQUFDO0lBQzlFLENBQUM7aUlBWFEsd0JBQXdCO3FIQUF4Qix3QkFBd0IsaUZDVHJDLDBsQkFjTTs7MkZETE8sd0JBQXdCO2tCQU5wQyxTQUFTOytCQUNJLG1CQUFtQixpQkFFZCxpQkFBaUIsQ0FBQyxJQUFJO2lGQUk1QixHQUFHO3NCQUFYLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIElucHV0LCBPbkluaXQsIFZpZXdFbmNhcHN1bGF0aW9uIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBEb21TYW5pdGl6ZXIsIFNhZmVSZXNvdXJjZVVybCB9IGZyb20gJ0Bhbmd1bGFyL3BsYXRmb3JtLWJyb3dzZXInO1xuXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ2V1aW0tbGVnYWwtbm90aWNlJyxcbiAgICB0ZW1wbGF0ZVVybDogJy4vZXVpbS1sZWdhbC1ub3RpY2UuY29tcG9uZW50Lmh0bWwnLFxuICAgIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmUsXG4gICAgc3R5bGVVcmxzOiBbJy4vc3R5bGVzL19pbmRleC5zY3NzJ10sXG59KVxuZXhwb3J0IGNsYXNzIEV1aW1MZWdhbE5vdGljZUNvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCB7XG4gICAgQElucHV0KCkgdXJsID0gJyc7XG5cbiAgICBzYW5pdGl6ZWRVcmw6IFNhZmVSZXNvdXJjZVVybDtcbiAgXG4gICAgY29uc3RydWN0b3IoXG4gICAgICBwcml2YXRlIHNhbml0aXplcjogRG9tU2FuaXRpemVyLFxuICAgICkge31cbiAgXG4gICAgbmdPbkluaXQoKTogdm9pZCB7XG4gICAgICB0aGlzLnNhbml0aXplZFVybCA9IHRoaXMuc2FuaXRpemVyLmJ5cGFzc1NlY3VyaXR5VHJ1c3RSZXNvdXJjZVVybCh0aGlzLnVybCk7XG4gICAgfVxufVxuIiwiPGRpdiBjbGFzcz1cImV1aW0tbGVnYWwtbm90aWNlXCI+XHJcbiAgICA8aW9uLWhlYWRlcj5cclxuICAgICAgICA8aW9uLXRvb2xiYXIgY29sb3I9XCJwcmltYXJ5XCI+XHJcbiAgICAgICAgICAgIDxldWltLXRvb2xiYXI+XHJcbiAgICAgICAgICAgICAgICA8ZXVpbS10b29sYmFyLXRpdGxlPkxlZ2FsIE5vdGljZTwvZXVpbS10b29sYmFyLXRpdGxlPlxyXG4gICAgICAgICAgICA8L2V1aW0tdG9vbGJhcj5cclxuICAgICAgICA8L2lvbi10b29sYmFyPlxyXG4gICAgPC9pb24taGVhZGVyPiAgIFxyXG4gICAgQGlmKHVybCkge1xyXG4gICAgPGlvbi1jb250ZW50IFtmdWxsc2NyZWVuXT1cInRydWVcIiBzY3JvbGwteT1cImZhbHNlXCI+XHJcbiAgICAgICAgPGRpdiBjbGFzcz1cImV1aW0tbGVnYWwtbm90aWNlX19pZnJhbWUtY29udGFpbmVyXCI+XHJcbiAgICAgICAgICAgIDxpZnJhbWUgW3NyY109XCJzYW5pdGl6ZWRVcmxcIiBjbGFzcz1cImV1aW0tbGVnYWwtbm90aWNlX19pZnJhbWVcIiBzY3JvbGxpbmc9XCJub1wiIGFsbG93ZnVsbHNjcmVlbj48L2lmcmFtZT5cclxuICAgICAgICA8L2Rpdj5cclxuICAgIDwvaW9uLWNvbnRlbnQ+IH1cclxuPC9kaXY+Il19
@@ -1,24 +0,0 @@
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 EuimLicenseDetailsComponent {
8
- constructor(sanitizer) {
9
- this.sanitizer = sanitizer;
10
- this.url = '';
11
- }
12
- ngOnInit() {
13
- this.sanitizedUrl = this.sanitizer.bypassSecurityTrustResourceUrl(this.url);
14
- }
15
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: EuimLicenseDetailsComponent, deps: [{ token: i1.DomSanitizer }], target: i0.ɵɵFactoryTarget.Component }); }
16
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.7", type: EuimLicenseDetailsComponent, selector: "euim-license-details", inputs: { url: "url" }, ngImport: i0, template: "<div class=\"euim-license-details\">\r\n <ion-header>\r\n <ion-toolbar color=\"primary\">\r\n <euim-toolbar>\r\n <euim-toolbar-title>License Details</euim-toolbar-title>\r\n </euim-toolbar>\r\n </ion-toolbar>\r\n </ion-header>\r\n <div class=\"euim-license-details__content\">\r\n <ng-content></ng-content>\r\n </div>\r\n @if(url) {\r\n <ion-content [fullscreen]=\"true\" scroll-y=\"false\">\r\n <div class=\"euim-license-details__iframe-container\">\r\n <iframe [src]=\"sanitizedUrl\" class=\"euim-license-details__iframe\" scrolling=\"no\" allowfullscreen></iframe>\r\n </div>\r\n </ion-content> }\r\n\r\n</div>", styles: [".euim-license-details__iframe-container{position:relative;width:100%;height:calc(100vh - 56px)}.euim-license-details__iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.euim-license-details__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: EuimLicenseDetailsComponent, decorators: [{
19
- type: Component,
20
- args: [{ selector: 'euim-license-details', encapsulation: ViewEncapsulation.None, template: "<div class=\"euim-license-details\">\r\n <ion-header>\r\n <ion-toolbar color=\"primary\">\r\n <euim-toolbar>\r\n <euim-toolbar-title>License Details</euim-toolbar-title>\r\n </euim-toolbar>\r\n </ion-toolbar>\r\n </ion-header>\r\n <div class=\"euim-license-details__content\">\r\n <ng-content></ng-content>\r\n </div>\r\n @if(url) {\r\n <ion-content [fullscreen]=\"true\" scroll-y=\"false\">\r\n <div class=\"euim-license-details__iframe-container\">\r\n <iframe [src]=\"sanitizedUrl\" class=\"euim-license-details__iframe\" scrolling=\"no\" allowfullscreen></iframe>\r\n </div>\r\n </ion-content> }\r\n\r\n</div>", styles: [".euim-license-details__iframe-container{position:relative;width:100%;height:calc(100vh - 56px)}.euim-license-details__iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.euim-license-details__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: { url: [{
22
- type: Input
23
- }] } });
24
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXVpbS1saWNlbnNlLWRldGFpbHMuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2xpYi9jb21wb25lbnRzL2V1aW0tYWJvdXQvZXVpbS1saWNlbnNlLWRldGFpbHMvZXVpbS1saWNlbnNlLWRldGFpbHMuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2xpYi9jb21wb25lbnRzL2V1aW0tYWJvdXQvZXVpbS1saWNlbnNlLWRldGFpbHMvZXVpbS1saWNlbnNlLWRldGFpbHMuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQVUsaUJBQWlCLEVBQUUsTUFBTSxlQUFlLENBQUM7Ozs7OztBQVM1RSxNQUFNLE9BQU8sMkJBQTJCO0lBS3BDLFlBQ1UsU0FBdUI7UUFBdkIsY0FBUyxHQUFULFNBQVMsQ0FBYztRQUx4QixRQUFHLEdBQUcsRUFBRSxDQUFDO0lBTWYsQ0FBQztJQUVKLFFBQVE7UUFDTixJQUFJLENBQUMsWUFBWSxHQUFHLElBQUksQ0FBQyxTQUFTLENBQUMsOEJBQThCLENBQUMsSUFBSSxDQUFDLEdBQUcsQ0FBQyxDQUFDO0lBQzlFLENBQUM7aUlBWFEsMkJBQTJCO3FIQUEzQiwyQkFBMkIsb0ZDVHhDLCtzQkFrQk07OzJGRFRPLDJCQUEyQjtrQkFOdkMsU0FBUzsrQkFDSSxzQkFBc0IsaUJBRWpCLGlCQUFpQixDQUFDLElBQUk7aUZBSTVCLEdBQUc7c0JBQVgsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgSW5wdXQsIE9uSW5pdCwgVmlld0VuY2Fwc3VsYXRpb24gfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IERvbVNhbml0aXplciwgU2FmZVJlc291cmNlVXJsIH0gZnJvbSAnQGFuZ3VsYXIvcGxhdGZvcm0tYnJvd3Nlcic7XG5cbkBDb21wb25lbnQoe1xuICAgIHNlbGVjdG9yOiAnZXVpbS1saWNlbnNlLWRldGFpbHMnLFxuICAgIHRlbXBsYXRlVXJsOiAnLi9ldWltLWxpY2Vuc2UtZGV0YWlscy5jb21wb25lbnQuaHRtbCcsXG4gICAgZW5jYXBzdWxhdGlvbjogVmlld0VuY2Fwc3VsYXRpb24uTm9uZSxcbiAgICBzdHlsZVVybHM6IFsnLi9zdHlsZXMvX2luZGV4LnNjc3MnXSxcbn0pXG5leHBvcnQgY2xhc3MgRXVpbUxpY2Vuc2VEZXRhaWxzQ29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0IHtcbiAgICBASW5wdXQoKSB1cmwgPSAnJztcblxuICAgIHNhbml0aXplZFVybDogU2FmZVJlc291cmNlVXJsO1xuICBcbiAgICBjb25zdHJ1Y3RvcihcbiAgICAgIHByaXZhdGUgc2FuaXRpemVyOiBEb21TYW5pdGl6ZXIsXG4gICAgKSB7fVxuICBcbiAgICBuZ09uSW5pdCgpOiB2b2lkIHtcbiAgICAgIHRoaXMuc2FuaXRpemVkVXJsID0gdGhpcy5zYW5pdGl6ZXIuYnlwYXNzU2VjdXJpdHlUcnVzdFJlc291cmNlVXJsKHRoaXMudXJsKTtcbiAgICB9XG59XG4iLCI8ZGl2IGNsYXNzPVwiZXVpbS1saWNlbnNlLWRldGFpbHNcIj5cclxuICAgIDxpb24taGVhZGVyPlxyXG4gICAgICAgIDxpb24tdG9vbGJhciBjb2xvcj1cInByaW1hcnlcIj5cclxuICAgICAgICAgICAgPGV1aW0tdG9vbGJhcj5cclxuICAgICAgICAgICAgICAgIDxldWltLXRvb2xiYXItdGl0bGU+TGljZW5zZSBEZXRhaWxzPC9ldWltLXRvb2xiYXItdGl0bGU+XHJcbiAgICAgICAgICAgIDwvZXVpbS10b29sYmFyPlxyXG4gICAgICAgIDwvaW9uLXRvb2xiYXI+XHJcbiAgICA8L2lvbi1oZWFkZXI+XHJcbiAgICA8ZGl2IGNsYXNzPVwiZXVpbS1saWNlbnNlLWRldGFpbHNfX2NvbnRlbnRcIj5cclxuICAgICAgICA8bmctY29udGVudD48L25nLWNvbnRlbnQ+XHJcbiAgICA8L2Rpdj5cclxuICAgIEBpZih1cmwpIHtcclxuICAgIDxpb24tY29udGVudCBbZnVsbHNjcmVlbl09XCJ0cnVlXCIgc2Nyb2xsLXk9XCJmYWxzZVwiPlxyXG4gICAgICAgIDxkaXYgY2xhc3M9XCJldWltLWxpY2Vuc2UtZGV0YWlsc19faWZyYW1lLWNvbnRhaW5lclwiPlxyXG4gICAgICAgICAgICA8aWZyYW1lIFtzcmNdPVwic2FuaXRpemVkVXJsXCIgY2xhc3M9XCJldWltLWxpY2Vuc2UtZGV0YWlsc19faWZyYW1lXCIgc2Nyb2xsaW5nPVwibm9cIiBhbGxvd2Z1bGxzY3JlZW4+PC9pZnJhbWU+XHJcbiAgICAgICAgPC9kaXY+XHJcbiAgICA8L2lvbi1jb250ZW50PiB9XHJcblxyXG48L2Rpdj4iXX0=
@@ -1,24 +0,0 @@
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 EuimPrivacyStatementComponent {
8
- constructor(sanitizer) {
9
- this.sanitizer = sanitizer;
10
- this.url = '';
11
- }
12
- ngOnInit() {
13
- this.sanitizedUrl = this.sanitizer.bypassSecurityTrustResourceUrl(this.url);
14
- }
15
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: EuimPrivacyStatementComponent, deps: [{ token: i1.DomSanitizer }], target: i0.ɵɵFactoryTarget.Component }); }
16
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.7", type: EuimPrivacyStatementComponent, selector: "euim-privacy-statement", inputs: { url: "url" }, ngImport: i0, template: "<div class=\"euim-privacy-statement\">\r\n <ion-header>\r\n <ion-toolbar color=\"primary\">\r\n <euim-toolbar>\r\n <euim-toolbar-title>Privacy Statement</euim-toolbar-title>\r\n </euim-toolbar>\r\n </ion-toolbar>\r\n </ion-header>\r\n @if(url) {\r\n <ion-content [fullscreen]=\"true\" scroll-y=\"false\">\r\n <div class=\"euim-privacy-statement__iframe-container\">\r\n <iframe [src]=\"sanitizedUrl\" class=\"euim-privacy-statement__iframe\" scrolling=\"no\" allowfullscreen></iframe>\r\n </div>\r\n </ion-content> }\r\n</div>", styles: [".euim-privacy-statement__iframe-container{position:relative;width:100%;height:calc(100vh - 56px)}.euim-privacy-statement__iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}\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: EuimPrivacyStatementComponent, decorators: [{
19
- type: Component,
20
- args: [{ selector: 'euim-privacy-statement', encapsulation: ViewEncapsulation.None, template: "<div class=\"euim-privacy-statement\">\r\n <ion-header>\r\n <ion-toolbar color=\"primary\">\r\n <euim-toolbar>\r\n <euim-toolbar-title>Privacy Statement</euim-toolbar-title>\r\n </euim-toolbar>\r\n </ion-toolbar>\r\n </ion-header>\r\n @if(url) {\r\n <ion-content [fullscreen]=\"true\" scroll-y=\"false\">\r\n <div class=\"euim-privacy-statement__iframe-container\">\r\n <iframe [src]=\"sanitizedUrl\" class=\"euim-privacy-statement__iframe\" scrolling=\"no\" allowfullscreen></iframe>\r\n </div>\r\n </ion-content> }\r\n</div>", styles: [".euim-privacy-statement__iframe-container{position:relative;width:100%;height:calc(100vh - 56px)}.euim-privacy-statement__iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}\n"] }]
21
- }], ctorParameters: () => [{ type: i1.DomSanitizer }], propDecorators: { url: [{
22
- type: Input
23
- }] } });
24
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXVpbS1wcml2YWN5LXN0YXRlbWVudC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvbGliL2NvbXBvbmVudHMvZXVpbS1hYm91dC9ldWltLXByaXZhY3ktc3RhdGVtZW50L2V1aW0tcHJpdmFjeS1zdGF0ZW1lbnQuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2xpYi9jb21wb25lbnRzL2V1aW0tYWJvdXQvZXVpbS1wcml2YWN5LXN0YXRlbWVudC9ldWltLXByaXZhY3ktc3RhdGVtZW50LmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFVLGlCQUFpQixFQUFFLE1BQU0sZUFBZSxDQUFDOzs7Ozs7QUFVNUUsTUFBTSxPQUFPLDZCQUE2QjtJQU14QyxZQUNVLFNBQXVCO1FBQXZCLGNBQVMsR0FBVCxTQUFTLENBQWM7UUFMeEIsUUFBRyxHQUFHLEVBQUUsQ0FBQztJQU1mLENBQUM7SUFFSixRQUFRO1FBQ04sSUFBSSxDQUFDLFlBQVksR0FBRyxJQUFJLENBQUMsU0FBUyxDQUFDLDhCQUE4QixDQUFDLElBQUksQ0FBQyxHQUFHLENBQUMsQ0FBQztJQUM5RSxDQUFDO2lJQVpVLDZCQUE2QjtxSEFBN0IsNkJBQTZCLHNGQ1YxQywybUJBY007OzJGREpPLDZCQUE2QjtrQkFQekMsU0FBUzsrQkFDRSx3QkFBd0IsaUJBR25CLGlCQUFpQixDQUFDLElBQUk7aUZBSzVCLEdBQUc7c0JBQVgsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgSW5wdXQsIE9uSW5pdCwgVmlld0VuY2Fwc3VsYXRpb24gfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IERvbVNhbml0aXplciwgU2FmZVJlc291cmNlVXJsIH0gZnJvbSAnQGFuZ3VsYXIvcGxhdGZvcm0tYnJvd3Nlcic7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2V1aW0tcHJpdmFjeS1zdGF0ZW1lbnQnLFxuICB0ZW1wbGF0ZVVybDogJ2V1aW0tcHJpdmFjeS1zdGF0ZW1lbnQuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9zdHlsZXMvX2luZGV4LnNjc3MnXSxcbiAgZW5jYXBzdWxhdGlvbjogVmlld0VuY2Fwc3VsYXRpb24uTm9uZSxcblxufSlcbmV4cG9ydCBjbGFzcyBFdWltUHJpdmFjeVN0YXRlbWVudENvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCB7XG5cbiAgQElucHV0KCkgdXJsID0gJyc7XG5cbiAgc2FuaXRpemVkVXJsOiBTYWZlUmVzb3VyY2VVcmw7XG5cbiAgY29uc3RydWN0b3IoXG4gICAgcHJpdmF0ZSBzYW5pdGl6ZXI6IERvbVNhbml0aXplcixcbiAgKSB7fVxuXG4gIG5nT25Jbml0KCk6IHZvaWQge1xuICAgIHRoaXMuc2FuaXRpemVkVXJsID0gdGhpcy5zYW5pdGl6ZXIuYnlwYXNzU2VjdXJpdHlUcnVzdFJlc291cmNlVXJsKHRoaXMudXJsKTtcbiAgfVxufVxuIiwiPGRpdiBjbGFzcz1cImV1aW0tcHJpdmFjeS1zdGF0ZW1lbnRcIj5cclxuICAgIDxpb24taGVhZGVyPlxyXG4gICAgICAgIDxpb24tdG9vbGJhciBjb2xvcj1cInByaW1hcnlcIj5cclxuICAgICAgICAgICAgPGV1aW0tdG9vbGJhcj5cclxuICAgICAgICAgICAgICAgIDxldWltLXRvb2xiYXItdGl0bGU+UHJpdmFjeSBTdGF0ZW1lbnQ8L2V1aW0tdG9vbGJhci10aXRsZT5cclxuICAgICAgICAgICAgPC9ldWltLXRvb2xiYXI+XHJcbiAgICAgICAgPC9pb24tdG9vbGJhcj5cclxuICAgIDwvaW9uLWhlYWRlcj5cclxuICAgIEBpZih1cmwpIHtcclxuICAgIDxpb24tY29udGVudCBbZnVsbHNjcmVlbl09XCJ0cnVlXCIgc2Nyb2xsLXk9XCJmYWxzZVwiPlxyXG4gICAgICAgIDxkaXYgY2xhc3M9XCJldWltLXByaXZhY3ktc3RhdGVtZW50X19pZnJhbWUtY29udGFpbmVyXCI+XHJcbiAgICAgICAgICAgIDxpZnJhbWUgW3NyY109XCJzYW5pdGl6ZWRVcmxcIiBjbGFzcz1cImV1aW0tcHJpdmFjeS1zdGF0ZW1lbnRfX2lmcmFtZVwiIHNjcm9sbGluZz1cIm5vXCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPlxyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgPC9pb24tY29udGVudD4gfVxyXG48L2Rpdj4iXX0=
@@ -1,13 +0,0 @@
1
- import { OnInit } from '@angular/core';
2
- import { DomSanitizer, SafeResourceUrl } from '@angular/platform-browser';
3
- import * as i0 from "@angular/core";
4
- export declare class EuimLegalNoticeComponent implements OnInit {
5
- private sanitizer;
6
- url: string;
7
- sanitizedUrl: SafeResourceUrl;
8
- constructor(sanitizer: DomSanitizer);
9
- ngOnInit(): void;
10
- static ɵfac: i0.ɵɵFactoryDeclaration<EuimLegalNoticeComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<EuimLegalNoticeComponent, "euim-legal-notice", never, { "url": { "alias": "url"; "required": false; }; }, {}, never, never, false, never>;
12
- }
13
- //# sourceMappingURL=euim-legal-notice.component.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"euim-legal-notice.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/euim-about/euim-legal-notice/euim-legal-notice.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,MAAM,EAAqB,MAAM,eAAe,CAAC;AAC5E,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAC;;AAE1E,qBAMa,wBAAyB,YAAW,MAAM;IAMjD,OAAO,CAAC,SAAS;IALV,GAAG,SAAM;IAElB,YAAY,EAAE,eAAe,CAAC;gBAGpB,SAAS,EAAE,YAAY;IAGjC,QAAQ,IAAI,IAAI;yCATP,wBAAwB;2CAAxB,wBAAwB;CAYpC"}
@@ -1,13 +0,0 @@
1
- import { OnInit } from '@angular/core';
2
- import { DomSanitizer, SafeResourceUrl } from '@angular/platform-browser';
3
- import * as i0 from "@angular/core";
4
- export declare class EuimLicenseDetailsComponent implements OnInit {
5
- private sanitizer;
6
- url: string;
7
- sanitizedUrl: SafeResourceUrl;
8
- constructor(sanitizer: DomSanitizer);
9
- ngOnInit(): void;
10
- static ɵfac: i0.ɵɵFactoryDeclaration<EuimLicenseDetailsComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<EuimLicenseDetailsComponent, "euim-license-details", never, { "url": { "alias": "url"; "required": false; }; }, {}, never, ["*"], false, never>;
12
- }
13
- //# sourceMappingURL=euim-license-details.component.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"euim-license-details.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/euim-about/euim-license-details/euim-license-details.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,MAAM,EAAqB,MAAM,eAAe,CAAC;AAC5E,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAC;;AAE1E,qBAMa,2BAA4B,YAAW,MAAM;IAMpD,OAAO,CAAC,SAAS;IALV,GAAG,SAAM;IAElB,YAAY,EAAE,eAAe,CAAC;gBAGpB,SAAS,EAAE,YAAY;IAGjC,QAAQ,IAAI,IAAI;yCATP,2BAA2B;2CAA3B,2BAA2B;CAYvC"}
@@ -1,13 +0,0 @@
1
- import { OnInit } from '@angular/core';
2
- import { DomSanitizer, SafeResourceUrl } from '@angular/platform-browser';
3
- import * as i0 from "@angular/core";
4
- export declare class EuimPrivacyStatementComponent implements OnInit {
5
- private sanitizer;
6
- url: string;
7
- sanitizedUrl: SafeResourceUrl;
8
- constructor(sanitizer: DomSanitizer);
9
- ngOnInit(): void;
10
- static ɵfac: i0.ɵɵFactoryDeclaration<EuimPrivacyStatementComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<EuimPrivacyStatementComponent, "euim-privacy-statement", never, { "url": { "alias": "url"; "required": false; }; }, {}, never, never, false, never>;
12
- }
13
- //# sourceMappingURL=euim-privacy-statement.component.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"euim-privacy-statement.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/euim-about/euim-privacy-statement/euim-privacy-statement.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,MAAM,EAAqB,MAAM,eAAe,CAAC;AAC5E,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAC;;AAE1E,qBAOa,6BAA8B,YAAW,MAAM;IAOxD,OAAO,CAAC,SAAS;IALV,GAAG,SAAM;IAElB,YAAY,EAAE,eAAe,CAAC;gBAGpB,SAAS,EAAE,YAAY;IAGjC,QAAQ,IAAI,IAAI;yCAVL,6BAA6B;2CAA7B,6BAA6B;CAazC"}