@ti-tecnologico-de-monterrey-oficial/ds-ng 1.5.1219-c → 1.5.1219-e

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 (64) hide show
  1. package/assets/i18n/en.json +113 -0
  2. package/assets/i18n/es.json +113 -0
  3. package/assets/styles/main.min.css +1 -1
  4. package/assets/styles/main.min.css.map +1 -1
  5. package/fesm2022/ti-tecnologico-de-monterrey-oficial-ds-ng.mjs +1486 -486
  6. package/fesm2022/ti-tecnologico-de-monterrey-oficial-ds-ng.mjs.map +1 -1
  7. package/lib/components/bmb-account-statement/bmb-account-statement.component.d.ts +15 -15
  8. package/lib/components/bmb-alert-center/bmb-alert-center.component.d.ts +4 -2
  9. package/lib/components/bmb-calendar/bmb-calendar.component.d.ts +7 -6
  10. package/lib/components/bmb-calendar/common/bmb-calendar-header/bmb-calendar-header.component.d.ts +5 -2
  11. package/lib/components/bmb-calendar/common/bmb-calendar-template-day/bmb-calendar-template-day.component.d.ts +5 -2
  12. package/lib/components/bmb-calendar/common/bmb-calendar-template-mobile/bmb-calendar-template-mobile.component.d.ts +8 -5
  13. package/lib/components/bmb-calendar/common/bmb-calendar-template-month/bmb-calendar-template-month.component.d.ts +6 -3
  14. package/lib/components/bmb-calendar/common/bmb-calendar-template-week/bmb-calendar-template-week.component.d.ts +5 -2
  15. package/lib/components/bmb-chat-bar/bmb-chat-bar.component.d.ts +2 -3
  16. package/lib/components/bmb-datepicker/bmb-datepicker-modal/bmb-datepicker-modal.component.d.ts +8 -5
  17. package/lib/components/bmb-datepicker/bmb-datepicker.component.d.ts +2 -3
  18. package/lib/components/bmb-digital-id/bmb-digital-id.component.d.ts +1 -1
  19. package/lib/components/bmb-dropdown/bmb-dropdown.component.d.ts +1 -1
  20. package/lib/components/bmb-dropdown-menu/bmb-dropdown-menu.component.d.ts +1 -1
  21. package/lib/components/bmb-dropzone/bmb-dropzone.component.d.ts +11 -7
  22. package/lib/components/bmb-external-link/bmb-external-link.component.d.ts +1 -1
  23. package/lib/components/bmb-filter-card/bmb-filter-card.component.d.ts +1 -1
  24. package/lib/components/bmb-grades/bmb-grades.component.d.ts +1 -1
  25. package/lib/components/bmb-header-mitec/bmb-header-mitec.component.d.ts +1 -1
  26. package/lib/components/bmb-home-card-chat/bmb-home-card-chat.component.d.ts +2 -2
  27. package/lib/components/bmb-icon-item/bmb-icon-item.component.d.ts +2 -1
  28. package/lib/components/bmb-login/bmb-login.component.d.ts +5 -5
  29. package/lib/components/bmb-login-onboarding/bmb-login-onboarding-stepper/bmb-login-onboarding-stepper-steps/bmb-login-onboarding-stepper-step-four.component.d.ts +1 -1
  30. package/lib/components/bmb-login-onboarding/bmb-login-onboarding.component.d.ts +3 -1
  31. package/lib/components/bmb-modal/bmb-native-modal.component.d.ts +1 -1
  32. package/lib/components/bmb-notice-card/bmb-notice-card.component.d.ts +1 -1
  33. package/lib/components/bmb-portal/bmb-portal.component.d.ts +5 -5
  34. package/lib/components/bmb-portal/bmb-projected-content/bmb-projected-content.component.d.ts +1 -1
  35. package/lib/components/bmb-progress-cirlce/bmb-progress-circle.component.d.ts +25 -19
  36. package/lib/components/bmb-progress-cirlce/bmb-progress-circle.interface.d.ts +13 -10
  37. package/lib/components/bmb-push-notification/bmb-push-notification.component.d.ts +1 -1
  38. package/lib/components/bmb-sidebar/bmb-sidebar.component.d.ts +5 -4
  39. package/lib/components/bmb-step-progress-bar/bmb-step-progress-bar.component.d.ts +5 -3
  40. package/lib/components/bmb-switch/bmb-switch.component.d.ts +1 -1
  41. package/lib/components/bmb-table-lite/bmb-table-lite.component.d.ts +97 -0
  42. package/lib/components/bmb-table-lite/bmb-table-lite.interface.d.ts +22 -0
  43. package/lib/components/bmb-tabs/bmb-tabs.component.d.ts +1 -1
  44. package/lib/components/bmb-tags/bmb-tags.component.d.ts +2 -1
  45. package/lib/components/bmb-timestream/bmb-timestream.component.d.ts +1 -1
  46. package/lib/components/bmb-tooltip/bmb-tooltip.component.d.ts +1 -0
  47. package/lib/components/bmb-totp/bmb-totp.component.d.ts +2 -2
  48. package/lib/components/bmb-user-profile/bmb-user-profile.component.d.ts +3 -3
  49. package/lib/components/bmb-user-summary/bmb-user-summary-content/bmb-user-summary-content.component.d.ts +4 -2
  50. package/lib/components/bmb-user-summary/bmb-user-summary.component.d.ts +1 -1
  51. package/lib/directives/bmb-layout/bmb-layout-item.directive.d.ts +5 -1
  52. package/lib/directives/bmb-layout/bmb-layout.directive.d.ts +2 -2
  53. package/lib/directives/bmb-selector/bmb-selector.directive.d.ts +8 -0
  54. package/lib/pipes/translations.d.ts +10 -0
  55. package/lib/services/calendar/calendar.service.d.ts +15 -0
  56. package/lib/services/modal/native-modal.service.d.ts +18 -0
  57. package/lib/services/notification/notification.service.d.ts +20 -0
  58. package/lib/services/projection/projection.service.d.ts +31 -0
  59. package/lib/services/tabs/tabs.service.d.ts +13 -0
  60. package/lib/services/theme/theme.service.d.ts +11 -0
  61. package/lib/services/toast/toast.service.d.ts +9 -0
  62. package/lib/services/translations/translations.service.d.ts +22 -0
  63. package/package.json +1 -1
  64. package/public-api.d.ts +12 -5

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.