@inera/ids-angular 8.1.0 → 9.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/common/classes/form/IDErrorMessageBase.d.ts +8 -0
- package/common/classes/form/IDFormBase.d.ts +27 -10
- package/common/context/header-context.d.ts +5 -0
- package/common/directives/click-outside.directive.d.ts +11 -0
- package/common/public-api.d.ts +7 -0
- package/common/services/input-label-linker.service.d.ts +10 -0
- package/common/services/tooltip-category.service.d.ts +7 -0
- package/common/services/use-id.service.ts.d.ts +7 -0
- package/common/utilities/useEscKey.d.ts +1 -0
- package/components/accordion/accordion-header.component.d.ts +7 -0
- package/components/accordion/accordion.component.d.ts +21 -9
- package/components/accordion/public-api.d.ts +1 -1
- package/components/action-link/action-link.component.d.ts +5 -0
- package/components/action-link/index.d.ts +5 -0
- package/components/action-link/public-api.d.ts +1 -0
- package/components/alert/alert-header.component.d.ts +7 -0
- package/components/alert/alert.component.d.ts +29 -14
- package/components/alert/public-api.d.ts +1 -1
- package/components/badge/badge.component.d.ts +3 -2
- package/components/badge/public-api.d.ts +0 -1
- package/components/box-link/box-link-button.component.d.ts +7 -0
- package/components/box-link/box-link.component.d.ts +3 -2
- package/components/box-link/public-api.d.ts +1 -1
- package/components/breadcrumbs/breadcrumbs.component.d.ts +5 -2
- package/components/breadcrumbs/crumb.component.d.ts +2 -3
- package/components/breadcrumbs/public-api.d.ts +0 -1
- package/components/button/button.directive.d.ts +42 -0
- package/components/button/public-api.d.ts +1 -2
- package/components/button-group/button-group.component.d.ts +4 -1
- package/components/button-group/public-api.d.ts +0 -1
- package/components/card/card-link.directive.d.ts +5 -0
- package/components/card/card.component.d.ts +12 -6
- package/components/card/public-api.d.ts +1 -1
- package/components/carousel/carousel-item/carousel-item.component.d.ts +6 -2
- package/components/carousel/carousel.component.d.ts +17 -5
- package/components/carousel/public-api.d.ts +0 -1
- package/components/date-label/date-label.component.d.ts +25 -13
- package/components/date-label/public-api.d.ts +0 -1
- package/components/dialog/dialog-close.component.d.ts +8 -0
- package/components/dialog/dialog-content.component.d.ts +5 -0
- package/components/dialog/dialog-footer.component.d.ts +5 -0
- package/components/dialog/dialog-header.component.d.ts +5 -0
- package/components/dialog/dialog-trigger.component.d.ts +5 -0
- package/components/dialog/dialog.component.d.ts +39 -11
- package/components/dialog/public-api.d.ts +5 -1
- package/components/dropdown/dropdown-item.directive.d.ts +5 -0
- package/components/dropdown/dropdown-trigger.component.d.ts +6 -0
- package/components/dropdown/dropdown.component.d.ts +27 -15
- package/components/dropdown/dropdown.module.d.ts +9 -0
- package/components/dropdown/public-api.d.ts +3 -1
- package/components/footer-1177/footer-1177-col.component.d.ts +12 -0
- package/components/footer-1177/footer-1177-sub-footer-left.component.d.ts +5 -0
- package/components/footer-1177/footer-1177-sub-footer-mobile.component.d.ts +5 -0
- package/components/footer-1177/footer-1177-sub-footer-right.component.d.ts +5 -0
- package/components/footer-1177/footer-1177-text.component.d.ts +6 -0
- package/components/footer-1177/footer-1177.component.d.ts +7 -6
- package/components/footer-1177/footer-1177.module.d.ts +12 -0
- package/components/footer-1177/public-api.d.ts +6 -0
- package/components/footer-1177-admin/footer-1177-admin-col.component.d.ts +12 -0
- package/components/footer-1177-admin/footer-1177-admin-sub-footer-left.component.d.ts +5 -0
- package/components/footer-1177-admin/footer-1177-admin-sub-footer-mobile.component.d.ts +5 -0
- package/components/footer-1177-admin/footer-1177-admin-sub-footer-right.component.d.ts +5 -0
- package/components/footer-1177-admin/footer-1177-admin-text.component.d.ts +6 -0
- package/components/footer-1177-admin/footer-1177-admin.component.d.ts +7 -6
- package/components/footer-1177-admin/footer-1177-admin.module.d.ts +12 -0
- package/components/footer-1177-admin/public-api.d.ts +6 -0
- package/components/footer-1177-pro/footer-1177-pro-col.component.d.ts +12 -0
- package/components/footer-1177-pro/footer-1177-pro-sub-footer-left.component.d.ts +5 -0
- package/components/footer-1177-pro/footer-1177-pro-sub-footer-mobile.component.d.ts +5 -0
- package/components/footer-1177-pro/footer-1177-pro-sub-footer-right.component.d.ts +5 -0
- package/components/footer-1177-pro/footer-1177-pro-text.component.d.ts +6 -0
- package/components/footer-1177-pro/footer-1177-pro.component.d.ts +6 -5
- package/components/footer-1177-pro/footer-1177-pro.module.d.ts +12 -0
- package/components/footer-1177-pro/public-api.d.ts +6 -0
- package/components/footer-inera/footer-inera-col.component.d.ts +12 -0
- package/components/footer-inera/footer-inera-sub-footer-left.component.d.ts +5 -0
- package/components/footer-inera/footer-inera-sub-footer-mobile.component.d.ts +5 -0
- package/components/footer-inera/footer-inera-sub-footer-right.component.d.ts +5 -0
- package/components/footer-inera/footer-inera-text.component.d.ts +6 -0
- package/components/footer-inera/footer-inera.component.d.ts +6 -5
- package/components/footer-inera/footer-inera.module.d.ts +12 -0
- package/components/footer-inera/public-api.d.ts +6 -0
- package/components/footer-inera-admin/footer-inera-admin-col.component.d.ts +14 -0
- package/components/footer-inera-admin/footer-inera-admin-sub-footer-left.component.d.ts +5 -0
- package/components/footer-inera-admin/footer-inera-admin-sub-footer-mobile.component.d.ts +5 -0
- package/components/footer-inera-admin/footer-inera-admin-sub-footer-right.component.d.ts +5 -0
- package/components/footer-inera-admin/footer-inera-admin-text.component.d.ts +6 -0
- package/components/footer-inera-admin/footer-inera-admin.component.d.ts +6 -5
- package/components/footer-inera-admin/footer-inera-admin.module.d.ts +12 -0
- package/components/footer-inera-admin/public-api.d.ts +7 -1
- package/components/form/check-button/check-button.component.d.ts +4 -3
- package/components/form/check-button/public-api.d.ts +0 -1
- package/components/form/checkbox/checkbox.component.d.ts +14 -8
- package/components/form/checkbox/public-api.d.ts +0 -1
- package/components/form/checkbox-group/checkbox-group.component.d.ts +13 -9
- package/components/form/checkbox-group/public-api.d.ts +0 -1
- package/components/form/darkmode-toggle/darkmode-toggle.component.d.ts +6 -0
- package/components/form/darkmode-toggle/index.d.ts +5 -0
- package/components/form/darkmode-toggle/public-api.d.ts +1 -0
- package/components/form/error-message/error-message.component.d.ts +6 -7
- package/components/form/error-message/public-api.d.ts +0 -1
- package/components/form/input/input-hint.component.d.ts +5 -0
- package/components/form/input/input-icon.component.d.ts +7 -0
- package/components/form/input/input.component.d.ts +13 -6
- package/components/form/input/public-api.d.ts +2 -1
- package/components/form/radio/public-api.d.ts +0 -1
- package/components/form/radio/radio-group.component.d.ts +14 -7
- package/components/form/radio/radio.component.d.ts +4 -2
- package/components/form/radio-button/public-api.d.ts +0 -1
- package/components/form/radio-button/radio-button-group.component.d.ts +9 -3
- package/components/form/radio-button/radio-button.component.d.ts +5 -3
- package/components/form/range/public-api.d.ts +0 -1
- package/components/form/range/range.component.d.ts +14 -4
- package/components/form/select/public-api.d.ts +0 -1
- package/components/form/select/select.component.d.ts +5 -3
- package/components/form/select-multiple/public-api.d.ts +0 -1
- package/components/form/select-multiple/select-multiple.component.d.ts +29 -9
- package/components/form/spinner/public-api.d.ts +0 -1
- package/components/form/spinner/spinner.component.d.ts +4 -4
- package/components/form/textarea/public-api.d.ts +1 -1
- package/components/form/textarea/textarea-hint.component.d.ts +5 -0
- package/components/form/textarea/textarea.component.d.ts +14 -6
- package/components/form/time/public-api.d.ts +0 -1
- package/components/form/time/time.component.d.ts +4 -2
- package/components/form/toggle/public-api.d.ts +0 -1
- package/components/form/toggle/toggle.component.d.ts +1 -1
- package/components/global-alert/global-alert-actions.component.d.ts +8 -0
- package/components/global-alert/global-alert-header.component.d.ts +8 -0
- package/components/global-alert/global-alert.component.d.ts +21 -9
- package/components/global-alert/public-api.d.ts +2 -1
- package/components/grid/column/column.component.d.ts +6 -9
- package/components/grid/column/public-api.d.ts +0 -1
- package/components/grid/container/container.component.d.ts +4 -3
- package/components/grid/container/public-api.d.ts +0 -1
- package/components/grid/public-api.d.ts +0 -3
- package/components/grid/row/public-api.d.ts +0 -1
- package/components/grid/row/row.component.d.ts +6 -9
- package/components/grid-layout/grid-column/grid-column.component.d.ts +18 -0
- package/components/grid-layout/grid-column/index.d.ts +5 -0
- package/components/grid-layout/grid-column/public-api.d.ts +1 -0
- package/components/grid-layout/grid-container/grid-container.component.d.ts +10 -0
- package/components/grid-layout/grid-container/index.d.ts +5 -0
- package/components/grid-layout/grid-container/public-api.d.ts +1 -0
- package/components/grid-layout/grid-row/grid-row.component.d.ts +11 -0
- package/components/grid-layout/grid-row/index.d.ts +5 -0
- package/components/grid-layout/grid-row/public-api.d.ts +1 -0
- package/components/grid-layout/index.d.ts +5 -0
- package/components/grid-layout/public-api.d.ts +3 -0
- package/components/header-1177/avatar/header-1177-avatar-agent.component.d.ts +5 -0
- package/components/header-1177/avatar/header-1177-avatar.component.d.ts +14 -4
- package/components/header-1177/brand-link/header-1177-brand-link.directive.d.ts +5 -0
- package/components/header-1177/header-1177.component.d.ts +12 -15
- package/components/header-1177/header-1177.module.d.ts +19 -0
- package/components/header-1177/item/header-1177-item.component.d.ts +7 -4
- package/components/header-1177/menu-mobile/header-1177-menu-mobile.component.d.ts +6 -2
- package/components/header-1177/nav/header-1177-nav.component.d.ts +4 -18
- package/components/header-1177/nav-item/header-1177-nav-item.component.d.ts +18 -3
- package/components/header-1177/nav-item-menu-link/header-1177-nav-item-menu-link.component.d.ts +5 -0
- package/components/header-1177/nav-item-mobile/header-1177-nav-item-mobile.component.d.ts +4 -3
- package/components/header-1177/public-api.d.ts +5 -0
- package/components/header-1177/region-picker/header-1177-region-picker.component.d.ts +11 -4
- package/components/header-1177/region-picker-mobile/header-1177-region-picker-mobile.component.d.ts +12 -5
- package/components/header-1177/skip-to-content/header-1177-skip-to-content.component.d.ts +5 -0
- package/components/header-1177-admin/avatar/header-1177-admin-avatar.component.d.ts +16 -4
- package/components/header-1177-admin/avatar-mobile/header-1177-admin-avatar-mobile.component.d.ts +18 -5
- package/components/header-1177-admin/brand-link/header-1177-admin-brand-link.directive.d.ts +5 -0
- package/components/header-1177-admin/header-1177-admin.component.d.ts +12 -20
- package/components/header-1177-admin/header-1177-admin.module.d.ts +17 -0
- package/components/header-1177-admin/item/header-1177-admin-item.component.d.ts +5 -3
- package/components/header-1177-admin/menu-mobile/header-1177-admin-menu-mobile.component.d.ts +6 -2
- package/components/header-1177-admin/nav/header-1177-admin-nav.component.d.ts +4 -12
- package/components/header-1177-admin/nav-item/header-1177-admin-nav-item.component.d.ts +20 -5
- package/components/header-1177-admin/nav-item-menu-link/header-1177-admin-nav-item-menu-link.component.d.ts +5 -0
- package/components/header-1177-admin/nav-item-mobile/header-1177-admin-nav-item-mobile.d.ts +8 -0
- package/components/header-1177-admin/public-api.d.ts +5 -0
- package/components/header-1177-admin/skip-to-content/header-1177-admin-skip-to-content.component.d.ts +5 -0
- package/components/header-1177-pro/avatar/header-1177-pro-avatar.component.d.ts +18 -6
- package/components/header-1177-pro/avatar-mobile/header-1177-pro-avatar-mobile.component.d.ts +18 -5
- package/components/header-1177-pro/brand-link/header-1177-pro-brand-link.directive.d.ts +5 -0
- package/components/header-1177-pro/header-1177-pro.component.d.ts +10 -22
- package/components/header-1177-pro/header-1177-pro.module.d.ts +19 -0
- package/components/header-1177-pro/item/header-1177-pro-item.component.d.ts +5 -3
- package/components/header-1177-pro/menu-mobile/header-1177-pro-menu-mobile.component.d.ts +6 -3
- package/components/header-1177-pro/nav/header-1177-pro-nav.component.d.ts +4 -15
- package/components/header-1177-pro/nav-item/header-1177-pro-nav-item.component.d.ts +19 -5
- package/components/header-1177-pro/nav-item-menu-link/header-1177-pro-nav-item-menu-link.component.d.ts +5 -0
- package/components/header-1177-pro/nav-item-mobile/header-1177-pro-nav-item-mobile.d.ts +8 -0
- package/components/header-1177-pro/public-api.d.ts +5 -0
- package/components/header-1177-pro/region-picker/header-1177-pro-region-picker.component.d.ts +11 -4
- package/components/header-1177-pro/region-picker-mobile/header-1177-pro-region-picker-mobile.component.d.ts +12 -5
- package/components/header-1177-pro/skip-to-content/header-1177-pro-skip-to-content.component.d.ts +5 -0
- package/components/header-inera/brand-link/header-inera-brand-link.directive.d.ts +5 -0
- package/components/header-inera/header-inera.component.d.ts +13 -16
- package/components/header-inera/header-inera.module.d.ts +14 -0
- package/components/header-inera/item/header-inera-item.component.d.ts +5 -3
- package/components/header-inera/menu-mobile/header-inera-menu-mobile.component.d.ts +5 -5
- package/components/header-inera/nav/header-inera-nav.component.d.ts +4 -9
- package/components/header-inera/nav-item/header-inera-nav-item.component.d.ts +25 -0
- package/components/header-inera/nav-item-menu-link/header-inera-nav-item-menu-link.component.d.ts +5 -0
- package/components/header-inera/public-api.d.ts +5 -1
- package/components/header-inera/skip-to-content/header-inera-skip-to-content.component.d.ts +5 -0
- package/components/header-inera-admin/avatar/header-inera-admin-avatar.component.d.ts +18 -6
- package/components/header-inera-admin/avatar-mobile/header-inera-admin-avatar-mobile.component.d.ts +18 -5
- package/components/header-inera-admin/brand-link/header-inera-admin-brand-link.directive.d.ts +5 -0
- package/components/header-inera-admin/header-inera-admin.component.d.ts +16 -16
- package/components/header-inera-admin/header-inera-admin.module.d.ts +17 -0
- package/components/header-inera-admin/item/header-inera-admin-item.component.d.ts +7 -4
- package/components/header-inera-admin/menu-mobile/header-inera-admin-menu-mobile.component.d.ts +6 -3
- package/components/header-inera-admin/nav/header-inera-admin-nav.component.d.ts +4 -11
- package/components/header-inera-admin/nav-item/header-inera-admin-nav-item.component.d.ts +19 -5
- package/components/header-inera-admin/nav-item-menu-link/header-inera-admin-nav-item-menu-link.component.d.ts +5 -0
- package/components/header-inera-admin/nav-item-mobile/header-inera-admin-nav-item-mobile.d.ts +8 -0
- package/components/header-inera-admin/public-api.d.ts +5 -0
- package/components/header-inera-admin/skip-to-content/header-inera-admin-skip-to-content.component.d.ts +5 -0
- package/components/header-patient/header-patient-actions.component.d.ts +5 -0
- package/components/header-patient/header-patient.component.d.ts +5 -5
- package/components/header-patient/public-api.d.ts +1 -1
- package/components/link/link.directive.d.ts +22 -0
- package/components/link/public-api.d.ts +1 -2
- package/components/mobile/menu/item/mobile-menu-item.component.d.ts +22 -4
- package/components/mobile/menu/item/public-api.d.ts +0 -1
- package/components/mobile/menu/mobile-menu.component.d.ts +5 -3
- package/components/mobile/menu/public-api.d.ts +0 -1
- package/components/navigation/content/navigation-content-link.component.d.ts +7 -0
- package/components/navigation/content/navigation-content.component.d.ts +6 -4
- package/components/navigation/content/public-api.d.ts +1 -1
- package/components/navigation/local/navigation-local-link.component.d.ts +7 -0
- package/components/navigation/local/navigation-local.component.d.ts +5 -3
- package/components/navigation/local/public-api.d.ts +1 -1
- package/components/{notification/badge → notification-badge}/index.d.ts +1 -1
- package/components/{notification/badge → notification-badge}/notification-badge.component.d.ts +4 -3
- package/components/{notification/badge → notification-badge}/public-api.d.ts +0 -1
- package/components/pagination/data-pagination/data-pagination-select.component.d.ts +5 -0
- package/components/pagination/data-pagination/data-pagination.component.d.ts +3 -3
- package/components/pagination/data-pagination/public-api.d.ts +1 -1
- package/components/pagination/list-pagination/list-pagination.component.d.ts +21 -15
- package/components/pagination/list-pagination/public-api.d.ts +0 -1
- package/components/popover/popover-close.component.d.ts +8 -0
- package/components/popover/popover-content.component.d.ts +17 -0
- package/components/popover/popover-header.component.d.ts +5 -0
- package/components/popover/popover-trigger.component.d.ts +5 -0
- package/components/popover/popover.component.d.ts +29 -9
- package/components/popover/popover.module.d.ts +5 -2
- package/components/popover/public-api.d.ts +5 -1
- package/components/progressbar/progressbar.component.d.ts +4 -4
- package/components/progressbar/public-api.d.ts +0 -1
- package/components/puff-list/public-api.d.ts +7 -4
- package/components/puff-list/puff-list-item-content-info.component.d.ts +5 -0
- package/components/puff-list/puff-list-item-content.component.d.ts +5 -0
- package/components/puff-list/puff-list-item-date-label.component.d.ts +5 -0
- package/components/puff-list/puff-list-item-extra-content.component.d.ts +5 -0
- package/components/puff-list/{puff-item/puff-header/puff-list-item-header.component.d.ts → puff-list-item-header.component.d.ts} +1 -3
- package/components/puff-list/puff-list-item.component.d.ts +12 -0
- package/components/puff-list/puff-list.component.d.ts +4 -1
- package/components/puff-list/puff-list.module.d.ts +7 -5
- package/components/region-icon/public-api.d.ts +0 -1
- package/components/region-icon/region-icon.component.d.ts +5 -3
- package/components/side-menu/public-api.d.ts +3 -1
- package/components/side-menu/side-menu-icon.component.d.ts +7 -0
- package/components/side-menu/side-menu-link.component.d.ts +5 -0
- package/components/side-menu/side-menu.component.d.ts +15 -7
- package/components/side-menu/side-menu.module.d.ts +3 -2
- package/components/side-panel/public-api.d.ts +3 -1
- package/components/side-panel/side-panel-footer.component.d.ts +5 -0
- package/components/side-panel/side-panel-provider.component.d.ts +9 -0
- package/components/side-panel/side-panel.component.d.ts +30 -12
- package/components/side-panel/side-panel.module.d.ts +3 -2
- package/components/stepper/public-api.d.ts +3 -2
- package/components/stepper/step-header.component.d.ts +5 -0
- package/components/stepper/step.component.d.ts +20 -0
- package/components/stepper/stepper.component.d.ts +6 -5
- package/components/stepper/stepper.module.d.ts +3 -3
- package/components/tabs/public-api.d.ts +2 -4
- package/components/tabs/tab-group.component.d.ts +21 -0
- package/components/tabs/tab.component.d.ts +14 -0
- package/components/tag/public-api.d.ts +1 -1
- package/components/tag/tag.component.d.ts +4 -5
- package/components/tag/tag.directive.d.ts +5 -0
- package/components/tooltip/public-api.d.ts +1 -0
- package/components/tooltip/tooltip-trigger.directive.d.ts +8 -0
- package/components/tooltip/tooltip.component.d.ts +18 -5
- package/components/tooltip/tooltip.module.d.ts +2 -2
- package/eslint/index.js +6 -0
- package/eslint/rules/no-old-components.js +39 -0
- package/eslint/rules/no-slots.js +254 -0
- package/esm2022/common/classes/form/IDErrorMessageBase.mjs +19 -0
- package/esm2022/common/classes/form/IDFormBase.mjs +119 -31
- package/esm2022/common/context/header-context.mjs +3 -0
- package/esm2022/common/directives/click-outside.directive.mjs +30 -0
- package/esm2022/common/public-api.mjs +8 -1
- package/esm2022/common/services/input-label-linker.service.mjs +26 -0
- package/esm2022/common/services/tooltip-category.service.mjs +16 -0
- package/esm2022/common/services/use-id.service.ts.mjs +19 -0
- package/esm2022/common/utilities/useEscKey.mjs +11 -0
- package/esm2022/components/accordion/accordion-header.component.mjs +25 -0
- package/esm2022/components/accordion/accordion.component.mjs +78 -25
- package/esm2022/components/accordion/public-api.mjs +2 -2
- package/esm2022/components/action-link/action-link.component.mjs +32 -0
- package/esm2022/components/action-link/inera-ids-angular-components-action-link.mjs +5 -0
- package/esm2022/components/action-link/public-api.mjs +2 -0
- package/esm2022/components/alert/alert-header.component.mjs +25 -0
- package/esm2022/components/alert/alert.component.mjs +93 -33
- package/esm2022/components/alert/public-api.mjs +2 -2
- package/esm2022/components/badge/badge.component.mjs +13 -6
- package/esm2022/components/badge/public-api.mjs +1 -2
- package/esm2022/components/box-link/box-link-button.component.mjs +25 -0
- package/esm2022/components/box-link/box-link.component.mjs +14 -6
- package/esm2022/components/box-link/public-api.mjs +2 -2
- package/esm2022/components/breadcrumbs/breadcrumbs.component.mjs +16 -7
- package/esm2022/components/breadcrumbs/crumb.component.mjs +10 -11
- package/esm2022/components/breadcrumbs/public-api.mjs +1 -2
- package/esm2022/components/button/button.directive.mjs +140 -0
- package/esm2022/components/button/public-api.mjs +2 -3
- package/esm2022/components/button-group/button-group.component.mjs +22 -6
- package/esm2022/components/button-group/public-api.mjs +1 -2
- package/esm2022/components/card/card-link.directive.mjs +17 -0
- package/esm2022/components/card/card.component.mjs +35 -20
- package/esm2022/components/card/public-api.mjs +2 -2
- package/esm2022/components/carousel/carousel-item/carousel-item.component.mjs +21 -9
- package/esm2022/components/carousel/carousel.component.mjs +62 -9
- package/esm2022/components/carousel/public-api.mjs +1 -2
- package/esm2022/components/date-label/date-label.component.mjs +105 -25
- package/esm2022/components/date-label/public-api.mjs +1 -2
- package/esm2022/components/dialog/dialog-close.component.mjs +24 -0
- package/esm2022/components/dialog/dialog-content.component.mjs +15 -0
- package/esm2022/components/dialog/dialog-footer.component.mjs +18 -0
- package/esm2022/components/dialog/dialog-header.component.mjs +15 -0
- package/esm2022/components/dialog/dialog-trigger.component.mjs +15 -0
- package/esm2022/components/dialog/dialog.component.mjs +134 -28
- package/esm2022/components/dialog/public-api.mjs +6 -2
- package/esm2022/components/dropdown/dropdown-item.directive.mjs +18 -0
- package/esm2022/components/dropdown/dropdown-trigger.component.mjs +16 -0
- package/esm2022/components/dropdown/dropdown.component.mjs +83 -35
- package/esm2022/components/dropdown/dropdown.module.mjs +30 -0
- package/esm2022/components/dropdown/public-api.mjs +4 -2
- package/esm2022/components/footer-1177/footer-1177-col.component.mjs +42 -0
- package/esm2022/components/footer-1177/footer-1177-sub-footer-left.component.mjs +18 -0
- package/esm2022/components/footer-1177/footer-1177-sub-footer-mobile.component.mjs +18 -0
- package/esm2022/components/footer-1177/footer-1177-sub-footer-right.component.mjs +18 -0
- package/esm2022/components/footer-1177/footer-1177-text.component.mjs +29 -0
- package/esm2022/components/footer-1177/footer-1177.component.mjs +30 -16
- package/esm2022/components/footer-1177/footer-1177.module.mjs +45 -0
- package/esm2022/components/footer-1177/public-api.mjs +7 -1
- package/esm2022/components/footer-1177-admin/footer-1177-admin-col.component.mjs +42 -0
- package/esm2022/components/footer-1177-admin/footer-1177-admin-sub-footer-left.component.mjs +18 -0
- package/esm2022/components/footer-1177-admin/footer-1177-admin-sub-footer-mobile.component.mjs +18 -0
- package/esm2022/components/footer-1177-admin/footer-1177-admin-sub-footer-right.component.mjs +18 -0
- package/esm2022/components/footer-1177-admin/footer-1177-admin-text.component.mjs +29 -0
- package/esm2022/components/footer-1177-admin/footer-1177-admin.component.mjs +29 -14
- package/esm2022/components/footer-1177-admin/footer-1177-admin.module.mjs +45 -0
- package/esm2022/components/footer-1177-admin/public-api.mjs +7 -1
- package/esm2022/components/footer-1177-pro/footer-1177-pro-col.component.mjs +42 -0
- package/esm2022/components/footer-1177-pro/footer-1177-pro-sub-footer-left.component.mjs +18 -0
- package/esm2022/components/footer-1177-pro/footer-1177-pro-sub-footer-mobile.component.mjs +18 -0
- package/esm2022/components/footer-1177-pro/footer-1177-pro-sub-footer-right.component.mjs +18 -0
- package/esm2022/components/footer-1177-pro/footer-1177-pro-text.component.mjs +29 -0
- package/esm2022/components/footer-1177-pro/footer-1177-pro.component.mjs +29 -14
- package/esm2022/components/footer-1177-pro/footer-1177-pro.module.mjs +45 -0
- package/esm2022/components/footer-1177-pro/public-api.mjs +7 -1
- package/esm2022/components/footer-inera/footer-inera-col.component.mjs +42 -0
- package/esm2022/components/footer-inera/footer-inera-sub-footer-left.component.mjs +18 -0
- package/esm2022/components/footer-inera/footer-inera-sub-footer-mobile.component.mjs +18 -0
- package/esm2022/components/footer-inera/footer-inera-sub-footer-right.component.mjs +18 -0
- package/esm2022/components/footer-inera/footer-inera-text.component.mjs +29 -0
- package/esm2022/components/footer-inera/footer-inera.component.mjs +29 -14
- package/esm2022/components/footer-inera/footer-inera.module.mjs +45 -0
- package/esm2022/components/footer-inera/public-api.mjs +7 -1
- package/esm2022/components/footer-inera-admin/footer-inera-admin-col.component.mjs +46 -0
- package/esm2022/components/footer-inera-admin/footer-inera-admin-sub-footer-left.component.mjs +18 -0
- package/esm2022/components/footer-inera-admin/footer-inera-admin-sub-footer-mobile.component.mjs +18 -0
- package/esm2022/components/footer-inera-admin/footer-inera-admin-sub-footer-right.component.mjs +18 -0
- package/esm2022/components/footer-inera-admin/footer-inera-admin-text.component.mjs +29 -0
- package/esm2022/components/footer-inera-admin/footer-inera-admin.component.mjs +29 -14
- package/esm2022/components/footer-inera-admin/footer-inera-admin.module.mjs +45 -0
- package/esm2022/components/footer-inera-admin/public-api.mjs +8 -2
- package/esm2022/components/form/check-button/check-button.component.mjs +11 -8
- package/esm2022/components/form/check-button/public-api.mjs +1 -2
- package/esm2022/components/form/checkbox/checkbox.component.mjs +39 -19
- package/esm2022/components/form/checkbox/public-api.mjs +1 -2
- package/esm2022/components/form/checkbox-group/checkbox-group.component.mjs +34 -16
- package/esm2022/components/form/checkbox-group/public-api.mjs +1 -2
- package/esm2022/components/form/darkmode-toggle/darkmode-toggle.component.mjs +12 -0
- package/esm2022/components/form/darkmode-toggle/inera-ids-angular-components-form-darkmode-toggle.mjs +5 -0
- package/esm2022/components/form/darkmode-toggle/public-api.mjs +2 -0
- package/esm2022/components/form/error-message/error-message.component.mjs +40 -15
- package/esm2022/components/form/error-message/public-api.mjs +1 -2
- package/esm2022/components/form/input/input-hint.component.mjs +18 -0
- package/esm2022/components/form/input/input-icon.component.mjs +23 -0
- package/esm2022/components/form/input/input.component.mjs +35 -14
- package/esm2022/components/form/input/public-api.mjs +3 -2
- package/esm2022/components/form/radio/public-api.mjs +1 -2
- package/esm2022/components/form/radio/radio-group.component.mjs +44 -17
- package/esm2022/components/form/radio/radio.component.mjs +18 -8
- package/esm2022/components/form/radio-button/public-api.mjs +1 -2
- package/esm2022/components/form/radio-button/radio-button-group.component.mjs +35 -7
- package/esm2022/components/form/radio-button/radio-button.component.mjs +13 -5
- package/esm2022/components/form/range/public-api.mjs +1 -2
- package/esm2022/components/form/range/range.component.mjs +65 -8
- package/esm2022/components/form/select/public-api.mjs +1 -2
- package/esm2022/components/form/select/select.component.mjs +9 -5
- package/esm2022/components/form/select-multiple/public-api.mjs +1 -2
- package/esm2022/components/form/select-multiple/select-multiple.component.mjs +86 -23
- package/esm2022/components/form/spinner/public-api.mjs +1 -2
- package/esm2022/components/form/spinner/spinner.component.mjs +15 -11
- package/esm2022/components/form/textarea/public-api.mjs +2 -2
- package/esm2022/components/form/textarea/textarea-hint.component.mjs +18 -0
- package/esm2022/components/form/textarea/textarea.component.mjs +46 -14
- package/esm2022/components/form/time/public-api.mjs +1 -2
- package/esm2022/components/form/time/time.component.mjs +7 -4
- package/esm2022/components/form/toggle/public-api.mjs +1 -2
- package/esm2022/components/form/toggle/toggle.component.mjs +6 -4
- package/esm2022/components/global-alert/global-alert-actions.component.mjs +26 -0
- package/esm2022/components/global-alert/global-alert-header.component.mjs +26 -0
- package/esm2022/components/global-alert/global-alert.component.mjs +73 -23
- package/esm2022/components/global-alert/public-api.mjs +3 -2
- package/esm2022/components/grid/column/column.component.mjs +41 -23
- package/esm2022/components/grid/column/public-api.mjs +1 -2
- package/esm2022/components/grid/container/container.component.mjs +18 -6
- package/esm2022/components/grid/container/public-api.mjs +1 -2
- package/esm2022/components/grid/public-api.mjs +1 -4
- package/esm2022/components/grid/row/public-api.mjs +1 -2
- package/esm2022/components/grid/row/row.component.mjs +31 -19
- package/esm2022/components/grid-layout/grid-column/grid-column.component.mjs +72 -0
- package/esm2022/components/grid-layout/grid-column/inera-ids-angular-components-grid-layout-grid-column.mjs +5 -0
- package/esm2022/components/grid-layout/grid-column/public-api.mjs +2 -0
- package/esm2022/components/grid-layout/grid-container/grid-container.component.mjs +35 -0
- package/esm2022/components/grid-layout/grid-container/inera-ids-angular-components-grid-layout-grid-container.mjs +5 -0
- package/esm2022/components/grid-layout/grid-container/public-api.mjs +2 -0
- package/esm2022/components/grid-layout/grid-row/grid-row.component.mjs +43 -0
- package/esm2022/components/grid-layout/grid-row/inera-ids-angular-components-grid-layout-grid-row.mjs +5 -0
- package/esm2022/components/grid-layout/grid-row/public-api.mjs +2 -0
- package/esm2022/components/grid-layout/inera-ids-angular-components-grid-layout.mjs +5 -0
- package/esm2022/components/grid-layout/public-api.mjs +4 -0
- package/esm2022/components/header-1177/avatar/header-1177-avatar-agent.component.mjs +20 -0
- package/esm2022/components/header-1177/avatar/header-1177-avatar.component.mjs +102 -14
- package/esm2022/components/header-1177/brand-link/header-1177-brand-link.directive.mjs +17 -0
- package/esm2022/components/header-1177/header-1177.component.mjs +34 -42
- package/esm2022/components/header-1177/header-1177.module.mjs +80 -0
- package/esm2022/components/header-1177/item/header-1177-item.component.mjs +42 -11
- package/esm2022/components/header-1177/menu-mobile/header-1177-menu-mobile.component.mjs +50 -7
- package/esm2022/components/header-1177/nav/header-1177-nav.component.mjs +45 -57
- package/esm2022/components/header-1177/nav-item/header-1177-nav-item.component.mjs +141 -11
- package/esm2022/components/header-1177/nav-item-menu-link/header-1177-nav-item-menu-link.component.mjs +18 -0
- package/esm2022/components/header-1177/nav-item-mobile/header-1177-nav-item-mobile.component.mjs +29 -8
- package/esm2022/components/header-1177/public-api.mjs +6 -1
- package/esm2022/components/header-1177/region-picker/header-1177-region-picker.component.mjs +69 -11
- package/esm2022/components/header-1177/region-picker-mobile/header-1177-region-picker-mobile.component.mjs +64 -12
- package/esm2022/components/header-1177/skip-to-content/header-1177-skip-to-content.component.mjs +18 -0
- package/esm2022/components/header-1177-admin/avatar/header-1177-admin-avatar.component.mjs +116 -13
- package/esm2022/components/header-1177-admin/avatar-mobile/header-1177-admin-avatar-mobile.component.mjs +113 -12
- package/esm2022/components/header-1177-admin/brand-link/header-1177-admin-brand-link.directive.mjs +17 -0
- package/esm2022/components/header-1177-admin/header-1177-admin.component.mjs +36 -54
- package/esm2022/components/header-1177-admin/header-1177-admin.module.mjs +70 -0
- package/esm2022/components/header-1177-admin/item/header-1177-admin-item.component.mjs +29 -8
- package/esm2022/components/header-1177-admin/menu-mobile/header-1177-admin-menu-mobile.component.mjs +58 -7
- package/esm2022/components/header-1177-admin/nav/header-1177-admin-nav.component.mjs +28 -37
- package/esm2022/components/header-1177-admin/nav-item/header-1177-admin-nav-item.component.mjs +143 -13
- package/esm2022/components/header-1177-admin/nav-item-menu-link/header-1177-admin-nav-item-menu-link.component.mjs +18 -0
- package/esm2022/components/header-1177-admin/nav-item-mobile/header-1177-admin-nav-item-mobile.mjs +36 -0
- package/esm2022/components/header-1177-admin/public-api.mjs +6 -1
- package/esm2022/components/header-1177-admin/skip-to-content/header-1177-admin-skip-to-content.component.mjs +18 -0
- package/esm2022/components/header-1177-pro/avatar/header-1177-pro-avatar.component.mjs +118 -15
- package/esm2022/components/header-1177-pro/avatar-mobile/header-1177-pro-avatar-mobile.component.mjs +113 -12
- package/esm2022/components/header-1177-pro/brand-link/header-1177-pro-brand-link.directive.mjs +17 -0
- package/esm2022/components/header-1177-pro/header-1177-pro.component.mjs +32 -62
- package/esm2022/components/header-1177-pro/header-1177-pro.module.mjs +80 -0
- package/esm2022/components/header-1177-pro/item/header-1177-pro-item.component.mjs +29 -8
- package/esm2022/components/header-1177-pro/menu-mobile/header-1177-pro-menu-mobile.component.mjs +58 -8
- package/esm2022/components/header-1177-pro/nav/header-1177-pro-nav.component.mjs +25 -46
- package/esm2022/components/header-1177-pro/nav-item/header-1177-pro-nav-item.component.mjs +142 -15
- package/esm2022/components/header-1177-pro/nav-item-menu-link/header-1177-pro-nav-item-menu-link.component.mjs +18 -0
- package/esm2022/components/header-1177-pro/nav-item-mobile/header-1177-pro-nav-item-mobile.mjs +36 -0
- package/esm2022/components/header-1177-pro/public-api.mjs +6 -1
- package/esm2022/components/header-1177-pro/region-picker/header-1177-pro-region-picker.component.mjs +69 -11
- package/esm2022/components/header-1177-pro/region-picker-mobile/header-1177-pro-region-picker-mobile.component.mjs +64 -12
- package/esm2022/components/header-1177-pro/skip-to-content/header-1177-pro-skip-to-content.component.mjs +18 -0
- package/esm2022/components/header-inera/brand-link/header-inera-brand-link.directive.mjs +14 -0
- package/esm2022/components/header-inera/header-inera.component.mjs +38 -45
- package/esm2022/components/header-inera/header-inera.module.mjs +55 -0
- package/esm2022/components/header-inera/item/header-inera-item.component.mjs +29 -8
- package/esm2022/components/header-inera/menu-mobile/header-inera-menu-mobile.component.mjs +64 -16
- package/esm2022/components/header-inera/nav/header-inera-nav.component.mjs +25 -31
- package/esm2022/components/header-inera/nav-item/header-inera-nav-item.component.mjs +154 -0
- package/esm2022/components/header-inera/nav-item-menu-link/header-inera-nav-item-menu-link.component.mjs +18 -0
- package/esm2022/components/header-inera/public-api.mjs +6 -2
- package/esm2022/components/header-inera/skip-to-content/header-inera-skip-to-content.component.mjs +18 -0
- package/esm2022/components/header-inera-admin/avatar/header-inera-admin-avatar.component.mjs +118 -15
- package/esm2022/components/header-inera-admin/avatar-mobile/header-inera-admin-avatar-mobile.component.mjs +113 -12
- package/esm2022/components/header-inera-admin/brand-link/header-inera-admin-brand-link.directive.mjs +17 -0
- package/esm2022/components/header-inera-admin/header-inera-admin.component.mjs +45 -46
- package/esm2022/components/header-inera-admin/header-inera-admin.module.mjs +70 -0
- package/esm2022/components/header-inera-admin/item/header-inera-admin-item.component.mjs +34 -11
- package/esm2022/components/header-inera-admin/menu-mobile/header-inera-admin-menu-mobile.component.mjs +64 -8
- package/esm2022/components/header-inera-admin/nav/header-inera-admin-nav.component.mjs +24 -35
- package/esm2022/components/header-inera-admin/nav-item/header-inera-admin-nav-item.component.mjs +142 -15
- package/esm2022/components/header-inera-admin/nav-item-menu-link/header-inera-admin-nav-item-menu-link.component.mjs +18 -0
- package/esm2022/components/header-inera-admin/nav-item-mobile/header-inera-admin-nav-item-mobile.mjs +36 -0
- package/esm2022/components/header-inera-admin/public-api.mjs +6 -1
- package/esm2022/components/header-inera-admin/skip-to-content/header-inera-admin-skip-to-content.component.mjs +18 -0
- package/esm2022/components/header-patient/header-patient-actions.component.mjs +22 -0
- package/esm2022/components/header-patient/header-patient.component.mjs +64 -13
- package/esm2022/components/header-patient/public-api.mjs +2 -2
- package/esm2022/components/link/link.directive.mjs +64 -0
- package/esm2022/components/link/public-api.mjs +2 -3
- package/esm2022/components/mobile/menu/item/mobile-menu-item.component.mjs +74 -8
- package/esm2022/components/mobile/menu/item/public-api.mjs +1 -2
- package/esm2022/components/mobile/menu/mobile-menu.component.mjs +32 -8
- package/esm2022/components/mobile/menu/public-api.mjs +1 -2
- package/esm2022/components/navigation/content/navigation-content-link.component.mjs +29 -0
- package/esm2022/components/navigation/content/navigation-content.component.mjs +15 -9
- package/esm2022/components/navigation/content/public-api.mjs +2 -2
- package/esm2022/components/navigation/local/navigation-local-link.component.mjs +27 -0
- package/esm2022/components/navigation/local/navigation-local.component.mjs +13 -7
- package/esm2022/components/navigation/local/public-api.mjs +2 -2
- package/esm2022/components/notification-badge/inera-ids-angular-components-notification-badge.mjs +5 -0
- package/esm2022/components/notification-badge/notification-badge.component.mjs +39 -0
- package/esm2022/components/notification-badge/public-api.mjs +2 -0
- package/esm2022/components/pagination/data-pagination/data-pagination-select.component.mjs +20 -0
- package/esm2022/components/pagination/data-pagination/data-pagination.component.mjs +61 -13
- package/esm2022/components/pagination/data-pagination/public-api.mjs +2 -2
- package/esm2022/components/pagination/list-pagination/list-pagination.component.mjs +168 -34
- package/esm2022/components/pagination/list-pagination/public-api.mjs +1 -2
- package/esm2022/components/popover/popover-close.component.mjs +24 -0
- package/esm2022/components/popover/popover-content.component.mjs +91 -0
- package/esm2022/components/popover/popover-header.component.mjs +18 -0
- package/esm2022/components/popover/popover-trigger.component.mjs +15 -0
- package/esm2022/components/popover/popover.component.mjs +139 -23
- package/esm2022/components/popover/popover.module.mjs +27 -9
- package/esm2022/components/popover/public-api.mjs +6 -2
- package/esm2022/components/progressbar/progressbar.component.mjs +11 -11
- package/esm2022/components/progressbar/public-api.mjs +1 -2
- package/esm2022/components/puff-list/public-api.mjs +8 -5
- package/esm2022/components/puff-list/puff-list-item-content-info.component.mjs +18 -0
- package/esm2022/components/puff-list/puff-list-item-content.component.mjs +15 -0
- package/esm2022/components/puff-list/puff-list-item-date-label.component.mjs +18 -0
- package/esm2022/components/puff-list/puff-list-item-extra-content.component.mjs +18 -0
- package/esm2022/components/puff-list/puff-list-item-header.component.mjs +18 -0
- package/esm2022/components/puff-list/puff-list-item.component.mjs +161 -0
- package/esm2022/components/puff-list/puff-list.component.mjs +33 -5
- package/esm2022/components/puff-list/puff-list.module.mjs +32 -18
- package/esm2022/components/region-icon/public-api.mjs +1 -2
- package/esm2022/components/region-icon/region-icon.component.mjs +31 -10
- package/esm2022/components/side-menu/public-api.mjs +4 -2
- package/esm2022/components/side-menu/side-menu-icon.component.mjs +24 -0
- package/esm2022/components/side-menu/side-menu-link.component.mjs +18 -0
- package/esm2022/components/side-menu/side-menu.component.mjs +190 -17
- package/esm2022/components/side-menu/side-menu.module.mjs +19 -7
- package/esm2022/components/side-panel/public-api.mjs +4 -2
- package/esm2022/components/side-panel/side-panel-footer.component.mjs +50 -0
- package/esm2022/components/side-panel/side-panel-provider.component.mjs +73 -0
- package/esm2022/components/side-panel/side-panel.component.mjs +176 -29
- package/esm2022/components/side-panel/side-panel.module.mjs +21 -8
- package/esm2022/components/stepper/public-api.mjs +4 -3
- package/esm2022/components/stepper/step-header.component.mjs +18 -0
- package/esm2022/components/stepper/step.component.mjs +133 -0
- package/esm2022/components/stepper/stepper.component.mjs +22 -9
- package/esm2022/components/stepper/stepper.module.mjs +14 -11
- package/esm2022/components/tabs/public-api.mjs +3 -5
- package/esm2022/components/tabs/tab-group.component.mjs +51 -0
- package/esm2022/components/tabs/tab.component.mjs +41 -0
- package/esm2022/components/tag/public-api.mjs +2 -2
- package/esm2022/components/tag/tag.component.mjs +13 -14
- package/esm2022/components/tag/tag.directive.mjs +17 -0
- package/esm2022/components/tooltip/public-api.mjs +2 -1
- package/esm2022/components/tooltip/tooltip-trigger.directive.mjs +18 -0
- package/esm2022/components/tooltip/tooltip.component.mjs +75 -9
- package/esm2022/components/tooltip/tooltip.module.mjs +12 -9
- package/fesm2022/inera-ids-angular-common.mjs +225 -30
- package/fesm2022/inera-ids-angular-common.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-accordion.mjs +100 -40
- package/fesm2022/inera-ids-angular-components-accordion.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-action-link.mjs +39 -0
- package/fesm2022/inera-ids-angular-components-action-link.mjs.map +1 -0
- package/fesm2022/inera-ids-angular-components-alert.mjs +115 -54
- package/fesm2022/inera-ids-angular-components-alert.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-badge.mjs +13 -25
- package/fesm2022/inera-ids-angular-components-badge.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-box-link.mjs +36 -21
- package/fesm2022/inera-ids-angular-components-box-link.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-breadcrumbs.mjs +23 -42
- package/fesm2022/inera-ids-angular-components-breadcrumbs.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-button-group.mjs +22 -25
- package/fesm2022/inera-ids-angular-components-button-group.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-button.mjs +122 -71
- package/fesm2022/inera-ids-angular-components-button.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-card.mjs +45 -34
- package/fesm2022/inera-ids-angular-components-card.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-carousel.mjs +80 -39
- package/fesm2022/inera-ids-angular-components-carousel.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-date-label.mjs +105 -44
- package/fesm2022/inera-ids-angular-components-date-label.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-dialog.mjs +204 -42
- package/fesm2022/inera-ids-angular-components-dialog.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-dropdown.mjs +138 -60
- package/fesm2022/inera-ids-angular-components-dropdown.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-footer-1177-admin.mjs +180 -14
- package/fesm2022/inera-ids-angular-components-footer-1177-admin.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-footer-1177-pro.mjs +180 -14
- package/fesm2022/inera-ids-angular-components-footer-1177-pro.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-footer-1177.mjs +181 -16
- package/fesm2022/inera-ids-angular-components-footer-1177.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-footer-inera-admin.mjs +184 -14
- package/fesm2022/inera-ids-angular-components-footer-inera-admin.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-footer-inera.mjs +180 -14
- package/fesm2022/inera-ids-angular-components-footer-inera.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-check-button.mjs +10 -22
- package/fesm2022/inera-ids-angular-components-form-check-button.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-checkbox-group.mjs +34 -38
- package/fesm2022/inera-ids-angular-components-form-checkbox-group.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-checkbox.mjs +38 -37
- package/fesm2022/inera-ids-angular-components-form-checkbox.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-darkmode-toggle.mjs +19 -0
- package/fesm2022/inera-ids-angular-components-form-darkmode-toggle.mjs.map +1 -0
- package/fesm2022/inera-ids-angular-components-form-error-message.mjs +38 -32
- package/fesm2022/inera-ids-angular-components-form-error-message.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-input.mjs +66 -30
- package/fesm2022/inera-ids-angular-components-form-input.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-radio-button.mjs +46 -27
- package/fesm2022/inera-ids-angular-components-form-radio-button.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-radio.mjs +65 -55
- package/fesm2022/inera-ids-angular-components-form-radio.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-range.mjs +64 -26
- package/fesm2022/inera-ids-angular-components-form-range.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-select-multiple.mjs +86 -46
- package/fesm2022/inera-ids-angular-components-form-select-multiple.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-select.mjs +8 -23
- package/fesm2022/inera-ids-angular-components-form-select.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-spinner.mjs +15 -30
- package/fesm2022/inera-ids-angular-components-form-spinner.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-textarea.mjs +56 -29
- package/fesm2022/inera-ids-angular-components-form-textarea.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-time.mjs +7 -23
- package/fesm2022/inera-ids-angular-components-form-time.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-toggle.mjs +6 -23
- package/fesm2022/inera-ids-angular-components-form-toggle.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-global-alert.mjs +118 -39
- package/fesm2022/inera-ids-angular-components-global-alert.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-grid-column.mjs +41 -42
- package/fesm2022/inera-ids-angular-components-grid-column.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-grid-container.mjs +18 -25
- package/fesm2022/inera-ids-angular-components-grid-container.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-grid-layout-grid-column.mjs +79 -0
- package/fesm2022/inera-ids-angular-components-grid-layout-grid-column.mjs.map +1 -0
- package/fesm2022/inera-ids-angular-components-grid-layout-grid-container.mjs +42 -0
- package/fesm2022/inera-ids-angular-components-grid-layout-grid-container.mjs.map +1 -0
- package/fesm2022/inera-ids-angular-components-grid-layout-grid-row.mjs +50 -0
- package/fesm2022/inera-ids-angular-components-grid-layout-grid-row.mjs.map +1 -0
- package/fesm2022/inera-ids-angular-components-grid-layout.mjs +153 -0
- package/fesm2022/inera-ids-angular-components-grid-layout.mjs.map +1 -0
- package/fesm2022/inera-ids-angular-components-grid-row.mjs +31 -38
- package/fesm2022/inera-ids-angular-components-grid-row.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-grid.mjs +86 -101
- package/fesm2022/inera-ids-angular-components-grid.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-header-1177-admin.mjs +673 -159
- package/fesm2022/inera-ids-angular-components-header-1177-admin.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-header-1177-pro.mjs +803 -197
- package/fesm2022/inera-ids-angular-components-header-1177-pro.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-header-1177.mjs +711 -181
- package/fesm2022/inera-ids-angular-components-header-1177.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-header-inera-admin.mjs +672 -140
- package/fesm2022/inera-ids-angular-components-header-inera-admin.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-header-inera.mjs +388 -117
- package/fesm2022/inera-ids-angular-components-header-inera.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-header-patient.mjs +79 -27
- package/fesm2022/inera-ids-angular-components-header-patient.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-link.mjs +49 -48
- package/fesm2022/inera-ids-angular-components-link.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-mobile-menu-item.mjs +74 -25
- package/fesm2022/inera-ids-angular-components-mobile-menu-item.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-mobile-menu.mjs +107 -36
- package/fesm2022/inera-ids-angular-components-mobile-menu.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-navigation-content.mjs +41 -28
- package/fesm2022/inera-ids-angular-components-navigation-content.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-navigation-local.mjs +37 -22
- package/fesm2022/inera-ids-angular-components-navigation-local.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-notification-badge.mjs +30 -25
- package/fesm2022/inera-ids-angular-components-notification-badge.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-pagination-data-pagination.mjs +73 -23
- package/fesm2022/inera-ids-angular-components-pagination-data-pagination.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-pagination-list-pagination.mjs +168 -49
- package/fesm2022/inera-ids-angular-components-pagination-list-pagination.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-popover.mjs +297 -29
- package/fesm2022/inera-ids-angular-components-popover.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-progressbar.mjs +11 -30
- package/fesm2022/inera-ids-angular-components-progressbar.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-puff-list.mjs +277 -89
- package/fesm2022/inera-ids-angular-components-puff-list.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-region-icon.mjs +31 -25
- package/fesm2022/inera-ids-angular-components-region-icon.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-side-menu.mjs +243 -22
- package/fesm2022/inera-ids-angular-components-side-menu.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-side-panel.mjs +310 -35
- package/fesm2022/inera-ids-angular-components-side-panel.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-stepper.mjs +151 -40
- package/fesm2022/inera-ids-angular-components-stepper.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-tabs.mjs +66 -97
- package/fesm2022/inera-ids-angular-components-tabs.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-tag.mjs +23 -28
- package/fesm2022/inera-ids-angular-components-tag.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-tooltip.mjs +98 -15
- package/fesm2022/inera-ids-angular-components-tooltip.mjs.map +1 -1
- package/package.json +112 -71
- package/components/accordion/accordion.module.d.ts +0 -8
- package/components/alert/alert.module.d.ts +0 -9
- package/components/badge/badge.module.d.ts +0 -8
- package/components/box-link/box-link.module.d.ts +0 -8
- package/components/breadcrumbs/breadcrumbs.module.d.ts +0 -10
- package/components/button/button.component.d.ts +0 -25
- package/components/button/button.module.d.ts +0 -9
- package/components/button-group/button-group.module.d.ts +0 -8
- package/components/card/card.module.d.ts +0 -8
- package/components/carousel/carousel.module.d.ts +0 -9
- package/components/date-label/date-label.module.d.ts +0 -8
- package/components/dialog/dialog.module.d.ts +0 -8
- package/components/dropdown/dropdown-content.component.d.ts +0 -9
- package/components/form/check-button/check-button.module.d.ts +0 -8
- package/components/form/checkbox/checkbox.module.d.ts +0 -8
- package/components/form/checkbox-group/checkbox-group.module.d.ts +0 -10
- package/components/form/error-message/error-message.module.d.ts +0 -8
- package/components/form/input/input.module.d.ts +0 -9
- package/components/form/radio/radio.module.d.ts +0 -10
- package/components/form/radio-button/radio-button.module.d.ts +0 -10
- package/components/form/range/range.module.d.ts +0 -8
- package/components/form/select/select.module.d.ts +0 -8
- package/components/form/select-multiple/select-multiple.module.d.ts +0 -9
- package/components/form/spinner/spinner.module.d.ts +0 -8
- package/components/form/textarea/textarea.module.d.ts +0 -9
- package/components/form/time/time.module.d.ts +0 -8
- package/components/form/toggle/toggle.module.d.ts +0 -8
- package/components/global-alert/global-alert.module.d.ts +0 -9
- package/components/grid/column/column.module.d.ts +0 -8
- package/components/grid/container/container.module.d.ts +0 -8
- package/components/grid/row/row.module.d.ts +0 -8
- package/components/header-inera/nav/header-inera-nav-item.component.d.ts +0 -11
- package/components/header-patient/header-patient.module.d.ts +0 -8
- package/components/link/link.component.d.ts +0 -15
- package/components/link/link.module.d.ts +0 -9
- package/components/mobile/menu/item/mobile-menu-item.module.d.ts +0 -9
- package/components/mobile/menu/mobile-menu.module.d.ts +0 -10
- package/components/navigation/content/navigation-content.module.d.ts +0 -8
- package/components/navigation/local/navigation-local.module.d.ts +0 -8
- package/components/notification/badge/notification-badge.module.d.ts +0 -8
- package/components/pagination/data-pagination/data-pagination.module.d.ts +0 -8
- package/components/pagination/list-pagination/list-pagination.module.d.ts +0 -8
- package/components/progressbar/progressbar.module.d.ts +0 -8
- package/components/puff-list/puff-item/puff-info/puff-list-item-info.component.d.ts +0 -7
- package/components/puff-list/puff-item/puff-list-item.component.d.ts +0 -22
- package/components/region-icon/region-icon.module.d.ts +0 -8
- package/components/stepper/step/step.component.d.ts +0 -19
- package/components/tabs/panel/tab-panel.component.d.ts +0 -9
- package/components/tabs/tab/tab.component.d.ts +0 -11
- package/components/tabs/tabs.component.d.ts +0 -20
- package/components/tabs/tabs.module.d.ts +0 -11
- package/components/tag/tag.module.d.ts +0 -8
- package/esm2022/components/accordion/accordion.module.mjs +0 -18
- package/esm2022/components/alert/alert.module.mjs +0 -24
- package/esm2022/components/badge/badge.module.mjs +0 -22
- package/esm2022/components/box-link/box-link.module.mjs +0 -18
- package/esm2022/components/breadcrumbs/breadcrumbs.module.mjs +0 -31
- package/esm2022/components/button/button.component.mjs +0 -68
- package/esm2022/components/button/button.module.mjs +0 -24
- package/esm2022/components/button-group/button-group.module.mjs +0 -22
- package/esm2022/components/card/card.module.mjs +0 -22
- package/esm2022/components/carousel/carousel.module.mjs +0 -27
- package/esm2022/components/date-label/date-label.module.mjs +0 -22
- package/esm2022/components/dialog/dialog.module.mjs +0 -22
- package/esm2022/components/dropdown/dropdown-content.component.mjs +0 -29
- package/esm2022/components/form/check-button/check-button.module.mjs +0 -18
- package/esm2022/components/form/checkbox/checkbox.module.mjs +0 -22
- package/esm2022/components/form/checkbox-group/checkbox-group.module.mjs +0 -25
- package/esm2022/components/form/error-message/error-message.module.mjs +0 -22
- package/esm2022/components/form/input/input.module.mjs +0 -24
- package/esm2022/components/form/radio/radio.module.mjs +0 -31
- package/esm2022/components/form/radio-button/radio-button.module.mjs +0 -21
- package/esm2022/components/form/range/range.module.mjs +0 -22
- package/esm2022/components/form/select/select.module.mjs +0 -22
- package/esm2022/components/form/select-multiple/select-multiple.module.mjs +0 -26
- package/esm2022/components/form/spinner/spinner.module.mjs +0 -22
- package/esm2022/components/form/textarea/textarea.module.mjs +0 -24
- package/esm2022/components/form/time/time.module.mjs +0 -22
- package/esm2022/components/form/toggle/toggle.module.mjs +0 -22
- package/esm2022/components/global-alert/global-alert.module.mjs +0 -20
- package/esm2022/components/grid/column/column.module.mjs +0 -22
- package/esm2022/components/grid/container/container.module.mjs +0 -22
- package/esm2022/components/grid/row/row.module.mjs +0 -22
- package/esm2022/components/header-inera/nav/header-inera-nav-item.component.mjs +0 -27
- package/esm2022/components/header-patient/header-patient.module.mjs +0 -22
- package/esm2022/components/link/link.component.mjs +0 -42
- package/esm2022/components/link/link.module.mjs +0 -24
- package/esm2022/components/mobile/menu/item/mobile-menu-item.module.mjs +0 -20
- package/esm2022/components/mobile/menu/mobile-menu.module.mjs +0 -21
- package/esm2022/components/navigation/content/navigation-content.module.mjs +0 -22
- package/esm2022/components/navigation/local/navigation-local.module.mjs +0 -18
- package/esm2022/components/notification/badge/inera-ids-angular-components-notification-badge.mjs +0 -5
- package/esm2022/components/notification/badge/notification-badge.component.mjs +0 -15
- package/esm2022/components/notification/badge/notification-badge.module.mjs +0 -22
- package/esm2022/components/notification/badge/public-api.mjs +0 -3
- package/esm2022/components/pagination/data-pagination/data-pagination.module.mjs +0 -18
- package/esm2022/components/pagination/list-pagination/list-pagination.module.mjs +0 -18
- package/esm2022/components/progressbar/progressbar.module.mjs +0 -22
- package/esm2022/components/puff-list/puff-item/puff-header/puff-list-item-header.component.mjs +0 -15
- package/esm2022/components/puff-list/puff-item/puff-info/puff-list-item-info.component.mjs +0 -15
- package/esm2022/components/puff-list/puff-item/puff-list-item.component.mjs +0 -60
- package/esm2022/components/region-icon/region-icon.module.mjs +0 -18
- package/esm2022/components/stepper/step/step.component.mjs +0 -52
- package/esm2022/components/tabs/panel/tab-panel.component.mjs +0 -21
- package/esm2022/components/tabs/tab/tab.component.mjs +0 -26
- package/esm2022/components/tabs/tabs.component.mjs +0 -50
- package/esm2022/components/tabs/tabs.module.mjs +0 -34
- package/esm2022/components/tag/tag.module.mjs +0 -22
|
@@ -1,24 +1,76 @@
|
|
|
1
|
-
import { Component,
|
|
1
|
+
import { Component, ContentChild, EventEmitter, Input, Output, booleanAttribute } from "@angular/core";
|
|
2
|
+
import { IDRegionIconComponent } from "@inera/ids-angular/components/region-icon";
|
|
2
3
|
import * as i0 from "@angular/core";
|
|
3
4
|
export class IDHeader1177RegionPickerMobileComponent {
|
|
4
|
-
text =
|
|
5
|
+
text = "Välj region";
|
|
5
6
|
expanded = false;
|
|
6
|
-
|
|
7
|
-
|
|
7
|
+
regionSelected = false;
|
|
8
|
+
regionIcon;
|
|
9
|
+
expandedChange = new EventEmitter();
|
|
10
|
+
opened = new EventEmitter();
|
|
11
|
+
closed = new EventEmitter();
|
|
12
|
+
toggleExpansion() {
|
|
13
|
+
this.expanded = !this.expanded;
|
|
14
|
+
this.expandedChange.emit(this.expanded);
|
|
15
|
+
if (this.expanded) {
|
|
16
|
+
this.opened.emit();
|
|
17
|
+
}
|
|
18
|
+
else {
|
|
19
|
+
this.closed.emit();
|
|
20
|
+
}
|
|
21
|
+
}
|
|
8
22
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeader1177RegionPickerMobileComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
9
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
23
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.2.14", type: IDHeader1177RegionPickerMobileComponent, isStandalone: true, selector: "id-header-1177-region-picker-mobile", inputs: { text: "text", expanded: ["expanded", "expanded", booleanAttribute], regionSelected: ["regionSelected", "regionSelected", booleanAttribute] }, outputs: { expandedChange: "expandedChange", opened: "opened", closed: "closed" }, queries: [{ propertyName: "regionIcon", first: true, predicate: IDRegionIconComponent, descendants: true }], ngImport: i0, template: `
|
|
24
|
+
<div class="ids-header-1177-region-picker-mobile"
|
|
25
|
+
[class.ids-header-1177-region-picker-mobile--selected-region]="regionIcon || regionSelected">
|
|
26
|
+
<button
|
|
27
|
+
(click)="toggleExpansion()"
|
|
28
|
+
class="ids-header-1177-region-picker-mobile__button"
|
|
29
|
+
[class.ids-header-1177-region-picker-mobile__button--expanded]="expanded"
|
|
30
|
+
[attr.aria-label]="text">
|
|
31
|
+
<div class="ids-header-1177-region-picker-mobile__region-icon">
|
|
32
|
+
<ng-content></ng-content>
|
|
33
|
+
</div>
|
|
34
|
+
<span class="ids-header-1177-region-picker-mobile__button-text"> {{text}}</span>
|
|
35
|
+
</button>
|
|
36
|
+
</div>`, isInline: true });
|
|
10
37
|
}
|
|
11
38
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeader1177RegionPickerMobileComponent, decorators: [{
|
|
12
39
|
type: Component,
|
|
13
|
-
args: [{
|
|
40
|
+
args: [{
|
|
41
|
+
selector: "id-header-1177-region-picker-mobile",
|
|
42
|
+
template: `
|
|
43
|
+
<div class="ids-header-1177-region-picker-mobile"
|
|
44
|
+
[class.ids-header-1177-region-picker-mobile--selected-region]="regionIcon || regionSelected">
|
|
45
|
+
<button
|
|
46
|
+
(click)="toggleExpansion()"
|
|
47
|
+
class="ids-header-1177-region-picker-mobile__button"
|
|
48
|
+
[class.ids-header-1177-region-picker-mobile__button--expanded]="expanded"
|
|
49
|
+
[attr.aria-label]="text">
|
|
50
|
+
<div class="ids-header-1177-region-picker-mobile__region-icon">
|
|
51
|
+
<ng-content></ng-content>
|
|
52
|
+
</div>
|
|
53
|
+
<span class="ids-header-1177-region-picker-mobile__button-text"> {{text}}</span>
|
|
54
|
+
</button>
|
|
55
|
+
</div>`,
|
|
56
|
+
standalone: true
|
|
57
|
+
}]
|
|
14
58
|
}], propDecorators: { text: [{
|
|
15
59
|
type: Input
|
|
16
60
|
}], expanded: [{
|
|
17
|
-
type: Input
|
|
18
|
-
|
|
61
|
+
type: Input,
|
|
62
|
+
args: [{ transform: booleanAttribute }]
|
|
63
|
+
}], regionSelected: [{
|
|
64
|
+
type: Input,
|
|
65
|
+
args: [{ transform: booleanAttribute }]
|
|
66
|
+
}], regionIcon: [{
|
|
67
|
+
type: ContentChild,
|
|
68
|
+
args: [IDRegionIconComponent]
|
|
69
|
+
}], expandedChange: [{
|
|
70
|
+
type: Output
|
|
71
|
+
}], opened: [{
|
|
72
|
+
type: Output
|
|
73
|
+
}], closed: [{
|
|
19
74
|
type: Output
|
|
20
|
-
}], template: [{
|
|
21
|
-
type: ViewChild,
|
|
22
|
-
args: [TemplateRef]
|
|
23
75
|
}] } });
|
|
24
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
76
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGVhZGVyLTExNzctcmVnaW9uLXBpY2tlci1tb2JpbGUuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaWRzLWFuZ3VsYXIvY29tcG9uZW50cy9oZWFkZXItMTE3Ny9yZWdpb24tcGlja2VyLW1vYmlsZS9oZWFkZXItMTE3Ny1yZWdpb24tcGlja2VyLW1vYmlsZS5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxZQUFZLEVBQUUsWUFBWSxFQUFFLEtBQUssRUFBRSxNQUFNLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDdkcsT0FBTyxFQUFFLHFCQUFxQixFQUFFLE1BQU0sMkNBQTJDLENBQUM7O0FBb0JsRixNQUFNLE9BQU8sdUNBQXVDO0lBRXpDLElBQUksR0FBWSxhQUFhLENBQUM7SUFDQyxRQUFRLEdBQVksS0FBSyxDQUFDO0lBQzFCLGNBQWMsR0FBWSxLQUFLLENBQUM7SUFHeEUsVUFBVSxDQUF3QjtJQUV4QixjQUFjLEdBQTBCLElBQUksWUFBWSxFQUFFLENBQUM7SUFDM0QsTUFBTSxHQUF1QixJQUFJLFlBQVksRUFBRSxDQUFDO0lBQ2hELE1BQU0sR0FBdUIsSUFBSSxZQUFZLEVBQUUsQ0FBQztJQUUxRCxlQUFlO1FBQ2IsSUFBSSxDQUFDLFFBQVEsR0FBRyxDQUFDLElBQUksQ0FBQyxRQUFRLENBQUM7UUFDL0IsSUFBSSxDQUFDLGNBQWMsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLFFBQVEsQ0FBQyxDQUFDO1FBQ3hDLElBQUcsSUFBSSxDQUFDLFFBQVEsRUFBRSxDQUFDO1lBQ2pCLElBQUksQ0FBQyxNQUFNLENBQUMsSUFBSSxFQUFFLENBQUM7UUFDckIsQ0FBQzthQUFNLENBQUM7WUFDTixJQUFJLENBQUMsTUFBTSxDQUFDLElBQUksRUFBRSxDQUFDO1FBQ3JCLENBQUM7SUFDSCxDQUFDO3dHQXJCVSx1Q0FBdUM7NEZBQXZDLHVDQUF1QyxrSUFHOUIsZ0JBQWdCLHdEQUNoQixnQkFBZ0Isd0pBRXRCLHFCQUFxQixnREF0QnpCOzs7Ozs7Ozs7Ozs7O1NBYUg7OzRGQUdJLHVDQUF1QztrQkFsQm5ELFNBQVM7bUJBQUM7b0JBQ1QsUUFBUSxFQUFFLHFDQUFxQztvQkFDL0MsUUFBUSxFQUFFOzs7Ozs7Ozs7Ozs7O1NBYUg7b0JBQ1AsVUFBVSxFQUFFLElBQUk7aUJBQ2pCOzhCQUdVLElBQUk7c0JBQVosS0FBSztnQkFDa0MsUUFBUTtzQkFBL0MsS0FBSzt1QkFBQyxFQUFFLFNBQVMsRUFBRSxnQkFBZ0IsRUFBRTtnQkFDRSxjQUFjO3NCQUFyRCxLQUFLO3VCQUFDLEVBQUUsU0FBUyxFQUFFLGdCQUFnQixFQUFFO2dCQUd0QyxVQUFVO3NCQURULFlBQVk7dUJBQUMscUJBQXFCO2dCQUd6QixjQUFjO3NCQUF2QixNQUFNO2dCQUNHLE1BQU07c0JBQWYsTUFBTTtnQkFDRyxNQUFNO3NCQUFmLE1BQU0iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIENvbnRlbnRDaGlsZCwgRXZlbnRFbWl0dGVyLCBJbnB1dCwgT3V0cHV0LCBib29sZWFuQXR0cmlidXRlIH0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcbmltcG9ydCB7IElEUmVnaW9uSWNvbkNvbXBvbmVudCB9IGZyb20gXCJAaW5lcmEvaWRzLWFuZ3VsYXIvY29tcG9uZW50cy9yZWdpb24taWNvblwiO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6IFwiaWQtaGVhZGVyLTExNzctcmVnaW9uLXBpY2tlci1tb2JpbGVcIixcbiAgdGVtcGxhdGU6IGBcbiAgPGRpdiBjbGFzcz1cImlkcy1oZWFkZXItMTE3Ny1yZWdpb24tcGlja2VyLW1vYmlsZVwiXG4gICAgW2NsYXNzLmlkcy1oZWFkZXItMTE3Ny1yZWdpb24tcGlja2VyLW1vYmlsZS0tc2VsZWN0ZWQtcmVnaW9uXT1cInJlZ2lvbkljb24gfHwgcmVnaW9uU2VsZWN0ZWRcIj5cbiAgICA8YnV0dG9uIFxuICAgICAgKGNsaWNrKT1cInRvZ2dsZUV4cGFuc2lvbigpXCJcbiAgICAgIGNsYXNzPVwiaWRzLWhlYWRlci0xMTc3LXJlZ2lvbi1waWNrZXItbW9iaWxlX19idXR0b25cIlxuICAgICAgW2NsYXNzLmlkcy1oZWFkZXItMTE3Ny1yZWdpb24tcGlja2VyLW1vYmlsZV9fYnV0dG9uLS1leHBhbmRlZF09XCJleHBhbmRlZFwiXG4gICAgICBbYXR0ci5hcmlhLWxhYmVsXT1cInRleHRcIj5cbiAgICAgIDxkaXYgY2xhc3M9XCJpZHMtaGVhZGVyLTExNzctcmVnaW9uLXBpY2tlci1tb2JpbGVfX3JlZ2lvbi1pY29uXCI+XG4gICAgICAgIDxuZy1jb250ZW50PjwvbmctY29udGVudD5cbiAgICAgIDwvZGl2PlxuICAgICAgPHNwYW4gY2xhc3M9XCJpZHMtaGVhZGVyLTExNzctcmVnaW9uLXBpY2tlci1tb2JpbGVfX2J1dHRvbi10ZXh0XCI+IHt7dGV4dH19PC9zcGFuPlxuICAgIDwvYnV0dG9uPlxuICA8L2Rpdj5gLFxuICBzdGFuZGFsb25lOiB0cnVlXG59KVxuZXhwb3J0IGNsYXNzIElESGVhZGVyMTE3N1JlZ2lvblBpY2tlck1vYmlsZUNvbXBvbmVudCB7XG4gIFxuICBASW5wdXQoKSB0ZXh0OiBzdHJpbmcgID0gXCJWw6RsaiByZWdpb25cIjtcbiAgQElucHV0KHsgdHJhbnNmb3JtOiBib29sZWFuQXR0cmlidXRlIH0pIGV4cGFuZGVkOiBib29sZWFuID0gZmFsc2U7XG4gIEBJbnB1dCh7IHRyYW5zZm9ybTogYm9vbGVhbkF0dHJpYnV0ZSB9KSByZWdpb25TZWxlY3RlZDogYm9vbGVhbiA9IGZhbHNlO1xuXG4gIEBDb250ZW50Q2hpbGQoSURSZWdpb25JY29uQ29tcG9uZW50KVxuICByZWdpb25JY29uOiBJRFJlZ2lvbkljb25Db21wb25lbnQ7XG5cbiAgQE91dHB1dCgpIGV4cGFuZGVkQ2hhbmdlOiBFdmVudEVtaXR0ZXI8Ym9vbGVhbj4gPSBuZXcgRXZlbnRFbWl0dGVyKCk7XG4gIEBPdXRwdXQoKSBvcGVuZWQ6IEV2ZW50RW1pdHRlcjx2b2lkPiA9IG5ldyBFdmVudEVtaXR0ZXIoKTtcbiAgQE91dHB1dCgpIGNsb3NlZDogRXZlbnRFbWl0dGVyPHZvaWQ+ID0gbmV3IEV2ZW50RW1pdHRlcigpO1xuXG4gIHRvZ2dsZUV4cGFuc2lvbigpIHtcbiAgICB0aGlzLmV4cGFuZGVkID0gIXRoaXMuZXhwYW5kZWQ7XG4gICAgdGhpcy5leHBhbmRlZENoYW5nZS5lbWl0KHRoaXMuZXhwYW5kZWQpO1xuICAgIGlmKHRoaXMuZXhwYW5kZWQpIHtcbiAgICAgIHRoaXMub3BlbmVkLmVtaXQoKTtcbiAgICB9IGVsc2Uge1xuICAgICAgdGhpcy5jbG9zZWQuZW1pdCgpO1xuICAgIH1cbiAgfVxufVxuIl19
|
package/esm2022/components/header-1177/skip-to-content/header-1177-skip-to-content.component.mjs
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { Component } from "@angular/core";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export class IDHeader1177SkipToContent {
|
|
4
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeader1177SkipToContent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
5
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDHeader1177SkipToContent, isStandalone: true, selector: "id-header-1177-skip-to-content", host: { classAttribute: "ids-header-1177__skip-to-content" }, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true });
|
|
6
|
+
}
|
|
7
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeader1177SkipToContent, decorators: [{
|
|
8
|
+
type: Component,
|
|
9
|
+
args: [{
|
|
10
|
+
selector: "id-header-1177-skip-to-content",
|
|
11
|
+
template: `<ng-content></ng-content>`,
|
|
12
|
+
standalone: true,
|
|
13
|
+
host: {
|
|
14
|
+
class: 'ids-header-1177__skip-to-content'
|
|
15
|
+
}
|
|
16
|
+
}]
|
|
17
|
+
}] });
|
|
18
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGVhZGVyLTExNzctc2tpcC10by1jb250ZW50LmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2NvbXBvbmVudHMvaGVhZGVyLTExNzcvc2tpcC10by1jb250ZW50L2hlYWRlci0xMTc3LXNraXAtdG8tY29udGVudC5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFVMUMsTUFBTSxPQUFPLHlCQUF5Qjt3R0FBekIseUJBQXlCOzRGQUF6Qix5QkFBeUIsd0pBTjFCLDJCQUEyQjs7NEZBTTFCLHlCQUF5QjtrQkFSckMsU0FBUzttQkFBQztvQkFDVCxRQUFRLEVBQUUsZ0NBQWdDO29CQUMxQyxRQUFRLEVBQUUsMkJBQTJCO29CQUNyQyxVQUFVLEVBQUUsSUFBSTtvQkFDaEIsSUFBSSxFQUFFO3dCQUNKLEtBQUssRUFBRSxrQ0FBa0M7cUJBQzFDO2lCQUNGIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50IH0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiBcImlkLWhlYWRlci0xMTc3LXNraXAtdG8tY29udGVudFwiLFxuICB0ZW1wbGF0ZTogYDxuZy1jb250ZW50PjwvbmctY29udGVudD5gLFxuICBzdGFuZGFsb25lOiB0cnVlLFxuICBob3N0OiB7XG4gICAgY2xhc3M6ICdpZHMtaGVhZGVyLTExNzdfX3NraXAtdG8tY29udGVudCdcbiAgfVxufSlcbmV4cG9ydCBjbGFzcyBJREhlYWRlcjExNzdTa2lwVG9Db250ZW50IHt9XG4iXX0=
|
|
@@ -1,27 +1,130 @@
|
|
|
1
|
-
import { Component,
|
|
1
|
+
import { Component, EventEmitter, Input, Output, booleanAttribute, inject } from "@angular/core";
|
|
2
|
+
import { ID_HEADER_CONTEXT, IDClickOutsideDirective, IDUseIdService, useEscapeKey } from "@inera/ids-angular/common";
|
|
2
3
|
import * as i0 from "@angular/core";
|
|
3
4
|
export class IDHeader1177AdminAvatarComponent {
|
|
4
5
|
username = "";
|
|
5
6
|
unit = "";
|
|
6
|
-
expanded = false;
|
|
7
7
|
persistent = false;
|
|
8
|
-
|
|
8
|
+
expanded = false;
|
|
9
|
+
expandedChange = new EventEmitter();
|
|
10
|
+
opened = new EventEmitter();
|
|
11
|
+
closed = new EventEmitter();
|
|
12
|
+
idService = inject(IDUseIdService);
|
|
13
|
+
contentId = this.idService.generateId('header-1177-admin-avatar');
|
|
14
|
+
header = inject(ID_HEADER_CONTEXT, { optional: true, host: true });
|
|
15
|
+
constructor() {
|
|
16
|
+
useEscapeKey(() => this.handleCloseEvent(), () => this.expanded);
|
|
17
|
+
}
|
|
18
|
+
handleCloseEvent() {
|
|
19
|
+
if (!this.persistent) {
|
|
20
|
+
this.closeAvatar();
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
closeAvatar() {
|
|
24
|
+
this.expanded = false;
|
|
25
|
+
this.expandedChange.emit(false);
|
|
26
|
+
this.closed.emit();
|
|
27
|
+
}
|
|
28
|
+
toggleAvatar() {
|
|
29
|
+
this.expanded = !this.expanded;
|
|
30
|
+
this.expandedChange.emit(this.expanded);
|
|
31
|
+
if (this.expanded) {
|
|
32
|
+
this.opened.emit();
|
|
33
|
+
}
|
|
34
|
+
else {
|
|
35
|
+
this.closed.emit();
|
|
36
|
+
}
|
|
37
|
+
}
|
|
9
38
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeader1177AdminAvatarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
10
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
39
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.14", type: IDHeader1177AdminAvatarComponent, isStandalone: true, selector: "id-header-1177-admin-avatar", inputs: { username: "username", unit: "unit", persistent: ["persistent", "persistent", booleanAttribute], expanded: ["expanded", "expanded", booleanAttribute] }, outputs: { expandedChange: "expandedChange", opened: "opened", closed: "closed" }, host: { properties: { "class.ids-header-1177-admin-avatar--unresponsive": "header?.unresponsive" }, classAttribute: "ids-header-1177-admin-avatar" }, ngImport: i0, template: `
|
|
40
|
+
<div class="ids-header-1177-admin-avatar__avatar"
|
|
41
|
+
idClickOutside
|
|
42
|
+
(idClickOutside)="handleCloseEvent()">
|
|
43
|
+
<div class="ids-header-1177-admin-avatar__menu-wrapper">
|
|
44
|
+
<button
|
|
45
|
+
(click)="toggleAvatar()"
|
|
46
|
+
[attr.aria-controls]="contentId"
|
|
47
|
+
class="ids-header-1177-admin-avatar__button"
|
|
48
|
+
[class.ids-header-1177-admin-avatar__button--expanded]="expanded"
|
|
49
|
+
[attr.aria-expanded]="expanded">
|
|
50
|
+
<div class="ids-header-1177-admin-avatar__name" [attr.title]="username">
|
|
51
|
+
{{username}}
|
|
52
|
+
@if(unit) {
|
|
53
|
+
<span class="ids-header-1177-admin-avatar__unit-separator">|</span>
|
|
54
|
+
<span [attr.title]="unit" class="ids-header-1177-admin-avatar__unit">{{unit}} </span>
|
|
55
|
+
}
|
|
56
|
+
</div>
|
|
57
|
+
</button>
|
|
58
|
+
@if(expanded){
|
|
59
|
+
<div [attr.id]="contentId"
|
|
60
|
+
class="ids-header-1177-admin-avatar__menu ids-header-1177-admin-avatar__menu--mobile-menu"
|
|
61
|
+
[class.ids-header-1177-admin-avatar__menu--expanded]="expanded">
|
|
62
|
+
<ng-content select="id-header-1177-admin-avatar-agent"></ng-content>
|
|
63
|
+
<div class="ids-header-1177-admin-avatar__menu-links">
|
|
64
|
+
<ng-content></ng-content>
|
|
65
|
+
</div>
|
|
66
|
+
</div>
|
|
67
|
+
}
|
|
68
|
+
</div>
|
|
69
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: IDClickOutsideDirective, selector: "[idClickOutside]", outputs: ["idClickOutside"] }] });
|
|
11
70
|
}
|
|
12
71
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeader1177AdminAvatarComponent, decorators: [{
|
|
13
72
|
type: Component,
|
|
14
|
-
args: [{
|
|
15
|
-
|
|
73
|
+
args: [{
|
|
74
|
+
selector: "id-header-1177-admin-avatar",
|
|
75
|
+
template: `
|
|
76
|
+
<div class="ids-header-1177-admin-avatar__avatar"
|
|
77
|
+
idClickOutside
|
|
78
|
+
(idClickOutside)="handleCloseEvent()">
|
|
79
|
+
<div class="ids-header-1177-admin-avatar__menu-wrapper">
|
|
80
|
+
<button
|
|
81
|
+
(click)="toggleAvatar()"
|
|
82
|
+
[attr.aria-controls]="contentId"
|
|
83
|
+
class="ids-header-1177-admin-avatar__button"
|
|
84
|
+
[class.ids-header-1177-admin-avatar__button--expanded]="expanded"
|
|
85
|
+
[attr.aria-expanded]="expanded">
|
|
86
|
+
<div class="ids-header-1177-admin-avatar__name" [attr.title]="username">
|
|
87
|
+
{{username}}
|
|
88
|
+
@if(unit) {
|
|
89
|
+
<span class="ids-header-1177-admin-avatar__unit-separator">|</span>
|
|
90
|
+
<span [attr.title]="unit" class="ids-header-1177-admin-avatar__unit">{{unit}} </span>
|
|
91
|
+
}
|
|
92
|
+
</div>
|
|
93
|
+
</button>
|
|
94
|
+
@if(expanded){
|
|
95
|
+
<div [attr.id]="contentId"
|
|
96
|
+
class="ids-header-1177-admin-avatar__menu ids-header-1177-admin-avatar__menu--mobile-menu"
|
|
97
|
+
[class.ids-header-1177-admin-avatar__menu--expanded]="expanded">
|
|
98
|
+
<ng-content select="id-header-1177-admin-avatar-agent"></ng-content>
|
|
99
|
+
<div class="ids-header-1177-admin-avatar__menu-links">
|
|
100
|
+
<ng-content></ng-content>
|
|
101
|
+
</div>
|
|
102
|
+
</div>
|
|
103
|
+
}
|
|
104
|
+
</div>
|
|
105
|
+
`,
|
|
106
|
+
standalone: true,
|
|
107
|
+
imports: [IDClickOutsideDirective],
|
|
108
|
+
host: {
|
|
109
|
+
class: 'ids-header-1177-admin-avatar',
|
|
110
|
+
'[class.ids-header-1177-admin-avatar--unresponsive]': 'header?.unresponsive'
|
|
111
|
+
}
|
|
112
|
+
}]
|
|
113
|
+
}], ctorParameters: () => [], propDecorators: { username: [{
|
|
16
114
|
type: Input
|
|
17
115
|
}], unit: [{
|
|
18
116
|
type: Input
|
|
19
|
-
}], expanded: [{
|
|
20
|
-
type: Input
|
|
21
117
|
}], persistent: [{
|
|
22
|
-
type: Input
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
118
|
+
type: Input,
|
|
119
|
+
args: [{ transform: booleanAttribute }]
|
|
120
|
+
}], expanded: [{
|
|
121
|
+
type: Input,
|
|
122
|
+
args: [{ transform: booleanAttribute }]
|
|
123
|
+
}], expandedChange: [{
|
|
124
|
+
type: Output
|
|
125
|
+
}], opened: [{
|
|
126
|
+
type: Output
|
|
127
|
+
}], closed: [{
|
|
128
|
+
type: Output
|
|
26
129
|
}] } });
|
|
27
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
130
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGVhZGVyLTExNzctYWRtaW4tYXZhdGFyLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2NvbXBvbmVudHMvaGVhZGVyLTExNzctYWRtaW4vYXZhdGFyL2hlYWRlci0xMTc3LWFkbWluLWF2YXRhci5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxZQUFZLEVBQUUsS0FBSyxFQUFFLE1BQU0sRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDakcsT0FBTyxFQUFFLGlCQUFpQixFQUFFLHVCQUF1QixFQUFtQixjQUFjLEVBQUUsWUFBWSxFQUFFLE1BQU0sMkJBQTJCLENBQUM7O0FBMEN0SSxNQUFNLE9BQU8sZ0NBQWdDO0lBQ2xDLFFBQVEsR0FBVyxFQUFFLENBQUM7SUFDdEIsSUFBSSxHQUFXLEVBQUUsQ0FBQztJQUNhLFVBQVUsR0FBWSxLQUFLLENBQUM7SUFDNUIsUUFBUSxHQUFZLEtBQUssQ0FBQztJQUV4RCxjQUFjLEdBQTBCLElBQUksWUFBWSxFQUFFLENBQUM7SUFDM0QsTUFBTSxHQUF1QixJQUFJLFlBQVksRUFBRSxDQUFDO0lBQ2hELE1BQU0sR0FBdUIsSUFBSSxZQUFZLEVBQUUsQ0FBQztJQUVsRCxTQUFTLEdBQUcsTUFBTSxDQUFDLGNBQWMsQ0FBQyxDQUFDO0lBQzNDLFNBQVMsR0FBRyxJQUFJLENBQUMsU0FBUyxDQUFDLFVBQVUsQ0FBQywwQkFBMEIsQ0FBQyxDQUFDO0lBQ2xFLE1BQU0sR0FBRyxNQUFNLENBQXlCLGlCQUFpQixFQUFFLEVBQUUsUUFBUSxFQUFFLElBQUksRUFBRSxJQUFJLEVBQUUsSUFBSSxFQUFFLENBQUMsQ0FBQztJQUUzRjtRQUNFLFlBQVksQ0FBQyxHQUFHLEVBQUUsQ0FBQyxJQUFJLENBQUMsZ0JBQWdCLEVBQUUsRUFBRSxHQUFHLEVBQUUsQ0FBQyxJQUFJLENBQUMsUUFBUSxDQUFDLENBQUM7SUFDbkUsQ0FBQztJQUVELGdCQUFnQjtRQUNkLElBQUcsQ0FBQyxJQUFJLENBQUMsVUFBVSxFQUFFLENBQUM7WUFDcEIsSUFBSSxDQUFDLFdBQVcsRUFBRSxDQUFDO1FBQ3JCLENBQUM7SUFDSCxDQUFDO0lBRUQsV0FBVztRQUNULElBQUksQ0FBQyxRQUFRLEdBQUcsS0FBSyxDQUFDO1FBQ3RCLElBQUksQ0FBQyxjQUFjLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxDQUFDO1FBQ2hDLElBQUksQ0FBQyxNQUFNLENBQUMsSUFBSSxFQUFFLENBQUM7SUFDckIsQ0FBQztJQUVELFlBQVk7UUFDVixJQUFJLENBQUMsUUFBUSxHQUFHLENBQUMsSUFBSSxDQUFDLFFBQVEsQ0FBQztRQUMvQixJQUFJLENBQUMsY0FBYyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsUUFBUSxDQUFDLENBQUM7UUFDeEMsSUFBSSxJQUFJLENBQUMsUUFBUSxFQUFFLENBQUM7WUFDbEIsSUFBSSxDQUFDLE1BQU0sQ0FBQyxJQUFJLEVBQUUsQ0FBQztRQUNyQixDQUFDO2FBQU0sQ0FBQztZQUNOLElBQUksQ0FBQyxNQUFNLENBQUMsSUFBSSxFQUFFLENBQUM7UUFDckIsQ0FBQztJQUNILENBQUM7d0dBdENVLGdDQUFnQzs0RkFBaEMsZ0NBQWdDLHNKQUd2QixnQkFBZ0Isc0NBQ2hCLGdCQUFnQixzUUExQzFCOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7R0E4QlQsNERBRVMsdUJBQXVCOzs0RkFNdEIsZ0NBQWdDO2tCQXhDNUMsU0FBUzttQkFBQztvQkFDVCxRQUFRLEVBQUUsNkJBQTZCO29CQUN2QyxRQUFRLEVBQUU7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztHQThCVDtvQkFDRCxVQUFVLEVBQUUsSUFBSTtvQkFDaEIsT0FBTyxFQUFFLENBQUMsdUJBQXVCLENBQUM7b0JBQ2xDLElBQUksRUFBRTt3QkFDSixLQUFLLEVBQUUsOEJBQThCO3dCQUNyQyxvREFBb0QsRUFBRSxzQkFBc0I7cUJBQzdFO2lCQUNGO3dEQUVVLFFBQVE7c0JBQWhCLEtBQUs7Z0JBQ0csSUFBSTtzQkFBWixLQUFLO2dCQUNrQyxVQUFVO3NCQUFqRCxLQUFLO3VCQUFDLEVBQUUsU0FBUyxFQUFFLGdCQUFnQixFQUFFO2dCQUNFLFFBQVE7c0JBQS9DLEtBQUs7dUJBQUMsRUFBRSxTQUFTLEVBQUUsZ0JBQWdCLEVBQUU7Z0JBRTVCLGNBQWM7c0JBQXZCLE1BQU07Z0JBQ0csTUFBTTtzQkFBZixNQUFNO2dCQUNHLE1BQU07c0JBQWYsTUFBTSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgRXZlbnRFbWl0dGVyLCBJbnB1dCwgT3V0cHV0LCBib29sZWFuQXR0cmlidXRlLCBpbmplY3QgfSBmcm9tIFwiQGFuZ3VsYXIvY29yZVwiO1xuaW1wb3J0IHsgSURfSEVBREVSX0NPTlRFWFQsIElEQ2xpY2tPdXRzaWRlRGlyZWN0aXZlLCBJREhlYWRlckNvbnRleHQsIElEVXNlSWRTZXJ2aWNlLCB1c2VFc2NhcGVLZXkgfSBmcm9tIFwiQGluZXJhL2lkcy1hbmd1bGFyL2NvbW1vblwiO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6IFwiaWQtaGVhZGVyLTExNzctYWRtaW4tYXZhdGFyXCIsXG4gIHRlbXBsYXRlOiBgXG4gICAgPGRpdiBjbGFzcz1cImlkcy1oZWFkZXItMTE3Ny1hZG1pbi1hdmF0YXJfX2F2YXRhclwiXG4gICAgaWRDbGlja091dHNpZGVcbiAgICAoaWRDbGlja091dHNpZGUpPVwiaGFuZGxlQ2xvc2VFdmVudCgpXCI+XG4gICAgICA8ZGl2IGNsYXNzPVwiaWRzLWhlYWRlci0xMTc3LWFkbWluLWF2YXRhcl9fbWVudS13cmFwcGVyXCI+XG4gICAgICAgIDxidXR0b24gXG4gICAgICAgIChjbGljayk9XCJ0b2dnbGVBdmF0YXIoKVwiXG4gICAgICAgIFthdHRyLmFyaWEtY29udHJvbHNdPVwiY29udGVudElkXCJcbiAgICAgICAgY2xhc3M9XCJpZHMtaGVhZGVyLTExNzctYWRtaW4tYXZhdGFyX19idXR0b25cIlxuICAgICAgICBbY2xhc3MuaWRzLWhlYWRlci0xMTc3LWFkbWluLWF2YXRhcl9fYnV0dG9uLS1leHBhbmRlZF09XCJleHBhbmRlZFwiXG4gICAgICAgIFthdHRyLmFyaWEtZXhwYW5kZWRdPVwiZXhwYW5kZWRcIj5cbiAgICAgICAgICA8ZGl2IGNsYXNzPVwiaWRzLWhlYWRlci0xMTc3LWFkbWluLWF2YXRhcl9fbmFtZVwiIFthdHRyLnRpdGxlXT1cInVzZXJuYW1lXCI+XG4gICAgICAgICAgICB7e3VzZXJuYW1lfX1cbiAgICAgICAgICAgIEBpZih1bml0KSB7XG4gICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiaWRzLWhlYWRlci0xMTc3LWFkbWluLWF2YXRhcl9fdW5pdC1zZXBhcmF0b3JcIj58PC9zcGFuPlxuICAgICAgICAgICAgICA8c3BhbiBbYXR0ci50aXRsZV09XCJ1bml0XCIgY2xhc3M9XCJpZHMtaGVhZGVyLTExNzctYWRtaW4tYXZhdGFyX191bml0XCI+e3t1bml0fX0gPC9zcGFuPlxuICAgICAgICAgICAgfVxuICAgICAgICAgIDwvZGl2PlxuICAgICAgICA8L2J1dHRvbj5cbiAgICAgICAgQGlmKGV4cGFuZGVkKXtcbiAgICAgICAgICA8ZGl2IFthdHRyLmlkXT1cImNvbnRlbnRJZFwiXG4gICAgICAgICAgY2xhc3M9XCJpZHMtaGVhZGVyLTExNzctYWRtaW4tYXZhdGFyX19tZW51IGlkcy1oZWFkZXItMTE3Ny1hZG1pbi1hdmF0YXJfX21lbnUtLW1vYmlsZS1tZW51XCJcbiAgICAgICAgICBbY2xhc3MuaWRzLWhlYWRlci0xMTc3LWFkbWluLWF2YXRhcl9fbWVudS0tZXhwYW5kZWRdPVwiZXhwYW5kZWRcIj5cbiAgICAgICAgICA8bmctY29udGVudCBzZWxlY3Q9XCJpZC1oZWFkZXItMTE3Ny1hZG1pbi1hdmF0YXItYWdlbnRcIj48L25nLWNvbnRlbnQ+XG4gICAgICAgICAgPGRpdiBjbGFzcz1cImlkcy1oZWFkZXItMTE3Ny1hZG1pbi1hdmF0YXJfX21lbnUtbGlua3NcIj5cbiAgICAgICAgICAgIDxuZy1jb250ZW50PjwvbmctY29udGVudD5cbiAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgPC9kaXY+XG4gICAgICAgIH1cbiAgICA8L2Rpdj5cbiAgYCxcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgaW1wb3J0czogW0lEQ2xpY2tPdXRzaWRlRGlyZWN0aXZlXSxcbiAgaG9zdDoge1xuICAgIGNsYXNzOiAnaWRzLWhlYWRlci0xMTc3LWFkbWluLWF2YXRhcicsXG4gICAgJ1tjbGFzcy5pZHMtaGVhZGVyLTExNzctYWRtaW4tYXZhdGFyLS11bnJlc3BvbnNpdmVdJzogJ2hlYWRlcj8udW5yZXNwb25zaXZlJ1xuICB9XG59KVxuZXhwb3J0IGNsYXNzIElESGVhZGVyMTE3N0FkbWluQXZhdGFyQ29tcG9uZW50IHtcbiAgQElucHV0KCkgdXNlcm5hbWU6IHN0cmluZyA9IFwiXCI7XG4gIEBJbnB1dCgpIHVuaXQ6IHN0cmluZyA9IFwiXCI7XG4gIEBJbnB1dCh7IHRyYW5zZm9ybTogYm9vbGVhbkF0dHJpYnV0ZSB9KSBwZXJzaXN0ZW50OiBib29sZWFuID0gZmFsc2U7XG4gIEBJbnB1dCh7IHRyYW5zZm9ybTogYm9vbGVhbkF0dHJpYnV0ZSB9KSBleHBhbmRlZDogYm9vbGVhbiA9IGZhbHNlO1xuICBcbiAgQE91dHB1dCgpIGV4cGFuZGVkQ2hhbmdlOiBFdmVudEVtaXR0ZXI8Ym9vbGVhbj4gPSBuZXcgRXZlbnRFbWl0dGVyKCk7XG4gIEBPdXRwdXQoKSBvcGVuZWQ6IEV2ZW50RW1pdHRlcjx2b2lkPiA9IG5ldyBFdmVudEVtaXR0ZXIoKTtcbiAgQE91dHB1dCgpIGNsb3NlZDogRXZlbnRFbWl0dGVyPHZvaWQ+ID0gbmV3IEV2ZW50RW1pdHRlcigpO1xuXG4gIHByaXZhdGUgaWRTZXJ2aWNlID0gaW5qZWN0KElEVXNlSWRTZXJ2aWNlKTtcbiAgY29udGVudElkID0gdGhpcy5pZFNlcnZpY2UuZ2VuZXJhdGVJZCgnaGVhZGVyLTExNzctYWRtaW4tYXZhdGFyJyk7XG4gIGhlYWRlciA9IGluamVjdDxJREhlYWRlckNvbnRleHQgfCBudWxsPihJRF9IRUFERVJfQ09OVEVYVCwgeyBvcHRpb25hbDogdHJ1ZSwgaG9zdDogdHJ1ZSB9KTtcblxuICBjb25zdHJ1Y3RvcigpIHtcbiAgICB1c2VFc2NhcGVLZXkoKCkgPT4gdGhpcy5oYW5kbGVDbG9zZUV2ZW50KCksICgpID0+IHRoaXMuZXhwYW5kZWQpO1xuICB9XG5cbiAgaGFuZGxlQ2xvc2VFdmVudCAoKSB7XG4gICAgaWYoIXRoaXMucGVyc2lzdGVudCkge1xuICAgICAgdGhpcy5jbG9zZUF2YXRhcigpO1xuICAgIH1cbiAgfVxuXG4gIGNsb3NlQXZhdGFyKCkge1xuICAgIHRoaXMuZXhwYW5kZWQgPSBmYWxzZTtcbiAgICB0aGlzLmV4cGFuZGVkQ2hhbmdlLmVtaXQoZmFsc2UpO1xuICAgIHRoaXMuY2xvc2VkLmVtaXQoKTtcbiAgfVxuXG4gIHRvZ2dsZUF2YXRhcigpIHtcbiAgICB0aGlzLmV4cGFuZGVkID0gIXRoaXMuZXhwYW5kZWQ7XG4gICAgdGhpcy5leHBhbmRlZENoYW5nZS5lbWl0KHRoaXMuZXhwYW5kZWQpO1xuICAgIGlmICh0aGlzLmV4cGFuZGVkKSB7XG4gICAgICB0aGlzLm9wZW5lZC5lbWl0KCk7XG4gICAgfSBlbHNlIHtcbiAgICAgIHRoaXMuY2xvc2VkLmVtaXQoKTtcbiAgICB9XG4gIH1cbn1cbiJdfQ==
|
|
@@ -1,24 +1,125 @@
|
|
|
1
|
-
import { Component,
|
|
1
|
+
import { Component, EventEmitter, Input, Output, booleanAttribute, inject } from "@angular/core";
|
|
2
|
+
import { ID_HEADER_CONTEXT, IDUseIdService, IDClickOutsideDirective, useEscapeKey } from "@inera/ids-angular/common";
|
|
2
3
|
import * as i0 from "@angular/core";
|
|
3
4
|
export class IDHeader1177AdminAvatarMobileComponent {
|
|
4
|
-
username
|
|
5
|
-
unit
|
|
5
|
+
username;
|
|
6
|
+
unit;
|
|
6
7
|
expanded = false;
|
|
7
|
-
|
|
8
|
+
persistent = false;
|
|
9
|
+
expandedChange = new EventEmitter();
|
|
10
|
+
opened = new EventEmitter();
|
|
11
|
+
closed = new EventEmitter();
|
|
12
|
+
idService = inject(IDUseIdService);
|
|
13
|
+
contentId = this.idService.generateId('header-1177-admin-avatar');
|
|
14
|
+
header = inject(ID_HEADER_CONTEXT, { optional: true, host: true });
|
|
15
|
+
constructor() {
|
|
16
|
+
useEscapeKey(() => this.handleCloseEvent(), () => this.expanded);
|
|
17
|
+
}
|
|
18
|
+
handleCloseEvent() {
|
|
19
|
+
if (!this.persistent) {
|
|
20
|
+
this.closeAvatar();
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
closeAvatar() {
|
|
24
|
+
this.expanded = false;
|
|
25
|
+
this.expandedChange.emit(false);
|
|
26
|
+
this.closed.emit();
|
|
27
|
+
}
|
|
28
|
+
toggleAvatar() {
|
|
29
|
+
this.expanded = !this.expanded;
|
|
30
|
+
this.expandedChange.emit(this.expanded);
|
|
31
|
+
if (this.expanded) {
|
|
32
|
+
this.opened.emit();
|
|
33
|
+
}
|
|
34
|
+
else {
|
|
35
|
+
this.closed.emit();
|
|
36
|
+
}
|
|
37
|
+
}
|
|
8
38
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeader1177AdminAvatarMobileComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
9
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
39
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.14", type: IDHeader1177AdminAvatarMobileComponent, isStandalone: true, selector: "id-header-1177-admin-avatar-mobile", inputs: { username: "username", unit: "unit", expanded: ["expanded", "expanded", booleanAttribute], persistent: ["persistent", "persistent", booleanAttribute] }, outputs: { expandedChange: "expandedChange", opened: "opened", closed: "closed" }, host: { classAttribute: "ids-header-1177-admin-avatar-mobile" }, ngImport: i0, template: `
|
|
40
|
+
<div class="ids-header-1177-admin-avatar-mobile__menu-wrapper"
|
|
41
|
+
idClickOutside
|
|
42
|
+
(idClickOutside)="handleCloseEvent()">
|
|
43
|
+
<button
|
|
44
|
+
class="ids-header-1177-admin-avatar-mobile__button"
|
|
45
|
+
(click)="toggleAvatar()"
|
|
46
|
+
[attr.aria-controls]="contentId"
|
|
47
|
+
[class.ids-header-1177-admin-avatar-mobile__button--expanded]="expanded"
|
|
48
|
+
[attr.aria-expanded]="expanded">
|
|
49
|
+
<div
|
|
50
|
+
class="ids-header-1177-admin-avatar-mobile-content__name"
|
|
51
|
+
[attr.title]="username">
|
|
52
|
+
{{username}}
|
|
53
|
+
</div>
|
|
54
|
+
</button>
|
|
55
|
+
<div
|
|
56
|
+
class="ids-header-1177-admin-avatar-mobile__menu"
|
|
57
|
+
[attr.id]="contentId"
|
|
58
|
+
[class.ids-header-1177-admin-avatar-mobile__menu--expanded]="expanded">
|
|
59
|
+
@if(unit) {
|
|
60
|
+
<div class="ids-header-1177-admin-avatar-mobile__unit">{{unit}}</div>
|
|
61
|
+
}
|
|
62
|
+
<div class="ids-header-1177-admin-avatar-mobile__menu-links">
|
|
63
|
+
<ng-content></ng-content>
|
|
64
|
+
</div>
|
|
65
|
+
</div>
|
|
66
|
+
</div>
|
|
67
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: IDClickOutsideDirective, selector: "[idClickOutside]", outputs: ["idClickOutside"] }] });
|
|
10
68
|
}
|
|
11
69
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeader1177AdminAvatarMobileComponent, decorators: [{
|
|
12
70
|
type: Component,
|
|
13
|
-
args: [{
|
|
14
|
-
|
|
71
|
+
args: [{
|
|
72
|
+
selector: "id-header-1177-admin-avatar-mobile",
|
|
73
|
+
template: `
|
|
74
|
+
<div class="ids-header-1177-admin-avatar-mobile__menu-wrapper"
|
|
75
|
+
idClickOutside
|
|
76
|
+
(idClickOutside)="handleCloseEvent()">
|
|
77
|
+
<button
|
|
78
|
+
class="ids-header-1177-admin-avatar-mobile__button"
|
|
79
|
+
(click)="toggleAvatar()"
|
|
80
|
+
[attr.aria-controls]="contentId"
|
|
81
|
+
[class.ids-header-1177-admin-avatar-mobile__button--expanded]="expanded"
|
|
82
|
+
[attr.aria-expanded]="expanded">
|
|
83
|
+
<div
|
|
84
|
+
class="ids-header-1177-admin-avatar-mobile-content__name"
|
|
85
|
+
[attr.title]="username">
|
|
86
|
+
{{username}}
|
|
87
|
+
</div>
|
|
88
|
+
</button>
|
|
89
|
+
<div
|
|
90
|
+
class="ids-header-1177-admin-avatar-mobile__menu"
|
|
91
|
+
[attr.id]="contentId"
|
|
92
|
+
[class.ids-header-1177-admin-avatar-mobile__menu--expanded]="expanded">
|
|
93
|
+
@if(unit) {
|
|
94
|
+
<div class="ids-header-1177-admin-avatar-mobile__unit">{{unit}}</div>
|
|
95
|
+
}
|
|
96
|
+
<div class="ids-header-1177-admin-avatar-mobile__menu-links">
|
|
97
|
+
<ng-content></ng-content>
|
|
98
|
+
</div>
|
|
99
|
+
</div>
|
|
100
|
+
</div>
|
|
101
|
+
`,
|
|
102
|
+
imports: [IDClickOutsideDirective],
|
|
103
|
+
standalone: true,
|
|
104
|
+
host: {
|
|
105
|
+
class: 'ids-header-1177-admin-avatar-mobile'
|
|
106
|
+
}
|
|
107
|
+
}]
|
|
108
|
+
}], ctorParameters: () => [], propDecorators: { username: [{
|
|
15
109
|
type: Input
|
|
16
110
|
}], unit: [{
|
|
17
111
|
type: Input
|
|
18
112
|
}], expanded: [{
|
|
19
|
-
type: Input
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
113
|
+
type: Input,
|
|
114
|
+
args: [{ transform: booleanAttribute }]
|
|
115
|
+
}], persistent: [{
|
|
116
|
+
type: Input,
|
|
117
|
+
args: [{ transform: booleanAttribute }]
|
|
118
|
+
}], expandedChange: [{
|
|
119
|
+
type: Output
|
|
120
|
+
}], opened: [{
|
|
121
|
+
type: Output
|
|
122
|
+
}], closed: [{
|
|
123
|
+
type: Output
|
|
23
124
|
}] } });
|
|
24
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
125
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGVhZGVyLTExNzctYWRtaW4tYXZhdGFyLW1vYmlsZS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9jb21wb25lbnRzL2hlYWRlci0xMTc3LWFkbWluL2F2YXRhci1tb2JpbGUvaGVhZGVyLTExNzctYWRtaW4tYXZhdGFyLW1vYmlsZS5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxZQUFZLEVBQUUsS0FBSyxFQUFFLE1BQU0sRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDakcsT0FBTyxFQUFFLGlCQUFpQixFQUFtQixjQUFjLEVBQUUsdUJBQXVCLEVBQUUsWUFBWSxFQUFFLE1BQU0sMkJBQTJCLENBQUM7O0FBdUN0SSxNQUFNLE9BQU8sc0NBQXNDO0lBQ3hDLFFBQVEsQ0FBVTtJQUNsQixJQUFJLENBQVU7SUFDaUIsUUFBUSxHQUFZLEtBQUssQ0FBQztJQUMxQixVQUFVLEdBQVksS0FBSyxDQUFDO0lBRTFELGNBQWMsR0FBMEIsSUFBSSxZQUFZLEVBQUUsQ0FBQztJQUMzRCxNQUFNLEdBQXVCLElBQUksWUFBWSxFQUFFLENBQUM7SUFDaEQsTUFBTSxHQUF1QixJQUFJLFlBQVksRUFBRSxDQUFDO0lBRWxELFNBQVMsR0FBRyxNQUFNLENBQUMsY0FBYyxDQUFDLENBQUM7SUFDM0MsU0FBUyxHQUFHLElBQUksQ0FBQyxTQUFTLENBQUMsVUFBVSxDQUFDLDBCQUEwQixDQUFDLENBQUM7SUFDbEUsTUFBTSxHQUFHLE1BQU0sQ0FBeUIsaUJBQWlCLEVBQUUsRUFBRSxRQUFRLEVBQUUsSUFBSSxFQUFFLElBQUksRUFBRSxJQUFJLEVBQUUsQ0FBQyxDQUFDO0lBRTNGO1FBQ0UsWUFBWSxDQUFDLEdBQUcsRUFBRSxDQUFDLElBQUksQ0FBQyxnQkFBZ0IsRUFBRSxFQUFFLEdBQUcsRUFBRSxDQUFDLElBQUksQ0FBQyxRQUFRLENBQUMsQ0FBQztJQUNuRSxDQUFDO0lBRUQsZ0JBQWdCO1FBQ2QsSUFBRyxDQUFDLElBQUksQ0FBQyxVQUFVLEVBQUUsQ0FBQztZQUNwQixJQUFJLENBQUMsV0FBVyxFQUFFLENBQUM7UUFDckIsQ0FBQztJQUNILENBQUM7SUFFRixXQUFXO1FBQ1IsSUFBSSxDQUFDLFFBQVEsR0FBRyxLQUFLLENBQUM7UUFDdEIsSUFBSSxDQUFDLGNBQWMsQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLENBQUM7UUFDaEMsSUFBSSxDQUFDLE1BQU0sQ0FBQyxJQUFJLEVBQUUsQ0FBQztJQUNyQixDQUFDO0lBRUQsWUFBWTtRQUNWLElBQUksQ0FBQyxRQUFRLEdBQUcsQ0FBQyxJQUFJLENBQUMsUUFBUSxDQUFDO1FBQy9CLElBQUksQ0FBQyxjQUFjLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxRQUFRLENBQUMsQ0FBQztRQUN4QyxJQUFJLElBQUksQ0FBQyxRQUFRLEVBQUUsQ0FBQztZQUNsQixJQUFJLENBQUMsTUFBTSxDQUFDLElBQUksRUFBRSxDQUFDO1FBQ3JCLENBQUM7YUFBTSxDQUFDO1lBQ04sSUFBSSxDQUFDLE1BQU0sQ0FBQyxJQUFJLEVBQUUsQ0FBQztRQUNyQixDQUFDO0lBQ0gsQ0FBQzt3R0F0Q1Usc0NBQXNDOzRGQUF0QyxzQ0FBc0MsdUpBRzdCLGdCQUFnQiw0Q0FDaEIsZ0JBQWdCLGlMQXZDMUI7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7R0E0QlQsNERBQ1MsdUJBQXVCOzs0RkFNdEIsc0NBQXNDO2tCQXJDbEQsU0FBUzttQkFBQztvQkFDVCxRQUFRLEVBQUUsb0NBQW9DO29CQUM5QyxRQUFRLEVBQUU7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7R0E0QlQ7b0JBQ0QsT0FBTyxFQUFFLENBQUMsdUJBQXVCLENBQUM7b0JBQ2xDLFVBQVUsRUFBRSxJQUFJO29CQUNoQixJQUFJLEVBQUU7d0JBQ0osS0FBSyxFQUFFLHFDQUFxQztxQkFDN0M7aUJBQ0Y7d0RBRVUsUUFBUTtzQkFBaEIsS0FBSztnQkFDRyxJQUFJO3NCQUFaLEtBQUs7Z0JBQ2tDLFFBQVE7c0JBQS9DLEtBQUs7dUJBQUMsRUFBRSxTQUFTLEVBQUUsZ0JBQWdCLEVBQUU7Z0JBQ0UsVUFBVTtzQkFBakQsS0FBSzt1QkFBQyxFQUFFLFNBQVMsRUFBRSxnQkFBZ0IsRUFBRTtnQkFFNUIsY0FBYztzQkFBdkIsTUFBTTtnQkFDRyxNQUFNO3NCQUFmLE1BQU07Z0JBQ0csTUFBTTtzQkFBZixNQUFNIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBFdmVudEVtaXR0ZXIsIElucHV0LCBPdXRwdXQsIGJvb2xlYW5BdHRyaWJ1dGUsIGluamVjdCB9IGZyb20gXCJAYW5ndWxhci9jb3JlXCI7XG5pbXBvcnQgeyBJRF9IRUFERVJfQ09OVEVYVCwgSURIZWFkZXJDb250ZXh0LCBJRFVzZUlkU2VydmljZSwgSURDbGlja091dHNpZGVEaXJlY3RpdmUsIHVzZUVzY2FwZUtleSB9IGZyb20gXCJAaW5lcmEvaWRzLWFuZ3VsYXIvY29tbW9uXCI7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogXCJpZC1oZWFkZXItMTE3Ny1hZG1pbi1hdmF0YXItbW9iaWxlXCIsXG4gIHRlbXBsYXRlOiBgXG4gICAgPGRpdiBjbGFzcz1cImlkcy1oZWFkZXItMTE3Ny1hZG1pbi1hdmF0YXItbW9iaWxlX19tZW51LXdyYXBwZXJcIlxuICAgIGlkQ2xpY2tPdXRzaWRlXG4gICAgKGlkQ2xpY2tPdXRzaWRlKT1cImhhbmRsZUNsb3NlRXZlbnQoKVwiPlxuICAgICAgPGJ1dHRvblxuICAgICAgICBjbGFzcz1cImlkcy1oZWFkZXItMTE3Ny1hZG1pbi1hdmF0YXItbW9iaWxlX19idXR0b25cIlxuICAgICAgICAoY2xpY2spPVwidG9nZ2xlQXZhdGFyKClcIlxuICAgICAgICBbYXR0ci5hcmlhLWNvbnRyb2xzXT1cImNvbnRlbnRJZFwiXG4gICAgICAgIFtjbGFzcy5pZHMtaGVhZGVyLTExNzctYWRtaW4tYXZhdGFyLW1vYmlsZV9fYnV0dG9uLS1leHBhbmRlZF09XCJleHBhbmRlZFwiXG4gICAgICAgIFthdHRyLmFyaWEtZXhwYW5kZWRdPVwiZXhwYW5kZWRcIj5cbiAgICAgICAgICA8ZGl2IFxuICAgICAgICAgICAgY2xhc3M9XCJpZHMtaGVhZGVyLTExNzctYWRtaW4tYXZhdGFyLW1vYmlsZS1jb250ZW50X19uYW1lXCJcbiAgICAgICAgICAgIFthdHRyLnRpdGxlXT1cInVzZXJuYW1lXCI+XG4gICAgICAgICAgICB7e3VzZXJuYW1lfX1cbiAgICAgICAgICA8L2Rpdj5cbiAgICAgIDwvYnV0dG9uPlxuICAgICAgPGRpdiBcbiAgICAgICAgY2xhc3M9XCJpZHMtaGVhZGVyLTExNzctYWRtaW4tYXZhdGFyLW1vYmlsZV9fbWVudVwiXG4gICAgICAgIFthdHRyLmlkXT1cImNvbnRlbnRJZFwiXG4gICAgICAgIFtjbGFzcy5pZHMtaGVhZGVyLTExNzctYWRtaW4tYXZhdGFyLW1vYmlsZV9fbWVudS0tZXhwYW5kZWRdPVwiZXhwYW5kZWRcIj5cbiAgICAgICAgQGlmKHVuaXQpIHtcbiAgICAgICAgICA8ZGl2IGNsYXNzPVwiaWRzLWhlYWRlci0xMTc3LWFkbWluLWF2YXRhci1tb2JpbGVfX3VuaXRcIj57e3VuaXR9fTwvZGl2PlxuICAgICAgICB9XG4gICAgICAgICAgPGRpdiBjbGFzcz1cImlkcy1oZWFkZXItMTE3Ny1hZG1pbi1hdmF0YXItbW9iaWxlX19tZW51LWxpbmtzXCI+IFxuICAgICAgICAgICAgPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PlxuICAgICAgICA8L2Rpdj5cbiAgICAgIDwvZGl2PlxuICAgIDwvZGl2PlxuICBgLFxuICBpbXBvcnRzOiBbSURDbGlja091dHNpZGVEaXJlY3RpdmVdLFxuICBzdGFuZGFsb25lOiB0cnVlLFxuICBob3N0OiB7XG4gICAgY2xhc3M6ICdpZHMtaGVhZGVyLTExNzctYWRtaW4tYXZhdGFyLW1vYmlsZSdcbiAgfVxufSlcbmV4cG9ydCBjbGFzcyBJREhlYWRlcjExNzdBZG1pbkF2YXRhck1vYmlsZUNvbXBvbmVudCB7XG4gIEBJbnB1dCgpIHVzZXJuYW1lPzogc3RyaW5nO1xuICBASW5wdXQoKSB1bml0Pzogc3RyaW5nO1xuICBASW5wdXQoeyB0cmFuc2Zvcm06IGJvb2xlYW5BdHRyaWJ1dGUgfSkgZXhwYW5kZWQ6IGJvb2xlYW4gPSBmYWxzZTtcbiAgQElucHV0KHsgdHJhbnNmb3JtOiBib29sZWFuQXR0cmlidXRlIH0pIHBlcnNpc3RlbnQ6IGJvb2xlYW4gPSBmYWxzZTtcbiAgXG4gIEBPdXRwdXQoKSBleHBhbmRlZENoYW5nZTogRXZlbnRFbWl0dGVyPGJvb2xlYW4+ID0gbmV3IEV2ZW50RW1pdHRlcigpO1xuICBAT3V0cHV0KCkgb3BlbmVkOiBFdmVudEVtaXR0ZXI8dm9pZD4gPSBuZXcgRXZlbnRFbWl0dGVyKCk7XG4gIEBPdXRwdXQoKSBjbG9zZWQ6IEV2ZW50RW1pdHRlcjx2b2lkPiA9IG5ldyBFdmVudEVtaXR0ZXIoKTtcblxuICBwcml2YXRlIGlkU2VydmljZSA9IGluamVjdChJRFVzZUlkU2VydmljZSk7XG4gIGNvbnRlbnRJZCA9IHRoaXMuaWRTZXJ2aWNlLmdlbmVyYXRlSWQoJ2hlYWRlci0xMTc3LWFkbWluLWF2YXRhcicpO1xuICBoZWFkZXIgPSBpbmplY3Q8SURIZWFkZXJDb250ZXh0IHwgbnVsbD4oSURfSEVBREVSX0NPTlRFWFQsIHsgb3B0aW9uYWw6IHRydWUsIGhvc3Q6IHRydWUgfSk7XG5cbiAgY29uc3RydWN0b3IoKSB7XG4gICAgdXNlRXNjYXBlS2V5KCgpID0+IHRoaXMuaGFuZGxlQ2xvc2VFdmVudCgpLCAoKSA9PiB0aGlzLmV4cGFuZGVkKTtcbiAgfVxuXG4gIGhhbmRsZUNsb3NlRXZlbnQgKCkge1xuICAgIGlmKCF0aGlzLnBlcnNpc3RlbnQpIHtcbiAgICAgIHRoaXMuY2xvc2VBdmF0YXIoKTtcbiAgICB9XG4gIH1cblxuIGNsb3NlQXZhdGFyKCkge1xuICAgIHRoaXMuZXhwYW5kZWQgPSBmYWxzZTtcbiAgICB0aGlzLmV4cGFuZGVkQ2hhbmdlLmVtaXQoZmFsc2UpO1xuICAgIHRoaXMuY2xvc2VkLmVtaXQoKTtcbiAgfVxuXG4gIHRvZ2dsZUF2YXRhcigpIHtcbiAgICB0aGlzLmV4cGFuZGVkID0gIXRoaXMuZXhwYW5kZWQ7XG4gICAgdGhpcy5leHBhbmRlZENoYW5nZS5lbWl0KHRoaXMuZXhwYW5kZWQpO1xuICAgIGlmICh0aGlzLmV4cGFuZGVkKSB7XG4gICAgICB0aGlzLm9wZW5lZC5lbWl0KCk7XG4gICAgfSBlbHNlIHtcbiAgICAgIHRoaXMuY2xvc2VkLmVtaXQoKTtcbiAgICB9XG4gIH1cbn1cbiJdfQ==
|
package/esm2022/components/header-1177-admin/brand-link/header-1177-admin-brand-link.directive.mjs
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Directive } from "@angular/core";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export class IDHeader1177AdminBrandLinkDirective {
|
|
4
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeader1177AdminBrandLinkDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
5
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: IDHeader1177AdminBrandLinkDirective, isStandalone: true, selector: "a[idBrand1177AdminLink]", host: { classAttribute: "ids-header-1177-admin__logo-link" }, ngImport: i0 });
|
|
6
|
+
}
|
|
7
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeader1177AdminBrandLinkDirective, decorators: [{
|
|
8
|
+
type: Directive,
|
|
9
|
+
args: [{
|
|
10
|
+
selector: "a[idBrand1177AdminLink]",
|
|
11
|
+
standalone: true,
|
|
12
|
+
host: {
|
|
13
|
+
class: 'ids-header-1177-admin__logo-link'
|
|
14
|
+
}
|
|
15
|
+
}]
|
|
16
|
+
}] });
|
|
17
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGVhZGVyLTExNzctYWRtaW4tYnJhbmQtbGluay5kaXJlY3RpdmUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9jb21wb25lbnRzL2hlYWRlci0xMTc3LWFkbWluL2JyYW5kLWxpbmsvaGVhZGVyLTExNzctYWRtaW4tYnJhbmQtbGluay5kaXJlY3RpdmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFTMUMsTUFBTSxPQUFPLG1DQUFtQzt3R0FBbkMsbUNBQW1DOzRGQUFuQyxtQ0FBbUM7OzRGQUFuQyxtQ0FBbUM7a0JBUC9DLFNBQVM7bUJBQUM7b0JBQ1QsUUFBUSxFQUFFLHlCQUF5QjtvQkFDbkMsVUFBVSxFQUFFLElBQUk7b0JBQ2hCLElBQUksRUFBRTt3QkFDSixLQUFLLEVBQUUsa0NBQWtDO3FCQUMxQztpQkFDRiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IERpcmVjdGl2ZSB9IGZyb20gXCJAYW5ndWxhci9jb3JlXCI7XG5cbkBEaXJlY3RpdmUoe1xuICBzZWxlY3RvcjogXCJhW2lkQnJhbmQxMTc3QWRtaW5MaW5rXVwiLFxuICBzdGFuZGFsb25lOiB0cnVlLFxuICBob3N0OiB7XG4gICAgY2xhc3M6ICdpZHMtaGVhZGVyLTExNzctYWRtaW5fX2xvZ28tbGluaydcbiAgfVxufSlcbmV4cG9ydCBjbGFzcyBJREhlYWRlcjExNzdBZG1pbkJyYW5kTGlua0RpcmVjdGl2ZSB7fVxuIl19
|
|
@@ -1,75 +1,57 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { Component, ContentChild,
|
|
3
|
-
import "@inera/ids-core/components/header-1177-admin/register";
|
|
4
|
-
import { IDHeader1177AdminItemComponent } from "./item/header-1177-admin-item.component";
|
|
1
|
+
import { NgTemplateOutlet } from "@angular/common";
|
|
2
|
+
import { Component, ContentChild, Input, booleanAttribute } from "@angular/core";
|
|
5
3
|
import { IDHeader1177AdminAvatarComponent } from "./avatar/header-1177-admin-avatar.component";
|
|
6
4
|
import { IDHeader1177AdminNavComponent } from "./nav/header-1177-admin-nav.component";
|
|
5
|
+
import { IDHeader1177AdminBrandLinkDirective } from "./brand-link/header-1177-admin-brand-link.directive";
|
|
6
|
+
import { ID_HEADER_CONTEXT } from "@inera/ids-angular/common";
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
|
-
import * as i1 from "@angular/common";
|
|
9
8
|
export class IDHeader1177AdminComponent {
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
expanded = false;
|
|
17
|
-
logohref = null;
|
|
18
|
-
onDidToggleRegion = new EventEmitter();
|
|
19
|
-
// Header items
|
|
20
|
-
itemList;
|
|
21
|
-
items;
|
|
22
|
-
// Header avatar
|
|
9
|
+
brandText;
|
|
10
|
+
brandTextTop;
|
|
11
|
+
brandTextBottom;
|
|
12
|
+
unresponsive = false;
|
|
13
|
+
brandHref;
|
|
14
|
+
srBrandLabel = 'Logotyp';
|
|
23
15
|
avatar;
|
|
24
|
-
// Header nav
|
|
25
16
|
nav;
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
});
|
|
35
|
-
}
|
|
36
|
-
updateItemsArray() {
|
|
37
|
-
setTimeout(() => {
|
|
38
|
-
this.items = this.itemList.toArray();
|
|
39
|
-
this.cdRef.detectChanges();
|
|
40
|
-
this.showContent = true;
|
|
41
|
-
});
|
|
42
|
-
}
|
|
43
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeader1177AdminComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
44
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDHeader1177AdminComponent, isStandalone: true, selector: "id-header-1177-admin", inputs: { brandtext: "brandtext", brandtexttop: "brandtexttop", brandtextbottom: "brandtextbottom", text: "text", hideregionpicker: "hideregionpicker", expanded: "expanded", logohref: "logohref" }, outputs: { onDidToggleRegion: "onDidToggleRegion" }, queries: [{ propertyName: "avatar", first: true, predicate: IDHeader1177AdminAvatarComponent, descendants: true }, { propertyName: "nav", first: true, predicate: IDHeader1177AdminNavComponent, descendants: true }, { propertyName: "itemList", predicate: IDHeader1177AdminItemComponent }], ngImport: i0, template: "<ids-header-1177-admin\n [attr.brandtext]=\"brandtext\"\n [attr.brandtexttop]=\"brandtexttop\"\n [attr.brandtextbottom]=\"brandtextbottom\"\n [attr.text]=\"text\"\n [attr.logohref]=\"logohref\"\n (didToggleRegion)=\"onDidToggleRegion.emit(true)\">\n <ids-header-1177-admin-item *ngFor=\"let item of items\" [mobile]=\"item.mobile ? true : null\">\n <ng-container *ngTemplateOutlet=\"item.template\"></ng-container>\n </ids-header-1177-admin-item>\n\n <ids-header-1177-admin-avatar\n *ngIf=\"showContent && avatar\"\n [username]=\"avatar.username\"\n [unit]=\"avatar.unit\"\n [expanded]=\"avatar.expanded\"\n [persistent]=\"avatar.persistent\">\n <ng-container *ngTemplateOutlet=\"avatar.template\"></ng-container>\n </ids-header-1177-admin-avatar>\n\n <ids-header-1177-admin-nav *ngIf=\"showContent && nav\">\n <ng-container *ngTemplateOutlet=\"nav.template\"></ng-container>\n </ids-header-1177-admin-nav>\n\n <ng-content></ng-content>\n</ids-header-1177-admin>\n", styles: ["::ng-deep [slot=region],::ng-deep [slot=region-desktop]{display:flex!important}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] });
|
|
17
|
+
brandLink;
|
|
18
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeader1177AdminComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
19
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.14", type: IDHeader1177AdminComponent, isStandalone: true, selector: "id-header-1177-admin", inputs: { brandText: "brandText", brandTextTop: "brandTextTop", brandTextBottom: "brandTextBottom", unresponsive: ["unresponsive", "unresponsive", booleanAttribute], brandHref: "brandHref", srBrandLabel: "srBrandLabel" }, providers: [
|
|
20
|
+
{
|
|
21
|
+
provide: ID_HEADER_CONTEXT,
|
|
22
|
+
useExisting: IDHeader1177AdminComponent,
|
|
23
|
+
},
|
|
24
|
+
], queries: [{ propertyName: "avatar", first: true, predicate: IDHeader1177AdminAvatarComponent, descendants: true }, { propertyName: "nav", first: true, predicate: IDHeader1177AdminNavComponent, descendants: true }, { propertyName: "brandLink", first: true, predicate: IDHeader1177AdminBrandLinkDirective, descendants: true }], ngImport: i0, template: "<header class=\"ids-header-1177-admin\">\n <ng-content select=\"id-header-1177-admin-skip-to-content\"></ng-content>\n <div class=\"ids-header-1177-admin__main\">\n <div class=\"ids-header-1177-admin__main-left\">\n <div class=\"ids-header-1177-admin__logo\"> \n @if(brandLink) {\n <ng-content select=\"[idBrand1177AdminLink]\"></ng-content>\n } @else {\n <a [attr.href]=\"brandHref\" class=\"ids-header-1177-admin__logo-link\" [attr.aria-label]=\"srBrandLabel\"> </a>\n }\n </div>\n <div class=\"ids-header-1177-admin__brand\">\n @if(brandTextTop) {\n <div class=\"ids-header-1177-admin__brand-text---supplement\">{{brandTextTop}}</div>\n }\n <div class=\"ids-header-1177-admin__brand-text\">{{brandText}}</div>\n @if(brandTextBottom) {\n <div class=\"ids-header-1177-admin__brand-text---supplement\">{{brandTextBottom}}</div>\n }\n </div>\n </div>\n <div class=\"ids-header-1177-admin__main-right\"> \n <ng-content select=\"id-header-1177-admin-item\"></ng-content>\n <ng-content select=\"id-header-1177-admin-avatar\"></ng-content>\n <ng-content select=\"id-header-1177-admin-menu-mobile\"></ng-content>\n </div>\n </div>\n @if(nav) {\n <nav class=\"ids-header-1177-admin-nav\"\n [class.ids-header-1177-admin__nav--unresponsive]=\"unresponsive\"\n [class.ids-header-1177-admin__nav--hide-on-tablet]=\"nav.hideOnTablet\">\n <ng-container *ngTemplateOutlet=\"nav.template\"></ng-container>\n </nav>\n }\n</header>", dependencies: [{ kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] });
|
|
45
25
|
}
|
|
46
26
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeader1177AdminComponent, decorators: [{
|
|
47
27
|
type: Component,
|
|
48
|
-
args: [{ selector: "id-header-1177-admin",
|
|
49
|
-
|
|
28
|
+
args: [{ selector: "id-header-1177-admin", providers: [
|
|
29
|
+
{
|
|
30
|
+
provide: ID_HEADER_CONTEXT,
|
|
31
|
+
useExisting: IDHeader1177AdminComponent,
|
|
32
|
+
},
|
|
33
|
+
], standalone: true, imports: [NgTemplateOutlet], template: "<header class=\"ids-header-1177-admin\">\n <ng-content select=\"id-header-1177-admin-skip-to-content\"></ng-content>\n <div class=\"ids-header-1177-admin__main\">\n <div class=\"ids-header-1177-admin__main-left\">\n <div class=\"ids-header-1177-admin__logo\"> \n @if(brandLink) {\n <ng-content select=\"[idBrand1177AdminLink]\"></ng-content>\n } @else {\n <a [attr.href]=\"brandHref\" class=\"ids-header-1177-admin__logo-link\" [attr.aria-label]=\"srBrandLabel\"> </a>\n }\n </div>\n <div class=\"ids-header-1177-admin__brand\">\n @if(brandTextTop) {\n <div class=\"ids-header-1177-admin__brand-text---supplement\">{{brandTextTop}}</div>\n }\n <div class=\"ids-header-1177-admin__brand-text\">{{brandText}}</div>\n @if(brandTextBottom) {\n <div class=\"ids-header-1177-admin__brand-text---supplement\">{{brandTextBottom}}</div>\n }\n </div>\n </div>\n <div class=\"ids-header-1177-admin__main-right\"> \n <ng-content select=\"id-header-1177-admin-item\"></ng-content>\n <ng-content select=\"id-header-1177-admin-avatar\"></ng-content>\n <ng-content select=\"id-header-1177-admin-menu-mobile\"></ng-content>\n </div>\n </div>\n @if(nav) {\n <nav class=\"ids-header-1177-admin-nav\"\n [class.ids-header-1177-admin__nav--unresponsive]=\"unresponsive\"\n [class.ids-header-1177-admin__nav--hide-on-tablet]=\"nav.hideOnTablet\">\n <ng-container *ngTemplateOutlet=\"nav.template\"></ng-container>\n </nav>\n }\n</header>" }]
|
|
34
|
+
}], propDecorators: { brandText: [{
|
|
50
35
|
type: Input
|
|
51
|
-
}],
|
|
36
|
+
}], brandTextTop: [{
|
|
52
37
|
type: Input
|
|
53
|
-
}],
|
|
38
|
+
}], brandTextBottom: [{
|
|
54
39
|
type: Input
|
|
55
|
-
}],
|
|
40
|
+
}], unresponsive: [{
|
|
41
|
+
type: Input,
|
|
42
|
+
args: [{ transform: booleanAttribute }]
|
|
43
|
+
}], brandHref: [{
|
|
56
44
|
type: Input
|
|
57
|
-
}],
|
|
45
|
+
}], srBrandLabel: [{
|
|
58
46
|
type: Input
|
|
59
|
-
}], expanded: [{
|
|
60
|
-
type: Input
|
|
61
|
-
}], logohref: [{
|
|
62
|
-
type: Input
|
|
63
|
-
}], onDidToggleRegion: [{
|
|
64
|
-
type: Output
|
|
65
|
-
}], itemList: [{
|
|
66
|
-
type: ContentChildren,
|
|
67
|
-
args: [IDHeader1177AdminItemComponent]
|
|
68
47
|
}], avatar: [{
|
|
69
48
|
type: ContentChild,
|
|
70
49
|
args: [IDHeader1177AdminAvatarComponent]
|
|
71
50
|
}], nav: [{
|
|
72
51
|
type: ContentChild,
|
|
73
52
|
args: [IDHeader1177AdminNavComponent]
|
|
53
|
+
}], brandLink: [{
|
|
54
|
+
type: ContentChild,
|
|
55
|
+
args: [IDHeader1177AdminBrandLinkDirective]
|
|
74
56
|
}] } });
|
|
75
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
57
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGVhZGVyLTExNzctYWRtaW4uY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaWRzLWFuZ3VsYXIvY29tcG9uZW50cy9oZWFkZXItMTE3Ny1hZG1pbi9oZWFkZXItMTE3Ny1hZG1pbi5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9jb21wb25lbnRzL2hlYWRlci0xMTc3LWFkbWluL2hlYWRlci0xMTc3LWFkbWluLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQ25ELE9BQU8sRUFBRSxTQUFTLEVBQUUsWUFBWSxFQUFFLEtBQUssRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUVqRixPQUFPLEVBQUUsZ0NBQWdDLEVBQUUsTUFBTSw2Q0FBNkMsQ0FBQztBQUMvRixPQUFPLEVBQUUsNkJBQTZCLEVBQUUsTUFBTSx1Q0FBdUMsQ0FBQztBQUN0RixPQUFPLEVBQUUsbUNBQW1DLEVBQUUsTUFBTSxxREFBcUQsQ0FBQztBQUMxRyxPQUFPLEVBQUUsaUJBQWlCLEVBQW1CLE1BQU0sMkJBQTJCLENBQUM7O0FBYy9FLE1BQU0sT0FBTywwQkFBMEI7SUFDNUIsU0FBUyxDQUFVO0lBQ25CLFlBQVksQ0FBVTtJQUN0QixlQUFlLENBQVU7SUFDTSxZQUFZLEdBQVksS0FBSyxDQUFDO0lBQzdELFNBQVMsQ0FBVTtJQUNuQixZQUFZLEdBQVcsU0FBUyxDQUFDO0lBRzFDLE1BQU0sQ0FBbUM7SUFHekMsR0FBRyxDQUFnQztJQUduQyxTQUFTLENBQXNDO3dHQWZwQywwQkFBMEI7NEZBQTFCLDBCQUEwQiwyTUFJakIsZ0JBQWdCLHNFQWJ2QjtZQUNUO2dCQUNFLE9BQU8sRUFBRSxpQkFBaUI7Z0JBQzFCLFdBQVcsRUFBRSwwQkFBMEI7YUFDeEM7U0FDRiw4REFZVyxnQ0FBZ0Msc0VBR2hDLDZCQUE2Qiw0RUFHN0IsbUNBQW1DLGdEQ2xDbkQsNmlEQWtDUyw0Q0RoQkcsZ0JBQWdCOzs0RkFFZiwwQkFBMEI7a0JBWnRDLFNBQVM7K0JBQ0Usc0JBQXNCLGFBRW5CO3dCQUNUOzRCQUNFLE9BQU8sRUFBRSxpQkFBaUI7NEJBQzFCLFdBQVcsNEJBQTRCO3lCQUN4QztxQkFDRixjQUNTLElBQUksV0FDUCxDQUFDLGdCQUFnQixDQUFDOzhCQUdsQixTQUFTO3NCQUFqQixLQUFLO2dCQUNHLFlBQVk7c0JBQXBCLEtBQUs7Z0JBQ0csZUFBZTtzQkFBdkIsS0FBSztnQkFDa0MsWUFBWTtzQkFBbkQsS0FBSzt1QkFBQyxFQUFFLFNBQVMsRUFBRSxnQkFBZ0IsRUFBRTtnQkFDN0IsU0FBUztzQkFBakIsS0FBSztnQkFDRyxZQUFZO3NCQUFwQixLQUFLO2dCQUdOLE1BQU07c0JBREwsWUFBWTt1QkFBQyxnQ0FBZ0M7Z0JBSTlDLEdBQUc7c0JBREYsWUFBWTt1QkFBQyw2QkFBNkI7Z0JBSTNDLFNBQVM7c0JBRFIsWUFBWTt1QkFBQyxtQ0FBbUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ1RlbXBsYXRlT3V0bGV0IH0gZnJvbSBcIkBhbmd1bGFyL2NvbW1vblwiO1xuaW1wb3J0IHsgQ29tcG9uZW50LCBDb250ZW50Q2hpbGQsIElucHV0LCBib29sZWFuQXR0cmlidXRlIH0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcblxuaW1wb3J0IHsgSURIZWFkZXIxMTc3QWRtaW5BdmF0YXJDb21wb25lbnQgfSBmcm9tIFwiLi9hdmF0YXIvaGVhZGVyLTExNzctYWRtaW4tYXZhdGFyLmNvbXBvbmVudFwiO1xuaW1wb3J0IHsgSURIZWFkZXIxMTc3QWRtaW5OYXZDb21wb25lbnQgfSBmcm9tIFwiLi9uYXYvaGVhZGVyLTExNzctYWRtaW4tbmF2LmNvbXBvbmVudFwiO1xuaW1wb3J0IHsgSURIZWFkZXIxMTc3QWRtaW5CcmFuZExpbmtEaXJlY3RpdmUgfSBmcm9tIFwiLi9icmFuZC1saW5rL2hlYWRlci0xMTc3LWFkbWluLWJyYW5kLWxpbmsuZGlyZWN0aXZlXCI7XG5pbXBvcnQgeyBJRF9IRUFERVJfQ09OVEVYVCwgSURIZWFkZXJDb250ZXh0IH0gZnJvbSBcIkBpbmVyYS9pZHMtYW5ndWxhci9jb21tb25cIjtcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiBcImlkLWhlYWRlci0xMTc3LWFkbWluXCIsXG4gIHRlbXBsYXRlVXJsOiBcIi4vaGVhZGVyLTExNzctYWRtaW4uY29tcG9uZW50Lmh0bWxcIixcbiAgICBwcm92aWRlcnM6IFtcbiAgICAgIHtcbiAgICAgICAgcHJvdmlkZTogSURfSEVBREVSX0NPTlRFWFQsXG4gICAgICAgIHVzZUV4aXN0aW5nOiBJREhlYWRlcjExNzdBZG1pbkNvbXBvbmVudCxcbiAgICAgIH0sXG4gICAgXSxcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgaW1wb3J0czogW05nVGVtcGxhdGVPdXRsZXRdXG59KVxuZXhwb3J0IGNsYXNzIElESGVhZGVyMTE3N0FkbWluQ29tcG9uZW50IGltcGxlbWVudHMgSURIZWFkZXJDb250ZXh0IHtcbiAgQElucHV0KCkgYnJhbmRUZXh0Pzogc3RyaW5nO1xuICBASW5wdXQoKSBicmFuZFRleHRUb3A/OiBzdHJpbmc7XG4gIEBJbnB1dCgpIGJyYW5kVGV4dEJvdHRvbT86IHN0cmluZztcbiAgQElucHV0KHsgdHJhbnNmb3JtOiBib29sZWFuQXR0cmlidXRlIH0pIHVucmVzcG9uc2l2ZTogYm9vbGVhbiA9IGZhbHNlO1xuICBASW5wdXQoKSBicmFuZEhyZWY/OiBzdHJpbmc7XG4gIEBJbnB1dCgpIHNyQnJhbmRMYWJlbDogc3RyaW5nID0gJ0xvZ290eXAnO1xuXG4gIEBDb250ZW50Q2hpbGQoSURIZWFkZXIxMTc3QWRtaW5BdmF0YXJDb21wb25lbnQpXG4gIGF2YXRhcjogSURIZWFkZXIxMTc3QWRtaW5BdmF0YXJDb21wb25lbnQ7XG5cbiAgQENvbnRlbnRDaGlsZChJREhlYWRlcjExNzdBZG1pbk5hdkNvbXBvbmVudClcbiAgbmF2OiBJREhlYWRlcjExNzdBZG1pbk5hdkNvbXBvbmVudDtcblxuICBAQ29udGVudENoaWxkKElESGVhZGVyMTE3N0FkbWluQnJhbmRMaW5rRGlyZWN0aXZlKVxuICBicmFuZExpbms6IElESGVhZGVyMTE3N0FkbWluQnJhbmRMaW5rRGlyZWN0aXZlO1xuXG59XG4iLCI8aGVhZGVyIGNsYXNzPVwiaWRzLWhlYWRlci0xMTc3LWFkbWluXCI+XG4gIDxuZy1jb250ZW50IHNlbGVjdD1cImlkLWhlYWRlci0xMTc3LWFkbWluLXNraXAtdG8tY29udGVudFwiPjwvbmctY29udGVudD5cbiAgPGRpdiBjbGFzcz1cImlkcy1oZWFkZXItMTE3Ny1hZG1pbl9fbWFpblwiPlxuICAgIDxkaXYgY2xhc3M9XCJpZHMtaGVhZGVyLTExNzctYWRtaW5fX21haW4tbGVmdFwiPlxuICAgICAgPGRpdiBjbGFzcz1cImlkcy1oZWFkZXItMTE3Ny1hZG1pbl9fbG9nb1wiPiBcbiAgICAgICAgQGlmKGJyYW5kTGluaykge1xuICAgICAgICAgIDxuZy1jb250ZW50IHNlbGVjdD1cIltpZEJyYW5kMTE3N0FkbWluTGlua11cIj48L25nLWNvbnRlbnQ+XG4gICAgICAgIH0gQGVsc2Uge1xuICAgICAgICAgIDxhIFthdHRyLmhyZWZdPVwiYnJhbmRIcmVmXCIgY2xhc3M9XCJpZHMtaGVhZGVyLTExNzctYWRtaW5fX2xvZ28tbGlua1wiIFthdHRyLmFyaWEtbGFiZWxdPVwic3JCcmFuZExhYmVsXCI+IDwvYT5cbiAgICAgICAgfVxuICAgICAgPC9kaXY+XG4gICAgICA8ZGl2IGNsYXNzPVwiaWRzLWhlYWRlci0xMTc3LWFkbWluX19icmFuZFwiPlxuICAgICAgICBAaWYoYnJhbmRUZXh0VG9wKSB7XG4gICAgICAgICAgPGRpdiBjbGFzcz1cImlkcy1oZWFkZXItMTE3Ny1hZG1pbl9fYnJhbmQtdGV4dC0tLXN1cHBsZW1lbnRcIj57e2JyYW5kVGV4dFRvcH19PC9kaXY+XG4gICAgICAgIH1cbiAgICAgICAgPGRpdiBjbGFzcz1cImlkcy1oZWFkZXItMTE3Ny1hZG1pbl9fYnJhbmQtdGV4dFwiPnt7YnJhbmRUZXh0fX08L2Rpdj5cbiAgICAgICAgQGlmKGJyYW5kVGV4dEJvdHRvbSkge1xuICAgICAgICAgIDxkaXYgY2xhc3M9XCJpZHMtaGVhZGVyLTExNzctYWRtaW5fX2JyYW5kLXRleHQtLS1zdXBwbGVtZW50XCI+e3ticmFuZFRleHRCb3R0b219fTwvZGl2PlxuICAgICAgICB9XG4gICAgICA8L2Rpdj5cbiAgICA8L2Rpdj5cbiAgICA8ZGl2IGNsYXNzPVwiaWRzLWhlYWRlci0xMTc3LWFkbWluX19tYWluLXJpZ2h0XCI+IFxuICAgICAgPG5nLWNvbnRlbnQgc2VsZWN0PVwiaWQtaGVhZGVyLTExNzctYWRtaW4taXRlbVwiPjwvbmctY29udGVudD5cbiAgICAgIDxuZy1jb250ZW50IHNlbGVjdD1cImlkLWhlYWRlci0xMTc3LWFkbWluLWF2YXRhclwiPjwvbmctY29udGVudD5cbiAgICAgIDxuZy1jb250ZW50IHNlbGVjdD1cImlkLWhlYWRlci0xMTc3LWFkbWluLW1lbnUtbW9iaWxlXCI+PC9uZy1jb250ZW50PlxuICAgIDwvZGl2PlxuICA8L2Rpdj5cbiAgQGlmKG5hdikge1xuICAgIDxuYXYgY2xhc3M9XCJpZHMtaGVhZGVyLTExNzctYWRtaW4tbmF2XCJcbiAgICAgIFtjbGFzcy5pZHMtaGVhZGVyLTExNzctYWRtaW5fX25hdi0tdW5yZXNwb25zaXZlXT1cInVucmVzcG9uc2l2ZVwiXG4gICAgICBbY2xhc3MuaWRzLWhlYWRlci0xMTc3LWFkbWluX19uYXYtLWhpZGUtb24tdGFibGV0XT1cIm5hdi5oaWRlT25UYWJsZXRcIj5cbiAgICAgIDxuZy1jb250YWluZXIgKm5nVGVtcGxhdGVPdXRsZXQ9XCJuYXYudGVtcGxhdGVcIj48L25nLWNvbnRhaW5lcj5cbiAgICA8L25hdj5cbiAgfVxuPC9oZWFkZXI+Il19
|