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