@eui/mobile-core 17.0.0-next.9 → 17.0.1-snapshot-1713964827540

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (103) hide show
  1. package/docs/components/EuiMUserProfileActionComponent.html +1 -1
  2. package/docs/components/EuiMUserProfileAvatarComponent.html +1 -1
  3. package/docs/components/EuiMUserProfileInfosComponent.html +1 -1
  4. package/docs/components/EuiMUserProfileInfosItemComponent.html +1 -1
  5. package/docs/components/EuimAboutComponent.html +770 -0
  6. package/docs/components/EuimAlertMessageComponent.html +1 -1
  7. package/docs/components/EuimAppComponent.html +1 -1
  8. package/docs/components/EuimAvatarComponent.html +1 -1
  9. package/docs/components/EuimAvatarIconComponent.html +1 -1
  10. package/docs/components/EuimBadgeComponent.html +1 -1
  11. package/docs/components/EuimChangelogComponent.html +326 -0
  12. package/docs/components/EuimChipSelectorComponent.html +1 -1
  13. package/docs/components/EuimContactSupportComponent.html +276 -0
  14. package/docs/components/EuimDataSummaryColComponent.html +1 -1
  15. package/docs/components/EuimDataSummaryComponent.html +1 -1
  16. package/docs/components/EuimEmptyListPlaceholderComponent.html +1 -1
  17. package/docs/components/EuimHeaderDetailsComponent.html +1 -1
  18. package/docs/components/EuimLabelComponent.html +1 -1
  19. package/docs/components/EuimLanguageListComponent.html +1 -1
  20. package/docs/components/EuimLanguageSelectorComponent.html +1 -1
  21. package/docs/components/EuimLegalNoticeComponent.html +276 -0
  22. package/docs/components/EuimMediaHeaderComponent.html +1 -1
  23. package/docs/components/EuimMessageComponent.html +1 -1
  24. package/docs/components/EuimMessageTitleComponent.html +1 -1
  25. package/docs/components/EuimMultiselectComponent.html +1 -1
  26. package/docs/components/EuimMultiselectFilterComponent.html +1 -1
  27. package/docs/components/EuimMultiselectInfoComponent.html +1 -1
  28. package/docs/components/EuimMultiselectListComponent.html +1 -1
  29. package/docs/components/EuimMultiselectToolbarComponent.html +1 -1
  30. package/docs/components/EuimNotificationItemComponent.html +1 -1
  31. package/docs/components/EuimOpenSourceLicencesComponent.html +276 -0
  32. package/docs/components/EuimPdfWrapperComponent.html +1 -1
  33. package/docs/components/EuimPrivacyStatementComponent.html +276 -0
  34. package/docs/components/EuimScrollerXComponent.html +1 -1
  35. package/docs/components/EuimSidebarComponent.html +1 -1
  36. package/docs/components/EuimSidebarContentComponent.html +1 -1
  37. package/docs/components/EuimSkeletonListComponent.html +1 -1
  38. package/docs/components/EuimSkeletonListItemComponent.html +1 -1
  39. package/docs/components/EuimSlideInfoScreenComponent.html +1 -1
  40. package/docs/components/EuimSliderInfoScreenComponent.html +1 -1
  41. package/docs/components/EuimSpinnerComponent.html +1 -1
  42. package/docs/components/EuimSpinnerDescriptionComponent.html +1 -1
  43. package/docs/components/EuimSpinnerMessageComponent.html +1 -1
  44. package/docs/components/EuimToolbarActionItemsComponent.html +1 -1
  45. package/docs/components/EuimToolbarComponent.html +1 -1
  46. package/docs/components/EuimToolbarTitleComponent.html +1 -1
  47. package/docs/components/EuimUserProfileComponent.html +1 -1
  48. package/docs/dependencies.html +7 -5
  49. package/docs/index.html +2 -2
  50. package/docs/js/menu-wc.js +230 -15
  51. package/docs/js/menu-wc_es5.js +1 -1
  52. package/docs/js/search/search_index.js +2 -2
  53. package/docs/miscellaneous/variables.html +40 -0
  54. package/docs/modules/EuimAboutModule.html +274 -0
  55. package/docs/modules/EuimAlertMessageModule.html +32 -2
  56. package/docs/modules/EuimAllModule.html +6 -0
  57. package/docs/modules/EuimAvatarModule.html +32 -2
  58. package/docs/modules/EuimDataSummaryModule.html +32 -2
  59. package/docs/modules/EuimHeaderDetailsModule.html +32 -2
  60. package/docs/modules/EuimMediaHeaderModule.html +32 -2
  61. package/docs/modules/EuimMessageModule.html +32 -2
  62. package/docs/modules/EuimMultiselectModule.html +32 -2
  63. package/docs/modules/EuimPdfWrapperModule.html +32 -2
  64. package/docs/modules/EuimSkeletonListItemModule.html +32 -2
  65. package/docs/modules/EuimSkeletonListModule.html +32 -2
  66. package/docs/modules/EuimSliderInfoScreenModule.html +32 -2
  67. package/docs/modules/EuimUserProfileModule.html +32 -2
  68. package/docs/modules.html +12 -0
  69. package/esm2022/lib/components/atoms/euim-label/euim-label.component.mjs +2 -2
  70. package/esm2022/lib/components/euim-about/euim-about.component.mjs +75 -0
  71. package/esm2022/lib/components/euim-about/euim-about.module.mjs +71 -0
  72. package/esm2022/lib/components/euim-about/euim-changelog/euim-changelog.component.mjs +20 -0
  73. package/esm2022/lib/components/euim-about/euim-contact-support/euim-contact-support.component.mjs +11 -0
  74. package/esm2022/lib/components/euim-about/euim-legal-notice/euim-legal-notice.component.mjs +11 -0
  75. package/esm2022/lib/components/euim-about/euim-opensource-licences/euim-opensource-licences.component.mjs +11 -0
  76. package/esm2022/lib/components/euim-about/euim-privacy-statement/euim-privacy-statement.component.mjs +11 -0
  77. package/esm2022/lib/components/euim-about/index.mjs +8 -0
  78. package/esm2022/lib/components/euim-badge/euim-badge.component.mjs +2 -2
  79. package/esm2022/lib/components/index.mjs +2 -1
  80. package/esm2022/lib/euim-all.module.mjs +6 -2
  81. package/fesm2022/eui-mobile-core.mjs +246 -76
  82. package/fesm2022/eui-mobile-core.mjs.map +1 -1
  83. package/lib/components/euim-about/euim-about.component.d.ts +30 -0
  84. package/lib/components/euim-about/euim-about.component.d.ts.map +1 -0
  85. package/lib/components/euim-about/euim-about.module.d.ts +20 -0
  86. package/lib/components/euim-about/euim-about.module.d.ts.map +1 -0
  87. package/lib/components/euim-about/euim-changelog/euim-changelog.component.d.ts +7 -0
  88. package/lib/components/euim-about/euim-changelog/euim-changelog.component.d.ts.map +1 -0
  89. package/lib/components/euim-about/euim-contact-support/euim-contact-support.component.d.ts +6 -0
  90. package/lib/components/euim-about/euim-contact-support/euim-contact-support.component.d.ts.map +1 -0
  91. package/lib/components/euim-about/euim-legal-notice/euim-legal-notice.component.d.ts +6 -0
  92. package/lib/components/euim-about/euim-legal-notice/euim-legal-notice.component.d.ts.map +1 -0
  93. package/lib/components/euim-about/euim-opensource-licences/euim-opensource-licences.component.d.ts +6 -0
  94. package/lib/components/euim-about/euim-opensource-licences/euim-opensource-licences.component.d.ts.map +1 -0
  95. package/lib/components/euim-about/euim-privacy-statement/euim-privacy-statement.component.d.ts +6 -0
  96. package/lib/components/euim-about/euim-privacy-statement/euim-privacy-statement.component.d.ts.map +1 -0
  97. package/lib/components/euim-about/index.d.ts +8 -0
  98. package/lib/components/euim-about/index.d.ts.map +1 -0
  99. package/lib/components/index.d.ts +1 -0
  100. package/lib/components/index.d.ts.map +1 -1
  101. package/lib/euim-all.module.d.ts +17 -16
  102. package/lib/euim-all.module.d.ts.map +1 -1
  103. package/package.json +3 -2
