@inera/ids-angular 7.1.0 → 8.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/common/public-api.d.ts +1 -2
- package/components/alert/alert.component.d.ts +2 -3
- package/components/card/card.component.d.ts +1 -1
- package/components/carousel/carousel.component.d.ts +1 -3
- package/components/date-label/date-label.component.d.ts +10 -4
- package/components/dialog/dialog.component.d.ts +2 -2
- package/components/dropdown/dropdown.component.d.ts +2 -3
- package/components/footer-1177/footer-1177.component.d.ts +2 -5
- package/components/footer-1177-admin/footer-1177-admin.component.d.ts +4 -6
- package/components/footer-1177-pro/footer-1177-pro.component.d.ts +3 -1
- package/components/footer-inera/footer-inera.component.d.ts +2 -7
- package/components/footer-inera-admin/footer-inera-admin.component.d.ts +2 -7
- package/components/form/checkbox-group/checkbox-group.component.d.ts +3 -4
- package/components/form/radio/radio.component.d.ts +3 -2
- package/components/global-alert/global-alert.component.d.ts +15 -0
- package/components/global-alert/global-alert.module.d.ts +9 -0
- package/components/{alert-global → global-alert}/index.d.ts +1 -1
- package/components/global-alert/public-api.d.ts +2 -0
- package/components/grid/container/container.component.d.ts +1 -2
- package/components/header-1177/avatar/header-1177-avatar.component.d.ts +3 -1
- package/components/header-1177/header-1177.component.d.ts +4 -10
- package/components/header-1177/item/header-1177-item.component.d.ts +3 -2
- package/components/header-1177/menu-mobile/header-1177-menu-mobile.component.d.ts +2 -3
- package/components/header-1177/nav/header-1177-nav.component.d.ts +5 -2
- package/components/header-1177/public-api.d.ts +2 -0
- package/components/header-1177/region-picker/header-1177-region-picker.component.d.ts +11 -0
- package/components/header-1177/region-picker-mobile/header-1177-region-picker-mobile.component.d.ts +10 -0
- package/components/header-1177-admin/avatar/header-1177-admin-avatar.component.d.ts +3 -2
- package/components/header-1177-admin/avatar-mobile/header-1177-admin-avatar-mobile.component.d.ts +2 -1
- package/components/header-1177-admin/header-1177-admin.component.d.ts +3 -5
- package/components/header-1177-admin/menu-mobile/header-1177-admin-menu-mobile.component.d.ts +6 -0
- package/components/header-1177-admin/nav/header-1177-admin-nav.component.d.ts +4 -1
- package/components/header-1177-admin/public-api.d.ts +7 -6
- package/components/header-1177-pro/avatar/header-1177-pro-avatar.component.d.ts +3 -2
- package/components/header-1177-pro/avatar-mobile/header-1177-pro-avatar-mobile.component.d.ts +4 -1
- package/components/header-1177-pro/header-1177-pro.component.d.ts +13 -13
- package/components/header-1177-pro/menu-mobile/header-1177-pro-menu-mobile.component.d.ts +7 -0
- package/components/header-1177-pro/nav/header-1177-pro-nav.component.d.ts +7 -9
- package/components/header-1177-pro/public-api.d.ts +3 -2
- package/components/header-1177-pro/region-picker/header-1177-pro-region-picker.component.d.ts +11 -0
- package/components/header-1177-pro/region-picker-mobile/header-1177-pro-region-picker-mobile.component.d.ts +10 -0
- package/components/header-inera/header-inera.component.d.ts +5 -6
- package/components/header-inera/item/header-inera-item.component.d.ts +2 -3
- package/components/header-inera/menu-mobile/header-inera-menu-mobile.component.d.ts +10 -0
- package/components/header-inera/nav/header-inera-nav-item.component.d.ts +1 -2
- package/components/header-inera/public-api.d.ts +1 -1
- package/components/header-inera-admin/avatar/header-inera-admin-avatar.component.d.ts +2 -1
- package/components/header-inera-admin/{nav-mobile/avatar → avatar-mobile}/header-inera-admin-avatar-mobile.component.d.ts +2 -1
- package/components/header-inera-admin/header-inera-admin.component.d.ts +5 -5
- package/components/header-inera-admin/menu-mobile/header-inera-admin-menu-mobile.component.d.ts +7 -0
- package/components/header-inera-admin/nav/header-inera-admin-nav.component.d.ts +4 -2
- package/components/header-inera-admin/{nav → nav-item}/header-inera-admin-nav-item.component.d.ts +1 -2
- package/components/header-inera-admin/public-api.d.ts +3 -3
- package/components/link/link.component.d.ts +3 -4
- package/components/navigation/content/navigation-content.component.d.ts +2 -1
- package/components/puff-list/puff-item/puff-info/puff-list-item-info.component.d.ts +2 -1
- package/components/puff-list/puff-item/puff-list-item.component.d.ts +8 -1
- package/components/side-panel/side-panel.component.d.ts +2 -1
- package/components/stepper/step/step.component.d.ts +2 -1
- package/components/tabs/panel/tab-panel.component.d.ts +3 -3
- package/components/tabs/tabs.component.d.ts +6 -5
- package/esm2022/common/classes/form/IDFormBase.mjs +3 -3
- package/esm2022/common/public-api.mjs +2 -3
- package/esm2022/components/accordion/accordion.component.mjs +3 -3
- package/esm2022/components/accordion/accordion.module.mjs +4 -4
- package/esm2022/components/alert/alert.component.mjs +9 -12
- package/esm2022/components/alert/alert.module.mjs +4 -4
- package/esm2022/components/badge/badge.component.mjs +3 -3
- package/esm2022/components/badge/badge.module.mjs +4 -4
- package/esm2022/components/box-link/box-link.component.mjs +3 -3
- package/esm2022/components/box-link/box-link.module.mjs +4 -4
- package/esm2022/components/breadcrumbs/breadcrumbs.component.mjs +3 -3
- package/esm2022/components/breadcrumbs/breadcrumbs.module.mjs +4 -4
- package/esm2022/components/breadcrumbs/crumb.component.mjs +3 -3
- package/esm2022/components/button/button.component.mjs +3 -3
- package/esm2022/components/button/button.module.mjs +4 -4
- package/esm2022/components/button-group/button-group.component.mjs +3 -3
- package/esm2022/components/button-group/button-group.module.mjs +4 -4
- package/esm2022/components/card/card.component.mjs +5 -5
- package/esm2022/components/card/card.module.mjs +4 -4
- package/esm2022/components/carousel/carousel-item/carousel-item.component.mjs +9 -9
- package/esm2022/components/carousel/carousel.component.mjs +9 -15
- package/esm2022/components/carousel/carousel.module.mjs +4 -4
- package/esm2022/components/date-label/date-label.component.mjs +24 -6
- package/esm2022/components/date-label/date-label.module.mjs +4 -4
- package/esm2022/components/dialog/dialog.component.mjs +8 -8
- package/esm2022/components/dialog/dialog.module.mjs +4 -4
- package/esm2022/components/dropdown/dropdown-content.component.mjs +4 -4
- package/esm2022/components/dropdown/dropdown.component.mjs +8 -11
- package/esm2022/components/footer-1177/footer-1177.component.mjs +11 -20
- package/esm2022/components/footer-1177-admin/footer-1177-admin.component.mjs +12 -18
- package/esm2022/components/footer-1177-pro/footer-1177-pro.component.mjs +12 -6
- package/esm2022/components/footer-inera/footer-inera.component.mjs +8 -23
- package/esm2022/components/footer-inera-admin/footer-inera-admin.component.mjs +8 -23
- package/esm2022/components/form/check-button/check-button.component.mjs +3 -3
- package/esm2022/components/form/check-button/check-button.module.mjs +4 -4
- package/esm2022/components/form/checkbox/checkbox.component.mjs +3 -3
- package/esm2022/components/form/checkbox/checkbox.module.mjs +4 -4
- package/esm2022/components/form/checkbox-group/checkbox-group.component.mjs +9 -13
- package/esm2022/components/form/checkbox-group/checkbox-group.module.mjs +4 -4
- package/esm2022/components/form/error-message/error-message.component.mjs +3 -3
- package/esm2022/components/form/error-message/error-message.module.mjs +4 -4
- package/esm2022/components/form/input/input.component.mjs +3 -3
- package/esm2022/components/form/input/input.module.mjs +4 -4
- package/esm2022/components/form/radio/radio-group.component.mjs +3 -3
- package/esm2022/components/form/radio/radio.component.mjs +11 -8
- package/esm2022/components/form/radio/radio.module.mjs +4 -4
- package/esm2022/components/form/radio-button/radio-button-group.component.mjs +3 -3
- package/esm2022/components/form/radio-button/radio-button.component.mjs +3 -3
- package/esm2022/components/form/radio-button/radio-button.module.mjs +4 -4
- package/esm2022/components/form/range/range.component.mjs +3 -3
- package/esm2022/components/form/range/range.module.mjs +4 -4
- package/esm2022/components/form/select/select.component.mjs +3 -3
- package/esm2022/components/form/select/select.module.mjs +4 -4
- package/esm2022/components/form/select-multiple/select-multiple.component.mjs +3 -3
- package/esm2022/components/form/select-multiple/select-multiple.module.mjs +4 -4
- package/esm2022/components/form/spinner/spinner.component.mjs +3 -3
- package/esm2022/components/form/spinner/spinner.module.mjs +4 -4
- package/esm2022/components/form/textarea/textarea.component.mjs +3 -3
- package/esm2022/components/form/textarea/textarea.module.mjs +4 -4
- package/esm2022/components/form/time/time.component.mjs +3 -3
- package/esm2022/components/form/time/time.module.mjs +4 -4
- package/esm2022/components/form/toggle/toggle.component.mjs +3 -3
- package/esm2022/components/form/toggle/toggle.module.mjs +4 -4
- package/esm2022/components/global-alert/global-alert.component.mjs +36 -0
- package/esm2022/components/global-alert/global-alert.module.mjs +20 -0
- package/esm2022/{icons/test-tube-analyze/inera-ids-angular-icons-test-tube-analyze.mjs → components/global-alert/inera-ids-angular-components-global-alert.mjs} +1 -1
- package/esm2022/components/global-alert/public-api.mjs +3 -0
- package/esm2022/components/grid/column/column.component.mjs +3 -3
- package/esm2022/components/grid/column/column.module.mjs +4 -4
- package/esm2022/components/grid/container/container.component.mjs +7 -10
- package/esm2022/components/grid/container/container.module.mjs +4 -4
- package/esm2022/components/grid/row/row.component.mjs +3 -3
- package/esm2022/components/grid/row/row.module.mjs +4 -4
- package/esm2022/components/header-1177/avatar/header-1177-avatar.component.mjs +10 -4
- package/esm2022/components/header-1177/header-1177.component.mjs +10 -28
- package/esm2022/components/header-1177/item/header-1177-item.component.mjs +9 -6
- package/esm2022/components/header-1177/menu-mobile/header-1177-menu-mobile.component.mjs +9 -10
- package/esm2022/components/header-1177/nav/header-1177-nav.component.mjs +15 -11
- package/esm2022/components/header-1177/nav-item/header-1177-nav-item.component.mjs +3 -3
- package/esm2022/components/header-1177/nav-item-mobile/header-1177-nav-item-mobile.component.mjs +3 -3
- package/esm2022/components/header-1177/public-api.mjs +3 -1
- package/esm2022/components/header-1177/region-picker/header-1177-region-picker.component.mjs +27 -0
- package/esm2022/components/header-1177/region-picker-mobile/header-1177-region-picker-mobile.component.mjs +24 -0
- package/esm2022/components/header-1177-admin/avatar/header-1177-admin-avatar.component.mjs +11 -8
- package/esm2022/components/header-1177-admin/avatar-mobile/header-1177-admin-avatar-mobile.component.mjs +8 -5
- package/esm2022/components/header-1177-admin/header-1177-admin.component.mjs +9 -15
- package/esm2022/components/header-1177-admin/item/header-1177-admin-item.component.mjs +3 -3
- package/esm2022/components/header-1177-admin/menu-mobile/header-1177-admin-menu-mobile.component.mjs +14 -0
- package/esm2022/components/header-1177-admin/nav/header-1177-admin-nav.component.mjs +13 -6
- package/esm2022/components/header-1177-admin/nav-item/header-1177-admin-nav-item.component.mjs +3 -3
- package/esm2022/components/header-1177-admin/public-api.mjs +8 -7
- package/esm2022/components/header-1177-pro/avatar/header-1177-pro-avatar.component.mjs +11 -8
- package/esm2022/components/header-1177-pro/avatar-mobile/header-1177-pro-avatar-mobile.component.mjs +15 -8
- package/esm2022/components/header-1177-pro/header-1177-pro.component.mjs +27 -29
- package/esm2022/components/header-1177-pro/item/header-1177-pro-item.component.mjs +3 -3
- package/esm2022/components/header-1177-pro/menu-mobile/header-1177-pro-menu-mobile.component.mjs +15 -0
- package/esm2022/components/header-1177-pro/nav/header-1177-pro-nav.component.mjs +18 -29
- package/esm2022/components/header-1177-pro/nav-item/header-1177-pro-nav-item.component.mjs +3 -3
- package/esm2022/components/header-1177-pro/public-api.mjs +4 -3
- package/esm2022/components/header-1177-pro/region-picker/header-1177-pro-region-picker.component.mjs +27 -0
- package/esm2022/components/header-1177-pro/region-picker-mobile/header-1177-pro-region-picker-mobile.component.mjs +24 -0
- package/esm2022/components/header-inera/header-inera.component.mjs +12 -15
- package/esm2022/components/header-inera/item/header-inera-item.component.mjs +6 -9
- package/esm2022/components/header-inera/menu-mobile/header-inera-menu-mobile.component.mjs +23 -0
- package/esm2022/components/header-inera/nav/header-inera-nav-item.component.mjs +4 -7
- package/esm2022/components/header-inera/nav/header-inera-nav.component.mjs +5 -5
- package/esm2022/components/header-inera/public-api.mjs +2 -2
- package/esm2022/components/header-inera-admin/avatar/header-inera-admin-avatar.component.mjs +7 -4
- package/esm2022/components/header-inera-admin/avatar-mobile/header-inera-admin-avatar-mobile.component.mjs +24 -0
- package/esm2022/components/header-inera-admin/header-inera-admin.component.mjs +14 -14
- package/esm2022/components/header-inera-admin/item/header-inera-admin-item.component.mjs +3 -3
- package/esm2022/components/header-inera-admin/menu-mobile/header-inera-admin-menu-mobile.component.mjs +15 -0
- package/esm2022/components/header-inera-admin/nav/header-inera-admin-nav.component.mjs +12 -7
- package/esm2022/components/header-inera-admin/nav-item/header-inera-admin-nav-item.component.mjs +27 -0
- package/esm2022/components/header-inera-admin/public-api.mjs +4 -4
- package/esm2022/components/header-patient/header-patient.component.mjs +3 -3
- package/esm2022/components/header-patient/header-patient.module.mjs +4 -4
- package/esm2022/components/link/link.component.mjs +10 -13
- package/esm2022/components/link/link.module.mjs +4 -4
- package/esm2022/components/mobile/menu/item/mobile-menu-item.component.mjs +3 -3
- package/esm2022/components/mobile/menu/item/mobile-menu-item.module.mjs +4 -4
- package/esm2022/components/mobile/menu/mobile-menu.component.mjs +3 -3
- package/esm2022/components/mobile/menu/mobile-menu.module.mjs +4 -4
- package/esm2022/components/navigation/content/navigation-content.component.mjs +10 -7
- package/esm2022/components/navigation/content/navigation-content.module.mjs +4 -4
- package/esm2022/components/navigation/local/navigation-local.component.mjs +3 -3
- package/esm2022/components/navigation/local/navigation-local.module.mjs +4 -4
- package/esm2022/components/notification/badge/notification-badge.component.mjs +5 -5
- package/esm2022/components/notification/badge/notification-badge.module.mjs +4 -4
- package/esm2022/components/pagination/data-pagination/data-pagination.component.mjs +3 -3
- package/esm2022/components/pagination/data-pagination/data-pagination.module.mjs +4 -4
- package/esm2022/components/pagination/list-pagination/list-pagination.component.mjs +3 -3
- package/esm2022/components/pagination/list-pagination/list-pagination.module.mjs +4 -4
- package/esm2022/components/popover/popover.component.mjs +3 -3
- package/esm2022/components/popover/popover.module.mjs +4 -4
- package/esm2022/components/progressbar/progressbar.component.mjs +3 -3
- package/esm2022/components/progressbar/progressbar.module.mjs +4 -4
- package/esm2022/components/puff-list/puff-item/puff-header/puff-list-item-header.component.mjs +3 -3
- package/esm2022/components/puff-list/puff-item/puff-info/puff-list-item-info.component.mjs +10 -7
- package/esm2022/components/puff-list/puff-item/puff-list-item.component.mjs +28 -7
- package/esm2022/components/puff-list/puff-list.component.mjs +3 -3
- package/esm2022/components/puff-list/puff-list.module.mjs +4 -4
- package/esm2022/components/region-icon/region-icon.component.mjs +3 -3
- package/esm2022/components/region-icon/region-icon.module.mjs +4 -4
- package/esm2022/components/side-menu/side-menu.component.mjs +3 -3
- package/esm2022/components/side-menu/side-menu.module.mjs +4 -4
- package/esm2022/components/side-panel/side-panel.component.mjs +8 -5
- package/esm2022/components/side-panel/side-panel.module.mjs +4 -4
- package/esm2022/components/stepper/step/step.component.mjs +8 -5
- package/esm2022/components/stepper/stepper.component.mjs +3 -3
- package/esm2022/components/stepper/stepper.module.mjs +4 -4
- package/esm2022/components/tabs/panel/tab-panel.component.mjs +8 -8
- package/esm2022/components/tabs/tab/tab.component.mjs +3 -3
- package/esm2022/components/tabs/tabs.component.mjs +13 -10
- package/esm2022/components/tabs/tabs.module.mjs +4 -4
- package/esm2022/components/tag/tag.component.mjs +3 -3
- package/esm2022/components/tag/tag.module.mjs +4 -4
- package/esm2022/components/tooltip/tooltip.component.mjs +3 -3
- package/esm2022/components/tooltip/tooltip.module.mjs +4 -4
- package/fesm2022/inera-ids-angular-common.mjs +5 -101
- package/fesm2022/inera-ids-angular-common.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-accordion.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-alert.mjs +12 -15
- package/fesm2022/inera-ids-angular-components-alert.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-badge.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-badge.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-box-link.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-box-link.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-breadcrumbs.mjs +10 -10
- package/fesm2022/inera-ids-angular-components-breadcrumbs.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-button-group.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-button.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-button.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-card.mjs +8 -8
- package/fesm2022/inera-ids-angular-components-card.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-carousel.mjs +18 -24
- package/fesm2022/inera-ids-angular-components-carousel.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-date-label.mjs +26 -8
- package/fesm2022/inera-ids-angular-components-date-label.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-dialog.mjs +11 -11
- package/fesm2022/inera-ids-angular-components-dialog.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-dropdown.mjs +10 -13
- package/fesm2022/inera-ids-angular-components-dropdown.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-footer-1177-admin.mjs +8 -14
- package/fesm2022/inera-ids-angular-components-footer-1177-admin.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-footer-1177-pro.mjs +11 -5
- package/fesm2022/inera-ids-angular-components-footer-1177-pro.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-footer-1177.mjs +7 -16
- package/fesm2022/inera-ids-angular-components-footer-1177.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-footer-inera-admin.mjs +7 -22
- package/fesm2022/inera-ids-angular-components-footer-inera-admin.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-footer-inera.mjs +7 -22
- package/fesm2022/inera-ids-angular-components-footer-inera.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-check-button.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-form-check-button.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-checkbox-group.mjs +10 -14
- package/fesm2022/inera-ids-angular-components-form-checkbox-group.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-checkbox.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-form-checkbox.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-error-message.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-form-error-message.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-input.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-form-input.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-radio-button.mjs +10 -10
- package/fesm2022/inera-ids-angular-components-form-radio.mjs +15 -12
- package/fesm2022/inera-ids-angular-components-form-radio.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-range.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-form-select-multiple.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-form-select.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-form-spinner.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-form-textarea.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-form-textarea.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-time.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-form-toggle.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-global-alert.mjs +60 -0
- package/fesm2022/inera-ids-angular-components-global-alert.mjs.map +1 -0
- package/fesm2022/inera-ids-angular-components-grid-column.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-grid-column.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-grid-container.mjs +9 -12
- package/fesm2022/inera-ids-angular-components-grid-container.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-grid-row.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-grid-row.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-grid.mjs +23 -26
- package/fesm2022/inera-ids-angular-components-grid.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-header-1177-admin.mjs +64 -46
- package/fesm2022/inera-ids-angular-components-header-1177-admin.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-header-1177-pro.mjs +110 -85
- package/fesm2022/inera-ids-angular-components-header-1177-pro.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-header-1177.mjs +96 -54
- package/fesm2022/inera-ids-angular-components-header-1177.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-header-inera-admin.mjs +61 -78
- package/fesm2022/inera-ids-angular-components-header-inera-admin.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-header-inera.mjs +27 -36
- package/fesm2022/inera-ids-angular-components-header-inera.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-header-patient.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-header-patient.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-link.mjs +13 -16
- package/fesm2022/inera-ids-angular-components-link.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-mobile-menu-item.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-mobile-menu.mjs +10 -10
- package/fesm2022/inera-ids-angular-components-navigation-content.mjs +12 -9
- package/fesm2022/inera-ids-angular-components-navigation-content.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-navigation-local.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-navigation-local.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-notification-badge.mjs +8 -8
- package/fesm2022/inera-ids-angular-components-notification-badge.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-pagination-data-pagination.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-pagination-data-pagination.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-pagination-list-pagination.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-pagination-list-pagination.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-popover.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-popover.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-progressbar.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-progressbar.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-puff-list.mjs +44 -20
- package/fesm2022/inera-ids-angular-components-puff-list.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-region-icon.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-region-icon.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-side-menu.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-side-menu.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-side-panel.mjs +11 -8
- package/fesm2022/inera-ids-angular-components-side-panel.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-stepper.mjs +14 -11
- package/fesm2022/inera-ids-angular-components-stepper.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-tabs.mjs +22 -19
- package/fesm2022/inera-ids-angular-components-tabs.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-tag.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-tag.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-tooltip.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-tooltip.mjs.map +1 -1
- package/package.json +53 -839
- package/common/classes/icon/IDIconBase.d.ts +0 -24
- package/components/agent/agent.component.d.ts +0 -12
- package/components/agent/agent.module.d.ts +0 -9
- package/components/agent/index.d.ts +0 -5
- package/components/agent/public-api.d.ts +0 -2
- package/components/alert-global/alert-global.component.d.ts +0 -14
- package/components/alert-global/alert-global.module.d.ts +0 -10
- package/components/alert-global/public-api.d.ts +0 -2
- package/components/header-1177-pro/nav-item-mobile/header-1177-pro-nav-item-mobile.component.d.ts +0 -7
- package/components/header-1177-pro/nav-menu-mobile/header-1177-pro-nav-menu-mobile.component.d.ts +0 -9
- package/components/header-inera/nav-mobile/header-inera-nav-mobile.component.d.ts +0 -10
- package/components/header-inera-admin/nav-mobile/header-inera-admin-nav-mobile.component.d.ts +0 -16
- package/esm2022/common/classes/icon/IDIconBase.mjs +0 -98
- package/esm2022/components/agent/agent.component.mjs +0 -28
- package/esm2022/components/agent/agent.module.mjs +0 -24
- package/esm2022/components/agent/inera-ids-angular-components-agent.mjs +0 -5
- package/esm2022/components/agent/public-api.mjs +0 -3
- package/esm2022/components/alert-global/alert-global.component.mjs +0 -33
- package/esm2022/components/alert-global/alert-global.module.mjs +0 -25
- package/esm2022/components/alert-global/inera-ids-angular-components-alert-global.mjs +0 -5
- package/esm2022/components/alert-global/public-api.mjs +0 -3
- package/esm2022/components/header-1177-pro/nav-item-mobile/header-1177-pro-nav-item-mobile.component.mjs +0 -15
- package/esm2022/components/header-1177-pro/nav-menu-mobile/header-1177-pro-nav-menu-mobile.component.mjs +0 -21
- package/esm2022/components/header-inera/nav-mobile/header-inera-nav-mobile.component.mjs +0 -23
- package/esm2022/components/header-inera-admin/nav/header-inera-admin-nav-item.component.mjs +0 -30
- package/esm2022/components/header-inera-admin/nav-mobile/avatar/header-inera-admin-avatar-mobile.component.mjs +0 -21
- package/esm2022/components/header-inera-admin/nav-mobile/header-inera-admin-nav-mobile.component.mjs +0 -42
- package/esm2022/icons/1177/icon-1177.component.mjs +0 -12
- package/esm2022/icons/1177/icon-1177.module.mjs +0 -22
- package/esm2022/icons/1177/inera-ids-angular-icons-1177.mjs +0 -5
- package/esm2022/icons/1177/public-api.mjs +0 -3
- package/esm2022/icons/activity/icon-activity.component.mjs +0 -12
- package/esm2022/icons/activity/icon-activity.module.mjs +0 -22
- package/esm2022/icons/activity/inera-ids-angular-icons-activity.mjs +0 -5
- package/esm2022/icons/activity/public-api.mjs +0 -3
- package/esm2022/icons/agent/icon-agent.component.mjs +0 -12
- package/esm2022/icons/agent/icon-agent.module.mjs +0 -22
- package/esm2022/icons/agent/inera-ids-angular-icons-agent.mjs +0 -5
- package/esm2022/icons/agent/public-api.mjs +0 -3
- package/esm2022/icons/alarm-clock-inactivity/icon-alarm-clock-inactivity.component.mjs +0 -12
- package/esm2022/icons/alarm-clock-inactivity/icon-alarm-clock-inactivity.module.mjs +0 -22
- package/esm2022/icons/alarm-clock-inactivity/inera-ids-angular-icons-alarm-clock-inactivity.mjs +0 -5
- package/esm2022/icons/alarm-clock-inactivity/public-api.mjs +0 -3
- package/esm2022/icons/alarm-clock-neutral/icon-alarm-clock-neutral.component.mjs +0 -12
- package/esm2022/icons/alarm-clock-neutral/icon-alarm-clock-neutral.module.mjs +0 -22
- package/esm2022/icons/alarm-clock-neutral/inera-ids-angular-icons-alarm-clock-neutral.mjs +0 -5
- package/esm2022/icons/alarm-clock-neutral/public-api.mjs +0 -3
- package/esm2022/icons/archive/icon-archive.component.mjs +0 -12
- package/esm2022/icons/archive/icon-archive.module.mjs +0 -22
- package/esm2022/icons/archive/inera-ids-angular-icons-archive.mjs +0 -5
- package/esm2022/icons/archive/public-api.mjs +0 -3
- package/esm2022/icons/arrow/icon-arrow.component.mjs +0 -12
- package/esm2022/icons/arrow/icon-arrow.module.mjs +0 -22
- package/esm2022/icons/arrow/inera-ids-angular-icons-arrow.mjs +0 -5
- package/esm2022/icons/arrow/public-api.mjs +0 -3
- package/esm2022/icons/attention/icon-attention.component.mjs +0 -12
- package/esm2022/icons/attention/icon-attention.module.mjs +0 -22
- package/esm2022/icons/attention/inera-ids-angular-icons-attention.mjs +0 -5
- package/esm2022/icons/attention/public-api.mjs +0 -3
- package/esm2022/icons/blekinge/icon-blekinge.component.mjs +0 -12
- package/esm2022/icons/blekinge/icon-blekinge.module.mjs +0 -22
- package/esm2022/icons/blekinge/inera-ids-angular-icons-blekinge.mjs +0 -5
- package/esm2022/icons/blekinge/public-api.mjs +0 -3
- package/esm2022/icons/bookmark/icon-bookmark.component.mjs +0 -12
- package/esm2022/icons/bookmark/icon-bookmark.module.mjs +0 -22
- package/esm2022/icons/bookmark/inera-ids-angular-icons-bookmark.mjs +0 -5
- package/esm2022/icons/bookmark/public-api.mjs +0 -3
- package/esm2022/icons/calendar/icon-calendar.component.mjs +0 -12
- package/esm2022/icons/calendar/icon-calendar.module.mjs +0 -22
- package/esm2022/icons/calendar/inera-ids-angular-icons-calendar.mjs +0 -5
- package/esm2022/icons/calendar/public-api.mjs +0 -3
- package/esm2022/icons/call/icon-call.component.mjs +0 -12
- package/esm2022/icons/call/icon-call.module.mjs +0 -22
- package/esm2022/icons/call/inera-ids-angular-icons-call.mjs +0 -5
- package/esm2022/icons/call/public-api.mjs +0 -3
- package/esm2022/icons/call-active/icon-call-active.component.mjs +0 -12
- package/esm2022/icons/call-active/icon-call-active.module.mjs +0 -22
- package/esm2022/icons/call-active/inera-ids-angular-icons-call-active.mjs +0 -5
- package/esm2022/icons/call-active/public-api.mjs +0 -3
- package/esm2022/icons/camera-off/icon-camera-off.component.mjs +0 -12
- package/esm2022/icons/camera-off/icon-camera-off.module.mjs +0 -22
- package/esm2022/icons/camera-off/inera-ids-angular-icons-camera-off.mjs +0 -5
- package/esm2022/icons/camera-off/public-api.mjs +0 -3
- package/esm2022/icons/camera-on/icon-camera-on.component.mjs +0 -12
- package/esm2022/icons/camera-on/icon-camera-on.module.mjs +0 -22
- package/esm2022/icons/camera-on/inera-ids-angular-icons-camera-on.mjs +0 -5
- package/esm2022/icons/camera-on/public-api.mjs +0 -3
- package/esm2022/icons/camera-switch/icon-camera-switch.component.mjs +0 -12
- package/esm2022/icons/camera-switch/icon-camera-switch.module.mjs +0 -22
- package/esm2022/icons/camera-switch/inera-ids-angular-icons-camera-switch.mjs +0 -5
- package/esm2022/icons/camera-switch/public-api.mjs +0 -3
- package/esm2022/icons/chart-bar/icon-chart-bar.component.mjs +0 -12
- package/esm2022/icons/chart-bar/icon-chart-bar.module.mjs +0 -22
- package/esm2022/icons/chart-bar/inera-ids-angular-icons-chart-bar.mjs +0 -5
- package/esm2022/icons/chart-bar/public-api.mjs +0 -3
- package/esm2022/icons/chart-line/icon-chart-line.component.mjs +0 -12
- package/esm2022/icons/chart-line/icon-chart-line.module.mjs +0 -22
- package/esm2022/icons/chart-line/inera-ids-angular-icons-chart-line.mjs +0 -5
- package/esm2022/icons/chart-line/public-api.mjs +0 -3
- package/esm2022/icons/chat/icon-chat.component.mjs +0 -12
- package/esm2022/icons/chat/icon-chat.module.mjs +0 -22
- package/esm2022/icons/chat/inera-ids-angular-icons-chat.mjs +0 -5
- package/esm2022/icons/chat/public-api.mjs +0 -3
- package/esm2022/icons/check/icon-check.component.mjs +0 -12
- package/esm2022/icons/check/icon-check.module.mjs +0 -22
- package/esm2022/icons/check/inera-ids-angular-icons-check.mjs +0 -5
- package/esm2022/icons/check/public-api.mjs +0 -3
- package/esm2022/icons/chevron/icon-chevron.component.mjs +0 -12
- package/esm2022/icons/chevron/icon-chevron.module.mjs +0 -22
- package/esm2022/icons/chevron/inera-ids-angular-icons-chevron.mjs +0 -5
- package/esm2022/icons/chevron/public-api.mjs +0 -3
- package/esm2022/icons/chevron-bold/icon-chevron-bold.component.mjs +0 -12
- package/esm2022/icons/chevron-bold/icon-chevron-bold.module.mjs +0 -22
- package/esm2022/icons/chevron-bold/inera-ids-angular-icons-chevron-bold.mjs +0 -5
- package/esm2022/icons/chevron-bold/public-api.mjs +0 -3
- package/esm2022/icons/clipboard/icon-clipboard.component.mjs +0 -12
- package/esm2022/icons/clipboard/icon-clipboard.module.mjs +0 -22
- package/esm2022/icons/clipboard/inera-ids-angular-icons-clipboard.mjs +0 -5
- package/esm2022/icons/clipboard/public-api.mjs +0 -3
- package/esm2022/icons/clipboard-cross/icon-clipboard-cross.component.mjs +0 -12
- package/esm2022/icons/clipboard-cross/icon-clipboard-cross.module.mjs +0 -22
- package/esm2022/icons/clipboard-cross/inera-ids-angular-icons-clipboard-cross.mjs +0 -5
- package/esm2022/icons/clipboard-cross/public-api.mjs +0 -3
- package/esm2022/icons/clipboard-text/icon-clipboard-text.component.mjs +0 -12
- package/esm2022/icons/clipboard-text/icon-clipboard-text.module.mjs +0 -22
- package/esm2022/icons/clipboard-text/inera-ids-angular-icons-clipboard-text.mjs +0 -5
- package/esm2022/icons/clipboard-text/public-api.mjs +0 -3
- package/esm2022/icons/clock/icon-clock.component.mjs +0 -12
- package/esm2022/icons/clock/icon-clock.module.mjs +0 -22
- package/esm2022/icons/clock/inera-ids-angular-icons-clock.mjs +0 -5
- package/esm2022/icons/clock/public-api.mjs +0 -3
- package/esm2022/icons/close/icon-close.component.mjs +0 -12
- package/esm2022/icons/close/icon-close.module.mjs +0 -22
- package/esm2022/icons/close/inera-ids-angular-icons-close.mjs +0 -5
- package/esm2022/icons/close/public-api.mjs +0 -3
- package/esm2022/icons/close-bold/icon-close-bold.component.mjs +0 -12
- package/esm2022/icons/close-bold/icon-close-bold.module.mjs +0 -22
- package/esm2022/icons/close-bold/inera-ids-angular-icons-close-bold.mjs +0 -5
- package/esm2022/icons/close-bold/public-api.mjs +0 -3
- package/esm2022/icons/cog/icon-cog.component.mjs +0 -12
- package/esm2022/icons/cog/icon-cog.module.mjs +0 -22
- package/esm2022/icons/cog/inera-ids-angular-icons-cog.mjs +0 -5
- package/esm2022/icons/cog/public-api.mjs +0 -3
- package/esm2022/icons/computer/icon-computer.component.mjs +0 -12
- package/esm2022/icons/computer/icon-computer.module.mjs +0 -22
- package/esm2022/icons/computer/inera-ids-angular-icons-computer.mjs +0 -5
- package/esm2022/icons/computer/public-api.mjs +0 -3
- package/esm2022/icons/computer-inera/icon-computer-inera.component.mjs +0 -12
- package/esm2022/icons/computer-inera/icon-computer-inera.module.mjs +0 -22
- package/esm2022/icons/computer-inera/inera-ids-angular-icons-computer-inera.mjs +0 -5
- package/esm2022/icons/computer-inera/public-api.mjs +0 -3
- package/esm2022/icons/copy-file/icon-copy-file.component.mjs +0 -12
- package/esm2022/icons/copy-file/icon-copy-file.module.mjs +0 -22
- package/esm2022/icons/copy-file/inera-ids-angular-icons-copy-file.mjs +0 -5
- package/esm2022/icons/copy-file/public-api.mjs +0 -3
- package/esm2022/icons/copy-link/icon-copy-link.component.mjs +0 -12
- package/esm2022/icons/copy-link/icon-copy-link.module.mjs +0 -22
- package/esm2022/icons/copy-link/inera-ids-angular-icons-copy-link.mjs +0 -5
- package/esm2022/icons/copy-link/public-api.mjs +0 -3
- package/esm2022/icons/denied/icon-denied.component.mjs +0 -12
- package/esm2022/icons/denied/icon-denied.module.mjs +0 -22
- package/esm2022/icons/denied/inera-ids-angular-icons-denied.mjs +0 -5
- package/esm2022/icons/denied/public-api.mjs +0 -3
- package/esm2022/icons/doctors-bag/icon-doctors-bag.component.mjs +0 -12
- package/esm2022/icons/doctors-bag/icon-doctors-bag.module.mjs +0 -22
- package/esm2022/icons/doctors-bag/inera-ids-angular-icons-doctors-bag.mjs +0 -5
- package/esm2022/icons/doctors-bag/public-api.mjs +0 -3
- package/esm2022/icons/document/icon-document.component.mjs +0 -12
- package/esm2022/icons/document/icon-document.module.mjs +0 -22
- package/esm2022/icons/document/inera-ids-angular-icons-document.mjs +0 -5
- package/esm2022/icons/document/public-api.mjs +0 -3
- package/esm2022/icons/download/icon-download.component.mjs +0 -12
- package/esm2022/icons/download/icon-download.module.mjs +0 -22
- package/esm2022/icons/download/inera-ids-angular-icons-download.mjs +0 -5
- package/esm2022/icons/download/public-api.mjs +0 -3
- package/esm2022/icons/drag-n-drop/icon-drag-n-drop.component.mjs +0 -12
- package/esm2022/icons/drag-n-drop/icon-drag-n-drop.module.mjs +0 -22
- package/esm2022/icons/drag-n-drop/inera-ids-angular-icons-drag-n-drop.mjs +0 -5
- package/esm2022/icons/drag-n-drop/public-api.mjs +0 -3
- package/esm2022/icons/ear-hearing/icon-ear-hearing.component.mjs +0 -12
- package/esm2022/icons/ear-hearing/icon-ear-hearing.module.mjs +0 -22
- package/esm2022/icons/ear-hearing/inera-ids-angular-icons-ear-hearing.mjs +0 -5
- package/esm2022/icons/ear-hearing/public-api.mjs +0 -3
- package/esm2022/icons/edit/icon-edit.component.mjs +0 -12
- package/esm2022/icons/edit/icon-edit.module.mjs +0 -22
- package/esm2022/icons/edit/inera-ids-angular-icons-edit.mjs +0 -5
- package/esm2022/icons/edit/public-api.mjs +0 -3
- package/esm2022/icons/email/icon-email.component.mjs +0 -12
- package/esm2022/icons/email/icon-email.module.mjs +0 -22
- package/esm2022/icons/email/inera-ids-angular-icons-email.mjs +0 -5
- package/esm2022/icons/email/public-api.mjs +0 -3
- package/esm2022/icons/email-sent/icon-email-sent.component.mjs +0 -12
- package/esm2022/icons/email-sent/icon-email-sent.module.mjs +0 -22
- package/esm2022/icons/email-sent/inera-ids-angular-icons-email-sent.mjs +0 -5
- package/esm2022/icons/email-sent/public-api.mjs +0 -3
- package/esm2022/icons/email-unread/icon-email-unread.component.mjs +0 -12
- package/esm2022/icons/email-unread/icon-email-unread.module.mjs +0 -22
- package/esm2022/icons/email-unread/inera-ids-angular-icons-email-unread.mjs +0 -5
- package/esm2022/icons/email-unread/public-api.mjs +0 -3
- package/esm2022/icons/expand/icon-expand.component.mjs +0 -12
- package/esm2022/icons/expand/icon-expand.module.mjs +0 -22
- package/esm2022/icons/expand/inera-ids-angular-icons-expand.mjs +0 -5
- package/esm2022/icons/expand/public-api.mjs +0 -3
- package/esm2022/icons/external/icon-external.component.mjs +0 -12
- package/esm2022/icons/external/icon-external.module.mjs +0 -22
- package/esm2022/icons/external/inera-ids-angular-icons-external.mjs +0 -5
- package/esm2022/icons/external/public-api.mjs +0 -3
- package/esm2022/icons/facebook/icon-facebook.component.mjs +0 -12
- package/esm2022/icons/facebook/icon-facebook.module.mjs +0 -22
- package/esm2022/icons/facebook/inera-ids-angular-icons-facebook.mjs +0 -5
- package/esm2022/icons/facebook/public-api.mjs +0 -3
- package/esm2022/icons/file-csv/icon-file-csv.component.mjs +0 -12
- package/esm2022/icons/file-csv/icon-file-csv.module.mjs +0 -22
- package/esm2022/icons/file-csv/inera-ids-angular-icons-file-csv.mjs +0 -5
- package/esm2022/icons/file-csv/public-api.mjs +0 -3
- package/esm2022/icons/file-excel/icon-file-excel.component.mjs +0 -12
- package/esm2022/icons/file-excel/icon-file-excel.module.mjs +0 -22
- package/esm2022/icons/file-excel/inera-ids-angular-icons-file-excel.mjs +0 -5
- package/esm2022/icons/file-excel/public-api.mjs +0 -3
- package/esm2022/icons/file-other/icon-file-other.component.mjs +0 -12
- package/esm2022/icons/file-other/icon-file-other.module.mjs +0 -22
- package/esm2022/icons/file-other/inera-ids-angular-icons-file-other.mjs +0 -5
- package/esm2022/icons/file-other/public-api.mjs +0 -3
- package/esm2022/icons/file-pdf/icon-file-pdf.component.mjs +0 -12
- package/esm2022/icons/file-pdf/icon-file-pdf.module.mjs +0 -22
- package/esm2022/icons/file-pdf/inera-ids-angular-icons-file-pdf.mjs +0 -5
- package/esm2022/icons/file-pdf/public-api.mjs +0 -3
- package/esm2022/icons/file-picture/icon-file-picture.component.mjs +0 -12
- package/esm2022/icons/file-picture/icon-file-picture.module.mjs +0 -22
- package/esm2022/icons/file-picture/inera-ids-angular-icons-file-picture.mjs +0 -5
- package/esm2022/icons/file-picture/public-api.mjs +0 -3
- package/esm2022/icons/file-powerpoint/icon-file-powerpoint.component.mjs +0 -12
- package/esm2022/icons/file-powerpoint/icon-file-powerpoint.module.mjs +0 -22
- package/esm2022/icons/file-powerpoint/inera-ids-angular-icons-file-powerpoint.mjs +0 -5
- package/esm2022/icons/file-powerpoint/public-api.mjs +0 -3
- package/esm2022/icons/file-word/icon-file-word.component.mjs +0 -12
- package/esm2022/icons/file-word/icon-file-word.module.mjs +0 -22
- package/esm2022/icons/file-word/inera-ids-angular-icons-file-word.mjs +0 -5
- package/esm2022/icons/file-word/public-api.mjs +0 -3
- package/esm2022/icons/find-care/icon-find-care.component.mjs +0 -12
- package/esm2022/icons/find-care/icon-find-care.module.mjs +0 -22
- package/esm2022/icons/find-care/inera-ids-angular-icons-find-care.mjs +0 -5
- package/esm2022/icons/find-care/public-api.mjs +0 -3
- package/esm2022/icons/find-region/icon-find-region.component.mjs +0 -12
- package/esm2022/icons/find-region/icon-find-region.module.mjs +0 -22
- package/esm2022/icons/find-region/inera-ids-angular-icons-find-region.mjs +0 -5
- package/esm2022/icons/find-region/public-api.mjs +0 -3
- package/esm2022/icons/flag/icon-flag.component.mjs +0 -12
- package/esm2022/icons/flag/icon-flag.module.mjs +0 -22
- package/esm2022/icons/flag/inera-ids-angular-icons-flag.mjs +0 -5
- package/esm2022/icons/flag/public-api.mjs +0 -3
- package/esm2022/icons/form-numbered/icon-form-numbered.component.mjs +0 -12
- package/esm2022/icons/form-numbered/icon-form-numbered.module.mjs +0 -22
- package/esm2022/icons/form-numbered/inera-ids-angular-icons-form-numbered.mjs +0 -5
- package/esm2022/icons/form-numbered/public-api.mjs +0 -3
- package/esm2022/icons/form-numbered-reocurring/icon-form-numbered-reoccuring.component.mjs +0 -12
- package/esm2022/icons/form-numbered-reocurring/icon-form-numbered-reoccuring.module.mjs +0 -22
- package/esm2022/icons/form-numbered-reocurring/inera-ids-angular-icons-form-numbered-reocurring.mjs +0 -5
- package/esm2022/icons/form-numbered-reocurring/public-api.mjs +0 -3
- package/esm2022/icons/gotland/icon-gotland.component.mjs +0 -12
- package/esm2022/icons/gotland/icon-gotland.module.mjs +0 -22
- package/esm2022/icons/gotland/inera-ids-angular-icons-gotland.mjs +0 -5
- package/esm2022/icons/gotland/public-api.mjs +0 -3
- package/esm2022/icons/halland/icon-halland.component.mjs +0 -12
- package/esm2022/icons/halland/icon-halland.module.mjs +0 -22
- package/esm2022/icons/halland/inera-ids-angular-icons-halland.mjs +0 -5
- package/esm2022/icons/halland/public-api.mjs +0 -3
- package/esm2022/icons/headphones/icon-headphones.component.mjs +0 -12
- package/esm2022/icons/headphones/icon-headphones.module.mjs +0 -22
- package/esm2022/icons/headphones/inera-ids-angular-icons-headphones.mjs +0 -5
- package/esm2022/icons/headphones/public-api.mjs +0 -3
- package/esm2022/icons/hourglass/icon-hourglass.component.mjs +0 -12
- package/esm2022/icons/hourglass/icon-hourglass.module.mjs +0 -22
- package/esm2022/icons/hourglass/inera-ids-angular-icons-hourglass.mjs +0 -5
- package/esm2022/icons/hourglass/public-api.mjs +0 -3
- package/esm2022/icons/hourglass-end/icon-hourglass-end.component.mjs +0 -12
- package/esm2022/icons/hourglass-end/icon-hourglass-end.module.mjs +0 -22
- package/esm2022/icons/hourglass-end/inera-ids-angular-icons-hourglass-end.mjs +0 -5
- package/esm2022/icons/hourglass-end/public-api.mjs +0 -3
- package/esm2022/icons/hourglass-start/icon-hourglass-start.component.mjs +0 -12
- package/esm2022/icons/hourglass-start/icon-hourglass-start.module.mjs +0 -22
- package/esm2022/icons/hourglass-start/inera-ids-angular-icons-hourglass-start.mjs +0 -5
- package/esm2022/icons/hourglass-start/public-api.mjs +0 -3
- package/esm2022/icons/house/icon-house.component.mjs +0 -12
- package/esm2022/icons/house/icon-house.module.mjs +0 -22
- package/esm2022/icons/house/inera-ids-angular-icons-house.mjs +0 -5
- package/esm2022/icons/house/public-api.mjs +0 -3
- package/esm2022/icons/id-card/icon-id-card.component.mjs +0 -12
- package/esm2022/icons/id-card/icon-id-card.module.mjs +0 -22
- package/esm2022/icons/id-card/inera-ids-angular-icons-id-card.mjs +0 -5
- package/esm2022/icons/id-card/public-api.mjs +0 -3
- package/esm2022/icons/id-card-locked/icon-id-card-locked.component.mjs +0 -12
- package/esm2022/icons/id-card-locked/icon-id-card-locked.module.mjs +0 -22
- package/esm2022/icons/id-card-locked/inera-ids-angular-icons-id-card-locked.mjs +0 -5
- package/esm2022/icons/id-card-locked/public-api.mjs +0 -3
- package/esm2022/icons/image/icon-image.component.mjs +0 -12
- package/esm2022/icons/image/icon-image.module.mjs +0 -22
- package/esm2022/icons/image/inera-ids-angular-icons-image.mjs +0 -5
- package/esm2022/icons/image/public-api.mjs +0 -3
- package/esm2022/icons/inera/icon-inera.component.mjs +0 -12
- package/esm2022/icons/inera/icon-inera.module.mjs +0 -22
- package/esm2022/icons/inera/inera-ids-angular-icons-inera.mjs +0 -5
- package/esm2022/icons/inera/public-api.mjs +0 -3
- package/esm2022/icons/inera-legacy/icon-inera-legacy.component.mjs +0 -12
- package/esm2022/icons/inera-legacy/icon-inera-legacy.module.mjs +0 -22
- package/esm2022/icons/inera-legacy/inera-ids-angular-icons-inera-legacy.mjs +0 -5
- package/esm2022/icons/inera-legacy/public-api.mjs +0 -3
- package/esm2022/icons/information/icon-information.component.mjs +0 -12
- package/esm2022/icons/information/icon-information.module.mjs +0 -22
- package/esm2022/icons/information/inera-ids-angular-icons-information.mjs +0 -5
- package/esm2022/icons/information/public-api.mjs +0 -3
- package/esm2022/icons/jamtland-harjedalen/icon-jamtland-harjedalen.component.mjs +0 -12
- package/esm2022/icons/jamtland-harjedalen/icon-jamtland-harjedalen.module.mjs +0 -22
- package/esm2022/icons/jamtland-harjedalen/inera-ids-angular-icons-jamtland-harjedalen.mjs +0 -5
- package/esm2022/icons/jamtland-harjedalen/public-api.mjs +0 -3
- package/esm2022/icons/jonkoping/icon-jonkoping.component.mjs +0 -12
- package/esm2022/icons/jonkoping/icon-jonkoping.module.mjs +0 -22
- package/esm2022/icons/jonkoping/inera-ids-angular-icons-jonkoping.mjs +0 -5
- package/esm2022/icons/jonkoping/public-api.mjs +0 -3
- package/esm2022/icons/kalmar/icon-kalmar.component.mjs +0 -12
- package/esm2022/icons/kalmar/icon-kalmar.module.mjs +0 -22
- package/esm2022/icons/kalmar/inera-ids-angular-icons-kalmar.mjs +0 -5
- package/esm2022/icons/kalmar/public-api.mjs +0 -3
- package/esm2022/icons/kronoberg/icon-kronoberg.component.mjs +0 -12
- package/esm2022/icons/kronoberg/icon-kronoberg.module.mjs +0 -22
- package/esm2022/icons/kronoberg/inera-ids-angular-icons-kronoberg.mjs +0 -5
- package/esm2022/icons/kronoberg/public-api.mjs +0 -3
- package/esm2022/icons/lightbulb/icon-lightbulb.component.mjs +0 -12
- package/esm2022/icons/lightbulb/icon-lightbulb.module.mjs +0 -22
- package/esm2022/icons/lightbulb/inera-ids-angular-icons-lightbulb.mjs +0 -5
- package/esm2022/icons/lightbulb/public-api.mjs +0 -3
- package/esm2022/icons/linkedin/icon-linkedin.component.mjs +0 -12
- package/esm2022/icons/linkedin/icon-linkedin.module.mjs +0 -22
- package/esm2022/icons/linkedin/inera-ids-angular-icons-linkedin.mjs +0 -5
- package/esm2022/icons/linkedin/public-api.mjs +0 -3
- package/esm2022/icons/list/icon-list.component.mjs +0 -12
- package/esm2022/icons/list/icon-list.module.mjs +0 -22
- package/esm2022/icons/list/inera-ids-angular-icons-list.mjs +0 -5
- package/esm2022/icons/list/public-api.mjs +0 -3
- package/esm2022/icons/lock/icon-lock.component.mjs +0 -12
- package/esm2022/icons/lock/icon-lock.module.mjs +0 -22
- package/esm2022/icons/lock/inera-ids-angular-icons-lock.mjs +0 -5
- package/esm2022/icons/lock/public-api.mjs +0 -3
- package/esm2022/icons/lock-open/icon-lock-open.component.mjs +0 -12
- package/esm2022/icons/lock-open/icon-lock-open.module.mjs +0 -22
- package/esm2022/icons/lock-open/inera-ids-angular-icons-lock-open.mjs +0 -5
- package/esm2022/icons/lock-open/public-api.mjs +0 -3
- package/esm2022/icons/log/icon-log.component.mjs +0 -12
- package/esm2022/icons/log/icon-log.module.mjs +0 -22
- package/esm2022/icons/log/inera-ids-angular-icons-log.mjs +0 -5
- package/esm2022/icons/log/public-api.mjs +0 -3
- package/esm2022/icons/log-locked/icon-log-locked.component.mjs +0 -12
- package/esm2022/icons/log-locked/icon-log-locked.module.mjs +0 -22
- package/esm2022/icons/log-locked/inera-ids-angular-icons-log-locked.mjs +0 -5
- package/esm2022/icons/log-locked/public-api.mjs +0 -3
- package/esm2022/icons/menu/icon-menu.component.mjs +0 -12
- package/esm2022/icons/menu/icon-menu.module.mjs +0 -22
- package/esm2022/icons/menu/inera-ids-angular-icons-menu.mjs +0 -5
- package/esm2022/icons/menu/public-api.mjs +0 -3
- package/esm2022/icons/minus/icon-minus.component.mjs +0 -12
- package/esm2022/icons/minus/icon-minus.module.mjs +0 -22
- package/esm2022/icons/minus/inera-ids-angular-icons-minus.mjs +0 -5
- package/esm2022/icons/minus/public-api.mjs +0 -3
- package/esm2022/icons/moment-start/icon-moment-start.component.mjs +0 -12
- package/esm2022/icons/moment-start/icon-moment-start.module.mjs +0 -22
- package/esm2022/icons/moment-start/inera-ids-angular-icons-moment-start.mjs +0 -5
- package/esm2022/icons/moment-start/public-api.mjs +0 -3
- package/esm2022/icons/moment-stop/icon-moment-stop.component.mjs +0 -12
- package/esm2022/icons/moment-stop/icon-moment-stop.module.mjs +0 -22
- package/esm2022/icons/moment-stop/inera-ids-angular-icons-moment-stop.mjs +0 -5
- package/esm2022/icons/moment-stop/public-api.mjs +0 -3
- package/esm2022/icons/norrbotten/icon-norrbotten.component.mjs +0 -12
- package/esm2022/icons/norrbotten/icon-norrbotten.module.mjs +0 -22
- package/esm2022/icons/norrbotten/inera-ids-angular-icons-norrbotten.mjs +0 -5
- package/esm2022/icons/norrbotten/public-api.mjs +0 -3
- package/esm2022/icons/office-building/icon-office-building.component.mjs +0 -12
- package/esm2022/icons/office-building/icon-office-building.module.mjs +0 -22
- package/esm2022/icons/office-building/inera-ids-angular-icons-office-building.mjs +0 -5
- package/esm2022/icons/office-building/public-api.mjs +0 -3
- package/esm2022/icons/orebro/icon-orebro.component.mjs +0 -12
- package/esm2022/icons/orebro/icon-orebro.module.mjs +0 -22
- package/esm2022/icons/orebro/inera-ids-angular-icons-orebro.mjs +0 -5
- package/esm2022/icons/orebro/public-api.mjs +0 -3
- package/esm2022/icons/organization/icon-organization.component.mjs +0 -12
- package/esm2022/icons/organization/icon-organization.module.mjs +0 -22
- package/esm2022/icons/organization/inera-ids-angular-icons-organization.mjs +0 -5
- package/esm2022/icons/organization/public-api.mjs +0 -3
- package/esm2022/icons/ostergotland/icon-ostergotland.component.mjs +0 -12
- package/esm2022/icons/ostergotland/icon-ostergotland.module.mjs +0 -22
- package/esm2022/icons/ostergotland/inera-ids-angular-icons-ostergotland.mjs +0 -5
- package/esm2022/icons/ostergotland/public-api.mjs +0 -3
- package/esm2022/icons/plus/icon-plus.component.mjs +0 -12
- package/esm2022/icons/plus/icon-plus.module.mjs +0 -22
- package/esm2022/icons/plus/inera-ids-angular-icons-plus.mjs +0 -5
- package/esm2022/icons/plus/public-api.mjs +0 -3
- package/esm2022/icons/prescription/icon-prescription.component.mjs +0 -12
- package/esm2022/icons/prescription/icon-prescription.module.mjs +0 -22
- package/esm2022/icons/prescription/inera-ids-angular-icons-prescription.mjs +0 -5
- package/esm2022/icons/prescription/public-api.mjs +0 -3
- package/esm2022/icons/print/icon-print.component.mjs +0 -12
- package/esm2022/icons/print/icon-print.module.mjs +0 -22
- package/esm2022/icons/print/inera-ids-angular-icons-print.mjs +0 -5
- package/esm2022/icons/print/public-api.mjs +0 -3
- package/esm2022/icons/question/icon-question.component.mjs +0 -12
- package/esm2022/icons/question/icon-question.module.mjs +0 -22
- package/esm2022/icons/question/inera-ids-angular-icons-question.mjs +0 -5
- package/esm2022/icons/question/public-api.mjs +0 -3
- package/esm2022/icons/reload/icon-reload.component.mjs +0 -12
- package/esm2022/icons/reload/icon-reload.module.mjs +0 -22
- package/esm2022/icons/reload/inera-ids-angular-icons-reload.mjs +0 -5
- package/esm2022/icons/reload/public-api.mjs +0 -3
- package/esm2022/icons/reply/icon-reply.component.mjs +0 -12
- package/esm2022/icons/reply/icon-reply.module.mjs +0 -22
- package/esm2022/icons/reply/inera-ids-angular-icons-reply.mjs +0 -5
- package/esm2022/icons/reply/public-api.mjs +0 -3
- package/esm2022/icons/search/icon-search.component.mjs +0 -12
- package/esm2022/icons/search/icon-search.module.mjs +0 -22
- package/esm2022/icons/search/inera-ids-angular-icons-search.mjs +0 -5
- package/esm2022/icons/search/public-api.mjs +0 -3
- package/esm2022/icons/search-inera/icon-search-inera.component.mjs +0 -12
- package/esm2022/icons/search-inera/icon-search-inera.module.mjs +0 -22
- package/esm2022/icons/search-inera/inera-ids-angular-icons-search-inera.mjs +0 -5
- package/esm2022/icons/search-inera/public-api.mjs +0 -3
- package/esm2022/icons/share/icon-share.component.mjs +0 -12
- package/esm2022/icons/share/icon-share.module.mjs +0 -22
- package/esm2022/icons/share/inera-ids-angular-icons-share.mjs +0 -5
- package/esm2022/icons/share/public-api.mjs +0 -3
- package/esm2022/icons/shield-locked/icon-shield-locked.component.mjs +0 -12
- package/esm2022/icons/shield-locked/icon-shield-locked.module.mjs +0 -22
- package/esm2022/icons/shield-locked/inera-ids-angular-icons-shield-locked.mjs +0 -5
- package/esm2022/icons/shield-locked/public-api.mjs +0 -3
- package/esm2022/icons/shield-locked-primary/icon-shield-locked-primary.component.mjs +0 -12
- package/esm2022/icons/shield-locked-primary/icon-shield-locked-primary.module.mjs +0 -22
- package/esm2022/icons/shield-locked-primary/inera-ids-angular-icons-shield-locked-primary.mjs +0 -5
- package/esm2022/icons/shield-locked-primary/public-api.mjs +0 -3
- package/esm2022/icons/skane/icon-skane.component.mjs +0 -12
- package/esm2022/icons/skane/icon-skane.module.mjs +0 -22
- package/esm2022/icons/skane/inera-ids-angular-icons-skane.mjs +0 -5
- package/esm2022/icons/skane/public-api.mjs +0 -3
- package/esm2022/icons/sormland/icon-sormland.component.mjs +0 -12
- package/esm2022/icons/sormland/icon-sormland.module.mjs +0 -22
- package/esm2022/icons/sormland/inera-ids-angular-icons-sormland.mjs +0 -5
- package/esm2022/icons/sormland/public-api.mjs +0 -3
- package/esm2022/icons/star/icon-star.component.mjs +0 -12
- package/esm2022/icons/star/icon-star.module.mjs +0 -22
- package/esm2022/icons/star/inera-ids-angular-icons-star.mjs +0 -5
- package/esm2022/icons/star/public-api.mjs +0 -3
- package/esm2022/icons/star-filled/icon-star-filled.component.mjs +0 -12
- package/esm2022/icons/star-filled/icon-star-filled.module.mjs +0 -22
- package/esm2022/icons/star-filled/inera-ids-angular-icons-star-filled.mjs +0 -5
- package/esm2022/icons/star-filled/public-api.mjs +0 -3
- package/esm2022/icons/stockholm/icon-stockholm.component.mjs +0 -12
- package/esm2022/icons/stockholm/icon-stockholm.module.mjs +0 -22
- package/esm2022/icons/stockholm/inera-ids-angular-icons-stockholm.mjs +0 -5
- package/esm2022/icons/stockholm/public-api.mjs +0 -3
- package/esm2022/icons/success/icon-success.component.mjs +0 -12
- package/esm2022/icons/success/icon-success.module.mjs +0 -22
- package/esm2022/icons/success/inera-ids-angular-icons-success.mjs +0 -5
- package/esm2022/icons/success/public-api.mjs +0 -3
- package/esm2022/icons/swap/icon-swap.component.mjs +0 -12
- package/esm2022/icons/swap/icon-swap.module.mjs +0 -22
- package/esm2022/icons/swap/inera-ids-angular-icons-swap.mjs +0 -5
- package/esm2022/icons/swap/public-api.mjs +0 -3
- package/esm2022/icons/switch-person/icon-switch-person.component.mjs +0 -12
- package/esm2022/icons/switch-person/icon-switch-person.module.mjs +0 -22
- package/esm2022/icons/switch-person/inera-ids-angular-icons-switch-person.mjs +0 -5
- package/esm2022/icons/switch-person/public-api.mjs +0 -3
- package/esm2022/icons/telephone/icon-telephone.component.mjs +0 -12
- package/esm2022/icons/telephone/icon-telephone.module.mjs +0 -22
- package/esm2022/icons/telephone/inera-ids-angular-icons-telephone.mjs +0 -5
- package/esm2022/icons/telephone/public-api.mjs +0 -3
- package/esm2022/icons/test-tube/icon-test-tube.component.mjs +0 -12
- package/esm2022/icons/test-tube/icon-test-tube.module.mjs +0 -22
- package/esm2022/icons/test-tube/inera-ids-angular-icons-test-tube.mjs +0 -5
- package/esm2022/icons/test-tube/public-api.mjs +0 -3
- package/esm2022/icons/test-tube-analyze/icon-test-tube-analyze.component.mjs +0 -12
- package/esm2022/icons/test-tube-analyze/icon-test-tube-analyze.module.mjs +0 -22
- package/esm2022/icons/test-tube-analyze/public-api.mjs +0 -3
- package/esm2022/icons/test-tube-empty/icon-test-tube-empty.component.mjs +0 -12
- package/esm2022/icons/test-tube-empty/icon-test-tube-empty.module.mjs +0 -22
- package/esm2022/icons/test-tube-empty/inera-ids-angular-icons-test-tube-empty.mjs +0 -5
- package/esm2022/icons/test-tube-empty/public-api.mjs +0 -3
- package/esm2022/icons/toggle-card/icon-toggle-card.component.mjs +0 -12
- package/esm2022/icons/toggle-card/icon-toggle-card.module.mjs +0 -22
- package/esm2022/icons/toggle-card/inera-ids-angular-icons-toggle-card.mjs +0 -5
- package/esm2022/icons/toggle-card/public-api.mjs +0 -3
- package/esm2022/icons/toggle-list/icon-toggle-list.component.mjs +0 -12
- package/esm2022/icons/toggle-list/icon-toggle-list.module.mjs +0 -22
- package/esm2022/icons/toggle-list/inera-ids-angular-icons-toggle-list.mjs +0 -5
- package/esm2022/icons/toggle-list/public-api.mjs +0 -3
- package/esm2022/icons/trash/icon-trash.component.mjs +0 -12
- package/esm2022/icons/trash/icon-trash.module.mjs +0 -22
- package/esm2022/icons/trash/inera-ids-angular-icons-trash.mjs +0 -5
- package/esm2022/icons/trash/public-api.mjs +0 -3
- package/esm2022/icons/twitter/icon-twitter.component.mjs +0 -12
- package/esm2022/icons/twitter/icon-twitter.module.mjs +0 -22
- package/esm2022/icons/twitter/inera-ids-angular-icons-twitter.mjs +0 -5
- package/esm2022/icons/twitter/public-api.mjs +0 -3
- package/esm2022/icons/uppsala/icon-uppsala.component.mjs +0 -12
- package/esm2022/icons/uppsala/icon-uppsala.module.mjs +0 -22
- package/esm2022/icons/uppsala/inera-ids-angular-icons-uppsala.mjs +0 -5
- package/esm2022/icons/uppsala/public-api.mjs +0 -3
- package/esm2022/icons/user/icon-user.component.mjs +0 -12
- package/esm2022/icons/user/icon-user.module.mjs +0 -18
- package/esm2022/icons/user/inera-ids-angular-icons-user.mjs +0 -5
- package/esm2022/icons/user/public-api.mjs +0 -3
- package/esm2022/icons/vasterbotten/icon-vasterbotten.component.mjs +0 -12
- package/esm2022/icons/vasterbotten/icon-vasterbotten.module.mjs +0 -22
- package/esm2022/icons/vasterbotten/inera-ids-angular-icons-vasterbotten.mjs +0 -5
- package/esm2022/icons/vasterbotten/public-api.mjs +0 -3
- package/esm2022/icons/vasternorrland/icon-vasternorrland.component.mjs +0 -12
- package/esm2022/icons/vasternorrland/icon-vasternorrland.module.mjs +0 -22
- package/esm2022/icons/vasternorrland/inera-ids-angular-icons-vasternorrland.mjs +0 -5
- package/esm2022/icons/vasternorrland/public-api.mjs +0 -3
- package/esm2022/icons/vastmanland/icon-vastmanland.component.mjs +0 -12
- package/esm2022/icons/vastmanland/icon-vastmanland.module.mjs +0 -22
- package/esm2022/icons/vastmanland/inera-ids-angular-icons-vastmanland.mjs +0 -5
- package/esm2022/icons/vastmanland/public-api.mjs +0 -3
- package/esm2022/icons/vastra-gotaland/icon-vastra-gotaland.component.mjs +0 -12
- package/esm2022/icons/vastra-gotaland/icon-vastra-gotaland.module.mjs +0 -22
- package/esm2022/icons/vastra-gotaland/inera-ids-angular-icons-vastra-gotaland.mjs +0 -5
- package/esm2022/icons/vastra-gotaland/public-api.mjs +0 -3
- package/esm2022/icons/video-off/icon-video-off.component.mjs +0 -12
- package/esm2022/icons/video-off/icon-video-off.module.mjs +0 -22
- package/esm2022/icons/video-off/inera-ids-angular-icons-video-off.mjs +0 -5
- package/esm2022/icons/video-off/public-api.mjs +0 -3
- package/esm2022/icons/video-on/icon-video-on.component.mjs +0 -12
- package/esm2022/icons/video-on/icon-video-on.module.mjs +0 -22
- package/esm2022/icons/video-on/inera-ids-angular-icons-video-on.mjs +0 -5
- package/esm2022/icons/video-on/public-api.mjs +0 -3
- package/esm2022/icons/video-switch/icon-video-switch.component.mjs +0 -12
- package/esm2022/icons/video-switch/icon-video-switch.module.mjs +0 -22
- package/esm2022/icons/video-switch/inera-ids-angular-icons-video-switch.mjs +0 -5
- package/esm2022/icons/video-switch/public-api.mjs +0 -3
- package/esm2022/icons/visibility/icon-visibility.component.mjs +0 -12
- package/esm2022/icons/visibility/icon-visibility.module.mjs +0 -22
- package/esm2022/icons/visibility/inera-ids-angular-icons-visibility.mjs +0 -5
- package/esm2022/icons/visibility/public-api.mjs +0 -3
- package/esm2022/icons/visibility-off/icon-visibility-off.component.mjs +0 -12
- package/esm2022/icons/visibility-off/icon-visibility-off.module.mjs +0 -22
- package/esm2022/icons/visibility-off/inera-ids-angular-icons-visibility-off.mjs +0 -5
- package/esm2022/icons/visibility-off/public-api.mjs +0 -3
- package/esm2022/icons/warning/icon-warning.component.mjs +0 -12
- package/esm2022/icons/warning/icon-warning.module.mjs +0 -22
- package/esm2022/icons/warning/inera-ids-angular-icons-warning.mjs +0 -5
- package/esm2022/icons/warning/public-api.mjs +0 -3
- package/fesm2022/inera-ids-angular-components-agent.mjs +0 -56
- package/fesm2022/inera-ids-angular-components-agent.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-components-alert-global.mjs +0 -62
- package/fesm2022/inera-ids-angular-components-alert-global.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-1177.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-1177.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-activity.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-activity.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-agent.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-agent.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-alarm-clock-inactivity.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-alarm-clock-inactivity.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-alarm-clock-neutral.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-alarm-clock-neutral.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-archive.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-archive.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-arrow.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-arrow.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-attention.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-attention.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-blekinge.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-blekinge.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-bookmark.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-bookmark.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-calendar.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-calendar.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-call-active.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-call-active.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-call.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-call.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-camera-off.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-camera-off.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-camera-on.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-camera-on.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-camera-switch.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-camera-switch.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-chart-bar.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-chart-bar.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-chart-line.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-chart-line.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-chat.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-chat.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-check.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-check.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-chevron-bold.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-chevron-bold.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-chevron.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-chevron.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-clipboard-cross.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-clipboard-cross.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-clipboard-text.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-clipboard-text.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-clipboard.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-clipboard.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-clock.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-clock.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-close-bold.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-close-bold.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-close.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-close.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-cog.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-cog.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-computer-inera.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-computer-inera.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-computer.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-computer.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-copy-file.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-copy-file.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-copy-link.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-copy-link.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-denied.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-denied.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-doctors-bag.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-doctors-bag.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-document.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-document.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-download.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-download.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-drag-n-drop.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-drag-n-drop.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-ear-hearing.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-ear-hearing.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-edit.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-edit.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-email-sent.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-email-sent.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-email-unread.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-email-unread.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-email.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-email.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-expand.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-expand.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-external.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-external.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-facebook.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-facebook.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-file-csv.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-file-csv.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-file-excel.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-file-excel.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-file-other.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-file-other.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-file-pdf.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-file-pdf.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-file-picture.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-file-picture.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-file-powerpoint.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-file-powerpoint.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-file-word.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-file-word.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-find-care.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-find-care.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-find-region.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-find-region.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-flag.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-flag.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-form-numbered-reocurring.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-form-numbered-reocurring.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-form-numbered.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-form-numbered.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-gotland.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-gotland.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-halland.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-halland.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-headphones.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-headphones.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-hourglass-end.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-hourglass-end.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-hourglass-start.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-hourglass-start.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-hourglass.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-hourglass.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-house.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-house.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-id-card-locked.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-id-card-locked.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-id-card.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-id-card.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-image.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-image.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-inera-legacy.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-inera-legacy.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-inera.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-inera.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-information.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-information.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-jamtland-harjedalen.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-jamtland-harjedalen.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-jonkoping.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-jonkoping.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-kalmar.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-kalmar.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-kronoberg.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-kronoberg.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-lightbulb.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-lightbulb.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-linkedin.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-linkedin.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-list.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-list.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-lock-open.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-lock-open.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-lock.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-lock.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-log-locked.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-log-locked.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-log.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-log.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-menu.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-menu.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-minus.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-minus.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-moment-start.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-moment-start.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-moment-stop.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-moment-stop.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-norrbotten.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-norrbotten.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-office-building.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-office-building.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-orebro.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-orebro.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-organization.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-organization.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-ostergotland.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-ostergotland.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-plus.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-plus.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-prescription.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-prescription.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-print.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-print.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-question.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-question.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-reload.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-reload.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-reply.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-reply.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-search-inera.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-search-inera.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-search.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-search.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-share.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-share.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-shield-locked-primary.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-shield-locked-primary.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-shield-locked.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-shield-locked.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-skane.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-skane.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-sormland.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-sormland.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-star-filled.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-star-filled.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-star.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-star.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-stockholm.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-stockholm.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-success.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-success.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-swap.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-swap.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-switch-person.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-switch-person.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-telephone.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-telephone.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-test-tube-analyze.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-test-tube-analyze.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-test-tube-empty.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-test-tube-empty.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-test-tube.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-test-tube.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-toggle-card.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-toggle-card.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-toggle-list.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-toggle-list.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-trash.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-trash.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-twitter.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-twitter.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-uppsala.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-uppsala.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-user.mjs +0 -34
- package/fesm2022/inera-ids-angular-icons-user.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-vasterbotten.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-vasterbotten.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-vasternorrland.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-vasternorrland.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-vastmanland.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-vastmanland.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-vastra-gotaland.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-vastra-gotaland.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-video-off.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-video-off.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-video-on.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-video-on.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-video-switch.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-video-switch.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-visibility-off.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-visibility-off.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-visibility.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-visibility.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-icons-warning.mjs +0 -38
- package/fesm2022/inera-ids-angular-icons-warning.mjs.map +0 -1
- package/icons/1177/icon-1177.component.d.ts +0 -6
- package/icons/1177/icon-1177.module.d.ts +0 -8
- package/icons/1177/index.d.ts +0 -5
- package/icons/1177/public-api.d.ts +0 -2
- package/icons/activity/icon-activity.component.d.ts +0 -6
- package/icons/activity/icon-activity.module.d.ts +0 -8
- package/icons/activity/index.d.ts +0 -5
- package/icons/activity/public-api.d.ts +0 -2
- package/icons/agent/icon-agent.component.d.ts +0 -6
- package/icons/agent/icon-agent.module.d.ts +0 -8
- package/icons/agent/index.d.ts +0 -5
- package/icons/agent/public-api.d.ts +0 -2
- package/icons/alarm-clock-inactivity/icon-alarm-clock-inactivity.component.d.ts +0 -6
- package/icons/alarm-clock-inactivity/icon-alarm-clock-inactivity.module.d.ts +0 -8
- package/icons/alarm-clock-inactivity/index.d.ts +0 -5
- package/icons/alarm-clock-inactivity/public-api.d.ts +0 -2
- package/icons/alarm-clock-neutral/icon-alarm-clock-neutral.component.d.ts +0 -6
- package/icons/alarm-clock-neutral/icon-alarm-clock-neutral.module.d.ts +0 -8
- package/icons/alarm-clock-neutral/index.d.ts +0 -5
- package/icons/alarm-clock-neutral/public-api.d.ts +0 -2
- package/icons/archive/icon-archive.component.d.ts +0 -6
- package/icons/archive/icon-archive.module.d.ts +0 -8
- package/icons/archive/index.d.ts +0 -5
- package/icons/archive/public-api.d.ts +0 -2
- package/icons/arrow/icon-arrow.component.d.ts +0 -6
- package/icons/arrow/icon-arrow.module.d.ts +0 -8
- package/icons/arrow/index.d.ts +0 -5
- package/icons/arrow/public-api.d.ts +0 -2
- package/icons/attention/icon-attention.component.d.ts +0 -6
- package/icons/attention/icon-attention.module.d.ts +0 -8
- package/icons/attention/index.d.ts +0 -5
- package/icons/attention/public-api.d.ts +0 -2
- package/icons/blekinge/icon-blekinge.component.d.ts +0 -6
- package/icons/blekinge/icon-blekinge.module.d.ts +0 -8
- package/icons/blekinge/index.d.ts +0 -5
- package/icons/blekinge/public-api.d.ts +0 -2
- package/icons/bookmark/icon-bookmark.component.d.ts +0 -6
- package/icons/bookmark/icon-bookmark.module.d.ts +0 -8
- package/icons/bookmark/index.d.ts +0 -5
- package/icons/bookmark/public-api.d.ts +0 -2
- package/icons/calendar/icon-calendar.component.d.ts +0 -6
- package/icons/calendar/icon-calendar.module.d.ts +0 -8
- package/icons/calendar/index.d.ts +0 -5
- package/icons/calendar/public-api.d.ts +0 -2
- package/icons/call/icon-call.component.d.ts +0 -6
- package/icons/call/icon-call.module.d.ts +0 -8
- package/icons/call/index.d.ts +0 -5
- package/icons/call/public-api.d.ts +0 -2
- package/icons/call-active/icon-call-active.component.d.ts +0 -6
- package/icons/call-active/icon-call-active.module.d.ts +0 -8
- package/icons/call-active/index.d.ts +0 -5
- package/icons/call-active/public-api.d.ts +0 -2
- package/icons/camera-off/icon-camera-off.component.d.ts +0 -6
- package/icons/camera-off/icon-camera-off.module.d.ts +0 -8
- package/icons/camera-off/index.d.ts +0 -5
- package/icons/camera-off/public-api.d.ts +0 -2
- package/icons/camera-on/icon-camera-on.component.d.ts +0 -6
- package/icons/camera-on/icon-camera-on.module.d.ts +0 -8
- package/icons/camera-on/index.d.ts +0 -5
- package/icons/camera-on/public-api.d.ts +0 -2
- package/icons/camera-switch/icon-camera-switch.component.d.ts +0 -6
- package/icons/camera-switch/icon-camera-switch.module.d.ts +0 -8
- package/icons/camera-switch/index.d.ts +0 -5
- package/icons/camera-switch/public-api.d.ts +0 -2
- package/icons/chart-bar/icon-chart-bar.component.d.ts +0 -6
- package/icons/chart-bar/icon-chart-bar.module.d.ts +0 -8
- package/icons/chart-bar/index.d.ts +0 -5
- package/icons/chart-bar/public-api.d.ts +0 -2
- package/icons/chart-line/icon-chart-line.component.d.ts +0 -6
- package/icons/chart-line/icon-chart-line.module.d.ts +0 -8
- package/icons/chart-line/index.d.ts +0 -5
- package/icons/chart-line/public-api.d.ts +0 -2
- package/icons/chat/icon-chat.component.d.ts +0 -6
- package/icons/chat/icon-chat.module.d.ts +0 -8
- package/icons/chat/index.d.ts +0 -5
- package/icons/chat/public-api.d.ts +0 -2
- package/icons/check/icon-check.component.d.ts +0 -6
- package/icons/check/icon-check.module.d.ts +0 -8
- package/icons/check/index.d.ts +0 -5
- package/icons/check/public-api.d.ts +0 -2
- package/icons/chevron/icon-chevron.component.d.ts +0 -6
- package/icons/chevron/icon-chevron.module.d.ts +0 -8
- package/icons/chevron/index.d.ts +0 -5
- package/icons/chevron/public-api.d.ts +0 -2
- package/icons/chevron-bold/icon-chevron-bold.component.d.ts +0 -6
- package/icons/chevron-bold/icon-chevron-bold.module.d.ts +0 -8
- package/icons/chevron-bold/index.d.ts +0 -5
- package/icons/chevron-bold/public-api.d.ts +0 -2
- package/icons/clipboard/icon-clipboard.component.d.ts +0 -6
- package/icons/clipboard/icon-clipboard.module.d.ts +0 -8
- package/icons/clipboard/index.d.ts +0 -5
- package/icons/clipboard/public-api.d.ts +0 -2
- package/icons/clipboard-cross/icon-clipboard-cross.component.d.ts +0 -6
- package/icons/clipboard-cross/icon-clipboard-cross.module.d.ts +0 -8
- package/icons/clipboard-cross/index.d.ts +0 -5
- package/icons/clipboard-cross/public-api.d.ts +0 -2
- package/icons/clipboard-text/icon-clipboard-text.component.d.ts +0 -6
- package/icons/clipboard-text/icon-clipboard-text.module.d.ts +0 -8
- package/icons/clipboard-text/index.d.ts +0 -5
- package/icons/clipboard-text/public-api.d.ts +0 -2
- package/icons/clock/icon-clock.component.d.ts +0 -6
- package/icons/clock/icon-clock.module.d.ts +0 -8
- package/icons/clock/index.d.ts +0 -5
- package/icons/clock/public-api.d.ts +0 -2
- package/icons/close/icon-close.component.d.ts +0 -6
- package/icons/close/icon-close.module.d.ts +0 -8
- package/icons/close/index.d.ts +0 -5
- package/icons/close/public-api.d.ts +0 -2
- package/icons/close-bold/icon-close-bold.component.d.ts +0 -6
- package/icons/close-bold/icon-close-bold.module.d.ts +0 -8
- package/icons/close-bold/index.d.ts +0 -5
- package/icons/close-bold/public-api.d.ts +0 -2
- package/icons/cog/icon-cog.component.d.ts +0 -6
- package/icons/cog/icon-cog.module.d.ts +0 -8
- package/icons/cog/index.d.ts +0 -5
- package/icons/cog/public-api.d.ts +0 -2
- package/icons/computer/icon-computer.component.d.ts +0 -6
- package/icons/computer/icon-computer.module.d.ts +0 -8
- package/icons/computer/index.d.ts +0 -5
- package/icons/computer/public-api.d.ts +0 -2
- package/icons/computer-inera/icon-computer-inera.component.d.ts +0 -6
- package/icons/computer-inera/icon-computer-inera.module.d.ts +0 -8
- package/icons/computer-inera/index.d.ts +0 -5
- package/icons/computer-inera/public-api.d.ts +0 -2
- package/icons/copy-file/icon-copy-file.component.d.ts +0 -6
- package/icons/copy-file/icon-copy-file.module.d.ts +0 -8
- package/icons/copy-file/index.d.ts +0 -5
- package/icons/copy-file/public-api.d.ts +0 -2
- package/icons/copy-link/icon-copy-link.component.d.ts +0 -6
- package/icons/copy-link/icon-copy-link.module.d.ts +0 -8
- package/icons/copy-link/index.d.ts +0 -5
- package/icons/copy-link/public-api.d.ts +0 -2
- package/icons/denied/icon-denied.component.d.ts +0 -6
- package/icons/denied/icon-denied.module.d.ts +0 -8
- package/icons/denied/index.d.ts +0 -5
- package/icons/denied/public-api.d.ts +0 -2
- package/icons/doctors-bag/icon-doctors-bag.component.d.ts +0 -6
- package/icons/doctors-bag/icon-doctors-bag.module.d.ts +0 -8
- package/icons/doctors-bag/index.d.ts +0 -5
- package/icons/doctors-bag/public-api.d.ts +0 -2
- package/icons/document/icon-document.component.d.ts +0 -6
- package/icons/document/icon-document.module.d.ts +0 -8
- package/icons/document/index.d.ts +0 -5
- package/icons/document/public-api.d.ts +0 -2
- package/icons/download/icon-download.component.d.ts +0 -6
- package/icons/download/icon-download.module.d.ts +0 -8
- package/icons/download/index.d.ts +0 -5
- package/icons/download/public-api.d.ts +0 -2
- package/icons/drag-n-drop/icon-drag-n-drop.component.d.ts +0 -6
- package/icons/drag-n-drop/icon-drag-n-drop.module.d.ts +0 -8
- package/icons/drag-n-drop/index.d.ts +0 -5
- package/icons/drag-n-drop/public-api.d.ts +0 -2
- package/icons/ear-hearing/icon-ear-hearing.component.d.ts +0 -6
- package/icons/ear-hearing/icon-ear-hearing.module.d.ts +0 -8
- package/icons/ear-hearing/index.d.ts +0 -5
- package/icons/ear-hearing/public-api.d.ts +0 -2
- package/icons/edit/icon-edit.component.d.ts +0 -6
- package/icons/edit/icon-edit.module.d.ts +0 -8
- package/icons/edit/index.d.ts +0 -5
- package/icons/edit/public-api.d.ts +0 -2
- package/icons/email/icon-email.component.d.ts +0 -6
- package/icons/email/icon-email.module.d.ts +0 -8
- package/icons/email/index.d.ts +0 -5
- package/icons/email/public-api.d.ts +0 -2
- package/icons/email-sent/icon-email-sent.component.d.ts +0 -6
- package/icons/email-sent/icon-email-sent.module.d.ts +0 -8
- package/icons/email-sent/index.d.ts +0 -5
- package/icons/email-sent/public-api.d.ts +0 -2
- package/icons/email-unread/icon-email-unread.component.d.ts +0 -6
- package/icons/email-unread/icon-email-unread.module.d.ts +0 -8
- package/icons/email-unread/index.d.ts +0 -5
- package/icons/email-unread/public-api.d.ts +0 -2
- package/icons/expand/icon-expand.component.d.ts +0 -6
- package/icons/expand/icon-expand.module.d.ts +0 -8
- package/icons/expand/index.d.ts +0 -5
- package/icons/expand/public-api.d.ts +0 -2
- package/icons/external/icon-external.component.d.ts +0 -6
- package/icons/external/icon-external.module.d.ts +0 -8
- package/icons/external/index.d.ts +0 -5
- package/icons/external/public-api.d.ts +0 -2
- package/icons/facebook/icon-facebook.component.d.ts +0 -6
- package/icons/facebook/icon-facebook.module.d.ts +0 -8
- package/icons/facebook/index.d.ts +0 -5
- package/icons/facebook/public-api.d.ts +0 -2
- package/icons/file-csv/icon-file-csv.component.d.ts +0 -6
- package/icons/file-csv/icon-file-csv.module.d.ts +0 -8
- package/icons/file-csv/index.d.ts +0 -5
- package/icons/file-csv/public-api.d.ts +0 -2
- package/icons/file-excel/icon-file-excel.component.d.ts +0 -6
- package/icons/file-excel/icon-file-excel.module.d.ts +0 -8
- package/icons/file-excel/index.d.ts +0 -5
- package/icons/file-excel/public-api.d.ts +0 -2
- package/icons/file-other/icon-file-other.component.d.ts +0 -6
- package/icons/file-other/icon-file-other.module.d.ts +0 -8
- package/icons/file-other/index.d.ts +0 -5
- package/icons/file-other/public-api.d.ts +0 -2
- package/icons/file-pdf/icon-file-pdf.component.d.ts +0 -6
- package/icons/file-pdf/icon-file-pdf.module.d.ts +0 -8
- package/icons/file-pdf/index.d.ts +0 -5
- package/icons/file-pdf/public-api.d.ts +0 -2
- package/icons/file-picture/icon-file-picture.component.d.ts +0 -6
- package/icons/file-picture/icon-file-picture.module.d.ts +0 -8
- package/icons/file-picture/index.d.ts +0 -5
- package/icons/file-picture/public-api.d.ts +0 -2
- package/icons/file-powerpoint/icon-file-powerpoint.component.d.ts +0 -6
- package/icons/file-powerpoint/icon-file-powerpoint.module.d.ts +0 -8
- package/icons/file-powerpoint/index.d.ts +0 -5
- package/icons/file-powerpoint/public-api.d.ts +0 -2
- package/icons/file-word/icon-file-word.component.d.ts +0 -6
- package/icons/file-word/icon-file-word.module.d.ts +0 -8
- package/icons/file-word/index.d.ts +0 -5
- package/icons/file-word/public-api.d.ts +0 -2
- package/icons/find-care/icon-find-care.component.d.ts +0 -6
- package/icons/find-care/icon-find-care.module.d.ts +0 -8
- package/icons/find-care/index.d.ts +0 -5
- package/icons/find-care/public-api.d.ts +0 -2
- package/icons/find-region/icon-find-region.component.d.ts +0 -6
- package/icons/find-region/icon-find-region.module.d.ts +0 -8
- package/icons/find-region/index.d.ts +0 -5
- package/icons/find-region/public-api.d.ts +0 -2
- package/icons/flag/icon-flag.component.d.ts +0 -6
- package/icons/flag/icon-flag.module.d.ts +0 -8
- package/icons/flag/index.d.ts +0 -5
- package/icons/flag/public-api.d.ts +0 -2
- package/icons/form-numbered/icon-form-numbered.component.d.ts +0 -6
- package/icons/form-numbered/icon-form-numbered.module.d.ts +0 -8
- package/icons/form-numbered/index.d.ts +0 -5
- package/icons/form-numbered/public-api.d.ts +0 -2
- package/icons/form-numbered-reocurring/icon-form-numbered-reoccuring.component.d.ts +0 -6
- package/icons/form-numbered-reocurring/icon-form-numbered-reoccuring.module.d.ts +0 -8
- package/icons/form-numbered-reocurring/index.d.ts +0 -5
- package/icons/form-numbered-reocurring/public-api.d.ts +0 -2
- package/icons/gotland/icon-gotland.component.d.ts +0 -6
- package/icons/gotland/icon-gotland.module.d.ts +0 -8
- package/icons/gotland/index.d.ts +0 -5
- package/icons/gotland/public-api.d.ts +0 -2
- package/icons/halland/icon-halland.component.d.ts +0 -6
- package/icons/halland/icon-halland.module.d.ts +0 -8
- package/icons/halland/index.d.ts +0 -5
- package/icons/halland/public-api.d.ts +0 -2
- package/icons/headphones/icon-headphones.component.d.ts +0 -6
- package/icons/headphones/icon-headphones.module.d.ts +0 -8
- package/icons/headphones/index.d.ts +0 -5
- package/icons/headphones/public-api.d.ts +0 -2
- package/icons/hourglass/icon-hourglass.component.d.ts +0 -6
- package/icons/hourglass/icon-hourglass.module.d.ts +0 -8
- package/icons/hourglass/index.d.ts +0 -5
- package/icons/hourglass/public-api.d.ts +0 -2
- package/icons/hourglass-end/icon-hourglass-end.component.d.ts +0 -6
- package/icons/hourglass-end/icon-hourglass-end.module.d.ts +0 -8
- package/icons/hourglass-end/index.d.ts +0 -5
- package/icons/hourglass-end/public-api.d.ts +0 -2
- package/icons/hourglass-start/icon-hourglass-start.component.d.ts +0 -6
- package/icons/hourglass-start/icon-hourglass-start.module.d.ts +0 -8
- package/icons/hourglass-start/index.d.ts +0 -5
- package/icons/hourglass-start/public-api.d.ts +0 -2
- package/icons/house/icon-house.component.d.ts +0 -6
- package/icons/house/icon-house.module.d.ts +0 -8
- package/icons/house/index.d.ts +0 -5
- package/icons/house/public-api.d.ts +0 -2
- package/icons/id-card/icon-id-card.component.d.ts +0 -6
- package/icons/id-card/icon-id-card.module.d.ts +0 -8
- package/icons/id-card/index.d.ts +0 -5
- package/icons/id-card/public-api.d.ts +0 -2
- package/icons/id-card-locked/icon-id-card-locked.component.d.ts +0 -6
- package/icons/id-card-locked/icon-id-card-locked.module.d.ts +0 -8
- package/icons/id-card-locked/index.d.ts +0 -5
- package/icons/id-card-locked/public-api.d.ts +0 -2
- package/icons/image/icon-image.component.d.ts +0 -6
- package/icons/image/icon-image.module.d.ts +0 -8
- package/icons/image/index.d.ts +0 -5
- package/icons/image/public-api.d.ts +0 -2
- package/icons/inera/icon-inera.component.d.ts +0 -6
- package/icons/inera/icon-inera.module.d.ts +0 -8
- package/icons/inera/index.d.ts +0 -5
- package/icons/inera/public-api.d.ts +0 -2
- package/icons/inera-legacy/icon-inera-legacy.component.d.ts +0 -6
- package/icons/inera-legacy/icon-inera-legacy.module.d.ts +0 -8
- package/icons/inera-legacy/index.d.ts +0 -5
- package/icons/inera-legacy/public-api.d.ts +0 -2
- package/icons/information/icon-information.component.d.ts +0 -6
- package/icons/information/icon-information.module.d.ts +0 -8
- package/icons/information/index.d.ts +0 -5
- package/icons/information/public-api.d.ts +0 -2
- package/icons/jamtland-harjedalen/icon-jamtland-harjedalen.component.d.ts +0 -6
- package/icons/jamtland-harjedalen/icon-jamtland-harjedalen.module.d.ts +0 -8
- package/icons/jamtland-harjedalen/index.d.ts +0 -5
- package/icons/jamtland-harjedalen/public-api.d.ts +0 -2
- package/icons/jonkoping/icon-jonkoping.component.d.ts +0 -6
- package/icons/jonkoping/icon-jonkoping.module.d.ts +0 -8
- package/icons/jonkoping/index.d.ts +0 -5
- package/icons/jonkoping/public-api.d.ts +0 -2
- package/icons/kalmar/icon-kalmar.component.d.ts +0 -6
- package/icons/kalmar/icon-kalmar.module.d.ts +0 -8
- package/icons/kalmar/index.d.ts +0 -5
- package/icons/kalmar/public-api.d.ts +0 -2
- package/icons/kronoberg/icon-kronoberg.component.d.ts +0 -6
- package/icons/kronoberg/icon-kronoberg.module.d.ts +0 -8
- package/icons/kronoberg/index.d.ts +0 -5
- package/icons/kronoberg/public-api.d.ts +0 -2
- package/icons/lightbulb/icon-lightbulb.component.d.ts +0 -6
- package/icons/lightbulb/icon-lightbulb.module.d.ts +0 -8
- package/icons/lightbulb/index.d.ts +0 -5
- package/icons/lightbulb/public-api.d.ts +0 -2
- package/icons/linkedin/icon-linkedin.component.d.ts +0 -6
- package/icons/linkedin/icon-linkedin.module.d.ts +0 -8
- package/icons/linkedin/index.d.ts +0 -5
- package/icons/linkedin/public-api.d.ts +0 -2
- package/icons/list/icon-list.component.d.ts +0 -6
- package/icons/list/icon-list.module.d.ts +0 -8
- package/icons/list/index.d.ts +0 -5
- package/icons/list/public-api.d.ts +0 -2
- package/icons/lock/icon-lock.component.d.ts +0 -6
- package/icons/lock/icon-lock.module.d.ts +0 -8
- package/icons/lock/index.d.ts +0 -5
- package/icons/lock/public-api.d.ts +0 -2
- package/icons/lock-open/icon-lock-open.component.d.ts +0 -6
- package/icons/lock-open/icon-lock-open.module.d.ts +0 -8
- package/icons/lock-open/index.d.ts +0 -5
- package/icons/lock-open/public-api.d.ts +0 -2
- package/icons/log/icon-log.component.d.ts +0 -6
- package/icons/log/icon-log.module.d.ts +0 -8
- package/icons/log/index.d.ts +0 -5
- package/icons/log/public-api.d.ts +0 -2
- package/icons/log-locked/icon-log-locked.component.d.ts +0 -6
- package/icons/log-locked/icon-log-locked.module.d.ts +0 -8
- package/icons/log-locked/index.d.ts +0 -5
- package/icons/log-locked/public-api.d.ts +0 -2
- package/icons/menu/icon-menu.component.d.ts +0 -6
- package/icons/menu/icon-menu.module.d.ts +0 -8
- package/icons/menu/index.d.ts +0 -5
- package/icons/menu/public-api.d.ts +0 -2
- package/icons/minus/icon-minus.component.d.ts +0 -6
- package/icons/minus/icon-minus.module.d.ts +0 -8
- package/icons/minus/index.d.ts +0 -5
- package/icons/minus/public-api.d.ts +0 -2
- package/icons/moment-start/icon-moment-start.component.d.ts +0 -6
- package/icons/moment-start/icon-moment-start.module.d.ts +0 -8
- package/icons/moment-start/index.d.ts +0 -5
- package/icons/moment-start/public-api.d.ts +0 -2
- package/icons/moment-stop/icon-moment-stop.component.d.ts +0 -6
- package/icons/moment-stop/icon-moment-stop.module.d.ts +0 -8
- package/icons/moment-stop/index.d.ts +0 -5
- package/icons/moment-stop/public-api.d.ts +0 -2
- package/icons/norrbotten/icon-norrbotten.component.d.ts +0 -6
- package/icons/norrbotten/icon-norrbotten.module.d.ts +0 -8
- package/icons/norrbotten/index.d.ts +0 -5
- package/icons/norrbotten/public-api.d.ts +0 -2
- package/icons/office-building/icon-office-building.component.d.ts +0 -6
- package/icons/office-building/icon-office-building.module.d.ts +0 -8
- package/icons/office-building/index.d.ts +0 -5
- package/icons/office-building/public-api.d.ts +0 -2
- package/icons/orebro/icon-orebro.component.d.ts +0 -6
- package/icons/orebro/icon-orebro.module.d.ts +0 -8
- package/icons/orebro/index.d.ts +0 -5
- package/icons/orebro/public-api.d.ts +0 -2
- package/icons/organization/icon-organization.component.d.ts +0 -6
- package/icons/organization/icon-organization.module.d.ts +0 -8
- package/icons/organization/index.d.ts +0 -5
- package/icons/organization/public-api.d.ts +0 -2
- package/icons/ostergotland/icon-ostergotland.component.d.ts +0 -6
- package/icons/ostergotland/icon-ostergotland.module.d.ts +0 -8
- package/icons/ostergotland/index.d.ts +0 -5
- package/icons/ostergotland/public-api.d.ts +0 -2
- package/icons/plus/icon-plus.component.d.ts +0 -6
- package/icons/plus/icon-plus.module.d.ts +0 -8
- package/icons/plus/index.d.ts +0 -5
- package/icons/plus/public-api.d.ts +0 -2
- package/icons/prescription/icon-prescription.component.d.ts +0 -6
- package/icons/prescription/icon-prescription.module.d.ts +0 -8
- package/icons/prescription/index.d.ts +0 -5
- package/icons/prescription/public-api.d.ts +0 -2
- package/icons/print/icon-print.component.d.ts +0 -6
- package/icons/print/icon-print.module.d.ts +0 -8
- package/icons/print/index.d.ts +0 -5
- package/icons/print/public-api.d.ts +0 -2
- package/icons/question/icon-question.component.d.ts +0 -6
- package/icons/question/icon-question.module.d.ts +0 -8
- package/icons/question/index.d.ts +0 -5
- package/icons/question/public-api.d.ts +0 -2
- package/icons/reload/icon-reload.component.d.ts +0 -6
- package/icons/reload/icon-reload.module.d.ts +0 -8
- package/icons/reload/index.d.ts +0 -5
- package/icons/reload/public-api.d.ts +0 -2
- package/icons/reply/icon-reply.component.d.ts +0 -6
- package/icons/reply/icon-reply.module.d.ts +0 -8
- package/icons/reply/index.d.ts +0 -5
- package/icons/reply/public-api.d.ts +0 -2
- package/icons/search/icon-search.component.d.ts +0 -6
- package/icons/search/icon-search.module.d.ts +0 -8
- package/icons/search/index.d.ts +0 -5
- package/icons/search/public-api.d.ts +0 -2
- package/icons/search-inera/icon-search-inera.component.d.ts +0 -6
- package/icons/search-inera/icon-search-inera.module.d.ts +0 -8
- package/icons/search-inera/index.d.ts +0 -5
- package/icons/search-inera/public-api.d.ts +0 -2
- package/icons/share/icon-share.component.d.ts +0 -6
- package/icons/share/icon-share.module.d.ts +0 -8
- package/icons/share/index.d.ts +0 -5
- package/icons/share/public-api.d.ts +0 -2
- package/icons/shield-locked/icon-shield-locked.component.d.ts +0 -6
- package/icons/shield-locked/icon-shield-locked.module.d.ts +0 -8
- package/icons/shield-locked/index.d.ts +0 -5
- package/icons/shield-locked/public-api.d.ts +0 -2
- package/icons/shield-locked-primary/icon-shield-locked-primary.component.d.ts +0 -6
- package/icons/shield-locked-primary/icon-shield-locked-primary.module.d.ts +0 -8
- package/icons/shield-locked-primary/index.d.ts +0 -5
- package/icons/shield-locked-primary/public-api.d.ts +0 -2
- package/icons/skane/icon-skane.component.d.ts +0 -6
- package/icons/skane/icon-skane.module.d.ts +0 -8
- package/icons/skane/index.d.ts +0 -5
- package/icons/skane/public-api.d.ts +0 -2
- package/icons/sormland/icon-sormland.component.d.ts +0 -6
- package/icons/sormland/icon-sormland.module.d.ts +0 -8
- package/icons/sormland/index.d.ts +0 -5
- package/icons/sormland/public-api.d.ts +0 -2
- package/icons/star/icon-star.component.d.ts +0 -6
- package/icons/star/icon-star.module.d.ts +0 -8
- package/icons/star/index.d.ts +0 -5
- package/icons/star/public-api.d.ts +0 -2
- package/icons/star-filled/icon-star-filled.component.d.ts +0 -6
- package/icons/star-filled/icon-star-filled.module.d.ts +0 -8
- package/icons/star-filled/index.d.ts +0 -5
- package/icons/star-filled/public-api.d.ts +0 -2
- package/icons/stockholm/icon-stockholm.component.d.ts +0 -6
- package/icons/stockholm/icon-stockholm.module.d.ts +0 -8
- package/icons/stockholm/index.d.ts +0 -5
- package/icons/stockholm/public-api.d.ts +0 -2
- package/icons/success/icon-success.component.d.ts +0 -6
- package/icons/success/icon-success.module.d.ts +0 -8
- package/icons/success/index.d.ts +0 -5
- package/icons/success/public-api.d.ts +0 -2
- package/icons/swap/icon-swap.component.d.ts +0 -6
- package/icons/swap/icon-swap.module.d.ts +0 -8
- package/icons/swap/index.d.ts +0 -5
- package/icons/swap/public-api.d.ts +0 -2
- package/icons/switch-person/icon-switch-person.component.d.ts +0 -6
- package/icons/switch-person/icon-switch-person.module.d.ts +0 -8
- package/icons/switch-person/index.d.ts +0 -5
- package/icons/switch-person/public-api.d.ts +0 -2
- package/icons/telephone/icon-telephone.component.d.ts +0 -6
- package/icons/telephone/icon-telephone.module.d.ts +0 -8
- package/icons/telephone/index.d.ts +0 -5
- package/icons/telephone/public-api.d.ts +0 -2
- package/icons/test-tube/icon-test-tube.component.d.ts +0 -6
- package/icons/test-tube/icon-test-tube.module.d.ts +0 -8
- package/icons/test-tube/index.d.ts +0 -5
- package/icons/test-tube/public-api.d.ts +0 -2
- package/icons/test-tube-analyze/icon-test-tube-analyze.component.d.ts +0 -6
- package/icons/test-tube-analyze/icon-test-tube-analyze.module.d.ts +0 -8
- package/icons/test-tube-analyze/index.d.ts +0 -5
- package/icons/test-tube-analyze/public-api.d.ts +0 -2
- package/icons/test-tube-empty/icon-test-tube-empty.component.d.ts +0 -6
- package/icons/test-tube-empty/icon-test-tube-empty.module.d.ts +0 -8
- package/icons/test-tube-empty/index.d.ts +0 -5
- package/icons/test-tube-empty/public-api.d.ts +0 -2
- package/icons/toggle-card/icon-toggle-card.component.d.ts +0 -6
- package/icons/toggle-card/icon-toggle-card.module.d.ts +0 -8
- package/icons/toggle-card/index.d.ts +0 -5
- package/icons/toggle-card/public-api.d.ts +0 -2
- package/icons/toggle-list/icon-toggle-list.component.d.ts +0 -6
- package/icons/toggle-list/icon-toggle-list.module.d.ts +0 -8
- package/icons/toggle-list/index.d.ts +0 -5
- package/icons/toggle-list/public-api.d.ts +0 -2
- package/icons/trash/icon-trash.component.d.ts +0 -6
- package/icons/trash/icon-trash.module.d.ts +0 -8
- package/icons/trash/index.d.ts +0 -5
- package/icons/trash/public-api.d.ts +0 -2
- package/icons/twitter/icon-twitter.component.d.ts +0 -6
- package/icons/twitter/icon-twitter.module.d.ts +0 -8
- package/icons/twitter/index.d.ts +0 -5
- package/icons/twitter/public-api.d.ts +0 -2
- package/icons/uppsala/icon-uppsala.component.d.ts +0 -6
- package/icons/uppsala/icon-uppsala.module.d.ts +0 -8
- package/icons/uppsala/index.d.ts +0 -5
- package/icons/uppsala/public-api.d.ts +0 -2
- package/icons/user/icon-user.component.d.ts +0 -6
- package/icons/user/icon-user.module.d.ts +0 -8
- package/icons/user/index.d.ts +0 -5
- package/icons/user/public-api.d.ts +0 -2
- package/icons/vasterbotten/icon-vasterbotten.component.d.ts +0 -6
- package/icons/vasterbotten/icon-vasterbotten.module.d.ts +0 -8
- package/icons/vasterbotten/index.d.ts +0 -5
- package/icons/vasterbotten/public-api.d.ts +0 -2
- package/icons/vasternorrland/icon-vasternorrland.component.d.ts +0 -6
- package/icons/vasternorrland/icon-vasternorrland.module.d.ts +0 -8
- package/icons/vasternorrland/index.d.ts +0 -5
- package/icons/vasternorrland/public-api.d.ts +0 -2
- package/icons/vastmanland/icon-vastmanland.component.d.ts +0 -6
- package/icons/vastmanland/icon-vastmanland.module.d.ts +0 -8
- package/icons/vastmanland/index.d.ts +0 -5
- package/icons/vastmanland/public-api.d.ts +0 -2
- package/icons/vastra-gotaland/icon-vastra-gotaland.component.d.ts +0 -6
- package/icons/vastra-gotaland/icon-vastra-gotaland.module.d.ts +0 -8
- package/icons/vastra-gotaland/index.d.ts +0 -5
- package/icons/vastra-gotaland/public-api.d.ts +0 -2
- package/icons/video-off/icon-video-off.component.d.ts +0 -6
- package/icons/video-off/icon-video-off.module.d.ts +0 -8
- package/icons/video-off/index.d.ts +0 -5
- package/icons/video-off/public-api.d.ts +0 -2
- package/icons/video-on/icon-video-on.component.d.ts +0 -6
- package/icons/video-on/icon-video-on.module.d.ts +0 -8
- package/icons/video-on/index.d.ts +0 -5
- package/icons/video-on/public-api.d.ts +0 -2
- package/icons/video-switch/icon-video-switch.component.d.ts +0 -6
- package/icons/video-switch/icon-video-switch.module.d.ts +0 -8
- package/icons/video-switch/index.d.ts +0 -5
- package/icons/video-switch/public-api.d.ts +0 -2
- package/icons/visibility/icon-visibility.component.d.ts +0 -6
- package/icons/visibility/icon-visibility.module.d.ts +0 -8
- package/icons/visibility/index.d.ts +0 -5
- package/icons/visibility/public-api.d.ts +0 -2
- package/icons/visibility-off/icon-visibility-off.component.d.ts +0 -6
- package/icons/visibility-off/icon-visibility-off.module.d.ts +0 -8
- package/icons/visibility-off/index.d.ts +0 -5
- package/icons/visibility-off/public-api.d.ts +0 -2
- package/icons/warning/icon-warning.component.d.ts +0 -6
- package/icons/warning/icon-warning.module.d.ts +0 -8
- package/icons/warning/index.d.ts +0 -5
- package/icons/warning/public-api.d.ts +0 -2
|
@@ -3,14 +3,14 @@ import { Component, ContentChild, ContentChildren, CUSTOM_ELEMENTS_SCHEMA, Input
|
|
|
3
3
|
import { IDHeaderIneraAdminItemComponent } from "./item/header-inera-admin-item.component";
|
|
4
4
|
import { IDHeaderIneraAdminAvatarComponent } from "./avatar/header-inera-admin-avatar.component";
|
|
5
5
|
import { IDHeaderIneraAdminNavComponent } from "./nav/header-inera-admin-nav.component";
|
|
6
|
-
import {
|
|
6
|
+
import { IDHeaderIneraAdminMenuMobileComponent } from "./menu-mobile/header-inera-admin-menu-mobile.component";
|
|
7
7
|
import "@inera/ids-core/components/header-inera-admin/register";
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
import * as i1 from "@angular/common";
|
|
10
10
|
export class IDHeaderIneraAdminComponent {
|
|
11
11
|
cdRef;
|
|
12
12
|
brandtext = "";
|
|
13
|
-
|
|
13
|
+
showlogo = false;
|
|
14
14
|
unresponsive = false;
|
|
15
15
|
constructor(cdRef) {
|
|
16
16
|
this.cdRef = cdRef;
|
|
@@ -19,12 +19,12 @@ export class IDHeaderIneraAdminComponent {
|
|
|
19
19
|
avatar;
|
|
20
20
|
// Navbar
|
|
21
21
|
navbar;
|
|
22
|
-
//
|
|
23
|
-
|
|
22
|
+
// Header mobile menu
|
|
23
|
+
menuMobile;
|
|
24
24
|
// Items
|
|
25
25
|
itemList;
|
|
26
26
|
items;
|
|
27
|
-
|
|
27
|
+
itemsDone = false;
|
|
28
28
|
ngAfterViewInit() {
|
|
29
29
|
this.updateItemsArray();
|
|
30
30
|
this.itemList.changes.subscribe(() => {
|
|
@@ -35,18 +35,18 @@ export class IDHeaderIneraAdminComponent {
|
|
|
35
35
|
setTimeout(() => {
|
|
36
36
|
this.items = this.itemList.toArray();
|
|
37
37
|
this.cdRef.detectChanges();
|
|
38
|
-
this.
|
|
38
|
+
this.itemsDone = true;
|
|
39
39
|
}, 0);
|
|
40
40
|
}
|
|
41
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
42
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
41
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeaderIneraAdminComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
42
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDHeaderIneraAdminComponent, isStandalone: true, selector: "id-header-inera-admin", inputs: { brandtext: "brandtext", showlogo: "showlogo", unresponsive: "unresponsive" }, queries: [{ propertyName: "avatar", first: true, predicate: IDHeaderIneraAdminAvatarComponent, descendants: true }, { propertyName: "navbar", first: true, predicate: IDHeaderIneraAdminNavComponent, descendants: true }, { propertyName: "menuMobile", first: true, predicate: IDHeaderIneraAdminMenuMobileComponent, descendants: true }, { propertyName: "itemList", predicate: IDHeaderIneraAdminItemComponent }], ngImport: i0, template: "<ids-header-inera-admin\n [showlogo]=\"showlogo ? true : null\"\n [attr.unresponsive]=\"unresponsive ? 'true' : null\"\n [brandtext]=\"brandtext\">\n <ids-header-inera-admin-item\n *ngFor=\"let item of items\"\n [mobile]=\"item.mobile ? true : null\"\n [separatorleft]=\"item.separatorleft ? true : null\">\n <ng-container *ngTemplateOutlet=\"item.template\"></ng-container>\n </ids-header-inera-admin-item>\n\n <ids-header-inera-admin-avatar\n *ngIf=\"itemsDone && avatar\"\n [username]=\"avatar.username\"\n [unit]=\"avatar.unit\"\n [expanded]=\"avatar.expanded\">\n <ng-container *ngTemplateOutlet=\"avatar.template\"></ng-container>\n </ids-header-inera-admin-avatar>\n\n <ids-header-inera-admin-menu-mobile *ngIf=\"itemsDone && menuMobile\" slot=\"mobile-menu\">\n <ng-container *ngTemplateOutlet=\"menuMobile.template\"></ng-container>\n </ids-header-inera-admin-menu-mobile>\n\n <ids-header-inera-admin-nav *ngIf=\"itemsDone && navbar\">\n <ng-container *ngTemplateOutlet=\"navbar.template\"></ng-container>\n </ids-header-inera-admin-nav>\n</ids-header-inera-admin>\n", dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] });
|
|
43
43
|
}
|
|
44
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
44
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeaderIneraAdminComponent, decorators: [{
|
|
45
45
|
type: Component,
|
|
46
|
-
args: [{ selector: "id-header-inera-admin", standalone: true, schemas: [CUSTOM_ELEMENTS_SCHEMA], imports: [CommonModule], template: "<ids-header-inera-admin\n [
|
|
46
|
+
args: [{ selector: "id-header-inera-admin", standalone: true, schemas: [CUSTOM_ELEMENTS_SCHEMA], imports: [CommonModule], template: "<ids-header-inera-admin\n [showlogo]=\"showlogo ? true : null\"\n [attr.unresponsive]=\"unresponsive ? 'true' : null\"\n [brandtext]=\"brandtext\">\n <ids-header-inera-admin-item\n *ngFor=\"let item of items\"\n [mobile]=\"item.mobile ? true : null\"\n [separatorleft]=\"item.separatorleft ? true : null\">\n <ng-container *ngTemplateOutlet=\"item.template\"></ng-container>\n </ids-header-inera-admin-item>\n\n <ids-header-inera-admin-avatar\n *ngIf=\"itemsDone && avatar\"\n [username]=\"avatar.username\"\n [unit]=\"avatar.unit\"\n [expanded]=\"avatar.expanded\">\n <ng-container *ngTemplateOutlet=\"avatar.template\"></ng-container>\n </ids-header-inera-admin-avatar>\n\n <ids-header-inera-admin-menu-mobile *ngIf=\"itemsDone && menuMobile\" slot=\"mobile-menu\">\n <ng-container *ngTemplateOutlet=\"menuMobile.template\"></ng-container>\n </ids-header-inera-admin-menu-mobile>\n\n <ids-header-inera-admin-nav *ngIf=\"itemsDone && navbar\">\n <ng-container *ngTemplateOutlet=\"navbar.template\"></ng-container>\n </ids-header-inera-admin-nav>\n</ids-header-inera-admin>\n" }]
|
|
47
47
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }], propDecorators: { brandtext: [{
|
|
48
48
|
type: Input
|
|
49
|
-
}],
|
|
49
|
+
}], showlogo: [{
|
|
50
50
|
type: Input
|
|
51
51
|
}], unresponsive: [{
|
|
52
52
|
type: Input
|
|
@@ -56,11 +56,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
56
56
|
}], navbar: [{
|
|
57
57
|
type: ContentChild,
|
|
58
58
|
args: [IDHeaderIneraAdminNavComponent]
|
|
59
|
-
}],
|
|
59
|
+
}], menuMobile: [{
|
|
60
60
|
type: ContentChild,
|
|
61
|
-
args: [
|
|
61
|
+
args: [IDHeaderIneraAdminMenuMobileComponent]
|
|
62
62
|
}], itemList: [{
|
|
63
63
|
type: ContentChildren,
|
|
64
64
|
args: [IDHeaderIneraAdminItemComponent]
|
|
65
65
|
}] } });
|
|
66
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
66
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGVhZGVyLWluZXJhLWFkbWluLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2NvbXBvbmVudHMvaGVhZGVyLWluZXJhLWFkbWluL2hlYWRlci1pbmVyYS1hZG1pbi5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9jb21wb25lbnRzL2hlYWRlci1pbmVyYS1hZG1pbi9oZWFkZXItaW5lcmEtYWRtaW4uY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFFTCxTQUFTLEVBQ1QsWUFBWSxFQUNaLGVBQWUsRUFDZixzQkFBc0IsRUFDdEIsS0FBSyxFQUVOLE1BQU0sZUFBZSxDQUFDO0FBQ3ZCLE9BQU8sRUFBRSwrQkFBK0IsRUFBRSxNQUFNLDBDQUEwQyxDQUFDO0FBQzNGLE9BQU8sRUFBRSxpQ0FBaUMsRUFBRSxNQUFNLDhDQUE4QyxDQUFDO0FBQ2pHLE9BQU8sRUFBRSw4QkFBOEIsRUFBRSxNQUFNLHdDQUF3QyxDQUFDO0FBQ3hGLE9BQU8sRUFBRSxxQ0FBcUMsRUFBRSxNQUFNLHdEQUF3RCxDQUFDO0FBQy9HLE9BQU8sd0RBQXdELENBQUM7OztBQVNoRSxNQUFNLE9BQU8sMkJBQTJCO0lBUWxCO0lBTnBCLFNBQVMsR0FBVyxFQUFFLENBQUM7SUFFdkIsUUFBUSxHQUFZLEtBQUssQ0FBQztJQUUxQixZQUFZLEdBQVksS0FBSyxDQUFDO0lBRTlCLFlBQW9CLEtBQXdCO1FBQXhCLFVBQUssR0FBTCxLQUFLLENBQW1CO0lBQUcsQ0FBQztJQUVoRCxTQUFTO0lBRVQsTUFBTSxDQUFvQztJQUUxQyxTQUFTO0lBRVQsTUFBTSxDQUFpQztJQUV2QyxxQkFBcUI7SUFHckIsVUFBVSxDQUF3QztJQUVsRCxRQUFRO0lBRVIsUUFBUSxDQUE2QztJQUU5QyxLQUFLLENBQW9DO0lBQ2hELFNBQVMsR0FBRyxLQUFLLENBQUM7SUFFWCxlQUFlO1FBQ3BCLElBQUksQ0FBQyxnQkFBZ0IsRUFBRSxDQUFDO1FBQ3hCLElBQUksQ0FBQyxRQUFRLENBQUMsT0FBTyxDQUFDLFNBQVMsQ0FBQyxHQUFHLEVBQUU7WUFDbkMsSUFBSSxDQUFDLGdCQUFnQixFQUFFLENBQUM7UUFDMUIsQ0FBQyxDQUFDLENBQUM7SUFDTCxDQUFDO0lBRUQsZ0JBQWdCO1FBQ2QsVUFBVSxDQUFDLEdBQUcsRUFBRTtZQUNkLElBQUksQ0FBQyxLQUFLLEdBQUcsSUFBSSxDQUFDLFFBQVEsQ0FBQyxPQUFPLEVBQUUsQ0FBQztZQUNyQyxJQUFJLENBQUMsS0FBSyxDQUFDLGFBQWEsRUFBRSxDQUFDO1lBQzNCLElBQUksQ0FBQyxTQUFTLEdBQUcsSUFBSSxDQUFDO1FBQ3hCLENBQUMsRUFBRSxDQUFDLENBQUMsQ0FBQztJQUNSLENBQUM7d0dBM0NVLDJCQUEyQjs0RkFBM0IsMkJBQTJCLDZNQVd4QixpQ0FBaUMseUVBSWpDLDhCQUE4Qiw2RUFLOUIscUNBQXFDLDhEQUlsQywrQkFBK0IsNkJDL0NsRCxpbUNBMkJBLDJDRE5ZLFlBQVk7OzRGQUVYLDJCQUEyQjtrQkFQdkMsU0FBUzsrQkFDRSx1QkFBdUIsY0FFckIsSUFBSSxXQUNQLENBQUMsc0JBQXNCLENBQUMsV0FDeEIsQ0FBQyxZQUFZLENBQUM7c0ZBSXZCLFNBQVM7c0JBRFIsS0FBSztnQkFHTixRQUFRO3NCQURQLEtBQUs7Z0JBR04sWUFBWTtzQkFEWCxLQUFLO2dCQU9OLE1BQU07c0JBREwsWUFBWTt1QkFBQyxpQ0FBaUM7Z0JBSy9DLE1BQU07c0JBREwsWUFBWTt1QkFBQyw4QkFBOEI7Z0JBTTVDLFVBQVU7c0JBRFQsWUFBWTt1QkFBQyxxQ0FBcUM7Z0JBS25ELFFBQVE7c0JBRFAsZUFBZTt1QkFBQywrQkFBK0IiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tIFwiQGFuZ3VsYXIvY29tbW9uXCI7XG5pbXBvcnQge1xuICBDaGFuZ2VEZXRlY3RvclJlZixcbiAgQ29tcG9uZW50LFxuICBDb250ZW50Q2hpbGQsXG4gIENvbnRlbnRDaGlsZHJlbixcbiAgQ1VTVE9NX0VMRU1FTlRTX1NDSEVNQSxcbiAgSW5wdXQsXG4gIFF1ZXJ5TGlzdFxufSBmcm9tIFwiQGFuZ3VsYXIvY29yZVwiO1xuaW1wb3J0IHsgSURIZWFkZXJJbmVyYUFkbWluSXRlbUNvbXBvbmVudCB9IGZyb20gXCIuL2l0ZW0vaGVhZGVyLWluZXJhLWFkbWluLWl0ZW0uY29tcG9uZW50XCI7XG5pbXBvcnQgeyBJREhlYWRlckluZXJhQWRtaW5BdmF0YXJDb21wb25lbnQgfSBmcm9tIFwiLi9hdmF0YXIvaGVhZGVyLWluZXJhLWFkbWluLWF2YXRhci5jb21wb25lbnRcIjtcbmltcG9ydCB7IElESGVhZGVySW5lcmFBZG1pbk5hdkNvbXBvbmVudCB9IGZyb20gXCIuL25hdi9oZWFkZXItaW5lcmEtYWRtaW4tbmF2LmNvbXBvbmVudFwiO1xuaW1wb3J0IHsgSURIZWFkZXJJbmVyYUFkbWluTWVudU1vYmlsZUNvbXBvbmVudCB9IGZyb20gXCIuL21lbnUtbW9iaWxlL2hlYWRlci1pbmVyYS1hZG1pbi1tZW51LW1vYmlsZS5jb21wb25lbnRcIjtcbmltcG9ydCBcIkBpbmVyYS9pZHMtY29yZS9jb21wb25lbnRzL2hlYWRlci1pbmVyYS1hZG1pbi9yZWdpc3RlclwiO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6IFwiaWQtaGVhZGVyLWluZXJhLWFkbWluXCIsXG4gIHRlbXBsYXRlVXJsOiBcIi4vaGVhZGVyLWluZXJhLWFkbWluLmNvbXBvbmVudC5odG1sXCIsXG4gIHN0YW5kYWxvbmU6IHRydWUsXG4gIHNjaGVtYXM6IFtDVVNUT01fRUxFTUVOVFNfU0NIRU1BXSxcbiAgaW1wb3J0czogW0NvbW1vbk1vZHVsZV1cbn0pXG5leHBvcnQgY2xhc3MgSURIZWFkZXJJbmVyYUFkbWluQ29tcG9uZW50IHtcbiAgQElucHV0KClcbiAgYnJhbmR0ZXh0OiBzdHJpbmcgPSBcIlwiO1xuICBASW5wdXQoKVxuICBzaG93bG9nbzogYm9vbGVhbiA9IGZhbHNlO1xuICBASW5wdXQoKVxuICB1bnJlc3BvbnNpdmU6IGJvb2xlYW4gPSBmYWxzZTtcblxuICBjb25zdHJ1Y3Rvcihwcml2YXRlIGNkUmVmOiBDaGFuZ2VEZXRlY3RvclJlZikge31cblxuICAvLyBBdmF0YXJcbiAgQENvbnRlbnRDaGlsZChJREhlYWRlckluZXJhQWRtaW5BdmF0YXJDb21wb25lbnQpXG4gIGF2YXRhcjogSURIZWFkZXJJbmVyYUFkbWluQXZhdGFyQ29tcG9uZW50O1xuXG4gIC8vIE5hdmJhclxuICBAQ29udGVudENoaWxkKElESGVhZGVySW5lcmFBZG1pbk5hdkNvbXBvbmVudClcbiAgbmF2YmFyOiBJREhlYWRlckluZXJhQWRtaW5OYXZDb21wb25lbnQ7XG5cbiAgLy8gSGVhZGVyIG1vYmlsZSBtZW51XG5cbiAgQENvbnRlbnRDaGlsZChJREhlYWRlckluZXJhQWRtaW5NZW51TW9iaWxlQ29tcG9uZW50KVxuICBtZW51TW9iaWxlOiBJREhlYWRlckluZXJhQWRtaW5NZW51TW9iaWxlQ29tcG9uZW50O1xuXG4gIC8vIEl0ZW1zXG4gIEBDb250ZW50Q2hpbGRyZW4oSURIZWFkZXJJbmVyYUFkbWluSXRlbUNvbXBvbmVudClcbiAgaXRlbUxpc3Q6IFF1ZXJ5TGlzdDxJREhlYWRlckluZXJhQWRtaW5JdGVtQ29tcG9uZW50PjtcblxuICBwdWJsaWMgaXRlbXM6IElESGVhZGVySW5lcmFBZG1pbkl0ZW1Db21wb25lbnRbXTtcbiAgaXRlbXNEb25lID0gZmFsc2U7XG5cbiAgcHVibGljIG5nQWZ0ZXJWaWV3SW5pdCgpOiB2b2lkIHtcbiAgICB0aGlzLnVwZGF0ZUl0ZW1zQXJyYXkoKTtcbiAgICB0aGlzLml0ZW1MaXN0LmNoYW5nZXMuc3Vic2NyaWJlKCgpID0+IHtcbiAgICAgIHRoaXMudXBkYXRlSXRlbXNBcnJheSgpO1xuICAgIH0pO1xuICB9XG5cbiAgdXBkYXRlSXRlbXNBcnJheSgpIHtcbiAgICBzZXRUaW1lb3V0KCgpID0+IHtcbiAgICAgIHRoaXMuaXRlbXMgPSB0aGlzLml0ZW1MaXN0LnRvQXJyYXkoKTtcbiAgICAgIHRoaXMuY2RSZWYuZGV0ZWN0Q2hhbmdlcygpO1xuICAgICAgdGhpcy5pdGVtc0RvbmUgPSB0cnVlO1xuICAgIH0sIDApO1xuICB9XG59XG4iLCI8aWRzLWhlYWRlci1pbmVyYS1hZG1pblxuICBbc2hvd2xvZ29dPVwic2hvd2xvZ28gPyB0cnVlIDogbnVsbFwiXG4gIFthdHRyLnVucmVzcG9uc2l2ZV09XCJ1bnJlc3BvbnNpdmUgPyAndHJ1ZScgOiBudWxsXCJcbiAgW2JyYW5kdGV4dF09XCJicmFuZHRleHRcIj5cbiAgPGlkcy1oZWFkZXItaW5lcmEtYWRtaW4taXRlbVxuICAgICpuZ0Zvcj1cImxldCBpdGVtIG9mIGl0ZW1zXCJcbiAgICBbbW9iaWxlXT1cIml0ZW0ubW9iaWxlID8gdHJ1ZSA6IG51bGxcIlxuICAgIFtzZXBhcmF0b3JsZWZ0XT1cIml0ZW0uc2VwYXJhdG9ybGVmdCA/IHRydWUgOiBudWxsXCI+XG4gICAgPG5nLWNvbnRhaW5lciAqbmdUZW1wbGF0ZU91dGxldD1cIml0ZW0udGVtcGxhdGVcIj48L25nLWNvbnRhaW5lcj5cbiAgPC9pZHMtaGVhZGVyLWluZXJhLWFkbWluLWl0ZW0+XG5cbiAgPGlkcy1oZWFkZXItaW5lcmEtYWRtaW4tYXZhdGFyXG4gICAgKm5nSWY9XCJpdGVtc0RvbmUgJiYgYXZhdGFyXCJcbiAgICBbdXNlcm5hbWVdPVwiYXZhdGFyLnVzZXJuYW1lXCJcbiAgICBbdW5pdF09XCJhdmF0YXIudW5pdFwiXG4gICAgW2V4cGFuZGVkXT1cImF2YXRhci5leHBhbmRlZFwiPlxuICAgIDxuZy1jb250YWluZXIgKm5nVGVtcGxhdGVPdXRsZXQ9XCJhdmF0YXIudGVtcGxhdGVcIj48L25nLWNvbnRhaW5lcj5cbiAgPC9pZHMtaGVhZGVyLWluZXJhLWFkbWluLWF2YXRhcj5cblxuICA8aWRzLWhlYWRlci1pbmVyYS1hZG1pbi1tZW51LW1vYmlsZSAqbmdJZj1cIml0ZW1zRG9uZSAmJiBtZW51TW9iaWxlXCIgc2xvdD1cIm1vYmlsZS1tZW51XCI+XG4gICAgPG5nLWNvbnRhaW5lciAqbmdUZW1wbGF0ZU91dGxldD1cIm1lbnVNb2JpbGUudGVtcGxhdGVcIj48L25nLWNvbnRhaW5lcj5cbiAgPC9pZHMtaGVhZGVyLWluZXJhLWFkbWluLW1lbnUtbW9iaWxlPlxuXG4gIDxpZHMtaGVhZGVyLWluZXJhLWFkbWluLW5hdiAqbmdJZj1cIml0ZW1zRG9uZSAmJiBuYXZiYXJcIj5cbiAgICA8bmctY29udGFpbmVyICpuZ1RlbXBsYXRlT3V0bGV0PVwibmF2YmFyLnRlbXBsYXRlXCI+PC9uZy1jb250YWluZXI+XG4gIDwvaWRzLWhlYWRlci1pbmVyYS1hZG1pbi1uYXY+XG48L2lkcy1oZWFkZXItaW5lcmEtYWRtaW4+XG4iXX0=
|
|
@@ -4,10 +4,10 @@ export class IDHeaderIneraAdminItemComponent {
|
|
|
4
4
|
mobile = false;
|
|
5
5
|
separatorleft = false;
|
|
6
6
|
template;
|
|
7
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
8
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
7
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeaderIneraAdminItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
8
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDHeaderIneraAdminItemComponent, isStandalone: true, selector: "id-header-inera-admin-item", inputs: { mobile: "mobile", separatorleft: "separatorleft" }, viewQueries: [{ propertyName: "template", first: true, predicate: TemplateRef, descendants: true }], ngImport: i0, template: "<ng-template>\n <ng-content></ng-content>\n</ng-template>\n", styles: [":host{display:contents}\n"] });
|
|
9
9
|
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
10
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeaderIneraAdminItemComponent, decorators: [{
|
|
11
11
|
type: Component,
|
|
12
12
|
args: [{ selector: 'id-header-inera-admin-item', schemas: [CUSTOM_ELEMENTS_SCHEMA], standalone: true, template: "<ng-template>\n <ng-content></ng-content>\n</ng-template>\n", styles: [":host{display:contents}\n"] }]
|
|
13
13
|
}], propDecorators: { mobile: [{
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { Component, CUSTOM_ELEMENTS_SCHEMA, TemplateRef, ViewChild } from "@angular/core";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export class IDHeaderIneraAdminMenuMobileComponent {
|
|
4
|
+
template;
|
|
5
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeaderIneraAdminMenuMobileComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
6
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDHeaderIneraAdminMenuMobileComponent, isStandalone: true, selector: "id-header-inera-admin-menu-mobile", viewQueries: [{ propertyName: "template", first: true, predicate: TemplateRef, descendants: true }], ngImport: i0, template: "<ng-template>\n <ng-content></ng-content>\n</ng-template>\n" });
|
|
7
|
+
}
|
|
8
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeaderIneraAdminMenuMobileComponent, decorators: [{
|
|
9
|
+
type: Component,
|
|
10
|
+
args: [{ selector: "id-header-inera-admin-menu-mobile", schemas: [CUSTOM_ELEMENTS_SCHEMA], standalone: true, template: "<ng-template>\n <ng-content></ng-content>\n</ng-template>\n" }]
|
|
11
|
+
}], propDecorators: { template: [{
|
|
12
|
+
type: ViewChild,
|
|
13
|
+
args: [TemplateRef]
|
|
14
|
+
}] } });
|
|
15
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGVhZGVyLWluZXJhLWFkbWluLW1lbnUtbW9iaWxlLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2NvbXBvbmVudHMvaGVhZGVyLWluZXJhLWFkbWluL21lbnUtbW9iaWxlL2hlYWRlci1pbmVyYS1hZG1pbi1tZW51LW1vYmlsZS5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9jb21wb25lbnRzL2hlYWRlci1pbmVyYS1hZG1pbi9tZW51LW1vYmlsZS9oZWFkZXItaW5lcmEtYWRtaW4tbWVudS1tb2JpbGUuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxzQkFBc0IsRUFBRSxXQUFXLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDOztBQVExRixNQUFNLE9BQU8scUNBQXFDO0lBQ3hCLFFBQVEsQ0FBbUI7d0dBRHhDLHFDQUFxQzs0RkFBckMscUNBQXFDLHVJQUNyQyxXQUFXLGdEQ1R4Qiw4REFHQTs7NEZES2EscUNBQXFDO2tCQU5qRCxTQUFTOytCQUNFLG1DQUFtQyxXQUVwQyxDQUFDLHNCQUFzQixDQUFDLGNBQ3JCLElBQUk7OEJBR1EsUUFBUTtzQkFBL0IsU0FBUzt1QkFBQyxXQUFXIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBDVVNUT01fRUxFTUVOVFNfU0NIRU1BLCBUZW1wbGF0ZVJlZiwgVmlld0NoaWxkIH0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiBcImlkLWhlYWRlci1pbmVyYS1hZG1pbi1tZW51LW1vYmlsZVwiLFxuICB0ZW1wbGF0ZVVybDogXCIuL2hlYWRlci1pbmVyYS1hZG1pbi1tZW51LW1vYmlsZS5jb21wb25lbnQuaHRtbFwiLFxuICBzY2hlbWFzOiBbQ1VTVE9NX0VMRU1FTlRTX1NDSEVNQV0sXG4gIHN0YW5kYWxvbmU6IHRydWVcbn0pXG5leHBvcnQgY2xhc3MgSURIZWFkZXJJbmVyYUFkbWluTWVudU1vYmlsZUNvbXBvbmVudCB7XG4gIEBWaWV3Q2hpbGQoVGVtcGxhdGVSZWYpIHRlbXBsYXRlOiBUZW1wbGF0ZVJlZjxhbnk+O1xufVxuIiwiPG5nLXRlbXBsYXRlPlxuICA8bmctY29udGVudD48L25nLWNvbnRlbnQ+XG48L25nLXRlbXBsYXRlPlxuIl19
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import { Component, ContentChildren, CUSTOM_ELEMENTS_SCHEMA, TemplateRef, ViewChild } from "@angular/core";
|
|
2
|
-
import { IDHeaderIneraAdminNavItemComponent } from "
|
|
1
|
+
import { Component, ContentChild, ContentChildren, CUSTOM_ELEMENTS_SCHEMA, TemplateRef, ViewChild } from "@angular/core";
|
|
2
|
+
import { IDHeaderIneraAdminNavItemComponent } from "../nav-item/header-inera-admin-nav-item.component";
|
|
3
3
|
import { CommonModule } from "@angular/common";
|
|
4
|
+
import { IDHeaderIneraAdminAvatarMobileComponent } from "../avatar-mobile/header-inera-admin-avatar-mobile.component";
|
|
4
5
|
import * as i0 from "@angular/core";
|
|
5
6
|
import * as i1 from "@angular/common";
|
|
6
7
|
export class IDHeaderIneraAdminNavComponent {
|
|
@@ -9,6 +10,7 @@ export class IDHeaderIneraAdminNavComponent {
|
|
|
9
10
|
this.cdRef = cdRef;
|
|
10
11
|
}
|
|
11
12
|
template;
|
|
13
|
+
navAvatarMobile;
|
|
12
14
|
navItemList;
|
|
13
15
|
navItems;
|
|
14
16
|
ngAfterContentInit() {
|
|
@@ -23,17 +25,20 @@ export class IDHeaderIneraAdminNavComponent {
|
|
|
23
25
|
this.cdRef.detectChanges();
|
|
24
26
|
});
|
|
25
27
|
}
|
|
26
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
27
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
28
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeaderIneraAdminNavComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
29
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDHeaderIneraAdminNavComponent, isStandalone: true, selector: "id-header-inera-admin-nav", queries: [{ propertyName: "navAvatarMobile", first: true, predicate: IDHeaderIneraAdminAvatarMobileComponent, descendants: true }, { propertyName: "navItemList", predicate: IDHeaderIneraAdminNavItemComponent }], viewQueries: [{ propertyName: "template", first: true, predicate: TemplateRef, descendants: true }], ngImport: i0, template: "<ng-template>\n <ids-header-inera-admin-nav-item\n *ngFor=\"let navItem of navItems\"\n [label]=\"navItem.label\"\n [notifications]=\"navItem.notifications\"\n [active]=\"navItem.active\"\n [expanded]=\"navItem.expanded\">\n <ng-container *ngTemplateOutlet=\"navItem.template\"></ng-container>\n </ids-header-inera-admin-nav-item>\n <ids-header-inera-admin-avatar-mobile\n *ngIf=\"navAvatarMobile\"\n [attr.expanded]=\"navAvatarMobile.expanded ? 'true' : null\"\n [attr.username]=\"navAvatarMobile.username\"\n [attr.unit]=\"navAvatarMobile.unit\">\n <ng-container *ngTemplateOutlet=\"navAvatarMobile.template\"></ng-container>\n </ids-header-inera-admin-avatar-mobile>\n</ng-template>\n", dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] });
|
|
28
30
|
}
|
|
29
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
31
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeaderIneraAdminNavComponent, decorators: [{
|
|
30
32
|
type: Component,
|
|
31
|
-
args: [{ selector: "id-header-inera-admin-nav", standalone: true, schemas: [CUSTOM_ELEMENTS_SCHEMA], imports: [CommonModule], template: "<ng-template>\n <ids-header-inera-admin-nav-item\n *ngFor=\"let navItem of navItems\"\n [label]=\"navItem.label\"\n [notifications]=\"navItem.notifications\"\n [active]=\"navItem.active\"\n [expanded]=\"navItem.expanded\"\n [
|
|
33
|
+
args: [{ selector: "id-header-inera-admin-nav", standalone: true, schemas: [CUSTOM_ELEMENTS_SCHEMA], imports: [CommonModule], template: "<ng-template>\n <ids-header-inera-admin-nav-item\n *ngFor=\"let navItem of navItems\"\n [label]=\"navItem.label\"\n [notifications]=\"navItem.notifications\"\n [active]=\"navItem.active\"\n [expanded]=\"navItem.expanded\">\n <ng-container *ngTemplateOutlet=\"navItem.template\"></ng-container>\n </ids-header-inera-admin-nav-item>\n <ids-header-inera-admin-avatar-mobile\n *ngIf=\"navAvatarMobile\"\n [attr.expanded]=\"navAvatarMobile.expanded ? 'true' : null\"\n [attr.username]=\"navAvatarMobile.username\"\n [attr.unit]=\"navAvatarMobile.unit\">\n <ng-container *ngTemplateOutlet=\"navAvatarMobile.template\"></ng-container>\n </ids-header-inera-admin-avatar-mobile>\n</ng-template>\n" }]
|
|
32
34
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }], propDecorators: { template: [{
|
|
33
35
|
type: ViewChild,
|
|
34
36
|
args: [TemplateRef]
|
|
37
|
+
}], navAvatarMobile: [{
|
|
38
|
+
type: ContentChild,
|
|
39
|
+
args: [IDHeaderIneraAdminAvatarMobileComponent]
|
|
35
40
|
}], navItemList: [{
|
|
36
41
|
type: ContentChildren,
|
|
37
42
|
args: [IDHeaderIneraAdminNavItemComponent]
|
|
38
43
|
}] } });
|
|
39
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
44
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGVhZGVyLWluZXJhLWFkbWluLW5hdi5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9jb21wb25lbnRzL2hlYWRlci1pbmVyYS1hZG1pbi9uYXYvaGVhZGVyLWluZXJhLWFkbWluLW5hdi5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9jb21wb25lbnRzL2hlYWRlci1pbmVyYS1hZG1pbi9uYXYvaGVhZGVyLWluZXJhLWFkbWluLW5hdi5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBRUwsU0FBUyxFQUNULFlBQVksRUFDWixlQUFlLEVBQ2Ysc0JBQXNCLEVBRXRCLFdBQVcsRUFDWCxTQUFTLEVBQ1YsTUFBTSxlQUFlLENBQUM7QUFDdkIsT0FBTyxFQUFFLGtDQUFrQyxFQUFFLE1BQU0sbURBQW1ELENBQUM7QUFDdkcsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSx1Q0FBdUMsRUFBRSxNQUFNLDZEQUE2RCxDQUFDOzs7QUFTdEgsTUFBTSxPQUFPLDhCQUE4QjtJQUNyQjtJQUFwQixZQUFvQixLQUF3QjtRQUF4QixVQUFLLEdBQUwsS0FBSyxDQUFtQjtJQUFHLENBQUM7SUFHaEQsUUFBUSxDQUFtQjtJQUczQixlQUFlLENBQTBDO0lBR3pELFdBQVcsQ0FBZ0Q7SUFFcEQsUUFBUSxDQUF1QztJQUUvQyxrQkFBa0I7UUFDdkIsSUFBSSxDQUFDLG1CQUFtQixFQUFFLENBQUM7UUFDM0IsSUFBSSxDQUFDLFdBQVcsQ0FBQyxPQUFPLENBQUMsU0FBUyxDQUFDLEdBQUcsRUFBRTtZQUN0QyxJQUFJLENBQUMsbUJBQW1CLEVBQUUsQ0FBQztRQUM3QixDQUFDLENBQUMsQ0FBQztJQUNMLENBQUM7SUFFRCxtQkFBbUI7UUFDakIsVUFBVSxDQUFDLEdBQUcsRUFBRTtZQUNkLElBQUksQ0FBQyxRQUFRLEdBQUcsSUFBSSxDQUFDLFdBQVcsQ0FBQyxPQUFPLEVBQUUsQ0FBQztZQUMzQyxJQUFJLENBQUMsS0FBSyxDQUFDLGFBQWEsRUFBRSxDQUFDO1FBQzdCLENBQUMsQ0FBQyxDQUFDO0lBQ0wsQ0FBQzt3R0ExQlUsOEJBQThCOzRGQUE5Qiw4QkFBOEIsa0lBTTNCLHVDQUF1QyxpRUFHcEMsa0NBQWtDLHVFQU54QyxXQUFXLGdEQ3hCeEIsc3RCQWlCQSwyQ0RFWSxZQUFZOzs0RkFFWCw4QkFBOEI7a0JBUDFDLFNBQVM7K0JBQ0UsMkJBQTJCLGNBRXpCLElBQUksV0FDUCxDQUFDLHNCQUFzQixDQUFDLFdBQ3hCLENBQUMsWUFBWSxDQUFDO3NGQU12QixRQUFRO3NCQURQLFNBQVM7dUJBQUMsV0FBVztnQkFJdEIsZUFBZTtzQkFEZCxZQUFZO3VCQUFDLHVDQUF1QztnQkFJckQsV0FBVztzQkFEVixlQUFlO3VCQUFDLGtDQUFrQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XG4gIENoYW5nZURldGVjdG9yUmVmLFxuICBDb21wb25lbnQsXG4gIENvbnRlbnRDaGlsZCxcbiAgQ29udGVudENoaWxkcmVuLFxuICBDVVNUT01fRUxFTUVOVFNfU0NIRU1BLFxuICBRdWVyeUxpc3QsXG4gIFRlbXBsYXRlUmVmLFxuICBWaWV3Q2hpbGRcbn0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcbmltcG9ydCB7IElESGVhZGVySW5lcmFBZG1pbk5hdkl0ZW1Db21wb25lbnQgfSBmcm9tIFwiLi4vbmF2LWl0ZW0vaGVhZGVyLWluZXJhLWFkbWluLW5hdi1pdGVtLmNvbXBvbmVudFwiO1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSBcIkBhbmd1bGFyL2NvbW1vblwiO1xuaW1wb3J0IHsgSURIZWFkZXJJbmVyYUFkbWluQXZhdGFyTW9iaWxlQ29tcG9uZW50IH0gZnJvbSBcIi4uL2F2YXRhci1tb2JpbGUvaGVhZGVyLWluZXJhLWFkbWluLWF2YXRhci1tb2JpbGUuY29tcG9uZW50XCI7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogXCJpZC1oZWFkZXItaW5lcmEtYWRtaW4tbmF2XCIsXG4gIHRlbXBsYXRlVXJsOiBcIi4vaGVhZGVyLWluZXJhLWFkbWluLW5hdi5jb21wb25lbnQuaHRtbFwiLFxuICBzdGFuZGFsb25lOiB0cnVlLFxuICBzY2hlbWFzOiBbQ1VTVE9NX0VMRU1FTlRTX1NDSEVNQV0sXG4gIGltcG9ydHM6IFtDb21tb25Nb2R1bGVdXG59KVxuZXhwb3J0IGNsYXNzIElESGVhZGVySW5lcmFBZG1pbk5hdkNvbXBvbmVudCB7XG4gIGNvbnN0cnVjdG9yKHByaXZhdGUgY2RSZWY6IENoYW5nZURldGVjdG9yUmVmKSB7fVxuXG4gIEBWaWV3Q2hpbGQoVGVtcGxhdGVSZWYpXG4gIHRlbXBsYXRlOiBUZW1wbGF0ZVJlZjxhbnk+O1xuXG4gIEBDb250ZW50Q2hpbGQoSURIZWFkZXJJbmVyYUFkbWluQXZhdGFyTW9iaWxlQ29tcG9uZW50KVxuICBuYXZBdmF0YXJNb2JpbGU6IElESGVhZGVySW5lcmFBZG1pbkF2YXRhck1vYmlsZUNvbXBvbmVudDtcblxuICBAQ29udGVudENoaWxkcmVuKElESGVhZGVySW5lcmFBZG1pbk5hdkl0ZW1Db21wb25lbnQpXG4gIG5hdkl0ZW1MaXN0OiBRdWVyeUxpc3Q8SURIZWFkZXJJbmVyYUFkbWluTmF2SXRlbUNvbXBvbmVudD47XG5cbiAgcHVibGljIG5hdkl0ZW1zOiBJREhlYWRlckluZXJhQWRtaW5OYXZJdGVtQ29tcG9uZW50W107XG5cbiAgcHVibGljIG5nQWZ0ZXJDb250ZW50SW5pdCgpOiB2b2lkIHtcbiAgICB0aGlzLnVwZGF0ZU5hdkl0ZW1zQXJyYXkoKTtcbiAgICB0aGlzLm5hdkl0ZW1MaXN0LmNoYW5nZXMuc3Vic2NyaWJlKCgpID0+IHtcbiAgICAgIHRoaXMudXBkYXRlTmF2SXRlbXNBcnJheSgpO1xuICAgIH0pO1xuICB9XG5cbiAgdXBkYXRlTmF2SXRlbXNBcnJheSgpIHtcbiAgICBzZXRUaW1lb3V0KCgpID0+IHtcbiAgICAgIHRoaXMubmF2SXRlbXMgPSB0aGlzLm5hdkl0ZW1MaXN0LnRvQXJyYXkoKTtcbiAgICAgIHRoaXMuY2RSZWYuZGV0ZWN0Q2hhbmdlcygpO1xuICAgIH0pO1xuICB9XG59XG4iLCI8bmctdGVtcGxhdGU+XG4gIDxpZHMtaGVhZGVyLWluZXJhLWFkbWluLW5hdi1pdGVtXG4gICAgKm5nRm9yPVwibGV0IG5hdkl0ZW0gb2YgbmF2SXRlbXNcIlxuICAgIFtsYWJlbF09XCJuYXZJdGVtLmxhYmVsXCJcbiAgICBbbm90aWZpY2F0aW9uc109XCJuYXZJdGVtLm5vdGlmaWNhdGlvbnNcIlxuICAgIFthY3RpdmVdPVwibmF2SXRlbS5hY3RpdmVcIlxuICAgIFtleHBhbmRlZF09XCJuYXZJdGVtLmV4cGFuZGVkXCI+XG4gICAgPG5nLWNvbnRhaW5lciAqbmdUZW1wbGF0ZU91dGxldD1cIm5hdkl0ZW0udGVtcGxhdGVcIj48L25nLWNvbnRhaW5lcj5cbiAgPC9pZHMtaGVhZGVyLWluZXJhLWFkbWluLW5hdi1pdGVtPlxuICA8aWRzLWhlYWRlci1pbmVyYS1hZG1pbi1hdmF0YXItbW9iaWxlXG4gICAgKm5nSWY9XCJuYXZBdmF0YXJNb2JpbGVcIlxuICAgIFthdHRyLmV4cGFuZGVkXT1cIm5hdkF2YXRhck1vYmlsZS5leHBhbmRlZCA/ICd0cnVlJyA6IG51bGxcIlxuICAgIFthdHRyLnVzZXJuYW1lXT1cIm5hdkF2YXRhck1vYmlsZS51c2VybmFtZVwiXG4gICAgW2F0dHIudW5pdF09XCJuYXZBdmF0YXJNb2JpbGUudW5pdFwiPlxuICAgIDxuZy1jb250YWluZXIgKm5nVGVtcGxhdGVPdXRsZXQ9XCJuYXZBdmF0YXJNb2JpbGUudGVtcGxhdGVcIj48L25nLWNvbnRhaW5lcj5cbiAgPC9pZHMtaGVhZGVyLWluZXJhLWFkbWluLWF2YXRhci1tb2JpbGU+XG48L25nLXRlbXBsYXRlPlxuIl19
|
package/esm2022/components/header-inera-admin/nav-item/header-inera-admin-nav-item.component.mjs
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { Component, CUSTOM_ELEMENTS_SCHEMA, Input, TemplateRef, ViewChild } from "@angular/core";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export class IDHeaderIneraAdminNavItemComponent {
|
|
4
|
+
label = "";
|
|
5
|
+
active = false;
|
|
6
|
+
expanded = false;
|
|
7
|
+
notifications = "";
|
|
8
|
+
template;
|
|
9
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeaderIneraAdminNavItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
10
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDHeaderIneraAdminNavItemComponent, isStandalone: true, selector: "id-header-inera-admin-nav-item", inputs: { label: "label", active: "active", expanded: "expanded", notifications: "notifications" }, viewQueries: [{ propertyName: "template", first: true, predicate: TemplateRef, descendants: true }], ngImport: i0, template: "<ng-template>\n <ng-content></ng-content>\n</ng-template>" });
|
|
11
|
+
}
|
|
12
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeaderIneraAdminNavItemComponent, decorators: [{
|
|
13
|
+
type: Component,
|
|
14
|
+
args: [{ selector: "id-header-inera-admin-nav-item", schemas: [CUSTOM_ELEMENTS_SCHEMA], standalone: true, template: "<ng-template>\n <ng-content></ng-content>\n</ng-template>" }]
|
|
15
|
+
}], propDecorators: { label: [{
|
|
16
|
+
type: Input
|
|
17
|
+
}], active: [{
|
|
18
|
+
type: Input
|
|
19
|
+
}], expanded: [{
|
|
20
|
+
type: Input
|
|
21
|
+
}], notifications: [{
|
|
22
|
+
type: Input
|
|
23
|
+
}], template: [{
|
|
24
|
+
type: ViewChild,
|
|
25
|
+
args: [TemplateRef]
|
|
26
|
+
}] } });
|
|
27
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGVhZGVyLWluZXJhLWFkbWluLW5hdi1pdGVtLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2NvbXBvbmVudHMvaGVhZGVyLWluZXJhLWFkbWluL25hdi1pdGVtL2hlYWRlci1pbmVyYS1hZG1pbi1uYXYtaXRlbS5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9jb21wb25lbnRzL2hlYWRlci1pbmVyYS1hZG1pbi9uYXYtaXRlbS9oZWFkZXItaW5lcmEtYWRtaW4tbmF2LWl0ZW0uY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxzQkFBc0IsRUFBRSxLQUFLLEVBQUUsV0FBVyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFRakcsTUFBTSxPQUFPLGtDQUFrQztJQUU3QyxLQUFLLEdBQVcsRUFBRSxDQUFDO0lBR25CLE1BQU0sR0FBWSxLQUFLLENBQUM7SUFHeEIsUUFBUSxHQUFZLEtBQUssQ0FBQztJQUcxQixhQUFhLEdBQVcsRUFBRSxDQUFDO0lBRUgsUUFBUSxDQUFtQjt3R0FieEMsa0NBQWtDOzRGQUFsQyxrQ0FBa0Msd09BYWxDLFdBQVcsZ0RDckJ4Qiw0REFFYzs7NEZETUQsa0NBQWtDO2tCQU45QyxTQUFTOytCQUNFLGdDQUFnQyxXQUVqQyxDQUFDLHNCQUFzQixDQUFDLGNBQ3JCLElBQUk7OEJBSWhCLEtBQUs7c0JBREosS0FBSztnQkFJTixNQUFNO3NCQURMLEtBQUs7Z0JBSU4sUUFBUTtzQkFEUCxLQUFLO2dCQUlOLGFBQWE7c0JBRFosS0FBSztnQkFHa0IsUUFBUTtzQkFBL0IsU0FBUzt1QkFBQyxXQUFXIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBDVVNUT01fRUxFTUVOVFNfU0NIRU1BLCBJbnB1dCwgVGVtcGxhdGVSZWYsIFZpZXdDaGlsZCB9IGZyb20gXCJAYW5ndWxhci9jb3JlXCI7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogXCJpZC1oZWFkZXItaW5lcmEtYWRtaW4tbmF2LWl0ZW1cIixcbiAgdGVtcGxhdGVVcmw6IFwiLi9oZWFkZXItaW5lcmEtYWRtaW4tbmF2LWl0ZW0uY29tcG9uZW50Lmh0bWxcIixcbiAgc2NoZW1hczogW0NVU1RPTV9FTEVNRU5UU19TQ0hFTUFdLFxuICBzdGFuZGFsb25lOiB0cnVlXG59KVxuZXhwb3J0IGNsYXNzIElESGVhZGVySW5lcmFBZG1pbk5hdkl0ZW1Db21wb25lbnQge1xuICBASW5wdXQoKVxuICBsYWJlbDogc3RyaW5nID0gXCJcIjtcblxuICBASW5wdXQoKVxuICBhY3RpdmU6IGJvb2xlYW4gPSBmYWxzZTtcblxuICBASW5wdXQoKVxuICBleHBhbmRlZDogYm9vbGVhbiA9IGZhbHNlO1xuXG4gIEBJbnB1dCgpXG4gIG5vdGlmaWNhdGlvbnM6IHN0cmluZyA9IFwiXCI7XG5cbiAgQFZpZXdDaGlsZChUZW1wbGF0ZVJlZikgdGVtcGxhdGU6IFRlbXBsYXRlUmVmPGFueT47XG59XG4iLCI8bmctdGVtcGxhdGU+XG4gIDxuZy1jb250ZW50PjwvbmctY29udGVudD5cbjwvbmctdGVtcGxhdGU+Il19
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
export { IDHeaderIneraAdminComponent } from "./header-inera-admin.component";
|
|
2
2
|
export { IDHeaderIneraAdminAvatarComponent } from "./avatar/header-inera-admin-avatar.component";
|
|
3
|
-
export { IDHeaderIneraAdminAvatarMobileComponent } from "./
|
|
3
|
+
export { IDHeaderIneraAdminAvatarMobileComponent } from "./avatar-mobile/header-inera-admin-avatar-mobile.component";
|
|
4
4
|
export { IDHeaderIneraAdminItemComponent } from "./item/header-inera-admin-item.component";
|
|
5
5
|
export { IDHeaderIneraAdminNavComponent } from "./nav/header-inera-admin-nav.component";
|
|
6
|
-
export { IDHeaderIneraAdminNavItemComponent } from "./nav/header-inera-admin-nav-item.component";
|
|
7
|
-
export {
|
|
8
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
6
|
+
export { IDHeaderIneraAdminNavItemComponent } from "./nav-item/header-inera-admin-nav-item.component";
|
|
7
|
+
export { IDHeaderIneraAdminMenuMobileComponent } from "./menu-mobile/header-inera-admin-menu-mobile.component";
|
|
8
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2NvbXBvbmVudHMvaGVhZGVyLWluZXJhLWFkbWluL3B1YmxpYy1hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLDJCQUEyQixFQUFFLE1BQU0sZ0NBQWdDLENBQUM7QUFDN0UsT0FBTyxFQUFFLGlDQUFpQyxFQUFFLE1BQU0sOENBQThDLENBQUM7QUFDakcsT0FBTyxFQUFFLHVDQUF1QyxFQUFFLE1BQU0sNERBQTRELENBQUM7QUFDckgsT0FBTyxFQUFFLCtCQUErQixFQUFFLE1BQU0sMENBQTBDLENBQUM7QUFDM0YsT0FBTyxFQUFFLDhCQUE4QixFQUFFLE1BQU0sd0NBQXdDLENBQUM7QUFDeEYsT0FBTyxFQUFFLGtDQUFrQyxFQUFFLE1BQU0sa0RBQWtELENBQUM7QUFDdEcsT0FBTyxFQUFFLHFDQUFxQyxFQUFFLE1BQU0sd0RBQXdELENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgeyBJREhlYWRlckluZXJhQWRtaW5Db21wb25lbnQgfSBmcm9tIFwiLi9oZWFkZXItaW5lcmEtYWRtaW4uY29tcG9uZW50XCI7XG5leHBvcnQgeyBJREhlYWRlckluZXJhQWRtaW5BdmF0YXJDb21wb25lbnQgfSBmcm9tIFwiLi9hdmF0YXIvaGVhZGVyLWluZXJhLWFkbWluLWF2YXRhci5jb21wb25lbnRcIjtcbmV4cG9ydCB7IElESGVhZGVySW5lcmFBZG1pbkF2YXRhck1vYmlsZUNvbXBvbmVudCB9IGZyb20gXCIuL2F2YXRhci1tb2JpbGUvaGVhZGVyLWluZXJhLWFkbWluLWF2YXRhci1tb2JpbGUuY29tcG9uZW50XCI7XG5leHBvcnQgeyBJREhlYWRlckluZXJhQWRtaW5JdGVtQ29tcG9uZW50IH0gZnJvbSBcIi4vaXRlbS9oZWFkZXItaW5lcmEtYWRtaW4taXRlbS5jb21wb25lbnRcIjtcbmV4cG9ydCB7IElESGVhZGVySW5lcmFBZG1pbk5hdkNvbXBvbmVudCB9IGZyb20gXCIuL25hdi9oZWFkZXItaW5lcmEtYWRtaW4tbmF2LmNvbXBvbmVudFwiO1xuZXhwb3J0IHsgSURIZWFkZXJJbmVyYUFkbWluTmF2SXRlbUNvbXBvbmVudCB9IGZyb20gXCIuL25hdi1pdGVtL2hlYWRlci1pbmVyYS1hZG1pbi1uYXYtaXRlbS5jb21wb25lbnRcIjtcbmV4cG9ydCB7IElESGVhZGVySW5lcmFBZG1pbk1lbnVNb2JpbGVDb21wb25lbnQgfSBmcm9tIFwiLi9tZW51LW1vYmlsZS9oZWFkZXItaW5lcmEtYWRtaW4tbWVudS1tb2JpbGUuY29tcG9uZW50XCI7XG4iXX0=
|
|
@@ -7,10 +7,10 @@ export class IDHeaderPatientComponent {
|
|
|
7
7
|
ssn = "";
|
|
8
8
|
stack = false;
|
|
9
9
|
collapse = false;
|
|
10
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
11
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
10
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeaderPatientComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
11
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDHeaderPatientComponent, selector: "id-header-patient", inputs: { srlabel: "srlabel", name: "name", ssn: "ssn", stack: "stack", collapse: "collapse" }, ngImport: i0, template: "<ids-header-patient [srlabel]=\"srlabel\" [name]=\"name\" [ssn]=\"ssn\" [stack]=\"stack ? true : null\" [collapse]=\"collapse ? true : null\">\n <ng-content></ng-content>\n</ids-header-patient>\n" });
|
|
12
12
|
}
|
|
13
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
13
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeaderPatientComponent, decorators: [{
|
|
14
14
|
type: Component,
|
|
15
15
|
args: [{ selector: "id-header-patient", template: "<ids-header-patient [srlabel]=\"srlabel\" [name]=\"name\" [ssn]=\"ssn\" [stack]=\"stack ? true : null\" [collapse]=\"collapse ? true : null\">\n <ng-content></ng-content>\n</ids-header-patient>\n" }]
|
|
16
16
|
}], ctorParameters: () => [], propDecorators: { srlabel: [{
|
|
@@ -3,11 +3,11 @@ import { IDHeaderPatientComponent } from './header-patient.component';
|
|
|
3
3
|
import '@inera/ids-core/components/header-patient/register';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export class IDHeaderPatientModule {
|
|
6
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
7
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.
|
|
8
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.
|
|
6
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeaderPatientModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: IDHeaderPatientModule, declarations: [IDHeaderPatientComponent], exports: [IDHeaderPatientComponent] });
|
|
8
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeaderPatientModule });
|
|
9
9
|
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
10
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeaderPatientModule, decorators: [{
|
|
11
11
|
type: NgModule,
|
|
12
12
|
args: [{
|
|
13
13
|
declarations: [
|
|
@@ -4,26 +4,23 @@ export class IDLinkComponent {
|
|
|
4
4
|
constructor() { }
|
|
5
5
|
active = false;
|
|
6
6
|
colorpreset = 0;
|
|
7
|
-
light = false;
|
|
8
7
|
block = false;
|
|
9
8
|
small = false;
|
|
10
|
-
|
|
9
|
+
menu = false;
|
|
10
|
+
footer = false;
|
|
11
11
|
activeicon = false;
|
|
12
12
|
underlined = false;
|
|
13
|
-
nounderline = false;
|
|
14
13
|
slot = null;
|
|
15
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
16
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
14
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDLinkComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
15
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDLinkComponent, selector: "id-link", inputs: { active: "active", colorpreset: "colorpreset", block: "block", small: "small", menu: "menu", footer: "footer", activeicon: "activeicon", underlined: "underlined", slot: "slot" }, host: { properties: { "class.ids-block": "this.block" } }, ngImport: i0, template: "<ids-link\n [attr.activeicon]=\"activeicon ? true : null\"\n [attr.active]=\"active ? true : null\"\n [attr.colorpreset]=\"colorpreset > 0 ? colorpreset : null\"\n [block]=\"block ? true : null\"\n [small]=\"small ? true : null\"\n [menu]=\"menu ? true : null\"\n [footer]=\"footer ? true : null\"\n [underlined]=\"underlined ? true : null\"\n [attr.slot]=\"slot\">\n <ng-content></ng-content>\n</ids-link>\n" });
|
|
17
16
|
}
|
|
18
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
17
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDLinkComponent, decorators: [{
|
|
19
18
|
type: Component,
|
|
20
|
-
args: [{ selector: "id-link", template: "<ids-link\n [attr.activeicon]=\"activeicon ? true : null\"\n [attr.active]=\"active ? true : null\"\n [attr.colorpreset]=\"colorpreset > 0 ? colorpreset : null\"\n [
|
|
19
|
+
args: [{ selector: "id-link", template: "<ids-link\n [attr.activeicon]=\"activeicon ? true : null\"\n [attr.active]=\"active ? true : null\"\n [attr.colorpreset]=\"colorpreset > 0 ? colorpreset : null\"\n [block]=\"block ? true : null\"\n [small]=\"small ? true : null\"\n [menu]=\"menu ? true : null\"\n [footer]=\"footer ? true : null\"\n [underlined]=\"underlined ? true : null\"\n [attr.slot]=\"slot\">\n <ng-content></ng-content>\n</ids-link>\n" }]
|
|
21
20
|
}], ctorParameters: () => [], propDecorators: { active: [{
|
|
22
21
|
type: Input
|
|
23
22
|
}], colorpreset: [{
|
|
24
23
|
type: Input
|
|
25
|
-
}], light: [{
|
|
26
|
-
type: Input
|
|
27
24
|
}], block: [{
|
|
28
25
|
type: Input
|
|
29
26
|
}, {
|
|
@@ -31,15 +28,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
31
28
|
args: ["class.ids-block"]
|
|
32
29
|
}], small: [{
|
|
33
30
|
type: Input
|
|
34
|
-
}],
|
|
31
|
+
}], menu: [{
|
|
32
|
+
type: Input
|
|
33
|
+
}], footer: [{
|
|
35
34
|
type: Input
|
|
36
35
|
}], activeicon: [{
|
|
37
36
|
type: Input
|
|
38
37
|
}], underlined: [{
|
|
39
38
|
type: Input
|
|
40
|
-
}], nounderline: [{
|
|
41
|
-
type: Input
|
|
42
39
|
}], slot: [{
|
|
43
40
|
type: Input
|
|
44
41
|
}] } });
|
|
45
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
42
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGluay5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9jb21wb25lbnRzL2xpbmsvbGluay5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9jb21wb25lbnRzL2xpbmsvbGluay5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBRSxXQUFXLEVBQUUsTUFBTSxlQUFlLENBQUM7O0FBTTlELE1BQU0sT0FBTyxlQUFlO0lBQzFCLGdCQUFlLENBQUM7SUFFaEIsTUFBTSxHQUFZLEtBQUssQ0FBQztJQUV4QixXQUFXLEdBQVcsQ0FBQyxDQUFDO0lBR3hCLEtBQUssR0FBWSxLQUFLLENBQUM7SUFFdkIsS0FBSyxHQUFZLEtBQUssQ0FBQztJQUV2QixJQUFJLEdBQVksS0FBSyxDQUFDO0lBRXRCLE1BQU0sR0FBWSxLQUFLLENBQUM7SUFFeEIsVUFBVSxHQUFZLEtBQUssQ0FBQztJQUU1QixVQUFVLEdBQVksS0FBSyxDQUFDO0lBRzVCLElBQUksR0FBa0IsSUFBSSxDQUFDO3dHQXJCaEIsZUFBZTs0RkFBZixlQUFlLHNTQ041QixvYUFZQTs7NEZETmEsZUFBZTtrQkFKM0IsU0FBUzsrQkFDRSxTQUFTO3dEQU1uQixNQUFNO3NCQURMLEtBQUs7Z0JBR04sV0FBVztzQkFEVixLQUFLO2dCQUlOLEtBQUs7c0JBRkosS0FBSzs7c0JBQ0wsV0FBVzt1QkFBQyxpQkFBaUI7Z0JBRzlCLEtBQUs7c0JBREosS0FBSztnQkFHTixJQUFJO3NCQURILEtBQUs7Z0JBR04sTUFBTTtzQkFETCxLQUFLO2dCQUdOLFVBQVU7c0JBRFQsS0FBSztnQkFHTixVQUFVO3NCQURULEtBQUs7Z0JBSU4sSUFBSTtzQkFESCxLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBJbnB1dCwgSG9zdEJpbmRpbmcgfSBmcm9tIFwiQGFuZ3VsYXIvY29yZVwiO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6IFwiaWQtbGlua1wiLFxuICB0ZW1wbGF0ZVVybDogXCIuL2xpbmsuY29tcG9uZW50Lmh0bWxcIlxufSlcbmV4cG9ydCBjbGFzcyBJRExpbmtDb21wb25lbnQge1xuICBjb25zdHJ1Y3RvcigpIHt9XG4gIEBJbnB1dCgpXG4gIGFjdGl2ZTogYm9vbGVhbiA9IGZhbHNlO1xuICBASW5wdXQoKVxuICBjb2xvcnByZXNldDogbnVtYmVyID0gMDtcbiAgQElucHV0KClcbiAgQEhvc3RCaW5kaW5nKFwiY2xhc3MuaWRzLWJsb2NrXCIpXG4gIGJsb2NrOiBib29sZWFuID0gZmFsc2U7XG4gIEBJbnB1dCgpXG4gIHNtYWxsOiBib29sZWFuID0gZmFsc2U7XG4gIEBJbnB1dCgpXG4gIG1lbnU6IGJvb2xlYW4gPSBmYWxzZTtcbiAgQElucHV0KClcbiAgZm9vdGVyOiBib29sZWFuID0gZmFsc2U7XG4gIEBJbnB1dCgpXG4gIGFjdGl2ZWljb246IGJvb2xlYW4gPSBmYWxzZTtcbiAgQElucHV0KClcbiAgdW5kZXJsaW5lZDogYm9vbGVhbiA9IGZhbHNlO1xuXG4gIEBJbnB1dCgpXG4gIHNsb3Q6IHN0cmluZyB8IG51bGwgPSBudWxsO1xufVxuIiwiPGlkcy1saW5rXG4gIFthdHRyLmFjdGl2ZWljb25dPVwiYWN0aXZlaWNvbiA/IHRydWUgOiBudWxsXCJcbiAgW2F0dHIuYWN0aXZlXT1cImFjdGl2ZSA/IHRydWUgOiBudWxsXCJcbiAgW2F0dHIuY29sb3JwcmVzZXRdPVwiY29sb3JwcmVzZXQgPiAwID8gY29sb3JwcmVzZXQgOiBudWxsXCJcbiAgW2Jsb2NrXT1cImJsb2NrID8gdHJ1ZSA6IG51bGxcIlxuICBbc21hbGxdPVwic21hbGwgPyB0cnVlIDogbnVsbFwiXG4gIFttZW51XT1cIm1lbnUgPyB0cnVlIDogbnVsbFwiXG4gIFtmb290ZXJdPVwiZm9vdGVyID8gdHJ1ZSA6IG51bGxcIlxuICBbdW5kZXJsaW5lZF09XCJ1bmRlcmxpbmVkID8gdHJ1ZSA6IG51bGxcIlxuICBbYXR0ci5zbG90XT1cInNsb3RcIj5cbiAgPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PlxuPC9pZHMtbGluaz5cbiJdfQ==
|
|
@@ -4,11 +4,11 @@ import '@inera/ids-core/components/link/register';
|
|
|
4
4
|
import { CommonModule } from '@angular/common';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export class IDLinkModule {
|
|
7
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
8
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.
|
|
9
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.
|
|
7
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDLinkModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
8
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: IDLinkModule, declarations: [IDLinkComponent], imports: [CommonModule], exports: [IDLinkComponent] });
|
|
9
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDLinkModule, imports: [CommonModule] });
|
|
10
10
|
}
|
|
11
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
11
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDLinkModule, decorators: [{
|
|
12
12
|
type: NgModule,
|
|
13
13
|
args: [{
|
|
14
14
|
declarations: [
|
|
@@ -6,10 +6,10 @@ export class IDMobileMenuItemComponent {
|
|
|
6
6
|
secondary;
|
|
7
7
|
active;
|
|
8
8
|
onDidToggleExpansion = new EventEmitter();
|
|
9
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
10
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
9
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDMobileMenuItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
10
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDMobileMenuItemComponent, selector: "id-mobile-menu-item", inputs: { headline: "headline", expanded: "expanded", secondary: "secondary", active: "active" }, outputs: { onDidToggleExpansion: "onDidToggleExpansion" }, ngImport: i0, template: "<ids-mobile-menu-item \n [headline]=\"headline\"\n [expanded]=\"expanded\"\n [secondary]=\"secondary\"\n [active]=\"active\"\n (didToggleExpansion)=\"onDidToggleExpansion.emit(true)\">\n <ng-content></ng-content>\n</ids-mobile-menu-item>", styles: [":host{display:contents}\n"] });
|
|
11
11
|
}
|
|
12
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
12
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDMobileMenuItemComponent, decorators: [{
|
|
13
13
|
type: Component,
|
|
14
14
|
args: [{ selector: "id-mobile-menu-item", template: "<ids-mobile-menu-item \n [headline]=\"headline\"\n [expanded]=\"expanded\"\n [secondary]=\"secondary\"\n [active]=\"active\"\n (didToggleExpansion)=\"onDidToggleExpansion.emit(true)\">\n <ng-content></ng-content>\n</ids-mobile-menu-item>", styles: [":host{display:contents}\n"] }]
|
|
15
15
|
}], propDecorators: { headline: [{
|
|
@@ -4,11 +4,11 @@ import { CommonModule } from "@angular/common";
|
|
|
4
4
|
import { IDMobileMenuItemComponent } from "./mobile-menu-item.component";
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export class IDMobileMenuItemModule {
|
|
7
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
8
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.
|
|
9
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.
|
|
7
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDMobileMenuItemModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
8
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: IDMobileMenuItemModule, declarations: [IDMobileMenuItemComponent], imports: [CommonModule], exports: [IDMobileMenuItemComponent] });
|
|
9
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDMobileMenuItemModule, imports: [CommonModule] });
|
|
10
10
|
}
|
|
11
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
11
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDMobileMenuItemModule, decorators: [{
|
|
12
12
|
type: NgModule,
|
|
13
13
|
args: [{
|
|
14
14
|
declarations: [IDMobileMenuItemComponent],
|
|
@@ -4,10 +4,10 @@ export class IDMobileMenuComponent {
|
|
|
4
4
|
constructor() { }
|
|
5
5
|
type = undefined;
|
|
6
6
|
variation = "1";
|
|
7
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
8
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
7
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDMobileMenuComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
8
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDMobileMenuComponent, selector: "id-mobile-menu", inputs: { type: "type", variation: "variation" }, ngImport: i0, template: "<ids-mobile-menu \n [type]=\"type\"\n [variation]=\"variation\">\n <ng-content></ng-content>\n</ids-mobile-menu>" });
|
|
9
9
|
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
10
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDMobileMenuComponent, decorators: [{
|
|
11
11
|
type: Component,
|
|
12
12
|
args: [{ selector: "id-mobile-menu", template: "<ids-mobile-menu \n [type]=\"type\"\n [variation]=\"variation\">\n <ng-content></ng-content>\n</ids-mobile-menu>" }]
|
|
13
13
|
}], ctorParameters: () => [], propDecorators: { type: [{
|
|
@@ -5,11 +5,11 @@ import { CommonModule } from "@angular/common";
|
|
|
5
5
|
import { IDMobileMenuItemComponent } from "./item/mobile-menu-item.component";
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export class IDMobileMenuModule {
|
|
8
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
9
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.
|
|
10
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.
|
|
8
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDMobileMenuModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
9
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: IDMobileMenuModule, declarations: [IDMobileMenuComponent, IDMobileMenuItemComponent], imports: [CommonModule], exports: [IDMobileMenuComponent, IDMobileMenuItemComponent] });
|
|
10
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDMobileMenuModule, imports: [CommonModule] });
|
|
11
11
|
}
|
|
12
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
12
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDMobileMenuModule, decorators: [{
|
|
13
13
|
type: NgModule,
|
|
14
14
|
args: [{
|
|
15
15
|
declarations: [IDMobileMenuComponent, IDMobileMenuItemComponent],
|
|
@@ -1,15 +1,18 @@
|
|
|
1
|
-
import { Component, Input } from
|
|
1
|
+
import { Component, Input } from "@angular/core";
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export class IDNavigationContentComponent {
|
|
4
4
|
constructor() { }
|
|
5
|
-
headline =
|
|
6
|
-
|
|
7
|
-
static
|
|
5
|
+
headline = "";
|
|
6
|
+
maxheight = "";
|
|
7
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDNavigationContentComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
8
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDNavigationContentComponent, selector: "id-navigation-content", inputs: { headline: "headline", maxheight: "maxheight" }, ngImport: i0, template: "<ids-navigation-content\n [headline]=\"headline\"\n [maxheight]=\"maxheight\">\n <ng-content></ng-content>\n</ids-navigation-content>" });
|
|
8
9
|
}
|
|
9
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
10
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDNavigationContentComponent, decorators: [{
|
|
10
11
|
type: Component,
|
|
11
|
-
args: [{ selector:
|
|
12
|
+
args: [{ selector: "id-navigation-content", template: "<ids-navigation-content\n [headline]=\"headline\"\n [maxheight]=\"maxheight\">\n <ng-content></ng-content>\n</ids-navigation-content>" }]
|
|
12
13
|
}], ctorParameters: () => [], propDecorators: { headline: [{
|
|
13
14
|
type: Input
|
|
15
|
+
}], maxheight: [{
|
|
16
|
+
type: Input
|
|
14
17
|
}] } });
|
|
15
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
18
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmF2aWdhdGlvbi1jb250ZW50LmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2NvbXBvbmVudHMvbmF2aWdhdGlvbi9jb250ZW50L25hdmlnYXRpb24tY29udGVudC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9jb21wb25lbnRzL25hdmlnYXRpb24vY29udGVudC9uYXZpZ2F0aW9uLWNvbnRlbnQuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQUUsTUFBTSxlQUFlLENBQUM7O0FBTWpELE1BQU0sT0FBTyw0QkFBNEI7SUFDdkMsZ0JBQWUsQ0FBQztJQUdoQixRQUFRLEdBQVcsRUFBRSxDQUFDO0lBR3RCLFNBQVMsR0FBVyxFQUFFLENBQUM7d0dBUFosNEJBQTRCOzRGQUE1Qiw0QkFBNEIsdUhDTnpDLDBJQUl5Qjs7NEZERVosNEJBQTRCO2tCQUp4QyxTQUFTOytCQUNFLHVCQUF1Qjt3REFPakMsUUFBUTtzQkFEUCxLQUFLO2dCQUlOLFNBQVM7c0JBRFIsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgSW5wdXQgfSBmcm9tIFwiQGFuZ3VsYXIvY29yZVwiO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6IFwiaWQtbmF2aWdhdGlvbi1jb250ZW50XCIsXG4gIHRlbXBsYXRlVXJsOiBcIi4vbmF2aWdhdGlvbi1jb250ZW50LmNvbXBvbmVudC5odG1sXCJcbn0pXG5leHBvcnQgY2xhc3MgSUROYXZpZ2F0aW9uQ29udGVudENvbXBvbmVudCB7XG4gIGNvbnN0cnVjdG9yKCkge31cblxuICBASW5wdXQoKVxuICBoZWFkbGluZTogc3RyaW5nID0gXCJcIjtcblxuICBASW5wdXQoKVxuICBtYXhoZWlnaHQ6IHN0cmluZyA9IFwiXCI7XG59XG4iLCI8aWRzLW5hdmlnYXRpb24tY29udGVudFxuICBbaGVhZGxpbmVdPVwiaGVhZGxpbmVcIlxuICBbbWF4aGVpZ2h0XT1cIm1heGhlaWdodFwiPlxuICA8bmctY29udGVudD48L25nLWNvbnRlbnQ+XG48L2lkcy1uYXZpZ2F0aW9uLWNvbnRlbnQ+Il19
|
|
@@ -3,11 +3,11 @@ import { IDNavigationContentComponent } from './navigation-content.component';
|
|
|
3
3
|
import '@inera/ids-core/components/navigation/content/register';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export class IDNavigationContentModule {
|
|
6
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
7
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.
|
|
8
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.
|
|
6
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDNavigationContentModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: IDNavigationContentModule, declarations: [IDNavigationContentComponent], exports: [IDNavigationContentComponent] });
|
|
8
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDNavigationContentModule });
|
|
9
9
|
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
10
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDNavigationContentModule, decorators: [{
|
|
11
11
|
type: NgModule,
|
|
12
12
|
args: [{
|
|
13
13
|
declarations: [
|
|
@@ -3,10 +3,10 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
export class IDNavigationLocalComponent {
|
|
4
4
|
constructor() { }
|
|
5
5
|
headline = '';
|
|
6
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
7
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
6
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDNavigationLocalComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
7
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDNavigationLocalComponent, selector: "id-navigation-local", inputs: { headline: "headline" }, ngImport: i0, template: "<ids-navigation-local\n [headline]=\"headline\">\n <ng-content></ng-content>\n</ids-navigation-local>" });
|
|
8
8
|
}
|
|
9
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
9
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDNavigationLocalComponent, decorators: [{
|
|
10
10
|
type: Component,
|
|
11
11
|
args: [{ selector: 'id-navigation-local', template: "<ids-navigation-local\n [headline]=\"headline\">\n <ng-content></ng-content>\n</ids-navigation-local>" }]
|
|
12
12
|
}], ctorParameters: () => [], propDecorators: { headline: [{
|
|
@@ -3,11 +3,11 @@ import { IDNavigationLocalComponent } from "./navigation-local.component";
|
|
|
3
3
|
import "@inera/ids-core/components/navigation/local/register";
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export class IDNavigationLocalModule {
|
|
6
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
7
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.
|
|
8
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.
|
|
6
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDNavigationLocalModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: IDNavigationLocalModule, declarations: [IDNavigationLocalComponent], exports: [IDNavigationLocalComponent] });
|
|
8
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDNavigationLocalModule });
|
|
9
9
|
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
10
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDNavigationLocalModule, decorators: [{
|
|
11
11
|
type: NgModule,
|
|
12
12
|
args: [{
|
|
13
13
|
declarations: [IDNavigationLocalComponent],
|