@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,11 +3,11 @@ import { IDRowComponent } from './row.component';
|
|
|
3
3
|
import '@inera/ids-core/components/grid/row/register';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export class IDRowModule {
|
|
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: IDRowModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: IDRowModule, declarations: [IDRowComponent], exports: [IDRowComponent] });
|
|
8
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDRowModule });
|
|
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: IDRowModule, decorators: [{
|
|
11
11
|
type: NgModule,
|
|
12
12
|
args: [{
|
|
13
13
|
declarations: [
|
|
@@ -3,17 +3,23 @@ import { CommonModule } from "@angular/common";
|
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export class IDHeader1177AvatarComponent {
|
|
5
5
|
username = "";
|
|
6
|
+
persistent = false;
|
|
7
|
+
withoutmobilemenu = false;
|
|
6
8
|
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.
|
|
9
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeader1177AvatarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
10
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDHeader1177AvatarComponent, isStandalone: true, selector: "id-header-1177-avatar", inputs: { username: "username", persistent: "persistent", withoutmobilemenu: "withoutmobilemenu" }, viewQueries: [{ propertyName: "template", first: true, predicate: TemplateRef, descendants: true }], ngImport: i0, template: "<ng-template>\n <ng-content></ng-content>\n</ng-template>\n", dependencies: [{ kind: "ngmodule", type: CommonModule }] });
|
|
9
11
|
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
12
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeader1177AvatarComponent, decorators: [{
|
|
11
13
|
type: Component,
|
|
12
14
|
args: [{ selector: "id-header-1177-avatar", schemas: [CUSTOM_ELEMENTS_SCHEMA], standalone: true, imports: [CommonModule], template: "<ng-template>\n <ng-content></ng-content>\n</ng-template>\n" }]
|
|
13
15
|
}], propDecorators: { username: [{
|
|
14
16
|
type: Input
|
|
17
|
+
}], persistent: [{
|
|
18
|
+
type: Input
|
|
19
|
+
}], withoutmobilemenu: [{
|
|
20
|
+
type: Input
|
|
15
21
|
}], template: [{
|
|
16
22
|
type: ViewChild,
|
|
17
23
|
args: [TemplateRef]
|
|
18
24
|
}] } });
|
|
19
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
25
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGVhZGVyLTExNzctYXZhdGFyLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2NvbXBvbmVudHMvaGVhZGVyLTExNzcvYXZhdGFyL2hlYWRlci0xMTc3LWF2YXRhci5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9jb21wb25lbnRzL2hlYWRlci0xMTc3L2F2YXRhci9oZWFkZXItMTE3Ny1hdmF0YXIuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxzQkFBc0IsRUFBRSxLQUFLLEVBQUUsV0FBVyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUNqRyxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7O0FBUy9DLE1BQU0sT0FBTywyQkFBMkI7SUFFdEMsUUFBUSxHQUFXLEVBQUUsQ0FBQztJQUV0QixVQUFVLEdBQVksS0FBSyxDQUFDO0lBRTVCLGlCQUFpQixHQUFZLEtBQUssQ0FBQztJQUduQyxRQUFRLENBQW1CO3dHQVRoQiwyQkFBMkI7NEZBQTNCLDJCQUEyQiwrTkFRM0IsV0FBVyxnRENsQnhCLDhEQUdBLDJDREtZLFlBQVk7OzRGQUVYLDJCQUEyQjtrQkFQdkMsU0FBUzsrQkFDRSx1QkFBdUIsV0FFeEIsQ0FBQyxzQkFBc0IsQ0FBQyxjQUNyQixJQUFJLFdBQ1AsQ0FBQyxZQUFZLENBQUM7OEJBSXZCLFFBQVE7c0JBRFAsS0FBSztnQkFHTixVQUFVO3NCQURULEtBQUs7Z0JBR04saUJBQWlCO3NCQURoQixLQUFLO2dCQUlOLFFBQVE7c0JBRFAsU0FBUzt1QkFBQyxXQUFXIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBDVVNUT01fRUxFTUVOVFNfU0NIRU1BLCBJbnB1dCwgVGVtcGxhdGVSZWYsIFZpZXdDaGlsZCB9IGZyb20gXCJAYW5ndWxhci9jb3JlXCI7XG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tIFwiQGFuZ3VsYXIvY29tbW9uXCI7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogXCJpZC1oZWFkZXItMTE3Ny1hdmF0YXJcIixcbiAgdGVtcGxhdGVVcmw6IFwiLi9oZWFkZXItMTE3Ny1hdmF0YXIuY29tcG9uZW50Lmh0bWxcIixcbiAgc2NoZW1hczogW0NVU1RPTV9FTEVNRU5UU19TQ0hFTUFdLFxuICBzdGFuZGFsb25lOiB0cnVlLFxuICBpbXBvcnRzOiBbQ29tbW9uTW9kdWxlXVxufSlcbmV4cG9ydCBjbGFzcyBJREhlYWRlcjExNzdBdmF0YXJDb21wb25lbnQge1xuICBASW5wdXQoKVxuICB1c2VybmFtZTogc3RyaW5nID0gXCJcIjtcbiAgQElucHV0KClcbiAgcGVyc2lzdGVudDogYm9vbGVhbiA9IGZhbHNlO1xuICBASW5wdXQoKVxuICB3aXRob3V0bW9iaWxlbWVudTogYm9vbGVhbiA9IGZhbHNlO1xuXG4gIEBWaWV3Q2hpbGQoVGVtcGxhdGVSZWYpXG4gIHRlbXBsYXRlOiBUZW1wbGF0ZVJlZjxhbnk+O1xufVxuIiwiPG5nLXRlbXBsYXRlPlxuICA8bmctY29udGVudD48L25nLWNvbnRlbnQ+XG48L25nLXRlbXBsYXRlPlxuIl19
|
|
@@ -1,23 +1,18 @@
|
|
|
1
1
|
import { CommonModule } from "@angular/common";
|
|
2
|
-
import { Component, ContentChild, ContentChildren, CUSTOM_ELEMENTS_SCHEMA,
|
|
2
|
+
import { Component, ContentChild, ContentChildren, CUSTOM_ELEMENTS_SCHEMA, Input } from "@angular/core";
|
|
3
3
|
import { IDHeader1177ItemComponent } from "./item/header-1177-item.component";
|
|
4
4
|
import { IDHeader1177AvatarComponent } from "./avatar/header-1177-avatar.component";
|
|
5
|
-
import { IDHeader1177MenuMobileComponent } from "./menu-mobile/header-1177-menu-mobile.component";
|
|
6
5
|
import { IDHeader1177NavComponent } from "./nav/header-1177-nav.component";
|
|
7
6
|
import "@inera/ids-core/components/header-1177/register";
|
|
8
7
|
import * as i0 from "@angular/core";
|
|
9
8
|
import * as i1 from "@angular/common";
|
|
10
9
|
export class IDHeader1177Component {
|
|
11
10
|
cdRef;
|
|
12
|
-
|
|
13
|
-
srlogolabel = null;
|
|
11
|
+
srlogotext = null;
|
|
14
12
|
hideregionpicker = false;
|
|
15
|
-
regionpickerexpanded = false;
|
|
16
|
-
fluid = false;
|
|
17
13
|
logohref = null;
|
|
18
14
|
unresponsive = false;
|
|
19
15
|
hideontablet = false;
|
|
20
|
-
onDidToggleRegion = new EventEmitter();
|
|
21
16
|
constructor(cdRef) {
|
|
22
17
|
this.cdRef = cdRef;
|
|
23
18
|
}
|
|
@@ -26,11 +21,9 @@ export class IDHeader1177Component {
|
|
|
26
21
|
items;
|
|
27
22
|
// Header Avatar
|
|
28
23
|
avatar;
|
|
29
|
-
// Header mobile menu
|
|
30
|
-
menuMobile;
|
|
31
24
|
// Header nav
|
|
32
25
|
nav;
|
|
33
|
-
|
|
26
|
+
itemsDone = false;
|
|
34
27
|
ngAfterContentInit() {
|
|
35
28
|
this.updateItemsArray();
|
|
36
29
|
this.itemList.changes.subscribe(() => {
|
|
@@ -41,44 +34,33 @@ export class IDHeader1177Component {
|
|
|
41
34
|
setTimeout(() => {
|
|
42
35
|
this.items = this.itemList.toArray();
|
|
43
36
|
this.cdRef.detectChanges();
|
|
44
|
-
this.
|
|
37
|
+
this.itemsDone = true;
|
|
45
38
|
});
|
|
46
39
|
}
|
|
47
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
48
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
40
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeader1177Component, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
41
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDHeader1177Component, isStandalone: true, selector: "id-header-1177", inputs: { srlogotext: "srlogotext", hideregionpicker: "hideregionpicker", logohref: "logohref", unresponsive: "unresponsive", hideontablet: "hideontablet" }, queries: [{ propertyName: "avatar", first: true, predicate: IDHeader1177AvatarComponent, descendants: true }, { propertyName: "nav", first: true, predicate: IDHeader1177NavComponent, descendants: true }, { propertyName: "itemList", predicate: IDHeader1177ItemComponent }], ngImport: i0, template: "<ids-header-1177\n [attr.hideregionpicker]=\"hideregionpicker ? 'true' : null\"\n [attr.srlogotext]=\"srlogotext\"\n [attr.unresponsive]=\"unresponsive ? 'true' : null\"\n [attr.logohref]=\"logohref\">\n <ids-header-1177-item\n *ngFor=\"let item of items\"\n [mobile]=\"item.mobile ? true : null\"\n [keeptextonmobile]=\"item.keeptextonmobile ? true : null\">\n <ng-container *ngTemplateOutlet=\"item.template\"></ng-container>\n </ids-header-1177-item>\n\n <ids-header-1177-avatar *ngIf=\"itemsDone && avatar\" [username]=\"avatar.username\" [persistent]=\"avatar.persistent\">\n <ng-container *ngTemplateOutlet=\"avatar.template\"></ng-container>\n </ids-header-1177-avatar>\n\n <ids-header-1177-nav *ngIf=\"itemsDone && nav\" [attr.hideontablet]=\"nav.hideontablet ? 'true' : null\">\n <ng-container *ngTemplateOutlet=\"nav.template\"></ng-container>\n </ids-header-1177-nav>\n\n <ng-content></ng-content>\n</ids-header-1177>\n", styles: ["::ng-deep [slot=region],::ng-deep [slot=region-desktop]{display:flex!important}\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"] }] });
|
|
49
42
|
}
|
|
50
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
43
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeader1177Component, decorators: [{
|
|
51
44
|
type: Component,
|
|
52
|
-
args: [{ selector: "id-header-1177", standalone: true, schemas: [CUSTOM_ELEMENTS_SCHEMA], imports: [CommonModule], template: "<ids-header-1177\n [attr.
|
|
53
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }], propDecorators: {
|
|
54
|
-
type: Input
|
|
55
|
-
}], srlogolabel: [{
|
|
45
|
+
args: [{ selector: "id-header-1177", standalone: true, schemas: [CUSTOM_ELEMENTS_SCHEMA], imports: [CommonModule], template: "<ids-header-1177\n [attr.hideregionpicker]=\"hideregionpicker ? 'true' : null\"\n [attr.srlogotext]=\"srlogotext\"\n [attr.unresponsive]=\"unresponsive ? 'true' : null\"\n [attr.logohref]=\"logohref\">\n <ids-header-1177-item\n *ngFor=\"let item of items\"\n [mobile]=\"item.mobile ? true : null\"\n [keeptextonmobile]=\"item.keeptextonmobile ? true : null\">\n <ng-container *ngTemplateOutlet=\"item.template\"></ng-container>\n </ids-header-1177-item>\n\n <ids-header-1177-avatar *ngIf=\"itemsDone && avatar\" [username]=\"avatar.username\" [persistent]=\"avatar.persistent\">\n <ng-container *ngTemplateOutlet=\"avatar.template\"></ng-container>\n </ids-header-1177-avatar>\n\n <ids-header-1177-nav *ngIf=\"itemsDone && nav\" [attr.hideontablet]=\"nav.hideontablet ? 'true' : null\">\n <ng-container *ngTemplateOutlet=\"nav.template\"></ng-container>\n </ids-header-1177-nav>\n\n <ng-content></ng-content>\n</ids-header-1177>\n", styles: ["::ng-deep [slot=region],::ng-deep [slot=region-desktop]{display:flex!important}\n"] }]
|
|
46
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }], propDecorators: { srlogotext: [{
|
|
56
47
|
type: Input
|
|
57
48
|
}], hideregionpicker: [{
|
|
58
49
|
type: Input
|
|
59
|
-
}], regionpickerexpanded: [{
|
|
60
|
-
type: Input
|
|
61
|
-
}], fluid: [{
|
|
62
|
-
type: Input
|
|
63
50
|
}], logohref: [{
|
|
64
51
|
type: Input
|
|
65
52
|
}], unresponsive: [{
|
|
66
53
|
type: Input
|
|
67
54
|
}], hideontablet: [{
|
|
68
55
|
type: Input
|
|
69
|
-
}], onDidToggleRegion: [{
|
|
70
|
-
type: Output
|
|
71
56
|
}], itemList: [{
|
|
72
57
|
type: ContentChildren,
|
|
73
58
|
args: [IDHeader1177ItemComponent]
|
|
74
59
|
}], avatar: [{
|
|
75
60
|
type: ContentChild,
|
|
76
61
|
args: [IDHeader1177AvatarComponent]
|
|
77
|
-
}], menuMobile: [{
|
|
78
|
-
type: ContentChild,
|
|
79
|
-
args: [IDHeader1177MenuMobileComponent]
|
|
80
62
|
}], nav: [{
|
|
81
63
|
type: ContentChild,
|
|
82
64
|
args: [IDHeader1177NavComponent]
|
|
83
65
|
}] } });
|
|
84
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
66
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGVhZGVyLTExNzcuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaWRzLWFuZ3VsYXIvY29tcG9uZW50cy9oZWFkZXItMTE3Ny9oZWFkZXItMTE3Ny5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9jb21wb25lbnRzL2hlYWRlci0xMTc3L2hlYWRlci0xMTc3LmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBRUwsU0FBUyxFQUNULFlBQVksRUFDWixlQUFlLEVBQ2Ysc0JBQXNCLEVBQ3RCLEtBQUssRUFFTixNQUFNLGVBQWUsQ0FBQztBQUN2QixPQUFPLEVBQUUseUJBQXlCLEVBQUUsTUFBTSxtQ0FBbUMsQ0FBQztBQUM5RSxPQUFPLEVBQUUsMkJBQTJCLEVBQUUsTUFBTSx1Q0FBdUMsQ0FBQztBQUNwRixPQUFPLEVBQUUsd0JBQXdCLEVBQUUsTUFBTSxpQ0FBaUMsQ0FBQztBQUMzRSxPQUFPLGlEQUFpRCxDQUFDOzs7QUFVekQsTUFBTSxPQUFPLHFCQUFxQjtJQWFaO0lBWHBCLFVBQVUsR0FBa0IsSUFBSSxDQUFDO0lBRWpDLGdCQUFnQixHQUFZLEtBQUssQ0FBQztJQUdsQyxRQUFRLEdBQWtCLElBQUksQ0FBQztJQUUvQixZQUFZLEdBQVksS0FBSyxDQUFDO0lBRTlCLFlBQVksR0FBWSxLQUFLLENBQUM7SUFFOUIsWUFBb0IsS0FBd0I7UUFBeEIsVUFBSyxHQUFMLEtBQUssQ0FBbUI7SUFBRyxDQUFDO0lBRWhELGVBQWU7SUFFZixRQUFRLENBQXVDO0lBRXhDLEtBQUssQ0FBOEI7SUFFMUMsZ0JBQWdCO0lBRWhCLE1BQU0sQ0FBOEI7SUFFcEMsYUFBYTtJQUViLEdBQUcsQ0FBMkI7SUFFOUIsU0FBUyxHQUFHLEtBQUssQ0FBQztJQUVYLGtCQUFrQjtRQUN2QixJQUFJLENBQUMsZ0JBQWdCLEVBQUUsQ0FBQztRQUN4QixJQUFJLENBQUMsUUFBUSxDQUFDLE9BQU8sQ0FBQyxTQUFTLENBQUMsR0FBRyxFQUFFO1lBQ25DLElBQUksQ0FBQyxnQkFBZ0IsRUFBRSxDQUFDO1FBQzFCLENBQUMsQ0FBQyxDQUFDO0lBQ0wsQ0FBQztJQUVELGdCQUFnQjtRQUNkLFVBQVUsQ0FBQyxHQUFHLEVBQUU7WUFDZCxJQUFJLENBQUMsS0FBSyxHQUFHLElBQUksQ0FBQyxRQUFRLENBQUMsT0FBTyxFQUFFLENBQUM7WUFDckMsSUFBSSxDQUFDLEtBQUssQ0FBQyxhQUFhLEVBQUUsQ0FBQztZQUMzQixJQUFJLENBQUMsU0FBUyxHQUFHLElBQUksQ0FBQztRQUN4QixDQUFDLENBQUMsQ0FBQztJQUNMLENBQUM7d0dBNUNVLHFCQUFxQjs0RkFBckIscUJBQXFCLDRRQXNCbEIsMkJBQTJCLHNFQUkzQix3QkFBd0IsOERBVnJCLHlCQUF5Qiw2QkN2QzVDLGk4QkFzQkEsMElERFksWUFBWTs7NEZBRVgscUJBQXFCO2tCQVJqQyxTQUFTOytCQUNFLGdCQUFnQixjQUdkLElBQUksV0FDUCxDQUFDLHNCQUFzQixDQUFDLFdBQ3hCLENBQUMsWUFBWSxDQUFDO3NGQUl2QixVQUFVO3NCQURULEtBQUs7Z0JBR04sZ0JBQWdCO3NCQURmLEtBQUs7Z0JBSU4sUUFBUTtzQkFEUCxLQUFLO2dCQUdOLFlBQVk7c0JBRFgsS0FBSztnQkFHTixZQUFZO3NCQURYLEtBQUs7Z0JBT04sUUFBUTtzQkFEUCxlQUFlO3VCQUFDLHlCQUF5QjtnQkFPMUMsTUFBTTtzQkFETCxZQUFZO3VCQUFDLDJCQUEyQjtnQkFLekMsR0FBRztzQkFERixZQUFZO3VCQUFDLHdCQUF3QiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gXCJAYW5ndWxhci9jb21tb25cIjtcbmltcG9ydCB7XG4gIENoYW5nZURldGVjdG9yUmVmLFxuICBDb21wb25lbnQsXG4gIENvbnRlbnRDaGlsZCxcbiAgQ29udGVudENoaWxkcmVuLFxuICBDVVNUT01fRUxFTUVOVFNfU0NIRU1BLFxuICBJbnB1dCxcbiAgUXVlcnlMaXN0XG59IGZyb20gXCJAYW5ndWxhci9jb3JlXCI7XG5pbXBvcnQgeyBJREhlYWRlcjExNzdJdGVtQ29tcG9uZW50IH0gZnJvbSBcIi4vaXRlbS9oZWFkZXItMTE3Ny1pdGVtLmNvbXBvbmVudFwiO1xuaW1wb3J0IHsgSURIZWFkZXIxMTc3QXZhdGFyQ29tcG9uZW50IH0gZnJvbSBcIi4vYXZhdGFyL2hlYWRlci0xMTc3LWF2YXRhci5jb21wb25lbnRcIjtcbmltcG9ydCB7IElESGVhZGVyMTE3N05hdkNvbXBvbmVudCB9IGZyb20gXCIuL25hdi9oZWFkZXItMTE3Ny1uYXYuY29tcG9uZW50XCI7XG5pbXBvcnQgXCJAaW5lcmEvaWRzLWNvcmUvY29tcG9uZW50cy9oZWFkZXItMTE3Ny9yZWdpc3RlclwiO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6IFwiaWQtaGVhZGVyLTExNzdcIixcbiAgdGVtcGxhdGVVcmw6IFwiLi9oZWFkZXItMTE3Ny5jb21wb25lbnQuaHRtbFwiLFxuICBzdHlsZXM6IFtcIjo6bmctZGVlcCBbc2xvdD1yZWdpb25dLCA6Om5nLWRlZXAgW3Nsb3Q9cmVnaW9uLWRlc2t0b3BdIHsgZGlzcGxheTogZmxleCAhaW1wb3J0YW50OyB9XCJdLFxuICBzdGFuZGFsb25lOiB0cnVlLFxuICBzY2hlbWFzOiBbQ1VTVE9NX0VMRU1FTlRTX1NDSEVNQV0sXG4gIGltcG9ydHM6IFtDb21tb25Nb2R1bGVdXG59KVxuZXhwb3J0IGNsYXNzIElESGVhZGVyMTE3N0NvbXBvbmVudCB7XG4gIEBJbnB1dCgpXG4gIHNybG9nb3RleHQ6IHN0cmluZyB8IG51bGwgPSBudWxsO1xuICBASW5wdXQoKVxuICBoaWRlcmVnaW9ucGlja2VyOiBib29sZWFuID0gZmFsc2U7XG5cbiAgQElucHV0KClcbiAgbG9nb2hyZWY6IHN0cmluZyB8IG51bGwgPSBudWxsO1xuICBASW5wdXQoKVxuICB1bnJlc3BvbnNpdmU6IGJvb2xlYW4gPSBmYWxzZTtcbiAgQElucHV0KClcbiAgaGlkZW9udGFibGV0OiBib29sZWFuID0gZmFsc2U7XG5cbiAgY29uc3RydWN0b3IocHJpdmF0ZSBjZFJlZjogQ2hhbmdlRGV0ZWN0b3JSZWYpIHt9XG5cbiAgLy8gSGVhZGVyIGl0ZW1zXG4gIEBDb250ZW50Q2hpbGRyZW4oSURIZWFkZXIxMTc3SXRlbUNvbXBvbmVudClcbiAgaXRlbUxpc3Q6IFF1ZXJ5TGlzdDxJREhlYWRlcjExNzdJdGVtQ29tcG9uZW50PjtcblxuICBwdWJsaWMgaXRlbXM6IElESGVhZGVyMTE3N0l0ZW1Db21wb25lbnRbXTtcblxuICAvLyBIZWFkZXIgQXZhdGFyXG4gIEBDb250ZW50Q2hpbGQoSURIZWFkZXIxMTc3QXZhdGFyQ29tcG9uZW50KVxuICBhdmF0YXI6IElESGVhZGVyMTE3N0F2YXRhckNvbXBvbmVudDtcblxuICAvLyBIZWFkZXIgbmF2XG4gIEBDb250ZW50Q2hpbGQoSURIZWFkZXIxMTc3TmF2Q29tcG9uZW50KVxuICBuYXY6IElESGVhZGVyMTE3N05hdkNvbXBvbmVudDtcblxuICBpdGVtc0RvbmUgPSBmYWxzZTtcblxuICBwdWJsaWMgbmdBZnRlckNvbnRlbnRJbml0KCk6IHZvaWQge1xuICAgIHRoaXMudXBkYXRlSXRlbXNBcnJheSgpO1xuICAgIHRoaXMuaXRlbUxpc3QuY2hhbmdlcy5zdWJzY3JpYmUoKCkgPT4ge1xuICAgICAgdGhpcy51cGRhdGVJdGVtc0FycmF5KCk7XG4gICAgfSk7XG4gIH1cblxuICB1cGRhdGVJdGVtc0FycmF5KCkge1xuICAgIHNldFRpbWVvdXQoKCkgPT4ge1xuICAgICAgdGhpcy5pdGVtcyA9IHRoaXMuaXRlbUxpc3QudG9BcnJheSgpO1xuICAgICAgdGhpcy5jZFJlZi5kZXRlY3RDaGFuZ2VzKCk7XG4gICAgICB0aGlzLml0ZW1zRG9uZSA9IHRydWU7XG4gICAgfSk7XG4gIH1cbn1cbiIsIjxpZHMtaGVhZGVyLTExNzdcbiAgW2F0dHIuaGlkZXJlZ2lvbnBpY2tlcl09XCJoaWRlcmVnaW9ucGlja2VyID8gJ3RydWUnIDogbnVsbFwiXG4gIFthdHRyLnNybG9nb3RleHRdPVwic3Jsb2dvdGV4dFwiXG4gIFthdHRyLnVucmVzcG9uc2l2ZV09XCJ1bnJlc3BvbnNpdmUgPyAndHJ1ZScgOiBudWxsXCJcbiAgW2F0dHIubG9nb2hyZWZdPVwibG9nb2hyZWZcIj5cbiAgPGlkcy1oZWFkZXItMTE3Ny1pdGVtXG4gICAgKm5nRm9yPVwibGV0IGl0ZW0gb2YgaXRlbXNcIlxuICAgIFttb2JpbGVdPVwiaXRlbS5tb2JpbGUgPyB0cnVlIDogbnVsbFwiXG4gICAgW2tlZXB0ZXh0b25tb2JpbGVdPVwiaXRlbS5rZWVwdGV4dG9ubW9iaWxlID8gdHJ1ZSA6IG51bGxcIj5cbiAgICA8bmctY29udGFpbmVyICpuZ1RlbXBsYXRlT3V0bGV0PVwiaXRlbS50ZW1wbGF0ZVwiPjwvbmctY29udGFpbmVyPlxuICA8L2lkcy1oZWFkZXItMTE3Ny1pdGVtPlxuXG4gIDxpZHMtaGVhZGVyLTExNzctYXZhdGFyICpuZ0lmPVwiaXRlbXNEb25lICYmIGF2YXRhclwiIFt1c2VybmFtZV09XCJhdmF0YXIudXNlcm5hbWVcIiBbcGVyc2lzdGVudF09XCJhdmF0YXIucGVyc2lzdGVudFwiPlxuICAgIDxuZy1jb250YWluZXIgKm5nVGVtcGxhdGVPdXRsZXQ9XCJhdmF0YXIudGVtcGxhdGVcIj48L25nLWNvbnRhaW5lcj5cbiAgPC9pZHMtaGVhZGVyLTExNzctYXZhdGFyPlxuXG4gIDxpZHMtaGVhZGVyLTExNzctbmF2ICpuZ0lmPVwiaXRlbXNEb25lICYmIG5hdlwiIFthdHRyLmhpZGVvbnRhYmxldF09XCJuYXYuaGlkZW9udGFibGV0ID8gJ3RydWUnIDogbnVsbFwiPlxuICAgIDxuZy1jb250YWluZXIgKm5nVGVtcGxhdGVPdXRsZXQ9XCJuYXYudGVtcGxhdGVcIj48L25nLWNvbnRhaW5lcj5cbiAgPC9pZHMtaGVhZGVyLTExNzctbmF2PlxuXG4gIDxuZy1jb250ZW50PjwvbmctY29udGVudD5cbjwvaWRzLWhlYWRlci0xMTc3PlxuIl19
|
|
@@ -1,18 +1,21 @@
|
|
|
1
|
-
import { Component, CUSTOM_ELEMENTS_SCHEMA, Input, TemplateRef, ViewChild } from
|
|
1
|
+
import { Component, CUSTOM_ELEMENTS_SCHEMA, Input, TemplateRef, ViewChild } from "@angular/core";
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export class IDHeader1177ItemComponent {
|
|
4
4
|
mobile = false;
|
|
5
|
+
keeptextonmobile = false;
|
|
5
6
|
template;
|
|
6
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
7
|
-
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: IDHeader1177ItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
8
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDHeader1177ItemComponent, isStandalone: true, selector: "id-header-1177-item", inputs: { mobile: "mobile", keeptextonmobile: "keeptextonmobile" }, viewQueries: [{ propertyName: "template", first: true, predicate: TemplateRef, descendants: true }], ngImport: i0, template: "<ng-template>\n <ng-content></ng-content>\n</ng-template>", styles: [":host{display:contents}\n"] });
|
|
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: IDHeader1177ItemComponent, decorators: [{
|
|
10
11
|
type: Component,
|
|
11
|
-
args: [{ selector:
|
|
12
|
+
args: [{ selector: "id-header-1177-item", schemas: [CUSTOM_ELEMENTS_SCHEMA], standalone: true, template: "<ng-template>\n <ng-content></ng-content>\n</ng-template>", styles: [":host{display:contents}\n"] }]
|
|
12
13
|
}], propDecorators: { mobile: [{
|
|
13
14
|
type: Input
|
|
15
|
+
}], keeptextonmobile: [{
|
|
16
|
+
type: Input
|
|
14
17
|
}], template: [{
|
|
15
18
|
type: ViewChild,
|
|
16
19
|
args: [TemplateRef]
|
|
17
20
|
}] } });
|
|
18
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
21
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGVhZGVyLTExNzctaXRlbS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9jb21wb25lbnRzL2hlYWRlci0xMTc3L2l0ZW0vaGVhZGVyLTExNzctaXRlbS5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9jb21wb25lbnRzL2hlYWRlci0xMTc3L2l0ZW0vaGVhZGVyLTExNzctaXRlbS5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLHNCQUFzQixFQUFFLEtBQUssRUFBRSxXQUFXLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDOztBQVNqRyxNQUFNLE9BQU8seUJBQXlCO0lBRXBDLE1BQU0sR0FBWSxLQUFLLENBQUM7SUFFeEIsZ0JBQWdCLEdBQVksS0FBSyxDQUFDO0lBRVYsUUFBUSxDQUFtQjt3R0FOeEMseUJBQXlCOzRGQUF6Qix5QkFBeUIsNkxBTXpCLFdBQVcsZ0RDZnhCLDREQUVjOzs0RkRPRCx5QkFBeUI7a0JBUHJDLFNBQVM7K0JBQ0UscUJBQXFCLFdBR3RCLENBQUMsc0JBQXNCLENBQUMsY0FDckIsSUFBSTs4QkFJaEIsTUFBTTtzQkFETCxLQUFLO2dCQUdOLGdCQUFnQjtzQkFEZixLQUFLO2dCQUdrQixRQUFRO3NCQUEvQixTQUFTO3VCQUFDLFdBQVciLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIENVU1RPTV9FTEVNRU5UU19TQ0hFTUEsIElucHV0LCBUZW1wbGF0ZVJlZiwgVmlld0NoaWxkIH0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiBcImlkLWhlYWRlci0xMTc3LWl0ZW1cIixcbiAgdGVtcGxhdGVVcmw6IFwiLi9oZWFkZXItMTE3Ny1pdGVtLmNvbXBvbmVudC5odG1sXCIsXG4gIHN0eWxlczogW1wiOmhvc3QgeyBkaXNwbGF5OiBjb250ZW50czsgfVwiXSxcbiAgc2NoZW1hczogW0NVU1RPTV9FTEVNRU5UU19TQ0hFTUFdLFxuICBzdGFuZGFsb25lOiB0cnVlXG59KVxuZXhwb3J0IGNsYXNzIElESGVhZGVyMTE3N0l0ZW1Db21wb25lbnQge1xuICBASW5wdXQoKVxuICBtb2JpbGU6IGJvb2xlYW4gPSBmYWxzZTtcbiAgQElucHV0KClcbiAga2VlcHRleHRvbm1vYmlsZTogYm9vbGVhbiA9IGZhbHNlO1xuXG4gIEBWaWV3Q2hpbGQoVGVtcGxhdGVSZWYpIHRlbXBsYXRlOiBUZW1wbGF0ZVJlZjxhbnk+O1xufVxuIiwiPG5nLXRlbXBsYXRlPlxuICA8bmctY29udGVudD48L25nLWNvbnRlbnQ+XG48L25nLXRlbXBsYXRlPiJdfQ==
|
|
@@ -1,15 +1,14 @@
|
|
|
1
|
-
import { Component, CUSTOM_ELEMENTS_SCHEMA,
|
|
1
|
+
import { Component, CUSTOM_ELEMENTS_SCHEMA, Input } from "@angular/core";
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export class IDHeader1177MenuMobileComponent {
|
|
4
|
-
|
|
5
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
6
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
4
|
+
slot = null;
|
|
5
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeader1177MenuMobileComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
6
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDHeader1177MenuMobileComponent, isStandalone: true, selector: "id-header-1177-menu-mobile", inputs: { slot: "slot" }, ngImport: i0, template: "<ids-header-1177-menu-mobile slot=\"mobile-menu\">\n <ng-content></ng-content>\n</ids-header-1177-menu-mobile>\n" });
|
|
7
7
|
}
|
|
8
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
8
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeader1177MenuMobileComponent, decorators: [{
|
|
9
9
|
type: Component,
|
|
10
|
-
args: [{ selector: "id-header-1177-menu-mobile", schemas: [CUSTOM_ELEMENTS_SCHEMA], standalone: true, template: "<
|
|
11
|
-
}], propDecorators: {
|
|
12
|
-
type:
|
|
13
|
-
args: [TemplateRef]
|
|
10
|
+
args: [{ selector: "id-header-1177-menu-mobile", schemas: [CUSTOM_ELEMENTS_SCHEMA], standalone: true, template: "<ids-header-1177-menu-mobile slot=\"mobile-menu\">\n <ng-content></ng-content>\n</ids-header-1177-menu-mobile>\n" }]
|
|
11
|
+
}], propDecorators: { slot: [{
|
|
12
|
+
type: Input
|
|
14
13
|
}] } });
|
|
15
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
14
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGVhZGVyLTExNzctbWVudS1tb2JpbGUuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaWRzLWFuZ3VsYXIvY29tcG9uZW50cy9oZWFkZXItMTE3Ny9tZW51LW1vYmlsZS9oZWFkZXItMTE3Ny1tZW51LW1vYmlsZS5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9jb21wb25lbnRzL2hlYWRlci0xMTc3L21lbnUtbW9iaWxlL2hlYWRlci0xMTc3LW1lbnUtbW9iaWxlLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsc0JBQXNCLEVBQUUsS0FBSyxFQUFFLE1BQU0sZUFBZSxDQUFDOztBQVF6RSxNQUFNLE9BQU8sK0JBQStCO0lBRTFDLElBQUksR0FBa0IsSUFBSSxDQUFDO3dHQUZoQiwrQkFBK0I7NEZBQS9CLCtCQUErQixnSENSNUMsbUhBR0E7OzRGREthLCtCQUErQjtrQkFOM0MsU0FBUzsrQkFDRSw0QkFBNEIsV0FFN0IsQ0FBQyxzQkFBc0IsQ0FBQyxjQUNyQixJQUFJOzhCQUloQixJQUFJO3NCQURILEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIENVU1RPTV9FTEVNRU5UU19TQ0hFTUEsIElucHV0IH0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiBcImlkLWhlYWRlci0xMTc3LW1lbnUtbW9iaWxlXCIsXG4gIHRlbXBsYXRlVXJsOiBcIi4vaGVhZGVyLTExNzctbWVudS1tb2JpbGUuY29tcG9uZW50Lmh0bWxcIixcbiAgc2NoZW1hczogW0NVU1RPTV9FTEVNRU5UU19TQ0hFTUFdLFxuICBzdGFuZGFsb25lOiB0cnVlXG59KVxuZXhwb3J0IGNsYXNzIElESGVhZGVyMTE3N01lbnVNb2JpbGVDb21wb25lbnQge1xuICBASW5wdXQoKVxuICBzbG90OiBzdHJpbmcgfCBudWxsID0gbnVsbDtcbn1cbiIsIjxpZHMtaGVhZGVyLTExNzctbWVudS1tb2JpbGUgc2xvdD1cIm1vYmlsZS1tZW51XCI+XG4gIDxuZy1jb250ZW50PjwvbmctY29udGVudD5cbjwvaWRzLWhlYWRlci0xMTc3LW1lbnUtbW9iaWxlPlxuIl19
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { Component, ContentChildren, CUSTOM_ELEMENTS_SCHEMA, Input, TemplateRef, ViewChild } from "@angular/core";
|
|
1
|
+
import { Component, ContentChild, ContentChildren, CUSTOM_ELEMENTS_SCHEMA, Input, TemplateRef, ViewChild } from "@angular/core";
|
|
2
|
+
import { IDHeader1177RegionPickerMobileComponent } from "../region-picker-mobile/header-1177-region-picker-mobile.component";
|
|
2
3
|
import { IDHeader1177NavItemComponent } from "../nav-item/header-1177-nav-item.component";
|
|
3
4
|
import { IDHeader1177NavItemMobileComponent } from "../nav-item-mobile/header-1177-nav-item-mobile.component";
|
|
4
|
-
/* import { IDHeader1177MenuMobileComponent } from "../menu-mobile/header-1177-menu-mobile.component"; */
|
|
5
5
|
import { CommonModule } from "@angular/common";
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
import * as i1 from "@angular/common";
|
|
@@ -13,12 +13,12 @@ export class IDHeader1177NavComponent {
|
|
|
13
13
|
navItems;
|
|
14
14
|
navItemMobileList;
|
|
15
15
|
navItemsMobile;
|
|
16
|
-
|
|
17
|
-
navMenuMobile: IDHeader1177MenuMobileComponent; */
|
|
16
|
+
navRegionPickerMobile;
|
|
18
17
|
constructor(cdRef) {
|
|
19
18
|
this.cdRef = cdRef;
|
|
20
19
|
}
|
|
21
|
-
|
|
20
|
+
itemsDone = false;
|
|
21
|
+
itemsMobileDone = false;
|
|
22
22
|
ngAfterContentInit() {
|
|
23
23
|
this.updateNavItemsArray();
|
|
24
24
|
this.navItemList.changes.subscribe(() => {
|
|
@@ -33,21 +33,22 @@ export class IDHeader1177NavComponent {
|
|
|
33
33
|
setTimeout(() => {
|
|
34
34
|
this.navItems = this.navItemList.toArray();
|
|
35
35
|
this.cdRef.detectChanges();
|
|
36
|
+
this.itemsDone = true;
|
|
36
37
|
});
|
|
37
38
|
}
|
|
38
39
|
updateNavItemsMobileArray() {
|
|
39
40
|
setTimeout(() => {
|
|
40
41
|
this.navItemsMobile = this.navItemMobileList.toArray();
|
|
41
42
|
this.cdRef.detectChanges();
|
|
42
|
-
this.
|
|
43
|
+
this.itemsMobileDone = true;
|
|
43
44
|
});
|
|
44
45
|
}
|
|
45
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
46
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
46
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeader1177NavComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
47
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDHeader1177NavComponent, isStandalone: true, selector: "id-header-1177-nav", inputs: { hideontablet: "hideontablet" }, queries: [{ propertyName: "navRegionPickerMobile", first: true, predicate: IDHeader1177RegionPickerMobileComponent, descendants: true }, { propertyName: "navItemList", predicate: IDHeader1177NavItemComponent }, { propertyName: "navItemMobileList", predicate: IDHeader1177NavItemMobileComponent }], viewQueries: [{ propertyName: "template", first: true, predicate: TemplateRef, descendants: true }], ngImport: i0, template: "<ng-template>\n <ids-header-1177-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-1177-nav-item>\n\n <ids-header-1177-region-picker-mobile slot=\"mobile-left\"\n *ngIf=\"itemsDone && itemsMobileDone && navRegionPickerMobile\"\n [attr.text]=\"navRegionPickerMobile.text\"\n [attr.expanded]=\"navRegionPickerMobile.expanded ? 'true' : null\"\n (didToggleRegion)=\"navRegionPickerMobile.onDidToggleRegion.emit(true)\">\n <ng-container *ngTemplateOutlet=\"navRegionPickerMobile.template\"></ng-container>\n </ids-header-1177-region-picker-mobile>\n\n <ids-header-1177-nav-item-mobile *ngFor=\"let navItemMobile of navItemsMobile\" slot=\"mobile-right\">\n <ng-container *ngTemplateOutlet=\"navItemMobile.template\"></ng-container>\n </ids-header-1177-nav-item-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"] }] });
|
|
47
48
|
}
|
|
48
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
49
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeader1177NavComponent, decorators: [{
|
|
49
50
|
type: Component,
|
|
50
|
-
args: [{ selector: "id-header-1177-nav", standalone: true, schemas: [CUSTOM_ELEMENTS_SCHEMA], imports: [CommonModule], template: "<ng-template>\n <ids-header-1177-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-1177-nav-item>\n <ids-header-1177-nav-item-mobile *ngFor=\"let navItemMobile of navItemsMobile\">\n <ng-container *ngTemplateOutlet=\"navItemMobile.template\"></ng-container>\n </ids-header-1177-nav-item-mobile>\n</ng-template>\n" }]
|
|
51
|
+
args: [{ selector: "id-header-1177-nav", standalone: true, schemas: [CUSTOM_ELEMENTS_SCHEMA], imports: [CommonModule], template: "<ng-template>\n <ids-header-1177-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-1177-nav-item>\n\n <ids-header-1177-region-picker-mobile slot=\"mobile-left\"\n *ngIf=\"itemsDone && itemsMobileDone && navRegionPickerMobile\"\n [attr.text]=\"navRegionPickerMobile.text\"\n [attr.expanded]=\"navRegionPickerMobile.expanded ? 'true' : null\"\n (didToggleRegion)=\"navRegionPickerMobile.onDidToggleRegion.emit(true)\">\n <ng-container *ngTemplateOutlet=\"navRegionPickerMobile.template\"></ng-container>\n </ids-header-1177-region-picker-mobile>\n\n <ids-header-1177-nav-item-mobile *ngFor=\"let navItemMobile of navItemsMobile\" slot=\"mobile-right\">\n <ng-container *ngTemplateOutlet=\"navItemMobile.template\"></ng-container>\n </ids-header-1177-nav-item-mobile>\n</ng-template>\n" }]
|
|
51
52
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }], propDecorators: { hideontablet: [{
|
|
52
53
|
type: Input
|
|
53
54
|
}], template: [{
|
|
@@ -59,5 +60,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
59
60
|
}], navItemMobileList: [{
|
|
60
61
|
type: ContentChildren,
|
|
61
62
|
args: [IDHeader1177NavItemMobileComponent]
|
|
63
|
+
}], navRegionPickerMobile: [{
|
|
64
|
+
type: ContentChild,
|
|
65
|
+
args: [IDHeader1177RegionPickerMobileComponent]
|
|
62
66
|
}] } });
|
|
63
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
67
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGVhZGVyLTExNzctbmF2LmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2NvbXBvbmVudHMvaGVhZGVyLTExNzcvbmF2L2hlYWRlci0xMTc3LW5hdi5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9jb21wb25lbnRzL2hlYWRlci0xMTc3L25hdi9oZWFkZXItMTE3Ny1uYXYuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUVMLFNBQVMsRUFDVCxZQUFZLEVBQ1osZUFBZSxFQUNmLHNCQUFzQixFQUN0QixLQUFLLEVBRUwsV0FBVyxFQUNYLFNBQVMsRUFDVixNQUFNLGVBQWUsQ0FBQztBQUN2QixPQUFPLEVBQUUsdUNBQXVDLEVBQUUsTUFBTSxvRUFBb0UsQ0FBQztBQUM3SCxPQUFPLEVBQUUsNEJBQTRCLEVBQUUsTUFBTSw0Q0FBNEMsQ0FBQztBQUMxRixPQUFPLEVBQUUsa0NBQWtDLEVBQUUsTUFBTSwwREFBMEQsQ0FBQztBQUM5RyxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7OztBQVMvQyxNQUFNLE9BQU8sd0JBQXdCO0lBbUJmO0lBakJwQixZQUFZLEdBQVksS0FBSyxDQUFDO0lBRU4sUUFBUSxDQUFtQjtJQUduRCxXQUFXLENBQTBDO0lBRTlDLFFBQVEsQ0FBaUM7SUFHaEQsaUJBQWlCLENBQWdEO0lBRTFELGNBQWMsQ0FBdUM7SUFHNUQscUJBQXFCLENBQTBDO0lBRS9ELFlBQW9CLEtBQXdCO1FBQXhCLFVBQUssR0FBTCxLQUFLLENBQW1CO0lBQUcsQ0FBQztJQUVoRCxTQUFTLEdBQUcsS0FBSyxDQUFDO0lBQ2xCLGVBQWUsR0FBRyxLQUFLLENBQUM7SUFFakIsa0JBQWtCO1FBQ3ZCLElBQUksQ0FBQyxtQkFBbUIsRUFBRSxDQUFDO1FBQzNCLElBQUksQ0FBQyxXQUFXLENBQUMsT0FBTyxDQUFDLFNBQVMsQ0FBQyxHQUFHLEVBQUU7WUFDdEMsSUFBSSxDQUFDLG1CQUFtQixFQUFFLENBQUM7UUFDN0IsQ0FBQyxDQUFDLENBQUM7UUFDSCxJQUFJLENBQUMseUJBQXlCLEVBQUUsQ0FBQztRQUNqQyxJQUFJLENBQUMsaUJBQWlCLENBQUMsT0FBTyxDQUFDLFNBQVMsQ0FBQyxHQUFHLEVBQUU7WUFDNUMsSUFBSSxDQUFDLHlCQUF5QixFQUFFLENBQUM7UUFDbkMsQ0FBQyxDQUFDLENBQUM7SUFDTCxDQUFDO0lBRUQsbUJBQW1CO1FBQ2pCLFVBQVUsQ0FBQyxHQUFHLEVBQUU7WUFDZCxJQUFJLENBQUMsUUFBUSxHQUFHLElBQUksQ0FBQyxXQUFXLENBQUMsT0FBTyxFQUFFLENBQUM7WUFDM0MsSUFBSSxDQUFDLEtBQUssQ0FBQyxhQUFhLEVBQUUsQ0FBQztZQUMzQixJQUFJLENBQUMsU0FBUyxHQUFHLElBQUksQ0FBQztRQUN4QixDQUFDLENBQUMsQ0FBQztJQUNMLENBQUM7SUFFRCx5QkFBeUI7UUFDdkIsVUFBVSxDQUFDLEdBQUcsRUFBRTtZQUNkLElBQUksQ0FBQyxjQUFjLEdBQUcsSUFBSSxDQUFDLGlCQUFpQixDQUFDLE9BQU8sRUFBRSxDQUFDO1lBQ3ZELElBQUksQ0FBQyxLQUFLLENBQUMsYUFBYSxFQUFFLENBQUM7WUFDM0IsSUFBSSxDQUFDLGVBQWUsR0FBRyxJQUFJLENBQUM7UUFDOUIsQ0FBQyxDQUFDLENBQUM7SUFDTCxDQUFDO3dHQWpEVSx3QkFBd0I7NEZBQXhCLHdCQUF3QiwyS0FnQnJCLHVDQUF1QyxpRUFWcEMsNEJBQTRCLG9EQUs1QixrQ0FBa0MsdUVBUHhDLFdBQVcsZ0RDM0J4QixxaENBc0JBLDJDRERZLFlBQVk7OzRGQUVYLHdCQUF3QjtrQkFQcEMsU0FBUzsrQkFDRSxvQkFBb0IsY0FFbEIsSUFBSSxXQUNQLENBQUMsc0JBQXNCLENBQUMsV0FDeEIsQ0FBQyxZQUFZLENBQUM7c0ZBSXZCLFlBQVk7c0JBRFgsS0FBSztnQkFHa0IsUUFBUTtzQkFBL0IsU0FBUzt1QkFBQyxXQUFXO2dCQUd0QixXQUFXO3NCQURWLGVBQWU7dUJBQUMsNEJBQTRCO2dCQU03QyxpQkFBaUI7c0JBRGhCLGVBQWU7dUJBQUMsa0NBQWtDO2dCQU1uRCxxQkFBcUI7c0JBRHBCLFlBQVk7dUJBQUMsdUNBQXVDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcbiAgQ2hhbmdlRGV0ZWN0b3JSZWYsXG4gIENvbXBvbmVudCxcbiAgQ29udGVudENoaWxkLFxuICBDb250ZW50Q2hpbGRyZW4sXG4gIENVU1RPTV9FTEVNRU5UU19TQ0hFTUEsXG4gIElucHV0LFxuICBRdWVyeUxpc3QsXG4gIFRlbXBsYXRlUmVmLFxuICBWaWV3Q2hpbGRcbn0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcbmltcG9ydCB7IElESGVhZGVyMTE3N1JlZ2lvblBpY2tlck1vYmlsZUNvbXBvbmVudCB9IGZyb20gXCIuLi9yZWdpb24tcGlja2VyLW1vYmlsZS9oZWFkZXItMTE3Ny1yZWdpb24tcGlja2VyLW1vYmlsZS5jb21wb25lbnRcIjtcbmltcG9ydCB7IElESGVhZGVyMTE3N05hdkl0ZW1Db21wb25lbnQgfSBmcm9tIFwiLi4vbmF2LWl0ZW0vaGVhZGVyLTExNzctbmF2LWl0ZW0uY29tcG9uZW50XCI7XG5pbXBvcnQgeyBJREhlYWRlcjExNzdOYXZJdGVtTW9iaWxlQ29tcG9uZW50IH0gZnJvbSBcIi4uL25hdi1pdGVtLW1vYmlsZS9oZWFkZXItMTE3Ny1uYXYtaXRlbS1tb2JpbGUuY29tcG9uZW50XCI7XG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tIFwiQGFuZ3VsYXIvY29tbW9uXCI7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogXCJpZC1oZWFkZXItMTE3Ny1uYXZcIixcbiAgdGVtcGxhdGVVcmw6IFwiLi9oZWFkZXItMTE3Ny1uYXYuY29tcG9uZW50Lmh0bWxcIixcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgc2NoZW1hczogW0NVU1RPTV9FTEVNRU5UU19TQ0hFTUFdLFxuICBpbXBvcnRzOiBbQ29tbW9uTW9kdWxlXVxufSlcbmV4cG9ydCBjbGFzcyBJREhlYWRlcjExNzdOYXZDb21wb25lbnQge1xuICBASW5wdXQoKVxuICBoaWRlb250YWJsZXQ6IGJvb2xlYW4gPSBmYWxzZTtcblxuICBAVmlld0NoaWxkKFRlbXBsYXRlUmVmKSB0ZW1wbGF0ZTogVGVtcGxhdGVSZWY8YW55PjtcblxuICBAQ29udGVudENoaWxkcmVuKElESGVhZGVyMTE3N05hdkl0ZW1Db21wb25lbnQpXG4gIG5hdkl0ZW1MaXN0OiBRdWVyeUxpc3Q8SURIZWFkZXIxMTc3TmF2SXRlbUNvbXBvbmVudD47XG5cbiAgcHVibGljIG5hdkl0ZW1zOiBJREhlYWRlcjExNzdOYXZJdGVtQ29tcG9uZW50W107XG5cbiAgQENvbnRlbnRDaGlsZHJlbihJREhlYWRlcjExNzdOYXZJdGVtTW9iaWxlQ29tcG9uZW50KVxuICBuYXZJdGVtTW9iaWxlTGlzdDogUXVlcnlMaXN0PElESGVhZGVyMTE3N05hdkl0ZW1Nb2JpbGVDb21wb25lbnQ+O1xuXG4gIHB1YmxpYyBuYXZJdGVtc01vYmlsZTogSURIZWFkZXIxMTc3TmF2SXRlbU1vYmlsZUNvbXBvbmVudFtdO1xuXG4gIEBDb250ZW50Q2hpbGQoSURIZWFkZXIxMTc3UmVnaW9uUGlja2VyTW9iaWxlQ29tcG9uZW50KVxuICBuYXZSZWdpb25QaWNrZXJNb2JpbGU6IElESGVhZGVyMTE3N1JlZ2lvblBpY2tlck1vYmlsZUNvbXBvbmVudDtcblxuICBjb25zdHJ1Y3Rvcihwcml2YXRlIGNkUmVmOiBDaGFuZ2VEZXRlY3RvclJlZikge31cblxuICBpdGVtc0RvbmUgPSBmYWxzZTtcbiAgaXRlbXNNb2JpbGVEb25lID0gZmFsc2U7XG5cbiAgcHVibGljIG5nQWZ0ZXJDb250ZW50SW5pdCgpOiB2b2lkIHtcbiAgICB0aGlzLnVwZGF0ZU5hdkl0ZW1zQXJyYXkoKTtcbiAgICB0aGlzLm5hdkl0ZW1MaXN0LmNoYW5nZXMuc3Vic2NyaWJlKCgpID0+IHtcbiAgICAgIHRoaXMudXBkYXRlTmF2SXRlbXNBcnJheSgpO1xuICAgIH0pO1xuICAgIHRoaXMudXBkYXRlTmF2SXRlbXNNb2JpbGVBcnJheSgpO1xuICAgIHRoaXMubmF2SXRlbU1vYmlsZUxpc3QuY2hhbmdlcy5zdWJzY3JpYmUoKCkgPT4ge1xuICAgICAgdGhpcy51cGRhdGVOYXZJdGVtc01vYmlsZUFycmF5KCk7XG4gICAgfSk7XG4gIH1cblxuICB1cGRhdGVOYXZJdGVtc0FycmF5KCkge1xuICAgIHNldFRpbWVvdXQoKCkgPT4ge1xuICAgICAgdGhpcy5uYXZJdGVtcyA9IHRoaXMubmF2SXRlbUxpc3QudG9BcnJheSgpO1xuICAgICAgdGhpcy5jZFJlZi5kZXRlY3RDaGFuZ2VzKCk7XG4gICAgICB0aGlzLml0ZW1zRG9uZSA9IHRydWU7XG4gICAgfSk7XG4gIH1cblxuICB1cGRhdGVOYXZJdGVtc01vYmlsZUFycmF5KCkge1xuICAgIHNldFRpbWVvdXQoKCkgPT4ge1xuICAgICAgdGhpcy5uYXZJdGVtc01vYmlsZSA9IHRoaXMubmF2SXRlbU1vYmlsZUxpc3QudG9BcnJheSgpO1xuICAgICAgdGhpcy5jZFJlZi5kZXRlY3RDaGFuZ2VzKCk7XG4gICAgICB0aGlzLml0ZW1zTW9iaWxlRG9uZSA9IHRydWU7XG4gICAgfSk7XG4gIH1cbn1cbiIsIjxuZy10ZW1wbGF0ZT5cbiAgPGlkcy1oZWFkZXItMTE3Ny1uYXYtaXRlbVxuICAgICpuZ0Zvcj1cImxldCBuYXZJdGVtIG9mIG5hdkl0ZW1zXCJcbiAgICBbbGFiZWxdPVwibmF2SXRlbS5sYWJlbFwiXG4gICAgW25vdGlmaWNhdGlvbnNdPVwibmF2SXRlbS5ub3RpZmljYXRpb25zXCJcbiAgICBbYWN0aXZlXT1cIm5hdkl0ZW0uYWN0aXZlXCJcbiAgICBbZXhwYW5kZWRdPVwibmF2SXRlbS5leHBhbmRlZFwiPlxuICAgIDxuZy1jb250YWluZXIgKm5nVGVtcGxhdGVPdXRsZXQ9XCJuYXZJdGVtLnRlbXBsYXRlXCI+PC9uZy1jb250YWluZXI+XG4gIDwvaWRzLWhlYWRlci0xMTc3LW5hdi1pdGVtPlxuXG4gIDxpZHMtaGVhZGVyLTExNzctcmVnaW9uLXBpY2tlci1tb2JpbGUgc2xvdD1cIm1vYmlsZS1sZWZ0XCJcbiAgICAqbmdJZj1cIml0ZW1zRG9uZSAmJiBpdGVtc01vYmlsZURvbmUgJiYgbmF2UmVnaW9uUGlja2VyTW9iaWxlXCJcbiAgICBbYXR0ci50ZXh0XT1cIm5hdlJlZ2lvblBpY2tlck1vYmlsZS50ZXh0XCJcbiAgICBbYXR0ci5leHBhbmRlZF09XCJuYXZSZWdpb25QaWNrZXJNb2JpbGUuZXhwYW5kZWQgPyAndHJ1ZScgOiBudWxsXCJcbiAgICAoZGlkVG9nZ2xlUmVnaW9uKT1cIm5hdlJlZ2lvblBpY2tlck1vYmlsZS5vbkRpZFRvZ2dsZVJlZ2lvbi5lbWl0KHRydWUpXCI+XG4gICAgPG5nLWNvbnRhaW5lciAqbmdUZW1wbGF0ZU91dGxldD1cIm5hdlJlZ2lvblBpY2tlck1vYmlsZS50ZW1wbGF0ZVwiPjwvbmctY29udGFpbmVyPlxuICA8L2lkcy1oZWFkZXItMTE3Ny1yZWdpb24tcGlja2VyLW1vYmlsZT5cblxuICA8aWRzLWhlYWRlci0xMTc3LW5hdi1pdGVtLW1vYmlsZSAqbmdGb3I9XCJsZXQgbmF2SXRlbU1vYmlsZSBvZiBuYXZJdGVtc01vYmlsZVwiIHNsb3Q9XCJtb2JpbGUtcmlnaHRcIj5cbiAgICA8bmctY29udGFpbmVyICpuZ1RlbXBsYXRlT3V0bGV0PVwibmF2SXRlbU1vYmlsZS50ZW1wbGF0ZVwiPjwvbmctY29udGFpbmVyPlxuICA8L2lkcy1oZWFkZXItMTE3Ny1uYXYtaXRlbS1tb2JpbGU+XG48L25nLXRlbXBsYXRlPlxuIl19
|
|
@@ -6,10 +6,10 @@ export class IDHeader1177NavItemComponent {
|
|
|
6
6
|
active = false;
|
|
7
7
|
expanded = false;
|
|
8
8
|
template;
|
|
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: IDHeader1177NavItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
10
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDHeader1177NavItemComponent, isStandalone: true, selector: "id-header-1177-nav-item", inputs: { label: "label", notifications: "notifications", active: "active", expanded: "expanded" }, viewQueries: [{ propertyName: "template", first: true, predicate: TemplateRef, descendants: true }], ngImport: i0, template: "<ng-template>\n <ng-content></ng-content>\n</ng-template>" });
|
|
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: IDHeader1177NavItemComponent, decorators: [{
|
|
13
13
|
type: Component,
|
|
14
14
|
args: [{ selector: "id-header-1177-nav-item", schemas: [CUSTOM_ELEMENTS_SCHEMA], standalone: true, template: "<ng-template>\n <ng-content></ng-content>\n</ng-template>" }]
|
|
15
15
|
}], propDecorators: { label: [{
|
package/esm2022/components/header-1177/nav-item-mobile/header-1177-nav-item-mobile.component.mjs
CHANGED
|
@@ -2,10 +2,10 @@ import { Component, CUSTOM_ELEMENTS_SCHEMA, TemplateRef, ViewChild } from "@angu
|
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export class IDHeader1177NavItemMobileComponent {
|
|
4
4
|
template;
|
|
5
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
6
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
5
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeader1177NavItemMobileComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
6
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDHeader1177NavItemMobileComponent, isStandalone: true, selector: "id-header-1177-nav-item-mobile", viewQueries: [{ propertyName: "template", first: true, predicate: TemplateRef, descendants: true }], ngImport: i0, template: "<ng-template>\n <ng-content></ng-content>\n</ng-template>" });
|
|
7
7
|
}
|
|
8
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
8
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeader1177NavItemMobileComponent, decorators: [{
|
|
9
9
|
type: Component,
|
|
10
10
|
args: [{ selector: "id-header-1177-nav-item-mobile", schemas: [CUSTOM_ELEMENTS_SCHEMA], standalone: true, template: "<ng-template>\n <ng-content></ng-content>\n</ng-template>" }]
|
|
11
11
|
}], propDecorators: { template: [{
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
export { IDHeader1177Component } from "./header-1177.component";
|
|
2
|
+
export { IDHeader1177RegionPickerComponent } from "./region-picker/header-1177-region-picker.component";
|
|
3
|
+
export { IDHeader1177RegionPickerMobileComponent } from "./region-picker-mobile/header-1177-region-picker-mobile.component";
|
|
2
4
|
export { IDHeader1177AvatarComponent } from "./avatar/header-1177-avatar.component";
|
|
3
5
|
export { IDHeader1177ItemComponent } from "./item/header-1177-item.component";
|
|
4
6
|
export { IDHeader1177NavComponent } from "./nav/header-1177-nav.component";
|
|
5
7
|
export { IDHeader1177NavItemComponent } from "./nav-item/header-1177-nav-item.component";
|
|
6
8
|
export { IDHeader1177NavItemMobileComponent } from "./nav-item-mobile/header-1177-nav-item-mobile.component";
|
|
7
9
|
export { IDHeader1177MenuMobileComponent } from "./menu-mobile/header-1177-menu-mobile.component";
|
|
8
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
10
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2NvbXBvbmVudHMvaGVhZGVyLTExNzcvcHVibGljLWFwaS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSx5QkFBeUIsQ0FBQztBQUNoRSxPQUFPLEVBQUUsaUNBQWlDLEVBQUUsTUFBTSxxREFBcUQsQ0FBQztBQUN4RyxPQUFPLEVBQUUsdUNBQXVDLEVBQUUsTUFBTSxtRUFBbUUsQ0FBQztBQUM1SCxPQUFPLEVBQUUsMkJBQTJCLEVBQUUsTUFBTSx1Q0FBdUMsQ0FBQztBQUNwRixPQUFPLEVBQUUseUJBQXlCLEVBQUUsTUFBTSxtQ0FBbUMsQ0FBQztBQUM5RSxPQUFPLEVBQUUsd0JBQXdCLEVBQUUsTUFBTSxpQ0FBaUMsQ0FBQztBQUMzRSxPQUFPLEVBQUUsNEJBQTRCLEVBQUUsTUFBTSwyQ0FBMkMsQ0FBQztBQUN6RixPQUFPLEVBQUUsa0NBQWtDLEVBQUUsTUFBTSx5REFBeUQsQ0FBQztBQUM3RyxPQUFPLEVBQUUsK0JBQStCLEVBQUUsTUFBTSxpREFBaUQsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCB7IElESGVhZGVyMTE3N0NvbXBvbmVudCB9IGZyb20gXCIuL2hlYWRlci0xMTc3LmNvbXBvbmVudFwiO1xuZXhwb3J0IHsgSURIZWFkZXIxMTc3UmVnaW9uUGlja2VyQ29tcG9uZW50IH0gZnJvbSBcIi4vcmVnaW9uLXBpY2tlci9oZWFkZXItMTE3Ny1yZWdpb24tcGlja2VyLmNvbXBvbmVudFwiO1xuZXhwb3J0IHsgSURIZWFkZXIxMTc3UmVnaW9uUGlja2VyTW9iaWxlQ29tcG9uZW50IH0gZnJvbSBcIi4vcmVnaW9uLXBpY2tlci1tb2JpbGUvaGVhZGVyLTExNzctcmVnaW9uLXBpY2tlci1tb2JpbGUuY29tcG9uZW50XCI7XG5leHBvcnQgeyBJREhlYWRlcjExNzdBdmF0YXJDb21wb25lbnQgfSBmcm9tIFwiLi9hdmF0YXIvaGVhZGVyLTExNzctYXZhdGFyLmNvbXBvbmVudFwiO1xuZXhwb3J0IHsgSURIZWFkZXIxMTc3SXRlbUNvbXBvbmVudCB9IGZyb20gXCIuL2l0ZW0vaGVhZGVyLTExNzctaXRlbS5jb21wb25lbnRcIjtcbmV4cG9ydCB7IElESGVhZGVyMTE3N05hdkNvbXBvbmVudCB9IGZyb20gXCIuL25hdi9oZWFkZXItMTE3Ny1uYXYuY29tcG9uZW50XCI7XG5leHBvcnQgeyBJREhlYWRlcjExNzdOYXZJdGVtQ29tcG9uZW50IH0gZnJvbSBcIi4vbmF2LWl0ZW0vaGVhZGVyLTExNzctbmF2LWl0ZW0uY29tcG9uZW50XCI7XG5leHBvcnQgeyBJREhlYWRlcjExNzdOYXZJdGVtTW9iaWxlQ29tcG9uZW50IH0gZnJvbSBcIi4vbmF2LWl0ZW0tbW9iaWxlL2hlYWRlci0xMTc3LW5hdi1pdGVtLW1vYmlsZS5jb21wb25lbnRcIjtcbmV4cG9ydCB7IElESGVhZGVyMTE3N01lbnVNb2JpbGVDb21wb25lbnQgfSBmcm9tIFwiLi9tZW51LW1vYmlsZS9oZWFkZXItMTE3Ny1tZW51LW1vYmlsZS5jb21wb25lbnRcIjtcbiJdfQ==
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { Component, CUSTOM_ELEMENTS_SCHEMA, EventEmitter, Input, Output, TemplateRef, ViewChild } from "@angular/core";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export class IDHeader1177RegionPickerComponent {
|
|
4
|
+
text = null;
|
|
5
|
+
mobile = false;
|
|
6
|
+
expanded = false;
|
|
7
|
+
onDidToggleRegion = new EventEmitter();
|
|
8
|
+
template;
|
|
9
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeader1177RegionPickerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
10
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDHeader1177RegionPickerComponent, isStandalone: true, selector: "id-header-1177-region-picker", inputs: { text: "text", mobile: "mobile", expanded: "expanded" }, outputs: { onDidToggleRegion: "onDidToggleRegion" }, viewQueries: [{ propertyName: "template", first: true, predicate: TemplateRef, descendants: true }], ngImport: i0, template: "<ids-header-1177-region-picker\n [attr.mobile]=\"mobile ? 'true' : null\"\n [attr.text]=\"text\"\n [attr.expanded]=\"expanded ? 'true' : null\"\n (didToggleRegion)=\"onDidToggleRegion.emit(true)\">\n <ng-content></ng-content>\n</ids-header-1177-region-picker>\n", styles: [":host{display:contents}\n"] });
|
|
11
|
+
}
|
|
12
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeader1177RegionPickerComponent, decorators: [{
|
|
13
|
+
type: Component,
|
|
14
|
+
args: [{ selector: "id-header-1177-region-picker", schemas: [CUSTOM_ELEMENTS_SCHEMA], standalone: true, template: "<ids-header-1177-region-picker\n [attr.mobile]=\"mobile ? 'true' : null\"\n [attr.text]=\"text\"\n [attr.expanded]=\"expanded ? 'true' : null\"\n (didToggleRegion)=\"onDidToggleRegion.emit(true)\">\n <ng-content></ng-content>\n</ids-header-1177-region-picker>\n", styles: [":host{display:contents}\n"] }]
|
|
15
|
+
}], propDecorators: { text: [{
|
|
16
|
+
type: Input
|
|
17
|
+
}], mobile: [{
|
|
18
|
+
type: Input
|
|
19
|
+
}], expanded: [{
|
|
20
|
+
type: Input
|
|
21
|
+
}], onDidToggleRegion: [{
|
|
22
|
+
type: Output
|
|
23
|
+
}], template: [{
|
|
24
|
+
type: ViewChild,
|
|
25
|
+
args: [TemplateRef]
|
|
26
|
+
}] } });
|
|
27
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGVhZGVyLTExNzctcmVnaW9uLXBpY2tlci5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9jb21wb25lbnRzL2hlYWRlci0xMTc3L3JlZ2lvbi1waWNrZXIvaGVhZGVyLTExNzctcmVnaW9uLXBpY2tlci5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9jb21wb25lbnRzL2hlYWRlci0xMTc3L3JlZ2lvbi1waWNrZXIvaGVhZGVyLTExNzctcmVnaW9uLXBpY2tlci5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLHNCQUFzQixFQUFFLFlBQVksRUFBRSxLQUFLLEVBQUUsTUFBTSxFQUFFLFdBQVcsRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7O0FBU3ZILE1BQU0sT0FBTyxpQ0FBaUM7SUFFNUMsSUFBSSxHQUFrQixJQUFJLENBQUM7SUFHM0IsTUFBTSxHQUFZLEtBQUssQ0FBQztJQUd4QixRQUFRLEdBQVksS0FBSyxDQUFDO0lBRzFCLGlCQUFpQixHQUEwQixJQUFJLFlBQVksRUFBRSxDQUFDO0lBRXRDLFFBQVEsQ0FBbUI7d0dBYnhDLGlDQUFpQzs0RkFBakMsaUNBQWlDLHlQQWFqQyxXQUFXLGdEQ3RCeEIsNFFBT0E7OzRGREVhLGlDQUFpQztrQkFQN0MsU0FBUzsrQkFDRSw4QkFBOEIsV0FHL0IsQ0FBQyxzQkFBc0IsQ0FBQyxjQUNyQixJQUFJOzhCQUloQixJQUFJO3NCQURILEtBQUs7Z0JBSU4sTUFBTTtzQkFETCxLQUFLO2dCQUlOLFFBQVE7c0JBRFAsS0FBSztnQkFJTixpQkFBaUI7c0JBRGhCLE1BQU07Z0JBR2lCLFFBQVE7c0JBQS9CLFNBQVM7dUJBQUMsV0FBVyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgQ1VTVE9NX0VMRU1FTlRTX1NDSEVNQSwgRXZlbnRFbWl0dGVyLCBJbnB1dCwgT3V0cHV0LCBUZW1wbGF0ZVJlZiwgVmlld0NoaWxkIH0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiBcImlkLWhlYWRlci0xMTc3LXJlZ2lvbi1waWNrZXJcIixcbiAgdGVtcGxhdGVVcmw6IFwiLi9oZWFkZXItMTE3Ny1yZWdpb24tcGlja2VyLmNvbXBvbmVudC5odG1sXCIsXG4gIHN0eWxlczogW1wiOmhvc3QgeyBkaXNwbGF5OiBjb250ZW50czsgfVwiXSxcbiAgc2NoZW1hczogW0NVU1RPTV9FTEVNRU5UU19TQ0hFTUFdLFxuICBzdGFuZGFsb25lOiB0cnVlXG59KVxuZXhwb3J0IGNsYXNzIElESGVhZGVyMTE3N1JlZ2lvblBpY2tlckNvbXBvbmVudCB7XG4gIEBJbnB1dCgpXG4gIHRleHQ6IHN0cmluZyB8IG51bGwgPSBudWxsO1xuXG4gIEBJbnB1dCgpXG4gIG1vYmlsZTogYm9vbGVhbiA9IGZhbHNlO1xuXG4gIEBJbnB1dCgpXG4gIGV4cGFuZGVkOiBib29sZWFuID0gZmFsc2U7XG5cbiAgQE91dHB1dCgpXG4gIG9uRGlkVG9nZ2xlUmVnaW9uOiBFdmVudEVtaXR0ZXI8Ym9vbGVhbj4gPSBuZXcgRXZlbnRFbWl0dGVyKCk7XG5cbiAgQFZpZXdDaGlsZChUZW1wbGF0ZVJlZikgdGVtcGxhdGU6IFRlbXBsYXRlUmVmPGFueT47XG59XG4iLCI8aWRzLWhlYWRlci0xMTc3LXJlZ2lvbi1waWNrZXJcbiAgW2F0dHIubW9iaWxlXT1cIm1vYmlsZSA/ICd0cnVlJyA6IG51bGxcIlxuICBbYXR0ci50ZXh0XT1cInRleHRcIlxuICBbYXR0ci5leHBhbmRlZF09XCJleHBhbmRlZCA/ICd0cnVlJyA6IG51bGxcIlxuICAoZGlkVG9nZ2xlUmVnaW9uKT1cIm9uRGlkVG9nZ2xlUmVnaW9uLmVtaXQodHJ1ZSlcIj5cbiAgPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PlxuPC9pZHMtaGVhZGVyLTExNzctcmVnaW9uLXBpY2tlcj5cbiJdfQ==
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { Component, CUSTOM_ELEMENTS_SCHEMA, EventEmitter, Input, Output, TemplateRef, ViewChild } from "@angular/core";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export class IDHeader1177RegionPickerMobileComponent {
|
|
4
|
+
text = null;
|
|
5
|
+
expanded = false;
|
|
6
|
+
onDidToggleRegion = new EventEmitter();
|
|
7
|
+
template;
|
|
8
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeader1177RegionPickerMobileComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
9
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDHeader1177RegionPickerMobileComponent, isStandalone: true, selector: "id-header-1177-region-picker-mobile", inputs: { text: "text", expanded: "expanded" }, outputs: { onDidToggleRegion: "onDidToggleRegion" }, 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"] });
|
|
10
|
+
}
|
|
11
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeader1177RegionPickerMobileComponent, decorators: [{
|
|
12
|
+
type: Component,
|
|
13
|
+
args: [{ selector: "id-header-1177-region-picker-mobile", schemas: [CUSTOM_ELEMENTS_SCHEMA], standalone: true, template: "<ng-template>\n <ng-content></ng-content>\n</ng-template>\n", styles: [":host{display:contents}\n"] }]
|
|
14
|
+
}], propDecorators: { text: [{
|
|
15
|
+
type: Input
|
|
16
|
+
}], expanded: [{
|
|
17
|
+
type: Input
|
|
18
|
+
}], onDidToggleRegion: [{
|
|
19
|
+
type: Output
|
|
20
|
+
}], template: [{
|
|
21
|
+
type: ViewChild,
|
|
22
|
+
args: [TemplateRef]
|
|
23
|
+
}] } });
|
|
24
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGVhZGVyLTExNzctcmVnaW9uLXBpY2tlci1tb2JpbGUuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaWRzLWFuZ3VsYXIvY29tcG9uZW50cy9oZWFkZXItMTE3Ny9yZWdpb24tcGlja2VyLW1vYmlsZS9oZWFkZXItMTE3Ny1yZWdpb24tcGlja2VyLW1vYmlsZS5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9jb21wb25lbnRzL2hlYWRlci0xMTc3L3JlZ2lvbi1waWNrZXItbW9iaWxlL2hlYWRlci0xMTc3LXJlZ2lvbi1waWNrZXItbW9iaWxlLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsc0JBQXNCLEVBQUUsWUFBWSxFQUFFLEtBQUssRUFBRSxNQUFNLEVBQUUsV0FBVyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFTdkgsTUFBTSxPQUFPLHVDQUF1QztJQUVsRCxJQUFJLEdBQWtCLElBQUksQ0FBQztJQUczQixRQUFRLEdBQVksS0FBSyxDQUFDO0lBRzFCLGlCQUFpQixHQUEwQixJQUFJLFlBQVksRUFBRSxDQUFDO0lBRXRDLFFBQVEsQ0FBbUI7d0dBVnhDLHVDQUF1Qzs0RkFBdkMsdUNBQXVDLDhPQVV2QyxXQUFXLGdEQ25CeEIsOERBR0E7OzRGRE1hLHVDQUF1QztrQkFQbkQsU0FBUzsrQkFDRSxxQ0FBcUMsV0FHdEMsQ0FBQyxzQkFBc0IsQ0FBQyxjQUNyQixJQUFJOzhCQUloQixJQUFJO3NCQURILEtBQUs7Z0JBSU4sUUFBUTtzQkFEUCxLQUFLO2dCQUlOLGlCQUFpQjtzQkFEaEIsTUFBTTtnQkFHaUIsUUFBUTtzQkFBL0IsU0FBUzt1QkFBQyxXQUFXIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBDVVNUT01fRUxFTUVOVFNfU0NIRU1BLCBFdmVudEVtaXR0ZXIsIElucHV0LCBPdXRwdXQsIFRlbXBsYXRlUmVmLCBWaWV3Q2hpbGQgfSBmcm9tIFwiQGFuZ3VsYXIvY29yZVwiO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6IFwiaWQtaGVhZGVyLTExNzctcmVnaW9uLXBpY2tlci1tb2JpbGVcIixcbiAgdGVtcGxhdGVVcmw6IFwiLi9oZWFkZXItMTE3Ny1yZWdpb24tcGlja2VyLW1vYmlsZS5jb21wb25lbnQuaHRtbFwiLFxuICBzdHlsZXM6IFtcIjpob3N0IHsgZGlzcGxheTogY29udGVudHM7IH1cIl0sXG4gIHNjaGVtYXM6IFtDVVNUT01fRUxFTUVOVFNfU0NIRU1BXSxcbiAgc3RhbmRhbG9uZTogdHJ1ZVxufSlcbmV4cG9ydCBjbGFzcyBJREhlYWRlcjExNzdSZWdpb25QaWNrZXJNb2JpbGVDb21wb25lbnQge1xuICBASW5wdXQoKVxuICB0ZXh0OiBzdHJpbmcgfCBudWxsID0gbnVsbDtcblxuICBASW5wdXQoKVxuICBleHBhbmRlZDogYm9vbGVhbiA9IGZhbHNlO1xuXG4gIEBPdXRwdXQoKVxuICBvbkRpZFRvZ2dsZVJlZ2lvbjogRXZlbnRFbWl0dGVyPGJvb2xlYW4+ID0gbmV3IEV2ZW50RW1pdHRlcigpO1xuXG4gIEBWaWV3Q2hpbGQoVGVtcGxhdGVSZWYpIHRlbXBsYXRlOiBUZW1wbGF0ZVJlZjxhbnk+O1xufVxuIiwiPG5nLXRlbXBsYXRlPlxuICA8bmctY29udGVudD48L25nLWNvbnRlbnQ+XG48L25nLXRlbXBsYXRlPlxuIl19
|
|
@@ -1,24 +1,27 @@
|
|
|
1
|
-
import { Component, CUSTOM_ELEMENTS_SCHEMA, Input, TemplateRef, ViewChild } from
|
|
1
|
+
import { Component, CUSTOM_ELEMENTS_SCHEMA, Input, TemplateRef, ViewChild } from "@angular/core";
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export class IDHeader1177AdminAvatarComponent {
|
|
4
|
-
username =
|
|
5
|
-
unit =
|
|
4
|
+
username = "";
|
|
5
|
+
unit = "";
|
|
6
6
|
expanded = false;
|
|
7
|
+
persistent = false;
|
|
7
8
|
template;
|
|
8
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
9
|
-
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: IDHeader1177AdminAvatarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
10
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDHeader1177AdminAvatarComponent, isStandalone: true, selector: "id-header-1177-admin-avatar", inputs: { username: "username", unit: "unit", expanded: "expanded", persistent: "persistent" }, viewQueries: [{ propertyName: "template", first: true, predicate: TemplateRef, descendants: true }], ngImport: i0, template: "<ng-template>\n <ng-content></ng-content>\n</ng-template>", styles: [":host{display:contents}\n"] });
|
|
10
11
|
}
|
|
11
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
12
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeader1177AdminAvatarComponent, decorators: [{
|
|
12
13
|
type: Component,
|
|
13
|
-
args: [{ selector:
|
|
14
|
+
args: [{ selector: "id-header-1177-admin-avatar", schemas: [CUSTOM_ELEMENTS_SCHEMA], standalone: true, template: "<ng-template>\n <ng-content></ng-content>\n</ng-template>", styles: [":host{display:contents}\n"] }]
|
|
14
15
|
}], propDecorators: { username: [{
|
|
15
16
|
type: Input
|
|
16
17
|
}], unit: [{
|
|
17
18
|
type: Input
|
|
18
19
|
}], expanded: [{
|
|
19
20
|
type: Input
|
|
21
|
+
}], persistent: [{
|
|
22
|
+
type: Input
|
|
20
23
|
}], template: [{
|
|
21
24
|
type: ViewChild,
|
|
22
25
|
args: [TemplateRef]
|
|
23
26
|
}] } });
|
|
24
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
27
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGVhZGVyLTExNzctYWRtaW4tYXZhdGFyLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2NvbXBvbmVudHMvaGVhZGVyLTExNzctYWRtaW4vYXZhdGFyL2hlYWRlci0xMTc3LWFkbWluLWF2YXRhci5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9jb21wb25lbnRzL2hlYWRlci0xMTc3LWFkbWluL2F2YXRhci9oZWFkZXItMTE3Ny1hZG1pbi1hdmF0YXIuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxzQkFBc0IsRUFBRSxLQUFLLEVBQUUsV0FBVyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFTakcsTUFBTSxPQUFPLGdDQUFnQztJQUUzQyxRQUFRLEdBQVcsRUFBRSxDQUFDO0lBRXRCLElBQUksR0FBVyxFQUFFLENBQUM7SUFFbEIsUUFBUSxHQUFZLEtBQUssQ0FBQztJQUUxQixVQUFVLEdBQVksS0FBSyxDQUFDO0lBRUosUUFBUSxDQUFtQjt3R0FWeEMsZ0NBQWdDOzRGQUFoQyxnQ0FBZ0MsaU9BVWhDLFdBQVcsZ0RDbkJ4Qiw0REFFYzs7NEZET0QsZ0NBQWdDO2tCQVA1QyxTQUFTOytCQUNFLDZCQUE2QixXQUU5QixDQUFDLHNCQUFzQixDQUFDLGNBRXJCLElBQUk7OEJBSWhCLFFBQVE7c0JBRFAsS0FBSztnQkFHTixJQUFJO3NCQURILEtBQUs7Z0JBR04sUUFBUTtzQkFEUCxLQUFLO2dCQUdOLFVBQVU7c0JBRFQsS0FBSztnQkFHa0IsUUFBUTtzQkFBL0IsU0FBUzt1QkFBQyxXQUFXIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBDVVNUT01fRUxFTUVOVFNfU0NIRU1BLCBJbnB1dCwgVGVtcGxhdGVSZWYsIFZpZXdDaGlsZCB9IGZyb20gXCJAYW5ndWxhci9jb3JlXCI7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogXCJpZC1oZWFkZXItMTE3Ny1hZG1pbi1hdmF0YXJcIixcbiAgdGVtcGxhdGVVcmw6IFwiLi9oZWFkZXItMTE3Ny1hZG1pbi1hdmF0YXIuY29tcG9uZW50Lmh0bWxcIixcbiAgc2NoZW1hczogW0NVU1RPTV9FTEVNRU5UU19TQ0hFTUFdLFxuICBzdHlsZXM6IFtcIjpob3N0IHsgZGlzcGxheTogY29udGVudHM7IH1cIl0sXG4gIHN0YW5kYWxvbmU6IHRydWVcbn0pXG5leHBvcnQgY2xhc3MgSURIZWFkZXIxMTc3QWRtaW5BdmF0YXJDb21wb25lbnQge1xuICBASW5wdXQoKVxuICB1c2VybmFtZTogc3RyaW5nID0gXCJcIjtcbiAgQElucHV0KClcbiAgdW5pdDogc3RyaW5nID0gXCJcIjtcbiAgQElucHV0KClcbiAgZXhwYW5kZWQ6IGJvb2xlYW4gPSBmYWxzZTtcbiAgQElucHV0KClcbiAgcGVyc2lzdGVudDogYm9vbGVhbiA9IGZhbHNlO1xuXG4gIEBWaWV3Q2hpbGQoVGVtcGxhdGVSZWYpIHRlbXBsYXRlOiBUZW1wbGF0ZVJlZjxhbnk+O1xufVxuIiwiPG5nLXRlbXBsYXRlPlxuICA8bmctY29udGVudD48L25nLWNvbnRlbnQ+XG48L25nLXRlbXBsYXRlPiJdfQ==
|
|
@@ -3,19 +3,22 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
export class IDHeader1177AdminAvatarMobileComponent {
|
|
4
4
|
username = "";
|
|
5
5
|
unit = "";
|
|
6
|
+
expanded = false;
|
|
6
7
|
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.
|
|
8
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeader1177AdminAvatarMobileComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
9
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDHeader1177AdminAvatarMobileComponent, isStandalone: true, selector: "id-header-1177-admin-avatar-mobile", inputs: { username: "username", unit: "unit", expanded: "expanded" }, viewQueries: [{ propertyName: "template", first: true, predicate: TemplateRef, descendants: true }], ngImport: i0, template: "<ng-template>\n <ng-content></ng-content>\n</ng-template>\n" });
|
|
9
10
|
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
11
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeader1177AdminAvatarMobileComponent, decorators: [{
|
|
11
12
|
type: Component,
|
|
12
|
-
args: [{ selector: "id-header-1177-admin-avatar-mobile", schemas: [CUSTOM_ELEMENTS_SCHEMA], standalone: true, template: "<
|
|
13
|
+
args: [{ selector: "id-header-1177-admin-avatar-mobile", schemas: [CUSTOM_ELEMENTS_SCHEMA], standalone: true, template: "<ng-template>\n <ng-content></ng-content>\n</ng-template>\n" }]
|
|
13
14
|
}], propDecorators: { username: [{
|
|
14
15
|
type: Input
|
|
15
16
|
}], unit: [{
|
|
16
17
|
type: Input
|
|
18
|
+
}], expanded: [{
|
|
19
|
+
type: Input
|
|
17
20
|
}], template: [{
|
|
18
21
|
type: ViewChild,
|
|
19
22
|
args: [TemplateRef]
|
|
20
23
|
}] } });
|
|
21
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
24
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGVhZGVyLTExNzctYWRtaW4tYXZhdGFyLW1vYmlsZS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9jb21wb25lbnRzL2hlYWRlci0xMTc3LWFkbWluL2F2YXRhci1tb2JpbGUvaGVhZGVyLTExNzctYWRtaW4tYXZhdGFyLW1vYmlsZS5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9jb21wb25lbnRzL2hlYWRlci0xMTc3LWFkbWluL2F2YXRhci1tb2JpbGUvaGVhZGVyLTExNzctYWRtaW4tYXZhdGFyLW1vYmlsZS5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLHNCQUFzQixFQUFFLEtBQUssRUFBRSxXQUFXLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDOztBQVFqRyxNQUFNLE9BQU8sc0NBQXNDO0lBRWpELFFBQVEsR0FBVyxFQUFFLENBQUM7SUFFdEIsSUFBSSxHQUFXLEVBQUUsQ0FBQztJQUVsQixRQUFRLEdBQVksS0FBSyxDQUFDO0lBRUYsUUFBUSxDQUFtQjt3R0FSeEMsc0NBQXNDOzRGQUF0QyxzQ0FBc0MsOE1BUXRDLFdBQVcsZ0RDaEJ4Qiw4REFHQTs7NEZES2Esc0NBQXNDO2tCQU5sRCxTQUFTOytCQUNFLG9DQUFvQyxXQUVyQyxDQUFDLHNCQUFzQixDQUFDLGNBQ3JCLElBQUk7OEJBSWhCLFFBQVE7c0JBRFAsS0FBSztnQkFHTixJQUFJO3NCQURILEtBQUs7Z0JBR04sUUFBUTtzQkFEUCxLQUFLO2dCQUdrQixRQUFRO3NCQUEvQixTQUFTO3VCQUFDLFdBQVciLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIENVU1RPTV9FTEVNRU5UU19TQ0hFTUEsIElucHV0LCBUZW1wbGF0ZVJlZiwgVmlld0NoaWxkIH0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiBcImlkLWhlYWRlci0xMTc3LWFkbWluLWF2YXRhci1tb2JpbGVcIixcbiAgdGVtcGxhdGVVcmw6IFwiLi9oZWFkZXItMTE3Ny1hZG1pbi1hdmF0YXItbW9iaWxlLmNvbXBvbmVudC5odG1sXCIsXG4gIHNjaGVtYXM6IFtDVVNUT01fRUxFTUVOVFNfU0NIRU1BXSxcbiAgc3RhbmRhbG9uZTogdHJ1ZVxufSlcbmV4cG9ydCBjbGFzcyBJREhlYWRlcjExNzdBZG1pbkF2YXRhck1vYmlsZUNvbXBvbmVudCB7XG4gIEBJbnB1dCgpXG4gIHVzZXJuYW1lOiBzdHJpbmcgPSBcIlwiO1xuICBASW5wdXQoKVxuICB1bml0OiBzdHJpbmcgPSBcIlwiO1xuICBASW5wdXQoKVxuICBleHBhbmRlZDogYm9vbGVhbiA9IGZhbHNlO1xuXG4gIEBWaWV3Q2hpbGQoVGVtcGxhdGVSZWYpIHRlbXBsYXRlOiBUZW1wbGF0ZVJlZjxhbnk+O1xufVxuIiwiPG5nLXRlbXBsYXRlPlxuICA8bmctY29udGVudD48L25nLWNvbnRlbnQ+XG48L25nLXRlbXBsYXRlPlxuIl19
|