@ti-tecnologico-de-monterrey-oficial/ds-ng 1.5.1320-b-beta.1 → 1.5.1320-c
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
|
}
|
|
@@ -913,8 +913,9 @@ declare class BmbAccordionComponent implements OnInit, OnChanges {
|
|
|
913
913
|
getClassesHeader(): string[];
|
|
914
914
|
getClassesContent(): string;
|
|
915
915
|
getStyles(): any;
|
|
916
|
-
toggle(event
|
|
916
|
+
toggle(event: MouseEvent): void;
|
|
917
917
|
getIconToggle(): string;
|
|
918
|
+
handleToggleKeyboard(event: KeyboardEvent): void;
|
|
918
919
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbAccordionComponent, never>;
|
|
919
920
|
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>;
|
|
920
921
|
}
|
|
@@ -1071,8 +1072,8 @@ declare class BmbCardButtonComponent {
|
|
|
1071
1072
|
iconTemplate: TemplateRef<any> | null;
|
|
1072
1073
|
isTemplate: _angular_core.InputSignal<boolean>;
|
|
1073
1074
|
textLink: _angular_core.InputSignal<IBmbLinkConfiguration | undefined>;
|
|
1074
|
-
onAddContentClick: _angular_core.OutputEmitterRef<MouseEvent>;
|
|
1075
|
-
onTitleClick: _angular_core.OutputEmitterRef<MouseEvent>;
|
|
1075
|
+
onAddContentClick: _angular_core.OutputEmitterRef<MouseEvent | KeyboardEvent>;
|
|
1076
|
+
onTitleClick: _angular_core.OutputEmitterRef<MouseEvent | KeyboardEvent>;
|
|
1076
1077
|
onSmallClick: _angular_core.OutputEmitterRef<MouseEvent>;
|
|
1077
1078
|
isSmall: _angular_core.InputSignal<boolean>;
|
|
1078
1079
|
botIcon: _angular_core.InputSignal<string>;
|
|
@@ -1084,8 +1085,8 @@ declare class BmbCardButtonComponent {
|
|
|
1084
1085
|
customContent: TemplateRef<any>;
|
|
1085
1086
|
truncateText(text: string, maxLength: number): string;
|
|
1086
1087
|
handleSmallClick(event: MouseEvent): void;
|
|
1087
|
-
handleTitleClick(event: MouseEvent): void;
|
|
1088
|
-
handleAddContent(event: MouseEvent): void;
|
|
1088
|
+
handleTitleClick(event: MouseEvent | KeyboardEvent): void;
|
|
1089
|
+
handleAddContent(event: MouseEvent | KeyboardEvent): void;
|
|
1089
1090
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbCardButtonComponent, never>;
|
|
1090
1091
|
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>;
|
|
1091
1092
|
}
|
|
@@ -3502,12 +3503,11 @@ declare class BmbBookmarkComponent {
|
|
|
3502
3503
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbBookmarkComponent, "bmb-bookmark", never, { "isActive": { "alias": "isActive"; "required": false; "isSignal": true; }; }, { "isActive": "isActiveChange"; }, never, never, true, never>;
|
|
3503
3504
|
}
|
|
3504
3505
|
|
|
3505
|
-
declare class BmbTextEditorComponent {
|
|
3506
|
+
declare class BmbTextEditorComponent implements AfterViewInit, OnInit {
|
|
3506
3507
|
private sanitizer;
|
|
3507
3508
|
control: _angular_core.InputSignal<FormControl<any>>;
|
|
3508
3509
|
editor: ElementRef<HTMLDivElement>;
|
|
3509
|
-
|
|
3510
|
-
sanitizedContent: SafeHtml;
|
|
3510
|
+
sanitizedContent: _angular_core.WritableSignal<SafeHtml>;
|
|
3511
3511
|
currentAlignment: string;
|
|
3512
3512
|
showTableDialog: boolean;
|
|
3513
3513
|
tableRows: number;
|
|
@@ -3515,6 +3515,7 @@ declare class BmbTextEditorComponent {
|
|
|
3515
3515
|
detectAlignment(): void;
|
|
3516
3516
|
applyAlignment(alignment: string): void;
|
|
3517
3517
|
constructor(sanitizer: DomSanitizer);
|
|
3518
|
+
ngOnInit(): void;
|
|
3518
3519
|
ngAfterViewInit(): void;
|
|
3519
3520
|
handleChange(event: Event, type: string): void;
|
|
3520
3521
|
execCommand(command: string, value?: string | null): void;
|
|
@@ -3625,16 +3626,16 @@ declare class BmbChatBubblesComponent {
|
|
|
3625
3626
|
isThinking: _angular_core.InputSignal<boolean>;
|
|
3626
3627
|
iconBotDefault: _angular_core.Signal<string>;
|
|
3627
3628
|
gptActiveIcons: _angular_core.InputSignal<IBmbChatGptIcons>;
|
|
3628
|
-
onRepeatRequest: _angular_core.OutputEmitterRef<MouseEvent>;
|
|
3629
|
-
onVoice: _angular_core.OutputEmitterRef<MouseEvent>;
|
|
3630
|
-
onCopy: _angular_core.OutputEmitterRef<MouseEvent>;
|
|
3631
|
-
onLike: _angular_core.OutputEmitterRef<MouseEvent>;
|
|
3632
|
-
onDislike: _angular_core.OutputEmitterRef<MouseEvent>;
|
|
3633
|
-
handleRepeat(event: MouseEvent): void;
|
|
3634
|
-
handleVoice(event: MouseEvent): void;
|
|
3635
|
-
handleCopyContent(event: MouseEvent): void;
|
|
3636
|
-
handleLike(event: MouseEvent): void;
|
|
3637
|
-
handleDislike(event: MouseEvent): void;
|
|
3629
|
+
onRepeatRequest: _angular_core.OutputEmitterRef<MouseEvent | KeyboardEvent>;
|
|
3630
|
+
onVoice: _angular_core.OutputEmitterRef<MouseEvent | KeyboardEvent>;
|
|
3631
|
+
onCopy: _angular_core.OutputEmitterRef<MouseEvent | KeyboardEvent>;
|
|
3632
|
+
onLike: _angular_core.OutputEmitterRef<MouseEvent | KeyboardEvent>;
|
|
3633
|
+
onDislike: _angular_core.OutputEmitterRef<MouseEvent | KeyboardEvent>;
|
|
3634
|
+
handleRepeat(event: MouseEvent | KeyboardEvent): void;
|
|
3635
|
+
handleVoice(event: MouseEvent | KeyboardEvent): void;
|
|
3636
|
+
handleCopyContent(event: MouseEvent | KeyboardEvent): void;
|
|
3637
|
+
handleLike(event: MouseEvent | KeyboardEvent): void;
|
|
3638
|
+
handleDislike(event: MouseEvent | KeyboardEvent): void;
|
|
3638
3639
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbChatBubblesComponent, never>;
|
|
3639
3640
|
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>;
|
|
3640
3641
|
}
|
|
@@ -3650,11 +3651,12 @@ declare class BmbDigitalIdComponent {
|
|
|
3650
3651
|
icon: _angular_core.InputSignal<string>;
|
|
3651
3652
|
imgProfile: _angular_core.InputSignal<string>;
|
|
3652
3653
|
imgBackground: _angular_core.InputSignal<string>;
|
|
3653
|
-
hideButton: _angular_core.InputSignal<boolean>;
|
|
3654
3654
|
secondaryTextButton: _angular_core.InputSignal<string | undefined>;
|
|
3655
3655
|
secondaryIconButton: _angular_core.InputSignal<string>;
|
|
3656
3656
|
disableSecondaryButton: _angular_core.InputSignal<boolean>;
|
|
3657
3657
|
disableMainButton: _angular_core.InputSignal<boolean>;
|
|
3658
|
+
hideMainButton: _angular_core.InputSignal<boolean>;
|
|
3659
|
+
hideSecondaryButton: _angular_core.InputSignal<boolean>;
|
|
3658
3660
|
logoSrc: _angular_core.InputSignal<string>;
|
|
3659
3661
|
close: _angular_core.OutputEmitterRef<MouseEvent>;
|
|
3660
3662
|
access: _angular_core.OutputEmitterRef<MouseEvent>;
|
|
@@ -3664,7 +3666,7 @@ declare class BmbDigitalIdComponent {
|
|
|
3664
3666
|
clickAccess(event?: MouseEvent): void;
|
|
3665
3667
|
getFullName(): string;
|
|
3666
3668
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbDigitalIdComponent, never>;
|
|
3667
|
-
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; }; "
|
|
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>;
|
|
3668
3670
|
}
|
|
3669
3671
|
|
|
3670
3672
|
declare class BmbSoundsCardComponent implements AfterViewInit {
|
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-
|
|
3
|
+
"version": "1.5.1320-c",
|
|
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",
|