@eui/mobile-core 17.0.0-next.1 → 17.0.0-next.11

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 (341) hide show
  1. package/docs/components/EuiMUserProfileActionComponent.html +2 -2
  2. package/docs/components/EuiMUserProfileAvatarComponent.html +2 -2
  3. package/docs/components/EuiMUserProfileInfosComponent.html +2 -2
  4. package/docs/components/EuiMUserProfileInfosItemComponent.html +2 -2
  5. package/docs/components/EuimAboutComponent.html +766 -0
  6. package/docs/components/EuimAlertMessageComponent.html +7 -7
  7. package/docs/components/EuimAppComponent.html +2 -2
  8. package/docs/components/EuimAvatarComponent.html +2 -2
  9. package/docs/components/EuimAvatarIconComponent.html +2 -2
  10. package/docs/components/EuimBadgeComponent.html +3 -3
  11. package/docs/components/{EuimAppSidebarComponent.html → EuimChangelogComponent.html} +18 -33
  12. package/docs/components/EuimChipSelectorComponent.html +274 -22
  13. package/docs/components/EuimContactSupportComponent.html +276 -0
  14. package/docs/components/EuimDataSummaryColComponent.html +2 -2
  15. package/docs/components/EuimDataSummaryComponent.html +3 -3
  16. package/docs/components/EuimEmptyListPlaceholderComponent.html +6 -6
  17. package/docs/components/EuimHeaderDetailsComponent.html +3 -3
  18. package/docs/components/EuimLabelComponent.html +7 -7
  19. package/docs/components/EuimLanguageListComponent.html +3 -3
  20. package/docs/components/EuimLanguageSelectorComponent.html +4 -4
  21. package/docs/components/EuimLegalNoticeComponent.html +276 -0
  22. package/docs/components/EuimMediaHeaderComponent.html +4 -4
  23. package/docs/components/EuimMessageComponent.html +3 -3
  24. package/docs/components/EuimMessageTitleComponent.html +2 -2
  25. package/docs/components/EuimMultiselectComponent.html +4 -4
  26. package/docs/components/EuimMultiselectFilterComponent.html +36 -2
  27. package/docs/components/EuimMultiselectInfoComponent.html +2 -2
  28. package/docs/components/EuimMultiselectListComponent.html +2 -2
  29. package/docs/components/EuimMultiselectToolbarComponent.html +4 -4
  30. package/docs/components/EuimNotificationItemComponent.html +3 -3
  31. package/docs/components/EuimOpenSourceLicencesComponent.html +276 -0
  32. package/docs/components/EuimPdfWrapperComponent.html +828 -0
  33. package/docs/components/{EuimAppSidebarHeaderComponent.html → EuimPrivacyStatementComponent.html} +8 -8
  34. package/docs/components/EuimScrollerXComponent.html +2 -2
  35. package/docs/components/EuimSidebarComponent.html +2 -2
  36. package/docs/components/EuimSidebarContentComponent.html +2 -2
  37. package/docs/components/EuimSkeletonListComponent.html +3 -3
  38. package/docs/components/EuimSkeletonListItemComponent.html +8 -8
  39. package/docs/components/EuimSlideInfoScreenComponent.html +2 -2
  40. package/docs/components/EuimSliderInfoScreenComponent.html +8 -30
  41. package/docs/components/EuimSpinnerComponent.html +2 -2
  42. package/docs/components/EuimSpinnerDescriptionComponent.html +2 -2
  43. package/docs/components/EuimSpinnerMessageComponent.html +2 -2
  44. package/docs/components/EuimToolbarActionItemsComponent.html +2 -2
  45. package/docs/components/EuimToolbarComponent.html +5 -5
  46. package/docs/components/EuimToolbarTitleComponent.html +2 -2
  47. package/docs/components/EuimUserProfileComponent.html +2 -2
  48. package/docs/dependencies.html +14 -2
  49. package/docs/directives/BaseStatesDirective.html +17 -491
  50. package/docs/directives/EuimChipSelectorItemDirective.html +24 -1
  51. package/docs/directives/EuimDataSummaryColLabelDirective.html +1 -1
  52. package/docs/index.html +4 -12
  53. package/docs/js/menu-wc.js +244 -232
  54. package/docs/js/menu-wc_es5.js +4 -5
  55. package/docs/js/search/search_index.js +2 -2
  56. package/docs/miscellaneous/typealiases.html +0 -21
  57. package/docs/miscellaneous/variables.html +31 -113
  58. package/docs/modules/{EuimAppSidebarModule.html → EuimAboutModule.html} +42 -6
  59. package/docs/modules/EuimAlertMessageModule.html +32 -2
  60. package/docs/modules/EuimAllModule.html +6 -54
  61. package/docs/modules/EuimAppModule.html +0 -3
  62. package/docs/modules/EuimAvatarModule.html +32 -2
  63. package/docs/modules/EuimDataSummaryModule.html +32 -2
  64. package/docs/modules/EuimHeaderDetailsModule.html +32 -2
  65. package/docs/modules/EuimLanguageSelectorModule.html +0 -3
  66. package/docs/modules/EuimMediaHeaderModule.html +32 -2
  67. package/docs/modules/EuimMessageModule.html +32 -2
  68. package/docs/modules/EuimMultiselectModule.html +32 -2
  69. package/docs/modules/{EuimMenuModule.html → EuimPdfWrapperModule.html} +29 -15
  70. package/docs/modules/EuimSkeletonListItemModule.html +32 -2
  71. package/docs/modules/EuimSkeletonListModule.html +32 -2
  72. package/docs/modules/EuimSliderInfoScreenModule.html +32 -2
  73. package/docs/modules/EuimUserProfileModule.html +32 -2
  74. package/docs/modules.html +16 -100
  75. package/esm2022/lib/components/atoms/euim-label/euim-label.component.mjs +12 -31
  76. package/esm2022/lib/components/atoms/euim-notification-item/euim-notification-item.component.mjs +2 -9
  77. package/esm2022/lib/components/base-states.directive.mjs +40 -266
  78. package/esm2022/lib/components/euim-about/euim-about.component.mjs +75 -0
  79. package/esm2022/lib/components/euim-about/euim-about.module.mjs +71 -0
  80. package/esm2022/lib/components/euim-about/euim-changelog/euim-changelog.component.mjs +20 -0
  81. package/esm2022/lib/components/euim-about/euim-contact-support/euim-contact-support.component.mjs +11 -0
  82. package/esm2022/lib/components/euim-about/euim-legal-notice/euim-legal-notice.component.mjs +11 -0
  83. package/esm2022/lib/components/euim-about/euim-opensource-licences/euim-opensource-licences.component.mjs +11 -0
  84. package/esm2022/lib/components/euim-about/euim-privacy-statement/euim-privacy-statement.component.mjs +11 -0
  85. package/esm2022/lib/components/euim-about/index.mjs +8 -0
  86. package/esm2022/lib/components/euim-alert-message/euim-alert-messsage.component.mjs +14 -53
  87. package/esm2022/lib/components/euim-avatar/euim-avatar.component.mjs +2 -2
  88. package/esm2022/lib/components/euim-badge/euim-badge.component.mjs +6 -8
  89. package/esm2022/lib/components/euim-chip-selector/euim-chip-selector-item/euim-chip-selector-item.directive.mjs +6 -9
  90. package/esm2022/lib/components/euim-chip-selector/euim-chip-selector.component.mjs +111 -55
  91. package/esm2022/lib/components/euim-data-summary/euim-data-summary-col-label/euim-data-summary-col-label.directive.mjs +3 -3
  92. package/esm2022/lib/components/euim-data-summary/euim-data-summary.component.mjs +5 -6
  93. package/esm2022/lib/components/euim-empty-list-placeholder/euim-empty-list-placeholder.component.mjs +12 -21
  94. package/esm2022/lib/components/euim-media-header/euim-media-header.component.mjs +6 -11
  95. package/esm2022/lib/components/euim-message/euim-message.component.mjs +10 -16
  96. package/esm2022/lib/components/euim-multiselect/euim-multiselect-all/euim-multiselect-all.directive.mjs +1 -7
  97. package/esm2022/lib/components/euim-multiselect/euim-multiselect-filter/euim-multiselect-filter.component.mjs +21 -1
  98. package/esm2022/lib/components/euim-multiselect/euim-multiselect-toolbar/euim-multiselect-toolbar.component.mjs +10 -15
  99. package/esm2022/lib/components/euim-multiselect/euim-multiselect.component.mjs +7 -12
  100. package/esm2022/lib/components/euim-pdf-wrapper/euim-pdf-wrapper.component.mjs +86 -0
  101. package/esm2022/lib/components/euim-pdf-wrapper/euim-pdf-wrapper.module.mjs +43 -0
  102. package/esm2022/lib/components/euim-pdf-wrapper/index.mjs +3 -0
  103. package/esm2022/lib/components/euim-skeleton-list/euim-skeleton-list.component.mjs +3 -3
  104. package/esm2022/lib/components/euim-skeleton-list-item/euim-skeleton-list-item.component.mjs +15 -28
  105. package/esm2022/lib/components/euim-slider-info-screen/euim-slider-info-screen.component.mjs +16 -34
  106. package/esm2022/lib/components/euim-spinner/euim-spinner.component.mjs +2 -2
  107. package/esm2022/lib/components/index.mjs +3 -9
  108. package/esm2022/lib/components/layout/euim-app/euim-app.module.mjs +1 -5
  109. package/esm2022/lib/components/layout/euim-app/index.mjs +1 -2
  110. package/esm2022/lib/components/layout/euim-header-details/euim-header-details.component.mjs +2 -3
  111. package/esm2022/lib/components/layout/euim-language-selector/euim-language-list.component.mjs +6 -7
  112. package/esm2022/lib/components/layout/euim-language-selector/euim-language-selector.component.mjs +3 -4
  113. package/esm2022/lib/components/layout/euim-language-selector/euim-language-selector.module.mjs +1 -5
  114. package/esm2022/lib/components/layout/euim-toolbar/euim-toolbar-title/euim-toolbar-title.component.mjs +1 -1
  115. package/esm2022/lib/components/layout/euim-toolbar/euim-toolbar.component.mjs +9 -17
  116. package/esm2022/lib/components/layout/euim-user-profile/euim-user-profile-avatar/euim-user-profile-avatar.component.mjs +1 -1
  117. package/esm2022/lib/components/layout/euim-user-profile/euim-user-profile-infos/euim-user-profile-infos.component.mjs +1 -1
  118. package/esm2022/lib/components/layout/euim-user-profile/euim-user-profile.component.mjs +1 -1
  119. package/esm2022/lib/euim-all.module.mjs +6 -38
  120. package/fesm2022/eui-mobile-core.mjs +731 -1557
  121. package/fesm2022/eui-mobile-core.mjs.map +1 -1
  122. package/lib/components/atoms/euim-label/euim-label.component.d.ts +9 -6
  123. package/lib/components/atoms/euim-label/euim-label.component.d.ts.map +1 -1
  124. package/lib/components/atoms/euim-notification-item/euim-notification-item.component.d.ts +1 -1
  125. package/lib/components/atoms/euim-notification-item/euim-notification-item.component.d.ts.map +1 -1
  126. package/lib/components/base-states.directive.d.ts +35 -92
  127. package/lib/components/base-states.directive.d.ts.map +1 -1
  128. package/lib/components/euim-about/euim-about.component.d.ts +30 -0
  129. package/lib/components/euim-about/euim-about.component.d.ts.map +1 -0
  130. package/lib/components/euim-about/euim-about.module.d.ts +20 -0
  131. package/lib/components/euim-about/euim-about.module.d.ts.map +1 -0
  132. package/lib/components/euim-about/euim-changelog/euim-changelog.component.d.ts +7 -0
  133. package/lib/components/euim-about/euim-changelog/euim-changelog.component.d.ts.map +1 -0
  134. package/lib/components/euim-about/euim-contact-support/euim-contact-support.component.d.ts +6 -0
  135. package/lib/components/euim-about/euim-contact-support/euim-contact-support.component.d.ts.map +1 -0
  136. package/lib/components/euim-about/euim-legal-notice/euim-legal-notice.component.d.ts +6 -0
  137. package/lib/components/euim-about/euim-legal-notice/euim-legal-notice.component.d.ts.map +1 -0
  138. package/lib/components/euim-about/euim-opensource-licences/euim-opensource-licences.component.d.ts +6 -0
  139. package/lib/components/euim-about/euim-opensource-licences/euim-opensource-licences.component.d.ts.map +1 -0
  140. package/lib/components/euim-about/euim-privacy-statement/euim-privacy-statement.component.d.ts +6 -0
  141. package/lib/components/euim-about/euim-privacy-statement/euim-privacy-statement.component.d.ts.map +1 -0
  142. package/lib/components/euim-about/index.d.ts +8 -0
  143. package/lib/components/euim-about/index.d.ts.map +1 -0
  144. package/lib/components/euim-alert-message/euim-alert-messsage.component.d.ts +7 -5
  145. package/lib/components/euim-alert-message/euim-alert-messsage.component.d.ts.map +1 -1
  146. package/lib/components/euim-badge/euim-badge.component.d.ts +1 -1
  147. package/lib/components/euim-badge/euim-badge.component.d.ts.map +1 -1
  148. package/lib/components/euim-chip-selector/euim-chip-selector-item/euim-chip-selector-item.directive.d.ts +3 -2
  149. package/lib/components/euim-chip-selector/euim-chip-selector-item/euim-chip-selector-item.directive.d.ts.map +1 -1
  150. package/lib/components/euim-chip-selector/euim-chip-selector.component.d.ts +22 -10
  151. package/lib/components/euim-chip-selector/euim-chip-selector.component.d.ts.map +1 -1
  152. package/lib/components/euim-data-summary/euim-data-summary-col-label/euim-data-summary-col-label.directive.d.ts +1 -1
  153. package/lib/components/euim-data-summary/euim-data-summary.component.d.ts +1 -1
  154. package/lib/components/euim-data-summary/euim-data-summary.component.d.ts.map +1 -1
  155. package/lib/components/euim-empty-list-placeholder/euim-empty-list-placeholder.component.d.ts +6 -4
  156. package/lib/components/euim-empty-list-placeholder/euim-empty-list-placeholder.component.d.ts.map +1 -1
  157. package/lib/components/euim-media-header/euim-media-header.component.d.ts +2 -2
  158. package/lib/components/euim-media-header/euim-media-header.component.d.ts.map +1 -1
  159. package/lib/components/euim-message/euim-message.component.d.ts +1 -1
  160. package/lib/components/euim-message/euim-message.component.d.ts.map +1 -1
  161. package/lib/components/euim-multiselect/euim-multiselect-all/euim-multiselect-all.directive.d.ts.map +1 -1
  162. package/lib/components/euim-multiselect/euim-multiselect-filter/euim-multiselect-filter.component.d.ts +1 -0
  163. package/lib/components/euim-multiselect/euim-multiselect-filter/euim-multiselect-filter.component.d.ts.map +1 -1
  164. package/lib/components/euim-multiselect/euim-multiselect-toolbar/euim-multiselect-toolbar.component.d.ts +2 -2
  165. package/lib/components/euim-multiselect/euim-multiselect-toolbar/euim-multiselect-toolbar.component.d.ts.map +1 -1
  166. package/lib/components/euim-multiselect/euim-multiselect.component.d.ts +2 -2
  167. package/lib/components/euim-multiselect/euim-multiselect.component.d.ts.map +1 -1
  168. package/lib/components/euim-pdf-wrapper/euim-pdf-wrapper.component.d.ts +25 -0
  169. package/lib/components/euim-pdf-wrapper/euim-pdf-wrapper.component.d.ts.map +1 -0
  170. package/lib/components/euim-pdf-wrapper/euim-pdf-wrapper.module.d.ts +13 -0
  171. package/lib/components/euim-pdf-wrapper/euim-pdf-wrapper.module.d.ts.map +1 -0
  172. package/lib/components/euim-pdf-wrapper/index.d.ts +3 -0
  173. package/lib/components/euim-pdf-wrapper/index.d.ts.map +1 -0
  174. package/lib/components/euim-skeleton-list-item/euim-skeleton-list-item.component.d.ts +10 -6
  175. package/lib/components/euim-skeleton-list-item/euim-skeleton-list-item.component.d.ts.map +1 -1
  176. package/lib/components/euim-slider-info-screen/euim-slider-info-screen.component.d.ts +10 -5
  177. package/lib/components/euim-slider-info-screen/euim-slider-info-screen.component.d.ts.map +1 -1
  178. package/lib/components/index.d.ts +2 -8
  179. package/lib/components/index.d.ts.map +1 -1
  180. package/lib/components/layout/euim-app/euim-app.module.d.ts +2 -3
  181. package/lib/components/layout/euim-app/euim-app.module.d.ts.map +1 -1
  182. package/lib/components/layout/euim-app/index.d.ts +0 -1
  183. package/lib/components/layout/euim-app/index.d.ts.map +1 -1
  184. package/lib/components/layout/euim-header-details/euim-header-details.component.d.ts +1 -1
  185. package/lib/components/layout/euim-header-details/euim-header-details.component.d.ts.map +1 -1
  186. package/lib/components/layout/euim-language-selector/euim-language-selector.component.d.ts +2 -2
  187. package/lib/components/layout/euim-language-selector/euim-language-selector.component.d.ts.map +1 -1
  188. package/lib/components/layout/euim-language-selector/euim-language-selector.module.d.ts +3 -4
  189. package/lib/components/layout/euim-language-selector/euim-language-selector.module.d.ts.map +1 -1
  190. package/lib/components/layout/euim-toolbar/euim-toolbar-title/euim-toolbar-title.component.d.ts.map +1 -1
  191. package/lib/components/layout/euim-toolbar/euim-toolbar.component.d.ts +6 -4
  192. package/lib/components/layout/euim-toolbar/euim-toolbar.component.d.ts.map +1 -1
  193. package/lib/components/layout/euim-user-profile/euim-user-profile-avatar/euim-user-profile-avatar.component.d.ts.map +1 -1
  194. package/lib/components/layout/euim-user-profile/euim-user-profile-infos/euim-user-profile-infos.component.d.ts.map +1 -1
  195. package/lib/components/layout/euim-user-profile/euim-user-profile.component.d.ts.map +1 -1
  196. package/lib/euim-all.module.d.ts +26 -34
  197. package/lib/euim-all.module.d.ts.map +1 -1
  198. package/package.json +4 -1
  199. package/docs/classes/EuimStepperChangeEvent.html +0 -311
  200. package/docs/components/EuimAppSidebarFooterComponent.html +0 -392
  201. package/docs/components/EuimAppSidebarMenuComponent.html +0 -433
  202. package/docs/components/EuimControlFeedbackComponent.html +0 -510
  203. package/docs/components/EuimFieldSetComponent.html +0 -392
  204. package/docs/components/EuimFieldsetActionsComponent.html +0 -388
  205. package/docs/components/EuimFieldsetLegendComponent.html +0 -388
  206. package/docs/components/EuimInfoScreenComponent.html +0 -392
  207. package/docs/components/EuimMenuComponent.html +0 -642
  208. package/docs/components/EuimSlideComponent.html +0 -382
  209. package/docs/components/EuimSliderComponent.html +0 -1469
  210. package/docs/components/EuimStepperComponent.html +0 -529
  211. package/docs/directives/EuimInfoScreenContentDirective.html +0 -342
  212. package/docs/directives/EuimInfoScreenSubTitleDirective.html +0 -342
  213. package/docs/directives/EuimInfoScreenTitleDirective.html +0 -342
  214. package/docs/directives/EuimItemDividerDirective.html +0 -342
  215. package/docs/directives/EuimListHeaderDirective.html +0 -342
  216. package/docs/interfaces/ActionBtnNames.html +0 -344
  217. package/docs/interfaces/Badge.html +0 -317
  218. package/docs/interfaces/EuimMenuItem.html +0 -857
  219. package/docs/interfaces/EuimMenuSection.html +0 -362
  220. package/docs/interfaces/Notification.html +0 -317
  221. package/docs/modules/EuimControlFeedbackModule.html +0 -228
  222. package/docs/modules/EuimFieldsetModule.html +0 -228
  223. package/docs/modules/EuimInfoScreenModule.html +0 -228
  224. package/docs/modules/EuimItemDividerModule.html +0 -228
  225. package/docs/modules/EuimListHeaderModule.html +0 -228
  226. package/docs/modules/EuimSliderModule.html +0 -228
  227. package/docs/modules/EuimStepperComponentModule.html +0 -228
  228. package/esm2022/lib/components/atoms/euim-control-feedback/euim-control-feedback.component.mjs +0 -39
  229. package/esm2022/lib/components/atoms/euim-control-feedback/euim-control-feedback.module.mjs +0 -28
  230. package/esm2022/lib/components/atoms/euim-control-feedback/index.mjs +0 -3
  231. package/esm2022/lib/components/directives/euim-item-divider/euim-item-divider.directive.mjs +0 -22
  232. package/esm2022/lib/components/directives/euim-item-divider/euim-item-divider.module.mjs +0 -28
  233. package/esm2022/lib/components/directives/euim-item-divider/index.mjs +0 -3
  234. package/esm2022/lib/components/directives/euim-list-header/euim-list-header.directive.mjs +0 -22
  235. package/esm2022/lib/components/directives/euim-list-header/euim-list-header.module.mjs +0 -28
  236. package/esm2022/lib/components/directives/euim-list-header/index.mjs +0 -3
  237. package/esm2022/lib/components/directives/index.mjs +0 -5
  238. package/esm2022/lib/components/euim-fieldset/euim-fieldset-actions/euim-fieldset-actions.component.mjs +0 -17
  239. package/esm2022/lib/components/euim-fieldset/euim-fieldset-legend/euim-fieldset-legend.component.mjs +0 -17
  240. package/esm2022/lib/components/euim-fieldset/euim-fieldset.component.mjs +0 -17
  241. package/esm2022/lib/components/euim-fieldset/euim-fieldset.module.mjs +0 -39
  242. package/esm2022/lib/components/euim-fieldset/index.mjs +0 -5
  243. package/esm2022/lib/components/euim-menu/euim-menu.component.mjs +0 -48
  244. package/esm2022/lib/components/euim-menu/euim-menu.module.mjs +0 -44
  245. package/esm2022/lib/components/euim-menu/index.mjs +0 -4
  246. package/esm2022/lib/components/euim-menu/models/eui-menu-item.model.mjs +0 -2
  247. package/esm2022/lib/components/euim-slider/euim-slide/euim-slide.component.mjs +0 -26
  248. package/esm2022/lib/components/euim-slider/euim-slider.component.mjs +0 -174
  249. package/esm2022/lib/components/euim-slider/euim-slider.module.mjs +0 -35
  250. package/esm2022/lib/components/euim-slider/index.mjs +0 -4
  251. package/esm2022/lib/components/euim-stepper/euim-steper.module.mjs +0 -32
  252. package/esm2022/lib/components/euim-stepper/euim-stepper.component.mjs +0 -64
  253. package/esm2022/lib/components/euim-stepper/index.mjs +0 -3
  254. package/esm2022/lib/components/layout/euim-app/euim-app-sidebar/index.mjs +0 -6
  255. package/esm2022/lib/components/layout/euim-app/euim-app-sidebar/sidebar-footer/sidebar-footer.component.mjs +0 -17
  256. package/esm2022/lib/components/layout/euim-app/euim-app-sidebar/sidebar-header/sidebar-header.component.mjs +0 -11
  257. package/esm2022/lib/components/layout/euim-app/euim-app-sidebar/sidebar-menu/sidebar-menu.component.mjs +0 -22
  258. package/esm2022/lib/components/layout/euim-app/euim-app-sidebar/sidebar.component.mjs +0 -19
  259. package/esm2022/lib/components/layout/euim-app/euim-app-sidebar/sidebar.module.mjs +0 -48
  260. package/esm2022/lib/components/layout/euim-info-screen/euim-info-screen-content/euim-info-screen-content.directive.mjs +0 -19
  261. package/esm2022/lib/components/layout/euim-info-screen/euim-info-screen-sub-title/euim-info-screen-sub-title.directive.mjs +0 -19
  262. package/esm2022/lib/components/layout/euim-info-screen/euim-info-screen-title/euim-info-screen-title.directive.mjs +0 -19
  263. package/esm2022/lib/components/layout/euim-info-screen/euim-info-screen.component.mjs +0 -20
  264. package/esm2022/lib/components/layout/euim-info-screen/euim-info-screen.module.mjs +0 -43
  265. package/esm2022/lib/components/layout/euim-info-screen/index.mjs +0 -6
  266. package/lib/components/atoms/euim-control-feedback/euim-control-feedback.component.d.ts +0 -13
  267. package/lib/components/atoms/euim-control-feedback/euim-control-feedback.component.d.ts.map +0 -1
  268. package/lib/components/atoms/euim-control-feedback/euim-control-feedback.module.d.ts +0 -10
  269. package/lib/components/atoms/euim-control-feedback/euim-control-feedback.module.d.ts.map +0 -1
  270. package/lib/components/atoms/euim-control-feedback/index.d.ts +0 -3
  271. package/lib/components/atoms/euim-control-feedback/index.d.ts.map +0 -1
  272. package/lib/components/directives/euim-item-divider/euim-item-divider.directive.d.ts +0 -7
  273. package/lib/components/directives/euim-item-divider/euim-item-divider.directive.d.ts.map +0 -1
  274. package/lib/components/directives/euim-item-divider/euim-item-divider.module.d.ts +0 -10
  275. package/lib/components/directives/euim-item-divider/euim-item-divider.module.d.ts.map +0 -1
  276. package/lib/components/directives/euim-item-divider/index.d.ts +0 -3
  277. package/lib/components/directives/euim-item-divider/index.d.ts.map +0 -1
  278. package/lib/components/directives/euim-list-header/euim-list-header.directive.d.ts +0 -7
  279. package/lib/components/directives/euim-list-header/euim-list-header.directive.d.ts.map +0 -1
  280. package/lib/components/directives/euim-list-header/euim-list-header.module.d.ts +0 -10
  281. package/lib/components/directives/euim-list-header/euim-list-header.module.d.ts.map +0 -1
  282. package/lib/components/directives/euim-list-header/index.d.ts +0 -3
  283. package/lib/components/directives/euim-list-header/index.d.ts.map +0 -1
  284. package/lib/components/directives/index.d.ts +0 -5
  285. package/lib/components/directives/index.d.ts.map +0 -1
  286. package/lib/components/euim-fieldset/euim-fieldset-actions/euim-fieldset-actions.component.d.ts +0 -7
  287. package/lib/components/euim-fieldset/euim-fieldset-actions/euim-fieldset-actions.component.d.ts.map +0 -1
  288. package/lib/components/euim-fieldset/euim-fieldset-legend/euim-fieldset-legend.component.d.ts +0 -7
  289. package/lib/components/euim-fieldset/euim-fieldset-legend/euim-fieldset-legend.component.d.ts.map +0 -1
  290. package/lib/components/euim-fieldset/euim-fieldset.component.d.ts +0 -7
  291. package/lib/components/euim-fieldset/euim-fieldset.component.d.ts.map +0 -1
  292. package/lib/components/euim-fieldset/euim-fieldset.module.d.ts +0 -12
  293. package/lib/components/euim-fieldset/euim-fieldset.module.d.ts.map +0 -1
  294. package/lib/components/euim-fieldset/index.d.ts +0 -5
  295. package/lib/components/euim-fieldset/index.d.ts.map +0 -1
  296. package/lib/components/euim-menu/euim-menu.component.d.ts +0 -17
  297. package/lib/components/euim-menu/euim-menu.component.d.ts.map +0 -1
  298. package/lib/components/euim-menu/euim-menu.module.d.ts +0 -14
  299. package/lib/components/euim-menu/euim-menu.module.d.ts.map +0 -1
  300. package/lib/components/euim-menu/index.d.ts +0 -4
  301. package/lib/components/euim-menu/index.d.ts.map +0 -1
  302. package/lib/components/euim-menu/models/eui-menu-item.model.d.ts +0 -30
  303. package/lib/components/euim-menu/models/eui-menu-item.model.d.ts.map +0 -1
  304. package/lib/components/euim-slider/euim-slide/euim-slide.component.d.ts +0 -7
  305. package/lib/components/euim-slider/euim-slide/euim-slide.component.d.ts.map +0 -1
  306. package/lib/components/euim-slider/euim-slider.component.d.ts +0 -46
  307. package/lib/components/euim-slider/euim-slider.component.d.ts.map +0 -1
  308. package/lib/components/euim-slider/euim-slider.module.d.ts +0 -11
  309. package/lib/components/euim-slider/euim-slider.module.d.ts.map +0 -1
  310. package/lib/components/euim-slider/index.d.ts +0 -4
  311. package/lib/components/euim-slider/index.d.ts.map +0 -1
  312. package/lib/components/euim-stepper/euim-steper.module.d.ts +0 -11
  313. package/lib/components/euim-stepper/euim-steper.module.d.ts.map +0 -1
  314. package/lib/components/euim-stepper/euim-stepper.component.d.ts +0 -21
  315. package/lib/components/euim-stepper/euim-stepper.component.d.ts.map +0 -1
  316. package/lib/components/euim-stepper/index.d.ts +0 -3
  317. package/lib/components/euim-stepper/index.d.ts.map +0 -1
  318. package/lib/components/layout/euim-app/euim-app-sidebar/index.d.ts +0 -6
  319. package/lib/components/layout/euim-app/euim-app-sidebar/index.d.ts.map +0 -1
  320. package/lib/components/layout/euim-app/euim-app-sidebar/sidebar-footer/sidebar-footer.component.d.ts +0 -7
  321. package/lib/components/layout/euim-app/euim-app-sidebar/sidebar-footer/sidebar-footer.component.d.ts.map +0 -1
  322. package/lib/components/layout/euim-app/euim-app-sidebar/sidebar-header/sidebar-header.component.d.ts +0 -6
  323. package/lib/components/layout/euim-app/euim-app-sidebar/sidebar-header/sidebar-header.component.d.ts.map +0 -1
  324. package/lib/components/layout/euim-app/euim-app-sidebar/sidebar-menu/sidebar-menu.component.d.ts +0 -11
  325. package/lib/components/layout/euim-app/euim-app-sidebar/sidebar-menu/sidebar-menu.component.d.ts.map +0 -1
  326. package/lib/components/layout/euim-app/euim-app-sidebar/sidebar.component.d.ts +0 -9
  327. package/lib/components/layout/euim-app/euim-app-sidebar/sidebar.component.d.ts.map +0 -1
  328. package/lib/components/layout/euim-app/euim-app-sidebar/sidebar.module.d.ts +0 -15
  329. package/lib/components/layout/euim-app/euim-app-sidebar/sidebar.module.d.ts.map +0 -1
  330. package/lib/components/layout/euim-info-screen/euim-info-screen-content/euim-info-screen-content.directive.d.ts +0 -7
  331. package/lib/components/layout/euim-info-screen/euim-info-screen-content/euim-info-screen-content.directive.d.ts.map +0 -1
  332. package/lib/components/layout/euim-info-screen/euim-info-screen-sub-title/euim-info-screen-sub-title.directive.d.ts +0 -7
  333. package/lib/components/layout/euim-info-screen/euim-info-screen-sub-title/euim-info-screen-sub-title.directive.d.ts.map +0 -1
  334. package/lib/components/layout/euim-info-screen/euim-info-screen-title/euim-info-screen-title.directive.d.ts +0 -7
  335. package/lib/components/layout/euim-info-screen/euim-info-screen-title/euim-info-screen-title.directive.d.ts.map +0 -1
  336. package/lib/components/layout/euim-info-screen/euim-info-screen.component.d.ts +0 -7
  337. package/lib/components/layout/euim-info-screen/euim-info-screen.component.d.ts.map +0 -1
  338. package/lib/components/layout/euim-info-screen/euim-info-screen.module.d.ts +0 -13
  339. package/lib/components/layout/euim-info-screen/euim-info-screen.module.d.ts.map +0 -1
  340. package/lib/components/layout/euim-info-screen/index.d.ts +0 -6
  341. package/lib/components/layout/euim-info-screen/index.d.ts.map +0 -1
