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
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { AfterContentInit, ChangeDetectorRef, EventEmitter, OnChanges, QueryList, SimpleChanges } from '@angular/core';
|
|
2
2
|
import { AccessibilityComponent } from '../../../shared/components';
|
|
3
|
-
import { PaginationItemData } from '../../interfaces';
|
|
4
3
|
import { PaginationItemPerPageComponent } from '../pagination-item-perpage/pagination-item-perpage.component';
|
|
5
4
|
import { PaginationListboxLabelComponent } from '../pagination-listbox-label/pagination-listbox-label.component';
|
|
6
5
|
import * as i0 from "@angular/core";
|
|
@@ -32,8 +31,10 @@ export declare class PaginationComponent extends AccessibilityComponent implemen
|
|
|
32
31
|
itemsPerPage: number;
|
|
33
32
|
itemsPerPageChange: EventEmitter<number>;
|
|
34
33
|
nPages: number;
|
|
35
|
-
items:
|
|
34
|
+
items: PaginationItemPerPageComponent[];
|
|
35
|
+
value: number;
|
|
36
36
|
itemsPerPageList: PaginationItemPerPageComponent[];
|
|
37
|
+
valuePerPage: number;
|
|
37
38
|
nPagesHistory: number;
|
|
38
39
|
defaultText: boolean;
|
|
39
40
|
readonly previousIcon = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 140 140\" width=\"1em\" height=\"1em\" class=\"self-center h-2.5 w-2.5 mr-2\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M54.87 71.77a2.5 2.5 0 010-3.54L106 17.07A10 10 0 1091.89 2.93L35.43 59.39a15 15 0 000 21.22l56.46 56.46A10 10 0 10106 122.93z\" fill=\"currentColor\" /></svg>";
|
|
@@ -45,7 +46,7 @@ export declare class PaginationComponent extends AccessibilityComponent implemen
|
|
|
45
46
|
ngOnChanges(changes: SimpleChanges): void;
|
|
46
47
|
ngAfterContentInit(): void;
|
|
47
48
|
checkChanges(): void;
|
|
48
|
-
getSuffix(page: number): string;
|
|
49
|
+
getSuffix(page: number, isNumber?: boolean): string;
|
|
49
50
|
getLastItemNumber(pageIndex: number): number;
|
|
50
51
|
buildPages(): void;
|
|
51
52
|
getIdPrefix(): string;
|
|
@@ -55,7 +56,6 @@ export declare class PaginationComponent extends AccessibilityComponent implemen
|
|
|
55
56
|
next(): void;
|
|
56
57
|
first(): void;
|
|
57
58
|
last(): void;
|
|
58
|
-
getActiveItemText(): any;
|
|
59
59
|
getListboxLabel(): PaginationListboxLabelComponent;
|
|
60
60
|
changeItemsPerPage(event: any): void;
|
|
61
61
|
handleActiveItemChange(event: any): void;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
+
import { SelectItemData } from '../../../desy-forms/interfaces/select-item-data';
|
|
1
2
|
import { ContentBaseComponent } from './../../../shared/components/content-base/content-base.component';
|
|
2
|
-
import { ListboxItemData } from '../../../desy-buttons/interfaces/listbox-item-data';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class PaginationItemPerPageComponent extends ContentBaseComponent implements
|
|
4
|
+
export declare class PaginationItemPerPageComponent extends ContentBaseComponent implements SelectItemData {
|
|
5
5
|
classes?: string;
|
|
6
6
|
value: number;
|
|
7
|
-
|
|
7
|
+
selected: boolean;
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<PaginationItemPerPageComponent, never>;
|
|
9
9
|
static ɵcmp: i0.ɵɵComponentDeclaration<PaginationItemPerPageComponent, "desy-pagination-item-perpage", never, { "classes": { "alias": "classes"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
10
10
|
}
|
|
@@ -6,8 +6,10 @@ import * as i4 from "@angular/common";
|
|
|
6
6
|
import * as i5 from "../shared/shared.module";
|
|
7
7
|
import * as i6 from "../desy-nav/desy-nav.module";
|
|
8
8
|
import * as i7 from "../desy-buttons/desy-buttons.module";
|
|
9
|
+
import * as i8 from "../desy-forms/desy-forms.module";
|
|
10
|
+
import * as i9 from "@angular/forms";
|
|
9
11
|
export declare class DesyPaginationModule {
|
|
10
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<DesyPaginationModule, never>;
|
|
11
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DesyPaginationModule, [typeof i1.PaginationComponent, typeof i2.PaginationListboxLabelComponent, typeof i3.PaginationItemPerPageComponent], [typeof i4.CommonModule, typeof i5.SharedModule, typeof i6.DesyNavModule, typeof i7.DesyButtonsModule], [typeof i1.PaginationComponent, typeof i2.PaginationListboxLabelComponent, typeof i3.PaginationItemPerPageComponent]>;
|
|
13
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DesyPaginationModule, [typeof i1.PaginationComponent, typeof i2.PaginationListboxLabelComponent, typeof i3.PaginationItemPerPageComponent], [typeof i4.CommonModule, typeof i5.SharedModule, typeof i6.DesyNavModule, typeof i7.DesyButtonsModule, typeof i8.DesyFormsModule, typeof i9.FormsModule], [typeof i1.PaginationComponent, typeof i2.PaginationListboxLabelComponent, typeof i3.PaginationItemPerPageComponent]>;
|
|
12
14
|
static ɵinj: i0.ɵɵInjectorDeclaration<DesyPaginationModule>;
|
|
13
15
|
}
|
|
@@ -21,11 +21,14 @@ export declare class TableComponent extends AccessibilityComponent {
|
|
|
21
21
|
headerComponent: TableHeaderComponent;
|
|
22
22
|
footerComponent: TableFooterComponent;
|
|
23
23
|
rowComponentList: QueryList<TableRowComponent>;
|
|
24
|
+
extractedTexts: string[];
|
|
25
|
+
handleContentExtracted(extractedText: string): void;
|
|
24
26
|
getCaptionClass(): string;
|
|
25
27
|
getHeaderCells(): TableCellComponent[] | CellData[];
|
|
26
28
|
getFooterCells(): TableCellComponent[] | CellData[];
|
|
27
29
|
getRows(): any[];
|
|
28
30
|
getRowCells(row: TableRowComponent | CellData[]): TableCellComponent[] | CellData[];
|
|
31
|
+
private assignExtractedTextsToCells;
|
|
29
32
|
static ɵfac: i0.ɵɵFactoryDeclaration<TableComponent, never>;
|
|
30
33
|
static ɵcmp: i0.ɵɵComponentDeclaration<TableComponent, "desy-table", never, { "rows": { "alias": "rows"; "required": false; }; "head": { "alias": "head"; "required": false; }; "foot": { "alias": "foot"; "required": false; }; "caption": { "alias": "caption"; "required": false; }; "captionClasses": { "alias": "captionClasses"; "required": false; }; "firstCellIsHeader": { "alias": "firstCellIsHeader"; "required": false; }; "classes": { "alias": "classes"; "required": false; }; "id": { "alias": "id"; "required": false; }; "wrapper": { "alias": "wrapper"; "required": false; }; }, {}, ["captionComponent", "headerComponent", "footerComponent", "rowComponentList"], never, false, never>;
|
|
31
34
|
}
|
|
@@ -68,7 +68,7 @@ export declare class TableAdvancedComponent extends AccessibilityComponent imple
|
|
|
68
68
|
private notifyCheckedChange;
|
|
69
69
|
handleInputSearch(item: HeadCellModelData): void;
|
|
70
70
|
private filterRows;
|
|
71
|
-
handleSortByColumn(index: number): void;
|
|
71
|
+
handleSortByColumn(index: number, event: any): void;
|
|
72
72
|
private sortRows;
|
|
73
73
|
compareCellContent(a: CellDirective, b: CellDirective, isAsc: boolean): number;
|
|
74
74
|
private parseDateTime;
|
|
@@ -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;
|
|
@@ -8,6 +8,10 @@ export declare class CollapsibleComponent extends AccessibilityAndContentRequire
|
|
|
8
8
|
id: string;
|
|
9
9
|
open: boolean;
|
|
10
10
|
classes: string;
|
|
11
|
+
buttonClasses: string;
|
|
12
|
+
showClasses: string;
|
|
13
|
+
hideClasses: string;
|
|
14
|
+
contentClasses: string;
|
|
11
15
|
show: string;
|
|
12
16
|
htmlTemplate: TemplateRef<any>;
|
|
13
17
|
contentComponent: ContentComponent;
|
|
@@ -16,5 +20,5 @@ export declare class CollapsibleComponent extends AccessibilityAndContentRequire
|
|
|
16
20
|
ngOnInit(): void;
|
|
17
21
|
ngOnChanges(): void;
|
|
18
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<CollapsibleComponent, never>;
|
|
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>;
|
|
23
|
+
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; }; "buttonClasses": { "alias": "buttonClasses"; "required": false; }; "showClasses": { "alias": "showClasses"; "required": false; }; "hideClasses": { "alias": "hideClasses"; "required": false; }; "contentClasses": { "alias": "contentClasses"; "required": false; }; }, {}, ["contentComponent"], ["*"], false, never>;
|
|
20
24
|
}
|
|
@@ -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
|
}
|
|
@@ -14,19 +14,81 @@ export declare class MediaObjectComponent extends AccessibilityComponent impleme
|
|
|
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;
|
|
@@ -10,19 +10,81 @@ export declare class StatusComponent extends AccessibilityComponent implements O
|
|
|
10
10
|
classes: any;
|
|
11
11
|
iconComponent: IconComponent;
|
|
12
12
|
idData: any;
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
13
|
+
role: string;
|
|
14
|
+
ariaLabel: string;
|
|
15
|
+
ariaDescribedBy: string;
|
|
16
|
+
ariaLabelledBy: string;
|
|
17
|
+
ariaHidden: string;
|
|
18
|
+
ariaDisabled: string;
|
|
19
|
+
ariaControls: string;
|
|
20
|
+
ariaCurrent: string;
|
|
21
|
+
ariaLive: string;
|
|
22
|
+
ariaExpanded: string;
|
|
23
|
+
ariaErrorMessage: string;
|
|
24
|
+
ariaHasPopup: string;
|
|
25
|
+
ariaModal: string;
|
|
26
|
+
ariaChecked: string;
|
|
27
|
+
ariaPressed: string;
|
|
28
|
+
ariaReadonly: string;
|
|
29
|
+
ariaRequired: string;
|
|
30
|
+
ariaSelected: string;
|
|
31
|
+
ariaValuemin: string;
|
|
32
|
+
ariaValuemax: string;
|
|
33
|
+
ariaValuenow: string;
|
|
34
|
+
ariaValuetext: string;
|
|
35
|
+
ariaOrientation: string;
|
|
36
|
+
ariaLevel: string;
|
|
37
|
+
ariaMultiselectable: string;
|
|
38
|
+
ariaPlaceholder: string;
|
|
39
|
+
ariaPosinset: string;
|
|
40
|
+
ariaSetsize: string;
|
|
41
|
+
ariaSort: string;
|
|
42
|
+
ariaBusy: string;
|
|
43
|
+
ariaDropeffect: string;
|
|
44
|
+
ariaGrabbed: string;
|
|
45
|
+
ariaActivedescendant: string;
|
|
46
|
+
ariaAtomic: string;
|
|
47
|
+
ariaAutocomplete: string;
|
|
48
|
+
ariaBraillelabel: string;
|
|
49
|
+
ariaBrailleroledescription: string;
|
|
50
|
+
ariaColcount: string;
|
|
51
|
+
ariaColindex: string;
|
|
52
|
+
ariaColindextext: string;
|
|
53
|
+
ariaColspan: string;
|
|
54
|
+
ariaDescription: string;
|
|
55
|
+
ariaDetails: string;
|
|
56
|
+
ariaFlowto: string;
|
|
57
|
+
ariaInvalid: string;
|
|
58
|
+
ariaKeyshortcuts: string;
|
|
59
|
+
ariaOwns: string;
|
|
60
|
+
ariaRelevant: string;
|
|
61
|
+
ariaRoledescription: string;
|
|
62
|
+
ariaRowcount: string;
|
|
63
|
+
ariaRowindex: string;
|
|
64
|
+
ariaRowindextext: string;
|
|
65
|
+
ariaRowspan: string;
|
|
66
|
+
tabindex: string;
|
|
67
|
+
title: string;
|
|
68
|
+
alt: string;
|
|
69
|
+
lang: string;
|
|
70
|
+
accesskey: string;
|
|
71
|
+
autocomplete: string;
|
|
72
|
+
autofocus: string;
|
|
73
|
+
contenteditable: string;
|
|
74
|
+
dir: string;
|
|
75
|
+
draggable: string;
|
|
76
|
+
enterkeyhint: string;
|
|
77
|
+
hidden: boolean;
|
|
78
|
+
inputmode: string;
|
|
79
|
+
spellcheck: string;
|
|
80
|
+
translate: string;
|
|
81
|
+
ariaMultiline: string;
|
|
82
|
+
for: string;
|
|
83
|
+
form: string;
|
|
84
|
+
headers: string;
|
|
85
|
+
placeholder: string;
|
|
86
|
+
readonly: string;
|
|
87
|
+
required: string;
|
|
26
88
|
isHtml: boolean;
|
|
27
89
|
ngOnInit(): void;
|
|
28
90
|
ngOnChanges(changes: SimpleChanges): void;
|
|
@@ -13,26 +13,88 @@ export declare class StatusItemComponent extends AccessibilityComponent implemen
|
|
|
13
13
|
id: string;
|
|
14
14
|
errorId: string;
|
|
15
15
|
describedBy: string;
|
|
16
|
-
|
|
16
|
+
titleStatus: StatusItemTitleData;
|
|
17
17
|
hint: HintData;
|
|
18
18
|
errorMessage: ErrorMessageData;
|
|
19
19
|
items: DescriptionItemData[];
|
|
20
20
|
status: StatusData;
|
|
21
21
|
classes: any;
|
|
22
22
|
idData: any;
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
23
|
+
role: string;
|
|
24
|
+
ariaLabel: string;
|
|
25
|
+
ariaDescribedBy: string;
|
|
26
|
+
ariaLabelledBy: string;
|
|
27
|
+
ariaHidden: string;
|
|
28
|
+
ariaDisabled: string;
|
|
29
|
+
ariaControls: string;
|
|
30
|
+
ariaCurrent: string;
|
|
31
|
+
ariaLive: string;
|
|
32
|
+
ariaExpanded: string;
|
|
33
|
+
ariaErrorMessage: string;
|
|
34
|
+
ariaHasPopup: string;
|
|
35
|
+
ariaModal: string;
|
|
36
|
+
ariaChecked: string;
|
|
37
|
+
ariaPressed: string;
|
|
38
|
+
ariaReadonly: string;
|
|
39
|
+
ariaRequired: string;
|
|
40
|
+
ariaSelected: string;
|
|
41
|
+
ariaValuemin: string;
|
|
42
|
+
ariaValuemax: string;
|
|
43
|
+
ariaValuenow: string;
|
|
44
|
+
ariaValuetext: string;
|
|
45
|
+
ariaOrientation: string;
|
|
46
|
+
ariaLevel: string;
|
|
47
|
+
ariaMultiselectable: string;
|
|
48
|
+
ariaPlaceholder: string;
|
|
49
|
+
ariaPosinset: string;
|
|
50
|
+
ariaSetsize: string;
|
|
51
|
+
ariaSort: string;
|
|
52
|
+
ariaBusy: string;
|
|
53
|
+
ariaDropeffect: string;
|
|
54
|
+
ariaGrabbed: string;
|
|
55
|
+
ariaActivedescendant: string;
|
|
56
|
+
ariaAtomic: string;
|
|
57
|
+
ariaAutocomplete: string;
|
|
58
|
+
ariaBraillelabel: string;
|
|
59
|
+
ariaBrailleroledescription: string;
|
|
60
|
+
ariaColcount: string;
|
|
61
|
+
ariaColindex: string;
|
|
62
|
+
ariaColindextext: string;
|
|
63
|
+
ariaColspan: string;
|
|
64
|
+
ariaDescription: string;
|
|
65
|
+
ariaDetails: string;
|
|
66
|
+
ariaFlowto: string;
|
|
67
|
+
ariaInvalid: string;
|
|
68
|
+
ariaKeyshortcuts: string;
|
|
69
|
+
ariaOwns: string;
|
|
70
|
+
ariaRelevant: string;
|
|
71
|
+
ariaRoledescription: string;
|
|
72
|
+
ariaRowcount: string;
|
|
73
|
+
ariaRowindex: string;
|
|
74
|
+
ariaRowindextext: string;
|
|
75
|
+
ariaRowspan: string;
|
|
76
|
+
tabindex: string;
|
|
77
|
+
title: string;
|
|
78
|
+
alt: string;
|
|
79
|
+
lang: string;
|
|
80
|
+
accesskey: string;
|
|
81
|
+
autocomplete: string;
|
|
82
|
+
autofocus: string;
|
|
83
|
+
contenteditable: string;
|
|
84
|
+
dir: string;
|
|
85
|
+
draggable: string;
|
|
86
|
+
enterkeyhint: string;
|
|
87
|
+
hidden: boolean;
|
|
88
|
+
inputmode: string;
|
|
89
|
+
spellcheck: string;
|
|
90
|
+
translate: string;
|
|
91
|
+
ariaMultiline: string;
|
|
92
|
+
for: string;
|
|
93
|
+
form: string;
|
|
94
|
+
headers: string;
|
|
95
|
+
placeholder: string;
|
|
96
|
+
readonly: string;
|
|
97
|
+
required: string;
|
|
36
98
|
titleComponent: TitleComponent;
|
|
37
99
|
hintComponent: HintComponent;
|
|
38
100
|
errorMessageComponent: ErrorMessageComponent;
|
|
@@ -43,5 +105,5 @@ export declare class StatusItemComponent extends AccessibilityComponent implemen
|
|
|
43
105
|
ngOnChanges(changes: SimpleChanges): void;
|
|
44
106
|
getItems(): DescriptionItemData[] | DescriptionItemComponent[];
|
|
45
107
|
static ɵfac: i0.ɵɵFactoryDeclaration<StatusItemComponent, never>;
|
|
46
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<StatusItemComponent, "desy-status-item", never, { "id": { "alias": "id"; "required": false; }; "errorId": { "alias": "errorId"; "required": false; }; "describedBy": { "alias": "describedBy"; "required": false; }; "
|
|
108
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<StatusItemComponent, "desy-status-item", never, { "id": { "alias": "id"; "required": false; }; "errorId": { "alias": "errorId"; "required": false; }; "describedBy": { "alias": "describedBy"; "required": false; }; "titleStatus": { "alias": "titleStatus"; "required": false; }; "hint": { "alias": "hint"; "required": false; }; "errorMessage": { "alias": "errorMessage"; "required": false; }; "items": { "alias": "items"; "required": false; }; "status": { "alias": "status"; "required": false; }; "classes": { "alias": "classes"; "required": false; }; "caller": { "alias": "caller"; "required": false; }; }, {}, ["titleComponent", "hintComponent", "errorMessageComponent", "contentComponent", "itemComponents", "statusComponent"], ["desy-hint", "desy-error-message", "desy-status"], false, never>;
|
|
47
109
|
}
|