@inera/ids-angular 9.0.2 → 9.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/common/classes/form/IDErrorMessageBase.d.ts +1 -1
- package/common/classes/form/IDFormBase.d.ts +3 -2
- package/common/public-api.d.ts +1 -0
- package/common/utilities/useFocusTrap.d.ts +11 -0
- package/components/accordion/accordion.component.d.ts +4 -3
- package/components/card/card.component.d.ts +1 -1
- package/components/card/public-api.d.ts +0 -1
- package/components/carousel/carousel.component.d.ts +5 -2
- package/components/dialog/dialog.component.d.ts +4 -12
- package/components/dropdown/dropdown-trigger.component.d.ts +0 -1
- package/components/dropdown/dropdown.component.d.ts +8 -3
- package/components/footer-1177/footer-1177-col.component.d.ts +1 -0
- package/components/footer-1177/footer-1177-text.component.d.ts +0 -1
- package/components/footer-1177/footer-1177.component.d.ts +1 -0
- package/components/footer-1177-admin/footer-1177-admin-col.component.d.ts +1 -0
- package/components/footer-1177-admin/footer-1177-admin-text.component.d.ts +0 -1
- package/components/footer-1177-admin/footer-1177-admin.component.d.ts +1 -0
- package/components/footer-1177-pro/footer-1177-pro-col.component.d.ts +1 -0
- package/components/footer-1177-pro/footer-1177-pro-text.component.d.ts +0 -1
- package/components/footer-1177-pro/footer-1177-pro.component.d.ts +3 -1
- package/components/footer-inera/footer-inera-col.component.d.ts +1 -0
- package/components/footer-inera/footer-inera-sub-footer-mobile-text.component.d.ts +5 -0
- package/components/footer-inera/footer-inera-text.component.d.ts +0 -1
- package/components/footer-inera/footer-inera.component.d.ts +2 -1
- package/components/footer-inera/footer-inera.module.d.ts +2 -1
- package/components/footer-inera/public-api.d.ts +1 -0
- package/components/footer-inera-admin/footer-inera-admin-col.component.d.ts +2 -2
- package/components/footer-inera-admin/footer-inera-admin-sub-footer-mobile-text.component.d.ts +5 -0
- package/components/footer-inera-admin/footer-inera-admin-text.component.d.ts +0 -1
- package/components/footer-inera-admin/footer-inera-admin.component.d.ts +2 -1
- package/components/footer-inera-admin/footer-inera-admin.module.d.ts +2 -1
- package/components/footer-inera-admin/public-api.d.ts +1 -0
- package/components/footer-inera-general/footer-inera-general-col.component.d.ts +13 -0
- package/components/footer-inera-general/footer-inera-general-sub-footer-left.component.d.ts +5 -0
- package/components/footer-inera-general/footer-inera-general-sub-footer-mobile-text.component.d.ts +5 -0
- package/components/footer-inera-general/footer-inera-general-sub-footer-mobile.component.d.ts +5 -0
- package/components/footer-inera-general/footer-inera-general-sub-footer-right.component.d.ts +5 -0
- package/components/footer-inera-general/footer-inera-general-text.component.d.ts +5 -0
- package/components/footer-inera-general/footer-inera-general.component.d.ts +12 -0
- package/components/footer-inera-general/footer-inera-general.module.d.ts +12 -0
- package/components/footer-inera-general/index.d.ts +5 -0
- package/components/footer-inera-general/public-api.d.ts +8 -0
- package/components/form/checkbox-group/checkbox-group.component.d.ts +6 -4
- package/components/form/input/input-unit.component.d.ts +5 -0
- package/components/form/input/input.component.d.ts +7 -3
- package/components/form/input/public-api.d.ts +1 -0
- package/components/form/select-multiple/select-multiple.component.d.ts +2 -1
- package/components/form/textarea/textarea-hint.component.d.ts +1 -0
- package/components/global-alert/global-alert-actions.component.d.ts +0 -1
- package/components/global-alert/global-alert-header.component.d.ts +0 -1
- package/components/global-alert/global-alert.component.d.ts +1 -3
- package/components/header-1177/avatar/header-1177-avatar.component.d.ts +5 -2
- package/components/header-1177-admin/avatar/header-1177-admin-avatar.component.d.ts +6 -3
- package/components/header-1177-admin/avatar-mobile/header-1177-admin-avatar-mobile.component.d.ts +5 -2
- package/components/header-1177-admin/nav/header-1177-admin-nav.component.d.ts +1 -1
- package/components/header-1177-pro/avatar/header-1177-pro-avatar.component.d.ts +5 -2
- package/components/header-1177-pro/avatar-mobile/header-1177-pro-avatar-mobile.component.d.ts +6 -3
- package/components/header-1177-pro/header-1177-pro.component.d.ts +4 -4
- package/components/header-1177-pro/nav/header-1177-pro-nav.component.d.ts +1 -1
- package/components/header-1177-pro/region-picker-mobile/header-1177-pro-region-picker-mobile.component.d.ts +4 -2
- package/components/header-inera-admin/avatar/header-inera-admin-avatar.component.d.ts +5 -2
- package/components/header-inera-admin/avatar-mobile/header-inera-admin-avatar-mobile.component.d.ts +5 -2
- package/components/header-inera-admin/nav/header-inera-admin-nav.component.d.ts +3 -1
- package/components/header-inera-general/brand-link/header-inera-general-brand-link.directive.d.ts +5 -0
- package/components/header-inera-general/header-inera-general.component.d.ts +18 -0
- package/components/header-inera-general/header-inera-general.module.d.ts +14 -0
- package/components/header-inera-general/index.d.ts +5 -0
- package/components/header-inera-general/item/header-inera-general-item.component.d.ts +10 -0
- package/components/header-inera-general/menu-mobile/header-inera-general-menu-mobile.component.d.ts +10 -0
- package/components/header-inera-general/nav/header-inera-general-nav.component.d.ts +9 -0
- package/components/header-inera-general/nav-item/header-inera-general-nav-item.component.d.ts +25 -0
- package/components/header-inera-general/nav-item-menu-link/header-inera-general-nav-item-menu-link.component.d.ts +5 -0
- package/components/header-inera-general/public-api.d.ts +9 -0
- package/components/header-inera-general/skip-to-content/header-inera-general-skip-to-content.component.d.ts +5 -0
- package/components/mobile/menu/mobile-menu.component.d.ts +0 -1
- package/components/popover/popover-content.component.d.ts +4 -1
- package/components/popover/popover.component.d.ts +24 -12
- package/components/puff-list/puff-list-item-content-info.component.d.ts +3 -1
- package/components/puff-list/puff-list.component.d.ts +0 -1
- package/components/stepper/step.component.d.ts +4 -4
- package/components/tabs/tab-group.component.d.ts +3 -0
- package/components/tabs/tab.component.d.ts +4 -1
- package/components/toolbar/index.d.ts +5 -0
- package/components/toolbar/public-api.d.ts +1 -0
- package/components/toolbar/toolbar.component.d.ts +5 -0
- package/components/tooltip/tooltip.component.d.ts +17 -4
- package/fesm2022/inera-ids-angular-common.mjs +114 -28
- package/fesm2022/inera-ids-angular-common.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-accordion.mjs +15 -10
- package/fesm2022/inera-ids-angular-components-accordion.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-action-link.mjs +28 -12
- package/fesm2022/inera-ids-angular-components-action-link.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-alert.mjs +6 -6
- package/fesm2022/inera-ids-angular-components-badge.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-box-link.mjs +6 -6
- package/fesm2022/inera-ids-angular-components-breadcrumbs.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-breadcrumbs.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-button-group.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-button.mjs +4 -4
- package/fesm2022/inera-ids-angular-components-button.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-card.mjs +7 -22
- package/fesm2022/inera-ids-angular-components-card.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-carousel.mjs +16 -8
- package/fesm2022/inera-ids-angular-components-carousel.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-date-label.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-dialog.mjs +30 -68
- package/fesm2022/inera-ids-angular-components-dialog.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-dropdown.mjs +59 -28
- package/fesm2022/inera-ids-angular-components-dropdown.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-footer-1177-admin.mjs +30 -28
- package/fesm2022/inera-ids-angular-components-footer-1177-admin.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-footer-1177-pro.mjs +36 -31
- package/fesm2022/inera-ids-angular-components-footer-1177-pro.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-footer-1177.mjs +29 -27
- package/fesm2022/inera-ids-angular-components-footer-1177.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-footer-inera-admin.mjs +55 -36
- package/fesm2022/inera-ids-angular-components-footer-inera-admin.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-footer-inera-general.mjs +214 -0
- package/fesm2022/inera-ids-angular-components-footer-inera-general.mjs.map +1 -0
- package/fesm2022/inera-ids-angular-components-footer-inera.mjs +53 -31
- package/fesm2022/inera-ids-angular-components-footer-inera.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-check-button.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-form-checkbox-group.mjs +11 -5
- package/fesm2022/inera-ids-angular-components-form-checkbox-group.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-checkbox.mjs +9 -3
- package/fesm2022/inera-ids-angular-components-form-checkbox.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-darkmode-toggle.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-form-error-message.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-form-input.mjs +44 -20
- package/fesm2022/inera-ids-angular-components-form-input.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-radio-button.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-form-radio-button.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-radio.mjs +6 -6
- package/fesm2022/inera-ids-angular-components-form-range.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-form-select-multiple.mjs +25 -9
- package/fesm2022/inera-ids-angular-components-form-select-multiple.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-select.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-form-spinner.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-form-textarea.mjs +9 -8
- package/fesm2022/inera-ids-angular-components-form-textarea.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-time.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-form-toggle.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-global-alert.mjs +13 -21
- package/fesm2022/inera-ids-angular-components-global-alert.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-grid-column.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-grid-container.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-grid-layout-grid-column.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-grid-layout-grid-container.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-grid-layout-grid-row.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-grid-layout.mjs +9 -9
- package/fesm2022/inera-ids-angular-components-grid-row.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-grid.mjs +9 -9
- package/fesm2022/inera-ids-angular-components-header-1177-admin.mjs +159 -105
- package/fesm2022/inera-ids-angular-components-header-1177-admin.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-header-1177-pro.mjs +179 -131
- package/fesm2022/inera-ids-angular-components-header-1177-pro.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-header-1177.mjs +59 -50
- package/fesm2022/inera-ids-angular-components-header-1177.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-header-inera-admin.mjs +81 -60
- package/fesm2022/inera-ids-angular-components-header-inera-admin.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-header-inera-general.mjs +425 -0
- package/fesm2022/inera-ids-angular-components-header-inera-general.mjs.map +1 -0
- package/fesm2022/inera-ids-angular-components-header-inera.mjs +29 -31
- package/fesm2022/inera-ids-angular-components-header-inera.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-header-patient.mjs +6 -6
- package/fesm2022/inera-ids-angular-components-link.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-mobile-menu-item.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-mobile-menu-item.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-mobile-menu.mjs +7 -8
- package/fesm2022/inera-ids-angular-components-mobile-menu.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-navigation-content.mjs +6 -6
- package/fesm2022/inera-ids-angular-components-navigation-local.mjs +6 -6
- package/fesm2022/inera-ids-angular-components-notification-badge.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-pagination-data-pagination.mjs +6 -6
- package/fesm2022/inera-ids-angular-components-pagination-list-pagination.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-popover.mjs +209 -72
- package/fesm2022/inera-ids-angular-components-popover.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-progressbar.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-puff-list.mjs +160 -128
- package/fesm2022/inera-ids-angular-components-puff-list.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-region-icon.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-side-menu.mjs +13 -13
- package/fesm2022/inera-ids-angular-components-side-panel.mjs +13 -13
- package/fesm2022/inera-ids-angular-components-stepper.mjs +57 -45
- package/fesm2022/inera-ids-angular-components-stepper.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-tabs.mjs +89 -14
- package/fesm2022/inera-ids-angular-components-tabs.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-tag.mjs +6 -6
- package/fesm2022/inera-ids-angular-components-toolbar.mjs +18 -0
- package/fesm2022/inera-ids-angular-components-toolbar.mjs.map +1 -0
- package/fesm2022/inera-ids-angular-components-tooltip.mjs +148 -42
- package/fesm2022/inera-ids-angular-components-tooltip.mjs.map +1 -1
- package/package.json +104 -224
- package/components/card/card-link.directive.d.ts +0 -5
- package/esm2022/common/classes/form/IDErrorMessageBase.mjs +0 -19
- package/esm2022/common/classes/form/IDFormBase.mjs +0 -124
- package/esm2022/common/context/header-context.mjs +0 -3
- package/esm2022/common/directives/click-outside.directive.mjs +0 -30
- package/esm2022/common/inera-ids-angular-common.mjs +0 -5
- package/esm2022/common/public-api.mjs +0 -11
- package/esm2022/common/services/input-described-by-linker.service.mjs +0 -31
- package/esm2022/common/services/input-invalid-linker.service.mjs +0 -29
- package/esm2022/common/services/input-label-linker.service.mjs +0 -26
- package/esm2022/common/services/tooltip-category.service.mjs +0 -16
- package/esm2022/common/services/use-id.service.ts.mjs +0 -19
- package/esm2022/common/utilities/useEscKey.mjs +0 -11
- package/esm2022/components/accordion/accordion-header.component.mjs +0 -25
- package/esm2022/components/accordion/accordion.component.mjs +0 -99
- package/esm2022/components/accordion/inera-ids-angular-components-accordion.mjs +0 -5
- package/esm2022/components/accordion/public-api.mjs +0 -3
- package/esm2022/components/action-link/action-link.component.mjs +0 -32
- package/esm2022/components/action-link/inera-ids-angular-components-action-link.mjs +0 -5
- package/esm2022/components/action-link/public-api.mjs +0 -2
- package/esm2022/components/alert/alert-header.component.mjs +0 -25
- package/esm2022/components/alert/alert.component.mjs +0 -114
- package/esm2022/components/alert/inera-ids-angular-components-alert.mjs +0 -5
- package/esm2022/components/alert/public-api.mjs +0 -3
- package/esm2022/components/badge/badge.component.mjs +0 -22
- package/esm2022/components/badge/inera-ids-angular-components-badge.mjs +0 -5
- package/esm2022/components/badge/public-api.mjs +0 -2
- package/esm2022/components/box-link/box-link-button.component.mjs +0 -25
- package/esm2022/components/box-link/box-link.component.mjs +0 -20
- package/esm2022/components/box-link/inera-ids-angular-components-box-link.mjs +0 -5
- package/esm2022/components/box-link/public-api.mjs +0 -3
- package/esm2022/components/breadcrumbs/breadcrumbs.component.mjs +0 -43
- package/esm2022/components/breadcrumbs/crumb.component.mjs +0 -31
- package/esm2022/components/breadcrumbs/inera-ids-angular-components-breadcrumbs.mjs +0 -5
- package/esm2022/components/breadcrumbs/public-api.mjs +0 -3
- package/esm2022/components/button/button.directive.mjs +0 -140
- package/esm2022/components/button/inera-ids-angular-components-button.mjs +0 -5
- package/esm2022/components/button/public-api.mjs +0 -2
- package/esm2022/components/button-group/button-group.component.mjs +0 -39
- package/esm2022/components/button-group/inera-ids-angular-components-button-group.mjs +0 -5
- package/esm2022/components/button-group/public-api.mjs +0 -2
- package/esm2022/components/card/card-link.directive.mjs +0 -17
- package/esm2022/components/card/card.component.mjs +0 -48
- package/esm2022/components/card/inera-ids-angular-components-card.mjs +0 -5
- package/esm2022/components/card/public-api.mjs +0 -3
- package/esm2022/components/carousel/carousel-item/carousel-item.component.mjs +0 -33
- package/esm2022/components/carousel/carousel.component.mjs +0 -71
- package/esm2022/components/carousel/inera-ids-angular-components-carousel.mjs +0 -5
- package/esm2022/components/carousel/public-api.mjs +0 -3
- package/esm2022/components/date-label/date-label.component.mjs +0 -125
- package/esm2022/components/date-label/inera-ids-angular-components-date-label.mjs +0 -5
- package/esm2022/components/date-label/public-api.mjs +0 -2
- package/esm2022/components/dialog/dialog-close.component.mjs +0 -24
- package/esm2022/components/dialog/dialog-content.component.mjs +0 -15
- package/esm2022/components/dialog/dialog-footer.component.mjs +0 -18
- package/esm2022/components/dialog/dialog-header.component.mjs +0 -15
- package/esm2022/components/dialog/dialog-trigger.component.mjs +0 -15
- package/esm2022/components/dialog/dialog.component.mjs +0 -164
- package/esm2022/components/dialog/inera-ids-angular-components-dialog.mjs +0 -5
- package/esm2022/components/dialog/public-api.mjs +0 -7
- package/esm2022/components/dropdown/dropdown-item.directive.mjs +0 -18
- package/esm2022/components/dropdown/dropdown-trigger.component.mjs +0 -16
- package/esm2022/components/dropdown/dropdown.component.mjs +0 -103
- package/esm2022/components/dropdown/dropdown.module.mjs +0 -30
- package/esm2022/components/dropdown/inera-ids-angular-components-dropdown.mjs +0 -5
- package/esm2022/components/dropdown/public-api.mjs +0 -5
- package/esm2022/components/footer-1177/footer-1177-col.component.mjs +0 -42
- package/esm2022/components/footer-1177/footer-1177-sub-footer-left.component.mjs +0 -18
- package/esm2022/components/footer-1177/footer-1177-sub-footer-mobile.component.mjs +0 -18
- package/esm2022/components/footer-1177/footer-1177-sub-footer-right.component.mjs +0 -18
- package/esm2022/components/footer-1177/footer-1177-text.component.mjs +0 -29
- package/esm2022/components/footer-1177/footer-1177.component.mjs +0 -40
- package/esm2022/components/footer-1177/footer-1177.module.mjs +0 -45
- package/esm2022/components/footer-1177/inera-ids-angular-components-footer-1177.mjs +0 -5
- package/esm2022/components/footer-1177/public-api.mjs +0 -8
- package/esm2022/components/footer-1177-admin/footer-1177-admin-col.component.mjs +0 -42
- package/esm2022/components/footer-1177-admin/footer-1177-admin-sub-footer-left.component.mjs +0 -18
- package/esm2022/components/footer-1177-admin/footer-1177-admin-sub-footer-mobile.component.mjs +0 -18
- package/esm2022/components/footer-1177-admin/footer-1177-admin-sub-footer-right.component.mjs +0 -18
- package/esm2022/components/footer-1177-admin/footer-1177-admin-text.component.mjs +0 -29
- package/esm2022/components/footer-1177-admin/footer-1177-admin.component.mjs +0 -38
- package/esm2022/components/footer-1177-admin/footer-1177-admin.module.mjs +0 -45
- package/esm2022/components/footer-1177-admin/inera-ids-angular-components-footer-1177-admin.mjs +0 -5
- package/esm2022/components/footer-1177-admin/public-api.mjs +0 -8
- package/esm2022/components/footer-1177-pro/footer-1177-pro-col.component.mjs +0 -42
- package/esm2022/components/footer-1177-pro/footer-1177-pro-sub-footer-left.component.mjs +0 -18
- package/esm2022/components/footer-1177-pro/footer-1177-pro-sub-footer-mobile.component.mjs +0 -18
- package/esm2022/components/footer-1177-pro/footer-1177-pro-sub-footer-right.component.mjs +0 -18
- package/esm2022/components/footer-1177-pro/footer-1177-pro-text.component.mjs +0 -29
- package/esm2022/components/footer-1177-pro/footer-1177-pro.component.mjs +0 -38
- package/esm2022/components/footer-1177-pro/footer-1177-pro.module.mjs +0 -45
- package/esm2022/components/footer-1177-pro/inera-ids-angular-components-footer-1177-pro.mjs +0 -5
- package/esm2022/components/footer-1177-pro/public-api.mjs +0 -8
- package/esm2022/components/footer-inera/footer-inera-col.component.mjs +0 -42
- package/esm2022/components/footer-inera/footer-inera-sub-footer-left.component.mjs +0 -18
- package/esm2022/components/footer-inera/footer-inera-sub-footer-mobile.component.mjs +0 -18
- package/esm2022/components/footer-inera/footer-inera-sub-footer-right.component.mjs +0 -18
- package/esm2022/components/footer-inera/footer-inera-text.component.mjs +0 -29
- package/esm2022/components/footer-inera/footer-inera.component.mjs +0 -38
- package/esm2022/components/footer-inera/footer-inera.module.mjs +0 -45
- package/esm2022/components/footer-inera/inera-ids-angular-components-footer-inera.mjs +0 -5
- package/esm2022/components/footer-inera/public-api.mjs +0 -8
- package/esm2022/components/footer-inera-admin/footer-inera-admin-col.component.mjs +0 -46
- package/esm2022/components/footer-inera-admin/footer-inera-admin-sub-footer-left.component.mjs +0 -18
- package/esm2022/components/footer-inera-admin/footer-inera-admin-sub-footer-mobile.component.mjs +0 -18
- package/esm2022/components/footer-inera-admin/footer-inera-admin-sub-footer-right.component.mjs +0 -18
- package/esm2022/components/footer-inera-admin/footer-inera-admin-text.component.mjs +0 -29
- package/esm2022/components/footer-inera-admin/footer-inera-admin.component.mjs +0 -38
- package/esm2022/components/footer-inera-admin/footer-inera-admin.module.mjs +0 -45
- package/esm2022/components/footer-inera-admin/inera-ids-angular-components-footer-inera-admin.mjs +0 -5
- package/esm2022/components/footer-inera-admin/public-api.mjs +0 -8
- package/esm2022/components/form/check-button/check-button.component.mjs +0 -18
- package/esm2022/components/form/check-button/inera-ids-angular-components-form-check-button.mjs +0 -5
- package/esm2022/components/form/check-button/public-api.mjs +0 -2
- package/esm2022/components/form/checkbox/checkbox.component.mjs +0 -47
- package/esm2022/components/form/checkbox/inera-ids-angular-components-form-checkbox.mjs +0 -5
- package/esm2022/components/form/checkbox/public-api.mjs +0 -2
- package/esm2022/components/form/checkbox-group/checkbox-group.component.mjs +0 -44
- package/esm2022/components/form/checkbox-group/inera-ids-angular-components-form-checkbox-group.mjs +0 -5
- package/esm2022/components/form/checkbox-group/public-api.mjs +0 -2
- package/esm2022/components/form/darkmode-toggle/darkmode-toggle.component.mjs +0 -12
- package/esm2022/components/form/darkmode-toggle/inera-ids-angular-components-form-darkmode-toggle.mjs +0 -5
- package/esm2022/components/form/darkmode-toggle/public-api.mjs +0 -2
- package/esm2022/components/form/error-message/error-message.component.mjs +0 -46
- package/esm2022/components/form/error-message/inera-ids-angular-components-form-error-message.mjs +0 -5
- package/esm2022/components/form/error-message/public-api.mjs +0 -2
- package/esm2022/components/form/input/inera-ids-angular-components-form-input.mjs +0 -5
- package/esm2022/components/form/input/input-hint.component.mjs +0 -21
- package/esm2022/components/form/input/input-icon.component.mjs +0 -23
- package/esm2022/components/form/input/input.component.mjs +0 -42
- package/esm2022/components/form/input/public-api.mjs +0 -4
- package/esm2022/components/form/radio/inera-ids-angular-components-form-radio.mjs +0 -5
- package/esm2022/components/form/radio/public-api.mjs +0 -3
- package/esm2022/components/form/radio/radio-group.component.mjs +0 -55
- package/esm2022/components/form/radio/radio.component.mjs +0 -25
- package/esm2022/components/form/radio-button/inera-ids-angular-components-form-radio-button.mjs +0 -5
- package/esm2022/components/form/radio-button/public-api.mjs +0 -3
- package/esm2022/components/form/radio-button/radio-button-group.component.mjs +0 -46
- package/esm2022/components/form/radio-button/radio-button.component.mjs +0 -23
- package/esm2022/components/form/range/inera-ids-angular-components-form-range.mjs +0 -5
- package/esm2022/components/form/range/public-api.mjs +0 -2
- package/esm2022/components/form/range/range.component.mjs +0 -75
- package/esm2022/components/form/select/inera-ids-angular-components-form-select.mjs +0 -5
- package/esm2022/components/form/select/public-api.mjs +0 -2
- package/esm2022/components/form/select/select.component.mjs +0 -16
- package/esm2022/components/form/select-multiple/inera-ids-angular-components-form-select-multiple.mjs +0 -5
- package/esm2022/components/form/select-multiple/public-api.mjs +0 -2
- package/esm2022/components/form/select-multiple/select-multiple.component.mjs +0 -100
- package/esm2022/components/form/spinner/inera-ids-angular-components-form-spinner.mjs +0 -5
- package/esm2022/components/form/spinner/public-api.mjs +0 -2
- package/esm2022/components/form/spinner/spinner.component.mjs +0 -24
- package/esm2022/components/form/textarea/inera-ids-angular-components-form-textarea.mjs +0 -5
- package/esm2022/components/form/textarea/public-api.mjs +0 -3
- package/esm2022/components/form/textarea/textarea-hint.component.mjs +0 -24
- package/esm2022/components/form/textarea/textarea.component.mjs +0 -54
- package/esm2022/components/form/time/inera-ids-angular-components-form-time.mjs +0 -5
- package/esm2022/components/form/time/public-api.mjs +0 -2
- package/esm2022/components/form/time/time.component.mjs +0 -15
- package/esm2022/components/form/toggle/inera-ids-angular-components-form-toggle.mjs +0 -5
- package/esm2022/components/form/toggle/public-api.mjs +0 -2
- package/esm2022/components/form/toggle/toggle.component.mjs +0 -14
- package/esm2022/components/global-alert/global-alert-actions.component.mjs +0 -26
- package/esm2022/components/global-alert/global-alert-header.component.mjs +0 -26
- package/esm2022/components/global-alert/global-alert.component.mjs +0 -86
- package/esm2022/components/global-alert/inera-ids-angular-components-global-alert.mjs +0 -5
- package/esm2022/components/global-alert/public-api.mjs +0 -4
- package/esm2022/components/grid/column/column.component.mjs +0 -61
- package/esm2022/components/grid/column/inera-ids-angular-components-grid-column.mjs +0 -5
- package/esm2022/components/grid/column/public-api.mjs +0 -2
- package/esm2022/components/grid/container/container.component.mjs +0 -27
- package/esm2022/components/grid/container/inera-ids-angular-components-grid-container.mjs +0 -5
- package/esm2022/components/grid/container/public-api.mjs +0 -2
- package/esm2022/components/grid/inera-ids-angular-components-grid.mjs +0 -5
- package/esm2022/components/grid/public-api.mjs +0 -4
- package/esm2022/components/grid/row/inera-ids-angular-components-grid-row.mjs +0 -5
- package/esm2022/components/grid/row/public-api.mjs +0 -2
- package/esm2022/components/grid/row/row.component.mjs +0 -43
- package/esm2022/components/grid-layout/grid-column/grid-column.component.mjs +0 -72
- package/esm2022/components/grid-layout/grid-column/inera-ids-angular-components-grid-layout-grid-column.mjs +0 -5
- package/esm2022/components/grid-layout/grid-column/public-api.mjs +0 -2
- package/esm2022/components/grid-layout/grid-container/grid-container.component.mjs +0 -35
- package/esm2022/components/grid-layout/grid-container/inera-ids-angular-components-grid-layout-grid-container.mjs +0 -5
- package/esm2022/components/grid-layout/grid-container/public-api.mjs +0 -2
- package/esm2022/components/grid-layout/grid-row/grid-row.component.mjs +0 -43
- package/esm2022/components/grid-layout/grid-row/inera-ids-angular-components-grid-layout-grid-row.mjs +0 -5
- package/esm2022/components/grid-layout/grid-row/public-api.mjs +0 -2
- package/esm2022/components/grid-layout/inera-ids-angular-components-grid-layout.mjs +0 -5
- package/esm2022/components/grid-layout/public-api.mjs +0 -4
- package/esm2022/components/header-1177/avatar/header-1177-avatar-agent.component.mjs +0 -20
- package/esm2022/components/header-1177/avatar/header-1177-avatar.component.mjs +0 -113
- package/esm2022/components/header-1177/brand-link/header-1177-brand-link.directive.mjs +0 -17
- package/esm2022/components/header-1177/header-1177.component.mjs +0 -58
- package/esm2022/components/header-1177/header-1177.module.mjs +0 -80
- package/esm2022/components/header-1177/inera-ids-angular-components-header-1177.mjs +0 -5
- package/esm2022/components/header-1177/item/header-1177-item.component.mjs +0 -52
- package/esm2022/components/header-1177/menu-mobile/header-1177-menu-mobile.component.mjs +0 -57
- package/esm2022/components/header-1177/nav/header-1177-nav.component.mjs +0 -55
- package/esm2022/components/header-1177/nav-item/header-1177-nav-item.component.mjs +0 -157
- package/esm2022/components/header-1177/nav-item-menu-link/header-1177-nav-item-menu-link.component.mjs +0 -18
- package/esm2022/components/header-1177/nav-item-mobile/header-1177-nav-item-mobile.component.mjs +0 -36
- package/esm2022/components/header-1177/public-api.mjs +0 -15
- package/esm2022/components/header-1177/region-picker/header-1177-region-picker.component.mjs +0 -85
- package/esm2022/components/header-1177/region-picker-mobile/header-1177-region-picker-mobile.component.mjs +0 -76
- package/esm2022/components/header-1177/skip-to-content/header-1177-skip-to-content.component.mjs +0 -18
- package/esm2022/components/header-1177-admin/avatar/header-1177-admin-avatar.component.mjs +0 -130
- package/esm2022/components/header-1177-admin/avatar-mobile/header-1177-admin-avatar-mobile.component.mjs +0 -125
- package/esm2022/components/header-1177-admin/brand-link/header-1177-admin-brand-link.directive.mjs +0 -17
- package/esm2022/components/header-1177-admin/header-1177-admin.component.mjs +0 -57
- package/esm2022/components/header-1177-admin/header-1177-admin.module.mjs +0 -70
- package/esm2022/components/header-1177-admin/inera-ids-angular-components-header-1177-admin.mjs +0 -5
- package/esm2022/components/header-1177-admin/item/header-1177-admin-item.component.mjs +0 -39
- package/esm2022/components/header-1177-admin/menu-mobile/header-1177-admin-menu-mobile.component.mjs +0 -65
- package/esm2022/components/header-1177-admin/nav/header-1177-admin-nav.component.mjs +0 -37
- package/esm2022/components/header-1177-admin/nav-item/header-1177-admin-nav-item.component.mjs +0 -157
- package/esm2022/components/header-1177-admin/nav-item-menu-link/header-1177-admin-nav-item-menu-link.component.mjs +0 -18
- package/esm2022/components/header-1177-admin/nav-item-mobile/header-1177-admin-nav-item-mobile.mjs +0 -36
- package/esm2022/components/header-1177-admin/public-api.mjs +0 -13
- package/esm2022/components/header-1177-admin/skip-to-content/header-1177-admin-skip-to-content.component.mjs +0 -18
- package/esm2022/components/header-1177-pro/avatar/header-1177-pro-avatar.component.mjs +0 -130
- package/esm2022/components/header-1177-pro/avatar-mobile/header-1177-pro-avatar-mobile.component.mjs +0 -125
- package/esm2022/components/header-1177-pro/brand-link/header-1177-pro-brand-link.directive.mjs +0 -17
- package/esm2022/components/header-1177-pro/header-1177-pro.component.mjs +0 -51
- package/esm2022/components/header-1177-pro/header-1177-pro.module.mjs +0 -80
- package/esm2022/components/header-1177-pro/inera-ids-angular-components-header-1177-pro.mjs +0 -5
- package/esm2022/components/header-1177-pro/item/header-1177-pro-item.component.mjs +0 -39
- package/esm2022/components/header-1177-pro/menu-mobile/header-1177-pro-menu-mobile.component.mjs +0 -65
- package/esm2022/components/header-1177-pro/nav/header-1177-pro-nav.component.mjs +0 -33
- package/esm2022/components/header-1177-pro/nav-item/header-1177-pro-nav-item.component.mjs +0 -154
- package/esm2022/components/header-1177-pro/nav-item-menu-link/header-1177-pro-nav-item-menu-link.component.mjs +0 -18
- package/esm2022/components/header-1177-pro/nav-item-mobile/header-1177-pro-nav-item-mobile.mjs +0 -36
- package/esm2022/components/header-1177-pro/public-api.mjs +0 -15
- package/esm2022/components/header-1177-pro/region-picker/header-1177-pro-region-picker.component.mjs +0 -85
- package/esm2022/components/header-1177-pro/region-picker-mobile/header-1177-pro-region-picker-mobile.component.mjs +0 -76
- package/esm2022/components/header-1177-pro/skip-to-content/header-1177-pro-skip-to-content.component.mjs +0 -18
- package/esm2022/components/header-inera/brand-link/header-inera-brand-link.directive.mjs +0 -14
- package/esm2022/components/header-inera/header-inera.component.mjs +0 -53
- package/esm2022/components/header-inera/header-inera.module.mjs +0 -55
- package/esm2022/components/header-inera/inera-ids-angular-components-header-inera.mjs +0 -5
- package/esm2022/components/header-inera/item/header-inera-item.component.mjs +0 -39
- package/esm2022/components/header-inera/menu-mobile/header-inera-menu-mobile.component.mjs +0 -71
- package/esm2022/components/header-inera/nav/header-inera-nav.component.mjs +0 -33
- package/esm2022/components/header-inera/nav-item/header-inera-nav-item.component.mjs +0 -154
- package/esm2022/components/header-inera/nav-item-menu-link/header-inera-nav-item-menu-link.component.mjs +0 -18
- package/esm2022/components/header-inera/public-api.mjs +0 -10
- package/esm2022/components/header-inera/skip-to-content/header-inera-skip-to-content.component.mjs +0 -18
- package/esm2022/components/header-inera-admin/avatar/header-inera-admin-avatar.component.mjs +0 -130
- package/esm2022/components/header-inera-admin/avatar-mobile/header-inera-admin-avatar-mobile.component.mjs +0 -125
- package/esm2022/components/header-inera-admin/brand-link/header-inera-admin-brand-link.directive.mjs +0 -17
- package/esm2022/components/header-inera-admin/header-inera-admin.component.mjs +0 -65
- package/esm2022/components/header-inera-admin/header-inera-admin.module.mjs +0 -70
- package/esm2022/components/header-inera-admin/inera-ids-angular-components-header-inera-admin.mjs +0 -5
- package/esm2022/components/header-inera-admin/item/header-inera-admin-item.component.mjs +0 -44
- package/esm2022/components/header-inera-admin/menu-mobile/header-inera-admin-menu-mobile.component.mjs +0 -71
- package/esm2022/components/header-inera-admin/nav/header-inera-admin-nav.component.mjs +0 -33
- package/esm2022/components/header-inera-admin/nav-item/header-inera-admin-nav-item.component.mjs +0 -154
- package/esm2022/components/header-inera-admin/nav-item-menu-link/header-inera-admin-nav-item-menu-link.component.mjs +0 -18
- package/esm2022/components/header-inera-admin/nav-item-mobile/header-inera-admin-nav-item-mobile.mjs +0 -36
- package/esm2022/components/header-inera-admin/public-api.mjs +0 -13
- package/esm2022/components/header-inera-admin/skip-to-content/header-inera-admin-skip-to-content.component.mjs +0 -18
- package/esm2022/components/header-patient/header-patient-actions.component.mjs +0 -22
- package/esm2022/components/header-patient/header-patient.component.mjs +0 -78
- package/esm2022/components/header-patient/inera-ids-angular-components-header-patient.mjs +0 -5
- package/esm2022/components/header-patient/public-api.mjs +0 -3
- package/esm2022/components/link/inera-ids-angular-components-link.mjs +0 -5
- package/esm2022/components/link/link.directive.mjs +0 -64
- package/esm2022/components/link/public-api.mjs +0 -2
- package/esm2022/components/mobile/menu/inera-ids-angular-components-mobile-menu.mjs +0 -5
- package/esm2022/components/mobile/menu/item/inera-ids-angular-components-mobile-menu-item.mjs +0 -5
- package/esm2022/components/mobile/menu/item/mobile-menu-item.component.mjs +0 -92
- package/esm2022/components/mobile/menu/item/public-api.mjs +0 -2
- package/esm2022/components/mobile/menu/mobile-menu.component.mjs +0 -42
- package/esm2022/components/mobile/menu/public-api.mjs +0 -3
- package/esm2022/components/navigation/content/inera-ids-angular-components-navigation-content.mjs +0 -5
- package/esm2022/components/navigation/content/navigation-content-link.component.mjs +0 -29
- package/esm2022/components/navigation/content/navigation-content.component.mjs +0 -24
- package/esm2022/components/navigation/content/public-api.mjs +0 -3
- package/esm2022/components/navigation/local/inera-ids-angular-components-navigation-local.mjs +0 -5
- package/esm2022/components/navigation/local/navigation-local-link.component.mjs +0 -27
- package/esm2022/components/navigation/local/navigation-local.component.mjs +0 -21
- package/esm2022/components/navigation/local/public-api.mjs +0 -3
- package/esm2022/components/notification-badge/inera-ids-angular-components-notification-badge.mjs +0 -5
- package/esm2022/components/notification-badge/notification-badge.component.mjs +0 -39
- package/esm2022/components/notification-badge/public-api.mjs +0 -2
- package/esm2022/components/pagination/data-pagination/data-pagination-select.component.mjs +0 -20
- package/esm2022/components/pagination/data-pagination/data-pagination.component.mjs +0 -75
- package/esm2022/components/pagination/data-pagination/inera-ids-angular-components-pagination-data-pagination.mjs +0 -5
- package/esm2022/components/pagination/data-pagination/public-api.mjs +0 -3
- package/esm2022/components/pagination/list-pagination/inera-ids-angular-components-pagination-list-pagination.mjs +0 -5
- package/esm2022/components/pagination/list-pagination/list-pagination.component.mjs +0 -197
- package/esm2022/components/pagination/list-pagination/public-api.mjs +0 -2
- package/esm2022/components/popover/inera-ids-angular-components-popover.mjs +0 -5
- package/esm2022/components/popover/popover-close.component.mjs +0 -24
- package/esm2022/components/popover/popover-content.component.mjs +0 -91
- package/esm2022/components/popover/popover-header.component.mjs +0 -18
- package/esm2022/components/popover/popover-trigger.component.mjs +0 -15
- package/esm2022/components/popover/popover.component.mjs +0 -149
- package/esm2022/components/popover/popover.module.mjs +0 -40
- package/esm2022/components/popover/public-api.mjs +0 -7
- package/esm2022/components/progressbar/inera-ids-angular-components-progressbar.mjs +0 -5
- package/esm2022/components/progressbar/progressbar.component.mjs +0 -24
- package/esm2022/components/progressbar/public-api.mjs +0 -2
- package/esm2022/components/puff-list/inera-ids-angular-components-puff-list.mjs +0 -5
- package/esm2022/components/puff-list/public-api.mjs +0 -9
- package/esm2022/components/puff-list/puff-list-item-content-info.component.mjs +0 -18
- package/esm2022/components/puff-list/puff-list-item-content.component.mjs +0 -15
- package/esm2022/components/puff-list/puff-list-item-date-label.component.mjs +0 -18
- package/esm2022/components/puff-list/puff-list-item-extra-content.component.mjs +0 -18
- package/esm2022/components/puff-list/puff-list-item-header.component.mjs +0 -18
- package/esm2022/components/puff-list/puff-list-item.component.mjs +0 -161
- package/esm2022/components/puff-list/puff-list.component.mjs +0 -40
- package/esm2022/components/puff-list/puff-list.module.mjs +0 -51
- package/esm2022/components/region-icon/inera-ids-angular-components-region-icon.mjs +0 -5
- package/esm2022/components/region-icon/public-api.mjs +0 -2
- package/esm2022/components/region-icon/region-icon.component.mjs +0 -51
- package/esm2022/components/side-menu/inera-ids-angular-components-side-menu.mjs +0 -5
- package/esm2022/components/side-menu/public-api.mjs +0 -5
- package/esm2022/components/side-menu/side-menu-icon.component.mjs +0 -24
- package/esm2022/components/side-menu/side-menu-link.component.mjs +0 -18
- package/esm2022/components/side-menu/side-menu.component.mjs +0 -215
- package/esm2022/components/side-menu/side-menu.module.mjs +0 -30
- package/esm2022/components/side-panel/inera-ids-angular-components-side-panel.mjs +0 -5
- package/esm2022/components/side-panel/public-api.mjs +0 -5
- package/esm2022/components/side-panel/side-panel-footer.component.mjs +0 -50
- package/esm2022/components/side-panel/side-panel-provider.component.mjs +0 -73
- package/esm2022/components/side-panel/side-panel.component.mjs +0 -196
- package/esm2022/components/side-panel/side-panel.module.mjs +0 -31
- package/esm2022/components/stepper/inera-ids-angular-components-stepper.mjs +0 -5
- package/esm2022/components/stepper/public-api.mjs +0 -5
- package/esm2022/components/stepper/step-header.component.mjs +0 -18
- package/esm2022/components/stepper/step.component.mjs +0 -133
- package/esm2022/components/stepper/stepper.component.mjs +0 -30
- package/esm2022/components/stepper/stepper.module.mjs +0 -30
- package/esm2022/components/tabs/inera-ids-angular-components-tabs.mjs +0 -5
- package/esm2022/components/tabs/public-api.mjs +0 -3
- package/esm2022/components/tabs/tab-group.component.mjs +0 -51
- package/esm2022/components/tabs/tab.component.mjs +0 -41
- package/esm2022/components/tag/inera-ids-angular-components-tag.mjs +0 -5
- package/esm2022/components/tag/public-api.mjs +0 -3
- package/esm2022/components/tag/tag.component.mjs +0 -23
- package/esm2022/components/tag/tag.directive.mjs +0 -17
- package/esm2022/components/tooltip/inera-ids-angular-components-tooltip.mjs +0 -5
- package/esm2022/components/tooltip/public-api.mjs +0 -4
- package/esm2022/components/tooltip/tooltip-trigger.directive.mjs +0 -18
- package/esm2022/components/tooltip/tooltip.component.mjs +0 -84
- package/esm2022/components/tooltip/tooltip.module.mjs +0 -25
- package/esm2022/inera-ids-angular.mjs +0 -5
- package/esm2022/public-api.mjs +0 -2
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { inject, booleanAttribute, Input, Component, EventEmitter, Output, TemplateRef,
|
|
2
|
+
import { inject, booleanAttribute, Input, Component, EventEmitter, ViewChild, Output, TemplateRef, Directive, ContentChild, ContentChildren, NgModule } from '@angular/core';
|
|
3
3
|
import { NgTemplateOutlet } from '@angular/common';
|
|
4
|
-
import { ID_HEADER_CONTEXT, IDUseIdService, useEscapeKey, IDClickOutsideDirective } from '@inera/ids-angular/common';
|
|
4
|
+
import { ID_HEADER_CONTEXT, IDUseIdService, useFocusTrap, useEscapeKey, IDClickOutsideDirective } from '@inera/ids-angular/common';
|
|
5
5
|
|
|
6
6
|
class IDHeaderIneraAdminItemComponent {
|
|
7
7
|
mobile = false;
|
|
8
8
|
separatorLeft = false;
|
|
9
9
|
icon;
|
|
10
10
|
header = inject(ID_HEADER_CONTEXT, { optional: true, host: true });
|
|
11
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
12
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "
|
|
11
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeaderIneraAdminItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
12
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.20", type: IDHeaderIneraAdminItemComponent, isStandalone: true, selector: "id-header-inera-admin-item", inputs: { mobile: ["mobile", "mobile", booleanAttribute], separatorLeft: ["separatorLeft", "separatorLeft", booleanAttribute], icon: "icon" }, host: { properties: { "class.ids-header-inera-admin-item--unresponsive": "header?.unresponsive", "class.ids-header-inera-admin-item--mobile": "mobile", "class.ids-header-inera-admin-item--separator": "separatorLeft" }, classAttribute: "ids-header-inera-admin-item" }, ngImport: i0, template: `
|
|
13
13
|
<div class="ids-header-inera-admin-item__icon">
|
|
14
14
|
<ng-content name=[icon]></ng-content>
|
|
15
15
|
<span class="ids-icon-{{icon}}" aria-hidden="true"></span>
|
|
16
16
|
</div>
|
|
17
17
|
<ng-content></ng-content>`, isInline: true });
|
|
18
18
|
}
|
|
19
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
19
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeaderIneraAdminItemComponent, decorators: [{
|
|
20
20
|
type: Component,
|
|
21
21
|
args: [{
|
|
22
22
|
selector: 'id-header-inera-admin-item',
|
|
@@ -55,6 +55,8 @@ class IDHeaderIneraAdminAvatarComponent {
|
|
|
55
55
|
idService = inject(IDUseIdService);
|
|
56
56
|
contentId = this.idService.generateId('header-inera-admin-avatar');
|
|
57
57
|
header = inject(ID_HEADER_CONTEXT, { optional: true, host: true });
|
|
58
|
+
menuContent;
|
|
59
|
+
focusTrap = useFocusTrap(() => this.menuContent, { disabled: () => !this.expanded });
|
|
58
60
|
constructor() {
|
|
59
61
|
useEscapeKey(() => this.handleCloseEvent(), () => this.expanded);
|
|
60
62
|
}
|
|
@@ -64,6 +66,7 @@ class IDHeaderIneraAdminAvatarComponent {
|
|
|
64
66
|
}
|
|
65
67
|
}
|
|
66
68
|
closeAvatar() {
|
|
69
|
+
this.focusTrap.destroy();
|
|
67
70
|
this.expanded = false;
|
|
68
71
|
this.expandedChange.emit(false);
|
|
69
72
|
this.closed.emit();
|
|
@@ -72,18 +75,23 @@ class IDHeaderIneraAdminAvatarComponent {
|
|
|
72
75
|
this.expanded = !this.expanded;
|
|
73
76
|
this.expandedChange.emit(this.expanded);
|
|
74
77
|
if (this.expanded) {
|
|
78
|
+
this.focusTrap.create();
|
|
75
79
|
this.opened.emit();
|
|
76
80
|
}
|
|
77
81
|
else {
|
|
82
|
+
this.focusTrap.destroy();
|
|
78
83
|
this.closed.emit();
|
|
79
84
|
}
|
|
80
85
|
}
|
|
81
|
-
|
|
82
|
-
|
|
86
|
+
ngOnDestroy() {
|
|
87
|
+
this.focusTrap.destroy();
|
|
88
|
+
}
|
|
89
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeaderIneraAdminAvatarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
90
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.20", type: IDHeaderIneraAdminAvatarComponent, isStandalone: true, selector: "id-header-inera-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-inera-admin-avatar--unresponsive": "header?.unresponsive" }, classAttribute: "ids-header-inera-admin-avatar" }, viewQueries: [{ propertyName: "menuContent", first: true, predicate: ["menuContent"], descendants: true }], ngImport: i0, template: `
|
|
83
91
|
<div class="ids-header-inera-admin-avatar__avatar"
|
|
84
92
|
idClickOutside
|
|
85
93
|
(idClickOutside)="handleCloseEvent()">
|
|
86
|
-
<div class="ids-header-inera-admin-avatar__menu-wrapper">
|
|
94
|
+
<div #menuContent class="ids-header-inera-admin-avatar__menu-wrapper">
|
|
87
95
|
<button
|
|
88
96
|
(click)="toggleAvatar()"
|
|
89
97
|
[attr.aria-controls]="contentId"
|
|
@@ -92,11 +100,10 @@ class IDHeaderIneraAdminAvatarComponent {
|
|
|
92
100
|
[attr.aria-expanded]="expanded">
|
|
93
101
|
<div class="ids-header-inera-admin-avatar__name" [attr.title]="username">
|
|
94
102
|
{{username}}
|
|
103
|
+
</div>
|
|
95
104
|
@if(unit) {
|
|
96
|
-
<
|
|
97
|
-
<span [attr.title]="unit" class="ids-header-inera-admin-avatar__unit">{{unit}} </span>
|
|
105
|
+
<div [attr.title]="unit" class="ids-header-inera-admin-avatar__unit">{{unit}} </div>
|
|
98
106
|
}
|
|
99
|
-
</div>
|
|
100
107
|
</button>
|
|
101
108
|
@if(expanded){
|
|
102
109
|
<div [attr.id]="contentId"
|
|
@@ -111,7 +118,7 @@ class IDHeaderIneraAdminAvatarComponent {
|
|
|
111
118
|
</div>
|
|
112
119
|
`, isInline: true, dependencies: [{ kind: "directive", type: IDClickOutsideDirective, selector: "[idClickOutside]", outputs: ["idClickOutside"] }] });
|
|
113
120
|
}
|
|
114
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
121
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeaderIneraAdminAvatarComponent, decorators: [{
|
|
115
122
|
type: Component,
|
|
116
123
|
args: [{
|
|
117
124
|
selector: "id-header-inera-admin-avatar",
|
|
@@ -119,7 +126,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
119
126
|
<div class="ids-header-inera-admin-avatar__avatar"
|
|
120
127
|
idClickOutside
|
|
121
128
|
(idClickOutside)="handleCloseEvent()">
|
|
122
|
-
<div class="ids-header-inera-admin-avatar__menu-wrapper">
|
|
129
|
+
<div #menuContent class="ids-header-inera-admin-avatar__menu-wrapper">
|
|
123
130
|
<button
|
|
124
131
|
(click)="toggleAvatar()"
|
|
125
132
|
[attr.aria-controls]="contentId"
|
|
@@ -128,11 +135,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
128
135
|
[attr.aria-expanded]="expanded">
|
|
129
136
|
<div class="ids-header-inera-admin-avatar__name" [attr.title]="username">
|
|
130
137
|
{{username}}
|
|
138
|
+
</div>
|
|
131
139
|
@if(unit) {
|
|
132
|
-
<
|
|
133
|
-
<span [attr.title]="unit" class="ids-header-inera-admin-avatar__unit">{{unit}} </span>
|
|
140
|
+
<div [attr.title]="unit" class="ids-header-inera-admin-avatar__unit">{{unit}} </div>
|
|
134
141
|
}
|
|
135
|
-
</div>
|
|
136
142
|
</button>
|
|
137
143
|
@if(expanded){
|
|
138
144
|
<div [attr.id]="contentId"
|
|
@@ -169,30 +175,36 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
169
175
|
type: Output
|
|
170
176
|
}], closed: [{
|
|
171
177
|
type: Output
|
|
178
|
+
}], menuContent: [{
|
|
179
|
+
type: ViewChild,
|
|
180
|
+
args: ['menuContent']
|
|
172
181
|
}] } });
|
|
173
182
|
|
|
174
183
|
class IDHeaderIneraAdminNavComponent {
|
|
175
184
|
hideOnTablet = false;
|
|
176
185
|
template;
|
|
177
|
-
|
|
178
|
-
static
|
|
186
|
+
header = inject(ID_HEADER_CONTEXT, { optional: true, host: true });
|
|
187
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeaderIneraAdminNavComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
188
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.20", type: IDHeaderIneraAdminNavComponent, isStandalone: true, selector: "id-header-inera-admin-nav", inputs: { hideOnTablet: ["hideOnTablet", "hideOnTablet", booleanAttribute] }, viewQueries: [{ propertyName: "template", first: true, predicate: TemplateRef, descendants: true }], ngImport: i0, template: `
|
|
179
189
|
<ng-template>
|
|
180
190
|
<div class="ids-header-inera-admin-nav__nav-items">
|
|
181
191
|
<ng-content></ng-content>
|
|
182
192
|
</div>
|
|
183
|
-
</ng-template
|
|
193
|
+
</ng-template>
|
|
194
|
+
`, isInline: true });
|
|
184
195
|
}
|
|
185
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
196
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeaderIneraAdminNavComponent, decorators: [{
|
|
186
197
|
type: Component,
|
|
187
198
|
args: [{
|
|
188
|
-
selector:
|
|
199
|
+
selector: 'id-header-inera-admin-nav',
|
|
189
200
|
template: `
|
|
190
201
|
<ng-template>
|
|
191
202
|
<div class="ids-header-inera-admin-nav__nav-items">
|
|
192
203
|
<ng-content></ng-content>
|
|
193
204
|
</div>
|
|
194
|
-
</ng-template
|
|
195
|
-
|
|
205
|
+
</ng-template>
|
|
206
|
+
`,
|
|
207
|
+
standalone: true,
|
|
196
208
|
}]
|
|
197
209
|
}], propDecorators: { hideOnTablet: [{
|
|
198
210
|
type: Input,
|
|
@@ -203,10 +215,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
203
215
|
}] } });
|
|
204
216
|
|
|
205
217
|
class IDHeaderIneraAdminSkipToContentComponent {
|
|
206
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
207
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
218
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeaderIneraAdminSkipToContentComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
219
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: IDHeaderIneraAdminSkipToContentComponent, isStandalone: true, selector: "id-header-inera-admin-skip-to-content", host: { classAttribute: "ids-header-inera-admin__skip-to-content" }, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true });
|
|
208
220
|
}
|
|
209
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
221
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeaderIneraAdminSkipToContentComponent, decorators: [{
|
|
210
222
|
type: Component,
|
|
211
223
|
args: [{
|
|
212
224
|
selector: "id-header-inera-admin-skip-to-content",
|
|
@@ -219,10 +231,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
219
231
|
}] });
|
|
220
232
|
|
|
221
233
|
class IDHeaderIneraAdminBrandLinkDirective {
|
|
222
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
223
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
234
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeaderIneraAdminBrandLinkDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
235
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.20", type: IDHeaderIneraAdminBrandLinkDirective, isStandalone: true, selector: "a[idBrandIneraAdminLink]", host: { classAttribute: "ids-header-inera-admin__logo-link" }, ngImport: i0 });
|
|
224
236
|
}
|
|
225
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
237
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeaderIneraAdminBrandLinkDirective, decorators: [{
|
|
226
238
|
type: Directive,
|
|
227
239
|
args: [{
|
|
228
240
|
selector: "a[idBrandIneraAdminLink]",
|
|
@@ -244,22 +256,22 @@ class IDHeaderIneraAdminComponent {
|
|
|
244
256
|
nav;
|
|
245
257
|
brandLink;
|
|
246
258
|
skipToContent;
|
|
247
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
248
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "
|
|
259
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeaderIneraAdminComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
260
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.20", type: IDHeaderIneraAdminComponent, isStandalone: true, selector: "id-header-inera-admin", inputs: { srBrandLabel: "srBrandLabel", brandHref: "brandHref", brandText: "brandText", unresponsive: ["unresponsive", "unresponsive", booleanAttribute], showBrand: ["showBrand", "showBrand", booleanAttribute] }, providers: [
|
|
249
261
|
{
|
|
250
262
|
provide: ID_HEADER_CONTEXT,
|
|
251
263
|
useExisting: IDHeaderIneraAdminComponent,
|
|
252
264
|
},
|
|
253
|
-
], queries: [{ propertyName: "avatar", first: true, predicate: IDHeaderIneraAdminAvatarComponent, descendants: true }, { propertyName: "nav", first: true, predicate: IDHeaderIneraAdminNavComponent, descendants: true }, { propertyName: "brandLink", first: true, predicate: IDHeaderIneraAdminBrandLinkDirective, descendants: true }, { propertyName: "skipToContent", first: true, predicate: IDHeaderIneraAdminSkipToContentComponent, descendants: true }, { propertyName: "items", predicate: IDHeaderIneraAdminItemComponent }], ngImport: i0, template: "<header
|
|
265
|
+
], queries: [{ propertyName: "avatar", first: true, predicate: IDHeaderIneraAdminAvatarComponent, descendants: true }, { propertyName: "nav", first: true, predicate: IDHeaderIneraAdminNavComponent, descendants: true }, { propertyName: "brandLink", first: true, predicate: IDHeaderIneraAdminBrandLinkDirective, descendants: true }, { propertyName: "skipToContent", first: true, predicate: IDHeaderIneraAdminSkipToContentComponent, descendants: true }, { propertyName: "items", predicate: IDHeaderIneraAdminItemComponent }], ngImport: i0, template: "<header\n class=\"ids-header-inera-admin\"\n [class.ids-header-inera-admin--unresponsive]=\"unresponsive\"\n>\n <ng-content select=\"id-header-inera-admin-skip-to-content\"></ng-content>\n <div class=\"ids-header-inera-admin__container\">\n <div class=\"ids-header-inera-admin__inner\">\n <div class=\"ids-header-inera-admin__main\">\n <div class=\"ids-header-inera-admin__service-wrapper\">\n <div class=\"ids-header-inera-admin__brand\">\n @if (showBrand) {\n <div\n class=\"ids-header-inera-admin__logo\"\n role=\"img\"\n [attr.aria-label]=\"srBrandLabel\"\n ></div>\n }\n <div class=\"ids-header-inera-admin__brand-inner\">\n <span class=\"ids-header-inera-admin__brand-link\">\n @if (brandLink) {\n <ng-content select=\"[idBrandIneraAdminLink]\"></ng-content>\n } @else {\n <a\n [attr.href]=\"brandHref\"\n [attr.aria-label]=\"srBrandLabel\"\n ></a>\n }\n </span>\n <h1 class=\"ids-header-inera-admin__brand-text\">{{ brandText }}</h1>\n <h2 class=\"ids-header-inera-admin__service-name\">EN TJ\u00C4NST FR\u00C5N INERA</h2>\n </div>\n </div>\n </div>\n @if (items) {\n <div class=\"ids-header-inera-admin__items\">\n <ng-content select=\"id-header-inera-admin-item\"></ng-content>\n <ng-content select=\"id-header-inera-admin-menu-mobile\"></ng-content>\n <ng-content select=\"id-header-inera-admin-avatar\"></ng-content>\n </div>\n }\n </div>\n </div>\n </div>\n @if (nav) {\n <nav\n class=\"ids-header-inera-admin-nav\"\n aria-label=\"Huvudmeny\"\n [class.ids-header-inera-admin-nav--unresponsive]=\"unresponsive\"\n [class.ids-header-inera-admin-nav--hide-on-tablet]=\"nav.hideOnTablet\"\n >\n <ng-container *ngTemplateOutlet=\"nav.template\"></ng-container>\n </nav>\n }\n</header>\n", dependencies: [{ kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] });
|
|
254
266
|
}
|
|
255
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
267
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeaderIneraAdminComponent, decorators: [{
|
|
256
268
|
type: Component,
|
|
257
269
|
args: [{ selector: "id-header-inera-admin", standalone: true, providers: [
|
|
258
270
|
{
|
|
259
271
|
provide: ID_HEADER_CONTEXT,
|
|
260
272
|
useExisting: IDHeaderIneraAdminComponent,
|
|
261
273
|
},
|
|
262
|
-
], imports: [NgTemplateOutlet], template: "<header
|
|
274
|
+
], imports: [NgTemplateOutlet], template: "<header\n class=\"ids-header-inera-admin\"\n [class.ids-header-inera-admin--unresponsive]=\"unresponsive\"\n>\n <ng-content select=\"id-header-inera-admin-skip-to-content\"></ng-content>\n <div class=\"ids-header-inera-admin__container\">\n <div class=\"ids-header-inera-admin__inner\">\n <div class=\"ids-header-inera-admin__main\">\n <div class=\"ids-header-inera-admin__service-wrapper\">\n <div class=\"ids-header-inera-admin__brand\">\n @if (showBrand) {\n <div\n class=\"ids-header-inera-admin__logo\"\n role=\"img\"\n [attr.aria-label]=\"srBrandLabel\"\n ></div>\n }\n <div class=\"ids-header-inera-admin__brand-inner\">\n <span class=\"ids-header-inera-admin__brand-link\">\n @if (brandLink) {\n <ng-content select=\"[idBrandIneraAdminLink]\"></ng-content>\n } @else {\n <a\n [attr.href]=\"brandHref\"\n [attr.aria-label]=\"srBrandLabel\"\n ></a>\n }\n </span>\n <h1 class=\"ids-header-inera-admin__brand-text\">{{ brandText }}</h1>\n <h2 class=\"ids-header-inera-admin__service-name\">EN TJ\u00C4NST FR\u00C5N INERA</h2>\n </div>\n </div>\n </div>\n @if (items) {\n <div class=\"ids-header-inera-admin__items\">\n <ng-content select=\"id-header-inera-admin-item\"></ng-content>\n <ng-content select=\"id-header-inera-admin-menu-mobile\"></ng-content>\n <ng-content select=\"id-header-inera-admin-avatar\"></ng-content>\n </div>\n }\n </div>\n </div>\n </div>\n @if (nav) {\n <nav\n class=\"ids-header-inera-admin-nav\"\n aria-label=\"Huvudmeny\"\n [class.ids-header-inera-admin-nav--unresponsive]=\"unresponsive\"\n [class.ids-header-inera-admin-nav--hide-on-tablet]=\"nav.hideOnTablet\"\n >\n <ng-container *ngTemplateOutlet=\"nav.template\"></ng-container>\n </nav>\n }\n</header>\n" }]
|
|
263
275
|
}], propDecorators: { srBrandLabel: [{
|
|
264
276
|
type: Input
|
|
265
277
|
}], brandHref: [{
|
|
@@ -300,6 +312,8 @@ class IDHeaderIneraAdminAvatarMobileComponent {
|
|
|
300
312
|
idService = inject(IDUseIdService);
|
|
301
313
|
contentId = this.idService.generateId('header-inera-admin-avatar');
|
|
302
314
|
header = inject(ID_HEADER_CONTEXT, { optional: true, host: true });
|
|
315
|
+
menuContent;
|
|
316
|
+
focusTrap = useFocusTrap(() => this.menuContent, { disabled: () => !this.expanded });
|
|
303
317
|
constructor() {
|
|
304
318
|
useEscapeKey(() => this.handleCloseEvent(), () => this.expanded);
|
|
305
319
|
}
|
|
@@ -309,6 +323,7 @@ class IDHeaderIneraAdminAvatarMobileComponent {
|
|
|
309
323
|
}
|
|
310
324
|
}
|
|
311
325
|
closeAvatar() {
|
|
326
|
+
this.focusTrap.destroy();
|
|
312
327
|
this.expanded = false;
|
|
313
328
|
this.expandedChange.emit(false);
|
|
314
329
|
this.closed.emit();
|
|
@@ -317,15 +332,20 @@ class IDHeaderIneraAdminAvatarMobileComponent {
|
|
|
317
332
|
this.expanded = !this.expanded;
|
|
318
333
|
this.expandedChange.emit(this.expanded);
|
|
319
334
|
if (this.expanded) {
|
|
335
|
+
this.focusTrap.create();
|
|
320
336
|
this.opened.emit();
|
|
321
337
|
}
|
|
322
338
|
else {
|
|
339
|
+
this.focusTrap.destroy();
|
|
323
340
|
this.closed.emit();
|
|
324
341
|
}
|
|
325
342
|
}
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
343
|
+
ngOnDestroy() {
|
|
344
|
+
this.focusTrap.destroy();
|
|
345
|
+
}
|
|
346
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeaderIneraAdminAvatarMobileComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
347
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.20", type: IDHeaderIneraAdminAvatarMobileComponent, isStandalone: true, selector: "id-header-inera-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-inera-admin-avatar-mobile" }, viewQueries: [{ propertyName: "menuContent", first: true, predicate: ["menuContent"], descendants: true }], ngImport: i0, template: `
|
|
348
|
+
<div #menuContent class="ids-header-inera-admin-avatar-mobile__menu-wrapper"
|
|
329
349
|
idClickOutside
|
|
330
350
|
(idClickOutside)="handleCloseEvent()">
|
|
331
351
|
<button
|
|
@@ -340,7 +360,7 @@ class IDHeaderIneraAdminAvatarMobileComponent {
|
|
|
340
360
|
{{username}}
|
|
341
361
|
</div>
|
|
342
362
|
</button>
|
|
343
|
-
<div
|
|
363
|
+
<div
|
|
344
364
|
class="ids-header-inera-admin-avatar-mobile__menu"
|
|
345
365
|
[attr.id]="contentId"
|
|
346
366
|
[class.ids-header-inera-admin-avatar-mobile__menu--expanded]="expanded">
|
|
@@ -354,12 +374,12 @@ class IDHeaderIneraAdminAvatarMobileComponent {
|
|
|
354
374
|
</div>
|
|
355
375
|
`, isInline: true, dependencies: [{ kind: "directive", type: IDClickOutsideDirective, selector: "[idClickOutside]", outputs: ["idClickOutside"] }] });
|
|
356
376
|
}
|
|
357
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
377
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeaderIneraAdminAvatarMobileComponent, decorators: [{
|
|
358
378
|
type: Component,
|
|
359
379
|
args: [{
|
|
360
380
|
selector: "id-header-inera-admin-avatar-mobile",
|
|
361
381
|
template: `
|
|
362
|
-
<div class="ids-header-inera-admin-avatar-mobile__menu-wrapper"
|
|
382
|
+
<div #menuContent class="ids-header-inera-admin-avatar-mobile__menu-wrapper"
|
|
363
383
|
idClickOutside
|
|
364
384
|
(idClickOutside)="handleCloseEvent()">
|
|
365
385
|
<button
|
|
@@ -374,7 +394,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
374
394
|
{{username}}
|
|
375
395
|
</div>
|
|
376
396
|
</button>
|
|
377
|
-
<div
|
|
397
|
+
<div
|
|
378
398
|
class="ids-header-inera-admin-avatar-mobile__menu"
|
|
379
399
|
[attr.id]="contentId"
|
|
380
400
|
[class.ids-header-inera-admin-avatar-mobile__menu--expanded]="expanded">
|
|
@@ -409,6 +429,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
409
429
|
type: Output
|
|
410
430
|
}], closed: [{
|
|
411
431
|
type: Output
|
|
432
|
+
}], menuContent: [{
|
|
433
|
+
type: ViewChild,
|
|
434
|
+
args: ['menuContent']
|
|
412
435
|
}] } });
|
|
413
436
|
|
|
414
437
|
class IDHeaderIneraAdminNavItemComponent {
|
|
@@ -436,19 +459,17 @@ class IDHeaderIneraAdminNavItemComponent {
|
|
|
436
459
|
}
|
|
437
460
|
}
|
|
438
461
|
expandItem() {
|
|
439
|
-
this.active = true;
|
|
440
462
|
this.expanded = true;
|
|
441
463
|
this.expandedChange.emit(true);
|
|
442
464
|
this.activeChange.emit(true);
|
|
443
465
|
}
|
|
444
466
|
closeItem() {
|
|
445
|
-
this.active = false;
|
|
446
467
|
this.expanded = false;
|
|
447
468
|
this.expandedChange.emit(false);
|
|
448
469
|
this.activeChange.emit(false);
|
|
449
470
|
}
|
|
450
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
451
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "
|
|
471
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeaderIneraAdminNavItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
472
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.20", type: IDHeaderIneraAdminNavItemComponent, isStandalone: true, selector: "id-header-inera-admin-nav-item", inputs: { label: "label", active: ["active", "active", booleanAttribute], expanded: ["expanded", "expanded", booleanAttribute] }, outputs: { activeChange: "activeChange", expandedChange: "expandedChange" }, host: { properties: { "class.ids-header-inera-admin-nav-item--unresponsive": "header?.unresponsive", "class.ids-header-inera-admin-nav-item--active": "active || expanded", "attr.aria-current": "active", "class.ids-header-inera-admin-nav-item--expanded": "expanded" }, classAttribute: "ids-header-inera-admin-nav-item" }, queries: [{ propertyName: "col1", first: true, predicate: ["col1"], descendants: true }, { propertyName: "col2", first: true, predicate: ["col2"], descendants: true }, { propertyName: "col3", first: true, predicate: ["col3"], descendants: true }, { propertyName: "col4", first: true, predicate: ["col4"], descendants: true }], ngImport: i0, template: `
|
|
452
473
|
<div
|
|
453
474
|
idClickOutside
|
|
454
475
|
(idClickOutside)="closeItem()">
|
|
@@ -485,7 +506,7 @@ class IDHeaderIneraAdminNavItemComponent {
|
|
|
485
506
|
</div>
|
|
486
507
|
</div>`, isInline: true, dependencies: [{ kind: "directive", type: IDClickOutsideDirective, selector: "[idClickOutside]", outputs: ["idClickOutside"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] });
|
|
487
508
|
}
|
|
488
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
509
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeaderIneraAdminNavItemComponent, decorators: [{
|
|
489
510
|
type: Component,
|
|
490
511
|
args: [{
|
|
491
512
|
selector: "id-header-inera-admin-nav-item",
|
|
@@ -530,7 +551,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
530
551
|
host: {
|
|
531
552
|
class: 'ids-header-inera-admin-nav-item',
|
|
532
553
|
'[class.ids-header-inera-admin-nav-item--unresponsive]': 'header?.unresponsive',
|
|
533
|
-
'[class.ids-header-inera-admin-nav-item--active]': 'active',
|
|
554
|
+
'[class.ids-header-inera-admin-nav-item--active]': 'active || expanded',
|
|
534
555
|
'[attr.aria-current]': 'active',
|
|
535
556
|
'[class.ids-header-inera-admin-nav-item--expanded]': 'expanded'
|
|
536
557
|
}
|
|
@@ -567,8 +588,8 @@ class IDHeaderIneraAdminMenuMobileComponent {
|
|
|
567
588
|
toggleExpansion() {
|
|
568
589
|
this.expanded = !this.expanded;
|
|
569
590
|
}
|
|
570
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
571
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "
|
|
591
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeaderIneraAdminMenuMobileComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
592
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.20", type: IDHeaderIneraAdminMenuMobileComponent, isStandalone: true, selector: "id-header-inera-admin-menu-mobile", inputs: { expanded: ["expanded", "expanded", booleanAttribute] }, host: { classAttribute: "ids-header-inera-admin__mobile-menu" }, ngImport: i0, template: `
|
|
572
593
|
<div
|
|
573
594
|
class="ids-header-inera-admin-menu-mobile"
|
|
574
595
|
[class.ids-header-inera-admin-menu-mobile--unresponsive]="header?.unresponsive"
|
|
@@ -592,7 +613,7 @@ class IDHeaderIneraAdminMenuMobileComponent {
|
|
|
592
613
|
</div>
|
|
593
614
|
`, isInline: true });
|
|
594
615
|
}
|
|
595
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
616
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeaderIneraAdminMenuMobileComponent, decorators: [{
|
|
596
617
|
type: Component,
|
|
597
618
|
args: [{
|
|
598
619
|
selector: 'id-header-inera-admin-menu-mobile',
|
|
@@ -630,10 +651,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
630
651
|
}] } });
|
|
631
652
|
|
|
632
653
|
class IDHeaderIneraAdminNavItemMenuLinkComponent {
|
|
633
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
634
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
654
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeaderIneraAdminNavItemMenuLinkComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
655
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: IDHeaderIneraAdminNavItemMenuLinkComponent, isStandalone: true, selector: "id-header-inera-admin-nav-item-menu-link", host: { classAttribute: "ids-header-inera-admin-nav__menu-item-wrapper" }, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true });
|
|
635
656
|
}
|
|
636
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
657
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeaderIneraAdminNavItemMenuLinkComponent, decorators: [{
|
|
637
658
|
type: Component,
|
|
638
659
|
args: [{
|
|
639
660
|
selector: "id-header-inera-admin-nav-item-menu-link",
|
|
@@ -648,8 +669,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
648
669
|
class IDHeaderIneraAdminNavItemMobileComponent {
|
|
649
670
|
icon;
|
|
650
671
|
header = inject(ID_HEADER_CONTEXT, { optional: true, host: true });
|
|
651
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
652
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
672
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeaderIneraAdminNavItemMobileComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
673
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: IDHeaderIneraAdminNavItemMobileComponent, isStandalone: true, selector: "id-header-inera-admin-nav-item-mobile", inputs: { icon: "icon" }, host: { properties: { "class.ids-header-inera-admin-nav-item-mobile--unresponsive": "header?.unresponsive" }, classAttribute: "ids-header-inera-admin-nav-item-mobile" }, ngImport: i0, template: `
|
|
653
674
|
<span class="ids-header-inera-admin-nav-item-mobile__icon">
|
|
654
675
|
<span class="ids-icon-{{icon}}"></span>
|
|
655
676
|
<ng-content select="[idNavItemMobileIcon]"></ng-content>
|
|
@@ -657,7 +678,7 @@ class IDHeaderIneraAdminNavItemMobileComponent {
|
|
|
657
678
|
<ng-content></ng-content>
|
|
658
679
|
`, isInline: true });
|
|
659
680
|
}
|
|
660
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
681
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeaderIneraAdminNavItemMobileComponent, decorators: [{
|
|
661
682
|
type: Component,
|
|
662
683
|
args: [{
|
|
663
684
|
selector: "id-header-inera-admin-nav-item-mobile",
|
|
@@ -679,8 +700,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
679
700
|
}] } });
|
|
680
701
|
|
|
681
702
|
class IDHeaderIneraAdminModule {
|
|
682
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
683
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
703
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeaderIneraAdminModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
704
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.20", ngImport: i0, type: IDHeaderIneraAdminModule, imports: [IDHeaderIneraAdminComponent,
|
|
684
705
|
IDHeaderIneraAdminAvatarComponent,
|
|
685
706
|
IDHeaderIneraAdminAvatarMobileComponent,
|
|
686
707
|
IDHeaderIneraAdminItemComponent,
|
|
@@ -701,9 +722,9 @@ class IDHeaderIneraAdminModule {
|
|
|
701
722
|
IDHeaderIneraAdminSkipToContentComponent,
|
|
702
723
|
IDHeaderIneraAdminNavItemMenuLinkComponent,
|
|
703
724
|
IDHeaderIneraAdminBrandLinkDirective] });
|
|
704
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
725
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeaderIneraAdminModule });
|
|
705
726
|
}
|
|
706
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
727
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeaderIneraAdminModule, decorators: [{
|
|
707
728
|
type: NgModule,
|
|
708
729
|
args: [{
|
|
709
730
|
imports: [
|