@@ -176,21 +176,6 @@
176
176
  <li>
177
177
  <a href="#color" >color</a>
178
178
  </li>
179
- <li>
180
- <a href="#euimAccent" class="deprecated-name">euimAccent</a>
181
- </li>
182
- <li>
183
- <a href="#euimClear" class="deprecated-name">euimClear</a>
184
- </li>
185
- <li>
186
- <a href="#euimDanger" class="deprecated-name">euimDanger</a>
187
- </li>
188
- <li>
189
- <a href="#euimDark" class="deprecated-name">euimDark</a>
190
- </li>
191
- <li>
192
- <a href="#euimDefault" class="deprecated-name">euimDefault</a>
193
- </li>
194
179
  <li>
195
180
  <a href="#euimDisabled" >euimDisabled</a>
196
181
  </li>
@@ -209,21 +194,9 @@
209
194
  <li>
210
195
  <a href="#euimFontRegular" >euimFontRegular</a>
211
196
  </li>
212
- <li>
213
- <a href="#euimInfo" class="deprecated-name">euimInfo</a>
214
- </li>
215
- <li>
216
- <a href="#euimLight" class="deprecated-name">euimLight</a>
217
- </li>
218
197
  <li>
219
198
  <a href="#euimPositionTopEnd" >euimPositionTopEnd</a>
