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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (189) hide show
  1. package/docs/components/EuiMUserProfileActionComponent.html +33 -1243
  2. package/docs/components/EuiMUserProfileAvatarComponent.html +33 -1243
  3. package/docs/components/EuiMUserProfileInfosComponent.html +33 -1243
  4. package/docs/components/EuiMUserProfileInfosItemComponent.html +33 -1243
  5. package/docs/components/EuimAlertMessageComponent.html +113 -1264
  6. package/docs/components/EuimAppComponent.html +20 -1217
  7. package/docs/components/EuimAppSidebarComponent.html +2 -1216
  8. package/docs/components/EuimAppSidebarFooterComponent.html +1 -1
  9. package/docs/components/EuimAppSidebarHeaderComponent.html +1 -1
  10. package/docs/components/EuimAppSidebarMenuComponent.html +1 -1
  11. package/docs/components/EuimAvatarComponent.html +51 -1218
  12. package/docs/components/EuimAvatarIconComponent.html +46 -1176
  13. package/docs/components/EuimBadgeComponent.html +5 -1
  14. package/docs/components/EuimChipSelectorComponent.html +247 -1360
  15. package/docs/components/EuimControlFeedbackComponent.html +85 -1530
  16. package/docs/components/EuimDataSummaryColComponent.html +1 -1
  17. package/docs/components/EuimDataSummaryComponent.html +173 -1281
  18. package/docs/components/EuimEmptyListPlaceholderComponent.html +46 -1176
  19. package/docs/components/EuimFieldSetComponent.html +33 -1243
  20. package/docs/components/EuimFieldsetActionsComponent.html +33 -1243
  21. package/docs/components/EuimFieldsetLegendComponent.html +33 -1243
  22. package/docs/components/EuimHeaderDetailsComponent.html +1 -1
  23. package/docs/components/EuimInfoScreenComponent.html +33 -57
  24. package/docs/components/EuimLabelComponent.html +101 -1470
  25. package/docs/components/EuimLanguageListComponent.html +133 -1323
  26. package/docs/components/EuimLanguageSelectorComponent.html +133 -1312
  27. package/docs/components/EuimMediaHeaderComponent.html +69 -1109
  28. package/docs/components/EuimMenuComponent.html +146 -1403
  29. package/docs/components/EuimMessageComponent.html +80 -1529
  30. package/docs/components/EuimMessageTitleComponent.html +33 -1243
  31. package/docs/components/EuimMultiselectComponent.html +1 -1
  32. package/docs/components/EuimMultiselectFilterComponent.html +1 -1
  33. package/docs/components/EuimMultiselectInfoComponent.html +1 -1
  34. package/docs/components/EuimMultiselectListComponent.html +1 -1
  35. package/docs/components/EuimMultiselectToolbarComponent.html +1 -1
  36. package/docs/components/EuimNotificationItemComponent.html +66 -1115
  37. package/docs/components/EuimScrollerXComponent.html +51 -1248
  38. package/docs/components/EuimSidebarComponent.html +1 -1
  39. package/docs/components/EuimSidebarContentComponent.html +1 -1
  40. package/docs/components/EuimSkeletonListComponent.html +5 -1
  41. package/docs/components/EuimSkeletonListItemComponent.html +1 -1
  42. package/docs/components/EuimSlideComponent.html +1 -1
  43. package/docs/components/EuimSlideInfoScreenComponent.html +1 -1
  44. package/docs/components/EuimSliderComponent.html +50 -71
  45. package/docs/components/EuimSliderInfoScreenComponent.html +50 -71
  46. package/docs/components/EuimSpinnerComponent.html +35 -1206
  47. package/docs/components/EuimSpinnerDescriptionComponent.html +51 -1218
  48. package/docs/components/EuimSpinnerMessageComponent.html +51 -1218
  49. package/docs/components/EuimStepperComponent.html +50 -1244
  50. package/docs/components/EuimToolbarActionItemsComponent.html +52 -1249
  51. package/docs/components/EuimToolbarComponent.html +128 -1296
  52. package/docs/components/EuimToolbarTitleComponent.html +52 -1249
  53. package/docs/components/EuimUserProfileComponent.html +33 -1243
  54. package/docs/dependencies.html +2 -2
  55. package/docs/directives/EuimChipSelectorItemDirective.html +88 -1381
  56. package/docs/directives/EuimDataSummaryColLabelDirective.html +67 -1179
  57. package/docs/directives/EuimDataSummaryColValueDirective.html +100 -1216
  58. package/docs/index.html +1 -1
  59. package/docs/js/menu-wc.js +0 -3
  60. package/docs/js/menu-wc_es5.js +1 -1
  61. package/docs/js/search/search_index.js +2 -2
  62. package/esm2022/lib/components/atoms/euim-control-feedback/euim-control-feedback.component.mjs +24 -89
  63. package/esm2022/lib/components/atoms/euim-label/euim-label.component.mjs +55 -42
  64. package/esm2022/lib/components/atoms/euim-notification-item/euim-notification-item.component.mjs +27 -10
  65. package/esm2022/lib/components/euim-alert-message/euim-alert-messsage.component.mjs +5 -18
  66. package/esm2022/lib/components/euim-avatar/euim-avatar.component.mjs +9 -15
  67. package/esm2022/lib/components/euim-avatar-icon/euim-avatar-icon.component.mjs +6 -8
  68. package/esm2022/lib/components/euim-badge/euim-badge.component.mjs +4 -4
  69. package/esm2022/lib/components/euim-chip-selector/euim-chip-selector-item/euim-chip-selector-item.directive.mjs +11 -21
  70. package/esm2022/lib/components/euim-chip-selector/euim-chip-selector.component.mjs +6 -8
  71. package/esm2022/lib/components/euim-data-summary/euim-data-summary-col-label/euim-data-summary-col-label.directive.mjs +23 -13
  72. package/esm2022/lib/components/euim-data-summary/euim-data-summary-col-value/euim-data-summary-col-value.directive.mjs +14 -13
  73. package/esm2022/lib/components/euim-data-summary/euim-data-summary.component.mjs +26 -17
  74. package/esm2022/lib/components/euim-empty-list-placeholder/euim-empty-list-placeholder.component.mjs +6 -7
  75. package/esm2022/lib/components/euim-fieldset/euim-fieldset-actions/euim-fieldset-actions.component.mjs +4 -6
  76. package/esm2022/lib/components/euim-fieldset/euim-fieldset-legend/euim-fieldset-legend.component.mjs +4 -6
  77. package/esm2022/lib/components/euim-fieldset/euim-fieldset.component.mjs +4 -6
  78. package/esm2022/lib/components/euim-media-header/euim-media-header.component.mjs +27 -17
  79. package/esm2022/lib/components/euim-menu/euim-menu.component.mjs +10 -12
  80. package/esm2022/lib/components/euim-message/euim-message-title/euim-message-title.component.mjs +4 -6
  81. package/esm2022/lib/components/euim-message/euim-message.component.mjs +37 -98
  82. package/esm2022/lib/components/euim-scroller-x/euim-scroller-x.component.mjs +9 -10
  83. package/esm2022/lib/components/euim-skeleton-list/euim-skeleton-list.component.mjs +4 -4
  84. package/esm2022/lib/components/euim-slider/euim-slider.component.mjs +6 -11
  85. package/esm2022/lib/components/euim-slider-info-screen/euim-slider-info-screen.component.mjs +6 -11
  86. package/esm2022/lib/components/euim-spinner/euim-spinner-description/euim-spinner-description.component.mjs +9 -15
  87. package/esm2022/lib/components/euim-spinner/euim-spinner-message/euim-spinner-message.component.mjs +9 -15
  88. package/esm2022/lib/components/euim-spinner/euim-spinner.component.mjs +7 -13
  89. package/esm2022/lib/components/euim-stepper/euim-stepper.component.mjs +14 -8
  90. package/esm2022/lib/components/layout/euim-app/euim-app-sidebar/sidebar.component.mjs +4 -6
  91. package/esm2022/lib/components/layout/euim-app/euim-app.component.mjs +3 -5
  92. package/esm2022/lib/components/layout/euim-info-screen/euim-info-screen.component.mjs +5 -10
  93. package/esm2022/lib/components/layout/euim-language-selector/euim-language-list.component.mjs +5 -7
  94. package/esm2022/lib/components/layout/euim-language-selector/euim-language-selector.component.mjs +20 -21
  95. package/esm2022/lib/components/layout/euim-toolbar/euim-toolbar-action-items/euim-toolbar-action-items.component.mjs +10 -12
  96. package/esm2022/lib/components/layout/euim-toolbar/euim-toolbar-title/euim-toolbar-title.component.mjs +10 -12
  97. package/esm2022/lib/components/layout/euim-toolbar/euim-toolbar.component.mjs +20 -14
  98. package/esm2022/lib/components/layout/euim-user-profile/euim-user-profile-action/euim-user-profile-action.component.mjs +4 -6
  99. package/esm2022/lib/components/layout/euim-user-profile/euim-user-profile-avatar/euim-user-profile-avatar.component.mjs +4 -6
  100. package/esm2022/lib/components/layout/euim-user-profile/euim-user-profile-infos/euim-user-profile-infos.component.mjs +4 -6
  101. package/esm2022/lib/components/layout/euim-user-profile/euim-user-profile-infos-item/euim-user-profile-infos-item.component.mjs +4 -6
  102. package/esm2022/lib/components/layout/euim-user-profile/euim-user-profile.component.mjs +4 -6
  103. package/fesm2022/eui-mobile-core.mjs +665 -1088
  104. package/fesm2022/eui-mobile-core.mjs.map +1 -1
  105. package/lib/components/atoms/euim-control-feedback/euim-control-feedback.component.d.ts +6 -20
  106. package/lib/components/atoms/euim-control-feedback/euim-control-feedback.component.d.ts.map +1 -1
  107. package/lib/components/atoms/euim-label/euim-label.component.d.ts +10 -16
  108. package/lib/components/atoms/euim-label/euim-label.component.d.ts.map +1 -1
  109. package/lib/components/atoms/euim-notification-item/euim-notification-item.component.d.ts +6 -3
  110. package/lib/components/atoms/euim-notification-item/euim-notification-item.component.d.ts.map +1 -1
  111. package/lib/components/euim-alert-message/euim-alert-messsage.component.d.ts +2 -4
  112. package/lib/components/euim-alert-message/euim-alert-messsage.component.d.ts.map +1 -1
  113. package/lib/components/euim-avatar/euim-avatar.component.d.ts +2 -4
  114. package/lib/components/euim-avatar/euim-avatar.component.d.ts.map +1 -1
  115. package/lib/components/euim-avatar-icon/euim-avatar-icon.component.d.ts +1 -2
  116. package/lib/components/euim-avatar-icon/euim-avatar-icon.component.d.ts.map +1 -1
  117. package/lib/components/euim-badge/euim-badge.component.d.ts.map +1 -1
  118. package/lib/components/euim-chip-selector/euim-chip-selector-item/euim-chip-selector-item.directive.d.ts +4 -8
  119. package/lib/components/euim-chip-selector/euim-chip-selector-item/euim-chip-selector-item.directive.d.ts.map +1 -1
  120. package/lib/components/euim-chip-selector/euim-chip-selector.component.d.ts +3 -4
  121. package/lib/components/euim-chip-selector/euim-chip-selector.component.d.ts.map +1 -1
  122. package/lib/components/euim-data-summary/euim-data-summary-col-label/euim-data-summary-col-label.directive.d.ts +7 -5
  123. package/lib/components/euim-data-summary/euim-data-summary-col-label/euim-data-summary-col-label.directive.d.ts.map +1 -1
  124. package/lib/components/euim-data-summary/euim-data-summary-col-value/euim-data-summary-col-value.directive.d.ts +5 -4
  125. package/lib/components/euim-data-summary/euim-data-summary-col-value/euim-data-summary-col-value.directive.d.ts.map +1 -1
  126. package/lib/components/euim-data-summary/euim-data-summary.component.d.ts +7 -5
  127. package/lib/components/euim-data-summary/euim-data-summary.component.d.ts.map +1 -1
  128. package/lib/components/euim-empty-list-placeholder/euim-empty-list-placeholder.component.d.ts +1 -2
  129. package/lib/components/euim-empty-list-placeholder/euim-empty-list-placeholder.component.d.ts.map +1 -1
  130. package/lib/components/euim-fieldset/euim-fieldset-actions/euim-fieldset-actions.component.d.ts +1 -2
  131. package/lib/components/euim-fieldset/euim-fieldset-actions/euim-fieldset-actions.component.d.ts.map +1 -1
  132. package/lib/components/euim-fieldset/euim-fieldset-legend/euim-fieldset-legend.component.d.ts +1 -2
  133. package/lib/components/euim-fieldset/euim-fieldset-legend/euim-fieldset-legend.component.d.ts.map +1 -1
  134. package/lib/components/euim-fieldset/euim-fieldset.component.d.ts +1 -2
  135. package/lib/components/euim-fieldset/euim-fieldset.component.d.ts.map +1 -1
  136. package/lib/components/euim-media-header/euim-media-header.component.d.ts +6 -3
  137. package/lib/components/euim-media-header/euim-media-header.component.d.ts.map +1 -1
  138. package/lib/components/euim-menu/euim-menu.component.d.ts +4 -6
  139. package/lib/components/euim-menu/euim-menu.component.d.ts.map +1 -1
  140. package/lib/components/euim-message/euim-message-title/euim-message-title.component.d.ts +1 -2
  141. package/lib/components/euim-message/euim-message-title/euim-message-title.component.d.ts.map +1 -1
  142. package/lib/components/euim-message/euim-message.component.d.ts +6 -20
  143. package/lib/components/euim-message/euim-message.component.d.ts.map +1 -1
  144. package/lib/components/euim-scroller-x/euim-scroller-x.component.d.ts +2 -3
  145. package/lib/components/euim-scroller-x/euim-scroller-x.component.d.ts.map +1 -1
  146. package/lib/components/euim-skeleton-list/euim-skeleton-list.component.d.ts.map +1 -1
  147. package/lib/components/euim-slider/euim-slider.component.d.ts +1 -2
  148. package/lib/components/euim-slider/euim-slider.component.d.ts.map +1 -1
  149. package/lib/components/euim-slider-info-screen/euim-slider-info-screen.component.d.ts +1 -2
  150. package/lib/components/euim-slider-info-screen/euim-slider-info-screen.component.d.ts.map +1 -1
  151. package/lib/components/euim-spinner/euim-spinner-description/euim-spinner-description.component.d.ts +2 -4
  152. package/lib/components/euim-spinner/euim-spinner-description/euim-spinner-description.component.d.ts.map +1 -1
  153. package/lib/components/euim-spinner/euim-spinner-message/euim-spinner-message.component.d.ts +2 -4
  154. package/lib/components/euim-spinner/euim-spinner-message/euim-spinner-message.component.d.ts.map +1 -1
  155. package/lib/components/euim-spinner/euim-spinner.component.d.ts +2 -4
  156. package/lib/components/euim-spinner/euim-spinner.component.d.ts.map +1 -1
  157. package/lib/components/euim-stepper/euim-stepper.component.d.ts +4 -4
  158. package/lib/components/euim-stepper/euim-stepper.component.d.ts.map +1 -1
  159. package/lib/components/layout/euim-app/euim-app-sidebar/sidebar.component.d.ts +1 -2
  160. package/lib/components/layout/euim-app/euim-app-sidebar/sidebar.component.d.ts.map +1 -1
  161. package/lib/components/layout/euim-app/euim-app.component.d.ts +1 -2
  162. package/lib/components/layout/euim-app/euim-app.component.d.ts.map +1 -1
  163. package/lib/components/layout/euim-info-screen/euim-info-screen.component.d.ts +1 -2
  164. package/lib/components/layout/euim-info-screen/euim-info-screen.component.d.ts.map +1 -1
  165. package/lib/components/layout/euim-language-selector/euim-language-list.component.d.ts +1 -2
  166. package/lib/components/layout/euim-language-selector/euim-language-list.component.d.ts.map +1 -1
  167. package/lib/components/layout/euim-language-selector/euim-language-selector.component.d.ts +7 -7
  168. package/lib/components/layout/euim-language-selector/euim-language-selector.component.d.ts.map +1 -1
  169. package/lib/components/layout/euim-toolbar/euim-toolbar-action-items/euim-toolbar-action-items.component.d.ts +2 -3
  170. package/lib/components/layout/euim-toolbar/euim-toolbar-action-items/euim-toolbar-action-items.component.d.ts.map +1 -1
  171. package/lib/components/layout/euim-toolbar/euim-toolbar-title/euim-toolbar-title.component.d.ts +2 -3
  172. package/lib/components/layout/euim-toolbar/euim-toolbar-title/euim-toolbar-title.component.d.ts.map +1 -1
  173. package/lib/components/layout/euim-toolbar/euim-toolbar.component.d.ts +6 -6
  174. package/lib/components/layout/euim-toolbar/euim-toolbar.component.d.ts.map +1 -1
  175. package/lib/components/layout/euim-user-profile/euim-user-profile-action/euim-user-profile-action.component.d.ts +1 -2
  176. package/lib/components/layout/euim-user-profile/euim-user-profile-action/euim-user-profile-action.component.d.ts.map +1 -1
  177. package/lib/components/layout/euim-user-profile/euim-user-profile-avatar/euim-user-profile-avatar.component.d.ts +1 -2
  178. package/lib/components/layout/euim-user-profile/euim-user-profile-avatar/euim-user-profile-avatar.component.d.ts.map +1 -1
  179. package/lib/components/layout/euim-user-profile/euim-user-profile-infos/euim-user-profile-infos.component.d.ts +1 -2
  180. package/lib/components/layout/euim-user-profile/euim-user-profile-infos/euim-user-profile-infos.component.d.ts.map +1 -1
  181. package/lib/components/layout/euim-user-profile/euim-user-profile-infos-item/euim-user-profile-infos-item.component.d.ts +1 -2
  182. package/lib/components/layout/euim-user-profile/euim-user-profile-infos-item/euim-user-profile-infos-item.component.d.ts.map +1 -1
  183. package/lib/components/layout/euim-user-profile/euim-user-profile.component.d.ts +1 -2
  184. package/lib/components/layout/euim-user-profile/euim-user-profile.component.d.ts.map +1 -1
  185. package/package.json +1 -1
  186. package/docs/directives/EuimBaseDirective.html +0 -2930
  187. package/esm2022/lib/components/euim-base.directive.mjs +0 -286
  188. package/lib/components/euim-base.directive.d.ts +0 -86
  189. package/lib/components/euim-base.directive.d.ts.map +0 -1
