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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (194) hide show
  1. package/docs/components/EuiMUserProfileActionComponent.html +33 -1243
  2. package/docs/components/EuiMUserProfileAvatarComponent.html +33 -1243
  3. package/docs/components/EuiMUserProfileInfosComponent.html +33 -1243
  4. package/docs/components/EuiMUserProfileInfosItemComponent.html +33 -1243
  5. package/docs/components/EuimAlertMessageComponent.html +113 -1264
  6. package/docs/components/EuimAppComponent.html +20 -1217
  7. package/docs/components/EuimAppSidebarComponent.html +2 -1216
  8. package/docs/components/EuimAppSidebarFooterComponent.html +1 -1
  9. package/docs/components/EuimAppSidebarHeaderComponent.html +1 -1
  10. package/docs/components/EuimAppSidebarMenuComponent.html +1 -1
  11. package/docs/components/EuimAvatarComponent.html +51 -1218
  12. package/docs/components/EuimAvatarIconComponent.html +46 -1176
  13. package/docs/components/EuimBadgeComponent.html +6 -2
  14. package/docs/components/EuimChipSelectorComponent.html +244 -1333
  15. package/docs/components/EuimControlFeedbackComponent.html +85 -1530
  16. package/docs/components/EuimDataSummaryColComponent.html +1 -1
  17. package/docs/components/EuimDataSummaryComponent.html +173 -1281
  18. package/docs/components/EuimEmptyListPlaceholderComponent.html +46 -1176
  19. package/docs/components/EuimFieldSetComponent.html +33 -1243
  20. package/docs/components/EuimFieldsetActionsComponent.html +33 -1243
  21. package/docs/components/EuimFieldsetLegendComponent.html +33 -1243
  22. package/docs/components/EuimHeaderDetailsComponent.html +1 -1
  23. package/docs/components/EuimInfoScreenComponent.html +33 -57
  24. package/docs/components/EuimLabelComponent.html +101 -1470
  25. package/docs/components/EuimLanguageListComponent.html +133 -1323
  26. package/docs/components/EuimLanguageSelectorComponent.html +133 -1312
  27. package/docs/components/EuimMediaHeaderComponent.html +69 -1109
  28. package/docs/components/EuimMenuComponent.html +146 -1403
  29. package/docs/components/EuimMessageComponent.html +80 -1529
  30. package/docs/components/EuimMessageTitleComponent.html +33 -1243
  31. package/docs/components/EuimMultiselectComponent.html +1 -1
  32. package/docs/components/EuimMultiselectFilterComponent.html +1 -1
  33. package/docs/components/EuimMultiselectInfoComponent.html +1 -1
  34. package/docs/components/EuimMultiselectListComponent.html +1 -1
  35. package/docs/components/EuimMultiselectToolbarComponent.html +1 -1
  36. package/docs/components/EuimNotificationItemComponent.html +66 -1115
  37. package/docs/components/EuimScrollerXComponent.html +51 -1248
  38. package/docs/components/EuimSidebarComponent.html +1 -1
  39. package/docs/components/EuimSidebarContentComponent.html +1 -1
  40. package/docs/components/EuimSkeletonListComponent.html +5 -1
  41. package/docs/components/EuimSkeletonListItemComponent.html +1 -1
  42. package/docs/components/EuimSlideComponent.html +1 -1
  43. package/docs/components/EuimSlideInfoScreenComponent.html +1 -1
  44. package/docs/components/EuimSliderComponent.html +50 -71
  45. package/docs/components/EuimSliderInfoScreenComponent.html +50 -71
  46. package/docs/components/EuimSpinnerComponent.html +35 -1206
  47. package/docs/components/EuimSpinnerDescriptionComponent.html +51 -1218
  48. package/docs/components/EuimSpinnerMessageComponent.html +51 -1218
  49. package/docs/components/EuimStepperComponent.html +50 -1244
  50. package/docs/components/EuimToolbarActionItemsComponent.html +52 -1249
  51. package/docs/components/EuimToolbarComponent.html +128 -1296
  52. package/docs/components/EuimToolbarTitleComponent.html +52 -1249
  53. package/docs/components/EuimUserProfileComponent.html +33 -1243
  54. package/docs/dependencies.html +2 -2
  55. package/docs/directives/BaseStatesDirective.html +81 -0
  56. package/docs/directives/EuimChipSelectorItemDirective.html +88 -1381
  57. package/docs/directives/EuimDataSummaryColLabelDirective.html +67 -1179
  58. package/docs/directives/EuimDataSummaryColValueDirective.html +100 -1216
  59. package/docs/index.html +1 -1
  60. package/docs/js/menu-wc.js +0 -3
  61. package/docs/js/menu-wc_es5.js +1 -1
  62. package/docs/js/search/search_index.js +2 -2
  63. package/esm2022/lib/components/atoms/euim-control-feedback/euim-control-feedback.component.mjs +25 -89
  64. package/esm2022/lib/components/atoms/euim-label/euim-label.component.mjs +56 -42
  65. package/esm2022/lib/components/atoms/euim-notification-item/euim-notification-item.component.mjs +28 -10
  66. package/esm2022/lib/components/base-states.directive.mjs +23 -2
  67. package/esm2022/lib/components/euim-alert-message/euim-alert-messsage.component.mjs +6 -18
  68. package/esm2022/lib/components/euim-avatar/euim-avatar.component.mjs +9 -15
  69. package/esm2022/lib/components/euim-avatar-icon/euim-avatar-icon.component.mjs +6 -8
  70. package/esm2022/lib/components/euim-badge/euim-badge.component.mjs +5 -4
  71. package/esm2022/lib/components/euim-chip-selector/euim-chip-selector-item/euim-chip-selector-item.directive.mjs +11 -21
  72. package/esm2022/lib/components/euim-chip-selector/euim-chip-selector.component.mjs +10 -8
  73. package/esm2022/lib/components/euim-data-summary/euim-data-summary-col-label/euim-data-summary-col-label.directive.mjs +23 -13
  74. package/esm2022/lib/components/euim-data-summary/euim-data-summary-col-value/euim-data-summary-col-value.directive.mjs +14 -13
  75. package/esm2022/lib/components/euim-data-summary/euim-data-summary.component.mjs +27 -17
  76. package/esm2022/lib/components/euim-empty-list-placeholder/euim-empty-list-placeholder.component.mjs +6 -7
  77. package/esm2022/lib/components/euim-fieldset/euim-fieldset-actions/euim-fieldset-actions.component.mjs +4 -6
  78. package/esm2022/lib/components/euim-fieldset/euim-fieldset-legend/euim-fieldset-legend.component.mjs +4 -6
  79. package/esm2022/lib/components/euim-fieldset/euim-fieldset.component.mjs +4 -6
  80. package/esm2022/lib/components/euim-media-header/euim-media-header.component.mjs +27 -17
  81. package/esm2022/lib/components/euim-menu/euim-menu.component.mjs +10 -12
  82. package/esm2022/lib/components/euim-message/euim-message-title/euim-message-title.component.mjs +4 -6
  83. package/esm2022/lib/components/euim-message/euim-message.component.mjs +38 -98
  84. package/esm2022/lib/components/euim-scroller-x/euim-scroller-x.component.mjs +9 -10
  85. package/esm2022/lib/components/euim-skeleton-list/euim-skeleton-list.component.mjs +4 -4
  86. package/esm2022/lib/components/euim-slider/euim-slider.component.mjs +6 -11
  87. package/esm2022/lib/components/euim-slider-info-screen/euim-slider-info-screen.component.mjs +6 -11
  88. package/esm2022/lib/components/euim-spinner/euim-spinner-description/euim-spinner-description.component.mjs +9 -15
  89. package/esm2022/lib/components/euim-spinner/euim-spinner-message/euim-spinner-message.component.mjs +9 -15
  90. package/esm2022/lib/components/euim-spinner/euim-spinner.component.mjs +7 -13
  91. package/esm2022/lib/components/euim-stepper/euim-stepper.component.mjs +14 -8
  92. package/esm2022/lib/components/layout/euim-app/euim-app-sidebar/sidebar.component.mjs +4 -6
  93. package/esm2022/lib/components/layout/euim-app/euim-app.component.mjs +3 -5
  94. package/esm2022/lib/components/layout/euim-info-screen/euim-info-screen.component.mjs +5 -10
  95. package/esm2022/lib/components/layout/euim-language-selector/euim-language-list.component.mjs +5 -7
  96. package/esm2022/lib/components/layout/euim-language-selector/euim-language-selector.component.mjs +20 -21
  97. package/esm2022/lib/components/layout/euim-toolbar/euim-toolbar-action-items/euim-toolbar-action-items.component.mjs +10 -12
  98. package/esm2022/lib/components/layout/euim-toolbar/euim-toolbar-title/euim-toolbar-title.component.mjs +10 -12
  99. package/esm2022/lib/components/layout/euim-toolbar/euim-toolbar.component.mjs +20 -14
  100. package/esm2022/lib/components/layout/euim-user-profile/euim-user-profile-action/euim-user-profile-action.component.mjs +4 -6
  101. package/esm2022/lib/components/layout/euim-user-profile/euim-user-profile-avatar/euim-user-profile-avatar.component.mjs +4 -6
  102. package/esm2022/lib/components/layout/euim-user-profile/euim-user-profile-infos/euim-user-profile-infos.component.mjs +4 -6
  103. package/esm2022/lib/components/layout/euim-user-profile/euim-user-profile-infos-item/euim-user-profile-infos-item.component.mjs +4 -6
  104. package/esm2022/lib/components/layout/euim-user-profile/euim-user-profile.component.mjs +4 -6
  105. package/fesm2022/eui-mobile-core.mjs +692 -1083
  106. package/fesm2022/eui-mobile-core.mjs.map +1 -1
  107. package/lib/components/atoms/euim-control-feedback/euim-control-feedback.component.d.ts +6 -20
  108. package/lib/components/atoms/euim-control-feedback/euim-control-feedback.component.d.ts.map +1 -1
  109. package/lib/components/atoms/euim-label/euim-label.component.d.ts +10 -16
  110. package/lib/components/atoms/euim-label/euim-label.component.d.ts.map +1 -1
  111. package/lib/components/atoms/euim-notification-item/euim-notification-item.component.d.ts +6 -3
  112. package/lib/components/atoms/euim-notification-item/euim-notification-item.component.d.ts.map +1 -1
  113. package/lib/components/base-states.directive.d.ts +4 -1
  114. package/lib/components/base-states.directive.d.ts.map +1 -1
  115. package/lib/components/euim-alert-message/euim-alert-messsage.component.d.ts +2 -4
  116. package/lib/components/euim-alert-message/euim-alert-messsage.component.d.ts.map +1 -1
  117. package/lib/components/euim-avatar/euim-avatar.component.d.ts +2 -4
  118. package/lib/components/euim-avatar/euim-avatar.component.d.ts.map +1 -1
  119. package/lib/components/euim-avatar-icon/euim-avatar-icon.component.d.ts +1 -2
  120. package/lib/components/euim-avatar-icon/euim-avatar-icon.component.d.ts.map +1 -1
  121. package/lib/components/euim-badge/euim-badge.component.d.ts +1 -1
  122. package/lib/components/euim-badge/euim-badge.component.d.ts.map +1 -1
  123. package/lib/components/euim-chip-selector/euim-chip-selector-item/euim-chip-selector-item.directive.d.ts +4 -8
  124. package/lib/components/euim-chip-selector/euim-chip-selector-item/euim-chip-selector-item.directive.d.ts.map +1 -1
  125. package/lib/components/euim-chip-selector/euim-chip-selector.component.d.ts +5 -5
  126. package/lib/components/euim-chip-selector/euim-chip-selector.component.d.ts.map +1 -1
  127. package/lib/components/euim-data-summary/euim-data-summary-col-label/euim-data-summary-col-label.directive.d.ts +7 -5
  128. package/lib/components/euim-data-summary/euim-data-summary-col-label/euim-data-summary-col-label.directive.d.ts.map +1 -1
  129. package/lib/components/euim-data-summary/euim-data-summary-col-value/euim-data-summary-col-value.directive.d.ts +5 -4
  130. package/lib/components/euim-data-summary/euim-data-summary-col-value/euim-data-summary-col-value.directive.d.ts.map +1 -1
  131. package/lib/components/euim-data-summary/euim-data-summary.component.d.ts +7 -5
  132. package/lib/components/euim-data-summary/euim-data-summary.component.d.ts.map +1 -1
  133. package/lib/components/euim-empty-list-placeholder/euim-empty-list-placeholder.component.d.ts +1 -2
  134. package/lib/components/euim-empty-list-placeholder/euim-empty-list-placeholder.component.d.ts.map +1 -1
  135. package/lib/components/euim-fieldset/euim-fieldset-actions/euim-fieldset-actions.component.d.ts +1 -2
  136. package/lib/components/euim-fieldset/euim-fieldset-actions/euim-fieldset-actions.component.d.ts.map +1 -1
  137. package/lib/components/euim-fieldset/euim-fieldset-legend/euim-fieldset-legend.component.d.ts +1 -2
  138. package/lib/components/euim-fieldset/euim-fieldset-legend/euim-fieldset-legend.component.d.ts.map +1 -1
  139. package/lib/components/euim-fieldset/euim-fieldset.component.d.ts +1 -2
  140. package/lib/components/euim-fieldset/euim-fieldset.component.d.ts.map +1 -1
  141. package/lib/components/euim-media-header/euim-media-header.component.d.ts +6 -3
  142. package/lib/components/euim-media-header/euim-media-header.component.d.ts.map +1 -1
  143. package/lib/components/euim-menu/euim-menu.component.d.ts +4 -6
  144. package/lib/components/euim-menu/euim-menu.component.d.ts.map +1 -1
  145. package/lib/components/euim-message/euim-message-title/euim-message-title.component.d.ts +1 -2
  146. package/lib/components/euim-message/euim-message-title/euim-message-title.component.d.ts.map +1 -1
  147. package/lib/components/euim-message/euim-message.component.d.ts +6 -20
  148. package/lib/components/euim-message/euim-message.component.d.ts.map +1 -1
  149. package/lib/components/euim-scroller-x/euim-scroller-x.component.d.ts +2 -3
  150. package/lib/components/euim-scroller-x/euim-scroller-x.component.d.ts.map +1 -1
  151. package/lib/components/euim-skeleton-list/euim-skeleton-list.component.d.ts.map +1 -1
  152. package/lib/components/euim-slider/euim-slider.component.d.ts +1 -2
  153. package/lib/components/euim-slider/euim-slider.component.d.ts.map +1 -1
  154. package/lib/components/euim-slider-info-screen/euim-slider-info-screen.component.d.ts +1 -2
  155. package/lib/components/euim-slider-info-screen/euim-slider-info-screen.component.d.ts.map +1 -1
  156. package/lib/components/euim-spinner/euim-spinner-description/euim-spinner-description.component.d.ts +2 -4
  157. package/lib/components/euim-spinner/euim-spinner-description/euim-spinner-description.component.d.ts.map +1 -1
  158. package/lib/components/euim-spinner/euim-spinner-message/euim-spinner-message.component.d.ts +2 -4
  159. package/lib/components/euim-spinner/euim-spinner-message/euim-spinner-message.component.d.ts.map +1 -1
  160. package/lib/components/euim-spinner/euim-spinner.component.d.ts +2 -4
  161. package/lib/components/euim-spinner/euim-spinner.component.d.ts.map +1 -1
  162. package/lib/components/euim-stepper/euim-stepper.component.d.ts +4 -4
  163. package/lib/components/euim-stepper/euim-stepper.component.d.ts.map +1 -1
  164. package/lib/components/layout/euim-app/euim-app-sidebar/sidebar.component.d.ts +1 -2
  165. package/lib/components/layout/euim-app/euim-app-sidebar/sidebar.component.d.ts.map +1 -1
  166. package/lib/components/layout/euim-app/euim-app.component.d.ts +1 -2
  167. package/lib/components/layout/euim-app/euim-app.component.d.ts.map +1 -1
  168. package/lib/components/layout/euim-info-screen/euim-info-screen.component.d.ts +1 -2
  169. package/lib/components/layout/euim-info-screen/euim-info-screen.component.d.ts.map +1 -1
  170. package/lib/components/layout/euim-language-selector/euim-language-list.component.d.ts +1 -2
  171. package/lib/components/layout/euim-language-selector/euim-language-list.component.d.ts.map +1 -1
  172. package/lib/components/layout/euim-language-selector/euim-language-selector.component.d.ts +7 -7
  173. package/lib/components/layout/euim-language-selector/euim-language-selector.component.d.ts.map +1 -1
  174. package/lib/components/layout/euim-toolbar/euim-toolbar-action-items/euim-toolbar-action-items.component.d.ts +2 -3
  175. package/lib/components/layout/euim-toolbar/euim-toolbar-action-items/euim-toolbar-action-items.component.d.ts.map +1 -1
  176. package/lib/components/layout/euim-toolbar/euim-toolbar-title/euim-toolbar-title.component.d.ts +2 -3
  177. package/lib/components/layout/euim-toolbar/euim-toolbar-title/euim-toolbar-title.component.d.ts.map +1 -1
  178. package/lib/components/layout/euim-toolbar/euim-toolbar.component.d.ts +6 -6
  179. package/lib/components/layout/euim-toolbar/euim-toolbar.component.d.ts.map +1 -1
  180. package/lib/components/layout/euim-user-profile/euim-user-profile-action/euim-user-profile-action.component.d.ts +1 -2
  181. package/lib/components/layout/euim-user-profile/euim-user-profile-action/euim-user-profile-action.component.d.ts.map +1 -1
  182. package/lib/components/layout/euim-user-profile/euim-user-profile-avatar/euim-user-profile-avatar.component.d.ts +1 -2
  183. package/lib/components/layout/euim-user-profile/euim-user-profile-avatar/euim-user-profile-avatar.component.d.ts.map +1 -1
  184. package/lib/components/layout/euim-user-profile/euim-user-profile-infos/euim-user-profile-infos.component.d.ts +1 -2
  185. package/lib/components/layout/euim-user-profile/euim-user-profile-infos/euim-user-profile-infos.component.d.ts.map +1 -1
  186. package/lib/components/layout/euim-user-profile/euim-user-profile-infos-item/euim-user-profile-infos-item.component.d.ts +1 -2
  187. package/lib/components/layout/euim-user-profile/euim-user-profile-infos-item/euim-user-profile-infos-item.component.d.ts.map +1 -1
  188. package/lib/components/layout/euim-user-profile/euim-user-profile.component.d.ts +1 -2
  189. package/lib/components/layout/euim-user-profile/euim-user-profile.component.d.ts.map +1 -1
  190. package/package.json +1 -1
  191. package/docs/directives/EuimBaseDirective.html +0 -2930
  192. package/esm2022/lib/components/euim-base.directive.mjs +0 -286
  193. package/lib/components/euim-base.directive.d.ts +0 -86
  194. package/lib/components/euim-base.directive.d.ts.map +0 -1
