@ti-tecnologico-de-monterrey-oficial/ds-ng 1.5.1320-a → 1.5.1320-b

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/index.d.ts CHANGED
@@ -434,7 +434,7 @@ interface INotification extends IMinimalNotification, IBmbNoticeCardContent {
434
434
  interface IMinimalNotification {
435
435
  title: string;
436
436
  subTitle?: string;
437
- content?: string | IBmbNoticeCardDescription;
437
+ content?: string | IBmbNoticeCardDescription | TemplateRef<unknown>;
438
438
  isFullColor: boolean;
439
439
  id?: string;
440
440
  }
@@ -1094,11 +1094,12 @@ declare class BmbCardButtonComponent {
1094
1094
  declare class BmbDropdownMenuComponent {
1095
1095
  private projectionService;
1096
1096
  items: _angular_core.InputSignal<IDropdownItem[]>;
1097
+ clickedItem: _angular_core.OutputEmitterRef<IDropdownItem>;
1097
1098
  contentRef: ElementRef<any>;
1098
1099
  constructor(projectionService: BmbProjectionContentService);
1099
1100
  openDropdown(): void;
1100
1101
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbDropdownMenuComponent, never>;
1101
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbDropdownMenuComponent, "bmb-dropdown-menu", never, { "items": { "alias": "items"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
1102
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbDropdownMenuComponent, "bmb-dropdown-menu", never, { "items": { "alias": "items"; "required": false; "isSignal": true; }; }, { "clickedItem": "clickedItem"; }, never, never, true, never>;
1102
1103
  }
1103
1104
 
1104
1105
  declare class BmbFilterCardComponent {
@@ -1749,9 +1750,9 @@ declare class BmbCheckboxComponent implements OnInit {
1749
1750
  }
1750
1751
 
1751
1752
  declare class BmbCalendarComponent implements OnInit, AfterViewInit {
1752
- private eventsSignal;
1753
- private modalService;
1754
- private translationsService;
1753
+ private readonly eventsSignal;
1754
+ private readonly modalService;
1755
+ private readonly translationsService;
1755
1756
  view: _angular_core.ModelSignal<IBmbCalendarView>;
1756
1757
  filters: _angular_core.ModelSignal<{
1757
1758
  [key: string]: boolean;
@@ -1783,7 +1784,7 @@ declare class BmbCalendarComponent implements OnInit, AfterViewInit {
1783
1784
  }>;
1784
1785
  detailContent?: TemplateRef<any>;
1785
1786
  modalTemplate: TemplateRef<any>;
1786
- private resize;
1787
+ resize(): void;
1787
1788
  constructor(eventsSignal: BmbCalendarService, modalService: BmbNativeModalService, translationsService: BmbTranslationsService);
1788
1789
  currentTime: _angular_core.WritableSignal<DateTime<boolean>>;
1789
1790
  private timerId;
@@ -3606,13 +3607,15 @@ declare class BmbImageComponent {
3606
3607
  }
3607
3608
 
3608
3609
  type IBmbStatusAppearance = 'success' | 'event' | 'warning' | 'error';
3610
+ type IBmbStatusIconColor = 'primary' | 'secondary';
3609
3611
  declare class BmbIconStatusComponent {
3610
3612
  icon: _angular_core.InputSignal<string>;
3611
3613
  statusAppearance: _angular_core.InputSignal<IBmbStatusAppearance | undefined>;
3614
+ iconColor: _angular_core.InputSignal<IBmbStatusIconColor>;
3612
3615
  getIconSize(): number;
3613
3616
  getClassName(baseClassName: string, className: string): string;
3614
3617
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbIconStatusComponent, never>;
3615
- 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>;
3618
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbIconStatusComponent, "bmb-icon-status", never, { "icon": { "alias": "icon"; "required": true; "isSignal": true; }; "statusAppearance": { "alias": "statusAppearance"; "required": false; "isSignal": true; }; "iconColor": { "alias": "iconColor"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
3616
3619
  }
3617
3620
 
3618
3621
  declare class BmbChatBubblesComponent {
@@ -3648,11 +3651,12 @@ declare class BmbDigitalIdComponent {
3648
3651
  icon: _angular_core.InputSignal<string>;
3649
3652
  imgProfile: _angular_core.InputSignal<string>;
3650
3653
  imgBackground: _angular_core.InputSignal<string>;
3651
- hideButton: _angular_core.InputSignal<boolean>;
3652
3654
  secondaryTextButton: _angular_core.InputSignal<string | undefined>;
3653
3655
  secondaryIconButton: _angular_core.InputSignal<string>;
3654
3656
  disableSecondaryButton: _angular_core.InputSignal<boolean>;
3655
3657
  disableMainButton: _angular_core.InputSignal<boolean>;
3658
+ hideMainButton: _angular_core.InputSignal<boolean>;
3659
+ hideSecondaryButton: _angular_core.InputSignal<boolean>;
3656
3660
  logoSrc: _angular_core.InputSignal<string>;
3657
3661
  close: _angular_core.OutputEmitterRef<MouseEvent>;
3658
3662
  access: _angular_core.OutputEmitterRef<MouseEvent>;
@@ -3662,7 +3666,7 @@ declare class BmbDigitalIdComponent {
3662
3666
  clickAccess(event?: MouseEvent): void;
3663
3667
  getFullName(): string;
3664
3668
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbDigitalIdComponent, never>;
3665
- 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; }; "disableSecondaryButton": { "alias": "disableSecondaryButton"; "required": false; "isSignal": true; }; "disableMainButton": { "alias": "disableMainButton"; "required": false; "isSignal": true; }; "logoSrc": { "alias": "logoSrc"; "required": false; "isSignal": true; }; }, { "close": "close"; "access": "access"; "onSecondaryClick": "onSecondaryClick"; }, never, never, true, never>;
3669
+ 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; }; "secondaryTextButton": { "alias": "secondaryTextButton"; "required": false; "isSignal": true; }; "secondaryIconButton": { "alias": "secondaryIconButton"; "required": false; "isSignal": true; }; "disableSecondaryButton": { "alias": "disableSecondaryButton"; "required": false; "isSignal": true; }; "disableMainButton": { "alias": "disableMainButton"; "required": false; "isSignal": true; }; "hideMainButton": { "alias": "hideMainButton"; "required": false; "isSignal": true; }; "hideSecondaryButton": { "alias": "hideSecondaryButton"; "required": false; "isSignal": true; }; "logoSrc": { "alias": "logoSrc"; "required": false; "isSignal": true; }; }, { "close": "close"; "access": "access"; "onSecondaryClick": "onSecondaryClick"; }, never, never, true, never>;
3666
3670
  }
3667
3671
 
3668
3672
  declare class BmbSoundsCardComponent implements AfterViewInit {
@@ -4070,4 +4074,4 @@ declare class BmbTableLiteComponent implements OnInit, OnChanges {
4070
4074
  }
4071
4075
 
4072
4076
  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, BmbSelectorDirective, BmbServerTableComponent, BmbSidebarComponent, BmbSimpleHeaderComponent, BmbSkeletonComponent, BmbSoundsCardComponent, BmbStatCounterComponent, BmbStepProgressBarComponent, BmbStudentActivityCardComponent, BmbSwitchComponent, BmbTabStudentActivityComponent, BmbTableLiteComponent, BmbTablesComponent, BmbTabsComponent, BmbTagComponent, BmbTextEditorComponent, BmbTextLinkComponent, BmbThemeComponent, BmbThreeColsComponent, BmbTimestreamCardComponent, BmbTimestreamComponent, BmbTitleContentComponent, BmbToastComponent, BmbTooltipComponent, BmbTopBarComponent, BmbTopBarItemComponent, BmbTotpComponent, BmbTranslationsService, BmbUserImageComponent, BmbUserProfileComponent, BmbUserProfileService, BmbUserSummaryComponent, BmbUserSummaryContentComponent, BmbValueCounterComponent, BmbVerticalLayoutDirective, BmbVerticalLayoutItemDirective, BmbWebTemplatesComponent, BmbWheelMenuComponent, DsNgComponent, DsNgService, TabsService, ThemeService, ToastService, TranslatePipe, defaultActionList, defaultBotList };
4073
- export type { BmbDictionaries, 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, IBmbContentLayoutSummary, IBmbControlType, IBmbDataAlert, IBmbDataAlertDetails, IBmbDataAlertsEventType, IBmbDataAlertsOutput, IBmbDataAlertsParsed, IBmbDataTopBar, IBmbDropdownItem, IBmbElementDetail, IBmbError, IBmbEvalRubricButtons, IBmbEvaluationRubric, IBmbEventType, IBmbFiltersPosition$1 as 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$1 as TableColum, TableConfig$1 as TableConfig, Target };
4077
+ export type { BmbDictionaries, 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, IBmbContentLayoutSummary, IBmbControlType, IBmbDataAlert, IBmbDataAlertDetails, IBmbDataAlertsEventType, IBmbDataAlertsOutput, IBmbDataAlertsParsed, IBmbDataTopBar, IBmbDropdownItem, IBmbElementDetail, IBmbError, IBmbEvalRubricButtons, IBmbEvaluationRubric, IBmbEventType, IBmbFiltersPosition$1 as 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, IBmbStatusIconColor, 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$1 as TableColum, TableConfig$1 as TableConfig, Target };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ti-tecnologico-de-monterrey-oficial/ds-ng",
3
- "version": "1.5.1320-a",
3
+ "version": "1.5.1320-b",
4
4
  "description": "Design System oficial del Tecnológico de Monterrey - Descubre cómo nuestro Design System no solo da forma a la estética, sino que también impulsa la consistencia en cada rincón de nuestro diseño, proporcionando una base sólida para construir experiencias memorables y coherentes. Únete a nosotros en este viaje donde la creatividad, coherencia y elegancia se encuentran para dar vida a un mundo visualmente armonioso y funcionalmente fluido.",
5
5
  "keywords": [
6
6
  "angular",