@eui/mobile-core 16.6.0 → 16.7.0-snapshot-1709121320092

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 (189) 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 +5 -1
  14. package/docs/components/EuimChipSelectorComponent.html +247 -1360
  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 +6 -2
  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/EuimChipSelectorItemDirective.html +88 -1381
  56. package/docs/directives/EuimDataSummaryColLabelDirective.html +67 -1179
  57. package/docs/directives/EuimDataSummaryColValueDirective.html +100 -1216
  58. package/docs/index.html +1 -1
  59. package/docs/js/menu-wc.js +0 -3
  60. package/docs/js/menu-wc_es5.js +1 -1
  61. package/docs/js/search/search_index.js +2 -2
  62. package/esm2022/lib/components/atoms/euim-control-feedback/euim-control-feedback.component.mjs +24 -89
  63. package/esm2022/lib/components/atoms/euim-label/euim-label.component.mjs +55 -42
  64. package/esm2022/lib/components/atoms/euim-notification-item/euim-notification-item.component.mjs +27 -10
  65. package/esm2022/lib/components/euim-alert-message/euim-alert-messsage.component.mjs +5 -18
  66. package/esm2022/lib/components/euim-avatar/euim-avatar.component.mjs +9 -15
  67. package/esm2022/lib/components/euim-avatar-icon/euim-avatar-icon.component.mjs +6 -8
  68. package/esm2022/lib/components/euim-badge/euim-badge.component.mjs +4 -4
  69. package/esm2022/lib/components/euim-chip-selector/euim-chip-selector-item/euim-chip-selector-item.directive.mjs +11 -21
  70. package/esm2022/lib/components/euim-chip-selector/euim-chip-selector.component.mjs +6 -8
  71. package/esm2022/lib/components/euim-data-summary/euim-data-summary-col-label/euim-data-summary-col-label.directive.mjs +23 -13
  72. package/esm2022/lib/components/euim-data-summary/euim-data-summary-col-value/euim-data-summary-col-value.directive.mjs +14 -13
  73. package/esm2022/lib/components/euim-data-summary/euim-data-summary.component.mjs +26 -17
  74. package/esm2022/lib/components/euim-empty-list-placeholder/euim-empty-list-placeholder.component.mjs +6 -7
  75. package/esm2022/lib/components/euim-fieldset/euim-fieldset-actions/euim-fieldset-actions.component.mjs +4 -6
  76. package/esm2022/lib/components/euim-fieldset/euim-fieldset-legend/euim-fieldset-legend.component.mjs +4 -6
  77. package/esm2022/lib/components/euim-fieldset/euim-fieldset.component.mjs +4 -6
  78. package/esm2022/lib/components/euim-media-header/euim-media-header.component.mjs +27 -17
  79. package/esm2022/lib/components/euim-menu/euim-menu.component.mjs +10 -12
  80. package/esm2022/lib/components/euim-message/euim-message-title/euim-message-title.component.mjs +4 -6
  81. package/esm2022/lib/components/euim-message/euim-message.component.mjs +37 -98
  82. package/esm2022/lib/components/euim-scroller-x/euim-scroller-x.component.mjs +9 -10
  83. package/esm2022/lib/components/euim-skeleton-list/euim-skeleton-list.component.mjs +4 -4
  84. package/esm2022/lib/components/euim-slider/euim-slider.component.mjs +6 -11
  85. package/esm2022/lib/components/euim-slider-info-screen/euim-slider-info-screen.component.mjs +6 -11
  86. package/esm2022/lib/components/euim-spinner/euim-spinner-description/euim-spinner-description.component.mjs +9 -15
  87. package/esm2022/lib/components/euim-spinner/euim-spinner-message/euim-spinner-message.component.mjs +9 -15
  88. package/esm2022/lib/components/euim-spinner/euim-spinner.component.mjs +7 -13
  89. package/esm2022/lib/components/euim-stepper/euim-stepper.component.mjs +14 -8
  90. package/esm2022/lib/components/layout/euim-app/euim-app-sidebar/sidebar.component.mjs +4 -6
  91. package/esm2022/lib/components/layout/euim-app/euim-app.component.mjs +3 -5
  92. package/esm2022/lib/components/layout/euim-info-screen/euim-info-screen.component.mjs +5 -10
  93. package/esm2022/lib/components/layout/euim-language-selector/euim-language-list.component.mjs +5 -7
  94. package/esm2022/lib/components/layout/euim-language-selector/euim-language-selector.component.mjs +20 -21
  95. package/esm2022/lib/components/layout/euim-toolbar/euim-toolbar-action-items/euim-toolbar-action-items.component.mjs +10 -12
  96. package/esm2022/lib/components/layout/euim-toolbar/euim-toolbar-title/euim-toolbar-title.component.mjs +10 -12
  97. package/esm2022/lib/components/layout/euim-toolbar/euim-toolbar.component.mjs +20 -14
  98. package/esm2022/lib/components/layout/euim-user-profile/euim-user-profile-action/euim-user-profile-action.component.mjs +4 -6
  99. package/esm2022/lib/components/layout/euim-user-profile/euim-user-profile-avatar/euim-user-profile-avatar.component.mjs +4 -6
  100. package/esm2022/lib/components/layout/euim-user-profile/euim-user-profile-infos/euim-user-profile-infos.component.mjs +4 -6
  101. package/esm2022/lib/components/layout/euim-user-profile/euim-user-profile-infos-item/euim-user-profile-infos-item.component.mjs +4 -6
  102. package/esm2022/lib/components/layout/euim-user-profile/euim-user-profile.component.mjs +4 -6
  103. package/fesm2022/eui-mobile-core.mjs +665 -1088
  104. package/fesm2022/eui-mobile-core.mjs.map +1 -1
  105. package/lib/components/atoms/euim-control-feedback/euim-control-feedback.component.d.ts +6 -20
  106. package/lib/components/atoms/euim-control-feedback/euim-control-feedback.component.d.ts.map +1 -1
  107. package/lib/components/atoms/euim-label/euim-label.component.d.ts +10 -16
  108. package/lib/components/atoms/euim-label/euim-label.component.d.ts.map +1 -1
  109. package/lib/components/atoms/euim-notification-item/euim-notification-item.component.d.ts +6 -3
  110. package/lib/components/atoms/euim-notification-item/euim-notification-item.component.d.ts.map +1 -1
  111. package/lib/components/euim-alert-message/euim-alert-messsage.component.d.ts +2 -4
  112. package/lib/components/euim-alert-message/euim-alert-messsage.component.d.ts.map +1 -1
  113. package/lib/components/euim-avatar/euim-avatar.component.d.ts +2 -4
  114. package/lib/components/euim-avatar/euim-avatar.component.d.ts.map +1 -1
  115. package/lib/components/euim-avatar-icon/euim-avatar-icon.component.d.ts +1 -2
  116. package/lib/components/euim-avatar-icon/euim-avatar-icon.component.d.ts.map +1 -1
  117. package/lib/components/euim-badge/euim-badge.component.d.ts.map +1 -1
  118. package/lib/components/euim-chip-selector/euim-chip-selector-item/euim-chip-selector-item.directive.d.ts +4 -8
  119. package/lib/components/euim-chip-selector/euim-chip-selector-item/euim-chip-selector-item.directive.d.ts.map +1 -1
  120. package/lib/components/euim-chip-selector/euim-chip-selector.component.d.ts +3 -4
  121. package/lib/components/euim-chip-selector/euim-chip-selector.component.d.ts.map +1 -1
  122. package/lib/components/euim-data-summary/euim-data-summary-col-label/euim-data-summary-col-label.directive.d.ts +7 -5
  123. package/lib/components/euim-data-summary/euim-data-summary-col-label/euim-data-summary-col-label.directive.d.ts.map +1 -1
  124. package/lib/components/euim-data-summary/euim-data-summary-col-value/euim-data-summary-col-value.directive.d.ts +5 -4
  125. package/lib/components/euim-data-summary/euim-data-summary-col-value/euim-data-summary-col-value.directive.d.ts.map +1 -1
  126. package/lib/components/euim-data-summary/euim-data-summary.component.d.ts +7 -5
  127. package/lib/components/euim-data-summary/euim-data-summary.component.d.ts.map +1 -1
  128. package/lib/components/euim-empty-list-placeholder/euim-empty-list-placeholder.component.d.ts +1 -2
  129. package/lib/components/euim-empty-list-placeholder/euim-empty-list-placeholder.component.d.ts.map +1 -1
  130. package/lib/components/euim-fieldset/euim-fieldset-actions/euim-fieldset-actions.component.d.ts +1 -2
  131. package/lib/components/euim-fieldset/euim-fieldset-actions/euim-fieldset-actions.component.d.ts.map +1 -1
  132. package/lib/components/euim-fieldset/euim-fieldset-legend/euim-fieldset-legend.component.d.ts +1 -2
  133. package/lib/components/euim-fieldset/euim-fieldset-legend/euim-fieldset-legend.component.d.ts.map +1 -1
  134. package/lib/components/euim-fieldset/euim-fieldset.component.d.ts +1 -2
  135. package/lib/components/euim-fieldset/euim-fieldset.component.d.ts.map +1 -1
  136. package/lib/components/euim-media-header/euim-media-header.component.d.ts +6 -3
  137. package/lib/components/euim-media-header/euim-media-header.component.d.ts.map +1 -1
  138. package/lib/components/euim-menu/euim-menu.component.d.ts +4 -6
  139. package/lib/components/euim-menu/euim-menu.component.d.ts.map +1 -1
  140. package/lib/components/euim-message/euim-message-title/euim-message-title.component.d.ts +1 -2
  141. package/lib/components/euim-message/euim-message-title/euim-message-title.component.d.ts.map +1 -1
  142. package/lib/components/euim-message/euim-message.component.d.ts +6 -20
  143. package/lib/components/euim-message/euim-message.component.d.ts.map +1 -1
  144. package/lib/components/euim-scroller-x/euim-scroller-x.component.d.ts +2 -3
  145. package/lib/components/euim-scroller-x/euim-scroller-x.component.d.ts.map +1 -1
  146. package/lib/components/euim-skeleton-list/euim-skeleton-list.component.d.ts.map +1 -1
  147. package/lib/components/euim-slider/euim-slider.component.d.ts +1 -2
  148. package/lib/components/euim-slider/euim-slider.component.d.ts.map +1 -1
  149. package/lib/components/euim-slider-info-screen/euim-slider-info-screen.component.d.ts +1 -2
  150. package/lib/components/euim-slider-info-screen/euim-slider-info-screen.component.d.ts.map +1 -1
  151. package/lib/components/euim-spinner/euim-spinner-description/euim-spinner-description.component.d.ts +2 -4
  152. package/lib/components/euim-spinner/euim-spinner-description/euim-spinner-description.component.d.ts.map +1 -1
  153. package/lib/components/euim-spinner/euim-spinner-message/euim-spinner-message.component.d.ts +2 -4
  154. package/lib/components/euim-spinner/euim-spinner-message/euim-spinner-message.component.d.ts.map +1 -1
  155. package/lib/components/euim-spinner/euim-spinner.component.d.ts +2 -4
  156. package/lib/components/euim-spinner/euim-spinner.component.d.ts.map +1 -1
  157. package/lib/components/euim-stepper/euim-stepper.component.d.ts +4 -4
  158. package/lib/components/euim-stepper/euim-stepper.component.d.ts.map +1 -1
  159. package/lib/components/layout/euim-app/euim-app-sidebar/sidebar.component.d.ts +1 -2
  160. package/lib/components/layout/euim-app/euim-app-sidebar/sidebar.component.d.ts.map +1 -1
  161. package/lib/components/layout/euim-app/euim-app.component.d.ts +1 -2
  162. package/lib/components/layout/euim-app/euim-app.component.d.ts.map +1 -1
  163. package/lib/components/layout/euim-info-screen/euim-info-screen.component.d.ts +1 -2
  164. package/lib/components/layout/euim-info-screen/euim-info-screen.component.d.ts.map +1 -1
  165. package/lib/components/layout/euim-language-selector/euim-language-list.component.d.ts +1 -2
  166. package/lib/components/layout/euim-language-selector/euim-language-list.component.d.ts.map +1 -1
  167. package/lib/components/layout/euim-language-selector/euim-language-selector.component.d.ts +7 -7
  168. package/lib/components/layout/euim-language-selector/euim-language-selector.component.d.ts.map +1 -1
  169. package/lib/components/layout/euim-toolbar/euim-toolbar-action-items/euim-toolbar-action-items.component.d.ts +2 -3
  170. package/lib/components/layout/euim-toolbar/euim-toolbar-action-items/euim-toolbar-action-items.component.d.ts.map +1 -1
  171. package/lib/components/layout/euim-toolbar/euim-toolbar-title/euim-toolbar-title.component.d.ts +2 -3
  172. package/lib/components/layout/euim-toolbar/euim-toolbar-title/euim-toolbar-title.component.d.ts.map +1 -1
  173. package/lib/components/layout/euim-toolbar/euim-toolbar.component.d.ts +6 -6
  174. package/lib/components/layout/euim-toolbar/euim-toolbar.component.d.ts.map +1 -1
  175. package/lib/components/layout/euim-user-profile/euim-user-profile-action/euim-user-profile-action.component.d.ts +1 -2
  176. package/lib/components/layout/euim-user-profile/euim-user-profile-action/euim-user-profile-action.component.d.ts.map +1 -1
  177. package/lib/components/layout/euim-user-profile/euim-user-profile-avatar/euim-user-profile-avatar.component.d.ts +1 -2
  178. package/lib/components/layout/euim-user-profile/euim-user-profile-avatar/euim-user-profile-avatar.component.d.ts.map +1 -1
  179. package/lib/components/layout/euim-user-profile/euim-user-profile-infos/euim-user-profile-infos.component.d.ts +1 -2
  180. package/lib/components/layout/euim-user-profile/euim-user-profile-infos/euim-user-profile-infos.component.d.ts.map +1 -1
  181. package/lib/components/layout/euim-user-profile/euim-user-profile-infos-item/euim-user-profile-infos-item.component.d.ts +1 -2
  182. package/lib/components/layout/euim-user-profile/euim-user-profile-infos-item/euim-user-profile-infos-item.component.d.ts.map +1 -1
  183. package/lib/components/layout/euim-user-profile/euim-user-profile.component.d.ts +1 -2
  184. package/lib/components/layout/euim-user-profile/euim-user-profile.component.d.ts.map +1 -1
  185. package/package.json +2 -2
  186. package/docs/directives/EuimBaseDirective.html +0 -2930
  187. package/esm2022/lib/components/euim-base.directive.mjs +0 -286
  188. package/lib/components/euim-base.directive.d.ts +0 -86
  189. package/lib/components/euim-base.directive.d.ts.map +0 -1
