@eui/mobile-core 16.7.0-snapshot-1709025354856 → 16.7.0-snapshot-1709133352306

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 (194) hide show
  1. package/docs/components/EuiMUserProfileActionComponent.html +33 -1243
  2. package/docs/components/EuiMUserProfileAvatarComponent.html +33 -1243
  3. package/docs/components/EuiMUserProfileInfosComponent.html +33 -1243
  4. package/docs/components/EuiMUserProfileInfosItemComponent.html +33 -1243
  5. package/docs/components/EuimAlertMessageComponent.html +113 -1264
  6. package/docs/components/EuimAppComponent.html +20 -1217
  7. package/docs/components/EuimAppSidebarComponent.html +2 -1216
  8. package/docs/components/EuimAppSidebarFooterComponent.html +1 -1
  9. package/docs/components/EuimAppSidebarHeaderComponent.html +1 -1
  10. package/docs/components/EuimAppSidebarMenuComponent.html +1 -1
  11. package/docs/components/EuimAvatarComponent.html +51 -1218
  12. package/docs/components/EuimAvatarIconComponent.html +46 -1176
  13. package/docs/components/EuimBadgeComponent.html +6 -2
  14. package/docs/components/EuimChipSelectorComponent.html +244 -1333
  15. package/docs/components/EuimControlFeedbackComponent.html +85 -1530
  16. package/docs/components/EuimDataSummaryColComponent.html +1 -1
  17. package/docs/components/EuimDataSummaryComponent.html +173 -1281
  18. package/docs/components/EuimEmptyListPlaceholderComponent.html +46 -1176
  19. package/docs/components/EuimFieldSetComponent.html +33 -1243
  20. package/docs/components/EuimFieldsetActionsComponent.html +33 -1243
  21. package/docs/components/EuimFieldsetLegendComponent.html +33 -1243
  22. package/docs/components/EuimHeaderDetailsComponent.html +1 -1
  23. package/docs/components/EuimInfoScreenComponent.html +33 -57
  24. package/docs/components/EuimLabelComponent.html +101 -1470
  25. package/docs/components/EuimLanguageListComponent.html +133 -1323
  26. package/docs/components/EuimLanguageSelectorComponent.html +133 -1312
  27. package/docs/components/EuimMediaHeaderComponent.html +69 -1109
  28. package/docs/components/EuimMenuComponent.html +146 -1403
  29. package/docs/components/EuimMessageComponent.html +80 -1529
  30. package/docs/components/EuimMessageTitleComponent.html +33 -1243
  31. package/docs/components/EuimMultiselectComponent.html +1 -1
  32. package/docs/components/EuimMultiselectFilterComponent.html +1 -1
  33. package/docs/components/EuimMultiselectInfoComponent.html +1 -1
  34. package/docs/components/EuimMultiselectListComponent.html +1 -1
  35. package/docs/components/EuimMultiselectToolbarComponent.html +1 -1
  36. package/docs/components/EuimNotificationItemComponent.html +66 -1115
  37. package/docs/components/EuimScrollerXComponent.html +51 -1248
  38. package/docs/components/EuimSidebarComponent.html +1 -1
  39. package/docs/components/EuimSidebarContentComponent.html +1 -1
  40. package/docs/components/EuimSkeletonListComponent.html +5 -1
  41. package/docs/components/EuimSkeletonListItemComponent.html +1 -1
  42. package/docs/components/EuimSlideComponent.html +1 -1
  43. package/docs/components/EuimSlideInfoScreenComponent.html +1 -1
  44. package/docs/components/EuimSliderComponent.html +50 -71
  45. package/docs/components/EuimSliderInfoScreenComponent.html +50 -71
  46. package/docs/components/EuimSpinnerComponent.html +35 -1206
  47. package/docs/components/EuimSpinnerDescriptionComponent.html +51 -1218
  48. package/docs/components/EuimSpinnerMessageComponent.html +51 -1218
  49. package/docs/components/EuimStepperComponent.html +50 -1244
  50. package/docs/components/EuimToolbarActionItemsComponent.html +52 -1249
  51. package/docs/components/EuimToolbarComponent.html +128 -1296
  52. package/docs/components/EuimToolbarTitleComponent.html +52 -1249
  53. package/docs/components/EuimUserProfileComponent.html +33 -1243
  54. package/docs/dependencies.html +2 -2
  55. package/docs/directives/BaseStatesDirective.html +81 -0
  56. package/docs/directives/EuimChipSelectorItemDirective.html +88 -1381
  57. package/docs/directives/EuimDataSummaryColLabelDirective.html +67 -1179
  58. package/docs/directives/EuimDataSummaryColValueDirective.html +100 -1216
  59. package/docs/index.html +1 -1
  60. package/docs/js/menu-wc.js +0 -3
  61. package/docs/js/menu-wc_es5.js +1 -1
  62. package/docs/js/search/search_index.js +2 -2
  63. package/esm2022/lib/components/atoms/euim-control-feedback/euim-control-feedback.component.mjs +25 -89
  64. package/esm2022/lib/components/atoms/euim-label/euim-label.component.mjs +56 -42
  65. package/esm2022/lib/components/atoms/euim-notification-item/euim-notification-item.component.mjs +28 -10
  66. package/esm2022/lib/components/base-states.directive.mjs +23 -2
  67. package/esm2022/lib/components/euim-alert-message/euim-alert-messsage.component.mjs +6 -18
  68. package/esm2022/lib/components/euim-avatar/euim-avatar.component.mjs +9 -15
  69. package/esm2022/lib/components/euim-avatar-icon/euim-avatar-icon.component.mjs +6 -8
  70. package/esm2022/lib/components/euim-badge/euim-badge.component.mjs +5 -4
  71. package/esm2022/lib/components/euim-chip-selector/euim-chip-selector-item/euim-chip-selector-item.directive.mjs +11 -21
  72. package/esm2022/lib/components/euim-chip-selector/euim-chip-selector.component.mjs +10 -8
  73. package/esm2022/lib/components/euim-data-summary/euim-data-summary-col-label/euim-data-summary-col-label.directive.mjs +23 -13
  74. package/esm2022/lib/components/euim-data-summary/euim-data-summary-col-value/euim-data-summary-col-value.directive.mjs +14 -13
  75. package/esm2022/lib/components/euim-data-summary/euim-data-summary.component.mjs +27 -17
  76. package/esm2022/lib/components/euim-empty-list-placeholder/euim-empty-list-placeholder.component.mjs +6 -7
  77. package/esm2022/lib/components/euim-fieldset/euim-fieldset-actions/euim-fieldset-actions.component.mjs +4 -6
  78. package/esm2022/lib/components/euim-fieldset/euim-fieldset-legend/euim-fieldset-legend.component.mjs +4 -6
  79. package/esm2022/lib/components/euim-fieldset/euim-fieldset.component.mjs +4 -6
  80. package/esm2022/lib/components/euim-media-header/euim-media-header.component.mjs +27 -17
  81. package/esm2022/lib/components/euim-menu/euim-menu.component.mjs +10 -12
  82. package/esm2022/lib/components/euim-message/euim-message-title/euim-message-title.component.mjs +4 -6
  83. package/esm2022/lib/components/euim-message/euim-message.component.mjs +38 -98
  84. package/esm2022/lib/components/euim-scroller-x/euim-scroller-x.component.mjs +9 -10
  85. package/esm2022/lib/components/euim-skeleton-list/euim-skeleton-list.component.mjs +4 -4
  86. package/esm2022/lib/components/euim-slider/euim-slider.component.mjs +6 -11
  87. package/esm2022/lib/components/euim-slider-info-screen/euim-slider-info-screen.component.mjs +6 -11
  88. package/esm2022/lib/components/euim-spinner/euim-spinner-description/euim-spinner-description.component.mjs +9 -15
  89. package/esm2022/lib/components/euim-spinner/euim-spinner-message/euim-spinner-message.component.mjs +9 -15
  90. package/esm2022/lib/components/euim-spinner/euim-spinner.component.mjs +7 -13
  91. package/esm2022/lib/components/euim-stepper/euim-stepper.component.mjs +14 -8
  92. package/esm2022/lib/components/layout/euim-app/euim-app-sidebar/sidebar.component.mjs +4 -6
  93. package/esm2022/lib/components/layout/euim-app/euim-app.component.mjs +3 -5
  94. package/esm2022/lib/components/layout/euim-info-screen/euim-info-screen.component.mjs +5 -10
  95. package/esm2022/lib/components/layout/euim-language-selector/euim-language-list.component.mjs +5 -7
  96. package/esm2022/lib/components/layout/euim-language-selector/euim-language-selector.component.mjs +20 -21
  97. package/esm2022/lib/components/layout/euim-toolbar/euim-toolbar-action-items/euim-toolbar-action-items.component.mjs +10 -12
  98. package/esm2022/lib/components/layout/euim-toolbar/euim-toolbar-title/euim-toolbar-title.component.mjs +10 -12
  99. package/esm2022/lib/components/layout/euim-toolbar/euim-toolbar.component.mjs +20 -14
  100. package/esm2022/lib/components/layout/euim-user-profile/euim-user-profile-action/euim-user-profile-action.component.mjs +4 -6
  101. package/esm2022/lib/components/layout/euim-user-profile/euim-user-profile-avatar/euim-user-profile-avatar.component.mjs +4 -6
  102. package/esm2022/lib/components/layout/euim-user-profile/euim-user-profile-infos/euim-user-profile-infos.component.mjs +4 -6
  103. package/esm2022/lib/components/layout/euim-user-profile/euim-user-profile-infos-item/euim-user-profile-infos-item.component.mjs +4 -6
  104. package/esm2022/lib/components/layout/euim-user-profile/euim-user-profile.component.mjs +4 -6
  105. package/fesm2022/eui-mobile-core.mjs +692 -1083
  106. package/fesm2022/eui-mobile-core.mjs.map +1 -1
  107. package/lib/components/atoms/euim-control-feedback/euim-control-feedback.component.d.ts +6 -20
  108. package/lib/components/atoms/euim-control-feedback/euim-control-feedback.component.d.ts.map +1 -1
  109. package/lib/components/atoms/euim-label/euim-label.component.d.ts +10 -16
  110. package/lib/components/atoms/euim-label/euim-label.component.d.ts.map +1 -1
  111. package/lib/components/atoms/euim-notification-item/euim-notification-item.component.d.ts +6 -3
  112. package/lib/components/atoms/euim-notification-item/euim-notification-item.component.d.ts.map +1 -1
  113. package/lib/components/base-states.directive.d.ts +4 -1
  114. package/lib/components/base-states.directive.d.ts.map +1 -1
  115. package/lib/components/euim-alert-message/euim-alert-messsage.component.d.ts +2 -4
  116. package/lib/components/euim-alert-message/euim-alert-messsage.component.d.ts.map +1 -1
  117. package/lib/components/euim-avatar/euim-avatar.component.d.ts +2 -4
  118. package/lib/components/euim-avatar/euim-avatar.component.d.ts.map +1 -1
  119. package/lib/components/euim-avatar-icon/euim-avatar-icon.component.d.ts +1 -2
  120. package/lib/components/euim-avatar-icon/euim-avatar-icon.component.d.ts.map +1 -1
  121. package/lib/components/euim-badge/euim-badge.component.d.ts +1 -1
  122. package/lib/components/euim-badge/euim-badge.component.d.ts.map +1 -1
  123. package/lib/components/euim-chip-selector/euim-chip-selector-item/euim-chip-selector-item.directive.d.ts +4 -8
  124. package/lib/components/euim-chip-selector/euim-chip-selector-item/euim-chip-selector-item.directive.d.ts.map +1 -1
  125. package/lib/components/euim-chip-selector/euim-chip-selector.component.d.ts +5 -5
  126. package/lib/components/euim-chip-selector/euim-chip-selector.component.d.ts.map +1 -1
  127. package/lib/components/euim-data-summary/euim-data-summary-col-label/euim-data-summary-col-label.directive.d.ts +7 -5
  128. package/lib/components/euim-data-summary/euim-data-summary-col-label/euim-data-summary-col-label.directive.d.ts.map +1 -1
  129. package/lib/components/euim-data-summary/euim-data-summary-col-value/euim-data-summary-col-value.directive.d.ts +5 -4
  130. package/lib/components/euim-data-summary/euim-data-summary-col-value/euim-data-summary-col-value.directive.d.ts.map +1 -1
  131. package/lib/components/euim-data-summary/euim-data-summary.component.d.ts +7 -5
  132. package/lib/components/euim-data-summary/euim-data-summary.component.d.ts.map +1 -1
  133. package/lib/components/euim-empty-list-placeholder/euim-empty-list-placeholder.component.d.ts +1 -2
  134. package/lib/components/euim-empty-list-placeholder/euim-empty-list-placeholder.component.d.ts.map +1 -1
  135. package/lib/components/euim-fieldset/euim-fieldset-actions/euim-fieldset-actions.component.d.ts +1 -2
  136. package/lib/components/euim-fieldset/euim-fieldset-actions/euim-fieldset-actions.component.d.ts.map +1 -1
  137. package/lib/components/euim-fieldset/euim-fieldset-legend/euim-fieldset-legend.component.d.ts +1 -2
  138. package/lib/components/euim-fieldset/euim-fieldset-legend/euim-fieldset-legend.component.d.ts.map +1 -1
  139. package/lib/components/euim-fieldset/euim-fieldset.component.d.ts +1 -2
  140. package/lib/components/euim-fieldset/euim-fieldset.component.d.ts.map +1 -1
  141. package/lib/components/euim-media-header/euim-media-header.component.d.ts +6 -3
  142. package/lib/components/euim-media-header/euim-media-header.component.d.ts.map +1 -1
  143. package/lib/components/euim-menu/euim-menu.component.d.ts +4 -6
  144. package/lib/components/euim-menu/euim-menu.component.d.ts.map +1 -1
  145. package/lib/components/euim-message/euim-message-title/euim-message-title.component.d.ts +1 -2
  146. package/lib/components/euim-message/euim-message-title/euim-message-title.component.d.ts.map +1 -1
  147. package/lib/components/euim-message/euim-message.component.d.ts +6 -20
  148. package/lib/components/euim-message/euim-message.component.d.ts.map +1 -1
  149. package/lib/components/euim-scroller-x/euim-scroller-x.component.d.ts +2 -3
  150. package/lib/components/euim-scroller-x/euim-scroller-x.component.d.ts.map +1 -1
  151. package/lib/components/euim-skeleton-list/euim-skeleton-list.component.d.ts.map +1 -1
  152. package/lib/components/euim-slider/euim-slider.component.d.ts +1 -2
  153. package/lib/components/euim-slider/euim-slider.component.d.ts.map +1 -1
  154. package/lib/components/euim-slider-info-screen/euim-slider-info-screen.component.d.ts +1 -2
  155. package/lib/components/euim-slider-info-screen/euim-slider-info-screen.component.d.ts.map +1 -1
  156. package/lib/components/euim-spinner/euim-spinner-description/euim-spinner-description.component.d.ts +2 -4
  157. package/lib/components/euim-spinner/euim-spinner-description/euim-spinner-description.component.d.ts.map +1 -1
  158. package/lib/components/euim-spinner/euim-spinner-message/euim-spinner-message.component.d.ts +2 -4
  159. package/lib/components/euim-spinner/euim-spinner-message/euim-spinner-message.component.d.ts.map +1 -1
  160. package/lib/components/euim-spinner/euim-spinner.component.d.ts +2 -4
  161. package/lib/components/euim-spinner/euim-spinner.component.d.ts.map +1 -1
  162. package/lib/components/euim-stepper/euim-stepper.component.d.ts +4 -4
  163. package/lib/components/euim-stepper/euim-stepper.component.d.ts.map +1 -1
  164. package/lib/components/layout/euim-app/euim-app-sidebar/sidebar.component.d.ts +1 -2
  165. package/lib/components/layout/euim-app/euim-app-sidebar/sidebar.component.d.ts.map +1 -1
  166. package/lib/components/layout/euim-app/euim-app.component.d.ts +1 -2
  167. package/lib/components/layout/euim-app/euim-app.component.d.ts.map +1 -1
  168. package/lib/components/layout/euim-info-screen/euim-info-screen.component.d.ts +1 -2
  169. package/lib/components/layout/euim-info-screen/euim-info-screen.component.d.ts.map +1 -1
  170. package/lib/components/layout/euim-language-selector/euim-language-list.component.d.ts +1 -2
  171. package/lib/components/layout/euim-language-selector/euim-language-list.component.d.ts.map +1 -1
  172. package/lib/components/layout/euim-language-selector/euim-language-selector.component.d.ts +7 -7
  173. package/lib/components/layout/euim-language-selector/euim-language-selector.component.d.ts.map +1 -1
  174. package/lib/components/layout/euim-toolbar/euim-toolbar-action-items/euim-toolbar-action-items.component.d.ts +2 -3
  175. package/lib/components/layout/euim-toolbar/euim-toolbar-action-items/euim-toolbar-action-items.component.d.ts.map +1 -1
  176. package/lib/components/layout/euim-toolbar/euim-toolbar-title/euim-toolbar-title.component.d.ts +2 -3
  177. package/lib/components/layout/euim-toolbar/euim-toolbar-title/euim-toolbar-title.component.d.ts.map +1 -1
  178. package/lib/components/layout/euim-toolbar/euim-toolbar.component.d.ts +6 -6
  179. package/lib/components/layout/euim-toolbar/euim-toolbar.component.d.ts.map +1 -1
  180. package/lib/components/layout/euim-user-profile/euim-user-profile-action/euim-user-profile-action.component.d.ts +1 -2
  181. package/lib/components/layout/euim-user-profile/euim-user-profile-action/euim-user-profile-action.component.d.ts.map +1 -1
  182. package/lib/components/layout/euim-user-profile/euim-user-profile-avatar/euim-user-profile-avatar.component.d.ts +1 -2
  183. package/lib/components/layout/euim-user-profile/euim-user-profile-avatar/euim-user-profile-avatar.component.d.ts.map +1 -1
  184. package/lib/components/layout/euim-user-profile/euim-user-profile-infos/euim-user-profile-infos.component.d.ts +1 -2
  185. package/lib/components/layout/euim-user-profile/euim-user-profile-infos/euim-user-profile-infos.component.d.ts.map +1 -1
  186. package/lib/components/layout/euim-user-profile/euim-user-profile-infos-item/euim-user-profile-infos-item.component.d.ts +1 -2
  187. package/lib/components/layout/euim-user-profile/euim-user-profile-infos-item/euim-user-profile-infos-item.component.d.ts.map +1 -1
  188. package/lib/components/layout/euim-user-profile/euim-user-profile.component.d.ts +1 -2
  189. package/lib/components/layout/euim-user-profile/euim-user-profile.component.d.ts.map +1 -1
  190. package/package.json +1 -1
  191. package/docs/directives/EuimBaseDirective.html +0 -2930
  192. package/esm2022/lib/components/euim-base.directive.mjs +0 -286
  193. package/lib/components/euim-base.directive.d.ts +0 -86
  194. package/lib/components/euim-base.directive.d.ts.map +0 -1
