desy-angular 11.1.0 → 12.1.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-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 +23 -8
- 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/interfaces/listbox-item-data.mjs +1 -1
- package/esm2022/lib/desy-commons/interfaces/divider-data.mjs +1 -1
- package/esm2022/lib/desy-commons/interfaces/title-data.mjs +1 -1
- package/esm2022/lib/desy-forms/components/character-count/character-count.component.mjs +30 -4
- 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-day/date-input-day.component.mjs +3 -3
- package/esm2022/lib/desy-forms/components/date-input/date-input-item/date-input-item.component.mjs +28 -2
- package/esm2022/lib/desy-forms/components/date-input/date-input.component.mjs +10 -9
- 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/fieldset/legend/legend.component.mjs +17 -6
- 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 +22 -12
- package/esm2022/lib/desy-forms/components/input-group/input-group-item/input-group-item.component.mjs +28 -2
- 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 +10 -9
- 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 +5 -4
- 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 +6 -5
- 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 +11 -8
- 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 +7 -3
- package/esm2022/lib/desy-nav/components/header-advanced/header-advanced-super/header-advanced-super.component.mjs +7 -3
- package/esm2022/lib/desy-nav/components/header-advanced/header-advanced-title-container/header-advanced-title-container.component.mjs +7 -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-item/links-list-item.component.mjs +3 -3
- package/esm2022/lib/desy-nav/components/links-list/links-list.component.mjs +6 -4
- 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/components/menu-navigation-subitem/menu-navigation-subitem.component.mjs +1 -1
- 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 +12 -16
- package/esm2022/lib/desy-nav/components/skip-link/skip-link.component.mjs +4 -3
- 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/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 +10 -9
- package/esm2022/lib/desy-tables/components/table/table.component.mjs +5 -4
- package/esm2022/lib/desy-tables/components/table-advanced/table-advanced.component.mjs +26 -10
- package/esm2022/lib/desy-tables/directives/focus-clicked-cell.directive.mjs +16 -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 +281 -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 +17 -5
- package/esm2022/lib/desy-views/components/description-list/description-list.component.mjs +4 -3
- package/esm2022/lib/desy-views/components/details/details.component.mjs +16 -4
- package/esm2022/lib/desy-views/components/item/item.component.mjs +11 -10
- package/esm2022/lib/desy-views/components/media-object/media-object.component.mjs +288 -36
- package/esm2022/lib/desy-views/components/spinner/spinner.component.mjs +280 -28
- package/esm2022/lib/desy-views/components/status/status.component.mjs +294 -35
- package/esm2022/lib/desy-views/components/status-item/status-item.component.mjs +296 -43
- package/esm2022/lib/desy-views/components/tabs/tab-item/tab-item.component.mjs +6 -4
- package/esm2022/lib/desy-views/components/tabs/tabs.component.mjs +288 -39
- package/esm2022/lib/desy-views/components/tooltip/tooltip.component.mjs +284 -46
- 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/directives/accessibility-directive.mjs +52 -0
- 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/utils/search-utils.mjs +5 -1
- package/esm2022/public-api.mjs +4 -1
- package/fesm2022/desy-angular.mjs +3784 -633
- package/fesm2022/desy-angular.mjs.map +1 -1
- package/lib/desy-buttons/components/button-loader/button-loader.component.d.ts +2 -0
- package/lib/desy-buttons/components/dropdown/dropdown.component.d.ts +4 -2
- package/lib/desy-buttons/components/listbox/listbox-item/listbox-item.component.d.ts +3 -3
- package/lib/desy-buttons/components/listbox/listbox.component.d.ts +1 -1
- package/lib/desy-buttons/interfaces/listbox-item-data.d.ts +2 -2
- package/lib/desy-commons/interfaces/divider-data.d.ts +1 -0
- package/lib/desy-commons/interfaces/title-data.d.ts +2 -2
- package/lib/desy-forms/components/character-count/character-count.component.d.ts +7 -1
- package/lib/desy-forms/components/date-input/date-input-day/date-input-day.component.d.ts +2 -3
- package/lib/desy-forms/components/date-input/date-input-item/date-input-item.component.d.ts +14 -1
- package/lib/desy-forms/components/fieldset/legend/legend.component.d.ts +6 -2
- package/lib/desy-forms/components/file-upload/file-upload.component.d.ts +1 -1
- package/lib/desy-forms/components/input/input.component.d.ts +8 -3
- package/lib/desy-forms/components/input-group/input-group-item/input-group-item.component.d.ts +14 -1
- package/lib/desy-forms/components/input-group/input-group.component.d.ts +1 -1
- package/lib/desy-forms/components/search-bar/search-bar.component.d.ts +1 -1
- package/lib/desy-forms/components/select/select.component.d.ts +1 -1
- package/lib/desy-forms/components/textarea/textarea.component.d.ts +1 -1
- package/lib/desy-forms/components/tree/tree-item/tree-item.component.d.ts +5 -5
- 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 +3 -2
- package/lib/desy-forms/interfaces/select-item-data.d.ts +2 -2
- package/lib/desy-modals/components/dialog/dialog.component.d.ts +3 -3
- 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/error-summary/error-summary.component.d.ts +4 -3
- 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 +3 -1
- package/lib/desy-nav/components/header-advanced/header-advanced-super/header-advanced-super.component.d.ts +3 -1
- package/lib/desy-nav/components/header-advanced/header-advanced-title-container/header-advanced-title-container.component.d.ts +3 -1
- package/lib/desy-nav/components/links-list/links-list-item/links-list-item.component.d.ts +2 -2
- 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 +1 -1
- 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 +7 -9
- 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 +7 -3
- 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 +3 -2
- package/lib/desy-nav/interfaces/header-subnav-data.d.ts +2 -2
- package/lib/desy-nav/interfaces/menu-horizontal-item-data.d.ts +3 -2
- package/lib/desy-nav/interfaces/menu-navigation-item-sub-item-sub-item.d.ts +5 -2
- package/lib/desy-nav/interfaces/menu-navigation-item-sub-item.d.ts +5 -2
- package/lib/desy-nav/interfaces/menu-navigation.d.ts +5 -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 +3 -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 +1 -1
- package/lib/desy-tables/components/table-advanced/table-advanced.component.d.ts +8 -3
- 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/alert/alert.component.d.ts +1 -1
- package/lib/desy-views/components/collapsible/collapsible.component.d.ts +3 -1
- package/lib/desy-views/components/details/details.component.d.ts +3 -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 +79 -17
- package/lib/desy-views/components/spinner/spinner.component.d.ts +75 -13
- package/lib/desy-views/components/status/status.component.d.ts +76 -14
- package/lib/desy-views/components/status-item/status-item.component.d.ts +83 -21
- package/lib/desy-views/components/tabs/tab-item/tab-item.component.d.ts +4 -3
- package/lib/desy-views/components/tabs/tabs.component.d.ts +77 -15
- package/lib/desy-views/components/tooltip/tooltip.component.d.ts +76 -18
- 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/directives/accessibility-directive.d.ts +16 -0
- package/lib/shared/interfaces/accessibility-data.d.ts +77 -0
- package/lib/shared/shared.module.d.ts +4 -3
- package/package.json +1 -1
- package/public-api.d.ts +3 -0
- package/esm2022/lib/desy-forms/interfaces/accesibility-data.mjs +0 -2
- package/esm2022/lib/shared/interfaces/accesibility-data.mjs +0 -2
- package/lib/desy-forms/interfaces/accesibility-data.d.ts +0 -15
- package/lib/shared/interfaces/accesibility-data.d.ts +0 -16
|
@@ -1,13 +1,16 @@
|
|
|
1
1
|
import { DividerData } from '../../desy-commons/interfaces/divider-data';
|
|
2
|
-
import {
|
|
2
|
+
import { AccessibilityData } from '../../shared/interfaces/accessibility-data';
|
|
3
3
|
import { MenuNavigationItemSubItemSubItem } from './menu-navigation-item-sub-item-sub-item';
|
|
4
|
-
export interface MenuNavigationItemSubItem extends
|
|
4
|
+
export interface MenuNavigationItemSubItem extends AccessibilityData {
|
|
5
5
|
classes?: string;
|
|
6
6
|
items?: MenuNavigationItemSubItemSubItem[];
|
|
7
7
|
html?: string;
|
|
8
8
|
disabled?: boolean;
|
|
9
9
|
active?: boolean;
|
|
10
10
|
href?: string;
|
|
11
|
+
routerLink?: string;
|
|
12
|
+
fragment?: string;
|
|
13
|
+
routerLinkActiveClasses?: string | string[];
|
|
11
14
|
text?: string;
|
|
12
15
|
target?: string;
|
|
13
16
|
divider?: DividerData;
|
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
import { DividerData } from '../../desy-commons/interfaces';
|
|
2
|
-
import {
|
|
2
|
+
import { AccessibilityData } from '../../shared/interfaces/accessibility-data';
|
|
3
3
|
import { MenuNavigationItemSubItem } from './menu-navigation-item-sub-item';
|
|
4
|
-
export interface MenuNavigationItem extends
|
|
4
|
+
export interface MenuNavigationItem extends AccessibilityData {
|
|
5
5
|
href?: string;
|
|
6
|
+
routerLink?: string;
|
|
7
|
+
fragment?: string;
|
|
8
|
+
routerLinkActiveClasses?: string | string[];
|
|
6
9
|
target?: string;
|
|
7
10
|
text: string;
|
|
8
11
|
html: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { AccessibilityData } from '../../shared/interfaces/accessibility-data';
|
|
2
2
|
import { MenuVerticalSubData } from './menu-vertical-sub-data';
|
|
3
|
-
export interface MenuVerticalItemsData extends
|
|
3
|
+
export interface MenuVerticalItemsData extends AccessibilityData {
|
|
4
4
|
id?: string;
|
|
5
5
|
text?: string;
|
|
6
6
|
html?: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { AccessibilityData } from '../../shared/interfaces/accessibility-data';
|
|
2
2
|
import { MenuVerticalSubItemsData } from './menu-vertical-sub-items-data';
|
|
3
|
-
export interface MenuVerticalSubData extends
|
|
3
|
+
export interface MenuVerticalSubData extends AccessibilityData {
|
|
4
4
|
html?: string;
|
|
5
5
|
classes?: string;
|
|
6
6
|
items?: Array<MenuVerticalSubItemsData>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export interface MenuVerticalSubItemsData extends
|
|
1
|
+
import { AccessibilityData } from '../../shared/interfaces/accessibility-data';
|
|
2
|
+
export interface MenuVerticalSubItemsData extends AccessibilityData {
|
|
3
3
|
id?: string;
|
|
4
4
|
text?: string;
|
|
5
5
|
html?: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import { AccessibilityData } from '../../shared/interfaces/accessibility-data';
|
|
1
2
|
import { MenubarItemSubItem } from './menubar-item-sub-item';
|
|
2
|
-
|
|
3
|
-
export interface MenubarItemSub extends AccesibilityData {
|
|
3
|
+
export interface MenubarItemSub extends AccessibilityData {
|
|
4
4
|
classes?: string;
|
|
5
5
|
items?: MenubarItemSubItem[];
|
|
6
6
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { AccessibilityData } from '../../shared/interfaces/accessibility-data';
|
|
2
2
|
import { MenubarItemSub } from './menubar-item-sub';
|
|
3
|
-
export interface MenubarItem extends
|
|
3
|
+
export interface MenubarItem extends AccessibilityData {
|
|
4
4
|
href?: string;
|
|
5
5
|
target?: string;
|
|
6
6
|
routerLink?: string | any[];
|
|
@@ -9,7 +9,7 @@ export interface MenubarItem extends AccesibilityData {
|
|
|
9
9
|
text?: string;
|
|
10
10
|
html?: string;
|
|
11
11
|
id?: string;
|
|
12
|
-
ariaLabel
|
|
12
|
+
ariaLabel?: string;
|
|
13
13
|
sub?: MenubarItemSub;
|
|
14
14
|
classes?: string;
|
|
15
15
|
title?: string;
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export interface NavItemData extends
|
|
1
|
+
import { AccessibilityData } from '../../shared/interfaces/accessibility-data';
|
|
2
|
+
export interface NavItemData extends AccessibilityData {
|
|
3
3
|
href?: string;
|
|
4
4
|
routerLink?: string | any[];
|
|
5
|
+
routerLinkActiveClasses?: string | string[];
|
|
5
6
|
fragment?: string;
|
|
6
7
|
target?: string;
|
|
7
8
|
text?: string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export interface NotificationItemsData extends
|
|
1
|
+
import { AccessibilityData } from '../../shared/interfaces/accessibility-data';
|
|
2
|
+
export interface NotificationItemsData extends AccessibilityData {
|
|
3
3
|
href?: string;
|
|
4
4
|
target?: string;
|
|
5
5
|
routerLink?: string;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { NotificationItemsData } from './notification-items-data';
|
|
2
|
-
import { AccesibilityData } from '../../shared/interfaces/accesibility-data';
|
|
3
1
|
import { ContentData, DescriptionData, IconData, TitleData } from '../../desy-commons/interfaces';
|
|
4
|
-
|
|
2
|
+
import { AccessibilityData } from '../../shared/interfaces/accessibility-data';
|
|
3
|
+
import { NotificationItemsData } from './notification-items-data';
|
|
4
|
+
export interface NotificationOptions extends AccessibilityData {
|
|
5
5
|
id?: string;
|
|
6
6
|
classes?: string;
|
|
7
7
|
isOpen?: boolean;
|
|
8
|
-
|
|
8
|
+
titleNotification?: TitleData;
|
|
9
9
|
description?: DescriptionData;
|
|
10
10
|
content?: ContentData;
|
|
11
11
|
items?: Array<NotificationItemsData>;
|
|
@@ -45,7 +45,7 @@ export declare class PaginationComponent extends AccessibilityComponent implemen
|
|
|
45
45
|
ngOnChanges(changes: SimpleChanges): void;
|
|
46
46
|
ngAfterContentInit(): void;
|
|
47
47
|
checkChanges(): void;
|
|
48
|
-
getSuffix(page: number): string;
|
|
48
|
+
getSuffix(page: number, isNumber?: boolean): string;
|
|
49
49
|
getLastItemNumber(pageIndex: number): number;
|
|
50
50
|
buildPages(): void;
|
|
51
51
|
getIdPrefix(): string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AfterViewInit, ChangeDetectorRef, ElementRef, EventEmitter, QueryList } from '@angular/core';
|
|
1
|
+
import { AfterContentInit, AfterViewInit, ChangeDetectorRef, ElementRef, EventEmitter, OnDestroy, QueryList } from '@angular/core';
|
|
2
2
|
import { SelectItemData } from '../../../desy-forms/interfaces/select-item-data';
|
|
3
3
|
import { AccessibilityComponent } from '../../../shared/components';
|
|
4
4
|
import { CellDirective } from '../../directives/cell.directive';
|
|
@@ -13,10 +13,12 @@ import { TableAdvancedHeaderComponent } from './components/table-advanced-header
|
|
|
13
13
|
import { TableAdvancedRowComponent } from './components/table-advanced-row.component';
|
|
14
14
|
import { TableAdvancedSelectComponent } from './components/table-advanced-select.component';
|
|
15
15
|
import * as i0 from "@angular/core";
|
|
16
|
-
export declare class TableAdvancedComponent extends AccessibilityComponent implements AfterViewInit {
|
|
16
|
+
export declare class TableAdvancedComponent extends AccessibilityComponent implements AfterViewInit, AfterContentInit, OnDestroy {
|
|
17
17
|
private el;
|
|
18
18
|
private changeDetector;
|
|
19
|
-
|
|
19
|
+
_rows: RowData[];
|
|
20
|
+
set rows(rows: RowData[]);
|
|
21
|
+
get rows(): RowData[];
|
|
20
22
|
head: HeadCellModelData[];
|
|
21
23
|
foot: RowData[];
|
|
22
24
|
caption: string;
|
|
@@ -40,6 +42,9 @@ export declare class TableAdvancedComponent extends AccessibilityComponent imple
|
|
|
40
42
|
orderByType: typeof OrderBy;
|
|
41
43
|
isReset: boolean;
|
|
42
44
|
constructor(el: ElementRef, changeDetector: ChangeDetectorRef);
|
|
45
|
+
private rowsSubscription;
|
|
46
|
+
ngAfterContentInit(): void;
|
|
47
|
+
ngOnDestroy(): void;
|
|
43
48
|
ngAfterViewInit(): void;
|
|
44
49
|
recalculateVisibleElements(): void;
|
|
45
50
|
private buildRecalculateParams;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export interface CellData extends
|
|
1
|
+
import { AccessibilityData } from '../../shared/interfaces/accessibility-data';
|
|
2
|
+
export interface CellData extends AccessibilityData {
|
|
3
3
|
text?: string;
|
|
4
4
|
html?: string;
|
|
5
5
|
classes?: string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export interface WrapperData extends
|
|
1
|
+
import { AccessibilityData } from '../../shared/interfaces/accessibility-data';
|
|
2
|
+
export interface WrapperData extends AccessibilityData {
|
|
3
3
|
classes?: string;
|
|
4
4
|
}
|
|
@@ -16,19 +16,81 @@ export declare class AccordionComponent extends AccessibilityComponent implement
|
|
|
16
16
|
showControl: boolean;
|
|
17
17
|
items: AccordionItemData[];
|
|
18
18
|
classes: any;
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
19
|
+
role: string;
|
|
20
|
+
ariaLabel: string;
|
|
21
|
+
ariaDescribedBy: string;
|
|
22
|
+
ariaLabelledBy: string;
|
|
23
|
+
ariaHidden: string;
|
|
24
|
+
ariaDisabled: string;
|
|
25
|
+
ariaControls: string;
|
|
26
|
+
ariaCurrent: string;
|
|
27
|
+
ariaLive: string;
|
|
28
|
+
ariaExpanded: string;
|
|
29
|
+
ariaErrorMessage: string;
|
|
30
|
+
ariaHasPopup: string;
|
|
31
|
+
ariaModal: string;
|
|
32
|
+
ariaChecked: string;
|
|
33
|
+
ariaPressed: string;
|
|
34
|
+
ariaReadonly: string;
|
|
35
|
+
ariaRequired: string;
|
|
36
|
+
ariaSelected: string;
|
|
37
|
+
ariaValuemin: string;
|
|
38
|
+
ariaValuemax: string;
|
|
39
|
+
ariaValuenow: string;
|
|
40
|
+
ariaValuetext: string;
|
|
41
|
+
ariaOrientation: string;
|
|
42
|
+
ariaLevel: string;
|
|
43
|
+
ariaMultiselectable: string;
|
|
44
|
+
ariaPlaceholder: string;
|
|
45
|
+
ariaPosinset: string;
|
|
46
|
+
ariaSetsize: string;
|
|
47
|
+
ariaSort: string;
|
|
48
|
+
ariaBusy: string;
|
|
49
|
+
ariaDropeffect: string;
|
|
50
|
+
ariaGrabbed: string;
|
|
51
|
+
ariaActivedescendant: string;
|
|
52
|
+
ariaAtomic: string;
|
|
53
|
+
ariaAutocomplete: string;
|
|
54
|
+
ariaBraillelabel: string;
|
|
55
|
+
ariaBrailleroledescription: string;
|
|
56
|
+
ariaColcount: string;
|
|
57
|
+
ariaColindex: string;
|
|
58
|
+
ariaColindextext: string;
|
|
59
|
+
ariaColspan: string;
|
|
60
|
+
ariaDescription: string;
|
|
61
|
+
ariaDetails: string;
|
|
62
|
+
ariaFlowto: string;
|
|
63
|
+
ariaInvalid: string;
|
|
64
|
+
ariaKeyshortcuts: string;
|
|
65
|
+
ariaOwns: string;
|
|
66
|
+
ariaRelevant: string;
|
|
67
|
+
ariaRoledescription: string;
|
|
68
|
+
ariaRowcount: string;
|
|
69
|
+
ariaRowindex: string;
|
|
70
|
+
ariaRowindextext: string;
|
|
71
|
+
ariaRowspan: string;
|
|
72
|
+
tabindex: string;
|
|
73
|
+
title: string;
|
|
74
|
+
alt: string;
|
|
75
|
+
lang: string;
|
|
76
|
+
accesskey: string;
|
|
77
|
+
autocomplete: string;
|
|
78
|
+
autofocus: string;
|
|
79
|
+
contenteditable: string;
|
|
80
|
+
dir: string;
|
|
81
|
+
draggable: string;
|
|
82
|
+
enterkeyhint: string;
|
|
83
|
+
hidden: boolean;
|
|
84
|
+
inputmode: string;
|
|
85
|
+
spellcheck: string;
|
|
86
|
+
translate: string;
|
|
87
|
+
ariaMultiline: string;
|
|
88
|
+
for: string;
|
|
89
|
+
form: string;
|
|
90
|
+
headers: string;
|
|
91
|
+
placeholder: string;
|
|
92
|
+
readonly: string;
|
|
93
|
+
required: string;
|
|
32
94
|
headingComponent: AccordionHeaderComponent;
|
|
33
95
|
itemComponentList: QueryList<AccordionItemComponent>;
|
|
34
96
|
showAll: boolean;
|
|
@@ -27,6 +27,6 @@ export declare class AlertComponent extends AccessibilityComponent implements On
|
|
|
27
27
|
dismiss(): void;
|
|
28
28
|
handleActiveState(): void;
|
|
29
29
|
static ɵfac: i0.ɵɵFactoryDeclaration<AlertComponent, never>;
|
|
30
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AlertComponent, "desy-alert", never, { "id": { "alias": "id"; "required": false; }; "classes": { "alias": "classes"; "required": false; }; "caller": { "alias": "caller"; "required": false; }; "focusFirst": { "alias": "focusFirst"; "required": false; }; "active": { "alias": "active"; "required": false; }; }, { "activeChange": "activeChange"; }, never,
|
|
30
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AlertComponent, "desy-alert", never, { "id": { "alias": "id"; "required": false; }; "classes": { "alias": "classes"; "required": false; }; "caller": { "alias": "caller"; "required": false; }; "focusFirst": { "alias": "focusFirst"; "required": false; }; "active": { "alias": "active"; "required": false; }; }, { "activeChange": "activeChange"; }, never, ["desy-notification"], false, never>;
|
|
31
31
|
}
|
|
32
32
|
export {};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { OnChanges, OnInit, TemplateRef } from '@angular/core';
|
|
2
|
+
import { ContentComponent } from '../../../desy-commons/components/content/content.component';
|
|
2
3
|
import { AccessibilityAndContentRequiredComponent } from '../../../shared/components';
|
|
3
4
|
import * as i0 from "@angular/core";
|
|
4
5
|
export declare class CollapsibleComponent extends AccessibilityAndContentRequiredComponent implements OnInit, OnChanges {
|
|
@@ -9,10 +10,11 @@ export declare class CollapsibleComponent extends AccessibilityAndContentRequire
|
|
|
9
10
|
classes: string;
|
|
10
11
|
show: string;
|
|
11
12
|
htmlTemplate: TemplateRef<any>;
|
|
13
|
+
contentComponent: ContentComponent;
|
|
12
14
|
isOpen(): void;
|
|
13
15
|
toggleOpen(): void;
|
|
14
16
|
ngOnInit(): void;
|
|
15
17
|
ngOnChanges(): void;
|
|
16
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<CollapsibleComponent, never>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CollapsibleComponent, "desy-collapsible", never, { "headerText": { "alias": "headerText"; "required": false; }; "headerHtml": { "alias": "headerHtml"; "required": false; }; "id": { "alias": "id"; "required": false; }; "open": { "alias": "open"; "required": false; }; "classes": { "alias": "classes"; "required": false; }; }, {},
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CollapsibleComponent, "desy-collapsible", never, { "headerText": { "alias": "headerText"; "required": false; }; "headerHtml": { "alias": "headerHtml"; "required": false; }; "id": { "alias": "id"; "required": false; }; "open": { "alias": "open"; "required": false; }; "classes": { "alias": "classes"; "required": false; }; }, {}, ["contentComponent"], ["*"], false, never>;
|
|
18
20
|
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
|
+
import { ContentComponent } from '../../../desy-commons/components/content/content.component';
|
|
2
3
|
import { AccessibilityComponent } from '../../../shared/components';
|
|
3
4
|
import * as i0 from "@angular/core";
|
|
4
5
|
export declare class DetailsComponent extends AccessibilityComponent implements OnInit {
|
|
@@ -10,7 +11,8 @@ export declare class DetailsComponent extends AccessibilityComponent implements
|
|
|
10
11
|
open: boolean;
|
|
11
12
|
classes: string;
|
|
12
13
|
isHtml: boolean;
|
|
14
|
+
contentComponent: ContentComponent;
|
|
13
15
|
ngOnInit(): void;
|
|
14
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<DetailsComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DetailsComponent, "desy-details", never, { "summaryText": { "alias": "summaryText"; "required": false; }; "summaryHtml": { "alias": "summaryHtml"; "required": false; }; "summaryClasses": { "alias": "summaryClasses"; "required": false; }; "containerClasses": { "alias": "containerClasses"; "required": false; }; "id": { "alias": "id"; "required": false; }; "open": { "alias": "open"; "required": false; }; "classes": { "alias": "classes"; "required": false; }; }, {},
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DetailsComponent, "desy-details", never, { "summaryText": { "alias": "summaryText"; "required": false; }; "summaryHtml": { "alias": "summaryHtml"; "required": false; }; "summaryClasses": { "alias": "summaryClasses"; "required": false; }; "containerClasses": { "alias": "containerClasses"; "required": false; }; "id": { "alias": "id"; "required": false; }; "open": { "alias": "open"; "required": false; }; "classes": { "alias": "classes"; "required": false; }; }, {}, ["contentComponent"], ["*"], false, never>;
|
|
16
18
|
}
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { ChangeDetectorRef, OnChanges, OnInit, QueryList, SimpleChanges, TemplateRef } from '@angular/core';
|
|
2
|
-
import { AccessibilityComponent } from '../../../shared/components';
|
|
3
|
-
import { ContentData, DescriptionData, IconData, TitleData } from '../../../desy-commons/interfaces';
|
|
4
|
-
import { TitleComponent } from '../../../desy-commons/components/title/title.component';
|
|
5
2
|
import { DescriptionComponent } from '../../../desy-commons/components/description/description.component';
|
|
6
|
-
import {
|
|
3
|
+
import { IconComponent } from '../../../desy-commons/components/icon/icon.component';
|
|
4
|
+
import { TitleComponent } from '../../../desy-commons/components/title/title.component';
|
|
5
|
+
import { ContentData, DescriptionData, IconData, TitleData } from '../../../desy-commons/interfaces';
|
|
6
|
+
import { AccessibilityComponent } from '../../../shared/components';
|
|
7
7
|
import { ItemContentBottomComponent } from './item-content-bottom/item-content-bottom.component';
|
|
8
|
+
import { ItemContentRightComponent } from './item-content-right/item-content-right.component';
|
|
8
9
|
import { ItemItemComponent } from './item-item/item-item.component';
|
|
9
|
-
import { IconComponent } from '../../../desy-commons/components/icon/icon.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
|
-
|
|
13
|
+
titleItem: TitleData;
|
|
14
14
|
description: DescriptionData;
|
|
15
15
|
headingLevel: number;
|
|
16
16
|
items: string[];
|
|
@@ -37,5 +37,5 @@ export declare class ItemComponent extends AccessibilityComponent implements OnC
|
|
|
37
37
|
ngOnChanges(changes: SimpleChanges): void;
|
|
38
38
|
checkClasses(): void;
|
|
39
39
|
static ɵfac: i0.ɵɵFactoryDeclaration<ItemComponent, never>;
|
|
40
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ItemComponent, "desy-item", never, { "
|
|
40
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ItemComponent, "desy-item", never, { "titleItem": { "alias": "titleItem"; "required": false; }; "description": { "alias": "description"; "required": false; }; "headingLevel": { "alias": "headingLevel"; "required": false; }; "items": { "alias": "items"; "required": false; }; "content": { "alias": "content"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "isDraggable": { "alias": "isDraggable"; "required": false; }; "isLocked": { "alias": "isLocked"; "required": false; }; "caller": { "alias": "caller"; "required": false; }; "classes": { "alias": "classes"; "required": false; }; "id": { "alias": "id"; "required": false; }; }, {}, ["titleComponent", "descriptionComponent", "iconComponent", "contentBottomComponent", "contentRightComponent", "itemComponents"], never, false, never>;
|
|
41
41
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { TemplateRef, ElementRef, OnChanges, SimpleChanges } from '@angular/core';
|
|
1
|
+
import { ElementRef, OnChanges, SimpleChanges, TemplateRef } from '@angular/core';
|
|
3
2
|
import { ContentComponent } from '../../../desy-commons/components/content/content.component';
|
|
3
|
+
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 {
|
|
@@ -8,29 +8,91 @@ export declare class MediaObjectComponent extends AccessibilityComponent impleme
|
|
|
8
8
|
center: boolean;
|
|
9
9
|
reverse: boolean;
|
|
10
10
|
figureClasses: string;
|
|
11
|
-
|
|
11
|
+
contentClasses: string;
|
|
12
12
|
caller: TemplateRef<any>;
|
|
13
13
|
id: string;
|
|
14
14
|
classes: any;
|
|
15
15
|
cfgr: boolean;
|
|
16
16
|
idData: any;
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
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
|
+
ariaDropeffect: string;
|
|
48
|
+
ariaGrabbed: string;
|
|
49
|
+
ariaActivedescendant: string;
|
|
50
|
+
ariaAtomic: string;
|
|
51
|
+
ariaAutocomplete: string;
|
|
52
|
+
ariaBraillelabel: string;
|
|
53
|
+
ariaBrailleroledescription: string;
|
|
54
|
+
ariaColcount: string;
|
|
55
|
+
ariaColindex: string;
|
|
56
|
+
ariaColindextext: string;
|
|
57
|
+
ariaColspan: string;
|
|
58
|
+
ariaDescription: string;
|
|
59
|
+
ariaDetails: string;
|
|
60
|
+
ariaFlowto: string;
|
|
61
|
+
ariaInvalid: string;
|
|
62
|
+
ariaKeyshortcuts: string;
|
|
63
|
+
ariaOwns: string;
|
|
64
|
+
ariaRelevant: string;
|
|
65
|
+
ariaRoledescription: string;
|
|
66
|
+
ariaRowcount: string;
|
|
67
|
+
ariaRowindex: string;
|
|
68
|
+
ariaRowindextext: string;
|
|
69
|
+
ariaRowspan: string;
|
|
70
|
+
tabindex: string;
|
|
71
|
+
title: string;
|
|
72
|
+
alt: string;
|
|
73
|
+
lang: string;
|
|
74
|
+
accesskey: string;
|
|
75
|
+
autocomplete: string;
|
|
76
|
+
autofocus: string;
|
|
77
|
+
contenteditable: string;
|
|
78
|
+
dir: string;
|
|
79
|
+
draggable: string;
|
|
80
|
+
enterkeyhint: string;
|
|
81
|
+
hidden: boolean;
|
|
82
|
+
inputmode: string;
|
|
83
|
+
spellcheck: string;
|
|
84
|
+
translate: string;
|
|
85
|
+
ariaMultiline: string;
|
|
86
|
+
for: string;
|
|
87
|
+
form: string;
|
|
88
|
+
headers: string;
|
|
89
|
+
placeholder: string;
|
|
90
|
+
readonly: string;
|
|
91
|
+
required: string;
|
|
30
92
|
contentComponent: ContentComponent;
|
|
31
93
|
mediaObjectFigureComponent: MediaObjectFigureComponent;
|
|
32
94
|
mediaFigureContent: ElementRef;
|
|
33
95
|
ngOnChanges(changes: SimpleChanges): void;
|
|
34
96
|
static ɵfac: i0.ɵɵFactoryDeclaration<MediaObjectComponent, never>;
|
|
35
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MediaObjectComponent, "desy-media-object", never, { "figureHtml": { "alias": "figureHtml"; "required": false; }; "center": { "alias": "center"; "required": false; }; "reverse": { "alias": "reverse"; "required": false; }; "figureClasses": { "alias": "figureClasses"; "required": false; }; "
|
|
97
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MediaObjectComponent, "desy-media-object", never, { "figureHtml": { "alias": "figureHtml"; "required": false; }; "center": { "alias": "center"; "required": false; }; "reverse": { "alias": "reverse"; "required": false; }; "figureClasses": { "alias": "figureClasses"; "required": false; }; "contentClasses": { "alias": "contentClasses"; "required": false; }; "caller": { "alias": "caller"; "required": false; }; "id": { "alias": "id"; "required": false; }; "classes": { "alias": "classes"; "required": false; }; }, {}, ["contentComponent", "mediaObjectFigureComponent"], never, false, never>;
|
|
36
98
|
}
|
|
@@ -4,19 +4,81 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
export declare class SpinnerComponent extends AccessibilityComponent implements OnChanges {
|
|
5
5
|
text: string;
|
|
6
6
|
classes: any;
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
7
|
+
role: string;
|
|
8
|
+
ariaLabel: string;
|
|
9
|
+
ariaDescribedBy: string;
|
|
10
|
+
ariaLabelledBy: string;
|
|
11
|
+
ariaHidden: string;
|
|
12
|
+
ariaDisabled: string;
|
|
13
|
+
ariaControls: string;
|
|
14
|
+
ariaCurrent: string;
|
|
15
|
+
ariaLive: string;
|
|
16
|
+
ariaExpanded: string;
|
|
17
|
+
ariaErrorMessage: string;
|
|
18
|
+
ariaHasPopup: string;
|
|
19
|
+
ariaModal: string;
|
|
20
|
+
ariaChecked: string;
|
|
21
|
+
ariaPressed: string;
|
|
22
|
+
ariaReadonly: string;
|
|
23
|
+
ariaRequired: string;
|
|
24
|
+
ariaSelected: string;
|
|
25
|
+
ariaValuemin: string;
|
|
26
|
+
ariaValuemax: string;
|
|
27
|
+
ariaValuenow: string;
|
|
28
|
+
ariaValuetext: string;
|
|
29
|
+
ariaOrientation: string;
|
|
30
|
+
ariaLevel: string;
|
|
31
|
+
ariaMultiselectable: string;
|
|
32
|
+
ariaPlaceholder: string;
|
|
33
|
+
ariaPosinset: string;
|
|
34
|
+
ariaSetsize: string;
|
|
35
|
+
ariaSort: string;
|
|
36
|
+
ariaBusy: string;
|
|
37
|
+
ariaDropeffect: string;
|
|
38
|
+
ariaGrabbed: string;
|
|
39
|
+
ariaActivedescendant: string;
|
|
40
|
+
ariaAtomic: string;
|
|
41
|
+
ariaAutocomplete: string;
|
|
42
|
+
ariaBraillelabel: string;
|
|
43
|
+
ariaBrailleroledescription: string;
|
|
44
|
+
ariaColcount: string;
|
|
45
|
+
ariaColindex: string;
|
|
46
|
+
ariaColindextext: string;
|
|
47
|
+
ariaColspan: string;
|
|
48
|
+
ariaDescription: string;
|
|
49
|
+
ariaDetails: string;
|
|
50
|
+
ariaFlowto: string;
|
|
51
|
+
ariaInvalid: string;
|
|
52
|
+
ariaKeyshortcuts: string;
|
|
53
|
+
ariaOwns: string;
|
|
54
|
+
ariaRelevant: string;
|
|
55
|
+
ariaRoledescription: string;
|
|
56
|
+
ariaRowcount: string;
|
|
57
|
+
ariaRowindex: string;
|
|
58
|
+
ariaRowindextext: string;
|
|
59
|
+
ariaRowspan: string;
|
|
60
|
+
tabindex: string;
|
|
61
|
+
title: string;
|
|
62
|
+
alt: string;
|
|
63
|
+
lang: string;
|
|
64
|
+
accesskey: string;
|
|
65
|
+
autocomplete: string;
|
|
66
|
+
autofocus: string;
|
|
67
|
+
contenteditable: string;
|
|
68
|
+
dir: string;
|
|
69
|
+
draggable: string;
|
|
70
|
+
enterkeyhint: string;
|
|
71
|
+
hidden: boolean;
|
|
72
|
+
inputmode: string;
|
|
73
|
+
spellcheck: string;
|
|
74
|
+
translate: string;
|
|
75
|
+
ariaMultiline: string;
|
|
76
|
+
for: string;
|
|
77
|
+
form: string;
|
|
78
|
+
headers: string;
|
|
79
|
+
placeholder: string;
|
|
80
|
+
readonly: string;
|
|
81
|
+
required: string;
|
|
20
82
|
id: string;
|
|
21
83
|
ngOnChanges(changes: SimpleChanges): void;
|
|
22
84
|
static ɵfac: i0.ɵɵFactoryDeclaration<SpinnerComponent, never>;
|