@ti-tecnologico-de-monterrey-oficial/ds-ng 1.5.1220-e → 1.5.1317-a

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 (455) hide show
  1. package/assets/i18n/en.json +9 -0
  2. package/assets/i18n/es.json +9 -0
  3. package/assets/styles/main.min.css +1 -1
  4. package/assets/styles/main.min.css.map +1 -1
  5. package/esm2022/assets/i18n/en.json +122 -0
  6. package/esm2022/assets/i18n/es.json +122 -0
  7. package/esm2022/lib/components/bmb-academic-progress/bmb-academic-progress.component.mjs +87 -0
  8. package/esm2022/lib/components/bmb-accordion/bmb-accordion.component.mjs +165 -0
  9. package/esm2022/lib/components/bmb-account-statement/bmb-account-statement.component.mjs +174 -0
  10. package/esm2022/lib/components/bmb-action-icon/bmb-action-icon.component.mjs +49 -0
  11. package/esm2022/lib/components/bmb-action-menu/bmb-action-menu.component.mjs +31 -0
  12. package/esm2022/lib/components/bmb-advertisement-card/bmb-advertisement-card.component.mjs +37 -0
  13. package/esm2022/lib/components/bmb-advertisement-card/types.mjs +2 -0
  14. package/esm2022/lib/components/bmb-alert-center/bmb-alert-center-ads/bmb-alert-center-ads.component.mjs +37 -0
  15. package/esm2022/lib/components/bmb-alert-center/bmb-alert-center-empty/bmb-alert-center-empty.component.mjs +19 -0
  16. package/esm2022/lib/components/bmb-alert-center/bmb-alert-center-form/bmb-alert-center-form.component.mjs +148 -0
  17. package/esm2022/lib/components/bmb-alert-center/bmb-alert-center-list/bmb-alert-center-list.component.mjs +47 -0
  18. package/esm2022/lib/components/bmb-alert-center/bmb-alert-center.component.mjs +202 -0
  19. package/esm2022/lib/components/bmb-alert-center/bmb-alert-center.service.mjs +62 -0
  20. package/esm2022/lib/components/bmb-alert-center/types.mjs +2 -0
  21. package/esm2022/lib/components/bmb-badge/bmb-badge.component.mjs +26 -0
  22. package/esm2022/lib/components/bmb-balance-overview/bmb-balance-overview.component.mjs +32 -0
  23. package/esm2022/lib/components/bmb-bookmark/bmb-bookmark.component.mjs +27 -0
  24. package/esm2022/lib/components/bmb-bottom-navigation-bar/bmb-bottom-navigation-bar.component.mjs +42 -0
  25. package/esm2022/lib/components/bmb-breadcrumb/bmb-breadcrumb.component.mjs +55 -0
  26. package/esm2022/lib/components/bmb-button-icon/bmb-button-icon.component.mjs +30 -0
  27. package/esm2022/lib/components/bmb-calendar/bmb-calendar.component.mjs +288 -0
  28. package/esm2022/lib/components/bmb-calendar/common/bmb-calendar-header/bmb-calendar-header.component.mjs +101 -0
  29. package/esm2022/lib/components/bmb-calendar/common/bmb-calendar-hour-view/bmb-calendar-hour-view.component.mjs +40 -0
  30. package/esm2022/lib/components/bmb-calendar/common/bmb-calendar-schedule-cards/bmb-calendar-schedule-cards.component.mjs +68 -0
  31. package/esm2022/lib/components/bmb-calendar/common/bmb-calendar-template-day/bmb-calendar-template-day.component.mjs +43 -0
  32. package/esm2022/lib/components/bmb-calendar/common/bmb-calendar-template-mobile/bmb-calendar-template-mobile.component.mjs +100 -0
  33. package/esm2022/lib/components/bmb-calendar/common/bmb-calendar-template-month/bmb-calendar-template-month.component.mjs +47 -0
  34. package/esm2022/lib/components/bmb-calendar/common/bmb-calendar-template-week/bmb-calendar-template-week.component.mjs +56 -0
  35. package/esm2022/lib/components/bmb-calendar/common/bmb-calendar-time-indicator/bmb-calendar-time-indicator.component.mjs +24 -0
  36. package/esm2022/lib/components/bmb-calendar/types.mjs +2 -0
  37. package/esm2022/lib/components/bmb-calendar/utils.mjs +96 -0
  38. package/esm2022/lib/components/bmb-card/bmb-card.component.mjs +159 -0
  39. package/esm2022/lib/components/bmb-card-button/bmb-card-button.component.mjs +76 -0
  40. package/esm2022/lib/components/bmb-carousel/bmb-carousel.component.mjs +80 -0
  41. package/esm2022/lib/components/bmb-chat-bar/bmb-chat-bar.component.mjs +200 -0
  42. package/esm2022/lib/components/bmb-chat-bar/bot_list.mjs +57 -0
  43. package/esm2022/lib/components/bmb-chat-bar/types.mjs +2 -0
  44. package/esm2022/lib/components/bmb-chat-bubbles/bmb-chat-bubbles.component.mjs +56 -0
  45. package/esm2022/lib/components/bmb-chat-bubbles/types.mjs +2 -0
  46. package/esm2022/lib/components/bmb-check-external-link-button/bmb-check-external-link-button.component.mjs +46 -0
  47. package/esm2022/lib/components/bmb-checkbox/bmb-checkbox.component.mjs +80 -0
  48. package/esm2022/lib/components/bmb-chevron-title-selector/bmb-chevron-title-selector.component.mjs +36 -0
  49. package/esm2022/lib/components/bmb-container/bmb-container.component.mjs +27 -0
  50. package/esm2022/lib/components/bmb-container-button/bmb-container-button.component.mjs +92 -0
  51. package/esm2022/lib/components/bmb-date-range/bmb-date-range.component.mjs +69 -0
  52. package/esm2022/lib/components/bmb-datepicker/bmb-datepicker-modal/bmb-datepicker-modal.component.mjs +208 -0
  53. package/esm2022/lib/components/bmb-datepicker/bmb-datepicker.component.mjs +144 -0
  54. package/esm2022/lib/components/bmb-digital-id/bmb-digital-id.component.mjs +58 -0
  55. package/esm2022/lib/components/bmb-divider/bmb-divider.component.mjs +25 -0
  56. package/esm2022/lib/components/bmb-dot-paginator/bmb-dot-paginator.component.mjs +34 -0
  57. package/esm2022/lib/components/bmb-drawer-overlay/bmb-drawer-overlay.component.mjs +65 -0
  58. package/esm2022/lib/components/bmb-dropdown/bmb-dropdown.component.mjs +177 -0
  59. package/esm2022/lib/components/bmb-dropdown-menu/bmb-dropdown-menu.component.mjs +31 -0
  60. package/esm2022/lib/components/bmb-dropzone/bmb-dropzone.component.mjs +192 -0
  61. package/esm2022/lib/components/bmb-evaluation-rubric/bmb-evaluation-rubric.component.mjs +76 -0
  62. package/esm2022/lib/components/bmb-external-link/bmb-external-link.component.mjs +80 -0
  63. package/esm2022/lib/components/bmb-fab/bmb-fab-.interface.mjs +9 -0
  64. package/esm2022/lib/components/bmb-fab/bmb-fab.component.mjs +37 -0
  65. package/esm2022/lib/components/bmb-filter-card/bmb-filter-card.component.mjs +166 -0
  66. package/esm2022/lib/components/bmb-filter-card/bmb-filter-card.interface.mjs +2 -0
  67. package/esm2022/lib/components/bmb-focus-element/bmb-focus-element.component.mjs +36 -0
  68. package/esm2022/lib/components/bmb-form-validator/bmb-form-validator.component.mjs +159 -0
  69. package/esm2022/lib/components/bmb-frequent-apps-selector/bmb-frequent-apps-selector.component.mjs +29 -0
  70. package/esm2022/lib/components/bmb-grade-value/bmb-grade-value.component.mjs +22 -0
  71. package/esm2022/lib/components/bmb-grades/bmb-grades.component.mjs +178 -0
  72. package/esm2022/lib/components/bmb-grades/types.mjs +2 -0
  73. package/esm2022/lib/components/bmb-header-mitec/bmb-header-mitec.component.mjs +60 -0
  74. package/esm2022/lib/components/bmb-header-mobile/bmb-header-mobile.component.mjs +49 -0
  75. package/esm2022/lib/components/bmb-hito-card/bmb-hito-card.component.mjs +86 -0
  76. package/esm2022/lib/components/bmb-hito-list/bmb-hito-list.component.mjs +59 -0
  77. package/esm2022/lib/components/bmb-home-card/bmb-home-card-header/bmb-home-card-header.component.mjs +76 -0
  78. package/esm2022/lib/components/bmb-home-card/bmb-home-card.component.mjs +41 -0
  79. package/esm2022/lib/components/bmb-home-card-chat/bmb-home-card-chat.component.mjs +45 -0
  80. package/esm2022/lib/components/bmb-home-section/bmb-home-section.component.mjs +20 -0
  81. package/esm2022/lib/components/bmb-icon/bmb-icon.component.mjs +50 -0
  82. package/esm2022/lib/components/bmb-icon/types.mjs +2 -0
  83. package/esm2022/lib/components/bmb-icon-item/bmb-icon-item.component.mjs +32 -0
  84. package/esm2022/lib/components/bmb-icon-status/bmb-icon-status.component.mjs +24 -0
  85. package/esm2022/lib/components/bmb-iframe/bmb-iframe.component.mjs +19 -0
  86. package/esm2022/lib/components/bmb-iframe/bmb-iframe.pipe.mjs +21 -0
  87. package/esm2022/lib/components/bmb-image/bmb-image.component.mjs +33 -0
  88. package/esm2022/lib/components/bmb-inner-header/bmb-inner-header.component.mjs +79 -0
  89. package/esm2022/lib/components/bmb-input/bmb-input-content/bmb-input-content.component.mjs +147 -0
  90. package/esm2022/lib/components/bmb-input/bmb-input-validator/bmb-input-validator.component.mjs +178 -0
  91. package/esm2022/lib/components/bmb-input/bmb-input.component.mjs +85 -0
  92. package/esm2022/lib/components/bmb-input-phone-number/bmb-input-phone-number.component.mjs +219 -0
  93. package/esm2022/lib/components/bmb-input-tags/bmb-input-tags.component.mjs +191 -0
  94. package/esm2022/lib/components/bmb-interactive-icon/bmb-interactive-icon.component.mjs +54 -0
  95. package/esm2022/lib/components/bmb-invoice/bmb-invoice.component.mjs +34 -0
  96. package/esm2022/lib/components/bmb-item/bmb-item.component.mjs +28 -0
  97. package/esm2022/lib/components/bmb-legend/bmb-legend.component.mjs +23 -0
  98. package/esm2022/lib/components/bmb-list-group/bmb-list-group-item/bmb-list-group-item.component.mjs +83 -0
  99. package/esm2022/lib/components/bmb-list-group/bmb-list-group.component.mjs +60 -0
  100. package/esm2022/lib/components/bmb-list-group/bmb-list-group.service.mjs +55 -0
  101. package/esm2022/lib/components/bmb-list-group/types.mjs +2 -0
  102. package/esm2022/lib/components/bmb-list-items/bmb-list-items.component.mjs +83 -0
  103. package/esm2022/lib/components/bmb-loader/bmb-loader.component.mjs +77 -0
  104. package/esm2022/lib/components/bmb-login/bmb-login-content/bmb-login-content.component.mjs +55 -0
  105. package/esm2022/lib/components/bmb-login/bmb-login.component.mjs +68 -0
  106. package/esm2022/lib/components/bmb-login-onboarding/bmb-login-onboarding-logged/bmb-login-onboarding-logged.component.mjs +40 -0
  107. package/esm2022/lib/components/bmb-login-onboarding/bmb-login-onboarding-login/bmb-login-onboarding-login.component.mjs +20 -0
  108. package/esm2022/lib/components/bmb-login-onboarding/bmb-login-onboarding-logout/bmb-login-onboarding-logout.component.mjs +33 -0
  109. package/esm2022/lib/components/bmb-login-onboarding/bmb-login-onboarding-stepper/bmb-login-onboarding-stepper-steps/bmb-login-onboarding-stepper-step-four.component.mjs +91 -0
  110. package/esm2022/lib/components/bmb-login-onboarding/bmb-login-onboarding-stepper/bmb-login-onboarding-stepper-steps/bmb-login-onboarding-stepper-step-one.component.mjs +88 -0
  111. package/esm2022/lib/components/bmb-login-onboarding/bmb-login-onboarding-stepper/bmb-login-onboarding-stepper-steps/bmb-login-onboarding-stepper-step-three.component.mjs +57 -0
  112. package/esm2022/lib/components/bmb-login-onboarding/bmb-login-onboarding-stepper/bmb-login-onboarding-stepper-steps/bmb-login-onboarding-stepper-step-two.component.mjs +99 -0
  113. package/esm2022/lib/components/bmb-login-onboarding/bmb-login-onboarding-stepper/bmb-login-onboarding-stepper-steps/bmb-login-onboarding-stepper-step.component.mjs +39 -0
  114. package/esm2022/lib/components/bmb-login-onboarding/bmb-login-onboarding-stepper/bmb-login-onboarding-stepper.component.mjs +44 -0
  115. package/esm2022/lib/components/bmb-login-onboarding/bmb-login-onboarding.component.mjs +67 -0
  116. package/esm2022/lib/components/bmb-login-onboarding/bmb-login-onboarding.service.mjs +70 -0
  117. package/esm2022/lib/components/bmb-login-onboarding/types.mjs +2 -0
  118. package/esm2022/lib/components/bmb-logo/bmb-logo.component.mjs +43 -0
  119. package/esm2022/lib/components/bmb-media-card/bmb-media-card.component.mjs +65 -0
  120. package/esm2022/lib/components/bmb-mitec-logo-animation/bmb-mitec-logo-animation.component.mjs +14 -0
  121. package/esm2022/lib/components/bmb-mobile-templates/bmb-mobile-templates.component.mjs +88 -0
  122. package/esm2022/lib/components/bmb-modal/bmb-modal.component.mjs +139 -0
  123. package/esm2022/lib/components/bmb-modal/bmb-modal.interface.mjs +2 -0
  124. package/esm2022/lib/components/bmb-modal/bmb-native-modal.component.mjs +121 -0
  125. package/esm2022/lib/components/bmb-multi-dot-paginator/bmb-multi-dot-paginator-item/bmb-multi-dot-paginator-item.component.mjs +15 -0
  126. package/esm2022/lib/components/bmb-multi-dot-paginator/bmb-multi-dot-paginator.component.mjs +59 -0
  127. package/esm2022/lib/components/bmb-navigation-bar/bmb-navigation-bar.component.mjs +30 -0
  128. package/esm2022/lib/components/bmb-notice-card/bmb-notice-card.component.mjs +45 -0
  129. package/esm2022/lib/components/bmb-notification-card/bmb-notification-card-modal/bmb-notification-card-modal.component.mjs +29 -0
  130. package/esm2022/lib/components/bmb-notification-card/bmb-notification-card.component.mjs +114 -0
  131. package/esm2022/lib/components/bmb-notification-counter/bmb-notification-counter.component.mjs +23 -0
  132. package/esm2022/lib/components/bmb-overlay/bmb-overlay.component.mjs +22 -0
  133. package/esm2022/lib/components/bmb-paginator/bmb-paginator.component.mjs +52 -0
  134. package/esm2022/lib/components/bmb-portal/bmb-portal.component.mjs +58 -0
  135. package/esm2022/lib/components/bmb-portal/bmb-projected-content/bmb-projected-content.component.mjs +123 -0
  136. package/esm2022/lib/components/bmb-profile/bmb-profile.component.mjs +153 -0
  137. package/esm2022/lib/components/bmb-progress-bar/bmb-progress-bar.component.mjs +39 -0
  138. package/esm2022/lib/components/bmb-progress-cirlce/bmb-progress-circle.component.mjs +180 -0
  139. package/esm2022/lib/components/bmb-progress-cirlce/bmb-progress-circle.interface.mjs +2 -0
  140. package/esm2022/lib/components/bmb-pull-wedge/bmb-pull-wedge.component.mjs +88 -0
  141. package/esm2022/lib/components/bmb-push-notification/bmb-push-notification-item/bmb-push-notification-item.component.mjs +75 -0
  142. package/esm2022/lib/components/bmb-push-notification/bmb-push-notification.component.mjs +24 -0
  143. package/esm2022/lib/components/bmb-push-notification/types.mjs +2 -0
  144. package/esm2022/lib/components/bmb-radial/bmb-radial.component.mjs +78 -0
  145. package/esm2022/lib/components/bmb-search-input/bmb-search-input.component.mjs +122 -0
  146. package/esm2022/lib/components/bmb-server-table/bmb-server-table.component.mjs +82 -0
  147. package/esm2022/lib/components/bmb-sidebar/bmb-sidebar.component.mjs +101 -0
  148. package/esm2022/lib/components/bmb-sidebar/bmb-sidebar.interface.mjs +2 -0
  149. package/esm2022/lib/components/bmb-simple-header/bmb-simple-header.component.mjs +64 -0
  150. package/esm2022/lib/components/bmb-skeleton/bmb-skeleton.component.mjs +16 -0
  151. package/esm2022/lib/components/bmb-sounds-card/bmb-sounds-card.component.mjs +64 -0
  152. package/esm2022/lib/components/bmb-stat-counter/bmb-stat-counter.component.mjs +32 -0
  153. package/esm2022/lib/components/bmb-step-progress-bar/bmb-step-progress-bar.component.mjs +59 -0
  154. package/esm2022/lib/components/bmb-student-activity-card/bmb-student-activity-card.component.mjs +53 -0
  155. package/esm2022/lib/components/bmb-student-activity-selector/bmb-student-activity-tab/bmb-student-activity-tab.component.mjs +27 -0
  156. package/esm2022/lib/components/bmb-switch/bmb-switch.component.mjs +90 -0
  157. package/esm2022/lib/components/bmb-table-lite/bmb-table-lite.component.mjs +564 -0
  158. package/esm2022/lib/components/bmb-table-lite/bmb-table-lite.interface.mjs +2 -0
  159. package/esm2022/lib/components/bmb-tables/bmb-tables.component.mjs +541 -0
  160. package/esm2022/lib/components/bmb-tables/bmb-tables.interface.mjs +2 -0
  161. package/esm2022/lib/components/bmb-tabs/bmb-tabs.component.mjs +132 -0
  162. package/esm2022/lib/components/bmb-tags/bmb-tags.component.mjs +66 -0
  163. package/esm2022/lib/components/bmb-text-editor/bmb-text-editor.component.mjs +135 -0
  164. package/esm2022/lib/components/bmb-text-link/bmb-text-link.component.mjs +43 -0
  165. package/esm2022/lib/components/bmb-theme/bmb-theme.component.mjs +65 -0
  166. package/esm2022/lib/components/bmb-three-cols/bmb-three-cols.component.mjs +30 -0
  167. package/esm2022/lib/components/bmb-timestream/bmb-timestream-detail/bmb-timestream-detail.component.mjs +74 -0
  168. package/esm2022/lib/components/bmb-timestream/bmb-timestream-error/bmb-timestream-error.component.mjs +13 -0
  169. package/esm2022/lib/components/bmb-timestream/bmb-timestream.component.mjs +236 -0
  170. package/esm2022/lib/components/bmb-timestream/types.mjs +2 -0
  171. package/esm2022/lib/components/bmb-timestream-card/bmb-timestream-card.component.mjs +139 -0
  172. package/esm2022/lib/components/bmb-title-content/bmb-title-content.component.mjs +61 -0
  173. package/esm2022/lib/components/bmb-toast/bmb-toast.component.mjs +47 -0
  174. package/esm2022/lib/components/bmb-tooltip/bmb-tooltip.component.mjs +39 -0
  175. package/esm2022/lib/components/bmb-top-bar/bmb-top-bar-item/bmb-top-bar-item.component.mjs +31 -0
  176. package/esm2022/lib/components/bmb-top-bar/bmb-top-bar-user-section/bmb-top-bar-user-section.component.mjs +94 -0
  177. package/esm2022/lib/components/bmb-top-bar/bmb-top-bar.component.mjs +86 -0
  178. package/esm2022/lib/components/bmb-top-bar/types.mjs +2 -0
  179. package/esm2022/lib/components/bmb-totp/bmb-totp.component.mjs +141 -0
  180. package/esm2022/lib/components/bmb-user-image/bmb-user-image.component.mjs +44 -0
  181. package/esm2022/lib/components/bmb-user-profile/bmb-user-profile-content/bmb-user-profile-content.component.mjs +19 -0
  182. package/esm2022/lib/components/bmb-user-profile/bmb-user-profile.component.mjs +77 -0
  183. package/esm2022/lib/components/bmb-user-summary/bmb-user-summary-content/bmb-user-summary-content.component.mjs +64 -0
  184. package/esm2022/lib/components/bmb-user-summary/bmb-user-summary.component.mjs +34 -0
  185. package/esm2022/lib/components/bmb-value-counter/bmb-value-counter.component.mjs +23 -0
  186. package/esm2022/lib/components/bmb-web-templates/bmb-web-templates.component.mjs +85 -0
  187. package/esm2022/lib/components/bmb-wheel-menu/bmb-wheel-menu.component.mjs +128 -0
  188. package/esm2022/lib/components/utils/bmb-alert-center-detail/bmb-alert-center-detail.component.mjs +37 -0
  189. package/esm2022/lib/components/utils/bmb-dropdown-content/bmb-dropdown-content.component.mjs +51 -0
  190. package/esm2022/lib/directives/bmb-accordion/bmb-accordion-control.directive.mjs +88 -0
  191. package/esm2022/lib/directives/bmb-button/button.directive.mjs +84 -0
  192. package/esm2022/lib/directives/bmb-button-group/bmb-button-group.directive.mjs +29 -0
  193. package/esm2022/lib/directives/bmb-layout/bmb-layout-item.directive.mjs +64 -0
  194. package/esm2022/lib/directives/bmb-layout/bmb-layout.directive.mjs +41 -0
  195. package/esm2022/lib/directives/bmb-layout/bmb-vertical-layout/bmb-vertical-layout-item.directive.mjs +34 -0
  196. package/esm2022/lib/directives/bmb-layout/bmb-vertical-layout/bmb-vertical-layout.directive.mjs +37 -0
  197. package/esm2022/lib/directives/bmb-layout-grid/bmb-layout-grid.directive.mjs +89 -0
  198. package/esm2022/lib/directives/bmb-selector/bmb-selector.directive.mjs +28 -0
  199. package/esm2022/lib/directives/utils/clickoutside.directive.mjs +41 -0
  200. package/esm2022/lib/ds-ng.component.mjs +11 -0
  201. package/esm2022/lib/ds-ng.service.mjs +14 -0
  202. package/esm2022/lib/pipes/translations.mjs +22 -0
  203. package/esm2022/lib/services/calendar/calendar.service.mjs +51 -0
  204. package/esm2022/lib/services/calendar.service.mjs +51 -0
  205. package/esm2022/lib/services/index.mjs +3 -0
  206. package/esm2022/lib/services/modal/native-modal.service.mjs +60 -0
  207. package/esm2022/lib/services/native-modal.service.mjs +60 -0
  208. package/esm2022/lib/services/notification/notification.service.mjs +84 -0
  209. package/esm2022/lib/services/notification.service.mjs +84 -0
  210. package/esm2022/lib/services/projection/projection.service.mjs +49 -0
  211. package/esm2022/lib/services/projection.service.mjs +49 -0
  212. package/esm2022/lib/services/tabs/tabs.service.mjs +30 -0
  213. package/esm2022/lib/services/tabs.service.mjs +30 -0
  214. package/esm2022/lib/services/theme/theme.service.mjs +30 -0
  215. package/esm2022/lib/services/theme.service.mjs +30 -0
  216. package/esm2022/lib/services/toast/toast.service.mjs +24 -0
  217. package/esm2022/lib/services/toast.service.mjs +24 -0
  218. package/esm2022/lib/services/translations/translations.service.mjs +53 -0
  219. package/esm2022/lib/services/user/profile.service.mjs +26 -0
  220. package/esm2022/lib/types/colors.mjs +2 -0
  221. package/esm2022/lib/types/index.mjs +11 -0
  222. package/esm2022/lib/utils/countryCodes.mjs +1089 -0
  223. package/esm2022/lib/utils/currencyFormat.mjs +7 -0
  224. package/esm2022/lib/utils/dropdown.mjs +85 -0
  225. package/esm2022/lib/utils/formControl.mjs +25 -0
  226. package/esm2022/lib/utils/timestreamFilters.mjs +32 -0
  227. package/esm2022/lib/utils/utils.mjs +96 -0
  228. package/esm2022/public-api.mjs +160 -0
  229. package/esm2022/ti-tecnologico-de-monterrey-oficial-ds-ng.mjs +5 -0
  230. package/fesm2022/ti-tecnologico-de-monterrey-oficial-ds-ng.mjs +2571 -2440
  231. package/fesm2022/ti-tecnologico-de-monterrey-oficial-ds-ng.mjs.map +1 -1
  232. package/index.d.ts +5 -4064
  233. package/lib/components/bmb-academic-progress/bmb-academic-progress.component.d.ts +21 -0
  234. package/lib/components/bmb-accordion/bmb-accordion.component.d.ts +38 -0
  235. package/lib/components/bmb-account-statement/bmb-account-statement.component.d.ts +56 -0
  236. package/lib/components/bmb-action-icon/bmb-action-icon.component.d.ts +23 -0
  237. package/lib/components/bmb-action-menu/bmb-action-menu.component.d.ts +17 -0
  238. package/lib/components/bmb-advertisement-card/bmb-advertisement-card.component.d.ts +13 -0
  239. package/lib/components/bmb-advertisement-card/types.d.ts +21 -0
  240. package/lib/components/bmb-alert-center/bmb-alert-center-ads/bmb-alert-center-ads.component.d.ts +10 -0
  241. package/lib/components/bmb-alert-center/bmb-alert-center-empty/bmb-alert-center-empty.component.d.ts +7 -0
  242. package/lib/components/bmb-alert-center/bmb-alert-center-form/bmb-alert-center-form.component.d.ts +31 -0
  243. package/lib/components/bmb-alert-center/bmb-alert-center-list/bmb-alert-center-list.component.d.ts +20 -0
  244. package/lib/components/bmb-alert-center/bmb-alert-center.component.d.ts +48 -0
  245. package/lib/components/bmb-alert-center/bmb-alert-center.service.d.ts +20 -0
  246. package/lib/components/bmb-alert-center/types.d.ts +66 -0
  247. package/lib/components/bmb-badge/bmb-badge.component.d.ts +11 -0
  248. package/lib/components/bmb-balance-overview/bmb-balance-overview.component.d.ts +15 -0
  249. package/lib/components/bmb-bookmark/bmb-bookmark.component.d.ts +8 -0
  250. package/lib/components/bmb-bottom-navigation-bar/bmb-bottom-navigation-bar.component.d.ts +25 -0
  251. package/lib/components/bmb-breadcrumb/bmb-breadcrumb.component.d.ts +27 -0
  252. package/lib/components/bmb-button-icon/bmb-button-icon.component.d.ts +16 -0
  253. package/lib/components/bmb-calendar/bmb-calendar.component.d.ts +69 -0
  254. package/lib/components/bmb-calendar/common/bmb-calendar-header/bmb-calendar-header.component.d.ts +23 -0
  255. package/lib/components/bmb-calendar/common/bmb-calendar-hour-view/bmb-calendar-hour-view.component.d.ts +13 -0
  256. package/lib/components/bmb-calendar/common/bmb-calendar-schedule-cards/bmb-calendar-schedule-cards.component.d.ts +16 -0
  257. package/lib/components/bmb-calendar/common/bmb-calendar-template-day/bmb-calendar-template-day.component.d.ts +21 -0
  258. package/lib/components/bmb-calendar/common/bmb-calendar-template-mobile/bmb-calendar-template-mobile.component.d.ts +35 -0
  259. package/lib/components/bmb-calendar/common/bmb-calendar-template-month/bmb-calendar-template-month.component.d.ts +21 -0
  260. package/lib/components/bmb-calendar/common/bmb-calendar-template-week/bmb-calendar-template-week.component.d.ts +26 -0
  261. package/lib/components/bmb-calendar/common/bmb-calendar-time-indicator/bmb-calendar-time-indicator.component.d.ts +9 -0
  262. package/lib/components/bmb-calendar/types.d.ts +43 -0
  263. package/lib/components/bmb-calendar/utils.d.ts +12 -0
  264. package/lib/components/bmb-card/bmb-card.component.d.ts +43 -0
  265. package/lib/components/bmb-card-button/bmb-card-button.component.d.ts +50 -0
  266. package/lib/components/bmb-carousel/bmb-carousel.component.d.ts +20 -0
  267. package/lib/components/bmb-chat-bar/bmb-chat-bar.component.d.ts +62 -0
  268. package/lib/components/bmb-chat-bar/bot_list.d.ts +6 -0
  269. package/lib/components/bmb-chat-bar/types.d.ts +9 -0
  270. package/lib/components/bmb-chat-bubbles/bmb-chat-bubbles.component.d.ts +23 -0
  271. package/lib/components/bmb-chat-bubbles/types.d.ts +23 -0
  272. package/lib/components/bmb-check-external-link-button/bmb-check-external-link-button.component.d.ts +21 -0
  273. package/lib/components/bmb-checkbox/bmb-checkbox.component.d.ts +33 -0
  274. package/lib/components/bmb-chevron-title-selector/bmb-chevron-title-selector.component.d.ts +17 -0
  275. package/lib/components/bmb-container/bmb-container.component.d.ts +9 -0
  276. package/lib/components/bmb-container-button/bmb-container-button.component.d.ts +35 -0
  277. package/lib/components/bmb-date-range/bmb-date-range.component.d.ts +35 -0
  278. package/lib/components/bmb-datepicker/bmb-datepicker-modal/bmb-datepicker-modal.component.d.ts +42 -0
  279. package/lib/components/bmb-datepicker/bmb-datepicker.component.d.ts +51 -0
  280. package/lib/components/bmb-digital-id/bmb-digital-id.component.d.ts +28 -0
  281. package/lib/components/bmb-divider/bmb-divider.component.d.ts +8 -0
  282. package/lib/components/bmb-dot-paginator/bmb-dot-paginator.component.d.ts +17 -0
  283. package/lib/components/bmb-drawer-overlay/bmb-drawer-overlay.component.d.ts +26 -0
  284. package/lib/components/bmb-dropdown/bmb-dropdown.component.d.ts +62 -0
  285. package/lib/components/bmb-dropdown-menu/bmb-dropdown-menu.component.d.ts +13 -0
  286. package/lib/components/bmb-dropzone/bmb-dropzone.component.d.ts +53 -0
  287. package/lib/components/bmb-evaluation-rubric/bmb-evaluation-rubric.component.d.ts +45 -0
  288. package/lib/components/bmb-external-link/bmb-external-link.component.d.ts +25 -0
  289. package/lib/components/bmb-fab/bmb-fab-.interface.d.ts +10 -0
  290. package/lib/components/bmb-fab/bmb-fab.component.d.ts +15 -0
  291. package/lib/components/bmb-filter-card/bmb-filter-card.component.d.ts +34 -0
  292. package/lib/components/bmb-filter-card/bmb-filter-card.interface.d.ts +12 -0
  293. package/lib/components/bmb-focus-element/bmb-focus-element.component.d.ts +14 -0
  294. package/lib/components/bmb-form-validator/bmb-form-validator.component.d.ts +34 -0
  295. package/lib/components/bmb-frequent-apps-selector/bmb-frequent-apps-selector.component.d.ts +13 -0
  296. package/lib/components/bmb-grade-value/bmb-grade-value.component.d.ts +11 -0
  297. package/lib/components/bmb-grades/bmb-grades.component.d.ts +43 -0
  298. package/lib/components/bmb-grades/types.d.ts +25 -0
  299. package/lib/components/bmb-header-mitec/bmb-header-mitec.component.d.ts +17 -0
  300. package/lib/components/bmb-header-mobile/bmb-header-mobile.component.d.ts +23 -0
  301. package/lib/components/bmb-hito-card/bmb-hito-card.component.d.ts +30 -0
  302. package/lib/components/bmb-hito-list/bmb-hito-list.component.d.ts +24 -0
  303. package/lib/components/bmb-home-card/bmb-home-card-header/bmb-home-card-header.component.d.ts +28 -0
  304. package/lib/components/bmb-home-card/bmb-home-card.component.d.ts +27 -0
  305. package/lib/components/bmb-home-card-chat/bmb-home-card-chat.component.d.ts +25 -0
  306. package/lib/components/bmb-home-section/bmb-home-section.component.d.ts +9 -0
  307. package/lib/components/bmb-icon/bmb-icon.component.d.ts +23 -0
  308. package/lib/components/bmb-icon/types.d.ts +1 -0
  309. package/lib/components/bmb-icon-item/bmb-icon-item.component.d.ts +14 -0
  310. package/lib/components/bmb-icon-status/bmb-icon-status.component.d.ts +10 -0
  311. package/lib/components/bmb-iframe/bmb-iframe.component.d.ts +11 -0
  312. package/lib/components/bmb-iframe/bmb-iframe.pipe.d.ts +10 -0
  313. package/lib/components/bmb-image/bmb-image.component.d.ts +19 -0
  314. package/lib/components/bmb-inner-header/bmb-inner-header.component.d.ts +31 -0
  315. package/lib/components/bmb-input/bmb-input-content/bmb-input-content.component.d.ts +52 -0
  316. package/lib/components/bmb-input/bmb-input-validator/bmb-input-validator.component.d.ts +45 -0
  317. package/lib/components/bmb-input/bmb-input.component.d.ts +68 -0
  318. package/lib/components/bmb-input-phone-number/bmb-input-phone-number.component.d.ts +52 -0
  319. package/lib/components/bmb-input-tags/bmb-input-tags.component.d.ts +55 -0
  320. package/lib/components/bmb-interactive-icon/bmb-interactive-icon.component.d.ts +23 -0
  321. package/lib/components/bmb-invoice/bmb-invoice.component.d.ts +31 -0
  322. package/lib/components/bmb-item/bmb-item.component.d.ts +16 -0
  323. package/lib/components/bmb-legend/bmb-legend.component.d.ts +9 -0
  324. package/lib/components/bmb-list-group/bmb-list-group-item/bmb-list-group-item.component.d.ts +33 -0
  325. package/lib/components/bmb-list-group/bmb-list-group.component.d.ts +27 -0
  326. package/lib/components/bmb-list-group/bmb-list-group.service.d.ts +18 -0
  327. package/lib/components/bmb-list-group/types.d.ts +1 -0
  328. package/lib/components/bmb-list-items/bmb-list-items.component.d.ts +33 -0
  329. package/lib/components/bmb-loader/bmb-loader.component.d.ts +31 -0
  330. package/lib/components/bmb-login/bmb-login-content/bmb-login-content.component.d.ts +27 -0
  331. package/lib/components/bmb-login/bmb-login.component.d.ts +33 -0
  332. package/lib/components/bmb-login-onboarding/bmb-login-onboarding-logged/bmb-login-onboarding-logged.component.d.ts +14 -0
  333. package/lib/components/bmb-login-onboarding/bmb-login-onboarding-login/bmb-login-onboarding-login.component.d.ts +8 -0
  334. package/lib/components/bmb-login-onboarding/bmb-login-onboarding-logout/bmb-login-onboarding-logout.component.d.ts +12 -0
  335. package/lib/components/bmb-login-onboarding/bmb-login-onboarding-stepper/bmb-login-onboarding-stepper-steps/bmb-login-onboarding-stepper-step-four.component.d.ts +19 -0
  336. package/lib/components/bmb-login-onboarding/bmb-login-onboarding-stepper/bmb-login-onboarding-stepper-steps/bmb-login-onboarding-stepper-step-one.component.d.ts +17 -0
  337. package/lib/components/bmb-login-onboarding/bmb-login-onboarding-stepper/bmb-login-onboarding-stepper-steps/bmb-login-onboarding-stepper-step-three.component.d.ts +11 -0
  338. package/lib/components/bmb-login-onboarding/bmb-login-onboarding-stepper/bmb-login-onboarding-stepper-steps/bmb-login-onboarding-stepper-step-two.component.d.ts +19 -0
  339. package/lib/components/bmb-login-onboarding/bmb-login-onboarding-stepper/bmb-login-onboarding-stepper-steps/bmb-login-onboarding-stepper-step.component.d.ts +19 -0
  340. package/lib/components/bmb-login-onboarding/bmb-login-onboarding-stepper/bmb-login-onboarding-stepper.component.d.ts +15 -0
  341. package/lib/components/bmb-login-onboarding/bmb-login-onboarding.component.d.ts +22 -0
  342. package/lib/components/bmb-login-onboarding/bmb-login-onboarding.service.d.ts +25 -0
  343. package/lib/components/bmb-login-onboarding/types.d.ts +15 -0
  344. package/lib/components/bmb-logo/bmb-logo.component.d.ts +19 -0
  345. package/lib/components/bmb-media-card/bmb-media-card.component.d.ts +35 -0
  346. package/lib/components/bmb-mitec-logo-animation/bmb-mitec-logo-animation.component.d.ts +6 -0
  347. package/lib/components/bmb-mobile-templates/bmb-mobile-templates.component.d.ts +47 -0
  348. package/lib/components/bmb-modal/bmb-modal.component.d.ts +31 -0
  349. package/lib/components/bmb-modal/bmb-modal.interface.d.ts +44 -0
  350. package/lib/components/bmb-modal/bmb-native-modal.component.d.ts +45 -0
  351. package/lib/components/bmb-multi-dot-paginator/bmb-multi-dot-paginator-item/bmb-multi-dot-paginator-item.component.d.ts +7 -0
  352. package/lib/components/bmb-multi-dot-paginator/bmb-multi-dot-paginator.component.d.ts +15 -0
  353. package/lib/components/bmb-navigation-bar/bmb-navigation-bar.component.d.ts +13 -0
  354. package/lib/components/bmb-notice-card/bmb-notice-card.component.d.ts +21 -0
  355. package/lib/components/bmb-notification-card/bmb-notification-card-modal/bmb-notification-card-modal.component.d.ts +10 -0
  356. package/lib/components/bmb-notification-card/bmb-notification-card.component.d.ts +35 -0
  357. package/lib/components/bmb-notification-counter/bmb-notification-counter.component.d.ts +9 -0
  358. package/lib/components/bmb-overlay/bmb-overlay.component.d.ts +9 -0
  359. package/lib/components/bmb-paginator/bmb-paginator.component.d.ts +14 -0
  360. package/lib/components/bmb-portal/bmb-portal.component.d.ts +23 -0
  361. package/lib/components/bmb-portal/bmb-projected-content/bmb-projected-content.component.d.ts +40 -0
  362. package/lib/components/bmb-profile/bmb-profile.component.d.ts +34 -0
  363. package/lib/components/bmb-progress-bar/bmb-progress-bar.component.d.ts +19 -0
  364. package/lib/components/bmb-progress-cirlce/bmb-progress-circle.component.d.ts +57 -0
  365. package/lib/components/bmb-progress-cirlce/bmb-progress-circle.interface.d.ts +15 -0
  366. package/lib/components/bmb-pull-wedge/bmb-pull-wedge.component.d.ts +23 -0
  367. package/lib/components/bmb-push-notification/bmb-push-notification-item/bmb-push-notification-item.component.d.ts +18 -0
  368. package/lib/components/bmb-push-notification/bmb-push-notification.component.d.ts +11 -0
  369. package/lib/components/bmb-push-notification/types.d.ts +46 -0
  370. package/lib/components/bmb-radial/bmb-radial.component.d.ts +33 -0
  371. package/lib/components/bmb-search-input/bmb-search-input.component.d.ts +33 -0
  372. package/lib/components/bmb-server-table/bmb-server-table.component.d.ts +26 -0
  373. package/lib/components/bmb-sidebar/bmb-sidebar.component.d.ts +35 -0
  374. package/lib/components/bmb-sidebar/bmb-sidebar.interface.d.ts +10 -0
  375. package/lib/components/bmb-simple-header/bmb-simple-header.component.d.ts +10 -0
  376. package/lib/components/bmb-skeleton/bmb-skeleton.component.d.ts +7 -0
  377. package/lib/components/bmb-sounds-card/bmb-sounds-card.component.d.ts +24 -0
  378. package/lib/components/bmb-stat-counter/bmb-stat-counter.component.d.ts +11 -0
  379. package/lib/components/bmb-step-progress-bar/bmb-step-progress-bar.component.d.ts +32 -0
  380. package/lib/components/bmb-student-activity-card/bmb-student-activity-card.component.d.ts +23 -0
  381. package/lib/components/bmb-student-activity-selector/bmb-student-activity-tab/bmb-student-activity-tab.component.d.ts +10 -0
  382. package/lib/components/bmb-switch/bmb-switch.component.d.ts +25 -0
  383. package/lib/components/bmb-table-lite/bmb-table-lite.component.d.ts +97 -0
  384. package/lib/components/bmb-table-lite/bmb-table-lite.interface.d.ts +22 -0
  385. package/lib/components/bmb-tables/bmb-tables.component.d.ts +104 -0
  386. package/lib/components/bmb-tables/bmb-tables.interface.d.ts +21 -0
  387. package/lib/components/bmb-tabs/bmb-tabs.component.d.ts +41 -0
  388. package/lib/components/bmb-tags/bmb-tags.component.d.ts +26 -0
  389. package/lib/components/bmb-text-editor/bmb-text-editor.component.d.ts +34 -0
  390. package/lib/components/bmb-text-link/bmb-text-link.component.d.ts +17 -0
  391. package/lib/components/bmb-theme/bmb-theme.component.d.ts +19 -0
  392. package/lib/components/bmb-three-cols/bmb-three-cols.component.d.ts +15 -0
  393. package/lib/components/bmb-timestream/bmb-timestream-detail/bmb-timestream-detail.component.d.ts +25 -0
  394. package/lib/components/bmb-timestream/bmb-timestream-error/bmb-timestream-error.component.d.ts +5 -0
  395. package/lib/components/bmb-timestream/bmb-timestream.component.d.ts +67 -0
  396. package/lib/components/bmb-timestream/types.d.ts +54 -0
  397. package/lib/components/bmb-timestream-card/bmb-timestream-card.component.d.ts +29 -0
  398. package/lib/components/bmb-title-content/bmb-title-content.component.d.ts +26 -0
  399. package/lib/components/bmb-toast/bmb-toast.component.d.ts +16 -0
  400. package/lib/components/bmb-tooltip/bmb-tooltip.component.d.ts +17 -0
  401. package/lib/components/bmb-top-bar/bmb-top-bar-item/bmb-top-bar-item.component.d.ts +7 -0
  402. package/lib/components/bmb-top-bar/bmb-top-bar-user-section/bmb-top-bar-user-section.component.d.ts +32 -0
  403. package/lib/components/bmb-top-bar/bmb-top-bar.component.d.ts +47 -0
  404. package/lib/components/bmb-top-bar/types.d.ts +6 -0
  405. package/lib/components/bmb-totp/bmb-totp.component.d.ts +31 -0
  406. package/lib/components/bmb-user-image/bmb-user-image.component.d.ts +19 -0
  407. package/lib/components/bmb-user-profile/bmb-user-profile-content/bmb-user-profile-content.component.d.ts +10 -0
  408. package/lib/components/bmb-user-profile/bmb-user-profile.component.d.ts +19 -0
  409. package/lib/components/bmb-user-summary/bmb-user-summary-content/bmb-user-summary-content.component.d.ts +28 -0
  410. package/lib/components/bmb-user-summary/bmb-user-summary.component.d.ts +14 -0
  411. package/lib/components/bmb-value-counter/bmb-value-counter.component.d.ts +8 -0
  412. package/lib/components/bmb-web-templates/bmb-web-templates.component.d.ts +42 -0
  413. package/lib/components/bmb-wheel-menu/bmb-wheel-menu.component.d.ts +40 -0
  414. package/lib/components/utils/bmb-alert-center-detail/bmb-alert-center-detail.component.d.ts +20 -0
  415. package/lib/components/utils/bmb-dropdown-content/bmb-dropdown-content.component.d.ts +16 -0
  416. package/lib/directives/bmb-accordion/bmb-accordion-control.directive.d.ts +22 -0
  417. package/lib/directives/bmb-button/button.directive.d.ts +29 -0
  418. package/lib/directives/bmb-button-group/bmb-button-group.directive.d.ts +10 -0
  419. package/lib/directives/bmb-layout/bmb-layout-item.directive.d.ts +24 -0
  420. package/lib/directives/bmb-layout/bmb-layout.directive.d.ts +15 -0
  421. package/lib/directives/bmb-layout/bmb-vertical-layout/bmb-vertical-layout-item.directive.d.ts +9 -0
  422. package/lib/directives/bmb-layout/bmb-vertical-layout/bmb-vertical-layout.directive.d.ts +14 -0
  423. package/lib/directives/bmb-layout-grid/bmb-layout-grid.directive.d.ts +29 -0
  424. package/lib/directives/bmb-selector/bmb-selector.directive.d.ts +8 -0
  425. package/lib/directives/utils/clickoutside.directive.d.ts +15 -0
  426. package/lib/ds-ng.component.d.ts +5 -0
  427. package/lib/ds-ng.service.d.ts +6 -0
  428. package/lib/pipes/translations.d.ts +10 -0
  429. package/lib/services/calendar/calendar.service.d.ts +15 -0
  430. package/lib/services/calendar.service.d.ts +15 -0
  431. package/lib/services/index.d.ts +2 -0
  432. package/lib/services/modal/native-modal.service.d.ts +18 -0
  433. package/lib/services/native-modal.service.d.ts +18 -0
  434. package/lib/services/notification/notification.service.d.ts +20 -0
  435. package/lib/services/notification.service.d.ts +20 -0
  436. package/lib/services/projection/projection.service.d.ts +31 -0
  437. package/lib/services/projection.service.d.ts +31 -0
  438. package/lib/services/tabs/tabs.service.d.ts +13 -0
  439. package/lib/services/tabs.service.d.ts +13 -0
  440. package/lib/services/theme/theme.service.d.ts +11 -0
  441. package/lib/services/theme.service.d.ts +11 -0
  442. package/lib/services/toast/toast.service.d.ts +9 -0
  443. package/lib/services/toast.service.d.ts +9 -0
  444. package/lib/services/translations/translations.service.d.ts +22 -0
  445. package/lib/services/user/profile.service.d.ts +9 -0
  446. package/lib/types/colors.d.ts +2 -0
  447. package/lib/types/index.d.ts +128 -0
  448. package/lib/utils/countryCodes.d.ts +7 -0
  449. package/lib/utils/currencyFormat.d.ts +1 -0
  450. package/lib/utils/dropdown.d.ts +6 -0
  451. package/lib/utils/formControl.d.ts +7 -0
  452. package/lib/utils/timestreamFilters.d.ts +2 -0
  453. package/lib/utils/utils.d.ts +17 -0
  454. package/package.json +6 -3
  455. package/public-api.d.ts +150 -0