@@ -63,12 +63,6 @@
63
63
 
64
64
 
65
65
 
66
- <p class="comment">
67
- <h3>Extends</h3>
68
- </p>
69
- <p class="comment">
70
- <code><a href="../directives/EuimBaseDirective.html" target="_self" >EuimBaseDirective</a></code>
71
- </p>
72
66
 
73
67
 
74
68
 
@@ -83,6 +77,14 @@
83
77
  </tr>
84
78
 
85
79
 
80
+ <tr>
81
+ <td class="col-md-3">HostDirectives</td>
82
+ <td class="col-md-9">
83
+ <code><a href="../directives/BaseStatesDirective.html" target="_self" >BaseStatesDirective</a></code>
84
+ <br/>
85
+ <div><i>&nbsp;Inputs</i> : euimPrimary&nbsp;</div>
86
+ </td>
87
+ </tr>
86
88
 
87
89
 
88
90
  </tbody>
@@ -102,85 +104,8 @@
102
104
  <td class="col-md-4">
103
105
  <ul class="index-list">
104
106
  <li>
105
- <a href="#rootClass" >rootClass</a>
106
- </li>
107
- <li>
108
- <a href="#_euimAccent" >_euimAccent</a>
109
- </li>
110
- <li>
111
- <a href="#_euimClear" >_euimClear</a>
112
- </li>
113
- <li>
114
- <a href="#_euimDanger" >_euimDanger</a>
115
- </li>
116
- <li>
117
- <a href="#_euimDark" >_euimDark</a>
118
- </li>
119
- <li>
120
- <a href="#_euimDefault" >_euimDefault</a>
121
- </li>
122
- <li>
123
- <a href="#_euimFontBold" >_euimFontBold</a>
124
- </li>
125
- <li>
126
- <a href="#_euimFontBoldItalic" >_euimFontBoldItalic</a>
127
- </li>
128
- <li>
129
- <a href="#_euimFontItalic" >_euimFontItalic</a>
130
- </li>
131
- <li>
132
- <a href="#_euimFontLight" >_euimFontLight</a>
133
- </li>
134
- <li>
135
- <a href="#_euimFontRegular" >_euimFontRegular</a>
136
- </li>
137
- <li>
138
- <a href="#_euimInfo" >_euimInfo</a>
139
- </li>
140
- <li>
141
- <a href="#_euimInverted" >_euimInverted</a>
142
- </li>
143
- <li>
144
- <a href="#_euimLight" >_euimLight</a>
145
- </li>
146
- <li>
147
- <a href="#_euimPrimary" >_euimPrimary</a>
148
- </li>
149
- <li>
150
- <a href="#_euimSecondary" >_euimSecondary</a>
151
- </li>
152
- <li>
153
- <a href="#_euimSize2XL" >_euimSize2XL</a>
154
- </li>
155
- <li>
156
- <a href="#_euimSize2XS" >_euimSize2XS</a>
157
- </li>
158
- <li>
159
- <a href="#_euimSize3XL" >_euimSize3XL</a>
160
- </li>
161
- <li>
162
- <a href="#_euimSize4XL" >_euimSize4XL</a>
163
- </li>
164
- <li>
165
- <a href="#_euimSizeL" >_euimSizeL</a>
166
- </li>
167
- <li>
168
- <a href="#_euimSizeM" >_euimSizeM</a>
169
- </li>
170
- <li>
171
- <a href="#_euimSizeS" >_euimSizeS</a>
172
- </li>
173
- <li>
174
- <a href="#_euimSizeXL" >_euimSizeXL</a>
175
- </li>
176
- <li>
177
- <a href="#_euimSizeXS" >_euimSizeXS</a>
178
- </li>
179
- <li>
180
- <a href="#_euimSuccess" >_euimSuccess</a>
181
- </li>
182
- <li>
183
- <a href="#_euimWarning" >_euimWarning</a>
107
+ <span class="modifier">Public</span>
108
+ <a href="#baseStatesDirective" >baseStatesDirective</a>
184
109
  </li>