@@ -59,12 +59,6 @@
59
59
 
60
60
 
61
61
 
62
- <p class="comment">
63
- <h3>Extends</h3>
64
- </p>
65
- <p class="comment">
66
- <code><a href="../directives/EuimBaseDirective.html" target="_self" >EuimBaseDirective</a></code>
67
- </p>
68
62
 
69
63
  <p class="comment">
70
64
  <h3>Implements</h3>
@@ -80,6 +74,10 @@
80
74
  <table class="table table-sm table-hover metadata">
81
75
  <tbody>
82
76
 
77
+ <tr>
78
+ <td class="col-md-3">changeDetection</td>
79
+ <td class="col-md-9"><code>ChangeDetectionStrategy.OnPush</code></td>
80
+ </tr>
83
81
 
84
82
  <tr>
85
83
  <td class="col-md-3">encapsulation</td>
@@ -147,84 +145,6 @@
147
145
  <li>
148
146
  <a href="#filteredData" >filteredData</a>
149
147
  </li>
150
- <li>
151
- <a href="#_euimAccent" >_euimAccent</a>
152
- </li>
153
- <li>
154
- <a href="#_euimClear" >_euimClear</a>
155
- </li>
156
- <li>
157
- <a href="#_euimDanger" >_euimDanger</a>
158
- </li>
159
- <li>
160
- <a href="#_euimDark" >_euimDark</a>
161
- </li>
162
- <li>
163
- <a href="#_euimDefault" >_euimDefault</a>
164
- </li>
165
- <li>
166
- <a href="#_euimFontBold" >_euimFontBold</a>
167
- </li>
168
- <li>
169
- <a href="#_euimFontBoldItalic" >_euimFontBoldItalic</a>
170
- </li>
171
- <li>
172
- <a href="#_euimFontItalic" >_euimFontItalic</a>
173
- </li>
174
- <li>
175
- <a href="#_euimFontLight" >_euimFontLight</a>
176
- </li>
177
- <li>
178
- <a href="#_euimFontRegular" >_euimFontRegular</a>
179
- </li>
180
- <li>
181
- <a href="#_euimInfo" >_euimInfo</a>
182
- </li>
183
- <li>
184
- <a href="#_euimInverted" >_euimInverted</a>
185
- </li>
186
- <li>
187
- <a href="#_euimLight" >_euimLight</a>
188
- </li>
189
- <li>
190
- <a href="#_euimPrimary" >_euimPrimary</a>
191
- </li>
192
- <li>
193
- <a href="#_euimSecondary" >_euimSecondary</a>
194
- </li>
195
- <li>
196
- <a href="#_euimSize2XL" >_euimSize2XL</a>
197
- </li>
198
- <li>
199
- <a href="#_euimSize2XS" >_euimSize2XS</a>
200
- </li>
201
- <li>
202
- <a href="#_euimSize3XL" >_euimSize3XL</a>
203
- </li>
204
- <li>
205
- <a href="#_euimSize4XL" >_euimSize4XL</a>
206
- </li>
207
- <li>
208
- <a href="#_euimSizeL" >_euimSizeL</a>
209
- </li>
210
- <li>
211
- <a href="#_euimSizeM" >_euimSizeM</a>
212
- </li>
213
- <li>
214
- <a href="#_euimSizeS" >_euimSizeS</a>
215
- </li>
216
- <li>
217
- <a href="#_euimSizeXL" >_euimSizeXL</a>
218
- </li>
219
- <li>
220
- <a href="#_euimSizeXS" >_euimSizeXS</a>
221
- </li>
222
- <li>
223
- <a href="#_euimSuccess" >_euimSuccess</a>
224
- </li>
225
- <li>
226
- <a href="#_euimWarning" >_euimWarning</a>
227
- </li>
228
148
  </ul>
