@ti-tecnologico-de-monterrey-oficial/ds-ng 1.5.1219-c → 1.5.1219-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/fesm2022/ti-tecnologico-de-monterrey-oficial-ds-ng.mjs +1486 -486
- 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
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class ThemeService {
|
|
3
|
+
private defaultTheme;
|
|
4
|
+
constructor(defaultTheme: string);
|
|
5
|
+
private themeSubject;
|
|
6
|
+
theme$: import("rxjs").Observable<string>;
|
|
7
|
+
getDefaultTheme(): string;
|
|
8
|
+
setTheme(theme: string): void;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ThemeService, [{ optional: true; }]>;
|
|
10
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<ThemeService>;
|
|
11
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class ToastService {
|
|
3
|
+
private isOpenSubject;
|
|
4
|
+
isOpen$: import("rxjs").Observable<boolean>;
|
|
5
|
+
openToast(): void;
|
|
6
|
+
closeToast(): void;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ToastService, never>;
|
|
8
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<ToastService>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export interface BmbDictionaries {
|
|
3
|
+
[key: string]: {
|
|
4
|
+
[key: string]: string | {
|
|
5
|
+
[key: string]: string | {
|
|
6
|
+
[key: string]: string;
|
|
7
|
+
};
|
|
8
|
+
};
|
|
9
|
+
};
|
|
10
|
+
}
|
|
11
|
+
export declare class BmbTranslationsService {
|
|
12
|
+
private currentLanguage;
|
|
13
|
+
private dictionaries;
|
|
14
|
+
private selectedDictionary;
|
|
15
|
+
getCurrentLanguage(): string;
|
|
16
|
+
setLanguage(lang: string): void;
|
|
17
|
+
updateDictionary(lang: string, dictionary: BmbDictionaries): void;
|
|
18
|
+
addDictionary(lang: string, dictionary: BmbDictionaries): void;
|
|
19
|
+
translate(keyList: string): string;
|
|
20
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BmbTranslationsService, never>;
|
|
21
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<BmbTranslationsService>;
|
|
22
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ti-tecnologico-de-monterrey-oficial/ds-ng",
|
|
3
|
-
"version": "1.5.1219-
|
|
3
|
+
"version": "1.5.1219-e",
|
|
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",
|
package/public-api.d.ts
CHANGED
|
@@ -1,12 +1,16 @@
|
|
|
1
1
|
export * from './lib/ds-ng.service';
|
|
2
|
-
export * from './lib/services/notification.service';
|
|
3
|
-
export * from './lib/services/tabs.service';
|
|
4
|
-
export * from './lib/services/calendar.service';
|
|
2
|
+
export * from './lib/services/notification/notification.service';
|
|
3
|
+
export * from './lib/services/tabs/tabs.service';
|
|
4
|
+
export * from './lib/services/calendar/calendar.service';
|
|
5
5
|
export * from './lib/services/user/profile.service';
|
|
6
6
|
export * from './lib/components/bmb-login-onboarding/bmb-login-onboarding.service';
|
|
7
7
|
export * from './lib/components/bmb-alert-center/bmb-alert-center.service';
|
|
8
|
-
export * from './lib/services/native-modal.service';
|
|
9
|
-
export * from './lib/services/projection.service';
|
|
8
|
+
export * from './lib/services/modal/native-modal.service';
|
|
9
|
+
export * from './lib/services/projection/projection.service';
|
|
10
|
+
export * from './lib/services/theme/theme.service';
|
|
11
|
+
export * from './lib/services/toast/toast.service';
|
|
12
|
+
export * from './lib/services/translations/translations.service';
|
|
13
|
+
export * from './lib/pipes/translations';
|
|
10
14
|
export * from './lib/ds-ng.component';
|
|
11
15
|
export * from './lib/directives/bmb-button/button.directive';
|
|
12
16
|
export * from './lib/directives/bmb-layout/bmb-layout-item.directive';
|
|
@@ -47,6 +51,7 @@ export * from './lib/components/bmb-value-counter/bmb-value-counter.component';
|
|
|
47
51
|
export * from './lib/components/bmb-step-progress-bar/bmb-step-progress-bar.component';
|
|
48
52
|
export * from './lib/components/bmb-focus-element/bmb-focus-element.component';
|
|
49
53
|
export * from './lib/components/bmb-user-summary/bmb-user-summary.component';
|
|
54
|
+
export * from './lib/components/bmb-user-summary/bmb-user-summary-content/bmb-user-summary-content.component';
|
|
50
55
|
export * from './lib/components/bmb-tabs/bmb-tabs.component';
|
|
51
56
|
export * from './lib/components/bmb-progress-cirlce/bmb-progress-circle.component';
|
|
52
57
|
export * from './lib/components/bmb-sidebar/bmb-sidebar.component';
|
|
@@ -139,5 +144,7 @@ export * from './lib/components/bmb-item/bmb-item.component';
|
|
|
139
144
|
export * from './lib/components/bmb-navigation-bar/bmb-navigation-bar.component';
|
|
140
145
|
export * from './lib/components/bmb-notice-card/bmb-notice-card.component';
|
|
141
146
|
export * from './lib/components/bmb-modal/bmb-native-modal.component';
|
|
147
|
+
export * from './lib/directives/bmb-selector/bmb-selector.directive';
|
|
148
|
+
export * from './lib/components/bmb-table-lite/bmb-table-lite.component';
|
|
142
149
|
export * from './lib/types';
|
|
143
150
|
export * from './lib/components/bmb-modal/bmb-modal.interface';
|