@@ -59,12 +59,6 @@
59
59
 
60
60
 
61
61
 
62
- <p class="comment">
63
- <h3>Extends</h3>
64
- </p>
65
- <p class="comment">
66
- <code><a href="../directives/EuimBaseDirective.html" target="_self" >EuimBaseDirective</a></code>
67
- </p>
68
62
 
69
63
 
70
64
 
@@ -83,6 +77,14 @@
83
77
  <td class="col-md-9"><code>ViewEncapsulation.None</code></td>
84
78
  </tr>
85
79
 
80
+ <tr>
81
+ <td class="col-md-3">HostDirectives</td>
82
+ <td class="col-md-9">
83
+ <code><a href="../directives/BaseStatesDirective.html" target="_self" >BaseStatesDirective</a></code>
84
+ <br/>
85
+ <div><i>&nbsp;Inputs</i> : euimInfo&nbsp;euimSuccess&nbsp;euimWarning&nbsp;euimDanger&nbsp;euimVariant&nbsp;</div>
86
+ </td>
87
+ </tr>
86
88
 
87
89
 
88
90
 
@@ -135,85 +137,8 @@
135
137
  <td class="col-md-4">
136
138
  <ul class="index-list">
137
139
  <li>
138
- <a href="#_euimDanger" >_euimDanger</a>
139
- </li>
140
- <li>
141
- <a href="#_euimInfo" >_euimInfo</a>
142
- </li>
143
- <li>
144
- <a href="#_euimSuccess" >_euimSuccess</a>
145
- </li>
146
- <li>
147
- <a href="#_euimWarning" >_euimWarning</a>
148
- </li>
149
- <li>
150
- <a href="#_variant" >_variant</a>
151
- </li>
152
- <li>
153
- <a href="#_euimAccent" >_euimAccent</a>
154
- </li>
155
- <li>
156
- <a href="#_euimClear" >_euimClear</a>
157
- </li>
158
- <li>
159
- <a href="#_euimDark" >_euimDark</a>
160
- </li>
161
- <li>
162
- <a href="#_euimDefault" >_euimDefault</a>
163
- </li>
164
- <li>
165
- <a href="#_euimFontBold" >_euimFontBold</a>
166
- </li>
167
- <li>
168
- <a href="#_euimFontBoldItalic" >_euimFontBoldItalic</a>
169
- </li>
170
- <li>
171
- <a href="#_euimFontItalic" >_euimFontItalic</a>
172
- </li>
173
- <li>
174
- <a href="#_euimFontLight" >_euimFontLight</a>
175
- </li>
176
- <li>
177
- <a href="#_euimFontRegular" >_euimFontRegular</a>
178
- </li>
179
- <li>
180
- <a href="#_euimInverted" >_euimInverted</a>
181
- </li>
182
- <li>
183
- <a href="#_euimLight" >_euimLight</a>
184
- </li>
185
- <li>
186
- <a href="#_euimPrimary" >_euimPrimary</a>
187
- </li>
188
- <li>
189
- <a href="#_euimSecondary" >_euimSecondary</a>
190
- </li>
191
- <li>
192
- <a href="#_euimSize2XL" >_euimSize2XL</a>
193
- </li>
194
- <li>
195
- <a href="#_euimSize2XS" >_euimSize2XS</a>
196
- </li>
197
- <li>
198
- <a href="#_euimSize3XL" >_euimSize3XL</a>
199
- </li>
200
- <li>
201
- <a href="#_euimSize4XL" >_euimSize4XL</a>
202
- </li>
203
- <li>
204
- <a href="#_euimSizeL" >_euimSizeL</a>
205
- </li>
206
- <li>
207
- <a href="#_euimSizeM" >_euimSizeM</a>
208
- </li>
209
- <li>
210
- <a href="#_euimSizeS" >_euimSizeS</a>
211
- </li>
212
- <li>
213
- <a href="#_euimSizeXL" >_euimSizeXL</a>
214
- </li>
215
- <li>
216
- <a href="#_euimSizeXS" >_euimSizeXS</a>
140
+ <span class="modifier">Public</span>
141
+ <a href="#baseStatesDirective" >baseStatesDirective</a>
217
142
  </li>
