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