@inera/ids-angular 8.1.0 → 9.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/common/classes/form/IDErrorMessageBase.d.ts +8 -0
- package/common/classes/form/IDFormBase.d.ts +27 -10
- package/common/context/header-context.d.ts +5 -0
- package/common/directives/click-outside.directive.d.ts +11 -0
- package/common/public-api.d.ts +7 -0
- package/common/services/input-label-linker.service.d.ts +10 -0
- package/common/services/tooltip-category.service.d.ts +7 -0
- package/common/services/use-id.service.ts.d.ts +7 -0
- package/common/utilities/useEscKey.d.ts +1 -0
- package/components/accordion/accordion-header.component.d.ts +7 -0
- package/components/accordion/accordion.component.d.ts +21 -9
- package/components/accordion/public-api.d.ts +1 -1
- package/components/action-link/action-link.component.d.ts +5 -0
- package/components/action-link/index.d.ts +5 -0
- package/components/action-link/public-api.d.ts +1 -0
- package/components/alert/alert-header.component.d.ts +7 -0
- package/components/alert/alert.component.d.ts +29 -14
- package/components/alert/public-api.d.ts +1 -1
- package/components/badge/badge.component.d.ts +3 -2
- package/components/badge/public-api.d.ts +0 -1
- package/components/box-link/box-link-button.component.d.ts +7 -0
- package/components/box-link/box-link.component.d.ts +3 -2
- package/components/box-link/public-api.d.ts +1 -1
- package/components/breadcrumbs/breadcrumbs.component.d.ts +5 -2
- package/components/breadcrumbs/crumb.component.d.ts +2 -3
- package/components/breadcrumbs/public-api.d.ts +0 -1
- package/components/button/button.directive.d.ts +42 -0
- package/components/button/public-api.d.ts +1 -2
- package/components/button-group/button-group.component.d.ts +4 -1
- package/components/button-group/public-api.d.ts +0 -1
- package/components/card/card-link.directive.d.ts +5 -0
- package/components/card/card.component.d.ts +12 -6
- package/components/card/public-api.d.ts +1 -1
- package/components/carousel/carousel-item/carousel-item.component.d.ts +6 -2
- package/components/carousel/carousel.component.d.ts +17 -5
- package/components/carousel/public-api.d.ts +0 -1
- package/components/date-label/date-label.component.d.ts +25 -13
- package/components/date-label/public-api.d.ts +0 -1
- package/components/dialog/dialog-close.component.d.ts +8 -0
- package/components/dialog/dialog-content.component.d.ts +5 -0
- package/components/dialog/dialog-footer.component.d.ts +5 -0
- package/components/dialog/dialog-header.component.d.ts +5 -0
- package/components/dialog/dialog-trigger.component.d.ts +5 -0
- package/components/dialog/dialog.component.d.ts +39 -11
- package/components/dialog/public-api.d.ts +5 -1
- package/components/dropdown/dropdown-item.directive.d.ts +5 -0
- package/components/dropdown/dropdown-trigger.component.d.ts +6 -0
- package/components/dropdown/dropdown.component.d.ts +27 -15
- package/components/dropdown/dropdown.module.d.ts +9 -0
- package/components/dropdown/public-api.d.ts +3 -1
- package/components/footer-1177/footer-1177-col.component.d.ts +12 -0
- package/components/footer-1177/footer-1177-sub-footer-left.component.d.ts +5 -0
- package/components/footer-1177/footer-1177-sub-footer-mobile.component.d.ts +5 -0
- package/components/footer-1177/footer-1177-sub-footer-right.component.d.ts +5 -0
- package/components/footer-1177/footer-1177-text.component.d.ts +6 -0
- package/components/footer-1177/footer-1177.component.d.ts +7 -6
- package/components/footer-1177/footer-1177.module.d.ts +12 -0
- package/components/footer-1177/public-api.d.ts +6 -0
- package/components/footer-1177-admin/footer-1177-admin-col.component.d.ts +12 -0
- package/components/footer-1177-admin/footer-1177-admin-sub-footer-left.component.d.ts +5 -0
- package/components/footer-1177-admin/footer-1177-admin-sub-footer-mobile.component.d.ts +5 -0
- package/components/footer-1177-admin/footer-1177-admin-sub-footer-right.component.d.ts +5 -0
- package/components/footer-1177-admin/footer-1177-admin-text.component.d.ts +6 -0
- package/components/footer-1177-admin/footer-1177-admin.component.d.ts +7 -6
- package/components/footer-1177-admin/footer-1177-admin.module.d.ts +12 -0
- package/components/footer-1177-admin/public-api.d.ts +6 -0
- package/components/footer-1177-pro/footer-1177-pro-col.component.d.ts +12 -0
- package/components/footer-1177-pro/footer-1177-pro-sub-footer-left.component.d.ts +5 -0
- package/components/footer-1177-pro/footer-1177-pro-sub-footer-mobile.component.d.ts +5 -0
- package/components/footer-1177-pro/footer-1177-pro-sub-footer-right.component.d.ts +5 -0
- package/components/footer-1177-pro/footer-1177-pro-text.component.d.ts +6 -0
- package/components/footer-1177-pro/footer-1177-pro.component.d.ts +6 -5
- package/components/footer-1177-pro/footer-1177-pro.module.d.ts +12 -0
- package/components/footer-1177-pro/public-api.d.ts +6 -0
- package/components/footer-inera/footer-inera-col.component.d.ts +12 -0
- package/components/footer-inera/footer-inera-sub-footer-left.component.d.ts +5 -0
- package/components/footer-inera/footer-inera-sub-footer-mobile.component.d.ts +5 -0
- package/components/footer-inera/footer-inera-sub-footer-right.component.d.ts +5 -0
- package/components/footer-inera/footer-inera-text.component.d.ts +6 -0
- package/components/footer-inera/footer-inera.component.d.ts +6 -5
- package/components/footer-inera/footer-inera.module.d.ts +12 -0
- package/components/footer-inera/public-api.d.ts +6 -0
- package/components/footer-inera-admin/footer-inera-admin-col.component.d.ts +14 -0
- package/components/footer-inera-admin/footer-inera-admin-sub-footer-left.component.d.ts +5 -0
- package/components/footer-inera-admin/footer-inera-admin-sub-footer-mobile.component.d.ts +5 -0
- package/components/footer-inera-admin/footer-inera-admin-sub-footer-right.component.d.ts +5 -0
- package/components/footer-inera-admin/footer-inera-admin-text.component.d.ts +6 -0
- package/components/footer-inera-admin/footer-inera-admin.component.d.ts +6 -5
- package/components/footer-inera-admin/footer-inera-admin.module.d.ts +12 -0
- package/components/footer-inera-admin/public-api.d.ts +7 -1
- package/components/form/check-button/check-button.component.d.ts +4 -3
- package/components/form/check-button/public-api.d.ts +0 -1
- package/components/form/checkbox/checkbox.component.d.ts +14 -8
- package/components/form/checkbox/public-api.d.ts +0 -1
- package/components/form/checkbox-group/checkbox-group.component.d.ts +13 -9
- package/components/form/checkbox-group/public-api.d.ts +0 -1
- package/components/form/darkmode-toggle/darkmode-toggle.component.d.ts +6 -0
- package/components/form/darkmode-toggle/index.d.ts +5 -0
- package/components/form/darkmode-toggle/public-api.d.ts +1 -0
- package/components/form/error-message/error-message.component.d.ts +6 -7
- package/components/form/error-message/public-api.d.ts +0 -1
- package/components/form/input/input-hint.component.d.ts +5 -0
- package/components/form/input/input-icon.component.d.ts +7 -0
- package/components/form/input/input.component.d.ts +13 -6
- package/components/form/input/public-api.d.ts +2 -1
- package/components/form/radio/public-api.d.ts +0 -1
- package/components/form/radio/radio-group.component.d.ts +14 -7
- package/components/form/radio/radio.component.d.ts +4 -2
- package/components/form/radio-button/public-api.d.ts +0 -1
- package/components/form/radio-button/radio-button-group.component.d.ts +9 -3
- package/components/form/radio-button/radio-button.component.d.ts +5 -3
- package/components/form/range/public-api.d.ts +0 -1
- package/components/form/range/range.component.d.ts +14 -4
- package/components/form/select/public-api.d.ts +0 -1
- package/components/form/select/select.component.d.ts +5 -3
- package/components/form/select-multiple/public-api.d.ts +0 -1
- package/components/form/select-multiple/select-multiple.component.d.ts +29 -9
- package/components/form/spinner/public-api.d.ts +0 -1
- package/components/form/spinner/spinner.component.d.ts +4 -4
- package/components/form/textarea/public-api.d.ts +1 -1
- package/components/form/textarea/textarea-hint.component.d.ts +5 -0
- package/components/form/textarea/textarea.component.d.ts +14 -6
- package/components/form/time/public-api.d.ts +0 -1
- package/components/form/time/time.component.d.ts +4 -2
- package/components/form/toggle/public-api.d.ts +0 -1
- package/components/form/toggle/toggle.component.d.ts +1 -1
- package/components/global-alert/global-alert-actions.component.d.ts +8 -0
- package/components/global-alert/global-alert-header.component.d.ts +8 -0
- package/components/global-alert/global-alert.component.d.ts +21 -9
- package/components/global-alert/public-api.d.ts +2 -1
- package/components/grid/column/column.component.d.ts +6 -9
- package/components/grid/column/public-api.d.ts +0 -1
- package/components/grid/container/container.component.d.ts +4 -3
- package/components/grid/container/public-api.d.ts +0 -1
- package/components/grid/public-api.d.ts +0 -3
- package/components/grid/row/public-api.d.ts +0 -1
- package/components/grid/row/row.component.d.ts +6 -9
- package/components/grid-layout/grid-column/grid-column.component.d.ts +18 -0
- package/components/grid-layout/grid-column/index.d.ts +5 -0
- package/components/grid-layout/grid-column/public-api.d.ts +1 -0
- package/components/grid-layout/grid-container/grid-container.component.d.ts +10 -0
- package/components/grid-layout/grid-container/index.d.ts +5 -0
- package/components/grid-layout/grid-container/public-api.d.ts +1 -0
- package/components/grid-layout/grid-row/grid-row.component.d.ts +11 -0
- package/components/grid-layout/grid-row/index.d.ts +5 -0
- package/components/grid-layout/grid-row/public-api.d.ts +1 -0
- package/components/grid-layout/index.d.ts +5 -0
- package/components/grid-layout/public-api.d.ts +3 -0
- package/components/header-1177/avatar/header-1177-avatar-agent.component.d.ts +5 -0
- package/components/header-1177/avatar/header-1177-avatar.component.d.ts +14 -4
- package/components/header-1177/brand-link/header-1177-brand-link.directive.d.ts +5 -0
- package/components/header-1177/header-1177.component.d.ts +12 -15
- package/components/header-1177/header-1177.module.d.ts +19 -0
- package/components/header-1177/item/header-1177-item.component.d.ts +7 -4
- package/components/header-1177/menu-mobile/header-1177-menu-mobile.component.d.ts +6 -2
- package/components/header-1177/nav/header-1177-nav.component.d.ts +4 -18
- package/components/header-1177/nav-item/header-1177-nav-item.component.d.ts +18 -3
- package/components/header-1177/nav-item-menu-link/header-1177-nav-item-menu-link.component.d.ts +5 -0
- package/components/header-1177/nav-item-mobile/header-1177-nav-item-mobile.component.d.ts +4 -3
- package/components/header-1177/public-api.d.ts +5 -0
- package/components/header-1177/region-picker/header-1177-region-picker.component.d.ts +11 -4
- package/components/header-1177/region-picker-mobile/header-1177-region-picker-mobile.component.d.ts +12 -5
- package/components/header-1177/skip-to-content/header-1177-skip-to-content.component.d.ts +5 -0
- package/components/header-1177-admin/avatar/header-1177-admin-avatar.component.d.ts +16 -4
- package/components/header-1177-admin/avatar-mobile/header-1177-admin-avatar-mobile.component.d.ts +18 -5
- package/components/header-1177-admin/brand-link/header-1177-admin-brand-link.directive.d.ts +5 -0
- package/components/header-1177-admin/header-1177-admin.component.d.ts +12 -20
- package/components/header-1177-admin/header-1177-admin.module.d.ts +17 -0
- package/components/header-1177-admin/item/header-1177-admin-item.component.d.ts +5 -3
- package/components/header-1177-admin/menu-mobile/header-1177-admin-menu-mobile.component.d.ts +6 -2
- package/components/header-1177-admin/nav/header-1177-admin-nav.component.d.ts +4 -12
- package/components/header-1177-admin/nav-item/header-1177-admin-nav-item.component.d.ts +20 -5
- package/components/header-1177-admin/nav-item-menu-link/header-1177-admin-nav-item-menu-link.component.d.ts +5 -0
- package/components/header-1177-admin/nav-item-mobile/header-1177-admin-nav-item-mobile.d.ts +8 -0
- package/components/header-1177-admin/public-api.d.ts +5 -0
- package/components/header-1177-admin/skip-to-content/header-1177-admin-skip-to-content.component.d.ts +5 -0
- package/components/header-1177-pro/avatar/header-1177-pro-avatar.component.d.ts +18 -6
- package/components/header-1177-pro/avatar-mobile/header-1177-pro-avatar-mobile.component.d.ts +18 -5
- package/components/header-1177-pro/brand-link/header-1177-pro-brand-link.directive.d.ts +5 -0
- package/components/header-1177-pro/header-1177-pro.component.d.ts +10 -22
- package/components/header-1177-pro/header-1177-pro.module.d.ts +19 -0
- package/components/header-1177-pro/item/header-1177-pro-item.component.d.ts +5 -3
- package/components/header-1177-pro/menu-mobile/header-1177-pro-menu-mobile.component.d.ts +6 -3
- package/components/header-1177-pro/nav/header-1177-pro-nav.component.d.ts +4 -15
- package/components/header-1177-pro/nav-item/header-1177-pro-nav-item.component.d.ts +19 -5
- package/components/header-1177-pro/nav-item-menu-link/header-1177-pro-nav-item-menu-link.component.d.ts +5 -0
- package/components/header-1177-pro/nav-item-mobile/header-1177-pro-nav-item-mobile.d.ts +8 -0
- package/components/header-1177-pro/public-api.d.ts +5 -0
- package/components/header-1177-pro/region-picker/header-1177-pro-region-picker.component.d.ts +11 -4
- package/components/header-1177-pro/region-picker-mobile/header-1177-pro-region-picker-mobile.component.d.ts +12 -5
- package/components/header-1177-pro/skip-to-content/header-1177-pro-skip-to-content.component.d.ts +5 -0
- package/components/header-inera/brand-link/header-inera-brand-link.directive.d.ts +5 -0
- package/components/header-inera/header-inera.component.d.ts +13 -16
- package/components/header-inera/header-inera.module.d.ts +14 -0
- package/components/header-inera/item/header-inera-item.component.d.ts +5 -3
- package/components/header-inera/menu-mobile/header-inera-menu-mobile.component.d.ts +5 -5
- package/components/header-inera/nav/header-inera-nav.component.d.ts +4 -9
- package/components/header-inera/nav-item/header-inera-nav-item.component.d.ts +25 -0
- package/components/header-inera/nav-item-menu-link/header-inera-nav-item-menu-link.component.d.ts +5 -0
- package/components/header-inera/public-api.d.ts +5 -1
- package/components/header-inera/skip-to-content/header-inera-skip-to-content.component.d.ts +5 -0
- package/components/header-inera-admin/avatar/header-inera-admin-avatar.component.d.ts +18 -6
- package/components/header-inera-admin/avatar-mobile/header-inera-admin-avatar-mobile.component.d.ts +18 -5
- package/components/header-inera-admin/brand-link/header-inera-admin-brand-link.directive.d.ts +5 -0
- package/components/header-inera-admin/header-inera-admin.component.d.ts +16 -16
- package/components/header-inera-admin/header-inera-admin.module.d.ts +17 -0
- package/components/header-inera-admin/item/header-inera-admin-item.component.d.ts +7 -4
- package/components/header-inera-admin/menu-mobile/header-inera-admin-menu-mobile.component.d.ts +6 -3
- package/components/header-inera-admin/nav/header-inera-admin-nav.component.d.ts +4 -11
- package/components/header-inera-admin/nav-item/header-inera-admin-nav-item.component.d.ts +19 -5
- package/components/header-inera-admin/nav-item-menu-link/header-inera-admin-nav-item-menu-link.component.d.ts +5 -0
- package/components/header-inera-admin/nav-item-mobile/header-inera-admin-nav-item-mobile.d.ts +8 -0
- package/components/header-inera-admin/public-api.d.ts +5 -0
- package/components/header-inera-admin/skip-to-content/header-inera-admin-skip-to-content.component.d.ts +5 -0
- package/components/header-patient/header-patient-actions.component.d.ts +5 -0
- package/components/header-patient/header-patient.component.d.ts +5 -5
- package/components/header-patient/public-api.d.ts +1 -1
- package/components/link/link.directive.d.ts +22 -0
- package/components/link/public-api.d.ts +1 -2
- package/components/mobile/menu/item/mobile-menu-item.component.d.ts +22 -4
- package/components/mobile/menu/item/public-api.d.ts +0 -1
- package/components/mobile/menu/mobile-menu.component.d.ts +5 -3
- package/components/mobile/menu/public-api.d.ts +0 -1
- package/components/navigation/content/navigation-content-link.component.d.ts +7 -0
- package/components/navigation/content/navigation-content.component.d.ts +6 -4
- package/components/navigation/content/public-api.d.ts +1 -1
- package/components/navigation/local/navigation-local-link.component.d.ts +7 -0
- package/components/navigation/local/navigation-local.component.d.ts +5 -3
- package/components/navigation/local/public-api.d.ts +1 -1
- package/components/{notification/badge → notification-badge}/index.d.ts +1 -1
- package/components/{notification/badge → notification-badge}/notification-badge.component.d.ts +4 -3
- package/components/{notification/badge → notification-badge}/public-api.d.ts +0 -1
- package/components/pagination/data-pagination/data-pagination-select.component.d.ts +5 -0
- package/components/pagination/data-pagination/data-pagination.component.d.ts +3 -3
- package/components/pagination/data-pagination/public-api.d.ts +1 -1
- package/components/pagination/list-pagination/list-pagination.component.d.ts +21 -15
- package/components/pagination/list-pagination/public-api.d.ts +0 -1
- package/components/popover/popover-close.component.d.ts +8 -0
- package/components/popover/popover-content.component.d.ts +17 -0
- package/components/popover/popover-header.component.d.ts +5 -0
- package/components/popover/popover-trigger.component.d.ts +5 -0
- package/components/popover/popover.component.d.ts +29 -9
- package/components/popover/popover.module.d.ts +5 -2
- package/components/popover/public-api.d.ts +5 -1
- package/components/progressbar/progressbar.component.d.ts +4 -4
- package/components/progressbar/public-api.d.ts +0 -1
- package/components/puff-list/public-api.d.ts +7 -4
- package/components/puff-list/puff-list-item-content-info.component.d.ts +5 -0
- package/components/puff-list/puff-list-item-content.component.d.ts +5 -0
- package/components/puff-list/puff-list-item-date-label.component.d.ts +5 -0
- package/components/puff-list/puff-list-item-extra-content.component.d.ts +5 -0
- package/components/puff-list/{puff-item/puff-header/puff-list-item-header.component.d.ts → puff-list-item-header.component.d.ts} +1 -3
- package/components/puff-list/puff-list-item.component.d.ts +12 -0
- package/components/puff-list/puff-list.component.d.ts +4 -1
- package/components/puff-list/puff-list.module.d.ts +7 -5
- package/components/region-icon/public-api.d.ts +0 -1
- package/components/region-icon/region-icon.component.d.ts +5 -3
- package/components/side-menu/public-api.d.ts +3 -1
- package/components/side-menu/side-menu-icon.component.d.ts +7 -0
- package/components/side-menu/side-menu-link.component.d.ts +5 -0
- package/components/side-menu/side-menu.component.d.ts +15 -7
- package/components/side-menu/side-menu.module.d.ts +3 -2
- package/components/side-panel/public-api.d.ts +3 -1
- package/components/side-panel/side-panel-footer.component.d.ts +5 -0
- package/components/side-panel/side-panel-provider.component.d.ts +9 -0
- package/components/side-panel/side-panel.component.d.ts +30 -12
- package/components/side-panel/side-panel.module.d.ts +3 -2
- package/components/stepper/public-api.d.ts +3 -2
- package/components/stepper/step-header.component.d.ts +5 -0
- package/components/stepper/step.component.d.ts +20 -0
- package/components/stepper/stepper.component.d.ts +6 -5
- package/components/stepper/stepper.module.d.ts +3 -3
- package/components/tabs/public-api.d.ts +2 -4
- package/components/tabs/tab-group.component.d.ts +21 -0
- package/components/tabs/tab.component.d.ts +14 -0
- package/components/tag/public-api.d.ts +1 -1
- package/components/tag/tag.component.d.ts +4 -5
- package/components/tag/tag.directive.d.ts +5 -0
- package/components/tooltip/public-api.d.ts +1 -0
- package/components/tooltip/tooltip-trigger.directive.d.ts +8 -0
- package/components/tooltip/tooltip.component.d.ts +18 -5
- package/components/tooltip/tooltip.module.d.ts +2 -2
- package/eslint/index.js +6 -0
- package/eslint/rules/no-old-components.js +39 -0
- package/eslint/rules/no-slots.js +254 -0
- package/esm2022/common/classes/form/IDErrorMessageBase.mjs +19 -0
- package/esm2022/common/classes/form/IDFormBase.mjs +119 -31
- package/esm2022/common/context/header-context.mjs +3 -0
- package/esm2022/common/directives/click-outside.directive.mjs +30 -0
- package/esm2022/common/public-api.mjs +8 -1
- package/esm2022/common/services/input-label-linker.service.mjs +26 -0
- package/esm2022/common/services/tooltip-category.service.mjs +16 -0
- package/esm2022/common/services/use-id.service.ts.mjs +19 -0
- package/esm2022/common/utilities/useEscKey.mjs +11 -0
- package/esm2022/components/accordion/accordion-header.component.mjs +25 -0
- package/esm2022/components/accordion/accordion.component.mjs +78 -25
- package/esm2022/components/accordion/public-api.mjs +2 -2
- package/esm2022/components/action-link/action-link.component.mjs +32 -0
- package/esm2022/components/action-link/inera-ids-angular-components-action-link.mjs +5 -0
- package/esm2022/components/action-link/public-api.mjs +2 -0
- package/esm2022/components/alert/alert-header.component.mjs +25 -0
- package/esm2022/components/alert/alert.component.mjs +93 -33
- package/esm2022/components/alert/public-api.mjs +2 -2
- package/esm2022/components/badge/badge.component.mjs +13 -6
- package/esm2022/components/badge/public-api.mjs +1 -2
- package/esm2022/components/box-link/box-link-button.component.mjs +25 -0
- package/esm2022/components/box-link/box-link.component.mjs +14 -6
- package/esm2022/components/box-link/public-api.mjs +2 -2
- package/esm2022/components/breadcrumbs/breadcrumbs.component.mjs +16 -7
- package/esm2022/components/breadcrumbs/crumb.component.mjs +10 -11
- package/esm2022/components/breadcrumbs/public-api.mjs +1 -2
- package/esm2022/components/button/button.directive.mjs +140 -0
- package/esm2022/components/button/public-api.mjs +2 -3
- package/esm2022/components/button-group/button-group.component.mjs +22 -6
- package/esm2022/components/button-group/public-api.mjs +1 -2
- package/esm2022/components/card/card-link.directive.mjs +17 -0
- package/esm2022/components/card/card.component.mjs +35 -20
- package/esm2022/components/card/public-api.mjs +2 -2
- package/esm2022/components/carousel/carousel-item/carousel-item.component.mjs +21 -9
- package/esm2022/components/carousel/carousel.component.mjs +62 -9
- package/esm2022/components/carousel/public-api.mjs +1 -2
- package/esm2022/components/date-label/date-label.component.mjs +105 -25
- package/esm2022/components/date-label/public-api.mjs +1 -2
- package/esm2022/components/dialog/dialog-close.component.mjs +24 -0
- package/esm2022/components/dialog/dialog-content.component.mjs +15 -0
- package/esm2022/components/dialog/dialog-footer.component.mjs +18 -0
- package/esm2022/components/dialog/dialog-header.component.mjs +15 -0
- package/esm2022/components/dialog/dialog-trigger.component.mjs +15 -0
- package/esm2022/components/dialog/dialog.component.mjs +134 -28
- package/esm2022/components/dialog/public-api.mjs +6 -2
- package/esm2022/components/dropdown/dropdown-item.directive.mjs +18 -0
- package/esm2022/components/dropdown/dropdown-trigger.component.mjs +16 -0
- package/esm2022/components/dropdown/dropdown.component.mjs +83 -35
- package/esm2022/components/dropdown/dropdown.module.mjs +30 -0
- package/esm2022/components/dropdown/public-api.mjs +4 -2
- package/esm2022/components/footer-1177/footer-1177-col.component.mjs +42 -0
- package/esm2022/components/footer-1177/footer-1177-sub-footer-left.component.mjs +18 -0
- package/esm2022/components/footer-1177/footer-1177-sub-footer-mobile.component.mjs +18 -0
- package/esm2022/components/footer-1177/footer-1177-sub-footer-right.component.mjs +18 -0
- package/esm2022/components/footer-1177/footer-1177-text.component.mjs +29 -0
- package/esm2022/components/footer-1177/footer-1177.component.mjs +30 -16
- package/esm2022/components/footer-1177/footer-1177.module.mjs +45 -0
- package/esm2022/components/footer-1177/public-api.mjs +7 -1
- package/esm2022/components/footer-1177-admin/footer-1177-admin-col.component.mjs +42 -0
- package/esm2022/components/footer-1177-admin/footer-1177-admin-sub-footer-left.component.mjs +18 -0
- package/esm2022/components/footer-1177-admin/footer-1177-admin-sub-footer-mobile.component.mjs +18 -0
- package/esm2022/components/footer-1177-admin/footer-1177-admin-sub-footer-right.component.mjs +18 -0
- package/esm2022/components/footer-1177-admin/footer-1177-admin-text.component.mjs +29 -0
- package/esm2022/components/footer-1177-admin/footer-1177-admin.component.mjs +29 -14
- package/esm2022/components/footer-1177-admin/footer-1177-admin.module.mjs +45 -0
- package/esm2022/components/footer-1177-admin/public-api.mjs +7 -1
- package/esm2022/components/footer-1177-pro/footer-1177-pro-col.component.mjs +42 -0
- package/esm2022/components/footer-1177-pro/footer-1177-pro-sub-footer-left.component.mjs +18 -0
- package/esm2022/components/footer-1177-pro/footer-1177-pro-sub-footer-mobile.component.mjs +18 -0
- package/esm2022/components/footer-1177-pro/footer-1177-pro-sub-footer-right.component.mjs +18 -0
- package/esm2022/components/footer-1177-pro/footer-1177-pro-text.component.mjs +29 -0
- package/esm2022/components/footer-1177-pro/footer-1177-pro.component.mjs +29 -14
- package/esm2022/components/footer-1177-pro/footer-1177-pro.module.mjs +45 -0
- package/esm2022/components/footer-1177-pro/public-api.mjs +7 -1
- package/esm2022/components/footer-inera/footer-inera-col.component.mjs +42 -0
- package/esm2022/components/footer-inera/footer-inera-sub-footer-left.component.mjs +18 -0
- package/esm2022/components/footer-inera/footer-inera-sub-footer-mobile.component.mjs +18 -0
- package/esm2022/components/footer-inera/footer-inera-sub-footer-right.component.mjs +18 -0
- package/esm2022/components/footer-inera/footer-inera-text.component.mjs +29 -0
- package/esm2022/components/footer-inera/footer-inera.component.mjs +29 -14
- package/esm2022/components/footer-inera/footer-inera.module.mjs +45 -0
- package/esm2022/components/footer-inera/public-api.mjs +7 -1
- package/esm2022/components/footer-inera-admin/footer-inera-admin-col.component.mjs +46 -0
- package/esm2022/components/footer-inera-admin/footer-inera-admin-sub-footer-left.component.mjs +18 -0
- package/esm2022/components/footer-inera-admin/footer-inera-admin-sub-footer-mobile.component.mjs +18 -0
- package/esm2022/components/footer-inera-admin/footer-inera-admin-sub-footer-right.component.mjs +18 -0
- package/esm2022/components/footer-inera-admin/footer-inera-admin-text.component.mjs +29 -0
- package/esm2022/components/footer-inera-admin/footer-inera-admin.component.mjs +29 -14
- package/esm2022/components/footer-inera-admin/footer-inera-admin.module.mjs +45 -0
- package/esm2022/components/footer-inera-admin/public-api.mjs +8 -2
- package/esm2022/components/form/check-button/check-button.component.mjs +11 -8
- package/esm2022/components/form/check-button/public-api.mjs +1 -2
- package/esm2022/components/form/checkbox/checkbox.component.mjs +39 -19
- package/esm2022/components/form/checkbox/public-api.mjs +1 -2
- package/esm2022/components/form/checkbox-group/checkbox-group.component.mjs +34 -16
- package/esm2022/components/form/checkbox-group/public-api.mjs +1 -2
- package/esm2022/components/form/darkmode-toggle/darkmode-toggle.component.mjs +12 -0
- package/esm2022/components/form/darkmode-toggle/inera-ids-angular-components-form-darkmode-toggle.mjs +5 -0
- package/esm2022/components/form/darkmode-toggle/public-api.mjs +2 -0
- package/esm2022/components/form/error-message/error-message.component.mjs +40 -15
- package/esm2022/components/form/error-message/public-api.mjs +1 -2
- package/esm2022/components/form/input/input-hint.component.mjs +18 -0
- package/esm2022/components/form/input/input-icon.component.mjs +23 -0
- package/esm2022/components/form/input/input.component.mjs +35 -14
- package/esm2022/components/form/input/public-api.mjs +3 -2
- package/esm2022/components/form/radio/public-api.mjs +1 -2
- package/esm2022/components/form/radio/radio-group.component.mjs +44 -17
- package/esm2022/components/form/radio/radio.component.mjs +18 -8
- package/esm2022/components/form/radio-button/public-api.mjs +1 -2
- package/esm2022/components/form/radio-button/radio-button-group.component.mjs +35 -7
- package/esm2022/components/form/radio-button/radio-button.component.mjs +13 -5
- package/esm2022/components/form/range/public-api.mjs +1 -2
- package/esm2022/components/form/range/range.component.mjs +65 -8
- package/esm2022/components/form/select/public-api.mjs +1 -2
- package/esm2022/components/form/select/select.component.mjs +9 -5
- package/esm2022/components/form/select-multiple/public-api.mjs +1 -2
- package/esm2022/components/form/select-multiple/select-multiple.component.mjs +86 -23
- package/esm2022/components/form/spinner/public-api.mjs +1 -2
- package/esm2022/components/form/spinner/spinner.component.mjs +15 -11
- package/esm2022/components/form/textarea/public-api.mjs +2 -2
- package/esm2022/components/form/textarea/textarea-hint.component.mjs +18 -0
- package/esm2022/components/form/textarea/textarea.component.mjs +46 -14
- package/esm2022/components/form/time/public-api.mjs +1 -2
- package/esm2022/components/form/time/time.component.mjs +7 -4
- package/esm2022/components/form/toggle/public-api.mjs +1 -2
- package/esm2022/components/form/toggle/toggle.component.mjs +6 -4
- package/esm2022/components/global-alert/global-alert-actions.component.mjs +26 -0
- package/esm2022/components/global-alert/global-alert-header.component.mjs +26 -0
- package/esm2022/components/global-alert/global-alert.component.mjs +73 -23
- package/esm2022/components/global-alert/public-api.mjs +3 -2
- package/esm2022/components/grid/column/column.component.mjs +41 -23
- package/esm2022/components/grid/column/public-api.mjs +1 -2
- package/esm2022/components/grid/container/container.component.mjs +18 -6
- package/esm2022/components/grid/container/public-api.mjs +1 -2
- package/esm2022/components/grid/public-api.mjs +1 -4
- package/esm2022/components/grid/row/public-api.mjs +1 -2
- package/esm2022/components/grid/row/row.component.mjs +31 -19
- package/esm2022/components/grid-layout/grid-column/grid-column.component.mjs +72 -0
- package/esm2022/components/grid-layout/grid-column/inera-ids-angular-components-grid-layout-grid-column.mjs +5 -0
- package/esm2022/components/grid-layout/grid-column/public-api.mjs +2 -0
- package/esm2022/components/grid-layout/grid-container/grid-container.component.mjs +35 -0
- package/esm2022/components/grid-layout/grid-container/inera-ids-angular-components-grid-layout-grid-container.mjs +5 -0
- package/esm2022/components/grid-layout/grid-container/public-api.mjs +2 -0
- package/esm2022/components/grid-layout/grid-row/grid-row.component.mjs +43 -0
- package/esm2022/components/grid-layout/grid-row/inera-ids-angular-components-grid-layout-grid-row.mjs +5 -0
- package/esm2022/components/grid-layout/grid-row/public-api.mjs +2 -0
- package/esm2022/components/grid-layout/inera-ids-angular-components-grid-layout.mjs +5 -0
- package/esm2022/components/grid-layout/public-api.mjs +4 -0
- package/esm2022/components/header-1177/avatar/header-1177-avatar-agent.component.mjs +20 -0
- package/esm2022/components/header-1177/avatar/header-1177-avatar.component.mjs +102 -14
- package/esm2022/components/header-1177/brand-link/header-1177-brand-link.directive.mjs +17 -0
- package/esm2022/components/header-1177/header-1177.component.mjs +34 -42
- package/esm2022/components/header-1177/header-1177.module.mjs +80 -0
- package/esm2022/components/header-1177/item/header-1177-item.component.mjs +42 -11
- package/esm2022/components/header-1177/menu-mobile/header-1177-menu-mobile.component.mjs +50 -7
- package/esm2022/components/header-1177/nav/header-1177-nav.component.mjs +45 -57
- package/esm2022/components/header-1177/nav-item/header-1177-nav-item.component.mjs +141 -11
- package/esm2022/components/header-1177/nav-item-menu-link/header-1177-nav-item-menu-link.component.mjs +18 -0
- package/esm2022/components/header-1177/nav-item-mobile/header-1177-nav-item-mobile.component.mjs +29 -8
- package/esm2022/components/header-1177/public-api.mjs +6 -1
- package/esm2022/components/header-1177/region-picker/header-1177-region-picker.component.mjs +69 -11
- package/esm2022/components/header-1177/region-picker-mobile/header-1177-region-picker-mobile.component.mjs +64 -12
- package/esm2022/components/header-1177/skip-to-content/header-1177-skip-to-content.component.mjs +18 -0
- package/esm2022/components/header-1177-admin/avatar/header-1177-admin-avatar.component.mjs +116 -13
- package/esm2022/components/header-1177-admin/avatar-mobile/header-1177-admin-avatar-mobile.component.mjs +113 -12
- package/esm2022/components/header-1177-admin/brand-link/header-1177-admin-brand-link.directive.mjs +17 -0
- package/esm2022/components/header-1177-admin/header-1177-admin.component.mjs +36 -54
- package/esm2022/components/header-1177-admin/header-1177-admin.module.mjs +70 -0
- package/esm2022/components/header-1177-admin/item/header-1177-admin-item.component.mjs +29 -8
- package/esm2022/components/header-1177-admin/menu-mobile/header-1177-admin-menu-mobile.component.mjs +58 -7
- package/esm2022/components/header-1177-admin/nav/header-1177-admin-nav.component.mjs +28 -37
- package/esm2022/components/header-1177-admin/nav-item/header-1177-admin-nav-item.component.mjs +143 -13
- package/esm2022/components/header-1177-admin/nav-item-menu-link/header-1177-admin-nav-item-menu-link.component.mjs +18 -0
- package/esm2022/components/header-1177-admin/nav-item-mobile/header-1177-admin-nav-item-mobile.mjs +36 -0
- package/esm2022/components/header-1177-admin/public-api.mjs +6 -1
- package/esm2022/components/header-1177-admin/skip-to-content/header-1177-admin-skip-to-content.component.mjs +18 -0
- package/esm2022/components/header-1177-pro/avatar/header-1177-pro-avatar.component.mjs +118 -15
- package/esm2022/components/header-1177-pro/avatar-mobile/header-1177-pro-avatar-mobile.component.mjs +113 -12
- package/esm2022/components/header-1177-pro/brand-link/header-1177-pro-brand-link.directive.mjs +17 -0
- package/esm2022/components/header-1177-pro/header-1177-pro.component.mjs +32 -62
- package/esm2022/components/header-1177-pro/header-1177-pro.module.mjs +80 -0
- package/esm2022/components/header-1177-pro/item/header-1177-pro-item.component.mjs +29 -8
- package/esm2022/components/header-1177-pro/menu-mobile/header-1177-pro-menu-mobile.component.mjs +58 -8
- package/esm2022/components/header-1177-pro/nav/header-1177-pro-nav.component.mjs +25 -46
- package/esm2022/components/header-1177-pro/nav-item/header-1177-pro-nav-item.component.mjs +142 -15
- package/esm2022/components/header-1177-pro/nav-item-menu-link/header-1177-pro-nav-item-menu-link.component.mjs +18 -0
- package/esm2022/components/header-1177-pro/nav-item-mobile/header-1177-pro-nav-item-mobile.mjs +36 -0
- package/esm2022/components/header-1177-pro/public-api.mjs +6 -1
- package/esm2022/components/header-1177-pro/region-picker/header-1177-pro-region-picker.component.mjs +69 -11
- package/esm2022/components/header-1177-pro/region-picker-mobile/header-1177-pro-region-picker-mobile.component.mjs +64 -12
- package/esm2022/components/header-1177-pro/skip-to-content/header-1177-pro-skip-to-content.component.mjs +18 -0
- package/esm2022/components/header-inera/brand-link/header-inera-brand-link.directive.mjs +14 -0
- package/esm2022/components/header-inera/header-inera.component.mjs +38 -45
- package/esm2022/components/header-inera/header-inera.module.mjs +55 -0
- package/esm2022/components/header-inera/item/header-inera-item.component.mjs +29 -8
- package/esm2022/components/header-inera/menu-mobile/header-inera-menu-mobile.component.mjs +64 -16
- package/esm2022/components/header-inera/nav/header-inera-nav.component.mjs +25 -31
- package/esm2022/components/header-inera/nav-item/header-inera-nav-item.component.mjs +154 -0
- package/esm2022/components/header-inera/nav-item-menu-link/header-inera-nav-item-menu-link.component.mjs +18 -0
- package/esm2022/components/header-inera/public-api.mjs +6 -2
- package/esm2022/components/header-inera/skip-to-content/header-inera-skip-to-content.component.mjs +18 -0
- package/esm2022/components/header-inera-admin/avatar/header-inera-admin-avatar.component.mjs +118 -15
- package/esm2022/components/header-inera-admin/avatar-mobile/header-inera-admin-avatar-mobile.component.mjs +113 -12
- package/esm2022/components/header-inera-admin/brand-link/header-inera-admin-brand-link.directive.mjs +17 -0
- package/esm2022/components/header-inera-admin/header-inera-admin.component.mjs +45 -46
- package/esm2022/components/header-inera-admin/header-inera-admin.module.mjs +70 -0
- package/esm2022/components/header-inera-admin/item/header-inera-admin-item.component.mjs +34 -11
- package/esm2022/components/header-inera-admin/menu-mobile/header-inera-admin-menu-mobile.component.mjs +64 -8
- package/esm2022/components/header-inera-admin/nav/header-inera-admin-nav.component.mjs +24 -35
- package/esm2022/components/header-inera-admin/nav-item/header-inera-admin-nav-item.component.mjs +142 -15
- package/esm2022/components/header-inera-admin/nav-item-menu-link/header-inera-admin-nav-item-menu-link.component.mjs +18 -0
- package/esm2022/components/header-inera-admin/nav-item-mobile/header-inera-admin-nav-item-mobile.mjs +36 -0
- package/esm2022/components/header-inera-admin/public-api.mjs +6 -1
- package/esm2022/components/header-inera-admin/skip-to-content/header-inera-admin-skip-to-content.component.mjs +18 -0
- package/esm2022/components/header-patient/header-patient-actions.component.mjs +22 -0
- package/esm2022/components/header-patient/header-patient.component.mjs +64 -13
- package/esm2022/components/header-patient/public-api.mjs +2 -2
- package/esm2022/components/link/link.directive.mjs +64 -0
- package/esm2022/components/link/public-api.mjs +2 -3
- package/esm2022/components/mobile/menu/item/mobile-menu-item.component.mjs +74 -8
- package/esm2022/components/mobile/menu/item/public-api.mjs +1 -2
- package/esm2022/components/mobile/menu/mobile-menu.component.mjs +32 -8
- package/esm2022/components/mobile/menu/public-api.mjs +1 -2
- package/esm2022/components/navigation/content/navigation-content-link.component.mjs +29 -0
- package/esm2022/components/navigation/content/navigation-content.component.mjs +15 -9
- package/esm2022/components/navigation/content/public-api.mjs +2 -2
- package/esm2022/components/navigation/local/navigation-local-link.component.mjs +27 -0
- package/esm2022/components/navigation/local/navigation-local.component.mjs +13 -7
- package/esm2022/components/navigation/local/public-api.mjs +2 -2
- package/esm2022/components/notification-badge/inera-ids-angular-components-notification-badge.mjs +5 -0
- package/esm2022/components/notification-badge/notification-badge.component.mjs +39 -0
- package/esm2022/components/notification-badge/public-api.mjs +2 -0
- package/esm2022/components/pagination/data-pagination/data-pagination-select.component.mjs +20 -0
- package/esm2022/components/pagination/data-pagination/data-pagination.component.mjs +61 -13
- package/esm2022/components/pagination/data-pagination/public-api.mjs +2 -2
- package/esm2022/components/pagination/list-pagination/list-pagination.component.mjs +168 -34
- package/esm2022/components/pagination/list-pagination/public-api.mjs +1 -2
- package/esm2022/components/popover/popover-close.component.mjs +24 -0
- package/esm2022/components/popover/popover-content.component.mjs +91 -0
- package/esm2022/components/popover/popover-header.component.mjs +18 -0
- package/esm2022/components/popover/popover-trigger.component.mjs +15 -0
- package/esm2022/components/popover/popover.component.mjs +139 -23
- package/esm2022/components/popover/popover.module.mjs +27 -9
- package/esm2022/components/popover/public-api.mjs +6 -2
- package/esm2022/components/progressbar/progressbar.component.mjs +11 -11
- package/esm2022/components/progressbar/public-api.mjs +1 -2
- package/esm2022/components/puff-list/public-api.mjs +8 -5
- package/esm2022/components/puff-list/puff-list-item-content-info.component.mjs +18 -0
- package/esm2022/components/puff-list/puff-list-item-content.component.mjs +15 -0
- package/esm2022/components/puff-list/puff-list-item-date-label.component.mjs +18 -0
- package/esm2022/components/puff-list/puff-list-item-extra-content.component.mjs +18 -0
- package/esm2022/components/puff-list/puff-list-item-header.component.mjs +18 -0
- package/esm2022/components/puff-list/puff-list-item.component.mjs +161 -0
- package/esm2022/components/puff-list/puff-list.component.mjs +33 -5
- package/esm2022/components/puff-list/puff-list.module.mjs +32 -18
- package/esm2022/components/region-icon/public-api.mjs +1 -2
- package/esm2022/components/region-icon/region-icon.component.mjs +31 -10
- package/esm2022/components/side-menu/public-api.mjs +4 -2
- package/esm2022/components/side-menu/side-menu-icon.component.mjs +24 -0
- package/esm2022/components/side-menu/side-menu-link.component.mjs +18 -0
- package/esm2022/components/side-menu/side-menu.component.mjs +190 -17
- package/esm2022/components/side-menu/side-menu.module.mjs +19 -7
- package/esm2022/components/side-panel/public-api.mjs +4 -2
- package/esm2022/components/side-panel/side-panel-footer.component.mjs +50 -0
- package/esm2022/components/side-panel/side-panel-provider.component.mjs +73 -0
- package/esm2022/components/side-panel/side-panel.component.mjs +176 -29
- package/esm2022/components/side-panel/side-panel.module.mjs +21 -8
- package/esm2022/components/stepper/public-api.mjs +4 -3
- package/esm2022/components/stepper/step-header.component.mjs +18 -0
- package/esm2022/components/stepper/step.component.mjs +133 -0
- package/esm2022/components/stepper/stepper.component.mjs +22 -9
- package/esm2022/components/stepper/stepper.module.mjs +14 -11
- package/esm2022/components/tabs/public-api.mjs +3 -5
- package/esm2022/components/tabs/tab-group.component.mjs +51 -0
- package/esm2022/components/tabs/tab.component.mjs +41 -0
- package/esm2022/components/tag/public-api.mjs +2 -2
- package/esm2022/components/tag/tag.component.mjs +13 -14
- package/esm2022/components/tag/tag.directive.mjs +17 -0
- package/esm2022/components/tooltip/public-api.mjs +2 -1
- package/esm2022/components/tooltip/tooltip-trigger.directive.mjs +18 -0
- package/esm2022/components/tooltip/tooltip.component.mjs +75 -9
- package/esm2022/components/tooltip/tooltip.module.mjs +12 -9
- package/fesm2022/inera-ids-angular-common.mjs +225 -30
- package/fesm2022/inera-ids-angular-common.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-accordion.mjs +100 -40
- package/fesm2022/inera-ids-angular-components-accordion.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-action-link.mjs +39 -0
- package/fesm2022/inera-ids-angular-components-action-link.mjs.map +1 -0
- package/fesm2022/inera-ids-angular-components-alert.mjs +115 -54
- package/fesm2022/inera-ids-angular-components-alert.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-badge.mjs +13 -25
- package/fesm2022/inera-ids-angular-components-badge.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-box-link.mjs +36 -21
- package/fesm2022/inera-ids-angular-components-box-link.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-breadcrumbs.mjs +23 -42
- package/fesm2022/inera-ids-angular-components-breadcrumbs.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-button-group.mjs +22 -25
- package/fesm2022/inera-ids-angular-components-button-group.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-button.mjs +122 -71
- package/fesm2022/inera-ids-angular-components-button.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-card.mjs +45 -34
- package/fesm2022/inera-ids-angular-components-card.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-carousel.mjs +80 -39
- package/fesm2022/inera-ids-angular-components-carousel.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-date-label.mjs +105 -44
- package/fesm2022/inera-ids-angular-components-date-label.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-dialog.mjs +204 -42
- package/fesm2022/inera-ids-angular-components-dialog.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-dropdown.mjs +138 -60
- package/fesm2022/inera-ids-angular-components-dropdown.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-footer-1177-admin.mjs +180 -14
- package/fesm2022/inera-ids-angular-components-footer-1177-admin.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-footer-1177-pro.mjs +180 -14
- package/fesm2022/inera-ids-angular-components-footer-1177-pro.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-footer-1177.mjs +181 -16
- package/fesm2022/inera-ids-angular-components-footer-1177.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-footer-inera-admin.mjs +184 -14
- package/fesm2022/inera-ids-angular-components-footer-inera-admin.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-footer-inera.mjs +180 -14
- package/fesm2022/inera-ids-angular-components-footer-inera.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-check-button.mjs +10 -22
- package/fesm2022/inera-ids-angular-components-form-check-button.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-checkbox-group.mjs +34 -38
- package/fesm2022/inera-ids-angular-components-form-checkbox-group.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-checkbox.mjs +38 -37
- package/fesm2022/inera-ids-angular-components-form-checkbox.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-darkmode-toggle.mjs +19 -0
- package/fesm2022/inera-ids-angular-components-form-darkmode-toggle.mjs.map +1 -0
- package/fesm2022/inera-ids-angular-components-form-error-message.mjs +38 -32
- package/fesm2022/inera-ids-angular-components-form-error-message.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-input.mjs +66 -30
- package/fesm2022/inera-ids-angular-components-form-input.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-radio-button.mjs +46 -27
- package/fesm2022/inera-ids-angular-components-form-radio-button.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-radio.mjs +65 -55
- package/fesm2022/inera-ids-angular-components-form-radio.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-range.mjs +64 -26
- package/fesm2022/inera-ids-angular-components-form-range.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-select-multiple.mjs +86 -46
- package/fesm2022/inera-ids-angular-components-form-select-multiple.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-select.mjs +8 -23
- package/fesm2022/inera-ids-angular-components-form-select.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-spinner.mjs +15 -30
- package/fesm2022/inera-ids-angular-components-form-spinner.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-textarea.mjs +56 -29
- package/fesm2022/inera-ids-angular-components-form-textarea.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-time.mjs +7 -23
- package/fesm2022/inera-ids-angular-components-form-time.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-toggle.mjs +6 -23
- package/fesm2022/inera-ids-angular-components-form-toggle.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-global-alert.mjs +118 -39
- package/fesm2022/inera-ids-angular-components-global-alert.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-grid-column.mjs +41 -42
- package/fesm2022/inera-ids-angular-components-grid-column.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-grid-container.mjs +18 -25
- package/fesm2022/inera-ids-angular-components-grid-container.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-grid-layout-grid-column.mjs +79 -0
- package/fesm2022/inera-ids-angular-components-grid-layout-grid-column.mjs.map +1 -0
- package/fesm2022/inera-ids-angular-components-grid-layout-grid-container.mjs +42 -0
- package/fesm2022/inera-ids-angular-components-grid-layout-grid-container.mjs.map +1 -0
- package/fesm2022/inera-ids-angular-components-grid-layout-grid-row.mjs +50 -0
- package/fesm2022/inera-ids-angular-components-grid-layout-grid-row.mjs.map +1 -0
- package/fesm2022/inera-ids-angular-components-grid-layout.mjs +153 -0
- package/fesm2022/inera-ids-angular-components-grid-layout.mjs.map +1 -0
- package/fesm2022/inera-ids-angular-components-grid-row.mjs +31 -38
- package/fesm2022/inera-ids-angular-components-grid-row.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-grid.mjs +86 -101
- package/fesm2022/inera-ids-angular-components-grid.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-header-1177-admin.mjs +673 -159
- package/fesm2022/inera-ids-angular-components-header-1177-admin.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-header-1177-pro.mjs +803 -197
- package/fesm2022/inera-ids-angular-components-header-1177-pro.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-header-1177.mjs +711 -181
- package/fesm2022/inera-ids-angular-components-header-1177.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-header-inera-admin.mjs +672 -140
- package/fesm2022/inera-ids-angular-components-header-inera-admin.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-header-inera.mjs +388 -117
- package/fesm2022/inera-ids-angular-components-header-inera.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-header-patient.mjs +79 -27
- package/fesm2022/inera-ids-angular-components-header-patient.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-link.mjs +49 -48
- package/fesm2022/inera-ids-angular-components-link.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-mobile-menu-item.mjs +74 -25
- package/fesm2022/inera-ids-angular-components-mobile-menu-item.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-mobile-menu.mjs +107 -36
- package/fesm2022/inera-ids-angular-components-mobile-menu.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-navigation-content.mjs +41 -28
- package/fesm2022/inera-ids-angular-components-navigation-content.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-navigation-local.mjs +37 -22
- package/fesm2022/inera-ids-angular-components-navigation-local.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-notification-badge.mjs +30 -25
- package/fesm2022/inera-ids-angular-components-notification-badge.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-pagination-data-pagination.mjs +73 -23
- package/fesm2022/inera-ids-angular-components-pagination-data-pagination.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-pagination-list-pagination.mjs +168 -49
- package/fesm2022/inera-ids-angular-components-pagination-list-pagination.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-popover.mjs +297 -29
- package/fesm2022/inera-ids-angular-components-popover.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-progressbar.mjs +11 -30
- package/fesm2022/inera-ids-angular-components-progressbar.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-puff-list.mjs +277 -89
- package/fesm2022/inera-ids-angular-components-puff-list.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-region-icon.mjs +31 -25
- package/fesm2022/inera-ids-angular-components-region-icon.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-side-menu.mjs +243 -22
- package/fesm2022/inera-ids-angular-components-side-menu.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-side-panel.mjs +310 -35
- package/fesm2022/inera-ids-angular-components-side-panel.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-stepper.mjs +151 -40
- package/fesm2022/inera-ids-angular-components-stepper.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-tabs.mjs +66 -97
- package/fesm2022/inera-ids-angular-components-tabs.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-tag.mjs +23 -28
- package/fesm2022/inera-ids-angular-components-tag.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-tooltip.mjs +98 -15
- package/fesm2022/inera-ids-angular-components-tooltip.mjs.map +1 -1
- package/package.json +112 -71
- package/components/accordion/accordion.module.d.ts +0 -8
- package/components/alert/alert.module.d.ts +0 -9
- package/components/badge/badge.module.d.ts +0 -8
- package/components/box-link/box-link.module.d.ts +0 -8
- package/components/breadcrumbs/breadcrumbs.module.d.ts +0 -10
- package/components/button/button.component.d.ts +0 -25
- package/components/button/button.module.d.ts +0 -9
- package/components/button-group/button-group.module.d.ts +0 -8
- package/components/card/card.module.d.ts +0 -8
- package/components/carousel/carousel.module.d.ts +0 -9
- package/components/date-label/date-label.module.d.ts +0 -8
- package/components/dialog/dialog.module.d.ts +0 -8
- package/components/dropdown/dropdown-content.component.d.ts +0 -9
- package/components/form/check-button/check-button.module.d.ts +0 -8
- package/components/form/checkbox/checkbox.module.d.ts +0 -8
- package/components/form/checkbox-group/checkbox-group.module.d.ts +0 -10
- package/components/form/error-message/error-message.module.d.ts +0 -8
- package/components/form/input/input.module.d.ts +0 -9
- package/components/form/radio/radio.module.d.ts +0 -10
- package/components/form/radio-button/radio-button.module.d.ts +0 -10
- package/components/form/range/range.module.d.ts +0 -8
- package/components/form/select/select.module.d.ts +0 -8
- package/components/form/select-multiple/select-multiple.module.d.ts +0 -9
- package/components/form/spinner/spinner.module.d.ts +0 -8
- package/components/form/textarea/textarea.module.d.ts +0 -9
- package/components/form/time/time.module.d.ts +0 -8
- package/components/form/toggle/toggle.module.d.ts +0 -8
- package/components/global-alert/global-alert.module.d.ts +0 -9
- package/components/grid/column/column.module.d.ts +0 -8
- package/components/grid/container/container.module.d.ts +0 -8
- package/components/grid/row/row.module.d.ts +0 -8
- package/components/header-inera/nav/header-inera-nav-item.component.d.ts +0 -11
- package/components/header-patient/header-patient.module.d.ts +0 -8
- package/components/link/link.component.d.ts +0 -15
- package/components/link/link.module.d.ts +0 -9
- package/components/mobile/menu/item/mobile-menu-item.module.d.ts +0 -9
- package/components/mobile/menu/mobile-menu.module.d.ts +0 -10
- package/components/navigation/content/navigation-content.module.d.ts +0 -8
- package/components/navigation/local/navigation-local.module.d.ts +0 -8
- package/components/notification/badge/notification-badge.module.d.ts +0 -8
- package/components/pagination/data-pagination/data-pagination.module.d.ts +0 -8
- package/components/pagination/list-pagination/list-pagination.module.d.ts +0 -8
- package/components/progressbar/progressbar.module.d.ts +0 -8
- package/components/puff-list/puff-item/puff-info/puff-list-item-info.component.d.ts +0 -7
- package/components/puff-list/puff-item/puff-list-item.component.d.ts +0 -22
- package/components/region-icon/region-icon.module.d.ts +0 -8
- package/components/stepper/step/step.component.d.ts +0 -19
- package/components/tabs/panel/tab-panel.component.d.ts +0 -9
- package/components/tabs/tab/tab.component.d.ts +0 -11
- package/components/tabs/tabs.component.d.ts +0 -20
- package/components/tabs/tabs.module.d.ts +0 -11
- package/components/tag/tag.module.d.ts +0 -8
- package/esm2022/components/accordion/accordion.module.mjs +0 -18
- package/esm2022/components/alert/alert.module.mjs +0 -24
- package/esm2022/components/badge/badge.module.mjs +0 -22
- package/esm2022/components/box-link/box-link.module.mjs +0 -18
- package/esm2022/components/breadcrumbs/breadcrumbs.module.mjs +0 -31
- package/esm2022/components/button/button.component.mjs +0 -68
- package/esm2022/components/button/button.module.mjs +0 -24
- package/esm2022/components/button-group/button-group.module.mjs +0 -22
- package/esm2022/components/card/card.module.mjs +0 -22
- package/esm2022/components/carousel/carousel.module.mjs +0 -27
- package/esm2022/components/date-label/date-label.module.mjs +0 -22
- package/esm2022/components/dialog/dialog.module.mjs +0 -22
- package/esm2022/components/dropdown/dropdown-content.component.mjs +0 -29
- package/esm2022/components/form/check-button/check-button.module.mjs +0 -18
- package/esm2022/components/form/checkbox/checkbox.module.mjs +0 -22
- package/esm2022/components/form/checkbox-group/checkbox-group.module.mjs +0 -25
- package/esm2022/components/form/error-message/error-message.module.mjs +0 -22
- package/esm2022/components/form/input/input.module.mjs +0 -24
- package/esm2022/components/form/radio/radio.module.mjs +0 -31
- package/esm2022/components/form/radio-button/radio-button.module.mjs +0 -21
- package/esm2022/components/form/range/range.module.mjs +0 -22
- package/esm2022/components/form/select/select.module.mjs +0 -22
- package/esm2022/components/form/select-multiple/select-multiple.module.mjs +0 -26
- package/esm2022/components/form/spinner/spinner.module.mjs +0 -22
- package/esm2022/components/form/textarea/textarea.module.mjs +0 -24
- package/esm2022/components/form/time/time.module.mjs +0 -22
- package/esm2022/components/form/toggle/toggle.module.mjs +0 -22
- package/esm2022/components/global-alert/global-alert.module.mjs +0 -20
- package/esm2022/components/grid/column/column.module.mjs +0 -22
- package/esm2022/components/grid/container/container.module.mjs +0 -22
- package/esm2022/components/grid/row/row.module.mjs +0 -22
- package/esm2022/components/header-inera/nav/header-inera-nav-item.component.mjs +0 -27
- package/esm2022/components/header-patient/header-patient.module.mjs +0 -22
- package/esm2022/components/link/link.component.mjs +0 -42
- package/esm2022/components/link/link.module.mjs +0 -24
- package/esm2022/components/mobile/menu/item/mobile-menu-item.module.mjs +0 -20
- package/esm2022/components/mobile/menu/mobile-menu.module.mjs +0 -21
- package/esm2022/components/navigation/content/navigation-content.module.mjs +0 -22
- package/esm2022/components/navigation/local/navigation-local.module.mjs +0 -18
- package/esm2022/components/notification/badge/inera-ids-angular-components-notification-badge.mjs +0 -5
- package/esm2022/components/notification/badge/notification-badge.component.mjs +0 -15
- package/esm2022/components/notification/badge/notification-badge.module.mjs +0 -22
- package/esm2022/components/notification/badge/public-api.mjs +0 -3
- package/esm2022/components/pagination/data-pagination/data-pagination.module.mjs +0 -18
- package/esm2022/components/pagination/list-pagination/list-pagination.module.mjs +0 -18
- package/esm2022/components/progressbar/progressbar.module.mjs +0 -22
- package/esm2022/components/puff-list/puff-item/puff-header/puff-list-item-header.component.mjs +0 -15
- package/esm2022/components/puff-list/puff-item/puff-info/puff-list-item-info.component.mjs +0 -15
- package/esm2022/components/puff-list/puff-item/puff-list-item.component.mjs +0 -60
- package/esm2022/components/region-icon/region-icon.module.mjs +0 -18
- package/esm2022/components/stepper/step/step.component.mjs +0 -52
- package/esm2022/components/tabs/panel/tab-panel.component.mjs +0 -21
- package/esm2022/components/tabs/tab/tab.component.mjs +0 -26
- package/esm2022/components/tabs/tabs.component.mjs +0 -50
- package/esm2022/components/tabs/tabs.module.mjs +0 -34
- package/esm2022/components/tag/tag.module.mjs +0 -22
package/esm2022/components/header-inera-admin/brand-link/header-inera-admin-brand-link.directive.mjs
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Directive } from "@angular/core";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export class IDHeaderIneraAdminBrandLinkDirective {
|
|
4
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeaderIneraAdminBrandLinkDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
5
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: IDHeaderIneraAdminBrandLinkDirective, isStandalone: true, selector: "a[idBrandIneraAdminLink]", host: { classAttribute: "ids-header-inera-admin__logo-link" }, ngImport: i0 });
|
|
6
|
+
}
|
|
7
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeaderIneraAdminBrandLinkDirective, decorators: [{
|
|
8
|
+
type: Directive,
|
|
9
|
+
args: [{
|
|
10
|
+
selector: "a[idBrandIneraAdminLink]",
|
|
11
|
+
standalone: true,
|
|
12
|
+
host: {
|
|
13
|
+
class: 'ids-header-inera-admin__logo-link'
|
|
14
|
+
}
|
|
15
|
+
}]
|
|
16
|
+
}] });
|
|
17
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGVhZGVyLWluZXJhLWFkbWluLWJyYW5kLWxpbmsuZGlyZWN0aXZlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaWRzLWFuZ3VsYXIvY29tcG9uZW50cy9oZWFkZXItaW5lcmEtYWRtaW4vYnJhbmQtbGluay9oZWFkZXItaW5lcmEtYWRtaW4tYnJhbmQtbGluay5kaXJlY3RpdmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFTMUMsTUFBTSxPQUFPLG9DQUFvQzt3R0FBcEMsb0NBQW9DOzRGQUFwQyxvQ0FBb0M7OzRGQUFwQyxvQ0FBb0M7a0JBUGhELFNBQVM7bUJBQUM7b0JBQ1QsUUFBUSxFQUFFLDBCQUEwQjtvQkFDcEMsVUFBVSxFQUFFLElBQUk7b0JBQ2hCLElBQUksRUFBRTt3QkFDSixLQUFLLEVBQUUsbUNBQW1DO3FCQUMzQztpQkFDRiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IERpcmVjdGl2ZSB9IGZyb20gXCJAYW5ndWxhci9jb3JlXCI7XG5cbkBEaXJlY3RpdmUoe1xuICBzZWxlY3RvcjogXCJhW2lkQnJhbmRJbmVyYUFkbWluTGlua11cIixcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgaG9zdDoge1xuICAgIGNsYXNzOiAnaWRzLWhlYWRlci1pbmVyYS1hZG1pbl9fbG9nby1saW5rJ1xuICB9XG59KVxuZXhwb3J0IGNsYXNzIElESGVhZGVySW5lcmFBZG1pbkJyYW5kTGlua0RpcmVjdGl2ZSB7fVxuIl19
|
|
@@ -1,66 +1,65 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { Component, ContentChild, ContentChildren,
|
|
1
|
+
import { NgTemplateOutlet } from "@angular/common";
|
|
2
|
+
import { Component, ContentChild, ContentChildren, Input, booleanAttribute } from "@angular/core";
|
|
3
3
|
import { IDHeaderIneraAdminItemComponent } from "./item/header-inera-admin-item.component";
|
|
4
4
|
import { IDHeaderIneraAdminAvatarComponent } from "./avatar/header-inera-admin-avatar.component";
|
|
5
5
|
import { IDHeaderIneraAdminNavComponent } from "./nav/header-inera-admin-nav.component";
|
|
6
|
-
import {
|
|
7
|
-
import "@inera/ids-
|
|
6
|
+
import { IDHeaderIneraAdminSkipToContentComponent } from "./skip-to-content/header-inera-admin-skip-to-content.component";
|
|
7
|
+
import { ID_HEADER_CONTEXT } from "@inera/ids-angular/common";
|
|
8
|
+
import { IDHeaderIneraAdminBrandLinkDirective } from "./brand-link/header-inera-admin-brand-link.directive";
|
|
8
9
|
import * as i0 from "@angular/core";
|
|
9
|
-
import * as i1 from "@angular/common";
|
|
10
10
|
export class IDHeaderIneraAdminComponent {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
11
|
+
srBrandLabel;
|
|
12
|
+
brandHref;
|
|
13
|
+
brandText;
|
|
14
14
|
unresponsive = false;
|
|
15
|
-
|
|
16
|
-
this.cdRef = cdRef;
|
|
17
|
-
}
|
|
18
|
-
// Avatar
|
|
19
|
-
avatar;
|
|
20
|
-
// Navbar
|
|
21
|
-
navbar;
|
|
22
|
-
// Header mobile menu
|
|
23
|
-
menuMobile;
|
|
24
|
-
// Items
|
|
25
|
-
itemList;
|
|
15
|
+
showBrand = false;
|
|
26
16
|
items;
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
this.itemsDone = true;
|
|
39
|
-
}, 0);
|
|
40
|
-
}
|
|
41
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeaderIneraAdminComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
42
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDHeaderIneraAdminComponent, isStandalone: true, selector: "id-header-inera-admin", inputs: { brandtext: "brandtext", showlogo: "showlogo", unresponsive: "unresponsive" }, queries: [{ propertyName: "avatar", first: true, predicate: IDHeaderIneraAdminAvatarComponent, descendants: true }, { propertyName: "navbar", first: true, predicate: IDHeaderIneraAdminNavComponent, descendants: true }, { propertyName: "menuMobile", first: true, predicate: IDHeaderIneraAdminMenuMobileComponent, descendants: true }, { propertyName: "itemList", predicate: IDHeaderIneraAdminItemComponent }], ngImport: i0, template: "<ids-header-inera-admin\n [showlogo]=\"showlogo ? true : null\"\n [attr.unresponsive]=\"unresponsive ? 'true' : null\"\n [brandtext]=\"brandtext\">\n <ids-header-inera-admin-item\n *ngFor=\"let item of items\"\n [mobile]=\"item.mobile ? true : null\"\n [separatorleft]=\"item.separatorleft ? true : null\">\n <ng-container *ngTemplateOutlet=\"item.template\"></ng-container>\n </ids-header-inera-admin-item>\n\n <ids-header-inera-admin-avatar\n *ngIf=\"itemsDone && avatar\"\n [username]=\"avatar.username\"\n [unit]=\"avatar.unit\"\n [expanded]=\"avatar.expanded\">\n <ng-container *ngTemplateOutlet=\"avatar.template\"></ng-container>\n </ids-header-inera-admin-avatar>\n\n <ids-header-inera-admin-menu-mobile *ngIf=\"itemsDone && menuMobile\" slot=\"mobile-menu\">\n <ng-container *ngTemplateOutlet=\"menuMobile.template\"></ng-container>\n </ids-header-inera-admin-menu-mobile>\n\n <ids-header-inera-admin-nav *ngIf=\"itemsDone && navbar\">\n <ng-container *ngTemplateOutlet=\"navbar.template\"></ng-container>\n </ids-header-inera-admin-nav>\n</ids-header-inera-admin>\n", dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] });
|
|
17
|
+
avatar;
|
|
18
|
+
nav;
|
|
19
|
+
brandLink;
|
|
20
|
+
skipToContent;
|
|
21
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeaderIneraAdminComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
22
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.14", type: IDHeaderIneraAdminComponent, isStandalone: true, selector: "id-header-inera-admin", inputs: { srBrandLabel: "srBrandLabel", brandHref: "brandHref", brandText: "brandText", unresponsive: ["unresponsive", "unresponsive", booleanAttribute], showBrand: ["showBrand", "showBrand", booleanAttribute] }, providers: [
|
|
23
|
+
{
|
|
24
|
+
provide: ID_HEADER_CONTEXT,
|
|
25
|
+
useExisting: IDHeaderIneraAdminComponent,
|
|
26
|
+
},
|
|
27
|
+
], queries: [{ propertyName: "avatar", first: true, predicate: IDHeaderIneraAdminAvatarComponent, descendants: true }, { propertyName: "nav", first: true, predicate: IDHeaderIneraAdminNavComponent, descendants: true }, { propertyName: "brandLink", first: true, predicate: IDHeaderIneraAdminBrandLinkDirective, descendants: true }, { propertyName: "skipToContent", first: true, predicate: IDHeaderIneraAdminSkipToContentComponent, descendants: true }, { propertyName: "items", predicate: IDHeaderIneraAdminItemComponent }], ngImport: i0, template: "<header class=\"ids-header-inera-admin\"\n [class.ids-header-inera-admin--unresponsive]=\"unresponsive\">\n <ng-content select=\"id-header-inera-admin-skip-to-content\"></ng-content>\n <div class=\"ids-header-inera-admin__container\">\n <div class=\"ids-header-inera-admin__inner\">\n <div class=\"ids-header-inera-admin__main\">\n <div class=\"ids-header-inera-admin__service-wrapper\">\n <div class=\"ids-header-inera-admin__brand\">\n @if (showBrand) {\n <div class=\"ids-header-inera-admin__logo\" role=\"img\" [attr.aria-label]=\"srBrandLabel\"></div>\n }\n <div class=\"ids-header-inera-admin__brand-inner\">\n <span class=\"ids-header-inera-admin__brand-link\">\n @if(brandLink) {\n <ng-content select=\"[idBrandIneraAdminLink]\"></ng-content>\n } @else {\n <a [attr.href]=\"brandHref\" [attr.aria-label]=\"srBrandLabel\"></a>\n }\n </span>\n <h1 class=\"ids-header-inera-admin__brand-text\">{{brandText}}</h1>\n <h2 class=\"ids-header-inera-admin__service-name\">EN TJ\u00C4NST FR\u00C5N INERA</h2>\n </div>\n </div>\n </div>\n @if(items) {\n <div class=\"ids-header-inera-admin__items\">\n <ng-content select=\"id-header-inera-admin-item\"></ng-content>\n <ng-content select=\"id-header-inera-admin-menu-mobile\"></ng-content>\n <ng-content select=\"id-header-inera-admin-avatar\"></ng-content>\n </div>\n }\n </div>\n </div>\n </div>\n @if(nav) {\n <nav class=\"ids-header-inera-admin-nav\"\n [class.ids-header-inera-admin-nav--unresponsive]=\"unresponsive\"\n [class.ids-header-inera-admin-nav--hide-on-tablet]=\"nav.hideOnTablet\">\n <ng-container *ngTemplateOutlet=\"nav.template\"></ng-container>\n </nav>\n }\n</header>\n\n", dependencies: [{ kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] });
|
|
43
28
|
}
|
|
44
29
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeaderIneraAdminComponent, decorators: [{
|
|
45
30
|
type: Component,
|
|
46
|
-
args: [{ selector: "id-header-inera-admin", standalone: true,
|
|
47
|
-
|
|
31
|
+
args: [{ selector: "id-header-inera-admin", standalone: true, providers: [
|
|
32
|
+
{
|
|
33
|
+
provide: ID_HEADER_CONTEXT,
|
|
34
|
+
useExisting: IDHeaderIneraAdminComponent,
|
|
35
|
+
},
|
|
36
|
+
], imports: [NgTemplateOutlet], template: "<header class=\"ids-header-inera-admin\"\n [class.ids-header-inera-admin--unresponsive]=\"unresponsive\">\n <ng-content select=\"id-header-inera-admin-skip-to-content\"></ng-content>\n <div class=\"ids-header-inera-admin__container\">\n <div class=\"ids-header-inera-admin__inner\">\n <div class=\"ids-header-inera-admin__main\">\n <div class=\"ids-header-inera-admin__service-wrapper\">\n <div class=\"ids-header-inera-admin__brand\">\n @if (showBrand) {\n <div class=\"ids-header-inera-admin__logo\" role=\"img\" [attr.aria-label]=\"srBrandLabel\"></div>\n }\n <div class=\"ids-header-inera-admin__brand-inner\">\n <span class=\"ids-header-inera-admin__brand-link\">\n @if(brandLink) {\n <ng-content select=\"[idBrandIneraAdminLink]\"></ng-content>\n } @else {\n <a [attr.href]=\"brandHref\" [attr.aria-label]=\"srBrandLabel\"></a>\n }\n </span>\n <h1 class=\"ids-header-inera-admin__brand-text\">{{brandText}}</h1>\n <h2 class=\"ids-header-inera-admin__service-name\">EN TJ\u00C4NST FR\u00C5N INERA</h2>\n </div>\n </div>\n </div>\n @if(items) {\n <div class=\"ids-header-inera-admin__items\">\n <ng-content select=\"id-header-inera-admin-item\"></ng-content>\n <ng-content select=\"id-header-inera-admin-menu-mobile\"></ng-content>\n <ng-content select=\"id-header-inera-admin-avatar\"></ng-content>\n </div>\n }\n </div>\n </div>\n </div>\n @if(nav) {\n <nav class=\"ids-header-inera-admin-nav\"\n [class.ids-header-inera-admin-nav--unresponsive]=\"unresponsive\"\n [class.ids-header-inera-admin-nav--hide-on-tablet]=\"nav.hideOnTablet\">\n <ng-container *ngTemplateOutlet=\"nav.template\"></ng-container>\n </nav>\n }\n</header>\n\n" }]
|
|
37
|
+
}], propDecorators: { srBrandLabel: [{
|
|
48
38
|
type: Input
|
|
49
|
-
}],
|
|
39
|
+
}], brandHref: [{
|
|
50
40
|
type: Input
|
|
51
|
-
}],
|
|
41
|
+
}], brandText: [{
|
|
52
42
|
type: Input
|
|
43
|
+
}], unresponsive: [{
|
|
44
|
+
type: Input,
|
|
45
|
+
args: [{ transform: booleanAttribute }]
|
|
46
|
+
}], showBrand: [{
|
|
47
|
+
type: Input,
|
|
48
|
+
args: [{ transform: booleanAttribute }]
|
|
49
|
+
}], items: [{
|
|
50
|
+
type: ContentChildren,
|
|
51
|
+
args: [IDHeaderIneraAdminItemComponent]
|
|
53
52
|
}], avatar: [{
|
|
54
53
|
type: ContentChild,
|
|
55
54
|
args: [IDHeaderIneraAdminAvatarComponent]
|
|
56
|
-
}],
|
|
55
|
+
}], nav: [{
|
|
57
56
|
type: ContentChild,
|
|
58
57
|
args: [IDHeaderIneraAdminNavComponent]
|
|
59
|
-
}],
|
|
58
|
+
}], brandLink: [{
|
|
60
59
|
type: ContentChild,
|
|
61
|
-
args: [
|
|
62
|
-
}],
|
|
63
|
-
type:
|
|
64
|
-
args: [
|
|
60
|
+
args: [IDHeaderIneraAdminBrandLinkDirective]
|
|
61
|
+
}], skipToContent: [{
|
|
62
|
+
type: ContentChild,
|
|
63
|
+
args: [IDHeaderIneraAdminSkipToContentComponent]
|
|
65
64
|
}] } });
|
|
66
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
65
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGVhZGVyLWluZXJhLWFkbWluLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2NvbXBvbmVudHMvaGVhZGVyLWluZXJhLWFkbWluL2hlYWRlci1pbmVyYS1hZG1pbi5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9jb21wb25lbnRzL2hlYWRlci1pbmVyYS1hZG1pbi9oZWFkZXItaW5lcmEtYWRtaW4uY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDbkQsT0FBTyxFQUFFLFNBQVMsRUFBRSxZQUFZLEVBQUUsZUFBZSxFQUFFLEtBQUssRUFBYSxnQkFBZ0IsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUM3RyxPQUFPLEVBQUUsK0JBQStCLEVBQUUsTUFBTSwwQ0FBMEMsQ0FBQztBQUMzRixPQUFPLEVBQUUsaUNBQWlDLEVBQUUsTUFBTSw4Q0FBOEMsQ0FBQztBQUNqRyxPQUFPLEVBQUUsOEJBQThCLEVBQUUsTUFBTSx3Q0FBd0MsQ0FBQztBQUN4RixPQUFPLEVBQUUsd0NBQXdDLEVBQUUsTUFBTSxnRUFBZ0UsQ0FBQztBQUMxSCxPQUFPLEVBQUUsaUJBQWlCLEVBQW1CLE1BQU0sMkJBQTJCLENBQUM7QUFDL0UsT0FBTyxFQUFFLG9DQUFvQyxFQUFFLE1BQU0sc0RBQXNELENBQUM7O0FBYzVHLE1BQU0sT0FBTywyQkFBMkI7SUFDN0IsWUFBWSxDQUFVO0lBQ3RCLFNBQVMsQ0FBVTtJQUNuQixTQUFTLENBQVU7SUFDWSxZQUFZLEdBQVksS0FBSyxDQUFDO0lBQzlCLFNBQVMsR0FBWSxLQUFLLENBQUM7SUFHbkUsS0FBSyxDQUE2QztJQUdsRCxNQUFNLENBQW9DO0lBRzFDLEdBQUcsQ0FBaUM7SUFHcEMsU0FBUyxDQUF1QztJQUdoRCxhQUFhLENBQTJDO3dHQXBCN0MsMkJBQTJCOzRGQUEzQiwyQkFBMkIsZ01BSWxCLGdCQUFnQix5Q0FDaEIsZ0JBQWdCLGdCQWJ6QjtZQUNUO2dCQUNFLE9BQU8sRUFBRSxpQkFBaUI7Z0JBQzFCLFdBQVcsRUFBRSwyQkFBMkI7YUFDekM7U0FDRiw4REFhYSxpQ0FBaUMsc0VBR2pDLDhCQUE4Qiw0RUFHOUIsb0NBQW9DLGdGQUdwQyx3Q0FBd0MsMkRBWnJDLCtCQUErQiw2QkM1QmxELCs2REEyQ0EsNENEeEJZLGdCQUFnQjs7NEZBRWYsMkJBQTJCO2tCQVp2QyxTQUFTOytCQUNFLHVCQUF1QixjQUVyQixJQUFJLGFBQ0w7d0JBQ1Q7NEJBQ0UsT0FBTyxFQUFFLGlCQUFpQjs0QkFDMUIsV0FBVyw2QkFBNkI7eUJBQ3pDO3FCQUNGLFdBQ1EsQ0FBQyxnQkFBZ0IsQ0FBQzs4QkFHbEIsWUFBWTtzQkFBcEIsS0FBSztnQkFDRyxTQUFTO3NCQUFqQixLQUFLO2dCQUNHLFNBQVM7c0JBQWpCLEtBQUs7Z0JBQ2tDLFlBQVk7c0JBQW5ELEtBQUs7dUJBQUMsRUFBRSxTQUFTLEVBQUUsZ0JBQWdCLEVBQUU7Z0JBQ0UsU0FBUztzQkFBaEQsS0FBSzt1QkFBQyxFQUFFLFNBQVMsRUFBRSxnQkFBZ0IsRUFBRTtnQkFHdEMsS0FBSztzQkFESixlQUFlO3VCQUFDLCtCQUErQjtnQkFJaEQsTUFBTTtzQkFETCxZQUFZO3VCQUFDLGlDQUFpQztnQkFJL0MsR0FBRztzQkFERixZQUFZO3VCQUFDLDhCQUE4QjtnQkFJNUMsU0FBUztzQkFEUixZQUFZO3VCQUFDLG9DQUFvQztnQkFJbEQsYUFBYTtzQkFEWixZQUFZO3VCQUFDLHdDQUF3QyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nVGVtcGxhdGVPdXRsZXQgfSBmcm9tIFwiQGFuZ3VsYXIvY29tbW9uXCI7XG5pbXBvcnQgeyBDb21wb25lbnQsIENvbnRlbnRDaGlsZCwgQ29udGVudENoaWxkcmVuLCBJbnB1dCwgUXVlcnlMaXN0LCBib29sZWFuQXR0cmlidXRlIH0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcbmltcG9ydCB7IElESGVhZGVySW5lcmFBZG1pbkl0ZW1Db21wb25lbnQgfSBmcm9tIFwiLi9pdGVtL2hlYWRlci1pbmVyYS1hZG1pbi1pdGVtLmNvbXBvbmVudFwiO1xuaW1wb3J0IHsgSURIZWFkZXJJbmVyYUFkbWluQXZhdGFyQ29tcG9uZW50IH0gZnJvbSBcIi4vYXZhdGFyL2hlYWRlci1pbmVyYS1hZG1pbi1hdmF0YXIuY29tcG9uZW50XCI7XG5pbXBvcnQgeyBJREhlYWRlckluZXJhQWRtaW5OYXZDb21wb25lbnQgfSBmcm9tIFwiLi9uYXYvaGVhZGVyLWluZXJhLWFkbWluLW5hdi5jb21wb25lbnRcIjtcbmltcG9ydCB7IElESGVhZGVySW5lcmFBZG1pblNraXBUb0NvbnRlbnRDb21wb25lbnQgfSBmcm9tIFwiLi9za2lwLXRvLWNvbnRlbnQvaGVhZGVyLWluZXJhLWFkbWluLXNraXAtdG8tY29udGVudC5jb21wb25lbnRcIjtcbmltcG9ydCB7IElEX0hFQURFUl9DT05URVhULCBJREhlYWRlckNvbnRleHQgfSBmcm9tIFwiQGluZXJhL2lkcy1hbmd1bGFyL2NvbW1vblwiO1xuaW1wb3J0IHsgSURIZWFkZXJJbmVyYUFkbWluQnJhbmRMaW5rRGlyZWN0aXZlIH0gZnJvbSBcIi4vYnJhbmQtbGluay9oZWFkZXItaW5lcmEtYWRtaW4tYnJhbmQtbGluay5kaXJlY3RpdmVcIjtcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiBcImlkLWhlYWRlci1pbmVyYS1hZG1pblwiLFxuICB0ZW1wbGF0ZVVybDogXCIuL2hlYWRlci1pbmVyYS1hZG1pbi5jb21wb25lbnQuaHRtbFwiLFxuICBzdGFuZGFsb25lOiB0cnVlLFxuICBwcm92aWRlcnM6IFtcbiAgICB7XG4gICAgICBwcm92aWRlOiBJRF9IRUFERVJfQ09OVEVYVCxcbiAgICAgIHVzZUV4aXN0aW5nOiBJREhlYWRlckluZXJhQWRtaW5Db21wb25lbnQsXG4gICAgfSxcbiAgXSxcbiAgaW1wb3J0czogW05nVGVtcGxhdGVPdXRsZXRdXG59KVxuZXhwb3J0IGNsYXNzIElESGVhZGVySW5lcmFBZG1pbkNvbXBvbmVudCBpbXBsZW1lbnRzIElESGVhZGVyQ29udGV4dCB7XG4gIEBJbnB1dCgpIHNyQnJhbmRMYWJlbD86IHN0cmluZztcbiAgQElucHV0KCkgYnJhbmRIcmVmPzogc3RyaW5nO1xuICBASW5wdXQoKSBicmFuZFRleHQ/OiBzdHJpbmc7XG4gIEBJbnB1dCh7IHRyYW5zZm9ybTogYm9vbGVhbkF0dHJpYnV0ZSB9KSB1bnJlc3BvbnNpdmU6IGJvb2xlYW4gPSBmYWxzZTtcbiAgQElucHV0KHsgdHJhbnNmb3JtOiBib29sZWFuQXR0cmlidXRlIH0pIHNob3dCcmFuZDogYm9vbGVhbiA9IGZhbHNlO1xuXG4gIEBDb250ZW50Q2hpbGRyZW4oSURIZWFkZXJJbmVyYUFkbWluSXRlbUNvbXBvbmVudClcbiAgaXRlbXM6IFF1ZXJ5TGlzdDxJREhlYWRlckluZXJhQWRtaW5JdGVtQ29tcG9uZW50PjtcblxuICBAQ29udGVudENoaWxkKElESGVhZGVySW5lcmFBZG1pbkF2YXRhckNvbXBvbmVudClcbiAgYXZhdGFyOiBJREhlYWRlckluZXJhQWRtaW5BdmF0YXJDb21wb25lbnQ7XG5cbiAgQENvbnRlbnRDaGlsZChJREhlYWRlckluZXJhQWRtaW5OYXZDb21wb25lbnQpXG4gIG5hdjogSURIZWFkZXJJbmVyYUFkbWluTmF2Q29tcG9uZW50O1xuXG4gIEBDb250ZW50Q2hpbGQoSURIZWFkZXJJbmVyYUFkbWluQnJhbmRMaW5rRGlyZWN0aXZlKVxuICBicmFuZExpbms6IElESGVhZGVySW5lcmFBZG1pbkJyYW5kTGlua0RpcmVjdGl2ZTtcblxuICBAQ29udGVudENoaWxkKElESGVhZGVySW5lcmFBZG1pblNraXBUb0NvbnRlbnRDb21wb25lbnQpXG4gIHNraXBUb0NvbnRlbnQ6IElESGVhZGVySW5lcmFBZG1pblNraXBUb0NvbnRlbnRDb21wb25lbnQ7XG5cbn1cbiIsIjxoZWFkZXIgY2xhc3M9XCJpZHMtaGVhZGVyLWluZXJhLWFkbWluXCJcbiBbY2xhc3MuaWRzLWhlYWRlci1pbmVyYS1hZG1pbi0tdW5yZXNwb25zaXZlXT1cInVucmVzcG9uc2l2ZVwiPlxuICA8bmctY29udGVudCBzZWxlY3Q9XCJpZC1oZWFkZXItaW5lcmEtYWRtaW4tc2tpcC10by1jb250ZW50XCI+PC9uZy1jb250ZW50PlxuICA8ZGl2IGNsYXNzPVwiaWRzLWhlYWRlci1pbmVyYS1hZG1pbl9fY29udGFpbmVyXCI+XG4gICAgPGRpdiBjbGFzcz1cImlkcy1oZWFkZXItaW5lcmEtYWRtaW5fX2lubmVyXCI+XG4gICAgICA8ZGl2IGNsYXNzPVwiaWRzLWhlYWRlci1pbmVyYS1hZG1pbl9fbWFpblwiPlxuICAgICAgICA8ZGl2IGNsYXNzPVwiaWRzLWhlYWRlci1pbmVyYS1hZG1pbl9fc2VydmljZS13cmFwcGVyXCI+XG4gICAgICAgICAgPGRpdiBjbGFzcz1cImlkcy1oZWFkZXItaW5lcmEtYWRtaW5fX2JyYW5kXCI+XG4gICAgICAgICAgICBAaWYgKHNob3dCcmFuZCkge1xuICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiaWRzLWhlYWRlci1pbmVyYS1hZG1pbl9fbG9nb1wiIHJvbGU9XCJpbWdcIiBbYXR0ci5hcmlhLWxhYmVsXT1cInNyQnJhbmRMYWJlbFwiPjwvZGl2PlxuICAgICAgICAgICAgfVxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cImlkcy1oZWFkZXItaW5lcmEtYWRtaW5fX2JyYW5kLWlubmVyXCI+XG4gICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiaWRzLWhlYWRlci1pbmVyYS1hZG1pbl9fYnJhbmQtbGlua1wiPlxuICAgICAgICAgICAgICAgIEBpZihicmFuZExpbmspIHtcbiAgICAgICAgICAgICAgICAgIDxuZy1jb250ZW50IHNlbGVjdD1cIltpZEJyYW5kSW5lcmFBZG1pbkxpbmtdXCI+PC9uZy1jb250ZW50PlxuICAgICAgICAgICAgICAgIH0gQGVsc2Uge1xuICAgICAgICAgICAgICAgICAgPGEgW2F0dHIuaHJlZl09XCJicmFuZEhyZWZcIiBbYXR0ci5hcmlhLWxhYmVsXT1cInNyQnJhbmRMYWJlbFwiPjwvYT5cbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgIDwvc3Bhbj5cbiAgICAgICAgICAgICAgPGgxIGNsYXNzPVwiaWRzLWhlYWRlci1pbmVyYS1hZG1pbl9fYnJhbmQtdGV4dFwiPnt7YnJhbmRUZXh0fX08L2gxPlxuICAgICAgICAgICAgICA8aDIgY2xhc3M9XCJpZHMtaGVhZGVyLWluZXJhLWFkbWluX19zZXJ2aWNlLW5hbWVcIj5FTiBUSsOETlNUIEZSw4VOIElORVJBPC9oMj5cbiAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgIDwvZGl2PlxuICAgICAgICA8L2Rpdj5cbiAgICAgICAgQGlmKGl0ZW1zKSB7XG4gICAgICAgICAgPGRpdiBjbGFzcz1cImlkcy1oZWFkZXItaW5lcmEtYWRtaW5fX2l0ZW1zXCI+XG4gICAgICAgICAgICA8bmctY29udGVudCBzZWxlY3Q9XCJpZC1oZWFkZXItaW5lcmEtYWRtaW4taXRlbVwiPjwvbmctY29udGVudD5cbiAgICAgICAgICAgIDxuZy1jb250ZW50IHNlbGVjdD1cImlkLWhlYWRlci1pbmVyYS1hZG1pbi1tZW51LW1vYmlsZVwiPjwvbmctY29udGVudD5cbiAgICAgICAgICAgIDxuZy1jb250ZW50IHNlbGVjdD1cImlkLWhlYWRlci1pbmVyYS1hZG1pbi1hdmF0YXJcIj48L25nLWNvbnRlbnQ+XG4gICAgICAgICAgPC9kaXY+XG4gICAgICAgIH1cbiAgICAgIDwvZGl2PlxuICAgIDwvZGl2PlxuICA8L2Rpdj5cbiAgQGlmKG5hdikge1xuICAgIDxuYXYgY2xhc3M9XCJpZHMtaGVhZGVyLWluZXJhLWFkbWluLW5hdlwiXG4gICAgICBbY2xhc3MuaWRzLWhlYWRlci1pbmVyYS1hZG1pbi1uYXYtLXVucmVzcG9uc2l2ZV09XCJ1bnJlc3BvbnNpdmVcIlxuICAgICAgW2NsYXNzLmlkcy1oZWFkZXItaW5lcmEtYWRtaW4tbmF2LS1oaWRlLW9uLXRhYmxldF09XCJuYXYuaGlkZU9uVGFibGV0XCI+XG4gICAgICA8bmctY29udGFpbmVyICpuZ1RlbXBsYXRlT3V0bGV0PVwibmF2LnRlbXBsYXRlXCI+PC9uZy1jb250YWluZXI+XG4gICAgPC9uYXY+XG4gIH1cbjwvaGVhZGVyPlxuXG4iXX0=
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
import { NgModule } from "@angular/core";
|
|
2
|
+
import { IDHeaderIneraAdminComponent } from "./header-inera-admin.component";
|
|
3
|
+
import { IDHeaderIneraAdminAvatarComponent } from "./avatar/header-inera-admin-avatar.component";
|
|
4
|
+
import { IDHeaderIneraAdminAvatarMobileComponent } from "./avatar-mobile/header-inera-admin-avatar-mobile.component";
|
|
5
|
+
import { IDHeaderIneraAdminItemComponent } from "./item/header-inera-admin-item.component";
|
|
6
|
+
import { IDHeaderIneraAdminNavComponent } from "./nav/header-inera-admin-nav.component";
|
|
7
|
+
import { IDHeaderIneraAdminNavItemComponent } from "./nav-item/header-inera-admin-nav-item.component";
|
|
8
|
+
import { IDHeaderIneraAdminMenuMobileComponent } from "./menu-mobile/header-inera-admin-menu-mobile.component";
|
|
9
|
+
import { IDHeaderIneraAdminSkipToContentComponent } from "./skip-to-content/header-inera-admin-skip-to-content.component";
|
|
10
|
+
import { IDHeaderIneraAdminNavItemMenuLinkComponent } from "./nav-item-menu-link/header-inera-admin-nav-item-menu-link.component";
|
|
11
|
+
import { IDHeaderIneraAdminNavItemMobileComponent } from "./nav-item-mobile/header-inera-admin-nav-item-mobile";
|
|
12
|
+
import { IDHeaderIneraAdminBrandLinkDirective } from "./brand-link/header-inera-admin-brand-link.directive";
|
|
13
|
+
import * as i0 from "@angular/core";
|
|
14
|
+
export class IDHeaderIneraAdminModule {
|
|
15
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeaderIneraAdminModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
16
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: IDHeaderIneraAdminModule, imports: [IDHeaderIneraAdminComponent,
|
|
17
|
+
IDHeaderIneraAdminAvatarComponent,
|
|
18
|
+
IDHeaderIneraAdminAvatarMobileComponent,
|
|
19
|
+
IDHeaderIneraAdminItemComponent,
|
|
20
|
+
IDHeaderIneraAdminNavComponent,
|
|
21
|
+
IDHeaderIneraAdminNavItemComponent,
|
|
22
|
+
IDHeaderIneraAdminNavItemMobileComponent,
|
|
23
|
+
IDHeaderIneraAdminMenuMobileComponent,
|
|
24
|
+
IDHeaderIneraAdminSkipToContentComponent,
|
|
25
|
+
IDHeaderIneraAdminNavItemMenuLinkComponent,
|
|
26
|
+
IDHeaderIneraAdminBrandLinkDirective], exports: [IDHeaderIneraAdminComponent,
|
|
27
|
+
IDHeaderIneraAdminAvatarComponent,
|
|
28
|
+
IDHeaderIneraAdminAvatarMobileComponent,
|
|
29
|
+
IDHeaderIneraAdminItemComponent,
|
|
30
|
+
IDHeaderIneraAdminNavComponent,
|
|
31
|
+
IDHeaderIneraAdminNavItemComponent,
|
|
32
|
+
IDHeaderIneraAdminNavItemMobileComponent,
|
|
33
|
+
IDHeaderIneraAdminMenuMobileComponent,
|
|
34
|
+
IDHeaderIneraAdminSkipToContentComponent,
|
|
35
|
+
IDHeaderIneraAdminNavItemMenuLinkComponent,
|
|
36
|
+
IDHeaderIneraAdminBrandLinkDirective] });
|
|
37
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeaderIneraAdminModule });
|
|
38
|
+
}
|
|
39
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeaderIneraAdminModule, decorators: [{
|
|
40
|
+
type: NgModule,
|
|
41
|
+
args: [{
|
|
42
|
+
imports: [
|
|
43
|
+
IDHeaderIneraAdminComponent,
|
|
44
|
+
IDHeaderIneraAdminAvatarComponent,
|
|
45
|
+
IDHeaderIneraAdminAvatarMobileComponent,
|
|
46
|
+
IDHeaderIneraAdminItemComponent,
|
|
47
|
+
IDHeaderIneraAdminNavComponent,
|
|
48
|
+
IDHeaderIneraAdminNavItemComponent,
|
|
49
|
+
IDHeaderIneraAdminNavItemMobileComponent,
|
|
50
|
+
IDHeaderIneraAdminMenuMobileComponent,
|
|
51
|
+
IDHeaderIneraAdminSkipToContentComponent,
|
|
52
|
+
IDHeaderIneraAdminNavItemMenuLinkComponent,
|
|
53
|
+
IDHeaderIneraAdminBrandLinkDirective,
|
|
54
|
+
],
|
|
55
|
+
exports: [
|
|
56
|
+
IDHeaderIneraAdminComponent,
|
|
57
|
+
IDHeaderIneraAdminAvatarComponent,
|
|
58
|
+
IDHeaderIneraAdminAvatarMobileComponent,
|
|
59
|
+
IDHeaderIneraAdminItemComponent,
|
|
60
|
+
IDHeaderIneraAdminNavComponent,
|
|
61
|
+
IDHeaderIneraAdminNavItemComponent,
|
|
62
|
+
IDHeaderIneraAdminNavItemMobileComponent,
|
|
63
|
+
IDHeaderIneraAdminMenuMobileComponent,
|
|
64
|
+
IDHeaderIneraAdminSkipToContentComponent,
|
|
65
|
+
IDHeaderIneraAdminNavItemMenuLinkComponent,
|
|
66
|
+
IDHeaderIneraAdminBrandLinkDirective,
|
|
67
|
+
],
|
|
68
|
+
}]
|
|
69
|
+
}] });
|
|
70
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGVhZGVyLWluZXJhLWFkbWluLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2NvbXBvbmVudHMvaGVhZGVyLWluZXJhLWFkbWluL2hlYWRlci1pbmVyYS1hZG1pbi5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUV6QyxPQUFPLEVBQUUsMkJBQTJCLEVBQUUsTUFBTSxnQ0FBZ0MsQ0FBQztBQUM3RSxPQUFPLEVBQUUsaUNBQWlDLEVBQUUsTUFBTSw4Q0FBOEMsQ0FBQztBQUNqRyxPQUFPLEVBQUUsdUNBQXVDLEVBQUUsTUFBTSw0REFBNEQsQ0FBQztBQUNySCxPQUFPLEVBQUUsK0JBQStCLEVBQUUsTUFBTSwwQ0FBMEMsQ0FBQztBQUMzRixPQUFPLEVBQUUsOEJBQThCLEVBQUUsTUFBTSx3Q0FBd0MsQ0FBQztBQUN4RixPQUFPLEVBQUUsa0NBQWtDLEVBQUUsTUFBTSxrREFBa0QsQ0FBQztBQUN0RyxPQUFPLEVBQUUscUNBQXFDLEVBQUUsTUFBTSx3REFBd0QsQ0FBQztBQUMvRyxPQUFPLEVBQUUsd0NBQXdDLEVBQUUsTUFBTSxnRUFBZ0UsQ0FBQztBQUMxSCxPQUFPLEVBQUUsMENBQTBDLEVBQUUsTUFBTSxzRUFBc0UsQ0FBQztBQUNsSSxPQUFPLEVBQUUsd0NBQXdDLEVBQUUsTUFBTSxzREFBc0QsQ0FBQztBQUVoSCxPQUFPLEVBQUUsb0NBQW9DLEVBQUUsTUFBTSxzREFBc0QsQ0FBQzs7QUE4QjVHLE1BQU0sT0FBTyx3QkFBd0I7d0dBQXhCLHdCQUF3Qjt5R0FBeEIsd0JBQXdCLFlBMUJqQywyQkFBMkI7WUFDM0IsaUNBQWlDO1lBQ2pDLHVDQUF1QztZQUN2QywrQkFBK0I7WUFDL0IsOEJBQThCO1lBQzlCLGtDQUFrQztZQUNsQyx3Q0FBd0M7WUFDeEMscUNBQXFDO1lBQ3JDLHdDQUF3QztZQUN4QywwQ0FBMEM7WUFDMUMsb0NBQW9DLGFBR3BDLDJCQUEyQjtZQUMzQixpQ0FBaUM7WUFDakMsdUNBQXVDO1lBQ3ZDLCtCQUErQjtZQUMvQiw4QkFBOEI7WUFDOUIsa0NBQWtDO1lBQ2xDLHdDQUF3QztZQUN4QyxxQ0FBcUM7WUFDckMsd0NBQXdDO1lBQ3hDLDBDQUEwQztZQUMxQyxvQ0FBb0M7eUdBRzNCLHdCQUF3Qjs7NEZBQXhCLHdCQUF3QjtrQkE1QnBDLFFBQVE7bUJBQUM7b0JBQ1IsT0FBTyxFQUFFO3dCQUNQLDJCQUEyQjt3QkFDM0IsaUNBQWlDO3dCQUNqQyx1Q0FBdUM7d0JBQ3ZDLCtCQUErQjt3QkFDL0IsOEJBQThCO3dCQUM5QixrQ0FBa0M7d0JBQ2xDLHdDQUF3Qzt3QkFDeEMscUNBQXFDO3dCQUNyQyx3Q0FBd0M7d0JBQ3hDLDBDQUEwQzt3QkFDMUMsb0NBQW9DO3FCQUNyQztvQkFDRCxPQUFPLEVBQUU7d0JBQ1AsMkJBQTJCO3dCQUMzQixpQ0FBaUM7d0JBQ2pDLHVDQUF1Qzt3QkFDdkMsK0JBQStCO3dCQUMvQiw4QkFBOEI7d0JBQzlCLGtDQUFrQzt3QkFDbEMsd0NBQXdDO3dCQUN4QyxxQ0FBcUM7d0JBQ3JDLHdDQUF3Qzt3QkFDeEMsMENBQTBDO3dCQUMxQyxvQ0FBb0M7cUJBQ3JDO2lCQUNGIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tIFwiQGFuZ3VsYXIvY29yZVwiO1xuXG5pbXBvcnQgeyBJREhlYWRlckluZXJhQWRtaW5Db21wb25lbnQgfSBmcm9tIFwiLi9oZWFkZXItaW5lcmEtYWRtaW4uY29tcG9uZW50XCI7XG5pbXBvcnQgeyBJREhlYWRlckluZXJhQWRtaW5BdmF0YXJDb21wb25lbnQgfSBmcm9tIFwiLi9hdmF0YXIvaGVhZGVyLWluZXJhLWFkbWluLWF2YXRhci5jb21wb25lbnRcIjtcbmltcG9ydCB7IElESGVhZGVySW5lcmFBZG1pbkF2YXRhck1vYmlsZUNvbXBvbmVudCB9IGZyb20gXCIuL2F2YXRhci1tb2JpbGUvaGVhZGVyLWluZXJhLWFkbWluLWF2YXRhci1tb2JpbGUuY29tcG9uZW50XCI7XG5pbXBvcnQgeyBJREhlYWRlckluZXJhQWRtaW5JdGVtQ29tcG9uZW50IH0gZnJvbSBcIi4vaXRlbS9oZWFkZXItaW5lcmEtYWRtaW4taXRlbS5jb21wb25lbnRcIjtcbmltcG9ydCB7IElESGVhZGVySW5lcmFBZG1pbk5hdkNvbXBvbmVudCB9IGZyb20gXCIuL25hdi9oZWFkZXItaW5lcmEtYWRtaW4tbmF2LmNvbXBvbmVudFwiO1xuaW1wb3J0IHsgSURIZWFkZXJJbmVyYUFkbWluTmF2SXRlbUNvbXBvbmVudCB9IGZyb20gXCIuL25hdi1pdGVtL2hlYWRlci1pbmVyYS1hZG1pbi1uYXYtaXRlbS5jb21wb25lbnRcIjtcbmltcG9ydCB7IElESGVhZGVySW5lcmFBZG1pbk1lbnVNb2JpbGVDb21wb25lbnQgfSBmcm9tIFwiLi9tZW51LW1vYmlsZS9oZWFkZXItaW5lcmEtYWRtaW4tbWVudS1tb2JpbGUuY29tcG9uZW50XCI7XG5pbXBvcnQgeyBJREhlYWRlckluZXJhQWRtaW5Ta2lwVG9Db250ZW50Q29tcG9uZW50IH0gZnJvbSBcIi4vc2tpcC10by1jb250ZW50L2hlYWRlci1pbmVyYS1hZG1pbi1za2lwLXRvLWNvbnRlbnQuY29tcG9uZW50XCI7XG5pbXBvcnQgeyBJREhlYWRlckluZXJhQWRtaW5OYXZJdGVtTWVudUxpbmtDb21wb25lbnQgfSBmcm9tIFwiLi9uYXYtaXRlbS1tZW51LWxpbmsvaGVhZGVyLWluZXJhLWFkbWluLW5hdi1pdGVtLW1lbnUtbGluay5jb21wb25lbnRcIjtcbmltcG9ydCB7IElESGVhZGVySW5lcmFBZG1pbk5hdkl0ZW1Nb2JpbGVDb21wb25lbnQgfSBmcm9tIFwiLi9uYXYtaXRlbS1tb2JpbGUvaGVhZGVyLWluZXJhLWFkbWluLW5hdi1pdGVtLW1vYmlsZVwiO1xuXG5pbXBvcnQgeyBJREhlYWRlckluZXJhQWRtaW5CcmFuZExpbmtEaXJlY3RpdmUgfSBmcm9tIFwiLi9icmFuZC1saW5rL2hlYWRlci1pbmVyYS1hZG1pbi1icmFuZC1saW5rLmRpcmVjdGl2ZVwiO1xuXG5ATmdNb2R1bGUoe1xuICBpbXBvcnRzOiBbXG4gICAgSURIZWFkZXJJbmVyYUFkbWluQ29tcG9uZW50LFxuICAgIElESGVhZGVySW5lcmFBZG1pbkF2YXRhckNvbXBvbmVudCxcbiAgICBJREhlYWRlckluZXJhQWRtaW5BdmF0YXJNb2JpbGVDb21wb25lbnQsXG4gICAgSURIZWFkZXJJbmVyYUFkbWluSXRlbUNvbXBvbmVudCxcbiAgICBJREhlYWRlckluZXJhQWRtaW5OYXZDb21wb25lbnQsXG4gICAgSURIZWFkZXJJbmVyYUFkbWluTmF2SXRlbUNvbXBvbmVudCxcbiAgICBJREhlYWRlckluZXJhQWRtaW5OYXZJdGVtTW9iaWxlQ29tcG9uZW50LFxuICAgIElESGVhZGVySW5lcmFBZG1pbk1lbnVNb2JpbGVDb21wb25lbnQsXG4gICAgSURIZWFkZXJJbmVyYUFkbWluU2tpcFRvQ29udGVudENvbXBvbmVudCxcbiAgICBJREhlYWRlckluZXJhQWRtaW5OYXZJdGVtTWVudUxpbmtDb21wb25lbnQsXG4gICAgSURIZWFkZXJJbmVyYUFkbWluQnJhbmRMaW5rRGlyZWN0aXZlLFxuICBdLFxuICBleHBvcnRzOiBbXG4gICAgSURIZWFkZXJJbmVyYUFkbWluQ29tcG9uZW50LFxuICAgIElESGVhZGVySW5lcmFBZG1pbkF2YXRhckNvbXBvbmVudCxcbiAgICBJREhlYWRlckluZXJhQWRtaW5BdmF0YXJNb2JpbGVDb21wb25lbnQsXG4gICAgSURIZWFkZXJJbmVyYUFkbWluSXRlbUNvbXBvbmVudCxcbiAgICBJREhlYWRlckluZXJhQWRtaW5OYXZDb21wb25lbnQsXG4gICAgSURIZWFkZXJJbmVyYUFkbWluTmF2SXRlbUNvbXBvbmVudCxcbiAgICBJREhlYWRlckluZXJhQWRtaW5OYXZJdGVtTW9iaWxlQ29tcG9uZW50LFxuICAgIElESGVhZGVySW5lcmFBZG1pbk1lbnVNb2JpbGVDb21wb25lbnQsXG4gICAgSURIZWFkZXJJbmVyYUFkbWluU2tpcFRvQ29udGVudENvbXBvbmVudCxcbiAgICBJREhlYWRlckluZXJhQWRtaW5OYXZJdGVtTWVudUxpbmtDb21wb25lbnQsXG4gICAgSURIZWFkZXJJbmVyYUFkbWluQnJhbmRMaW5rRGlyZWN0aXZlLFxuICBdLFxufSlcbmV4cG9ydCBjbGFzcyBJREhlYWRlckluZXJhQWRtaW5Nb2R1bGUge30iXX0=
|
|
@@ -1,21 +1,44 @@
|
|
|
1
|
-
import { Component,
|
|
1
|
+
import { Component, Input, booleanAttribute, inject } from '@angular/core';
|
|
2
|
+
import { ID_HEADER_CONTEXT } from '@inera/ids-angular/common';
|
|
2
3
|
import * as i0 from "@angular/core";
|
|
3
4
|
export class IDHeaderIneraAdminItemComponent {
|
|
4
5
|
mobile = false;
|
|
5
|
-
|
|
6
|
-
|
|
6
|
+
separatorLeft = false;
|
|
7
|
+
icon;
|
|
8
|
+
header = inject(ID_HEADER_CONTEXT, { optional: true, host: true });
|
|
7
9
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeaderIneraAdminItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
8
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
10
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.2.14", type: IDHeaderIneraAdminItemComponent, isStandalone: true, selector: "id-header-inera-admin-item", inputs: { mobile: ["mobile", "mobile", booleanAttribute], separatorLeft: ["separatorLeft", "separatorLeft", booleanAttribute], icon: "icon" }, host: { properties: { "class.ids-header-inera-admin-item--unresponsive": "header?.unresponsive", "class.ids-header-inera-admin-item--mobile": "mobile", "class.ids-header-inera-admin-item--separator": "separatorLeft" }, classAttribute: "ids-header-inera-admin-item" }, ngImport: i0, template: `
|
|
11
|
+
<div class="ids-header-inera-admin-item__icon">
|
|
12
|
+
<ng-content name=[icon]></ng-content>
|
|
13
|
+
<span class="ids-icon-{{icon}}" aria-hidden="true"></span>
|
|
14
|
+
</div>
|
|
15
|
+
<ng-content></ng-content>`, isInline: true });
|
|
9
16
|
}
|
|
10
17
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeaderIneraAdminItemComponent, decorators: [{
|
|
11
18
|
type: Component,
|
|
12
|
-
args: [{
|
|
19
|
+
args: [{
|
|
20
|
+
selector: 'id-header-inera-admin-item',
|
|
21
|
+
template: `
|
|
22
|
+
<div class="ids-header-inera-admin-item__icon">
|
|
23
|
+
<ng-content name=[icon]></ng-content>
|
|
24
|
+
<span class="ids-icon-{{icon}}" aria-hidden="true"></span>
|
|
25
|
+
</div>
|
|
26
|
+
<ng-content></ng-content>`,
|
|
27
|
+
standalone: true,
|
|
28
|
+
host: {
|
|
29
|
+
class: 'ids-header-inera-admin-item',
|
|
30
|
+
'[class.ids-header-inera-admin-item--unresponsive]': 'header?.unresponsive',
|
|
31
|
+
'[class.ids-header-inera-admin-item--mobile]': 'mobile',
|
|
32
|
+
'[class.ids-header-inera-admin-item--separator]': 'separatorLeft'
|
|
33
|
+
}
|
|
34
|
+
}]
|
|
13
35
|
}], propDecorators: { mobile: [{
|
|
36
|
+
type: Input,
|
|
37
|
+
args: [{ transform: booleanAttribute }]
|
|
38
|
+
}], separatorLeft: [{
|
|
39
|
+
type: Input,
|
|
40
|
+
args: [{ transform: booleanAttribute }]
|
|
41
|
+
}], icon: [{
|
|
14
42
|
type: Input
|
|
15
|
-
}], separatorleft: [{
|
|
16
|
-
type: Input
|
|
17
|
-
}], template: [{
|
|
18
|
-
type: ViewChild,
|
|
19
|
-
args: [TemplateRef]
|
|
20
43
|
}] } });
|
|
21
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
44
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGVhZGVyLWluZXJhLWFkbWluLWl0ZW0uY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaWRzLWFuZ3VsYXIvY29tcG9uZW50cy9oZWFkZXItaW5lcmEtYWRtaW4vaXRlbS9oZWFkZXItaW5lcmEtYWRtaW4taXRlbS5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQzNFLE9BQU8sRUFBRSxpQkFBaUIsRUFBbUIsTUFBTSwyQkFBMkIsQ0FBQzs7QUFrQi9FLE1BQU0sT0FBTywrQkFBK0I7SUFFRixNQUFNLEdBQVksS0FBSyxDQUFDO0lBQ3hCLGFBQWEsR0FBWSxLQUFLLENBQUM7SUFDOUQsSUFBSSxDQUFVO0lBRXZCLE1BQU0sR0FBRyxNQUFNLENBQXlCLGlCQUFpQixFQUFFLEVBQUUsUUFBUSxFQUFFLElBQUksRUFBRSxJQUFJLEVBQUUsSUFBSSxFQUFFLENBQUMsQ0FBQzt3R0FOaEYsK0JBQStCOzRGQUEvQiwrQkFBK0IscUdBRXRCLGdCQUFnQixxREFDaEIsZ0JBQWdCLHVUQWpCMUI7Ozs7OzhCQUtrQjs7NEZBU2pCLCtCQUErQjtrQkFoQjNDLFNBQVM7bUJBQUM7b0JBQ1QsUUFBUSxFQUFFLDRCQUE0QjtvQkFDdEMsUUFBUSxFQUFFOzs7Ozs4QkFLa0I7b0JBQzVCLFVBQVUsRUFBRSxJQUFJO29CQUNoQixJQUFJLEVBQUU7d0JBQ0osS0FBSyxFQUFFLDZCQUE2Qjt3QkFDcEMsbURBQW1ELEVBQUUsc0JBQXNCO3dCQUMzRSw2Q0FBNkMsRUFBRSxRQUFRO3dCQUN2RCxnREFBZ0QsRUFBRSxlQUFlO3FCQUNsRTtpQkFDRjs4QkFHeUMsTUFBTTtzQkFBN0MsS0FBSzt1QkFBQyxFQUFFLFNBQVMsRUFBRSxnQkFBZ0IsRUFBRTtnQkFDRSxhQUFhO3NCQUFwRCxLQUFLO3VCQUFDLEVBQUUsU0FBUyxFQUFFLGdCQUFnQixFQUFFO2dCQUM3QixJQUFJO3NCQUFaLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIElucHV0LCBib29sZWFuQXR0cmlidXRlLCBpbmplY3QgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IElEX0hFQURFUl9DT05URVhULCBJREhlYWRlckNvbnRleHQgfSBmcm9tICdAaW5lcmEvaWRzLWFuZ3VsYXIvY29tbW9uJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnaWQtaGVhZGVyLWluZXJhLWFkbWluLWl0ZW0nLFxuICB0ZW1wbGF0ZTogYFxuICAgIDxkaXYgY2xhc3M9XCJpZHMtaGVhZGVyLWluZXJhLWFkbWluLWl0ZW1fX2ljb25cIj5cbiAgICAgICAgPG5nLWNvbnRlbnQgbmFtZT1baWNvbl0+PC9uZy1jb250ZW50PlxuICAgICAgICA8c3BhbiBjbGFzcz1cImlkcy1pY29uLXt7aWNvbn19XCIgYXJpYS1oaWRkZW49XCJ0cnVlXCI+PC9zcGFuPlxuICAgIDwvZGl2PlxuICAgIDxuZy1jb250ZW50PjwvbmctY29udGVudD5gLFxuICBzdGFuZGFsb25lOiB0cnVlLFxuICBob3N0OiB7XG4gICAgY2xhc3M6ICdpZHMtaGVhZGVyLWluZXJhLWFkbWluLWl0ZW0nLFxuICAgICdbY2xhc3MuaWRzLWhlYWRlci1pbmVyYS1hZG1pbi1pdGVtLS11bnJlc3BvbnNpdmVdJzogJ2hlYWRlcj8udW5yZXNwb25zaXZlJyxcbiAgICAnW2NsYXNzLmlkcy1oZWFkZXItaW5lcmEtYWRtaW4taXRlbS0tbW9iaWxlXSc6ICdtb2JpbGUnLFxuICAgICdbY2xhc3MuaWRzLWhlYWRlci1pbmVyYS1hZG1pbi1pdGVtLS1zZXBhcmF0b3JdJzogJ3NlcGFyYXRvckxlZnQnXG4gIH1cbn0pXG5leHBvcnQgY2xhc3MgSURIZWFkZXJJbmVyYUFkbWluSXRlbUNvbXBvbmVudCB7XG5cbiAgQElucHV0KHsgdHJhbnNmb3JtOiBib29sZWFuQXR0cmlidXRlIH0pIG1vYmlsZTogYm9vbGVhbiA9IGZhbHNlO1xuICBASW5wdXQoeyB0cmFuc2Zvcm06IGJvb2xlYW5BdHRyaWJ1dGUgfSkgc2VwYXJhdG9yTGVmdDogYm9vbGVhbiA9IGZhbHNlO1xuICBASW5wdXQoKSBpY29uPzogc3RyaW5nO1xuXG4gIGhlYWRlciA9IGluamVjdDxJREhlYWRlckNvbnRleHQgfCBudWxsPihJRF9IRUFERVJfQ09OVEVYVCwgeyBvcHRpb25hbDogdHJ1ZSwgaG9zdDogdHJ1ZSB9KTtcbn1cbiAgIl19
|
|
@@ -1,15 +1,71 @@
|
|
|
1
|
-
import { Component,
|
|
1
|
+
import { Component, Input, booleanAttribute, inject } from '@angular/core';
|
|
2
|
+
import { ID_HEADER_CONTEXT } from '@inera/ids-angular/common';
|
|
2
3
|
import * as i0 from "@angular/core";
|
|
3
4
|
export class IDHeaderIneraAdminMenuMobileComponent {
|
|
4
|
-
|
|
5
|
+
expanded = false;
|
|
6
|
+
header = inject(ID_HEADER_CONTEXT, { optional: true, host: true });
|
|
7
|
+
toggleExpansion() {
|
|
8
|
+
this.expanded = !this.expanded;
|
|
9
|
+
}
|
|
5
10
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeaderIneraAdminMenuMobileComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
6
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
11
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.14", type: IDHeaderIneraAdminMenuMobileComponent, isStandalone: true, selector: "id-header-inera-admin-menu-mobile", inputs: { expanded: ["expanded", "expanded", booleanAttribute] }, host: { classAttribute: "ids-header-inera-admin__mobile-menu" }, ngImport: i0, template: `
|
|
12
|
+
<div
|
|
13
|
+
class="ids-header-inera-admin-menu-mobile"
|
|
14
|
+
[class.ids-header-inera-admin-menu-mobile--unresponsive]="header?.unresponsive"
|
|
15
|
+
[class.ids-header-inera-admin-menu-mobile--expanded]="expanded"
|
|
16
|
+
>
|
|
17
|
+
<button
|
|
18
|
+
(click)="toggleExpansion()"
|
|
19
|
+
aria-label="Meny"
|
|
20
|
+
[attr.aria-expanded]="expanded"
|
|
21
|
+
class="ids-header-inera-admin-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-admin-menu-mobile__items">
|
|
29
|
+
<ng-content select="id-mobile-menu"></ng-content>
|
|
30
|
+
</nav>
|
|
31
|
+
}
|
|
32
|
+
</div>
|
|
33
|
+
`, isInline: true });
|
|
7
34
|
}
|
|
8
35
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeaderIneraAdminMenuMobileComponent, decorators: [{
|
|
9
36
|
type: Component,
|
|
10
|
-
args: [{
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
37
|
+
args: [{
|
|
38
|
+
selector: 'id-header-inera-admin-menu-mobile',
|
|
39
|
+
template: `
|
|
40
|
+
<div
|
|
41
|
+
class="ids-header-inera-admin-menu-mobile"
|
|
42
|
+
[class.ids-header-inera-admin-menu-mobile--unresponsive]="header?.unresponsive"
|
|
43
|
+
[class.ids-header-inera-admin-menu-mobile--expanded]="expanded"
|
|
44
|
+
>
|
|
45
|
+
<button
|
|
46
|
+
(click)="toggleExpansion()"
|
|
47
|
+
aria-label="Meny"
|
|
48
|
+
[attr.aria-expanded]="expanded"
|
|
49
|
+
class="ids-header-inera-admin-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-admin-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-admin__mobile-menu',
|
|
65
|
+
},
|
|
66
|
+
}]
|
|
67
|
+
}], propDecorators: { expanded: [{
|
|
68
|
+
type: Input,
|
|
69
|
+
args: [{ transform: booleanAttribute }]
|
|
14
70
|
}] } });
|
|
15
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
71
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGVhZGVyLWluZXJhLWFkbWluLW1lbnUtbW9iaWxlLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2NvbXBvbmVudHMvaGVhZGVyLWluZXJhLWFkbWluL21lbnUtbW9iaWxlL2hlYWRlci1pbmVyYS1hZG1pbi1tZW51LW1vYmlsZS5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQzNFLE9BQU8sRUFBRSxpQkFBaUIsRUFBbUIsTUFBTSwyQkFBMkIsQ0FBQzs7QUFnQy9FLE1BQU0sT0FBTyxxQ0FBcUM7SUFDUixRQUFRLEdBQVksS0FBSyxDQUFDO0lBRWxFLE1BQU0sR0FBRyxNQUFNLENBQXlCLGlCQUFpQixFQUFFLEVBQUUsUUFBUSxFQUFFLElBQUksRUFBRSxJQUFJLEVBQUUsSUFBSSxFQUFFLENBQUMsQ0FBQztJQUUzRixlQUFlO1FBQ2IsSUFBSSxDQUFDLFFBQVEsR0FBRyxDQUFDLElBQUksQ0FBQyxRQUFRLENBQUM7SUFDakMsQ0FBQzt3R0FQVSxxQ0FBcUM7NEZBQXJDLHFDQUFxQyxrSEFDNUIsZ0JBQWdCLDhGQTdCMUI7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7R0FzQlQ7OzRGQU1VLHFDQUFxQztrQkE5QmpELFNBQVM7bUJBQUM7b0JBQ1QsUUFBUSxFQUFFLG1DQUFtQztvQkFDN0MsUUFBUSxFQUFFOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0dBc0JUO29CQUNELFVBQVUsRUFBRSxJQUFJO29CQUNoQixJQUFJLEVBQUU7d0JBQ0osS0FBSyxFQUFFLHFDQUFxQztxQkFDN0M7aUJBQ0Y7OEJBRXlDLFFBQVE7c0JBQS9DLEtBQUs7dUJBQUMsRUFBRSxTQUFTLEVBQUUsZ0JBQWdCLEVBQUUiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIElucHV0LCBib29sZWFuQXR0cmlidXRlLCBpbmplY3QgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IElEX0hFQURFUl9DT05URVhULCBJREhlYWRlckNvbnRleHQgfSBmcm9tICdAaW5lcmEvaWRzLWFuZ3VsYXIvY29tbW9uJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnaWQtaGVhZGVyLWluZXJhLWFkbWluLW1lbnUtbW9iaWxlJyxcbiAgdGVtcGxhdGU6IGBcbiAgICA8ZGl2XG4gICAgICBjbGFzcz1cImlkcy1oZWFkZXItaW5lcmEtYWRtaW4tbWVudS1tb2JpbGVcIlxuICAgICAgW2NsYXNzLmlkcy1oZWFkZXItaW5lcmEtYWRtaW4tbWVudS1tb2JpbGUtLXVucmVzcG9uc2l2ZV09XCJoZWFkZXI/LnVucmVzcG9uc2l2ZVwiXG4gICAgICBbY2xhc3MuaWRzLWhlYWRlci1pbmVyYS1hZG1pbi1tZW51LW1vYmlsZS0tZXhwYW5kZWRdPVwiZXhwYW5kZWRcIlxuICAgID5cbiAgICAgIDxidXR0b25cbiAgICAgICAgKGNsaWNrKT1cInRvZ2dsZUV4cGFuc2lvbigpXCJcbiAgICAgICAgYXJpYS1sYWJlbD1cIk1lbnlcIlxuICAgICAgICBbYXR0ci5hcmlhLWV4cGFuZGVkXT1cImV4cGFuZGVkXCJcbiAgICAgICAgY2xhc3M9XCJpZHMtaGVhZGVyLWluZXJhLWFkbWluLW1lbnUtbW9iaWxlX19idXR0b25cIlxuICAgICAgPlxuICAgICAgICA8ZGl2IGNsYXNzPVwiaWRzLWhhbWJ1cmdlclwiPlxuICAgICAgICAgIDxzcGFuIGNsYXNzPVwiaWRzLWhhbWJ1cmdlcl9fbGluZXNcIj48L3NwYW4+XG4gICAgICAgIDwvZGl2PlxuICAgICAgPC9idXR0b24+XG4gICAgICBAaWYgKGV4cGFuZGVkKSB7XG4gICAgICAgIDxuYXYgY2xhc3M9XCJpZHMtaGVhZGVyLWluZXJhLWFkbWluLW1lbnUtbW9iaWxlX19pdGVtc1wiPlxuICAgICAgICAgIDxuZy1jb250ZW50IHNlbGVjdD1cImlkLW1vYmlsZS1tZW51XCI+PC9uZy1jb250ZW50PlxuICAgICAgICA8L25hdj5cbiAgICAgIH1cbiAgICA8L2Rpdj5cbiAgYCxcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgaG9zdDoge1xuICAgIGNsYXNzOiAnaWRzLWhlYWRlci1pbmVyYS1hZG1pbl9fbW9iaWxlLW1lbnUnLFxuICB9LFxufSlcbmV4cG9ydCBjbGFzcyBJREhlYWRlckluZXJhQWRtaW5NZW51TW9iaWxlQ29tcG9uZW50IHtcbiAgQElucHV0KHsgdHJhbnNmb3JtOiBib29sZWFuQXR0cmlidXRlIH0pIGV4cGFuZGVkOiBib29sZWFuID0gZmFsc2U7XG5cbiAgaGVhZGVyID0gaW5qZWN0PElESGVhZGVyQ29udGV4dCB8IG51bGw+KElEX0hFQURFUl9DT05URVhULCB7IG9wdGlvbmFsOiB0cnVlLCBob3N0OiB0cnVlIH0pO1xuXG4gIHRvZ2dsZUV4cGFuc2lvbigpIHtcbiAgICB0aGlzLmV4cGFuZGVkID0gIXRoaXMuZXhwYW5kZWQ7XG4gIH1cbn1cbiJdfQ==
|
|
@@ -1,44 +1,33 @@
|
|
|
1
|
-
import { Component,
|
|
2
|
-
import { IDHeaderIneraAdminNavItemComponent } from "../nav-item/header-inera-admin-nav-item.component";
|
|
3
|
-
import { CommonModule } from "@angular/common";
|
|
4
|
-
import { IDHeaderIneraAdminAvatarMobileComponent } from "../avatar-mobile/header-inera-admin-avatar-mobile.component";
|
|
1
|
+
import { Component, Input, TemplateRef, ViewChild, booleanAttribute } from "@angular/core";
|
|
5
2
|
import * as i0 from "@angular/core";
|
|
6
|
-
import * as i1 from "@angular/common";
|
|
7
3
|
export class IDHeaderIneraAdminNavComponent {
|
|
8
|
-
|
|
9
|
-
constructor(cdRef) {
|
|
10
|
-
this.cdRef = cdRef;
|
|
11
|
-
}
|
|
4
|
+
hideOnTablet = false;
|
|
12
5
|
template;
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
});
|
|
21
|
-
}
|
|
22
|
-
updateNavItemsArray() {
|
|
23
|
-
setTimeout(() => {
|
|
24
|
-
this.navItems = this.navItemList.toArray();
|
|
25
|
-
this.cdRef.detectChanges();
|
|
26
|
-
});
|
|
27
|
-
}
|
|
28
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeaderIneraAdminNavComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
29
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDHeaderIneraAdminNavComponent, isStandalone: true, selector: "id-header-inera-admin-nav", queries: [{ propertyName: "navAvatarMobile", first: true, predicate: IDHeaderIneraAdminAvatarMobileComponent, descendants: true }, { propertyName: "navItemList", predicate: IDHeaderIneraAdminNavItemComponent }], viewQueries: [{ propertyName: "template", first: true, predicate: TemplateRef, descendants: true }], ngImport: i0, template: "<ng-template>\n <ids-header-inera-admin-nav-item\n *ngFor=\"let navItem of navItems\"\n [label]=\"navItem.label\"\n [notifications]=\"navItem.notifications\"\n [active]=\"navItem.active\"\n [expanded]=\"navItem.expanded\">\n <ng-container *ngTemplateOutlet=\"navItem.template\"></ng-container>\n </ids-header-inera-admin-nav-item>\n <ids-header-inera-admin-avatar-mobile\n *ngIf=\"navAvatarMobile\"\n [attr.expanded]=\"navAvatarMobile.expanded ? 'true' : null\"\n [attr.username]=\"navAvatarMobile.username\"\n [attr.unit]=\"navAvatarMobile.unit\">\n <ng-container *ngTemplateOutlet=\"navAvatarMobile.template\"></ng-container>\n </ids-header-inera-admin-avatar-mobile>\n</ng-template>\n", dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] });
|
|
6
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeaderIneraAdminNavComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
7
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.2.14", type: IDHeaderIneraAdminNavComponent, isStandalone: true, selector: "id-header-inera-admin-nav", inputs: { hideOnTablet: ["hideOnTablet", "hideOnTablet", booleanAttribute] }, viewQueries: [{ propertyName: "template", first: true, predicate: TemplateRef, descendants: true }], ngImport: i0, template: `
|
|
8
|
+
<ng-template>
|
|
9
|
+
<div class="ids-header-inera-admin-nav__nav-items">
|
|
10
|
+
<ng-content></ng-content>
|
|
11
|
+
</div>
|
|
12
|
+
</ng-template>`, isInline: true });
|
|
30
13
|
}
|
|
31
14
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeaderIneraAdminNavComponent, decorators: [{
|
|
32
15
|
type: Component,
|
|
33
|
-
args: [{
|
|
34
|
-
|
|
16
|
+
args: [{
|
|
17
|
+
selector: "id-header-inera-admin-nav",
|
|
18
|
+
template: `
|
|
19
|
+
<ng-template>
|
|
20
|
+
<div class="ids-header-inera-admin-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: [{
|
|
35
30
|
type: ViewChild,
|
|
36
31
|
args: [TemplateRef]
|
|
37
|
-
}], navAvatarMobile: [{
|
|
38
|
-
type: ContentChild,
|
|
39
|
-
args: [IDHeaderIneraAdminAvatarMobileComponent]
|
|
40
|
-
}], navItemList: [{
|
|
41
|
-
type: ContentChildren,
|
|
42
|
-
args: [IDHeaderIneraAdminNavItemComponent]
|
|
43
32
|
}] } });
|
|
44
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
33
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGVhZGVyLWluZXJhLWFkbWluLW5hdi5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9jb21wb25lbnRzL2hlYWRlci1pbmVyYS1hZG1pbi9uYXYvaGVhZGVyLWluZXJhLWFkbWluLW5hdi5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQUUsV0FBVyxFQUFFLFNBQVMsRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFZM0YsTUFBTSxPQUFPLDhCQUE4QjtJQUNELFlBQVksR0FBWSxLQUFLLENBQUM7SUFFOUMsUUFBUSxDQUFtQjt3R0FIeEMsOEJBQThCOzRGQUE5Qiw4QkFBOEIsc0hBQ3JCLGdCQUFnQix1RUFFekIsV0FBVyxnREFYWjs7Ozs7bUJBS087OzRGQUdOLDhCQUE4QjtrQkFWMUMsU0FBUzttQkFBQztvQkFDVCxRQUFRLEVBQUUsMkJBQTJCO29CQUNyQyxRQUFRLEVBQUU7Ozs7O21CQUtPO29CQUNqQixVQUFVLEVBQUUsSUFBSTtpQkFDakI7OEJBRXlDLFlBQVk7c0JBQW5ELEtBQUs7dUJBQUMsRUFBRSxTQUFTLEVBQUUsZ0JBQWdCLEVBQUU7Z0JBRWQsUUFBUTtzQkFBL0IsU0FBUzt1QkFBQyxXQUFXIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBJbnB1dCwgVGVtcGxhdGVSZWYsIFZpZXdDaGlsZCwgYm9vbGVhbkF0dHJpYnV0ZSB9IGZyb20gXCJAYW5ndWxhci9jb3JlXCI7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogXCJpZC1oZWFkZXItaW5lcmEtYWRtaW4tbmF2XCIsXG4gIHRlbXBsYXRlOiBgXG4gICAgPG5nLXRlbXBsYXRlPlxuICAgICAgPGRpdiBjbGFzcz1cImlkcy1oZWFkZXItaW5lcmEtYWRtaW4tbmF2X19uYXYtaXRlbXNcIj5cbiAgICAgICAgPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PlxuICAgICAgPC9kaXY+XG4gICAgPC9uZy10ZW1wbGF0ZT5gLFxuICBzdGFuZGFsb25lOiB0cnVlXG59KVxuZXhwb3J0IGNsYXNzIElESGVhZGVySW5lcmFBZG1pbk5hdkNvbXBvbmVudCB7XG4gIEBJbnB1dCh7IHRyYW5zZm9ybTogYm9vbGVhbkF0dHJpYnV0ZSB9KSBoaWRlT25UYWJsZXQ6IGJvb2xlYW4gPSBmYWxzZTtcblxuICBAVmlld0NoaWxkKFRlbXBsYXRlUmVmKSB0ZW1wbGF0ZTogVGVtcGxhdGVSZWY8YW55Pjtcbn1cbiJdfQ==
|