218
143
  </ul>
219
144
  </td>
@@ -230,108 +155,10 @@
230
155
  <li>
231
156
  <a href="#getCssClasses" >getCssClasses</a>
232
157
  </li>
233
- <li>
234
- <a href="#resetVariantType" >resetVariantType</a>
235
- </li>
236
158
  </ul>
237
159
  </td>
238
160
  </tr>
239
161
 
240
- <tr>
241
- <td class="col-md-4">
242
- <h6><b>Inputs</b></h6>
243
- </td>
244
- </tr>
245
- <tr>
246
- <td class="col-md-4">
247
- <ul class="index-list">
248
- <li>
249
- <a href="#euimDanger" >euimDanger</a>
250
- </li>
251
- <li>
252
- <a href="#euimInfo" >euimInfo</a>
253
- </li>
254
- <li>
255
- <a href="#euimSuccess" >euimSuccess</a>
256
- </li>
257
- <li>
258
- <a href="#euimWarning" >euimWarning</a>
259
- </li>
260
- <li>
261
- <a href="#variant" >variant</a>
262
- </li>
263
- <li>
264
- <a href="#e2eAttr" >e2eAttr</a>
265
- </li>
266
- <li>
267
- <a href="#euimAccent" >euimAccent</a>
268
- </li>
269
- <li>
270
- <a href="#euimClear" >euimClear</a>
271
- </li>
272
- <li>
273
- <a href="#euimDark" >euimDark</a>
274
- </li>
275
- <li>
276
- <a href="#euimDefault" >euimDefault</a>
277
- </li>
278
- <li>
279
- <a href="#euimFontBold" >euimFontBold</a>
280
- </li>
281
- <li>
282
- <a href="#euimFontBoldItalic" >euimFontBoldItalic</a>
283
- </li>
284
- <li>
285
- <a href="#euimFontItalic" >euimFontItalic</a>
286
- </li>
287
- <li>
288
- <a href="#euimFontLight" >euimFontLight</a>
289
- </li>
290
- <li>
291
- <a href="#euimFontRegular" >euimFontRegular</a>
292
- </li>
293
- <li>
294
- <a href="#euimInverted" >euimInverted</a>
295
- </li>
296
- <li>
297
- <a href="#euimLight" >euimLight</a>
298
- </li>
299
- <li>
300
- <a href="#euimPrimary" >euimPrimary</a>
301
- </li>
302
- <li>
303
- <a href="#euimSecondary" >euimSecondary</a>
304
- </li>
305
- <li>
306
- <a href="#euimSize2XL" >euimSize2XL</a>
307
- </li>
308
- <li>
309
- <a href="#euimSize2XS" >euimSize2XS</a>
310
- </li>
311
- <li>
312
- <a href="#euimSize3XL" >euimSize3XL</a>
313
- </li>
314
- <li>
315
- <a href="#euimSize4XL" >euimSize4XL</a>
316
- </li>
317
- <li>
318
- <a href="#euimSizeL" >euimSizeL</a>
319
- </li>
320
- <li>
321
- <a href="#euimSizeM" >euimSizeM</a>
322
- </li>
323
- <li>
324
- <a href="#euimSizeS" >euimSizeS</a>
325
- </li>
326
- <li>
327
- <a href="#euimSizeXL" >euimSizeXL</a>
328
- </li>
329
- <li>
330
- <a href="#euimSizeXS" >euimSizeXS</a>
331
- </li>
332
- </ul>
333
- </td>
334
- </tr>
335
162
 
336
163
 
337
164
  <tr>
@@ -358,24 +185,6 @@
358
185
  <tr>
359
186
  <td class="col-md-4">
360
187
  <ul class="index-list">
361
- <li>
362
- <a href="#euimInfo" >euimInfo</a>
363
- </li>
364
- <li>
365
- <a href="#euimSuccess" >euimSuccess</a>
366
- </li>
367
- <li>
368
- <a href="#euimWarning" >euimWarning</a>
369
- </li>
370
- <li>
371
- <a href="#euimDanger" >euimDanger</a>
372
- </li>
373
- <li>
374
- <a href="#variant" >variant</a>
375
- </li>
376
- <li>
377
- <a href="#color" >color</a>
378
- </li>
379
188
  <li>
380
189
  <a href="#icon" >icon</a>
381
190
  </li>
@@ -389,1097 +198,135 @@
389
198
  </table>
390
199
  </section>
391
200
 
392
-
393
- <section data-compodoc="block-inputs">
394
- <h3 id="inputs">Inputs</h3>
201
+ <section data-compodoc="block-constructor">
202
+ <h3 id="constructor">Constructor</h3>
395
203
  <table class="table table-sm table-bordered">
396
204
  <tbody>
397
205
  <tr>
398
206
  <td class="col-md-4">
399
- <a name="euimDanger"></a>
400
- <b>euimDanger</b>
207
+ <code>constructor(baseStatesDirective: <a href="../directives/BaseStatesDirective.html" target="_self">BaseStatesDirective</a>)</code>
401
208
  </td>
402
209
  </tr>
403
- <tr>
404
- <td class="col-md-4">
405
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
406
210
 
407
- </td>
408
- </tr>
409
- </tbody>
410
- </table>
411
- <table class="table table-sm table-bordered">
412
- <tbody>
413
211
  <tr>
414
212
  <td class="col-md-4">
415
- <a name="euimInfo"></a>
416
- <b>euimInfo</b>
417
- </td>
418
- </tr>
419
- <tr>
420
- <td class="col-md-4">
421
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
422
-
213
+ <div>
214
+ <b>Parameters :</b>
215
+ <table class="params">
216
+ <thead>
217
+ <tr>
218
+ <td>Name</td>
219
+ <td>Type</td>
220
+ <td>Optional</td>
221
+ </tr>
222
+ </thead>
223
+ <tbody>
224
+ <tr>
225
+ <td>baseStatesDirective</td>
226
+
227
+ <td>
228
+ <code><a href="../directives/BaseStatesDirective.html" target="_self" >BaseStatesDirective</a></code>
229
+ </td>
230
+
231
+ <td>
232
+ No
233
+ </td>
234
+
235
+ </tr>
236
+ </tbody>
237
+ </table>
238
+ </div>
423
239
  </td>
424
240
  </tr>
425
241
  </tbody>
426
242
  </table>
427
- <table class="table table-sm table-bordered">
428
- <tbody>
429
- <tr>
430
- <td class="col-md-4">
431
- <a name="euimSuccess"></a>
432
- <b>euimSuccess</b>
433
- </td>
434
- </tr>
435
- <tr>
436
- <td class="col-md-4">
437
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
243
+ </section>
438
244
 
439
- </td>
440
- </tr>
441
- </tbody>
442
- </table>
443
- <table class="table table-sm table-bordered">
444
- <tbody>
445
- <tr>
446
- <td class="col-md-4">
447
- <a name="euimWarning"></a>
448
- <b>euimWarning</b>
449
- </td>
450
- </tr>
451
- <tr>
452
- <td class="col-md-4">
453
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
454
245
 
455
- </td>
456
- </tr>
457
- </tbody>
458
- </table>
459
- <table class="table table-sm table-bordered">
460
- <tbody>
461
- <tr>
462
- <td class="col-md-4">
463
- <a name="variant"></a>
464
- <b>variant</b>
465
- </td>
466
- </tr>
467
- <tr>
468
- <td class="col-md-4">
469
- <i>Type : </i> <code><a href="../miscellaneous/typealiases.html#VariantTypes" target="_self" >VariantTypes</a></code>
470
246
 
471
- </td>
472
- </tr>
473
- </tbody>
474
- </table>
475
- <table class="table table-sm table-bordered">
476
- <tbody>
477
- <tr>
478
- <td class="col-md-4">
479
- <a name="e2eAttr"></a>
480
- <b>e2eAttr</b>
481
- </td>
482
- </tr>
247
+ <section data-compodoc="block-properties">
248
+ <h3>HostBindings</h3> <table class="table table-sm table-bordered">
249
+ <tbody>
250
+ <tr>
251
+ <td class="col-md-4">
252
+ <a name="class"></a>
253
+ <span class="name">
254
+ <span ><b>class</b></span>
255
+ <a href="#class"><span class="icon ion-ios-link"></span></a>
256
+ </span>
257
+ </td>
258
+ </tr>
483
259
  <tr>