@@ -119,6 +119,9 @@
119
119
  <tr>
120
120
  <td class="col-md-4">
121
121
  <ul class="index-list">
122
+ <li>
123
+ <a href="#COMPONENTS" title="packages/eui-mobile/packages/core/src/lib/components/euim-about/euim-about.module.ts" ><b>COMPONENTS</b>&nbsp;&nbsp;&nbsp;(packages/.../euim-about.module.ts)</a>
124
+ </li>
122
125
  <li>
123
126
  <a href="#COMPONENTS" title="packages/eui-mobile/packages/core/src/lib/components/euim-alert-message/euim-alert-message.module.ts" ><b>COMPONENTS</b>&nbsp;&nbsp;&nbsp;(packages/.../euim-alert-message.module.ts)</a>
124
127
  </li>
@@ -174,6 +177,42 @@
174
177
  </table>
175
178
  </section>
176
179
 
180
+ <h3>packages/eui-mobile/packages/core/src/lib/components/euim-about/euim-about.module.ts</h3>
181
+ <section data-compodoc="block-properties">
182
+ <h3></h3> <table class="table table-sm table-bordered">
183
+ <tbody>
184
+ <tr>
185
+ <td class="col-md-4">
186
+ <a name="COMPONENTS"></a>
187
+ <span class="name">
188
+ <span ><b>COMPONENTS</b></span>
189
+ <a href="#COMPONENTS"><span class="icon ion-ios-link"></span></a>
190
+ </span>
191
+ </td>
192
+ </tr>
193
+ <tr>
194
+ <td class="col-md-4">
195
+ <i>Type : </i> <code>[]</code>
196
+
197
+ </td>
198
+ </tr>
199
+ <tr>
200
+ <td class="col-md-4">
201
+ <i>Default value : </i><code>[
202
+ EuimAboutComponent,
203
+ EuimChangelogComponent,
204
+ EuimPrivacyStatementComponent,
205
+ EuimOpenSourceLicencesComponent,
206
+ EuimLegalNoticeComponent,
207
+ EuimContactSupportComponent,
208
+ ]</code>
209
+ </td>
210
+ </tr>
211
+
212
+
213
+ </tbody>
214
+ </table>
215
+ </section>
177
216
  <h3>packages/eui-mobile/packages/core/src/lib/components/euim-alert-message/euim-alert-message.module.ts</h3>
