@inera/ids-angular 9.0.2 → 9.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/common/classes/form/IDErrorMessageBase.d.ts +1 -1
- package/common/classes/form/IDFormBase.d.ts +3 -2
- package/common/public-api.d.ts +1 -0
- package/common/utilities/useFocusTrap.d.ts +11 -0
- package/components/accordion/accordion.component.d.ts +4 -3
- package/components/card/card.component.d.ts +1 -1
- package/components/card/public-api.d.ts +0 -1
- package/components/carousel/carousel.component.d.ts +5 -2
- package/components/dialog/dialog.component.d.ts +4 -12
- package/components/dropdown/dropdown-trigger.component.d.ts +0 -1
- package/components/dropdown/dropdown.component.d.ts +8 -3
- package/components/footer-1177/footer-1177-col.component.d.ts +1 -0
- package/components/footer-1177/footer-1177-text.component.d.ts +0 -1
- package/components/footer-1177/footer-1177.component.d.ts +1 -0
- package/components/footer-1177-admin/footer-1177-admin-col.component.d.ts +1 -0
- package/components/footer-1177-admin/footer-1177-admin-text.component.d.ts +0 -1
- package/components/footer-1177-admin/footer-1177-admin.component.d.ts +1 -0
- package/components/footer-1177-pro/footer-1177-pro-col.component.d.ts +1 -0
- package/components/footer-1177-pro/footer-1177-pro-text.component.d.ts +0 -1
- package/components/footer-1177-pro/footer-1177-pro.component.d.ts +3 -1
- package/components/footer-inera/footer-inera-col.component.d.ts +1 -0
- package/components/footer-inera/footer-inera-sub-footer-mobile-text.component.d.ts +5 -0
- package/components/footer-inera/footer-inera-text.component.d.ts +0 -1
- package/components/footer-inera/footer-inera.component.d.ts +2 -1
- package/components/footer-inera/footer-inera.module.d.ts +2 -1
- package/components/footer-inera/public-api.d.ts +1 -0
- package/components/footer-inera-admin/footer-inera-admin-col.component.d.ts +2 -2
- package/components/footer-inera-admin/footer-inera-admin-sub-footer-mobile-text.component.d.ts +5 -0
- package/components/footer-inera-admin/footer-inera-admin-text.component.d.ts +0 -1
- package/components/footer-inera-admin/footer-inera-admin.component.d.ts +2 -1
- package/components/footer-inera-admin/footer-inera-admin.module.d.ts +2 -1
- package/components/footer-inera-admin/public-api.d.ts +1 -0
- package/components/footer-inera-general/footer-inera-general-col.component.d.ts +13 -0
- package/components/footer-inera-general/footer-inera-general-sub-footer-left.component.d.ts +5 -0
- package/components/footer-inera-general/footer-inera-general-sub-footer-mobile-text.component.d.ts +5 -0
- package/components/footer-inera-general/footer-inera-general-sub-footer-mobile.component.d.ts +5 -0
- package/components/footer-inera-general/footer-inera-general-sub-footer-right.component.d.ts +5 -0
- package/components/footer-inera-general/footer-inera-general-text.component.d.ts +5 -0
- package/components/footer-inera-general/footer-inera-general.component.d.ts +12 -0
- package/components/footer-inera-general/footer-inera-general.module.d.ts +12 -0
- package/components/footer-inera-general/index.d.ts +5 -0
- package/components/footer-inera-general/public-api.d.ts +8 -0
- package/components/form/checkbox-group/checkbox-group.component.d.ts +6 -4
- package/components/form/input/input-unit.component.d.ts +5 -0
- package/components/form/input/input.component.d.ts +7 -3
- package/components/form/input/public-api.d.ts +1 -0
- package/components/form/select-multiple/select-multiple.component.d.ts +2 -1
- package/components/form/textarea/textarea-hint.component.d.ts +1 -0
- package/components/global-alert/global-alert-actions.component.d.ts +0 -1
- package/components/global-alert/global-alert-header.component.d.ts +0 -1
- package/components/global-alert/global-alert.component.d.ts +1 -3
- package/components/header-1177/avatar/header-1177-avatar.component.d.ts +5 -2
- package/components/header-1177-admin/avatar/header-1177-admin-avatar.component.d.ts +6 -3
- package/components/header-1177-admin/avatar-mobile/header-1177-admin-avatar-mobile.component.d.ts +5 -2
- package/components/header-1177-admin/nav/header-1177-admin-nav.component.d.ts +1 -1
- package/components/header-1177-pro/avatar/header-1177-pro-avatar.component.d.ts +5 -2
- package/components/header-1177-pro/avatar-mobile/header-1177-pro-avatar-mobile.component.d.ts +6 -3
- package/components/header-1177-pro/header-1177-pro.component.d.ts +4 -4
- package/components/header-1177-pro/nav/header-1177-pro-nav.component.d.ts +1 -1
- package/components/header-1177-pro/region-picker-mobile/header-1177-pro-region-picker-mobile.component.d.ts +4 -2
- package/components/header-inera-admin/avatar/header-inera-admin-avatar.component.d.ts +5 -2
- package/components/header-inera-admin/avatar-mobile/header-inera-admin-avatar-mobile.component.d.ts +5 -2
- package/components/header-inera-admin/nav/header-inera-admin-nav.component.d.ts +3 -1
- package/components/header-inera-general/brand-link/header-inera-general-brand-link.directive.d.ts +5 -0
- package/components/header-inera-general/header-inera-general.component.d.ts +18 -0
- package/components/header-inera-general/header-inera-general.module.d.ts +14 -0
- package/components/header-inera-general/index.d.ts +5 -0
- package/components/header-inera-general/item/header-inera-general-item.component.d.ts +10 -0
- package/components/header-inera-general/menu-mobile/header-inera-general-menu-mobile.component.d.ts +10 -0
- package/components/header-inera-general/nav/header-inera-general-nav.component.d.ts +9 -0
- package/components/header-inera-general/nav-item/header-inera-general-nav-item.component.d.ts +25 -0
- package/components/header-inera-general/nav-item-menu-link/header-inera-general-nav-item-menu-link.component.d.ts +5 -0
- package/components/header-inera-general/public-api.d.ts +9 -0
- package/components/header-inera-general/skip-to-content/header-inera-general-skip-to-content.component.d.ts +5 -0
- package/components/mobile/menu/mobile-menu.component.d.ts +0 -1
- package/components/popover/popover-content.component.d.ts +4 -1
- package/components/popover/popover.component.d.ts +24 -12
- package/components/puff-list/puff-list-item-content-info.component.d.ts +3 -1
- package/components/puff-list/puff-list.component.d.ts +0 -1
- package/components/stepper/step.component.d.ts +4 -4
- package/components/tabs/tab-group.component.d.ts +3 -0
- package/components/tabs/tab.component.d.ts +4 -1
- package/components/toolbar/index.d.ts +5 -0
- package/components/toolbar/public-api.d.ts +1 -0
- package/components/toolbar/toolbar.component.d.ts +5 -0
- package/components/tooltip/tooltip.component.d.ts +17 -4
- package/fesm2022/inera-ids-angular-common.mjs +114 -28
- package/fesm2022/inera-ids-angular-common.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-accordion.mjs +15 -10
- package/fesm2022/inera-ids-angular-components-accordion.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-action-link.mjs +28 -12
- package/fesm2022/inera-ids-angular-components-action-link.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-alert.mjs +6 -6
- package/fesm2022/inera-ids-angular-components-badge.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-box-link.mjs +6 -6
- package/fesm2022/inera-ids-angular-components-breadcrumbs.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-breadcrumbs.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-button-group.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-button.mjs +4 -4
- package/fesm2022/inera-ids-angular-components-button.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-card.mjs +7 -22
- package/fesm2022/inera-ids-angular-components-card.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-carousel.mjs +16 -8
- package/fesm2022/inera-ids-angular-components-carousel.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-date-label.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-dialog.mjs +30 -68
- package/fesm2022/inera-ids-angular-components-dialog.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-dropdown.mjs +59 -28
- package/fesm2022/inera-ids-angular-components-dropdown.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-footer-1177-admin.mjs +30 -28
- package/fesm2022/inera-ids-angular-components-footer-1177-admin.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-footer-1177-pro.mjs +36 -31
- package/fesm2022/inera-ids-angular-components-footer-1177-pro.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-footer-1177.mjs +29 -27
- package/fesm2022/inera-ids-angular-components-footer-1177.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-footer-inera-admin.mjs +55 -36
- package/fesm2022/inera-ids-angular-components-footer-inera-admin.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-footer-inera-general.mjs +214 -0
- package/fesm2022/inera-ids-angular-components-footer-inera-general.mjs.map +1 -0
- package/fesm2022/inera-ids-angular-components-footer-inera.mjs +53 -31
- package/fesm2022/inera-ids-angular-components-footer-inera.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-check-button.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-form-checkbox-group.mjs +11 -5
- package/fesm2022/inera-ids-angular-components-form-checkbox-group.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-checkbox.mjs +9 -3
- package/fesm2022/inera-ids-angular-components-form-checkbox.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-darkmode-toggle.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-form-error-message.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-form-input.mjs +44 -20
- package/fesm2022/inera-ids-angular-components-form-input.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-radio-button.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-form-radio-button.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-radio.mjs +6 -6
- package/fesm2022/inera-ids-angular-components-form-range.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-form-select-multiple.mjs +25 -9
- package/fesm2022/inera-ids-angular-components-form-select-multiple.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-select.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-form-spinner.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-form-textarea.mjs +9 -8
- package/fesm2022/inera-ids-angular-components-form-textarea.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-time.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-form-toggle.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-global-alert.mjs +13 -21
- package/fesm2022/inera-ids-angular-components-global-alert.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-grid-column.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-grid-container.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-grid-layout-grid-column.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-grid-layout-grid-container.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-grid-layout-grid-row.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-grid-layout.mjs +9 -9
- package/fesm2022/inera-ids-angular-components-grid-row.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-grid.mjs +9 -9
- package/fesm2022/inera-ids-angular-components-header-1177-admin.mjs +159 -105
- package/fesm2022/inera-ids-angular-components-header-1177-admin.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-header-1177-pro.mjs +179 -131
- package/fesm2022/inera-ids-angular-components-header-1177-pro.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-header-1177.mjs +59 -50
- package/fesm2022/inera-ids-angular-components-header-1177.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-header-inera-admin.mjs +81 -60
- package/fesm2022/inera-ids-angular-components-header-inera-admin.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-header-inera-general.mjs +425 -0
- package/fesm2022/inera-ids-angular-components-header-inera-general.mjs.map +1 -0
- package/fesm2022/inera-ids-angular-components-header-inera.mjs +29 -31
- package/fesm2022/inera-ids-angular-components-header-inera.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-header-patient.mjs +6 -6
- package/fesm2022/inera-ids-angular-components-link.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-mobile-menu-item.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-mobile-menu-item.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-mobile-menu.mjs +7 -8
- package/fesm2022/inera-ids-angular-components-mobile-menu.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-navigation-content.mjs +6 -6
- package/fesm2022/inera-ids-angular-components-navigation-local.mjs +6 -6
- package/fesm2022/inera-ids-angular-components-notification-badge.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-pagination-data-pagination.mjs +6 -6
- package/fesm2022/inera-ids-angular-components-pagination-list-pagination.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-popover.mjs +209 -72
- package/fesm2022/inera-ids-angular-components-popover.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-progressbar.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-puff-list.mjs +160 -128
- package/fesm2022/inera-ids-angular-components-puff-list.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-region-icon.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-side-menu.mjs +13 -13
- package/fesm2022/inera-ids-angular-components-side-panel.mjs +13 -13
- package/fesm2022/inera-ids-angular-components-stepper.mjs +57 -45
- package/fesm2022/inera-ids-angular-components-stepper.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-tabs.mjs +89 -14
- package/fesm2022/inera-ids-angular-components-tabs.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-tag.mjs +6 -6
- package/fesm2022/inera-ids-angular-components-toolbar.mjs +18 -0
- package/fesm2022/inera-ids-angular-components-toolbar.mjs.map +1 -0
- package/fesm2022/inera-ids-angular-components-tooltip.mjs +148 -42
- package/fesm2022/inera-ids-angular-components-tooltip.mjs.map +1 -1
- package/package.json +104 -224
- package/components/card/card-link.directive.d.ts +0 -5
- package/esm2022/common/classes/form/IDErrorMessageBase.mjs +0 -19
- package/esm2022/common/classes/form/IDFormBase.mjs +0 -124
- package/esm2022/common/context/header-context.mjs +0 -3
- package/esm2022/common/directives/click-outside.directive.mjs +0 -30
- package/esm2022/common/inera-ids-angular-common.mjs +0 -5
- package/esm2022/common/public-api.mjs +0 -11
- package/esm2022/common/services/input-described-by-linker.service.mjs +0 -31
- package/esm2022/common/services/input-invalid-linker.service.mjs +0 -29
- package/esm2022/common/services/input-label-linker.service.mjs +0 -26
- package/esm2022/common/services/tooltip-category.service.mjs +0 -16
- package/esm2022/common/services/use-id.service.ts.mjs +0 -19
- package/esm2022/common/utilities/useEscKey.mjs +0 -11
- package/esm2022/components/accordion/accordion-header.component.mjs +0 -25
- package/esm2022/components/accordion/accordion.component.mjs +0 -99
- package/esm2022/components/accordion/inera-ids-angular-components-accordion.mjs +0 -5
- package/esm2022/components/accordion/public-api.mjs +0 -3
- package/esm2022/components/action-link/action-link.component.mjs +0 -32
- package/esm2022/components/action-link/inera-ids-angular-components-action-link.mjs +0 -5
- package/esm2022/components/action-link/public-api.mjs +0 -2
- package/esm2022/components/alert/alert-header.component.mjs +0 -25
- package/esm2022/components/alert/alert.component.mjs +0 -114
- package/esm2022/components/alert/inera-ids-angular-components-alert.mjs +0 -5
- package/esm2022/components/alert/public-api.mjs +0 -3
- package/esm2022/components/badge/badge.component.mjs +0 -22
- package/esm2022/components/badge/inera-ids-angular-components-badge.mjs +0 -5
- package/esm2022/components/badge/public-api.mjs +0 -2
- package/esm2022/components/box-link/box-link-button.component.mjs +0 -25
- package/esm2022/components/box-link/box-link.component.mjs +0 -20
- package/esm2022/components/box-link/inera-ids-angular-components-box-link.mjs +0 -5
- package/esm2022/components/box-link/public-api.mjs +0 -3
- package/esm2022/components/breadcrumbs/breadcrumbs.component.mjs +0 -43
- package/esm2022/components/breadcrumbs/crumb.component.mjs +0 -31
- package/esm2022/components/breadcrumbs/inera-ids-angular-components-breadcrumbs.mjs +0 -5
- package/esm2022/components/breadcrumbs/public-api.mjs +0 -3
- package/esm2022/components/button/button.directive.mjs +0 -140
- package/esm2022/components/button/inera-ids-angular-components-button.mjs +0 -5
- package/esm2022/components/button/public-api.mjs +0 -2
- package/esm2022/components/button-group/button-group.component.mjs +0 -39
- package/esm2022/components/button-group/inera-ids-angular-components-button-group.mjs +0 -5
- package/esm2022/components/button-group/public-api.mjs +0 -2
- package/esm2022/components/card/card-link.directive.mjs +0 -17
- package/esm2022/components/card/card.component.mjs +0 -48
- package/esm2022/components/card/inera-ids-angular-components-card.mjs +0 -5
- package/esm2022/components/card/public-api.mjs +0 -3
- package/esm2022/components/carousel/carousel-item/carousel-item.component.mjs +0 -33
- package/esm2022/components/carousel/carousel.component.mjs +0 -71
- package/esm2022/components/carousel/inera-ids-angular-components-carousel.mjs +0 -5
- package/esm2022/components/carousel/public-api.mjs +0 -3
- package/esm2022/components/date-label/date-label.component.mjs +0 -125
- package/esm2022/components/date-label/inera-ids-angular-components-date-label.mjs +0 -5
- package/esm2022/components/date-label/public-api.mjs +0 -2
- package/esm2022/components/dialog/dialog-close.component.mjs +0 -24
- package/esm2022/components/dialog/dialog-content.component.mjs +0 -15
- package/esm2022/components/dialog/dialog-footer.component.mjs +0 -18
- package/esm2022/components/dialog/dialog-header.component.mjs +0 -15
- package/esm2022/components/dialog/dialog-trigger.component.mjs +0 -15
- package/esm2022/components/dialog/dialog.component.mjs +0 -164
- package/esm2022/components/dialog/inera-ids-angular-components-dialog.mjs +0 -5
- package/esm2022/components/dialog/public-api.mjs +0 -7
- package/esm2022/components/dropdown/dropdown-item.directive.mjs +0 -18
- package/esm2022/components/dropdown/dropdown-trigger.component.mjs +0 -16
- package/esm2022/components/dropdown/dropdown.component.mjs +0 -103
- package/esm2022/components/dropdown/dropdown.module.mjs +0 -30
- package/esm2022/components/dropdown/inera-ids-angular-components-dropdown.mjs +0 -5
- package/esm2022/components/dropdown/public-api.mjs +0 -5
- package/esm2022/components/footer-1177/footer-1177-col.component.mjs +0 -42
- package/esm2022/components/footer-1177/footer-1177-sub-footer-left.component.mjs +0 -18
- package/esm2022/components/footer-1177/footer-1177-sub-footer-mobile.component.mjs +0 -18
- package/esm2022/components/footer-1177/footer-1177-sub-footer-right.component.mjs +0 -18
- package/esm2022/components/footer-1177/footer-1177-text.component.mjs +0 -29
- package/esm2022/components/footer-1177/footer-1177.component.mjs +0 -40
- package/esm2022/components/footer-1177/footer-1177.module.mjs +0 -45
- package/esm2022/components/footer-1177/inera-ids-angular-components-footer-1177.mjs +0 -5
- package/esm2022/components/footer-1177/public-api.mjs +0 -8
- package/esm2022/components/footer-1177-admin/footer-1177-admin-col.component.mjs +0 -42
- package/esm2022/components/footer-1177-admin/footer-1177-admin-sub-footer-left.component.mjs +0 -18
- package/esm2022/components/footer-1177-admin/footer-1177-admin-sub-footer-mobile.component.mjs +0 -18
- package/esm2022/components/footer-1177-admin/footer-1177-admin-sub-footer-right.component.mjs +0 -18
- package/esm2022/components/footer-1177-admin/footer-1177-admin-text.component.mjs +0 -29
- package/esm2022/components/footer-1177-admin/footer-1177-admin.component.mjs +0 -38
- package/esm2022/components/footer-1177-admin/footer-1177-admin.module.mjs +0 -45
- package/esm2022/components/footer-1177-admin/inera-ids-angular-components-footer-1177-admin.mjs +0 -5
- package/esm2022/components/footer-1177-admin/public-api.mjs +0 -8
- package/esm2022/components/footer-1177-pro/footer-1177-pro-col.component.mjs +0 -42
- package/esm2022/components/footer-1177-pro/footer-1177-pro-sub-footer-left.component.mjs +0 -18
- package/esm2022/components/footer-1177-pro/footer-1177-pro-sub-footer-mobile.component.mjs +0 -18
- package/esm2022/components/footer-1177-pro/footer-1177-pro-sub-footer-right.component.mjs +0 -18
- package/esm2022/components/footer-1177-pro/footer-1177-pro-text.component.mjs +0 -29
- package/esm2022/components/footer-1177-pro/footer-1177-pro.component.mjs +0 -38
- package/esm2022/components/footer-1177-pro/footer-1177-pro.module.mjs +0 -45
- package/esm2022/components/footer-1177-pro/inera-ids-angular-components-footer-1177-pro.mjs +0 -5
- package/esm2022/components/footer-1177-pro/public-api.mjs +0 -8
- package/esm2022/components/footer-inera/footer-inera-col.component.mjs +0 -42
- package/esm2022/components/footer-inera/footer-inera-sub-footer-left.component.mjs +0 -18
- package/esm2022/components/footer-inera/footer-inera-sub-footer-mobile.component.mjs +0 -18
- package/esm2022/components/footer-inera/footer-inera-sub-footer-right.component.mjs +0 -18
- package/esm2022/components/footer-inera/footer-inera-text.component.mjs +0 -29
- package/esm2022/components/footer-inera/footer-inera.component.mjs +0 -38
- package/esm2022/components/footer-inera/footer-inera.module.mjs +0 -45
- package/esm2022/components/footer-inera/inera-ids-angular-components-footer-inera.mjs +0 -5
- package/esm2022/components/footer-inera/public-api.mjs +0 -8
- package/esm2022/components/footer-inera-admin/footer-inera-admin-col.component.mjs +0 -46
- package/esm2022/components/footer-inera-admin/footer-inera-admin-sub-footer-left.component.mjs +0 -18
- package/esm2022/components/footer-inera-admin/footer-inera-admin-sub-footer-mobile.component.mjs +0 -18
- package/esm2022/components/footer-inera-admin/footer-inera-admin-sub-footer-right.component.mjs +0 -18
- package/esm2022/components/footer-inera-admin/footer-inera-admin-text.component.mjs +0 -29
- package/esm2022/components/footer-inera-admin/footer-inera-admin.component.mjs +0 -38
- package/esm2022/components/footer-inera-admin/footer-inera-admin.module.mjs +0 -45
- package/esm2022/components/footer-inera-admin/inera-ids-angular-components-footer-inera-admin.mjs +0 -5
- package/esm2022/components/footer-inera-admin/public-api.mjs +0 -8
- package/esm2022/components/form/check-button/check-button.component.mjs +0 -18
- package/esm2022/components/form/check-button/inera-ids-angular-components-form-check-button.mjs +0 -5
- package/esm2022/components/form/check-button/public-api.mjs +0 -2
- package/esm2022/components/form/checkbox/checkbox.component.mjs +0 -47
- package/esm2022/components/form/checkbox/inera-ids-angular-components-form-checkbox.mjs +0 -5
- package/esm2022/components/form/checkbox/public-api.mjs +0 -2
- package/esm2022/components/form/checkbox-group/checkbox-group.component.mjs +0 -44
- package/esm2022/components/form/checkbox-group/inera-ids-angular-components-form-checkbox-group.mjs +0 -5
- package/esm2022/components/form/checkbox-group/public-api.mjs +0 -2
- package/esm2022/components/form/darkmode-toggle/darkmode-toggle.component.mjs +0 -12
- package/esm2022/components/form/darkmode-toggle/inera-ids-angular-components-form-darkmode-toggle.mjs +0 -5
- package/esm2022/components/form/darkmode-toggle/public-api.mjs +0 -2
- package/esm2022/components/form/error-message/error-message.component.mjs +0 -46
- package/esm2022/components/form/error-message/inera-ids-angular-components-form-error-message.mjs +0 -5
- package/esm2022/components/form/error-message/public-api.mjs +0 -2
- package/esm2022/components/form/input/inera-ids-angular-components-form-input.mjs +0 -5
- package/esm2022/components/form/input/input-hint.component.mjs +0 -21
- package/esm2022/components/form/input/input-icon.component.mjs +0 -23
- package/esm2022/components/form/input/input.component.mjs +0 -42
- package/esm2022/components/form/input/public-api.mjs +0 -4
- package/esm2022/components/form/radio/inera-ids-angular-components-form-radio.mjs +0 -5
- package/esm2022/components/form/radio/public-api.mjs +0 -3
- package/esm2022/components/form/radio/radio-group.component.mjs +0 -55
- package/esm2022/components/form/radio/radio.component.mjs +0 -25
- package/esm2022/components/form/radio-button/inera-ids-angular-components-form-radio-button.mjs +0 -5
- package/esm2022/components/form/radio-button/public-api.mjs +0 -3
- package/esm2022/components/form/radio-button/radio-button-group.component.mjs +0 -46
- package/esm2022/components/form/radio-button/radio-button.component.mjs +0 -23
- package/esm2022/components/form/range/inera-ids-angular-components-form-range.mjs +0 -5
- package/esm2022/components/form/range/public-api.mjs +0 -2
- package/esm2022/components/form/range/range.component.mjs +0 -75
- package/esm2022/components/form/select/inera-ids-angular-components-form-select.mjs +0 -5
- package/esm2022/components/form/select/public-api.mjs +0 -2
- package/esm2022/components/form/select/select.component.mjs +0 -16
- package/esm2022/components/form/select-multiple/inera-ids-angular-components-form-select-multiple.mjs +0 -5
- package/esm2022/components/form/select-multiple/public-api.mjs +0 -2
- package/esm2022/components/form/select-multiple/select-multiple.component.mjs +0 -100
- package/esm2022/components/form/spinner/inera-ids-angular-components-form-spinner.mjs +0 -5
- package/esm2022/components/form/spinner/public-api.mjs +0 -2
- package/esm2022/components/form/spinner/spinner.component.mjs +0 -24
- package/esm2022/components/form/textarea/inera-ids-angular-components-form-textarea.mjs +0 -5
- package/esm2022/components/form/textarea/public-api.mjs +0 -3
- package/esm2022/components/form/textarea/textarea-hint.component.mjs +0 -24
- package/esm2022/components/form/textarea/textarea.component.mjs +0 -54
- package/esm2022/components/form/time/inera-ids-angular-components-form-time.mjs +0 -5
- package/esm2022/components/form/time/public-api.mjs +0 -2
- package/esm2022/components/form/time/time.component.mjs +0 -15
- package/esm2022/components/form/toggle/inera-ids-angular-components-form-toggle.mjs +0 -5
- package/esm2022/components/form/toggle/public-api.mjs +0 -2
- package/esm2022/components/form/toggle/toggle.component.mjs +0 -14
- package/esm2022/components/global-alert/global-alert-actions.component.mjs +0 -26
- package/esm2022/components/global-alert/global-alert-header.component.mjs +0 -26
- package/esm2022/components/global-alert/global-alert.component.mjs +0 -86
- package/esm2022/components/global-alert/inera-ids-angular-components-global-alert.mjs +0 -5
- package/esm2022/components/global-alert/public-api.mjs +0 -4
- package/esm2022/components/grid/column/column.component.mjs +0 -61
- package/esm2022/components/grid/column/inera-ids-angular-components-grid-column.mjs +0 -5
- package/esm2022/components/grid/column/public-api.mjs +0 -2
- package/esm2022/components/grid/container/container.component.mjs +0 -27
- package/esm2022/components/grid/container/inera-ids-angular-components-grid-container.mjs +0 -5
- package/esm2022/components/grid/container/public-api.mjs +0 -2
- package/esm2022/components/grid/inera-ids-angular-components-grid.mjs +0 -5
- package/esm2022/components/grid/public-api.mjs +0 -4
- package/esm2022/components/grid/row/inera-ids-angular-components-grid-row.mjs +0 -5
- package/esm2022/components/grid/row/public-api.mjs +0 -2
- package/esm2022/components/grid/row/row.component.mjs +0 -43
- package/esm2022/components/grid-layout/grid-column/grid-column.component.mjs +0 -72
- package/esm2022/components/grid-layout/grid-column/inera-ids-angular-components-grid-layout-grid-column.mjs +0 -5
- package/esm2022/components/grid-layout/grid-column/public-api.mjs +0 -2
- package/esm2022/components/grid-layout/grid-container/grid-container.component.mjs +0 -35
- package/esm2022/components/grid-layout/grid-container/inera-ids-angular-components-grid-layout-grid-container.mjs +0 -5
- package/esm2022/components/grid-layout/grid-container/public-api.mjs +0 -2
- package/esm2022/components/grid-layout/grid-row/grid-row.component.mjs +0 -43
- package/esm2022/components/grid-layout/grid-row/inera-ids-angular-components-grid-layout-grid-row.mjs +0 -5
- package/esm2022/components/grid-layout/grid-row/public-api.mjs +0 -2
- package/esm2022/components/grid-layout/inera-ids-angular-components-grid-layout.mjs +0 -5
- package/esm2022/components/grid-layout/public-api.mjs +0 -4
- package/esm2022/components/header-1177/avatar/header-1177-avatar-agent.component.mjs +0 -20
- package/esm2022/components/header-1177/avatar/header-1177-avatar.component.mjs +0 -113
- package/esm2022/components/header-1177/brand-link/header-1177-brand-link.directive.mjs +0 -17
- package/esm2022/components/header-1177/header-1177.component.mjs +0 -58
- package/esm2022/components/header-1177/header-1177.module.mjs +0 -80
- package/esm2022/components/header-1177/inera-ids-angular-components-header-1177.mjs +0 -5
- package/esm2022/components/header-1177/item/header-1177-item.component.mjs +0 -52
- package/esm2022/components/header-1177/menu-mobile/header-1177-menu-mobile.component.mjs +0 -57
- package/esm2022/components/header-1177/nav/header-1177-nav.component.mjs +0 -55
- package/esm2022/components/header-1177/nav-item/header-1177-nav-item.component.mjs +0 -157
- package/esm2022/components/header-1177/nav-item-menu-link/header-1177-nav-item-menu-link.component.mjs +0 -18
- package/esm2022/components/header-1177/nav-item-mobile/header-1177-nav-item-mobile.component.mjs +0 -36
- package/esm2022/components/header-1177/public-api.mjs +0 -15
- package/esm2022/components/header-1177/region-picker/header-1177-region-picker.component.mjs +0 -85
- package/esm2022/components/header-1177/region-picker-mobile/header-1177-region-picker-mobile.component.mjs +0 -76
- package/esm2022/components/header-1177/skip-to-content/header-1177-skip-to-content.component.mjs +0 -18
- package/esm2022/components/header-1177-admin/avatar/header-1177-admin-avatar.component.mjs +0 -130
- package/esm2022/components/header-1177-admin/avatar-mobile/header-1177-admin-avatar-mobile.component.mjs +0 -125
- package/esm2022/components/header-1177-admin/brand-link/header-1177-admin-brand-link.directive.mjs +0 -17
- package/esm2022/components/header-1177-admin/header-1177-admin.component.mjs +0 -57
- package/esm2022/components/header-1177-admin/header-1177-admin.module.mjs +0 -70
- package/esm2022/components/header-1177-admin/inera-ids-angular-components-header-1177-admin.mjs +0 -5
- package/esm2022/components/header-1177-admin/item/header-1177-admin-item.component.mjs +0 -39
- package/esm2022/components/header-1177-admin/menu-mobile/header-1177-admin-menu-mobile.component.mjs +0 -65
- package/esm2022/components/header-1177-admin/nav/header-1177-admin-nav.component.mjs +0 -37
- package/esm2022/components/header-1177-admin/nav-item/header-1177-admin-nav-item.component.mjs +0 -157
- package/esm2022/components/header-1177-admin/nav-item-menu-link/header-1177-admin-nav-item-menu-link.component.mjs +0 -18
- package/esm2022/components/header-1177-admin/nav-item-mobile/header-1177-admin-nav-item-mobile.mjs +0 -36
- package/esm2022/components/header-1177-admin/public-api.mjs +0 -13
- package/esm2022/components/header-1177-admin/skip-to-content/header-1177-admin-skip-to-content.component.mjs +0 -18
- package/esm2022/components/header-1177-pro/avatar/header-1177-pro-avatar.component.mjs +0 -130
- package/esm2022/components/header-1177-pro/avatar-mobile/header-1177-pro-avatar-mobile.component.mjs +0 -125
- package/esm2022/components/header-1177-pro/brand-link/header-1177-pro-brand-link.directive.mjs +0 -17
- package/esm2022/components/header-1177-pro/header-1177-pro.component.mjs +0 -51
- package/esm2022/components/header-1177-pro/header-1177-pro.module.mjs +0 -80
- package/esm2022/components/header-1177-pro/inera-ids-angular-components-header-1177-pro.mjs +0 -5
- package/esm2022/components/header-1177-pro/item/header-1177-pro-item.component.mjs +0 -39
- package/esm2022/components/header-1177-pro/menu-mobile/header-1177-pro-menu-mobile.component.mjs +0 -65
- package/esm2022/components/header-1177-pro/nav/header-1177-pro-nav.component.mjs +0 -33
- package/esm2022/components/header-1177-pro/nav-item/header-1177-pro-nav-item.component.mjs +0 -154
- package/esm2022/components/header-1177-pro/nav-item-menu-link/header-1177-pro-nav-item-menu-link.component.mjs +0 -18
- package/esm2022/components/header-1177-pro/nav-item-mobile/header-1177-pro-nav-item-mobile.mjs +0 -36
- package/esm2022/components/header-1177-pro/public-api.mjs +0 -15
- package/esm2022/components/header-1177-pro/region-picker/header-1177-pro-region-picker.component.mjs +0 -85
- package/esm2022/components/header-1177-pro/region-picker-mobile/header-1177-pro-region-picker-mobile.component.mjs +0 -76
- package/esm2022/components/header-1177-pro/skip-to-content/header-1177-pro-skip-to-content.component.mjs +0 -18
- package/esm2022/components/header-inera/brand-link/header-inera-brand-link.directive.mjs +0 -14
- package/esm2022/components/header-inera/header-inera.component.mjs +0 -53
- package/esm2022/components/header-inera/header-inera.module.mjs +0 -55
- package/esm2022/components/header-inera/inera-ids-angular-components-header-inera.mjs +0 -5
- package/esm2022/components/header-inera/item/header-inera-item.component.mjs +0 -39
- package/esm2022/components/header-inera/menu-mobile/header-inera-menu-mobile.component.mjs +0 -71
- package/esm2022/components/header-inera/nav/header-inera-nav.component.mjs +0 -33
- package/esm2022/components/header-inera/nav-item/header-inera-nav-item.component.mjs +0 -154
- package/esm2022/components/header-inera/nav-item-menu-link/header-inera-nav-item-menu-link.component.mjs +0 -18
- package/esm2022/components/header-inera/public-api.mjs +0 -10
- package/esm2022/components/header-inera/skip-to-content/header-inera-skip-to-content.component.mjs +0 -18
- package/esm2022/components/header-inera-admin/avatar/header-inera-admin-avatar.component.mjs +0 -130
- package/esm2022/components/header-inera-admin/avatar-mobile/header-inera-admin-avatar-mobile.component.mjs +0 -125
- package/esm2022/components/header-inera-admin/brand-link/header-inera-admin-brand-link.directive.mjs +0 -17
- package/esm2022/components/header-inera-admin/header-inera-admin.component.mjs +0 -65
- package/esm2022/components/header-inera-admin/header-inera-admin.module.mjs +0 -70
- package/esm2022/components/header-inera-admin/inera-ids-angular-components-header-inera-admin.mjs +0 -5
- package/esm2022/components/header-inera-admin/item/header-inera-admin-item.component.mjs +0 -44
- package/esm2022/components/header-inera-admin/menu-mobile/header-inera-admin-menu-mobile.component.mjs +0 -71
- package/esm2022/components/header-inera-admin/nav/header-inera-admin-nav.component.mjs +0 -33
- package/esm2022/components/header-inera-admin/nav-item/header-inera-admin-nav-item.component.mjs +0 -154
- package/esm2022/components/header-inera-admin/nav-item-menu-link/header-inera-admin-nav-item-menu-link.component.mjs +0 -18
- package/esm2022/components/header-inera-admin/nav-item-mobile/header-inera-admin-nav-item-mobile.mjs +0 -36
- package/esm2022/components/header-inera-admin/public-api.mjs +0 -13
- package/esm2022/components/header-inera-admin/skip-to-content/header-inera-admin-skip-to-content.component.mjs +0 -18
- package/esm2022/components/header-patient/header-patient-actions.component.mjs +0 -22
- package/esm2022/components/header-patient/header-patient.component.mjs +0 -78
- package/esm2022/components/header-patient/inera-ids-angular-components-header-patient.mjs +0 -5
- package/esm2022/components/header-patient/public-api.mjs +0 -3
- package/esm2022/components/link/inera-ids-angular-components-link.mjs +0 -5
- package/esm2022/components/link/link.directive.mjs +0 -64
- package/esm2022/components/link/public-api.mjs +0 -2
- package/esm2022/components/mobile/menu/inera-ids-angular-components-mobile-menu.mjs +0 -5
- package/esm2022/components/mobile/menu/item/inera-ids-angular-components-mobile-menu-item.mjs +0 -5
- package/esm2022/components/mobile/menu/item/mobile-menu-item.component.mjs +0 -92
- package/esm2022/components/mobile/menu/item/public-api.mjs +0 -2
- package/esm2022/components/mobile/menu/mobile-menu.component.mjs +0 -42
- package/esm2022/components/mobile/menu/public-api.mjs +0 -3
- package/esm2022/components/navigation/content/inera-ids-angular-components-navigation-content.mjs +0 -5
- package/esm2022/components/navigation/content/navigation-content-link.component.mjs +0 -29
- package/esm2022/components/navigation/content/navigation-content.component.mjs +0 -24
- package/esm2022/components/navigation/content/public-api.mjs +0 -3
- package/esm2022/components/navigation/local/inera-ids-angular-components-navigation-local.mjs +0 -5
- package/esm2022/components/navigation/local/navigation-local-link.component.mjs +0 -27
- package/esm2022/components/navigation/local/navigation-local.component.mjs +0 -21
- package/esm2022/components/navigation/local/public-api.mjs +0 -3
- package/esm2022/components/notification-badge/inera-ids-angular-components-notification-badge.mjs +0 -5
- package/esm2022/components/notification-badge/notification-badge.component.mjs +0 -39
- package/esm2022/components/notification-badge/public-api.mjs +0 -2
- package/esm2022/components/pagination/data-pagination/data-pagination-select.component.mjs +0 -20
- package/esm2022/components/pagination/data-pagination/data-pagination.component.mjs +0 -75
- package/esm2022/components/pagination/data-pagination/inera-ids-angular-components-pagination-data-pagination.mjs +0 -5
- package/esm2022/components/pagination/data-pagination/public-api.mjs +0 -3
- package/esm2022/components/pagination/list-pagination/inera-ids-angular-components-pagination-list-pagination.mjs +0 -5
- package/esm2022/components/pagination/list-pagination/list-pagination.component.mjs +0 -197
- package/esm2022/components/pagination/list-pagination/public-api.mjs +0 -2
- package/esm2022/components/popover/inera-ids-angular-components-popover.mjs +0 -5
- package/esm2022/components/popover/popover-close.component.mjs +0 -24
- package/esm2022/components/popover/popover-content.component.mjs +0 -91
- package/esm2022/components/popover/popover-header.component.mjs +0 -18
- package/esm2022/components/popover/popover-trigger.component.mjs +0 -15
- package/esm2022/components/popover/popover.component.mjs +0 -149
- package/esm2022/components/popover/popover.module.mjs +0 -40
- package/esm2022/components/popover/public-api.mjs +0 -7
- package/esm2022/components/progressbar/inera-ids-angular-components-progressbar.mjs +0 -5
- package/esm2022/components/progressbar/progressbar.component.mjs +0 -24
- package/esm2022/components/progressbar/public-api.mjs +0 -2
- package/esm2022/components/puff-list/inera-ids-angular-components-puff-list.mjs +0 -5
- package/esm2022/components/puff-list/public-api.mjs +0 -9
- package/esm2022/components/puff-list/puff-list-item-content-info.component.mjs +0 -18
- package/esm2022/components/puff-list/puff-list-item-content.component.mjs +0 -15
- package/esm2022/components/puff-list/puff-list-item-date-label.component.mjs +0 -18
- package/esm2022/components/puff-list/puff-list-item-extra-content.component.mjs +0 -18
- package/esm2022/components/puff-list/puff-list-item-header.component.mjs +0 -18
- package/esm2022/components/puff-list/puff-list-item.component.mjs +0 -161
- package/esm2022/components/puff-list/puff-list.component.mjs +0 -40
- package/esm2022/components/puff-list/puff-list.module.mjs +0 -51
- package/esm2022/components/region-icon/inera-ids-angular-components-region-icon.mjs +0 -5
- package/esm2022/components/region-icon/public-api.mjs +0 -2
- package/esm2022/components/region-icon/region-icon.component.mjs +0 -51
- package/esm2022/components/side-menu/inera-ids-angular-components-side-menu.mjs +0 -5
- package/esm2022/components/side-menu/public-api.mjs +0 -5
- package/esm2022/components/side-menu/side-menu-icon.component.mjs +0 -24
- package/esm2022/components/side-menu/side-menu-link.component.mjs +0 -18
- package/esm2022/components/side-menu/side-menu.component.mjs +0 -215
- package/esm2022/components/side-menu/side-menu.module.mjs +0 -30
- package/esm2022/components/side-panel/inera-ids-angular-components-side-panel.mjs +0 -5
- package/esm2022/components/side-panel/public-api.mjs +0 -5
- package/esm2022/components/side-panel/side-panel-footer.component.mjs +0 -50
- package/esm2022/components/side-panel/side-panel-provider.component.mjs +0 -73
- package/esm2022/components/side-panel/side-panel.component.mjs +0 -196
- package/esm2022/components/side-panel/side-panel.module.mjs +0 -31
- package/esm2022/components/stepper/inera-ids-angular-components-stepper.mjs +0 -5
- package/esm2022/components/stepper/public-api.mjs +0 -5
- package/esm2022/components/stepper/step-header.component.mjs +0 -18
- package/esm2022/components/stepper/step.component.mjs +0 -133
- package/esm2022/components/stepper/stepper.component.mjs +0 -30
- package/esm2022/components/stepper/stepper.module.mjs +0 -30
- package/esm2022/components/tabs/inera-ids-angular-components-tabs.mjs +0 -5
- package/esm2022/components/tabs/public-api.mjs +0 -3
- package/esm2022/components/tabs/tab-group.component.mjs +0 -51
- package/esm2022/components/tabs/tab.component.mjs +0 -41
- package/esm2022/components/tag/inera-ids-angular-components-tag.mjs +0 -5
- package/esm2022/components/tag/public-api.mjs +0 -3
- package/esm2022/components/tag/tag.component.mjs +0 -23
- package/esm2022/components/tag/tag.directive.mjs +0 -17
- package/esm2022/components/tooltip/inera-ids-angular-components-tooltip.mjs +0 -5
- package/esm2022/components/tooltip/public-api.mjs +0 -4
- package/esm2022/components/tooltip/tooltip-trigger.directive.mjs +0 -18
- package/esm2022/components/tooltip/tooltip.component.mjs +0 -84
- package/esm2022/components/tooltip/tooltip.module.mjs +0 -25
- package/esm2022/inera-ids-angular.mjs +0 -5
- package/esm2022/public-api.mjs +0 -2
|
@@ -1,75 +0,0 @@
|
|
|
1
|
-
import { CommonModule } from '@angular/common';
|
|
2
|
-
import { booleanAttribute, Component, Input } from '@angular/core';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export class IDDataPaginationComponent {
|
|
5
|
-
from = 0;
|
|
6
|
-
to = 0;
|
|
7
|
-
ofText = 'av';
|
|
8
|
-
total = 0;
|
|
9
|
-
light = false;
|
|
10
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDDataPaginationComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
11
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.2.14", type: IDDataPaginationComponent, isStandalone: true, selector: "id-data-pagination", inputs: { from: "from", to: "to", ofText: "ofText", total: "total", light: ["light", "light", booleanAttribute] }, ngImport: i0, template: `
|
|
12
|
-
<div class="ids-data-pagination" [class.ids-data-pagination--light]="light">
|
|
13
|
-
<ng-content select="id-data-pagination-select"></ng-content>
|
|
14
|
-
<div class="ids-data-pagination__summary">
|
|
15
|
-
{{ from }} - {{ to }} {{ ofText }} {{ total }}
|
|
16
|
-
</div>
|
|
17
|
-
<div class="ids-data-pagination__buttons">
|
|
18
|
-
<div class="ids-data-pagination__first-page-button">
|
|
19
|
-
<ng-content select="[idFirst]"></ng-content>
|
|
20
|
-
</div>
|
|
21
|
-
<div class="ids-data-pagination__prev-button">
|
|
22
|
-
<ng-content select="[idPrev]"></ng-content>
|
|
23
|
-
</div>
|
|
24
|
-
<div class="ids-data-pagination__next-button">
|
|
25
|
-
<ng-content select="[idNext]"></ng-content>
|
|
26
|
-
</div>
|
|
27
|
-
<div class="ids-data-pagination__last-page-button">
|
|
28
|
-
<ng-content select="[idLast]"></ng-content>
|
|
29
|
-
</div>
|
|
30
|
-
</div>
|
|
31
|
-
</div>
|
|
32
|
-
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }] });
|
|
33
|
-
}
|
|
34
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDDataPaginationComponent, decorators: [{
|
|
35
|
-
type: Component,
|
|
36
|
-
args: [{
|
|
37
|
-
selector: 'id-data-pagination',
|
|
38
|
-
standalone: true,
|
|
39
|
-
imports: [CommonModule],
|
|
40
|
-
template: `
|
|
41
|
-
<div class="ids-data-pagination" [class.ids-data-pagination--light]="light">
|
|
42
|
-
<ng-content select="id-data-pagination-select"></ng-content>
|
|
43
|
-
<div class="ids-data-pagination__summary">
|
|
44
|
-
{{ from }} - {{ to }} {{ ofText }} {{ total }}
|
|
45
|
-
</div>
|
|
46
|
-
<div class="ids-data-pagination__buttons">
|
|
47
|
-
<div class="ids-data-pagination__first-page-button">
|
|
48
|
-
<ng-content select="[idFirst]"></ng-content>
|
|
49
|
-
</div>
|
|
50
|
-
<div class="ids-data-pagination__prev-button">
|
|
51
|
-
<ng-content select="[idPrev]"></ng-content>
|
|
52
|
-
</div>
|
|
53
|
-
<div class="ids-data-pagination__next-button">
|
|
54
|
-
<ng-content select="[idNext]"></ng-content>
|
|
55
|
-
</div>
|
|
56
|
-
<div class="ids-data-pagination__last-page-button">
|
|
57
|
-
<ng-content select="[idLast]"></ng-content>
|
|
58
|
-
</div>
|
|
59
|
-
</div>
|
|
60
|
-
</div>
|
|
61
|
-
`,
|
|
62
|
-
}]
|
|
63
|
-
}], propDecorators: { from: [{
|
|
64
|
-
type: Input
|
|
65
|
-
}], to: [{
|
|
66
|
-
type: Input
|
|
67
|
-
}], ofText: [{
|
|
68
|
-
type: Input
|
|
69
|
-
}], total: [{
|
|
70
|
-
type: Input
|
|
71
|
-
}], light: [{
|
|
72
|
-
type: Input,
|
|
73
|
-
args: [{ transform: booleanAttribute }]
|
|
74
|
-
}] } });
|
|
75
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGF0YS1wYWdpbmF0aW9uLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2NvbXBvbmVudHMvcGFnaW5hdGlvbi9kYXRhLXBhZ2luYXRpb24vZGF0YS1wYWdpbmF0aW9uLmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFDLGdCQUFnQixFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQUUsTUFBTSxlQUFlLENBQUM7O0FBNkJsRSxNQUFNLE9BQU8seUJBQXlCO0lBQzNCLElBQUksR0FBRyxDQUFDLENBQUM7SUFDVCxFQUFFLEdBQUcsQ0FBQyxDQUFDO0lBQ1AsTUFBTSxHQUFHLElBQUksQ0FBQztJQUNkLEtBQUssR0FBRyxDQUFDLENBQUM7SUFDbUIsS0FBSyxHQUFHLEtBQUssQ0FBQzt3R0FMekMseUJBQXlCOzRGQUF6Qix5QkFBeUIsb0pBS2pCLGdCQUFnQiw2QkE1QnpCOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7R0FxQlQsMkRBdEJTLFlBQVk7OzRGQXdCWCx5QkFBeUI7a0JBM0JyQyxTQUFTO21CQUFDO29CQUNULFFBQVEsRUFBRSxvQkFBb0I7b0JBQzlCLFVBQVUsRUFBRSxJQUFJO29CQUNoQixPQUFPLEVBQUUsQ0FBQyxZQUFZLENBQUM7b0JBQ3ZCLFFBQVEsRUFBRTs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0dBcUJUO2lCQUNGOzhCQUVVLElBQUk7c0JBQVosS0FBSztnQkFDRyxFQUFFO3NCQUFWLEtBQUs7Z0JBQ0csTUFBTTtzQkFBZCxLQUFLO2dCQUNHLEtBQUs7c0JBQWIsS0FBSztnQkFDZ0MsS0FBSztzQkFBMUMsS0FBSzt1QkFBQyxFQUFDLFNBQVMsRUFBRSxnQkFBZ0IsRUFBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQge2Jvb2xlYW5BdHRyaWJ1dGUsIENvbXBvbmVudCwgSW5wdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnaWQtZGF0YS1wYWdpbmF0aW9uJyxcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgaW1wb3J0czogW0NvbW1vbk1vZHVsZV0sXG4gIHRlbXBsYXRlOiBgXG4gICAgPGRpdiBjbGFzcz1cImlkcy1kYXRhLXBhZ2luYXRpb25cIiBbY2xhc3MuaWRzLWRhdGEtcGFnaW5hdGlvbi0tbGlnaHRdPVwibGlnaHRcIj5cbiAgICAgIDxuZy1jb250ZW50IHNlbGVjdD1cImlkLWRhdGEtcGFnaW5hdGlvbi1zZWxlY3RcIj48L25nLWNvbnRlbnQ+XG4gICAgICA8ZGl2IGNsYXNzPVwiaWRzLWRhdGEtcGFnaW5hdGlvbl9fc3VtbWFyeVwiPlxuICAgICAgICB7eyBmcm9tIH19IC0ge3sgdG8gfX0ge3sgb2ZUZXh0IH19IHt7IHRvdGFsIH19XG4gICAgICA8L2Rpdj5cbiAgICAgIDxkaXYgY2xhc3M9XCJpZHMtZGF0YS1wYWdpbmF0aW9uX19idXR0b25zXCI+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJpZHMtZGF0YS1wYWdpbmF0aW9uX19maXJzdC1wYWdlLWJ1dHRvblwiPlxuICAgICAgICAgIDxuZy1jb250ZW50IHNlbGVjdD1cIltpZEZpcnN0XVwiPjwvbmctY29udGVudD5cbiAgICAgICAgPC9kaXY+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJpZHMtZGF0YS1wYWdpbmF0aW9uX19wcmV2LWJ1dHRvblwiPlxuICAgICAgICAgIDxuZy1jb250ZW50IHNlbGVjdD1cIltpZFByZXZdXCI+PC9uZy1jb250ZW50PlxuICAgICAgICA8L2Rpdj5cbiAgICAgICAgPGRpdiBjbGFzcz1cImlkcy1kYXRhLXBhZ2luYXRpb25fX25leHQtYnV0dG9uXCI+XG4gICAgICAgICAgPG5nLWNvbnRlbnQgc2VsZWN0PVwiW2lkTmV4dF1cIj48L25nLWNvbnRlbnQ+XG4gICAgICAgIDwvZGl2PlxuICAgICAgICA8ZGl2IGNsYXNzPVwiaWRzLWRhdGEtcGFnaW5hdGlvbl9fbGFzdC1wYWdlLWJ1dHRvblwiPlxuICAgICAgICAgIDxuZy1jb250ZW50IHNlbGVjdD1cIltpZExhc3RdXCI+PC9uZy1jb250ZW50PlxuICAgICAgICA8L2Rpdj5cbiAgICAgIDwvZGl2PlxuICAgIDwvZGl2PlxuICBgLFxufSlcbmV4cG9ydCBjbGFzcyBJRERhdGFQYWdpbmF0aW9uQ29tcG9uZW50IHtcbiAgQElucHV0KCkgZnJvbSA9IDA7XG4gIEBJbnB1dCgpIHRvID0gMDtcbiAgQElucHV0KCkgb2ZUZXh0ID0gJ2F2JztcbiAgQElucHV0KCkgdG90YWwgPSAwO1xuICBASW5wdXQoe3RyYW5zZm9ybTogYm9vbGVhbkF0dHJpYnV0ZX0pIGxpZ2h0ID0gZmFsc2U7XG59Il19
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated bundle index. Do not edit.
|
|
3
|
-
*/
|
|
4
|
-
export * from './public-api';
|
|
5
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5lcmEtaWRzLWFuZ3VsYXItY29tcG9uZW50cy1wYWdpbmF0aW9uLWRhdGEtcGFnaW5hdGlvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2NvbXBvbmVudHMvcGFnaW5hdGlvbi9kYXRhLXBhZ2luYXRpb24vaW5lcmEtaWRzLWFuZ3VsYXItY29tcG9uZW50cy1wYWdpbmF0aW9uLWRhdGEtcGFnaW5hdGlvbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsY0FBYyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL3B1YmxpYy1hcGknO1xuIl19
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export { IDDataPaginationComponent } from './data-pagination.component';
|
|
2
|
-
export { IDDataPaginationSelectComponent } from './data-pagination-select.component';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2NvbXBvbmVudHMvcGFnaW5hdGlvbi9kYXRhLXBhZ2luYXRpb24vcHVibGljLWFwaS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUseUJBQXlCLEVBQUUsTUFBTSw2QkFBNkIsQ0FBQztBQUN4RSxPQUFPLEVBQUUsK0JBQStCLEVBQUUsTUFBTSxvQ0FBb0MsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCB7IElERGF0YVBhZ2luYXRpb25Db21wb25lbnQgfSBmcm9tICcuL2RhdGEtcGFnaW5hdGlvbi5jb21wb25lbnQnO1xuZXhwb3J0IHsgSUREYXRhUGFnaW5hdGlvblNlbGVjdENvbXBvbmVudCB9IGZyb20gJy4vZGF0YS1wYWdpbmF0aW9uLXNlbGVjdC5jb21wb25lbnQnO1xuIl19
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated bundle index. Do not edit.
|
|
3
|
-
*/
|
|
4
|
-
export * from './public-api';
|
|
5
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5lcmEtaWRzLWFuZ3VsYXItY29tcG9uZW50cy1wYWdpbmF0aW9uLWxpc3QtcGFnaW5hdGlvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2NvbXBvbmVudHMvcGFnaW5hdGlvbi9saXN0LXBhZ2luYXRpb24vaW5lcmEtaWRzLWFuZ3VsYXItY29tcG9uZW50cy1wYWdpbmF0aW9uLWxpc3QtcGFnaW5hdGlvbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsY0FBYyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL3B1YmxpYy1hcGknO1xuIl19
|
|
@@ -1,197 +0,0 @@
|
|
|
1
|
-
import { CommonModule } from '@angular/common';
|
|
2
|
-
import { Component, Input, Output, EventEmitter } from '@angular/core';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
import * as i1 from "@angular/common";
|
|
5
|
-
export class IDListPaginationComponent {
|
|
6
|
-
showingText = 'Visar';
|
|
7
|
-
from = 0;
|
|
8
|
-
to = 0;
|
|
9
|
-
ofText = 'av';
|
|
10
|
-
total = 0;
|
|
11
|
-
current = 1;
|
|
12
|
-
pages = 1;
|
|
13
|
-
srCurrentPage = 'Aktuell sida';
|
|
14
|
-
srGoToPage = 'Gå till sida';
|
|
15
|
-
srPrevious = 'Föregående sida';
|
|
16
|
-
srNext = 'Nästa sida';
|
|
17
|
-
srNav = 'Paginering';
|
|
18
|
-
pageChanged = new EventEmitter();
|
|
19
|
-
prevPage = new EventEmitter();
|
|
20
|
-
nextPage = new EventEmitter();
|
|
21
|
-
get pageButtons() {
|
|
22
|
-
const arr = [];
|
|
23
|
-
for (let i = 1; i <= this.pages; i++) {
|
|
24
|
-
const isCurrent = i === this.current;
|
|
25
|
-
const dontHide = [
|
|
26
|
-
1, //first
|
|
27
|
-
this.pages, //last
|
|
28
|
-
this.current - 1, // directly left
|
|
29
|
-
this.current, // current
|
|
30
|
-
this.current + 1, // directly right
|
|
31
|
-
...(this.current < 4 ? [2, 3, 4] : []), // current is near the start
|
|
32
|
-
...(this.current > this.pages - 3 ? [this.pages - 1, this.pages - 2, this.pages - 3] : []), // if current is within the last 2 pages
|
|
33
|
-
];
|
|
34
|
-
const hidden = this.pages > 7 && !dontHide.includes(i);
|
|
35
|
-
const hiddenBefore = this.pages > 7 && i > 1 && arr[i - 2]?.hidden && !arr[i - 1]?.hidden ? true : undefined;
|
|
36
|
-
arr.push({ num: i, hidden, hiddenBefore, isCurrent });
|
|
37
|
-
}
|
|
38
|
-
return arr;
|
|
39
|
-
}
|
|
40
|
-
goToPage(page) {
|
|
41
|
-
if (page !== this.current) {
|
|
42
|
-
this.pageChanged.emit(page);
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
|
-
onPrevPage() {
|
|
46
|
-
if (this.current > 1) {
|
|
47
|
-
this.prevPage.emit(this.current);
|
|
48
|
-
}
|
|
49
|
-
}
|
|
50
|
-
onNextPage() {
|
|
51
|
-
if (this.current < this.pages) {
|
|
52
|
-
this.nextPage.emit(this.current);
|
|
53
|
-
}
|
|
54
|
-
}
|
|
55
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDListPaginationComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
56
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDListPaginationComponent, isStandalone: true, selector: "id-list-pagination", inputs: { showingText: "showingText", from: "from", to: "to", ofText: "ofText", total: "total", current: "current", pages: "pages", srCurrentPage: "srCurrentPage", srGoToPage: "srGoToPage", srPrevious: "srPrevious", srNext: "srNext", srNav: "srNav" }, outputs: { pageChanged: "pageChanged", prevPage: "prevPage", nextPage: "nextPage" }, ngImport: i0, template: `
|
|
57
|
-
<div class="ids-list-pagination">
|
|
58
|
-
<div
|
|
59
|
-
class="ids-list-pagination__summary"
|
|
60
|
-
*ngIf="from && to && total"
|
|
61
|
-
>
|
|
62
|
-
{{ showingText }} {{ from }} - {{ to }} {{ ofText }} {{ total }}
|
|
63
|
-
</div>
|
|
64
|
-
<div class="ids-list-pagination__content">
|
|
65
|
-
<div class="ids-list-pagination__prev-button">
|
|
66
|
-
<button
|
|
67
|
-
*ngIf="current > 1"
|
|
68
|
-
(click)="onPrevPage()"
|
|
69
|
-
id="prev-button"
|
|
70
|
-
[attr.aria-label]="srPrevious"
|
|
71
|
-
></button>
|
|
72
|
-
</div>
|
|
73
|
-
<div class="ids-list-pagination__nav-buttons">
|
|
74
|
-
<nav [attr.aria-label]="srNav">
|
|
75
|
-
<ul class="ids-list-pagination__list">
|
|
76
|
-
<li
|
|
77
|
-
*ngFor="let btn of pageButtons"
|
|
78
|
-
class="ids-list-pagination__list-item"
|
|
79
|
-
[class.ids-list-pagination__list-item--current]="btn.isCurrent"
|
|
80
|
-
[hidden]="btn.hidden"
|
|
81
|
-
[attr.data-hidden-before]="btn.hiddenBefore"
|
|
82
|
-
>
|
|
83
|
-
<button
|
|
84
|
-
class="ids-list-pagination__button"
|
|
85
|
-
[class.ids-list-pagination__button--current]="btn.isCurrent"
|
|
86
|
-
[disabled]="btn.isCurrent"
|
|
87
|
-
[attr.aria-label]="btn.isCurrent ? srCurrentPage : srGoToPage + ' ' + btn.num"
|
|
88
|
-
(click)="goToPage(btn.num)"
|
|
89
|
-
>
|
|
90
|
-
{{ btn.num }}
|
|
91
|
-
</button>
|
|
92
|
-
</li>
|
|
93
|
-
</ul>
|
|
94
|
-
</nav>
|
|
95
|
-
</div>
|
|
96
|
-
<div class="ids-list-pagination__next-button">
|
|
97
|
-
<button
|
|
98
|
-
*ngIf="current < pages"
|
|
99
|
-
(click)="onNextPage()"
|
|
100
|
-
id="next-button"
|
|
101
|
-
[attr.aria-label]="srNext"
|
|
102
|
-
></button>
|
|
103
|
-
</div>
|
|
104
|
-
</div>
|
|
105
|
-
</div>
|
|
106
|
-
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
107
|
-
}
|
|
108
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDListPaginationComponent, decorators: [{
|
|
109
|
-
type: Component,
|
|
110
|
-
args: [{
|
|
111
|
-
selector: 'id-list-pagination',
|
|
112
|
-
standalone: true,
|
|
113
|
-
imports: [CommonModule],
|
|
114
|
-
template: `
|
|
115
|
-
<div class="ids-list-pagination">
|
|
116
|
-
<div
|
|
117
|
-
class="ids-list-pagination__summary"
|
|
118
|
-
*ngIf="from && to && total"
|
|
119
|
-
>
|
|
120
|
-
{{ showingText }} {{ from }} - {{ to }} {{ ofText }} {{ total }}
|
|
121
|
-
</div>
|
|
122
|
-
<div class="ids-list-pagination__content">
|
|
123
|
-
<div class="ids-list-pagination__prev-button">
|
|
124
|
-
<button
|
|
125
|
-
*ngIf="current > 1"
|
|
126
|
-
(click)="onPrevPage()"
|
|
127
|
-
id="prev-button"
|
|
128
|
-
[attr.aria-label]="srPrevious"
|
|
129
|
-
></button>
|
|
130
|
-
</div>
|
|
131
|
-
<div class="ids-list-pagination__nav-buttons">
|
|
132
|
-
<nav [attr.aria-label]="srNav">
|
|
133
|
-
<ul class="ids-list-pagination__list">
|
|
134
|
-
<li
|
|
135
|
-
*ngFor="let btn of pageButtons"
|
|
136
|
-
class="ids-list-pagination__list-item"
|
|
137
|
-
[class.ids-list-pagination__list-item--current]="btn.isCurrent"
|
|
138
|
-
[hidden]="btn.hidden"
|
|
139
|
-
[attr.data-hidden-before]="btn.hiddenBefore"
|
|
140
|
-
>
|
|
141
|
-
<button
|
|
142
|
-
class="ids-list-pagination__button"
|
|
143
|
-
[class.ids-list-pagination__button--current]="btn.isCurrent"
|
|
144
|
-
[disabled]="btn.isCurrent"
|
|
145
|
-
[attr.aria-label]="btn.isCurrent ? srCurrentPage : srGoToPage + ' ' + btn.num"
|
|
146
|
-
(click)="goToPage(btn.num)"
|
|
147
|
-
>
|
|
148
|
-
{{ btn.num }}
|
|
149
|
-
</button>
|
|
150
|
-
</li>
|
|
151
|
-
</ul>
|
|
152
|
-
</nav>
|
|
153
|
-
</div>
|
|
154
|
-
<div class="ids-list-pagination__next-button">
|
|
155
|
-
<button
|
|
156
|
-
*ngIf="current < pages"
|
|
157
|
-
(click)="onNextPage()"
|
|
158
|
-
id="next-button"
|
|
159
|
-
[attr.aria-label]="srNext"
|
|
160
|
-
></button>
|
|
161
|
-
</div>
|
|
162
|
-
</div>
|
|
163
|
-
</div>
|
|
164
|
-
`,
|
|
165
|
-
}]
|
|
166
|
-
}], propDecorators: { showingText: [{
|
|
167
|
-
type: Input
|
|
168
|
-
}], from: [{
|
|
169
|
-
type: Input
|
|
170
|
-
}], to: [{
|
|
171
|
-
type: Input
|
|
172
|
-
}], ofText: [{
|
|
173
|
-
type: Input
|
|
174
|
-
}], total: [{
|
|
175
|
-
type: Input
|
|
176
|
-
}], current: [{
|
|
177
|
-
type: Input
|
|
178
|
-
}], pages: [{
|
|
179
|
-
type: Input
|
|
180
|
-
}], srCurrentPage: [{
|
|
181
|
-
type: Input
|
|
182
|
-
}], srGoToPage: [{
|
|
183
|
-
type: Input
|
|
184
|
-
}], srPrevious: [{
|
|
185
|
-
type: Input
|
|
186
|
-
}], srNext: [{
|
|
187
|
-
type: Input
|
|
188
|
-
}], srNav: [{
|
|
189
|
-
type: Input
|
|
190
|
-
}], pageChanged: [{
|
|
191
|
-
type: Output
|
|
192
|
-
}], prevPage: [{
|
|
193
|
-
type: Output
|
|
194
|
-
}], nextPage: [{
|
|
195
|
-
type: Output
|
|
196
|
-
}] } });
|
|
197
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGlzdC1wYWdpbmF0aW9uLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2NvbXBvbmVudHMvcGFnaW5hdGlvbi9saXN0LXBhZ2luYXRpb24vbGlzdC1wYWdpbmF0aW9uLmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQUUsTUFBTSxFQUFFLFlBQVksRUFBRSxNQUFNLGVBQWUsQ0FBQzs7O0FBMER2RSxNQUFNLE9BQU8seUJBQXlCO0lBQzNCLFdBQVcsR0FBRyxPQUFPLENBQUM7SUFDdEIsSUFBSSxHQUFHLENBQUMsQ0FBQztJQUNULEVBQUUsR0FBRyxDQUFDLENBQUM7SUFDUCxNQUFNLEdBQUcsSUFBSSxDQUFDO0lBQ2QsS0FBSyxHQUFHLENBQUMsQ0FBQztJQUNWLE9BQU8sR0FBRyxDQUFDLENBQUM7SUFDWixLQUFLLEdBQUcsQ0FBQyxDQUFDO0lBRVYsYUFBYSxHQUFHLGNBQWMsQ0FBQztJQUMvQixVQUFVLEdBQUcsY0FBYyxDQUFDO0lBQzVCLFVBQVUsR0FBRyxpQkFBaUIsQ0FBQztJQUMvQixNQUFNLEdBQUcsWUFBWSxDQUFDO0lBQ3RCLEtBQUssR0FBRyxZQUFZLENBQUM7SUFFcEIsV0FBVyxHQUFHLElBQUksWUFBWSxFQUFVLENBQUM7SUFDekMsUUFBUSxHQUFHLElBQUksWUFBWSxFQUFVLENBQUM7SUFDdEMsUUFBUSxHQUFHLElBQUksWUFBWSxFQUFVLENBQUM7SUFFaEQsSUFBSSxXQUFXO1FBQ2IsTUFBTSxHQUFHLEdBS0gsRUFBRSxDQUFDO1FBRVQsS0FBSyxJQUFJLENBQUMsR0FBRyxDQUFDLEVBQUUsQ0FBQyxJQUFJLElBQUksQ0FBQyxLQUFLLEVBQUUsQ0FBQyxFQUFFLEVBQUUsQ0FBQztZQUNyQyxNQUFNLFNBQVMsR0FBRyxDQUFDLEtBQUssSUFBSSxDQUFDLE9BQU8sQ0FBQztZQUVyQyxNQUFNLFFBQVEsR0FBRztnQkFDZixDQUFDLEVBQUUsT0FBTztnQkFDVixJQUFJLENBQUMsS0FBSyxFQUFFLE1BQU07Z0JBQ2xCLElBQUksQ0FBQyxPQUFPLEdBQUcsQ0FBQyxFQUFFLGdCQUFnQjtnQkFDbEMsSUFBSSxDQUFDLE9BQU8sRUFBRSxVQUFVO2dCQUN4QixJQUFJLENBQUMsT0FBTyxHQUFHLENBQUMsRUFBRSxpQkFBaUI7Z0JBQ25DLEdBQUcsQ0FBQyxJQUFJLENBQUMsT0FBTyxHQUFHLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLEVBQUUsQ0FBQyxFQUFFLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxFQUFFLENBQUMsRUFBRSw0QkFBNEI7Z0JBQ3BFLEdBQUcsQ0FBQyxJQUFJLENBQUMsT0FBTyxHQUFHLElBQUksQ0FBQyxLQUFLLEdBQUcsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxLQUFLLEdBQUcsQ0FBQyxFQUFFLElBQUksQ0FBQyxLQUFLLEdBQUcsQ0FBQyxFQUFFLElBQUksQ0FBQyxLQUFLLEdBQUcsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLEVBQUUsQ0FBQyxFQUFFLHdDQUF3QzthQUNySSxDQUFDO1lBRUYsTUFBTSxNQUFNLEdBQUcsSUFBSSxDQUFDLEtBQUssR0FBRyxDQUFDLElBQUksQ0FBQyxRQUFRLENBQUMsUUFBUSxDQUFDLENBQUMsQ0FBQyxDQUFDO1lBRXZELE1BQU0sWUFBWSxHQUNoQixJQUFJLENBQUMsS0FBSyxHQUFHLENBQUMsSUFBSSxDQUFDLEdBQUcsQ0FBQyxJQUFJLEdBQUcsQ0FBQyxDQUFDLEdBQUcsQ0FBQyxDQUFDLEVBQUUsTUFBTSxJQUFJLENBQUMsR0FBRyxDQUFDLENBQUMsR0FBRyxDQUFDLENBQUMsRUFBRSxNQUFNLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxDQUFDLENBQUMsU0FBUyxDQUFDO1lBRTFGLEdBQUcsQ0FBQyxJQUFJLENBQUMsRUFBRSxHQUFHLEVBQUUsQ0FBQyxFQUFFLE1BQU0sRUFBRSxZQUFZLEVBQUUsU0FBUyxFQUFFLENBQUMsQ0FBQztRQUN4RCxDQUFDO1FBRUQsT0FBTyxHQUFHLENBQUM7SUFDYixDQUFDO0lBRUQsUUFBUSxDQUFDLElBQVk7UUFDbkIsSUFBSSxJQUFJLEtBQUssSUFBSSxDQUFDLE9BQU8sRUFBRSxDQUFDO1lBQzFCLElBQUksQ0FBQyxXQUFXLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxDQUFDO1FBQzlCLENBQUM7SUFDSCxDQUFDO0lBRUQsVUFBVTtRQUNSLElBQUksSUFBSSxDQUFDLE9BQU8sR0FBRyxDQUFDLEVBQUUsQ0FBQztZQUNyQixJQUFJLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsT0FBTyxDQUFDLENBQUM7UUFDbkMsQ0FBQztJQUNILENBQUM7SUFFRCxVQUFVO1FBQ1IsSUFBSSxJQUFJLENBQUMsT0FBTyxHQUFHLElBQUksQ0FBQyxLQUFLLEVBQUUsQ0FBQztZQUM5QixJQUFJLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsT0FBTyxDQUFDLENBQUM7UUFDbkMsQ0FBQztJQUNILENBQUM7d0dBbkVVLHlCQUF5Qjs0RkFBekIseUJBQXlCLCtaQXBEMUI7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0dBa0RULDJEQW5EUyxZQUFZOzs0RkFxRFgseUJBQXlCO2tCQXhEckMsU0FBUzttQkFBQztvQkFDVCxRQUFRLEVBQUUsb0JBQW9CO29CQUM5QixVQUFVLEVBQUUsSUFBSTtvQkFDaEIsT0FBTyxFQUFFLENBQUMsWUFBWSxDQUFDO29CQUN2QixRQUFRLEVBQUU7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0dBa0RUO2lCQUNGOzhCQUVVLFdBQVc7c0JBQW5CLEtBQUs7Z0JBQ0csSUFBSTtzQkFBWixLQUFLO2dCQUNHLEVBQUU7c0JBQVYsS0FBSztnQkFDRyxNQUFNO3NCQUFkLEtBQUs7Z0JBQ0csS0FBSztzQkFBYixLQUFLO2dCQUNHLE9BQU87c0JBQWYsS0FBSztnQkFDRyxLQUFLO3NCQUFiLEtBQUs7Z0JBRUcsYUFBYTtzQkFBckIsS0FBSztnQkFDRyxVQUFVO3NCQUFsQixLQUFLO2dCQUNHLFVBQVU7c0JBQWxCLEtBQUs7Z0JBQ0csTUFBTTtzQkFBZCxLQUFLO2dCQUNHLEtBQUs7c0JBQWIsS0FBSztnQkFFSSxXQUFXO3NCQUFwQixNQUFNO2dCQUNHLFFBQVE7c0JBQWpCLE1BQU07Z0JBQ0csUUFBUTtzQkFBakIsTUFBTSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBDb21wb25lbnQsIElucHV0LCBPdXRwdXQsIEV2ZW50RW1pdHRlciB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdpZC1saXN0LXBhZ2luYXRpb24nLFxuICBzdGFuZGFsb25lOiB0cnVlLFxuICBpbXBvcnRzOiBbQ29tbW9uTW9kdWxlXSxcbiAgdGVtcGxhdGU6IGBcbiAgICA8ZGl2IGNsYXNzPVwiaWRzLWxpc3QtcGFnaW5hdGlvblwiPlxuICAgICAgPGRpdlxuICAgICAgICBjbGFzcz1cImlkcy1saXN0LXBhZ2luYXRpb25fX3N1bW1hcnlcIlxuICAgICAgICAqbmdJZj1cImZyb20gJiYgdG8gJiYgdG90YWxcIlxuICAgICAgPlxuICAgICAgICB7eyBzaG93aW5nVGV4dCB9fSB7eyBmcm9tIH19IC0ge3sgdG8gfX0ge3sgb2ZUZXh0IH19IHt7IHRvdGFsIH19XG4gICAgICA8L2Rpdj5cbiAgICAgIDxkaXYgY2xhc3M9XCJpZHMtbGlzdC1wYWdpbmF0aW9uX19jb250ZW50XCI+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJpZHMtbGlzdC1wYWdpbmF0aW9uX19wcmV2LWJ1dHRvblwiPlxuICAgICAgICAgIDxidXR0b25cbiAgICAgICAgICAgICpuZ0lmPVwiY3VycmVudCA+IDFcIlxuICAgICAgICAgICAgKGNsaWNrKT1cIm9uUHJldlBhZ2UoKVwiXG4gICAgICAgICAgICBpZD1cInByZXYtYnV0dG9uXCJcbiAgICAgICAgICAgIFthdHRyLmFyaWEtbGFiZWxdPVwic3JQcmV2aW91c1wiXG4gICAgICAgICAgPjwvYnV0dG9uPlxuICAgICAgICA8L2Rpdj5cbiAgICAgICAgPGRpdiBjbGFzcz1cImlkcy1saXN0LXBhZ2luYXRpb25fX25hdi1idXR0b25zXCI+XG4gICAgICAgICAgPG5hdiBbYXR0ci5hcmlhLWxhYmVsXT1cInNyTmF2XCI+XG4gICAgICAgICAgICA8dWwgY2xhc3M9XCJpZHMtbGlzdC1wYWdpbmF0aW9uX19saXN0XCI+XG4gICAgICAgICAgICAgIDxsaVxuICAgICAgICAgICAgICAgICpuZ0Zvcj1cImxldCBidG4gb2YgcGFnZUJ1dHRvbnNcIlxuICAgICAgICAgICAgICAgIGNsYXNzPVwiaWRzLWxpc3QtcGFnaW5hdGlvbl9fbGlzdC1pdGVtXCJcbiAgICAgICAgICAgICAgICBbY2xhc3MuaWRzLWxpc3QtcGFnaW5hdGlvbl9fbGlzdC1pdGVtLS1jdXJyZW50XT1cImJ0bi5pc0N1cnJlbnRcIlxuICAgICAgICAgICAgICAgIFtoaWRkZW5dPVwiYnRuLmhpZGRlblwiXG4gICAgICAgICAgICAgICAgW2F0dHIuZGF0YS1oaWRkZW4tYmVmb3JlXT1cImJ0bi5oaWRkZW5CZWZvcmVcIlxuICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgPGJ1dHRvblxuICAgICAgICAgICAgICAgICAgY2xhc3M9XCJpZHMtbGlzdC1wYWdpbmF0aW9uX19idXR0b25cIlxuICAgICAgICAgICAgICAgICAgW2NsYXNzLmlkcy1saXN0LXBhZ2luYXRpb25fX2J1dHRvbi0tY3VycmVudF09XCJidG4uaXNDdXJyZW50XCJcbiAgICAgICAgICAgICAgICAgIFtkaXNhYmxlZF09XCJidG4uaXNDdXJyZW50XCJcbiAgICAgICAgICAgICAgICAgIFthdHRyLmFyaWEtbGFiZWxdPVwiYnRuLmlzQ3VycmVudCA/IHNyQ3VycmVudFBhZ2UgOiBzckdvVG9QYWdlICsgJyAnICsgYnRuLm51bVwiXG4gICAgICAgICAgICAgICAgICAoY2xpY2spPVwiZ29Ub1BhZ2UoYnRuLm51bSlcIlxuICAgICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICAgIHt7IGJ0bi5udW0gfX1cbiAgICAgICAgICAgICAgICA8L2J1dHRvbj5cbiAgICAgICAgICAgICAgPC9saT5cbiAgICAgICAgICAgIDwvdWw+XG4gICAgICAgICAgPC9uYXY+XG4gICAgICAgIDwvZGl2PlxuICAgICAgICA8ZGl2IGNsYXNzPVwiaWRzLWxpc3QtcGFnaW5hdGlvbl9fbmV4dC1idXR0b25cIj5cbiAgICAgICAgICA8YnV0dG9uXG4gICAgICAgICAgICAqbmdJZj1cImN1cnJlbnQgPCBwYWdlc1wiXG4gICAgICAgICAgICAoY2xpY2spPVwib25OZXh0UGFnZSgpXCJcbiAgICAgICAgICAgIGlkPVwibmV4dC1idXR0b25cIlxuICAgICAgICAgICAgW2F0dHIuYXJpYS1sYWJlbF09XCJzck5leHRcIlxuICAgICAgICAgID48L2J1dHRvbj5cbiAgICAgICAgPC9kaXY+XG4gICAgICA8L2Rpdj5cbiAgICA8L2Rpdj5cbiAgYCxcbn0pXG5leHBvcnQgY2xhc3MgSURMaXN0UGFnaW5hdGlvbkNvbXBvbmVudCB7XG4gIEBJbnB1dCgpIHNob3dpbmdUZXh0ID0gJ1Zpc2FyJztcbiAgQElucHV0KCkgZnJvbSA9IDA7XG4gIEBJbnB1dCgpIHRvID0gMDtcbiAgQElucHV0KCkgb2ZUZXh0ID0gJ2F2JztcbiAgQElucHV0KCkgdG90YWwgPSAwO1xuICBASW5wdXQoKSBjdXJyZW50ID0gMTtcbiAgQElucHV0KCkgcGFnZXMgPSAxO1xuXG4gIEBJbnB1dCgpIHNyQ3VycmVudFBhZ2UgPSAnQWt0dWVsbCBzaWRhJztcbiAgQElucHV0KCkgc3JHb1RvUGFnZSA9ICdHw6UgdGlsbCBzaWRhJztcbiAgQElucHV0KCkgc3JQcmV2aW91cyA9ICdGw7ZyZWfDpWVuZGUgc2lkYSc7XG4gIEBJbnB1dCgpIHNyTmV4dCA9ICdOw6RzdGEgc2lkYSc7XG4gIEBJbnB1dCgpIHNyTmF2ID0gJ1BhZ2luZXJpbmcnO1xuXG4gIEBPdXRwdXQoKSBwYWdlQ2hhbmdlZCA9IG5ldyBFdmVudEVtaXR0ZXI8bnVtYmVyPigpO1xuICBAT3V0cHV0KCkgcHJldlBhZ2UgPSBuZXcgRXZlbnRFbWl0dGVyPG51bWJlcj4oKTtcbiAgQE91dHB1dCgpIG5leHRQYWdlID0gbmV3IEV2ZW50RW1pdHRlcjxudW1iZXI+KCk7XG5cbiAgZ2V0IHBhZ2VCdXR0b25zKCkge1xuICAgIGNvbnN0IGFycjoge1xuICAgICAgbnVtOiBudW1iZXI7XG4gICAgICBoaWRkZW46IGJvb2xlYW47XG4gICAgICBoaWRkZW5CZWZvcmU6IGJvb2xlYW4gfCB1bmRlZmluZWQ7XG4gICAgICBpc0N1cnJlbnQ6IGJvb2xlYW47XG4gICAgfVtdID0gW107XG5cbiAgICBmb3IgKGxldCBpID0gMTsgaSA8PSB0aGlzLnBhZ2VzOyBpKyspIHtcbiAgICAgIGNvbnN0IGlzQ3VycmVudCA9IGkgPT09IHRoaXMuY3VycmVudDtcblxuICAgICAgY29uc3QgZG9udEhpZGUgPSBbXG4gICAgICAgIDEsIC8vZmlyc3RcbiAgICAgICAgdGhpcy5wYWdlcywgLy9sYXN0XG4gICAgICAgIHRoaXMuY3VycmVudCAtIDEsIC8vIGRpcmVjdGx5IGxlZnRcbiAgICAgICAgdGhpcy5jdXJyZW50LCAvLyBjdXJyZW50XG4gICAgICAgIHRoaXMuY3VycmVudCArIDEsIC8vIGRpcmVjdGx5IHJpZ2h0XG4gICAgICAgIC4uLih0aGlzLmN1cnJlbnQgPCA0ID8gWzIsIDMsIDRdIDogW10pLCAvLyBjdXJyZW50IGlzIG5lYXIgdGhlIHN0YXJ0XG4gICAgICAgIC4uLih0aGlzLmN1cnJlbnQgPiB0aGlzLnBhZ2VzIC0gMyA/IFt0aGlzLnBhZ2VzIC0gMSwgdGhpcy5wYWdlcyAtIDIsIHRoaXMucGFnZXMgLSAzXSA6IFtdKSwgLy8gaWYgY3VycmVudCBpcyB3aXRoaW4gdGhlIGxhc3QgMiBwYWdlc1xuICAgICAgXTtcblxuICAgICAgY29uc3QgaGlkZGVuID0gdGhpcy5wYWdlcyA+IDcgJiYgIWRvbnRIaWRlLmluY2x1ZGVzKGkpO1xuXG4gICAgICBjb25zdCBoaWRkZW5CZWZvcmUgPVxuICAgICAgICB0aGlzLnBhZ2VzID4gNyAmJiBpID4gMSAmJiBhcnJbaSAtIDJdPy5oaWRkZW4gJiYgIWFycltpIC0gMV0/LmhpZGRlbiA/IHRydWUgOiB1bmRlZmluZWQ7XG5cbiAgICAgIGFyci5wdXNoKHsgbnVtOiBpLCBoaWRkZW4sIGhpZGRlbkJlZm9yZSwgaXNDdXJyZW50IH0pO1xuICAgIH1cblxuICAgIHJldHVybiBhcnI7XG4gIH1cblxuICBnb1RvUGFnZShwYWdlOiBudW1iZXIpIHtcbiAgICBpZiAocGFnZSAhPT0gdGhpcy5jdXJyZW50KSB7XG4gICAgICB0aGlzLnBhZ2VDaGFuZ2VkLmVtaXQocGFnZSk7XG4gICAgfVxuICB9XG5cbiAgb25QcmV2UGFnZSgpIHtcbiAgICBpZiAodGhpcy5jdXJyZW50ID4gMSkge1xuICAgICAgdGhpcy5wcmV2UGFnZS5lbWl0KHRoaXMuY3VycmVudCk7XG4gICAgfVxuICB9XG5cbiAgb25OZXh0UGFnZSgpIHtcbiAgICBpZiAodGhpcy5jdXJyZW50IDwgdGhpcy5wYWdlcykge1xuICAgICAgdGhpcy5uZXh0UGFnZS5lbWl0KHRoaXMuY3VycmVudCk7XG4gICAgfVxuICB9XG59XG4iXX0=
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export { IDListPaginationComponent } from './list-pagination.component';
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2NvbXBvbmVudHMvcGFnaW5hdGlvbi9saXN0LXBhZ2luYXRpb24vcHVibGljLWFwaS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUseUJBQXlCLEVBQUUsTUFBTSw2QkFBNkIsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCB7IElETGlzdFBhZ2luYXRpb25Db21wb25lbnQgfSBmcm9tICcuL2xpc3QtcGFnaW5hdGlvbi5jb21wb25lbnQnO1xuIl19
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated bundle index. Do not edit.
|
|
3
|
-
*/
|
|
4
|
-
export * from './public-api';
|
|
5
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5lcmEtaWRzLWFuZ3VsYXItY29tcG9uZW50cy1wb3BvdmVyLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaWRzLWFuZ3VsYXIvY29tcG9uZW50cy9wb3BvdmVyL2luZXJhLWlkcy1hbmd1bGFyLWNvbXBvbmVudHMtcG9wb3Zlci50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsY0FBYyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL3B1YmxpYy1hcGknO1xuIl19
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { Component, EventEmitter, HostListener, Output } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export class IDPopoverCloseComponent {
|
|
4
|
-
clicked = new EventEmitter();
|
|
5
|
-
onClick = (e) => {
|
|
6
|
-
this.clicked.emit(e);
|
|
7
|
-
};
|
|
8
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDPopoverCloseComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
9
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDPopoverCloseComponent, isStandalone: true, selector: "id-popover-close", outputs: { clicked: "clicked" }, host: { listeners: { "click": "onClick()" } }, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true });
|
|
10
|
-
}
|
|
11
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDPopoverCloseComponent, decorators: [{
|
|
12
|
-
type: Component,
|
|
13
|
-
args: [{
|
|
14
|
-
selector: 'id-popover-close',
|
|
15
|
-
standalone: true,
|
|
16
|
-
template: `<ng-content></ng-content>`,
|
|
17
|
-
}]
|
|
18
|
-
}], propDecorators: { clicked: [{
|
|
19
|
-
type: Output
|
|
20
|
-
}], onClick: [{
|
|
21
|
-
type: HostListener,
|
|
22
|
-
args: ['click']
|
|
23
|
-
}] } });
|
|
24
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicG9wb3Zlci1jbG9zZS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9jb21wb25lbnRzL3BvcG92ZXIvcG9wb3Zlci1jbG9zZS5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxZQUFZLEVBQUUsWUFBWSxFQUFFLE1BQU0sRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFPOUUsTUFBTSxPQUFPLHVCQUF1QjtJQUN4QixPQUFPLEdBQUcsSUFBSSxZQUFZLEVBQVMsQ0FBQztJQUc5QyxPQUFPLEdBQUcsQ0FBQyxDQUFPLEVBQUUsRUFBRTtRQUNwQixJQUFJLENBQUMsT0FBTyxDQUFDLElBQUksQ0FBQyxDQUFDLENBQUMsQ0FBQztJQUN2QixDQUFDLENBQUE7d0dBTlUsdUJBQXVCOzRGQUF2Qix1QkFBdUIsNEpBRnhCLDJCQUEyQjs7NEZBRTFCLHVCQUF1QjtrQkFMbkMsU0FBUzttQkFBQztvQkFDVCxRQUFRLEVBQUUsa0JBQWtCO29CQUM1QixVQUFVLEVBQUUsSUFBSTtvQkFDaEIsUUFBUSxFQUFFLDJCQUEyQjtpQkFDdEM7OEJBRVcsT0FBTztzQkFBaEIsTUFBTTtnQkFHUCxPQUFPO3NCQUROLFlBQVk7dUJBQUMsT0FBTyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgRXZlbnRFbWl0dGVyLCBIb3N0TGlzdGVuZXIsIE91dHB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdpZC1wb3BvdmVyLWNsb3NlJyxcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgdGVtcGxhdGU6IGA8bmctY29udGVudD48L25nLWNvbnRlbnQ+YCxcbn0pXG5leHBvcnQgY2xhc3MgSURQb3BvdmVyQ2xvc2VDb21wb25lbnQge1xuICBAT3V0cHV0KCkgY2xpY2tlZCA9IG5ldyBFdmVudEVtaXR0ZXI8RXZlbnQ+KCk7XG5cbiAgQEhvc3RMaXN0ZW5lcignY2xpY2snKVxuICBvbkNsaWNrID0gKGU6RXZlbnQpID0+IHtcbiAgICB0aGlzLmNsaWNrZWQuZW1pdChlKTtcbiAgfVxufSJdfQ==
|
|
@@ -1,91 +0,0 @@
|
|
|
1
|
-
import { CommonModule } from '@angular/common';
|
|
2
|
-
import { booleanAttribute, Component, EventEmitter, Input, Output } from '@angular/core';
|
|
3
|
-
import { IDClickOutsideDirective } from '@inera/ids-angular/common';
|
|
4
|
-
import { A11yModule } from '@angular/cdk/a11y';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
import * as i1 from "@angular/cdk/a11y";
|
|
7
|
-
import * as i2 from "@angular/common";
|
|
8
|
-
export class IDPopoverContentComponent {
|
|
9
|
-
contentClosed = new EventEmitter();
|
|
10
|
-
position = 'bottom';
|
|
11
|
-
closeOnBlur = false;
|
|
12
|
-
maxHeight = '260px';
|
|
13
|
-
maxWidth = '260px';
|
|
14
|
-
srCloseText = 'Stäng';
|
|
15
|
-
get contentMaxHeight() {
|
|
16
|
-
return `calc(${this.maxHeight} - 40px)`;
|
|
17
|
-
}
|
|
18
|
-
onClickedOutside(event) {
|
|
19
|
-
if (this.closeOnBlur) {
|
|
20
|
-
this.contentClosed.emit(event);
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
get caretPositionClass() {
|
|
24
|
-
return `ids-popover-content__caret--${this.position}`;
|
|
25
|
-
}
|
|
26
|
-
get hostClasses() {
|
|
27
|
-
return `ids-popover-content ids-popover-content--${this.position}`;
|
|
28
|
-
}
|
|
29
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDPopoverContentComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
30
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.2.14", type: IDPopoverContentComponent, isStandalone: true, selector: "id-popover-content", inputs: { closeOnBlur: ["closeOnBlur", "closeOnBlur", booleanAttribute], maxHeight: "maxHeight", maxWidth: "maxWidth", srCloseText: "srCloseText" }, outputs: { contentClosed: "contentClosed" }, host: { properties: { "class": "hostClasses" } }, ngImport: i0, template: `
|
|
31
|
-
<div [cdkTrapFocus]="true" idClickOutside (idClickOutside)="onClickedOutside($event)" class="ids-popover-content__content-wrapper"
|
|
32
|
-
[style.maxWidth]="maxWidth"
|
|
33
|
-
[style.maxHeight]="contentMaxHeight">
|
|
34
|
-
<div class="ids-popover-content__caret" [ngClass]="caretPositionClass">
|
|
35
|
-
<span class="ids-popover-content__caret-body" [ngClass]="caretPositionClass"></span>
|
|
36
|
-
<span class="ids-popover-content__caret-border" [ngClass]="caretPositionClass"></span>
|
|
37
|
-
<span class="ids-popover-content__caret-shadow" [ngClass]="caretPositionClass"></span>
|
|
38
|
-
</div>
|
|
39
|
-
<div class="ids-popover-content__top-bar">
|
|
40
|
-
<div class="ids-popover-content__close-btn-wrapper">
|
|
41
|
-
<button (click)="contentClosed.emit($event)" class="ids-popover-content__close-btn" [attr.aria-label]="srCloseText"></button>
|
|
42
|
-
</div>
|
|
43
|
-
</div>
|
|
44
|
-
<div tabindex="0" class="ids-popover-content__content-wrapper-inner">
|
|
45
|
-
<ng-content select="id-popover-header"></ng-content>
|
|
46
|
-
<ng-content></ng-content>
|
|
47
|
-
</div>
|
|
48
|
-
</div>`, isInline: true, dependencies: [{ kind: "ngmodule", type: A11yModule }, { kind: "directive", type: i1.CdkTrapFocus, selector: "[cdkTrapFocus]", inputs: ["cdkTrapFocus", "cdkTrapFocusAutoCapture"], exportAs: ["cdkTrapFocus"] }, { kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: IDClickOutsideDirective, selector: "[idClickOutside]", outputs: ["idClickOutside"] }] });
|
|
49
|
-
}
|
|
50
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDPopoverContentComponent, decorators: [{
|
|
51
|
-
type: Component,
|
|
52
|
-
args: [{
|
|
53
|
-
selector: 'id-popover-content',
|
|
54
|
-
standalone: true,
|
|
55
|
-
imports: [A11yModule, CommonModule, IDClickOutsideDirective],
|
|
56
|
-
template: `
|
|
57
|
-
<div [cdkTrapFocus]="true" idClickOutside (idClickOutside)="onClickedOutside($event)" class="ids-popover-content__content-wrapper"
|
|
58
|
-
[style.maxWidth]="maxWidth"
|
|
59
|
-
[style.maxHeight]="contentMaxHeight">
|
|
60
|
-
<div class="ids-popover-content__caret" [ngClass]="caretPositionClass">
|
|
61
|
-
<span class="ids-popover-content__caret-body" [ngClass]="caretPositionClass"></span>
|
|
62
|
-
<span class="ids-popover-content__caret-border" [ngClass]="caretPositionClass"></span>
|
|
63
|
-
<span class="ids-popover-content__caret-shadow" [ngClass]="caretPositionClass"></span>
|
|
64
|
-
</div>
|
|
65
|
-
<div class="ids-popover-content__top-bar">
|
|
66
|
-
<div class="ids-popover-content__close-btn-wrapper">
|
|
67
|
-
<button (click)="contentClosed.emit($event)" class="ids-popover-content__close-btn" [attr.aria-label]="srCloseText"></button>
|
|
68
|
-
</div>
|
|
69
|
-
</div>
|
|
70
|
-
<div tabindex="0" class="ids-popover-content__content-wrapper-inner">
|
|
71
|
-
<ng-content select="id-popover-header"></ng-content>
|
|
72
|
-
<ng-content></ng-content>
|
|
73
|
-
</div>
|
|
74
|
-
</div>`,
|
|
75
|
-
host: {
|
|
76
|
-
'[class]': 'hostClasses',
|
|
77
|
-
}
|
|
78
|
-
}]
|
|
79
|
-
}], propDecorators: { contentClosed: [{
|
|
80
|
-
type: Output
|
|
81
|
-
}], closeOnBlur: [{
|
|
82
|
-
type: Input,
|
|
83
|
-
args: [{ transform: booleanAttribute }]
|
|
84
|
-
}], maxHeight: [{
|
|
85
|
-
type: Input
|
|
86
|
-
}], maxWidth: [{
|
|
87
|
-
type: Input
|
|
88
|
-
}], srCloseText: [{
|
|
89
|
-
type: Input
|
|
90
|
-
}] } });
|
|
91
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicG9wb3Zlci1jb250ZW50LmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2NvbXBvbmVudHMvcG9wb3Zlci9wb3BvdmVyLWNvbnRlbnQuY29tcG9uZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsU0FBUyxFQUFFLFlBQVksRUFBRSxLQUFLLEVBQUUsTUFBTSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pGLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxNQUFNLDJCQUEyQixDQUFDO0FBQ3BFLE9BQU8sRUFBRSxVQUFVLEVBQUUsTUFBTSxtQkFBbUIsQ0FBQzs7OztBQTZCL0MsTUFBTSxPQUFPLHlCQUF5QjtJQUdwQyxhQUFhLEdBQXdCLElBQUksWUFBWSxFQUFTLENBQUM7SUFFL0QsUUFBUSxHQUFHLFFBQVEsQ0FBQztJQUVrQixXQUFXLEdBQUcsS0FBSyxDQUFDO0lBQ2pELFNBQVMsR0FBRyxPQUFPLENBQUM7SUFDcEIsUUFBUSxHQUFHLE9BQU8sQ0FBQztJQUNuQixXQUFXLEdBQUcsT0FBTyxDQUFDO0lBRS9CLElBQUksZ0JBQWdCO1FBQ2xCLE9BQU8sUUFBUSxJQUFJLENBQUMsU0FBUyxVQUFVLENBQUE7SUFDekMsQ0FBQztJQUVELGdCQUFnQixDQUFDLEtBQVk7UUFDM0IsSUFBRyxJQUFJLENBQUMsV0FBVyxFQUFFLENBQUM7WUFDcEIsSUFBSSxDQUFDLGFBQWEsQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLENBQUE7UUFDaEMsQ0FBQztJQUNILENBQUM7SUFFRCxJQUFJLGtCQUFrQjtRQUNwQixPQUFPLCtCQUErQixJQUFJLENBQUMsUUFBUSxFQUFFLENBQUM7SUFDeEQsQ0FBQztJQUVELElBQUksV0FBVztRQUNiLE9BQU8sNENBQTRDLElBQUksQ0FBQyxRQUFRLEVBQUUsQ0FBQztJQUNyRSxDQUFDO3dHQTVCVSx5QkFBeUI7NEZBQXpCLHlCQUF5Qiw0R0FPakIsZ0JBQWdCLHNNQTlCekI7Ozs7Ozs7Ozs7Ozs7Ozs7OztTQWtCSCwyREFuQkcsVUFBVSx5TEFBRSxZQUFZLDZIQUFFLHVCQUF1Qjs7NEZBd0JoRCx5QkFBeUI7a0JBM0JyQyxTQUFTO21CQUFDO29CQUNULFFBQVEsRUFBRSxvQkFBb0I7b0JBQzlCLFVBQVUsRUFBRSxJQUFJO29CQUNoQixPQUFPLEVBQUUsQ0FBQyxVQUFVLEVBQUUsWUFBWSxFQUFFLHVCQUF1QixDQUFDO29CQUM1RCxRQUFRLEVBQUU7Ozs7Ozs7Ozs7Ozs7Ozs7OztTQWtCSDtvQkFDUCxJQUFJLEVBQUU7d0JBQ0osU0FBUyxFQUFFLGFBQWE7cUJBQ3pCO2lCQUNGOzhCQUlDLGFBQWE7c0JBRFosTUFBTTtnQkFLK0IsV0FBVztzQkFBaEQsS0FBSzt1QkFBQyxFQUFDLFNBQVMsRUFBRSxnQkFBZ0IsRUFBQztnQkFDM0IsU0FBUztzQkFBakIsS0FBSztnQkFDRyxRQUFRO3NCQUFoQixLQUFLO2dCQUNHLFdBQVc7c0JBQW5CLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgYm9vbGVhbkF0dHJpYnV0ZSwgQ29tcG9uZW50LCBFdmVudEVtaXR0ZXIsIElucHV0LCBPdXRwdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IElEQ2xpY2tPdXRzaWRlRGlyZWN0aXZlIH0gZnJvbSAnQGluZXJhL2lkcy1hbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBBMTF5TW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY2RrL2ExMXknO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdpZC1wb3BvdmVyLWNvbnRlbnQnLFxuICBzdGFuZGFsb25lOiB0cnVlLFxuICBpbXBvcnRzOiBbQTExeU1vZHVsZSwgQ29tbW9uTW9kdWxlLCBJRENsaWNrT3V0c2lkZURpcmVjdGl2ZV0sXG4gIHRlbXBsYXRlOiBgXG4gIDxkaXYgW2Nka1RyYXBGb2N1c109XCJ0cnVlXCIgaWRDbGlja091dHNpZGUgKGlkQ2xpY2tPdXRzaWRlKT1cIm9uQ2xpY2tlZE91dHNpZGUoJGV2ZW50KVwiIGNsYXNzPVwiaWRzLXBvcG92ZXItY29udGVudF9fY29udGVudC13cmFwcGVyXCJcbiAgICAgIFtzdHlsZS5tYXhXaWR0aF09XCJtYXhXaWR0aFwiXG4gICAgICBbc3R5bGUubWF4SGVpZ2h0XT1cImNvbnRlbnRNYXhIZWlnaHRcIj5cbiAgICA8ZGl2IGNsYXNzPVwiaWRzLXBvcG92ZXItY29udGVudF9fY2FyZXRcIiBbbmdDbGFzc109XCJjYXJldFBvc2l0aW9uQ2xhc3NcIj5cbiAgICAgIDxzcGFuIGNsYXNzPVwiaWRzLXBvcG92ZXItY29udGVudF9fY2FyZXQtYm9keVwiIFtuZ0NsYXNzXT1cImNhcmV0UG9zaXRpb25DbGFzc1wiPjwvc3Bhbj5cbiAgICAgIDxzcGFuIGNsYXNzPVwiaWRzLXBvcG92ZXItY29udGVudF9fY2FyZXQtYm9yZGVyXCIgW25nQ2xhc3NdPVwiY2FyZXRQb3NpdGlvbkNsYXNzXCI+PC9zcGFuPlxuICAgICAgPHNwYW4gY2xhc3M9XCJpZHMtcG9wb3Zlci1jb250ZW50X19jYXJldC1zaGFkb3dcIiBbbmdDbGFzc109XCJjYXJldFBvc2l0aW9uQ2xhc3NcIj48L3NwYW4+XG4gICAgPC9kaXY+XG4gICAgPGRpdiBjbGFzcz1cImlkcy1wb3BvdmVyLWNvbnRlbnRfX3RvcC1iYXJcIj5cbiAgICAgIDxkaXYgY2xhc3M9XCJpZHMtcG9wb3Zlci1jb250ZW50X19jbG9zZS1idG4td3JhcHBlclwiPlxuICAgICAgICA8YnV0dG9uIChjbGljayk9XCJjb250ZW50Q2xvc2VkLmVtaXQoJGV2ZW50KVwiIGNsYXNzPVwiaWRzLXBvcG92ZXItY29udGVudF9fY2xvc2UtYnRuXCIgW2F0dHIuYXJpYS1sYWJlbF09XCJzckNsb3NlVGV4dFwiPjwvYnV0dG9uPlxuICAgICAgPC9kaXY+XG4gICAgPC9kaXY+XG4gICAgPGRpdiB0YWJpbmRleD1cIjBcIiBjbGFzcz1cImlkcy1wb3BvdmVyLWNvbnRlbnRfX2NvbnRlbnQtd3JhcHBlci1pbm5lclwiPlxuICAgICAgPG5nLWNvbnRlbnQgc2VsZWN0PVwiaWQtcG9wb3Zlci1oZWFkZXJcIj48L25nLWNvbnRlbnQ+XG4gICAgICA8bmctY29udGVudD48L25nLWNvbnRlbnQ+XG4gICAgPC9kaXY+XG4gIDwvZGl2PmAsXG4gIGhvc3Q6IHtcbiAgICAnW2NsYXNzXSc6ICdob3N0Q2xhc3NlcycsXG4gIH1cbn0pXG5leHBvcnQgY2xhc3MgSURQb3BvdmVyQ29udGVudENvbXBvbmVudCB7XG5cbiAgQE91dHB1dCgpXG4gIGNvbnRlbnRDbG9zZWQ6IEV2ZW50RW1pdHRlcjxFdmVudD4gPSBuZXcgRXZlbnRFbWl0dGVyPEV2ZW50PigpO1xuXG4gIHBvc2l0aW9uID0gJ2JvdHRvbSc7XG5cbiAgQElucHV0KHt0cmFuc2Zvcm06IGJvb2xlYW5BdHRyaWJ1dGV9KSBjbG9zZU9uQmx1ciA9IGZhbHNlO1xuICBASW5wdXQoKSBtYXhIZWlnaHQgPSAnMjYwcHgnO1xuICBASW5wdXQoKSBtYXhXaWR0aCA9ICcyNjBweCc7XG4gIEBJbnB1dCgpIHNyQ2xvc2VUZXh0ID0gJ1N0w6RuZyc7XG5cbiAgZ2V0IGNvbnRlbnRNYXhIZWlnaHQoKSB7XG4gICAgcmV0dXJuIGBjYWxjKCR7dGhpcy5tYXhIZWlnaHR9IC0gNDBweClgXG4gIH1cblxuICBvbkNsaWNrZWRPdXRzaWRlKGV2ZW50OiBFdmVudCkge1xuICAgIGlmKHRoaXMuY2xvc2VPbkJsdXIpIHtcbiAgICAgIHRoaXMuY29udGVudENsb3NlZC5lbWl0KGV2ZW50KVxuICAgIH1cbiAgfVxuXG4gIGdldCBjYXJldFBvc2l0aW9uQ2xhc3MoKSB7XG4gICAgcmV0dXJuIGBpZHMtcG9wb3Zlci1jb250ZW50X19jYXJldC0tJHt0aGlzLnBvc2l0aW9ufWA7XG4gIH1cblxuICBnZXQgaG9zdENsYXNzZXMoKTogc3RyaW5nIHtcbiAgICByZXR1cm4gYGlkcy1wb3BvdmVyLWNvbnRlbnQgaWRzLXBvcG92ZXItY29udGVudC0tJHt0aGlzLnBvc2l0aW9ufWA7XG4gIH1cbn1cbiJdfQ==
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { Component } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export class IDPopoverHeaderComponent {
|
|
4
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDPopoverHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
5
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDPopoverHeaderComponent, isStandalone: true, selector: "id-popover-header", host: { classAttribute: "ids-popover-content__headline" }, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true });
|
|
6
|
-
}
|
|
7
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDPopoverHeaderComponent, decorators: [{
|
|
8
|
-
type: Component,
|
|
9
|
-
args: [{
|
|
10
|
-
selector: 'id-popover-header',
|
|
11
|
-
standalone: true,
|
|
12
|
-
template: `<ng-content></ng-content>`,
|
|
13
|
-
host: {
|
|
14
|
-
class: 'ids-popover-content__headline'
|
|
15
|
-
}
|
|
16
|
-
}]
|
|
17
|
-
}] });
|
|
18
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicG9wb3Zlci1oZWFkZXIuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaWRzLWFuZ3VsYXIvY29tcG9uZW50cy9wb3BvdmVyL3BvcG92ZXItaGVhZGVyLmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDOztBQVUxQyxNQUFNLE9BQU8sd0JBQXdCO3dHQUF4Qix3QkFBd0I7NEZBQXhCLHdCQUF3Qix3SUFMekIsMkJBQTJCOzs0RkFLMUIsd0JBQXdCO2tCQVJwQyxTQUFTO21CQUFDO29CQUNULFFBQVEsRUFBRSxtQkFBbUI7b0JBQzdCLFVBQVUsRUFBRSxJQUFJO29CQUNoQixRQUFRLEVBQUUsMkJBQTJCO29CQUNyQyxJQUFJLEVBQUU7d0JBQ0osS0FBSyxFQUFFLCtCQUErQjtxQkFDdkM7aUJBQ0YiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnaWQtcG9wb3Zlci1oZWFkZXInLFxuICBzdGFuZGFsb25lOiB0cnVlLFxuICB0ZW1wbGF0ZTogYDxuZy1jb250ZW50PjwvbmctY29udGVudD5gLFxuICBob3N0OiB7XG4gICAgY2xhc3M6ICdpZHMtcG9wb3Zlci1jb250ZW50X19oZWFkbGluZSdcbiAgfVxufSlcbmV4cG9ydCBjbGFzcyBJRFBvcG92ZXJIZWFkZXJDb21wb25lbnQge30iXX0=
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { Component } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export class IDPopoverTriggerComponent {
|
|
4
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDPopoverTriggerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
5
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDPopoverTriggerComponent, isStandalone: true, selector: "id-popover-trigger", ngImport: i0, template: `<ng-content></ng-content>`, isInline: true });
|
|
6
|
-
}
|
|
7
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDPopoverTriggerComponent, decorators: [{
|
|
8
|
-
type: Component,
|
|
9
|
-
args: [{
|
|
10
|
-
selector: 'id-popover-trigger',
|
|
11
|
-
standalone: true,
|
|
12
|
-
template: `<ng-content></ng-content>`,
|
|
13
|
-
}]
|
|
14
|
-
}] });
|
|
15
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicG9wb3Zlci10cmlnZ2VyLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2NvbXBvbmVudHMvcG9wb3Zlci9wb3BvdmVyLXRyaWdnZXIuY29tcG9uZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7O0FBTzFDLE1BQU0sT0FBTyx5QkFBeUI7d0dBQXpCLHlCQUF5Qjs0RkFBekIseUJBQXlCLDhFQUYxQiwyQkFBMkI7OzRGQUUxQix5QkFBeUI7a0JBTHJDLFNBQVM7bUJBQUM7b0JBQ1QsUUFBUSxFQUFFLG9CQUFvQjtvQkFDOUIsVUFBVSxFQUFFLElBQUk7b0JBQ2hCLFFBQVEsRUFBRSwyQkFBMkI7aUJBQ3RDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2lkLXBvcG92ZXItdHJpZ2dlcicsXG4gIHN0YW5kYWxvbmU6IHRydWUsXG4gIHRlbXBsYXRlOiBgPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PmAsXG59KVxuZXhwb3J0IGNsYXNzIElEUG9wb3ZlclRyaWdnZXJDb21wb25lbnQge30iXX0=
|