@@ -51,9 +51,9 @@
51
51
  </ol>
52
52
  <ul class="dependencies-list">
53
53
  <li>
54
- <b>@eui/deps-base</b> : 16.2.13-snapshot-1708917101127</li>
54
+ <b>@eui/deps-base</b> : 16.2.13</li>
55
55
  <li>
56
- <b>@eui/styles-base</b> : 16.2.13-snapshot-1708917101127</li>
56
+ <b>@eui/styles-base</b> : 16.2.13</li>
57
57
  <li>
58
58
  <b>@ionic/angular-toolkit</b> : 7.0.0</li>
59
59
  <li>
@@ -115,6 +115,9 @@
115
115
  <tr>
116
116
  <td class="col-md-4">
117
117
  <ul class="index-list">
118
+ <li>
119
+ <a href="#color" >color</a>
120
+ </li>
118
121
  <li>
119
122
  <a href="#euimAccent" >euimAccent</a>
120
123
  </li>
@@ -226,6 +229,9 @@
226
229
  <li>
227
230
  <a href="#euimVariant" >euimVariant</a>
228
231
  </li>
232
+ <li>
233
+ <a href="#color" >color</a>
234
+ </li>
229
235
  <li>
230
236
  <a href="#euimSizeVariant" >euimSizeVariant</a>