220
199
  </li>
221
- <li>
222
- <a href="#euimPrimary" class="deprecated-name">euimPrimary</a>
223
- </li>
224
- <li>
225
- <a href="#euimSecondary" class="deprecated-name">euimSecondary</a>
226
- </li>
227
200
  <li>
228
201
  <a href="#euimSize2XL" >euimSize2XL</a>
229
202
  </li>
@@ -257,21 +230,6 @@
257
230
  <li>
258
231
  <a href="#euimSizeXS" >euimSizeXS</a>
259
232
  </li>
260
- <li>
261
- <a href="#euimSuccess" class="deprecated-name">euimSuccess</a>
262
- </li>
263
- <li>
264
- <a href="#euimVariant" class="deprecated-name">euimVariant</a>
265
- </li>
266
- <li>
267
- <a href="#euimWarning" class="deprecated-name">euimWarning</a>
268
- </li>
269
- <li>
270
- <a href="#euimWhite" class="deprecated-name">euimWhite</a>
271
- </li>
272
- <li>
273
- <a href="#variant" class="deprecated-name">variant</a>
274
- </li>
275
233
  </ul>
276
234
  </td>
277
235
  </tr>
@@ -287,12 +245,6 @@
287
245
  <tr>
288
246
  <td class="col-md-4">
