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

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 (453) hide show
  1. package/assets/i18n/en.json +9 -0
  2. package/assets/i18n/es.json +9 -0
  3. package/assets/styles/main.min.css +1 -1
  4. package/assets/styles/main.min.css.map +1 -1
  5. package/esm2022/assets/i18n/en.json +122 -0
  6. package/esm2022/assets/i18n/es.json +122 -0
  7. package/esm2022/lib/components/bmb-academic-progress/bmb-academic-progress.component.mjs +87 -0
  8. package/esm2022/lib/components/bmb-accordion/bmb-accordion.component.mjs +159 -0
  9. package/esm2022/lib/components/bmb-account-statement/bmb-account-statement.component.mjs +174 -0
  10. package/esm2022/lib/components/bmb-action-icon/bmb-action-icon.component.mjs +49 -0
  11. package/esm2022/lib/components/bmb-action-menu/bmb-action-menu.component.mjs +31 -0
  12. package/esm2022/lib/components/bmb-advertisement-card/bmb-advertisement-card.component.mjs +37 -0
  13. package/esm2022/lib/components/bmb-advertisement-card/types.mjs +2 -0
  14. package/esm2022/lib/components/bmb-alert-center/bmb-alert-center-ads/bmb-alert-center-ads.component.mjs +71 -0
  15. package/esm2022/lib/components/bmb-alert-center/bmb-alert-center-empty/bmb-alert-center-empty.component.mjs +19 -0
  16. package/esm2022/lib/components/bmb-alert-center/bmb-alert-center-form/bmb-alert-center-form.component.mjs +148 -0
  17. package/esm2022/lib/components/bmb-alert-center/bmb-alert-center-list/bmb-alert-center-list.component.mjs +47 -0
  18. package/esm2022/lib/components/bmb-alert-center/bmb-alert-center.component.mjs +204 -0
  19. package/esm2022/lib/components/bmb-alert-center/bmb-alert-center.service.mjs +62 -0
  20. package/esm2022/lib/components/bmb-alert-center/types.mjs +2 -0
  21. package/esm2022/lib/components/bmb-badge/bmb-badge.component.mjs +26 -0
  22. package/esm2022/lib/components/bmb-balance-overview/bmb-balance-overview.component.mjs +32 -0
  23. package/esm2022/lib/components/bmb-bookmark/bmb-bookmark.component.mjs +27 -0
  24. package/esm2022/lib/components/bmb-bottom-navigation-bar/bmb-bottom-navigation-bar.component.mjs +42 -0
  25. package/esm2022/lib/components/bmb-breadcrumb/bmb-breadcrumb.component.mjs +55 -0
  26. package/esm2022/lib/components/bmb-button-icon/bmb-button-icon.component.mjs +30 -0
  27. package/esm2022/lib/components/bmb-calendar/bmb-calendar.component.mjs +288 -0
  28. package/esm2022/lib/components/bmb-calendar/common/bmb-calendar-header/bmb-calendar-header.component.mjs +101 -0
  29. package/esm2022/lib/components/bmb-calendar/common/bmb-calendar-hour-view/bmb-calendar-hour-view.component.mjs +40 -0
  30. package/esm2022/lib/components/bmb-calendar/common/bmb-calendar-schedule-cards/bmb-calendar-schedule-cards.component.mjs +68 -0
  31. package/esm2022/lib/components/bmb-calendar/common/bmb-calendar-template-day/bmb-calendar-template-day.component.mjs +43 -0
  32. package/esm2022/lib/components/bmb-calendar/common/bmb-calendar-template-mobile/bmb-calendar-template-mobile.component.mjs +100 -0
  33. package/esm2022/lib/components/bmb-calendar/common/bmb-calendar-template-month/bmb-calendar-template-month.component.mjs +47 -0
  34. package/esm2022/lib/components/bmb-calendar/common/bmb-calendar-template-week/bmb-calendar-template-week.component.mjs +56 -0
  35. package/esm2022/lib/components/bmb-calendar/common/bmb-calendar-time-indicator/bmb-calendar-time-indicator.component.mjs +24 -0
  36. package/esm2022/lib/components/bmb-calendar/types.mjs +2 -0
  37. package/esm2022/lib/components/bmb-calendar/utils.mjs +96 -0
  38. package/esm2022/lib/components/bmb-card/bmb-card.component.mjs +159 -0
  39. package/esm2022/lib/components/bmb-card-button/bmb-card-button.component.mjs +76 -0
  40. package/esm2022/lib/components/bmb-carousel/bmb-carousel.component.mjs +80 -0
  41. package/esm2022/lib/components/bmb-chat-bar/bmb-chat-bar.component.mjs +200 -0
  42. package/esm2022/lib/components/bmb-chat-bar/bot_list.mjs +57 -0
  43. package/esm2022/lib/components/bmb-chat-bar/types.mjs +2 -0
  44. package/esm2022/lib/components/bmb-chat-bubbles/bmb-chat-bubbles.component.mjs +56 -0
  45. package/esm2022/lib/components/bmb-chat-bubbles/types.mjs +2 -0
  46. package/esm2022/lib/components/bmb-check-external-link-button/bmb-check-external-link-button.component.mjs +46 -0
  47. package/esm2022/lib/components/bmb-checkbox/bmb-checkbox.component.mjs +80 -0
  48. package/esm2022/lib/components/bmb-chevron-title-selector/bmb-chevron-title-selector.component.mjs +36 -0
  49. package/esm2022/lib/components/bmb-container/bmb-container.component.mjs +27 -0
  50. package/esm2022/lib/components/bmb-container-button/bmb-container-button.component.mjs +92 -0
  51. package/esm2022/lib/components/bmb-date-range/bmb-date-range.component.mjs +69 -0
  52. package/esm2022/lib/components/bmb-datepicker/bmb-datepicker-modal/bmb-datepicker-modal.component.mjs +208 -0
  53. package/esm2022/lib/components/bmb-datepicker/bmb-datepicker.component.mjs +144 -0
  54. package/esm2022/lib/components/bmb-digital-id/bmb-digital-id.component.mjs +58 -0
  55. package/esm2022/lib/components/bmb-divider/bmb-divider.component.mjs +25 -0
  56. package/esm2022/lib/components/bmb-dot-paginator/bmb-dot-paginator.component.mjs +34 -0
  57. package/esm2022/lib/components/bmb-drawer-overlay/bmb-drawer-overlay.component.mjs +65 -0
  58. package/esm2022/lib/components/bmb-dropdown/bmb-dropdown.component.mjs +177 -0
  59. package/esm2022/lib/components/bmb-dropdown-menu/bmb-dropdown-menu.component.mjs +31 -0
  60. package/esm2022/lib/components/bmb-dropzone/bmb-dropzone.component.mjs +192 -0
  61. package/esm2022/lib/components/bmb-evaluation-rubric/bmb-evaluation-rubric.component.mjs +76 -0
  62. package/esm2022/lib/components/bmb-external-link/bmb-external-link.component.mjs +80 -0
  63. package/esm2022/lib/components/bmb-fab/bmb-fab-.interface.mjs +9 -0
  64. package/esm2022/lib/components/bmb-fab/bmb-fab.component.mjs +37 -0
  65. package/esm2022/lib/components/bmb-filter-card/bmb-filter-card.component.mjs +166 -0
  66. package/esm2022/lib/components/bmb-filter-card/bmb-filter-card.interface.mjs +2 -0
  67. package/esm2022/lib/components/bmb-focus-element/bmb-focus-element.component.mjs +36 -0
  68. package/esm2022/lib/components/bmb-form-validator/bmb-form-validator.component.mjs +159 -0
  69. package/esm2022/lib/components/bmb-frequent-apps-selector/bmb-frequent-apps-selector.component.mjs +29 -0
  70. package/esm2022/lib/components/bmb-grade-value/bmb-grade-value.component.mjs +22 -0
  71. package/esm2022/lib/components/bmb-grades/bmb-grades.component.mjs +178 -0
  72. package/esm2022/lib/components/bmb-grades/types.mjs +2 -0
  73. package/esm2022/lib/components/bmb-header-mitec/bmb-header-mitec.component.mjs +60 -0
  74. package/esm2022/lib/components/bmb-header-mobile/bmb-header-mobile.component.mjs +49 -0
  75. package/esm2022/lib/components/bmb-hito-card/bmb-hito-card.component.mjs +86 -0
  76. package/esm2022/lib/components/bmb-hito-list/bmb-hito-list.component.mjs +59 -0
  77. package/esm2022/lib/components/bmb-home-card/bmb-home-card-header/bmb-home-card-header.component.mjs +76 -0
  78. package/esm2022/lib/components/bmb-home-card/bmb-home-card.component.mjs +41 -0
  79. package/esm2022/lib/components/bmb-home-card-chat/bmb-home-card-chat.component.mjs +45 -0
  80. package/esm2022/lib/components/bmb-home-section/bmb-home-section.component.mjs +20 -0
  81. package/esm2022/lib/components/bmb-icon/bmb-icon.component.mjs +50 -0
  82. package/esm2022/lib/components/bmb-icon/types.mjs +2 -0
  83. package/esm2022/lib/components/bmb-icon-item/bmb-icon-item.component.mjs +32 -0
  84. package/esm2022/lib/components/bmb-icon-status/bmb-icon-status.component.mjs +24 -0
  85. package/esm2022/lib/components/bmb-iframe/bmb-iframe.component.mjs +19 -0
  86. package/esm2022/lib/components/bmb-iframe/bmb-iframe.pipe.mjs +21 -0
  87. package/esm2022/lib/components/bmb-image/bmb-image.component.mjs +33 -0
  88. package/esm2022/lib/components/bmb-inner-header/bmb-inner-header.component.mjs +79 -0
  89. package/esm2022/lib/components/bmb-input/bmb-input-content/bmb-input-content.component.mjs +147 -0
  90. package/esm2022/lib/components/bmb-input/bmb-input-validator/bmb-input-validator.component.mjs +178 -0
  91. package/esm2022/lib/components/bmb-input/bmb-input.component.mjs +85 -0
  92. package/esm2022/lib/components/bmb-input-phone-number/bmb-input-phone-number.component.mjs +219 -0
  93. package/esm2022/lib/components/bmb-input-tags/bmb-input-tags.component.mjs +191 -0
  94. package/esm2022/lib/components/bmb-interactive-icon/bmb-interactive-icon.component.mjs +54 -0
  95. package/esm2022/lib/components/bmb-invoice/bmb-invoice.component.mjs +34 -0
  96. package/esm2022/lib/components/bmb-item/bmb-item.component.mjs +28 -0
  97. package/esm2022/lib/components/bmb-legend/bmb-legend.component.mjs +23 -0
  98. package/esm2022/lib/components/bmb-list-group/bmb-list-group-item/bmb-list-group-item.component.mjs +83 -0
  99. package/esm2022/lib/components/bmb-list-group/bmb-list-group.component.mjs +60 -0
  100. package/esm2022/lib/components/bmb-list-group/bmb-list-group.service.mjs +55 -0
  101. package/esm2022/lib/components/bmb-list-group/types.mjs +2 -0
  102. package/esm2022/lib/components/bmb-list-items/bmb-list-items.component.mjs +83 -0
  103. package/esm2022/lib/components/bmb-loader/bmb-loader.component.mjs +77 -0
  104. package/esm2022/lib/components/bmb-login/bmb-login-content/bmb-login-content.component.mjs +55 -0
  105. package/esm2022/lib/components/bmb-login/bmb-login.component.mjs +68 -0
  106. package/esm2022/lib/components/bmb-login-onboarding/bmb-login-onboarding-logged/bmb-login-onboarding-logged.component.mjs +40 -0
  107. package/esm2022/lib/components/bmb-login-onboarding/bmb-login-onboarding-login/bmb-login-onboarding-login.component.mjs +20 -0
  108. package/esm2022/lib/components/bmb-login-onboarding/bmb-login-onboarding-logout/bmb-login-onboarding-logout.component.mjs +33 -0
  109. package/esm2022/lib/components/bmb-login-onboarding/bmb-login-onboarding-stepper/bmb-login-onboarding-stepper-steps/bmb-login-onboarding-stepper-step-four.component.mjs +91 -0
  110. package/esm2022/lib/components/bmb-login-onboarding/bmb-login-onboarding-stepper/bmb-login-onboarding-stepper-steps/bmb-login-onboarding-stepper-step-one.component.mjs +88 -0
  111. package/esm2022/lib/components/bmb-login-onboarding/bmb-login-onboarding-stepper/bmb-login-onboarding-stepper-steps/bmb-login-onboarding-stepper-step-three.component.mjs +57 -0
  112. package/esm2022/lib/components/bmb-login-onboarding/bmb-login-onboarding-stepper/bmb-login-onboarding-stepper-steps/bmb-login-onboarding-stepper-step-two.component.mjs +99 -0
  113. package/esm2022/lib/components/bmb-login-onboarding/bmb-login-onboarding-stepper/bmb-login-onboarding-stepper-steps/bmb-login-onboarding-stepper-step.component.mjs +39 -0
  114. package/esm2022/lib/components/bmb-login-onboarding/bmb-login-onboarding-stepper/bmb-login-onboarding-stepper.component.mjs +44 -0
  115. package/esm2022/lib/components/bmb-login-onboarding/bmb-login-onboarding.component.mjs +67 -0
  116. package/esm2022/lib/components/bmb-login-onboarding/bmb-login-onboarding.service.mjs +70 -0
  117. package/esm2022/lib/components/bmb-login-onboarding/types.mjs +2 -0
  118. package/esm2022/lib/components/bmb-logo/bmb-logo.component.mjs +43 -0
  119. package/esm2022/lib/components/bmb-media-card/bmb-media-card.component.mjs +65 -0
  120. package/esm2022/lib/components/bmb-mitec-logo-animation/bmb-mitec-logo-animation.component.mjs +14 -0
  121. package/esm2022/lib/components/bmb-mobile-templates/bmb-mobile-templates.component.mjs +88 -0
  122. package/esm2022/lib/components/bmb-modal/bmb-modal.component.mjs +139 -0
  123. package/esm2022/lib/components/bmb-modal/bmb-modal.interface.mjs +2 -0
  124. package/esm2022/lib/components/bmb-modal/bmb-native-modal.component.mjs +121 -0
  125. package/esm2022/lib/components/bmb-multi-dot-paginator/bmb-multi-dot-paginator-item/bmb-multi-dot-paginator-item.component.mjs +15 -0
  126. package/esm2022/lib/components/bmb-multi-dot-paginator/bmb-multi-dot-paginator.component.mjs +59 -0
  127. package/esm2022/lib/components/bmb-navigation-bar/bmb-navigation-bar.component.mjs +30 -0
  128. package/esm2022/lib/components/bmb-notice-card/bmb-notice-card.component.mjs +45 -0
  129. package/esm2022/lib/components/bmb-notification-card/bmb-notification-card-modal/bmb-notification-card-modal.component.mjs +21 -0
  130. package/esm2022/lib/components/bmb-notification-card/bmb-notification-card.component.mjs +114 -0
  131. package/esm2022/lib/components/bmb-notification-counter/bmb-notification-counter.component.mjs +23 -0
  132. package/esm2022/lib/components/bmb-overlay/bmb-overlay.component.mjs +22 -0
  133. package/esm2022/lib/components/bmb-paginator/bmb-paginator.component.mjs +52 -0
  134. package/esm2022/lib/components/bmb-portal/bmb-portal.component.mjs +58 -0
  135. package/esm2022/lib/components/bmb-portal/bmb-projected-content/bmb-projected-content.component.mjs +123 -0
  136. package/esm2022/lib/components/bmb-profile/bmb-profile.component.mjs +153 -0
  137. package/esm2022/lib/components/bmb-progress-bar/bmb-progress-bar.component.mjs +39 -0
  138. package/esm2022/lib/components/bmb-progress-cirlce/bmb-progress-circle.component.mjs +180 -0
  139. package/esm2022/lib/components/bmb-progress-cirlce/bmb-progress-circle.interface.mjs +2 -0
  140. package/esm2022/lib/components/bmb-pull-wedge/bmb-pull-wedge.component.mjs +88 -0
  141. package/esm2022/lib/components/bmb-push-notification/bmb-push-notification-item/bmb-push-notification-item.component.mjs +75 -0
  142. package/esm2022/lib/components/bmb-push-notification/bmb-push-notification.component.mjs +24 -0
  143. package/esm2022/lib/components/bmb-push-notification/types.mjs +2 -0
  144. package/esm2022/lib/components/bmb-radial/bmb-radial.component.mjs +78 -0
  145. package/esm2022/lib/components/bmb-search-input/bmb-search-input.component.mjs +122 -0
  146. package/esm2022/lib/components/bmb-server-table/bmb-server-table.component.mjs +82 -0
  147. package/esm2022/lib/components/bmb-sidebar/bmb-sidebar.component.mjs +101 -0
  148. package/esm2022/lib/components/bmb-sidebar/bmb-sidebar.interface.mjs +2 -0
  149. package/esm2022/lib/components/bmb-simple-header/bmb-simple-header.component.mjs +64 -0
  150. package/esm2022/lib/components/bmb-skeleton/bmb-skeleton.component.mjs +16 -0
  151. package/esm2022/lib/components/bmb-sounds-card/bmb-sounds-card.component.mjs +64 -0
  152. package/esm2022/lib/components/bmb-stat-counter/bmb-stat-counter.component.mjs +32 -0
  153. package/esm2022/lib/components/bmb-step-progress-bar/bmb-step-progress-bar.component.mjs +59 -0
  154. package/esm2022/lib/components/bmb-student-activity-card/bmb-student-activity-card.component.mjs +53 -0
  155. package/esm2022/lib/components/bmb-student-activity-selector/bmb-student-activity-tab/bmb-student-activity-tab.component.mjs +27 -0
  156. package/esm2022/lib/components/bmb-switch/bmb-switch.component.mjs +90 -0
  157. package/esm2022/lib/components/bmb-table-lite/bmb-table-lite.component.mjs +564 -0
  158. package/esm2022/lib/components/bmb-table-lite/bmb-table-lite.interface.mjs +2 -0
  159. package/esm2022/lib/components/bmb-tables/bmb-tables.component.mjs +541 -0
  160. package/esm2022/lib/components/bmb-tables/bmb-tables.interface.mjs +2 -0
  161. package/esm2022/lib/components/bmb-tabs/bmb-tabs.component.mjs +132 -0
  162. package/esm2022/lib/components/bmb-tags/bmb-tags.component.mjs +66 -0
  163. package/esm2022/lib/components/bmb-text-editor/bmb-text-editor.component.mjs +135 -0
  164. package/esm2022/lib/components/bmb-text-link/bmb-text-link.component.mjs +43 -0
  165. package/esm2022/lib/components/bmb-theme/bmb-theme.component.mjs +65 -0
  166. package/esm2022/lib/components/bmb-three-cols/bmb-three-cols.component.mjs +30 -0
  167. package/esm2022/lib/components/bmb-timestream/bmb-timestream-detail/bmb-timestream-detail.component.mjs +74 -0
  168. package/esm2022/lib/components/bmb-timestream/bmb-timestream-error/bmb-timestream-error.component.mjs +13 -0
  169. package/esm2022/lib/components/bmb-timestream/bmb-timestream.component.mjs +236 -0
  170. package/esm2022/lib/components/bmb-timestream/types.mjs +2 -0
  171. package/esm2022/lib/components/bmb-timestream-card/bmb-timestream-card.component.mjs +139 -0
  172. package/esm2022/lib/components/bmb-title-content/bmb-title-content.component.mjs +61 -0
  173. package/esm2022/lib/components/bmb-toast/bmb-toast.component.mjs +47 -0
  174. package/esm2022/lib/components/bmb-tooltip/bmb-tooltip.component.mjs +39 -0
  175. package/esm2022/lib/components/bmb-top-bar/bmb-top-bar-item/bmb-top-bar-item.component.mjs +31 -0
  176. package/esm2022/lib/components/bmb-top-bar/bmb-top-bar-user-section/bmb-top-bar-user-section.component.mjs +94 -0
  177. package/esm2022/lib/components/bmb-top-bar/bmb-top-bar.component.mjs +86 -0
  178. package/esm2022/lib/components/bmb-top-bar/types.mjs +2 -0
  179. package/esm2022/lib/components/bmb-totp/bmb-totp.component.mjs +141 -0
  180. package/esm2022/lib/components/bmb-user-image/bmb-user-image.component.mjs +44 -0
  181. package/esm2022/lib/components/bmb-user-profile/bmb-user-profile-content/bmb-user-profile-content.component.mjs +19 -0
  182. package/esm2022/lib/components/bmb-user-profile/bmb-user-profile.component.mjs +77 -0
  183. package/esm2022/lib/components/bmb-user-summary/bmb-user-summary-content/bmb-user-summary-content.component.mjs +64 -0
  184. package/esm2022/lib/components/bmb-user-summary/bmb-user-summary.component.mjs +34 -0
  185. package/esm2022/lib/components/bmb-value-counter/bmb-value-counter.component.mjs +23 -0
  186. package/esm2022/lib/components/bmb-web-templates/bmb-web-templates.component.mjs +85 -0
  187. package/esm2022/lib/components/bmb-wheel-menu/bmb-wheel-menu.component.mjs +128 -0
  188. package/esm2022/lib/components/utils/bmb-dropdown-content/bmb-dropdown-content.component.mjs +51 -0
  189. package/esm2022/lib/directives/bmb-accordion/bmb-accordion-control.directive.mjs +88 -0
  190. package/esm2022/lib/directives/bmb-button/button.directive.mjs +84 -0
  191. package/esm2022/lib/directives/bmb-button-group/bmb-button-group.directive.mjs +29 -0
  192. package/esm2022/lib/directives/bmb-layout/bmb-layout-item.directive.mjs +64 -0
  193. package/esm2022/lib/directives/bmb-layout/bmb-layout.directive.mjs +41 -0
  194. package/esm2022/lib/directives/bmb-layout/bmb-vertical-layout/bmb-vertical-layout-item.directive.mjs +34 -0
  195. package/esm2022/lib/directives/bmb-layout/bmb-vertical-layout/bmb-vertical-layout.directive.mjs +37 -0
  196. package/esm2022/lib/directives/bmb-layout-grid/bmb-layout-grid.directive.mjs +89 -0
  197. package/esm2022/lib/directives/bmb-selector/bmb-selector.directive.mjs +28 -0
  198. package/esm2022/lib/directives/utils/clickoutside.directive.mjs +41 -0
  199. package/esm2022/lib/ds-ng.component.mjs +11 -0
  200. package/esm2022/lib/ds-ng.service.mjs +14 -0
  201. package/esm2022/lib/pipes/translations.mjs +22 -0
  202. package/esm2022/lib/services/calendar/calendar.service.mjs +51 -0
  203. package/esm2022/lib/services/calendar.service.mjs +51 -0
  204. package/esm2022/lib/services/index.mjs +3 -0
  205. package/esm2022/lib/services/modal/native-modal.service.mjs +60 -0
  206. package/esm2022/lib/services/native-modal.service.mjs +60 -0
  207. package/esm2022/lib/services/notification/notification.service.mjs +84 -0
  208. package/esm2022/lib/services/notification.service.mjs +84 -0
  209. package/esm2022/lib/services/projection/projection.service.mjs +49 -0
  210. package/esm2022/lib/services/projection.service.mjs +49 -0
  211. package/esm2022/lib/services/tabs/tabs.service.mjs +30 -0
  212. package/esm2022/lib/services/tabs.service.mjs +30 -0
  213. package/esm2022/lib/services/theme/theme.service.mjs +30 -0
  214. package/esm2022/lib/services/theme.service.mjs +30 -0
  215. package/esm2022/lib/services/toast/toast.service.mjs +24 -0
  216. package/esm2022/lib/services/toast.service.mjs +24 -0
  217. package/esm2022/lib/services/translations/translations.service.mjs +53 -0
  218. package/esm2022/lib/services/user/profile.service.mjs +26 -0
  219. package/esm2022/lib/types/colors.mjs +2 -0
  220. package/esm2022/lib/types/index.mjs +11 -0
  221. package/esm2022/lib/utils/countryCodes.mjs +1089 -0
  222. package/esm2022/lib/utils/currencyFormat.mjs +7 -0
  223. package/esm2022/lib/utils/dropdown.mjs +85 -0
  224. package/esm2022/lib/utils/formControl.mjs +25 -0
  225. package/esm2022/lib/utils/timestreamFilters.mjs +32 -0
  226. package/esm2022/lib/utils/utils.mjs +71 -0
  227. package/esm2022/public-api.mjs +160 -0
  228. package/esm2022/ti-tecnologico-de-monterrey-oficial-ds-ng.mjs +5 -0
  229. package/fesm2022/ti-tecnologico-de-monterrey-oficial-ds-ng.mjs +2533 -2440
  230. package/fesm2022/ti-tecnologico-de-monterrey-oficial-ds-ng.mjs.map +1 -1
  231. package/index.d.ts +5 -4064
  232. package/lib/components/bmb-academic-progress/bmb-academic-progress.component.d.ts +21 -0
  233. package/lib/components/bmb-accordion/bmb-accordion.component.d.ts +37 -0
  234. package/lib/components/bmb-account-statement/bmb-account-statement.component.d.ts +56 -0
  235. package/lib/components/bmb-action-icon/bmb-action-icon.component.d.ts +23 -0
  236. package/lib/components/bmb-action-menu/bmb-action-menu.component.d.ts +17 -0
  237. package/lib/components/bmb-advertisement-card/bmb-advertisement-card.component.d.ts +13 -0
  238. package/lib/components/bmb-advertisement-card/types.d.ts +21 -0
  239. package/lib/components/bmb-alert-center/bmb-alert-center-ads/bmb-alert-center-ads.component.d.ts +14 -0
  240. package/lib/components/bmb-alert-center/bmb-alert-center-empty/bmb-alert-center-empty.component.d.ts +7 -0
  241. package/lib/components/bmb-alert-center/bmb-alert-center-form/bmb-alert-center-form.component.d.ts +31 -0
  242. package/lib/components/bmb-alert-center/bmb-alert-center-list/bmb-alert-center-list.component.d.ts +20 -0
  243. package/lib/components/bmb-alert-center/bmb-alert-center.component.d.ts +48 -0
  244. package/lib/components/bmb-alert-center/bmb-alert-center.service.d.ts +20 -0
  245. package/lib/components/bmb-alert-center/types.d.ts +64 -0
  246. package/lib/components/bmb-badge/bmb-badge.component.d.ts +11 -0
  247. package/lib/components/bmb-balance-overview/bmb-balance-overview.component.d.ts +15 -0
  248. package/lib/components/bmb-bookmark/bmb-bookmark.component.d.ts +8 -0
  249. package/lib/components/bmb-bottom-navigation-bar/bmb-bottom-navigation-bar.component.d.ts +25 -0
  250. package/lib/components/bmb-breadcrumb/bmb-breadcrumb.component.d.ts +27 -0
  251. package/lib/components/bmb-button-icon/bmb-button-icon.component.d.ts +16 -0
  252. package/lib/components/bmb-calendar/bmb-calendar.component.d.ts +69 -0
  253. package/lib/components/bmb-calendar/common/bmb-calendar-header/bmb-calendar-header.component.d.ts +23 -0
  254. package/lib/components/bmb-calendar/common/bmb-calendar-hour-view/bmb-calendar-hour-view.component.d.ts +13 -0
  255. package/lib/components/bmb-calendar/common/bmb-calendar-schedule-cards/bmb-calendar-schedule-cards.component.d.ts +16 -0
  256. package/lib/components/bmb-calendar/common/bmb-calendar-template-day/bmb-calendar-template-day.component.d.ts +21 -0
  257. package/lib/components/bmb-calendar/common/bmb-calendar-template-mobile/bmb-calendar-template-mobile.component.d.ts +35 -0
  258. package/lib/components/bmb-calendar/common/bmb-calendar-template-month/bmb-calendar-template-month.component.d.ts +21 -0
  259. package/lib/components/bmb-calendar/common/bmb-calendar-template-week/bmb-calendar-template-week.component.d.ts +26 -0
  260. package/lib/components/bmb-calendar/common/bmb-calendar-time-indicator/bmb-calendar-time-indicator.component.d.ts +9 -0
  261. package/lib/components/bmb-calendar/types.d.ts +43 -0
  262. package/lib/components/bmb-calendar/utils.d.ts +12 -0
  263. package/lib/components/bmb-card/bmb-card.component.d.ts +43 -0
  264. package/lib/components/bmb-card-button/bmb-card-button.component.d.ts +50 -0
  265. package/lib/components/bmb-carousel/bmb-carousel.component.d.ts +20 -0
  266. package/lib/components/bmb-chat-bar/bmb-chat-bar.component.d.ts +62 -0
  267. package/lib/components/bmb-chat-bar/bot_list.d.ts +6 -0
  268. package/lib/components/bmb-chat-bar/types.d.ts +9 -0
  269. package/lib/components/bmb-chat-bubbles/bmb-chat-bubbles.component.d.ts +23 -0
  270. package/lib/components/bmb-chat-bubbles/types.d.ts +23 -0
  271. package/lib/components/bmb-check-external-link-button/bmb-check-external-link-button.component.d.ts +21 -0
  272. package/lib/components/bmb-checkbox/bmb-checkbox.component.d.ts +33 -0
  273. package/lib/components/bmb-chevron-title-selector/bmb-chevron-title-selector.component.d.ts +17 -0
  274. package/lib/components/bmb-container/bmb-container.component.d.ts +9 -0
  275. package/lib/components/bmb-container-button/bmb-container-button.component.d.ts +35 -0
  276. package/lib/components/bmb-date-range/bmb-date-range.component.d.ts +35 -0
  277. package/lib/components/bmb-datepicker/bmb-datepicker-modal/bmb-datepicker-modal.component.d.ts +42 -0
  278. package/lib/components/bmb-datepicker/bmb-datepicker.component.d.ts +51 -0
  279. package/lib/components/bmb-digital-id/bmb-digital-id.component.d.ts +28 -0
  280. package/lib/components/bmb-divider/bmb-divider.component.d.ts +8 -0
  281. package/lib/components/bmb-dot-paginator/bmb-dot-paginator.component.d.ts +17 -0
  282. package/lib/components/bmb-drawer-overlay/bmb-drawer-overlay.component.d.ts +26 -0
  283. package/lib/components/bmb-dropdown/bmb-dropdown.component.d.ts +62 -0
  284. package/lib/components/bmb-dropdown-menu/bmb-dropdown-menu.component.d.ts +13 -0
  285. package/lib/components/bmb-dropzone/bmb-dropzone.component.d.ts +53 -0
  286. package/lib/components/bmb-evaluation-rubric/bmb-evaluation-rubric.component.d.ts +45 -0
  287. package/lib/components/bmb-external-link/bmb-external-link.component.d.ts +25 -0
  288. package/lib/components/bmb-fab/bmb-fab-.interface.d.ts +10 -0
  289. package/lib/components/bmb-fab/bmb-fab.component.d.ts +15 -0
  290. package/lib/components/bmb-filter-card/bmb-filter-card.component.d.ts +34 -0
  291. package/lib/components/bmb-filter-card/bmb-filter-card.interface.d.ts +12 -0
  292. package/lib/components/bmb-focus-element/bmb-focus-element.component.d.ts +14 -0
  293. package/lib/components/bmb-form-validator/bmb-form-validator.component.d.ts +34 -0
  294. package/lib/components/bmb-frequent-apps-selector/bmb-frequent-apps-selector.component.d.ts +13 -0
  295. package/lib/components/bmb-grade-value/bmb-grade-value.component.d.ts +11 -0
  296. package/lib/components/bmb-grades/bmb-grades.component.d.ts +43 -0
  297. package/lib/components/bmb-grades/types.d.ts +25 -0
  298. package/lib/components/bmb-header-mitec/bmb-header-mitec.component.d.ts +17 -0
  299. package/lib/components/bmb-header-mobile/bmb-header-mobile.component.d.ts +23 -0
  300. package/lib/components/bmb-hito-card/bmb-hito-card.component.d.ts +30 -0
  301. package/lib/components/bmb-hito-list/bmb-hito-list.component.d.ts +24 -0
  302. package/lib/components/bmb-home-card/bmb-home-card-header/bmb-home-card-header.component.d.ts +28 -0
  303. package/lib/components/bmb-home-card/bmb-home-card.component.d.ts +27 -0
  304. package/lib/components/bmb-home-card-chat/bmb-home-card-chat.component.d.ts +25 -0
  305. package/lib/components/bmb-home-section/bmb-home-section.component.d.ts +9 -0
  306. package/lib/components/bmb-icon/bmb-icon.component.d.ts +23 -0
  307. package/lib/components/bmb-icon/types.d.ts +1 -0
  308. package/lib/components/bmb-icon-item/bmb-icon-item.component.d.ts +14 -0
  309. package/lib/components/bmb-icon-status/bmb-icon-status.component.d.ts +10 -0
  310. package/lib/components/bmb-iframe/bmb-iframe.component.d.ts +11 -0
  311. package/lib/components/bmb-iframe/bmb-iframe.pipe.d.ts +10 -0
  312. package/lib/components/bmb-image/bmb-image.component.d.ts +19 -0
  313. package/lib/components/bmb-inner-header/bmb-inner-header.component.d.ts +31 -0
  314. package/lib/components/bmb-input/bmb-input-content/bmb-input-content.component.d.ts +52 -0
  315. package/lib/components/bmb-input/bmb-input-validator/bmb-input-validator.component.d.ts +45 -0
  316. package/lib/components/bmb-input/bmb-input.component.d.ts +68 -0
  317. package/lib/components/bmb-input-phone-number/bmb-input-phone-number.component.d.ts +52 -0
  318. package/lib/components/bmb-input-tags/bmb-input-tags.component.d.ts +55 -0
  319. package/lib/components/bmb-interactive-icon/bmb-interactive-icon.component.d.ts +23 -0
  320. package/lib/components/bmb-invoice/bmb-invoice.component.d.ts +31 -0
  321. package/lib/components/bmb-item/bmb-item.component.d.ts +16 -0
  322. package/lib/components/bmb-legend/bmb-legend.component.d.ts +9 -0
  323. package/lib/components/bmb-list-group/bmb-list-group-item/bmb-list-group-item.component.d.ts +33 -0
  324. package/lib/components/bmb-list-group/bmb-list-group.component.d.ts +27 -0
  325. package/lib/components/bmb-list-group/bmb-list-group.service.d.ts +18 -0
  326. package/lib/components/bmb-list-group/types.d.ts +1 -0
  327. package/lib/components/bmb-list-items/bmb-list-items.component.d.ts +33 -0
  328. package/lib/components/bmb-loader/bmb-loader.component.d.ts +31 -0
  329. package/lib/components/bmb-login/bmb-login-content/bmb-login-content.component.d.ts +27 -0
  330. package/lib/components/bmb-login/bmb-login.component.d.ts +33 -0
  331. package/lib/components/bmb-login-onboarding/bmb-login-onboarding-logged/bmb-login-onboarding-logged.component.d.ts +14 -0
  332. package/lib/components/bmb-login-onboarding/bmb-login-onboarding-login/bmb-login-onboarding-login.component.d.ts +8 -0
  333. package/lib/components/bmb-login-onboarding/bmb-login-onboarding-logout/bmb-login-onboarding-logout.component.d.ts +12 -0
  334. 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
  335. 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
  336. 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
  337. 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
  338. 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
  339. package/lib/components/bmb-login-onboarding/bmb-login-onboarding-stepper/bmb-login-onboarding-stepper.component.d.ts +15 -0
  340. package/lib/components/bmb-login-onboarding/bmb-login-onboarding.component.d.ts +22 -0
  341. package/lib/components/bmb-login-onboarding/bmb-login-onboarding.service.d.ts +25 -0
  342. package/lib/components/bmb-login-onboarding/types.d.ts +15 -0
  343. package/lib/components/bmb-logo/bmb-logo.component.d.ts +19 -0
  344. package/lib/components/bmb-media-card/bmb-media-card.component.d.ts +35 -0
  345. package/lib/components/bmb-mitec-logo-animation/bmb-mitec-logo-animation.component.d.ts +6 -0
  346. package/lib/components/bmb-mobile-templates/bmb-mobile-templates.component.d.ts +47 -0
  347. package/lib/components/bmb-modal/bmb-modal.component.d.ts +31 -0
  348. package/lib/components/bmb-modal/bmb-modal.interface.d.ts +44 -0
  349. package/lib/components/bmb-modal/bmb-native-modal.component.d.ts +45 -0
  350. package/lib/components/bmb-multi-dot-paginator/bmb-multi-dot-paginator-item/bmb-multi-dot-paginator-item.component.d.ts +7 -0
  351. package/lib/components/bmb-multi-dot-paginator/bmb-multi-dot-paginator.component.d.ts +15 -0
  352. package/lib/components/bmb-navigation-bar/bmb-navigation-bar.component.d.ts +13 -0
  353. package/lib/components/bmb-notice-card/bmb-notice-card.component.d.ts +21 -0
  354. package/lib/components/bmb-notification-card/bmb-notification-card-modal/bmb-notification-card-modal.component.d.ts +8 -0
  355. package/lib/components/bmb-notification-card/bmb-notification-card.component.d.ts +35 -0
  356. package/lib/components/bmb-notification-counter/bmb-notification-counter.component.d.ts +9 -0
  357. package/lib/components/bmb-overlay/bmb-overlay.component.d.ts +9 -0
  358. package/lib/components/bmb-paginator/bmb-paginator.component.d.ts +14 -0
  359. package/lib/components/bmb-portal/bmb-portal.component.d.ts +23 -0
  360. package/lib/components/bmb-portal/bmb-projected-content/bmb-projected-content.component.d.ts +40 -0
  361. package/lib/components/bmb-profile/bmb-profile.component.d.ts +34 -0
  362. package/lib/components/bmb-progress-bar/bmb-progress-bar.component.d.ts +19 -0
  363. package/lib/components/bmb-progress-cirlce/bmb-progress-circle.component.d.ts +57 -0
  364. package/lib/components/bmb-progress-cirlce/bmb-progress-circle.interface.d.ts +15 -0
  365. package/lib/components/bmb-pull-wedge/bmb-pull-wedge.component.d.ts +23 -0
  366. package/lib/components/bmb-push-notification/bmb-push-notification-item/bmb-push-notification-item.component.d.ts +18 -0
  367. package/lib/components/bmb-push-notification/bmb-push-notification.component.d.ts +11 -0
  368. package/lib/components/bmb-push-notification/types.d.ts +46 -0
  369. package/lib/components/bmb-radial/bmb-radial.component.d.ts +33 -0
  370. package/lib/components/bmb-search-input/bmb-search-input.component.d.ts +33 -0
  371. package/lib/components/bmb-server-table/bmb-server-table.component.d.ts +26 -0
  372. package/lib/components/bmb-sidebar/bmb-sidebar.component.d.ts +35 -0
  373. package/lib/components/bmb-sidebar/bmb-sidebar.interface.d.ts +10 -0
  374. package/lib/components/bmb-simple-header/bmb-simple-header.component.d.ts +10 -0
  375. package/lib/components/bmb-skeleton/bmb-skeleton.component.d.ts +7 -0
  376. package/lib/components/bmb-sounds-card/bmb-sounds-card.component.d.ts +24 -0
  377. package/lib/components/bmb-stat-counter/bmb-stat-counter.component.d.ts +11 -0
  378. package/lib/components/bmb-step-progress-bar/bmb-step-progress-bar.component.d.ts +32 -0
  379. package/lib/components/bmb-student-activity-card/bmb-student-activity-card.component.d.ts +23 -0
  380. package/lib/components/bmb-student-activity-selector/bmb-student-activity-tab/bmb-student-activity-tab.component.d.ts +10 -0
  381. package/lib/components/bmb-switch/bmb-switch.component.d.ts +25 -0
  382. package/lib/components/bmb-table-lite/bmb-table-lite.component.d.ts +97 -0
  383. package/lib/components/bmb-table-lite/bmb-table-lite.interface.d.ts +22 -0
  384. package/lib/components/bmb-tables/bmb-tables.component.d.ts +104 -0
  385. package/lib/components/bmb-tables/bmb-tables.interface.d.ts +21 -0
  386. package/lib/components/bmb-tabs/bmb-tabs.component.d.ts +41 -0
  387. package/lib/components/bmb-tags/bmb-tags.component.d.ts +26 -0
  388. package/lib/components/bmb-text-editor/bmb-text-editor.component.d.ts +34 -0
  389. package/lib/components/bmb-text-link/bmb-text-link.component.d.ts +17 -0
  390. package/lib/components/bmb-theme/bmb-theme.component.d.ts +19 -0
  391. package/lib/components/bmb-three-cols/bmb-three-cols.component.d.ts +15 -0
  392. package/lib/components/bmb-timestream/bmb-timestream-detail/bmb-timestream-detail.component.d.ts +25 -0
  393. package/lib/components/bmb-timestream/bmb-timestream-error/bmb-timestream-error.component.d.ts +5 -0
  394. package/lib/components/bmb-timestream/bmb-timestream.component.d.ts +67 -0
  395. package/lib/components/bmb-timestream/types.d.ts +54 -0
  396. package/lib/components/bmb-timestream-card/bmb-timestream-card.component.d.ts +29 -0
  397. package/lib/components/bmb-title-content/bmb-title-content.component.d.ts +26 -0
  398. package/lib/components/bmb-toast/bmb-toast.component.d.ts +16 -0
  399. package/lib/components/bmb-tooltip/bmb-tooltip.component.d.ts +17 -0
  400. package/lib/components/bmb-top-bar/bmb-top-bar-item/bmb-top-bar-item.component.d.ts +7 -0
  401. package/lib/components/bmb-top-bar/bmb-top-bar-user-section/bmb-top-bar-user-section.component.d.ts +32 -0
  402. package/lib/components/bmb-top-bar/bmb-top-bar.component.d.ts +47 -0
  403. package/lib/components/bmb-top-bar/types.d.ts +6 -0
  404. package/lib/components/bmb-totp/bmb-totp.component.d.ts +31 -0
  405. package/lib/components/bmb-user-image/bmb-user-image.component.d.ts +19 -0
  406. package/lib/components/bmb-user-profile/bmb-user-profile-content/bmb-user-profile-content.component.d.ts +10 -0
  407. package/lib/components/bmb-user-profile/bmb-user-profile.component.d.ts +19 -0
  408. package/lib/components/bmb-user-summary/bmb-user-summary-content/bmb-user-summary-content.component.d.ts +28 -0
  409. package/lib/components/bmb-user-summary/bmb-user-summary.component.d.ts +14 -0
  410. package/lib/components/bmb-value-counter/bmb-value-counter.component.d.ts +8 -0
  411. package/lib/components/bmb-web-templates/bmb-web-templates.component.d.ts +42 -0
  412. package/lib/components/bmb-wheel-menu/bmb-wheel-menu.component.d.ts +40 -0
  413. package/lib/components/utils/bmb-dropdown-content/bmb-dropdown-content.component.d.ts +16 -0
  414. package/lib/directives/bmb-accordion/bmb-accordion-control.directive.d.ts +22 -0
  415. package/lib/directives/bmb-button/button.directive.d.ts +29 -0
  416. package/lib/directives/bmb-button-group/bmb-button-group.directive.d.ts +10 -0
  417. package/lib/directives/bmb-layout/bmb-layout-item.directive.d.ts +24 -0
  418. package/lib/directives/bmb-layout/bmb-layout.directive.d.ts +15 -0
  419. package/lib/directives/bmb-layout/bmb-vertical-layout/bmb-vertical-layout-item.directive.d.ts +9 -0
  420. package/lib/directives/bmb-layout/bmb-vertical-layout/bmb-vertical-layout.directive.d.ts +14 -0
  421. package/lib/directives/bmb-layout-grid/bmb-layout-grid.directive.d.ts +29 -0
  422. package/lib/directives/bmb-selector/bmb-selector.directive.d.ts +8 -0
  423. package/lib/directives/utils/clickoutside.directive.d.ts +15 -0
  424. package/lib/ds-ng.component.d.ts +5 -0
  425. package/lib/ds-ng.service.d.ts +6 -0
  426. package/lib/pipes/translations.d.ts +10 -0
  427. package/lib/services/calendar/calendar.service.d.ts +15 -0
  428. package/lib/services/calendar.service.d.ts +15 -0
  429. package/lib/services/index.d.ts +2 -0
  430. package/lib/services/modal/native-modal.service.d.ts +18 -0
  431. package/lib/services/native-modal.service.d.ts +18 -0
  432. package/lib/services/notification/notification.service.d.ts +20 -0
  433. package/lib/services/notification.service.d.ts +20 -0
  434. package/lib/services/projection/projection.service.d.ts +31 -0
  435. package/lib/services/projection.service.d.ts +31 -0
  436. package/lib/services/tabs/tabs.service.d.ts +13 -0
  437. package/lib/services/tabs.service.d.ts +13 -0
  438. package/lib/services/theme/theme.service.d.ts +11 -0
  439. package/lib/services/theme.service.d.ts +11 -0
  440. package/lib/services/toast/toast.service.d.ts +9 -0
  441. package/lib/services/toast.service.d.ts +9 -0
  442. package/lib/services/translations/translations.service.d.ts +22 -0
  443. package/lib/services/user/profile.service.d.ts +9 -0
  444. package/lib/types/colors.d.ts +2 -0
  445. package/lib/types/index.d.ts +128 -0
  446. package/lib/utils/countryCodes.d.ts +7 -0
  447. package/lib/utils/currencyFormat.d.ts +1 -0
  448. package/lib/utils/dropdown.d.ts +6 -0
  449. package/lib/utils/formControl.d.ts +7 -0
  450. package/lib/utils/timestreamFilters.d.ts +2 -0
  451. package/lib/utils/utils.d.ts +13 -0
  452. package/package.json +6 -3
  453. package/public-api.d.ts +150 -0