229
149
  </td>
230
150
  </tr>
@@ -297,87 +217,6 @@
297
217
  <li>
298
218
  <a href="#sourceData" >sourceData</a>
299
219
  </li>
300
- <li>
301
- <a href="#e2eAttr" >e2eAttr</a>
302
- </li>
303
- <li>
304
- <a href="#euimAccent" >euimAccent</a>
305
- </li>
306
- <li>
307
- <a href="#euimClear" >euimClear</a>
308
- </li>
309
- <li>
310
- <a href="#euimDanger" >euimDanger</a>
311
- </li>
312
- <li>
313
- <a href="#euimDark" >euimDark</a>
314
- </li>
315
- <li>
316
- <a href="#euimDefault" >euimDefault</a>
317
- </li>
318
- <li>
319
- <a href="#euimFontBold" >euimFontBold</a>
320
- </li>
321
- <li>
322
- <a href="#euimFontBoldItalic" >euimFontBoldItalic</a>
323
- </li>
324
- <li>
325
- <a href="#euimFontItalic" >euimFontItalic</a>
326
- </li>
327
- <li>
328
- <a href="#euimFontLight" >euimFontLight</a>
329
- </li>
330
- <li>
331
- <a href="#euimFontRegular" >euimFontRegular</a>
332
- </li>
333
- <li>
334
- <a href="#euimInfo" >euimInfo</a>
335
- </li>
336
- <li>
337
- <a href="#euimInverted" >euimInverted</a>
338
- </li>
339
- <li>
340
- <a href="#euimLight" >euimLight</a>
341
- </li>
342
- <li>
343
- <a href="#euimPrimary" >euimPrimary</a>
344
- </li>
345
- <li>
346
- <a href="#euimSecondary" >euimSecondary</a>
347
- </li>
348
- <li>
349
- <a href="#euimSize2XL" >euimSize2XL</a>
350
- </li>
351
- <li>
352
- <a href="#euimSize2XS" >euimSize2XS</a>
353
- </li>
354
- <li>
355
- <a href="#euimSize3XL" >euimSize3XL</a>
356
- </li>
357
- <li>
358
- <a href="#euimSize4XL" >euimSize4XL</a>
359
- </li>
360
- <li>
361
- <a href="#euimSizeL" >euimSizeL</a>
362
- </li>
363
- <li>
364
- <a href="#euimSizeM" >euimSizeM</a>
365
- </li>
366
- <li>
367
- <a href="#euimSizeS" >euimSizeS</a>
368
- </li>
369
- <li>
370
- <a href="#euimSizeXL" >euimSizeXL</a>
371
- </li>
372
- <li>
373
- <a href="#euimSizeXS" >euimSizeXS</a>
374
- </li>
375
- <li>
376
- <a href="#euimSuccess" >euimSuccess</a>
377
- </li>
378
- <li>
379
- <a href="#euimWarning" >euimWarning</a>
380
- </li>
381
220
  </ul>
382
221
  </td>
383
222
  </tr>
@@ -584,17 +423,20 @@
584
423
  </tr>
585
424
  </tbody>
586
425
  </table>
426
+ </section>
427
+ <section data-compodoc="block-outputs">
428
+ <h3 id="outputs">Outputs</h3>
587
429
  <table class="table table-sm table-bordered">
588
430
  <tbody>
589
431
  <tr>
590
432
  <td class="col-md-4">
591
- <a name="e2eAttr"></a>
592
- <b>e2eAttr</b>
433
+ <a name="clickItems"></a>
434
+ <b>clickItems</b>
593
435
  </td>
594
436
  </tr>
595
437
  <tr>
596
438
  <td class="col-md-4">
597
- <i>Type : </i> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >any</a></code>
439
+ <i>Type : </i> <code>EventEmitter</code>
598
440
 
599
441
  </td>
600
442
  </tr>
@@ -604,557 +446,65 @@
604
446
  <tbody>
605
447
  <tr>
606
448
  <td class="col-md-4">
607
- <a name="euimAccent"></a>
608
- <b>euimAccent</b>
449
+ <a name="filterData"></a>
450
+ <b>filterData</b>
609
451
  </td>
610
452
  </tr>
611
453
  <tr>
612
454
  <td class="col-md-4">
613
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
455
+ <i>Type : </i> <code>EventEmitter</code>
614
456
 
615
457
  </td>
616
458
  </tr>
617
459
  </tbody>
618
460
  </table>
619
- <table class="table table-sm table-bordered">
620
- <tbody>
621
- <tr>
622
- <td class="col-md-4">
623
- <a name="euimClear"></a>
624
- <b>euimClear</b>
625
- </td>
626
- </tr>
461
+ </section>
462
+ <section data-compodoc="block-properties">
463
+ <h3>HostBindings</h3> <table class="table table-sm table-bordered">
464
+ <tbody>
465
+ <tr>
466
+ <td class="col-md-4">
467
+ <a name="class"></a>
468
+ <span class="name">
469
+ <span ><b>class</b></span>
470
+ <a href="#class"><span class="icon ion-ios-link"></span></a>
471
+ </span>
472
+ </td>
473
+ </tr>
627
474
  <tr>
628
475
  <td class="col-md-4">
629
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
476
+ <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
630
477
 
631
478
  </td>
632
479
  </tr>
633
- </tbody>
634
- </table>
635
- <table class="table table-sm table-bordered">
636
- <tbody>
637
- <tr>
638
- <td class="col-md-4">
639
- <a name="euimDanger"></a>
640
- <b>euimDanger</b>
641
- </td>
642
- </tr>
643
- <tr>
644
- <td class="col-md-4">
645
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
646
480
 
647
- </td>
648
- </tr>
649
- </tbody>
650
- </table>
651
- <table class="table table-sm table-bordered">
652
- <tbody>
653
- <tr>
654
- <td class="col-md-4">
655
- <a name="euimDark"></a>
656
- <b>euimDark</b>
657
- </td>
658
- </tr>
659
- <tr>
660
- <td class="col-md-4">
661
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
662
481
 
663
- </td>
664
- </tr>
665
- </tbody>
666
- </table>
667
- <table class="table table-sm table-bordered">
668
- <tbody>
669
- <tr>
670
- <td class="col-md-4">
671
- <a name="euimDefault"></a>
672
- <b>euimDefault</b>
673
- </td>
674
- </tr>
675
- <tr>
676
- <td class="col-md-4">
677
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
482
+ </tbody>
483
+ </table>
484
+ </section>
678
485
 
679
- </td>
680
- </tr>
681
- </tbody>
682
- </table>
683
- <table class="table table-sm table-bordered">
684
- <tbody>
685
- <tr>
686
- <td class="col-md-4">
687
- <a name="euimFontBold"></a>
688
- <b>euimFontBold</b>
689
- </td>
690
- </tr>
691
- <tr>
692
- <td class="col-md-4">
693
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
694
486
 