185
110
  </ul>
186
111
  </td>
@@ -201,98 +126,6 @@
201
126
  </td>
202
127
  </tr>
203
128
 
204
- <tr>
205
- <td class="col-md-4">
206
- <h6><b>Inputs</b></h6>
207
- </td>
208
- </tr>
209
- <tr>
210
- <td class="col-md-4">
211
- <ul class="index-list">
212
- <li>
213
- <a href="#e2eAttr" >e2eAttr</a>
214
- </li>
215
- <li>
216
- <a href="#euimAccent" >euimAccent</a>
217
- </li>
218
- <li>
219
- <a href="#euimClear" >euimClear</a>
220
- </li>
221
- <li>
222
- <a href="#euimDanger" >euimDanger</a>
223
- </li>
224
- <li>
225
- <a href="#euimDark" >euimDark</a>
226
- </li>
227
- <li>
228
- <a href="#euimDefault" >euimDefault</a>
229
- </li>
230
- <li>
231
- <a href="#euimFontBold" >euimFontBold</a>
232
- </li>
233
- <li>
234
- <a href="#euimFontBoldItalic" >euimFontBoldItalic</a>
235
- </li>
236
- <li>
237
- <a href="#euimFontItalic" >euimFontItalic</a>
238
- </li>
239
- <li>
240
- <a href="#euimFontLight" >euimFontLight</a>
241
- </li>
242
- <li>
243
- <a href="#euimFontRegular" >euimFontRegular</a>
244
- </li>
245
- <li>
246
- <a href="#euimInfo" >euimInfo</a>
247
- </li>
248
- <li>
249
- <a href="#euimInverted" >euimInverted</a>
250
- </li>
251
- <li>
252
- <a href="#euimLight" >euimLight</a>
253
- </li>
254
- <li>
255
- <a href="#euimPrimary" >euimPrimary</a>
256
- </li>
257
- <li>
258
- <a href="#euimSecondary" >euimSecondary</a>
259
- </li>
260
- <li>
261
- <a href="#euimSize2XL" >euimSize2XL</a>
262
- </li>
263
- <li>
264
- <a href="#euimSize2XS" >euimSize2XS</a>
265
- </li>
266
- <li>
267
- <a href="#euimSize3XL" >euimSize3XL</a>
268
- </li>
269
- <li>
270
- <a href="#euimSize4XL" >euimSize4XL</a>
271
- </li>
272
- <li>
273
- <a href="#euimSizeL" >euimSizeL</a>
274
- </li>
275
- <li>
276
- <a href="#euimSizeM" >euimSizeM</a>
277
- </li>
278
- <li>
279
- <a href="#euimSizeS" >euimSizeS</a>
280
- </li>
281
- <li>
282
- <a href="#euimSizeXL" >euimSizeXL</a>
283
- </li>
284
- <li>
285
- <a href="#euimSizeXS" >euimSizeXS</a>
286
- </li>
287
- <li>
288
- <a href="#euimSuccess" >euimSuccess</a>
289
- </li>
290
- <li>
291
- <a href="#euimWarning" >euimWarning</a>
292
- </li>
293
- </ul>
294
- </td>
295
- </tr>
296
129
 
