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
package/lib/desy-views/components/description-list/description-item/description-item.component.d.ts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { DescriptionItemData } from '../../../interfaces';
|
|
2
|
-
import { TermComponent } from '../term/term.component';
|
|
3
2
|
import { DefinitionComponent } from '../definition/definition.component';
|
|
3
|
+
import { TermComponent } from '../term/term.component';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class DescriptionItemComponent implements DescriptionItemData {
|
|
6
6
|
term: TermComponent;
|
|
7
7
|
definition: DefinitionComponent;
|
|
8
|
-
classes
|
|
9
|
-
id
|
|
8
|
+
classes?: string;
|
|
9
|
+
id?: string;
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<DescriptionItemComponent, never>;
|
|
11
11
|
static ɵcmp: i0.ɵɵComponentDeclaration<DescriptionItemComponent, "desy-description-item", never, { "classes": { "alias": "classes"; "required": false; }; "id": { "alias": "id"; "required": false; }; }, {}, ["term", "definition"], never, false, never>;
|
|
12
12
|
}
|
|
@@ -4,10 +4,10 @@ import { DescriptionItemData } from '../../interfaces';
|
|
|
4
4
|
import { DescriptionItemComponent } from './description-item/description-item.component';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class DescriptionListComponent extends AccessibilityComponent {
|
|
7
|
-
items
|
|
7
|
+
items?: Array<DescriptionItemData>;
|
|
8
8
|
itemComponents: QueryList<DescriptionItemComponent>;
|
|
9
|
-
classes
|
|
10
|
-
id
|
|
9
|
+
classes?: string;
|
|
10
|
+
id?: string;
|
|
11
11
|
getItems(): DescriptionItemData[] | DescriptionItemComponent[];
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<DescriptionListComponent, never>;
|
|
13
13
|
static ɵcmp: i0.ɵɵComponentDeclaration<DescriptionListComponent, "desy-description-list", never, { "items": { "alias": "items"; "required": false; }; "classes": { "alias": "classes"; "required": false; }; "id": { "alias": "id"; "required": false; }; }, {}, ["itemComponents"], never, false, never>;
|
|
@@ -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 TermComponent extends ContentBaseComponent implements TermDefinitionData {
|
|
5
|
-
classes
|
|
6
|
-
id
|
|
5
|
+
classes?: string;
|
|
6
|
+
id?: string;
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<TermComponent, never>;
|
|
8
8
|
static ɵcmp: i0.ɵɵComponentDeclaration<TermComponent, "desy-term", never, { "classes": { "alias": "classes"; "required": false; }; "id": { "alias": "id"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
9
9
|
}
|
|
@@ -3,13 +3,13 @@ import { ContentComponent } from '../../../desy-commons/components/content/conte
|
|
|
3
3
|
import { AccessibilityComponent } from '../../../shared/components';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class DetailsComponent extends AccessibilityComponent implements OnInit {
|
|
6
|
-
summaryText
|
|
7
|
-
summaryHtml
|
|
8
|
-
summaryClasses
|
|
9
|
-
containerClasses
|
|
10
|
-
id
|
|
11
|
-
open
|
|
12
|
-
classes
|
|
6
|
+
summaryText?: string;
|
|
7
|
+
summaryHtml?: string;
|
|
8
|
+
summaryClasses?: string;
|
|
9
|
+
containerClasses?: string;
|
|
10
|
+
id?: string;
|
|
11
|
+
open?: boolean;
|
|
12
|
+
classes?: string;
|
|
13
13
|
openChange: EventEmitter<boolean>;
|
|
14
14
|
isHtml: boolean;
|
|
15
15
|
contentComponent: ContentComponent;
|
package/lib/desy-views/components/item/item-content-bottom/item-content-bottom.component.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
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 ItemContentBottomComponent extends ContentBaseComponent implements ContentData {
|
|
5
|
-
classes
|
|
5
|
+
classes?: string;
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<ItemContentBottomComponent, never>;
|
|
7
7
|
static ɵcmp: i0.ɵɵComponentDeclaration<ItemContentBottomComponent, "desy-item-content-bottom", never, { "classes": { "alias": "classes"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
8
8
|
}
|
|
@@ -10,18 +10,18 @@ import { ItemItemComponent } from './item-item/item-item.component';
|
|
|
10
10
|
import * as i0 from "@angular/core";
|
|
11
11
|
export declare class ItemComponent extends AccessibilityComponent implements OnChanges, OnInit {
|
|
12
12
|
private changeDetectorRef;
|
|
13
|
-
titleItem
|
|
14
|
-
description
|
|
15
|
-
headingLevel
|
|
16
|
-
items
|
|
17
|
-
content
|
|
18
|
-
icon
|
|
19
|
-
isDraggable
|
|
20
|
-
isLocked
|
|
21
|
-
caller
|
|
22
|
-
classes
|
|
23
|
-
id
|
|
24
|
-
hostClasses:
|
|
13
|
+
titleItem?: TitleData;
|
|
14
|
+
description?: DescriptionData;
|
|
15
|
+
headingLevel?: number;
|
|
16
|
+
items?: string[];
|
|
17
|
+
content?: ContentData;
|
|
18
|
+
icon?: IconData;
|
|
19
|
+
isDraggable?: boolean;
|
|
20
|
+
isLocked?: boolean;
|
|
21
|
+
caller?: TemplateRef<any>;
|
|
22
|
+
classes?: any;
|
|
23
|
+
id?: any;
|
|
24
|
+
hostClasses: string | null;
|
|
25
25
|
titleComponent: TitleComponent;
|
|
26
26
|
descriptionComponent: DescriptionComponent;
|
|
27
27
|
iconComponent: IconComponent;
|
|
@@ -32,8 +32,8 @@ export declare class ItemComponent extends AccessibilityComponent implements OnC
|
|
|
32
32
|
ngOnInit(): void;
|
|
33
33
|
getItems(): any[];
|
|
34
34
|
handleIconContentEmpty(isEmpty: boolean): void;
|
|
35
|
-
getTitle(): TitleData;
|
|
36
|
-
getIcon(): IconData;
|
|
35
|
+
getTitle(): TitleData | null;
|
|
36
|
+
getIcon(): IconData | null;
|
|
37
37
|
ngOnChanges(changes: SimpleChanges): void;
|
|
38
38
|
checkClasses(): void;
|
|
39
39
|
static ɵfac: i0.ɵɵFactoryDeclaration<ItemComponent, never>;
|
|
@@ -4,89 +4,89 @@ import { AccessibilityComponent } from '../../../shared/components';
|
|
|
4
4
|
import { MediaObjectFigureComponent } from './media-object-figure/media-object-figure.component';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class MediaObjectComponent extends AccessibilityComponent implements OnChanges {
|
|
7
|
-
figureHtml
|
|
8
|
-
center
|
|
9
|
-
reverse
|
|
10
|
-
figureClasses
|
|
11
|
-
contentClasses
|
|
12
|
-
caller
|
|
13
|
-
id
|
|
7
|
+
figureHtml?: string;
|
|
8
|
+
center?: boolean;
|
|
9
|
+
reverse?: boolean;
|
|
10
|
+
figureClasses?: string;
|
|
11
|
+
contentClasses?: string;
|
|
12
|
+
caller?: TemplateRef<any>;
|
|
13
|
+
id?: string;
|
|
14
14
|
classes: any;
|
|
15
15
|
cfgr: boolean;
|
|
16
16
|
idData: any;
|
|
17
|
-
role: string;
|
|
18
|
-
ariaLabel: string;
|
|
19
|
-
ariaDescribedBy: string;
|
|
20
|
-
ariaLabelledBy: string;
|
|
21
|
-
ariaHidden: string;
|
|
22
|
-
ariaDisabled: string;
|
|
23
|
-
ariaControls: string;
|
|
24
|
-
ariaCurrent: string;
|
|
25
|
-
ariaLive: string;
|
|
26
|
-
ariaExpanded: string;
|
|
27
|
-
ariaErrorMessage: string;
|
|
28
|
-
ariaHasPopup: string;
|
|
29
|
-
ariaModal: string;
|
|
30
|
-
ariaChecked: string;
|
|
31
|
-
ariaPressed: string;
|
|
32
|
-
ariaReadonly: string;
|
|
33
|
-
ariaRequired: string;
|
|
34
|
-
ariaSelected: string;
|
|
35
|
-
ariaValuemin: string;
|
|
36
|
-
ariaValuemax: string;
|
|
37
|
-
ariaValuenow: string;
|
|
38
|
-
ariaValuetext: string;
|
|
39
|
-
ariaOrientation: string;
|
|
40
|
-
ariaLevel: string;
|
|
41
|
-
ariaMultiselectable: string;
|
|
42
|
-
ariaPlaceholder: string;
|
|
43
|
-
ariaPosinset: string;
|
|
44
|
-
ariaSetsize: string;
|
|
45
|
-
ariaSort: string;
|
|
46
|
-
ariaBusy: string;
|
|
47
|
-
ariaActivedescendant: string;
|
|
48
|
-
ariaAtomic: string;
|
|
49
|
-
ariaAutocomplete: string;
|
|
50
|
-
ariaBraillelabel: string;
|
|
51
|
-
ariaBrailleroledescription: string;
|
|
52
|
-
ariaColcount: string;
|
|
53
|
-
ariaColindex: string;
|
|
54
|
-
ariaColindextext: string;
|
|
55
|
-
ariaColspan: string;
|
|
56
|
-
ariaDescription: string;
|
|
57
|
-
ariaDetails: string;
|
|
58
|
-
ariaFlowto: string;
|
|
59
|
-
ariaInvalid: string;
|
|
60
|
-
ariaKeyshortcuts: string;
|
|
61
|
-
ariaOwns: string;
|
|
62
|
-
ariaRelevant: string;
|
|
63
|
-
ariaRoledescription: string;
|
|
64
|
-
ariaRowcount: string;
|
|
65
|
-
ariaRowindex: string;
|
|
66
|
-
ariaRowindextext: string;
|
|
67
|
-
ariaRowspan: string;
|
|
68
|
-
tabindex: string;
|
|
69
|
-
title: string;
|
|
70
|
-
alt: string;
|
|
71
|
-
lang: string;
|
|
72
|
-
accesskey: string;
|
|
73
|
-
autocomplete: string;
|
|
74
|
-
autofocus: string;
|
|
75
|
-
contenteditable: string;
|
|
76
|
-
dir: string;
|
|
77
|
-
draggable: string;
|
|
78
|
-
enterkeyhint: string;
|
|
79
|
-
hidden: boolean;
|
|
80
|
-
inputmode: string;
|
|
81
|
-
spellcheck: string;
|
|
82
|
-
translate: string;
|
|
83
|
-
ariaMultiline: string;
|
|
84
|
-
for: string;
|
|
85
|
-
form: string;
|
|
86
|
-
headers: string;
|
|
87
|
-
placeholder: string;
|
|
88
|
-
readonly: string;
|
|
89
|
-
required: string;
|
|
17
|
+
role: string | undefined;
|
|
18
|
+
ariaLabel: string | undefined;
|
|
19
|
+
ariaDescribedBy: string | undefined;
|
|
20
|
+
ariaLabelledBy: string | undefined;
|
|
21
|
+
ariaHidden: string | undefined;
|
|
22
|
+
ariaDisabled: string | undefined;
|
|
23
|
+
ariaControls: string | undefined;
|
|
24
|
+
ariaCurrent: string | undefined;
|
|
25
|
+
ariaLive: string | undefined;
|
|
26
|
+
ariaExpanded: string | undefined;
|
|
27
|
+
ariaErrorMessage: string | undefined;
|
|
28
|
+
ariaHasPopup: string | undefined;
|
|
29
|
+
ariaModal: string | undefined;
|
|
30
|
+
ariaChecked: string | undefined;
|
|
31
|
+
ariaPressed: string | undefined;
|
|
32
|
+
ariaReadonly: string | undefined;
|
|
33
|
+
ariaRequired: string | undefined;
|
|
34
|
+
ariaSelected: string | undefined;
|
|
35
|
+
ariaValuemin: string | undefined;
|
|
36
|
+
ariaValuemax: string | undefined;
|
|
37
|
+
ariaValuenow: string | undefined;
|
|
38
|
+
ariaValuetext: string | undefined;
|
|
39
|
+
ariaOrientation: string | undefined;
|
|
40
|
+
ariaLevel: string | undefined;
|
|
41
|
+
ariaMultiselectable: string | undefined;
|
|
42
|
+
ariaPlaceholder: string | undefined;
|
|
43
|
+
ariaPosinset: string | undefined;
|
|
44
|
+
ariaSetsize: string | undefined;
|
|
45
|
+
ariaSort: string | undefined;
|
|
46
|
+
ariaBusy: string | undefined;
|
|
47
|
+
ariaActivedescendant: string | undefined;
|
|
48
|
+
ariaAtomic: string | undefined;
|
|
49
|
+
ariaAutocomplete: string | undefined;
|
|
50
|
+
ariaBraillelabel: string | undefined;
|
|
51
|
+
ariaBrailleroledescription: string | undefined;
|
|
52
|
+
ariaColcount: string | undefined;
|
|
53
|
+
ariaColindex: string | undefined;
|
|
54
|
+
ariaColindextext: string | undefined;
|
|
55
|
+
ariaColspan: string | undefined;
|
|
56
|
+
ariaDescription: string | undefined;
|
|
57
|
+
ariaDetails: string | undefined;
|
|
58
|
+
ariaFlowto: string | undefined;
|
|
59
|
+
ariaInvalid: string | undefined;
|
|
60
|
+
ariaKeyshortcuts: string | undefined;
|
|
61
|
+
ariaOwns: string | undefined;
|
|
62
|
+
ariaRelevant: string | undefined;
|
|
63
|
+
ariaRoledescription: string | undefined;
|
|
64
|
+
ariaRowcount: string | undefined;
|
|
65
|
+
ariaRowindex: string | undefined;
|
|
66
|
+
ariaRowindextext: string | undefined;
|
|
67
|
+
ariaRowspan: string | undefined;
|
|
68
|
+
tabindex: string | undefined;
|
|
69
|
+
title: string | undefined;
|
|
70
|
+
alt: string | undefined;
|
|
71
|
+
lang: string | undefined;
|
|
72
|
+
accesskey: string | undefined;
|
|
73
|
+
autocomplete: string | undefined;
|
|
74
|
+
autofocus: string | undefined;
|
|
75
|
+
contenteditable: string | undefined;
|
|
76
|
+
dir: string | undefined;
|
|
77
|
+
draggable: string | undefined;
|
|
78
|
+
enterkeyhint: string | undefined;
|
|
79
|
+
hidden: boolean | undefined;
|
|
80
|
+
inputmode: string | undefined;
|
|
81
|
+
spellcheck: string | undefined;
|
|
82
|
+
translate: string | undefined;
|
|
83
|
+
ariaMultiline: string | undefined;
|
|
84
|
+
for: string | undefined;
|
|
85
|
+
form: string | undefined;
|
|
86
|
+
headers: string | undefined;
|
|
87
|
+
placeholder: string | undefined;
|
|
88
|
+
readonly: string | undefined;
|
|
89
|
+
required: string | undefined;
|
|
90
90
|
contentComponent: ContentComponent;
|
|
91
91
|
mediaObjectFigureComponent: MediaObjectFigureComponent;
|
|
92
92
|
mediaFigureContent: ElementRef;
|
|
@@ -4,85 +4,85 @@ import { AccessibilityComponent } from '../../../shared/components';
|
|
|
4
4
|
import { StatusIconData } from '../../interfaces/status-icon-data';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class StatusComponent extends AccessibilityComponent implements OnChanges, OnInit {
|
|
7
|
-
text
|
|
8
|
-
id
|
|
9
|
-
icon
|
|
10
|
-
classes
|
|
7
|
+
text?: string;
|
|
8
|
+
id?: string;
|
|
9
|
+
icon?: StatusIconData;
|
|
10
|
+
classes?: any;
|
|
11
11
|
iconComponent: IconComponent;
|
|
12
12
|
idData: any;
|
|
13
|
-
role: string;
|
|
14
|
-
ariaLabel: string;
|
|
15
|
-
ariaDescribedBy: string;
|
|
16
|
-
ariaLabelledBy: string;
|
|
17
|
-
ariaHidden: string;
|
|
18
|
-
ariaDisabled: string;
|
|
19
|
-
ariaControls: string;
|
|
20
|
-
ariaCurrent: string;
|
|
21
|
-
ariaLive: string;
|
|
22
|
-
ariaExpanded: string;
|
|
23
|
-
ariaErrorMessage: string;
|
|
24
|
-
ariaHasPopup: string;
|
|
25
|
-
ariaModal: string;
|
|
26
|
-
ariaChecked: string;
|
|
27
|
-
ariaPressed: string;
|
|
28
|
-
ariaReadonly: string;
|
|
29
|
-
ariaRequired: string;
|
|
30
|
-
ariaSelected: string;
|
|
31
|
-
ariaValuemin: string;
|
|
32
|
-
ariaValuemax: string;
|
|
33
|
-
ariaValuenow: string;
|
|
34
|
-
ariaValuetext: string;
|
|
35
|
-
ariaOrientation: string;
|
|
36
|
-
ariaLevel: string;
|
|
37
|
-
ariaMultiselectable: string;
|
|
38
|
-
ariaPlaceholder: string;
|
|
39
|
-
ariaPosinset: string;
|
|
40
|
-
ariaSetsize: string;
|
|
41
|
-
ariaSort: string;
|
|
42
|
-
ariaBusy: string;
|
|
43
|
-
ariaActivedescendant: string;
|
|
44
|
-
ariaAtomic: string;
|
|
45
|
-
ariaAutocomplete: string;
|
|
46
|
-
ariaBraillelabel: string;
|
|
47
|
-
ariaBrailleroledescription: string;
|
|
48
|
-
ariaColcount: string;
|
|
49
|
-
ariaColindex: string;
|
|
50
|
-
ariaColindextext: string;
|
|
51
|
-
ariaColspan: string;
|
|
52
|
-
ariaDescription: string;
|
|
53
|
-
ariaDetails: string;
|
|
54
|
-
ariaFlowto: string;
|
|
55
|
-
ariaInvalid: string;
|
|
56
|
-
ariaKeyshortcuts: string;
|
|
57
|
-
ariaOwns: string;
|
|
58
|
-
ariaRelevant: string;
|
|
59
|
-
ariaRoledescription: string;
|
|
60
|
-
ariaRowcount: string;
|
|
61
|
-
ariaRowindex: string;
|
|
62
|
-
ariaRowindextext: string;
|
|
63
|
-
ariaRowspan: string;
|
|
64
|
-
tabindex: string;
|
|
65
|
-
title: string;
|
|
66
|
-
alt: string;
|
|
67
|
-
lang: string;
|
|
68
|
-
accesskey: string;
|
|
69
|
-
autocomplete: string;
|
|
70
|
-
autofocus: string;
|
|
71
|
-
contenteditable: string;
|
|
72
|
-
dir: string;
|
|
73
|
-
draggable: string;
|
|
74
|
-
enterkeyhint: string;
|
|
75
|
-
hidden: boolean;
|
|
76
|
-
inputmode: string;
|
|
77
|
-
spellcheck: string;
|
|
78
|
-
translate: string;
|
|
79
|
-
ariaMultiline: string;
|
|
80
|
-
for: string;
|
|
81
|
-
form: string;
|
|
82
|
-
headers: string;
|
|
83
|
-
placeholder: string;
|
|
84
|
-
readonly: string;
|
|
85
|
-
required: string;
|
|
13
|
+
role: string | undefined;
|
|
14
|
+
ariaLabel: string | undefined;
|
|
15
|
+
ariaDescribedBy: string | undefined;
|
|
16
|
+
ariaLabelledBy: string | undefined;
|
|
17
|
+
ariaHidden: string | undefined;
|
|
18
|
+
ariaDisabled: string | undefined;
|
|
19
|
+
ariaControls: string | undefined;
|
|
20
|
+
ariaCurrent: string | undefined;
|
|
21
|
+
ariaLive: string | undefined;
|
|
22
|
+
ariaExpanded: string | undefined;
|
|
23
|
+
ariaErrorMessage: string | undefined;
|
|
24
|
+
ariaHasPopup: string | undefined;
|
|
25
|
+
ariaModal: string | undefined;
|
|
26
|
+
ariaChecked: string | undefined;
|
|
27
|
+
ariaPressed: string | undefined;
|
|
28
|
+
ariaReadonly: string | undefined;
|
|
29
|
+
ariaRequired: string | undefined;
|
|
30
|
+
ariaSelected: string | undefined;
|
|
31
|
+
ariaValuemin: string | undefined;
|
|
32
|
+
ariaValuemax: string | undefined;
|
|
33
|
+
ariaValuenow: string | undefined;
|
|
34
|
+
ariaValuetext: string | undefined;
|
|
35
|
+
ariaOrientation: string | undefined;
|
|
36
|
+
ariaLevel: string | undefined;
|
|
37
|
+
ariaMultiselectable: string | undefined;
|
|
38
|
+
ariaPlaceholder: string | undefined;
|
|
39
|
+
ariaPosinset: string | undefined;
|
|
40
|
+
ariaSetsize: string | undefined;
|
|
41
|
+
ariaSort: string | undefined;
|
|
42
|
+
ariaBusy: string | undefined;
|
|
43
|
+
ariaActivedescendant: string | undefined;
|
|
44
|
+
ariaAtomic: string | undefined;
|
|
45
|
+
ariaAutocomplete: string | undefined;
|
|
46
|
+
ariaBraillelabel: string | undefined;
|
|
47
|
+
ariaBrailleroledescription: string | undefined;
|
|
48
|
+
ariaColcount: string | undefined;
|
|
49
|
+
ariaColindex: string | undefined;
|
|
50
|
+
ariaColindextext: string | undefined;
|
|
51
|
+
ariaColspan: string | undefined;
|
|
52
|
+
ariaDescription: string | undefined;
|
|
53
|
+
ariaDetails: string | undefined;
|
|
54
|
+
ariaFlowto: string | undefined;
|
|
55
|
+
ariaInvalid: string | undefined;
|
|
56
|
+
ariaKeyshortcuts: string | undefined;
|
|
57
|
+
ariaOwns: string | undefined;
|
|
58
|
+
ariaRelevant: string | undefined;
|
|
59
|
+
ariaRoledescription: string | undefined;
|
|
60
|
+
ariaRowcount: string | undefined;
|
|
61
|
+
ariaRowindex: string | undefined;
|
|
62
|
+
ariaRowindextext: string | undefined;
|
|
63
|
+
ariaRowspan: string | undefined;
|
|
64
|
+
tabindex: string | undefined;
|
|
65
|
+
title: string | undefined;
|
|
66
|
+
alt: string | undefined;
|
|
67
|
+
lang: string | undefined;
|
|
68
|
+
accesskey: string | undefined;
|
|
69
|
+
autocomplete: string | undefined;
|
|
70
|
+
autofocus: string | undefined;
|
|
71
|
+
contenteditable: string | undefined;
|
|
72
|
+
dir: string | undefined;
|
|
73
|
+
draggable: string | undefined;
|
|
74
|
+
enterkeyhint: string | undefined;
|
|
75
|
+
hidden: boolean | undefined;
|
|
76
|
+
inputmode: string | undefined;
|
|
77
|
+
spellcheck: string | undefined;
|
|
78
|
+
translate: string | undefined;
|
|
79
|
+
ariaMultiline: string | undefined;
|
|
80
|
+
for: string | undefined;
|
|
81
|
+
form: string | undefined;
|
|
82
|
+
headers: string | undefined;
|
|
83
|
+
placeholder: string | undefined;
|
|
84
|
+
readonly: string | undefined;
|
|
85
|
+
required: string | undefined;
|
|
86
86
|
isHtml: boolean;
|
|
87
87
|
ngOnInit(): void;
|
|
88
88
|
ngOnChanges(changes: SimpleChanges): void;
|
|
@@ -10,96 +10,96 @@ import { DescriptionItemComponent } from '../description-list/description-item/d
|
|
|
10
10
|
import { StatusComponent } from '../status/status.component';
|
|
11
11
|
import * as i0 from "@angular/core";
|
|
12
12
|
export declare class StatusItemComponent extends AccessibilityComponent implements OnChanges {
|
|
13
|
-
id
|
|
14
|
-
errorId
|
|
15
|
-
describedBy
|
|
16
|
-
titleStatus
|
|
17
|
-
hint
|
|
18
|
-
errorMessage
|
|
19
|
-
items
|
|
20
|
-
status
|
|
13
|
+
id?: string;
|
|
14
|
+
errorId?: string;
|
|
15
|
+
describedBy?: string;
|
|
16
|
+
titleStatus?: StatusItemTitleData;
|
|
17
|
+
hint?: HintData;
|
|
18
|
+
errorMessage?: ErrorMessageData;
|
|
19
|
+
items?: DescriptionItemData[];
|
|
20
|
+
status?: StatusData;
|
|
21
21
|
classes: any;
|
|
22
22
|
idData: any;
|
|
23
|
-
role: string;
|
|
24
|
-
ariaLabel: string;
|
|
25
|
-
ariaDescribedBy: string;
|
|
26
|
-
ariaLabelledBy: string;
|
|
27
|
-
ariaHidden: string;
|
|
28
|
-
ariaDisabled: string;
|
|
29
|
-
ariaControls: string;
|
|
30
|
-
ariaCurrent: string;
|
|
31
|
-
ariaLive: string;
|
|
32
|
-
ariaExpanded: string;
|
|
33
|
-
ariaErrorMessage: string;
|
|
34
|
-
ariaHasPopup: string;
|
|
35
|
-
ariaModal: string;
|
|
36
|
-
ariaChecked: string;
|
|
37
|
-
ariaPressed: string;
|
|
38
|
-
ariaReadonly: string;
|
|
39
|
-
ariaRequired: string;
|
|
40
|
-
ariaSelected: string;
|
|
41
|
-
ariaValuemin: string;
|
|
42
|
-
ariaValuemax: string;
|
|
43
|
-
ariaValuenow: string;
|
|
44
|
-
ariaValuetext: string;
|
|
45
|
-
ariaOrientation: string;
|
|
46
|
-
ariaLevel: string;
|
|
47
|
-
ariaMultiselectable: string;
|
|
48
|
-
ariaPlaceholder: string;
|
|
49
|
-
ariaPosinset: string;
|
|
50
|
-
ariaSetsize: string;
|
|
51
|
-
ariaSort: string;
|
|
52
|
-
ariaBusy: string;
|
|
53
|
-
ariaActivedescendant: string;
|
|
54
|
-
ariaAtomic: string;
|
|
55
|
-
ariaAutocomplete: string;
|
|
56
|
-
ariaBraillelabel: string;
|
|
57
|
-
ariaBrailleroledescription: string;
|
|
58
|
-
ariaColcount: string;
|
|
59
|
-
ariaColindex: string;
|
|
60
|
-
ariaColindextext: string;
|
|
61
|
-
ariaColspan: string;
|
|
62
|
-
ariaDescription: string;
|
|
63
|
-
ariaDetails: string;
|
|
64
|
-
ariaFlowto: string;
|
|
65
|
-
ariaInvalid: string;
|
|
66
|
-
ariaKeyshortcuts: string;
|
|
67
|
-
ariaOwns: string;
|
|
68
|
-
ariaRelevant: string;
|
|
69
|
-
ariaRoledescription: string;
|
|
70
|
-
ariaRowcount: string;
|
|
71
|
-
ariaRowindex: string;
|
|
72
|
-
ariaRowindextext: string;
|
|
73
|
-
ariaRowspan: string;
|
|
74
|
-
tabindex: string;
|
|
75
|
-
title: string;
|
|
76
|
-
alt: string;
|
|
77
|
-
lang: string;
|
|
78
|
-
accesskey: string;
|
|
79
|
-
autocomplete: string;
|
|
80
|
-
autofocus: string;
|
|
81
|
-
contenteditable: string;
|
|
82
|
-
dir: string;
|
|
83
|
-
draggable: string;
|
|
84
|
-
enterkeyhint: string;
|
|
85
|
-
hidden: boolean;
|
|
86
|
-
inputmode: string;
|
|
87
|
-
spellcheck: string;
|
|
88
|
-
translate: string;
|
|
89
|
-
ariaMultiline: string;
|
|
90
|
-
for: string;
|
|
91
|
-
form: string;
|
|
92
|
-
headers: string;
|
|
93
|
-
placeholder: string;
|
|
94
|
-
readonly: string;
|
|
95
|
-
required: string;
|
|
23
|
+
role: string | undefined;
|
|
24
|
+
ariaLabel: string | undefined;
|
|
25
|
+
ariaDescribedBy: string | undefined;
|
|
26
|
+
ariaLabelledBy: string | undefined;
|
|
27
|
+
ariaHidden: string | undefined;
|
|
28
|
+
ariaDisabled: string | undefined;
|
|
29
|
+
ariaControls: string | undefined;
|
|
30
|
+
ariaCurrent: string | undefined;
|
|
31
|
+
ariaLive: string | undefined;
|
|
32
|
+
ariaExpanded: string | undefined;
|
|
33
|
+
ariaErrorMessage: string | undefined;
|
|
34
|
+
ariaHasPopup: string | undefined;
|
|
35
|
+
ariaModal: string | undefined;
|
|
36
|
+
ariaChecked: string | undefined;
|
|
37
|
+
ariaPressed: string | undefined;
|
|
38
|
+
ariaReadonly: string | undefined;
|
|
39
|
+
ariaRequired: string | undefined;
|
|
40
|
+
ariaSelected: string | undefined;
|
|
41
|
+
ariaValuemin: string | undefined;
|
|
42
|
+
ariaValuemax: string | undefined;
|
|
43
|
+
ariaValuenow: string | undefined;
|
|
44
|
+
ariaValuetext: string | undefined;
|
|
45
|
+
ariaOrientation: string | undefined;
|
|
46
|
+
ariaLevel: string | undefined;
|
|
47
|
+
ariaMultiselectable: string | undefined;
|
|
48
|
+
ariaPlaceholder: string | undefined;
|
|
49
|
+
ariaPosinset: string | undefined;
|
|
50
|
+
ariaSetsize: string | undefined;
|
|
51
|
+
ariaSort: string | undefined;
|
|
52
|
+
ariaBusy: string | undefined;
|
|
53
|
+
ariaActivedescendant: string | undefined;
|
|
54
|
+
ariaAtomic: string | undefined;
|
|
55
|
+
ariaAutocomplete: string | undefined;
|
|
56
|
+
ariaBraillelabel: string | undefined;
|
|
57
|
+
ariaBrailleroledescription: string | undefined;
|
|
58
|
+
ariaColcount: string | undefined;
|
|
59
|
+
ariaColindex: string | undefined;
|
|
60
|
+
ariaColindextext: string | undefined;
|
|
61
|
+
ariaColspan: string | undefined;
|
|
62
|
+
ariaDescription: string | undefined;
|
|
63
|
+
ariaDetails: string | undefined;
|
|
64
|
+
ariaFlowto: string | undefined;
|
|
65
|
+
ariaInvalid: string | undefined;
|
|
66
|
+
ariaKeyshortcuts: string | undefined;
|
|
67
|
+
ariaOwns: string | undefined;
|
|
68
|
+
ariaRelevant: string | undefined;
|
|
69
|
+
ariaRoledescription: string | undefined;
|
|
70
|
+
ariaRowcount: string | undefined;
|
|
71
|
+
ariaRowindex: string | undefined;
|
|
72
|
+
ariaRowindextext: string | undefined;
|
|
73
|
+
ariaRowspan: string | undefined;
|
|
74
|
+
tabindex: string | undefined;
|
|
75
|
+
title: string | undefined;
|
|
76
|
+
alt: string | undefined;
|
|
77
|
+
lang: string | undefined;
|
|
78
|
+
accesskey: string | undefined;
|
|
79
|
+
autocomplete: string | undefined;
|
|
80
|
+
autofocus: string | undefined;
|
|
81
|
+
contenteditable: string | undefined;
|
|
82
|
+
dir: string | undefined;
|
|
83
|
+
draggable: string | undefined;
|
|
84
|
+
enterkeyhint: string | undefined;
|
|
85
|
+
hidden: boolean | undefined;
|
|
86
|
+
inputmode: string | undefined;
|
|
87
|
+
spellcheck: string | undefined;
|
|
88
|
+
translate: string | undefined;
|
|
89
|
+
ariaMultiline: string | undefined;
|
|
90
|
+
for: string | undefined;
|
|
91
|
+
form: string | undefined;
|
|
92
|
+
headers: string | undefined;
|
|
93
|
+
placeholder: string | undefined;
|
|
94
|
+
readonly: string | undefined;
|
|
95
|
+
required: string | undefined;
|
|
96
96
|
titleComponent: TitleComponent;
|
|
97
97
|
hintComponent: HintComponent;
|
|
98
98
|
errorMessageComponent: ErrorMessageComponent;
|
|
99
99
|
contentComponent: ContentComponent;
|
|
100
100
|
itemComponents: QueryList<DescriptionItemComponent>;
|
|
101
101
|
statusComponent: StatusComponent;
|
|
102
|
-
caller
|
|
102
|
+
caller?: TemplateRef<any>;
|
|
103
103
|
ngOnChanges(changes: SimpleChanges): void;
|
|
104
104
|
getItems(): DescriptionItemData[] | DescriptionItemComponent[];
|
|
105
105
|
static ɵfac: i0.ɵɵFactoryDeclaration<StatusItemComponent, never>;
|
|
@@ -2,8 +2,8 @@ import { ContentBaseComponent } from '../../../../shared/components';
|
|
|
2
2
|
import { TabsPanelData } from '../../../interfaces';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class PanelComponent extends ContentBaseComponent implements TabsPanelData {
|
|
5
|
-
classes
|
|
6
|
-
id
|
|
5
|
+
classes?: string;
|
|
6
|
+
id?: string;
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<PanelComponent, never>;
|
|
8
8
|
static ɵcmp: i0.ɵɵComponentDeclaration<PanelComponent, "desy-panel", never, { "classes": { "alias": "classes"; "required": false; }; "id": { "alias": "id"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
9
9
|
}
|