695
- </td>
696
- </tr>
697
- </tbody>
698
- </table>
699
- <table class="table table-sm table-bordered">
700
- <tbody>
701
- <tr>
702
- <td class="col-md-4">
703
- <a name="euimFontBoldItalic"></a>
704
- <b>euimFontBoldItalic</b>
705
- </td>
706
- </tr>
707
- <tr>
708
- <td class="col-md-4">
709
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
710
-
711
- </td>
712
- </tr>
713
- </tbody>
714
- </table>
715
- <table class="table table-sm table-bordered">
716
- <tbody>
717
- <tr>
718
- <td class="col-md-4">
719
- <a name="euimFontItalic"></a>
720
- <b>euimFontItalic</b>
721
- </td>
722
- </tr>
723
- <tr>
724
- <td class="col-md-4">
725
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
726
-
727
- </td>
728
- </tr>
729
- </tbody>
730
- </table>
731
- <table class="table table-sm table-bordered">
732
- <tbody>
733
- <tr>
734
- <td class="col-md-4">
735
- <a name="euimFontLight"></a>
736
- <b>euimFontLight</b>
737
- </td>
738
- </tr>
739
- <tr>
740
- <td class="col-md-4">
741
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
742
-
743
- </td>
744
- </tr>
745
- </tbody>
746
- </table>
747
- <table class="table table-sm table-bordered">
748
- <tbody>
749
- <tr>
750
- <td class="col-md-4">
751
- <a name="euimFontRegular"></a>
752
- <b>euimFontRegular</b>
753
- </td>
754
- </tr>
755
- <tr>
756
- <td class="col-md-4">
757
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
758
-
759
- </td>
760
- </tr>
761
- </tbody>
762
- </table>
763
- <table class="table table-sm table-bordered">
764
- <tbody>
765
- <tr>
766
- <td class="col-md-4">
767
- <a name="euimInfo"></a>
768
- <b>euimInfo</b>
769
- </td>
770
- </tr>
771
- <tr>
772
- <td class="col-md-4">
773
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
774
-
775
- </td>
776
- </tr>
777
- </tbody>
778
- </table>
779
- <table class="table table-sm table-bordered">
780
- <tbody>
781
- <tr>
782
- <td class="col-md-4">
783
- <a name="euimInverted"></a>
784
- <b>euimInverted</b>
785
- </td>
786
- </tr>
787
- <tr>
788
- <td class="col-md-4">
789
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
790
-
791
- </td>
792
- </tr>
793
- </tbody>
794
- </table>
795
- <table class="table table-sm table-bordered">
796
- <tbody>
797
- <tr>
798
- <td class="col-md-4">
799
- <a name="euimLight"></a>
800
- <b>euimLight</b>
801
- </td>
802
- </tr>
803
- <tr>
804
- <td class="col-md-4">
805
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
806
-
807
- </td>
808
- </tr>
809
- </tbody>
810
- </table>
811
- <table class="table table-sm table-bordered">
812
- <tbody>
813
- <tr>
814
- <td class="col-md-4">
815
- <a name="euimPrimary"></a>
816
- <b>euimPrimary</b>
817
- </td>
818
- </tr>
819
- <tr>
820
- <td class="col-md-4">
821
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
822
-
823
- </td>
824
- </tr>
825
- </tbody>
826
- </table>
827
- <table class="table table-sm table-bordered">
828
- <tbody>
829
- <tr>
830
- <td class="col-md-4">
831
- <a name="euimSecondary"></a>
832
- <b>euimSecondary</b>
833
- </td>
834
- </tr>
835
- <tr>
836
- <td class="col-md-4">
837
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
838
-
839
- </td>
840
- </tr>
841
- </tbody>
842
- </table>
843
- <table class="table table-sm table-bordered">
844
- <tbody>
845
- <tr>
846
- <td class="col-md-4">
847
- <a name="euimSize2XL"></a>
848
- <b>euimSize2XL</b>
849
- </td>
850
- </tr>
851
- <tr>
852
- <td class="col-md-4">
853
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
854
-
855
- </td>
856
- </tr>
857
- </tbody>
858
- </table>
859
- <table class="table table-sm table-bordered">
860
- <tbody>
861
- <tr>
862
- <td class="col-md-4">
863
- <a name="euimSize2XS"></a>
864
- <b>euimSize2XS</b>
865
- </td>
866
- </tr>
867
- <tr>
868
- <td class="col-md-4">
869
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
870
-
871
- </td>
872
- </tr>
873
- </tbody>
874
- </table>
875
- <table class="table table-sm table-bordered">
876
- <tbody>
877
- <tr>
878
- <td class="col-md-4">
879
- <a name="euimSize3XL"></a>
880
- <b>euimSize3XL</b>
881
- </td>
882
- </tr>
883
- <tr>
884
- <td class="col-md-4">
885
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
886
-
887
- </td>
888
- </tr>
889
- </tbody>
890
- </table>
891
- <table class="table table-sm table-bordered">
892
- <tbody>
893
- <tr>
894
- <td class="col-md-4">
895
- <a name="euimSize4XL"></a>
896
- <b>euimSize4XL</b>
897
- </td>
898
- </tr>
899
- <tr>
900
- <td class="col-md-4">
901
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
902
-
903
- </td>
904
- </tr>
905
- </tbody>
906
- </table>
907
- <table class="table table-sm table-bordered">
908
- <tbody>
909
- <tr>
910
- <td class="col-md-4">
911
- <a name="euimSizeL"></a>
912
- <b>euimSizeL</b>
913
- </td>
914
- </tr>
915
- <tr>
916
- <td class="col-md-4">
917
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
918
-
919
- </td>
920
- </tr>
921
- </tbody>
922
- </table>
923
- <table class="table table-sm table-bordered">
924
- <tbody>
925
- <tr>
926
- <td class="col-md-4">
927
- <a name="euimSizeM"></a>
928
- <b>euimSizeM</b>
929
- </td>
930
- </tr>
931
- <tr>
932
- <td class="col-md-4">
933
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
934
-
935
- </td>
936
- </tr>
937
- </tbody>
938
- </table>
939
- <table class="table table-sm table-bordered">
940
- <tbody>
941
- <tr>
942
- <td class="col-md-4">
943
- <a name="euimSizeS"></a>
944
- <b>euimSizeS</b>
945
- </td>
946
- </tr>
947
- <tr>
948
- <td class="col-md-4">
949
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
950
-
951
- </td>
952
- </tr>
953
- </tbody>
954
- </table>
955
- <table class="table table-sm table-bordered">
956
- <tbody>
957
- <tr>
958
- <td class="col-md-4">
959
- <a name="euimSizeXL"></a>
960
- <b>euimSizeXL</b>
961
- </td>
962
- </tr>
963
- <tr>
964
- <td class="col-md-4">
965
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
966
-
967
- </td>
968
- </tr>
969
- </tbody>
970
- </table>
971
- <table class="table table-sm table-bordered">
972
- <tbody>
973
- <tr>
974
- <td class="col-md-4">
975
- <a name="euimSizeXS"></a>
976
- <b>euimSizeXS</b>
977
- </td>
978
- </tr>
979
- <tr>
980
- <td class="col-md-4">
981
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
982
-
983
- </td>
984
- </tr>
985
- </tbody>
986
- </table>
987
- <table class="table table-sm table-bordered">
988
- <tbody>
989
- <tr>
990
- <td class="col-md-4">
991
- <a name="euimSuccess"></a>
992
- <b>euimSuccess</b>
993
- </td>
994
- </tr>
995
- <tr>
996
- <td class="col-md-4">
997
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
998
-
999
- </td>
1000
- </tr>
1001
- </tbody>
1002
- </table>
1003
- <table class="table table-sm table-bordered">
1004
- <tbody>
1005
- <tr>
1006
- <td class="col-md-4">
1007
- <a name="euimWarning"></a>
1008
- <b>euimWarning</b>
1009
- </td>
1010
- </tr>
1011
- <tr>
1012
- <td class="col-md-4">
1013
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
1014
-
1015
- </td>
1016
- </tr>
1017
- </tbody>
1018
- </table>
1019
- </section>
1020
- <section data-compodoc="block-outputs">
1021
- <h3 id="outputs">Outputs</h3>
1022
- <table class="table table-sm table-bordered">
1023
- <tbody>
1024
- <tr>
1025
- <td class="col-md-4">
1026
- <a name="clickItems"></a>
1027
- <b>clickItems</b>
1028
- </td>
1029
- </tr>
1030
- <tr>
1031
- <td class="col-md-4">
1032
- <i>Type : </i> <code>EventEmitter</code>
1033
-
1034
- </td>
1035
- </tr>
1036
- </tbody>
1037
- </table>
1038
- <table class="table table-sm table-bordered">
1039
- <tbody>
1040
- <tr>
1041
- <td class="col-md-4">
1042
- <a name="filterData"></a>
1043
- <b>filterData</b>
1044
- </td>
1045
- </tr>
1046
- <tr>
1047
- <td class="col-md-4">
1048
- <i>Type : </i> <code>EventEmitter</code>
1049
-
1050
- </td>
1051
- </tr>
1052
- </tbody>
1053
- </table>
1054
- </section>
1055
- <section data-compodoc="block-properties">
1056
- <h3>HostBindings</h3> <table class="table table-sm table-bordered">
1057
- <tbody>
1058
- <tr>
1059
- <td class="col-md-4">
1060
- <a name="class"></a>
1061
- <span class="name">
1062
- <span ><b>class</b></span>
1063
- <a href="#class"><span class="icon ion-ios-link"></span></a>
1064
- </span>
1065
- </td>
1066
- </tr>
1067
- <tr>
1068
- <td class="col-md-4">
1069
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
1070
-
1071
- </td>
1072
- </tr>
1073
-
1074
-
1075
- </tbody>
1076
- </table>
1077
- </section>
1078
-
1079
-
1080
- <section data-compodoc="block-methods">
1081
-
1082
- <h3 id="methods">
1083
- Methods
1084
- </h3>
1085
- <table class="table table-sm table-bordered">
1086
- <tbody>
1087
- <tr>
1088
- <td class="col-md-4">
1089
- <a name="addSelectedStyles"></a>
1090
- <span class="name">
1091
- <span ><b>addSelectedStyles</b></span>
1092
- <a href="#addSelectedStyles"><span class="icon ion-ios-link"></span></a>
1093
- </span>
1094
- </td>
1095
- </tr>
1096
- <tr>
1097
- <td class="col-md-4">
1098
- <code>addSelectedStyles(item)</code>
1099
- </td>
1100
- </tr>
1101
-
1102
-
1103
-
1104
-
1105
- <tr>
1106
- <td class="col-md-4">
1107
-
1108
- <div class="io-description">
1109
- <b>Parameters :</b>
1110
-
1111
- <table class="params">
1112
- <thead>
1113
- <tr>
1114
- <td>Name</td>
1115
- <td>Optional</td>
1116
- </tr>
1117
- </thead>
1118
- <tbody>
1119
- <tr>
1120
- <td>item</td>
1121
-
1122
- <td>
1123
- No
1124
- </td>
1125
-
1126
-
1127
- </tr>
1128
- </tbody>
1129
- </table>
1130
- </div>
1131
- <div class="io-description">
1132
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
1133
-
1134
- </div>
1135
- <div class="io-description">
1136
-
1137
- </div>
1138
- </td>
1139
- </tr>
1140
- </tbody>
1141
- </table>
1142
- <table class="table table-sm table-bordered">
1143
- <tbody>
1144
- <tr>
1145
- <td class="col-md-4">
1146
- <a name="applyFilter"></a>
1147
- <span class="name">
1148
- <span ><b>applyFilter</b></span>
1149
- <a href="#applyFilter"><span class="icon ion-ios-link"></span></a>
1150
- </span>
1151
- </td>
1152
- </tr>
1153
- <tr>
1154
- <td class="col-md-4">
1155
- <code>applyFilter(filterCondition: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank">string</a>, isAllFilter: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank">boolean</a>, multipleFilterConditions: string[])</code>
1156
- </td>
1157
- </tr>
487
+ <section data-compodoc="block-methods">
488
+
489
+ <h3 id="methods">
490
+ Methods
491
+ </h3>
492
+ <table class="table table-sm table-bordered">
493
+ <tbody>
494
+ <tr>
495
+ <td class="col-md-4">
496
+ <a name="addSelectedStyles"></a>
497
+ <span class="name">
498
+ <span ><b>addSelectedStyles</b></span>
499
+ <a href="#addSelectedStyles"><span class="icon ion-ios-link"></span></a>
500
+ </span>
501
+ </td>
502
+ </tr>
503
+ <tr>
504
+ <td class="col-md-4">
505
+ <code>addSelectedStyles(item)</code>
506
+ </td>
507
+ </tr>
1158
508
 
1159
509
 
1160
510
 
@@ -1169,40 +519,12 @@
1169
519
  <thead>
1170
520
  <tr>
1171
521
  <td>Name</td>
1172
- <td>Type</td>
1173
522
  <td>Optional</td>
1174
523
  </tr>
1175
524
  </thead>
1176
525
  <tbody>
1177
526
  <tr>
1178
- <td>filterCondition</td>
1179
- <td>
1180
- <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
1181
- </td>
1182
-
1183
- <td>
1184
- No
1185
- </td>
1186
-
1187
-
1188
- </tr>
1189
- <tr>
1190
- <td>isAllFilter</td>
1191
- <td>
1192
- <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
1193
- </td>
1194
-
1195
- <td>
1196
- No
1197
- </td>
1198
-
1199
-
1200
- </tr>
1201
- <tr>
1202
- <td>multipleFilterConditions</td>
1203
- <td>
1204
- <code>string[]</code>
1205
- </td>
527
+ <td>item</td>
1206
528
 
1207
529
  <td>
1208
530
  No
@@ -1228,78 +550,16 @@
1228
550
  <tbody>
1229
551
  <tr>
1230
552
  <td class="col-md-4">
