@ti-tecnologico-de-monterrey-oficial/ds-ng 1.5.1217-c → 1.5.1217-e
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/i18n/en.json +113 -0
- package/assets/i18n/es.json +113 -0
- package/assets/styles/main.min.css +1 -1
- package/assets/styles/main.min.css.map +1 -1
- package/esm2022/assets/i18n/en.json +113 -0
- package/esm2022/assets/i18n/es.json +113 -0
- package/esm2022/lib/components/bmb-academic-progress/bmb-academic-progress.component.mjs +2 -2
- package/esm2022/lib/components/bmb-accordion/bmb-accordion.component.mjs +2 -2
- package/esm2022/lib/components/bmb-account-statement/bmb-account-statement.component.mjs +21 -19
- package/esm2022/lib/components/bmb-advertisement-card/bmb-advertisement-card.component.mjs +6 -4
- package/esm2022/lib/components/bmb-alert-center/bmb-alert-center-empty/bmb-alert-center-empty.component.mjs +4 -3
- package/esm2022/lib/components/bmb-alert-center/bmb-alert-center-form/bmb-alert-center-form.component.mjs +2 -2
- package/esm2022/lib/components/bmb-alert-center/bmb-alert-center-list/bmb-alert-center-list.component.mjs +2 -2
- package/esm2022/lib/components/bmb-alert-center/bmb-alert-center.component.mjs +11 -10
- package/esm2022/lib/components/bmb-balance-overview/bmb-balance-overview.component.mjs +15 -9
- package/esm2022/lib/components/bmb-breadcrumb/bmb-breadcrumb.component.mjs +3 -3
- package/esm2022/lib/components/bmb-calendar/bmb-calendar.component.mjs +17 -15
- package/esm2022/lib/components/bmb-calendar/common/bmb-calendar-header/bmb-calendar-header.component.mjs +19 -13
- package/esm2022/lib/components/bmb-calendar/common/bmb-calendar-hour-view/bmb-calendar-hour-view.component.mjs +2 -2
- package/esm2022/lib/components/bmb-calendar/common/bmb-calendar-schedule-cards/bmb-calendar-schedule-cards.component.mjs +3 -3
- package/esm2022/lib/components/bmb-calendar/common/bmb-calendar-template-day/bmb-calendar-template-day.component.mjs +9 -7
- package/esm2022/lib/components/bmb-calendar/common/bmb-calendar-template-mobile/bmb-calendar-template-mobile.component.mjs +16 -12
- package/esm2022/lib/components/bmb-calendar/common/bmb-calendar-template-month/bmb-calendar-template-month.component.mjs +12 -10
- package/esm2022/lib/components/bmb-calendar/common/bmb-calendar-template-week/bmb-calendar-template-week.component.mjs +10 -8
- package/esm2022/lib/components/bmb-calendar/common/bmb-calendar-time-indicator/bmb-calendar-time-indicator.component.mjs +3 -3
- package/esm2022/lib/components/bmb-card/bmb-card.component.mjs +3 -3
- package/esm2022/lib/components/bmb-card-button/bmb-card-button.component.mjs +3 -3
- package/esm2022/lib/components/bmb-chat-bar/bmb-chat-bar.component.mjs +7 -6
- package/esm2022/lib/components/bmb-checkbox/bmb-checkbox.component.mjs +3 -3
- package/esm2022/lib/components/bmb-container-button/bmb-container-button.component.mjs +3 -3
- package/esm2022/lib/components/bmb-date-range/bmb-date-range.component.mjs +3 -3
- package/esm2022/lib/components/bmb-datepicker/bmb-datepicker-modal/bmb-datepicker-modal.component.mjs +21 -19
- package/esm2022/lib/components/bmb-datepicker/bmb-datepicker.component.mjs +5 -5
- package/esm2022/lib/components/bmb-digital-id/bmb-digital-id.component.mjs +6 -4
- package/esm2022/lib/components/bmb-dropdown/bmb-dropdown.component.mjs +2 -2
- package/esm2022/lib/components/bmb-dropdown-menu/bmb-dropdown-menu.component.mjs +2 -2
- package/esm2022/lib/components/bmb-dropzone/bmb-dropzone.component.mjs +52 -35
- package/esm2022/lib/components/bmb-evaluation-rubric/bmb-evaluation-rubric.component.mjs +3 -3
- package/esm2022/lib/components/bmb-external-link/bmb-external-link.component.mjs +2 -2
- package/esm2022/lib/components/bmb-fab/bmb-fab.component.mjs +3 -3
- package/esm2022/lib/components/bmb-filter-card/bmb-filter-card.component.mjs +4 -4
- package/esm2022/lib/components/bmb-focus-element/bmb-focus-element.component.mjs +3 -3
- package/esm2022/lib/components/bmb-frequent-apps-selector/bmb-frequent-apps-selector.component.mjs +3 -3
- package/esm2022/lib/components/bmb-grade-value/bmb-grade-value.component.mjs +3 -3
- package/esm2022/lib/components/bmb-grades/bmb-grades.component.mjs +4 -4
- package/esm2022/lib/components/bmb-header-mitec/bmb-header-mitec.component.mjs +9 -4
- package/esm2022/lib/components/bmb-header-mobile/bmb-header-mobile.component.mjs +3 -3
- package/esm2022/lib/components/bmb-hito-card/bmb-hito-card.component.mjs +3 -3
- package/esm2022/lib/components/bmb-home-card/bmb-home-card-header/bmb-home-card-header.component.mjs +5 -5
- package/esm2022/lib/components/bmb-home-card-chat/bmb-home-card-chat.component.mjs +11 -5
- package/esm2022/lib/components/bmb-icon-item/bmb-icon-item.component.mjs +13 -4
- package/esm2022/lib/components/bmb-image/bmb-image.component.mjs +2 -2
- package/esm2022/lib/components/bmb-input/bmb-input-content/bmb-input-content.component.mjs +2 -1
- package/esm2022/lib/components/bmb-input/bmb-input-validator/bmb-input-validator.component.mjs +3 -3
- package/esm2022/lib/components/bmb-input-tags/bmb-input-tags.component.mjs +2 -2
- package/esm2022/lib/components/bmb-invoice/bmb-invoice.component.mjs +3 -3
- package/esm2022/lib/components/bmb-item/bmb-item.component.mjs +3 -3
- package/esm2022/lib/components/bmb-list-group/bmb-list-group-item/bmb-list-group-item.component.mjs +3 -3
- package/esm2022/lib/components/bmb-list-group/bmb-list-group.component.mjs +3 -3
- package/esm2022/lib/components/bmb-loader/bmb-loader.component.mjs +3 -3
- package/esm2022/lib/components/bmb-login/bmb-login.component.mjs +10 -8
- package/esm2022/lib/components/bmb-login-onboarding/bmb-login-onboarding-stepper/bmb-login-onboarding-stepper-steps/bmb-login-onboarding-stepper-step-four.component.mjs +2 -2
- package/esm2022/lib/components/bmb-login-onboarding/bmb-login-onboarding.component.mjs +22 -7
- package/esm2022/lib/components/bmb-mitec-logo-animation/bmb-mitec-logo-animation.component.mjs +2 -2
- package/esm2022/lib/components/bmb-mobile-templates/bmb-mobile-templates.component.mjs +2 -2
- package/esm2022/lib/components/bmb-modal/bmb-native-modal.component.mjs +4 -4
- package/esm2022/lib/components/bmb-multi-dot-paginator/bmb-multi-dot-paginator-item/bmb-multi-dot-paginator-item.component.mjs +3 -3
- package/esm2022/lib/components/bmb-multi-dot-paginator/bmb-multi-dot-paginator.component.mjs +3 -3
- package/esm2022/lib/components/bmb-navigation-bar/bmb-navigation-bar.component.mjs +2 -2
- package/esm2022/lib/components/bmb-notice-card/bmb-notice-card.component.mjs +6 -4
- package/esm2022/lib/components/bmb-portal/bmb-portal.component.mjs +4 -4
- package/esm2022/lib/components/bmb-portal/bmb-projected-content/bmb-projected-content.component.mjs +3 -3
- package/esm2022/lib/components/bmb-profile/bmb-profile.component.mjs +3 -3
- package/esm2022/lib/components/bmb-progress-bar/bmb-progress-bar.component.mjs +3 -3
- package/esm2022/lib/components/bmb-progress-cirlce/bmb-progress-circle.component.mjs +53 -69
- package/esm2022/lib/components/bmb-progress-cirlce/bmb-progress-circle.interface.mjs +1 -1
- package/esm2022/lib/components/bmb-push-notification/bmb-push-notification-item/bmb-push-notification-item.component.mjs +3 -3
- package/esm2022/lib/components/bmb-push-notification/bmb-push-notification.component.mjs +2 -2
- package/esm2022/lib/components/bmb-radial/bmb-radial.component.mjs +3 -3
- package/esm2022/lib/components/bmb-sidebar/bmb-sidebar.component.mjs +25 -24
- package/esm2022/lib/components/bmb-simple-header/bmb-simple-header.component.mjs +2 -2
- package/esm2022/lib/components/bmb-sounds-card/bmb-sounds-card.component.mjs +3 -3
- package/esm2022/lib/components/bmb-step-progress-bar/bmb-step-progress-bar.component.mjs +15 -11
- package/esm2022/lib/components/bmb-student-activity-card/bmb-student-activity-card.component.mjs +3 -3
- package/esm2022/lib/components/bmb-switch/bmb-switch.component.mjs +6 -4
- package/esm2022/lib/components/bmb-table-lite/bmb-table-lite.component.mjs +564 -0
- package/esm2022/lib/components/bmb-table-lite/bmb-table-lite.interface.mjs +2 -0
- package/esm2022/lib/components/bmb-tables/bmb-tables.component.mjs +3 -3
- package/esm2022/lib/components/bmb-tabs/bmb-tabs.component.mjs +6 -6
- package/esm2022/lib/components/bmb-tags/bmb-tags.component.mjs +5 -4
- package/esm2022/lib/components/bmb-text-link/bmb-text-link.component.mjs +3 -3
- package/esm2022/lib/components/bmb-theme/bmb-theme.component.mjs +2 -2
- package/esm2022/lib/components/bmb-three-cols/bmb-three-cols.component.mjs +2 -2
- package/esm2022/lib/components/bmb-timestream/bmb-timestream-detail/bmb-timestream-detail.component.mjs +3 -3
- package/esm2022/lib/components/bmb-timestream/bmb-timestream.component.mjs +4 -4
- package/esm2022/lib/components/bmb-toast/bmb-toast.component.mjs +3 -3
- package/esm2022/lib/components/bmb-tooltip/bmb-tooltip.component.mjs +6 -3
- package/esm2022/lib/components/bmb-top-bar/bmb-top-bar-item/bmb-top-bar-item.component.mjs +3 -3
- package/esm2022/lib/components/bmb-top-bar/bmb-top-bar-user-section/bmb-top-bar-user-section.component.mjs +3 -3
- package/esm2022/lib/components/bmb-top-bar/bmb-top-bar.component.mjs +3 -3
- package/esm2022/lib/components/bmb-totp/bmb-totp.component.mjs +7 -5
- package/esm2022/lib/components/bmb-user-profile/bmb-user-profile-content/bmb-user-profile-content.component.mjs +4 -4
- package/esm2022/lib/components/bmb-user-profile/bmb-user-profile.component.mjs +17 -11
- package/esm2022/lib/components/bmb-user-summary/bmb-user-summary-content/bmb-user-summary-content.component.mjs +9 -6
- package/esm2022/lib/components/bmb-user-summary/bmb-user-summary.component.mjs +10 -4
- package/esm2022/lib/components/bmb-web-templates/bmb-web-templates.component.mjs +3 -3
- package/esm2022/lib/components/bmb-wheel-menu/bmb-wheel-menu.component.mjs +3 -3
- package/esm2022/lib/directives/bmb-layout/bmb-layout-item.directive.mjs +19 -6
- package/esm2022/lib/directives/bmb-layout/bmb-layout.directive.mjs +11 -6
- package/esm2022/lib/directives/bmb-layout/bmb-vertical-layout/bmb-vertical-layout-item.directive.mjs +1 -1
- package/esm2022/lib/directives/bmb-layout/bmb-vertical-layout/bmb-vertical-layout.directive.mjs +2 -2
- package/esm2022/lib/directives/bmb-selector/bmb-selector.directive.mjs +28 -0
- package/esm2022/lib/pipes/translations.mjs +22 -0
- package/esm2022/lib/services/calendar/calendar.service.mjs +51 -0
- package/esm2022/lib/services/modal/native-modal.service.mjs +60 -0
- package/esm2022/lib/services/notification/notification.service.mjs +84 -0
- package/esm2022/lib/services/projection/projection.service.mjs +49 -0
- package/esm2022/lib/services/tabs/tabs.service.mjs +30 -0
- package/esm2022/lib/services/theme/theme.service.mjs +30 -0
- package/esm2022/lib/services/toast/toast.service.mjs +24 -0
- package/esm2022/lib/services/translations/translations.service.mjs +53 -0
- package/esm2022/public-api.mjs +14 -6
- package/fesm2022/ti-tecnologico-de-monterrey-oficial-ds-ng.mjs +1472 -472
- package/fesm2022/ti-tecnologico-de-monterrey-oficial-ds-ng.mjs.map +1 -1
- package/lib/components/bmb-account-statement/bmb-account-statement.component.d.ts +15 -15
- package/lib/components/bmb-alert-center/bmb-alert-center.component.d.ts +4 -2
- package/lib/components/bmb-calendar/bmb-calendar.component.d.ts +7 -6
- package/lib/components/bmb-calendar/common/bmb-calendar-header/bmb-calendar-header.component.d.ts +5 -2
- package/lib/components/bmb-calendar/common/bmb-calendar-template-day/bmb-calendar-template-day.component.d.ts +5 -2
- package/lib/components/bmb-calendar/common/bmb-calendar-template-mobile/bmb-calendar-template-mobile.component.d.ts +8 -5
- package/lib/components/bmb-calendar/common/bmb-calendar-template-month/bmb-calendar-template-month.component.d.ts +6 -3
- package/lib/components/bmb-calendar/common/bmb-calendar-template-week/bmb-calendar-template-week.component.d.ts +5 -2
- package/lib/components/bmb-chat-bar/bmb-chat-bar.component.d.ts +2 -3
- package/lib/components/bmb-datepicker/bmb-datepicker-modal/bmb-datepicker-modal.component.d.ts +8 -5
- package/lib/components/bmb-datepicker/bmb-datepicker.component.d.ts +2 -3
- package/lib/components/bmb-digital-id/bmb-digital-id.component.d.ts +1 -1
- package/lib/components/bmb-dropdown/bmb-dropdown.component.d.ts +1 -1
- package/lib/components/bmb-dropdown-menu/bmb-dropdown-menu.component.d.ts +1 -1
- package/lib/components/bmb-dropzone/bmb-dropzone.component.d.ts +11 -7
- package/lib/components/bmb-external-link/bmb-external-link.component.d.ts +1 -1
- package/lib/components/bmb-filter-card/bmb-filter-card.component.d.ts +1 -1
- package/lib/components/bmb-grades/bmb-grades.component.d.ts +1 -1
- package/lib/components/bmb-header-mitec/bmb-header-mitec.component.d.ts +1 -1
- package/lib/components/bmb-home-card-chat/bmb-home-card-chat.component.d.ts +2 -2
- package/lib/components/bmb-icon-item/bmb-icon-item.component.d.ts +2 -1
- package/lib/components/bmb-login/bmb-login.component.d.ts +5 -5
- package/lib/components/bmb-login-onboarding/bmb-login-onboarding-stepper/bmb-login-onboarding-stepper-steps/bmb-login-onboarding-stepper-step-four.component.d.ts +1 -1
- package/lib/components/bmb-login-onboarding/bmb-login-onboarding.component.d.ts +3 -1
- package/lib/components/bmb-modal/bmb-native-modal.component.d.ts +1 -1
- package/lib/components/bmb-notice-card/bmb-notice-card.component.d.ts +1 -1
- package/lib/components/bmb-portal/bmb-portal.component.d.ts +5 -5
- package/lib/components/bmb-portal/bmb-projected-content/bmb-projected-content.component.d.ts +1 -1
- package/lib/components/bmb-progress-cirlce/bmb-progress-circle.component.d.ts +25 -19
- package/lib/components/bmb-progress-cirlce/bmb-progress-circle.interface.d.ts +13 -10
- package/lib/components/bmb-push-notification/bmb-push-notification.component.d.ts +1 -1
- package/lib/components/bmb-sidebar/bmb-sidebar.component.d.ts +5 -4
- package/lib/components/bmb-step-progress-bar/bmb-step-progress-bar.component.d.ts +5 -3
- package/lib/components/bmb-switch/bmb-switch.component.d.ts +1 -1
- package/lib/components/bmb-table-lite/bmb-table-lite.component.d.ts +97 -0
- package/lib/components/bmb-table-lite/bmb-table-lite.interface.d.ts +22 -0
- package/lib/components/bmb-tabs/bmb-tabs.component.d.ts +1 -1
- package/lib/components/bmb-tags/bmb-tags.component.d.ts +2 -1
- package/lib/components/bmb-timestream/bmb-timestream.component.d.ts +1 -1
- package/lib/components/bmb-tooltip/bmb-tooltip.component.d.ts +1 -0
- package/lib/components/bmb-totp/bmb-totp.component.d.ts +2 -2
- package/lib/components/bmb-user-profile/bmb-user-profile.component.d.ts +3 -3
- package/lib/components/bmb-user-summary/bmb-user-summary-content/bmb-user-summary-content.component.d.ts +4 -2
- package/lib/components/bmb-user-summary/bmb-user-summary.component.d.ts +1 -1
- package/lib/directives/bmb-layout/bmb-layout-item.directive.d.ts +5 -1
- package/lib/directives/bmb-layout/bmb-layout.directive.d.ts +2 -2
- package/lib/directives/bmb-selector/bmb-selector.directive.d.ts +8 -0
- package/lib/pipes/translations.d.ts +10 -0
- package/lib/services/calendar/calendar.service.d.ts +15 -0
- package/lib/services/modal/native-modal.service.d.ts +18 -0
- package/lib/services/notification/notification.service.d.ts +20 -0
- package/lib/services/projection/projection.service.d.ts +31 -0
- package/lib/services/tabs/tabs.service.d.ts +13 -0
- package/lib/services/theme/theme.service.d.ts +11 -0
- package/lib/services/toast/toast.service.d.ts +9 -0
- package/lib/services/translations/translations.service.d.ts +22 -0
- package/package.json +1 -1
- package/public-api.d.ts +12 -5
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { BmbNotificationService } from '../../services/notification.service';
|
|
1
|
+
import { BmbNotificationService } from '../../services/notification/notification.service';
|
|
2
2
|
import { INotification } from '../bmb-push-notification/types';
|
|
3
|
-
import { BmbNativeModalService } from '../../services/native-modal.service';
|
|
3
|
+
import { BmbNativeModalService } from '../../services/modal/native-modal.service';
|
|
4
4
|
import { IBmbNativeModal } from '../bmb-modal/bmb-modal.interface';
|
|
5
|
-
import { BmbProjectionContentService } from '../../services/projection.service';
|
|
5
|
+
import { BmbProjectionContentService } from '../../services/projection/projection.service';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export declare class BmbPortalComponent {
|
|
8
8
|
private notificationSignal;
|
|
@@ -10,10 +10,10 @@ export declare class BmbPortalComponent {
|
|
|
10
10
|
private projectionService;
|
|
11
11
|
constructor(notificationSignal: BmbNotificationService, modalService: BmbNativeModalService, projectionService: BmbProjectionContentService);
|
|
12
12
|
modalSignal: import("@angular/core").Signal<IBmbNativeModal[]>;
|
|
13
|
-
projectedContent: import("@angular/core").Signal<import("../../services/projection.service").IBmbProjectionContent | null>;
|
|
13
|
+
projectedContent: import("@angular/core").Signal<import("../../services/projection/projection.service").IBmbProjectionContent | null>;
|
|
14
14
|
notificationsList: import("@angular/core").Signal<INotification[]>;
|
|
15
15
|
closeNotification(notification: INotification): void;
|
|
16
|
-
getNotificationPosition(): import("../../services/notification.service").NotificationPositionX | undefined;
|
|
16
|
+
getNotificationPosition(): import("../../services/notification/notification.service").NotificationPositionX | undefined;
|
|
17
17
|
handleCloseModal(id: string): void;
|
|
18
18
|
handleModalClick(item: IBmbNativeModal, event: unknown): void;
|
|
19
19
|
handleRemoveProjectedContent(): void;
|
package/lib/components/bmb-portal/bmb-projected-content/bmb-projected-content.component.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ElementRef, TemplateRef, Type, ViewContainerRef } from '@angular/core';
|
|
2
|
-
import { IBmbProjectedContentMode } from '../../../services/projection.service';
|
|
2
|
+
import { IBmbProjectedContentMode } from '../../../services/projection/projection.service';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class BmbProjectedContentComponent {
|
|
5
5
|
content: import("@angular/core").InputSignal<Type<any> | TemplateRef<any> | null>;
|
|
@@ -2,20 +2,27 @@ import { BmbProgressCircleOptionsInterface } from './bmb-progress-circle.interfa
|
|
|
2
2
|
import { OnChanges, SimpleChanges } from '@angular/core';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export type BmbProgressCirclePathStatus = 'gray' | 'success' | 'error' | 'warning';
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
5
|
+
interface SvgConfig {
|
|
6
|
+
viewBox: string;
|
|
7
|
+
height: number | string;
|
|
8
|
+
width: number | string;
|
|
9
|
+
backgroundCircle: {
|
|
10
|
+
cx: number;
|
|
11
|
+
cy: number;
|
|
12
|
+
r: number;
|
|
13
|
+
};
|
|
14
|
+
circle: {
|
|
15
|
+
cx: number;
|
|
16
|
+
cy: number;
|
|
17
|
+
r: number;
|
|
18
|
+
strokeWidth: number;
|
|
19
|
+
};
|
|
20
|
+
path: {
|
|
21
|
+
d: string;
|
|
22
|
+
strokeWidth: number;
|
|
23
|
+
fill: string;
|
|
24
|
+
strokeLinecap: string;
|
|
25
|
+
};
|
|
19
26
|
}
|
|
20
27
|
export declare class BmbProgressCircleComponent implements OnChanges {
|
|
21
28
|
valueLabel: import("@angular/core").InputSignal<string | undefined>;
|
|
@@ -27,20 +34,18 @@ export declare class BmbProgressCircleComponent implements OnChanges {
|
|
|
27
34
|
showRestBackground: import("@angular/core").InputSignal<boolean>;
|
|
28
35
|
fillPathStatus: import("@angular/core").InputSignal<BmbProgressCirclePathStatus>;
|
|
29
36
|
fullFillPathStatus: import("@angular/core").InputSignal<boolean>;
|
|
30
|
-
|
|
31
|
-
svg: any;
|
|
32
|
-
options: CircleProgressOptions;
|
|
37
|
+
options: import("@angular/core").Signal<BmbProgressCircleOptionsInterface>;
|
|
33
38
|
_lastPercent: number;
|
|
34
|
-
|
|
39
|
+
svg: SvgConfig | null;
|
|
35
40
|
ngOnInit(): void;
|
|
36
41
|
ngOnChanges(changes: SimpleChanges): void;
|
|
37
42
|
render(): void;
|
|
43
|
+
isTitleString(): boolean;
|
|
38
44
|
polarToCartesian(centerX: number, centerY: number, radius: number, angleInDegrees: number): {
|
|
39
45
|
x: number;
|
|
40
46
|
y: number;
|
|
41
47
|
};
|
|
42
48
|
draw(percent: number): void;
|
|
43
|
-
private applyOptions;
|
|
44
49
|
private getRelativeY;
|
|
45
50
|
getFillPathStatus(): string;
|
|
46
51
|
isFullColored(): boolean;
|
|
@@ -49,3 +54,4 @@ export declare class BmbProgressCircleComponent implements OnChanges {
|
|
|
49
54
|
static ɵfac: i0.ɵɵFactoryDeclaration<BmbProgressCircleComponent, never>;
|
|
50
55
|
static ɵcmp: i0.ɵɵ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>;
|
|
51
56
|
}
|
|
57
|
+
export {};
|
|
@@ -1,12 +1,15 @@
|
|
|
1
1
|
export interface BmbProgressCircleOptionsInterface {
|
|
2
|
-
valueLabel
|
|
3
|
-
showValueLabel
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
2
|
+
valueLabel: string;
|
|
3
|
+
showValueLabel: boolean;
|
|
4
|
+
percent: number;
|
|
5
|
+
radius: number;
|
|
6
|
+
space: number;
|
|
7
|
+
title: string | Array<String>;
|
|
8
|
+
showTitle: boolean;
|
|
9
|
+
showBackground: boolean;
|
|
10
|
+
responsive: boolean;
|
|
11
|
+
outerStrokeWidth: number;
|
|
12
|
+
backgroundPadding: number;
|
|
13
|
+
outerStrokeLinecap: string;
|
|
14
|
+
innerStrokeWidth: number;
|
|
12
15
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { BmbNotificationService } from '../../services/notification.service';
|
|
1
|
+
import { BmbNotificationService } from '../../services/notification/notification.service';
|
|
2
2
|
import { INotification } from './types';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class BmbPushNotificationComponent {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ElementRef
|
|
1
|
+
import { ElementRef } from '@angular/core';
|
|
2
2
|
import { SidebarElement } from './bmb-sidebar.interface';
|
|
3
3
|
import { IPositionButtonMenu } from '../bmb-top-bar/types';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
@@ -7,7 +7,7 @@ interface IBmbIsButton {
|
|
|
7
7
|
isMobile: boolean;
|
|
8
8
|
hasChildren: boolean;
|
|
9
9
|
}
|
|
10
|
-
export declare class BmbSidebarComponent
|
|
10
|
+
export declare class BmbSidebarComponent {
|
|
11
11
|
elements: import("@angular/core").InputSignal<SidebarElement[][]>;
|
|
12
12
|
title: import("@angular/core").InputSignal<string>;
|
|
13
13
|
position: import("@angular/core").InputSignal<IPositionButtonMenu>;
|
|
@@ -17,12 +17,13 @@ export declare class BmbSidebarComponent implements OnInit {
|
|
|
17
17
|
isActive: boolean;
|
|
18
18
|
hasSubmenu: boolean;
|
|
19
19
|
maxChildrenLevel: number;
|
|
20
|
+
error: boolean;
|
|
20
21
|
sideNav: ElementRef;
|
|
21
22
|
onFocusIn(): void;
|
|
22
23
|
onFocusOut(): void;
|
|
23
|
-
|
|
24
|
+
constructor();
|
|
24
25
|
checkForButton({ isMobile, hasChildren }: IBmbIsButton): boolean;
|
|
25
|
-
getLink({ link, isMobile, hasChildren
|
|
26
|
+
getLink({ link, isMobile, hasChildren }: IBmbIsButton): string;
|
|
26
27
|
closeSidebar(): void;
|
|
27
28
|
clearSelectElement(): void;
|
|
28
29
|
toggleChildren(element: SidebarElement): void;
|
|
@@ -1,14 +1,16 @@
|
|
|
1
1
|
import { TemplateRef } from '@angular/core';
|
|
2
|
+
import { BmbTranslationsService } from '../../services/translations/translations.service';
|
|
2
3
|
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class BmbStepProgressBarComponent {
|
|
5
|
+
private translateService;
|
|
4
6
|
activeStep: import("@angular/core").ModelSignal<number>;
|
|
5
7
|
totalSteps: import("@angular/core").InputSignal<number>;
|
|
6
8
|
size: import("@angular/core").InputSignal<"default" | "normal" | "medium" | "small">;
|
|
7
9
|
freeze: import("@angular/core").InputSignal<boolean>;
|
|
8
10
|
type: import("@angular/core").InputSignal<"horizontal" | "vertical" | "step-panel">;
|
|
9
11
|
labelSteps: import("@angular/core").InputSignal<string[]>;
|
|
10
|
-
labelComplete: import("@angular/core").InputSignal<string>;
|
|
11
|
-
labelIncomplete: import("@angular/core").InputSignal<string>;
|
|
12
|
+
labelComplete: import("@angular/core").InputSignal<string | undefined>;
|
|
13
|
+
labelIncomplete: import("@angular/core").InputSignal<string | undefined>;
|
|
12
14
|
stepTemplates: import("@angular/core").InputSignal<TemplateRef<any>[]>;
|
|
13
15
|
onStepPress: import("@angular/core").OutputEmitterRef<number>;
|
|
14
16
|
onStepPanelPress: import("@angular/core").OutputEmitterRef<number>;
|
|
@@ -16,7 +18,7 @@ export declare class BmbStepProgressBarComponent {
|
|
|
16
18
|
private mql;
|
|
17
19
|
private abort;
|
|
18
20
|
readonly isMobileOrTablet: import("@angular/core").WritableSignal<boolean>;
|
|
19
|
-
constructor();
|
|
21
|
+
constructor(translateService: BmbTranslationsService);
|
|
20
22
|
private truncate;
|
|
21
23
|
readonly maxChars: import("@angular/core").Signal<90 | 70>;
|
|
22
24
|
readonly labelStepsTruncated: import("@angular/core").Signal<string[]>;
|
|
@@ -7,7 +7,7 @@ export declare class BmbSwitchComponent {
|
|
|
7
7
|
rightText: import("@angular/core").InputSignal<string>;
|
|
8
8
|
rightIcon: import("@angular/core").InputSignal<string>;
|
|
9
9
|
isChecked: import("@angular/core").ModelSignal<boolean>;
|
|
10
|
-
ariaLabel: import("@angular/core").InputSignal<string>;
|
|
10
|
+
ariaLabel: import("@angular/core").InputSignal<string | undefined>;
|
|
11
11
|
id: import("@angular/core").InputSignal<string>;
|
|
12
12
|
disabled: import("@angular/core").InputSignal<boolean>;
|
|
13
13
|
name: import("@angular/core").InputSignal<string>;
|
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
import { OnInit, EventEmitter, TemplateRef, OnChanges, SimpleChanges, ChangeDetectorRef } from '@angular/core';
|
|
2
|
+
import { FormControl, FormGroup } from '@angular/forms';
|
|
3
|
+
import { SelectionModel } from '@angular/cdk/collections';
|
|
4
|
+
import { IBmbFiltersPosition, TableColum, TableConfig, IBmbTableLang } from './bmb-table-lite.interface';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class BmbTableLiteComponent implements OnInit, OnChanges {
|
|
7
|
+
private cdr;
|
|
8
|
+
private _rawColumns;
|
|
9
|
+
private _rawConfig;
|
|
10
|
+
originalData: any[];
|
|
11
|
+
filteredData: any[];
|
|
12
|
+
pageSlice: any[];
|
|
13
|
+
expandedElement: any;
|
|
14
|
+
selection: SelectionModel<any>;
|
|
15
|
+
tableConfig: TableConfig | undefined;
|
|
16
|
+
filterForm: FormGroup<{}>;
|
|
17
|
+
searchControl: FormControl<string | null>;
|
|
18
|
+
tableColumns: TableColum[];
|
|
19
|
+
showSearch: import("@angular/core").InputSignal<boolean>;
|
|
20
|
+
pageSize: import("@angular/core").InputSignal<number | undefined>;
|
|
21
|
+
totalItems: import("@angular/core").InputSignal<number>;
|
|
22
|
+
data: import("@angular/core").InputSignal<any[]>;
|
|
23
|
+
columns: import("@angular/core").InputSignal<TableColum[]>;
|
|
24
|
+
config: import("@angular/core").InputSignal<TableConfig | undefined>;
|
|
25
|
+
truncate: import("@angular/core").InputSignal<boolean>;
|
|
26
|
+
lang: import("@angular/core").InputSignal<IBmbTableLang>;
|
|
27
|
+
serverSide: import("@angular/core").InputSignal<boolean>;
|
|
28
|
+
filtersPosition: import("@angular/core").InputSignal<IBmbFiltersPosition>;
|
|
29
|
+
initialTableSelection: import("@angular/core").InputSignal<number[]>;
|
|
30
|
+
actionTemplate: import("@angular/core").InputSignal<TemplateRef<any> | null>;
|
|
31
|
+
detailTemplate: import("@angular/core").InputSignal<TemplateRef<any> | null>;
|
|
32
|
+
clearSelection: import("@angular/core").ModelSignal<boolean>;
|
|
33
|
+
currentPage: import("@angular/core").ModelSignal<number>;
|
|
34
|
+
filtersVisible: import("@angular/core").ModelSignal<boolean>;
|
|
35
|
+
select: EventEmitter<any>;
|
|
36
|
+
clickedRow: EventEmitter<any>;
|
|
37
|
+
searchChange: EventEmitter<string>;
|
|
38
|
+
filtersChange: EventEmitter<Record<string, any>>;
|
|
39
|
+
searchModeChange: EventEmitter<"client" | "server">;
|
|
40
|
+
pageChange: EventEmitter<{
|
|
41
|
+
pageIndex: number;
|
|
42
|
+
pageSize: number;
|
|
43
|
+
}>;
|
|
44
|
+
parsedFiltersColumns: import("@angular/core").Signal<TableColum[]>;
|
|
45
|
+
constructor(cdr: ChangeDetectorRef);
|
|
46
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
47
|
+
ngOnInit(): void;
|
|
48
|
+
parseData(data: any[]): void;
|
|
49
|
+
parseColumns(columns: TableColum[]): void;
|
|
50
|
+
setConfig(cfg: TableConfig): void;
|
|
51
|
+
private applyColumnsAndConfig;
|
|
52
|
+
setupDynamicFilters(): void;
|
|
53
|
+
applyFilters(): void;
|
|
54
|
+
get resolvedPageSize(): number;
|
|
55
|
+
private applyClientPagination;
|
|
56
|
+
onPageEvent(pageIndex: number): void;
|
|
57
|
+
isFirstPage(): boolean;
|
|
58
|
+
isLastPage(): boolean;
|
|
59
|
+
isSinglePage(): boolean;
|
|
60
|
+
lastPage(): number;
|
|
61
|
+
goToFirstPage(): void;
|
|
62
|
+
goToPreviousPage(): void;
|
|
63
|
+
goToNextPage(): void;
|
|
64
|
+
goToLastPage(): void;
|
|
65
|
+
getPaginationText(): string;
|
|
66
|
+
onSelectRow(row: any): void;
|
|
67
|
+
onSelect(): void;
|
|
68
|
+
isAllSelected(): boolean;
|
|
69
|
+
toggleAllRows(): void;
|
|
70
|
+
checkboxLabel(row?: any): string;
|
|
71
|
+
isEven(rowIndex: number): boolean;
|
|
72
|
+
isOdd(rowIndex: number): boolean;
|
|
73
|
+
isTemplateRef(value: any): boolean;
|
|
74
|
+
getCellClasses(row: any, columnKey: string, index: number): any;
|
|
75
|
+
getHeaderCellClasses(i: number): any;
|
|
76
|
+
getTableClasses(): string[];
|
|
77
|
+
getFormControl(name: string): FormControl;
|
|
78
|
+
toggleFilters(): void;
|
|
79
|
+
get colCount(): number;
|
|
80
|
+
get colCheckbox(): "0px" | "62px";
|
|
81
|
+
get colExpand(): "0px" | "40px";
|
|
82
|
+
get colActions(): "0px" | "80px";
|
|
83
|
+
get hasCheckbox(): 1 | 0;
|
|
84
|
+
get hasExpand(): 1 | 0;
|
|
85
|
+
get hasActions(): 1 | 0;
|
|
86
|
+
get cssVars(): {
|
|
87
|
+
'--col-count': number;
|
|
88
|
+
'--col-checkbox': string;
|
|
89
|
+
'--col-expand': string;
|
|
90
|
+
'--col-actions': string;
|
|
91
|
+
'--grid-template': string;
|
|
92
|
+
};
|
|
93
|
+
trackByColumn(column: any): string | number;
|
|
94
|
+
trackByRow(row: any): string | number;
|
|
95
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BmbTableLiteComponent, never>;
|
|
96
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BmbTableLiteComponent, "bmb-table-lite", never, { "showSearch": { "alias": "showSearch"; "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; }; "config": { "alias": "config"; "required": false; "isSignal": true; }; "truncate": { "alias": "truncate"; "required": false; "isSignal": true; }; "lang": { "alias": "lang"; "required": false; "isSignal": true; }; "serverSide": { "alias": "serverSide"; "required": false; "isSignal": true; }; "filtersPosition": { "alias": "filtersPosition"; "required": false; "isSignal": true; }; "initialTableSelection": { "alias": "initialTableSelection"; "required": false; "isSignal": true; }; "actionTemplate": { "alias": "actionTemplate"; "required": false; "isSignal": true; }; "detailTemplate": { "alias": "detailTemplate"; "required": false; "isSignal": true; }; "clearSelection": { "alias": "clearSelection"; "required": false; "isSignal": true; }; "currentPage": { "alias": "currentPage"; "required": false; "isSignal": true; }; "filtersVisible": { "alias": "filtersVisible"; "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>;
|
|
97
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { TemplateRef } from '@angular/core';
|
|
2
|
+
export interface TableColum {
|
|
3
|
+
label: string;
|
|
4
|
+
labelEn?: string;
|
|
5
|
+
def: string;
|
|
6
|
+
dataKey: string;
|
|
7
|
+
htmlLabel?: TemplateRef<any>;
|
|
8
|
+
templateActions?: TemplateRef<any>;
|
|
9
|
+
width?: number;
|
|
10
|
+
type?: 'string' | 'number' | 'date';
|
|
11
|
+
icon?: string;
|
|
12
|
+
dateFormat?: string;
|
|
13
|
+
isFilterable?: boolean;
|
|
14
|
+
}
|
|
15
|
+
export interface TableConfig {
|
|
16
|
+
isSelectable?: boolean;
|
|
17
|
+
isPaginable?: boolean;
|
|
18
|
+
isExpandible?: boolean;
|
|
19
|
+
showActions?: boolean;
|
|
20
|
+
}
|
|
21
|
+
export type IBmbFiltersPosition = 'top' | 'right' | 'bottom' | 'left';
|
|
22
|
+
export type IBmbTableLang = 'en' | 'es';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ElementRef, OnInit, AfterViewInit, NgZone, OnDestroy } from '@angular/core';
|
|
2
|
-
import { TabsService } from '../../services/tabs.service';
|
|
2
|
+
import { TabsService } from '../../services/tabs/tabs.service';
|
|
3
3
|
import { IBmbContrast } from '../../types/colors';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export interface IBmbTab {
|
|
@@ -12,6 +12,7 @@ export declare class BmbTagComponent implements AfterViewInit {
|
|
|
12
12
|
activityTag: import("@angular/core").InputSignal<boolean>;
|
|
13
13
|
isDisabled: import("@angular/core").InputSignal<boolean>;
|
|
14
14
|
isActive: import("@angular/core").InputSignal<boolean>;
|
|
15
|
+
enableClick: import("@angular/core").InputSignal<boolean>;
|
|
15
16
|
closedTag: import("@angular/core").OutputEmitterRef<string>;
|
|
16
17
|
clickedTag: import("@angular/core").OutputEmitterRef<string>;
|
|
17
18
|
groupedTags: never[];
|
|
@@ -21,5 +22,5 @@ export declare class BmbTagComponent implements AfterViewInit {
|
|
|
21
22
|
closeTag(text: string): void;
|
|
22
23
|
clickTag(text: string): void;
|
|
23
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<BmbTagComponent, never>;
|
|
24
|
-
static ɵcmp: i0.ɵɵ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>;
|
|
25
|
+
static ɵcmp: i0.ɵɵ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; }; "enableClick": { "alias": "enableClick"; "required": false; "isSignal": true; }; }, { "closedTag": "closedTag"; "clickedTag": "clickedTag"; }, never, never, true, never>;
|
|
25
26
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { SimpleChanges, TemplateRef } from '@angular/core';
|
|
2
2
|
import { DateTime } from 'luxon';
|
|
3
3
|
import { ITimelineEvent, ISelectedDate, ITimelineEventParsed, IBmbTimelineCustomEvent } from './types';
|
|
4
|
-
import { BmbNativeModalService } from '../../services/native-modal.service';
|
|
4
|
+
import { BmbNativeModalService } from '../../services/modal/native-modal.service';
|
|
5
5
|
import { IBbmBgAppearance } from '../bmb-advertisement-card/types';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
interface IPlaceholderObject {
|
|
@@ -9,6 +9,7 @@ export declare class BmbTooltipComponent {
|
|
|
9
9
|
align: import("@angular/core").InputSignal<IBmbAlignTooltip>;
|
|
10
10
|
justify: import("@angular/core").InputSignal<IBmbJustifyTooltip>;
|
|
11
11
|
isFill: import("@angular/core").InputSignal<boolean>;
|
|
12
|
+
handleFocus(event: Event): void;
|
|
12
13
|
getClasses(): string;
|
|
13
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<BmbTooltipComponent, never>;
|
|
14
15
|
static ɵcmp: i0.ɵɵ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>;
|
|
@@ -3,8 +3,8 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
export declare class BmbTotpComponent {
|
|
4
4
|
private formBuilder;
|
|
5
5
|
private destroy$;
|
|
6
|
-
title: import("@angular/core").InputSignal<string>;
|
|
7
|
-
subtitle: import("@angular/core").InputSignal<string>;
|
|
6
|
+
title: import("@angular/core").InputSignal<string | undefined>;
|
|
7
|
+
subtitle: import("@angular/core").InputSignal<string | undefined>;
|
|
8
8
|
instanceId: import("@angular/core").InputSignal<string>;
|
|
9
9
|
codeError: import("@angular/core").InputSignal<boolean>;
|
|
10
10
|
errorMessage: import("@angular/core").InputSignal<string>;
|
|
@@ -2,11 +2,11 @@ import { IBmbActionHeader, IBmbTargetLink, IBmbUserInfo } from '../../types';
|
|
|
2
2
|
import { IBmbActionHeaderLinks } from '../bmb-header-mitec/bmb-header-mitec.component';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class BmbUserProfileComponent {
|
|
5
|
-
headerLabel: import("@angular/core").InputSignal<string>;
|
|
6
|
-
anotherAccountLabel: import("@angular/core").InputSignal<string>;
|
|
5
|
+
headerLabel: import("@angular/core").InputSignal<string | undefined>;
|
|
6
|
+
anotherAccountLabel: import("@angular/core").InputSignal<string | undefined>;
|
|
7
7
|
anotherAccountLink: import("@angular/core").InputSignal<string>;
|
|
8
8
|
anotherAccountTarget: import("@angular/core").InputSignal<IBmbTargetLink>;
|
|
9
|
-
buttonLabel: import("@angular/core").InputSignal<string>;
|
|
9
|
+
buttonLabel: import("@angular/core").InputSignal<string | undefined>;
|
|
10
10
|
userInfo: import("@angular/core").InputSignal<IBmbUserInfo>;
|
|
11
11
|
actionHeaderLinks: import("@angular/core").InputSignal<IBmbActionHeaderLinks | undefined>;
|
|
12
12
|
actionHeaders: import("@angular/core").InputSignal<IBmbActionHeader[]>;
|
|
@@ -16,11 +16,13 @@ export declare class BmbUserSummaryContentComponent {
|
|
|
16
16
|
salutation: import("@angular/core").InputSignal<string>;
|
|
17
17
|
contentLayout: import("@angular/core").InputSignal<IBmbContentLayoutSummary>;
|
|
18
18
|
gapSize: import("@angular/core").InputSignal<SizeNames>;
|
|
19
|
+
CURP: import("@angular/core").InputSignal<string | undefined>;
|
|
20
|
+
additionalInfo: import("@angular/core").InputSignal<string | undefined>;
|
|
19
21
|
onUserClick: import("@angular/core").OutputEmitterRef<MouseEvent>;
|
|
20
|
-
getClass(mainClassName: string): string;
|
|
22
|
+
getClass(mainClassName: string): string[];
|
|
21
23
|
getSalutationClasses(mainClassName: string, isRole?: boolean): string[];
|
|
22
24
|
getName(): string;
|
|
23
25
|
handleUserClick(event: MouseEvent): void;
|
|
24
26
|
static ɵfac: i0.ɵɵFactoryDeclaration<BmbUserSummaryContentComponent, never>;
|
|
25
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BmbUserSummaryContentComponent, "bmb-user-summary-content", never, { "isProfile": { "alias": "isProfile"; "required": false; "isSignal": true; }; "name": { "alias": "name"; "required": false; "isSignal": true; }; "userId": { "alias": "userId"; "required": false; "isSignal": true; }; "image": { "alias": "image"; "required": false; "isSignal": true; }; "isImageBordered": { "alias": "isImageBordered"; "required": false; "isSignal": true; }; "altImage": { "alias": "altImage"; "required": false; "isSignal": true; }; "imageSize": { "alias": "imageSize"; "required": false; "isSignal": true; }; "infoCareer": { "alias": "infoCareer"; "required": false; "isSignal": true; }; "campus": { "alias": "campus"; "required": false; "isSignal": true; }; "role": { "alias": "role"; "required": false; "isSignal": true; }; "email": { "alias": "email"; "required": false; "isSignal": true; }; "salutation": { "alias": "salutation"; "required": false; "isSignal": true; }; "contentLayout": { "alias": "contentLayout"; "required": false; "isSignal": true; }; "gapSize": { "alias": "gapSize"; "required": false; "isSignal": true; }; }, { "onUserClick": "onUserClick"; }, never, never, true, never>;
|
|
27
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BmbUserSummaryContentComponent, "bmb-user-summary-content", never, { "isProfile": { "alias": "isProfile"; "required": false; "isSignal": true; }; "name": { "alias": "name"; "required": false; "isSignal": true; }; "userId": { "alias": "userId"; "required": false; "isSignal": true; }; "image": { "alias": "image"; "required": false; "isSignal": true; }; "isImageBordered": { "alias": "isImageBordered"; "required": false; "isSignal": true; }; "altImage": { "alias": "altImage"; "required": false; "isSignal": true; }; "imageSize": { "alias": "imageSize"; "required": false; "isSignal": true; }; "infoCareer": { "alias": "infoCareer"; "required": false; "isSignal": true; }; "campus": { "alias": "campus"; "required": false; "isSignal": true; }; "role": { "alias": "role"; "required": false; "isSignal": true; }; "email": { "alias": "email"; "required": false; "isSignal": true; }; "salutation": { "alias": "salutation"; "required": false; "isSignal": true; }; "contentLayout": { "alias": "contentLayout"; "required": false; "isSignal": true; }; "gapSize": { "alias": "gapSize"; "required": false; "isSignal": true; }; "CURP": { "alias": "CURP"; "required": false; "isSignal": true; }; "additionalInfo": { "alias": "additionalInfo"; "required": false; "isSignal": true; }; }, { "onUserClick": "onUserClick"; }, never, never, true, never>;
|
|
26
28
|
}
|
|
@@ -6,7 +6,7 @@ export declare class BmbUserSummaryComponent {
|
|
|
6
6
|
image: import("@angular/core").InputSignal<string>;
|
|
7
7
|
infoCareer: import("@angular/core").InputSignal<string>;
|
|
8
8
|
noBox: import("@angular/core").InputSignal<boolean>;
|
|
9
|
-
salutation: import("@angular/core").InputSignal<string>;
|
|
9
|
+
salutation: import("@angular/core").InputSignal<string | undefined>;
|
|
10
10
|
onClick: import("@angular/core").OutputEmitterRef<MouseEvent>;
|
|
11
11
|
handleClick(event: MouseEvent): void;
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<BmbUserSummaryComponent, never>;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { AfterViewInit, ElementRef, OnInit } from '@angular/core';
|
|
1
2
|
import * as i0 from "@angular/core";
|
|
2
3
|
export type IColumSizeMobile = 0 | 1 | 2 | 3 | 4;
|
|
3
4
|
export type IColumSizeFull = 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12;
|
|
@@ -5,16 +6,19 @@ export interface IMargin {
|
|
|
5
6
|
sm: number;
|
|
6
7
|
lg?: number;
|
|
7
8
|
}
|
|
8
|
-
export declare class BmbLayoutItemDirective {
|
|
9
|
+
export declare class BmbLayoutItemDirective implements OnInit, AfterViewInit {
|
|
10
|
+
private el;
|
|
9
11
|
colSm: import("@angular/core").InputSignal<IColumSizeMobile>;
|
|
10
12
|
colLg: import("@angular/core").InputSignal<IColumSizeFull>;
|
|
11
13
|
marginLeft: import("@angular/core").InputSignal<IMargin>;
|
|
12
14
|
marginRight: import("@angular/core").InputSignal<IMargin>;
|
|
13
15
|
colGrow: import("@angular/core").InputSignal<number>;
|
|
14
16
|
isDynamicItem: import("@angular/core").InputSignal<boolean>;
|
|
17
|
+
constructor(el: ElementRef);
|
|
15
18
|
get elementClass(): string[];
|
|
16
19
|
flex?: string;
|
|
17
20
|
ngOnInit(): void;
|
|
21
|
+
ngAfterViewInit(): void;
|
|
18
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<BmbLayoutItemDirective, never>;
|
|
19
23
|
static ɵdir: i0.ɵɵ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>;
|
|
20
24
|
}
|
|
@@ -8,8 +8,8 @@ export declare class BmbLayoutDirective {
|
|
|
8
8
|
dynamicCols: import("@angular/core").InputSignal<boolean>;
|
|
9
9
|
justify: import("@angular/core").InputSignal<IJustifyOptions>;
|
|
10
10
|
alignItems: import("@angular/core").InputSignal<IAlignItemsOptions>;
|
|
11
|
-
|
|
11
|
+
isContainerQuery: import("@angular/core").InputSignal<boolean | undefined>;
|
|
12
12
|
get elementClass(): string[];
|
|
13
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<BmbLayoutDirective, never>;
|
|
14
|
-
static ɵdir: i0.ɵɵ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>;
|
|
14
|
+
static ɵdir: i0.ɵɵ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; }; "isContainerQuery": { "alias": "isContainerQuery"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
15
15
|
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class BmbSelectorDirective {
|
|
3
|
+
idSelector: import("@angular/core").InputSignal<number>;
|
|
4
|
+
activeSelectorID: import("@angular/core").InputSignal<number>;
|
|
5
|
+
get elementClass(): string[];
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BmbSelectorDirective, never>;
|
|
7
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BmbSelectorDirective, "[bmbSelector]", never, { "idSelector": { "alias": "idSelector"; "required": true; "isSignal": true; }; "activeSelectorID": { "alias": "activeSelectorID"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import { BmbTranslationsService } from '../services/translations/translations.service';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class TranslatePipe implements PipeTransform {
|
|
5
|
+
private translationService;
|
|
6
|
+
constructor(translationService: BmbTranslationsService);
|
|
7
|
+
transform(key: string): string;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TranslatePipe, never>;
|
|
9
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<TranslatePipe, "translate", true>;
|
|
10
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { IBmbCalendarEvent } from '../../components/bmb-calendar/types';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class BmbCalendarService {
|
|
4
|
+
readonly eventList: import("@angular/core").WritableSignal<IBmbCalendarEvent[]>;
|
|
5
|
+
readonly isLoading: import("@angular/core").WritableSignal<boolean>;
|
|
6
|
+
addMultipleEvents(events: IBmbCalendarEvent[]): void;
|
|
7
|
+
addEvent(event: IBmbCalendarEvent): void;
|
|
8
|
+
deleteEvent(id: string): void;
|
|
9
|
+
editEvent(id: string): void;
|
|
10
|
+
getEventList(): IBmbCalendarEvent[];
|
|
11
|
+
setIsLoading(state: boolean): void;
|
|
12
|
+
getIsLoading(): boolean;
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BmbCalendarService, never>;
|
|
14
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<BmbCalendarService>;
|
|
15
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { ApplicationRef, EnvironmentInjector } from '@angular/core';
|
|
2
|
+
import { IBmbNativeModal } from '../../components/bmb-modal/bmb-modal.interface';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class BmbNativeModalService {
|
|
5
|
+
private appRef;
|
|
6
|
+
private environmentInjector;
|
|
7
|
+
readonly modalList: import("@angular/core").WritableSignal<IBmbNativeModal[]>;
|
|
8
|
+
private portalComponentRef;
|
|
9
|
+
constructor(appRef: ApplicationRef, environmentInjector: EnvironmentInjector);
|
|
10
|
+
private getOrCreatePortal;
|
|
11
|
+
openModal(newModal: IBmbNativeModal): string;
|
|
12
|
+
closeModal(id: string): void;
|
|
13
|
+
closeAllModals(): void;
|
|
14
|
+
getModalList(): IBmbNativeModal[];
|
|
15
|
+
checkIfModalExists(id: string): boolean;
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BmbNativeModalService, never>;
|
|
17
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<BmbNativeModalService>;
|
|
18
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { ApplicationRef, EnvironmentInjector } from '@angular/core';
|
|
2
|
+
import { INotification } from '../../components/bmb-push-notification/types';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export type NotificationPositionX = 'left' | 'right';
|
|
5
|
+
export type NotificationPositionY = 'top' | 'bottom';
|
|
6
|
+
export declare class BmbNotificationService {
|
|
7
|
+
private appRef;
|
|
8
|
+
private environmentInjector;
|
|
9
|
+
positionX?: NotificationPositionX | undefined;
|
|
10
|
+
positionY?: NotificationPositionY | undefined;
|
|
11
|
+
readonly notificationList: import("@angular/core").WritableSignal<INotification[]>;
|
|
12
|
+
private portalComponentRef;
|
|
13
|
+
constructor(appRef: ApplicationRef, environmentInjector: EnvironmentInjector, positionX?: NotificationPositionX | undefined, positionY?: NotificationPositionY | undefined);
|
|
14
|
+
private getOrCreatePortal;
|
|
15
|
+
addNotification(notification: INotification): void;
|
|
16
|
+
deleteNotification(id: string, delay?: number): void;
|
|
17
|
+
getNotificationList(): INotification[];
|
|
18
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BmbNotificationService, [null, null, { optional: true; }, { optional: true; }]>;
|
|
19
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<BmbNotificationService>;
|
|
20
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { ApplicationRef, EnvironmentInjector, TemplateRef, Type } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export type IBmbProjectedContentMode = 'over' | 'partial' | 'outside';
|
|
4
|
+
export interface IBmbProjectionContent {
|
|
5
|
+
content: TemplateRef<any> | null | Type<any>;
|
|
6
|
+
targetRef?: HTMLElement | null;
|
|
7
|
+
mode?: IBmbProjectedContentMode;
|
|
8
|
+
fixSizeToRef?: boolean;
|
|
9
|
+
inputContext?: {
|
|
10
|
+
[key: string]: any;
|
|
11
|
+
};
|
|
12
|
+
showBackdrop?: boolean;
|
|
13
|
+
outputContext?: {
|
|
14
|
+
[key: string]: (value: any) => void;
|
|
15
|
+
};
|
|
16
|
+
focusOnOpen?: boolean;
|
|
17
|
+
}
|
|
18
|
+
export declare class BmbProjectionContentService {
|
|
19
|
+
private appRef;
|
|
20
|
+
private environmentInjector;
|
|
21
|
+
readonly contentList: import("@angular/core").WritableSignal<IBmbProjectionContent | null>;
|
|
22
|
+
private portalComponentRef;
|
|
23
|
+
constructor(appRef: ApplicationRef, environmentInjector: EnvironmentInjector);
|
|
24
|
+
private getOrCreatePortal;
|
|
25
|
+
openContent(content: IBmbProjectionContent): void;
|
|
26
|
+
closeContent(): void;
|
|
27
|
+
getProjectedContent(): IBmbProjectionContent | null;
|
|
28
|
+
isThereContentProjected(): boolean;
|
|
29
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BmbProjectionContentService, never>;
|
|
30
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<BmbProjectionContentService>;
|
|
31
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { IBmbTab } from '../../components/bmb-tabs/bmb-tabs.component';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class TabsService {
|
|
4
|
+
private tabsSubject;
|
|
5
|
+
private selectedTabSubject;
|
|
6
|
+
tabs$: import("rxjs").Observable<IBmbTab[]>;
|
|
7
|
+
selectedTab$: import("rxjs").Observable<IBmbTab | null>;
|
|
8
|
+
setTabs(tabs: IBmbTab[]): void;
|
|
9
|
+
selectTab(tab: IBmbTab): void;
|
|
10
|
+
resetTabs(): void;
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TabsService, never>;
|
|
12
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<TabsService>;
|
|
13
|
+
}
|