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,20 +1,83 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { AccessibilityData } from '../../interfaces/accessibility-data';
|
|
2
2
|
import { TextOrHtmlRequiredComponent } from '../text-or-html-required/text-or-html-required.component';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class AccessibilityAndTextOrHtmlRequiredComponent extends TextOrHtmlRequiredComponent implements
|
|
5
|
-
role
|
|
6
|
-
ariaLabel
|
|
7
|
-
ariaDescribedBy
|
|
8
|
-
ariaLabelledBy
|
|
9
|
-
ariaHidden
|
|
10
|
-
ariaDisabled
|
|
11
|
-
ariaControls
|
|
12
|
-
ariaCurrent
|
|
13
|
-
ariaLive
|
|
14
|
-
ariaExpanded
|
|
15
|
-
ariaErrorMessage
|
|
16
|
-
ariaHasPopup
|
|
17
|
-
|
|
4
|
+
export declare class AccessibilityAndTextOrHtmlRequiredComponent extends TextOrHtmlRequiredComponent implements AccessibilityData {
|
|
5
|
+
role?: string;
|
|
6
|
+
ariaLabel?: string;
|
|
7
|
+
ariaDescribedBy?: string;
|
|
8
|
+
ariaLabelledBy?: string;
|
|
9
|
+
ariaHidden?: string;
|
|
10
|
+
ariaDisabled?: string;
|
|
11
|
+
ariaControls?: string;
|
|
12
|
+
ariaCurrent?: string;
|
|
13
|
+
ariaLive?: string;
|
|
14
|
+
ariaExpanded?: string;
|
|
15
|
+
ariaErrorMessage?: string;
|
|
16
|
+
ariaHasPopup?: string;
|
|
17
|
+
ariaModal?: string;
|
|
18
|
+
ariaChecked?: string;
|
|
19
|
+
ariaPressed?: string;
|
|
20
|
+
ariaReadonly?: string;
|
|
21
|
+
ariaRequired?: string;
|
|
22
|
+
ariaSelected?: string;
|
|
23
|
+
ariaValuemin?: string;
|
|
24
|
+
ariaValuemax?: string;
|
|
25
|
+
ariaValuenow?: string;
|
|
26
|
+
ariaValuetext?: string;
|
|
27
|
+
ariaOrientation?: string;
|
|
28
|
+
ariaLevel?: string;
|
|
29
|
+
ariaMultiselectable?: string;
|
|
30
|
+
ariaPlaceholder?: string;
|
|
31
|
+
ariaPosinset?: string;
|
|
32
|
+
ariaSetsize?: string;
|
|
33
|
+
ariaSort?: string;
|
|
34
|
+
ariaBus: any;
|
|
35
|
+
required?: string;
|
|
36
|
+
y?: 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;
|
|
18
81
|
static ɵfac: i0.ɵɵFactoryDeclaration<AccessibilityAndTextOrHtmlRequiredComponent, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AccessibilityAndTextOrHtmlRequiredComponent, "desy-accessibility-and-text-or-html-required", 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; }; "tabindex": { "alias": "tabindex"; "required": false; }; }, {}, never, never, false, never>;
|
|
82
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AccessibilityAndTextOrHtmlRequiredComponent, "desy-accessibility-and-text-or-html-required", 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; }; "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>;
|
|
20
83
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
+
export * from './accessibility-and-content-required/accessibility-and-content-required.component';
|
|
2
|
+
export * from './accessibility-and-text-or-html-required/accessibility-and-text-or-html-required.component';
|
|
1
3
|
export * from './accessibility/accessibility.component';
|
|
2
4
|
export * from './content-base/content-base.component';
|
|
3
|
-
export * from './
|
|
4
|
-
export * from './accessibility-and-content-required/accessibility-and-content-required.component';
|
|
5
|
+
export * from './spinner/spinner.component';
|
|
5
6
|
export * from './text-or-html-required/text-or-html-required.component';
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
import { OnChanges, SimpleChanges } from '@angular/core';
|
|
2
|
+
import { AccessibilityComponent } from '..';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class SpinnerComponent extends AccessibilityComponent implements OnChanges {
|
|
5
|
+
text: string;
|
|
6
|
+
classes: any;
|
|
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;
|
|
82
|
+
id: string;
|
|
83
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
84
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SpinnerComponent, never>;
|
|
85
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SpinnerComponent, "desy-spinner", never, { "text": { "alias": "text"; "required": false; }; "classes": { "alias": "classes"; "required": false; }; "id": { "alias": "id"; "required": false; }; }, {}, never, never, false, never>;
|
|
86
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { DoCheck, ElementRef, KeyValueDiffers, OnChanges, Renderer2, SimpleChanges } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class AccessibilityDirective implements OnChanges, DoCheck {
|
|
4
|
+
private el;
|
|
5
|
+
private renderer;
|
|
6
|
+
private differs;
|
|
7
|
+
accessibility: any;
|
|
8
|
+
private differ;
|
|
9
|
+
constructor(el: ElementRef, renderer: Renderer2, differs: KeyValueDiffers);
|
|
10
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
11
|
+
ngDoCheck(): void;
|
|
12
|
+
private applyAccessibilityAttributes;
|
|
13
|
+
private camelToKebabCase;
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AccessibilityDirective, never>;
|
|
15
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AccessibilityDirective, "[desyAppAccessibility]", never, { "accessibility": { "alias": "desyAppAccessibility"; "required": false; }; }, {}, never, never, false, never>;
|
|
16
|
+
}
|
|
@@ -1,19 +1,20 @@
|
|
|
1
1
|
import { ComponentFactoryResolver, Injector, OnChanges, SimpleChanges, TemplateRef, ViewContainerRef } from '@angular/core';
|
|
2
|
-
import { ContentBaseComponent } from '../components';
|
|
3
2
|
import * as i0 from "@angular/core";
|
|
4
3
|
export declare class CustomInnerContentDirective implements OnChanges {
|
|
5
4
|
private viewContainerRef;
|
|
6
5
|
private resolver;
|
|
7
6
|
private injector;
|
|
8
7
|
desyCustomInnerContent: {
|
|
9
|
-
component?: any
|
|
8
|
+
component?: any;
|
|
10
9
|
template?: TemplateRef<any>;
|
|
11
10
|
html?: string;
|
|
12
11
|
text?: string;
|
|
12
|
+
parentComponent?: any;
|
|
13
13
|
};
|
|
14
14
|
private factory;
|
|
15
15
|
constructor(viewContainerRef: ViewContainerRef, resolver: ComponentFactoryResolver, injector: Injector);
|
|
16
16
|
ngOnChanges(changes: SimpleChanges): void;
|
|
17
|
+
private emitContentToParent;
|
|
17
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<CustomInnerContentDirective, never>;
|
|
18
19
|
static ɵdir: i0.ɵɵDirectiveDeclaration<CustomInnerContentDirective, "[desyCustomInnerContent]", never, { "desyCustomInnerContent": { "alias": "desyCustomInnerContent"; "required": false; }; }, {}, never, never, false, never>;
|
|
19
20
|
}
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
export interface AccessibilityData {
|
|
2
|
+
role?: string;
|
|
3
|
+
ariaLabel?: string;
|
|
4
|
+
ariaDescribedBy?: string;
|
|
5
|
+
ariaLabelledBy?: string;
|
|
6
|
+
ariaHidden?: string;
|
|
7
|
+
ariaDisabled?: string;
|
|
8
|
+
ariaControls?: string;
|
|
9
|
+
ariaCurrent?: string;
|
|
10
|
+
ariaLive?: string;
|
|
11
|
+
ariaExpanded?: string;
|
|
12
|
+
ariaErrorMessage?: string;
|
|
13
|
+
ariaHasPopup?: string;
|
|
14
|
+
ariaModal?: string;
|
|
15
|
+
ariaChecked?: string;
|
|
16
|
+
ariaPressed?: string;
|
|
17
|
+
ariaReadonly?: string;
|
|
18
|
+
ariaRequired?: string;
|
|
19
|
+
ariaSelected?: string;
|
|
20
|
+
ariaValuemin?: string;
|
|
21
|
+
ariaValuemax?: string;
|
|
22
|
+
ariaValuenow?: string;
|
|
23
|
+
ariaValuetext?: string;
|
|
24
|
+
ariaOrientation?: string;
|
|
25
|
+
ariaLevel?: string;
|
|
26
|
+
ariaMultiselectable?: string;
|
|
27
|
+
ariaPlaceholder?: string;
|
|
28
|
+
ariaPosinset?: string;
|
|
29
|
+
ariaSetsize?: string;
|
|
30
|
+
ariaSort?: string;
|
|
31
|
+
ariaBusy?: string;
|
|
32
|
+
ariaDropeffect?: string;
|
|
33
|
+
ariaGrabbed?: string;
|
|
34
|
+
ariaActivedescendant?: string;
|
|
35
|
+
ariaAtomic?: string;
|
|
36
|
+
ariaAutocomplete?: string;
|
|
37
|
+
ariaBraillelabel?: string;
|
|
38
|
+
ariaBrailleroledescription?: string;
|
|
39
|
+
ariaColcount?: string;
|
|
40
|
+
ariaColindex?: string;
|
|
41
|
+
ariaColindextext?: string;
|
|
42
|
+
ariaColspan?: string;
|
|
43
|
+
ariaDescription?: string;
|
|
44
|
+
ariaDetails?: string;
|
|
45
|
+
ariaFlowto?: string;
|
|
46
|
+
ariaInvalid?: string;
|
|
47
|
+
ariaKeyshortcuts?: string;
|
|
48
|
+
ariaOwns?: string;
|
|
49
|
+
ariaRelevant?: string;
|
|
50
|
+
ariaRoledescription?: string;
|
|
51
|
+
ariaRowcount?: string;
|
|
52
|
+
ariaRowindex?: string;
|
|
53
|
+
ariaRowindextext?: string;
|
|
54
|
+
ariaRowspan?: string;
|
|
55
|
+
tabindex?: string;
|
|
56
|
+
title?: string;
|
|
57
|
+
alt?: string;
|
|
58
|
+
lang?: string;
|
|
59
|
+
accesskey?: string;
|
|
60
|
+
autocomplete?: string;
|
|
61
|
+
autofocus?: string;
|
|
62
|
+
contenteditable?: string;
|
|
63
|
+
dir?: string;
|
|
64
|
+
draggable?: string;
|
|
65
|
+
enterkeyhint?: string;
|
|
66
|
+
hidden?: boolean;
|
|
67
|
+
inputmode?: string;
|
|
68
|
+
spellcheck?: string;
|
|
69
|
+
translate?: string;
|
|
70
|
+
ariaMultiline?: string;
|
|
71
|
+
for?: string;
|
|
72
|
+
form?: string;
|
|
73
|
+
headers?: string;
|
|
74
|
+
placeholder?: string;
|
|
75
|
+
readonly?: string;
|
|
76
|
+
required?: string;
|
|
77
|
+
}
|
|
@@ -12,10 +12,11 @@ import * as i10 from "./directives/inner-content.directive";
|
|
|
12
12
|
import * as i11 from "./directives/click-outside.directive";
|
|
13
13
|
import * as i12 from "./directives/content-change.directive";
|
|
14
14
|
import * as i13 from "./directives/custom-inner-content.directive";
|
|
15
|
-
import * as i14 from "
|
|
16
|
-
import * as i15 from "@angular/
|
|
15
|
+
import * as i14 from "./directives/accessibility-directive";
|
|
16
|
+
import * as i15 from "@angular/common";
|
|
17
|
+
import * as i16 from "@angular/router";
|
|
17
18
|
export declare class SharedModule {
|
|
18
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<SharedModule, never>;
|
|
19
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedModule, [typeof i1.AccessibilityComponent, typeof i2.ContentBaseComponent, typeof i3.TextOrHtmlRequiredComponent, typeof i4.AccessibilityAndTextOrHtmlRequiredComponent, typeof i5.AccessibilityAndContentRequiredComponent, typeof i6.InnerHtmlPipe, typeof i7.MakeHtmlListPipe, typeof i8.ExternalHrefPipe, typeof i9.AttributeChangeDirective, typeof i10.InnerContentDirective, typeof i11.ClickOutsideDirective, typeof i12.ContentChangeDirective, typeof i13.CustomInnerContentDirective], [typeof
|
|
20
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedModule, [typeof i1.AccessibilityComponent, typeof i2.ContentBaseComponent, typeof i3.TextOrHtmlRequiredComponent, typeof i4.AccessibilityAndTextOrHtmlRequiredComponent, typeof i5.AccessibilityAndContentRequiredComponent, typeof i6.InnerHtmlPipe, typeof i7.MakeHtmlListPipe, typeof i8.ExternalHrefPipe, typeof i9.AttributeChangeDirective, typeof i10.InnerContentDirective, typeof i11.ClickOutsideDirective, typeof i12.ContentChangeDirective, typeof i13.CustomInnerContentDirective, typeof i14.AccessibilityDirective], [typeof i15.CommonModule], [typeof i16.RouterModule, typeof i1.AccessibilityComponent, typeof i2.ContentBaseComponent, typeof i3.TextOrHtmlRequiredComponent, typeof i4.AccessibilityAndTextOrHtmlRequiredComponent, typeof i5.AccessibilityAndContentRequiredComponent, typeof i6.InnerHtmlPipe, typeof i7.MakeHtmlListPipe, typeof i8.ExternalHrefPipe, typeof i9.AttributeChangeDirective, typeof i10.InnerContentDirective, typeof i11.ClickOutsideDirective, typeof i12.ContentChangeDirective, typeof i13.CustomInnerContentDirective, typeof i14.AccessibilityDirective]>;
|
|
20
21
|
static ɵinj: i0.ɵɵInjectorDeclaration<SharedModule>;
|
|
21
22
|
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./components/spinner/spinner.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
export declare class SharedExternalModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SharedExternalModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedExternalModule, [typeof i1.SpinnerComponent], [typeof i2.CommonModule], [typeof i1.SpinnerComponent]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<SharedExternalModule>;
|
|
8
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "desy-angular",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "13.0.0",
|
|
4
4
|
"description": "Desy Angular contains the code you need to start building your Angular app for Gobierno de Aragón.",
|
|
5
5
|
"engines": {
|
|
6
6
|
"npm": ">=8.15.0",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"@angular/platform-browser": "^16.1.8",
|
|
33
33
|
"@angular/platform-browser-dynamic": "^16.1.8",
|
|
34
34
|
"@angular/router": "^16.1.8",
|
|
35
|
-
"desy-html": "
|
|
35
|
+
"desy-html": "11.0.5"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"ngx-tippy-wrapper": "6.1.0",
|
package/public-api.d.ts
CHANGED
|
@@ -20,6 +20,7 @@ export * from './lib/desy-forms/components/character-count/character-count.compo
|
|
|
20
20
|
export * from './lib/desy-forms/components/checkboxes/checkboxes.component';
|
|
21
21
|
export * from './lib/desy-forms/components/date-input/date-input-divider/date-input-divider.component';
|
|
22
22
|
export * from './lib/desy-forms/components/date-input/date-input.component';
|
|
23
|
+
export * from './lib/desy-forms/components/datepicker/datepicker.component';
|
|
23
24
|
export * from './lib/desy-forms/components/error-message/error-message.component';
|
|
24
25
|
export * from './lib/desy-forms/components/fieldset/fieldset.component';
|
|
25
26
|
export * from './lib/desy-forms/components/fieldset/legend/legend.component';
|
|
@@ -137,6 +138,7 @@ export * from './lib/desy-nav/components/header/header-offcanvas/header-offcanva
|
|
|
137
138
|
export * from './lib/desy-nav/components/header/header-offcanvas/header-offcanvas-close-button/header-offcanvas-close-button.component';
|
|
138
139
|
export * from './lib/desy-nav/components/header/header-offcanvas/header-offcanvas.component';
|
|
139
140
|
export * from './lib/desy-nav/components/header/header-subnav/header-subnav.component';
|
|
141
|
+
export * from './lib/desy-nav/components/links-list/links-list-icon-right/links-list-icon-right.component';
|
|
140
142
|
export * from './lib/desy-nav/components/links-list/links-list-item-sub/links-list-item-sub.component';
|
|
141
143
|
export * from './lib/desy-nav/components/links-list/links-list-item/links-list-item.component';
|
|
142
144
|
export * from './lib/desy-nav/components/menu-horizontal/menu-horizontal-item/menu-horizontal-item.component';
|
|
@@ -181,13 +183,13 @@ export * from './lib/desy-views/components/details/details.component';
|
|
|
181
183
|
export * from './lib/desy-views/components/item/item.component';
|
|
182
184
|
export * from './lib/desy-views/components/media-object/media-object-figure/media-object-figure.component';
|
|
183
185
|
export * from './lib/desy-views/components/media-object/media-object.component';
|
|
184
|
-
export * from './lib/desy-views/components/spinner/spinner.component';
|
|
185
186
|
export * from './lib/desy-views/components/status-item/status-item.component';
|
|
186
187
|
export * from './lib/desy-views/components/status/status.component';
|
|
187
188
|
export * from './lib/desy-views/components/tabs/panel/panel.component';
|
|
188
189
|
export * from './lib/desy-views/components/tabs/tab-item/tab-item.component';
|
|
189
190
|
export * from './lib/desy-views/components/tabs/tabs.component';
|
|
190
191
|
export * from './lib/desy-views/components/tooltip/tooltip.component';
|
|
192
|
+
export * from './lib/shared/components/spinner/spinner.component';
|
|
191
193
|
export * from './lib/desy-views/interfaces';
|
|
192
194
|
export * from './lib/desy-views/services/alert.service';
|
|
193
195
|
export * from './lib/desy-views/components/accordion-history/accordion-history-item/accordion-history-item.component';
|
|
@@ -219,3 +221,4 @@ export * from './lib/desy-nav/desy-nav.module';
|
|
|
219
221
|
export * from './lib/desy-pagination/desy-pagination.module';
|
|
220
222
|
export * from './lib/desy-tables/desy-tables.module';
|
|
221
223
|
export * from './lib/desy-views/desy-views.module';
|
|
224
|
+
export * from './lib/shared/sharedExternal.module';
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export {};
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWNjZXNpYmlsaXR5LWRhdGEuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9kZXN5LWFuZ3VsYXIvc3JjL2xpYi9kZXN5LWZvcm1zL2ludGVyZmFjZXMvYWNjZXNpYmlsaXR5LWRhdGEudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCBpbnRlcmZhY2UgQWNjZXNpYmlsaXR5RGF0YSB7XG4gIHJvbGU/OiBzdHJpbmc7XG4gIGFyaWFMYWJlbD86IHN0cmluZztcbiAgYXJpYURlc2NyaWJlZEJ5Pzogc3RyaW5nO1xuICBhcmlhTGFiZWxsZWRCeT86IHN0cmluZztcbiAgYXJpYUhpZGRlbj86IHN0cmluZztcbiAgYXJpYURpc2FibGVkPzogc3RyaW5nO1xuICBhcmlhQ29udHJvbHM/OiBzdHJpbmc7XG4gIGFyaWFDdXJyZW50Pzogc3RyaW5nO1xuICBhcmlhTGl2ZT86IHN0cmluZztcbiAgYXJpYUV4cGFuZGVkPzogc3RyaW5nO1xuICBhcmlhRXJyb3JNZXNzYWdlPzogc3RyaW5nO1xuICBhcmlhSGFzUG9wdXA/OiBzdHJpbmc7XG4gIHRhYmluZGV4Pzogc3RyaW5nO1xufVxuIl19
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export * from './pagination-item.data';
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9kZXN5LWFuZ3VsYXIvc3JjL2xpYi9kZXN5LXBhZ2luYXRpb24vaW50ZXJmYWNlcy9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLHdCQUF3QixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9wYWdpbmF0aW9uLWl0ZW0uZGF0YSc7Il19
|
|
@@ -1,81 +0,0 @@
|
|
|
1
|
-
import { Component, HostBinding, Input } from '@angular/core';
|
|
2
|
-
import { AccessibilityComponent } from '../../../shared/components';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
import * as i1 from "@angular/common";
|
|
5
|
-
export class SpinnerComponent extends AccessibilityComponent {
|
|
6
|
-
constructor() {
|
|
7
|
-
super(...arguments);
|
|
8
|
-
this.classes = "c-spinner";
|
|
9
|
-
}
|
|
10
|
-
ngOnChanges(changes) {
|
|
11
|
-
this.classes = this.classes ? this.classes += ' c-spinner' : 'c-spinner';
|
|
12
|
-
this.roleData = this.role ? this.role : null;
|
|
13
|
-
this.ariaLabelData = this.ariaLabel ? this.ariaLabel : null;
|
|
14
|
-
this.ariaDescribedbyData = this.ariaDescribedBy ? this.ariaDescribedBy : null;
|
|
15
|
-
this.ariaLabelledbyData = this.ariaLabelledBy ? this.ariaLabelledBy : null;
|
|
16
|
-
this.ariaHiddenData = this.ariaHidden ? this.ariaHidden : null;
|
|
17
|
-
this.ariaDisabledData = this.ariaDisabled ? this.ariaDisabled : null;
|
|
18
|
-
this.ariaControlsData = this.ariaControls ? this.ariaControls : null;
|
|
19
|
-
this.ariaCurrentData = this.ariaCurrent ? this.ariaCurrent : null;
|
|
20
|
-
this.ariaLiveData = this.ariaLive ? this.ariaLive : null;
|
|
21
|
-
this.ariaExpandedData = this.ariaExpanded ? this.ariaExpanded : null;
|
|
22
|
-
this.ariaErrormessageData = this.ariaErrorMessage ? this.ariaErrorMessage : null;
|
|
23
|
-
this.ariaHaspopupData = this.ariaHasPopup ? this.ariaHasPopup : null;
|
|
24
|
-
this.ariaModalData = this.ariaModal ? this.ariaModal : null;
|
|
25
|
-
}
|
|
26
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SpinnerComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
27
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SpinnerComponent, selector: "desy-spinner", inputs: { text: "text", classes: "classes", id: "id" }, host: { properties: { "class": "this.classes", "attr.role": "this.roleData", "attr.aria-label": "this.ariaLabelData", "attr.aria-describedby": "this.ariaDescribedbyData", "attr.aria-labelledby": "this.ariaLabelledbyData", "attr.aria-hidden": "this.ariaHiddenData", "attr.aria-disabled": "this.ariaDisabledData", "attr.aria-controls": "this.ariaControlsData", "attr.aria-current": "this.ariaCurrentData", "attr.aria-live": "this.ariaLiveData", "attr.aria-expanded": "this.ariaExpandedData", "attr.aria-errormessage": "this.ariaErrormessageData", "attr.aria-haspopup": "this.ariaHaspopupData", "attr.aria-modal": "this.ariaModalData" } }, usesInheritance: true, usesOnChanges: true, ngImport: i0, template: "<span *ngIf=\"text\" class=\"sr-only\" role=\"alert\" aria-live=\"assertive\">{{text}}</span>", dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
28
|
-
}
|
|
29
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SpinnerComponent, decorators: [{
|
|
30
|
-
type: Component,
|
|
31
|
-
args: [{ selector: 'desy-spinner', template: "<span *ngIf=\"text\" class=\"sr-only\" role=\"alert\" aria-live=\"assertive\">{{text}}</span>" }]
|
|
32
|
-
}], propDecorators: { text: [{
|
|
33
|
-
type: Input
|
|
34
|
-
}], classes: [{
|
|
35
|
-
type: Input
|
|
36
|
-
}, {
|
|
37
|
-
type: HostBinding,
|
|
38
|
-
args: ['class']
|
|
39
|
-
}], roleData: [{
|
|
40
|
-
type: HostBinding,
|
|
41
|
-
args: ['attr.role']
|
|
42
|
-
}], ariaLabelData: [{
|
|
43
|
-
type: HostBinding,
|
|
44
|
-
args: ['attr.aria-label']
|
|
45
|
-
}], ariaDescribedbyData: [{
|
|
46
|
-
type: HostBinding,
|
|
47
|
-
args: ['attr.aria-describedby']
|
|
48
|
-
}], ariaLabelledbyData: [{
|
|
49
|
-
type: HostBinding,
|
|
50
|
-
args: ['attr.aria-labelledby']
|
|
51
|
-
}], ariaHiddenData: [{
|
|
52
|
-
type: HostBinding,
|
|
53
|
-
args: ['attr.aria-hidden']
|
|
54
|
-
}], ariaDisabledData: [{
|
|
55
|
-
type: HostBinding,
|
|
56
|
-
args: ['attr.aria-disabled']
|
|
57
|
-
}], ariaControlsData: [{
|
|
58
|
-
type: HostBinding,
|
|
59
|
-
args: ['attr.aria-controls']
|
|
60
|
-
}], ariaCurrentData: [{
|
|
61
|
-
type: HostBinding,
|
|
62
|
-
args: ['attr.aria-current']
|
|
63
|
-
}], ariaLiveData: [{
|
|
64
|
-
type: HostBinding,
|
|
65
|
-
args: ['attr.aria-live']
|
|
66
|
-
}], ariaExpandedData: [{
|
|
67
|
-
type: HostBinding,
|
|
68
|
-
args: ['attr.aria-expanded']
|
|
69
|
-
}], ariaErrormessageData: [{
|
|
70
|
-
type: HostBinding,
|
|
71
|
-
args: ['attr.aria-errormessage']
|
|
72
|
-
}], ariaHaspopupData: [{
|
|
73
|
-
type: HostBinding,
|
|
74
|
-
args: ['attr.aria-haspopup']
|
|
75
|
-
}], ariaModalData: [{
|
|
76
|
-
type: HostBinding,
|
|
77
|
-
args: ['attr.aria-modal']
|
|
78
|
-
}], id: [{
|
|
79
|
-
type: Input
|
|
80
|
-
}] } });
|
|
81
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3Bpbm5lci5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9kZXN5LWFuZ3VsYXIvc3JjL2xpYi9kZXN5LXZpZXdzL2NvbXBvbmVudHMvc3Bpbm5lci9zcGlubmVyLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2Rlc3ktYW5ndWxhci9zcmMvbGliL2Rlc3ktdmlld3MvY29tcG9uZW50cy9zcGlubmVyL3NwaW5uZXIuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxXQUFXLEVBQUUsS0FBSyxFQUE0QixNQUFNLGVBQWUsQ0FBQztBQUN4RixPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSw0QkFBNEIsQ0FBQzs7O0FBTXBFLE1BQU0sT0FBTyxnQkFBa0IsU0FBUSxzQkFBc0I7SUFKN0Q7O1FBUWlDLFlBQU8sR0FBUSxXQUFXLENBQUM7S0FpQzNEO0lBaEJDLFdBQVcsQ0FBQyxPQUFzQjtRQUNoQyxJQUFJLENBQUMsT0FBTyxHQUFHLElBQUksQ0FBQyxPQUFPLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxPQUFPLElBQUksWUFBWSxDQUFDLENBQUMsQ0FBQyxXQUFXLENBQUE7UUFDeEUsSUFBSSxDQUFDLFFBQVEsR0FBRyxJQUFJLENBQUMsSUFBSSxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUM7UUFDN0MsSUFBSSxDQUFDLGFBQWEsR0FBRyxJQUFJLENBQUMsU0FBUyxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsU0FBUyxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUM7UUFDNUQsSUFBSSxDQUFDLG1CQUFtQixHQUFHLElBQUksQ0FBQyxlQUFlLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxlQUFlLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQztRQUM5RSxJQUFJLENBQUMsa0JBQWtCLEdBQUcsSUFBSSxDQUFDLGNBQWMsQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLGNBQWMsQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDO1FBQzNFLElBQUksQ0FBQyxjQUFjLEdBQUcsSUFBSSxDQUFDLFVBQVUsQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLFVBQVUsQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDO1FBQy9ELElBQUksQ0FBQyxnQkFBZ0IsR0FBRyxJQUFJLENBQUMsWUFBWSxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsWUFBWSxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUM7UUFDckUsSUFBSSxDQUFDLGdCQUFnQixHQUFHLElBQUksQ0FBQyxZQUFZLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxZQUFZLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQztRQUNyRSxJQUFJLENBQUMsZUFBZSxHQUFHLElBQUksQ0FBQyxXQUFXLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxXQUFXLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQztRQUNsRSxJQUFJLENBQUMsWUFBWSxHQUFHLElBQUksQ0FBQyxRQUFRLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxRQUFRLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQztRQUN6RCxJQUFJLENBQUMsZ0JBQWdCLEdBQUcsSUFBSSxDQUFDLFlBQVksQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLFlBQVksQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDO1FBQ3JFLElBQUksQ0FBQyxvQkFBb0IsR0FBRyxJQUFJLENBQUMsZ0JBQWdCLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxnQkFBZ0IsQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDO1FBQ2pGLElBQUksQ0FBQyxnQkFBZ0IsR0FBRyxJQUFJLENBQUMsWUFBWSxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsWUFBWSxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUM7UUFDckUsSUFBSSxDQUFDLGFBQWEsR0FBRyxJQUFJLENBQUMsU0FBUyxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsU0FBUyxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUM7SUFDOUQsQ0FBQzsrR0FwQ1UsZ0JBQWdCO21HQUFoQixnQkFBZ0IscXhCQ1A3QiwrRkFBcUY7OzRGRE94RSxnQkFBZ0I7a0JBSjVCLFNBQVM7K0JBQ0UsY0FBYzs4QkFLZixJQUFJO3NCQUFaLEtBQUs7Z0JBRXlCLE9BQU87c0JBQXJDLEtBQUs7O3NCQUFJLFdBQVc7dUJBQUMsT0FBTztnQkFDSCxRQUFRO3NCQUFqQyxXQUFXO3VCQUFDLFdBQVc7Z0JBQ1EsYUFBYTtzQkFBNUMsV0FBVzt1QkFBQyxpQkFBaUI7Z0JBQ1EsbUJBQW1CO3NCQUF4RCxXQUFXO3VCQUFDLHVCQUF1QjtnQkFDQyxrQkFBa0I7c0JBQXRELFdBQVc7dUJBQUMsc0JBQXNCO2dCQUNGLGNBQWM7c0JBQTlDLFdBQVc7dUJBQUMsa0JBQWtCO2dCQUNJLGdCQUFnQjtzQkFBbEQsV0FBVzt1QkFBQyxvQkFBb0I7Z0JBQ0UsZ0JBQWdCO3NCQUFsRCxXQUFXO3VCQUFDLG9CQUFvQjtnQkFDQyxlQUFlO3NCQUFoRCxXQUFXO3VCQUFDLG1CQUFtQjtnQkFDRCxZQUFZO3NCQUExQyxXQUFXO3VCQUFDLGdCQUFnQjtnQkFDTSxnQkFBZ0I7c0JBQWxELFdBQVc7dUJBQUMsb0JBQW9CO2dCQUNNLG9CQUFvQjtzQkFBMUQsV0FBVzt1QkFBQyx3QkFBd0I7Z0JBQ0YsZ0JBQWdCO3NCQUFsRCxXQUFXO3VCQUFDLG9CQUFvQjtnQkFDRCxhQUFhO3NCQUE1QyxXQUFXO3VCQUFDLGlCQUFpQjtnQkFFckIsRUFBRTtzQkFBVixLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBIb3N0QmluZGluZywgSW5wdXQsIE9uQ2hhbmdlcywgU2ltcGxlQ2hhbmdlcyB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQWNjZXNzaWJpbGl0eUNvbXBvbmVudCB9IGZyb20gJy4uLy4uLy4uL3NoYXJlZC9jb21wb25lbnRzJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnZGVzeS1zcGlubmVyJyxcbiAgdGVtcGxhdGVVcmw6ICcuL3NwaW5uZXIuY29tcG9uZW50Lmh0bWwnXG59KVxuZXhwb3J0IGNsYXNzIFNwaW5uZXJDb21wb25lbnQgIGV4dGVuZHMgQWNjZXNzaWJpbGl0eUNvbXBvbmVudCBpbXBsZW1lbnRzIE9uQ2hhbmdlc3tcblxuICBASW5wdXQoKSB0ZXh0OiBzdHJpbmc7XG5cbiAgQElucHV0KCkgQEhvc3RCaW5kaW5nKCdjbGFzcycpIGNsYXNzZXM6IGFueSA9IFwiYy1zcGlubmVyXCI7XG4gIEBIb3N0QmluZGluZygnYXR0ci5yb2xlJykgcm9sZURhdGE6IGFueTtcbiAgQEhvc3RCaW5kaW5nKCdhdHRyLmFyaWEtbGFiZWwnKSBhcmlhTGFiZWxEYXRhOiBhbnk7XG4gIEBIb3N0QmluZGluZygnYXR0ci5hcmlhLWRlc2NyaWJlZGJ5JykgYXJpYURlc2NyaWJlZGJ5RGF0YTogYW55O1xuICBASG9zdEJpbmRpbmcoJ2F0dHIuYXJpYS1sYWJlbGxlZGJ5JykgYXJpYUxhYmVsbGVkYnlEYXRhOiBhbnk7XG4gIEBIb3N0QmluZGluZygnYXR0ci5hcmlhLWhpZGRlbicpIGFyaWFIaWRkZW5EYXRhOiBhbnk7XG4gIEBIb3N0QmluZGluZygnYXR0ci5hcmlhLWRpc2FibGVkJykgYXJpYURpc2FibGVkRGF0YTogYW55O1xuICBASG9zdEJpbmRpbmcoJ2F0dHIuYXJpYS1jb250cm9scycpIGFyaWFDb250cm9sc0RhdGE6IGFueTtcbiAgQEhvc3RCaW5kaW5nKCdhdHRyLmFyaWEtY3VycmVudCcpIGFyaWFDdXJyZW50RGF0YTogYW55O1xuICBASG9zdEJpbmRpbmcoJ2F0dHIuYXJpYS1saXZlJykgYXJpYUxpdmVEYXRhOiBhbnk7XG4gIEBIb3N0QmluZGluZygnYXR0ci5hcmlhLWV4cGFuZGVkJykgYXJpYUV4cGFuZGVkRGF0YTogYW55O1xuICBASG9zdEJpbmRpbmcoJ2F0dHIuYXJpYS1lcnJvcm1lc3NhZ2UnKSBhcmlhRXJyb3JtZXNzYWdlRGF0YTogYW55O1xuICBASG9zdEJpbmRpbmcoJ2F0dHIuYXJpYS1oYXNwb3B1cCcpIGFyaWFIYXNwb3B1cERhdGE6IGFueTtcbiAgQEhvc3RCaW5kaW5nKCdhdHRyLmFyaWEtbW9kYWwnKSBhcmlhTW9kYWxEYXRhOiBhbnlcblxuICBASW5wdXQoKSBpZDogc3RyaW5nO1xuXG4gIG5nT25DaGFuZ2VzKGNoYW5nZXM6IFNpbXBsZUNoYW5nZXMpOiB2b2lkIHtcbiAgICB0aGlzLmNsYXNzZXMgPSB0aGlzLmNsYXNzZXMgPyB0aGlzLmNsYXNzZXMgKz0gJyBjLXNwaW5uZXInIDogJ2Mtc3Bpbm5lcidcbiAgICB0aGlzLnJvbGVEYXRhID0gdGhpcy5yb2xlID8gdGhpcy5yb2xlIDogbnVsbDtcbiAgICB0aGlzLmFyaWFMYWJlbERhdGEgPSB0aGlzLmFyaWFMYWJlbCA/IHRoaXMuYXJpYUxhYmVsIDogbnVsbDtcbiAgICB0aGlzLmFyaWFEZXNjcmliZWRieURhdGEgPSB0aGlzLmFyaWFEZXNjcmliZWRCeSA/IHRoaXMuYXJpYURlc2NyaWJlZEJ5IDogbnVsbDtcbiAgICB0aGlzLmFyaWFMYWJlbGxlZGJ5RGF0YSA9IHRoaXMuYXJpYUxhYmVsbGVkQnkgPyB0aGlzLmFyaWFMYWJlbGxlZEJ5IDogbnVsbDtcbiAgICB0aGlzLmFyaWFIaWRkZW5EYXRhID0gdGhpcy5hcmlhSGlkZGVuID8gdGhpcy5hcmlhSGlkZGVuIDogbnVsbDtcbiAgICB0aGlzLmFyaWFEaXNhYmxlZERhdGEgPSB0aGlzLmFyaWFEaXNhYmxlZCA/IHRoaXMuYXJpYURpc2FibGVkIDogbnVsbDtcbiAgICB0aGlzLmFyaWFDb250cm9sc0RhdGEgPSB0aGlzLmFyaWFDb250cm9scyA/IHRoaXMuYXJpYUNvbnRyb2xzIDogbnVsbDtcbiAgICB0aGlzLmFyaWFDdXJyZW50RGF0YSA9IHRoaXMuYXJpYUN1cnJlbnQgPyB0aGlzLmFyaWFDdXJyZW50IDogbnVsbDtcbiAgICB0aGlzLmFyaWFMaXZlRGF0YSA9IHRoaXMuYXJpYUxpdmUgPyB0aGlzLmFyaWFMaXZlIDogbnVsbDtcbiAgICB0aGlzLmFyaWFFeHBhbmRlZERhdGEgPSB0aGlzLmFyaWFFeHBhbmRlZCA/IHRoaXMuYXJpYUV4cGFuZGVkIDogbnVsbDtcbiAgICB0aGlzLmFyaWFFcnJvcm1lc3NhZ2VEYXRhID0gdGhpcy5hcmlhRXJyb3JNZXNzYWdlID8gdGhpcy5hcmlhRXJyb3JNZXNzYWdlIDogbnVsbDtcbiAgICB0aGlzLmFyaWFIYXNwb3B1cERhdGEgPSB0aGlzLmFyaWFIYXNQb3B1cCA/IHRoaXMuYXJpYUhhc1BvcHVwIDogbnVsbDtcbiAgICB0aGlzLmFyaWFNb2RhbERhdGEgPSB0aGlzLmFyaWFNb2RhbCA/IHRoaXMuYXJpYU1vZGFsIDogbnVsbDtcbiAgfVxufVxuIiwiPHNwYW4gKm5nSWY9XCJ0ZXh0XCIgY2xhc3M9XCJzci1vbmx5XCIgcm9sZT1cImFsZXJ0XCIgYXJpYS1saXZlPVwiYXNzZXJ0aXZlXCI+e3t0ZXh0fX08L3NwYW4+Il19
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export {};
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWNjZXNpYmlsaXR5LWRhdGEuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9kZXN5LWFuZ3VsYXIvc3JjL2xpYi9zaGFyZWQvaW50ZXJmYWNlcy9hY2Nlc2liaWxpdHktZGF0YS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IGludGVyZmFjZSBBY2Nlc2liaWxpdHlEYXRhIHtcbiAgcm9sZT86IHN0cmluZztcbiAgYXJpYUxhYmVsPzogc3RyaW5nO1xuICBhcmlhRGVzY3JpYmVkQnk/OiBzdHJpbmc7XG4gIGFyaWFMYWJlbGxlZEJ5Pzogc3RyaW5nO1xuICBhcmlhSGlkZGVuPzogc3RyaW5nO1xuICBhcmlhRGlzYWJsZWQ/OiBzdHJpbmc7XG4gIGFyaWFDb250cm9scz86IHN0cmluZztcbiAgYXJpYUN1cnJlbnQ/OiBzdHJpbmc7XG4gIGFyaWFMaXZlPzogc3RyaW5nO1xuICBhcmlhRXhwYW5kZWQ/OiBzdHJpbmc7XG4gIGFyaWFFcnJvck1lc3NhZ2U/OiBzdHJpbmc7XG4gIGFyaWFIYXNQb3B1cD86IHN0cmluZztcbiAgYXJpYU1vZGFsPzogc3RyaW5nO1xuICB0YWJpbmRleD86IHN0cmluZztcbn1cbiJdfQ==
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
export interface AccesibilityData {
|
|
2
|
-
role?: string;
|
|
3
|
-
ariaLabel?: string;
|
|
4
|
-
ariaDescribedBy?: string;
|
|
5
|
-
ariaLabelledBy?: string;
|
|
6
|
-
ariaHidden?: string;
|
|
7
|
-
ariaDisabled?: string;
|
|
8
|
-
ariaControls?: string;
|
|
9
|
-
ariaCurrent?: string;
|
|
10
|
-
ariaLive?: string;
|
|
11
|
-
ariaExpanded?: string;
|
|
12
|
-
ariaErrorMessage?: string;
|
|
13
|
-
ariaHasPopup?: string;
|
|
14
|
-
tabindex?: string;
|
|
15
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './pagination-item.data';
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { OnChanges, SimpleChanges } from '@angular/core';
|
|
2
|
-
import { AccessibilityComponent } from '../../../shared/components';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class SpinnerComponent extends AccessibilityComponent implements OnChanges {
|
|
5
|
-
text: string;
|
|
6
|
-
classes: any;
|
|
7
|
-
roleData: any;
|
|
8
|
-
ariaLabelData: any;
|
|
9
|
-
ariaDescribedbyData: any;
|
|
10
|
-
ariaLabelledbyData: any;
|
|
11
|
-
ariaHiddenData: any;
|
|
12
|
-
ariaDisabledData: any;
|
|
13
|
-
ariaControlsData: any;
|
|
14
|
-
ariaCurrentData: any;
|
|
15
|
-
ariaLiveData: any;
|
|
16
|
-
ariaExpandedData: any;
|
|
17
|
-
ariaErrormessageData: any;
|
|
18
|
-
ariaHaspopupData: any;
|
|
19
|
-
ariaModalData: any;
|
|
20
|
-
id: string;
|
|
21
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
22
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SpinnerComponent, never>;
|
|
23
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SpinnerComponent, "desy-spinner", never, { "text": { "alias": "text"; "required": false; }; "classes": { "alias": "classes"; "required": false; }; "id": { "alias": "id"; "required": false; }; }, {}, never, never, false, never>;
|
|
24
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
export interface AccesibilityData {
|
|
2
|
-
role?: string;
|
|
3
|
-
ariaLabel?: string;
|
|
4
|
-
ariaDescribedBy?: string;
|
|
5
|
-
ariaLabelledBy?: string;
|
|
6
|
-
ariaHidden?: string;
|
|
7
|
-
ariaDisabled?: string;
|
|
8
|
-
ariaControls?: string;
|
|
9
|
-
ariaCurrent?: string;
|
|
10
|
-
ariaLive?: string;
|
|
11
|
-
ariaExpanded?: string;
|
|
12
|
-
ariaErrorMessage?: string;
|
|
13
|
-
ariaHasPopup?: string;
|
|
14
|
-
ariaModal?: string;
|
|
15
|
-
tabindex?: string;
|
|
16
|
-
}
|