@ti-tecnologico-de-monterrey-oficial/ds-ng 1.6.20-e → 1.6.20-f

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
@@ -18,7 +18,7 @@ declare class DsNgService {
18
18
  }
19
19
 
20
20
  type IBmbColor = 'blue-mariner-50' | 'blue-mariner-100' | 'blue-mariner-200' | 'blue-mariner-300' | 'blue-mariner-400' | 'blue-mariner-500' | 'blue-mariner-700' | 'blue-mariner-800' | 'blue-mariner-900' | 'blue-mariner-950' | 'gray-charade-50' | 'gray-charade-100' | 'gray-charade-200' | 'gray-charade-300' | 'gray-charade-500' | 'gray-charade-600' | 'gray-charade-700' | 'gray-charade-800' | 'gray-charade-900' | 'gray-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';
21
- type IBmbContrast = 'default' | 'primary' | 'alternative';
21
+ type IBmbContrast = 'default' | 'primary' | 'alternative' | 'solid';
22
22
 
23
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
24
  type IBmbInteractiveIconType = 'regular' | 'button' | 'app_drawer';
@@ -162,6 +162,7 @@ interface IBmbDataAlert {
162
162
  type: string;
163
163
  isFavorite: boolean;
164
164
  isArchived: boolean;
165
+ customEventHandler?: boolean;
165
166
  }
166
167
  type IBmbDataAlertsEventType = 'isRead' | 'tags' | 'isFavorite' | 'isArchived';