@@ -0,0 +1,5 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class DsNgComponent {
3
+ static ɵfac: i0.ɵɵFactoryDeclaration<DsNgComponent, never>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<DsNgComponent, "bmb-ds-ng", never, {}, {}, never, never, false, never>;
5
+ }
@@ -0,0 +1,6 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class DsNgService {
3
+ constructor();
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<DsNgService, never>;
5
+ static ɵprov: i0.ɵɵInjectableDeclaration<DsNgService>;
6
+ }
@@ -0,0 +1,10 @@
1
+ import { PipeTransform } from '@angular/core';
2
+ import { BmbTranslationsService } from '../services/translations/translations.service';
3
+ import * as i0 from "@angular/core";
4
+ export declare class TranslatePipe implements PipeTransform {
5
+ private translationService;
6
+ constructor(translationService: BmbTranslationsService);
7
+ transform(key: string): string;
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<TranslatePipe, never>;
9
+ static ɵpipe: i0.ɵɵPipeDeclaration<TranslatePipe, "translate", true>;
10
+ }
@@ -0,0 +1,15 @@
1
+ import { IBmbCalendarEvent } from '../../components/bmb-calendar/types';
2
+ import * as i0 from "@angular/core";
3
+ export declare class BmbCalendarService {
4
+ readonly eventList: import("@angular/core").WritableSignal<IBmbCalendarEvent[]>;
5
+ readonly isLoading: import("@angular/core").WritableSignal<boolean>;
6
+ addMultipleEvents(events: IBmbCalendarEvent[]): void;
7
+ addEvent(event: IBmbCalendarEvent): void;
8
+ deleteEvent(id: string): void;
9
+ editEvent(id: string): void;
10
+ getEventList(): IBmbCalendarEvent[];
11
+ setIsLoading(state: boolean): void;
12
+ getIsLoading(): boolean;
13
+ static ɵfac: i0.ɵɵFactoryDeclaration<BmbCalendarService, never>;
14
+ static ɵprov: i0.ɵɵInjectableDeclaration<BmbCalendarService>;
15
+ }
@@ -0,0 +1,15 @@
1
+ import { IBmbCalendarEvent } from '../components/bmb-calendar/types';
2
+ import * as i0 from "@angular/core";
3
+ export declare class BmbCalendarService {
4
+ readonly eventList: import("@angular/core").WritableSignal<IBmbCalendarEvent[]>;
5
+ readonly isLoading: import("@angular/core").WritableSignal<boolean>;
6
+ addMultipleEvents(events: IBmbCalendarEvent[]): void;
7
+ addEvent(event: IBmbCalendarEvent): void;
8
+ deleteEvent(id: string): void;
9
+ editEvent(id: string): void;
10
+ getEventList(): IBmbCalendarEvent[];
11
+ setIsLoading(state: boolean): void;
12
+ getIsLoading(): boolean;
13
+ static ɵfac: i0.ɵɵFactoryDeclaration<BmbCalendarService, never>;
14
+ static ɵprov: i0.ɵɵInjectableDeclaration<BmbCalendarService>;
15
+ }
@@ -0,0 +1,2 @@
1
+ export * from './toast.service';
2
+ export * from './theme.service';
@@ -0,0 +1,18 @@
1
+ import { ApplicationRef, EnvironmentInjector } from '@angular/core';
2
+ import { IBmbNativeModal } from '../../components/bmb-modal/bmb-modal.interface';
3
+ import * as i0 from "@angular/core";
4
+ export declare class BmbNativeModalService {
5
+ private appRef;
6
+ private environmentInjector;
7
+ readonly modalList: import("@angular/core").WritableSignal<IBmbNativeModal[]>;
8
+ private portalComponentRef;
9
+ constructor(appRef: ApplicationRef, environmentInjector: EnvironmentInjector);
10
+ private getOrCreatePortal;
11
+ openModal(newModal: IBmbNativeModal): string;
12
+ closeModal(id: string): void;
13
+ closeAllModals(): void;
14
+ getModalList(): IBmbNativeModal[];
15
+ checkIfModalExists(id: string): boolean;
16
+ static ɵfac: i0.ɵɵFactoryDeclaration<BmbNativeModalService, never>;
17
+ static ɵprov: i0.ɵɵInjectableDeclaration<BmbNativeModalService>;
18
+ }
@@ -0,0 +1,18 @@
1
+ import { ApplicationRef, EnvironmentInjector } from '@angular/core';
2
+ import { IBmbNativeModal } from '../components/bmb-modal/bmb-modal.interface';
3
+ import * as i0 from "@angular/core";
4
+ export declare class BmbNativeModalService {
5
+ private appRef;
6
+ private environmentInjector;
7
+ readonly modalList: import("@angular/core").WritableSignal<IBmbNativeModal[]>;
8
+ private portalComponentRef;
9
+ constructor(appRef: ApplicationRef, environmentInjector: EnvironmentInjector);
10
+ private getOrCreatePortal;
11
+ openModal(newModal: IBmbNativeModal): string;
12
+ closeModal(id: string): void;
13
+ closeAllModals(): void;
14
+ getModalList(): IBmbNativeModal[];
15
+ checkIfModalExists(id: string): boolean;
16
+ static ɵfac: i0.ɵɵFactoryDeclaration<BmbNativeModalService, never>;
17
+ static ɵprov: i0.ɵɵInjectableDeclaration<BmbNativeModalService>;
18
+ }
@@ -0,0 +1,20 @@
1
+ import { ApplicationRef, EnvironmentInjector } from '@angular/core';
2
+ import { INotification } from '../../components/bmb-push-notification/types';
3
+ import * as i0 from "@angular/core";
4
+ export type NotificationPositionX = 'left' | 'right';
5
+ export type NotificationPositionY = 'top' | 'bottom';
6
+ export declare class BmbNotificationService {
7
+ private appRef;
8
+ private environmentInjector;
9
+ positionX?: NotificationPositionX | undefined;
10
+ positionY?: NotificationPositionY | undefined;
11
+ readonly notificationList: import("@angular/core").WritableSignal<INotification[]>;
12
+ private portalComponentRef;
13
+ constructor(appRef: ApplicationRef, environmentInjector: EnvironmentInjector, positionX?: NotificationPositionX | undefined, positionY?: NotificationPositionY | undefined);
14
+ private getOrCreatePortal;
15
+ addNotification(notification: INotification): void;
16
+ deleteNotification(id: string, delay?: number): void;
17
+ getNotificationList(): INotification[];
18
+ static ɵfac: i0.ɵɵFactoryDeclaration<BmbNotificationService, [null, null, { optional: true; }, { optional: true; }]>;
19
+ static ɵprov: i0.ɵɵInjectableDeclaration<BmbNotificationService>;
20
+ }
@@ -0,0 +1,20 @@
1
+ import { ApplicationRef, EnvironmentInjector } from '@angular/core';
2
+ import { INotification } from '../components/bmb-push-notification/types';
3
+ import * as i0 from "@angular/core";
4
+ export type NotificationPositionX = 'left' | 'right';
5
+ export type NotificationPositionY = 'top' | 'bottom';
6
+ export declare class BmbNotificationService {
7
+ private appRef;
8
+ private environmentInjector;
9
+ positionX?: NotificationPositionX | undefined;
10
+ positionY?: NotificationPositionY | undefined;
11
+ readonly notificationList: import("@angular/core").WritableSignal<INotification[]>;
12
+ private portalComponentRef;
13
+ constructor(appRef: ApplicationRef, environmentInjector: EnvironmentInjector, positionX?: NotificationPositionX | undefined, positionY?: NotificationPositionY | undefined);
14
+ private getOrCreatePortal;
15
+ addNotification(notification: INotification): void;
16
+ deleteNotification(id: string, delay?: number): void;
17
+ getNotificationList(): INotification[];
18
+ static ɵfac: i0.ɵɵFactoryDeclaration<BmbNotificationService, [null, null, { optional: true; }, { optional: true; }]>;
19
+ static ɵprov: i0.ɵɵInjectableDeclaration<BmbNotificationService>;
20
+ }
@@ -0,0 +1,31 @@
1
+ import { ApplicationRef, EnvironmentInjector, TemplateRef, Type } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export type IBmbProjectedContentMode = 'over' | 'partial' | 'outside';
4
+ export interface IBmbProjectionContent {
5
+ content: TemplateRef<any> | null | Type<any>;
6
+ targetRef?: HTMLElement | null;
7
+ mode?: IBmbProjectedContentMode;
8
+ fixSizeToRef?: boolean;
9
+ inputContext?: {
10
+ [key: string]: any;
11
+ };
12
+ showBackdrop?: boolean;
13
+ outputContext?: {
14
+ [key: string]: (value: any) => void;
15
+ };
16
+ focusOnOpen?: boolean;
17
+ }
18
+ export declare class BmbProjectionContentService {
19
+ private appRef;
20
+ private environmentInjector;
21
+ readonly contentList: import("@angular/core").WritableSignal<IBmbProjectionContent | null>;
22
+ private portalComponentRef;
23
+ constructor(appRef: ApplicationRef, environmentInjector: EnvironmentInjector);
24
+ private getOrCreatePortal;
25
+ openContent(content: IBmbProjectionContent): void;
26
+ closeContent(): void;
27
+ getProjectedContent(): IBmbProjectionContent | null;
28
+ isThereContentProjected(): boolean;
29
+ static ɵfac: i0.ɵɵFactoryDeclaration<BmbProjectionContentService, never>;
30
+ static ɵprov: i0.ɵɵInjectableDeclaration<BmbProjectionContentService>;
31
+ }
@@ -0,0 +1,31 @@
1
+ import { ApplicationRef, EnvironmentInjector, TemplateRef, Type } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export type IBmbProjectedContentMode = 'over' | 'partial' | 'outside';
4
+ export interface IBmbProjectionContent {
5
+ content: TemplateRef<any> | null | Type<any>;
6
+ targetRef?: HTMLElement | null;
7
+ mode?: IBmbProjectedContentMode;
8
+ fixSizeToRef?: boolean;
9
+ inputContext?: {
10
+ [key: string]: any;
11
+ };
12
+ showBackdrop?: boolean;
13
+ outputContext?: {
14
+ [key: string]: (value: any) => void;
15
+ };
16
+ focusOnOpen?: boolean;
17
+ }
18
+ export declare class BmbProjectionContentService {
19
+ private appRef;
20
+ private environmentInjector;
21
+ readonly contentList: import("@angular/core").WritableSignal<IBmbProjectionContent | null>;
22
+ private portalComponentRef;
23
+ constructor(appRef: ApplicationRef, environmentInjector: EnvironmentInjector);
24
+ private getOrCreatePortal;
25
+ openContent(content: IBmbProjectionContent): void;
26
+ closeContent(): void;
27
+ getProjectedContent(): IBmbProjectionContent | null;
28
+ isThereContentProjected(): boolean;
29
+ static ɵfac: i0.ɵɵFactoryDeclaration<BmbProjectionContentService, never>;
30
+ static ɵprov: i0.ɵɵInjectableDeclaration<BmbProjectionContentService>;
31
+ }
@@ -0,0 +1,13 @@
1
+ import { IBmbTab } from '../../components/bmb-tabs/bmb-tabs.component';
2
+ import * as i0 from "@angular/core";
3
+ export declare class TabsService {
4
+ private tabsSubject;
5
+ private selectedTabSubject;
6
+ tabs$: import("rxjs").Observable<IBmbTab[]>;
7
+ selectedTab$: import("rxjs").Observable<IBmbTab | null>;
8
+ setTabs(tabs: IBmbTab[]): void;
9
+ selectTab(tab: IBmbTab): void;
10
+ resetTabs(): void;
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<TabsService, never>;
12
+ static ɵprov: i0.ɵɵInjectableDeclaration<TabsService>;
13
+ }
@@ -0,0 +1,13 @@
1
+ import { IBmbTab } from '../components/bmb-tabs/bmb-tabs.component';
2
+ import * as i0 from "@angular/core";
3
+ export declare class TabsService {
4
+ private tabsSubject;
5
+ private selectedTabSubject;
6
+ tabs$: import("rxjs").Observable<IBmbTab[]>;
7
+ selectedTab$: import("rxjs").Observable<IBmbTab | null>;
8
+ setTabs(tabs: IBmbTab[]): void;
9
+ selectTab(tab: IBmbTab): void;
10
+ resetTabs(): void;
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<TabsService, never>;
12
+ static ɵprov: i0.ɵɵInjectableDeclaration<TabsService>;
13
+ }
@@ -0,0 +1,11 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class ThemeService {
3
+ private defaultTheme;
4
+ constructor(defaultTheme: string);
5
+ private themeSubject;
6
+ theme$: import("rxjs").Observable<string>;
7
+ getDefaultTheme(): string;
8
+ setTheme(theme: string): void;
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<ThemeService, [{ optional: true; }]>;
10
+ static ɵprov: i0.ɵɵInjectableDeclaration<ThemeService>;
11
+ }
@@ -0,0 +1,11 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class ThemeService {
3
+ private defaultTheme;
4
+ constructor(defaultTheme: string);
5
+ private themeSubject;
6
+ theme$: import("rxjs").Observable<string>;
7
+ getDefaultTheme(): string;
8
+ setTheme(theme: string): void;
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<ThemeService, [{ optional: true; }]>;
10
+ static ɵprov: i0.ɵɵInjectableDeclaration<ThemeService>;
11
+ }
@@ -0,0 +1,9 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class ToastService {
3
+ private isOpenSubject;
4
+ isOpen$: import("rxjs").Observable<boolean>;
5
+ openToast(): void;
6
+ closeToast(): void;
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<ToastService, never>;
8
+ static ɵprov: i0.ɵɵInjectableDeclaration<ToastService>;
9
+ }
@@ -0,0 +1,9 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class ToastService {
3
+ private isOpenSubject;
4
+ isOpen$: import("rxjs").Observable<boolean>;
5
+ openToast(): void;
6
+ closeToast(): void;
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<ToastService, never>;
8
+ static ɵprov: i0.ɵɵInjectableDeclaration<ToastService>;
9
+ }
@@ -0,0 +1,22 @@
1
+ import * as i0 from "@angular/core";
2
+ export interface BmbDictionaries {
3
+ [key: string]: {
4
+ [key: string]: string | {
5
+ [key: string]: string | {
6
+ [key: string]: string;
7
+ };
8
+ };
9
+ };
10
+ }
11
+ export declare class BmbTranslationsService {
12
+ private currentLanguage;
13
+ private dictionaries;
14
+ private selectedDictionary;
15
+ getCurrentLanguage(): string;
16
+ setLanguage(lang: string): void;
17
+ updateDictionary(lang: string, dictionary: BmbDictionaries): void;
18
+ addDictionary(lang: string, dictionary: BmbDictionaries): void;
19
+ translate(keyList: string): string;
20
+ static ɵfac: i0.ɵɵFactoryDeclaration<BmbTranslationsService, never>;
21
+ static ɵprov: i0.ɵɵInjectableDeclaration<BmbTranslationsService>;
22
+ }
@@ -0,0 +1,9 @@
1
+ import { IBmbUserInfo } from '../../types';
2
+ import * as i0 from "@angular/core";
3
+ export declare class BmbUserProfileService {
4
+ userInfo: import("@angular/core").WritableSignal<IBmbUserInfo>;
5
+ getUserInfo(): IBmbUserInfo;
6
+ setUserInfo(state: IBmbUserInfo): void;
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<BmbUserProfileService, never>;
8
+ static ɵprov: i0.ɵɵInjectableDeclaration<BmbUserProfileService>;
9
+ }
@@ -0,0 +1,2 @@
1
+ export type IBmbColor = 'mariner-50' | 'mariner-100' | 'mariner-200' | 'mariner-300' | 'mariner-400' | 'mariner-500' | 'mariner-700' | 'mariner-800' | 'mariner-900' | 'mariner-950' | 'charade-50' | 'charade-100' | 'charade-200' | 'charade-300' | 'charade-500' | 'charade-600' | 'charade-700' | 'charade-800' | 'charade-900' | 'charade-950' | 'white-primary' | 'blue-tec' | 'mitec-blue' | 'mitec-green' | 'mitec-red' | 'mitec-orange' | 'black-primary' | 'black-light' | 'black-tint' | 'black-min' | 'white-light' | 'white-tint' | 'white-min' | 'neon-primary' | 'neon-light' | 'neon-tint' | 'blue-primary' | 'blue-light' | 'blue-tint' | 'green-primary' | 'green-light' | 'green-tint' | 'purple-primary' | 'purple-light' | 'purple-tint' | 'red-primary' | 'red-light' | 'red-tint' | 'yellow-primary' | 'yellow-light' | 'yellow-tint' | 'teal-primary' | 'teal-light' | 'teal-tint' | 'container-home' | 'container-secondary' | 'container-button' | 'background-main' | 'container-home-light' | 'container-secondary-light' | 'container-button-light' | 'background-main-light' | 'container-home-tec' | 'container-secondary-tec' | 'container-button-tec' | 'background-main-tec';
2
+ export type IBmbContrast = 'default' | 'primary' | 'alternative';
@@ -0,0 +1,128 @@
1
+ import { IBmbInteractiveIconAppearance } from '../components/bmb-interactive-icon/bmb-interactive-icon.component';
2
+ import { IBbmBgAppearance } from '../components/bmb-advertisement-card/types';
3
+ export * from '../components/bmb-timestream/types';
4
+ export * from '../components/bmb-push-notification/types';
5
+ export * from '../components/bmb-advertisement-card/types';
6
+ export * from '../components/bmb-login-onboarding/types';
7
+ export * from '../components/bmb-filter-card/bmb-filter-card.interface';
8
+ export * from '../components/bmb-alert-center/types';
9
+ export * from '../components/bmb-chat-bubbles/types';
10
+ export * from '../components/bmb-sidebar/bmb-sidebar.interface';
11
+ export * from '../components/bmb-grades/types';
12
+ export * from '../components/bmb-tables/bmb-tables.interface';
13
+ export type SizeNames = 'xs' | 's' | 'm' | 'l' | 'xl' | 'none' | 'auto';
14
+ export type IButtonAppearance = 'primary' | 'secondary-filled' | 'secondary-outlined' | 'destructive' | 'transparent';
15
+ export type IButtonSize = 'small' | 'large' | 'micro';
16
+ export type IBbmSidePosition = 'before' | 'after';
17
+ export type IBmbHorizontalPosition = 'left' | 'right';
18
+ export type IBmbTargetLink = '_blank' | '_parent' | '_self' | '_top';
19
+ export type IBmbUserImageSize = 'desktop-small' | 'desktop-large' | 'mobile-small' | 'mobile-medium' | 'mobile-large' | 'mobile-xlarge';
20
+ export interface IBmbError {
21
+ codeError: boolean;
22
+ errorMessage: string;
23
+ }
24
+ export interface IBmbAuthenticateInfo {
25
+ user: string;
26
+ password: string;
27
+ }
28
+ export interface IBmbUserInfo {
29
+ id: string;
30
+ fullName: string;
31
+ profilePicture: string;
32
+ }
33
+ export interface IBmbHome {
34
+ data: {
35
+ [x: string]: unknown;
36
+ };
37
+ action?: 'profile' | 'auth';
38
+ callback: (result: unknown) => void;
39
+ }
40
+ export interface IBmbApp {
41
+ icon: string;
42
+ title: string;
43
+ link?: string;
44
+ target?: IBmbTargetLink;
45
+ appearance: IBmbInteractiveIconAppearance;
46
+ callbackParam?: any;
47
+ }
48
+ export interface IBmbNameValuePair {
49
+ name: string;
50
+ value: string | number | boolean;
51
+ }
52
+ export interface IBmbProfileData {
53
+ name: string;
54
+ userImg: string;
55
+ matricula: string;
56
+ mail: string;
57
+ period: string;
58
+ campus: string;
59
+ program: string;
60
+ curp?: string;
61
+ linkedin?: string;
62
+ isExatec?: boolean;
63
+ }
64
+ export interface IBmbUserData {
65
+ name: string;
66
+ userImg: string;
67
+ email: string;
68
+ registration?: string;
69
+ }
70
+ export interface IBmbStudentProfileData {
71
+ userData: IBmbUserData;
72
+ period: string;
73
+ campus: string;
74
+ program: string;
75
+ curp?: string;
76
+ linkedin?: string;
77
+ isExatec?: boolean;
78
+ }
79
+ export interface IBmbHierarchyProfileData {
80
+ userData: IBmbUserData;
81
+ hierarchyLink?: string;
82
+ hierarchyTarget?: IBmbTargetLink;
83
+ }
84
+ export interface IBmbCollaboratorProfileData {
85
+ userData: IBmbUserData;
86
+ position: string;
87
+ area: string;
88
+ leader: IBmbHierarchyProfileData;
89
+ generalist: IBmbHierarchyProfileData;
90
+ }
91
+ export interface IBmbActionHeader {
92
+ icon: string;
93
+ alt?: string;
94
+ iconSize?: number;
95
+ iconActiveToggle?: string;
96
+ isToggleActive?: boolean;
97
+ isAccentColor?: boolean;
98
+ link?: string;
99
+ target?: IBmbTargetLink;
100
+ action: () => void;
101
+ }
102
+ export interface IBmbLinkConfiguration extends IBmbLinkInfo {
103
+ label: string;
104
+ }
105
+ export interface IBmbLinkInfo {
106
+ link: string;
107
+ target?: IBmbTargetLink;
108
+ }
109
+ export interface IBmbImageInfo {
110
+ src: string;
111
+ alt: string;
112
+ }
113
+ export interface IBmbBadgeInfo {
114
+ text: string;
115
+ appearance: IBbmBgAppearance;
116
+ container?: boolean;
117
+ }
118
+ export interface IDropdownItem {
119
+ idItem?: string;
120
+ icon: string;
121
+ text: string;
122
+ dotNotification?: number;
123
+ selectedText?: string;
124
+ value?: string;
125
+ url?: string;
126
+ target?: IBmbTargetLink;
127
+ action?: (event?: unknown) => void;
128
+ }
@@ -0,0 +1,7 @@
1
+ export interface IBmbCountryCode {
2
+ country: string;
3
+ country_code: string;
4
+ lada: string;
5
+ length: number;
6
+ }
7
+ export declare const IBmbCountryCodes: IBmbCountryCode[];
@@ -0,0 +1 @@
1
+ export declare const currencyFormat: (amount: number) => string;
@@ -0,0 +1,6 @@
1
+ import { IBmbDropdownItem } from '../components/bmb-dropdown/bmb-dropdown.component';
2
+ import { IDropdownItem } from '../types';
3
+ export declare const convertListToSelectList: (options: string[] | IBmbDropdownItem[], _icon?: string, showIcon?: boolean) => IDropdownItem[];
4
+ export declare const getValidInitialValues: (controlValue: string[] | string, componentValue: string[] | string, list: string[] | IBmbDropdownItem[], isMultiSelect: boolean) => string | string[];
5
+ export declare const getSelectedValues: (controlValue: string[] | null, value: string) => string[];
6
+ export declare const filteredValue: (value: string, list: IDropdownItem[]) => IDropdownItem[];
@@ -0,0 +1,7 @@
1
+ import { FormControl } from '@angular/forms';
2
+ import { IBmbInputType } from '../components/bmb-input/bmb-input.component';
3
+ import { IBmbInputValType } from '../components/bmb-input/bmb-input-validator/bmb-input-validator.component';
4
+ export declare const showError: (control: FormControl) => boolean;
5
+ export declare const newFormControlByType: (type?: IBmbInputType | IBmbInputValType) => FormControl;
6
+ export declare const assignNewFormControl: (name: string, control: FormControl, type?: IBmbInputType | IBmbInputValType) => FormControl | null;
7
+ export declare const handleValidity: (control: FormControl) => void;
@@ -0,0 +1,2 @@
1
+ import { ITimelineEvent, IBmbTimestreamFilters } from '../types';
2
+ export declare const timestreamFilter: (events: ITimelineEvent[], filters: IBmbTimestreamFilters) => ITimelineEvent[];
@@ -0,0 +1,13 @@
1
+ import { FormControl, ValidationErrors, ValidatorFn } from '@angular/forms';
2
+ import { IBmbInputError } from '../../public-api';
3
+ export declare const isExternalLink: (link: string) => boolean;
4
+ export declare const orderDayNames: (days: (string | undefined)[]) => (string | undefined)[];
5
+ export declare const isImage: (url: string) => boolean;
6
+ export declare const getListingOnOneLine: (elements: string[], template?: string) => string;
7
+ export declare const buildErrorMessage: (inputs: string[]) => string;
8
+ export declare const getPositionClass: (className: string, labelPosition: String) => string;
9
+ export declare const getUUID: () => string;
10
+ export declare const isErrorMessageSet: (errorMessage: string | IBmbInputError) => boolean;
11
+ export declare const getCustomValidation: (customValidation: ValidatorFn, formControl: FormControl) => ValidationErrors | null;
12
+ export declare const getCustomValidationMessage: (result: ValidationErrors | null, errorMessage: string | IBmbInputError) => string;
13
+ export declare const getMobileResolutionSize: (isMobile?: boolean) => string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ti-tecnologico-de-monterrey-oficial/ds-ng",
3
- "version": "1.5.1220-e",
3
+ "version": "1.5.1317",
4
4
  "description": "Design System oficial del Tecnológico de Monterrey - Descubre cómo nuestro Design System no solo da forma a la estética, sino que también impulsa la consistencia en cada rincón de nuestro diseño, proporcionando una base sólida para construir experiencias memorables y coherentes. Únete a nosotros en este viaje donde la creatividad, coherencia y elegancia se encuentran para dar vida a un mundo visualmente armonioso y funcionalmente fluido.",
5
5
  "keywords": [
6
6
  "angular",
@@ -17,10 +17,11 @@
17
17
  "@angular/material": "*",
18
18
  "libphonenumber-js": "1.11.16",
19
19
  "luxon": "3.5.0",
20
- "tslib": "2.3.0",
20
+ "tslib": "*",
21
21
  "@types/luxon": "3.4.2",
22
22
  "@angular/cdk": "*",
23
- "material-symbols": "0.27.2"
23
+ "material-symbols": "0.27.2",
24
+ "dompurify": "3.3.0"
24
25
  },
25
26
  "exports": {
26
27
  "./assets/styles/main.min.css": "./dist/ds-ng/assets/styles/main.min.css",
@@ -29,6 +30,8 @@
29
30
  },
30
31
  ".": {
31
32
  "types": "./index.d.ts",
33
+ "esm2022": "./esm2022/ti-tecnologico-de-monterrey-oficial-ds-ng.mjs",
34
+ "esm": "./esm2022/ti-tecnologico-de-monterrey-oficial-ds-ng.mjs",
32
35
  "default": "./fesm2022/ti-tecnologico-de-monterrey-oficial-ds-ng.mjs"
33
36
  }
34
37
  },