178
217
  <section data-compodoc="block-properties">
179
218
  <h3></h3> <table class="table table-sm table-bordered">
@@ -682,6 +721,7 @@
682
721
  EuimAvatarIconModule,
683
722
  EuimLabelModule,
684
723
  EuimAlertMessageModule,
724
+ EuimAboutModule,
685
725
  EuimToolbarComponentModule,
686
726
  EuimNotificationItemModule,
687
727
  EuimMediaHeaderModule,
@@ -0,0 +1,274 @@
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 module">
91
+ <div class="content-data">
92
+
93
+
94
+
95
+ <ol class="breadcrumb">
96
+ <li class="breadcrumb-item">Modules</li>
97
+ <li class="breadcrumb-item" >EuimAboutModule</li>
98
+ </ol>
99
+
100
+
101
+ <ul class="nav nav-tabs" role="tablist">
102
+ <li class="nav-item">
103
+ <a href="#info"
104
+ class="nav-link"
105
+ 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">
112
+
113
+ <p class="comment">
114
+ <h3>File</h3>
115
+ </p>
116
+ <p class="comment">
117
+ <code>packages/eui-mobile/packages/core/src/lib/components/euim-about/euim-about.module.ts</code>
118
+ </p>
119
+
120
+
121
+
122
+
123
+
124
+ <div class="container-fluid module">
125
+ <div class="row">
126
+ <div class="col-sm-3">
127
+ <h3>Declarations<a href="https://angular.io/api/core/NgModule#declarations" target="_blank" rel="noopener noreferrer"
128
+ title="Official documentation about module declarations"><span class="icon ion-ios-information-circle-outline"></span></a></h3>
129
+ <ul class="list-group">
130
+ <li class="list-group-item">
131
+ <a href="../components/EuimAboutComponent.html">EuimAboutComponent</a>
132
+ </li>
133
+ <li class="list-group-item">
134
+ <a href="../components/EuimChangelogComponent.html">EuimChangelogComponent</a>
135
+ </li>
136
+ <li class="list-group-item">
137
+ <a href="../components/EuimContactSupportComponent.html">EuimContactSupportComponent</a>
138
+ </li>
139
+ <li class="list-group-item">
140
+ <a href="../components/EuimLegalNoticeComponent.html">EuimLegalNoticeComponent</a>
141
+ </li>
142
+ <li class="list-group-item">
143
+ <a href="../components/EuimOpenSourceLicencesComponent.html">EuimOpenSourceLicencesComponent</a>
144
+ </li>
145
+ <li class="list-group-item">
146
+ <a href="../components/EuimPrivacyStatementComponent.html">EuimPrivacyStatementComponent</a>
147
+ </li>
148
+ </ul>
149
+ </div>
150
+ <div class="col-sm-3">
151
+ <h3>Imports<a href="https://angular.io/api/core/NgModule#imports" target="_blank" rel="noopener noreferrer"
152
+ title="Official documentation about module imports"><span
153
+ class="icon ion-ios-information-circle-outline"></a></h3>
154
+ <ul class="list-group">
155
+ <li class="list-group-item">
156
+ <a href="../modules/EuimAvatarIconModule.html">EuimAvatarIconModule</a>
157
+ </li>
158
+ <li class="list-group-item">
159
+ <a href="../modules/EuimHeaderDetailsModule.html">EuimHeaderDetailsModule</a>
160
+ </li>
161
+ <li class="list-group-item">
162
+ <a href="../modules/EuimLabelModule.html">EuimLabelModule</a>
163
+ </li>
164
+ </ul>
165
+ </div>
166
+ <div class="col-sm-3">
167
+ <h3>Exports<a href="https://angular.io/api/core/NgModule#exports" target="_blank" rel="noopener noreferrer"
168
+ title="Official documentation about module exports"><span
169
+ class="icon ion-ios-information-circle-outline"></a></h3>
170
+ <ul class="list-group">
171
+ <li class="list-group-item">
172
+ <a href="../components/EuimAboutComponent.html">EuimAboutComponent</a>
173
+ </li>
174
+ <li class="list-group-item">
175
+ <a href="../components/EuimChangelogComponent.html">EuimChangelogComponent</a>
176
+ </li>
177
+ <li class="list-group-item">
178
+ <a href="../components/EuimContactSupportComponent.html">EuimContactSupportComponent</a>
179
+ </li>
180
+ <li class="list-group-item">
181
+ <a href="../components/EuimLegalNoticeComponent.html">EuimLegalNoticeComponent</a>
182
+ </li>
183
+ <li class="list-group-item">
184
+ <a href="../components/EuimOpenSourceLicencesComponent.html">EuimOpenSourceLicencesComponent</a>
185
+ </li>
186
+ <li class="list-group-item">
187
+ <a href="../components/EuimPrivacyStatementComponent.html">EuimPrivacyStatementComponent</a>
188
+ </li>
189
+ </ul>
190
+ </div>
191
+ </div>
192
+ </div>
193
+
194
+
195
+ </div>
196
+
197
+
198
+ </div>
199
+
200
+
201
+
202
+
203
+
204
+
205
+
206
+
207
+
208
+
209
+
210
+
211
+
212
+
213
+
214
+
215
+
216
+ </div><div class="search-results">
217
+ <div class="has-results">
218
+ <h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
219
+ <ul class="search-results-list"></ul>
220
+ </div>
221
+ <div class="no-results">
222
+ <h1 class="search-results-title">No results matching "<span class='search-query'></span>"</h1>
223
+ </div>
224
+ </div>
225
+ </div>
226
+ <!-- END CONTENT -->
227
+ </div>
228
+ </div>
229
+
230
+ <label class="dark-mode-switch">
231
+ <input type="checkbox">
232
+ <span class="slider">
233
+ <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">
234
+ <path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
235
+ </svg>
236
+ </span>
237
+ </label>
238
+
239
+ <script>
240
+ var COMPODOC_CURRENT_PAGE_DEPTH = 1;
241
+ var COMPODOC_CURRENT_PAGE_CONTEXT = 'module';
242
+ var COMPODOC_CURRENT_PAGE_URL = 'EuimAboutModule.html';
243
+ var MAX_SEARCH_RESULTS = 15;
244
+ </script>
245
+
246
+ <script src="../js/libs/custom-elements.min.js"></script>
247
+ <script src="../js/libs/lit-html.js"></script>
248
+
249
+ <script src="../js/menu-wc.js" defer></script>
250
+ <script nomodule src="../js/menu-wc_es5.js" defer></script>
251
+
252
+ <script src="../js/libs/bootstrap-native.js"></script>
253
+
254
+ <script src="../js/libs/es6-shim.min.js"></script>
255
+ <script src="../js/libs/EventDispatcher.js"></script>
256
+ <script src="../js/libs/promise.min.js"></script>
257
+ <script src="../js/libs/zepto.min.js"></script>
258
+
259
+ <script src="../js/compodoc.js"></script>
260
+
261
+ <script src="../js/tabs.js"></script>
262
+ <script src="../js/menu.js"></script>
263
+ <script src="../js/libs/clipboard.min.js"></script>
264
+ <script src="../js/libs/prism.js"></script>
265
+ <script src="../js/sourceCode.js"></script>
266
+ <script src="../js/search/search.js"></script>
267
+ <script src="../js/search/lunr.min.js"></script>
268
+ <script src="../js/search/search-lunr.js"></script>
269
+ <script src="../js/search/search_index.js"></script>
270
+ <script src="../js/lazy-load-graphs.js"></script>
271
+
272
+
273
+ </body>
274
+ </html>
@@ -128,7 +128,22 @@
128
128
  title="Official documentation about module declarations"><span class="icon ion-ios-information-circle-outline"></span></a></h3>