289
247
  <ul class="index-list">
290
- <li>
291
- <a href="#euimVariant" >euimVariant</a>
292
- </li>
293
- <li>
294
- <a href="#variant" >variant</a>
295
- </li>
296
248
  <li>
297
249
  <a href="#color" >color</a>
298
250
  </li>
@@ -325,111 +277,6 @@
325
277
  </tr>
326
278
  </tbody>
327
279
  </table>
328
- <table class="table table-sm table-bordered">
329
- <tbody>
330
- <tr>
331
- <td class="col-md-4">
332
- <a name="euimAccent"></a>
333
- <b>euimAccent</b>
334
- </td>
335
- </tr>
336
- <tr>
337
- <td class="col-md-4">
338
- <i>Type : </i> <code>BooleanInput</code>
339
-
340
- </td>
341
- </tr>
342
- <tr>
343
- <td class="col-md-4">
344
- <i>Default value : </i><code>false</code>
345
- </td>
346
- </tr>
347
- </tbody>
348
- </table>
349
- <table class="table table-sm table-bordered">
350
- <tbody>
351
- <tr>
352
- <td class="col-md-4">
353
- <a name="euimClear"></a>
354
- <b>euimClear</b>
355
- </td>
356
- </tr>
357
- <tr>
358
- <td class="col-md-4">
359
- <i>Type : </i> <code>BooleanInput</code>
360
-
361
- </td>
362
- </tr>
363
- <tr>
364
- <td class="col-md-4">
365
- <i>Default value : </i><code>false</code>
366
- </td>
367
- </tr>
368
- </tbody>
369
- </table>
370
- <table class="table table-sm table-bordered">
371
- <tbody>
372
- <tr>
373
- <td class="col-md-4">
374
- <a name="euimDanger"></a>
375
- <b>euimDanger</b>
376
- </td>
377
- </tr>
378
- <tr>
379
- <td class="col-md-4">
380
- <i>Type : </i> <code>BooleanInput</code>
381
-
382
- </td>
383
- </tr>
384
- <tr>
385
- <td class="col-md-4">
386
- <i>Default value : </i><code>false</code>
387
- </td>
388
- </tr>
389
- </tbody>
390
- </table>
391
- <table class="table table-sm table-bordered">
392
- <tbody>
393
- <tr>
394
- <td class="col-md-4">
395
- <a name="euimDark"></a>
396
- <b>euimDark</b>
397
- </td>
398
- </tr>
399
- <tr>
400
- <td class="col-md-4">
401
- <i>Type : </i> <code>BooleanInput</code>
402
-
403
- </td>
404
- </tr>
405
- <tr>
406
- <td class="col-md-4">
407
- <i>Default value : </i><code>false</code>
408
- </td>
409
- </tr>
410
- </tbody>
411
- </table>
412
- <table class="table table-sm table-bordered">
413
- <tbody>
414
- <tr>
415
- <td class="col-md-4">
416
- <a name="euimDefault"></a>
417
- <b>euimDefault</b>
418
- </td>
419
- </tr>
420
- <tr>
421
- <td class="col-md-4">
422
- <i>Type : </i> <code>BooleanInput</code>
423
-
424
- </td>
425
- </tr>
426
- <tr>
427
- <td class="col-md-4">
428
- <i>Default value : </i><code>false</code>
429
- </td>
430
- </tr>
431
- </tbody>
432
- </table>
433
280
  <table class="table table-sm table-bordered">