167
168
  interface IBmbDataAlertsOutput {
@@ -200,6 +201,11 @@ interface IBmbAlertCenterFooterEvent {
200
201
  alerts: IBmbDataAlert[];
201
202
  event: IBmbAlertCenterFooterEventName;
202
203
  }
204
+ interface IBmbBottomNavigationBarProps {
205
+ tags: boolean;
206
+ favorites: boolean;
207
+ archive: boolean;
208
+ }
203
209
 
204
210
  type TBmbMessageType = 'text' | 'mixed' | 'image' | 'link' | 'options' | 'template';
205
211
  type IBmbBubblePosition = 'top' | 'bottom';
@@ -1306,6 +1312,7 @@ declare class BmbInputComponent implements OnInit {
1306
1312
  isClearable: _angular_core.InputSignal<boolean>;
1307
1313
  customValidation: _angular_core.InputSignal<ValidatorFn | undefined>;
1308
1314
  inputId: _angular_core.InputSignal<string>;
1315
+ isLoading: _angular_core.InputSignal<boolean>;
1309
1316
  showError: _angular_core.ModelSignal<boolean>;
1310
1317
  control: _angular_core.ModelSignal<FormControl<any>>;
1311
1318
  isFocus: _angular_core.OutputEmitterRef<boolean>;
@@ -1321,7 +1328,7 @@ declare class BmbInputComponent implements OnInit {
1321
1328
  handleKeyPress(event: KeyboardEvent): void;
1322
1329
  handleChange(value: HTMLInputElement): void;
1323
1330
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbInputComponent, never>;
1324
- 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; }; "max": { "alias": "max"; "required": false; "isSignal": true; }; "min": { "alias": "min"; "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; }; "inputId": { "alias": "inputId"; "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>;
1331
+ 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; }; "max": { "alias": "max"; "required": false; "isSignal": true; }; "min": { "alias": "min"; "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; }; "inputId": { "alias": "inputId"; "required": false; "isSignal": true; }; "isLoading": { "alias": "isLoading"; "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>;
1325
1332
  }
1326
1333
 
1327
1334
  declare class BmbDividerComponent {
@@ -2023,7 +2030,7 @@ declare class BmbTablesComponent implements AfterViewInit, OnInit, OnChanges {
2023
2030
  filtersVisible: _angular_core.ModelSignal<boolean>;
2024
2031
  filtersPosition: _angular_core.InputSignal<IBmbFiltersPosition$1>;
2025
2032
  filtersModel: _angular_core.ModelSignal<Record<string, any>>;
2026
- selectionMode: _angular_core.InputSignal<"page" | "all">;
2033
+ selectionMode: _angular_core.InputSignal<"all" | "page">;
2027
2034
  clearSelectionWhenPageChanges: _angular_core.InputSignal<boolean>;
2028
2035
  select: EventEmitter<any>;
2029
2036
  clickedRow: EventEmitter<any>;
@@ -2639,6 +2646,7 @@ declare class BmbNotificationCardComponent {
2639
2646
  selectedTab: _angular_core.ModelSignal<number>;
2640
2647
  badgeTabs: _angular_core.Signal<number[]>;
2641
2648
  tabsConfig: _angular_core.Signal<IBmbTab[]>;
2649
+ unreadAlerts: _angular_core.Signal<IBmbDataAlertsParsed[]>;
2642
2650
  handleAlertEvent(alert: unknown): void;
2643
2651
  handleAlertSelected(alert: IBmbDataAlertsParsed): void;
2644
2652
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbNotificationCardComponent, never>;
@@ -3503,7 +3511,11 @@ declare class BmbProfileComponent implements OnInit {
3503
3511
  tecServicesLink: _angular_core.InputSignal<string>;
3504
3512
  targetLinks: _angular_core.InputSignal<IBmbTargetLink>;
3505
3513
  versionLabel: _angular_core.InputSignal<string>;
3514
+ versionBackText: _angular_core.InputSignal<string>;
3515
+ versionBackLink: _angular_core.InputSignal<string>;
3516
+ versionBackTarget: _angular_core.InputSignal<IBmbTargetLink>;
3506
3517
  enableLangChange: _angular_core.InputSignal<boolean>;
3518
+ enableVersionBack: _angular_core.InputSignal<boolean>;
3507
3519
  handleCloseSession: _angular_core.OutputEmitterRef<void>;
3508
3520
  handleCloseProfile: _angular_core.OutputEmitterRef<void>;
3509
3521
  handleCollaboratorClick: _angular_core.OutputEmitterRef<IBmbUserData>;
@@ -3518,7 +3530,7 @@ declare class BmbProfileComponent implements OnInit {
3518
3530
  handleButtonClick(data: IBmbUserData | undefined): void;
3519
3531
  handleRadial(newValue: string): void;
3520
3532
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbProfileComponent, never>;
3521
- 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>;
3533
+ 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; }; "versionBackText": { "alias": "versionBackText"; "required": false; "isSignal": true; }; "versionBackLink": { "alias": "versionBackLink"; "required": false; "isSignal": true; }; "versionBackTarget": { "alias": "versionBackTarget"; "required": false; "isSignal": true; }; "enableLangChange": { "alias": "enableLangChange"; "required": false; "isSignal": true; }; "enableVersionBack": { "alias": "enableVersionBack"; "required": false; "isSignal": true; }; "handleLangChange": { "alias": "handleLangChange"; "required": false; "isSignal": true; }; }, { "handleCloseSession": "handleCloseSession"; "handleCloseProfile": "handleCloseProfile"; "handleCollaboratorClick": "handleCollaboratorClick"; "handleLangChange": "handleLangChangeChange"; }, never, never, true, never>;
3522
3534
  }
3523
3535
 
3524
3536
  declare class BmbBookmarkComponent {
@@ -3634,6 +3646,12 @@ declare class BmbListItemsComponent implements OnInit {
3634
3646
  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>;
3635
3647
  }
3636
3648
 
3649
+ interface BmbImageItem {
3650
+ src: string;
3651
+ mobileSrc?: string;
3652
+ alt?: string;
3653
+ }
3654
+
3637
3655
  declare class BmbImageComponent {
3638
3656
  src: _angular_core.InputSignal<string>;
3639
3657
  mobileSrc: _angular_core.InputSignal<string | undefined>;
@@ -3644,11 +3662,19 @@ declare class BmbImageComponent {
3644
3662
  loading: _angular_core.InputSignal<IBmbMediaCardLoading>;
3645
3663
  enableZoom: _angular_core.InputSignal<boolean>;
3646
3664
  isBlurredBackdrop: _angular_core.InputSignal<boolean>;
3665
+ images: _angular_core.InputSignal<BmbImageItem[] | null>;
3666
+ currentIndex: _angular_core.WritableSignal<number>;
3667
+ isCarousel: _angular_core.Signal<boolean>;
3668
+ currentImage: _angular_core.Signal<BmbImageItem>;
3647
3669
  encodedURL: _angular_core.Signal<string>;
3648
3670
  encodedMobileURL: _angular_core.Signal<string>;
3671
+ canGoPrev: _angular_core.Signal<boolean>;
3672
+ canGoNext: _angular_core.Signal<boolean>;
3673
+ next(): void;
3674
+ prev(): void;
3649
3675
  getClasses(): string[];
3650
3676
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbImageComponent, never>;
3651
- 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>;
3677
+ 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; }; "images": { "alias": "images"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
3652
3678
  }
3653
3679
 
3654
3680
  type IBmbStatusAppearance = 'success' | 'event' | 'warning' | 'error';
@@ -3896,12 +3922,14 @@ declare class BmbTitleContentComponent {
3896
3922
  icon: _angular_core.InputSignal<string>;
3897
3923
  iconSize: _angular_core.InputSignal<number>;
3898
3924
  bgIconAppearance: _angular_core.InputSignal<IBmbColor | undefined>;
3925
+ isAvatarIcon: _angular_core.InputSignal<boolean>;
3926
+ avatarSize: _angular_core.InputSignal<IBmbUserImageSize>;
3899
3927
  isImage(icon: string): boolean;
3900
3928
  getStyles(): object;
3901
3929
  getClassNames(mainName: string, size: string, fontWeight: string): string[];
3902
3930
  showBreadcrumbs(): boolean;
3903
3931
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbTitleContentComponent, never>;
3904
- 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>;
3932
+ 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; }; "isAvatarIcon": { "alias": "isAvatarIcon"; "required": false; "isSignal": true; }; "avatarSize": { "alias": "avatarSize"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
3905
3933
  }
3906
3934
 
3907
3935
  declare class BmbItemComponent {
@@ -4119,5 +4147,34 @@ declare class BmbTableLiteComponent implements OnInit, OnChanges {
4119
4147
  static ɵcmp: _angular_core.ɵɵ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>;
4120
4148
  }
4121
4149
 
4122
- 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, BmbIconService, 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, 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, DsNgComponent, DsNgService, TabsService, ThemeService, ToastService, TranslatePipe, defaultActionList, defaultBotList };
4123
- 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, IMessageContentOptions, IMinimalNotification, INotification, INotificationAction, ISelectedDate, IStudentActivityAppearance, ITimelineDayEvent, ITimelineEvent, ITimelineEventParsed, ITimelineEventType, IUserInformation, MessageContent, ModalDataConfig, NotificationPositionX, NotificationPositionY, NotificationType, SidebarElement, SizeNames, TBmbMessageType, TableColum$1 as TableColum, TableConfig$1 as TableConfig, Target };
4150
+ interface IBmbSearchCardItemResult {
4151
+ id: string;
4152
+ name: string;
4153
+ subtitle: string;
4154
+ avatarOrIcon: string;
4155
+ backgroundColorIcon?: IBmbColor;
4156
+ type: 'person' | 'service';
4157
+ [key: string]: any;
4158
+ }
4159
+ declare class BmbSearchCardComponent {
4160
+ private translationsService;
4161
+ title: _angular_core.InputSignal<string>;
4162
+ inputPlaceholder: _angular_core.InputSignal<string>;
4163
+ results: _angular_core.InputSignal<IBmbSearchCardItemResult[]>;
4164
+ isLoading: _angular_core.InputSignal<boolean>;
4165
+ selectedTabId: _angular_core.ModelSignal<number>;
4166
+ triggerSearch: _angular_core.OutputEmitterRef<string>;
4167
+ searchItemClick: _angular_core.OutputEmitterRef<IBmbSearchCardItemResult>;
4168
+ inputSearchControl: FormControl<string | null>;
4169
+ computedResults: _angular_core.Signal<{
4170
+ services: IBmbSearchCardItemResult[];
4171
+ persons: IBmbSearchCardItemResult[];
4172
+ }>;
4173
+ tabsData: _angular_core.Signal<IBmbTab[]>;
4174
+ constructor(translationsService: BmbTranslationsService);
4175
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<BmbSearchCardComponent, never>;
4176
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<BmbSearchCardComponent, "bmb-search-card", never, { "title": { "alias": "title"; "required": false; "isSignal": true; }; "inputPlaceholder": { "alias": "inputPlaceholder"; "required": false; "isSignal": true; }; "results": { "alias": "results"; "required": false; "isSignal": true; }; "isLoading": { "alias": "isLoading"; "required": false; "isSignal": true; }; "selectedTabId": { "alias": "selectedTabId"; "required": false; "isSignal": true; }; }, { "selectedTabId": "selectedTabIdChange"; "triggerSearch": "triggerSearch"; "searchItemClick": "searchItemClick"; }, never, never, true, never>;
4177
+ }
4178
+
4179
+ 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, BmbIconService, 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, BmbSearchCardComponent, BmbSearchInputComponent, BmbSelectorDirective, BmbServerTableComponent, BmbSidebarComponent, BmbSimpleHeaderComponent, BmbSkeletonComponent, BmbSoundsCardComponent, BmbStatCounterComponent, BmbStepProgressBarComponent, BmbStudentActivityCardComponent, BmbSwitchComponent, 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, DsNgComponent, DsNgService, TabsService, ThemeService, ToastService, TranslatePipe, defaultActionList, defaultBotList };
4180
+ 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, IBmbBottomNavigationBarProps, 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, IBmbSearchCardItemResult, IBmbServerTableColumn, IBmbStatusAppearance, IBmbStatusIconColor, IBmbStudentProfileData, IBmbTab, IBmbTargetLink, IBmbTemplateName, IBmbTextLinkStyle, IBmbTimelineCustomEvent, IBmbTimestreamFilters, IBmbUserData, IBmbUserImageSize, IBmbUserInfo, IBotType, IButtonAppearance, IButtonSize, ICardButton, IChatBarActions, IColumSizeFull, IColumSizeMobile, IDropdownItem, IJustifyOptions, IMargin, IMessageContentOptions, IMinimalNotification, INotification, INotificationAction, 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.6.020-e",
3
+ "version": "1.6.020-f",
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",