484
260
  <td class="col-md-4">
485
- <i>Type : </i> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >any</a></code>
261
+ <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
486
262
 
487
263
  </td>
488
264
  </tr>
489
- </tbody>
490
- </table>
491
- <table class="table table-sm table-bordered">
492
- <tbody>
493
- <tr>
494
- <td class="col-md-4">
495
- <a name="euimAccent"></a>
496
- <b>euimAccent</b>
497
- </td>
498
- </tr>
499
- <tr>
500
- <td class="col-md-4">
501
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
502
265
 
503
- </td>
504
- </tr>
505
- </tbody>
506
- </table>
507
- <table class="table table-sm table-bordered">
508
- <tbody>
509
- <tr>
510
- <td class="col-md-4">
511
- <a name="euimClear"></a>
512
- <b>euimClear</b>
513
- </td>
514
- </tr>
515
- <tr>
516
- <td class="col-md-4">
517
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
518
266
 
519
- </td>
520
- </tr>
521
- </tbody>
522
- </table>
523
- <table class="table table-sm table-bordered">
524
- <tbody>
525
- <tr>
526
- <td class="col-md-4">
527
- <a name="euimDark"></a>
528
- <b>euimDark</b>
529
- </td>
530
- </tr>
531
- <tr>
532
- <td class="col-md-4">
533
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
534
-
535
- </td>
536
- </tr>
537
- </tbody>
538
- </table>
539
- <table class="table table-sm table-bordered">
540
- <tbody>
541
- <tr>
542
- <td class="col-md-4">
543
- <a name="euimDefault"></a>
544
- <b>euimDefault</b>
545
- </td>
546
- </tr>
547
- <tr>
548
- <td class="col-md-4">
549
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
550
-
551
- </td>
552
- </tr>
553
- </tbody>
554
- </table>
555
- <table class="table table-sm table-bordered">
556
- <tbody>
557
- <tr>
558
- <td class="col-md-4">
559
- <a name="euimFontBold"></a>
560
- <b>euimFontBold</b>
561
- </td>
562
- </tr>
563
- <tr>
564
- <td class="col-md-4">
565
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
566
-
567
- </td>
568
- </tr>
569
- </tbody>
570
- </table>
571
- <table class="table table-sm table-bordered">
572
- <tbody>
573
- <tr>
574
- <td class="col-md-4">
575
- <a name="euimFontBoldItalic"></a>
576
- <b>euimFontBoldItalic</b>
577
- </td>
578
- </tr>
579
- <tr>
580
- <td class="col-md-4">
581
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
582
-
583
- </td>
584
- </tr>
585
- </tbody>
586
- </table>
587
- <table class="table table-sm table-bordered">
588
- <tbody>
589
- <tr>
590
- <td class="col-md-4">
591
- <a name="euimFontItalic"></a>
592
- <b>euimFontItalic</b>
593
- </td>
594
- </tr>
595
- <tr>
596
- <td class="col-md-4">
597
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
598
-
599
- </td>
600
- </tr>
601
- </tbody>
602
- </table>
603
- <table class="table table-sm table-bordered">
604
- <tbody>
605
- <tr>
606
- <td class="col-md-4">
607
- <a name="euimFontLight"></a>
608
- <b>euimFontLight</b>
609
- </td>
610
- </tr>
611
- <tr>
612
- <td class="col-md-4">
613
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
614
-
615
- </td>
616
- </tr>
617
- </tbody>
618
- </table>
619
- <table class="table table-sm table-bordered">
620
- <tbody>
621
- <tr>
622
- <td class="col-md-4">
623
- <a name="euimFontRegular"></a>
624
- <b>euimFontRegular</b>
625
- </td>
626
- </tr>
627
- <tr>
628
- <td class="col-md-4">
629
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
630
-
631
- </td>
632
- </tr>
633
- </tbody>
634
- </table>
635
- <table class="table table-sm table-bordered">
636
- <tbody>
637
- <tr>
638
- <td class="col-md-4">
639
- <a name="euimInverted"></a>
640
- <b>euimInverted</b>
641
- </td>
642
- </tr>
643
- <tr>
644
- <td class="col-md-4">
645
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
646
-
647
- </td>
648
- </tr>
649
- </tbody>
650
- </table>
651
- <table class="table table-sm table-bordered">
652
- <tbody>
653
- <tr>
654
- <td class="col-md-4">
655
- <a name="euimLight"></a>
656
- <b>euimLight</b>
657
- </td>
658
- </tr>
659
- <tr>
660
- <td class="col-md-4">
661
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
662
-
663
- </td>
664
- </tr>
665
- </tbody>
666
- </table>
667
- <table class="table table-sm table-bordered">
668
- <tbody>
669
- <tr>
670
- <td class="col-md-4">
671
- <a name="euimPrimary"></a>
672
- <b>euimPrimary</b>
673
- </td>
674
- </tr>
675
- <tr>
676
- <td class="col-md-4">
677
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
678
-
679
- </td>
680
- </tr>
681
- </tbody>
682
- </table>
683
- <table class="table table-sm table-bordered">
684
- <tbody>
685
- <tr>
686
- <td class="col-md-4">
687
- <a name="euimSecondary"></a>
688
- <b>euimSecondary</b>
689
- </td>
690
- </tr>
691
- <tr>
692
- <td class="col-md-4">
693
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
694
-
695
- </td>
696
- </tr>
697
- </tbody>
698
- </table>
699
- <table class="table table-sm table-bordered">
700
- <tbody>
701
- <tr>
702
- <td class="col-md-4">
703
- <a name="euimSize2XL"></a>
704
- <b>euimSize2XL</b>
705
- </td>
706
- </tr>
707
- <tr>
708
- <td class="col-md-4">
709
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
710
-
711
- </td>
712
- </tr>
713
- </tbody>
714
- </table>
715
- <table class="table table-sm table-bordered">
716
- <tbody>
717
- <tr>
718
- <td class="col-md-4">
719
- <a name="euimSize2XS"></a>
720
- <b>euimSize2XS</b>
721
- </td>
722
- </tr>
723
- <tr>
724
- <td class="col-md-4">
725
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
726
-
727
- </td>
728
- </tr>
729
- </tbody>
730
- </table>
731
- <table class="table table-sm table-bordered">
732
- <tbody>
733
- <tr>
734
- <td class="col-md-4">
735
- <a name="euimSize3XL"></a>
736
- <b>euimSize3XL</b>
737
- </td>
738
- </tr>
739
- <tr>
740
- <td class="col-md-4">
741
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
742
-
743
- </td>
744
- </tr>
745
- </tbody>
746
- </table>
747
- <table class="table table-sm table-bordered">
748
- <tbody>
749
- <tr>
750
- <td class="col-md-4">
751
- <a name="euimSize4XL"></a>
752
- <b>euimSize4XL</b>
753
- </td>
754
- </tr>
755
- <tr>
756
- <td class="col-md-4">
757
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
758
-
759
- </td>
760
- </tr>
761
- </tbody>
762
- </table>
763
- <table class="table table-sm table-bordered">
764
- <tbody>
765
- <tr>
766
- <td class="col-md-4">
767
- <a name="euimSizeL"></a>
768
- <b>euimSizeL</b>
769
- </td>
770
- </tr>
771
- <tr>
772
- <td class="col-md-4">
773
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
774
-
775
- </td>
776
- </tr>
777
- </tbody>
778
- </table>
779
- <table class="table table-sm table-bordered">
780
- <tbody>
781
- <tr>
782
- <td class="col-md-4">
783
- <a name="euimSizeM"></a>
784
- <b>euimSizeM</b>
785
- </td>
786
- </tr>
787
- <tr>
788
- <td class="col-md-4">
789
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
790
-
791
- </td>
792
- </tr>
793
- </tbody>
794
- </table>
795
- <table class="table table-sm table-bordered">
796
- <tbody>
797
- <tr>
798
- <td class="col-md-4">
799
- <a name="euimSizeS"></a>
800
- <b>euimSizeS</b>
801
- </td>
802
- </tr>
803
- <tr>
804
- <td class="col-md-4">
805
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
806
-
807
- </td>
808
- </tr>
809
- </tbody>
810
- </table>
811
- <table class="table table-sm table-bordered">
812
- <tbody>
813
- <tr>
814
- <td class="col-md-4">
815
- <a name="euimSizeXL"></a>
816
- <b>euimSizeXL</b>
817
- </td>
818
- </tr>
819
- <tr>
820
- <td class="col-md-4">
821
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
822
-
823
- </td>
824
- </tr>
825
- </tbody>
826
- </table>
827
- <table class="table table-sm table-bordered">
828
- <tbody>
829
- <tr>
830
- <td class="col-md-4">
831
- <a name="euimSizeXS"></a>
832
- <b>euimSizeXS</b>
833
- </td>
834
- </tr>
835
- <tr>
836
- <td class="col-md-4">
837
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
838
-
839
- </td>
840
- </tr>
841
- </tbody>
842
- </table>
843
- </section>
844
-
845
- <section data-compodoc="block-properties">
846
- <h3>HostBindings</h3> <table class="table table-sm table-bordered">
847
- <tbody>
848
- <tr>
849
- <td class="col-md-4">
850
- <a name="class"></a>
851
- <span class="name">
852
- <span ><b>class</b></span>
853
- <a href="#class"><span class="icon ion-ios-link"></span></a>
854
- </span>
855
- </td>
856
- </tr>
857
- <tr>
858
- <td class="col-md-4">
859
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
860
-
861
- </td>
862
- </tr>
863
-
864
-
865
- </tbody>
866
- </table>
867
- </section>
868
-
869
-
870
- <section data-compodoc="block-methods">
871
-
872
- <h3 id="methods">
873
- Methods
874
- </h3>
875
- <table class="table table-sm table-bordered">
876
- <tbody>
877
- <tr>
878
- <td class="col-md-4">
879
- <a name="getCssClasses"></a>
880
- <span class="name">
881
- <span ><b>getCssClasses</b></span>
882
- <a href="#getCssClasses"><span class="icon ion-ios-link"></span></a>
883
- </span>
884
- </td>
885
- </tr>
886
- <tr>
887
- <td class="col-md-4">
888
- <code>getCssClasses()</code>
889
- </td>
890
- </tr>
891
-
892
-
893
-
894
-
895
- <tr>
896
- <td class="col-md-4">
897
-
898
- <div class="io-description">
899
- <b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
900
-
901
- </div>
902
- </td>
903
- </tr>
904
- </tbody>
905
- </table>
906
- <table class="table table-sm table-bordered">
907
- <tbody>
908
- <tr>
909
- <td class="col-md-4">
910
- <a name="resetVariantType"></a>
911
- <span class="name">
912
- <span ><b>resetVariantType</b></span>
913
- <a href="#resetVariantType"><span class="icon ion-ios-link"></span></a>
914
- </span>
915
- </td>
916
- </tr>
917
- <tr>
918
- <td class="col-md-4">
919
- <code>resetVariantType()</code>
920
- </td>
921
- </tr>
922
-
923
-
924
-
925
-
926
- <tr>
927
- <td class="col-md-4">
928
-
929
- <div class="io-description">
930
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
931
-
932
- </div>
933
- </td>
934
- </tr>
935
- </tbody>
936
- </table>
937
- </section>
938
- <section data-compodoc="block-properties">
939
-
940
- <h3 id="inputs">
941
- Properties
942
- </h3>
943
- <table class="table table-sm table-bordered">
944
- <tbody>
945
- <tr>
946
- <td class="col-md-4">
947
- <a name="_euimDanger"></a>
948
- <span class="name">
949
- <span ><b>_euimDanger</b></span>
950
- <a href="#_euimDanger"><span class="icon ion-ios-link"></span></a>
951
- </span>
952
- </td>
953
- </tr>
954
- <tr>
955
- <td class="col-md-4">
956
- <i>Default value : </i><code>false</code>
957
- </td>
958
- </tr>
959
-
960
-
961
- </tbody>
962
- </table>
963
- <table class="table table-sm table-bordered">
964
- <tbody>
965
- <tr>
966
- <td class="col-md-4">
967
- <a name="_euimInfo"></a>
968
- <span class="name">
969
- <span ><b>_euimInfo</b></span>
970
- <a href="#_euimInfo"><span class="icon ion-ios-link"></span></a>
971
- </span>
972
- </td>
973
- </tr>
974
- <tr>
975
- <td class="col-md-4">
976
- <i>Default value : </i><code>true</code>
977
- </td>
978
- </tr>
979
-
980
-
981
- </tbody>
982
- </table>
983
- <table class="table table-sm table-bordered">
984
- <tbody>
985
- <tr>
986
- <td class="col-md-4">
987
- <a name="_euimSuccess"></a>
988
- <span class="name">
989
- <span ><b>_euimSuccess</b></span>
990
- <a href="#_euimSuccess"><span class="icon ion-ios-link"></span></a>
991
- </span>
992
- </td>
993
- </tr>
994
- <tr>
995
- <td class="col-md-4">
996
- <i>Default value : </i><code>false</code>
997
- </td>
998
- </tr>
999
-
1000
-
1001
- </tbody>
1002
- </table>
1003
- <table class="table table-sm table-bordered">
1004
- <tbody>
1005
- <tr>
1006
- <td class="col-md-4">
1007
- <a name="_euimWarning"></a>
1008
- <span class="name">
1009
- <span ><b>_euimWarning</b></span>
1010
- <a href="#_euimWarning"><span class="icon ion-ios-link"></span></a>
1011
- </span>
1012
- </td>
1013
- </tr>
1014
- <tr>
1015
- <td class="col-md-4">
1016
- <i>Default value : </i><code>false</code>
1017
- </td>
1018
- </tr>
1019
-
1020
-
1021
- </tbody>
1022
- </table>
1023
- <table class="table table-sm table-bordered">
1024
- <tbody>
1025
- <tr>
1026
- <td class="col-md-4">
1027
- <a name="_variant"></a>
1028
- <span class="name">
1029
- <span ><b>_variant</b></span>
1030
- <a href="#_variant"><span class="icon ion-ios-link"></span></a>
1031
- </span>
1032
- </td>
1033
- </tr>
1034
- <tr>
1035
- <td class="col-md-4">
1036
- <i>Type : </i> <code><a href="../miscellaneous/typealiases.html#VariantTypes" target="_self" >VariantTypes</a></code>
1037
-
1038
- </td>
1039
- </tr>
1040
- <tr>
1041
- <td class="col-md-4">
1042
- <i>Default value : </i><code>&#x27;info&#x27;</code>
1043
- </td>
1044
- </tr>
1045
-
1046
-
1047
- </tbody>
1048
- </table>
1049
- <table class="table table-sm table-bordered">
1050
- <tbody>
1051
- <tr>
1052
- <td class="col-md-4">
1053
- <a name="_euimAccent"></a>
1054
- <span class="name">
1055
- <span ><b>_euimAccent</b></span>
1056
- <a href="#_euimAccent"><span class="icon ion-ios-link"></span></a>
1057
- </span>
1058
- </td>
1059
- </tr>
1060
- <tr>
1061
- <td class="col-md-4">
1062
- <i>Default value : </i><code>false</code>
1063
- </td>
1064
- </tr>
1065
-
1066
-
1067
- </tbody>
1068
- </table>
1069
- <table class="table table-sm table-bordered">
1070
- <tbody>
1071
- <tr>
1072
- <td class="col-md-4">
1073
- <a name="_euimClear"></a>
1074
- <span class="name">
1075
- <span ><b>_euimClear</b></span>
1076
- <a href="#_euimClear"><span class="icon ion-ios-link"></span></a>
1077
- </span>
1078
- </td>
1079
- </tr>
1080
- <tr>
1081
- <td class="col-md-4">
1082
- <i>Default value : </i><code>false</code>
1083
- </td>
1084
- </tr>
1085
-
1086
-
1087
- </tbody>
1088
- </table>
1089
- <table class="table table-sm table-bordered">
1090
- <tbody>
1091
- <tr>
1092
- <td class="col-md-4">
1093
- <a name="_euimDark"></a>
1094
- <span class="name">
1095
- <span ><b>_euimDark</b></span>
1096
- <a href="#_euimDark"><span class="icon ion-ios-link"></span></a>
1097
- </span>
1098
- </td>
1099
- </tr>
1100
- <tr>
1101
- <td class="col-md-4">
1102
- <i>Default value : </i><code>false</code>
1103
- </td>
1104
- </tr>
1105
-
1106
-
1107
- </tbody>
1108
- </table>
1109
- <table class="table table-sm table-bordered">
1110
- <tbody>
1111
- <tr>
1112
- <td class="col-md-4">
1113
- <a name="_euimDefault"></a>
1114
- <span class="name">
1115
- <span ><b>_euimDefault</b></span>
1116
- <a href="#_euimDefault"><span class="icon ion-ios-link"></span></a>
1117
- </span>
1118
- </td>
1119
- </tr>
1120
- <tr>
1121
- <td class="col-md-4">
1122
- <i>Default value : </i><code>false</code>
1123
- </td>
1124
- </tr>
1125
-
1126
-
1127
- </tbody>
1128
- </table>
1129
- <table class="table table-sm table-bordered">
1130
- <tbody>
1131
- <tr>
1132
- <td class="col-md-4">
1133
- <a name="_euimFontBold"></a>
1134
- <span class="name">
1135
- <span ><b>_euimFontBold</b></span>
1136
- <a href="#_euimFontBold"><span class="icon ion-ios-link"></span></a>
1137
- </span>
1138
- </td>
1139
- </tr>
1140
- <tr>
1141
- <td class="col-md-4">
1142
- <i>Default value : </i><code>false</code>
1143
- </td>
1144
- </tr>
1145
-
1146
-
1147
- </tbody>
1148
- </table>
1149
- <table class="table table-sm table-bordered">
1150
- <tbody>
1151
- <tr>
1152
- <td class="col-md-4">
1153
- <a name="_euimFontBoldItalic"></a>
1154
- <span class="name">
1155
- <span ><b>_euimFontBoldItalic</b></span>
1156
- <a href="#_euimFontBoldItalic"><span class="icon ion-ios-link"></span></a>
1157
- </span>
1158
- </td>
1159
- </tr>
1160
- <tr>
1161
- <td class="col-md-4">
1162
- <i>Default value : </i><code>false</code>
1163
- </td>
1164
- </tr>
1165
-
1166
-
1167
- </tbody>
1168
- </table>
1169
- <table class="table table-sm table-bordered">
1170
- <tbody>
1171
- <tr>
1172
- <td class="col-md-4">
1173
- <a name="_euimFontItalic"></a>
1174
- <span class="name">
1175
- <span ><b>_euimFontItalic</b></span>
1176
- <a href="#_euimFontItalic"><span class="icon ion-ios-link"></span></a>
1177
- </span>
1178
- </td>
1179
- </tr>
1180
- <tr>
1181
- <td class="col-md-4">
1182
- <i>Default value : </i><code>false</code>
1183
- </td>
1184
- </tr>
1185
-
1186
-
1187
- </tbody>
1188
- </table>
1189
- <table class="table table-sm table-bordered">
1190
- <tbody>
1191
- <tr>
1192
- <td class="col-md-4">
1193
- <a name="_euimFontLight"></a>
1194
- <span class="name">
1195
- <span ><b>_euimFontLight</b></span>
1196
- <a href="#_euimFontLight"><span class="icon ion-ios-link"></span></a>
1197
- </span>
1198
- </td>
1199
- </tr>
1200
- <tr>
1201
- <td class="col-md-4">
1202
- <i>Default value : </i><code>false</code>
1203
- </td>
1204
- </tr>
1205
-
1206
-
1207
- </tbody>
1208
- </table>
1209
- <table class="table table-sm table-bordered">
1210
- <tbody>
1211
- <tr>
1212
- <td class="col-md-4">
1213
- <a name="_euimFontRegular"></a>
1214
- <span class="name">
1215
- <span ><b>_euimFontRegular</b></span>
1216
- <a href="#_euimFontRegular"><span class="icon ion-ios-link"></span></a>
1217
- </span>
1218
- </td>
1219
- </tr>
1220
- <tr>
1221
- <td class="col-md-4">
1222
- <i>Default value : </i><code>false</code>
1223
- </td>
1224
- </tr>
1225
-
1226
-
1227
- </tbody>
1228
- </table>
1229
- <table class="table table-sm table-bordered">
1230
- <tbody>
1231
- <tr>
1232
- <td class="col-md-4">
1233
- <a name="_euimInverted"></a>
1234
- <span class="name">
1235
- <span ><b>_euimInverted</b></span>
1236
- <a href="#_euimInverted"><span class="icon ion-ios-link"></span></a>
1237
- </span>
1238
- </td>
1239
- </tr>
1240
- <tr>
1241
- <td class="col-md-4">
1242
- <i>Default value : </i><code>false</code>
1243
- </td>
1244
- </tr>
1245
-
1246
-
1247
- </tbody>
1248
- </table>
1249
- <table class="table table-sm table-bordered">
1250
- <tbody>
1251
- <tr>
1252
- <td class="col-md-4">
1253
- <a name="_euimLight"></a>
1254
- <span class="name">
1255
- <span ><b>_euimLight</b></span>
1256
- <a href="#_euimLight"><span class="icon ion-ios-link"></span></a>
1257
- </span>
1258
- </td>
1259
- </tr>
1260
- <tr>
1261
- <td class="col-md-4">
1262
- <i>Default value : </i><code>false</code>
1263
- </td>
1264
- </tr>
1265
-
1266
-
1267
- </tbody>
1268
- </table>
1269
- <table class="table table-sm table-bordered">
1270
- <tbody>
1271
- <tr>
1272
- <td class="col-md-4">
1273
- <a name="_euimPrimary"></a>
1274
- <span class="name">
1275
- <span ><b>_euimPrimary</b></span>
1276
- <a href="#_euimPrimary"><span class="icon ion-ios-link"></span></a>
1277
- </span>
1278
- </td>
1279
- </tr>
1280
- <tr>
1281
- <td class="col-md-4">
1282
- <i>Default value : </i><code>false</code>
1283
- </td>
1284
- </tr>
1285
-
1286
-
1287
- </tbody>
1288
- </table>
1289
- <table class="table table-sm table-bordered">
1290
- <tbody>
1291
- <tr>
1292
- <td class="col-md-4">
1293
- <a name="_euimSecondary"></a>
1294
- <span class="name">
1295
- <span ><b>_euimSecondary</b></span>
1296
- <a href="#_euimSecondary"><span class="icon ion-ios-link"></span></a>
1297
- </span>
1298
- </td>
1299
- </tr>
1300
- <tr>
1301
- <td class="col-md-4">
1302
- <i>Default value : </i><code>false</code>
1303
- </td>
1304
- </tr>
1305
-
1306
-
1307
- </tbody>
1308
- </table>
1309
- <table class="table table-sm table-bordered">
1310
- <tbody>
1311
- <tr>
1312
- <td class="col-md-4">
1313
- <a name="_euimSize2XL"></a>
1314
- <span class="name">
1315
- <span ><b>_euimSize2XL</b></span>
1316
- <a href="#_euimSize2XL"><span class="icon ion-ios-link"></span></a>
1317
- </span>
1318
- </td>
1319
- </tr>
1320
- <tr>
1321
- <td class="col-md-4">
1322
- <i>Default value : </i><code>false</code>
1323
- </td>
1324
- </tr>
1325
-
1326
-
1327
- </tbody>
1328
- </table>
1329
- <table class="table table-sm table-bordered">
1330
- <tbody>
1331
- <tr>
1332
- <td class="col-md-4">
1333
- <a name="_euimSize2XS"></a>
1334
- <span class="name">
1335
- <span ><b>_euimSize2XS</b></span>
1336
- <a href="#_euimSize2XS"><span class="icon ion-ios-link"></span></a>
1337
- </span>
1338
- </td>
1339
- </tr>
1340
- <tr>
1341
- <td class="col-md-4">
1342
- <i>Default value : </i><code>false</code>
1343
- </td>
1344
- </tr>
267
+ </tbody>
268
+ </table>
269
+ </section>
1345
270
 