434
281
  <tbody>
435
282
  <tr>
@@ -440,7 +287,7 @@
440
287
  </tr>
441
288
  <tr>
442
289
  <td class="col-md-4">
443
- <i>Type : </i> <code>BooleanInput</code>
290
+ <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
444
291
 
445
292
  </td>
446
293
  </tr>
@@ -461,7 +308,7 @@
461
308
  </tr>
462
309
  <tr>
463
310
  <td class="col-md-4">
464
- <i>Type : </i> <code>BooleanInput</code>
311
+ <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
465
312
 
466
313
  </td>
467
314
  </tr>
@@ -482,7 +329,7 @@
482
329
  </tr>
483
330
  <tr>
484
331
  <td class="col-md-4">
485
- <i>Type : </i> <code>BooleanInput</code>
332
+ <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
486
333
 
487
334
  </td>
488
335
  </tr>
@@ -503,7 +350,7 @@
503
350
  </tr>
504
351
  <tr>
505
352
  <td class="col-md-4">
506
- <i>Type : </i> <code>BooleanInput</code>
353
+ <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
507
354
 
508
355
  </td>
509
356
  </tr>
@@ -524,7 +371,7 @@
524
371
  </tr>
525
372
  <tr>
526
373
  <td class="col-md-4">
527
- <i>Type : </i> <code>BooleanInput</code>
374
+ <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
528
375
 
