@ti-tecnologico-de-monterrey-oficial/ds-ng 1.5.1120-d → 1.5.1217
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/styles/main.min.css +1 -1
- package/assets/styles/main.min.css.map +1 -1
- 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 +172 -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 +35 -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 +40 -0
- package/esm2022/lib/components/bmb-alert-center/bmb-alert-center-empty/bmb-alert-center-empty.component.mjs +18 -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 +52 -0
- package/esm2022/lib/components/bmb-alert-center/bmb-alert-center.component.mjs +203 -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 +26 -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 +285 -0
- package/esm2022/lib/components/bmb-calendar/common/bmb-calendar-header/bmb-calendar-header.component.mjs +95 -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 +41 -0
- package/esm2022/lib/components/bmb-calendar/common/bmb-calendar-template-mobile/bmb-calendar-template-mobile.component.mjs +95 -0
- package/esm2022/lib/components/bmb-calendar/common/bmb-calendar-template-month/bmb-calendar-template-month.component.mjs +45 -0
- package/esm2022/lib/components/bmb-calendar/common/bmb-calendar-template-week/bmb-calendar-template-week.component.mjs +54 -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 +199 -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 +96 -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 +206 -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 +54 -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 +175 -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 +55 -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 +39 -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 +23 -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 +77 -0
- package/esm2022/lib/components/bmb-input/bmb-input-content/bmb-input-content.component.mjs +146 -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 +66 -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 +52 -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 +64 -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 +43 -0
- package/esm2022/lib/components/bmb-notification-card/bmb-notification-card.component.mjs +86 -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 +120 -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 +196 -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 +97 -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 +55 -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 +88 -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 +65 -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 +26 -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 +139 -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 +71 -0
- package/esm2022/lib/components/bmb-user-summary/bmb-user-summary-content/bmb-user-summary-content.component.mjs +61 -0
- package/esm2022/lib/components/bmb-user-summary/bmb-user-summary.component.mjs +28 -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 +51 -0
- package/esm2022/lib/directives/bmb-layout/bmb-layout.directive.mjs +36 -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/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/services/calendar.service.mjs +51 -0
- package/esm2022/lib/services/index.mjs +3 -0
- package/esm2022/lib/services/native-modal.service.mjs +60 -0
- package/esm2022/lib/services/notification.service.mjs +84 -0
- package/esm2022/lib/services/projection.service.mjs +49 -0
- package/esm2022/lib/services/tabs.service.mjs +30 -0
- package/esm2022/lib/services/theme.service.mjs +30 -0
- package/esm2022/lib/services/toast.service.mjs +24 -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 +152 -0
- package/esm2022/ti-tecnologico-de-monterrey-oficial-ds-ng.mjs +5 -0
- package/fesm2022/ti-tecnologico-de-monterrey-oficial-ds-ng.mjs +1906 -1892
- package/fesm2022/ti-tecnologico-de-monterrey-oficial-ds-ng.mjs.map +1 -1
- package/index.d.ts +5 -3825
- 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 +10 -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 +46 -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 +67 -0
- package/lib/components/bmb-calendar/common/bmb-calendar-header/bmb-calendar-header.component.d.ts +20 -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 +18 -0
- package/lib/components/bmb-calendar/common/bmb-calendar-template-mobile/bmb-calendar-template-mobile.component.d.ts +31 -0
- package/lib/components/bmb-calendar/common/bmb-calendar-template-month/bmb-calendar-template-month.component.d.ts +18 -0
- package/lib/components/bmb-calendar/common/bmb-calendar-template-week/bmb-calendar-template-week.component.d.ts +23 -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 +63 -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 +39 -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 +39 -0
- package/lib/components/bmb-datepicker/bmb-datepicker.component.d.ts +52 -0
- package/lib/components/bmb-digital-id/bmb-digital-id.component.d.ts +26 -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 +49 -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 +13 -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 +29 -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 +20 -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 +34 -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.component.d.ts +27 -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 +34 -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 +51 -0
- package/lib/components/bmb-progress-cirlce/bmb-progress-circle.interface.d.ts +12 -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 +27 -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 +30 -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-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 +25 -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 +15 -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 +26 -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 +20 -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/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/services/calendar.service.d.ts +15 -0
- package/lib/services/index.d.ts +2 -0
- package/lib/services/native-modal.service.d.ts +18 -0
- package/lib/services/notification.service.d.ts +20 -0
- package/lib/services/projection.service.d.ts +31 -0
- package/lib/services/tabs.service.d.ts +13 -0
- package/lib/services/theme.service.d.ts +11 -0
- package/lib/services/toast.service.d.ts +9 -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 +5 -3
- package/public-api.d.ts +143 -0
package/index.d.ts
CHANGED
|
@@ -1,3825 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
import { FormGroup, FormControl, ValidatorFn, FormBuilder } from '@angular/forms';
|
|
7
|
-
import { CdkDragStart, CdkDragMove, CdkDragEnd } from '@angular/cdk/drag-drop';
|
|
8
|
-
import { MatPaginator, PageEvent } from '@angular/material/paginator';
|
|
9
|
-
import { MatTableDataSource } from '@angular/material/table';
|
|
10
|
-
import { SelectionModel } from '@angular/cdk/collections';
|
|
11
|
-
import { DomSanitizer, SafeHtml } from '@angular/platform-browser';
|
|
12
|
-
import { MatDialogRef } from '@angular/material/dialog';
|
|
13
|
-
|
|
14
|
-
declare class DsNgService {
|
|
15
|
-
constructor();
|
|
16
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DsNgService, never>;
|
|
17
|
-
static ɵprov: _angular_core.ɵɵInjectableDeclaration<DsNgService>;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
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';
|
|
21
|
-
type IBmbContrast = 'default' | 'primary' | 'alternative';
|
|
22
|
-
|
|
23
|
-
type IBmbInteractiveIconAppearance = 'red' | 'blue' | 'green' | 'yellow' | 'purple' | 'none' | 'mitec_blue' | 'mitec_red' | 'mitec_green' | 'mitec_orange' | 'mitec_light_green' | 'mitec_purple' | 'creative_violet' | 'creative_indigo' | 'creative_emerald' | 'creative_licorice' | 'creative_darkteal' | 'creative_peach' | 'creative_sepia' | 'creative_softred' | 'creative_wattle' | 'creative_shipcove' | 'creative_plantation' | 'creative_rum' | 'creative_hibiscus' | 'creative_ripelemon' | 'buttons-primary-normal' | 'purple-primary' | 'general_contrasts-main-selection' | 'general_contrasts-main-selection-alternative';
|
|
24
|
-
type IBmbInteractiveIconType = 'regular' | 'button' | 'app_drawer';
|
|
25
|
-
declare class BmbInteractiveIconComponent {
|
|
26
|
-
appearanceContrast: _angular_core.InputSignal<IBmbContrast>;
|
|
27
|
-
appearance: _angular_core.InputSignal<IBmbInteractiveIconAppearance>;
|
|
28
|
-
title: _angular_core.InputSignal<string | undefined>;
|
|
29
|
-
description: _angular_core.InputSignal<string>;
|
|
30
|
-
icon: _angular_core.InputSignal<string>;
|
|
31
|
-
dotNotification: _angular_core.InputSignal<number | undefined>;
|
|
32
|
-
horizontal: _angular_core.InputSignal<boolean>;
|
|
33
|
-
target: _angular_core.InputSignal<IBmbTargetLink | undefined>;
|
|
34
|
-
link: _angular_core.InputSignal<string | undefined>;
|
|
35
|
-
layout: _angular_core.InputSignal<IBmbInteractiveIconType>;
|
|
36
|
-
setButtonTemplate: _angular_core.InputSignal<boolean>;
|
|
37
|
-
buttonClick: _angular_core.OutputEmitterRef<MouseEvent>;
|
|
38
|
-
getClasses(): string[];
|
|
39
|
-
handleClick(event: MouseEvent): void;
|
|
40
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbInteractiveIconComponent, never>;
|
|
41
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbInteractiveIconComponent, "bmb-interactive-icon", never, { "appearanceContrast": { "alias": "appearanceContrast"; "required": false; "isSignal": true; }; "appearance": { "alias": "appearance"; "required": false; "isSignal": true; }; "title": { "alias": "title"; "required": false; "isSignal": true; }; "description": { "alias": "description"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "dotNotification": { "alias": "dotNotification"; "required": false; "isSignal": true; }; "horizontal": { "alias": "horizontal"; "required": false; "isSignal": true; }; "target": { "alias": "target"; "required": false; "isSignal": true; }; "link": { "alias": "link"; "required": false; "isSignal": true; }; "layout": { "alias": "layout"; "required": false; "isSignal": true; }; "setButtonTemplate": { "alias": "setButtonTemplate"; "required": false; "isSignal": true; }; }, { "buttonClick": "buttonClick"; }, never, never, true, never>;
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
type IBmbAdvertisementCard = {
|
|
45
|
-
content: IBmbAdvertisementContent;
|
|
46
|
-
imgData: IBmbAdvertisementImage;
|
|
47
|
-
};
|
|
48
|
-
type IBmbAdvertisementContent = {
|
|
49
|
-
description: string;
|
|
50
|
-
linkBtn?: string;
|
|
51
|
-
title: string;
|
|
52
|
-
labelBtn?: string;
|
|
53
|
-
};
|
|
54
|
-
type IBmbAdvertisementImage = {
|
|
55
|
-
alt: string;
|
|
56
|
-
url: string;
|
|
57
|
-
};
|
|
58
|
-
type IBmbAdvertisementData = {
|
|
59
|
-
promociones: Array<IBmbAdvertisementCard>;
|
|
60
|
-
avisos: Array<IBmbAdvertisementCard>;
|
|
61
|
-
informacion: Array<IBmbAdvertisementCard>;
|
|
62
|
-
};
|
|
63
|
-
type IBbmBgAppearance = 'normal' | 'strong' | 'success' | 'info' | 'warning' | 'error' | 'brand' | 'alert' | 'background' | 'disabled' | 'mitec_blue' | 'mitec_red' | 'mitec_green' | 'mitec_orange' | 'mitec_light_green' | 'mitec_purple' | 'creative_violet' | 'creative_indigo' | 'creative_emerald' | 'creative_licorice' | 'creative_darkteal' | 'creative_peach' | 'creative_sepia' | 'creative_softred' | 'creative_wattle' | 'creative_shipcove' | 'creative_plantation' | 'creative_rum' | 'creative_hibiscus' | 'creative_ripelemon';
|
|
64
|
-
type IStudentActivityAppearance = 'academic' | 'life' | 'events';
|
|
65
|
-
|
|
66
|
-
interface ISelectedDate {
|
|
67
|
-
day: string;
|
|
68
|
-
month: string;
|
|
69
|
-
date: DateTime;
|
|
70
|
-
}
|
|
71
|
-
interface ITimelineDayEvent {
|
|
72
|
-
date: DateTime;
|
|
73
|
-
events: ITimelineEvent[];
|
|
74
|
-
selected: boolean;
|
|
75
|
-
stringDate: string;
|
|
76
|
-
}
|
|
77
|
-
interface ITimelineEvent {
|
|
78
|
-
id: number | string;
|
|
79
|
-
start: string;
|
|
80
|
-
end: string;
|
|
81
|
-
description: string;
|
|
82
|
-
short_description: string;
|
|
83
|
-
type: ITimelineEventType | IBmbTimelineCustomEvent;
|
|
84
|
-
related_to?: string[];
|
|
85
|
-
decision?: string;
|
|
86
|
-
title: string;
|
|
87
|
-
image: string;
|
|
88
|
-
picture_profile?: string;
|
|
89
|
-
diff?: number;
|
|
90
|
-
startEvent?: DateTime;
|
|
91
|
-
endEvent?: DateTime;
|
|
92
|
-
originalStart?: DateTime;
|
|
93
|
-
user_first_name?: string;
|
|
94
|
-
user_last_name?: string;
|
|
95
|
-
user_email?: string;
|
|
96
|
-
tags?: string[];
|
|
97
|
-
icon?: string;
|
|
98
|
-
}
|
|
99
|
-
type ITimelineEventType = 'pending' | 'done' | 'active' | 'under_review' | 'canceled';
|
|
100
|
-
interface IBmbTimelineCustomEvent {
|
|
101
|
-
text: string;
|
|
102
|
-
type: IBbmBgAppearance;
|
|
103
|
-
}
|
|
104
|
-
interface ITimelineEventParsed extends ITimelineEvent {
|
|
105
|
-
startEvent: DateTime;
|
|
106
|
-
endEvent: DateTime;
|
|
107
|
-
selected: boolean;
|
|
108
|
-
diff: number;
|
|
109
|
-
originalStart: DateTime;
|
|
110
|
-
date: DateTime;
|
|
111
|
-
events: ITimelineEvent[];
|
|
112
|
-
}
|
|
113
|
-
interface IBmbTimestreamFilters {
|
|
114
|
-
instances?: string;
|
|
115
|
-
text?: string;
|
|
116
|
-
type?: string[];
|
|
117
|
-
}
|
|
118
|
-
|
|
119
|
-
interface IBmbLoginOnboarding {
|
|
120
|
-
data: {
|
|
121
|
-
[x: string]: unknown;
|
|
122
|
-
};
|
|
123
|
-
action?: 'auth' | 'toTP' | 'biometric' | 'activate' | 'getUserInfo' | 'init';
|
|
124
|
-
callback: (result: unknown) => void;
|
|
125
|
-
}
|
|
126
|
-
|
|
127
|
-
interface IBmbControlType {
|
|
128
|
-
title: string;
|
|
129
|
-
control: {
|
|
130
|
-
name: string;
|
|
131
|
-
type: 'radial' | 'checkbox' | 'switch' | 'tag';
|
|
132
|
-
label: string;
|
|
133
|
-
checked: boolean;
|
|
134
|
-
rightText?: string;
|
|
135
|
-
value?: string;
|
|
136
|
-
id?: string;
|
|
137
|
-
}[];
|
|
138
|
-
}
|
|
139
|
-
|
|
140
|
-
interface IBmbAlertTag {
|
|
141
|
-
text: string;
|
|
142
|
-
color: IBbmBgAppearance;
|
|
143
|
-
}
|
|
144
|
-
interface IBmbDataAlertDetails {
|
|
145
|
-
text: string;
|
|
146
|
-
style?: 'normal' | 'bold' | 'italic' | 'underline';
|
|
147
|
-
href?: string;
|
|
148
|
-
type: 'paragraph' | 'image' | 'video' | 'link' | 'button' | 'title';
|
|
149
|
-
variant?: IButtonAppearance;
|
|
150
|
-
event?: (id: string | number) => void;
|
|
151
|
-
}
|
|
152
|
-
interface IBmbDataAlert {
|
|
153
|
-
id: number | string;
|
|
154
|
-
title: string;
|
|
155
|
-
description: IBmbDataAlertDetails[];
|
|
156
|
-
date: string;
|
|
157
|
-
isRead: boolean;
|
|
158
|
-
time: string;
|
|
159
|
-
tags?: IBmbAlertTag[];
|
|
160
|
-
type: string;
|
|
161
|
-
isFavorite: boolean;
|
|
162
|
-
isArchived: boolean;
|
|
163
|
-
}
|
|
164
|
-
type IBmbDataAlertsEventType = 'isRead' | 'tags' | 'isFavorite' | 'isArchived';
|
|
165
|
-
interface IBmbDataAlertsOutput {
|
|
166
|
-
type: string;
|
|
167
|
-
data: string[];
|
|
168
|
-
}
|
|
169
|
-
interface IBmbDataAlertsParsed extends IBmbDataAlert {
|
|
170
|
-
pDate: DateTime;
|
|
171
|
-
}
|
|
172
|
-
interface IBmbAlertCenterCategories {
|
|
173
|
-
recent: IBmbDataAlertsParsed[];
|
|
174
|
-
sevenDays: IBmbDataAlertsParsed[];
|
|
175
|
-
month: IBmbDataAlertsParsed[];
|
|
176
|
-
rest: IBmbDataAlertsParsed[];
|
|
177
|
-
}
|
|
178
|
-
interface IBmbAlertEmptyState {
|
|
179
|
-
buttonText?: string;
|
|
180
|
-
onClick?: () => void;
|
|
181
|
-
primaryText: string;
|
|
182
|
-
secondaryText?: string;
|
|
183
|
-
showButton?: boolean;
|
|
184
|
-
size: 'large' | 'medium' | 'small';
|
|
185
|
-
tertiaryText?: string;
|
|
186
|
-
}
|
|
187
|
-
interface IBmbAlertCenterTabConfig {
|
|
188
|
-
title: string;
|
|
189
|
-
isMobile: boolean;
|
|
190
|
-
isDesktop: boolean;
|
|
191
|
-
}
|
|
192
|
-
interface IBmbAlertCenterProtoEventFooter {
|
|
193
|
-
event: IBmbDataAlertsEventType;
|
|
194
|
-
alerts: string[];
|
|
195
|
-
}
|
|
196
|
-
type IBmbAlertCenterFooterEventName = 'add_read' | 'remove_read' | 'add_favorite' | 'remove_favorite' | 'add_archived' | 'remove_archived' | 'tags';
|
|
197
|
-
interface IBmbAlertCenterFooterEvent {
|
|
198
|
-
alerts: IBmbDataAlert[];
|
|
199
|
-
event: IBmbAlertCenterFooterEventName;
|
|
200
|
-
}
|
|
201
|
-
|
|
202
|
-
type TBmbMessageType = 'text' | 'mixed' | 'image' | 'link' | 'template';
|
|
203
|
-
type IBmbBubblePosition = 'top' | 'bottom';
|
|
204
|
-
interface IBmbChatMessage {
|
|
205
|
-
userProfile?: string;
|
|
206
|
-
isUserMessage: boolean;
|
|
207
|
-
type: TBmbMessageType;
|
|
208
|
-
content: MessageContent;
|
|
209
|
-
time: Date;
|
|
210
|
-
}
|
|
211
|
-
interface MessageContent {
|
|
212
|
-
text?: string;
|
|
213
|
-
imageUrl?: string;
|
|
214
|
-
link?: string;
|
|
215
|
-
template?: TemplateRef<any>;
|
|
216
|
-
}
|
|
217
|
-
interface IBmbChatGptIcons {
|
|
218
|
-
repeat: boolean;
|
|
219
|
-
voice: boolean;
|
|
220
|
-
copy: boolean;
|
|
221
|
-
like: boolean;
|
|
222
|
-
dislike: boolean;
|
|
223
|
-
}
|
|
224
|
-
|
|
225
|
-
interface SidebarElement {
|
|
226
|
-
id: number;
|
|
227
|
-
icon: string;
|
|
228
|
-
title: string;
|
|
229
|
-
link: string;
|
|
230
|
-
target?: IBmbTargetLink;
|
|
231
|
-
children?: SidebarElement[];
|
|
232
|
-
isOpen?: boolean;
|
|
233
|
-
}
|
|
234
|
-
|
|
235
|
-
type IBmbElementDetail = {
|
|
236
|
-
title: string;
|
|
237
|
-
subtitle: string;
|
|
238
|
-
score: number;
|
|
239
|
-
};
|
|
240
|
-
type IBmbPartial = {
|
|
241
|
-
title: string;
|
|
242
|
-
score: number;
|
|
243
|
-
};
|
|
244
|
-
type IBmbClassDetail = {
|
|
245
|
-
detail: IBmbElementDetail;
|
|
246
|
-
partials: IBmbPartial[];
|
|
247
|
-
};
|
|
248
|
-
type IBmbPeriod = {
|
|
249
|
-
detail: IBmbElementDetail;
|
|
250
|
-
accreditedClasses: number;
|
|
251
|
-
periodAverage: number;
|
|
252
|
-
serviceHours: number | null;
|
|
253
|
-
classes: IBmbClassDetail[];
|
|
254
|
-
};
|
|
255
|
-
type IBmbGrades = {
|
|
256
|
-
title: string;
|
|
257
|
-
subtitle: string;
|
|
258
|
-
periods: IBmbPeriod[];
|
|
259
|
-
};
|
|
260
|
-
|
|
261
|
-
interface TableColum {
|
|
262
|
-
label: string;
|
|
263
|
-
labelEn?: string;
|
|
264
|
-
def: string;
|
|
265
|
-
dataKey: string;
|
|
266
|
-
htmlLabel?: TemplateRef<any>;
|
|
267
|
-
templateActions?: TemplateRef<any>;
|
|
268
|
-
width?: number;
|
|
269
|
-
type?: 'string' | 'number' | 'date';
|
|
270
|
-
icon?: string;
|
|
271
|
-
dateFormat?: string;
|
|
272
|
-
isFilterable?: boolean;
|
|
273
|
-
}
|
|
274
|
-
interface TableConfig {
|
|
275
|
-
isSelectable?: boolean;
|
|
276
|
-
isPaginable?: boolean;
|
|
277
|
-
isExpandible?: boolean;
|
|
278
|
-
showActions?: boolean;
|
|
279
|
-
}
|
|
280
|
-
type IBmbFiltersPosition = 'top' | 'right' | 'bottom' | 'left';
|
|
281
|
-
|
|
282
|
-
type SizeNames = 'xs' | 's' | 'm' | 'l' | 'xl' | 'none' | 'auto';
|
|
283
|
-
type IButtonAppearance = 'primary' | 'secondary-filled' | 'secondary-outlined' | 'destructive' | 'transparent';
|
|
284
|
-
type IButtonSize = 'small' | 'large' | 'micro';
|
|
285
|
-
type IBbmSidePosition = 'before' | 'after';
|
|
286
|
-
type IBmbHorizontalPosition = 'left' | 'right';
|
|
287
|
-
type IBmbTargetLink = '_blank' | '_parent' | '_self' | '_top';
|
|
288
|
-
type IBmbUserImageSize = 'desktop-small' | 'desktop-large' | 'mobile-small' | 'mobile-medium' | 'mobile-large' | 'mobile-xlarge';
|
|
289
|
-
interface IBmbError {
|
|
290
|
-
codeError: boolean;
|
|
291
|
-
errorMessage: string;
|
|
292
|
-
}
|
|
293
|
-
interface IBmbAuthenticateInfo {
|
|
294
|
-
user: string;
|
|
295
|
-
password: string;
|
|
296
|
-
}
|
|
297
|
-
interface IBmbUserInfo {
|
|
298
|
-
id: string;
|
|
299
|
-
fullName: string;
|
|
300
|
-
profilePicture: string;
|
|
301
|
-
}
|
|
302
|
-
interface IBmbHome {
|
|
303
|
-
data: {
|
|
304
|
-
[x: string]: unknown;
|
|
305
|
-
};
|
|
306
|
-
action?: 'profile' | 'auth';
|
|
307
|
-
callback: (result: unknown) => void;
|
|
308
|
-
}
|
|
309
|
-
interface IBmbApp {
|
|
310
|
-
icon: string;
|
|
311
|
-
title: string;
|
|
312
|
-
link?: string;
|
|
313
|
-
target?: IBmbTargetLink;
|
|
314
|
-
appearance: IBmbInteractiveIconAppearance;
|
|
315
|
-
callbackParam?: any;
|
|
316
|
-
}
|
|
317
|
-
interface IBmbNameValuePair {
|
|
318
|
-
name: string;
|
|
319
|
-
value: string | number | boolean;
|
|
320
|
-
}
|
|
321
|
-
interface IBmbProfileData {
|
|
322
|
-
name: string;
|
|
323
|
-
userImg: string;
|
|
324
|
-
matricula: string;
|
|
325
|
-
mail: string;
|
|
326
|
-
period: string;
|
|
327
|
-
campus: string;
|
|
328
|
-
program: string;
|
|
329
|
-
curp?: string;
|
|
330
|
-
linkedin?: string;
|
|
331
|
-
isExatec?: boolean;
|
|
332
|
-
}
|
|
333
|
-
interface IBmbUserData {
|
|
334
|
-
name: string;
|
|
335
|
-
userImg: string;
|
|
336
|
-
email: string;
|
|
337
|
-
registration?: string;
|
|
338
|
-
}
|
|
339
|
-
interface IBmbStudentProfileData {
|
|
340
|
-
userData: IBmbUserData;
|
|
341
|
-
period: string;
|
|
342
|
-
campus: string;
|
|
343
|
-
program: string;
|
|
344
|
-
curp?: string;
|
|
345
|
-
linkedin?: string;
|
|
346
|
-
isExatec?: boolean;
|
|
347
|
-
}
|
|
348
|
-
interface IBmbHierarchyProfileData {
|
|
349
|
-
userData: IBmbUserData;
|
|
350
|
-
hierarchyLink?: string;
|
|
351
|
-
hierarchyTarget?: IBmbTargetLink;
|
|
352
|
-
}
|
|
353
|
-
interface IBmbCollaboratorProfileData {
|
|
354
|
-
userData: IBmbUserData;
|
|
355
|
-
position: string;
|
|
356
|
-
area: string;
|
|
357
|
-
leader: IBmbHierarchyProfileData;
|
|
358
|
-
generalist: IBmbHierarchyProfileData;
|
|
359
|
-
}
|
|
360
|
-
interface IBmbActionHeader {
|
|
361
|
-
icon: string;
|
|
362
|
-
alt?: string;
|
|
363
|
-
iconSize?: number;
|
|
364
|
-
iconActiveToggle?: string;
|
|
365
|
-
isToggleActive?: boolean;
|
|
366
|
-
isAccentColor?: boolean;
|
|
367
|
-
link?: string;
|
|
368
|
-
target?: IBmbTargetLink;
|
|
369
|
-
action: () => void;
|
|
370
|
-
}
|
|
371
|
-
interface IBmbLinkConfiguration extends IBmbLinkInfo {
|
|
372
|
-
label: string;
|
|
373
|
-
}
|
|
374
|
-
interface IBmbLinkInfo {
|
|
375
|
-
link: string;
|
|
376
|
-
target?: IBmbTargetLink;
|
|
377
|
-
}
|
|
378
|
-
interface IBmbImageInfo {
|
|
379
|
-
src: string;
|
|
380
|
-
alt: string;
|
|
381
|
-
}
|
|
382
|
-
interface IBmbBadgeInfo {
|
|
383
|
-
text: string;
|
|
384
|
-
appearance: IBbmBgAppearance;
|
|
385
|
-
container?: boolean;
|
|
386
|
-
}
|
|
387
|
-
interface IDropdownItem {
|
|
388
|
-
idItem?: string;
|
|
389
|
-
icon: string;
|
|
390
|
-
text: string;
|
|
391
|
-
dotNotification?: number;
|
|
392
|
-
selectedText?: string;
|
|
393
|
-
value?: string;
|
|
394
|
-
url?: string;
|
|
395
|
-
target?: IBmbTargetLink;
|
|
396
|
-
action?: (event?: unknown) => void;
|
|
397
|
-
}
|
|
398
|
-
|
|
399
|
-
type BmbToastAppearance = 'neutral' | 'primary' | 'warning' | 'error' | 'event' | 'successful' | 'reminder' | 'mitec_blue' | 'mitec_red' | 'mitec_green' | 'mitec_orange' | 'mitec_light_green' | 'mitec_purple' | 'creative_violet' | 'creative_indigo' | 'creative_emerald' | 'creative_licorice' | 'creative_darkteal' | 'creative_peach' | 'creative_sepia' | 'creative_softred' | 'creative_wattle' | 'creative_shipcove' | 'creative_plantation' | 'creative_rum' | 'creative_hibiscus' | 'creative_ripelemon';
|
|
400
|
-
declare class BmbToastComponent {
|
|
401
|
-
appearance: _angular_core.InputSignal<BmbToastAppearance>;
|
|
402
|
-
isClosable: _angular_core.InputSignal<boolean>;
|
|
403
|
-
title: _angular_core.InputSignal<string>;
|
|
404
|
-
description: _angular_core.InputSignal<string | undefined>;
|
|
405
|
-
position: _angular_core.InputSignal<string>;
|
|
406
|
-
id: _angular_core.InputSignal<string | number>;
|
|
407
|
-
onClose: _angular_core.OutputEmitterRef<MouseEvent>;
|
|
408
|
-
getClasses(): string[];
|
|
409
|
-
getIcon(): string;
|
|
410
|
-
handleClose(event: MouseEvent): void;
|
|
411
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbToastComponent, never>;
|
|
412
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbToastComponent, "bmb-toast", never, { "appearance": { "alias": "appearance"; "required": false; "isSignal": true; }; "isClosable": { "alias": "isClosable"; "required": false; "isSignal": true; }; "title": { "alias": "title"; "required": false; "isSignal": true; }; "description": { "alias": "description"; "required": false; "isSignal": true; }; "position": { "alias": "position"; "required": false; "isSignal": true; }; "id": { "alias": "id"; "required": false; "isSignal": true; }; }, { "onClose": "onClose"; }, never, never, true, never>;
|
|
413
|
-
}
|
|
414
|
-
|
|
415
|
-
interface INotification extends IMinimalNotification, IBmbNoticeCardContent {
|
|
416
|
-
icon?: string;
|
|
417
|
-
type?: NotificationType;
|
|
418
|
-
dontAskAgainEvent?: (id: string) => void;
|
|
419
|
-
date?: string;
|
|
420
|
-
delay?: number;
|
|
421
|
-
actions?: INotificationAction[];
|
|
422
|
-
appIcon?: string;
|
|
423
|
-
appName?: string;
|
|
424
|
-
userName?: string;
|
|
425
|
-
userMail?: string;
|
|
426
|
-
userAvatar?: string;
|
|
427
|
-
media?: string;
|
|
428
|
-
appearance?: BmbToastAppearance;
|
|
429
|
-
component?: 'toast' | 'notification' | 'notice-card';
|
|
430
|
-
position?: 'top-left' | 'top-right' | 'top-center' | 'bottom-left' | 'bottom-right' | 'bottom-center';
|
|
431
|
-
}
|
|
432
|
-
interface IMinimalNotification {
|
|
433
|
-
title: string;
|
|
434
|
-
subTitle?: string;
|
|
435
|
-
content?: string | IBmbNoticeCardDescription;
|
|
436
|
-
isFullColor: boolean;
|
|
437
|
-
id?: string;
|
|
438
|
-
}
|
|
439
|
-
interface IBmbNoticeCardContent {
|
|
440
|
-
buttonText?: string;
|
|
441
|
-
link?: string;
|
|
442
|
-
}
|
|
443
|
-
interface IBmbGenericAction {
|
|
444
|
-
title: string;
|
|
445
|
-
type?: IButtonAppearance;
|
|
446
|
-
icon?: string;
|
|
447
|
-
}
|
|
448
|
-
interface INotificationAction extends IBmbGenericAction {
|
|
449
|
-
action: 'close' | ((notification: IMinimalNotification) => void);
|
|
450
|
-
}
|
|
451
|
-
interface IBmbButtonAction extends IBmbGenericAction {
|
|
452
|
-
action: () => void;
|
|
453
|
-
}
|
|
454
|
-
interface IBmbNoticeCardDescription {
|
|
455
|
-
pageOne?: string;
|
|
456
|
-
pageTwo?: string;
|
|
457
|
-
}
|
|
458
|
-
type NotificationType = 'tec' | 'success' | 'info' | 'neutral' | 'event' | 'error' | 'warning' | 'black' | 'creative_violet' | 'creative_indigo' | 'creative_emerald' | 'creative_licorice' | 'creative_darkteal' | 'creative_orange' | 'creative_peach' | 'creative_sepia' | 'creative_softred' | 'creative_wattle' | 'creative_shipcove' | 'creative_plantation' | 'creative_rum' | 'creative_hibiscus' | 'creative_ripelemon';
|
|
459
|
-
|
|
460
|
-
type NotificationPositionX = 'left' | 'right';
|
|
461
|
-
type NotificationPositionY = 'top' | 'bottom';
|
|
462
|
-
declare class BmbNotificationService {
|
|
463
|
-
private appRef;
|
|
464
|
-
private environmentInjector;
|
|
465
|
-
positionX?: NotificationPositionX | undefined;
|
|
466
|
-
positionY?: NotificationPositionY | undefined;
|
|
467
|
-
readonly notificationList: _angular_core.WritableSignal<INotification[]>;
|
|
468
|
-
private portalComponentRef;
|
|
469
|
-
constructor(appRef: ApplicationRef, environmentInjector: EnvironmentInjector, positionX?: NotificationPositionX | undefined, positionY?: NotificationPositionY | undefined);
|
|
470
|
-
private getOrCreatePortal;
|
|
471
|
-
addNotification(notification: INotification): void;
|
|
472
|
-
deleteNotification(id: string, delay?: number): void;
|
|
473
|
-
getNotificationList(): INotification[];
|
|
474
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbNotificationService, [null, null, { optional: true; }, { optional: true; }]>;
|
|
475
|
-
static ɵprov: _angular_core.ɵɵInjectableDeclaration<BmbNotificationService>;
|
|
476
|
-
}
|
|
477
|
-
|
|
478
|
-
interface IBmbTab {
|
|
479
|
-
id: number;
|
|
480
|
-
title: string;
|
|
481
|
-
isActive?: boolean;
|
|
482
|
-
badge?: number;
|
|
483
|
-
isMobile?: boolean;
|
|
484
|
-
isDesktop?: boolean;
|
|
485
|
-
}
|
|
486
|
-
declare class BmbTabsComponent implements OnInit, AfterViewInit, OnDestroy {
|
|
487
|
-
private tabsService;
|
|
488
|
-
private zone;
|
|
489
|
-
appearanceContrast: _angular_core.InputSignal<IBmbContrast>;
|
|
490
|
-
format: _angular_core.InputSignal<string>;
|
|
491
|
-
tabs: _angular_core.InputSignal<IBmbTab[]>;
|
|
492
|
-
selectedTabId: _angular_core.ModelSignal<number>;
|
|
493
|
-
selected: _angular_core.OutputEmitterRef<IBmbTab>;
|
|
494
|
-
activeTabIndex: _angular_core.WritableSignal<number>;
|
|
495
|
-
observer: any;
|
|
496
|
-
hasScroll: _angular_core.WritableSignal<boolean>;
|
|
497
|
-
scrollLeft: _angular_core.WritableSignal<number>;
|
|
498
|
-
scrollRight: _angular_core.WritableSignal<number>;
|
|
499
|
-
tabsItems: ElementRef;
|
|
500
|
-
constructor(tabsService: TabsService, zone: NgZone);
|
|
501
|
-
ngOnInit(): void;
|
|
502
|
-
ngAfterViewInit(): void;
|
|
503
|
-
ngOnDestroy(): void;
|
|
504
|
-
selectTab(selectedId: number): void;
|
|
505
|
-
goToNextTab(): void;
|
|
506
|
-
goToPreviousTab(): void;
|
|
507
|
-
private updateActiveTab;
|
|
508
|
-
showActiveTab(): void;
|
|
509
|
-
scrollTo(toLeft: boolean): void;
|
|
510
|
-
scrollEvent(event: Event): void;
|
|
511
|
-
getTabsClasses(): string[];
|
|
512
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbTabsComponent, never>;
|
|
513
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbTabsComponent, "bmb-tabs", never, { "appearanceContrast": { "alias": "appearanceContrast"; "required": false; "isSignal": true; }; "format": { "alias": "format"; "required": false; "isSignal": true; }; "tabs": { "alias": "tabs"; "required": false; "isSignal": true; }; "selectedTabId": { "alias": "selectedTabId"; "required": false; "isSignal": true; }; }, { "selectedTabId": "selectedTabIdChange"; "selected": "selected"; }, never, ["*"], true, never>;
|
|
514
|
-
}
|
|
515
|
-
|
|
516
|
-
declare class TabsService {
|
|
517
|
-
private tabsSubject;
|
|
518
|
-
private selectedTabSubject;
|
|
519
|
-
tabs$: rxjs.Observable<IBmbTab[]>;
|
|
520
|
-
selectedTab$: rxjs.Observable<IBmbTab | null>;
|
|
521
|
-
setTabs(tabs: IBmbTab[]): void;
|
|
522
|
-
selectTab(tab: IBmbTab): void;
|
|
523
|
-
resetTabs(): void;
|
|
524
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<TabsService, never>;
|
|
525
|
-
static ɵprov: _angular_core.ɵɵInjectableDeclaration<TabsService>;
|
|
526
|
-
}
|
|
527
|
-
|
|
528
|
-
type IBmbCalendarEvent = {
|
|
529
|
-
title: string;
|
|
530
|
-
subtitle?: string;
|
|
531
|
-
detail: string;
|
|
532
|
-
start: string;
|
|
533
|
-
end: string;
|
|
534
|
-
modalTitle: string;
|
|
535
|
-
status?: IBmbEventStatus;
|
|
536
|
-
type?: IBmbEventType;
|
|
537
|
-
id?: string;
|
|
538
|
-
tags?: {
|
|
539
|
-
appearance: IBbmBgAppearance;
|
|
540
|
-
text: string;
|
|
541
|
-
}[];
|
|
542
|
-
place?: string;
|
|
543
|
-
calendar?: string;
|
|
544
|
-
isVisible?: boolean;
|
|
545
|
-
startDate?: DateTime;
|
|
546
|
-
endDate?: DateTime;
|
|
547
|
-
column?: number;
|
|
548
|
-
columnCount?: number;
|
|
549
|
-
interval?: Interval;
|
|
550
|
-
};
|
|
551
|
-
type IBmbCalendarView = 'week' | 'month' | 'day';
|
|
552
|
-
type IBmbEventType = 'academic' | 'life' | 'events' | 'save_the_date';
|
|
553
|
-
type IBmbEventStatus = 'disabled' | 'active';
|
|
554
|
-
interface IBmbCalendarEventClick {
|
|
555
|
-
event: IBmbCalendarEvent;
|
|
556
|
-
position: any;
|
|
557
|
-
}
|
|
558
|
-
interface IBmbParsedDates {
|
|
559
|
-
calendars?: string[];
|
|
560
|
-
[week: number]: {
|
|
561
|
-
[date: string]: IBmbCalendarEvent[];
|
|
562
|
-
};
|
|
563
|
-
}
|
|
564
|
-
|
|
565
|
-
declare class BmbCalendarService {
|
|
566
|
-
readonly eventList: _angular_core.WritableSignal<IBmbCalendarEvent[]>;
|
|
567
|
-
readonly isLoading: _angular_core.WritableSignal<boolean>;
|
|
568
|
-
addMultipleEvents(events: IBmbCalendarEvent[]): void;
|
|
569
|
-
addEvent(event: IBmbCalendarEvent): void;
|
|
570
|
-
deleteEvent(id: string): void;
|
|
571
|
-
editEvent(id: string): void;
|
|
572
|
-
getEventList(): IBmbCalendarEvent[];
|
|
573
|
-
setIsLoading(state: boolean): void;
|
|
574
|
-
getIsLoading(): boolean;
|
|
575
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbCalendarService, never>;
|
|
576
|
-
static ɵprov: _angular_core.ɵɵInjectableDeclaration<BmbCalendarService>;
|
|
577
|
-
}
|
|
578
|
-
|
|
579
|
-
declare class BmbUserProfileService {
|
|
580
|
-
userInfo: _angular_core.WritableSignal<IBmbUserInfo>;
|
|
581
|
-
getUserInfo(): IBmbUserInfo;
|
|
582
|
-
setUserInfo(state: IBmbUserInfo): void;
|
|
583
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbUserProfileService, never>;
|
|
584
|
-
static ɵprov: _angular_core.ɵɵInjectableDeclaration<BmbUserProfileService>;
|
|
585
|
-
}
|
|
586
|
-
|
|
587
|
-
interface IBmbLoginOnBoardingCustomization {
|
|
588
|
-
anotherAccount: IBmbLinkConfiguration;
|
|
589
|
-
forgottenPassword: IBmbLinkConfiguration;
|
|
590
|
-
}
|
|
591
|
-
declare class BmbLoginOnboardingComponent {
|
|
592
|
-
private loginOnboardingService;
|
|
593
|
-
loginOnBoardingCustomization: _angular_core.InputSignal<IBmbLoginOnBoardingCustomization>;
|
|
594
|
-
handleRequest: _angular_core.OutputEmitterRef<any>;
|
|
595
|
-
constructor(loginOnboardingService: BmbLoginOnboardingService);
|
|
596
|
-
ngOnInit(): void;
|
|
597
|
-
getIsLoading(): boolean;
|
|
598
|
-
getActivePage(): number;
|
|
599
|
-
_handleRequest(event: unknown): void;
|
|
600
|
-
handleContinuePage(): void;
|
|
601
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbLoginOnboardingComponent, never>;
|
|
602
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbLoginOnboardingComponent, "bmb-login-onboarding", never, { "loginOnBoardingCustomization": { "alias": "loginOnBoardingCustomization"; "required": false; "isSignal": true; }; }, { "handleRequest": "handleRequest"; }, never, ["*"], true, never>;
|
|
603
|
-
}
|
|
604
|
-
|
|
605
|
-
declare class BmbLoginOnboardingService {
|
|
606
|
-
isLoading: _angular_core.WritableSignal<boolean>;
|
|
607
|
-
activePage: _angular_core.WritableSignal<number>;
|
|
608
|
-
activeStep: _angular_core.WritableSignal<number>;
|
|
609
|
-
totalSteps: _angular_core.WritableSignal<number>;
|
|
610
|
-
userInfo: _angular_core.WritableSignal<IBmbUserInfo>;
|
|
611
|
-
loginOnBoardingCustomization: IBmbLoginOnBoardingCustomization;
|
|
612
|
-
getLoginOnBoardingCustomization(): IBmbLoginOnBoardingCustomization;
|
|
613
|
-
setLoginOnBoardingCustomization(value: IBmbLoginOnBoardingCustomization): void;
|
|
614
|
-
getIsLoading(): boolean;
|
|
615
|
-
setIsLoading(state: boolean): void;
|
|
616
|
-
setActivePage(state: number): void;
|
|
617
|
-
getActivePage(): number;
|
|
618
|
-
setActiveStep(state: number): void;
|
|
619
|
-
getActiveStep(): number;
|
|
620
|
-
getTotalSteps(): number;
|
|
621
|
-
setTotalSteps(state: number): void;
|
|
622
|
-
getUserInfo(): IBmbUserInfo;
|
|
623
|
-
setUserInfo(state: IBmbUserInfo): void;
|
|
624
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbLoginOnboardingService, never>;
|
|
625
|
-
static ɵprov: _angular_core.ɵɵInjectableDeclaration<BmbLoginOnboardingService>;
|
|
626
|
-
}
|
|
627
|
-
|
|
628
|
-
declare class BmbAlertCenterService {
|
|
629
|
-
private alerts;
|
|
630
|
-
private advertisements;
|
|
631
|
-
private isLoading;
|
|
632
|
-
constructor();
|
|
633
|
-
setAlerts(alerts: IBmbDataAlert[]): void;
|
|
634
|
-
updateAlerts(alertList: IBmbDataAlert[]): void;
|
|
635
|
-
addAlerts(alerts: IBmbDataAlert[]): void;
|
|
636
|
-
getAlerts(): IBmbDataAlert[];
|
|
637
|
-
setAdvertisements(advertisements: IBmbDataAlert[]): void;
|
|
638
|
-
updateAdvertisements(advertisements: IBmbDataAlert[]): void;
|
|
639
|
-
addAdvertisements(advertisements: IBmbDataAlert[]): void;
|
|
640
|
-
getAdvertisements(): IBmbDataAlert[];
|
|
641
|
-
getLoadingState(): boolean;
|
|
642
|
-
setLoadingState(loading: boolean): void;
|
|
643
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbAlertCenterService, never>;
|
|
644
|
-
static ɵprov: _angular_core.ɵɵInjectableDeclaration<BmbAlertCenterService>;
|
|
645
|
-
}
|
|
646
|
-
|
|
647
|
-
type IBmbModalSize = 'small' | 'medium' | 'large';
|
|
648
|
-
type IBmbModalType = 'informative' | 'action' | 'alert';
|
|
649
|
-
type IBmbNativeModalSize = IBmbModalSize | 'x-small' | 'x-large';
|
|
650
|
-
type IBmbModalAlertStyle = 'warning' | 'neutral' | 'primary' | 'event' | 'success' | 'error';
|
|
651
|
-
interface IBmbActionButton {
|
|
652
|
-
buttonName: string;
|
|
653
|
-
appearance?: IButtonAppearance;
|
|
654
|
-
label: string;
|
|
655
|
-
icon?: string;
|
|
656
|
-
action: () => void;
|
|
657
|
-
}
|
|
658
|
-
interface ModalDataConfig {
|
|
659
|
-
title?: string;
|
|
660
|
-
subtitle?: string;
|
|
661
|
-
content?: string | TemplateRef<any> | null;
|
|
662
|
-
type?: IBmbModalType;
|
|
663
|
-
alertStyle?: IBmbModalAlertStyle;
|
|
664
|
-
size?: IBmbModalSize;
|
|
665
|
-
primaryBtnLabel?: string;
|
|
666
|
-
secondaryBtnLabel?: string;
|
|
667
|
-
scrollable?: boolean;
|
|
668
|
-
hidePrimaryButton?: boolean;
|
|
669
|
-
hideSecondaryButton?: boolean;
|
|
670
|
-
extendButtons?: boolean;
|
|
671
|
-
primaryAction?: () => void;
|
|
672
|
-
secondaryAction?: () => void;
|
|
673
|
-
closeAction?: () => void;
|
|
674
|
-
}
|
|
675
|
-
interface IBmbNativeModal extends Omit<ModalDataConfig, 'primaryAction' | 'secondaryAction' | 'closeAction' | 'extendButtons' | 'alertStyle' | 'size' | 'type' | 'content'> {
|
|
676
|
-
modalId?: string;
|
|
677
|
-
size?: IBmbNativeModalSize;
|
|
678
|
-
iconStyle?: IBmbModalAlertStyle;
|
|
679
|
-
actions?: IBmbActionButton[];
|
|
680
|
-
closeModalClicked?: (event: unknown) => void;
|
|
681
|
-
inputContext?: {
|
|
682
|
-
[key: string]: any;
|
|
683
|
-
};
|
|
684
|
-
outputContext?: {
|
|
685
|
-
[key: string]: (value: any) => void;
|
|
686
|
-
};
|
|
687
|
-
content?: string | TemplateRef<any> | null | Type<any>;
|
|
688
|
-
}
|
|
689
|
-
|
|
690
|
-
declare class BmbNativeModalService {
|
|
691
|
-
private appRef;
|
|
692
|
-
private environmentInjector;
|
|
693
|
-
readonly modalList: _angular_core.WritableSignal<IBmbNativeModal[]>;
|
|
694
|
-
private portalComponentRef;
|
|
695
|
-
constructor(appRef: ApplicationRef, environmentInjector: EnvironmentInjector);
|
|
696
|
-
private getOrCreatePortal;
|
|
697
|
-
openModal(newModal: IBmbNativeModal): string;
|
|
698
|
-
closeModal(id: string): void;
|
|
699
|
-
closeAllModals(): void;
|
|
700
|
-
getModalList(): IBmbNativeModal[];
|
|
701
|
-
checkIfModalExists(id: string): boolean;
|
|
702
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbNativeModalService, never>;
|
|
703
|
-
static ɵprov: _angular_core.ɵɵInjectableDeclaration<BmbNativeModalService>;
|
|
704
|
-
}
|
|
705
|
-
|
|
706
|
-
type IBmbProjectedContentMode = 'over' | 'partial' | 'outside';
|
|
707
|
-
interface IBmbProjectionContent {
|
|
708
|
-
content: TemplateRef<any> | null | Type<any>;
|
|
709
|
-
targetRef?: HTMLElement | null;
|
|
710
|
-
mode?: IBmbProjectedContentMode;
|
|
711
|
-
fixSizeToRef?: boolean;
|
|
712
|
-
inputContext?: {
|
|
713
|
-
[key: string]: any;
|
|
714
|
-
};
|
|
715
|
-
showBackdrop?: boolean;
|
|
716
|
-
outputContext?: {
|
|
717
|
-
[key: string]: (value: any) => void;
|
|
718
|
-
};
|
|
719
|
-
}
|
|
720
|
-
declare class BmbProjectionContentService {
|
|
721
|
-
private appRef;
|
|
722
|
-
private environmentInjector;
|
|
723
|
-
readonly contentList: _angular_core.WritableSignal<IBmbProjectionContent | null>;
|
|
724
|
-
private portalComponentRef;
|
|
725
|
-
constructor(appRef: ApplicationRef, environmentInjector: EnvironmentInjector);
|
|
726
|
-
private getOrCreatePortal;
|
|
727
|
-
openContent(content: IBmbProjectionContent): void;
|
|
728
|
-
closeContent(): void;
|
|
729
|
-
getProjectedContent(): IBmbProjectionContent | null;
|
|
730
|
-
isThereContentProjected(): boolean;
|
|
731
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbProjectionContentService, never>;
|
|
732
|
-
static ɵprov: _angular_core.ɵɵInjectableDeclaration<BmbProjectionContentService>;
|
|
733
|
-
}
|
|
734
|
-
|
|
735
|
-
declare class DsNgComponent {
|
|
736
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DsNgComponent, never>;
|
|
737
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<DsNgComponent, "bmb-ds-ng", never, {}, {}, never, never, true, never>;
|
|
738
|
-
}
|
|
739
|
-
|
|
740
|
-
declare class BmbButtonDirective {
|
|
741
|
-
private el;
|
|
742
|
-
private viewContainerRef;
|
|
743
|
-
private cdr;
|
|
744
|
-
private renderer;
|
|
745
|
-
icon: _angular_core.InputSignal<string>;
|
|
746
|
-
iconSize: _angular_core.InputSignal<number | undefined>;
|
|
747
|
-
position: _angular_core.InputSignal<IBmbHorizontalPosition>;
|
|
748
|
-
case: _angular_core.InputSignal<boolean>;
|
|
749
|
-
appearance: _angular_core.InputSignal<IButtonAppearance>;
|
|
750
|
-
size: _angular_core.InputSignal<IButtonSize>;
|
|
751
|
-
isToggleActive: _angular_core.InputSignal<boolean>;
|
|
752
|
-
enableButtonToggle: _angular_core.InputSignal<boolean>;
|
|
753
|
-
isRounded: _angular_core.InputSignal<boolean>;
|
|
754
|
-
isMobile: _angular_core.InputSignal<boolean>;
|
|
755
|
-
iconAlt: _angular_core.InputSignal<string>;
|
|
756
|
-
private providedInputs;
|
|
757
|
-
constructor(el: ElementRef, viewContainerRef: ViewContainerRef, cdr: ChangeDetectorRef, renderer: Renderer2);
|
|
758
|
-
ngOnInit(): void;
|
|
759
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
760
|
-
private applyAttributes;
|
|
761
|
-
get elementClass(): string[];
|
|
762
|
-
private addContent;
|
|
763
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbButtonDirective, never>;
|
|
764
|
-
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<BmbButtonDirective, "[bmbButton]", never, { "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "iconSize": { "alias": "iconSize"; "required": false; "isSignal": true; }; "position": { "alias": "position"; "required": false; "isSignal": true; }; "case": { "alias": "case"; "required": false; "isSignal": true; }; "appearance": { "alias": "appearance"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "isToggleActive": { "alias": "isToggleActive"; "required": false; "isSignal": true; }; "enableButtonToggle": { "alias": "enableButtonToggle"; "required": false; "isSignal": true; }; "isRounded": { "alias": "isRounded"; "required": false; "isSignal": true; }; "isMobile": { "alias": "isMobile"; "required": false; "isSignal": true; }; "iconAlt": { "alias": "iconAlt"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
765
|
-
}
|
|
766
|
-
|
|
767
|
-
type IColumSizeMobile = 0 | 1 | 2 | 3 | 4;
|
|
768
|
-
type IColumSizeFull = 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12;
|
|
769
|
-
interface IMargin {
|
|
770
|
-
sm: number;
|
|
771
|
-
lg?: number;
|
|
772
|
-
}
|
|
773
|
-
declare class BmbLayoutItemDirective {
|
|
774
|
-
colSm: _angular_core.InputSignal<IColumSizeMobile>;
|
|
775
|
-
colLg: _angular_core.InputSignal<IColumSizeFull>;
|
|
776
|
-
marginLeft: _angular_core.InputSignal<IMargin>;
|
|
777
|
-
marginRight: _angular_core.InputSignal<IMargin>;
|
|
778
|
-
colGrow: _angular_core.InputSignal<number>;
|
|
779
|
-
isDynamicItem: _angular_core.InputSignal<boolean>;
|
|
780
|
-
get elementClass(): string[];
|
|
781
|
-
flex?: string;
|
|
782
|
-
ngOnInit(): void;
|
|
783
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbLayoutItemDirective, never>;
|
|
784
|
-
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<BmbLayoutItemDirective, "[bmbLayoutItem]", never, { "colSm": { "alias": "colSm"; "required": false; "isSignal": true; }; "colLg": { "alias": "colLg"; "required": false; "isSignal": true; }; "marginLeft": { "alias": "marginLeft"; "required": false; "isSignal": true; }; "marginRight": { "alias": "marginRight"; "required": false; "isSignal": true; }; "colGrow": { "alias": "colGrow"; "required": false; "isSignal": true; }; "isDynamicItem": { "alias": "isDynamicItem"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
785
|
-
}
|
|
786
|
-
|
|
787
|
-
type IJustifyOptions = 'center' | 'end' | 'start' | 'stretch' | 'spaceAround' | 'spaceBetween' | 'spaceEvenly';
|
|
788
|
-
type IAlignItemsOptions = 'center' | 'end' | 'start' | 'stretch';
|
|
789
|
-
declare class BmbLayoutDirective {
|
|
790
|
-
gapSize: _angular_core.InputSignal<SizeNames>;
|
|
791
|
-
margin: _angular_core.InputSignal<SizeNames>;
|
|
792
|
-
dynamicCols: _angular_core.InputSignal<boolean>;
|
|
793
|
-
justify: _angular_core.InputSignal<IJustifyOptions>;
|
|
794
|
-
alignItems: _angular_core.InputSignal<IAlignItemsOptions>;
|
|
795
|
-
constructor();
|
|
796
|
-
get elementClass(): string[];
|
|
797
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbLayoutDirective, never>;
|
|
798
|
-
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<BmbLayoutDirective, "[bmbLayout]", never, { "gapSize": { "alias": "gapSize"; "required": false; "isSignal": true; }; "margin": { "alias": "margin"; "required": false; "isSignal": true; }; "dynamicCols": { "alias": "dynamicCols"; "required": false; "isSignal": true; }; "justify": { "alias": "justify"; "required": false; "isSignal": true; }; "alignItems": { "alias": "alignItems"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
799
|
-
}
|
|
800
|
-
|
|
801
|
-
declare class BmbVerticalLayoutDirective {
|
|
802
|
-
gapSize: _angular_core.InputSignal<SizeNames>;
|
|
803
|
-
justify: _angular_core.InputSignal<IJustifyOptions>;
|
|
804
|
-
alignItems: _angular_core.InputSignal<IAlignItemsOptions>;
|
|
805
|
-
layoutHeight: _angular_core.InputSignal<string>;
|
|
806
|
-
constructor();
|
|
807
|
-
get elementClass(): string[];
|
|
808
|
-
styleHeight?: string;
|
|
809
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbVerticalLayoutDirective, never>;
|
|
810
|
-
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<BmbVerticalLayoutDirective, "[bmbVerticalLayout]", never, { "gapSize": { "alias": "gapSize"; "required": false; "isSignal": true; }; "justify": { "alias": "justify"; "required": false; "isSignal": true; }; "alignItems": { "alias": "alignItems"; "required": false; "isSignal": true; }; "layoutHeight": { "alias": "layoutHeight"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
811
|
-
}
|
|
812
|
-
|
|
813
|
-
declare class BmbVerticalLayoutItemDirective {
|
|
814
|
-
rowGrow: _angular_core.InputSignal<number>;
|
|
815
|
-
constructor();
|
|
816
|
-
flex?: string;
|
|
817
|
-
get elementClass(): string[];
|
|
818
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbVerticalLayoutItemDirective, never>;
|
|
819
|
-
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<BmbVerticalLayoutItemDirective, "[bmbVerticalLayoutItem]", never, { "rowGrow": { "alias": "rowGrow"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
820
|
-
}
|
|
821
|
-
|
|
822
|
-
type IBbmButtonGroupType = 'small' | 'large';
|
|
823
|
-
declare class BmbButtonGroupDirective {
|
|
824
|
-
appearance: _angular_core.InputSignal<IButtonAppearance>;
|
|
825
|
-
size: _angular_core.InputSignal<IBbmButtonGroupType>;
|
|
826
|
-
get elementClass(): string[];
|
|
827
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbButtonGroupDirective, never>;
|
|
828
|
-
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<BmbButtonGroupDirective, "[bmbButtonGroup]", never, { "appearance": { "alias": "appearance"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
829
|
-
}
|
|
830
|
-
|
|
831
|
-
declare class BmbAccordionComponent implements OnInit, OnChanges {
|
|
832
|
-
bmbAccordionContent: TemplateRef<any>;
|
|
833
|
-
bmbAccordionHeader: TemplateRef<any>;
|
|
834
|
-
appearanceContrast: _angular_core.InputSignal<IBmbContrast>;
|
|
835
|
-
borderRadius: _angular_core.InputSignal<SizeNames | SizeNames[]>;
|
|
836
|
-
margin: _angular_core.InputSignal<SizeNames | SizeNames[]>;
|
|
837
|
-
paddingHeader: _angular_core.InputSignal<SizeNames | SizeNames[]>;
|
|
838
|
-
paddingContent: _angular_core.InputSignal<SizeNames | SizeNames[]>;
|
|
839
|
-
icon: _angular_core.InputSignal<string>;
|
|
840
|
-
accordionId: _angular_core.InputSignal<number | null>;
|
|
841
|
-
hideToggle: _angular_core.InputSignal<boolean>;
|
|
842
|
-
active: _angular_core.InputSignal<boolean>;
|
|
843
|
-
disabled: _angular_core.InputSignal<boolean>;
|
|
844
|
-
expanded: _angular_core.InputSignal<boolean | undefined>;
|
|
845
|
-
closed: _angular_core.OutputEmitterRef<void>;
|
|
846
|
-
lockToggle: _angular_core.InputSignal<boolean>;
|
|
847
|
-
opened: EventEmitter<void>;
|
|
848
|
-
onClick: _angular_core.OutputEmitterRef<MouseEvent>;
|
|
849
|
-
_expanded: _angular_core.WritableSignal<boolean>;
|
|
850
|
-
_active: _angular_core.WritableSignal<boolean>;
|
|
851
|
-
_disabled: _angular_core.WritableSignal<boolean>;
|
|
852
|
-
isOpen: _angular_core.Signal<boolean | undefined>;
|
|
853
|
-
ngOnInit(): void;
|
|
854
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
855
|
-
getClassesAccordion(): string[];
|
|
856
|
-
getClassesHeader(): string[];
|
|
857
|
-
getClassesContent(): string;
|
|
858
|
-
getStyles(): any;
|
|
859
|
-
toggle(event?: MouseEvent): void;
|
|
860
|
-
getIconToggle(): string;
|
|
861
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbAccordionComponent, never>;
|
|
862
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbAccordionComponent, "bmb-accordion", never, { "appearanceContrast": { "alias": "appearanceContrast"; "required": false; "isSignal": true; }; "borderRadius": { "alias": "borderRadius"; "required": false; "isSignal": true; }; "margin": { "alias": "margin"; "required": false; "isSignal": true; }; "paddingHeader": { "alias": "paddingHeader"; "required": false; "isSignal": true; }; "paddingContent": { "alias": "paddingContent"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "accordionId": { "alias": "accordionId"; "required": false; "isSignal": true; }; "hideToggle": { "alias": "hideToggle"; "required": false; "isSignal": true; }; "active": { "alias": "active"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "expanded": { "alias": "expanded"; "required": false; "isSignal": true; }; "lockToggle": { "alias": "lockToggle"; "required": false; "isSignal": true; }; }, { "closed": "closed"; "opened": "opened"; "onClick": "onClick"; }, ["bmbAccordionContent", "bmbAccordionHeader"], never, true, never>;
|
|
863
|
-
}
|
|
864
|
-
|
|
865
|
-
declare class BmbAccordionControlDirective implements AfterContentInit, DoCheck, OnDestroy {
|
|
866
|
-
private differs;
|
|
867
|
-
accordionStates?: {
|
|
868
|
-
[id: string]: boolean;
|
|
869
|
-
};
|
|
870
|
-
accordions: QueryList<BmbAccordionComponent>;
|
|
871
|
-
private differ?;
|
|
872
|
-
private subscriptions;
|
|
873
|
-
private contentReady;
|
|
874
|
-
constructor(differs: KeyValueDiffers);
|
|
875
|
-
ngAfterContentInit(): void;
|
|
876
|
-
ngDoCheck(): void;
|
|
877
|
-
ngOnDestroy(): void;
|
|
878
|
-
private applyControlledStates;
|
|
879
|
-
private closeOthers;
|
|
880
|
-
private updateExternalState;
|
|
881
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbAccordionControlDirective, never>;
|
|
882
|
-
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<BmbAccordionControlDirective, "[bmbAccordionControl]", never, { "accordionStates": { "alias": "accordionStates"; "required": false; }; }, {}, ["accordions"], never, true, never>;
|
|
883
|
-
}
|
|
884
|
-
|
|
885
|
-
declare class BmbLayoutGridDirective {
|
|
886
|
-
colGapSize: _angular_core.InputSignal<SizeNames>;
|
|
887
|
-
rowGapSize: _angular_core.InputSignal<SizeNames>;
|
|
888
|
-
columnSize: _angular_core.InputSignal<string | string[]>;
|
|
889
|
-
rowSize: _angular_core.InputSignal<string | string[]>;
|
|
890
|
-
columns: _angular_core.InputSignal<number>;
|
|
891
|
-
rows: _angular_core.InputSignal<number>;
|
|
892
|
-
height: _angular_core.InputSignal<string | number>;
|
|
893
|
-
constructor();
|
|
894
|
-
get elementClass(): string[];
|
|
895
|
-
generateArray(size: string[], elements: number): string;
|
|
896
|
-
getRules(size: string | string[], elements: number): string;
|
|
897
|
-
get elementStyle(): string;
|
|
898
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbLayoutGridDirective, never>;
|
|
899
|
-
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<BmbLayoutGridDirective, "[bmbLayoutGrid]", never, { "colGapSize": { "alias": "colGapSize"; "required": false; "isSignal": true; }; "rowGapSize": { "alias": "rowGapSize"; "required": false; "isSignal": true; }; "columnSize": { "alias": "columnSize"; "required": false; "isSignal": true; }; "rowSize": { "alias": "rowSize"; "required": false; "isSignal": true; }; "columns": { "alias": "columns"; "required": false; "isSignal": true; }; "rows": { "alias": "rows"; "required": false; "isSignal": true; }; "height": { "alias": "height"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
900
|
-
}
|
|
901
|
-
declare class BmbLayoutGridItemDirective {
|
|
902
|
-
colStart: _angular_core.InputSignal<number>;
|
|
903
|
-
rowStart: _angular_core.InputSignal<number>;
|
|
904
|
-
numberOfColumns: _angular_core.InputSignal<number>;
|
|
905
|
-
numberOfRows: _angular_core.InputSignal<number>;
|
|
906
|
-
constructor();
|
|
907
|
-
get elementClass(): string[];
|
|
908
|
-
get elementStyle(): string;
|
|
909
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbLayoutGridItemDirective, never>;
|
|
910
|
-
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<BmbLayoutGridItemDirective, "[bmbLayoutGridItem]", never, { "colStart": { "alias": "colStart"; "required": true; "isSignal": true; }; "rowStart": { "alias": "rowStart"; "required": true; "isSignal": true; }; "numberOfColumns": { "alias": "numberOfColumns"; "required": false; "isSignal": true; }; "numberOfRows": { "alias": "numberOfRows"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
911
|
-
}
|
|
912
|
-
|
|
913
|
-
declare class BmbLogoComponent {
|
|
914
|
-
size: _angular_core.InputSignal<string>;
|
|
915
|
-
image: _angular_core.InputSignal<string>;
|
|
916
|
-
altImage: _angular_core.InputSignal<string>;
|
|
917
|
-
link: _angular_core.InputSignal<string>;
|
|
918
|
-
target: _angular_core.InputSignal<IBmbTargetLink>;
|
|
919
|
-
buttonName: _angular_core.InputSignal<string>;
|
|
920
|
-
buttonPress: _angular_core.OutputEmitterRef<MouseEvent>;
|
|
921
|
-
buttonClick: _angular_core.OutputEmitterRef<MouseEvent>;
|
|
922
|
-
buttonKeyPress: _angular_core.OutputEmitterRef<KeyboardEvent>;
|
|
923
|
-
handlePress(event: MouseEvent): void;
|
|
924
|
-
handleClick(event: MouseEvent): void;
|
|
925
|
-
handleKeyPress(event: KeyboardEvent): void;
|
|
926
|
-
getClasses(): string[];
|
|
927
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbLogoComponent, never>;
|
|
928
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbLogoComponent, "bmb-logo", never, { "size": { "alias": "size"; "required": false; "isSignal": true; }; "image": { "alias": "image"; "required": false; "isSignal": true; }; "altImage": { "alias": "altImage"; "required": false; "isSignal": true; }; "link": { "alias": "link"; "required": false; "isSignal": true; }; "target": { "alias": "target"; "required": false; "isSignal": true; }; "buttonName": { "alias": "buttonName"; "required": false; "isSignal": true; }; }, { "buttonPress": "buttonPress"; "buttonClick": "buttonClick"; "buttonKeyPress": "buttonKeyPress"; }, never, never, true, never>;
|
|
929
|
-
}
|
|
930
|
-
|
|
931
|
-
type StyleIconType = 'material-symbols-outlined' | 'material-symbols-rounded' | 'material-symbols-sharp';
|
|
932
|
-
|
|
933
|
-
declare class BmbIconComponent implements OnInit {
|
|
934
|
-
icon: _angular_core.InputSignal<string>;
|
|
935
|
-
materialIcon: _angular_core.InputSignal<boolean>;
|
|
936
|
-
styleIcon: _angular_core.InputSignal<StyleIconType>;
|
|
937
|
-
isFill: _angular_core.InputSignal<boolean>;
|
|
938
|
-
fontWeight: _angular_core.InputSignal<string>;
|
|
939
|
-
size: _angular_core.InputSignal<number | undefined>;
|
|
940
|
-
alt: _angular_core.InputSignal<string>;
|
|
941
|
-
dotNotification: _angular_core.InputSignal<number | undefined>;
|
|
942
|
-
styleIconGoogle: string;
|
|
943
|
-
ngOnInit(): void;
|
|
944
|
-
isImage(icon: string): boolean;
|
|
945
|
-
getFontVariationSettings(): string;
|
|
946
|
-
getImageStyles(): {
|
|
947
|
-
width: string;
|
|
948
|
-
height: string;
|
|
949
|
-
};
|
|
950
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbIconComponent, never>;
|
|
951
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbIconComponent, "bmb-icon", never, { "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "materialIcon": { "alias": "materialIcon"; "required": false; "isSignal": true; }; "styleIcon": { "alias": "styleIcon"; "required": false; "isSignal": true; }; "isFill": { "alias": "isFill"; "required": false; "isSignal": true; }; "fontWeight": { "alias": "fontWeight"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "alt": { "alias": "alt"; "required": false; "isSignal": true; }; "dotNotification": { "alias": "dotNotification"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
952
|
-
}
|
|
953
|
-
|
|
954
|
-
declare class BmbBadgeComponent {
|
|
955
|
-
appearance: _angular_core.InputSignal<IBbmBgAppearance>;
|
|
956
|
-
text: _angular_core.InputSignal<string>;
|
|
957
|
-
container: _angular_core.InputSignal<boolean>;
|
|
958
|
-
constructor();
|
|
959
|
-
getClasses(): string[];
|
|
960
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbBadgeComponent, never>;
|
|
961
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbBadgeComponent, "bmb-badge", never, { "appearance": { "alias": "appearance"; "required": false; "isSignal": true; }; "text": { "alias": "text"; "required": false; "isSignal": true; }; "container": { "alias": "container"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
962
|
-
}
|
|
963
|
-
|
|
964
|
-
interface IBmbDataTopBar {
|
|
965
|
-
text: string;
|
|
966
|
-
link?: string;
|
|
967
|
-
}
|
|
968
|
-
declare class BmbBreadcrumbComponent implements OnInit, OnDestroy {
|
|
969
|
-
private router;
|
|
970
|
-
dataTopBar: _angular_core.InputSignal<IBmbDataTopBar[]>;
|
|
971
|
-
dataLocalNav: _angular_core.InputSignal<IBmbDataTopBar[]>;
|
|
972
|
-
isTopBar: _angular_core.InputSignal<boolean>;
|
|
973
|
-
isInactive: _angular_core.InputSignal<boolean>;
|
|
974
|
-
dropdownOpen: _angular_core.WritableSignal<boolean>;
|
|
975
|
-
constructor(router: Router);
|
|
976
|
-
ngOnInit(): void;
|
|
977
|
-
ngOnDestroy(): void;
|
|
978
|
-
getLinkClass(length: number): string;
|
|
979
|
-
getClasses(item: any): {
|
|
980
|
-
[key: string]: boolean;
|
|
981
|
-
};
|
|
982
|
-
toggleDropdown(): void;
|
|
983
|
-
getDropdownItems(items: any[]): any[];
|
|
984
|
-
getPenultimateLink(): string | undefined;
|
|
985
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbBreadcrumbComponent, never>;
|
|
986
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbBreadcrumbComponent, "bmb-breadcrumb", never, { "dataTopBar": { "alias": "dataTopBar"; "required": false; "isSignal": true; }; "dataLocalNav": { "alias": "dataLocalNav"; "required": false; "isSignal": true; }; "isTopBar": { "alias": "isTopBar"; "required": false; "isSignal": true; }; "isInactive": { "alias": "isInactive"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
987
|
-
}
|
|
988
|
-
|
|
989
|
-
interface ICardButton {
|
|
990
|
-
title: string;
|
|
991
|
-
body?: string;
|
|
992
|
-
badge?: {
|
|
993
|
-
text: string;
|
|
994
|
-
appearance: IBbmBgAppearance;
|
|
995
|
-
};
|
|
996
|
-
icon?: string;
|
|
997
|
-
leftContentIcon?: string;
|
|
998
|
-
leftContentImage?: IBmbImageInfo;
|
|
999
|
-
leftContent?: boolean;
|
|
1000
|
-
hasMenu?: boolean;
|
|
1001
|
-
menuItems?: IDropdownItem[];
|
|
1002
|
-
}
|
|
1003
|
-
declare class BmbCardButtonComponent {
|
|
1004
|
-
isFullInteractive: _angular_core.InputSignal<boolean>;
|
|
1005
|
-
title: _angular_core.InputSignal<string>;
|
|
1006
|
-
body: _angular_core.InputSignal<string>;
|
|
1007
|
-
badge: _angular_core.InputSignal<IBmbBadgeInfo | undefined>;
|
|
1008
|
-
icon: _angular_core.InputSignal<string>;
|
|
1009
|
-
leftContentIcon: _angular_core.InputSignal<string>;
|
|
1010
|
-
leftContentImage: _angular_core.InputSignal<IBmbImageInfo | undefined>;
|
|
1011
|
-
leftContent: _angular_core.InputSignal<boolean>;
|
|
1012
|
-
hasMenu: _angular_core.InputSignal<boolean>;
|
|
1013
|
-
menuItems: _angular_core.InputSignal<IDropdownItem[]>;
|
|
1014
|
-
iconTemplate: TemplateRef<any> | null;
|
|
1015
|
-
isTemplate: _angular_core.InputSignal<boolean>;
|
|
1016
|
-
textLink: _angular_core.InputSignal<IBmbLinkConfiguration | undefined>;
|
|
1017
|
-
onAddContentClick: _angular_core.OutputEmitterRef<MouseEvent>;
|
|
1018
|
-
onTitleClick: _angular_core.OutputEmitterRef<MouseEvent>;
|
|
1019
|
-
onSmallClick: _angular_core.OutputEmitterRef<MouseEvent>;
|
|
1020
|
-
isSmall: _angular_core.InputSignal<boolean>;
|
|
1021
|
-
botIcon: _angular_core.InputSignal<string>;
|
|
1022
|
-
botImage: _angular_core.InputSignal<IBmbImageInfo | undefined>;
|
|
1023
|
-
smallIcon: _angular_core.InputSignal<string>;
|
|
1024
|
-
smallTitle: _angular_core.InputSignal<string>;
|
|
1025
|
-
smallDescription: _angular_core.InputSignal<string>;
|
|
1026
|
-
isFlipped: boolean;
|
|
1027
|
-
customContent: TemplateRef<any>;
|
|
1028
|
-
truncateText(text: string, maxLength: number): string;
|
|
1029
|
-
handleSmallClick(event: MouseEvent): void;
|
|
1030
|
-
handleTitleClick(event: MouseEvent): void;
|
|
1031
|
-
handleAddContent(event: MouseEvent): void;
|
|
1032
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbCardButtonComponent, never>;
|
|
1033
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbCardButtonComponent, "bmb-card-button", never, { "isFullInteractive": { "alias": "isFullInteractive"; "required": false; "isSignal": true; }; "title": { "alias": "title"; "required": false; "isSignal": true; }; "body": { "alias": "body"; "required": false; "isSignal": true; }; "badge": { "alias": "badge"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "leftContentIcon": { "alias": "leftContentIcon"; "required": false; "isSignal": true; }; "leftContentImage": { "alias": "leftContentImage"; "required": false; "isSignal": true; }; "leftContent": { "alias": "leftContent"; "required": false; "isSignal": true; }; "hasMenu": { "alias": "hasMenu"; "required": false; "isSignal": true; }; "menuItems": { "alias": "menuItems"; "required": false; "isSignal": true; }; "isTemplate": { "alias": "isTemplate"; "required": false; "isSignal": true; }; "textLink": { "alias": "textLink"; "required": false; "isSignal": true; }; "isSmall": { "alias": "isSmall"; "required": false; "isSignal": true; }; "botIcon": { "alias": "botIcon"; "required": false; "isSignal": true; }; "botImage": { "alias": "botImage"; "required": false; "isSignal": true; }; "smallIcon": { "alias": "smallIcon"; "required": false; "isSignal": true; }; "smallTitle": { "alias": "smallTitle"; "required": false; "isSignal": true; }; "smallDescription": { "alias": "smallDescription"; "required": false; "isSignal": true; }; }, { "onAddContentClick": "onAddContentClick"; "onTitleClick": "onTitleClick"; "onSmallClick": "onSmallClick"; }, ["customContent"], ["*"], true, never>;
|
|
1034
|
-
}
|
|
1035
|
-
|
|
1036
|
-
declare class BmbDropdownMenuComponent {
|
|
1037
|
-
items: _angular_core.InputSignal<IDropdownItem[]>;
|
|
1038
|
-
isOpen: _angular_core.WritableSignal<boolean>;
|
|
1039
|
-
openDropdown(): void;
|
|
1040
|
-
closeDropdown(): void;
|
|
1041
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbDropdownMenuComponent, never>;
|
|
1042
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbDropdownMenuComponent, "bmb-dropdown-menu", never, { "items": { "alias": "items"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
1043
|
-
}
|
|
1044
|
-
|
|
1045
|
-
declare class BmbFilterCardComponent {
|
|
1046
|
-
private modalService;
|
|
1047
|
-
modalTitle: _angular_core.InputSignal<string>;
|
|
1048
|
-
primaryBtnLabel: _angular_core.InputSignal<string>;
|
|
1049
|
-
secondaryBtnLabel: _angular_core.InputSignal<string>;
|
|
1050
|
-
icon: _angular_core.InputSignal<string>;
|
|
1051
|
-
placeholderSearch: _angular_core.InputSignal<string>;
|
|
1052
|
-
controlTypes: _angular_core.InputSignal<IBmbControlType[]>;
|
|
1053
|
-
storedValues: {
|
|
1054
|
-
[name: string]: any;
|
|
1055
|
-
};
|
|
1056
|
-
inLine: _angular_core.InputSignal<boolean>;
|
|
1057
|
-
showDropdown: _angular_core.InputSignal<boolean>;
|
|
1058
|
-
dropdownOptions: _angular_core.InputSignal<string[]>;
|
|
1059
|
-
applyFilters: _angular_core.OutputEmitterRef<any>;
|
|
1060
|
-
resetFilters: _angular_core.OutputEmitterRef<void>;
|
|
1061
|
-
filterForm: FormGroup;
|
|
1062
|
-
modalId: _angular_core.WritableSignal<string | null>;
|
|
1063
|
-
modalTemplate: TemplateRef<any>;
|
|
1064
|
-
constructor(modalService: BmbNativeModalService);
|
|
1065
|
-
openModalComponent(): void;
|
|
1066
|
-
onControlChange(control: any, event: any): void;
|
|
1067
|
-
handleSubmit(): void;
|
|
1068
|
-
onReset(): void;
|
|
1069
|
-
getFormControl(search: string): FormControl;
|
|
1070
|
-
onValueChange(event: string): void;
|
|
1071
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbFilterCardComponent, never>;
|
|
1072
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbFilterCardComponent, "bmb-filter-card", never, { "modalTitle": { "alias": "modalTitle"; "required": false; "isSignal": true; }; "primaryBtnLabel": { "alias": "primaryBtnLabel"; "required": false; "isSignal": true; }; "secondaryBtnLabel": { "alias": "secondaryBtnLabel"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "placeholderSearch": { "alias": "placeholderSearch"; "required": false; "isSignal": true; }; "controlTypes": { "alias": "controlTypes"; "required": false; "isSignal": true; }; "inLine": { "alias": "inLine"; "required": false; "isSignal": true; }; "showDropdown": { "alias": "showDropdown"; "required": false; "isSignal": true; }; "dropdownOptions": { "alias": "dropdownOptions"; "required": false; "isSignal": true; }; }, { "applyFilters": "applyFilters"; "resetFilters": "resetFilters"; }, never, never, true, never>;
|
|
1073
|
-
}
|
|
1074
|
-
|
|
1075
|
-
declare class BmbInnerHeaderComponent {
|
|
1076
|
-
title: _angular_core.InputSignal<string>;
|
|
1077
|
-
placeholderSearch: _angular_core.InputSignal<string>;
|
|
1078
|
-
subTitle: _angular_core.InputSignal<string>;
|
|
1079
|
-
trailingIconPrimary: _angular_core.InputSignal<string>;
|
|
1080
|
-
trailingIconSecondary: _angular_core.InputSignal<string>;
|
|
1081
|
-
showClose: _angular_core.InputSignal<boolean>;
|
|
1082
|
-
showReturn: _angular_core.InputSignal<boolean>;
|
|
1083
|
-
showSearch: _angular_core.InputSignal<boolean>;
|
|
1084
|
-
toggleSearch: _angular_core.WritableSignal<boolean>;
|
|
1085
|
-
searchForm: FormGroup;
|
|
1086
|
-
onHandleTrailingPrimary: _angular_core.OutputEmitterRef<any>;
|
|
1087
|
-
onHandleTrailingSecondary: _angular_core.OutputEmitterRef<any>;
|
|
1088
|
-
onHandleBack: _angular_core.OutputEmitterRef<MouseEvent>;
|
|
1089
|
-
onHandleClose: _angular_core.OutputEmitterRef<MouseEvent>;
|
|
1090
|
-
searchData: _angular_core.OutputEmitterRef<string>;
|
|
1091
|
-
getLeftIcon(): string;
|
|
1092
|
-
handleBack(event: any): void;
|
|
1093
|
-
handleClose(event: any): void;
|
|
1094
|
-
handleSearch(): void;
|
|
1095
|
-
handleTrailingIconPrimary(event: any): void;
|
|
1096
|
-
handleTrailingIconSecondary(event: any): void;
|
|
1097
|
-
onSubmit(): void;
|
|
1098
|
-
getFormControl(search: string): FormControl;
|
|
1099
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbInnerHeaderComponent, never>;
|
|
1100
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbInnerHeaderComponent, "bmb-inner-header", never, { "title": { "alias": "title"; "required": false; "isSignal": true; }; "placeholderSearch": { "alias": "placeholderSearch"; "required": false; "isSignal": true; }; "subTitle": { "alias": "subTitle"; "required": false; "isSignal": true; }; "trailingIconPrimary": { "alias": "trailingIconPrimary"; "required": false; "isSignal": true; }; "trailingIconSecondary": { "alias": "trailingIconSecondary"; "required": false; "isSignal": true; }; "showClose": { "alias": "showClose"; "required": false; "isSignal": true; }; "showReturn": { "alias": "showReturn"; "required": false; "isSignal": true; }; "showSearch": { "alias": "showSearch"; "required": false; "isSignal": true; }; }, { "onHandleTrailingPrimary": "onHandleTrailingPrimary"; "onHandleTrailingSecondary": "onHandleTrailingSecondary"; "onHandleBack": "onHandleBack"; "onHandleClose": "onHandleClose"; "searchData": "searchData"; }, never, ["*"], true, never>;
|
|
1101
|
-
}
|
|
1102
|
-
|
|
1103
|
-
declare class BmbPullWedgeComponent implements AfterViewInit, OnChanges {
|
|
1104
|
-
private renderer;
|
|
1105
|
-
initialHeight: number;
|
|
1106
|
-
minContentHeight: number;
|
|
1107
|
-
isOpen: _angular_core.ModelSignal<boolean>;
|
|
1108
|
-
contentRef: ElementRef;
|
|
1109
|
-
contentHeight: number;
|
|
1110
|
-
maxDragHeight: number;
|
|
1111
|
-
isVisible: boolean;
|
|
1112
|
-
private initialDragHeight;
|
|
1113
|
-
constructor(renderer: Renderer2);
|
|
1114
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
1115
|
-
ngAfterViewInit(): void;
|
|
1116
|
-
onDragStarted(event: CdkDragStart): void;
|
|
1117
|
-
onDragMoved(event: CdkDragMove): void;
|
|
1118
|
-
onDragEnded(event: CdkDragEnd): void;
|
|
1119
|
-
toggleWedge(): void;
|
|
1120
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbPullWedgeComponent, never>;
|
|
1121
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbPullWedgeComponent, "bmb-pull-wedge", never, { "initialHeight": { "alias": "initialHeight"; "required": false; }; "minContentHeight": { "alias": "minContentHeight"; "required": false; }; "isOpen": { "alias": "isOpen"; "required": false; "isSignal": true; }; }, { "isOpen": "isOpenChange"; }, never, ["[collapsible]"], true, never>;
|
|
1122
|
-
}
|
|
1123
|
-
|
|
1124
|
-
type BmbSkeletonType = 'header' | 'input' | 'stray' | 'generic1' | 'generic2' | 'generic3';
|
|
1125
|
-
declare class BmbSkeletonComponent {
|
|
1126
|
-
type: _angular_core.InputSignal<BmbSkeletonType>;
|
|
1127
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbSkeletonComponent, never>;
|
|
1128
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbSkeletonComponent, "bmb-skeleton", never, { "type": { "alias": "type"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
1129
|
-
}
|
|
1130
|
-
|
|
1131
|
-
type IBmbActivityTags = 'normal' | 'mitec_blue' | 'mitec_red' | 'mitec_green' | 'mitec_orange' | 'mitec_light_green' | 'mitec_purple' | 'creative_violet' | 'creative_indigo' | 'creative_emerald' | 'creative_licorice' | 'creative_darkteal' | 'creative_peach' | 'creative_sepia' | 'creative_softred' | 'creative_wattle' | 'creative_shipcove' | 'creative_plantation' | 'creative_rum' | 'creative_hibiscus' | 'creative_ripelemon';
|
|
1132
|
-
declare class BmbTagComponent implements AfterViewInit {
|
|
1133
|
-
private el;
|
|
1134
|
-
private renderer;
|
|
1135
|
-
appearance: _angular_core.InputSignal<IBmbActivityTags>;
|
|
1136
|
-
text: _angular_core.InputSignal<string>;
|
|
1137
|
-
grouped: _angular_core.InputSignal<boolean>;
|
|
1138
|
-
dismissible: _angular_core.InputSignal<boolean>;
|
|
1139
|
-
rounded: _angular_core.InputSignal<boolean>;
|
|
1140
|
-
activityTag: _angular_core.InputSignal<boolean>;
|
|
1141
|
-
isDisabled: _angular_core.InputSignal<boolean>;
|
|
1142
|
-
isActive: _angular_core.InputSignal<boolean>;
|
|
1143
|
-
closedTag: _angular_core.OutputEmitterRef<string>;
|
|
1144
|
-
clickedTag: _angular_core.OutputEmitterRef<string>;
|
|
1145
|
-
groupedTags: never[];
|
|
1146
|
-
constructor(el: ElementRef, renderer: Renderer2);
|
|
1147
|
-
ngAfterViewInit(): void;
|
|
1148
|
-
getClasses(): string[];
|
|
1149
|
-
closeTag(text: string): void;
|
|
1150
|
-
clickTag(text: string): void;
|
|
1151
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbTagComponent, never>;
|
|
1152
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbTagComponent, "bmb-tag", never, { "appearance": { "alias": "appearance"; "required": false; "isSignal": true; }; "text": { "alias": "text"; "required": false; "isSignal": true; }; "grouped": { "alias": "grouped"; "required": false; "isSignal": true; }; "dismissible": { "alias": "dismissible"; "required": false; "isSignal": true; }; "rounded": { "alias": "rounded"; "required": false; "isSignal": true; }; "activityTag": { "alias": "activityTag"; "required": false; "isSignal": true; }; "isDisabled": { "alias": "isDisabled"; "required": false; "isSignal": true; }; "isActive": { "alias": "isActive"; "required": false; "isSignal": true; }; }, { "closedTag": "closedTag"; "clickedTag": "clickedTag"; }, never, never, true, never>;
|
|
1153
|
-
}
|
|
1154
|
-
|
|
1155
|
-
type IBmbAlignTooltip = 'above' | 'below' | 'left' | 'right';
|
|
1156
|
-
type IBmbJustifyTooltip = 'centered' | 'before' | 'after';
|
|
1157
|
-
declare class BmbTooltipComponent {
|
|
1158
|
-
text: _angular_core.InputSignal<string>;
|
|
1159
|
-
title: _angular_core.InputSignal<string>;
|
|
1160
|
-
icon: _angular_core.InputSignal<string>;
|
|
1161
|
-
size: _angular_core.InputSignal<number | undefined>;
|
|
1162
|
-
align: _angular_core.InputSignal<IBmbAlignTooltip>;
|
|
1163
|
-
justify: _angular_core.InputSignal<IBmbJustifyTooltip>;
|
|
1164
|
-
isFill: _angular_core.InputSignal<boolean>;
|
|
1165
|
-
getClasses(): string;
|
|
1166
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbTooltipComponent, never>;
|
|
1167
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbTooltipComponent, "bmb-tooltip", never, { "text": { "alias": "text"; "required": false; "isSignal": true; }; "title": { "alias": "title"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "align": { "alias": "align"; "required": false; "isSignal": true; }; "justify": { "alias": "justify"; "required": false; "isSignal": true; }; "isFill": { "alias": "isFill"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
1168
|
-
}
|
|
1169
|
-
|
|
1170
|
-
type IBmbInputType = 'text' | 'password' | 'number' | 'text-area';
|
|
1171
|
-
type IBmbInputAppearance = 'main' | 'normal' | 'simple';
|
|
1172
|
-
type IBmbAdditionalAction = 'copy' | 'showHide' | 'none';
|
|
1173
|
-
interface IBmbInputError {
|
|
1174
|
-
required?: string;
|
|
1175
|
-
min?: string;
|
|
1176
|
-
max?: string;
|
|
1177
|
-
minLength?: string;
|
|
1178
|
-
maxLength?: string;
|
|
1179
|
-
pattern?: string;
|
|
1180
|
-
jsonFormat?: string;
|
|
1181
|
-
customValidation?: string;
|
|
1182
|
-
}
|
|
1183
|
-
interface IBmbInputTooltipPosition {
|
|
1184
|
-
align: IBmbAlignTooltip;
|
|
1185
|
-
justify: IBmbJustifyTooltip;
|
|
1186
|
-
}
|
|
1187
|
-
declare class BmbInputComponent implements OnInit {
|
|
1188
|
-
label: _angular_core.InputSignal<string>;
|
|
1189
|
-
type: _angular_core.InputSignal<IBmbInputType>;
|
|
1190
|
-
placeholder: _angular_core.InputSignal<string>;
|
|
1191
|
-
icon: _angular_core.InputSignal<string>;
|
|
1192
|
-
appearance: _angular_core.InputSignal<string>;
|
|
1193
|
-
errorMessage: _angular_core.InputSignal<string | IBmbInputError>;
|
|
1194
|
-
helperMessage: _angular_core.InputSignal<string>;
|
|
1195
|
-
disabled: _angular_core.InputSignal<boolean>;
|
|
1196
|
-
isRequired: _angular_core.InputSignal<boolean>;
|
|
1197
|
-
name: _angular_core.InputSignal<string>;
|
|
1198
|
-
spellcheck: _angular_core.InputSignal<boolean>;
|
|
1199
|
-
jsonFormat: _angular_core.InputSignal<boolean>;
|
|
1200
|
-
heightTextArea: _angular_core.InputSignal<number | undefined>;
|
|
1201
|
-
maxlength: _angular_core.InputSignal<number | undefined>;
|
|
1202
|
-
minlength: _angular_core.InputSignal<number | undefined>;
|
|
1203
|
-
pattern: _angular_core.InputSignal<string | undefined>;
|
|
1204
|
-
size: _angular_core.InputSignal<number | undefined>;
|
|
1205
|
-
max: _angular_core.InputSignal<number | undefined>;
|
|
1206
|
-
min: _angular_core.InputSignal<number | undefined>;
|
|
1207
|
-
id: _angular_core.InputSignal<string>;
|
|
1208
|
-
value: _angular_core.InputSignal<string | undefined>;
|
|
1209
|
-
autocomplete: _angular_core.InputSignal<string>;
|
|
1210
|
-
tooltip: _angular_core.InputSignal<string>;
|
|
1211
|
-
rows: _angular_core.InputSignal<number>;
|
|
1212
|
-
showMaxTextLength: _angular_core.InputSignal<boolean>;
|
|
1213
|
-
additionalAction: _angular_core.InputSignal<IBmbAdditionalAction>;
|
|
1214
|
-
tooltipPosition: _angular_core.InputSignal<IBmbInputTooltipPosition>;
|
|
1215
|
-
isClearable: _angular_core.InputSignal<boolean>;
|
|
1216
|
-
customValidation: _angular_core.InputSignal<ValidatorFn | undefined>;
|
|
1217
|
-
showError: _angular_core.ModelSignal<boolean>;
|
|
1218
|
-
control: _angular_core.ModelSignal<FormControl<any>>;
|
|
1219
|
-
isFocus: _angular_core.OutputEmitterRef<boolean>;
|
|
1220
|
-
isBlur: _angular_core.OutputEmitterRef<boolean>;
|
|
1221
|
-
onChange: _angular_core.OutputEmitterRef<HTMLInputElement>;
|
|
1222
|
-
onKeyDown: _angular_core.OutputEmitterRef<KeyboardEvent>;
|
|
1223
|
-
customInputContent: TemplateRef<any>;
|
|
1224
|
-
isControlNull: boolean;
|
|
1225
|
-
ngOnInit(): void;
|
|
1226
|
-
onFocus(value: boolean): void;
|
|
1227
|
-
onBlur(value: boolean): void;
|
|
1228
|
-
get shouldShowError(): boolean;
|
|
1229
|
-
handleKeyPress(event: KeyboardEvent): void;
|
|
1230
|
-
handleChange(value: HTMLInputElement): void;
|
|
1231
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbInputComponent, never>;
|
|
1232
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbInputComponent, "bmb-input", never, { "label": { "alias": "label"; "required": false; "isSignal": true; }; "type": { "alias": "type"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "appearance": { "alias": "appearance"; "required": false; "isSignal": true; }; "errorMessage": { "alias": "errorMessage"; "required": false; "isSignal": true; }; "helperMessage": { "alias": "helperMessage"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "isRequired": { "alias": "isRequired"; "required": false; "isSignal": true; }; "name": { "alias": "name"; "required": false; "isSignal": true; }; "spellcheck": { "alias": "spellcheck"; "required": false; "isSignal": true; }; "jsonFormat": { "alias": "jsonFormat"; "required": false; "isSignal": true; }; "heightTextArea": { "alias": "heightTextArea"; "required": false; "isSignal": true; }; "maxlength": { "alias": "maxlength"; "required": false; "isSignal": true; }; "minlength": { "alias": "minlength"; "required": false; "isSignal": true; }; "pattern": { "alias": "pattern"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "max": { "alias": "max"; "required": false; "isSignal": true; }; "min": { "alias": "min"; "required": false; "isSignal": true; }; "id": { "alias": "id"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": false; "isSignal": true; }; "autocomplete": { "alias": "autocomplete"; "required": false; "isSignal": true; }; "tooltip": { "alias": "tooltip"; "required": false; "isSignal": true; }; "rows": { "alias": "rows"; "required": false; "isSignal": true; }; "showMaxTextLength": { "alias": "showMaxTextLength"; "required": false; "isSignal": true; }; "additionalAction": { "alias": "additionalAction"; "required": false; "isSignal": true; }; "tooltipPosition": { "alias": "tooltipPosition"; "required": false; "isSignal": true; }; "isClearable": { "alias": "isClearable"; "required": false; "isSignal": true; }; "customValidation": { "alias": "customValidation"; "required": false; "isSignal": true; }; "showError": { "alias": "showError"; "required": false; "isSignal": true; }; "control": { "alias": "control"; "required": false; "isSignal": true; }; }, { "showError": "showErrorChange"; "control": "controlChange"; "isFocus": "isFocus"; "isBlur": "isBlur"; "onChange": "onChange"; "onKeyDown": "onKeyDown"; }, ["customInputContent"], never, true, never>;
|
|
1233
|
-
}
|
|
1234
|
-
|
|
1235
|
-
declare class BmbDividerComponent {
|
|
1236
|
-
type: string;
|
|
1237
|
-
constructor();
|
|
1238
|
-
getClasses(): string[];
|
|
1239
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbDividerComponent, never>;
|
|
1240
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbDividerComponent, "bmb-divider", never, { "type": { "alias": "type"; "required": false; }; }, {}, never, never, true, never>;
|
|
1241
|
-
}
|
|
1242
|
-
|
|
1243
|
-
type IBmbAppearanceType = 'primary-container' | 'primary-home' | 'primary-header' | 'secondary-container' | 'contrast-box-container' | 'button-container';
|
|
1244
|
-
declare class BmbContainerComponent {
|
|
1245
|
-
appearance: _angular_core.InputSignal<IBmbAppearanceType>;
|
|
1246
|
-
isHidden: _angular_core.InputSignal<boolean>;
|
|
1247
|
-
getClasses(): string[];
|
|
1248
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbContainerComponent, never>;
|
|
1249
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbContainerComponent, "bmb-container", never, { "appearance": { "alias": "appearance"; "required": false; "isSignal": true; }; "isHidden": { "alias": "isHidden"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
1250
|
-
}
|
|
1251
|
-
|
|
1252
|
-
declare class BmbUserImageComponent {
|
|
1253
|
-
size: _angular_core.InputSignal<IBmbUserImageSize | undefined>;
|
|
1254
|
-
image: _angular_core.InputSignal<string>;
|
|
1255
|
-
altImage: _angular_core.InputSignal<string>;
|
|
1256
|
-
link: _angular_core.InputSignal<string>;
|
|
1257
|
-
target: _angular_core.InputSignal<IBmbTargetLink | undefined>;
|
|
1258
|
-
bordered: _angular_core.InputSignal<boolean>;
|
|
1259
|
-
buttonPress: _angular_core.OutputEmitterRef<MouseEvent>;
|
|
1260
|
-
buttonClick: _angular_core.OutputEmitterRef<MouseEvent>;
|
|
1261
|
-
buttonKeyPress: _angular_core.OutputEmitterRef<KeyboardEvent>;
|
|
1262
|
-
getClasses(principalClassName: string, size: string, isBordered: boolean): string[];
|
|
1263
|
-
handlePress(event: MouseEvent): void;
|
|
1264
|
-
handleClick(event: MouseEvent): void;
|
|
1265
|
-
handleKeyPress(event: KeyboardEvent): void;
|
|
1266
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbUserImageComponent, never>;
|
|
1267
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbUserImageComponent, "bmb-user-image", never, { "size": { "alias": "size"; "required": false; "isSignal": true; }; "image": { "alias": "image"; "required": false; "isSignal": true; }; "altImage": { "alias": "altImage"; "required": false; "isSignal": true; }; "link": { "alias": "link"; "required": false; "isSignal": true; }; "target": { "alias": "target"; "required": false; "isSignal": true; }; "bordered": { "alias": "bordered"; "required": false; "isSignal": true; }; }, { "buttonPress": "buttonPress"; "buttonClick": "buttonClick"; "buttonKeyPress": "buttonKeyPress"; }, never, never, true, never>;
|
|
1268
|
-
}
|
|
1269
|
-
|
|
1270
|
-
declare class BmbHeaderMobileComponent {
|
|
1271
|
-
text: _angular_core.InputSignal<string>;
|
|
1272
|
-
userImage: _angular_core.InputSignal<string>;
|
|
1273
|
-
userAltImage: _angular_core.InputSignal<string>;
|
|
1274
|
-
userLink: _angular_core.InputSignal<string>;
|
|
1275
|
-
userTarget: _angular_core.InputSignal<IBmbTargetLink>;
|
|
1276
|
-
trailingIconNotifications: _angular_core.InputSignal<number>;
|
|
1277
|
-
logo: _angular_core.InputSignal<string>;
|
|
1278
|
-
altLogo: _angular_core.InputSignal<string>;
|
|
1279
|
-
logoLink: _angular_core.InputSignal<string>;
|
|
1280
|
-
logoTarget: _angular_core.InputSignal<IBmbTargetLink>;
|
|
1281
|
-
trailingIcon: _angular_core.InputSignal<string>;
|
|
1282
|
-
onTrailingIconClick: _angular_core.OutputEmitterRef<any>;
|
|
1283
|
-
onLogoClick: _angular_core.OutputEmitterRef<any>;
|
|
1284
|
-
onUserImageClick: _angular_core.OutputEmitterRef<any>;
|
|
1285
|
-
handleTrailingIconClick(event: any): void;
|
|
1286
|
-
handleLogoClick(event: any): void;
|
|
1287
|
-
handleUserImageClick(event: any): void;
|
|
1288
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbHeaderMobileComponent, never>;
|
|
1289
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbHeaderMobileComponent, "bmb-header-mobile", never, { "text": { "alias": "text"; "required": true; "isSignal": true; }; "userImage": { "alias": "userImage"; "required": false; "isSignal": true; }; "userAltImage": { "alias": "userAltImage"; "required": false; "isSignal": true; }; "userLink": { "alias": "userLink"; "required": false; "isSignal": true; }; "userTarget": { "alias": "userTarget"; "required": false; "isSignal": true; }; "trailingIconNotifications": { "alias": "trailingIconNotifications"; "required": false; "isSignal": true; }; "logo": { "alias": "logo"; "required": false; "isSignal": true; }; "altLogo": { "alias": "altLogo"; "required": false; "isSignal": true; }; "logoLink": { "alias": "logoLink"; "required": false; "isSignal": true; }; "logoTarget": { "alias": "logoTarget"; "required": false; "isSignal": true; }; "trailingIcon": { "alias": "trailingIcon"; "required": false; "isSignal": true; }; }, { "onTrailingIconClick": "onTrailingIconClick"; "onLogoClick": "onLogoClick"; "onUserImageClick": "onUserImageClick"; }, never, ["*"], true, never>;
|
|
1290
|
-
}
|
|
1291
|
-
|
|
1292
|
-
interface Target {
|
|
1293
|
-
target: string;
|
|
1294
|
-
index: number;
|
|
1295
|
-
}
|
|
1296
|
-
declare class BmbDotPaginatorComponent {
|
|
1297
|
-
activeDotIndex: _angular_core.ModelSignal<number>;
|
|
1298
|
-
totalDots: _angular_core.InputSignal<number>;
|
|
1299
|
-
targets: _angular_core.InputSignal<Target[]>;
|
|
1300
|
-
appearance: _angular_core.InputSignal<string>;
|
|
1301
|
-
onDotPress: _angular_core.OutputEmitterRef<number>;
|
|
1302
|
-
getDotsArray(): number[];
|
|
1303
|
-
getClasses(): string[];
|
|
1304
|
-
onDotClicked(index: number): void;
|
|
1305
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbDotPaginatorComponent, never>;
|
|
1306
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbDotPaginatorComponent, "bmb-dot-paginator", never, { "activeDotIndex": { "alias": "activeDotIndex"; "required": false; "isSignal": true; }; "totalDots": { "alias": "totalDots"; "required": false; "isSignal": true; }; "targets": { "alias": "targets"; "required": false; "isSignal": true; }; "appearance": { "alias": "appearance"; "required": false; "isSignal": true; }; }, { "activeDotIndex": "activeDotIndexChange"; "onDotPress": "onDotPress"; }, never, never, true, never>;
|
|
1307
|
-
}
|
|
1308
|
-
|
|
1309
|
-
declare class BmbContainerButtonComponent {
|
|
1310
|
-
title: _angular_core.InputSignal<string>;
|
|
1311
|
-
score: _angular_core.InputSignal<string>;
|
|
1312
|
-
square: _angular_core.InputSignal<boolean | undefined>;
|
|
1313
|
-
small: _angular_core.InputSignal<boolean | undefined>;
|
|
1314
|
-
target: _angular_core.InputSignal<IBmbTargetLink>;
|
|
1315
|
-
link: _angular_core.InputSignal<string>;
|
|
1316
|
-
subtitle: _angular_core.InputSignal<string>;
|
|
1317
|
-
iconLeft: _angular_core.InputSignal<string>;
|
|
1318
|
-
isUserImage: _angular_core.InputSignal<boolean>;
|
|
1319
|
-
iconRight: _angular_core.InputSignal<string>;
|
|
1320
|
-
setButtonTemplate: _angular_core.InputSignal<boolean | undefined>;
|
|
1321
|
-
badgeText: _angular_core.InputSignal<string>;
|
|
1322
|
-
badgeAppearance: _angular_core.InputSignal<IBbmBgAppearance>;
|
|
1323
|
-
state: _angular_core.InputSignal<"error" | "disabled" | undefined>;
|
|
1324
|
-
alternative: _angular_core.InputSignal<boolean>;
|
|
1325
|
-
enableSecondaryAction: _angular_core.InputSignal<boolean>;
|
|
1326
|
-
enableBookmark: _angular_core.InputSignal<boolean>;
|
|
1327
|
-
isBookmarkActive: _angular_core.ModelSignal<boolean>;
|
|
1328
|
-
dropdownMenuItems: _angular_core.InputSignal<IDropdownItem[]>;
|
|
1329
|
-
onButton: _angular_core.OutputEmitterRef<MouseEvent>;
|
|
1330
|
-
secondaryAction: _angular_core.OutputEmitterRef<MouseEvent>;
|
|
1331
|
-
private destroyRef;
|
|
1332
|
-
private mql;
|
|
1333
|
-
private abort;
|
|
1334
|
-
readonly isMobileOrTablet: _angular_core.WritableSignal<boolean>;
|
|
1335
|
-
constructor();
|
|
1336
|
-
readonly maxChars: _angular_core.Signal<90 | 70>;
|
|
1337
|
-
private t;
|
|
1338
|
-
readonly titleTruncated: _angular_core.Signal<string>;
|
|
1339
|
-
readonly subtitleTruncated: _angular_core.Signal<string>;
|
|
1340
|
-
getClassList(): string[];
|
|
1341
|
-
handleClick(event: any): void;
|
|
1342
|
-
handleSecondaryClick(event: any): void;
|
|
1343
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbContainerButtonComponent, never>;
|
|
1344
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbContainerButtonComponent, "bmb-container-button", never, { "title": { "alias": "title"; "required": false; "isSignal": true; }; "score": { "alias": "score"; "required": false; "isSignal": true; }; "square": { "alias": "square"; "required": false; "isSignal": true; }; "small": { "alias": "small"; "required": false; "isSignal": true; }; "target": { "alias": "target"; "required": false; "isSignal": true; }; "link": { "alias": "link"; "required": false; "isSignal": true; }; "subtitle": { "alias": "subtitle"; "required": false; "isSignal": true; }; "iconLeft": { "alias": "iconLeft"; "required": false; "isSignal": true; }; "isUserImage": { "alias": "isUserImage"; "required": false; "isSignal": true; }; "iconRight": { "alias": "iconRight"; "required": false; "isSignal": true; }; "setButtonTemplate": { "alias": "setButtonTemplate"; "required": false; "isSignal": true; }; "badgeText": { "alias": "badgeText"; "required": false; "isSignal": true; }; "badgeAppearance": { "alias": "badgeAppearance"; "required": false; "isSignal": true; }; "state": { "alias": "state"; "required": false; "isSignal": true; }; "alternative": { "alias": "alternative"; "required": false; "isSignal": true; }; "enableSecondaryAction": { "alias": "enableSecondaryAction"; "required": false; "isSignal": true; }; "enableBookmark": { "alias": "enableBookmark"; "required": false; "isSignal": true; }; "isBookmarkActive": { "alias": "isBookmarkActive"; "required": false; "isSignal": true; }; "dropdownMenuItems": { "alias": "dropdownMenuItems"; "required": false; "isSignal": true; }; }, { "isBookmarkActive": "isBookmarkActiveChange"; "onButton": "onButton"; "secondaryAction": "secondaryAction"; }, never, never, true, never>;
|
|
1345
|
-
}
|
|
1346
|
-
|
|
1347
|
-
declare const FAB_SIZE: {
|
|
1348
|
-
readonly small: "small";
|
|
1349
|
-
readonly large: "large";
|
|
1350
|
-
};
|
|
1351
|
-
type FabSize = (typeof FAB_SIZE)[keyof typeof FAB_SIZE];
|
|
1352
|
-
declare const FAB_TYPE: {
|
|
1353
|
-
readonly normal: "normal";
|
|
1354
|
-
readonly extended: "extended";
|
|
1355
|
-
};
|
|
1356
|
-
type FabType = (typeof FAB_TYPE)[keyof typeof FAB_TYPE];
|
|
1357
|
-
|
|
1358
|
-
declare class BmbFabComponent {
|
|
1359
|
-
icon: _angular_core.InputSignal<string>;
|
|
1360
|
-
text: _angular_core.InputSignal<string | null>;
|
|
1361
|
-
size: _angular_core.InputSignal<FabSize | undefined>;
|
|
1362
|
-
type: _angular_core.InputSignal<FabType | undefined>;
|
|
1363
|
-
mitec: _angular_core.InputSignal<boolean>;
|
|
1364
|
-
fabClick: _angular_core.OutputEmitterRef<MouseEvent>;
|
|
1365
|
-
active: boolean;
|
|
1366
|
-
onFabClick(event: MouseEvent): void;
|
|
1367
|
-
getClassName(): string;
|
|
1368
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbFabComponent, never>;
|
|
1369
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbFabComponent, "bmb-fab", never, { "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "text": { "alias": "text"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "type": { "alias": "type"; "required": false; "isSignal": true; }; "mitec": { "alias": "mitec"; "required": false; "isSignal": true; }; }, { "fabClick": "fabClick"; }, never, never, true, never>;
|
|
1370
|
-
}
|
|
1371
|
-
|
|
1372
|
-
declare class BmbThemeComponent implements OnInit {
|
|
1373
|
-
initialTheme: _angular_core.InputSignal<string>;
|
|
1374
|
-
showControls: _angular_core.InputSignal<boolean>;
|
|
1375
|
-
leftText: _angular_core.InputSignal<string>;
|
|
1376
|
-
rightText: _angular_core.InputSignal<string>;
|
|
1377
|
-
leftIcon: _angular_core.ModelSignal<string>;
|
|
1378
|
-
rightIcon: _angular_core.ModelSignal<string>;
|
|
1379
|
-
selectedTheme: string;
|
|
1380
|
-
private service;
|
|
1381
|
-
private initialized;
|
|
1382
|
-
ngOnInit(): void;
|
|
1383
|
-
calculateTheme(): string;
|
|
1384
|
-
applyTheme(theme: string): void;
|
|
1385
|
-
onThemeChange(isChecked: boolean): void;
|
|
1386
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbThemeComponent, never>;
|
|
1387
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbThemeComponent, "bmb-theme", never, { "initialTheme": { "alias": "initialTheme"; "required": false; "isSignal": true; }; "showControls": { "alias": "showControls"; "required": false; "isSignal": true; }; "leftText": { "alias": "leftText"; "required": false; "isSignal": true; }; "rightText": { "alias": "rightText"; "required": false; "isSignal": true; }; "leftIcon": { "alias": "leftIcon"; "required": false; "isSignal": true; }; "rightIcon": { "alias": "rightIcon"; "required": false; "isSignal": true; }; }, { "leftIcon": "leftIconChange"; "rightIcon": "rightIconChange"; }, never, never, true, never>;
|
|
1388
|
-
}
|
|
1389
|
-
|
|
1390
|
-
declare class BmbHomeSectionComponent {
|
|
1391
|
-
title: _angular_core.InputSignal<string>;
|
|
1392
|
-
icon: _angular_core.InputSignal<string>;
|
|
1393
|
-
target: _angular_core.InputSignal<string>;
|
|
1394
|
-
link: _angular_core.InputSignal<string>;
|
|
1395
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbHomeSectionComponent, never>;
|
|
1396
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbHomeSectionComponent, "bmb-home-section", never, { "title": { "alias": "title"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "target": { "alias": "target"; "required": false; "isSignal": true; }; "link": { "alias": "link"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
1397
|
-
}
|
|
1398
|
-
|
|
1399
|
-
declare class BmbLoaderComponent {
|
|
1400
|
-
private renderer;
|
|
1401
|
-
private elRef;
|
|
1402
|
-
appearance: _angular_core.InputSignal<IBbmBgAppearance>;
|
|
1403
|
-
title: _angular_core.InputSignal<string>;
|
|
1404
|
-
icon: _angular_core.InputSignal<string>;
|
|
1405
|
-
subtitle: _angular_core.InputSignal<string>;
|
|
1406
|
-
overlay: _angular_core.InputSignal<boolean>;
|
|
1407
|
-
isVisible: _angular_core.InputSignal<boolean>;
|
|
1408
|
-
errorState: _angular_core.InputSignal<boolean>;
|
|
1409
|
-
actions: _angular_core.InputSignal<boolean>;
|
|
1410
|
-
buttonPrimary: _angular_core.InputSignal<string>;
|
|
1411
|
-
buttonSecondary: _angular_core.InputSignal<string>;
|
|
1412
|
-
showInline: _angular_core.InputSignal<boolean>;
|
|
1413
|
-
onButtonPrimary: _angular_core.OutputEmitterRef<MouseEvent>;
|
|
1414
|
-
onButtonSecondary: _angular_core.OutputEmitterRef<MouseEvent>;
|
|
1415
|
-
constructor(renderer: Renderer2, elRef: ElementRef);
|
|
1416
|
-
ngOnInit(): void;
|
|
1417
|
-
ngOnChanges(): void;
|
|
1418
|
-
ngOnDestroy(): void;
|
|
1419
|
-
private updateBodyClass;
|
|
1420
|
-
private cleanupBody;
|
|
1421
|
-
private isInsideIframe;
|
|
1422
|
-
handleButtonPrimary(event: MouseEvent): void;
|
|
1423
|
-
handleButtonSecondary(event: MouseEvent): void;
|
|
1424
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbLoaderComponent, never>;
|
|
1425
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbLoaderComponent, "bmb-loader", never, { "appearance": { "alias": "appearance"; "required": false; "isSignal": true; }; "title": { "alias": "title"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "subtitle": { "alias": "subtitle"; "required": false; "isSignal": true; }; "overlay": { "alias": "overlay"; "required": false; "isSignal": true; }; "isVisible": { "alias": "isVisible"; "required": false; "isSignal": true; }; "errorState": { "alias": "errorState"; "required": false; "isSignal": true; }; "actions": { "alias": "actions"; "required": false; "isSignal": true; }; "buttonPrimary": { "alias": "buttonPrimary"; "required": false; "isSignal": true; }; "buttonSecondary": { "alias": "buttonSecondary"; "required": false; "isSignal": true; }; "showInline": { "alias": "showInline"; "required": false; "isSignal": true; }; }, { "onButtonPrimary": "onButtonPrimary"; "onButtonSecondary": "onButtonSecondary"; }, never, never, true, never>;
|
|
1426
|
-
}
|
|
1427
|
-
|
|
1428
|
-
declare class BmbSwitchComponent {
|
|
1429
|
-
private static nextId;
|
|
1430
|
-
leftText: _angular_core.InputSignal<string>;
|
|
1431
|
-
leftIcon: _angular_core.InputSignal<string>;
|
|
1432
|
-
rightText: _angular_core.InputSignal<string>;
|
|
1433
|
-
rightIcon: _angular_core.InputSignal<string>;
|
|
1434
|
-
isChecked: _angular_core.ModelSignal<boolean>;
|
|
1435
|
-
ariaLabel: _angular_core.InputSignal<string>;
|
|
1436
|
-
id: _angular_core.InputSignal<string>;
|
|
1437
|
-
disabled: _angular_core.InputSignal<boolean>;
|
|
1438
|
-
name: _angular_core.InputSignal<string>;
|
|
1439
|
-
inputId: _angular_core.ModelSignal<string>;
|
|
1440
|
-
control: _angular_core.ModelSignal<FormControl<any>>;
|
|
1441
|
-
change: _angular_core.OutputEmitterRef<boolean>;
|
|
1442
|
-
isControlNull: boolean;
|
|
1443
|
-
ngOnInit(): void;
|
|
1444
|
-
getSwitchIcon(): string;
|
|
1445
|
-
showSwitchLabel(position: string): boolean;
|
|
1446
|
-
handleChange(event: Event): void;
|
|
1447
|
-
handleKeyDown(event: KeyboardEvent): void;
|
|
1448
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbSwitchComponent, never>;
|
|
1449
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbSwitchComponent, "bmb-switch", never, { "leftText": { "alias": "leftText"; "required": false; "isSignal": true; }; "leftIcon": { "alias": "leftIcon"; "required": false; "isSignal": true; }; "rightText": { "alias": "rightText"; "required": false; "isSignal": true; }; "rightIcon": { "alias": "rightIcon"; "required": false; "isSignal": true; }; "isChecked": { "alias": "isChecked"; "required": false; "isSignal": true; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; "isSignal": true; }; "id": { "alias": "id"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "name": { "alias": "name"; "required": false; "isSignal": true; }; "inputId": { "alias": "inputId"; "required": false; "isSignal": true; }; "control": { "alias": "control"; "required": false; "isSignal": true; }; }, { "isChecked": "isCheckedChange"; "inputId": "inputIdChange"; "control": "controlChange"; "change": "change"; }, never, never, true, never>;
|
|
1450
|
-
}
|
|
1451
|
-
|
|
1452
|
-
type IBmbLegendVariations = 'normal' | 'strong' | 'success' | 'info' | 'warning' | 'error' | 'brand';
|
|
1453
|
-
declare class BmbLegendComponent {
|
|
1454
|
-
label: string;
|
|
1455
|
-
value: string;
|
|
1456
|
-
indicatorAppearance: IBmbLegendVariations;
|
|
1457
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbLegendComponent, never>;
|
|
1458
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbLegendComponent, "bmb-legend", never, { "label": { "alias": "label"; "required": false; }; "value": { "alias": "value"; "required": false; }; "indicatorAppearance": { "alias": "indicatorAppearance"; "required": false; }; }, {}, never, never, true, never>;
|
|
1459
|
-
}
|
|
1460
|
-
|
|
1461
|
-
declare class BmbValueCounterComponent {
|
|
1462
|
-
label: string;
|
|
1463
|
-
value: string;
|
|
1464
|
-
progress: string;
|
|
1465
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbValueCounterComponent, never>;
|
|
1466
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbValueCounterComponent, "bmb-value-counter", never, { "label": { "alias": "label"; "required": false; }; "value": { "alias": "value"; "required": false; }; "progress": { "alias": "progress"; "required": false; }; }, {}, never, never, true, never>;
|
|
1467
|
-
}
|
|
1468
|
-
|
|
1469
|
-
declare class BmbStepProgressBarComponent {
|
|
1470
|
-
activeStep: _angular_core.ModelSignal<number>;
|
|
1471
|
-
totalSteps: _angular_core.InputSignal<number>;
|
|
1472
|
-
size: _angular_core.InputSignal<"default" | "normal" | "medium" | "small">;
|
|
1473
|
-
freeze: _angular_core.InputSignal<boolean>;
|
|
1474
|
-
type: _angular_core.InputSignal<"horizontal" | "vertical" | "step-panel">;
|
|
1475
|
-
labelSteps: _angular_core.InputSignal<string[]>;
|
|
1476
|
-
labelComplete: _angular_core.InputSignal<string>;
|
|
1477
|
-
labelIncomplete: _angular_core.InputSignal<string>;
|
|
1478
|
-
stepTemplates: _angular_core.InputSignal<TemplateRef<any>[]>;
|
|
1479
|
-
onStepPress: _angular_core.OutputEmitterRef<number>;
|
|
1480
|
-
onStepPanelPress: _angular_core.OutputEmitterRef<number>;
|
|
1481
|
-
private destroyRef;
|
|
1482
|
-
private mql;
|
|
1483
|
-
private abort;
|
|
1484
|
-
readonly isMobileOrTablet: _angular_core.WritableSignal<boolean>;
|
|
1485
|
-
constructor();
|
|
1486
|
-
private truncate;
|
|
1487
|
-
readonly maxChars: _angular_core.Signal<90 | 70>;
|
|
1488
|
-
readonly labelStepsTruncated: _angular_core.Signal<string[]>;
|
|
1489
|
-
readonly labelCompleteTruncated: _angular_core.Signal<string>;
|
|
1490
|
-
readonly labelIncompleteTruncated: _angular_core.Signal<string>;
|
|
1491
|
-
getStepsArray(): number[];
|
|
1492
|
-
onStepPanelClicked(index: number): void;
|
|
1493
|
-
onStepClicked(index: number): void;
|
|
1494
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbStepProgressBarComponent, never>;
|
|
1495
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbStepProgressBarComponent, "bmb-step-progress-bar", never, { "activeStep": { "alias": "activeStep"; "required": false; "isSignal": true; }; "totalSteps": { "alias": "totalSteps"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "freeze": { "alias": "freeze"; "required": false; "isSignal": true; }; "type": { "alias": "type"; "required": false; "isSignal": true; }; "labelSteps": { "alias": "labelSteps"; "required": false; "isSignal": true; }; "labelComplete": { "alias": "labelComplete"; "required": false; "isSignal": true; }; "labelIncomplete": { "alias": "labelIncomplete"; "required": false; "isSignal": true; }; "stepTemplates": { "alias": "stepTemplates"; "required": false; "isSignal": true; }; }, { "activeStep": "activeStepChange"; "onStepPress": "onStepPress"; "onStepPanelPress": "onStepPanelPress"; }, never, never, true, never>;
|
|
1496
|
-
}
|
|
1497
|
-
|
|
1498
|
-
declare class BmbFocusElementComponent {
|
|
1499
|
-
icon: _angular_core.InputSignal<string>;
|
|
1500
|
-
number: _angular_core.InputSignal<number>;
|
|
1501
|
-
title: _angular_core.InputSignal<string>;
|
|
1502
|
-
isNormal: _angular_core.InputSignal<boolean | undefined>;
|
|
1503
|
-
isNonFocused: _angular_core.InputSignal<boolean | undefined>;
|
|
1504
|
-
isInheritedBg: _angular_core.InputSignal<boolean | undefined>;
|
|
1505
|
-
baseClass: string;
|
|
1506
|
-
getBackgroundClass(): string;
|
|
1507
|
-
getCircleClass(): string[];
|
|
1508
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbFocusElementComponent, never>;
|
|
1509
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbFocusElementComponent, "bmb-focus-element", never, { "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "number": { "alias": "number"; "required": false; "isSignal": true; }; "title": { "alias": "title"; "required": false; "isSignal": true; }; "isNormal": { "alias": "isNormal"; "required": false; "isSignal": true; }; "isNonFocused": { "alias": "isNonFocused"; "required": false; "isSignal": true; }; "isInheritedBg": { "alias": "isInheritedBg"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
1510
|
-
}
|
|
1511
|
-
|
|
1512
|
-
declare class BmbUserSummaryComponent {
|
|
1513
|
-
isProfile: _angular_core.InputSignal<boolean>;
|
|
1514
|
-
name: _angular_core.InputSignal<string>;
|
|
1515
|
-
id: _angular_core.InputSignal<string>;
|
|
1516
|
-
image: _angular_core.InputSignal<string>;
|
|
1517
|
-
infoCareer: _angular_core.InputSignal<string>;
|
|
1518
|
-
noBox: _angular_core.InputSignal<boolean>;
|
|
1519
|
-
salutation: _angular_core.InputSignal<string>;
|
|
1520
|
-
onClick: _angular_core.OutputEmitterRef<MouseEvent>;
|
|
1521
|
-
handleClick(event: MouseEvent): void;
|
|
1522
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbUserSummaryComponent, never>;
|
|
1523
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbUserSummaryComponent, "bmb-user-summary", never, { "isProfile": { "alias": "isProfile"; "required": false; "isSignal": true; }; "name": { "alias": "name"; "required": false; "isSignal": true; }; "id": { "alias": "id"; "required": false; "isSignal": true; }; "image": { "alias": "image"; "required": false; "isSignal": true; }; "infoCareer": { "alias": "infoCareer"; "required": false; "isSignal": true; }; "noBox": { "alias": "noBox"; "required": false; "isSignal": true; }; "salutation": { "alias": "salutation"; "required": false; "isSignal": true; }; }, { "onClick": "onClick"; }, never, never, true, never>;
|
|
1524
|
-
}
|
|
1525
|
-
|
|
1526
|
-
interface BmbProgressCircleOptionsInterface {
|
|
1527
|
-
valueLabel?: string;
|
|
1528
|
-
showValueLabel?: boolean;
|
|
1529
|
-
backgroundColor?: string;
|
|
1530
|
-
percent?: number;
|
|
1531
|
-
radius?: number;
|
|
1532
|
-
space?: number;
|
|
1533
|
-
title?: string | Array<String>;
|
|
1534
|
-
showTitle?: boolean;
|
|
1535
|
-
showBackground?: boolean;
|
|
1536
|
-
responsive?: boolean;
|
|
1537
|
-
}
|
|
1538
|
-
|
|
1539
|
-
type BmbProgressCirclePathStatus = 'gray' | 'success' | 'error' | 'warning';
|
|
1540
|
-
declare class CircleProgressOptions implements BmbProgressCircleOptionsInterface {
|
|
1541
|
-
valueLabel: string;
|
|
1542
|
-
showValueLabel: boolean;
|
|
1543
|
-
backgroundPadding: number;
|
|
1544
|
-
percent: number;
|
|
1545
|
-
radius: number;
|
|
1546
|
-
space: number;
|
|
1547
|
-
outerStrokeWidth: number;
|
|
1548
|
-
outerStrokeLinecap: string;
|
|
1549
|
-
innerStrokeWidth: number;
|
|
1550
|
-
title: string | Array<String>;
|
|
1551
|
-
showTitle: boolean;
|
|
1552
|
-
showBackground: boolean;
|
|
1553
|
-
responsive: boolean;
|
|
1554
|
-
}
|
|
1555
|
-
declare class BmbProgressCircleComponent implements OnChanges {
|
|
1556
|
-
valueLabel: _angular_core.InputSignal<string | undefined>;
|
|
1557
|
-
percent: _angular_core.InputSignal<number>;
|
|
1558
|
-
showValueLabel: _angular_core.InputSignal<boolean>;
|
|
1559
|
-
title: _angular_core.InputSignal<string | string[]>;
|
|
1560
|
-
showTitle: _angular_core.InputSignal<boolean>;
|
|
1561
|
-
showBackground: _angular_core.InputSignal<boolean>;
|
|
1562
|
-
showRestBackground: _angular_core.InputSignal<boolean>;
|
|
1563
|
-
fillPathStatus: _angular_core.InputSignal<BmbProgressCirclePathStatus>;
|
|
1564
|
-
fullFillPathStatus: _angular_core.InputSignal<boolean>;
|
|
1565
|
-
responsive: boolean;
|
|
1566
|
-
svg: any;
|
|
1567
|
-
options: CircleProgressOptions;
|
|
1568
|
-
_lastPercent: number;
|
|
1569
|
-
constructor(defaultOptions: CircleProgressOptions);
|
|
1570
|
-
ngOnInit(): void;
|
|
1571
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
1572
|
-
render(): void;
|
|
1573
|
-
polarToCartesian(centerX: number, centerY: number, radius: number, angleInDegrees: number): {
|
|
1574
|
-
x: number;
|
|
1575
|
-
y: number;
|
|
1576
|
-
};
|
|
1577
|
-
draw(percent: number): void;
|
|
1578
|
-
private applyOptions;
|
|
1579
|
-
private getRelativeY;
|
|
1580
|
-
getFillPathStatus(): string;
|
|
1581
|
-
isFullColored(): boolean;
|
|
1582
|
-
shouldShowProgressPath(): boolean;
|
|
1583
|
-
shouldShowValueLabel(): boolean;
|
|
1584
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbProgressCircleComponent, never>;
|
|
1585
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbProgressCircleComponent, "bmb-progress-circle", never, { "valueLabel": { "alias": "valueLabel"; "required": false; "isSignal": true; }; "percent": { "alias": "percent"; "required": false; "isSignal": true; }; "showValueLabel": { "alias": "showValueLabel"; "required": false; "isSignal": true; }; "title": { "alias": "title"; "required": false; "isSignal": true; }; "showTitle": { "alias": "showTitle"; "required": false; "isSignal": true; }; "showBackground": { "alias": "showBackground"; "required": false; "isSignal": true; }; "showRestBackground": { "alias": "showRestBackground"; "required": false; "isSignal": true; }; "fillPathStatus": { "alias": "fillPathStatus"; "required": false; "isSignal": true; }; "fullFillPathStatus": { "alias": "fullFillPathStatus"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
1586
|
-
}
|
|
1587
|
-
|
|
1588
|
-
type IPositionButtonMenu = 'left' | 'right';
|
|
1589
|
-
interface IUserInformation {
|
|
1590
|
-
name: string;
|
|
1591
|
-
image: string;
|
|
1592
|
-
role: string;
|
|
1593
|
-
}
|
|
1594
|
-
|
|
1595
|
-
declare class BmbSidebarComponent implements OnInit {
|
|
1596
|
-
elements: _angular_core.InputSignal<SidebarElement[][]>;
|
|
1597
|
-
title: _angular_core.InputSignal<string>;
|
|
1598
|
-
position: _angular_core.InputSignal<IPositionButtonMenu>;
|
|
1599
|
-
currentUrl: string;
|
|
1600
|
-
isOpen: boolean;
|
|
1601
|
-
selectedElement: SidebarElement | null;
|
|
1602
|
-
isActive: boolean;
|
|
1603
|
-
hasSubmenu: boolean;
|
|
1604
|
-
maxChildrenLevel: number;
|
|
1605
|
-
sideNav: ElementRef;
|
|
1606
|
-
onFocusIn(): void;
|
|
1607
|
-
onFocusOut(): void;
|
|
1608
|
-
ngOnInit(): void;
|
|
1609
|
-
getLink(link: string): string;
|
|
1610
|
-
closeSidebar(): void;
|
|
1611
|
-
clearSelectElement(): void;
|
|
1612
|
-
toggleChildren(element: SidebarElement): void;
|
|
1613
|
-
checkIfFocusInsideSidebar(): void;
|
|
1614
|
-
checkToCloseSidebar(event: any): void;
|
|
1615
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbSidebarComponent, never>;
|
|
1616
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbSidebarComponent, "bmb-sidebar", never, { "elements": { "alias": "elements"; "required": false; "isSignal": true; }; "title": { "alias": "title"; "required": false; "isSignal": true; }; "position": { "alias": "position"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
1617
|
-
}
|
|
1618
|
-
|
|
1619
|
-
declare class BmbCheckboxComponent implements OnInit {
|
|
1620
|
-
name: _angular_core.InputSignal<string>;
|
|
1621
|
-
id: _angular_core.InputSignal<string | undefined>;
|
|
1622
|
-
disabled: _angular_core.InputSignal<boolean>;
|
|
1623
|
-
required: _angular_core.InputSignal<boolean>;
|
|
1624
|
-
value: _angular_core.InputSignal<string>;
|
|
1625
|
-
label: _angular_core.InputSignal<string>;
|
|
1626
|
-
labelPosition: _angular_core.InputSignal<IBbmSidePosition>;
|
|
1627
|
-
ariaDescribedby: _angular_core.InputSignal<string>;
|
|
1628
|
-
ariaLabel: _angular_core.InputSignal<string>;
|
|
1629
|
-
ariaLabelledby: _angular_core.InputSignal<string>;
|
|
1630
|
-
errorMessage: _angular_core.InputSignal<string | IBmbInputError>;
|
|
1631
|
-
helperMessage: _angular_core.InputSignal<string>;
|
|
1632
|
-
customValidation: _angular_core.InputSignal<ValidatorFn | undefined>;
|
|
1633
|
-
control: _angular_core.ModelSignal<FormControl<any>>;
|
|
1634
|
-
checked: _angular_core.ModelSignal<boolean | undefined>;
|
|
1635
|
-
showError: _angular_core.ModelSignal<boolean>;
|
|
1636
|
-
indeterminate: _angular_core.ModelSignal<boolean>;
|
|
1637
|
-
inputId: _angular_core.ModelSignal<string>;
|
|
1638
|
-
change: _angular_core.OutputEmitterRef<Event>;
|
|
1639
|
-
isControlNull: boolean;
|
|
1640
|
-
ngOnInit(): void;
|
|
1641
|
-
get shouldShowError(): boolean;
|
|
1642
|
-
handleChange(event: Event): void;
|
|
1643
|
-
handleKeyDown(event: KeyboardEvent): void;
|
|
1644
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbCheckboxComponent, never>;
|
|
1645
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbCheckboxComponent, "bmb-checkbox", never, { "name": { "alias": "name"; "required": false; "isSignal": true; }; "id": { "alias": "id"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "required": { "alias": "required"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; "labelPosition": { "alias": "labelPosition"; "required": false; "isSignal": true; }; "ariaDescribedby": { "alias": "ariaDescribedby"; "required": false; "isSignal": true; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; "isSignal": true; }; "ariaLabelledby": { "alias": "ariaLabelledby"; "required": false; "isSignal": true; }; "errorMessage": { "alias": "errorMessage"; "required": false; "isSignal": true; }; "helperMessage": { "alias": "helperMessage"; "required": false; "isSignal": true; }; "customValidation": { "alias": "customValidation"; "required": false; "isSignal": true; }; "control": { "alias": "control"; "required": false; "isSignal": true; }; "checked": { "alias": "checked"; "required": false; "isSignal": true; }; "showError": { "alias": "showError"; "required": false; "isSignal": true; }; "indeterminate": { "alias": "indeterminate"; "required": false; "isSignal": true; }; "inputId": { "alias": "inputId"; "required": false; "isSignal": true; }; }, { "control": "controlChange"; "checked": "checkedChange"; "showError": "showErrorChange"; "indeterminate": "indeterminateChange"; "inputId": "inputIdChange"; "change": "change"; }, never, never, true, never>;
|
|
1646
|
-
}
|
|
1647
|
-
|
|
1648
|
-
declare class BmbCalendarComponent implements OnInit, AfterViewInit {
|
|
1649
|
-
private eventsSignal;
|
|
1650
|
-
private modalService;
|
|
1651
|
-
view: _angular_core.ModelSignal<IBmbCalendarView>;
|
|
1652
|
-
filters: _angular_core.ModelSignal<{
|
|
1653
|
-
[key: string]: boolean;
|
|
1654
|
-
}>;
|
|
1655
|
-
calendarTimezone: _angular_core.InputSignal<string>;
|
|
1656
|
-
clientTimezone: _angular_core.InputSignal<string>;
|
|
1657
|
-
lang: _angular_core.InputSignal<string>;
|
|
1658
|
-
height: _angular_core.InputSignal<string | number>;
|
|
1659
|
-
startBusinessHour: _angular_core.InputSignal<number>;
|
|
1660
|
-
calendarTitle: _angular_core.InputSignal<string>;
|
|
1661
|
-
dateFormat: _angular_core.InputSignal<string>;
|
|
1662
|
-
events: _angular_core.Signal<IBmbCalendarEvent[]>;
|
|
1663
|
-
showFilterButton: _angular_core.InputSignal<boolean>;
|
|
1664
|
-
visibleDate: _angular_core.ModelSignal<DateTime<boolean>>;
|
|
1665
|
-
currentDate: _angular_core.InputSignal<string>;
|
|
1666
|
-
onDateChange: _angular_core.OutputEmitterRef<any>;
|
|
1667
|
-
onClose: _angular_core.OutputEmitterRef<any>;
|
|
1668
|
-
selectedWeek: _angular_core.Signal<number>;
|
|
1669
|
-
weekNumber: _angular_core.Signal<number>;
|
|
1670
|
-
renderWeekDays: _angular_core.Signal<DateTime<boolean>[]>;
|
|
1671
|
-
isLoading: _angular_core.Signal<boolean>;
|
|
1672
|
-
selectedEvent: IBmbCalendarEvent | null;
|
|
1673
|
-
isMobileHeader: boolean;
|
|
1674
|
-
orderedEvents: _angular_core.Signal<IBmbParsedDates>;
|
|
1675
|
-
filteredEvents: _angular_core.Signal<IBmbParsedDates>;
|
|
1676
|
-
filterModalId: _angular_core.WritableSignal<string | null>;
|
|
1677
|
-
calendarForm: FormGroup<{
|
|
1678
|
-
[key: string]: FormControl<any>;
|
|
1679
|
-
}>;
|
|
1680
|
-
detailContent?: TemplateRef<any>;
|
|
1681
|
-
modalTemplate: TemplateRef<any>;
|
|
1682
|
-
private resize;
|
|
1683
|
-
constructor(eventsSignal: BmbCalendarService, modalService: BmbNativeModalService);
|
|
1684
|
-
currentTime: _angular_core.WritableSignal<DateTime<boolean>>;
|
|
1685
|
-
private timerId;
|
|
1686
|
-
ngOnDestroy(): void;
|
|
1687
|
-
ngAfterViewInit(): void;
|
|
1688
|
-
ngOnInit(): void;
|
|
1689
|
-
updateTime(): void;
|
|
1690
|
-
handleDateChange(range: IBmbCalendarView, now: DateTime): void;
|
|
1691
|
-
handleCurrentDateChange(newDate: DateTime): void;
|
|
1692
|
-
getDayEvents(): IBmbCalendarEvent[];
|
|
1693
|
-
handleSelectEvent(newEvent: IBmbCalendarEventClick): void;
|
|
1694
|
-
isAnEventSelected(event: IBmbCalendarEventClick | null): boolean;
|
|
1695
|
-
getHeight(height: string | number): string;
|
|
1696
|
-
getDuration(): string;
|
|
1697
|
-
handleClose(): void;
|
|
1698
|
-
handleShowModalFilter(): void;
|
|
1699
|
-
handleFormReset(_: any): void;
|
|
1700
|
-
handleApplyFilters(): void;
|
|
1701
|
-
getFormControl(name: string): FormControl;
|
|
1702
|
-
getCalendarName(name: string): string;
|
|
1703
|
-
getBulletClass(name: string): string[];
|
|
1704
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbCalendarComponent, never>;
|
|
1705
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbCalendarComponent, "bmb-calendar", never, { "view": { "alias": "view"; "required": false; "isSignal": true; }; "filters": { "alias": "filters"; "required": false; "isSignal": true; }; "calendarTimezone": { "alias": "calendarTimezone"; "required": false; "isSignal": true; }; "clientTimezone": { "alias": "clientTimezone"; "required": false; "isSignal": true; }; "lang": { "alias": "lang"; "required": false; "isSignal": true; }; "height": { "alias": "height"; "required": false; "isSignal": true; }; "startBusinessHour": { "alias": "startBusinessHour"; "required": false; "isSignal": true; }; "calendarTitle": { "alias": "calendarTitle"; "required": false; "isSignal": true; }; "dateFormat": { "alias": "dateFormat"; "required": false; "isSignal": true; }; "showFilterButton": { "alias": "showFilterButton"; "required": false; "isSignal": true; }; "visibleDate": { "alias": "visibleDate"; "required": false; "isSignal": true; }; "currentDate": { "alias": "currentDate"; "required": false; "isSignal": true; }; }, { "view": "viewChange"; "filters": "filtersChange"; "visibleDate": "visibleDateChange"; "onDateChange": "onDateChange"; "onClose": "onClose"; }, never, never, true, never>;
|
|
1706
|
-
}
|
|
1707
|
-
|
|
1708
|
-
declare class BmbTopBarComponent implements OnInit {
|
|
1709
|
-
userInformation: _angular_core.InputSignal<IUserInformation | null>;
|
|
1710
|
-
appName: _angular_core.InputSignal<string>;
|
|
1711
|
-
appPowered: _angular_core.InputSignal<string>;
|
|
1712
|
-
appSubTitle: _angular_core.InputSignal<string>;
|
|
1713
|
-
lang: _angular_core.InputSignal<string>;
|
|
1714
|
-
mitec: _angular_core.InputSignal<boolean>;
|
|
1715
|
-
alertNotification: _angular_core.InputSignal<IBmbDataAlert[]>;
|
|
1716
|
-
showRoleButton: _angular_core.InputSignal<boolean>;
|
|
1717
|
-
showHelpButton: _angular_core.InputSignal<boolean>;
|
|
1718
|
-
allowSidebarForMobile: _angular_core.InputSignal<boolean>;
|
|
1719
|
-
positionButtonMenu: _angular_core.InputSignal<IPositionButtonMenu>;
|
|
1720
|
-
hasLogoutButton: _angular_core.InputSignal<boolean>;
|
|
1721
|
-
showLang: _angular_core.InputSignal<boolean>;
|
|
1722
|
-
showUserName: _angular_core.InputSignal<boolean>;
|
|
1723
|
-
assignmentNotification: _angular_core.InputSignal<string[]>;
|
|
1724
|
-
image: _angular_core.ModelSignal<string>;
|
|
1725
|
-
mobileImage: _angular_core.ModelSignal<string>;
|
|
1726
|
-
helpButtonClick: _angular_core.OutputEmitterRef<MouseEvent>;
|
|
1727
|
-
userProfileClick: _angular_core.OutputEmitterRef<MouseEvent>;
|
|
1728
|
-
alertButtonClick: _angular_core.OutputEmitterRef<MouseEvent>;
|
|
1729
|
-
roleButtonClick: _angular_core.OutputEmitterRef<MouseEvent>;
|
|
1730
|
-
backToHomeClick: _angular_core.OutputEmitterRef<void>;
|
|
1731
|
-
logOut: _angular_core.OutputEmitterRef<any>;
|
|
1732
|
-
onLangChange: _angular_core.OutputEmitterRef<string>;
|
|
1733
|
-
showAnimation: boolean;
|
|
1734
|
-
imageDefault: string;
|
|
1735
|
-
mobileImageDefault: string;
|
|
1736
|
-
mobileImageMitecDefault: string;
|
|
1737
|
-
imageMitecDefault: string;
|
|
1738
|
-
ngOnInit(): void;
|
|
1739
|
-
getNoMobileResolutionSize(): string;
|
|
1740
|
-
handleLogOutClick(event: Event): void;
|
|
1741
|
-
handleAlertClick(event: MouseEvent): void;
|
|
1742
|
-
handleLangChange(lang: string): void;
|
|
1743
|
-
handleHelpButtonClick(event: MouseEvent): void;
|
|
1744
|
-
handleUserClick(event: MouseEvent): void;
|
|
1745
|
-
handleRoleChange(event: MouseEvent): void;
|
|
1746
|
-
handleBackToHome(): void;
|
|
1747
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbTopBarComponent, never>;
|
|
1748
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbTopBarComponent, "bmb-top-bar", never, { "userInformation": { "alias": "userInformation"; "required": false; "isSignal": true; }; "appName": { "alias": "appName"; "required": false; "isSignal": true; }; "appPowered": { "alias": "appPowered"; "required": false; "isSignal": true; }; "appSubTitle": { "alias": "appSubTitle"; "required": false; "isSignal": true; }; "lang": { "alias": "lang"; "required": false; "isSignal": true; }; "mitec": { "alias": "mitec"; "required": false; "isSignal": true; }; "alertNotification": { "alias": "alertNotification"; "required": false; "isSignal": true; }; "showRoleButton": { "alias": "showRoleButton"; "required": false; "isSignal": true; }; "showHelpButton": { "alias": "showHelpButton"; "required": false; "isSignal": true; }; "allowSidebarForMobile": { "alias": "allowSidebarForMobile"; "required": false; "isSignal": true; }; "positionButtonMenu": { "alias": "positionButtonMenu"; "required": false; "isSignal": true; }; "hasLogoutButton": { "alias": "hasLogoutButton"; "required": false; "isSignal": true; }; "showLang": { "alias": "showLang"; "required": false; "isSignal": true; }; "showUserName": { "alias": "showUserName"; "required": false; "isSignal": true; }; "assignmentNotification": { "alias": "assignmentNotification"; "required": false; "isSignal": true; }; "image": { "alias": "image"; "required": false; "isSignal": true; }; "mobileImage": { "alias": "mobileImage"; "required": false; "isSignal": true; }; }, { "image": "imageChange"; "mobileImage": "mobileImageChange"; "helpButtonClick": "helpButtonClick"; "userProfileClick": "userProfileClick"; "alertButtonClick": "alertButtonClick"; "roleButtonClick": "roleButtonClick"; "backToHomeClick": "backToHomeClick"; "logOut": "logOut"; "onLangChange": "onLangChange"; }, never, never, true, never>;
|
|
1749
|
-
}
|
|
1750
|
-
|
|
1751
|
-
declare class BmbTopBarItemComponent {
|
|
1752
|
-
isActive: boolean;
|
|
1753
|
-
isElementActive(): string;
|
|
1754
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbTopBarItemComponent, never>;
|
|
1755
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbTopBarItemComponent, "bmb-top-bar-item", never, { "isActive": { "alias": "isActive"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
1756
|
-
}
|
|
1757
|
-
|
|
1758
|
-
declare class BmbRadialComponent implements OnInit {
|
|
1759
|
-
id: _angular_core.InputSignal<string>;
|
|
1760
|
-
checked: _angular_core.InputSignal<boolean>;
|
|
1761
|
-
disabled: _angular_core.InputSignal<boolean>;
|
|
1762
|
-
value: _angular_core.InputSignal<string>;
|
|
1763
|
-
name: _angular_core.InputSignal<string>;
|
|
1764
|
-
label: _angular_core.InputSignal<string>;
|
|
1765
|
-
labelPosition: _angular_core.InputSignal<IBbmSidePosition>;
|
|
1766
|
-
ariaDescribedby: _angular_core.InputSignal<string>;
|
|
1767
|
-
ariaLabel: _angular_core.InputSignal<string>;
|
|
1768
|
-
ariaLabelledby: _angular_core.InputSignal<string>;
|
|
1769
|
-
required: _angular_core.InputSignal<boolean>;
|
|
1770
|
-
errorMessage: _angular_core.InputSignal<string | IBmbInputError>;
|
|
1771
|
-
helperMessage: _angular_core.InputSignal<string>;
|
|
1772
|
-
showError: _angular_core.ModelSignal<boolean>;
|
|
1773
|
-
control: _angular_core.ModelSignal<FormControl<any>>;
|
|
1774
|
-
inputId: _angular_core.ModelSignal<string>;
|
|
1775
|
-
change: _angular_core.OutputEmitterRef<HTMLInputElement>;
|
|
1776
|
-
onKeyDown: _angular_core.OutputEmitterRef<KeyboardEvent>;
|
|
1777
|
-
isControlNull: boolean;
|
|
1778
|
-
ngOnInit(): void;
|
|
1779
|
-
get shouldShowError(): boolean;
|
|
1780
|
-
handleRadioChange(event: Event): void;
|
|
1781
|
-
handleRadioKeyDown(event: KeyboardEvent): void;
|
|
1782
|
-
handleKeyPress(event: KeyboardEvent): void;
|
|
1783
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbRadialComponent, never>;
|
|
1784
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbRadialComponent, "bmb-radial", never, { "id": { "alias": "id"; "required": false; "isSignal": true; }; "checked": { "alias": "checked"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": false; "isSignal": true; }; "name": { "alias": "name"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; "labelPosition": { "alias": "labelPosition"; "required": false; "isSignal": true; }; "ariaDescribedby": { "alias": "ariaDescribedby"; "required": false; "isSignal": true; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; "isSignal": true; }; "ariaLabelledby": { "alias": "ariaLabelledby"; "required": false; "isSignal": true; }; "required": { "alias": "required"; "required": false; "isSignal": true; }; "errorMessage": { "alias": "errorMessage"; "required": false; "isSignal": true; }; "helperMessage": { "alias": "helperMessage"; "required": false; "isSignal": true; }; "showError": { "alias": "showError"; "required": false; "isSignal": true; }; "control": { "alias": "control"; "required": false; "isSignal": true; }; "inputId": { "alias": "inputId"; "required": false; "isSignal": true; }; }, { "showError": "showErrorChange"; "control": "controlChange"; "inputId": "inputIdChange"; "change": "change"; "onKeyDown": "onKeyDown"; }, never, never, true, never>;
|
|
1785
|
-
}
|
|
1786
|
-
|
|
1787
|
-
declare class BmbTotpComponent {
|
|
1788
|
-
private formBuilder;
|
|
1789
|
-
private destroy$;
|
|
1790
|
-
title: _angular_core.InputSignal<string>;
|
|
1791
|
-
subtitle: _angular_core.InputSignal<string>;
|
|
1792
|
-
instanceId: _angular_core.InputSignal<string>;
|
|
1793
|
-
codeError: _angular_core.InputSignal<boolean>;
|
|
1794
|
-
errorMessage: _angular_core.InputSignal<string>;
|
|
1795
|
-
helperText: _angular_core.InputSignal<string>;
|
|
1796
|
-
showButton: _angular_core.InputSignal<boolean>;
|
|
1797
|
-
buttonText: _angular_core.InputSignal<string>;
|
|
1798
|
-
maxCode: _angular_core.InputSignal<number>;
|
|
1799
|
-
disableButton: _angular_core.InputSignal<boolean>;
|
|
1800
|
-
handleSubmit: _angular_core.OutputEmitterRef<string>;
|
|
1801
|
-
codeForm: FormGroup;
|
|
1802
|
-
_maxCode: number;
|
|
1803
|
-
codesArray: _angular_core.Signal<number[]>;
|
|
1804
|
-
constructor(formBuilder: FormBuilder);
|
|
1805
|
-
ngOnInit(): void;
|
|
1806
|
-
buildForm(): void;
|
|
1807
|
-
handleKeyUp(event: KeyboardEvent, idx: number): void;
|
|
1808
|
-
handleKeyDown(event: KeyboardEvent, idx: number): void;
|
|
1809
|
-
handlePaste(event: ClipboardEvent): void;
|
|
1810
|
-
onSubmit(): void;
|
|
1811
|
-
ngOnDestroy(): void;
|
|
1812
|
-
getFormControl(name: string): FormControl;
|
|
1813
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbTotpComponent, never>;
|
|
1814
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbTotpComponent, "bmb-totp", never, { "title": { "alias": "title"; "required": false; "isSignal": true; }; "subtitle": { "alias": "subtitle"; "required": false; "isSignal": true; }; "instanceId": { "alias": "instanceId"; "required": false; "isSignal": true; }; "codeError": { "alias": "codeError"; "required": false; "isSignal": true; }; "errorMessage": { "alias": "errorMessage"; "required": false; "isSignal": true; }; "helperText": { "alias": "helperText"; "required": false; "isSignal": true; }; "showButton": { "alias": "showButton"; "required": false; "isSignal": true; }; "buttonText": { "alias": "buttonText"; "required": false; "isSignal": true; }; "maxCode": { "alias": "maxCode"; "required": false; "isSignal": true; }; "disableButton": { "alias": "disableButton"; "required": false; "isSignal": true; }; }, { "handleSubmit": "handleSubmit"; }, never, never, true, never>;
|
|
1815
|
-
}
|
|
1816
|
-
|
|
1817
|
-
declare class BmbSearchInputComponent implements AfterViewInit, OnChanges {
|
|
1818
|
-
private cdr;
|
|
1819
|
-
inputId: _angular_core.InputSignal<string>;
|
|
1820
|
-
name: _angular_core.InputSignal<string>;
|
|
1821
|
-
data: _angular_core.InputSignal<string[]>;
|
|
1822
|
-
isLoading: _angular_core.InputSignal<boolean>;
|
|
1823
|
-
isServerSideFilter: _angular_core.InputSignal<boolean>;
|
|
1824
|
-
placeholder: _angular_core.InputSignal<string>;
|
|
1825
|
-
serverSideFilteredData: _angular_core.InputSignal<string[]>;
|
|
1826
|
-
onValueChange: _angular_core.OutputEmitterRef<string>;
|
|
1827
|
-
onServerSideFilterEvent: _angular_core.OutputEmitterRef<string>;
|
|
1828
|
-
onClearField: _angular_core.OutputEmitterRef<boolean>;
|
|
1829
|
-
value: string;
|
|
1830
|
-
filteredData: IDropdownItem[];
|
|
1831
|
-
uid: string;
|
|
1832
|
-
isDialogOpen: boolean;
|
|
1833
|
-
filterControl: FormControl<any>;
|
|
1834
|
-
items: IDropdownItem[];
|
|
1835
|
-
constructor(cdr: ChangeDetectorRef);
|
|
1836
|
-
ngAfterViewInit(): void;
|
|
1837
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
1838
|
-
initOptions(list: string[]): void;
|
|
1839
|
-
closeList(): void;
|
|
1840
|
-
setSelectedValue(element: IDropdownItem): void;
|
|
1841
|
-
handleItemClick(): void;
|
|
1842
|
-
handleKeyDown(event: KeyboardEvent): void;
|
|
1843
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbSearchInputComponent, never>;
|
|
1844
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbSearchInputComponent, "bmb-search-input", never, { "inputId": { "alias": "inputId"; "required": false; "isSignal": true; }; "name": { "alias": "name"; "required": false; "isSignal": true; }; "data": { "alias": "data"; "required": false; "isSignal": true; }; "isLoading": { "alias": "isLoading"; "required": false; "isSignal": true; }; "isServerSideFilter": { "alias": "isServerSideFilter"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "serverSideFilteredData": { "alias": "serverSideFilteredData"; "required": false; "isSignal": true; }; }, { "onValueChange": "onValueChange"; "onServerSideFilterEvent": "onServerSideFilterEvent"; "onClearField": "onClearField"; }, never, never, true, never>;
|
|
1845
|
-
}
|
|
1846
|
-
|
|
1847
|
-
type BmbTableLang = 'en' | 'es';
|
|
1848
|
-
declare class BmbTablesComponent implements AfterViewInit, OnInit, OnChanges {
|
|
1849
|
-
private renderer;
|
|
1850
|
-
private sanitizer;
|
|
1851
|
-
private cdr;
|
|
1852
|
-
private _rawColumns;
|
|
1853
|
-
private _rawConfig;
|
|
1854
|
-
dataSource: MatTableDataSource<any>;
|
|
1855
|
-
originalData: any[];
|
|
1856
|
-
filterForm: FormGroup<{}>;
|
|
1857
|
-
tableDisplayColumns: string[];
|
|
1858
|
-
tableColumns: TableColum[];
|
|
1859
|
-
expandedElement: any;
|
|
1860
|
-
selection: SelectionModel<any>;
|
|
1861
|
-
tableConfig: TableConfig | undefined;
|
|
1862
|
-
pressed: boolean;
|
|
1863
|
-
currentResizeIndex?: number;
|
|
1864
|
-
startX?: number;
|
|
1865
|
-
startWidth?: number;
|
|
1866
|
-
isResizingRight?: boolean;
|
|
1867
|
-
resizableMousemove?: () => void;
|
|
1868
|
-
resizableMouseup?: () => void;
|
|
1869
|
-
searchControl: FormControl<string | null>;
|
|
1870
|
-
showSearch: _angular_core.InputSignal<boolean>;
|
|
1871
|
-
showFilters: _angular_core.InputSignal<boolean>;
|
|
1872
|
-
pageSize: _angular_core.InputSignal<number | undefined>;
|
|
1873
|
-
totalItems: _angular_core.InputSignal<number>;
|
|
1874
|
-
data: _angular_core.InputSignal<any[]>;
|
|
1875
|
-
columns: _angular_core.InputSignal<TableColum[]>;
|
|
1876
|
-
actionTemplate: _angular_core.InputSignal<TemplateRef<any> | null>;
|
|
1877
|
-
config: _angular_core.InputSignal<TableConfig | undefined>;
|
|
1878
|
-
detailTemplate: _angular_core.InputSignal<TemplateRef<any> | null>;
|
|
1879
|
-
truncate: _angular_core.InputSignal<boolean>;
|
|
1880
|
-
wrap: _angular_core.InputSignal<boolean>;
|
|
1881
|
-
initialTableSelection: _angular_core.InputSignal<number[]>;
|
|
1882
|
-
lang: _angular_core.InputSignal<BmbTableLang>;
|
|
1883
|
-
clearSelection: _angular_core.ModelSignal<boolean>;
|
|
1884
|
-
serverSide: _angular_core.InputSignal<boolean>;
|
|
1885
|
-
currentPage: _angular_core.ModelSignal<number>;
|
|
1886
|
-
filtersVisible: _angular_core.ModelSignal<boolean>;
|
|
1887
|
-
filtersPosition: _angular_core.InputSignal<IBmbFiltersPosition>;
|
|
1888
|
-
select: EventEmitter<any>;
|
|
1889
|
-
clickedRow: EventEmitter<any>;
|
|
1890
|
-
searchChange: EventEmitter<string>;
|
|
1891
|
-
filtersChange: EventEmitter<Record<string, any>>;
|
|
1892
|
-
searchModeChange: EventEmitter<"client" | "server">;
|
|
1893
|
-
pageChange: EventEmitter<{
|
|
1894
|
-
pageIndex: number;
|
|
1895
|
-
pageSize: number;
|
|
1896
|
-
}>;
|
|
1897
|
-
paginator: MatPaginator;
|
|
1898
|
-
private matTableRef?;
|
|
1899
|
-
headerCellRef: ElementRef;
|
|
1900
|
-
cellRef: ElementRef;
|
|
1901
|
-
onResize(event: any): void;
|
|
1902
|
-
parsedFiltersColumns: _angular_core.Signal<TableColum[]>;
|
|
1903
|
-
constructor(renderer: Renderer2, sanitizer: DomSanitizer, cdr: ChangeDetectorRef);
|
|
1904
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
1905
|
-
ngOnInit(): void;
|
|
1906
|
-
parseData(data: any[]): void;
|
|
1907
|
-
parseColumns(columns: TableColum[]): void;
|
|
1908
|
-
sanitizeHTML(label: string): SafeHtml;
|
|
1909
|
-
ngAfterViewInit(): void;
|
|
1910
|
-
private applyColumnsAndConfig;
|
|
1911
|
-
setTableResize(tableWidth: number): void;
|
|
1912
|
-
mouseMove(index: number): void;
|
|
1913
|
-
checkResizing(event: any, index: any): void;
|
|
1914
|
-
getCellData(index: number): any;
|
|
1915
|
-
onResizeColumn(event: any, index: number): void;
|
|
1916
|
-
onSelect(): void;
|
|
1917
|
-
setConfig(config: TableConfig): void;
|
|
1918
|
-
isAllSelected(): boolean;
|
|
1919
|
-
toggleAllRows(): void;
|
|
1920
|
-
checkboxLabel(row?: any): string;
|
|
1921
|
-
isEven(rowIndex: number): boolean;
|
|
1922
|
-
isOdd(rowIndex: number): boolean;
|
|
1923
|
-
hasEllipsis(element: HTMLTableCellElement | undefined): boolean;
|
|
1924
|
-
getPaginationText(): string;
|
|
1925
|
-
isTemplateRef(value: any): boolean;
|
|
1926
|
-
onSelectRow(row: any): void;
|
|
1927
|
-
getCellClasses(row: any, columnKey: string, index: number): any;
|
|
1928
|
-
setupDynamicFilters(): void;
|
|
1929
|
-
applyFilters(): void;
|
|
1930
|
-
getFormControl(name: string): FormControl;
|
|
1931
|
-
toggleFilters(): void;
|
|
1932
|
-
onPageEvent(event: PageEvent): void;
|
|
1933
|
-
get resolvedPageSize(): number;
|
|
1934
|
-
lastPage(): number;
|
|
1935
|
-
goToFirstPage(): void;
|
|
1936
|
-
goToPreviousPage(): void;
|
|
1937
|
-
goToNextPage(): void;
|
|
1938
|
-
goToLastPage(): void;
|
|
1939
|
-
getTableClasses(): string[];
|
|
1940
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbTablesComponent, never>;
|
|
1941
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbTablesComponent, "bmb-table", never, { "showSearch": { "alias": "showSearch"; "required": false; "isSignal": true; }; "showFilters": { "alias": "showFilters"; "required": false; "isSignal": true; }; "pageSize": { "alias": "pageSize"; "required": false; "isSignal": true; }; "totalItems": { "alias": "totalItems"; "required": false; "isSignal": true; }; "data": { "alias": "data"; "required": false; "isSignal": true; }; "columns": { "alias": "columns"; "required": false; "isSignal": true; }; "actionTemplate": { "alias": "actionTemplate"; "required": false; "isSignal": true; }; "config": { "alias": "config"; "required": false; "isSignal": true; }; "detailTemplate": { "alias": "detailTemplate"; "required": false; "isSignal": true; }; "truncate": { "alias": "truncate"; "required": false; "isSignal": true; }; "wrap": { "alias": "wrap"; "required": false; "isSignal": true; }; "initialTableSelection": { "alias": "initialTableSelection"; "required": false; "isSignal": true; }; "lang": { "alias": "lang"; "required": false; "isSignal": true; }; "clearSelection": { "alias": "clearSelection"; "required": false; "isSignal": true; }; "serverSide": { "alias": "serverSide"; "required": false; "isSignal": true; }; "currentPage": { "alias": "currentPage"; "required": false; "isSignal": true; }; "filtersVisible": { "alias": "filtersVisible"; "required": false; "isSignal": true; }; "filtersPosition": { "alias": "filtersPosition"; "required": false; "isSignal": true; }; }, { "clearSelection": "clearSelectionChange"; "currentPage": "currentPageChange"; "filtersVisible": "filtersVisibleChange"; "select": "select"; "clickedRow": "clickedRow"; "searchChange": "searchChange"; "filtersChange": "filtersChange"; "searchModeChange": "searchModeChange"; "pageChange": "pageChange"; }, never, never, true, never>;
|
|
1942
|
-
}
|
|
1943
|
-
|
|
1944
|
-
type IBmbProgressBarVariations = 'info' | 'warning' | 'error';
|
|
1945
|
-
type IBmbProgressBarTypes = 'simple' | 'counter' | 'container';
|
|
1946
|
-
declare class BmbProgressBarComponent {
|
|
1947
|
-
type: _angular_core.InputSignal<IBmbProgressBarTypes>;
|
|
1948
|
-
totalCount: _angular_core.InputSignal<number>;
|
|
1949
|
-
counter: _angular_core.InputSignal<number>;
|
|
1950
|
-
title: _angular_core.InputSignal<string>;
|
|
1951
|
-
appearance: _angular_core.InputSignal<IBmbProgressBarVariations>;
|
|
1952
|
-
textLink: _angular_core.InputSignal<string>;
|
|
1953
|
-
href: _angular_core.InputSignal<string>;
|
|
1954
|
-
target: _angular_core.InputSignal<IBmbTargetLink>;
|
|
1955
|
-
textFormat: _angular_core.InputSignal<(counter: string, total: string) => string>;
|
|
1956
|
-
progressValue: _angular_core.Signal<string>;
|
|
1957
|
-
getFormattedText(): string;
|
|
1958
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbProgressBarComponent, never>;
|
|
1959
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbProgressBarComponent, "bmb-progress-bar", never, { "type": { "alias": "type"; "required": false; "isSignal": true; }; "totalCount": { "alias": "totalCount"; "required": false; "isSignal": true; }; "counter": { "alias": "counter"; "required": false; "isSignal": true; }; "title": { "alias": "title"; "required": false; "isSignal": true; }; "appearance": { "alias": "appearance"; "required": false; "isSignal": true; }; "textLink": { "alias": "textLink"; "required": false; "isSignal": true; }; "href": { "alias": "href"; "required": false; "isSignal": true; }; "target": { "alias": "target"; "required": false; "isSignal": true; }; "textFormat": { "alias": "textFormat"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
1960
|
-
}
|
|
1961
|
-
|
|
1962
|
-
declare class BmbModalComponent {
|
|
1963
|
-
dialogRef: MatDialogRef<BmbModalComponent>;
|
|
1964
|
-
modalData: ModalDataConfig;
|
|
1965
|
-
svgUrl: string;
|
|
1966
|
-
modalTemplate: TemplateRef<any> | null;
|
|
1967
|
-
constructor(dialogRef: MatDialogRef<BmbModalComponent>, modalData: ModalDataConfig);
|
|
1968
|
-
ngOnInit(): void;
|
|
1969
|
-
closeModal(buttonName: string, event: boolean): void;
|
|
1970
|
-
isModalTemplate(): boolean;
|
|
1971
|
-
getModalClasses(): string[];
|
|
1972
|
-
getDescriptionClasses(sectionName: string): string[];
|
|
1973
|
-
getButtonClass(isSecondaryButton: boolean): string[];
|
|
1974
|
-
getData(): ModalDataConfig;
|
|
1975
|
-
getImage(): string;
|
|
1976
|
-
getTitle(): string;
|
|
1977
|
-
getSubtitle(): string;
|
|
1978
|
-
getContent(): any;
|
|
1979
|
-
getPrimaryBtnLabel(): string;
|
|
1980
|
-
getSecondaryBtnLabel(): string;
|
|
1981
|
-
showFooter(): boolean;
|
|
1982
|
-
showPrimaryButton(): boolean;
|
|
1983
|
-
showSecondaryButton(): boolean;
|
|
1984
|
-
isSingleButton(): boolean;
|
|
1985
|
-
extendButtons(): boolean;
|
|
1986
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbModalComponent, never>;
|
|
1987
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbModalComponent, "bmb-modal", never, {}, {}, never, never, true, never>;
|
|
1988
|
-
}
|
|
1989
|
-
|
|
1990
|
-
type IBmbCardType = 'primary' | 'secondary' | 'succes' | 'info' | 'warning' | 'error' | 'normal' | 'transparent';
|
|
1991
|
-
type IBmbBgColor = 'contrasts-100' | 'contrasts-75' | 'contrasts-50' | 'contrasts-25' | 'contrasts-20' | 'contrasts-15' | 'contrasts-5';
|
|
1992
|
-
type IBmbBoxShadowStyle = 'box-shadow-1' | 'box-shadow-2' | 'box-shadow-3' | 'box-shadow-4' | 'box-shadow-5' | 'box-shadow-6';
|
|
1993
|
-
declare class BmbCardComponent {
|
|
1994
|
-
borderRadius: SizeNames | SizeNames[];
|
|
1995
|
-
margin: SizeNames | SizeNames[];
|
|
1996
|
-
type: IBmbCardType;
|
|
1997
|
-
state: 'disabled' | 'error' | 'normal';
|
|
1998
|
-
boxShadowStyle: IBmbBoxShadowStyle | 'none';
|
|
1999
|
-
borderColor: IBmbBgColor | 'default';
|
|
2000
|
-
alternative: boolean;
|
|
2001
|
-
getClasses(): string[];
|
|
2002
|
-
getStyles(): any;
|
|
2003
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbCardComponent, never>;
|
|
2004
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbCardComponent, "bmb-card", never, { "borderRadius": { "alias": "borderRadius"; "required": false; }; "margin": { "alias": "margin"; "required": false; }; "type": { "alias": "type"; "required": false; }; "state": { "alias": "state"; "required": false; }; "boxShadowStyle": { "alias": "boxShadowStyle"; "required": false; }; "borderColor": { "alias": "borderColor"; "required": false; }; "alternative": { "alias": "alternative"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
2005
|
-
}
|
|
2006
|
-
declare class BmbCardHeaderComponent {
|
|
2007
|
-
padding: SizeNames | SizeNames[];
|
|
2008
|
-
colorBackground: IBmbBgColor | null;
|
|
2009
|
-
getClasses(): string[];
|
|
2010
|
-
getStyles(): any;
|
|
2011
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbCardHeaderComponent, never>;
|
|
2012
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbCardHeaderComponent, "bmb-card-header", never, { "padding": { "alias": "padding"; "required": false; }; "colorBackground": { "alias": "colorBackground"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
2013
|
-
}
|
|
2014
|
-
declare class BmbCardFooterComponent {
|
|
2015
|
-
padding: SizeNames | SizeNames[];
|
|
2016
|
-
colorBackground: IBmbBgColor | null;
|
|
2017
|
-
getClasses(): string[];
|
|
2018
|
-
getStyles(): any;
|
|
2019
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbCardFooterComponent, never>;
|
|
2020
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbCardFooterComponent, "bmb-card-footer", never, { "padding": { "alias": "padding"; "required": false; }; "colorBackground": { "alias": "colorBackground"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
2021
|
-
}
|
|
2022
|
-
declare class BmbCardContentComponent {
|
|
2023
|
-
padding: SizeNames | SizeNames[];
|
|
2024
|
-
colorBackground: IBmbBgColor | null;
|
|
2025
|
-
setBorderRadius: boolean;
|
|
2026
|
-
getClasses(): string[];
|
|
2027
|
-
getStyles(): any;
|
|
2028
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbCardContentComponent, never>;
|
|
2029
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbCardContentComponent, "bmb-card-content", never, { "padding": { "alias": "padding"; "required": false; }; "colorBackground": { "alias": "colorBackground"; "required": false; }; "setBorderRadius": { "alias": "setBorderRadius"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
2030
|
-
}
|
|
2031
|
-
|
|
2032
|
-
interface IBmbDropdownItem {
|
|
2033
|
-
name: string;
|
|
2034
|
-
value: string;
|
|
2035
|
-
selectedText?: string;
|
|
2036
|
-
icon?: string;
|
|
2037
|
-
id?: string;
|
|
2038
|
-
}
|
|
2039
|
-
declare class BmbDropdownComponent implements OnInit, OnChanges {
|
|
2040
|
-
required: _angular_core.InputSignal<boolean>;
|
|
2041
|
-
showIcon: _angular_core.InputSignal<boolean>;
|
|
2042
|
-
placeholder: _angular_core.InputSignal<string>;
|
|
2043
|
-
icon: _angular_core.InputSignal<string>;
|
|
2044
|
-
options: _angular_core.InputSignal<string[] | IBmbDropdownItem[]>;
|
|
2045
|
-
helperText: _angular_core.InputSignal<string>;
|
|
2046
|
-
errorMessage: _angular_core.InputSignal<string | IBmbInputError>;
|
|
2047
|
-
label: _angular_core.InputSignal<string>;
|
|
2048
|
-
name: _angular_core.InputSignal<string>;
|
|
2049
|
-
preferredOptions: _angular_core.InputSignal<string[]>;
|
|
2050
|
-
isMultiSelect: _angular_core.InputSignal<boolean>;
|
|
2051
|
-
tooltip: _angular_core.InputSignal<string>;
|
|
2052
|
-
tooltipPosition: _angular_core.InputSignal<IBmbInputTooltipPosition>;
|
|
2053
|
-
disabled: _angular_core.InputSignal<boolean>;
|
|
2054
|
-
value: _angular_core.InputSignal<string | string[]>;
|
|
2055
|
-
isFilterable: _angular_core.InputSignal<boolean>;
|
|
2056
|
-
inputId: _angular_core.InputSignal<string>;
|
|
2057
|
-
customValidation: _angular_core.InputSignal<ValidatorFn | undefined>;
|
|
2058
|
-
control: _angular_core.ModelSignal<FormControl<any>>;
|
|
2059
|
-
onValueChange: _angular_core.OutputEmitterRef<any>;
|
|
2060
|
-
onFocus: _angular_core.OutputEmitterRef<boolean>;
|
|
2061
|
-
uuid: string;
|
|
2062
|
-
isOpen: boolean;
|
|
2063
|
-
items: IDropdownItem[];
|
|
2064
|
-
selectionControl: FormControl;
|
|
2065
|
-
selectedIcon: string;
|
|
2066
|
-
isKeyboardEvent: boolean;
|
|
2067
|
-
isControlNull: boolean;
|
|
2068
|
-
filteredOptions: IDropdownItem[];
|
|
2069
|
-
selectedItem: IDropdownItem | null;
|
|
2070
|
-
ngOnInit(): void;
|
|
2071
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
2072
|
-
initOptions(list: string[] | IBmbDropdownItem[]): void;
|
|
2073
|
-
handleFocus(value: boolean): void;
|
|
2074
|
-
getUUID(name: string): string;
|
|
2075
|
-
getIcon(): string;
|
|
2076
|
-
getValidInitialValues(): string | string[];
|
|
2077
|
-
setSelectionControl(controlValue: string | string[]): void;
|
|
2078
|
-
selectOptionWithKey(value: string): IDropdownItem[];
|
|
2079
|
-
setSelectedValue(element: IDropdownItem): void;
|
|
2080
|
-
openList(): void;
|
|
2081
|
-
closeList(): void;
|
|
2082
|
-
onKeyDown(event: KeyboardEvent): void;
|
|
2083
|
-
handleValidity(): void;
|
|
2084
|
-
get shouldShowError(): boolean;
|
|
2085
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbDropdownComponent, never>;
|
|
2086
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbDropdownComponent, "bmb-dropdown", never, { "required": { "alias": "required"; "required": false; "isSignal": true; }; "showIcon": { "alias": "showIcon"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "options": { "alias": "options"; "required": false; "isSignal": true; }; "helperText": { "alias": "helperText"; "required": false; "isSignal": true; }; "errorMessage": { "alias": "errorMessage"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; "name": { "alias": "name"; "required": false; "isSignal": true; }; "preferredOptions": { "alias": "preferredOptions"; "required": false; "isSignal": true; }; "isMultiSelect": { "alias": "isMultiSelect"; "required": false; "isSignal": true; }; "tooltip": { "alias": "tooltip"; "required": false; "isSignal": true; }; "tooltipPosition": { "alias": "tooltipPosition"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": false; "isSignal": true; }; "isFilterable": { "alias": "isFilterable"; "required": false; "isSignal": true; }; "inputId": { "alias": "inputId"; "required": false; "isSignal": true; }; "customValidation": { "alias": "customValidation"; "required": false; "isSignal": true; }; "control": { "alias": "control"; "required": false; "isSignal": true; }; }, { "control": "controlChange"; "onValueChange": "onValueChange"; "onFocus": "onFocus"; }, never, never, true, never>;
|
|
2087
|
-
}
|
|
2088
|
-
|
|
2089
|
-
declare class BmbBalanceOverviewComponent {
|
|
2090
|
-
progressCirclePercent: _angular_core.InputSignal<number>;
|
|
2091
|
-
progressCircleValue: _angular_core.InputSignal<string>;
|
|
2092
|
-
showProgressCircleValue: _angular_core.InputSignal<boolean>;
|
|
2093
|
-
progressCircleTitle: _angular_core.InputSignal<string | string[]>;
|
|
2094
|
-
showProgressCircleTitle: _angular_core.InputSignal<boolean>;
|
|
2095
|
-
showProgressCircleBackground: _angular_core.InputSignal<boolean>;
|
|
2096
|
-
labelPrimary: _angular_core.InputSignal<string>;
|
|
2097
|
-
valuePrimary: _angular_core.InputSignal<string>;
|
|
2098
|
-
labelSecondary: _angular_core.InputSignal<string>;
|
|
2099
|
-
valueSecondary: _angular_core.InputSignal<string>;
|
|
2100
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbBalanceOverviewComponent, never>;
|
|
2101
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbBalanceOverviewComponent, "bmb-balance-overview", never, { "progressCirclePercent": { "alias": "progressCirclePercent"; "required": false; "isSignal": true; }; "progressCircleValue": { "alias": "progressCircleValue"; "required": false; "isSignal": true; }; "showProgressCircleValue": { "alias": "showProgressCircleValue"; "required": false; "isSignal": true; }; "progressCircleTitle": { "alias": "progressCircleTitle"; "required": false; "isSignal": true; }; "showProgressCircleTitle": { "alias": "showProgressCircleTitle"; "required": false; "isSignal": true; }; "showProgressCircleBackground": { "alias": "showProgressCircleBackground"; "required": false; "isSignal": true; }; "labelPrimary": { "alias": "labelPrimary"; "required": false; "isSignal": true; }; "valuePrimary": { "alias": "valuePrimary"; "required": false; "isSignal": true; }; "labelSecondary": { "alias": "labelSecondary"; "required": false; "isSignal": true; }; "valueSecondary": { "alias": "valueSecondary"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
2102
|
-
}
|
|
2103
|
-
|
|
2104
|
-
declare class BmbFrequentAppsSelectorComponent {
|
|
2105
|
-
title: _angular_core.InputSignal<string>;
|
|
2106
|
-
apps: _angular_core.InputSignal<IBmbApp[]>;
|
|
2107
|
-
layout: _angular_core.InputSignal<IBmbInteractiveIconType>;
|
|
2108
|
-
appClick: _angular_core.OutputEmitterRef<any>;
|
|
2109
|
-
getClassesFAC(): string[];
|
|
2110
|
-
handleButtonClick(app: IBmbApp): void;
|
|
2111
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbFrequentAppsSelectorComponent, never>;
|
|
2112
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbFrequentAppsSelectorComponent, "bmb-frequent-apps-selector", never, { "title": { "alias": "title"; "required": false; "isSignal": true; }; "apps": { "alias": "apps"; "required": false; "isSignal": true; }; "layout": { "alias": "layout"; "required": false; "isSignal": true; }; }, { "appClick": "appClick"; }, never, never, true, never>;
|
|
2113
|
-
}
|
|
2114
|
-
|
|
2115
|
-
type IBmbMediaCardType = 'inline' | 'floating' | 'author_detail';
|
|
2116
|
-
type IBmbMediaCardLoading = 'lazy' | 'eager';
|
|
2117
|
-
declare class BmbMediaCardComponent {
|
|
2118
|
-
link: _angular_core.InputSignal<string>;
|
|
2119
|
-
target: _angular_core.InputSignal<IBmbTargetLink>;
|
|
2120
|
-
src: _angular_core.InputSignal<string>;
|
|
2121
|
-
mobileSrc: _angular_core.InputSignal<string | undefined>;
|
|
2122
|
-
alt: _angular_core.InputSignal<string>;
|
|
2123
|
-
width: _angular_core.InputSignal<string>;
|
|
2124
|
-
ratio: _angular_core.InputSignal<string | undefined>;
|
|
2125
|
-
borderRadius: _angular_core.InputSignal<SizeNames>;
|
|
2126
|
-
loading: _angular_core.InputSignal<IBmbMediaCardLoading>;
|
|
2127
|
-
enableZoom: _angular_core.InputSignal<boolean>;
|
|
2128
|
-
isBlurredBackdrop: _angular_core.InputSignal<boolean>;
|
|
2129
|
-
type: _angular_core.InputSignal<IBmbMediaCardType>;
|
|
2130
|
-
title: _angular_core.InputSignal<string | undefined>;
|
|
2131
|
-
subtitle: _angular_core.InputSignal<string | undefined>;
|
|
2132
|
-
content: _angular_core.InputSignal<string | undefined>;
|
|
2133
|
-
date: _angular_core.InputSignal<string | undefined>;
|
|
2134
|
-
userName: _angular_core.InputSignal<string | undefined>;
|
|
2135
|
-
userImage: _angular_core.InputSignal<string | undefined>;
|
|
2136
|
-
fullmediaCard: _angular_core.InputSignal<boolean>;
|
|
2137
|
-
bgColor: _angular_core.InputSignal<string | undefined>;
|
|
2138
|
-
boxShadow: _angular_core.InputSignal<boolean>;
|
|
2139
|
-
isExternalLink(link: string): boolean;
|
|
2140
|
-
getClasses(): string[];
|
|
2141
|
-
getContentClasses(): string[];
|
|
2142
|
-
getBackgroundColor(): string;
|
|
2143
|
-
getUserAttribute(attribute: string | undefined): string;
|
|
2144
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbMediaCardComponent, never>;
|
|
2145
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbMediaCardComponent, "bmb-media-card", never, { "link": { "alias": "link"; "required": false; "isSignal": true; }; "target": { "alias": "target"; "required": false; "isSignal": true; }; "src": { "alias": "src"; "required": false; "isSignal": true; }; "mobileSrc": { "alias": "mobileSrc"; "required": false; "isSignal": true; }; "alt": { "alias": "alt"; "required": false; "isSignal": true; }; "width": { "alias": "width"; "required": false; "isSignal": true; }; "ratio": { "alias": "ratio"; "required": false; "isSignal": true; }; "borderRadius": { "alias": "borderRadius"; "required": false; "isSignal": true; }; "loading": { "alias": "loading"; "required": false; "isSignal": true; }; "enableZoom": { "alias": "enableZoom"; "required": false; "isSignal": true; }; "isBlurredBackdrop": { "alias": "isBlurredBackdrop"; "required": false; "isSignal": true; }; "type": { "alias": "type"; "required": false; "isSignal": true; }; "title": { "alias": "title"; "required": false; "isSignal": true; }; "subtitle": { "alias": "subtitle"; "required": false; "isSignal": true; }; "content": { "alias": "content"; "required": false; "isSignal": true; }; "date": { "alias": "date"; "required": false; "isSignal": true; }; "userName": { "alias": "userName"; "required": false; "isSignal": true; }; "userImage": { "alias": "userImage"; "required": false; "isSignal": true; }; "fullmediaCard": { "alias": "fullmediaCard"; "required": false; "isSignal": true; }; "bgColor": { "alias": "bgColor"; "required": false; "isSignal": true; }; "boxShadow": { "alias": "boxShadow"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
2146
|
-
}
|
|
2147
|
-
|
|
2148
|
-
type IBmbGradeType = 'main-grade' | 'partial-grade';
|
|
2149
|
-
declare class BmbGradeValueComponent {
|
|
2150
|
-
appearanceContrast: _angular_core.InputSignal<IBmbContrast>;
|
|
2151
|
-
type: _angular_core.InputSignal<IBmbGradeType>;
|
|
2152
|
-
score: _angular_core.InputSignal<string | number | undefined>;
|
|
2153
|
-
truncatedScore: _angular_core.Signal<string>;
|
|
2154
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbGradeValueComponent, never>;
|
|
2155
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbGradeValueComponent, "bmb-grade-value", never, { "appearanceContrast": { "alias": "appearanceContrast"; "required": false; "isSignal": true; }; "type": { "alias": "type"; "required": false; "isSignal": true; }; "score": { "alias": "score"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
2156
|
-
}
|
|
2157
|
-
|
|
2158
|
-
declare class BmbStatCounterComponent {
|
|
2159
|
-
activeStep: number;
|
|
2160
|
-
totalSteps?: number;
|
|
2161
|
-
onStepPress: EventEmitter<number>;
|
|
2162
|
-
getStepsArray(): number[];
|
|
2163
|
-
onStepClicked(index: number): void;
|
|
2164
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbStatCounterComponent, never>;
|
|
2165
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbStatCounterComponent, "bmb-stat-counter", never, { "activeStep": { "alias": "activeStep"; "required": false; }; "totalSteps": { "alias": "totalSteps"; "required": false; }; }, { "onStepPress": "onStepPress"; }, never, never, true, never>;
|
|
2166
|
-
}
|
|
2167
|
-
|
|
2168
|
-
declare class BmbDatepickerComponent implements OnInit {
|
|
2169
|
-
inputId: _angular_core.InputSignal<string>;
|
|
2170
|
-
label: _angular_core.InputSignal<string>;
|
|
2171
|
-
icon: _angular_core.InputSignal<string>;
|
|
2172
|
-
dateFormat: _angular_core.InputSignal<string>;
|
|
2173
|
-
invalidFormatErrorMessage: _angular_core.InputSignal<string | undefined>;
|
|
2174
|
-
requiredFieldErrorMessage: _angular_core.InputSignal<string | undefined>;
|
|
2175
|
-
appearance: _angular_core.InputSignal<string>;
|
|
2176
|
-
disabled: _angular_core.InputSignal<boolean>;
|
|
2177
|
-
isRequired: _angular_core.InputSignal<boolean>;
|
|
2178
|
-
isClearable: _angular_core.InputSignal<boolean>;
|
|
2179
|
-
placeholder: _angular_core.InputSignal<string>;
|
|
2180
|
-
stepYearPicker: _angular_core.InputSignal<number>;
|
|
2181
|
-
name: _angular_core.InputSignal<string>;
|
|
2182
|
-
disableDatesBefore: _angular_core.InputSignal<string>;
|
|
2183
|
-
disableDatesAfter: _angular_core.InputSignal<string>;
|
|
2184
|
-
lang: _angular_core.InputSignal<string>;
|
|
2185
|
-
helperMessage: _angular_core.InputSignal<string>;
|
|
2186
|
-
value: _angular_core.InputSignal<string | undefined>;
|
|
2187
|
-
customValidation: _angular_core.InputSignal<ValidatorFn | undefined>;
|
|
2188
|
-
errorMessage: _angular_core.InputSignal<string | IBmbInputError>;
|
|
2189
|
-
control: _angular_core.ModelSignal<FormControl<any>>;
|
|
2190
|
-
onChange: _angular_core.OutputEmitterRef<string>;
|
|
2191
|
-
now: DateTime<true>;
|
|
2192
|
-
defaultDate: Date;
|
|
2193
|
-
isWindowOpen: boolean;
|
|
2194
|
-
isControlNull: boolean;
|
|
2195
|
-
customValidationMessage: string;
|
|
2196
|
-
ngOnInit(): void;
|
|
2197
|
-
handleCustomValidator(): ValidatorFn;
|
|
2198
|
-
getErrorMessage(): IBmbInputError;
|
|
2199
|
-
handleFocusedEvent(event: KeyboardEvent | MouseEvent): void;
|
|
2200
|
-
handleWindowOpen(event: boolean): void;
|
|
2201
|
-
handleValueChange(event: string): void;
|
|
2202
|
-
clickOutside(): void;
|
|
2203
|
-
convertToDate(date: string): DateTime | null;
|
|
2204
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbDatepickerComponent, never>;
|
|
2205
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbDatepickerComponent, "bmb-datepicker", never, { "inputId": { "alias": "inputId"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "dateFormat": { "alias": "dateFormat"; "required": false; "isSignal": true; }; "invalidFormatErrorMessage": { "alias": "invalidFormatErrorMessage"; "required": false; "isSignal": true; }; "requiredFieldErrorMessage": { "alias": "requiredFieldErrorMessage"; "required": false; "isSignal": true; }; "appearance": { "alias": "appearance"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "isRequired": { "alias": "isRequired"; "required": false; "isSignal": true; }; "isClearable": { "alias": "isClearable"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "stepYearPicker": { "alias": "stepYearPicker"; "required": false; "isSignal": true; }; "name": { "alias": "name"; "required": false; "isSignal": true; }; "disableDatesBefore": { "alias": "disableDatesBefore"; "required": false; "isSignal": true; }; "disableDatesAfter": { "alias": "disableDatesAfter"; "required": false; "isSignal": true; }; "lang": { "alias": "lang"; "required": false; "isSignal": true; }; "helperMessage": { "alias": "helperMessage"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": false; "isSignal": true; }; "customValidation": { "alias": "customValidation"; "required": false; "isSignal": true; }; "errorMessage": { "alias": "errorMessage"; "required": false; "isSignal": true; }; "control": { "alias": "control"; "required": false; "isSignal": true; }; }, { "control": "controlChange"; "onChange": "onChange"; }, never, never, true, never>;
|
|
2206
|
-
}
|
|
2207
|
-
|
|
2208
|
-
interface IBmbCountryCode {
|
|
2209
|
-
country: string;
|
|
2210
|
-
country_code: string;
|
|
2211
|
-
lada: string;
|
|
2212
|
-
length: number;
|
|
2213
|
-
}
|
|
2214
|
-
|
|
2215
|
-
declare class BmbInputPhoneNumberComponent implements OnInit {
|
|
2216
|
-
label: _angular_core.InputSignal<string>;
|
|
2217
|
-
name: _angular_core.InputSignal<string>;
|
|
2218
|
-
value: _angular_core.InputSignal<string>;
|
|
2219
|
-
isRequired: _angular_core.InputSignal<boolean>;
|
|
2220
|
-
tooltip: _angular_core.InputSignal<string>;
|
|
2221
|
-
tooltipPosition: _angular_core.InputSignal<IBmbInputTooltipPosition>;
|
|
2222
|
-
defaultLada: _angular_core.InputSignal<string>;
|
|
2223
|
-
defaultCountryCode: _angular_core.InputSignal<string>;
|
|
2224
|
-
placeholder: _angular_core.InputSignal<string>;
|
|
2225
|
-
appearance: _angular_core.InputSignal<IBmbInputAppearance>;
|
|
2226
|
-
errorMessage: _angular_core.InputSignal<string | IBmbInputError>;
|
|
2227
|
-
disabled: _angular_core.InputSignal<boolean>;
|
|
2228
|
-
inputId: _angular_core.InputSignal<string>;
|
|
2229
|
-
helperMessage: _angular_core.InputSignal<string>;
|
|
2230
|
-
preferredCountries: _angular_core.InputSignal<string[]>;
|
|
2231
|
-
onlyCountries: _angular_core.InputSignal<string[]>;
|
|
2232
|
-
customValidation: _angular_core.InputSignal<ValidatorFn | undefined>;
|
|
2233
|
-
control: _angular_core.ModelSignal<FormControl<any>>;
|
|
2234
|
-
showError: _angular_core.ModelSignal<boolean>;
|
|
2235
|
-
uuid: string;
|
|
2236
|
-
isFocused: _angular_core.WritableSignal<boolean>;
|
|
2237
|
-
allCountryCodes: IBmbCountryCode[];
|
|
2238
|
-
ladaControl: FormControl;
|
|
2239
|
-
phoneControl: FormControl;
|
|
2240
|
-
countryFiltering: IBmbDropdownItem[];
|
|
2241
|
-
isControlNull: boolean;
|
|
2242
|
-
customValidationMessage: string;
|
|
2243
|
-
ngOnInit(): void;
|
|
2244
|
-
handleFocus(value: boolean): void;
|
|
2245
|
-
handleCustomValidator(): ValidatorFn;
|
|
2246
|
-
getUUID(name: string): string;
|
|
2247
|
-
setControlValue(lada: string, phoneNumber: string): void;
|
|
2248
|
-
getNumberValue(): string;
|
|
2249
|
-
getSelectedCountry(value: string): IBmbCountryCode;
|
|
2250
|
-
getSelectedCountryCode(value: string): string;
|
|
2251
|
-
getSelectedCountryLada(value: string): string;
|
|
2252
|
-
getSelectedCountryLength(value: string): number;
|
|
2253
|
-
onValueChange(value: string): void;
|
|
2254
|
-
getOptions(): IBmbDropdownItem[];
|
|
2255
|
-
getErrorMessage(): IBmbInputError;
|
|
2256
|
-
handleValidity(): void;
|
|
2257
|
-
get shouldShowError(): boolean;
|
|
2258
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbInputPhoneNumberComponent, never>;
|
|
2259
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbInputPhoneNumberComponent, "bmb-input-phone-number", never, { "label": { "alias": "label"; "required": false; "isSignal": true; }; "name": { "alias": "name"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": false; "isSignal": true; }; "isRequired": { "alias": "isRequired"; "required": false; "isSignal": true; }; "tooltip": { "alias": "tooltip"; "required": false; "isSignal": true; }; "tooltipPosition": { "alias": "tooltipPosition"; "required": false; "isSignal": true; }; "defaultLada": { "alias": "defaultLada"; "required": false; "isSignal": true; }; "defaultCountryCode": { "alias": "defaultCountryCode"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "appearance": { "alias": "appearance"; "required": false; "isSignal": true; }; "errorMessage": { "alias": "errorMessage"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "inputId": { "alias": "inputId"; "required": false; "isSignal": true; }; "helperMessage": { "alias": "helperMessage"; "required": false; "isSignal": true; }; "preferredCountries": { "alias": "preferredCountries"; "required": false; "isSignal": true; }; "onlyCountries": { "alias": "onlyCountries"; "required": false; "isSignal": true; }; "customValidation": { "alias": "customValidation"; "required": false; "isSignal": true; }; "control": { "alias": "control"; "required": false; "isSignal": true; }; "showError": { "alias": "showError"; "required": false; "isSignal": true; }; }, { "control": "controlChange"; "showError": "showErrorChange"; }, never, never, true, never>;
|
|
2260
|
-
}
|
|
2261
|
-
|
|
2262
|
-
interface NavItem {
|
|
2263
|
-
title: string;
|
|
2264
|
-
id: number;
|
|
2265
|
-
badge?: number;
|
|
2266
|
-
isActive?: boolean;
|
|
2267
|
-
}
|
|
2268
|
-
declare class BmbWheelMenuComponent implements AfterViewInit {
|
|
2269
|
-
navItems: NavItem[];
|
|
2270
|
-
apps: {
|
|
2271
|
-
[key: number]: IBmbApp[];
|
|
2272
|
-
};
|
|
2273
|
-
data: string[];
|
|
2274
|
-
isLoading: boolean;
|
|
2275
|
-
onValueChange: EventEmitter<string>;
|
|
2276
|
-
wheel: ElementRef;
|
|
2277
|
-
wheelMenu: ElementRef;
|
|
2278
|
-
tabsComponent: BmbTabsComponent;
|
|
2279
|
-
activeNavItemIndex: number;
|
|
2280
|
-
isFull: boolean;
|
|
2281
|
-
isOpen: boolean;
|
|
2282
|
-
constructor();
|
|
2283
|
-
ngAfterViewInit(): void;
|
|
2284
|
-
toggleWheel(): void;
|
|
2285
|
-
toggleFullWheel(): void;
|
|
2286
|
-
handleBackButton(): void;
|
|
2287
|
-
selectNavItem(index: number): void;
|
|
2288
|
-
selectFullMenuNavItem(index: number): void;
|
|
2289
|
-
getClasses(index: number): string;
|
|
2290
|
-
updateClasses(): void;
|
|
2291
|
-
setActiveTab(index: number): void;
|
|
2292
|
-
get activeApps(): IBmbApp[];
|
|
2293
|
-
handleValueChange(event: string): void;
|
|
2294
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbWheelMenuComponent, never>;
|
|
2295
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbWheelMenuComponent, "bmb-wheel-menu", never, { "navItems": { "alias": "navItems"; "required": false; }; "apps": { "alias": "apps"; "required": false; }; "data": { "alias": "data"; "required": false; }; "isLoading": { "alias": "isLoading"; "required": false; }; }, { "onValueChange": "onValueChange"; }, never, never, true, never>;
|
|
2296
|
-
}
|
|
2297
|
-
|
|
2298
|
-
interface IPlaceholderObject {
|
|
2299
|
-
[key: string]: any | any[];
|
|
2300
|
-
}
|
|
2301
|
-
interface Tab {
|
|
2302
|
-
id: number;
|
|
2303
|
-
title: string;
|
|
2304
|
-
isActive?: boolean;
|
|
2305
|
-
badge?: number;
|
|
2306
|
-
}
|
|
2307
|
-
interface IBmbClamp {
|
|
2308
|
-
min: number | string;
|
|
2309
|
-
max: number | string;
|
|
2310
|
-
size: number | string;
|
|
2311
|
-
}
|
|
2312
|
-
declare class BmbTimestreamComponent {
|
|
2313
|
-
private modalService;
|
|
2314
|
-
isMicro: _angular_core.InputSignal<boolean>;
|
|
2315
|
-
lang: _angular_core.InputSignal<string>;
|
|
2316
|
-
dateFormat: _angular_core.InputSignal<string>;
|
|
2317
|
-
events: _angular_core.InputSignal<ITimelineEvent[]>;
|
|
2318
|
-
clamp: _angular_core.InputSignal<IBmbClamp>;
|
|
2319
|
-
modalTemplate?: TemplateRef<any>;
|
|
2320
|
-
error: boolean;
|
|
2321
|
-
now: DateTime<true>;
|
|
2322
|
-
start: DateTime | null;
|
|
2323
|
-
parsedEvents?: any;
|
|
2324
|
-
monthsNames: string[];
|
|
2325
|
-
orderedEvents: _angular_core.WritableSignal<ITimelineEventParsed[]>;
|
|
2326
|
-
selectedDate: ISelectedDate;
|
|
2327
|
-
orderedMonths: string[];
|
|
2328
|
-
newModal: TemplateRef<any>;
|
|
2329
|
-
selectedEvent: ITimelineEvent | null;
|
|
2330
|
-
eventTabs: Tab[];
|
|
2331
|
-
tabSelected: number;
|
|
2332
|
-
constructor(modalService: BmbNativeModalService);
|
|
2333
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
2334
|
-
ngOnInit(): void;
|
|
2335
|
-
ngAfterViewInit(): void;
|
|
2336
|
-
handleTabSelected(tab: Tab): void;
|
|
2337
|
-
prepareEvents(events?: ITimelineEvent[]): IPlaceholderObject;
|
|
2338
|
-
orderDates(events: any, format: string): string[];
|
|
2339
|
-
selectAValidDate(): {
|
|
2340
|
-
month: string;
|
|
2341
|
-
day: string;
|
|
2342
|
-
date: DateTime;
|
|
2343
|
-
};
|
|
2344
|
-
handleSelectedDateChange({ month, day }: {
|
|
2345
|
-
month: string;
|
|
2346
|
-
day: string;
|
|
2347
|
-
}): void;
|
|
2348
|
-
handleSelectedEventChange(event: ITimelineEvent): void;
|
|
2349
|
-
getMonthTitle(date: DateTime): string;
|
|
2350
|
-
getInstances(event: any): string[];
|
|
2351
|
-
getDurationString(event: ITimelineEvent): string;
|
|
2352
|
-
getDiffString(diff?: number): string;
|
|
2353
|
-
appearanceBadge(eventType: string | IBmbTimelineCustomEvent): IBbmBgAppearance;
|
|
2354
|
-
getBadgeText(eventType: string | IBmbTimelineCustomEvent): string;
|
|
2355
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbTimestreamComponent, never>;
|
|
2356
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbTimestreamComponent, "bmb-timestream", never, { "isMicro": { "alias": "isMicro"; "required": false; "isSignal": true; }; "lang": { "alias": "lang"; "required": false; "isSignal": true; }; "dateFormat": { "alias": "dateFormat"; "required": false; "isSignal": true; }; "events": { "alias": "events"; "required": false; "isSignal": true; }; "clamp": { "alias": "clamp"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
2357
|
-
}
|
|
2358
|
-
|
|
2359
|
-
declare class BmbTabStudentActivityComponent {
|
|
2360
|
-
title: string;
|
|
2361
|
-
subtitle: string;
|
|
2362
|
-
active: boolean;
|
|
2363
|
-
appearance: IStudentActivityAppearance;
|
|
2364
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbTabStudentActivityComponent, never>;
|
|
2365
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbTabStudentActivityComponent, "bmb-student-activity-tab", never, { "title": { "alias": "title"; "required": false; }; "subtitle": { "alias": "subtitle"; "required": false; }; "active": { "alias": "active"; "required": false; }; "appearance": { "alias": "appearance"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
2366
|
-
}
|
|
2367
|
-
|
|
2368
|
-
declare class BmbStudentActivityCardComponent {
|
|
2369
|
-
startDate: _angular_core.InputSignal<string>;
|
|
2370
|
-
endDate: _angular_core.InputSignal<string>;
|
|
2371
|
-
title: _angular_core.InputSignal<string | undefined>;
|
|
2372
|
-
location: _angular_core.InputSignal<string | undefined>;
|
|
2373
|
-
responsible: _angular_core.InputSignal<string | undefined>;
|
|
2374
|
-
type: _angular_core.InputSignal<IBmbEventType>;
|
|
2375
|
-
isListItem: _angular_core.InputSignal<boolean>;
|
|
2376
|
-
image: _angular_core.InputSignal<string | undefined>;
|
|
2377
|
-
dateFormat: _angular_core.InputSignal<string>;
|
|
2378
|
-
badgeText: _angular_core.InputSignal<string>;
|
|
2379
|
-
parsedStartDate: DateTime;
|
|
2380
|
-
parsedEndDate: DateTime;
|
|
2381
|
-
ngOnInit(): void;
|
|
2382
|
-
getCardClasses(): string[];
|
|
2383
|
-
getBadgeType(): IBbmBgAppearance;
|
|
2384
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbStudentActivityCardComponent, never>;
|
|
2385
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbStudentActivityCardComponent, "bmb-student-activity-card", never, { "startDate": { "alias": "startDate"; "required": true; "isSignal": true; }; "endDate": { "alias": "endDate"; "required": true; "isSignal": true; }; "title": { "alias": "title"; "required": false; "isSignal": true; }; "location": { "alias": "location"; "required": false; "isSignal": true; }; "responsible": { "alias": "responsible"; "required": false; "isSignal": true; }; "type": { "alias": "type"; "required": false; "isSignal": true; }; "isListItem": { "alias": "isListItem"; "required": false; "isSignal": true; }; "image": { "alias": "image"; "required": false; "isSignal": true; }; "dateFormat": { "alias": "dateFormat"; "required": false; "isSignal": true; }; "badgeText": { "alias": "badgeText"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
2386
|
-
}
|
|
2387
|
-
|
|
2388
|
-
declare class BmbAdvertisementCardComponent {
|
|
2389
|
-
data: _angular_core.ModelSignal<IBmbAdvertisementData | undefined>;
|
|
2390
|
-
title: _angular_core.InputSignal<string>;
|
|
2391
|
-
subtitle: _angular_core.InputSignal<string>;
|
|
2392
|
-
expanded: boolean;
|
|
2393
|
-
selectedTabId: number;
|
|
2394
|
-
tabsData: IBmbTab[];
|
|
2395
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbAdvertisementCardComponent, never>;
|
|
2396
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbAdvertisementCardComponent, "bmb-advertisement-card", never, { "data": { "alias": "data"; "required": false; "isSignal": true; }; "title": { "alias": "title"; "required": false; "isSignal": true; }; "subtitle": { "alias": "subtitle"; "required": false; "isSignal": true; }; }, { "data": "dataChange"; }, never, never, true, never>;
|
|
2397
|
-
}
|
|
2398
|
-
|
|
2399
|
-
declare class BmbHomeCardComponent {
|
|
2400
|
-
title: _angular_core.InputSignal<string>;
|
|
2401
|
-
subtitle: _angular_core.InputSignal<string | undefined>;
|
|
2402
|
-
dataLocalNav: _angular_core.InputSignal<IBmbDataTopBar[]>;
|
|
2403
|
-
leftIcon: _angular_core.InputSignal<string | undefined>;
|
|
2404
|
-
icon: _angular_core.InputSignal<string | undefined>;
|
|
2405
|
-
iconSize: _angular_core.InputSignal<number>;
|
|
2406
|
-
bgIconAppearance: _angular_core.InputSignal<IBmbColor | undefined>;
|
|
2407
|
-
actionHeaders: _angular_core.InputSignal<IBmbActionHeader[]>;
|
|
2408
|
-
isMobile: _angular_core.InputSignal<boolean | undefined>;
|
|
2409
|
-
contentPadding: _angular_core.InputSignal<SizeNames>;
|
|
2410
|
-
showRightButton: _angular_core.InputSignal<boolean>;
|
|
2411
|
-
isExpanded: _angular_core.ModelSignal<boolean>;
|
|
2412
|
-
useAutoExpand: _angular_core.InputSignal<boolean>;
|
|
2413
|
-
onClose: _angular_core.OutputEmitterRef<void>;
|
|
2414
|
-
onBack: _angular_core.OutputEmitterRef<void>;
|
|
2415
|
-
onExpandClick: _angular_core.OutputEmitterRef<void>;
|
|
2416
|
-
handleClose(): void;
|
|
2417
|
-
handleBack(): void;
|
|
2418
|
-
handleExpand(): void;
|
|
2419
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbHomeCardComponent, never>;
|
|
2420
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbHomeCardComponent, "bmb-home-card", never, { "title": { "alias": "title"; "required": true; "isSignal": true; }; "subtitle": { "alias": "subtitle"; "required": false; "isSignal": true; }; "dataLocalNav": { "alias": "dataLocalNav"; "required": false; "isSignal": true; }; "leftIcon": { "alias": "leftIcon"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "iconSize": { "alias": "iconSize"; "required": false; "isSignal": true; }; "bgIconAppearance": { "alias": "bgIconAppearance"; "required": false; "isSignal": true; }; "actionHeaders": { "alias": "actionHeaders"; "required": false; "isSignal": true; }; "isMobile": { "alias": "isMobile"; "required": false; "isSignal": true; }; "contentPadding": { "alias": "contentPadding"; "required": false; "isSignal": true; }; "showRightButton": { "alias": "showRightButton"; "required": false; "isSignal": true; }; "isExpanded": { "alias": "isExpanded"; "required": false; "isSignal": true; }; "useAutoExpand": { "alias": "useAutoExpand"; "required": false; "isSignal": true; }; }, { "isExpanded": "isExpandedChange"; "onClose": "onClose"; "onBack": "onBack"; "onExpandClick": "onExpandClick"; }, never, ["*"], true, never>;
|
|
2421
|
-
}
|
|
2422
|
-
|
|
2423
|
-
interface IBotType {
|
|
2424
|
-
name: string;
|
|
2425
|
-
icon: string;
|
|
2426
|
-
}
|
|
2427
|
-
interface IChatBarActions {
|
|
2428
|
-
name: string;
|
|
2429
|
-
icon: string;
|
|
2430
|
-
action: () => void;
|
|
2431
|
-
}
|
|
2432
|
-
|
|
2433
|
-
declare const defaultBotList: {
|
|
2434
|
-
name: string;
|
|
2435
|
-
icon: string;
|
|
2436
|
-
}[];
|
|
2437
|
-
declare const defaultActionList: IChatBarActions[];
|
|
2438
|
-
|
|
2439
|
-
declare class BmbChatBarComponent {
|
|
2440
|
-
private contentProjected;
|
|
2441
|
-
private nativeModalService;
|
|
2442
|
-
placeholder: _angular_core.InputSignal<string>;
|
|
2443
|
-
botList: _angular_core.InputSignal<IBotType[]>;
|
|
2444
|
-
actionsList: _angular_core.InputSignal<IChatBarActions[]>;
|
|
2445
|
-
showEmoji: _angular_core.InputSignal<boolean>;
|
|
2446
|
-
enableMicInput: _angular_core.InputSignal<boolean>;
|
|
2447
|
-
currentBot: _angular_core.ModelSignal<IBotType | undefined>;
|
|
2448
|
-
isLoading: _angular_core.ModelSignal<boolean>;
|
|
2449
|
-
onSendMessage: _angular_core.OutputEmitterRef<string>;
|
|
2450
|
-
onSendFiles: _angular_core.OutputEmitterRef<File[]>;
|
|
2451
|
-
onRecord: _angular_core.OutputEmitterRef<boolean>;
|
|
2452
|
-
onEmoji: _angular_core.OutputEmitterRef<boolean>;
|
|
2453
|
-
files: File[];
|
|
2454
|
-
control: FormControl<any>;
|
|
2455
|
-
isDialogOpen: _angular_core.WritableSignal<boolean>;
|
|
2456
|
-
defaultPlaceholder: _angular_core.Signal<string>;
|
|
2457
|
-
showMicControls: boolean;
|
|
2458
|
-
onDragFiles: boolean;
|
|
2459
|
-
arrayThumbnail: string[];
|
|
2460
|
-
botChunks: _angular_core.Signal<IBotType[][]>;
|
|
2461
|
-
totalDots: _angular_core.Signal<number>;
|
|
2462
|
-
activeDot: number;
|
|
2463
|
-
actionListPagination: any[];
|
|
2464
|
-
modalID: _angular_core.WritableSignal<string | null>;
|
|
2465
|
-
windowWidth: number;
|
|
2466
|
-
windowHeight: number;
|
|
2467
|
-
textareaRef: ElementRef<HTMLTextAreaElement>;
|
|
2468
|
-
chatBarTemplate: TemplateRef<unknown>;
|
|
2469
|
-
mobileBotSelectorTemplate: TemplateRef<unknown>;
|
|
2470
|
-
constructor(contentProjected: BmbProjectionContentService, nativeModalService: BmbNativeModalService);
|
|
2471
|
-
ngOnInit(): void;
|
|
2472
|
-
handleSend(): void;
|
|
2473
|
-
handleChangeBot(bot: IBotType): void;
|
|
2474
|
-
handleMobileChangeBot(bot: IBotType): void;
|
|
2475
|
-
handleDialog(): void;
|
|
2476
|
-
handleMic(): void;
|
|
2477
|
-
handleStopMic(): void;
|
|
2478
|
-
handleAddDialog(event: MouseEvent | KeyboardEvent): void;
|
|
2479
|
-
onDrop(event: any): void;
|
|
2480
|
-
onFileSelect(event: any): void;
|
|
2481
|
-
onDragOver(event: any): void;
|
|
2482
|
-
onDragLeave(event: any): void;
|
|
2483
|
-
createImageThumbnail(file: File): void;
|
|
2484
|
-
deleteFile(index: number): void;
|
|
2485
|
-
handleDotPress(index: number): void;
|
|
2486
|
-
handleEmoji(): void;
|
|
2487
|
-
handleRecord(): void;
|
|
2488
|
-
handleClickOutside(): void;
|
|
2489
|
-
handleKeyDown(event: KeyboardEvent): void;
|
|
2490
|
-
autoResize(): void;
|
|
2491
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbChatBarComponent, never>;
|
|
2492
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbChatBarComponent, "bmb-chat-bar", never, { "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "botList": { "alias": "botList"; "required": false; "isSignal": true; }; "actionsList": { "alias": "actionsList"; "required": false; "isSignal": true; }; "showEmoji": { "alias": "showEmoji"; "required": false; "isSignal": true; }; "enableMicInput": { "alias": "enableMicInput"; "required": false; "isSignal": true; }; "currentBot": { "alias": "currentBot"; "required": false; "isSignal": true; }; "isLoading": { "alias": "isLoading"; "required": false; "isSignal": true; }; }, { "currentBot": "currentBotChange"; "isLoading": "isLoadingChange"; "onSendMessage": "onSendMessage"; "onSendFiles": "onSendFiles"; "onRecord": "onRecord"; "onEmoji": "onEmoji"; }, never, never, true, never>;
|
|
2493
|
-
}
|
|
2494
|
-
|
|
2495
|
-
declare class BmbPushNotificationComponent {
|
|
2496
|
-
private notificationSignal;
|
|
2497
|
-
constructor(notificationSignal: BmbNotificationService);
|
|
2498
|
-
getNotifications(): INotification[];
|
|
2499
|
-
closeNotification(notification: INotification): void;
|
|
2500
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbPushNotificationComponent, never>;
|
|
2501
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbPushNotificationComponent, "bmb-push-notification", never, {}, {}, never, never, true, never>;
|
|
2502
|
-
}
|
|
2503
|
-
|
|
2504
|
-
declare class BmbNotificationCardComponent {
|
|
2505
|
-
data: _angular_core.InputSignal<IBmbDataAlert[]>;
|
|
2506
|
-
advertisements: _angular_core.InputSignal<IBmbDataAlert[]>;
|
|
2507
|
-
hideExpandBtn: _angular_core.InputSignal<boolean>;
|
|
2508
|
-
maxHeight: _angular_core.InputSignal<string>;
|
|
2509
|
-
alertEvent: _angular_core.OutputEmitterRef<IBmbDataAlert>;
|
|
2510
|
-
showAlertDetail: _angular_core.OutputEmitterRef<IBmbDataAlert>;
|
|
2511
|
-
closeAlertDetail: _angular_core.OutputEmitterRef<IBmbDataAlert>;
|
|
2512
|
-
onExpandClick: _angular_core.OutputEmitterRef<void>;
|
|
2513
|
-
expanded: boolean;
|
|
2514
|
-
activeData: any;
|
|
2515
|
-
activeTab: number;
|
|
2516
|
-
activeDot: number;
|
|
2517
|
-
tabs: _angular_core.Signal<IBmbTab[]>;
|
|
2518
|
-
tabsConfig: IBmbAlertCenterTabConfig[];
|
|
2519
|
-
setActiveTab(tab: IBmbTab): void;
|
|
2520
|
-
onDotPress(event: any): void;
|
|
2521
|
-
setSize(size: string): void;
|
|
2522
|
-
newAlerts(): number;
|
|
2523
|
-
handleAlertEvent(alert: IBmbDataAlert): void;
|
|
2524
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbNotificationCardComponent, never>;
|
|
2525
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbNotificationCardComponent, "bmb-notification-card", never, { "data": { "alias": "data"; "required": false; "isSignal": true; }; "advertisements": { "alias": "advertisements"; "required": false; "isSignal": true; }; "hideExpandBtn": { "alias": "hideExpandBtn"; "required": false; "isSignal": true; }; "maxHeight": { "alias": "maxHeight"; "required": false; "isSignal": true; }; }, { "alertEvent": "alertEvent"; "showAlertDetail": "showAlertDetail"; "closeAlertDetail": "closeAlertDetail"; "onExpandClick": "onExpandClick"; }, never, never, true, never>;
|
|
2526
|
-
}
|
|
2527
|
-
|
|
2528
|
-
declare class BmbHomeCardChatComponent {
|
|
2529
|
-
title: _angular_core.InputSignal<string>;
|
|
2530
|
-
subtitle: _angular_core.InputSignal<string>;
|
|
2531
|
-
icon: _angular_core.InputSignal<string>;
|
|
2532
|
-
isMobile: _angular_core.InputSignal<boolean>;
|
|
2533
|
-
placeholder: _angular_core.InputSignal<string>;
|
|
2534
|
-
botList: _angular_core.InputSignal<IBotType[]>;
|
|
2535
|
-
leftIcon: _angular_core.InputSignal<string>;
|
|
2536
|
-
bgIconAppearance: _angular_core.InputSignal<IBmbColor>;
|
|
2537
|
-
messagesHistory: _angular_core.InputSignal<IBmbChatMessage[]>;
|
|
2538
|
-
currentBot: _angular_core.ModelSignal<IBotType | undefined>;
|
|
2539
|
-
isLoading: _angular_core.ModelSignal<boolean>;
|
|
2540
|
-
onClose: _angular_core.OutputEmitterRef<void>;
|
|
2541
|
-
onBack: _angular_core.OutputEmitterRef<void>;
|
|
2542
|
-
onSendMessage: _angular_core.OutputEmitterRef<string>;
|
|
2543
|
-
handleClose(): void;
|
|
2544
|
-
handleBack(): void;
|
|
2545
|
-
handleSend(message: string): void;
|
|
2546
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbHomeCardChatComponent, never>;
|
|
2547
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbHomeCardChatComponent, "bmb-home-card-chat", never, { "title": { "alias": "title"; "required": false; "isSignal": true; }; "subtitle": { "alias": "subtitle"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "isMobile": { "alias": "isMobile"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "botList": { "alias": "botList"; "required": false; "isSignal": true; }; "leftIcon": { "alias": "leftIcon"; "required": false; "isSignal": true; }; "bgIconAppearance": { "alias": "bgIconAppearance"; "required": false; "isSignal": true; }; "messagesHistory": { "alias": "messagesHistory"; "required": true; "isSignal": true; }; "currentBot": { "alias": "currentBot"; "required": false; "isSignal": true; }; "isLoading": { "alias": "isLoading"; "required": false; "isSignal": true; }; }, { "currentBot": "currentBotChange"; "isLoading": "isLoadingChange"; "onClose": "onClose"; "onBack": "onBack"; "onSendMessage": "onSendMessage"; }, never, never, true, never>;
|
|
2548
|
-
}
|
|
2549
|
-
|
|
2550
|
-
declare class BmbPaginatorComponent {
|
|
2551
|
-
totalItems: number;
|
|
2552
|
-
itemsPerPage: number;
|
|
2553
|
-
currentPage: number;
|
|
2554
|
-
pageChange: EventEmitter<number>;
|
|
2555
|
-
get totalPages(): number;
|
|
2556
|
-
onPageChange(page: number): void;
|
|
2557
|
-
get pages(): number[];
|
|
2558
|
-
getPaginationText(): string;
|
|
2559
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbPaginatorComponent, never>;
|
|
2560
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbPaginatorComponent, "bmb-paginator", never, { "totalItems": { "alias": "totalItems"; "required": false; }; "itemsPerPage": { "alias": "itemsPerPage"; "required": false; }; "currentPage": { "alias": "currentPage"; "required": false; }; }, { "pageChange": "pageChange"; }, never, never, true, never>;
|
|
2561
|
-
}
|
|
2562
|
-
|
|
2563
|
-
declare class BmbAccountStatementComponent implements AfterViewInit, OnInit {
|
|
2564
|
-
private modalService;
|
|
2565
|
-
title: _angular_core.InputSignal<string>;
|
|
2566
|
-
progressCircleTitle: _angular_core.InputSignal<string[]>;
|
|
2567
|
-
labelPrimary: _angular_core.InputSignal<string>;
|
|
2568
|
-
labelSecondary: _angular_core.InputSignal<string>;
|
|
2569
|
-
totalCount: _angular_core.InputSignal<number>;
|
|
2570
|
-
counter: _angular_core.InputSignal<number>;
|
|
2571
|
-
progressTitle: _angular_core.InputSignal<string>;
|
|
2572
|
-
formatDates: _angular_core.InputSignal<string>;
|
|
2573
|
-
paymentDeadline: _angular_core.InputSignal<string | undefined>;
|
|
2574
|
-
cutOffDate: _angular_core.InputSignal<string | undefined>;
|
|
2575
|
-
paymentDeadlineLabel: _angular_core.InputSignal<string>;
|
|
2576
|
-
cutOffDateLabel: _angular_core.InputSignal<string>;
|
|
2577
|
-
payButtonLabel: _angular_core.InputSignal<string>;
|
|
2578
|
-
backButtonLabel: _angular_core.InputSignal<string>;
|
|
2579
|
-
modalTitle: _angular_core.InputSignal<string>;
|
|
2580
|
-
modalSubtitle: _angular_core.InputSignal<string>;
|
|
2581
|
-
modalRestLabel: _angular_core.InputSignal<string>;
|
|
2582
|
-
modalOtherAmountLabel: _angular_core.InputSignal<string>;
|
|
2583
|
-
modalPrimaryButtonLabel: _angular_core.InputSignal<string>;
|
|
2584
|
-
errorMessage: _angular_core.InputSignal<string>;
|
|
2585
|
-
closeEvent: _angular_core.OutputEmitterRef<MouseEvent>;
|
|
2586
|
-
backEvent: _angular_core.OutputEmitterRef<MouseEvent>;
|
|
2587
|
-
payEvent: _angular_core.OutputEmitterRef<number>;
|
|
2588
|
-
modalTemplate?: TemplateRef<any>;
|
|
2589
|
-
newModal: TemplateRef<any> | null;
|
|
2590
|
-
customAmount: number;
|
|
2591
|
-
isEnableCustomAmount: boolean;
|
|
2592
|
-
maxAmount: number;
|
|
2593
|
-
modalID: _angular_core.WritableSignal<string | null>;
|
|
2594
|
-
amountForm: FormGroup;
|
|
2595
|
-
showErrors: {
|
|
2596
|
-
[key: string]: boolean;
|
|
2597
|
-
};
|
|
2598
|
-
constructor(modalService: BmbNativeModalService);
|
|
2599
|
-
ngOnInit(): void;
|
|
2600
|
-
ngAfterViewInit(): void;
|
|
2601
|
-
handleClose(event?: MouseEvent): void;
|
|
2602
|
-
handleBack(event?: MouseEvent): void;
|
|
2603
|
-
handlePay(): void;
|
|
2604
|
-
getFormattedDate(date?: string): string;
|
|
2605
|
-
getFormattedAmount(amount: number): string;
|
|
2606
|
-
handleActiveCustomAmount(event: any): void;
|
|
2607
|
-
handleSubmit(): void;
|
|
2608
|
-
getFormControl(name: string): FormControl;
|
|
2609
|
-
updateErrorState(): void;
|
|
2610
|
-
getProgressPercent(): number;
|
|
2611
|
-
customHandleClick(): void;
|
|
2612
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbAccountStatementComponent, never>;
|
|
2613
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbAccountStatementComponent, "bmb-account-statement", never, { "title": { "alias": "title"; "required": false; "isSignal": true; }; "progressCircleTitle": { "alias": "progressCircleTitle"; "required": false; "isSignal": true; }; "labelPrimary": { "alias": "labelPrimary"; "required": false; "isSignal": true; }; "labelSecondary": { "alias": "labelSecondary"; "required": false; "isSignal": true; }; "totalCount": { "alias": "totalCount"; "required": false; "isSignal": true; }; "counter": { "alias": "counter"; "required": false; "isSignal": true; }; "progressTitle": { "alias": "progressTitle"; "required": false; "isSignal": true; }; "formatDates": { "alias": "formatDates"; "required": false; "isSignal": true; }; "paymentDeadline": { "alias": "paymentDeadline"; "required": false; "isSignal": true; }; "cutOffDate": { "alias": "cutOffDate"; "required": false; "isSignal": true; }; "paymentDeadlineLabel": { "alias": "paymentDeadlineLabel"; "required": false; "isSignal": true; }; "cutOffDateLabel": { "alias": "cutOffDateLabel"; "required": false; "isSignal": true; }; "payButtonLabel": { "alias": "payButtonLabel"; "required": false; "isSignal": true; }; "backButtonLabel": { "alias": "backButtonLabel"; "required": false; "isSignal": true; }; "modalTitle": { "alias": "modalTitle"; "required": false; "isSignal": true; }; "modalSubtitle": { "alias": "modalSubtitle"; "required": false; "isSignal": true; }; "modalRestLabel": { "alias": "modalRestLabel"; "required": false; "isSignal": true; }; "modalOtherAmountLabel": { "alias": "modalOtherAmountLabel"; "required": false; "isSignal": true; }; "modalPrimaryButtonLabel": { "alias": "modalPrimaryButtonLabel"; "required": false; "isSignal": true; }; "errorMessage": { "alias": "errorMessage"; "required": false; "isSignal": true; }; }, { "closeEvent": "closeEvent"; "backEvent": "backEvent"; "payEvent": "payEvent"; }, never, never, true, never>;
|
|
2614
|
-
}
|
|
2615
|
-
|
|
2616
|
-
declare class BmbGradesComponent implements OnInit {
|
|
2617
|
-
private modalService;
|
|
2618
|
-
grades: _angular_core.InputSignal<IBmbGrades[]>;
|
|
2619
|
-
isMicro: _angular_core.InputSignal<boolean | undefined>;
|
|
2620
|
-
gradeTitle: _angular_core.InputSignal<string | undefined>;
|
|
2621
|
-
title: _angular_core.InputSignal<string | undefined>;
|
|
2622
|
-
accredited: _angular_core.InputSignal<IBmbNameValuePair | undefined>;
|
|
2623
|
-
average: _angular_core.InputSignal<IBmbNameValuePair | undefined>;
|
|
2624
|
-
summary: _angular_core.InputSignal<IBmbNameValuePair | undefined>;
|
|
2625
|
-
closeGrades: _angular_core.OutputEmitterRef<void>;
|
|
2626
|
-
showPrincipalDetail: boolean;
|
|
2627
|
-
partials: IBmbPartial[];
|
|
2628
|
-
gradeIndex: _angular_core.WritableSignal<number>;
|
|
2629
|
-
periodIndex: _angular_core.WritableSignal<number>;
|
|
2630
|
-
modalContent: TemplateRef<any> | null;
|
|
2631
|
-
detailContent?: TemplateRef<any>;
|
|
2632
|
-
ngOnInit(): void;
|
|
2633
|
-
ngAfterViewInit(): void;
|
|
2634
|
-
constructor(modalService: BmbNativeModalService);
|
|
2635
|
-
openModalComponent(element: any): void;
|
|
2636
|
-
getGradesTitle(): string;
|
|
2637
|
-
getTitle(): string;
|
|
2638
|
-
getCalendarIcon(): string;
|
|
2639
|
-
getAccreditedClasses(): number;
|
|
2640
|
-
getPeriodAverage(): number;
|
|
2641
|
-
getServiceHours(): number | boolean;
|
|
2642
|
-
getDetailTitle(element: any): string;
|
|
2643
|
-
getDetailSubtitle(element: any): string;
|
|
2644
|
-
getDetailScore(element: any): string;
|
|
2645
|
-
getElements(): any;
|
|
2646
|
-
handleLeftGradesClick(event: any): void;
|
|
2647
|
-
handleRightGradesClick(): void;
|
|
2648
|
-
handleLeftPeriodClick(): void;
|
|
2649
|
-
handleRightPeriodClick(): void;
|
|
2650
|
-
handleDetails(element: any): void;
|
|
2651
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbGradesComponent, never>;
|
|
2652
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbGradesComponent, "bmb-grades", never, { "grades": { "alias": "grades"; "required": false; "isSignal": true; }; "isMicro": { "alias": "isMicro"; "required": false; "isSignal": true; }; "gradeTitle": { "alias": "gradeTitle"; "required": false; "isSignal": true; }; "title": { "alias": "title"; "required": false; "isSignal": true; }; "accredited": { "alias": "accredited"; "required": false; "isSignal": true; }; "average": { "alias": "average"; "required": false; "isSignal": true; }; "summary": { "alias": "summary"; "required": false; "isSignal": true; }; }, { "closeGrades": "closeGrades"; }, never, never, true, never>;
|
|
2653
|
-
}
|
|
2654
|
-
|
|
2655
|
-
type IBmbTemplateName = 'full-width-card' | 'justify-width-card' | 'single-column-card' | 'aside-first-card' | 'aside-light-card' | 'two-aside-card';
|
|
2656
|
-
declare class BmbWebTemplatesComponent {
|
|
2657
|
-
isFullScreen: _angular_core.InputSignal<boolean>;
|
|
2658
|
-
titleScreen: _angular_core.InputSignal<string | undefined>;
|
|
2659
|
-
subTitleScreen: _angular_core.InputSignal<string | undefined>;
|
|
2660
|
-
template: _angular_core.InputSignal<IBmbTemplateName>;
|
|
2661
|
-
titleMainSlot: _angular_core.InputSignal<string | undefined>;
|
|
2662
|
-
titleAsideSlot: _angular_core.InputSignal<string | undefined>;
|
|
2663
|
-
topBarPositionButtonMenu: _angular_core.InputSignal<IPositionButtonMenu>;
|
|
2664
|
-
topBarUserInformation: _angular_core.InputSignal<IUserInformation | null>;
|
|
2665
|
-
topBarHasLogoutButton: _angular_core.InputSignal<boolean>;
|
|
2666
|
-
topBarImage: _angular_core.InputSignal<string>;
|
|
2667
|
-
topBarMobileImage: _angular_core.InputSignal<string>;
|
|
2668
|
-
topBarAppName: _angular_core.InputSignal<string>;
|
|
2669
|
-
topBarAppSubTitle: _angular_core.InputSignal<string>;
|
|
2670
|
-
topBarShowLang: _angular_core.InputSignal<boolean>;
|
|
2671
|
-
topBarLang: _angular_core.InputSignal<string>;
|
|
2672
|
-
topBarMitec: _angular_core.InputSignal<boolean>;
|
|
2673
|
-
topBarAssignmentNotification: _angular_core.InputSignal<string[]>;
|
|
2674
|
-
topBarAlertNotification: _angular_core.InputSignal<IBmbDataAlert[]>;
|
|
2675
|
-
topBarLogOut: _angular_core.OutputEmitterRef<any>;
|
|
2676
|
-
topBarOnLangChange: _angular_core.OutputEmitterRef<string>;
|
|
2677
|
-
sideBarElements: _angular_core.InputSignal<SidebarElement[][]>;
|
|
2678
|
-
sideBarTitle: _angular_core.InputSignal<string>;
|
|
2679
|
-
asideContent: TemplateRef<any>;
|
|
2680
|
-
mainContent: TemplateRef<any>;
|
|
2681
|
-
secondAsideContent: TemplateRef<any>;
|
|
2682
|
-
singleColumnCard: TemplateRef<any>;
|
|
2683
|
-
asideFirstCard: TemplateRef<any>;
|
|
2684
|
-
asideLightCard: TemplateRef<any>;
|
|
2685
|
-
twoAsideCard: TemplateRef<any>;
|
|
2686
|
-
getSectionClass(): string[];
|
|
2687
|
-
handleLogOut(param: any): void;
|
|
2688
|
-
handleLangChange(lang: string): void;
|
|
2689
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbWebTemplatesComponent, never>;
|
|
2690
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbWebTemplatesComponent, "bmb-web-templates", never, { "isFullScreen": { "alias": "isFullScreen"; "required": false; "isSignal": true; }; "titleScreen": { "alias": "titleScreen"; "required": false; "isSignal": true; }; "subTitleScreen": { "alias": "subTitleScreen"; "required": false; "isSignal": true; }; "template": { "alias": "template"; "required": false; "isSignal": true; }; "titleMainSlot": { "alias": "titleMainSlot"; "required": false; "isSignal": true; }; "titleAsideSlot": { "alias": "titleAsideSlot"; "required": false; "isSignal": true; }; "topBarPositionButtonMenu": { "alias": "topBarPositionButtonMenu"; "required": false; "isSignal": true; }; "topBarUserInformation": { "alias": "topBarUserInformation"; "required": false; "isSignal": true; }; "topBarHasLogoutButton": { "alias": "topBarHasLogoutButton"; "required": false; "isSignal": true; }; "topBarImage": { "alias": "topBarImage"; "required": false; "isSignal": true; }; "topBarMobileImage": { "alias": "topBarMobileImage"; "required": false; "isSignal": true; }; "topBarAppName": { "alias": "topBarAppName"; "required": false; "isSignal": true; }; "topBarAppSubTitle": { "alias": "topBarAppSubTitle"; "required": false; "isSignal": true; }; "topBarShowLang": { "alias": "topBarShowLang"; "required": false; "isSignal": true; }; "topBarLang": { "alias": "topBarLang"; "required": false; "isSignal": true; }; "topBarMitec": { "alias": "topBarMitec"; "required": false; "isSignal": true; }; "topBarAssignmentNotification": { "alias": "topBarAssignmentNotification"; "required": false; "isSignal": true; }; "topBarAlertNotification": { "alias": "topBarAlertNotification"; "required": false; "isSignal": true; }; "sideBarElements": { "alias": "sideBarElements"; "required": false; "isSignal": true; }; "sideBarTitle": { "alias": "sideBarTitle"; "required": false; "isSignal": true; }; }, { "topBarLogOut": "topBarLogOut"; "topBarOnLangChange": "topBarOnLangChange"; }, ["asideContent", "mainContent", "secondAsideContent", "singleColumnCard", "asideFirstCard", "asideLightCard", "twoAsideCard"], never, true, never>;
|
|
2691
|
-
}
|
|
2692
|
-
|
|
2693
|
-
type IBmbFooterEvent = 'back' | 'forward' | 'share' | 'reload';
|
|
2694
|
-
type IBmbNavigationBarIcon = {
|
|
2695
|
-
name: string;
|
|
2696
|
-
label: string;
|
|
2697
|
-
eventName?: IBmbFooterEvent;
|
|
2698
|
-
dotNotification?: number;
|
|
2699
|
-
};
|
|
2700
|
-
type IBmbNavigationBarIcons = {
|
|
2701
|
-
one: IBmbNavigationBarIcon;
|
|
2702
|
-
two: IBmbNavigationBarIcon;
|
|
2703
|
-
three: IBmbNavigationBarIcon;
|
|
2704
|
-
four: IBmbNavigationBarIcon;
|
|
2705
|
-
};
|
|
2706
|
-
declare class BmbBottomNavigationBarComponent {
|
|
2707
|
-
navigationBarIcons: _angular_core.InputSignal<IBmbNavigationBarIcons>;
|
|
2708
|
-
navigationBarEvents: _angular_core.OutputEmitterRef<IBmbFooterEvent>;
|
|
2709
|
-
actionHeaders: IBmbActionHeader[];
|
|
2710
|
-
buildElement(element: IBmbNavigationBarIcon, eventName: IBmbFooterEvent): IBmbNavigationBarIcon;
|
|
2711
|
-
ngOnInit(): void;
|
|
2712
|
-
onNavigationBarOptionClick(event: IBmbFooterEvent): void;
|
|
2713
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbBottomNavigationBarComponent, never>;
|
|
2714
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbBottomNavigationBarComponent, "bmb-bottom-navigation-bar", never, { "navigationBarIcons": { "alias": "navigationBarIcons"; "required": true; "isSignal": true; }; }, { "navigationBarEvents": "navigationBarEvents"; }, never, never, true, never>;
|
|
2715
|
-
}
|
|
2716
|
-
|
|
2717
|
-
type IBmbMenuEvent = 'link' | 'openNew' | 'info';
|
|
2718
|
-
declare class BmbExternalLinkComponent {
|
|
2719
|
-
title: _angular_core.InputSignal<string>;
|
|
2720
|
-
subtitle: _angular_core.InputSignal<string>;
|
|
2721
|
-
navigationBarIcons: _angular_core.InputSignal<IBmbNavigationBarIcons>;
|
|
2722
|
-
onClose: _angular_core.OutputEmitterRef<unknown>;
|
|
2723
|
-
menuEvent: _angular_core.OutputEmitterRef<IBmbMenuEvent>;
|
|
2724
|
-
footerEvent: _angular_core.OutputEmitterRef<IBmbFooterEvent>;
|
|
2725
|
-
showMenu: boolean;
|
|
2726
|
-
getSubtitleIcon(): string;
|
|
2727
|
-
getMenuItems(): IDropdownItem[];
|
|
2728
|
-
handleClose(event: any): void;
|
|
2729
|
-
handleCloseMenu(): void;
|
|
2730
|
-
handleOpenMenu(): void;
|
|
2731
|
-
onMenuOptionClick(event: IBmbMenuEvent): void;
|
|
2732
|
-
onFooterOptionClick(event: IBmbFooterEvent): void;
|
|
2733
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbExternalLinkComponent, never>;
|
|
2734
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbExternalLinkComponent, "bmb-external-link", never, { "title": { "alias": "title"; "required": true; "isSignal": true; }; "subtitle": { "alias": "subtitle"; "required": true; "isSignal": true; }; "navigationBarIcons": { "alias": "navigationBarIcons"; "required": false; "isSignal": true; }; }, { "onClose": "onClose"; "menuEvent": "menuEvent"; "footerEvent": "footerEvent"; }, never, ["*"], true, never>;
|
|
2735
|
-
}
|
|
2736
|
-
|
|
2737
|
-
type IBmbMobileTemplateName = 'single-header' | 'header-with-footer' | 'card-header-with-footer' | 'header-with-button-list' | 'header-with-card-list' | 'login' | 'calendar' | 'external-link';
|
|
2738
|
-
interface IBmbMobileTemplateButton {
|
|
2739
|
-
title: string;
|
|
2740
|
-
iconLeft: string;
|
|
2741
|
-
subtitle?: string;
|
|
2742
|
-
target?: IBmbTargetLink;
|
|
2743
|
-
link?: string;
|
|
2744
|
-
onButton?: () => void;
|
|
2745
|
-
}
|
|
2746
|
-
declare class BmbMobileTemplatesComponent implements OnInit {
|
|
2747
|
-
template: _angular_core.InputSignal<IBmbMobileTemplateName>;
|
|
2748
|
-
footerActions: _angular_core.InputSignal<IBmbButtonAction[]>;
|
|
2749
|
-
buttonList: _angular_core.InputSignal<IBmbMobileTemplateButton[]>;
|
|
2750
|
-
title: _angular_core.InputSignal<string>;
|
|
2751
|
-
headerIconRight: _angular_core.InputSignal<string>;
|
|
2752
|
-
onHeaderLeftClick: _angular_core.OutputEmitterRef<any>;
|
|
2753
|
-
onHeaderRightClick: _angular_core.OutputEmitterRef<any>;
|
|
2754
|
-
loginHandleRequest: _angular_core.OutputEmitterRef<any>;
|
|
2755
|
-
calendarTimezone: _angular_core.InputSignal<string>;
|
|
2756
|
-
clientTimezone: _angular_core.InputSignal<string>;
|
|
2757
|
-
lang: _angular_core.InputSignal<string>;
|
|
2758
|
-
currentDate: _angular_core.InputSignal<string>;
|
|
2759
|
-
onDateChange: _angular_core.OutputEmitterRef<any>;
|
|
2760
|
-
externalLinkSubtitle: _angular_core.InputSignal<string>;
|
|
2761
|
-
externalLinkOnClose: _angular_core.OutputEmitterRef<unknown>;
|
|
2762
|
-
externalLinkMenuEvent: _angular_core.OutputEmitterRef<IBmbMenuEvent>;
|
|
2763
|
-
externalLinkFooterEvent: _angular_core.OutputEmitterRef<IBmbFooterEvent>;
|
|
2764
|
-
mainContent: TemplateRef<any>;
|
|
2765
|
-
height: number;
|
|
2766
|
-
ngOnInit(): void;
|
|
2767
|
-
getSectionClass(): string[];
|
|
2768
|
-
handleLeftClick(event: any): void;
|
|
2769
|
-
handleRightClick(event: any): void;
|
|
2770
|
-
handleAction(action: IBmbButtonAction): void;
|
|
2771
|
-
handleLoginRequest(event: any): void;
|
|
2772
|
-
handleClose(event: unknown): void;
|
|
2773
|
-
handleMenuEvent(event: IBmbMenuEvent): void;
|
|
2774
|
-
handleFooterEvent(event: IBmbFooterEvent): void;
|
|
2775
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbMobileTemplatesComponent, never>;
|
|
2776
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbMobileTemplatesComponent, "bmb-mobile-templates", never, { "template": { "alias": "template"; "required": false; "isSignal": true; }; "footerActions": { "alias": "footerActions"; "required": false; "isSignal": true; }; "buttonList": { "alias": "buttonList"; "required": false; "isSignal": true; }; "title": { "alias": "title"; "required": false; "isSignal": true; }; "headerIconRight": { "alias": "headerIconRight"; "required": false; "isSignal": true; }; "calendarTimezone": { "alias": "calendarTimezone"; "required": false; "isSignal": true; }; "clientTimezone": { "alias": "clientTimezone"; "required": false; "isSignal": true; }; "lang": { "alias": "lang"; "required": false; "isSignal": true; }; "currentDate": { "alias": "currentDate"; "required": false; "isSignal": true; }; "externalLinkSubtitle": { "alias": "externalLinkSubtitle"; "required": false; "isSignal": true; }; }, { "onHeaderLeftClick": "onHeaderLeftClick"; "onHeaderRightClick": "onHeaderRightClick"; "loginHandleRequest": "loginHandleRequest"; "onDateChange": "onDateChange"; "externalLinkOnClose": "externalLinkOnClose"; "externalLinkMenuEvent": "externalLinkMenuEvent"; "externalLinkFooterEvent": "externalLinkFooterEvent"; }, ["mainContent"], never, true, never>;
|
|
2777
|
-
}
|
|
2778
|
-
|
|
2779
|
-
declare class BmbDateRangeComponent implements OnInit {
|
|
2780
|
-
inputId: _angular_core.InputSignal<string>;
|
|
2781
|
-
label: _angular_core.InputSignal<string>;
|
|
2782
|
-
labelStartDate: _angular_core.InputSignal<string>;
|
|
2783
|
-
labelEndDate: _angular_core.InputSignal<string>;
|
|
2784
|
-
icon: _angular_core.InputSignal<string>;
|
|
2785
|
-
invalidFormatErrorMessage: _angular_core.InputSignal<string | undefined>;
|
|
2786
|
-
requiredFieldErrorMessage: _angular_core.InputSignal<string | undefined>;
|
|
2787
|
-
appearance: _angular_core.InputSignal<string>;
|
|
2788
|
-
disabled: _angular_core.InputSignal<boolean>;
|
|
2789
|
-
isRequired: _angular_core.InputSignal<boolean>;
|
|
2790
|
-
isClearable: _angular_core.InputSignal<boolean>;
|
|
2791
|
-
controlStart: _angular_core.ModelSignal<FormControl<any>>;
|
|
2792
|
-
controlEnd: _angular_core.ModelSignal<FormControl<any>>;
|
|
2793
|
-
dateFormat: _angular_core.InputSignal<string>;
|
|
2794
|
-
placeholderStartDate: _angular_core.InputSignal<string>;
|
|
2795
|
-
placeholderEndDate: _angular_core.InputSignal<string>;
|
|
2796
|
-
stepYearPicker: _angular_core.InputSignal<number>;
|
|
2797
|
-
name: _angular_core.InputSignal<string>;
|
|
2798
|
-
multipleRow: _angular_core.InputSignal<boolean>;
|
|
2799
|
-
customValidation: _angular_core.InputSignal<ValidatorFn | undefined>;
|
|
2800
|
-
errorMessage: _angular_core.InputSignal<string | IBmbInputError>;
|
|
2801
|
-
disableDatesBefore: string;
|
|
2802
|
-
disableDatesAfter: string;
|
|
2803
|
-
isControlStartNull: boolean;
|
|
2804
|
-
isControlEndNull: boolean;
|
|
2805
|
-
ngOnInit(): void;
|
|
2806
|
-
getClassList(): string[];
|
|
2807
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbDateRangeComponent, never>;
|
|
2808
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbDateRangeComponent, "bmb-date-range", never, { "inputId": { "alias": "inputId"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; "labelStartDate": { "alias": "labelStartDate"; "required": false; "isSignal": true; }; "labelEndDate": { "alias": "labelEndDate"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "invalidFormatErrorMessage": { "alias": "invalidFormatErrorMessage"; "required": false; "isSignal": true; }; "requiredFieldErrorMessage": { "alias": "requiredFieldErrorMessage"; "required": false; "isSignal": true; }; "appearance": { "alias": "appearance"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "isRequired": { "alias": "isRequired"; "required": false; "isSignal": true; }; "isClearable": { "alias": "isClearable"; "required": false; "isSignal": true; }; "controlStart": { "alias": "controlStart"; "required": false; "isSignal": true; }; "controlEnd": { "alias": "controlEnd"; "required": false; "isSignal": true; }; "dateFormat": { "alias": "dateFormat"; "required": false; "isSignal": true; }; "placeholderStartDate": { "alias": "placeholderStartDate"; "required": false; "isSignal": true; }; "placeholderEndDate": { "alias": "placeholderEndDate"; "required": false; "isSignal": true; }; "stepYearPicker": { "alias": "stepYearPicker"; "required": false; "isSignal": true; }; "name": { "alias": "name"; "required": false; "isSignal": true; }; "multipleRow": { "alias": "multipleRow"; "required": false; "isSignal": true; }; "customValidation": { "alias": "customValidation"; "required": false; "isSignal": true; }; "errorMessage": { "alias": "errorMessage"; "required": false; "isSignal": true; }; }, { "controlStart": "controlStartChange"; "controlEnd": "controlEndChange"; }, never, never, true, never>;
|
|
2809
|
-
}
|
|
2810
|
-
|
|
2811
|
-
type IBmbIconPosition = 'left' | 'right';
|
|
2812
|
-
type IBmbTextLinkStyle = 'icon' | 'underlined';
|
|
2813
|
-
declare class BmbTextLinkComponent {
|
|
2814
|
-
textLink: _angular_core.InputSignal<string>;
|
|
2815
|
-
textLinkStyle: _angular_core.InputSignal<IBmbTextLinkStyle>;
|
|
2816
|
-
target: _angular_core.InputSignal<IBmbTargetLink>;
|
|
2817
|
-
icon: _angular_core.InputSignal<string>;
|
|
2818
|
-
iconPosition: _angular_core.InputSignal<IBmbIconPosition>;
|
|
2819
|
-
link: _angular_core.InputSignal<string>;
|
|
2820
|
-
disabled: _angular_core.InputSignal<boolean>;
|
|
2821
|
-
getClasses(): string[];
|
|
2822
|
-
getPositionClass(principalClassName: string, isIcon: boolean, position: string): string[];
|
|
2823
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbTextLinkComponent, never>;
|
|
2824
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbTextLinkComponent, "bmb-text-link", never, { "textLink": { "alias": "textLink"; "required": true; "isSignal": true; }; "textLinkStyle": { "alias": "textLinkStyle"; "required": false; "isSignal": true; }; "target": { "alias": "target"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "iconPosition": { "alias": "iconPosition"; "required": false; "isSignal": true; }; "link": { "alias": "link"; "required": true; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
2825
|
-
}
|
|
2826
|
-
|
|
2827
|
-
interface IBmbEvaluationRubric {
|
|
2828
|
-
criterion: string;
|
|
2829
|
-
tooltip: string;
|
|
2830
|
-
evaluation?: number;
|
|
2831
|
-
}
|
|
2832
|
-
interface IBmbCommentEvalRubric {
|
|
2833
|
-
label: string;
|
|
2834
|
-
placeHolder: string;
|
|
2835
|
-
tooltip: string;
|
|
2836
|
-
icon?: string;
|
|
2837
|
-
errorMessage?: string;
|
|
2838
|
-
helperMessage?: string;
|
|
2839
|
-
appearance?: IBmbInputAppearance;
|
|
2840
|
-
disabled?: boolean;
|
|
2841
|
-
isRequired?: boolean;
|
|
2842
|
-
showError?: boolean;
|
|
2843
|
-
showMaxTextLength?: boolean;
|
|
2844
|
-
}
|
|
2845
|
-
interface IBmbEvalRubricButtons {
|
|
2846
|
-
rightLabel: string;
|
|
2847
|
-
rightIcon?: string;
|
|
2848
|
-
leftLabel: string;
|
|
2849
|
-
leftIcon?: string;
|
|
2850
|
-
}
|
|
2851
|
-
declare class BmbEvaluationRubricComponent {
|
|
2852
|
-
title: _angular_core.InputSignal<string>;
|
|
2853
|
-
icon: _angular_core.InputSignal<string>;
|
|
2854
|
-
rightIcon: _angular_core.InputSignal<string>;
|
|
2855
|
-
evaluationRubricList: _angular_core.ModelSignal<IBmbEvaluationRubric[]>;
|
|
2856
|
-
maxEval: _angular_core.InputSignal<number>;
|
|
2857
|
-
summaryLabel: _angular_core.InputSignal<string>;
|
|
2858
|
-
commentEvalRubric: _angular_core.InputSignal<IBmbCommentEvalRubric>;
|
|
2859
|
-
evalRubricButtons: _angular_core.InputSignal<IBmbEvalRubricButtons>;
|
|
2860
|
-
onClose: _angular_core.OutputEmitterRef<void>;
|
|
2861
|
-
summary: number;
|
|
2862
|
-
getEvalList(): number[];
|
|
2863
|
-
getSelectedButtonClass(evaluation: number, element: number): string;
|
|
2864
|
-
getButtonClass(parentClassName: string, item: IBmbEvaluationRubric, element: number): string;
|
|
2865
|
-
handleEval(criterion: string, evaluation: number): void;
|
|
2866
|
-
handleClose(): void;
|
|
2867
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbEvaluationRubricComponent, never>;
|
|
2868
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbEvaluationRubricComponent, "bmb-evaluation-rubric", never, { "title": { "alias": "title"; "required": true; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "rightIcon": { "alias": "rightIcon"; "required": false; "isSignal": true; }; "evaluationRubricList": { "alias": "evaluationRubricList"; "required": true; "isSignal": true; }; "maxEval": { "alias": "maxEval"; "required": false; "isSignal": true; }; "summaryLabel": { "alias": "summaryLabel"; "required": true; "isSignal": true; }; "commentEvalRubric": { "alias": "commentEvalRubric"; "required": true; "isSignal": true; }; "evalRubricButtons": { "alias": "evalRubricButtons"; "required": true; "isSignal": true; }; }, { "evaluationRubricList": "evaluationRubricListChange"; "onClose": "onClose"; }, never, never, true, never>;
|
|
2869
|
-
}
|
|
2870
|
-
|
|
2871
|
-
declare class BmbHitoCardComponent {
|
|
2872
|
-
icon: _angular_core.InputSignal<string | undefined>;
|
|
2873
|
-
title: _angular_core.InputSignal<string>;
|
|
2874
|
-
id: _angular_core.InputSignal<string | number>;
|
|
2875
|
-
short_description: _angular_core.InputSignal<string>;
|
|
2876
|
-
type: _angular_core.InputSignal<ITimelineEventType | IBmbTimelineCustomEvent>;
|
|
2877
|
-
sub_content: _angular_core.InputSignal<string | undefined>;
|
|
2878
|
-
enable_bullet: _angular_core.InputSignal<boolean>;
|
|
2879
|
-
is_active: _angular_core.InputSignal<boolean>;
|
|
2880
|
-
isCompact: _angular_core.InputSignal<boolean>;
|
|
2881
|
-
alternative_appearance: _angular_core.InputSignal<boolean>;
|
|
2882
|
-
handleClick: _angular_core.OutputEmitterRef<string | number>;
|
|
2883
|
-
private destroyRef;
|
|
2884
|
-
private mql;
|
|
2885
|
-
private abort;
|
|
2886
|
-
readonly isMobile: _angular_core.WritableSignal<boolean>;
|
|
2887
|
-
constructor();
|
|
2888
|
-
private t;
|
|
2889
|
-
readonly titleDisplayed: _angular_core.Signal<string>;
|
|
2890
|
-
getClassList(): string[];
|
|
2891
|
-
handleEventChange(): void;
|
|
2892
|
-
formatBadgeText(legend: string | IBmbTimelineCustomEvent): string;
|
|
2893
|
-
getHitoIconClass(): string;
|
|
2894
|
-
appearanceBadge(): IBbmBgAppearance;
|
|
2895
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbHitoCardComponent, never>;
|
|
2896
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbHitoCardComponent, "bmb-hito-card", never, { "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "title": { "alias": "title"; "required": true; "isSignal": true; }; "id": { "alias": "id"; "required": true; "isSignal": true; }; "short_description": { "alias": "short_description"; "required": false; "isSignal": true; }; "type": { "alias": "type"; "required": true; "isSignal": true; }; "sub_content": { "alias": "sub_content"; "required": false; "isSignal": true; }; "enable_bullet": { "alias": "enable_bullet"; "required": false; "isSignal": true; }; "is_active": { "alias": "is_active"; "required": false; "isSignal": true; }; "isCompact": { "alias": "isCompact"; "required": false; "isSignal": true; }; "alternative_appearance": { "alias": "alternative_appearance"; "required": false; "isSignal": true; }; }, { "handleClick": "handleClick"; }, never, never, true, never>;
|
|
2897
|
-
}
|
|
2898
|
-
|
|
2899
|
-
declare class BmbHitoListComponent implements AfterViewInit {
|
|
2900
|
-
dateFormat: _angular_core.InputSignal<string>;
|
|
2901
|
-
lang: _angular_core.InputSignal<string>;
|
|
2902
|
-
now: _angular_core.InputSignal<DateTime<boolean>>;
|
|
2903
|
-
events: _angular_core.InputSignal<any>;
|
|
2904
|
-
selectedDate: _angular_core.InputSignal<ISelectedDate>;
|
|
2905
|
-
orderedMonths: _angular_core.InputSignal<string[]>;
|
|
2906
|
-
changeSelectedDate: _angular_core.OutputEmitterRef<ISelectedDate>;
|
|
2907
|
-
monthList: ElementRef;
|
|
2908
|
-
ngAfterViewInit(): void;
|
|
2909
|
-
scrollToItem(): void;
|
|
2910
|
-
getMonthTitle(month: string): string;
|
|
2911
|
-
handleDateChange({ event, month }: {
|
|
2912
|
-
event: string;
|
|
2913
|
-
month: string;
|
|
2914
|
-
}): void;
|
|
2915
|
-
parseEvent(month: string, date: string): any;
|
|
2916
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbHitoListComponent, never>;
|
|
2917
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbHitoListComponent, "bmb-hito-list", never, { "dateFormat": { "alias": "dateFormat"; "required": false; "isSignal": true; }; "lang": { "alias": "lang"; "required": false; "isSignal": true; }; "now": { "alias": "now"; "required": false; "isSignal": true; }; "events": { "alias": "events"; "required": false; "isSignal": true; }; "selectedDate": { "alias": "selectedDate"; "required": false; "isSignal": true; }; "orderedMonths": { "alias": "orderedMonths"; "required": false; "isSignal": true; }; }, { "changeSelectedDate": "changeSelectedDate"; }, never, never, true, never>;
|
|
2918
|
-
}
|
|
2919
|
-
|
|
2920
|
-
interface FileData {
|
|
2921
|
-
name: string;
|
|
2922
|
-
size: number;
|
|
2923
|
-
base64?: string;
|
|
2924
|
-
error?: boolean;
|
|
2925
|
-
errorType?: 'format' | 'size' | null;
|
|
2926
|
-
}
|
|
2927
|
-
declare class BmbDropzoneComponent {
|
|
2928
|
-
private cdr;
|
|
2929
|
-
appearanceContrast: _angular_core.InputSignal<IBmbContrast>;
|
|
2930
|
-
acceptedExtensions: _angular_core.InputSignal<string[]>;
|
|
2931
|
-
dropInstruction: _angular_core.InputSignal<string>;
|
|
2932
|
-
dropLabel: _angular_core.InputSignal<string>;
|
|
2933
|
-
errorMessage: _angular_core.InputSignal<string>;
|
|
2934
|
-
errorMessageFormat: _angular_core.InputSignal<string>;
|
|
2935
|
-
errorMessageSize: _angular_core.InputSignal<string>;
|
|
2936
|
-
fileDataList: FileData[];
|
|
2937
|
-
fileSize: _angular_core.InputSignal<number>;
|
|
2938
|
-
formatFilesLabel: _angular_core.InputSignal<string>;
|
|
2939
|
-
linkFilesSupported: _angular_core.InputSignal<string>;
|
|
2940
|
-
linkLabel: _angular_core.InputSignal<string>;
|
|
2941
|
-
mainIcon: _angular_core.InputSignal<string>;
|
|
2942
|
-
multiple: _angular_core.InputSignal<boolean>;
|
|
2943
|
-
name: _angular_core.InputSignal<string>;
|
|
2944
|
-
progress: _angular_core.InputSignal<number | Record<string, number>>;
|
|
2945
|
-
newFile: _angular_core.OutputEmitterRef<File | File[]>;
|
|
2946
|
-
fileRemoved: _angular_core.OutputEmitterRef<string>;
|
|
2947
|
-
validFile: boolean;
|
|
2948
|
-
input?: HTMLInputElement;
|
|
2949
|
-
constructor(cdr: ChangeDetectorRef);
|
|
2950
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
2951
|
-
onFileSelected(event: Event): void;
|
|
2952
|
-
private getFileAndValidate;
|
|
2953
|
-
removeFile(fileName: string): void;
|
|
2954
|
-
private onErrorFile;
|
|
2955
|
-
onDragOver(event: DragEvent): void;
|
|
2956
|
-
onDragLeave(event: DragEvent): void;
|
|
2957
|
-
onDrop(event: DragEvent): void;
|
|
2958
|
-
getProgress(fileName: string): number;
|
|
2959
|
-
isInvalidFileOnly(): boolean;
|
|
2960
|
-
reset(): void;
|
|
2961
|
-
getDropZoneClass(): string[];
|
|
2962
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbDropzoneComponent, never>;
|
|
2963
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbDropzoneComponent, "bmb-dropzone", never, { "appearanceContrast": { "alias": "appearanceContrast"; "required": false; "isSignal": true; }; "acceptedExtensions": { "alias": "acceptedExtensions"; "required": true; "isSignal": true; }; "dropInstruction": { "alias": "dropInstruction"; "required": false; "isSignal": true; }; "dropLabel": { "alias": "dropLabel"; "required": false; "isSignal": true; }; "errorMessage": { "alias": "errorMessage"; "required": false; "isSignal": true; }; "errorMessageFormat": { "alias": "errorMessageFormat"; "required": false; "isSignal": true; }; "errorMessageSize": { "alias": "errorMessageSize"; "required": false; "isSignal": true; }; "fileSize": { "alias": "fileSize"; "required": false; "isSignal": true; }; "formatFilesLabel": { "alias": "formatFilesLabel"; "required": false; "isSignal": true; }; "linkFilesSupported": { "alias": "linkFilesSupported"; "required": false; "isSignal": true; }; "linkLabel": { "alias": "linkLabel"; "required": false; "isSignal": true; }; "mainIcon": { "alias": "mainIcon"; "required": false; "isSignal": true; }; "multiple": { "alias": "multiple"; "required": false; "isSignal": true; }; "name": { "alias": "name"; "required": false; "isSignal": true; }; "progress": { "alias": "progress"; "required": false; "isSignal": true; }; }, { "newFile": "newFile"; "fileRemoved": "fileRemoved"; }, never, never, true, never>;
|
|
2964
|
-
}
|
|
2965
|
-
|
|
2966
|
-
declare class BmbTimestreamCardComponent {
|
|
2967
|
-
title: _angular_core.InputSignal<string>;
|
|
2968
|
-
subtitle: _angular_core.InputSignal<string | undefined>;
|
|
2969
|
-
dataLocalNav: _angular_core.InputSignal<IBmbDataTopBar[]>;
|
|
2970
|
-
icon: _angular_core.InputSignal<string>;
|
|
2971
|
-
bgIconAppearance: _angular_core.InputSignal<IBmbColor>;
|
|
2972
|
-
lang: _angular_core.InputSignal<string>;
|
|
2973
|
-
dateFormat: _angular_core.InputSignal<string>;
|
|
2974
|
-
events: _angular_core.InputSignal<ITimelineEvent[]>;
|
|
2975
|
-
clamp: IBmbClamp;
|
|
2976
|
-
isMobile: boolean;
|
|
2977
|
-
actionHeaders: IBmbActionHeader[];
|
|
2978
|
-
isFiltersEnabled: boolean;
|
|
2979
|
-
filteredEvents: _angular_core.WritableSignal<ITimelineEvent[]>;
|
|
2980
|
-
filters: IBmbControlType[];
|
|
2981
|
-
ngOnInit(): void;
|
|
2982
|
-
handleCloseFilters(): void;
|
|
2983
|
-
handleFiltersChange(filters: any): void;
|
|
2984
|
-
getClassList(): string[];
|
|
2985
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbTimestreamCardComponent, never>;
|
|
2986
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbTimestreamCardComponent, "bmb-timestream-card", never, { "title": { "alias": "title"; "required": true; "isSignal": true; }; "subtitle": { "alias": "subtitle"; "required": false; "isSignal": true; }; "dataLocalNav": { "alias": "dataLocalNav"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "bgIconAppearance": { "alias": "bgIconAppearance"; "required": false; "isSignal": true; }; "lang": { "alias": "lang"; "required": false; "isSignal": true; }; "dateFormat": { "alias": "dateFormat"; "required": false; "isSignal": true; }; "events": { "alias": "events"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
2987
|
-
}
|
|
2988
|
-
|
|
2989
|
-
declare class BmbInputTagsComponent implements OnInit, OnChanges {
|
|
2990
|
-
private cdr;
|
|
2991
|
-
errorMessage: _angular_core.InputSignal<string | IBmbInputError>;
|
|
2992
|
-
tooltip: _angular_core.InputSignal<string>;
|
|
2993
|
-
tooltipPosition: _angular_core.InputSignal<IBmbInputTooltipPosition>;
|
|
2994
|
-
label: _angular_core.InputSignal<string>;
|
|
2995
|
-
placeholder: _angular_core.InputSignal<string>;
|
|
2996
|
-
isRequired: _angular_core.InputSignal<boolean>;
|
|
2997
|
-
helperMessage: _angular_core.InputSignal<string>;
|
|
2998
|
-
disabled: _angular_core.InputSignal<boolean>;
|
|
2999
|
-
maxSelectedItems: _angular_core.InputSignal<number | undefined>;
|
|
3000
|
-
name: _angular_core.InputSignal<string>;
|
|
3001
|
-
value: _angular_core.InputSignal<string | string[]>;
|
|
3002
|
-
showError: _angular_core.InputSignal<boolean>;
|
|
3003
|
-
inputId: _angular_core.InputSignal<string>;
|
|
3004
|
-
customValidation: _angular_core.InputSignal<ValidatorFn | undefined>;
|
|
3005
|
-
tagOptions: _angular_core.ModelSignal<string[] | IBmbDropdownItem[]>;
|
|
3006
|
-
control: _angular_core.ModelSignal<FormControl<any>>;
|
|
3007
|
-
onKeyDown: _angular_core.OutputEmitterRef<KeyboardEvent>;
|
|
3008
|
-
onChange: _angular_core.OutputEmitterRef<string[]>;
|
|
3009
|
-
uuid: string;
|
|
3010
|
-
showDropdown: boolean;
|
|
3011
|
-
selectedTags: IDropdownItem[];
|
|
3012
|
-
filteredOptions: IDropdownItem[];
|
|
3013
|
-
filterControl: FormControl<any>;
|
|
3014
|
-
items: IDropdownItem[];
|
|
3015
|
-
isFocused: _angular_core.WritableSignal<boolean>;
|
|
3016
|
-
isKeyboardEvent: boolean;
|
|
3017
|
-
isControlNull: boolean;
|
|
3018
|
-
constructor(cdr: ChangeDetectorRef);
|
|
3019
|
-
ngOnInit(): void;
|
|
3020
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
3021
|
-
initOptions(list: string[] | IBmbDropdownItem[]): void;
|
|
3022
|
-
getUUID(name: string): string;
|
|
3023
|
-
getValidInitialValues(): string[];
|
|
3024
|
-
setSelectedValue(element: IDropdownItem): void;
|
|
3025
|
-
setSelectedTags(controlValue: string[]): void;
|
|
3026
|
-
removeTag(tag: IDropdownItem): void;
|
|
3027
|
-
openList(): void;
|
|
3028
|
-
closeList(): void;
|
|
3029
|
-
selectOptionWithKey(value: string): void;
|
|
3030
|
-
addOption(value: string): void;
|
|
3031
|
-
handleKeyDown(event: KeyboardEvent): void;
|
|
3032
|
-
handleFocus(value: boolean): void;
|
|
3033
|
-
handleValidity(): void;
|
|
3034
|
-
get shouldShowError(): boolean;
|
|
3035
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbInputTagsComponent, never>;
|
|
3036
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbInputTagsComponent, "bmb-input-tags", never, { "errorMessage": { "alias": "errorMessage"; "required": false; "isSignal": true; }; "tooltip": { "alias": "tooltip"; "required": false; "isSignal": true; }; "tooltipPosition": { "alias": "tooltipPosition"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "isRequired": { "alias": "isRequired"; "required": false; "isSignal": true; }; "helperMessage": { "alias": "helperMessage"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "maxSelectedItems": { "alias": "maxSelectedItems"; "required": false; "isSignal": true; }; "name": { "alias": "name"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": false; "isSignal": true; }; "showError": { "alias": "showError"; "required": false; "isSignal": true; }; "inputId": { "alias": "inputId"; "required": false; "isSignal": true; }; "customValidation": { "alias": "customValidation"; "required": false; "isSignal": true; }; "tagOptions": { "alias": "tagOptions"; "required": false; "isSignal": true; }; "control": { "alias": "control"; "required": false; "isSignal": true; }; }, { "tagOptions": "tagOptionsChange"; "control": "controlChange"; "onKeyDown": "onKeyDown"; "onChange": "onChange"; }, never, never, true, never>;
|
|
3037
|
-
}
|
|
3038
|
-
|
|
3039
|
-
interface IBmbConcept {
|
|
3040
|
-
concept: string;
|
|
3041
|
-
quantity: string;
|
|
3042
|
-
price?: number;
|
|
3043
|
-
badge?: {
|
|
3044
|
-
label: string;
|
|
3045
|
-
appearance: IBbmBgAppearance;
|
|
3046
|
-
container: boolean;
|
|
3047
|
-
};
|
|
3048
|
-
}
|
|
3049
|
-
interface IBmbInvoice {
|
|
3050
|
-
concept: IBmbConcept[];
|
|
3051
|
-
total: {
|
|
3052
|
-
label: string;
|
|
3053
|
-
value: string;
|
|
3054
|
-
equivalence: string[];
|
|
3055
|
-
};
|
|
3056
|
-
}
|
|
3057
|
-
declare class BmbInvoiceComponent implements OnInit {
|
|
3058
|
-
appearanceContrast: _angular_core.InputSignal<IBmbContrast>;
|
|
3059
|
-
data: _angular_core.InputSignal<IBmbInvoice | undefined>;
|
|
3060
|
-
ngOnInit(): void;
|
|
3061
|
-
isNegative(value: string): boolean;
|
|
3062
|
-
getInvoiceClasses(): string[];
|
|
3063
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbInvoiceComponent, never>;
|
|
3064
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbInvoiceComponent, "bmb-invoice", never, { "appearanceContrast": { "alias": "appearanceContrast"; "required": false; "isSignal": true; }; "data": { "alias": "data"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
3065
|
-
}
|
|
3066
|
-
|
|
3067
|
-
declare class BmbMultiDotPaginatorComponent implements AfterContentInit {
|
|
3068
|
-
title: _angular_core.InputSignal<string>;
|
|
3069
|
-
subtitle: _angular_core.InputSignal<string>;
|
|
3070
|
-
contentChildren: QueryList<ElementRef>;
|
|
3071
|
-
numberOfElements: number[];
|
|
3072
|
-
selectedIndex: number;
|
|
3073
|
-
ngAfterContentInit(): void;
|
|
3074
|
-
selectItem(index: number): void;
|
|
3075
|
-
setClassActive(newIndex: number, oldIndex?: number): void;
|
|
3076
|
-
setNextItem(): void;
|
|
3077
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbMultiDotPaginatorComponent, never>;
|
|
3078
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbMultiDotPaginatorComponent, "bmb-multi-dot-paginator", never, { "title": { "alias": "title"; "required": true; "isSignal": true; }; "subtitle": { "alias": "subtitle"; "required": false; "isSignal": true; }; }, {}, ["contentChildren"], ["*"], true, never>;
|
|
3079
|
-
}
|
|
3080
|
-
|
|
3081
|
-
declare class BmbMultiDotPaginatorItemComponent {
|
|
3082
|
-
multiDotPaginatorItem: ElementRef;
|
|
3083
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbMultiDotPaginatorItemComponent, never>;
|
|
3084
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbMultiDotPaginatorItemComponent, "bmb-multi-dot-paginator-item", never, {}, {}, never, ["*"], true, never>;
|
|
3085
|
-
}
|
|
3086
|
-
|
|
3087
|
-
declare class BmbAlertCenterComponent {
|
|
3088
|
-
private nativeModalService;
|
|
3089
|
-
private bmbAlertCenterService;
|
|
3090
|
-
dateFormat: _angular_core.InputSignal<string>;
|
|
3091
|
-
tabsName: _angular_core.InputSignal<string[] | IBmbAlertCenterTabConfig[]>;
|
|
3092
|
-
hideTabs: _angular_core.InputSignal<boolean>;
|
|
3093
|
-
enableMultipleSelection: _angular_core.InputSignal<boolean>;
|
|
3094
|
-
showMobileVersion: _angular_core.InputSignal<boolean>;
|
|
3095
|
-
emptyStateData: _angular_core.InputSignal<IBmbAlertEmptyState>;
|
|
3096
|
-
alerts: _angular_core.InputSignal<IBmbDataAlert[]>;
|
|
3097
|
-
advertisements: _angular_core.InputSignal<IBmbDataAlert[]>;
|
|
3098
|
-
onChangeAlertStatus: _angular_core.OutputEmitterRef<IBmbDataAlertsOutput>;
|
|
3099
|
-
alertEvent: _angular_core.OutputEmitterRef<IBmbDataAlert>;
|
|
3100
|
-
showAlertDetail: _angular_core.OutputEmitterRef<IBmbDataAlert>;
|
|
3101
|
-
closeAlertDetail: _angular_core.OutputEmitterRef<IBmbDataAlert>;
|
|
3102
|
-
navigationBarEvents: _angular_core.OutputEmitterRef<IBmbAlertCenterFooterEvent>;
|
|
3103
|
-
detailContent?: TemplateRef<any>;
|
|
3104
|
-
container: ElementRef;
|
|
3105
|
-
constructor(nativeModalService: BmbNativeModalService, bmbAlertCenterService: BmbAlertCenterService);
|
|
3106
|
-
alertList: _angular_core.Signal<IBmbDataAlert[]>;
|
|
3107
|
-
advertisementsList: _angular_core.Signal<IBmbDataAlert[]>;
|
|
3108
|
-
isLoading: _angular_core.Signal<boolean>;
|
|
3109
|
-
tabs: _angular_core.Signal<IBmbTab[]>;
|
|
3110
|
-
selectedTab: _angular_core.ModelSignal<number>;
|
|
3111
|
-
selectedAlert: IBmbDataAlert[];
|
|
3112
|
-
orderedEvents: _angular_core.Signal<IBmbDataAlertsParsed[]>;
|
|
3113
|
-
now: DateTime<true>;
|
|
3114
|
-
eventsInCategories: _angular_core.Signal<IBmbAlertCenterCategories>;
|
|
3115
|
-
visibleAlert: IBmbDataAlertsParsed | null;
|
|
3116
|
-
orderEvents(alerts: IBmbDataAlert[]): IBmbDataAlertsParsed[];
|
|
3117
|
-
orderCategories(alerts: IBmbDataAlertsParsed[]): IBmbAlertCenterCategories;
|
|
3118
|
-
handleShowAlert(item: IBmbDataAlertsParsed): void;
|
|
3119
|
-
handleCloseDetail(alert: IBmbDataAlertsParsed): void;
|
|
3120
|
-
handleAlertEvent(alert: IBmbDataAlert): void;
|
|
3121
|
-
handleChangeAlertStatus(alert: IBmbDataAlertsOutput): void;
|
|
3122
|
-
handleNavigationBarEvents(event: IBmbAlertCenterProtoEventFooter): void;
|
|
3123
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbAlertCenterComponent, never>;
|
|
3124
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbAlertCenterComponent, "bmb-alert-center", never, { "dateFormat": { "alias": "dateFormat"; "required": false; "isSignal": true; }; "tabsName": { "alias": "tabsName"; "required": false; "isSignal": true; }; "hideTabs": { "alias": "hideTabs"; "required": false; "isSignal": true; }; "enableMultipleSelection": { "alias": "enableMultipleSelection"; "required": false; "isSignal": true; }; "showMobileVersion": { "alias": "showMobileVersion"; "required": false; "isSignal": true; }; "emptyStateData": { "alias": "emptyStateData"; "required": false; "isSignal": true; }; "alerts": { "alias": "alerts"; "required": false; "isSignal": true; }; "advertisements": { "alias": "advertisements"; "required": false; "isSignal": true; }; "selectedTab": { "alias": "selectedTab"; "required": false; "isSignal": true; }; }, { "onChangeAlertStatus": "onChangeAlertStatus"; "alertEvent": "alertEvent"; "showAlertDetail": "showAlertDetail"; "closeAlertDetail": "closeAlertDetail"; "navigationBarEvents": "navigationBarEvents"; "selectedTab": "selectedTabChange"; }, never, never, true, never>;
|
|
3125
|
-
}
|
|
3126
|
-
|
|
3127
|
-
declare class BmbPortalComponent {
|
|
3128
|
-
private notificationSignal;
|
|
3129
|
-
private modalService;
|
|
3130
|
-
private projectionService;
|
|
3131
|
-
constructor(notificationSignal: BmbNotificationService, modalService: BmbNativeModalService, projectionService: BmbProjectionContentService);
|
|
3132
|
-
modalSignal: _angular_core.Signal<IBmbNativeModal[]>;
|
|
3133
|
-
projectedContent: _angular_core.Signal<IBmbProjectionContent | null>;
|
|
3134
|
-
notificationsList: _angular_core.Signal<INotification[]>;
|
|
3135
|
-
closeNotification(notification: INotification): void;
|
|
3136
|
-
getNotificationPosition(): NotificationPositionX | undefined;
|
|
3137
|
-
handleCloseModal(id: string): void;
|
|
3138
|
-
handleModalClick(item: IBmbNativeModal, event: unknown): void;
|
|
3139
|
-
handleRemoveProjectedContent(): void;
|
|
3140
|
-
hasToast(): boolean;
|
|
3141
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbPortalComponent, never>;
|
|
3142
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbPortalComponent, "bmb-portal", never, {}, {}, never, never, true, never>;
|
|
3143
|
-
}
|
|
3144
|
-
|
|
3145
|
-
type BmbIframeReferrerPolicy = 'no-referrer' | 'origin' | 'same-origin' | 'strict-origin' | 'strict-origin-when-cross-origin' | 'unsafe-url';
|
|
3146
|
-
declare class BmbIframeComponent {
|
|
3147
|
-
height: _angular_core.InputSignal<string | number>;
|
|
3148
|
-
src: _angular_core.InputSignal<string>;
|
|
3149
|
-
width: _angular_core.InputSignal<string | number>;
|
|
3150
|
-
loading: _angular_core.InputSignal<"lazy" | "eager">;
|
|
3151
|
-
name: _angular_core.InputSignal<string>;
|
|
3152
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbIframeComponent, never>;
|
|
3153
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbIframeComponent, "bmb-iframe", never, { "height": { "alias": "height"; "required": false; "isSignal": true; }; "src": { "alias": "src"; "required": true; "isSignal": true; }; "width": { "alias": "width"; "required": false; "isSignal": true; }; "loading": { "alias": "loading"; "required": false; "isSignal": true; }; "name": { "alias": "name"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
3154
|
-
}
|
|
3155
|
-
|
|
3156
|
-
interface IBmbActionHeaderLinks {
|
|
3157
|
-
apple: IBmbLinkInfo;
|
|
3158
|
-
android: IBmbLinkInfo;
|
|
3159
|
-
twitter: IBmbLinkInfo;
|
|
3160
|
-
facebook: IBmbLinkInfo;
|
|
3161
|
-
instagram: IBmbLinkInfo;
|
|
3162
|
-
youtube: IBmbLinkInfo;
|
|
3163
|
-
}
|
|
3164
|
-
|
|
3165
|
-
declare class BmbLoginComponent {
|
|
3166
|
-
private userProfileService;
|
|
3167
|
-
headerLabel: _angular_core.InputSignal<string>;
|
|
3168
|
-
forgottenPasswordLabel: _angular_core.InputSignal<string>;
|
|
3169
|
-
forgottenPasswordLink: _angular_core.InputSignal<string>;
|
|
3170
|
-
forgottenPasswordTarget: _angular_core.InputSignal<IBmbTargetLink>;
|
|
3171
|
-
showRememberMeCheckbox: _angular_core.InputSignal<boolean>;
|
|
3172
|
-
rememberMeCheckboxLabel: _angular_core.InputSignal<string>;
|
|
3173
|
-
showLoginAsGuest: _angular_core.InputSignal<boolean>;
|
|
3174
|
-
loginAsGuestLabel: _angular_core.InputSignal<string>;
|
|
3175
|
-
loginAsGuestLink: _angular_core.InputSignal<string>;
|
|
3176
|
-
loginAsGuestTarget: _angular_core.InputSignal<IBmbTargetLink>;
|
|
3177
|
-
buttonLabel: _angular_core.InputSignal<string>;
|
|
3178
|
-
actionHeaderLinks: _angular_core.InputSignal<IBmbActionHeaderLinks | undefined>;
|
|
3179
|
-
actionHeaders: _angular_core.InputSignal<IBmbActionHeader[]>;
|
|
3180
|
-
onRequest: _angular_core.OutputEmitterRef<any>;
|
|
3181
|
-
onContinue: _angular_core.OutputEmitterRef<void>;
|
|
3182
|
-
onRememberMeChecked: _angular_core.OutputEmitterRef<any>;
|
|
3183
|
-
isEnabled: boolean;
|
|
3184
|
-
isLoading: boolean;
|
|
3185
|
-
userForm: FormGroup;
|
|
3186
|
-
constructor(userProfileService: BmbUserProfileService);
|
|
3187
|
-
handleFormGroup(event: FormGroup): void;
|
|
3188
|
-
handleContinue(): void;
|
|
3189
|
-
handleRememberMe(event: any): void;
|
|
3190
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbLoginComponent, never>;
|
|
3191
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbLoginComponent, "bmb-login", never, { "headerLabel": { "alias": "headerLabel"; "required": false; "isSignal": true; }; "forgottenPasswordLabel": { "alias": "forgottenPasswordLabel"; "required": false; "isSignal": true; }; "forgottenPasswordLink": { "alias": "forgottenPasswordLink"; "required": false; "isSignal": true; }; "forgottenPasswordTarget": { "alias": "forgottenPasswordTarget"; "required": false; "isSignal": true; }; "showRememberMeCheckbox": { "alias": "showRememberMeCheckbox"; "required": false; "isSignal": true; }; "rememberMeCheckboxLabel": { "alias": "rememberMeCheckboxLabel"; "required": false; "isSignal": true; }; "showLoginAsGuest": { "alias": "showLoginAsGuest"; "required": false; "isSignal": true; }; "loginAsGuestLabel": { "alias": "loginAsGuestLabel"; "required": false; "isSignal": true; }; "loginAsGuestLink": { "alias": "loginAsGuestLink"; "required": false; "isSignal": true; }; "loginAsGuestTarget": { "alias": "loginAsGuestTarget"; "required": false; "isSignal": true; }; "buttonLabel": { "alias": "buttonLabel"; "required": false; "isSignal": true; }; "actionHeaderLinks": { "alias": "actionHeaderLinks"; "required": false; "isSignal": true; }; "actionHeaders": { "alias": "actionHeaders"; "required": false; "isSignal": true; }; }, { "onRequest": "onRequest"; "onContinue": "onContinue"; "onRememberMeChecked": "onRememberMeChecked"; }, never, never, true, never>;
|
|
3192
|
-
}
|
|
3193
|
-
|
|
3194
|
-
declare class BmbUserProfileComponent {
|
|
3195
|
-
headerLabel: _angular_core.InputSignal<string>;
|
|
3196
|
-
anotherAccountLabel: _angular_core.InputSignal<string>;
|
|
3197
|
-
anotherAccountLink: _angular_core.InputSignal<string>;
|
|
3198
|
-
anotherAccountTarget: _angular_core.InputSignal<IBmbTargetLink>;
|
|
3199
|
-
buttonLabel: _angular_core.InputSignal<string>;
|
|
3200
|
-
userInfo: _angular_core.InputSignal<IBmbUserInfo>;
|
|
3201
|
-
actionHeaderLinks: _angular_core.InputSignal<IBmbActionHeaderLinks | undefined>;
|
|
3202
|
-
actionHeaders: _angular_core.InputSignal<IBmbActionHeader[]>;
|
|
3203
|
-
onRequest: _angular_core.OutputEmitterRef<any>;
|
|
3204
|
-
onContinue: _angular_core.OutputEmitterRef<void>;
|
|
3205
|
-
isLoading: boolean;
|
|
3206
|
-
handleContinue(): void;
|
|
3207
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbUserProfileComponent, never>;
|
|
3208
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbUserProfileComponent, "bmb-user-profile", never, { "headerLabel": { "alias": "headerLabel"; "required": false; "isSignal": true; }; "anotherAccountLabel": { "alias": "anotherAccountLabel"; "required": false; "isSignal": true; }; "anotherAccountLink": { "alias": "anotherAccountLink"; "required": false; "isSignal": true; }; "anotherAccountTarget": { "alias": "anotherAccountTarget"; "required": false; "isSignal": true; }; "buttonLabel": { "alias": "buttonLabel"; "required": false; "isSignal": true; }; "userInfo": { "alias": "userInfo"; "required": true; "isSignal": true; }; "actionHeaderLinks": { "alias": "actionHeaderLinks"; "required": false; "isSignal": true; }; "actionHeaders": { "alias": "actionHeaders"; "required": false; "isSignal": true; }; }, { "onRequest": "onRequest"; "onContinue": "onContinue"; }, never, never, true, never>;
|
|
3209
|
-
}
|
|
3210
|
-
|
|
3211
|
-
declare class BmbAcademicProgressComponent implements OnInit, OnChanges {
|
|
3212
|
-
accredited: _angular_core.InputSignal<IBmbNameValuePair>;
|
|
3213
|
-
average: _angular_core.InputSignal<IBmbNameValuePair>;
|
|
3214
|
-
summary: _angular_core.InputSignal<IBmbNameValuePair>;
|
|
3215
|
-
metrics: _angular_core.WritableSignal<{
|
|
3216
|
-
name: string;
|
|
3217
|
-
value: number;
|
|
3218
|
-
}[]>;
|
|
3219
|
-
ngOnInit(): void;
|
|
3220
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
3221
|
-
updateMetrics(newMetrics: {
|
|
3222
|
-
name: string;
|
|
3223
|
-
value: number;
|
|
3224
|
-
}[]): void;
|
|
3225
|
-
shouldShowMetric(metric: IBmbNameValuePair): boolean;
|
|
3226
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbAcademicProgressComponent, never>;
|
|
3227
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbAcademicProgressComponent, "bmb-academic-progress", never, { "accredited": { "alias": "accredited"; "required": true; "isSignal": true; }; "average": { "alias": "average"; "required": true; "isSignal": true; }; "summary": { "alias": "summary"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
3228
|
-
}
|
|
3229
|
-
|
|
3230
|
-
type BorderType = 'rounded' | 'flush';
|
|
3231
|
-
|
|
3232
|
-
interface IBmbListGroupServiceConfig {
|
|
3233
|
-
isMultipleSelection: boolean;
|
|
3234
|
-
showControls: boolean;
|
|
3235
|
-
}
|
|
3236
|
-
declare class BmbListGroupStatusService {
|
|
3237
|
-
readonly listGroupStatus: _angular_core.WritableSignal<string[]>;
|
|
3238
|
-
readonly listGroupConfiguration: _angular_core.WritableSignal<IBmbListGroupServiceConfig>;
|
|
3239
|
-
listGroupId: string;
|
|
3240
|
-
getListGroupStatus(): string[];
|
|
3241
|
-
updateListGroupStatus(id: string): void;
|
|
3242
|
-
setListGroupConfiguration(config: IBmbListGroupServiceConfig): void;
|
|
3243
|
-
setListGroupId(id: string): void;
|
|
3244
|
-
getListGroupConfiguration(): IBmbListGroupServiceConfig;
|
|
3245
|
-
getListGroupId(): string;
|
|
3246
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbListGroupStatusService, never>;
|
|
3247
|
-
static ɵprov: _angular_core.ɵɵInjectableDeclaration<BmbListGroupStatusService>;
|
|
3248
|
-
}
|
|
3249
|
-
|
|
3250
|
-
declare class BmbListGroupComponent {
|
|
3251
|
-
private bmbListGroupStatusService;
|
|
3252
|
-
borderRadius: _angular_core.InputSignal<SizeNames | SizeNames[]>;
|
|
3253
|
-
borderType: _angular_core.InputSignal<BorderType>;
|
|
3254
|
-
margin: _angular_core.InputSignal<SizeNames>;
|
|
3255
|
-
padding: _angular_core.InputSignal<SizeNames | SizeNames[]>;
|
|
3256
|
-
isMultipleSelection: _angular_core.InputSignal<boolean>;
|
|
3257
|
-
isRowView: _angular_core.InputSignal<boolean>;
|
|
3258
|
-
showControls: _angular_core.InputSignal<boolean>;
|
|
3259
|
-
listGroupId: _angular_core.InputSignal<string>;
|
|
3260
|
-
selectionChange: _angular_core.OutputEmitterRef<string[]>;
|
|
3261
|
-
constructor(bmbListGroupStatusService: BmbListGroupStatusService);
|
|
3262
|
-
ngOnInit(): void;
|
|
3263
|
-
getVarStyles(size: SizeNames | SizeNames[]): string;
|
|
3264
|
-
getClassNames(): string[];
|
|
3265
|
-
getStyles(): {
|
|
3266
|
-
'--bmb-list-group-item-radius': string;
|
|
3267
|
-
'--bmb-list-group-item-padding': string;
|
|
3268
|
-
gap: string;
|
|
3269
|
-
};
|
|
3270
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbListGroupComponent, never>;
|
|
3271
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbListGroupComponent, "bmb-list-group", never, { "borderRadius": { "alias": "borderRadius"; "required": false; "isSignal": true; }; "borderType": { "alias": "borderType"; "required": false; "isSignal": true; }; "margin": { "alias": "margin"; "required": false; "isSignal": true; }; "padding": { "alias": "padding"; "required": false; "isSignal": true; }; "isMultipleSelection": { "alias": "isMultipleSelection"; "required": false; "isSignal": true; }; "isRowView": { "alias": "isRowView"; "required": false; "isSignal": true; }; "showControls": { "alias": "showControls"; "required": false; "isSignal": true; }; "listGroupId": { "alias": "listGroupId"; "required": false; "isSignal": true; }; }, { "selectionChange": "selectionChange"; }, never, ["*"], true, never>;
|
|
3272
|
-
}
|
|
3273
|
-
|
|
3274
|
-
declare class BmbListGroupItemComponent {
|
|
3275
|
-
private bmbListGroupStatusService;
|
|
3276
|
-
appearanceContrast: _angular_core.InputSignal<IBmbContrast>;
|
|
3277
|
-
id: _angular_core.InputSignal<string>;
|
|
3278
|
-
isDisabled: _angular_core.InputSignal<boolean>;
|
|
3279
|
-
isActive: _angular_core.InputSignal<boolean>;
|
|
3280
|
-
personalizedTemplate: _angular_core.InputSignal<boolean>;
|
|
3281
|
-
headerText: _angular_core.InputSignal<string>;
|
|
3282
|
-
descriptionText: _angular_core.InputSignal<string>;
|
|
3283
|
-
infoText: _angular_core.InputSignal<string>;
|
|
3284
|
-
icon: _angular_core.InputSignal<string>;
|
|
3285
|
-
imgSrc: _angular_core.InputSignal<string>;
|
|
3286
|
-
tooltipTitle: _angular_core.InputSignal<string>;
|
|
3287
|
-
tooltipText: _angular_core.InputSignal<string>;
|
|
3288
|
-
badgeAppearance: _angular_core.InputSignal<IBbmBgAppearance>;
|
|
3289
|
-
badgeText: _angular_core.InputSignal<string>;
|
|
3290
|
-
inputRadioName: string;
|
|
3291
|
-
defaultWidthImage: string;
|
|
3292
|
-
constructor(bmbListGroupStatusService: BmbListGroupStatusService);
|
|
3293
|
-
ngOnInit(): void;
|
|
3294
|
-
handleSelection(): void;
|
|
3295
|
-
getClasses(): string[];
|
|
3296
|
-
getConfig(): IBmbListGroupServiceConfig;
|
|
3297
|
-
getSelectionLength(): number;
|
|
3298
|
-
showControls(): boolean;
|
|
3299
|
-
handleItemSelection(): void;
|
|
3300
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbListGroupItemComponent, never>;
|
|
3301
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbListGroupItemComponent, "bmb-list-group-item", never, { "appearanceContrast": { "alias": "appearanceContrast"; "required": false; "isSignal": true; }; "id": { "alias": "id"; "required": true; "isSignal": true; }; "isDisabled": { "alias": "isDisabled"; "required": false; "isSignal": true; }; "isActive": { "alias": "isActive"; "required": false; "isSignal": true; }; "personalizedTemplate": { "alias": "personalizedTemplate"; "required": false; "isSignal": true; }; "headerText": { "alias": "headerText"; "required": false; "isSignal": true; }; "descriptionText": { "alias": "descriptionText"; "required": false; "isSignal": true; }; "infoText": { "alias": "infoText"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "imgSrc": { "alias": "imgSrc"; "required": false; "isSignal": true; }; "tooltipTitle": { "alias": "tooltipTitle"; "required": false; "isSignal": true; }; "tooltipText": { "alias": "tooltipText"; "required": false; "isSignal": true; }; "badgeAppearance": { "alias": "badgeAppearance"; "required": false; "isSignal": true; }; "badgeText": { "alias": "badgeText"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
3302
|
-
}
|
|
3303
|
-
|
|
3304
|
-
declare class BmbSimpleHeaderComponent {
|
|
3305
|
-
title: _angular_core.InputSignal<string>;
|
|
3306
|
-
icon: _angular_core.InputSignal<string>;
|
|
3307
|
-
iconAlternativeColor: _angular_core.InputSignal<boolean>;
|
|
3308
|
-
onIconClick: _angular_core.OutputEmitterRef<any>;
|
|
3309
|
-
handleClick(event: any): void;
|
|
3310
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbSimpleHeaderComponent, never>;
|
|
3311
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbSimpleHeaderComponent, "bmb-simple-header", never, { "title": { "alias": "title"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "iconAlternativeColor": { "alias": "iconAlternativeColor"; "required": false; "isSignal": true; }; }, { "onIconClick": "onIconClick"; }, never, never, true, never>;
|
|
3312
|
-
}
|
|
3313
|
-
|
|
3314
|
-
declare class BmbDrawerOverlayComponent {
|
|
3315
|
-
menu: _angular_core.InputSignal<any>;
|
|
3316
|
-
title: _angular_core.InputSignal<string>;
|
|
3317
|
-
dataSearch: _angular_core.InputSignal<string[]>;
|
|
3318
|
-
tabs: _angular_core.InputSignal<IBmbTab[]>;
|
|
3319
|
-
appServices: _angular_core.InputSignal<{
|
|
3320
|
-
[key: number]: IBmbApp[];
|
|
3321
|
-
}>;
|
|
3322
|
-
onValueChange: _angular_core.OutputEmitterRef<string>;
|
|
3323
|
-
buttonClick: _angular_core.OutputEmitterRef<MouseEvent>;
|
|
3324
|
-
isOpen: boolean;
|
|
3325
|
-
isFull: boolean;
|
|
3326
|
-
activeNavItemIndex: number;
|
|
3327
|
-
toggleDrawer(): void;
|
|
3328
|
-
closeDrawer(_: MouseEvent | KeyboardEvent): void;
|
|
3329
|
-
onEsc(): void;
|
|
3330
|
-
toggleFullDrawer(event: MouseEvent, item?: any): void;
|
|
3331
|
-
selectNavItem(index: number): void;
|
|
3332
|
-
handleValueChange(event: string): void;
|
|
3333
|
-
get appsActive(): IBmbApp[];
|
|
3334
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbDrawerOverlayComponent, never>;
|
|
3335
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbDrawerOverlayComponent, "bmb-drawer-overlay", never, { "menu": { "alias": "menu"; "required": false; "isSignal": true; }; "title": { "alias": "title"; "required": false; "isSignal": true; }; "dataSearch": { "alias": "dataSearch"; "required": false; "isSignal": true; }; "tabs": { "alias": "tabs"; "required": false; "isSignal": true; }; "appServices": { "alias": "appServices"; "required": false; "isSignal": true; }; }, { "onValueChange": "onValueChange"; "buttonClick": "buttonClick"; }, never, never, true, never>;
|
|
3336
|
-
}
|
|
3337
|
-
|
|
3338
|
-
declare class BmbMitecLogoAnimationComponent {
|
|
3339
|
-
label: _angular_core.InputSignal<string>;
|
|
3340
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbMitecLogoAnimationComponent, never>;
|
|
3341
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbMitecLogoAnimationComponent, "bmb-mitec-logo-animation", never, { "label": { "alias": "label"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
3342
|
-
}
|
|
3343
|
-
|
|
3344
|
-
declare class BmbProfileComponent implements OnInit {
|
|
3345
|
-
userData: _angular_core.InputSignal<IBmbProfileData | undefined>;
|
|
3346
|
-
isStandAlone: _angular_core.InputSignal<boolean>;
|
|
3347
|
-
standAloneData: _angular_core.InputSignal<IBmbUserData | undefined>;
|
|
3348
|
-
isStudent: _angular_core.InputSignal<boolean>;
|
|
3349
|
-
studentData: _angular_core.InputSignal<IBmbStudentProfileData | undefined>;
|
|
3350
|
-
collaboratorData: _angular_core.InputSignal<IBmbCollaboratorProfileData | undefined>;
|
|
3351
|
-
isMobile: _angular_core.InputSignal<boolean>;
|
|
3352
|
-
idDigitalLink: _angular_core.InputSignal<string>;
|
|
3353
|
-
campusAcessLink: _angular_core.InputSignal<string>;
|
|
3354
|
-
tecServicesLink: _angular_core.InputSignal<string>;
|
|
3355
|
-
targetLinks: _angular_core.InputSignal<IBmbTargetLink>;
|
|
3356
|
-
versionLabel: _angular_core.InputSignal<string>;
|
|
3357
|
-
enableLangChange: _angular_core.InputSignal<boolean>;
|
|
3358
|
-
handleCloseSession: _angular_core.OutputEmitterRef<void>;
|
|
3359
|
-
handleCloseProfile: _angular_core.OutputEmitterRef<void>;
|
|
3360
|
-
handleCollaboratorClick: _angular_core.OutputEmitterRef<IBmbUserData>;
|
|
3361
|
-
handleLangChange: _angular_core.ModelSignal<string | undefined>;
|
|
3362
|
-
_studentData: IBmbStudentProfileData;
|
|
3363
|
-
langFormControl: FormControl<string | null>;
|
|
3364
|
-
ngOnInit(): void;
|
|
3365
|
-
throwErrors(inputs: string[], profileName: string, condition: string): void;
|
|
3366
|
-
getUserData(): IBmbUserData;
|
|
3367
|
-
closeSession(): void;
|
|
3368
|
-
closeProfile(): void;
|
|
3369
|
-
handleButtonClick(data: IBmbUserData | undefined): void;
|
|
3370
|
-
handleRadial(newValue: string): void;
|
|
3371
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbProfileComponent, never>;
|
|
3372
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbProfileComponent, "bmb-profile", never, { "userData": { "alias": "userData"; "required": false; "isSignal": true; }; "isStandAlone": { "alias": "isStandAlone"; "required": false; "isSignal": true; }; "standAloneData": { "alias": "standAloneData"; "required": false; "isSignal": true; }; "isStudent": { "alias": "isStudent"; "required": false; "isSignal": true; }; "studentData": { "alias": "studentData"; "required": false; "isSignal": true; }; "collaboratorData": { "alias": "collaboratorData"; "required": false; "isSignal": true; }; "isMobile": { "alias": "isMobile"; "required": false; "isSignal": true; }; "idDigitalLink": { "alias": "idDigitalLink"; "required": false; "isSignal": true; }; "campusAcessLink": { "alias": "campusAcessLink"; "required": false; "isSignal": true; }; "tecServicesLink": { "alias": "tecServicesLink"; "required": false; "isSignal": true; }; "targetLinks": { "alias": "targetLinks"; "required": false; "isSignal": true; }; "versionLabel": { "alias": "versionLabel"; "required": false; "isSignal": true; }; "enableLangChange": { "alias": "enableLangChange"; "required": false; "isSignal": true; }; "handleLangChange": { "alias": "handleLangChange"; "required": false; "isSignal": true; }; }, { "handleCloseSession": "handleCloseSession"; "handleCloseProfile": "handleCloseProfile"; "handleCollaboratorClick": "handleCollaboratorClick"; "handleLangChange": "handleLangChangeChange"; }, never, never, true, never>;
|
|
3373
|
-
}
|
|
3374
|
-
|
|
3375
|
-
declare class BmbBookmarkComponent {
|
|
3376
|
-
isActive: _angular_core.ModelSignal<boolean>;
|
|
3377
|
-
handleClick(event: any): void;
|
|
3378
|
-
getClassList(): string[];
|
|
3379
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbBookmarkComponent, never>;
|
|
3380
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbBookmarkComponent, "bmb-bookmark", never, { "isActive": { "alias": "isActive"; "required": false; "isSignal": true; }; }, { "isActive": "isActiveChange"; }, never, never, true, never>;
|
|
3381
|
-
}
|
|
3382
|
-
|
|
3383
|
-
declare class BmbTextEditorComponent {
|
|
3384
|
-
private sanitizer;
|
|
3385
|
-
control: _angular_core.InputSignal<FormControl<any>>;
|
|
3386
|
-
editor: ElementRef<HTMLDivElement>;
|
|
3387
|
-
htmlContent: string;
|
|
3388
|
-
sanitizedContent: SafeHtml;
|
|
3389
|
-
currentAlignment: string;
|
|
3390
|
-
showTableDialog: boolean;
|
|
3391
|
-
tableRows: number;
|
|
3392
|
-
tableColumns: number;
|
|
3393
|
-
detectAlignment(): void;
|
|
3394
|
-
applyAlignment(alignment: string): void;
|
|
3395
|
-
constructor(sanitizer: DomSanitizer);
|
|
3396
|
-
ngAfterViewInit(): void;
|
|
3397
|
-
handleChange(event: Event, type: string): void;
|
|
3398
|
-
execCommand(command: string, value?: string | null): void;
|
|
3399
|
-
insertLink(): void;
|
|
3400
|
-
updateContent(): void;
|
|
3401
|
-
clearFormatting(): void;
|
|
3402
|
-
getCurrentState(): any;
|
|
3403
|
-
insertImage(): void;
|
|
3404
|
-
isValidImageUrl(url: string): boolean;
|
|
3405
|
-
openTableDialog(): void;
|
|
3406
|
-
closeTableDialog(): void;
|
|
3407
|
-
insertTable(): void;
|
|
3408
|
-
generateTableHtml(rows: number, columns: number): string;
|
|
3409
|
-
insertHtml(html: string): void;
|
|
3410
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbTextEditorComponent, never>;
|
|
3411
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbTextEditorComponent, "bmb-text-editor", never, { "control": { "alias": "control"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
3412
|
-
}
|
|
3413
|
-
|
|
3414
|
-
interface IBmbServerTableColumn {
|
|
3415
|
-
key: string;
|
|
3416
|
-
label: string;
|
|
3417
|
-
}
|
|
3418
|
-
declare class BmbServerTableComponent implements OnChanges {
|
|
3419
|
-
columns: IBmbServerTableColumn[];
|
|
3420
|
-
data: any[];
|
|
3421
|
-
totalRecords: number;
|
|
3422
|
-
pageSize: number;
|
|
3423
|
-
pageSizeOptions: number[];
|
|
3424
|
-
loading: boolean;
|
|
3425
|
-
pageChange: EventEmitter<number>;
|
|
3426
|
-
dataChange: EventEmitter<any[]>;
|
|
3427
|
-
onClickRow: EventEmitter<any>;
|
|
3428
|
-
displayedColumns: string[];
|
|
3429
|
-
selectedRow: any;
|
|
3430
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
3431
|
-
validateColumns(): void;
|
|
3432
|
-
onPageChange(event: any): void;
|
|
3433
|
-
onRowClick(row: any): void;
|
|
3434
|
-
isSelected(row: any): boolean;
|
|
3435
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbServerTableComponent, never>;
|
|
3436
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbServerTableComponent, "bmb-server-table", never, { "columns": { "alias": "columns"; "required": false; }; "data": { "alias": "data"; "required": false; }; "totalRecords": { "alias": "totalRecords"; "required": false; }; "pageSize": { "alias": "pageSize"; "required": false; }; "pageSizeOptions": { "alias": "pageSizeOptions"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; }, { "pageChange": "pageChange"; "dataChange": "dataChange"; "onClickRow": "onClickRow"; }, never, never, true, never>;
|
|
3437
|
-
}
|
|
3438
|
-
|
|
3439
|
-
interface IBmbListItemsElement {
|
|
3440
|
-
title: string;
|
|
3441
|
-
date: string;
|
|
3442
|
-
disabled?: boolean;
|
|
3443
|
-
icon?: string;
|
|
3444
|
-
formattedDate?: DateTime;
|
|
3445
|
-
}
|
|
3446
|
-
interface IBmbListItemsElementGroupedByDate {
|
|
3447
|
-
recent: IBmbListItemsElement[];
|
|
3448
|
-
lastWeek: IBmbListItemsElement[];
|
|
3449
|
-
lastMonth: IBmbListItemsElement[];
|
|
3450
|
-
rest: IBmbListItemsElement[];
|
|
3451
|
-
}
|
|
3452
|
-
declare class BmbListItemsComponent implements OnInit {
|
|
3453
|
-
title: _angular_core.InputSignal<string>;
|
|
3454
|
-
addButtonIcon: _angular_core.InputSignal<string>;
|
|
3455
|
-
showAddButton: _angular_core.InputSignal<boolean>;
|
|
3456
|
-
items: _angular_core.InputSignal<IBmbListItemsElement[]>;
|
|
3457
|
-
dateFormat: _angular_core.InputSignal<string>;
|
|
3458
|
-
addButtonAction: _angular_core.OutputEmitterRef<MouseEvent>;
|
|
3459
|
-
itemsGropedByDate: IBmbListItemsElementGroupedByDate;
|
|
3460
|
-
isNewEnable: boolean;
|
|
3461
|
-
ngOnInit(): void;
|
|
3462
|
-
handleAddButtonClick(event: MouseEvent): void;
|
|
3463
|
-
orderEventsByDate(): string;
|
|
3464
|
-
getFormattedDate(date: DateTime): string;
|
|
3465
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbListItemsComponent, never>;
|
|
3466
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbListItemsComponent, "bmb-list-items", never, { "title": { "alias": "title"; "required": false; "isSignal": true; }; "addButtonIcon": { "alias": "addButtonIcon"; "required": false; "isSignal": true; }; "showAddButton": { "alias": "showAddButton"; "required": false; "isSignal": true; }; "items": { "alias": "items"; "required": false; "isSignal": true; }; "dateFormat": { "alias": "dateFormat"; "required": false; "isSignal": true; }; }, { "addButtonAction": "addButtonAction"; }, never, never, true, never>;
|
|
3467
|
-
}
|
|
3468
|
-
|
|
3469
|
-
declare class BmbImageComponent {
|
|
3470
|
-
src: _angular_core.InputSignal<string>;
|
|
3471
|
-
mobileSrc: _angular_core.InputSignal<string | undefined>;
|
|
3472
|
-
alt: _angular_core.InputSignal<string>;
|
|
3473
|
-
width: _angular_core.InputSignal<string>;
|
|
3474
|
-
ratio: _angular_core.InputSignal<string | undefined>;
|
|
3475
|
-
borderRadius: _angular_core.InputSignal<SizeNames>;
|
|
3476
|
-
loading: _angular_core.InputSignal<IBmbMediaCardLoading>;
|
|
3477
|
-
enableZoom: _angular_core.InputSignal<boolean>;
|
|
3478
|
-
isBlurredBackdrop: _angular_core.InputSignal<boolean>;
|
|
3479
|
-
encodedURL: _angular_core.Signal<string>;
|
|
3480
|
-
encodedMobileURL: _angular_core.Signal<string>;
|
|
3481
|
-
getClasses(): string[];
|
|
3482
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbImageComponent, never>;
|
|
3483
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbImageComponent, "bmb-image", never, { "src": { "alias": "src"; "required": false; "isSignal": true; }; "mobileSrc": { "alias": "mobileSrc"; "required": false; "isSignal": true; }; "alt": { "alias": "alt"; "required": false; "isSignal": true; }; "width": { "alias": "width"; "required": false; "isSignal": true; }; "ratio": { "alias": "ratio"; "required": false; "isSignal": true; }; "borderRadius": { "alias": "borderRadius"; "required": false; "isSignal": true; }; "loading": { "alias": "loading"; "required": false; "isSignal": true; }; "enableZoom": { "alias": "enableZoom"; "required": false; "isSignal": true; }; "isBlurredBackdrop": { "alias": "isBlurredBackdrop"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
3484
|
-
}
|
|
3485
|
-
|
|
3486
|
-
type IBmbStatusAppearance = 'success' | 'event' | 'warning' | 'error';
|
|
3487
|
-
declare class BmbIconStatusComponent {
|
|
3488
|
-
icon: _angular_core.InputSignal<string>;
|
|
3489
|
-
statusAppearance: _angular_core.InputSignal<IBmbStatusAppearance | undefined>;
|
|
3490
|
-
getIconSize(): number;
|
|
3491
|
-
getClassName(baseClassName: string, className: string): string;
|
|
3492
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbIconStatusComponent, never>;
|
|
3493
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbIconStatusComponent, "bmb-icon-status", never, { "icon": { "alias": "icon"; "required": true; "isSignal": true; }; "statusAppearance": { "alias": "statusAppearance"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
3494
|
-
}
|
|
3495
|
-
|
|
3496
|
-
declare class BmbChatBubblesComponent {
|
|
3497
|
-
iconBot: _angular_core.InputSignal<string>;
|
|
3498
|
-
message: _angular_core.InputSignal<IBmbChatMessage>;
|
|
3499
|
-
gptBot: _angular_core.InputSignal<boolean>;
|
|
3500
|
-
gptIcons: _angular_core.InputSignal<boolean>;
|
|
3501
|
-
isThinking: _angular_core.InputSignal<boolean>;
|
|
3502
|
-
iconBotDefault: _angular_core.Signal<string>;
|
|
3503
|
-
gptActiveIcons: _angular_core.InputSignal<IBmbChatGptIcons>;
|
|
3504
|
-
onRepeatRequest: _angular_core.OutputEmitterRef<MouseEvent>;
|
|
3505
|
-
onVoice: _angular_core.OutputEmitterRef<MouseEvent>;
|
|
3506
|
-
onCopy: _angular_core.OutputEmitterRef<MouseEvent>;
|
|
3507
|
-
onLike: _angular_core.OutputEmitterRef<MouseEvent>;
|
|
3508
|
-
onDislike: _angular_core.OutputEmitterRef<MouseEvent>;
|
|
3509
|
-
handleRepeat(event: MouseEvent): void;
|
|
3510
|
-
handleVoice(event: MouseEvent): void;
|
|
3511
|
-
handleCopyContent(event: MouseEvent): void;
|
|
3512
|
-
handleLike(event: MouseEvent): void;
|
|
3513
|
-
handleDislike(event: MouseEvent): void;
|
|
3514
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbChatBubblesComponent, never>;
|
|
3515
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbChatBubblesComponent, "bmb-chat-bubble", never, { "iconBot": { "alias": "iconBot"; "required": false; "isSignal": true; }; "message": { "alias": "message"; "required": true; "isSignal": true; }; "gptBot": { "alias": "gptBot"; "required": false; "isSignal": true; }; "gptIcons": { "alias": "gptIcons"; "required": false; "isSignal": true; }; "isThinking": { "alias": "isThinking"; "required": false; "isSignal": true; }; "gptActiveIcons": { "alias": "gptActiveIcons"; "required": false; "isSignal": true; }; }, { "onRepeatRequest": "onRepeatRequest"; "onVoice": "onVoice"; "onCopy": "onCopy"; "onLike": "onLike"; "onDislike": "onDislike"; }, never, never, true, never>;
|
|
3516
|
-
}
|
|
3517
|
-
|
|
3518
|
-
declare class BmbDigitalIdComponent {
|
|
3519
|
-
name: _angular_core.InputSignal<string>;
|
|
3520
|
-
surname: _angular_core.InputSignal<string>;
|
|
3521
|
-
registration: _angular_core.InputSignal<string>;
|
|
3522
|
-
campus: _angular_core.InputSignal<string>;
|
|
3523
|
-
career: _angular_core.InputSignal<string>;
|
|
3524
|
-
role: _angular_core.InputSignal<string>;
|
|
3525
|
-
textButton: _angular_core.InputSignal<string | undefined>;
|
|
3526
|
-
icon: _angular_core.InputSignal<string>;
|
|
3527
|
-
imgProfile: _angular_core.InputSignal<string>;
|
|
3528
|
-
imgBackground: _angular_core.InputSignal<string>;
|
|
3529
|
-
hideButton: _angular_core.InputSignal<boolean>;
|
|
3530
|
-
secondaryTextButton: _angular_core.InputSignal<string>;
|
|
3531
|
-
secondaryIconButton: _angular_core.InputSignal<string>;
|
|
3532
|
-
logoSrc: string;
|
|
3533
|
-
close: _angular_core.OutputEmitterRef<MouseEvent>;
|
|
3534
|
-
access: _angular_core.OutputEmitterRef<MouseEvent>;
|
|
3535
|
-
onSecondaryClick: _angular_core.OutputEmitterRef<MouseEvent>;
|
|
3536
|
-
handleSecondaryClick(event: MouseEvent): void;
|
|
3537
|
-
closeDigitalId(event?: MouseEvent): void;
|
|
3538
|
-
clickAccess(event?: MouseEvent): void;
|
|
3539
|
-
getFullName(): string;
|
|
3540
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbDigitalIdComponent, never>;
|
|
3541
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbDigitalIdComponent, "bmb-digital-id", never, { "name": { "alias": "name"; "required": true; "isSignal": true; }; "surname": { "alias": "surname"; "required": true; "isSignal": true; }; "registration": { "alias": "registration"; "required": true; "isSignal": true; }; "campus": { "alias": "campus"; "required": true; "isSignal": true; }; "career": { "alias": "career"; "required": true; "isSignal": true; }; "role": { "alias": "role"; "required": true; "isSignal": true; }; "textButton": { "alias": "textButton"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "imgProfile": { "alias": "imgProfile"; "required": true; "isSignal": true; }; "imgBackground": { "alias": "imgBackground"; "required": true; "isSignal": true; }; "hideButton": { "alias": "hideButton"; "required": false; "isSignal": true; }; "secondaryTextButton": { "alias": "secondaryTextButton"; "required": false; "isSignal": true; }; "secondaryIconButton": { "alias": "secondaryIconButton"; "required": false; "isSignal": true; }; }, { "close": "close"; "access": "access"; "onSecondaryClick": "onSecondaryClick"; }, never, never, true, never>;
|
|
3542
|
-
}
|
|
3543
|
-
|
|
3544
|
-
declare class BmbSoundsCardComponent implements AfterViewInit {
|
|
3545
|
-
title: _angular_core.InputSignal<string>;
|
|
3546
|
-
subtitle: _angular_core.InputSignal<string>;
|
|
3547
|
-
width: _angular_core.InputSignal<string>;
|
|
3548
|
-
ratio: _angular_core.InputSignal<string>;
|
|
3549
|
-
handlevolume: _angular_core.OutputEmitterRef<number>;
|
|
3550
|
-
handlePlay: _angular_core.OutputEmitterRef<boolean>;
|
|
3551
|
-
handleMute: _angular_core.OutputEmitterRef<boolean>;
|
|
3552
|
-
isPlaying: boolean;
|
|
3553
|
-
isMuted: boolean;
|
|
3554
|
-
internalVolume: number;
|
|
3555
|
-
saveVolume: number;
|
|
3556
|
-
trackInput: HTMLInputElement | null;
|
|
3557
|
-
percentage: number;
|
|
3558
|
-
rangeVolume?: ElementRef<any>;
|
|
3559
|
-
ngAfterViewInit(): void;
|
|
3560
|
-
onVolumeChange(event: Event): void;
|
|
3561
|
-
handlePlayPause(): void;
|
|
3562
|
-
handleMuteVolume(): void;
|
|
3563
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbSoundsCardComponent, never>;
|
|
3564
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbSoundsCardComponent, "bmb-sounds-card", never, { "title": { "alias": "title"; "required": false; "isSignal": true; }; "subtitle": { "alias": "subtitle"; "required": false; "isSignal": true; }; "width": { "alias": "width"; "required": false; "isSignal": true; }; "ratio": { "alias": "ratio"; "required": false; "isSignal": true; }; }, { "handlevolume": "handlevolume"; "handlePlay": "handlePlay"; "handleMute": "handleMute"; }, never, never, true, never>;
|
|
3565
|
-
}
|
|
3566
|
-
|
|
3567
|
-
declare class BmbChevronTitleSelectorComponent {
|
|
3568
|
-
title: _angular_core.InputSignal<string>;
|
|
3569
|
-
subtitle: _angular_core.InputSignal<string | undefined>;
|
|
3570
|
-
isIconSubtitle: _angular_core.InputSignal<boolean | undefined>;
|
|
3571
|
-
iconSubtitle: _angular_core.InputSignal<string>;
|
|
3572
|
-
leadingIcon: _angular_core.InputSignal<string>;
|
|
3573
|
-
trailingIcon: _angular_core.InputSignal<string>;
|
|
3574
|
-
isDisabledLeadingIcon: _angular_core.InputSignal<boolean>;
|
|
3575
|
-
isDisabledTrailingIcon: _angular_core.InputSignal<boolean>;
|
|
3576
|
-
onLeadingClick: _angular_core.OutputEmitterRef<void>;
|
|
3577
|
-
onTrailingClick: _angular_core.OutputEmitterRef<void>;
|
|
3578
|
-
handleLeadingClick(event: any): void;
|
|
3579
|
-
handleTrailingClick(event: any): void;
|
|
3580
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbChevronTitleSelectorComponent, never>;
|
|
3581
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbChevronTitleSelectorComponent, "bmb-chevron-title-selector", never, { "title": { "alias": "title"; "required": true; "isSignal": true; }; "subtitle": { "alias": "subtitle"; "required": false; "isSignal": true; }; "isIconSubtitle": { "alias": "isIconSubtitle"; "required": false; "isSignal": true; }; "iconSubtitle": { "alias": "iconSubtitle"; "required": false; "isSignal": true; }; "leadingIcon": { "alias": "leadingIcon"; "required": false; "isSignal": true; }; "trailingIcon": { "alias": "trailingIcon"; "required": false; "isSignal": true; }; "isDisabledLeadingIcon": { "alias": "isDisabledLeadingIcon"; "required": false; "isSignal": true; }; "isDisabledTrailingIcon": { "alias": "isDisabledTrailingIcon"; "required": false; "isSignal": true; }; }, { "onLeadingClick": "onLeadingClick"; "onTrailingClick": "onTrailingClick"; }, never, never, true, never>;
|
|
3582
|
-
}
|
|
3583
|
-
|
|
3584
|
-
declare class BmbOverlayComponent {
|
|
3585
|
-
active: _angular_core.InputSignal<boolean>;
|
|
3586
|
-
onClick: _angular_core.OutputEmitterRef<string>;
|
|
3587
|
-
uid: _angular_core.InputSignal<string>;
|
|
3588
|
-
handleClick(): void;
|
|
3589
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbOverlayComponent, never>;
|
|
3590
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbOverlayComponent, "bmb-overlay", never, { "active": { "alias": "active"; "required": false; "isSignal": true; }; "uid": { "alias": "uid"; "required": false; "isSignal": true; }; }, { "onClick": "onClick"; }, never, never, true, never>;
|
|
3591
|
-
}
|
|
3592
|
-
|
|
3593
|
-
declare class BmbIconItemComponent {
|
|
3594
|
-
private sanitizer;
|
|
3595
|
-
icon: _angular_core.InputSignal<string>;
|
|
3596
|
-
iconSize: _angular_core.InputSignal<number>;
|
|
3597
|
-
label: _angular_core.InputSignal<string>;
|
|
3598
|
-
value: _angular_core.InputSignal<string>;
|
|
3599
|
-
constructor(sanitizer: DomSanitizer);
|
|
3600
|
-
get safeValue(): SafeHtml;
|
|
3601
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbIconItemComponent, never>;
|
|
3602
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbIconItemComponent, "bmb-icon-item", never, { "icon": { "alias": "icon"; "required": true; "isSignal": true; }; "iconSize": { "alias": "iconSize"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": true; "isSignal": true; }; "value": { "alias": "value"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
3603
|
-
}
|
|
3604
|
-
|
|
3605
|
-
declare class BmbCarouselComponent implements AfterContentInit {
|
|
3606
|
-
private cdr;
|
|
3607
|
-
contentChildren: QueryList<ElementRef>;
|
|
3608
|
-
numberOfElements: number[];
|
|
3609
|
-
selectedIndex: number;
|
|
3610
|
-
private touchStartX;
|
|
3611
|
-
private touchEndX;
|
|
3612
|
-
private swipeThreshold;
|
|
3613
|
-
constructor(cdr: ChangeDetectorRef);
|
|
3614
|
-
ngAfterContentInit(): void;
|
|
3615
|
-
selectItem(index: number): void;
|
|
3616
|
-
setClassActive(newIndex: number, oldIndex?: number): void;
|
|
3617
|
-
onTouchStart(event: TouchEvent): void;
|
|
3618
|
-
onTouchMove(event: TouchEvent): void;
|
|
3619
|
-
onTouchEnd(): void;
|
|
3620
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbCarouselComponent, never>;
|
|
3621
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbCarouselComponent, "bmb-carousel", never, {}, {}, ["contentChildren"], ["*"], true, never>;
|
|
3622
|
-
}
|
|
3623
|
-
|
|
3624
|
-
declare class BmbActionMenuComponent implements AfterContentInit {
|
|
3625
|
-
title: _angular_core.InputSignal<string>;
|
|
3626
|
-
subtitle: _angular_core.InputSignal<string | undefined>;
|
|
3627
|
-
icon: _angular_core.InputSignal<string>;
|
|
3628
|
-
iconSize: _angular_core.InputSignal<number>;
|
|
3629
|
-
bgIconAppearance: _angular_core.InputSignal<IBmbColor | undefined>;
|
|
3630
|
-
showHeader: _angular_core.InputSignal<boolean>;
|
|
3631
|
-
projectedContent: TemplateRef<any>[];
|
|
3632
|
-
isAList: _angular_core.InputSignal<boolean>;
|
|
3633
|
-
contentTemplates: QueryList<TemplateRef<any>>;
|
|
3634
|
-
ngAfterContentInit(): void;
|
|
3635
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbActionMenuComponent, never>;
|
|
3636
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbActionMenuComponent, "bmb-action-menu", never, { "title": { "alias": "title"; "required": true; "isSignal": true; }; "subtitle": { "alias": "subtitle"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "iconSize": { "alias": "iconSize"; "required": false; "isSignal": true; }; "bgIconAppearance": { "alias": "bgIconAppearance"; "required": false; "isSignal": true; }; "showHeader": { "alias": "showHeader"; "required": false; "isSignal": true; }; "isAList": { "alias": "isAList"; "required": false; "isSignal": true; }; }, {}, ["contentTemplates"], never, true, never>;
|
|
3637
|
-
}
|
|
3638
|
-
|
|
3639
|
-
declare class BmbButtonIconComponent {
|
|
3640
|
-
appearanceContrast: _angular_core.InputSignal<IBmbContrast>;
|
|
3641
|
-
idElement: _angular_core.InputSignal<string | undefined>;
|
|
3642
|
-
icon: _angular_core.InputSignal<string>;
|
|
3643
|
-
showContainer: _angular_core.InputSignal<boolean>;
|
|
3644
|
-
disabled: _angular_core.InputSignal<boolean>;
|
|
3645
|
-
active: _angular_core.ModelSignal<boolean>;
|
|
3646
|
-
isOutline: _angular_core.ModelSignal<boolean>;
|
|
3647
|
-
onButtonClick: _angular_core.OutputEmitterRef<MouseEvent>;
|
|
3648
|
-
handlePress(): void;
|
|
3649
|
-
handleClick(event: MouseEvent): void;
|
|
3650
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbButtonIconComponent, never>;
|
|
3651
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbButtonIconComponent, "bmb-button-icon", never, { "appearanceContrast": { "alias": "appearanceContrast"; "required": false; "isSignal": true; }; "idElement": { "alias": "idElement"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": true; "isSignal": true; }; "showContainer": { "alias": "showContainer"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "active": { "alias": "active"; "required": false; "isSignal": true; }; "isOutline": { "alias": "isOutline"; "required": false; "isSignal": true; }; }, { "active": "activeChange"; "isOutline": "isOutlineChange"; "onButtonClick": "onButtonClick"; }, never, never, true, never>;
|
|
3652
|
-
}
|
|
3653
|
-
|
|
3654
|
-
declare class BmbActionIconComponent {
|
|
3655
|
-
idElement: _angular_core.InputSignal<string | undefined>;
|
|
3656
|
-
icon: _angular_core.InputSignal<string>;
|
|
3657
|
-
alt: _angular_core.InputSignal<string>;
|
|
3658
|
-
iconSize: _angular_core.InputSignal<number | undefined>;
|
|
3659
|
-
isFill: _angular_core.InputSignal<boolean>;
|
|
3660
|
-
toggleIconActive: _angular_core.InputSignal<string | undefined>;
|
|
3661
|
-
isToggleActive: _angular_core.ModelSignal<boolean | undefined>;
|
|
3662
|
-
isAccentColor: _angular_core.ModelSignal<boolean | undefined>;
|
|
3663
|
-
dotNotification: _angular_core.InputSignal<number | undefined>;
|
|
3664
|
-
target: _angular_core.InputSignal<IBmbTargetLink | undefined>;
|
|
3665
|
-
link: _angular_core.InputSignal<string | undefined>;
|
|
3666
|
-
disabled: _angular_core.InputSignal<boolean>;
|
|
3667
|
-
buttonPress: _angular_core.OutputEmitterRef<MouseEvent>;
|
|
3668
|
-
buttonClick: _angular_core.OutputEmitterRef<MouseEvent>;
|
|
3669
|
-
getIcon(): string;
|
|
3670
|
-
handlePress(event?: MouseEvent): void;
|
|
3671
|
-
handleClick(event?: MouseEvent): void;
|
|
3672
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbActionIconComponent, never>;
|
|
3673
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbActionIconComponent, "bmb-action-icon", never, { "idElement": { "alias": "idElement"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": true; "isSignal": true; }; "alt": { "alias": "alt"; "required": false; "isSignal": true; }; "iconSize": { "alias": "iconSize"; "required": false; "isSignal": true; }; "isFill": { "alias": "isFill"; "required": false; "isSignal": true; }; "toggleIconActive": { "alias": "toggleIconActive"; "required": false; "isSignal": true; }; "isToggleActive": { "alias": "isToggleActive"; "required": false; "isSignal": true; }; "isAccentColor": { "alias": "isAccentColor"; "required": false; "isSignal": true; }; "dotNotification": { "alias": "dotNotification"; "required": false; "isSignal": true; }; "target": { "alias": "target"; "required": false; "isSignal": true; }; "link": { "alias": "link"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; }, { "isToggleActive": "isToggleActiveChange"; "isAccentColor": "isAccentColorChange"; "buttonPress": "buttonPress"; "buttonClick": "buttonClick"; }, never, never, true, never>;
|
|
3674
|
-
}
|
|
3675
|
-
|
|
3676
|
-
declare class BmbFormValidatorComponent implements AfterViewInit {
|
|
3677
|
-
formGroup: _angular_core.ModelSignal<FormGroup<any>>;
|
|
3678
|
-
formGroupState: _angular_core.OutputEmitterRef<FormGroup<any>>;
|
|
3679
|
-
bmbInputs: QueryList<BmbInputComponent>;
|
|
3680
|
-
bmbDropdowns: QueryList<BmbDropdownComponent>;
|
|
3681
|
-
bmbInputPhoneNumbers: QueryList<BmbInputPhoneNumberComponent>;
|
|
3682
|
-
bmbInputTags: QueryList<BmbInputTagsComponent>;
|
|
3683
|
-
bmbDatepickers: QueryList<BmbDatepickerComponent>;
|
|
3684
|
-
bmbDateRanges: QueryList<BmbDateRangeComponent>;
|
|
3685
|
-
bmbCheckboxes: QueryList<BmbCheckboxComponent>;
|
|
3686
|
-
bmbRadials: QueryList<BmbRadialComponent>;
|
|
3687
|
-
bmbSwitches: QueryList<BmbSwitchComponent>;
|
|
3688
|
-
ngAfterViewInit(): void;
|
|
3689
|
-
addControls(): void;
|
|
3690
|
-
addControl(controlName: string, control: FormControl, isControlNull: boolean): void;
|
|
3691
|
-
addRadials(): void;
|
|
3692
|
-
onSubmit(): void;
|
|
3693
|
-
updateErrorState(): void;
|
|
3694
|
-
getFormControl(name: string): FormControl;
|
|
3695
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbFormValidatorComponent, never>;
|
|
3696
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbFormValidatorComponent, "bmb-form-validator", never, { "formGroup": { "alias": "formGroup"; "required": false; "isSignal": true; }; }, { "formGroup": "formGroupChange"; "formGroupState": "formGroupState"; }, ["bmbInputs", "bmbDropdowns", "bmbInputPhoneNumbers", "bmbInputTags", "bmbDatepickers", "bmbDateRanges", "bmbCheckboxes", "bmbRadials", "bmbSwitches"], ["*"], true, never>;
|
|
3697
|
-
}
|
|
3698
|
-
|
|
3699
|
-
declare class BmbThreeColsComponent {
|
|
3700
|
-
gapSize: _angular_core.InputSignal<SizeNames>;
|
|
3701
|
-
justify: _angular_core.InputSignal<IJustifyOptions>;
|
|
3702
|
-
alignItems: _angular_core.InputSignal<IAlignItemsOptions>;
|
|
3703
|
-
expandMainColumn: _angular_core.InputSignal<boolean>;
|
|
3704
|
-
leftContent: TemplateRef<any>;
|
|
3705
|
-
mainContent: TemplateRef<any>;
|
|
3706
|
-
rightContent: TemplateRef<any>;
|
|
3707
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbThreeColsComponent, never>;
|
|
3708
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbThreeColsComponent, "bmb-three-cols", never, { "gapSize": { "alias": "gapSize"; "required": false; "isSignal": true; }; "justify": { "alias": "justify"; "required": false; "isSignal": true; }; "alignItems": { "alias": "alignItems"; "required": false; "isSignal": true; }; "expandMainColumn": { "alias": "expandMainColumn"; "required": false; "isSignal": true; }; }, {}, ["leftContent", "mainContent", "rightContent"], never, true, never>;
|
|
3709
|
-
}
|
|
3710
|
-
|
|
3711
|
-
type IBmbFontWeightContent = '100' | '200' | '300' | '400' | '500' | '600' | '700' | '800' | '900';
|
|
3712
|
-
declare class BmbTitleContentComponent {
|
|
3713
|
-
title: _angular_core.InputSignal<string>;
|
|
3714
|
-
titleSize: _angular_core.InputSignal<string>;
|
|
3715
|
-
titleFontWeight: _angular_core.InputSignal<string>;
|
|
3716
|
-
subtitle: _angular_core.InputSignal<string | undefined>;
|
|
3717
|
-
subtitleSize: _angular_core.InputSignal<string>;
|
|
3718
|
-
subtitleFontWeight: _angular_core.InputSignal<string>;
|
|
3719
|
-
subtitleIcon: _angular_core.InputSignal<string>;
|
|
3720
|
-
subtitleIconSize: _angular_core.InputSignal<number>;
|
|
3721
|
-
isCenterContent: _angular_core.InputSignal<boolean>;
|
|
3722
|
-
dataLocalNav: _angular_core.InputSignal<IBmbDataTopBar[]>;
|
|
3723
|
-
transparentBgC: _angular_core.InputSignal<boolean>;
|
|
3724
|
-
icon: _angular_core.InputSignal<string>;
|
|
3725
|
-
iconSize: _angular_core.InputSignal<number>;
|
|
3726
|
-
bgIconAppearance: _angular_core.InputSignal<IBmbColor | undefined>;
|
|
3727
|
-
isImage(icon: string): boolean;
|
|
3728
|
-
getStyles(): object;
|
|
3729
|
-
getClassNames(mainName: string, size: string, fontWeight: string): string[];
|
|
3730
|
-
showBreadcrumbs(): boolean;
|
|
3731
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbTitleContentComponent, never>;
|
|
3732
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbTitleContentComponent, "bmb-title-content", never, { "title": { "alias": "title"; "required": true; "isSignal": true; }; "titleSize": { "alias": "titleSize"; "required": false; "isSignal": true; }; "titleFontWeight": { "alias": "titleFontWeight"; "required": false; "isSignal": true; }; "subtitle": { "alias": "subtitle"; "required": false; "isSignal": true; }; "subtitleSize": { "alias": "subtitleSize"; "required": false; "isSignal": true; }; "subtitleFontWeight": { "alias": "subtitleFontWeight"; "required": false; "isSignal": true; }; "subtitleIcon": { "alias": "subtitleIcon"; "required": false; "isSignal": true; }; "subtitleIconSize": { "alias": "subtitleIconSize"; "required": false; "isSignal": true; }; "isCenterContent": { "alias": "isCenterContent"; "required": false; "isSignal": true; }; "dataLocalNav": { "alias": "dataLocalNav"; "required": false; "isSignal": true; }; "transparentBgC": { "alias": "transparentBgC"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "iconSize": { "alias": "iconSize"; "required": false; "isSignal": true; }; "bgIconAppearance": { "alias": "bgIconAppearance"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
3733
|
-
}
|
|
3734
|
-
|
|
3735
|
-
declare class BmbItemComponent {
|
|
3736
|
-
icon: _angular_core.InputSignal<string>;
|
|
3737
|
-
iconSize: _angular_core.InputSignal<number>;
|
|
3738
|
-
label: _angular_core.InputSignal<string>;
|
|
3739
|
-
value: _angular_core.InputSignal<string>;
|
|
3740
|
-
valueLink: _angular_core.InputSignal<string>;
|
|
3741
|
-
valueTarget: _angular_core.InputSignal<IBmbTargetLink>;
|
|
3742
|
-
supportText: _angular_core.InputSignal<string>;
|
|
3743
|
-
isButton: _angular_core.InputSignal<boolean>;
|
|
3744
|
-
action: _angular_core.OutputEmitterRef<MouseEvent>;
|
|
3745
|
-
handleClick(event: MouseEvent): void;
|
|
3746
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbItemComponent, never>;
|
|
3747
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbItemComponent, "bmb-item", never, { "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "iconSize": { "alias": "iconSize"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": false; "isSignal": true; }; "valueLink": { "alias": "valueLink"; "required": false; "isSignal": true; }; "valueTarget": { "alias": "valueTarget"; "required": false; "isSignal": true; }; "supportText": { "alias": "supportText"; "required": false; "isSignal": true; }; "isButton": { "alias": "isButton"; "required": false; "isSignal": true; }; }, { "action": "action"; }, never, never, true, never>;
|
|
3748
|
-
}
|
|
3749
|
-
|
|
3750
|
-
declare class BmbNavigationBarComponent {
|
|
3751
|
-
actionHeaders: _angular_core.InputSignal<IBmbActionHeader[]>;
|
|
3752
|
-
iconSize: _angular_core.InputSignal<number | undefined>;
|
|
3753
|
-
gapSize: _angular_core.InputSignal<SizeNames>;
|
|
3754
|
-
justify: _angular_core.InputSignal<IJustifyOptions>;
|
|
3755
|
-
alignItems: _angular_core.InputSignal<IAlignItemsOptions>;
|
|
3756
|
-
handleClick(actionHeader: IBmbActionHeader): void;
|
|
3757
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbNavigationBarComponent, never>;
|
|
3758
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbNavigationBarComponent, "bmb-navigation-bar", never, { "actionHeaders": { "alias": "actionHeaders"; "required": false; "isSignal": true; }; "iconSize": { "alias": "iconSize"; "required": false; "isSignal": true; }; "gapSize": { "alias": "gapSize"; "required": false; "isSignal": true; }; "justify": { "alias": "justify"; "required": false; "isSignal": true; }; "alignItems": { "alias": "alignItems"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
3759
|
-
}
|
|
3760
|
-
|
|
3761
|
-
interface IBmbCardNoticeDescription {
|
|
3762
|
-
pageOne?: string;
|
|
3763
|
-
pageTwo?: string;
|
|
3764
|
-
}
|
|
3765
|
-
declare class BmbNoticeCardComponent {
|
|
3766
|
-
src: _angular_core.InputSignal<string>;
|
|
3767
|
-
title: _angular_core.InputSignal<string>;
|
|
3768
|
-
description: _angular_core.InputSignal<IBmbCardNoticeDescription | undefined>;
|
|
3769
|
-
buttonText: _angular_core.InputSignal<string>;
|
|
3770
|
-
link: _angular_core.InputSignal<string>;
|
|
3771
|
-
closeBtnColor: _angular_core.InputSignal<"black" | "white">;
|
|
3772
|
-
onClose: _angular_core.OutputEmitterRef<void>;
|
|
3773
|
-
onClickBtn: _angular_core.OutputEmitterRef<void>;
|
|
3774
|
-
activeIndex: number;
|
|
3775
|
-
onDotPress(index: number): void;
|
|
3776
|
-
handleClose(): void;
|
|
3777
|
-
handleClickBtn(): void;
|
|
3778
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbNoticeCardComponent, never>;
|
|
3779
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbNoticeCardComponent, "bmb-notice-card", never, { "src": { "alias": "src"; "required": false; "isSignal": true; }; "title": { "alias": "title"; "required": false; "isSignal": true; }; "description": { "alias": "description"; "required": false; "isSignal": true; }; "buttonText": { "alias": "buttonText"; "required": false; "isSignal": true; }; "link": { "alias": "link"; "required": false; "isSignal": true; }; "closeBtnColor": { "alias": "closeBtnColor"; "required": false; "isSignal": true; }; }, { "onClose": "onClose"; "onClickBtn": "onClickBtn"; }, never, never, true, never>;
|
|
3780
|
-
}
|
|
3781
|
-
|
|
3782
|
-
declare class BmbNativeModalComponent {
|
|
3783
|
-
private modalService;
|
|
3784
|
-
title: _angular_core.InputSignal<string>;
|
|
3785
|
-
subtitle: _angular_core.InputSignal<string>;
|
|
3786
|
-
content: _angular_core.InputSignal<string | Type<any> | TemplateRef<any> | null>;
|
|
3787
|
-
actions: _angular_core.InputSignal<IBmbActionButton[]>;
|
|
3788
|
-
modalId: _angular_core.InputSignal<string>;
|
|
3789
|
-
size: _angular_core.InputSignal<IBmbNativeModalSize>;
|
|
3790
|
-
iconStyle: _angular_core.InputSignal<IBmbModalAlertStyle | undefined>;
|
|
3791
|
-
disableBackdropClose: _angular_core.InputSignal<boolean>;
|
|
3792
|
-
hasBackdrop: _angular_core.InputSignal<boolean>;
|
|
3793
|
-
inputContext: _angular_core.InputSignal<{
|
|
3794
|
-
[key: string]: any;
|
|
3795
|
-
}>;
|
|
3796
|
-
outputContext: _angular_core.InputSignal<{
|
|
3797
|
-
[key: string]: (value: any) => void;
|
|
3798
|
-
}>;
|
|
3799
|
-
actionsClicked: _angular_core.OutputEmitterRef<{
|
|
3800
|
-
buttonName: string;
|
|
3801
|
-
event: MouseEvent;
|
|
3802
|
-
}>;
|
|
3803
|
-
closeModalClicked: _angular_core.OutputEmitterRef<{
|
|
3804
|
-
modalId: string;
|
|
3805
|
-
event: MouseEvent;
|
|
3806
|
-
}>;
|
|
3807
|
-
constructor(modalService: BmbNativeModalService);
|
|
3808
|
-
container: ViewContainerRef;
|
|
3809
|
-
private componentRef;
|
|
3810
|
-
svgUrl: string;
|
|
3811
|
-
modalIcon: _angular_core.Signal<string>;
|
|
3812
|
-
getContainerClass(): string;
|
|
3813
|
-
isTemplateRef(): boolean;
|
|
3814
|
-
isStringContent(): boolean;
|
|
3815
|
-
getContent(): any;
|
|
3816
|
-
handleButtonClick(buttonName: string, event: MouseEvent): void;
|
|
3817
|
-
handleCloseModal(event: MouseEvent): void;
|
|
3818
|
-
handleBackdropClick(): void;
|
|
3819
|
-
renderContent(): void;
|
|
3820
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbNativeModalComponent, never>;
|
|
3821
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbNativeModalComponent, "bmb-native-modal", never, { "title": { "alias": "title"; "required": false; "isSignal": true; }; "subtitle": { "alias": "subtitle"; "required": false; "isSignal": true; }; "content": { "alias": "content"; "required": false; "isSignal": true; }; "actions": { "alias": "actions"; "required": false; "isSignal": true; }; "modalId": { "alias": "modalId"; "required": true; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "iconStyle": { "alias": "iconStyle"; "required": false; "isSignal": true; }; "disableBackdropClose": { "alias": "disableBackdropClose"; "required": false; "isSignal": true; }; "hasBackdrop": { "alias": "hasBackdrop"; "required": false; "isSignal": true; }; "inputContext": { "alias": "inputContext"; "required": false; "isSignal": true; }; "outputContext": { "alias": "outputContext"; "required": false; "isSignal": true; }; }, { "actionsClicked": "actionsClicked"; "closeModalClicked": "closeModalClicked"; }, never, never, true, never>;
|
|
3822
|
-
}
|
|
3823
|
-
|
|
3824
|
-
export { BmbAcademicProgressComponent, BmbAccordionComponent, BmbAccordionControlDirective, BmbAccountStatementComponent, BmbActionIconComponent, BmbActionMenuComponent, BmbAdvertisementCardComponent, BmbAlertCenterComponent, BmbAlertCenterService, BmbBadgeComponent, BmbBalanceOverviewComponent, BmbBookmarkComponent, BmbBottomNavigationBarComponent, BmbBreadcrumbComponent, BmbButtonDirective, BmbButtonGroupDirective, BmbButtonIconComponent, BmbCalendarComponent, BmbCalendarService, BmbCardButtonComponent, BmbCardComponent, BmbCardContentComponent, BmbCardFooterComponent, BmbCardHeaderComponent, BmbCarouselComponent, BmbChatBarComponent, BmbChatBubblesComponent, BmbCheckboxComponent, BmbChevronTitleSelectorComponent, BmbContainerButtonComponent, BmbContainerComponent, BmbDateRangeComponent, BmbDatepickerComponent, BmbDigitalIdComponent, BmbDividerComponent, BmbDotPaginatorComponent, BmbDrawerOverlayComponent, BmbDropdownComponent, BmbDropdownMenuComponent, BmbDropzoneComponent, BmbEvaluationRubricComponent, BmbExternalLinkComponent, BmbFabComponent, BmbFilterCardComponent, BmbFocusElementComponent, BmbFormValidatorComponent, BmbFrequentAppsSelectorComponent, BmbGradeValueComponent, BmbGradesComponent, BmbHeaderMobileComponent, BmbHitoCardComponent, BmbHitoListComponent, BmbHomeCardChatComponent, BmbHomeCardComponent, BmbHomeSectionComponent, BmbIconComponent, BmbIconItemComponent, BmbIconStatusComponent, BmbIframeComponent, BmbImageComponent, BmbInnerHeaderComponent, BmbInputComponent, BmbInputPhoneNumberComponent, BmbInputTagsComponent, BmbInteractiveIconComponent, BmbInvoiceComponent, BmbItemComponent, BmbLayoutDirective, BmbLayoutGridDirective, BmbLayoutGridItemDirective, BmbLayoutItemDirective, BmbLegendComponent, BmbListGroupComponent, BmbListGroupItemComponent, BmbListItemsComponent, BmbLoaderComponent, BmbLoginComponent, BmbLoginOnboardingComponent, BmbLoginOnboardingService, BmbLogoComponent, BmbMediaCardComponent, BmbMitecLogoAnimationComponent, BmbMobileTemplatesComponent, BmbModalComponent, BmbMultiDotPaginatorComponent, BmbMultiDotPaginatorItemComponent, BmbNativeModalComponent, BmbNativeModalService, BmbNavigationBarComponent, BmbNoticeCardComponent, BmbNotificationCardComponent, BmbNotificationService, BmbOverlayComponent, BmbPaginatorComponent, BmbPortalComponent, BmbProfileComponent, BmbProgressBarComponent, BmbProgressCircleComponent, BmbProjectionContentService, BmbPullWedgeComponent, BmbPushNotificationComponent, BmbRadialComponent, BmbSearchInputComponent, BmbServerTableComponent, BmbSidebarComponent, BmbSimpleHeaderComponent, BmbSkeletonComponent, BmbSoundsCardComponent, BmbStatCounterComponent, BmbStepProgressBarComponent, BmbStudentActivityCardComponent, BmbSwitchComponent, BmbTabStudentActivityComponent, BmbTablesComponent, BmbTabsComponent, BmbTagComponent, BmbTextEditorComponent, BmbTextLinkComponent, BmbThemeComponent, BmbThreeColsComponent, BmbTimestreamCardComponent, BmbTimestreamComponent, BmbTitleContentComponent, BmbToastComponent, BmbTooltipComponent, BmbTopBarComponent, BmbTopBarItemComponent, BmbTotpComponent, BmbUserImageComponent, BmbUserProfileComponent, BmbUserProfileService, BmbUserSummaryComponent, BmbValueCounterComponent, BmbVerticalLayoutDirective, BmbVerticalLayoutItemDirective, BmbWebTemplatesComponent, BmbWheelMenuComponent, CircleProgressOptions, DsNgComponent, DsNgService, TabsService, defaultActionList, defaultBotList };
|
|
3825
|
-
export type { BmbIframeReferrerPolicy, BmbProgressCirclePathStatus, BmbSkeletonType, BmbTableLang, BmbToastAppearance, IAlignItemsOptions, IBbmBgAppearance, IBbmButtonGroupType, IBbmSidePosition, IBmbActionButton, IBmbActionHeader, IBmbActivityTags, IBmbAdditionalAction, IBmbAdvertisementCard, IBmbAdvertisementContent, IBmbAdvertisementData, IBmbAdvertisementImage, IBmbAlertCenterCategories, IBmbAlertCenterFooterEvent, IBmbAlertCenterFooterEventName, IBmbAlertCenterProtoEventFooter, IBmbAlertCenterTabConfig, IBmbAlertEmptyState, IBmbAlertTag, IBmbAlignTooltip, IBmbApp, IBmbAppearanceType, IBmbAuthenticateInfo, IBmbBadgeInfo, IBmbBgColor, IBmbBoxShadowStyle, IBmbBubblePosition, IBmbButtonAction, IBmbCalendarEvent, IBmbCalendarEventClick, IBmbCardNoticeDescription, IBmbCardType, IBmbChatGptIcons, IBmbChatMessage, IBmbClamp, IBmbClassDetail, IBmbCollaboratorProfileData, IBmbCommentEvalRubric, IBmbConcept, IBmbControlType, IBmbDataAlert, IBmbDataAlertDetails, IBmbDataAlertsEventType, IBmbDataAlertsOutput, IBmbDataAlertsParsed, IBmbDataTopBar, IBmbDropdownItem, IBmbElementDetail, IBmbError, IBmbEvalRubricButtons, IBmbEvaluationRubric, IBmbEventType, IBmbFiltersPosition, IBmbFontWeightContent, IBmbFooterEvent, IBmbGenericAction, IBmbGradeType, IBmbGrades, IBmbHierarchyProfileData, IBmbHome, IBmbHorizontalPosition, IBmbIconPosition, IBmbImageInfo, IBmbInputAppearance, IBmbInputError, IBmbInputTooltipPosition, IBmbInputType, IBmbInteractiveIconAppearance, IBmbInteractiveIconType, IBmbInvoice, IBmbJustifyTooltip, IBmbLegendVariations, IBmbLinkConfiguration, IBmbLinkInfo, IBmbListItemsElement, IBmbLoginOnBoardingCustomization, IBmbLoginOnboarding, IBmbMediaCardLoading, IBmbMediaCardType, IBmbMenuEvent, IBmbMobileTemplateButton, IBmbMobileTemplateName, IBmbModalAlertStyle, IBmbModalSize, IBmbModalType, IBmbNameValuePair, IBmbNativeModal, IBmbNativeModalSize, IBmbNavigationBarIcon, IBmbNavigationBarIcons, IBmbNoticeCardContent, IBmbNoticeCardDescription, IBmbPartial, IBmbPeriod, IBmbProfileData, IBmbProgressBarTypes, IBmbProgressBarVariations, IBmbProjectedContentMode, IBmbProjectionContent, IBmbServerTableColumn, IBmbStatusAppearance, IBmbStudentProfileData, IBmbTab, IBmbTargetLink, IBmbTemplateName, IBmbTextLinkStyle, IBmbTimelineCustomEvent, IBmbTimestreamFilters, IBmbUserData, IBmbUserImageSize, IBmbUserInfo, IBotType, IButtonAppearance, IButtonSize, ICardButton, IChatBarActions, IColumSizeFull, IColumSizeMobile, IDropdownItem, IJustifyOptions, IMargin, IMinimalNotification, INotification, INotificationAction, IPositionButtonMenu, ISelectedDate, IStudentActivityAppearance, ITimelineDayEvent, ITimelineEvent, ITimelineEventParsed, ITimelineEventType, IUserInformation, MessageContent, ModalDataConfig, NotificationPositionX, NotificationPositionY, NotificationType, SidebarElement, SizeNames, TBmbMessageType, TableColum, TableConfig, Target };
|
|
1
|
+
/**
|
|
2
|
+
* Generated bundle index. Do not edit.
|
|
3
|
+
*/
|
|
4
|
+
/// <amd-module name="@ti-tecnologico-de-monterrey-oficial/ds-ng" />
|
|
5
|
+
export * from './public-api';
|