desy-angular 6.0.1 → 6.0.2
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 +21 -21
- package/bundles/desy-angular.umd.js +10656 -10656
- package/bundles/desy-angular.umd.js.map +1 -1
- package/bundles/desy-angular.umd.min.js +1 -1
- package/bundles/desy-angular.umd.min.js.map +1 -1
- package/desy-angular.d.ts +51 -51
- package/desy-angular.metadata.json +1 -1
- package/esm2015/desy-angular.js +51 -51
- package/esm2015/lib/desy-angular.module.js +38 -38
- package/esm2015/lib/desy-buttons/components/button/button.component.js +92 -92
- package/esm2015/lib/desy-buttons/components/button-loader/button-loader.component.js +50 -50
- package/esm2015/lib/desy-buttons/components/dropdown/dropdown.component.js +111 -111
- package/esm2015/lib/desy-buttons/components/listbox/listbox-item/listbox-item.component.js +26 -26
- package/esm2015/lib/desy-buttons/components/listbox/listbox-label/listbox-label.component.js +14 -14
- package/esm2015/lib/desy-buttons/components/listbox/listbox.component.js +265 -265
- package/esm2015/lib/desy-buttons/components/pill/pill.component.js +64 -64
- package/esm2015/lib/desy-buttons/components/toggle/toggle-off-state/toggle-off-state.component.js +15 -15
- package/esm2015/lib/desy-buttons/components/toggle/toggle-on-state/toggle-on-state.component.js +15 -15
- package/esm2015/lib/desy-buttons/components/toggle/toggle.component.js +44 -44
- package/esm2015/lib/desy-buttons/desy-buttons.module.js +53 -53
- package/esm2015/lib/desy-buttons/interfaces/listbox-item-data.js +2 -2
- package/esm2015/lib/desy-buttons/interfaces/listbox-label-data.js +2 -2
- package/esm2015/lib/desy-commons/components/content/content.component.js +14 -14
- package/esm2015/lib/desy-commons/components/description/description.component.js +15 -15
- package/esm2015/lib/desy-commons/components/divider/divider.component.js +15 -15
- package/esm2015/lib/desy-commons/components/icon/icon.component.js +15 -15
- package/esm2015/lib/desy-commons/components/title/title.component.js +14 -14
- package/esm2015/lib/desy-commons/desy-commons.module.js +36 -36
- package/esm2015/lib/desy-commons/interfaces/content-data.js +2 -2
- package/esm2015/lib/desy-commons/interfaces/description-data.js +2 -2
- package/esm2015/lib/desy-commons/interfaces/divider-data.js +2 -2
- package/esm2015/lib/desy-commons/interfaces/icon-data.js +2 -2
- package/esm2015/lib/desy-commons/interfaces/index.js +6 -6
- package/esm2015/lib/desy-commons/interfaces/title-data.js +2 -2
- package/esm2015/lib/desy-forms/components/character-count/character-count.component.js +109 -109
- package/esm2015/lib/desy-forms/components/checkboxes/checkbox-item/checkbox-item.component.js +188 -188
- package/esm2015/lib/desy-forms/components/checkboxes/checkboxes.component.js +226 -226
- package/esm2015/lib/desy-forms/components/date-input/date-input-day/date-input-day.component.js +38 -38
- package/esm2015/lib/desy-forms/components/date-input/date-input-divider/date-input-divider.component.js +19 -19
- package/esm2015/lib/desy-forms/components/date-input/date-input-item/date-input-item.component.js +13 -13
- package/esm2015/lib/desy-forms/components/date-input/date-input-month/date-input-month.component.js +38 -38
- package/esm2015/lib/desy-forms/components/date-input/date-input-year/date-input-year.component.js +36 -36
- package/esm2015/lib/desy-forms/components/date-input/date-input.component.js +222 -222
- package/esm2015/lib/desy-forms/components/error-message/error-message.component.js +28 -28
- package/esm2015/lib/desy-forms/components/fieldset/fieldset.component.js +44 -44
- package/esm2015/lib/desy-forms/components/fieldset/legend/legend.component.js +16 -16
- package/esm2015/lib/desy-forms/components/file-upload/file-upload.component.js +51 -51
- package/esm2015/lib/desy-forms/components/form-field/form-field.component.js +103 -103
- package/esm2015/lib/desy-forms/components/hint/hint.component.js +27 -27
- package/esm2015/lib/desy-forms/components/input/input.component.js +67 -67
- package/esm2015/lib/desy-forms/components/input-group/input-group-divider/input-group-divider.component.js +20 -20
- package/esm2015/lib/desy-forms/components/input-group/input-group-input/input-group-input.component.js +39 -39
- package/esm2015/lib/desy-forms/components/input-group/input-group-item/input-group-item.component.js +13 -13
- package/esm2015/lib/desy-forms/components/input-group/input-group-select/input-group-select.component.js +35 -35
- package/esm2015/lib/desy-forms/components/input-group/input-group.component.js +179 -179
- package/esm2015/lib/desy-forms/components/label/label.component.js +30 -30
- package/esm2015/lib/desy-forms/components/radios/radio-item/radio-item.component.js +144 -144
- package/esm2015/lib/desy-forms/components/radios/radios.component.js +233 -233
- package/esm2015/lib/desy-forms/components/search-bar/search-bar.component.js +45 -45
- package/esm2015/lib/desy-forms/components/select/option/option.component.js +17 -17
- package/esm2015/lib/desy-forms/components/select/option-group/option-group.component.js +17 -17
- package/esm2015/lib/desy-forms/components/select/select-item/select-item.component.js +14 -14
- package/esm2015/lib/desy-forms/components/select/select.component.js +64 -64
- package/esm2015/lib/desy-forms/components/template-driven-wrapper/template-driven-wrapper.component.js +12 -12
- package/esm2015/lib/desy-forms/components/textarea/textarea.component.js +60 -60
- package/esm2015/lib/desy-forms/components/tree/interfaces/itree-item.js +3 -3
- package/esm2015/lib/desy-forms/components/tree/interfaces/quit-tree-item-focus-options.js +2 -2
- package/esm2015/lib/desy-forms/components/tree/tree-checkbox/tree-checkbox.component.js +151 -151
- package/esm2015/lib/desy-forms/components/tree/tree-item/tree-item.component.js +370 -370
- package/esm2015/lib/desy-forms/components/tree/tree-items-generator/tree-items-generator.component.js +25 -25
- package/esm2015/lib/desy-forms/components/tree/tree-sub/tree-sub.component.js +14 -14
- package/esm2015/lib/desy-forms/components/tree/tree.component.js +408 -408
- package/esm2015/lib/desy-forms/desy-forms.module.js +130 -130
- package/esm2015/lib/desy-forms/directives/condition.directive.js +32 -32
- package/esm2015/lib/desy-forms/interfaces/accesibility-data.js +2 -2
- package/esm2015/lib/desy-forms/interfaces/error-message-data.js +2 -2
- package/esm2015/lib/desy-forms/interfaces/fieldset-data.js +2 -2
- package/esm2015/lib/desy-forms/interfaces/hint-data.js +2 -2
- package/esm2015/lib/desy-forms/interfaces/index.js +13 -13
- package/esm2015/lib/desy-forms/interfaces/item-checkbox-data.js +2 -2
- package/esm2015/lib/desy-forms/interfaces/item-date-input-data.js +2 -2
- package/esm2015/lib/desy-forms/interfaces/item-divider-date-input-data.js +2 -2
- package/esm2015/lib/desy-forms/interfaces/item-divider-input-group-data.js +2 -2
- package/esm2015/lib/desy-forms/interfaces/item-input-group-data.js +2 -2
- package/esm2015/lib/desy-forms/interfaces/item-radio-data.js +2 -2
- package/esm2015/lib/desy-forms/interfaces/item-radio-with-template-data.js +2 -2
- package/esm2015/lib/desy-forms/interfaces/label-data.js +2 -2
- package/esm2015/lib/desy-forms/interfaces/legend-data.js +2 -2
- package/esm2015/lib/desy-forms/interfaces/select-item-data.js +2 -2
- package/esm2015/lib/desy-modals/components/dialog/dialog.component.js +121 -121
- package/esm2015/lib/desy-modals/components/modal/modal-button-loader-primary/modal-button-loader-primary.component.js +20 -20
- package/esm2015/lib/desy-modals/components/modal/modal-button-loader-secondary/modal-button-loader-secondary.component.js +19 -19
- package/esm2015/lib/desy-modals/components/modal/modal-button-primary/modal-button-primary.component.js +19 -19
- package/esm2015/lib/desy-modals/components/modal/modal-button-secondary/modal-button-secondary.component.js +19 -19
- package/esm2015/lib/desy-modals/components/modal/modal.component.js +145 -145
- package/esm2015/lib/desy-modals/desy-modals.module.js +41 -41
- package/esm2015/lib/desy-modals/interfaces/dialog-options.js +2 -2
- package/esm2015/lib/desy-modals/interfaces/index.js +8 -8
- package/esm2015/lib/desy-modals/interfaces/modal-button-data.js +2 -2
- package/esm2015/lib/desy-modals/interfaces/modal-data.js +2 -2
- package/esm2015/lib/desy-modals/interfaces/modal-icon-data.js +2 -2
- package/esm2015/lib/desy-modals/interfaces/modal-options.js +2 -2
- package/esm2015/lib/desy-modals/interfaces/open-dialog-result.js +2 -2
- package/esm2015/lib/desy-modals/services/dialog.service.js +117 -117
- package/esm2015/lib/desy-nav/components/breadcrumbs/breadcrumbs-item/breadcrumbs-item.component.js +15 -15
- package/esm2015/lib/desy-nav/components/breadcrumbs/breadcrumbs.component.js +42 -42
- package/esm2015/lib/desy-nav/components/error-summary/error-summary-item/error-summary-item.component.js +15 -15
- package/esm2015/lib/desy-nav/components/error-summary/error-summary.component.js +46 -46
- package/esm2015/lib/desy-nav/components/footer/footer-meta/footer-meta-item/footer-meta-item.component.js +16 -16
- package/esm2015/lib/desy-nav/components/footer/footer-meta/footer-meta.component.js +23 -23
- package/esm2015/lib/desy-nav/components/footer/footer-navigation/footer-navigation-item/footer-navigation-item.component.js +16 -16
- package/esm2015/lib/desy-nav/components/footer/footer-navigation/footer-navigation.component.js +16 -16
- package/esm2015/lib/desy-nav/components/footer/footer.component.js +52 -52
- package/esm2015/lib/desy-nav/components/header/header-custom-navigation/header-custom-navigation.component.js +11 -11
- package/esm2015/lib/desy-nav/components/header/header-dropdown/header-dropdown.component.js +36 -36
- package/esm2015/lib/desy-nav/components/header/header-navigation/header-navigation-item/header-navigation-item.component.js +19 -19
- package/esm2015/lib/desy-nav/components/header/header-navigation/header-navigation.component.js +29 -29
- package/esm2015/lib/desy-nav/components/header/header-offcanvas/header-offcanvas-button/header-offcanvas-button.component.js +22 -22
- package/esm2015/lib/desy-nav/components/header/header-offcanvas/header-offcanvas-close-button/header-offcanvas-close-button.component.js +11 -11
- package/esm2015/lib/desy-nav/components/header/header-offcanvas/header-offcanvas.component.js +88 -88
- package/esm2015/lib/desy-nav/components/header/header-subnav/header-subnav.component.js +34 -34
- package/esm2015/lib/desy-nav/components/header/header.component.js +66 -66
- package/esm2015/lib/desy-nav/components/menu-horizontal/menu-horizontal-item/menu-horizontal-item.component.js +28 -28
- package/esm2015/lib/desy-nav/components/menu-horizontal/menu-horizontal.component.js +68 -68
- package/esm2015/lib/desy-nav/components/menu-navigation/components/menu-navigation-item/menu-navigation-item.component.js +35 -35
- package/esm2015/lib/desy-nav/components/menu-navigation/components/menu-navigation-subitem/menu-navigation-subitem.component.js +31 -31
- package/esm2015/lib/desy-nav/components/menu-navigation/menu-navigation.component.js +568 -568
- package/esm2015/lib/desy-nav/components/menu-vertical/menu-vertical-item/menu-vertical-item.component.js +32 -32
- package/esm2015/lib/desy-nav/components/menu-vertical/menu-vertical-item-sub/menu-vertical-item-sub.component.js +16 -16
- package/esm2015/lib/desy-nav/components/menu-vertical/menu-vertical-item-sub-item/menu-vertical-item-sub-item.component.js +24 -24
- package/esm2015/lib/desy-nav/components/menu-vertical/menu-vertical.component.js +89 -89
- package/esm2015/lib/desy-nav/components/menubar/components/menubar-item/menubar-item.component.js +36 -36
- package/esm2015/lib/desy-nav/components/menubar/components/menubar-label/menubar-label.component.js +14 -14
- package/esm2015/lib/desy-nav/components/menubar/components/menubar-subitem/menubar-subitem.component.js +29 -29
- package/esm2015/lib/desy-nav/components/menubar/components/menubar-subsubitem/menubar-subsubitem.component.js +23 -23
- package/esm2015/lib/desy-nav/components/menubar/directives/menubaritem.directive.js +37 -37
- package/esm2015/lib/desy-nav/components/menubar/menubar.component.js +672 -672
- package/esm2015/lib/desy-nav/components/nav/nav-item/nav-item.component.js +30 -30
- package/esm2015/lib/desy-nav/components/nav/nav.component.js +105 -105
- package/esm2015/lib/desy-nav/components/notification/notification-item/notification-item.component.js +18 -18
- package/esm2015/lib/desy-nav/components/notification/notification.component.js +102 -102
- package/esm2015/lib/desy-nav/components/skip-link/skip-link.component.js +33 -33
- package/esm2015/lib/desy-nav/desy-nav.module.js +136 -136
- package/esm2015/lib/desy-nav/interfaces/breadcrumbs.data.js +2 -2
- package/esm2015/lib/desy-nav/interfaces/error-summary-data.js +2 -2
- package/esm2015/lib/desy-nav/interfaces/footer-data.js +2 -2
- package/esm2015/lib/desy-nav/interfaces/header-dropdown-data.js +2 -2
- package/esm2015/lib/desy-nav/interfaces/header-navigation-data.js +2 -2
- package/esm2015/lib/desy-nav/interfaces/header-navigation-item-data.js +2 -2
- package/esm2015/lib/desy-nav/interfaces/header-offcanvas-data.js +2 -2
- package/esm2015/lib/desy-nav/interfaces/header-subnav-data.js +2 -2
- package/esm2015/lib/desy-nav/interfaces/index.js +20 -20
- package/esm2015/lib/desy-nav/interfaces/menu-horizontal-item-data.js +2 -2
- package/esm2015/lib/desy-nav/interfaces/menu-horizontal-item-event-data.js +2 -2
- package/esm2015/lib/desy-nav/interfaces/menu-navigation-item-sub-item-sub-item.js +2 -2
- package/esm2015/lib/desy-nav/interfaces/menu-navigation-item-sub-item.js +2 -2
- package/esm2015/lib/desy-nav/interfaces/menu-navigation.js +2 -2
- package/esm2015/lib/desy-nav/interfaces/menu-vertical-items-data.js +2 -2
- package/esm2015/lib/desy-nav/interfaces/menu-vertical-sub-data.js +2 -2
- package/esm2015/lib/desy-nav/interfaces/menu-vertical-sub-items-data.js +2 -2
- package/esm2015/lib/desy-nav/interfaces/menubar-item-sub-item-sub-item.js +2 -2
- package/esm2015/lib/desy-nav/interfaces/menubar-item-sub-item.js +2 -2
- package/esm2015/lib/desy-nav/interfaces/menubar-item-sub.js +2 -2
- package/esm2015/lib/desy-nav/interfaces/menubar-item.js +2 -2
- package/esm2015/lib/desy-nav/interfaces/nav-item-event.data.js +2 -2
- package/esm2015/lib/desy-nav/interfaces/nav-item.data.js +2 -2
- package/esm2015/lib/desy-nav/interfaces/notification-items-data.js +2 -2
- package/esm2015/lib/desy-nav/interfaces/notification-options.js +2 -2
- package/esm2015/lib/desy-pagination/components/pagination/pagination.component.js +138 -138
- package/esm2015/lib/desy-pagination/components/pagination-item-perpage/pagination-item-perpage.component.js +15 -15
- package/esm2015/lib/desy-pagination/components/pagination-listbox-label/pagination-listbox-label.component.js +14 -14
- package/esm2015/lib/desy-pagination/desy-pagination.module.js +31 -31
- package/esm2015/lib/desy-pagination/interfaces/index.js +1 -1
- package/esm2015/lib/desy-pagination/interfaces/pagination-item.data.js +2 -2
- package/esm2015/lib/desy-tables/components/table/components/table-caption.component.js +14 -14
- package/esm2015/lib/desy-tables/components/table/components/table-cell.component.js +17 -17
- package/esm2015/lib/desy-tables/components/table/components/table-header.component.js +14 -14
- package/esm2015/lib/desy-tables/components/table/components/table-row.component.js +14 -14
- package/esm2015/lib/desy-tables/components/table/table.component.js +55 -55
- package/esm2015/lib/desy-tables/components/table-advanced/components/table-advanced-header-cell.component.js +33 -33
- package/esm2015/lib/desy-tables/components/table-advanced/components/table-advanced-header.component.js +14 -14
- package/esm2015/lib/desy-tables/components/table-advanced/components/table-advanced-row-cell.component.js +17 -17
- package/esm2015/lib/desy-tables/components/table-advanced/components/table-advanced-row.component.js +20 -20
- package/esm2015/lib/desy-tables/components/table-advanced/components/table-advanced-select.component.js +22 -22
- package/esm2015/lib/desy-tables/components/table-advanced/table-advanced.component.js +316 -316
- package/esm2015/lib/desy-tables/desy-tables.module.js +64 -64
- package/esm2015/lib/desy-tables/directives/cell.directive.js +26 -26
- package/esm2015/lib/desy-tables/directives/focus-clicked-cell.directive.js +78 -78
- package/esm2015/lib/desy-tables/directives/row.directive.js +24 -24
- package/esm2015/lib/desy-tables/interfaces/cell-data.js +2 -2
- package/esm2015/lib/desy-tables/interfaces/head-cell-data.js +7 -7
- package/esm2015/lib/desy-tables/interfaces/index.js +5 -5
- package/esm2015/lib/desy-tables/interfaces/recalculate-table-params.js +2 -2
- package/esm2015/lib/desy-tables/interfaces/row-data.js +2 -2
- package/esm2015/lib/desy-tables/interfaces/wrapper-data.js +2 -2
- package/esm2015/lib/desy-views/components/accordion/accordion-header/accordion-header.component.js +14 -14
- package/esm2015/lib/desy-views/components/accordion/accordion-item/accordion-item.component.js +43 -43
- package/esm2015/lib/desy-views/components/accordion/accordion.component.js +153 -153
- package/esm2015/lib/desy-views/components/accordion-history/accordion-history-item/accordion-history-item.component.js +31 -31
- package/esm2015/lib/desy-views/components/accordion-history/accordion-history.component.js +15 -15
- package/esm2015/lib/desy-views/components/accordion-history/accordion-item-hide-button/accordion-item-hide-button.component.js +14 -14
- package/esm2015/lib/desy-views/components/accordion-history/accordion-item-show-button/accordion-item-show-button.component.js +14 -14
- package/esm2015/lib/desy-views/components/alert/alert.component.js +75 -75
- package/esm2015/lib/desy-views/components/collapsible/collapsible.component.js +55 -55
- package/esm2015/lib/desy-views/components/description-list/definition/definition.component.js +15 -15
- package/esm2015/lib/desy-views/components/description-list/description-item/description-item.component.js +26 -26
- package/esm2015/lib/desy-views/components/description-list/description-list.component.js +22 -22
- package/esm2015/lib/desy-views/components/description-list/term/term.component.js +15 -15
- package/esm2015/lib/desy-views/components/details/details.component.js +20 -20
- package/esm2015/lib/desy-views/components/item/item-content-bottom/item-content-bottom.component.js +14 -14
- package/esm2015/lib/desy-views/components/item/item-content-right/item-content-right.component.js +11 -11
- package/esm2015/lib/desy-views/components/item/item-item/item-item.component.js +11 -11
- package/esm2015/lib/desy-views/components/item/item.component.js +87 -87
- package/esm2015/lib/desy-views/components/media-object/media-object-figure/media-object-figure.component.js +11 -11
- package/esm2015/lib/desy-views/components/media-object/media-object.component.js +67 -67
- package/esm2015/lib/desy-views/components/spinner/spinner.component.js +45 -45
- package/esm2015/lib/desy-views/components/status/status.component.js +58 -58
- package/esm2015/lib/desy-views/components/status-item/status-item.component.js +86 -86
- package/esm2015/lib/desy-views/components/tabs/panel/panel.component.js +15 -15
- package/esm2015/lib/desy-views/components/tabs/tab-item/tab-item.component.js +28 -28
- package/esm2015/lib/desy-views/components/tabs/tabs.component.js +150 -150
- package/esm2015/lib/desy-views/components/tooltip/tooltip-content/tooltip-content.component.js +11 -11
- package/esm2015/lib/desy-views/components/tooltip/tooltip.component.js +155 -155
- package/esm2015/lib/desy-views/desy-views.module.js +108 -108
- package/esm2015/lib/desy-views/interfaces/accordion-header.data.js +2 -2
- package/esm2015/lib/desy-views/interfaces/accordion-item.data.js +2 -2
- package/esm2015/lib/desy-views/interfaces/alert-options.js +2 -2
- package/esm2015/lib/desy-views/interfaces/description-item.data.js +2 -2
- package/esm2015/lib/desy-views/interfaces/index.js +11 -11
- package/esm2015/lib/desy-views/interfaces/open-alert-result.js +2 -2
- package/esm2015/lib/desy-views/interfaces/status-data.js +2 -2
- package/esm2015/lib/desy-views/interfaces/status-icon-data.js +2 -2
- package/esm2015/lib/desy-views/interfaces/status-item-title-data.js +2 -2
- package/esm2015/lib/desy-views/interfaces/tabs-items-data.js +2 -2
- package/esm2015/lib/desy-views/interfaces/tabs-panel-data.js +2 -2
- package/esm2015/lib/desy-views/interfaces/term-definition.data.js +2 -2
- package/esm2015/lib/desy-views/services/alert.service.js +89 -89
- package/esm2015/lib/shared/components/accessibility/accessibility.component.js +29 -29
- package/esm2015/lib/shared/components/accessibility-and-content-required/accessibility-and-content-required.component.js +27 -27
- package/esm2015/lib/shared/components/accessibility-and-text-or-html-required/accessibility-and-text-or-html-required.component.js +26 -26
- package/esm2015/lib/shared/components/content-base/content-base.component.js +20 -20
- package/esm2015/lib/shared/components/index.js +6 -6
- package/esm2015/lib/shared/components/text-or-html-required/text-or-html-required.component.js +14 -14
- package/esm2015/lib/shared/decorators/desy-content-child.decorator.js +41 -41
- package/esm2015/lib/shared/decorators/desy-on-input-change.decorator.js +19 -19
- package/esm2015/lib/shared/directives/attribute-change.directive.js +43 -43
- package/esm2015/lib/shared/directives/click-outside.directive.js +35 -35
- package/esm2015/lib/shared/directives/content-change.directive.js +43 -43
- package/esm2015/lib/shared/directives/custom-inner-content.directive.js +62 -62
- package/esm2015/lib/shared/directives/inner-content.directive.js +34 -34
- package/esm2015/lib/shared/interfaces/accesibility-data.js +2 -2
- package/esm2015/lib/shared/pipes/external-href.pipe.js +28 -28
- package/esm2015/lib/shared/pipes/inner-html.pipe.js +19 -19
- package/esm2015/lib/shared/pipes/make-html-list.pipe.js +16 -16
- package/esm2015/lib/shared/shared.module.js +62 -62
- package/esm2015/lib/shared/utils/focus-utils.js +51 -51
- package/esm2015/lib/shared/utils/search-utils.js +78 -78
- package/esm2015/lib/shared/utils/string-utils.js +18 -18
- package/esm2015/public-api.js +197 -197
- package/fesm2015/desy-angular.js +9588 -9588
- package/fesm2015/desy-angular.js.map +1 -1
- package/lib/desy-angular.module.d.ts +2 -2
- package/lib/desy-buttons/components/button/button.component.d.ts +31 -31
- package/lib/desy-buttons/components/button-loader/button-loader.component.d.ts +15 -15
- package/lib/desy-buttons/components/dropdown/dropdown.component.d.ts +22 -22
- package/lib/desy-buttons/components/listbox/listbox-item/listbox-item.component.d.ts +12 -12
- package/lib/desy-buttons/components/listbox/listbox-label/listbox-label.component.d.ts +4 -4
- package/lib/desy-buttons/components/listbox/listbox.component.d.ts +53 -53
- package/lib/desy-buttons/components/pill/pill.component.d.ts +22 -22
- package/lib/desy-buttons/components/toggle/toggle-off-state/toggle-off-state.component.d.ts +5 -5
- package/lib/desy-buttons/components/toggle/toggle-on-state/toggle-on-state.component.d.ts +5 -5
- package/lib/desy-buttons/components/toggle/toggle.component.d.ts +17 -17
- package/lib/desy-buttons/desy-buttons.module.d.ts +2 -2
- package/lib/desy-buttons/interfaces/listbox-item-data.d.ts +9 -9
- package/lib/desy-buttons/interfaces/listbox-label-data.d.ts +5 -5
- package/lib/desy-commons/components/content/content.component.d.ts +5 -5
- package/lib/desy-commons/components/description/description.component.d.ts +6 -6
- package/lib/desy-commons/components/divider/divider.component.d.ts +6 -6
- package/lib/desy-commons/components/icon/icon.component.d.ts +6 -6
- package/lib/desy-commons/components/title/title.component.d.ts +5 -5
- package/lib/desy-commons/desy-commons.module.d.ts +2 -2
- package/lib/desy-commons/interfaces/content-data.d.ts +5 -5
- package/lib/desy-commons/interfaces/description-data.d.ts +6 -6
- package/lib/desy-commons/interfaces/divider-data.d.ts +4 -4
- package/lib/desy-commons/interfaces/icon-data.d.ts +5 -5
- package/lib/desy-commons/interfaces/index.d.ts +5 -5
- package/lib/desy-commons/interfaces/title-data.d.ts +6 -6
- package/lib/desy-forms/components/character-count/character-count.component.d.ts +27 -27
- package/lib/desy-forms/components/checkboxes/checkbox-item/checkbox-item.component.d.ts +47 -47
- package/lib/desy-forms/components/checkboxes/checkboxes.component.d.ts +75 -75
- package/lib/desy-forms/components/date-input/date-input-day/date-input-day.component.d.ts +21 -21
- package/lib/desy-forms/components/date-input/date-input-divider/date-input-divider.component.d.ts +7 -7
- package/lib/desy-forms/components/date-input/date-input-item/date-input-item.component.d.ts +4 -4
- package/lib/desy-forms/components/date-input/date-input-month/date-input-month.component.d.ts +21 -21
- package/lib/desy-forms/components/date-input/date-input-year/date-input-year.component.d.ts +18 -18
- package/lib/desy-forms/components/date-input/date-input.component.d.ts +55 -55
- package/lib/desy-forms/components/error-message/error-message.component.d.ts +12 -12
- package/lib/desy-forms/components/fieldset/fieldset.component.d.ts +28 -28
- package/lib/desy-forms/components/fieldset/legend/legend.component.d.ts +6 -6
- package/lib/desy-forms/components/file-upload/file-upload.component.d.ts +20 -20
- package/lib/desy-forms/components/form-field/form-field.component.d.ts +40 -40
- package/lib/desy-forms/components/hint/hint.component.d.ts +11 -11
- package/lib/desy-forms/components/input/input.component.d.ts +23 -23
- package/lib/desy-forms/components/input-group/input-group-divider/input-group-divider.component.d.ts +8 -8
- package/lib/desy-forms/components/input-group/input-group-input/input-group-input.component.d.ts +20 -20
- package/lib/desy-forms/components/input-group/input-group-item/input-group-item.component.d.ts +4 -4
- package/lib/desy-forms/components/input-group/input-group-select/input-group-select.component.d.ts +16 -16
- package/lib/desy-forms/components/input-group/input-group.component.d.ts +56 -56
- package/lib/desy-forms/components/label/label.component.d.ts +14 -14
- package/lib/desy-forms/components/radios/radio-item/radio-item.component.d.ts +43 -43
- package/lib/desy-forms/components/radios/radios.component.d.ts +75 -75
- package/lib/desy-forms/components/search-bar/search-bar.component.d.ts +16 -16
- package/lib/desy-forms/components/select/option/option.component.d.ts +7 -7
- package/lib/desy-forms/components/select/option-group/option-group.component.d.ts +7 -7
- package/lib/desy-forms/components/select/select-item/select-item.component.d.ts +4 -4
- package/lib/desy-forms/components/select/select.component.d.ts +21 -21
- package/lib/desy-forms/components/template-driven-wrapper/template-driven-wrapper.component.d.ts +2 -2
- package/lib/desy-forms/components/textarea/textarea.component.d.ts +24 -24
- package/lib/desy-forms/components/tree/interfaces/itree-item.d.ts +5 -5
- package/lib/desy-forms/components/tree/interfaces/quit-tree-item-focus-options.d.ts +5 -5
- package/lib/desy-forms/components/tree/tree-checkbox/tree-checkbox.component.d.ts +43 -43
- package/lib/desy-forms/components/tree/tree-item/tree-item.component.d.ts +87 -87
- package/lib/desy-forms/components/tree/tree-items-generator/tree-items-generator.component.d.ts +10 -10
- package/lib/desy-forms/components/tree/tree-sub/tree-sub.component.d.ts +6 -6
- package/lib/desy-forms/components/tree/tree.component.d.ts +112 -112
- package/lib/desy-forms/desy-forms.module.d.ts +2 -2
- package/lib/desy-forms/directives/condition.directive.d.ts +15 -15
- package/lib/desy-forms/interfaces/accesibility-data.d.ts +15 -15
- package/lib/desy-forms/interfaces/error-message-data.d.ts +8 -8
- package/lib/desy-forms/interfaces/fieldset-data.d.ts +10 -10
- package/lib/desy-forms/interfaces/hint-data.d.ts +7 -7
- package/lib/desy-forms/interfaces/index.d.ts +12 -12
- package/lib/desy-forms/interfaces/item-checkbox-data.d.ts +21 -21
- package/lib/desy-forms/interfaces/item-date-input-data.d.ts +17 -17
- package/lib/desy-forms/interfaces/item-divider-date-input-data.d.ts +5 -5
- package/lib/desy-forms/interfaces/item-divider-input-group-data.d.ts +5 -5
- package/lib/desy-forms/interfaces/item-input-group-data.d.ts +23 -23
- package/lib/desy-forms/interfaces/item-radio-data.d.ts +20 -20
- package/lib/desy-forms/interfaces/item-radio-with-template-data.d.ts +5 -5
- package/lib/desy-forms/interfaces/label-data.d.ts +9 -9
- package/lib/desy-forms/interfaces/legend-data.d.ts +6 -6
- package/lib/desy-forms/interfaces/select-item-data.d.ts +8 -8
- package/lib/desy-modals/components/dialog/dialog.component.d.ts +35 -35
- package/lib/desy-modals/components/modal/modal-button-loader-primary/modal-button-loader-primary.component.d.ts +8 -8
- package/lib/desy-modals/components/modal/modal-button-loader-secondary/modal-button-loader-secondary.component.d.ts +7 -7
- package/lib/desy-modals/components/modal/modal-button-primary/modal-button-primary.component.d.ts +7 -7
- package/lib/desy-modals/components/modal/modal-button-secondary/modal-button-secondary.component.d.ts +7 -7
- package/lib/desy-modals/components/modal/modal.component.d.ts +51 -51
- package/lib/desy-modals/desy-modals.module.d.ts +2 -2
- package/lib/desy-modals/interfaces/dialog-options.d.ts +9 -9
- package/lib/desy-modals/interfaces/index.d.ts +6 -6
- package/lib/desy-modals/interfaces/modal-button-data.d.ts +20 -20
- package/lib/desy-modals/interfaces/modal-data.d.ts +5 -5
- package/lib/desy-modals/interfaces/modal-icon-data.d.ts +4 -4
- package/lib/desy-modals/interfaces/modal-options.d.ts +16 -16
- package/lib/desy-modals/interfaces/open-dialog-result.d.ts +6 -6
- package/lib/desy-modals/services/dialog.service.d.ts +14 -14
- package/lib/desy-nav/components/breadcrumbs/breadcrumbs-item/breadcrumbs-item.component.d.ts +6 -6
- package/lib/desy-nav/components/breadcrumbs/breadcrumbs.component.d.ts +18 -18
- package/lib/desy-nav/components/error-summary/error-summary-item/error-summary-item.component.d.ts +6 -6
- package/lib/desy-nav/components/error-summary/error-summary.component.d.ts +20 -20
- package/lib/desy-nav/components/footer/footer-meta/footer-meta-item/footer-meta-item.component.d.ts +7 -7
- package/lib/desy-nav/components/footer/footer-meta/footer-meta.component.d.ts +10 -10
- package/lib/desy-nav/components/footer/footer-navigation/footer-navigation-item/footer-navigation-item.component.d.ts +7 -7
- package/lib/desy-nav/components/footer/footer-navigation/footer-navigation.component.d.ts +8 -8
- package/lib/desy-nav/components/footer/footer.component.d.ts +27 -27
- package/lib/desy-nav/components/header/header-custom-navigation/header-custom-navigation.component.d.ts +3 -3
- package/lib/desy-nav/components/header/header-dropdown/header-dropdown.component.d.ts +12 -12
- package/lib/desy-nav/components/header/header-navigation/header-navigation-item/header-navigation-item.component.d.ts +10 -10
- package/lib/desy-nav/components/header/header-navigation/header-navigation.component.d.ts +13 -13
- package/lib/desy-nav/components/header/header-offcanvas/header-offcanvas-button/header-offcanvas-button.component.d.ts +5 -5
- package/lib/desy-nav/components/header/header-offcanvas/header-offcanvas-close-button/header-offcanvas-close-button.component.d.ts +3 -3
- package/lib/desy-nav/components/header/header-offcanvas/header-offcanvas.component.d.ts +30 -30
- package/lib/desy-nav/components/header/header-subnav/header-subnav.component.d.ts +11 -11
- package/lib/desy-nav/components/header/header.component.d.ts +34 -34
- package/lib/desy-nav/components/menu-horizontal/menu-horizontal-item/menu-horizontal-item.component.d.ts +15 -15
- package/lib/desy-nav/components/menu-horizontal/menu-horizontal.component.d.ts +16 -16
- package/lib/desy-nav/components/menu-navigation/components/menu-navigation-item/menu-navigation-item.component.d.ts +22 -22
- package/lib/desy-nav/components/menu-navigation/components/menu-navigation-subitem/menu-navigation-subitem.component.d.ts +19 -19
- package/lib/desy-nav/components/menu-navigation/menu-navigation.component.d.ts +80 -80
- package/lib/desy-nav/components/menu-vertical/menu-vertical-item/menu-vertical-item.component.d.ts +18 -18
- package/lib/desy-nav/components/menu-vertical/menu-vertical-item-sub/menu-vertical-item-sub.component.d.ts +8 -8
- package/lib/desy-nav/components/menu-vertical/menu-vertical-item-sub-item/menu-vertical-item-sub-item.component.d.ts +15 -15
- package/lib/desy-nav/components/menu-vertical/menu-vertical.component.d.ts +18 -18
- package/lib/desy-nav/components/menubar/components/menubar-item/menubar-item.component.d.ts +23 -23
- package/lib/desy-nav/components/menubar/components/menubar-label/menubar-label.component.d.ts +4 -4
- package/lib/desy-nav/components/menubar/components/menubar-subitem/menubar-subitem.component.d.ts +15 -15
- package/lib/desy-nav/components/menubar/components/menubar-subsubitem/menubar-subsubitem.component.d.ts +10 -10
- package/lib/desy-nav/components/menubar/directives/menubaritem.directive.d.ts +16 -16
- package/lib/desy-nav/components/menubar/menubar.component.d.ts +101 -101
- package/lib/desy-nav/components/nav/nav-item/nav-item.component.d.ts +17 -17
- package/lib/desy-nav/components/nav/nav.component.d.ts +20 -20
- package/lib/desy-nav/components/notification/notification-item/notification-item.component.d.ts +9 -9
- package/lib/desy-nav/components/notification/notification.component.d.ts +36 -36
- package/lib/desy-nav/components/skip-link/skip-link.component.d.ts +13 -13
- package/lib/desy-nav/desy-nav.module.d.ts +2 -2
- package/lib/desy-nav/interfaces/breadcrumbs.data.d.ts +7 -7
- package/lib/desy-nav/interfaces/error-summary-data.d.ts +7 -7
- package/lib/desy-nav/interfaces/footer-data.d.ts +24 -24
- package/lib/desy-nav/interfaces/header-dropdown-data.d.ts +11 -11
- package/lib/desy-nav/interfaces/header-navigation-data.d.ts +5 -5
- package/lib/desy-nav/interfaces/header-navigation-item-data.d.ts +12 -12
- package/lib/desy-nav/interfaces/header-offcanvas-data.d.ts +8 -8
- package/lib/desy-nav/interfaces/header-subnav-data.d.ts +11 -11
- package/lib/desy-nav/interfaces/index.d.ts +19 -19
- package/lib/desy-nav/interfaces/menu-horizontal-item-data.d.ts +13 -13
- package/lib/desy-nav/interfaces/menu-horizontal-item-event-data.d.ts +5 -5
- package/lib/desy-nav/interfaces/menu-navigation-item-sub-item-sub-item.d.ts +14 -14
- package/lib/desy-nav/interfaces/menu-navigation-item-sub-item.d.ts +6 -6
- package/lib/desy-nav/interfaces/menu-navigation.d.ts +17 -17
- package/lib/desy-nav/interfaces/menu-vertical-items-data.d.ts +19 -19
- package/lib/desy-nav/interfaces/menu-vertical-sub-data.d.ts +7 -7
- package/lib/desy-nav/interfaces/menu-vertical-sub-items-data.d.ts +16 -16
- package/lib/desy-nav/interfaces/menubar-item-sub-item-sub-item.d.ts +6 -6
- package/lib/desy-nav/interfaces/menubar-item-sub-item.d.ts +9 -9
- package/lib/desy-nav/interfaces/menubar-item-sub.d.ts +6 -6
- package/lib/desy-nav/interfaces/menubar-item.d.ts +18 -18
- package/lib/desy-nav/interfaces/nav-item-event.data.d.ts +5 -5
- package/lib/desy-nav/interfaces/nav-item.data.d.ts +15 -15
- package/lib/desy-nav/interfaces/notification-items-data.d.ts +10 -10
- package/lib/desy-nav/interfaces/notification-options.d.ts +15 -15
- package/lib/desy-pagination/components/pagination/pagination.component.d.ts +44 -44
- package/lib/desy-pagination/components/pagination-item-perpage/pagination-item-perpage.component.d.ts +7 -7
- package/lib/desy-pagination/components/pagination-listbox-label/pagination-listbox-label.component.d.ts +4 -4
- package/lib/desy-pagination/desy-pagination.module.d.ts +2 -2
- package/lib/desy-pagination/interfaces/index.d.ts +1 -1
- package/lib/desy-pagination/interfaces/pagination-item.data.d.ts +4 -4
- package/lib/desy-tables/components/table/components/table-caption.component.d.ts +4 -4
- package/lib/desy-tables/components/table/components/table-cell.component.d.ts +8 -8
- package/lib/desy-tables/components/table/components/table-header.component.d.ts +5 -5
- package/lib/desy-tables/components/table/components/table-row.component.d.ts +5 -5
- package/lib/desy-tables/components/table/table.component.d.ts +24 -24
- package/lib/desy-tables/components/table-advanced/components/table-advanced-header-cell.component.d.ts +20 -20
- package/lib/desy-tables/components/table-advanced/components/table-advanced-header.component.d.ts +5 -5
- package/lib/desy-tables/components/table-advanced/components/table-advanced-row-cell.component.d.ts +8 -8
- package/lib/desy-tables/components/table-advanced/components/table-advanced-row.component.d.ts +8 -8
- package/lib/desy-tables/components/table-advanced/components/table-advanced-select.component.d.ts +9 -9
- package/lib/desy-tables/components/table-advanced/table-advanced.component.d.ts +122 -122
- package/lib/desy-tables/desy-tables.module.d.ts +2 -2
- package/lib/desy-tables/directives/cell.directive.d.ts +14 -14
- package/lib/desy-tables/directives/focus-clicked-cell.directive.d.ts +10 -10
- package/lib/desy-tables/directives/row.directive.d.ts +16 -16
- package/lib/desy-tables/interfaces/cell-data.d.ts +9 -9
- package/lib/desy-tables/interfaces/head-cell-data.d.ts +18 -18
- package/lib/desy-tables/interfaces/index.d.ts +4 -4
- package/lib/desy-tables/interfaces/recalculate-table-params.d.ts +11 -11
- package/lib/desy-tables/interfaces/row-data.d.ts +6 -6
- package/lib/desy-tables/interfaces/wrapper-data.d.ts +4 -4
- package/lib/desy-views/components/accordion/accordion-header/accordion-header.component.d.ts +5 -5
- package/lib/desy-views/components/accordion/accordion-item/accordion-item.component.d.ts +17 -17
- package/lib/desy-views/components/accordion/accordion.component.d.ts +48 -48
- package/lib/desy-views/components/accordion-history/accordion-history-item/accordion-history-item.component.d.ts +9 -9
- package/lib/desy-views/components/accordion-history/accordion-history.component.d.ts +6 -6
- package/lib/desy-views/components/accordion-history/accordion-item-hide-button/accordion-item-hide-button.component.d.ts +4 -4
- package/lib/desy-views/components/accordion-history/accordion-item-show-button/accordion-item-show-button.component.d.ts +4 -4
- package/lib/desy-views/components/alert/alert.component.d.ts +29 -29
- package/lib/desy-views/components/collapsible/collapsible.component.d.ts +14 -14
- package/lib/desy-views/components/description-list/definition/definition.component.d.ts +6 -6
- package/lib/desy-views/components/description-list/description-item/description-item.component.d.ts +9 -9
- package/lib/desy-views/components/description-list/description-list.component.d.ts +11 -11
- package/lib/desy-views/components/description-list/term/term.component.d.ts +6 -6
- package/lib/desy-views/components/details/details.component.d.ts +10 -10
- package/lib/desy-views/components/item/item-content-bottom/item-content-bottom.component.d.ts +5 -5
- package/lib/desy-views/components/item/item-content-right/item-content-right.component.d.ts +3 -3
- package/lib/desy-views/components/item/item-item/item-item.component.d.ts +3 -3
- package/lib/desy-views/components/item/item.component.d.ts +37 -37
- package/lib/desy-views/components/media-object/media-object-figure/media-object-figure.component.d.ts +3 -3
- package/lib/desy-views/components/media-object/media-object.component.d.ts +33 -33
- package/lib/desy-views/components/spinner/spinner.component.d.ts +21 -21
- package/lib/desy-views/components/status/status.component.d.ts +25 -25
- package/lib/desy-views/components/status-item/status-item.component.d.ts +44 -44
- package/lib/desy-views/components/tabs/panel/panel.component.d.ts +6 -6
- package/lib/desy-views/components/tabs/tab-item/tab-item.component.d.ts +12 -12
- package/lib/desy-views/components/tabs/tabs.component.d.ts +48 -48
- package/lib/desy-views/components/tooltip/tooltip-content/tooltip-content.component.d.ts +3 -3
- package/lib/desy-views/components/tooltip/tooltip.component.d.ts +48 -48
- package/lib/desy-views/desy-views.module.d.ts +2 -2
- package/lib/desy-views/interfaces/accordion-header.data.d.ts +5 -5
- package/lib/desy-views/interfaces/accordion-item.data.d.ts +10 -10
- package/lib/desy-views/interfaces/alert-options.d.ts +8 -8
- package/lib/desy-views/interfaces/description-item.data.d.ts +8 -8
- package/lib/desy-views/interfaces/index.d.ts +10 -10
- package/lib/desy-views/interfaces/open-alert-result.d.ts +6 -6
- package/lib/desy-views/interfaces/status-data.d.ts +8 -8
- package/lib/desy-views/interfaces/status-icon-data.d.ts +4 -4
- package/lib/desy-views/interfaces/status-item-title-data.d.ts +5 -5
- package/lib/desy-views/interfaces/tabs-items-data.d.ts +9 -9
- package/lib/desy-views/interfaces/tabs-panel-data.d.ts +8 -8
- package/lib/desy-views/interfaces/term-definition.data.d.ts +7 -7
- package/lib/desy-views/services/alert.service.d.ts +14 -14
- package/lib/shared/components/accessibility/accessibility.component.d.ts +20 -20
- package/lib/shared/components/accessibility-and-content-required/accessibility-and-content-required.component.d.ts +26 -26
- package/lib/shared/components/accessibility-and-text-or-html-required/accessibility-and-text-or-html-required.component.d.ts +23 -23
- package/lib/shared/components/content-base/content-base.component.d.ts +9 -9
- package/lib/shared/components/index.d.ts +5 -5
- package/lib/shared/components/text-or-html-required/text-or-html-required.component.d.ts +8 -8
- package/lib/shared/decorators/desy-content-child.decorator.d.ts +15 -15
- package/lib/shared/decorators/desy-on-input-change.decorator.d.ts +5 -5
- package/lib/shared/directives/attribute-change.directive.d.ts +10 -10
- package/lib/shared/directives/click-outside.directive.d.ts +9 -9
- package/lib/shared/directives/content-change.directive.d.ts +19 -19
- package/lib/shared/directives/custom-inner-content.directive.d.ts +22 -22
- package/lib/shared/directives/inner-content.directive.d.ts +9 -9
- package/lib/shared/interfaces/accesibility-data.d.ts +16 -16
- package/lib/shared/pipes/external-href.pipe.d.ts +8 -8
- package/lib/shared/pipes/inner-html.pipe.d.ts +7 -7
- package/lib/shared/pipes/make-html-list.pipe.d.ts +4 -4
- package/lib/shared/shared.module.d.ts +2 -2
- package/lib/shared/utils/focus-utils.d.ts +4 -4
- package/lib/shared/utils/search-utils.d.ts +14 -14
- package/lib/shared/utils/string-utils.d.ts +10 -10
- package/package.json +1 -1
- package/public-api.d.ts +168 -168
|
@@ -1,29 +1,29 @@
|
|
|
1
|
-
import { Component, Input } from '@angular/core';
|
|
2
|
-
/**
|
|
3
|
-
* componente para heredar los atributos de accesibilidad
|
|
4
|
-
*/
|
|
5
|
-
export class AccessibilityComponent {
|
|
6
|
-
}
|
|
7
|
-
AccessibilityComponent.decorators = [
|
|
8
|
-
{ type: Component, args: [{
|
|
9
|
-
selector: 'desy-accessibility',
|
|
10
|
-
template: '<div></div>'
|
|
11
|
-
},] }
|
|
12
|
-
];
|
|
13
|
-
AccessibilityComponent.propDecorators = {
|
|
14
|
-
role: [{ type: Input }],
|
|
15
|
-
ariaLabel: [{ type: Input }],
|
|
16
|
-
ariaDescribedBy: [{ type: Input }],
|
|
17
|
-
ariaLabelledBy: [{ type: Input }],
|
|
18
|
-
ariaHidden: [{ type: Input }],
|
|
19
|
-
ariaDisabled: [{ type: Input }],
|
|
20
|
-
ariaControls: [{ type: Input }],
|
|
21
|
-
ariaCurrent: [{ type: Input }],
|
|
22
|
-
ariaLive: [{ type: Input }],
|
|
23
|
-
ariaExpanded: [{ type: Input }],
|
|
24
|
-
ariaErrorMessage: [{ type: Input }],
|
|
25
|
-
ariaHasPopup: [{ type: Input }],
|
|
26
|
-
ariaModal: [{ type: Input }],
|
|
27
|
-
tabindex: [{ type: Input }]
|
|
28
|
-
};
|
|
29
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
1
|
+
import { Component, Input } from '@angular/core';
|
|
2
|
+
/**
|
|
3
|
+
* componente para heredar los atributos de accesibilidad
|
|
4
|
+
*/
|
|
5
|
+
export class AccessibilityComponent {
|
|
6
|
+
}
|
|
7
|
+
AccessibilityComponent.decorators = [
|
|
8
|
+
{ type: Component, args: [{
|
|
9
|
+
selector: 'desy-accessibility',
|
|
10
|
+
template: '<div></div>'
|
|
11
|
+
},] }
|
|
12
|
+
];
|
|
13
|
+
AccessibilityComponent.propDecorators = {
|
|
14
|
+
role: [{ type: Input }],
|
|
15
|
+
ariaLabel: [{ type: Input }],
|
|
16
|
+
ariaDescribedBy: [{ type: Input }],
|
|
17
|
+
ariaLabelledBy: [{ type: Input }],
|
|
18
|
+
ariaHidden: [{ type: Input }],
|
|
19
|
+
ariaDisabled: [{ type: Input }],
|
|
20
|
+
ariaControls: [{ type: Input }],
|
|
21
|
+
ariaCurrent: [{ type: Input }],
|
|
22
|
+
ariaLive: [{ type: Input }],
|
|
23
|
+
ariaExpanded: [{ type: Input }],
|
|
24
|
+
ariaErrorMessage: [{ type: Input }],
|
|
25
|
+
ariaHasPopup: [{ type: Input }],
|
|
26
|
+
ariaModal: [{ type: Input }],
|
|
27
|
+
tabindex: [{ type: Input }]
|
|
28
|
+
};
|
|
29
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWNjZXNzaWJpbGl0eS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9kZXN5LWFuZ3VsYXIvc3JjL2xpYi9zaGFyZWQvY29tcG9uZW50cy9hY2Nlc3NpYmlsaXR5L2FjY2Vzc2liaWxpdHkuY29tcG9uZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBR2pEOztHQUVHO0FBS0gsTUFBTSxPQUFPLHNCQUFzQjs7O1lBSmxDLFNBQVMsU0FBQztnQkFDVCxRQUFRLEVBQUUsb0JBQW9CO2dCQUM5QixRQUFRLEVBQUUsYUFBYTthQUN4Qjs7O21CQUVFLEtBQUs7d0JBQ0wsS0FBSzs4QkFDTCxLQUFLOzZCQUNMLEtBQUs7eUJBQ0wsS0FBSzsyQkFDTCxLQUFLOzJCQUNMLEtBQUs7MEJBQ0wsS0FBSzt1QkFDTCxLQUFLOzJCQUNMLEtBQUs7K0JBQ0wsS0FBSzsyQkFDTCxLQUFLO3dCQUNMLEtBQUs7dUJBQ0wsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgSW5wdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEFjY2VzaWJpbGl0eURhdGEgfSBmcm9tICcuLi8uLi9pbnRlcmZhY2VzL2FjY2VzaWJpbGl0eS1kYXRhJztcblxuLyoqXG4gKiBjb21wb25lbnRlIHBhcmEgaGVyZWRhciBsb3MgYXRyaWJ1dG9zIGRlIGFjY2VzaWJpbGlkYWRcbiAqL1xuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnZGVzeS1hY2Nlc3NpYmlsaXR5JyxcbiAgdGVtcGxhdGU6ICc8ZGl2PjwvZGl2Pidcbn0pXG5leHBvcnQgY2xhc3MgQWNjZXNzaWJpbGl0eUNvbXBvbmVudCBpbXBsZW1lbnRzIEFjY2VzaWJpbGl0eURhdGEge1xuICBASW5wdXQoKSByb2xlOiBzdHJpbmc7XG4gIEBJbnB1dCgpIGFyaWFMYWJlbDogc3RyaW5nO1xuICBASW5wdXQoKSBhcmlhRGVzY3JpYmVkQnk6IHN0cmluZztcbiAgQElucHV0KCkgYXJpYUxhYmVsbGVkQnk6IHN0cmluZztcbiAgQElucHV0KCkgYXJpYUhpZGRlbjogc3RyaW5nO1xuICBASW5wdXQoKSBhcmlhRGlzYWJsZWQ6IHN0cmluZztcbiAgQElucHV0KCkgYXJpYUNvbnRyb2xzOiBzdHJpbmc7XG4gIEBJbnB1dCgpIGFyaWFDdXJyZW50OiBzdHJpbmc7XG4gIEBJbnB1dCgpIGFyaWFMaXZlOiBzdHJpbmc7XG4gIEBJbnB1dCgpIGFyaWFFeHBhbmRlZDogc3RyaW5nO1xuICBASW5wdXQoKSBhcmlhRXJyb3JNZXNzYWdlOiBzdHJpbmc7XG4gIEBJbnB1dCgpIGFyaWFIYXNQb3B1cDogc3RyaW5nO1xuICBASW5wdXQoKSBhcmlhTW9kYWw6IHN0cmluZztcbiAgQElucHV0KCkgdGFiaW5kZXg6IHN0cmluZztcblxuICAvKlxuICBDb3BpYXIgcGFyYSBmYWNpbGl0YXIgZWwgdXNvIHBvciBkZWZlY3RvXG4gIFthdHRyLnJvbGVdPVwicm9sZSA/IHJvbGUgOiBudWxsXCJcbiAgW2F0dHIuYXJpYS1sYWJlbF09XCJhcmlhTGFiZWwgPyBhcmlhTGFiZWwgOiBudWxsXCJcbiAgW2F0dHIuYXJpYS1kZXNjcmliZWRieV09XCJhcmlhRGVzY3JpYmVkQnkgPyBhcmlhRGVzY3JpYmVkQnkgOiBudWxsXCJcbiAgW2F0dHIuYXJpYS1sYWJlbGxlZGJ5XT1cImFyaWFMYWJlbGxlZEJ5ID8gYXJpYUxhYmVsbGVkQnkgOiBudWxsXCJcbiAgW2F0dHIuYXJpYS1oaWRkZW5dPVwiYXJpYUhpZGRlbiA/IGFyaWFIaWRkZW4gOiBudWxsXCJcbiAgW2F0dHIuYXJpYS1kaXNhYmxlZF09XCJhcmlhRGlzYWJsZWQgPyBhcmlhRGlzYWJsZWQgOiBudWxsXCJcbiAgW2F0dHIuYXJpYS1jb250cm9sc109XCJhcmlhQ29udHJvbHMgPyBhcmlhQ29udHJvbHMgOiBudWxsXCJcbiAgW2F0dHIuYXJpYS1jdXJyZW50XT1cImFyaWFDdXJyZW50ID8gYXJpYUN1cnJlbnQgOiBudWxsXCJcbiAgW2F0dHIuYXJpYS1saXZlXT1cImFyaWFMaXZlID8gYXJpYUxpdmUgOiBudWxsXCJcbiAgW2F0dHIuYXJpYS1leHBhbmRlZF09XCJhcmlhRXhwYW5kZWQgPyBhcmlhRXhwYW5kZWQgOiBudWxsXCJcbiAgW2F0dHIuYXJpYS1lcnJvcm1lc3NhZ2VdPVwiYXJpYUVycm9yTWVzc2FnZSA/IGFyaWFFcnJvck1lc3NhZ2UgOiBudWxsXCJcbiAgW2F0dHIuYXJpYS1oYXNwb3B1cF09XCJhcmlhSGFzUG9wdXAgPyBhcmlhSGFzUG9wdXAgOiBudWxsXCJcbiAgW2F0dHIuYXJpYS1tb2RhbF09XCJhcmlhTW9kYWwgPyBhcmlhTW9kYWwgOiBudWxsXCJcbiAgW2F0dHIudGFiaW5kZXhdPVwidGFiaW5kZXggPyB0YWJpbmRleCA6IG51bGxcIlxuICAgKi9cbn1cbiJdfQ==
|
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
import { Component, Input } from '@angular/core';
|
|
2
|
-
export class AccessibilityAndContentRequiredComponent {
|
|
3
|
-
}
|
|
4
|
-
AccessibilityAndContentRequiredComponent.decorators = [
|
|
5
|
-
{ type: Component, args: [{
|
|
6
|
-
selector: 'desy-accessibility-and-content-required',
|
|
7
|
-
template: '<div></div>'
|
|
8
|
-
},] }
|
|
9
|
-
];
|
|
10
|
-
AccessibilityAndContentRequiredComponent.propDecorators = {
|
|
11
|
-
html: [{ type: Input }],
|
|
12
|
-
text: [{ type: Input }],
|
|
13
|
-
role: [{ type: Input }],
|
|
14
|
-
ariaLabel: [{ type: Input }],
|
|
15
|
-
ariaDescribedBy: [{ type: Input }],
|
|
16
|
-
ariaLabelledBy: [{ type: Input }],
|
|
17
|
-
ariaHidden: [{ type: Input }],
|
|
18
|
-
ariaDisabled: [{ type: Input }],
|
|
19
|
-
ariaControls: [{ type: Input }],
|
|
20
|
-
ariaCurrent: [{ type: Input }],
|
|
21
|
-
ariaLive: [{ type: Input }],
|
|
22
|
-
ariaExpanded: [{ type: Input }],
|
|
23
|
-
ariaErrorMessage: [{ type: Input }],
|
|
24
|
-
ariaHasPopup: [{ type: Input }],
|
|
25
|
-
tabindex: [{ type: Input }]
|
|
26
|
-
};
|
|
27
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
1
|
+
import { Component, Input } from '@angular/core';
|
|
2
|
+
export class AccessibilityAndContentRequiredComponent {
|
|
3
|
+
}
|
|
4
|
+
AccessibilityAndContentRequiredComponent.decorators = [
|
|
5
|
+
{ type: Component, args: [{
|
|
6
|
+
selector: 'desy-accessibility-and-content-required',
|
|
7
|
+
template: '<div></div>'
|
|
8
|
+
},] }
|
|
9
|
+
];
|
|
10
|
+
AccessibilityAndContentRequiredComponent.propDecorators = {
|
|
11
|
+
html: [{ type: Input }],
|
|
12
|
+
text: [{ type: Input }],
|
|
13
|
+
role: [{ type: Input }],
|
|
14
|
+
ariaLabel: [{ type: Input }],
|
|
15
|
+
ariaDescribedBy: [{ type: Input }],
|
|
16
|
+
ariaLabelledBy: [{ type: Input }],
|
|
17
|
+
ariaHidden: [{ type: Input }],
|
|
18
|
+
ariaDisabled: [{ type: Input }],
|
|
19
|
+
ariaControls: [{ type: Input }],
|
|
20
|
+
ariaCurrent: [{ type: Input }],
|
|
21
|
+
ariaLive: [{ type: Input }],
|
|
22
|
+
ariaExpanded: [{ type: Input }],
|
|
23
|
+
ariaErrorMessage: [{ type: Input }],
|
|
24
|
+
ariaHasPopup: [{ type: Input }],
|
|
25
|
+
tabindex: [{ type: Input }]
|
|
26
|
+
};
|
|
27
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWNjZXNzaWJpbGl0eS1hbmQtY29udGVudC1yZXF1aXJlZC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9kZXN5LWFuZ3VsYXIvc3JjL2xpYi9zaGFyZWQvY29tcG9uZW50cy9hY2Nlc3NpYmlsaXR5LWFuZC1jb250ZW50LXJlcXVpcmVkL2FjY2Vzc2liaWxpdHktYW5kLWNvbnRlbnQtcmVxdWlyZWQuY29tcG9uZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBT2pELE1BQU0sT0FBTyx3Q0FBd0M7OztZQUpwRCxTQUFTLFNBQUM7Z0JBQ1QsUUFBUSxFQUFFLHlDQUF5QztnQkFDbkQsUUFBUSxFQUFFLGFBQWE7YUFDeEI7OzttQkFXSSxLQUFLO21CQUNMLEtBQUs7bUJBR0wsS0FBSzt3QkFDTCxLQUFLOzhCQUNMLEtBQUs7NkJBQ0wsS0FBSzt5QkFDTCxLQUFLOzJCQUNMLEtBQUs7MkJBQ0wsS0FBSzswQkFDTCxLQUFLO3VCQUNMLEtBQUs7MkJBQ0wsS0FBSzsrQkFDTCxLQUFLOzJCQUNMLEtBQUs7dUJBQ0wsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgSW5wdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEFjY2VzaWJpbGl0eURhdGEgfSBmcm9tICcuLi8uLi9pbnRlcmZhY2VzL2FjY2VzaWJpbGl0eS1kYXRhJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnZGVzeS1hY2Nlc3NpYmlsaXR5LWFuZC1jb250ZW50LXJlcXVpcmVkJyxcbiAgdGVtcGxhdGU6ICc8ZGl2PjwvZGl2Pidcbn0pXG5leHBvcnQgY2xhc3MgQWNjZXNzaWJpbGl0eUFuZENvbnRlbnRSZXF1aXJlZENvbXBvbmVudCBpbXBsZW1lbnRzIEFjY2VzaWJpbGl0eURhdGEge1xuXG4gIC8qKlxuICAgKiBjb21wb25lbnRlIHBhcmEgaGVyZWRhciBsb3MgYXRyaWJ1dG9zIGRlIGFjY2VzaWJpbGlkYWQgeVxuICAgKiBlbCBjb250ZW50IHJlcXVpcmVkXG4gICAqXG4gICAqIHNpIGVuIGVsIGNvbXBvbmVudGUgcXVlIGV4dGllbmRlIGRlIGVzdGUsIHNlIGltcGxlbWVudGEgZWwgb25Jbml0IG8gT25jaGFuZ2VzLFxuICAgKiBoYWJyYSBxdWUgaW5jbHVpciBsYSBsbGFtYWRhIGFsIGEgZnVuY2lvbiBjb250ZW50UmVxdWlyZWRGdW5jdGlvblxuICAgKlxuICAgKi9cbiAgICBASW5wdXQoKSBodG1sOiBzdHJpbmc7XG4gICAgQElucHV0KCkgdGV4dDogc3RyaW5nO1xuXG4gICAgLy8gQXRyaWJ1dG9zIGRlIGFjY2VzaWJpbGlkYWRcbiAgICBASW5wdXQoKSByb2xlOiBzdHJpbmc7XG4gICAgQElucHV0KCkgYXJpYUxhYmVsOiBzdHJpbmc7XG4gICAgQElucHV0KCkgYXJpYURlc2NyaWJlZEJ5OiBzdHJpbmc7XG4gICAgQElucHV0KCkgYXJpYUxhYmVsbGVkQnk6IHN0cmluZztcbiAgICBASW5wdXQoKSBhcmlhSGlkZGVuOiBzdHJpbmc7XG4gICAgQElucHV0KCkgYXJpYURpc2FibGVkOiBzdHJpbmc7XG4gICAgQElucHV0KCkgYXJpYUNvbnRyb2xzOiBzdHJpbmc7XG4gICAgQElucHV0KCkgYXJpYUN1cnJlbnQ6IHN0cmluZztcbiAgICBASW5wdXQoKSBhcmlhTGl2ZTogc3RyaW5nO1xuICAgIEBJbnB1dCgpIGFyaWFFeHBhbmRlZDogc3RyaW5nO1xuICAgIEBJbnB1dCgpIGFyaWFFcnJvck1lc3NhZ2U6IHN0cmluZztcbiAgICBASW5wdXQoKSBhcmlhSGFzUG9wdXA6IHN0cmluZztcbiAgICBASW5wdXQoKSB0YWJpbmRleDogc3RyaW5nO1xuXG59XG4iXX0=
|
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
import { Component, Input } from '@angular/core';
|
|
2
|
-
import { TextOrHtmlRequiredComponent } from '../text-or-html-required/text-or-html-required.component';
|
|
3
|
-
export class AccessibilityAndTextOrHtmlRequiredComponent extends TextOrHtmlRequiredComponent {
|
|
4
|
-
}
|
|
5
|
-
AccessibilityAndTextOrHtmlRequiredComponent.decorators = [
|
|
6
|
-
{ type: Component, args: [{
|
|
7
|
-
selector: 'desy-accessibility-and-text-or-html-required',
|
|
8
|
-
template: '<div></div>'
|
|
9
|
-
},] }
|
|
10
|
-
];
|
|
11
|
-
AccessibilityAndTextOrHtmlRequiredComponent.propDecorators = {
|
|
12
|
-
role: [{ type: Input }],
|
|
13
|
-
ariaLabel: [{ type: Input }],
|
|
14
|
-
ariaDescribedBy: [{ type: Input }],
|
|
15
|
-
ariaLabelledBy: [{ type: Input }],
|
|
16
|
-
ariaHidden: [{ type: Input }],
|
|
17
|
-
ariaDisabled: [{ type: Input }],
|
|
18
|
-
ariaControls: [{ type: Input }],
|
|
19
|
-
ariaCurrent: [{ type: Input }],
|
|
20
|
-
ariaLive: [{ type: Input }],
|
|
21
|
-
ariaExpanded: [{ type: Input }],
|
|
22
|
-
ariaErrorMessage: [{ type: Input }],
|
|
23
|
-
ariaHasPopup: [{ type: Input }],
|
|
24
|
-
tabindex: [{ type: Input }]
|
|
25
|
-
};
|
|
26
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
1
|
+
import { Component, Input } from '@angular/core';
|
|
2
|
+
import { TextOrHtmlRequiredComponent } from '../text-or-html-required/text-or-html-required.component';
|
|
3
|
+
export class AccessibilityAndTextOrHtmlRequiredComponent extends TextOrHtmlRequiredComponent {
|
|
4
|
+
}
|
|
5
|
+
AccessibilityAndTextOrHtmlRequiredComponent.decorators = [
|
|
6
|
+
{ type: Component, args: [{
|
|
7
|
+
selector: 'desy-accessibility-and-text-or-html-required',
|
|
8
|
+
template: '<div></div>'
|
|
9
|
+
},] }
|
|
10
|
+
];
|
|
11
|
+
AccessibilityAndTextOrHtmlRequiredComponent.propDecorators = {
|
|
12
|
+
role: [{ type: Input }],
|
|
13
|
+
ariaLabel: [{ type: Input }],
|
|
14
|
+
ariaDescribedBy: [{ type: Input }],
|
|
15
|
+
ariaLabelledBy: [{ type: Input }],
|
|
16
|
+
ariaHidden: [{ type: Input }],
|
|
17
|
+
ariaDisabled: [{ type: Input }],
|
|
18
|
+
ariaControls: [{ type: Input }],
|
|
19
|
+
ariaCurrent: [{ type: Input }],
|
|
20
|
+
ariaLive: [{ type: Input }],
|
|
21
|
+
ariaExpanded: [{ type: Input }],
|
|
22
|
+
ariaErrorMessage: [{ type: Input }],
|
|
23
|
+
ariaHasPopup: [{ type: Input }],
|
|
24
|
+
tabindex: [{ type: Input }]
|
|
25
|
+
};
|
|
26
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWNjZXNzaWJpbGl0eS1hbmQtdGV4dC1vci1odG1sLXJlcXVpcmVkLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2Rlc3ktYW5ndWxhci9zcmMvbGliL3NoYXJlZC9jb21wb25lbnRzL2FjY2Vzc2liaWxpdHktYW5kLXRleHQtb3ItaHRtbC1yZXF1aXJlZC9hY2Nlc3NpYmlsaXR5LWFuZC10ZXh0LW9yLWh0bWwtcmVxdWlyZWQuY29tcG9uZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBRWpELE9BQU8sRUFBRSwyQkFBMkIsRUFBRSxNQUFNLDBEQUEwRCxDQUFDO0FBTXZHLE1BQU0sT0FBTywyQ0FBNEMsU0FBUSwyQkFBMkI7OztZQUozRixTQUFTLFNBQUM7Z0JBQ1QsUUFBUSxFQUFFLDhDQUE4QztnQkFDeEQsUUFBUSxFQUFFLGFBQWE7YUFDeEI7OzttQkFXSSxLQUFLO3dCQUNMLEtBQUs7OEJBQ0wsS0FBSzs2QkFDTCxLQUFLO3lCQUNMLEtBQUs7MkJBQ0wsS0FBSzsyQkFDTCxLQUFLOzBCQUNMLEtBQUs7dUJBQ0wsS0FBSzsyQkFDTCxLQUFLOytCQUNMLEtBQUs7MkJBQ0wsS0FBSzt1QkFDTCxLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBJbnB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQWNjZXNpYmlsaXR5RGF0YSB9IGZyb20gJy4uLy4uL2ludGVyZmFjZXMvYWNjZXNpYmlsaXR5LWRhdGEnO1xuaW1wb3J0IHsgVGV4dE9ySHRtbFJlcXVpcmVkQ29tcG9uZW50IH0gZnJvbSAnLi4vdGV4dC1vci1odG1sLXJlcXVpcmVkL3RleHQtb3ItaHRtbC1yZXF1aXJlZC5jb21wb25lbnQnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdkZXN5LWFjY2Vzc2liaWxpdHktYW5kLXRleHQtb3ItaHRtbC1yZXF1aXJlZCcsXG4gIHRlbXBsYXRlOiAnPGRpdj48L2Rpdj4nXG59KVxuZXhwb3J0IGNsYXNzIEFjY2Vzc2liaWxpdHlBbmRUZXh0T3JIdG1sUmVxdWlyZWRDb21wb25lbnQgZXh0ZW5kcyBUZXh0T3JIdG1sUmVxdWlyZWRDb21wb25lbnQgaW1wbGVtZW50cyBBY2Nlc2liaWxpdHlEYXRhIHtcblxuICAvKipcbiAgICogY29tcG9uZW50ZSBwYXJhIGhlcmVkYXIgbG9zIGF0cmlidXRvcyBkZSBhY2Nlc2liaWxpZGFkIHlcbiAgICogZWwgdGV4dG8gbyBodG1sIHJlcXVpcmVkIC0gWUEgTk8gRVMgUkVRVUlFUklET1xuICAgKiBcbiAgICogXG4gICAqL1xuXG4gICAgLy8gQXRyaWJ1dG9zIGRlIGFjY2VzaWJpbGlkYWRcbiAgICBASW5wdXQoKSByb2xlOiBzdHJpbmc7XG4gICAgQElucHV0KCkgYXJpYUxhYmVsOiBzdHJpbmc7XG4gICAgQElucHV0KCkgYXJpYURlc2NyaWJlZEJ5OiBzdHJpbmc7XG4gICAgQElucHV0KCkgYXJpYUxhYmVsbGVkQnk6IHN0cmluZztcbiAgICBASW5wdXQoKSBhcmlhSGlkZGVuOiBzdHJpbmc7XG4gICAgQElucHV0KCkgYXJpYURpc2FibGVkOiBzdHJpbmc7XG4gICAgQElucHV0KCkgYXJpYUNvbnRyb2xzOiBzdHJpbmc7XG4gICAgQElucHV0KCkgYXJpYUN1cnJlbnQ6IHN0cmluZztcbiAgICBASW5wdXQoKSBhcmlhTGl2ZTogc3RyaW5nO1xuICAgIEBJbnB1dCgpIGFyaWFFeHBhbmRlZDogc3RyaW5nO1xuICAgIEBJbnB1dCgpIGFyaWFFcnJvck1lc3NhZ2U6IHN0cmluZztcbiAgICBASW5wdXQoKSBhcmlhSGFzUG9wdXA6IHN0cmluZztcbiAgICBASW5wdXQoKSB0YWJpbmRleDogc3RyaW5nO1xuXG59XG4iXX0=
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
import { Component, ViewChild } from '@angular/core';
|
|
2
|
-
import { AccessibilityComponent } from '../accessibility/accessibility.component';
|
|
3
|
-
/**
|
|
4
|
-
* Componente base para proyectar contenido
|
|
5
|
-
*/
|
|
6
|
-
export class ContentBaseComponent extends AccessibilityComponent {
|
|
7
|
-
getContent() {
|
|
8
|
-
return this.content;
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
ContentBaseComponent.decorators = [
|
|
12
|
-
{ type: Component, args: [{
|
|
13
|
-
selector: 'desy-content-base',
|
|
14
|
-
template: '<ng-template #contentTemplate><ng-content></ng-content></ng-template>'
|
|
15
|
-
},] }
|
|
16
|
-
];
|
|
17
|
-
ContentBaseComponent.propDecorators = {
|
|
18
|
-
content: [{ type: ViewChild, args: ['contentTemplate', { static: true },] }]
|
|
19
|
-
};
|
|
20
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
1
|
+
import { Component, ViewChild } from '@angular/core';
|
|
2
|
+
import { AccessibilityComponent } from '../accessibility/accessibility.component';
|
|
3
|
+
/**
|
|
4
|
+
* Componente base para proyectar contenido
|
|
5
|
+
*/
|
|
6
|
+
export class ContentBaseComponent extends AccessibilityComponent {
|
|
7
|
+
getContent() {
|
|
8
|
+
return this.content;
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
ContentBaseComponent.decorators = [
|
|
12
|
+
{ type: Component, args: [{
|
|
13
|
+
selector: 'desy-content-base',
|
|
14
|
+
template: '<ng-template #contentTemplate><ng-content></ng-content></ng-template>'
|
|
15
|
+
},] }
|
|
16
|
+
];
|
|
17
|
+
ContentBaseComponent.propDecorators = {
|
|
18
|
+
content: [{ type: ViewChild, args: ['contentTemplate', { static: true },] }]
|
|
19
|
+
};
|
|
20
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29udGVudC1iYXNlLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2Rlc3ktYW5ndWxhci9zcmMvbGliL3NoYXJlZC9jb21wb25lbnRzL2NvbnRlbnQtYmFzZS9jb250ZW50LWJhc2UuY29tcG9uZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBQyxTQUFTLEVBQWUsU0FBUyxFQUFDLE1BQU0sZUFBZSxDQUFDO0FBQ2hFLE9BQU8sRUFBQyxzQkFBc0IsRUFBQyxNQUFNLDBDQUEwQyxDQUFDO0FBQ2hGOztHQUVHO0FBS0gsTUFBTSxPQUFPLG9CQUFxQixTQUFRLHNCQUFzQjtJQUl2RCxVQUFVO1FBQ2YsT0FBTyxJQUFJLENBQUMsT0FBTyxDQUFDO0lBQ3RCLENBQUM7OztZQVZGLFNBQVMsU0FBQztnQkFDVCxRQUFRLEVBQUUsbUJBQW1CO2dCQUM3QixRQUFRLEVBQUUsdUVBQXVFO2FBQ2xGOzs7c0JBR0UsU0FBUyxTQUFDLGlCQUFpQixFQUFFLEVBQUUsTUFBTSxFQUFFLElBQUksRUFBRSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7Q29tcG9uZW50LCBUZW1wbGF0ZVJlZiwgVmlld0NoaWxkfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7QWNjZXNzaWJpbGl0eUNvbXBvbmVudH0gZnJvbSAnLi4vYWNjZXNzaWJpbGl0eS9hY2Nlc3NpYmlsaXR5LmNvbXBvbmVudCc7XG4vKipcbiAqIENvbXBvbmVudGUgYmFzZSBwYXJhIHByb3llY3RhciBjb250ZW5pZG9cbiAqL1xuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnZGVzeS1jb250ZW50LWJhc2UnLFxuICB0ZW1wbGF0ZTogJzxuZy10ZW1wbGF0ZSAjY29udGVudFRlbXBsYXRlPjxuZy1jb250ZW50PjwvbmctY29udGVudD48L25nLXRlbXBsYXRlPidcbn0pXG5leHBvcnQgY2xhc3MgQ29udGVudEJhc2VDb21wb25lbnQgZXh0ZW5kcyBBY2Nlc3NpYmlsaXR5Q29tcG9uZW50IHtcblxuICBAVmlld0NoaWxkKCdjb250ZW50VGVtcGxhdGUnLCB7IHN0YXRpYzogdHJ1ZSB9KSBwcml2YXRlIGNvbnRlbnQ6IFRlbXBsYXRlUmVmPGFueT47XG5cbiAgcHVibGljIGdldENvbnRlbnQoKTogVGVtcGxhdGVSZWY8YW55PiB7XG4gICAgcmV0dXJuIHRoaXMuY29udGVudDtcbiAgfVxufVxuIl19
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from './accessibility/accessibility.component';
|
|
2
|
-
export * from './content-base/content-base.component';
|
|
3
|
-
export * from './accessibility-and-text-or-html-required/accessibility-and-text-or-html-required.component';
|
|
4
|
-
export * from './accessibility-and-content-required/accessibility-and-content-required.component';
|
|
5
|
-
export * from './text-or-html-required/text-or-html-required.component';
|
|
6
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
1
|
+
export * from './accessibility/accessibility.component';
|
|
2
|
+
export * from './content-base/content-base.component';
|
|
3
|
+
export * from './accessibility-and-text-or-html-required/accessibility-and-text-or-html-required.component';
|
|
4
|
+
export * from './accessibility-and-content-required/accessibility-and-content-required.component';
|
|
5
|
+
export * from './text-or-html-required/text-or-html-required.component';
|
|
6
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9kZXN5LWFuZ3VsYXIvc3JjL2xpYi9zaGFyZWQvY29tcG9uZW50cy9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFDQSxjQUFjLHlDQUF5QyxDQUFDO0FBQ3hELGNBQWMsdUNBQXVDLENBQUM7QUFDdEQsY0FBYyw2RkFBNkYsQ0FBQztBQUM1RyxjQUFjLG1GQUFtRixDQUFDO0FBQ2xHLGNBQWMseURBQXlELENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJcbmV4cG9ydCAqIGZyb20gJy4vYWNjZXNzaWJpbGl0eS9hY2Nlc3NpYmlsaXR5LmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL2NvbnRlbnQtYmFzZS9jb250ZW50LWJhc2UuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vYWNjZXNzaWJpbGl0eS1hbmQtdGV4dC1vci1odG1sLXJlcXVpcmVkL2FjY2Vzc2liaWxpdHktYW5kLXRleHQtb3ItaHRtbC1yZXF1aXJlZC5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9hY2Nlc3NpYmlsaXR5LWFuZC1jb250ZW50LXJlcXVpcmVkL2FjY2Vzc2liaWxpdHktYW5kLWNvbnRlbnQtcmVxdWlyZWQuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vdGV4dC1vci1odG1sLXJlcXVpcmVkL3RleHQtb3ItaHRtbC1yZXF1aXJlZC5jb21wb25lbnQnO1xuIl19
|
package/esm2015/lib/shared/components/text-or-html-required/text-or-html-required.component.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { Component, Input } from '@angular/core';
|
|
2
|
-
export class TextOrHtmlRequiredComponent {
|
|
3
|
-
}
|
|
4
|
-
TextOrHtmlRequiredComponent.decorators = [
|
|
5
|
-
{ type: Component, args: [{
|
|
6
|
-
selector: 'desy-text-or-html-required',
|
|
7
|
-
template: '<div></div>'
|
|
8
|
-
},] }
|
|
9
|
-
];
|
|
10
|
-
TextOrHtmlRequiredComponent.propDecorators = {
|
|
11
|
-
text: [{ type: Input }],
|
|
12
|
-
html: [{ type: Input }]
|
|
13
|
-
};
|
|
14
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
1
|
+
import { Component, Input } from '@angular/core';
|
|
2
|
+
export class TextOrHtmlRequiredComponent {
|
|
3
|
+
}
|
|
4
|
+
TextOrHtmlRequiredComponent.decorators = [
|
|
5
|
+
{ type: Component, args: [{
|
|
6
|
+
selector: 'desy-text-or-html-required',
|
|
7
|
+
template: '<div></div>'
|
|
8
|
+
},] }
|
|
9
|
+
];
|
|
10
|
+
TextOrHtmlRequiredComponent.propDecorators = {
|
|
11
|
+
text: [{ type: Input }],
|
|
12
|
+
html: [{ type: Input }]
|
|
13
|
+
};
|
|
14
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGV4dC1vci1odG1sLXJlcXVpcmVkLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2Rlc3ktYW5ndWxhci9zcmMvbGliL3NoYXJlZC9jb21wb25lbnRzL3RleHQtb3ItaHRtbC1yZXF1aXJlZC90ZXh0LW9yLWh0bWwtcmVxdWlyZWQuY29tcG9uZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBTWpELE1BQU0sT0FBTywyQkFBMkI7OztZQUp2QyxTQUFTLFNBQUM7Z0JBQ1QsUUFBUSxFQUFFLDRCQUE0QjtnQkFDdEMsUUFBUSxFQUFFLGFBQWE7YUFDeEI7OzttQkFRRSxLQUFLO21CQUNMLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIElucHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2Rlc3ktdGV4dC1vci1odG1sLXJlcXVpcmVkJyxcbiAgdGVtcGxhdGU6ICc8ZGl2PjwvZGl2Pidcbn0pXG5leHBvcnQgY2xhc3MgVGV4dE9ySHRtbFJlcXVpcmVkQ29tcG9uZW50IHtcblxuICAvKioqXG4gICAqIGNvbXBvbmVudGUgYmFzZSBwYXJhIGVsIGNvbXBvcnRhbWllbnRvIGRlIHRleHRvIG8gaHRtbCByZXF1aXJlZCAtIFlBIE5PIEVTIFJFUVVJUklET1xuICAgKiBcbiAgICoqL1xuXG4gIEBJbnB1dCgpIHRleHQ6IHN0cmluZztcbiAgQElucHV0KCkgaHRtbDogc3RyaW5nO1xuXG59XG5cbiJdfQ==
|
|
@@ -1,41 +1,41 @@
|
|
|
1
|
-
import { QueryList } from '@angular/core';
|
|
2
|
-
/**
|
|
3
|
-
* Decorador para convertir una queryList de componentes obtenidos con ContentChildren a un único componente, de forma que sea similar a un
|
|
4
|
-
* ContentChild pero admitiendo únicamente los compontentes insertados en el primer nivel.
|
|
5
|
-
* Debe utilizarse siempre junto a un ContentChildren
|
|
6
|
-
* Si en el constructor de la clase en la que se utiliza se inyecta el Change detector con nombre 'changeDetectorRef', se indicará que hay
|
|
7
|
-
* cambios cuando se detecten.
|
|
8
|
-
* @param options opciones adicionales:
|
|
9
|
-
* - onSetCallbackName: nombre del método al que llamar tras asociarse el valor. Esto puede utilizarse, por ejemplo, para sobreescribir
|
|
10
|
-
* parámetros definidos externamente en el componente.
|
|
11
|
-
* - onDeleteCallbackName: nombre del método al que llamar tras desasociarse el valor.
|
|
12
|
-
*/
|
|
13
|
-
export function DesyContentChild(options) {
|
|
14
|
-
return (target, propertyKey) => {
|
|
15
|
-
const privateKeyName = `_${propertyKey}`;
|
|
16
|
-
const privateQueryListKeyName = `_${propertyKey}Querylist`;
|
|
17
|
-
Object.defineProperty(target, propertyKey, {
|
|
18
|
-
set(value) {
|
|
19
|
-
const queryList = value instanceof QueryList ? value : null;
|
|
20
|
-
if (queryList && !this[privateQueryListKeyName]) {
|
|
21
|
-
this[privateQueryListKeyName] = queryList;
|
|
22
|
-
queryList.changes.subscribe(() => {
|
|
23
|
-
const previousValue = this[privateKeyName];
|
|
24
|
-
this[privateKeyName] = queryList && queryList.length > 0 ? queryList.first : null;
|
|
25
|
-
if (options && options.onSetCallbackName && this[options.onSetCallbackName] && this[privateKeyName]) {
|
|
26
|
-
this[options.onSetCallbackName](this[privateKeyName]);
|
|
27
|
-
}
|
|
28
|
-
if (options && options.onDeleteCallbackName && this[options.onDeleteCallbackName] && previousValue && !this[privateKeyName]) {
|
|
29
|
-
this[options.onDeleteCallbackName]();
|
|
30
|
-
}
|
|
31
|
-
});
|
|
32
|
-
queryList.notifyOnChanges();
|
|
33
|
-
}
|
|
34
|
-
},
|
|
35
|
-
get() {
|
|
36
|
-
return this[privateKeyName];
|
|
37
|
-
}
|
|
38
|
-
});
|
|
39
|
-
};
|
|
40
|
-
}
|
|
41
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
1
|
+
import { QueryList } from '@angular/core';
|
|
2
|
+
/**
|
|
3
|
+
* Decorador para convertir una queryList de componentes obtenidos con ContentChildren a un único componente, de forma que sea similar a un
|
|
4
|
+
* ContentChild pero admitiendo únicamente los compontentes insertados en el primer nivel.
|
|
5
|
+
* Debe utilizarse siempre junto a un ContentChildren
|
|
6
|
+
* Si en el constructor de la clase en la que se utiliza se inyecta el Change detector con nombre 'changeDetectorRef', se indicará que hay
|
|
7
|
+
* cambios cuando se detecten.
|
|
8
|
+
* @param options opciones adicionales:
|
|
9
|
+
* - onSetCallbackName: nombre del método al que llamar tras asociarse el valor. Esto puede utilizarse, por ejemplo, para sobreescribir
|
|
10
|
+
* parámetros definidos externamente en el componente.
|
|
11
|
+
* - onDeleteCallbackName: nombre del método al que llamar tras desasociarse el valor.
|
|
12
|
+
*/
|
|
13
|
+
export function DesyContentChild(options) {
|
|
14
|
+
return (target, propertyKey) => {
|
|
15
|
+
const privateKeyName = `_${propertyKey}`;
|
|
16
|
+
const privateQueryListKeyName = `_${propertyKey}Querylist`;
|
|
17
|
+
Object.defineProperty(target, propertyKey, {
|
|
18
|
+
set(value) {
|
|
19
|
+
const queryList = value instanceof QueryList ? value : null;
|
|
20
|
+
if (queryList && !this[privateQueryListKeyName]) {
|
|
21
|
+
this[privateQueryListKeyName] = queryList;
|
|
22
|
+
queryList.changes.subscribe(() => {
|
|
23
|
+
const previousValue = this[privateKeyName];
|
|
24
|
+
this[privateKeyName] = queryList && queryList.length > 0 ? queryList.first : null;
|
|
25
|
+
if (options && options.onSetCallbackName && this[options.onSetCallbackName] && this[privateKeyName]) {
|
|
26
|
+
this[options.onSetCallbackName](this[privateKeyName]);
|
|
27
|
+
}
|
|
28
|
+
if (options && options.onDeleteCallbackName && this[options.onDeleteCallbackName] && previousValue && !this[privateKeyName]) {
|
|
29
|
+
this[options.onDeleteCallbackName]();
|
|
30
|
+
}
|
|
31
|
+
});
|
|
32
|
+
queryList.notifyOnChanges();
|
|
33
|
+
}
|
|
34
|
+
},
|
|
35
|
+
get() {
|
|
36
|
+
return this[privateKeyName];
|
|
37
|
+
}
|
|
38
|
+
});
|
|
39
|
+
};
|
|
40
|
+
}
|
|
41
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVzeS1jb250ZW50LWNoaWxkLmRlY29yYXRvci5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2Rlc3ktYW5ndWxhci9zcmMvbGliL3NoYXJlZC9kZWNvcmF0b3JzL2Rlc3ktY29udGVudC1jaGlsZC5kZWNvcmF0b3IudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFDLFNBQVMsRUFBQyxNQUFNLGVBQWUsQ0FBQztBQUV4Qzs7Ozs7Ozs7OztHQVVHO0FBQ0gsTUFBTSxVQUFVLGdCQUFnQixDQUFDLE9BQXVFO0lBQ3RHLE9BQU8sQ0FBQyxNQUFXLEVBQUUsV0FBbUIsRUFBRSxFQUFFO1FBQzFDLE1BQU0sY0FBYyxHQUFHLElBQUksV0FBVyxFQUFFLENBQUM7UUFDekMsTUFBTSx1QkFBdUIsR0FBRyxJQUFJLFdBQVcsV0FBVyxDQUFDO1FBRTNELE1BQU0sQ0FBQyxjQUFjLENBQUMsTUFBTSxFQUFFLFdBQVcsRUFBRTtZQUN6QyxHQUFHLENBQUMsS0FBSztnQkFDUCxNQUFNLFNBQVMsR0FBRyxLQUFLLFlBQVksU0FBUyxDQUFDLENBQUMsQ0FBQyxLQUF1QixDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUM7Z0JBQzlFLElBQUksU0FBUyxJQUFJLENBQUMsSUFBSSxDQUFDLHVCQUF1QixDQUFDLEVBQUU7b0JBQy9DLElBQUksQ0FBQyx1QkFBdUIsQ0FBQyxHQUFHLFNBQVMsQ0FBQztvQkFDMUMsU0FBUyxDQUFDLE9BQU8sQ0FBQyxTQUFTLENBQUMsR0FBRyxFQUFFO3dCQUMvQixNQUFNLGFBQWEsR0FBRyxJQUFJLENBQUMsY0FBYyxDQUFDLENBQUM7d0JBQzNDLElBQUksQ0FBQyxjQUFjLENBQUMsR0FBRyxTQUFTLElBQUksU0FBUyxDQUFDLE1BQU0sR0FBRyxDQUFDLENBQUMsQ0FBQyxDQUFDLFNBQVMsQ0FBQyxLQUFLLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQzt3QkFFbEYsSUFBSSxPQUFPLElBQUksT0FBTyxDQUFDLGlCQUFpQixJQUFJLElBQUksQ0FBQyxPQUFPLENBQUMsaUJBQWlCLENBQUMsSUFBSSxJQUFJLENBQUMsY0FBYyxDQUFDLEVBQUc7NEJBQ3BHLElBQUksQ0FBQyxPQUFPLENBQUMsaUJBQWlCLENBQUMsQ0FBQyxJQUFJLENBQUMsY0FBYyxDQUFDLENBQUMsQ0FBQzt5QkFDdkQ7d0JBRUQsSUFBSSxPQUFPLElBQUksT0FBTyxDQUFDLG9CQUFvQixJQUFJLElBQUksQ0FBQyxPQUFPLENBQUMsb0JBQW9CLENBQUMsSUFBSSxhQUFhLElBQUksQ0FBQyxJQUFJLENBQUMsY0FBYyxDQUFDLEVBQUc7NEJBQzVILElBQUksQ0FBQyxPQUFPLENBQUMsb0JBQW9CLENBQUMsRUFBRSxDQUFDO3lCQUN0QztvQkFDSCxDQUFDLENBQUMsQ0FBQztvQkFDSCxTQUFTLENBQUMsZUFBZSxFQUFFLENBQUM7aUJBQzdCO1lBQ0gsQ0FBQztZQUNELEdBQUc7Z0JBQ0QsT0FBTyxJQUFJLENBQUMsY0FBYyxDQUFDLENBQUM7WUFDOUIsQ0FBQztTQUNGLENBQUMsQ0FBQztJQUNMLENBQUMsQ0FBQztBQUNKLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1F1ZXJ5TGlzdH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbi8qKlxuICogRGVjb3JhZG9yIHBhcmEgY29udmVydGlyIHVuYSBxdWVyeUxpc3QgZGUgY29tcG9uZW50ZXMgb2J0ZW5pZG9zIGNvbiBDb250ZW50Q2hpbGRyZW4gYSB1biDDum5pY28gY29tcG9uZW50ZSwgZGUgZm9ybWEgcXVlIHNlYSBzaW1pbGFyIGEgdW5cbiAqIENvbnRlbnRDaGlsZCBwZXJvIGFkbWl0aWVuZG8gw7puaWNhbWVudGUgbG9zIGNvbXBvbnRlbnRlcyBpbnNlcnRhZG9zIGVuIGVsIHByaW1lciBuaXZlbC5cbiAqIERlYmUgdXRpbGl6YXJzZSBzaWVtcHJlIGp1bnRvIGEgdW4gQ29udGVudENoaWxkcmVuXG4gKiBTaSBlbiBlbCBjb25zdHJ1Y3RvciBkZSBsYSBjbGFzZSBlbiBsYSBxdWUgc2UgdXRpbGl6YSBzZSBpbnllY3RhIGVsIENoYW5nZSBkZXRlY3RvciBjb24gbm9tYnJlICdjaGFuZ2VEZXRlY3RvclJlZicsIHNlIGluZGljYXLDoSBxdWUgaGF5XG4gKiBjYW1iaW9zIGN1YW5kbyBzZSBkZXRlY3Rlbi5cbiAqIEBwYXJhbSBvcHRpb25zIG9wY2lvbmVzIGFkaWNpb25hbGVzOlxuICogIC0gb25TZXRDYWxsYmFja05hbWU6IG5vbWJyZSBkZWwgbcOpdG9kbyBhbCBxdWUgbGxhbWFyIHRyYXMgYXNvY2lhcnNlIGVsIHZhbG9yLiBFc3RvIHB1ZWRlIHV0aWxpemFyc2UsIHBvciBlamVtcGxvLCBwYXJhIHNvYnJlZXNjcmliaXJcbiAqICAgICAgICAgICAgICAgICAgICAgICBwYXLDoW1ldHJvcyBkZWZpbmlkb3MgZXh0ZXJuYW1lbnRlIGVuIGVsIGNvbXBvbmVudGUuXG4gKiAgLSBvbkRlbGV0ZUNhbGxiYWNrTmFtZTogbm9tYnJlIGRlbCBtw6l0b2RvIGFsIHF1ZSBsbGFtYXIgdHJhcyBkZXNhc29jaWFyc2UgZWwgdmFsb3IuXG4gKi9cbmV4cG9ydCBmdW5jdGlvbiBEZXN5Q29udGVudENoaWxkKG9wdGlvbnM/OiB7IG9uU2V0Q2FsbGJhY2tOYW1lPzogc3RyaW5nLCBvbkRlbGV0ZUNhbGxiYWNrTmFtZT86IHN0cmluZyB9KTogUHJvcGVydHlEZWNvcmF0b3Ige1xuICByZXR1cm4gKHRhcmdldDogYW55LCBwcm9wZXJ0eUtleTogc3RyaW5nKSA9PiB7XG4gICAgY29uc3QgcHJpdmF0ZUtleU5hbWUgPSBgXyR7cHJvcGVydHlLZXl9YDtcbiAgICBjb25zdCBwcml2YXRlUXVlcnlMaXN0S2V5TmFtZSA9IGBfJHtwcm9wZXJ0eUtleX1RdWVyeWxpc3RgO1xuXG4gICAgT2JqZWN0LmRlZmluZVByb3BlcnR5KHRhcmdldCwgcHJvcGVydHlLZXksIHtcbiAgICAgIHNldCh2YWx1ZSk6IHZvaWQge1xuICAgICAgICBjb25zdCBxdWVyeUxpc3QgPSB2YWx1ZSBpbnN0YW5jZW9mIFF1ZXJ5TGlzdCA/IHZhbHVlIGFzIFF1ZXJ5TGlzdDxhbnk+IDogbnVsbDtcbiAgICAgICAgaWYgKHF1ZXJ5TGlzdCAmJiAhdGhpc1twcml2YXRlUXVlcnlMaXN0S2V5TmFtZV0pIHtcbiAgICAgICAgICB0aGlzW3ByaXZhdGVRdWVyeUxpc3RLZXlOYW1lXSA9IHF1ZXJ5TGlzdDtcbiAgICAgICAgICBxdWVyeUxpc3QuY2hhbmdlcy5zdWJzY3JpYmUoKCkgPT4ge1xuICAgICAgICAgICAgY29uc3QgcHJldmlvdXNWYWx1ZSA9IHRoaXNbcHJpdmF0ZUtleU5hbWVdO1xuICAgICAgICAgICAgdGhpc1twcml2YXRlS2V5TmFtZV0gPSBxdWVyeUxpc3QgJiYgcXVlcnlMaXN0Lmxlbmd0aCA+IDAgPyBxdWVyeUxpc3QuZmlyc3QgOiBudWxsO1xuXG4gICAgICAgICAgICBpZiAob3B0aW9ucyAmJiBvcHRpb25zLm9uU2V0Q2FsbGJhY2tOYW1lICYmIHRoaXNbb3B0aW9ucy5vblNldENhbGxiYWNrTmFtZV0gJiYgdGhpc1twcml2YXRlS2V5TmFtZV0gKSB7XG4gICAgICAgICAgICAgIHRoaXNbb3B0aW9ucy5vblNldENhbGxiYWNrTmFtZV0odGhpc1twcml2YXRlS2V5TmFtZV0pO1xuICAgICAgICAgICAgfVxuXG4gICAgICAgICAgICBpZiAob3B0aW9ucyAmJiBvcHRpb25zLm9uRGVsZXRlQ2FsbGJhY2tOYW1lICYmIHRoaXNbb3B0aW9ucy5vbkRlbGV0ZUNhbGxiYWNrTmFtZV0gJiYgcHJldmlvdXNWYWx1ZSAmJiAhdGhpc1twcml2YXRlS2V5TmFtZV0gKSB7XG4gICAgICAgICAgICAgIHRoaXNbb3B0aW9ucy5vbkRlbGV0ZUNhbGxiYWNrTmFtZV0oKTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgICB9KTtcbiAgICAgICAgICBxdWVyeUxpc3Qubm90aWZ5T25DaGFuZ2VzKCk7XG4gICAgICAgIH1cbiAgICAgIH0sXG4gICAgICBnZXQoKTogYW55IHtcbiAgICAgICAgcmV0dXJuIHRoaXNbcHJpdmF0ZUtleU5hbWVdO1xuICAgICAgfVxuICAgIH0pO1xuICB9O1xufVxuIl19
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Decorador para controlar los cambios de un input
|
|
3
|
-
* @param callbackName nombre de la función a la que se llamará tras aplicar el cambio
|
|
4
|
-
*/
|
|
5
|
-
export function DesyOnInputChange(callbackName) {
|
|
6
|
-
return (target, propertyKey) => {
|
|
7
|
-
const privateKeyName = `_${propertyKey}`;
|
|
8
|
-
Object.defineProperty(target, propertyKey, {
|
|
9
|
-
set(value) {
|
|
10
|
-
this[privateKeyName] = value;
|
|
11
|
-
this[callbackName]();
|
|
12
|
-
},
|
|
13
|
-
get() {
|
|
14
|
-
return this[privateKeyName];
|
|
15
|
-
}
|
|
16
|
-
});
|
|
17
|
-
};
|
|
18
|
-
}
|
|
19
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
1
|
+
/**
|
|
2
|
+
* Decorador para controlar los cambios de un input
|
|
3
|
+
* @param callbackName nombre de la función a la que se llamará tras aplicar el cambio
|
|
4
|
+
*/
|
|
5
|
+
export function DesyOnInputChange(callbackName) {
|
|
6
|
+
return (target, propertyKey) => {
|
|
7
|
+
const privateKeyName = `_${propertyKey}`;
|
|
8
|
+
Object.defineProperty(target, propertyKey, {
|
|
9
|
+
set(value) {
|
|
10
|
+
this[privateKeyName] = value;
|
|
11
|
+
this[callbackName]();
|
|
12
|
+
},
|
|
13
|
+
get() {
|
|
14
|
+
return this[privateKeyName];
|
|
15
|
+
}
|
|
16
|
+
});
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVzeS1vbi1pbnB1dC1jaGFuZ2UuZGVjb3JhdG9yLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvZGVzeS1hbmd1bGFyL3NyYy9saWIvc2hhcmVkL2RlY29yYXRvcnMvZGVzeS1vbi1pbnB1dC1jaGFuZ2UuZGVjb3JhdG9yLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOzs7R0FHRztBQUNILE1BQU0sVUFBVSxpQkFBaUIsQ0FBQyxZQUFvQjtJQUNwRCxPQUFPLENBQUMsTUFBVyxFQUFFLFdBQW1CLEVBQUUsRUFBRTtRQUMxQyxNQUFNLGNBQWMsR0FBRyxJQUFJLFdBQVcsRUFBRSxDQUFDO1FBRXpDLE1BQU0sQ0FBQyxjQUFjLENBQUMsTUFBTSxFQUFFLFdBQVcsRUFBRTtZQUN6QyxHQUFHLENBQUMsS0FBSztnQkFDUCxJQUFJLENBQUMsY0FBYyxDQUFDLEdBQUcsS0FBSyxDQUFDO2dCQUM3QixJQUFJLENBQUMsWUFBWSxDQUFDLEVBQUUsQ0FBQztZQUN2QixDQUFDO1lBQ0QsR0FBRztnQkFDRCxPQUFPLElBQUksQ0FBQyxjQUFjLENBQUMsQ0FBQztZQUM5QixDQUFDO1NBQ0YsQ0FBQyxDQUFDO0lBQ0wsQ0FBQyxDQUFDO0FBQ0osQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogRGVjb3JhZG9yIHBhcmEgY29udHJvbGFyIGxvcyBjYW1iaW9zIGRlIHVuIGlucHV0XG4gKiBAcGFyYW0gY2FsbGJhY2tOYW1lIG5vbWJyZSBkZSBsYSBmdW5jacOzbiBhIGxhIHF1ZSBzZSBsbGFtYXLDoSB0cmFzIGFwbGljYXIgZWwgY2FtYmlvXG4gKi9cbmV4cG9ydCBmdW5jdGlvbiBEZXN5T25JbnB1dENoYW5nZShjYWxsYmFja05hbWU6IHN0cmluZyk6IFByb3BlcnR5RGVjb3JhdG9yIHtcbiAgcmV0dXJuICh0YXJnZXQ6IGFueSwgcHJvcGVydHlLZXk6IHN0cmluZykgPT4ge1xuICAgIGNvbnN0IHByaXZhdGVLZXlOYW1lID0gYF8ke3Byb3BlcnR5S2V5fWA7XG5cbiAgICBPYmplY3QuZGVmaW5lUHJvcGVydHkodGFyZ2V0LCBwcm9wZXJ0eUtleSwge1xuICAgICAgc2V0KHZhbHVlKTogdm9pZCB7XG4gICAgICAgIHRoaXNbcHJpdmF0ZUtleU5hbWVdID0gdmFsdWU7XG4gICAgICAgIHRoaXNbY2FsbGJhY2tOYW1lXSgpO1xuICAgICAgfSxcbiAgICAgIGdldCgpOiBhbnkge1xuICAgICAgICByZXR1cm4gdGhpc1twcml2YXRlS2V5TmFtZV07XG4gICAgICB9XG4gICAgfSk7XG4gIH07XG59XG4iXX0=
|
|
@@ -1,43 +1,43 @@
|
|
|
1
|
-
import { Directive, ElementRef, EventEmitter, Input, Output } from '@angular/core';
|
|
2
|
-
export class AttributeChangeDirective {
|
|
3
|
-
constructor(elementRef) {
|
|
4
|
-
this.elementRef = elementRef;
|
|
5
|
-
this.desyAttributeChange = new EventEmitter();
|
|
6
|
-
this.desyAttributeChangeMutation = new EventEmitter();
|
|
7
|
-
const element = this.elementRef.nativeElement;
|
|
8
|
-
this.changes = new MutationObserver((mutations) => {
|
|
9
|
-
mutations.forEach((mutation) => {
|
|
10
|
-
if (this.attributesToCheck) {
|
|
11
|
-
const attrs = typeof (this.attributesToCheck) === 'string' ? [this.attributesToCheck] : this.attributesToCheck;
|
|
12
|
-
if (attrs.findIndex(v => v === mutation.attributeName) >= 0) {
|
|
13
|
-
this.desyAttributeChange.emit(this.elementRef.nativeElement.innerHTML);
|
|
14
|
-
this.desyAttributeChangeMutation.emit(mutation);
|
|
15
|
-
}
|
|
16
|
-
}
|
|
17
|
-
});
|
|
18
|
-
});
|
|
19
|
-
this.changes.observe(element, {
|
|
20
|
-
attributes: true,
|
|
21
|
-
childList: false,
|
|
22
|
-
characterData: false,
|
|
23
|
-
subtree: false
|
|
24
|
-
});
|
|
25
|
-
}
|
|
26
|
-
ngOnDestroy() {
|
|
27
|
-
this.changes.disconnect();
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
AttributeChangeDirective.decorators = [
|
|
31
|
-
{ type: Directive, args: [{
|
|
32
|
-
selector: '[desyAttributeChange]'
|
|
33
|
-
},] }
|
|
34
|
-
];
|
|
35
|
-
AttributeChangeDirective.ctorParameters = () => [
|
|
36
|
-
{ type: ElementRef }
|
|
37
|
-
];
|
|
38
|
-
AttributeChangeDirective.propDecorators = {
|
|
39
|
-
attributesToCheck: [{ type: Input }],
|
|
40
|
-
desyAttributeChange: [{ type: Output }],
|
|
41
|
-
desyAttributeChangeMutation: [{ type: Output }]
|
|
42
|
-
};
|
|
43
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
1
|
+
import { Directive, ElementRef, EventEmitter, Input, Output } from '@angular/core';
|
|
2
|
+
export class AttributeChangeDirective {
|
|
3
|
+
constructor(elementRef) {
|
|
4
|
+
this.elementRef = elementRef;
|
|
5
|
+
this.desyAttributeChange = new EventEmitter();
|
|
6
|
+
this.desyAttributeChangeMutation = new EventEmitter();
|
|
7
|
+
const element = this.elementRef.nativeElement;
|
|
8
|
+
this.changes = new MutationObserver((mutations) => {
|
|
9
|
+
mutations.forEach((mutation) => {
|
|
10
|
+
if (this.attributesToCheck) {
|
|
11
|
+
const attrs = typeof (this.attributesToCheck) === 'string' ? [this.attributesToCheck] : this.attributesToCheck;
|
|
12
|
+
if (attrs.findIndex(v => v === mutation.attributeName) >= 0) {
|
|
13
|
+
this.desyAttributeChange.emit(this.elementRef.nativeElement.innerHTML);
|
|
14
|
+
this.desyAttributeChangeMutation.emit(mutation);
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
});
|
|
18
|
+
});
|
|
19
|
+
this.changes.observe(element, {
|
|
20
|
+
attributes: true,
|
|
21
|
+
childList: false,
|
|
22
|
+
characterData: false,
|
|
23
|
+
subtree: false
|
|
24
|
+
});
|
|
25
|
+
}
|
|
26
|
+
ngOnDestroy() {
|
|
27
|
+
this.changes.disconnect();
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
AttributeChangeDirective.decorators = [
|
|
31
|
+
{ type: Directive, args: [{
|
|
32
|
+
selector: '[desyAttributeChange]'
|
|
33
|
+
},] }
|
|
34
|
+
];
|
|
35
|
+
AttributeChangeDirective.ctorParameters = () => [
|
|
36
|
+
{ type: ElementRef }
|
|
37
|
+
];
|
|
38
|
+
AttributeChangeDirective.propDecorators = {
|
|
39
|
+
attributesToCheck: [{ type: Input }],
|
|
40
|
+
desyAttributeChange: [{ type: Output }],
|
|
41
|
+
desyAttributeChangeMutation: [{ type: Output }]
|
|
42
|
+
};
|
|
43
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXR0cmlidXRlLWNoYW5nZS5kaXJlY3RpdmUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9kZXN5LWFuZ3VsYXIvc3JjL2xpYi9zaGFyZWQvZGlyZWN0aXZlcy9hdHRyaWJ1dGUtY2hhbmdlLmRpcmVjdGl2ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUMsU0FBUyxFQUFFLFVBQVUsRUFBRSxZQUFZLEVBQUUsS0FBSyxFQUFhLE1BQU0sRUFBQyxNQUFNLGVBQWUsQ0FBQztBQUs1RixNQUFNLE9BQU8sd0JBQXdCO0lBWW5DLFlBQW9CLFVBQXNCO1FBQXRCLGVBQVUsR0FBVixVQUFVLENBQVk7UUFMbkMsd0JBQW1CLEdBQUcsSUFBSSxZQUFZLEVBQUUsQ0FBQztRQUd6QyxnQ0FBMkIsR0FBRyxJQUFJLFlBQVksRUFBRSxDQUFDO1FBR3RELE1BQU0sT0FBTyxHQUFHLElBQUksQ0FBQyxVQUFVLENBQUMsYUFBYSxDQUFDO1FBRTlDLElBQUksQ0FBQyxPQUFPLEdBQUcsSUFBSSxnQkFBZ0IsQ0FBQyxDQUFDLFNBQTJCLEVBQUUsRUFBRTtZQUNoRSxTQUFTLENBQUMsT0FBTyxDQUFDLENBQUMsUUFBd0IsRUFBRSxFQUFFO2dCQUM3QyxJQUFJLElBQUksQ0FBQyxpQkFBaUIsRUFBRTtvQkFDMUIsTUFBTSxLQUFLLEdBQUcsT0FBTyxDQUFDLElBQUksQ0FBQyxpQkFBaUIsQ0FBQyxLQUFLLFFBQVEsQ0FBQyxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsaUJBQWlCLENBQUMsQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLGlCQUFpQixDQUFDO29CQUMvRyxJQUFJLEtBQUssQ0FBQyxTQUFTLENBQUMsQ0FBQyxDQUFDLEVBQUUsQ0FBQyxDQUFDLEtBQUssUUFBUSxDQUFDLGFBQWEsQ0FBQyxJQUFJLENBQUMsRUFBRTt3QkFDM0QsSUFBSSxDQUFDLG1CQUFtQixDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsVUFBVSxDQUFDLGFBQWEsQ0FBQyxTQUFTLENBQUMsQ0FBQzt3QkFDdkUsSUFBSSxDQUFDLDJCQUEyQixDQUFDLElBQUksQ0FBQyxRQUFRLENBQUMsQ0FBQztxQkFDakQ7aUJBQ0Y7WUFDSCxDQUFDLENBQUMsQ0FBQztRQUNMLENBQUMsQ0FDRixDQUFDO1FBRUYsSUFBSSxDQUFDLE9BQU8sQ0FBQyxPQUFPLENBQUMsT0FBTyxFQUFFO1lBQzVCLFVBQVUsRUFBRSxJQUFJO1lBQ2hCLFNBQVMsRUFBRSxLQUFLO1lBQ2hCLGFBQWEsRUFBRSxLQUFLO1lBQ3BCLE9BQU8sRUFBRSxLQUFLO1NBQ2YsQ0FBQyxDQUFDO0lBQ0wsQ0FBQztJQUVELFdBQVc7UUFDVCxJQUFJLENBQUMsT0FBTyxDQUFDLFVBQVUsRUFBRSxDQUFDO0lBQzVCLENBQUM7OztZQXpDRixTQUFTLFNBQUM7Z0JBQ1QsUUFBUSxFQUFFLHVCQUF1QjthQUNsQzs7O1lBSmtCLFVBQVU7OztnQ0FTMUIsS0FBSztrQ0FFTCxNQUFNOzBDQUdOLE1BQU0iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge0RpcmVjdGl2ZSwgRWxlbWVudFJlZiwgRXZlbnRFbWl0dGVyLCBJbnB1dCwgT25EZXN0cm95LCBPdXRwdXR9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5ARGlyZWN0aXZlKHtcbiAgc2VsZWN0b3I6ICdbZGVzeUF0dHJpYnV0ZUNoYW5nZV0nXG59KVxuZXhwb3J0IGNsYXNzIEF0dHJpYnV0ZUNoYW5nZURpcmVjdGl2ZSBpbXBsZW1lbnRzIE9uRGVzdHJveSB7XG5cbiAgcHJpdmF0ZSBjaGFuZ2VzOiBNdXRhdGlvbk9ic2VydmVyO1xuXG4gIEBJbnB1dCgpIGF0dHJpYnV0ZXNUb0NoZWNrOiBzdHJpbmd8c3RyaW5nW107XG5cbiAgQE91dHB1dCgpXG4gIHB1YmxpYyBkZXN5QXR0cmlidXRlQ2hhbmdlID0gbmV3IEV2ZW50RW1pdHRlcigpO1xuXG4gIEBPdXRwdXQoKVxuICBwdWJsaWMgZGVzeUF0dHJpYnV0ZUNoYW5nZU11dGF0aW9uID0gbmV3IEV2ZW50RW1pdHRlcigpO1xuXG4gIGNvbnN0cnVjdG9yKHByaXZhdGUgZWxlbWVudFJlZjogRWxlbWVudFJlZikge1xuICAgIGNvbnN0IGVsZW1lbnQgPSB0aGlzLmVsZW1lbnRSZWYubmF0aXZlRWxlbWVudDtcblxuICAgIHRoaXMuY2hhbmdlcyA9IG5ldyBNdXRhdGlvbk9ic2VydmVyKChtdXRhdGlvbnM6IE11dGF0aW9uUmVjb3JkW10pID0+IHtcbiAgICAgICAgbXV0YXRpb25zLmZvckVhY2goKG11dGF0aW9uOiBNdXRhdGlvblJlY29yZCkgPT4ge1xuICAgICAgICAgIGlmICh0aGlzLmF0dHJpYnV0ZXNUb0NoZWNrKSB7XG4gICAgICAgICAgICBjb25zdCBhdHRycyA9IHR5cGVvZiAodGhpcy5hdHRyaWJ1dGVzVG9DaGVjaykgPT09ICdzdHJpbmcnID8gW3RoaXMuYXR0cmlidXRlc1RvQ2hlY2tdIDogdGhpcy5hdHRyaWJ1dGVzVG9DaGVjaztcbiAgICAgICAgICAgIGlmIChhdHRycy5maW5kSW5kZXgodiA9PiB2ID09PSBtdXRhdGlvbi5hdHRyaWJ1dGVOYW1lKSA+PSAwKSB7XG4gICAgICAgICAgICAgIHRoaXMuZGVzeUF0dHJpYnV0ZUNoYW5nZS5lbWl0KHRoaXMuZWxlbWVudFJlZi5uYXRpdmVFbGVtZW50LmlubmVySFRNTCk7XG4gICAgICAgICAgICAgIHRoaXMuZGVzeUF0dHJpYnV0ZUNoYW5nZU11dGF0aW9uLmVtaXQobXV0YXRpb24pO1xuICAgICAgICAgICAgfVxuICAgICAgICAgIH1cbiAgICAgICAgfSk7XG4gICAgICB9XG4gICAgKTtcblxuICAgIHRoaXMuY2hhbmdlcy5vYnNlcnZlKGVsZW1lbnQsIHtcbiAgICAgIGF0dHJpYnV0ZXM6IHRydWUsXG4gICAgICBjaGlsZExpc3Q6IGZhbHNlLFxuICAgICAgY2hhcmFjdGVyRGF0YTogZmFsc2UsXG4gICAgICBzdWJ0cmVlOiBmYWxzZVxuICAgIH0pO1xuICB9XG5cbiAgbmdPbkRlc3Ryb3koKTogdm9pZCB7XG4gICAgdGhpcy5jaGFuZ2VzLmRpc2Nvbm5lY3QoKTtcbiAgfVxufVxuIl19
|