129
129
  <ul class="list-group">
130
130
  <li class="list-group-item">
131
- <a href="../components/EuimAlertMessageComponent.html">EuimAlertMessageComponent</a>
131
+ <a href="../components/EuimAboutComponent.html">EuimAboutComponent</a>
132
+ </li>
133
+ <li class="list-group-item">
134
+ <a href="../components/EuimChangelogComponent.html">EuimChangelogComponent</a>
135
+ </li>
136
+ <li class="list-group-item">
137
+ <a href="../components/EuimContactSupportComponent.html">EuimContactSupportComponent</a>
138
+ </li>
139
+ <li class="list-group-item">
140
+ <a href="../components/EuimLegalNoticeComponent.html">EuimLegalNoticeComponent</a>
141
+ </li>
142
+ <li class="list-group-item">
143
+ <a href="../components/EuimOpenSourceLicencesComponent.html">EuimOpenSourceLicencesComponent</a>
144
+ </li>
145
+ <li class="list-group-item">
146
+ <a href="../components/EuimPrivacyStatementComponent.html">EuimPrivacyStatementComponent</a>
132
147
  </li>
133
148
  </ul>
134
149
  </div>
@@ -148,7 +163,22 @@
148
163
  class="icon ion-ios-information-circle-outline"></a></h3>