529
376
  </td>
530
377
  </tr>
@@ -545,49 +392,7 @@
545
392
  </tr>
546
393
  <tr>
547
394
  <td class="col-md-4">
548
- <i>Type : </i> <code>BooleanInput</code>
549
-
550
- </td>
551
- </tr>
552
- <tr>
553
- <td class="col-md-4">
554
- <i>Default value : </i><code>false</code>
555
- </td>
556
- </tr>
557
- </tbody>
558
- </table>
559
- <table class="table table-sm table-bordered">
560
- <tbody>
561
- <tr>
562
- <td class="col-md-4">
563
- <a name="euimInfo"></a>
564
- <b>euimInfo</b>
565
- </td>
566
- </tr>
567
- <tr>
568
- <td class="col-md-4">
569
- <i>Type : </i> <code>BooleanInput</code>
570
-
571
- </td>
572
- </tr>
573
- <tr>
574
- <td class="col-md-4">
575
- <i>Default value : </i><code>false</code>
576
- </td>
577
- </tr>
578
- </tbody>
579
- </table>
580
- <table class="table table-sm table-bordered">
581
- <tbody>
582
- <tr>
583
- <td class="col-md-4">
584
- <a name="euimLight"></a>
585
- <b>euimLight</b>
586
- </td>
587
- </tr>
588
- <tr>
589
- <td class="col-md-4">
590
- <i>Type : </i> <code>BooleanInput</code>
395
+ <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
591
396
 