1346
271
 
1347
- </tbody>
1348
- </table>
272
+ <section data-compodoc="block-methods">
273
+
274
+ <h3 id="methods">
275
+ Methods
276
+ </h3>
1349
277
  <table class="table table-sm table-bordered">
1350
278
  <tbody>
1351
279
  <tr>
1352
280
  <td class="col-md-4">
1353
- <a name="_euimSize3XL"></a>
281
+ <a name="getCssClasses"></a>
1354
282
  <span class="name">
1355
- <span ><b>_euimSize3XL</b></span>
1356
- <a href="#_euimSize3XL"><span class="icon ion-ios-link"></span></a>
283
+ <span ><b>getCssClasses</b></span>
284
+ <a href="#getCssClasses"><span class="icon ion-ios-link"></span></a>
1357
285
  </span>
1358
286
  </td>
1359
287
  </tr>
1360
- <tr>
1361
- <td class="col-md-4">
1362
- <i>Default value : </i><code>false</code>
1363
- </td>
1364
- </tr>
1365
-
1366
-
1367
- </tbody>
1368
- </table>
1369
- <table class="table table-sm table-bordered">
1370
- <tbody>
1371
288
  <tr>
1372
289
  <td class="col-md-4">
1373
- <a name="_euimSize4XL"></a>
1374
- <span class="name">
1375
- <span ><b>_euimSize4XL</b></span>
1376
- <a href="#_euimSize4XL"><span class="icon ion-ios-link"></span></a>
1377
- </span>
290
+ <code>getCssClasses()</code>
1378
291
  </td>
