@ti-tecnologico-de-monterrey-oficial/ds-ng 1.5.1219-d → 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.
- package/assets/i18n/en.json +113 -0
- package/assets/i18n/es.json +113 -0
- package/assets/styles/main.min.css +1 -1
- package/assets/styles/main.min.css.map +1 -1
- package/fesm2022/ti-tecnologico-de-monterrey-oficial-ds-ng.mjs +915 -469
- package/fesm2022/ti-tecnologico-de-monterrey-oficial-ds-ng.mjs.map +1 -1
- package/lib/components/bmb-account-statement/bmb-account-statement.component.d.ts +15 -15
- package/lib/components/bmb-alert-center/bmb-alert-center.component.d.ts +4 -2
- package/lib/components/bmb-calendar/bmb-calendar.component.d.ts +7 -6
- package/lib/components/bmb-calendar/common/bmb-calendar-header/bmb-calendar-header.component.d.ts +5 -2
- package/lib/components/bmb-calendar/common/bmb-calendar-template-day/bmb-calendar-template-day.component.d.ts +5 -2
- package/lib/components/bmb-calendar/common/bmb-calendar-template-mobile/bmb-calendar-template-mobile.component.d.ts +8 -5
- package/lib/components/bmb-calendar/common/bmb-calendar-template-month/bmb-calendar-template-month.component.d.ts +6 -3
- package/lib/components/bmb-calendar/common/bmb-calendar-template-week/bmb-calendar-template-week.component.d.ts +5 -2
- package/lib/components/bmb-chat-bar/bmb-chat-bar.component.d.ts +2 -3
- package/lib/components/bmb-datepicker/bmb-datepicker-modal/bmb-datepicker-modal.component.d.ts +8 -5
- package/lib/components/bmb-datepicker/bmb-datepicker.component.d.ts +2 -3
- package/lib/components/bmb-digital-id/bmb-digital-id.component.d.ts +1 -1
- package/lib/components/bmb-dropdown/bmb-dropdown.component.d.ts +1 -1
- package/lib/components/bmb-dropdown-menu/bmb-dropdown-menu.component.d.ts +1 -1
- package/lib/components/bmb-dropzone/bmb-dropzone.component.d.ts +11 -7
- package/lib/components/bmb-external-link/bmb-external-link.component.d.ts +1 -1
- package/lib/components/bmb-filter-card/bmb-filter-card.component.d.ts +1 -1
- package/lib/components/bmb-grades/bmb-grades.component.d.ts +1 -1
- package/lib/components/bmb-header-mitec/bmb-header-mitec.component.d.ts +1 -1
- package/lib/components/bmb-home-card-chat/bmb-home-card-chat.component.d.ts +2 -2
- package/lib/components/bmb-icon-item/bmb-icon-item.component.d.ts +2 -1
- package/lib/components/bmb-login/bmb-login.component.d.ts +5 -5
- 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
- package/lib/components/bmb-login-onboarding/bmb-login-onboarding.component.d.ts +3 -1
- package/lib/components/bmb-modal/bmb-native-modal.component.d.ts +1 -1
- package/lib/components/bmb-notice-card/bmb-notice-card.component.d.ts +1 -1
- package/lib/components/bmb-portal/bmb-portal.component.d.ts +5 -5
- package/lib/components/bmb-portal/bmb-projected-content/bmb-projected-content.component.d.ts +1 -1
- package/lib/components/bmb-progress-cirlce/bmb-progress-circle.component.d.ts +25 -19
- package/lib/components/bmb-progress-cirlce/bmb-progress-circle.interface.d.ts +13 -10
- package/lib/components/bmb-push-notification/bmb-push-notification.component.d.ts +1 -1
- package/lib/components/bmb-sidebar/bmb-sidebar.component.d.ts +4 -3
- package/lib/components/bmb-step-progress-bar/bmb-step-progress-bar.component.d.ts +5 -3
- package/lib/components/bmb-switch/bmb-switch.component.d.ts +1 -1
- package/lib/components/bmb-tabs/bmb-tabs.component.d.ts +1 -1
- package/lib/components/bmb-timestream/bmb-timestream.component.d.ts +1 -1
- package/lib/components/bmb-tooltip/bmb-tooltip.component.d.ts +1 -0
- package/lib/components/bmb-totp/bmb-totp.component.d.ts +2 -2
- package/lib/components/bmb-user-profile/bmb-user-profile.component.d.ts +3 -3
- package/lib/components/bmb-user-summary/bmb-user-summary-content/bmb-user-summary-content.component.d.ts +4 -2
- package/lib/components/bmb-user-summary/bmb-user-summary.component.d.ts +1 -1
- package/lib/directives/bmb-layout/bmb-layout-item.directive.d.ts +5 -1
- package/lib/directives/bmb-layout/bmb-layout.directive.d.ts +2 -2
- package/lib/directives/bmb-selector/bmb-selector.directive.d.ts +8 -0
- package/lib/pipes/translations.d.ts +10 -0
- package/lib/services/calendar/calendar.service.d.ts +15 -0
- package/lib/services/modal/native-modal.service.d.ts +18 -0
- package/lib/services/notification/notification.service.d.ts +20 -0
- package/lib/services/projection/projection.service.d.ts +31 -0
- package/lib/services/tabs/tabs.service.d.ts +13 -0
- package/lib/services/theme/theme.service.d.ts +11 -0
- package/lib/services/toast/toast.service.d.ts +9 -0
- package/lib/services/translations/translations.service.d.ts +22 -0
- package/package.json +1 -1
- package/public-api.d.ts +11 -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.