1231
- <a name="getCssClasses"></a>
1232
- <span class="name">
1233
- <span ><b>getCssClasses</b></span>
1234
- <a href="#getCssClasses"><span class="icon ion-ios-link"></span></a>
1235
- </span>
1236
- </td>
1237
- </tr>
1238
- <tr>
1239
- <td class="col-md-4">
1240
- <code>getCssClasses()</code>
1241
- </td>
1242
- </tr>
1243
-
1244
-
1245
-
1246
-
1247
- <tr>
1248
- <td class="col-md-4">
1249
-
1250
- <div class="io-description">
1251
- <b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
1252
-
1253
- </div>
1254
- </td>
1255
- </tr>
1256
- </tbody>
1257
- </table>
1258
- <table class="table table-sm table-bordered">
1259
- <tbody>
1260
- <tr>
1261
- <td class="col-md-4">
1262
- <a name="getCssItemClasses"></a>
1263
- <span class="name">
1264
- <span ><b>getCssItemClasses</b></span>
1265
- <a href="#getCssItemClasses"><span class="icon ion-ios-link"></span></a>
1266
- </span>
1267
- </td>
1268
- </tr>
1269
- <tr>
1270
- <td class="col-md-4">
1271
- <code>getCssItemClasses()</code>
1272
- </td>
1273
- </tr>
1274
-
1275
-
1276
-
1277
-
1278
- <tr>
1279
- <td class="col-md-4">
1280
-
1281
- <div class="io-description">
1282
- <b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
1283
-
1284
- </div>
1285
- </td>
1286
- </tr>
1287
- </tbody>
1288
- </table>
1289
- <table class="table table-sm table-bordered">
1290
- <tbody>
1291
- <tr>
1292
- <td class="col-md-4">
1293
- <a name="onFilterChange"></a>
553
+ <a name="applyFilter"></a>
1294
554
  <span class="name">
1295
- <span ><b>onFilterChange</b></span>
1296
- <a href="#onFilterChange"><span class="icon ion-ios-link"></span></a>
555
+ <span ><b>applyFilter</b></span>
556
+ <a href="#applyFilter"><span class="icon ion-ios-link"></span></a>
1297
557
  </span>
1298
558
  </td>
1299
559
  </tr>
1300
560
  <tr>
1301
561
  <td class="col-md-4">
