@ti-tecnologico-de-monterrey-oficial/ds-ng 1.5.1218-b → 1.5.1218-d
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-account-statement/bmb-account-statement.component.mjs +2 -2
- package/esm2022/lib/components/bmb-calendar/bmb-calendar.component.mjs +4 -3
- package/esm2022/lib/components/bmb-calendar/common/bmb-calendar-template-mobile/bmb-calendar-template-mobile.component.mjs +4 -3
- package/esm2022/lib/components/bmb-drawer-overlay/bmb-drawer-overlay.component.mjs +3 -3
- package/esm2022/lib/components/bmb-filter-card/bmb-filter-card.component.mjs +3 -3
- package/esm2022/lib/components/bmb-grades/bmb-grades.component.mjs +2 -2
- package/esm2022/lib/components/bmb-inner-header/bmb-inner-header.component.mjs +5 -3
- package/esm2022/lib/components/bmb-input/bmb-input-content/bmb-input-content.component.mjs +2 -1
- package/esm2022/lib/components/bmb-input-tags/bmb-input-tags.component.mjs +2 -2
- package/esm2022/lib/components/bmb-login-onboarding/bmb-login-onboarding-logged/bmb-login-onboarding-logged.component.mjs +3 -3
- package/esm2022/lib/components/bmb-login-onboarding/bmb-login-onboarding-login/bmb-login-onboarding-login.component.mjs +3 -3
- package/esm2022/lib/components/bmb-login-onboarding/bmb-login-onboarding-logout/bmb-login-onboarding-logout.component.mjs +3 -3
- package/esm2022/lib/components/bmb-login-onboarding/bmb-login-onboarding-stepper/bmb-login-onboarding-stepper-steps/bmb-login-onboarding-stepper-step.component.mjs +3 -3
- package/esm2022/lib/components/bmb-login-onboarding/bmb-login-onboarding-stepper/bmb-login-onboarding-stepper.component.mjs +3 -3
- package/esm2022/lib/components/bmb-login-onboarding/bmb-login-onboarding.component.mjs +3 -3
- package/esm2022/lib/components/bmb-mobile-templates/bmb-mobile-templates.component.mjs +2 -2
- package/esm2022/lib/components/bmb-sidebar/bmb-sidebar.component.mjs +10 -7
- package/esm2022/lib/components/bmb-table-lite/bmb-table-lite.component.mjs +564 -0
- package/esm2022/lib/components/bmb-table-lite/bmb-table-lite.interface.mjs +2 -0
- package/esm2022/lib/components/bmb-tags/bmb-tags.component.mjs +5 -4
- package/esm2022/lib/components/bmb-timestream/bmb-timestream-detail/bmb-timestream-detail.component.mjs +3 -3
- package/esm2022/lib/components/bmb-wheel-menu/bmb-wheel-menu.component.mjs +2 -2
- package/esm2022/public-api.mjs +2 -1
- package/fesm2022/ti-tecnologico-de-monterrey-oficial-ds-ng.mjs +600 -39
- package/fesm2022/ti-tecnologico-de-monterrey-oficial-ds-ng.mjs.map +1 -1
- package/lib/components/bmb-calendar/bmb-calendar.component.d.ts +2 -1
- package/lib/components/bmb-calendar/common/bmb-calendar-template-mobile/bmb-calendar-template-mobile.component.d.ts +2 -1
- package/lib/components/bmb-inner-header/bmb-inner-header.component.d.ts +3 -1
- package/lib/components/bmb-sidebar/bmb-sidebar.component.d.ts +8 -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-tags/bmb-tags.component.d.ts +2 -1
- package/package.json +1 -1
- package/public-api.d.ts +1 -0
|
@@ -22,6 +22,7 @@ export declare class BmbCalendarComponent implements OnInit, AfterViewInit {
|
|
|
22
22
|
dateFormat: import("@angular/core").InputSignal<string>;
|
|
23
23
|
events: import("@angular/core").Signal<IBmbCalendarEvent[]>;
|
|
24
24
|
showFilterButton: import("@angular/core").InputSignal<boolean>;
|
|
25
|
+
disableMobileFilter: import("@angular/core").InputSignal<boolean>;
|
|
25
26
|
visibleDate: import("@angular/core").ModelSignal<DateTime<boolean>>;
|
|
26
27
|
currentDate: import("@angular/core").InputSignal<string>;
|
|
27
28
|
onDateChange: import("@angular/core").OutputEmitterRef<any>;
|
|
@@ -63,5 +64,5 @@ export declare class BmbCalendarComponent implements OnInit, AfterViewInit {
|
|
|
63
64
|
getCalendarName(name: string): string;
|
|
64
65
|
getBulletClass(name: string): string[];
|
|
65
66
|
static ɵfac: i0.ɵɵFactoryDeclaration<BmbCalendarComponent, never>;
|
|
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>;
|
|
67
|
+
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; }; "disableMobileFilter": { "alias": "disableMobileFilter"; "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>;
|
|
67
68
|
}
|
|
@@ -7,6 +7,7 @@ export declare class BmbCalendarTemplateMobileComponent {
|
|
|
7
7
|
lang: import("@angular/core").InputSignal<string>;
|
|
8
8
|
events: import("@angular/core").InputSignal<IBmbParsedDates>;
|
|
9
9
|
calendarTitle: import("@angular/core").InputSignal<string>;
|
|
10
|
+
disableMobileFilter: import("@angular/core").InputSignal<boolean>;
|
|
10
11
|
onClose: import("@angular/core").OutputEmitterRef<any>;
|
|
11
12
|
onCurrentDateChange: import("@angular/core").OutputEmitterRef<DateTime<boolean>>;
|
|
12
13
|
showFilters: import("@angular/core").OutputEmitterRef<void>;
|
|
@@ -27,5 +28,5 @@ export declare class BmbCalendarTemplateMobileComponent {
|
|
|
27
28
|
handleViewTypeChange(): void;
|
|
28
29
|
findEventsForToday(date: DateTime): boolean;
|
|
29
30
|
static ɵfac: i0.ɵɵFactoryDeclaration<BmbCalendarTemplateMobileComponent, never>;
|
|
30
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BmbCalendarTemplateMobileComponent, "bmb-calendar-template-mobile", never, { "weekDays": { "alias": "weekDays"; "required": false; "isSignal": true; }; "now": { "alias": "now"; "required": false; "isSignal": true; }; "lang": { "alias": "lang"; "required": false; "isSignal": true; }; "events": { "alias": "events"; "required": false; "isSignal": true; }; "calendarTitle": { "alias": "calendarTitle"; "required": false; "isSignal": true; }; }, { "onClose": "onClose"; "onCurrentDateChange": "onCurrentDateChange"; "showFilters": "showFilters"; }, never, never, true, never>;
|
|
31
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BmbCalendarTemplateMobileComponent, "bmb-calendar-template-mobile", never, { "weekDays": { "alias": "weekDays"; "required": false; "isSignal": true; }; "now": { "alias": "now"; "required": false; "isSignal": true; }; "lang": { "alias": "lang"; "required": false; "isSignal": true; }; "events": { "alias": "events"; "required": false; "isSignal": true; }; "calendarTitle": { "alias": "calendarTitle"; "required": false; "isSignal": true; }; "disableMobileFilter": { "alias": "disableMobileFilter"; "required": false; "isSignal": true; }; }, { "onClose": "onClose"; "onCurrentDateChange": "onCurrentDateChange"; "showFilters": "showFilters"; }, never, never, true, never>;
|
|
31
32
|
}
|
|
@@ -6,6 +6,8 @@ export declare class BmbInnerHeaderComponent {
|
|
|
6
6
|
subTitle: import("@angular/core").InputSignal<string>;
|
|
7
7
|
trailingIconPrimary: import("@angular/core").InputSignal<string>;
|
|
8
8
|
trailingIconSecondary: import("@angular/core").InputSignal<string>;
|
|
9
|
+
disableTrailingIconPrimary: import("@angular/core").InputSignal<boolean>;
|
|
10
|
+
disableTrailingIconSecondary: import("@angular/core").InputSignal<boolean>;
|
|
9
11
|
showClose: import("@angular/core").InputSignal<boolean>;
|
|
10
12
|
showReturn: import("@angular/core").InputSignal<boolean>;
|
|
11
13
|
showSearch: import("@angular/core").InputSignal<boolean>;
|
|
@@ -25,5 +27,5 @@ export declare class BmbInnerHeaderComponent {
|
|
|
25
27
|
onSubmit(): void;
|
|
26
28
|
getFormControl(search: string): FormControl;
|
|
27
29
|
static ɵfac: i0.ɵɵFactoryDeclaration<BmbInnerHeaderComponent, never>;
|
|
28
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BmbInnerHeaderComponent, "bmb-inner-header", never, { "title": { "alias": "title"; "required": false; "isSignal": true; }; "placeholderSearch": { "alias": "placeholderSearch"; "required": false; "isSignal": true; }; "subTitle": { "alias": "subTitle"; "required": false; "isSignal": true; }; "trailingIconPrimary": { "alias": "trailingIconPrimary"; "required": false; "isSignal": true; }; "trailingIconSecondary": { "alias": "trailingIconSecondary"; "required": false; "isSignal": true; }; "showClose": { "alias": "showClose"; "required": false; "isSignal": true; }; "showReturn": { "alias": "showReturn"; "required": false; "isSignal": true; }; "showSearch": { "alias": "showSearch"; "required": false; "isSignal": true; }; }, { "onHandleTrailingPrimary": "onHandleTrailingPrimary"; "onHandleTrailingSecondary": "onHandleTrailingSecondary"; "onHandleBack": "onHandleBack"; "onHandleClose": "onHandleClose"; "searchData": "searchData"; }, never, ["*"], true, never>;
|
|
30
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BmbInnerHeaderComponent, "bmb-inner-header", never, { "title": { "alias": "title"; "required": false; "isSignal": true; }; "placeholderSearch": { "alias": "placeholderSearch"; "required": false; "isSignal": true; }; "subTitle": { "alias": "subTitle"; "required": false; "isSignal": true; }; "trailingIconPrimary": { "alias": "trailingIconPrimary"; "required": false; "isSignal": true; }; "trailingIconSecondary": { "alias": "trailingIconSecondary"; "required": false; "isSignal": true; }; "disableTrailingIconPrimary": { "alias": "disableTrailingIconPrimary"; "required": false; "isSignal": true; }; "disableTrailingIconSecondary": { "alias": "disableTrailingIconSecondary"; "required": false; "isSignal": true; }; "showClose": { "alias": "showClose"; "required": false; "isSignal": true; }; "showReturn": { "alias": "showReturn"; "required": false; "isSignal": true; }; "showSearch": { "alias": "showSearch"; "required": false; "isSignal": true; }; }, { "onHandleTrailingPrimary": "onHandleTrailingPrimary"; "onHandleTrailingSecondary": "onHandleTrailingSecondary"; "onHandleBack": "onHandleBack"; "onHandleClose": "onHandleClose"; "searchData": "searchData"; }, never, ["*"], true, never>;
|
|
29
31
|
}
|
|
@@ -2,6 +2,11 @@ import { ElementRef, OnInit } from '@angular/core';
|
|
|
2
2
|
import { SidebarElement } from './bmb-sidebar.interface';
|
|
3
3
|
import { IPositionButtonMenu } from '../bmb-top-bar/types';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
|
+
interface IBmbIsButton {
|
|
6
|
+
link?: string;
|
|
7
|
+
isMobile: boolean;
|
|
8
|
+
hasChildren: boolean;
|
|
9
|
+
}
|
|
5
10
|
export declare class BmbSidebarComponent implements OnInit {
|
|
6
11
|
elements: import("@angular/core").InputSignal<SidebarElement[][]>;
|
|
7
12
|
title: import("@angular/core").InputSignal<string>;
|
|
@@ -16,7 +21,8 @@ export declare class BmbSidebarComponent implements OnInit {
|
|
|
16
21
|
onFocusIn(): void;
|
|
17
22
|
onFocusOut(): void;
|
|
18
23
|
ngOnInit(): void;
|
|
19
|
-
|
|
24
|
+
checkForButton({ isMobile, hasChildren }: IBmbIsButton): boolean;
|
|
25
|
+
getLink({ link, isMobile, hasChildren }: IBmbIsButton): string;
|
|
20
26
|
closeSidebar(): void;
|
|
21
27
|
clearSelectElement(): void;
|
|
22
28
|
toggleChildren(element: SidebarElement): void;
|
|
@@ -25,3 +31,4 @@ export declare class BmbSidebarComponent implements OnInit {
|
|
|
25
31
|
static ɵfac: i0.ɵɵFactoryDeclaration<BmbSidebarComponent, never>;
|
|
26
32
|
static ɵcmp: i0.ɵɵComponentDeclaration<BmbSidebarComponent, "bmb-sidebar", never, { "elements": { "alias": "elements"; "required": false; "isSignal": true; }; "title": { "alias": "title"; "required": false; "isSignal": true; }; "position": { "alias": "position"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
27
33
|
}
|
|
34
|
+
export {};
|
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
import { OnInit, EventEmitter, TemplateRef, OnChanges, SimpleChanges, ChangeDetectorRef } from '@angular/core';
|
|
2
|
+
import { FormControl, FormGroup } from '@angular/forms';
|
|
3
|
+
import { SelectionModel } from '@angular/cdk/collections';
|
|
4
|
+
import { IBmbFiltersPosition, TableColum, TableConfig, IBmbTableLang } from './bmb-table-lite.interface';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class BmbTableLiteComponent implements OnInit, OnChanges {
|
|
7
|
+
private cdr;
|
|
8
|
+
private _rawColumns;
|
|
9
|
+
private _rawConfig;
|
|
10
|
+
originalData: any[];
|
|
11
|
+
filteredData: any[];
|
|
12
|
+
pageSlice: any[];
|
|
13
|
+
expandedElement: any;
|
|
14
|
+
selection: SelectionModel<any>;
|
|
15
|
+
tableConfig: TableConfig | undefined;
|
|
16
|
+
filterForm: FormGroup<{}>;
|
|
17
|
+
searchControl: FormControl<string | null>;
|
|
18
|
+
tableColumns: TableColum[];
|
|
19
|
+
showSearch: import("@angular/core").InputSignal<boolean>;
|
|
20
|
+
pageSize: import("@angular/core").InputSignal<number | undefined>;
|
|
21
|
+
totalItems: import("@angular/core").InputSignal<number>;
|
|
22
|
+
data: import("@angular/core").InputSignal<any[]>;
|
|
23
|
+
columns: import("@angular/core").InputSignal<TableColum[]>;
|
|
24
|
+
config: import("@angular/core").InputSignal<TableConfig | undefined>;
|
|
25
|
+
truncate: import("@angular/core").InputSignal<boolean>;
|
|
26
|
+
lang: import("@angular/core").InputSignal<IBmbTableLang>;
|
|
27
|
+
serverSide: import("@angular/core").InputSignal<boolean>;
|
|
28
|
+
filtersPosition: import("@angular/core").InputSignal<IBmbFiltersPosition>;
|
|
29
|
+
initialTableSelection: import("@angular/core").InputSignal<number[]>;
|
|
30
|
+
actionTemplate: import("@angular/core").InputSignal<TemplateRef<any> | null>;
|
|
31
|
+
detailTemplate: import("@angular/core").InputSignal<TemplateRef<any> | null>;
|
|
32
|
+
clearSelection: import("@angular/core").ModelSignal<boolean>;
|
|
33
|
+
currentPage: import("@angular/core").ModelSignal<number>;
|
|
34
|
+
filtersVisible: import("@angular/core").ModelSignal<boolean>;
|
|
35
|
+
select: EventEmitter<any>;
|
|
36
|
+
clickedRow: EventEmitter<any>;
|
|
37
|
+
searchChange: EventEmitter<string>;
|
|
38
|
+
filtersChange: EventEmitter<Record<string, any>>;
|
|
39
|
+
searchModeChange: EventEmitter<"client" | "server">;
|
|
40
|
+
pageChange: EventEmitter<{
|
|
41
|
+
pageIndex: number;
|
|
42
|
+
pageSize: number;
|
|
43
|
+
}>;
|
|
44
|
+
parsedFiltersColumns: import("@angular/core").Signal<TableColum[]>;
|
|
45
|
+
constructor(cdr: ChangeDetectorRef);
|
|
46
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
47
|
+
ngOnInit(): void;
|
|
48
|
+
parseData(data: any[]): void;
|
|
49
|
+
parseColumns(columns: TableColum[]): void;
|
|
50
|
+
setConfig(cfg: TableConfig): void;
|
|
51
|
+
private applyColumnsAndConfig;
|
|
52
|
+
setupDynamicFilters(): void;
|
|
53
|
+
applyFilters(): void;
|
|
54
|
+
get resolvedPageSize(): number;
|
|
55
|
+
private applyClientPagination;
|
|
56
|
+
onPageEvent(pageIndex: number): void;
|
|
57
|
+
isFirstPage(): boolean;
|
|
58
|
+
isLastPage(): boolean;
|
|
59
|
+
isSinglePage(): boolean;
|
|
60
|
+
lastPage(): number;
|
|
61
|
+
goToFirstPage(): void;
|
|
62
|
+
goToPreviousPage(): void;
|
|
63
|
+
goToNextPage(): void;
|
|
64
|
+
goToLastPage(): void;
|
|
65
|
+
getPaginationText(): string;
|
|
66
|
+
onSelectRow(row: any): void;
|
|
67
|
+
onSelect(): void;
|
|
68
|
+
isAllSelected(): boolean;
|
|
69
|
+
toggleAllRows(): void;
|
|
70
|
+
checkboxLabel(row?: any): string;
|
|
71
|
+
isEven(rowIndex: number): boolean;
|
|
72
|
+
isOdd(rowIndex: number): boolean;
|
|
73
|
+
isTemplateRef(value: any): boolean;
|
|
74
|
+
getCellClasses(row: any, columnKey: string, index: number): any;
|
|
75
|
+
getHeaderCellClasses(i: number): any;
|
|
76
|
+
getTableClasses(): string[];
|
|
77
|
+
getFormControl(name: string): FormControl;
|
|
78
|
+
toggleFilters(): void;
|
|
79
|
+
get colCount(): number;
|
|
80
|
+
get colCheckbox(): "0px" | "62px";
|
|
81
|
+
get colExpand(): "0px" | "40px";
|
|
82
|
+
get colActions(): "0px" | "80px";
|
|
83
|
+
get hasCheckbox(): 1 | 0;
|
|
84
|
+
get hasExpand(): 1 | 0;
|
|
85
|
+
get hasActions(): 1 | 0;
|
|
86
|
+
get cssVars(): {
|
|
87
|
+
'--col-count': number;
|
|
88
|
+
'--col-checkbox': string;
|
|
89
|
+
'--col-expand': string;
|
|
90
|
+
'--col-actions': string;
|
|
91
|
+
'--grid-template': string;
|
|
92
|
+
};
|
|
93
|
+
trackByColumn(column: any): string | number;
|
|
94
|
+
trackByRow(row: any): string | number;
|
|
95
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BmbTableLiteComponent, never>;
|
|
96
|
+
static ɵcmp: i0.ɵɵ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>;
|
|
97
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { TemplateRef } from '@angular/core';
|
|
2
|
+
export interface TableColum {
|
|
3
|
+
label: string;
|
|
4
|
+
labelEn?: string;
|
|
5
|
+
def: string;
|
|
6
|
+
dataKey: string;
|
|
7
|
+
htmlLabel?: TemplateRef<any>;
|
|
8
|
+
templateActions?: TemplateRef<any>;
|
|
9
|
+
width?: number;
|
|
10
|
+
type?: 'string' | 'number' | 'date';
|
|
11
|
+
icon?: string;
|
|
12
|
+
dateFormat?: string;
|
|
13
|
+
isFilterable?: boolean;
|
|
14
|
+
}
|
|
15
|
+
export interface TableConfig {
|
|
16
|
+
isSelectable?: boolean;
|
|
17
|
+
isPaginable?: boolean;
|
|
18
|
+
isExpandible?: boolean;
|
|
19
|
+
showActions?: boolean;
|
|
20
|
+
}
|
|
21
|
+
export type IBmbFiltersPosition = 'top' | 'right' | 'bottom' | 'left';
|
|
22
|
+
export type IBmbTableLang = 'en' | 'es';
|
|
@@ -12,6 +12,7 @@ export declare class BmbTagComponent implements AfterViewInit {
|
|
|
12
12
|
activityTag: import("@angular/core").InputSignal<boolean>;
|
|
13
13
|
isDisabled: import("@angular/core").InputSignal<boolean>;
|
|
14
14
|
isActive: import("@angular/core").InputSignal<boolean>;
|
|
15
|
+
enableClick: import("@angular/core").InputSignal<boolean>;
|
|
15
16
|
closedTag: import("@angular/core").OutputEmitterRef<string>;
|
|
16
17
|
clickedTag: import("@angular/core").OutputEmitterRef<string>;
|
|
17
18
|
groupedTags: never[];
|
|
@@ -21,5 +22,5 @@ export declare class BmbTagComponent implements AfterViewInit {
|
|
|
21
22
|
closeTag(text: string): void;
|
|
22
23
|
clickTag(text: string): void;
|
|
23
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<BmbTagComponent, never>;
|
|
24
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BmbTagComponent, "bmb-tag", never, { "appearance": { "alias": "appearance"; "required": false; "isSignal": true; }; "text": { "alias": "text"; "required": false; "isSignal": true; }; "grouped": { "alias": "grouped"; "required": false; "isSignal": true; }; "dismissible": { "alias": "dismissible"; "required": false; "isSignal": true; }; "rounded": { "alias": "rounded"; "required": false; "isSignal": true; }; "activityTag": { "alias": "activityTag"; "required": false; "isSignal": true; }; "isDisabled": { "alias": "isDisabled"; "required": false; "isSignal": true; }; "isActive": { "alias": "isActive"; "required": false; "isSignal": true; }; }, { "closedTag": "closedTag"; "clickedTag": "clickedTag"; }, never, never, true, never>;
|
|
25
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BmbTagComponent, "bmb-tag", never, { "appearance": { "alias": "appearance"; "required": false; "isSignal": true; }; "text": { "alias": "text"; "required": false; "isSignal": true; }; "grouped": { "alias": "grouped"; "required": false; "isSignal": true; }; "dismissible": { "alias": "dismissible"; "required": false; "isSignal": true; }; "rounded": { "alias": "rounded"; "required": false; "isSignal": true; }; "activityTag": { "alias": "activityTag"; "required": false; "isSignal": true; }; "isDisabled": { "alias": "isDisabled"; "required": false; "isSignal": true; }; "isActive": { "alias": "isActive"; "required": false; "isSignal": true; }; "enableClick": { "alias": "enableClick"; "required": false; "isSignal": true; }; }, { "closedTag": "closedTag"; "clickedTag": "clickedTag"; }, never, never, true, never>;
|
|
25
26
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ti-tecnologico-de-monterrey-oficial/ds-ng",
|
|
3
|
-
"version": "1.5.1218-
|
|
3
|
+
"version": "1.5.1218-d",
|
|
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
|
@@ -139,5 +139,6 @@ export * from './lib/components/bmb-item/bmb-item.component';
|
|
|
139
139
|
export * from './lib/components/bmb-navigation-bar/bmb-navigation-bar.component';
|
|
140
140
|
export * from './lib/components/bmb-notice-card/bmb-notice-card.component';
|
|
141
141
|
export * from './lib/components/bmb-modal/bmb-native-modal.component';
|
|
142
|
+
export * from './lib/components/bmb-table-lite/bmb-table-lite.component';
|
|
142
143
|
export * from './lib/types';
|
|
143
144
|
export * from './lib/components/bmb-modal/bmb-modal.interface';
|