297
130
 
298
131
  <tr>
@@ -329,466 +162,75 @@
329
162
  </table>
330
163
  </section>
331
164
 
332
-
333
- <section data-compodoc="block-inputs">
334
- <h3 id="inputs">Inputs</h3>
335
- <table class="table table-sm table-bordered">
336
- <tbody>
337
- <tr>
338
- <td class="col-md-4">
339
- <a name="e2eAttr"></a>
340
- <b>e2eAttr</b>
341
- </td>
342
- </tr>
343
- <tr>
344
- <td class="col-md-4">
345
- <i>Type : </i> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >any</a></code>
346
-
347
- </td>
348
- </tr>
349
- </tbody>
350
- </table>
165
+ <section data-compodoc="block-constructor">
166
+ <h3 id="constructor">Constructor</h3>
351
167
  <table class="table table-sm table-bordered">
352
168
  <tbody>
353
169
  <tr>
354
170
  <td class="col-md-4">
355
- <a name="euimAccent"></a>
356
- <b>euimAccent</b>
357
- </td>
358
- </tr>
359
- <tr>
360
- <td class="col-md-4">
361
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
362
-
171
+ <code>constructor(baseStatesDirective: <a href="../directives/BaseStatesDirective.html" target="_self">BaseStatesDirective</a>)</code>
172
+ </td>
173
+ </tr>
174
+
175
+ <tr>
176
+ <td class="col-md-4">
177
+ <div>
178
+ <b>Parameters :</b>
179
+ <table class="params">
180
+ <thead>
181
+ <tr>
182
+ <td>Name</td>
183
+ <td>Type</td>
184
+ <td>Optional</td>
185
+ </tr>
186
+ </thead>
187
+ <tbody>
188
+ <tr>
189
+ <td>baseStatesDirective</td>
190
+
191
+ <td>
192
+ <code><a href="../directives/BaseStatesDirective.html" target="_self" >BaseStatesDirective</a></code>
193
+ </td>
194
+
195
+ <td>
196
+ No
197
+ </td>
198
+
199
+ </tr>
200
+ </tbody>
201
+ </table>
202
+ </div>
363
203
  </td>
364
204
  </tr>
365
205
  </tbody>
366
206
  </table>
367
- <table class="table table-sm table-bordered">
368
- <tbody>
369
- <tr>
370
- <td class="col-md-4">
371
- <a name="euimClear"></a>
372
- <b>euimClear</b>
373
- </td>
374
- </tr>
375
- <tr>
376
- <td class="col-md-4">
377
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
207
+ </section>
378
208
 
379
- </td>
380
- </tr>
381
- </tbody>
382
- </table>
383
- <table class="table table-sm table-bordered">
384
- <tbody>
385
- <tr>
386
- <td class="col-md-4">
387
- <a name="euimDanger"></a>
388
- <b>euimDanger</b>
389
- </td>
390
- </tr>
391
- <tr>
392
- <td class="col-md-4">
393
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
394
209
 
