@inera/ids-angular 9.0.2 → 9.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/common/classes/form/IDErrorMessageBase.d.ts +1 -1
- package/common/classes/form/IDFormBase.d.ts +3 -2
- package/common/public-api.d.ts +1 -0
- package/common/utilities/useFocusTrap.d.ts +11 -0
- package/components/accordion/accordion.component.d.ts +4 -3
- package/components/card/card.component.d.ts +1 -1
- package/components/card/public-api.d.ts +0 -1
- package/components/carousel/carousel.component.d.ts +5 -2
- package/components/dialog/dialog.component.d.ts +4 -12
- package/components/dropdown/dropdown-trigger.component.d.ts +0 -1
- package/components/dropdown/dropdown.component.d.ts +8 -3
- package/components/footer-1177/footer-1177-col.component.d.ts +1 -0
- package/components/footer-1177/footer-1177-text.component.d.ts +0 -1
- package/components/footer-1177/footer-1177.component.d.ts +1 -0
- package/components/footer-1177-admin/footer-1177-admin-col.component.d.ts +1 -0
- package/components/footer-1177-admin/footer-1177-admin-text.component.d.ts +0 -1
- package/components/footer-1177-admin/footer-1177-admin.component.d.ts +1 -0
- package/components/footer-1177-pro/footer-1177-pro-col.component.d.ts +1 -0
- package/components/footer-1177-pro/footer-1177-pro-text.component.d.ts +0 -1
- package/components/footer-1177-pro/footer-1177-pro.component.d.ts +3 -1
- package/components/footer-inera/footer-inera-col.component.d.ts +1 -0
- package/components/footer-inera/footer-inera-sub-footer-mobile-text.component.d.ts +5 -0
- package/components/footer-inera/footer-inera-text.component.d.ts +0 -1
- package/components/footer-inera/footer-inera.component.d.ts +2 -1
- package/components/footer-inera/footer-inera.module.d.ts +2 -1
- package/components/footer-inera/public-api.d.ts +1 -0
- package/components/footer-inera-admin/footer-inera-admin-col.component.d.ts +2 -2
- package/components/footer-inera-admin/footer-inera-admin-sub-footer-mobile-text.component.d.ts +5 -0
- package/components/footer-inera-admin/footer-inera-admin-text.component.d.ts +0 -1
- package/components/footer-inera-admin/footer-inera-admin.component.d.ts +2 -1
- package/components/footer-inera-admin/footer-inera-admin.module.d.ts +2 -1
- package/components/footer-inera-admin/public-api.d.ts +1 -0
- package/components/footer-inera-general/footer-inera-general-col.component.d.ts +13 -0
- package/components/footer-inera-general/footer-inera-general-sub-footer-left.component.d.ts +5 -0
- package/components/footer-inera-general/footer-inera-general-sub-footer-mobile-text.component.d.ts +5 -0
- package/components/footer-inera-general/footer-inera-general-sub-footer-mobile.component.d.ts +5 -0
- package/components/footer-inera-general/footer-inera-general-sub-footer-right.component.d.ts +5 -0
- package/components/footer-inera-general/footer-inera-general-text.component.d.ts +5 -0
- package/components/footer-inera-general/footer-inera-general.component.d.ts +12 -0
- package/components/footer-inera-general/footer-inera-general.module.d.ts +12 -0
- package/components/footer-inera-general/index.d.ts +5 -0
- package/components/footer-inera-general/public-api.d.ts +8 -0
- package/components/form/checkbox-group/checkbox-group.component.d.ts +6 -4
- package/components/form/input/input-unit.component.d.ts +5 -0
- package/components/form/input/input.component.d.ts +7 -3
- package/components/form/input/public-api.d.ts +1 -0
- package/components/form/select-multiple/select-multiple.component.d.ts +2 -1
- package/components/form/textarea/textarea-hint.component.d.ts +1 -0
- package/components/global-alert/global-alert-actions.component.d.ts +0 -1
- package/components/global-alert/global-alert-header.component.d.ts +0 -1
- package/components/global-alert/global-alert.component.d.ts +1 -3
- package/components/header-1177/avatar/header-1177-avatar.component.d.ts +5 -2
- package/components/header-1177-admin/avatar/header-1177-admin-avatar.component.d.ts +6 -3
- package/components/header-1177-admin/avatar-mobile/header-1177-admin-avatar-mobile.component.d.ts +5 -2
- package/components/header-1177-admin/nav/header-1177-admin-nav.component.d.ts +1 -1
- package/components/header-1177-pro/avatar/header-1177-pro-avatar.component.d.ts +5 -2
- package/components/header-1177-pro/avatar-mobile/header-1177-pro-avatar-mobile.component.d.ts +6 -3
- package/components/header-1177-pro/header-1177-pro.component.d.ts +4 -4
- package/components/header-1177-pro/nav/header-1177-pro-nav.component.d.ts +1 -1
- package/components/header-1177-pro/region-picker-mobile/header-1177-pro-region-picker-mobile.component.d.ts +4 -2
- package/components/header-inera-admin/avatar/header-inera-admin-avatar.component.d.ts +5 -2
- package/components/header-inera-admin/avatar-mobile/header-inera-admin-avatar-mobile.component.d.ts +5 -2
- package/components/header-inera-admin/nav/header-inera-admin-nav.component.d.ts +3 -1
- package/components/header-inera-general/brand-link/header-inera-general-brand-link.directive.d.ts +5 -0
- package/components/header-inera-general/header-inera-general.component.d.ts +18 -0
- package/components/header-inera-general/header-inera-general.module.d.ts +14 -0
- package/components/header-inera-general/index.d.ts +5 -0
- package/components/header-inera-general/item/header-inera-general-item.component.d.ts +10 -0
- package/components/header-inera-general/menu-mobile/header-inera-general-menu-mobile.component.d.ts +10 -0
- package/components/header-inera-general/nav/header-inera-general-nav.component.d.ts +9 -0
- package/components/header-inera-general/nav-item/header-inera-general-nav-item.component.d.ts +25 -0
- package/components/header-inera-general/nav-item-menu-link/header-inera-general-nav-item-menu-link.component.d.ts +5 -0
- package/components/header-inera-general/public-api.d.ts +9 -0
- package/components/header-inera-general/skip-to-content/header-inera-general-skip-to-content.component.d.ts +5 -0
- package/components/mobile/menu/mobile-menu.component.d.ts +0 -1
- package/components/popover/popover-content.component.d.ts +4 -1
- package/components/popover/popover.component.d.ts +24 -12
- package/components/puff-list/puff-list-item-content-info.component.d.ts +3 -1
- package/components/puff-list/puff-list.component.d.ts +0 -1
- package/components/stepper/step.component.d.ts +4 -4
- package/components/tabs/tab-group.component.d.ts +3 -0
- package/components/tabs/tab.component.d.ts +4 -1
- package/components/toolbar/index.d.ts +5 -0
- package/components/toolbar/public-api.d.ts +1 -0
- package/components/toolbar/toolbar.component.d.ts +5 -0
- package/components/tooltip/tooltip.component.d.ts +17 -4
- package/fesm2022/inera-ids-angular-common.mjs +114 -28
- package/fesm2022/inera-ids-angular-common.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-accordion.mjs +15 -10
- package/fesm2022/inera-ids-angular-components-accordion.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-action-link.mjs +28 -12
- package/fesm2022/inera-ids-angular-components-action-link.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-alert.mjs +6 -6
- package/fesm2022/inera-ids-angular-components-badge.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-box-link.mjs +6 -6
- package/fesm2022/inera-ids-angular-components-breadcrumbs.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-breadcrumbs.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-button-group.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-button.mjs +4 -4
- package/fesm2022/inera-ids-angular-components-button.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-card.mjs +7 -22
- package/fesm2022/inera-ids-angular-components-card.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-carousel.mjs +16 -8
- package/fesm2022/inera-ids-angular-components-carousel.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-date-label.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-dialog.mjs +30 -68
- package/fesm2022/inera-ids-angular-components-dialog.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-dropdown.mjs +59 -28
- package/fesm2022/inera-ids-angular-components-dropdown.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-footer-1177-admin.mjs +30 -28
- package/fesm2022/inera-ids-angular-components-footer-1177-admin.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-footer-1177-pro.mjs +36 -31
- package/fesm2022/inera-ids-angular-components-footer-1177-pro.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-footer-1177.mjs +29 -27
- package/fesm2022/inera-ids-angular-components-footer-1177.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-footer-inera-admin.mjs +55 -36
- package/fesm2022/inera-ids-angular-components-footer-inera-admin.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-footer-inera-general.mjs +214 -0
- package/fesm2022/inera-ids-angular-components-footer-inera-general.mjs.map +1 -0
- package/fesm2022/inera-ids-angular-components-footer-inera.mjs +53 -31
- package/fesm2022/inera-ids-angular-components-footer-inera.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-check-button.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-form-checkbox-group.mjs +11 -5
- package/fesm2022/inera-ids-angular-components-form-checkbox-group.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-checkbox.mjs +9 -3
- package/fesm2022/inera-ids-angular-components-form-checkbox.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-darkmode-toggle.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-form-error-message.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-form-input.mjs +44 -20
- package/fesm2022/inera-ids-angular-components-form-input.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-radio-button.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-form-radio-button.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-radio.mjs +6 -6
- package/fesm2022/inera-ids-angular-components-form-range.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-form-select-multiple.mjs +25 -9
- package/fesm2022/inera-ids-angular-components-form-select-multiple.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-select.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-form-spinner.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-form-textarea.mjs +9 -8
- package/fesm2022/inera-ids-angular-components-form-textarea.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-time.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-form-toggle.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-global-alert.mjs +13 -21
- package/fesm2022/inera-ids-angular-components-global-alert.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-grid-column.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-grid-container.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-grid-layout-grid-column.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-grid-layout-grid-container.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-grid-layout-grid-row.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-grid-layout.mjs +9 -9
- package/fesm2022/inera-ids-angular-components-grid-row.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-grid.mjs +9 -9
- package/fesm2022/inera-ids-angular-components-header-1177-admin.mjs +159 -105
- package/fesm2022/inera-ids-angular-components-header-1177-admin.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-header-1177-pro.mjs +179 -131
- package/fesm2022/inera-ids-angular-components-header-1177-pro.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-header-1177.mjs +59 -50
- package/fesm2022/inera-ids-angular-components-header-1177.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-header-inera-admin.mjs +81 -60
- package/fesm2022/inera-ids-angular-components-header-inera-admin.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-header-inera-general.mjs +425 -0
- package/fesm2022/inera-ids-angular-components-header-inera-general.mjs.map +1 -0
- package/fesm2022/inera-ids-angular-components-header-inera.mjs +29 -31
- package/fesm2022/inera-ids-angular-components-header-inera.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-header-patient.mjs +6 -6
- package/fesm2022/inera-ids-angular-components-link.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-mobile-menu-item.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-mobile-menu-item.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-mobile-menu.mjs +7 -8
- package/fesm2022/inera-ids-angular-components-mobile-menu.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-navigation-content.mjs +6 -6
- package/fesm2022/inera-ids-angular-components-navigation-local.mjs +6 -6
- package/fesm2022/inera-ids-angular-components-notification-badge.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-pagination-data-pagination.mjs +6 -6
- package/fesm2022/inera-ids-angular-components-pagination-list-pagination.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-popover.mjs +209 -72
- package/fesm2022/inera-ids-angular-components-popover.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-progressbar.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-puff-list.mjs +160 -128
- package/fesm2022/inera-ids-angular-components-puff-list.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-region-icon.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-side-menu.mjs +13 -13
- package/fesm2022/inera-ids-angular-components-side-panel.mjs +13 -13
- package/fesm2022/inera-ids-angular-components-stepper.mjs +57 -45
- package/fesm2022/inera-ids-angular-components-stepper.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-tabs.mjs +89 -14
- package/fesm2022/inera-ids-angular-components-tabs.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-tag.mjs +6 -6
- package/fesm2022/inera-ids-angular-components-toolbar.mjs +18 -0
- package/fesm2022/inera-ids-angular-components-toolbar.mjs.map +1 -0
- package/fesm2022/inera-ids-angular-components-tooltip.mjs +148 -42
- package/fesm2022/inera-ids-angular-components-tooltip.mjs.map +1 -1
- package/package.json +104 -224
- package/components/card/card-link.directive.d.ts +0 -5
- package/esm2022/common/classes/form/IDErrorMessageBase.mjs +0 -19
- package/esm2022/common/classes/form/IDFormBase.mjs +0 -124
- package/esm2022/common/context/header-context.mjs +0 -3
- package/esm2022/common/directives/click-outside.directive.mjs +0 -30
- package/esm2022/common/inera-ids-angular-common.mjs +0 -5
- package/esm2022/common/public-api.mjs +0 -11
- package/esm2022/common/services/input-described-by-linker.service.mjs +0 -31
- package/esm2022/common/services/input-invalid-linker.service.mjs +0 -29
- package/esm2022/common/services/input-label-linker.service.mjs +0 -26
- package/esm2022/common/services/tooltip-category.service.mjs +0 -16
- package/esm2022/common/services/use-id.service.ts.mjs +0 -19
- package/esm2022/common/utilities/useEscKey.mjs +0 -11
- package/esm2022/components/accordion/accordion-header.component.mjs +0 -25
- package/esm2022/components/accordion/accordion.component.mjs +0 -99
- package/esm2022/components/accordion/inera-ids-angular-components-accordion.mjs +0 -5
- package/esm2022/components/accordion/public-api.mjs +0 -3
- package/esm2022/components/action-link/action-link.component.mjs +0 -32
- package/esm2022/components/action-link/inera-ids-angular-components-action-link.mjs +0 -5
- package/esm2022/components/action-link/public-api.mjs +0 -2
- package/esm2022/components/alert/alert-header.component.mjs +0 -25
- package/esm2022/components/alert/alert.component.mjs +0 -114
- package/esm2022/components/alert/inera-ids-angular-components-alert.mjs +0 -5
- package/esm2022/components/alert/public-api.mjs +0 -3
- package/esm2022/components/badge/badge.component.mjs +0 -22
- package/esm2022/components/badge/inera-ids-angular-components-badge.mjs +0 -5
- package/esm2022/components/badge/public-api.mjs +0 -2
- package/esm2022/components/box-link/box-link-button.component.mjs +0 -25
- package/esm2022/components/box-link/box-link.component.mjs +0 -20
- package/esm2022/components/box-link/inera-ids-angular-components-box-link.mjs +0 -5
- package/esm2022/components/box-link/public-api.mjs +0 -3
- package/esm2022/components/breadcrumbs/breadcrumbs.component.mjs +0 -43
- package/esm2022/components/breadcrumbs/crumb.component.mjs +0 -31
- package/esm2022/components/breadcrumbs/inera-ids-angular-components-breadcrumbs.mjs +0 -5
- package/esm2022/components/breadcrumbs/public-api.mjs +0 -3
- package/esm2022/components/button/button.directive.mjs +0 -140
- package/esm2022/components/button/inera-ids-angular-components-button.mjs +0 -5
- package/esm2022/components/button/public-api.mjs +0 -2
- package/esm2022/components/button-group/button-group.component.mjs +0 -39
- package/esm2022/components/button-group/inera-ids-angular-components-button-group.mjs +0 -5
- package/esm2022/components/button-group/public-api.mjs +0 -2
- package/esm2022/components/card/card-link.directive.mjs +0 -17
- package/esm2022/components/card/card.component.mjs +0 -48
- package/esm2022/components/card/inera-ids-angular-components-card.mjs +0 -5
- package/esm2022/components/card/public-api.mjs +0 -3
- package/esm2022/components/carousel/carousel-item/carousel-item.component.mjs +0 -33
- package/esm2022/components/carousel/carousel.component.mjs +0 -71
- package/esm2022/components/carousel/inera-ids-angular-components-carousel.mjs +0 -5
- package/esm2022/components/carousel/public-api.mjs +0 -3
- package/esm2022/components/date-label/date-label.component.mjs +0 -125
- package/esm2022/components/date-label/inera-ids-angular-components-date-label.mjs +0 -5
- package/esm2022/components/date-label/public-api.mjs +0 -2
- package/esm2022/components/dialog/dialog-close.component.mjs +0 -24
- package/esm2022/components/dialog/dialog-content.component.mjs +0 -15
- package/esm2022/components/dialog/dialog-footer.component.mjs +0 -18
- package/esm2022/components/dialog/dialog-header.component.mjs +0 -15
- package/esm2022/components/dialog/dialog-trigger.component.mjs +0 -15
- package/esm2022/components/dialog/dialog.component.mjs +0 -164
- package/esm2022/components/dialog/inera-ids-angular-components-dialog.mjs +0 -5
- package/esm2022/components/dialog/public-api.mjs +0 -7
- package/esm2022/components/dropdown/dropdown-item.directive.mjs +0 -18
- package/esm2022/components/dropdown/dropdown-trigger.component.mjs +0 -16
- package/esm2022/components/dropdown/dropdown.component.mjs +0 -103
- package/esm2022/components/dropdown/dropdown.module.mjs +0 -30
- package/esm2022/components/dropdown/inera-ids-angular-components-dropdown.mjs +0 -5
- package/esm2022/components/dropdown/public-api.mjs +0 -5
- package/esm2022/components/footer-1177/footer-1177-col.component.mjs +0 -42
- package/esm2022/components/footer-1177/footer-1177-sub-footer-left.component.mjs +0 -18
- package/esm2022/components/footer-1177/footer-1177-sub-footer-mobile.component.mjs +0 -18
- package/esm2022/components/footer-1177/footer-1177-sub-footer-right.component.mjs +0 -18
- package/esm2022/components/footer-1177/footer-1177-text.component.mjs +0 -29
- package/esm2022/components/footer-1177/footer-1177.component.mjs +0 -40
- package/esm2022/components/footer-1177/footer-1177.module.mjs +0 -45
- package/esm2022/components/footer-1177/inera-ids-angular-components-footer-1177.mjs +0 -5
- package/esm2022/components/footer-1177/public-api.mjs +0 -8
- package/esm2022/components/footer-1177-admin/footer-1177-admin-col.component.mjs +0 -42
- package/esm2022/components/footer-1177-admin/footer-1177-admin-sub-footer-left.component.mjs +0 -18
- package/esm2022/components/footer-1177-admin/footer-1177-admin-sub-footer-mobile.component.mjs +0 -18
- package/esm2022/components/footer-1177-admin/footer-1177-admin-sub-footer-right.component.mjs +0 -18
- package/esm2022/components/footer-1177-admin/footer-1177-admin-text.component.mjs +0 -29
- package/esm2022/components/footer-1177-admin/footer-1177-admin.component.mjs +0 -38
- package/esm2022/components/footer-1177-admin/footer-1177-admin.module.mjs +0 -45
- package/esm2022/components/footer-1177-admin/inera-ids-angular-components-footer-1177-admin.mjs +0 -5
- package/esm2022/components/footer-1177-admin/public-api.mjs +0 -8
- package/esm2022/components/footer-1177-pro/footer-1177-pro-col.component.mjs +0 -42
- package/esm2022/components/footer-1177-pro/footer-1177-pro-sub-footer-left.component.mjs +0 -18
- package/esm2022/components/footer-1177-pro/footer-1177-pro-sub-footer-mobile.component.mjs +0 -18
- package/esm2022/components/footer-1177-pro/footer-1177-pro-sub-footer-right.component.mjs +0 -18
- package/esm2022/components/footer-1177-pro/footer-1177-pro-text.component.mjs +0 -29
- package/esm2022/components/footer-1177-pro/footer-1177-pro.component.mjs +0 -38
- package/esm2022/components/footer-1177-pro/footer-1177-pro.module.mjs +0 -45
- package/esm2022/components/footer-1177-pro/inera-ids-angular-components-footer-1177-pro.mjs +0 -5
- package/esm2022/components/footer-1177-pro/public-api.mjs +0 -8
- package/esm2022/components/footer-inera/footer-inera-col.component.mjs +0 -42
- package/esm2022/components/footer-inera/footer-inera-sub-footer-left.component.mjs +0 -18
- package/esm2022/components/footer-inera/footer-inera-sub-footer-mobile.component.mjs +0 -18
- package/esm2022/components/footer-inera/footer-inera-sub-footer-right.component.mjs +0 -18
- package/esm2022/components/footer-inera/footer-inera-text.component.mjs +0 -29
- package/esm2022/components/footer-inera/footer-inera.component.mjs +0 -38
- package/esm2022/components/footer-inera/footer-inera.module.mjs +0 -45
- package/esm2022/components/footer-inera/inera-ids-angular-components-footer-inera.mjs +0 -5
- package/esm2022/components/footer-inera/public-api.mjs +0 -8
- package/esm2022/components/footer-inera-admin/footer-inera-admin-col.component.mjs +0 -46
- package/esm2022/components/footer-inera-admin/footer-inera-admin-sub-footer-left.component.mjs +0 -18
- package/esm2022/components/footer-inera-admin/footer-inera-admin-sub-footer-mobile.component.mjs +0 -18
- package/esm2022/components/footer-inera-admin/footer-inera-admin-sub-footer-right.component.mjs +0 -18
- package/esm2022/components/footer-inera-admin/footer-inera-admin-text.component.mjs +0 -29
- package/esm2022/components/footer-inera-admin/footer-inera-admin.component.mjs +0 -38
- package/esm2022/components/footer-inera-admin/footer-inera-admin.module.mjs +0 -45
- package/esm2022/components/footer-inera-admin/inera-ids-angular-components-footer-inera-admin.mjs +0 -5
- package/esm2022/components/footer-inera-admin/public-api.mjs +0 -8
- package/esm2022/components/form/check-button/check-button.component.mjs +0 -18
- package/esm2022/components/form/check-button/inera-ids-angular-components-form-check-button.mjs +0 -5
- package/esm2022/components/form/check-button/public-api.mjs +0 -2
- package/esm2022/components/form/checkbox/checkbox.component.mjs +0 -47
- package/esm2022/components/form/checkbox/inera-ids-angular-components-form-checkbox.mjs +0 -5
- package/esm2022/components/form/checkbox/public-api.mjs +0 -2
- package/esm2022/components/form/checkbox-group/checkbox-group.component.mjs +0 -44
- package/esm2022/components/form/checkbox-group/inera-ids-angular-components-form-checkbox-group.mjs +0 -5
- package/esm2022/components/form/checkbox-group/public-api.mjs +0 -2
- package/esm2022/components/form/darkmode-toggle/darkmode-toggle.component.mjs +0 -12
- package/esm2022/components/form/darkmode-toggle/inera-ids-angular-components-form-darkmode-toggle.mjs +0 -5
- package/esm2022/components/form/darkmode-toggle/public-api.mjs +0 -2
- package/esm2022/components/form/error-message/error-message.component.mjs +0 -46
- package/esm2022/components/form/error-message/inera-ids-angular-components-form-error-message.mjs +0 -5
- package/esm2022/components/form/error-message/public-api.mjs +0 -2
- package/esm2022/components/form/input/inera-ids-angular-components-form-input.mjs +0 -5
- package/esm2022/components/form/input/input-hint.component.mjs +0 -21
- package/esm2022/components/form/input/input-icon.component.mjs +0 -23
- package/esm2022/components/form/input/input.component.mjs +0 -42
- package/esm2022/components/form/input/public-api.mjs +0 -4
- package/esm2022/components/form/radio/inera-ids-angular-components-form-radio.mjs +0 -5
- package/esm2022/components/form/radio/public-api.mjs +0 -3
- package/esm2022/components/form/radio/radio-group.component.mjs +0 -55
- package/esm2022/components/form/radio/radio.component.mjs +0 -25
- package/esm2022/components/form/radio-button/inera-ids-angular-components-form-radio-button.mjs +0 -5
- package/esm2022/components/form/radio-button/public-api.mjs +0 -3
- package/esm2022/components/form/radio-button/radio-button-group.component.mjs +0 -46
- package/esm2022/components/form/radio-button/radio-button.component.mjs +0 -23
- package/esm2022/components/form/range/inera-ids-angular-components-form-range.mjs +0 -5
- package/esm2022/components/form/range/public-api.mjs +0 -2
- package/esm2022/components/form/range/range.component.mjs +0 -75
- package/esm2022/components/form/select/inera-ids-angular-components-form-select.mjs +0 -5
- package/esm2022/components/form/select/public-api.mjs +0 -2
- package/esm2022/components/form/select/select.component.mjs +0 -16
- package/esm2022/components/form/select-multiple/inera-ids-angular-components-form-select-multiple.mjs +0 -5
- package/esm2022/components/form/select-multiple/public-api.mjs +0 -2
- package/esm2022/components/form/select-multiple/select-multiple.component.mjs +0 -100
- package/esm2022/components/form/spinner/inera-ids-angular-components-form-spinner.mjs +0 -5
- package/esm2022/components/form/spinner/public-api.mjs +0 -2
- package/esm2022/components/form/spinner/spinner.component.mjs +0 -24
- package/esm2022/components/form/textarea/inera-ids-angular-components-form-textarea.mjs +0 -5
- package/esm2022/components/form/textarea/public-api.mjs +0 -3
- package/esm2022/components/form/textarea/textarea-hint.component.mjs +0 -24
- package/esm2022/components/form/textarea/textarea.component.mjs +0 -54
- package/esm2022/components/form/time/inera-ids-angular-components-form-time.mjs +0 -5
- package/esm2022/components/form/time/public-api.mjs +0 -2
- package/esm2022/components/form/time/time.component.mjs +0 -15
- package/esm2022/components/form/toggle/inera-ids-angular-components-form-toggle.mjs +0 -5
- package/esm2022/components/form/toggle/public-api.mjs +0 -2
- package/esm2022/components/form/toggle/toggle.component.mjs +0 -14
- package/esm2022/components/global-alert/global-alert-actions.component.mjs +0 -26
- package/esm2022/components/global-alert/global-alert-header.component.mjs +0 -26
- package/esm2022/components/global-alert/global-alert.component.mjs +0 -86
- package/esm2022/components/global-alert/inera-ids-angular-components-global-alert.mjs +0 -5
- package/esm2022/components/global-alert/public-api.mjs +0 -4
- package/esm2022/components/grid/column/column.component.mjs +0 -61
- package/esm2022/components/grid/column/inera-ids-angular-components-grid-column.mjs +0 -5
- package/esm2022/components/grid/column/public-api.mjs +0 -2
- package/esm2022/components/grid/container/container.component.mjs +0 -27
- package/esm2022/components/grid/container/inera-ids-angular-components-grid-container.mjs +0 -5
- package/esm2022/components/grid/container/public-api.mjs +0 -2
- package/esm2022/components/grid/inera-ids-angular-components-grid.mjs +0 -5
- package/esm2022/components/grid/public-api.mjs +0 -4
- package/esm2022/components/grid/row/inera-ids-angular-components-grid-row.mjs +0 -5
- package/esm2022/components/grid/row/public-api.mjs +0 -2
- package/esm2022/components/grid/row/row.component.mjs +0 -43
- package/esm2022/components/grid-layout/grid-column/grid-column.component.mjs +0 -72
- package/esm2022/components/grid-layout/grid-column/inera-ids-angular-components-grid-layout-grid-column.mjs +0 -5
- package/esm2022/components/grid-layout/grid-column/public-api.mjs +0 -2
- package/esm2022/components/grid-layout/grid-container/grid-container.component.mjs +0 -35
- package/esm2022/components/grid-layout/grid-container/inera-ids-angular-components-grid-layout-grid-container.mjs +0 -5
- package/esm2022/components/grid-layout/grid-container/public-api.mjs +0 -2
- package/esm2022/components/grid-layout/grid-row/grid-row.component.mjs +0 -43
- package/esm2022/components/grid-layout/grid-row/inera-ids-angular-components-grid-layout-grid-row.mjs +0 -5
- package/esm2022/components/grid-layout/grid-row/public-api.mjs +0 -2
- package/esm2022/components/grid-layout/inera-ids-angular-components-grid-layout.mjs +0 -5
- package/esm2022/components/grid-layout/public-api.mjs +0 -4
- package/esm2022/components/header-1177/avatar/header-1177-avatar-agent.component.mjs +0 -20
- package/esm2022/components/header-1177/avatar/header-1177-avatar.component.mjs +0 -113
- package/esm2022/components/header-1177/brand-link/header-1177-brand-link.directive.mjs +0 -17
- package/esm2022/components/header-1177/header-1177.component.mjs +0 -58
- package/esm2022/components/header-1177/header-1177.module.mjs +0 -80
- package/esm2022/components/header-1177/inera-ids-angular-components-header-1177.mjs +0 -5
- package/esm2022/components/header-1177/item/header-1177-item.component.mjs +0 -52
- package/esm2022/components/header-1177/menu-mobile/header-1177-menu-mobile.component.mjs +0 -57
- package/esm2022/components/header-1177/nav/header-1177-nav.component.mjs +0 -55
- package/esm2022/components/header-1177/nav-item/header-1177-nav-item.component.mjs +0 -157
- package/esm2022/components/header-1177/nav-item-menu-link/header-1177-nav-item-menu-link.component.mjs +0 -18
- package/esm2022/components/header-1177/nav-item-mobile/header-1177-nav-item-mobile.component.mjs +0 -36
- package/esm2022/components/header-1177/public-api.mjs +0 -15
- package/esm2022/components/header-1177/region-picker/header-1177-region-picker.component.mjs +0 -85
- package/esm2022/components/header-1177/region-picker-mobile/header-1177-region-picker-mobile.component.mjs +0 -76
- package/esm2022/components/header-1177/skip-to-content/header-1177-skip-to-content.component.mjs +0 -18
- package/esm2022/components/header-1177-admin/avatar/header-1177-admin-avatar.component.mjs +0 -130
- package/esm2022/components/header-1177-admin/avatar-mobile/header-1177-admin-avatar-mobile.component.mjs +0 -125
- package/esm2022/components/header-1177-admin/brand-link/header-1177-admin-brand-link.directive.mjs +0 -17
- package/esm2022/components/header-1177-admin/header-1177-admin.component.mjs +0 -57
- package/esm2022/components/header-1177-admin/header-1177-admin.module.mjs +0 -70
- package/esm2022/components/header-1177-admin/inera-ids-angular-components-header-1177-admin.mjs +0 -5
- package/esm2022/components/header-1177-admin/item/header-1177-admin-item.component.mjs +0 -39
- package/esm2022/components/header-1177-admin/menu-mobile/header-1177-admin-menu-mobile.component.mjs +0 -65
- package/esm2022/components/header-1177-admin/nav/header-1177-admin-nav.component.mjs +0 -37
- package/esm2022/components/header-1177-admin/nav-item/header-1177-admin-nav-item.component.mjs +0 -157
- package/esm2022/components/header-1177-admin/nav-item-menu-link/header-1177-admin-nav-item-menu-link.component.mjs +0 -18
- package/esm2022/components/header-1177-admin/nav-item-mobile/header-1177-admin-nav-item-mobile.mjs +0 -36
- package/esm2022/components/header-1177-admin/public-api.mjs +0 -13
- package/esm2022/components/header-1177-admin/skip-to-content/header-1177-admin-skip-to-content.component.mjs +0 -18
- package/esm2022/components/header-1177-pro/avatar/header-1177-pro-avatar.component.mjs +0 -130
- package/esm2022/components/header-1177-pro/avatar-mobile/header-1177-pro-avatar-mobile.component.mjs +0 -125
- package/esm2022/components/header-1177-pro/brand-link/header-1177-pro-brand-link.directive.mjs +0 -17
- package/esm2022/components/header-1177-pro/header-1177-pro.component.mjs +0 -51
- package/esm2022/components/header-1177-pro/header-1177-pro.module.mjs +0 -80
- package/esm2022/components/header-1177-pro/inera-ids-angular-components-header-1177-pro.mjs +0 -5
- package/esm2022/components/header-1177-pro/item/header-1177-pro-item.component.mjs +0 -39
- package/esm2022/components/header-1177-pro/menu-mobile/header-1177-pro-menu-mobile.component.mjs +0 -65
- package/esm2022/components/header-1177-pro/nav/header-1177-pro-nav.component.mjs +0 -33
- package/esm2022/components/header-1177-pro/nav-item/header-1177-pro-nav-item.component.mjs +0 -154
- package/esm2022/components/header-1177-pro/nav-item-menu-link/header-1177-pro-nav-item-menu-link.component.mjs +0 -18
- package/esm2022/components/header-1177-pro/nav-item-mobile/header-1177-pro-nav-item-mobile.mjs +0 -36
- package/esm2022/components/header-1177-pro/public-api.mjs +0 -15
- package/esm2022/components/header-1177-pro/region-picker/header-1177-pro-region-picker.component.mjs +0 -85
- package/esm2022/components/header-1177-pro/region-picker-mobile/header-1177-pro-region-picker-mobile.component.mjs +0 -76
- package/esm2022/components/header-1177-pro/skip-to-content/header-1177-pro-skip-to-content.component.mjs +0 -18
- package/esm2022/components/header-inera/brand-link/header-inera-brand-link.directive.mjs +0 -14
- package/esm2022/components/header-inera/header-inera.component.mjs +0 -53
- package/esm2022/components/header-inera/header-inera.module.mjs +0 -55
- package/esm2022/components/header-inera/inera-ids-angular-components-header-inera.mjs +0 -5
- package/esm2022/components/header-inera/item/header-inera-item.component.mjs +0 -39
- package/esm2022/components/header-inera/menu-mobile/header-inera-menu-mobile.component.mjs +0 -71
- package/esm2022/components/header-inera/nav/header-inera-nav.component.mjs +0 -33
- package/esm2022/components/header-inera/nav-item/header-inera-nav-item.component.mjs +0 -154
- package/esm2022/components/header-inera/nav-item-menu-link/header-inera-nav-item-menu-link.component.mjs +0 -18
- package/esm2022/components/header-inera/public-api.mjs +0 -10
- package/esm2022/components/header-inera/skip-to-content/header-inera-skip-to-content.component.mjs +0 -18
- package/esm2022/components/header-inera-admin/avatar/header-inera-admin-avatar.component.mjs +0 -130
- package/esm2022/components/header-inera-admin/avatar-mobile/header-inera-admin-avatar-mobile.component.mjs +0 -125
- package/esm2022/components/header-inera-admin/brand-link/header-inera-admin-brand-link.directive.mjs +0 -17
- package/esm2022/components/header-inera-admin/header-inera-admin.component.mjs +0 -65
- package/esm2022/components/header-inera-admin/header-inera-admin.module.mjs +0 -70
- package/esm2022/components/header-inera-admin/inera-ids-angular-components-header-inera-admin.mjs +0 -5
- package/esm2022/components/header-inera-admin/item/header-inera-admin-item.component.mjs +0 -44
- package/esm2022/components/header-inera-admin/menu-mobile/header-inera-admin-menu-mobile.component.mjs +0 -71
- package/esm2022/components/header-inera-admin/nav/header-inera-admin-nav.component.mjs +0 -33
- package/esm2022/components/header-inera-admin/nav-item/header-inera-admin-nav-item.component.mjs +0 -154
- package/esm2022/components/header-inera-admin/nav-item-menu-link/header-inera-admin-nav-item-menu-link.component.mjs +0 -18
- package/esm2022/components/header-inera-admin/nav-item-mobile/header-inera-admin-nav-item-mobile.mjs +0 -36
- package/esm2022/components/header-inera-admin/public-api.mjs +0 -13
- package/esm2022/components/header-inera-admin/skip-to-content/header-inera-admin-skip-to-content.component.mjs +0 -18
- package/esm2022/components/header-patient/header-patient-actions.component.mjs +0 -22
- package/esm2022/components/header-patient/header-patient.component.mjs +0 -78
- package/esm2022/components/header-patient/inera-ids-angular-components-header-patient.mjs +0 -5
- package/esm2022/components/header-patient/public-api.mjs +0 -3
- package/esm2022/components/link/inera-ids-angular-components-link.mjs +0 -5
- package/esm2022/components/link/link.directive.mjs +0 -64
- package/esm2022/components/link/public-api.mjs +0 -2
- package/esm2022/components/mobile/menu/inera-ids-angular-components-mobile-menu.mjs +0 -5
- package/esm2022/components/mobile/menu/item/inera-ids-angular-components-mobile-menu-item.mjs +0 -5
- package/esm2022/components/mobile/menu/item/mobile-menu-item.component.mjs +0 -92
- package/esm2022/components/mobile/menu/item/public-api.mjs +0 -2
- package/esm2022/components/mobile/menu/mobile-menu.component.mjs +0 -42
- package/esm2022/components/mobile/menu/public-api.mjs +0 -3
- package/esm2022/components/navigation/content/inera-ids-angular-components-navigation-content.mjs +0 -5
- package/esm2022/components/navigation/content/navigation-content-link.component.mjs +0 -29
- package/esm2022/components/navigation/content/navigation-content.component.mjs +0 -24
- package/esm2022/components/navigation/content/public-api.mjs +0 -3
- package/esm2022/components/navigation/local/inera-ids-angular-components-navigation-local.mjs +0 -5
- package/esm2022/components/navigation/local/navigation-local-link.component.mjs +0 -27
- package/esm2022/components/navigation/local/navigation-local.component.mjs +0 -21
- package/esm2022/components/navigation/local/public-api.mjs +0 -3
- package/esm2022/components/notification-badge/inera-ids-angular-components-notification-badge.mjs +0 -5
- package/esm2022/components/notification-badge/notification-badge.component.mjs +0 -39
- package/esm2022/components/notification-badge/public-api.mjs +0 -2
- package/esm2022/components/pagination/data-pagination/data-pagination-select.component.mjs +0 -20
- package/esm2022/components/pagination/data-pagination/data-pagination.component.mjs +0 -75
- package/esm2022/components/pagination/data-pagination/inera-ids-angular-components-pagination-data-pagination.mjs +0 -5
- package/esm2022/components/pagination/data-pagination/public-api.mjs +0 -3
- package/esm2022/components/pagination/list-pagination/inera-ids-angular-components-pagination-list-pagination.mjs +0 -5
- package/esm2022/components/pagination/list-pagination/list-pagination.component.mjs +0 -197
- package/esm2022/components/pagination/list-pagination/public-api.mjs +0 -2
- package/esm2022/components/popover/inera-ids-angular-components-popover.mjs +0 -5
- package/esm2022/components/popover/popover-close.component.mjs +0 -24
- package/esm2022/components/popover/popover-content.component.mjs +0 -91
- package/esm2022/components/popover/popover-header.component.mjs +0 -18
- package/esm2022/components/popover/popover-trigger.component.mjs +0 -15
- package/esm2022/components/popover/popover.component.mjs +0 -149
- package/esm2022/components/popover/popover.module.mjs +0 -40
- package/esm2022/components/popover/public-api.mjs +0 -7
- package/esm2022/components/progressbar/inera-ids-angular-components-progressbar.mjs +0 -5
- package/esm2022/components/progressbar/progressbar.component.mjs +0 -24
- package/esm2022/components/progressbar/public-api.mjs +0 -2
- package/esm2022/components/puff-list/inera-ids-angular-components-puff-list.mjs +0 -5
- package/esm2022/components/puff-list/public-api.mjs +0 -9
- package/esm2022/components/puff-list/puff-list-item-content-info.component.mjs +0 -18
- package/esm2022/components/puff-list/puff-list-item-content.component.mjs +0 -15
- package/esm2022/components/puff-list/puff-list-item-date-label.component.mjs +0 -18
- package/esm2022/components/puff-list/puff-list-item-extra-content.component.mjs +0 -18
- package/esm2022/components/puff-list/puff-list-item-header.component.mjs +0 -18
- package/esm2022/components/puff-list/puff-list-item.component.mjs +0 -161
- package/esm2022/components/puff-list/puff-list.component.mjs +0 -40
- package/esm2022/components/puff-list/puff-list.module.mjs +0 -51
- package/esm2022/components/region-icon/inera-ids-angular-components-region-icon.mjs +0 -5
- package/esm2022/components/region-icon/public-api.mjs +0 -2
- package/esm2022/components/region-icon/region-icon.component.mjs +0 -51
- package/esm2022/components/side-menu/inera-ids-angular-components-side-menu.mjs +0 -5
- package/esm2022/components/side-menu/public-api.mjs +0 -5
- package/esm2022/components/side-menu/side-menu-icon.component.mjs +0 -24
- package/esm2022/components/side-menu/side-menu-link.component.mjs +0 -18
- package/esm2022/components/side-menu/side-menu.component.mjs +0 -215
- package/esm2022/components/side-menu/side-menu.module.mjs +0 -30
- package/esm2022/components/side-panel/inera-ids-angular-components-side-panel.mjs +0 -5
- package/esm2022/components/side-panel/public-api.mjs +0 -5
- package/esm2022/components/side-panel/side-panel-footer.component.mjs +0 -50
- package/esm2022/components/side-panel/side-panel-provider.component.mjs +0 -73
- package/esm2022/components/side-panel/side-panel.component.mjs +0 -196
- package/esm2022/components/side-panel/side-panel.module.mjs +0 -31
- package/esm2022/components/stepper/inera-ids-angular-components-stepper.mjs +0 -5
- package/esm2022/components/stepper/public-api.mjs +0 -5
- package/esm2022/components/stepper/step-header.component.mjs +0 -18
- package/esm2022/components/stepper/step.component.mjs +0 -133
- package/esm2022/components/stepper/stepper.component.mjs +0 -30
- package/esm2022/components/stepper/stepper.module.mjs +0 -30
- package/esm2022/components/tabs/inera-ids-angular-components-tabs.mjs +0 -5
- package/esm2022/components/tabs/public-api.mjs +0 -3
- package/esm2022/components/tabs/tab-group.component.mjs +0 -51
- package/esm2022/components/tabs/tab.component.mjs +0 -41
- package/esm2022/components/tag/inera-ids-angular-components-tag.mjs +0 -5
- package/esm2022/components/tag/public-api.mjs +0 -3
- package/esm2022/components/tag/tag.component.mjs +0 -23
- package/esm2022/components/tag/tag.directive.mjs +0 -17
- package/esm2022/components/tooltip/inera-ids-angular-components-tooltip.mjs +0 -5
- package/esm2022/components/tooltip/public-api.mjs +0 -4
- package/esm2022/components/tooltip/tooltip-trigger.directive.mjs +0 -18
- package/esm2022/components/tooltip/tooltip.component.mjs +0 -84
- package/esm2022/components/tooltip/tooltip.module.mjs +0 -25
- package/esm2022/inera-ids-angular.mjs +0 -5
- package/esm2022/public-api.mjs +0 -2
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { TemplateRef } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class IDGlobalAlertActionsComponent {
|
|
4
|
-
constructor();
|
|
5
4
|
template: TemplateRef<any>;
|
|
6
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDGlobalAlertActionsComponent, never>;
|
|
7
6
|
static ɵcmp: i0.ɵɵComponentDeclaration<IDGlobalAlertActionsComponent, "id-global-alert-actions", never, {}, {}, never, ["*"], true, never>;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { TemplateRef } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class IDGlobalAlertHeaderComponent {
|
|
4
|
-
constructor();
|
|
5
4
|
template: TemplateRef<any>;
|
|
6
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDGlobalAlertHeaderComponent, never>;
|
|
7
6
|
static ɵcmp: i0.ɵɵComponentDeclaration<IDGlobalAlertHeaderComponent, "id-global-alert-header", never, {}, {}, never, ["*"], true, never>;
|
|
@@ -5,7 +5,6 @@ import * as i0 from "@angular/core";
|
|
|
5
5
|
export declare class IDGlobalAlertComponent {
|
|
6
6
|
private useId;
|
|
7
7
|
protected contentId: string;
|
|
8
|
-
hideMobileIcon: boolean;
|
|
9
8
|
agent: boolean;
|
|
10
9
|
srExpandText: string;
|
|
11
10
|
srCollapseText: string;
|
|
@@ -21,7 +20,6 @@ export declare class IDGlobalAlertComponent {
|
|
|
21
20
|
get hostClasses(): string;
|
|
22
21
|
toggleExpanded(): void;
|
|
23
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDGlobalAlertComponent, never>;
|
|
24
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDGlobalAlertComponent, "id-global-alert", never, { "
|
|
25
|
-
static ngAcceptInputType_hideMobileIcon: unknown;
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDGlobalAlertComponent, "id-global-alert", never, { "agent": { "alias": "agent"; "required": false; }; "srExpandText": { "alias": "srExpandText"; "required": false; }; "srCollapseText": { "alias": "srCollapseText"; "required": false; }; "collapsed": { "alias": "collapsed"; "required": false; }; }, { "collapsedChange": "collapsedChange"; "closed": "closed"; "opened": "opened"; }, ["header", "actions"], [":not(id-global-alert-header):not(id-global-alert-actions)"], true, never>;
|
|
26
24
|
static ngAcceptInputType_agent: unknown;
|
|
27
25
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { EventEmitter } from "@angular/core";
|
|
1
|
+
import { ElementRef, EventEmitter, OnDestroy } from "@angular/core";
|
|
2
2
|
import { IDHeaderContext } from "@inera/ids-angular/common";
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class IDHeader1177AvatarComponent {
|
|
4
|
+
export declare class IDHeader1177AvatarComponent implements OnDestroy {
|
|
5
5
|
username: string;
|
|
6
6
|
persistent: boolean;
|
|
7
7
|
expanded: boolean;
|
|
@@ -9,10 +9,13 @@ export declare class IDHeader1177AvatarComponent {
|
|
|
9
9
|
opened: EventEmitter<void>;
|
|
10
10
|
closed: EventEmitter<void>;
|
|
11
11
|
header: IDHeaderContext | null;
|
|
12
|
+
menuContent?: ElementRef<HTMLElement>;
|
|
13
|
+
private focusTrap;
|
|
12
14
|
constructor();
|
|
13
15
|
handleCloseEvent(): void;
|
|
14
16
|
closeAvatar(): void;
|
|
15
17
|
toggleAvatar(): void;
|
|
18
|
+
ngOnDestroy(): void;
|
|
16
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDHeader1177AvatarComponent, never>;
|
|
17
20
|
static ɵcmp: i0.ɵɵComponentDeclaration<IDHeader1177AvatarComponent, "id-header-1177-avatar", never, { "username": { "alias": "username"; "required": false; }; "persistent": { "alias": "persistent"; "required": false; }; "expanded": { "alias": "expanded"; "required": false; }; }, { "expandedChange": "expandedChange"; "opened": "opened"; "closed": "closed"; }, never, ["id-header-1177-avatar-agent", "*"], true, never>;
|
|
18
21
|
static ngAcceptInputType_persistent: unknown;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { EventEmitter } from
|
|
2
|
-
import { IDHeaderContext } from
|
|
1
|
+
import { ElementRef, EventEmitter, OnDestroy } from '@angular/core';
|
|
2
|
+
import { IDHeaderContext } from '@inera/ids-angular/common';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class IDHeader1177AdminAvatarComponent {
|
|
4
|
+
export declare class IDHeader1177AdminAvatarComponent implements OnDestroy {
|
|
5
5
|
username: string;
|
|
6
6
|
unit: string;
|
|
7
7
|
persistent: boolean;
|
|
@@ -12,10 +12,13 @@ export declare class IDHeader1177AdminAvatarComponent {
|
|
|
12
12
|
private idService;
|
|
13
13
|
contentId: string;
|
|
14
14
|
header: IDHeaderContext | null;
|
|
15
|
+
menuContent?: ElementRef<HTMLElement>;
|
|
16
|
+
private focusTrap;
|
|
15
17
|
constructor();
|
|
16
18
|
handleCloseEvent(): void;
|
|
17
19
|
closeAvatar(): void;
|
|
18
20
|
toggleAvatar(): void;
|
|
21
|
+
ngOnDestroy(): void;
|
|
19
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDHeader1177AdminAvatarComponent, never>;
|
|
20
23
|
static ɵcmp: i0.ɵɵComponentDeclaration<IDHeader1177AdminAvatarComponent, "id-header-1177-admin-avatar", never, { "username": { "alias": "username"; "required": false; }; "unit": { "alias": "unit"; "required": false; }; "persistent": { "alias": "persistent"; "required": false; }; "expanded": { "alias": "expanded"; "required": false; }; }, { "expandedChange": "expandedChange"; "opened": "opened"; "closed": "closed"; }, never, ["id-header-1177-admin-avatar-agent", "*"], true, never>;
|
|
21
24
|
static ngAcceptInputType_persistent: unknown;
|
package/components/header-1177-admin/avatar-mobile/header-1177-admin-avatar-mobile.component.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { EventEmitter } from "@angular/core";
|
|
1
|
+
import { ElementRef, EventEmitter, OnDestroy } from "@angular/core";
|
|
2
2
|
import { IDHeaderContext } from "@inera/ids-angular/common";
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class IDHeader1177AdminAvatarMobileComponent {
|
|
4
|
+
export declare class IDHeader1177AdminAvatarMobileComponent implements OnDestroy {
|
|
5
5
|
username?: string;
|
|
6
6
|
unit?: string;
|
|
7
7
|
expanded: boolean;
|
|
@@ -12,10 +12,13 @@ export declare class IDHeader1177AdminAvatarMobileComponent {
|
|
|
12
12
|
private idService;
|
|
13
13
|
contentId: string;
|
|
14
14
|
header: IDHeaderContext | null;
|
|
15
|
+
menuContent?: ElementRef<HTMLElement>;
|
|
16
|
+
private focusTrap;
|
|
15
17
|
constructor();
|
|
16
18
|
handleCloseEvent(): void;
|
|
17
19
|
closeAvatar(): void;
|
|
18
20
|
toggleAvatar(): void;
|
|
21
|
+
ngOnDestroy(): void;
|
|
19
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDHeader1177AdminAvatarMobileComponent, never>;
|
|
20
23
|
static ɵcmp: i0.ɵɵComponentDeclaration<IDHeader1177AdminAvatarMobileComponent, "id-header-1177-admin-avatar-mobile", never, { "username": { "alias": "username"; "required": false; }; "unit": { "alias": "unit"; "required": false; }; "expanded": { "alias": "expanded"; "required": false; }; "persistent": { "alias": "persistent"; "required": false; }; }, { "expandedChange": "expandedChange"; "opened": "opened"; "closed": "closed"; }, never, ["*"], true, never>;
|
|
21
24
|
static ngAcceptInputType_expanded: unknown;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { EventEmitter } from "@angular/core";
|
|
1
|
+
import { ElementRef, EventEmitter, OnDestroy } from "@angular/core";
|
|
2
2
|
import { IDHeaderContext } from "@inera/ids-angular/common";
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class IDHeader1177ProAvatarComponent {
|
|
4
|
+
export declare class IDHeader1177ProAvatarComponent implements OnDestroy {
|
|
5
5
|
username?: string;
|
|
6
6
|
unit?: string;
|
|
7
7
|
persistent: boolean;
|
|
@@ -12,10 +12,13 @@ export declare class IDHeader1177ProAvatarComponent {
|
|
|
12
12
|
private idService;
|
|
13
13
|
contentId: string;
|
|
14
14
|
header: IDHeaderContext | null;
|
|
15
|
+
menuContent?: ElementRef<HTMLElement>;
|
|
16
|
+
private focusTrap;
|
|
15
17
|
constructor();
|
|
16
18
|
handleCloseEvent(): void;
|
|
17
19
|
closeAvatar(): void;
|
|
18
20
|
toggleAvatar(): void;
|
|
21
|
+
ngOnDestroy(): void;
|
|
19
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDHeader1177ProAvatarComponent, never>;
|
|
20
23
|
static ɵcmp: i0.ɵɵComponentDeclaration<IDHeader1177ProAvatarComponent, "id-header-1177-pro-avatar", never, { "username": { "alias": "username"; "required": false; }; "unit": { "alias": "unit"; "required": false; }; "persistent": { "alias": "persistent"; "required": false; }; "expanded": { "alias": "expanded"; "required": false; }; }, { "expandedChange": "expandedChange"; "opened": "opened"; "closed": "closed"; }, never, ["id-header-1177-pro-avatar-agent", "*"], true, never>;
|
|
21
24
|
static ngAcceptInputType_persistent: unknown;
|
package/components/header-1177-pro/avatar-mobile/header-1177-pro-avatar-mobile.component.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { EventEmitter } from
|
|
2
|
-
import { IDHeaderContext } from
|
|
1
|
+
import { ElementRef, EventEmitter, OnDestroy } from '@angular/core';
|
|
2
|
+
import { IDHeaderContext } from '@inera/ids-angular/common';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class IDHeader1177ProAvatarMobileComponent {
|
|
4
|
+
export declare class IDHeader1177ProAvatarMobileComponent implements OnDestroy {
|
|
5
5
|
username?: string;
|
|
6
6
|
unit?: string;
|
|
7
7
|
expanded: boolean;
|
|
@@ -12,10 +12,13 @@ export declare class IDHeader1177ProAvatarMobileComponent {
|
|
|
12
12
|
private idService;
|
|
13
13
|
contentId: string;
|
|
14
14
|
header: IDHeaderContext | null;
|
|
15
|
+
menuContent?: ElementRef<HTMLElement>;
|
|
16
|
+
private focusTrap;
|
|
15
17
|
constructor();
|
|
16
18
|
handleCloseEvent(): void;
|
|
17
19
|
closeAvatar(): void;
|
|
18
20
|
toggleAvatar(): void;
|
|
21
|
+
ngOnDestroy(): void;
|
|
19
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDHeader1177ProAvatarMobileComponent, never>;
|
|
20
23
|
static ɵcmp: i0.ɵɵComponentDeclaration<IDHeader1177ProAvatarMobileComponent, "id-header-1177-pro-avatar-mobile", never, { "username": { "alias": "username"; "required": false; }; "unit": { "alias": "unit"; "required": false; }; "expanded": { "alias": "expanded"; "required": false; }; "persistent": { "alias": "persistent"; "required": false; }; }, { "expandedChange": "expandedChange"; "opened": "opened"; "closed": "closed"; }, never, ["*"], true, never>;
|
|
21
24
|
static ngAcceptInputType_expanded: unknown;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { IDHeader1177ProAvatarComponent } from
|
|
2
|
-
import { IDHeader1177ProNavComponent } from
|
|
3
|
-
import { IDHeader1177ProBrandLinkDirective } from
|
|
4
|
-
import { IDHeaderContext } from
|
|
1
|
+
import { IDHeader1177ProAvatarComponent } from './avatar/header-1177-pro-avatar.component';
|
|
2
|
+
import { IDHeader1177ProNavComponent } from './nav/header-1177-pro-nav.component';
|
|
3
|
+
import { IDHeader1177ProBrandLinkDirective } from './brand-link/header-1177-pro-brand-link.directive';
|
|
4
|
+
import { IDHeaderContext } from '@inera/ids-angular/common';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class IDHeader1177ProComponent implements IDHeaderContext {
|
|
7
7
|
text: string;
|
|
@@ -1,10 +1,12 @@
|
|
|
1
|
-
import { EventEmitter } from
|
|
2
|
-
import { IDRegionIconComponent } from
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { IDRegionIconComponent } from '@inera/ids-angular/components/region-icon';
|
|
3
|
+
import { IDHeaderContext } from '@inera/ids-angular/common';
|
|
3
4
|
import * as i0 from "@angular/core";
|
|
4
5
|
export declare class IDHeader1177ProRegionPickerMobileComponent {
|
|
5
6
|
text: string;
|
|
6
7
|
expanded: boolean;
|
|
7
8
|
regionSelected: boolean;
|
|
9
|
+
header: IDHeaderContext | null;
|
|
8
10
|
regionIcon: IDRegionIconComponent;
|
|
9
11
|
expandedChange: EventEmitter<boolean>;
|
|
10
12
|
opened: EventEmitter<void>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { EventEmitter } from "@angular/core";
|
|
1
|
+
import { ElementRef, EventEmitter, OnDestroy } from "@angular/core";
|
|
2
2
|
import { IDHeaderContext } from "@inera/ids-angular/common";
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class IDHeaderIneraAdminAvatarComponent {
|
|
4
|
+
export declare class IDHeaderIneraAdminAvatarComponent implements OnDestroy {
|
|
5
5
|
username?: string;
|
|
6
6
|
unit?: string;
|
|
7
7
|
persistent: boolean;
|
|
@@ -12,10 +12,13 @@ export declare class IDHeaderIneraAdminAvatarComponent {
|
|
|
12
12
|
private idService;
|
|
13
13
|
contentId: string;
|
|
14
14
|
header: IDHeaderContext | null;
|
|
15
|
+
menuContent?: ElementRef<HTMLElement>;
|
|
16
|
+
private focusTrap;
|
|
15
17
|
constructor();
|
|
16
18
|
handleCloseEvent(): void;
|
|
17
19
|
closeAvatar(): void;
|
|
18
20
|
toggleAvatar(): void;
|
|
21
|
+
ngOnDestroy(): void;
|
|
19
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDHeaderIneraAdminAvatarComponent, never>;
|
|
20
23
|
static ɵcmp: i0.ɵɵComponentDeclaration<IDHeaderIneraAdminAvatarComponent, "id-header-inera-admin-avatar", never, { "username": { "alias": "username"; "required": false; }; "unit": { "alias": "unit"; "required": false; }; "persistent": { "alias": "persistent"; "required": false; }; "expanded": { "alias": "expanded"; "required": false; }; }, { "expandedChange": "expandedChange"; "opened": "opened"; "closed": "closed"; }, never, ["id-header-inera-admin-avatar-agent", "*"], true, never>;
|
|
21
24
|
static ngAcceptInputType_persistent: unknown;
|
package/components/header-inera-admin/avatar-mobile/header-inera-admin-avatar-mobile.component.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { EventEmitter } from "@angular/core";
|
|
1
|
+
import { ElementRef, EventEmitter, OnDestroy } from "@angular/core";
|
|
2
2
|
import { IDHeaderContext } from "@inera/ids-angular/common";
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class IDHeaderIneraAdminAvatarMobileComponent {
|
|
4
|
+
export declare class IDHeaderIneraAdminAvatarMobileComponent implements OnDestroy {
|
|
5
5
|
username?: string;
|
|
6
6
|
unit?: string;
|
|
7
7
|
expanded: boolean;
|
|
@@ -12,10 +12,13 @@ export declare class IDHeaderIneraAdminAvatarMobileComponent {
|
|
|
12
12
|
private idService;
|
|
13
13
|
contentId: string;
|
|
14
14
|
header: IDHeaderContext | null;
|
|
15
|
+
menuContent?: ElementRef<HTMLElement>;
|
|
16
|
+
private focusTrap;
|
|
15
17
|
constructor();
|
|
16
18
|
handleCloseEvent(): void;
|
|
17
19
|
closeAvatar(): void;
|
|
18
20
|
toggleAvatar(): void;
|
|
21
|
+
ngOnDestroy(): void;
|
|
19
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDHeaderIneraAdminAvatarMobileComponent, never>;
|
|
20
23
|
static ɵcmp: i0.ɵɵComponentDeclaration<IDHeaderIneraAdminAvatarMobileComponent, "id-header-inera-admin-avatar-mobile", never, { "username": { "alias": "username"; "required": false; }; "unit": { "alias": "unit"; "required": false; }; "expanded": { "alias": "expanded"; "required": false; }; "persistent": { "alias": "persistent"; "required": false; }; }, { "expandedChange": "expandedChange"; "opened": "opened"; "closed": "closed"; }, never, ["*"], true, never>;
|
|
21
24
|
static ngAcceptInputType_expanded: unknown;
|
|
@@ -1,8 +1,10 @@
|
|
|
1
|
-
import { TemplateRef } from
|
|
1
|
+
import { TemplateRef } from '@angular/core';
|
|
2
|
+
import { IDHeaderContext } from '@inera/ids-angular/common';
|
|
2
3
|
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class IDHeaderIneraAdminNavComponent {
|
|
4
5
|
hideOnTablet: boolean;
|
|
5
6
|
template: TemplateRef<any>;
|
|
7
|
+
header: IDHeaderContext | null;
|
|
6
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDHeaderIneraAdminNavComponent, never>;
|
|
7
9
|
static ɵcmp: i0.ɵɵComponentDeclaration<IDHeaderIneraAdminNavComponent, "id-header-inera-admin-nav", never, { "hideOnTablet": { "alias": "hideOnTablet"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
8
10
|
static ngAcceptInputType_hideOnTablet: unknown;
|
package/components/header-inera-general/brand-link/header-inera-general-brand-link.directive.d.ts
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class IDHeaderIneraGeneralBrandLinkDirective {
|
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IDHeaderIneraGeneralBrandLinkDirective, never>;
|
|
4
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<IDHeaderIneraGeneralBrandLinkDirective, "a[idBrandIneraGeneralLink]", never, {}, {}, never, never, true, never>;
|
|
5
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { QueryList } from '@angular/core';
|
|
2
|
+
import { IDHeaderIneraGeneralItemComponent } from './item/header-inera-general-item.component';
|
|
3
|
+
import { IDHeaderIneraGeneralNavComponent } from './nav/header-inera-general-nav.component';
|
|
4
|
+
import { IDHeaderIneraGeneralSkipToContent } from './skip-to-content/header-inera-general-skip-to-content.component';
|
|
5
|
+
import { IDHeaderContext } from '@inera/ids-angular/common';
|
|
6
|
+
import { IDHeaderIneraGeneralBrandLinkDirective } from './brand-link/header-inera-general-brand-link.directive';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
export declare class IDHeaderIneraGeneralComponent implements IDHeaderContext {
|
|
9
|
+
unresponsive: boolean;
|
|
10
|
+
brandText: string;
|
|
11
|
+
items: QueryList<IDHeaderIneraGeneralItemComponent>;
|
|
12
|
+
nav: IDHeaderIneraGeneralNavComponent;
|
|
13
|
+
brandLink: IDHeaderIneraGeneralBrandLinkDirective;
|
|
14
|
+
skipToContent: IDHeaderIneraGeneralSkipToContent;
|
|
15
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IDHeaderIneraGeneralComponent, never>;
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDHeaderIneraGeneralComponent, "id-header-inera-general", never, { "unresponsive": { "alias": "unresponsive"; "required": false; }; "brandText": { "alias": "brandText"; "required": false; }; }, {}, ["nav", "brandLink", "skipToContent", "items"], ["id-header-inera-general-skip-to-content", "[idBrandIneraGeneralLink]", "id-header-inera-general-item", "id-header-inera-general-menu-mobile"], true, never>;
|
|
17
|
+
static ngAcceptInputType_unresponsive: unknown;
|
|
18
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./header-inera-general.component";
|
|
3
|
+
import * as i2 from "./item/header-inera-general-item.component";
|
|
4
|
+
import * as i3 from "./nav/header-inera-general-nav.component";
|
|
5
|
+
import * as i4 from "./nav-item/header-inera-general-nav-item.component";
|
|
6
|
+
import * as i5 from "./menu-mobile/header-inera-general-menu-mobile.component";
|
|
7
|
+
import * as i6 from "./skip-to-content/header-inera-general-skip-to-content.component";
|
|
8
|
+
import * as i7 from "./nav-item-menu-link/header-inera-general-nav-item-menu-link.component";
|
|
9
|
+
import * as i8 from "./brand-link/header-inera-general-brand-link.directive";
|
|
10
|
+
export declare class IDHeaderIneraGeneralModule {
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IDHeaderIneraGeneralModule, never>;
|
|
12
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IDHeaderIneraGeneralModule, never, [typeof i1.IDHeaderIneraGeneralComponent, typeof i2.IDHeaderIneraGeneralItemComponent, typeof i3.IDHeaderIneraGeneralNavComponent, typeof i4.IDHeaderIneraGeneralNavItemComponent, typeof i5.IDHeaderIneraGeneralMenuMobileComponent, typeof i6.IDHeaderIneraGeneralSkipToContent, typeof i7.IDHeaderIneraGeneralNavItemMenuLinkComponent, typeof i8.IDHeaderIneraGeneralBrandLinkDirective], [typeof i1.IDHeaderIneraGeneralComponent, typeof i2.IDHeaderIneraGeneralItemComponent, typeof i3.IDHeaderIneraGeneralNavComponent, typeof i4.IDHeaderIneraGeneralNavItemComponent, typeof i5.IDHeaderIneraGeneralMenuMobileComponent, typeof i6.IDHeaderIneraGeneralSkipToContent, typeof i7.IDHeaderIneraGeneralNavItemMenuLinkComponent, typeof i8.IDHeaderIneraGeneralBrandLinkDirective]>;
|
|
13
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<IDHeaderIneraGeneralModule>;
|
|
14
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { IDHeaderContext } from '@inera/ids-angular/common';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class IDHeaderIneraGeneralItemComponent {
|
|
4
|
+
mobile: boolean;
|
|
5
|
+
icon?: string;
|
|
6
|
+
header: IDHeaderContext | null;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IDHeaderIneraGeneralItemComponent, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDHeaderIneraGeneralItemComponent, "id-header-inera-general-item", never, { "mobile": { "alias": "mobile"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; }, {}, never, ["*", "*"], true, never>;
|
|
9
|
+
static ngAcceptInputType_mobile: unknown;
|
|
10
|
+
}
|
package/components/header-inera-general/menu-mobile/header-inera-general-menu-mobile.component.d.ts
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { IDHeaderContext } from '@inera/ids-angular/common';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class IDHeaderIneraGeneralMenuMobileComponent {
|
|
4
|
+
expanded: boolean;
|
|
5
|
+
header: IDHeaderContext | null;
|
|
6
|
+
toggleExpansion(): void;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IDHeaderIneraGeneralMenuMobileComponent, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDHeaderIneraGeneralMenuMobileComponent, "id-header-inera-general-menu-mobile", never, { "expanded": { "alias": "expanded"; "required": false; }; }, {}, never, ["id-mobile-menu"], true, never>;
|
|
9
|
+
static ngAcceptInputType_expanded: unknown;
|
|
10
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { TemplateRef } from "@angular/core";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class IDHeaderIneraGeneralNavComponent {
|
|
4
|
+
hideOnTablet: boolean;
|
|
5
|
+
template: TemplateRef<any>;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IDHeaderIneraGeneralNavComponent, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDHeaderIneraGeneralNavComponent, "id-header-inera-general-nav", never, { "hideOnTablet": { "alias": "hideOnTablet"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
8
|
+
static ngAcceptInputType_hideOnTablet: unknown;
|
|
9
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { EventEmitter, TemplateRef } from "@angular/core";
|
|
2
|
+
import { IDHeaderContext } from "@inera/ids-angular/common";
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class IDHeaderIneraGeneralNavItemComponent {
|
|
5
|
+
label?: string;
|
|
6
|
+
active: boolean;
|
|
7
|
+
activeChange: EventEmitter<boolean>;
|
|
8
|
+
expanded: boolean;
|
|
9
|
+
expandedChange: EventEmitter<boolean>;
|
|
10
|
+
col1: TemplateRef<any> | null;
|
|
11
|
+
col2: TemplateRef<any> | null;
|
|
12
|
+
col3: TemplateRef<any> | null;
|
|
13
|
+
col4: TemplateRef<any> | null;
|
|
14
|
+
private idService;
|
|
15
|
+
protected contentId: string;
|
|
16
|
+
header: IDHeaderContext | null;
|
|
17
|
+
constructor();
|
|
18
|
+
toggleExpansion(): void;
|
|
19
|
+
expandItem(): void;
|
|
20
|
+
closeItem(): void;
|
|
21
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IDHeaderIneraGeneralNavItemComponent, never>;
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDHeaderIneraGeneralNavItemComponent, "id-header-inera-general-nav-item", never, { "label": { "alias": "label"; "required": false; }; "active": { "alias": "active"; "required": false; }; "expanded": { "alias": "expanded"; "required": false; }; }, { "activeChange": "activeChange"; "expandedChange": "expandedChange"; }, ["col1", "col2", "col3", "col4"], ["[link]"], true, never>;
|
|
23
|
+
static ngAcceptInputType_active: unknown;
|
|
24
|
+
static ngAcceptInputType_expanded: unknown;
|
|
25
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class IDHeaderIneraGeneralNavItemMenuLinkComponent {
|
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IDHeaderIneraGeneralNavItemMenuLinkComponent, never>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDHeaderIneraGeneralNavItemMenuLinkComponent, "id-header-inera-general-nav-item-menu-link", never, {}, {}, never, ["*"], true, never>;
|
|
5
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export { IDHeaderIneraGeneralModule } from './header-inera-general.module';
|
|
2
|
+
export { IDHeaderIneraGeneralComponent } from './header-inera-general.component';
|
|
3
|
+
export { IDHeaderIneraGeneralItemComponent } from './item/header-inera-general-item.component';
|
|
4
|
+
export { IDHeaderIneraGeneralNavComponent } from './nav/header-inera-general-nav.component';
|
|
5
|
+
export { IDHeaderIneraGeneralNavItemComponent } from './nav-item/header-inera-general-nav-item.component';
|
|
6
|
+
export { IDHeaderIneraGeneralMenuMobileComponent } from './menu-mobile/header-inera-general-menu-mobile.component';
|
|
7
|
+
export { IDHeaderIneraGeneralSkipToContent } from './skip-to-content/header-inera-general-skip-to-content.component';
|
|
8
|
+
export { IDHeaderIneraGeneralNavItemMenuLinkComponent } from './nav-item-menu-link/header-inera-general-nav-item-menu-link.component';
|
|
9
|
+
export { IDHeaderIneraGeneralBrandLinkDirective } from './brand-link/header-inera-general-brand-link.directive';
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class IDHeaderIneraGeneralSkipToContent {
|
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IDHeaderIneraGeneralSkipToContent, never>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDHeaderIneraGeneralSkipToContent, "id-header-inera-general-skip-to-content", never, {}, {}, never, ["*"], true, never>;
|
|
5
|
+
}
|
|
@@ -2,7 +2,6 @@ import { QueryList } from '@angular/core';
|
|
|
2
2
|
import { IDMobileMenuItemComponent } from './item/mobile-menu-item.component';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class IDMobileMenuComponent {
|
|
5
|
-
constructor();
|
|
6
5
|
items: QueryList<IDMobileMenuItemComponent>;
|
|
7
6
|
variation: number | undefined;
|
|
8
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDMobileMenuComponent, never>;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
1
|
+
import { ElementRef, EventEmitter } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class IDPopoverContentComponent {
|
|
4
|
+
elementRef: ElementRef<any>;
|
|
4
5
|
contentClosed: EventEmitter<Event>;
|
|
5
6
|
position: string;
|
|
6
7
|
closeOnBlur: boolean;
|
|
@@ -9,6 +10,8 @@ export declare class IDPopoverContentComponent {
|
|
|
9
10
|
srCloseText: string;
|
|
10
11
|
get contentMaxHeight(): string;
|
|
11
12
|
onClickedOutside(event: Event): void;
|
|
13
|
+
onKeyDown(event: KeyboardEvent): void;
|
|
14
|
+
onShiftTab(event: Event): void;
|
|
12
15
|
get caretPositionClass(): string;
|
|
13
16
|
get hostClasses(): string;
|
|
14
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDPopoverContentComponent, never>;
|
|
@@ -1,33 +1,45 @@
|
|
|
1
|
-
import { AfterContentInit, ElementRef, EventEmitter, OnChanges, QueryList, SimpleChanges } from '@angular/core';
|
|
1
|
+
import { AfterContentInit, ElementRef, EventEmitter, OnChanges, OnDestroy, QueryList, SimpleChanges } from '@angular/core';
|
|
2
2
|
import { IDPopoverCloseComponent } from './popover-close.component';
|
|
3
3
|
import { IDPopoverContentComponent } from './popover-content.component';
|
|
4
|
-
import { IDTooltipCategoryService } from '@inera/ids-angular/common';
|
|
5
4
|
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class IDPopoverComponent implements AfterContentInit, OnChanges {
|
|
7
|
-
private categoryCollection;
|
|
5
|
+
export declare class IDPopoverComponent implements AfterContentInit, OnChanges, OnDestroy {
|
|
8
6
|
position: 'top' | 'top-left' | 'top-right' | 'right' | 'right-top' | 'right-bottom' | 'bottom' | 'bottom-left' | 'bottom-right' | 'left' | 'left-top' | 'left-bottom';
|
|
9
7
|
category: string;
|
|
10
8
|
show: boolean;
|
|
11
9
|
showChange: EventEmitter<boolean>;
|
|
12
|
-
autoFocus: boolean;
|
|
13
10
|
closed: EventEmitter<Event>;
|
|
14
11
|
opened: EventEmitter<Event>;
|
|
15
12
|
bodyComponent: IDPopoverContentComponent;
|
|
16
13
|
closeComponents: QueryList<IDPopoverCloseComponent>;
|
|
17
|
-
|
|
14
|
+
triggerEl: ElementRef<HTMLElement>;
|
|
15
|
+
private document;
|
|
16
|
+
private appRef;
|
|
18
17
|
private opener;
|
|
19
|
-
|
|
18
|
+
private categoryCollection;
|
|
19
|
+
private destroyRef;
|
|
20
|
+
private updatePositionTimeout?;
|
|
21
|
+
private isAttached;
|
|
22
|
+
private openedViaTrigger;
|
|
23
|
+
private portalOutlet;
|
|
24
|
+
private readonly GAP;
|
|
25
|
+
private readonly CARET_SIZE;
|
|
26
|
+
private resizeHandler;
|
|
27
|
+
private get win();
|
|
28
|
+
constructor();
|
|
20
29
|
ngOnChanges(changes: SimpleChanges): void;
|
|
21
30
|
private updatePosition;
|
|
22
31
|
ngAfterContentInit(): void;
|
|
23
|
-
|
|
32
|
+
ngOnDestroy(): void;
|
|
24
33
|
togglePopover(e: Event): void;
|
|
25
|
-
|
|
34
|
+
private focusContent;
|
|
26
35
|
showPopover(event: Event): void;
|
|
27
|
-
handleKeyDown(event: KeyboardEvent): void;
|
|
28
36
|
closePopover(event: Event): void;
|
|
37
|
+
private focusTriggerContent;
|
|
38
|
+
private attachPortal;
|
|
39
|
+
private detachPortal;
|
|
40
|
+
private calculatePosition;
|
|
41
|
+
private applyPortalPosition;
|
|
29
42
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDPopoverComponent, never>;
|
|
30
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDPopoverComponent, "id-popover", never, { "position": { "alias": "position"; "required": false; }; "category": { "alias": "category"; "required": false; }; "show": { "alias": "show"; "required": false; };
|
|
43
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDPopoverComponent, "id-popover", never, { "position": { "alias": "position"; "required": false; }; "category": { "alias": "category"; "required": false; }; "show": { "alias": "show"; "required": false; }; }, { "showChange": "showChange"; "closed": "closed"; "opened": "opened"; }, ["bodyComponent", "closeComponents"], ["*", "id-popover-content"], true, never>;
|
|
31
44
|
static ngAcceptInputType_show: unknown;
|
|
32
|
-
static ngAcceptInputType_autoFocus: unknown;
|
|
33
45
|
}
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class IDPuffListItemContentInfoComponent {
|
|
3
|
+
bottom: boolean;
|
|
3
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDPuffListItemContentInfoComponent, never>;
|
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDPuffListItemContentInfoComponent, "id-puff-list-item-content-info", never, {}, {}, never, ["*"], true, never>;
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDPuffListItemContentInfoComponent, "id-puff-list-item-content-info", never, { "bottom": { "alias": "bottom"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
6
|
+
static ngAcceptInputType_bottom: unknown;
|
|
5
7
|
}
|
|
@@ -3,7 +3,6 @@ import { IDPuffListItemComponent } from './puff-list-item.component';
|
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class IDPuffListComponent {
|
|
5
5
|
listItems: QueryList<IDPuffListItemComponent>;
|
|
6
|
-
constructor();
|
|
7
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDPuffListComponent, never>;
|
|
8
7
|
static ɵcmp: i0.ɵɵComponentDeclaration<IDPuffListComponent, "id-puff-list", never, {}, {}, ["listItems"], never, true, never>;
|
|
9
8
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { EventEmitter } from
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class IDStepComponent {
|
|
4
|
-
state:
|
|
4
|
+
state: '' | 'valid' | 'invalid' | 'selected';
|
|
5
5
|
step: string;
|
|
6
6
|
srIndicatorText: string;
|
|
7
|
-
|
|
7
|
+
subtitle: string;
|
|
8
8
|
disabled: boolean;
|
|
9
9
|
expanded: boolean;
|
|
10
10
|
closed: EventEmitter<Event>;
|
|
@@ -14,7 +14,7 @@ export declare class IDStepComponent {
|
|
|
14
14
|
hasClosed(): void;
|
|
15
15
|
hasExpanded(): void;
|
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDStepComponent, never>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDStepComponent, "id-step", never, { "state": { "alias": "state"; "required": false; }; "step": { "alias": "step"; "required": false; }; "srIndicatorText": { "alias": "srIndicatorText"; "required": false; }; "
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDStepComponent, "id-step", never, { "state": { "alias": "state"; "required": false; }; "step": { "alias": "step"; "required": false; }; "srIndicatorText": { "alias": "srIndicatorText"; "required": false; }; "subtitle": { "alias": "subtitle"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "expanded": { "alias": "expanded"; "required": false; }; }, { "closed": "closed"; "opened": "opened"; "expandedChange": "expandedChange"; }, never, ["id-step-header", "*"], true, never>;
|
|
18
18
|
static ngAcceptInputType_disabled: unknown;
|
|
19
19
|
static ngAcceptInputType_expanded: unknown;
|
|
20
20
|
}
|
|
@@ -4,6 +4,7 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
export declare class IDTabGroupComponent implements AfterContentInit {
|
|
5
5
|
tabs: QueryList<IDTabComponent>;
|
|
6
6
|
selectedIndex: number;
|
|
7
|
+
focusedIndex: number;
|
|
7
8
|
ngAfterContentInit(): void;
|
|
8
9
|
responsive: 'm' | 's';
|
|
9
10
|
unresponsive: boolean;
|
|
@@ -13,6 +14,8 @@ export declare class IDTabGroupComponent implements AfterContentInit {
|
|
|
13
14
|
private idService;
|
|
14
15
|
selectId: string;
|
|
15
16
|
selectTab(i: number): void;
|
|
17
|
+
onKeydown(event: KeyboardEvent): void;
|
|
18
|
+
getTabPanelTabIndex(tabIndex: number): number | null;
|
|
16
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDTabGroupComponent, never>;
|
|
17
20
|
static ɵcmp: i0.ɵɵComponentDeclaration<IDTabGroupComponent, "id-tab-group", never, { "responsive": { "alias": "responsive"; "required": false; }; "unresponsive": { "alias": "unresponsive"; "required": false; }; "light": { "alias": "light"; "required": false; }; "compact": { "alias": "compact"; "required": false; }; "selectLabel": { "alias": "selectLabel"; "required": false; }; }, {}, ["tabs"], never, true, never>;
|
|
18
21
|
static ngAcceptInputType_unresponsive: unknown;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { TemplateRef } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class IDTabComponent {
|
|
4
|
+
tabId: string;
|
|
4
5
|
label: string;
|
|
5
6
|
notices: string;
|
|
6
7
|
icon: string;
|
|
@@ -9,6 +10,8 @@ export declare class IDTabComponent {
|
|
|
9
10
|
compact: boolean;
|
|
10
11
|
labelTemplate?: TemplateRef<any>;
|
|
11
12
|
content: TemplateRef<any>;
|
|
13
|
+
private idService;
|
|
14
|
+
ngOnInit(): void;
|
|
12
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDTabComponent, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDTabComponent, "id-tab", never, { "label": { "alias": "label"; "required": false; }; "notices": { "alias": "notices"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "noTabindex": { "alias": "noTabindex"; "required": false; }; "compact": { "alias": "compact"; "required": false; }; }, {}, ["labelTemplate"], ["*"], true, never>;
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDTabComponent, "id-tab", never, { "tabId": { "alias": "tabId"; "required": false; }; "label": { "alias": "label"; "required": false; }; "notices": { "alias": "notices"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "noTabindex": { "alias": "noTabindex"; "required": false; }; "compact": { "alias": "compact"; "required": false; }; }, {}, ["labelTemplate"], ["*"], true, never>;
|
|
14
17
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { IDToolbarComponent } from './toolbar.component';
|