desy-angular 14.2.0 → 15.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/fesm2022/desy-angular.mjs +1290 -821
- package/fesm2022/desy-angular.mjs.map +1 -1
- package/index.d.ts +3 -0
- package/lib/desy-forms/components/character-count/character-count.component.d.ts +1 -8
- package/lib/desy-forms/components/checkboxes/checkboxes-parent.component.d.ts +8 -0
- package/lib/desy-forms/components/checkboxes/checkboxes.component.d.ts +26 -0
- package/lib/desy-forms/components/date-input/date-input.component.d.ts +13 -7
- package/lib/desy-forms/components/datepicker/datepicker.component.d.ts +1 -5
- package/lib/desy-forms/components/fieldset/fieldset.component.d.ts +7 -0
- package/lib/desy-forms/components/file-upload/file-upload.component.d.ts +5 -0
- package/lib/desy-forms/components/input/input.component.d.ts +1 -4
- package/lib/desy-forms/components/input-group/input-group.component.d.ts +7 -0
- package/lib/desy-forms/components/label/label.component.d.ts +1 -2
- package/lib/desy-forms/components/radios/radios-parent.component.d.ts +8 -0
- package/lib/desy-forms/components/radios/radios.component.d.ts +26 -0
- package/lib/desy-forms/components/search-bar/search-bar.component.d.ts +1 -2
- package/lib/desy-forms/components/select/option/option.component.d.ts +1 -2
- package/lib/desy-forms/components/textarea/textarea.component.d.ts +1 -3
- package/lib/desy-forms/components/tree/tree-item/tree-item.component.d.ts +4 -0
- package/lib/desy-forms/components/tree/tree.component.d.ts +62 -2
- package/lib/desy-forms/directives/condition.directive.d.ts +5 -0
- package/lib/desy-nav/components/header/header-offcanvas/header-offcanvas.component.d.ts +7 -0
- package/lib/desy-nav/components/menubar/menubar.component.d.ts +7 -0
- package/lib/desy-tables/components/table-advanced/table-advanced.component.d.ts +55 -0
- package/lib/desy-tables/directives/cell.directive.d.ts +3 -0
- package/lib/desy-tables/directives/row.directive.d.ts +7 -0
- package/lib/shared/components/accessibility/accessibility.component.d.ts +3 -0
- package/lib/shared/components/accessibility-and-content-required/accessibility-and-content-required.component.d.ts +8 -0
- package/lib/shared/components/accessibility-and-text-or-html-required/accessibility-and-text-or-html-required.component.d.ts +6 -0
- package/lib/shared/components/content-base/content-base.component.d.ts +3 -0
- package/lib/shared/components/text-or-html-required/text-or-html-required.component.d.ts +4 -0
- package/lib/shared/decorators/desy-content-child.decorator.d.ts +11 -0
- package/lib/shared/decorators/desy-on-input-change.decorator.d.ts +4 -0
- package/lib/shared/directives/content-change.directive.d.ts +4 -0
- package/lib/shared/directives/custom-inner-content.directive.d.ts +6 -0
- package/lib/shared/pipes/external-href.pipe.d.ts +4 -0
- package/lib/shared/utils/search-utils.d.ts +10 -0
- package/lib/shared/utils/string-utils.d.ts +7 -0
- package/package.json +9 -11
- package/esm2022/desy-angular.mjs +0 -2
- package/esm2022/lib/desy-angular.module.mjs +0 -76
- package/esm2022/lib/desy-buttons/components/button/button.component.mjs +0 -118
- package/esm2022/lib/desy-buttons/components/button-loader/button-loader.component.mjs +0 -66
- package/esm2022/lib/desy-buttons/components/dropdown/dropdown.component.mjs +0 -159
- package/esm2022/lib/desy-buttons/components/listbox/listbox-item/listbox-item.component.mjs +0 -39
- package/esm2022/lib/desy-buttons/components/listbox/listbox-label/listbox-label.component.mjs +0 -14
- package/esm2022/lib/desy-buttons/components/listbox/listbox.component.mjs +0 -334
- package/esm2022/lib/desy-buttons/components/pill/pill.component.mjs +0 -83
- package/esm2022/lib/desy-buttons/components/toggle/toggle-off-state/toggle-off-state.component.mjs +0 -17
- package/esm2022/lib/desy-buttons/components/toggle/toggle-on-state/toggle-on-state.component.mjs +0 -17
- package/esm2022/lib/desy-buttons/components/toggle/toggle.component.mjs +0 -62
- package/esm2022/lib/desy-buttons/desy-buttons.module.mjs +0 -70
- package/esm2022/lib/desy-buttons/interfaces/listbox-item-data.mjs +0 -2
- package/esm2022/lib/desy-buttons/interfaces/listbox-label-data.mjs +0 -2
- package/esm2022/lib/desy-commons/components/content/content.component.mjs +0 -14
- package/esm2022/lib/desy-commons/components/description/description.component.mjs +0 -19
- package/esm2022/lib/desy-commons/components/divider/divider.component.mjs +0 -16
- package/esm2022/lib/desy-commons/components/icon/icon.component.mjs +0 -16
- package/esm2022/lib/desy-commons/components/title/title.component.mjs +0 -17
- package/esm2022/lib/desy-commons/desy-commons.module.mjs +0 -24
- package/esm2022/lib/desy-commons/interfaces/content-data.mjs +0 -2
- package/esm2022/lib/desy-commons/interfaces/description-data.mjs +0 -2
- package/esm2022/lib/desy-commons/interfaces/divider-data.mjs +0 -2
- package/esm2022/lib/desy-commons/interfaces/icon-data.mjs +0 -2
- package/esm2022/lib/desy-commons/interfaces/index.mjs +0 -6
- package/esm2022/lib/desy-commons/interfaces/title-data.mjs +0 -2
- package/esm2022/lib/desy-forms/components/character-count/character-count.component.mjs +0 -156
- package/esm2022/lib/desy-forms/components/checkboxes/checkbox-item/checkbox-item.component.mjs +0 -191
- package/esm2022/lib/desy-forms/components/checkboxes/checkboxes-parent.component.mjs +0 -15
- package/esm2022/lib/desy-forms/components/checkboxes/checkboxes.component.mjs +0 -275
- package/esm2022/lib/desy-forms/components/date-input/date-input-day/date-input-day.component.mjs +0 -55
- package/esm2022/lib/desy-forms/components/date-input/date-input-divider/date-input-divider.component.mjs +0 -19
- package/esm2022/lib/desy-forms/components/date-input/date-input-item/date-input-item.component.mjs +0 -42
- package/esm2022/lib/desy-forms/components/date-input/date-input-month/date-input-month.component.mjs +0 -55
- package/esm2022/lib/desy-forms/components/date-input/date-input-year/date-input-year.component.mjs +0 -51
- package/esm2022/lib/desy-forms/components/date-input/date-input.component.mjs +0 -303
- package/esm2022/lib/desy-forms/components/datepicker/datepicker.component.mjs +0 -190
- package/esm2022/lib/desy-forms/components/datepicker/datepicker.pipe.mjs +0 -34
- package/esm2022/lib/desy-forms/components/error-message/error-message.component.mjs +0 -32
- package/esm2022/lib/desy-forms/components/fieldset/fieldset.component.mjs +0 -59
- package/esm2022/lib/desy-forms/components/fieldset/legend/legend.component.mjs +0 -34
- package/esm2022/lib/desy-forms/components/file-upload/file-upload.component.mjs +0 -78
- package/esm2022/lib/desy-forms/components/form-field/form-field.component.mjs +0 -127
- package/esm2022/lib/desy-forms/components/hint/hint.component.mjs +0 -30
- package/esm2022/lib/desy-forms/components/input/input.component.mjs +0 -110
- package/esm2022/lib/desy-forms/components/input-group/input-group-divider/input-group-divider.component.mjs +0 -20
- package/esm2022/lib/desy-forms/components/input-group/input-group-input/input-group-input.component.mjs +0 -59
- package/esm2022/lib/desy-forms/components/input-group/input-group-item/input-group-item.component.mjs +0 -42
- package/esm2022/lib/desy-forms/components/input-group/input-group-select/input-group-select.component.mjs +0 -51
- package/esm2022/lib/desy-forms/components/input-group/input-group.component.mjs +0 -232
- package/esm2022/lib/desy-forms/components/label/label.component.mjs +0 -39
- package/esm2022/lib/desy-forms/components/radios/radio-item/radio-item.component.mjs +0 -138
- package/esm2022/lib/desy-forms/components/radios/radios-parent.component.mjs +0 -15
- package/esm2022/lib/desy-forms/components/radios/radios.component.mjs +0 -286
- package/esm2022/lib/desy-forms/components/search-bar/search-bar.component.mjs +0 -65
- package/esm2022/lib/desy-forms/components/select/option/option.component.mjs +0 -22
- package/esm2022/lib/desy-forms/components/select/option-group/option-group.component.mjs +0 -18
- package/esm2022/lib/desy-forms/components/select/select-item/select-item.component.mjs +0 -14
- package/esm2022/lib/desy-forms/components/select/select.component.mjs +0 -94
- package/esm2022/lib/desy-forms/components/template-driven-wrapper/template-driven-wrapper.component.mjs +0 -12
- package/esm2022/lib/desy-forms/components/textarea/textarea.component.mjs +0 -86
- package/esm2022/lib/desy-forms/components/tree/interfaces/itree-item.mjs +0 -3
- package/esm2022/lib/desy-forms/components/tree/interfaces/quit-tree-item-focus-options.mjs +0 -2
- package/esm2022/lib/desy-forms/components/tree/tree-checkbox/tree-checkbox.component.mjs +0 -174
- package/esm2022/lib/desy-forms/components/tree/tree-item/tree-item.component.mjs +0 -381
- package/esm2022/lib/desy-forms/components/tree/tree-items-generator/tree-items-generator.component.mjs +0 -25
- package/esm2022/lib/desy-forms/components/tree/tree-sub/tree-sub.component.mjs +0 -16
- package/esm2022/lib/desy-forms/components/tree/tree.component.mjs +0 -362
- package/esm2022/lib/desy-forms/desy-forms.module.mjs +0 -223
- package/esm2022/lib/desy-forms/directives/condition.directive.mjs +0 -34
- package/esm2022/lib/desy-forms/interfaces/error-message-data.mjs +0 -2
- package/esm2022/lib/desy-forms/interfaces/fieldset-data.mjs +0 -2
- package/esm2022/lib/desy-forms/interfaces/hint-data.mjs +0 -2
- package/esm2022/lib/desy-forms/interfaces/index.mjs +0 -13
- package/esm2022/lib/desy-forms/interfaces/item-checkbox-data.mjs +0 -2
- package/esm2022/lib/desy-forms/interfaces/item-date-input-data.mjs +0 -2
- package/esm2022/lib/desy-forms/interfaces/item-divider-date-input-data.mjs +0 -2
- package/esm2022/lib/desy-forms/interfaces/item-divider-input-group-data.mjs +0 -2
- package/esm2022/lib/desy-forms/interfaces/item-input-group-data.mjs +0 -2
- package/esm2022/lib/desy-forms/interfaces/item-radio-data.mjs +0 -2
- package/esm2022/lib/desy-forms/interfaces/item-radio-with-template-data.mjs +0 -2
- package/esm2022/lib/desy-forms/interfaces/label-data.mjs +0 -2
- package/esm2022/lib/desy-forms/interfaces/legend-data.mjs +0 -2
- package/esm2022/lib/desy-forms/interfaces/select-item-data.mjs +0 -2
- package/esm2022/lib/desy-modals/components/dialog/dialog.component.mjs +0 -155
- package/esm2022/lib/desy-modals/components/modal/modal-button-loader-primary/modal-button-loader-primary.component.mjs +0 -25
- package/esm2022/lib/desy-modals/components/modal/modal-button-loader-secondary/modal-button-loader-secondary.component.mjs +0 -23
- package/esm2022/lib/desy-modals/components/modal/modal-button-primary/modal-button-primary.component.mjs +0 -23
- package/esm2022/lib/desy-modals/components/modal/modal-button-secondary/modal-button-secondary.component.mjs +0 -23
- package/esm2022/lib/desy-modals/components/modal/modal.component.mjs +0 -192
- package/esm2022/lib/desy-modals/desy-modals.module.mjs +0 -50
- package/esm2022/lib/desy-modals/interfaces/dialog-options.mjs +0 -2
- package/esm2022/lib/desy-modals/interfaces/index.mjs +0 -7
- package/esm2022/lib/desy-modals/interfaces/modal-button-data.mjs +0 -2
- package/esm2022/lib/desy-modals/interfaces/modal-data.mjs +0 -2
- package/esm2022/lib/desy-modals/interfaces/modal-icon-data.mjs +0 -2
- package/esm2022/lib/desy-modals/interfaces/modal-options.mjs +0 -2
- package/esm2022/lib/desy-modals/interfaces/open-dialog-result.mjs +0 -2
- package/esm2022/lib/desy-modals/services/dialog.service.mjs +0 -114
- package/esm2022/lib/desy-nav/components/breadcrumbs/breadcrumbs-item/breadcrumbs-item.component.mjs +0 -16
- package/esm2022/lib/desy-nav/components/breadcrumbs/breadcrumbs.component.mjs +0 -53
- package/esm2022/lib/desy-nav/components/error-summary/error-summary-item/error-summary-item.component.mjs +0 -19
- package/esm2022/lib/desy-nav/components/error-summary/error-summary.component.mjs +0 -67
- package/esm2022/lib/desy-nav/components/footer/footer-meta/footer-meta-item/footer-meta-item.component.mjs +0 -25
- package/esm2022/lib/desy-nav/components/footer/footer-meta/footer-meta.component.mjs +0 -31
- package/esm2022/lib/desy-nav/components/footer/footer-navigation/footer-navigation-item/footer-navigation-item.component.mjs +0 -25
- package/esm2022/lib/desy-nav/components/footer/footer-navigation/footer-navigation.component.mjs +0 -21
- package/esm2022/lib/desy-nav/components/footer/footer.component.mjs +0 -91
- package/esm2022/lib/desy-nav/components/header/header-custom-navigation/header-custom-navigation.component.mjs +0 -15
- package/esm2022/lib/desy-nav/components/header/header-dropdown/header-dropdown.component.mjs +0 -46
- package/esm2022/lib/desy-nav/components/header/header-mobileText/header-mobile-text.component.mjs +0 -336
- package/esm2022/lib/desy-nav/components/header/header-navigation/header-navigation-item/header-navigation-item.component.mjs +0 -31
- package/esm2022/lib/desy-nav/components/header/header-navigation/header-navigation.component.mjs +0 -36
- package/esm2022/lib/desy-nav/components/header/header-offcanvas/header-offcanvas-button/header-offcanvas-button.component.mjs +0 -20
- package/esm2022/lib/desy-nav/components/header/header-offcanvas/header-offcanvas-close-button/header-offcanvas-close-button.component.mjs +0 -15
- package/esm2022/lib/desy-nav/components/header/header-offcanvas/header-offcanvas.component.mjs +0 -93
- package/esm2022/lib/desy-nav/components/header/header-subnav/header-subnav.component.mjs +0 -41
- package/esm2022/lib/desy-nav/components/header/header.component.mjs +0 -119
- package/esm2022/lib/desy-nav/components/header-advanced/header-advanced-custom-navigation/header-custom-navigation.component.mjs +0 -14
- package/esm2022/lib/desy-nav/components/header-advanced/header-advanced-dropdown/header-advanced-dropdown.component.mjs +0 -38
- package/esm2022/lib/desy-nav/components/header-advanced/header-advanced-logo/header-advanced-logo.component.mjs +0 -37
- package/esm2022/lib/desy-nav/components/header-advanced/header-advanced-sub/header-advanced-sub.component.mjs +0 -42
- package/esm2022/lib/desy-nav/components/header-advanced/header-advanced-subtitle/header-advanced-subtitle.component.mjs +0 -14
- package/esm2022/lib/desy-nav/components/header-advanced/header-advanced-super/header-advanced-super.component.mjs +0 -42
- package/esm2022/lib/desy-nav/components/header-advanced/header-advanced-title/header-advanced-title.component.mjs +0 -19
- package/esm2022/lib/desy-nav/components/header-advanced/header-advanced-title-container/header-advanced-title-container.component.mjs +0 -38
- package/esm2022/lib/desy-nav/components/header-advanced/header-advanced.component.mjs +0 -54
- package/esm2022/lib/desy-nav/components/header-mini/header-mini.component.mjs +0 -32
- package/esm2022/lib/desy-nav/components/links-list/links-list-icon-right/links-list-icon-right.component.mjs +0 -16
- package/esm2022/lib/desy-nav/components/links-list/links-list-item/links-list-item.component.mjs +0 -46
- package/esm2022/lib/desy-nav/components/links-list/links-list-item-sub/links-list-item-sub.component.mjs +0 -14
- package/esm2022/lib/desy-nav/components/links-list/links-list.component.mjs +0 -44
- package/esm2022/lib/desy-nav/components/menu-horizontal/menu-horizontal-item/menu-horizontal-item.component.mjs +0 -42
- package/esm2022/lib/desy-nav/components/menu-horizontal/menu-horizontal.component.mjs +0 -76
- package/esm2022/lib/desy-nav/components/menu-navigation/components/menu-navigation-item/menu-navigation-item.component.mjs +0 -55
- package/esm2022/lib/desy-nav/components/menu-navigation/components/menu-navigation-subitem/menu-navigation-subitem.component.mjs +0 -49
- package/esm2022/lib/desy-nav/components/menu-navigation/menu-navigation.component.mjs +0 -858
- package/esm2022/lib/desy-nav/components/menu-vertical/menu-vertical-item/menu-vertical-item.component.mjs +0 -44
- package/esm2022/lib/desy-nav/components/menu-vertical/menu-vertical-item-sub/menu-vertical-item-sub.component.mjs +0 -18
- package/esm2022/lib/desy-nav/components/menu-vertical/menu-vertical-item-sub-item/menu-vertical-item-sub-item.component.mjs +0 -34
- package/esm2022/lib/desy-nav/components/menu-vertical/menu-vertical.component.mjs +0 -98
- package/esm2022/lib/desy-nav/components/menubar/components/menubar-item/menubar-item.component.mjs +0 -51
- package/esm2022/lib/desy-nav/components/menubar/components/menubar-label/menubar-label.component.mjs +0 -14
- package/esm2022/lib/desy-nav/components/menubar/components/menubar-subitem/menubar-subitem.component.mjs +0 -36
- package/esm2022/lib/desy-nav/components/menubar/components/menubar-subsubitem/menubar-subsubitem.component.mjs +0 -27
- package/esm2022/lib/desy-nav/components/menubar/directives/menubaritem.directive.mjs +0 -47
- package/esm2022/lib/desy-nav/components/menubar/menubar.component.mjs +0 -966
- package/esm2022/lib/desy-nav/components/nav/nav-item/nav-item.component.mjs +0 -43
- package/esm2022/lib/desy-nav/components/nav/nav.component.mjs +0 -115
- package/esm2022/lib/desy-nav/components/notification/notification-item/notification-item.component.mjs +0 -25
- package/esm2022/lib/desy-nav/components/notification/notification.component.mjs +0 -127
- package/esm2022/lib/desy-nav/components/skip-link/skip-link.component.mjs +0 -62
- package/esm2022/lib/desy-nav/desy-nav.module.mjs +0 -290
- package/esm2022/lib/desy-nav/directives/dynamic-heading.directive.mjs +0 -40
- package/esm2022/lib/desy-nav/interfaces/breadcrumbs.data.mjs +0 -2
- package/esm2022/lib/desy-nav/interfaces/error-summary-data.mjs +0 -2
- package/esm2022/lib/desy-nav/interfaces/footer-data.mjs +0 -2
- package/esm2022/lib/desy-nav/interfaces/footer-logo.mjs +0 -10
- package/esm2022/lib/desy-nav/interfaces/header-advanced-logo.mjs +0 -7
- package/esm2022/lib/desy-nav/interfaces/header-dropdown-data.mjs +0 -2
- package/esm2022/lib/desy-nav/interfaces/header-mobile-text-data.mjs +0 -2
- package/esm2022/lib/desy-nav/interfaces/header-navigation-data.mjs +0 -2
- package/esm2022/lib/desy-nav/interfaces/header-navigation-item-data.mjs +0 -2
- package/esm2022/lib/desy-nav/interfaces/header-offcanvas-data.mjs +0 -2
- package/esm2022/lib/desy-nav/interfaces/header-skiplink-data.mjs +0 -2
- package/esm2022/lib/desy-nav/interfaces/header-subnav-data.mjs +0 -2
- package/esm2022/lib/desy-nav/interfaces/index.mjs +0 -21
- package/esm2022/lib/desy-nav/interfaces/menu-horizontal-item-data.mjs +0 -2
- package/esm2022/lib/desy-nav/interfaces/menu-horizontal-item-event-data.mjs +0 -2
- package/esm2022/lib/desy-nav/interfaces/menu-navigation-item-sub-item-sub-item.mjs +0 -2
- package/esm2022/lib/desy-nav/interfaces/menu-navigation-item-sub-item.mjs +0 -2
- package/esm2022/lib/desy-nav/interfaces/menu-navigation.mjs +0 -2
- package/esm2022/lib/desy-nav/interfaces/menu-vertical-items-data.mjs +0 -2
- package/esm2022/lib/desy-nav/interfaces/menu-vertical-sub-data.mjs +0 -2
- package/esm2022/lib/desy-nav/interfaces/menu-vertical-sub-items-data.mjs +0 -2
- package/esm2022/lib/desy-nav/interfaces/menubar-item-sub-item-sub-item.mjs +0 -2
- package/esm2022/lib/desy-nav/interfaces/menubar-item-sub-item.mjs +0 -2
- package/esm2022/lib/desy-nav/interfaces/menubar-item-sub.mjs +0 -2
- package/esm2022/lib/desy-nav/interfaces/menubar-item.mjs +0 -2
- package/esm2022/lib/desy-nav/interfaces/nav-item-event.data.mjs +0 -2
- package/esm2022/lib/desy-nav/interfaces/nav-item.data.mjs +0 -2
- package/esm2022/lib/desy-nav/interfaces/notification-items-data.mjs +0 -2
- package/esm2022/lib/desy-nav/interfaces/notification-options.mjs +0 -2
- package/esm2022/lib/desy-pagination/components/pagination/pagination.component.mjs +0 -242
- package/esm2022/lib/desy-pagination/components/pagination-item-perpage/pagination-item-perpage.component.mjs +0 -19
- package/esm2022/lib/desy-pagination/components/pagination-listbox-label/pagination-listbox-label.component.mjs +0 -17
- package/esm2022/lib/desy-pagination/desy-pagination.module.mjs +0 -25
- package/esm2022/lib/desy-pagination/interfaces/pagination-item.data.mjs +0 -2
- package/esm2022/lib/desy-tables/components/table/components/table-caption.component.mjs +0 -17
- package/esm2022/lib/desy-tables/components/table/components/table-cell.component.mjs +0 -23
- package/esm2022/lib/desy-tables/components/table/components/table-footer.component.mjs +0 -18
- package/esm2022/lib/desy-tables/components/table/components/table-header.component.mjs +0 -18
- package/esm2022/lib/desy-tables/components/table/components/table-row.component.mjs +0 -18
- package/esm2022/lib/desy-tables/components/table/table.component.mjs +0 -120
- package/esm2022/lib/desy-tables/components/table-advanced/components/table-advanced-footer-cell.component.mjs +0 -23
- package/esm2022/lib/desy-tables/components/table-advanced/components/table-advanced-footer.component.mjs +0 -27
- package/esm2022/lib/desy-tables/components/table-advanced/components/table-advanced-header-cell.component.mjs +0 -56
- package/esm2022/lib/desy-tables/components/table-advanced/components/table-advanced-header.component.mjs +0 -18
- package/esm2022/lib/desy-tables/components/table-advanced/components/table-advanced-row-cell.component.mjs +0 -23
- package/esm2022/lib/desy-tables/components/table-advanced/components/table-advanced-row.component.mjs +0 -27
- package/esm2022/lib/desy-tables/components/table-advanced/components/table-advanced-select.component.mjs +0 -28
- package/esm2022/lib/desy-tables/components/table-advanced/table-advanced.component.mjs +0 -516
- package/esm2022/lib/desy-tables/desy-tables.module.mjs +0 -100
- package/esm2022/lib/desy-tables/directives/cell.directive.mjs +0 -25
- package/esm2022/lib/desy-tables/directives/focus-clicked-cell.directive.mjs +0 -89
- package/esm2022/lib/desy-tables/directives/row.directive.mjs +0 -22
- package/esm2022/lib/desy-tables/interfaces/cell-data.mjs +0 -2
- package/esm2022/lib/desy-tables/interfaces/head-cell-data.mjs +0 -7
- package/esm2022/lib/desy-tables/interfaces/index.mjs +0 -5
- package/esm2022/lib/desy-tables/interfaces/recalculate-table-params.mjs +0 -2
- package/esm2022/lib/desy-tables/interfaces/row-data.mjs +0 -2
- package/esm2022/lib/desy-tables/interfaces/wrapper-data.mjs +0 -2
- package/esm2022/lib/desy-views/components/accordion/accordion-header/accordion-header.component.mjs +0 -17
- package/esm2022/lib/desy-views/components/accordion/accordion-item/accordion-item.component.mjs +0 -61
- package/esm2022/lib/desy-views/components/accordion/accordion.component.mjs +0 -447
- package/esm2022/lib/desy-views/components/accordion-history/accordion-history-item/accordion-history-item.component.mjs +0 -41
- package/esm2022/lib/desy-views/components/accordion-history/accordion-history.component.mjs +0 -20
- package/esm2022/lib/desy-views/components/accordion-history/accordion-item-hide-button/accordion-item-hide-button.component.mjs +0 -17
- package/esm2022/lib/desy-views/components/accordion-history/accordion-item-show-button/accordion-item-show-button.component.mjs +0 -17
- package/esm2022/lib/desy-views/components/alert/alert.component.mjs +0 -82
- package/esm2022/lib/desy-views/components/card/card-sectors/card-left.component.mjs +0 -21
- package/esm2022/lib/desy-views/components/card/card-sectors/card-right.component.mjs +0 -21
- package/esm2022/lib/desy-views/components/card/card-sectors/card-sub.component.mjs +0 -21
- package/esm2022/lib/desy-views/components/card/card-sectors/card-super.component.mjs +0 -21
- package/esm2022/lib/desy-views/components/card/card.component.mjs +0 -48
- package/esm2022/lib/desy-views/components/collapsible/collapsible.component.mjs +0 -66
- package/esm2022/lib/desy-views/components/description-list/definition/definition.component.mjs +0 -19
- package/esm2022/lib/desy-views/components/description-list/description-item/description-item.component.mjs +0 -36
- package/esm2022/lib/desy-views/components/description-list/description-list.component.mjs +0 -29
- package/esm2022/lib/desy-views/components/description-list/term/term.component.mjs +0 -19
- package/esm2022/lib/desy-views/components/details/details.component.mjs +0 -43
- package/esm2022/lib/desy-views/components/item/item-content-bottom/item-content-bottom.component.mjs +0 -17
- package/esm2022/lib/desy-views/components/item/item-content-right/item-content-right.component.mjs +0 -15
- package/esm2022/lib/desy-views/components/item/item-item/item-item.component.mjs +0 -15
- package/esm2022/lib/desy-views/components/item/item.component.mjs +0 -122
- package/esm2022/lib/desy-views/components/media-object/media-object-figure/media-object-figure.component.mjs +0 -12
- package/esm2022/lib/desy-views/components/media-object/media-object.component.mjs +0 -369
- package/esm2022/lib/desy-views/components/status/status.component.mjs +0 -366
- package/esm2022/lib/desy-views/components/status-item/status-item.component.mjs +0 -401
- package/esm2022/lib/desy-views/components/tabs/panel/panel.component.mjs +0 -19
- package/esm2022/lib/desy-views/components/tabs/tab-item/tab-item.component.mjs +0 -41
- package/esm2022/lib/desy-views/components/tabs/tabs.component.mjs +0 -446
- package/esm2022/lib/desy-views/components/tooltip/tooltip-content/tooltip-content.component.mjs +0 -12
- package/esm2022/lib/desy-views/components/tooltip/tooltip.component.mjs +0 -450
- package/esm2022/lib/desy-views/desy-views.module.mjs +0 -181
- package/esm2022/lib/desy-views/interfaces/accordion-header.data.mjs +0 -2
- package/esm2022/lib/desy-views/interfaces/accordion-item.data.mjs +0 -2
- package/esm2022/lib/desy-views/interfaces/alert-options.mjs +0 -2
- package/esm2022/lib/desy-views/interfaces/description-item.data.mjs +0 -2
- package/esm2022/lib/desy-views/interfaces/index.mjs +0 -11
- package/esm2022/lib/desy-views/interfaces/open-alert-result.mjs +0 -2
- package/esm2022/lib/desy-views/interfaces/status-data.mjs +0 -2
- package/esm2022/lib/desy-views/interfaces/status-icon-data.mjs +0 -2
- package/esm2022/lib/desy-views/interfaces/status-item-title-data.mjs +0 -2
- package/esm2022/lib/desy-views/interfaces/tabs-items-data.mjs +0 -2
- package/esm2022/lib/desy-views/interfaces/tabs-panel-data.mjs +0 -2
- package/esm2022/lib/desy-views/interfaces/term-definition.data.mjs +0 -2
- package/esm2022/lib/desy-views/services/alert.service.mjs +0 -88
- package/esm2022/lib/shared/components/accessibility/accessibility-attributes.mjs +0 -78
- package/esm2022/lib/shared/components/accessibility/accessibility.component.mjs +0 -164
- package/esm2022/lib/shared/components/accessibility-and-content-required/accessibility-and-content-required.component.mjs +0 -168
- package/esm2022/lib/shared/components/accessibility-and-text-or-html-required/accessibility-and-text-or-html-required.component.mjs +0 -165
- package/esm2022/lib/shared/components/content-base/content-base.component.mjs +0 -21
- package/esm2022/lib/shared/components/index.mjs +0 -7
- package/esm2022/lib/shared/components/spinner/spinner.component.mjs +0 -329
- package/esm2022/lib/shared/components/text-or-html-required/text-or-html-required.component.mjs +0 -18
- package/esm2022/lib/shared/decorators/desy-content-child.decorator.mjs +0 -34
- package/esm2022/lib/shared/decorators/desy-on-input-change.decorator.mjs +0 -15
- package/esm2022/lib/shared/directives/accessibility-directive.mjs +0 -54
- package/esm2022/lib/shared/directives/attribute-change.directive.mjs +0 -50
- package/esm2022/lib/shared/directives/click-outside.directive.mjs +0 -40
- package/esm2022/lib/shared/directives/content-change.directive.mjs +0 -41
- package/esm2022/lib/shared/directives/custom-inner-content.directive.mjs +0 -63
- package/esm2022/lib/shared/directives/inner-content.directive.mjs +0 -37
- package/esm2022/lib/shared/interfaces/accessibility-data.mjs +0 -2
- package/esm2022/lib/shared/pipes/external-href.pipe.mjs +0 -28
- package/esm2022/lib/shared/pipes/inner-html.pipe.mjs +0 -21
- package/esm2022/lib/shared/pipes/make-html-list.pipe.mjs +0 -20
- package/esm2022/lib/shared/shared.module.mjs +0 -86
- package/esm2022/lib/shared/sharedExternal.module.mjs +0 -20
- package/esm2022/lib/shared/utils/focus-utils.mjs +0 -50
- package/esm2022/lib/shared/utils/search-utils.mjs +0 -70
- package/esm2022/lib/shared/utils/string-utils.mjs +0 -13
- package/esm2022/public-api.mjs +0 -225
|
@@ -1,450 +0,0 @@
|
|
|
1
|
-
import { __decorate, __metadata } from "tslib";
|
|
2
|
-
import { ChangeDetectorRef, Component, ContentChildren, ElementRef, HostBinding, Input, TemplateRef, ViewChild, } from '@angular/core';
|
|
3
|
-
import { inlinePositioning } from 'tippy.js';
|
|
4
|
-
import { ContentComponent } from '../../../desy-commons/components/content/content.component';
|
|
5
|
-
import { IconComponent } from '../../../desy-commons/components/icon/icon.component';
|
|
6
|
-
import { AccessibilityComponent } from '../../../shared/components';
|
|
7
|
-
import { DesyContentChild } from '../../../shared/decorators/desy-content-child.decorator';
|
|
8
|
-
import { TooltipContentComponent } from './tooltip-content/tooltip-content.component';
|
|
9
|
-
import * as i0 from "@angular/core";
|
|
10
|
-
import * as i1 from "@angular/common";
|
|
11
|
-
import * as i2 from "../../../shared/directives/custom-inner-content.directive";
|
|
12
|
-
import * as i3 from "ngx-tippy-wrapper";
|
|
13
|
-
import * as i4 from "../../../shared/pipes/make-html-list.pipe";
|
|
14
|
-
export class TooltipComponent extends AccessibilityComponent {
|
|
15
|
-
static { this.KEY_CODE_ESC = 'Escape'; }
|
|
16
|
-
constructor(changeDetectorRef) {
|
|
17
|
-
super();
|
|
18
|
-
this.changeDetectorRef = changeDetectorRef;
|
|
19
|
-
this.role = null;
|
|
20
|
-
this.ariaLabel = null;
|
|
21
|
-
this.ariaDescribedBy = null;
|
|
22
|
-
this.ariaLabelledBy = null;
|
|
23
|
-
this.ariaHidden = null;
|
|
24
|
-
this.ariaDisabled = null;
|
|
25
|
-
this.ariaControls = null;
|
|
26
|
-
this.ariaCurrent = null;
|
|
27
|
-
this.ariaLive = null;
|
|
28
|
-
this.ariaExpanded = null;
|
|
29
|
-
this.ariaErrorMessage = null;
|
|
30
|
-
this.ariaHasPopup = null;
|
|
31
|
-
this.ariaModal = null;
|
|
32
|
-
this.ariaChecked = null;
|
|
33
|
-
this.ariaPressed = null;
|
|
34
|
-
this.ariaReadonly = null;
|
|
35
|
-
this.ariaRequired = null;
|
|
36
|
-
this.ariaSelected = null;
|
|
37
|
-
this.ariaValuemin = null;
|
|
38
|
-
this.ariaValuemax = null;
|
|
39
|
-
this.ariaValuenow = null;
|
|
40
|
-
this.ariaValuetext = null;
|
|
41
|
-
this.ariaOrientation = null;
|
|
42
|
-
this.ariaLevel = null;
|
|
43
|
-
this.ariaMultiselectable = null;
|
|
44
|
-
this.ariaPlaceholder = null;
|
|
45
|
-
this.ariaPosinset = null;
|
|
46
|
-
this.ariaSetsize = null;
|
|
47
|
-
this.ariaSort = null;
|
|
48
|
-
this.ariaBusy = null;
|
|
49
|
-
this.ariaDropeffect = null;
|
|
50
|
-
this.ariaGrabbed = null;
|
|
51
|
-
this.ariaActivedescendant = null;
|
|
52
|
-
this.ariaAtomic = null;
|
|
53
|
-
this.ariaAutocomplete = null;
|
|
54
|
-
this.ariaBraillelabel = null;
|
|
55
|
-
this.ariaBrailleroledescription = null;
|
|
56
|
-
this.ariaColcount = null;
|
|
57
|
-
this.ariaColindex = null;
|
|
58
|
-
this.ariaColindextext = null;
|
|
59
|
-
this.ariaColspan = null;
|
|
60
|
-
this.ariaDescription = null;
|
|
61
|
-
this.ariaDetails = null;
|
|
62
|
-
this.ariaFlowto = null;
|
|
63
|
-
this.ariaInvalid = null;
|
|
64
|
-
this.ariaKeyshortcuts = null;
|
|
65
|
-
this.ariaOwns = null;
|
|
66
|
-
this.ariaRelevant = null;
|
|
67
|
-
this.ariaRoledescription = null;
|
|
68
|
-
this.ariaRowcount = null;
|
|
69
|
-
this.ariaRowindex = null;
|
|
70
|
-
this.ariaRowindextext = null;
|
|
71
|
-
this.ariaRowspan = null;
|
|
72
|
-
this.tabindex = null;
|
|
73
|
-
this.title = null;
|
|
74
|
-
this.alt = null;
|
|
75
|
-
this.lang = null;
|
|
76
|
-
this.accesskey = null;
|
|
77
|
-
this.autocomplete = null;
|
|
78
|
-
this.autofocus = null;
|
|
79
|
-
this.contenteditable = null;
|
|
80
|
-
this.dir = null;
|
|
81
|
-
this.draggable = null;
|
|
82
|
-
this.enterkeyhint = null;
|
|
83
|
-
this.hidden = null;
|
|
84
|
-
this.inputmode = null;
|
|
85
|
-
this.spellcheck = null;
|
|
86
|
-
this.translate = null;
|
|
87
|
-
this.ariaMultiline = null;
|
|
88
|
-
this.for = null;
|
|
89
|
-
this.form = null;
|
|
90
|
-
this.headers = null;
|
|
91
|
-
this.placeholder = null;
|
|
92
|
-
this.readonly = null;
|
|
93
|
-
this.required = null;
|
|
94
|
-
}
|
|
95
|
-
ngOnChanges(changes) {
|
|
96
|
-
this.classes = this.classes ? this.classes : null;
|
|
97
|
-
this.idData = this.id ? this.id : null;
|
|
98
|
-
}
|
|
99
|
-
ngAfterContentInit() {
|
|
100
|
-
const contentTooltip = this.tooltipContent.nativeElement;
|
|
101
|
-
this.tippyProperties = {
|
|
102
|
-
placement: 'top',
|
|
103
|
-
inlinePositioning: true,
|
|
104
|
-
content: contentTooltip,
|
|
105
|
-
allowHTML: true,
|
|
106
|
-
trigger: 'mouseenter focus',
|
|
107
|
-
hideOnClick: false,
|
|
108
|
-
theme: '',
|
|
109
|
-
plugins: [
|
|
110
|
-
{
|
|
111
|
-
name: 'hideOnEsc',
|
|
112
|
-
defaultValue: true,
|
|
113
|
-
fn({ hide }) {
|
|
114
|
-
function onKeyDown(event) {
|
|
115
|
-
if (event.key === TooltipComponent.KEY_CODE_ESC) {
|
|
116
|
-
hide();
|
|
117
|
-
}
|
|
118
|
-
}
|
|
119
|
-
return {
|
|
120
|
-
onShow() {
|
|
121
|
-
document.addEventListener('keydown', onKeyDown);
|
|
122
|
-
},
|
|
123
|
-
onHide() {
|
|
124
|
-
document.removeEventListener('keydown', onKeyDown);
|
|
125
|
-
},
|
|
126
|
-
};
|
|
127
|
-
},
|
|
128
|
-
},
|
|
129
|
-
inlinePositioning,
|
|
130
|
-
],
|
|
131
|
-
role: 'tooltip',
|
|
132
|
-
aria: {
|
|
133
|
-
content: this.complex ? 'describedby' : 'labelledby',
|
|
134
|
-
},
|
|
135
|
-
};
|
|
136
|
-
}
|
|
137
|
-
getIdButton() {
|
|
138
|
-
return this.id + '-button';
|
|
139
|
-
}
|
|
140
|
-
getIdTooltip() {
|
|
141
|
-
return this.id + '-tooltip';
|
|
142
|
-
}
|
|
143
|
-
getMainContent() {
|
|
144
|
-
let content;
|
|
145
|
-
if (this.html) {
|
|
146
|
-
content = this.html;
|
|
147
|
-
}
|
|
148
|
-
else if (this.text) {
|
|
149
|
-
content = `<p>${this.text}</p>`;
|
|
150
|
-
}
|
|
151
|
-
return content;
|
|
152
|
-
}
|
|
153
|
-
getIconContent(icon) {
|
|
154
|
-
let iconContent;
|
|
155
|
-
if (icon.html) {
|
|
156
|
-
iconContent = this.icon.html;
|
|
157
|
-
}
|
|
158
|
-
else if (icon.type === 'info') {
|
|
159
|
-
iconContent =
|
|
160
|
-
'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 140 140" width="1em" height="1em" class="w-4 h-4 text-primary-base" role="img" aria-label="Información"><path d="M70 0a70 70 0 1070 70A70.08 70.08 0 0070 0zm7.5 105a7.5 7.5 0 01-15 0V70a7.5 7.5 0 0115 0zM70 50a10 10 0 1110-10 10 10 0 01-10 10z" fill="currentColor"/></svg>';
|
|
161
|
-
}
|
|
162
|
-
else if (icon.type === 'alert') {
|
|
163
|
-
iconContent =
|
|
164
|
-
'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 140 140" width="1em" height="1em" class="w-4 h-4 text-alert-base" role="img" aria-label="Alerta"><path d="M138.42 118.29l-55-110a15 15 0 00-26.84 0l-55 110A15 15 0 0015 140h110a15 15 0 0013.42-21.71zM62.5 50a7.5 7.5 0 0115 0v30a7.5 7.5 0 01-15 0zm7.5 70a10 10 0 1110-10 10 10 0 01-10 10z" fill="currentColor"/></svg>';
|
|
165
|
-
}
|
|
166
|
-
else {
|
|
167
|
-
iconContent =
|
|
168
|
-
'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 140 140" width="1em" height="1em" class="w-4 h-4 text-primary-base" role="img" aria-label="Ayuda"><path d="M70 0a70 70 0 1070 70A70.08 70.08 0 0070 0zm0 117.51a10 10 0 1110-10 10 10 0 01-10 10zm9.17-39.08a2.5 2.5 0 00-1.67 2.36v1.71a7.5 7.5 0 01-15 0v-10A7.5 7.5 0 0170 65a12.5 12.5 0 10-12.5-12.5 7.5 7.5 0 01-15 0 27.5 27.5 0 1136.67 25.93z" fill="currentColor"/></svg>';
|
|
169
|
-
}
|
|
170
|
-
return iconContent;
|
|
171
|
-
}
|
|
172
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TooltipComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
173
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: TooltipComponent, selector: "desy-tooltip", inputs: { id: "id", text: "text", html: "html", complex: "complex", classesTooltip: "classesTooltip", icon: "icon", caller: "caller", classes: "classes" }, host: { properties: { "class": "this.classes", "attr.id": "this.idData", "attr.role": "this.role", "attr.aria-label": "this.ariaLabel", "attr.aria-describedby": "this.ariaDescribedBy", "attr.aria-labelledby": "this.ariaLabelledBy", "attr.aria-hidden": "this.ariaHidden", "attr.aria-disabled": "this.ariaDisabled", "attr.aria-controls": "this.ariaControls", "attr.aria-current": "this.ariaCurrent", "attr.aria-live": "this.ariaLive", "attr.aria-expanded": "this.ariaExpanded", "attr.aria-errormessage": "this.ariaErrorMessage", "attr.aria-haspopup": "this.ariaHasPopup", "attr.aria-modal": "this.ariaModal", "attr.aria-checked": "this.ariaChecked", "attr.aria-pressed": "this.ariaPressed", "attr.aria-readonly": "this.ariaReadonly", "attr.aria-required": "this.ariaRequired", "attr.aria-selected": "this.ariaSelected", "attr.aria-valuemin": "this.ariaValuemin", "attr.aria-valuemax": "this.ariaValuemax", "attr.aria-valuenow": "this.ariaValuenow", "attr.aria-valuetext": "this.ariaValuetext", "attr.aria-orientation": "this.ariaOrientation", "attr.aria-level": "this.ariaLevel", "attr.aria-multiselectable": "this.ariaMultiselectable", "attr.aria-placeholder": "this.ariaPlaceholder", "attr.aria-posinset": "this.ariaPosinset", "attr.aria-setsize": "this.ariaSetsize", "attr.aria-sort": "this.ariaSort", "attr.aria-busy": "this.ariaBusy", "attr.aria-dropeffect": "this.ariaDropeffect", "attr.aria-grabbed": "this.ariaGrabbed", "attr.aria-activedescendant": "this.ariaActivedescendant", "attr.aria-atomic": "this.ariaAtomic", "attr.aria-autocomplete": "this.ariaAutocomplete", "attr.aria-braillelabel": "this.ariaBraillelabel", "attr.aria-brailleroledescription": "this.ariaBrailleroledescription", "attr.aria-colcount": "this.ariaColcount", "attr.aria-colindex": "this.ariaColindex", "attr.aria-colindextext": "this.ariaColindextext", "attr.aria-colspan": "this.ariaColspan", "attr.aria-description": "this.ariaDescription", "attr.aria-details": "this.ariaDetails", "attr.aria-flowto": "this.ariaFlowto", "attr.aria-invalid": "this.ariaInvalid", "attr.aria-keyshortcuts": "this.ariaKeyshortcuts", "attr.aria-owns": "this.ariaOwns", "attr.aria-relevant": "this.ariaRelevant", "attr.aria-roledescription": "this.ariaRoledescription", "attr.aria-rowcount": "this.ariaRowcount", "attr.aria-rowindex": "this.ariaRowindex", "attr.aria-rowindextext": "this.ariaRowindextext", "attr.aria-rowspan": "this.ariaRowspan", "attr.tabindex": "this.tabindex", "attr.title": "this.title", "attr.alt": "this.alt", "attr.lang": "this.lang", "attr.accesskey": "this.accesskey", "attr.autocomplete": "this.autocomplete", "attr.autofocus": "this.autofocus", "attr.contenteditable": "this.contenteditable", "attr.dir": "this.dir", "attr.draggable": "this.draggable", "attr.enterkeyhint": "this.enterkeyhint", "attr.hidden": "this.hidden", "attr.inputmode": "this.inputmode", "attr.spellcheck": "this.spellcheck", "attr.translate": "this.translate", "attr.aria-multiline": "this.ariaMultiline", "attr.for": "this.for", "attr.form": "this.form", "attr.headers": "this.headers", "attr.placeholder": "this.placeholder", "attr.readonly": "this.readonly", "attr.required": "this.required" } }, queries: [{ propertyName: "contentComponent", predicate: ContentComponent }, { propertyName: "iconComponent", predicate: IconComponent }, { propertyName: "tooltipContentComponent", predicate: TooltipContentComponent }], viewQueries: [{ propertyName: "tooltipContent", first: true, predicate: ["tooltipContent"], descendants: true, read: ElementRef, static: true }], usesInheritance: true, usesOnChanges: true, ngImport: i0, template: "<div\n *ngIf=\"tippyProperties\"\n [attr.id]=\"getIdButton()\"\n ngxTippy\n [tippyProps]=\"tippyProperties\"\n class=\"inline-flex items-center focus:bg-warning-base focus:outline-none focus:shadow-outline-focus focus:text-black\"\n tabindex=\"0\"\n role=\"button\"\n [attr.aria-labelledby]=\"getIdButton() + ' ' + getIdTooltip()\">\n <ng-container *desyCustomInnerContent=\"{ component: contentComponent, html: getMainContent() }\"></ng-container>\n <span\n *ngIf=\"iconComponent || icon\"\n class=\"inline-block w-1.5\"></span>\n <span\n *ngIf=\"iconComponent\"\n class=\"inline-block\">\n <ng-container *desyCustomInnerContent=\"{ component: iconComponent }\"></ng-container>\n <ng-container [ngSwitch]=\"iconComponent.type\">\n <svg\n *ngSwitchCase=\"'info'\"\n xmlns=\"http://www.w3.org/2000/svg\"\n viewBox=\"0 0 140 140\"\n width=\"1em\"\n height=\"1em\"\n class=\"w-4 h-4 text-primary-base\"\n role=\"img\"\n aria-label=\"Informaci\u00F3n\">\n <path\n d=\"M70 0a70 70 0 1070 70A70.08 70.08 0 0070 0zm7.5 105a7.5 7.5 0 01-15 0V70a7.5 7.5 0 0115 0zM70 50a10 10 0 1110-10 10 10 0 01-10 10z\"\n fill=\"currentColor\" />\n </svg>\n <svg\n *ngSwitchCase=\"'alert'\"\n xmlns=\"http://www.w3.org/2000/svg\"\n viewBox=\"0 0 140 140\"\n width=\"1em\"\n height=\"1em\"\n class=\"w-4 h-4 text-alert-base\"\n role=\"img\"\n aria-label=\"Alerta\">\n <path\n d=\"M138.42 118.29l-55-110a15 15 0 00-26.84 0l-55 110A15 15 0 0015 140h110a15 15 0 0013.42-21.71zM62.5 50a7.5 7.5 0 0115 0v30a7.5 7.5 0 01-15 0zm7.5 70a10 10 0 1110-10 10 10 0 01-10 10z\"\n fill=\"currentColor\" />\n </svg>\n <svg\n *ngSwitchDefault\n xmlns=\"http://www.w3.org/2000/svg\"\n viewBox=\"0 0 140 140\"\n width=\"1em\"\n height=\"1em\"\n class=\"w-4 h-4 text-primary-base\"\n role=\"img\"\n aria-label=\"Ayuda\">\n <path\n d=\"M70 0a70 70 0 1070 70A70.08 70.08 0 0070 0zm0 117.51a10 10 0 1110-10 10 10 0 01-10 10zm9.17-39.08a2.5 2.5 0 00-1.67 2.36v1.71a7.5 7.5 0 01-15 0v-10A7.5 7.5 0 0170 65a12.5 12.5 0 10-12.5-12.5 7.5 7.5 0 01-15 0 27.5 27.5 0 1136.67 25.93z\"\n fill=\"currentColor\" />\n </svg>\n </ng-container>\n </span>\n <span\n *ngIf=\"!iconComponent && icon\"\n class=\"inline-block\">\n <ng-container *desyCustomInnerContent=\"{ html: getIconContent(icon) }\"></ng-container>\n </span>\n</div>\n\n<div\n #tooltipContent\n [attr.id]=\"getIdTooltip()\"\n [class]=\"['-my-xs p-sm shadow-md bg-black rounded text-white text-sm', classesTooltip] | makeHtmlList\">\n <ng-container *desyCustomInnerContent=\"{ component: tooltipContentComponent, template: caller }\"></ng-container>\n</div>\n", dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { kind: "directive", type: i1.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { kind: "directive", type: i1.NgSwitchDefault, selector: "[ngSwitchDefault]" }, { kind: "directive", type: i2.CustomInnerContentDirective, selector: "[desyCustomInnerContent]", inputs: ["desyCustomInnerContent"] }, { kind: "directive", type: i3.NgxTippyDirective, selector: "[ngxTippy]", inputs: ["ngxTippy", "tippyProps", "tippyName", "tippyClassName", "tippyContext"] }, { kind: "pipe", type: i4.MakeHtmlListPipe, name: "makeHtmlList" }] }); }
|
|
174
|
-
}
|
|
175
|
-
__decorate([
|
|
176
|
-
DesyContentChild(),
|
|
177
|
-
__metadata("design:type", ContentComponent)
|
|
178
|
-
], TooltipComponent.prototype, "contentComponent", void 0);
|
|
179
|
-
__decorate([
|
|
180
|
-
DesyContentChild(),
|
|
181
|
-
__metadata("design:type", IconComponent)
|
|
182
|
-
], TooltipComponent.prototype, "iconComponent", void 0);
|
|
183
|
-
__decorate([
|
|
184
|
-
DesyContentChild(),
|
|
185
|
-
__metadata("design:type", TooltipContentComponent)
|
|
186
|
-
], TooltipComponent.prototype, "tooltipContentComponent", void 0);
|
|
187
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TooltipComponent, decorators: [{
|
|
188
|
-
type: Component,
|
|
189
|
-
args: [{ selector: 'desy-tooltip', template: "<div\n *ngIf=\"tippyProperties\"\n [attr.id]=\"getIdButton()\"\n ngxTippy\n [tippyProps]=\"tippyProperties\"\n class=\"inline-flex items-center focus:bg-warning-base focus:outline-none focus:shadow-outline-focus focus:text-black\"\n tabindex=\"0\"\n role=\"button\"\n [attr.aria-labelledby]=\"getIdButton() + ' ' + getIdTooltip()\">\n <ng-container *desyCustomInnerContent=\"{ component: contentComponent, html: getMainContent() }\"></ng-container>\n <span\n *ngIf=\"iconComponent || icon\"\n class=\"inline-block w-1.5\"></span>\n <span\n *ngIf=\"iconComponent\"\n class=\"inline-block\">\n <ng-container *desyCustomInnerContent=\"{ component: iconComponent }\"></ng-container>\n <ng-container [ngSwitch]=\"iconComponent.type\">\n <svg\n *ngSwitchCase=\"'info'\"\n xmlns=\"http://www.w3.org/2000/svg\"\n viewBox=\"0 0 140 140\"\n width=\"1em\"\n height=\"1em\"\n class=\"w-4 h-4 text-primary-base\"\n role=\"img\"\n aria-label=\"Informaci\u00F3n\">\n <path\n d=\"M70 0a70 70 0 1070 70A70.08 70.08 0 0070 0zm7.5 105a7.5 7.5 0 01-15 0V70a7.5 7.5 0 0115 0zM70 50a10 10 0 1110-10 10 10 0 01-10 10z\"\n fill=\"currentColor\" />\n </svg>\n <svg\n *ngSwitchCase=\"'alert'\"\n xmlns=\"http://www.w3.org/2000/svg\"\n viewBox=\"0 0 140 140\"\n width=\"1em\"\n height=\"1em\"\n class=\"w-4 h-4 text-alert-base\"\n role=\"img\"\n aria-label=\"Alerta\">\n <path\n d=\"M138.42 118.29l-55-110a15 15 0 00-26.84 0l-55 110A15 15 0 0015 140h110a15 15 0 0013.42-21.71zM62.5 50a7.5 7.5 0 0115 0v30a7.5 7.5 0 01-15 0zm7.5 70a10 10 0 1110-10 10 10 0 01-10 10z\"\n fill=\"currentColor\" />\n </svg>\n <svg\n *ngSwitchDefault\n xmlns=\"http://www.w3.org/2000/svg\"\n viewBox=\"0 0 140 140\"\n width=\"1em\"\n height=\"1em\"\n class=\"w-4 h-4 text-primary-base\"\n role=\"img\"\n aria-label=\"Ayuda\">\n <path\n d=\"M70 0a70 70 0 1070 70A70.08 70.08 0 0070 0zm0 117.51a10 10 0 1110-10 10 10 0 01-10 10zm9.17-39.08a2.5 2.5 0 00-1.67 2.36v1.71a7.5 7.5 0 01-15 0v-10A7.5 7.5 0 0170 65a12.5 12.5 0 10-12.5-12.5 7.5 7.5 0 01-15 0 27.5 27.5 0 1136.67 25.93z\"\n fill=\"currentColor\" />\n </svg>\n </ng-container>\n </span>\n <span\n *ngIf=\"!iconComponent && icon\"\n class=\"inline-block\">\n <ng-container *desyCustomInnerContent=\"{ html: getIconContent(icon) }\"></ng-container>\n </span>\n</div>\n\n<div\n #tooltipContent\n [attr.id]=\"getIdTooltip()\"\n [class]=\"['-my-xs p-sm shadow-md bg-black rounded text-white text-sm', classesTooltip] | makeHtmlList\">\n <ng-container *desyCustomInnerContent=\"{ component: tooltipContentComponent, template: caller }\"></ng-container>\n</div>\n" }]
|
|
190
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }], propDecorators: { contentComponent: [{
|
|
191
|
-
type: ContentChildren,
|
|
192
|
-
args: [ContentComponent]
|
|
193
|
-
}], iconComponent: [{
|
|
194
|
-
type: ContentChildren,
|
|
195
|
-
args: [IconComponent]
|
|
196
|
-
}], tooltipContentComponent: [{
|
|
197
|
-
type: ContentChildren,
|
|
198
|
-
args: [TooltipContentComponent]
|
|
199
|
-
}], tooltipContent: [{
|
|
200
|
-
type: ViewChild,
|
|
201
|
-
args: ['tooltipContent', { read: ElementRef, static: true }]
|
|
202
|
-
}], id: [{
|
|
203
|
-
type: Input
|
|
204
|
-
}], text: [{
|
|
205
|
-
type: Input
|
|
206
|
-
}], html: [{
|
|
207
|
-
type: Input
|
|
208
|
-
}], complex: [{
|
|
209
|
-
type: Input
|
|
210
|
-
}], classesTooltip: [{
|
|
211
|
-
type: Input
|
|
212
|
-
}], icon: [{
|
|
213
|
-
type: Input
|
|
214
|
-
}], caller: [{
|
|
215
|
-
type: Input
|
|
216
|
-
}], classes: [{
|
|
217
|
-
type: Input
|
|
218
|
-
}, {
|
|
219
|
-
type: HostBinding,
|
|
220
|
-
args: ['class']
|
|
221
|
-
}], idData: [{
|
|
222
|
-
type: HostBinding,
|
|
223
|
-
args: ['attr.id']
|
|
224
|
-
}], role: [{
|
|
225
|
-
type: HostBinding,
|
|
226
|
-
args: ['attr.role']
|
|
227
|
-
}], ariaLabel: [{
|
|
228
|
-
type: HostBinding,
|
|
229
|
-
args: ['attr.aria-label']
|
|
230
|
-
}], ariaDescribedBy: [{
|
|
231
|
-
type: HostBinding,
|
|
232
|
-
args: ['attr.aria-describedby']
|
|
233
|
-
}], ariaLabelledBy: [{
|
|
234
|
-
type: HostBinding,
|
|
235
|
-
args: ['attr.aria-labelledby']
|
|
236
|
-
}], ariaHidden: [{
|
|
237
|
-
type: HostBinding,
|
|
238
|
-
args: ['attr.aria-hidden']
|
|
239
|
-
}], ariaDisabled: [{
|
|
240
|
-
type: HostBinding,
|
|
241
|
-
args: ['attr.aria-disabled']
|
|
242
|
-
}], ariaControls: [{
|
|
243
|
-
type: HostBinding,
|
|
244
|
-
args: ['attr.aria-controls']
|
|
245
|
-
}], ariaCurrent: [{
|
|
246
|
-
type: HostBinding,
|
|
247
|
-
args: ['attr.aria-current']
|
|
248
|
-
}], ariaLive: [{
|
|
249
|
-
type: HostBinding,
|
|
250
|
-
args: ['attr.aria-live']
|
|
251
|
-
}], ariaExpanded: [{
|
|
252
|
-
type: HostBinding,
|
|
253
|
-
args: ['attr.aria-expanded']
|
|
254
|
-
}], ariaErrorMessage: [{
|
|
255
|
-
type: HostBinding,
|
|
256
|
-
args: ['attr.aria-errormessage']
|
|
257
|
-
}], ariaHasPopup: [{
|
|
258
|
-
type: HostBinding,
|
|
259
|
-
args: ['attr.aria-haspopup']
|
|
260
|
-
}], ariaModal: [{
|
|
261
|
-
type: HostBinding,
|
|
262
|
-
args: ['attr.aria-modal']
|
|
263
|
-
}], ariaChecked: [{
|
|
264
|
-
type: HostBinding,
|
|
265
|
-
args: ['attr.aria-checked']
|
|
266
|
-
}], ariaPressed: [{
|
|
267
|
-
type: HostBinding,
|
|
268
|
-
args: ['attr.aria-pressed']
|
|
269
|
-
}], ariaReadonly: [{
|
|
270
|
-
type: HostBinding,
|
|
271
|
-
args: ['attr.aria-readonly']
|
|
272
|
-
}], ariaRequired: [{
|
|
273
|
-
type: HostBinding,
|
|
274
|
-
args: ['attr.aria-required']
|
|
275
|
-
}], ariaSelected: [{
|
|
276
|
-
type: HostBinding,
|
|
277
|
-
args: ['attr.aria-selected']
|
|
278
|
-
}], ariaValuemin: [{
|
|
279
|
-
type: HostBinding,
|
|
280
|
-
args: ['attr.aria-valuemin']
|
|
281
|
-
}], ariaValuemax: [{
|
|
282
|
-
type: HostBinding,
|
|
283
|
-
args: ['attr.aria-valuemax']
|
|
284
|
-
}], ariaValuenow: [{
|
|
285
|
-
type: HostBinding,
|
|
286
|
-
args: ['attr.aria-valuenow']
|
|
287
|
-
}], ariaValuetext: [{
|
|
288
|
-
type: HostBinding,
|
|
289
|
-
args: ['attr.aria-valuetext']
|
|
290
|
-
}], ariaOrientation: [{
|
|
291
|
-
type: HostBinding,
|
|
292
|
-
args: ['attr.aria-orientation']
|
|
293
|
-
}], ariaLevel: [{
|
|
294
|
-
type: HostBinding,
|
|
295
|
-
args: ['attr.aria-level']
|
|
296
|
-
}], ariaMultiselectable: [{
|
|
297
|
-
type: HostBinding,
|
|
298
|
-
args: ['attr.aria-multiselectable']
|
|
299
|
-
}], ariaPlaceholder: [{
|
|
300
|
-
type: HostBinding,
|
|
301
|
-
args: ['attr.aria-placeholder']
|
|
302
|
-
}], ariaPosinset: [{
|
|
303
|
-
type: HostBinding,
|
|
304
|
-
args: ['attr.aria-posinset']
|
|
305
|
-
}], ariaSetsize: [{
|
|
306
|
-
type: HostBinding,
|
|
307
|
-
args: ['attr.aria-setsize']
|
|
308
|
-
}], ariaSort: [{
|
|
309
|
-
type: HostBinding,
|
|
310
|
-
args: ['attr.aria-sort']
|
|
311
|
-
}], ariaBusy: [{
|
|
312
|
-
type: HostBinding,
|
|
313
|
-
args: ['attr.aria-busy']
|
|
314
|
-
}], ariaDropeffect: [{
|
|
315
|
-
type: HostBinding,
|
|
316
|
-
args: ['attr.aria-dropeffect']
|
|
317
|
-
}], ariaGrabbed: [{
|
|
318
|
-
type: HostBinding,
|
|
319
|
-
args: ['attr.aria-grabbed']
|
|
320
|
-
}], ariaActivedescendant: [{
|
|
321
|
-
type: HostBinding,
|
|
322
|
-
args: ['attr.aria-activedescendant']
|
|
323
|
-
}], ariaAtomic: [{
|
|
324
|
-
type: HostBinding,
|
|
325
|
-
args: ['attr.aria-atomic']
|
|
326
|
-
}], ariaAutocomplete: [{
|
|
327
|
-
type: HostBinding,
|
|
328
|
-
args: ['attr.aria-autocomplete']
|
|
329
|
-
}], ariaBraillelabel: [{
|
|
330
|
-
type: HostBinding,
|
|
331
|
-
args: ['attr.aria-braillelabel']
|
|
332
|
-
}], ariaBrailleroledescription: [{
|
|
333
|
-
type: HostBinding,
|
|
334
|
-
args: ['attr.aria-brailleroledescription']
|
|
335
|
-
}], ariaColcount: [{
|
|
336
|
-
type: HostBinding,
|
|
337
|
-
args: ['attr.aria-colcount']
|
|
338
|
-
}], ariaColindex: [{
|
|
339
|
-
type: HostBinding,
|
|
340
|
-
args: ['attr.aria-colindex']
|
|
341
|
-
}], ariaColindextext: [{
|
|
342
|
-
type: HostBinding,
|
|
343
|
-
args: ['attr.aria-colindextext']
|
|
344
|
-
}], ariaColspan: [{
|
|
345
|
-
type: HostBinding,
|
|
346
|
-
args: ['attr.aria-colspan']
|
|
347
|
-
}], ariaDescription: [{
|
|
348
|
-
type: HostBinding,
|
|
349
|
-
args: ['attr.aria-description']
|
|
350
|
-
}], ariaDetails: [{
|
|
351
|
-
type: HostBinding,
|
|
352
|
-
args: ['attr.aria-details']
|
|
353
|
-
}], ariaFlowto: [{
|
|
354
|
-
type: HostBinding,
|
|
355
|
-
args: ['attr.aria-flowto']
|
|
356
|
-
}], ariaInvalid: [{
|
|
357
|
-
type: HostBinding,
|
|
358
|
-
args: ['attr.aria-invalid']
|
|
359
|
-
}], ariaKeyshortcuts: [{
|
|
360
|
-
type: HostBinding,
|
|
361
|
-
args: ['attr.aria-keyshortcuts']
|
|
362
|
-
}], ariaOwns: [{
|
|
363
|
-
type: HostBinding,
|
|
364
|
-
args: ['attr.aria-owns']
|
|
365
|
-
}], ariaRelevant: [{
|
|
366
|
-
type: HostBinding,
|
|
367
|
-
args: ['attr.aria-relevant']
|
|
368
|
-
}], ariaRoledescription: [{
|
|
369
|
-
type: HostBinding,
|
|
370
|
-
args: ['attr.aria-roledescription']
|
|
371
|
-
}], ariaRowcount: [{
|
|
372
|
-
type: HostBinding,
|
|
373
|
-
args: ['attr.aria-rowcount']
|
|
374
|
-
}], ariaRowindex: [{
|
|
375
|
-
type: HostBinding,
|
|
376
|
-
args: ['attr.aria-rowindex']
|
|
377
|
-
}], ariaRowindextext: [{
|
|
378
|
-
type: HostBinding,
|
|
379
|
-
args: ['attr.aria-rowindextext']
|
|
380
|
-
}], ariaRowspan: [{
|
|
381
|
-
type: HostBinding,
|
|
382
|
-
args: ['attr.aria-rowspan']
|
|
383
|
-
}], tabindex: [{
|
|
384
|
-
type: HostBinding,
|
|
385
|
-
args: ['attr.tabindex']
|
|
386
|
-
}], title: [{
|
|
387
|
-
type: HostBinding,
|
|
388
|
-
args: ['attr.title']
|
|
389
|
-
}], alt: [{
|
|
390
|
-
type: HostBinding,
|
|
391
|
-
args: ['attr.alt']
|
|
392
|
-
}], lang: [{
|
|
393
|
-
type: HostBinding,
|
|
394
|
-
args: ['attr.lang']
|
|
395
|
-
}], accesskey: [{
|
|
396
|
-
type: HostBinding,
|
|
397
|
-
args: ['attr.accesskey']
|
|
398
|
-
}], autocomplete: [{
|
|
399
|
-
type: HostBinding,
|
|
400
|
-
args: ['attr.autocomplete']
|
|
401
|
-
}], autofocus: [{
|
|
402
|
-
type: HostBinding,
|
|
403
|
-
args: ['attr.autofocus']
|
|
404
|
-
}], contenteditable: [{
|
|
405
|
-
type: HostBinding,
|
|
406
|
-
args: ['attr.contenteditable']
|
|
407
|
-
}], dir: [{
|
|
408
|
-
type: HostBinding,
|
|
409
|
-
args: ['attr.dir']
|
|
410
|
-
}], draggable: [{
|
|
411
|
-
type: HostBinding,
|
|
412
|
-
args: ['attr.draggable']
|
|
413
|
-
}], enterkeyhint: [{
|
|
414
|
-
type: HostBinding,
|
|
415
|
-
args: ['attr.enterkeyhint']
|
|
416
|
-
}], hidden: [{
|
|
417
|
-
type: HostBinding,
|
|
418
|
-
args: ['attr.hidden']
|
|
419
|
-
}], inputmode: [{
|
|
420
|
-
type: HostBinding,
|
|
421
|
-
args: ['attr.inputmode']
|
|
422
|
-
}], spellcheck: [{
|
|
423
|
-
type: HostBinding,
|
|
424
|
-
args: ['attr.spellcheck']
|
|
425
|
-
}], translate: [{
|
|
426
|
-
type: HostBinding,
|
|
427
|
-
args: ['attr.translate']
|
|
428
|
-
}], ariaMultiline: [{
|
|
429
|
-
type: HostBinding,
|
|
430
|
-
args: ['attr.aria-multiline']
|
|
431
|
-
}], for: [{
|
|
432
|
-
type: HostBinding,
|
|
433
|
-
args: ['attr.for']
|
|
434
|
-
}], form: [{
|
|
435
|
-
type: HostBinding,
|
|
436
|
-
args: ['attr.form']
|
|
437
|
-
}], headers: [{
|
|
438
|
-
type: HostBinding,
|
|
439
|
-
args: ['attr.headers']
|
|
440
|
-
}], placeholder: [{
|
|
441
|
-
type: HostBinding,
|
|
442
|
-
args: ['attr.placeholder']
|
|
443
|
-
}], readonly: [{
|
|
444
|
-
type: HostBinding,
|
|
445
|
-
args: ['attr.readonly']
|
|
446
|
-
}], required: [{
|
|
447
|
-
type: HostBinding,
|
|
448
|
-
args: ['attr.required']
|
|
449
|
-
}] } });
|
|
450
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidG9vbHRpcC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9kZXN5LWFuZ3VsYXIvc3JjL2xpYi9kZXN5LXZpZXdzL2NvbXBvbmVudHMvdG9vbHRpcC90b29sdGlwLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2Rlc3ktYW5ndWxhci9zcmMvbGliL2Rlc3ktdmlld3MvY29tcG9uZW50cy90b29sdGlwL3Rvb2x0aXAuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLE9BQU8sRUFFTCxpQkFBaUIsRUFDakIsU0FBUyxFQUNULGVBQWUsRUFDZixVQUFVLEVBQ1YsV0FBVyxFQUNYLEtBQUssRUFHTCxXQUFXLEVBQ1gsU0FBUyxHQUNWLE1BQU0sZUFBZSxDQUFDO0FBQ3ZCLE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLFVBQVUsQ0FBQztBQUM3QyxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSw0REFBNEQsQ0FBQztBQUM5RixPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0sc0RBQXNELENBQUM7QUFFckYsT0FBTyxFQUFFLHNCQUFzQixFQUFFLE1BQU0sNEJBQTRCLENBQUM7QUFDcEUsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0seURBQXlELENBQUM7QUFDM0YsT0FBTyxFQUFFLHVCQUF1QixFQUFFLE1BQU0sNkNBQTZDLENBQUM7Ozs7OztBQU10RixNQUFNLE9BQU8sZ0JBQWlCLFNBQVEsc0JBQXNCO2FBQzFDLGlCQUFZLEdBQUcsUUFBUSxBQUFYLENBQVk7SUEwR3hDLFlBQW9CLGlCQUFvQztRQUN0RCxLQUFLLEVBQUUsQ0FBQztRQURVLHNCQUFpQixHQUFqQixpQkFBaUIsQ0FBbUI7UUE5RTlCLFNBQUksR0FBVyxJQUFJLENBQUM7UUFDZCxjQUFTLEdBQVcsSUFBSSxDQUFDO1FBQ25CLG9CQUFlLEdBQVcsSUFB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LFdBQVc7c0JBQTVDLFdBQVc7dUJBQUMsbUJBQW1CO2dCQUNGLFFBQVE7c0JBQXJDLFdBQVc7dUJBQUMsZUFBZTtnQkFDRCxLQUFLO3NCQUEvQixXQUFXO3VCQUFDLFlBQVk7Z0JBQ0EsR0FBRztzQkFBM0IsV0FBVzt1QkFBQyxVQUFVO2dCQUNHLElBQUk7c0JBQTdCLFdBQVc7dUJBQUMsV0FBVztnQkFDTyxTQUFTO3NCQUF2QyxXQUFXO3VCQUFDLGdCQUFnQjtnQkFDSyxZQUFZO3NCQUE3QyxXQUFXO3VCQUFDLG1CQUFtQjtnQkFDRCxTQUFTO3NCQUF2QyxXQUFXO3VCQUFDLGdCQUFnQjtnQkFDUSxlQUFlO3NCQUFuRCxXQUFXO3VCQUFDLHNCQUFzQjtnQkFDVixHQUFHO3NCQUEzQixXQUFXO3VCQUFDLFVBQVU7Z0JBQ1EsU0FBUztzQkFBdkMsV0FBVzt1QkFBQyxnQkFBZ0I7Z0JBQ0ssWUFBWTtzQkFBN0MsV0FBVzt1QkFBQyxtQkFBbUI7Z0JBQ0osTUFBTTtzQkFBakMsV0FBVzt1QkFBQyxhQUFhO2dCQUNLLFNBQVM7c0JBQXZDLFdBQVc7dUJBQUMsZ0JBQWdCO2dCQUNHLFVBQVU7c0JBQXpDLFdBQVc7dUJBQUMsaUJBQWlCO2dCQUNDLFNBQVM7c0JBQXZDLFdBQVc7dUJBQUMsZ0JBQWdCO2dCQUNPLGFBQWE7c0JBQWhELFdBQVc7dUJBQUMscUJBQXFCO2dCQUNULEdBQUc7c0JBQTNCLFdBQVc7dUJBQUMsVUFBVTtnQkFDRyxJQUFJO3NCQUE3QixXQUFXO3VCQUFDLFdBQVc7Z0JBQ0ssT0FBTztzQkFBbkMsV0FBVzt1QkFBQyxjQUFjO2dCQUNNLFdBQVc7c0JBQTNDLFdBQVc7dUJBQUMsa0JBQWtCO2dCQUNELFFBQVE7c0JBQXJDLFdBQVc7dUJBQUMsZUFBZTtnQkFDRSxRQUFRO3NCQUFyQyxXQUFXO3VCQUFDLGVBQWUiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICBBZnRlckNvbnRlbnRJbml0LFxuICBDaGFuZ2VEZXRlY3RvclJlZixcbiAgQ29tcG9uZW50LFxuICBDb250ZW50Q2hpbGRyZW4sXG4gIEVsZW1lbnRSZWYsXG4gIEhvc3RCaW5kaW5nLFxuICBJbnB1dCxcbiAgT25DaGFuZ2VzLFxuICBTaW1wbGVDaGFuZ2VzLFxuICBUZW1wbGF0ZVJlZixcbiAgVmlld0NoaWxkLFxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IGlubGluZVBvc2l0aW9uaW5nIH0gZnJvbSAndGlwcHkuanMnO1xuaW1wb3J0IHsgQ29udGVudENvbXBvbmVudCB9IGZyb20gJy4uLy4uLy4uL2Rlc3ktY29tbW9ucy9jb21wb25lbnRzL2NvbnRlbnQvY29udGVudC5jb21wb25lbnQnO1xuaW1wb3J0IHsgSWNvbkNvbXBvbmVudCB9IGZyb20gJy4uLy4uLy4uL2Rlc3ktY29tbW9ucy9jb21wb25lbnRzL2ljb24vaWNvbi5jb21wb25lbnQnO1xuaW1wb3J0IHsgSWNvbkRhdGEgfSBmcm9tICcuLi8uLi8uLi9kZXN5LWNvbW1vbnMvaW50ZXJmYWNlcyc7XG5pbXBvcnQgeyBBY2Nlc3NpYmlsaXR5Q29tcG9uZW50IH0gZnJvbSAnLi4vLi4vLi4vc2hhcmVkL2NvbXBvbmVudHMnO1xuaW1wb3J0IHsgRGVzeUNvbnRlbnRDaGlsZCB9IGZyb20gJy4uLy4uLy4uL3NoYXJlZC9kZWNvcmF0b3JzL2Rlc3ktY29udGVudC1jaGlsZC5kZWNvcmF0b3InO1xuaW1wb3J0IHsgVG9vbHRpcENvbnRlbnRDb21wb25lbnQgfSBmcm9tICcuL3Rvb2x0aXAtY29udGVudC90b29sdGlwLWNvbnRlbnQuY29tcG9uZW50JztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnZGVzeS10b29sdGlwJyxcbiAgdGVtcGxhdGVVcmw6ICcuL3Rvb2x0aXAuY29tcG9uZW50Lmh0bWwnLFxufSlcbmV4cG9ydCBjbGFzcyBUb29sdGlwQ29tcG9uZW50IGV4dGVuZHMgQWNjZXNzaWJpbGl0eUNvbXBvbmVudCBpbXBsZW1lbnRzIEFmdGVyQ29udGVudEluaXQsIE9uQ2hhbmdlcyB7XG4gIHN0YXRpYyByZWFkb25seSBLRVlfQ09ERV9FU0MgPSAnRXNjYXBlJztcblxuICBARGVzeUNvbnRlbnRDaGlsZCgpXG4gIEBDb250ZW50Q2hpbGRyZW4oQ29udGVudENvbXBvbmVudClcbiAgY29udGVudENvbXBvbmVudDogQ29udGVudENvbXBvbmVudDtcblxuICBARGVzeUNvbnRlbnRDaGlsZCgpXG4gIEBDb250ZW50Q2hpbGRyZW4oSWNvbkNvbXBvbmVudClcbiAgaWNvbkNvbXBvbmVudDogSWNvbkNvbXBvbmVudDtcblxuICBARGVzeUNvbnRlbnRDaGlsZCgpXG4gIEBDb250ZW50Q2hpbGRyZW4oVG9vbHRpcENvbnRlbnRDb21wb25lbnQpXG4gIHRvb2x0aXBDb250ZW50Q29tcG9uZW50OiBUb29sdGlwQ29udGVudENvbXBvbmVudDtcblxuICBAVmlld0NoaWxkKCd0b29sdGlwQ29udGVudCcsIHsgcmVhZDogRWxlbWVudFJlZiwgc3RhdGljOiB0cnVlIH0pIHRvb2x0aXBDb250ZW50OiBFbGVtZW50UmVmO1xuXG4gIEBJbnB1dCgpIGlkOiBzdHJpbmc7XG4gIEBJbnB1dCgpIHRleHQ6IHN0cmluZztcbiAgQElucHV0KCkgaHRtbDogc3RyaW5nO1xuICBASW5wdXQoKSBjb21wbGV4OiBib29sZWFuO1xuICBASW5wdXQoKSBjbGFzc2VzVG9vbHRpcDogc3RyaW5nO1xuICBASW5wdXQoKSBpY29uOiBJY29uRGF0YTtcbiAgQElucHV0KCkgY2FsbGVyOiBUZW1wbGF0ZVJlZjxhbnk+O1xuICBASW5wdXQoKSBASG9zdEJpbmRpbmcoJ2NsYXNzJykgY2xhc3NlczogYW55O1xuICAvLyBASG9zdEJpbmRpbmcoJ2RhdGEtbW9kdWxlJykgZGF0YU1vZHVsZSA9IFwiYy10YWJzXCI7XG5cbiAgLy9BY2Nlc3NpYmlsaXR5XG4gIEBIb3N0QmluZGluZygnYXR0ci5pZCcpIGlkRGF0YTogYW55O1xuICBASG9zdEJpbmRpbmcoJ2F0dHIucm9sZScpIHJvbGU6IHN0cmluZyA9IG51bGw7XG4gIEBIb3N0QmluZGluZygnYXR0ci5hcmlhLWxhYmVsJykgYXJpYUxhYmVsOiBzdHJpbmcgPSBudWxsO1xuICBASG9zdEJpbmRpbmcoJ2F0dHIuYXJpYS1kZXNjcmliZWRieScpIGFyaWFEZXNjcmliZWRCeTogc3RyaW5nID0gbnVsbDtcbiAgQEhvc3RCaW5kaW5nKCdhdHRyLmFyaWEtbGFiZWxsZWRieScpIGFyaWFMYWJlbGxlZEJ5OiBzdHJpbmcgPSBudWxsO1xuICBASG9zdEJpbmRpbmcoJ2F0dHIuYXJpYS1oaWRkZW4nKSBhcmlhSGlkZGVuOiBzdHJpbmcgPSBudWxsO1xuICBASG9zdEJpbmRpbmcoJ2F0dHIuYXJpYS1kaXNhYmxlZCcpIGFyaWFEaXNhYmxlZDogc3RyaW5nID0gbnVsbDtcbiAgQEhvc3RCaW5kaW5nKCdhdHRyLmFyaWEtY29udHJvbHMnKSBhcmlhQ29udHJvbHM6IHN0cmluZyA9IG51bGw7XG4gIEBIb3N0QmluZGluZygnYXR0ci5hcmlhLWN1cnJlbnQnKSBhcmlhQ3VycmVudDogc3RyaW5nID0gbnVsbDtcbiAgQEhvc3RCaW5kaW5nKCdhdHRyLmFyaWEtbGl2ZScpIGFyaWFMaXZlOiBzdHJpbmcgPSBudWxsO1xuICBASG9zdEJpbmRpbmcoJ2F0dHIuYXJpYS1leHBhbmRlZCcpIGFyaWFFeHBhbmRlZDogc3RyaW5nID0gbnVsbDtcbiAgQEhvc3RCaW5kaW5nKCdhdHRyLmFyaWEtZXJyb3JtZXNzYWdlJykgYXJpYUVycm9yTWVzc2FnZTogc3RyaW5nID0gbnVsbDtcbiAgQEhvc3RCaW5kaW5nKCdhdHRyLmFyaWEtaGFzcG9wdXAnKSBhcmlhSGFzUG9wdXA6IHN0cmluZyA9IG51bGw7XG4gIEBIb3N0QmluZGluZygnYXR0ci5hcmlhLW1vZGFsJykgYXJpYU1vZGFsOiBzdHJpbmcgPSBudWxsO1xuICBASG9zdEJpbmRpbmcoJ2F0dHIuYXJpYS1jaGVja2VkJykgYXJpYUNoZWNrZWQ6IHN0cmluZyA9IG51bGw7XG4gIEBIb3N0QmluZGluZygnYXR0ci5hcmlhLXByZXNzZWQnKSBhcmlhUHJlc3NlZDogc3RyaW5nID0gbnVsbDtcbiAgQEhvc3RCaW5kaW5nKCdhdHRyLmFyaWEtcmVhZG9ubHknKSBhcmlhUmVhZG9ubHk6IHN0cmluZyA9IG51bGw7XG4gIEBIb3N0QmluZGluZygnYXR0ci5hcmlhLXJlcXVpcmVkJykgYXJpYVJlcXVpcmVkOiBzdHJpbmcgPSBudWxsO1xuICBASG9zdEJpbmRpbmcoJ2F0dHIuYXJpYS1zZWxlY3RlZCcpIGFyaWFTZWxlY3RlZDogc3RyaW5nID0gbnVsbDtcbiAgQEhvc3RCaW5kaW5nKCdhdHRyLmFyaWEtdmFsdWVtaW4nKSBhcmlhVmFsdWVtaW46IHN0cmluZyA9IG51bGw7XG4gIEBIb3N0QmluZGluZygnYXR0ci5hcmlhLXZhbHVlbWF4JykgYXJpYVZhbHVlbWF4OiBzdHJpbmcgPSBudWxsO1xuICBASG9zdEJpbmRpbmcoJ2F0dHIuYXJpYS12YWx1ZW5vdycpIGFyaWFWYWx1ZW5vdzogc3RyaW5nID0gbnVsbDtcbiAgQEhvc3RCaW5kaW5nKCdhdHRyLmFyaWEtdmFsdWV0ZXh0JykgYXJpYVZhbHVldGV4dDogc3RyaW5nID0gbnVsbDtcbiAgQEhvc3RCaW5kaW5nKCdhdHRyLmFyaWEtb3JpZW50YXRpb24nKSBhcmlhT3JpZW50YXRpb246IHN0cmluZyA9IG51bGw7XG4gIEBIb3N0QmluZGluZygnYXR0ci5hcmlhLWxldmVsJykgYXJpYUxldmVsOiBzdHJpbmcgPSBudWxsO1xuICBASG9zdEJpbmRpbmcoJ2F0dHIuYXJpYS1tdWx0aXNlbGVjdGFibGUnKSBhcmlhTXVsdGlzZWxlY3RhYmxlOiBzdHJpbmcgPSBudWxsO1xuICBASG9zdEJpbmRpbmcoJ2F0dHIuYXJpYS1wbGFjZWhvbGRlcicpIGFyaWFQbGFjZWhvbGRlcjogc3RyaW5nID0gbnVsbDtcbiAgQEhvc3RCaW5kaW5nKCdhdHRyLmFyaWEtcG9zaW5zZXQnKSBhcmlhUG9zaW5zZXQ6IHN0cmluZyA9IG51bGw7XG4gIEBIb3N0QmluZGluZygnYXR0ci5hcmlhLXNldHNpemUnKSBhcmlhU2V0c2l6ZTogc3RyaW5nID0gbnVsbDtcbiAgQEhvc3RCaW5kaW5nKCdhdHRyLmFyaWEtc29ydCcpIGFyaWFTb3J0OiBzdHJpbmcgPSBudWxsO1xuICBASG9zdEJpbmRpbmcoJ2F0dHIuYXJpYS1idXN5JykgYXJpYUJ1c3k6IHN0cmluZyA9IG51bGw7XG4gIEBIb3N0QmluZGluZygnYXR0ci5hcmlhLWRyb3BlZmZlY3QnKSBhcmlhRHJvcGVmZmVjdDogc3RyaW5nID0gbnVsbDtcbiAgQEhvc3RCaW5kaW5nKCdhdHRyLmFyaWEtZ3JhYmJlZCcpIGFyaWFHcmFiYmVkOiBzdHJpbmcgPSBudWxsO1xuICBASG9zdEJpbmRpbmcoJ2F0dHIuYXJpYS1hY3RpdmVkZXNjZW5kYW50JykgYXJpYUFjdGl2ZWRlc2NlbmRhbnQ6IHN0cmluZyA9IG51bGw7XG4gIEBIb3N0QmluZGluZygnYXR0ci5hcmlhLWF0b21pYycpIGFyaWFBdG9taWM6IHN0cmluZyA9IG51bGw7XG4gIEBIb3N0QmluZGluZygnYXR0ci5hcmlhLWF1dG9jb21wbGV0ZScpIGFyaWFBdXRvY29tcGxldGU6IHN0cmluZyA9IG51bGw7XG4gIEBIb3N0QmluZGluZygnYXR0ci5hcmlhLWJyYWlsbGVsYWJlbCcpIGFyaWFCcmFpbGxlbGFiZWw6IHN0cmluZyA9IG51bGw7XG4gIEBIb3N0QmluZGluZygnYXR0ci5hcmlhLWJyYWlsbGVyb2xlZGVzY3JpcHRpb24nKSBhcmlhQnJhaWxsZXJvbGVkZXNjcmlwdGlvbjogc3RyaW5nID0gbnVsbDtcbiAgQEhvc3RCaW5kaW5nKCdhdHRyLmFyaWEtY29sY291bnQnKSBhcmlhQ29sY291bnQ6IHN0cmluZyA9IG51bGw7XG4gIEBIb3N0QmluZGluZygnYXR0ci5hcmlhLWNvbGluZGV4JykgYXJpYUNvbGluZGV4OiBzdHJpbmcgPSBudWxsO1xuICBASG9zdEJpbmRpbmcoJ2F0dHIuYXJpYS1jb2xpbmRleHRleHQnKSBhcmlhQ29saW5kZXh0ZXh0OiBzdHJpbmcgPSBudWxsO1xuICBASG9zdEJpbmRpbmcoJ2F0dHIuYXJpYS1jb2xzcGFuJykgYXJpYUNvbHNwYW46IHN0cmluZyA9IG51bGw7XG4gIEBIb3N0QmluZGluZygnYXR0ci5hcmlhLWRlc2NyaXB0aW9uJykgYXJpYURlc2NyaXB0aW9uOiBzdHJpbmcgPSBudWxsO1xuICBASG9zdEJpbmRpbmcoJ2F0dHIuYXJpYS1kZXRhaWxzJykgYXJpYURldGFpbHM6IHN0cmluZyA9IG51bGw7XG4gIEBIb3N0QmluZGluZygnYXR0ci5hcmlhLWZsb3d0bycpIGFyaWFGbG93dG86IHN0cmluZyA9IG51bGw7XG4gIEBIb3N0QmluZGluZygnYXR0ci5hcmlhLWludmFsaWQnKSBhcmlhSW52YWxpZDogc3RyaW5nID0gbnVsbDtcbiAgQEhvc3RCaW5kaW5nKCdhdHRyLmFyaWEta2V5c2hvcnRjdXRzJykgYXJpYUtleXNob3J0Y3V0czogc3RyaW5nID0gbnVsbDtcbiAgQEhvc3RCaW5kaW5nKCdhdHRyLmFyaWEtb3ducycpIGFyaWFPd25zOiBzdHJpbmcgPSBudWxsO1xuICBASG9zdEJpbmRpbmcoJ2F0dHIuYXJpYS1yZWxldmFudCcpIGFyaWFSZWxldmFudDogc3RyaW5nID0gbnVsbDtcbiAgQEhvc3RCaW5kaW5nKCdhdHRyLmFyaWEtcm9sZWRlc2NyaXB0aW9uJykgYXJpYVJvbGVkZXNjcmlwdGlvbjogc3RyaW5nID0gbnVsbDtcbiAgQEhvc3RCaW5kaW5nKCdhdHRyLmFyaWEtcm93Y291bnQnKSBhcmlhUm93Y291bnQ6IHN0cmluZyA9IG51bGw7XG4gIEBIb3N0QmluZGluZygnYXR0ci5hcmlhLXJvd2luZGV4JykgYXJpYVJvd2luZGV4OiBzdHJpbmcgPSBudWxsO1xuICBASG9zdEJpbmRpbmcoJ2F0dHIuYXJpYS1yb3dpbmRleHRleHQnKSBhcmlhUm93aW5kZXh0ZXh0OiBzdHJpbmcgPSBudWxsO1xuICBASG9zdEJpbmRpbmcoJ2F0dHIuYXJpYS1yb3dzcGFuJykgYXJpYVJvd3NwYW46IHN0cmluZyA9IG51bGw7XG4gIEBIb3N0QmluZGluZygnYXR0ci50YWJpbmRleCcpIHRhYmluZGV4OiBzdHJpbmcgPSBudWxsO1xuICBASG9zdEJpbmRpbmcoJ2F0dHIudGl0bGUnKSB0aXRsZTogc3RyaW5nID0gbnVsbDtcbiAgQEhvc3RCaW5kaW5nKCdhdHRyLmFsdCcpIGFsdDogc3RyaW5nID0gbnVsbDtcbiAgQEhvc3RCaW5kaW5nKCdhdHRyLmxhbmcnKSBsYW5nOiBzdHJpbmcgPSBudWxsO1xuICBASG9zdEJpbmRpbmcoJ2F0dHIuYWNjZXNza2V5JykgYWNjZXNza2V5OiBzdHJpbmcgPSBudWxsO1xuICBASG9zdEJpbmRpbmcoJ2F0dHIuYXV0b2NvbXBsZXRlJykgYXV0b2NvbXBsZXRlOiBzdHJpbmcgPSBudWxsO1xuICBASG9zdEJpbmRpbmcoJ2F0dHIuYXV0b2ZvY3VzJykgYXV0b2ZvY3VzOiBzdHJpbmcgPSBudWxsO1xuICBASG9zdEJpbmRpbmcoJ2F0dHIuY29udGVudGVkaXRhYmxlJykgY29udGVudGVkaXRhYmxlOiBzdHJpbmcgPSBudWxsO1xuICBASG9zdEJpbmRpbmcoJ2F0dHIuZGlyJykgZGlyOiBzdHJpbmcgPSBudWxsO1xuICBASG9zdEJpbmRpbmcoJ2F0dHIuZHJhZ2dhYmxlJykgZHJhZ2dhYmxlOiBzdHJpbmcgPSBudWxsO1xuICBASG9zdEJpbmRpbmcoJ2F0dHIuZW50ZXJrZXloaW50JykgZW50ZXJrZXloaW50OiBzdHJpbmcgPSBudWxsO1xuICBASG9zdEJpbmRpbmcoJ2F0dHIuaGlkZGVuJykgaGlkZGVuOiBib29sZWFuID0gbnVsbDtcbiAgQEhvc3RCaW5kaW5nKCdhdHRyLmlucHV0bW9kZScpIGlucHV0bW9kZTogc3RyaW5nID0gbnVsbDtcbiAgQEhvc3RCaW5kaW5nKCdhdHRyLnNwZWxsY2hlY2snKSBzcGVsbGNoZWNrOiBzdHJpbmcgPSBudWxsO1xuICBASG9zdEJpbmRpbmcoJ2F0dHIudHJhbnNsYXRlJykgdHJhbnNsYXRlOiBzdHJpbmcgPSBudWxsO1xuICBASG9zdEJpbmRpbmcoJ2F0dHIuYXJpYS1tdWx0aWxpbmUnKSBhcmlhTXVsdGlsaW5lOiBzdHJpbmcgPSBudWxsO1xuICBASG9zdEJpbmRpbmcoJ2F0dHIuZm9yJykgZm9yOiBzdHJpbmcgPSBudWxsO1xuICBASG9zdEJpbmRpbmcoJ2F0dHIuZm9ybScpIGZvcm06IHN0cmluZyA9IG51bGw7XG4gIEBIb3N0QmluZGluZygnYXR0ci5oZWFkZXJzJykgaGVhZGVyczogc3RyaW5nID0gbnVsbDtcbiAgQEhvc3RCaW5kaW5nKCdhdHRyLnBsYWNlaG9sZGVyJykgcGxhY2Vob2xkZXI6IHN0cmluZyA9IG51bGw7XG4gIEBIb3N0QmluZGluZygnYXR0ci5yZWFkb25seScpIHJlYWRvbmx5OiBzdHJpbmcgPSBudWxsO1xuICBASG9zdEJpbmRpbmcoJ2F0dHIucmVxdWlyZWQnKSByZXF1aXJlZDogc3RyaW5nID0gbnVsbDtcblxuICB0aXBweVByb3BlcnRpZXM6IGFueTtcblxuICBjb25zdHJ1Y3Rvcihwcml2YXRlIGNoYW5nZURldGVjdG9yUmVmOiBDaGFuZ2VEZXRlY3RvclJlZikge1xuICAgIHN1cGVyKCk7XG4gIH1cblxuICBuZ09uQ2hhbmdlcyhjaGFuZ2VzOiBTaW1wbGVDaGFuZ2VzKTogdm9pZCB7XG4gICAgdGhpcy5jbGFzc2VzID0gdGhpcy5jbGFzc2VzID8gdGhpcy5jbGFzc2VzIDogbnVsbDtcbiAgICB0aGlzLmlkRGF0YSA9IHRoaXMuaWQgPyB0aGlzLmlkIDogbnVsbDtcbiAgfVxuXG4gIG5nQWZ0ZXJDb250ZW50SW5pdCgpOiB2b2lkIHtcbiAgICBjb25zdCBjb250ZW50VG9vbHRpcCA9IHRoaXMudG9vbHRpcENvbnRlbnQubmF0aXZlRWxlbWVudCBhcyBIVE1MRWxlbWVudDtcbiAgICB0aGlzLnRpcHB5UHJvcGVydGllcyA9IHtcbiAgICAgIHBsYWNlbWVudDogJ3RvcCcsXG4gICAgICBpbmxpbmVQb3NpdGlvbmluZzogdHJ1ZSxcbiAgICAgIGNvbnRlbnQ6IGNvbnRlbnRUb29sdGlwLFxuICAgICAgYWxsb3dIVE1MOiB0cnVlLCAvLyBNYWtlIHN1cmUgeW91IGFyZSBzYW5pdGl6aW5nIGFueSB1c2VyIGRhdGEgaWYgcmVuZGVyaW5nIEhUTUwgdG8gcHJldmVudCBYU1MgYXR0YWNrcy5cbiAgICAgIHRyaWdnZXI6ICdtb3VzZWVudGVyIGZvY3VzJyxcbiAgICAgIGhpZGVPbkNsaWNrOiBmYWxzZSxcbiAgICAgIHRoZW1lOiAnJyxcbiAgICAgIHBsdWdpbnM6IFtcbiAgICAgICAge1xuICAgICAgICAgIG5hbWU6ICdoaWRlT25Fc2MnLFxuICAgICAgICAgIGRlZmF1bHRWYWx1ZTogdHJ1ZSxcbiAgICAgICAgICBmbih7IGhpZGUgfSk6IGFueSB7XG4gICAgICAgICAgICBmdW5jdGlvbiBvbktleURvd24oZXZlbnQ6IEtleWJvYXJkRXZlbnQpOiB2b2lkIHtcbiAgICAgICAgICAgICAgaWYgKGV2ZW50LmtleSA9PT0gVG9vbHRpcENvbXBvbmVudC5LRVlfQ09ERV9FU0MpIHtcbiAgICAgICAgICAgICAgICBoaWRlKCk7XG4gICAgICAgICAgICAgIH1cbiAgICAgICAgICAgIH1cblxuICAgICAgICAgICAgcmV0dXJuIHtcbiAgICAgICAgICAgICAgb25TaG93KCk6IHZvaWQge1xuICAgICAgICAgICAgICAgIGRvY3VtZW50LmFkZEV2ZW50TGlzdGVuZXIoJ2tleWRvd24nLCBvbktleURvd24pO1xuICAgICAgICAgICAgICB9LFxuICAgICAgICAgICAgICBvbkhpZGUoKTogdm9pZCB7XG4gICAgICAgICAgICAgICAgZG9jdW1lbnQucmVtb3ZlRXZlbnRMaXN0ZW5lcigna2V5ZG93bicsIG9uS2V5RG93bik7XG4gICAgICAgICAgICAgIH0sXG4gICAgICAgICAgICB9O1xuICAgICAgICAgIH0sXG4gICAgICAgIH0sXG4gICAgICAgIGlubGluZVBvc2l0aW9uaW5nLFxuICAgICAgXSxcbiAgICAgIHJvbGU6ICd0b29sdGlwJyxcbiAgICAgIGFyaWE6IHtcbiAgICAgICAgY29udGVudDogdGhpcy5jb21wbGV4ID8gJ2Rlc2NyaWJlZGJ5JyA6ICdsYWJlbGxlZGJ5JyxcbiAgICAgIH0sXG4gICAgfTtcbiAgfVxuXG4gIGdldElkQnV0dG9uKCk6IHN0cmluZyB7XG4gICAgcmV0dXJuIHRoaXMuaWQgKyAnLWJ1dHRvbic7XG4gIH1cblxuICBnZXRJZFRvb2x0aXAoKTogc3RyaW5nIHtcbiAgICByZXR1cm4gdGhpcy5pZCArICctdG9vbHRpcCc7XG4gIH1cblxuICBnZXRNYWluQ29udGVudCgpOiBzdHJpbmcge1xuICAgIGxldCBjb250ZW50O1xuICAgIGlmICh0aGlzLmh0bWwpIHtcbiAgICAgIGNvbnRlbnQgPSB0aGlzLmh0bWw7XG4gICAgfSBlbHNlIGlmICh0aGlzLnRleHQpIHtcbiAgICAgIGNvbnRlbnQgPSBgPHA+JHt0aGlzLnRleHR9PC9wPmA7XG4gICAgfVxuICAgIHJldHVybiBjb250ZW50O1xuICB9XG5cbiAgZ2V0SWNvbkNvbnRlbnQoaWNvbjogSWNvbkRhdGEpOiBzdHJpbmcge1xuICAgIGxldCBpY29uQ29udGVudDtcbiAgICBpZiAoaWNvbi5odG1sKSB7XG4gICAgICBpY29uQ29udGVudCA9IHRoaXMuaWNvbi5odG1sO1xuICAgIH0gZWxzZSBpZiAoaWNvbi50eXBlID09PSAnaW5mbycpIHtcbiAgICAgIGljb25Db250ZW50ID1cbiAgICAgICAgJzxzdmcgeG1sbnM9XCJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Z1wiIHZpZXdCb3g9XCIwIDAgMTQwIDE0MFwiIHdpZHRoPVwiMWVtXCIgaGVpZ2h0PVwiMWVtXCIgY2xhc3M9XCJ3LTQgaC00IHRleHQtcHJpbWFyeS1iYXNlXCIgcm9sZT1cImltZ1wiIGFyaWEtbGFiZWw9XCJJbmZvcm1hY2nDs25cIj48cGF0aCBkPVwiTTcwIDBhNzAgNzAgMCAxMDcwIDcwQTcwLjA4IDcwLjA4IDAgMDA3MCAwem03LjUgMTA1YTcuNSA3LjUgMCAwMS0xNSAwVjcwYTcuNSA3LjUgMCAwMTE1IDB6TTcwIDUwYTEwIDEwIDAgMTExMC0xMCAxMCAxMCAwIDAxLTEwIDEwelwiIGZpbGw9XCJjdXJyZW50Q29sb3JcIi8+PC9zdmc+JztcbiAgICB9IGVsc2UgaWYgKGljb24udHlwZSA9PT0gJ2FsZXJ0Jykge1xuICAgICAgaWNvbkNvbnRlbnQgPVxuICAgICAgICAnPHN2ZyB4bWxucz1cImh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnXCIgdmlld0JveD1cIjAgMCAxNDAgMTQwXCIgd2lkdGg9XCIxZW1cIiBoZWlnaHQ9XCIxZW1cIiBjbGFzcz1cInctNCBoLTQgdGV4dC1hbGVydC1iYXNlXCIgcm9sZT1cImltZ1wiIGFyaWEtbGFiZWw9XCJBbGVydGFcIj48cGF0aCBkPVwiTTEzOC40MiAxMTguMjlsLTU1LTExMGExNSAxNSAwIDAwLTI2Ljg0IDBsLTU1IDExMEExNSAxNSAwIDAwMTUgMTQwaDExMGExNSAxNSAwIDAwMTMuNDItMjEuNzF6TTYyLjUgNTBhNy41IDcuNSAwIDAxMTUgMHYzMGE3LjUgNy41IDAgMDEtMTUgMHptNy41IDcwYTEwIDEwIDAgMTExMC0xMCAxMCAxMCAwIDAxLTEwIDEwelwiIGZpbGw9XCJjdXJyZW50Q29sb3JcIi8+PC9zdmc+JztcbiAgICB9IGVsc2Uge1xuICAgICAgaWNvbkNvbnRlbnQgPVxuICAgICAgICAnPHN2ZyB4bWxucz1cImh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnXCIgdmlld0JveD1cIjAgMCAxNDAgMTQwXCIgd2lkdGg9XCIxZW1cIiBoZWlnaHQ9XCIxZW1cIiBjbGFzcz1cInctNCBoLTQgdGV4dC1wcmltYXJ5LWJhc2VcIiByb2xlPVwiaW1nXCIgYXJpYS1sYWJlbD1cIkF5dWRhXCI+PHBhdGggZD1cIk03MCAwYTcwIDcwIDAgMTA3MCA3MEE3MC4wOCA3MC4wOCAwIDAwNzAgMHptMCAxMTcuNTFhMTAgMTAgMCAxMTEwLTEwIDEwIDEwIDAgMDEtMTAgMTB6bTkuMTctMzkuMDhhMi41IDIuNSAwIDAwLTEuNjcgMi4zNnYxLjcxYTcuNSA3LjUgMCAwMS0xNSAwdi0xMEE3LjUgNy41IDAgMDE3MCA2NWExMi41IDEyLjUgMCAxMC0xMi41LTEyLjUgNy41IDcuNSAwIDAxLTE1IDAgMjcuNSAyNy41IDAgMTEzNi42NyAyNS45M3pcIiBmaWxsPVwiY3VycmVudENvbG9yXCIvPjwvc3ZnPic7XG4gICAgfVxuICAgIHJldHVybiBpY29uQ29udGVudDtcbiAgfVxufVxuIiwiPGRpdlxuICAqbmdJZj1cInRpcHB5UHJvcGVydGllc1wiXG4gIFthdHRyLmlkXT1cImdldElkQnV0dG9uKClcIlxuICBuZ3hUaXBweVxuICBbdGlwcHlQcm9wc109XCJ0aXBweVByb3BlcnRpZXNcIlxuICBjbGFzcz1cImlubGluZS1mbGV4IGl0ZW1zLWNlbnRlciBmb2N1czpiZy13YXJuaW5nLWJhc2UgZm9jdXM6b3V0bGluZS1ub25lIGZvY3VzOnNoYWRvdy1vdXRsaW5lLWZvY3VzIGZvY3VzOnRleHQtYmxhY2tcIlxuICB0YWJpbmRleD1cIjBcIlxuICByb2xlPVwiYnV0dG9uXCJcbiAgW2F0dHIuYXJpYS1sYWJlbGxlZGJ5XT1cImdldElkQnV0dG9uKCkgKyAnICcgKyBnZXRJZFRvb2x0aXAoKVwiPlxuICA8bmctY29udGFpbmVyICpkZXN5Q3VzdG9tSW5uZXJDb250ZW50PVwieyBjb21wb25lbnQ6IGNvbnRlbnRDb21wb25lbnQsIGh0bWw6IGdldE1haW5Db250ZW50KCkgfVwiPjwvbmctY29udGFpbmVyPlxuICA8c3BhblxuICAgICpuZ0lmPVwiaWNvbkNvbXBvbmVudCB8fCBpY29uXCJcbiAgICBjbGFzcz1cImlubGluZS1ibG9jayB3LTEuNVwiPjwvc3Bhbj5cbiAgPHNwYW5cbiAgICAqbmdJZj1cImljb25Db21wb25lbnRcIlxuICAgIGNsYXNzPVwiaW5saW5lLWJsb2NrXCI+XG4gICAgPG5nLWNvbnRhaW5lciAqZGVzeUN1c3RvbUlubmVyQ29udGVudD1cInsgY29tcG9uZW50OiBpY29uQ29tcG9uZW50IH1cIj48L25nLWNvbnRhaW5lcj5cbiAgICA8bmctY29udGFpbmVyIFtuZ1N3aXRjaF09XCJpY29uQ29tcG9uZW50LnR5cGVcIj5cbiAgICAgIDxzdmdcbiAgICAgICAgKm5nU3dpdGNoQ2FzZT1cIidpbmZvJ1wiXG4gICAgICAgIHhtbG5zPVwiaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmdcIlxuICAgICAgICB2aWV3Qm94PVwiMCAwIDE0MCAxNDBcIlxuICAgICAgICB3aWR0aD1cIjFlbVwiXG4gICAgICAgIGhlaWdodD1cIjFlbVwiXG4gICAgICAgIGNsYXNzPVwidy00IGgtNCB0ZXh0LXByaW1hcnktYmFzZVwiXG4gICAgICAgIHJvbGU9XCJpbWdcIlxuICAgICAgICBhcmlhLWxhYmVsPVwiSW5mb3JtYWNpw7NuXCI+XG4gICAgICAgIDxwYXRoXG4gICAgICAgICAgZD1cIk03MCAwYTcwIDcwIDAgMTA3MCA3MEE3MC4wOCA3MC4wOCAwIDAwNzAgMHptNy41IDEwNWE3LjUgNy41IDAgMDEtMTUgMFY3MGE3LjUgNy41IDAgMDExNSAwek03MCA1MGExMCAxMCAwIDExMTAtMTAgMTAgMTAgMCAwMS0xMCAxMHpcIlxuICAgICAgICAgIGZpbGw9XCJjdXJyZW50Q29sb3JcIiAvPlxuICAgICAgPC9zdmc+XG4gICAgICA8c3ZnXG4gICAgICAgICpuZ1N3aXRjaENhc2U9XCInYWxlcnQnXCJcbiAgICAgICAgeG1sbnM9XCJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Z1wiXG4gICAgICAgIHZpZXdCb3g9XCIwIDAgMTQwIDE0MFwiXG4gICAgICAgIHdpZHRoPVwiMWVtXCJcbiAgICAgICAgaGVpZ2h0PVwiMWVtXCJcbiAgICAgICAgY2xhc3M9XCJ3LTQgaC00IHRleHQtYWxlcnQtYmFzZVwiXG4gICAgICAgIHJvbGU9XCJpbWdcIlxuICAgICAgICBhcmlhLWxhYmVsPVwiQWxlcnRhXCI+XG4gICAgICAgIDxwYXRoXG4gICAgICAgICAgZD1cIk0xMzguNDIgMTE4LjI5bC01NS0xMTBhMTUgMTUgMCAwMC0yNi44NCAwbC01NSAxMTBBMTUgMTUgMCAwMDE1IDE0MGgxMTBhMTUgMTUgMCAwMDEzLjQyLTIxLjcxek02Mi41IDUwYTcuNSA3LjUgMCAwMTE1IDB2MzBhNy41IDcuNSAwIDAxLTE1IDB6bTcuNSA3MGExMCAxMCAwIDExMTAtMTAgMTAgMTAgMCAwMS0xMCAxMHpcIlxuICAgICAgICAgIGZpbGw9XCJjdXJyZW50Q29sb3JcIiAvPlxuICAgICAgPC9zdmc+XG4gICAgICA8c3ZnXG4gICAgICAgICpuZ1N3aXRjaERlZmF1bHRcbiAgICAgICAgeG1sbnM9XCJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Z1wiXG4gICAgICAgIHZpZXdCb3g9XCIwIDAgMTQwIDE0MFwiXG4gICAgICAgIHdpZHRoPVwiMWVtXCJcbiAgICAgICAgaGVpZ2h0PVwiMWVtXCJcbiAgICAgICAgY2xhc3M9XCJ3LTQgaC00IHRleHQtcHJpbWFyeS1iYXNlXCJcbiAgICAgICAgcm9sZT1cImltZ1wiXG4gICAgICAgIGFyaWEtbGFiZWw9XCJBeXVkYVwiPlxuICAgICAgICA8cGF0aFxuICAgICAgICAgIGQ9XCJNNzAgMGE3MCA3MCAwIDEwNzAgNzBBNzAuMDggNzAuMDggMCAwMDcwIDB6bTAgMTE3LjUxYTEwIDEwIDAgMTExMC0xMCAxMCAxMCAwIDAxLTEwIDEwem05LjE3LTM5LjA4YTIuNSAyLjUgMCAwMC0xLjY3IDIuMzZ2MS43MWE3LjUgNy41IDAgMDEtMTUgMHYtMTBBNy41IDcuNSAwIDAxNzAgNjVhMTIuNSAxMi41IDAgMTAtMTIuNS0xMi41IDcuNSA3LjUgMCAwMS0xNSAwIDI3LjUgMjcuNSAwIDExMzYuNjcgMjUuOTN6XCJcbiAgICAgICAgICBmaWxsPVwiY3VycmVudENvbG9yXCIgLz5cbiAgICAgIDwvc3ZnPlxuICAgIDwvbmctY29udGFpbmVyPlxuICA8L3NwYW4+XG4gIDxzcGFuXG4gICAgKm5nSWY9XCIhaWNvbkNvbXBvbmVudCAmJiBpY29uXCJcbiAgICBjbGFzcz1cImlubGluZS1ibG9ja1wiPlxuICAgIDxuZy1jb250YWluZXIgKmRlc3lDdXN0b21Jbm5lckNvbnRlbnQ9XCJ7IGh0bWw6IGdldEljb25Db250ZW50KGljb24pIH1cIj48L25nLWNvbnRhaW5lcj5cbiAgPC9zcGFuPlxuPC9kaXY+XG5cbjxkaXZcbiAgI3Rvb2x0aXBDb250ZW50XG4gIFthdHRyLmlkXT1cImdldElkVG9vbHRpcCgpXCJcbiAgW2NsYXNzXT1cIlsnLW15LXhzIHAtc20gc2hhZG93LW1kIGJnLWJsYWNrIHJvdW5kZWQgdGV4dC13aGl0ZSB0ZXh0LXNtJywgY2xhc3Nlc1Rvb2x0aXBdIHwgbWFrZUh0bWxMaXN0XCI+XG4gIDxuZy1jb250YWluZXIgKmRlc3lDdXN0b21Jbm5lckNvbnRlbnQ9XCJ7IGNvbXBvbmVudDogdG9vbHRpcENvbnRlbnRDb21wb25lbnQsIHRlbXBsYXRlOiBjYWxsZXIgfVwiPjwvbmctY29udGFpbmVyPlxuPC9kaXY+XG4iXX0=
|