@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
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated bundle index. Do not edit.
|
|
3
|
-
*/
|
|
4
|
-
export * from './public-api';
|
|
5
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5lcmEtaWRzLWFuZ3VsYXItY29tcG9uZW50cy10YWcuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9jb21wb25lbnRzL3RhZy9pbmVyYS1pZHMtYW5ndWxhci1jb21wb25lbnRzLXRhZy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsY0FBYyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL3B1YmxpYy1hcGknO1xuIl19
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export { IDTagComponent } from './tag.component';
|
|
2
|
-
export { IDTagDirective } from './tag.directive';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2NvbXBvbmVudHMvdGFnL3B1YmxpYy1hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLGNBQWMsRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQ2pELE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCB7IElEVGFnQ29tcG9uZW50IH0gZnJvbSAnLi90YWcuY29tcG9uZW50JztcbmV4cG9ydCB7IElEVGFnRGlyZWN0aXZlIH0gZnJvbSAnLi90YWcuZGlyZWN0aXZlJztcbiJdfQ==
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { booleanAttribute, Component, EventEmitter, Input, Output } from "@angular/core";
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export class IDTagComponent {
|
|
4
|
-
closeable = false;
|
|
5
|
-
srCloseLabel = "Stäng";
|
|
6
|
-
closed = new EventEmitter();
|
|
7
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDTagComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
8
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.14", type: IDTagComponent, isStandalone: true, selector: "id-tag", inputs: { closeable: ["closeable", "closeable", booleanAttribute], srCloseLabel: "srCloseLabel" }, outputs: { closed: "closed" }, host: { classAttribute: "ids-tag" }, ngImport: i0, template: "<div class=\"ids-tag__content\">\n <ng-content></ng-content>\n @if(closeable) { \n <button (closed)=\"closed.emit(true)\" class=\"ids-tag__close-btn\" [attr.aria-label]=\"srCloseLabel\"></button>\n }\n</div>" });
|
|
9
|
-
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDTagComponent, decorators: [{
|
|
11
|
-
type: Component,
|
|
12
|
-
args: [{ selector: "id-tag", standalone: true, host: {
|
|
13
|
-
class: 'ids-tag'
|
|
14
|
-
}, template: "<div class=\"ids-tag__content\">\n <ng-content></ng-content>\n @if(closeable) { \n <button (closed)=\"closed.emit(true)\" class=\"ids-tag__close-btn\" [attr.aria-label]=\"srCloseLabel\"></button>\n }\n</div>" }]
|
|
15
|
-
}], propDecorators: { closeable: [{
|
|
16
|
-
type: Input,
|
|
17
|
-
args: [{ transform: booleanAttribute }]
|
|
18
|
-
}], srCloseLabel: [{
|
|
19
|
-
type: Input
|
|
20
|
-
}], closed: [{
|
|
21
|
-
type: Output
|
|
22
|
-
}] } });
|
|
23
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFnLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2NvbXBvbmVudHMvdGFnL3RhZy5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9jb21wb25lbnRzL3RhZy90YWcuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLGdCQUFnQixFQUFFLFNBQVMsRUFBRSxZQUFZLEVBQUUsS0FBSyxFQUFFLE1BQU0sRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFVekYsTUFBTSxPQUFPLGNBQWM7SUFFZSxTQUFTLEdBQVksS0FBSyxDQUFDO0lBQzFELFlBQVksR0FBVyxPQUFPLENBQUM7SUFFOUIsTUFBTSxHQUEwQixJQUFJLFlBQVksRUFBRSxDQUFDO3dHQUxsRCxjQUFjOzRGQUFkLGNBQWMsMEZBRUwsZ0JBQWdCLCtIQ1p0Qyx1TkFLTTs7NEZES08sY0FBYztrQkFSMUIsU0FBUzsrQkFDRSxRQUFRLGNBRU4sSUFBSSxRQUNWO3dCQUNKLEtBQUssRUFBRSxTQUFTO3FCQUNqQjs4QkFJdUMsU0FBUztzQkFBaEQsS0FBSzt1QkFBQyxFQUFFLFNBQVMsRUFBRSxnQkFBZ0IsRUFBRTtnQkFDN0IsWUFBWTtzQkFBcEIsS0FBSztnQkFFSSxNQUFNO3NCQUFmLE1BQU0iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBib29sZWFuQXR0cmlidXRlLCBDb21wb25lbnQsIEV2ZW50RW1pdHRlciwgSW5wdXQsIE91dHB1dCB9IGZyb20gXCJAYW5ndWxhci9jb3JlXCI7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogXCJpZC10YWdcIixcbiAgdGVtcGxhdGVVcmw6IFwiLi90YWcuY29tcG9uZW50Lmh0bWxcIixcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgaG9zdDoge1xuICAgIGNsYXNzOiAnaWRzLXRhZydcbiAgfVxufSlcbmV4cG9ydCBjbGFzcyBJRFRhZ0NvbXBvbmVudCB7XG4gIFxuICBASW5wdXQoeyB0cmFuc2Zvcm06IGJvb2xlYW5BdHRyaWJ1dGUgfSkgY2xvc2VhYmxlOiBib29sZWFuID0gZmFsc2U7XG4gIEBJbnB1dCgpIHNyQ2xvc2VMYWJlbDogc3RyaW5nID0gXCJTdMOkbmdcIjtcblxuICBAT3V0cHV0KCkgY2xvc2VkOiBFdmVudEVtaXR0ZXI8Ym9vbGVhbj4gPSBuZXcgRXZlbnRFbWl0dGVyKCk7XG5cbn1cbiIsIjxkaXYgY2xhc3M9XCJpZHMtdGFnX19jb250ZW50XCI+XG4gIDxuZy1jb250ZW50PjwvbmctY29udGVudD5cbiAgQGlmKGNsb3NlYWJsZSkgeyBcbiAgICA8YnV0dG9uIChjbG9zZWQpPVwiY2xvc2VkLmVtaXQodHJ1ZSlcIiBjbGFzcz1cImlkcy10YWdfX2Nsb3NlLWJ0blwiIFthdHRyLmFyaWEtbGFiZWxdPVwic3JDbG9zZUxhYmVsXCI+PC9idXR0b24+XG4gIH1cbjwvZGl2PiJdfQ==
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Directive } from "@angular/core";
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export class IDTagDirective {
|
|
4
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDTagDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
5
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: IDTagDirective, isStandalone: true, selector: "*[idTag]", host: { classAttribute: "ids-tag ids-tag--clickable" }, ngImport: i0 });
|
|
6
|
-
}
|
|
7
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDTagDirective, decorators: [{
|
|
8
|
-
type: Directive,
|
|
9
|
-
args: [{
|
|
10
|
-
selector: "*[idTag]",
|
|
11
|
-
standalone: true,
|
|
12
|
-
host: {
|
|
13
|
-
class: 'ids-tag ids-tag--clickable'
|
|
14
|
-
}
|
|
15
|
-
}]
|
|
16
|
-
}] });
|
|
17
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFnLmRpcmVjdGl2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2NvbXBvbmVudHMvdGFnL3RhZy5kaXJlY3RpdmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFTMUMsTUFBTSxPQUFPLGNBQWM7d0dBQWQsY0FBYzs0RkFBZCxjQUFjOzs0RkFBZCxjQUFjO2tCQVAxQixTQUFTO21CQUFDO29CQUNULFFBQVEsRUFBRSxVQUFVO29CQUNwQixVQUFVLEVBQUUsSUFBSTtvQkFDaEIsSUFBSSxFQUFFO3dCQUNKLEtBQUssRUFBRSw0QkFBNEI7cUJBQ3BDO2lCQUNGIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgRGlyZWN0aXZlIH0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcblxuQERpcmVjdGl2ZSh7XG4gIHNlbGVjdG9yOiBcIipbaWRUYWddXCIsXG4gIHN0YW5kYWxvbmU6IHRydWUsXG4gIGhvc3Q6IHtcbiAgICBjbGFzczogJ2lkcy10YWcgaWRzLXRhZy0tY2xpY2thYmxlJ1xuICB9XG59KVxuZXhwb3J0IGNsYXNzIElEVGFnRGlyZWN0aXZlIHtcbn1cbiJdfQ==
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated bundle index. Do not edit.
|
|
3
|
-
*/
|
|
4
|
-
export * from './public-api';
|
|
5
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5lcmEtaWRzLWFuZ3VsYXItY29tcG9uZW50cy10b29sdGlwLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaWRzLWFuZ3VsYXIvY29tcG9uZW50cy90b29sdGlwL2luZXJhLWlkcy1hbmd1bGFyLWNvbXBvbmVudHMtdG9vbHRpcC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsY0FBYyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL3B1YmxpYy1hcGknO1xuIl19
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export { IDTooltipTriggerDirective } from './tooltip-trigger.directive';
|
|
2
|
-
export { IDTooltipComponent } from './tooltip.component';
|
|
3
|
-
export { IDTooltipModule } from './tooltip.module';
|
|
4
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2NvbXBvbmVudHMvdG9vbHRpcC9wdWJsaWMtYXBpLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSx5QkFBeUIsRUFBRSxNQUFNLDZCQUE2QixDQUFDO0FBQ3hFLE9BQU8sRUFBRSxrQkFBa0IsRUFBRSxNQUFNLHFCQUFxQixDQUFDO0FBQ3pELE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSxrQkFBa0IsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCB7IElEVG9vbHRpcFRyaWdnZXJEaXJlY3RpdmUgfSBmcm9tICcuL3Rvb2x0aXAtdHJpZ2dlci5kaXJlY3RpdmUnO1xuZXhwb3J0IHsgSURUb29sdGlwQ29tcG9uZW50IH0gZnJvbSAnLi90b29sdGlwLmNvbXBvbmVudCc7XG5leHBvcnQgeyBJRFRvb2x0aXBNb2R1bGUgfSBmcm9tICcuL3Rvb2x0aXAubW9kdWxlJztcbiJdfQ==
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { Directive } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export class IDTooltipTriggerDirective {
|
|
4
|
-
elementRef;
|
|
5
|
-
constructor(elementRef) {
|
|
6
|
-
this.elementRef = elementRef;
|
|
7
|
-
}
|
|
8
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDTooltipTriggerDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
9
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: IDTooltipTriggerDirective, isStandalone: true, selector: "[idTooltipTrigger]", ngImport: i0 });
|
|
10
|
-
}
|
|
11
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDTooltipTriggerDirective, decorators: [{
|
|
12
|
-
type: Directive,
|
|
13
|
-
args: [{
|
|
14
|
-
selector: '[idTooltipTrigger]',
|
|
15
|
-
standalone: true
|
|
16
|
-
}]
|
|
17
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }] });
|
|
18
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidG9vbHRpcC10cmlnZ2VyLmRpcmVjdGl2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2NvbXBvbmVudHMvdG9vbHRpcC90b29sdGlwLXRyaWdnZXIuZGlyZWN0aXZlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQWMsTUFBTSxlQUFlLENBQUM7O0FBTXRELE1BQU0sT0FBTyx5QkFBeUI7SUFDakI7SUFBbkIsWUFBbUIsVUFBc0I7UUFBdEIsZUFBVSxHQUFWLFVBQVUsQ0FBWTtJQUFHLENBQUM7d0dBRGxDLHlCQUF5Qjs0RkFBekIseUJBQXlCOzs0RkFBekIseUJBQXlCO2tCQUpyQyxTQUFTO21CQUFDO29CQUNULFFBQVEsRUFBRSxvQkFBb0I7b0JBQzlCLFVBQVUsRUFBRSxJQUFJO2lCQUNqQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IERpcmVjdGl2ZSwgRWxlbWVudFJlZiB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5ARGlyZWN0aXZlKHtcbiAgc2VsZWN0b3I6ICdbaWRUb29sdGlwVHJpZ2dlcl0nLFxuICBzdGFuZGFsb25lOiB0cnVlXG59KVxuZXhwb3J0IGNsYXNzIElEVG9vbHRpcFRyaWdnZXJEaXJlY3RpdmUge1xuICBjb25zdHJ1Y3RvcihwdWJsaWMgZWxlbWVudFJlZjogRWxlbWVudFJlZikge31cbn0iXX0=
|
|
@@ -1,84 +0,0 @@
|
|
|
1
|
-
import { Component, ContentChild, HostListener, Input, Renderer2, ViewChild, booleanAttribute, inject } from '@angular/core';
|
|
2
|
-
import { IDUseIdService } from '@inera/ids-angular/common';
|
|
3
|
-
import { IDTooltipTriggerDirective } from './tooltip-trigger.directive';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export class IDTooltipComponent {
|
|
6
|
-
idService = inject(IDUseIdService);
|
|
7
|
-
tooltipId = this.idService.generateId('tooltip');
|
|
8
|
-
tooltipContent;
|
|
9
|
-
trigger;
|
|
10
|
-
maxWidth;
|
|
11
|
-
fixedPosition;
|
|
12
|
-
position = 'top';
|
|
13
|
-
tempPosition;
|
|
14
|
-
onFocusIn(event) {
|
|
15
|
-
const target = event.target;
|
|
16
|
-
if (target.closest('.ids-tooltip__trigger')) {
|
|
17
|
-
this.calculatePosition();
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
renderer = inject(Renderer2);
|
|
21
|
-
get positionClass() {
|
|
22
|
-
return `ids-tooltip__content--${this.tempPosition}`;
|
|
23
|
-
}
|
|
24
|
-
ngAfterContentInit() {
|
|
25
|
-
if (this.trigger) {
|
|
26
|
-
this.renderer.setAttribute(this.trigger.elementRef.nativeElement, 'aria-describedby', this.tooltipId);
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
calculatePosition() {
|
|
30
|
-
this.tempPosition = this.position;
|
|
31
|
-
if (!this.fixedPosition) {
|
|
32
|
-
requestAnimationFrame(() => {
|
|
33
|
-
if (!this.tooltipContent)
|
|
34
|
-
return;
|
|
35
|
-
const el = this.tooltipContent.nativeElement;
|
|
36
|
-
let rect = el.getBoundingClientRect();
|
|
37
|
-
const vWidth = window.innerWidth;
|
|
38
|
-
const vHeight = window.innerHeight;
|
|
39
|
-
let [vertical, horizontal] = this.position.split('-');
|
|
40
|
-
if (vertical === 'top' && rect.top < 0) {
|
|
41
|
-
vertical = 'bottom';
|
|
42
|
-
}
|
|
43
|
-
else if (vertical === 'bottom' && rect.bottom > vHeight) {
|
|
44
|
-
vertical = 'top';
|
|
45
|
-
}
|
|
46
|
-
if (rect.left < 0) {
|
|
47
|
-
horizontal = 'left';
|
|
48
|
-
}
|
|
49
|
-
else if (rect.right > vWidth) {
|
|
50
|
-
horizontal = 'right';
|
|
51
|
-
}
|
|
52
|
-
this.tempPosition = (horizontal ? `${vertical}-${horizontal}` : vertical);
|
|
53
|
-
});
|
|
54
|
-
}
|
|
55
|
-
}
|
|
56
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDTooltipComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
57
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.2.14", type: IDTooltipComponent, isStandalone: true, selector: "id-tooltip", inputs: { maxWidth: "maxWidth", fixedPosition: ["fixedPosition", "fixedPosition", booleanAttribute], position: "position" }, host: { listeners: { "focusin": "onFocusIn($event)", "mouseover": "onFocusIn($event)" }, classAttribute: "ids-tooltip" }, queries: [{ propertyName: "trigger", first: true, predicate: IDTooltipTriggerDirective, descendants: true }], viewQueries: [{ propertyName: "tooltipContent", first: true, predicate: ["tooltipContent"], descendants: true }], ngImport: i0, template: "<span \n class=\"ids-tooltip__trigger\">\n <ng-content select=\"[idTooltipTrigger]\"></ng-content>\n</span>\n<span \n #tooltipContent\n class=\"ids-tooltip__content\"\n [class]=\"positionClass\" \n [style.max-width]=\"maxWidth\"\n role=\"tooltip\"\n [attr.id]=\"tooltipId\">\n <ng-content></ng-content>\n</span>" });
|
|
58
|
-
}
|
|
59
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDTooltipComponent, decorators: [{
|
|
60
|
-
type: Component,
|
|
61
|
-
args: [{ selector: 'id-tooltip', standalone: true, host: {
|
|
62
|
-
class: 'ids-tooltip'
|
|
63
|
-
}, template: "<span \n class=\"ids-tooltip__trigger\">\n <ng-content select=\"[idTooltipTrigger]\"></ng-content>\n</span>\n<span \n #tooltipContent\n class=\"ids-tooltip__content\"\n [class]=\"positionClass\" \n [style.max-width]=\"maxWidth\"\n role=\"tooltip\"\n [attr.id]=\"tooltipId\">\n <ng-content></ng-content>\n</span>" }]
|
|
64
|
-
}], propDecorators: { tooltipContent: [{
|
|
65
|
-
type: ViewChild,
|
|
66
|
-
args: ['tooltipContent']
|
|
67
|
-
}], trigger: [{
|
|
68
|
-
type: ContentChild,
|
|
69
|
-
args: [IDTooltipTriggerDirective]
|
|
70
|
-
}], maxWidth: [{
|
|
71
|
-
type: Input
|
|
72
|
-
}], fixedPosition: [{
|
|
73
|
-
type: Input,
|
|
74
|
-
args: [{ transform: booleanAttribute }]
|
|
75
|
-
}], position: [{
|
|
76
|
-
type: Input
|
|
77
|
-
}], onFocusIn: [{
|
|
78
|
-
type: HostListener,
|
|
79
|
-
args: ['focusin', ['$event']]
|
|
80
|
-
}, {
|
|
81
|
-
type: HostListener,
|
|
82
|
-
args: ['mouseover', ['$event']]
|
|
83
|
-
}] } });
|
|
84
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidG9vbHRpcC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9jb21wb25lbnRzL3Rvb2x0aXAvdG9vbHRpcC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9jb21wb25lbnRzL3Rvb2x0aXAvdG9vbHRpcC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQW9CLFNBQVMsRUFBRSxZQUFZLEVBQWMsWUFBWSxFQUFFLEtBQUssRUFBRSxTQUFTLEVBQUUsU0FBUyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUMzSixPQUFPLEVBQUUsY0FBYyxFQUFFLE1BQU0sMkJBQTJCLENBQUM7QUFDM0QsT0FBTyxFQUFFLHlCQUF5QixFQUFFLE1BQU0sNkJBQTZCLENBQUM7O0FBVXhFLE1BQU0sT0FBTyxrQkFBa0I7SUFDckIsU0FBUyxHQUFHLE1BQU0sQ0FBQyxjQUFjLENBQUMsQ0FBQztJQUUzQyxTQUFTLEdBQUcsSUFBSSxDQUFDLFNBQVMsQ0FBQyxVQUFVLENBQUMsU0FBUyxDQUFDLENBQUM7SUFFcEIsY0FBYyxDQUEyQjtJQUd0RSxPQUFPLENBQTRCO0lBRTFCLFFBQVEsQ0FBVTtJQUNhLGFBQWEsQ0FBVTtJQUN0RCxRQUFRLEdBQWlGLEtBQUssQ0FBQztJQUNoRyxZQUFZLENBQVM7SUFJN0IsU0FBUyxDQUFDLEtBQWlCO1FBQ3pCLE1BQU0sTUFBTSxHQUFHLEtBQUssQ0FBQyxNQUFxQixDQUFDO1FBQzNDLElBQUksTUFBTSxDQUFDLE9BQU8sQ0FBQyx1QkFBdUIsQ0FBQyxFQUFFLENBQUM7WUFDNUMsSUFBSSxDQUFDLGlCQUFpQixFQUFFLENBQUM7UUFDM0IsQ0FBQztJQUNILENBQUM7SUFFTyxRQUFRLEdBQUcsTUFBTSxDQUFDLFNBQVMsQ0FBQyxDQUFDO0lBRXJDLElBQUksYUFBYTtRQUNmLE9BQU8seUJBQXlCLElBQUksQ0FBQyxZQUFZLEVBQUUsQ0FBQztJQUN0RCxDQUFDO0lBRUQsa0JBQWtCO1FBQ2hCLElBQUcsSUFBSSxDQUFDLE9BQU8sRUFBRSxDQUFDO1lBQ2hCLElBQUksQ0FBQyxRQUFRLENBQUMsWUFBWSxDQUFDLElBQUksQ0FBQyxPQUFPLENBQUMsVUFBVSxDQUFDLGFBQWEsRUFBRSxrQkFBa0IsRUFBRSxJQUFJLENBQUMsU0FBUyxDQUFDLENBQUM7UUFDeEcsQ0FBQztJQUNILENBQUM7SUFFTyxpQkFBaUI7UUFDdkIsSUFBSSxDQUFDLFlBQVksR0FBRyxJQUFJLENBQUMsUUFBUSxDQUFDO1FBQ2xDLElBQUcsQ0FBQyxJQUFJLENBQUMsYUFBYSxFQUFDLENBQUM7WUFDdEIscUJBQXFCLENBQUMsR0FBRyxFQUFFO2dCQUN6QixJQUFJLENBQUMsSUFBSSxDQUFDLGNBQWM7b0JBQUUsT0FBTztnQkFFakMsTUFBTSxFQUFFLEdBQUcsSUFBSSxDQUFDLGNBQWMsQ0FBQyxhQUFhLENBQUM7Z0JBRTdDLElBQUksSUFBSSxHQUFHLEVBQUUsQ0FBQyxxQkFBcUIsRUFBRSxDQUFDO2dCQUN0QyxNQUFNLE1BQU0sR0FBRyxNQUFNLENBQUMsVUFBVSxDQUFDO2dCQUNqQyxNQUFNLE9BQU8sR0FBRyxNQUFNLENBQUMsV0FBVyxDQUFDO2dCQUVuQyxJQUFJLENBQUMsUUFBUSxFQUFFLFVBQVUsQ0FBQyxHQUFHLElBQUksQ0FBQyxRQUFRLENBQUMsS0FBSyxDQUFDLEdBQUcsQ0FBaUMsQ0FBQztnQkFFdEYsSUFBSSxRQUFRLEtBQUssS0FBSyxJQUFJLElBQUksQ0FBQyxHQUFHLEdBQUcsQ0FBQyxFQUFFLENBQUM7b0JBQ3ZDLFFBQVEsR0FBRyxRQUFRLENBQUM7Z0JBQ3RCLENBQUM7cUJBQU0sSUFBSSxRQUFRLEtBQUssUUFBUSxJQUFJLElBQUksQ0FBQyxNQUFNLEdBQUcsT0FBTyxFQUFFLENBQUM7b0JBQzFELFFBQVEsR0FBRyxLQUFLLENBQUM7Z0JBQ25CLENBQUM7Z0JBQ0QsSUFBSSxJQUFJLENBQUMsSUFBSSxHQUFHLENBQUMsRUFBRSxDQUFDO29CQUNsQixVQUFVLEdBQUcsTUFBTSxDQUFDO2dCQUN0QixDQUFDO3FCQUNJLElBQUksSUFBSSxDQUFDLEtBQUssR0FBRyxNQUFNLEVBQUUsQ0FBQztvQkFDN0IsVUFBVSxHQUFHLE9BQU8sQ0FBQztnQkFDdkIsQ0FBQztnQkFDRCxJQUFJLENBQUMsWUFBWSxHQUFHLENBQUMsVUFBVSxDQUFDLENBQUMsQ0FBQyxHQUFHLFFBQVEsSUFBSSxVQUFVLEVBQUUsQ0FBQyxDQUFDLENBQUMsUUFBUSxDQUFRLENBQUM7WUFDbkYsQ0FBQyxDQUFDLENBQUM7UUFDTCxDQUFDO0lBQ0gsQ0FBQzt3R0FoRVUsa0JBQWtCOzRGQUFsQixrQkFBa0IsZ0lBV1QsZ0JBQWdCLGtOQUp0Qix5QkFBeUIsa0tDbkJ6QyxrVUFZTzs7NEZEQU0sa0JBQWtCO2tCQVI5QixTQUFTOytCQUNFLFlBQVksY0FFVixJQUFJLFFBQ1Y7d0JBQ0osS0FBSyxFQUFFLGFBQWE7cUJBQ3JCOzhCQU80QixjQUFjO3NCQUExQyxTQUFTO3VCQUFDLGdCQUFnQjtnQkFHM0IsT0FBTztzQkFETixZQUFZO3VCQUFDLHlCQUF5QjtnQkFHOUIsUUFBUTtzQkFBaEIsS0FBSztnQkFDa0MsYUFBYTtzQkFBcEQsS0FBSzt1QkFBQyxFQUFFLFNBQVMsRUFBRSxnQkFBZ0IsRUFBRTtnQkFDN0IsUUFBUTtzQkFBaEIsS0FBSztnQkFLTixTQUFTO3NCQUZSLFlBQVk7dUJBQUMsU0FBUyxFQUFFLENBQUMsUUFBUSxDQUFDOztzQkFDbEMsWUFBWTt1QkFBQyxXQUFXLEVBQUUsQ0FBQyxRQUFRLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBBZnRlckNvbnRlbnRJbml0LCBDb21wb25lbnQsIENvbnRlbnRDaGlsZCwgRWxlbWVudFJlZiwgSG9zdExpc3RlbmVyLCBJbnB1dCwgUmVuZGVyZXIyLCBWaWV3Q2hpbGQsIGJvb2xlYW5BdHRyaWJ1dGUsIGluamVjdCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgSURVc2VJZFNlcnZpY2UgfSBmcm9tICdAaW5lcmEvaWRzLWFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IElEVG9vbHRpcFRyaWdnZXJEaXJlY3RpdmUgfSBmcm9tICcuL3Rvb2x0aXAtdHJpZ2dlci5kaXJlY3RpdmUnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdpZC10b29sdGlwJyxcbiAgdGVtcGxhdGVVcmw6ICcuL3Rvb2x0aXAuY29tcG9uZW50Lmh0bWwnLFxuICBzdGFuZGFsb25lOiB0cnVlLFxuICBob3N0OiB7XG4gICAgY2xhc3M6ICdpZHMtdG9vbHRpcCdcbiAgfVxufSlcbmV4cG9ydCBjbGFzcyBJRFRvb2x0aXBDb21wb25lbnQgaW1wbGVtZW50cyBBZnRlckNvbnRlbnRJbml0IHtcbiAgcHJpdmF0ZSBpZFNlcnZpY2UgPSBpbmplY3QoSURVc2VJZFNlcnZpY2UpO1xuICBcbiAgdG9vbHRpcElkID0gdGhpcy5pZFNlcnZpY2UuZ2VuZXJhdGVJZCgndG9vbHRpcCcpO1xuXG4gIEBWaWV3Q2hpbGQoJ3Rvb2x0aXBDb250ZW50JykgdG9vbHRpcENvbnRlbnQhOiBFbGVtZW50UmVmPEhUTUxFbGVtZW50PjtcbiAgXG4gIEBDb250ZW50Q2hpbGQoSURUb29sdGlwVHJpZ2dlckRpcmVjdGl2ZSkgXG4gIHRyaWdnZXI6IElEVG9vbHRpcFRyaWdnZXJEaXJlY3RpdmU7XG5cbiAgQElucHV0KCkgbWF4V2lkdGg/OiBzdHJpbmc7XG4gIEBJbnB1dCh7IHRyYW5zZm9ybTogYm9vbGVhbkF0dHJpYnV0ZSB9KSBmaXhlZFBvc2l0aW9uOiBib29sZWFuO1xuICBASW5wdXQoKSBwb3NpdGlvbjogJ3RvcCcgfCAndG9wLWxlZnQnIHwgJ3RvcC1yaWdodCcgfCAnYm90dG9tJyB8ICdib3R0b20tbGVmdCcgfCAnYm90dG9tLXJpZ2h0JyA9ICd0b3AnO1xuICBwcml2YXRlIHRlbXBQb3NpdGlvbjogc3RyaW5nO1xuXG4gIEBIb3N0TGlzdGVuZXIoJ2ZvY3VzaW4nLCBbJyRldmVudCddKVxuICBASG9zdExpc3RlbmVyKCdtb3VzZW92ZXInLCBbJyRldmVudCddKVxuICBvbkZvY3VzSW4oZXZlbnQ6IEZvY3VzRXZlbnQpIHtcbiAgICBjb25zdCB0YXJnZXQgPSBldmVudC50YXJnZXQgYXMgSFRNTEVsZW1lbnQ7XG4gICAgaWYgKHRhcmdldC5jbG9zZXN0KCcuaWRzLXRvb2x0aXBfX3RyaWdnZXInKSkge1xuICAgICAgdGhpcy5jYWxjdWxhdGVQb3NpdGlvbigpO1xuICAgIH1cbiAgfVxuXG4gIHByaXZhdGUgcmVuZGVyZXIgPSBpbmplY3QoUmVuZGVyZXIyKTtcblxuICBnZXQgcG9zaXRpb25DbGFzcyAoKSB7XG4gICAgcmV0dXJuIGBpZHMtdG9vbHRpcF9fY29udGVudC0tJHt0aGlzLnRlbXBQb3NpdGlvbn1gO1xuICB9XG5cbiAgbmdBZnRlckNvbnRlbnRJbml0KCkge1xuICAgIGlmKHRoaXMudHJpZ2dlcikge1xuICAgICAgdGhpcy5yZW5kZXJlci5zZXRBdHRyaWJ1dGUodGhpcy50cmlnZ2VyLmVsZW1lbnRSZWYubmF0aXZlRWxlbWVudCwgJ2FyaWEtZGVzY3JpYmVkYnknLCB0aGlzLnRvb2x0aXBJZCk7XG4gICAgfVxuICB9XG5cbiAgcHJpdmF0ZSBjYWxjdWxhdGVQb3NpdGlvbigpIHtcbiAgICB0aGlzLnRlbXBQb3NpdGlvbiA9IHRoaXMucG9zaXRpb247XG4gICAgaWYoIXRoaXMuZml4ZWRQb3NpdGlvbil7XG4gICAgICByZXF1ZXN0QW5pbWF0aW9uRnJhbWUoKCkgPT4ge1xuICAgICAgICBpZiAoIXRoaXMudG9vbHRpcENvbnRlbnQpIHJldHVybjtcblxuICAgICAgICBjb25zdCBlbCA9IHRoaXMudG9vbHRpcENvbnRlbnQubmF0aXZlRWxlbWVudDtcblxuICAgICAgICBsZXQgcmVjdCA9IGVsLmdldEJvdW5kaW5nQ2xpZW50UmVjdCgpO1xuICAgICAgICBjb25zdCB2V2lkdGggPSB3aW5kb3cuaW5uZXJXaWR0aDtcbiAgICAgICAgY29uc3QgdkhlaWdodCA9IHdpbmRvdy5pbm5lckhlaWdodDtcblxuICAgICAgICBsZXQgW3ZlcnRpY2FsLCBob3Jpem9udGFsXSA9IHRoaXMucG9zaXRpb24uc3BsaXQoJy0nKSBhcyBbc3RyaW5nLCBzdHJpbmcgfCB1bmRlZmluZWRdO1xuXG4gICAgICAgIGlmICh2ZXJ0aWNhbCA9PT0gJ3RvcCcgJiYgcmVjdC50b3AgPCAwKSB7XG4gICAgICAgICAgdmVydGljYWwgPSAnYm90dG9tJzsgXG4gICAgICAgIH0gZWxzZSBpZiAodmVydGljYWwgPT09ICdib3R0b20nICYmIHJlY3QuYm90dG9tID4gdkhlaWdodCkge1xuICAgICAgICAgIHZlcnRpY2FsID0gJ3RvcCc7XG4gICAgICAgIH1cbiAgICAgICAgaWYgKHJlY3QubGVmdCA8IDApIHsgXG4gICAgICAgICAgaG9yaXpvbnRhbCA9ICdsZWZ0JztcbiAgICAgICAgfVxuICAgICAgICBlbHNlIGlmIChyZWN0LnJpZ2h0ID4gdldpZHRoKSB7IFxuICAgICAgICAgIGhvcml6b250YWwgPSAncmlnaHQnO1xuICAgICAgICB9XG4gICAgICAgIHRoaXMudGVtcFBvc2l0aW9uID0gKGhvcml6b250YWwgPyBgJHt2ZXJ0aWNhbH0tJHtob3Jpem9udGFsfWAgOiB2ZXJ0aWNhbCkgYXMgYW55O1xuICAgICAgfSk7XG4gICAgfVxuICB9XG59IiwiPHNwYW4gXG4gIGNsYXNzPVwiaWRzLXRvb2x0aXBfX3RyaWdnZXJcIj5cbiAgPG5nLWNvbnRlbnQgc2VsZWN0PVwiW2lkVG9vbHRpcFRyaWdnZXJdXCI+PC9uZy1jb250ZW50PlxuPC9zcGFuPlxuPHNwYW4gXG4gICN0b29sdGlwQ29udGVudFxuICBjbGFzcz1cImlkcy10b29sdGlwX19jb250ZW50XCJcbiAgW2NsYXNzXT1cInBvc2l0aW9uQ2xhc3NcIiBcbiAgW3N0eWxlLm1heC13aWR0aF09XCJtYXhXaWR0aFwiXG4gIHJvbGU9XCJ0b29sdGlwXCJcbiAgW2F0dHIuaWRdPVwidG9vbHRpcElkXCI+XG4gIDxuZy1jb250ZW50PjwvbmctY29udGVudD5cbjwvc3Bhbj4iXX0=
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import { NgModule } from "@angular/core";
|
|
2
|
-
import { IDTooltipComponent } from "./tooltip.component";
|
|
3
|
-
import { IDTooltipTriggerDirective } from "./tooltip-trigger.directive";
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export class IDTooltipModule {
|
|
6
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDTooltipModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: IDTooltipModule, imports: [IDTooltipComponent,
|
|
8
|
-
IDTooltipTriggerDirective], exports: [IDTooltipComponent,
|
|
9
|
-
IDTooltipTriggerDirective] });
|
|
10
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDTooltipModule });
|
|
11
|
-
}
|
|
12
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDTooltipModule, decorators: [{
|
|
13
|
-
type: NgModule,
|
|
14
|
-
args: [{
|
|
15
|
-
imports: [
|
|
16
|
-
IDTooltipComponent,
|
|
17
|
-
IDTooltipTriggerDirective,
|
|
18
|
-
],
|
|
19
|
-
exports: [
|
|
20
|
-
IDTooltipComponent,
|
|
21
|
-
IDTooltipTriggerDirective,
|
|
22
|
-
],
|
|
23
|
-
}]
|
|
24
|
-
}] });
|
|
25
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidG9vbHRpcC5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9jb21wb25lbnRzL3Rvb2x0aXAvdG9vbHRpcC5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUV6QyxPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSxxQkFBcUIsQ0FBQztBQUN6RCxPQUFPLEVBQUUseUJBQXlCLEVBQUUsTUFBTSw2QkFBNkIsQ0FBQzs7QUFZeEUsTUFBTSxPQUFPLGVBQWU7d0dBQWYsZUFBZTt5R0FBZixlQUFlLFlBUnhCLGtCQUFrQjtZQUNsQix5QkFBeUIsYUFHekIsa0JBQWtCO1lBQ2xCLHlCQUF5Qjt5R0FHaEIsZUFBZTs7NEZBQWYsZUFBZTtrQkFWM0IsUUFBUTttQkFBQztvQkFDUixPQUFPLEVBQUU7d0JBQ1Asa0JBQWtCO3dCQUNsQix5QkFBeUI7cUJBQzFCO29CQUNELE9BQU8sRUFBRTt3QkFDUCxrQkFBa0I7d0JBQ2xCLHlCQUF5QjtxQkFDMUI7aUJBQ0YiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gXCJAYW5ndWxhci9jb3JlXCI7XG5cbmltcG9ydCB7IElEVG9vbHRpcENvbXBvbmVudCB9IGZyb20gXCIuL3Rvb2x0aXAuY29tcG9uZW50XCI7XG5pbXBvcnQgeyBJRFRvb2x0aXBUcmlnZ2VyRGlyZWN0aXZlIH0gZnJvbSBcIi4vdG9vbHRpcC10cmlnZ2VyLmRpcmVjdGl2ZVwiO1xuXG5ATmdNb2R1bGUoe1xuICBpbXBvcnRzOiBbXG4gICAgSURUb29sdGlwQ29tcG9uZW50LFxuICAgIElEVG9vbHRpcFRyaWdnZXJEaXJlY3RpdmUsXG4gIF0sXG4gIGV4cG9ydHM6IFtcbiAgICBJRFRvb2x0aXBDb21wb25lbnQsXG4gICAgSURUb29sdGlwVHJpZ2dlckRpcmVjdGl2ZSxcbiAgXSxcbn0pXG5leHBvcnQgY2xhc3MgSURUb29sdGlwTW9kdWxlIHt9Il19
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated bundle index. Do not edit.
|
|
3
|
-
*/
|
|
4
|
-
export * from './public-api';
|
|
5
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5lcmEtaWRzLWFuZ3VsYXIuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9pbmVyYS1pZHMtYW5ndWxhci50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsY0FBYyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL3B1YmxpYy1hcGknO1xuIl19
|
package/esm2022/public-api.mjs
DELETED
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export default {};
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL3B1YmxpYy1hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsZUFBZSxFQUFFLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgZGVmYXVsdCB7fTtcbiJdfQ==
|