@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
package/esm2022/components/header-1177-pro/region-picker/header-1177-pro-region-picker.component.mjs
DELETED
|
@@ -1,85 +0,0 @@
|
|
|
1
|
-
import { Component, ContentChild, EventEmitter, Input, Output, TemplateRef, ViewChild, booleanAttribute } from "@angular/core";
|
|
2
|
-
import { IDRegionIconComponent } from "@inera/ids-angular/components/region-icon";
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export class IDHeader1177ProRegionPickerComponent {
|
|
5
|
-
text = "Välj region";
|
|
6
|
-
expanded = false;
|
|
7
|
-
regionSelected = false;
|
|
8
|
-
expandedChange = new EventEmitter();
|
|
9
|
-
opened = new EventEmitter();
|
|
10
|
-
closed = new EventEmitter();
|
|
11
|
-
regionIcon;
|
|
12
|
-
template;
|
|
13
|
-
toggleRegion() {
|
|
14
|
-
this.expanded = !this.expanded;
|
|
15
|
-
this.expandedChange.emit(this.expanded);
|
|
16
|
-
if (this.expanded) {
|
|
17
|
-
this.opened.emit();
|
|
18
|
-
}
|
|
19
|
-
else {
|
|
20
|
-
this.closed.emit();
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeader1177ProRegionPickerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
24
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.2.14", type: IDHeader1177ProRegionPickerComponent, isStandalone: true, selector: "id-header-1177-pro-region-picker", inputs: { text: "text", expanded: ["expanded", "expanded", booleanAttribute], regionSelected: ["regionSelected", "regionSelected", booleanAttribute] }, outputs: { expandedChange: "expandedChange", opened: "opened", closed: "closed" }, host: { classAttribute: "ids-header-1177__region-picker" }, queries: [{ propertyName: "regionIcon", first: true, predicate: IDRegionIconComponent, descendants: true }], viewQueries: [{ propertyName: "template", first: true, predicate: TemplateRef, descendants: true }], ngImport: i0, template: `
|
|
25
|
-
<div class="ids-header-1177-pro-region-picker"
|
|
26
|
-
[class.ids-header-1177-pro-region-picker--selected-region]="regionIcon || regionSelected">
|
|
27
|
-
<div class="ids-header-1177-pro-region-picker__region-icon">
|
|
28
|
-
<ng-content></ng-content>
|
|
29
|
-
</div>
|
|
30
|
-
<div class="ids-header-1177-pro-region-picker__selector">
|
|
31
|
-
<button
|
|
32
|
-
(click)="toggleRegion()"
|
|
33
|
-
class="ids-header-1177-pro-region-picker__button"
|
|
34
|
-
[class.ids-header-1177-pro-region-picker__button--expanded]="expanded">
|
|
35
|
-
{{text}}
|
|
36
|
-
</button>
|
|
37
|
-
</div>
|
|
38
|
-
</div>`, isInline: true });
|
|
39
|
-
}
|
|
40
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeader1177ProRegionPickerComponent, decorators: [{
|
|
41
|
-
type: Component,
|
|
42
|
-
args: [{
|
|
43
|
-
selector: "id-header-1177-pro-region-picker",
|
|
44
|
-
template: `
|
|
45
|
-
<div class="ids-header-1177-pro-region-picker"
|
|
46
|
-
[class.ids-header-1177-pro-region-picker--selected-region]="regionIcon || regionSelected">
|
|
47
|
-
<div class="ids-header-1177-pro-region-picker__region-icon">
|
|
48
|
-
<ng-content></ng-content>
|
|
49
|
-
</div>
|
|
50
|
-
<div class="ids-header-1177-pro-region-picker__selector">
|
|
51
|
-
<button
|
|
52
|
-
(click)="toggleRegion()"
|
|
53
|
-
class="ids-header-1177-pro-region-picker__button"
|
|
54
|
-
[class.ids-header-1177-pro-region-picker__button--expanded]="expanded">
|
|
55
|
-
{{text}}
|
|
56
|
-
</button>
|
|
57
|
-
</div>
|
|
58
|
-
</div>`,
|
|
59
|
-
standalone: true,
|
|
60
|
-
host: {
|
|
61
|
-
class: 'ids-header-1177__region-picker'
|
|
62
|
-
}
|
|
63
|
-
}]
|
|
64
|
-
}], propDecorators: { text: [{
|
|
65
|
-
type: Input
|
|
66
|
-
}], expanded: [{
|
|
67
|
-
type: Input,
|
|
68
|
-
args: [{ transform: booleanAttribute }]
|
|
69
|
-
}], regionSelected: [{
|
|
70
|
-
type: Input,
|
|
71
|
-
args: [{ transform: booleanAttribute }]
|
|
72
|
-
}], expandedChange: [{
|
|
73
|
-
type: Output
|
|
74
|
-
}], opened: [{
|
|
75
|
-
type: Output
|
|
76
|
-
}], closed: [{
|
|
77
|
-
type: Output
|
|
78
|
-
}], regionIcon: [{
|
|
79
|
-
type: ContentChild,
|
|
80
|
-
args: [IDRegionIconComponent]
|
|
81
|
-
}], template: [{
|
|
82
|
-
type: ViewChild,
|
|
83
|
-
args: [TemplateRef]
|
|
84
|
-
}] } });
|
|
85
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGVhZGVyLTExNzctcHJvLXJlZ2lvbi1waWNrZXIuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaWRzLWFuZ3VsYXIvY29tcG9uZW50cy9oZWFkZXItMTE3Ny1wcm8vcmVnaW9uLXBpY2tlci9oZWFkZXItMTE3Ny1wcm8tcmVnaW9uLXBpY2tlci5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxZQUFZLEVBQUUsWUFBWSxFQUFFLEtBQUssRUFBRSxNQUFNLEVBQUUsV0FBVyxFQUFFLFNBQVMsRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUMvSCxPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSwyQ0FBMkMsQ0FBQzs7QUF3QmxGLE1BQU0sT0FBTyxvQ0FBb0M7SUFDdEMsSUFBSSxHQUFXLGFBQWEsQ0FBQztJQUNFLFFBQVEsR0FBWSxLQUFLLENBQUM7SUFDMUIsY0FBYyxHQUFZLEtBQUssQ0FBQztJQUU5RCxjQUFjLEdBQTBCLElBQUksWUFBWSxFQUFFLENBQUM7SUFDM0QsTUFBTSxHQUF1QixJQUFJLFlBQVksRUFBRSxDQUFDO0lBQ2hELE1BQU0sR0FBdUIsSUFBSSxZQUFZLEVBQUUsQ0FBQztJQUcxRCxVQUFVLENBQXdCO0lBQ1YsUUFBUSxDQUFtQjtJQUVuRCxZQUFZO1FBQ1YsSUFBSSxDQUFDLFFBQVEsR0FBRyxDQUFDLElBQUksQ0FBQyxRQUFRLENBQUM7UUFDL0IsSUFBSSxDQUFDLGNBQWMsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLFFBQVEsQ0FBQyxDQUFDO1FBQ3hDLElBQUcsSUFBSSxDQUFDLFFBQVEsRUFBRSxDQUFDO1lBQ2pCLElBQUksQ0FBQyxNQUFNLENBQUMsSUFBSSxFQUFFLENBQUM7UUFDckIsQ0FBQzthQUFNLENBQUM7WUFDTixJQUFJLENBQUMsTUFBTSxDQUFDLElBQUksRUFBRSxDQUFDO1FBQ3JCLENBQUM7SUFDSCxDQUFDO3dHQXJCVSxvQ0FBb0M7NEZBQXBDLG9DQUFvQywrSEFFM0IsZ0JBQWdCLHdEQUNoQixnQkFBZ0Isb05BTXRCLHFCQUFxQiwwRkFFeEIsV0FBVyxnREEvQlo7Ozs7Ozs7Ozs7Ozs7O1dBY0Q7OzRGQU1FLG9DQUFvQztrQkF0QmhELFNBQVM7bUJBQUM7b0JBQ1QsUUFBUSxFQUFFLGtDQUFrQztvQkFDNUMsUUFBUSxFQUFFOzs7Ozs7Ozs7Ozs7OztXQWNEO29CQUNULFVBQVUsRUFBRSxJQUFJO29CQUNoQixJQUFJLEVBQUU7d0JBQ0osS0FBSyxFQUFFLGdDQUFnQztxQkFDeEM7aUJBQ0Y7OEJBRVUsSUFBSTtzQkFBWixLQUFLO2dCQUNrQyxRQUFRO3NCQUEvQyxLQUFLO3VCQUFDLEVBQUUsU0FBUyxFQUFFLGdCQUFnQixFQUFFO2dCQUNFLGNBQWM7c0JBQXJELEtBQUs7dUJBQUMsRUFBRSxTQUFTLEVBQUUsZ0JBQWdCLEVBQUU7Z0JBRTVCLGNBQWM7c0JBQXZCLE1BQU07Z0JBQ0csTUFBTTtzQkFBZixNQUFNO2dCQUNHLE1BQU07c0JBQWYsTUFBTTtnQkFHUCxVQUFVO3NCQURULFlBQVk7dUJBQUMscUJBQXFCO2dCQUVYLFFBQVE7c0JBQS9CLFNBQVM7dUJBQUMsV0FBVyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgQ29udGVudENoaWxkLCBFdmVudEVtaXR0ZXIsIElucHV0LCBPdXRwdXQsIFRlbXBsYXRlUmVmLCBWaWV3Q2hpbGQsIGJvb2xlYW5BdHRyaWJ1dGUgfSBmcm9tIFwiQGFuZ3VsYXIvY29yZVwiO1xuaW1wb3J0IHsgSURSZWdpb25JY29uQ29tcG9uZW50IH0gZnJvbSBcIkBpbmVyYS9pZHMtYW5ndWxhci9jb21wb25lbnRzL3JlZ2lvbi1pY29uXCI7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogXCJpZC1oZWFkZXItMTE3Ny1wcm8tcmVnaW9uLXBpY2tlclwiLFxuICB0ZW1wbGF0ZTogYFxuICAgIDxkaXYgY2xhc3M9XCJpZHMtaGVhZGVyLTExNzctcHJvLXJlZ2lvbi1waWNrZXJcIlxuICAgICAgW2NsYXNzLmlkcy1oZWFkZXItMTE3Ny1wcm8tcmVnaW9uLXBpY2tlci0tc2VsZWN0ZWQtcmVnaW9uXT1cInJlZ2lvbkljb24gfHwgcmVnaW9uU2VsZWN0ZWRcIj5cbiAgICAgIDxkaXYgY2xhc3M9XCJpZHMtaGVhZGVyLTExNzctcHJvLXJlZ2lvbi1waWNrZXJfX3JlZ2lvbi1pY29uXCI+XG4gICAgICAgIDxuZy1jb250ZW50PjwvbmctY29udGVudD5cbiAgICAgIDwvZGl2PlxuICAgICAgPGRpdiBjbGFzcz1cImlkcy1oZWFkZXItMTE3Ny1wcm8tcmVnaW9uLXBpY2tlcl9fc2VsZWN0b3JcIj5cbiAgICAgICAgPGJ1dHRvbiBcbiAgICAgICAgICAoY2xpY2spPVwidG9nZ2xlUmVnaW9uKClcIlxuICAgICAgICAgIGNsYXNzPVwiaWRzLWhlYWRlci0xMTc3LXByby1yZWdpb24tcGlja2VyX19idXR0b25cIlxuICAgICAgICAgIFtjbGFzcy5pZHMtaGVhZGVyLTExNzctcHJvLXJlZ2lvbi1waWNrZXJfX2J1dHRvbi0tZXhwYW5kZWRdPVwiZXhwYW5kZWRcIj5cbiAgICAgICAgICB7e3RleHR9fVxuICAgICAgICA8L2J1dHRvbj5cbiAgICAgIDwvZGl2PlxuICAgIDwvZGl2PmAsXG4gIHN0YW5kYWxvbmU6IHRydWUsXG4gIGhvc3Q6IHtcbiAgICBjbGFzczogJ2lkcy1oZWFkZXItMTE3N19fcmVnaW9uLXBpY2tlcidcbiAgfVxufSlcbmV4cG9ydCBjbGFzcyBJREhlYWRlcjExNzdQcm9SZWdpb25QaWNrZXJDb21wb25lbnQge1xuICBASW5wdXQoKSB0ZXh0OiBzdHJpbmcgPSBcIlbDpGxqIHJlZ2lvblwiO1xuICBASW5wdXQoeyB0cmFuc2Zvcm06IGJvb2xlYW5BdHRyaWJ1dGUgfSkgZXhwYW5kZWQ6IGJvb2xlYW4gPSBmYWxzZTtcbiAgQElucHV0KHsgdHJhbnNmb3JtOiBib29sZWFuQXR0cmlidXRlIH0pIHJlZ2lvblNlbGVjdGVkOiBib29sZWFuID0gZmFsc2U7XG4gIFxuICBAT3V0cHV0KCkgZXhwYW5kZWRDaGFuZ2U6IEV2ZW50RW1pdHRlcjxib29sZWFuPiA9IG5ldyBFdmVudEVtaXR0ZXIoKTtcbiAgQE91dHB1dCgpIG9wZW5lZDogRXZlbnRFbWl0dGVyPHZvaWQ+ID0gbmV3IEV2ZW50RW1pdHRlcigpO1xuICBAT3V0cHV0KCkgY2xvc2VkOiBFdmVudEVtaXR0ZXI8dm9pZD4gPSBuZXcgRXZlbnRFbWl0dGVyKCk7XG5cbiAgQENvbnRlbnRDaGlsZChJRFJlZ2lvbkljb25Db21wb25lbnQpXG4gIHJlZ2lvbkljb246IElEUmVnaW9uSWNvbkNvbXBvbmVudDtcbiAgQFZpZXdDaGlsZChUZW1wbGF0ZVJlZikgdGVtcGxhdGU6IFRlbXBsYXRlUmVmPGFueT47XG5cbiAgdG9nZ2xlUmVnaW9uKCkge1xuICAgIHRoaXMuZXhwYW5kZWQgPSAhdGhpcy5leHBhbmRlZDtcbiAgICB0aGlzLmV4cGFuZGVkQ2hhbmdlLmVtaXQodGhpcy5leHBhbmRlZCk7XG4gICAgaWYodGhpcy5leHBhbmRlZCkge1xuICAgICAgdGhpcy5vcGVuZWQuZW1pdCgpO1xuICAgIH0gZWxzZSB7XG4gICAgICB0aGlzLmNsb3NlZC5lbWl0KCk7XG4gICAgfVxuICB9XG59XG4iXX0=
|
|
@@ -1,76 +0,0 @@
|
|
|
1
|
-
import { Component, ContentChild, EventEmitter, Input, Output, booleanAttribute } from "@angular/core";
|
|
2
|
-
import { IDRegionIconComponent } from "@inera/ids-angular/components/region-icon";
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export class IDHeader1177ProRegionPickerMobileComponent {
|
|
5
|
-
text = "Välj region";
|
|
6
|
-
expanded = false;
|
|
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
|
-
}
|
|
22
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeader1177ProRegionPickerMobileComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
23
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.2.14", type: IDHeader1177ProRegionPickerMobileComponent, isStandalone: true, selector: "id-header-1177-pro-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-pro-region-picker-mobile"
|
|
25
|
-
[class.ids-header-1177-pro-region-picker-mobile--selected-region]="regionIcon || regionSelected">
|
|
26
|
-
<button
|
|
27
|
-
(click)="toggleExpansion()"
|
|
28
|
-
class="ids-header-1177-pro-region-picker-mobile__button"
|
|
29
|
-
[class.ids-header-1177-pro-region-picker-mobile__button--expanded]="expanded"
|
|
30
|
-
[attr.aria-label]="text">
|
|
31
|
-
<div class="ids-header-1177-pro-region-picker-mobile__region-icon">
|
|
32
|
-
<ng-content></ng-content>
|
|
33
|
-
</div>
|
|
34
|
-
<span class="ids-header-1177-pro-region-picker-mobile__button-text"> {{text}}</span>
|
|
35
|
-
</button>
|
|
36
|
-
</div>`, isInline: true });
|
|
37
|
-
}
|
|
38
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeader1177ProRegionPickerMobileComponent, decorators: [{
|
|
39
|
-
type: Component,
|
|
40
|
-
args: [{
|
|
41
|
-
selector: "id-header-1177-pro-region-picker-mobile",
|
|
42
|
-
template: `
|
|
43
|
-
<div class="ids-header-1177-pro-region-picker-mobile"
|
|
44
|
-
[class.ids-header-1177-pro-region-picker-mobile--selected-region]="regionIcon || regionSelected">
|
|
45
|
-
<button
|
|
46
|
-
(click)="toggleExpansion()"
|
|
47
|
-
class="ids-header-1177-pro-region-picker-mobile__button"
|
|
48
|
-
[class.ids-header-1177-pro-region-picker-mobile__button--expanded]="expanded"
|
|
49
|
-
[attr.aria-label]="text">
|
|
50
|
-
<div class="ids-header-1177-pro-region-picker-mobile__region-icon">
|
|
51
|
-
<ng-content></ng-content>
|
|
52
|
-
</div>
|
|
53
|
-
<span class="ids-header-1177-pro-region-picker-mobile__button-text"> {{text}}</span>
|
|
54
|
-
</button>
|
|
55
|
-
</div>`,
|
|
56
|
-
standalone: true
|
|
57
|
-
}]
|
|
58
|
-
}], propDecorators: { text: [{
|
|
59
|
-
type: Input
|
|
60
|
-
}], expanded: [{
|
|
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: [{
|
|
74
|
-
type: Output
|
|
75
|
-
}] } });
|
|
76
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGVhZGVyLTExNzctcHJvLXJlZ2lvbi1waWNrZXItbW9iaWxlLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2NvbXBvbmVudHMvaGVhZGVyLTExNzctcHJvL3JlZ2lvbi1waWNrZXItbW9iaWxlL2hlYWRlci0xMTc3LXByby1yZWdpb24tcGlja2VyLW1vYmlsZS5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxZQUFZLEVBQUUsWUFBWSxFQUFFLEtBQUssRUFBRSxNQUFNLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDdkcsT0FBTyxFQUFFLHFCQUFxQixFQUFFLE1BQU0sMkNBQTJDLENBQUM7O0FBb0JsRixNQUFNLE9BQU8sMENBQTBDO0lBQzVDLElBQUksR0FBVyxhQUFhLENBQUM7SUFDRSxRQUFRLEdBQVksS0FBSyxDQUFDO0lBQzFCLGNBQWMsR0FBWSxLQUFLLENBQUM7SUFHeEUsVUFBVSxDQUF3QjtJQUV4QixjQUFjLEdBQTBCLElBQUksWUFBWSxFQUFFLENBQUM7SUFDM0QsTUFBTSxHQUF1QixJQUFJLFlBQVksRUFBRSxDQUFDO0lBQ2hELE1BQU0sR0FBdUIsSUFBSSxZQUFZLEVBQUUsQ0FBQztJQUUxRCxlQUFlO1FBQ2IsSUFBSSxDQUFDLFFBQVEsR0FBRyxDQUFDLElBQUksQ0FBQyxRQUFRLENBQUM7UUFDL0IsSUFBSSxDQUFDLGNBQWMsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLFFBQVEsQ0FBQyxDQUFDO1FBQ3hDLElBQUcsSUFBSSxDQUFDLFFBQVEsRUFBRSxDQUFDO1lBQ2pCLElBQUksQ0FBQyxNQUFNLENBQUMsSUFBSSxFQUFFLENBQUM7UUFDckIsQ0FBQzthQUFNLENBQUM7WUFDTixJQUFJLENBQUMsTUFBTSxDQUFDLElBQUksRUFBRSxDQUFDO1FBQ3JCLENBQUM7SUFDSCxDQUFDO3dHQXBCVSwwQ0FBMEM7NEZBQTFDLDBDQUEwQyxzSUFFakMsZ0JBQWdCLHdEQUNoQixnQkFBZ0Isd0pBRXRCLHFCQUFxQixnREFyQnpCOzs7Ozs7Ozs7Ozs7O1NBYUg7OzRGQUdJLDBDQUEwQztrQkFsQnRELFNBQVM7bUJBQUM7b0JBQ1QsUUFBUSxFQUFFLHlDQUF5QztvQkFDbkQsUUFBUSxFQUFFOzs7Ozs7Ozs7Ozs7O1NBYUg7b0JBQ1AsVUFBVSxFQUFFLElBQUk7aUJBQ2pCOzhCQUVVLElBQUk7c0JBQVosS0FBSztnQkFDa0MsUUFBUTtzQkFBL0MsS0FBSzt1QkFBQyxFQUFFLFNBQVMsRUFBRSxnQkFBZ0IsRUFBRTtnQkFDRSxjQUFjO3NCQUFyRCxLQUFLO3VCQUFDLEVBQUUsU0FBUyxFQUFFLGdCQUFnQixFQUFFO2dCQUd0QyxVQUFVO3NCQURULFlBQVk7dUJBQUMscUJBQXFCO2dCQUd6QixjQUFjO3NCQUF2QixNQUFNO2dCQUNHLE1BQU07c0JBQWYsTUFBTTtnQkFDRyxNQUFNO3NCQUFmLE1BQU0iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIENvbnRlbnRDaGlsZCwgRXZlbnRFbWl0dGVyLCBJbnB1dCwgT3V0cHV0LCBib29sZWFuQXR0cmlidXRlIH0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcbmltcG9ydCB7IElEUmVnaW9uSWNvbkNvbXBvbmVudCB9IGZyb20gXCJAaW5lcmEvaWRzLWFuZ3VsYXIvY29tcG9uZW50cy9yZWdpb24taWNvblwiO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6IFwiaWQtaGVhZGVyLTExNzctcHJvLXJlZ2lvbi1waWNrZXItbW9iaWxlXCIsXG4gIHRlbXBsYXRlOiBgXG4gIDxkaXYgY2xhc3M9XCJpZHMtaGVhZGVyLTExNzctcHJvLXJlZ2lvbi1waWNrZXItbW9iaWxlXCJcbiAgICBbY2xhc3MuaWRzLWhlYWRlci0xMTc3LXByby1yZWdpb24tcGlja2VyLW1vYmlsZS0tc2VsZWN0ZWQtcmVnaW9uXT1cInJlZ2lvbkljb24gfHwgcmVnaW9uU2VsZWN0ZWRcIj5cbiAgICA8YnV0dG9uIFxuICAgICAgKGNsaWNrKT1cInRvZ2dsZUV4cGFuc2lvbigpXCJcbiAgICAgIGNsYXNzPVwiaWRzLWhlYWRlci0xMTc3LXByby1yZWdpb24tcGlja2VyLW1vYmlsZV9fYnV0dG9uXCJcbiAgICAgIFtjbGFzcy5pZHMtaGVhZGVyLTExNzctcHJvLXJlZ2lvbi1waWNrZXItbW9iaWxlX19idXR0b24tLWV4cGFuZGVkXT1cImV4cGFuZGVkXCJcbiAgICAgIFthdHRyLmFyaWEtbGFiZWxdPVwidGV4dFwiPlxuICAgICAgPGRpdiBjbGFzcz1cImlkcy1oZWFkZXItMTE3Ny1wcm8tcmVnaW9uLXBpY2tlci1tb2JpbGVfX3JlZ2lvbi1pY29uXCI+XG4gICAgICAgIDxuZy1jb250ZW50PjwvbmctY29udGVudD5cbiAgICAgIDwvZGl2PlxuICAgICAgPHNwYW4gY2xhc3M9XCJpZHMtaGVhZGVyLTExNzctcHJvLXJlZ2lvbi1waWNrZXItbW9iaWxlX19idXR0b24tdGV4dFwiPiB7e3RleHR9fTwvc3Bhbj5cbiAgICA8L2J1dHRvbj5cbiAgPC9kaXY+YCxcbiAgc3RhbmRhbG9uZTogdHJ1ZVxufSlcbmV4cG9ydCBjbGFzcyBJREhlYWRlcjExNzdQcm9SZWdpb25QaWNrZXJNb2JpbGVDb21wb25lbnQge1xuICBASW5wdXQoKSB0ZXh0OiBzdHJpbmcgPSBcIlbDpGxqIHJlZ2lvblwiO1xuICBASW5wdXQoeyB0cmFuc2Zvcm06IGJvb2xlYW5BdHRyaWJ1dGUgfSkgZXhwYW5kZWQ6IGJvb2xlYW4gPSBmYWxzZTtcbiAgQElucHV0KHsgdHJhbnNmb3JtOiBib29sZWFuQXR0cmlidXRlIH0pIHJlZ2lvblNlbGVjdGVkOiBib29sZWFuID0gZmFsc2U7XG5cbiAgQENvbnRlbnRDaGlsZChJRFJlZ2lvbkljb25Db21wb25lbnQpXG4gIHJlZ2lvbkljb246IElEUmVnaW9uSWNvbkNvbXBvbmVudDtcblxuICBAT3V0cHV0KCkgZXhwYW5kZWRDaGFuZ2U6IEV2ZW50RW1pdHRlcjxib29sZWFuPiA9IG5ldyBFdmVudEVtaXR0ZXIoKTtcbiAgQE91dHB1dCgpIG9wZW5lZDogRXZlbnRFbWl0dGVyPHZvaWQ+ID0gbmV3IEV2ZW50RW1pdHRlcigpO1xuICBAT3V0cHV0KCkgY2xvc2VkOiBFdmVudEVtaXR0ZXI8dm9pZD4gPSBuZXcgRXZlbnRFbWl0dGVyKCk7XG5cbiAgdG9nZ2xlRXhwYW5zaW9uKCkge1xuICAgIHRoaXMuZXhwYW5kZWQgPSAhdGhpcy5leHBhbmRlZDtcbiAgICB0aGlzLmV4cGFuZGVkQ2hhbmdlLmVtaXQodGhpcy5leHBhbmRlZCk7XG4gICAgaWYodGhpcy5leHBhbmRlZCkge1xuICAgICAgdGhpcy5vcGVuZWQuZW1pdCgpO1xuICAgIH0gZWxzZSB7XG4gICAgICB0aGlzLmNsb3NlZC5lbWl0KCk7XG4gICAgfVxuICB9XG59XG4iXX0=
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { Component } from "@angular/core";
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export class IDHeader1177ProSkipToContent {
|
|
4
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeader1177ProSkipToContent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
5
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDHeader1177ProSkipToContent, isStandalone: true, selector: "id-header-1177-pro-skip-to-content", host: { classAttribute: "ids-header-1177-pro__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: IDHeader1177ProSkipToContent, decorators: [{
|
|
8
|
-
type: Component,
|
|
9
|
-
args: [{
|
|
10
|
-
selector: "id-header-1177-pro-skip-to-content",
|
|
11
|
-
template: `<ng-content></ng-content>`,
|
|
12
|
-
standalone: true,
|
|
13
|
-
host: {
|
|
14
|
-
class: 'ids-header-1177-pro__skip-to-content'
|
|
15
|
-
}
|
|
16
|
-
}]
|
|
17
|
-
}] });
|
|
18
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGVhZGVyLTExNzctcHJvLXNraXAtdG8tY29udGVudC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9jb21wb25lbnRzL2hlYWRlci0xMTc3LXByby9za2lwLXRvLWNvbnRlbnQvaGVhZGVyLTExNzctcHJvLXNraXAtdG8tY29udGVudC5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFVMUMsTUFBTSxPQUFPLDRCQUE0Qjt3R0FBNUIsNEJBQTRCOzRGQUE1Qiw0QkFBNEIsZ0tBTjdCLDJCQUEyQjs7NEZBTTFCLDRCQUE0QjtrQkFSeEMsU0FBUzttQkFBQztvQkFDVCxRQUFRLEVBQUUsb0NBQW9DO29CQUM5QyxRQUFRLEVBQUUsMkJBQTJCO29CQUNyQyxVQUFVLEVBQUUsSUFBSTtvQkFDaEIsSUFBSSxFQUFFO3dCQUNKLEtBQUssRUFBRSxzQ0FBc0M7cUJBQzlDO2lCQUNGIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50IH0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiBcImlkLWhlYWRlci0xMTc3LXByby1za2lwLXRvLWNvbnRlbnRcIixcbiAgdGVtcGxhdGU6IGA8bmctY29udGVudD48L25nLWNvbnRlbnQ+YCxcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgaG9zdDoge1xuICAgIGNsYXNzOiAnaWRzLWhlYWRlci0xMTc3LXByb19fc2tpcC10by1jb250ZW50J1xuICB9XG59KVxuZXhwb3J0IGNsYXNzIElESGVhZGVyMTE3N1Byb1NraXBUb0NvbnRlbnQge31cbiJdfQ==
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { Directive } from "@angular/core";
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export class IDHeaderIneraBrandLinkDirective {
|
|
4
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeaderIneraBrandLinkDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
5
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: IDHeaderIneraBrandLinkDirective, isStandalone: true, selector: "a[idBrandIneraLink]", ngImport: i0 });
|
|
6
|
-
}
|
|
7
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeaderIneraBrandLinkDirective, decorators: [{
|
|
8
|
-
type: Directive,
|
|
9
|
-
args: [{
|
|
10
|
-
selector: "a[idBrandIneraLink]",
|
|
11
|
-
standalone: true,
|
|
12
|
-
}]
|
|
13
|
-
}] });
|
|
14
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGVhZGVyLWluZXJhLWJyYW5kLWxpbmsuZGlyZWN0aXZlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaWRzLWFuZ3VsYXIvY29tcG9uZW50cy9oZWFkZXItaW5lcmEvYnJhbmQtbGluay9oZWFkZXItaW5lcmEtYnJhbmQtbGluay5kaXJlY3RpdmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFNMUMsTUFBTSxPQUFPLCtCQUErQjt3R0FBL0IsK0JBQStCOzRGQUEvQiwrQkFBK0I7OzRGQUEvQiwrQkFBK0I7a0JBSjNDLFNBQVM7bUJBQUM7b0JBQ1QsUUFBUSxFQUFFLHFCQUFxQjtvQkFDL0IsVUFBVSxFQUFFLElBQUk7aUJBQ2pCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgRGlyZWN0aXZlIH0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcblxuQERpcmVjdGl2ZSh7XG4gIHNlbGVjdG9yOiBcImFbaWRCcmFuZEluZXJhTGlua11cIixcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcbn0pXG5leHBvcnQgY2xhc3MgSURIZWFkZXJJbmVyYUJyYW5kTGlua0RpcmVjdGl2ZSB7fVxuIl19
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
import { NgTemplateOutlet } from "@angular/common";
|
|
2
|
-
import { Component, ContentChild, ContentChildren, Input, booleanAttribute } from "@angular/core";
|
|
3
|
-
import { IDHeaderIneraItemComponent } from "./item/header-inera-item.component";
|
|
4
|
-
import { IDHeaderIneraNavComponent } from "./nav/header-inera-nav.component";
|
|
5
|
-
import { IDHeaderIneraSkipToContent } from "./skip-to-content/header-inera-skip-to-content.component";
|
|
6
|
-
import { ID_HEADER_CONTEXT } from "@inera/ids-angular/common";
|
|
7
|
-
import { IDHeaderIneraBrandLinkDirective } from "./brand-link/header-inera-brand-link.directive";
|
|
8
|
-
import * as i0 from "@angular/core";
|
|
9
|
-
export class IDHeaderIneraComponent {
|
|
10
|
-
unresponsive = false;
|
|
11
|
-
brandHref = "#";
|
|
12
|
-
srBrandLabel = "Logotyp";
|
|
13
|
-
items;
|
|
14
|
-
nav;
|
|
15
|
-
brandLink;
|
|
16
|
-
skipToContent;
|
|
17
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeaderIneraComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
18
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.14", type: IDHeaderIneraComponent, isStandalone: true, selector: "id-header-inera", inputs: { unresponsive: ["unresponsive", "unresponsive", booleanAttribute], brandHref: "brandHref", srBrandLabel: "srBrandLabel" }, providers: [
|
|
19
|
-
{
|
|
20
|
-
provide: ID_HEADER_CONTEXT,
|
|
21
|
-
useExisting: IDHeaderIneraComponent,
|
|
22
|
-
},
|
|
23
|
-
], queries: [{ propertyName: "nav", first: true, predicate: IDHeaderIneraNavComponent, descendants: true }, { propertyName: "brandLink", first: true, predicate: IDHeaderIneraBrandLinkDirective, descendants: true }, { propertyName: "skipToContent", first: true, predicate: IDHeaderIneraSkipToContent, descendants: true }, { propertyName: "items", predicate: IDHeaderIneraItemComponent }], ngImport: i0, template: "<header class=\"ids-header-inera\"\n [class.ids-header-inera--unresponsive]=\"unresponsive\">\n <ng-content select=\"id-header-inera-skip-to-content\"></ng-content>\n <div class=\"ids-header-inera__container\">\n <div class=\"ids-header-inera__inner\">\n <div class=\"ids-header-inera__main\">\n @if(brandLink) {\n <div class=\"ids-header-inera__logo-custom\">\n <ng-content select=\"[idBrandIneraLink]\"></ng-content>\n </div>\n } @else {\n <a class=\"ids-header-inera__logo\" [attr.href]=\"brandHref\" [attr.aria-label]=\"srBrandLabel\"> </a>\n }\n @if(items) {\n <div class=\"ids-header-inera__items\">\n <ng-content select=\"id-header-inera-item\"></ng-content>\n <ng-content select=\"id-header-inera-menu-mobile\"></ng-content>\n </div>\n }\n </div>\n </div>\n </div>\n @if(nav) {\n <nav class=\"ids-header-inera-nav\"\n [class.ids-header-inera-nav--unresponsive]=\"unresponsive\"\n [class.ids-header-inera-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"] }] });
|
|
24
|
-
}
|
|
25
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeaderIneraComponent, decorators: [{
|
|
26
|
-
type: Component,
|
|
27
|
-
args: [{ selector: "id-header-inera", standalone: true, providers: [
|
|
28
|
-
{
|
|
29
|
-
provide: ID_HEADER_CONTEXT,
|
|
30
|
-
useExisting: IDHeaderIneraComponent,
|
|
31
|
-
},
|
|
32
|
-
], imports: [NgTemplateOutlet], template: "<header class=\"ids-header-inera\"\n [class.ids-header-inera--unresponsive]=\"unresponsive\">\n <ng-content select=\"id-header-inera-skip-to-content\"></ng-content>\n <div class=\"ids-header-inera__container\">\n <div class=\"ids-header-inera__inner\">\n <div class=\"ids-header-inera__main\">\n @if(brandLink) {\n <div class=\"ids-header-inera__logo-custom\">\n <ng-content select=\"[idBrandIneraLink]\"></ng-content>\n </div>\n } @else {\n <a class=\"ids-header-inera__logo\" [attr.href]=\"brandHref\" [attr.aria-label]=\"srBrandLabel\"> </a>\n }\n @if(items) {\n <div class=\"ids-header-inera__items\">\n <ng-content select=\"id-header-inera-item\"></ng-content>\n <ng-content select=\"id-header-inera-menu-mobile\"></ng-content>\n </div>\n }\n </div>\n </div>\n </div>\n @if(nav) {\n <nav class=\"ids-header-inera-nav\"\n [class.ids-header-inera-nav--unresponsive]=\"unresponsive\"\n [class.ids-header-inera-nav--hide-on-tablet]=\"nav.hideOnTablet\">\n <ng-container *ngTemplateOutlet=\"nav.template\"></ng-container>\n </nav>\n }\n</header>" }]
|
|
33
|
-
}], propDecorators: { unresponsive: [{
|
|
34
|
-
type: Input,
|
|
35
|
-
args: [{ transform: booleanAttribute }]
|
|
36
|
-
}], brandHref: [{
|
|
37
|
-
type: Input
|
|
38
|
-
}], srBrandLabel: [{
|
|
39
|
-
type: Input
|
|
40
|
-
}], items: [{
|
|
41
|
-
type: ContentChildren,
|
|
42
|
-
args: [IDHeaderIneraItemComponent]
|
|
43
|
-
}], nav: [{
|
|
44
|
-
type: ContentChild,
|
|
45
|
-
args: [IDHeaderIneraNavComponent]
|
|
46
|
-
}], brandLink: [{
|
|
47
|
-
type: ContentChild,
|
|
48
|
-
args: [IDHeaderIneraBrandLinkDirective]
|
|
49
|
-
}], skipToContent: [{
|
|
50
|
-
type: ContentChild,
|
|
51
|
-
args: [IDHeaderIneraSkipToContent]
|
|
52
|
-
}] } });
|
|
53
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGVhZGVyLWluZXJhLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2NvbXBvbmVudHMvaGVhZGVyLWluZXJhL2hlYWRlci1pbmVyYS5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9jb21wb25lbnRzL2hlYWRlci1pbmVyYS9oZWFkZXItaW5lcmEuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDbkQsT0FBTyxFQUFFLFNBQVMsRUFBRSxZQUFZLEVBQUUsZUFBZSxFQUFFLEtBQUssRUFBYSxnQkFBZ0IsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUM3RyxPQUFPLEVBQUUsMEJBQTBCLEVBQUUsTUFBTSxvQ0FBb0MsQ0FBQztBQUNoRixPQUFPLEVBQUUseUJBQXlCLEVBQUUsTUFBTSxrQ0FBa0MsQ0FBQztBQUM3RSxPQUFPLEVBQUUsMEJBQTBCLEVBQUUsTUFBTSwwREFBMEQsQ0FBQztBQUN0RyxPQUFPLEVBQUUsaUJBQWlCLEVBQW1CLE1BQU0sMkJBQTJCLENBQUM7QUFDL0UsT0FBTyxFQUFFLCtCQUErQixFQUFFLE1BQU0sZ0RBQWdELENBQUM7O0FBY2pHLE1BQU0sT0FBTyxzQkFBc0I7SUFDTyxZQUFZLEdBQVksS0FBSyxDQUFDO0lBQzdELFNBQVMsR0FBVyxHQUFHLENBQUM7SUFDeEIsWUFBWSxHQUFXLFNBQVMsQ0FBQztJQUcxQyxLQUFLLENBQXdDO0lBRzdDLEdBQUcsQ0FBNEI7SUFHL0IsU0FBUyxDQUFrQztJQUczQyxhQUFhLENBQTZCO3dHQWYvQixzQkFBc0I7NEZBQXRCLHNCQUFzQiw0R0FDYixnQkFBZ0Isc0VBVHpCO1lBQ1Q7Z0JBQ0UsT0FBTyxFQUFFLGlCQUFpQjtnQkFDMUIsV0FBVyxFQUFFLHNCQUFzQjthQUNwQztTQUNGLDJEQVdhLHlCQUF5Qiw0RUFHekIsK0JBQStCLGdGQUcvQiwwQkFBMEIsMkRBVHZCLDBCQUEwQiw2QkN6QjdDLGtyQ0E2QlMsNENEWEcsZ0JBQWdCOzs0RkFFZixzQkFBc0I7a0JBWmxDLFNBQVM7K0JBQ0UsaUJBQWlCLGNBRWYsSUFBSSxhQUNMO3dCQUNUOzRCQUNFLE9BQU8sRUFBRSxpQkFBaUI7NEJBQzFCLFdBQVcsd0JBQXdCO3lCQUNwQztxQkFDRixXQUNRLENBQUMsZ0JBQWdCLENBQUM7OEJBR2EsWUFBWTtzQkFBbkQsS0FBSzt1QkFBQyxFQUFFLFNBQVMsRUFBRSxnQkFBZ0IsRUFBRTtnQkFDN0IsU0FBUztzQkFBakIsS0FBSztnQkFDRyxZQUFZO3NCQUFwQixLQUFLO2dCQUdOLEtBQUs7c0JBREosZUFBZTt1QkFBQywwQkFBMEI7Z0JBSTNDLEdBQUc7c0JBREYsWUFBWTt1QkFBQyx5QkFBeUI7Z0JBSXZDLFNBQVM7c0JBRFIsWUFBWTt1QkFBQywrQkFBK0I7Z0JBSTdDLGFBQWE7c0JBRFosWUFBWTt1QkFBQywwQkFBMEIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ1RlbXBsYXRlT3V0bGV0IH0gZnJvbSBcIkBhbmd1bGFyL2NvbW1vblwiO1xuaW1wb3J0IHsgQ29tcG9uZW50LCBDb250ZW50Q2hpbGQsIENvbnRlbnRDaGlsZHJlbiwgSW5wdXQsIFF1ZXJ5TGlzdCwgYm9vbGVhbkF0dHJpYnV0ZSB9IGZyb20gXCJAYW5ndWxhci9jb3JlXCI7XG5pbXBvcnQgeyBJREhlYWRlckluZXJhSXRlbUNvbXBvbmVudCB9IGZyb20gXCIuL2l0ZW0vaGVhZGVyLWluZXJhLWl0ZW0uY29tcG9uZW50XCI7XG5pbXBvcnQgeyBJREhlYWRlckluZXJhTmF2Q29tcG9uZW50IH0gZnJvbSBcIi4vbmF2L2hlYWRlci1pbmVyYS1uYXYuY29tcG9uZW50XCI7XG5pbXBvcnQgeyBJREhlYWRlckluZXJhU2tpcFRvQ29udGVudCB9IGZyb20gXCIuL3NraXAtdG8tY29udGVudC9oZWFkZXItaW5lcmEtc2tpcC10by1jb250ZW50LmNvbXBvbmVudFwiO1xuaW1wb3J0IHsgSURfSEVBREVSX0NPTlRFWFQsIElESGVhZGVyQ29udGV4dCB9IGZyb20gXCJAaW5lcmEvaWRzLWFuZ3VsYXIvY29tbW9uXCI7XG5pbXBvcnQgeyBJREhlYWRlckluZXJhQnJhbmRMaW5rRGlyZWN0aXZlIH0gZnJvbSBcIi4vYnJhbmQtbGluay9oZWFkZXItaW5lcmEtYnJhbmQtbGluay5kaXJlY3RpdmVcIjtcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiBcImlkLWhlYWRlci1pbmVyYVwiLFxuICB0ZW1wbGF0ZVVybDogXCIuL2hlYWRlci1pbmVyYS5jb21wb25lbnQuaHRtbFwiLFxuICBzdGFuZGFsb25lOiB0cnVlLFxuICBwcm92aWRlcnM6IFtcbiAgICB7XG4gICAgICBwcm92aWRlOiBJRF9IRUFERVJfQ09OVEVYVCxcbiAgICAgIHVzZUV4aXN0aW5nOiBJREhlYWRlckluZXJhQ29tcG9uZW50LFxuICAgIH0sXG4gIF0sXG4gIGltcG9ydHM6IFtOZ1RlbXBsYXRlT3V0bGV0XVxufSlcbmV4cG9ydCBjbGFzcyBJREhlYWRlckluZXJhQ29tcG9uZW50IGltcGxlbWVudHMgSURIZWFkZXJDb250ZXh0IHtcbiAgQElucHV0KHsgdHJhbnNmb3JtOiBib29sZWFuQXR0cmlidXRlIH0pIHVucmVzcG9uc2l2ZTogYm9vbGVhbiA9IGZhbHNlO1xuICBASW5wdXQoKSBicmFuZEhyZWY6IHN0cmluZyA9IFwiI1wiO1xuICBASW5wdXQoKSBzckJyYW5kTGFiZWw6IHN0cmluZyA9IFwiTG9nb3R5cFwiO1xuXG4gIEBDb250ZW50Q2hpbGRyZW4oSURIZWFkZXJJbmVyYUl0ZW1Db21wb25lbnQpXG4gIGl0ZW1zOiBRdWVyeUxpc3Q8SURIZWFkZXJJbmVyYUl0ZW1Db21wb25lbnQ+O1xuXG4gIEBDb250ZW50Q2hpbGQoSURIZWFkZXJJbmVyYU5hdkNvbXBvbmVudClcbiAgbmF2OiBJREhlYWRlckluZXJhTmF2Q29tcG9uZW50O1xuXG4gIEBDb250ZW50Q2hpbGQoSURIZWFkZXJJbmVyYUJyYW5kTGlua0RpcmVjdGl2ZSlcbiAgYnJhbmRMaW5rOiBJREhlYWRlckluZXJhQnJhbmRMaW5rRGlyZWN0aXZlO1xuXG4gIEBDb250ZW50Q2hpbGQoSURIZWFkZXJJbmVyYVNraXBUb0NvbnRlbnQpXG4gIHNraXBUb0NvbnRlbnQ6IElESGVhZGVySW5lcmFTa2lwVG9Db250ZW50O1xuXG59XG4iLCI8aGVhZGVyIGNsYXNzPVwiaWRzLWhlYWRlci1pbmVyYVwiXG4gW2NsYXNzLmlkcy1oZWFkZXItaW5lcmEtLXVucmVzcG9uc2l2ZV09XCJ1bnJlc3BvbnNpdmVcIj5cbiAgPG5nLWNvbnRlbnQgc2VsZWN0PVwiaWQtaGVhZGVyLWluZXJhLXNraXAtdG8tY29udGVudFwiPjwvbmctY29udGVudD5cbiAgPGRpdiBjbGFzcz1cImlkcy1oZWFkZXItaW5lcmFfX2NvbnRhaW5lclwiPlxuICAgIDxkaXYgY2xhc3M9XCJpZHMtaGVhZGVyLWluZXJhX19pbm5lclwiPlxuICAgICAgPGRpdiBjbGFzcz1cImlkcy1oZWFkZXItaW5lcmFfX21haW5cIj5cbiAgICAgICAgQGlmKGJyYW5kTGluaykge1xuICAgICAgICAgIDxkaXYgY2xhc3M9XCJpZHMtaGVhZGVyLWluZXJhX19sb2dvLWN1c3RvbVwiPlxuICAgICAgICAgICAgPG5nLWNvbnRlbnQgc2VsZWN0PVwiW2lkQnJhbmRJbmVyYUxpbmtdXCI+PC9uZy1jb250ZW50PlxuICAgICAgICAgIDwvZGl2PlxuICAgICAgICB9IEBlbHNlIHtcbiAgICAgICAgICA8YSBjbGFzcz1cImlkcy1oZWFkZXItaW5lcmFfX2xvZ29cIiBbYXR0ci5ocmVmXT1cImJyYW5kSHJlZlwiIFthdHRyLmFyaWEtbGFiZWxdPVwic3JCcmFuZExhYmVsXCI+IDwvYT5cbiAgICAgICAgfVxuICAgICAgICBAaWYoaXRlbXMpIHtcbiAgICAgICAgICA8ZGl2IGNsYXNzPVwiaWRzLWhlYWRlci1pbmVyYV9faXRlbXNcIj5cbiAgICAgICAgICAgIDxuZy1jb250ZW50IHNlbGVjdD1cImlkLWhlYWRlci1pbmVyYS1pdGVtXCI+PC9uZy1jb250ZW50PlxuICAgICAgICAgICAgPG5nLWNvbnRlbnQgc2VsZWN0PVwiaWQtaGVhZGVyLWluZXJhLW1lbnUtbW9iaWxlXCI+PC9uZy1jb250ZW50PlxuICAgICAgICAgIDwvZGl2PlxuICAgICAgICB9XG4gICAgICA8L2Rpdj5cbiAgICA8L2Rpdj5cbiAgPC9kaXY+XG4gIEBpZihuYXYpIHtcbiAgICA8bmF2IGNsYXNzPVwiaWRzLWhlYWRlci1pbmVyYS1uYXZcIlxuICAgICAgW2NsYXNzLmlkcy1oZWFkZXItaW5lcmEtbmF2LS11bnJlc3BvbnNpdmVdPVwidW5yZXNwb25zaXZlXCJcbiAgICAgIFtjbGFzcy5pZHMtaGVhZGVyLWluZXJhLW5hdi0taGlkZS1vbi10YWJsZXRdPVwibmF2LmhpZGVPblRhYmxldFwiPlxuICAgICAgPG5nLWNvbnRhaW5lciAqbmdUZW1wbGF0ZU91dGxldD1cIm5hdi50ZW1wbGF0ZVwiPjwvbmctY29udGFpbmVyPlxuICAgIDwvbmF2PlxuICB9XG48L2hlYWRlcj4iXX0=
|
|
@@ -1,55 +0,0 @@
|
|
|
1
|
-
import { NgModule } from "@angular/core";
|
|
2
|
-
import { IDHeaderIneraComponent } from "./header-inera.component";
|
|
3
|
-
import { IDHeaderIneraItemComponent } from "./item/header-inera-item.component";
|
|
4
|
-
import { IDHeaderIneraNavComponent } from "./nav/header-inera-nav.component";
|
|
5
|
-
import { IDHeaderIneraNavItemComponent } from "./nav-item/header-inera-nav-item.component";
|
|
6
|
-
import { IDHeaderIneraMenuMobileComponent } from "./menu-mobile/header-inera-menu-mobile.component";
|
|
7
|
-
import { IDHeaderIneraSkipToContent } from "./skip-to-content/header-inera-skip-to-content.component";
|
|
8
|
-
import { IDHeaderIneraNavItemMenuLinkComponent } from "./nav-item-menu-link/header-inera-nav-item-menu-link.component";
|
|
9
|
-
import { IDHeaderIneraBrandLinkDirective } from "./brand-link/header-inera-brand-link.directive";
|
|
10
|
-
import * as i0 from "@angular/core";
|
|
11
|
-
export class IDHeaderIneraModule {
|
|
12
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeaderIneraModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
13
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: IDHeaderIneraModule, imports: [IDHeaderIneraComponent,
|
|
14
|
-
IDHeaderIneraItemComponent,
|
|
15
|
-
IDHeaderIneraNavComponent,
|
|
16
|
-
IDHeaderIneraNavItemComponent,
|
|
17
|
-
IDHeaderIneraMenuMobileComponent,
|
|
18
|
-
IDHeaderIneraSkipToContent,
|
|
19
|
-
IDHeaderIneraNavItemMenuLinkComponent,
|
|
20
|
-
IDHeaderIneraBrandLinkDirective], exports: [IDHeaderIneraComponent,
|
|
21
|
-
IDHeaderIneraItemComponent,
|
|
22
|
-
IDHeaderIneraNavComponent,
|
|
23
|
-
IDHeaderIneraNavItemComponent,
|
|
24
|
-
IDHeaderIneraMenuMobileComponent,
|
|
25
|
-
IDHeaderIneraSkipToContent,
|
|
26
|
-
IDHeaderIneraNavItemMenuLinkComponent,
|
|
27
|
-
IDHeaderIneraBrandLinkDirective] });
|
|
28
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeaderIneraModule });
|
|
29
|
-
}
|
|
30
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeaderIneraModule, decorators: [{
|
|
31
|
-
type: NgModule,
|
|
32
|
-
args: [{
|
|
33
|
-
imports: [
|
|
34
|
-
IDHeaderIneraComponent,
|
|
35
|
-
IDHeaderIneraItemComponent,
|
|
36
|
-
IDHeaderIneraNavComponent,
|
|
37
|
-
IDHeaderIneraNavItemComponent,
|
|
38
|
-
IDHeaderIneraMenuMobileComponent,
|
|
39
|
-
IDHeaderIneraSkipToContent,
|
|
40
|
-
IDHeaderIneraNavItemMenuLinkComponent,
|
|
41
|
-
IDHeaderIneraBrandLinkDirective,
|
|
42
|
-
],
|
|
43
|
-
exports: [
|
|
44
|
-
IDHeaderIneraComponent,
|
|
45
|
-
IDHeaderIneraItemComponent,
|
|
46
|
-
IDHeaderIneraNavComponent,
|
|
47
|
-
IDHeaderIneraNavItemComponent,
|
|
48
|
-
IDHeaderIneraMenuMobileComponent,
|
|
49
|
-
IDHeaderIneraSkipToContent,
|
|
50
|
-
IDHeaderIneraNavItemMenuLinkComponent,
|
|
51
|
-
IDHeaderIneraBrandLinkDirective,
|
|
52
|
-
],
|
|
53
|
-
}]
|
|
54
|
-
}] });
|
|
55
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGVhZGVyLWluZXJhLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2NvbXBvbmVudHMvaGVhZGVyLWluZXJhL2hlYWRlci1pbmVyYS5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUV6QyxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSwwQkFBMEIsQ0FBQztBQUNsRSxPQUFPLEVBQUUsMEJBQTBCLEVBQUUsTUFBTSxvQ0FBb0MsQ0FBQztBQUNoRixPQUFPLEVBQUUseUJBQXlCLEVBQUUsTUFBTSxrQ0FBa0MsQ0FBQztBQUM3RSxPQUFPLEVBQUUsNkJBQTZCLEVBQUUsTUFBTSw0Q0FBNEMsQ0FBQztBQUMzRixPQUFPLEVBQUUsZ0NBQWdDLEVBQUUsTUFBTSxrREFBa0QsQ0FBQztBQUNwRyxPQUFPLEVBQUUsMEJBQTBCLEVBQUUsTUFBTSwwREFBMEQsQ0FBQztBQUN0RyxPQUFPLEVBQUUscUNBQXFDLEVBQUUsTUFBTSxnRUFBZ0UsQ0FBQztBQUV2SCxPQUFPLEVBQUUsK0JBQStCLEVBQUUsTUFBTSxnREFBZ0QsQ0FBQzs7QUF3QmpHLE1BQU0sT0FBTyxtQkFBbUI7d0dBQW5CLG1CQUFtQjt5R0FBbkIsbUJBQW1CLFlBcEI1QixzQkFBc0I7WUFDdEIsMEJBQTBCO1lBQzFCLHlCQUF5QjtZQUN6Qiw2QkFBNkI7WUFDN0IsZ0NBQWdDO1lBQ2hDLDBCQUEwQjtZQUMxQixxQ0FBcUM7WUFDckMsK0JBQStCLGFBRy9CLHNCQUFzQjtZQUN0QiwwQkFBMEI7WUFDMUIseUJBQXlCO1lBQ3pCLDZCQUE2QjtZQUM3QixnQ0FBZ0M7WUFDaEMsMEJBQTBCO1lBQzFCLHFDQUFxQztZQUNyQywrQkFBK0I7eUdBR3RCLG1CQUFtQjs7NEZBQW5CLG1CQUFtQjtrQkF0Qi9CLFFBQVE7bUJBQUM7b0JBQ1IsT0FBTyxFQUFFO3dCQUNQLHNCQUFzQjt3QkFDdEIsMEJBQTBCO3dCQUMxQix5QkFBeUI7d0JBQ3pCLDZCQUE2Qjt3QkFDN0IsZ0NBQWdDO3dCQUNoQywwQkFBMEI7d0JBQzFCLHFDQUFxQzt3QkFDckMsK0JBQStCO3FCQUNoQztvQkFDRCxPQUFPLEVBQUU7d0JBQ1Asc0JBQXNCO3dCQUN0QiwwQkFBMEI7d0JBQzFCLHlCQUF5Qjt3QkFDekIsNkJBQTZCO3dCQUM3QixnQ0FBZ0M7d0JBQ2hDLDBCQUEwQjt3QkFDMUIscUNBQXFDO3dCQUNyQywrQkFBK0I7cUJBQ2hDO2lCQUNGIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tIFwiQGFuZ3VsYXIvY29yZVwiO1xuXG5pbXBvcnQgeyBJREhlYWRlckluZXJhQ29tcG9uZW50IH0gZnJvbSBcIi4vaGVhZGVyLWluZXJhLmNvbXBvbmVudFwiO1xuaW1wb3J0IHsgSURIZWFkZXJJbmVyYUl0ZW1Db21wb25lbnQgfSBmcm9tIFwiLi9pdGVtL2hlYWRlci1pbmVyYS1pdGVtLmNvbXBvbmVudFwiO1xuaW1wb3J0IHsgSURIZWFkZXJJbmVyYU5hdkNvbXBvbmVudCB9IGZyb20gXCIuL25hdi9oZWFkZXItaW5lcmEtbmF2LmNvbXBvbmVudFwiO1xuaW1wb3J0IHsgSURIZWFkZXJJbmVyYU5hdkl0ZW1Db21wb25lbnQgfSBmcm9tIFwiLi9uYXYtaXRlbS9oZWFkZXItaW5lcmEtbmF2LWl0ZW0uY29tcG9uZW50XCI7XG5pbXBvcnQgeyBJREhlYWRlckluZXJhTWVudU1vYmlsZUNvbXBvbmVudCB9IGZyb20gXCIuL21lbnUtbW9iaWxlL2hlYWRlci1pbmVyYS1tZW51LW1vYmlsZS5jb21wb25lbnRcIjtcbmltcG9ydCB7IElESGVhZGVySW5lcmFTa2lwVG9Db250ZW50IH0gZnJvbSBcIi4vc2tpcC10by1jb250ZW50L2hlYWRlci1pbmVyYS1za2lwLXRvLWNvbnRlbnQuY29tcG9uZW50XCI7XG5pbXBvcnQgeyBJREhlYWRlckluZXJhTmF2SXRlbU1lbnVMaW5rQ29tcG9uZW50IH0gZnJvbSBcIi4vbmF2LWl0ZW0tbWVudS1saW5rL2hlYWRlci1pbmVyYS1uYXYtaXRlbS1tZW51LWxpbmsuY29tcG9uZW50XCI7XG5cbmltcG9ydCB7IElESGVhZGVySW5lcmFCcmFuZExpbmtEaXJlY3RpdmUgfSBmcm9tIFwiLi9icmFuZC1saW5rL2hlYWRlci1pbmVyYS1icmFuZC1saW5rLmRpcmVjdGl2ZVwiO1xuXG5ATmdNb2R1bGUoe1xuICBpbXBvcnRzOiBbXG4gICAgSURIZWFkZXJJbmVyYUNvbXBvbmVudCxcbiAgICBJREhlYWRlckluZXJhSXRlbUNvbXBvbmVudCxcbiAgICBJREhlYWRlckluZXJhTmF2Q29tcG9uZW50LFxuICAgIElESGVhZGVySW5lcmFOYXZJdGVtQ29tcG9uZW50LFxuICAgIElESGVhZGVySW5lcmFNZW51TW9iaWxlQ29tcG9uZW50LFxuICAgIElESGVhZGVySW5lcmFTa2lwVG9Db250ZW50LFxuICAgIElESGVhZGVySW5lcmFOYXZJdGVtTWVudUxpbmtDb21wb25lbnQsXG4gICAgSURIZWFkZXJJbmVyYUJyYW5kTGlua0RpcmVjdGl2ZSxcbiAgXSxcbiAgZXhwb3J0czogW1xuICAgIElESGVhZGVySW5lcmFDb21wb25lbnQsXG4gICAgSURIZWFkZXJJbmVyYUl0ZW1Db21wb25lbnQsXG4gICAgSURIZWFkZXJJbmVyYU5hdkNvbXBvbmVudCxcbiAgICBJREhlYWRlckluZXJhTmF2SXRlbUNvbXBvbmVudCxcbiAgICBJREhlYWRlckluZXJhTWVudU1vYmlsZUNvbXBvbmVudCxcbiAgICBJREhlYWRlckluZXJhU2tpcFRvQ29udGVudCxcbiAgICBJREhlYWRlckluZXJhTmF2SXRlbU1lbnVMaW5rQ29tcG9uZW50LFxuICAgIElESGVhZGVySW5lcmFCcmFuZExpbmtEaXJlY3RpdmUsXG4gIF0sXG59KVxuZXhwb3J0IGNsYXNzIElESGVhZGVySW5lcmFNb2R1bGUge30iXX0=
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated bundle index. Do not edit.
|
|
3
|
-
*/
|
|
4
|
-
export * from './public-api';
|
|
5
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5lcmEtaWRzLWFuZ3VsYXItY29tcG9uZW50cy1oZWFkZXItaW5lcmEuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9jb21wb25lbnRzL2hlYWRlci1pbmVyYS9pbmVyYS1pZHMtYW5ndWxhci1jb21wb25lbnRzLWhlYWRlci1pbmVyYS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsY0FBYyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL3B1YmxpYy1hcGknO1xuIl19
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
import { Component, Input, booleanAttribute, inject } from '@angular/core';
|
|
2
|
-
import { ID_HEADER_CONTEXT } from '@inera/ids-angular/common';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export class IDHeaderIneraItemComponent {
|
|
5
|
-
mobile = false;
|
|
6
|
-
icon;
|
|
7
|
-
header = inject(ID_HEADER_CONTEXT, { optional: true, host: true });
|
|
8
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeaderIneraItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
9
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.2.14", type: IDHeaderIneraItemComponent, isStandalone: true, selector: "id-header-inera-item", inputs: { mobile: ["mobile", "mobile", booleanAttribute], icon: "icon" }, host: { properties: { "class.ids-header-inera-item--unresponsive": "header?.unresponsive", "class.ids-header-inera-item--mobile": "mobile" }, classAttribute: "ids-header-inera-item" }, ngImport: i0, template: `
|
|
10
|
-
<div class="ids-header-inera-item__icon">
|
|
11
|
-
<ng-content name=[icon]></ng-content>
|
|
12
|
-
<span class="ids-icon-{{icon}}" aria-hidden="true"></span>
|
|
13
|
-
</div>
|
|
14
|
-
<ng-content></ng-content>`, isInline: true });
|
|
15
|
-
}
|
|
16
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeaderIneraItemComponent, decorators: [{
|
|
17
|
-
type: Component,
|
|
18
|
-
args: [{
|
|
19
|
-
selector: 'id-header-inera-item',
|
|
20
|
-
template: `
|
|
21
|
-
<div class="ids-header-inera-item__icon">
|
|
22
|
-
<ng-content name=[icon]></ng-content>
|
|
23
|
-
<span class="ids-icon-{{icon}}" aria-hidden="true"></span>
|
|
24
|
-
</div>
|
|
25
|
-
<ng-content></ng-content>`,
|
|
26
|
-
standalone: true,
|
|
27
|
-
host: {
|
|
28
|
-
class: 'ids-header-inera-item',
|
|
29
|
-
'[class.ids-header-inera-item--unresponsive]': 'header?.unresponsive',
|
|
30
|
-
'[class.ids-header-inera-item--mobile]': 'mobile'
|
|
31
|
-
}
|
|
32
|
-
}]
|
|
33
|
-
}], propDecorators: { mobile: [{
|
|
34
|
-
type: Input,
|
|
35
|
-
args: [{ transform: booleanAttribute }]
|
|
36
|
-
}], icon: [{
|
|
37
|
-
type: Input
|
|
38
|
-
}] } });
|
|
39
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGVhZGVyLWluZXJhLWl0ZW0uY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaWRzLWFuZ3VsYXIvY29tcG9uZW50cy9oZWFkZXItaW5lcmEvaXRlbS9oZWFkZXItaW5lcmEtaXRlbS5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQzNFLE9BQU8sRUFBRSxpQkFBaUIsRUFBbUIsTUFBTSwyQkFBMkIsQ0FBQzs7QUFpQi9FLE1BQU0sT0FBTywwQkFBMEI7SUFFRyxNQUFNLEdBQVksS0FBSyxDQUFDO0lBQ3ZELElBQUksQ0FBVTtJQUV2QixNQUFNLEdBQUcsTUFBTSxDQUF5QixpQkFBaUIsRUFBRSxFQUFFLFFBQVEsRUFBRSxJQUFJLEVBQUUsSUFBSSxFQUFFLElBQUksRUFBRSxDQUFDLENBQUM7d0dBTGhGLDBCQUEwQjs0RkFBMUIsMEJBQTBCLCtGQUVqQixnQkFBZ0Isb09BZjFCOzs7Ozs4QkFLa0I7OzRGQVFqQiwwQkFBMEI7a0JBZnRDLFNBQVM7bUJBQUM7b0JBQ1QsUUFBUSxFQUFFLHNCQUFzQjtvQkFDaEMsUUFBUSxFQUFFOzs7Ozs4QkFLa0I7b0JBQzVCLFVBQVUsRUFBRSxJQUFJO29CQUNoQixJQUFJLEVBQUU7d0JBQ0osS0FBSyxFQUFFLHVCQUF1Qjt3QkFDOUIsNkNBQTZDLEVBQUUsc0JBQXNCO3dCQUNyRSx1Q0FBdUMsRUFBRSxRQUFRO3FCQUNsRDtpQkFDRjs4QkFHeUMsTUFBTTtzQkFBN0MsS0FBSzt1QkFBQyxFQUFFLFNBQVMsRUFBRSxnQkFBZ0IsRUFBRTtnQkFDN0IsSUFBSTtzQkFBWixLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBJbnB1dCwgYm9vbGVhbkF0dHJpYnV0ZSwgaW5qZWN0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBJRF9IRUFERVJfQ09OVEVYVCwgSURIZWFkZXJDb250ZXh0IH0gZnJvbSAnQGluZXJhL2lkcy1hbmd1bGFyL2NvbW1vbic7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2lkLWhlYWRlci1pbmVyYS1pdGVtJyxcbiAgdGVtcGxhdGU6IGBcbiAgICA8ZGl2IGNsYXNzPVwiaWRzLWhlYWRlci1pbmVyYS1pdGVtX19pY29uXCI+XG4gICAgICAgIDxuZy1jb250ZW50IG5hbWU9W2ljb25dPjwvbmctY29udGVudD5cbiAgICAgICAgPHNwYW4gY2xhc3M9XCJpZHMtaWNvbi17e2ljb259fVwiIGFyaWEtaGlkZGVuPVwidHJ1ZVwiPjwvc3Bhbj5cbiAgICA8L2Rpdj5cbiAgICA8bmctY29udGVudD48L25nLWNvbnRlbnQ+YCxcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgaG9zdDoge1xuICAgIGNsYXNzOiAnaWRzLWhlYWRlci1pbmVyYS1pdGVtJyxcbiAgICAnW2NsYXNzLmlkcy1oZWFkZXItaW5lcmEtaXRlbS0tdW5yZXNwb25zaXZlXSc6ICdoZWFkZXI/LnVucmVzcG9uc2l2ZScsXG4gICAgJ1tjbGFzcy5pZHMtaGVhZGVyLWluZXJhLWl0ZW0tLW1vYmlsZV0nOiAnbW9iaWxlJ1xuICB9XG59KVxuZXhwb3J0IGNsYXNzIElESGVhZGVySW5lcmFJdGVtQ29tcG9uZW50IHtcblxuICBASW5wdXQoeyB0cmFuc2Zvcm06IGJvb2xlYW5BdHRyaWJ1dGUgfSkgbW9iaWxlOiBib29sZWFuID0gZmFsc2U7XG4gIEBJbnB1dCgpIGljb24/OiBzdHJpbmc7XG5cbiAgaGVhZGVyID0gaW5qZWN0PElESGVhZGVyQ29udGV4dCB8IG51bGw+KElEX0hFQURFUl9DT05URVhULCB7IG9wdGlvbmFsOiB0cnVlLCBob3N0OiB0cnVlIH0pO1xufVxuICAiXX0=
|
|
@@ -1,71 +0,0 @@
|
|
|
1
|
-
import { Component, Input, booleanAttribute, inject } from '@angular/core';
|
|
2
|
-
import { ID_HEADER_CONTEXT } from '@inera/ids-angular/common';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export class IDHeaderIneraMenuMobileComponent {
|
|
5
|
-
expanded = false;
|
|
6
|
-
header = inject(ID_HEADER_CONTEXT, { optional: true, host: true });
|
|
7
|
-
toggleExpansion() {
|
|
8
|
-
this.expanded = !this.expanded;
|
|
9
|
-
}
|
|
10
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeaderIneraMenuMobileComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
11
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.14", type: IDHeaderIneraMenuMobileComponent, isStandalone: true, selector: "id-header-inera-menu-mobile", inputs: { expanded: ["expanded", "expanded", booleanAttribute] }, host: { classAttribute: "ids-header-inera__mobile-menu" }, ngImport: i0, template: `
|
|
12
|
-
<div
|
|
13
|
-
class="ids-header-inera-menu-mobile"
|
|
14
|
-
[class.ids-header-inera-menu-mobile--unresponsive]="header?.unresponsive"
|
|
15
|
-
[class.ids-header-inera-menu-mobile--expanded]="expanded"
|
|
16
|
-
>
|
|
17
|
-
<button
|
|
18
|
-
(click)="toggleExpansion()"
|
|
19
|
-
aria-label="Meny"
|
|
20
|
-
[attr.aria-expanded]="expanded"
|
|
21
|
-
class="ids-header-inera-menu-mobile__button"
|
|
22
|
-
>
|
|
23
|
-
<div class="ids-hamburger">
|
|
24
|
-
<span class="ids-hamburger__lines"></span>
|
|
25
|
-
</div>
|
|
26
|
-
</button>
|
|
27
|
-
@if (expanded) {
|
|
28
|
-
<nav class="ids-header-inera-menu-mobile__items">
|
|
29
|
-
<ng-content select="id-mobile-menu"></ng-content>
|
|
30
|
-
</nav>
|
|
31
|
-
}
|
|
32
|
-
</div>
|
|
33
|
-
`, isInline: true });
|
|
34
|
-
}
|
|
35
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeaderIneraMenuMobileComponent, decorators: [{
|
|
36
|
-
type: Component,
|
|
37
|
-
args: [{
|
|
38
|
-
selector: 'id-header-inera-menu-mobile',
|
|
39
|
-
template: `
|
|
40
|
-
<div
|
|
41
|
-
class="ids-header-inera-menu-mobile"
|
|
42
|
-
[class.ids-header-inera-menu-mobile--unresponsive]="header?.unresponsive"
|
|
43
|
-
[class.ids-header-inera-menu-mobile--expanded]="expanded"
|
|
44
|
-
>
|
|
45
|
-
<button
|
|
46
|
-
(click)="toggleExpansion()"
|
|
47
|
-
aria-label="Meny"
|
|
48
|
-
[attr.aria-expanded]="expanded"
|
|
49
|
-
class="ids-header-inera-menu-mobile__button"
|
|
50
|
-
>
|
|
51
|
-
<div class="ids-hamburger">
|
|
52
|
-
<span class="ids-hamburger__lines"></span>
|
|
53
|
-
</div>
|
|
54
|
-
</button>
|
|
55
|
-
@if (expanded) {
|
|
56
|
-
<nav class="ids-header-inera-menu-mobile__items">
|
|
57
|
-
<ng-content select="id-mobile-menu"></ng-content>
|
|
58
|
-
</nav>
|
|
59
|
-
}
|
|
60
|
-
</div>
|
|
61
|
-
`,
|
|
62
|
-
standalone: true,
|
|
63
|
-
host: {
|
|
64
|
-
class: 'ids-header-inera__mobile-menu',
|
|
65
|
-
},
|
|
66
|
-
}]
|
|
67
|
-
}], propDecorators: { expanded: [{
|
|
68
|
-
type: Input,
|
|
69
|
-
args: [{ transform: booleanAttribute }]
|
|
70
|
-
}] } });
|
|
71
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGVhZGVyLWluZXJhLW1lbnUtbW9iaWxlLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2NvbXBvbmVudHMvaGVhZGVyLWluZXJhL21lbnUtbW9iaWxlL2hlYWRlci1pbmVyYS1tZW51LW1vYmlsZS5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQzNFLE9BQU8sRUFBRSxpQkFBaUIsRUFBbUIsTUFBTSwyQkFBMkIsQ0FBQzs7QUFnQy9FLE1BQU0sT0FBTyxnQ0FBZ0M7SUFDSCxRQUFRLEdBQVksS0FBSyxDQUFDO0lBRWxFLE1BQU0sR0FBRyxNQUFNLENBQXlCLGlCQUFpQixFQUFFLEVBQUUsUUFBUSxFQUFFLElBQUksRUFBRSxJQUFJLEVBQUUsSUFBSSxFQUFFLENBQUMsQ0FBQztJQUUzRixlQUFlO1FBQ2IsSUFBSSxDQUFDLFFBQVEsR0FBRyxDQUFDLElBQUksQ0FBQyxRQUFRLENBQUM7SUFDakMsQ0FBQzt3R0FQVSxnQ0FBZ0M7NEZBQWhDLGdDQUFnQyw0R0FDdkIsZ0JBQWdCLHdGQTdCMUI7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7R0FzQlQ7OzRGQU1VLGdDQUFnQztrQkE5QjVDLFNBQVM7bUJBQUM7b0JBQ1QsUUFBUSxFQUFFLDZCQUE2QjtvQkFDdkMsUUFBUSxFQUFFOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0dBc0JUO29CQUNELFVBQVUsRUFBRSxJQUFJO29CQUNoQixJQUFJLEVBQUU7d0JBQ0osS0FBSyxFQUFFLCtCQUErQjtxQkFDdkM7aUJBQ0Y7OEJBRXlDLFFBQVE7c0JBQS9DLEtBQUs7dUJBQUMsRUFBRSxTQUFTLEVBQUUsZ0JBQWdCLEVBQUUiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIElucHV0LCBib29sZWFuQXR0cmlidXRlLCBpbmplY3QgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IElEX0hFQURFUl9DT05URVhULCBJREhlYWRlckNvbnRleHQgfSBmcm9tICdAaW5lcmEvaWRzLWFuZ3VsYXIvY29tbW9uJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnaWQtaGVhZGVyLWluZXJhLW1lbnUtbW9iaWxlJyxcbiAgdGVtcGxhdGU6IGBcbiAgICA8ZGl2XG4gICAgICBjbGFzcz1cImlkcy1oZWFkZXItaW5lcmEtbWVudS1tb2JpbGVcIlxuICAgICAgW2NsYXNzLmlkcy1oZWFkZXItaW5lcmEtbWVudS1tb2JpbGUtLXVucmVzcG9uc2l2ZV09XCJoZWFkZXI/LnVucmVzcG9uc2l2ZVwiXG4gICAgICBbY2xhc3MuaWRzLWhlYWRlci1pbmVyYS1tZW51LW1vYmlsZS0tZXhwYW5kZWRdPVwiZXhwYW5kZWRcIlxuICAgID5cbiAgICAgIDxidXR0b25cbiAgICAgICAgKGNsaWNrKT1cInRvZ2dsZUV4cGFuc2lvbigpXCJcbiAgICAgICAgYXJpYS1sYWJlbD1cIk1lbnlcIlxuICAgICAgICBbYXR0ci5hcmlhLWV4cGFuZGVkXT1cImV4cGFuZGVkXCJcbiAgICAgICAgY2xhc3M9XCJpZHMtaGVhZGVyLWluZXJhLW1lbnUtbW9iaWxlX19idXR0b25cIlxuICAgICAgPlxuICAgICAgICA8ZGl2IGNsYXNzPVwiaWRzLWhhbWJ1cmdlclwiPlxuICAgICAgICAgIDxzcGFuIGNsYXNzPVwiaWRzLWhhbWJ1cmdlcl9fbGluZXNcIj48L3NwYW4+XG4gICAgICAgIDwvZGl2PlxuICAgICAgPC9idXR0b24+XG4gICAgICBAaWYgKGV4cGFuZGVkKSB7XG4gICAgICAgIDxuYXYgY2xhc3M9XCJpZHMtaGVhZGVyLWluZXJhLW1lbnUtbW9iaWxlX19pdGVtc1wiPlxuICAgICAgICAgIDxuZy1jb250ZW50IHNlbGVjdD1cImlkLW1vYmlsZS1tZW51XCI+PC9uZy1jb250ZW50PlxuICAgICAgICA8L25hdj5cbiAgICAgIH1cbiAgICA8L2Rpdj5cbiAgYCxcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgaG9zdDoge1xuICAgIGNsYXNzOiAnaWRzLWhlYWRlci1pbmVyYV9fbW9iaWxlLW1lbnUnLFxuICB9LFxufSlcbmV4cG9ydCBjbGFzcyBJREhlYWRlckluZXJhTWVudU1vYmlsZUNvbXBvbmVudCB7XG4gIEBJbnB1dCh7IHRyYW5zZm9ybTogYm9vbGVhbkF0dHJpYnV0ZSB9KSBleHBhbmRlZDogYm9vbGVhbiA9IGZhbHNlO1xuXG4gIGhlYWRlciA9IGluamVjdDxJREhlYWRlckNvbnRleHQgfCBudWxsPihJRF9IRUFERVJfQ09OVEVYVCwgeyBvcHRpb25hbDogdHJ1ZSwgaG9zdDogdHJ1ZSB9KTtcblxuICB0b2dnbGVFeHBhbnNpb24oKSB7XG4gICAgdGhpcy5leHBhbmRlZCA9ICF0aGlzLmV4cGFuZGVkO1xuICB9XG59XG4iXX0=
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import { Component, Input, ViewChild, booleanAttribute } from "@angular/core";
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export class IDHeaderIneraNavComponent {
|
|
4
|
-
hideOnTablet = false;
|
|
5
|
-
template;
|
|
6
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeaderIneraNavComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
7
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.2.14", type: IDHeaderIneraNavComponent, isStandalone: true, selector: "id-header-inera-nav", inputs: { hideOnTablet: ["hideOnTablet", "hideOnTablet", booleanAttribute] }, viewQueries: [{ propertyName: "template", first: true, predicate: ["nav"], descendants: true }], ngImport: i0, template: `
|
|
8
|
-
<ng-template #nav>
|
|
9
|
-
<div class="ids-header-inera-nav__nav-items">
|
|
10
|
-
<ng-content></ng-content>
|
|
11
|
-
</div>
|
|
12
|
-
</ng-template>`, isInline: true });
|
|
13
|
-
}
|
|
14
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeaderIneraNavComponent, decorators: [{
|
|
15
|
-
type: Component,
|
|
16
|
-
args: [{
|
|
17
|
-
selector: "id-header-inera-nav",
|
|
18
|
-
template: `
|
|
19
|
-
<ng-template #nav>
|
|
20
|
-
<div class="ids-header-inera-nav__nav-items">
|
|
21
|
-
<ng-content></ng-content>
|
|
22
|
-
</div>
|
|
23
|
-
</ng-template>`,
|
|
24
|
-
standalone: true
|
|
25
|
-
}]
|
|
26
|
-
}], propDecorators: { hideOnTablet: [{
|
|
27
|
-
type: Input,
|
|
28
|
-
args: [{ transform: booleanAttribute }]
|
|
29
|
-
}], template: [{
|
|
30
|
-
type: ViewChild,
|
|
31
|
-
args: ['nav']
|
|
32
|
-
}] } });
|
|
33
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGVhZGVyLWluZXJhLW5hdi5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9jb21wb25lbnRzL2hlYWRlci1pbmVyYS9uYXYvaGVhZGVyLWluZXJhLW5hdi5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQWUsU0FBUyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sZUFBZSxDQUFDOztBQVkzRixNQUFNLE9BQU8seUJBQXlCO0lBQ0ksWUFBWSxHQUFZLEtBQUssQ0FBQztJQUVwRCxRQUFRLENBQW1CO3dHQUhsQyx5QkFBeUI7NEZBQXpCLHlCQUF5QixnSEFDaEIsZ0JBQWdCLDhIQVQxQjs7Ozs7bUJBS087OzRGQUdOLHlCQUF5QjtrQkFWckMsU0FBUzttQkFBQztvQkFDVCxRQUFRLEVBQUUscUJBQXFCO29CQUMvQixRQUFRLEVBQUU7Ozs7O21CQUtPO29CQUNqQixVQUFVLEVBQUUsSUFBSTtpQkFDakI7OEJBRXlDLFlBQVk7c0JBQW5ELEtBQUs7dUJBQUMsRUFBRSxTQUFTLEVBQUUsZ0JBQWdCLEVBQUU7Z0JBRXBCLFFBQVE7c0JBQXpCLFNBQVM7dUJBQUMsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgSW5wdXQsIFRlbXBsYXRlUmVmLCBWaWV3Q2hpbGQsIGJvb2xlYW5BdHRyaWJ1dGUgfSBmcm9tIFwiQGFuZ3VsYXIvY29yZVwiO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6IFwiaWQtaGVhZGVyLWluZXJhLW5hdlwiLFxuICB0ZW1wbGF0ZTogYFxuICAgIDxuZy10ZW1wbGF0ZSAjbmF2PlxuICAgICAgPGRpdiBjbGFzcz1cImlkcy1oZWFkZXItaW5lcmEtbmF2X19uYXYtaXRlbXNcIj4gICAgICBcbiAgICAgICAgPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PlxuICAgICAgPC9kaXY+XG4gICAgPC9uZy10ZW1wbGF0ZT5gLFxuICBzdGFuZGFsb25lOiB0cnVlXG59KVxuZXhwb3J0IGNsYXNzIElESGVhZGVySW5lcmFOYXZDb21wb25lbnQge1xuICBASW5wdXQoeyB0cmFuc2Zvcm06IGJvb2xlYW5BdHRyaWJ1dGUgfSkgaGlkZU9uVGFibGV0OiBib29sZWFuID0gZmFsc2U7XG5cbiAgQFZpZXdDaGlsZCgnbmF2JykgdGVtcGxhdGU6IFRlbXBsYXRlUmVmPGFueT47XG59XG4iXX0=
|