149
164
  <ul class="list-group">
150
165
  <li class="list-group-item">
151
- <a href="../components/EuimAlertMessageComponent.html">EuimAlertMessageComponent</a>
166
+ <a href="../components/EuimAboutComponent.html">EuimAboutComponent</a>
167
+ </li>
168
+ <li class="list-group-item">
169
+ <a href="../components/EuimChangelogComponent.html">EuimChangelogComponent</a>
170
+ </li>
171
+ <li class="list-group-item">
172
+ <a href="../components/EuimContactSupportComponent.html">EuimContactSupportComponent</a>
173
+ </li>
174
+ <li class="list-group-item">
175
+ <a href="../components/EuimLegalNoticeComponent.html">EuimLegalNoticeComponent</a>
176
+ </li>
177
+ <li class="list-group-item">
178
+ <a href="../components/EuimOpenSourceLicencesComponent.html">EuimOpenSourceLicencesComponent</a>
179
+ </li>
180
+ <li class="list-group-item">
181
+ <a href="../components/EuimPrivacyStatementComponent.html">EuimPrivacyStatementComponent</a>
152
182
  </li>
153
183
  </ul>
154
184
  </div>
@@ -128,6 +128,9 @@
128
128
  title="Official documentation about module imports"><span
129
129
  class="icon ion-ios-information-circle-outline"></a></h3>