395
- </td>
396
- </tr>
397
- </tbody>
398
- </table>
399
- <table class="table table-sm table-bordered">
400
- <tbody>
401
- <tr>
402
- <td class="col-md-4">
403
- <a name="euimDark"></a>
404
- <b>euimDark</b>
405
- </td>
406
- </tr>
407
- <tr>
408
- <td class="col-md-4">
409
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
410
210
 
411
- </td>
412
- </tr>
413
- </tbody>
414
- </table>
415
- <table class="table table-sm table-bordered">
416
- <tbody>
417
- <tr>
418
- <td class="col-md-4">
419
- <a name="euimDefault"></a>
420
- <b>euimDefault</b>
421
- </td>
422
- </tr>
211
+ <section data-compodoc="block-properties">
212
+ <h3>HostBindings</h3> <table class="table table-sm table-bordered">
213
+ <tbody>
214
+ <tr>
215
+ <td class="col-md-4">
216
+ <a name="class"></a>
217
+ <span class="name">
218
+ <span ><b>class</b></span>
219
+ <a href="#class"><span class="icon ion-ios-link"></span></a>
220
+ </span>
221
+ </td>
222
+ </tr>
423
223
  <tr>
424
224
  <td class="col-md-4">
425
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
225
+ <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
426
226
 
427
227
  </td>
428
228
  </tr>
429
- </tbody>
430
- </table>
431
- <table class="table table-sm table-bordered">
432
- <tbody>
433
- <tr>
434
- <td class="col-md-4">
435
- <a name="euimFontBold"></a>
436
- <b>euimFontBold</b>
437
- </td>
438
- </tr>
439
- <tr>
440
- <td class="col-md-4">
441
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
442
229
 
443
- </td>
444
- </tr>
445
- </tbody>
446
- </table>
447
- <table class="table table-sm table-bordered">
448
- <tbody>
449
- <tr>
450
- <td class="col-md-4">
451
- <a name="euimFontBoldItalic"></a>
452
- <b>euimFontBoldItalic</b>
453
- </td>
454
- </tr>
455
- <tr>
456
- <td class="col-md-4">
457
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
458
230
 
459
- </td>
460
- </tr>
461
- </tbody>
462
- </table>
463
- <table class="table table-sm table-bordered">
464
- <tbody>
465
- <tr>
466
- <td class="col-md-4">
467
- <a name="euimFontItalic"></a>
468
- <b>euimFontItalic</b>
469
- </td>
470
- </tr>
471
- <tr>
472
- <td class="col-md-4">
473
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
474
-
475
- </td>
476
- </tr>
477
- </tbody>
478
- </table>
479
- <table class="table table-sm table-bordered">
480
- <tbody>
481
- <tr>
482
- <td class="col-md-4">
483
- <a name="euimFontLight"></a>
484
- <b>euimFontLight</b>
485
- </td>
486
- </tr>
487
- <tr>
488
- <td class="col-md-4">
489
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
490
-
491
- </td>
492
- </tr>
493
- </tbody>
494
- </table>
495
- <table class="table table-sm table-bordered">
496
- <tbody>
497
- <tr>
498
- <td class="col-md-4">
499
- <a name="euimFontRegular"></a>
500
- <b>euimFontRegular</b>
501
- </td>
502
- </tr>
503
- <tr>
504
- <td class="col-md-4">
505
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
506
-
507
- </td>
508
- </tr>
509
- </tbody>
510
- </table>
511
- <table class="table table-sm table-bordered">
512
- <tbody>
513
- <tr>
514
- <td class="col-md-4">
515
- <a name="euimInfo"></a>
516
- <b>euimInfo</b>
517
- </td>
518
- </tr>
519
- <tr>
520
- <td class="col-md-4">
521
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
522
-
523
- </td>
524
- </tr>
525
- </tbody>
526
- </table>
527
- <table class="table table-sm table-bordered">
528
- <tbody>
529
- <tr>
530
- <td class="col-md-4">
531
- <a name="euimInverted"></a>
532
- <b>euimInverted</b>
533
- </td>
534
- </tr>
535
- <tr>
536
- <td class="col-md-4">
537
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
538
-
539
- </td>
540
- </tr>
541
- </tbody>
542
- </table>
543
- <table class="table table-sm table-bordered">
544
- <tbody>
545
- <tr>
546
- <td class="col-md-4">
547
- <a name="euimLight"></a>
548
- <b>euimLight</b>
549
- </td>
550
- </tr>
551
- <tr>
552
- <td class="col-md-4">
553
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
554
-
555
- </td>
556
- </tr>
557
- </tbody>
558
- </table>
559
- <table class="table table-sm table-bordered">
560
- <tbody>
561
- <tr>
562
- <td class="col-md-4">
563
- <a name="euimPrimary"></a>
564
- <b>euimPrimary</b>
565
- </td>
566
- </tr>
567
- <tr>
568
- <td class="col-md-4">
569
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
570
-
571
- </td>
572
- </tr>
573
- </tbody>
574
- </table>
575
- <table class="table table-sm table-bordered">
576
- <tbody>
577
- <tr>
578
- <td class="col-md-4">
579
- <a name="euimSecondary"></a>
580
- <b>euimSecondary</b>
581
- </td>
582
- </tr>
583
- <tr>
584
- <td class="col-md-4">
585
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
586
-
587
- </td>
588
- </tr>
589
- </tbody>
590
- </table>
591
- <table class="table table-sm table-bordered">
592
- <tbody>
593
- <tr>
594
- <td class="col-md-4">
595
- <a name="euimSize2XL"></a>
596
- <b>euimSize2XL</b>
597
- </td>
598
- </tr>
599
- <tr>
600
- <td class="col-md-4">
601
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
602
-
603
- </td>
604
- </tr>
605
- </tbody>
606
- </table>
607
- <table class="table table-sm table-bordered">
608
- <tbody>
609
- <tr>
610
- <td class="col-md-4">
611
- <a name="euimSize2XS"></a>
612
- <b>euimSize2XS</b>
613
- </td>
614
- </tr>
615
- <tr>
616
- <td class="col-md-4">
617
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
618
-
619
- </td>
620
- </tr>
621
- </tbody>
622
- </table>
623
- <table class="table table-sm table-bordered">
624
- <tbody>
625
- <tr>
626
- <td class="col-md-4">
627
- <a name="euimSize3XL"></a>
628
- <b>euimSize3XL</b>
629
- </td>
630
- </tr>
631
- <tr>
632
- <td class="col-md-4">
633
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
634
-
635
- </td>
636
- </tr>
637
- </tbody>
638
- </table>
639
- <table class="table table-sm table-bordered">
640
- <tbody>
641
- <tr>
642
- <td class="col-md-4">
643
- <a name="euimSize4XL"></a>
644
- <b>euimSize4XL</b>
645
- </td>
646
- </tr>
647
- <tr>
648
- <td class="col-md-4">
649
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
650
-
651
- </td>
652
- </tr>
653
- </tbody>
654
- </table>
655
- <table class="table table-sm table-bordered">
656
- <tbody>
657
- <tr>
658
- <td class="col-md-4">
659
- <a name="euimSizeL"></a>
660
- <b>euimSizeL</b>
661
- </td>
662
- </tr>
663
- <tr>
664
- <td class="col-md-4">
665
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
666
-
667
- </td>
668
- </tr>
669
- </tbody>
670
- </table>
671
- <table class="table table-sm table-bordered">
672
- <tbody>
673
- <tr>
674
- <td class="col-md-4">
675
- <a name="euimSizeM"></a>
676
- <b>euimSizeM</b>
677
- </td>
678
- </tr>
679
- <tr>
680
- <td class="col-md-4">
681
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
682
-
683
- </td>
684
- </tr>
685
- </tbody>
686
- </table>
687
- <table class="table table-sm table-bordered">
688
- <tbody>
689
- <tr>
690
- <td class="col-md-4">
691
- <a name="euimSizeS"></a>
692
- <b>euimSizeS</b>
693
- </td>
694
- </tr>
695
- <tr>
696
- <td class="col-md-4">
697
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
698
-
699
- </td>
700
- </tr>
701
- </tbody>
702
- </table>
703
- <table class="table table-sm table-bordered">
704
- <tbody>
705
- <tr>
706
- <td class="col-md-4">
707
- <a name="euimSizeXL"></a>
708
- <b>euimSizeXL</b>
709
- </td>
710
- </tr>
711
- <tr>
712
- <td class="col-md-4">
713
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
714
-
715
- </td>
716
- </tr>
717
- </tbody>
718
- </table>
719
- <table class="table table-sm table-bordered">
720
- <tbody>
721
- <tr>
722
- <td class="col-md-4">
723
- <a name="euimSizeXS"></a>
724
- <b>euimSizeXS</b>
725
- </td>
726
- </tr>
727
- <tr>
728
- <td class="col-md-4">
729
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
730
-
731
- </td>
732
- </tr>
733
- </tbody>
734
- </table>
735
- <table class="table table-sm table-bordered">
736
- <tbody>
737
- <tr>
738
- <td class="col-md-4">
739
- <a name="euimSuccess"></a>
740
- <b>euimSuccess</b>
741
- </td>
742
- </tr>
743
- <tr>
744
- <td class="col-md-4">
745
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
746
-
747
- </td>
748
- </tr>
749
- </tbody>
750
- </table>
751
- <table class="table table-sm table-bordered">
752
- <tbody>
753
- <tr>
754
- <td class="col-md-4">
755
- <a name="euimWarning"></a>
756
- <b>euimWarning</b>
757
- </td>
758
- </tr>
759
- <tr>
760
- <td class="col-md-4">
761
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
762
-
763
- </td>
764
- </tr>
765
- </tbody>
766
- </table>
767
- </section>
768
-
769
- <section data-compodoc="block-properties">
770
- <h3>HostBindings</h3> <table class="table table-sm table-bordered">
771
- <tbody>
772
- <tr>
773
- <td class="col-md-4">
774
- <a name="class"></a>
775
- <span class="name">
776
- <span ><b>class</b></span>
777
- <a href="#class"><span class="icon ion-ios-link"></span></a>
778
- </span>
779
- </td>
780
- </tr>
781
- <tr>
782
- <td class="col-md-4">
783
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
784
-
785
- </td>
786
- </tr>
787
-
788
-
789
- </tbody>
790
- </table>
791
- </section>
231
+ </tbody>
232
+ </table>
233
+ </section>
792
234
 