592
397
  </td>
593
398
  </tr>
@@ -608,49 +413,7 @@
608
413
  </tr>
609
414
  <tr>
610
415
  <td class="col-md-4">
611
- <i>Type : </i> <code>BooleanInput</code>
612
-
613
- </td>
614
- </tr>
615
- <tr>
616
- <td class="col-md-4">
617
- <i>Default value : </i><code>false</code>
618
- </td>
619
- </tr>
620
- </tbody>
621
- </table>
622
- <table class="table table-sm table-bordered">
623
- <tbody>
624
- <tr>
625
- <td class="col-md-4">
626
- <a name="euimPrimary"></a>
627
- <b>euimPrimary</b>
628
- </td>
629
- </tr>
630
- <tr>
631
- <td class="col-md-4">
632
- <i>Type : </i> <code>BooleanInput</code>
633
-
634
- </td>
635
- </tr>
636
- <tr>
637
- <td class="col-md-4">
638
- <i>Default value : </i><code>false</code>
639
- </td>
640
- </tr>
641
- </tbody>
642
- </table>
643
- <table class="table table-sm table-bordered">
644
- <tbody>
645
- <tr>
646
- <td class="col-md-4">
647
- <a name="euimSecondary"></a>
648
- <b>euimSecondary</b>
649
- </td>
650
- </tr>
651
- <tr>
652
- <td class="col-md-4">
653
- <i>Type : </i> <code>BooleanInput</code>
416
+ <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
654
417
 
655
418
  </td>
656
419
  </tr>
@@ -671,7 +434,7 @@
671
434
  </tr>
672
435
  <tr>
673
436
  <td class="col-md-4">
674
- <i>Type : </i> <code>BooleanInput</code>
437
+ <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
675
438
 
676
439
  </td>
677
440
  </tr>
@@ -692,7 +455,7 @@
692
455
  </tr>
693
456
  <tr>
694
457
  <td class="col-md-4">
695
- <i>Type : </i> <code>BooleanInput</code>
458
+ <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
696
459
 
697
460
  </td>
698
461
  </tr>
@@ -713,7 +476,7 @@
713
476
  </tr>
714
477
  <tr>
715
478
  <td class="col-md-4">
716
- <i>Type : </i> <code>BooleanInput</code>
479
+ <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
717
480
 
718
481
  </td>
719
482
  </tr>
@@ -734,7 +497,7 @@
734
497
  </tr>
735
498
  <tr>
736
499
  <td class="col-md-4">
737
- <i>Type : </i> <code>BooleanInput</code>
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>
738
501
 
739
502
  </td>
740
503
  </tr>
@@ -755,7 +518,7 @@
755
518
  </tr>
756
519
  <tr>
757
520
  <td class="col-md-4">
758
- <i>Type : </i> <code>BooleanInput</code>
521
+ <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
759
522
 
760
523
  </td>
761
524
  </tr>
@@ -776,7 +539,7 @@
776
539
  </tr>
777
540
  <tr>
778
541
  <td class="col-md-4">
779
- <i>Type : </i> <code>BooleanInput</code>
542
+ <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
780
543
 
781
544
  </td>
782
545
  </tr>
@@ -797,7 +560,7 @@
797
560
  </tr>
798
561
  <tr>
799
562
  <td class="col-md-4">
800
- <i>Type : </i> <code>BooleanInput</code>
563
+ <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
801
564
 
802
565
  </td>
803
566
  </tr>
@@ -818,7 +581,7 @@
818
581
  </tr>
819
582
  <tr>
820
583
  <td class="col-md-4">
821
- <i>Type : </i> <code>BooleanInput</code>
584
+ <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
585
 
823
586
  </td>
824
587
  </tr>
@@ -855,7 +618,7 @@
855
618
  </tr>
856
619
  <tr>
857
620
  <td class="col-md-4">
858
- <i>Type : </i> <code>BooleanInput</code>
621
+ <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
859
622
 
860
623
  </td>
861
624
  </tr>
@@ -876,7 +639,7 @@
876
639
  </tr>
877
640
  <tr>
878
641
  <td class="col-md-4">
879
- <i>Type : </i> <code>BooleanInput</code>
642
+ <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
880
643
 
881
644
  </td>
882
645
  </tr>
@@ -887,101 +650,6 @@
887
650
  </tr>
888
651
  </tbody>
889
652
  </table>