130
130
  <ul class="list-group">
131
+ <li class="list-group-item">
132
+ <a href="../modules/EuimAboutModule.html">EuimAboutModule</a>
133
+ </li>
131
134
  <li class="list-group-item">
132
135
  <a href="../modules/EuimAlertMessageModule.html">EuimAlertMessageModule</a>
133
136
  </li>
@@ -210,6 +213,9 @@
210
213
  title="Official documentation about module exports"><span
211
214
  class="icon ion-ios-information-circle-outline"></a></h3>
212
215
  <ul class="list-group">
216
+ <li class="list-group-item">
217
+ <a href="../modules/EuimAboutModule.html">EuimAboutModule</a>
218
+ </li>
213
219
  <li class="list-group-item">
214
220
  <a href="../modules/EuimAlertMessageModule.html">EuimAlertMessageModule</a>
215
221
  </li>
@@ -128,7 +128,22 @@
128
128
  title="Official documentation about module declarations"><span class="icon ion-ios-information-circle-outline"></span></a></h3>
129
129
  <ul class="list-group">
130
130
  <li class="list-group-item">
131
- <a href="../components/EuimAlertMessageComponent.html">EuimAlertMessageComponent</a>
131
+ <a href="../components/EuimAboutComponent.html">EuimAboutComponent</a>
132
+ </li>
133
+ <li class="list-group-item">
134
+ <a href="../components/EuimChangelogComponent.html">EuimChangelogComponent</a>
135
+ </li>
136
+ <li class="list-group-item">
137
+ <a href="../components/EuimContactSupportComponent.html">EuimContactSupportComponent</a>
138
+ </li>
139
+ <li class="list-group-item">
140
+ <a href="../components/EuimLegalNoticeComponent.html">EuimLegalNoticeComponent</a>
141
+ </li>
142
+ <li class="list-group-item">
143
+ <a href="../components/EuimOpenSourceLicencesComponent.html">EuimOpenSourceLicencesComponent</a>
144
+ </li>
145
+ <li class="list-group-item">
146
+ <a href="../components/EuimPrivacyStatementComponent.html">EuimPrivacyStatementComponent</a>
132
147
  </li>
133
148
  </ul>
134
149
  </div>
@@ -138,7 +153,22 @@
138
153
  class="icon ion-ios-information-circle-outline"></a></h3>
139
154
  <ul class="list-group">
140
155
  <li class="list-group-item">
141
- <a href="../components/EuimAlertMessageComponent.html">EuimAlertMessageComponent</a>
156
+ <a href="../components/EuimAboutComponent.html">EuimAboutComponent</a>
157
+ </li>
158
+ <li class="list-group-item">
159
+ <a href="../components/EuimChangelogComponent.html">EuimChangelogComponent</a>
160
+ </li>
161
+ <li class="list-group-item">
162
+ <a href="../components/EuimContactSupportComponent.html">EuimContactSupportComponent</a>
163
+ </li>
164
+ <li class="list-group-item">
165
+ <a href="../components/EuimLegalNoticeComponent.html">EuimLegalNoticeComponent</a>
166
+ </li>
167
+ <li class="list-group-item">
168
+ <a href="../components/EuimOpenSourceLicencesComponent.html">EuimOpenSourceLicencesComponent</a>
169
+ </li>
170
+ <li class="list-group-item">
171
+ <a href="../components/EuimPrivacyStatementComponent.html">EuimPrivacyStatementComponent</a>
142
172
  </li>
