@inera/ids-angular 9.0.1 → 9.1.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 +7 -2
- package/common/public-api.d.ts +3 -0
- package/common/services/input-described-by-linker.service.d.ts +10 -0
- package/common/services/input-invalid-linker.service.d.ts +9 -0
- package/common/utilities/useFocusTrap.d.ts +11 -0
- 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 +4 -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-text.component.d.ts +0 -1
- package/components/footer-inera/footer-inera.component.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-text.component.d.ts +0 -1
- package/components/footer-inera-admin/footer-inera-admin.component.d.ts +1 -0
- package/components/form/checkbox-group/checkbox-group.component.d.ts +6 -4
- package/components/form/input/input-hint.component.d.ts +1 -0
- 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 +6 -1
- 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/header-1177/avatar/header-1177-avatar.component.d.ts +5 -2
- package/components/header-1177-admin/avatar/header-1177-admin-avatar.component.d.ts +5 -2
- package/components/header-1177-admin/avatar-mobile/header-1177-admin-avatar-mobile.component.d.ts +5 -2
- 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 +5 -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/mobile/menu/mobile-menu.component.d.ts +0 -1
- package/components/popover/popover.component.d.ts +8 -5
- 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 +2 -2
- package/components/tabs/tab-group.component.d.ts +3 -0
- package/components/tabs/tab.component.d.ts +4 -1
- package/fesm2022/inera-ids-angular-common.mjs +170 -36
- package/fesm2022/inera-ids-angular-common.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-accordion.mjs +6 -6
- package/fesm2022/inera-ids-angular-components-action-link.mjs +3 -3
- 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 +6 -6
- package/fesm2022/inera-ids-angular-components-button-group.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-button.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-card.mjs +6 -21
- 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 +29 -67
- package/fesm2022/inera-ids-angular-components-dialog.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-dropdown.mjs +22 -18
- 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 +31 -32
- package/fesm2022/inera-ids-angular-components-footer-inera-admin.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-footer-inera.mjs +29 -27
- 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 +48 -22
- 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 +14 -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 +11 -13
- 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 +67 -45
- package/fesm2022/inera-ids-angular-components-header-1177-admin.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-header-1177-pro.mjs +73 -51
- package/fesm2022/inera-ids-angular-components-header-1177-pro.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-header-1177.mjs +58 -47
- package/fesm2022/inera-ids-angular-components-header-1177.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-header-inera-admin.mjs +67 -45
- package/fesm2022/inera-ids-angular-components-header-inera-admin.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-header-inera.mjs +28 -28
- 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 +41 -30
- 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 +132 -112
- 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 +54 -42
- 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-tooltip.mjs +10 -10
- package/package.json +42 -178
- 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 -130
- 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 -9
- 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 -18
- 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 -18
- 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
|
@@ -4,5 +4,5 @@ export declare abstract class IDErrorMessageBase {
|
|
|
4
4
|
private idService;
|
|
5
5
|
id: string;
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDErrorMessageBase, never>;
|
|
7
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<IDErrorMessageBase, never, never, { "show": { "alias": "show"; "required": false; }; }, {}, never, never,
|
|
7
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<IDErrorMessageBase, never, never, { "show": { "alias": "show"; "required": false; }; }, {}, never, never, true, never>;
|
|
8
8
|
}
|
|
@@ -1,6 +1,8 @@
|
|
|
1
|
-
import { AfterContentInit, ElementRef, EventEmitter, Renderer2 } from '@angular/core';
|
|
1
|
+
import { AfterContentInit, DestroyRef, ElementRef, EventEmitter, Renderer2 } from '@angular/core';
|
|
2
2
|
import { NgControl } from '@angular/forms';
|
|
3
3
|
import { IDInputLabelLinker } from '../../services/input-label-linker.service';
|
|
4
|
+
import { IDInputDescribedByLinker } from '../../services/input-described-by-linker.service';
|
|
5
|
+
import { IDInputInvalidLinker } from '../../services/input-invalid-linker.service';
|
|
4
6
|
import { IDErrorMessageBase } from './IDErrorMessageBase';
|
|
5
7
|
import * as i0 from "@angular/core";
|
|
6
8
|
export declare abstract class IDFormBase implements AfterContentInit {
|
|
@@ -14,6 +16,9 @@ export declare abstract class IDFormBase implements AfterContentInit {
|
|
|
14
16
|
srof: string;
|
|
15
17
|
light: boolean;
|
|
16
18
|
protected inputLabelLinker: IDInputLabelLinker;
|
|
19
|
+
protected inputDescribedByLinker: IDInputDescribedByLinker;
|
|
20
|
+
protected inputInvalidLinker: IDInputInvalidLinker;
|
|
21
|
+
protected destroyRef: DestroyRef;
|
|
17
22
|
private blurEvent?;
|
|
18
23
|
get input(): any;
|
|
19
24
|
get label(): any;
|
|
@@ -28,5 +33,5 @@ export declare abstract class IDFormBase implements AfterContentInit {
|
|
|
28
33
|
}): void;
|
|
29
34
|
ngOnDestroy(): void;
|
|
30
35
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDFormBase, never>;
|
|
31
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<IDFormBase, never, never, { "validateOn": { "alias": "validateOn"; "required": false; }; "invalid": { "alias": "invalid"; "required": false; }; "srof": { "alias": "srof"; "required": false; }; "light": { "alias": "light"; "required": false; }; }, { "invalidChange": "invalidChange"; }, ["ngControl", "errorMessage"], never,
|
|
36
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<IDFormBase, never, never, { "validateOn": { "alias": "validateOn"; "required": false; }; "invalid": { "alias": "invalid"; "required": false; }; "srof": { "alias": "srof"; "required": false; }; "light": { "alias": "light"; "required": false; }; }, { "invalidChange": "invalidChange"; }, ["ngControl", "errorMessage"], never, true, never>;
|
|
32
37
|
}
|
package/common/public-api.d.ts
CHANGED
|
@@ -5,4 +5,7 @@ export { IDClickOutsideDirective } from "./directives/click-outside.directive";
|
|
|
5
5
|
export { IDTooltipCategoryService } from "./services/tooltip-category.service";
|
|
6
6
|
export { ID_HEADER_CONTEXT, IDHeaderContext } from "./context/header-context";
|
|
7
7
|
export { IDErrorMessageBase } from "./classes/form/IDErrorMessageBase";
|
|
8
|
+
export { IDInputDescribedByLinker } from "./services/input-described-by-linker.service";
|
|
9
|
+
export { IDInputInvalidLinker } from "./services/input-invalid-linker.service";
|
|
8
10
|
export { useEscapeKey } from "./utilities/useEscKey";
|
|
11
|
+
export { useFocusTrap } from "./utilities/useFocusTrap";
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { ElementRef, RendererFactory2 } from '@angular/core';
|
|
2
|
+
import { IDErrorMessageBase } from '../classes/form/IDErrorMessageBase';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class IDInputDescribedByLinker {
|
|
5
|
+
private renderer;
|
|
6
|
+
constructor(rendererFactory: RendererFactory2);
|
|
7
|
+
link(host: ElementRef<HTMLElement>, errorMessage: IDErrorMessageBase | undefined, invalid: boolean): void;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IDInputDescribedByLinker, never>;
|
|
9
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<IDInputDescribedByLinker>;
|
|
10
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { ElementRef, RendererFactory2 } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class IDInputInvalidLinker {
|
|
4
|
+
private renderer;
|
|
5
|
+
constructor(rendererFactory: RendererFactory2);
|
|
6
|
+
link(host: ElementRef<HTMLElement>, invalid: boolean): void;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IDInputInvalidLinker, never>;
|
|
8
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<IDInputInvalidLinker>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { ElementRef } from '@angular/core';
|
|
2
|
+
type FocusContainer = ElementRef<HTMLElement> | HTMLElement | undefined;
|
|
3
|
+
export declare function useFocusTrap(getContainer: () => FocusContainer, options?: {
|
|
4
|
+
disabled?: () => boolean;
|
|
5
|
+
}): {
|
|
6
|
+
create: () => void;
|
|
7
|
+
reset: () => void;
|
|
8
|
+
destroy: () => void;
|
|
9
|
+
readonly focusableElements: HTMLElement[];
|
|
10
|
+
};
|
|
11
|
+
export {};
|
|
@@ -8,7 +8,7 @@ export declare class IDCardComponent {
|
|
|
8
8
|
interactive: boolean;
|
|
9
9
|
lean: boolean;
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDCardComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDCardComponent, "id-card", never, { "hideOnM": { "alias": "hideOnM"; "required": false; }; "hideOnS": { "alias": "hideOnS"; "required": false; }; "fill": { "alias": "fill"; "required": false; }; "focusCard": { "alias": "focusCard"; "required": false; }; "borderTop": { "alias": "borderTop"; "required": false; }; "interactive": { "alias": "interactive"; "required": false; }; "lean": { "alias": "lean"; "required": false; }; }, {}, never, ["*"
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDCardComponent, "id-card", never, { "hideOnM": { "alias": "hideOnM"; "required": false; }; "hideOnS": { "alias": "hideOnS"; "required": false; }; "fill": { "alias": "fill"; "required": false; }; "focusCard": { "alias": "focusCard"; "required": false; }; "borderTop": { "alias": "borderTop"; "required": false; }; "interactive": { "alias": "interactive"; "required": false; }; "lean": { "alias": "lean"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
12
12
|
static ngAcceptInputType_hideOnM: unknown;
|
|
13
13
|
static ngAcceptInputType_hideOnS: unknown;
|
|
14
14
|
static ngAcceptInputType_fill: unknown;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { AfterContentInit, EventEmitter, QueryList } from '@angular/core';
|
|
1
|
+
import { AfterContentInit, EventEmitter, OnDestroy, QueryList } from '@angular/core';
|
|
2
2
|
import { IDCarouselItemComponent } from './carousel-item/carousel-item.component';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class IDCarouselComponent implements AfterContentInit {
|
|
4
|
+
export declare class IDCarouselComponent implements AfterContentInit, OnDestroy {
|
|
5
5
|
carouselItems: QueryList<IDCarouselItemComponent>;
|
|
6
6
|
private destroyRef;
|
|
7
7
|
srNextLabel: string;
|
|
@@ -9,12 +9,15 @@ export declare class IDCarouselComponent implements AfterContentInit {
|
|
|
9
9
|
slideChanged: EventEmitter<number>;
|
|
10
10
|
activeSlide: number;
|
|
11
11
|
isAnimating: boolean;
|
|
12
|
+
private animatingTimeout?;
|
|
13
|
+
ngOnDestroy(): void;
|
|
12
14
|
ngAfterContentInit(): void;
|
|
13
15
|
setIsAnimating(): void;
|
|
14
16
|
nextSlide(): void;
|
|
15
17
|
prevSlide(): void;
|
|
16
18
|
setActiveSlide(index: number): void;
|
|
17
19
|
private syncActiveSlide;
|
|
20
|
+
trackByItem(_: number, item: IDCarouselItemComponent): IDCarouselItemComponent;
|
|
18
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDCarouselComponent, never>;
|
|
19
22
|
static ɵcmp: i0.ɵɵComponentDeclaration<IDCarouselComponent, "id-carousel", never, { "srNextLabel": { "alias": "srNextLabel"; "required": false; }; "srPrevLabel": { "alias": "srPrevLabel"; "required": false; }; }, { "slideChanged": "slideChanged"; }, ["carouselItems"], never, true, never>;
|
|
20
23
|
}
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
import { AfterContentInit, ElementRef, EventEmitter, QueryList } from '@angular/core';
|
|
1
|
+
import { AfterContentInit, ElementRef, EventEmitter, OnDestroy, QueryList } from '@angular/core';
|
|
2
2
|
import { IDDialogTriggerComponent } from './dialog-trigger.component';
|
|
3
|
-
import { FocusTrapFactory } from '@angular/cdk/a11y';
|
|
4
3
|
import { IDDialogCloseComponent } from './dialog-close.component';
|
|
5
4
|
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class IDDialogComponent implements AfterContentInit {
|
|
5
|
+
export declare class IDDialogComponent implements AfterContentInit, OnDestroy {
|
|
7
6
|
onEsc(event: Event): void;
|
|
8
7
|
trigger: IDDialogTriggerComponent;
|
|
9
8
|
dismissible: boolean;
|
|
@@ -24,20 +23,13 @@ export declare class IDDialogComponent implements AfterContentInit {
|
|
|
24
23
|
contentId: string;
|
|
25
24
|
headingId: string;
|
|
26
25
|
ngAfterContentInit(): void;
|
|
26
|
+
ngOnDestroy(): void;
|
|
27
27
|
dialogContent: ElementRef;
|
|
28
|
-
private
|
|
29
|
-
focusTrapFactory: FocusTrapFactory;
|
|
30
|
-
get focusableElements(): HTMLElement[];
|
|
31
|
-
createFocusTrap(): void;
|
|
32
|
-
destroyFocusTrap(): void;
|
|
33
|
-
handleBackTab: (e: KeyboardEvent) => void;
|
|
34
|
-
resetFocusTrap: () => void;
|
|
28
|
+
private reusableFocusTrap;
|
|
35
29
|
protected toggleDialog(event: Event): void;
|
|
36
30
|
protected overlayClicked(event: Event): void;
|
|
37
31
|
showDialog(event: Event): void;
|
|
38
32
|
hideDialog(event: Event): void;
|
|
39
|
-
hasClosed(event: Event): void;
|
|
40
|
-
hasOpened(event: Event): void;
|
|
41
33
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDDialogComponent, never>;
|
|
42
34
|
static ɵcmp: i0.ɵɵComponentDeclaration<IDDialogComponent, "id-dialog", never, { "dismissible": { "alias": "dismissible"; "required": false; }; "srCloseText": { "alias": "srCloseText"; "required": false; }; "noFocusTrap": { "alias": "noFocusTrap"; "required": false; }; "keepScrollbar": { "alias": "keepScrollbar"; "required": false; }; "noOverlay": { "alias": "noOverlay"; "required": false; }; "persistent": { "alias": "persistent"; "required": false; }; "show": { "alias": "show"; "required": false; }; "width": { "alias": "width"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; }, { "closed": "closed"; "opened": "opened"; "showChange": "showChange"; }, ["trigger", "closeComponents"], ["id-dialog-trigger", "id-dialog-header", "id-dialog-content", "id-dialog-footer"], true, never>;
|
|
43
35
|
static ngAcceptInputType_dismissible: unknown;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class IDDropdownTriggerComponent {
|
|
3
|
-
constructor();
|
|
4
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDDropdownTriggerComponent, never>;
|
|
5
4
|
static ɵcmp: i0.ɵɵComponentDeclaration<IDDropdownTriggerComponent, "id-dropdown-trigger", never, {}, {}, never, ["*"], true, never>;
|
|
6
5
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { AfterViewInit, EventEmitter } from '@angular/core';
|
|
1
|
+
import { AfterViewInit, EventEmitter, OnDestroy } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
import * as i1 from "@inera/ids-angular/common";
|
|
4
|
-
export declare class IDDropdownComponent implements AfterViewInit {
|
|
4
|
+
export declare class IDDropdownComponent implements AfterViewInit, OnDestroy {
|
|
5
5
|
sBlock: boolean;
|
|
6
6
|
mBlock: boolean;
|
|
7
7
|
minWidth?: string;
|
|
@@ -16,10 +16,11 @@ export declare class IDDropdownComponent implements AfterViewInit {
|
|
|
16
16
|
protected contentId: string;
|
|
17
17
|
protected trigger: Element | null;
|
|
18
18
|
ngAfterViewInit(): void;
|
|
19
|
+
ngOnDestroy(): void;
|
|
19
20
|
handleKeyDown(event: KeyboardEvent): void;
|
|
20
21
|
closeIfNotPersistent(): void;
|
|
21
22
|
setupTrigger(): void;
|
|
22
|
-
toggleDropdown()
|
|
23
|
+
toggleDropdown: () => void;
|
|
23
24
|
get baseAndPositionClasses(): string;
|
|
24
25
|
hasClosed(): void;
|
|
25
26
|
hasOpened(): void;
|
|
@@ -5,6 +5,7 @@ export declare class IDFooter1177ColComponent {
|
|
|
5
5
|
links: QueryList<IDLinkDirective>;
|
|
6
6
|
columnClass: string;
|
|
7
7
|
get hostClass(): string;
|
|
8
|
+
private destroyRef;
|
|
8
9
|
private updateColumnClasses;
|
|
9
10
|
ngAfterContentInit(): void;
|
|
10
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDFooter1177ColComponent, never>;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class IDFooter1177TextComponent {
|
|
3
|
-
constructor();
|
|
4
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDFooter1177TextComponent, never>;
|
|
5
4
|
static ɵcmp: i0.ɵɵComponentDeclaration<IDFooter1177TextComponent, "id-footer-1177-text", never, {}, {}, never, ["*", "id-darkmode-toggle"], true, never>;
|
|
6
5
|
}
|
|
@@ -5,6 +5,7 @@ export declare class IDFooter1177Component {
|
|
|
5
5
|
headline: string;
|
|
6
6
|
subHeadline: string;
|
|
7
7
|
cols: QueryList<IDFooter1177ColComponent>;
|
|
8
|
+
private destroyRef;
|
|
8
9
|
private updateColumnClasses;
|
|
9
10
|
ngAfterContentInit(): void;
|
|
10
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDFooter1177Component, never>;
|
|
@@ -5,6 +5,7 @@ export declare class IDFooter1177AdminColComponent {
|
|
|
5
5
|
links: QueryList<IDLinkDirective>;
|
|
6
6
|
columnClass: string;
|
|
7
7
|
get hostClass(): string;
|
|
8
|
+
private destroyRef;
|
|
8
9
|
private updateColumnClasses;
|
|
9
10
|
ngAfterContentInit(): void;
|
|
10
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDFooter1177AdminColComponent, never>;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class IDFooter1177AdminTextComponent {
|
|
3
|
-
constructor();
|
|
4
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDFooter1177AdminTextComponent, never>;
|
|
5
4
|
static ɵcmp: i0.ɵɵComponentDeclaration<IDFooter1177AdminTextComponent, "id-footer-1177-admin-text", never, {}, {}, never, ["*", "id-darkmode-toggle"], true, never>;
|
|
6
5
|
}
|
|
@@ -4,6 +4,7 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
export declare class IDFooter1177AdminComponent {
|
|
5
5
|
headline?: string;
|
|
6
6
|
cols: QueryList<IDFooter1177AdminColComponent>;
|
|
7
|
+
private destroyRef;
|
|
7
8
|
private updateColumnClasses;
|
|
8
9
|
ngAfterContentInit(): void;
|
|
9
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDFooter1177AdminComponent, never>;
|
|
@@ -5,6 +5,7 @@ export declare class IDFooter1177ProColComponent {
|
|
|
5
5
|
links: QueryList<IDLinkDirective>;
|
|
6
6
|
columnClass: string;
|
|
7
7
|
get hostClass(): string;
|
|
8
|
+
private destroyRef;
|
|
8
9
|
private updateColumnClasses;
|
|
9
10
|
ngAfterContentInit(): void;
|
|
10
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDFooter1177ProColComponent, never>;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class IDFooter1177ProTextComponent {
|
|
3
|
-
constructor();
|
|
4
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDFooter1177ProTextComponent, never>;
|
|
5
4
|
static ɵcmp: i0.ɵɵComponentDeclaration<IDFooter1177ProTextComponent, "id-footer-1177-pro-text", never, {}, {}, never, ["*", "id-darkmode-toggle"], true, never>;
|
|
6
5
|
}
|
|
@@ -3,9 +3,11 @@ import { IDFooter1177ProColComponent } from './footer-1177-pro-col.component';
|
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class IDFooter1177ProComponent {
|
|
5
5
|
headline: string;
|
|
6
|
+
mobileHeadline: string;
|
|
6
7
|
cols: QueryList<IDFooter1177ProColComponent>;
|
|
8
|
+
private destroyRef;
|
|
7
9
|
private updateColumnClasses;
|
|
8
10
|
ngAfterContentInit(): void;
|
|
9
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDFooter1177ProComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDFooter1177ProComponent, "id-footer-1177-pro", never, { "headline": { "alias": "headline"; "required": false; }; }, {}, ["cols"], ["id-footer-1177-pro-text", "id-footer-1177-pro-col", "id-mobile-menu", "id-footer-1177-pro-sub-footer-left", "id-footer-1177-pro-sub-footer-right", "id-footer-1177-pro-sub-footer-mobile"], true, never>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDFooter1177ProComponent, "id-footer-1177-pro", never, { "headline": { "alias": "headline"; "required": false; }; "mobileHeadline": { "alias": "mobileHeadline"; "required": false; }; }, {}, ["cols"], ["id-footer-1177-pro-text", "id-footer-1177-pro-col", "id-mobile-menu", "id-footer-1177-pro-sub-footer-left", "id-footer-1177-pro-sub-footer-right", "id-footer-1177-pro-sub-footer-mobile"], true, never>;
|
|
11
13
|
}
|
|
@@ -5,6 +5,7 @@ export declare class IDFooterIneraColComponent {
|
|
|
5
5
|
links: QueryList<IDLinkDirective>;
|
|
6
6
|
columnClass: string;
|
|
7
7
|
get hostClass(): string;
|
|
8
|
+
private destroyRef;
|
|
8
9
|
private updateColumnClasses;
|
|
9
10
|
ngAfterContentInit(): void;
|
|
10
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDFooterIneraColComponent, never>;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class IDFooterIneraTextComponent {
|
|
3
|
-
constructor();
|
|
4
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDFooterIneraTextComponent, never>;
|
|
5
4
|
static ɵcmp: i0.ɵɵComponentDeclaration<IDFooterIneraTextComponent, "id-footer-inera-text", never, {}, {}, never, ["*", "id-darkmode-toggle"], true, never>;
|
|
6
5
|
}
|
|
@@ -4,6 +4,7 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
export declare class IDFooterIneraComponent {
|
|
5
5
|
headline: string;
|
|
6
6
|
cols: QueryList<IDFooterIneraColComponent>;
|
|
7
|
+
private destroyRef;
|
|
7
8
|
private updateColumnClasses;
|
|
8
9
|
ngAfterContentInit(): void;
|
|
9
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDFooterIneraComponent, never>;
|
|
@@ -2,11 +2,11 @@ import { ElementRef, QueryList } from '@angular/core';
|
|
|
2
2
|
import { IDLinkDirective } from '@inera/ids-angular/components/link';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class IDFooterIneraAdminColComponent {
|
|
5
|
-
elementRef: ElementRef;
|
|
6
5
|
links: QueryList<IDLinkDirective>;
|
|
7
6
|
columnClass: string;
|
|
8
7
|
get hostClass(): string;
|
|
9
|
-
|
|
8
|
+
elementRef: ElementRef<any>;
|
|
9
|
+
private destroyRef;
|
|
10
10
|
private updateColumnClasses;
|
|
11
11
|
ngAfterContentInit(): void;
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDFooterIneraAdminColComponent, never>;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class IDFooterIneraAdminTextComponent {
|
|
3
|
-
constructor();
|
|
4
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDFooterIneraAdminTextComponent, never>;
|
|
5
4
|
static ɵcmp: i0.ɵɵComponentDeclaration<IDFooterIneraAdminTextComponent, "id-footer-inera-admin-text", never, {}, {}, never, ["*", "id-darkmode-toggle"], true, never>;
|
|
6
5
|
}
|
|
@@ -4,6 +4,7 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
export declare class IDFooterIneraAdminComponent {
|
|
5
5
|
headline: string;
|
|
6
6
|
cols: QueryList<IDFooterIneraAdminColComponent>;
|
|
7
|
+
private destroyRef;
|
|
7
8
|
private updateColumnClasses;
|
|
8
9
|
ngAfterContentInit(): void;
|
|
9
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDFooterIneraAdminComponent, never>;
|
|
@@ -1,16 +1,18 @@
|
|
|
1
|
-
import { AfterContentInit, QueryList } from
|
|
2
|
-
import { IDCheckboxComponent } from
|
|
3
|
-
import { IDErrorMessageComponent } from
|
|
1
|
+
import { AfterContentInit, QueryList } from '@angular/core';
|
|
2
|
+
import { IDCheckboxComponent } from '@inera/ids-angular/components/form/checkbox';
|
|
3
|
+
import { IDErrorMessageComponent } from '@inera/ids-angular/components/form/error-message';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class IDCheckboxGroupComponent implements AfterContentInit {
|
|
6
6
|
checkboxes: QueryList<IDCheckboxComponent>;
|
|
7
7
|
errorMessage: IDErrorMessageComponent;
|
|
8
8
|
legend?: string;
|
|
9
9
|
compact: boolean;
|
|
10
|
+
hideLegend: boolean;
|
|
10
11
|
private destroyRef;
|
|
11
12
|
ngAfterContentInit(): void;
|
|
12
13
|
checkShowErrorMessage(): void;
|
|
13
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDCheckboxGroupComponent, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDCheckboxGroupComponent, "id-checkbox-group", never, { "legend": { "alias": "legend"; "required": false; }; "compact": { "alias": "compact"; "required": false; }; }, {}, ["errorMessage", "checkboxes"], ["id-tooltip", "id-popover", "*", "id-error-message"], true, never>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDCheckboxGroupComponent, "id-checkbox-group", never, { "legend": { "alias": "legend"; "required": false; }; "compact": { "alias": "compact"; "required": false; }; "hideLegend": { "alias": "hideLegend"; "required": false; }; }, {}, ["errorMessage", "checkboxes"], ["id-tooltip", "id-popover", "*", "id-error-message"], true, never>;
|
|
15
16
|
static ngAcceptInputType_compact: unknown;
|
|
17
|
+
static ngAcceptInputType_hideLegend: unknown;
|
|
16
18
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class IDInputHintComponent {
|
|
3
|
+
readonly id: string;
|
|
3
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDInputHintComponent, never>;
|
|
4
5
|
static ɵcmp: i0.ɵɵComponentDeclaration<IDInputHintComponent, "id-input-hint", never, {}, {}, never, ["*"], true, never>;
|
|
5
6
|
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class IDInputUnitComponent {
|
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IDInputUnitComponent, never>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDInputUnitComponent, "id-input-unit", never, {}, {}, never, ["*"], true, never>;
|
|
5
|
+
}
|
|
@@ -1,16 +1,20 @@
|
|
|
1
|
-
import { AfterContentInit } from '@angular/core';
|
|
1
|
+
import { AfterContentInit, OnInit } from '@angular/core';
|
|
2
2
|
import { IDFormBase } from '@inera/ids-angular/common';
|
|
3
3
|
import { IDInputHintComponent } from './input-hint.component';
|
|
4
|
+
import { IDInputUnitComponent } from './input-unit.component';
|
|
4
5
|
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class IDInputComponent extends IDFormBase implements AfterContentInit {
|
|
6
|
+
export declare class IDInputComponent extends IDFormBase implements OnInit, AfterContentInit {
|
|
6
7
|
private elementRef;
|
|
7
8
|
hintComponent: IDInputHintComponent | undefined;
|
|
9
|
+
unitComponent: IDInputUnitComponent | undefined;
|
|
8
10
|
showSearchLabel: boolean;
|
|
9
11
|
search: boolean;
|
|
12
|
+
private externalClasses;
|
|
13
|
+
ngOnInit(): void;
|
|
10
14
|
get hostClasses(): string;
|
|
11
15
|
ngAfterContentInit(): void;
|
|
12
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDInputComponent, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDInputComponent, "id-input", never, { "showSearchLabel": { "alias": "showSearchLabel"; "required": false; }; "search": { "alias": "search"; "required": false; }; }, {}, ["hintComponent"], ["label", "id-tooltip", "id-popover", "*", "id-input-hint", "id-error-message", "button"], true, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDInputComponent, "id-input", never, { "showSearchLabel": { "alias": "showSearchLabel"; "required": false; }; "search": { "alias": "search"; "required": false; }; }, {}, ["hintComponent", "unitComponent"], ["label", "id-tooltip", "id-popover", "*", "id-input-unit", "id-input-hint", "id-error-message", "button"], true, never>;
|
|
14
18
|
static ngAcceptInputType_showSearchLabel: unknown;
|
|
15
19
|
static ngAcceptInputType_search: unknown;
|
|
16
20
|
}
|
|
@@ -3,6 +3,8 @@ import { IDFormBase } from '@inera/ids-angular/common';
|
|
|
3
3
|
import { IDCheckboxComponent } from '@inera/ids-angular/components/form/checkbox';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class IDSelectMultipleComponent extends IDFormBase implements AfterContentInit {
|
|
6
|
+
elementRef: ElementRef<any>;
|
|
7
|
+
onEsc(event: Event): void;
|
|
6
8
|
placeholder?: string;
|
|
7
9
|
maxheight?: string;
|
|
8
10
|
labelText?: string;
|
|
@@ -19,7 +21,6 @@ export declare class IDSelectMultipleComponent extends IDFormBase implements Aft
|
|
|
19
21
|
checkboxComponents: QueryList<IDCheckboxComponent>;
|
|
20
22
|
get displayValue(): string;
|
|
21
23
|
host: ElementRef<any>;
|
|
22
|
-
private destroyRef;
|
|
23
24
|
toggleVisibility(): void;
|
|
24
25
|
handleClickOutside(): void;
|
|
25
26
|
hideDropdown(): void;
|
|
@@ -1,5 +1,10 @@
|
|
|
1
|
+
import { OnInit } from "@angular/core";
|
|
1
2
|
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class IDTextareaHintComponent {
|
|
3
|
+
export declare class IDTextareaHintComponent implements OnInit {
|
|
4
|
+
readonly id: string;
|
|
5
|
+
private readonly el;
|
|
6
|
+
private readonly renderer;
|
|
7
|
+
ngOnInit(): void;
|
|
3
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDTextareaHintComponent, never>;
|
|
4
9
|
static ɵcmp: i0.ɵɵComponentDeclaration<IDTextareaHintComponent, "id-textarea-hint", never, {}, {}, never, ["*"], true, never>;
|
|
5
10
|
}
|
|
@@ -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>;
|
|
@@ -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 "@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 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 "@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 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 { 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;
|