@ti-tecnologico-de-monterrey-oficial/ds-ng 1.5.1118-a → 1.5.1118-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/esm2022/lib/components/bmb-alert-center/bmb-alert-center.component.mjs +15 -10
- package/esm2022/lib/components/bmb-calendar/bmb-calendar.component.mjs +26 -3
- package/esm2022/lib/components/bmb-calendar/common/bmb-calendar-header/bmb-calendar-header.component.mjs +2 -3
- 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-month/bmb-calendar-template-month.component.mjs +3 -3
- package/esm2022/lib/components/bmb-calendar/common/bmb-calendar-template-week/bmb-calendar-template-week.component.mjs +3 -3
- package/esm2022/lib/components/bmb-checkbox/bmb-checkbox.component.mjs +3 -3
- package/esm2022/lib/components/bmb-filter-card/bmb-filter-card.component.mjs +3 -3
- package/esm2022/lib/components/bmb-filter-card/bmb-filter-card.interface.mjs +1 -1
- package/esm2022/lib/components/bmb-modal/bmb-modal.interface.mjs +1 -1
- package/esm2022/lib/components/bmb-modal/bmb-native-modal.component.mjs +17 -9
- package/esm2022/lib/components/bmb-portal/bmb-portal.component.mjs +3 -3
- package/esm2022/lib/components/bmb-radial/bmb-radial.component.mjs +3 -3
- package/esm2022/lib/components/bmb-step-progress-bar/bmb-step-progress-bar.component.mjs +3 -3
- package/fesm2022/ti-tecnologico-de-monterrey-oficial-ds-ng.mjs +68 -35
- package/fesm2022/ti-tecnologico-de-monterrey-oficial-ds-ng.mjs.map +1 -1
- package/lib/components/bmb-alert-center/bmb-alert-center.component.d.ts +3 -3
- package/lib/components/bmb-calendar/bmb-calendar.component.d.ts +2 -0
- package/lib/components/bmb-filter-card/bmb-filter-card.interface.d.ts +2 -0
- package/lib/components/bmb-modal/bmb-modal.interface.d.ts +4 -1
- package/lib/components/bmb-modal/bmb-native-modal.component.d.ts +6 -5
- package/package.json +2 -2
|
@@ -2,11 +2,11 @@ import { ElementRef, TemplateRef } from '@angular/core';
|
|
|
2
2
|
import { IBmbTab } from '../bmb-tabs/bmb-tabs.component';
|
|
3
3
|
import { DateTime } from 'luxon';
|
|
4
4
|
import { IBmbDataAlert, IBmbDataAlertsParsed, IBmbAlertCenterCategories, IBmbDataAlertsOutput, IBmbAlertEmptyState, IBmbAlertCenterTabConfig, IBmbAlertCenterFooterEvent, IBmbAlertCenterProtoEventFooter } from './types';
|
|
5
|
-
import { MatDialog } from '@angular/material/dialog';
|
|
6
5
|
import { BmbAlertCenterService } from './bmb-alert-center.service';
|
|
6
|
+
import { BmbNativeModalService } from '../../services/native-modal.service';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
export declare class BmbAlertCenterComponent {
|
|
9
|
-
private
|
|
9
|
+
private nativeModalService;
|
|
10
10
|
private bmbAlertCenterService;
|
|
11
11
|
dateFormat: import("@angular/core").InputSignal<string>;
|
|
12
12
|
tabsName: import("@angular/core").InputSignal<string[] | IBmbAlertCenterTabConfig[]>;
|
|
@@ -23,7 +23,7 @@ export declare class BmbAlertCenterComponent {
|
|
|
23
23
|
navigationBarEvents: import("@angular/core").OutputEmitterRef<IBmbAlertCenterFooterEvent>;
|
|
24
24
|
detailContent?: TemplateRef<any>;
|
|
25
25
|
container: ElementRef;
|
|
26
|
-
constructor(
|
|
26
|
+
constructor(nativeModalService: BmbNativeModalService, bmbAlertCenterService: BmbAlertCenterService);
|
|
27
27
|
alertList: import("@angular/core").Signal<IBmbDataAlert[]>;
|
|
28
28
|
advertisementsList: import("@angular/core").Signal<IBmbDataAlert[]>;
|
|
29
29
|
isLoading: import("@angular/core").Signal<boolean>;
|
|
@@ -60,6 +60,8 @@ export declare class BmbCalendarComponent implements OnInit, AfterViewInit {
|
|
|
60
60
|
handleFormReset(_: any): void;
|
|
61
61
|
handleApplyFilters(): void;
|
|
62
62
|
getFormControl(name: string): FormControl;
|
|
63
|
+
getCalendarName(name: string): string;
|
|
64
|
+
getBulletClass(name: string): string[];
|
|
63
65
|
static ɵfac: i0.ɵɵFactoryDeclaration<BmbCalendarComponent, never>;
|
|
64
66
|
static ɵcmp: i0.ɵɵComponentDeclaration<BmbCalendarComponent, "bmb-calendar", never, { "view": { "alias": "view"; "required": false; "isSignal": true; }; "filters": { "alias": "filters"; "required": false; "isSignal": true; }; "calendarTimezone": { "alias": "calendarTimezone"; "required": false; "isSignal": true; }; "clientTimezone": { "alias": "clientTimezone"; "required": false; "isSignal": true; }; "lang": { "alias": "lang"; "required": false; "isSignal": true; }; "height": { "alias": "height"; "required": false; "isSignal": true; }; "startBusinessHour": { "alias": "startBusinessHour"; "required": false; "isSignal": true; }; "calendarTitle": { "alias": "calendarTitle"; "required": false; "isSignal": true; }; "dateFormat": { "alias": "dateFormat"; "required": false; "isSignal": true; }; "showFilterButton": { "alias": "showFilterButton"; "required": false; "isSignal": true; }; "visibleDate": { "alias": "visibleDate"; "required": false; "isSignal": true; }; "currentDate": { "alias": "currentDate"; "required": false; "isSignal": true; }; }, { "view": "viewChange"; "filters": "filtersChange"; "visibleDate": "visibleDateChange"; "onDateChange": "onDateChange"; "onClose": "onClose"; }, never, never, true, never>;
|
|
65
67
|
}
|
|
@@ -34,8 +34,11 @@ export interface IBmbNativeModal extends Omit<ModalDataConfig, 'primaryAction' |
|
|
|
34
34
|
iconStyle?: IBmbModalAlertStyle;
|
|
35
35
|
actions?: IBmbActionButton[];
|
|
36
36
|
closeModalClicked?: (event: unknown) => void;
|
|
37
|
-
|
|
37
|
+
inputContext?: {
|
|
38
38
|
[key: string]: any;
|
|
39
39
|
};
|
|
40
|
+
outputContext?: {
|
|
41
|
+
[key: string]: (value: any) => void;
|
|
42
|
+
};
|
|
40
43
|
content?: string | TemplateRef<any> | null | Type<any>;
|
|
41
44
|
}
|
|
@@ -8,16 +8,17 @@ export declare class BmbNativeModalComponent {
|
|
|
8
8
|
subtitle: import("@angular/core").InputSignal<string>;
|
|
9
9
|
content: import("@angular/core").InputSignal<string | Type<any> | TemplateRef<any> | null>;
|
|
10
10
|
actions: import("@angular/core").InputSignal<IBmbActionButton[]>;
|
|
11
|
-
alertIcon: import("@angular/core").InputSignal<IBmbModalAlertStyle | undefined>;
|
|
12
11
|
modalId: import("@angular/core").InputSignal<string>;
|
|
13
12
|
size: import("@angular/core").InputSignal<IBmbNativeModalSize>;
|
|
14
13
|
iconStyle: import("@angular/core").InputSignal<IBmbModalAlertStyle | undefined>;
|
|
15
|
-
|
|
16
|
-
disableClose: import("@angular/core").InputSignal<boolean>;
|
|
14
|
+
disableBackdropClose: import("@angular/core").InputSignal<boolean>;
|
|
17
15
|
hasBackdrop: import("@angular/core").InputSignal<boolean>;
|
|
18
|
-
|
|
16
|
+
inputContext: import("@angular/core").InputSignal<{
|
|
19
17
|
[key: string]: any;
|
|
20
18
|
}>;
|
|
19
|
+
outputContext: import("@angular/core").InputSignal<{
|
|
20
|
+
[key: string]: (value: any) => void;
|
|
21
|
+
}>;
|
|
21
22
|
actionsClicked: import("@angular/core").OutputEmitterRef<{
|
|
22
23
|
buttonName: string;
|
|
23
24
|
event: MouseEvent;
|
|
@@ -40,5 +41,5 @@ export declare class BmbNativeModalComponent {
|
|
|
40
41
|
handleBackdropClick(): void;
|
|
41
42
|
renderContent(): void;
|
|
42
43
|
static ɵfac: i0.ɵɵFactoryDeclaration<BmbNativeModalComponent, never>;
|
|
43
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BmbNativeModalComponent, "bmb-native-modal", never, { "title": { "alias": "title"; "required": false; "isSignal": true; }; "subtitle": { "alias": "subtitle"; "required": false; "isSignal": true; }; "content": { "alias": "content"; "required": false; "isSignal": true; }; "actions": { "alias": "actions"; "required": false; "isSignal": true; }; "
|
|
44
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BmbNativeModalComponent, "bmb-native-modal", never, { "title": { "alias": "title"; "required": false; "isSignal": true; }; "subtitle": { "alias": "subtitle"; "required": false; "isSignal": true; }; "content": { "alias": "content"; "required": false; "isSignal": true; }; "actions": { "alias": "actions"; "required": false; "isSignal": true; }; "modalId": { "alias": "modalId"; "required": true; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "iconStyle": { "alias": "iconStyle"; "required": false; "isSignal": true; }; "disableBackdropClose": { "alias": "disableBackdropClose"; "required": false; "isSignal": true; }; "hasBackdrop": { "alias": "hasBackdrop"; "required": false; "isSignal": true; }; "inputContext": { "alias": "inputContext"; "required": false; "isSignal": true; }; "outputContext": { "alias": "outputContext"; "required": false; "isSignal": true; }; }, { "actionsClicked": "actionsClicked"; "closeModalClicked": "closeModalClicked"; }, never, never, true, never>;
|
|
44
45
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ti-tecnologico-de-monterrey-oficial/ds-ng",
|
|
3
|
-
"version": "1.5.1118-
|
|
3
|
+
"version": "1.5.1118-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",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"tslib": "2.3.0",
|
|
21
21
|
"@types/luxon": "3.4.2",
|
|
22
22
|
"@angular/cdk": "*",
|
|
23
|
-
"material-symbols": "
|
|
23
|
+
"material-symbols": "0.27.2"
|
|
24
24
|
},
|
|
25
25
|
"exports": {
|
|
26
26
|
"./assets/styles/main.min.css": "./dist/ds-ng/assets/styles/main.min.css",
|