@ti-tecnologico-de-monterrey-oficial/ds-ng 1.5.1120 → 1.5.1217

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 (427) hide show
  1. package/assets/images/placeholders/credential.svg +69 -69
  2. package/assets/images/placeholders/user-icon-test.svg +9 -9
  3. package/assets/styles/main.min.css +1 -1
  4. package/assets/styles/main.min.css.map +1 -1
  5. package/esm2022/lib/components/bmb-academic-progress/bmb-academic-progress.component.mjs +87 -0
  6. package/esm2022/lib/components/bmb-accordion/bmb-accordion.component.mjs +159 -0
  7. package/esm2022/lib/components/bmb-account-statement/bmb-account-statement.component.mjs +172 -0
  8. package/esm2022/lib/components/bmb-action-icon/bmb-action-icon.component.mjs +49 -0
  9. package/esm2022/lib/components/bmb-action-menu/bmb-action-menu.component.mjs +31 -0
  10. package/esm2022/lib/components/bmb-advertisement-card/bmb-advertisement-card.component.mjs +35 -0
  11. package/esm2022/lib/components/bmb-advertisement-card/types.mjs +2 -0
  12. package/esm2022/lib/components/bmb-alert-center/bmb-alert-center-ads/bmb-alert-center-ads.component.mjs +40 -0
  13. package/esm2022/lib/components/bmb-alert-center/bmb-alert-center-empty/bmb-alert-center-empty.component.mjs +18 -0
  14. package/esm2022/lib/components/bmb-alert-center/bmb-alert-center-form/bmb-alert-center-form.component.mjs +148 -0
  15. package/esm2022/lib/components/bmb-alert-center/bmb-alert-center-list/bmb-alert-center-list.component.mjs +52 -0
  16. package/esm2022/lib/components/bmb-alert-center/bmb-alert-center.component.mjs +203 -0
  17. package/esm2022/lib/components/bmb-alert-center/bmb-alert-center.service.mjs +62 -0
  18. package/esm2022/lib/components/bmb-alert-center/types.mjs +2 -0
  19. package/esm2022/lib/components/bmb-badge/bmb-badge.component.mjs +26 -0
  20. package/esm2022/lib/components/bmb-balance-overview/bmb-balance-overview.component.mjs +26 -0
  21. package/esm2022/lib/components/bmb-bookmark/bmb-bookmark.component.mjs +27 -0
  22. package/esm2022/lib/components/bmb-bottom-navigation-bar/bmb-bottom-navigation-bar.component.mjs +42 -0
  23. package/esm2022/lib/components/bmb-breadcrumb/bmb-breadcrumb.component.mjs +55 -0
  24. package/esm2022/lib/components/bmb-button-icon/bmb-button-icon.component.mjs +30 -0
  25. package/esm2022/lib/components/bmb-calendar/bmb-calendar.component.mjs +285 -0
  26. package/esm2022/lib/components/bmb-calendar/common/bmb-calendar-header/bmb-calendar-header.component.mjs +95 -0
  27. package/esm2022/lib/components/bmb-calendar/common/bmb-calendar-hour-view/bmb-calendar-hour-view.component.mjs +40 -0
  28. package/esm2022/lib/components/bmb-calendar/common/bmb-calendar-schedule-cards/bmb-calendar-schedule-cards.component.mjs +68 -0
  29. package/esm2022/lib/components/bmb-calendar/common/bmb-calendar-template-day/bmb-calendar-template-day.component.mjs +41 -0
  30. package/esm2022/lib/components/bmb-calendar/common/bmb-calendar-template-mobile/bmb-calendar-template-mobile.component.mjs +95 -0
  31. package/esm2022/lib/components/bmb-calendar/common/bmb-calendar-template-month/bmb-calendar-template-month.component.mjs +45 -0
  32. package/esm2022/lib/components/bmb-calendar/common/bmb-calendar-template-week/bmb-calendar-template-week.component.mjs +54 -0
  33. package/esm2022/lib/components/bmb-calendar/common/bmb-calendar-time-indicator/bmb-calendar-time-indicator.component.mjs +24 -0
  34. package/esm2022/lib/components/bmb-calendar/types.mjs +2 -0
  35. package/esm2022/lib/components/bmb-calendar/utils.mjs +96 -0
  36. package/esm2022/lib/components/bmb-card/bmb-card.component.mjs +159 -0
  37. package/esm2022/lib/components/bmb-card-button/bmb-card-button.component.mjs +76 -0
  38. package/esm2022/lib/components/bmb-carousel/bmb-carousel.component.mjs +80 -0
  39. package/esm2022/lib/components/bmb-chat-bar/bmb-chat-bar.component.mjs +199 -0
  40. package/esm2022/lib/components/bmb-chat-bar/bot_list.mjs +57 -0
  41. package/esm2022/lib/components/bmb-chat-bar/types.mjs +2 -0
  42. package/esm2022/lib/components/bmb-chat-bubbles/bmb-chat-bubbles.component.mjs +56 -0
  43. package/esm2022/lib/components/bmb-chat-bubbles/types.mjs +2 -0
  44. package/esm2022/lib/components/bmb-check-external-link-button/bmb-check-external-link-button.component.mjs +46 -0
  45. package/esm2022/lib/components/bmb-checkbox/bmb-checkbox.component.mjs +80 -0
  46. package/esm2022/lib/components/bmb-chevron-title-selector/bmb-chevron-title-selector.component.mjs +36 -0
  47. package/esm2022/lib/components/bmb-container/bmb-container.component.mjs +27 -0
  48. package/esm2022/lib/components/bmb-container-button/bmb-container-button.component.mjs +96 -0
  49. package/esm2022/lib/components/bmb-date-range/bmb-date-range.component.mjs +69 -0
  50. package/esm2022/lib/components/bmb-datepicker/bmb-datepicker-modal/bmb-datepicker-modal.component.mjs +206 -0
  51. package/esm2022/lib/components/bmb-datepicker/bmb-datepicker.component.mjs +144 -0
  52. package/esm2022/lib/components/bmb-digital-id/bmb-digital-id.component.mjs +54 -0
  53. package/esm2022/lib/components/bmb-divider/bmb-divider.component.mjs +25 -0
  54. package/esm2022/lib/components/bmb-dot-paginator/bmb-dot-paginator.component.mjs +34 -0
  55. package/esm2022/lib/components/bmb-drawer-overlay/bmb-drawer-overlay.component.mjs +65 -0
  56. package/esm2022/lib/components/bmb-dropdown/bmb-dropdown.component.mjs +177 -0
  57. package/esm2022/lib/components/bmb-dropdown-menu/bmb-dropdown-menu.component.mjs +31 -0
  58. package/esm2022/lib/components/bmb-dropzone/bmb-dropzone.component.mjs +175 -0
  59. package/esm2022/lib/components/bmb-evaluation-rubric/bmb-evaluation-rubric.component.mjs +76 -0
  60. package/esm2022/lib/components/bmb-external-link/bmb-external-link.component.mjs +80 -0
  61. package/esm2022/lib/components/bmb-fab/bmb-fab-.interface.mjs +9 -0
  62. package/esm2022/lib/components/bmb-fab/bmb-fab.component.mjs +37 -0
  63. package/esm2022/lib/components/bmb-filter-card/bmb-filter-card.component.mjs +166 -0
  64. package/esm2022/lib/components/bmb-filter-card/bmb-filter-card.interface.mjs +2 -0
  65. package/esm2022/lib/components/bmb-focus-element/bmb-focus-element.component.mjs +36 -0
  66. package/esm2022/lib/components/bmb-form-validator/bmb-form-validator.component.mjs +159 -0
  67. package/esm2022/lib/components/bmb-frequent-apps-selector/bmb-frequent-apps-selector.component.mjs +29 -0
  68. package/esm2022/lib/components/bmb-grade-value/bmb-grade-value.component.mjs +22 -0
  69. package/esm2022/lib/components/bmb-grades/bmb-grades.component.mjs +178 -0
  70. package/esm2022/lib/components/bmb-grades/types.mjs +2 -0
  71. package/esm2022/lib/components/bmb-header-mitec/bmb-header-mitec.component.mjs +55 -0
  72. package/esm2022/lib/components/bmb-header-mobile/bmb-header-mobile.component.mjs +49 -0
  73. package/esm2022/lib/components/bmb-hito-card/bmb-hito-card.component.mjs +86 -0
  74. package/esm2022/lib/components/bmb-hito-list/bmb-hito-list.component.mjs +59 -0
  75. package/esm2022/lib/components/bmb-home-card/bmb-home-card-header/bmb-home-card-header.component.mjs +76 -0
  76. package/esm2022/lib/components/bmb-home-card/bmb-home-card.component.mjs +41 -0
  77. package/esm2022/lib/components/bmb-home-card-chat/bmb-home-card-chat.component.mjs +39 -0
  78. package/esm2022/lib/components/bmb-home-section/bmb-home-section.component.mjs +20 -0
  79. package/esm2022/lib/components/bmb-icon/bmb-icon.component.mjs +50 -0
  80. package/esm2022/lib/components/bmb-icon/types.mjs +2 -0
  81. package/esm2022/lib/components/bmb-icon-item/bmb-icon-item.component.mjs +23 -0
  82. package/esm2022/lib/components/bmb-icon-status/bmb-icon-status.component.mjs +24 -0
  83. package/esm2022/lib/components/bmb-iframe/bmb-iframe.component.mjs +19 -0
  84. package/esm2022/lib/components/bmb-iframe/bmb-iframe.pipe.mjs +21 -0
  85. package/esm2022/lib/components/bmb-image/bmb-image.component.mjs +33 -0
  86. package/esm2022/lib/components/bmb-inner-header/bmb-inner-header.component.mjs +77 -0
  87. package/esm2022/lib/components/bmb-input/bmb-input-content/bmb-input-content.component.mjs +146 -0
  88. package/esm2022/lib/components/bmb-input/bmb-input-validator/bmb-input-validator.component.mjs +178 -0
  89. package/esm2022/lib/components/bmb-input/bmb-input.component.mjs +85 -0
  90. package/esm2022/lib/components/bmb-input-phone-number/bmb-input-phone-number.component.mjs +219 -0
  91. package/esm2022/lib/components/bmb-input-tags/bmb-input-tags.component.mjs +191 -0
  92. package/esm2022/lib/components/bmb-interactive-icon/bmb-interactive-icon.component.mjs +54 -0
  93. package/esm2022/lib/components/bmb-invoice/bmb-invoice.component.mjs +34 -0
  94. package/esm2022/lib/components/bmb-item/bmb-item.component.mjs +28 -0
  95. package/esm2022/lib/components/bmb-legend/bmb-legend.component.mjs +23 -0
  96. package/esm2022/lib/components/bmb-list-group/bmb-list-group-item/bmb-list-group-item.component.mjs +83 -0
  97. package/esm2022/lib/components/bmb-list-group/bmb-list-group.component.mjs +60 -0
  98. package/esm2022/lib/components/bmb-list-group/bmb-list-group.service.mjs +55 -0
  99. package/esm2022/lib/components/bmb-list-group/types.mjs +2 -0
  100. package/esm2022/lib/components/bmb-list-items/bmb-list-items.component.mjs +83 -0
  101. package/esm2022/lib/components/bmb-loader/bmb-loader.component.mjs +77 -0
  102. package/esm2022/lib/components/bmb-login/bmb-login-content/bmb-login-content.component.mjs +55 -0
  103. package/esm2022/lib/components/bmb-login/bmb-login.component.mjs +66 -0
  104. package/esm2022/lib/components/bmb-login-onboarding/bmb-login-onboarding-logged/bmb-login-onboarding-logged.component.mjs +40 -0
  105. package/esm2022/lib/components/bmb-login-onboarding/bmb-login-onboarding-login/bmb-login-onboarding-login.component.mjs +20 -0
  106. package/esm2022/lib/components/bmb-login-onboarding/bmb-login-onboarding-logout/bmb-login-onboarding-logout.component.mjs +33 -0
  107. 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
  108. 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
  109. 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
  110. 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
  111. 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
  112. package/esm2022/lib/components/bmb-login-onboarding/bmb-login-onboarding-stepper/bmb-login-onboarding-stepper.component.mjs +44 -0
  113. package/esm2022/lib/components/bmb-login-onboarding/bmb-login-onboarding.component.mjs +52 -0
  114. package/esm2022/lib/components/bmb-login-onboarding/bmb-login-onboarding.service.mjs +70 -0
  115. package/esm2022/lib/components/bmb-login-onboarding/types.mjs +2 -0
  116. package/esm2022/lib/components/bmb-logo/bmb-logo.component.mjs +43 -0
  117. package/esm2022/lib/components/bmb-media-card/bmb-media-card.component.mjs +64 -0
  118. package/esm2022/lib/components/bmb-mitec-logo-animation/bmb-mitec-logo-animation.component.mjs +14 -0
  119. package/esm2022/lib/components/bmb-mobile-templates/bmb-mobile-templates.component.mjs +88 -0
  120. package/esm2022/lib/components/bmb-modal/bmb-modal.component.mjs +139 -0
  121. package/esm2022/lib/components/bmb-modal/bmb-modal.interface.mjs +2 -0
  122. package/esm2022/lib/components/bmb-modal/bmb-native-modal.component.mjs +121 -0
  123. package/esm2022/lib/components/bmb-multi-dot-paginator/bmb-multi-dot-paginator-item/bmb-multi-dot-paginator-item.component.mjs +15 -0
  124. package/esm2022/lib/components/bmb-multi-dot-paginator/bmb-multi-dot-paginator.component.mjs +59 -0
  125. package/esm2022/lib/components/bmb-navigation-bar/bmb-navigation-bar.component.mjs +30 -0
  126. package/esm2022/lib/components/bmb-notice-card/bmb-notice-card.component.mjs +43 -0
  127. package/esm2022/lib/components/bmb-notification-card/bmb-notification-card.component.mjs +86 -0
  128. package/esm2022/lib/components/bmb-notification-counter/bmb-notification-counter.component.mjs +23 -0
  129. package/esm2022/lib/components/bmb-overlay/bmb-overlay.component.mjs +22 -0
  130. package/esm2022/lib/components/bmb-paginator/bmb-paginator.component.mjs +52 -0
  131. package/esm2022/lib/components/bmb-portal/bmb-portal.component.mjs +58 -0
  132. package/esm2022/lib/components/bmb-portal/bmb-projected-content/bmb-projected-content.component.mjs +120 -0
  133. package/esm2022/lib/components/bmb-profile/bmb-profile.component.mjs +153 -0
  134. package/esm2022/lib/components/bmb-progress-bar/bmb-progress-bar.component.mjs +39 -0
  135. package/esm2022/lib/components/bmb-progress-cirlce/bmb-progress-circle.component.mjs +196 -0
  136. package/esm2022/lib/components/bmb-progress-cirlce/bmb-progress-circle.interface.mjs +2 -0
  137. package/esm2022/lib/components/bmb-pull-wedge/bmb-pull-wedge.component.mjs +88 -0
  138. package/esm2022/lib/components/bmb-push-notification/bmb-push-notification-item/bmb-push-notification-item.component.mjs +75 -0
  139. package/esm2022/lib/components/bmb-push-notification/bmb-push-notification.component.mjs +24 -0
  140. package/esm2022/lib/components/bmb-push-notification/types.mjs +2 -0
  141. package/esm2022/lib/components/bmb-radial/bmb-radial.component.mjs +78 -0
  142. package/esm2022/lib/components/bmb-search-input/bmb-search-input.component.mjs +122 -0
  143. package/esm2022/lib/components/bmb-server-table/bmb-server-table.component.mjs +82 -0
  144. package/esm2022/lib/components/bmb-sidebar/bmb-sidebar.component.mjs +97 -0
  145. package/esm2022/lib/components/bmb-sidebar/bmb-sidebar.interface.mjs +2 -0
  146. package/esm2022/lib/components/bmb-simple-header/bmb-simple-header.component.mjs +64 -0
  147. package/esm2022/lib/components/bmb-skeleton/bmb-skeleton.component.mjs +16 -0
  148. package/esm2022/lib/components/bmb-sounds-card/bmb-sounds-card.component.mjs +64 -0
  149. package/esm2022/lib/components/bmb-stat-counter/bmb-stat-counter.component.mjs +32 -0
  150. package/esm2022/lib/components/bmb-step-progress-bar/bmb-step-progress-bar.component.mjs +55 -0
  151. package/esm2022/lib/components/bmb-student-activity-card/bmb-student-activity-card.component.mjs +53 -0
  152. package/esm2022/lib/components/bmb-student-activity-selector/bmb-student-activity-tab/bmb-student-activity-tab.component.mjs +27 -0
  153. package/esm2022/lib/components/bmb-switch/bmb-switch.component.mjs +88 -0
  154. package/esm2022/lib/components/bmb-tables/bmb-tables.component.mjs +541 -0
  155. package/esm2022/lib/components/bmb-tables/bmb-tables.interface.mjs +2 -0
  156. package/esm2022/lib/components/bmb-tabs/bmb-tabs.component.mjs +132 -0
  157. package/esm2022/lib/components/bmb-tags/bmb-tags.component.mjs +65 -0
  158. package/esm2022/lib/components/bmb-text-editor/bmb-text-editor.component.mjs +135 -0
  159. package/esm2022/lib/components/bmb-text-link/bmb-text-link.component.mjs +43 -0
  160. package/esm2022/lib/components/bmb-theme/bmb-theme.component.mjs +65 -0
  161. package/esm2022/lib/components/bmb-three-cols/bmb-three-cols.component.mjs +30 -0
  162. package/esm2022/lib/components/bmb-timestream/bmb-timestream-detail/bmb-timestream-detail.component.mjs +74 -0
  163. package/esm2022/lib/components/bmb-timestream/bmb-timestream-error/bmb-timestream-error.component.mjs +13 -0
  164. package/esm2022/lib/components/bmb-timestream/bmb-timestream.component.mjs +236 -0
  165. package/esm2022/lib/components/bmb-timestream/types.mjs +2 -0
  166. package/esm2022/lib/components/bmb-timestream-card/bmb-timestream-card.component.mjs +139 -0
  167. package/esm2022/lib/components/bmb-title-content/bmb-title-content.component.mjs +61 -0
  168. package/esm2022/lib/components/bmb-toast/bmb-toast.component.mjs +47 -0
  169. package/esm2022/lib/components/bmb-tooltip/bmb-tooltip.component.mjs +26 -0
  170. package/esm2022/lib/components/bmb-top-bar/bmb-top-bar-item/bmb-top-bar-item.component.mjs +31 -0
  171. package/esm2022/lib/components/bmb-top-bar/bmb-top-bar-user-section/bmb-top-bar-user-section.component.mjs +94 -0
  172. package/esm2022/lib/components/bmb-top-bar/bmb-top-bar.component.mjs +86 -0
  173. package/esm2022/lib/components/bmb-top-bar/types.mjs +2 -0
  174. package/esm2022/lib/components/bmb-totp/bmb-totp.component.mjs +139 -0
  175. package/esm2022/lib/components/bmb-user-image/bmb-user-image.component.mjs +44 -0
  176. package/esm2022/lib/components/bmb-user-profile/bmb-user-profile-content/bmb-user-profile-content.component.mjs +19 -0
  177. package/esm2022/lib/components/bmb-user-profile/bmb-user-profile.component.mjs +71 -0
  178. package/esm2022/lib/components/bmb-user-summary/bmb-user-summary-content/bmb-user-summary-content.component.mjs +61 -0
  179. package/esm2022/lib/components/bmb-user-summary/bmb-user-summary.component.mjs +28 -0
  180. package/esm2022/lib/components/bmb-value-counter/bmb-value-counter.component.mjs +23 -0
  181. package/esm2022/lib/components/bmb-web-templates/bmb-web-templates.component.mjs +85 -0
  182. package/esm2022/lib/components/bmb-wheel-menu/bmb-wheel-menu.component.mjs +128 -0
  183. package/esm2022/lib/components/utils/bmb-dropdown-content/bmb-dropdown-content.component.mjs +51 -0
  184. package/esm2022/lib/directives/bmb-accordion/bmb-accordion-control.directive.mjs +88 -0
  185. package/esm2022/lib/directives/bmb-button/button.directive.mjs +84 -0
  186. package/esm2022/lib/directives/bmb-button-group/bmb-button-group.directive.mjs +29 -0
  187. package/esm2022/lib/directives/bmb-layout/bmb-layout-item.directive.mjs +51 -0
  188. package/esm2022/lib/directives/bmb-layout/bmb-layout.directive.mjs +36 -0
  189. package/esm2022/lib/directives/bmb-layout/bmb-vertical-layout/bmb-vertical-layout-item.directive.mjs +34 -0
  190. package/esm2022/lib/directives/bmb-layout/bmb-vertical-layout/bmb-vertical-layout.directive.mjs +37 -0
  191. package/esm2022/lib/directives/bmb-layout-grid/bmb-layout-grid.directive.mjs +89 -0
  192. package/esm2022/lib/directives/utils/clickoutside.directive.mjs +41 -0
  193. package/esm2022/lib/ds-ng.component.mjs +11 -0
  194. package/esm2022/lib/ds-ng.service.mjs +14 -0
  195. package/esm2022/lib/services/calendar.service.mjs +51 -0
  196. package/esm2022/lib/services/index.mjs +3 -0
  197. package/esm2022/lib/services/native-modal.service.mjs +60 -0
  198. package/esm2022/lib/services/notification.service.mjs +84 -0
  199. package/esm2022/lib/services/projection.service.mjs +49 -0
  200. package/esm2022/lib/services/tabs.service.mjs +30 -0
  201. package/esm2022/lib/services/theme.service.mjs +30 -0
  202. package/esm2022/lib/services/toast.service.mjs +24 -0
  203. package/esm2022/lib/services/user/profile.service.mjs +26 -0
  204. package/esm2022/lib/types/colors.mjs +2 -0
  205. package/esm2022/lib/types/index.mjs +11 -0
  206. package/esm2022/lib/utils/countryCodes.mjs +1089 -0
  207. package/esm2022/lib/utils/currencyFormat.mjs +7 -0
  208. package/esm2022/lib/utils/dropdown.mjs +85 -0
  209. package/esm2022/lib/utils/formControl.mjs +25 -0
  210. package/esm2022/lib/utils/timestreamFilters.mjs +32 -0
  211. package/esm2022/lib/utils/utils.mjs +71 -0
  212. package/esm2022/public-api.mjs +152 -0
  213. package/esm2022/ti-tecnologico-de-monterrey-oficial-ds-ng.mjs +5 -0
  214. package/fesm2022/ti-tecnologico-de-monterrey-oficial-ds-ng.mjs +2714 -2377
  215. package/fesm2022/ti-tecnologico-de-monterrey-oficial-ds-ng.mjs.map +1 -1
  216. package/index.d.ts +5 -3744
  217. package/lib/components/bmb-academic-progress/bmb-academic-progress.component.d.ts +21 -0
  218. package/lib/components/bmb-accordion/bmb-accordion.component.d.ts +37 -0
  219. package/lib/components/bmb-account-statement/bmb-account-statement.component.d.ts +56 -0
  220. package/lib/components/bmb-action-icon/bmb-action-icon.component.d.ts +23 -0
  221. package/lib/components/bmb-action-menu/bmb-action-menu.component.d.ts +17 -0
  222. package/lib/components/bmb-advertisement-card/bmb-advertisement-card.component.d.ts +13 -0
  223. package/lib/components/bmb-advertisement-card/types.d.ts +21 -0
  224. package/lib/components/bmb-alert-center/bmb-alert-center-ads/bmb-alert-center-ads.component.d.ts +10 -0
  225. package/lib/components/bmb-alert-center/bmb-alert-center-empty/bmb-alert-center-empty.component.d.ts +7 -0
  226. package/lib/components/bmb-alert-center/bmb-alert-center-form/bmb-alert-center-form.component.d.ts +31 -0
  227. package/lib/components/bmb-alert-center/bmb-alert-center-list/bmb-alert-center-list.component.d.ts +20 -0
  228. package/lib/components/bmb-alert-center/bmb-alert-center.component.d.ts +46 -0
  229. package/lib/components/bmb-alert-center/bmb-alert-center.service.d.ts +20 -0
  230. package/lib/components/bmb-alert-center/types.d.ts +64 -0
  231. package/lib/components/bmb-badge/bmb-badge.component.d.ts +11 -0
  232. package/lib/components/bmb-balance-overview/bmb-balance-overview.component.d.ts +15 -0
  233. package/lib/components/bmb-bookmark/bmb-bookmark.component.d.ts +8 -0
  234. package/lib/components/bmb-bottom-navigation-bar/bmb-bottom-navigation-bar.component.d.ts +25 -0
  235. package/lib/components/bmb-breadcrumb/bmb-breadcrumb.component.d.ts +27 -0
  236. package/lib/components/bmb-button-icon/bmb-button-icon.component.d.ts +16 -0
  237. package/lib/components/bmb-calendar/bmb-calendar.component.d.ts +67 -0
  238. package/lib/components/bmb-calendar/common/bmb-calendar-header/bmb-calendar-header.component.d.ts +20 -0
  239. package/lib/components/bmb-calendar/common/bmb-calendar-hour-view/bmb-calendar-hour-view.component.d.ts +13 -0
  240. package/lib/components/bmb-calendar/common/bmb-calendar-schedule-cards/bmb-calendar-schedule-cards.component.d.ts +16 -0
  241. package/lib/components/bmb-calendar/common/bmb-calendar-template-day/bmb-calendar-template-day.component.d.ts +18 -0
  242. package/lib/components/bmb-calendar/common/bmb-calendar-template-mobile/bmb-calendar-template-mobile.component.d.ts +31 -0
  243. package/lib/components/bmb-calendar/common/bmb-calendar-template-month/bmb-calendar-template-month.component.d.ts +18 -0
  244. package/lib/components/bmb-calendar/common/bmb-calendar-template-week/bmb-calendar-template-week.component.d.ts +23 -0
  245. package/lib/components/bmb-calendar/common/bmb-calendar-time-indicator/bmb-calendar-time-indicator.component.d.ts +9 -0
  246. package/lib/components/bmb-calendar/types.d.ts +43 -0
  247. package/lib/components/bmb-calendar/utils.d.ts +12 -0
  248. package/lib/components/bmb-card/bmb-card.component.d.ts +43 -0
  249. package/lib/components/bmb-card-button/bmb-card-button.component.d.ts +50 -0
  250. package/lib/components/bmb-carousel/bmb-carousel.component.d.ts +20 -0
  251. package/lib/components/bmb-chat-bar/bmb-chat-bar.component.d.ts +63 -0
  252. package/lib/components/bmb-chat-bar/bot_list.d.ts +6 -0
  253. package/lib/components/bmb-chat-bar/types.d.ts +9 -0
  254. package/lib/components/bmb-chat-bubbles/bmb-chat-bubbles.component.d.ts +23 -0
  255. package/lib/components/bmb-chat-bubbles/types.d.ts +23 -0
  256. package/lib/components/bmb-check-external-link-button/bmb-check-external-link-button.component.d.ts +21 -0
  257. package/lib/components/bmb-checkbox/bmb-checkbox.component.d.ts +33 -0
  258. package/lib/components/bmb-chevron-title-selector/bmb-chevron-title-selector.component.d.ts +17 -0
  259. package/lib/components/bmb-container/bmb-container.component.d.ts +9 -0
  260. package/lib/components/bmb-container-button/bmb-container-button.component.d.ts +39 -0
  261. package/lib/components/bmb-date-range/bmb-date-range.component.d.ts +35 -0
  262. package/lib/components/bmb-datepicker/bmb-datepicker-modal/bmb-datepicker-modal.component.d.ts +39 -0
  263. package/lib/components/bmb-datepicker/bmb-datepicker.component.d.ts +52 -0
  264. package/lib/components/bmb-digital-id/bmb-digital-id.component.d.ts +26 -0
  265. package/lib/components/bmb-divider/bmb-divider.component.d.ts +8 -0
  266. package/lib/components/bmb-dot-paginator/bmb-dot-paginator.component.d.ts +17 -0
  267. package/lib/components/bmb-drawer-overlay/bmb-drawer-overlay.component.d.ts +26 -0
  268. package/lib/components/bmb-dropdown/bmb-dropdown.component.d.ts +62 -0
  269. package/lib/components/bmb-dropdown-menu/bmb-dropdown-menu.component.d.ts +13 -0
  270. package/lib/components/bmb-dropzone/bmb-dropzone.component.d.ts +49 -0
  271. package/lib/components/bmb-evaluation-rubric/bmb-evaluation-rubric.component.d.ts +45 -0
  272. package/lib/components/bmb-external-link/bmb-external-link.component.d.ts +25 -0
  273. package/lib/components/bmb-fab/bmb-fab-.interface.d.ts +10 -0
  274. package/lib/components/bmb-fab/bmb-fab.component.d.ts +15 -0
  275. package/lib/components/bmb-filter-card/bmb-filter-card.component.d.ts +34 -0
  276. package/lib/components/bmb-filter-card/bmb-filter-card.interface.d.ts +12 -0
  277. package/lib/components/bmb-focus-element/bmb-focus-element.component.d.ts +14 -0
  278. package/lib/components/bmb-form-validator/bmb-form-validator.component.d.ts +34 -0
  279. package/lib/components/bmb-frequent-apps-selector/bmb-frequent-apps-selector.component.d.ts +13 -0
  280. package/lib/components/bmb-grade-value/bmb-grade-value.component.d.ts +11 -0
  281. package/lib/components/bmb-grades/bmb-grades.component.d.ts +43 -0
  282. package/lib/components/bmb-grades/types.d.ts +25 -0
  283. package/lib/components/bmb-header-mitec/bmb-header-mitec.component.d.ts +17 -0
  284. package/lib/components/bmb-header-mobile/bmb-header-mobile.component.d.ts +23 -0
  285. package/lib/components/bmb-hito-card/bmb-hito-card.component.d.ts +30 -0
  286. package/lib/components/bmb-hito-list/bmb-hito-list.component.d.ts +24 -0
  287. package/lib/components/bmb-home-card/bmb-home-card-header/bmb-home-card-header.component.d.ts +28 -0
  288. package/lib/components/bmb-home-card/bmb-home-card.component.d.ts +27 -0
  289. package/lib/components/bmb-home-card-chat/bmb-home-card-chat.component.d.ts +25 -0
  290. package/lib/components/bmb-home-section/bmb-home-section.component.d.ts +9 -0
  291. package/lib/components/bmb-icon/bmb-icon.component.d.ts +23 -0
  292. package/lib/components/bmb-icon/types.d.ts +1 -0
  293. package/lib/components/bmb-icon-item/bmb-icon-item.component.d.ts +13 -0
  294. package/lib/components/bmb-icon-status/bmb-icon-status.component.d.ts +10 -0
  295. package/lib/components/bmb-iframe/bmb-iframe.component.d.ts +11 -0
  296. package/lib/components/bmb-iframe/bmb-iframe.pipe.d.ts +10 -0
  297. package/lib/components/bmb-image/bmb-image.component.d.ts +19 -0
  298. package/lib/components/bmb-inner-header/bmb-inner-header.component.d.ts +29 -0
  299. package/lib/components/bmb-input/bmb-input-content/bmb-input-content.component.d.ts +52 -0
  300. package/lib/components/bmb-input/bmb-input-validator/bmb-input-validator.component.d.ts +45 -0
  301. package/lib/components/bmb-input/bmb-input.component.d.ts +68 -0
  302. package/lib/components/bmb-input-phone-number/bmb-input-phone-number.component.d.ts +52 -0
  303. package/lib/components/bmb-input-tags/bmb-input-tags.component.d.ts +55 -0
  304. package/lib/components/bmb-interactive-icon/bmb-interactive-icon.component.d.ts +23 -0
  305. package/lib/components/bmb-invoice/bmb-invoice.component.d.ts +31 -0
  306. package/lib/components/bmb-item/bmb-item.component.d.ts +16 -0
  307. package/lib/components/bmb-legend/bmb-legend.component.d.ts +9 -0
  308. package/lib/components/bmb-list-group/bmb-list-group-item/bmb-list-group-item.component.d.ts +33 -0
  309. package/lib/components/bmb-list-group/bmb-list-group.component.d.ts +27 -0
  310. package/lib/components/bmb-list-group/bmb-list-group.service.d.ts +18 -0
  311. package/lib/components/bmb-list-group/types.d.ts +1 -0
  312. package/lib/components/bmb-list-items/bmb-list-items.component.d.ts +33 -0
  313. package/lib/components/bmb-loader/bmb-loader.component.d.ts +31 -0
  314. package/lib/components/bmb-login/bmb-login-content/bmb-login-content.component.d.ts +27 -0
  315. package/lib/components/bmb-login/bmb-login.component.d.ts +33 -0
  316. package/lib/components/bmb-login-onboarding/bmb-login-onboarding-logged/bmb-login-onboarding-logged.component.d.ts +14 -0
  317. package/lib/components/bmb-login-onboarding/bmb-login-onboarding-login/bmb-login-onboarding-login.component.d.ts +8 -0
  318. package/lib/components/bmb-login-onboarding/bmb-login-onboarding-logout/bmb-login-onboarding-logout.component.d.ts +12 -0
  319. 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
  320. 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
  321. 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
  322. 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
  323. 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
  324. package/lib/components/bmb-login-onboarding/bmb-login-onboarding-stepper/bmb-login-onboarding-stepper.component.d.ts +15 -0
  325. package/lib/components/bmb-login-onboarding/bmb-login-onboarding.component.d.ts +20 -0
  326. package/lib/components/bmb-login-onboarding/bmb-login-onboarding.service.d.ts +25 -0
  327. package/lib/components/bmb-login-onboarding/types.d.ts +15 -0
  328. package/lib/components/bmb-logo/bmb-logo.component.d.ts +19 -0
  329. package/lib/components/bmb-media-card/bmb-media-card.component.d.ts +34 -0
  330. package/lib/components/bmb-mitec-logo-animation/bmb-mitec-logo-animation.component.d.ts +6 -0
  331. package/lib/components/bmb-mobile-templates/bmb-mobile-templates.component.d.ts +47 -0
  332. package/lib/components/bmb-modal/bmb-modal.component.d.ts +31 -0
  333. package/lib/components/bmb-modal/bmb-modal.interface.d.ts +44 -0
  334. package/lib/components/bmb-modal/bmb-native-modal.component.d.ts +45 -0
  335. package/lib/components/bmb-multi-dot-paginator/bmb-multi-dot-paginator-item/bmb-multi-dot-paginator-item.component.d.ts +7 -0
  336. package/lib/components/bmb-multi-dot-paginator/bmb-multi-dot-paginator.component.d.ts +15 -0
  337. package/lib/components/bmb-navigation-bar/bmb-navigation-bar.component.d.ts +13 -0
  338. package/lib/components/bmb-notice-card/bmb-notice-card.component.d.ts +21 -0
  339. package/lib/components/bmb-notification-card/bmb-notification-card.component.d.ts +27 -0
  340. package/lib/components/bmb-notification-counter/bmb-notification-counter.component.d.ts +9 -0
  341. package/lib/components/bmb-overlay/bmb-overlay.component.d.ts +9 -0
  342. package/lib/components/bmb-paginator/bmb-paginator.component.d.ts +14 -0
  343. package/lib/components/bmb-portal/bmb-portal.component.d.ts +23 -0
  344. package/lib/components/bmb-portal/bmb-projected-content/bmb-projected-content.component.d.ts +34 -0
  345. package/lib/components/bmb-profile/bmb-profile.component.d.ts +34 -0
  346. package/lib/components/bmb-progress-bar/bmb-progress-bar.component.d.ts +19 -0
  347. package/lib/components/bmb-progress-cirlce/bmb-progress-circle.component.d.ts +51 -0
  348. package/lib/components/bmb-progress-cirlce/bmb-progress-circle.interface.d.ts +12 -0
  349. package/lib/components/bmb-pull-wedge/bmb-pull-wedge.component.d.ts +23 -0
  350. package/lib/components/bmb-push-notification/bmb-push-notification-item/bmb-push-notification-item.component.d.ts +18 -0
  351. package/lib/components/bmb-push-notification/bmb-push-notification.component.d.ts +11 -0
  352. package/lib/components/bmb-push-notification/types.d.ts +46 -0
  353. package/lib/components/bmb-radial/bmb-radial.component.d.ts +33 -0
  354. package/lib/components/bmb-search-input/bmb-search-input.component.d.ts +33 -0
  355. package/lib/components/bmb-server-table/bmb-server-table.component.d.ts +26 -0
  356. package/lib/components/bmb-sidebar/bmb-sidebar.component.d.ts +27 -0
  357. package/lib/components/bmb-sidebar/bmb-sidebar.interface.d.ts +10 -0
  358. package/lib/components/bmb-simple-header/bmb-simple-header.component.d.ts +10 -0
  359. package/lib/components/bmb-skeleton/bmb-skeleton.component.d.ts +7 -0
  360. package/lib/components/bmb-sounds-card/bmb-sounds-card.component.d.ts +24 -0
  361. package/lib/components/bmb-stat-counter/bmb-stat-counter.component.d.ts +11 -0
  362. package/lib/components/bmb-step-progress-bar/bmb-step-progress-bar.component.d.ts +30 -0
  363. package/lib/components/bmb-student-activity-card/bmb-student-activity-card.component.d.ts +23 -0
  364. package/lib/components/bmb-student-activity-selector/bmb-student-activity-tab/bmb-student-activity-tab.component.d.ts +10 -0
  365. package/lib/components/bmb-switch/bmb-switch.component.d.ts +25 -0
  366. package/lib/components/bmb-tables/bmb-tables.component.d.ts +104 -0
  367. package/lib/components/bmb-tables/bmb-tables.interface.d.ts +21 -0
  368. package/lib/components/bmb-tabs/bmb-tabs.component.d.ts +41 -0
  369. package/lib/components/bmb-tags/bmb-tags.component.d.ts +25 -0
  370. package/lib/components/bmb-text-editor/bmb-text-editor.component.d.ts +34 -0
  371. package/lib/components/bmb-text-link/bmb-text-link.component.d.ts +17 -0
  372. package/lib/components/bmb-theme/bmb-theme.component.d.ts +19 -0
  373. package/lib/components/bmb-three-cols/bmb-three-cols.component.d.ts +15 -0
  374. package/lib/components/bmb-timestream/bmb-timestream-detail/bmb-timestream-detail.component.d.ts +25 -0
  375. package/lib/components/bmb-timestream/bmb-timestream-error/bmb-timestream-error.component.d.ts +5 -0
  376. package/lib/components/bmb-timestream/bmb-timestream.component.d.ts +67 -0
  377. package/lib/components/bmb-timestream/types.d.ts +54 -0
  378. package/lib/components/bmb-timestream-card/bmb-timestream-card.component.d.ts +29 -0
  379. package/lib/components/bmb-title-content/bmb-title-content.component.d.ts +26 -0
  380. package/lib/components/bmb-toast/bmb-toast.component.d.ts +16 -0
  381. package/lib/components/bmb-tooltip/bmb-tooltip.component.d.ts +15 -0
  382. package/lib/components/bmb-top-bar/bmb-top-bar-item/bmb-top-bar-item.component.d.ts +7 -0
  383. package/lib/components/bmb-top-bar/bmb-top-bar-user-section/bmb-top-bar-user-section.component.d.ts +32 -0
  384. package/lib/components/bmb-top-bar/bmb-top-bar.component.d.ts +47 -0
  385. package/lib/components/bmb-top-bar/types.d.ts +6 -0
  386. package/lib/components/bmb-totp/bmb-totp.component.d.ts +31 -0
  387. package/lib/components/bmb-user-image/bmb-user-image.component.d.ts +19 -0
  388. package/lib/components/bmb-user-profile/bmb-user-profile-content/bmb-user-profile-content.component.d.ts +10 -0
  389. package/lib/components/bmb-user-profile/bmb-user-profile.component.d.ts +19 -0
  390. package/lib/components/bmb-user-summary/bmb-user-summary-content/bmb-user-summary-content.component.d.ts +26 -0
  391. package/lib/components/bmb-user-summary/bmb-user-summary.component.d.ts +14 -0
  392. package/lib/components/bmb-value-counter/bmb-value-counter.component.d.ts +8 -0
  393. package/lib/components/bmb-web-templates/bmb-web-templates.component.d.ts +42 -0
  394. package/lib/components/bmb-wheel-menu/bmb-wheel-menu.component.d.ts +40 -0
  395. package/lib/components/utils/bmb-dropdown-content/bmb-dropdown-content.component.d.ts +16 -0
  396. package/lib/directives/bmb-accordion/bmb-accordion-control.directive.d.ts +22 -0
  397. package/lib/directives/bmb-button/button.directive.d.ts +29 -0
  398. package/lib/directives/bmb-button-group/bmb-button-group.directive.d.ts +10 -0
  399. package/lib/directives/bmb-layout/bmb-layout-item.directive.d.ts +20 -0
  400. package/lib/directives/bmb-layout/bmb-layout.directive.d.ts +15 -0
  401. package/lib/directives/bmb-layout/bmb-vertical-layout/bmb-vertical-layout-item.directive.d.ts +9 -0
  402. package/lib/directives/bmb-layout/bmb-vertical-layout/bmb-vertical-layout.directive.d.ts +14 -0
  403. package/lib/directives/bmb-layout-grid/bmb-layout-grid.directive.d.ts +29 -0
  404. package/lib/directives/utils/clickoutside.directive.d.ts +15 -0
  405. package/lib/ds-ng.component.d.ts +5 -0
  406. package/lib/ds-ng.service.d.ts +6 -0
  407. package/lib/services/calendar.service.d.ts +15 -0
  408. package/lib/services/index.d.ts +2 -0
  409. package/lib/services/native-modal.service.d.ts +18 -0
  410. package/lib/services/notification.service.d.ts +20 -0
  411. package/lib/services/projection.service.d.ts +31 -0
  412. package/lib/services/tabs.service.d.ts +13 -0
  413. package/lib/services/theme.service.d.ts +11 -0
  414. package/lib/services/toast.service.d.ts +9 -0
  415. package/lib/services/user/profile.service.d.ts +9 -0
  416. package/lib/types/colors.d.ts +2 -0
  417. package/lib/types/index.d.ts +128 -0
  418. package/lib/utils/countryCodes.d.ts +7 -0
  419. package/lib/utils/currencyFormat.d.ts +1 -0
  420. package/lib/utils/dropdown.d.ts +6 -0
  421. package/lib/utils/formControl.d.ts +7 -0
  422. package/lib/utils/timestreamFilters.d.ts +2 -0
  423. package/lib/utils/utils.d.ts +13 -0
  424. package/package.json +6 -4
  425. package/public-api.d.ts +143 -0
  426. package/assets/svg/info_fill.svg +0 -1
  427. package/assets/svg/info_fill_primary.svg +0 -1