1302
- <code>onFilterChange(filterCondition: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank">string</a>, isFilterAll: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank">boolean</a>, item)</code>
562
+ <code>applyFilter(filterCondition: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank">string</a>, isAllFilter: BooleanInput, multipleFilterConditions: string[])</code>
1303
563
  </td>
1304
564
  </tr>
1305
565
 
@@ -1334,9 +594,9 @@
1334
594
 
1335
595
  </tr>
1336
596
  <tr>
1337
- <td>isFilterAll</td>
597
+ <td>isAllFilter</td>
1338
598
  <td>
1339
- <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
599
+ <code>BooleanInput</code>
1340
600
  </td>
1341
601
 
1342
602
  <td>
@@ -1346,67 +606,11 @@
1346
606
 
1347
607
  </tr>
1348
608
  <tr>
1349
- <td>item</td>
1350
- <td>
1351
- </td>
1352
-
609
+ <td>multipleFilterConditions</td>
1353
610
  <td>
1354
- No
611
+ <code>string[]</code>
1355
612
  </td>
1356
613
 
1357
-
1358
- </tr>
1359
- </tbody>
1360
- </table>
1361
- </div>
1362
- <div class="io-description">
1363
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
1364
-
1365
- </div>
1366
- <div class="io-description">
1367
-
1368
- </div>
1369
- </td>
1370
- </tr>
1371
- </tbody>
1372
- </table>
1373
- <table class="table table-sm table-bordered">
1374
- <tbody>
1375
- <tr>
1376
- <td class="col-md-4">
1377
- <a name="removeSelectedStyles"></a>
1378
- <span class="name">
1379
- <span ><b>removeSelectedStyles</b></span>
1380
- <a href="#removeSelectedStyles"><span class="icon ion-ios-link"></span></a>
1381
- </span>
1382
- </td>
1383
- </tr>
1384
- <tr>
1385
- <td class="col-md-4">
1386
- <code>removeSelectedStyles(item)</code>
1387
- </td>
1388
- </tr>
1389
-
1390
-
1391
-
1392
-
1393
- <tr>
1394
- <td class="col-md-4">
1395
-
1396
- <div class="io-description">
1397
- <b>Parameters :</b>
1398
-
1399
- <table class="params">
1400
- <thead>
1401
- <tr>
1402
- <td>Name</td>
1403
- <td>Optional</td>
1404
- </tr>
1405
- </thead>
1406
- <tbody>
1407
- <tr>
1408
- <td>item</td>
1409
-
1410
614
  <td>
1411
615
  No
1412
616
  </td>
@@ -1415,654 +619,345 @@
1415
619
  </tr>
1416
620
  </tbody>
1417
621
  </table>
1418
- </div>
1419
- <div class="io-description">
1420
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
1421
-
1422
- </div>
1423
- <div class="io-description">
1424
-
1425
- </div>
1426
- </td>
1427
- </tr>
1428
- </tbody>
1429
- </table>
1430
- <table class="table table-sm table-bordered">
1431
- <tbody>
1432
- <tr>
1433
- <td class="col-md-4">
1434
- <a name="setCssItemClasses"></a>
1435
- <span class="name">
1436
- <span ><b>setCssItemClasses</b></span>
1437
- <a href="#setCssItemClasses"><span class="icon ion-ios-link"></span></a>
1438
- </span>
1439
- </td>
1440
- </tr>
1441
- <tr>
1442
- <td class="col-md-4">
1443
- <code>setCssItemClasses()</code>
1444
- </td>
1445
- </tr>
1446
-
1447
-
1448
-
1449
-
1450
- <tr>
1451
- <td class="col-md-4">
1452
-
1453
- <div class="io-description">
1454
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
1455
-
1456
- </div>
1457
- </td>
1458
- </tr>
1459
- </tbody>
1460
- </table>
1461
- <table class="table table-sm table-bordered">
1462
- <tbody>
1463
- <tr>
1464
- <td class="col-md-4">
1465
- <a name="updateChipsAndFilterDataAfterInit"></a>
1466
- <span class="name">
1467
- <span ><b>updateChipsAndFilterDataAfterInit</b></span>
1468
- <a href="#updateChipsAndFilterDataAfterInit"><span class="icon ion-ios-link"></span></a>
1469
- </span>
1470
- </td>
1471
- </tr>
1472
- <tr>
1473
- <td class="col-md-4">
1474
- <code>updateChipsAndFilterDataAfterInit()</code>
1475
- </td>
1476
- </tr>
1477
-
1478
-
1479
-
1480
-
1481
- <tr>
1482
- <td class="col-md-4">
1483
-
1484
- <div class="io-description">
1485
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
1486
-
1487
- </div>
1488
- </td>
1489
- </tr>
1490
- </tbody>
1491
- </table>
1492
- <table class="table table-sm table-bordered">
1493
- <tbody>
1494
- <tr>
1495
- <td class="col-md-4">
1496
- <a name="updateChipsAndFilters"></a>
1497
- <span class="name">
1498
- <span ><b>updateChipsAndFilters</b></span>
1499
- <a href="#updateChipsAndFilters"><span class="icon ion-ios-link"></span></a>
1500
- </span>
1501
- </td>
1502
- </tr>
1503
- <tr>
1504
- <td class="col-md-4">
1505
- <code>updateChipsAndFilters()</code>
1506
- </td>
1507
- </tr>
1508
-
1509
-
1510
-
1511
-
1512
- <tr>
1513
- <td class="col-md-4">
1514
-
622
+ </div>
1515
623
  <div class="io-description">
1516
624
  <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
1517
625
 
1518
626
  </div>
627
+ <div class="io-description">
628
+
629
+ </div>
1519
630
  </td>
1520
631
  </tr>
1521
632
  </tbody>
1522
633
  </table>
1523
- </section>
1524
- <section data-compodoc="block-properties">
1525
-
1526
- <h3 id="inputs">
1527
- Properties
1528
- </h3>
1529
634
  <table class="table table-sm table-bordered">
1530
635
  <tbody>
1531
636
  <tr>
1532
637
  <td class="col-md-4">
1533
- <a name="euimChipSelectorItemComponent"></a>
638
+ <a name="getCssClasses"></a>
1534
639
  <span class="name">
1535
- <span class="modifier"></span>
1536
- <span ><b>euimChipSelectorItemComponent</b></span>
1537
- <a href="#euimChipSelectorItemComponent"><span class="icon ion-ios-link"></span></a>
640
+ <span ><b>getCssClasses</b></span>
641
+ <a href="#getCssClasses"><span class="icon ion-ios-link"></span></a>
1538
642
  </span>
1539
643
  </td>
1540
644
  </tr>
1541
- <tr>
1542
- <td class="col-md-4">
1543
- <i>Type : </i> <code><a href="../directives/EuimChipSelectorItemDirective.html" target="_self" >QueryList&lt;EuimChipSelectorItemDirective&gt;</a></code>
1544
-
1545
- </td>
1546
- </tr>
1547
- <tr>
1548
- <td class="col-md-4">
1549
- <b>Decorators : </b>
1550
- <br />
1551
- <code>
1552
- @ContentChildren(EuimChipSelectorItemDirective, {descendants: true})<br />
1553
- </code>
1554
- </td>
1555
- </tr>
1556
-
1557
-
1558
- </tbody>
1559
- </table>
1560
- <table class="table table-sm table-bordered">
1561
- <tbody>
1562
645
  <tr>
1563
646
  <td class="col-md-4">
1564
- <a name="filterConditions"></a>
1565
- <span class="name">
1566
- <span ><b>filterConditions</b></span>
1567
- <a href="#filterConditions"><span class="icon ion-ios-link"></span></a>
1568
- </span>
647
+ <code>getCssClasses()</code>
1569
648
  </td>
1570
649
  </tr>
1571
- <tr>
1572
- <td class="col-md-4">
1573
- <i>Type : </i> <code>[]</code>
1574
650
 
1575
- </td>
1576
- </tr>
1577
- <tr>
1578
- <td class="col-md-4">
1579
- <i>Default value : </i><code>[]</code>
1580
- </td>
1581
- </tr>
1582
651
 
1583
652
 
1584
- </tbody>
1585
- </table>
1586
- <table class="table table-sm table-bordered">
1587
- <tbody>
653
+
1588
654
  <tr>
1589
655
  <td class="col-md-4">
1590
- <a name="filteredData"></a>
1591
- <span class="name">
1592
- <span ><b>filteredData</b></span>
1593
- <a href="#filteredData"><span class="icon ion-ios-link"></span></a>
1594
- </span>
1595
- </td>
1596
- </tr>
1597
- <tr>
1598
- <td class="col-md-4">
1599
- <i>Type : </i> <code>[]</code>
1600
-
1601
- </td>
1602
- </tr>
1603
- <tr>
1604
- <td class="col-md-4">
1605
- <i>Default value : </i><code>[...this.sourceData]</code>
1606
- </td>
1607
- </tr>
1608
656
 
657
+ <div class="io-description">
658
+ <b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
1609
659
 
1610
- </tbody>
1611
- </table>
1612
- <table class="table table-sm table-bordered">
1613
- <tbody>
1614
- <tr>
1615
- <td class="col-md-4">
1616
- <a name="_euimAccent"></a>
1617
- <span class="name">
1618
- <span ><b>_euimAccent</b></span>
1619
- <a href="#_euimAccent"><span class="icon ion-ios-link"></span></a>
1620
- </span>
660
+ </div>
1621
661
  </td>
1622
662
  </tr>
1623
- <tr>
1624
- <td class="col-md-4">
1625
- <i>Default value : </i><code>false</code>
1626
- </td>
1627
- </tr>
1628
-
1629
-
1630
663
  </tbody>
1631
664
  </table>
1632
665
  <table class="table table-sm table-bordered">
1633
666
  <tbody>
1634
667
  <tr>
1635
668
  <td class="col-md-4">
1636
- <a name="_euimClear"></a>
669
+ <a name="getCssItemClasses"></a>
1637
670
  <span class="name">
1638
- <span ><b>_euimClear</b></span>
1639
- <a href="#_euimClear"><span class="icon ion-ios-link"></span></a>
671
+ <span ><b>getCssItemClasses</b></span>
672
+ <a href="#getCssItemClasses"><span class="icon ion-ios-link"></span></a>
1640
673
  </span>
1641
674
  </td>
1642
675
  </tr>
1643
- <tr>
1644
- <td class="col-md-4">
1645
- <i>Default value : </i><code>false</code>
1646
- </td>
1647
- </tr>
1648
-
1649
-
1650
- </tbody>
1651
- </table>
1652
- <table class="table table-sm table-bordered">
1653
- <tbody>
1654
676
  <tr>
1655
677
  <td class="col-md-4">
1656
- <a name="_euimDanger"></a>
1657
- <span class="name">
1658
- <span ><b>_euimDanger</b></span>
1659
- <a href="#_euimDanger"><span class="icon ion-ios-link"></span></a>
1660
- </span>
678
+ <code>getCssItemClasses()</code>
1661
679
  </td>
1662
680
  </tr>
1663
- <tr>
1664
- <td class="col-md-4">
1665
- <i>Default value : </i><code>false</code>
1666
- </td>
1667
- </tr>
1668
681
 
1669
682
 
1670
- </tbody>
1671
- </table>
1672
- <table class="table table-sm table-bordered">
1673
- <tbody>
1674
- <tr>
1675
- <td class="col-md-4">
1676
- <a name="_euimDark"></a>
1677
- <span class="name">
1678
- <span ><b>_euimDark</b></span>
1679
- <a href="#_euimDark"><span class="icon ion-ios-link"></span></a>
1680
- </span>
1681
- </td>
1682
- </tr>
1683
- <tr>
1684
- <td class="col-md-4">
1685
- <i>Default value : </i><code>false</code>
1686
- </td>
1687
- </tr>
1688
683
 
1689
684
 
1690
- </tbody>
1691
- </table>
1692
- <table class="table table-sm table-bordered">
1693
- <tbody>
1694
685
  <tr>
1695
686
  <td class="col-md-4">
1696
- <a name="_euimDefault"></a>
1697
- <span class="name">
1698
- <span ><b>_euimDefault</b></span>
1699
- <a href="#_euimDefault"><span class="icon ion-ios-link"></span></a>
1700
- </span>
1701
- </td>
1702
- </tr>
1703
- <tr>
1704
- <td class="col-md-4">
1705
- <i>Default value : </i><code>false</code>
1706
- </td>
1707
- </tr>
1708
687
 
688
+ <div class="io-description">
689
+ <b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
1709
690
 
1710
- </tbody>
1711
- </table>
1712
- <table class="table table-sm table-bordered">
1713
- <tbody>
1714
- <tr>
1715
- <td class="col-md-4">
1716
- <a name="_euimFontBold"></a>
1717
- <span class="name">
1718
- <span ><b>_euimFontBold</b></span>
1719
- <a href="#_euimFontBold"><span class="icon ion-ios-link"></span></a>
1720
- </span>
691
+ </div>
1721
692
  </td>
1722
693
  </tr>
1723
- <tr>
1724
- <td class="col-md-4">
1725
- <i>Default value : </i><code>false</code>
1726
- </td>
1727
- </tr>
1728
-
1729
-
1730
694
  </tbody>
1731
695
  </table>
1732
696
  <table class="table table-sm table-bordered">
1733
697
  <tbody>
1734
698
  <tr>
1735
699
  <td class="col-md-4">
1736
- <a name="_euimFontBoldItalic"></a>
700
+ <a name="onFilterChange"></a>
1737
701
  <span class="name">
1738
- <span ><b>_euimFontBoldItalic</b></span>
1739
- <a href="#_euimFontBoldItalic"><span class="icon ion-ios-link"></span></a>
702
+ <span ><b>onFilterChange</b></span>
703
+ <a href="#onFilterChange"><span class="icon ion-ios-link"></span></a>
1740
704
  </span>
1741
705
  </td>
1742
706
  </tr>
1743
- <tr>
1744
- <td class="col-md-4">
1745
- <i>Default value : </i><code>false</code>
1746
- </td>
1747
- </tr>
1748
-
1749
-
1750
- </tbody>
1751
- </table>
1752
- <table class="table table-sm table-bordered">
1753
- <tbody>
1754
707
  <tr>
1755
708
  <td class="col-md-4">
1756
- <a name="_euimFontItalic"></a>
1757
- <span class="name">
1758
- <span ><b>_euimFontItalic</b></span>
1759
- <a href="#_euimFontItalic"><span class="icon ion-ios-link"></span></a>
1760
- </span>
709
+ <code>onFilterChange(filterCondition: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank">string</a>, isFilterAll: BooleanInput, item)</code>
1761
710
  </td>
1762
711
  </tr>
1763
- <tr>
1764
- <td class="col-md-4">
1765
- <i>Default value : </i><code>false</code>
1766
- </td>
1767
- </tr>
1768
712
 
1769
713
 
1770
- </tbody>
1771
- </table>
1772
- <table class="table table-sm table-bordered">
1773
- <tbody>
714
+
715
+
1774
716
  <tr>
1775
717
  <td class="col-md-4">
1776
- <a name="_euimFontLight"></a>
1777
- <span class="name">
1778
- <span ><b>_euimFontLight</b></span>
1779
- <a href="#_euimFontLight"><span class="icon ion-ios-link"></span></a>
1780
- </span>
1781
- </td>
1782
- </tr>
1783
- <tr>
1784
- <td class="col-md-4">
1785
- <i>Default value : </i><code>false</code>
1786
- </td>
1787
- </tr>
1788
718
 
719
+ <div class="io-description">
720
+ <b>Parameters :</b>
721
+
722
+ <table class="params">
723
+ <thead>
724
+ <tr>
725
+ <td>Name</td>
726
+ <td>Type</td>
727
+ <td>Optional</td>
728
+ </tr>
729
+ </thead>
730
+ <tbody>
731
+ <tr>
732
+ <td>filterCondition</td>
733
+ <td>
734
+ <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
735
+ </td>
736
+
737
+ <td>
738
+ No
739
+ </td>
740
+
741
+
742
+ </tr>
743
+ <tr>
744
+ <td>isFilterAll</td>
745
+ <td>
746
+ <code>BooleanInput</code>
747
+ </td>
748
+
749
+ <td>
750
+ No
751
+ </td>
752
+
753
+
754
+ </tr>
755
+ <tr>
756
+ <td>item</td>
757
+ <td>
758
+ </td>
759
+
760
+ <td>
761
+ No
762
+ </td>
763
+
764
+
765
+ </tr>
766
+ </tbody>
767
+ </table>
768
+ </div>
769
+ <div class="io-description">
770
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
1789
771
 
772
+ </div>
773
+ <div class="io-description">
774
+
775
+ </div>
776
+ </td>
777
+ </tr>
1790
778
  </tbody>
1791
779
  </table>
1792
780
  <table class="table table-sm table-bordered">
1793
781
  <tbody>
1794
782
  <tr>
1795
783
  <td class="col-md-4">
1796
- <a name="_euimFontRegular"></a>
784
+ <a name="removeSelectedStyles"></a>
1797
785
  <span class="name">
1798
- <span ><b>_euimFontRegular</b></span>
1799
- <a href="#_euimFontRegular"><span class="icon ion-ios-link"></span></a>
786
+ <span ><b>removeSelectedStyles</b></span>
787
+ <a href="#removeSelectedStyles"><span class="icon ion-ios-link"></span></a>
1800
788
  </span>
1801
789
  </td>
1802
790
  </tr>
1803
- <tr>
1804
- <td class="col-md-4">
1805
- <i>Default value : </i><code>false</code>
1806
- </td>
1807
- </tr>
1808
-
1809
-
1810
- </tbody>
1811
- </table>
1812
- <table class="table table-sm table-bordered">
1813
- <tbody>
1814
791
  <tr>
1815
792
  <td class="col-md-4">
1816
- <a name="_euimInfo"></a>
1817
- <span class="name">
1818
- <span ><b>_euimInfo</b></span>
1819
- <a href="#_euimInfo"><span class="icon ion-ios-link"></span></a>
1820
- </span>
793
+ <code>removeSelectedStyles(item)</code>
1821
794
  </td>
1822
795
  </tr>
1823
- <tr>
1824
- <td class="col-md-4">
1825
- <i>Default value : </i><code>false</code>
1826
- </td>
1827
- </tr>
1828
796
 
1829
797
 
1830
- </tbody>
1831
- </table>
1832
- <table class="table table-sm table-bordered">
1833
- <tbody>
798
+
799
+
1834
800
  <tr>
1835
801
  <td class="col-md-4">
1836
- <a name="_euimInverted"></a>
1837
- <span class="name">
1838
- <span ><b>_euimInverted</b></span>
1839
- <a href="#_euimInverted"><span class="icon ion-ios-link"></span></a>
1840
- </span>
1841
- </td>
1842
- </tr>
1843
- <tr>
1844
- <td class="col-md-4">
1845
- <i>Default value : </i><code>false</code>
1846
- </td>
1847
- </tr>
1848
802
 
803
+ <div class="io-description">
804
+ <b>Parameters :</b>
805
+
806
+ <table class="params">
807
+ <thead>
808
+ <tr>
809
+ <td>Name</td>
810
+ <td>Optional</td>
811
+ </tr>
812
+ </thead>
813
+ <tbody>
814
+ <tr>
815
+ <td>item</td>
816
+
817
+ <td>
818
+ No
819
+ </td>
820
+
821
+
822
+ </tr>
823
+ </tbody>
824
+ </table>
825
+ </div>
826
+ <div class="io-description">
827
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
1849
828
 
829
+ </div>
830
+ <div class="io-description">
831
+
832
+ </div>
833
+ </td>
834
+ </tr>
1850
835
  </tbody>
1851
836
  </table>
1852
837
  <table class="table table-sm table-bordered">
1853
838
  <tbody>
1854
839
  <tr>
1855
840
  <td class="col-md-4">
1856
- <a name="_euimLight"></a>
841
+ <a name="setCssItemClasses"></a>
1857
842
  <span class="name">
1858
- <span ><b>_euimLight</b></span>
1859
- <a href="#_euimLight"><span class="icon ion-ios-link"></span></a>
843
+ <span ><b>setCssItemClasses</b></span>
844
+ <a href="#setCssItemClasses"><span class="icon ion-ios-link"></span></a>
1860
845
  </span>
1861
846
  </td>
1862
847
  </tr>
1863
- <tr>
1864
- <td class="col-md-4">
1865
- <i>Default value : </i><code>false</code>
1866
- </td>
1867
- </tr>
1868
-
1869
-
1870
- </tbody>
1871
- </table>
1872
- <table class="table table-sm table-bordered">
1873
- <tbody>
1874
848
  <tr>
1875
849
  <td class="col-md-4">
1876
- <a name="_euimPrimary"></a>
1877
- <span class="name">
1878
- <span ><b>_euimPrimary</b></span>
1879
- <a href="#_euimPrimary"><span class="icon ion-ios-link"></span></a>
1880
- </span>
850
+ <code>setCssItemClasses()</code>
1881
851
  </td>
1882
852
  </tr>
1883
- <tr>
1884
- <td class="col-md-4">
1885
- <i>Default value : </i><code>false</code>
1886
- </td>
1887
- </tr>
1888
853
 
1889
854
 
1890
- </tbody>
1891
- </table>
1892
- <table class="table table-sm table-bordered">
1893
- <tbody>
855
+
856
+
1894
857
  <tr>
1895
858
  <td class="col-md-4">
1896
- <a name="_euimSecondary"></a>
1897
- <span class="name">
1898
- <span ><b>_euimSecondary</b></span>
1899
- <a href="#_euimSecondary"><span class="icon ion-ios-link"></span></a>
1900
- </span>
1901
- </td>
1902
- </tr>
1903
- <tr>
1904
- <td class="col-md-4">
1905
- <i>Default value : </i><code>false</code>
1906
- </td>
1907
- </tr>
1908
859
 
860
+ <div class="io-description">
861
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
1909
862
 
863
+ </div>
864
+ </td>
865
+ </tr>
1910
866
  </tbody>
1911
867
  </table>
1912
868
  <table class="table table-sm table-bordered">
1913
869
  <tbody>
1914
870
  <tr>
1915
871
  <td class="col-md-4">
1916
- <a name="_euimSize2XL"></a>
872
+ <a name="updateChipsAndFilterDataAfterInit"></a>
1917
873
  <span class="name">
1918
- <span ><b>_euimSize2XL</b></span>
1919
- <a href="#_euimSize2XL"><span class="icon ion-ios-link"></span></a>
874
+ <span ><b>updateChipsAndFilterDataAfterInit</b></span>
875
+ <a href="#updateChipsAndFilterDataAfterInit"><span class="icon ion-ios-link"></span></a>
1920
876
  </span>
1921
877
  </td>
1922
878
  </tr>
1923
- <tr>
1924
- <td class="col-md-4">
1925
- <i>Default value : </i><code>false</code>
1926
- </td>
1927
- </tr>
1928
-
1929
-
1930
- </tbody>
1931
- </table>
1932
- <table class="table table-sm table-bordered">
1933
- <tbody>
1934
879
  <tr>
1935
880
  <td class="col-md-4">
1936
- <a name="_euimSize2XS"></a>
1937
- <span class="name">
1938
- <span ><b>_euimSize2XS</b></span>
1939
- <a href="#_euimSize2XS"><span class="icon ion-ios-link"></span></a>
1940
- </span>
881
+ <code>updateChipsAndFilterDataAfterInit()</code>
1941
882
  </td>
1942
883
  </tr>
1943
- <tr>
1944
- <td class="col-md-4">
1945
- <i>Default value : </i><code>false</code>
1946
- </td>
1947
- </tr>
1948
884
 
1949
885
 
1950
- </tbody>
1951
- </table>
1952
- <table class="table table-sm table-bordered">
1953
- <tbody>
886
+
887
+
1954
888
  <tr>
1955
889
  <td class="col-md-4">
1956
- <a name="_euimSize3XL"></a>
1957
- <span class="name">
1958
- <span ><b>_euimSize3XL</b></span>
1959
- <a href="#_euimSize3XL"><span class="icon ion-ios-link"></span></a>
1960
- </span>
1961
- </td>
1962
- </tr>
1963
- <tr>
1964
- <td class="col-md-4">
1965
- <i>Default value : </i><code>false</code>
1966
- </td>
1967
- </tr>
1968
890
 
891
+ <div class="io-description">
892
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
1969
893
 
894
+ </div>
895
+ </td>
896
+ </tr>
1970
897
  </tbody>
1971
898
  </table>
1972
899
  <table class="table table-sm table-bordered">
1973
900
  <tbody>
1974
901
  <tr>
1975
902
  <td class="col-md-4">
1976
- <a name="_euimSize4XL"></a>
903
+ <a name="updateChipsAndFilters"></a>
1977
904
  <span class="name">
1978
- <span ><b>_euimSize4XL</b></span>
1979
- <a href="#_euimSize4XL"><span class="icon ion-ios-link"></span></a>
905
+ <span ><b>updateChipsAndFilters</b></span>
906
+ <a href="#updateChipsAndFilters"><span class="icon ion-ios-link"></span></a>
1980
907
  </span>
1981
908
  </td>
1982
909
  </tr>
1983
- <tr>
1984
- <td class="col-md-4">
1985
- <i>Default value : </i><code>false</code>
1986
- </td>
1987
- </tr>
1988
-
1989
-
1990
- </tbody>
1991
- </table>
1992
- <table class="table table-sm table-bordered">
1993
- <tbody>
1994
910
  <tr>
1995
911
  <td class="col-md-4">
1996
- <a name="_euimSizeL"></a>
1997
- <span class="name">
1998
- <span ><b>_euimSizeL</b></span>
1999
- <a href="#_euimSizeL"><span class="icon ion-ios-link"></span></a>
2000
- </span>
912
+ <code>updateChipsAndFilters()</code>
2001
913
  </td>
2002
914
  </tr>
2003
- <tr>
2004
- <td class="col-md-4">
2005
- <i>Default value : </i><code>false</code>
2006
- </td>
2007
- </tr>
2008
915
 
2009
916
 
2010
- </tbody>
2011
- </table>
2012
- <table class="table table-sm table-bordered">
2013
- <tbody>
917
+
918
+
2014
919
  <tr>
2015
920
  <td class="col-md-4">
2016
- <a name="_euimSizeM"></a>
2017
- <span class="name">
2018
- <span ><b>_euimSizeM</b></span>
2019
- <a href="#_euimSizeM"><span class="icon ion-ios-link"></span></a>
2020
- </span>
2021
- </td>
2022
- </tr>
2023
- <tr>
2024
- <td class="col-md-4">
2025
- <i>Default value : </i><code>false</code>
2026
- </td>
2027
- </tr>
2028
921
 
922
+ <div class="io-description">
923
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
2029
924
 
925
+ </div>
926
+ </td>
927
+ </tr>
2030
928
  </tbody>
2031
929
  </table>
930
+ </section>
931
+ <section data-compodoc="block-properties">
932
+
933
+ <h3 id="inputs">
934
+ Properties
935
+ </h3>
2032
936
  <table class="table table-sm table-bordered">
2033
937
  <tbody>
2034
938
  <tr>
2035
939
  <td class="col-md-4">
2036
- <a name="_euimSizeS"></a>
940
+ <a name="euimChipSelectorItemComponent"></a>
2037
941
  <span class="name">
2038
- <span ><b>_euimSizeS</b></span>
2039
- <a href="#_euimSizeS"><span class="icon ion-ios-link"></span></a>
942
+ <span class="modifier"></span>
943
+ <span ><b>euimChipSelectorItemComponent</b></span>
944
+ <a href="#euimChipSelectorItemComponent"><span class="icon ion-ios-link"></span></a>
2040
945
  </span>
2041
946
  </td>
2042
947
  </tr>
2043
948
  <tr>
2044
949
  <td class="col-md-4">
2045
- <i>Default value : </i><code>false</code>
950
+ <i>Type : </i> <code><a href="../directives/EuimChipSelectorItemDirective.html" target="_self" >QueryList&lt;EuimChipSelectorItemDirective&gt;</a></code>
951
+
2046
952
  </td>
2047
953
  </tr>
2048
-
2049
-
2050
- </tbody>
2051
- </table>
2052
- <table class="table table-sm table-bordered">
2053
- <tbody>
2054
- <tr>
2055
- <td class="col-md-4">
2056
- <a name="_euimSizeXL"></a>
2057
- <span class="name">
2058
- <span ><b>_euimSizeXL</b></span>
2059
- <a href="#_euimSizeXL"><span class="icon ion-ios-link"></span></a>
2060
- </span>
2061
- </td>
2062
- </tr>
2063
954
  <tr>
2064
955
  <td class="col-md-4">
2065
- <i>Default value : </i><code>false</code>
956
+ <b>Decorators : </b>
957
+ <br />
958
+ <code>
959
+ @ContentChildren(EuimChipSelectorItemDirective, {descendants: true})<br />
960
+ </code>
2066
961
  </td>
2067
962
  </tr>
2068
963
 
@@ -2073,36 +968,22 @@
2073
968
  <tbody>
2074
969
  <tr>
2075
970
  <td class="col-md-4">
2076
- <a name="_euimSizeXS"></a>
971
+ <a name="filterConditions"></a>
2077
972
  <span class="name">
2078
- <span ><b>_euimSizeXS</b></span>
2079
- <a href="#_euimSizeXS"><span class="icon ion-ios-link"></span></a>
973
+ <span ><b>filterConditions</b></span>
974
+ <a href="#filterConditions"><span class="icon ion-ios-link"></span></a>
2080
975
  </span>
2081
976
  </td>
2082
977
  </tr>
2083
978
  <tr>
2084
979
  <td class="col-md-4">
2085
- <i>Default value : </i><code>false</code>
980
+ <i>Type : </i> <code>[]</code>
981
+
2086
982
  </td>
2087
983
  </tr>
2088
-
2089
-
2090
- </tbody>
2091
- </table>
2092
- <table class="table table-sm table-bordered">
2093
- <tbody>
2094
- <tr>
2095
- <td class="col-md-4">
2096
- <a name="_euimSuccess"></a>
2097
- <span class="name">
2098
- <span ><b>_euimSuccess</b></span>
2099
- <a href="#_euimSuccess"><span class="icon ion-ios-link"></span></a>
2100
- </span>
2101
- </td>
2102
- </tr>
2103
984
  <tr>
2104
985
  <td class="col-md-4">
2105
- <i>Default value : </i><code>false</code>
986
+ <i>Default value : </i><code>[]</code>
2106
987
  </td>
2107
988
  </tr>
2108
989
 
@@ -2113,16 +994,22 @@
2113
994
  <tbody>
2114
995
  <tr>
2115
996
  <td class="col-md-4">
2116
- <a name="_euimWarning"></a>
997
+ <a name="filteredData"></a>
2117
998
  <span class="name">
2118
- <span ><b>_euimWarning</b></span>
2119
- <a href="#_euimWarning"><span class="icon ion-ios-link"></span></a>
999
+ <span ><b>filteredData</b></span>
1000
+ <a href="#filteredData"><span class="icon ion-ios-link"></span></a>
2120
1001
  </span>
2121
1002
  </td>
2122
1003
  </tr>
2123
1004
  <tr>
2124
1005
  <td class="col-md-4">
2125
- <i>Default value : </i><code>false</code>
1006
+ <i>Type : </i> <code>[]</code>
1007
+
1008
+ </td>
1009
+ </tr>
1010
+ <tr>
1011
+ <td class="col-md-4">
1012
+ <i>Default value : </i><code>[...this.sourceData]</code>
2126
1013
  </td>
2127
1014
  </tr>
2128
1015
 
@@ -2169,7 +1056,7 @@
2169
1056
  <script>
2170
1057
  var COMPONENT_TEMPLATE = '<div><euim-scroller-x> <ng-content></ng-content></euim-scroller-x></div>'
2171
1058
  var COMPONENTS = [{'name': 'EuimAlertMessageComponent', 'selector': 'euim-alert-message'},{'name': 'EuimAppComponent', 'selector': 'euim-app'},{'name': 'EuimAppSidebarComponent', 'selector': 'euim-app-sidebar'},{'name': 'EuimAppSidebarFooterComponent', 'selector': 'euim-app-sidebar-footer'},{'name': 'EuimAppSidebarHeaderComponent', 'selector': 'euim-app-sidebar-header'},{'name': 'EuimAppSidebarMenuComponent', 'selector': 'euim-app-sidebar-menu'},{'name': 'EuimAvatarComponent', 'selector': 'euim-avatar'},{'name': 'EuimAvatarIconComponent', 'selector': 'euim-avatar-icon'},{'name': 'EuimBadgeComponent', 'selector': 'euim-badge'},{'name': 'EuimChipSelectorComponent', 'selector': 'euim-chip-selector'},{'name': 'EuimControlFeedbackComponent', 'selector': 'euim-control-feedback'},{'name': 'EuimDataSummaryColComponent', 'selector': 'euim-data-summary-col'},{'name': 'EuimDataSummaryComponent', 'selector': 'euim-data-summary'},{'name': 'EuimEmptyListPlaceholderComponent', 'selector': 'euim-empty-list-placeholder'},{'name': 'EuimFieldsetActionsComponent', 'selector': 'euim-fieldset-actions'},{'name': 'EuimFieldSetComponent', 'selector': 'euim-fieldset'},{'name': 'EuimFieldsetLegendComponent', 'selector': 'euim-fieldset-legend'},{'name': 'EuimHeaderDetailsComponent', 'selector': 'euim-header-details'},{'name': 'EuimInfoScreenComponent', 'selector': 'euim-info-screen'},{'name': 'EuimLabelComponent', 'selector': 'div[euimLabel], p[euimLabel], span[euimLabel], euim-label'},{'name': 'EuimLanguageListComponent', 'selector': 'euim-language-list'},{'name': 'EuimLanguageSelectorComponent', 'selector': 'euim-language-selector'},{'name': 'EuimMediaHeaderComponent', 'selector': 'euim-media-header'},{'name': 'EuimMenuComponent', 'selector': 'euim-menu'},{'name': 'EuimMessageComponent', 'selector': 'euim-message'},{'name': 'EuimMessageTitleComponent', 'selector': 'euim-message-title'},{'name': 'EuimMultiselectComponent', 'selector': 'euim-multiselect'},{'name': 'EuimMultiselectFilterComponent', 'selector': 'euim-multiselect-filter'},{'name': 'EuimMultiselectInfoComponent', 'selector': 'euim-multiselect-info'},{'name': 'EuimMultiselectListComponent', 'selector': 'euim-multiselect-list'},{'name': 'EuimMultiselectToolbarComponent', 'selector': 'euim-multiselect-toolbar'},{'name': 'EuimNotificationItemComponent', 'selector': 'euim-notification-item'},{'name': 'EuimScrollerXComponent', 'selector': 'euim-scroller-x'},{'name': 'EuimSidebarComponent', 'selector': 'euim-sidebar'},{'name': 'EuimSidebarContentComponent', 'selector': 'euim-sidebar-content'},{'name': 'EuimSkeletonListComponent', 'selector': 'euim-skeleton-list'},{'name': 'EuimSkeletonListItemComponent', 'selector': 'euim-skeleton-list-item'},{'name': 'EuimSlideComponent', 'selector': 'euim-slide'},{'name': 'EuimSlideInfoScreenComponent', 'selector': 'euim-slide-info-screen'},{'name': 'EuimSliderComponent', 'selector': 'euim-slider'},{'name': 'EuimSliderInfoScreenComponent', 'selector': 'euim-slider-info-screen'},{'name': 'EuimSpinnerComponent', 'selector': 'euim-spinner'},{'name': 'EuimSpinnerDescriptionComponent', 'selector': '[euimSpinnerDescription]'},{'name': 'EuimSpinnerMessageComponent', 'selector': '[euimSpinnerMessage]'},{'name': 'EuimStepperComponent', 'selector': 'euim-stepper'},{'name': 'EuimToolbarActionItemsComponent', 'selector': 'euim-toolbar-action-items'},{'name': 'EuimToolbarComponent', 'selector': 'euim-toolbar'},{'name': 'EuimToolbarTitleComponent', 'selector': 'euim-toolbar-title'},{'name': 'EuiMUserProfileActionComponent', 'selector': 'euim-user-profile-action'},{'name': 'EuiMUserProfileAvatarComponent', 'selector': 'euim-user-profile-avatar'},{'name': 'EuimUserProfileComponent', 'selector': 'euim-user-profile'},{'name': 'EuiMUserProfileInfosComponent', 'selector': 'euim-user-profile-infos'},{'name': 'EuiMUserProfileInfosItemComponent', 'selector': 'euim-user-profile-infos-item'}];
2172
- var DIRECTIVES = [{'name': 'BaseStatesDirective', 'selector': '[euimBase]'},{'name': 'EuimAvatarMainIconDirective', 'selector': '[euimAvatarMainIcon]'},{'name': 'EuimAvatarSubIconDirective', 'selector': '[euimAvatarSubIcon]'},{'name': 'EuimBaseDirective', 'selector': '[euimBase]'},{'name': 'EuimChipSelectorItemDirective', 'selector': '[euimChipSelectorItem]'},{'name': 'EuimDataSummaryColLabelDirective', 'selector': '[euimDataSummaryColLabel]'},{'name': 'EuimDataSummaryColValueDirective', 'selector': '[euimDataSummaryColValue]'},{'name': 'EuimDividerDirective', 'selector': '[euimDivider]'},{'name': 'EuimHeaderDetailsIconDirective', 'selector': '[euimHeaderDetailsIcon]'},{'name': 'EuimHeaderDetailsMetaDirective', 'selector': '[euimHeaderDetailsMeta]'},{'name': 'EuimHeaderDetailsTitleDirective', 'selector': '[euimHeaderDetailsTitle]'},{'name': 'EuimInfoScreenContentDirective', 'selector': '[euimInfoScreenContent]'},{'name': 'EuimInfoScreenSubTitleDirective', 'selector': '[euimInfoScreenSubTitle]'},{'name': 'EuimInfoScreenTitleDirective', 'selector': '[euimInfoScreenTitle]'},{'name': 'EuimItemDividerDirective', 'selector': '[euimItemDivider]'},{'name': 'EuimListHeaderDirective', 'selector': '[euimListHeader]'},{'name': 'EuimMediaHeaderImageDirective', 'selector': '[euimMediaHeaderImage]'},{'name': 'EuimMediaHeaderSubTitleDirective', 'selector': '[euimMediaHeaderSubTitle]'},{'name': 'EuimMediaHeaderTitleDirective', 'selector': '[euimMediaHeaderTitle]'},{'name': 'EuimMultiselectAllDirective', 'selector': '[euimMultiselectAll]'},{'name': 'EuimMultiselectSelectFieldDirective', 'selector': '[euimMultiselectSelectField]'},{'name': 'EuimSkeletonTextAvatarDirective', 'selector': '[euimSkeletonTextAvatar]'},{'name': 'EuimSliderInfoScreenContentDirective', 'selector': '[euimSliderInfoScreenContent]'},{'name': 'EuimSliderInfoScreenSubTitleDirective', 'selector': '[euimSliderInfoScreenSubTitle]'},{'name': 'EuimSliderInfoScreenTitleDirective', 'selector': '[euimSliderInfoScreenTitle]'}];
1059
+ var DIRECTIVES = [{'name': 'BaseStatesDirective', 'selector': '[euimBase]'},{'name': 'EuimAvatarMainIconDirective', 'selector': '[euimAvatarMainIcon]'},{'name': 'EuimAvatarSubIconDirective', 'selector': '[euimAvatarSubIcon]'},{'name': 'EuimChipSelectorItemDirective', 'selector': '[euimChipSelectorItem]'},{'name': 'EuimDataSummaryColLabelDirective', 'selector': '[euimDataSummaryColLabel]'},{'name': 'EuimDataSummaryColValueDirective', 'selector': '[euimDataSummaryColValue]'},{'name': 'EuimDividerDirective', 'selector': '[euimDivider]'},{'name': 'EuimHeaderDetailsIconDirective', 'selector': '[euimHeaderDetailsIcon]'},{'name': 'EuimHeaderDetailsMetaDirective', 'selector': '[euimHeaderDetailsMeta]'},{'name': 'EuimHeaderDetailsTitleDirective', 'selector': '[euimHeaderDetailsTitle]'},{'name': 'EuimInfoScreenContentDirective', 'selector': '[euimInfoScreenContent]'},{'name': 'EuimInfoScreenSubTitleDirective', 'selector': '[euimInfoScreenSubTitle]'},{'name': 'EuimInfoScreenTitleDirective', 'selector': '[euimInfoScreenTitle]'},{'name': 'EuimItemDividerDirective', 'selector': '[euimItemDivider]'},{'name': 'EuimListHeaderDirective', 'selector': '[euimListHeader]'},{'name': 'EuimMediaHeaderImageDirective', 'selector': '[euimMediaHeaderImage]'},{'name': 'EuimMediaHeaderSubTitleDirective', 'selector': '[euimMediaHeaderSubTitle]'},{'name': 'EuimMediaHeaderTitleDirective', 'selector': '[euimMediaHeaderTitle]'},{'name': 'EuimMultiselectAllDirective', 'selector': '[euimMultiselectAll]'},{'name': 'EuimMultiselectSelectFieldDirective', 'selector': '[euimMultiselectSelectField]'},{'name': 'EuimSkeletonTextAvatarDirective', 'selector': '[euimSkeletonTextAvatar]'},{'name': 'EuimSliderInfoScreenContentDirective', 'selector': '[euimSliderInfoScreenContent]'},{'name': 'EuimSliderInfoScreenSubTitleDirective', 'selector': '[euimSliderInfoScreenSubTitle]'},{'name': 'EuimSliderInfoScreenTitleDirective', 'selector': '[euimSliderInfoScreenTitle]'}];
2173
1060
  var ACTUAL_COMPONENT = {'name': 'EuimChipSelectorComponent'};
2174
1061
  </script>
2175
1062
  <script src="../js/tree.js"></script>