231
237
  </li>
@@ -239,6 +245,22 @@
239
245
 
240
246
  <section data-compodoc="block-inputs">
241
247
  <h3 id="inputs">Inputs</h3>
248
+ <table class="table table-sm table-bordered">
249
+ <tbody>
250
+ <tr>
251
+ <td class="col-md-4">
252
+ <a name="color"></a>
253
+ <b>color</b>
254
+ </td>
255
+ </tr>
256
+ <tr>
257
+ <td class="col-md-4">
258
+ <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
259
+
260
+ </td>
261
+ </tr>
262
+ </tbody>
263
+ </table>
242
264
  <table class="table table-sm table-bordered">
243
265
  <tbody>
244
266
  <tr>
@@ -1015,6 +1037,65 @@
1015
1037
  </tr>
1016
1038
  </tbody>
1017
1039
  </table>
1040
+ <table class="table table-sm table-bordered">
1041
+ <tbody>
1042
+ <tr>
1043
+ <td class="col-md-4">
1044
+ <a name="color"></a>
1045
+ <span class="name"><b>color</b><a href="#color"><span class="icon ion-ios-link"></span></a></span>
1046
+ </td>
1047
+ </tr>
1048
+
1049
+ <tr>
1050
+ <td class="col-md-4">
1051
+ <span class="accessor"><b>get</b><code>color()</code></span>
1052
+ </td>
1053
+ </tr>
1054
+
1055
+ <tr>
1056
+ <td class="col-md-4">
1057
+ <span class="accessor"><b>set</b><code>color(value: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank">string</a>)</code></span>
1058
+ </td>
1059
+ </tr>
1060
+ <tr>
1061
+ <td class="col-md-4">
1062
+
1063
+ <div class="io-description">
1064
+ <b>Parameters :</b>
1065
+ <table class="params">
1066
+ <thead>
1067
+ <tr>
1068
+ <td>Name</td>
1069
+ <td>Type</td>
1070
+ <td>Optional</td>
1071
+ </tr>
1072
+ </thead>
1073
+ <tbody>
1074
+ <tr>
1075
+ <td>value</td>
1076
+
1077
+ <td>
1078
+ <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
1079
+ </td>
1080
+
1081
+ <td>
1082
+ No
1083
+ </td>
1084
+
1085
+ </tr>
1086
+ </tbody>
1087
+ </table>
1088
+ </div>
1089
+ <div>
1090
+ </div>
1091
+ <div class="io-description">
1092
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
1093
+
1094
+ </div>
1095
+ </td>
1096
+ </tr>
1097
+ </tbody>
1098
+ </table>
1018
1099
  <table class="table table-sm table-bordered">
1019
1100
  <tbody>
1020
1101
  <tr>