@@ -0,0 +1,61 @@
1
+ import { ChangeDetectionStrategy, Component, input, output, ViewEncapsulation, } from '@angular/core';
2
+ import { BmbUserImageComponent } from '../../bmb-user-image/bmb-user-image.component';
3
+ import { CommonModule } from '@angular/common';
4
+ import { BmbLayoutItemDirective } from '../../../directives/bmb-layout/bmb-layout-item.directive';
5
+ import { BmbLayoutDirective } from '../../../directives/bmb-layout/bmb-layout.directive';
6
+ import * as i0 from "@angular/core";
7
+ import * as i1 from "@angular/common";
8
+ export class BmbUserSummaryContentComponent {
9
+ constructor() {
10
+ this.isProfile = input(false);
11
+ this.name = input('');
12
+ this.userId = input('');
13
+ this.image = input('');
14
+ this.isImageBordered = input(true);
15
+ this.altImage = input('Alt image description');
16
+ this.imageSize = input('mobile-large');
17
+ this.infoCareer = input('');
18
+ this.campus = input('');
19
+ this.role = input('');
20
+ this.email = input('');
21
+ this.salutation = input('Buenas tardes');
22
+ this.contentLayout = input('column');
23
+ this.gapSize = input('none');
24
+ this.onUserClick = output();
25
+ }
26
+ getClass(mainClassName) {
27
+ if (!!this.name())
28
+ return `${mainClassName}-${this.contentLayout()}`;
29
+ return '';
30
+ }
31
+ getSalutationClasses(mainClassName, isRole = false) {
32
+ const classes = [this.getClass(mainClassName)];
33
+ if (!this.isProfile() && this.contentLayout() === 'column')
34
+ classes.push(`${mainClassName}-salutation`);
35
+ if (isRole && this.contentLayout() === 'row') {
36
+ classes.push('bmb_top-bar-user-section-role');
37
+ classes.push('bmb_user-summary_content-wrapper-role');
38
+ }
39
+ return classes;
40
+ }
41
+ getName() {
42
+ if (!!this.salutation() && !this.isProfile())
43
+ return `¡${this.salutation()}${!!this.name() ? ' '.concat(this.name()) : ''}!`;
44
+ return this.name();
45
+ }
46
+ handleUserClick(event) {
47
+ this.onUserClick.emit(event);
48
+ }
49
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BmbUserSummaryContentComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
50
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: BmbUserSummaryContentComponent, isStandalone: true, selector: "bmb-user-summary-content", inputs: { isProfile: { classPropertyName: "isProfile", publicName: "isProfile", isSignal: true, isRequired: false, transformFunction: null }, name: { classPropertyName: "name", publicName: "name", isSignal: true, isRequired: false, transformFunction: null }, userId: { classPropertyName: "userId", publicName: "userId", isSignal: true, isRequired: false, transformFunction: null }, image: { classPropertyName: "image", publicName: "image", isSignal: true, isRequired: false, transformFunction: null }, isImageBordered: { classPropertyName: "isImageBordered", publicName: "isImageBordered", isSignal: true, isRequired: false, transformFunction: null }, altImage: { classPropertyName: "altImage", publicName: "altImage", isSignal: true, isRequired: false, transformFunction: null }, imageSize: { classPropertyName: "imageSize", publicName: "imageSize", isSignal: true, isRequired: false, transformFunction: null }, infoCareer: { classPropertyName: "infoCareer", publicName: "infoCareer", isSignal: true, isRequired: false, transformFunction: null }, campus: { classPropertyName: "campus", publicName: "campus", isSignal: true, isRequired: false, transformFunction: null }, role: { classPropertyName: "role", publicName: "role", isSignal: true, isRequired: false, transformFunction: null }, email: { classPropertyName: "email", publicName: "email", isSignal: true, isRequired: false, transformFunction: null }, salutation: { classPropertyName: "salutation", publicName: "salutation", isSignal: true, isRequired: false, transformFunction: null }, contentLayout: { classPropertyName: "contentLayout", publicName: "contentLayout", isSignal: true, isRequired: false, transformFunction: null }, gapSize: { classPropertyName: "gapSize", publicName: "gapSize", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { onUserClick: "onUserClick" }, ngImport: i0, template: "<section\n class=\"bmb_user-summary_content\"\n [ngClass]=\"getClass('bmb_user-summary_content')\"\n>\n <bmb-user-image\n [size]=\"imageSize()\"\n [image]=\"image()\"\n [altImage]=\"name()\"\n [bordered]=\"isImageBordered()\"\n (buttonClick)=\"handleUserClick($event)\"\n />\n <section\n class=\"bmb_user-summary_content-wrapper\"\n [ngClass]=\"getClass('bmb_user-summary_content-wrapper')\"\n bmbLayout\n [alignItems]=\"contentLayout() === 'column' ? 'center' : 'start'\"\n [gapSize]=\"gapSize()\"\n margin=\"none\"\n [dynamicCols]=\"true\"\n >\n <h3\n class=\"bmb_user-summary_content-wrapper-title\"\n [ngClass]=\"getSalutationClasses('bmb_user-summary_content-wrapper-title')\"\n bmbLayoutItem\n [isDynamicItem]=\"true\"\n >\n {{ getName() }}\n </h3>\n <span\n class=\"bmb_user-summary_content-wrapper-id\"\n bmbLayoutItem\n [isDynamicItem]=\"true\"\n >\n {{ userId() }}\n </span>\n @if (!!campus()) {\n <span\n class=\"bmb_user-summary_content-wrapper-campus\"\n bmbLayoutItem\n [isDynamicItem]=\"true\"\n >\n {{ campus() }}\n </span>\n }\n @if (!!infoCareer()) {\n <span\n class=\"bmb_user-summary_content-wrapper-id\"\n bmbLayoutItem\n [isDynamicItem]=\"true\"\n >\n {{ infoCareer() }}\n </span>\n }\n @if (!!email()) {\n <span\n class=\"bmb_user-summary_content-wrapper-email\"\n bmbLayoutItem\n [isDynamicItem]=\"true\"\n >\n {{ email() }}\n </span>\n }\n @if (!!role()) {\n <span\n class=\"bmb_user-summary_content-wrapper-title\"\n [ngClass]=\"\n getSalutationClasses('bmb_user-summary_content-wrapper-title', true)\n \"\n bmbLayoutItem\n [isDynamicItem]=\"true\"\n >\n {{ contentLayout() === 'column' ? role().toLocaleUpperCase() : role() }}\n </span>\n }\n </section>\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_user-summary_content{align-items:center;display:flex}.bmb_user-summary_content-column{flex-direction:column}.bmb_user-summary_content-row{flex-direction:row}.bmb_user-summary_content-wrapper{display:flex;flex-direction:column}.bmb_user-summary_content-wrapper-column{margin-top:1rem}.bmb_user-summary_content-wrapper-row{margin-left:1rem}.bmb_user-summary_content-wrapper-title{color:var(--general_contrasts-100);font-family:Poppins-Regular,sans-serif;font-size:1rem;word-wrap:break-word;overflow-wrap:break-word;text-align:center}.bmb_user-summary_content-wrapper-title-column{font-family:Poppins-Regular,sans-serif;font-size:1.125rem;margin-bottom:.25rem}.bmb_user-summary_content-wrapper-title-row{font-family:Poppins-Regular,sans-serif;font-size:1.25rem;text-align:start}.bmb_user-summary_content-wrapper-title-salutation{font-style:italic;max-width:10rem}.bmb_user-summary_content-wrapper-id,.bmb_user-summary_content-wrapper-campus,.bmb_user-summary_content-wrapper-role{color:var(--general_contrasts-75);font-family:Poppins-Regular,sans-serif;font-size:.875rem}.bmb_user-summary_content-wrapper-email{color:var(--general_contrasts-75);font-family:Poppins-Regular,sans-serif;font-size:.6875rem}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: BmbUserImageComponent, selector: "bmb-user-image", inputs: ["size", "image", "altImage", "link", "target", "bordered"], outputs: ["buttonPress", "buttonClick", "buttonKeyPress"] }, { kind: "directive", type: BmbLayoutDirective, selector: "[bmbLayout]", inputs: ["gapSize", "margin", "dynamicCols", "justify", "alignItems"] }, { kind: "directive", type: BmbLayoutItemDirective, selector: "[bmbLayoutItem]", inputs: ["colSm", "colLg", "marginLeft", "marginRight", "colGrow", "isDynamicItem"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
51
+ }
52
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BmbUserSummaryContentComponent, decorators: [{
53
+ type: Component,
54
+ args: [{ selector: 'bmb-user-summary-content', standalone: true, imports: [
55
+ CommonModule,
56
+ BmbUserImageComponent,
57
+ BmbLayoutDirective,
58
+ BmbLayoutItemDirective,
59
+ ], encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, template: "<section\n class=\"bmb_user-summary_content\"\n [ngClass]=\"getClass('bmb_user-summary_content')\"\n>\n <bmb-user-image\n [size]=\"imageSize()\"\n [image]=\"image()\"\n [altImage]=\"name()\"\n [bordered]=\"isImageBordered()\"\n (buttonClick)=\"handleUserClick($event)\"\n />\n <section\n class=\"bmb_user-summary_content-wrapper\"\n [ngClass]=\"getClass('bmb_user-summary_content-wrapper')\"\n bmbLayout\n [alignItems]=\"contentLayout() === 'column' ? 'center' : 'start'\"\n [gapSize]=\"gapSize()\"\n margin=\"none\"\n [dynamicCols]=\"true\"\n >\n <h3\n class=\"bmb_user-summary_content-wrapper-title\"\n [ngClass]=\"getSalutationClasses('bmb_user-summary_content-wrapper-title')\"\n bmbLayoutItem\n [isDynamicItem]=\"true\"\n >\n {{ getName() }}\n </h3>\n <span\n class=\"bmb_user-summary_content-wrapper-id\"\n bmbLayoutItem\n [isDynamicItem]=\"true\"\n >\n {{ userId() }}\n </span>\n @if (!!campus()) {\n <span\n class=\"bmb_user-summary_content-wrapper-campus\"\n bmbLayoutItem\n [isDynamicItem]=\"true\"\n >\n {{ campus() }}\n </span>\n }\n @if (!!infoCareer()) {\n <span\n class=\"bmb_user-summary_content-wrapper-id\"\n bmbLayoutItem\n [isDynamicItem]=\"true\"\n >\n {{ infoCareer() }}\n </span>\n }\n @if (!!email()) {\n <span\n class=\"bmb_user-summary_content-wrapper-email\"\n bmbLayoutItem\n [isDynamicItem]=\"true\"\n >\n {{ email() }}\n </span>\n }\n @if (!!role()) {\n <span\n class=\"bmb_user-summary_content-wrapper-title\"\n [ngClass]=\"\n getSalutationClasses('bmb_user-summary_content-wrapper-title', true)\n \"\n bmbLayoutItem\n [isDynamicItem]=\"true\"\n >\n {{ contentLayout() === 'column' ? role().toLocaleUpperCase() : role() }}\n </span>\n }\n </section>\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_user-summary_content{align-items:center;display:flex}.bmb_user-summary_content-column{flex-direction:column}.bmb_user-summary_content-row{flex-direction:row}.bmb_user-summary_content-wrapper{display:flex;flex-direction:column}.bmb_user-summary_content-wrapper-column{margin-top:1rem}.bmb_user-summary_content-wrapper-row{margin-left:1rem}.bmb_user-summary_content-wrapper-title{color:var(--general_contrasts-100);font-family:Poppins-Regular,sans-serif;font-size:1rem;word-wrap:break-word;overflow-wrap:break-word;text-align:center}.bmb_user-summary_content-wrapper-title-column{font-family:Poppins-Regular,sans-serif;font-size:1.125rem;margin-bottom:.25rem}.bmb_user-summary_content-wrapper-title-row{font-family:Poppins-Regular,sans-serif;font-size:1.25rem;text-align:start}.bmb_user-summary_content-wrapper-title-salutation{font-style:italic;max-width:10rem}.bmb_user-summary_content-wrapper-id,.bmb_user-summary_content-wrapper-campus,.bmb_user-summary_content-wrapper-role{color:var(--general_contrasts-75);font-family:Poppins-Regular,sans-serif;font-size:.875rem}.bmb_user-summary_content-wrapper-email{color:var(--general_contrasts-75);font-family:Poppins-Regular,sans-serif;font-size:.6875rem}\n"] }]
60
+ }] });
61
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYm1iLXVzZXItc3VtbWFyeS1jb250ZW50LmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2RzLW5nL3NyYy9saWIvY29tcG9uZW50cy9ibWItdXNlci1zdW1tYXJ5L2JtYi11c2VyLXN1bW1hcnktY29udGVudC9ibWItdXNlci1zdW1tYXJ5LWNvbnRlbnQuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvZHMtbmcvc3JjL2xpYi9jb21wb25lbnRzL2JtYi11c2VyLXN1bW1hcnkvYm1iLXVzZXItc3VtbWFyeS1jb250ZW50L2JtYi11c2VyLXN1bW1hcnktY29udGVudC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQ0wsdUJBQXVCLEVBQ3ZCLFNBQVMsRUFDVCxLQUFLLEVBQ0wsTUFBTSxFQUNOLGlCQUFpQixHQUNsQixNQUFNLGVBQWUsQ0FBQztBQUN2QixPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSwrQ0FBK0MsQ0FBQztBQUN0RixPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLHNCQUFzQixFQUFFLE1BQU0sMERBQTBELENBQUM7QUFDbEcsT0FBTyxFQUFFLGtCQUFrQixFQUFFLE1BQU0scURBQXFELENBQUM7OztBQW1CekYsTUFBTSxPQUFPLDhCQUE4QjtJQWQzQztRQWVFLGNBQVMsR0FBRyxLQUFLLENBQVUsS0FBSyxDQUFDLENBQUM7UUFDbEMsU0FBSSxHQUFHLEtBQUssQ0FBUyxFQUFFLENBQUMsQ0FBQztRQUN6QixXQUFNLEdBQUcsS0FBSyxDQUFTLEVBQUUsQ0FBQyxDQUFDO1FBQzNCLFVBQUssR0FBRyxLQUFLLENBQVMsRUFBRSxDQUFDLENBQUM7UUFDMUIsb0JBQWUsR0FBRyxLQUFLLENBQVUsSUFBSSxDQUFDLENBQUM7UUFDdkMsYUFBUSxHQUFHLEtBQUssQ0FBUyx1QkFBdUIsQ0FBQyxDQUFDO1FBQ2xELGNBQVMsR0FBRyxLQUFLLENBQW9CLGNBQWMsQ0FBQyxDQUFDO1FBQ3JELGVBQVUsR0FBRyxLQUFLLENBQVMsRUFBRSxDQUFDLENBQUM7UUFDL0IsV0FBTSxHQUFHLEtBQUssQ0FBUyxFQUFFLENBQUMsQ0FBQztRQUMzQixTQUFJLEdBQUcsS0FBSyxDQUFTLEVBQUUsQ0FBQyxDQUFDO1FBQ3pCLFVBQUssR0FBRyxLQUFLLENBQVMsRUFBRSxDQUFDLENBQUM7UUFDMUIsZUFBVSxHQUFHLEtBQUssQ0FBUyxlQUFlLENBQUMsQ0FBQztRQUM1QyxrQkFBYSxHQUFHLEtBQUssQ0FBMkIsUUFBUSxDQUFDLENBQUM7UUFDMUQsWUFBTyxHQUFHLEtBQUssQ0FBWSxNQUFNLENBQUMsQ0FBQztRQUVuQyxnQkFBVyxHQUFHLE1BQU0sRUFBYyxDQUFDO0tBZ0NwQztJQTlCQyxRQUFRLENBQUMsYUFBcUI7UUFDNUIsSUFBSSxDQUFDLENBQUMsSUFBSSxDQUFDLElBQUksRUFBRTtZQUFFLE9BQU8sR0FBRyxhQUFhLElBQUksSUFBSSxDQUFDLGFBQWEsRUFBRSxFQUFFLENBQUM7UUFFckUsT0FBTyxFQUFFLENBQUM7SUFDWixDQUFDO0lBRUQsb0JBQW9CLENBQ2xCLGFBQXFCLEVBQ3JCLFNBQWtCLEtBQUs7UUFFdkIsTUFBTSxPQUFPLEdBQWEsQ0FBQyxJQUFJLENBQUMsUUFBUSxDQUFDLGFBQWEsQ0FBQyxDQUFDLENBQUM7UUFFekQsSUFBSSxDQUFDLElBQUksQ0FBQyxTQUFTLEVBQUUsSUFBSSxJQUFJLENBQUMsYUFBYSxFQUFFLEtBQUssUUFBUTtZQUN4RCxPQUFPLENBQUMsSUFBSSxDQUFDLEdBQUcsYUFBYSxhQUFhLENBQUMsQ0FBQztRQUM5QyxJQUFJLE1BQU0sSUFBSSxJQUFJLENBQUMsYUFBYSxFQUFFLEtBQUssS0FBSyxFQUFFO1lBQzVDLE9BQU8sQ0FBQyxJQUFJLENBQUMsK0JBQStCLENBQUMsQ0FBQztZQUM5QyxPQUFPLENBQUMsSUFBSSxDQUFDLHVDQUF1QyxDQUFDLENBQUM7U0FDdkQ7UUFDRCxPQUFPLE9BQU8sQ0FBQztJQUNqQixDQUFDO0lBRUQsT0FBTztRQUNMLElBQUksQ0FBQyxDQUFDLElBQUksQ0FBQyxVQUFVLEVBQUUsSUFBSSxDQUFDLElBQUksQ0FBQyxTQUFTLEVBQUU7WUFDMUMsT0FBTyxJQUFJLElBQUksQ0FBQyxVQUFVLEVBQUUsR0FBRyxDQUFDLENBQUMsSUFBSSxDQUFDLElBQUksRUFBRSxDQUFDLENBQUMsQ0FBQyxHQUFHLENBQUMsTUFBTSxDQUFDLElBQUksQ0FBQyxJQUFJLEVBQUUsQ0FBQyxDQUFDLENBQUMsQ0FBQyxFQUFFLEdBQUcsQ0FBQztRQUNqRixPQUFPLElBQUksQ0FBQyxJQUFJLEVBQUUsQ0FBQztJQUNyQixDQUFDO0lBRUQsZUFBZSxDQUFDLEtBQWlCO1FBQy9CLElBQUksQ0FBQyxXQUFXLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxDQUFDO0lBQy9CLENBQUM7K0dBL0NVLDhCQUE4QjttR0FBOUIsOEJBQThCLG81REM3QjNDLHErREE0RUEsb2xPRHpESSxZQUFZLDZIQUNaLHFCQUFxQiwyTEFDckIsa0JBQWtCLCtIQUNsQixzQkFBc0I7OzRGQU9iLDhCQUE4QjtrQkFkMUMsU0FBUzsrQkFDRSwwQkFBMEIsY0FDeEIsSUFBSSxXQUNQO3dCQUNQLFlBQVk7d0JBQ1oscUJBQXFCO3dCQUNyQixrQkFBa0I7d0JBQ2xCLHNCQUFzQjtxQkFDdkIsaUJBR2MsaUJBQWlCLENBQUMsSUFBSSxtQkFDcEIsdUJBQXVCLENBQUMsTUFBTSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XG4gIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LFxuICBDb21wb25lbnQsXG4gIGlucHV0LFxuICBvdXRwdXQsXG4gIFZpZXdFbmNhcHN1bGF0aW9uLFxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEJtYlVzZXJJbWFnZUNvbXBvbmVudCB9IGZyb20gJy4uLy4uL2JtYi11c2VyLWltYWdlL2JtYi11c2VyLWltYWdlLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgQm1iTGF5b3V0SXRlbURpcmVjdGl2ZSB9IGZyb20gJy4uLy4uLy4uL2RpcmVjdGl2ZXMvYm1iLWxheW91dC9ibWItbGF5b3V0LWl0ZW0uZGlyZWN0aXZlJztcbmltcG9ydCB7IEJtYkxheW91dERpcmVjdGl2ZSB9IGZyb20gJy4uLy4uLy4uL2RpcmVjdGl2ZXMvYm1iLWxheW91dC9ibWItbGF5b3V0LmRpcmVjdGl2ZSc7XG5pbXBvcnQgeyBJQm1iVXNlckltYWdlU2l6ZSwgU2l6ZU5hbWVzIH0gZnJvbSAnLi4vLi4vLi4vdHlwZXMnO1xuXG5leHBvcnQgdHlwZSBJQm1iQ29udGVudExheW91dFN1bW1hcnkgPSAnY29sdW1uJyB8ICdyb3cnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdibWItdXNlci1zdW1tYXJ5LWNvbnRlbnQnLFxuICBzdGFuZGFsb25lOiB0cnVlLFxuICBpbXBvcnRzOiBbXG4gICAgQ29tbW9uTW9kdWxlLFxuICAgIEJtYlVzZXJJbWFnZUNvbXBvbmVudCxcbiAgICBCbWJMYXlvdXREaXJlY3RpdmUsXG4gICAgQm1iTGF5b3V0SXRlbURpcmVjdGl2ZSxcbiAgXSxcbiAgdGVtcGxhdGVVcmw6ICcuL2JtYi11c2VyLXN1bW1hcnktY29udGVudC5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsOiAnLi9ibWItdXNlci1zdW1tYXJ5LWNvbnRlbnQuY29tcG9uZW50LnNjc3MnLFxuICBlbmNhcHN1bGF0aW9uOiBWaWV3RW5jYXBzdWxhdGlvbi5Ob25lLFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbn0pXG5leHBvcnQgY2xhc3MgQm1iVXNlclN1bW1hcnlDb250ZW50Q29tcG9uZW50IHtcbiAgaXNQcm9maWxlID0gaW5wdXQ8Ym9vbGVhbj4oZmFsc2UpO1xuICBuYW1lID0gaW5wdXQ8c3RyaW5nPignJyk7XG4gIHVzZXJJZCA9IGlucHV0PHN0cmluZz4oJycpO1xuICBpbWFnZSA9IGlucHV0PHN0cmluZz4oJycpO1xuICBpc0ltYWdlQm9yZGVyZWQgPSBpbnB1dDxib29sZWFuPih0cnVlKTtcbiAgYWx0SW1hZ2UgPSBpbnB1dDxzdHJpbmc+KCdBbHQgaW1hZ2UgZGVzY3JpcHRpb24nKTtcbiAgaW1hZ2VTaXplID0gaW5wdXQ8SUJtYlVzZXJJbWFnZVNpemU+KCdtb2JpbGUtbGFyZ2UnKTtcbiAgaW5mb0NhcmVlciA9IGlucHV0PHN0cmluZz4oJycpO1xuICBjYW1wdXMgPSBpbnB1dDxzdHJpbmc+KCcnKTtcbiAgcm9sZSA9IGlucHV0PHN0cmluZz4oJycpO1xuICBlbWFpbCA9IGlucHV0PHN0cmluZz4oJycpO1xuICBzYWx1dGF0aW9uID0gaW5wdXQ8c3RyaW5nPignQnVlbmFzIHRhcmRlcycpO1xuICBjb250ZW50TGF5b3V0ID0gaW5wdXQ8SUJtYkNvbnRlbnRMYXlvdXRTdW1tYXJ5PignY29sdW1uJyk7XG4gIGdhcFNpemUgPSBpbnB1dDxTaXplTmFtZXM+KCdub25lJyk7XG5cbiAgb25Vc2VyQ2xpY2sgPSBvdXRwdXQ8TW91c2VFdmVudD4oKTtcblxuICBnZXRDbGFzcyhtYWluQ2xhc3NOYW1lOiBzdHJpbmcpOiBzdHJpbmcge1xuICAgIGlmICghIXRoaXMubmFtZSgpKSByZXR1cm4gYCR7bWFpbkNsYXNzTmFtZX0tJHt0aGlzLmNvbnRlbnRMYXlvdXQoKX1gO1xuXG4gICAgcmV0dXJuICcnO1xuICB9XG5cbiAgZ2V0U2FsdXRhdGlvbkNsYXNzZXMoXG4gICAgbWFpbkNsYXNzTmFtZTogc3RyaW5nLFxuICAgIGlzUm9sZTogYm9vbGVhbiA9IGZhbHNlLFxuICApOiBzdHJpbmdbXSB7XG4gICAgY29uc3QgY2xhc3Nlczogc3RyaW5nW10gPSBbdGhpcy5nZXRDbGFzcyhtYWluQ2xhc3NOYW1lKV07XG5cbiAgICBpZiAoIXRoaXMuaXNQcm9maWxlKCkgJiYgdGhpcy5jb250ZW50TGF5b3V0KCkgPT09ICdjb2x1bW4nKVxuICAgICAgY2xhc3Nlcy5wdXNoKGAke21haW5DbGFzc05hbWV9LXNhbHV0YXRpb25gKTtcbiAgICBpZiAoaXNSb2xlICYmIHRoaXMuY29udGVudExheW91dCgpID09PSAncm93Jykge1xuICAgICAgY2xhc3Nlcy5wdXNoKCdibWJfdG9wLWJhci11c2VyLXNlY3Rpb24tcm9sZScpO1xuICAgICAgY2xhc3Nlcy5wdXNoKCdibWJfdXNlci1zdW1tYXJ5X2NvbnRlbnQtd3JhcHBlci1yb2xlJyk7XG4gICAgfVxuICAgIHJldHVybiBjbGFzc2VzO1xuICB9XG5cbiAgZ2V0TmFtZSgpOiBzdHJpbmcge1xuICAgIGlmICghIXRoaXMuc2FsdXRhdGlvbigpICYmICF0aGlzLmlzUHJvZmlsZSgpKVxuICAgICAgcmV0dXJuIGDCoSR7dGhpcy5zYWx1dGF0aW9uKCl9JHshIXRoaXMubmFtZSgpID8gJyAnLmNvbmNhdCh0aGlzLm5hbWUoKSkgOiAnJ30hYDtcbiAgICByZXR1cm4gdGhpcy5uYW1lKCk7XG4gIH1cblxuICBoYW5kbGVVc2VyQ2xpY2soZXZlbnQ6IE1vdXNlRXZlbnQpIHtcbiAgICB0aGlzLm9uVXNlckNsaWNrLmVtaXQoZXZlbnQpO1xuICB9XG59XG4iLCI8c2VjdGlvblxuICBjbGFzcz1cImJtYl91c2VyLXN1bW1hcnlfY29udGVudFwiXG4gIFtuZ0NsYXNzXT1cImdldENsYXNzKCdibWJfdXNlci1zdW1tYXJ5X2NvbnRlbnQnKVwiXG4+XG4gIDxibWItdXNlci1pbWFnZVxuICAgIFtzaXplXT1cImltYWdlU2l6ZSgpXCJcbiAgICBbaW1hZ2VdPVwiaW1hZ2UoKVwiXG4gICAgW2FsdEltYWdlXT1cIm5hbWUoKVwiXG4gICAgW2JvcmRlcmVkXT1cImlzSW1hZ2VCb3JkZXJlZCgpXCJcbiAgICAoYnV0dG9uQ2xpY2spPVwiaGFuZGxlVXNlckNsaWNrKCRldmVudClcIlxuICAvPlxuICA8c2VjdGlvblxuICAgIGNsYXNzPVwiYm1iX3VzZXItc3VtbWFyeV9jb250ZW50LXdyYXBwZXJcIlxuICAgIFtuZ0NsYXNzXT1cImdldENsYXNzKCdibWJfdXNlci1zdW1tYXJ5X2NvbnRlbnQtd3JhcHBlcicpXCJcbiAgICBibWJMYXlvdXRcbiAgICBbYWxpZ25JdGVtc109XCJjb250ZW50TGF5b3V0KCkgPT09ICdjb2x1bW4nID8gJ2NlbnRlcicgOiAnc3RhcnQnXCJcbiAgICBbZ2FwU2l6ZV09XCJnYXBTaXplKClcIlxuICAgIG1hcmdpbj1cIm5vbmVcIlxuICAgIFtkeW5hbWljQ29sc109XCJ0cnVlXCJcbiAgPlxuICAgIDxoM1xuICAgICAgY2xhc3M9XCJibWJfdXNlci1zdW1tYXJ5X2NvbnRlbnQtd3JhcHBlci10aXRsZVwiXG4gICAgICBbbmdDbGFzc109XCJnZXRTYWx1dGF0aW9uQ2xhc3NlcygnYm1iX3VzZXItc3VtbWFyeV9jb250ZW50LXdyYXBwZXItdGl0bGUnKVwiXG4gICAgICBibWJMYXlvdXRJdGVtXG4gICAgICBbaXNEeW5hbWljSXRlbV09XCJ0cnVlXCJcbiAgICA+XG4gICAgICB7eyBnZXROYW1lKCkgfX1cbiAgICA8L2gzPlxuICAgIDxzcGFuXG4gICAgICBjbGFzcz1cImJtYl91c2VyLXN1bW1hcnlfY29udGVudC13cmFwcGVyLWlkXCJcbiAgICAgIGJtYkxheW91dEl0ZW1cbiAgICAgIFtpc0R5bmFtaWNJdGVtXT1cInRydWVcIlxuICAgID5cbiAgICAgIHt7IHVzZXJJZCgpIH19XG4gICAgPC9zcGFuPlxuICAgIEBpZiAoISFjYW1wdXMoKSkge1xuICAgICAgPHNwYW5cbiAgICAgICAgY2xhc3M9XCJibWJfdXNlci1zdW1tYXJ5X2NvbnRlbnQtd3JhcHBlci1jYW1wdXNcIlxuICAgICAgICBibWJMYXlvdXRJdGVtXG4gICAgICAgIFtpc0R5bmFtaWNJdGVtXT1cInRydWVcIlxuICAgICAgPlxuICAgICAgICB7eyBjYW1wdXMoKSB9fVxuICAgICAgPC9zcGFuPlxuICAgIH1cbiAgICBAaWYgKCEhaW5mb0NhcmVlcigpKSB7XG4gICAgICA8c3BhblxuICAgICAgICBjbGFzcz1cImJtYl91c2VyLXN1bW1hcnlfY29udGVudC13cmFwcGVyLWlkXCJcbiAgICAgICAgYm1iTGF5b3V0SXRlbVxuICAgICAgICBbaXNEeW5hbWljSXRlbV09XCJ0cnVlXCJcbiAgICAgID5cbiAgICAgICAge3sgaW5mb0NhcmVlcigpIH19XG4gICAgICA8L3NwYW4+XG4gICAgfVxuICAgIEBpZiAoISFlbWFpbCgpKSB7XG4gICAgICA8c3BhblxuICAgICAgICBjbGFzcz1cImJtYl91c2VyLXN1bW1hcnlfY29udGVudC13cmFwcGVyLWVtYWlsXCJcbiAgICAgICAgYm1iTGF5b3V0SXRlbVxuICAgICAgICBbaXNEeW5hbWljSXRlbV09XCJ0cnVlXCJcbiAgICAgID5cbiAgICAgICAge3sgZW1haWwoKSB9fVxuICAgICAgPC9zcGFuPlxuICAgIH1cbiAgICBAaWYgKCEhcm9sZSgpKSB7XG4gICAgICA8c3BhblxuICAgICAgICBjbGFzcz1cImJtYl91c2VyLXN1bW1hcnlfY29udGVudC13cmFwcGVyLXRpdGxlXCJcbiAgICAgICAgW25nQ2xhc3NdPVwiXG4gICAgICAgICAgZ2V0U2FsdXRhdGlvbkNsYXNzZXMoJ2JtYl91c2VyLXN1bW1hcnlfY29udGVudC13cmFwcGVyLXRpdGxlJywgdHJ1ZSlcbiAgICAgICAgXCJcbiAgICAgICAgYm1iTGF5b3V0SXRlbVxuICAgICAgICBbaXNEeW5hbWljSXRlbV09XCJ0cnVlXCJcbiAgICAgID5cbiAgICAgICAge3sgY29udGVudExheW91dCgpID09PSAnY29sdW1uJyA/IHJvbGUoKS50b0xvY2FsZVVwcGVyQ2FzZSgpIDogcm9sZSgpIH19XG4gICAgICA8L3NwYW4+XG4gICAgfVxuICA8L3NlY3Rpb24+XG48L3NlY3Rpb24+XG4iXX0=
@@ -0,0 +1,28 @@
1
+ import { Component, ViewEncapsulation, ChangeDetectionStrategy, input, output, } from '@angular/core';
2
+ import { CommonModule } from '@angular/common';
3
+ import { BmbButtonDirective } from '../../directives/bmb-button/button.directive';
4
+ import { BmbUserSummaryContentComponent } from './bmb-user-summary-content/bmb-user-summary-content.component';
5
+ import * as i0 from "@angular/core";
6
+ import * as i1 from "@angular/common";
7
+ export class BmbUserSummaryComponent {
8
+ constructor() {
9
+ this.isProfile = input(false);
10
+ this.name = input('');
11
+ this.id = input('');
12
+ this.image = input('');
13
+ this.infoCareer = input('');
14
+ this.noBox = input(false);
15
+ this.salutation = input('Buenas tardes');
16
+ this.onClick = output();
17
+ }
18
+ handleClick(event) {
19
+ this.onClick.emit(event);
20
+ }
21
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BmbUserSummaryComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
22
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: BmbUserSummaryComponent, isStandalone: true, selector: "bmb-user-summary", inputs: { isProfile: { classPropertyName: "isProfile", publicName: "isProfile", isSignal: true, isRequired: false, transformFunction: null }, name: { classPropertyName: "name", publicName: "name", isSignal: true, isRequired: false, transformFunction: null }, id: { classPropertyName: "id", publicName: "id", isSignal: true, isRequired: false, transformFunction: null }, image: { classPropertyName: "image", publicName: "image", isSignal: true, isRequired: false, transformFunction: null }, infoCareer: { classPropertyName: "infoCareer", publicName: "infoCareer", isSignal: true, isRequired: false, transformFunction: null }, noBox: { classPropertyName: "noBox", publicName: "noBox", isSignal: true, isRequired: false, transformFunction: null }, salutation: { classPropertyName: "salutation", publicName: "salutation", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { onClick: "onClick" }, ngImport: i0, template: "<section\n class=\"bmb_user-summary\"\n [ngClass]=\"{\n 'bmb_user-summary-is_profile': isProfile(),\n 'bmb_user-summary-is_profile-no_box': isProfile() && noBox()\n }\"\n>\n <bmb-user-summary-content\n [isProfile]=\"isProfile()\"\n [name]=\"name()\"\n [userId]=\"id()\"\n [image]=\"image()\"\n [infoCareer]=\"infoCareer()\"\n [salutation]=\"salutation()\"\n />\n @if (isProfile()) {\n <button\n class=\"bmb_user-summary-button\"\n bmbButton\n appearance=\"secondary-outlined\"\n (click)=\"handleClick($event)\"\n >\n ID Digital\n </button>\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_user-summary{background-color:RGBA(var(--color-charade-50));border:.0625rem solid RGBA(var(--color-black-primary),.25);border-radius:1.5rem;display:flex;flex-direction:column;padding:1.5rem}.bmb_user-summary-is_profile{background-color:RGBA(var(--color-charade-100));padding-left:.375rem;padding-right:.375rem}.bmb_user-summary-is_profile-no_box{background-color:transparent;border-color:transparent}.bmb_user-summary-button{margin-top:1rem;width:100%}[data-theme=dark] .bmb_user-summary,.storybook-dark-theme .bmb_user-summary{background-color:RGBA(var(--color-black-primary),.5)}[data-theme=dark] .bmb_user-summary-is_profile,.storybook-dark-theme .bmb_user-summary-is_profile{background-color:RGBA(var(--color-charade-900))}[data-theme=dark] .bmb_user-summary-is_profile-no_box,.storybook-dark-theme .bmb_user-summary-is_profile-no_box{background-color:transparent;border-color:transparent}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: BmbUserSummaryContentComponent, selector: "bmb-user-summary-content", inputs: ["isProfile", "name", "userId", "image", "isImageBordered", "altImage", "imageSize", "infoCareer", "campus", "role", "email", "salutation", "contentLayout", "gapSize"], outputs: ["onUserClick"] }, { kind: "directive", type: BmbButtonDirective, selector: "[bmbButton]", inputs: ["icon", "iconSize", "position", "case", "appearance", "size", "isToggleActive", "enableButtonToggle", "isRounded", "isMobile", "iconAlt"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
23
+ }
24
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BmbUserSummaryComponent, decorators: [{
25
+ type: Component,
26
+ args: [{ selector: 'bmb-user-summary', standalone: true, imports: [CommonModule, BmbUserSummaryContentComponent, BmbButtonDirective], encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, template: "<section\n class=\"bmb_user-summary\"\n [ngClass]=\"{\n 'bmb_user-summary-is_profile': isProfile(),\n 'bmb_user-summary-is_profile-no_box': isProfile() && noBox()\n }\"\n>\n <bmb-user-summary-content\n [isProfile]=\"isProfile()\"\n [name]=\"name()\"\n [userId]=\"id()\"\n [image]=\"image()\"\n [infoCareer]=\"infoCareer()\"\n [salutation]=\"salutation()\"\n />\n @if (isProfile()) {\n <button\n class=\"bmb_user-summary-button\"\n bmbButton\n appearance=\"secondary-outlined\"\n (click)=\"handleClick($event)\"\n >\n ID Digital\n </button>\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_user-summary{background-color:RGBA(var(--color-charade-50));border:.0625rem solid RGBA(var(--color-black-primary),.25);border-radius:1.5rem;display:flex;flex-direction:column;padding:1.5rem}.bmb_user-summary-is_profile{background-color:RGBA(var(--color-charade-100));padding-left:.375rem;padding-right:.375rem}.bmb_user-summary-is_profile-no_box{background-color:transparent;border-color:transparent}.bmb_user-summary-button{margin-top:1rem;width:100%}[data-theme=dark] .bmb_user-summary,.storybook-dark-theme .bmb_user-summary{background-color:RGBA(var(--color-black-primary),.5)}[data-theme=dark] .bmb_user-summary-is_profile,.storybook-dark-theme .bmb_user-summary-is_profile{background-color:RGBA(var(--color-charade-900))}[data-theme=dark] .bmb_user-summary-is_profile-no_box,.storybook-dark-theme .bmb_user-summary-is_profile-no_box{background-color:transparent;border-color:transparent}\n"] }]
27
+ }] });
28
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYm1iLXVzZXItc3VtbWFyeS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9kcy1uZy9zcmMvbGliL2NvbXBvbmVudHMvYm1iLXVzZXItc3VtbWFyeS9ibWItdXNlci1zdW1tYXJ5LmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2RzLW5nL3NyYy9saWIvY29tcG9uZW50cy9ibWItdXNlci1zdW1tYXJ5L2JtYi11c2VyLXN1bW1hcnkuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUNMLFNBQVMsRUFDVCxpQkFBaUIsRUFDakIsdUJBQXVCLEVBQ3ZCLEtBQUssRUFDTCxNQUFNLEdBQ1AsTUFBTSxlQUFlLENBQUM7QUFDdkIsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxrQkFBa0IsRUFBRSxNQUFNLDhDQUE4QyxDQUFDO0FBQ2xGLE9BQU8sRUFBRSw4QkFBOEIsRUFBRSxNQUFNLCtEQUErRCxDQUFDOzs7QUFXL0csTUFBTSxPQUFPLHVCQUF1QjtJQVRwQztRQVVFLGNBQVMsR0FBRyxLQUFLLENBQVUsS0FBSyxDQUFDLENBQUM7UUFDbEMsU0FBSSxHQUFHLEtBQUssQ0FBUyxFQUFFLENBQUMsQ0FBQztRQUN6QixPQUFFLEdBQUcsS0FBSyxDQUFTLEVBQUUsQ0FBQyxDQUFDO1FBQ3ZCLFVBQUssR0FBRyxLQUFLLENBQVMsRUFBRSxDQUFDLENBQUM7UUFDMUIsZUFBVSxHQUFHLEtBQUssQ0FBUyxFQUFFLENBQUMsQ0FBQztRQUMvQixVQUFLLEdBQUcsS0FBSyxDQUFVLEtBQUssQ0FBQyxDQUFDO1FBQzlCLGVBQVUsR0FBRyxLQUFLLENBQVMsZUFBZSxDQUFDLENBQUM7UUFFNUMsWUFBTyxHQUFHLE1BQU0sRUFBYyxDQUFDO0tBS2hDO0lBSEMsV0FBVyxDQUFDLEtBQWlCO1FBQzNCLElBQUksQ0FBQyxPQUFPLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxDQUFDO0lBQzNCLENBQUM7K0dBYlUsdUJBQXVCO21HQUF2Qix1QkFBdUIsKzlCQ3BCcEMsZ25CQTBCQSxpeU5EWlksWUFBWSw2SEFBRSw4QkFBOEIsZ1JBQUUsa0JBQWtCOzs0RkFNL0QsdUJBQXVCO2tCQVRuQyxTQUFTOytCQUNFLGtCQUFrQixjQUNoQixJQUFJLFdBQ1AsQ0FBQyxZQUFZLEVBQUUsOEJBQThCLEVBQUUsa0JBQWtCLENBQUMsaUJBRzVELGlCQUFpQixDQUFDLElBQUksbUJBQ3BCLHVCQUF1QixDQUFDLE1BQU0iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICBDb21wb25lbnQsXG4gIFZpZXdFbmNhcHN1bGF0aW9uLFxuICBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSxcbiAgaW5wdXQsXG4gIG91dHB1dCxcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgQm1iQnV0dG9uRGlyZWN0aXZlIH0gZnJvbSAnLi4vLi4vZGlyZWN0aXZlcy9ibWItYnV0dG9uL2J1dHRvbi5kaXJlY3RpdmUnO1xuaW1wb3J0IHsgQm1iVXNlclN1bW1hcnlDb250ZW50Q29tcG9uZW50IH0gZnJvbSAnLi9ibWItdXNlci1zdW1tYXJ5LWNvbnRlbnQvYm1iLXVzZXItc3VtbWFyeS1jb250ZW50LmNvbXBvbmVudCc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2JtYi11c2VyLXN1bW1hcnknLFxuICBzdGFuZGFsb25lOiB0cnVlLFxuICBpbXBvcnRzOiBbQ29tbW9uTW9kdWxlLCBCbWJVc2VyU3VtbWFyeUNvbnRlbnRDb21wb25lbnQsIEJtYkJ1dHRvbkRpcmVjdGl2ZV0sXG4gIHRlbXBsYXRlVXJsOiAnLi9ibWItdXNlci1zdW1tYXJ5LmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmw6ICcuL2JtYi11c2VyLXN1bW1hcnkuY29tcG9uZW50LnNjc3MnLFxuICBlbmNhcHN1bGF0aW9uOiBWaWV3RW5jYXBzdWxhdGlvbi5Ob25lLFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbn0pXG5leHBvcnQgY2xhc3MgQm1iVXNlclN1bW1hcnlDb21wb25lbnQge1xuICBpc1Byb2ZpbGUgPSBpbnB1dDxib29sZWFuPihmYWxzZSk7XG4gIG5hbWUgPSBpbnB1dDxzdHJpbmc+KCcnKTtcbiAgaWQgPSBpbnB1dDxzdHJpbmc+KCcnKTtcbiAgaW1hZ2UgPSBpbnB1dDxzdHJpbmc+KCcnKTtcbiAgaW5mb0NhcmVlciA9IGlucHV0PHN0cmluZz4oJycpO1xuICBub0JveCA9IGlucHV0PGJvb2xlYW4+KGZhbHNlKTtcbiAgc2FsdXRhdGlvbiA9IGlucHV0PHN0cmluZz4oJ0J1ZW5hcyB0YXJkZXMnKTtcblxuICBvbkNsaWNrID0gb3V0cHV0PE1vdXNlRXZlbnQ+KCk7XG5cbiAgaGFuZGxlQ2xpY2soZXZlbnQ6IE1vdXNlRXZlbnQpOiB2b2lkIHtcbiAgICB0aGlzLm9uQ2xpY2suZW1pdChldmVudCk7XG4gIH1cbn1cbiIsIjxzZWN0aW9uXG4gIGNsYXNzPVwiYm1iX3VzZXItc3VtbWFyeVwiXG4gIFtuZ0NsYXNzXT1cIntcbiAgICAnYm1iX3VzZXItc3VtbWFyeS1pc19wcm9maWxlJzogaXNQcm9maWxlKCksXG4gICAgJ2JtYl91c2VyLXN1bW1hcnktaXNfcHJvZmlsZS1ub19ib3gnOiBpc1Byb2ZpbGUoKSAmJiBub0JveCgpXG4gIH1cIlxuPlxuICA8Ym1iLXVzZXItc3VtbWFyeS1jb250ZW50XG4gICAgW2lzUHJvZmlsZV09XCJpc1Byb2ZpbGUoKVwiXG4gICAgW25hbWVdPVwibmFtZSgpXCJcbiAgICBbdXNlcklkXT1cImlkKClcIlxuICAgIFtpbWFnZV09XCJpbWFnZSgpXCJcbiAgICBbaW5mb0NhcmVlcl09XCJpbmZvQ2FyZWVyKClcIlxuICAgIFtzYWx1dGF0aW9uXT1cInNhbHV0YXRpb24oKVwiXG4gIC8+XG4gIEBpZiAoaXNQcm9maWxlKCkpIHtcbiAgICA8YnV0dG9uXG4gICAgICBjbGFzcz1cImJtYl91c2VyLXN1bW1hcnktYnV0dG9uXCJcbiAgICAgIGJtYkJ1dHRvblxuICAgICAgYXBwZWFyYW5jZT1cInNlY29uZGFyeS1vdXRsaW5lZFwiXG4gICAgICAoY2xpY2spPVwiaGFuZGxlQ2xpY2soJGV2ZW50KVwiXG4gICAgPlxuICAgICAgSUQgRGlnaXRhbFxuICAgIDwvYnV0dG9uPlxuICB9XG48L3NlY3Rpb24+XG4iXX0=
@@ -0,0 +1,23 @@
1
+ import { Component, Input, ViewEncapsulation } from '@angular/core';
2
+ import { CommonModule } from '@angular/common';
3
+ import * as i0 from "@angular/core";
4
+ export class BmbValueCounterComponent {
5
+ constructor() {
6
+ this.label = '';
7
+ this.value = '';
8
+ this.progress = '';
9
+ }
10
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BmbValueCounterComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
11
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: BmbValueCounterComponent, isStandalone: true, selector: "bmb-value-counter", inputs: { label: "label", value: "value", progress: "progress" }, ngImport: i0, template: "<div class=\"bmb_value-counter\">\n <h3 class=\"bmb_value-counter-label\">{{ label }}</h3>\n <span class=\"bmb_value-counter-progress\">{{ progress }}</span>\n <span class=\"bmb_value-counter-slash\">/</span>\n <span class=\"bmb_value-counter-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_value-counter{align-items:center;display:flex;gap:.5rem}.bmb_value-counter-label{font-family:Poppins-Regular,sans-serif;font-size:.875rem;color:RGBA(var(--color-charade-950));flex:1}.bmb_value-counter-progress,.bmb_value-counter-slash{font-family:Poppins-Regular,sans-serif;font-size:.875rem;color:RGBA(var(--color-charade-950))}.bmb_value-counter-value{font-family:Poppins-Regular,sans-serif;font-size:.75rem;color:RGBA(var(--color-charade-700))}[data-theme=dark] .bmb_value-counter-label,[data-theme=dark] .bmb_value-counter-progress,[data-theme=dark] .bmb_value-counter-slash,.storybook-dark-theme .bmb_value-counter-label,.storybook-dark-theme .bmb_value-counter-progress,.storybook-dark-theme .bmb_value-counter-slash{color:RGBA(var(--color-charade-50))}[data-theme=dark] .bmb_value-counter-value,.storybook-dark-theme .bmb_value-counter-value{color:RGBA(var(--color-charade-200))}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }], encapsulation: i0.ViewEncapsulation.None }); }
12
+ }
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BmbValueCounterComponent, decorators: [{
14
+ type: Component,
15
+ args: [{ selector: 'bmb-value-counter', standalone: true, imports: [CommonModule], encapsulation: ViewEncapsulation.None, template: "<div class=\"bmb_value-counter\">\n <h3 class=\"bmb_value-counter-label\">{{ label }}</h3>\n <span class=\"bmb_value-counter-progress\">{{ progress }}</span>\n <span class=\"bmb_value-counter-slash\">/</span>\n <span class=\"bmb_value-counter-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_value-counter{align-items:center;display:flex;gap:.5rem}.bmb_value-counter-label{font-family:Poppins-Regular,sans-serif;font-size:.875rem;color:RGBA(var(--color-charade-950));flex:1}.bmb_value-counter-progress,.bmb_value-counter-slash{font-family:Poppins-Regular,sans-serif;font-size:.875rem;color:RGBA(var(--color-charade-950))}.bmb_value-counter-value{font-family:Poppins-Regular,sans-serif;font-size:.75rem;color:RGBA(var(--color-charade-700))}[data-theme=dark] .bmb_value-counter-label,[data-theme=dark] .bmb_value-counter-progress,[data-theme=dark] .bmb_value-counter-slash,.storybook-dark-theme .bmb_value-counter-label,.storybook-dark-theme .bmb_value-counter-progress,.storybook-dark-theme .bmb_value-counter-slash{color:RGBA(var(--color-charade-50))}[data-theme=dark] .bmb_value-counter-value,.storybook-dark-theme .bmb_value-counter-value{color:RGBA(var(--color-charade-200))}\n"] }]
16
+ }], propDecorators: { label: [{
17
+ type: Input
18
+ }], value: [{
19
+ type: Input
20
+ }], progress: [{
21
+ type: Input
22
+ }] } });
23
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYm1iLXZhbHVlLWNvdW50ZXIuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvZHMtbmcvc3JjL2xpYi9jb21wb25lbnRzL2JtYi12YWx1ZS1jb3VudGVyL2JtYi12YWx1ZS1jb3VudGVyLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2RzLW5nL3NyYy9saWIvY29tcG9uZW50cy9ibWItdmFsdWUtY291bnRlci9ibWItdmFsdWUtY291bnRlci5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBRSxpQkFBaUIsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUNwRSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7O0FBVS9DLE1BQU0sT0FBTyx3QkFBd0I7SUFSckM7UUFTVyxVQUFLLEdBQVcsRUFBRSxDQUFDO1FBQ25CLFVBQUssR0FBVyxFQUFFLENBQUM7UUFDbkIsYUFBUSxHQUFXLEVBQUUsQ0FBQztLQUNoQzsrR0FKWSx3QkFBd0I7bUdBQXhCLHdCQUF3QiwrSUNYckMsNlJBTUEsMHhOREFZLFlBQVk7OzRGQUtYLHdCQUF3QjtrQkFScEMsU0FBUzsrQkFDRSxtQkFBbUIsY0FDakIsSUFBSSxXQUNQLENBQUMsWUFBWSxDQUFDLGlCQUdSLGlCQUFpQixDQUFDLElBQUk7OEJBRzVCLEtBQUs7c0JBQWIsS0FBSztnQkFDRyxLQUFLO3NCQUFiLEtBQUs7Z0JBQ0csUUFBUTtzQkFBaEIsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgSW5wdXQsIFZpZXdFbmNhcHN1bGF0aW9uIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdibWItdmFsdWUtY291bnRlcicsXG4gIHN0YW5kYWxvbmU6IHRydWUsXG4gIGltcG9ydHM6IFtDb21tb25Nb2R1bGVdLFxuICB0ZW1wbGF0ZVVybDogJy4vYm1iLXZhbHVlLWNvdW50ZXIuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybDogJy4vYm1iLXZhbHVlLWNvdW50ZXIuY29tcG9uZW50LnNjc3MnLFxuICBlbmNhcHN1bGF0aW9uOiBWaWV3RW5jYXBzdWxhdGlvbi5Ob25lLFxufSlcbmV4cG9ydCBjbGFzcyBCbWJWYWx1ZUNvdW50ZXJDb21wb25lbnQge1xuICBASW5wdXQoKSBsYWJlbDogc3RyaW5nID0gJyc7XG4gIEBJbnB1dCgpIHZhbHVlOiBzdHJpbmcgPSAnJztcbiAgQElucHV0KCkgcHJvZ3Jlc3M6IHN0cmluZyA9ICcnO1xufVxuIiwiPGRpdiBjbGFzcz1cImJtYl92YWx1ZS1jb3VudGVyXCI+XG4gIDxoMyBjbGFzcz1cImJtYl92YWx1ZS1jb3VudGVyLWxhYmVsXCI+e3sgbGFiZWwgfX08L2gzPlxuICA8c3BhbiBjbGFzcz1cImJtYl92YWx1ZS1jb3VudGVyLXByb2dyZXNzXCI+e3sgcHJvZ3Jlc3MgfX08L3NwYW4+XG4gIDxzcGFuIGNsYXNzPVwiYm1iX3ZhbHVlLWNvdW50ZXItc2xhc2hcIj4vPC9zcGFuPlxuICA8c3BhbiBjbGFzcz1cImJtYl92YWx1ZS1jb3VudGVyLXZhbHVlXCI+e3sgdmFsdWUgfX08L3NwYW4+XG48L2Rpdj5cbiJdfQ==
@@ -0,0 +1,85 @@
1
+ import { ChangeDetectionStrategy, Component, ContentChild, input, output, ViewEncapsulation, } from '@angular/core';
2
+ import { BmbTopBarComponent, } from '../bmb-top-bar/bmb-top-bar.component';
3
+ import { BmbSidebarComponent } from '../bmb-sidebar/bmb-sidebar.component';
4
+ import { CommonModule } from '@angular/common';
5
+ import { BmbDividerComponent } from '../bmb-divider/bmb-divider.component';
6
+ import { BmbLayoutDirective } from '../../directives/bmb-layout/bmb-layout.directive';
7
+ import { BmbLayoutItemDirective } from '../../directives/bmb-layout/bmb-layout-item.directive';
8
+ import * as i0 from "@angular/core";
9
+ import * as i1 from "@angular/common";
10
+ export class BmbWebTemplatesComponent {
11
+ constructor() {
12
+ this.isFullScreen = input(false);
13
+ this.titleScreen = input();
14
+ this.subTitleScreen = input();
15
+ this.template = input('full-width-card');
16
+ this.titleMainSlot = input();
17
+ this.titleAsideSlot = input();
18
+ // top bar inputs
19
+ this.topBarPositionButtonMenu = input('left');
20
+ this.topBarUserInformation = input(null);
21
+ this.topBarHasLogoutButton = input(true);
22
+ this.topBarImage = input('assets/images/tec-logo.svg');
23
+ this.topBarMobileImage = input('assets/images/tec-logo-mob.svg');
24
+ this.topBarAppName = input('');
25
+ this.topBarAppSubTitle = input('');
26
+ this.topBarShowLang = input(false);
27
+ this.topBarLang = input('es');
28
+ this.topBarMitec = input(false);
29
+ this.topBarAssignmentNotification = input([]);
30
+ this.topBarAlertNotification = input([]);
31
+ this.topBarLogOut = output();
32
+ this.topBarOnLangChange = output();
33
+ // side bar inputs
34
+ this.sideBarElements = input([]);
35
+ this.sideBarTitle = input('');
36
+ }
37
+ getSectionClass() {
38
+ const classList = [
39
+ 'bmb_web-template',
40
+ `bmb_web-template-${this.template()}`,
41
+ ];
42
+ return classList;
43
+ }
44
+ handleLogOut(param) {
45
+ this.topBarLogOut.emit(param);
46
+ }
47
+ handleLangChange(lang) {
48
+ this.topBarOnLangChange.emit(lang);
49
+ }
50
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BmbWebTemplatesComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
51
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: BmbWebTemplatesComponent, isStandalone: true, selector: "bmb-web-templates", inputs: { isFullScreen: { classPropertyName: "isFullScreen", publicName: "isFullScreen", isSignal: true, isRequired: false, transformFunction: null }, titleScreen: { classPropertyName: "titleScreen", publicName: "titleScreen", isSignal: true, isRequired: false, transformFunction: null }, subTitleScreen: { classPropertyName: "subTitleScreen", publicName: "subTitleScreen", isSignal: true, isRequired: false, transformFunction: null }, template: { classPropertyName: "template", publicName: "template", isSignal: true, isRequired: false, transformFunction: null }, titleMainSlot: { classPropertyName: "titleMainSlot", publicName: "titleMainSlot", isSignal: true, isRequired: false, transformFunction: null }, titleAsideSlot: { classPropertyName: "titleAsideSlot", publicName: "titleAsideSlot", isSignal: true, isRequired: false, transformFunction: null }, topBarPositionButtonMenu: { classPropertyName: "topBarPositionButtonMenu", publicName: "topBarPositionButtonMenu", isSignal: true, isRequired: false, transformFunction: null }, topBarUserInformation: { classPropertyName: "topBarUserInformation", publicName: "topBarUserInformation", isSignal: true, isRequired: false, transformFunction: null }, topBarHasLogoutButton: { classPropertyName: "topBarHasLogoutButton", publicName: "topBarHasLogoutButton", isSignal: true, isRequired: false, transformFunction: null }, topBarImage: { classPropertyName: "topBarImage", publicName: "topBarImage", isSignal: true, isRequired: false, transformFunction: null }, topBarMobileImage: { classPropertyName: "topBarMobileImage", publicName: "topBarMobileImage", isSignal: true, isRequired: false, transformFunction: null }, topBarAppName: { classPropertyName: "topBarAppName", publicName: "topBarAppName", isSignal: true, isRequired: false, transformFunction: null }, topBarAppSubTitle: { classPropertyName: "topBarAppSubTitle", publicName: "topBarAppSubTitle", isSignal: true, isRequired: false, transformFunction: null }, topBarShowLang: { classPropertyName: "topBarShowLang", publicName: "topBarShowLang", isSignal: true, isRequired: false, transformFunction: null }, topBarLang: { classPropertyName: "topBarLang", publicName: "topBarLang", isSignal: true, isRequired: false, transformFunction: null }, topBarMitec: { classPropertyName: "topBarMitec", publicName: "topBarMitec", isSignal: true, isRequired: false, transformFunction: null }, topBarAssignmentNotification: { classPropertyName: "topBarAssignmentNotification", publicName: "topBarAssignmentNotification", isSignal: true, isRequired: false, transformFunction: null }, topBarAlertNotification: { classPropertyName: "topBarAlertNotification", publicName: "topBarAlertNotification", isSignal: true, isRequired: false, transformFunction: null }, sideBarElements: { classPropertyName: "sideBarElements", publicName: "sideBarElements", isSignal: true, isRequired: false, transformFunction: null }, sideBarTitle: { classPropertyName: "sideBarTitle", publicName: "sideBarTitle", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { topBarLogOut: "topBarLogOut", topBarOnLangChange: "topBarOnLangChange" }, queries: [{ propertyName: "asideContent", first: true, predicate: ["bmbTemplateAside"], descendants: true }, { propertyName: "mainContent", first: true, predicate: ["bmbTemplateMain"], descendants: true }, { propertyName: "secondAsideContent", first: true, predicate: ["bmbTemplateSecondAside"], descendants: true }, { propertyName: "singleColumnCard", first: true, predicate: ["singleColumnCard"], descendants: true }, { propertyName: "asideFirstCard", first: true, predicate: ["asideFirstCard"], descendants: true }, { propertyName: "asideLightCard", first: true, predicate: ["asideLightCard"], descendants: true }, { propertyName: "twoAsideCard", first: true, predicate: ["twoAsideCard"], descendants: true }], ngImport: i0, template: "<section [ngClass]=\"getSectionClass()\">\n <bmb-top-bar\n [userInformation]=\"topBarUserInformation()\"\n [hasLogoutButton]=\"topBarHasLogoutButton()\"\n [image]=\"topBarImage()\"\n [mobileImage]=\"topBarMobileImage()\"\n [appName]=\"topBarAppName()\"\n [appSubTitle]=\"topBarAppSubTitle()\"\n [lang]=\"topBarLang()\"\n [showLang]=\"topBarShowLang()\"\n [mitec]=\"topBarMitec()\"\n [assignmentNotification]=\"topBarAssignmentNotification()\"\n [alertNotification]=\"topBarAlertNotification()\"\n class=\"bmb_web-template-top-bar\"\n (logOut)=\"handleLogOut($event)\"\n (onLangChange)=\"handleLangChange($event)\"\n />\n <header class=\"bmb_web-template-header\">\n <div\n class=\"bmb_web-template-header-container\"\n [ngClass]=\"{ 'bmb_web-template-full-screen': isFullScreen() }\"\n >\n <h1 class=\"bmb_web-template-header-title\">{{ titleScreen() }}</h1>\n <h2 class=\"bmb_web-template-header-subtitle\">{{ subTitleScreen() }}</h2>\n </div>\n </header>\n @switch (template()) {\n @case ('full-width-card') {\n <ng-container [ngTemplateOutlet]=\"fullWidthCard\" />\n }\n @case ('justify-width-card') {\n <ng-container [ngTemplateOutlet]=\"justifyWidthCard\" />\n }\n @case ('single-column-card') {\n <ng-container [ngTemplateOutlet]=\"singleColumnCard\" />\n }\n @case ('aside-first-card') {\n <ng-container [ngTemplateOutlet]=\"asideFirstCard\" />\n }\n @case ('aside-light-card') {\n <ng-container [ngTemplateOutlet]=\"asideLightCard\" />\n }\n @case ('two-aside-card') {\n <ng-container [ngTemplateOutlet]=\"twoAsideCard\" />\n }\n }\n <bmb-sidebar\n [elements]=\"sideBarElements()\"\n [title]=\"sideBarTitle()\"\n ></bmb-sidebar>\n</section>\n\n<ng-template #fullWidthCard>\n <main class=\"bmb_web-template-main\">\n <section class=\"bmb_web-template-main-container\">\n @if (titleMainSlot()) {\n <h3>{{ titleMainSlot() }}</h3>\n <bmb-divider />\n }\n <ng-container [ngTemplateOutlet]=\"mainContent\" />\n </section>\n </main>\n <aside class=\"bmb_web-template-aside\">\n @if (titleAsideSlot()) {\n <h3>{{ titleAsideSlot() }}</h3>\n <bmb-divider />\n }\n <ng-container [ngTemplateOutlet]=\"asideContent\" />\n </aside>\n</ng-template>\n\n<ng-template #justifyWidthCard>\n <section\n class=\"bmb_web-template-container\"\n bmbLayout\n gapSize=\"m\"\n margin=\"none\"\n >\n <main class=\"bmb_web-template-main\" bmbLayoutItem [colLg]=\"8\">\n <section class=\"bmb_web-template-main-container\">\n @if (titleMainSlot()) {\n <h3>{{ titleMainSlot() }}</h3>\n <bmb-divider />\n }\n <ng-container [ngTemplateOutlet]=\"mainContent\" />\n </section>\n </main>\n <aside class=\"bmb_web-template-aside\" bmbLayoutItem [colLg]=\"4\">\n @if (titleAsideSlot()) {\n <h3>{{ titleAsideSlot() }}</h3>\n <bmb-divider />\n }\n <ng-container [ngTemplateOutlet]=\"asideContent\" />\n </aside>\n </section>\n</ng-template>\n\n<ng-template #singleColumnCard>\n <section\n class=\"bmb_web-template-container\"\n bmbLayout\n gapSize=\"m\"\n margin=\"none\"\n >\n <main class=\"bmb_web-template-main\" bmbLayoutItem [colLg]=\"12\">\n <section class=\"bmb_web-template-main-container\">\n @if (titleMainSlot()) {\n <h3>{{ titleMainSlot() }}</h3>\n <bmb-divider />\n }\n <ng-container [ngTemplateOutlet]=\"mainContent\" />\n </section>\n </main>\n </section>\n</ng-template>\n\n<ng-template #asideFirstCard>\n <section\n class=\"bmb_web-template-container\"\n bmbLayout\n gapSize=\"m\"\n margin=\"none\"\n >\n <aside class=\"bmb_web-template-aside\" bmbLayoutItem [colLg]=\"12\">\n @if (titleAsideSlot()) {\n <h3>{{ titleAsideSlot() }}</h3>\n <bmb-divider />\n }\n <ng-container [ngTemplateOutlet]=\"asideContent\" />\n </aside>\n <main class=\"bmb_web-template-main\" bmbLayoutItem [colLg]=\"12\">\n <section class=\"bmb_web-template-main-container\">\n <ng-container [ngTemplateOutlet]=\"mainContent\" />\n </section>\n </main>\n </section>\n</ng-template>\n\n<ng-template #asideLightCard>\n <section\n class=\"bmb_web-template-container\"\n bmbLayout\n gapSize=\"m\"\n margin=\"none\"\n >\n <aside class=\"bmb_web-template-aside\" bmbLayoutItem [colLg]=\"3\">\n <ng-container [ngTemplateOutlet]=\"asideContent\" />\n </aside>\n <main class=\"bmb_web-template-main\" bmbLayoutItem [colLg]=\"9\">\n <section class=\"bmb_web-template-main-container\">\n @if (titleMainSlot()) {\n <h3>{{ titleMainSlot() }}</h3>\n <bmb-divider />\n }\n <ng-container [ngTemplateOutlet]=\"mainContent\" />\n </section>\n </main>\n </section>\n</ng-template>\n\n<ng-template #twoAsideCard>\n <section\n class=\"bmb_web-template-container\"\n bmbLayout\n gapSize=\"m\"\n margin=\"none\"\n >\n <aside class=\"bmb_web-template-aside\" bmbLayoutItem [colLg]=\"3\">\n <ng-container [ngTemplateOutlet]=\"asideContent\" />\n </aside>\n <main class=\"bmb_web-template-main\" bmbLayoutItem [colLg]=\"6\">\n <section class=\"bmb_web-template-main-container\">\n @if (titleMainSlot()) {\n <h3>{{ titleMainSlot() }}</h3>\n <bmb-divider />\n }\n <ng-container [ngTemplateOutlet]=\"mainContent\" />\n </section>\n </main>\n <aside class=\"bmb_web-template-aside\" bmbLayoutItem [colLg]=\"3\">\n <ng-container [ngTemplateOutlet]=\"secondAsideContent\" />\n </aside>\n </section>\n</ng-template>\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_web-template-full-width-card{grid-template-columns:1fr;grid-template-rows:71px max-content max-content max-content;grid-template-areas:\"topBar\" \"header\" \"main\" \"aside\";gap:1rem;font-family:Poppins-Regular,sans-serif;font-size:.75rem}@media (min-width: 1000px){.bmb_web-template-full-width-card{grid-template-columns:2fr 1fr;grid-template-rows:71px max-content 1fr;gap:0;grid-template-areas:\"topBar topBar\" \"header header\" \"main aside\"}}.bmb_web-template-full-width-card .bmb_web-template-top-bar{grid-area:topBar}.bmb_web-template-full-width-card .bmb_web-template-header{background-color:RGBA(var(--color-charade-100));display:flex;flex-direction:column;gap:var(--bmb-spacing-s);padding:var(--bmb-spacing-l);grid-area:header}@media (min-width: 1000px){.bmb_web-template-full-width-card .bmb_web-template-header{margin-bottom:var(--bmb-spacing-m)}}.bmb_web-template-full-width-card .bmb_web-template-header-container{margin:0 auto;width:100%;box-sizing:border-box}@media (max-width: 999px){.bmb_web-template-full-width-card .bmb_web-template-header-container{padding-left:1rem}}@media (min-width: 1000px){.bmb_web-template-full-width-card .bmb_web-template-header-container{padding-left:5rem}}.bmb_web-template-full-width-card .bmb_web-template-header-title{font-family:Poppins-Regular,sans-serif;font-size:1.5rem;font-weight:400}.bmb_web-template-full-width-card .bmb_web-template-header-subtitle{font-family:Poppins-Regular,sans-serif;font-size:.875rem;font-weight:400}.bmb_web-template-full-width-card .bmb_web-template-main{background-color:RGBA(var(--color-charade-100));border-radius:var(--bmb-radius-m);margin:0 var(--bmb-spacing-m);padding:var(--bmb-spacing-m);height:100%;overflow:auto;border:.0625rem solid RGBA(var(--color-charade-300))}@media (min-width: 1000px){.bmb_web-template-full-width-card .bmb_web-template-main{margin-left:0;border-radius:0 var(--bmb-radius-m) var(--bmb-radius-m) 0;margin-bottom:0;border-width:.0625rem .0625rem 0 0}}.bmb_web-template-full-width-card .bmb_web-template-main-container{overflow:auto}@media (min-width: 1000px){.bmb_web-template-full-width-card .bmb_web-template-main-container{padding-left:5.5rem}}.bmb_web-template-full-width-card .bmb_web-template-aside{background-color:RGBA(var(--color-charade-100));border-radius:var(--bmb-radius-m);margin:0 var(--bmb-spacing-m) var(--bmb-spacing-m);padding:var(--bmb-spacing-m);height:100%;overflow:auto;border:.0625rem solid RGBA(var(--color-charade-300))}@media (min-width: 1000px){.bmb_web-template-full-width-card .bmb_web-template-aside{margin:0;border-radius:var(--bmb-radius-m) 0 0 var(--bmb-radius-m);border-width:.0625rem 0 0 .0625rem}}[data-theme=dark] .bmb_web-template-full-width-card .bmb_web-template-header,[data-theme=dark] .bmb_web-template-full-width-card .bmb_web-template-main,[data-theme=dark] .bmb_web-template-full-width-card .bmb_web-template-aside,.storybook-dark-theme .bmb_web-template-full-width-card .bmb_web-template-header,.storybook-dark-theme .bmb_web-template-full-width-card .bmb_web-template-main,.storybook-dark-theme .bmb_web-template-full-width-card .bmb_web-template-aside{background-color:RGBA(var(--color-charade-900));border-color:RGBA(var(--color-charade-800))}.bmb_web-template-justify-width-card{grid-template-columns:1fr;grid-template-rows:71px max-content max-content;grid-template-areas:\"topBar\" \"header\" \"content\";font-family:Poppins-Regular,sans-serif;font-size:.75rem}@media (min-width: 1000px){.bmb_web-template-justify-width-card{grid-template-columns:1fr;grid-template-rows:71px max-content 1fr;gap:0}}.bmb_web-template-justify-width-card .bmb_web-template-top-bar{grid-area:topBar}.bmb_web-template-justify-width-card .bmb_web-template-header{background-color:RGBA(var(--color-charade-100));display:flex;flex-direction:column;gap:var(--bmb-spacing-s);padding:var(--bmb-spacing-l);grid-area:header}@media (min-width: 1000px){.bmb_web-template-justify-width-card .bmb_web-template-header{margin-bottom:var(--bmb-spacing-m)}}.bmb_web-template-justify-width-card .bmb_web-template-header-container{margin:0 auto;width:100%;box-sizing:border-box;max-width:100rem}@media (max-width: 999px){.bmb_web-template-justify-width-card .bmb_web-template-header-container{padding-left:1rem}}@media (width >= 1000px) and (width <= 1800px){.bmb_web-template-justify-width-card .bmb_web-template-header-container{padding-left:5rem}}.bmb_web-template-justify-width-card .bmb_web-template-header-title{font-family:Poppins-Regular,sans-serif;font-size:1.5rem;font-weight:400}.bmb_web-template-justify-width-card .bmb_web-template-header-subtitle{font-family:Poppins-Regular,sans-serif;font-size:.875rem;font-weight:400}.bmb_web-template-justify-width-card .bmb_web-template-container{max-width:100rem;padding:var(--bmb-spacing-m);width:100%;box-sizing:border-box;margin:0 auto;height:100%;overflow:auto}@media (max-width: 999px){.bmb_web-template-justify-width-card .bmb_web-template-container{padding-left:1rem;height:max-content}}@media (min-width: 1000px){.bmb_web-template-justify-width-card .bmb_web-template-container{padding:0 1rem 1rem}}@media (min-width: 1800px){.bmb_web-template-justify-width-card .bmb_web-template-container{padding:0}}@media (width >= 1000px) and (width <= 1800px){.bmb_web-template-justify-width-card .bmb_web-template-container{padding-left:6.25rem}}.bmb_web-template-justify-width-card .bmb_web-template-main{background-color:RGBA(var(--color-charade-100));border-radius:var(--bmb-radius-m);padding:var(--bmb-spacing-m);height:100%;overflow:auto;border:.0625rem solid RGBA(var(--color-charade-300))}.bmb_web-template-justify-width-card .bmb_web-template-main-container{overflow:auto}.bmb_web-template-justify-width-card .bmb_web-template-aside{background-color:RGBA(var(--color-charade-100));border-radius:var(--bmb-radius-m);padding:var(--bmb-spacing-m);height:100%;overflow:auto;border:.0625rem solid RGBA(var(--color-charade-300))}[data-theme=dark] .bmb_web-template-justify-width-card .bmb_web-template-header,[data-theme=dark] .bmb_web-template-justify-width-card .bmb_web-template-main,[data-theme=dark] .bmb_web-template-justify-width-card .bmb_web-template-aside,.storybook-dark-theme .bmb_web-template-justify-width-card .bmb_web-template-header,.storybook-dark-theme .bmb_web-template-justify-width-card .bmb_web-template-main,.storybook-dark-theme .bmb_web-template-justify-width-card .bmb_web-template-aside{background-color:RGBA(var(--color-charade-900));border-color:RGBA(var(--color-charade-800))}.bmb_web-template-single-column-card{grid-template-columns:1fr;grid-template-rows:71px max-content max-content;grid-template-areas:\"topBar\" \"header\" \"content\";font-family:Poppins-Regular,sans-serif;font-size:.75rem}@media (min-width: 1000px){.bmb_web-template-single-column-card{grid-template-columns:1fr;grid-template-rows:71px max-content 1fr;gap:0}}.bmb_web-template-single-column-card .bmb_web-template-top-bar{grid-area:topBar}.bmb_web-template-single-column-card .bmb_web-template-header{background-color:RGBA(var(--color-charade-100));display:flex;flex-direction:column;gap:var(--bmb-spacing-s);padding:var(--bmb-spacing-l);grid-area:header}@media (min-width: 1000px){.bmb_web-template-single-column-card .bmb_web-template-header{margin-bottom:var(--bmb-spacing-m)}}.bmb_web-template-single-column-card .bmb_web-template-header-container{margin:0 auto;width:100%;box-sizing:border-box;max-width:100rem}@media (max-width: 999px){.bmb_web-template-single-column-card .bmb_web-template-header-container{padding-left:1rem}}@media (width >= 1000px) and (width <= 1800px){.bmb_web-template-single-column-card .bmb_web-template-header-container{padding-left:5rem}}.bmb_web-template-single-column-card .bmb_web-template-header-title{font-family:Poppins-Regular,sans-serif;font-size:1.5rem;font-weight:400}.bmb_web-template-single-column-card .bmb_web-template-header-subtitle{font-family:Poppins-Regular,sans-serif;font-size:.875rem;font-weight:400}.bmb_web-template-single-column-card .bmb_web-template-container{max-width:100rem;padding:var(--bmb-spacing-m);width:100%;box-sizing:border-box;margin:0 auto;height:100%;overflow:auto}@media (max-width: 999px){.bmb_web-template-single-column-card .bmb_web-template-container{padding-left:1rem;height:max-content}}@media (min-width: 1000px){.bmb_web-template-single-column-card .bmb_web-template-container{padding:0 1rem 1rem}}@media (min-width: 1800px){.bmb_web-template-single-column-card .bmb_web-template-container{padding:0}}@media (width >= 1000px) and (width <= 1800px){.bmb_web-template-single-column-card .bmb_web-template-container{padding-left:6.25rem}}.bmb_web-template-single-column-card .bmb_web-template-main{background-color:RGBA(var(--color-charade-100));border-radius:var(--bmb-radius-m);padding:var(--bmb-spacing-m);height:100%;overflow:auto;border:.0625rem solid RGBA(var(--color-charade-300))}.bmb_web-template-single-column-card .bmb_web-template-main-container{overflow:auto}[data-theme=dark] .bmb_web-template-single-column-card .bmb_web-template-header,[data-theme=dark] .bmb_web-template-single-column-card .bmb_web-template-main,.storybook-dark-theme .bmb_web-template-single-column-card .bmb_web-template-header,.storybook-dark-theme .bmb_web-template-single-column-card .bmb_web-template-main{background-color:RGBA(var(--color-charade-900));border-color:RGBA(var(--color-charade-800))}.bmb_web-template-aside-first-card{grid-template-columns:1fr;grid-template-rows:71px max-content max-content;grid-template-areas:\"topBar\" \"header\" \"content\";font-family:Poppins-Regular,sans-serif;font-size:.75rem}@media (min-width: 1000px){.bmb_web-template-aside-first-card{gap:0}}@media (min-width: 1000px){.bmb_web-template-aside-first-card.bmb_web-template{height:auto;overflow:auto}}.bmb_web-template-aside-first-card .bmb_web-template-top-bar{grid-area:topBar}.bmb_web-template-aside-first-card .bmb_web-template-header{background-color:RGBA(var(--color-charade-100));display:flex;flex-direction:column;gap:var(--bmb-spacing-s);padding:var(--bmb-spacing-l);grid-area:header}@media (min-width: 1000px){.bmb_web-template-aside-first-card .bmb_web-template-header{margin-bottom:var(--bmb-spacing-m)}}.bmb_web-template-aside-first-card .bmb_web-template-header-container{margin:0 auto;width:100%;box-sizing:border-box;max-width:100rem}@media (max-width: 999px){.bmb_web-template-aside-first-card .bmb_web-template-header-container{padding-left:1rem}}@media (width >= 1000px) and (width <= 1800px){.bmb_web-template-aside-first-card .bmb_web-template-header-container{padding-left:5rem}}.bmb_web-template-aside-first-card .bmb_web-template-header-title{font-family:Poppins-Regular,sans-serif;font-size:1.5rem;font-weight:400}.bmb_web-template-aside-first-card .bmb_web-template-header-subtitle{font-family:Poppins-Regular,sans-serif;font-size:.875rem;font-weight:400}.bmb_web-template-aside-first-card .bmb_web-template-container{max-width:100rem;padding:var(--bmb-spacing-m);width:100%;box-sizing:border-box;margin:0 auto;overflow:auto}@media (max-width: 999px){.bmb_web-template-aside-first-card .bmb_web-template-container{padding-left:1rem;height:max-content}}@media (min-width: 1000px){.bmb_web-template-aside-first-card .bmb_web-template-container{padding:0 1rem 1rem}}@media (min-width: 1800px){.bmb_web-template-aside-first-card .bmb_web-template-container{padding:0}}@media (width >= 1000px) and (width <= 1800px){.bmb_web-template-aside-first-card .bmb_web-template-container{padding-left:6.25rem}}.bmb_web-template-aside-first-card .bmb_web-template-main,.bmb_web-template-aside-first-card .bmb_web-template-aside{background-color:RGBA(var(--color-charade-100));border-radius:var(--bmb-radius-m);padding:var(--bmb-spacing-m);border:.0625rem solid RGBA(var(--color-charade-300))}[data-theme=dark] .bmb_web-template-aside-first-card .bmb_web-template-header,[data-theme=dark] .bmb_web-template-aside-first-card .bmb_web-template-main,[data-theme=dark] .bmb_web-template-aside-first-card .bmb_web-template-aside,.storybook-dark-theme .bmb_web-template-aside-first-card .bmb_web-template-header,.storybook-dark-theme .bmb_web-template-aside-first-card .bmb_web-template-main,.storybook-dark-theme .bmb_web-template-aside-first-card .bmb_web-template-aside{background-color:RGBA(var(--color-charade-900));border-color:RGBA(var(--color-charade-800))}.bmb_web-template-aside-light-card{grid-template-columns:1fr;grid-template-rows:71px max-content max-content;grid-template-areas:\"topBar\" \"header\" \"content\";font-family:Poppins-Regular,sans-serif;font-size:.75rem}@media (min-width: 1000px){.bmb_web-template-aside-light-card{grid-template-columns:1fr;grid-template-rows:71px max-content 1fr;gap:0}}.bmb_web-template-aside-light-card .bmb_web-template-top-bar{grid-area:topBar}.bmb_web-template-aside-light-card .bmb_web-template-header{background-color:RGBA(var(--color-charade-100));display:flex;flex-direction:column;gap:var(--bmb-spacing-s);padding:var(--bmb-spacing-l);grid-area:header}@media (min-width: 1000px){.bmb_web-template-aside-light-card .bmb_web-template-header{margin-bottom:var(--bmb-spacing-m)}}.bmb_web-template-aside-light-card .bmb_web-template-header-container{margin:0 auto;width:100%;box-sizing:border-box;max-width:100rem}@media (max-width: 999px){.bmb_web-template-aside-light-card .bmb_web-template-header-container{padding-left:1rem}}@media (width >= 1000px) and (width <= 1800px){.bmb_web-template-aside-light-card .bmb_web-template-header-container{padding-left:5rem}}.bmb_web-template-aside-light-card .bmb_web-template-header-title{font-family:Poppins-Regular,sans-serif;font-size:1.5rem;font-weight:400}.bmb_web-template-aside-light-card .bmb_web-template-header-subtitle{font-family:Poppins-Regular,sans-serif;font-size:.875rem;font-weight:400}.bmb_web-template-aside-light-card .bmb_web-template-container{max-width:100rem;padding:var(--bmb-spacing-m);width:100%;box-sizing:border-box;margin:0 auto;height:100%;overflow:auto}@media (max-width: 999px){.bmb_web-template-aside-light-card .bmb_web-template-container{padding-left:1rem;height:max-content}}@media (min-width: 1000px){.bmb_web-template-aside-light-card .bmb_web-template-container{padding:0 1rem 1rem;gap:0 0 var(--bmb-spacing-m)}}@media (width >= 1000px) and (width <= 1800px){.bmb_web-template-aside-light-card .bmb_web-template-container{padding-left:6.25rem}}.bmb_web-template-aside-light-card .bmb_web-template-main{border-radius:var(--bmb-radius-m);padding:var(--bmb-spacing-m);height:100%;overflow:auto}@media (min-width: 1000px){.bmb_web-template-aside-light-card .bmb_web-template-main{border:.0625rem solid RGBA(var(--color-charade-100));border-radius:0 var(--bmb-radius-m) var(--bmb-radius-m) 0}}.bmb_web-template-aside-light-card .bmb_web-template-main-container{overflow:auto}.bmb_web-template-aside-light-card .bmb_web-template-aside{background-color:RGBA(var(--color-charade-100));border-radius:var(--bmb-radius-m);padding:var(--bmb-spacing-m);height:100%;overflow:auto}@media (min-width: 1000px){.bmb_web-template-aside-light-card .bmb_web-template-aside{border-radius:var(--bmb-radius-m) 0 0 var(--bmb-radius-m)}}[data-theme=dark] .bmb_web-template-aside-light-card .bmb_web-template-header,[data-theme=dark] .bmb_web-template-aside-light-card .bmb_web-template-aside,.storybook-dark-theme .bmb_web-template-aside-light-card .bmb_web-template-header,.storybook-dark-theme .bmb_web-template-aside-light-card .bmb_web-template-aside{background-color:RGBA(var(--color-charade-900));border-color:RGBA(var(--color-charade-800))}@media (min-width: 1000px){[data-theme=dark] .bmb_web-template-aside-light-card .bmb_web-template-main,.storybook-dark-theme .bmb_web-template-aside-light-card .bmb_web-template-main{border:.0625rem solid RGBA(var(--color-charade-900))}}.bmb_web-template-two-aside-card{grid-template-columns:1fr;grid-template-rows:71px max-content max-content;grid-template-areas:\"topBar\" \"header\" \"content\";font-family:Poppins-Regular,sans-serif;font-size:.75rem}@media (min-width: 1000px){.bmb_web-template-two-aside-card{grid-template-columns:1fr;grid-template-rows:71px max-content 1fr;gap:0}}.bmb_web-template-two-aside-card .bmb_web-template-top-bar{grid-area:topBar}.bmb_web-template-two-aside-card .bmb_web-template-header{background-color:RGBA(var(--color-charade-100));display:flex;flex-direction:column;gap:var(--bmb-spacing-s);padding:var(--bmb-spacing-l);grid-area:header}@media (min-width: 1000px){.bmb_web-template-two-aside-card .bmb_web-template-header{margin-bottom:var(--bmb-spacing-m)}}.bmb_web-template-two-aside-card .bmb_web-template-header-container{margin:0 auto;width:100%;box-sizing:border-box;max-width:100rem}@media (max-width: 999px){.bmb_web-template-two-aside-card .bmb_web-template-header-container{padding-left:1rem}}@media (width >= 1000px) and (width <= 1800px){.bmb_web-template-two-aside-card .bmb_web-template-header-container{padding-left:5rem}}.bmb_web-template-two-aside-card .bmb_web-template-header-title{font-family:Poppins-Regular,sans-serif;font-size:1.5rem;font-weight:400}.bmb_web-template-two-aside-card .bmb_web-template-header-subtitle{font-family:Poppins-Regular,sans-serif;font-size:.875rem;font-weight:400}.bmb_web-template-two-aside-card .bmb_web-template-container{max-width:100rem;padding:var(--bmb-spacing-m);width:100%;box-sizing:border-box;margin:0 auto;height:100%;overflow:auto}@media (max-width: 999px){.bmb_web-template-two-aside-card .bmb_web-template-container{padding-left:1rem;height:max-content}}@media (min-width: 1000px){.bmb_web-template-two-aside-card .bmb_web-template-container{padding:0 1rem 1rem}}@media (min-width: 1800px){.bmb_web-template-two-aside-card .bmb_web-template-container{padding:0}}@media (width >= 1000px) and (width <= 1800px){.bmb_web-template-two-aside-card .bmb_web-template-container{padding-left:6.25rem}}.bmb_web-template-two-aside-card .bmb_web-template-main{background-color:RGBA(var(--color-charade-100));border-radius:var(--bmb-radius-m);padding:var(--bmb-spacing-m);height:100%;overflow:auto;border:.0625rem solid RGBA(var(--color-charade-300))}.bmb_web-template-two-aside-card .bmb_web-template-main-container{overflow:auto}.bmb_web-template-two-aside-card .bmb_web-template-aside{background-color:RGBA(var(--color-charade-100));border-radius:var(--bmb-radius-m);padding:var(--bmb-spacing-m);height:100%;overflow:auto;border:.0625rem solid RGBA(var(--color-charade-300))}[data-theme=dark] .bmb_web-template-two-aside-card .bmb_web-template-header,[data-theme=dark] .bmb_web-template-two-aside-card .bmb_web-template-main,[data-theme=dark] .bmb_web-template-two-aside-card .bmb_web-template-aside,.storybook-dark-theme .bmb_web-template-two-aside-card .bmb_web-template-header,.storybook-dark-theme .bmb_web-template-two-aside-card .bmb_web-template-main,.storybook-dark-theme .bmb_web-template-two-aside-card .bmb_web-template-aside{background-color:RGBA(var(--color-charade-900));border-color:RGBA(var(--color-charade-800))}.bmb_web-template{background-color:RGBA(var(--color-charade-200));display:grid;gap:0;min-height:100dvh}@media (min-width: 1000px){.bmb_web-template{height:100dvh;overflow:hidden}}[data-theme=dark] .bmb_web-template,.storybook-dark-theme .bmb_web-template{background-color:RGBA(var(--color-charade-950));color:RGBA(var(--color-charade-50))}\n"], dependencies: [{ kind: "component", type: BmbTopBarComponent, selector: "bmb-top-bar", inputs: ["userInformation", "appName", "appPowered", "appSubTitle", "lang", "mitec", "alertNotification", "showRoleButton", "showHelpButton", "allowSidebarForMobile", "positionButtonMenu", "hasLogoutButton", "showLang", "showUserName", "assignmentNotification", "image", "mobileImage"], outputs: ["imageChange", "mobileImageChange", "helpButtonClick", "userProfileClick", "alertButtonClick", "roleButtonClick", "backToHomeClick", "logOut", "onLangChange"] }, { kind: "component", type: BmbSidebarComponent, selector: "bmb-sidebar", inputs: ["elements", "title", "position"] }, { kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: BmbDividerComponent, selector: "bmb-divider", inputs: ["type"] }, { kind: "directive", type: BmbLayoutDirective, selector: "[bmbLayout]", inputs: ["gapSize", "margin", "dynamicCols", "justify", "alignItems"] }, { kind: "directive", type: BmbLayoutItemDirective, selector: "[bmbLayoutItem]", inputs: ["colSm", "colLg", "marginLeft", "marginRight", "colGrow", "isDynamicItem"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
52
+ }
53
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BmbWebTemplatesComponent, decorators: [{
54
+ type: Component,
55
+ args: [{ selector: 'bmb-web-templates', standalone: true, imports: [
56
+ BmbTopBarComponent,
57
+ BmbSidebarComponent,
58
+ CommonModule,
59
+ BmbDividerComponent,
60
+ BmbLayoutDirective,
61
+ BmbLayoutItemDirective,
62
+ ], encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, template: "<section [ngClass]=\"getSectionClass()\">\n <bmb-top-bar\n [userInformation]=\"topBarUserInformation()\"\n [hasLogoutButton]=\"topBarHasLogoutButton()\"\n [image]=\"topBarImage()\"\n [mobileImage]=\"topBarMobileImage()\"\n [appName]=\"topBarAppName()\"\n [appSubTitle]=\"topBarAppSubTitle()\"\n [lang]=\"topBarLang()\"\n [showLang]=\"topBarShowLang()\"\n [mitec]=\"topBarMitec()\"\n [assignmentNotification]=\"topBarAssignmentNotification()\"\n [alertNotification]=\"topBarAlertNotification()\"\n class=\"bmb_web-template-top-bar\"\n (logOut)=\"handleLogOut($event)\"\n (onLangChange)=\"handleLangChange($event)\"\n />\n <header class=\"bmb_web-template-header\">\n <div\n class=\"bmb_web-template-header-container\"\n [ngClass]=\"{ 'bmb_web-template-full-screen': isFullScreen() }\"\n >\n <h1 class=\"bmb_web-template-header-title\">{{ titleScreen() }}</h1>\n <h2 class=\"bmb_web-template-header-subtitle\">{{ subTitleScreen() }}</h2>\n </div>\n </header>\n @switch (template()) {\n @case ('full-width-card') {\n <ng-container [ngTemplateOutlet]=\"fullWidthCard\" />\n }\n @case ('justify-width-card') {\n <ng-container [ngTemplateOutlet]=\"justifyWidthCard\" />\n }\n @case ('single-column-card') {\n <ng-container [ngTemplateOutlet]=\"singleColumnCard\" />\n }\n @case ('aside-first-card') {\n <ng-container [ngTemplateOutlet]=\"asideFirstCard\" />\n }\n @case ('aside-light-card') {\n <ng-container [ngTemplateOutlet]=\"asideLightCard\" />\n }\n @case ('two-aside-card') {\n <ng-container [ngTemplateOutlet]=\"twoAsideCard\" />\n }\n }\n <bmb-sidebar\n [elements]=\"sideBarElements()\"\n [title]=\"sideBarTitle()\"\n ></bmb-sidebar>\n</section>\n\n<ng-template #fullWidthCard>\n <main class=\"bmb_web-template-main\">\n <section class=\"bmb_web-template-main-container\">\n @if (titleMainSlot()) {\n <h3>{{ titleMainSlot() }}</h3>\n <bmb-divider />\n }\n <ng-container [ngTemplateOutlet]=\"mainContent\" />\n </section>\n </main>\n <aside class=\"bmb_web-template-aside\">\n @if (titleAsideSlot()) {\n <h3>{{ titleAsideSlot() }}</h3>\n <bmb-divider />\n }\n <ng-container [ngTemplateOutlet]=\"asideContent\" />\n </aside>\n</ng-template>\n\n<ng-template #justifyWidthCard>\n <section\n class=\"bmb_web-template-container\"\n bmbLayout\n gapSize=\"m\"\n margin=\"none\"\n >\n <main class=\"bmb_web-template-main\" bmbLayoutItem [colLg]=\"8\">\n <section class=\"bmb_web-template-main-container\">\n @if (titleMainSlot()) {\n <h3>{{ titleMainSlot() }}</h3>\n <bmb-divider />\n }\n <ng-container [ngTemplateOutlet]=\"mainContent\" />\n </section>\n </main>\n <aside class=\"bmb_web-template-aside\" bmbLayoutItem [colLg]=\"4\">\n @if (titleAsideSlot()) {\n <h3>{{ titleAsideSlot() }}</h3>\n <bmb-divider />\n }\n <ng-container [ngTemplateOutlet]=\"asideContent\" />\n </aside>\n </section>\n</ng-template>\n\n<ng-template #singleColumnCard>\n <section\n class=\"bmb_web-template-container\"\n bmbLayout\n gapSize=\"m\"\n margin=\"none\"\n >\n <main class=\"bmb_web-template-main\" bmbLayoutItem [colLg]=\"12\">\n <section class=\"bmb_web-template-main-container\">\n @if (titleMainSlot()) {\n <h3>{{ titleMainSlot() }}</h3>\n <bmb-divider />\n }\n <ng-container [ngTemplateOutlet]=\"mainContent\" />\n </section>\n </main>\n </section>\n</ng-template>\n\n<ng-template #asideFirstCard>\n <section\n class=\"bmb_web-template-container\"\n bmbLayout\n gapSize=\"m\"\n margin=\"none\"\n >\n <aside class=\"bmb_web-template-aside\" bmbLayoutItem [colLg]=\"12\">\n @if (titleAsideSlot()) {\n <h3>{{ titleAsideSlot() }}</h3>\n <bmb-divider />\n }\n <ng-container [ngTemplateOutlet]=\"asideContent\" />\n </aside>\n <main class=\"bmb_web-template-main\" bmbLayoutItem [colLg]=\"12\">\n <section class=\"bmb_web-template-main-container\">\n <ng-container [ngTemplateOutlet]=\"mainContent\" />\n </section>\n </main>\n </section>\n</ng-template>\n\n<ng-template #asideLightCard>\n <section\n class=\"bmb_web-template-container\"\n bmbLayout\n gapSize=\"m\"\n margin=\"none\"\n >\n <aside class=\"bmb_web-template-aside\" bmbLayoutItem [colLg]=\"3\">\n <ng-container [ngTemplateOutlet]=\"asideContent\" />\n </aside>\n <main class=\"bmb_web-template-main\" bmbLayoutItem [colLg]=\"9\">\n <section class=\"bmb_web-template-main-container\">\n @if (titleMainSlot()) {\n <h3>{{ titleMainSlot() }}</h3>\n <bmb-divider />\n }\n <ng-container [ngTemplateOutlet]=\"mainContent\" />\n </section>\n </main>\n </section>\n</ng-template>\n\n<ng-template #twoAsideCard>\n <section\n class=\"bmb_web-template-container\"\n bmbLayout\n gapSize=\"m\"\n margin=\"none\"\n >\n <aside class=\"bmb_web-template-aside\" bmbLayoutItem [colLg]=\"3\">\n <ng-container [ngTemplateOutlet]=\"asideContent\" />\n </aside>\n <main class=\"bmb_web-template-main\" bmbLayoutItem [colLg]=\"6\">\n <section class=\"bmb_web-template-main-container\">\n @if (titleMainSlot()) {\n <h3>{{ titleMainSlot() }}</h3>\n <bmb-divider />\n }\n <ng-container [ngTemplateOutlet]=\"mainContent\" />\n </section>\n </main>\n <aside class=\"bmb_web-template-aside\" bmbLayoutItem [colLg]=\"3\">\n <ng-container [ngTemplateOutlet]=\"secondAsideContent\" />\n </aside>\n </section>\n</ng-template>\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_web-template-full-width-card{grid-template-columns:1fr;grid-template-rows:71px max-content max-content max-content;grid-template-areas:\"topBar\" \"header\" \"main\" \"aside\";gap:1rem;font-family:Poppins-Regular,sans-serif;font-size:.75rem}@media (min-width: 1000px){.bmb_web-template-full-width-card{grid-template-columns:2fr 1fr;grid-template-rows:71px max-content 1fr;gap:0;grid-template-areas:\"topBar topBar\" \"header header\" \"main aside\"}}.bmb_web-template-full-width-card .bmb_web-template-top-bar{grid-area:topBar}.bmb_web-template-full-width-card .bmb_web-template-header{background-color:RGBA(var(--color-charade-100));display:flex;flex-direction:column;gap:var(--bmb-spacing-s);padding:var(--bmb-spacing-l);grid-area:header}@media (min-width: 1000px){.bmb_web-template-full-width-card .bmb_web-template-header{margin-bottom:var(--bmb-spacing-m)}}.bmb_web-template-full-width-card .bmb_web-template-header-container{margin:0 auto;width:100%;box-sizing:border-box}@media (max-width: 999px){.bmb_web-template-full-width-card .bmb_web-template-header-container{padding-left:1rem}}@media (min-width: 1000px){.bmb_web-template-full-width-card .bmb_web-template-header-container{padding-left:5rem}}.bmb_web-template-full-width-card .bmb_web-template-header-title{font-family:Poppins-Regular,sans-serif;font-size:1.5rem;font-weight:400}.bmb_web-template-full-width-card .bmb_web-template-header-subtitle{font-family:Poppins-Regular,sans-serif;font-size:.875rem;font-weight:400}.bmb_web-template-full-width-card .bmb_web-template-main{background-color:RGBA(var(--color-charade-100));border-radius:var(--bmb-radius-m);margin:0 var(--bmb-spacing-m);padding:var(--bmb-spacing-m);height:100%;overflow:auto;border:.0625rem solid RGBA(var(--color-charade-300))}@media (min-width: 1000px){.bmb_web-template-full-width-card .bmb_web-template-main{margin-left:0;border-radius:0 var(--bmb-radius-m) var(--bmb-radius-m) 0;margin-bottom:0;border-width:.0625rem .0625rem 0 0}}.bmb_web-template-full-width-card .bmb_web-template-main-container{overflow:auto}@media (min-width: 1000px){.bmb_web-template-full-width-card .bmb_web-template-main-container{padding-left:5.5rem}}.bmb_web-template-full-width-card .bmb_web-template-aside{background-color:RGBA(var(--color-charade-100));border-radius:var(--bmb-radius-m);margin:0 var(--bmb-spacing-m) var(--bmb-spacing-m);padding:var(--bmb-spacing-m);height:100%;overflow:auto;border:.0625rem solid RGBA(var(--color-charade-300))}@media (min-width: 1000px){.bmb_web-template-full-width-card .bmb_web-template-aside{margin:0;border-radius:var(--bmb-radius-m) 0 0 var(--bmb-radius-m);border-width:.0625rem 0 0 .0625rem}}[data-theme=dark] .bmb_web-template-full-width-card .bmb_web-template-header,[data-theme=dark] .bmb_web-template-full-width-card .bmb_web-template-main,[data-theme=dark] .bmb_web-template-full-width-card .bmb_web-template-aside,.storybook-dark-theme .bmb_web-template-full-width-card .bmb_web-template-header,.storybook-dark-theme .bmb_web-template-full-width-card .bmb_web-template-main,.storybook-dark-theme .bmb_web-template-full-width-card .bmb_web-template-aside{background-color:RGBA(var(--color-charade-900));border-color:RGBA(var(--color-charade-800))}.bmb_web-template-justify-width-card{grid-template-columns:1fr;grid-template-rows:71px max-content max-content;grid-template-areas:\"topBar\" \"header\" \"content\";font-family:Poppins-Regular,sans-serif;font-size:.75rem}@media (min-width: 1000px){.bmb_web-template-justify-width-card{grid-template-columns:1fr;grid-template-rows:71px max-content 1fr;gap:0}}.bmb_web-template-justify-width-card .bmb_web-template-top-bar{grid-area:topBar}.bmb_web-template-justify-width-card .bmb_web-template-header{background-color:RGBA(var(--color-charade-100));display:flex;flex-direction:column;gap:var(--bmb-spacing-s);padding:var(--bmb-spacing-l);grid-area:header}@media (min-width: 1000px){.bmb_web-template-justify-width-card .bmb_web-template-header{margin-bottom:var(--bmb-spacing-m)}}.bmb_web-template-justify-width-card .bmb_web-template-header-container{margin:0 auto;width:100%;box-sizing:border-box;max-width:100rem}@media (max-width: 999px){.bmb_web-template-justify-width-card .bmb_web-template-header-container{padding-left:1rem}}@media (width >= 1000px) and (width <= 1800px){.bmb_web-template-justify-width-card .bmb_web-template-header-container{padding-left:5rem}}.bmb_web-template-justify-width-card .bmb_web-template-header-title{font-family:Poppins-Regular,sans-serif;font-size:1.5rem;font-weight:400}.bmb_web-template-justify-width-card .bmb_web-template-header-subtitle{font-family:Poppins-Regular,sans-serif;font-size:.875rem;font-weight:400}.bmb_web-template-justify-width-card .bmb_web-template-container{max-width:100rem;padding:var(--bmb-spacing-m);width:100%;box-sizing:border-box;margin:0 auto;height:100%;overflow:auto}@media (max-width: 999px){.bmb_web-template-justify-width-card .bmb_web-template-container{padding-left:1rem;height:max-content}}@media (min-width: 1000px){.bmb_web-template-justify-width-card .bmb_web-template-container{padding:0 1rem 1rem}}@media (min-width: 1800px){.bmb_web-template-justify-width-card .bmb_web-template-container{padding:0}}@media (width >= 1000px) and (width <= 1800px){.bmb_web-template-justify-width-card .bmb_web-template-container{padding-left:6.25rem}}.bmb_web-template-justify-width-card .bmb_web-template-main{background-color:RGBA(var(--color-charade-100));border-radius:var(--bmb-radius-m);padding:var(--bmb-spacing-m);height:100%;overflow:auto;border:.0625rem solid RGBA(var(--color-charade-300))}.bmb_web-template-justify-width-card .bmb_web-template-main-container{overflow:auto}.bmb_web-template-justify-width-card .bmb_web-template-aside{background-color:RGBA(var(--color-charade-100));border-radius:var(--bmb-radius-m);padding:var(--bmb-spacing-m);height:100%;overflow:auto;border:.0625rem solid RGBA(var(--color-charade-300))}[data-theme=dark] .bmb_web-template-justify-width-card .bmb_web-template-header,[data-theme=dark] .bmb_web-template-justify-width-card .bmb_web-template-main,[data-theme=dark] .bmb_web-template-justify-width-card .bmb_web-template-aside,.storybook-dark-theme .bmb_web-template-justify-width-card .bmb_web-template-header,.storybook-dark-theme .bmb_web-template-justify-width-card .bmb_web-template-main,.storybook-dark-theme .bmb_web-template-justify-width-card .bmb_web-template-aside{background-color:RGBA(var(--color-charade-900));border-color:RGBA(var(--color-charade-800))}.bmb_web-template-single-column-card{grid-template-columns:1fr;grid-template-rows:71px max-content max-content;grid-template-areas:\"topBar\" \"header\" \"content\";font-family:Poppins-Regular,sans-serif;font-size:.75rem}@media (min-width: 1000px){.bmb_web-template-single-column-card{grid-template-columns:1fr;grid-template-rows:71px max-content 1fr;gap:0}}.bmb_web-template-single-column-card .bmb_web-template-top-bar{grid-area:topBar}.bmb_web-template-single-column-card .bmb_web-template-header{background-color:RGBA(var(--color-charade-100));display:flex;flex-direction:column;gap:var(--bmb-spacing-s);padding:var(--bmb-spacing-l);grid-area:header}@media (min-width: 1000px){.bmb_web-template-single-column-card .bmb_web-template-header{margin-bottom:var(--bmb-spacing-m)}}.bmb_web-template-single-column-card .bmb_web-template-header-container{margin:0 auto;width:100%;box-sizing:border-box;max-width:100rem}@media (max-width: 999px){.bmb_web-template-single-column-card .bmb_web-template-header-container{padding-left:1rem}}@media (width >= 1000px) and (width <= 1800px){.bmb_web-template-single-column-card .bmb_web-template-header-container{padding-left:5rem}}.bmb_web-template-single-column-card .bmb_web-template-header-title{font-family:Poppins-Regular,sans-serif;font-size:1.5rem;font-weight:400}.bmb_web-template-single-column-card .bmb_web-template-header-subtitle{font-family:Poppins-Regular,sans-serif;font-size:.875rem;font-weight:400}.bmb_web-template-single-column-card .bmb_web-template-container{max-width:100rem;padding:var(--bmb-spacing-m);width:100%;box-sizing:border-box;margin:0 auto;height:100%;overflow:auto}@media (max-width: 999px){.bmb_web-template-single-column-card .bmb_web-template-container{padding-left:1rem;height:max-content}}@media (min-width: 1000px){.bmb_web-template-single-column-card .bmb_web-template-container{padding:0 1rem 1rem}}@media (min-width: 1800px){.bmb_web-template-single-column-card .bmb_web-template-container{padding:0}}@media (width >= 1000px) and (width <= 1800px){.bmb_web-template-single-column-card .bmb_web-template-container{padding-left:6.25rem}}.bmb_web-template-single-column-card .bmb_web-template-main{background-color:RGBA(var(--color-charade-100));border-radius:var(--bmb-radius-m);padding:var(--bmb-spacing-m);height:100%;overflow:auto;border:.0625rem solid RGBA(var(--color-charade-300))}.bmb_web-template-single-column-card .bmb_web-template-main-container{overflow:auto}[data-theme=dark] .bmb_web-template-single-column-card .bmb_web-template-header,[data-theme=dark] .bmb_web-template-single-column-card .bmb_web-template-main,.storybook-dark-theme .bmb_web-template-single-column-card .bmb_web-template-header,.storybook-dark-theme .bmb_web-template-single-column-card .bmb_web-template-main{background-color:RGBA(var(--color-charade-900));border-color:RGBA(var(--color-charade-800))}.bmb_web-template-aside-first-card{grid-template-columns:1fr;grid-template-rows:71px max-content max-content;grid-template-areas:\"topBar\" \"header\" \"content\";font-family:Poppins-Regular,sans-serif;font-size:.75rem}@media (min-width: 1000px){.bmb_web-template-aside-first-card{gap:0}}@media (min-width: 1000px){.bmb_web-template-aside-first-card.bmb_web-template{height:auto;overflow:auto}}.bmb_web-template-aside-first-card .bmb_web-template-top-bar{grid-area:topBar}.bmb_web-template-aside-first-card .bmb_web-template-header{background-color:RGBA(var(--color-charade-100));display:flex;flex-direction:column;gap:var(--bmb-spacing-s);padding:var(--bmb-spacing-l);grid-area:header}@media (min-width: 1000px){.bmb_web-template-aside-first-card .bmb_web-template-header{margin-bottom:var(--bmb-spacing-m)}}.bmb_web-template-aside-first-card .bmb_web-template-header-container{margin:0 auto;width:100%;box-sizing:border-box;max-width:100rem}@media (max-width: 999px){.bmb_web-template-aside-first-card .bmb_web-template-header-container{padding-left:1rem}}@media (width >= 1000px) and (width <= 1800px){.bmb_web-template-aside-first-card .bmb_web-template-header-container{padding-left:5rem}}.bmb_web-template-aside-first-card .bmb_web-template-header-title{font-family:Poppins-Regular,sans-serif;font-size:1.5rem;font-weight:400}.bmb_web-template-aside-first-card .bmb_web-template-header-subtitle{font-family:Poppins-Regular,sans-serif;font-size:.875rem;font-weight:400}.bmb_web-template-aside-first-card .bmb_web-template-container{max-width:100rem;padding:var(--bmb-spacing-m);width:100%;box-sizing:border-box;margin:0 auto;overflow:auto}@media (max-width: 999px){.bmb_web-template-aside-first-card .bmb_web-template-container{padding-left:1rem;height:max-content}}@media (min-width: 1000px){.bmb_web-template-aside-first-card .bmb_web-template-container{padding:0 1rem 1rem}}@media (min-width: 1800px){.bmb_web-template-aside-first-card .bmb_web-template-container{padding:0}}@media (width >= 1000px) and (width <= 1800px){.bmb_web-template-aside-first-card .bmb_web-template-container{padding-left:6.25rem}}.bmb_web-template-aside-first-card .bmb_web-template-main,.bmb_web-template-aside-first-card .bmb_web-template-aside{background-color:RGBA(var(--color-charade-100));border-radius:var(--bmb-radius-m);padding:var(--bmb-spacing-m);border:.0625rem solid RGBA(var(--color-charade-300))}[data-theme=dark] .bmb_web-template-aside-first-card .bmb_web-template-header,[data-theme=dark] .bmb_web-template-aside-first-card .bmb_web-template-main,[data-theme=dark] .bmb_web-template-aside-first-card .bmb_web-template-aside,.storybook-dark-theme .bmb_web-template-aside-first-card .bmb_web-template-header,.storybook-dark-theme .bmb_web-template-aside-first-card .bmb_web-template-main,.storybook-dark-theme .bmb_web-template-aside-first-card .bmb_web-template-aside{background-color:RGBA(var(--color-charade-900));border-color:RGBA(var(--color-charade-800))}.bmb_web-template-aside-light-card{grid-template-columns:1fr;grid-template-rows:71px max-content max-content;grid-template-areas:\"topBar\" \"header\" \"content\";font-family:Poppins-Regular,sans-serif;font-size:.75rem}@media (min-width: 1000px){.bmb_web-template-aside-light-card{grid-template-columns:1fr;grid-template-rows:71px max-content 1fr;gap:0}}.bmb_web-template-aside-light-card .bmb_web-template-top-bar{grid-area:topBar}.bmb_web-template-aside-light-card .bmb_web-template-header{background-color:RGBA(var(--color-charade-100));display:flex;flex-direction:column;gap:var(--bmb-spacing-s);padding:var(--bmb-spacing-l);grid-area:header}@media (min-width: 1000px){.bmb_web-template-aside-light-card .bmb_web-template-header{margin-bottom:var(--bmb-spacing-m)}}.bmb_web-template-aside-light-card .bmb_web-template-header-container{margin:0 auto;width:100%;box-sizing:border-box;max-width:100rem}@media (max-width: 999px){.bmb_web-template-aside-light-card .bmb_web-template-header-container{padding-left:1rem}}@media (width >= 1000px) and (width <= 1800px){.bmb_web-template-aside-light-card .bmb_web-template-header-container{padding-left:5rem}}.bmb_web-template-aside-light-card .bmb_web-template-header-title{font-family:Poppins-Regular,sans-serif;font-size:1.5rem;font-weight:400}.bmb_web-template-aside-light-card .bmb_web-template-header-subtitle{font-family:Poppins-Regular,sans-serif;font-size:.875rem;font-weight:400}.bmb_web-template-aside-light-card .bmb_web-template-container{max-width:100rem;padding:var(--bmb-spacing-m);width:100%;box-sizing:border-box;margin:0 auto;height:100%;overflow:auto}@media (max-width: 999px){.bmb_web-template-aside-light-card .bmb_web-template-container{padding-left:1rem;height:max-content}}@media (min-width: 1000px){.bmb_web-template-aside-light-card .bmb_web-template-container{padding:0 1rem 1rem;gap:0 0 var(--bmb-spacing-m)}}@media (width >= 1000px) and (width <= 1800px){.bmb_web-template-aside-light-card .bmb_web-template-container{padding-left:6.25rem}}.bmb_web-template-aside-light-card .bmb_web-template-main{border-radius:var(--bmb-radius-m);padding:var(--bmb-spacing-m);height:100%;overflow:auto}@media (min-width: 1000px){.bmb_web-template-aside-light-card .bmb_web-template-main{border:.0625rem solid RGBA(var(--color-charade-100));border-radius:0 var(--bmb-radius-m) var(--bmb-radius-m) 0}}.bmb_web-template-aside-light-card .bmb_web-template-main-container{overflow:auto}.bmb_web-template-aside-light-card .bmb_web-template-aside{background-color:RGBA(var(--color-charade-100));border-radius:var(--bmb-radius-m);padding:var(--bmb-spacing-m);height:100%;overflow:auto}@media (min-width: 1000px){.bmb_web-template-aside-light-card .bmb_web-template-aside{border-radius:var(--bmb-radius-m) 0 0 var(--bmb-radius-m)}}[data-theme=dark] .bmb_web-template-aside-light-card .bmb_web-template-header,[data-theme=dark] .bmb_web-template-aside-light-card .bmb_web-template-aside,.storybook-dark-theme .bmb_web-template-aside-light-card .bmb_web-template-header,.storybook-dark-theme .bmb_web-template-aside-light-card .bmb_web-template-aside{background-color:RGBA(var(--color-charade-900));border-color:RGBA(var(--color-charade-800))}@media (min-width: 1000px){[data-theme=dark] .bmb_web-template-aside-light-card .bmb_web-template-main,.storybook-dark-theme .bmb_web-template-aside-light-card .bmb_web-template-main{border:.0625rem solid RGBA(var(--color-charade-900))}}.bmb_web-template-two-aside-card{grid-template-columns:1fr;grid-template-rows:71px max-content max-content;grid-template-areas:\"topBar\" \"header\" \"content\";font-family:Poppins-Regular,sans-serif;font-size:.75rem}@media (min-width: 1000px){.bmb_web-template-two-aside-card{grid-template-columns:1fr;grid-template-rows:71px max-content 1fr;gap:0}}.bmb_web-template-two-aside-card .bmb_web-template-top-bar{grid-area:topBar}.bmb_web-template-two-aside-card .bmb_web-template-header{background-color:RGBA(var(--color-charade-100));display:flex;flex-direction:column;gap:var(--bmb-spacing-s);padding:var(--bmb-spacing-l);grid-area:header}@media (min-width: 1000px){.bmb_web-template-two-aside-card .bmb_web-template-header{margin-bottom:var(--bmb-spacing-m)}}.bmb_web-template-two-aside-card .bmb_web-template-header-container{margin:0 auto;width:100%;box-sizing:border-box;max-width:100rem}@media (max-width: 999px){.bmb_web-template-two-aside-card .bmb_web-template-header-container{padding-left:1rem}}@media (width >= 1000px) and (width <= 1800px){.bmb_web-template-two-aside-card .bmb_web-template-header-container{padding-left:5rem}}.bmb_web-template-two-aside-card .bmb_web-template-header-title{font-family:Poppins-Regular,sans-serif;font-size:1.5rem;font-weight:400}.bmb_web-template-two-aside-card .bmb_web-template-header-subtitle{font-family:Poppins-Regular,sans-serif;font-size:.875rem;font-weight:400}.bmb_web-template-two-aside-card .bmb_web-template-container{max-width:100rem;padding:var(--bmb-spacing-m);width:100%;box-sizing:border-box;margin:0 auto;height:100%;overflow:auto}@media (max-width: 999px){.bmb_web-template-two-aside-card .bmb_web-template-container{padding-left:1rem;height:max-content}}@media (min-width: 1000px){.bmb_web-template-two-aside-card .bmb_web-template-container{padding:0 1rem 1rem}}@media (min-width: 1800px){.bmb_web-template-two-aside-card .bmb_web-template-container{padding:0}}@media (width >= 1000px) and (width <= 1800px){.bmb_web-template-two-aside-card .bmb_web-template-container{padding-left:6.25rem}}.bmb_web-template-two-aside-card .bmb_web-template-main{background-color:RGBA(var(--color-charade-100));border-radius:var(--bmb-radius-m);padding:var(--bmb-spacing-m);height:100%;overflow:auto;border:.0625rem solid RGBA(var(--color-charade-300))}.bmb_web-template-two-aside-card .bmb_web-template-main-container{overflow:auto}.bmb_web-template-two-aside-card .bmb_web-template-aside{background-color:RGBA(var(--color-charade-100));border-radius:var(--bmb-radius-m);padding:var(--bmb-spacing-m);height:100%;overflow:auto;border:.0625rem solid RGBA(var(--color-charade-300))}[data-theme=dark] .bmb_web-template-two-aside-card .bmb_web-template-header,[data-theme=dark] .bmb_web-template-two-aside-card .bmb_web-template-main,[data-theme=dark] .bmb_web-template-two-aside-card .bmb_web-template-aside,.storybook-dark-theme .bmb_web-template-two-aside-card .bmb_web-template-header,.storybook-dark-theme .bmb_web-template-two-aside-card .bmb_web-template-main,.storybook-dark-theme .bmb_web-template-two-aside-card .bmb_web-template-aside{background-color:RGBA(var(--color-charade-900));border-color:RGBA(var(--color-charade-800))}.bmb_web-template{background-color:RGBA(var(--color-charade-200));display:grid;gap:0;min-height:100dvh}@media (min-width: 1000px){.bmb_web-template{height:100dvh;overflow:hidden}}[data-theme=dark] .bmb_web-template,.storybook-dark-theme .bmb_web-template{background-color:RGBA(var(--color-charade-950));color:RGBA(var(--color-charade-50))}\n"] }]
63
+ }], propDecorators: { asideContent: [{
64
+ type: ContentChild,
65
+ args: ['bmbTemplateAside']
66
+ }], mainContent: [{
67
+ type: ContentChild,
68
+ args: ['bmbTemplateMain']
69
+ }], secondAsideContent: [{
70
+ type: ContentChild,
71
+ args: ['bmbTemplateSecondAside']
72
+ }], singleColumnCard: [{
73
+ type: ContentChild,
74
+ args: ['singleColumnCard']
75
+ }], asideFirstCard: [{
76
+ type: ContentChild,
77
+ args: ['asideFirstCard']
78
+ }], asideLightCard: [{
79
+ type: ContentChild,
80
+ args: ['asideLightCard']
81
+ }], twoAsideCard: [{
82
+ type: ContentChild,
83
+ args: ['twoAsideCard']
84
+ }] } });
85
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYm1iLXdlYi10ZW1wbGF0ZXMuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvZHMtbmcvc3JjL2xpYi9jb21wb25lbnRzL2JtYi13ZWItdGVtcGxhdGVzL2JtYi13ZWItdGVtcGxhdGVzLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2RzLW5nL3NyYy9saWIvY29tcG9uZW50cy9ibWItd2ViLXRlbXBsYXRlcy9ibWItd2ViLXRlbXBsYXRlcy5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQ0wsdUJBQXVCLEVBQ3ZCLFNBQVMsRUFDVCxZQUFZLEVBQ1osS0FBSyxFQUNMLE1BQU0sRUFFTixpQkFBaUIsR0FDbEIsTUFBTSxlQUFlLENBQUM7QUFDdkIsT0FBTyxFQUNMLGtCQUFrQixHQUduQixNQUFNLHNDQUFzQyxDQUFDO0FBQzlDLE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLHNDQUFzQyxDQUFDO0FBRTNFLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSxzQ0FBc0MsQ0FBQztBQUMzRSxPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSxrREFBa0QsQ0FBQztBQUN0RixPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSx1REFBdUQsQ0FBQzs7O0FBMkIvRixNQUFNLE9BQU8sd0JBQXdCO0lBaEJyQztRQWlCRSxpQkFBWSxHQUFHLEtBQUssQ0FBVSxLQUFLLENBQUMsQ0FBQztRQUNyQyxnQkFBVyxHQUFHLEtBQUssRUFBVSxDQUFDO1FBQzlCLG1CQUFjLEdBQUcsS0FBSyxFQUFVLENBQUM7UUFDakMsYUFBUSxHQUFHLEtBQUssQ0FBbUIsaUJBQWlCLENBQUMsQ0FBQztRQUN0RCxrQkFBYSxHQUFHLEtBQUssRUFBVSxDQUFDO1FBQ2hDLG1CQUFjLEdBQUcsS0FBSyxFQUFVLENBQUM7UUFFakMsaUJBQWlCO1FBQ2pCLDZCQUF3QixHQUFHLEtBQUssQ0FBc0IsTUFBTSxDQUFDLENBQUM7UUFDOUQsMEJBQXFCLEdBQUcsS0FBSyxDQUEwQixJQUFJLENBQUMsQ0FBQztRQUM3RCwwQkFBcUIsR0FBRyxLQUFLLENBQVUsSUFBSSxDQUFDLENBQUM7UUFDN0MsZ0JBQVcsR0FBRyxLQUFLLENBQVMsNEJBQTRCLENBQUMsQ0FBQztRQUMxRCxzQkFBaUIsR0FBRyxLQUFLLENBQVMsZ0NBQWdDLENBQUMsQ0FBQztRQUNwRSxrQkFBYSxHQUFHLEtBQUssQ0FBUyxFQUFFLENBQUMsQ0FBQztRQUNsQyxzQkFBaUIsR0FBRyxLQUFLLENBQVMsRUFBRSxDQUFDLENBQUM7UUFDdEMsbUJBQWMsR0FBRyxLQUFLLENBQVUsS0FBSyxDQUFDLENBQUM7UUFDdkMsZUFBVSxHQUFHLEtBQUssQ0FBUyxJQUFJLENBQUMsQ0FBQztRQUNqQyxnQkFBVyxHQUFHLEtBQUssQ0FBVSxLQUFLLENBQUMsQ0FBQztRQUNwQyxpQ0FBNEIsR0FBRyxLQUFLLENBQVcsRUFBRSxDQUFDLENBQUM7UUFDbkQsNEJBQXVCLEdBQUcsS0FBSyxDQUFrQixFQUFFLENBQUMsQ0FBQztRQUVyRCxpQkFBWSxHQUFHLE1BQU0sRUFBTyxDQUFDO1FBQzdCLHVCQUFrQixHQUFHLE1BQU0sRUFBVSxDQUFDO1FBRXRDLGtCQUFrQjtRQUNsQixvQkFBZSxHQUFHLEtBQUssQ0FBcUIsRUFBRSxDQUFDLENBQUM7UUFDaEQsaUJBQVksR0FBRyxLQUFLLENBQVMsRUFBRSxDQUFDLENBQUM7S0EyQmxDO0lBaEJDLGVBQWU7UUFDYixNQUFNLFNBQVMsR0FBRztZQUNoQixrQkFBa0I7WUFDbEIsb0JBQW9CLElBQUksQ0FBQyxRQUFRLEVBQUUsRUFBRTtTQUN0QyxDQUFDO1FBRUYsT0FBTyxTQUFTLENBQUM7SUFDbkIsQ0FBQztJQUVELFlBQVksQ0FBQyxLQUFVO1FBQ3JCLElBQUksQ0FBQyxZQUFZLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxDQUFDO0lBQ2hDLENBQUM7SUFFRCxnQkFBZ0IsQ0FBQyxJQUFZO1FBQzNCLElBQUksQ0FBQyxrQkFBa0IsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLENBQUM7SUFDckMsQ0FBQzsrR0FyRFUsd0JBQXdCO21HQUF4Qix3QkFBd0IsMjBIQzlDckMsMm9MQXdMQSwrdXhCRHRKSSxrQkFBa0IsaWdCQUNsQixtQkFBbUIsa0dBQ25CLFlBQVksb1NBQ1osbUJBQW1CLDBFQUNuQixrQkFBa0IsK0hBQ2xCLHNCQUFzQjs7NEZBT2Isd0JBQXdCO2tCQWhCcEMsU0FBUzsrQkFDRSxtQkFBbUIsY0FDakIsSUFBSSxXQUNQO3dCQUNQLGtCQUFrQjt3QkFDbEIsbUJBQW1CO3dCQUNuQixZQUFZO3dCQUNaLG1CQUFtQjt3QkFDbkIsa0JBQWtCO3dCQUNsQixzQkFBc0I7cUJBQ3ZCLGlCQUdjLGlCQUFpQixDQUFDLElBQUksbUJBQ3BCLHVCQUF1QixDQUFDLE1BQU07OEJBK0JiLFlBQVk7c0JBQTdDLFlBQVk7dUJBQUMsa0JBQWtCO2dCQUNDLFdBQVc7c0JBQTNDLFlBQVk7dUJBQUMsaUJBQWlCO2dCQUNTLGtCQUFrQjtzQkFBekQsWUFBWTt1QkFBQyx3QkFBd0I7Z0JBRUosZ0JBQWdCO3NCQUFqRCxZQUFZO3VCQUFDLGtCQUFrQjtnQkFDQSxjQUFjO3NCQUE3QyxZQUFZO3VCQUFDLGdCQUFnQjtnQkFDRSxjQUFjO3NCQUE3QyxZQUFZO3VCQUFDLGdCQUFnQjtnQkFDQSxZQUFZO3NCQUF6QyxZQUFZO3VCQUFDLGNBQWMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSxcbiAgQ29tcG9uZW50LFxuICBDb250ZW50Q2hpbGQsXG4gIGlucHV0LFxuICBvdXRwdXQsXG4gIFRlbXBsYXRlUmVmLFxuICBWaWV3RW5jYXBzdWxhdGlvbixcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQge1xuICBCbWJUb3BCYXJDb21wb25lbnQsXG4gIElQb3NpdGlvbkJ1dHRvbk1lbnUsXG4gIElVc2VySW5mb3JtYXRpb24sXG59IGZyb20gJy4uL2JtYi10b3AtYmFyL2JtYi10b3AtYmFyLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBCbWJTaWRlYmFyQ29tcG9uZW50IH0gZnJvbSAnLi4vYm1iLXNpZGViYXIvYm1iLXNpZGViYXIuY29tcG9uZW50JztcbmltcG9ydCB7IFNpZGViYXJFbGVtZW50IH0gZnJvbSAnLi4vYm1iLXNpZGViYXIvYm1iLXNpZGViYXIuaW50ZXJmYWNlJztcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBCbWJEaXZpZGVyQ29tcG9uZW50IH0gZnJvbSAnLi4vYm1iLWRpdmlkZXIvYm1iLWRpdmlkZXIuY29tcG9uZW50JztcbmltcG9ydCB7IEJtYkxheW91dERpcmVjdGl2ZSB9IGZyb20gJy4uLy4uL2RpcmVjdGl2ZXMvYm1iLWxheW91dC9ibWItbGF5b3V0LmRpcmVjdGl2ZSc7XG5pbXBvcnQgeyBCbWJMYXlvdXRJdGVtRGlyZWN0aXZlIH0gZnJvbSAnLi4vLi4vZGlyZWN0aXZlcy9ibWItbGF5b3V0L2JtYi1sYXlvdXQtaXRlbS5kaXJlY3RpdmUnO1xuaW1wb3J0IHsgSUJtYkRhdGFBbGVydCB9IGZyb20gJy4uL2JtYi1hbGVydC1jZW50ZXIvdHlwZXMnO1xuXG5leHBvcnQgdHlwZSBJQm1iVGVtcGxhdGVOYW1lID1cbiAgfCAnZnVsbC13aWR0aC1jYXJkJ1xuICB8ICdqdXN0aWZ5LXdpZHRoLWNhcmQnXG4gIHwgJ3NpbmdsZS1jb2x1bW4tY2FyZCdcbiAgfCAnYXNpZGUtZmlyc3QtY2FyZCdcbiAgfCAnYXNpZGUtbGlnaHQtY2FyZCdcbiAgfCAndHdvLWFzaWRlLWNhcmQnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdibWItd2ViLXRlbXBsYXRlcycsXG4gIHN0YW5kYWxvbmU6IHRydWUsXG4gIGltcG9ydHM6IFtcbiAgICBCbWJUb3BCYXJDb21wb25lbnQsXG4gICAgQm1iU2lkZWJhckNvbXBvbmVudCxcbiAgICBDb21tb25Nb2R1bGUsXG4gICAgQm1iRGl2aWRlckNvbXBvbmVudCxcbiAgICBCbWJMYXlvdXREaXJlY3RpdmUsXG4gICAgQm1iTGF5b3V0SXRlbURpcmVjdGl2ZSxcbiAgXSxcbiAgdGVtcGxhdGVVcmw6ICcuL2JtYi13ZWItdGVtcGxhdGVzLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmw6ICcuL2JtYi13ZWItdGVtcGxhdGVzLmNvbXBvbmVudC5zY3NzJyxcbiAgZW5jYXBzdWxhdGlvbjogVmlld0VuY2Fwc3VsYXRpb24uTm9uZSxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG59KVxuZXhwb3J0IGNsYXNzIEJtYldlYlRlbXBsYXRlc0NvbXBvbmVudCB7XG4gIGlzRnVsbFNjcmVlbiA9IGlucHV0PGJvb2xlYW4+KGZhbHNlKTtcbiAgdGl0bGVTY3JlZW4gPSBpbnB1dDxzdHJpbmc+KCk7XG4gIHN1YlRpdGxlU2NyZWVuID0gaW5wdXQ8c3RyaW5nPigpO1xuICB0ZW1wbGF0ZSA9IGlucHV0PElCbWJUZW1wbGF0ZU5hbWU+KCdmdWxsLXdpZHRoLWNhcmQnKTtcbiAgdGl0bGVNYWluU2xvdCA9IGlucHV0PHN0cmluZz4oKTtcbiAgdGl0bGVBc2lkZVNsb3QgPSBpbnB1dDxzdHJpbmc+KCk7XG5cbiAgLy8gdG9wIGJhciBpbnB1dHNcbiAgdG9wQmFyUG9zaXRpb25CdXR0b25NZW51ID0gaW5wdXQ8SVBvc2l0aW9uQnV0dG9uTWVudT4oJ2xlZnQnKTtcbiAgdG9wQmFyVXNlckluZm9ybWF0aW9uID0gaW5wdXQ8SVVzZXJJbmZvcm1hdGlvbiB8IG51bGw+KG51bGwpO1xuICB0b3BCYXJIYXNMb2dvdXRCdXR0b24gPSBpbnB1dDxib29sZWFuPih0cnVlKTtcbiAgdG9wQmFySW1hZ2UgPSBpbnB1dDxzdHJpbmc+KCdhc3NldHMvaW1hZ2VzL3RlYy1sb2dvLnN2ZycpO1xuICB0b3BCYXJNb2JpbGVJbWFnZSA9IGlucHV0PHN0cmluZz4oJ2Fzc2V0cy9pbWFnZXMvdGVjLWxvZ28tbW9iLnN2ZycpO1xuICB0b3BCYXJBcHBOYW1lID0gaW5wdXQ8c3RyaW5nPignJyk7XG4gIHRvcEJhckFwcFN1YlRpdGxlID0gaW5wdXQ8c3RyaW5nPignJyk7XG4gIHRvcEJhclNob3dMYW5nID0gaW5wdXQ8Ym9vbGVhbj4oZmFsc2UpO1xuICB0b3BCYXJMYW5nID0gaW5wdXQ8c3RyaW5nPignZXMnKTtcbiAgdG9wQmFyTWl0ZWMgPSBpbnB1dDxib29sZWFuPihmYWxzZSk7XG4gIHRvcEJhckFzc2lnbm1lbnROb3RpZmljYXRpb24gPSBpbnB1dDxzdHJpbmdbXT4oW10pO1xuICB0b3BCYXJBbGVydE5vdGlmaWNhdGlvbiA9IGlucHV0PElCbWJEYXRhQWxlcnRbXT4oW10pO1xuXG4gIHRvcEJhckxvZ091dCA9IG91dHB1dDxhbnk+KCk7XG4gIHRvcEJhck9uTGFuZ0NoYW5nZSA9IG91dHB1dDxzdHJpbmc+KCk7XG5cbiAgLy8gc2lkZSBiYXIgaW5wdXRzXG4gIHNpZGVCYXJFbGVtZW50cyA9IGlucHV0PFNpZGViYXJFbGVtZW50W11bXT4oW10pO1xuICBzaWRlQmFyVGl0bGUgPSBpbnB1dDxzdHJpbmc+KCcnKTtcblxuICBAQ29udGVudENoaWxkKCdibWJUZW1wbGF0ZUFzaWRlJykgYXNpZGVDb250ZW50ITogVGVtcGxhdGVSZWY8YW55PjtcbiAgQENvbnRlbnRDaGlsZCgnYm1iVGVtcGxhdGVNYWluJykgbWFpbkNvbnRlbnQhOiBUZW1wbGF0ZVJlZjxhbnk+O1xuICBAQ29udGVudENoaWxkKCdibWJUZW1wbGF0ZVNlY29uZEFzaWRlJykgc2Vjb25kQXNpZGVDb250ZW50ITogVGVtcGxhdGVSZWY8YW55PjtcblxuICBAQ29udGVudENoaWxkKCdzaW5nbGVDb2x1bW5DYXJkJykgc2luZ2xlQ29sdW1uQ2FyZCE6IFRlbXBsYXRlUmVmPGFueT47XG4gIEBDb250ZW50Q2hpbGQoJ2FzaWRlRmlyc3RDYXJkJykgYXNpZGVGaXJzdENhcmQhOiBUZW1wbGF0ZVJlZjxhbnk+O1xuICBAQ29udGVudENoaWxkKCdhc2lkZUxpZ2h0Q2FyZCcpIGFzaWRlTGlnaHRDYXJkITogVGVtcGxhdGVSZWY8YW55PjtcbiAgQENvbnRlbnRDaGlsZCgndHdvQXNpZGVDYXJkJykgdHdvQXNpZGVDYXJkITogVGVtcGxhdGVSZWY8YW55PjtcblxuICBnZXRTZWN0aW9uQ2xhc3MoKTogc3RyaW5nW10ge1xuICAgIGNvbnN0IGNsYXNzTGlzdCA9IFtcbiAgICAgICdibWJfd2ViLXRlbXBsYXRlJyxcbiAgICAgIGBibWJfd2ViLXRlbXBsYXRlLSR7dGhpcy50ZW1wbGF0ZSgpfWAsXG4gICAgXTtcblxuICAgIHJldHVybiBjbGFzc0xpc3Q7XG4gIH1cblxuICBoYW5kbGVMb2dPdXQocGFyYW06IGFueSk6IHZvaWQge1xuICAgIHRoaXMudG9wQmFyTG9nT3V0LmVtaXQocGFyYW0pO1xuICB9XG5cbiAgaGFuZGxlTGFuZ0NoYW5nZShsYW5nOiBzdHJpbmcpOiB2b2lkIHtcbiAgICB0aGlzLnRvcEJhck9uTGFuZ0NoYW5nZS5lbWl0KGxhbmcpO1xuICB9XG59XG4iLCI8c2VjdGlvbiBbbmdDbGFzc109XCJnZXRTZWN0aW9uQ2xhc3MoKVwiPlxuICA8Ym1iLXRvcC1iYXJcbiAgICBbdXNlckluZm9ybWF0aW9uXT1cInRvcEJhclVzZXJJbmZvcm1hdGlvbigpXCJcbiAgICBbaGFzTG9nb3V0QnV0dG9uXT1cInRvcEJhckhhc0xvZ291dEJ1dHRvbigpXCJcbiAgICBbaW1hZ2VdPVwidG9wQmFySW1hZ2UoKVwiXG4gICAgW21vYmlsZUltYWdlXT1cInRvcEJhck1vYmlsZUltYWdlKClcIlxuICAgIFthcHBOYW1lXT1cInRvcEJhckFwcE5hbWUoKVwiXG4gICAgW2FwcFN1YlRpdGxlXT1cInRvcEJhckFwcFN1YlRpdGxlKClcIlxuICAgIFtsYW5nXT1cInRvcEJhckxhbmcoKVwiXG4gICAgW3Nob3dMYW5nXT1cInRvcEJhclNob3dMYW5nKClcIlxuICAgIFttaXRlY109XCJ0b3BCYXJNaXRlYygpXCJcbiAgICBbYXNzaWdubWVudE5vdGlmaWNhdGlvbl09XCJ0b3BCYXJBc3NpZ25tZW50Tm90aWZpY2F0aW9uKClcIlxuICAgIFthbGVydE5vdGlmaWNhdGlvbl09XCJ0b3BCYXJBbGVydE5vdGlmaWNhdGlvbigpXCJcbiAgICBjbGFzcz1cImJtYl93ZWItdGVtcGxhdGUtdG9wLWJhclwiXG4gICAgKGxvZ091dCk9XCJoYW5kbGVMb2dPdXQoJGV2ZW50KVwiXG4gICAgKG9uTGFuZ0NoYW5nZSk9XCJoYW5kbGVMYW5nQ2hhbmdlKCRldmVudClcIlxuICAvPlxuICA8aGVhZGVyIGNsYXNzPVwiYm1iX3dlYi10ZW1wbGF0ZS1oZWFkZXJcIj5cbiAgICA8ZGl2XG4gICAgICBjbGFzcz1cImJtYl93ZWItdGVtcGxhdGUtaGVhZGVyLWNvbnRhaW5lclwiXG4gICAgICBbbmdDbGFzc109XCJ7ICdibWJfd2ViLXRlbXBsYXRlLWZ1bGwtc2NyZWVuJzogaXNGdWxsU2NyZWVuKCkgfVwiXG4gICAgPlxuICAgICAgPGgxIGNsYXNzPVwiYm1iX3dlYi10ZW1wbGF0ZS1oZWFkZXItdGl0bGVcIj57eyB0aXRsZVNjcmVlbigpIH19PC9oMT5cbiAgICAgIDxoMiBjbGFzcz1cImJtYl93ZWItdGVtcGxhdGUtaGVhZGVyLXN1YnRpdGxlXCI+e3sgc3ViVGl0bGVTY3JlZW4oKSB9fTwvaDI+XG4gICAgPC9kaXY+XG4gIDwvaGVhZGVyPlxuICBAc3dpdGNoICh0ZW1wbGF0ZSgpKSB7XG4gICAgQGNhc2UgKCdmdWxsLXdpZHRoLWNhcmQnKSB7XG4gICAgICA8bmctY29udGFpbmVyIFtuZ1RlbXBsYXRlT3V0bGV0XT1cImZ1bGxXaWR0aENhcmRcIiAvPlxuICAgIH1cbiAgICBAY2FzZSAoJ2p1c3RpZnktd2lkdGgtY2FyZCcpIHtcbiAgICAgIDxuZy1jb250YWluZXIgW25nVGVtcGxhdGVPdXRsZXRdPVwianVzdGlmeVdpZHRoQ2FyZFwiIC8+XG4gICAgfVxuICAgIEBjYXNlICgnc2luZ2xlLWNvbHVtbi1jYXJkJykge1xuICAgICAgPG5nLWNvbnRhaW5lciBbbmdUZW1wbGF0ZU91dGxldF09XCJzaW5nbGVDb2x1bW5DYXJkXCIgLz5cbiAgICB9XG4gICAgQGNhc2UgKCdhc2lkZS1maXJzdC1jYXJkJykge1xuICAgICAgPG5nLWNvbnRhaW5lciBbbmdUZW1wbGF0ZU91dGxldF09XCJhc2lkZUZpcnN0Q2FyZFwiIC8+XG4gICAgfVxuICAgIEBjYXNlICgnYXNpZGUtbGlnaHQtY2FyZCcpIHtcbiAgICAgIDxuZy1jb250YWluZXIgW25nVGVtcGxhdGVPdXRsZXRdPVwiYXNpZGVMaWdodENhcmRcIiAvPlxuICAgIH1cbiAgICBAY2FzZSAoJ3R3by1hc2lkZS1jYXJkJykge1xuICAgICAgPG5nLWNvbnRhaW5lciBbbmdUZW1wbGF0ZU91dGxldF09XCJ0d29Bc2lkZUNhcmRcIiAvPlxuICAgIH1cbiAgfVxuICA8Ym1iLXNpZGViYXJcbiAgICBbZWxlbWVudHNdPVwic2lkZUJhckVsZW1lbnRzKClcIlxuICAgIFt0aXRsZV09XCJzaWRlQmFyVGl0bGUoKVwiXG4gID48L2JtYi1zaWRlYmFyPlxuPC9zZWN0aW9uPlxuXG48bmctdGVtcGxhdGUgI2Z1bGxXaWR0aENhcmQ+XG4gIDxtYWluIGNsYXNzPVwiYm1iX3dlYi10ZW1wbGF0ZS1tYWluXCI+XG4gICAgPHNlY3Rpb24gY2xhc3M9XCJibWJfd2ViLXRlbXBsYXRlLW1haW4tY29udGFpbmVyXCI+XG4gICAgICBAaWYgKHRpdGxlTWFpblNsb3QoKSkge1xuICAgICAgICA8aDM+e3sgdGl0bGVNYWluU2xvdCgpIH19PC9oMz5cbiAgICAgICAgPGJtYi1kaXZpZGVyIC8+XG4gICAgICB9XG4gICAgICA8bmctY29udGFpbmVyIFtuZ1RlbXBsYXRlT3V0bGV0XT1cIm1haW5Db250ZW50XCIgLz5cbiAgICA8L3NlY3Rpb24+XG4gIDwvbWFpbj5cbiAgPGFzaWRlIGNsYXNzPVwiYm1iX3dlYi10ZW1wbGF0ZS1hc2lkZVwiPlxuICAgIEBpZiAodGl0bGVBc2lkZVNsb3QoKSkge1xuICAgICAgPGgzPnt7IHRpdGxlQXNpZGVTbG90KCkgfX08L2gzPlxuICAgICAgPGJtYi1kaXZpZGVyIC8+XG4gICAgfVxuICAgIDxuZy1jb250YWluZXIgW25nVGVtcGxhdGVPdXRsZXRdPVwiYXNpZGVDb250ZW50XCIgLz5cbiAgPC9hc2lkZT5cbjwvbmctdGVtcGxhdGU+XG5cbjxuZy10ZW1wbGF0ZSAjanVzdGlmeVdpZHRoQ2FyZD5cbiAgPHNlY3Rpb25cbiAgICBjbGFzcz1cImJtYl93ZWItdGVtcGxhdGUtY29udGFpbmVyXCJcbiAgICBibWJMYXlvdXRcbiAgICBnYXBTaXplPVwibVwiXG4gICAgbWFyZ2luPVwibm9uZVwiXG4gID5cbiAgICA8bWFpbiBjbGFzcz1cImJtYl93ZWItdGVtcGxhdGUtbWFpblwiIGJtYkxheW91dEl0ZW0gW2NvbExnXT1cIjhcIj5cbiAgICAgIDxzZWN0aW9uIGNsYXNzPVwiYm1iX3dlYi10ZW1wbGF0ZS1tYWluLWNvbnRhaW5lclwiPlxuICAgICAgICBAaWYgKHRpdGxlTWFpblNsb3QoKSkge1xuICAgICAgICAgIDxoMz57eyB0aXRsZU1haW5TbG90KCkgfX08L2gzPlxuICAgICAgICAgIDxibWItZGl2aWRlciAvPlxuICAgICAgICB9XG4gICAgICAgIDxuZy1jb250YWluZXIgW25nVGVtcGxhdGVPdXRsZXRdPVwibWFpbkNvbnRlbnRcIiAvPlxuICAgICAgPC9zZWN0aW9uPlxuICAgIDwvbWFpbj5cbiAgICA8YXNpZGUgY2xhc3M9XCJibWJfd2ViLXRlbXBsYXRlLWFzaWRlXCIgYm1iTGF5b3V0SXRlbSBbY29sTGddPVwiNFwiPlxuICAgICAgQGlmICh0aXRsZUFzaWRlU2xvdCgpKSB7XG4gICAgICAgIDxoMz57eyB0aXRsZUFzaWRlU2xvdCgpIH19PC9oMz5cbiAgICAgICAgPGJtYi1kaXZpZGVyIC8+XG4gICAgICB9XG4gICAgICA8bmctY29udGFpbmVyIFtuZ1RlbXBsYXRlT3V0bGV0XT1cImFzaWRlQ29udGVudFwiIC8+XG4gICAgPC9hc2lkZT5cbiAgPC9zZWN0aW9uPlxuPC9uZy10ZW1wbGF0ZT5cblxuPG5nLXRlbXBsYXRlICNzaW5nbGVDb2x1bW5DYXJkPlxuICA8c2VjdGlvblxuICAgIGNsYXNzPVwiYm1iX3dlYi10ZW1wbGF0ZS1jb250YWluZXJcIlxuICAgIGJtYkxheW91dFxuICAgIGdhcFNpemU9XCJtXCJcbiAgICBtYXJnaW49XCJub25lXCJcbiAgPlxuICAgIDxtYWluIGNsYXNzPVwiYm1iX3dlYi10ZW1wbGF0ZS1tYWluXCIgYm1iTGF5b3V0SXRlbSBbY29sTGddPVwiMTJcIj5cbiAgICAgIDxzZWN0aW9uIGNsYXNzPVwiYm1iX3dlYi10ZW1wbGF0ZS1tYWluLWNvbnRhaW5lclwiPlxuICAgICAgICBAaWYgKHRpdGxlTWFpblNsb3QoKSkge1xuICAgICAgICAgIDxoMz57eyB0aXRsZU1haW5TbG90KCkgfX08L2gzPlxuICAgICAgICAgIDxibWItZGl2aWRlciAvPlxuICAgICAgICB9XG4gICAgICAgIDxuZy1jb250YWluZXIgW25nVGVtcGxhdGVPdXRsZXRdPVwibWFpbkNvbnRlbnRcIiAvPlxuICAgICAgPC9zZWN0aW9uPlxuICAgIDwvbWFpbj5cbiAgPC9zZWN0aW9uPlxuPC9uZy10ZW1wbGF0ZT5cblxuPG5nLXRlbXBsYXRlICNhc2lkZUZpcnN0Q2FyZD5cbiAgPHNlY3Rpb25cbiAgICBjbGFzcz1cImJtYl93ZWItdGVtcGxhdGUtY29udGFpbmVyXCJcbiAgICBibWJMYXlvdXRcbiAgICBnYXBTaXplPVwibVwiXG4gICAgbWFyZ2luPVwibm9uZVwiXG4gID5cbiAgICA8YXNpZGUgY2xhc3M9XCJibWJfd2ViLXRlbXBsYXRlLWFzaWRlXCIgYm1iTGF5b3V0SXRlbSBbY29sTGddPVwiMTJcIj5cbiAgICAgIEBpZiAodGl0bGVBc2lkZVNsb3QoKSkge1xuICAgICAgICA8aDM+e3sgdGl0bGVBc2lkZVNsb3QoKSB9fTwvaDM+XG4gICAgICAgIDxibWItZGl2aWRlciAvPlxuICAgICAgfVxuICAgICAgPG5nLWNvbnRhaW5lciBbbmdUZW1wbGF0ZU91dGxldF09XCJhc2lkZUNvbnRlbnRcIiAvPlxuICAgIDwvYXNpZGU+XG4gICAgPG1haW4gY2xhc3M9XCJibWJfd2ViLXRlbXBsYXRlLW1haW5cIiBibWJMYXlvdXRJdGVtIFtjb2xMZ109XCIxMlwiPlxuICAgICAgPHNlY3Rpb24gY2xhc3M9XCJibWJfd2ViLXRlbXBsYXRlLW1haW4tY29udGFpbmVyXCI+XG4gICAgICAgIDxuZy1jb250YWluZXIgW25nVGVtcGxhdGVPdXRsZXRdPVwibWFpbkNvbnRlbnRcIiAvPlxuICAgICAgPC9zZWN0aW9uPlxuICAgIDwvbWFpbj5cbiAgPC9zZWN0aW9uPlxuPC9uZy10ZW1wbGF0ZT5cblxuPG5nLXRlbXBsYXRlICNhc2lkZUxpZ2h0Q2FyZD5cbiAgPHNlY3Rpb25cbiAgICBjbGFzcz1cImJtYl93ZWItdGVtcGxhdGUtY29udGFpbmVyXCJcbiAgICBibWJMYXlvdXRcbiAgICBnYXBTaXplPVwibVwiXG4gICAgbWFyZ2luPVwibm9uZVwiXG4gID5cbiAgICA8YXNpZGUgY2xhc3M9XCJibWJfd2ViLXRlbXBsYXRlLWFzaWRlXCIgYm1iTGF5b3V0SXRlbSBbY29sTGddPVwiM1wiPlxuICAgICAgPG5nLWNvbnRhaW5lciBbbmdUZW1wbGF0ZU91dGxldF09XCJhc2lkZUNvbnRlbnRcIiAvPlxuICAgIDwvYXNpZGU+XG4gICAgPG1haW4gY2xhc3M9XCJibWJfd2ViLXRlbXBsYXRlLW1haW5cIiBibWJMYXlvdXRJdGVtIFtjb2xMZ109XCI5XCI+XG4gICAgICA8c2VjdGlvbiBjbGFzcz1cImJtYl93ZWItdGVtcGxhdGUtbWFpbi1jb250YWluZXJcIj5cbiAgICAgICAgQGlmICh0aXRsZU1haW5TbG90KCkpIHtcbiAgICAgICAgICA8aDM+e3sgdGl0bGVNYWluU2xvdCgpIH19PC9oMz5cbiAgICAgICAgICA8Ym1iLWRpdmlkZXIgLz5cbiAgICAgICAgfVxuICAgICAgICA8bmctY29udGFpbmVyIFtuZ1RlbXBsYXRlT3V0bGV0XT1cIm1haW5Db250ZW50XCIgLz5cbiAgICAgIDwvc2VjdGlvbj5cbiAgICA8L21haW4+XG4gIDwvc2VjdGlvbj5cbjwvbmctdGVtcGxhdGU+XG5cbjxuZy10ZW1wbGF0ZSAjdHdvQXNpZGVDYXJkPlxuICA8c2VjdGlvblxuICAgIGNsYXNzPVwiYm1iX3dlYi10ZW1wbGF0ZS1jb250YWluZXJcIlxuICAgIGJtYkxheW91dFxuICAgIGdhcFNpemU9XCJtXCJcbiAgICBtYXJnaW49XCJub25lXCJcbiAgPlxuICAgIDxhc2lkZSBjbGFzcz1cImJtYl93ZWItdGVtcGxhdGUtYXNpZGVcIiBibWJMYXlvdXRJdGVtIFtjb2xMZ109XCIzXCI+XG4gICAgICA8bmctY29udGFpbmVyIFtuZ1RlbXBsYXRlT3V0bGV0XT1cImFzaWRlQ29udGVudFwiIC8+XG4gICAgPC9hc2lkZT5cbiAgICA8bWFpbiBjbGFzcz1cImJtYl93ZWItdGVtcGxhdGUtbWFpblwiIGJtYkxheW91dEl0ZW0gW2NvbExnXT1cIjZcIj5cbiAgICAgIDxzZWN0aW9uIGNsYXNzPVwiYm1iX3dlYi10ZW1wbGF0ZS1tYWluLWNvbnRhaW5lclwiPlxuICAgICAgICBAaWYgKHRpdGxlTWFpblNsb3QoKSkge1xuICAgICAgICAgIDxoMz57eyB0aXRsZU1haW5TbG90KCkgfX08L2gzPlxuICAgICAgICAgIDxibWItZGl2aWRlciAvPlxuICAgICAgICB9XG4gICAgICAgIDxuZy1jb250YWluZXIgW25nVGVtcGxhdGVPdXRsZXRdPVwibWFpbkNvbnRlbnRcIiAvPlxuICAgICAgPC9zZWN0aW9uPlxuICAgIDwvbWFpbj5cbiAgICA8YXNpZGUgY2xhc3M9XCJibWJfd2ViLXRlbXBsYXRlLWFzaWRlXCIgYm1iTGF5b3V0SXRlbSBbY29sTGddPVwiM1wiPlxuICAgICAgPG5nLWNvbnRhaW5lciBbbmdUZW1wbGF0ZU91dGxldF09XCJzZWNvbmRBc2lkZUNvbnRlbnRcIiAvPlxuICAgIDwvYXNpZGU+XG4gIDwvc2VjdGlvbj5cbjwvbmctdGVtcGxhdGU+XG4iXX0=