desy-angular 12.0.0 → 13.0.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/esm2022/lib/desy-angular.module.mjs +10 -9
- package/esm2022/lib/desy-buttons/components/button/button.component.mjs +5 -4
- package/esm2022/lib/desy-buttons/components/button-loader/button-loader.component.mjs +8 -5
- package/esm2022/lib/desy-buttons/components/dropdown/dropdown.component.mjs +11 -6
- package/esm2022/lib/desy-buttons/components/listbox/listbox-item/listbox-item.component.mjs +3 -3
- package/esm2022/lib/desy-buttons/components/listbox/listbox.component.mjs +6 -5
- package/esm2022/lib/desy-buttons/components/pill/pill.component.mjs +5 -4
- package/esm2022/lib/desy-buttons/components/toggle/toggle.component.mjs +4 -3
- package/esm2022/lib/desy-buttons/desy-buttons.module.mjs +15 -15
- package/esm2022/lib/desy-buttons/interfaces/listbox-item-data.mjs +1 -1
- package/esm2022/lib/desy-commons/interfaces/title-data.mjs +1 -1
- package/esm2022/lib/desy-forms/components/checkboxes/checkbox-item/checkbox-item.component.mjs +6 -5
- package/esm2022/lib/desy-forms/components/checkboxes/checkboxes.component.mjs +11 -10
- package/esm2022/lib/desy-forms/components/date-input/date-input.component.mjs +10 -9
- package/esm2022/lib/desy-forms/components/datepicker/datepicker.component.mjs +190 -0
- package/esm2022/lib/desy-forms/components/datepicker/datepicker.pipe.mjs +34 -0
- package/esm2022/lib/desy-forms/components/error-message/error-message.component.mjs +4 -3
- package/esm2022/lib/desy-forms/components/fieldset/fieldset.component.mjs +5 -4
- package/esm2022/lib/desy-forms/components/file-upload/file-upload.component.mjs +8 -7
- package/esm2022/lib/desy-forms/components/hint/hint.component.mjs +4 -3
- package/esm2022/lib/desy-forms/components/input/input.component.mjs +8 -7
- package/esm2022/lib/desy-forms/components/input-group/input-group.component.mjs +11 -10
- package/esm2022/lib/desy-forms/components/label/label.component.mjs +4 -3
- package/esm2022/lib/desy-forms/components/radios/radio-item/radio-item.component.mjs +6 -5
- package/esm2022/lib/desy-forms/components/radios/radios.component.mjs +11 -10
- package/esm2022/lib/desy-forms/components/search-bar/search-bar.component.mjs +7 -6
- package/esm2022/lib/desy-forms/components/select/select.component.mjs +8 -7
- package/esm2022/lib/desy-forms/components/textarea/textarea.component.mjs +8 -7
- package/esm2022/lib/desy-forms/components/tree/tree-checkbox/tree-checkbox.component.mjs +4 -3
- package/esm2022/lib/desy-forms/components/tree/tree-item/tree-item.component.mjs +13 -12
- package/esm2022/lib/desy-forms/components/tree/tree-sub/tree-sub.component.mjs +5 -4
- package/esm2022/lib/desy-forms/components/tree/tree.component.mjs +12 -9
- package/esm2022/lib/desy-forms/desy-forms.module.mjs +40 -24
- package/esm2022/lib/desy-forms/interfaces/error-message-data.mjs +1 -1
- package/esm2022/lib/desy-forms/interfaces/fieldset-data.mjs +1 -1
- package/esm2022/lib/desy-forms/interfaces/hint-data.mjs +1 -1
- package/esm2022/lib/desy-forms/interfaces/item-checkbox-data.mjs +1 -1
- package/esm2022/lib/desy-forms/interfaces/item-date-input-data.mjs +1 -1
- package/esm2022/lib/desy-forms/interfaces/item-input-group-data.mjs +1 -1
- package/esm2022/lib/desy-forms/interfaces/item-radio-data.mjs +1 -1
- package/esm2022/lib/desy-forms/interfaces/label-data.mjs +1 -1
- package/esm2022/lib/desy-forms/interfaces/select-item-data.mjs +1 -1
- package/esm2022/lib/desy-modals/components/dialog/dialog.component.mjs +4 -3
- package/esm2022/lib/desy-modals/components/modal/modal.component.mjs +15 -14
- package/esm2022/lib/desy-modals/interfaces/dialog-options.mjs +1 -1
- package/esm2022/lib/desy-modals/interfaces/modal-options.mjs +1 -1
- package/esm2022/lib/desy-modals/services/dialog.service.mjs +2 -2
- package/esm2022/lib/desy-nav/components/breadcrumbs/breadcrumbs.component.mjs +4 -3
- package/esm2022/lib/desy-nav/components/error-summary/error-summary.component.mjs +5 -4
- package/esm2022/lib/desy-nav/components/footer/footer-navigation/footer-navigation.component.mjs +4 -2
- package/esm2022/lib/desy-nav/components/footer/footer.component.mjs +6 -5
- package/esm2022/lib/desy-nav/components/header/header-mobileText/header-mobile-text.component.mjs +246 -2
- package/esm2022/lib/desy-nav/components/header/header-navigation/header-navigation.component.mjs +4 -3
- package/esm2022/lib/desy-nav/components/header/header.component.mjs +15 -14
- package/esm2022/lib/desy-nav/components/header-advanced/header-advanced-dropdown/header-advanced-dropdown.component.mjs +1 -1
- package/esm2022/lib/desy-nav/components/header-advanced/header-advanced-sub/header-advanced-sub.component.mjs +3 -3
- package/esm2022/lib/desy-nav/components/header-advanced/header-advanced-super/header-advanced-super.component.mjs +3 -3
- package/esm2022/lib/desy-nav/components/header-advanced/header-advanced.component.mjs +6 -5
- package/esm2022/lib/desy-nav/components/header-mini/header-mini.component.mjs +5 -4
- package/esm2022/lib/desy-nav/components/links-list/links-list-icon-right/links-list-icon-right.component.mjs +16 -0
- package/esm2022/lib/desy-nav/components/links-list/links-list-item/links-list-item.component.mjs +7 -3
- package/esm2022/lib/desy-nav/components/links-list/links-list.component.mjs +8 -5
- package/esm2022/lib/desy-nav/components/menu-horizontal/menu-horizontal.component.mjs +6 -5
- package/esm2022/lib/desy-nav/components/menu-navigation/components/menu-navigation-item/menu-navigation-item.component.mjs +3 -3
- package/esm2022/lib/desy-nav/components/menu-navigation/menu-navigation.component.mjs +280 -31
- package/esm2022/lib/desy-nav/components/menu-vertical/menu-vertical-item/menu-vertical-item.component.mjs +3 -3
- package/esm2022/lib/desy-nav/components/menu-vertical/menu-vertical-item-sub-item/menu-vertical-item-sub-item.component.mjs +3 -3
- package/esm2022/lib/desy-nav/components/menu-vertical/menu-vertical.component.mjs +6 -5
- package/esm2022/lib/desy-nav/components/menubar/components/menubar-item/menubar-item.component.mjs +3 -3
- package/esm2022/lib/desy-nav/components/menubar/menubar.component.mjs +281 -32
- package/esm2022/lib/desy-nav/components/nav/nav-item/nav-item.component.mjs +3 -3
- package/esm2022/lib/desy-nav/components/nav/nav.component.mjs +6 -5
- package/esm2022/lib/desy-nav/components/notification/notification.component.mjs +7 -6
- package/esm2022/lib/desy-nav/components/skip-link/skip-link.component.mjs +8 -3
- package/esm2022/lib/desy-nav/desy-nav.module.mjs +6 -5
- package/esm2022/lib/desy-nav/interfaces/breadcrumbs.data.mjs +1 -1
- package/esm2022/lib/desy-nav/interfaces/error-summary-data.mjs +1 -1
- package/esm2022/lib/desy-nav/interfaces/footer-data.mjs +1 -1
- package/esm2022/lib/desy-nav/interfaces/footer-logo.mjs +2 -1
- package/esm2022/lib/desy-nav/interfaces/header-dropdown-data.mjs +1 -1
- package/esm2022/lib/desy-nav/interfaces/header-mobile-text-data.mjs +1 -1
- package/esm2022/lib/desy-nav/interfaces/header-navigation-item-data.mjs +1 -1
- package/esm2022/lib/desy-nav/interfaces/header-subnav-data.mjs +1 -1
- package/esm2022/lib/desy-nav/interfaces/menu-horizontal-item-data.mjs +1 -1
- package/esm2022/lib/desy-nav/interfaces/menu-navigation-item-sub-item-sub-item.mjs +1 -1
- package/esm2022/lib/desy-nav/interfaces/menu-navigation-item-sub-item.mjs +1 -1
- package/esm2022/lib/desy-nav/interfaces/menu-navigation.mjs +1 -1
- package/esm2022/lib/desy-nav/interfaces/menu-vertical-items-data.mjs +1 -1
- package/esm2022/lib/desy-nav/interfaces/menu-vertical-sub-data.mjs +1 -1
- package/esm2022/lib/desy-nav/interfaces/menu-vertical-sub-items-data.mjs +1 -1
- package/esm2022/lib/desy-nav/interfaces/menubar-item-sub.mjs +1 -1
- package/esm2022/lib/desy-nav/interfaces/menubar-item.mjs +1 -1
- package/esm2022/lib/desy-nav/interfaces/nav-item.data.mjs +1 -1
- package/esm2022/lib/desy-nav/interfaces/notification-items-data.mjs +1 -1
- package/esm2022/lib/desy-nav/interfaces/notification-options.mjs +1 -1
- package/esm2022/lib/desy-pagination/components/pagination/pagination.component.mjs +22 -22
- package/esm2022/lib/desy-pagination/components/pagination-item-perpage/pagination-item-perpage.component.mjs +2 -2
- package/esm2022/lib/desy-pagination/desy-pagination.module.mjs +16 -8
- package/esm2022/lib/desy-tables/components/table/table.component.mjs +26 -5
- package/esm2022/lib/desy-tables/components/table-advanced/table-advanced.component.mjs +16 -16
- package/esm2022/lib/desy-tables/directives/focus-clicked-cell.directive.mjs +12 -7
- package/esm2022/lib/desy-tables/interfaces/cell-data.mjs +1 -1
- package/esm2022/lib/desy-tables/interfaces/wrapper-data.mjs +1 -1
- package/esm2022/lib/desy-views/components/accordion/accordion.component.mjs +279 -30
- package/esm2022/lib/desy-views/components/accordion-history/accordion-history.component.mjs +5 -4
- package/esm2022/lib/desy-views/components/alert/alert.component.mjs +4 -3
- package/esm2022/lib/desy-views/components/card/card.component.mjs +4 -3
- package/esm2022/lib/desy-views/components/collapsible/collapsible.component.mjs +13 -4
- package/esm2022/lib/desy-views/components/description-list/description-list.component.mjs +4 -3
- package/esm2022/lib/desy-views/components/details/details.component.mjs +4 -3
- package/esm2022/lib/desy-views/components/item/item.component.mjs +11 -10
- package/esm2022/lib/desy-views/components/media-object/media-object.component.mjs +280 -32
- package/esm2022/lib/desy-views/components/status/status.component.mjs +283 -32
- package/esm2022/lib/desy-views/components/status-item/status-item.component.mjs +286 -37
- package/esm2022/lib/desy-views/components/tabs/tabs.component.mjs +284 -35
- package/esm2022/lib/desy-views/components/tooltip/tooltip.component.mjs +281 -33
- package/esm2022/lib/desy-views/desy-views.module.mjs +27 -32
- package/esm2022/lib/desy-views/interfaces/accordion-item.data.mjs +1 -1
- package/esm2022/lib/desy-views/interfaces/alert-options.mjs +1 -1
- package/esm2022/lib/desy-views/interfaces/description-item.data.mjs +1 -1
- package/esm2022/lib/desy-views/interfaces/status-data.mjs +1 -1
- package/esm2022/lib/desy-views/interfaces/tabs-items-data.mjs +1 -1
- package/esm2022/lib/desy-views/interfaces/tabs-panel-data.mjs +1 -1
- package/esm2022/lib/desy-views/interfaces/term-definition.data.mjs +1 -1
- package/esm2022/lib/shared/components/accessibility/accessibility-attributes.mjs +78 -0
- package/esm2022/lib/shared/components/accessibility/accessibility.component.mjs +124 -2
- package/esm2022/lib/shared/components/accessibility-and-content-required/accessibility-and-content-required.component.mjs +126 -2
- package/esm2022/lib/shared/components/accessibility-and-text-or-html-required/accessibility-and-text-or-html-required.component.mjs +126 -2
- package/esm2022/lib/shared/components/index.mjs +4 -3
- package/esm2022/lib/shared/components/spinner/spinner.component.mjs +329 -0
- package/esm2022/lib/shared/directives/accessibility-directive.mjs +52 -0
- package/esm2022/lib/shared/directives/custom-inner-content.directive.mjs +21 -4
- package/esm2022/lib/shared/interfaces/accessibility-data.mjs +2 -0
- package/esm2022/lib/shared/pipes/make-html-list.pipe.mjs +2 -2
- package/esm2022/lib/shared/shared.module.mjs +12 -7
- package/esm2022/lib/shared/sharedExternal.module.mjs +24 -0
- package/esm2022/lib/shared/utils/search-utils.mjs +5 -1
- package/esm2022/public-api.mjs +5 -2
- package/fesm2022/desy-angular.mjs +4273 -965
- package/fesm2022/desy-angular.mjs.map +1 -1
- package/lib/desy-angular.module.d.ts +2 -1
- package/lib/desy-buttons/components/button-loader/button-loader.component.d.ts +2 -0
- package/lib/desy-buttons/components/listbox/listbox-item/listbox-item.component.d.ts +3 -3
- package/lib/desy-buttons/desy-buttons.module.d.ts +3 -3
- package/lib/desy-buttons/interfaces/listbox-item-data.d.ts +2 -2
- package/lib/desy-commons/interfaces/title-data.d.ts +2 -2
- package/lib/desy-forms/components/datepicker/datepicker.component.d.ts +31 -0
- package/lib/desy-forms/components/datepicker/datepicker.pipe.d.ts +7 -0
- package/lib/desy-forms/components/tree/tree-item/tree-item.component.d.ts +5 -5
- package/lib/desy-forms/components/tree/tree.component.d.ts +5 -4
- package/lib/desy-forms/desy-forms.module.d.ts +10 -6
- package/lib/desy-forms/interfaces/error-message-data.d.ts +2 -2
- package/lib/desy-forms/interfaces/fieldset-data.d.ts +2 -2
- package/lib/desy-forms/interfaces/hint-data.d.ts +2 -2
- package/lib/desy-forms/interfaces/item-checkbox-data.d.ts +3 -3
- package/lib/desy-forms/interfaces/item-date-input-data.d.ts +3 -3
- package/lib/desy-forms/interfaces/item-input-group-data.d.ts +3 -3
- package/lib/desy-forms/interfaces/item-radio-data.d.ts +3 -3
- package/lib/desy-forms/interfaces/label-data.d.ts +2 -2
- package/lib/desy-forms/interfaces/select-item-data.d.ts +2 -2
- package/lib/desy-modals/components/modal/modal.component.d.ts +8 -8
- package/lib/desy-modals/interfaces/dialog-options.d.ts +2 -2
- package/lib/desy-modals/interfaces/modal-options.d.ts +4 -4
- package/lib/desy-modals/services/dialog.service.d.ts +1 -1
- package/lib/desy-nav/components/footer/footer-navigation/footer-navigation.component.d.ts +2 -1
- package/lib/desy-nav/components/header/header-mobileText/header-mobile-text.component.d.ts +61 -0
- package/lib/desy-nav/components/header-advanced/header-advanced-sub/header-advanced-sub.component.d.ts +1 -1
- package/lib/desy-nav/components/header-advanced/header-advanced-super/header-advanced-super.component.d.ts +1 -1
- package/lib/desy-nav/components/header-mini/header-mini.component.d.ts +1 -1
- package/lib/desy-nav/components/links-list/links-list-icon-right/links-list-icon-right.component.d.ts +8 -0
- package/lib/desy-nav/components/links-list/links-list-item/links-list-item.component.d.ts +4 -2
- package/lib/desy-nav/components/links-list/links-list.component.d.ts +2 -1
- package/lib/desy-nav/components/menu-navigation/components/menu-navigation-item/menu-navigation-item.component.d.ts +2 -2
- package/lib/desy-nav/components/menu-navigation/menu-navigation.component.d.ts +75 -13
- package/lib/desy-nav/components/menu-vertical/menu-vertical-item/menu-vertical-item.component.d.ts +3 -3
- package/lib/desy-nav/components/menu-vertical/menu-vertical-item-sub-item/menu-vertical-item-sub-item.component.d.ts +3 -3
- package/lib/desy-nav/components/menubar/components/menubar-item/menubar-item.component.d.ts +3 -3
- package/lib/desy-nav/components/menubar/menubar.component.d.ts +75 -13
- package/lib/desy-nav/components/nav/nav-item/nav-item.component.d.ts +2 -2
- package/lib/desy-nav/components/notification/notification.component.d.ts +2 -2
- package/lib/desy-nav/desy-nav.module.d.ts +29 -28
- package/lib/desy-nav/interfaces/breadcrumbs.data.d.ts +2 -2
- package/lib/desy-nav/interfaces/error-summary-data.d.ts +2 -2
- package/lib/desy-nav/interfaces/footer-data.d.ts +3 -3
- package/lib/desy-nav/interfaces/footer-logo.d.ts +1 -0
- package/lib/desy-nav/interfaces/header-dropdown-data.d.ts +2 -2
- package/lib/desy-nav/interfaces/header-mobile-text-data.d.ts +2 -2
- package/lib/desy-nav/interfaces/header-navigation-item-data.d.ts +2 -2
- package/lib/desy-nav/interfaces/header-subnav-data.d.ts +2 -2
- package/lib/desy-nav/interfaces/menu-horizontal-item-data.d.ts +2 -2
- package/lib/desy-nav/interfaces/menu-navigation-item-sub-item-sub-item.d.ts +2 -2
- package/lib/desy-nav/interfaces/menu-navigation-item-sub-item.d.ts +2 -2
- package/lib/desy-nav/interfaces/menu-navigation.d.ts +2 -2
- package/lib/desy-nav/interfaces/menu-vertical-items-data.d.ts +2 -2
- package/lib/desy-nav/interfaces/menu-vertical-sub-data.d.ts +2 -2
- package/lib/desy-nav/interfaces/menu-vertical-sub-items-data.d.ts +2 -2
- package/lib/desy-nav/interfaces/menubar-item-sub.d.ts +2 -2
- package/lib/desy-nav/interfaces/menubar-item.d.ts +3 -3
- package/lib/desy-nav/interfaces/nav-item.data.d.ts +2 -2
- package/lib/desy-nav/interfaces/notification-items-data.d.ts +2 -2
- package/lib/desy-nav/interfaces/notification-options.d.ts +4 -4
- package/lib/desy-pagination/components/pagination/pagination.component.d.ts +4 -4
- package/lib/desy-pagination/components/pagination-item-perpage/pagination-item-perpage.component.d.ts +3 -3
- package/lib/desy-pagination/desy-pagination.module.d.ts +3 -1
- package/lib/desy-tables/components/table/table.component.d.ts +3 -0
- package/lib/desy-tables/components/table-advanced/table-advanced.component.d.ts +1 -1
- package/lib/desy-tables/directives/focus-clicked-cell.directive.d.ts +1 -0
- package/lib/desy-tables/interfaces/cell-data.d.ts +2 -2
- package/lib/desy-tables/interfaces/wrapper-data.d.ts +2 -2
- package/lib/desy-views/components/accordion/accordion.component.d.ts +75 -13
- package/lib/desy-views/components/collapsible/collapsible.component.d.ts +5 -1
- package/lib/desy-views/components/item/item.component.d.ts +7 -7
- package/lib/desy-views/components/media-object/media-object.component.d.ts +75 -13
- package/lib/desy-views/components/status/status.component.d.ts +75 -13
- package/lib/desy-views/components/status-item/status-item.component.d.ts +77 -15
- package/lib/desy-views/components/tabs/tabs.component.d.ts +77 -15
- package/lib/desy-views/components/tooltip/tooltip.component.d.ts +75 -13
- package/lib/desy-views/desy-views.module.d.ts +30 -31
- package/lib/desy-views/interfaces/accordion-item.data.d.ts +2 -2
- package/lib/desy-views/interfaces/alert-options.d.ts +2 -2
- package/lib/desy-views/interfaces/description-item.data.d.ts +2 -2
- package/lib/desy-views/interfaces/status-data.d.ts +2 -2
- package/lib/desy-views/interfaces/tabs-items-data.d.ts +2 -2
- package/lib/desy-views/interfaces/tabs-panel-data.d.ts +2 -2
- package/lib/desy-views/interfaces/term-definition.data.d.ts +2 -2
- package/lib/shared/components/accessibility/accessibility-attributes.d.ts +1 -0
- package/lib/shared/components/accessibility/accessibility.component.d.ts +78 -17
- package/lib/shared/components/accessibility-and-content-required/accessibility-and-content-required.component.d.ts +79 -16
- package/lib/shared/components/accessibility-and-text-or-html-required/accessibility-and-text-or-html-required.component.d.ts +79 -16
- package/lib/shared/components/index.d.ts +3 -2
- package/lib/shared/components/spinner/spinner.component.d.ts +86 -0
- package/lib/shared/directives/accessibility-directive.d.ts +16 -0
- package/lib/shared/directives/custom-inner-content.directive.d.ts +3 -2
- package/lib/shared/interfaces/accessibility-data.d.ts +77 -0
- package/lib/shared/shared.module.d.ts +4 -3
- package/lib/shared/sharedExternal.module.d.ts +8 -0
- package/package.json +2 -2
- package/public-api.d.ts +4 -1
- package/esm2022/lib/desy-forms/interfaces/accesibility-data.mjs +0 -2
- package/esm2022/lib/desy-pagination/interfaces/index.mjs +0 -2
- package/esm2022/lib/desy-views/components/spinner/spinner.component.mjs +0 -81
- package/esm2022/lib/shared/interfaces/accesibility-data.mjs +0 -2
- package/lib/desy-forms/interfaces/accesibility-data.d.ts +0 -15
- package/lib/desy-pagination/interfaces/index.d.ts +0 -1
- package/lib/desy-views/components/spinner/spinner.component.d.ts +0 -24
- package/lib/shared/interfaces/accesibility-data.d.ts +0 -16
|
@@ -12,24 +12,86 @@ export declare class TabsComponent extends AccessibilityComponent implements Aft
|
|
|
12
12
|
id: string;
|
|
13
13
|
idPrefix: string;
|
|
14
14
|
headingLevel: number;
|
|
15
|
-
|
|
15
|
+
titleModal: string;
|
|
16
16
|
tablistAriaLabel: string;
|
|
17
17
|
items: TabsItemsData[];
|
|
18
18
|
classes: any;
|
|
19
19
|
idData: any;
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
20
|
+
role: string;
|
|
21
|
+
ariaLabel: string;
|
|
22
|
+
ariaDescribedBy: string;
|
|
23
|
+
ariaLabelledBy: string;
|
|
24
|
+
ariaHidden: string;
|
|
25
|
+
ariaDisabled: string;
|
|
26
|
+
ariaControls: string;
|
|
27
|
+
ariaCurrent: string;
|
|
28
|
+
ariaLive: string;
|
|
29
|
+
ariaExpanded: string;
|
|
30
|
+
ariaErrorMessage: string;
|
|
31
|
+
ariaHasPopup: string;
|
|
32
|
+
ariaModal: string;
|
|
33
|
+
ariaChecked: string;
|
|
34
|
+
ariaPressed: string;
|
|
35
|
+
ariaReadonly: string;
|
|
36
|
+
ariaRequired: string;
|
|
37
|
+
ariaSelected: string;
|
|
38
|
+
ariaValuemin: string;
|
|
39
|
+
ariaValuemax: string;
|
|
40
|
+
ariaValuenow: string;
|
|
41
|
+
ariaValuetext: string;
|
|
42
|
+
ariaOrientation: string;
|
|
43
|
+
ariaLevel: string;
|
|
44
|
+
ariaMultiselectable: string;
|
|
45
|
+
ariaPlaceholder: string;
|
|
46
|
+
ariaPosinset: string;
|
|
47
|
+
ariaSetsize: string;
|
|
48
|
+
ariaSort: string;
|
|
49
|
+
ariaBusy: string;
|
|
50
|
+
ariaDropeffect: string;
|
|
51
|
+
ariaGrabbed: string;
|
|
52
|
+
ariaActivedescendant: string;
|
|
53
|
+
ariaAtomic: string;
|
|
54
|
+
ariaAutocomplete: string;
|
|
55
|
+
ariaBraillelabel: string;
|
|
56
|
+
ariaBrailleroledescription: string;
|
|
57
|
+
ariaColcount: string;
|
|
58
|
+
ariaColindex: string;
|
|
59
|
+
ariaColindextext: string;
|
|
60
|
+
ariaColspan: string;
|
|
61
|
+
ariaDescription: string;
|
|
62
|
+
ariaDetails: string;
|
|
63
|
+
ariaFlowto: string;
|
|
64
|
+
ariaInvalid: string;
|
|
65
|
+
ariaKeyshortcuts: string;
|
|
66
|
+
ariaOwns: string;
|
|
67
|
+
ariaRelevant: string;
|
|
68
|
+
ariaRoledescription: string;
|
|
69
|
+
ariaRowcount: string;
|
|
70
|
+
ariaRowindex: string;
|
|
71
|
+
ariaRowindextext: string;
|
|
72
|
+
ariaRowspan: string;
|
|
73
|
+
tabindex: string;
|
|
74
|
+
title: string;
|
|
75
|
+
alt: string;
|
|
76
|
+
lang: string;
|
|
77
|
+
accesskey: string;
|
|
78
|
+
autocomplete: string;
|
|
79
|
+
autofocus: string;
|
|
80
|
+
contenteditable: string;
|
|
81
|
+
dir: string;
|
|
82
|
+
draggable: string;
|
|
83
|
+
enterkeyhint: string;
|
|
84
|
+
hidden: boolean;
|
|
85
|
+
inputmode: string;
|
|
86
|
+
spellcheck: string;
|
|
87
|
+
translate: string;
|
|
88
|
+
ariaMultiline: string;
|
|
89
|
+
for: string;
|
|
90
|
+
form: string;
|
|
91
|
+
headers: string;
|
|
92
|
+
placeholder: string;
|
|
93
|
+
readonly: string;
|
|
94
|
+
required: string;
|
|
33
95
|
currentTab: number;
|
|
34
96
|
currentPanel: any;
|
|
35
97
|
constructor(changeDetector: ChangeDetectorRef);
|
|
@@ -47,5 +109,5 @@ export declare class TabsComponent extends AccessibilityComponent implements Aft
|
|
|
47
109
|
focusPreviousTab(focusedTab: number): void;
|
|
48
110
|
getPanelContent(tab: number): string;
|
|
49
111
|
static ɵfac: i0.ɵɵFactoryDeclaration<TabsComponent, never>;
|
|
50
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TabsComponent, "desy-tabs", never, { "id": { "alias": "id"; "required": false; }; "idPrefix": { "alias": "idPrefix"; "required": false; }; "headingLevel": { "alias": "headingLevel"; "required": false; }; "
|
|
112
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TabsComponent, "desy-tabs", never, { "id": { "alias": "id"; "required": false; }; "idPrefix": { "alias": "idPrefix"; "required": false; }; "headingLevel": { "alias": "headingLevel"; "required": false; }; "titleModal": { "alias": "titleModal"; "required": false; }; "tablistAriaLabel": { "alias": "tablistAriaLabel"; "required": false; }; "items": { "alias": "items"; "required": false; }; "classes": { "alias": "classes"; "required": false; }; }, {}, ["itemComponents"], never, false, never>;
|
|
51
113
|
}
|
|
@@ -21,19 +21,81 @@ export declare class TooltipComponent extends AccessibilityComponent implements
|
|
|
21
21
|
caller: TemplateRef<any>;
|
|
22
22
|
classes: any;
|
|
23
23
|
idData: any;
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
24
|
+
role: string;
|
|
25
|
+
ariaLabel: string;
|
|
26
|
+
ariaDescribedBy: string;
|
|
27
|
+
ariaLabelledBy: string;
|
|
28
|
+
ariaHidden: string;
|
|
29
|
+
ariaDisabled: string;
|
|
30
|
+
ariaControls: string;
|
|
31
|
+
ariaCurrent: string;
|
|
32
|
+
ariaLive: string;
|
|
33
|
+
ariaExpanded: string;
|
|
34
|
+
ariaErrorMessage: string;
|
|
35
|
+
ariaHasPopup: string;
|
|
36
|
+
ariaModal: string;
|
|
37
|
+
ariaChecked: string;
|
|
38
|
+
ariaPressed: string;
|
|
39
|
+
ariaReadonly: string;
|
|
40
|
+
ariaRequired: string;
|
|
41
|
+
ariaSelected: string;
|
|
42
|
+
ariaValuemin: string;
|
|
43
|
+
ariaValuemax: string;
|
|
44
|
+
ariaValuenow: string;
|
|
45
|
+
ariaValuetext: string;
|
|
46
|
+
ariaOrientation: string;
|
|
47
|
+
ariaLevel: string;
|
|
48
|
+
ariaMultiselectable: string;
|
|
49
|
+
ariaPlaceholder: string;
|
|
50
|
+
ariaPosinset: string;
|
|
51
|
+
ariaSetsize: string;
|
|
52
|
+
ariaSort: string;
|
|
53
|
+
ariaBusy: string;
|
|
54
|
+
ariaDropeffect: string;
|
|
55
|
+
ariaGrabbed: string;
|
|
56
|
+
ariaActivedescendant: string;
|
|
57
|
+
ariaAtomic: string;
|
|
58
|
+
ariaAutocomplete: string;
|
|
59
|
+
ariaBraillelabel: string;
|
|
60
|
+
ariaBrailleroledescription: string;
|
|
61
|
+
ariaColcount: string;
|
|
62
|
+
ariaColindex: string;
|
|
63
|
+
ariaColindextext: string;
|
|
64
|
+
ariaColspan: string;
|
|
65
|
+
ariaDescription: string;
|
|
66
|
+
ariaDetails: string;
|
|
67
|
+
ariaFlowto: string;
|
|
68
|
+
ariaInvalid: string;
|
|
69
|
+
ariaKeyshortcuts: string;
|
|
70
|
+
ariaOwns: string;
|
|
71
|
+
ariaRelevant: string;
|
|
72
|
+
ariaRoledescription: string;
|
|
73
|
+
ariaRowcount: string;
|
|
74
|
+
ariaRowindex: string;
|
|
75
|
+
ariaRowindextext: string;
|
|
76
|
+
ariaRowspan: string;
|
|
77
|
+
tabindex: string;
|
|
78
|
+
title: string;
|
|
79
|
+
alt: string;
|
|
80
|
+
lang: string;
|
|
81
|
+
accesskey: string;
|
|
82
|
+
autocomplete: string;
|
|
83
|
+
autofocus: string;
|
|
84
|
+
contenteditable: string;
|
|
85
|
+
dir: string;
|
|
86
|
+
draggable: string;
|
|
87
|
+
enterkeyhint: string;
|
|
88
|
+
hidden: boolean;
|
|
89
|
+
inputmode: string;
|
|
90
|
+
spellcheck: string;
|
|
91
|
+
translate: string;
|
|
92
|
+
ariaMultiline: string;
|
|
93
|
+
for: string;
|
|
94
|
+
form: string;
|
|
95
|
+
headers: string;
|
|
96
|
+
placeholder: string;
|
|
97
|
+
readonly: string;
|
|
98
|
+
required: string;
|
|
37
99
|
tippyProperties: any;
|
|
38
100
|
constructor(changeDetectorRef: ChangeDetectorRef);
|
|
39
101
|
ngOnChanges(changes: SimpleChanges): void;
|
|
@@ -7,38 +7,37 @@ import * as i5 from "./components/accordion-history/accordion-history-item/accor
|
|
|
7
7
|
import * as i6 from "./components/accordion-history/accordion-item-show-button/accordion-item-show-button.component";
|
|
8
8
|
import * as i7 from "./components/accordion-history/accordion-item-hide-button/accordion-item-hide-button.component";
|
|
9
9
|
import * as i8 from "./components/accordion/accordion-item/accordion-item.component";
|
|
10
|
-
import * as i9 from "./components/
|
|
11
|
-
import * as i10 from "./components/
|
|
12
|
-
import * as i11 from "./components/
|
|
13
|
-
import * as i12 from "./components/description-list/description-
|
|
14
|
-
import * as i13 from "./components/description-list/
|
|
15
|
-
import * as i14 from "./components/description-list/
|
|
16
|
-
import * as i15 from "./components/
|
|
17
|
-
import * as i16 from "./components/item/item.component";
|
|
18
|
-
import * as i17 from "./components/item/item-content-
|
|
19
|
-
import * as i18 from "./components/item/item-
|
|
20
|
-
import * as i19 from "./components/
|
|
21
|
-
import * as i20 from "./components/
|
|
22
|
-
import * as i21 from "./components/status/status.component";
|
|
23
|
-
import * as i22 from "./components/
|
|
24
|
-
import * as i23 from "./components/
|
|
25
|
-
import * as i24 from "./components/tooltip/tooltip.component";
|
|
26
|
-
import * as i25 from "./components/
|
|
27
|
-
import * as i26 from "./components/tabs/
|
|
28
|
-
import * as i27 from "./components/
|
|
29
|
-
import * as i28 from "./components/
|
|
30
|
-
import * as i29 from "./components/card/card.component";
|
|
31
|
-
import * as i30 from "./components/card/card-sectors/card-
|
|
32
|
-
import * as i31 from "./components/card/card-sectors/card-
|
|
33
|
-
import * as i32 from "./components/card/card-sectors/card-
|
|
34
|
-
import * as i33 from "
|
|
35
|
-
import * as i34 from "
|
|
36
|
-
import * as i35 from "../
|
|
37
|
-
import * as i36 from "../desy-
|
|
38
|
-
import * as i37 from "
|
|
39
|
-
import * as i38 from "ngx-tippy-wrapper";
|
|
10
|
+
import * as i9 from "./components/details/details.component";
|
|
11
|
+
import * as i10 from "./components/collapsible/collapsible.component";
|
|
12
|
+
import * as i11 from "./components/description-list/description-list.component";
|
|
13
|
+
import * as i12 from "./components/description-list/description-item/description-item.component";
|
|
14
|
+
import * as i13 from "./components/description-list/term/term.component";
|
|
15
|
+
import * as i14 from "./components/description-list/definition/definition.component";
|
|
16
|
+
import * as i15 from "./components/item/item.component";
|
|
17
|
+
import * as i16 from "./components/item/item-content-bottom/item-content-bottom.component";
|
|
18
|
+
import * as i17 from "./components/item/item-content-right/item-content-right.component";
|
|
19
|
+
import * as i18 from "./components/item/item-item/item-item.component";
|
|
20
|
+
import * as i19 from "./components/media-object/media-object.component";
|
|
21
|
+
import * as i20 from "./components/status/status.component";
|
|
22
|
+
import * as i21 from "./components/status-item/status-item.component";
|
|
23
|
+
import * as i22 from "./components/tabs/tabs.component";
|
|
24
|
+
import * as i23 from "./components/tooltip/tooltip.component";
|
|
25
|
+
import * as i24 from "./components/tooltip/tooltip-content/tooltip-content.component";
|
|
26
|
+
import * as i25 from "./components/tabs/panel/panel.component";
|
|
27
|
+
import * as i26 from "./components/tabs/tab-item/tab-item.component";
|
|
28
|
+
import * as i27 from "./components/media-object/media-object-figure/media-object-figure.component";
|
|
29
|
+
import * as i28 from "./components/card/card.component";
|
|
30
|
+
import * as i29 from "./components/card/card-sectors/card-left.component";
|
|
31
|
+
import * as i30 from "./components/card/card-sectors/card-right.component";
|
|
32
|
+
import * as i31 from "./components/card/card-sectors/card-super.component";
|
|
33
|
+
import * as i32 from "./components/card/card-sectors/card-sub.component";
|
|
34
|
+
import * as i33 from "@angular/common";
|
|
35
|
+
import * as i34 from "../shared/shared.module";
|
|
36
|
+
import * as i35 from "../desy-forms/desy-forms.module";
|
|
37
|
+
import * as i36 from "../desy-commons/desy-commons.module";
|
|
38
|
+
import * as i37 from "ngx-tippy-wrapper";
|
|
40
39
|
export declare class DesyViewsModule {
|
|
41
40
|
static ɵfac: i0.ɵɵFactoryDeclaration<DesyViewsModule, never>;
|
|
42
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DesyViewsModule, [typeof i1.AlertComponent, typeof i2.AccordionComponent, typeof i3.AccordionHeaderComponent, typeof i4.AccordionHistoryComponent, typeof i5.AccordionHistoryItemComponent, typeof i6.AccordionItemShowButtonComponent, typeof i7.AccordionItemHideButtonComponent, typeof i8.AccordionItemComponent, typeof i9.
|
|
41
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DesyViewsModule, [typeof i1.AlertComponent, typeof i2.AccordionComponent, typeof i3.AccordionHeaderComponent, typeof i4.AccordionHistoryComponent, typeof i5.AccordionHistoryItemComponent, typeof i6.AccordionItemShowButtonComponent, typeof i7.AccordionItemHideButtonComponent, typeof i8.AccordionItemComponent, typeof i9.DetailsComponent, typeof i10.CollapsibleComponent, typeof i11.DescriptionListComponent, typeof i12.DescriptionItemComponent, typeof i13.TermComponent, typeof i14.DefinitionComponent, typeof i15.ItemComponent, typeof i16.ItemContentBottomComponent, typeof i17.ItemContentRightComponent, typeof i18.ItemItemComponent, typeof i19.MediaObjectComponent, typeof i20.StatusComponent, typeof i21.StatusItemComponent, typeof i22.TabsComponent, typeof i23.TooltipComponent, typeof i24.TooltipContentComponent, typeof i25.PanelComponent, typeof i26.TabItemComponent, typeof i27.MediaObjectFigureComponent, typeof i28.CardComponent, typeof i29.CardLeftComponent, typeof i30.CardRightComponent, typeof i31.CardSuperComponent, typeof i32.CardSubComponent], [typeof i33.CommonModule, typeof i34.SharedModule, typeof i35.DesyFormsModule, typeof i36.DesyCommonsModule, typeof i37.NgxTippyModule], [typeof i1.AlertComponent, typeof i2.AccordionComponent, typeof i3.AccordionHeaderComponent, typeof i4.AccordionHistoryComponent, typeof i5.AccordionHistoryItemComponent, typeof i6.AccordionItemShowButtonComponent, typeof i7.AccordionItemHideButtonComponent, typeof i8.AccordionItemComponent, typeof i9.DetailsComponent, typeof i10.CollapsibleComponent, typeof i11.DescriptionListComponent, typeof i12.DescriptionItemComponent, typeof i13.TermComponent, typeof i14.DefinitionComponent, typeof i15.ItemComponent, typeof i16.ItemContentBottomComponent, typeof i17.ItemContentRightComponent, typeof i18.ItemItemComponent, typeof i19.MediaObjectComponent, typeof i20.StatusComponent, typeof i21.StatusItemComponent, typeof i22.TabsComponent, typeof i23.TooltipComponent, typeof i24.TooltipContentComponent, typeof i25.PanelComponent, typeof i26.TabItemComponent, typeof i27.MediaObjectFigureComponent, typeof i28.CardComponent, typeof i29.CardLeftComponent, typeof i30.CardRightComponent, typeof i31.CardSuperComponent, typeof i32.CardSubComponent]>;
|
|
43
42
|
static ɵinj: i0.ɵɵInjectorDeclaration<DesyViewsModule>;
|
|
44
43
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export interface AccordionItemData extends
|
|
1
|
+
import { AccessibilityData } from '../../shared/interfaces/accessibility-data';
|
|
2
|
+
export interface AccordionItemData extends AccessibilityData {
|
|
3
3
|
headerText?: string;
|
|
4
4
|
headerHtml?: string;
|
|
5
5
|
text?: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ViewContainerRef } from '@angular/core';
|
|
2
|
-
import {
|
|
3
|
-
export interface AlertOptions extends
|
|
2
|
+
import { AccessibilityData } from '../../shared/interfaces/accessibility-data';
|
|
3
|
+
export interface AlertOptions extends AccessibilityData {
|
|
4
4
|
place: ViewContainerRef;
|
|
5
5
|
id: string;
|
|
6
6
|
classes?: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { AccessibilityData } from '../../shared/interfaces/accessibility-data';
|
|
2
2
|
import { TermDefinitionData } from './term-definition.data';
|
|
3
|
-
export interface DescriptionItemData extends
|
|
3
|
+
export interface DescriptionItemData extends AccessibilityData {
|
|
4
4
|
term: TermDefinitionData;
|
|
5
5
|
definition: TermDefinitionData;
|
|
6
6
|
classes?: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import { AccessibilityData } from '../../shared/interfaces/accessibility-data';
|
|
1
2
|
import { StatusIconData } from './status-icon-data';
|
|
2
|
-
|
|
3
|
-
export interface StatusData extends AccesibilityData {
|
|
3
|
+
export interface StatusData extends AccessibilityData {
|
|
4
4
|
text: string;
|
|
5
5
|
icon: StatusIconData;
|
|
6
6
|
id?: string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ContentComponent } from '../../desy-commons/components/content/content.component';
|
|
2
|
-
import {
|
|
2
|
+
import { AccessibilityData } from '../../shared/interfaces/accessibility-data';
|
|
3
3
|
import { TabsPanelData } from './tabs-panel-data';
|
|
4
|
-
export interface TabsItemsData extends
|
|
4
|
+
export interface TabsItemsData extends AccessibilityData {
|
|
5
5
|
id?: string;
|
|
6
6
|
text?: string;
|
|
7
7
|
html?: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { TemplateRef } from '@angular/core';
|
|
2
|
-
import {
|
|
3
|
-
export interface TabsPanelData extends
|
|
2
|
+
import { AccessibilityData } from '../../shared/interfaces/accessibility-data';
|
|
3
|
+
export interface TabsPanelData extends AccessibilityData {
|
|
4
4
|
id?: string;
|
|
5
5
|
text?: string;
|
|
6
6
|
html?: TemplateRef<any>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export interface TermDefinitionData extends
|
|
1
|
+
import { AccessibilityData } from '../../shared/interfaces/accessibility-data';
|
|
2
|
+
export interface TermDefinitionData extends AccessibilityData {
|
|
3
3
|
text?: string;
|
|
4
4
|
html?: string;
|
|
5
5
|
classes?: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const ACCESSIBILITY_ATTRIBUTES: string[];
|
|
@@ -1,20 +1,81 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { AccessibilityData } from '../../interfaces/accessibility-data';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class AccessibilityComponent implements
|
|
4
|
-
role
|
|
5
|
-
ariaLabel
|
|
6
|
-
ariaDescribedBy
|
|
7
|
-
ariaLabelledBy
|
|
8
|
-
ariaHidden
|
|
9
|
-
ariaDisabled
|
|
10
|
-
ariaControls
|
|
11
|
-
ariaCurrent
|
|
12
|
-
ariaLive
|
|
13
|
-
ariaExpanded
|
|
14
|
-
ariaErrorMessage
|
|
15
|
-
ariaHasPopup
|
|
16
|
-
ariaModal
|
|
17
|
-
|
|
3
|
+
export declare class AccessibilityComponent implements AccessibilityData {
|
|
4
|
+
role?: string;
|
|
5
|
+
ariaLabel?: string;
|
|
6
|
+
ariaDescribedBy?: string;
|
|
7
|
+
ariaLabelledBy?: string;
|
|
8
|
+
ariaHidden?: string;
|
|
9
|
+
ariaDisabled?: string;
|
|
10
|
+
ariaControls?: string;
|
|
11
|
+
ariaCurrent?: string;
|
|
12
|
+
ariaLive?: string;
|
|
13
|
+
ariaExpanded?: string;
|
|
14
|
+
ariaErrorMessage?: string;
|
|
15
|
+
ariaHasPopup?: string;
|
|
16
|
+
ariaModal?: string;
|
|
17
|
+
ariaChecked?: string;
|
|
18
|
+
ariaPressed?: string;
|
|
19
|
+
ariaReadonly?: string;
|
|
20
|
+
ariaRequired?: string;
|
|
21
|
+
ariaSelected?: string;
|
|
22
|
+
ariaValuemin?: string;
|
|
23
|
+
ariaValuemax?: string;
|
|
24
|
+
ariaValuenow?: string;
|
|
25
|
+
ariaValuetext?: string;
|
|
26
|
+
ariaOrientation?: string;
|
|
27
|
+
ariaLevel?: string;
|
|
28
|
+
ariaMultiselectable?: string;
|
|
29
|
+
ariaPlaceholder?: string;
|
|
30
|
+
ariaPosinset?: string;
|
|
31
|
+
ariaSetsize?: string;
|
|
32
|
+
ariaSort?: string;
|
|
33
|
+
ariaBusy?: string;
|
|
34
|
+
ariaDropeffect?: string;
|
|
35
|
+
ariaGrabbed?: string;
|
|
36
|
+
ariaActivedescendant?: string;
|
|
37
|
+
ariaAtomic?: string;
|
|
38
|
+
ariaAutocomplete?: string;
|
|
39
|
+
ariaBraillelabel?: string;
|
|
40
|
+
ariaBrailleroledescription?: string;
|
|
41
|
+
ariaColcount?: string;
|
|
42
|
+
ariaColindex?: string;
|
|
43
|
+
ariaColindextext?: string;
|
|
44
|
+
ariaColspan?: string;
|
|
45
|
+
ariaDescription?: string;
|
|
46
|
+
ariaDetails?: string;
|
|
47
|
+
ariaFlowto?: string;
|
|
48
|
+
ariaInvalid?: string;
|
|
49
|
+
ariaKeyshortcuts?: string;
|
|
50
|
+
ariaOwns?: string;
|
|
51
|
+
ariaRelevant?: string;
|
|
52
|
+
ariaRoledescription?: string;
|
|
53
|
+
ariaRowcount?: string;
|
|
54
|
+
ariaRowindex?: string;
|
|
55
|
+
ariaRowindextext?: string;
|
|
56
|
+
ariaRowspan?: string;
|
|
57
|
+
tabindex?: string;
|
|
58
|
+
title?: string;
|
|
59
|
+
alt?: string;
|
|
60
|
+
lang?: string;
|
|
61
|
+
accesskey?: string;
|
|
62
|
+
autocomplete?: string;
|
|
63
|
+
autofocus?: string;
|
|
64
|
+
contenteditable?: string;
|
|
65
|
+
dir?: string;
|
|
66
|
+
draggable?: string;
|
|
67
|
+
enterkeyhint?: string;
|
|
68
|
+
hidden?: boolean;
|
|
69
|
+
inputmode?: string;
|
|
70
|
+
spellcheck?: string;
|
|
71
|
+
translate?: string;
|
|
72
|
+
ariaMultiline?: string;
|
|
73
|
+
for?: string;
|
|
74
|
+
form?: string;
|
|
75
|
+
headers?: string;
|
|
76
|
+
placeholder?: string;
|
|
77
|
+
readonly?: string;
|
|
78
|
+
required?: string;
|
|
18
79
|
static ɵfac: i0.ɵɵFactoryDeclaration<AccessibilityComponent, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AccessibilityComponent, "desy-accessibility", never, { "role": { "alias": "role"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "ariaDescribedBy": { "alias": "ariaDescribedBy"; "required": false; }; "ariaLabelledBy": { "alias": "ariaLabelledBy"; "required": false; }; "ariaHidden": { "alias": "ariaHidden"; "required": false; }; "ariaDisabled": { "alias": "ariaDisabled"; "required": false; }; "ariaControls": { "alias": "ariaControls"; "required": false; }; "ariaCurrent": { "alias": "ariaCurrent"; "required": false; }; "ariaLive": { "alias": "ariaLive"; "required": false; }; "ariaExpanded": { "alias": "ariaExpanded"; "required": false; }; "ariaErrorMessage": { "alias": "ariaErrorMessage"; "required": false; }; "ariaHasPopup": { "alias": "ariaHasPopup"; "required": false; }; "ariaModal": { "alias": "ariaModal"; "required": false; }; "tabindex": { "alias": "tabindex"; "required": false; }; }, {}, never, never, false, never>;
|
|
80
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AccessibilityComponent, "desy-accessibility", never, { "role": { "alias": "role"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "ariaDescribedBy": { "alias": "ariaDescribedBy"; "required": false; }; "ariaLabelledBy": { "alias": "ariaLabelledBy"; "required": false; }; "ariaHidden": { "alias": "ariaHidden"; "required": false; }; "ariaDisabled": { "alias": "ariaDisabled"; "required": false; }; "ariaControls": { "alias": "ariaControls"; "required": false; }; "ariaCurrent": { "alias": "ariaCurrent"; "required": false; }; "ariaLive": { "alias": "ariaLive"; "required": false; }; "ariaExpanded": { "alias": "ariaExpanded"; "required": false; }; "ariaErrorMessage": { "alias": "ariaErrorMessage"; "required": false; }; "ariaHasPopup": { "alias": "ariaHasPopup"; "required": false; }; "ariaModal": { "alias": "ariaModal"; "required": false; }; "ariaChecked": { "alias": "ariaChecked"; "required": false; }; "ariaPressed": { "alias": "ariaPressed"; "required": false; }; "ariaReadonly": { "alias": "ariaReadonly"; "required": false; }; "ariaRequired": { "alias": "ariaRequired"; "required": false; }; "ariaSelected": { "alias": "ariaSelected"; "required": false; }; "ariaValuemin": { "alias": "ariaValuemin"; "required": false; }; "ariaValuemax": { "alias": "ariaValuemax"; "required": false; }; "ariaValuenow": { "alias": "ariaValuenow"; "required": false; }; "ariaValuetext": { "alias": "ariaValuetext"; "required": false; }; "ariaOrientation": { "alias": "ariaOrientation"; "required": false; }; "ariaLevel": { "alias": "ariaLevel"; "required": false; }; "ariaMultiselectable": { "alias": "ariaMultiselectable"; "required": false; }; "ariaPlaceholder": { "alias": "ariaPlaceholder"; "required": false; }; "ariaPosinset": { "alias": "ariaPosinset"; "required": false; }; "ariaSetsize": { "alias": "ariaSetsize"; "required": false; }; "ariaSort": { "alias": "ariaSort"; "required": false; }; "ariaBusy": { "alias": "ariaBusy"; "required": false; }; "ariaDropeffect": { "alias": "ariaDropeffect"; "required": false; }; "ariaGrabbed": { "alias": "ariaGrabbed"; "required": false; }; "ariaActivedescendant": { "alias": "ariaActivedescendant"; "required": false; }; "ariaAtomic": { "alias": "ariaAtomic"; "required": false; }; "ariaAutocomplete": { "alias": "ariaAutocomplete"; "required": false; }; "ariaBraillelabel": { "alias": "ariaBraillelabel"; "required": false; }; "ariaBrailleroledescription": { "alias": "ariaBrailleroledescription"; "required": false; }; "ariaColcount": { "alias": "ariaColcount"; "required": false; }; "ariaColindex": { "alias": "ariaColindex"; "required": false; }; "ariaColindextext": { "alias": "ariaColindextext"; "required": false; }; "ariaColspan": { "alias": "ariaColspan"; "required": false; }; "ariaDescription": { "alias": "ariaDescription"; "required": false; }; "ariaDetails": { "alias": "ariaDetails"; "required": false; }; "ariaFlowto": { "alias": "ariaFlowto"; "required": false; }; "ariaInvalid": { "alias": "ariaInvalid"; "required": false; }; "ariaKeyshortcuts": { "alias": "ariaKeyshortcuts"; "required": false; }; "ariaOwns": { "alias": "ariaOwns"; "required": false; }; "ariaRelevant": { "alias": "ariaRelevant"; "required": false; }; "ariaRoledescription": { "alias": "ariaRoledescription"; "required": false; }; "ariaRowcount": { "alias": "ariaRowcount"; "required": false; }; "ariaRowindex": { "alias": "ariaRowindex"; "required": false; }; "ariaRowindextext": { "alias": "ariaRowindextext"; "required": false; }; "ariaRowspan": { "alias": "ariaRowspan"; "required": false; }; "tabindex": { "alias": "tabindex"; "required": false; }; "title": { "alias": "title"; "required": false; }; "alt": { "alias": "alt"; "required": false; }; "lang": { "alias": "lang"; "required": false; }; "accesskey": { "alias": "accesskey"; "required": false; }; "autocomplete": { "alias": "autocomplete"; "required": false; }; "autofocus": { "alias": "autofocus"; "required": false; }; "contenteditable": { "alias": "contenteditable"; "required": false; }; "dir": { "alias": "dir"; "required": false; }; "draggable": { "alias": "draggable"; "required": false; }; "enterkeyhint": { "alias": "enterkeyhint"; "required": false; }; "hidden": { "alias": "hidden"; "required": false; }; "inputmode": { "alias": "inputmode"; "required": false; }; "spellcheck": { "alias": "spellcheck"; "required": false; }; "translate": { "alias": "translate"; "required": false; }; "ariaMultiline": { "alias": "ariaMultiline"; "required": false; }; "for": { "alias": "for"; "required": false; }; "form": { "alias": "form"; "required": false; }; "headers": { "alias": "headers"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "required": { "alias": "required"; "required": false; }; }, {}, never, never, false, never>;
|
|
20
81
|
}
|
|
@@ -1,21 +1,84 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { AccessibilityData } from '../../interfaces/accessibility-data';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class AccessibilityAndContentRequiredComponent implements
|
|
3
|
+
export declare class AccessibilityAndContentRequiredComponent implements AccessibilityData {
|
|
4
4
|
html: any;
|
|
5
5
|
text: string;
|
|
6
|
-
role
|
|
7
|
-
ariaLabel
|
|
8
|
-
ariaDescribedBy
|
|
9
|
-
ariaLabelledBy
|
|
10
|
-
ariaHidden
|
|
11
|
-
ariaDisabled
|
|
12
|
-
ariaControls
|
|
13
|
-
ariaCurrent
|
|
14
|
-
ariaLive
|
|
15
|
-
ariaExpanded
|
|
16
|
-
ariaErrorMessage
|
|
17
|
-
ariaHasPopup
|
|
18
|
-
|
|
6
|
+
role?: string;
|
|
7
|
+
ariaLabel?: string;
|
|
8
|
+
ariaDescribedBy?: string;
|
|
9
|
+
ariaLabelledBy?: string;
|
|
10
|
+
ariaHidden?: string;
|
|
11
|
+
ariaDisabled?: string;
|
|
12
|
+
ariaControls?: string;
|
|
13
|
+
ariaCurrent?: string;
|
|
14
|
+
ariaLive?: string;
|
|
15
|
+
ariaExpanded?: string;
|
|
16
|
+
ariaErrorMessage?: string;
|
|
17
|
+
ariaHasPopup?: string;
|
|
18
|
+
ariaModal?: string;
|
|
19
|
+
ariaChecked?: string;
|
|
20
|
+
ariaPressed?: string;
|
|
21
|
+
ariaReadonly?: string;
|
|
22
|
+
ariaRequired?: string;
|
|
23
|
+
ariaSelected?: string;
|
|
24
|
+
ariaValuemin?: string;
|
|
25
|
+
ariaValuemax?: string;
|
|
26
|
+
ariaValuenow?: string;
|
|
27
|
+
ariaValuetext?: string;
|
|
28
|
+
ariaOrientation?: string;
|
|
29
|
+
ariaLevel?: string;
|
|
30
|
+
ariaMultiselectable?: string;
|
|
31
|
+
ariaPlaceholder?: string;
|
|
32
|
+
ariaPosinset?: string;
|
|
33
|
+
ariaSetsize?: string;
|
|
34
|
+
ariaSort?: string;
|
|
35
|
+
ariaBus: any;
|
|
36
|
+
required?: string;
|
|
37
|
+
y?: string;
|
|
38
|
+
ariaDropeffect?: string;
|
|
39
|
+
ariaGrabbed?: string;
|
|
40
|
+
ariaActivedescendant?: string;
|
|
41
|
+
ariaAtomic?: string;
|
|
42
|
+
ariaAutocomplete?: string;
|
|
43
|
+
ariaBraillelabel?: string;
|
|
44
|
+
ariaBrailleroledescription?: string;
|
|
45
|
+
ariaColcount?: string;
|
|
46
|
+
ariaColindex?: string;
|
|
47
|
+
ariaColindextext?: string;
|
|
48
|
+
ariaColspan?: string;
|
|
49
|
+
ariaDescription?: string;
|
|
50
|
+
ariaDetails?: string;
|
|
51
|
+
ariaFlowto?: string;
|
|
52
|
+
ariaInvalid?: string;
|
|
53
|
+
ariaKeyshortcuts?: string;
|
|
54
|
+
ariaOwns?: string;
|
|
55
|
+
ariaRelevant?: string;
|
|
56
|
+
ariaRoledescription?: string;
|
|
57
|
+
ariaRowcount?: string;
|
|
58
|
+
ariaRowindex?: string;
|
|
59
|
+
ariaRowindextext?: string;
|
|
60
|
+
ariaRowspan?: string;
|
|
61
|
+
tabindex?: string;
|
|
62
|
+
title?: string;
|
|
63
|
+
alt?: string;
|
|
64
|
+
lang?: string;
|
|
65
|
+
accesskey?: string;
|
|
66
|
+
autocomplete?: string;
|
|
67
|
+
autofocus?: string;
|
|
68
|
+
contenteditable?: string;
|
|
69
|
+
dir?: string;
|
|
70
|
+
draggable?: string;
|
|
71
|
+
enterkeyhint?: string;
|
|
72
|
+
hidden?: boolean;
|
|
73
|
+
inputmode?: string;
|
|
74
|
+
spellcheck?: string;
|
|
75
|
+
translate?: string;
|
|
76
|
+
ariaMultiline?: string;
|
|
77
|
+
for?: string;
|
|
78
|
+
form?: string;
|
|
79
|
+
headers?: string;
|
|
80
|
+
placeholder?: string;
|
|
81
|
+
readonly?: string;
|
|
19
82
|
static ɵfac: i0.ɵɵFactoryDeclaration<AccessibilityAndContentRequiredComponent, never>;
|
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AccessibilityAndContentRequiredComponent, "desy-accessibility-and-content-required", never, { "html": { "alias": "html"; "required": false; }; "text": { "alias": "text"; "required": false; }; "role": { "alias": "role"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "ariaDescribedBy": { "alias": "ariaDescribedBy"; "required": false; }; "ariaLabelledBy": { "alias": "ariaLabelledBy"; "required": false; }; "ariaHidden": { "alias": "ariaHidden"; "required": false; }; "ariaDisabled": { "alias": "ariaDisabled"; "required": false; }; "ariaControls": { "alias": "ariaControls"; "required": false; }; "ariaCurrent": { "alias": "ariaCurrent"; "required": false; }; "ariaLive": { "alias": "ariaLive"; "required": false; }; "ariaExpanded": { "alias": "ariaExpanded"; "required": false; }; "ariaErrorMessage": { "alias": "ariaErrorMessage"; "required": false; }; "ariaHasPopup": { "alias": "ariaHasPopup"; "required": false; }; "tabindex": { "alias": "tabindex"; "required": false; }; }, {}, never, never, false, never>;
|
|
83
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AccessibilityAndContentRequiredComponent, "desy-accessibility-and-content-required", never, { "html": { "alias": "html"; "required": false; }; "text": { "alias": "text"; "required": false; }; "role": { "alias": "role"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "ariaDescribedBy": { "alias": "ariaDescribedBy"; "required": false; }; "ariaLabelledBy": { "alias": "ariaLabelledBy"; "required": false; }; "ariaHidden": { "alias": "ariaHidden"; "required": false; }; "ariaDisabled": { "alias": "ariaDisabled"; "required": false; }; "ariaControls": { "alias": "ariaControls"; "required": false; }; "ariaCurrent": { "alias": "ariaCurrent"; "required": false; }; "ariaLive": { "alias": "ariaLive"; "required": false; }; "ariaExpanded": { "alias": "ariaExpanded"; "required": false; }; "ariaErrorMessage": { "alias": "ariaErrorMessage"; "required": false; }; "ariaHasPopup": { "alias": "ariaHasPopup"; "required": false; }; "ariaModal": { "alias": "ariaModal"; "required": false; }; "ariaChecked": { "alias": "ariaChecked"; "required": false; }; "ariaPressed": { "alias": "ariaPressed"; "required": false; }; "ariaReadonly": { "alias": "ariaReadonly"; "required": false; }; "ariaRequired": { "alias": "ariaRequired"; "required": false; }; "ariaSelected": { "alias": "ariaSelected"; "required": false; }; "ariaValuemin": { "alias": "ariaValuemin"; "required": false; }; "ariaValuemax": { "alias": "ariaValuemax"; "required": false; }; "ariaValuenow": { "alias": "ariaValuenow"; "required": false; }; "ariaValuetext": { "alias": "ariaValuetext"; "required": false; }; "ariaOrientation": { "alias": "ariaOrientation"; "required": false; }; "ariaLevel": { "alias": "ariaLevel"; "required": false; }; "ariaMultiselectable": { "alias": "ariaMultiselectable"; "required": false; }; "ariaPlaceholder": { "alias": "ariaPlaceholder"; "required": false; }; "ariaPosinset": { "alias": "ariaPosinset"; "required": false; }; "ariaSetsize": { "alias": "ariaSetsize"; "required": false; }; "ariaSort": { "alias": "ariaSort"; "required": false; }; "ariaBus": { "alias": "ariaBus"; "required": false; }; "required": { "alias": "required"; "required": false; }; "ariaDropeffect": { "alias": "ariaDropeffect"; "required": false; }; "ariaGrabbed": { "alias": "ariaGrabbed"; "required": false; }; "ariaActivedescendant": { "alias": "ariaActivedescendant"; "required": false; }; "ariaAtomic": { "alias": "ariaAtomic"; "required": false; }; "ariaAutocomplete": { "alias": "ariaAutocomplete"; "required": false; }; "ariaBraillelabel": { "alias": "ariaBraillelabel"; "required": false; }; "ariaBrailleroledescription": { "alias": "ariaBrailleroledescription"; "required": false; }; "ariaColcount": { "alias": "ariaColcount"; "required": false; }; "ariaColindex": { "alias": "ariaColindex"; "required": false; }; "ariaColindextext": { "alias": "ariaColindextext"; "required": false; }; "ariaColspan": { "alias": "ariaColspan"; "required": false; }; "ariaDescription": { "alias": "ariaDescription"; "required": false; }; "ariaDetails": { "alias": "ariaDetails"; "required": false; }; "ariaFlowto": { "alias": "ariaFlowto"; "required": false; }; "ariaInvalid": { "alias": "ariaInvalid"; "required": false; }; "ariaKeyshortcuts": { "alias": "ariaKeyshortcuts"; "required": false; }; "ariaOwns": { "alias": "ariaOwns"; "required": false; }; "ariaRelevant": { "alias": "ariaRelevant"; "required": false; }; "ariaRoledescription": { "alias": "ariaRoledescription"; "required": false; }; "ariaRowcount": { "alias": "ariaRowcount"; "required": false; }; "ariaRowindex": { "alias": "ariaRowindex"; "required": false; }; "ariaRowindextext": { "alias": "ariaRowindextext"; "required": false; }; "ariaRowspan": { "alias": "ariaRowspan"; "required": false; }; "tabindex": { "alias": "tabindex"; "required": false; }; "title": { "alias": "title"; "required": false; }; "alt": { "alias": "alt"; "required": false; }; "lang": { "alias": "lang"; "required": false; }; "accesskey": { "alias": "accesskey"; "required": false; }; "autocomplete": { "alias": "autocomplete"; "required": false; }; "autofocus": { "alias": "autofocus"; "required": false; }; "contenteditable": { "alias": "contenteditable"; "required": false; }; "dir": { "alias": "dir"; "required": false; }; "draggable": { "alias": "draggable"; "required": false; }; "enterkeyhint": { "alias": "enterkeyhint"; "required": false; }; "hidden": { "alias": "hidden"; "required": false; }; "inputmode": { "alias": "inputmode"; "required": false; }; "spellcheck": { "alias": "spellcheck"; "required": false; }; "translate": { "alias": "translate"; "required": false; }; "ariaMultiline": { "alias": "ariaMultiline"; "required": false; }; "for": { "alias": "for"; "required": false; }; "form": { "alias": "form"; "required": false; }; "headers": { "alias": "headers"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; }, {}, never, never, false, never>;
|
|
21
84
|
}
|