@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.
- package/assets/i18n/en.json +9 -0
- package/assets/i18n/es.json +9 -0
- package/assets/styles/main.min.css +1 -1
- package/assets/styles/main.min.css.map +1 -1
- package/esm2022/assets/i18n/en.json +122 -0
- package/esm2022/assets/i18n/es.json +122 -0
- package/esm2022/lib/components/bmb-academic-progress/bmb-academic-progress.component.mjs +87 -0
- package/esm2022/lib/components/bmb-accordion/bmb-accordion.component.mjs +159 -0
- package/esm2022/lib/components/bmb-account-statement/bmb-account-statement.component.mjs +174 -0
- package/esm2022/lib/components/bmb-action-icon/bmb-action-icon.component.mjs +49 -0
- package/esm2022/lib/components/bmb-action-menu/bmb-action-menu.component.mjs +31 -0
- package/esm2022/lib/components/bmb-advertisement-card/bmb-advertisement-card.component.mjs +37 -0
- package/esm2022/lib/components/bmb-advertisement-card/types.mjs +2 -0
- package/esm2022/lib/components/bmb-alert-center/bmb-alert-center-ads/bmb-alert-center-ads.component.mjs +71 -0
- package/esm2022/lib/components/bmb-alert-center/bmb-alert-center-empty/bmb-alert-center-empty.component.mjs +19 -0
- package/esm2022/lib/components/bmb-alert-center/bmb-alert-center-form/bmb-alert-center-form.component.mjs +148 -0
- package/esm2022/lib/components/bmb-alert-center/bmb-alert-center-list/bmb-alert-center-list.component.mjs +47 -0
- package/esm2022/lib/components/bmb-alert-center/bmb-alert-center.component.mjs +204 -0
- package/esm2022/lib/components/bmb-alert-center/bmb-alert-center.service.mjs +62 -0
- package/esm2022/lib/components/bmb-alert-center/types.mjs +2 -0
- package/esm2022/lib/components/bmb-badge/bmb-badge.component.mjs +26 -0
- package/esm2022/lib/components/bmb-balance-overview/bmb-balance-overview.component.mjs +32 -0
- package/esm2022/lib/components/bmb-bookmark/bmb-bookmark.component.mjs +27 -0
- package/esm2022/lib/components/bmb-bottom-navigation-bar/bmb-bottom-navigation-bar.component.mjs +42 -0
- package/esm2022/lib/components/bmb-breadcrumb/bmb-breadcrumb.component.mjs +55 -0
- package/esm2022/lib/components/bmb-button-icon/bmb-button-icon.component.mjs +30 -0
- package/esm2022/lib/components/bmb-calendar/bmb-calendar.component.mjs +288 -0
- package/esm2022/lib/components/bmb-calendar/common/bmb-calendar-header/bmb-calendar-header.component.mjs +101 -0
- package/esm2022/lib/components/bmb-calendar/common/bmb-calendar-hour-view/bmb-calendar-hour-view.component.mjs +40 -0
- package/esm2022/lib/components/bmb-calendar/common/bmb-calendar-schedule-cards/bmb-calendar-schedule-cards.component.mjs +68 -0
- package/esm2022/lib/components/bmb-calendar/common/bmb-calendar-template-day/bmb-calendar-template-day.component.mjs +43 -0
- package/esm2022/lib/components/bmb-calendar/common/bmb-calendar-template-mobile/bmb-calendar-template-mobile.component.mjs +100 -0
- package/esm2022/lib/components/bmb-calendar/common/bmb-calendar-template-month/bmb-calendar-template-month.component.mjs +47 -0
- package/esm2022/lib/components/bmb-calendar/common/bmb-calendar-template-week/bmb-calendar-template-week.component.mjs +56 -0
- package/esm2022/lib/components/bmb-calendar/common/bmb-calendar-time-indicator/bmb-calendar-time-indicator.component.mjs +24 -0
- package/esm2022/lib/components/bmb-calendar/types.mjs +2 -0
- package/esm2022/lib/components/bmb-calendar/utils.mjs +96 -0
- package/esm2022/lib/components/bmb-card/bmb-card.component.mjs +159 -0
- package/esm2022/lib/components/bmb-card-button/bmb-card-button.component.mjs +76 -0
- package/esm2022/lib/components/bmb-carousel/bmb-carousel.component.mjs +80 -0
- package/esm2022/lib/components/bmb-chat-bar/bmb-chat-bar.component.mjs +200 -0
- package/esm2022/lib/components/bmb-chat-bar/bot_list.mjs +57 -0
- package/esm2022/lib/components/bmb-chat-bar/types.mjs +2 -0
- package/esm2022/lib/components/bmb-chat-bubbles/bmb-chat-bubbles.component.mjs +56 -0
- package/esm2022/lib/components/bmb-chat-bubbles/types.mjs +2 -0
- package/esm2022/lib/components/bmb-check-external-link-button/bmb-check-external-link-button.component.mjs +46 -0
- package/esm2022/lib/components/bmb-checkbox/bmb-checkbox.component.mjs +80 -0
- package/esm2022/lib/components/bmb-chevron-title-selector/bmb-chevron-title-selector.component.mjs +36 -0
- package/esm2022/lib/components/bmb-container/bmb-container.component.mjs +27 -0
- package/esm2022/lib/components/bmb-container-button/bmb-container-button.component.mjs +92 -0
- package/esm2022/lib/components/bmb-date-range/bmb-date-range.component.mjs +69 -0
- package/esm2022/lib/components/bmb-datepicker/bmb-datepicker-modal/bmb-datepicker-modal.component.mjs +208 -0
- package/esm2022/lib/components/bmb-datepicker/bmb-datepicker.component.mjs +144 -0
- package/esm2022/lib/components/bmb-digital-id/bmb-digital-id.component.mjs +58 -0
- package/esm2022/lib/components/bmb-divider/bmb-divider.component.mjs +25 -0
- package/esm2022/lib/components/bmb-dot-paginator/bmb-dot-paginator.component.mjs +34 -0
- package/esm2022/lib/components/bmb-drawer-overlay/bmb-drawer-overlay.component.mjs +65 -0
- package/esm2022/lib/components/bmb-dropdown/bmb-dropdown.component.mjs +177 -0
- package/esm2022/lib/components/bmb-dropdown-menu/bmb-dropdown-menu.component.mjs +31 -0
- package/esm2022/lib/components/bmb-dropzone/bmb-dropzone.component.mjs +192 -0
- package/esm2022/lib/components/bmb-evaluation-rubric/bmb-evaluation-rubric.component.mjs +76 -0
- package/esm2022/lib/components/bmb-external-link/bmb-external-link.component.mjs +80 -0
- package/esm2022/lib/components/bmb-fab/bmb-fab-.interface.mjs +9 -0
- package/esm2022/lib/components/bmb-fab/bmb-fab.component.mjs +37 -0
- package/esm2022/lib/components/bmb-filter-card/bmb-filter-card.component.mjs +166 -0
- package/esm2022/lib/components/bmb-filter-card/bmb-filter-card.interface.mjs +2 -0
- package/esm2022/lib/components/bmb-focus-element/bmb-focus-element.component.mjs +36 -0
- package/esm2022/lib/components/bmb-form-validator/bmb-form-validator.component.mjs +159 -0
- package/esm2022/lib/components/bmb-frequent-apps-selector/bmb-frequent-apps-selector.component.mjs +29 -0
- package/esm2022/lib/components/bmb-grade-value/bmb-grade-value.component.mjs +22 -0
- package/esm2022/lib/components/bmb-grades/bmb-grades.component.mjs +178 -0
- package/esm2022/lib/components/bmb-grades/types.mjs +2 -0
- package/esm2022/lib/components/bmb-header-mitec/bmb-header-mitec.component.mjs +60 -0
- package/esm2022/lib/components/bmb-header-mobile/bmb-header-mobile.component.mjs +49 -0
- package/esm2022/lib/components/bmb-hito-card/bmb-hito-card.component.mjs +86 -0
- package/esm2022/lib/components/bmb-hito-list/bmb-hito-list.component.mjs +59 -0
- package/esm2022/lib/components/bmb-home-card/bmb-home-card-header/bmb-home-card-header.component.mjs +76 -0
- package/esm2022/lib/components/bmb-home-card/bmb-home-card.component.mjs +41 -0
- package/esm2022/lib/components/bmb-home-card-chat/bmb-home-card-chat.component.mjs +45 -0
- package/esm2022/lib/components/bmb-home-section/bmb-home-section.component.mjs +20 -0
- package/esm2022/lib/components/bmb-icon/bmb-icon.component.mjs +50 -0
- package/esm2022/lib/components/bmb-icon/types.mjs +2 -0
- package/esm2022/lib/components/bmb-icon-item/bmb-icon-item.component.mjs +32 -0
- package/esm2022/lib/components/bmb-icon-status/bmb-icon-status.component.mjs +24 -0
- package/esm2022/lib/components/bmb-iframe/bmb-iframe.component.mjs +19 -0
- package/esm2022/lib/components/bmb-iframe/bmb-iframe.pipe.mjs +21 -0
- package/esm2022/lib/components/bmb-image/bmb-image.component.mjs +33 -0
- package/esm2022/lib/components/bmb-inner-header/bmb-inner-header.component.mjs +79 -0
- package/esm2022/lib/components/bmb-input/bmb-input-content/bmb-input-content.component.mjs +147 -0
- package/esm2022/lib/components/bmb-input/bmb-input-validator/bmb-input-validator.component.mjs +178 -0
- package/esm2022/lib/components/bmb-input/bmb-input.component.mjs +85 -0
- package/esm2022/lib/components/bmb-input-phone-number/bmb-input-phone-number.component.mjs +219 -0
- package/esm2022/lib/components/bmb-input-tags/bmb-input-tags.component.mjs +191 -0
- package/esm2022/lib/components/bmb-interactive-icon/bmb-interactive-icon.component.mjs +54 -0
- package/esm2022/lib/components/bmb-invoice/bmb-invoice.component.mjs +34 -0
- package/esm2022/lib/components/bmb-item/bmb-item.component.mjs +28 -0
- package/esm2022/lib/components/bmb-legend/bmb-legend.component.mjs +23 -0
- package/esm2022/lib/components/bmb-list-group/bmb-list-group-item/bmb-list-group-item.component.mjs +83 -0
- package/esm2022/lib/components/bmb-list-group/bmb-list-group.component.mjs +60 -0
- package/esm2022/lib/components/bmb-list-group/bmb-list-group.service.mjs +55 -0
- package/esm2022/lib/components/bmb-list-group/types.mjs +2 -0
- package/esm2022/lib/components/bmb-list-items/bmb-list-items.component.mjs +83 -0
- package/esm2022/lib/components/bmb-loader/bmb-loader.component.mjs +77 -0
- package/esm2022/lib/components/bmb-login/bmb-login-content/bmb-login-content.component.mjs +55 -0
- package/esm2022/lib/components/bmb-login/bmb-login.component.mjs +68 -0
- package/esm2022/lib/components/bmb-login-onboarding/bmb-login-onboarding-logged/bmb-login-onboarding-logged.component.mjs +40 -0
- package/esm2022/lib/components/bmb-login-onboarding/bmb-login-onboarding-login/bmb-login-onboarding-login.component.mjs +20 -0
- package/esm2022/lib/components/bmb-login-onboarding/bmb-login-onboarding-logout/bmb-login-onboarding-logout.component.mjs +33 -0
- 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
- 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
- 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
- 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
- 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
- package/esm2022/lib/components/bmb-login-onboarding/bmb-login-onboarding-stepper/bmb-login-onboarding-stepper.component.mjs +44 -0
- package/esm2022/lib/components/bmb-login-onboarding/bmb-login-onboarding.component.mjs +67 -0
- package/esm2022/lib/components/bmb-login-onboarding/bmb-login-onboarding.service.mjs +70 -0
- package/esm2022/lib/components/bmb-login-onboarding/types.mjs +2 -0
- package/esm2022/lib/components/bmb-logo/bmb-logo.component.mjs +43 -0
- package/esm2022/lib/components/bmb-media-card/bmb-media-card.component.mjs +65 -0
- package/esm2022/lib/components/bmb-mitec-logo-animation/bmb-mitec-logo-animation.component.mjs +14 -0
- package/esm2022/lib/components/bmb-mobile-templates/bmb-mobile-templates.component.mjs +88 -0
- package/esm2022/lib/components/bmb-modal/bmb-modal.component.mjs +139 -0
- package/esm2022/lib/components/bmb-modal/bmb-modal.interface.mjs +2 -0
- package/esm2022/lib/components/bmb-modal/bmb-native-modal.component.mjs +121 -0
- package/esm2022/lib/components/bmb-multi-dot-paginator/bmb-multi-dot-paginator-item/bmb-multi-dot-paginator-item.component.mjs +15 -0
- package/esm2022/lib/components/bmb-multi-dot-paginator/bmb-multi-dot-paginator.component.mjs +59 -0
- package/esm2022/lib/components/bmb-navigation-bar/bmb-navigation-bar.component.mjs +30 -0
- package/esm2022/lib/components/bmb-notice-card/bmb-notice-card.component.mjs +45 -0
- package/esm2022/lib/components/bmb-notification-card/bmb-notification-card-modal/bmb-notification-card-modal.component.mjs +21 -0
- package/esm2022/lib/components/bmb-notification-card/bmb-notification-card.component.mjs +114 -0
- package/esm2022/lib/components/bmb-notification-counter/bmb-notification-counter.component.mjs +23 -0
- package/esm2022/lib/components/bmb-overlay/bmb-overlay.component.mjs +22 -0
- package/esm2022/lib/components/bmb-paginator/bmb-paginator.component.mjs +52 -0
- package/esm2022/lib/components/bmb-portal/bmb-portal.component.mjs +58 -0
- package/esm2022/lib/components/bmb-portal/bmb-projected-content/bmb-projected-content.component.mjs +123 -0
- package/esm2022/lib/components/bmb-profile/bmb-profile.component.mjs +153 -0
- package/esm2022/lib/components/bmb-progress-bar/bmb-progress-bar.component.mjs +39 -0
- package/esm2022/lib/components/bmb-progress-cirlce/bmb-progress-circle.component.mjs +180 -0
- package/esm2022/lib/components/bmb-progress-cirlce/bmb-progress-circle.interface.mjs +2 -0
- package/esm2022/lib/components/bmb-pull-wedge/bmb-pull-wedge.component.mjs +88 -0
- package/esm2022/lib/components/bmb-push-notification/bmb-push-notification-item/bmb-push-notification-item.component.mjs +75 -0
- package/esm2022/lib/components/bmb-push-notification/bmb-push-notification.component.mjs +24 -0
- package/esm2022/lib/components/bmb-push-notification/types.mjs +2 -0
- package/esm2022/lib/components/bmb-radial/bmb-radial.component.mjs +78 -0
- package/esm2022/lib/components/bmb-search-input/bmb-search-input.component.mjs +122 -0
- package/esm2022/lib/components/bmb-server-table/bmb-server-table.component.mjs +82 -0
- package/esm2022/lib/components/bmb-sidebar/bmb-sidebar.component.mjs +101 -0
- package/esm2022/lib/components/bmb-sidebar/bmb-sidebar.interface.mjs +2 -0
- package/esm2022/lib/components/bmb-simple-header/bmb-simple-header.component.mjs +64 -0
- package/esm2022/lib/components/bmb-skeleton/bmb-skeleton.component.mjs +16 -0
- package/esm2022/lib/components/bmb-sounds-card/bmb-sounds-card.component.mjs +64 -0
- package/esm2022/lib/components/bmb-stat-counter/bmb-stat-counter.component.mjs +32 -0
- package/esm2022/lib/components/bmb-step-progress-bar/bmb-step-progress-bar.component.mjs +59 -0
- package/esm2022/lib/components/bmb-student-activity-card/bmb-student-activity-card.component.mjs +53 -0
- package/esm2022/lib/components/bmb-student-activity-selector/bmb-student-activity-tab/bmb-student-activity-tab.component.mjs +27 -0
- package/esm2022/lib/components/bmb-switch/bmb-switch.component.mjs +90 -0
- package/esm2022/lib/components/bmb-table-lite/bmb-table-lite.component.mjs +564 -0
- package/esm2022/lib/components/bmb-table-lite/bmb-table-lite.interface.mjs +2 -0
- package/esm2022/lib/components/bmb-tables/bmb-tables.component.mjs +541 -0
- package/esm2022/lib/components/bmb-tables/bmb-tables.interface.mjs +2 -0
- package/esm2022/lib/components/bmb-tabs/bmb-tabs.component.mjs +132 -0
- package/esm2022/lib/components/bmb-tags/bmb-tags.component.mjs +66 -0
- package/esm2022/lib/components/bmb-text-editor/bmb-text-editor.component.mjs +135 -0
- package/esm2022/lib/components/bmb-text-link/bmb-text-link.component.mjs +43 -0
- package/esm2022/lib/components/bmb-theme/bmb-theme.component.mjs +65 -0
- package/esm2022/lib/components/bmb-three-cols/bmb-three-cols.component.mjs +30 -0
- package/esm2022/lib/components/bmb-timestream/bmb-timestream-detail/bmb-timestream-detail.component.mjs +74 -0
- package/esm2022/lib/components/bmb-timestream/bmb-timestream-error/bmb-timestream-error.component.mjs +13 -0
- package/esm2022/lib/components/bmb-timestream/bmb-timestream.component.mjs +236 -0
- package/esm2022/lib/components/bmb-timestream/types.mjs +2 -0
- package/esm2022/lib/components/bmb-timestream-card/bmb-timestream-card.component.mjs +139 -0
- package/esm2022/lib/components/bmb-title-content/bmb-title-content.component.mjs +61 -0
- package/esm2022/lib/components/bmb-toast/bmb-toast.component.mjs +47 -0
- package/esm2022/lib/components/bmb-tooltip/bmb-tooltip.component.mjs +39 -0
- package/esm2022/lib/components/bmb-top-bar/bmb-top-bar-item/bmb-top-bar-item.component.mjs +31 -0
- package/esm2022/lib/components/bmb-top-bar/bmb-top-bar-user-section/bmb-top-bar-user-section.component.mjs +94 -0
- package/esm2022/lib/components/bmb-top-bar/bmb-top-bar.component.mjs +86 -0
- package/esm2022/lib/components/bmb-top-bar/types.mjs +2 -0
- package/esm2022/lib/components/bmb-totp/bmb-totp.component.mjs +141 -0
- package/esm2022/lib/components/bmb-user-image/bmb-user-image.component.mjs +44 -0
- package/esm2022/lib/components/bmb-user-profile/bmb-user-profile-content/bmb-user-profile-content.component.mjs +19 -0
- package/esm2022/lib/components/bmb-user-profile/bmb-user-profile.component.mjs +77 -0
- package/esm2022/lib/components/bmb-user-summary/bmb-user-summary-content/bmb-user-summary-content.component.mjs +64 -0
- package/esm2022/lib/components/bmb-user-summary/bmb-user-summary.component.mjs +34 -0
- package/esm2022/lib/components/bmb-value-counter/bmb-value-counter.component.mjs +23 -0
- package/esm2022/lib/components/bmb-web-templates/bmb-web-templates.component.mjs +85 -0
- package/esm2022/lib/components/bmb-wheel-menu/bmb-wheel-menu.component.mjs +128 -0
- package/esm2022/lib/components/utils/bmb-dropdown-content/bmb-dropdown-content.component.mjs +51 -0
- package/esm2022/lib/directives/bmb-accordion/bmb-accordion-control.directive.mjs +88 -0
- package/esm2022/lib/directives/bmb-button/button.directive.mjs +84 -0
- package/esm2022/lib/directives/bmb-button-group/bmb-button-group.directive.mjs +29 -0
- package/esm2022/lib/directives/bmb-layout/bmb-layout-item.directive.mjs +64 -0
- package/esm2022/lib/directives/bmb-layout/bmb-layout.directive.mjs +41 -0
- package/esm2022/lib/directives/bmb-layout/bmb-vertical-layout/bmb-vertical-layout-item.directive.mjs +34 -0
- package/esm2022/lib/directives/bmb-layout/bmb-vertical-layout/bmb-vertical-layout.directive.mjs +37 -0
- package/esm2022/lib/directives/bmb-layout-grid/bmb-layout-grid.directive.mjs +89 -0
- package/esm2022/lib/directives/bmb-selector/bmb-selector.directive.mjs +28 -0
- package/esm2022/lib/directives/utils/clickoutside.directive.mjs +41 -0
- package/esm2022/lib/ds-ng.component.mjs +11 -0
- package/esm2022/lib/ds-ng.service.mjs +14 -0
- package/esm2022/lib/pipes/translations.mjs +22 -0
- package/esm2022/lib/services/calendar/calendar.service.mjs +51 -0
- package/esm2022/lib/services/calendar.service.mjs +51 -0
- package/esm2022/lib/services/index.mjs +3 -0
- package/esm2022/lib/services/modal/native-modal.service.mjs +60 -0
- package/esm2022/lib/services/native-modal.service.mjs +60 -0
- package/esm2022/lib/services/notification/notification.service.mjs +84 -0
- package/esm2022/lib/services/notification.service.mjs +84 -0
- package/esm2022/lib/services/projection/projection.service.mjs +49 -0
- package/esm2022/lib/services/projection.service.mjs +49 -0
- package/esm2022/lib/services/tabs/tabs.service.mjs +30 -0
- package/esm2022/lib/services/tabs.service.mjs +30 -0
- package/esm2022/lib/services/theme/theme.service.mjs +30 -0
- package/esm2022/lib/services/theme.service.mjs +30 -0
- package/esm2022/lib/services/toast/toast.service.mjs +24 -0
- package/esm2022/lib/services/toast.service.mjs +24 -0
- package/esm2022/lib/services/translations/translations.service.mjs +53 -0
- package/esm2022/lib/services/user/profile.service.mjs +26 -0
- package/esm2022/lib/types/colors.mjs +2 -0
- package/esm2022/lib/types/index.mjs +11 -0
- package/esm2022/lib/utils/countryCodes.mjs +1089 -0
- package/esm2022/lib/utils/currencyFormat.mjs +7 -0
- package/esm2022/lib/utils/dropdown.mjs +85 -0
- package/esm2022/lib/utils/formControl.mjs +25 -0
- package/esm2022/lib/utils/timestreamFilters.mjs +32 -0
- package/esm2022/lib/utils/utils.mjs +71 -0
- package/esm2022/public-api.mjs +160 -0
- package/esm2022/ti-tecnologico-de-monterrey-oficial-ds-ng.mjs +5 -0
- package/fesm2022/ti-tecnologico-de-monterrey-oficial-ds-ng.mjs +2533 -2440
- package/fesm2022/ti-tecnologico-de-monterrey-oficial-ds-ng.mjs.map +1 -1
- package/index.d.ts +5 -4064
- package/lib/components/bmb-academic-progress/bmb-academic-progress.component.d.ts +21 -0
- package/lib/components/bmb-accordion/bmb-accordion.component.d.ts +37 -0
- package/lib/components/bmb-account-statement/bmb-account-statement.component.d.ts +56 -0
- package/lib/components/bmb-action-icon/bmb-action-icon.component.d.ts +23 -0
- package/lib/components/bmb-action-menu/bmb-action-menu.component.d.ts +17 -0
- package/lib/components/bmb-advertisement-card/bmb-advertisement-card.component.d.ts +13 -0
- package/lib/components/bmb-advertisement-card/types.d.ts +21 -0
- package/lib/components/bmb-alert-center/bmb-alert-center-ads/bmb-alert-center-ads.component.d.ts +14 -0
- package/lib/components/bmb-alert-center/bmb-alert-center-empty/bmb-alert-center-empty.component.d.ts +7 -0
- package/lib/components/bmb-alert-center/bmb-alert-center-form/bmb-alert-center-form.component.d.ts +31 -0
- package/lib/components/bmb-alert-center/bmb-alert-center-list/bmb-alert-center-list.component.d.ts +20 -0
- package/lib/components/bmb-alert-center/bmb-alert-center.component.d.ts +48 -0
- package/lib/components/bmb-alert-center/bmb-alert-center.service.d.ts +20 -0
- package/lib/components/bmb-alert-center/types.d.ts +64 -0
- package/lib/components/bmb-badge/bmb-badge.component.d.ts +11 -0
- package/lib/components/bmb-balance-overview/bmb-balance-overview.component.d.ts +15 -0
- package/lib/components/bmb-bookmark/bmb-bookmark.component.d.ts +8 -0
- package/lib/components/bmb-bottom-navigation-bar/bmb-bottom-navigation-bar.component.d.ts +25 -0
- package/lib/components/bmb-breadcrumb/bmb-breadcrumb.component.d.ts +27 -0
- package/lib/components/bmb-button-icon/bmb-button-icon.component.d.ts +16 -0
- package/lib/components/bmb-calendar/bmb-calendar.component.d.ts +69 -0
- package/lib/components/bmb-calendar/common/bmb-calendar-header/bmb-calendar-header.component.d.ts +23 -0
- package/lib/components/bmb-calendar/common/bmb-calendar-hour-view/bmb-calendar-hour-view.component.d.ts +13 -0
- package/lib/components/bmb-calendar/common/bmb-calendar-schedule-cards/bmb-calendar-schedule-cards.component.d.ts +16 -0
- package/lib/components/bmb-calendar/common/bmb-calendar-template-day/bmb-calendar-template-day.component.d.ts +21 -0
- package/lib/components/bmb-calendar/common/bmb-calendar-template-mobile/bmb-calendar-template-mobile.component.d.ts +35 -0
- package/lib/components/bmb-calendar/common/bmb-calendar-template-month/bmb-calendar-template-month.component.d.ts +21 -0
- package/lib/components/bmb-calendar/common/bmb-calendar-template-week/bmb-calendar-template-week.component.d.ts +26 -0
- package/lib/components/bmb-calendar/common/bmb-calendar-time-indicator/bmb-calendar-time-indicator.component.d.ts +9 -0
- package/lib/components/bmb-calendar/types.d.ts +43 -0
- package/lib/components/bmb-calendar/utils.d.ts +12 -0
- package/lib/components/bmb-card/bmb-card.component.d.ts +43 -0
- package/lib/components/bmb-card-button/bmb-card-button.component.d.ts +50 -0
- package/lib/components/bmb-carousel/bmb-carousel.component.d.ts +20 -0
- package/lib/components/bmb-chat-bar/bmb-chat-bar.component.d.ts +62 -0
- package/lib/components/bmb-chat-bar/bot_list.d.ts +6 -0
- package/lib/components/bmb-chat-bar/types.d.ts +9 -0
- package/lib/components/bmb-chat-bubbles/bmb-chat-bubbles.component.d.ts +23 -0
- package/lib/components/bmb-chat-bubbles/types.d.ts +23 -0
- package/lib/components/bmb-check-external-link-button/bmb-check-external-link-button.component.d.ts +21 -0
- package/lib/components/bmb-checkbox/bmb-checkbox.component.d.ts +33 -0
- package/lib/components/bmb-chevron-title-selector/bmb-chevron-title-selector.component.d.ts +17 -0
- package/lib/components/bmb-container/bmb-container.component.d.ts +9 -0
- package/lib/components/bmb-container-button/bmb-container-button.component.d.ts +35 -0
- package/lib/components/bmb-date-range/bmb-date-range.component.d.ts +35 -0
- package/lib/components/bmb-datepicker/bmb-datepicker-modal/bmb-datepicker-modal.component.d.ts +42 -0
- package/lib/components/bmb-datepicker/bmb-datepicker.component.d.ts +51 -0
- package/lib/components/bmb-digital-id/bmb-digital-id.component.d.ts +28 -0
- package/lib/components/bmb-divider/bmb-divider.component.d.ts +8 -0
- package/lib/components/bmb-dot-paginator/bmb-dot-paginator.component.d.ts +17 -0
- package/lib/components/bmb-drawer-overlay/bmb-drawer-overlay.component.d.ts +26 -0
- package/lib/components/bmb-dropdown/bmb-dropdown.component.d.ts +62 -0
- package/lib/components/bmb-dropdown-menu/bmb-dropdown-menu.component.d.ts +13 -0
- package/lib/components/bmb-dropzone/bmb-dropzone.component.d.ts +53 -0
- package/lib/components/bmb-evaluation-rubric/bmb-evaluation-rubric.component.d.ts +45 -0
- package/lib/components/bmb-external-link/bmb-external-link.component.d.ts +25 -0
- package/lib/components/bmb-fab/bmb-fab-.interface.d.ts +10 -0
- package/lib/components/bmb-fab/bmb-fab.component.d.ts +15 -0
- package/lib/components/bmb-filter-card/bmb-filter-card.component.d.ts +34 -0
- package/lib/components/bmb-filter-card/bmb-filter-card.interface.d.ts +12 -0
- package/lib/components/bmb-focus-element/bmb-focus-element.component.d.ts +14 -0
- package/lib/components/bmb-form-validator/bmb-form-validator.component.d.ts +34 -0
- package/lib/components/bmb-frequent-apps-selector/bmb-frequent-apps-selector.component.d.ts +13 -0
- package/lib/components/bmb-grade-value/bmb-grade-value.component.d.ts +11 -0
- package/lib/components/bmb-grades/bmb-grades.component.d.ts +43 -0
- package/lib/components/bmb-grades/types.d.ts +25 -0
- package/lib/components/bmb-header-mitec/bmb-header-mitec.component.d.ts +17 -0
- package/lib/components/bmb-header-mobile/bmb-header-mobile.component.d.ts +23 -0
- package/lib/components/bmb-hito-card/bmb-hito-card.component.d.ts +30 -0
- package/lib/components/bmb-hito-list/bmb-hito-list.component.d.ts +24 -0
- package/lib/components/bmb-home-card/bmb-home-card-header/bmb-home-card-header.component.d.ts +28 -0
- package/lib/components/bmb-home-card/bmb-home-card.component.d.ts +27 -0
- package/lib/components/bmb-home-card-chat/bmb-home-card-chat.component.d.ts +25 -0
- package/lib/components/bmb-home-section/bmb-home-section.component.d.ts +9 -0
- package/lib/components/bmb-icon/bmb-icon.component.d.ts +23 -0
- package/lib/components/bmb-icon/types.d.ts +1 -0
- package/lib/components/bmb-icon-item/bmb-icon-item.component.d.ts +14 -0
- package/lib/components/bmb-icon-status/bmb-icon-status.component.d.ts +10 -0
- package/lib/components/bmb-iframe/bmb-iframe.component.d.ts +11 -0
- package/lib/components/bmb-iframe/bmb-iframe.pipe.d.ts +10 -0
- package/lib/components/bmb-image/bmb-image.component.d.ts +19 -0
- package/lib/components/bmb-inner-header/bmb-inner-header.component.d.ts +31 -0
- package/lib/components/bmb-input/bmb-input-content/bmb-input-content.component.d.ts +52 -0
- package/lib/components/bmb-input/bmb-input-validator/bmb-input-validator.component.d.ts +45 -0
- package/lib/components/bmb-input/bmb-input.component.d.ts +68 -0
- package/lib/components/bmb-input-phone-number/bmb-input-phone-number.component.d.ts +52 -0
- package/lib/components/bmb-input-tags/bmb-input-tags.component.d.ts +55 -0
- package/lib/components/bmb-interactive-icon/bmb-interactive-icon.component.d.ts +23 -0
- package/lib/components/bmb-invoice/bmb-invoice.component.d.ts +31 -0
- package/lib/components/bmb-item/bmb-item.component.d.ts +16 -0
- package/lib/components/bmb-legend/bmb-legend.component.d.ts +9 -0
- package/lib/components/bmb-list-group/bmb-list-group-item/bmb-list-group-item.component.d.ts +33 -0
- package/lib/components/bmb-list-group/bmb-list-group.component.d.ts +27 -0
- package/lib/components/bmb-list-group/bmb-list-group.service.d.ts +18 -0
- package/lib/components/bmb-list-group/types.d.ts +1 -0
- package/lib/components/bmb-list-items/bmb-list-items.component.d.ts +33 -0
- package/lib/components/bmb-loader/bmb-loader.component.d.ts +31 -0
- package/lib/components/bmb-login/bmb-login-content/bmb-login-content.component.d.ts +27 -0
- package/lib/components/bmb-login/bmb-login.component.d.ts +33 -0
- package/lib/components/bmb-login-onboarding/bmb-login-onboarding-logged/bmb-login-onboarding-logged.component.d.ts +14 -0
- package/lib/components/bmb-login-onboarding/bmb-login-onboarding-login/bmb-login-onboarding-login.component.d.ts +8 -0
- package/lib/components/bmb-login-onboarding/bmb-login-onboarding-logout/bmb-login-onboarding-logout.component.d.ts +12 -0
- 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
- 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
- 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
- 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
- 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
- package/lib/components/bmb-login-onboarding/bmb-login-onboarding-stepper/bmb-login-onboarding-stepper.component.d.ts +15 -0
- package/lib/components/bmb-login-onboarding/bmb-login-onboarding.component.d.ts +22 -0
- package/lib/components/bmb-login-onboarding/bmb-login-onboarding.service.d.ts +25 -0
- package/lib/components/bmb-login-onboarding/types.d.ts +15 -0
- package/lib/components/bmb-logo/bmb-logo.component.d.ts +19 -0
- package/lib/components/bmb-media-card/bmb-media-card.component.d.ts +35 -0
- package/lib/components/bmb-mitec-logo-animation/bmb-mitec-logo-animation.component.d.ts +6 -0
- package/lib/components/bmb-mobile-templates/bmb-mobile-templates.component.d.ts +47 -0
- package/lib/components/bmb-modal/bmb-modal.component.d.ts +31 -0
- package/lib/components/bmb-modal/bmb-modal.interface.d.ts +44 -0
- package/lib/components/bmb-modal/bmb-native-modal.component.d.ts +45 -0
- package/lib/components/bmb-multi-dot-paginator/bmb-multi-dot-paginator-item/bmb-multi-dot-paginator-item.component.d.ts +7 -0
- package/lib/components/bmb-multi-dot-paginator/bmb-multi-dot-paginator.component.d.ts +15 -0
- package/lib/components/bmb-navigation-bar/bmb-navigation-bar.component.d.ts +13 -0
- package/lib/components/bmb-notice-card/bmb-notice-card.component.d.ts +21 -0
- package/lib/components/bmb-notification-card/bmb-notification-card-modal/bmb-notification-card-modal.component.d.ts +8 -0
- package/lib/components/bmb-notification-card/bmb-notification-card.component.d.ts +35 -0
- package/lib/components/bmb-notification-counter/bmb-notification-counter.component.d.ts +9 -0
- package/lib/components/bmb-overlay/bmb-overlay.component.d.ts +9 -0
- package/lib/components/bmb-paginator/bmb-paginator.component.d.ts +14 -0
- package/lib/components/bmb-portal/bmb-portal.component.d.ts +23 -0
- package/lib/components/bmb-portal/bmb-projected-content/bmb-projected-content.component.d.ts +40 -0
- package/lib/components/bmb-profile/bmb-profile.component.d.ts +34 -0
- package/lib/components/bmb-progress-bar/bmb-progress-bar.component.d.ts +19 -0
- package/lib/components/bmb-progress-cirlce/bmb-progress-circle.component.d.ts +57 -0
- package/lib/components/bmb-progress-cirlce/bmb-progress-circle.interface.d.ts +15 -0
- package/lib/components/bmb-pull-wedge/bmb-pull-wedge.component.d.ts +23 -0
- package/lib/components/bmb-push-notification/bmb-push-notification-item/bmb-push-notification-item.component.d.ts +18 -0
- package/lib/components/bmb-push-notification/bmb-push-notification.component.d.ts +11 -0
- package/lib/components/bmb-push-notification/types.d.ts +46 -0
- package/lib/components/bmb-radial/bmb-radial.component.d.ts +33 -0
- package/lib/components/bmb-search-input/bmb-search-input.component.d.ts +33 -0
- package/lib/components/bmb-server-table/bmb-server-table.component.d.ts +26 -0
- package/lib/components/bmb-sidebar/bmb-sidebar.component.d.ts +35 -0
- package/lib/components/bmb-sidebar/bmb-sidebar.interface.d.ts +10 -0
- package/lib/components/bmb-simple-header/bmb-simple-header.component.d.ts +10 -0
- package/lib/components/bmb-skeleton/bmb-skeleton.component.d.ts +7 -0
- package/lib/components/bmb-sounds-card/bmb-sounds-card.component.d.ts +24 -0
- package/lib/components/bmb-stat-counter/bmb-stat-counter.component.d.ts +11 -0
- package/lib/components/bmb-step-progress-bar/bmb-step-progress-bar.component.d.ts +32 -0
- package/lib/components/bmb-student-activity-card/bmb-student-activity-card.component.d.ts +23 -0
- package/lib/components/bmb-student-activity-selector/bmb-student-activity-tab/bmb-student-activity-tab.component.d.ts +10 -0
- package/lib/components/bmb-switch/bmb-switch.component.d.ts +25 -0
- package/lib/components/bmb-table-lite/bmb-table-lite.component.d.ts +97 -0
- package/lib/components/bmb-table-lite/bmb-table-lite.interface.d.ts +22 -0
- package/lib/components/bmb-tables/bmb-tables.component.d.ts +104 -0
- package/lib/components/bmb-tables/bmb-tables.interface.d.ts +21 -0
- package/lib/components/bmb-tabs/bmb-tabs.component.d.ts +41 -0
- package/lib/components/bmb-tags/bmb-tags.component.d.ts +26 -0
- package/lib/components/bmb-text-editor/bmb-text-editor.component.d.ts +34 -0
- package/lib/components/bmb-text-link/bmb-text-link.component.d.ts +17 -0
- package/lib/components/bmb-theme/bmb-theme.component.d.ts +19 -0
- package/lib/components/bmb-three-cols/bmb-three-cols.component.d.ts +15 -0
- package/lib/components/bmb-timestream/bmb-timestream-detail/bmb-timestream-detail.component.d.ts +25 -0
- package/lib/components/bmb-timestream/bmb-timestream-error/bmb-timestream-error.component.d.ts +5 -0
- package/lib/components/bmb-timestream/bmb-timestream.component.d.ts +67 -0
- package/lib/components/bmb-timestream/types.d.ts +54 -0
- package/lib/components/bmb-timestream-card/bmb-timestream-card.component.d.ts +29 -0
- package/lib/components/bmb-title-content/bmb-title-content.component.d.ts +26 -0
- package/lib/components/bmb-toast/bmb-toast.component.d.ts +16 -0
- package/lib/components/bmb-tooltip/bmb-tooltip.component.d.ts +17 -0
- package/lib/components/bmb-top-bar/bmb-top-bar-item/bmb-top-bar-item.component.d.ts +7 -0
- package/lib/components/bmb-top-bar/bmb-top-bar-user-section/bmb-top-bar-user-section.component.d.ts +32 -0
- package/lib/components/bmb-top-bar/bmb-top-bar.component.d.ts +47 -0
- package/lib/components/bmb-top-bar/types.d.ts +6 -0
- package/lib/components/bmb-totp/bmb-totp.component.d.ts +31 -0
- package/lib/components/bmb-user-image/bmb-user-image.component.d.ts +19 -0
- package/lib/components/bmb-user-profile/bmb-user-profile-content/bmb-user-profile-content.component.d.ts +10 -0
- package/lib/components/bmb-user-profile/bmb-user-profile.component.d.ts +19 -0
- package/lib/components/bmb-user-summary/bmb-user-summary-content/bmb-user-summary-content.component.d.ts +28 -0
- package/lib/components/bmb-user-summary/bmb-user-summary.component.d.ts +14 -0
- package/lib/components/bmb-value-counter/bmb-value-counter.component.d.ts +8 -0
- package/lib/components/bmb-web-templates/bmb-web-templates.component.d.ts +42 -0
- package/lib/components/bmb-wheel-menu/bmb-wheel-menu.component.d.ts +40 -0
- package/lib/components/utils/bmb-dropdown-content/bmb-dropdown-content.component.d.ts +16 -0
- package/lib/directives/bmb-accordion/bmb-accordion-control.directive.d.ts +22 -0
- package/lib/directives/bmb-button/button.directive.d.ts +29 -0
- package/lib/directives/bmb-button-group/bmb-button-group.directive.d.ts +10 -0
- package/lib/directives/bmb-layout/bmb-layout-item.directive.d.ts +24 -0
- package/lib/directives/bmb-layout/bmb-layout.directive.d.ts +15 -0
- package/lib/directives/bmb-layout/bmb-vertical-layout/bmb-vertical-layout-item.directive.d.ts +9 -0
- package/lib/directives/bmb-layout/bmb-vertical-layout/bmb-vertical-layout.directive.d.ts +14 -0
- package/lib/directives/bmb-layout-grid/bmb-layout-grid.directive.d.ts +29 -0
- package/lib/directives/bmb-selector/bmb-selector.directive.d.ts +8 -0
- package/lib/directives/utils/clickoutside.directive.d.ts +15 -0
- package/lib/ds-ng.component.d.ts +5 -0
- package/lib/ds-ng.service.d.ts +6 -0
- package/lib/pipes/translations.d.ts +10 -0
- package/lib/services/calendar/calendar.service.d.ts +15 -0
- package/lib/services/calendar.service.d.ts +15 -0
- package/lib/services/index.d.ts +2 -0
- package/lib/services/modal/native-modal.service.d.ts +18 -0
- package/lib/services/native-modal.service.d.ts +18 -0
- package/lib/services/notification/notification.service.d.ts +20 -0
- package/lib/services/notification.service.d.ts +20 -0
- package/lib/services/projection/projection.service.d.ts +31 -0
- package/lib/services/projection.service.d.ts +31 -0
- package/lib/services/tabs/tabs.service.d.ts +13 -0
- package/lib/services/tabs.service.d.ts +13 -0
- package/lib/services/theme/theme.service.d.ts +11 -0
- package/lib/services/theme.service.d.ts +11 -0
- package/lib/services/toast/toast.service.d.ts +9 -0
- package/lib/services/toast.service.d.ts +9 -0
- package/lib/services/translations/translations.service.d.ts +22 -0
- package/lib/services/user/profile.service.d.ts +9 -0
- package/lib/types/colors.d.ts +2 -0
- package/lib/types/index.d.ts +128 -0
- package/lib/utils/countryCodes.d.ts +7 -0
- package/lib/utils/currencyFormat.d.ts +1 -0
- package/lib/utils/dropdown.d.ts +6 -0
- package/lib/utils/formControl.d.ts +7 -0
- package/lib/utils/timestreamFilters.d.ts +2 -0
- package/lib/utils/utils.d.ts +13 -0
- package/package.json +6 -3
- package/public-api.d.ts +150 -0
|
@@ -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,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 @@
|
|
|
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,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.
|
|
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": "
|
|
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
|
},
|