1379
292
  </tr>
1380
- <tr>
1381
- <td class="col-md-4">
1382
- <i>Default value : </i><code>false</code>
1383
- </td>
1384
- </tr>
1385
293
 
1386
294
 
1387
- </tbody>
1388
- </table>
1389
- <table class="table table-sm table-bordered">
1390
- <tbody>
1391
- <tr>
1392
- <td class="col-md-4">
1393
- <a name="_euimSizeL"></a>
1394
- <span class="name">
1395
- <span ><b>_euimSizeL</b></span>
1396
- <a href="#_euimSizeL"><span class="icon ion-ios-link"></span></a>
1397
- </span>
1398
- </td>
1399
- </tr>
1400
- <tr>
1401
- <td class="col-md-4">
1402
- <i>Default value : </i><code>false</code>
1403
- </td>
1404
- </tr>
1405
295
 
1406
296
 
1407
- </tbody>
1408
- </table>
1409
- <table class="table table-sm table-bordered">
1410
- <tbody>
1411
297
  <tr>
1412
298
  <td class="col-md-4">
1413
- <a name="_euimSizeM"></a>
1414
- <span class="name">
1415
- <span ><b>_euimSizeM</b></span>
1416
- <a href="#_euimSizeM"><span class="icon ion-ios-link"></span></a>
1417
- </span>
1418
- </td>
1419
- </tr>
1420
- <tr>
1421
- <td class="col-md-4">
1422
- <i>Default value : </i><code>false</code>
1423
- </td>
1424
- </tr>
1425
299
 
