desy-angular 17.0.0 → 17.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/fesm2022/desy-angular.mjs +1578 -1310
- package/fesm2022/desy-angular.mjs.map +1 -1
- package/lib/desy-buttons/components/button/button.component.d.ts +15 -15
- package/lib/desy-buttons/components/button-loader/button-loader.component.d.ts +4 -4
- package/lib/desy-buttons/components/dropdown/dropdown.component.d.ts +10 -10
- package/lib/desy-buttons/components/listbox/listbox-label/listbox-label.component.d.ts +1 -1
- package/lib/desy-buttons/components/listbox/listbox.component.d.ts +10 -10
- package/lib/desy-buttons/components/pill/pill.component.d.ts +8 -8
- package/lib/desy-buttons/components/toggle/toggle-off-state/toggle-off-state.component.d.ts +1 -1
- package/lib/desy-buttons/components/toggle/toggle-on-state/toggle-on-state.component.d.ts +1 -1
- package/lib/desy-buttons/components/toggle/toggle.component.d.ts +5 -5
- package/lib/desy-commons/components/content/content.component.d.ts +1 -1
- package/lib/desy-commons/components/description/description.component.d.ts +1 -1
- package/lib/desy-commons/components/icon/icon.component.d.ts +1 -1
- package/lib/desy-commons/components/title/title.component.d.ts +1 -1
- package/lib/desy-forms/components/character-count/character-count.component.d.ts +17 -16
- package/lib/desy-forms/components/checkboxes/checkbox-item/checkbox-item.component.d.ts +13 -13
- package/lib/desy-forms/components/checkboxes/checkboxes.component.d.ts +14 -14
- package/lib/desy-forms/components/date-input/date-input-day/date-input-day.component.d.ts +12 -12
- package/lib/desy-forms/components/date-input/date-input-month/date-input-month.component.d.ts +13 -14
- package/lib/desy-forms/components/date-input/date-input-year/date-input-year.component.d.ts +10 -10
- package/lib/desy-forms/components/date-input/date-input.component.d.ts +16 -16
- package/lib/desy-forms/components/datepicker/datepicker.component.d.ts +10 -10
- package/lib/desy-forms/components/error-message/error-message.component.d.ts +5 -5
- package/lib/desy-forms/components/fieldset/fieldset.component.d.ts +11 -11
- package/lib/desy-forms/components/fieldset/legend/legend.component.d.ts +3 -3
- package/lib/desy-forms/components/file-upload/file-upload.component.d.ts +4 -4
- package/lib/desy-forms/components/form-field/form-field.component.d.ts +3 -3
- package/lib/desy-forms/components/hint/hint.component.d.ts +4 -4
- package/lib/desy-forms/components/input/input.component.d.ts +8 -8
- package/lib/desy-forms/components/input-group/input-group-divider/input-group-divider.component.d.ts +1 -1
- package/lib/desy-forms/components/input-group/input-group-input/input-group-input.component.d.ts +2 -2
- package/lib/desy-forms/components/input-group/input-group-select/input-group-select.component.d.ts +3 -3
- package/lib/desy-forms/components/input-group/input-group.component.d.ts +12 -12
- package/lib/desy-forms/components/label/label.component.d.ts +6 -6
- package/lib/desy-forms/components/radios/radio-item/radio-item.component.d.ts +12 -12
- package/lib/desy-forms/components/radios/radios.component.d.ts +10 -10
- package/lib/desy-forms/components/search-bar/search-bar.component.d.ts +6 -5
- package/lib/desy-forms/components/select/option/option.component.d.ts +2 -2
- package/lib/desy-forms/components/select/option-group/option-group.component.d.ts +2 -2
- package/lib/desy-forms/components/select/select-item/select-item.component.d.ts +1 -1
- package/lib/desy-forms/components/select/select.component.d.ts +4 -4
- package/lib/desy-forms/components/textarea/textarea.component.d.ts +6 -6
- package/lib/desy-forms/components/tree/interfaces/item-generator.d.ts +4 -0
- package/lib/desy-forms/components/tree/interfaces/itree-item.d.ts +4 -2
- package/lib/desy-forms/components/tree/tree-checkbox/tree-checkbox.component.d.ts +19 -19
- package/lib/desy-forms/components/tree/tree-item/tree-item.component.d.ts +24 -24
- package/lib/desy-forms/components/tree/tree-items-generator/tree-items-generator.component.d.ts +2 -1
- package/lib/desy-forms/components/tree/tree-sub/tree-sub.component.d.ts +12 -4
- package/lib/desy-forms/components/tree/tree.component.d.ts +23 -12
- package/lib/desy-forms/directives/condition.directive.d.ts +2 -2
- package/lib/desy-modals/components/dialog/dialog.component.d.ts +12 -12
- package/lib/desy-modals/components/modal/modal.component.d.ts +16 -17
- package/lib/desy-nav/components/breadcrumbs/breadcrumbs.component.d.ts +7 -7
- package/lib/desy-nav/components/error-summary/error-summary-item/error-summary-item.component.d.ts +2 -2
- package/lib/desy-nav/components/error-summary/error-summary.component.d.ts +8 -8
- package/lib/desy-nav/components/footer/footer-meta/footer-meta-item/footer-meta-item.component.d.ts +2 -2
- package/lib/desy-nav/components/footer/footer-meta/footer-meta.component.d.ts +3 -3
- package/lib/desy-nav/components/footer/footer-navigation/footer-navigation-item/footer-navigation-item.component.d.ts +2 -2
- package/lib/desy-nav/components/footer/footer-navigation/footer-navigation.component.d.ts +3 -3
- package/lib/desy-nav/components/footer/footer.component.d.ts +11 -11
- package/lib/desy-nav/components/header/header-dropdown/header-dropdown.component.d.ts +7 -7
- package/lib/desy-nav/components/header/header-mobileText/header-mobile-text.component.d.ts +75 -75
- package/lib/desy-nav/components/header/header-navigation/header-navigation-item/header-navigation-item.component.d.ts +8 -8
- package/lib/desy-nav/components/header/header-navigation/header-navigation.component.d.ts +3 -3
- package/lib/desy-nav/components/header/header-offcanvas/header-offcanvas.component.d.ts +1 -1
- package/lib/desy-nav/components/header/header-subnav/header-subnav.component.d.ts +5 -5
- package/lib/desy-nav/components/header/header.component.d.ts +22 -25
- package/lib/desy-nav/components/header-advanced/header-advanced-dropdown/header-advanced-dropdown.component.d.ts +5 -5
- package/lib/desy-nav/components/header-advanced/header-advanced-logo/header-advanced-logo.component.d.ts +8 -8
- package/lib/desy-nav/components/header-advanced/header-advanced-sub/header-advanced-sub.component.d.ts +12 -12
- package/lib/desy-nav/components/header-advanced/header-advanced-subtitle/header-advanced-subtitle.component.d.ts +1 -1
- package/lib/desy-nav/components/header-advanced/header-advanced-super/header-advanced-super.component.d.ts +12 -12
- package/lib/desy-nav/components/header-advanced/header-advanced-title/header-advanced-title.component.d.ts +3 -3
- package/lib/desy-nav/components/header-advanced/header-advanced-title-container/header-advanced-title-container.component.d.ts +10 -10
- package/lib/desy-nav/components/header-advanced/header-advanced.component.d.ts +2 -2
- package/lib/desy-nav/components/header-mini/header-mini.component.d.ts +5 -5
- package/lib/desy-nav/components/links-list/links-list-item/links-list-item.component.d.ts +1 -1
- package/lib/desy-nav/components/menu-horizontal/menu-horizontal-item/menu-horizontal-item.component.d.ts +1 -1
- package/lib/desy-nav/components/menu-horizontal/menu-horizontal.component.d.ts +6 -6
- package/lib/desy-nav/components/menu-navigation/components/menu-navigation-item/menu-navigation-item.component.d.ts +3 -3
- package/lib/desy-nav/components/menu-navigation/components/menu-navigation-subitem/menu-navigation-subitem.component.d.ts +3 -3
- package/lib/desy-nav/components/menu-navigation/menu-navigation.component.d.ts +83 -83
- package/lib/desy-nav/components/menu-vertical/menu-vertical-item-sub/menu-vertical-item-sub.component.d.ts +1 -1
- package/lib/desy-nav/components/menu-vertical/menu-vertical.component.d.ts +7 -7
- package/lib/desy-nav/components/menubar/components/menubar-label/menubar-label.component.d.ts +1 -1
- package/lib/desy-nav/components/menubar/components/menubar-subitem/menubar-subitem.component.d.ts +3 -2
- package/lib/desy-nav/components/menubar/directives/menubaritem.directive.d.ts +5 -5
- package/lib/desy-nav/components/menubar/menubar.component.d.ts +89 -89
- package/lib/desy-nav/components/nav/nav-item/nav-item.component.d.ts +1 -1
- package/lib/desy-nav/components/nav/nav.component.d.ts +5 -5
- package/lib/desy-nav/components/notification/notification-item/notification-item.component.d.ts +2 -2
- package/lib/desy-nav/components/notification/notification.component.d.ts +10 -10
- package/lib/desy-nav/components/skip-link/skip-link.component.d.ts +5 -5
- package/lib/desy-nav/interfaces/footer-data.d.ts +2 -2
- package/lib/desy-nav/interfaces/header-offcanvas-data.d.ts +1 -1
- package/lib/desy-nav/interfaces/menu-navigation-item-sub-item.d.ts +1 -0
- package/lib/desy-nav/interfaces/menubar-item-sub-item.d.ts +1 -0
- package/lib/desy-pagination/components/pagination/pagination.component.d.ts +19 -14
- package/lib/desy-pagination/components/pagination-item-perpage/pagination-item-perpage.component.d.ts +2 -2
- package/lib/desy-tables/components/table/components/table-caption.component.d.ts +1 -1
- package/lib/desy-tables/components/table/components/table-cell.component.d.ts +2 -1
- package/lib/desy-tables/components/table/table.component.d.ts +11 -11
- package/lib/desy-tables/components/table-advanced/components/table-advanced-footer.component.d.ts +2 -2
- package/lib/desy-tables/components/table-advanced/components/table-advanced-header-cell.component.d.ts +7 -7
- package/lib/desy-tables/components/table-advanced/components/table-advanced-row.component.d.ts +2 -2
- package/lib/desy-tables/components/table-advanced/components/table-advanced-select.component.d.ts +1 -1
- package/lib/desy-tables/components/table-advanced/table-advanced.component.d.ts +21 -22
- package/lib/desy-tables/components/treegrid/components/treegrid-caption.component.d.ts +1 -1
- package/lib/desy-tables/components/treegrid/components/treegrid-cell.component.d.ts +1 -1
- package/lib/desy-tables/components/treegrid/components/treegrid-row.component.d.ts +2 -2
- package/lib/desy-tables/components/treegrid/treegrid.component.d.ts +9 -5
- package/lib/desy-tables/directives/cell.directive.d.ts +4 -4
- package/lib/desy-tables/directives/focus-clicked-cell.directive.d.ts +1 -1
- package/lib/desy-tables/directives/row.directive.d.ts +4 -4
- package/lib/desy-tables/directives/treegrid.directive.d.ts +1 -1
- package/lib/desy-tables/interfaces/cell-data.d.ts +1 -0
- package/lib/desy-tables/interfaces/recalculate-table-params.d.ts +3 -2
- package/lib/desy-views/components/accordion/accordion-item/accordion-item.component.d.ts +6 -6
- package/lib/desy-views/components/accordion/accordion.component.d.ts +89 -89
- package/lib/desy-views/components/accordion-history/accordion-item-hide-button/accordion-item-hide-button.component.d.ts +1 -1
- package/lib/desy-views/components/accordion-history/accordion-item-show-button/accordion-item-show-button.component.d.ts +1 -1
- package/lib/desy-views/components/alert/alert.component.d.ts +7 -7
- package/lib/desy-views/components/card/card-sectors/card-left.component.d.ts +4 -4
- package/lib/desy-views/components/card/card-sectors/card-right.component.d.ts +3 -3
- package/lib/desy-views/components/card/card-sectors/card-sub.component.d.ts +4 -4
- package/lib/desy-views/components/card/card-sectors/card-super.component.d.ts +4 -4
- package/lib/desy-views/components/card/card.component.d.ts +3 -3
- package/lib/desy-views/components/collapsible/collapsible.component.d.ts +11 -11
- package/lib/desy-views/components/description-list/definition/definition.component.d.ts +2 -2
- package/lib/desy-views/components/description-list/description-item/description-item.component.d.ts +3 -3
- package/lib/desy-views/components/description-list/description-list.component.d.ts +3 -3
- package/lib/desy-views/components/description-list/term/term.component.d.ts +2 -2
- package/lib/desy-views/components/details/details.component.d.ts +7 -7
- package/lib/desy-views/components/item/item-content-bottom/item-content-bottom.component.d.ts +2 -2
- package/lib/desy-views/components/item/item.component.d.ts +14 -14
- package/lib/desy-views/components/media-object/media-object.component.d.ts +80 -80
- package/lib/desy-views/components/status/status.component.d.ts +77 -77
- package/lib/desy-views/components/status-item/status-item.component.d.ts +82 -82
- package/lib/desy-views/components/tabs/panel/panel.component.d.ts +2 -2
- package/lib/desy-views/components/tabs/tab-item/tab-item.component.d.ts +4 -4
- package/lib/desy-views/components/tabs/tabs.component.d.ts +85 -84
- package/lib/desy-views/components/tooltip/tooltip.component.d.ts +80 -80
- package/lib/shared/components/accessibility-and-content-required/accessibility-and-content-required.component.d.ts +2 -2
- package/lib/shared/components/accessibility-and-text-or-html-required/accessibility-and-text-or-html-required.component.d.ts +1 -1
- package/lib/shared/components/spinner/spinner.component.d.ts +75 -75
- package/lib/shared/components/text-or-html-required/text-or-html-required.component.d.ts +2 -2
- package/lib/shared/directives/attribute-change.directive.d.ts +2 -2
- package/lib/shared/directives/click-outside.directive.d.ts +2 -2
- package/lib/shared/directives/inner-content.directive.d.ts +1 -1
- package/lib/shared/utils/focus-utils.d.ts +1 -1
- package/package.json +3 -3
|
@@ -6,10 +6,10 @@ import * as i0 from "@angular/core";
|
|
|
6
6
|
export declare class TabItemComponent extends AccessibilityComponent implements TabsItemsData {
|
|
7
7
|
contentComponent: ContentComponent;
|
|
8
8
|
panelComponent: PanelComponent;
|
|
9
|
-
classes
|
|
10
|
-
disabled
|
|
11
|
-
active
|
|
12
|
-
id
|
|
9
|
+
classes?: string;
|
|
10
|
+
disabled?: boolean;
|
|
11
|
+
active?: boolean;
|
|
12
|
+
id?: string;
|
|
13
13
|
panel?: TabsPanelData;
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<TabItemComponent, never>;
|
|
15
15
|
static ɵcmp: i0.ɵɵComponentDeclaration<TabItemComponent, "desy-tab-item", never, { "classes": { "alias": "classes"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "active": { "alias": "active"; "required": false; }; "id": { "alias": "id"; "required": false; }; }, {}, ["contentComponent", "panelComponent"], never, false, never>;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { AfterViewInit, ChangeDetectorRef, ElementRef, OnChanges, QueryList, SimpleChanges } from '@angular/core';
|
|
2
2
|
import { AccessibilityComponent } from '../../../shared/components';
|
|
3
3
|
import { TabsItemsData } from '../../interfaces';
|
|
4
|
+
import { PanelComponent } from './panel/panel.component';
|
|
4
5
|
import { TabItemComponent } from './tab-item/tab-item.component';
|
|
5
6
|
import * as i0 from "@angular/core";
|
|
6
7
|
export declare class TabsComponent extends AccessibilityComponent implements AfterViewInit, OnChanges {
|
|
@@ -9,104 +10,104 @@ export declare class TabsComponent extends AccessibilityComponent implements Aft
|
|
|
9
10
|
tabSelectors: QueryList<ElementRef>;
|
|
10
11
|
tabSelectorContentWrapper: QueryList<ElementRef>;
|
|
11
12
|
tabSrOnly: ElementRef;
|
|
12
|
-
id
|
|
13
|
-
idPrefix
|
|
14
|
-
headingLevel
|
|
15
|
-
titleModal
|
|
16
|
-
tablistAriaLabel
|
|
17
|
-
items
|
|
18
|
-
tablistClasses
|
|
13
|
+
id?: string;
|
|
14
|
+
idPrefix?: string;
|
|
15
|
+
headingLevel?: number;
|
|
16
|
+
titleModal?: string;
|
|
17
|
+
tablistAriaLabel?: string;
|
|
18
|
+
items?: TabsItemsData[];
|
|
19
|
+
tablistClasses?: string;
|
|
19
20
|
classes: string;
|
|
20
21
|
idData: any;
|
|
21
|
-
role: string;
|
|
22
|
-
ariaLabel: string;
|
|
23
|
-
ariaDescribedBy: string;
|
|
24
|
-
ariaLabelledBy: string;
|
|
25
|
-
ariaHidden: string;
|
|
26
|
-
ariaDisabled: string;
|
|
27
|
-
ariaControls: string;
|
|
28
|
-
ariaCurrent: string;
|
|
29
|
-
ariaLive: string;
|
|
30
|
-
ariaExpanded: string;
|
|
31
|
-
ariaErrorMessage: string;
|
|
32
|
-
ariaHasPopup: string;
|
|
33
|
-
ariaModal: string;
|
|
34
|
-
ariaChecked: string;
|
|
35
|
-
ariaPressed: string;
|
|
36
|
-
ariaReadonly: string;
|
|
37
|
-
ariaRequired: string;
|
|
38
|
-
ariaSelected: string;
|
|
39
|
-
ariaValuemin: string;
|
|
40
|
-
ariaValuemax: string;
|
|
41
|
-
ariaValuenow: string;
|
|
42
|
-
ariaValuetext: string;
|
|
43
|
-
ariaOrientation: string;
|
|
44
|
-
ariaLevel: string;
|
|
45
|
-
ariaMultiselectable: string;
|
|
46
|
-
ariaPlaceholder: string;
|
|
47
|
-
ariaPosinset: string;
|
|
48
|
-
ariaSetsize: string;
|
|
49
|
-
ariaSort: string;
|
|
50
|
-
ariaBusy: 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;
|
|
22
|
+
role: string | undefined;
|
|
23
|
+
ariaLabel: string | undefined;
|
|
24
|
+
ariaDescribedBy: string | undefined;
|
|
25
|
+
ariaLabelledBy: string | undefined;
|
|
26
|
+
ariaHidden: string | undefined;
|
|
27
|
+
ariaDisabled: string | undefined;
|
|
28
|
+
ariaControls: string | undefined;
|
|
29
|
+
ariaCurrent: string | undefined;
|
|
30
|
+
ariaLive: string | undefined;
|
|
31
|
+
ariaExpanded: string | undefined;
|
|
32
|
+
ariaErrorMessage: string | undefined;
|
|
33
|
+
ariaHasPopup: string | undefined;
|
|
34
|
+
ariaModal: string | undefined;
|
|
35
|
+
ariaChecked: string | undefined;
|
|
36
|
+
ariaPressed: string | undefined;
|
|
37
|
+
ariaReadonly: string | undefined;
|
|
38
|
+
ariaRequired: string | undefined;
|
|
39
|
+
ariaSelected: string | undefined;
|
|
40
|
+
ariaValuemin: string | undefined;
|
|
41
|
+
ariaValuemax: string | undefined;
|
|
42
|
+
ariaValuenow: string | undefined;
|
|
43
|
+
ariaValuetext: string | undefined;
|
|
44
|
+
ariaOrientation: string | undefined;
|
|
45
|
+
ariaLevel: string | undefined;
|
|
46
|
+
ariaMultiselectable: string | undefined;
|
|
47
|
+
ariaPlaceholder: string | undefined;
|
|
48
|
+
ariaPosinset: string | undefined;
|
|
49
|
+
ariaSetsize: string | undefined;
|
|
50
|
+
ariaSort: string | undefined;
|
|
51
|
+
ariaBusy: string | undefined;
|
|
52
|
+
ariaActivedescendant: string | undefined;
|
|
53
|
+
ariaAtomic: string | undefined;
|
|
54
|
+
ariaAutocomplete: string | undefined;
|
|
55
|
+
ariaBraillelabel: string | undefined;
|
|
56
|
+
ariaBrailleroledescription: string | undefined;
|
|
57
|
+
ariaColcount: string | undefined;
|
|
58
|
+
ariaColindex: string | undefined;
|
|
59
|
+
ariaColindextext: string | undefined;
|
|
60
|
+
ariaColspan: string | undefined;
|
|
61
|
+
ariaDescription: string | undefined;
|
|
62
|
+
ariaDetails: string | undefined;
|
|
63
|
+
ariaFlowto: string | undefined;
|
|
64
|
+
ariaInvalid: string | undefined;
|
|
65
|
+
ariaKeyshortcuts: string | undefined;
|
|
66
|
+
ariaOwns: string | undefined;
|
|
67
|
+
ariaRelevant: string | undefined;
|
|
68
|
+
ariaRoledescription: string | undefined;
|
|
69
|
+
ariaRowcount: string | undefined;
|
|
70
|
+
ariaRowindex: string | undefined;
|
|
71
|
+
ariaRowindextext: string | undefined;
|
|
72
|
+
ariaRowspan: string | undefined;
|
|
73
|
+
tabindex: string | undefined;
|
|
74
|
+
title: string | undefined;
|
|
75
|
+
alt: string | undefined;
|
|
76
|
+
lang: string | undefined;
|
|
77
|
+
accesskey: string | undefined;
|
|
78
|
+
autocomplete: string | undefined;
|
|
79
|
+
autofocus: string | undefined;
|
|
80
|
+
contenteditable: string | undefined;
|
|
81
|
+
dir: string | undefined;
|
|
82
|
+
draggable: string | undefined;
|
|
83
|
+
enterkeyhint: string | undefined;
|
|
84
|
+
hidden: boolean | undefined;
|
|
85
|
+
inputmode: string | undefined;
|
|
86
|
+
spellcheck: string | undefined;
|
|
87
|
+
translate: string | undefined;
|
|
88
|
+
ariaMultiline: string | undefined;
|
|
89
|
+
for: string | undefined;
|
|
90
|
+
form: string | undefined;
|
|
91
|
+
headers: string | undefined;
|
|
92
|
+
placeholder: string | undefined;
|
|
93
|
+
readonly: string | undefined;
|
|
94
|
+
required: string | undefined;
|
|
94
95
|
currentTab: number;
|
|
95
96
|
currentPanel: any;
|
|
96
97
|
constructor(changeDetector: ChangeDetectorRef);
|
|
97
98
|
ngOnChanges(changes: SimpleChanges): void;
|
|
98
99
|
ngAfterViewInit(): void;
|
|
99
100
|
getItems(): TabsItemsData[] | TabItemComponent[];
|
|
100
|
-
getItemPanel(tab: number):
|
|
101
|
-
getIdPrefix(): string;
|
|
101
|
+
getItemPanel(tab: number): PanelComponent | undefined;
|
|
102
|
+
getIdPrefix(): string | undefined;
|
|
102
103
|
getItemId(index: number): string;
|
|
103
|
-
isDisabled(item: TabsItemsData): boolean;
|
|
104
|
+
isDisabled(item: TabsItemsData): boolean | null;
|
|
104
105
|
selectTab(i: number): void;
|
|
105
106
|
focusFirstTab(event: Event): void;
|
|
106
107
|
focusLastTab(event: Event): void;
|
|
107
108
|
focusNextTab(focusedTab: number): void;
|
|
108
109
|
focusPreviousTab(focusedTab: number): void;
|
|
109
|
-
getPanelContent(tab: number): string;
|
|
110
|
+
getPanelContent(tab: number): string | null;
|
|
110
111
|
static ɵfac: i0.ɵɵFactoryDeclaration<TabsComponent, never>;
|
|
111
112
|
static ɵcmp: i0.ɵɵComponentDeclaration<TabsComponent, "desy-tabs", never, { "id": { "alias": "id"; "required": false; }; "idPrefix": { "alias": "idPrefix"; "required": false; }; "headingLevel": { "alias": "headingLevel"; "required": false; }; "titleModal": { "alias": "titleModal"; "required": false; }; "tablistAriaLabel": { "alias": "tablistAriaLabel"; "required": false; }; "items": { "alias": "items"; "required": false; }; "tablistClasses": { "alias": "tablistClasses"; "required": false; }; "classes": { "alias": "classes"; "required": false; }; }, {}, ["itemComponents"], never, false, never>;
|
|
112
113
|
}
|
|
@@ -12,88 +12,88 @@ export declare class TooltipComponent extends AccessibilityComponent implements
|
|
|
12
12
|
iconComponent: IconComponent;
|
|
13
13
|
tooltipContentComponent: TooltipContentComponent;
|
|
14
14
|
tooltipContent: ElementRef;
|
|
15
|
-
id
|
|
16
|
-
text
|
|
17
|
-
html
|
|
18
|
-
complex
|
|
19
|
-
classesTooltip
|
|
20
|
-
icon
|
|
21
|
-
caller
|
|
15
|
+
id?: string;
|
|
16
|
+
text?: string;
|
|
17
|
+
html?: string;
|
|
18
|
+
complex?: boolean;
|
|
19
|
+
classesTooltip?: string;
|
|
20
|
+
icon?: IconData;
|
|
21
|
+
caller?: TemplateRef<any>;
|
|
22
22
|
classes: any;
|
|
23
23
|
idData: any;
|
|
24
|
-
role: string;
|
|
25
|
-
ariaLabel: string;
|
|
26
|
-
ariaDescribedBy: string;
|
|
27
|
-
ariaLabelledBy: string;
|
|
28
|
-
ariaHidden: string;
|
|
29
|
-
ariaDisabled: string;
|
|
30
|
-
ariaControls: string;
|
|
31
|
-
ariaCurrent: string;
|
|
32
|
-
ariaLive: string;
|
|
33
|
-
ariaExpanded: string;
|
|
34
|
-
ariaErrorMessage: string;
|
|
35
|
-
ariaHasPopup: string;
|
|
36
|
-
ariaModal: string;
|
|
37
|
-
ariaChecked: string;
|
|
38
|
-
ariaPressed: string;
|
|
39
|
-
ariaReadonly: string;
|
|
40
|
-
ariaRequired: string;
|
|
41
|
-
ariaSelected: string;
|
|
42
|
-
ariaValuemin: string;
|
|
43
|
-
ariaValuemax: string;
|
|
44
|
-
ariaValuenow: string;
|
|
45
|
-
ariaValuetext: string;
|
|
46
|
-
ariaOrientation: string;
|
|
47
|
-
ariaLevel: string;
|
|
48
|
-
ariaMultiselectable: string;
|
|
49
|
-
ariaPlaceholder: string;
|
|
50
|
-
ariaPosinset: string;
|
|
51
|
-
ariaSetsize: string;
|
|
52
|
-
ariaSort: string;
|
|
53
|
-
ariaBusy: string;
|
|
54
|
-
ariaActivedescendant: string;
|
|
55
|
-
ariaAtomic: string;
|
|
56
|
-
ariaAutocomplete: string;
|
|
57
|
-
ariaBraillelabel: string;
|
|
58
|
-
ariaBrailleroledescription: string;
|
|
59
|
-
ariaColcount: string;
|
|
60
|
-
ariaColindex: string;
|
|
61
|
-
ariaColindextext: string;
|
|
62
|
-
ariaColspan: string;
|
|
63
|
-
ariaDescription: string;
|
|
64
|
-
ariaDetails: string;
|
|
65
|
-
ariaFlowto: string;
|
|
66
|
-
ariaInvalid: string;
|
|
67
|
-
ariaKeyshortcuts: string;
|
|
68
|
-
ariaOwns: string;
|
|
69
|
-
ariaRelevant: string;
|
|
70
|
-
ariaRoledescription: string;
|
|
71
|
-
ariaRowcount: string;
|
|
72
|
-
ariaRowindex: string;
|
|
73
|
-
ariaRowindextext: string;
|
|
74
|
-
ariaRowspan: string;
|
|
75
|
-
tabindex: string;
|
|
76
|
-
title: string;
|
|
77
|
-
alt: string;
|
|
78
|
-
lang: string;
|
|
79
|
-
accesskey: string;
|
|
80
|
-
autocomplete: string;
|
|
81
|
-
autofocus: string;
|
|
82
|
-
contenteditable: string;
|
|
83
|
-
dir: string;
|
|
84
|
-
draggable: string;
|
|
85
|
-
enterkeyhint: string;
|
|
86
|
-
hidden: boolean;
|
|
87
|
-
inputmode: string;
|
|
88
|
-
spellcheck: string;
|
|
89
|
-
translate: string;
|
|
90
|
-
ariaMultiline: string;
|
|
91
|
-
for: string;
|
|
92
|
-
form: string;
|
|
93
|
-
headers: string;
|
|
94
|
-
placeholder: string;
|
|
95
|
-
readonly: string;
|
|
96
|
-
required: string;
|
|
24
|
+
role: string | undefined;
|
|
25
|
+
ariaLabel: string | undefined;
|
|
26
|
+
ariaDescribedBy: string | undefined;
|
|
27
|
+
ariaLabelledBy: string | undefined;
|
|
28
|
+
ariaHidden: string | undefined;
|
|
29
|
+
ariaDisabled: string | undefined;
|
|
30
|
+
ariaControls: string | undefined;
|
|
31
|
+
ariaCurrent: string | undefined;
|
|
32
|
+
ariaLive: string | undefined;
|
|
33
|
+
ariaExpanded: string | undefined;
|
|
34
|
+
ariaErrorMessage: string | undefined;
|
|
35
|
+
ariaHasPopup: string | undefined;
|
|
36
|
+
ariaModal: string | undefined;
|
|
37
|
+
ariaChecked: string | undefined;
|
|
38
|
+
ariaPressed: string | undefined;
|
|
39
|
+
ariaReadonly: string | undefined;
|
|
40
|
+
ariaRequired: string | undefined;
|
|
41
|
+
ariaSelected: string | undefined;
|
|
42
|
+
ariaValuemin: string | undefined;
|
|
43
|
+
ariaValuemax: string | undefined;
|
|
44
|
+
ariaValuenow: string | undefined;
|
|
45
|
+
ariaValuetext: string | undefined;
|
|
46
|
+
ariaOrientation: string | undefined;
|
|
47
|
+
ariaLevel: string | undefined;
|
|
48
|
+
ariaMultiselectable: string | undefined;
|
|
49
|
+
ariaPlaceholder: string | undefined;
|
|
50
|
+
ariaPosinset: string | undefined;
|
|
51
|
+
ariaSetsize: string | undefined;
|
|
52
|
+
ariaSort: string | undefined;
|
|
53
|
+
ariaBusy: string | undefined;
|
|
54
|
+
ariaActivedescendant: string | undefined;
|
|
55
|
+
ariaAtomic: string | undefined;
|
|
56
|
+
ariaAutocomplete: string | undefined;
|
|
57
|
+
ariaBraillelabel: string | undefined;
|
|
58
|
+
ariaBrailleroledescription: string | undefined;
|
|
59
|
+
ariaColcount: string | undefined;
|
|
60
|
+
ariaColindex: string | undefined;
|
|
61
|
+
ariaColindextext: string | undefined;
|
|
62
|
+
ariaColspan: string | undefined;
|
|
63
|
+
ariaDescription: string | undefined;
|
|
64
|
+
ariaDetails: string | undefined;
|
|
65
|
+
ariaFlowto: string | undefined;
|
|
66
|
+
ariaInvalid: string | undefined;
|
|
67
|
+
ariaKeyshortcuts: string | undefined;
|
|
68
|
+
ariaOwns: string | undefined;
|
|
69
|
+
ariaRelevant: string | undefined;
|
|
70
|
+
ariaRoledescription: string | undefined;
|
|
71
|
+
ariaRowcount: string | undefined;
|
|
72
|
+
ariaRowindex: string | undefined;
|
|
73
|
+
ariaRowindextext: string | undefined;
|
|
74
|
+
ariaRowspan: string | undefined;
|
|
75
|
+
tabindex: string | undefined;
|
|
76
|
+
title: string | undefined;
|
|
77
|
+
alt: string | undefined;
|
|
78
|
+
lang: string | undefined;
|
|
79
|
+
accesskey: string | undefined;
|
|
80
|
+
autocomplete: string | undefined;
|
|
81
|
+
autofocus: string | undefined;
|
|
82
|
+
contenteditable: string | undefined;
|
|
83
|
+
dir: string | undefined;
|
|
84
|
+
draggable: string | undefined;
|
|
85
|
+
enterkeyhint: string | undefined;
|
|
86
|
+
hidden: boolean | undefined;
|
|
87
|
+
inputmode: string | undefined;
|
|
88
|
+
spellcheck: string | undefined;
|
|
89
|
+
translate: string | undefined;
|
|
90
|
+
ariaMultiline: string | undefined;
|
|
91
|
+
for: string | undefined;
|
|
92
|
+
form: string | undefined;
|
|
93
|
+
headers: string | undefined;
|
|
94
|
+
placeholder: string | undefined;
|
|
95
|
+
readonly: string | undefined;
|
|
96
|
+
required: string | undefined;
|
|
97
97
|
tippyProperties: any;
|
|
98
98
|
constructor(changeDetectorRef: ChangeDetectorRef);
|
|
99
99
|
ngOnChanges(changes: SimpleChanges): void;
|
|
@@ -10,7 +10,7 @@ export declare class AccessibilityAndContentRequiredComponent implements Accessi
|
|
|
10
10
|
*
|
|
11
11
|
*/
|
|
12
12
|
html: any;
|
|
13
|
-
text
|
|
13
|
+
text?: string;
|
|
14
14
|
role?: string;
|
|
15
15
|
ariaLabel?: string;
|
|
16
16
|
ariaDescribedBy?: string;
|
|
@@ -40,7 +40,7 @@ export declare class AccessibilityAndContentRequiredComponent implements Accessi
|
|
|
40
40
|
ariaPosinset?: string;
|
|
41
41
|
ariaSetsize?: string;
|
|
42
42
|
ariaSort?: string;
|
|
43
|
-
ariaBus
|
|
43
|
+
ariaBus?: string;
|
|
44
44
|
required?: string;
|
|
45
45
|
y?: string;
|
|
46
46
|
ariaActivedescendant?: string;
|
|
@@ -37,7 +37,7 @@ export declare class AccessibilityAndTextOrHtmlRequiredComponent extends TextOrH
|
|
|
37
37
|
ariaPosinset?: string;
|
|
38
38
|
ariaSetsize?: string;
|
|
39
39
|
ariaSort?: string;
|
|
40
|
-
ariaBus
|
|
40
|
+
ariaBus?: string;
|
|
41
41
|
required?: string;
|
|
42
42
|
y?: string;
|
|
43
43
|
ariaActivedescendant?: string;
|
|
@@ -2,82 +2,82 @@ import { OnChanges, SimpleChanges } from '@angular/core';
|
|
|
2
2
|
import { AccessibilityComponent } from '..';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class SpinnerComponent extends AccessibilityComponent implements OnChanges {
|
|
5
|
-
text
|
|
5
|
+
text?: string;
|
|
6
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
|
-
ariaActivedescendant: string;
|
|
38
|
-
ariaAtomic: string;
|
|
39
|
-
ariaAutocomplete: string;
|
|
40
|
-
ariaBraillelabel: string;
|
|
41
|
-
ariaBrailleroledescription: string;
|
|
42
|
-
ariaColcount: string;
|
|
43
|
-
ariaColindex: string;
|
|
44
|
-
ariaColindextext: string;
|
|
45
|
-
ariaColspan: string;
|
|
46
|
-
ariaDescription: string;
|
|
47
|
-
ariaDetails: string;
|
|
48
|
-
ariaFlowto: string;
|
|
49
|
-
ariaInvalid: string;
|
|
50
|
-
ariaKeyshortcuts: string;
|
|
51
|
-
ariaOwns: string;
|
|
52
|
-
ariaRelevant: string;
|
|
53
|
-
ariaRoledescription: string;
|
|
54
|
-
ariaRowcount: string;
|
|
55
|
-
ariaRowindex: string;
|
|
56
|
-
ariaRowindextext: string;
|
|
57
|
-
ariaRowspan: string;
|
|
58
|
-
tabindex: string;
|
|
59
|
-
title: string;
|
|
60
|
-
alt: string;
|
|
61
|
-
lang: string;
|
|
62
|
-
accesskey: string;
|
|
63
|
-
autocomplete: string;
|
|
64
|
-
autofocus: string;
|
|
65
|
-
contenteditable: string;
|
|
66
|
-
dir: string;
|
|
67
|
-
draggable: string;
|
|
68
|
-
enterkeyhint: string;
|
|
69
|
-
hidden: boolean;
|
|
70
|
-
inputmode: string;
|
|
71
|
-
spellcheck: string;
|
|
72
|
-
translate: string;
|
|
73
|
-
ariaMultiline: string;
|
|
74
|
-
for: string;
|
|
75
|
-
form: string;
|
|
76
|
-
headers: string;
|
|
77
|
-
placeholder: string;
|
|
78
|
-
readonly: string;
|
|
79
|
-
required: string;
|
|
80
|
-
id
|
|
7
|
+
role: string | undefined;
|
|
8
|
+
ariaLabel: string | undefined;
|
|
9
|
+
ariaDescribedBy: string | undefined;
|
|
10
|
+
ariaLabelledBy: string | undefined;
|
|
11
|
+
ariaHidden: string | undefined;
|
|
12
|
+
ariaDisabled: string | undefined;
|
|
13
|
+
ariaControls: string | undefined;
|
|
14
|
+
ariaCurrent: string | undefined;
|
|
15
|
+
ariaLive: string | undefined;
|
|
16
|
+
ariaExpanded: string | undefined;
|
|
17
|
+
ariaErrorMessage: string | undefined;
|
|
18
|
+
ariaHasPopup: string | undefined;
|
|
19
|
+
ariaModal: string | undefined;
|
|
20
|
+
ariaChecked: string | undefined;
|
|
21
|
+
ariaPressed: string | undefined;
|
|
22
|
+
ariaReadonly: string | undefined;
|
|
23
|
+
ariaRequired: string | undefined;
|
|
24
|
+
ariaSelected: string | undefined;
|
|
25
|
+
ariaValuemin: string | undefined;
|
|
26
|
+
ariaValuemax: string | undefined;
|
|
27
|
+
ariaValuenow: string | undefined;
|
|
28
|
+
ariaValuetext: string | undefined;
|
|
29
|
+
ariaOrientation: string | undefined;
|
|
30
|
+
ariaLevel: string | undefined;
|
|
31
|
+
ariaMultiselectable: string | undefined;
|
|
32
|
+
ariaPlaceholder: string | undefined;
|
|
33
|
+
ariaPosinset: string | undefined;
|
|
34
|
+
ariaSetsize: string | undefined;
|
|
35
|
+
ariaSort: string | undefined;
|
|
36
|
+
ariaBusy: string | undefined;
|
|
37
|
+
ariaActivedescendant: string | undefined;
|
|
38
|
+
ariaAtomic: string | undefined;
|
|
39
|
+
ariaAutocomplete: string | undefined;
|
|
40
|
+
ariaBraillelabel: string | undefined;
|
|
41
|
+
ariaBrailleroledescription: string | undefined;
|
|
42
|
+
ariaColcount: string | undefined;
|
|
43
|
+
ariaColindex: string | undefined;
|
|
44
|
+
ariaColindextext: string | undefined;
|
|
45
|
+
ariaColspan: string | undefined;
|
|
46
|
+
ariaDescription: string | undefined;
|
|
47
|
+
ariaDetails: string | undefined;
|
|
48
|
+
ariaFlowto: string | undefined;
|
|
49
|
+
ariaInvalid: string | undefined;
|
|
50
|
+
ariaKeyshortcuts: string | undefined;
|
|
51
|
+
ariaOwns: string | undefined;
|
|
52
|
+
ariaRelevant: string | undefined;
|
|
53
|
+
ariaRoledescription: string | undefined;
|
|
54
|
+
ariaRowcount: string | undefined;
|
|
55
|
+
ariaRowindex: string | undefined;
|
|
56
|
+
ariaRowindextext: string | undefined;
|
|
57
|
+
ariaRowspan: string | undefined;
|
|
58
|
+
tabindex: string | undefined;
|
|
59
|
+
title: string | undefined;
|
|
60
|
+
alt: string | undefined;
|
|
61
|
+
lang: string | undefined;
|
|
62
|
+
accesskey: string | undefined;
|
|
63
|
+
autocomplete: string | undefined;
|
|
64
|
+
autofocus: string | undefined;
|
|
65
|
+
contenteditable: string | undefined;
|
|
66
|
+
dir: string | undefined;
|
|
67
|
+
draggable: string | undefined;
|
|
68
|
+
enterkeyhint: string | undefined;
|
|
69
|
+
hidden: boolean | undefined;
|
|
70
|
+
inputmode: string | undefined;
|
|
71
|
+
spellcheck: string | undefined;
|
|
72
|
+
translate: string | undefined;
|
|
73
|
+
ariaMultiline: string | undefined;
|
|
74
|
+
for: string | undefined;
|
|
75
|
+
form: string | undefined;
|
|
76
|
+
headers: string | undefined;
|
|
77
|
+
placeholder: string | undefined;
|
|
78
|
+
readonly: string | undefined;
|
|
79
|
+
required: string | undefined;
|
|
80
|
+
id?: string;
|
|
81
81
|
ngOnChanges(changes: SimpleChanges): void;
|
|
82
82
|
static ɵfac: i0.ɵɵFactoryDeclaration<SpinnerComponent, never>;
|
|
83
83
|
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>;
|
|
@@ -4,8 +4,8 @@ export declare class TextOrHtmlRequiredComponent {
|
|
|
4
4
|
* componente base para el comportamiento de texto o html required - YA NO ES REQUIRIDO
|
|
5
5
|
*
|
|
6
6
|
**/
|
|
7
|
-
text
|
|
8
|
-
html
|
|
7
|
+
text?: string;
|
|
8
|
+
html?: string;
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<TextOrHtmlRequiredComponent, never>;
|
|
10
10
|
static ɵcmp: i0.ɵɵComponentDeclaration<TextOrHtmlRequiredComponent, "desy-text-or-html-required", never, { "text": { "alias": "text"; "required": false; }; "html": { "alias": "html"; "required": false; }; }, {}, never, never, false, never>;
|
|
11
11
|
}
|
|
@@ -2,8 +2,8 @@ import { ElementRef, EventEmitter, OnDestroy } from '@angular/core';
|
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class AttributeChangeDirective implements OnDestroy {
|
|
4
4
|
private elementRef;
|
|
5
|
-
private changes
|
|
6
|
-
attributesToCheck
|
|
5
|
+
private changes?;
|
|
6
|
+
attributesToCheck?: string | string[];
|
|
7
7
|
desyAttributeChange: EventEmitter<any>;
|
|
8
8
|
desyAttributeChangeMutation: EventEmitter<any>;
|
|
9
9
|
desyAttributeChangeEnabled: boolean;
|
|
@@ -4,9 +4,9 @@ export declare class ClickOutsideDirective {
|
|
|
4
4
|
private hostElementRef;
|
|
5
5
|
active: boolean;
|
|
6
6
|
clickOutside: EventEmitter<void>;
|
|
7
|
-
desyClickOutsideElem
|
|
7
|
+
desyClickOutsideElem?: Element;
|
|
8
8
|
constructor(hostElementRef: ElementRef);
|
|
9
|
-
onClick(target:
|
|
9
|
+
onClick(target: EventTarget): void;
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<ClickOutsideDirective, never>;
|
|
11
11
|
static ɵdir: i0.ɵɵDirectiveDeclaration<ClickOutsideDirective, "[desyClickOutside]", never, { "active": { "alias": "desyClickOutside"; "required": false; }; "desyClickOutsideElem": { "alias": "desyClickOutsideElem"; "required": false; }; }, { "clickOutside": "clickOutside"; }, never, never, false, never>;
|
|
12
12
|
}
|
|
@@ -2,7 +2,7 @@ import { ElementRef, OnChanges, SimpleChanges } from '@angular/core';
|
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class InnerContentDirective implements OnChanges {
|
|
4
4
|
private el;
|
|
5
|
-
content
|
|
5
|
+
content?: string;
|
|
6
6
|
isHtml: boolean;
|
|
7
7
|
deleteContentIfEmpty: boolean;
|
|
8
8
|
constructor(el: ElementRef);
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "desy-angular",
|
|
3
|
-
"version": "17.
|
|
3
|
+
"version": "17.2.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
|
-
"
|
|
7
|
-
"
|
|
6
|
+
"node": "^22.0.0",
|
|
7
|
+
"npm": "^10.0.0"
|
|
8
8
|
},
|
|
9
9
|
"author": {
|
|
10
10
|
"name": "Desy (SDA Servicios Digitales de Aragón)",
|