793
235
 
794
236
  <section data-compodoc="block-methods">
@@ -809,7 +251,7 @@
809
251
  </tr>
810
252
  <tr>
811
253
  <td class="col-md-4">
812
- <code>getCssClasses(rootClass: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank">string</a>)</code>
254
+ <code>getCssClasses()</code>
813
255
  </td>
814
256
  </tr>
815
257
 
@@ -819,40 +261,10 @@
819
261
  <tr>
820
262
  <td class="col-md-4">
821
263
 
822
- <div class="io-description">
823
- <b>Parameters :</b>
824
-
825
- <table class="params">
826
- <thead>
827
- <tr>
828
- <td>Name</td>
829
- <td>Type</td>
830
- <td>Optional</td>
831
- </tr>
832
- </thead>
833
- <tbody>
834
- <tr>
835
- <td>rootClass</td>
836
- <td>
837
- <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
838
- </td>
839
-
840
- <td>
841
- No
842
- </td>
843
-
844
-
845
- </tr>
846
- </tbody>
847
- </table>
848
- </div>
849
264
  <div class="io-description">
850
265
  <b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
851
266
 
852
267
  </div>
853
- <div class="io-description">
854
-
855
- </div>
856
268
  </td>
857
269
  </tr>
858
270
  </tbody>
@@ -867,542 +279,18 @@
867
279
  <tbody>
868
280
  <tr>
869
281
  <td class="col-md-4">
870
- <a name="rootClass"></a>
282
+ <a name="baseStatesDirective"></a>
871
283
  <span class="name">
872
- <span ><b>rootClass</b></span>
873
- <a href="#rootClass"><span class="icon ion-ios-link"></span></a>
284
+ <span class="modifier">Public</span>
285
+ <span ><b>baseStatesDirective</b></span>
286
+ <a href="#baseStatesDirective"><span class="icon ion-ios-link"></span></a>
874
287
  </span>
875
288
  </td>
876
289
  </tr>
877
290
  <tr>
878
291
  <td class="col-md-4">
879
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
880
-
881
- </td>
882
- </tr>
883
- <tr>
884
- <td class="col-md-4">
885
- <i>Default value : </i><code>&#x27;euim-data-summary__col-label&#x27;</code>
886
- </td>
887
- </tr>
292
+ <i>Type : </i> <code><a href="../directives/BaseStatesDirective.html" target="_self" >BaseStatesDirective</a></code>
888
293
 
889
-
890
- </tbody>
891
- </table>
892
- <table class="table table-sm table-bordered">
893
- <tbody>
894
- <tr>
895
- <td class="col-md-4">
896
- <a name="_euimAccent"></a>
897
- <span class="name">
898
- <span ><b>_euimAccent</b></span>
899
- <a href="#_euimAccent"><span class="icon ion-ios-link"></span></a>
900
- </span>
901
- </td>
902
- </tr>
903
- <tr>
904
- <td class="col-md-4">
905
- <i>Default value : </i><code>false</code>
906
- </td>
907
- </tr>
908
-
909
-
910
- </tbody>
911
- </table>
912
- <table class="table table-sm table-bordered">
913
- <tbody>
914
- <tr>
915
- <td class="col-md-4">
916
- <a name="_euimClear"></a>
917
- <span class="name">
918
- <span ><b>_euimClear</b></span>
919
- <a href="#_euimClear"><span class="icon ion-ios-link"></span></a>
920
- </span>
921
- </td>
922
- </tr>
923
- <tr>
924
- <td class="col-md-4">
925
- <i>Default value : </i><code>false</code>
926
- </td>
927
- </tr>
928
-
929
-
930
- </tbody>
931
- </table>
932
- <table class="table table-sm table-bordered">
933
- <tbody>
934
- <tr>
935
- <td class="col-md-4">
936
- <a name="_euimDanger"></a>
937
- <span class="name">
938
- <span ><b>_euimDanger</b></span>
939
- <a href="#_euimDanger"><span class="icon ion-ios-link"></span></a>
940
- </span>
941
- </td>
942
- </tr>
943
- <tr>
944
- <td class="col-md-4">
945
- <i>Default value : </i><code>false</code>
946
- </td>
947
- </tr>
948
-
949
-
950
- </tbody>
951
- </table>
952
- <table class="table table-sm table-bordered">
953
- <tbody>
954
- <tr>
955
- <td class="col-md-4">
956
- <a name="_euimDark"></a>
957
- <span class="name">
958
- <span ><b>_euimDark</b></span>
959
- <a href="#_euimDark"><span class="icon ion-ios-link"></span></a>
960
- </span>
961
- </td>
962
- </tr>
963
- <tr>
964
- <td class="col-md-4">
965
- <i>Default value : </i><code>false</code>
966
- </td>
967
- </tr>
968
-
969
-
970
- </tbody>
971
- </table>
972
- <table class="table table-sm table-bordered">
973
- <tbody>
974
- <tr>
975
- <td class="col-md-4">
976
- <a name="_euimDefault"></a>
977
- <span class="name">
978
- <span ><b>_euimDefault</b></span>
979
- <a href="#_euimDefault"><span class="icon ion-ios-link"></span></a>
980
- </span>
981
- </td>
982
- </tr>
983
- <tr>
984
- <td class="col-md-4">
985
- <i>Default value : </i><code>false</code>
986
- </td>
987
- </tr>
988
-
989
-
990
- </tbody>
991
- </table>
992
- <table class="table table-sm table-bordered">
993
- <tbody>
994
- <tr>
995
- <td class="col-md-4">
996
- <a name="_euimFontBold"></a>
997
- <span class="name">
998
- <span ><b>_euimFontBold</b></span>
999
- <a href="#_euimFontBold"><span class="icon ion-ios-link"></span></a>
1000
- </span>
1001
- </td>
1002
- </tr>
1003
- <tr>
1004
- <td class="col-md-4">
1005
- <i>Default value : </i><code>false</code>
1006
- </td>
1007
- </tr>
1008
-
1009
-
1010
- </tbody>
1011
- </table>
1012
- <table class="table table-sm table-bordered">
1013
- <tbody>
1014
- <tr>
1015
- <td class="col-md-4">
1016
- <a name="_euimFontBoldItalic"></a>
1017
- <span class="name">
1018
- <span ><b>_euimFontBoldItalic</b></span>
1019
- <a href="#_euimFontBoldItalic"><span class="icon ion-ios-link"></span></a>
1020
- </span>
1021
- </td>
1022
- </tr>
1023
- <tr>
1024
- <td class="col-md-4">
1025
- <i>Default value : </i><code>false</code>
1026
- </td>
1027
- </tr>
1028
-
1029
-
1030
- </tbody>
1031
- </table>
1032
- <table class="table table-sm table-bordered">
1033
- <tbody>
1034
- <tr>
1035
- <td class="col-md-4">
1036
- <a name="_euimFontItalic"></a>
1037
- <span class="name">
1038
- <span ><b>_euimFontItalic</b></span>
1039
- <a href="#_euimFontItalic"><span class="icon ion-ios-link"></span></a>
1040
- </span>
1041
- </td>
1042
- </tr>
1043
- <tr>
1044
- <td class="col-md-4">
1045
- <i>Default value : </i><code>false</code>
1046
- </td>
1047
- </tr>
1048
-
1049
-
1050
- </tbody>
1051
- </table>
1052
- <table class="table table-sm table-bordered">
1053
- <tbody>
1054
- <tr>
1055
- <td class="col-md-4">
1056
- <a name="_euimFontLight"></a>
1057
- <span class="name">
1058
- <span ><b>_euimFontLight</b></span>
1059
- <a href="#_euimFontLight"><span class="icon ion-ios-link"></span></a>
1060
- </span>
1061
- </td>
1062
- </tr>
1063
- <tr>
1064
- <td class="col-md-4">
1065
- <i>Default value : </i><code>false</code>
1066
- </td>
1067
- </tr>
1068
-
1069
-
1070
- </tbody>
1071
- </table>
1072
- <table class="table table-sm table-bordered">
1073
- <tbody>
1074
- <tr>
1075
- <td class="col-md-4">
1076
- <a name="_euimFontRegular"></a>
1077
- <span class="name">
1078
- <span ><b>_euimFontRegular</b></span>
1079
- <a href="#_euimFontRegular"><span class="icon ion-ios-link"></span></a>
1080
- </span>
1081
- </td>
1082
- </tr>
1083
- <tr>
1084
- <td class="col-md-4">
1085
- <i>Default value : </i><code>false</code>
1086
- </td>
1087
- </tr>
1088
-
1089
-
1090
- </tbody>
1091
- </table>
1092
- <table class="table table-sm table-bordered">
1093
- <tbody>
1094
- <tr>
1095
- <td class="col-md-4">
1096
- <a name="_euimInfo"></a>
1097
- <span class="name">
1098
- <span ><b>_euimInfo</b></span>
1099
- <a href="#_euimInfo"><span class="icon ion-ios-link"></span></a>
1100
- </span>
1101
- </td>
1102
- </tr>
1103
- <tr>
1104
- <td class="col-md-4">
1105
- <i>Default value : </i><code>false</code>
1106
- </td>
1107
- </tr>
1108
-
1109
-
1110
- </tbody>
1111
- </table>
1112
- <table class="table table-sm table-bordered">
1113
- <tbody>
1114
- <tr>
1115
- <td class="col-md-4">
1116
- <a name="_euimInverted"></a>
1117
- <span class="name">
1118
- <span ><b>_euimInverted</b></span>
1119
- <a href="#_euimInverted"><span class="icon ion-ios-link"></span></a>
1120
- </span>
1121
- </td>
1122
- </tr>
1123
- <tr>
1124
- <td class="col-md-4">
1125
- <i>Default value : </i><code>false</code>
1126
- </td>
1127
- </tr>
1128
-
1129
-
1130
- </tbody>
1131
- </table>
1132
- <table class="table table-sm table-bordered">
1133
- <tbody>
1134
- <tr>
1135
- <td class="col-md-4">
1136
- <a name="_euimLight"></a>
1137
- <span class="name">
1138
- <span ><b>_euimLight</b></span>
1139
- <a href="#_euimLight"><span class="icon ion-ios-link"></span></a>
1140
- </span>
1141
- </td>
1142
- </tr>
1143
- <tr>
1144
- <td class="col-md-4">
1145
- <i>Default value : </i><code>false</code>
1146
- </td>
1147
- </tr>
1148
-
1149
-
1150
- </tbody>
1151
- </table>
1152
- <table class="table table-sm table-bordered">
1153
- <tbody>
1154
- <tr>
1155
- <td class="col-md-4">
1156
- <a name="_euimPrimary"></a>
1157
- <span class="name">
1158
- <span ><b>_euimPrimary</b></span>
1159
- <a href="#_euimPrimary"><span class="icon ion-ios-link"></span></a>
1160
- </span>
1161
- </td>
1162
- </tr>
1163
- <tr>
1164
- <td class="col-md-4">
1165
- <i>Default value : </i><code>false</code>
1166
- </td>
1167
- </tr>
1168
-
1169
-
1170
- </tbody>
1171
- </table>
1172
- <table class="table table-sm table-bordered">
1173
- <tbody>
1174
- <tr>
1175
- <td class="col-md-4">
1176
- <a name="_euimSecondary"></a>
1177
- <span class="name">
1178
- <span ><b>_euimSecondary</b></span>
1179
- <a href="#_euimSecondary"><span class="icon ion-ios-link"></span></a>
1180
- </span>
1181
- </td>
1182
- </tr>
1183
- <tr>
1184
- <td class="col-md-4">
1185
- <i>Default value : </i><code>false</code>
1186
- </td>
1187
- </tr>
1188
-
1189
-
1190
- </tbody>
1191
- </table>
1192
- <table class="table table-sm table-bordered">
1193
- <tbody>
1194
- <tr>
1195
- <td class="col-md-4">
1196
- <a name="_euimSize2XL"></a>
1197
- <span class="name">
1198
- <span ><b>_euimSize2XL</b></span>
1199
- <a href="#_euimSize2XL"><span class="icon ion-ios-link"></span></a>
1200
- </span>
1201
- </td>
1202
- </tr>
1203
- <tr>
1204
- <td class="col-md-4">
1205
- <i>Default value : </i><code>false</code>
1206
- </td>
1207
- </tr>
1208
-
1209
-
1210
- </tbody>
1211
- </table>
1212
- <table class="table table-sm table-bordered">
1213
- <tbody>
1214
- <tr>
1215
- <td class="col-md-4">
1216
- <a name="_euimSize2XS"></a>
1217
- <span class="name">
1218
- <span ><b>_euimSize2XS</b></span>
1219
- <a href="#_euimSize2XS"><span class="icon ion-ios-link"></span></a>
1220
- </span>
1221
- </td>
1222
- </tr>
1223
- <tr>
1224
- <td class="col-md-4">
1225
- <i>Default value : </i><code>false</code>
1226
- </td>
1227
- </tr>
1228
-
1229
-
1230
- </tbody>
1231
- </table>
1232
- <table class="table table-sm table-bordered">
1233
- <tbody>
1234
- <tr>
1235
- <td class="col-md-4">
1236
- <a name="_euimSize3XL"></a>
1237
- <span class="name">
1238
- <span ><b>_euimSize3XL</b></span>
1239
- <a href="#_euimSize3XL"><span class="icon ion-ios-link"></span></a>
1240
- </span>
1241
- </td>
1242
- </tr>
1243
- <tr>
1244
- <td class="col-md-4">
1245
- <i>Default value : </i><code>false</code>
1246
- </td>
1247
- </tr>
1248
-
1249
-
1250
- </tbody>
1251
- </table>
1252
- <table class="table table-sm table-bordered">
1253
- <tbody>
1254
- <tr>
1255
- <td class="col-md-4">
1256
- <a name="_euimSize4XL"></a>
1257
- <span class="name">
1258
- <span ><b>_euimSize4XL</b></span>
1259
- <a href="#_euimSize4XL"><span class="icon ion-ios-link"></span></a>
1260
- </span>
1261
- </td>
1262
- </tr>
1263
- <tr>
1264
- <td class="col-md-4">
1265
- <i>Default value : </i><code>false</code>
1266
- </td>
1267
- </tr>
1268
-
1269
-
1270
- </tbody>
1271
- </table>
1272
- <table class="table table-sm table-bordered">
1273
- <tbody>
1274
- <tr>
1275
- <td class="col-md-4">
1276
- <a name="_euimSizeL"></a>
1277
- <span class="name">
1278
- <span ><b>_euimSizeL</b></span>
1279
- <a href="#_euimSizeL"><span class="icon ion-ios-link"></span></a>
1280
- </span>
1281
- </td>
1282
- </tr>
1283
- <tr>
1284
- <td class="col-md-4">
1285
- <i>Default value : </i><code>false</code>
1286
- </td>
1287
- </tr>
1288
-
1289
-
1290
- </tbody>
1291
- </table>
1292
- <table class="table table-sm table-bordered">
1293
- <tbody>
1294
- <tr>
1295
- <td class="col-md-4">
1296
- <a name="_euimSizeM"></a>
1297
- <span class="name">
1298
- <span ><b>_euimSizeM</b></span>
1299
- <a href="#_euimSizeM"><span class="icon ion-ios-link"></span></a>
1300
- </span>
1301
- </td>
1302
- </tr>
1303
- <tr>
1304
- <td class="col-md-4">
1305
- <i>Default value : </i><code>false</code>
1306
- </td>
1307
- </tr>
1308
-
1309
-
1310
- </tbody>
1311
- </table>
1312
- <table class="table table-sm table-bordered">
1313
- <tbody>
1314
- <tr>
1315
- <td class="col-md-4">
1316
- <a name="_euimSizeS"></a>
1317
- <span class="name">
1318
- <span ><b>_euimSizeS</b></span>
1319
- <a href="#_euimSizeS"><span class="icon ion-ios-link"></span></a>
1320
- </span>
1321
- </td>
1322
- </tr>
1323
- <tr>
1324
- <td class="col-md-4">
1325
- <i>Default value : </i><code>false</code>
1326
- </td>
1327
- </tr>
1328
-
1329
-
1330
- </tbody>
1331
- </table>
1332
- <table class="table table-sm table-bordered">
1333
- <tbody>
1334
- <tr>
1335
- <td class="col-md-4">
1336
- <a name="_euimSizeXL"></a>
1337
- <span class="name">
1338
- <span ><b>_euimSizeXL</b></span>
1339
- <a href="#_euimSizeXL"><span class="icon ion-ios-link"></span></a>
1340
- </span>
1341
- </td>
1342
- </tr>
1343
- <tr>
1344
- <td class="col-md-4">
1345
- <i>Default value : </i><code>false</code>
1346
- </td>
1347
- </tr>
1348
-
1349
-
1350
- </tbody>
1351
- </table>
1352
- <table class="table table-sm table-bordered">
1353
- <tbody>
1354
- <tr>
1355
- <td class="col-md-4">
1356
- <a name="_euimSizeXS"></a>
1357
- <span class="name">
1358
- <span ><b>_euimSizeXS</b></span>
1359
- <a href="#_euimSizeXS"><span class="icon ion-ios-link"></span></a>
1360
- </span>
1361
- </td>
1362
- </tr>
1363
- <tr>
1364
- <td class="col-md-4">
1365
- <i>Default value : </i><code>false</code>
1366
- </td>
1367
- </tr>
1368
-
1369
-
1370
- </tbody>
1371
- </table>
1372
- <table class="table table-sm table-bordered">
1373
- <tbody>
1374
- <tr>
1375
- <td class="col-md-4">
1376
- <a name="_euimSuccess"></a>
1377
- <span class="name">
1378
- <span ><b>_euimSuccess</b></span>
1379
- <a href="#_euimSuccess"><span class="icon ion-ios-link"></span></a>
1380
- </span>
1381
- </td>
1382
- </tr>
1383
- <tr>
1384
- <td class="col-md-4">
1385
- <i>Default value : </i><code>false</code>
1386
- </td>
1387
- </tr>
1388
-
1389
-
1390
- </tbody>
1391
- </table>
1392
- <table class="table table-sm table-bordered">
1393
- <tbody>
1394
- <tr>
1395
- <td class="col-md-4">
1396
- <a name="_euimWarning"></a>
1397
- <span class="name">
1398
- <span ><b>_euimWarning</b></span>
1399
- <a href="#_euimWarning"><span class="icon ion-ios-link"></span></a>
1400
- </span>
1401
- </td>
1402
- </tr>
1403
- <tr>
1404
- <td class="col-md-4">
1405
- <i>Default value : </i><code>false</code>
1406
294
  </td>
1407
295
  </tr>
1408
296