300
+ <div class="io-description">
301
+ <b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
1426
302
 
1427
- </tbody>
1428
- </table>
1429
- <table class="table table-sm table-bordered">
1430
- <tbody>
1431
- <tr>
1432
- <td class="col-md-4">
1433
- <a name="_euimSizeS"></a>
1434
- <span class="name">
1435
- <span ><b>_euimSizeS</b></span>
1436
- <a href="#_euimSizeS"><span class="icon ion-ios-link"></span></a>
1437
- </span>
303
+ </div>
1438
304
  </td>
1439
305
  </tr>
1440
- <tr>
1441
- <td class="col-md-4">
1442
- <i>Default value : </i><code>false</code>
1443
- </td>
1444
- </tr>
1445
-
1446
-
1447
306
  </tbody>
1448
307
  </table>
308
+ </section>
309
+ <section data-compodoc="block-properties">
310
+
311
+ <h3 id="inputs">
312
+ Properties
313
+ </h3>
1449
314
  <table class="table table-sm table-bordered">
1450
315
  <tbody>
1451
316
  <tr>
1452
317
  <td class="col-md-4">
1453
- <a name="_euimSizeXL"></a>
318
+ <a name="baseStatesDirective"></a>
1454
319
  <span class="name">
1455
- <span ><b>_euimSizeXL</b></span>
1456
- <a href="#_euimSizeXL"><span class="icon ion-ios-link"></span></a>
320
+ <span class="modifier">Public</span>
321
+ <span ><b>baseStatesDirective</b></span>
322
+ <a href="#baseStatesDirective"><span class="icon ion-ios-link"></span></a>
1457
323
  </span>
1458
324
  </td>
1459
325
  </tr>
1460
326
  <tr>
1461
327
  <td class="col-md-4">
1462
- <i>Default value : </i><code>false</code>
1463
- </td>
1464
- </tr>
328
+ <i>Type : </i> <code><a href="../directives/BaseStatesDirective.html" target="_self" >BaseStatesDirective</a></code>
1465
329
 
1466
-
1467
- </tbody>
1468
- </table>
1469
- <table class="table table-sm table-bordered">
1470
- <tbody>
1471
- <tr>
1472
- <td class="col-md-4">
1473
- <a name="_euimSizeXS"></a>
1474
- <span class="name">
1475
- <span ><b>_euimSizeXS</b></span>
1476
- <a href="#_euimSizeXS"><span class="icon ion-ios-link"></span></a>
1477
- </span>
1478
- </td>
1479
- </tr>
1480
- <tr>
1481
- <td class="col-md-4">
1482
- <i>Default value : </i><code>false</code>
1483
330
  </td>
1484
331
  </tr>
1485
332
 
@@ -1492,302 +339,6 @@
1492
339
  <h3 id="accessors">
1493
340
  Accessors
1494
341
  </h3>
1495
- <table class="table table-sm table-bordered">
1496
- <tbody>
1497
- <tr>
1498
- <td class="col-md-4">
1499
- <a name="euimInfo"></a>
1500
- <span class="name"><b>euimInfo</b><a href="#euimInfo"><span class="icon ion-ios-link"></span></a></span>
1501
- </td>
1502
- </tr>
1503
-
1504
- <tr>
1505
- <td class="col-md-4">
1506
- <span class="accessor"><b>get</b><code>euimInfo()</code></span>
1507
- </td>
1508
- </tr>
1509
-
1510
- <tr>
1511
- <td class="col-md-4">
1512
- <span class="accessor"><b>set</b><code>euimInfo(value)</code></span>
1513
- </td>
1514
- </tr>
1515
- <tr>
1516
- <td class="col-md-4">
1517
-
1518
- <div class="io-description">
1519
- <b>Parameters :</b>
1520
- <table class="params">
1521
- <thead>
1522
- <tr>
1523
- <td>Name</td>
1524
- <td>Optional</td>
1525
- </tr>
1526
- </thead>
1527
- <tbody>
1528
- <tr>
1529
- <td>value</td>
1530
-
1531
-
1532
- <td>
1533
- No
1534
- </td>
1535
-
1536
- </tr>
1537
- </tbody>
1538
- </table>
1539
- </div>
1540
- <div>
1541
- </div>
1542
- <div class="io-description">
1543
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
1544
-
1545
- </div>
1546
- </td>
1547
- </tr>
1548
- </tbody>
1549
- </table>
1550
- <table class="table table-sm table-bordered">
1551
- <tbody>
1552
- <tr>
1553
- <td class="col-md-4">
1554
- <a name="euimSuccess"></a>
1555
- <span class="name"><b>euimSuccess</b><a href="#euimSuccess"><span class="icon ion-ios-link"></span></a></span>
1556
- </td>
1557
- </tr>
1558
-
1559
- <tr>
1560
- <td class="col-md-4">
1561
- <span class="accessor"><b>get</b><code>euimSuccess()</code></span>
1562
- </td>
1563
- </tr>
1564
-
1565
- <tr>
1566
- <td class="col-md-4">
1567
- <span class="accessor"><b>set</b><code>euimSuccess(value)</code></span>
1568
- </td>
1569
- </tr>
1570
- <tr>
1571
- <td class="col-md-4">
1572
-
1573
- <div class="io-description">
1574
- <b>Parameters :</b>
1575
- <table class="params">
1576
- <thead>
1577
- <tr>
1578
- <td>Name</td>
1579
- <td>Optional</td>
1580
- </tr>
1581
- </thead>
1582
- <tbody>
1583
- <tr>
1584
- <td>value</td>
1585
-
1586
-
1587
- <td>
1588
- No
1589
- </td>
1590
-
1591
- </tr>
1592
- </tbody>
1593
- </table>
1594
- </div>
1595
- <div>
1596
- </div>
1597
- <div class="io-description">
1598
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
1599
-
1600
- </div>
1601
- </td>
1602
- </tr>
1603
- </tbody>
1604
- </table>
1605
- <table class="table table-sm table-bordered">
1606
- <tbody>
1607
- <tr>
1608
- <td class="col-md-4">
1609
- <a name="euimWarning"></a>
1610
- <span class="name"><b>euimWarning</b><a href="#euimWarning"><span class="icon ion-ios-link"></span></a></span>
1611
- </td>
1612
- </tr>
1613
-
1614
- <tr>
1615
- <td class="col-md-4">
1616
- <span class="accessor"><b>get</b><code>euimWarning()</code></span>
1617
- </td>
1618
- </tr>
1619
-
1620
- <tr>
1621
- <td class="col-md-4">
1622
- <span class="accessor"><b>set</b><code>euimWarning(value)</code></span>
1623
- </td>
1624
- </tr>
1625
- <tr>
1626
- <td class="col-md-4">
1627
-
1628
- <div class="io-description">
1629
- <b>Parameters :</b>
1630
- <table class="params">
1631
- <thead>
1632
- <tr>
1633
- <td>Name</td>
1634
- <td>Optional</td>
1635
- </tr>
1636
- </thead>
1637
- <tbody>
1638
- <tr>
1639
- <td>value</td>
1640
-
1641
-
1642
- <td>
1643
- No
1644
- </td>
1645
-
1646
- </tr>
1647
- </tbody>
1648
- </table>
1649
- </div>
1650
- <div>
1651
- </div>
1652
- <div class="io-description">
1653
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
1654
-
1655
- </div>
1656
- </td>
1657
- </tr>
1658
- </tbody>
1659
- </table>
1660
- <table class="table table-sm table-bordered">
1661
- <tbody>
1662
- <tr>
1663
- <td class="col-md-4">
1664
- <a name="euimDanger"></a>
1665
- <span class="name"><b>euimDanger</b><a href="#euimDanger"><span class="icon ion-ios-link"></span></a></span>
1666
- </td>
1667
- </tr>
1668
-
1669
- <tr>
1670
- <td class="col-md-4">
1671
- <span class="accessor"><b>get</b><code>euimDanger()</code></span>
1672
- </td>
1673
- </tr>
1674
-
1675
- <tr>
1676
- <td class="col-md-4">
1677
- <span class="accessor"><b>set</b><code>euimDanger(value)</code></span>
1678
- </td>
1679
- </tr>
1680
- <tr>
1681
- <td class="col-md-4">
1682
-
1683
- <div class="io-description">
1684
- <b>Parameters :</b>
1685
- <table class="params">
1686
- <thead>
1687
- <tr>
1688
- <td>Name</td>
1689
- <td>Optional</td>
1690
- </tr>
1691
- </thead>
1692
- <tbody>
1693
- <tr>
1694
- <td>value</td>
1695
-
1696
-
1697
- <td>
1698
- No
1699
- </td>
1700
-
1701
- </tr>
1702
- </tbody>
1703
- </table>
1704
- </div>
1705
- <div>
1706
- </div>
1707
- <div class="io-description">
1708
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
1709
-
1710
- </div>
1711
- </td>
1712
- </tr>
1713
- </tbody>
1714
- </table>
1715
- <table class="table table-sm table-bordered">
1716
- <tbody>
1717
- <tr>
1718
- <td class="col-md-4">
1719
- <a name="variant"></a>
1720
- <span class="name"><b>variant</b><a href="#variant"><span class="icon ion-ios-link"></span></a></span>
1721
- </td>
1722
- </tr>
1723
-
1724
- <tr>
1725
- <td class="col-md-4">
1726
- <span class="accessor"><b>get</b><code>variant()</code></span>
1727
- </td>
1728
- </tr>
1729
-
1730
- <tr>
1731
- <td class="col-md-4">
1732
- <span class="accessor"><b>set</b><code>variant(value: <a href="../undefineds/VariantTypes.html" target="_self">VariantTypes</a>)</code></span>
1733
- </td>
1734
- </tr>
1735
- <tr>
1736
- <td class="col-md-4">
1737
-
1738
- <div class="io-description">
1739
- <b>Parameters :</b>
1740
- <table class="params">
1741
- <thead>
1742
- <tr>
1743
- <td>Name</td>
1744
- <td>Type</td>
1745
- <td>Optional</td>
1746
- </tr>
1747
- </thead>
1748
- <tbody>
1749
- <tr>
1750
- <td>value</td>
1751
-
1752
- <td>
1753
- <code><a href="../miscellaneous/typealiases.html#VariantTypes" target="_self" >VariantTypes</a></code>
1754
- </td>
1755
-
1756
- <td>
1757
- No
1758
- </td>
1759
-
1760
- </tr>
1761
- </tbody>
1762
- </table>
1763
- </div>
1764
- <div>
1765
- </div>
1766
- <div class="io-description">
1767
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
1768
-
1769
- </div>
1770
- </td>
1771
- </tr>
1772
- </tbody>
1773
- </table>
1774
- <table class="table table-sm table-bordered">
1775
- <tbody>
1776
- <tr>
1777
- <td class="col-md-4">
1778
- <a name="color"></a>
1779
- <span class="name"><b>color</b><a href="#color"><span class="icon ion-ios-link"></span></a></span>
1780
- </td>
1781
- </tr>
1782
-
1783
- <tr>
1784
- <td class="col-md-4">
1785
- <span class="accessor"><b>get</b><code>color()</code></span>
1786
- </td>
1787
- </tr>
1788
-
1789
- </tbody>
1790
- </table>
1791
342
  <table class="table table-sm table-bordered">