890
- <table class="table table-sm table-bordered">
891
- <tbody>
892
- <tr>
893
- <td class="col-md-4">
894
- <a name="euimSuccess"></a>
895
- <b>euimSuccess</b>
896
- </td>
897
- </tr>
898
- <tr>
899
- <td class="col-md-4">
900
- <i>Type : </i> <code>BooleanInput</code>
901
-
902
- </td>
903
- </tr>
904
- <tr>
905
- <td class="col-md-4">
906
- <i>Default value : </i><code>false</code>
907
- </td>
908
- </tr>
909
- </tbody>
910
- </table>
911
- <table class="table table-sm table-bordered">
912
- <tbody>
913
- <tr>
914
- <td class="col-md-4">
915
- <a name="euimVariant"></a>
916
- <b>euimVariant</b>
917
- </td>
918
- </tr>
919
- <tr>
920
- <td class="col-md-4">
921
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
922
-
923
- </td>
924
- </tr>
925
- </tbody>
926
- </table>
927
- <table class="table table-sm table-bordered">
928
- <tbody>
929
- <tr>
930
- <td class="col-md-4">
931
- <a name="euimWarning"></a>
932
- <b>euimWarning</b>
933
- </td>
934
- </tr>
935
- <tr>
936
- <td class="col-md-4">
937
- <i>Type : </i> <code>BooleanInput</code>
938
-
939
- </td>
940
- </tr>
941
- <tr>
942
- <td class="col-md-4">
943
- <i>Default value : </i><code>false</code>
944
- </td>
945
- </tr>
946
- </tbody>
947
- </table>
948
- <table class="table table-sm table-bordered">
949
- <tbody>
950
- <tr>
951
- <td class="col-md-4">
952
- <a name="euimWhite"></a>
953
- <b>euimWhite</b>
954
- </td>
955
- </tr>
956
- <tr>
957
- <td class="col-md-4">
958
- <i>Type : </i> <code>BooleanInput</code>
959
-
960
- </td>
961
- </tr>
962
- <tr>
963
- <td class="col-md-4">
964
- <i>Default value : </i><code>false</code>
965
- </td>
966
- </tr>
967
- </tbody>
968
- </table>
969
- <table class="table table-sm table-bordered">
970
- <tbody>
971
- <tr>
972
- <td class="col-md-4">
973
- <a name="variant"></a>
974
- <b>variant</b>
975
- </td>
976
- </tr>
977
- <tr>
978
- <td class="col-md-4">
979
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
980
-
981
- </td>
982
- </tr>
983
- </tbody>
984
- </table>
985
653
  </section>
986
654
 
987
655
 
@@ -1058,148 +726,6 @@
1058
726
  <h3 id="accessors">
1059
727
  Accessors
1060
728
  </h3>
1061
- <table class="table table-sm table-bordered">
1062
- <tbody>
1063
- <tr>
1064
- <td class="col-md-4">
1065
- <a name="euimVariant"></a>
1066
- <span class="name"><b>euimVariant</b><a href="#euimVariant"><span class="icon ion-ios-link"></span></a></span>
1067
- </td>
1068
- </tr>
1069
-
1070
- <tr>
1071
- <td class="col-md-4">
1072
- <span class="accessor"><b>get</b><code>euimVariant()</code></span>
1073
- </td>
1074
- </tr>
1075
- <tr>
1076
- <td class="col-md-4">
1077
- <div class="io-description"><p>Please use <a href="color">color</a> property instead</p>
1078
- </div>
1079
-
1080
- <div>
1081
- </div>
1082
- <div class="io-description">
1083
- <b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
1084
-
1085
- </div>
1086
- </td>
1087
- </tr>
1088
-
1089
- <tr>
1090
- <td class="col-md-4">
1091
- <span class="accessor"><b>set</b><code>euimVariant(value: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank">string</a>)</code></span>
1092
- </td>
1093
- </tr>
1094
- <tr>
1095
- <td class="col-md-4">
1096
-
1097
- <div class="io-description">
1098
- <b>Parameters :</b>
1099
- <table class="params">
1100
- <thead>
1101
- <tr>
1102
- <td>Name</td>
1103
- <td>Type</td>
1104
- <td>Optional</td>
1105
- </tr>
1106
- </thead>
1107
- <tbody>
1108
- <tr>
1109
- <td>value</td>
1110
-
1111
- <td>
1112
- <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
1113
- </td>
1114
-
1115
- <td>
1116
- No
1117
- </td>
1118
-
1119
- </tr>
1120
- </tbody>
1121
- </table>
1122
- </div>
1123
- <div>
1124
- </div>
1125
- <div class="io-description">
1126
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
1127
-
1128
- </div>
1129
- </td>
1130
- </tr>
1131
- </tbody>
1132
- </table>
1133
- <table class="table table-sm table-bordered">
1134
- <tbody>
1135
- <tr>
1136
- <td class="col-md-4">
1137
- <a name="variant"></a>
1138
- <span class="name"><b>variant</b><a href="#variant"><span class="icon ion-ios-link"></span></a></span>
1139
- </td>
1140
- </tr>
1141
-
1142
- <tr>
1143
- <td class="col-md-4">
1144
- <span class="accessor"><b>get</b><code>variant()</code></span>
1145
- </td>
1146
- </tr>
1147
- <tr>
1148
- <td class="col-md-4">
1149
-
1150
- <div>
1151
- </div>
1152
- <div class="io-description">
1153
- <b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
1154
-
1155
- </div>
1156
- </td>
1157
- </tr>
1158
-
1159
- <tr>
1160
- <td class="col-md-4">
1161
- <span class="accessor"><b>set</b><code>variant(value: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank">string</a>)</code></span>
1162
- </td>
1163
- </tr>
1164
- <tr>
1165
- <td class="col-md-4">
1166
-
1167
- <div class="io-description">
1168
- <b>Parameters :</b>
1169
- <table class="params">
1170
- <thead>
1171
- <tr>
1172
- <td>Name</td>
1173
- <td>Type</td>
1174
- <td>Optional</td>
1175
- </tr>
1176
- </thead>
1177
- <tbody>
1178
- <tr>
1179
- <td>value</td>
1180
-
1181
- <td>
1182
- <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
1183
- </td>
1184
-
1185
- <td>
1186
- No
1187
- </td>
1188
-
1189
- </tr>
1190
- </tbody>
1191
- </table>
1192
- </div>
1193
- <div>
1194
- </div>
1195
- <div class="io-description">
1196
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
1197
-
1198
- </div>
1199
- </td>
1200
- </tr>
1201
- </tbody>
1202
- </table>
1203
729
  <table class="table table-sm table-bordered">
1204
730
  <tbody>
1205
731
  <tr>