143
173
  </ul>
144
174
  </div>
@@ -128,7 +128,22 @@
128
128
  title="Official documentation about module declarations"><span class="icon ion-ios-information-circle-outline"></span></a></h3>
129
129
  <ul class="list-group">
130
130
  <li class="list-group-item">
131
- <a href="../components/EuimAlertMessageComponent.html">EuimAlertMessageComponent</a>
131
+ <a href="../components/EuimAboutComponent.html">EuimAboutComponent</a>
132
+ </li>
133
+ <li class="list-group-item">
134
+ <a href="../components/EuimChangelogComponent.html">EuimChangelogComponent</a>
135
+ </li>
136
+ <li class="list-group-item">
137
+ <a href="../components/EuimContactSupportComponent.html">EuimContactSupportComponent</a>
138
+ </li>
139
+ <li class="list-group-item">
140
+ <a href="../components/EuimLegalNoticeComponent.html">EuimLegalNoticeComponent</a>
141
+ </li>
142
+ <li class="list-group-item">
143
+ <a href="../components/EuimOpenSourceLicencesComponent.html">EuimOpenSourceLicencesComponent</a>
144
+ </li>
145
+ <li class="list-group-item">
146
+ <a href="../components/EuimPrivacyStatementComponent.html">EuimPrivacyStatementComponent</a>
132
147
  </li>
133
148
  </ul>
134
149
  </div>
@@ -138,7 +153,22 @@
138
153
  class="icon ion-ios-information-circle-outline"></a></h3>
139
154
  <ul class="list-group">
140
155
  <li class="list-group-item">
141
- <a href="../components/EuimAlertMessageComponent.html">EuimAlertMessageComponent</a>
156
+ <a href="../components/EuimAboutComponent.html">EuimAboutComponent</a>
157
+ </li>
158
+ <li class="list-group-item">
159
+ <a href="../components/EuimChangelogComponent.html">EuimChangelogComponent</a>
160
+ </li>
161
+ <li class="list-group-item">
162
+ <a href="../components/EuimContactSupportComponent.html">EuimContactSupportComponent</a>
163
+ </li>
164
+ <li class="list-group-item">
165
+ <a href="../components/EuimLegalNoticeComponent.html">EuimLegalNoticeComponent</a>
166
+ </li>
167
+ <li class="list-group-item">
168
+ <a href="../components/EuimOpenSourceLicencesComponent.html">EuimOpenSourceLicencesComponent</a>
169
+ </li>
170
+ <li class="list-group-item">
171
+ <a href="../components/EuimPrivacyStatementComponent.html">EuimPrivacyStatementComponent</a>
142
172
  </li>
143
173
  </ul>
144
174
  </div>
@@ -128,7 +128,22 @@
128
128
  title="Official documentation about module declarations"><span class="icon ion-ios-information-circle-outline"></span></a></h3>
129
129
  <ul class="list-group">
130
130
  <li class="list-group-item">
131
- <a href="../components/EuimAlertMessageComponent.html">EuimAlertMessageComponent</a>
131
+ <a href="../components/EuimAboutComponent.html">EuimAboutComponent</a>
132
+ </li>
133
+ <li class="list-group-item">
134
+ <a href="../components/EuimChangelogComponent.html">EuimChangelogComponent</a>
135
+ </li>
136
+ <li class="list-group-item">
137
+ <a href="../components/EuimContactSupportComponent.html">EuimContactSupportComponent</a>
138
+ </li>
139
+ <li class="list-group-item">
140
+ <a href="../components/EuimLegalNoticeComponent.html">EuimLegalNoticeComponent</a>
141
+ </li>
142
+ <li class="list-group-item">
143
+ <a href="../components/EuimOpenSourceLicencesComponent.html">EuimOpenSourceLicencesComponent</a>
144
+ </li>
145
+ <li class="list-group-item">
146
+ <a href="../components/EuimPrivacyStatementComponent.html">EuimPrivacyStatementComponent</a>
132
147
  </li>