1792
343
  <tbody>
1793
344
  <tr>
@@ -1839,7 +390,7 @@
1839
390
  <script>
1840
391
  var COMPONENT_TEMPLATE = '<div><div class="euim-message__wrappericon"> <ion-icon [name]="icon" class="euim-message__icon"></ion-icon></div><div class="euim-message__wrapper"> <ng-content select="euim-message-title"></ng-content> <ng-content></ng-content></div></div>'
1841
392
  var COMPONENTS = [{'name': 'EuimAlertMessageComponent', 'selector': 'euim-alert-message'},{'name': 'EuimAppComponent', 'selector': 'euim-app'},{'name': 'EuimAppSidebarComponent', 'selector': 'euim-app-sidebar'},{'name': 'EuimAppSidebarFooterComponent', 'selector': 'euim-app-sidebar-footer'},{'name': 'EuimAppSidebarHeaderComponent', 'selector': 'euim-app-sidebar-header'},{'name': 'EuimAppSidebarMenuComponent', 'selector': 'euim-app-sidebar-menu'},{'name': 'EuimAvatarComponent', 'selector': 'euim-avatar'},{'name': 'EuimAvatarIconComponent', 'selector': 'euim-avatar-icon'},{'name': 'EuimBadgeComponent', 'selector': 'euim-badge'},{'name': 'EuimChipSelectorComponent', 'selector': 'euim-chip-selector'},{'name': 'EuimControlFeedbackComponent', 'selector': 'euim-control-feedback'},{'name': 'EuimDataSummaryColComponent', 'selector': 'euim-data-summary-col'},{'name': 'EuimDataSummaryComponent', 'selector': 'euim-data-summary'},{'name': 'EuimEmptyListPlaceholderComponent', 'selector': 'euim-empty-list-placeholder'},{'name': 'EuimFieldsetActionsComponent', 'selector': 'euim-fieldset-actions'},{'name': 'EuimFieldSetComponent', 'selector': 'euim-fieldset'},{'name': 'EuimFieldsetLegendComponent', 'selector': 'euim-fieldset-legend'},{'name': 'EuimHeaderDetailsComponent', 'selector': 'euim-header-details'},{'name': 'EuimInfoScreenComponent', 'selector': 'euim-info-screen'},{'name': 'EuimLabelComponent', 'selector': 'div[euimLabel], p[euimLabel], span[euimLabel], euim-label'},{'name': 'EuimLanguageListComponent', 'selector': 'euim-language-list'},{'name': 'EuimLanguageSelectorComponent', 'selector': 'euim-language-selector'},{'name': 'EuimMediaHeaderComponent', 'selector': 'euim-media-header'},{'name': 'EuimMenuComponent', 'selector': 'euim-menu'},{'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': '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': 'EuimSlideComponent', 'selector': 'euim-slide'},{'name': 'EuimSlideInfoScreenComponent', 'selector': 'euim-slide-info-screen'},{'name': 'EuimSliderComponent', 'selector': 'euim-slider'},{'name': 'EuimSliderInfoScreenComponent', 'selector': 'euim-slider-info-screen'},{'name': 'EuimSpinnerComponent', 'selector': 'euim-spinner'},{'name': 'EuimSpinnerDescriptionComponent', 'selector': '[euimSpinnerDescription]'},{'name': 'EuimSpinnerMessageComponent', 'selector': '[euimSpinnerMessage]'},{'name': 'EuimStepperComponent', 'selector': 'euim-stepper'},{'name': 'EuimToolbarActionItemsComponent', 'selector': 'euim-toolbar-action-items'},{'name': 'EuimToolbarComponent', 'selector': 'euim-toolbar'},{'name': 'EuimToolbarTitleComponent', 'selector': 'euim-toolbar-title'},{'name': 'EuiMUserProfileActionComponent', 'selector': 'euim-user-profile-action'},{'name': 'EuiMUserProfileAvatarComponent', 'selector': 'euim-user-profile-avatar'},{'name': 'EuimUserProfileComponent', 'selector': 'euim-user-profile'},{'name': 'EuiMUserProfileInfosComponent', 'selector': 'euim-user-profile-infos'},{'name': 'EuiMUserProfileInfosItemComponent', 'selector': 'euim-user-profile-infos-item'}];
1842
- var DIRECTIVES = [{'name': 'BaseStatesDirective', 'selector': '[euimBase]'},{'name': 'EuimAvatarMainIconDirective', 'selector': '[euimAvatarMainIcon]'},{'name': 'EuimAvatarSubIconDirective', 'selector': '[euimAvatarSubIcon]'},{'name': 'EuimBaseDirective', 'selector': '[euimBase]'},{'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': 'EuimInfoScreenContentDirective', 'selector': '[euimInfoScreenContent]'},{'name': 'EuimInfoScreenSubTitleDirective', 'selector': '[euimInfoScreenSubTitle]'},{'name': 'EuimInfoScreenTitleDirective', 'selector': '[euimInfoScreenTitle]'},{'name': 'EuimItemDividerDirective', 'selector': '[euimItemDivider]'},{'name': 'EuimListHeaderDirective', 'selector': '[euimListHeader]'},{'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]'}];
393
+ 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': 'EuimInfoScreenContentDirective', 'selector': '[euimInfoScreenContent]'},{'name': 'EuimInfoScreenSubTitleDirective', 'selector': '[euimInfoScreenSubTitle]'},{'name': 'EuimInfoScreenTitleDirective', 'selector': '[euimInfoScreenTitle]'},{'name': 'EuimItemDividerDirective', 'selector': '[euimItemDivider]'},{'name': 'EuimListHeaderDirective', 'selector': '[euimListHeader]'},{'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]'}];
1843
394
  var ACTUAL_COMPONENT = {'name': 'EuimMessageComponent'};
1844
395
  </script>
1845
396
  <script src="../js/tree.js"></script>