@@ -0,0 +1,54 @@
1
+ import { Component, ChangeDetectionStrategy, ViewEncapsulation, input, output, } from '@angular/core';
2
+ import { CommonModule } from '@angular/common';
3
+ import { BmbIconComponent } from '../bmb-icon/bmb-icon.component';
4
+ import { BmbCheckExternalLinkButtonComponent } from '../bmb-check-external-link-button/bmb-check-external-link-button.component';
5
+ import * as i0 from "@angular/core";
6
+ import * as i1 from "@angular/common";
7
+ export class BmbInteractiveIconComponent {
8
+ constructor() {
9
+ this.appearanceContrast = input('default');
10
+ this.appearance = input('red');
11
+ this.title = input();
12
+ this.description = input('');
13
+ this.icon = input('face');
14
+ this.dotNotification = input();
15
+ this.horizontal = input(false);
16
+ this.target = input();
17
+ this.link = input();
18
+ this.layout = input('regular');
19
+ this.setButtonTemplate = input(false);
20
+ this.buttonClick = output();
21
+ }
22
+ getClasses() {
23
+ const principalClassName = 'bmb_interactive_icon';
24
+ const classes = [
25
+ principalClassName,
26
+ `${principalClassName}-${this.layout()}`,
27
+ ];
28
+ if (this.appearanceContrast() === 'primary') {
29
+ classes.push('bmb_interactive_icon-primary');
30
+ }
31
+ if (this.appearanceContrast() === 'alternative') {
32
+ classes.push('bmb_interactive_icon-alternative');
33
+ }
34
+ if (this.horizontal())
35
+ classes.push(`${principalClassName}-horizontal`);
36
+ if (this.appearance())
37
+ classes.push(`bmb_interactive_icon-${this.appearance()}`);
38
+ return classes;
39
+ }
40
+ handleClick(event) {
41
+ this.buttonClick.emit(event);
42
+ }
43
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BmbInteractiveIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
44
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: BmbInteractiveIconComponent, isStandalone: true, selector: "bmb-interactive-icon", inputs: { appearanceContrast: { classPropertyName: "appearanceContrast", publicName: "appearanceContrast", isSignal: true, isRequired: false, transformFunction: null }, appearance: { classPropertyName: "appearance", publicName: "appearance", isSignal: true, isRequired: false, transformFunction: null }, title: { classPropertyName: "title", publicName: "title", isSignal: true, isRequired: false, transformFunction: null }, description: { classPropertyName: "description", publicName: "description", isSignal: true, isRequired: false, transformFunction: null }, icon: { classPropertyName: "icon", publicName: "icon", isSignal: true, isRequired: false, transformFunction: null }, dotNotification: { classPropertyName: "dotNotification", publicName: "dotNotification", isSignal: true, isRequired: false, transformFunction: null }, horizontal: { classPropertyName: "horizontal", publicName: "horizontal", isSignal: true, isRequired: false, transformFunction: null }, target: { classPropertyName: "target", publicName: "target", isSignal: true, isRequired: false, transformFunction: null }, link: { classPropertyName: "link", publicName: "link", isSignal: true, isRequired: false, transformFunction: null }, layout: { classPropertyName: "layout", publicName: "layout", isSignal: true, isRequired: false, transformFunction: null }, setButtonTemplate: { classPropertyName: "setButtonTemplate", publicName: "setButtonTemplate", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { buttonClick: "buttonClick" }, ngImport: i0, template: "<bmb-check-external-link-button\n [link]=\"link()!\"\n [target]=\"target()!\"\n (buttonClick)=\"handleClick($event)\"\n>\n <section [ngClass]=\"getClasses()\">\n <span class=\"bmb_interactive_icon-box\">\n <bmb-icon\n [icon]=\"icon()\"\n [size]=\"32\"\n [dotNotification]=\"dotNotification()\"\n [alt]=\"title() || 'icon'\"\n />\n </span>\n @if (title() || description()) {\n <span class=\"bmb_interactive_icon-text\">\n @if (title()) {\n <h4 class=\"bmb_interactive_icon-title\">{{ title() }}</h4>\n }\n @if (description() && horizontal()) {\n <span class=\"bmb_interactive_icon-description\">\n {{ description() }}\n </span>\n }\n </span>\n }\n </section>\n</bmb-check-external-link-button>\n", styles: ["@font-face{font-family:Poppins-Light;font-style:normal;font-weight:300;src:url(/assets/fonts/Poppins/Poppins-ExtraLight.ttf) format(\"truetype\")}@font-face{font-family:Poppins-Regular;font-style:normal;font-weight:400;src:url(/assets/fonts/Poppins/Poppins-Regular.ttf) format(\"truetype\")}@font-face{font-family:Poppins-Bold;font-style:normal;font-weight:700;src:url(/assets/fonts/Poppins/Poppins-Bold.ttf) format(\"truetype\")}:root,:host{--font-display: \"Poppins-Regular\", sans-serif}.font-thin-1{font-family:Poppins-Thin,sans-serif;font-size:.625rem}.font-light-1{font-family:Poppins-Light,sans-serif;font-size:.625rem}.font-regular-1{font-family:Poppins-Regular,sans-serif;font-size:.625rem}.font-medium-1{font-family:Poppins-Medium,sans-serif;font-size:.625rem}.font-semibold-1{font-family:Poppins-Semibold,sans-serif;font-size:.625rem}.font-bold-1{font-family:Poppins-Bold,sans-serif;font-size:.625rem}.font-thin-2{font-family:Poppins-Thin,sans-serif;font-size:.6875rem}.font-light-2{font-family:Poppins-Light,sans-serif;font-size:.6875rem}.font-regular-2{font-family:Poppins-Regular,sans-serif;font-size:.6875rem}.font-medium-2{font-family:Poppins-Medium,sans-serif;font-size:.6875rem}.font-semibold-2{font-family:Poppins-Semibold,sans-serif;font-size:.6875rem}.font-bold-2{font-family:Poppins-Bold,sans-serif;font-size:.6875rem}.font-thin-3{font-family:Poppins-Thin,sans-serif;font-size:.75rem}.font-light-3{font-family:Poppins-Light,sans-serif;font-size:.75rem}.font-regular-3{font-family:Poppins-Regular,sans-serif;font-size:.75rem}.font-medium-3{font-family:Poppins-Medium,sans-serif;font-size:.75rem}.font-semibold-3{font-family:Poppins-Semibold,sans-serif;font-size:.75rem}.font-bold-3{font-family:Poppins-Bold,sans-serif;font-size:.75rem}.font-thin-4{font-family:Poppins-Thin,sans-serif;font-size:.875rem}.font-light-4{font-family:Poppins-Light,sans-serif;font-size:.875rem}.font-regular-4{font-family:Poppins-Regular,sans-serif;font-size:.875rem}.font-medium-4{font-family:Poppins-Medium,sans-serif;font-size:.875rem}.font-semibold-4{font-family:Poppins-Semibold,sans-serif;font-size:.875rem}.font-bold-4{font-family:Poppins-Bold,sans-serif;font-size:.875rem}.font-thin-4_5{font-family:Poppins-Thin,sans-serif;font-size:.9375rem}.font-light-4_5{font-family:Poppins-Light,sans-serif;font-size:.9375rem}.font-regular-4_5{font-family:Poppins-Regular,sans-serif;font-size:.9375rem}.font-medium-4_5{font-family:Poppins-Medium,sans-serif;font-size:.9375rem}.font-semibold-4_5{font-family:Poppins-Semibold,sans-serif;font-size:.9375rem}.font-bold-4_5{font-family:Poppins-Bold,sans-serif;font-size:.9375rem}.font-thin-5{font-family:Poppins-Thin,sans-serif;font-size:1rem}.font-light-5{font-family:Poppins-Light,sans-serif;font-size:1rem}.font-regular-5{font-family:Poppins-Regular,sans-serif;font-size:1rem}.font-medium-5{font-family:Poppins-Medium,sans-serif;font-size:1rem}.font-semibold-5{font-family:Poppins-Semibold,sans-serif;font-size:1rem}.font-bold-5{font-family:Poppins-Bold,sans-serif;font-size:1rem}.font-thin-6{font-family:Poppins-Thin,sans-serif;font-size:1.125rem}.font-light-6{font-family:Poppins-Light,sans-serif;font-size:1.125rem}.font-regular-6{font-family:Poppins-Regular,sans-serif;font-size:1.125rem}.font-medium-6{font-family:Poppins-Medium,sans-serif;font-size:1.125rem}.font-semibold-6{font-family:Poppins-Semibold,sans-serif;font-size:1.125rem}.font-bold-6{font-family:Poppins-Bold,sans-serif;font-size:1.125rem}.font-thin-7{font-family:Poppins-Thin,sans-serif;font-size:1.25rem}.font-light-7{font-family:Poppins-Light,sans-serif;font-size:1.25rem}.font-regular-7{font-family:Poppins-Regular,sans-serif;font-size:1.25rem}.font-medium-7{font-family:Poppins-Medium,sans-serif;font-size:1.25rem}.font-semibold-7{font-family:Poppins-Semibold,sans-serif;font-size:1.25rem}.font-bold-7{font-family:Poppins-Bold,sans-serif;font-size:1.25rem}.font-thin-8{font-family:Poppins-Thin,sans-serif;font-size:1.375rem}.font-light-8{font-family:Poppins-Light,sans-serif;font-size:1.375rem}.font-regular-8{font-family:Poppins-Regular,sans-serif;font-size:1.375rem}.font-medium-8{font-family:Poppins-Medium,sans-serif;font-size:1.375rem}.font-semibold-8{font-family:Poppins-Semibold,sans-serif;font-size:1.375rem}.font-bold-8{font-family:Poppins-Bold,sans-serif;font-size:1.375rem}.font-thin-9{font-family:Poppins-Thin,sans-serif;font-size:1.5rem}.font-light-9{font-family:Poppins-Light,sans-serif;font-size:1.5rem}.font-regular-9{font-family:Poppins-Regular,sans-serif;font-size:1.5rem}.font-medium-9{font-family:Poppins-Medium,sans-serif;font-size:1.5rem}.font-semibold-9{font-family:Poppins-Semibold,sans-serif;font-size:1.5rem}.font-bold-9{font-family:Poppins-Bold,sans-serif;font-size:1.5rem}.font-thin-10{font-family:Poppins-Thin,sans-serif;font-size:1.625rem}.font-light-10{font-family:Poppins-Light,sans-serif;font-size:1.625rem}.font-regular-10{font-family:Poppins-Regular,sans-serif;font-size:1.625rem}.font-medium-10{font-family:Poppins-Medium,sans-serif;font-size:1.625rem}.font-semibold-10{font-family:Poppins-Semibold,sans-serif;font-size:1.625rem}.font-bold-10{font-family:Poppins-Bold,sans-serif;font-size:1.625rem}.font-thin-11{font-family:Poppins-Thin,sans-serif;font-size:2.25rem}.font-light-11{font-family:Poppins-Light,sans-serif;font-size:2.25rem}.font-regular-11{font-family:Poppins-Regular,sans-serif;font-size:2.25rem}.font-medium-11{font-family:Poppins-Medium,sans-serif;font-size:2.25rem}.font-semibold-11{font-family:Poppins-Semibold,sans-serif;font-size:2.25rem}.font-bold-11{font-family:Poppins-Bold,sans-serif;font-size:2.25rem}.font-thin-12{font-family:Poppins-Thin,sans-serif;font-size:3rem}.font-light-12{font-family:Poppins-Light,sans-serif;font-size:3rem}.font-regular-12{font-family:Poppins-Regular,sans-serif;font-size:3rem}.font-medium-12{font-family:Poppins-Medium,sans-serif;font-size:3rem}.font-semibold-12{font-family:Poppins-Semibold,sans-serif;font-size:3rem}.font-bold-12{font-family:Poppins-Bold,sans-serif;font-size:3rem}.bmb_interactive_icon{align-items:center;display:flex;flex-flow:column;gap:var(--bmb-spacing-xs);transition:all .3s ease}.bmb_interactive_icon-primary{background-color:var(--containers-background)}.bmb_interactive_icon-alternative{background-color:var(--containers-main)}.bmb_interactive_icon-horizontal{border-bottom:.0625rem solid var(--general_contrasts-50);flex-flow:row;margin-bottom:1rem;padding-bottom:1rem;width:100%}.bmb_interactive_icon-horizontal .bmb_interactive_icon-title{text-align:left}.bmb_interactive_icon-button{background-color:var(--containers-container-button);border:.0625rem solid var(--general_contrasts-50);border-radius:var(--bmb-radius-m);box-sizing:border-box;flex-flow:row;gap:var(--bmb-spacing-s);margin:0;padding:var(--bmb-spacing-m)}.bmb_interactive_icon-button .bmb_interactive_icon-title{margin:0;text-align:left}.bmb_interactive_icon-button .bmb_interactive_icon-box{border-radius:.75rem;height:3rem;width:3rem}.bmb_interactive_icon-button .bmb_interactive_icon-text{width:calc(100% - 3rem)}.bmb_interactive_icon.bmb_interactive_icon-app_drawer{flex-flow:row-reverse;gap:var(--bmb-spacing-s);width:100%}.bmb_interactive_icon.bmb_interactive_icon-app_drawer .bmb_interactive_icon-box{border-radius:.75rem;height:3rem;width:3rem}.bmb_interactive_icon.bmb_interactive_icon-app_drawer .bmb_icon-figure-image{height:3rem;width:3rem}.bmb_interactive_icon-box{align-items:center;border-radius:1rem;color:RGBA(var(--color-white-primary));display:flex;flex-direction:column;height:4rem;justify-content:center;margin:0;overflow:hidden;width:4rem}.bmb_interactive_icon-title{color:var(--general_contrasts-100);font-weight:300;text-align:center;font-family:Poppins-Regular,sans-serif;font-size:.75rem}.bmb_interactive_icon-description{color:var(--general_contrasts-75);display:block;font-family:Poppins-Regular,sans-serif;font-size:.75rem}.bmb_interactive_icon-red .bmb_interactive_icon-box{background-color:RGBA(var(--color-red-primary))}.bmb_interactive_icon-blue .bmb_interactive_icon-box{background-color:RGBA(var(--color-mariner-700))}.bmb_interactive_icon-green .bmb_interactive_icon-box{background-color:RGBA(var(--color-green-primary))}.bmb_interactive_icon-yellow .bmb_interactive_icon-box{background-color:RGBA(var(--color-yellow-primary))}.bmb_interactive_icon-purple .bmb_interactive_icon-box{background-color:RGBA(var(--color-purple-primary))}.bmb_interactive_icon-mitec_blue .bmb_interactive_icon-box{background-color:RGBA(var(--color-mitec-blue))}.bmb_interactive_icon-mitec_red .bmb_interactive_icon-box{background-color:RGBA(var(--color-mitec-red))}.bmb_interactive_icon-mitec_green .bmb_interactive_icon-box{background-color:RGBA(var(--color-mitec-green))}.bmb_interactive_icon-mitec_orange .bmb_interactive_icon-box{background-color:RGBA(var(--color-mitec-orange))}.bmb_interactive_icon-mitec_light_green .bmb_interactive_icon-box{background-color:RGBA(var(--color-green-light))}.bmb_interactive_icon-mitec_purple .bmb_interactive_icon-box{background-color:RGBA(var(--color-purple-light))}.bmb_interactive_icon-creative_violet .bmb_interactive_icon-box{background-color:var(--creative-use-violet)}.bmb_interactive_icon-creative_indigo .bmb_interactive_icon-box{background-color:var(--creative-use-indigo)}.bmb_interactive_icon-creative_emerald .bmb_interactive_icon-box{background-color:var(--creative-use-emerald)}.bmb_interactive_icon-creative_licorice .bmb_interactive_icon-box{background-color:var(--creative-use-licorice)}.bmb_interactive_icon-creative_darkteal .bmb_interactive_icon-box{background-color:var(--creative-use-darkteal)}.bmb_interactive_icon-creative_peach .bmb_interactive_icon-box{background-color:var(--creative-use-peach)}.bmb_interactive_icon-creative_sepia .bmb_interactive_icon-box{background-color:var(--creative-use-sepia)}.bmb_interactive_icon-creative_softred .bmb_interactive_icon-box{background-color:var(--creative-use-softred)}.bmb_interactive_icon-creative_wattle .bmb_interactive_icon-box{background-color:var(--creative-use-wattle)}.bmb_interactive_icon-creative_shipcove .bmb_interactive_icon-box{background-color:var(--creative-use-shipcove)}.bmb_interactive_icon-creative_plantation .bmb_interactive_icon-box{background-color:var(--creative-use-plantation)}.bmb_interactive_icon-creative_rum .bmb_interactive_icon-box{background-color:var(--creative-use-rum)}.bmb_interactive_icon-creative_hibiscus .bmb_interactive_icon-box{background-color:var(--creative-use-hibiscus)}.bmb_interactive_icon-creative_ripelemon .bmb_interactive_icon-box{background-color:var(--creative-use-ripelemon)}.bmb_interactive_icon-buttons-primary-normal .bmb_interactive_icon-box{background-color:var(--buttons-primary-normal)}.bmb_interactive_icon-purple-primary .bmb_interactive_icon-box{background-color:var(--purple-primary)}.bmb_interactive_icon-general_contrasts-main-selection .bmb_interactive_icon-box{background-color:var(--general_contrasts-main-selection)}.bmb_interactive_icon-general_contrasts-main-selection-alternative .bmb_interactive_icon-box{background-color:var(--general_contrasts-main-selection-alternative)}.bmb_interactive_icon .bmb_icon-figure{line-height:0;margin:0}.bmb_interactive_icon .bmb_icon-figure-image{height:4rem;object-fit:contain;width:4rem}.bmb_interactive_icon:hover .bmb_interactive_icon-title,.bmb_interactive_icon:focus-visible .bmb_interactive_icon-title{color:var(--buttons-primary-normal)}.bmb_interactive_icon:active .bmb_interactive_icon-title{color:var(--buttons-primary-select)}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: BmbCheckExternalLinkButtonComponent, selector: "bmb-check-external-link-button", inputs: ["idElement", "link", "target", "disabled", "buttonName"], outputs: ["buttonPress", "buttonClick", "buttonKeyPress"] }, { kind: "component", type: BmbIconComponent, selector: "bmb-icon", inputs: ["icon", "materialIcon", "styleIcon", "isFill", "fontWeight", "size", "alt", "dotNotification"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
45
+ }
46
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BmbInteractiveIconComponent, decorators: [{
47
+ type: Component,
48
+ args: [{ selector: 'bmb-interactive-icon', standalone: true, imports: [
49
+ CommonModule,
50
+ BmbCheckExternalLinkButtonComponent,
51
+ BmbIconComponent,
52
+ ], changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "<bmb-check-external-link-button\n [link]=\"link()!\"\n [target]=\"target()!\"\n (buttonClick)=\"handleClick($event)\"\n>\n <section [ngClass]=\"getClasses()\">\n <span class=\"bmb_interactive_icon-box\">\n <bmb-icon\n [icon]=\"icon()\"\n [size]=\"32\"\n [dotNotification]=\"dotNotification()\"\n [alt]=\"title() || 'icon'\"\n />\n </span>\n @if (title() || description()) {\n <span class=\"bmb_interactive_icon-text\">\n @if (title()) {\n <h4 class=\"bmb_interactive_icon-title\">{{ title() }}</h4>\n }\n @if (description() && horizontal()) {\n <span class=\"bmb_interactive_icon-description\">\n {{ description() }}\n </span>\n }\n </span>\n }\n </section>\n</bmb-check-external-link-button>\n", styles: ["@font-face{font-family:Poppins-Light;font-style:normal;font-weight:300;src:url(/assets/fonts/Poppins/Poppins-ExtraLight.ttf) format(\"truetype\")}@font-face{font-family:Poppins-Regular;font-style:normal;font-weight:400;src:url(/assets/fonts/Poppins/Poppins-Regular.ttf) format(\"truetype\")}@font-face{font-family:Poppins-Bold;font-style:normal;font-weight:700;src:url(/assets/fonts/Poppins/Poppins-Bold.ttf) format(\"truetype\")}:root,:host{--font-display: \"Poppins-Regular\", sans-serif}.font-thin-1{font-family:Poppins-Thin,sans-serif;font-size:.625rem}.font-light-1{font-family:Poppins-Light,sans-serif;font-size:.625rem}.font-regular-1{font-family:Poppins-Regular,sans-serif;font-size:.625rem}.font-medium-1{font-family:Poppins-Medium,sans-serif;font-size:.625rem}.font-semibold-1{font-family:Poppins-Semibold,sans-serif;font-size:.625rem}.font-bold-1{font-family:Poppins-Bold,sans-serif;font-size:.625rem}.font-thin-2{font-family:Poppins-Thin,sans-serif;font-size:.6875rem}.font-light-2{font-family:Poppins-Light,sans-serif;font-size:.6875rem}.font-regular-2{font-family:Poppins-Regular,sans-serif;font-size:.6875rem}.font-medium-2{font-family:Poppins-Medium,sans-serif;font-size:.6875rem}.font-semibold-2{font-family:Poppins-Semibold,sans-serif;font-size:.6875rem}.font-bold-2{font-family:Poppins-Bold,sans-serif;font-size:.6875rem}.font-thin-3{font-family:Poppins-Thin,sans-serif;font-size:.75rem}.font-light-3{font-family:Poppins-Light,sans-serif;font-size:.75rem}.font-regular-3{font-family:Poppins-Regular,sans-serif;font-size:.75rem}.font-medium-3{font-family:Poppins-Medium,sans-serif;font-size:.75rem}.font-semibold-3{font-family:Poppins-Semibold,sans-serif;font-size:.75rem}.font-bold-3{font-family:Poppins-Bold,sans-serif;font-size:.75rem}.font-thin-4{font-family:Poppins-Thin,sans-serif;font-size:.875rem}.font-light-4{font-family:Poppins-Light,sans-serif;font-size:.875rem}.font-regular-4{font-family:Poppins-Regular,sans-serif;font-size:.875rem}.font-medium-4{font-family:Poppins-Medium,sans-serif;font-size:.875rem}.font-semibold-4{font-family:Poppins-Semibold,sans-serif;font-size:.875rem}.font-bold-4{font-family:Poppins-Bold,sans-serif;font-size:.875rem}.font-thin-4_5{font-family:Poppins-Thin,sans-serif;font-size:.9375rem}.font-light-4_5{font-family:Poppins-Light,sans-serif;font-size:.9375rem}.font-regular-4_5{font-family:Poppins-Regular,sans-serif;font-size:.9375rem}.font-medium-4_5{font-family:Poppins-Medium,sans-serif;font-size:.9375rem}.font-semibold-4_5{font-family:Poppins-Semibold,sans-serif;font-size:.9375rem}.font-bold-4_5{font-family:Poppins-Bold,sans-serif;font-size:.9375rem}.font-thin-5{font-family:Poppins-Thin,sans-serif;font-size:1rem}.font-light-5{font-family:Poppins-Light,sans-serif;font-size:1rem}.font-regular-5{font-family:Poppins-Regular,sans-serif;font-size:1rem}.font-medium-5{font-family:Poppins-Medium,sans-serif;font-size:1rem}.font-semibold-5{font-family:Poppins-Semibold,sans-serif;font-size:1rem}.font-bold-5{font-family:Poppins-Bold,sans-serif;font-size:1rem}.font-thin-6{font-family:Poppins-Thin,sans-serif;font-size:1.125rem}.font-light-6{font-family:Poppins-Light,sans-serif;font-size:1.125rem}.font-regular-6{font-family:Poppins-Regular,sans-serif;font-size:1.125rem}.font-medium-6{font-family:Poppins-Medium,sans-serif;font-size:1.125rem}.font-semibold-6{font-family:Poppins-Semibold,sans-serif;font-size:1.125rem}.font-bold-6{font-family:Poppins-Bold,sans-serif;font-size:1.125rem}.font-thin-7{font-family:Poppins-Thin,sans-serif;font-size:1.25rem}.font-light-7{font-family:Poppins-Light,sans-serif;font-size:1.25rem}.font-regular-7{font-family:Poppins-Regular,sans-serif;font-size:1.25rem}.font-medium-7{font-family:Poppins-Medium,sans-serif;font-size:1.25rem}.font-semibold-7{font-family:Poppins-Semibold,sans-serif;font-size:1.25rem}.font-bold-7{font-family:Poppins-Bold,sans-serif;font-size:1.25rem}.font-thin-8{font-family:Poppins-Thin,sans-serif;font-size:1.375rem}.font-light-8{font-family:Poppins-Light,sans-serif;font-size:1.375rem}.font-regular-8{font-family:Poppins-Regular,sans-serif;font-size:1.375rem}.font-medium-8{font-family:Poppins-Medium,sans-serif;font-size:1.375rem}.font-semibold-8{font-family:Poppins-Semibold,sans-serif;font-size:1.375rem}.font-bold-8{font-family:Poppins-Bold,sans-serif;font-size:1.375rem}.font-thin-9{font-family:Poppins-Thin,sans-serif;font-size:1.5rem}.font-light-9{font-family:Poppins-Light,sans-serif;font-size:1.5rem}.font-regular-9{font-family:Poppins-Regular,sans-serif;font-size:1.5rem}.font-medium-9{font-family:Poppins-Medium,sans-serif;font-size:1.5rem}.font-semibold-9{font-family:Poppins-Semibold,sans-serif;font-size:1.5rem}.font-bold-9{font-family:Poppins-Bold,sans-serif;font-size:1.5rem}.font-thin-10{font-family:Poppins-Thin,sans-serif;font-size:1.625rem}.font-light-10{font-family:Poppins-Light,sans-serif;font-size:1.625rem}.font-regular-10{font-family:Poppins-Regular,sans-serif;font-size:1.625rem}.font-medium-10{font-family:Poppins-Medium,sans-serif;font-size:1.625rem}.font-semibold-10{font-family:Poppins-Semibold,sans-serif;font-size:1.625rem}.font-bold-10{font-family:Poppins-Bold,sans-serif;font-size:1.625rem}.font-thin-11{font-family:Poppins-Thin,sans-serif;font-size:2.25rem}.font-light-11{font-family:Poppins-Light,sans-serif;font-size:2.25rem}.font-regular-11{font-family:Poppins-Regular,sans-serif;font-size:2.25rem}.font-medium-11{font-family:Poppins-Medium,sans-serif;font-size:2.25rem}.font-semibold-11{font-family:Poppins-Semibold,sans-serif;font-size:2.25rem}.font-bold-11{font-family:Poppins-Bold,sans-serif;font-size:2.25rem}.font-thin-12{font-family:Poppins-Thin,sans-serif;font-size:3rem}.font-light-12{font-family:Poppins-Light,sans-serif;font-size:3rem}.font-regular-12{font-family:Poppins-Regular,sans-serif;font-size:3rem}.font-medium-12{font-family:Poppins-Medium,sans-serif;font-size:3rem}.font-semibold-12{font-family:Poppins-Semibold,sans-serif;font-size:3rem}.font-bold-12{font-family:Poppins-Bold,sans-serif;font-size:3rem}.bmb_interactive_icon{align-items:center;display:flex;flex-flow:column;gap:var(--bmb-spacing-xs);transition:all .3s ease}.bmb_interactive_icon-primary{background-color:var(--containers-background)}.bmb_interactive_icon-alternative{background-color:var(--containers-main)}.bmb_interactive_icon-horizontal{border-bottom:.0625rem solid var(--general_contrasts-50);flex-flow:row;margin-bottom:1rem;padding-bottom:1rem;width:100%}.bmb_interactive_icon-horizontal .bmb_interactive_icon-title{text-align:left}.bmb_interactive_icon-button{background-color:var(--containers-container-button);border:.0625rem solid var(--general_contrasts-50);border-radius:var(--bmb-radius-m);box-sizing:border-box;flex-flow:row;gap:var(--bmb-spacing-s);margin:0;padding:var(--bmb-spacing-m)}.bmb_interactive_icon-button .bmb_interactive_icon-title{margin:0;text-align:left}.bmb_interactive_icon-button .bmb_interactive_icon-box{border-radius:.75rem;height:3rem;width:3rem}.bmb_interactive_icon-button .bmb_interactive_icon-text{width:calc(100% - 3rem)}.bmb_interactive_icon.bmb_interactive_icon-app_drawer{flex-flow:row-reverse;gap:var(--bmb-spacing-s);width:100%}.bmb_interactive_icon.bmb_interactive_icon-app_drawer .bmb_interactive_icon-box{border-radius:.75rem;height:3rem;width:3rem}.bmb_interactive_icon.bmb_interactive_icon-app_drawer .bmb_icon-figure-image{height:3rem;width:3rem}.bmb_interactive_icon-box{align-items:center;border-radius:1rem;color:RGBA(var(--color-white-primary));display:flex;flex-direction:column;height:4rem;justify-content:center;margin:0;overflow:hidden;width:4rem}.bmb_interactive_icon-title{color:var(--general_contrasts-100);font-weight:300;text-align:center;font-family:Poppins-Regular,sans-serif;font-size:.75rem}.bmb_interactive_icon-description{color:var(--general_contrasts-75);display:block;font-family:Poppins-Regular,sans-serif;font-size:.75rem}.bmb_interactive_icon-red .bmb_interactive_icon-box{background-color:RGBA(var(--color-red-primary))}.bmb_interactive_icon-blue .bmb_interactive_icon-box{background-color:RGBA(var(--color-mariner-700))}.bmb_interactive_icon-green .bmb_interactive_icon-box{background-color:RGBA(var(--color-green-primary))}.bmb_interactive_icon-yellow .bmb_interactive_icon-box{background-color:RGBA(var(--color-yellow-primary))}.bmb_interactive_icon-purple .bmb_interactive_icon-box{background-color:RGBA(var(--color-purple-primary))}.bmb_interactive_icon-mitec_blue .bmb_interactive_icon-box{background-color:RGBA(var(--color-mitec-blue))}.bmb_interactive_icon-mitec_red .bmb_interactive_icon-box{background-color:RGBA(var(--color-mitec-red))}.bmb_interactive_icon-mitec_green .bmb_interactive_icon-box{background-color:RGBA(var(--color-mitec-green))}.bmb_interactive_icon-mitec_orange .bmb_interactive_icon-box{background-color:RGBA(var(--color-mitec-orange))}.bmb_interactive_icon-mitec_light_green .bmb_interactive_icon-box{background-color:RGBA(var(--color-green-light))}.bmb_interactive_icon-mitec_purple .bmb_interactive_icon-box{background-color:RGBA(var(--color-purple-light))}.bmb_interactive_icon-creative_violet .bmb_interactive_icon-box{background-color:var(--creative-use-violet)}.bmb_interactive_icon-creative_indigo .bmb_interactive_icon-box{background-color:var(--creative-use-indigo)}.bmb_interactive_icon-creative_emerald .bmb_interactive_icon-box{background-color:var(--creative-use-emerald)}.bmb_interactive_icon-creative_licorice .bmb_interactive_icon-box{background-color:var(--creative-use-licorice)}.bmb_interactive_icon-creative_darkteal .bmb_interactive_icon-box{background-color:var(--creative-use-darkteal)}.bmb_interactive_icon-creative_peach .bmb_interactive_icon-box{background-color:var(--creative-use-peach)}.bmb_interactive_icon-creative_sepia .bmb_interactive_icon-box{background-color:var(--creative-use-sepia)}.bmb_interactive_icon-creative_softred .bmb_interactive_icon-box{background-color:var(--creative-use-softred)}.bmb_interactive_icon-creative_wattle .bmb_interactive_icon-box{background-color:var(--creative-use-wattle)}.bmb_interactive_icon-creative_shipcove .bmb_interactive_icon-box{background-color:var(--creative-use-shipcove)}.bmb_interactive_icon-creative_plantation .bmb_interactive_icon-box{background-color:var(--creative-use-plantation)}.bmb_interactive_icon-creative_rum .bmb_interactive_icon-box{background-color:var(--creative-use-rum)}.bmb_interactive_icon-creative_hibiscus .bmb_interactive_icon-box{background-color:var(--creative-use-hibiscus)}.bmb_interactive_icon-creative_ripelemon .bmb_interactive_icon-box{background-color:var(--creative-use-ripelemon)}.bmb_interactive_icon-buttons-primary-normal .bmb_interactive_icon-box{background-color:var(--buttons-primary-normal)}.bmb_interactive_icon-purple-primary .bmb_interactive_icon-box{background-color:var(--purple-primary)}.bmb_interactive_icon-general_contrasts-main-selection .bmb_interactive_icon-box{background-color:var(--general_contrasts-main-selection)}.bmb_interactive_icon-general_contrasts-main-selection-alternative .bmb_interactive_icon-box{background-color:var(--general_contrasts-main-selection-alternative)}.bmb_interactive_icon .bmb_icon-figure{line-height:0;margin:0}.bmb_interactive_icon .bmb_icon-figure-image{height:4rem;object-fit:contain;width:4rem}.bmb_interactive_icon:hover .bmb_interactive_icon-title,.bmb_interactive_icon:focus-visible .bmb_interactive_icon-title{color:var(--buttons-primary-normal)}.bmb_interactive_icon:active .bmb_interactive_icon-title{color:var(--buttons-primary-select)}\n"] }]
53
+ }] });
54
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYm1iLWludGVyYWN0aXZlLWljb24uY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvZHMtbmcvc3JjL2xpYi9jb21wb25lbnRzL2JtYi1pbnRlcmFjdGl2ZS1pY29uL2JtYi1pbnRlcmFjdGl2ZS1pY29uLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2RzLW5nL3NyYy9saWIvY29tcG9uZW50cy9ibWItaW50ZXJhY3RpdmUtaWNvbi9ibWItaW50ZXJhY3RpdmUtaWNvbi5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQ0wsU0FBUyxFQUNULHVCQUF1QixFQUN2QixpQkFBaUIsRUFDakIsS0FBSyxFQUNMLE1BQU0sR0FDUCxNQUFNLGVBQWUsQ0FBQztBQUN2QixPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sZ0NBQWdDLENBQUM7QUFDbEUsT0FBTyxFQUFFLG1DQUFtQyxFQUFFLE1BQU0sNEVBQTRFLENBQUM7OztBQW1EakksTUFBTSxPQUFPLDJCQUEyQjtJQWJ4QztRQWNFLHVCQUFrQixHQUFHLEtBQUssQ0FBZSxTQUFTLENBQUMsQ0FBQztRQUNwRCxlQUFVLEdBQUcsS0FBSyxDQUFnQyxLQUFLLENBQUMsQ0FBQztRQUN6RCxVQUFLLEdBQUcsS0FBSyxFQUFVLENBQUM7UUFDeEIsZ0JBQVcsR0FBRyxLQUFLLENBQVMsRUFBRSxDQUFDLENBQUM7UUFDaEMsU0FBSSxHQUFHLEtBQUssQ0FBUyxNQUFNLENBQUMsQ0FBQztRQUM3QixvQkFBZSxHQUFHLEtBQUssRUFBVSxDQUFDO1FBQ2xDLGVBQVUsR0FBRyxLQUFLLENBQVUsS0FBSyxDQUFDLENBQUM7UUFDbkMsV0FBTSxHQUFHLEtBQUssRUFBa0IsQ0FBQztRQUNqQyxTQUFJLEdBQUcsS0FBSyxFQUFVLENBQUM7UUFDdkIsV0FBTSxHQUFHLEtBQUssQ0FBMEIsU0FBUyxDQUFDLENBQUM7UUFDbkQsc0JBQWlCLEdBQUcsS0FBSyxDQUFVLEtBQUssQ0FBQyxDQUFDO1FBRTFDLGdCQUFXLEdBQUcsTUFBTSxFQUFjLENBQUM7S0E0QnBDO0lBMUJDLFVBQVU7UUFDUixNQUFNLGtCQUFrQixHQUFXLHNCQUFzQixDQUFDO1FBQzFELE1BQU0sT0FBTyxHQUFhO1lBQ3hCLGtCQUFrQjtZQUNsQixHQUFHLGtCQUFrQixJQUFJLElBQUksQ0FBQyxNQUFNLEVBQUUsRUFBRTtTQUN6QyxDQUFDO1FBRUYsSUFBSSxJQUFJLENBQUMsa0JBQWtCLEVBQUUsS0FBSyxTQUFTLEVBQUU7WUFDM0MsT0FBTyxDQUFDLElBQUksQ0FBQyw4QkFBOEIsQ0FBQyxDQUFDO1NBQzlDO1FBRUQsSUFBSSxJQUFJLENBQUMsa0JBQWtCLEVBQUUsS0FBSyxhQUFhLEVBQUU7WUFDL0MsT0FBTyxDQUFDLElBQUksQ0FBQyxrQ0FBa0MsQ0FBQyxDQUFDO1NBQ2xEO1FBRUQsSUFBSSxJQUFJLENBQUMsVUFBVSxFQUFFO1lBQUUsT0FBTyxDQUFDLElBQUksQ0FBQyxHQUFHLGtCQUFrQixhQUFhLENBQUMsQ0FBQztRQUV4RSxJQUFJLElBQUksQ0FBQyxVQUFVLEVBQUU7WUFDbkIsT0FBTyxDQUFDLElBQUksQ0FBQyx3QkFBd0IsSUFBSSxDQUFDLFVBQVUsRUFBRSxFQUFFLENBQUMsQ0FBQztRQUU1RCxPQUFPLE9BQU8sQ0FBQztJQUNqQixDQUFDO0lBRUQsV0FBVyxDQUFDLEtBQWlCO1FBQzNCLElBQUksQ0FBQyxXQUFXLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxDQUFDO0lBQy9CLENBQUM7K0dBeENVLDJCQUEyQjttR0FBM0IsMkJBQTJCLHNrREM1RHhDLDJ6QkE0QkEsNndXRHlCSSxZQUFZLDZIQUNaLG1DQUFtQyx5TUFDbkMsZ0JBQWdCOzs0RkFLUCwyQkFBMkI7a0JBYnZDLFNBQVM7K0JBQ0Usc0JBQXNCLGNBR3BCLElBQUksV0FDUDt3QkFDUCxZQUFZO3dCQUNaLG1DQUFtQzt3QkFDbkMsZ0JBQWdCO3FCQUNqQixtQkFDZ0IsdUJBQXVCLENBQUMsTUFBTSxpQkFDaEMsaUJBQWlCLENBQUMsSUFBSSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XG4gIENvbXBvbmVudCxcbiAgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksXG4gIFZpZXdFbmNhcHN1bGF0aW9uLFxuICBpbnB1dCxcbiAgb3V0cHV0LFxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBCbWJJY29uQ29tcG9uZW50IH0gZnJvbSAnLi4vYm1iLWljb24vYm1iLWljb24uY29tcG9uZW50JztcbmltcG9ydCB7IEJtYkNoZWNrRXh0ZXJuYWxMaW5rQnV0dG9uQ29tcG9uZW50IH0gZnJvbSAnLi4vYm1iLWNoZWNrLWV4dGVybmFsLWxpbmstYnV0dG9uL2JtYi1jaGVjay1leHRlcm5hbC1saW5rLWJ1dHRvbi5jb21wb25lbnQnO1xuaW1wb3J0IHsgSUJtYlRhcmdldExpbmsgfSBmcm9tICcuLi8uLi90eXBlcyc7XG5pbXBvcnQgeyBJQm1iQ29udHJhc3QgfSBmcm9tICcuLi8uLi90eXBlcy9jb2xvcnMnO1xuXG5leHBvcnQgdHlwZSBJQm1iSW50ZXJhY3RpdmVJY29uQXBwZWFyYW5jZSA9XG4gIHwgJ3JlZCdcbiAgfCAnYmx1ZSdcbiAgfCAnZ3JlZW4nXG4gIHwgJ3llbGxvdydcbiAgfCAncHVycGxlJ1xuICB8ICdub25lJ1xuICB8ICdtaXRlY19ibHVlJ1xuICB8ICdtaXRlY19yZWQnXG4gIHwgJ21pdGVjX2dyZWVuJ1xuICB8ICdtaXRlY19vcmFuZ2UnXG4gIHwgJ21pdGVjX2xpZ2h0X2dyZWVuJ1xuICB8ICdtaXRlY19wdXJwbGUnXG4gIHwgJ2NyZWF0aXZlX3Zpb2xldCdcbiAgfCAnY3JlYXRpdmVfaW5kaWdvJ1xuICB8ICdjcmVhdGl2ZV9lbWVyYWxkJ1xuICB8ICdjcmVhdGl2ZV9saWNvcmljZSdcbiAgfCAnY3JlYXRpdmVfZGFya3RlYWwnXG4gIHwgJ2NyZWF0aXZlX3BlYWNoJ1xuICB8ICdjcmVhdGl2ZV9zZXBpYSdcbiAgfCAnY3JlYXRpdmVfc29mdHJlZCdcbiAgfCAnY3JlYXRpdmVfd2F0dGxlJ1xuICB8ICdjcmVhdGl2ZV9zaGlwY292ZSdcbiAgfCAnY3JlYXRpdmVfcGxhbnRhdGlvbidcbiAgfCAnY3JlYXRpdmVfcnVtJ1xuICB8ICdjcmVhdGl2ZV9oaWJpc2N1cydcbiAgfCAnY3JlYXRpdmVfcmlwZWxlbW9uJ1xuICB8ICdidXR0b25zLXByaW1hcnktbm9ybWFsJ1xuICB8ICdwdXJwbGUtcHJpbWFyeSdcbiAgfCAnZ2VuZXJhbF9jb250cmFzdHMtbWFpbi1zZWxlY3Rpb24nXG4gIHwgJ2dlbmVyYWxfY29udHJhc3RzLW1haW4tc2VsZWN0aW9uLWFsdGVybmF0aXZlJztcblxuZXhwb3J0IHR5cGUgSUJtYkludGVyYWN0aXZlSWNvblR5cGUgPSAncmVndWxhcicgfCAnYnV0dG9uJyB8ICdhcHBfZHJhd2VyJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnYm1iLWludGVyYWN0aXZlLWljb24nLFxuICBzdHlsZVVybDogJy4vYm1iLWludGVyYWN0aXZlLWljb24uY29tcG9uZW50LnNjc3MnLFxuICB0ZW1wbGF0ZVVybDogJy4vYm1iLWludGVyYWN0aXZlLWljb24uY29tcG9uZW50Lmh0bWwnLFxuICBzdGFuZGFsb25lOiB0cnVlLFxuICBpbXBvcnRzOiBbXG4gICAgQ29tbW9uTW9kdWxlLFxuICAgIEJtYkNoZWNrRXh0ZXJuYWxMaW5rQnV0dG9uQ29tcG9uZW50LFxuICAgIEJtYkljb25Db21wb25lbnQsXG4gIF0sXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxuICBlbmNhcHN1bGF0aW9uOiBWaWV3RW5jYXBzdWxhdGlvbi5Ob25lLFxufSlcbmV4cG9ydCBjbGFzcyBCbWJJbnRlcmFjdGl2ZUljb25Db21wb25lbnQge1xuICBhcHBlYXJhbmNlQ29udHJhc3QgPSBpbnB1dDxJQm1iQ29udHJhc3Q+KCdkZWZhdWx0Jyk7XG4gIGFwcGVhcmFuY2UgPSBpbnB1dDxJQm1iSW50ZXJhY3RpdmVJY29uQXBwZWFyYW5jZT4oJ3JlZCcpO1xuICB0aXRsZSA9IGlucHV0PHN0cmluZz4oKTtcbiAgZGVzY3JpcHRpb24gPSBpbnB1dDxzdHJpbmc+KCcnKTtcbiAgaWNvbiA9IGlucHV0PHN0cmluZz4oJ2ZhY2UnKTtcbiAgZG90Tm90aWZpY2F0aW9uID0gaW5wdXQ8bnVtYmVyPigpO1xuICBob3Jpem9udGFsID0gaW5wdXQ8Ym9vbGVhbj4oZmFsc2UpO1xuICB0YXJnZXQgPSBpbnB1dDxJQm1iVGFyZ2V0TGluaz4oKTtcbiAgbGluayA9IGlucHV0PHN0cmluZz4oKTtcbiAgbGF5b3V0ID0gaW5wdXQ8SUJtYkludGVyYWN0aXZlSWNvblR5cGU+KCdyZWd1bGFyJyk7XG4gIHNldEJ1dHRvblRlbXBsYXRlID0gaW5wdXQ8Ym9vbGVhbj4oZmFsc2UpO1xuXG4gIGJ1dHRvbkNsaWNrID0gb3V0cHV0PE1vdXNlRXZlbnQ+KCk7XG5cbiAgZ2V0Q2xhc3NlcygpOiBzdHJpbmdbXSB7XG4gICAgY29uc3QgcHJpbmNpcGFsQ2xhc3NOYW1lOiBzdHJpbmcgPSAnYm1iX2ludGVyYWN0aXZlX2ljb24nO1xuICAgIGNvbnN0IGNsYXNzZXM6IHN0cmluZ1tdID0gW1xuICAgICAgcHJpbmNpcGFsQ2xhc3NOYW1lLFxuICAgICAgYCR7cHJpbmNpcGFsQ2xhc3NOYW1lfS0ke3RoaXMubGF5b3V0KCl9YCxcbiAgICBdO1xuXG4gICAgaWYgKHRoaXMuYXBwZWFyYW5jZUNvbnRyYXN0KCkgPT09ICdwcmltYXJ5Jykge1xuICAgICAgY2xhc3Nlcy5wdXNoKCdibWJfaW50ZXJhY3RpdmVfaWNvbi1wcmltYXJ5Jyk7XG4gICAgfVxuXG4gICAgaWYgKHRoaXMuYXBwZWFyYW5jZUNvbnRyYXN0KCkgPT09ICdhbHRlcm5hdGl2ZScpIHtcbiAgICAgIGNsYXNzZXMucHVzaCgnYm1iX2ludGVyYWN0aXZlX2ljb24tYWx0ZXJuYXRpdmUnKTtcbiAgICB9XG5cbiAgICBpZiAodGhpcy5ob3Jpem9udGFsKCkpIGNsYXNzZXMucHVzaChgJHtwcmluY2lwYWxDbGFzc05hbWV9LWhvcml6b250YWxgKTtcblxuICAgIGlmICh0aGlzLmFwcGVhcmFuY2UoKSlcbiAgICAgIGNsYXNzZXMucHVzaChgYm1iX2ludGVyYWN0aXZlX2ljb24tJHt0aGlzLmFwcGVhcmFuY2UoKX1gKTtcblxuICAgIHJldHVybiBjbGFzc2VzO1xuICB9XG5cbiAgaGFuZGxlQ2xpY2soZXZlbnQ6IE1vdXNlRXZlbnQpOiB2b2lkIHtcbiAgICB0aGlzLmJ1dHRvbkNsaWNrLmVtaXQoZXZlbnQpO1xuICB9XG59XG4iLCI8Ym1iLWNoZWNrLWV4dGVybmFsLWxpbmstYnV0dG9uXG4gIFtsaW5rXT1cImxpbmsoKSFcIlxuICBbdGFyZ2V0XT1cInRhcmdldCgpIVwiXG4gIChidXR0b25DbGljayk9XCJoYW5kbGVDbGljaygkZXZlbnQpXCJcbj5cbiAgPHNlY3Rpb24gW25nQ2xhc3NdPVwiZ2V0Q2xhc3NlcygpXCI+XG4gICAgPHNwYW4gY2xhc3M9XCJibWJfaW50ZXJhY3RpdmVfaWNvbi1ib3hcIj5cbiAgICAgIDxibWItaWNvblxuICAgICAgICBbaWNvbl09XCJpY29uKClcIlxuICAgICAgICBbc2l6ZV09XCIzMlwiXG4gICAgICAgIFtkb3ROb3RpZmljYXRpb25dPVwiZG90Tm90aWZpY2F0aW9uKClcIlxuICAgICAgICBbYWx0XT1cInRpdGxlKCkgfHwgJ2ljb24nXCJcbiAgICAgIC8+XG4gICAgPC9zcGFuPlxuICAgIEBpZiAodGl0bGUoKSB8fCBkZXNjcmlwdGlvbigpKSB7XG4gICAgICA8c3BhbiBjbGFzcz1cImJtYl9pbnRlcmFjdGl2ZV9pY29uLXRleHRcIj5cbiAgICAgICAgQGlmICh0aXRsZSgpKSB7XG4gICAgICAgICAgPGg0IGNsYXNzPVwiYm1iX2ludGVyYWN0aXZlX2ljb24tdGl0bGVcIj57eyB0aXRsZSgpIH19PC9oND5cbiAgICAgICAgfVxuICAgICAgICBAaWYgKGRlc2NyaXB0aW9uKCkgJiYgaG9yaXpvbnRhbCgpKSB7XG4gICAgICAgICAgPHNwYW4gY2xhc3M9XCJibWJfaW50ZXJhY3RpdmVfaWNvbi1kZXNjcmlwdGlvblwiPlxuICAgICAgICAgICAge3sgZGVzY3JpcHRpb24oKSB9fVxuICAgICAgICAgIDwvc3Bhbj5cbiAgICAgICAgfVxuICAgICAgPC9zcGFuPlxuICAgIH1cbiAgPC9zZWN0aW9uPlxuPC9ibWItY2hlY2stZXh0ZXJuYWwtbGluay1idXR0b24+XG4iXX0=
@@ -0,0 +1,34 @@
1
+ import { Component, ChangeDetectionStrategy, ViewEncapsulation, input, } from '@angular/core';
2
+ import { CommonModule } from '@angular/common';
3
+ import { BmbBadgeComponent } from '../bmb-badge/bmb-badge.component';
4
+ import * as i0 from "@angular/core";
5
+ import * as i1 from "@angular/common";
6
+ export class BmbInvoiceComponent {
7
+ constructor() {
8
+ this.appearanceContrast = input('default');
9
+ this.data = input();
10
+ }
11
+ ngOnInit() { }
12
+ isNegative(value) {
13
+ const isNegative = value.trim().startsWith('-');
14
+ const number = parseFloat(value.replace(/[^\d.-]/g, ''));
15
+ return isNegative || number < 0;
16
+ }
17
+ getInvoiceClasses() {
18
+ const classes = ['bmb_invoice'];
19
+ if (this.appearanceContrast() === 'primary') {
20
+ classes.push('bmb_invoice-primary');
21
+ }
22
+ if (this.appearanceContrast() === 'alternative') {
23
+ classes.push('bmb_invoice-alternative');
24
+ }
25
+ return classes;
26
+ }
27
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BmbInvoiceComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
28
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: BmbInvoiceComponent, isStandalone: true, selector: "bmb-invoice", inputs: { appearanceContrast: { classPropertyName: "appearanceContrast", publicName: "appearanceContrast", isSignal: true, isRequired: false, transformFunction: null }, data: { classPropertyName: "data", publicName: "data", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: "<div [ngClass]=\"getInvoiceClasses()\">\n <div class=\"bmb_invoice-list\">\n @for (item of data()?.concept; track $index) {\n <div class=\"bmb_invoice-item\">\n <div class=\"bmb_invoice-concept\">\n <span class=\"bmb_invoice-concept-text\">{{ item.concept }}</span>\n\n @if (item.badge) {\n <bmb-badge\n class=\"bmb_invoice-badge\"\n [text]=\"item.badge.label\"\n [appearance]=\"item.badge.appearance\"\n [container]=\"item.badge.container\"\n />\n }\n </div>\n\n <span\n class=\"bmb_invoice-quantity\"\n [class.bmb_invoice-quantity-negative]=\"isNegative(item.quantity)\"\n >\n {{ item.quantity }}\n </span>\n </div>\n }\n </div>\n\n <div class=\"bmb_invoice-total\">\n <span class=\"bmb_invoice-total-text\">{{ data()?.total?.label }}</span>\n <div class=\"bmb_invoice-total-box\">\n <span class=\"bmb_invoice-total-value\">{{ data()?.total?.value }}</span>\n <ul class=\"bmb_invoice-total-list\">\n @for (item of data()?.total?.equivalence; track $index) {\n <li class=\"bmb_invoice-total-item\">{{ item }}</li>\n }\n </ul>\n </div>\n </div>\n</div>\n", styles: ["@font-face{font-family:Poppins-Light;font-style:normal;font-weight:300;src:url(/assets/fonts/Poppins/Poppins-ExtraLight.ttf) format(\"truetype\")}@font-face{font-family:Poppins-Regular;font-style:normal;font-weight:400;src:url(/assets/fonts/Poppins/Poppins-Regular.ttf) format(\"truetype\")}@font-face{font-family:Poppins-Bold;font-style:normal;font-weight:700;src:url(/assets/fonts/Poppins/Poppins-Bold.ttf) format(\"truetype\")}:root,:host{--font-display: \"Poppins-Regular\", sans-serif}.font-thin-1{font-family:Poppins-Thin,sans-serif;font-size:.625rem}.font-light-1{font-family:Poppins-Light,sans-serif;font-size:.625rem}.font-regular-1{font-family:Poppins-Regular,sans-serif;font-size:.625rem}.font-medium-1{font-family:Poppins-Medium,sans-serif;font-size:.625rem}.font-semibold-1{font-family:Poppins-Semibold,sans-serif;font-size:.625rem}.font-bold-1{font-family:Poppins-Bold,sans-serif;font-size:.625rem}.font-thin-2{font-family:Poppins-Thin,sans-serif;font-size:.6875rem}.font-light-2{font-family:Poppins-Light,sans-serif;font-size:.6875rem}.font-regular-2{font-family:Poppins-Regular,sans-serif;font-size:.6875rem}.font-medium-2{font-family:Poppins-Medium,sans-serif;font-size:.6875rem}.font-semibold-2{font-family:Poppins-Semibold,sans-serif;font-size:.6875rem}.font-bold-2{font-family:Poppins-Bold,sans-serif;font-size:.6875rem}.font-thin-3{font-family:Poppins-Thin,sans-serif;font-size:.75rem}.font-light-3{font-family:Poppins-Light,sans-serif;font-size:.75rem}.font-regular-3{font-family:Poppins-Regular,sans-serif;font-size:.75rem}.font-medium-3{font-family:Poppins-Medium,sans-serif;font-size:.75rem}.font-semibold-3{font-family:Poppins-Semibold,sans-serif;font-size:.75rem}.font-bold-3{font-family:Poppins-Bold,sans-serif;font-size:.75rem}.font-thin-4{font-family:Poppins-Thin,sans-serif;font-size:.875rem}.font-light-4{font-family:Poppins-Light,sans-serif;font-size:.875rem}.font-regular-4{font-family:Poppins-Regular,sans-serif;font-size:.875rem}.font-medium-4{font-family:Poppins-Medium,sans-serif;font-size:.875rem}.font-semibold-4{font-family:Poppins-Semibold,sans-serif;font-size:.875rem}.font-bold-4{font-family:Poppins-Bold,sans-serif;font-size:.875rem}.font-thin-4_5{font-family:Poppins-Thin,sans-serif;font-size:.9375rem}.font-light-4_5{font-family:Poppins-Light,sans-serif;font-size:.9375rem}.font-regular-4_5{font-family:Poppins-Regular,sans-serif;font-size:.9375rem}.font-medium-4_5{font-family:Poppins-Medium,sans-serif;font-size:.9375rem}.font-semibold-4_5{font-family:Poppins-Semibold,sans-serif;font-size:.9375rem}.font-bold-4_5{font-family:Poppins-Bold,sans-serif;font-size:.9375rem}.font-thin-5{font-family:Poppins-Thin,sans-serif;font-size:1rem}.font-light-5{font-family:Poppins-Light,sans-serif;font-size:1rem}.font-regular-5{font-family:Poppins-Regular,sans-serif;font-size:1rem}.font-medium-5{font-family:Poppins-Medium,sans-serif;font-size:1rem}.font-semibold-5{font-family:Poppins-Semibold,sans-serif;font-size:1rem}.font-bold-5{font-family:Poppins-Bold,sans-serif;font-size:1rem}.font-thin-6{font-family:Poppins-Thin,sans-serif;font-size:1.125rem}.font-light-6{font-family:Poppins-Light,sans-serif;font-size:1.125rem}.font-regular-6{font-family:Poppins-Regular,sans-serif;font-size:1.125rem}.font-medium-6{font-family:Poppins-Medium,sans-serif;font-size:1.125rem}.font-semibold-6{font-family:Poppins-Semibold,sans-serif;font-size:1.125rem}.font-bold-6{font-family:Poppins-Bold,sans-serif;font-size:1.125rem}.font-thin-7{font-family:Poppins-Thin,sans-serif;font-size:1.25rem}.font-light-7{font-family:Poppins-Light,sans-serif;font-size:1.25rem}.font-regular-7{font-family:Poppins-Regular,sans-serif;font-size:1.25rem}.font-medium-7{font-family:Poppins-Medium,sans-serif;font-size:1.25rem}.font-semibold-7{font-family:Poppins-Semibold,sans-serif;font-size:1.25rem}.font-bold-7{font-family:Poppins-Bold,sans-serif;font-size:1.25rem}.font-thin-8{font-family:Poppins-Thin,sans-serif;font-size:1.375rem}.font-light-8{font-family:Poppins-Light,sans-serif;font-size:1.375rem}.font-regular-8{font-family:Poppins-Regular,sans-serif;font-size:1.375rem}.font-medium-8{font-family:Poppins-Medium,sans-serif;font-size:1.375rem}.font-semibold-8{font-family:Poppins-Semibold,sans-serif;font-size:1.375rem}.font-bold-8{font-family:Poppins-Bold,sans-serif;font-size:1.375rem}.font-thin-9{font-family:Poppins-Thin,sans-serif;font-size:1.5rem}.font-light-9{font-family:Poppins-Light,sans-serif;font-size:1.5rem}.font-regular-9{font-family:Poppins-Regular,sans-serif;font-size:1.5rem}.font-medium-9{font-family:Poppins-Medium,sans-serif;font-size:1.5rem}.font-semibold-9{font-family:Poppins-Semibold,sans-serif;font-size:1.5rem}.font-bold-9{font-family:Poppins-Bold,sans-serif;font-size:1.5rem}.font-thin-10{font-family:Poppins-Thin,sans-serif;font-size:1.625rem}.font-light-10{font-family:Poppins-Light,sans-serif;font-size:1.625rem}.font-regular-10{font-family:Poppins-Regular,sans-serif;font-size:1.625rem}.font-medium-10{font-family:Poppins-Medium,sans-serif;font-size:1.625rem}.font-semibold-10{font-family:Poppins-Semibold,sans-serif;font-size:1.625rem}.font-bold-10{font-family:Poppins-Bold,sans-serif;font-size:1.625rem}.font-thin-11{font-family:Poppins-Thin,sans-serif;font-size:2.25rem}.font-light-11{font-family:Poppins-Light,sans-serif;font-size:2.25rem}.font-regular-11{font-family:Poppins-Regular,sans-serif;font-size:2.25rem}.font-medium-11{font-family:Poppins-Medium,sans-serif;font-size:2.25rem}.font-semibold-11{font-family:Poppins-Semibold,sans-serif;font-size:2.25rem}.font-bold-11{font-family:Poppins-Bold,sans-serif;font-size:2.25rem}.font-thin-12{font-family:Poppins-Thin,sans-serif;font-size:3rem}.font-light-12{font-family:Poppins-Light,sans-serif;font-size:3rem}.font-regular-12{font-family:Poppins-Regular,sans-serif;font-size:3rem}.font-medium-12{font-family:Poppins-Medium,sans-serif;font-size:3rem}.font-semibold-12{font-family:Poppins-Semibold,sans-serif;font-size:3rem}.font-bold-12{font-family:Poppins-Bold,sans-serif;font-size:3rem}.bmb_invoice{padding:1.875rem}.bmb_invoice-primary{background-color:var(--containers-background)}.bmb_invoice-alternative{background-color:var(--containers-main)}.bmb_invoice-list{border-bottom:.0625rem solid RGBA(var(--color-charade-300))}.bmb_invoice-item{align-items:center;display:flex;flex-flow:row wrap;gap:.5rem;justify-content:space-between;padding:.5rem 0}.bmb_invoice-concept{align-items:center;display:flex;flex-flow:row wrap;gap:1rem}.bmb_invoice-concept-text{color:RGBA(var(--color-charade-700));font-family:Poppins-Regular,sans-serif;font-size:.875rem}.bmb_invoice-quantity{font-family:Poppins-Regular,sans-serif;font-size:.875rem;color:RGBA(var(--color-charade-950))}.bmb_invoice-quantity-negative{color:var(--semantic-error)}.bmb_invoice-total{align-items:flex-start;display:flex;flex-flow:row wrap;justify-content:space-between;gap:.5rem;padding-top:.6875rem;color:RGBA(var(--color-charade-950))}.bmb_invoice-total-text{font-family:Poppins-Bold,sans-serif;font-size:1.125rem}.bmb_invoice-total-box{text-align:right}.bmb_invoice-total-value{font-family:Poppins-Regular,sans-serif;font-size:1rem}.bmb_invoice-total-list{list-style-type:none;margin:.5rem 0 0;padding:0}.bmb_invoice-total-item{font-family:Poppins-Regular,sans-serif;font-size:.75rem;color:RGBA(var(--color-charade-500))}[data-theme=dark] .bmb_invoice-list,.storybook-dark-theme .bmb_invoice-list{border-color:RGBA(var(--color-charade-800))}[data-theme=dark] .bmb_invoice-concept-text,.storybook-dark-theme .bmb_invoice-concept-text{color:RGBA(var(--color-charade-200))}[data-theme=dark] .bmb_invoice-quantity,[data-theme=dark] .bmb_invoice-total,.storybook-dark-theme .bmb_invoice-quantity,.storybook-dark-theme .bmb_invoice-total{color:RGBA(var(--color-charade-50))}[data-theme=dark] .bmb_invoice-quantity-negative,.storybook-dark-theme .bmb_invoice-quantity-negative{color:var(--semantic-error)}[data-theme=dark] .bmb_invoice-total-item,.storybook-dark-theme .bmb_invoice-total-item{color:RGBA(var(--color-charade-500))}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: BmbBadgeComponent, selector: "bmb-badge", inputs: ["appearance", "text", "container"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
29
+ }
30
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BmbInvoiceComponent, decorators: [{
31
+ type: Component,
32
+ args: [{ selector: 'bmb-invoice', standalone: true, imports: [CommonModule, BmbBadgeComponent], changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "<div [ngClass]=\"getInvoiceClasses()\">\n <div class=\"bmb_invoice-list\">\n @for (item of data()?.concept; track $index) {\n <div class=\"bmb_invoice-item\">\n <div class=\"bmb_invoice-concept\">\n <span class=\"bmb_invoice-concept-text\">{{ item.concept }}</span>\n\n @if (item.badge) {\n <bmb-badge\n class=\"bmb_invoice-badge\"\n [text]=\"item.badge.label\"\n [appearance]=\"item.badge.appearance\"\n [container]=\"item.badge.container\"\n />\n }\n </div>\n\n <span\n class=\"bmb_invoice-quantity\"\n [class.bmb_invoice-quantity-negative]=\"isNegative(item.quantity)\"\n >\n {{ item.quantity }}\n </span>\n </div>\n }\n </div>\n\n <div class=\"bmb_invoice-total\">\n <span class=\"bmb_invoice-total-text\">{{ data()?.total?.label }}</span>\n <div class=\"bmb_invoice-total-box\">\n <span class=\"bmb_invoice-total-value\">{{ data()?.total?.value }}</span>\n <ul class=\"bmb_invoice-total-list\">\n @for (item of data()?.total?.equivalence; track $index) {\n <li class=\"bmb_invoice-total-item\">{{ item }}</li>\n }\n </ul>\n </div>\n </div>\n</div>\n", styles: ["@font-face{font-family:Poppins-Light;font-style:normal;font-weight:300;src:url(/assets/fonts/Poppins/Poppins-ExtraLight.ttf) format(\"truetype\")}@font-face{font-family:Poppins-Regular;font-style:normal;font-weight:400;src:url(/assets/fonts/Poppins/Poppins-Regular.ttf) format(\"truetype\")}@font-face{font-family:Poppins-Bold;font-style:normal;font-weight:700;src:url(/assets/fonts/Poppins/Poppins-Bold.ttf) format(\"truetype\")}:root,:host{--font-display: \"Poppins-Regular\", sans-serif}.font-thin-1{font-family:Poppins-Thin,sans-serif;font-size:.625rem}.font-light-1{font-family:Poppins-Light,sans-serif;font-size:.625rem}.font-regular-1{font-family:Poppins-Regular,sans-serif;font-size:.625rem}.font-medium-1{font-family:Poppins-Medium,sans-serif;font-size:.625rem}.font-semibold-1{font-family:Poppins-Semibold,sans-serif;font-size:.625rem}.font-bold-1{font-family:Poppins-Bold,sans-serif;font-size:.625rem}.font-thin-2{font-family:Poppins-Thin,sans-serif;font-size:.6875rem}.font-light-2{font-family:Poppins-Light,sans-serif;font-size:.6875rem}.font-regular-2{font-family:Poppins-Regular,sans-serif;font-size:.6875rem}.font-medium-2{font-family:Poppins-Medium,sans-serif;font-size:.6875rem}.font-semibold-2{font-family:Poppins-Semibold,sans-serif;font-size:.6875rem}.font-bold-2{font-family:Poppins-Bold,sans-serif;font-size:.6875rem}.font-thin-3{font-family:Poppins-Thin,sans-serif;font-size:.75rem}.font-light-3{font-family:Poppins-Light,sans-serif;font-size:.75rem}.font-regular-3{font-family:Poppins-Regular,sans-serif;font-size:.75rem}.font-medium-3{font-family:Poppins-Medium,sans-serif;font-size:.75rem}.font-semibold-3{font-family:Poppins-Semibold,sans-serif;font-size:.75rem}.font-bold-3{font-family:Poppins-Bold,sans-serif;font-size:.75rem}.font-thin-4{font-family:Poppins-Thin,sans-serif;font-size:.875rem}.font-light-4{font-family:Poppins-Light,sans-serif;font-size:.875rem}.font-regular-4{font-family:Poppins-Regular,sans-serif;font-size:.875rem}.font-medium-4{font-family:Poppins-Medium,sans-serif;font-size:.875rem}.font-semibold-4{font-family:Poppins-Semibold,sans-serif;font-size:.875rem}.font-bold-4{font-family:Poppins-Bold,sans-serif;font-size:.875rem}.font-thin-4_5{font-family:Poppins-Thin,sans-serif;font-size:.9375rem}.font-light-4_5{font-family:Poppins-Light,sans-serif;font-size:.9375rem}.font-regular-4_5{font-family:Poppins-Regular,sans-serif;font-size:.9375rem}.font-medium-4_5{font-family:Poppins-Medium,sans-serif;font-size:.9375rem}.font-semibold-4_5{font-family:Poppins-Semibold,sans-serif;font-size:.9375rem}.font-bold-4_5{font-family:Poppins-Bold,sans-serif;font-size:.9375rem}.font-thin-5{font-family:Poppins-Thin,sans-serif;font-size:1rem}.font-light-5{font-family:Poppins-Light,sans-serif;font-size:1rem}.font-regular-5{font-family:Poppins-Regular,sans-serif;font-size:1rem}.font-medium-5{font-family:Poppins-Medium,sans-serif;font-size:1rem}.font-semibold-5{font-family:Poppins-Semibold,sans-serif;font-size:1rem}.font-bold-5{font-family:Poppins-Bold,sans-serif;font-size:1rem}.font-thin-6{font-family:Poppins-Thin,sans-serif;font-size:1.125rem}.font-light-6{font-family:Poppins-Light,sans-serif;font-size:1.125rem}.font-regular-6{font-family:Poppins-Regular,sans-serif;font-size:1.125rem}.font-medium-6{font-family:Poppins-Medium,sans-serif;font-size:1.125rem}.font-semibold-6{font-family:Poppins-Semibold,sans-serif;font-size:1.125rem}.font-bold-6{font-family:Poppins-Bold,sans-serif;font-size:1.125rem}.font-thin-7{font-family:Poppins-Thin,sans-serif;font-size:1.25rem}.font-light-7{font-family:Poppins-Light,sans-serif;font-size:1.25rem}.font-regular-7{font-family:Poppins-Regular,sans-serif;font-size:1.25rem}.font-medium-7{font-family:Poppins-Medium,sans-serif;font-size:1.25rem}.font-semibold-7{font-family:Poppins-Semibold,sans-serif;font-size:1.25rem}.font-bold-7{font-family:Poppins-Bold,sans-serif;font-size:1.25rem}.font-thin-8{font-family:Poppins-Thin,sans-serif;font-size:1.375rem}.font-light-8{font-family:Poppins-Light,sans-serif;font-size:1.375rem}.font-regular-8{font-family:Poppins-Regular,sans-serif;font-size:1.375rem}.font-medium-8{font-family:Poppins-Medium,sans-serif;font-size:1.375rem}.font-semibold-8{font-family:Poppins-Semibold,sans-serif;font-size:1.375rem}.font-bold-8{font-family:Poppins-Bold,sans-serif;font-size:1.375rem}.font-thin-9{font-family:Poppins-Thin,sans-serif;font-size:1.5rem}.font-light-9{font-family:Poppins-Light,sans-serif;font-size:1.5rem}.font-regular-9{font-family:Poppins-Regular,sans-serif;font-size:1.5rem}.font-medium-9{font-family:Poppins-Medium,sans-serif;font-size:1.5rem}.font-semibold-9{font-family:Poppins-Semibold,sans-serif;font-size:1.5rem}.font-bold-9{font-family:Poppins-Bold,sans-serif;font-size:1.5rem}.font-thin-10{font-family:Poppins-Thin,sans-serif;font-size:1.625rem}.font-light-10{font-family:Poppins-Light,sans-serif;font-size:1.625rem}.font-regular-10{font-family:Poppins-Regular,sans-serif;font-size:1.625rem}.font-medium-10{font-family:Poppins-Medium,sans-serif;font-size:1.625rem}.font-semibold-10{font-family:Poppins-Semibold,sans-serif;font-size:1.625rem}.font-bold-10{font-family:Poppins-Bold,sans-serif;font-size:1.625rem}.font-thin-11{font-family:Poppins-Thin,sans-serif;font-size:2.25rem}.font-light-11{font-family:Poppins-Light,sans-serif;font-size:2.25rem}.font-regular-11{font-family:Poppins-Regular,sans-serif;font-size:2.25rem}.font-medium-11{font-family:Poppins-Medium,sans-serif;font-size:2.25rem}.font-semibold-11{font-family:Poppins-Semibold,sans-serif;font-size:2.25rem}.font-bold-11{font-family:Poppins-Bold,sans-serif;font-size:2.25rem}.font-thin-12{font-family:Poppins-Thin,sans-serif;font-size:3rem}.font-light-12{font-family:Poppins-Light,sans-serif;font-size:3rem}.font-regular-12{font-family:Poppins-Regular,sans-serif;font-size:3rem}.font-medium-12{font-family:Poppins-Medium,sans-serif;font-size:3rem}.font-semibold-12{font-family:Poppins-Semibold,sans-serif;font-size:3rem}.font-bold-12{font-family:Poppins-Bold,sans-serif;font-size:3rem}.bmb_invoice{padding:1.875rem}.bmb_invoice-primary{background-color:var(--containers-background)}.bmb_invoice-alternative{background-color:var(--containers-main)}.bmb_invoice-list{border-bottom:.0625rem solid RGBA(var(--color-charade-300))}.bmb_invoice-item{align-items:center;display:flex;flex-flow:row wrap;gap:.5rem;justify-content:space-between;padding:.5rem 0}.bmb_invoice-concept{align-items:center;display:flex;flex-flow:row wrap;gap:1rem}.bmb_invoice-concept-text{color:RGBA(var(--color-charade-700));font-family:Poppins-Regular,sans-serif;font-size:.875rem}.bmb_invoice-quantity{font-family:Poppins-Regular,sans-serif;font-size:.875rem;color:RGBA(var(--color-charade-950))}.bmb_invoice-quantity-negative{color:var(--semantic-error)}.bmb_invoice-total{align-items:flex-start;display:flex;flex-flow:row wrap;justify-content:space-between;gap:.5rem;padding-top:.6875rem;color:RGBA(var(--color-charade-950))}.bmb_invoice-total-text{font-family:Poppins-Bold,sans-serif;font-size:1.125rem}.bmb_invoice-total-box{text-align:right}.bmb_invoice-total-value{font-family:Poppins-Regular,sans-serif;font-size:1rem}.bmb_invoice-total-list{list-style-type:none;margin:.5rem 0 0;padding:0}.bmb_invoice-total-item{font-family:Poppins-Regular,sans-serif;font-size:.75rem;color:RGBA(var(--color-charade-500))}[data-theme=dark] .bmb_invoice-list,.storybook-dark-theme .bmb_invoice-list{border-color:RGBA(var(--color-charade-800))}[data-theme=dark] .bmb_invoice-concept-text,.storybook-dark-theme .bmb_invoice-concept-text{color:RGBA(var(--color-charade-200))}[data-theme=dark] .bmb_invoice-quantity,[data-theme=dark] .bmb_invoice-total,.storybook-dark-theme .bmb_invoice-quantity,.storybook-dark-theme .bmb_invoice-total{color:RGBA(var(--color-charade-50))}[data-theme=dark] .bmb_invoice-quantity-negative,.storybook-dark-theme .bmb_invoice-quantity-negative{color:var(--semantic-error)}[data-theme=dark] .bmb_invoice-total-item,.storybook-dark-theme .bmb_invoice-total-item{color:RGBA(var(--color-charade-500))}\n"] }]
33
+ }] });
34
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYm1iLWludm9pY2UuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvZHMtbmcvc3JjL2xpYi9jb21wb25lbnRzL2JtYi1pbnZvaWNlL2JtYi1pbnZvaWNlLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2RzLW5nL3NyYy9saWIvY29tcG9uZW50cy9ibWItaW52b2ljZS9ibWItaW52b2ljZS5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQ0wsU0FBUyxFQUVULHVCQUF1QixFQUN2QixpQkFBaUIsRUFDakIsS0FBSyxHQUNOLE1BQU0sZUFBZSxDQUFDO0FBQ3ZCLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSxrQ0FBa0MsQ0FBQzs7O0FBNkJyRSxNQUFNLE9BQU8sbUJBQW1CO0lBVGhDO1FBVUUsdUJBQWtCLEdBQUcsS0FBSyxDQUFlLFNBQVMsQ0FBQyxDQUFDO1FBQ3BELFNBQUksR0FBRyxLQUFLLEVBQWUsQ0FBQztLQXVCN0I7SUFyQkMsUUFBUSxLQUFVLENBQUM7SUFFbkIsVUFBVSxDQUFDLEtBQWE7UUFDdEIsTUFBTSxVQUFVLEdBQUcsS0FBSyxDQUFDLElBQUksRUFBRSxDQUFDLFVBQVUsQ0FBQyxHQUFHLENBQUMsQ0FBQztRQUNoRCxNQUFNLE1BQU0sR0FBRyxVQUFVLENBQUMsS0FBSyxDQUFDLE9BQU8sQ0FBQyxVQUFVLEVBQUUsRUFBRSxDQUFDLENBQUMsQ0FBQztRQUN6RCxPQUFPLFVBQVUsSUFBSSxNQUFNLEdBQUcsQ0FBQyxDQUFDO0lBQ2xDLENBQUM7SUFFRCxpQkFBaUI7UUFDZixNQUFNLE9BQU8sR0FBYSxDQUFDLGFBQWEsQ0FBQyxDQUFDO1FBRTFDLElBQUksSUFBSSxDQUFDLGtCQUFrQixFQUFFLEtBQUssU0FBUyxFQUFFO1lBQzNDLE9BQU8sQ0FBQyxJQUFJLENBQUMscUJBQXFCLENBQUMsQ0FBQztTQUNyQztRQUVELElBQUksSUFBSSxDQUFDLGtCQUFrQixFQUFFLEtBQUssYUFBYSxFQUFFO1lBQy9DLE9BQU8sQ0FBQyxJQUFJLENBQUMseUJBQXlCLENBQUMsQ0FBQztTQUN6QztRQUVELE9BQU8sT0FBTyxDQUFDO0lBQ2pCLENBQUM7K0dBeEJVLG1CQUFtQjttR0FBbkIsbUJBQW1CLHVXQ3JDaEMsc3dDQXVDQSxpM1BETlksWUFBWSw2SEFBRSxpQkFBaUI7OzRGQUk5QixtQkFBbUI7a0JBVC9CLFNBQVM7K0JBQ0UsYUFBYSxjQUdYLElBQUksV0FDUCxDQUFDLFlBQVksRUFBRSxpQkFBaUIsQ0FBQyxtQkFDekIsdUJBQXVCLENBQUMsTUFBTSxpQkFDaEMsaUJBQWlCLENBQUMsSUFBSSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XG4gIENvbXBvbmVudCxcbiAgT25Jbml0LFxuICBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSxcbiAgVmlld0VuY2Fwc3VsYXRpb24sXG4gIGlucHV0LFxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBCbWJCYWRnZUNvbXBvbmVudCB9IGZyb20gJy4uL2JtYi1iYWRnZS9ibWItYmFkZ2UuY29tcG9uZW50JztcbmltcG9ydCB7IElCYm1CZ0FwcGVhcmFuY2UgfSBmcm9tICcuLi9ibWItYWR2ZXJ0aXNlbWVudC1jYXJkL3R5cGVzJztcbmltcG9ydCB7IElCbWJDb250cmFzdCB9IGZyb20gJy4uLy4uL3R5cGVzL2NvbG9ycyc7XG5cbmV4cG9ydCBpbnRlcmZhY2UgSUJtYkNvbmNlcHQge1xuICBjb25jZXB0OiBzdHJpbmc7XG4gIHF1YW50aXR5OiBzdHJpbmc7XG4gIHByaWNlPzogbnVtYmVyO1xuICBiYWRnZT86IHsgbGFiZWw6IHN0cmluZzsgYXBwZWFyYW5jZTogSUJibUJnQXBwZWFyYW5jZTsgY29udGFpbmVyOiBib29sZWFuIH07XG59XG5cbmV4cG9ydCBpbnRlcmZhY2UgSUJtYkludm9pY2Uge1xuICBjb25jZXB0OiBJQm1iQ29uY2VwdFtdO1xuICB0b3RhbDoge1xuICAgIGxhYmVsOiBzdHJpbmc7XG4gICAgdmFsdWU6IHN0cmluZztcbiAgICBlcXVpdmFsZW5jZTogc3RyaW5nW107XG4gIH07XG59XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2JtYi1pbnZvaWNlJyxcbiAgdGVtcGxhdGVVcmw6ICcuL2JtYi1pbnZvaWNlLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmw6ICcuL2JtYi1pbnZvaWNlLmNvbXBvbmVudC5zY3NzJyxcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgaW1wb3J0czogW0NvbW1vbk1vZHVsZSwgQm1iQmFkZ2VDb21wb25lbnRdLFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbiAgZW5jYXBzdWxhdGlvbjogVmlld0VuY2Fwc3VsYXRpb24uTm9uZSxcbn0pXG5leHBvcnQgY2xhc3MgQm1iSW52b2ljZUNvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCB7XG4gIGFwcGVhcmFuY2VDb250cmFzdCA9IGlucHV0PElCbWJDb250cmFzdD4oJ2RlZmF1bHQnKTtcbiAgZGF0YSA9IGlucHV0PElCbWJJbnZvaWNlPigpO1xuXG4gIG5nT25Jbml0KCk6IHZvaWQge31cblxuICBpc05lZ2F0aXZlKHZhbHVlOiBzdHJpbmcpOiBib29sZWFuIHtcbiAgICBjb25zdCBpc05lZ2F0aXZlID0gdmFsdWUudHJpbSgpLnN0YXJ0c1dpdGgoJy0nKTtcbiAgICBjb25zdCBudW1iZXIgPSBwYXJzZUZsb2F0KHZhbHVlLnJlcGxhY2UoL1teXFxkLi1dL2csICcnKSk7XG4gICAgcmV0dXJuIGlzTmVnYXRpdmUgfHwgbnVtYmVyIDwgMDtcbiAgfVxuXG4gIGdldEludm9pY2VDbGFzc2VzKCk6IHN0cmluZ1tdIHtcbiAgICBjb25zdCBjbGFzc2VzOiBzdHJpbmdbXSA9IFsnYm1iX2ludm9pY2UnXTtcblxuICAgIGlmICh0aGlzLmFwcGVhcmFuY2VDb250cmFzdCgpID09PSAncHJpbWFyeScpIHtcbiAgICAgIGNsYXNzZXMucHVzaCgnYm1iX2ludm9pY2UtcHJpbWFyeScpO1xuICAgIH1cblxuICAgIGlmICh0aGlzLmFwcGVhcmFuY2VDb250cmFzdCgpID09PSAnYWx0ZXJuYXRpdmUnKSB7XG4gICAgICBjbGFzc2VzLnB1c2goJ2JtYl9pbnZvaWNlLWFsdGVybmF0aXZlJyk7XG4gICAgfVxuXG4gICAgcmV0dXJuIGNsYXNzZXM7XG4gIH1cbn1cbiIsIjxkaXYgW25nQ2xhc3NdPVwiZ2V0SW52b2ljZUNsYXNzZXMoKVwiPlxuICA8ZGl2IGNsYXNzPVwiYm1iX2ludm9pY2UtbGlzdFwiPlxuICAgIEBmb3IgKGl0ZW0gb2YgZGF0YSgpPy5jb25jZXB0OyB0cmFjayAkaW5kZXgpIHtcbiAgICAgIDxkaXYgY2xhc3M9XCJibWJfaW52b2ljZS1pdGVtXCI+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJibWJfaW52b2ljZS1jb25jZXB0XCI+XG4gICAgICAgICAgPHNwYW4gY2xhc3M9XCJibWJfaW52b2ljZS1jb25jZXB0LXRleHRcIj57eyBpdGVtLmNvbmNlcHQgfX08L3NwYW4+XG5cbiAgICAgICAgICBAaWYgKGl0ZW0uYmFkZ2UpIHtcbiAgICAgICAgICAgIDxibWItYmFkZ2VcbiAgICAgICAgICAgICAgY2xhc3M9XCJibWJfaW52b2ljZS1iYWRnZVwiXG4gICAgICAgICAgICAgIFt0ZXh0XT1cIml0ZW0uYmFkZ2UubGFiZWxcIlxuICAgICAgICAgICAgICBbYXBwZWFyYW5jZV09XCJpdGVtLmJhZGdlLmFwcGVhcmFuY2VcIlxuICAgICAgICAgICAgICBbY29udGFpbmVyXT1cIml0ZW0uYmFkZ2UuY29udGFpbmVyXCJcbiAgICAgICAgICAgIC8+XG4gICAgICAgICAgfVxuICAgICAgICA8L2Rpdj5cblxuICAgICAgICA8c3BhblxuICAgICAgICAgIGNsYXNzPVwiYm1iX2ludm9pY2UtcXVhbnRpdHlcIlxuICAgICAgICAgIFtjbGFzcy5ibWJfaW52b2ljZS1xdWFudGl0eS1uZWdhdGl2ZV09XCJpc05lZ2F0aXZlKGl0ZW0ucXVhbnRpdHkpXCJcbiAgICAgICAgPlxuICAgICAgICAgIHt7IGl0ZW0ucXVhbnRpdHkgfX1cbiAgICAgICAgPC9zcGFuPlxuICAgICAgPC9kaXY+XG4gICAgfVxuICA8L2Rpdj5cblxuICA8ZGl2IGNsYXNzPVwiYm1iX2ludm9pY2UtdG90YWxcIj5cbiAgICA8c3BhbiBjbGFzcz1cImJtYl9pbnZvaWNlLXRvdGFsLXRleHRcIj57eyBkYXRhKCk/LnRvdGFsPy5sYWJlbCB9fTwvc3Bhbj5cbiAgICA8ZGl2IGNsYXNzPVwiYm1iX2ludm9pY2UtdG90YWwtYm94XCI+XG4gICAgICA8c3BhbiBjbGFzcz1cImJtYl9pbnZvaWNlLXRvdGFsLXZhbHVlXCI+e3sgZGF0YSgpPy50b3RhbD8udmFsdWUgfX08L3NwYW4+XG4gICAgICA8dWwgY2xhc3M9XCJibWJfaW52b2ljZS10b3RhbC1saXN0XCI+XG4gICAgICAgIEBmb3IgKGl0ZW0gb2YgZGF0YSgpPy50b3RhbD8uZXF1aXZhbGVuY2U7IHRyYWNrICRpbmRleCkge1xuICAgICAgICAgIDxsaSBjbGFzcz1cImJtYl9pbnZvaWNlLXRvdGFsLWl0ZW1cIj57eyBpdGVtIH19PC9saT5cbiAgICAgICAgfVxuICAgICAgPC91bD5cbiAgICA8L2Rpdj5cbiAgPC9kaXY+XG48L2Rpdj5cbiJdfQ==
@@ -0,0 +1,28 @@
1
+ import { ChangeDetectionStrategy, Component, input, output, ViewEncapsulation, } from '@angular/core';
2
+ import { BmbIconComponent } from '../bmb-icon/bmb-icon.component';
3
+ import { CommonModule } from '@angular/common';
4
+ import * as i0 from "@angular/core";
5
+ import * as i1 from "@angular/common";
6
+ export class BmbItemComponent {
7
+ constructor() {
8
+ this.icon = input('');
9
+ this.iconSize = input(20);
10
+ this.label = input('');
11
+ this.value = input('');
12
+ this.valueLink = input('');
13
+ this.valueTarget = input('_blank');
14
+ this.supportText = input('');
15
+ this.isButton = input(false);
16
+ this.action = output();
17
+ }
18
+ handleClick(event) {
19
+ this.action.emit(event);
20
+ }
21
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BmbItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
22
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: BmbItemComponent, isStandalone: true, selector: "bmb-item", inputs: { icon: { classPropertyName: "icon", publicName: "icon", isSignal: true, isRequired: false, transformFunction: null }, iconSize: { classPropertyName: "iconSize", publicName: "iconSize", isSignal: true, isRequired: false, transformFunction: null }, label: { classPropertyName: "label", publicName: "label", isSignal: true, isRequired: false, transformFunction: null }, value: { classPropertyName: "value", publicName: "value", isSignal: true, isRequired: false, transformFunction: null }, valueLink: { classPropertyName: "valueLink", publicName: "valueLink", isSignal: true, isRequired: false, transformFunction: null }, valueTarget: { classPropertyName: "valueTarget", publicName: "valueTarget", isSignal: true, isRequired: false, transformFunction: null }, supportText: { classPropertyName: "supportText", publicName: "supportText", isSignal: true, isRequired: false, transformFunction: null }, isButton: { classPropertyName: "isButton", publicName: "isButton", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { action: "action" }, ngImport: i0, template: "<section\n class=\"bmb_item\"\n [ngClass]=\"{\n 'bmb_item-default': !isButton()\n }\"\n>\n @if (isButton()) {\n <button\n (click)=\"handleClick($event)\"\n type=\"button\"\n size=\"large\"\n type=\"button\"\n appearance=\"transparent\"\n class=\"bmb_item-button\"\n >\n @if (icon()) {\n <bmb-icon\n [icon]=\"icon()\"\n [size]=\"iconSize()\"\n class=\"bmb_item-icon\"\n alt=\"Item icon\"\n />\n }\n <span class=\"bmb_item-label\">{{ label() }}</span>\n </button>\n } @else {\n <div class=\"bmb_item-wrapper\">\n @if (icon()) {\n <bmb-icon\n [icon]=\"icon()\"\n [size]=\"iconSize()\"\n class=\"bmb_item-icon\"\n alt=\"Item icon\"\n />\n }\n <div class=\"bmb_item-text\">\n <span class=\"bmb_item-label\">{{ label() }}</span>\n <span class=\"bmb_item-support\" [innerHTML]=\"supportText()\"></span>\n </div>\n </div>\n\n @if (valueLink()) {\n <a\n class=\"bmb_item-link\"\n [href]=\"valueLink()\"\n [target]=\"valueTarget() === '_blank' ? 'noopener noreferrer' : null\"\n [ngClass]=\"{ 'bmb_item-link-only-link': icon() }\"\n >\n {{ value() }}\n </a>\n } @else {\n <span\n class=\"bmb_item-value\"\n [ngClass]=\"{ 'bmb_item-link-only-link': icon() }\"\n >\n {{ value() }}\n </span>\n }\n }\n</section>\n", styles: ["@font-face{font-family:Poppins-Light;font-style:normal;font-weight:300;src:url(/assets/fonts/Poppins/Poppins-ExtraLight.ttf) format(\"truetype\")}@font-face{font-family:Poppins-Regular;font-style:normal;font-weight:400;src:url(/assets/fonts/Poppins/Poppins-Regular.ttf) format(\"truetype\")}@font-face{font-family:Poppins-Bold;font-style:normal;font-weight:700;src:url(/assets/fonts/Poppins/Poppins-Bold.ttf) format(\"truetype\")}:root,:host{--font-display: \"Poppins-Regular\", sans-serif}.font-thin-1{font-family:Poppins-Thin,sans-serif;font-size:.625rem}.font-light-1{font-family:Poppins-Light,sans-serif;font-size:.625rem}.font-regular-1{font-family:Poppins-Regular,sans-serif;font-size:.625rem}.font-medium-1{font-family:Poppins-Medium,sans-serif;font-size:.625rem}.font-semibold-1{font-family:Poppins-Semibold,sans-serif;font-size:.625rem}.font-bold-1{font-family:Poppins-Bold,sans-serif;font-size:.625rem}.font-thin-2{font-family:Poppins-Thin,sans-serif;font-size:.6875rem}.font-light-2{font-family:Poppins-Light,sans-serif;font-size:.6875rem}.font-regular-2{font-family:Poppins-Regular,sans-serif;font-size:.6875rem}.font-medium-2{font-family:Poppins-Medium,sans-serif;font-size:.6875rem}.font-semibold-2{font-family:Poppins-Semibold,sans-serif;font-size:.6875rem}.font-bold-2{font-family:Poppins-Bold,sans-serif;font-size:.6875rem}.font-thin-3{font-family:Poppins-Thin,sans-serif;font-size:.75rem}.font-light-3{font-family:Poppins-Light,sans-serif;font-size:.75rem}.font-regular-3{font-family:Poppins-Regular,sans-serif;font-size:.75rem}.font-medium-3{font-family:Poppins-Medium,sans-serif;font-size:.75rem}.font-semibold-3{font-family:Poppins-Semibold,sans-serif;font-size:.75rem}.font-bold-3{font-family:Poppins-Bold,sans-serif;font-size:.75rem}.font-thin-4{font-family:Poppins-Thin,sans-serif;font-size:.875rem}.font-light-4{font-family:Poppins-Light,sans-serif;font-size:.875rem}.font-regular-4{font-family:Poppins-Regular,sans-serif;font-size:.875rem}.font-medium-4{font-family:Poppins-Medium,sans-serif;font-size:.875rem}.font-semibold-4{font-family:Poppins-Semibold,sans-serif;font-size:.875rem}.font-bold-4{font-family:Poppins-Bold,sans-serif;font-size:.875rem}.font-thin-4_5{font-family:Poppins-Thin,sans-serif;font-size:.9375rem}.font-light-4_5{font-family:Poppins-Light,sans-serif;font-size:.9375rem}.font-regular-4_5{font-family:Poppins-Regular,sans-serif;font-size:.9375rem}.font-medium-4_5{font-family:Poppins-Medium,sans-serif;font-size:.9375rem}.font-semibold-4_5{font-family:Poppins-Semibold,sans-serif;font-size:.9375rem}.font-bold-4_5{font-family:Poppins-Bold,sans-serif;font-size:.9375rem}.font-thin-5{font-family:Poppins-Thin,sans-serif;font-size:1rem}.font-light-5{font-family:Poppins-Light,sans-serif;font-size:1rem}.font-regular-5{font-family:Poppins-Regular,sans-serif;font-size:1rem}.font-medium-5{font-family:Poppins-Medium,sans-serif;font-size:1rem}.font-semibold-5{font-family:Poppins-Semibold,sans-serif;font-size:1rem}.font-bold-5{font-family:Poppins-Bold,sans-serif;font-size:1rem}.font-thin-6{font-family:Poppins-Thin,sans-serif;font-size:1.125rem}.font-light-6{font-family:Poppins-Light,sans-serif;font-size:1.125rem}.font-regular-6{font-family:Poppins-Regular,sans-serif;font-size:1.125rem}.font-medium-6{font-family:Poppins-Medium,sans-serif;font-size:1.125rem}.font-semibold-6{font-family:Poppins-Semibold,sans-serif;font-size:1.125rem}.font-bold-6{font-family:Poppins-Bold,sans-serif;font-size:1.125rem}.font-thin-7{font-family:Poppins-Thin,sans-serif;font-size:1.25rem}.font-light-7{font-family:Poppins-Light,sans-serif;font-size:1.25rem}.font-regular-7{font-family:Poppins-Regular,sans-serif;font-size:1.25rem}.font-medium-7{font-family:Poppins-Medium,sans-serif;font-size:1.25rem}.font-semibold-7{font-family:Poppins-Semibold,sans-serif;font-size:1.25rem}.font-bold-7{font-family:Poppins-Bold,sans-serif;font-size:1.25rem}.font-thin-8{font-family:Poppins-Thin,sans-serif;font-size:1.375rem}.font-light-8{font-family:Poppins-Light,sans-serif;font-size:1.375rem}.font-regular-8{font-family:Poppins-Regular,sans-serif;font-size:1.375rem}.font-medium-8{font-family:Poppins-Medium,sans-serif;font-size:1.375rem}.font-semibold-8{font-family:Poppins-Semibold,sans-serif;font-size:1.375rem}.font-bold-8{font-family:Poppins-Bold,sans-serif;font-size:1.375rem}.font-thin-9{font-family:Poppins-Thin,sans-serif;font-size:1.5rem}.font-light-9{font-family:Poppins-Light,sans-serif;font-size:1.5rem}.font-regular-9{font-family:Poppins-Regular,sans-serif;font-size:1.5rem}.font-medium-9{font-family:Poppins-Medium,sans-serif;font-size:1.5rem}.font-semibold-9{font-family:Poppins-Semibold,sans-serif;font-size:1.5rem}.font-bold-9{font-family:Poppins-Bold,sans-serif;font-size:1.5rem}.font-thin-10{font-family:Poppins-Thin,sans-serif;font-size:1.625rem}.font-light-10{font-family:Poppins-Light,sans-serif;font-size:1.625rem}.font-regular-10{font-family:Poppins-Regular,sans-serif;font-size:1.625rem}.font-medium-10{font-family:Poppins-Medium,sans-serif;font-size:1.625rem}.font-semibold-10{font-family:Poppins-Semibold,sans-serif;font-size:1.625rem}.font-bold-10{font-family:Poppins-Bold,sans-serif;font-size:1.625rem}.font-thin-11{font-family:Poppins-Thin,sans-serif;font-size:2.25rem}.font-light-11{font-family:Poppins-Light,sans-serif;font-size:2.25rem}.font-regular-11{font-family:Poppins-Regular,sans-serif;font-size:2.25rem}.font-medium-11{font-family:Poppins-Medium,sans-serif;font-size:2.25rem}.font-semibold-11{font-family:Poppins-Semibold,sans-serif;font-size:2.25rem}.font-bold-11{font-family:Poppins-Bold,sans-serif;font-size:2.25rem}.font-thin-12{font-family:Poppins-Thin,sans-serif;font-size:3rem}.font-light-12{font-family:Poppins-Light,sans-serif;font-size:3rem}.font-regular-12{font-family:Poppins-Regular,sans-serif;font-size:3rem}.font-medium-12{font-family:Poppins-Medium,sans-serif;font-size:3rem}.font-semibold-12{font-family:Poppins-Semibold,sans-serif;font-size:3rem}.font-bold-12{font-family:Poppins-Bold,sans-serif;font-size:3rem}.bmb_item{align-items:center;display:flex;width:100%}.bmb_item-default{border-bottom:.0625rem solid var(--general_contrasts-50);flex-flow:row wrap;justify-content:space-between;padding:1rem}@media (min-width: 48rem){.bmb_item-default{flex-flow:row nowrap}}.bmb_item-wrapper{align-items:center;display:flex;gap:1rem;width:100%}@media (min-width: 48rem){.bmb_item-wrapper{width:auto}}.bmb_item-text{display:flex;flex-flow:column;gap:.125rem}.bmb_item-label,.bmb_item-icon,.bmb_item-support{color:var(--general_contrasts-100);text-align:left}.bmb_item-label{font-family:Poppins-Regular,sans-serif;font-size:1rem}.bmb_item-support{font-family:Poppins-Regular,sans-serif;font-size:.875rem}.bmb_item-support a{font-family:Poppins-Bold,sans-serif;font-size:.875rem;color:RGBA(var(--color-mariner-500),1);text-decoration:none}.bmb_item-support a:hover{text-decoration:underline}.bmb_item-value,.bmb_item-link{font-family:Poppins-Bold,sans-serif;font-size:.875rem;color:RGBA(var(--color-mariner-500),1)}.bmb_item-value-only-link,.bmb_item-link-only-link{padding-left:2.25rem}@media (min-width: 48rem){.bmb_item-value-only-link,.bmb_item-link-only-link{padding-left:0}}.bmb_item-link{overflow:hidden;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}.bmb_item-link:hover,.bmb_item-link:focus-visible{text-decoration:underline}.bmb_item-button{align-items:center;border-radius:.5rem;display:flex;gap:1rem;padding:1rem;width:100%}.bmb_item-button:hover,.bmb_item-button:focus-visible{background-color:RGBA(var(--color-mariner-700),1)}.bmb_item-button:hover .bmb_item-label,.bmb_item-button:hover .bmb_item-icon,.bmb_item-button:focus-visible .bmb_item-label,.bmb_item-button:focus-visible .bmb_item-icon{color:RGBA(var(--color-charade-50),1)}\n"], dependencies: [{ kind: "component", type: BmbIconComponent, selector: "bmb-icon", inputs: ["icon", "materialIcon", "styleIcon", "isFill", "fontWeight", "size", "alt", "dotNotification"] }, { kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
23
+ }
24
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BmbItemComponent, decorators: [{
25
+ type: Component,
26
+ args: [{ selector: 'bmb-item', standalone: true, imports: [BmbIconComponent, CommonModule], encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, template: "<section\n class=\"bmb_item\"\n [ngClass]=\"{\n 'bmb_item-default': !isButton()\n }\"\n>\n @if (isButton()) {\n <button\n (click)=\"handleClick($event)\"\n type=\"button\"\n size=\"large\"\n type=\"button\"\n appearance=\"transparent\"\n class=\"bmb_item-button\"\n >\n @if (icon()) {\n <bmb-icon\n [icon]=\"icon()\"\n [size]=\"iconSize()\"\n class=\"bmb_item-icon\"\n alt=\"Item icon\"\n />\n }\n <span class=\"bmb_item-label\">{{ label() }}</span>\n </button>\n } @else {\n <div class=\"bmb_item-wrapper\">\n @if (icon()) {\n <bmb-icon\n [icon]=\"icon()\"\n [size]=\"iconSize()\"\n class=\"bmb_item-icon\"\n alt=\"Item icon\"\n />\n }\n <div class=\"bmb_item-text\">\n <span class=\"bmb_item-label\">{{ label() }}</span>\n <span class=\"bmb_item-support\" [innerHTML]=\"supportText()\"></span>\n </div>\n </div>\n\n @if (valueLink()) {\n <a\n class=\"bmb_item-link\"\n [href]=\"valueLink()\"\n [target]=\"valueTarget() === '_blank' ? 'noopener noreferrer' : null\"\n [ngClass]=\"{ 'bmb_item-link-only-link': icon() }\"\n >\n {{ value() }}\n </a>\n } @else {\n <span\n class=\"bmb_item-value\"\n [ngClass]=\"{ 'bmb_item-link-only-link': icon() }\"\n >\n {{ value() }}\n </span>\n }\n }\n</section>\n", styles: ["@font-face{font-family:Poppins-Light;font-style:normal;font-weight:300;src:url(/assets/fonts/Poppins/Poppins-ExtraLight.ttf) format(\"truetype\")}@font-face{font-family:Poppins-Regular;font-style:normal;font-weight:400;src:url(/assets/fonts/Poppins/Poppins-Regular.ttf) format(\"truetype\")}@font-face{font-family:Poppins-Bold;font-style:normal;font-weight:700;src:url(/assets/fonts/Poppins/Poppins-Bold.ttf) format(\"truetype\")}:root,:host{--font-display: \"Poppins-Regular\", sans-serif}.font-thin-1{font-family:Poppins-Thin,sans-serif;font-size:.625rem}.font-light-1{font-family:Poppins-Light,sans-serif;font-size:.625rem}.font-regular-1{font-family:Poppins-Regular,sans-serif;font-size:.625rem}.font-medium-1{font-family:Poppins-Medium,sans-serif;font-size:.625rem}.font-semibold-1{font-family:Poppins-Semibold,sans-serif;font-size:.625rem}.font-bold-1{font-family:Poppins-Bold,sans-serif;font-size:.625rem}.font-thin-2{font-family:Poppins-Thin,sans-serif;font-size:.6875rem}.font-light-2{font-family:Poppins-Light,sans-serif;font-size:.6875rem}.font-regular-2{font-family:Poppins-Regular,sans-serif;font-size:.6875rem}.font-medium-2{font-family:Poppins-Medium,sans-serif;font-size:.6875rem}.font-semibold-2{font-family:Poppins-Semibold,sans-serif;font-size:.6875rem}.font-bold-2{font-family:Poppins-Bold,sans-serif;font-size:.6875rem}.font-thin-3{font-family:Poppins-Thin,sans-serif;font-size:.75rem}.font-light-3{font-family:Poppins-Light,sans-serif;font-size:.75rem}.font-regular-3{font-family:Poppins-Regular,sans-serif;font-size:.75rem}.font-medium-3{font-family:Poppins-Medium,sans-serif;font-size:.75rem}.font-semibold-3{font-family:Poppins-Semibold,sans-serif;font-size:.75rem}.font-bold-3{font-family:Poppins-Bold,sans-serif;font-size:.75rem}.font-thin-4{font-family:Poppins-Thin,sans-serif;font-size:.875rem}.font-light-4{font-family:Poppins-Light,sans-serif;font-size:.875rem}.font-regular-4{font-family:Poppins-Regular,sans-serif;font-size:.875rem}.font-medium-4{font-family:Poppins-Medium,sans-serif;font-size:.875rem}.font-semibold-4{font-family:Poppins-Semibold,sans-serif;font-size:.875rem}.font-bold-4{font-family:Poppins-Bold,sans-serif;font-size:.875rem}.font-thin-4_5{font-family:Poppins-Thin,sans-serif;font-size:.9375rem}.font-light-4_5{font-family:Poppins-Light,sans-serif;font-size:.9375rem}.font-regular-4_5{font-family:Poppins-Regular,sans-serif;font-size:.9375rem}.font-medium-4_5{font-family:Poppins-Medium,sans-serif;font-size:.9375rem}.font-semibold-4_5{font-family:Poppins-Semibold,sans-serif;font-size:.9375rem}.font-bold-4_5{font-family:Poppins-Bold,sans-serif;font-size:.9375rem}.font-thin-5{font-family:Poppins-Thin,sans-serif;font-size:1rem}.font-light-5{font-family:Poppins-Light,sans-serif;font-size:1rem}.font-regular-5{font-family:Poppins-Regular,sans-serif;font-size:1rem}.font-medium-5{font-family:Poppins-Medium,sans-serif;font-size:1rem}.font-semibold-5{font-family:Poppins-Semibold,sans-serif;font-size:1rem}.font-bold-5{font-family:Poppins-Bold,sans-serif;font-size:1rem}.font-thin-6{font-family:Poppins-Thin,sans-serif;font-size:1.125rem}.font-light-6{font-family:Poppins-Light,sans-serif;font-size:1.125rem}.font-regular-6{font-family:Poppins-Regular,sans-serif;font-size:1.125rem}.font-medium-6{font-family:Poppins-Medium,sans-serif;font-size:1.125rem}.font-semibold-6{font-family:Poppins-Semibold,sans-serif;font-size:1.125rem}.font-bold-6{font-family:Poppins-Bold,sans-serif;font-size:1.125rem}.font-thin-7{font-family:Poppins-Thin,sans-serif;font-size:1.25rem}.font-light-7{font-family:Poppins-Light,sans-serif;font-size:1.25rem}.font-regular-7{font-family:Poppins-Regular,sans-serif;font-size:1.25rem}.font-medium-7{font-family:Poppins-Medium,sans-serif;font-size:1.25rem}.font-semibold-7{font-family:Poppins-Semibold,sans-serif;font-size:1.25rem}.font-bold-7{font-family:Poppins-Bold,sans-serif;font-size:1.25rem}.font-thin-8{font-family:Poppins-Thin,sans-serif;font-size:1.375rem}.font-light-8{font-family:Poppins-Light,sans-serif;font-size:1.375rem}.font-regular-8{font-family:Poppins-Regular,sans-serif;font-size:1.375rem}.font-medium-8{font-family:Poppins-Medium,sans-serif;font-size:1.375rem}.font-semibold-8{font-family:Poppins-Semibold,sans-serif;font-size:1.375rem}.font-bold-8{font-family:Poppins-Bold,sans-serif;font-size:1.375rem}.font-thin-9{font-family:Poppins-Thin,sans-serif;font-size:1.5rem}.font-light-9{font-family:Poppins-Light,sans-serif;font-size:1.5rem}.font-regular-9{font-family:Poppins-Regular,sans-serif;font-size:1.5rem}.font-medium-9{font-family:Poppins-Medium,sans-serif;font-size:1.5rem}.font-semibold-9{font-family:Poppins-Semibold,sans-serif;font-size:1.5rem}.font-bold-9{font-family:Poppins-Bold,sans-serif;font-size:1.5rem}.font-thin-10{font-family:Poppins-Thin,sans-serif;font-size:1.625rem}.font-light-10{font-family:Poppins-Light,sans-serif;font-size:1.625rem}.font-regular-10{font-family:Poppins-Regular,sans-serif;font-size:1.625rem}.font-medium-10{font-family:Poppins-Medium,sans-serif;font-size:1.625rem}.font-semibold-10{font-family:Poppins-Semibold,sans-serif;font-size:1.625rem}.font-bold-10{font-family:Poppins-Bold,sans-serif;font-size:1.625rem}.font-thin-11{font-family:Poppins-Thin,sans-serif;font-size:2.25rem}.font-light-11{font-family:Poppins-Light,sans-serif;font-size:2.25rem}.font-regular-11{font-family:Poppins-Regular,sans-serif;font-size:2.25rem}.font-medium-11{font-family:Poppins-Medium,sans-serif;font-size:2.25rem}.font-semibold-11{font-family:Poppins-Semibold,sans-serif;font-size:2.25rem}.font-bold-11{font-family:Poppins-Bold,sans-serif;font-size:2.25rem}.font-thin-12{font-family:Poppins-Thin,sans-serif;font-size:3rem}.font-light-12{font-family:Poppins-Light,sans-serif;font-size:3rem}.font-regular-12{font-family:Poppins-Regular,sans-serif;font-size:3rem}.font-medium-12{font-family:Poppins-Medium,sans-serif;font-size:3rem}.font-semibold-12{font-family:Poppins-Semibold,sans-serif;font-size:3rem}.font-bold-12{font-family:Poppins-Bold,sans-serif;font-size:3rem}.bmb_item{align-items:center;display:flex;width:100%}.bmb_item-default{border-bottom:.0625rem solid var(--general_contrasts-50);flex-flow:row wrap;justify-content:space-between;padding:1rem}@media (min-width: 48rem){.bmb_item-default{flex-flow:row nowrap}}.bmb_item-wrapper{align-items:center;display:flex;gap:1rem;width:100%}@media (min-width: 48rem){.bmb_item-wrapper{width:auto}}.bmb_item-text{display:flex;flex-flow:column;gap:.125rem}.bmb_item-label,.bmb_item-icon,.bmb_item-support{color:var(--general_contrasts-100);text-align:left}.bmb_item-label{font-family:Poppins-Regular,sans-serif;font-size:1rem}.bmb_item-support{font-family:Poppins-Regular,sans-serif;font-size:.875rem}.bmb_item-support a{font-family:Poppins-Bold,sans-serif;font-size:.875rem;color:RGBA(var(--color-mariner-500),1);text-decoration:none}.bmb_item-support a:hover{text-decoration:underline}.bmb_item-value,.bmb_item-link{font-family:Poppins-Bold,sans-serif;font-size:.875rem;color:RGBA(var(--color-mariner-500),1)}.bmb_item-value-only-link,.bmb_item-link-only-link{padding-left:2.25rem}@media (min-width: 48rem){.bmb_item-value-only-link,.bmb_item-link-only-link{padding-left:0}}.bmb_item-link{overflow:hidden;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}.bmb_item-link:hover,.bmb_item-link:focus-visible{text-decoration:underline}.bmb_item-button{align-items:center;border-radius:.5rem;display:flex;gap:1rem;padding:1rem;width:100%}.bmb_item-button:hover,.bmb_item-button:focus-visible{background-color:RGBA(var(--color-mariner-700),1)}.bmb_item-button:hover .bmb_item-label,.bmb_item-button:hover .bmb_item-icon,.bmb_item-button:focus-visible .bmb_item-label,.bmb_item-button:focus-visible .bmb_item-icon{color:RGBA(var(--color-charade-50),1)}\n"] }]
27
+ }] });
28
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYm1iLWl0ZW0uY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvZHMtbmcvc3JjL2xpYi9jb21wb25lbnRzL2JtYi1pdGVtL2JtYi1pdGVtLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2RzLW5nL3NyYy9saWIvY29tcG9uZW50cy9ibWItaXRlbS9ibWItaXRlbS5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQ0wsdUJBQXVCLEVBQ3ZCLFNBQVMsRUFDVCxLQUFLLEVBQ0wsTUFBTSxFQUNOLGlCQUFpQixHQUNsQixNQUFNLGVBQWUsQ0FBQztBQUN2QixPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSxnQ0FBZ0MsQ0FBQztBQUVsRSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7OztBQVcvQyxNQUFNLE9BQU8sZ0JBQWdCO0lBVDdCO1FBVUUsU0FBSSxHQUFHLEtBQUssQ0FBUyxFQUFFLENBQUMsQ0FBQztRQUN6QixhQUFRLEdBQUcsS0FBSyxDQUFTLEVBQUUsQ0FBQyxDQUFDO1FBQzdCLFVBQUssR0FBRyxLQUFLLENBQVMsRUFBRSxDQUFDLENBQUM7UUFDMUIsVUFBSyxHQUFHLEtBQUssQ0FBUyxFQUFFLENBQUMsQ0FBQztRQUMxQixjQUFTLEdBQUcsS0FBSyxDQUFTLEVBQUUsQ0FBQyxDQUFDO1FBQzlCLGdCQUFXLEdBQUcsS0FBSyxDQUFpQixRQUFRLENBQUMsQ0FBQztRQUM5QyxnQkFBVyxHQUFHLEtBQUssQ0FBUyxFQUFFLENBQUMsQ0FBQztRQUNoQyxhQUFRLEdBQUcsS0FBSyxDQUFVLEtBQUssQ0FBQyxDQUFDO1FBRWpDLFdBQU0sR0FBRyxNQUFNLEVBQWMsQ0FBQztLQUsvQjtJQUhDLFdBQVcsQ0FBQyxLQUFpQjtRQUMzQixJQUFJLENBQUMsTUFBTSxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQztJQUMxQixDQUFDOytHQWRVLGdCQUFnQjttR0FBaEIsZ0JBQWdCLDhtQ0NwQjdCLDQ5Q0E0REEsK21QRDlDWSxnQkFBZ0IsNkpBQUUsWUFBWTs7NEZBTTdCLGdCQUFnQjtrQkFUNUIsU0FBUzsrQkFDRSxVQUFVLGNBQ1IsSUFBSSxXQUNQLENBQUMsZ0JBQWdCLEVBQUUsWUFBWSxDQUFDLGlCQUcxQixpQkFBaUIsQ0FBQyxJQUFJLG1CQUNwQix1QkFBdUIsQ0FBQyxNQUFNIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcbiAgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksXG4gIENvbXBvbmVudCxcbiAgaW5wdXQsXG4gIG91dHB1dCxcbiAgVmlld0VuY2Fwc3VsYXRpb24sXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQm1iSWNvbkNvbXBvbmVudCB9IGZyb20gJy4uL2JtYi1pY29uL2JtYi1pY29uLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBJQm1iVGFyZ2V0TGluayB9IGZyb20gJy4uLy4uL3R5cGVzJztcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2JtYi1pdGVtJyxcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgaW1wb3J0czogW0JtYkljb25Db21wb25lbnQsIENvbW1vbk1vZHVsZV0sXG4gIHRlbXBsYXRlVXJsOiAnLi9ibWItaXRlbS5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsOiAnLi9ibWItaXRlbS5jb21wb25lbnQuc2NzcycsXG4gIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmUsXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxufSlcbmV4cG9ydCBjbGFzcyBCbWJJdGVtQ29tcG9uZW50IHtcbiAgaWNvbiA9IGlucHV0PHN0cmluZz4oJycpO1xuICBpY29uU2l6ZSA9IGlucHV0PG51bWJlcj4oMjApO1xuICBsYWJlbCA9IGlucHV0PHN0cmluZz4oJycpO1xuICB2YWx1ZSA9IGlucHV0PHN0cmluZz4oJycpO1xuICB2YWx1ZUxpbmsgPSBpbnB1dDxzdHJpbmc+KCcnKTtcbiAgdmFsdWVUYXJnZXQgPSBpbnB1dDxJQm1iVGFyZ2V0TGluaz4oJ19ibGFuaycpO1xuICBzdXBwb3J0VGV4dCA9IGlucHV0PHN0cmluZz4oJycpO1xuICBpc0J1dHRvbiA9IGlucHV0PGJvb2xlYW4+KGZhbHNlKTtcblxuICBhY3Rpb24gPSBvdXRwdXQ8TW91c2VFdmVudD4oKTtcblxuICBoYW5kbGVDbGljayhldmVudDogTW91c2VFdmVudCk6IHZvaWQge1xuICAgIHRoaXMuYWN0aW9uLmVtaXQoZXZlbnQpO1xuICB9XG59XG4iLCI8c2VjdGlvblxuICBjbGFzcz1cImJtYl9pdGVtXCJcbiAgW25nQ2xhc3NdPVwie1xuICAgICdibWJfaXRlbS1kZWZhdWx0JzogIWlzQnV0dG9uKClcbiAgfVwiXG4+XG4gIEBpZiAoaXNCdXR0b24oKSkge1xuICAgIDxidXR0b25cbiAgICAgIChjbGljayk9XCJoYW5kbGVDbGljaygkZXZlbnQpXCJcbiAgICAgIHR5cGU9XCJidXR0b25cIlxuICAgICAgc2l6ZT1cImxhcmdlXCJcbiAgICAgIHR5cGU9XCJidXR0b25cIlxuICAgICAgYXBwZWFyYW5jZT1cInRyYW5zcGFyZW50XCJcbiAgICAgIGNsYXNzPVwiYm1iX2l0ZW0tYnV0dG9uXCJcbiAgICA+XG4gICAgICBAaWYgKGljb24oKSkge1xuICAgICAgICA8Ym1iLWljb25cbiAgICAgICAgICBbaWNvbl09XCJpY29uKClcIlxuICAgICAgICAgIFtzaXplXT1cImljb25TaXplKClcIlxuICAgICAgICAgIGNsYXNzPVwiYm1iX2l0ZW0taWNvblwiXG4gICAgICAgICAgYWx0PVwiSXRlbSBpY29uXCJcbiAgICAgICAgLz5cbiAgICAgIH1cbiAgICAgIDxzcGFuIGNsYXNzPVwiYm1iX2l0ZW0tbGFiZWxcIj57eyBsYWJlbCgpIH19PC9zcGFuPlxuICAgIDwvYnV0dG9uPlxuICB9IEBlbHNlIHtcbiAgICA8ZGl2IGNsYXNzPVwiYm1iX2l0ZW0td3JhcHBlclwiPlxuICAgICAgQGlmIChpY29uKCkpIHtcbiAgICAgICAgPGJtYi1pY29uXG4gICAgICAgICAgW2ljb25dPVwiaWNvbigpXCJcbiAgICAgICAgICBbc2l6ZV09XCJpY29uU2l6ZSgpXCJcbiAgICAgICAgICBjbGFzcz1cImJtYl9pdGVtLWljb25cIlxuICAgICAgICAgIGFsdD1cIkl0ZW0gaWNvblwiXG4gICAgICAgIC8+XG4gICAgICB9XG4gICAgICA8ZGl2IGNsYXNzPVwiYm1iX2l0ZW0tdGV4dFwiPlxuICAgICAgICA8c3BhbiBjbGFzcz1cImJtYl9pdGVtLWxhYmVsXCI+e3sgbGFiZWwoKSB9fTwvc3Bhbj5cbiAgICAgICAgPHNwYW4gY2xhc3M9XCJibWJfaXRlbS1zdXBwb3J0XCIgW2lubmVySFRNTF09XCJzdXBwb3J0VGV4dCgpXCI+PC9zcGFuPlxuICAgICAgPC9kaXY+XG4gICAgPC9kaXY+XG5cbiAgICBAaWYgKHZhbHVlTGluaygpKSB7XG4gICAgICA8YVxuICAgICAgICBjbGFzcz1cImJtYl9pdGVtLWxpbmtcIlxuICAgICAgICBbaHJlZl09XCJ2YWx1ZUxpbmsoKVwiXG4gICAgICAgIFt0YXJnZXRdPVwidmFsdWVUYXJnZXQoKSA9PT0gJ19ibGFuaycgPyAnbm9vcGVuZXIgbm9yZWZlcnJlcicgOiBudWxsXCJcbiAgICAgICAgW25nQ2xhc3NdPVwieyAnYm1iX2l0ZW0tbGluay1vbmx5LWxpbmsnOiBpY29uKCkgfVwiXG4gICAgICA+XG4gICAgICAgIHt7IHZhbHVlKCkgfX1cbiAgICAgIDwvYT5cbiAgICB9IEBlbHNlIHtcbiAgICAgIDxzcGFuXG4gICAgICAgIGNsYXNzPVwiYm1iX2l0ZW0tdmFsdWVcIlxuICAgICAgICBbbmdDbGFzc109XCJ7ICdibWJfaXRlbS1saW5rLW9ubHktbGluayc6IGljb24oKSB9XCJcbiAgICAgID5cbiAgICAgICAge3sgdmFsdWUoKSB9fVxuICAgICAgPC9zcGFuPlxuICAgIH1cbiAgfVxuPC9zZWN0aW9uPlxuIl19
@@ -0,0 +1,23 @@
1
+ import { ChangeDetectionStrategy, Component, Input, ViewEncapsulation, } from '@angular/core';
2
+ import { CommonModule } from '@angular/common';
3
+ import * as i0 from "@angular/core";
4
+ export class BmbLegendComponent {
5
+ constructor() {
6
+ this.label = '';
7
+ this.value = '';
8
+ this.indicatorAppearance = 'normal';
9
+ }
10
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BmbLegendComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
11
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: BmbLegendComponent, isStandalone: true, selector: "bmb-legend", inputs: { label: "label", value: "value", indicatorAppearance: "indicatorAppearance" }, ngImport: i0, template: "<div class=\"bmb_legend\">\n <span class=\"bmb_legend-indicator\">\n <span\n [class]=\"'bmb_legend-bullet bmb_legend-bullet-' + indicatorAppearance\"\n ></span>\n </span>\n <h3 class=\"bmb_legend-label\">{{ label }}</h3>\n <span class=\"bmb_legend-value\">{{ value }}</span>\n</div>\n", styles: ["@font-face{font-family:Poppins-Light;font-style:normal;font-weight:300;src:url(/assets/fonts/Poppins/Poppins-ExtraLight.ttf) format(\"truetype\")}@font-face{font-family:Poppins-Regular;font-style:normal;font-weight:400;src:url(/assets/fonts/Poppins/Poppins-Regular.ttf) format(\"truetype\")}@font-face{font-family:Poppins-Bold;font-style:normal;font-weight:700;src:url(/assets/fonts/Poppins/Poppins-Bold.ttf) format(\"truetype\")}:root,:host{--font-display: \"Poppins-Regular\", sans-serif}.font-thin-1{font-family:Poppins-Thin,sans-serif;font-size:.625rem}.font-light-1{font-family:Poppins-Light,sans-serif;font-size:.625rem}.font-regular-1{font-family:Poppins-Regular,sans-serif;font-size:.625rem}.font-medium-1{font-family:Poppins-Medium,sans-serif;font-size:.625rem}.font-semibold-1{font-family:Poppins-Semibold,sans-serif;font-size:.625rem}.font-bold-1{font-family:Poppins-Bold,sans-serif;font-size:.625rem}.font-thin-2{font-family:Poppins-Thin,sans-serif;font-size:.6875rem}.font-light-2{font-family:Poppins-Light,sans-serif;font-size:.6875rem}.font-regular-2{font-family:Poppins-Regular,sans-serif;font-size:.6875rem}.font-medium-2{font-family:Poppins-Medium,sans-serif;font-size:.6875rem}.font-semibold-2{font-family:Poppins-Semibold,sans-serif;font-size:.6875rem}.font-bold-2{font-family:Poppins-Bold,sans-serif;font-size:.6875rem}.font-thin-3{font-family:Poppins-Thin,sans-serif;font-size:.75rem}.font-light-3{font-family:Poppins-Light,sans-serif;font-size:.75rem}.font-regular-3{font-family:Poppins-Regular,sans-serif;font-size:.75rem}.font-medium-3{font-family:Poppins-Medium,sans-serif;font-size:.75rem}.font-semibold-3{font-family:Poppins-Semibold,sans-serif;font-size:.75rem}.font-bold-3{font-family:Poppins-Bold,sans-serif;font-size:.75rem}.font-thin-4{font-family:Poppins-Thin,sans-serif;font-size:.875rem}.font-light-4{font-family:Poppins-Light,sans-serif;font-size:.875rem}.font-regular-4{font-family:Poppins-Regular,sans-serif;font-size:.875rem}.font-medium-4{font-family:Poppins-Medium,sans-serif;font-size:.875rem}.font-semibold-4{font-family:Poppins-Semibold,sans-serif;font-size:.875rem}.font-bold-4{font-family:Poppins-Bold,sans-serif;font-size:.875rem}.font-thin-4_5{font-family:Poppins-Thin,sans-serif;font-size:.9375rem}.font-light-4_5{font-family:Poppins-Light,sans-serif;font-size:.9375rem}.font-regular-4_5{font-family:Poppins-Regular,sans-serif;font-size:.9375rem}.font-medium-4_5{font-family:Poppins-Medium,sans-serif;font-size:.9375rem}.font-semibold-4_5{font-family:Poppins-Semibold,sans-serif;font-size:.9375rem}.font-bold-4_5{font-family:Poppins-Bold,sans-serif;font-size:.9375rem}.font-thin-5{font-family:Poppins-Thin,sans-serif;font-size:1rem}.font-light-5{font-family:Poppins-Light,sans-serif;font-size:1rem}.font-regular-5{font-family:Poppins-Regular,sans-serif;font-size:1rem}.font-medium-5{font-family:Poppins-Medium,sans-serif;font-size:1rem}.font-semibold-5{font-family:Poppins-Semibold,sans-serif;font-size:1rem}.font-bold-5{font-family:Poppins-Bold,sans-serif;font-size:1rem}.font-thin-6{font-family:Poppins-Thin,sans-serif;font-size:1.125rem}.font-light-6{font-family:Poppins-Light,sans-serif;font-size:1.125rem}.font-regular-6{font-family:Poppins-Regular,sans-serif;font-size:1.125rem}.font-medium-6{font-family:Poppins-Medium,sans-serif;font-size:1.125rem}.font-semibold-6{font-family:Poppins-Semibold,sans-serif;font-size:1.125rem}.font-bold-6{font-family:Poppins-Bold,sans-serif;font-size:1.125rem}.font-thin-7{font-family:Poppins-Thin,sans-serif;font-size:1.25rem}.font-light-7{font-family:Poppins-Light,sans-serif;font-size:1.25rem}.font-regular-7{font-family:Poppins-Regular,sans-serif;font-size:1.25rem}.font-medium-7{font-family:Poppins-Medium,sans-serif;font-size:1.25rem}.font-semibold-7{font-family:Poppins-Semibold,sans-serif;font-size:1.25rem}.font-bold-7{font-family:Poppins-Bold,sans-serif;font-size:1.25rem}.font-thin-8{font-family:Poppins-Thin,sans-serif;font-size:1.375rem}.font-light-8{font-family:Poppins-Light,sans-serif;font-size:1.375rem}.font-regular-8{font-family:Poppins-Regular,sans-serif;font-size:1.375rem}.font-medium-8{font-family:Poppins-Medium,sans-serif;font-size:1.375rem}.font-semibold-8{font-family:Poppins-Semibold,sans-serif;font-size:1.375rem}.font-bold-8{font-family:Poppins-Bold,sans-serif;font-size:1.375rem}.font-thin-9{font-family:Poppins-Thin,sans-serif;font-size:1.5rem}.font-light-9{font-family:Poppins-Light,sans-serif;font-size:1.5rem}.font-regular-9{font-family:Poppins-Regular,sans-serif;font-size:1.5rem}.font-medium-9{font-family:Poppins-Medium,sans-serif;font-size:1.5rem}.font-semibold-9{font-family:Poppins-Semibold,sans-serif;font-size:1.5rem}.font-bold-9{font-family:Poppins-Bold,sans-serif;font-size:1.5rem}.font-thin-10{font-family:Poppins-Thin,sans-serif;font-size:1.625rem}.font-light-10{font-family:Poppins-Light,sans-serif;font-size:1.625rem}.font-regular-10{font-family:Poppins-Regular,sans-serif;font-size:1.625rem}.font-medium-10{font-family:Poppins-Medium,sans-serif;font-size:1.625rem}.font-semibold-10{font-family:Poppins-Semibold,sans-serif;font-size:1.625rem}.font-bold-10{font-family:Poppins-Bold,sans-serif;font-size:1.625rem}.font-thin-11{font-family:Poppins-Thin,sans-serif;font-size:2.25rem}.font-light-11{font-family:Poppins-Light,sans-serif;font-size:2.25rem}.font-regular-11{font-family:Poppins-Regular,sans-serif;font-size:2.25rem}.font-medium-11{font-family:Poppins-Medium,sans-serif;font-size:2.25rem}.font-semibold-11{font-family:Poppins-Semibold,sans-serif;font-size:2.25rem}.font-bold-11{font-family:Poppins-Bold,sans-serif;font-size:2.25rem}.font-thin-12{font-family:Poppins-Thin,sans-serif;font-size:3rem}.font-light-12{font-family:Poppins-Light,sans-serif;font-size:3rem}.font-regular-12{font-family:Poppins-Regular,sans-serif;font-size:3rem}.font-medium-12{font-family:Poppins-Medium,sans-serif;font-size:3rem}.font-semibold-12{font-family:Poppins-Semibold,sans-serif;font-size:3rem}.font-bold-12{font-family:Poppins-Bold,sans-serif;font-size:3rem}.bmb_legend{display:grid;gap:.5rem;grid-template-areas:\"indicator label\" \"indicator value\";grid-template-columns:.5rem 1fr;grid-template-rows:1fr 1fr}.bmb_legend-bullet{border-radius:50%;display:inline-block;height:.5rem;vertical-align:middle;width:.5rem}.bmb_legend-bullet-normal{background-color:var(--general_contrasts-100)}.bmb_legend-bullet-strong{background-color:RGBA(var(--color-mariner-700))}.bmb_legend-bullet-success{background-color:RGBA(var(--color-green-light))}.bmb_legend-bullet-info{background-color:RGBA(var(--color-purple-primary))}.bmb_legend-bullet-warning{background-color:RGBA(var(--color-yellow-tint))}.bmb_legend-bullet-error{background-color:RGBA(var(--color-red-light))}.bmb_legend-bullet-brand{background-color:RGBA(var(--color-neon-primary))}.bmb_legend-indicator{grid-area:indicator}.bmb_legend-label{grid-area:label;font-family:Poppins-Regular,sans-serif;font-size:.75rem;color:RGBA(var(--color-charade-950))}.bmb_legend-value{grid-area:value;font-family:Poppins-Regular,sans-serif;font-size:.75rem;color:RGBA(var(--color-charade-950))}[data-theme=dark] .bmb_legend-label,[data-theme=dark] .bmb_legend-value,.storybook-dark-theme .bmb_legend-label,.storybook-dark-theme .bmb_legend-value{color:RGBA(var(--color-charade-50))}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
12
+ }
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BmbLegendComponent, decorators: [{
14
+ type: Component,
15
+ args: [{ selector: 'bmb-legend', standalone: true, imports: [CommonModule], encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, template: "<div class=\"bmb_legend\">\n <span class=\"bmb_legend-indicator\">\n <span\n [class]=\"'bmb_legend-bullet bmb_legend-bullet-' + indicatorAppearance\"\n ></span>\n </span>\n <h3 class=\"bmb_legend-label\">{{ label }}</h3>\n <span class=\"bmb_legend-value\">{{ value }}</span>\n</div>\n", styles: ["@font-face{font-family:Poppins-Light;font-style:normal;font-weight:300;src:url(/assets/fonts/Poppins/Poppins-ExtraLight.ttf) format(\"truetype\")}@font-face{font-family:Poppins-Regular;font-style:normal;font-weight:400;src:url(/assets/fonts/Poppins/Poppins-Regular.ttf) format(\"truetype\")}@font-face{font-family:Poppins-Bold;font-style:normal;font-weight:700;src:url(/assets/fonts/Poppins/Poppins-Bold.ttf) format(\"truetype\")}:root,:host{--font-display: \"Poppins-Regular\", sans-serif}.font-thin-1{font-family:Poppins-Thin,sans-serif;font-size:.625rem}.font-light-1{font-family:Poppins-Light,sans-serif;font-size:.625rem}.font-regular-1{font-family:Poppins-Regular,sans-serif;font-size:.625rem}.font-medium-1{font-family:Poppins-Medium,sans-serif;font-size:.625rem}.font-semibold-1{font-family:Poppins-Semibold,sans-serif;font-size:.625rem}.font-bold-1{font-family:Poppins-Bold,sans-serif;font-size:.625rem}.font-thin-2{font-family:Poppins-Thin,sans-serif;font-size:.6875rem}.font-light-2{font-family:Poppins-Light,sans-serif;font-size:.6875rem}.font-regular-2{font-family:Poppins-Regular,sans-serif;font-size:.6875rem}.font-medium-2{font-family:Poppins-Medium,sans-serif;font-size:.6875rem}.font-semibold-2{font-family:Poppins-Semibold,sans-serif;font-size:.6875rem}.font-bold-2{font-family:Poppins-Bold,sans-serif;font-size:.6875rem}.font-thin-3{font-family:Poppins-Thin,sans-serif;font-size:.75rem}.font-light-3{font-family:Poppins-Light,sans-serif;font-size:.75rem}.font-regular-3{font-family:Poppins-Regular,sans-serif;font-size:.75rem}.font-medium-3{font-family:Poppins-Medium,sans-serif;font-size:.75rem}.font-semibold-3{font-family:Poppins-Semibold,sans-serif;font-size:.75rem}.font-bold-3{font-family:Poppins-Bold,sans-serif;font-size:.75rem}.font-thin-4{font-family:Poppins-Thin,sans-serif;font-size:.875rem}.font-light-4{font-family:Poppins-Light,sans-serif;font-size:.875rem}.font-regular-4{font-family:Poppins-Regular,sans-serif;font-size:.875rem}.font-medium-4{font-family:Poppins-Medium,sans-serif;font-size:.875rem}.font-semibold-4{font-family:Poppins-Semibold,sans-serif;font-size:.875rem}.font-bold-4{font-family:Poppins-Bold,sans-serif;font-size:.875rem}.font-thin-4_5{font-family:Poppins-Thin,sans-serif;font-size:.9375rem}.font-light-4_5{font-family:Poppins-Light,sans-serif;font-size:.9375rem}.font-regular-4_5{font-family:Poppins-Regular,sans-serif;font-size:.9375rem}.font-medium-4_5{font-family:Poppins-Medium,sans-serif;font-size:.9375rem}.font-semibold-4_5{font-family:Poppins-Semibold,sans-serif;font-size:.9375rem}.font-bold-4_5{font-family:Poppins-Bold,sans-serif;font-size:.9375rem}.font-thin-5{font-family:Poppins-Thin,sans-serif;font-size:1rem}.font-light-5{font-family:Poppins-Light,sans-serif;font-size:1rem}.font-regular-5{font-family:Poppins-Regular,sans-serif;font-size:1rem}.font-medium-5{font-family:Poppins-Medium,sans-serif;font-size:1rem}.font-semibold-5{font-family:Poppins-Semibold,sans-serif;font-size:1rem}.font-bold-5{font-family:Poppins-Bold,sans-serif;font-size:1rem}.font-thin-6{font-family:Poppins-Thin,sans-serif;font-size:1.125rem}.font-light-6{font-family:Poppins-Light,sans-serif;font-size:1.125rem}.font-regular-6{font-family:Poppins-Regular,sans-serif;font-size:1.125rem}.font-medium-6{font-family:Poppins-Medium,sans-serif;font-size:1.125rem}.font-semibold-6{font-family:Poppins-Semibold,sans-serif;font-size:1.125rem}.font-bold-6{font-family:Poppins-Bold,sans-serif;font-size:1.125rem}.font-thin-7{font-family:Poppins-Thin,sans-serif;font-size:1.25rem}.font-light-7{font-family:Poppins-Light,sans-serif;font-size:1.25rem}.font-regular-7{font-family:Poppins-Regular,sans-serif;font-size:1.25rem}.font-medium-7{font-family:Poppins-Medium,sans-serif;font-size:1.25rem}.font-semibold-7{font-family:Poppins-Semibold,sans-serif;font-size:1.25rem}.font-bold-7{font-family:Poppins-Bold,sans-serif;font-size:1.25rem}.font-thin-8{font-family:Poppins-Thin,sans-serif;font-size:1.375rem}.font-light-8{font-family:Poppins-Light,sans-serif;font-size:1.375rem}.font-regular-8{font-family:Poppins-Regular,sans-serif;font-size:1.375rem}.font-medium-8{font-family:Poppins-Medium,sans-serif;font-size:1.375rem}.font-semibold-8{font-family:Poppins-Semibold,sans-serif;font-size:1.375rem}.font-bold-8{font-family:Poppins-Bold,sans-serif;font-size:1.375rem}.font-thin-9{font-family:Poppins-Thin,sans-serif;font-size:1.5rem}.font-light-9{font-family:Poppins-Light,sans-serif;font-size:1.5rem}.font-regular-9{font-family:Poppins-Regular,sans-serif;font-size:1.5rem}.font-medium-9{font-family:Poppins-Medium,sans-serif;font-size:1.5rem}.font-semibold-9{font-family:Poppins-Semibold,sans-serif;font-size:1.5rem}.font-bold-9{font-family:Poppins-Bold,sans-serif;font-size:1.5rem}.font-thin-10{font-family:Poppins-Thin,sans-serif;font-size:1.625rem}.font-light-10{font-family:Poppins-Light,sans-serif;font-size:1.625rem}.font-regular-10{font-family:Poppins-Regular,sans-serif;font-size:1.625rem}.font-medium-10{font-family:Poppins-Medium,sans-serif;font-size:1.625rem}.font-semibold-10{font-family:Poppins-Semibold,sans-serif;font-size:1.625rem}.font-bold-10{font-family:Poppins-Bold,sans-serif;font-size:1.625rem}.font-thin-11{font-family:Poppins-Thin,sans-serif;font-size:2.25rem}.font-light-11{font-family:Poppins-Light,sans-serif;font-size:2.25rem}.font-regular-11{font-family:Poppins-Regular,sans-serif;font-size:2.25rem}.font-medium-11{font-family:Poppins-Medium,sans-serif;font-size:2.25rem}.font-semibold-11{font-family:Poppins-Semibold,sans-serif;font-size:2.25rem}.font-bold-11{font-family:Poppins-Bold,sans-serif;font-size:2.25rem}.font-thin-12{font-family:Poppins-Thin,sans-serif;font-size:3rem}.font-light-12{font-family:Poppins-Light,sans-serif;font-size:3rem}.font-regular-12{font-family:Poppins-Regular,sans-serif;font-size:3rem}.font-medium-12{font-family:Poppins-Medium,sans-serif;font-size:3rem}.font-semibold-12{font-family:Poppins-Semibold,sans-serif;font-size:3rem}.font-bold-12{font-family:Poppins-Bold,sans-serif;font-size:3rem}.bmb_legend{display:grid;gap:.5rem;grid-template-areas:\"indicator label\" \"indicator value\";grid-template-columns:.5rem 1fr;grid-template-rows:1fr 1fr}.bmb_legend-bullet{border-radius:50%;display:inline-block;height:.5rem;vertical-align:middle;width:.5rem}.bmb_legend-bullet-normal{background-color:var(--general_contrasts-100)}.bmb_legend-bullet-strong{background-color:RGBA(var(--color-mariner-700))}.bmb_legend-bullet-success{background-color:RGBA(var(--color-green-light))}.bmb_legend-bullet-info{background-color:RGBA(var(--color-purple-primary))}.bmb_legend-bullet-warning{background-color:RGBA(var(--color-yellow-tint))}.bmb_legend-bullet-error{background-color:RGBA(var(--color-red-light))}.bmb_legend-bullet-brand{background-color:RGBA(var(--color-neon-primary))}.bmb_legend-indicator{grid-area:indicator}.bmb_legend-label{grid-area:label;font-family:Poppins-Regular,sans-serif;font-size:.75rem;color:RGBA(var(--color-charade-950))}.bmb_legend-value{grid-area:value;font-family:Poppins-Regular,sans-serif;font-size:.75rem;color:RGBA(var(--color-charade-950))}[data-theme=dark] .bmb_legend-label,[data-theme=dark] .bmb_legend-value,.storybook-dark-theme .bmb_legend-label,.storybook-dark-theme .bmb_legend-value{color:RGBA(var(--color-charade-50))}\n"] }]
16
+ }], propDecorators: { label: [{
17
+ type: Input
18
+ }], value: [{
19
+ type: Input
20
+ }], indicatorAppearance: [{
21
+ type: Input
22
+ }] } });
23
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYm1iLWxlZ2VuZC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9kcy1uZy9zcmMvbGliL2NvbXBvbmVudHMvYm1iLWxlZ2VuZC9ibWItbGVnZW5kLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2RzLW5nL3NyYy9saWIvY29tcG9uZW50cy9ibWItbGVnZW5kL2JtYi1sZWdlbmQuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUNMLHVCQUF1QixFQUN2QixTQUFTLEVBQ1QsS0FBSyxFQUNMLGlCQUFpQixHQUNsQixNQUFNLGVBQWUsQ0FBQztBQUN2QixPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7O0FBb0IvQyxNQUFNLE9BQU8sa0JBQWtCO0lBVC9CO1FBVVcsVUFBSyxHQUFXLEVBQUUsQ0FBQztRQUNuQixVQUFLLEdBQVcsRUFBRSxDQUFDO1FBQ25CLHdCQUFtQixHQUF5QixRQUFRLENBQUM7S0FDL0Q7K0dBSlksa0JBQWtCO21HQUFsQixrQkFBa0IsOEpDMUIvQiw2U0FTQSwwb09EV1ksWUFBWTs7NEZBTVgsa0JBQWtCO2tCQVQ5QixTQUFTOytCQUNFLFlBQVksY0FDVixJQUFJLFdBQ1AsQ0FBQyxZQUFZLENBQUMsaUJBR1IsaUJBQWlCLENBQUMsSUFBSSxtQkFDcEIsdUJBQXVCLENBQUMsTUFBTTs4QkFHdEMsS0FBSztzQkFBYixLQUFLO2dCQUNHLEtBQUs7c0JBQWIsS0FBSztnQkFDRyxtQkFBbUI7c0JBQTNCLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSxcbiAgQ29tcG9uZW50LFxuICBJbnB1dCxcbiAgVmlld0VuY2Fwc3VsYXRpb24sXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcblxuZXhwb3J0IHR5cGUgSUJtYkxlZ2VuZFZhcmlhdGlvbnMgPVxuICB8ICdub3JtYWwnXG4gIHwgJ3N0cm9uZydcbiAgfCAnc3VjY2VzcydcbiAgfCAnaW5mbydcbiAgfCAnd2FybmluZydcbiAgfCAnZXJyb3InXG4gIHwgJ2JyYW5kJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnYm1iLWxlZ2VuZCcsXG4gIHN0YW5kYWxvbmU6IHRydWUsXG4gIGltcG9ydHM6IFtDb21tb25Nb2R1bGVdLFxuICB0ZW1wbGF0ZVVybDogJy4vYm1iLWxlZ2VuZC5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsOiAnLi9ibWItbGVnZW5kLmNvbXBvbmVudC5zY3NzJyxcbiAgZW5jYXBzdWxhdGlvbjogVmlld0VuY2Fwc3VsYXRpb24uTm9uZSxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG59KVxuZXhwb3J0IGNsYXNzIEJtYkxlZ2VuZENvbXBvbmVudCB7XG4gIEBJbnB1dCgpIGxhYmVsOiBzdHJpbmcgPSAnJztcbiAgQElucHV0KCkgdmFsdWU6IHN0cmluZyA9ICcnO1xuICBASW5wdXQoKSBpbmRpY2F0b3JBcHBlYXJhbmNlOiBJQm1iTGVnZW5kVmFyaWF0aW9ucyA9ICdub3JtYWwnO1xufVxuIiwiPGRpdiBjbGFzcz1cImJtYl9sZWdlbmRcIj5cbiAgPHNwYW4gY2xhc3M9XCJibWJfbGVnZW5kLWluZGljYXRvclwiPlxuICAgIDxzcGFuXG4gICAgICBbY2xhc3NdPVwiJ2JtYl9sZWdlbmQtYnVsbGV0IGJtYl9sZWdlbmQtYnVsbGV0LScgKyBpbmRpY2F0b3JBcHBlYXJhbmNlXCJcbiAgICA+PC9zcGFuPlxuICA8L3NwYW4+XG4gIDxoMyBjbGFzcz1cImJtYl9sZWdlbmQtbGFiZWxcIj57eyBsYWJlbCB9fTwvaDM+XG4gIDxzcGFuIGNsYXNzPVwiYm1iX2xlZ2VuZC12YWx1ZVwiPnt7IHZhbHVlIH19PC9zcGFuPlxuPC9kaXY+XG4iXX0=
@@ -0,0 +1,83 @@
1
+ import { CommonModule } from '@angular/common';
2
+ import { ChangeDetectionStrategy, Component, input, ViewEncapsulation, } from '@angular/core';
3
+ import { BmbRadialComponent } from '../../bmb-radial/bmb-radial.component';
4
+ import { BmbCheckboxComponent } from '../../bmb-checkbox/bmb-checkbox.component';
5
+ import { BmbIconComponent } from '../../bmb-icon/bmb-icon.component';
6
+ import { BmbTooltipComponent } from '../../bmb-tooltip/bmb-tooltip.component';
7
+ import { BmbBadgeComponent } from '../../bmb-badge/bmb-badge.component';
8
+ import { BmbImageComponent } from '../../bmb-image/bmb-image.component';
9
+ import * as i0 from "@angular/core";
10
+ import * as i1 from "../bmb-list-group.service";
11
+ import * as i2 from "@angular/common";
12
+ export class BmbListGroupItemComponent {
13
+ constructor(bmbListGroupStatusService) {
14
+ this.bmbListGroupStatusService = bmbListGroupStatusService;
15
+ this.appearanceContrast = input('default');
16
+ this.id = input.required();
17
+ this.isDisabled = input(false);
18
+ this.isActive = input(false);
19
+ this.personalizedTemplate = input(true);
20
+ this.headerText = input('');
21
+ this.descriptionText = input('');
22
+ this.infoText = input('');
23
+ this.icon = input('');
24
+ this.imgSrc = input('');
25
+ this.tooltipTitle = input('');
26
+ this.tooltipText = input('');
27
+ this.badgeAppearance = input('mitec_purple');
28
+ this.badgeText = input('');
29
+ this.inputRadioName = '';
30
+ this.defaultWidthImage = '40px';
31
+ }
32
+ ngOnInit() {
33
+ if (this.isActive()) {
34
+ this.bmbListGroupStatusService.updateListGroupStatus(this.id());
35
+ }
36
+ this.inputRadioName = this.bmbListGroupStatusService.getListGroupId();
37
+ }
38
+ handleSelection() {
39
+ this.bmbListGroupStatusService.updateListGroupStatus(this.id());
40
+ }
41
+ getClasses() {
42
+ const isElementSelected = this.bmbListGroupStatusService
43
+ .getListGroupStatus()
44
+ .includes(this.id());
45
+ const classNames = ['bmb_list-group-item'];
46
+ classNames.push(`bmb_list-group-item-${this.appearanceContrast()}`);
47
+ if (isElementSelected)
48
+ classNames.push('bmb_list-group-item-selected');
49
+ if (this.isDisabled())
50
+ classNames.push('bmb_list-group-item-disabled');
51
+ return classNames;
52
+ }
53
+ getConfig() {
54
+ return this.bmbListGroupStatusService.getListGroupConfiguration();
55
+ }
56
+ getSelectionLength() {
57
+ return this.bmbListGroupStatusService.getListGroupStatus().length;
58
+ }
59
+ showControls() {
60
+ return this.bmbListGroupStatusService.getListGroupConfiguration()
61
+ .showControls;
62
+ }
63
+ handleItemSelection() {
64
+ if (!this.showControls() && !this.isDisabled()) {
65
+ this.bmbListGroupStatusService.updateListGroupStatus(this.id());
66
+ }
67
+ }
68
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BmbListGroupItemComponent, deps: [{ token: i1.BmbListGroupStatusService }], target: i0.ɵɵFactoryTarget.Component }); }
69
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: BmbListGroupItemComponent, isStandalone: true, selector: "bmb-list-group-item", inputs: { appearanceContrast: { classPropertyName: "appearanceContrast", publicName: "appearanceContrast", isSignal: true, isRequired: false, transformFunction: null }, id: { classPropertyName: "id", publicName: "id", isSignal: true, isRequired: true, transformFunction: null }, isDisabled: { classPropertyName: "isDisabled", publicName: "isDisabled", isSignal: true, isRequired: false, transformFunction: null }, isActive: { classPropertyName: "isActive", publicName: "isActive", isSignal: true, isRequired: false, transformFunction: null }, personalizedTemplate: { classPropertyName: "personalizedTemplate", publicName: "personalizedTemplate", isSignal: true, isRequired: false, transformFunction: null }, headerText: { classPropertyName: "headerText", publicName: "headerText", isSignal: true, isRequired: false, transformFunction: null }, descriptionText: { classPropertyName: "descriptionText", publicName: "descriptionText", isSignal: true, isRequired: false, transformFunction: null }, infoText: { classPropertyName: "infoText", publicName: "infoText", isSignal: true, isRequired: false, transformFunction: null }, icon: { classPropertyName: "icon", publicName: "icon", isSignal: true, isRequired: false, transformFunction: null }, imgSrc: { classPropertyName: "imgSrc", publicName: "imgSrc", isSignal: true, isRequired: false, transformFunction: null }, tooltipTitle: { classPropertyName: "tooltipTitle", publicName: "tooltipTitle", isSignal: true, isRequired: false, transformFunction: null }, tooltipText: { classPropertyName: "tooltipText", publicName: "tooltipText", isSignal: true, isRequired: false, transformFunction: null }, badgeAppearance: { classPropertyName: "badgeAppearance", publicName: "badgeAppearance", isSignal: true, isRequired: false, transformFunction: null }, badgeText: { classPropertyName: "badgeText", publicName: "badgeText", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: "<li [ngClass]=\"getClasses()\" (click)=\"handleItemSelection()\">\n <section class=\"bmb_list-group-item-content\">\n @if (personalizedTemplate()) {\n <ng-content></ng-content>\n } @else {\n <section class=\"bmb_list-group-item-main\">\n <div class=\"bmb_list-group-item-main-icon\">\n @if (icon()) {\n <bmb-icon [icon]=\"icon()\" [size]=\"40\" [alt]=\"badgeText()\" />\n } @else {\n <bmb-image\n [src]=\"imgSrc()\"\n [alt]=\"'icon'\"\n [width]=\"this.defaultWidthImage\"\n [ratio]=\"'1/1'\"\n [borderRadius]=\"'xs'\"\n ></bmb-image>\n }\n </div>\n <div class=\"bmb_list-group-item-main-data\">\n <span class=\"bmb_list-group-item-main-data-header\">\n {{ headerText() }}\n <bmb-tooltip\n [title]=\"tooltipTitle()\"\n [text]=\"tooltipText()\"\n icon=\"help\"\n [size]=\"16\"\n [isFill]=\"true\"\n align=\"right\"\n justify=\"centered\"\n />\n </span>\n <span class=\"bmb_list-group-item-main-data-description\">{{\n descriptionText()\n }}</span>\n <span class=\"bmb_list-group-item-main-data-info\">{{\n infoText()\n }}</span>\n </div>\n @if (badgeText()) {\n <div class=\"bmb_list-group-item-main-badge\">\n <bmb-badge\n [text]=\"badgeText()\"\n [appearance]=\"badgeAppearance()\"\n [container]=\"false\"\n />\n </div>\n }\n </section>\n }\n </section>\n @if (showControls()) {\n <section>\n @if (getConfig().isMultipleSelection) {\n <bmb-checkbox\n [id]=\"id()\"\n [disabled]=\"isDisabled()\"\n [value]=\"id()\"\n name=\"listGroupStatus\"\n (change)=\"handleSelection()\"\n [checked]=\"isActive()\"\n />\n } @else {\n <bmb-radial\n [id]=\"id()\"\n [value]=\"id()\"\n [name]=\"inputRadioName\"\n [disabled]=\"isDisabled()\"\n labelPosition=\"after\"\n (change)=\"handleSelection()\"\n [checked]=\"isActive()\"\n />\n }\n </section>\n }\n</li>\n", styles: ["@font-face{font-family:Poppins-Light;font-style:normal;font-weight:300;src:url(/assets/fonts/Poppins/Poppins-ExtraLight.ttf) format(\"truetype\")}@font-face{font-family:Poppins-Regular;font-style:normal;font-weight:400;src:url(/assets/fonts/Poppins/Poppins-Regular.ttf) format(\"truetype\")}@font-face{font-family:Poppins-Bold;font-style:normal;font-weight:700;src:url(/assets/fonts/Poppins/Poppins-Bold.ttf) format(\"truetype\")}:root,:host{--font-display: \"Poppins-Regular\", sans-serif}.font-thin-1{font-family:Poppins-Thin,sans-serif;font-size:.625rem}.font-light-1{font-family:Poppins-Light,sans-serif;font-size:.625rem}.font-regular-1{font-family:Poppins-Regular,sans-serif;font-size:.625rem}.font-medium-1{font-family:Poppins-Medium,sans-serif;font-size:.625rem}.font-semibold-1{font-family:Poppins-Semibold,sans-serif;font-size:.625rem}.font-bold-1{font-family:Poppins-Bold,sans-serif;font-size:.625rem}.font-thin-2{font-family:Poppins-Thin,sans-serif;font-size:.6875rem}.font-light-2{font-family:Poppins-Light,sans-serif;font-size:.6875rem}.font-regular-2{font-family:Poppins-Regular,sans-serif;font-size:.6875rem}.font-medium-2{font-family:Poppins-Medium,sans-serif;font-size:.6875rem}.font-semibold-2{font-family:Poppins-Semibold,sans-serif;font-size:.6875rem}.font-bold-2{font-family:Poppins-Bold,sans-serif;font-size:.6875rem}.font-thin-3{font-family:Poppins-Thin,sans-serif;font-size:.75rem}.font-light-3{font-family:Poppins-Light,sans-serif;font-size:.75rem}.font-regular-3{font-family:Poppins-Regular,sans-serif;font-size:.75rem}.font-medium-3{font-family:Poppins-Medium,sans-serif;font-size:.75rem}.font-semibold-3{font-family:Poppins-Semibold,sans-serif;font-size:.75rem}.font-bold-3{font-family:Poppins-Bold,sans-serif;font-size:.75rem}.font-thin-4{font-family:Poppins-Thin,sans-serif;font-size:.875rem}.font-light-4{font-family:Poppins-Light,sans-serif;font-size:.875rem}.font-regular-4{font-family:Poppins-Regular,sans-serif;font-size:.875rem}.font-medium-4{font-family:Poppins-Medium,sans-serif;font-size:.875rem}.font-semibold-4{font-family:Poppins-Semibold,sans-serif;font-size:.875rem}.font-bold-4{font-family:Poppins-Bold,sans-serif;font-size:.875rem}.font-thin-4_5{font-family:Poppins-Thin,sans-serif;font-size:.9375rem}.font-light-4_5{font-family:Poppins-Light,sans-serif;font-size:.9375rem}.font-regular-4_5{font-family:Poppins-Regular,sans-serif;font-size:.9375rem}.font-medium-4_5{font-family:Poppins-Medium,sans-serif;font-size:.9375rem}.font-semibold-4_5{font-family:Poppins-Semibold,sans-serif;font-size:.9375rem}.font-bold-4_5{font-family:Poppins-Bold,sans-serif;font-size:.9375rem}.font-thin-5{font-family:Poppins-Thin,sans-serif;font-size:1rem}.font-light-5{font-family:Poppins-Light,sans-serif;font-size:1rem}.font-regular-5{font-family:Poppins-Regular,sans-serif;font-size:1rem}.font-medium-5{font-family:Poppins-Medium,sans-serif;font-size:1rem}.font-semibold-5{font-family:Poppins-Semibold,sans-serif;font-size:1rem}.font-bold-5{font-family:Poppins-Bold,sans-serif;font-size:1rem}.font-thin-6{font-family:Poppins-Thin,sans-serif;font-size:1.125rem}.font-light-6{font-family:Poppins-Light,sans-serif;font-size:1.125rem}.font-regular-6{font-family:Poppins-Regular,sans-serif;font-size:1.125rem}.font-medium-6{font-family:Poppins-Medium,sans-serif;font-size:1.125rem}.font-semibold-6{font-family:Poppins-Semibold,sans-serif;font-size:1.125rem}.font-bold-6{font-family:Poppins-Bold,sans-serif;font-size:1.125rem}.font-thin-7{font-family:Poppins-Thin,sans-serif;font-size:1.25rem}.font-light-7{font-family:Poppins-Light,sans-serif;font-size:1.25rem}.font-regular-7{font-family:Poppins-Regular,sans-serif;font-size:1.25rem}.font-medium-7{font-family:Poppins-Medium,sans-serif;font-size:1.25rem}.font-semibold-7{font-family:Poppins-Semibold,sans-serif;font-size:1.25rem}.font-bold-7{font-family:Poppins-Bold,sans-serif;font-size:1.25rem}.font-thin-8{font-family:Poppins-Thin,sans-serif;font-size:1.375rem}.font-light-8{font-family:Poppins-Light,sans-serif;font-size:1.375rem}.font-regular-8{font-family:Poppins-Regular,sans-serif;font-size:1.375rem}.font-medium-8{font-family:Poppins-Medium,sans-serif;font-size:1.375rem}.font-semibold-8{font-family:Poppins-Semibold,sans-serif;font-size:1.375rem}.font-bold-8{font-family:Poppins-Bold,sans-serif;font-size:1.375rem}.font-thin-9{font-family:Poppins-Thin,sans-serif;font-size:1.5rem}.font-light-9{font-family:Poppins-Light,sans-serif;font-size:1.5rem}.font-regular-9{font-family:Poppins-Regular,sans-serif;font-size:1.5rem}.font-medium-9{font-family:Poppins-Medium,sans-serif;font-size:1.5rem}.font-semibold-9{font-family:Poppins-Semibold,sans-serif;font-size:1.5rem}.font-bold-9{font-family:Poppins-Bold,sans-serif;font-size:1.5rem}.font-thin-10{font-family:Poppins-Thin,sans-serif;font-size:1.625rem}.font-light-10{font-family:Poppins-Light,sans-serif;font-size:1.625rem}.font-regular-10{font-family:Poppins-Regular,sans-serif;font-size:1.625rem}.font-medium-10{font-family:Poppins-Medium,sans-serif;font-size:1.625rem}.font-semibold-10{font-family:Poppins-Semibold,sans-serif;font-size:1.625rem}.font-bold-10{font-family:Poppins-Bold,sans-serif;font-size:1.625rem}.font-thin-11{font-family:Poppins-Thin,sans-serif;font-size:2.25rem}.font-light-11{font-family:Poppins-Light,sans-serif;font-size:2.25rem}.font-regular-11{font-family:Poppins-Regular,sans-serif;font-size:2.25rem}.font-medium-11{font-family:Poppins-Medium,sans-serif;font-size:2.25rem}.font-semibold-11{font-family:Poppins-Semibold,sans-serif;font-size:2.25rem}.font-bold-11{font-family:Poppins-Bold,sans-serif;font-size:2.25rem}.font-thin-12{font-family:Poppins-Thin,sans-serif;font-size:3rem}.font-light-12{font-family:Poppins-Light,sans-serif;font-size:3rem}.font-regular-12{font-family:Poppins-Regular,sans-serif;font-size:3rem}.font-medium-12{font-family:Poppins-Medium,sans-serif;font-size:3rem}.font-semibold-12{font-family:Poppins-Semibold,sans-serif;font-size:3rem}.font-bold-12{font-family:Poppins-Bold,sans-serif;font-size:3rem}.bmb_list-group-item{align-items:center;border:.0625rem solid var(--general_contrasts-container-outline);color:rgb(var(--color-charade-700));display:flex;gap:var(--bmb-spacing-m);padding:var(--bmb-list-group-item-padding)}.bmb_list-group-item-disabled{opacity:.5;cursor:not-allowed}.bmb_list-group-item-primary{background-color:var(--containers-background);color:var(--general_contrasts-100)}.bmb_list-group-item-alternative{background-color:var(--containers-main);color:var(--general_contrasts-100)}.bmb_list-group-item-selected{border-color:var(--menu_select-surface-activated);background-color:var(--menu_select-on-surface-hovered)}.bmb_list-group-item:hover:not(.bmb_list-group-item-selected):not(.bmb_list-group-item-disabled):hover{border-color:var(--menu_select-surface-activated)}.bmb_list-group-item-content{flex:1}.bmb_list-group-item-main{display:flex;flex-direction:row}@media (max-width: 630px){.bmb_list-group-item-main{flex-direction:column}}.bmb_list-group-item-main-icon{display:flex;align-items:center;justify-content:center;padding:0 var(--bmb-spacing-s)}@media (max-width: 630px){.bmb_list-group-item-main-icon{justify-content:flex-start}}.bmb_list-group-item-main-data{display:flex;flex-direction:column;width:100%;padding:0 var(--bmb-spacing-s)}.bmb_list-group-item-main-data-header,.bmb_list-group-item-main-data-description{font-family:Poppins-Regular,sans-serif;font-size:.875rem}.bmb_list-group-item-main-data-info{font-family:Poppins-Regular,sans-serif;font-size:.75rem}.bmb_list-group-item-main-badge{display:flex;align-items:center;justify-content:center;padding:0 var(--bmb-spacing-s)}@media (max-width: 630px){.bmb_list-group-item-main-badge{justify-content:flex-start;padding:0 var(--bmb-spacing-m)}}.bmb_list-group-item .bmb_field-label{display:none}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: BmbRadialComponent, selector: "bmb-radial", inputs: ["id", "checked", "disabled", "value", "name", "label", "labelPosition", "ariaDescribedby", "ariaLabel", "ariaLabelledby", "required", "errorMessage", "helperMessage", "showError", "control", "inputId"], outputs: ["showErrorChange", "controlChange", "inputIdChange", "change", "onKeyDown"] }, { kind: "component", type: BmbCheckboxComponent, selector: "bmb-checkbox", inputs: ["name", "id", "disabled", "required", "value", "label", "labelPosition", "ariaDescribedby", "ariaLabel", "ariaLabelledby", "errorMessage", "helperMessage", "customValidation", "control", "checked", "showError", "indeterminate", "inputId"], outputs: ["controlChange", "checkedChange", "showErrorChange", "indeterminateChange", "inputIdChange", "change"] }, { kind: "component", type: BmbIconComponent, selector: "bmb-icon", inputs: ["icon", "materialIcon", "styleIcon", "isFill", "fontWeight", "size", "alt", "dotNotification"] }, { kind: "component", type: BmbTooltipComponent, selector: "bmb-tooltip", inputs: ["text", "title", "icon", "size", "align", "justify", "isFill"] }, { kind: "component", type: BmbBadgeComponent, selector: "bmb-badge", inputs: ["appearance", "text", "container"] }, { kind: "component", type: BmbImageComponent, selector: "bmb-image", inputs: ["src", "mobileSrc", "alt", "width", "ratio", "borderRadius", "loading", "enableZoom", "isBlurredBackdrop"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
70
+ }
71
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BmbListGroupItemComponent, decorators: [{
72
+ type: Component,
73
+ args: [{ selector: 'bmb-list-group-item', standalone: true, imports: [
74
+ CommonModule,
75
+ BmbRadialComponent,
76
+ BmbCheckboxComponent,
77
+ BmbIconComponent,
78
+ BmbTooltipComponent,
79
+ BmbBadgeComponent,
80
+ BmbImageComponent,
81
+ ], changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "<li [ngClass]=\"getClasses()\" (click)=\"handleItemSelection()\">\n <section class=\"bmb_list-group-item-content\">\n @if (personalizedTemplate()) {\n <ng-content></ng-content>\n } @else {\n <section class=\"bmb_list-group-item-main\">\n <div class=\"bmb_list-group-item-main-icon\">\n @if (icon()) {\n <bmb-icon [icon]=\"icon()\" [size]=\"40\" [alt]=\"badgeText()\" />\n } @else {\n <bmb-image\n [src]=\"imgSrc()\"\n [alt]=\"'icon'\"\n [width]=\"this.defaultWidthImage\"\n [ratio]=\"'1/1'\"\n [borderRadius]=\"'xs'\"\n ></bmb-image>\n }\n </div>\n <div class=\"bmb_list-group-item-main-data\">\n <span class=\"bmb_list-group-item-main-data-header\">\n {{ headerText() }}\n <bmb-tooltip\n [title]=\"tooltipTitle()\"\n [text]=\"tooltipText()\"\n icon=\"help\"\n [size]=\"16\"\n [isFill]=\"true\"\n align=\"right\"\n justify=\"centered\"\n />\n </span>\n <span class=\"bmb_list-group-item-main-data-description\">{{\n descriptionText()\n }}</span>\n <span class=\"bmb_list-group-item-main-data-info\">{{\n infoText()\n }}</span>\n </div>\n @if (badgeText()) {\n <div class=\"bmb_list-group-item-main-badge\">\n <bmb-badge\n [text]=\"badgeText()\"\n [appearance]=\"badgeAppearance()\"\n [container]=\"false\"\n />\n </div>\n }\n </section>\n }\n </section>\n @if (showControls()) {\n <section>\n @if (getConfig().isMultipleSelection) {\n <bmb-checkbox\n [id]=\"id()\"\n [disabled]=\"isDisabled()\"\n [value]=\"id()\"\n name=\"listGroupStatus\"\n (change)=\"handleSelection()\"\n [checked]=\"isActive()\"\n />\n } @else {\n <bmb-radial\n [id]=\"id()\"\n [value]=\"id()\"\n [name]=\"inputRadioName\"\n [disabled]=\"isDisabled()\"\n labelPosition=\"after\"\n (change)=\"handleSelection()\"\n [checked]=\"isActive()\"\n />\n }\n </section>\n }\n</li>\n", styles: ["@font-face{font-family:Poppins-Light;font-style:normal;font-weight:300;src:url(/assets/fonts/Poppins/Poppins-ExtraLight.ttf) format(\"truetype\")}@font-face{font-family:Poppins-Regular;font-style:normal;font-weight:400;src:url(/assets/fonts/Poppins/Poppins-Regular.ttf) format(\"truetype\")}@font-face{font-family:Poppins-Bold;font-style:normal;font-weight:700;src:url(/assets/fonts/Poppins/Poppins-Bold.ttf) format(\"truetype\")}:root,:host{--font-display: \"Poppins-Regular\", sans-serif}.font-thin-1{font-family:Poppins-Thin,sans-serif;font-size:.625rem}.font-light-1{font-family:Poppins-Light,sans-serif;font-size:.625rem}.font-regular-1{font-family:Poppins-Regular,sans-serif;font-size:.625rem}.font-medium-1{font-family:Poppins-Medium,sans-serif;font-size:.625rem}.font-semibold-1{font-family:Poppins-Semibold,sans-serif;font-size:.625rem}.font-bold-1{font-family:Poppins-Bold,sans-serif;font-size:.625rem}.font-thin-2{font-family:Poppins-Thin,sans-serif;font-size:.6875rem}.font-light-2{font-family:Poppins-Light,sans-serif;font-size:.6875rem}.font-regular-2{font-family:Poppins-Regular,sans-serif;font-size:.6875rem}.font-medium-2{font-family:Poppins-Medium,sans-serif;font-size:.6875rem}.font-semibold-2{font-family:Poppins-Semibold,sans-serif;font-size:.6875rem}.font-bold-2{font-family:Poppins-Bold,sans-serif;font-size:.6875rem}.font-thin-3{font-family:Poppins-Thin,sans-serif;font-size:.75rem}.font-light-3{font-family:Poppins-Light,sans-serif;font-size:.75rem}.font-regular-3{font-family:Poppins-Regular,sans-serif;font-size:.75rem}.font-medium-3{font-family:Poppins-Medium,sans-serif;font-size:.75rem}.font-semibold-3{font-family:Poppins-Semibold,sans-serif;font-size:.75rem}.font-bold-3{font-family:Poppins-Bold,sans-serif;font-size:.75rem}.font-thin-4{font-family:Poppins-Thin,sans-serif;font-size:.875rem}.font-light-4{font-family:Poppins-Light,sans-serif;font-size:.875rem}.font-regular-4{font-family:Poppins-Regular,sans-serif;font-size:.875rem}.font-medium-4{font-family:Poppins-Medium,sans-serif;font-size:.875rem}.font-semibold-4{font-family:Poppins-Semibold,sans-serif;font-size:.875rem}.font-bold-4{font-family:Poppins-Bold,sans-serif;font-size:.875rem}.font-thin-4_5{font-family:Poppins-Thin,sans-serif;font-size:.9375rem}.font-light-4_5{font-family:Poppins-Light,sans-serif;font-size:.9375rem}.font-regular-4_5{font-family:Poppins-Regular,sans-serif;font-size:.9375rem}.font-medium-4_5{font-family:Poppins-Medium,sans-serif;font-size:.9375rem}.font-semibold-4_5{font-family:Poppins-Semibold,sans-serif;font-size:.9375rem}.font-bold-4_5{font-family:Poppins-Bold,sans-serif;font-size:.9375rem}.font-thin-5{font-family:Poppins-Thin,sans-serif;font-size:1rem}.font-light-5{font-family:Poppins-Light,sans-serif;font-size:1rem}.font-regular-5{font-family:Poppins-Regular,sans-serif;font-size:1rem}.font-medium-5{font-family:Poppins-Medium,sans-serif;font-size:1rem}.font-semibold-5{font-family:Poppins-Semibold,sans-serif;font-size:1rem}.font-bold-5{font-family:Poppins-Bold,sans-serif;font-size:1rem}.font-thin-6{font-family:Poppins-Thin,sans-serif;font-size:1.125rem}.font-light-6{font-family:Poppins-Light,sans-serif;font-size:1.125rem}.font-regular-6{font-family:Poppins-Regular,sans-serif;font-size:1.125rem}.font-medium-6{font-family:Poppins-Medium,sans-serif;font-size:1.125rem}.font-semibold-6{font-family:Poppins-Semibold,sans-serif;font-size:1.125rem}.font-bold-6{font-family:Poppins-Bold,sans-serif;font-size:1.125rem}.font-thin-7{font-family:Poppins-Thin,sans-serif;font-size:1.25rem}.font-light-7{font-family:Poppins-Light,sans-serif;font-size:1.25rem}.font-regular-7{font-family:Poppins-Regular,sans-serif;font-size:1.25rem}.font-medium-7{font-family:Poppins-Medium,sans-serif;font-size:1.25rem}.font-semibold-7{font-family:Poppins-Semibold,sans-serif;font-size:1.25rem}.font-bold-7{font-family:Poppins-Bold,sans-serif;font-size:1.25rem}.font-thin-8{font-family:Poppins-Thin,sans-serif;font-size:1.375rem}.font-light-8{font-family:Poppins-Light,sans-serif;font-size:1.375rem}.font-regular-8{font-family:Poppins-Regular,sans-serif;font-size:1.375rem}.font-medium-8{font-family:Poppins-Medium,sans-serif;font-size:1.375rem}.font-semibold-8{font-family:Poppins-Semibold,sans-serif;font-size:1.375rem}.font-bold-8{font-family:Poppins-Bold,sans-serif;font-size:1.375rem}.font-thin-9{font-family:Poppins-Thin,sans-serif;font-size:1.5rem}.font-light-9{font-family:Poppins-Light,sans-serif;font-size:1.5rem}.font-regular-9{font-family:Poppins-Regular,sans-serif;font-size:1.5rem}.font-medium-9{font-family:Poppins-Medium,sans-serif;font-size:1.5rem}.font-semibold-9{font-family:Poppins-Semibold,sans-serif;font-size:1.5rem}.font-bold-9{font-family:Poppins-Bold,sans-serif;font-size:1.5rem}.font-thin-10{font-family:Poppins-Thin,sans-serif;font-size:1.625rem}.font-light-10{font-family:Poppins-Light,sans-serif;font-size:1.625rem}.font-regular-10{font-family:Poppins-Regular,sans-serif;font-size:1.625rem}.font-medium-10{font-family:Poppins-Medium,sans-serif;font-size:1.625rem}.font-semibold-10{font-family:Poppins-Semibold,sans-serif;font-size:1.625rem}.font-bold-10{font-family:Poppins-Bold,sans-serif;font-size:1.625rem}.font-thin-11{font-family:Poppins-Thin,sans-serif;font-size:2.25rem}.font-light-11{font-family:Poppins-Light,sans-serif;font-size:2.25rem}.font-regular-11{font-family:Poppins-Regular,sans-serif;font-size:2.25rem}.font-medium-11{font-family:Poppins-Medium,sans-serif;font-size:2.25rem}.font-semibold-11{font-family:Poppins-Semibold,sans-serif;font-size:2.25rem}.font-bold-11{font-family:Poppins-Bold,sans-serif;font-size:2.25rem}.font-thin-12{font-family:Poppins-Thin,sans-serif;font-size:3rem}.font-light-12{font-family:Poppins-Light,sans-serif;font-size:3rem}.font-regular-12{font-family:Poppins-Regular,sans-serif;font-size:3rem}.font-medium-12{font-family:Poppins-Medium,sans-serif;font-size:3rem}.font-semibold-12{font-family:Poppins-Semibold,sans-serif;font-size:3rem}.font-bold-12{font-family:Poppins-Bold,sans-serif;font-size:3rem}.bmb_list-group-item{align-items:center;border:.0625rem solid var(--general_contrasts-container-outline);color:rgb(var(--color-charade-700));display:flex;gap:var(--bmb-spacing-m);padding:var(--bmb-list-group-item-padding)}.bmb_list-group-item-disabled{opacity:.5;cursor:not-allowed}.bmb_list-group-item-primary{background-color:var(--containers-background);color:var(--general_contrasts-100)}.bmb_list-group-item-alternative{background-color:var(--containers-main);color:var(--general_contrasts-100)}.bmb_list-group-item-selected{border-color:var(--menu_select-surface-activated);background-color:var(--menu_select-on-surface-hovered)}.bmb_list-group-item:hover:not(.bmb_list-group-item-selected):not(.bmb_list-group-item-disabled):hover{border-color:var(--menu_select-surface-activated)}.bmb_list-group-item-content{flex:1}.bmb_list-group-item-main{display:flex;flex-direction:row}@media (max-width: 630px){.bmb_list-group-item-main{flex-direction:column}}.bmb_list-group-item-main-icon{display:flex;align-items:center;justify-content:center;padding:0 var(--bmb-spacing-s)}@media (max-width: 630px){.bmb_list-group-item-main-icon{justify-content:flex-start}}.bmb_list-group-item-main-data{display:flex;flex-direction:column;width:100%;padding:0 var(--bmb-spacing-s)}.bmb_list-group-item-main-data-header,.bmb_list-group-item-main-data-description{font-family:Poppins-Regular,sans-serif;font-size:.875rem}.bmb_list-group-item-main-data-info{font-family:Poppins-Regular,sans-serif;font-size:.75rem}.bmb_list-group-item-main-badge{display:flex;align-items:center;justify-content:center;padding:0 var(--bmb-spacing-s)}@media (max-width: 630px){.bmb_list-group-item-main-badge{justify-content:flex-start;padding:0 var(--bmb-spacing-m)}}.bmb_list-group-item .bmb_field-label{display:none}\n"] }]
82
+ }], ctorParameters: () => [{ type: i1.BmbListGroupStatusService }] });
83
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYm1iLWxpc3QtZ3JvdXAtaXRlbS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9kcy1uZy9zcmMvbGliL2NvbXBvbmVudHMvYm1iLWxpc3QtZ3JvdXAvYm1iLWxpc3QtZ3JvdXAtaXRlbS9ibWItbGlzdC1ncm91cC1pdGVtLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2RzLW5nL3NyYy9saWIvY29tcG9uZW50cy9ibWItbGlzdC1ncm91cC9ibWItbGlzdC1ncm91cC1pdGVtL2JtYi1saXN0LWdyb3VwLWl0ZW0uY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFDTCx1QkFBdUIsRUFDdkIsU0FBUyxFQUNULEtBQUssRUFDTCxpQkFBaUIsR0FDbEIsTUFBTSxlQUFlLENBQUM7QUFDdkIsT0FBTyxFQUFFLGtCQUFrQixFQUFFLE1BQU0sdUNBQXVDLENBQUM7QUFDM0UsT0FBTyxFQUFFLG9CQUFvQixFQUFFLE1BQU0sMkNBQTJDLENBQUM7QUFDakYsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sbUNBQW1DLENBQUM7QUFDckUsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0seUNBQXlDLENBQUM7QUFDOUUsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0scUNBQXFDLENBQUM7QUFDeEUsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0scUNBQXFDLENBQUM7Ozs7QUFzQnhFLE1BQU0sT0FBTyx5QkFBeUI7SUFtQnBDLFlBQW9CLHlCQUFvRDtRQUFwRCw4QkFBeUIsR0FBekIseUJBQXlCLENBQTJCO1FBbEJ4RSx1QkFBa0IsR0FBRyxLQUFLLENBQWUsU0FBUyxDQUFDLENBQUM7UUFDcEQsT0FBRSxHQUFHLEtBQUssQ0FBQyxRQUFRLEVBQVUsQ0FBQztRQUM5QixlQUFVLEdBQUcsS0FBSyxDQUFVLEtBQUssQ0FBQyxDQUFDO1FBQ25DLGFBQVEsR0FBRyxLQUFLLENBQVUsS0FBSyxDQUFDLENBQUM7UUFDakMseUJBQW9CLEdBQUcsS0FBSyxDQUFVLElBQUksQ0FBQyxDQUFDO1FBQzVDLGVBQVUsR0FBRyxLQUFLLENBQVMsRUFBRSxDQUFDLENBQUM7UUFDL0Isb0JBQWUsR0FBRyxLQUFLLENBQVMsRUFBRSxDQUFDLENBQUM7UUFDcEMsYUFBUSxHQUFHLEtBQUssQ0FBUyxFQUFFLENBQUMsQ0FBQztRQUM3QixTQUFJLEdBQUcsS0FBSyxDQUFTLEVBQUUsQ0FBQyxDQUFDO1FBQ3pCLFdBQU0sR0FBRyxLQUFLLENBQVMsRUFBRSxDQUFDLENBQUM7UUFDM0IsaUJBQVksR0FBRyxLQUFLLENBQVMsRUFBRSxDQUFDLENBQUM7UUFDakMsZ0JBQVcsR0FBRyxLQUFLLENBQVMsRUFBRSxDQUFDLENBQUM7UUFDaEMsb0JBQWUsR0FBRyxLQUFLLENBQW1CLGNBQWMsQ0FBQyxDQUFDO1FBQzFELGNBQVMsR0FBRyxLQUFLLENBQVMsRUFBRSxDQUFDLENBQUM7UUFFOUIsbUJBQWMsR0FBVyxFQUFFLENBQUM7UUFDNUIsc0JBQWlCLEdBQUcsTUFBTSxDQUFDO0lBRWdELENBQUM7SUFFNUUsUUFBUTtRQUNOLElBQUksSUFBSSxDQUFDLFFBQVEsRUFBRSxFQUFFO1lBQ25CLElBQUksQ0FBQyx5QkFBeUIsQ0FBQyxxQkFBcUIsQ0FBQyxJQUFJLENBQUMsRUFBRSxFQUFFLENBQUMsQ0FBQztTQUNqRTtRQUNELElBQUksQ0FBQyxjQUFjLEdBQUcsSUFBSSxDQUFDLHlCQUF5QixDQUFDLGNBQWMsRUFBRSxDQUFDO0lBQ3hFLENBQUM7SUFFRCxlQUFlO1FBQ2IsSUFBSSxDQUFDLHlCQUF5QixDQUFDLHFCQUFxQixDQUFDLElBQUksQ0FBQyxFQUFFLEVBQUUsQ0FBQyxDQUFDO0lBQ2xFLENBQUM7SUFFRCxVQUFVO1FBQ1IsTUFBTSxpQkFBaUIsR0FBRyxJQUFJLENBQUMseUJBQXlCO2FBQ3JELGtCQUFrQixFQUFFO2FBQ3BCLFFBQVEsQ0FBQyxJQUFJLENBQUMsRUFBRSxFQUFFLENBQUMsQ0FBQztRQUV2QixNQUFNLFVBQVUsR0FBRyxDQUFDLHFCQUFxQixDQUFDLENBQUM7UUFFM0MsVUFBVSxDQUFDLElBQUksQ0FBQyx1QkFBdUIsSUFBSSxDQUFDLGtCQUFrQixFQUFFLEVBQUUsQ0FBQyxDQUFDO1FBRXBFLElBQUksaUJBQWlCO1lBQUUsVUFBVSxDQUFDLElBQUksQ0FBQyw4QkFBOEIsQ0FBQyxDQUFDO1FBQ3ZFLElBQUksSUFBSSxDQUFDLFVBQVUsRUFBRTtZQUFFLFVBQVUsQ0FBQyxJQUFJLENBQUMsOEJBQThCLENBQUMsQ0FBQztRQUV2RSxPQUFPLFVBQVUsQ0FBQztJQUNwQixDQUFDO0lBRUQsU0FBUztRQUNQLE9BQU8sSUFBSSxDQUFDLHlCQUF5QixDQUFDLHlCQUF5QixFQUFFLENBQUM7SUFDcEUsQ0FBQztJQUVELGtCQUFrQjtRQUNoQixPQUFPLElBQUksQ0FBQyx5QkFBeUIsQ0FBQyxrQkFBa0IsRUFBRSxDQUFDLE1BQU0sQ0FBQztJQUNwRSxDQUFDO0lBRUQsWUFBWTtRQUNWLE9BQU8sSUFBSSxDQUFDLHlCQUF5QixDQUFDLHlCQUF5QixFQUFFO2FBQzlELFlBQVksQ0FBQztJQUNsQixDQUFDO0lBRUQsbUJBQW1CO1FBQ2pCLElBQUksQ0FBQyxJQUFJLENBQUMsWUFBWSxFQUFFLElBQUksQ0FBQyxJQUFJLENBQUMsVUFBVSxFQUFFLEVBQUU7WUFDOUMsSUFBSSxDQUFDLHlCQUF5QixDQUFDLHFCQUFxQixDQUFDLElBQUksQ0FBQyxFQUFFLEVBQUUsQ0FBQyxDQUFDO1NBQ2pFO0lBQ0gsQ0FBQzsrR0FoRVUseUJBQXlCO21HQUF6Qix5QkFBeUIsbzlEQ2xDdEMsbTFFQTRFQSxzcFBEdkRJLFlBQVksNkhBQ1osa0JBQWtCLGtXQUNsQixvQkFBb0Isb2FBQ3BCLGdCQUFnQiw4SkFDaEIsbUJBQW1CLGlJQUNuQixpQkFBaUIsbUdBQ2pCLGlCQUFpQjs7NEZBT1IseUJBQXlCO2tCQWpCckMsU0FBUzsrQkFDRSxxQkFBcUIsY0FDbkIsSUFBSSxXQUNQO3dCQUNQLFlBQVk7d0JBQ1osa0JBQWtCO3dCQUNsQixvQkFBb0I7d0JBQ3BCLGdCQUFnQjt3QkFDaEIsbUJBQW1CO3dCQUNuQixpQkFBaUI7d0JBQ2pCLGlCQUFpQjtxQkFDbEIsbUJBR2dCLHVCQUF1QixDQUFDLE1BQU0saUJBQ2hDLGlCQUFpQixDQUFDLElBQUkiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHtcbiAgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksXG4gIENvbXBvbmVudCxcbiAgaW5wdXQsXG4gIFZpZXdFbmNhcHN1bGF0aW9uLFxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEJtYlJhZGlhbENvbXBvbmVudCB9IGZyb20gJy4uLy4uL2JtYi1yYWRpYWwvYm1iLXJhZGlhbC5jb21wb25lbnQnO1xuaW1wb3J0IHsgQm1iQ2hlY2tib3hDb21wb25lbnQgfSBmcm9tICcuLi8uLi9ibWItY2hlY2tib3gvYm1iLWNoZWNrYm94LmNvbXBvbmVudCc7XG5pbXBvcnQgeyBCbWJJY29uQ29tcG9uZW50IH0gZnJvbSAnLi4vLi4vYm1iLWljb24vYm1iLWljb24uY29tcG9uZW50JztcbmltcG9ydCB7IEJtYlRvb2x0aXBDb21wb25lbnQgfSBmcm9tICcuLi8uLi9ibWItdG9vbHRpcC9ibWItdG9vbHRpcC5jb21wb25lbnQnO1xuaW1wb3J0IHsgQm1iQmFkZ2VDb21wb25lbnQgfSBmcm9tICcuLi8uLi9ibWItYmFkZ2UvYm1iLWJhZGdlLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBCbWJJbWFnZUNvbXBvbmVudCB9IGZyb20gJy4uLy4uL2JtYi1pbWFnZS9ibWItaW1hZ2UuY29tcG9uZW50JztcbmltcG9ydCB7IElCYm1CZ0FwcGVhcmFuY2UgfSBmcm9tICcuLi8uLi9ibWItYWR2ZXJ0aXNlbWVudC1jYXJkL3R5cGVzJztcbmltcG9ydCB7IEJtYkxpc3RHcm91cFN0YXR1c1NlcnZpY2UgfSBmcm9tICcuLi9ibWItbGlzdC1ncm91cC5zZXJ2aWNlJztcbmltcG9ydCB7IElCbWJDb250cmFzdCB9IGZyb20gJy4uLy4uLy4uL3R5cGVzL2NvbG9ycyc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2JtYi1saXN0LWdyb3VwLWl0ZW0nLFxuICBzdGFuZGFsb25lOiB0cnVlLFxuICBpbXBvcnRzOiBbXG4gICAgQ29tbW9uTW9kdWxlLFxuICAgIEJtYlJhZGlhbENvbXBvbmVudCxcbiAgICBCbWJDaGVja2JveENvbXBvbmVudCxcbiAgICBCbWJJY29uQ29tcG9uZW50LFxuICAgIEJtYlRvb2x0aXBDb21wb25lbnQsXG4gICAgQm1iQmFkZ2VDb21wb25lbnQsXG4gICAgQm1iSW1hZ2VDb21wb25lbnQsXG4gIF0sXG4gIHRlbXBsYXRlVXJsOiAnLi9ibWItbGlzdC1ncm91cC1pdGVtLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmw6ICcuL2JtYi1saXN0LWdyb3VwLWl0ZW0uY29tcG9uZW50LnNjc3MnLFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbiAgZW5jYXBzdWxhdGlvbjogVmlld0VuY2Fwc3VsYXRpb24uTm9uZSxcbn0pXG5leHBvcnQgY2xhc3MgQm1iTGlzdEdyb3VwSXRlbUNvbXBvbmVudCB7XG4gIGFwcGVhcmFuY2VDb250cmFzdCA9IGlucHV0PElCbWJDb250cmFzdD4oJ2RlZmF1bHQnKTtcbiAgaWQgPSBpbnB1dC5yZXF1aXJlZDxzdHJpbmc+KCk7XG4gIGlzRGlzYWJsZWQgPSBpbnB1dDxib29sZWFuPihmYWxzZSk7XG4gIGlzQWN0aXZlID0gaW5wdXQ8Ym9vbGVhbj4oZmFsc2UpO1xuICBwZXJzb25hbGl6ZWRUZW1wbGF0ZSA9IGlucHV0PGJvb2xlYW4+KHRydWUpO1xuICBoZWFkZXJUZXh0ID0gaW5wdXQ8c3RyaW5nPignJyk7XG4gIGRlc2NyaXB0aW9uVGV4dCA9IGlucHV0PHN0cmluZz4oJycpO1xuICBpbmZvVGV4dCA9IGlucHV0PHN0cmluZz4oJycpO1xuICBpY29uID0gaW5wdXQ8c3RyaW5nPignJyk7XG4gIGltZ1NyYyA9IGlucHV0PHN0cmluZz4oJycpO1xuICB0b29sdGlwVGl0bGUgPSBpbnB1dDxzdHJpbmc+KCcnKTtcbiAgdG9vbHRpcFRleHQgPSBpbnB1dDxzdHJpbmc+KCcnKTtcbiAgYmFkZ2VBcHBlYXJhbmNlID0gaW5wdXQ8SUJibUJnQXBwZWFyYW5jZT4oJ21pdGVjX3B1cnBsZScpO1xuICBiYWRnZVRleHQgPSBpbnB1dDxzdHJpbmc+KCcnKTtcblxuICBpbnB1dFJhZGlvTmFtZTogc3RyaW5nID0gJyc7XG4gIGRlZmF1bHRXaWR0aEltYWdlID0gJzQwcHgnO1xuXG4gIGNvbnN0cnVjdG9yKHByaXZhdGUgYm1iTGlzdEdyb3VwU3RhdHVzU2VydmljZTogQm1iTGlzdEdyb3VwU3RhdHVzU2VydmljZSkge31cblxuICBuZ09uSW5pdCgpIHtcbiAgICBpZiAodGhpcy5pc0FjdGl2ZSgpKSB7XG4gICAgICB0aGlzLmJtYkxpc3RHcm91cFN0YXR1c1NlcnZpY2UudXBkYXRlTGlzdEdyb3VwU3RhdHVzKHRoaXMuaWQoKSk7XG4gICAgfVxuICAgIHRoaXMuaW5wdXRSYWRpb05hbWUgPSB0aGlzLmJtYkxpc3RHcm91cFN0YXR1c1NlcnZpY2UuZ2V0TGlzdEdyb3VwSWQoKTtcbiAgfVxuXG4gIGhhbmRsZVNlbGVjdGlvbigpIHtcbiAgICB0aGlzLmJtYkxpc3RHcm91cFN0YXR1c1NlcnZpY2UudXBkYXRlTGlzdEdyb3VwU3RhdHVzKHRoaXMuaWQoKSk7XG4gIH1cblxuICBnZXRDbGFzc2VzKCk6IHN0cmluZ1tdIHtcbiAgICBjb25zdCBpc0VsZW1lbnRTZWxlY3RlZCA9IHRoaXMuYm1iTGlzdEdyb3VwU3RhdHVzU2VydmljZVxuICAgICAgLmdldExpc3RHcm91cFN0YXR1cygpXG4gICAgICAuaW5jbHVkZXModGhpcy5pZCgpKTtcblxuICAgIGNvbnN0IGNsYXNzTmFtZXMgPSBbJ2JtYl9saXN0LWdyb3VwLWl0ZW0nXTtcblxuICAgIGNsYXNzTmFtZXMucHVzaChgYm1iX2xpc3QtZ3JvdXAtaXRlbS0ke3RoaXMuYXBwZWFyYW5jZUNvbnRyYXN0KCl9YCk7XG5cbiAgICBpZiAoaXNFbGVtZW50U2VsZWN0ZWQpIGNsYXNzTmFtZXMucHVzaCgnYm1iX2xpc3QtZ3JvdXAtaXRlbS1zZWxlY3RlZCcpO1xuICAgIGlmICh0aGlzLmlzRGlzYWJsZWQoKSkgY2xhc3NOYW1lcy5wdXNoKCdibWJfbGlzdC1ncm91cC1pdGVtLWRpc2FibGVkJyk7XG5cbiAgICByZXR1cm4gY2xhc3NOYW1lcztcbiAgfVxuXG4gIGdldENvbmZpZygpIHtcbiAgICByZXR1cm4gdGhpcy5ibWJMaXN0R3JvdXBTdGF0dXNTZXJ2aWNlLmdldExpc3RHcm91cENvbmZpZ3VyYXRpb24oKTtcbiAgfVxuXG4gIGdldFNlbGVjdGlvbkxlbmd0aCgpIHtcbiAgICByZXR1cm4gdGhpcy5ibWJMaXN0R3JvdXBTdGF0dXNTZXJ2aWNlLmdldExpc3RHcm91cFN0YXR1cygpLmxlbmd0aDtcbiAgfVxuXG4gIHNob3dDb250cm9scygpOiBib29sZWFuIHtcbiAgICByZXR1cm4gdGhpcy5ibWJMaXN0R3JvdXBTdGF0dXNTZXJ2aWNlLmdldExpc3RHcm91cENvbmZpZ3VyYXRpb24oKVxuICAgICAgLnNob3dDb250cm9scztcbiAgfVxuXG4gIGhhbmRsZUl0ZW1TZWxlY3Rpb24oKSB7XG4gICAgaWYgKCF0aGlzLnNob3dDb250cm9scygpICYmICF0aGlzLmlzRGlzYWJsZWQoKSkge1xuICAgICAgdGhpcy5ibWJMaXN0R3JvdXBTdGF0dXNTZXJ2aWNlLnVwZGF0ZUxpc3RHcm91cFN0YXR1cyh0aGlzLmlkKCkpO1xuICAgIH1cbiAgfVxufVxuIiwiPGxpIFtuZ0NsYXNzXT1cImdldENsYXNzZXMoKVwiIChjbGljayk9XCJoYW5kbGVJdGVtU2VsZWN0aW9uKClcIj5cbiAgPHNlY3Rpb24gY2xhc3M9XCJibWJfbGlzdC1ncm91cC1pdGVtLWNvbnRlbnRcIj5cbiAgICBAaWYgKHBlcnNvbmFsaXplZFRlbXBsYXRlKCkpIHtcbiAgICAgIDxuZy1jb250ZW50PjwvbmctY29udGVudD5cbiAgICB9IEBlbHNlIHtcbiAgICAgIDxzZWN0aW9uIGNsYXNzPVwiYm1iX2xpc3QtZ3JvdXAtaXRlbS1tYWluXCI+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJibWJfbGlzdC1ncm91cC1pdGVtLW1haW4taWNvblwiPlxuICAgICAgICAgIEBpZiAoaWNvbigpKSB7XG4gICAgICAgICAgICA8Ym1iLWljb24gW2ljb25dPVwiaWNvbigpXCIgW3NpemVdPVwiNDBcIiBbYWx0XT1cImJhZGdlVGV4dCgpXCIgLz5cbiAgICAgICAgICB9IEBlbHNlIHtcbiAgICAgICAgICAgIDxibWItaW1hZ2VcbiAgICAgICAgICAgICAgW3NyY109XCJpbWdTcmMoKVwiXG4gICAgICAgICAgICAgIFthbHRdPVwiJ2ljb24nXCJcbiAgICAgICAgICAgICAgW3dpZHRoXT1cInRoaXMuZGVmYXVsdFdpZHRoSW1hZ2VcIlxuICAgICAgICAgICAgICBbcmF0aW9dPVwiJzEvMSdcIlxuICAgICAgICAgICAgICBbYm9yZGVyUmFkaXVzXT1cIid4cydcIlxuICAgICAgICAgICAgPjwvYm1iLWltYWdlPlxuICAgICAgICAgIH1cbiAgICAgICAgPC9kaXY+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJibWJfbGlzdC1ncm91cC1pdGVtLW1haW4tZGF0YVwiPlxuICAgICAgICAgIDxzcGFuIGNsYXNzPVwiYm1iX2xpc3QtZ3JvdXAtaXRlbS1tYWluLWRhdGEtaGVhZGVyXCI+XG4gICAgICAgICAgICB7eyBoZWFkZXJUZXh0KCkgfX1cbiAgICAgICAgICAgIDxibWItdG9vbHRpcFxuICAgICAgICAgICAgICBbdGl0bGVdPVwidG9vbHRpcFRpdGxlKClcIlxuICAgICAgICAgICAgICBbdGV4dF09XCJ0b29sdGlwVGV4dCgpXCJcbiAgICAgICAgICAgICAgaWNvbj1cImhlbHBcIlxuICAgICAgICAgICAgICBbc2l6ZV09XCIxNlwiXG4gICAgICAgICAgICAgIFtpc0ZpbGxdPVwidHJ1ZVwiXG4gICAgICAgICAgICAgIGFsaWduPVwicmlnaHRcIlxuICAgICAgICAgICAgICBqdXN0aWZ5PVwiY2VudGVyZWRcIlxuICAgICAgICAgICAgLz5cbiAgICAgICAgICA8L3NwYW4+XG4gICAgICAgICAgPHNwYW4gY2xhc3M9XCJibWJfbGlzdC1ncm91cC1pdGVtLW1haW4tZGF0YS1kZXNjcmlwdGlvblwiPnt7XG4gICAgICAgICAgICBkZXNjcmlwdGlvblRleHQoKVxuICAgICAgICAgIH19PC9zcGFuPlxuICAgICAgICAgIDxzcGFuIGNsYXNzPVwiYm1iX2xpc3QtZ3JvdXAtaXRlbS1tYWluLWRhdGEtaW5mb1wiPnt7XG4gICAgICAgICAgICBpbmZvVGV4dCgpXG4gICAgICAgICAgfX08L3NwYW4+XG4gICAgICAgIDwvZGl2PlxuICAgICAgICBAaWYgKGJhZGdlVGV4dCgpKSB7XG4gICAgICAgICAgPGRpdiBjbGFzcz1cImJtYl9saXN0LWdyb3VwLWl0ZW0tbWFpbi1iYWRnZVwiPlxuICAgICAgICAgICAgPGJtYi1iYWRnZVxuICAgICAgICAgICAgICBbdGV4dF09XCJiYWRnZVRleHQoKVwiXG4gICAgICAgICAgICAgIFthcHBlYXJhbmNlXT1cImJhZGdlQXBwZWFyYW5jZSgpXCJcbiAgICAgICAgICAgICAgW2NvbnRhaW5lcl09XCJmYWxzZVwiXG4gICAgICAgICAgICAvPlxuICAgICAgICAgIDwvZGl2PlxuICAgICAgICB9XG4gICAgICA8L3NlY3Rpb24+XG4gICAgfVxuICA8L3NlY3Rpb24+XG4gIEBpZiAoc2hvd0NvbnRyb2xzKCkpIHtcbiAgICA8c2VjdGlvbj5cbiAgICAgIEBpZiAoZ2V0Q29uZmlnKCkuaXNNdWx0aXBsZVNlbGVjdGlvbikge1xuICAgICAgICA8Ym1iLWNoZWNrYm94XG4gICAgICAgICAgW2lkXT1cImlkKClcIlxuICAgICAgICAgIFtkaXNhYmxlZF09XCJpc0Rpc2FibGVkKClcIlxuICAgICAgICAgIFt2YWx1ZV09XCJpZCgpXCJcbiAgICAgICAgICBuYW1lPVwibGlzdEdyb3VwU3RhdHVzXCJcbiAgICAgICAgICAoY2hhbmdlKT1cImhhbmRsZVNlbGVjdGlvbigpXCJcbiAgICAgICAgICBbY2hlY2tlZF09XCJpc0FjdGl2ZSgpXCJcbiAgICAgICAgLz5cbiAgICAgIH0gQGVsc2Uge1xuICAgICAgICA8Ym1iLXJhZGlhbFxuICAgICAgICAgIFtpZF09XCJpZCgpXCJcbiAgICAgICAgICBbdmFsdWVdPVwiaWQoKVwiXG4gICAgICAgICAgW25hbWVdPVwiaW5wdXRSYWRpb05hbWVcIlxuICAgICAgICAgIFtkaXNhYmxlZF09XCJpc0Rpc2FibGVkKClcIlxuICAgICAgICAgIGxhYmVsUG9zaXRpb249XCJhZnRlclwiXG4gICAgICAgICAgKGNoYW5nZSk9XCJoYW5kbGVTZWxlY3Rpb24oKVwiXG4gICAgICAgICAgW2NoZWNrZWRdPVwiaXNBY3RpdmUoKVwiXG4gICAgICAgIC8+XG4gICAgICB9XG4gICAgPC9zZWN0aW9uPlxuICB9XG48L2xpPlxuIl19