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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (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,30 @@
1
+ import { ChangeDetectionStrategy, Component, input, ViewEncapsulation, } from '@angular/core';
2
+ import { CommonModule } from '@angular/common';
3
+ import { BmbActionIconComponent } from '../bmb-action-icon/bmb-action-icon.component';
4
+ import { BmbLayoutDirective, } from '../../directives/bmb-layout/bmb-layout.directive';
5
+ import { BmbLayoutItemDirective } from '../../directives/bmb-layout/bmb-layout-item.directive';
6
+ import * as i0 from "@angular/core";
7
+ export class BmbNavigationBarComponent {
8
+ constructor() {
9
+ this.actionHeaders = input([]);
10
+ this.iconSize = input();
11
+ this.gapSize = input('m');
12
+ this.justify = input('spaceBetween');
13
+ this.alignItems = input('start');
14
+ }
15
+ handleClick(actionHeader) {
16
+ actionHeader.action();
17
+ }
18
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BmbNavigationBarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
19
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: BmbNavigationBarComponent, isStandalone: true, selector: "bmb-navigation-bar", inputs: { actionHeaders: { classPropertyName: "actionHeaders", publicName: "actionHeaders", isSignal: true, isRequired: false, transformFunction: null }, iconSize: { classPropertyName: "iconSize", publicName: "iconSize", isSignal: true, isRequired: false, transformFunction: null }, gapSize: { classPropertyName: "gapSize", publicName: "gapSize", isSignal: true, isRequired: false, transformFunction: null }, justify: { classPropertyName: "justify", publicName: "justify", isSignal: true, isRequired: false, transformFunction: null }, alignItems: { classPropertyName: "alignItems", publicName: "alignItems", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: "<span\n class=\"bmb_navigation-bar\"\n bmbLayout\n margin=\"none\"\n [justify]=\"justify()\"\n [gapSize]=\"gapSize()\"\n [alignItems]=\"alignItems()\"\n [dynamicCols]=\"true\"\n>\n @for (actionHeader of actionHeaders(); track $index) {\n <bmb-action-icon\n class=\"bmb_navigation-bar-icon\"\n bmbLayoutItem\n [isDynamicItem]=\"true\"\n [idElement]=\"$index.toString()\"\n [icon]=\"actionHeader.icon\"\n [alt]=\"actionHeader.alt || actionHeader.icon\"\n [iconSize]=\"iconSize() || actionHeader.iconSize\"\n [toggleIconActive]=\"actionHeader.iconActiveToggle\"\n [(isToggleActive)]=\"actionHeader.isToggleActive\"\n [link]=\"actionHeader.link\"\n [target]=\"actionHeader.target\"\n (buttonClick)=\"handleClick(actionHeader)\"\n />\n }\n</span>\n", styles: [""], dependencies: [{ kind: "ngmodule", type: CommonModule }, { 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"] }, { kind: "component", type: BmbActionIconComponent, selector: "bmb-action-icon", inputs: ["idElement", "icon", "alt", "iconSize", "isFill", "toggleIconActive", "isToggleActive", "isAccentColor", "dotNotification", "target", "link", "disabled"], outputs: ["isToggleActiveChange", "isAccentColorChange", "buttonPress", "buttonClick"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
20
+ }
21
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BmbNavigationBarComponent, decorators: [{
22
+ type: Component,
23
+ args: [{ selector: 'bmb-navigation-bar', standalone: true, imports: [
24
+ CommonModule,
25
+ BmbLayoutDirective,
26
+ BmbLayoutItemDirective,
27
+ BmbActionIconComponent,
28
+ ], encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, template: "<span\n class=\"bmb_navigation-bar\"\n bmbLayout\n margin=\"none\"\n [justify]=\"justify()\"\n [gapSize]=\"gapSize()\"\n [alignItems]=\"alignItems()\"\n [dynamicCols]=\"true\"\n>\n @for (actionHeader of actionHeaders(); track $index) {\n <bmb-action-icon\n class=\"bmb_navigation-bar-icon\"\n bmbLayoutItem\n [isDynamicItem]=\"true\"\n [idElement]=\"$index.toString()\"\n [icon]=\"actionHeader.icon\"\n [alt]=\"actionHeader.alt || actionHeader.icon\"\n [iconSize]=\"iconSize() || actionHeader.iconSize\"\n [toggleIconActive]=\"actionHeader.iconActiveToggle\"\n [(isToggleActive)]=\"actionHeader.isToggleActive\"\n [link]=\"actionHeader.link\"\n [target]=\"actionHeader.target\"\n (buttonClick)=\"handleClick(actionHeader)\"\n />\n }\n</span>\n" }]
29
+ }] });
30
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYm1iLW5hdmlnYXRpb24tYmFyLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2RzLW5nL3NyYy9saWIvY29tcG9uZW50cy9ibWItbmF2aWdhdGlvbi1iYXIvYm1iLW5hdmlnYXRpb24tYmFyLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2RzLW5nL3NyYy9saWIvY29tcG9uZW50cy9ibWItbmF2aWdhdGlvbi1iYXIvYm1iLW5hdmlnYXRpb24tYmFyLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFDTCx1QkFBdUIsRUFDdkIsU0FBUyxFQUNULEtBQUssRUFDTCxpQkFBaUIsR0FDbEIsTUFBTSxlQUFlLENBQUM7QUFFdkIsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxzQkFBc0IsRUFBRSxNQUFNLDhDQUE4QyxDQUFDO0FBQ3RGLE9BQU8sRUFDTCxrQkFBa0IsR0FHbkIsTUFBTSxrREFBa0QsQ0FBQztBQUMxRCxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSx1REFBdUQsQ0FBQzs7QUFnQi9GLE1BQU0sT0FBTyx5QkFBeUI7SUFkdEM7UUFlRSxrQkFBYSxHQUFHLEtBQUssQ0FBcUIsRUFBRSxDQUFDLENBQUM7UUFDOUMsYUFBUSxHQUFHLEtBQUssRUFBc0IsQ0FBQztRQUN2QyxZQUFPLEdBQUcsS0FBSyxDQUFZLEdBQUcsQ0FBQyxDQUFDO1FBQ2hDLFlBQU8sR0FBRyxLQUFLLENBQWtCLGNBQWMsQ0FBQyxDQUFDO1FBQ2pELGVBQVUsR0FBRyxLQUFLLENBQXFCLE9BQU8sQ0FBQyxDQUFDO0tBS2pEO0lBSEMsV0FBVyxDQUFDLFlBQThCO1FBQ3hDLFlBQVksQ0FBQyxNQUFNLEVBQUUsQ0FBQztJQUN4QixDQUFDOytHQVRVLHlCQUF5QjttR0FBekIseUJBQXlCLDh1QkM5QnRDLG96QkEwQkEseURETkksWUFBWSwrQkFDWixrQkFBa0IsK0hBQ2xCLHNCQUFzQixpSkFDdEIsc0JBQXNCOzs0RkFPYix5QkFBeUI7a0JBZHJDLFNBQVM7K0JBQ0Usb0JBQW9CLGNBQ2xCLElBQUksV0FDUDt3QkFDUCxZQUFZO3dCQUNaLGtCQUFrQjt3QkFDbEIsc0JBQXNCO3dCQUN0QixzQkFBc0I7cUJBQ3ZCLGlCQUdjLGlCQUFpQixDQUFDLElBQUksbUJBQ3BCLHVCQUF1QixDQUFDLE1BQU0iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSxcbiAgQ29tcG9uZW50LFxuICBpbnB1dCxcbiAgVmlld0VuY2Fwc3VsYXRpb24sXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgSUJtYkFjdGlvbkhlYWRlciwgU2l6ZU5hbWVzIH0gZnJvbSAnLi4vLi4vdHlwZXMnO1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IEJtYkFjdGlvbkljb25Db21wb25lbnQgfSBmcm9tICcuLi9ibWItYWN0aW9uLWljb24vYm1iLWFjdGlvbi1pY29uLmNvbXBvbmVudCc7XG5pbXBvcnQge1xuICBCbWJMYXlvdXREaXJlY3RpdmUsXG4gIElBbGlnbkl0ZW1zT3B0aW9ucyxcbiAgSUp1c3RpZnlPcHRpb25zLFxufSBmcm9tICcuLi8uLi9kaXJlY3RpdmVzL2JtYi1sYXlvdXQvYm1iLWxheW91dC5kaXJlY3RpdmUnO1xuaW1wb3J0IHsgQm1iTGF5b3V0SXRlbURpcmVjdGl2ZSB9IGZyb20gJy4uLy4uL2RpcmVjdGl2ZXMvYm1iLWxheW91dC9ibWItbGF5b3V0LWl0ZW0uZGlyZWN0aXZlJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnYm1iLW5hdmlnYXRpb24tYmFyJyxcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgaW1wb3J0czogW1xuICAgIENvbW1vbk1vZHVsZSxcbiAgICBCbWJMYXlvdXREaXJlY3RpdmUsXG4gICAgQm1iTGF5b3V0SXRlbURpcmVjdGl2ZSxcbiAgICBCbWJBY3Rpb25JY29uQ29tcG9uZW50LFxuICBdLFxuICB0ZW1wbGF0ZVVybDogJy4vYm1iLW5hdmlnYXRpb24tYmFyLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmw6ICcuL2JtYi1uYXZpZ2F0aW9uLWJhci5jb21wb25lbnQuc2NzcycsXG4gIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmUsXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxufSlcbmV4cG9ydCBjbGFzcyBCbWJOYXZpZ2F0aW9uQmFyQ29tcG9uZW50IHtcbiAgYWN0aW9uSGVhZGVycyA9IGlucHV0PElCbWJBY3Rpb25IZWFkZXJbXT4oW10pO1xuICBpY29uU2l6ZSA9IGlucHV0PG51bWJlciB8IHVuZGVmaW5lZD4oKTtcbiAgZ2FwU2l6ZSA9IGlucHV0PFNpemVOYW1lcz4oJ20nKTtcbiAganVzdGlmeSA9IGlucHV0PElKdXN0aWZ5T3B0aW9ucz4oJ3NwYWNlQmV0d2VlbicpO1xuICBhbGlnbkl0ZW1zID0gaW5wdXQ8SUFsaWduSXRlbXNPcHRpb25zPignc3RhcnQnKTtcblxuICBoYW5kbGVDbGljayhhY3Rpb25IZWFkZXI6IElCbWJBY3Rpb25IZWFkZXIpOiB2b2lkIHtcbiAgICBhY3Rpb25IZWFkZXIuYWN0aW9uKCk7XG4gIH1cbn1cbiIsIjxzcGFuXG4gIGNsYXNzPVwiYm1iX25hdmlnYXRpb24tYmFyXCJcbiAgYm1iTGF5b3V0XG4gIG1hcmdpbj1cIm5vbmVcIlxuICBbanVzdGlmeV09XCJqdXN0aWZ5KClcIlxuICBbZ2FwU2l6ZV09XCJnYXBTaXplKClcIlxuICBbYWxpZ25JdGVtc109XCJhbGlnbkl0ZW1zKClcIlxuICBbZHluYW1pY0NvbHNdPVwidHJ1ZVwiXG4+XG4gIEBmb3IgKGFjdGlvbkhlYWRlciBvZiBhY3Rpb25IZWFkZXJzKCk7IHRyYWNrICRpbmRleCkge1xuICAgIDxibWItYWN0aW9uLWljb25cbiAgICAgIGNsYXNzPVwiYm1iX25hdmlnYXRpb24tYmFyLWljb25cIlxuICAgICAgYm1iTGF5b3V0SXRlbVxuICAgICAgW2lzRHluYW1pY0l0ZW1dPVwidHJ1ZVwiXG4gICAgICBbaWRFbGVtZW50XT1cIiRpbmRleC50b1N0cmluZygpXCJcbiAgICAgIFtpY29uXT1cImFjdGlvbkhlYWRlci5pY29uXCJcbiAgICAgIFthbHRdPVwiYWN0aW9uSGVhZGVyLmFsdCB8fCBhY3Rpb25IZWFkZXIuaWNvblwiXG4gICAgICBbaWNvblNpemVdPVwiaWNvblNpemUoKSB8fCBhY3Rpb25IZWFkZXIuaWNvblNpemVcIlxuICAgICAgW3RvZ2dsZUljb25BY3RpdmVdPVwiYWN0aW9uSGVhZGVyLmljb25BY3RpdmVUb2dnbGVcIlxuICAgICAgWyhpc1RvZ2dsZUFjdGl2ZSldPVwiYWN0aW9uSGVhZGVyLmlzVG9nZ2xlQWN0aXZlXCJcbiAgICAgIFtsaW5rXT1cImFjdGlvbkhlYWRlci5saW5rXCJcbiAgICAgIFt0YXJnZXRdPVwiYWN0aW9uSGVhZGVyLnRhcmdldFwiXG4gICAgICAoYnV0dG9uQ2xpY2spPVwiaGFuZGxlQ2xpY2soYWN0aW9uSGVhZGVyKVwiXG4gICAgLz5cbiAgfVxuPC9zcGFuPlxuIl19
@@ -0,0 +1,43 @@
1
+ import { ChangeDetectionStrategy, Component, input, output, ViewEncapsulation, } from '@angular/core';
2
+ import { BmbActionIconComponent } from '../bmb-action-icon/bmb-action-icon.component';
3
+ import { BmbDividerComponent } from '../bmb-divider/bmb-divider.component';
4
+ import { BmbDotPaginatorComponent } from '../bmb-dot-paginator/bmb-dot-paginator.component';
5
+ import { BmbButtonDirective } from '../../directives/bmb-button/button.directive';
6
+ import { CommonModule } from '@angular/common';
7
+ import * as i0 from "@angular/core";
8
+ import * as i1 from "@angular/common";
9
+ export class BmbNoticeCardComponent {
10
+ constructor() {
11
+ this.src = input('');
12
+ this.title = input('');
13
+ this.description = input();
14
+ this.buttonText = input('Enterado');
15
+ this.link = input('');
16
+ this.closeBtnColor = input('white');
17
+ this.onClose = output();
18
+ this.onClickBtn = output();
19
+ this.activeIndex = 0;
20
+ }
21
+ onDotPress(index) {
22
+ this.activeIndex = index;
23
+ }
24
+ handleClose() {
25
+ this.onClose.emit();
26
+ }
27
+ handleClickBtn() {
28
+ this.onClickBtn.emit();
29
+ }
30
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BmbNoticeCardComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
31
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: BmbNoticeCardComponent, isStandalone: true, selector: "bmb-notice-card", inputs: { src: { classPropertyName: "src", publicName: "src", isSignal: true, isRequired: false, transformFunction: null }, title: { classPropertyName: "title", publicName: "title", isSignal: true, isRequired: false, transformFunction: null }, description: { classPropertyName: "description", publicName: "description", isSignal: true, isRequired: false, transformFunction: null }, buttonText: { classPropertyName: "buttonText", publicName: "buttonText", isSignal: true, isRequired: false, transformFunction: null }, link: { classPropertyName: "link", publicName: "link", isSignal: true, isRequired: false, transformFunction: null }, closeBtnColor: { classPropertyName: "closeBtnColor", publicName: "closeBtnColor", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { onClose: "onClose", onClickBtn: "onClickBtn" }, ngImport: i0, template: "<section class=\"bmb_notice-card\">\n <section class=\"bmb_notice-card-header\">\n <figure class=\"bmb_notice-card-header-figure\">\n <picture>\n <source media=\"(min-width: 1000px)\" [srcset]=\"src()\" />\n <img\n [loading]=\"'lazy'\"\n class=\"bmb_notice-card-header-image\"\n [srcset]=\"src()\"\n [alt]=\"title()\"\n [loading]=\"'lazy'\"\n />\n </picture>\n </figure>\n <bmb-action-icon\n class=\"bmb_notice-card-header-icon\"\n [ngStyle]=\"{\n color:\n closeBtnColor() == 'white'\n ? 'RGBA(var(--color-charade-50))'\n : 'RGBA(var(--color-charade-950))'\n }\"\n [icon]=\"'close'\"\n [iconSize]=\"28\"\n (buttonClick)=\"handleClose()\"\n />\n </section>\n <section class=\"bmb_notice-card-content\">\n <div class=\"bmb_notice-card-content-title\">\n <h3>{{ title() }}</h3>\n </div>\n @if (activeIndex == 0) {\n <div class=\"bmb_notice-card-content-description-one\">\n <p class=\"bmb_notice-card-content-description-text\">\n {{ description()?.pageOne }}\n </p>\n </div>\n }\n @if (description()!.pageTwo && activeIndex === 1) {\n <div class=\"bmb_notice-card-content-description-two\">\n <p class=\"bmb_notice-card-content-description-text\">\n {{ description()?.pageTwo }}\n </p>\n </div>\n }\n </section>\n <div class=\"bmb_notice-card-divider\">\n <bmb-divider [type]=\"'simple'\"></bmb-divider>\n </div>\n <section class=\"bmb_notice-card-footer\">\n <div class=\"bmb_notice-card-footer-left\">\n @if (description()!.pageTwo && activeIndex === 1) {\n <bmb-action-icon\n [icon]=\"'chevron_left'\"\n [iconSize]=\"28\"\n (buttonClick)=\"onDotPress(0)\"\n />\n }\n </div>\n\n <div class=\"bmb_notice-card-footer-center\">\n @if (\n (description()!.pageTwo && activeIndex === 1) || !description()!.pageTwo\n ) {\n @if (link()) {\n <a\n class=\"bmb_notice-card-footer-center-link\"\n [href]=\"link()\"\n target=\"_blank\"\n rel=\"noopener noreferrer\"\n >\n <button\n bmbButton\n [appearance]=\"'secondary-outlined'\"\n [size]=\"'large'\"\n (click)=\"handleClickBtn()\"\n >\n {{ buttonText() }}\n </button>\n </a>\n } @else {\n <button\n bmbButton\n [appearance]=\"'secondary-outlined'\"\n [size]=\"'large'\"\n (click)=\"handleClickBtn()\"\n >\n {{ buttonText() }}\n </button>\n }\n }\n\n @if (description()!.pageTwo && activeIndex === 0) {\n <bmb-dot-paginator\n [activeDotIndex]=\"activeIndex\"\n [totalDots]=\"2\"\n (onDotPress)=\"onDotPress($event)\"\n ></bmb-dot-paginator>\n }\n </div>\n\n <div class=\"bmb_notice-card-footer-right\">\n @if (description()!.pageTwo && activeIndex === 0) {\n <bmb-action-icon\n class=\"bmb_notice-card-footer-right\"\n [icon]=\"'chevron_right'\"\n [iconSize]=\"28\"\n (buttonClick)=\"onDotPress(1)\"\n />\n }\n </div>\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_notice-card{min-width:23.125rem;width:25rem;max-height:34.375rem;height:fit-content;background-color:var(--containers-main);border-radius:1rem 1rem 0 0}@media screen and (max-width: 520px){.bmb_notice-card{width:auto}}.bmb_notice-card-header{position:relative}.bmb_notice-card-header-figure{margin:0;line-height:0;grid-area:1/1/2/2;overflow:hidden;border-radius:1rem 1rem 0 0}.bmb_notice-card-header-image{height:13.75rem;width:100%;aspect-ratio:5/2.5;object-fit:cover}.bmb_notice-card-header-icon{position:absolute;top:.625rem;right:.625rem}.bmb_notice-card-content{height:12.5rem;padding:var(--bmb-padding-l) var(--bmb-padding-l) var(--bmb-padding-m) var(--bmb-padding-l);overflow:hidden}.bmb_notice-card-content-title{font-family:Poppins-Medium,sans-serif;font-size:1rem}.bmb_notice-card-content-description-one,.bmb_notice-card-content-description-two{overflow:hidden;margin-top:.625rem}.bmb_notice-card-content-description-text{font-family:Poppins-Regular,sans-serif;font-size:.875rem;line-height:1.6em}.bmb_notice-card-divider{padding:0 var(--bmb-padding-l)}.bmb_notice-card-footer{display:flex;align-items:center;width:100%;height:5rem;padding:var(--bmb-padding-s) var(--bmb-padding-l) var(--bmb-padding-m) var(--bmb-padding-l);overflow:hidden}.bmb_notice-card-footer-left{display:flex;align-items:center;width:10%}.bmb_notice-card-footer-center{display:flex;align-items:center;justify-content:center;width:80%}.bmb_notice-card-footer-center-link{width:100%}.bmb_notice-card-footer-right{display:flex;align-items:center;width:10%}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "component", type: BmbActionIconComponent, selector: "bmb-action-icon", inputs: ["idElement", "icon", "alt", "iconSize", "isFill", "toggleIconActive", "isToggleActive", "isAccentColor", "dotNotification", "target", "link", "disabled"], outputs: ["isToggleActiveChange", "isAccentColorChange", "buttonPress", "buttonClick"] }, { kind: "component", type: BmbDividerComponent, selector: "bmb-divider", inputs: ["type"] }, { kind: "component", type: BmbDotPaginatorComponent, selector: "bmb-dot-paginator", inputs: ["activeDotIndex", "totalDots", "targets", "appearance"], outputs: ["activeDotIndexChange", "onDotPress"] }, { 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 }); }
32
+ }
33
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BmbNoticeCardComponent, decorators: [{
34
+ type: Component,
35
+ args: [{ selector: 'bmb-notice-card', standalone: true, imports: [
36
+ CommonModule,
37
+ BmbActionIconComponent,
38
+ BmbDividerComponent,
39
+ BmbDotPaginatorComponent,
40
+ BmbButtonDirective,
41
+ ], changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "<section class=\"bmb_notice-card\">\n <section class=\"bmb_notice-card-header\">\n <figure class=\"bmb_notice-card-header-figure\">\n <picture>\n <source media=\"(min-width: 1000px)\" [srcset]=\"src()\" />\n <img\n [loading]=\"'lazy'\"\n class=\"bmb_notice-card-header-image\"\n [srcset]=\"src()\"\n [alt]=\"title()\"\n [loading]=\"'lazy'\"\n />\n </picture>\n </figure>\n <bmb-action-icon\n class=\"bmb_notice-card-header-icon\"\n [ngStyle]=\"{\n color:\n closeBtnColor() == 'white'\n ? 'RGBA(var(--color-charade-50))'\n : 'RGBA(var(--color-charade-950))'\n }\"\n [icon]=\"'close'\"\n [iconSize]=\"28\"\n (buttonClick)=\"handleClose()\"\n />\n </section>\n <section class=\"bmb_notice-card-content\">\n <div class=\"bmb_notice-card-content-title\">\n <h3>{{ title() }}</h3>\n </div>\n @if (activeIndex == 0) {\n <div class=\"bmb_notice-card-content-description-one\">\n <p class=\"bmb_notice-card-content-description-text\">\n {{ description()?.pageOne }}\n </p>\n </div>\n }\n @if (description()!.pageTwo && activeIndex === 1) {\n <div class=\"bmb_notice-card-content-description-two\">\n <p class=\"bmb_notice-card-content-description-text\">\n {{ description()?.pageTwo }}\n </p>\n </div>\n }\n </section>\n <div class=\"bmb_notice-card-divider\">\n <bmb-divider [type]=\"'simple'\"></bmb-divider>\n </div>\n <section class=\"bmb_notice-card-footer\">\n <div class=\"bmb_notice-card-footer-left\">\n @if (description()!.pageTwo && activeIndex === 1) {\n <bmb-action-icon\n [icon]=\"'chevron_left'\"\n [iconSize]=\"28\"\n (buttonClick)=\"onDotPress(0)\"\n />\n }\n </div>\n\n <div class=\"bmb_notice-card-footer-center\">\n @if (\n (description()!.pageTwo && activeIndex === 1) || !description()!.pageTwo\n ) {\n @if (link()) {\n <a\n class=\"bmb_notice-card-footer-center-link\"\n [href]=\"link()\"\n target=\"_blank\"\n rel=\"noopener noreferrer\"\n >\n <button\n bmbButton\n [appearance]=\"'secondary-outlined'\"\n [size]=\"'large'\"\n (click)=\"handleClickBtn()\"\n >\n {{ buttonText() }}\n </button>\n </a>\n } @else {\n <button\n bmbButton\n [appearance]=\"'secondary-outlined'\"\n [size]=\"'large'\"\n (click)=\"handleClickBtn()\"\n >\n {{ buttonText() }}\n </button>\n }\n }\n\n @if (description()!.pageTwo && activeIndex === 0) {\n <bmb-dot-paginator\n [activeDotIndex]=\"activeIndex\"\n [totalDots]=\"2\"\n (onDotPress)=\"onDotPress($event)\"\n ></bmb-dot-paginator>\n }\n </div>\n\n <div class=\"bmb_notice-card-footer-right\">\n @if (description()!.pageTwo && activeIndex === 0) {\n <bmb-action-icon\n class=\"bmb_notice-card-footer-right\"\n [icon]=\"'chevron_right'\"\n [iconSize]=\"28\"\n (buttonClick)=\"onDotPress(1)\"\n />\n }\n </div>\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_notice-card{min-width:23.125rem;width:25rem;max-height:34.375rem;height:fit-content;background-color:var(--containers-main);border-radius:1rem 1rem 0 0}@media screen and (max-width: 520px){.bmb_notice-card{width:auto}}.bmb_notice-card-header{position:relative}.bmb_notice-card-header-figure{margin:0;line-height:0;grid-area:1/1/2/2;overflow:hidden;border-radius:1rem 1rem 0 0}.bmb_notice-card-header-image{height:13.75rem;width:100%;aspect-ratio:5/2.5;object-fit:cover}.bmb_notice-card-header-icon{position:absolute;top:.625rem;right:.625rem}.bmb_notice-card-content{height:12.5rem;padding:var(--bmb-padding-l) var(--bmb-padding-l) var(--bmb-padding-m) var(--bmb-padding-l);overflow:hidden}.bmb_notice-card-content-title{font-family:Poppins-Medium,sans-serif;font-size:1rem}.bmb_notice-card-content-description-one,.bmb_notice-card-content-description-two{overflow:hidden;margin-top:.625rem}.bmb_notice-card-content-description-text{font-family:Poppins-Regular,sans-serif;font-size:.875rem;line-height:1.6em}.bmb_notice-card-divider{padding:0 var(--bmb-padding-l)}.bmb_notice-card-footer{display:flex;align-items:center;width:100%;height:5rem;padding:var(--bmb-padding-s) var(--bmb-padding-l) var(--bmb-padding-m) var(--bmb-padding-l);overflow:hidden}.bmb_notice-card-footer-left{display:flex;align-items:center;width:10%}.bmb_notice-card-footer-center{display:flex;align-items:center;justify-content:center;width:80%}.bmb_notice-card-footer-center-link{width:100%}.bmb_notice-card-footer-right{display:flex;align-items:center;width:10%}\n"] }]
42
+ }] });
43
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYm1iLW5vdGljZS1jYXJkLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2RzLW5nL3NyYy9saWIvY29tcG9uZW50cy9ibWItbm90aWNlLWNhcmQvYm1iLW5vdGljZS1jYXJkLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2RzLW5nL3NyYy9saWIvY29tcG9uZW50cy9ibWItbm90aWNlLWNhcmQvYm1iLW5vdGljZS1jYXJkLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFDTCx1QkFBdUIsRUFDdkIsU0FBUyxFQUNULEtBQUssRUFFTCxNQUFNLEVBQ04saUJBQWlCLEdBQ2xCLE1BQU0sZUFBZSxDQUFDO0FBQ3ZCLE9BQU8sRUFBRSxzQkFBc0IsRUFBRSxNQUFNLDhDQUE4QyxDQUFDO0FBQ3RGLE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLHNDQUFzQyxDQUFDO0FBQzNFLE9BQU8sRUFBRSx3QkFBd0IsRUFBRSxNQUFNLGtEQUFrRCxDQUFDO0FBQzVGLE9BQU8sRUFBRSxrQkFBa0IsRUFBRSxNQUFNLDhDQUE4QyxDQUFDO0FBQ2xGLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQzs7O0FBc0IvQyxNQUFNLE9BQU8sc0JBQXNCO0lBZm5DO1FBZ0JFLFFBQUcsR0FBRyxLQUFLLENBQVMsRUFBRSxDQUFDLENBQUM7UUFDeEIsVUFBSyxHQUFHLEtBQUssQ0FBUyxFQUFFLENBQUMsQ0FBQztRQUMxQixnQkFBVyxHQUFHLEtBQUssRUFBNkIsQ0FBQztRQUNqRCxlQUFVLEdBQUcsS0FBSyxDQUFTLFVBQVUsQ0FBQyxDQUFDO1FBQ3ZDLFNBQUksR0FBRyxLQUFLLENBQVMsRUFBRSxDQUFDLENBQUM7UUFDekIsa0JBQWEsR0FBRyxLQUFLLENBQW9CLE9BQU8sQ0FBQyxDQUFDO1FBRWxELFlBQU8sR0FBRyxNQUFNLEVBQVEsQ0FBQztRQUN6QixlQUFVLEdBQUcsTUFBTSxFQUFRLENBQUM7UUFFNUIsZ0JBQVcsR0FBRyxDQUFDLENBQUM7S0FhakI7SUFYQyxVQUFVLENBQUMsS0FBYTtRQUN0QixJQUFJLENBQUMsV0FBVyxHQUFHLEtBQUssQ0FBQztJQUMzQixDQUFDO0lBRUQsV0FBVztRQUNULElBQUksQ0FBQyxPQUFPLENBQUMsSUFBSSxFQUFFLENBQUM7SUFDdEIsQ0FBQztJQUVELGNBQWM7UUFDWixJQUFJLENBQUMsVUFBVSxDQUFDLElBQUksRUFBRSxDQUFDO0lBQ3pCLENBQUM7K0dBdkJVLHNCQUFzQjttR0FBdEIsc0JBQXNCLGs1QkNsQ25DLHUxR0FpSEEscTZPRDFGSSxZQUFZLG9IQUNaLHNCQUFzQix3VEFDdEIsbUJBQW1CLDBFQUNuQix3QkFBd0IsaUxBQ3hCLGtCQUFrQjs7NEZBT1Qsc0JBQXNCO2tCQWZsQyxTQUFTOytCQUNFLGlCQUFpQixjQUNmLElBQUksV0FDUDt3QkFDUCxZQUFZO3dCQUNaLHNCQUFzQjt3QkFDdEIsbUJBQW1CO3dCQUNuQix3QkFBd0I7d0JBQ3hCLGtCQUFrQjtxQkFDbkIsbUJBR2dCLHVCQUF1QixDQUFDLE1BQU0saUJBQ2hDLGlCQUFpQixDQUFDLElBQUkiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSxcbiAgQ29tcG9uZW50LFxuICBpbnB1dCxcbiAgT25Jbml0LFxuICBvdXRwdXQsXG4gIFZpZXdFbmNhcHN1bGF0aW9uLFxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEJtYkFjdGlvbkljb25Db21wb25lbnQgfSBmcm9tICcuLi9ibWItYWN0aW9uLWljb24vYm1iLWFjdGlvbi1pY29uLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBCbWJEaXZpZGVyQ29tcG9uZW50IH0gZnJvbSAnLi4vYm1iLWRpdmlkZXIvYm1iLWRpdmlkZXIuY29tcG9uZW50JztcbmltcG9ydCB7IEJtYkRvdFBhZ2luYXRvckNvbXBvbmVudCB9IGZyb20gJy4uL2JtYi1kb3QtcGFnaW5hdG9yL2JtYi1kb3QtcGFnaW5hdG9yLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBCbWJCdXR0b25EaXJlY3RpdmUgfSBmcm9tICcuLi8uLi9kaXJlY3RpdmVzL2JtYi1idXR0b24vYnV0dG9uLmRpcmVjdGl2ZSc7XG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuXG5leHBvcnQgaW50ZXJmYWNlIElCbWJDYXJkTm90aWNlRGVzY3JpcHRpb24ge1xuICBwYWdlT25lPzogc3RyaW5nO1xuICBwYWdlVHdvPzogc3RyaW5nO1xufVxuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdibWItbm90aWNlLWNhcmQnLFxuICBzdGFuZGFsb25lOiB0cnVlLFxuICBpbXBvcnRzOiBbXG4gICAgQ29tbW9uTW9kdWxlLFxuICAgIEJtYkFjdGlvbkljb25Db21wb25lbnQsXG4gICAgQm1iRGl2aWRlckNvbXBvbmVudCxcbiAgICBCbWJEb3RQYWdpbmF0b3JDb21wb25lbnQsXG4gICAgQm1iQnV0dG9uRGlyZWN0aXZlLFxuICBdLFxuICB0ZW1wbGF0ZVVybDogJy4vYm1iLW5vdGljZS1jYXJkLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmw6ICcuL2JtYi1ub3RpY2UtY2FyZC5jb21wb25lbnQuc2NzcycsXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxuICBlbmNhcHN1bGF0aW9uOiBWaWV3RW5jYXBzdWxhdGlvbi5Ob25lLFxufSlcbmV4cG9ydCBjbGFzcyBCbWJOb3RpY2VDYXJkQ29tcG9uZW50IHtcbiAgc3JjID0gaW5wdXQ8c3RyaW5nPignJyk7XG4gIHRpdGxlID0gaW5wdXQ8c3RyaW5nPignJyk7XG4gIGRlc2NyaXB0aW9uID0gaW5wdXQ8SUJtYkNhcmROb3RpY2VEZXNjcmlwdGlvbj4oKTtcbiAgYnV0dG9uVGV4dCA9IGlucHV0PHN0cmluZz4oJ0VudGVyYWRvJyk7XG4gIGxpbmsgPSBpbnB1dDxzdHJpbmc+KCcnKTtcbiAgY2xvc2VCdG5Db2xvciA9IGlucHV0PCd3aGl0ZScgfCAnYmxhY2snPignd2hpdGUnKTtcblxuICBvbkNsb3NlID0gb3V0cHV0PHZvaWQ+KCk7XG4gIG9uQ2xpY2tCdG4gPSBvdXRwdXQ8dm9pZD4oKTtcblxuICBhY3RpdmVJbmRleCA9IDA7XG5cbiAgb25Eb3RQcmVzcyhpbmRleDogbnVtYmVyKTogdm9pZCB7XG4gICAgdGhpcy5hY3RpdmVJbmRleCA9IGluZGV4O1xuICB9XG5cbiAgaGFuZGxlQ2xvc2UoKSB7XG4gICAgdGhpcy5vbkNsb3NlLmVtaXQoKTtcbiAgfVxuXG4gIGhhbmRsZUNsaWNrQnRuKCkge1xuICAgIHRoaXMub25DbGlja0J0bi5lbWl0KCk7XG4gIH1cbn1cbiIsIjxzZWN0aW9uIGNsYXNzPVwiYm1iX25vdGljZS1jYXJkXCI+XG4gIDxzZWN0aW9uIGNsYXNzPVwiYm1iX25vdGljZS1jYXJkLWhlYWRlclwiPlxuICAgIDxmaWd1cmUgY2xhc3M9XCJibWJfbm90aWNlLWNhcmQtaGVhZGVyLWZpZ3VyZVwiPlxuICAgICAgPHBpY3R1cmU+XG4gICAgICAgIDxzb3VyY2UgbWVkaWE9XCIobWluLXdpZHRoOiAxMDAwcHgpXCIgW3NyY3NldF09XCJzcmMoKVwiIC8+XG4gICAgICAgIDxpbWdcbiAgICAgICAgICBbbG9hZGluZ109XCInbGF6eSdcIlxuICAgICAgICAgIGNsYXNzPVwiYm1iX25vdGljZS1jYXJkLWhlYWRlci1pbWFnZVwiXG4gICAgICAgICAgW3NyY3NldF09XCJzcmMoKVwiXG4gICAgICAgICAgW2FsdF09XCJ0aXRsZSgpXCJcbiAgICAgICAgICBbbG9hZGluZ109XCInbGF6eSdcIlxuICAgICAgICAvPlxuICAgICAgPC9waWN0dXJlPlxuICAgIDwvZmlndXJlPlxuICAgIDxibWItYWN0aW9uLWljb25cbiAgICAgIGNsYXNzPVwiYm1iX25vdGljZS1jYXJkLWhlYWRlci1pY29uXCJcbiAgICAgIFtuZ1N0eWxlXT1cIntcbiAgICAgICAgY29sb3I6XG4gICAgICAgICAgY2xvc2VCdG5Db2xvcigpID09ICd3aGl0ZSdcbiAgICAgICAgICAgID8gJ1JHQkEodmFyKC0tY29sb3ItY2hhcmFkZS01MCkpJ1xuICAgICAgICAgICAgOiAnUkdCQSh2YXIoLS1jb2xvci1jaGFyYWRlLTk1MCkpJ1xuICAgICAgfVwiXG4gICAgICBbaWNvbl09XCInY2xvc2UnXCJcbiAgICAgIFtpY29uU2l6ZV09XCIyOFwiXG4gICAgICAoYnV0dG9uQ2xpY2spPVwiaGFuZGxlQ2xvc2UoKVwiXG4gICAgLz5cbiAgPC9zZWN0aW9uPlxuICA8c2VjdGlvbiBjbGFzcz1cImJtYl9ub3RpY2UtY2FyZC1jb250ZW50XCI+XG4gICAgPGRpdiBjbGFzcz1cImJtYl9ub3RpY2UtY2FyZC1jb250ZW50LXRpdGxlXCI+XG4gICAgICA8aDM+e3sgdGl0bGUoKSB9fTwvaDM+XG4gICAgPC9kaXY+XG4gICAgQGlmIChhY3RpdmVJbmRleCA9PSAwKSB7XG4gICAgICA8ZGl2IGNsYXNzPVwiYm1iX25vdGljZS1jYXJkLWNvbnRlbnQtZGVzY3JpcHRpb24tb25lXCI+XG4gICAgICAgIDxwIGNsYXNzPVwiYm1iX25vdGljZS1jYXJkLWNvbnRlbnQtZGVzY3JpcHRpb24tdGV4dFwiPlxuICAgICAgICAgIHt7IGRlc2NyaXB0aW9uKCk/LnBhZ2VPbmUgfX1cbiAgICAgICAgPC9wPlxuICAgICAgPC9kaXY+XG4gICAgfVxuICAgIEBpZiAoZGVzY3JpcHRpb24oKSEucGFnZVR3byAmJiBhY3RpdmVJbmRleCA9PT0gMSkge1xuICAgICAgPGRpdiBjbGFzcz1cImJtYl9ub3RpY2UtY2FyZC1jb250ZW50LWRlc2NyaXB0aW9uLXR3b1wiPlxuICAgICAgICA8cCBjbGFzcz1cImJtYl9ub3RpY2UtY2FyZC1jb250ZW50LWRlc2NyaXB0aW9uLXRleHRcIj5cbiAgICAgICAgICB7eyBkZXNjcmlwdGlvbigpPy5wYWdlVHdvIH19XG4gICAgICAgIDwvcD5cbiAgICAgIDwvZGl2PlxuICAgIH1cbiAgPC9zZWN0aW9uPlxuICA8ZGl2IGNsYXNzPVwiYm1iX25vdGljZS1jYXJkLWRpdmlkZXJcIj5cbiAgICA8Ym1iLWRpdmlkZXIgW3R5cGVdPVwiJ3NpbXBsZSdcIj48L2JtYi1kaXZpZGVyPlxuICA8L2Rpdj5cbiAgPHNlY3Rpb24gY2xhc3M9XCJibWJfbm90aWNlLWNhcmQtZm9vdGVyXCI+XG4gICAgPGRpdiBjbGFzcz1cImJtYl9ub3RpY2UtY2FyZC1mb290ZXItbGVmdFwiPlxuICAgICAgQGlmIChkZXNjcmlwdGlvbigpIS5wYWdlVHdvICYmIGFjdGl2ZUluZGV4ID09PSAxKSB7XG4gICAgICAgIDxibWItYWN0aW9uLWljb25cbiAgICAgICAgICBbaWNvbl09XCInY2hldnJvbl9sZWZ0J1wiXG4gICAgICAgICAgW2ljb25TaXplXT1cIjI4XCJcbiAgICAgICAgICAoYnV0dG9uQ2xpY2spPVwib25Eb3RQcmVzcygwKVwiXG4gICAgICAgIC8+XG4gICAgICB9XG4gICAgPC9kaXY+XG5cbiAgICA8ZGl2IGNsYXNzPVwiYm1iX25vdGljZS1jYXJkLWZvb3Rlci1jZW50ZXJcIj5cbiAgICAgIEBpZiAoXG4gICAgICAgIChkZXNjcmlwdGlvbigpIS5wYWdlVHdvICYmIGFjdGl2ZUluZGV4ID09PSAxKSB8fCAhZGVzY3JpcHRpb24oKSEucGFnZVR3b1xuICAgICAgKSB7XG4gICAgICAgIEBpZiAobGluaygpKSB7XG4gICAgICAgICAgPGFcbiAgICAgICAgICAgIGNsYXNzPVwiYm1iX25vdGljZS1jYXJkLWZvb3Rlci1jZW50ZXItbGlua1wiXG4gICAgICAgICAgICBbaHJlZl09XCJsaW5rKClcIlxuICAgICAgICAgICAgdGFyZ2V0PVwiX2JsYW5rXCJcbiAgICAgICAgICAgIHJlbD1cIm5vb3BlbmVyIG5vcmVmZXJyZXJcIlxuICAgICAgICAgID5cbiAgICAgICAgICAgIDxidXR0b25cbiAgICAgICAgICAgICAgYm1iQnV0dG9uXG4gICAgICAgICAgICAgIFthcHBlYXJhbmNlXT1cIidzZWNvbmRhcnktb3V0bGluZWQnXCJcbiAgICAgICAgICAgICAgW3NpemVdPVwiJ2xhcmdlJ1wiXG4gICAgICAgICAgICAgIChjbGljayk9XCJoYW5kbGVDbGlja0J0bigpXCJcbiAgICAgICAgICAgID5cbiAgICAgICAgICAgICAge3sgYnV0dG9uVGV4dCgpIH19XG4gICAgICAgICAgICA8L2J1dHRvbj5cbiAgICAgICAgICA8L2E+XG4gICAgICAgIH0gQGVsc2Uge1xuICAgICAgICAgIDxidXR0b25cbiAgICAgICAgICAgIGJtYkJ1dHRvblxuICAgICAgICAgICAgW2FwcGVhcmFuY2VdPVwiJ3NlY29uZGFyeS1vdXRsaW5lZCdcIlxuICAgICAgICAgICAgW3NpemVdPVwiJ2xhcmdlJ1wiXG4gICAgICAgICAgICAoY2xpY2spPVwiaGFuZGxlQ2xpY2tCdG4oKVwiXG4gICAgICAgICAgPlxuICAgICAgICAgICAge3sgYnV0dG9uVGV4dCgpIH19XG4gICAgICAgICAgPC9idXR0b24+XG4gICAgICAgIH1cbiAgICAgIH1cblxuICAgICAgQGlmIChkZXNjcmlwdGlvbigpIS5wYWdlVHdvICYmIGFjdGl2ZUluZGV4ID09PSAwKSB7XG4gICAgICAgIDxibWItZG90LXBhZ2luYXRvclxuICAgICAgICAgIFthY3RpdmVEb3RJbmRleF09XCJhY3RpdmVJbmRleFwiXG4gICAgICAgICAgW3RvdGFsRG90c109XCIyXCJcbiAgICAgICAgICAob25Eb3RQcmVzcyk9XCJvbkRvdFByZXNzKCRldmVudClcIlxuICAgICAgICA+PC9ibWItZG90LXBhZ2luYXRvcj5cbiAgICAgIH1cbiAgICA8L2Rpdj5cblxuICAgIDxkaXYgY2xhc3M9XCJibWJfbm90aWNlLWNhcmQtZm9vdGVyLXJpZ2h0XCI+XG4gICAgICBAaWYgKGRlc2NyaXB0aW9uKCkhLnBhZ2VUd28gJiYgYWN0aXZlSW5kZXggPT09IDApIHtcbiAgICAgICAgPGJtYi1hY3Rpb24taWNvblxuICAgICAgICAgIGNsYXNzPVwiYm1iX25vdGljZS1jYXJkLWZvb3Rlci1yaWdodFwiXG4gICAgICAgICAgW2ljb25dPVwiJ2NoZXZyb25fcmlnaHQnXCJcbiAgICAgICAgICBbaWNvblNpemVdPVwiMjhcIlxuICAgICAgICAgIChidXR0b25DbGljayk9XCJvbkRvdFByZXNzKDEpXCJcbiAgICAgICAgLz5cbiAgICAgIH1cbiAgICA8L2Rpdj5cbiAgPC9zZWN0aW9uPlxuPC9zZWN0aW9uPlxuIl19
@@ -0,0 +1,86 @@
1
+ import { ChangeDetectionStrategy, Component, computed, input, output, ViewEncapsulation, } from '@angular/core';
2
+ import { CommonModule } from '@angular/common';
3
+ import { BmbAlertCenterComponent } from '../bmb-alert-center/bmb-alert-center.component';
4
+ import { BmbHomeCardComponent } from '../bmb-home-card/bmb-home-card.component';
5
+ import * as i0 from "@angular/core";
6
+ import * as i1 from "@angular/common";
7
+ export class BmbNotificationCardComponent {
8
+ constructor() {
9
+ this.data = input([]);
10
+ this.advertisements = input([]);
11
+ this.hideExpandBtn = input(false);
12
+ this.maxHeight = input('auto');
13
+ this.alertEvent = output();
14
+ this.showAlertDetail = output();
15
+ this.closeAlertDetail = output();
16
+ this.onExpandClick = output();
17
+ this.expanded = false;
18
+ this.activeData = [];
19
+ this.activeTab = 1;
20
+ this.activeDot = 0;
21
+ this.tabs = computed(() => {
22
+ return [
23
+ {
24
+ id: 1,
25
+ title: 'Notificaciones',
26
+ badge: this.newAlerts(),
27
+ isActive: true,
28
+ },
29
+ { id: 2, title: 'Anuncios' },
30
+ ];
31
+ });
32
+ this.tabsConfig = [
33
+ {
34
+ title: 'Notificaciones',
35
+ isMobile: true,
36
+ isDesktop: true,
37
+ },
38
+ {
39
+ title: 'No leídos',
40
+ isMobile: false,
41
+ isDesktop: false,
42
+ },
43
+ {
44
+ title: 'Favoritos',
45
+ isMobile: false,
46
+ isDesktop: false,
47
+ },
48
+ {
49
+ title: 'Archivados',
50
+ isMobile: false,
51
+ isDesktop: false,
52
+ },
53
+ {
54
+ title: 'Anuncios',
55
+ isMobile: true,
56
+ isDesktop: true,
57
+ },
58
+ ];
59
+ }
60
+ setActiveTab(tab) {
61
+ this.activeTab = tab.id;
62
+ }
63
+ onDotPress(event) {
64
+ this.activeDot = event;
65
+ }
66
+ setSize(size) {
67
+ this.expanded = size === 'expand' ? true : false;
68
+ }
69
+ newAlerts() {
70
+ return this.data().reduce((acc, alert) => {
71
+ if (!alert.isRead)
72
+ return acc + 1;
73
+ return acc;
74
+ }, 0);
75
+ }
76
+ handleAlertEvent(alert) {
77
+ this.alertEvent.emit(alert);
78
+ }
79
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BmbNotificationCardComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
80
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "17.3.12", type: BmbNotificationCardComponent, isStandalone: true, selector: "bmb-notification-card", inputs: { data: { classPropertyName: "data", publicName: "data", isSignal: true, isRequired: false, transformFunction: null }, advertisements: { classPropertyName: "advertisements", publicName: "advertisements", isSignal: true, isRequired: false, transformFunction: null }, hideExpandBtn: { classPropertyName: "hideExpandBtn", publicName: "hideExpandBtn", isSignal: true, isRequired: false, transformFunction: null }, maxHeight: { classPropertyName: "maxHeight", publicName: "maxHeight", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { alertEvent: "alertEvent", showAlertDetail: "showAlertDetail", closeAlertDetail: "closeAlertDetail", onExpandClick: "onExpandClick" }, ngImport: i0, template: "<section\n class=\"bmb_home-notification-card\"\n [ngStyle]=\"{ '--maxHeight': maxHeight() }\"\n>\n <bmb-home-card\n icon=\"notifications\"\n bgIconAppearance=\"red-primary\"\n title=\"Mis Notificaciones\"\n [isMobile]=\"false\"\n (onExpandClick)=\"onExpandClick.emit()\"\n >\n <div class=\"bmb_home-notification-card-content\">\n <bmb-alert-center\n [alerts]=\"data()\"\n [advertisements]=\"advertisements()\"\n [tabsName]=\"tabsConfig\"\n [showMobileVersion]=\"true\"\n [enableMultipleSelection]=\"false\"\n (alertEvent)=\"alertEvent.emit($event)\"\n (showAlertDetail)=\"showAlertDetail.emit($event)\"\n (closeAlertDetail)=\"closeAlertDetail.emit($event)\"\n />\n </div>\n </bmb-home-card>\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_home-notification-card{width:100%;max-width:35rem}.bmb_home-notification-card .bmb_home-card-wrapper{max-height:var(--maxHeight);overflow:hidden;display:flex;flex-flow:column}.bmb_home-notification-card .bmb_home-card-wrapper .bmb_home-card-container{flex:1;overflow:auto;display:flex;flex-flow:column}.bmb_home-notification-card .bmb_home-card-wrapper .bmb_home-card-container .bmb_home-notification-card-content{flex:1;overflow:auto}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "component", type: BmbAlertCenterComponent, selector: "bmb-alert-center", inputs: ["dateFormat", "tabsName", "hideTabs", "enableMultipleSelection", "showMobileVersion", "emptyStateData", "alerts", "advertisements", "selectedTab"], outputs: ["onChangeAlertStatus", "alertEvent", "showAlertDetail", "closeAlertDetail", "navigationBarEvents", "selectedTabChange"] }, { kind: "component", type: BmbHomeCardComponent, selector: "bmb-home-card", inputs: ["title", "subtitle", "dataLocalNav", "leftIcon", "icon", "iconSize", "bgIconAppearance", "actionHeaders", "isMobile", "contentPadding", "showRightButton", "isExpanded", "useAutoExpand"], outputs: ["isExpandedChange", "onClose", "onBack", "onExpandClick"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
81
+ }
82
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BmbNotificationCardComponent, decorators: [{
83
+ type: Component,
84
+ args: [{ selector: 'bmb-notification-card', standalone: true, imports: [CommonModule, BmbAlertCenterComponent, BmbHomeCardComponent], encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, template: "<section\n class=\"bmb_home-notification-card\"\n [ngStyle]=\"{ '--maxHeight': maxHeight() }\"\n>\n <bmb-home-card\n icon=\"notifications\"\n bgIconAppearance=\"red-primary\"\n title=\"Mis Notificaciones\"\n [isMobile]=\"false\"\n (onExpandClick)=\"onExpandClick.emit()\"\n >\n <div class=\"bmb_home-notification-card-content\">\n <bmb-alert-center\n [alerts]=\"data()\"\n [advertisements]=\"advertisements()\"\n [tabsName]=\"tabsConfig\"\n [showMobileVersion]=\"true\"\n [enableMultipleSelection]=\"false\"\n (alertEvent)=\"alertEvent.emit($event)\"\n (showAlertDetail)=\"showAlertDetail.emit($event)\"\n (closeAlertDetail)=\"closeAlertDetail.emit($event)\"\n />\n </div>\n </bmb-home-card>\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_home-notification-card{width:100%;max-width:35rem}.bmb_home-notification-card .bmb_home-card-wrapper{max-height:var(--maxHeight);overflow:hidden;display:flex;flex-flow:column}.bmb_home-notification-card .bmb_home-card-wrapper .bmb_home-card-container{flex:1;overflow:auto;display:flex;flex-flow:column}.bmb_home-notification-card .bmb_home-card-wrapper .bmb_home-card-container .bmb_home-notification-card-content{flex:1;overflow:auto}\n"] }]
85
+ }] });
86
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYm1iLW5vdGlmaWNhdGlvbi1jYXJkLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2RzLW5nL3NyYy9saWIvY29tcG9uZW50cy9ibWItbm90aWZpY2F0aW9uLWNhcmQvYm1iLW5vdGlmaWNhdGlvbi1jYXJkLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2RzLW5nL3NyYy9saWIvY29tcG9uZW50cy9ibWItbm90aWZpY2F0aW9uLWNhcmQvYm1iLW5vdGlmaWNhdGlvbi1jYXJkLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFDTCx1QkFBdUIsRUFDdkIsU0FBUyxFQUNULFFBQVEsRUFDUixLQUFLLEVBQ0wsTUFBTSxFQUNOLGlCQUFpQixHQUNsQixNQUFNLGVBQWUsQ0FBQztBQUN2QixPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLHVCQUF1QixFQUFFLE1BQU0sZ0RBQWdELENBQUM7QUFHekYsT0FBTyxFQUFFLG9CQUFvQixFQUFFLE1BQU0sMENBQTBDLENBQUM7OztBQVloRixNQUFNLE9BQU8sNEJBQTRCO0lBVHpDO1FBVUUsU0FBSSxHQUFHLEtBQUssQ0FBa0IsRUFBRSxDQUFDLENBQUM7UUFDbEMsbUJBQWMsR0FBRyxLQUFLLENBQWtCLEVBQUUsQ0FBQyxDQUFDO1FBQzVDLGtCQUFhLEdBQUcsS0FBSyxDQUFVLEtBQUssQ0FBQyxDQUFDO1FBQ3RDLGNBQVMsR0FBRyxLQUFLLENBQVMsTUFBTSxDQUFDLENBQUM7UUFFbEMsZUFBVSxHQUFHLE1BQU0sRUFBaUIsQ0FBQztRQUNyQyxvQkFBZSxHQUFHLE1BQU0sRUFBaUIsQ0FBQztRQUMxQyxxQkFBZ0IsR0FBRyxNQUFNLEVBQWlCLENBQUM7UUFDM0Msa0JBQWEsR0FBRyxNQUFNLEVBQVEsQ0FBQztRQUUvQixhQUFRLEdBQVksS0FBSyxDQUFDO1FBQzFCLGVBQVUsR0FBUSxFQUFFLENBQUM7UUFDckIsY0FBUyxHQUFXLENBQUMsQ0FBQztRQUN0QixjQUFTLEdBQVcsQ0FBQyxDQUFDO1FBQ3RCLFNBQUksR0FBRyxRQUFRLENBQVksR0FBRyxFQUFFO1lBQzlCLE9BQU87Z0JBQ0w7b0JBQ0UsRUFBRSxFQUFFLENBQUM7b0JBQ0wsS0FBSyxFQUFFLGdCQUFnQjtvQkFDdkIsS0FBSyxFQUFFLElBQUksQ0FBQyxTQUFTLEVBQUU7b0JBQ3ZCLFFBQVEsRUFBRSxJQUFJO2lCQUNmO2dCQUNELEVBQUUsRUFBRSxFQUFFLENBQUMsRUFBRSxLQUFLLEVBQUUsVUFBVSxFQUFFO2FBQzdCLENBQUM7UUFDSixDQUFDLENBQUMsQ0FBQztRQUVILGVBQVUsR0FBK0I7WUFDdkM7Z0JBQ0UsS0FBSyxFQUFFLGdCQUFnQjtnQkFDdkIsUUFBUSxFQUFFLElBQUk7Z0JBQ2QsU0FBUyxFQUFFLElBQUk7YUFDaEI7WUFDRDtnQkFDRSxLQUFLLEVBQUUsV0FBVztnQkFDbEIsUUFBUSxFQUFFLEtBQUs7Z0JBQ2YsU0FBUyxFQUFFLEtBQUs7YUFDakI7WUFDRDtnQkFDRSxLQUFLLEVBQUUsV0FBVztnQkFDbEIsUUFBUSxFQUFFLEtBQUs7Z0JBQ2YsU0FBUyxFQUFFLEtBQUs7YUFDakI7WUFDRDtnQkFDRSxLQUFLLEVBQUUsWUFBWTtnQkFDbkIsUUFBUSxFQUFFLEtBQUs7Z0JBQ2YsU0FBUyxFQUFFLEtBQUs7YUFDakI7WUFDRDtnQkFDRSxLQUFLLEVBQUUsVUFBVTtnQkFDakIsUUFBUSxFQUFFLElBQUk7Z0JBQ2QsU0FBUyxFQUFFLElBQUk7YUFDaEI7U0FDRixDQUFDO0tBd0JIO0lBdEJDLFlBQVksQ0FBQyxHQUFZO1FBQ3ZCLElBQUksQ0FBQyxTQUFTLEdBQUcsR0FBRyxDQUFDLEVBQUUsQ0FBQztJQUMxQixDQUFDO0lBRUQsVUFBVSxDQUFDLEtBQVU7UUFDbkIsSUFBSSxDQUFDLFNBQVMsR0FBRyxLQUFLLENBQUM7SUFDekIsQ0FBQztJQUVELE9BQU8sQ0FBQyxJQUFZO1FBQ2xCLElBQUksQ0FBQyxRQUFRLEdBQUcsSUFBSSxLQUFLLFFBQVEsQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLENBQUMsQ0FBQyxLQUFLLENBQUM7SUFDbkQsQ0FBQztJQUVELFNBQVM7UUFDUCxPQUFPLElBQUksQ0FBQyxJQUFJLEVBQUUsQ0FBQyxNQUFNLENBQUMsQ0FBQyxHQUFXLEVBQUUsS0FBb0IsRUFBRSxFQUFFO1lBQzlELElBQUksQ0FBQyxLQUFLLENBQUMsTUFBTTtnQkFBRSxPQUFPLEdBQUcsR0FBRyxDQUFDLENBQUM7WUFDbEMsT0FBTyxHQUFHLENBQUM7UUFDYixDQUFDLEVBQUUsQ0FBQyxDQUFDLENBQUM7SUFDUixDQUFDO0lBRUQsZ0JBQWdCLENBQUMsS0FBb0I7UUFDbkMsSUFBSSxDQUFDLFVBQVUsQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLENBQUM7SUFDOUIsQ0FBQzsrR0E1RVUsNEJBQTRCO21HQUE1Qiw0QkFBNEIsMHdCQ3hCekMsK3hCQXlCQSx1MU1EUFksWUFBWSxvSEFBRSx1QkFBdUIsNlZBQUUsb0JBQW9COzs0RkFNMUQsNEJBQTRCO2tCQVR4QyxTQUFTOytCQUNFLHVCQUF1QixjQUNyQixJQUFJLFdBQ1AsQ0FBQyxZQUFZLEVBQUUsdUJBQXVCLEVBQUUsb0JBQW9CLENBQUMsaUJBR3ZELGlCQUFpQixDQUFDLElBQUksbUJBQ3BCLHVCQUF1QixDQUFDLE1BQU0iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSxcbiAgQ29tcG9uZW50LFxuICBjb21wdXRlZCxcbiAgaW5wdXQsXG4gIG91dHB1dCxcbiAgVmlld0VuY2Fwc3VsYXRpb24sXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IEJtYkFsZXJ0Q2VudGVyQ29tcG9uZW50IH0gZnJvbSAnLi4vYm1iLWFsZXJ0LWNlbnRlci9ibWItYWxlcnQtY2VudGVyLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBJQm1iRGF0YUFsZXJ0IH0gZnJvbSAnLi4vYm1iLWFsZXJ0LWNlbnRlci90eXBlcyc7XG5pbXBvcnQgeyBJQm1iVGFiIH0gZnJvbSAnLi4vYm1iLXRhYnMvYm1iLXRhYnMuY29tcG9uZW50JztcbmltcG9ydCB7IEJtYkhvbWVDYXJkQ29tcG9uZW50IH0gZnJvbSAnLi4vYm1iLWhvbWUtY2FyZC9ibWItaG9tZS1jYXJkLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBJQm1iQWxlcnRDZW50ZXJUYWJDb25maWcgfSBmcm9tICcuLi9ibWItYWxlcnQtY2VudGVyL3R5cGVzJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnYm1iLW5vdGlmaWNhdGlvbi1jYXJkJyxcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgaW1wb3J0czogW0NvbW1vbk1vZHVsZSwgQm1iQWxlcnRDZW50ZXJDb21wb25lbnQsIEJtYkhvbWVDYXJkQ29tcG9uZW50XSxcbiAgdGVtcGxhdGVVcmw6ICcuL2JtYi1ub3RpZmljYXRpb24tY2FyZC5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsOiAnLi9ibWItbm90aWZpY2F0aW9uLWNhcmQuY29tcG9uZW50LnNjc3MnLFxuICBlbmNhcHN1bGF0aW9uOiBWaWV3RW5jYXBzdWxhdGlvbi5Ob25lLFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbn0pXG5leHBvcnQgY2xhc3MgQm1iTm90aWZpY2F0aW9uQ2FyZENvbXBvbmVudCB7XG4gIGRhdGEgPSBpbnB1dDxJQm1iRGF0YUFsZXJ0W10+KFtdKTtcbiAgYWR2ZXJ0aXNlbWVudHMgPSBpbnB1dDxJQm1iRGF0YUFsZXJ0W10+KFtdKTtcbiAgaGlkZUV4cGFuZEJ0biA9IGlucHV0PGJvb2xlYW4+KGZhbHNlKTtcbiAgbWF4SGVpZ2h0ID0gaW5wdXQ8c3RyaW5nPignYXV0bycpO1xuXG4gIGFsZXJ0RXZlbnQgPSBvdXRwdXQ8SUJtYkRhdGFBbGVydD4oKTtcbiAgc2hvd0FsZXJ0RGV0YWlsID0gb3V0cHV0PElCbWJEYXRhQWxlcnQ+KCk7XG4gIGNsb3NlQWxlcnREZXRhaWwgPSBvdXRwdXQ8SUJtYkRhdGFBbGVydD4oKTtcbiAgb25FeHBhbmRDbGljayA9IG91dHB1dDx2b2lkPigpO1xuXG4gIGV4cGFuZGVkOiBib29sZWFuID0gZmFsc2U7XG4gIGFjdGl2ZURhdGE6IGFueSA9IFtdO1xuICBhY3RpdmVUYWI6IG51bWJlciA9IDE7XG4gIGFjdGl2ZURvdDogbnVtYmVyID0gMDtcbiAgdGFicyA9IGNvbXB1dGVkPElCbWJUYWJbXT4oKCkgPT4ge1xuICAgIHJldHVybiBbXG4gICAgICB7XG4gICAgICAgIGlkOiAxLFxuICAgICAgICB0aXRsZTogJ05vdGlmaWNhY2lvbmVzJyxcbiAgICAgICAgYmFkZ2U6IHRoaXMubmV3QWxlcnRzKCksXG4gICAgICAgIGlzQWN0aXZlOiB0cnVlLFxuICAgICAgfSxcbiAgICAgIHsgaWQ6IDIsIHRpdGxlOiAnQW51bmNpb3MnIH0sXG4gICAgXTtcbiAgfSk7XG5cbiAgdGFic0NvbmZpZzogSUJtYkFsZXJ0Q2VudGVyVGFiQ29uZmlnW10gPSBbXG4gICAge1xuICAgICAgdGl0bGU6ICdOb3RpZmljYWNpb25lcycsXG4gICAgICBpc01vYmlsZTogdHJ1ZSxcbiAgICAgIGlzRGVza3RvcDogdHJ1ZSxcbiAgICB9LFxuICAgIHtcbiAgICAgIHRpdGxlOiAnTm8gbGXDrWRvcycsXG4gICAgICBpc01vYmlsZTogZmFsc2UsXG4gICAgICBpc0Rlc2t0b3A6IGZhbHNlLFxuICAgIH0sXG4gICAge1xuICAgICAgdGl0bGU6ICdGYXZvcml0b3MnLFxuICAgICAgaXNNb2JpbGU6IGZhbHNlLFxuICAgICAgaXNEZXNrdG9wOiBmYWxzZSxcbiAgICB9LFxuICAgIHtcbiAgICAgIHRpdGxlOiAnQXJjaGl2YWRvcycsXG4gICAgICBpc01vYmlsZTogZmFsc2UsXG4gICAgICBpc0Rlc2t0b3A6IGZhbHNlLFxuICAgIH0sXG4gICAge1xuICAgICAgdGl0bGU6ICdBbnVuY2lvcycsXG4gICAgICBpc01vYmlsZTogdHJ1ZSxcbiAgICAgIGlzRGVza3RvcDogdHJ1ZSxcbiAgICB9LFxuICBdO1xuXG4gIHNldEFjdGl2ZVRhYih0YWI6IElCbWJUYWIpIHtcbiAgICB0aGlzLmFjdGl2ZVRhYiA9IHRhYi5pZDtcbiAgfVxuXG4gIG9uRG90UHJlc3MoZXZlbnQ6IGFueSkge1xuICAgIHRoaXMuYWN0aXZlRG90ID0gZXZlbnQ7XG4gIH1cblxuICBzZXRTaXplKHNpemU6IHN0cmluZykge1xuICAgIHRoaXMuZXhwYW5kZWQgPSBzaXplID09PSAnZXhwYW5kJyA/IHRydWUgOiBmYWxzZTtcbiAgfVxuXG4gIG5ld0FsZXJ0cygpIHtcbiAgICByZXR1cm4gdGhpcy5kYXRhKCkucmVkdWNlKChhY2M6IG51bWJlciwgYWxlcnQ6IElCbWJEYXRhQWxlcnQpID0+IHtcbiAgICAgIGlmICghYWxlcnQuaXNSZWFkKSByZXR1cm4gYWNjICsgMTtcbiAgICAgIHJldHVybiBhY2M7XG4gICAgfSwgMCk7XG4gIH1cblxuICBoYW5kbGVBbGVydEV2ZW50KGFsZXJ0OiBJQm1iRGF0YUFsZXJ0KSB7XG4gICAgdGhpcy5hbGVydEV2ZW50LmVtaXQoYWxlcnQpO1xuICB9XG59XG4iLCI8c2VjdGlvblxuICBjbGFzcz1cImJtYl9ob21lLW5vdGlmaWNhdGlvbi1jYXJkXCJcbiAgW25nU3R5bGVdPVwieyAnLS1tYXhIZWlnaHQnOiBtYXhIZWlnaHQoKSB9XCJcbj5cbiAgPGJtYi1ob21lLWNhcmRcbiAgICBpY29uPVwibm90aWZpY2F0aW9uc1wiXG4gICAgYmdJY29uQXBwZWFyYW5jZT1cInJlZC1wcmltYXJ5XCJcbiAgICB0aXRsZT1cIk1pcyBOb3RpZmljYWNpb25lc1wiXG4gICAgW2lzTW9iaWxlXT1cImZhbHNlXCJcbiAgICAob25FeHBhbmRDbGljayk9XCJvbkV4cGFuZENsaWNrLmVtaXQoKVwiXG4gID5cbiAgICA8ZGl2IGNsYXNzPVwiYm1iX2hvbWUtbm90aWZpY2F0aW9uLWNhcmQtY29udGVudFwiPlxuICAgICAgPGJtYi1hbGVydC1jZW50ZXJcbiAgICAgICAgW2FsZXJ0c109XCJkYXRhKClcIlxuICAgICAgICBbYWR2ZXJ0aXNlbWVudHNdPVwiYWR2ZXJ0aXNlbWVudHMoKVwiXG4gICAgICAgIFt0YWJzTmFtZV09XCJ0YWJzQ29uZmlnXCJcbiAgICAgICAgW3Nob3dNb2JpbGVWZXJzaW9uXT1cInRydWVcIlxuICAgICAgICBbZW5hYmxlTXVsdGlwbGVTZWxlY3Rpb25dPVwiZmFsc2VcIlxuICAgICAgICAoYWxlcnRFdmVudCk9XCJhbGVydEV2ZW50LmVtaXQoJGV2ZW50KVwiXG4gICAgICAgIChzaG93QWxlcnREZXRhaWwpPVwic2hvd0FsZXJ0RGV0YWlsLmVtaXQoJGV2ZW50KVwiXG4gICAgICAgIChjbG9zZUFsZXJ0RGV0YWlsKT1cImNsb3NlQWxlcnREZXRhaWwuZW1pdCgkZXZlbnQpXCJcbiAgICAgIC8+XG4gICAgPC9kaXY+XG4gIDwvYm1iLWhvbWUtY2FyZD5cbjwvc2VjdGlvbj5cbiJdfQ==
@@ -0,0 +1,23 @@
1
+ import { CommonModule } from '@angular/common';
2
+ import { ChangeDetectionStrategy, Component, input, ViewEncapsulation, } from '@angular/core';
3
+ import * as i0 from "@angular/core";
4
+ import * as i1 from "@angular/common";
5
+ export class BmbNotificationCounterComponent {
6
+ constructor() {
7
+ this.counter = input();
8
+ this.appearance = input('notification');
9
+ }
10
+ getCounter() {
11
+ const _counter = this.counter() > 99 ? '99+' : this.counter()?.toString();
12
+ if (this.appearance() === 'plain')
13
+ return `(${_counter})`;
14
+ return `${_counter}`;
15
+ }
16
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BmbNotificationCounterComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
17
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: BmbNotificationCounterComponent, isStandalone: true, selector: "bmb-notification-counter", inputs: { counter: { classPropertyName: "counter", publicName: "counter", isSignal: true, isRequired: false, transformFunction: null }, appearance: { classPropertyName: "appearance", publicName: "appearance", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: "@if (!!counter()) {\n <section class=\"bmb_notification-counter\">\n <ng-content />\n <span\n class=\"bmb_notification-counter-number\"\n [ngClass]=\"{\n 'bmb_notification-counter-bullet bmb_notification-counter-position-bullet':\n appearance() === 'notification',\n 'bmb_notification-counter-plain': appearance() === 'plain'\n }\"\n >\n {{ getCounter() }}\n </span>\n </section>\n}\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_notification-counter{display:flex;position:relative;cursor:pointer;gap:.25rem;align-items:center}.bmb_notification-counter-number{max-height:.75rem;min-width:.75rem;padding:0 .125rem;width:fit-content;font-family:Poppins-Bold,sans-serif;font-size:.625rem;color:var(--general_contrasts-50);text-align:center;line-height:1.2}.bmb_notification-counter-bullet{display:inline-block;position:absolute;bottom:0;right:0;color:var(--white-primary);background-color:rgb(var(--color-red-light));border-radius:2.5rem}.bmb_notification-counter-plain{display:inline-flex;position:relative}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
18
+ }
19
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BmbNotificationCounterComponent, decorators: [{
20
+ type: Component,
21
+ args: [{ selector: 'bmb-notification-counter', standalone: true, imports: [CommonModule], encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, template: "@if (!!counter()) {\n <section class=\"bmb_notification-counter\">\n <ng-content />\n <span\n class=\"bmb_notification-counter-number\"\n [ngClass]=\"{\n 'bmb_notification-counter-bullet bmb_notification-counter-position-bullet':\n appearance() === 'notification',\n 'bmb_notification-counter-plain': appearance() === 'plain'\n }\"\n >\n {{ getCounter() }}\n </span>\n </section>\n}\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_notification-counter{display:flex;position:relative;cursor:pointer;gap:.25rem;align-items:center}.bmb_notification-counter-number{max-height:.75rem;min-width:.75rem;padding:0 .125rem;width:fit-content;font-family:Poppins-Bold,sans-serif;font-size:.625rem;color:var(--general_contrasts-50);text-align:center;line-height:1.2}.bmb_notification-counter-bullet{display:inline-block;position:absolute;bottom:0;right:0;color:var(--white-primary);background-color:rgb(var(--color-red-light));border-radius:2.5rem}.bmb_notification-counter-plain{display:inline-flex;position:relative}\n"] }]
22
+ }] });
23
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYm1iLW5vdGlmaWNhdGlvbi1jb3VudGVyLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2RzLW5nL3NyYy9saWIvY29tcG9uZW50cy9ibWItbm90aWZpY2F0aW9uLWNvdW50ZXIvYm1iLW5vdGlmaWNhdGlvbi1jb3VudGVyLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2RzLW5nL3NyYy9saWIvY29tcG9uZW50cy9ibWItbm90aWZpY2F0aW9uLWNvdW50ZXIvYm1iLW5vdGlmaWNhdGlvbi1jb3VudGVyLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQ0wsdUJBQXVCLEVBQ3ZCLFNBQVMsRUFDVCxLQUFLLEVBQ0wsaUJBQWlCLEdBQ2xCLE1BQU0sZUFBZSxDQUFDOzs7QUFhdkIsTUFBTSxPQUFPLCtCQUErQjtJQVQ1QztRQVVFLFlBQU8sR0FBRyxLQUFLLEVBQVUsQ0FBQztRQUMxQixlQUFVLEdBQUcsS0FBSyxDQUE4QixjQUFjLENBQUMsQ0FBQztLQVNqRTtJQVBDLFVBQVU7UUFDUixNQUFNLFFBQVEsR0FDWixJQUFJLENBQUMsT0FBTyxFQUFHLEdBQUcsRUFBRSxDQUFDLENBQUMsQ0FBQyxLQUFLLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxPQUFPLEVBQUUsRUFBRSxRQUFRLEVBQUcsQ0FBQztRQUU3RCxJQUFJLElBQUksQ0FBQyxVQUFVLEVBQUUsS0FBSyxPQUFPO1lBQUUsT0FBTyxJQUFJLFFBQVEsR0FBRyxDQUFDO1FBQzFELE9BQU8sR0FBRyxRQUFRLEVBQUUsQ0FBQztJQUN2QixDQUFDOytHQVZVLCtCQUErQjttR0FBL0IsK0JBQStCLHFXQ25CNUMsMmJBZUEsbStNREZZLFlBQVk7OzRGQU1YLCtCQUErQjtrQkFUM0MsU0FBUzsrQkFDRSwwQkFBMEIsY0FDeEIsSUFBSSxXQUNQLENBQUMsWUFBWSxDQUFDLGlCQUdSLGlCQUFpQixDQUFDLElBQUksbUJBQ3BCLHVCQUF1QixDQUFDLE1BQU0iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHtcbiAgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksXG4gIENvbXBvbmVudCxcbiAgaW5wdXQsXG4gIFZpZXdFbmNhcHN1bGF0aW9uLFxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuZXhwb3J0IHR5cGUgSUJtYk5vdGlmaWNhdGlvbkNvdW50ZXJUeXBlID0gJ25vdGlmaWNhdGlvbicgfCAncGxhaW4nO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdibWItbm90aWZpY2F0aW9uLWNvdW50ZXInLFxuICBzdGFuZGFsb25lOiB0cnVlLFxuICBpbXBvcnRzOiBbQ29tbW9uTW9kdWxlXSxcbiAgdGVtcGxhdGVVcmw6ICcuL2JtYi1ub3RpZmljYXRpb24tY291bnRlci5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsOiAnLi9ibWItbm90aWZpY2F0aW9uLWNvdW50ZXIuY29tcG9uZW50LnNjc3MnLFxuICBlbmNhcHN1bGF0aW9uOiBWaWV3RW5jYXBzdWxhdGlvbi5Ob25lLFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbn0pXG5leHBvcnQgY2xhc3MgQm1iTm90aWZpY2F0aW9uQ291bnRlckNvbXBvbmVudCB7XG4gIGNvdW50ZXIgPSBpbnB1dDxudW1iZXI+KCk7XG4gIGFwcGVhcmFuY2UgPSBpbnB1dDxJQm1iTm90aWZpY2F0aW9uQ291bnRlclR5cGU+KCdub3RpZmljYXRpb24nKTtcblxuICBnZXRDb3VudGVyKCk6IHN0cmluZyB7XG4gICAgY29uc3QgX2NvdW50ZXI6IHN0cmluZyA9XG4gICAgICB0aGlzLmNvdW50ZXIoKSEgPiA5OSA/ICc5OSsnIDogdGhpcy5jb3VudGVyKCk/LnRvU3RyaW5nKCkhO1xuXG4gICAgaWYgKHRoaXMuYXBwZWFyYW5jZSgpID09PSAncGxhaW4nKSByZXR1cm4gYCgke19jb3VudGVyfSlgO1xuICAgIHJldHVybiBgJHtfY291bnRlcn1gO1xuICB9XG59XG4iLCJAaWYgKCEhY291bnRlcigpKSB7XG4gIDxzZWN0aW9uIGNsYXNzPVwiYm1iX25vdGlmaWNhdGlvbi1jb3VudGVyXCI+XG4gICAgPG5nLWNvbnRlbnQgLz5cbiAgICA8c3BhblxuICAgICAgY2xhc3M9XCJibWJfbm90aWZpY2F0aW9uLWNvdW50ZXItbnVtYmVyXCJcbiAgICAgIFtuZ0NsYXNzXT1cIntcbiAgICAgICAgJ2JtYl9ub3RpZmljYXRpb24tY291bnRlci1idWxsZXQgYm1iX25vdGlmaWNhdGlvbi1jb3VudGVyLXBvc2l0aW9uLWJ1bGxldCc6XG4gICAgICAgICAgYXBwZWFyYW5jZSgpID09PSAnbm90aWZpY2F0aW9uJyxcbiAgICAgICAgJ2JtYl9ub3RpZmljYXRpb24tY291bnRlci1wbGFpbic6IGFwcGVhcmFuY2UoKSA9PT0gJ3BsYWluJ1xuICAgICAgfVwiXG4gICAgPlxuICAgICAge3sgZ2V0Q291bnRlcigpIH19XG4gICAgPC9zcGFuPlxuICA8L3NlY3Rpb24+XG59XG4iXX0=
@@ -0,0 +1,22 @@
1
+ import { CommonModule } from '@angular/common';
2
+ import { Component, output, input } from '@angular/core';
3
+ import { OverlayModule } from '@angular/cdk/overlay';
4
+ import { getUUID } from '../../utils/utils';
5
+ import * as i0 from "@angular/core";
6
+ export class BmbOverlayComponent {
7
+ constructor() {
8
+ this.active = input(false);
9
+ this.onClick = output();
10
+ this.uid = input(getUUID());
11
+ }
12
+ handleClick() {
13
+ this.onClick.emit(this.uid());
14
+ }
15
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BmbOverlayComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
16
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: BmbOverlayComponent, isStandalone: true, selector: "bmb-overlay", inputs: { active: { classPropertyName: "active", publicName: "active", isSignal: true, isRequired: false, transformFunction: null }, uid: { classPropertyName: "uid", publicName: "uid", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { onClick: "onClick" }, ngImport: i0, template: "@if (active()) {\n <div class=\"bmb_overlay\" (click)=\"handleClick()\"></div>\n}\n", styles: [".bmb_overlay{position:fixed;width:100%;height:100%;inset:0;z-index:90;border-style:none;box-shadow:none;background-color:var(--color-black-min)}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: OverlayModule }] }); }
17
+ }
18
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BmbOverlayComponent, decorators: [{
19
+ type: Component,
20
+ args: [{ selector: 'bmb-overlay', standalone: true, imports: [CommonModule, OverlayModule], template: "@if (active()) {\n <div class=\"bmb_overlay\" (click)=\"handleClick()\"></div>\n}\n", styles: [".bmb_overlay{position:fixed;width:100%;height:100%;inset:0;z-index:90;border-style:none;box-shadow:none;background-color:var(--color-black-min)}\n"] }]
21
+ }] });
22
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYm1iLW92ZXJsYXkuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvZHMtbmcvc3JjL2xpYi9jb21wb25lbnRzL2JtYi1vdmVybGF5L2JtYi1vdmVybGF5LmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2RzLW5nL3NyYy9saWIvY29tcG9uZW50cy9ibWItb3ZlcmxheS9ibWItb3ZlcmxheS5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLEVBQUUsS0FBSyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pELE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSxzQkFBc0IsQ0FBQztBQUNyRCxPQUFPLEVBQUUsT0FBTyxFQUFFLE1BQU0sbUJBQW1CLENBQUM7O0FBUzVDLE1BQU0sT0FBTyxtQkFBbUI7SUFQaEM7UUFRRSxXQUFNLEdBQUcsS0FBSyxDQUFVLEtBQUssQ0FBQyxDQUFDO1FBQy9CLFlBQU8sR0FBRyxNQUFNLEVBQVUsQ0FBQztRQUMzQixRQUFHLEdBQUcsS0FBSyxDQUFTLE9BQU8sRUFBRSxDQUFDLENBQUM7S0FLaEM7SUFIQyxXQUFXO1FBQ1QsSUFBSSxDQUFDLE9BQU8sQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLEdBQUcsRUFBRSxDQUFDLENBQUM7SUFDaEMsQ0FBQzsrR0FQVSxtQkFBbUI7bUdBQW5CLG1CQUFtQixpV0NaaEMsc0ZBR0EsMk1ES1ksWUFBWSw4QkFBRSxhQUFhOzs0RkFJMUIsbUJBQW1CO2tCQVAvQixTQUFTOytCQUNFLGFBQWEsY0FDWCxJQUFJLFdBQ1AsQ0FBQyxZQUFZLEVBQUUsYUFBYSxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IENvbXBvbmVudCwgb3V0cHV0LCBpbnB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgT3ZlcmxheU1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2Nkay9vdmVybGF5JztcbmltcG9ydCB7IGdldFVVSUQgfSBmcm9tICcuLi8uLi91dGlscy91dGlscyc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2JtYi1vdmVybGF5JyxcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgaW1wb3J0czogW0NvbW1vbk1vZHVsZSwgT3ZlcmxheU1vZHVsZV0sXG4gIHRlbXBsYXRlVXJsOiAnLi9ibWItb3ZlcmxheS5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsOiAnLi9ibWItb3ZlcmxheS5jb21wb25lbnQuc2NzcycsXG59KVxuZXhwb3J0IGNsYXNzIEJtYk92ZXJsYXlDb21wb25lbnQge1xuICBhY3RpdmUgPSBpbnB1dDxib29sZWFuPihmYWxzZSk7XG4gIG9uQ2xpY2sgPSBvdXRwdXQ8c3RyaW5nPigpO1xuICB1aWQgPSBpbnB1dDxzdHJpbmc+KGdldFVVSUQoKSk7XG5cbiAgaGFuZGxlQ2xpY2soKSB7XG4gICAgdGhpcy5vbkNsaWNrLmVtaXQodGhpcy51aWQoKSk7XG4gIH1cbn1cbiIsIkBpZiAoYWN0aXZlKCkpIHtcbiAgPGRpdiBjbGFzcz1cImJtYl9vdmVybGF5XCIgKGNsaWNrKT1cImhhbmRsZUNsaWNrKClcIj48L2Rpdj5cbn1cbiJdfQ==
@@ -0,0 +1,52 @@
1
+ import { CommonModule } from '@angular/common';
2
+ import { Component, Input, Output, EventEmitter, ChangeDetectionStrategy, ViewEncapsulation, } from '@angular/core';
3
+ import { BmbIconComponent } from '../bmb-icon/bmb-icon.component';
4
+ import * as i0 from "@angular/core";
5
+ import * as i1 from "@angular/common";
6
+ export class BmbPaginatorComponent {
7
+ constructor() {
8
+ this.totalItems = 0;
9
+ this.itemsPerPage = 5;
10
+ this.currentPage = 1;
11
+ this.pageChange = new EventEmitter();
12
+ }
13
+ get totalPages() {
14
+ return Math.ceil(this.totalItems / this.itemsPerPage);
15
+ }
16
+ onPageChange(page) {
17
+ if (page < 1 || page > this.totalPages)
18
+ return;
19
+ this.currentPage = page;
20
+ this.pageChange.emit(this.currentPage);
21
+ }
22
+ get pages() {
23
+ const pages = [];
24
+ for (let i = 1; i <= this.totalPages; i++) {
25
+ pages.push(i);
26
+ }
27
+ return pages;
28
+ }
29
+ getPaginationText() {
30
+ if (this.totalItems == 0) {
31
+ return `0 de ${this.totalPages || 0}`;
32
+ }
33
+ const startIndex = (this.currentPage - 1) * this.itemsPerPage + 1;
34
+ const endIndex = Math.min(this.currentPage * this.itemsPerPage, this.totalItems);
35
+ return `${startIndex} - ${endIndex} de ${this.totalItems}`;
36
+ }
37
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BmbPaginatorComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
38
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: BmbPaginatorComponent, isStandalone: true, selector: "bmb-paginator", inputs: { totalItems: "totalItems", itemsPerPage: "itemsPerPage", currentPage: "currentPage" }, outputs: { pageChange: "pageChange" }, ngImport: i0, template: "<section class=\"bmb_paginator\">\n <span class=\"bmb_paginator-text\">{{ getPaginationText() }}</span>\n <button\n [disabled]=\"currentPage === 1\"\n [ngClass]=\"{\n 'bmb_paginator-btn-disabled': currentPage == 1\n }\"\n (click)=\"onPageChange(1)\"\n class=\"bmb_paginator-btn\"\n >\n <bmb-icon icon=\"keyboard_double_arrow_left\" class=\"bmb_paginator-icon\" />\n </button>\n <button\n [disabled]=\"currentPage === 1\"\n [ngClass]=\"{\n 'bmb_paginator-btn-disabled': currentPage == 1\n }\"\n (click)=\"onPageChange(currentPage - 1)\"\n class=\"bmb_paginator-btn\"\n >\n <bmb-icon icon=\"keyboard_arrow_left\" class=\"bmb_paginator-icon\" />\n </button>\n <button\n [disabled]=\"currentPage === totalPages\"\n [ngClass]=\"{\n 'bmb_paginator-btn-disabled': currentPage === totalPages\n }\"\n (click)=\"onPageChange(currentPage + 1)\"\n class=\"bmb_paginator-btn\"\n >\n <bmb-icon icon=\"keyboard_arrow_right\" class=\"bmb_paginator-icon\" />\n </button>\n <button\n [disabled]=\"currentPage === totalPages\"\n [ngClass]=\"{\n 'bmb_paginator-btn-disabled': currentPage === totalPages\n }\"\n (click)=\"onPageChange(totalPages)\"\n class=\"bmb_paginator-btn\"\n >\n <bmb-icon icon=\"keyboard_double_arrow_right\" class=\"bmb_paginator-icon\" />\n </button>\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_paginator{align-items:center;bottom:0;display:flex;height:3rem;justify-content:flex-end;margin:.5rem 0;position:sticky;right:0}.bmb_paginator-text{color:RGBA(var(--color-charade-700));margin-right:2rem;font-family:Poppins-Regular,sans-serif;font-size:.75rem}.bmb_paginator-btn{color:RGBA(var(--color-charade-900));height:3rem;padding:0;width:3rem}.bmb_paginator-btn-disabled{color:RGBA(var(--color-charade-300));cursor:not-allowed}.bmb_paginator-icon{font-size:1.5rem}[data-theme=dark] .bmb_paginator-text,.storybook-dark-theme .bmb_paginator-text{color:RGBA(var(--color-charade-200))}[data-theme=dark] .bmb_paginator-btn,.storybook-dark-theme .bmb_paginator-btn{color:RGBA(var(--color-charade-50))}[data-theme=dark] .bmb_paginator-btn-disabled,.storybook-dark-theme .bmb_paginator-btn-disabled{color:RGBA(var(--color-charade-700))}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: BmbIconComponent, selector: "bmb-icon", inputs: ["icon", "materialIcon", "styleIcon", "isFill", "fontWeight", "size", "alt", "dotNotification"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
39
+ }
40
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BmbPaginatorComponent, decorators: [{
41
+ type: Component,
42
+ args: [{ selector: 'bmb-paginator', standalone: true, imports: [CommonModule, BmbIconComponent], changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "<section class=\"bmb_paginator\">\n <span class=\"bmb_paginator-text\">{{ getPaginationText() }}</span>\n <button\n [disabled]=\"currentPage === 1\"\n [ngClass]=\"{\n 'bmb_paginator-btn-disabled': currentPage == 1\n }\"\n (click)=\"onPageChange(1)\"\n class=\"bmb_paginator-btn\"\n >\n <bmb-icon icon=\"keyboard_double_arrow_left\" class=\"bmb_paginator-icon\" />\n </button>\n <button\n [disabled]=\"currentPage === 1\"\n [ngClass]=\"{\n 'bmb_paginator-btn-disabled': currentPage == 1\n }\"\n (click)=\"onPageChange(currentPage - 1)\"\n class=\"bmb_paginator-btn\"\n >\n <bmb-icon icon=\"keyboard_arrow_left\" class=\"bmb_paginator-icon\" />\n </button>\n <button\n [disabled]=\"currentPage === totalPages\"\n [ngClass]=\"{\n 'bmb_paginator-btn-disabled': currentPage === totalPages\n }\"\n (click)=\"onPageChange(currentPage + 1)\"\n class=\"bmb_paginator-btn\"\n >\n <bmb-icon icon=\"keyboard_arrow_right\" class=\"bmb_paginator-icon\" />\n </button>\n <button\n [disabled]=\"currentPage === totalPages\"\n [ngClass]=\"{\n 'bmb_paginator-btn-disabled': currentPage === totalPages\n }\"\n (click)=\"onPageChange(totalPages)\"\n class=\"bmb_paginator-btn\"\n >\n <bmb-icon icon=\"keyboard_double_arrow_right\" class=\"bmb_paginator-icon\" />\n </button>\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_paginator{align-items:center;bottom:0;display:flex;height:3rem;justify-content:flex-end;margin:.5rem 0;position:sticky;right:0}.bmb_paginator-text{color:RGBA(var(--color-charade-700));margin-right:2rem;font-family:Poppins-Regular,sans-serif;font-size:.75rem}.bmb_paginator-btn{color:RGBA(var(--color-charade-900));height:3rem;padding:0;width:3rem}.bmb_paginator-btn-disabled{color:RGBA(var(--color-charade-300));cursor:not-allowed}.bmb_paginator-icon{font-size:1.5rem}[data-theme=dark] .bmb_paginator-text,.storybook-dark-theme .bmb_paginator-text{color:RGBA(var(--color-charade-200))}[data-theme=dark] .bmb_paginator-btn,.storybook-dark-theme .bmb_paginator-btn{color:RGBA(var(--color-charade-50))}[data-theme=dark] .bmb_paginator-btn-disabled,.storybook-dark-theme .bmb_paginator-btn-disabled{color:RGBA(var(--color-charade-700))}\n"] }]
43
+ }], propDecorators: { totalItems: [{
44
+ type: Input
45
+ }], itemsPerPage: [{
46
+ type: Input
47
+ }], currentPage: [{
48
+ type: Input
49
+ }], pageChange: [{
50
+ type: Output
51
+ }] } });
52
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYm1iLXBhZ2luYXRvci5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9kcy1uZy9zcmMvbGliL2NvbXBvbmVudHMvYm1iLXBhZ2luYXRvci9ibWItcGFnaW5hdG9yLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2RzLW5nL3NyYy9saWIvY29tcG9uZW50cy9ibWItcGFnaW5hdG9yL2JtYi1wYWdpbmF0b3IuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFDTCxTQUFTLEVBQ1QsS0FBSyxFQUNMLE1BQU0sRUFDTixZQUFZLEVBQ1osdUJBQXVCLEVBQ3ZCLGlCQUFpQixHQUNsQixNQUFNLGVBQWUsQ0FBQztBQUN2QixPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSxnQ0FBZ0MsQ0FBQzs7O0FBV2xFLE1BQU0sT0FBTyxxQkFBcUI7SUFUbEM7UUFVVyxlQUFVLEdBQVcsQ0FBQyxDQUFDO1FBQ3ZCLGlCQUFZLEdBQVcsQ0FBQyxDQUFDO1FBQ3pCLGdCQUFXLEdBQVcsQ0FBQyxDQUFDO1FBQ3ZCLGVBQVUsR0FBRyxJQUFJLFlBQVksRUFBVSxDQUFDO0tBK0JuRDtJQTdCQyxJQUFJLFVBQVU7UUFDWixPQUFPLElBQUksQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLFVBQVUsR0FBRyxJQUFJLENBQUMsWUFBWSxDQUFDLENBQUM7SUFDeEQsQ0FBQztJQUVELFlBQVksQ0FBQyxJQUFZO1FBQ3ZCLElBQUksSUFBSSxHQUFHLENBQUMsSUFBSSxJQUFJLEdBQUcsSUFBSSxDQUFDLFVBQVU7WUFBRSxPQUFPO1FBQy9DLElBQUksQ0FBQyxXQUFXLEdBQUcsSUFBSSxDQUFDO1FBQ3hCLElBQUksQ0FBQyxVQUFVLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxXQUFXLENBQUMsQ0FBQztJQUN6QyxDQUFDO0lBRUQsSUFBSSxLQUFLO1FBQ1AsTUFBTSxLQUFLLEdBQUcsRUFBRSxDQUFDO1FBQ2pCLEtBQUssSUFBSSxDQUFDLEdBQUcsQ0FBQyxFQUFFLENBQUMsSUFBSSxJQUFJLENBQUMsVUFBVSxFQUFFLENBQUMsRUFBRSxFQUFFO1lBQ3pDLEtBQUssQ0FBQyxJQUFJLENBQUMsQ0FBQyxDQUFDLENBQUM7U0FDZjtRQUNELE9BQU8sS0FBSyxDQUFDO0lBQ2YsQ0FBQztJQUVELGlCQUFpQjtRQUNmLElBQUksSUFBSSxDQUFDLFVBQVUsSUFBSSxDQUFDLEVBQUU7WUFDeEIsT0FBTyxRQUFRLElBQUksQ0FBQyxVQUFVLElBQUksQ0FBQyxFQUFFLENBQUM7U0FDdkM7UUFDRCxNQUFNLFVBQVUsR0FBRyxDQUFDLElBQUksQ0FBQyxXQUFXLEdBQUcsQ0FBQyxDQUFDLEdBQUcsSUFBSSxDQUFDLFlBQVksR0FBRyxDQUFDLENBQUM7UUFDbEUsTUFBTSxRQUFRLEdBQUcsSUFBSSxDQUFDLEdBQUcsQ0FDdkIsSUFBSSxDQUFDLFdBQVcsR0FBRyxJQUFJLENBQUMsWUFBWSxFQUNwQyxJQUFJLENBQUMsVUFBVSxDQUNoQixDQUFDO1FBQ0YsT0FBTyxHQUFHLFVBQVUsTUFBTSxRQUFRLE9BQU8sSUFBSSxDQUFDLFVBQVUsRUFBRSxDQUFDO0lBQzdELENBQUM7K0dBbENVLHFCQUFxQjttR0FBckIscUJBQXFCLGdOQ3BCbEMsKzFDQTJDQSxvdU5EN0JZLFlBQVksNkhBQUUsZ0JBQWdCOzs0RkFNN0IscUJBQXFCO2tCQVRqQyxTQUFTOytCQUNFLGVBQWUsY0FDYixJQUFJLFdBQ1AsQ0FBQyxZQUFZLEVBQUUsZ0JBQWdCLENBQUMsbUJBR3hCLHVCQUF1QixDQUFDLE1BQU0saUJBQ2hDLGlCQUFpQixDQUFDLElBQUk7OEJBRzVCLFVBQVU7c0JBQWxCLEtBQUs7Z0JBQ0csWUFBWTtzQkFBcEIsS0FBSztnQkFDRyxXQUFXO3NCQUFuQixLQUFLO2dCQUNJLFVBQVU7c0JBQW5CLE1BQU0iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHtcbiAgQ29tcG9uZW50LFxuICBJbnB1dCxcbiAgT3V0cHV0LFxuICBFdmVudEVtaXR0ZXIsXG4gIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LFxuICBWaWV3RW5jYXBzdWxhdGlvbixcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBCbWJJY29uQ29tcG9uZW50IH0gZnJvbSAnLi4vYm1iLWljb24vYm1iLWljb24uY29tcG9uZW50JztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnYm1iLXBhZ2luYXRvcicsXG4gIHN0YW5kYWxvbmU6IHRydWUsXG4gIGltcG9ydHM6IFtDb21tb25Nb2R1bGUsIEJtYkljb25Db21wb25lbnRdLFxuICB0ZW1wbGF0ZVVybDogJy4vYm1iLXBhZ2luYXRvci5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsOiAnLi9ibWItcGFnaW5hdG9yLmNvbXBvbmVudC5zY3NzJyxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG4gIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmUsXG59KVxuZXhwb3J0IGNsYXNzIEJtYlBhZ2luYXRvckNvbXBvbmVudCB7XG4gIEBJbnB1dCgpIHRvdGFsSXRlbXM6IG51bWJlciA9IDA7XG4gIEBJbnB1dCgpIGl0ZW1zUGVyUGFnZTogbnVtYmVyID0gNTtcbiAgQElucHV0KCkgY3VycmVudFBhZ2U6IG51bWJlciA9IDE7XG4gIEBPdXRwdXQoKSBwYWdlQ2hhbmdlID0gbmV3IEV2ZW50RW1pdHRlcjxudW1iZXI+KCk7XG5cbiAgZ2V0IHRvdGFsUGFnZXMoKTogbnVtYmVyIHtcbiAgICByZXR1cm4gTWF0aC5jZWlsKHRoaXMudG90YWxJdGVtcyAvIHRoaXMuaXRlbXNQZXJQYWdlKTtcbiAgfVxuXG4gIG9uUGFnZUNoYW5nZShwYWdlOiBudW1iZXIpOiB2b2lkIHtcbiAgICBpZiAocGFnZSA8IDEgfHwgcGFnZSA+IHRoaXMudG90YWxQYWdlcykgcmV0dXJuO1xuICAgIHRoaXMuY3VycmVudFBhZ2UgPSBwYWdlO1xuICAgIHRoaXMucGFnZUNoYW5nZS5lbWl0KHRoaXMuY3VycmVudFBhZ2UpO1xuICB9XG5cbiAgZ2V0IHBhZ2VzKCk6IG51bWJlcltdIHtcbiAgICBjb25zdCBwYWdlcyA9IFtdO1xuICAgIGZvciAobGV0IGkgPSAxOyBpIDw9IHRoaXMudG90YWxQYWdlczsgaSsrKSB7XG4gICAgICBwYWdlcy5wdXNoKGkpO1xuICAgIH1cbiAgICByZXR1cm4gcGFnZXM7XG4gIH1cblxuICBnZXRQYWdpbmF0aW9uVGV4dCgpOiBzdHJpbmcge1xuICAgIGlmICh0aGlzLnRvdGFsSXRlbXMgPT0gMCkge1xuICAgICAgcmV0dXJuIGAwIGRlICR7dGhpcy50b3RhbFBhZ2VzIHx8IDB9YDtcbiAgICB9XG4gICAgY29uc3Qgc3RhcnRJbmRleCA9ICh0aGlzLmN1cnJlbnRQYWdlIC0gMSkgKiB0aGlzLml0ZW1zUGVyUGFnZSArIDE7XG4gICAgY29uc3QgZW5kSW5kZXggPSBNYXRoLm1pbihcbiAgICAgIHRoaXMuY3VycmVudFBhZ2UgKiB0aGlzLml0ZW1zUGVyUGFnZSxcbiAgICAgIHRoaXMudG90YWxJdGVtcyxcbiAgICApO1xuICAgIHJldHVybiBgJHtzdGFydEluZGV4fSAtICR7ZW5kSW5kZXh9IGRlICR7dGhpcy50b3RhbEl0ZW1zfWA7XG4gIH1cbn1cbiIsIjxzZWN0aW9uIGNsYXNzPVwiYm1iX3BhZ2luYXRvclwiPlxuICA8c3BhbiBjbGFzcz1cImJtYl9wYWdpbmF0b3ItdGV4dFwiPnt7IGdldFBhZ2luYXRpb25UZXh0KCkgfX08L3NwYW4+XG4gIDxidXR0b25cbiAgICBbZGlzYWJsZWRdPVwiY3VycmVudFBhZ2UgPT09IDFcIlxuICAgIFtuZ0NsYXNzXT1cIntcbiAgICAgICdibWJfcGFnaW5hdG9yLWJ0bi1kaXNhYmxlZCc6IGN1cnJlbnRQYWdlID09IDFcbiAgICB9XCJcbiAgICAoY2xpY2spPVwib25QYWdlQ2hhbmdlKDEpXCJcbiAgICBjbGFzcz1cImJtYl9wYWdpbmF0b3ItYnRuXCJcbiAgPlxuICAgIDxibWItaWNvbiBpY29uPVwia2V5Ym9hcmRfZG91YmxlX2Fycm93X2xlZnRcIiBjbGFzcz1cImJtYl9wYWdpbmF0b3ItaWNvblwiIC8+XG4gIDwvYnV0dG9uPlxuICA8YnV0dG9uXG4gICAgW2Rpc2FibGVkXT1cImN1cnJlbnRQYWdlID09PSAxXCJcbiAgICBbbmdDbGFzc109XCJ7XG4gICAgICAnYm1iX3BhZ2luYXRvci1idG4tZGlzYWJsZWQnOiBjdXJyZW50UGFnZSA9PSAxXG4gICAgfVwiXG4gICAgKGNsaWNrKT1cIm9uUGFnZUNoYW5nZShjdXJyZW50UGFnZSAtIDEpXCJcbiAgICBjbGFzcz1cImJtYl9wYWdpbmF0b3ItYnRuXCJcbiAgPlxuICAgIDxibWItaWNvbiBpY29uPVwia2V5Ym9hcmRfYXJyb3dfbGVmdFwiIGNsYXNzPVwiYm1iX3BhZ2luYXRvci1pY29uXCIgLz5cbiAgPC9idXR0b24+XG4gIDxidXR0b25cbiAgICBbZGlzYWJsZWRdPVwiY3VycmVudFBhZ2UgPT09IHRvdGFsUGFnZXNcIlxuICAgIFtuZ0NsYXNzXT1cIntcbiAgICAgICdibWJfcGFnaW5hdG9yLWJ0bi1kaXNhYmxlZCc6IGN1cnJlbnRQYWdlID09PSB0b3RhbFBhZ2VzXG4gICAgfVwiXG4gICAgKGNsaWNrKT1cIm9uUGFnZUNoYW5nZShjdXJyZW50UGFnZSArIDEpXCJcbiAgICBjbGFzcz1cImJtYl9wYWdpbmF0b3ItYnRuXCJcbiAgPlxuICAgIDxibWItaWNvbiBpY29uPVwia2V5Ym9hcmRfYXJyb3dfcmlnaHRcIiBjbGFzcz1cImJtYl9wYWdpbmF0b3ItaWNvblwiIC8+XG4gIDwvYnV0dG9uPlxuICA8YnV0dG9uXG4gICAgW2Rpc2FibGVkXT1cImN1cnJlbnRQYWdlID09PSB0b3RhbFBhZ2VzXCJcbiAgICBbbmdDbGFzc109XCJ7XG4gICAgICAnYm1iX3BhZ2luYXRvci1idG4tZGlzYWJsZWQnOiBjdXJyZW50UGFnZSA9PT0gdG90YWxQYWdlc1xuICAgIH1cIlxuICAgIChjbGljayk9XCJvblBhZ2VDaGFuZ2UodG90YWxQYWdlcylcIlxuICAgIGNsYXNzPVwiYm1iX3BhZ2luYXRvci1idG5cIlxuICA+XG4gICAgPGJtYi1pY29uIGljb249XCJrZXlib2FyZF9kb3VibGVfYXJyb3dfcmlnaHRcIiBjbGFzcz1cImJtYl9wYWdpbmF0b3ItaWNvblwiIC8+XG4gIDwvYnV0dG9uPlxuPC9zZWN0aW9uPlxuIl19