133
148
  </ul>
134
149
  </div>
@@ -138,7 +153,22 @@
138
153
  class="icon ion-ios-information-circle-outline"></a></h3>
139
154
  <ul class="list-group">
140
155
  <li class="list-group-item">
141
- <a href="../components/EuimAlertMessageComponent.html">EuimAlertMessageComponent</a>
156
+ <a href="../components/EuimAboutComponent.html">EuimAboutComponent</a>
157
+ </li>
158
+ <li class="list-group-item">
159
+ <a href="../components/EuimChangelogComponent.html">EuimChangelogComponent</a>
160
+ </li>
161
+ <li class="list-group-item">
162
+ <a href="../components/EuimContactSupportComponent.html">EuimContactSupportComponent</a>
163
+ </li>
164
+ <li class="list-group-item">
165
+ <a href="../components/EuimLegalNoticeComponent.html">EuimLegalNoticeComponent</a>
166
+ </li>
167
+ <li class="list-group-item">
168
+ <a href="../components/EuimOpenSourceLicencesComponent.html">EuimOpenSourceLicencesComponent</a>
169
+ </li>
170
+ <li class="list-group-item">
171
+ <a href="../components/EuimPrivacyStatementComponent.html">EuimPrivacyStatementComponent</a>
142
172
  </li>
143
173
  </ul>
144
174
  </div>
@@ -128,7 +128,22 @@
128
128
  title="Official documentation about module declarations"><span class="icon ion-ios-information-circle-outline"></span></a></h3>
129
129
  <ul class="list-group">
130
130
  <li class="list-group-item">
131
- <a href="../components/EuimAlertMessageComponent.html">EuimAlertMessageComponent</a>
131
+ <a href="../components/EuimAboutComponent.html">EuimAboutComponent</a>
132
+ </li>
133
+ <li class="list-group-item">
134
+ <a href="../components/EuimChangelogComponent.html">EuimChangelogComponent</a>
135
+ </li>
136
+ <li class="list-group-item">
137
+ <a href="../components/EuimContactSupportComponent.html">EuimContactSupportComponent</a>
138
+ </li>
139
+ <li class="list-group-item">
140
+ <a href="../components/EuimLegalNoticeComponent.html">EuimLegalNoticeComponent</a>
141
+ </li>
142
+ <li class="list-group-item">
143
+ <a href="../components/EuimOpenSourceLicencesComponent.html">EuimOpenSourceLicencesComponent</a>
144
+ </li>
145
+ <li class="list-group-item">
146
+ <a href="../components/EuimPrivacyStatementComponent.html">EuimPrivacyStatementComponent</a>
132
147
  </li>
133
148
  </ul>
134
149
  </div>
@@ -138,7 +153,22 @@
138
153
  class="icon ion-ios-information-circle-outline"></a></h3>
139
154
  <ul class="list-group">
140
155
  <li class="list-group-item">
141
- <a href="../components/EuimAlertMessageComponent.html">EuimAlertMessageComponent</a>
156
+ <a href="../components/EuimAboutComponent.html">EuimAboutComponent</a>
157
+ </li>
158
+ <li class="list-group-item">
159
+ <a href="../components/EuimChangelogComponent.html">EuimChangelogComponent</a>
160
+ </li>
161
+ <li class="list-group-item">
162
+ <a href="../components/EuimContactSupportComponent.html">EuimContactSupportComponent</a>
163
+ </li>
164
+ <li class="list-group-item">
165
+ <a href="../components/EuimLegalNoticeComponent.html">EuimLegalNoticeComponent</a>
166
+ </li>
167
+ <li class="list-group-item">
168
+ <a href="../components/EuimOpenSourceLicencesComponent.html">EuimOpenSourceLicencesComponent</a>
169
+ </li>
170
+ <li class="list-group-item">
171
+ <a href="../components/EuimPrivacyStatementComponent.html">EuimPrivacyStatementComponent</a>
142
172
  </li>
143
173
  </ul>
144
174
  </div>