desy-angular 17.0.0 → 17.2.0
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/README.md +1 -1
- package/fesm2022/desy-angular.mjs +1578 -1310
- package/fesm2022/desy-angular.mjs.map +1 -1
- package/lib/desy-buttons/components/button/button.component.d.ts +15 -15
- package/lib/desy-buttons/components/button-loader/button-loader.component.d.ts +4 -4
- package/lib/desy-buttons/components/dropdown/dropdown.component.d.ts +10 -10
- package/lib/desy-buttons/components/listbox/listbox-label/listbox-label.component.d.ts +1 -1
- package/lib/desy-buttons/components/listbox/listbox.component.d.ts +10 -10
- package/lib/desy-buttons/components/pill/pill.component.d.ts +8 -8
- package/lib/desy-buttons/components/toggle/toggle-off-state/toggle-off-state.component.d.ts +1 -1
- package/lib/desy-buttons/components/toggle/toggle-on-state/toggle-on-state.component.d.ts +1 -1
- package/lib/desy-buttons/components/toggle/toggle.component.d.ts +5 -5
- package/lib/desy-commons/components/content/content.component.d.ts +1 -1
- package/lib/desy-commons/components/description/description.component.d.ts +1 -1
- package/lib/desy-commons/components/icon/icon.component.d.ts +1 -1
- package/lib/desy-commons/components/title/title.component.d.ts +1 -1
- package/lib/desy-forms/components/character-count/character-count.component.d.ts +17 -16
- package/lib/desy-forms/components/checkboxes/checkbox-item/checkbox-item.component.d.ts +13 -13
- package/lib/desy-forms/components/checkboxes/checkboxes.component.d.ts +14 -14
- package/lib/desy-forms/components/date-input/date-input-day/date-input-day.component.d.ts +12 -12
- package/lib/desy-forms/components/date-input/date-input-month/date-input-month.component.d.ts +13 -14
- package/lib/desy-forms/components/date-input/date-input-year/date-input-year.component.d.ts +10 -10
- package/lib/desy-forms/components/date-input/date-input.component.d.ts +16 -16
- package/lib/desy-forms/components/datepicker/datepicker.component.d.ts +10 -10
- package/lib/desy-forms/components/error-message/error-message.component.d.ts +5 -5
- package/lib/desy-forms/components/fieldset/fieldset.component.d.ts +11 -11
- package/lib/desy-forms/components/fieldset/legend/legend.component.d.ts +3 -3
- package/lib/desy-forms/components/file-upload/file-upload.component.d.ts +4 -4
- package/lib/desy-forms/components/form-field/form-field.component.d.ts +3 -3
- package/lib/desy-forms/components/hint/hint.component.d.ts +4 -4
- package/lib/desy-forms/components/input/input.component.d.ts +8 -8
- package/lib/desy-forms/components/input-group/input-group-divider/input-group-divider.component.d.ts +1 -1
- package/lib/desy-forms/components/input-group/input-group-input/input-group-input.component.d.ts +2 -2
- package/lib/desy-forms/components/input-group/input-group-select/input-group-select.component.d.ts +3 -3
- package/lib/desy-forms/components/input-group/input-group.component.d.ts +12 -12
- package/lib/desy-forms/components/label/label.component.d.ts +6 -6
- package/lib/desy-forms/components/radios/radio-item/radio-item.component.d.ts +12 -12
- package/lib/desy-forms/components/radios/radios.component.d.ts +10 -10
- package/lib/desy-forms/components/search-bar/search-bar.component.d.ts +6 -5
- package/lib/desy-forms/components/select/option/option.component.d.ts +2 -2
- package/lib/desy-forms/components/select/option-group/option-group.component.d.ts +2 -2
- package/lib/desy-forms/components/select/select-item/select-item.component.d.ts +1 -1
- package/lib/desy-forms/components/select/select.component.d.ts +4 -4
- package/lib/desy-forms/components/textarea/textarea.component.d.ts +6 -6
- package/lib/desy-forms/components/tree/interfaces/item-generator.d.ts +4 -0
- package/lib/desy-forms/components/tree/interfaces/itree-item.d.ts +4 -2
- package/lib/desy-forms/components/tree/tree-checkbox/tree-checkbox.component.d.ts +19 -19
- package/lib/desy-forms/components/tree/tree-item/tree-item.component.d.ts +24 -24
- package/lib/desy-forms/components/tree/tree-items-generator/tree-items-generator.component.d.ts +2 -1
- package/lib/desy-forms/components/tree/tree-sub/tree-sub.component.d.ts +12 -4
- package/lib/desy-forms/components/tree/tree.component.d.ts +23 -12
- package/lib/desy-forms/directives/condition.directive.d.ts +2 -2
- package/lib/desy-modals/components/dialog/dialog.component.d.ts +12 -12
- package/lib/desy-modals/components/modal/modal.component.d.ts +16 -17
- package/lib/desy-nav/components/breadcrumbs/breadcrumbs.component.d.ts +7 -7
- package/lib/desy-nav/components/error-summary/error-summary-item/error-summary-item.component.d.ts +2 -2
- package/lib/desy-nav/components/error-summary/error-summary.component.d.ts +8 -8
- package/lib/desy-nav/components/footer/footer-meta/footer-meta-item/footer-meta-item.component.d.ts +2 -2
- package/lib/desy-nav/components/footer/footer-meta/footer-meta.component.d.ts +3 -3
- package/lib/desy-nav/components/footer/footer-navigation/footer-navigation-item/footer-navigation-item.component.d.ts +2 -2
- package/lib/desy-nav/components/footer/footer-navigation/footer-navigation.component.d.ts +3 -3
- package/lib/desy-nav/components/footer/footer.component.d.ts +11 -11
- package/lib/desy-nav/components/header/header-dropdown/header-dropdown.component.d.ts +7 -7
- package/lib/desy-nav/components/header/header-mobileText/header-mobile-text.component.d.ts +75 -75
- package/lib/desy-nav/components/header/header-navigation/header-navigation-item/header-navigation-item.component.d.ts +8 -8
- package/lib/desy-nav/components/header/header-navigation/header-navigation.component.d.ts +3 -3
- package/lib/desy-nav/components/header/header-offcanvas/header-offcanvas.component.d.ts +1 -1
- package/lib/desy-nav/components/header/header-subnav/header-subnav.component.d.ts +5 -5
- package/lib/desy-nav/components/header/header.component.d.ts +22 -25
- package/lib/desy-nav/components/header-advanced/header-advanced-dropdown/header-advanced-dropdown.component.d.ts +5 -5
- package/lib/desy-nav/components/header-advanced/header-advanced-logo/header-advanced-logo.component.d.ts +8 -8
- package/lib/desy-nav/components/header-advanced/header-advanced-sub/header-advanced-sub.component.d.ts +12 -12
- package/lib/desy-nav/components/header-advanced/header-advanced-subtitle/header-advanced-subtitle.component.d.ts +1 -1
- package/lib/desy-nav/components/header-advanced/header-advanced-super/header-advanced-super.component.d.ts +12 -12
- package/lib/desy-nav/components/header-advanced/header-advanced-title/header-advanced-title.component.d.ts +3 -3
- package/lib/desy-nav/components/header-advanced/header-advanced-title-container/header-advanced-title-container.component.d.ts +10 -10
- package/lib/desy-nav/components/header-advanced/header-advanced.component.d.ts +2 -2
- package/lib/desy-nav/components/header-mini/header-mini.component.d.ts +5 -5
- package/lib/desy-nav/components/links-list/links-list-item/links-list-item.component.d.ts +1 -1
- package/lib/desy-nav/components/menu-horizontal/menu-horizontal-item/menu-horizontal-item.component.d.ts +1 -1
- package/lib/desy-nav/components/menu-horizontal/menu-horizontal.component.d.ts +6 -6
- package/lib/desy-nav/components/menu-navigation/components/menu-navigation-item/menu-navigation-item.component.d.ts +3 -3
- package/lib/desy-nav/components/menu-navigation/components/menu-navigation-subitem/menu-navigation-subitem.component.d.ts +3 -3
- package/lib/desy-nav/components/menu-navigation/menu-navigation.component.d.ts +83 -83
- package/lib/desy-nav/components/menu-vertical/menu-vertical-item-sub/menu-vertical-item-sub.component.d.ts +1 -1
- package/lib/desy-nav/components/menu-vertical/menu-vertical.component.d.ts +7 -7
- package/lib/desy-nav/components/menubar/components/menubar-label/menubar-label.component.d.ts +1 -1
- package/lib/desy-nav/components/menubar/components/menubar-subitem/menubar-subitem.component.d.ts +3 -2
- package/lib/desy-nav/components/menubar/directives/menubaritem.directive.d.ts +5 -5
- package/lib/desy-nav/components/menubar/menubar.component.d.ts +89 -89
- package/lib/desy-nav/components/nav/nav-item/nav-item.component.d.ts +1 -1
- package/lib/desy-nav/components/nav/nav.component.d.ts +5 -5
- package/lib/desy-nav/components/notification/notification-item/notification-item.component.d.ts +2 -2
- package/lib/desy-nav/components/notification/notification.component.d.ts +10 -10
- package/lib/desy-nav/components/skip-link/skip-link.component.d.ts +5 -5
- package/lib/desy-nav/interfaces/footer-data.d.ts +2 -2
- package/lib/desy-nav/interfaces/header-offcanvas-data.d.ts +1 -1
- package/lib/desy-nav/interfaces/menu-navigation-item-sub-item.d.ts +1 -0
- package/lib/desy-nav/interfaces/menubar-item-sub-item.d.ts +1 -0
- package/lib/desy-pagination/components/pagination/pagination.component.d.ts +19 -14
- package/lib/desy-pagination/components/pagination-item-perpage/pagination-item-perpage.component.d.ts +2 -2
- package/lib/desy-tables/components/table/components/table-caption.component.d.ts +1 -1
- package/lib/desy-tables/components/table/components/table-cell.component.d.ts +2 -1
- package/lib/desy-tables/components/table/table.component.d.ts +11 -11
- package/lib/desy-tables/components/table-advanced/components/table-advanced-footer.component.d.ts +2 -2
- package/lib/desy-tables/components/table-advanced/components/table-advanced-header-cell.component.d.ts +7 -7
- package/lib/desy-tables/components/table-advanced/components/table-advanced-row.component.d.ts +2 -2
- package/lib/desy-tables/components/table-advanced/components/table-advanced-select.component.d.ts +1 -1
- package/lib/desy-tables/components/table-advanced/table-advanced.component.d.ts +21 -22
- package/lib/desy-tables/components/treegrid/components/treegrid-caption.component.d.ts +1 -1
- package/lib/desy-tables/components/treegrid/components/treegrid-cell.component.d.ts +1 -1
- package/lib/desy-tables/components/treegrid/components/treegrid-row.component.d.ts +2 -2
- package/lib/desy-tables/components/treegrid/treegrid.component.d.ts +9 -5
- package/lib/desy-tables/directives/cell.directive.d.ts +4 -4
- package/lib/desy-tables/directives/focus-clicked-cell.directive.d.ts +1 -1
- package/lib/desy-tables/directives/row.directive.d.ts +4 -4
- package/lib/desy-tables/directives/treegrid.directive.d.ts +1 -1
- package/lib/desy-tables/interfaces/cell-data.d.ts +1 -0
- package/lib/desy-tables/interfaces/recalculate-table-params.d.ts +3 -2
- package/lib/desy-views/components/accordion/accordion-item/accordion-item.component.d.ts +6 -6
- package/lib/desy-views/components/accordion/accordion.component.d.ts +89 -89
- package/lib/desy-views/components/accordion-history/accordion-item-hide-button/accordion-item-hide-button.component.d.ts +1 -1
- package/lib/desy-views/components/accordion-history/accordion-item-show-button/accordion-item-show-button.component.d.ts +1 -1
- package/lib/desy-views/components/alert/alert.component.d.ts +7 -7
- package/lib/desy-views/components/card/card-sectors/card-left.component.d.ts +4 -4
- package/lib/desy-views/components/card/card-sectors/card-right.component.d.ts +3 -3
- package/lib/desy-views/components/card/card-sectors/card-sub.component.d.ts +4 -4
- package/lib/desy-views/components/card/card-sectors/card-super.component.d.ts +4 -4
- package/lib/desy-views/components/card/card.component.d.ts +3 -3
- package/lib/desy-views/components/collapsible/collapsible.component.d.ts +11 -11
- package/lib/desy-views/components/description-list/definition/definition.component.d.ts +2 -2
- package/lib/desy-views/components/description-list/description-item/description-item.component.d.ts +3 -3
- package/lib/desy-views/components/description-list/description-list.component.d.ts +3 -3
- package/lib/desy-views/components/description-list/term/term.component.d.ts +2 -2
- package/lib/desy-views/components/details/details.component.d.ts +7 -7
- package/lib/desy-views/components/item/item-content-bottom/item-content-bottom.component.d.ts +2 -2
- package/lib/desy-views/components/item/item.component.d.ts +14 -14
- package/lib/desy-views/components/media-object/media-object.component.d.ts +80 -80
- package/lib/desy-views/components/status/status.component.d.ts +77 -77
- package/lib/desy-views/components/status-item/status-item.component.d.ts +82 -82
- package/lib/desy-views/components/tabs/panel/panel.component.d.ts +2 -2
- package/lib/desy-views/components/tabs/tab-item/tab-item.component.d.ts +4 -4
- package/lib/desy-views/components/tabs/tabs.component.d.ts +85 -84
- package/lib/desy-views/components/tooltip/tooltip.component.d.ts +80 -80
- package/lib/shared/components/accessibility-and-content-required/accessibility-and-content-required.component.d.ts +2 -2
- package/lib/shared/components/accessibility-and-text-or-html-required/accessibility-and-text-or-html-required.component.d.ts +1 -1
- package/lib/shared/components/spinner/spinner.component.d.ts +75 -75
- package/lib/shared/components/text-or-html-required/text-or-html-required.component.d.ts +2 -2
- package/lib/shared/directives/attribute-change.directive.d.ts +2 -2
- package/lib/shared/directives/click-outside.directive.d.ts +2 -2
- package/lib/shared/directives/inner-content.directive.d.ts +1 -1
- package/lib/shared/utils/focus-utils.d.ts +1 -1
- package/package.json +3 -3
|
@@ -17,26 +17,26 @@ import * as i0 from "@angular/core";
|
|
|
17
17
|
export declare class TableAdvancedComponent extends AccessibilityComponent implements AfterViewInit, AfterContentInit, OnDestroy {
|
|
18
18
|
private el;
|
|
19
19
|
private changeDetector;
|
|
20
|
-
_rows
|
|
20
|
+
_rows?: RowData[];
|
|
21
21
|
set rows(rows: RowData[]);
|
|
22
|
-
get rows(): RowData[];
|
|
23
|
-
head
|
|
24
|
-
foot
|
|
25
|
-
caption
|
|
26
|
-
captionClasses
|
|
22
|
+
get rows(): RowData[] | undefined;
|
|
23
|
+
head?: HeadCellModelData[];
|
|
24
|
+
foot?: RowData[];
|
|
25
|
+
caption?: string;
|
|
26
|
+
captionClasses?: string;
|
|
27
27
|
firstCellIsHeader: boolean;
|
|
28
28
|
hasCheckboxes: boolean;
|
|
29
|
-
idPrefix
|
|
30
|
-
classes
|
|
31
|
-
checkboxClasses
|
|
32
|
-
id
|
|
33
|
-
wrapper
|
|
29
|
+
idPrefix?: string;
|
|
30
|
+
classes?: string;
|
|
31
|
+
checkboxClasses?: string;
|
|
32
|
+
id?: string;
|
|
33
|
+
wrapper?: WrapperData;
|
|
34
34
|
selectAllPages: boolean;
|
|
35
35
|
totalItems: number;
|
|
36
36
|
usePagination: boolean;
|
|
37
37
|
allowFilterAndOrder: boolean;
|
|
38
38
|
private useFullWorld;
|
|
39
|
-
rowsCheckedInside:
|
|
39
|
+
rowsCheckedInside: Record<string | number, boolean>;
|
|
40
40
|
numberOfSelectedRows: number;
|
|
41
41
|
captionComponent: TableCaptionComponent;
|
|
42
42
|
headerComponent: TableAdvancedHeaderComponent;
|
|
@@ -51,11 +51,10 @@ export declare class TableAdvancedComponent extends AccessibilityComponent imple
|
|
|
51
51
|
selectedBy: EventEmitter<string>;
|
|
52
52
|
sortBy: EventEmitter<Object>;
|
|
53
53
|
rowsUnChecked: EventEmitter<any>;
|
|
54
|
-
visibleRows
|
|
54
|
+
visibleRows?: RowData[] | TableAdvancedRowComponent[];
|
|
55
55
|
orderByType: typeof OrderBy;
|
|
56
|
-
isReset: boolean;
|
|
57
56
|
constructor(el: ElementRef, changeDetector: ChangeDetectorRef);
|
|
58
|
-
private rowsSubscription
|
|
57
|
+
private rowsSubscription?;
|
|
59
58
|
ngAfterContentInit(): void;
|
|
60
59
|
ngOnDestroy(): void;
|
|
61
60
|
ngAfterViewInit(): void;
|
|
@@ -71,15 +70,15 @@ export declare class TableAdvancedComponent extends AccessibilityComponent imple
|
|
|
71
70
|
* funciones de recoger ids, y caracteristicas
|
|
72
71
|
*/
|
|
73
72
|
hasFilters(): boolean;
|
|
74
|
-
getHeaderCells(): HeadCellModelData[] | TableAdvancedHeaderCellComponent[];
|
|
75
|
-
getFooterCells(): RowData[] | TableAdvancedFooterComponent[];
|
|
76
|
-
getRows():
|
|
73
|
+
getHeaderCells(): HeadCellModelData[] | TableAdvancedHeaderCellComponent[] | undefined;
|
|
74
|
+
getFooterCells(): RowData[] | TableAdvancedFooterComponent[] | undefined;
|
|
75
|
+
getRows(): RowData[] | TableAdvancedRowComponent[];
|
|
77
76
|
/**
|
|
78
77
|
* Si se sobreescribe el comportamiento por defecto de filtrado y ordenación, se utilizarán las indicadas desde fuera del
|
|
79
78
|
* componente (ya sea por parámetro o por contenido).
|
|
80
79
|
* Si no se sobreescribe, devuelve las filas calculadas.
|
|
81
80
|
*/
|
|
82
|
-
getVisibleRows():
|
|
81
|
+
getVisibleRows(): RowData[] | TableAdvancedRowComponent[];
|
|
83
82
|
getIdPrefix(): string;
|
|
84
83
|
getIdHeader(index: number): string;
|
|
85
84
|
getIdRowCheckbox(index: number): string;
|
|
@@ -87,9 +86,9 @@ export declare class TableAdvancedComponent extends AccessibilityComponent imple
|
|
|
87
86
|
getIdHeaderSelect(index: number): string;
|
|
88
87
|
getCaptionClass(): string;
|
|
89
88
|
getStringOrderBy(orderBy: OrderBy): string;
|
|
90
|
-
getSelectForItem(item: any): TableAdvancedSelectComponent;
|
|
89
|
+
getSelectForItem(item: any): TableAdvancedSelectComponent | undefined;
|
|
91
90
|
getItemSelectOptions(item: TableAdvancedSelectComponent): SelectItemData[];
|
|
92
|
-
getContentComponent(item: TableAdvancedHeaderCellComponent): ContentComponent;
|
|
91
|
+
getContentComponent(item: TableAdvancedHeaderCellComponent): ContentComponent | undefined;
|
|
93
92
|
/**
|
|
94
93
|
* checks
|
|
95
94
|
*/
|
|
@@ -126,7 +125,7 @@ export declare class TableAdvancedComponent extends AccessibilityComponent imple
|
|
|
126
125
|
* Permite indicar que se debe ordenar la tabla
|
|
127
126
|
* @param index indice de la columna
|
|
128
127
|
*/
|
|
129
|
-
handleSortByColumn(index: number, event:
|
|
128
|
+
handleSortByColumn(index: number, event: MouseEvent | KeyboardEvent): void;
|
|
130
129
|
/**
|
|
131
130
|
* Ordena las filas indicadas según la columna especificada en la cabecera
|
|
132
131
|
* @param recalculateParams parametros para recalcular los elementos visibles
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ContentBaseComponent } from '../../../../shared/components';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class TreegridCaptionComponent extends ContentBaseComponent {
|
|
4
|
-
classes
|
|
4
|
+
classes?: string;
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<TreegridCaptionComponent, never>;
|
|
6
6
|
static ɵcmp: i0.ɵɵComponentDeclaration<TreegridCaptionComponent, "desy-treegrid-caption", never, { "classes": { "alias": "classes"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
7
7
|
}
|
|
@@ -5,7 +5,7 @@ export declare class TreegridCellComponent extends ContentBaseComponent implemen
|
|
|
5
5
|
classes?: string;
|
|
6
6
|
id?: string;
|
|
7
7
|
isFocused: boolean;
|
|
8
|
-
elementRef
|
|
8
|
+
elementRef?: HTMLTableCellElement;
|
|
9
9
|
focus(): void;
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<TreegridCellComponent, never>;
|
|
11
11
|
static ɵcmp: i0.ɵɵComponentDeclaration<TreegridCellComponent, "desy-treegrid-cell", never, { "classes": { "alias": "classes"; "required": false; }; "id": { "alias": "id"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
@@ -7,8 +7,8 @@ export declare class TreegridRowComponent extends AccessibilityComponent {
|
|
|
7
7
|
children: QueryList<TreegridRowComponent>;
|
|
8
8
|
isVisible: boolean;
|
|
9
9
|
isFocused: boolean;
|
|
10
|
-
elementRef
|
|
11
|
-
private _expanded
|
|
10
|
+
elementRef?: HTMLTableRowElement;
|
|
11
|
+
private _expanded?;
|
|
12
12
|
set expanded(value: boolean);
|
|
13
13
|
get expanded(): boolean;
|
|
14
14
|
expandedChange: EventEmitter<boolean>;
|
|
@@ -9,12 +9,16 @@ import { TreegridRowComponent } from './components/treegrid-row.component';
|
|
|
9
9
|
import * as i0 from "@angular/core";
|
|
10
10
|
export declare class TreegridComponent extends AccessibilityComponent implements AfterContentInit, AfterViewInit, OnDestroy {
|
|
11
11
|
private cdr;
|
|
12
|
-
firstCellIsHeader
|
|
13
|
-
classes
|
|
14
|
-
id
|
|
15
|
-
wrapper
|
|
12
|
+
firstCellIsHeader?: boolean;
|
|
13
|
+
classes?: string;
|
|
14
|
+
id?: string;
|
|
15
|
+
wrapper?: WrapperData;
|
|
16
16
|
doAllowRowFocus: boolean;
|
|
17
17
|
doStartRowFocus: boolean;
|
|
18
|
+
private _expandAllRows;
|
|
19
|
+
set expandAllRows(value: boolean);
|
|
20
|
+
get expandAllRows(): boolean;
|
|
21
|
+
private setExpandedAllRows;
|
|
18
22
|
captionComponent: TreegridCaptionComponent;
|
|
19
23
|
headerComponent: TreegridHeaderComponent;
|
|
20
24
|
footerComponent: TreegridFooterComponent;
|
|
@@ -61,5 +65,5 @@ export declare class TreegridComponent extends AccessibilityComponent implements
|
|
|
61
65
|
private moveToExtremeCol;
|
|
62
66
|
private moveToExtremeRow;
|
|
63
67
|
static ɵfac: i0.ɵɵFactoryDeclaration<TreegridComponent, never>;
|
|
64
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TreegridComponent, "desy-treegrid", never, { "firstCellIsHeader": { "alias": "firstCellIsHeader"; "required": false; }; "classes": { "alias": "classes"; "required": false; }; "id": { "alias": "id"; "required": false; }; "wrapper": { "alias": "wrapper"; "required": false; }; "doAllowRowFocus": { "alias": "doAllowRowFocus"; "required": false; }; "doStartRowFocus": { "alias": "doStartRowFocus"; "required": false; }; }, {}, ["captionComponent", "headerComponent", "footerComponent", "rowComponentList"], never, false, never>;
|
|
68
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TreegridComponent, "desy-treegrid", never, { "firstCellIsHeader": { "alias": "firstCellIsHeader"; "required": false; }; "classes": { "alias": "classes"; "required": false; }; "id": { "alias": "id"; "required": false; }; "wrapper": { "alias": "wrapper"; "required": false; }; "doAllowRowFocus": { "alias": "doAllowRowFocus"; "required": false; }; "doStartRowFocus": { "alias": "doStartRowFocus"; "required": false; }; "expandAllRows": { "alias": "expandAllRows"; "required": false; }; }, {}, ["captionComponent", "headerComponent", "footerComponent", "rowComponentList"], never, false, never>;
|
|
65
69
|
}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { ElementRef } from '@angular/core';
|
|
2
|
-
import { RowData } from '../interfaces';
|
|
3
2
|
import { TableAdvancedRowComponent } from '../components/table-advanced/components/table-advanced-row.component';
|
|
3
|
+
import { RowData } from '../interfaces';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
/**
|
|
6
6
|
* Permite gestionar celdas de una fila de la tabla
|
|
7
7
|
*/
|
|
8
8
|
export declare class CellDirective {
|
|
9
9
|
private element;
|
|
10
|
-
row
|
|
11
|
-
rowIndex
|
|
12
|
-
columnIndex
|
|
10
|
+
row?: RowData | TableAdvancedRowComponent;
|
|
11
|
+
rowIndex?: number;
|
|
12
|
+
columnIndex?: number;
|
|
13
13
|
constructor(element: ElementRef);
|
|
14
14
|
getContent(): string;
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<CellDirective, never>;
|
|
@@ -4,7 +4,7 @@ export declare class FocusClickedCellDirective {
|
|
|
4
4
|
private el;
|
|
5
5
|
constructor(el: ElementRef);
|
|
6
6
|
onClick(): void;
|
|
7
|
-
manageArrows(event:
|
|
7
|
+
manageArrows(event: KeyboardEvent): void;
|
|
8
8
|
private handleFocus;
|
|
9
9
|
private activeTabindex;
|
|
10
10
|
private inactiveTabindex;
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
import { QueryList } from '@angular/core';
|
|
2
|
-
import { CellDirective } from './cell.directive';
|
|
3
|
-
import { RowData } from '../interfaces';
|
|
4
2
|
import { TableAdvancedRowComponent } from '../components/table-advanced/components/table-advanced-row.component';
|
|
3
|
+
import { RowData } from '../interfaces';
|
|
4
|
+
import { CellDirective } from './cell.directive';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
/**
|
|
7
7
|
* Permite gestionar filas de la tabla
|
|
8
8
|
*/
|
|
9
9
|
export declare class RowDirective {
|
|
10
10
|
contentCells: QueryList<CellDirective>;
|
|
11
|
-
desyRow
|
|
11
|
+
desyRow?: RowData | TableAdvancedRowComponent;
|
|
12
12
|
/**
|
|
13
13
|
* Devuelve la celda ubicada en la columna indicada
|
|
14
14
|
* @param column índice de la columna
|
|
15
15
|
*/
|
|
16
|
-
getCell(column: number): CellDirective;
|
|
16
|
+
getCell(column: number): CellDirective | undefined;
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<RowDirective, never>;
|
|
18
18
|
static ɵdir: i0.ɵɵDirectiveDeclaration<RowDirective, "[desyRow]", never, { "desyRow": { "alias": "desyRow"; "required": false; }; }, {}, ["contentCells"], never, false, never>;
|
|
19
19
|
}
|
|
@@ -2,7 +2,7 @@ import { ElementRef, OnChanges } from '@angular/core';
|
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class TreegridBindDirective implements OnChanges {
|
|
4
4
|
private el;
|
|
5
|
-
component
|
|
5
|
+
component?: {
|
|
6
6
|
elementRef?: HTMLElement;
|
|
7
7
|
};
|
|
8
8
|
constructor(el: ElementRef<HTMLElement>);
|
|
@@ -2,10 +2,11 @@ import { OrderBy } from './head-cell-data';
|
|
|
2
2
|
export interface RecalculateTableParams {
|
|
3
3
|
filters: {
|
|
4
4
|
columnIndex: number;
|
|
5
|
-
filterText: string;
|
|
5
|
+
filterText: string | null | undefined;
|
|
6
|
+
identifier: string | undefined;
|
|
6
7
|
}[];
|
|
7
8
|
sort: {
|
|
8
9
|
columnIndex: number;
|
|
9
10
|
order: OrderBy;
|
|
10
|
-
};
|
|
11
|
+
} | null;
|
|
11
12
|
}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import { AccordionItemData } from '../../../interfaces';
|
|
3
|
-
import { AccordionHeaderComponent } from '../accordion-header/accordion-header.component';
|
|
4
2
|
import { ContentComponent } from '../../../../desy-commons/components/content/content.component';
|
|
5
3
|
import { AccessibilityComponent } from '../../../../shared/components';
|
|
6
|
-
import {
|
|
4
|
+
import { AccordionItemData } from '../../../interfaces';
|
|
7
5
|
import { AccordionItemHideButtonComponent } from '../../accordion-history/accordion-item-hide-button/accordion-item-hide-button.component';
|
|
6
|
+
import { AccordionItemShowButtonComponent } from '../../accordion-history/accordion-item-show-button/accordion-item-show-button.component';
|
|
7
|
+
import { AccordionHeaderComponent } from '../accordion-header/accordion-header.component';
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
export declare class AccordionItemComponent extends AccessibilityComponent implements AccordionItemData {
|
|
10
|
-
id
|
|
11
|
-
open
|
|
12
|
-
classes
|
|
10
|
+
id?: string;
|
|
11
|
+
open?: boolean;
|
|
12
|
+
classes?: string;
|
|
13
13
|
openChange: EventEmitter<boolean>;
|
|
14
14
|
headerComponent: AccordionHeaderComponent;
|
|
15
15
|
contentComponent: ContentComponent;
|
|
@@ -7,105 +7,105 @@ import { AccordionItemComponent } from './accordion-item/accordion-item.componen
|
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
export declare class AccordionComponent extends AccessibilityComponent implements OnChanges {
|
|
9
9
|
itemSelectors: QueryList<ElementRef>;
|
|
10
|
-
id
|
|
11
|
-
idPrefix
|
|
12
|
-
allowToggle
|
|
13
|
-
allowMultiple
|
|
14
|
-
heading
|
|
15
|
-
headingLevel
|
|
16
|
-
showControl
|
|
17
|
-
items
|
|
10
|
+
id?: string;
|
|
11
|
+
idPrefix?: string;
|
|
12
|
+
allowToggle?: boolean;
|
|
13
|
+
allowMultiple?: boolean;
|
|
14
|
+
heading?: AccordionHeaderData;
|
|
15
|
+
headingLevel?: number;
|
|
16
|
+
showControl?: boolean;
|
|
17
|
+
items?: AccordionItemData[];
|
|
18
18
|
classes: any;
|
|
19
|
-
role: string;
|
|
20
|
-
ariaLabel: string;
|
|
21
|
-
ariaDescribedBy: string;
|
|
22
|
-
ariaLabelledBy: string;
|
|
23
|
-
ariaHidden: string;
|
|
24
|
-
ariaDisabled: string;
|
|
25
|
-
ariaControls: string;
|
|
26
|
-
ariaCurrent: string;
|
|
27
|
-
ariaLive: string;
|
|
28
|
-
ariaExpanded: string;
|
|
29
|
-
ariaErrorMessage: string;
|
|
30
|
-
ariaHasPopup: string;
|
|
31
|
-
ariaModal: string;
|
|
32
|
-
ariaChecked: string;
|
|
33
|
-
ariaPressed: string;
|
|
34
|
-
ariaReadonly: string;
|
|
35
|
-
ariaRequired: string;
|
|
36
|
-
ariaSelected: string;
|
|
37
|
-
ariaValuemin: string;
|
|
38
|
-
ariaValuemax: string;
|
|
39
|
-
ariaValuenow: string;
|
|
40
|
-
ariaValuetext: string;
|
|
41
|
-
ariaOrientation: string;
|
|
42
|
-
ariaLevel: string;
|
|
43
|
-
ariaMultiselectable: string;
|
|
44
|
-
ariaPlaceholder: string;
|
|
45
|
-
ariaPosinset: string;
|
|
46
|
-
ariaSetsize: string;
|
|
47
|
-
ariaSort: string;
|
|
48
|
-
ariaBusy: string;
|
|
49
|
-
ariaActivedescendant: string;
|
|
50
|
-
ariaAtomic: string;
|
|
51
|
-
ariaAutocomplete: string;
|
|
52
|
-
ariaBraillelabel: string;
|
|
53
|
-
ariaBrailleroledescription: string;
|
|
54
|
-
ariaColcount: string;
|
|
55
|
-
ariaColindex: string;
|
|
56
|
-
ariaColindextext: string;
|
|
57
|
-
ariaColspan: string;
|
|
58
|
-
ariaDescription: string;
|
|
59
|
-
ariaDetails: string;
|
|
60
|
-
ariaFlowto: string;
|
|
61
|
-
ariaInvalid: string;
|
|
62
|
-
ariaKeyshortcuts: string;
|
|
63
|
-
ariaOwns: string;
|
|
64
|
-
ariaRelevant: string;
|
|
65
|
-
ariaRoledescription: string;
|
|
66
|
-
ariaRowcount: string;
|
|
67
|
-
ariaRowindex: string;
|
|
68
|
-
ariaRowindextext: string;
|
|
69
|
-
ariaRowspan: string;
|
|
70
|
-
tabindex: string;
|
|
71
|
-
title: string;
|
|
72
|
-
alt: string;
|
|
73
|
-
lang: string;
|
|
74
|
-
accesskey: string;
|
|
75
|
-
autocomplete: string;
|
|
76
|
-
autofocus: string;
|
|
77
|
-
contenteditable: string;
|
|
78
|
-
dir: string;
|
|
79
|
-
draggable: string;
|
|
80
|
-
enterkeyhint: string;
|
|
81
|
-
hidden: boolean;
|
|
82
|
-
inputmode: string;
|
|
83
|
-
spellcheck: string;
|
|
84
|
-
translate: string;
|
|
85
|
-
ariaMultiline: string;
|
|
86
|
-
for: string;
|
|
87
|
-
form: string;
|
|
88
|
-
headers: string;
|
|
89
|
-
placeholder: string;
|
|
90
|
-
readonly: string;
|
|
91
|
-
required: string;
|
|
19
|
+
role: string | undefined;
|
|
20
|
+
ariaLabel: string | undefined;
|
|
21
|
+
ariaDescribedBy: string | undefined;
|
|
22
|
+
ariaLabelledBy: string | undefined;
|
|
23
|
+
ariaHidden: string | undefined;
|
|
24
|
+
ariaDisabled: string | undefined;
|
|
25
|
+
ariaControls: string | undefined;
|
|
26
|
+
ariaCurrent: string | undefined;
|
|
27
|
+
ariaLive: string | undefined;
|
|
28
|
+
ariaExpanded: string | undefined;
|
|
29
|
+
ariaErrorMessage: string | undefined;
|
|
30
|
+
ariaHasPopup: string | undefined;
|
|
31
|
+
ariaModal: string | undefined;
|
|
32
|
+
ariaChecked: string | undefined;
|
|
33
|
+
ariaPressed: string | undefined;
|
|
34
|
+
ariaReadonly: string | undefined;
|
|
35
|
+
ariaRequired: string | undefined;
|
|
36
|
+
ariaSelected: string | undefined;
|
|
37
|
+
ariaValuemin: string | undefined;
|
|
38
|
+
ariaValuemax: string | undefined;
|
|
39
|
+
ariaValuenow: string | undefined;
|
|
40
|
+
ariaValuetext: string | undefined;
|
|
41
|
+
ariaOrientation: string | undefined;
|
|
42
|
+
ariaLevel: string | undefined;
|
|
43
|
+
ariaMultiselectable: string | undefined;
|
|
44
|
+
ariaPlaceholder: string | undefined;
|
|
45
|
+
ariaPosinset: string | undefined;
|
|
46
|
+
ariaSetsize: string | undefined;
|
|
47
|
+
ariaSort: string | undefined;
|
|
48
|
+
ariaBusy: string | undefined;
|
|
49
|
+
ariaActivedescendant: string | undefined;
|
|
50
|
+
ariaAtomic: string | undefined;
|
|
51
|
+
ariaAutocomplete: string | undefined;
|
|
52
|
+
ariaBraillelabel: string | undefined;
|
|
53
|
+
ariaBrailleroledescription: string | undefined;
|
|
54
|
+
ariaColcount: string | undefined;
|
|
55
|
+
ariaColindex: string | undefined;
|
|
56
|
+
ariaColindextext: string | undefined;
|
|
57
|
+
ariaColspan: string | undefined;
|
|
58
|
+
ariaDescription: string | undefined;
|
|
59
|
+
ariaDetails: string | undefined;
|
|
60
|
+
ariaFlowto: string | undefined;
|
|
61
|
+
ariaInvalid: string | undefined;
|
|
62
|
+
ariaKeyshortcuts: string | undefined;
|
|
63
|
+
ariaOwns: string | undefined;
|
|
64
|
+
ariaRelevant: string | undefined;
|
|
65
|
+
ariaRoledescription: string | undefined;
|
|
66
|
+
ariaRowcount: string | undefined;
|
|
67
|
+
ariaRowindex: string | undefined;
|
|
68
|
+
ariaRowindextext: string | undefined;
|
|
69
|
+
ariaRowspan: string | undefined;
|
|
70
|
+
tabindex: string | undefined;
|
|
71
|
+
title: string | undefined;
|
|
72
|
+
alt: string | undefined;
|
|
73
|
+
lang: string | undefined;
|
|
74
|
+
accesskey: string | undefined;
|
|
75
|
+
autocomplete: string | undefined;
|
|
76
|
+
autofocus: string | undefined;
|
|
77
|
+
contenteditable: string | undefined;
|
|
78
|
+
dir: string | undefined;
|
|
79
|
+
draggable: string | undefined;
|
|
80
|
+
enterkeyhint: string | undefined;
|
|
81
|
+
hidden: boolean | undefined;
|
|
82
|
+
inputmode: string | undefined;
|
|
83
|
+
spellcheck: string | undefined;
|
|
84
|
+
translate: string | undefined;
|
|
85
|
+
ariaMultiline: string | undefined;
|
|
86
|
+
for: string | undefined;
|
|
87
|
+
form: string | undefined;
|
|
88
|
+
headers: string | undefined;
|
|
89
|
+
placeholder: string | undefined;
|
|
90
|
+
readonly: string | undefined;
|
|
91
|
+
required: string | undefined;
|
|
92
92
|
headingComponent: AccordionHeaderComponent;
|
|
93
93
|
itemComponentList: QueryList<AccordionItemComponent>;
|
|
94
94
|
showAll: boolean;
|
|
95
|
-
currentItem
|
|
95
|
+
currentItem?: number;
|
|
96
96
|
ngOnChanges(changes: SimpleChanges): void;
|
|
97
|
-
getItemId(item:
|
|
97
|
+
getItemId(item: AccordionItemData, index: number): string | number;
|
|
98
98
|
changeAll(): void;
|
|
99
99
|
toggleItem(item: AccordionItemData): void;
|
|
100
|
-
focusFirstItem(event:
|
|
101
|
-
focusLastItem(event:
|
|
102
|
-
focusNextItem(event:
|
|
103
|
-
focusPreviousItem(event:
|
|
100
|
+
focusFirstItem(event: KeyboardEvent): void;
|
|
101
|
+
focusLastItem(event: KeyboardEvent): void;
|
|
102
|
+
focusNextItem(event: KeyboardEvent, focusedItem: number): void;
|
|
103
|
+
focusPreviousItem(event: KeyboardEvent, focusedItem: number): void;
|
|
104
104
|
selectItem(i: number): void;
|
|
105
105
|
getTitleClasses(): string;
|
|
106
106
|
getItems(): AccordionItemData[];
|
|
107
|
-
getItemHeader(item: AccordionItemData): AccordionHeaderComponent;
|
|
108
|
-
getItemContent(item: AccordionItemData): ContentComponent;
|
|
107
|
+
getItemHeader(item: AccordionItemData): AccordionHeaderComponent | null;
|
|
108
|
+
getItemContent(item: AccordionItemData): ContentComponent | null;
|
|
109
109
|
static ɵfac: i0.ɵɵFactoryDeclaration<AccordionComponent, never>;
|
|
110
110
|
static ɵcmp: i0.ɵɵComponentDeclaration<AccordionComponent, "desy-accordion", never, { "id": { "alias": "id"; "required": false; }; "idPrefix": { "alias": "idPrefix"; "required": false; }; "allowToggle": { "alias": "allowToggle"; "required": false; }; "allowMultiple": { "alias": "allowMultiple"; "required": false; }; "heading": { "alias": "heading"; "required": false; }; "headingLevel": { "alias": "headingLevel"; "required": false; }; "showControl": { "alias": "showControl"; "required": false; }; "items": { "alias": "items"; "required": false; }; "classes": { "alias": "classes"; "required": false; }; }, {}, ["headingComponent", "itemComponentList"], never, false, never>;
|
|
111
111
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ContentBaseComponent } from '../../../../shared/components';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class AccordionItemHideButtonComponent extends ContentBaseComponent {
|
|
4
|
-
classes
|
|
4
|
+
classes?: string;
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<AccordionItemHideButtonComponent, never>;
|
|
6
6
|
static ɵcmp: i0.ɵɵComponentDeclaration<AccordionItemHideButtonComponent, "desy-accordion-item-hide-button", never, { "classes": { "alias": "classes"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
7
7
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ContentBaseComponent } from '../../../../shared/components';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class AccordionItemShowButtonComponent extends ContentBaseComponent {
|
|
4
|
-
classes
|
|
4
|
+
classes?: string;
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<AccordionItemShowButtonComponent, never>;
|
|
6
6
|
static ɵcmp: i0.ɵɵComponentDeclaration<AccordionItemShowButtonComponent, "desy-accordion-item-show-button", never, { "classes": { "alias": "classes"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
7
7
|
}
|
|
@@ -7,17 +7,17 @@ export declare class AlertComponent extends AccessibilityComponent implements On
|
|
|
7
7
|
private factoryResolver;
|
|
8
8
|
alertWrapper: ElementRef;
|
|
9
9
|
container: ViewContainerRef;
|
|
10
|
-
id
|
|
11
|
-
classes
|
|
12
|
-
caller
|
|
13
|
-
focusFirst
|
|
10
|
+
id?: string;
|
|
11
|
+
classes?: string;
|
|
12
|
+
caller?: TemplateRef<any>;
|
|
13
|
+
focusFirst?: boolean;
|
|
14
14
|
set active(value: boolean);
|
|
15
15
|
get active(): boolean;
|
|
16
16
|
activeChange: EventEmitter<boolean>;
|
|
17
|
-
private _active
|
|
17
|
+
private _active?;
|
|
18
18
|
callerContext: any;
|
|
19
|
-
callerType
|
|
20
|
-
onCallerCreationCallback
|
|
19
|
+
callerType?: Type<any>;
|
|
20
|
+
onCallerCreationCallback?: AlertCreationCallback;
|
|
21
21
|
private lastActiveState;
|
|
22
22
|
private hasViewinit;
|
|
23
23
|
private createdCallerFromType;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { ContentBaseComponent } from '../../../../shared/components';
|
|
2
1
|
import { ContentData } from '../../../../desy-commons/interfaces';
|
|
2
|
+
import { ContentBaseComponent } from '../../../../shared/components';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class CardLeftComponent extends ContentBaseComponent implements ContentData {
|
|
5
|
-
classes
|
|
6
|
-
backgroundColor
|
|
7
|
-
backgroundImageUrl
|
|
5
|
+
classes?: string;
|
|
6
|
+
backgroundColor?: string;
|
|
7
|
+
backgroundImageUrl?: string;
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<CardLeftComponent, never>;
|
|
9
9
|
static ɵcmp: i0.ɵɵComponentDeclaration<CardLeftComponent, "desy-card-left", never, { "classes": { "alias": "classes"; "required": false; }; "backgroundColor": { "alias": "backgroundColor"; "required": false; }; "backgroundImageUrl": { "alias": "backgroundImageUrl"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
10
10
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { ContentBaseComponent } from '../../../../shared/components';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class CardRightComponent extends ContentBaseComponent {
|
|
4
|
-
classes
|
|
5
|
-
backgroundColor
|
|
6
|
-
backgroundImageUrl
|
|
4
|
+
classes?: string;
|
|
5
|
+
backgroundColor?: string;
|
|
6
|
+
backgroundImageUrl?: string;
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<CardRightComponent, never>;
|
|
8
8
|
static ɵcmp: i0.ɵɵComponentDeclaration<CardRightComponent, "desy-card-right", never, { "classes": { "alias": "classes"; "required": false; }; "backgroundColor": { "alias": "backgroundColor"; "required": false; }; "backgroundImageUrl": { "alias": "backgroundImageUrl"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
9
9
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { ContentBaseComponent } from '../../../../shared/components';
|
|
2
1
|
import { ContentData } from '../../../../desy-commons/interfaces';
|
|
2
|
+
import { ContentBaseComponent } from '../../../../shared/components';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class CardSubComponent extends ContentBaseComponent implements ContentData {
|
|
5
|
-
classes
|
|
6
|
-
backgroundColor
|
|
7
|
-
backgroundImageUrl
|
|
5
|
+
classes?: string;
|
|
6
|
+
backgroundColor?: string;
|
|
7
|
+
backgroundImageUrl?: string;
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<CardSubComponent, never>;
|
|
9
9
|
static ɵcmp: i0.ɵɵComponentDeclaration<CardSubComponent, "desy-card-sub", never, { "classes": { "alias": "classes"; "required": false; }; "backgroundColor": { "alias": "backgroundColor"; "required": false; }; "backgroundImageUrl": { "alias": "backgroundImageUrl"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
10
10
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { ContentBaseComponent } from '../../../../shared/components';
|
|
2
1
|
import { ContentData } from '../../../../desy-commons/interfaces';
|
|
2
|
+
import { ContentBaseComponent } from '../../../../shared/components';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class CardSuperComponent extends ContentBaseComponent implements ContentData {
|
|
5
|
-
classes
|
|
6
|
-
backgroundColor
|
|
7
|
-
backgroundImageUrl
|
|
5
|
+
classes?: string;
|
|
6
|
+
backgroundColor?: string;
|
|
7
|
+
backgroundImageUrl?: string;
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<CardSuperComponent, never>;
|
|
9
9
|
static ɵcmp: i0.ɵɵComponentDeclaration<CardSuperComponent, "desy-card-super", never, { "classes": { "alias": "classes"; "required": false; }; "backgroundColor": { "alias": "backgroundColor"; "required": false; }; "backgroundImageUrl": { "alias": "backgroundImageUrl"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
10
10
|
}
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { AccessibilityComponent } from '../../../shared/components';
|
|
2
|
-
import { CardSuperComponent } from './card-sectors/card-super.component';
|
|
3
2
|
import { CardLeftComponent } from './card-sectors/card-left.component';
|
|
4
3
|
import { CardRightComponent } from './card-sectors/card-right.component';
|
|
5
4
|
import { CardSubComponent } from './card-sectors/card-sub.component';
|
|
5
|
+
import { CardSuperComponent } from './card-sectors/card-super.component';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export declare class CardComponent extends AccessibilityComponent {
|
|
8
8
|
cardSuperComponent: CardSuperComponent;
|
|
9
9
|
cardLeftComponent: CardLeftComponent;
|
|
10
10
|
cardRightComponent: CardRightComponent;
|
|
11
11
|
cardSubComponent: CardSubComponent;
|
|
12
|
-
classes
|
|
13
|
-
containerClasses
|
|
12
|
+
classes?: string;
|
|
13
|
+
containerClasses?: string;
|
|
14
14
|
constructor();
|
|
15
15
|
getStyle(cardSector: CardLeftComponent | CardRightComponent | CardSubComponent | CardSuperComponent): {};
|
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<CardComponent, never>;
|
|
@@ -3,17 +3,17 @@ import { ContentComponent } from '../../../desy-commons/components/content/conte
|
|
|
3
3
|
import { AccessibilityAndContentRequiredComponent } from '../../../shared/components';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class CollapsibleComponent extends AccessibilityAndContentRequiredComponent implements OnInit, OnChanges {
|
|
6
|
-
headerText
|
|
7
|
-
headerHtml
|
|
8
|
-
id
|
|
9
|
-
open
|
|
10
|
-
classes
|
|
11
|
-
buttonClasses
|
|
12
|
-
showClasses
|
|
13
|
-
hideClasses
|
|
14
|
-
contentClasses
|
|
15
|
-
show
|
|
16
|
-
htmlTemplate
|
|
6
|
+
headerText?: string;
|
|
7
|
+
headerHtml?: string;
|
|
8
|
+
id?: string;
|
|
9
|
+
open?: boolean;
|
|
10
|
+
classes?: string;
|
|
11
|
+
buttonClasses?: string;
|
|
12
|
+
showClasses?: string;
|
|
13
|
+
hideClasses?: string;
|
|
14
|
+
contentClasses?: string;
|
|
15
|
+
show?: string;
|
|
16
|
+
htmlTemplate?: TemplateRef<any>;
|
|
17
17
|
contentComponent: ContentComponent;
|
|
18
18
|
isOpen(): void;
|
|
19
19
|
toggleOpen(): void;
|
|
@@ -2,8 +2,8 @@ import { ContentBaseComponent } from '../../../../shared/components';
|
|
|
2
2
|
import { TermDefinitionData } from '../../../interfaces';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class DefinitionComponent extends ContentBaseComponent implements TermDefinitionData {
|
|
5
|
-
classes
|
|
6
|
-
id
|
|
5
|
+
classes?: string;
|
|
6
|
+
id?: string;
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<DefinitionComponent, never>;
|
|
8
8
|
static ɵcmp: i0.ɵɵComponentDeclaration<DefinitionComponent, "desy-definition", never, { "classes": { "alias": "classes"; "required": false; }; "id": { "alias": "id"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
9
9
|
}
|