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