@inera/ids-angular 6.1.0 → 7.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/components/card/card.component.d.ts +3 -2
- package/components/dropdown/dropdown-content.component.d.ts +1 -3
- package/components/dropdown/dropdown.component.d.ts +2 -2
- package/components/form/checkbox-group/checkbox-group.component.d.ts +2 -1
- package/components/form/radio-button/index.d.ts +5 -0
- package/components/form/radio-button/public-api.d.ts +3 -0
- package/components/form/radio-button/radio-button-group.component.d.ts +8 -0
- package/components/form/radio-button/radio-button.component.d.ts +7 -0
- package/components/form/radio-button/radio-button.module.d.ts +10 -0
- package/components/form/select/select.component.d.ts +2 -3
- package/components/header-1177/avatar/header-1177-avatar.component.d.ts +1 -1
- package/components/header-1177/header-1177.component.d.ts +10 -7
- package/components/header-1177/menu-mobile/header-1177-menu-mobile.component.d.ts +7 -0
- package/components/header-1177/nav/header-1177-nav.component.d.ts +6 -6
- package/components/header-1177/nav-item/header-1177-nav-item.component.d.ts +2 -1
- package/components/header-1177/public-api.d.ts +7 -7
- package/components/header-1177-admin/avatar/header-1177-admin-avatar.component.d.ts +2 -1
- package/components/header-1177-admin/header-1177-admin.component.d.ts +7 -7
- package/components/header-1177-admin/nav-item/header-1177-admin-nav-item.component.d.ts +3 -2
- package/components/header-1177-pro/avatar/header-1177-pro-avatar.component.d.ts +2 -1
- package/components/header-1177-pro/header-1177-pro.component.d.ts +4 -4
- package/components/header-1177-pro/nav/header-1177-pro-nav.component.d.ts +3 -1
- package/components/header-1177-pro/nav-item/header-1177-pro-nav-item.component.d.ts +2 -1
- package/components/header-1177-pro/nav-menu-mobile/header-1177-pro-nav-menu-mobile.component.d.ts +4 -2
- package/components/header-inera/header-inera.component.d.ts +1 -0
- package/components/header-inera/item/header-inera-item.component.d.ts +2 -1
- package/components/header-inera-admin/avatar/header-inera-admin-avatar.component.d.ts +2 -1
- package/components/header-inera-admin/header-inera-admin.component.d.ts +2 -1
- package/components/header-inera-admin/nav-mobile/header-inera-admin-nav-mobile.component.d.ts +5 -1
- package/components/header-patient/header-patient.component.d.ts +11 -0
- package/components/header-patient/header-patient.module.d.ts +8 -0
- package/components/header-patient/index.d.ts +5 -0
- package/components/header-patient/public-api.d.ts +2 -0
- package/components/link/link.component.d.ts +1 -3
- package/components/notification/badge/notification-badge.component.d.ts +2 -2
- package/components/popover/popover.component.d.ts +1 -1
- package/components/progressbar/progressbar.component.d.ts +2 -1
- package/components/puff-list/public-api.d.ts +1 -0
- package/components/puff-list/puff-item/puff-header/puff-list-item-header.component.d.ts +6 -0
- package/components/puff-list/puff-item/puff-list-item.component.d.ts +1 -3
- package/components/puff-list/puff-list.module.d.ts +2 -1
- package/components/{icon-region → region-icon}/index.d.ts +1 -1
- package/components/region-icon/public-api.d.ts +2 -0
- package/components/region-icon/region-icon.component.d.ts +12 -0
- package/components/region-icon/region-icon.module.d.ts +8 -0
- package/components/stepper/step/step.component.d.ts +2 -2
- package/components/tabs/tab/tab.component.d.ts +2 -4
- package/components/tabs/tabs.component.d.ts +1 -0
- package/esm2022/common/classes/form/IDFormBase.mjs +1 -1
- package/esm2022/common/classes/icon/IDIconBase.mjs +1 -1
- package/esm2022/common/public-api.mjs +1 -1
- package/esm2022/components/accordion/accordion.component.mjs +3 -3
- package/esm2022/components/accordion/accordion.module.mjs +1 -1
- package/esm2022/components/accordion/public-api.mjs +1 -1
- package/esm2022/components/agent/agent.component.mjs +3 -3
- package/esm2022/components/agent/agent.module.mjs +1 -1
- package/esm2022/components/agent/public-api.mjs +1 -1
- package/esm2022/components/alert/alert.component.mjs +3 -3
- package/esm2022/components/alert/alert.module.mjs +1 -1
- package/esm2022/components/alert/public-api.mjs +1 -1
- package/esm2022/components/alert-global/alert-global.component.mjs +3 -3
- package/esm2022/components/alert-global/alert-global.module.mjs +1 -1
- package/esm2022/components/alert-global/public-api.mjs +1 -1
- package/esm2022/components/badge/badge.component.mjs +3 -3
- package/esm2022/components/badge/badge.module.mjs +1 -1
- package/esm2022/components/badge/public-api.mjs +1 -1
- package/esm2022/components/box-link/box-link.component.mjs +3 -3
- package/esm2022/components/box-link/box-link.module.mjs +1 -1
- package/esm2022/components/box-link/public-api.mjs +1 -1
- package/esm2022/components/breadcrumbs/breadcrumbs.component.mjs +3 -3
- package/esm2022/components/breadcrumbs/breadcrumbs.module.mjs +1 -1
- package/esm2022/components/breadcrumbs/crumb.component.mjs +7 -7
- package/esm2022/components/breadcrumbs/public-api.mjs +1 -1
- package/esm2022/components/button/button.component.mjs +3 -3
- package/esm2022/components/button/button.module.mjs +1 -1
- package/esm2022/components/button/public-api.mjs +1 -1
- package/esm2022/components/button-group/button-group.component.mjs +3 -3
- package/esm2022/components/button-group/button-group.module.mjs +1 -1
- package/esm2022/components/button-group/public-api.mjs +1 -1
- package/esm2022/components/card/card.component.mjs +8 -5
- package/esm2022/components/card/card.module.mjs +1 -1
- package/esm2022/components/card/public-api.mjs +1 -1
- package/esm2022/components/carousel/carousel-item/carousel-item.component.mjs +3 -3
- package/esm2022/components/carousel/carousel.component.mjs +3 -3
- package/esm2022/components/carousel/carousel.module.mjs +1 -1
- package/esm2022/components/carousel/public-api.mjs +1 -1
- package/esm2022/components/date-label/date-label.component.mjs +3 -3
- package/esm2022/components/date-label/date-label.module.mjs +1 -1
- package/esm2022/components/date-label/public-api.mjs +1 -1
- package/esm2022/components/dialog/dialog.component.mjs +3 -3
- package/esm2022/components/dialog/dialog.module.mjs +1 -1
- package/esm2022/components/dialog/public-api.mjs +1 -1
- package/esm2022/components/dropdown/dropdown-content.component.mjs +6 -12
- package/esm2022/components/dropdown/dropdown.component.mjs +5 -5
- package/esm2022/components/dropdown/public-api.mjs +1 -1
- package/esm2022/components/footer-1177/footer-1177.component.mjs +3 -3
- package/esm2022/components/footer-1177/public-api.mjs +1 -1
- package/esm2022/components/footer-1177-admin/footer-1177-admin.component.mjs +3 -3
- package/esm2022/components/footer-1177-admin/public-api.mjs +1 -1
- package/esm2022/components/footer-1177-pro/footer-1177-pro.component.mjs +3 -3
- package/esm2022/components/footer-1177-pro/public-api.mjs +1 -1
- package/esm2022/components/footer-inera/footer-inera.component.mjs +3 -3
- package/esm2022/components/footer-inera/public-api.mjs +1 -1
- package/esm2022/components/footer-inera-admin/footer-inera-admin.component.mjs +3 -3
- package/esm2022/components/footer-inera-admin/public-api.mjs +1 -1
- package/esm2022/components/form/check-button/check-button.component.mjs +3 -3
- package/esm2022/components/form/check-button/check-button.module.mjs +1 -1
- package/esm2022/components/form/check-button/public-api.mjs +1 -1
- package/esm2022/components/form/checkbox/checkbox.component.mjs +3 -3
- package/esm2022/components/form/checkbox/checkbox.module.mjs +1 -1
- package/esm2022/components/form/checkbox/public-api.mjs +1 -1
- package/esm2022/components/form/checkbox-group/checkbox-group.component.mjs +6 -3
- package/esm2022/components/form/checkbox-group/checkbox-group.module.mjs +1 -1
- package/esm2022/components/form/checkbox-group/public-api.mjs +1 -1
- package/esm2022/components/form/error-message/error-message.component.mjs +3 -3
- package/esm2022/components/form/error-message/error-message.module.mjs +1 -1
- package/esm2022/components/form/error-message/public-api.mjs +1 -1
- package/esm2022/components/form/input/input.component.mjs +3 -3
- package/esm2022/components/form/input/input.module.mjs +1 -1
- package/esm2022/components/form/input/public-api.mjs +1 -1
- package/esm2022/components/form/radio/public-api.mjs +1 -1
- package/esm2022/components/form/radio/radio-group.component.mjs +3 -3
- package/esm2022/components/form/radio/radio.component.mjs +3 -3
- package/esm2022/components/form/radio/radio.module.mjs +1 -1
- package/esm2022/components/form/radio-button/inera-ids-angular-components-form-radio-button.mjs +5 -0
- package/esm2022/components/form/radio-button/public-api.mjs +4 -0
- package/esm2022/components/form/radio-button/radio-button-group.component.mjs +18 -0
- package/esm2022/components/form/radio-button/radio-button.component.mjs +15 -0
- package/esm2022/components/form/radio-button/radio-button.module.mjs +21 -0
- package/esm2022/components/form/range/public-api.mjs +1 -1
- package/esm2022/components/form/range/range.component.mjs +3 -3
- package/esm2022/components/form/range/range.module.mjs +1 -1
- package/esm2022/components/form/select/public-api.mjs +1 -1
- package/esm2022/components/form/select/select.component.mjs +6 -9
- package/esm2022/components/form/select/select.module.mjs +1 -1
- package/esm2022/components/form/select-multiple/public-api.mjs +1 -1
- package/esm2022/components/form/select-multiple/select-multiple.component.mjs +3 -3
- package/esm2022/components/form/select-multiple/select-multiple.module.mjs +1 -1
- package/esm2022/components/form/spinner/public-api.mjs +1 -1
- package/esm2022/components/form/spinner/spinner.component.mjs +3 -3
- package/esm2022/components/form/spinner/spinner.module.mjs +1 -1
- package/esm2022/components/form/textarea/public-api.mjs +1 -1
- package/esm2022/components/form/textarea/textarea.component.mjs +3 -3
- package/esm2022/components/form/textarea/textarea.module.mjs +1 -1
- package/esm2022/components/form/time/public-api.mjs +1 -1
- package/esm2022/components/form/time/time.component.mjs +3 -3
- package/esm2022/components/form/time/time.module.mjs +1 -1
- package/esm2022/components/form/toggle/public-api.mjs +1 -1
- package/esm2022/components/form/toggle/toggle.component.mjs +3 -3
- package/esm2022/components/form/toggle/toggle.module.mjs +1 -1
- package/esm2022/components/grid/column/column.component.mjs +3 -3
- package/esm2022/components/grid/column/column.module.mjs +1 -1
- package/esm2022/components/grid/column/public-api.mjs +1 -1
- package/esm2022/components/grid/container/container.component.mjs +3 -3
- package/esm2022/components/grid/container/container.module.mjs +1 -1
- package/esm2022/components/grid/container/public-api.mjs +1 -1
- package/esm2022/components/grid/public-api.mjs +1 -1
- package/esm2022/components/grid/row/public-api.mjs +1 -1
- package/esm2022/components/grid/row/row.component.mjs +3 -3
- package/esm2022/components/grid/row/row.module.mjs +1 -1
- package/esm2022/components/header-1177/avatar/header-1177-avatar.component.mjs +6 -5
- package/esm2022/components/header-1177/header-1177.component.mjs +20 -14
- package/esm2022/components/header-1177/item/header-1177-item.component.mjs +3 -3
- package/esm2022/components/header-1177/menu-mobile/header-1177-menu-mobile.component.mjs +15 -0
- package/esm2022/components/header-1177/nav/header-1177-nav.component.mjs +16 -15
- package/esm2022/components/header-1177/nav-item/header-1177-nav-item.component.mjs +6 -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 +8 -8
- package/esm2022/components/header-1177-admin/avatar/header-1177-admin-avatar.component.mjs +6 -3
- package/esm2022/components/header-1177-admin/avatar-mobile/header-1177-admin-avatar-mobile.component.mjs +3 -3
- package/esm2022/components/header-1177-admin/header-1177-admin.component.mjs +10 -11
- package/esm2022/components/header-1177-admin/item/header-1177-admin-item.component.mjs +3 -3
- package/esm2022/components/header-1177-admin/nav/header-1177-admin-nav.component.mjs +3 -3
- package/esm2022/components/header-1177-admin/nav-item/header-1177-admin-nav-item.component.mjs +9 -6
- package/esm2022/components/header-1177-admin/public-api.mjs +1 -1
- package/esm2022/components/header-1177-pro/avatar/header-1177-pro-avatar.component.mjs +6 -3
- package/esm2022/components/header-1177-pro/avatar-mobile/header-1177-pro-avatar-mobile.component.mjs +3 -3
- package/esm2022/components/header-1177-pro/header-1177-pro.component.mjs +7 -8
- package/esm2022/components/header-1177-pro/item/header-1177-pro-item.component.mjs +3 -3
- package/esm2022/components/header-1177-pro/nav/header-1177-pro-nav.component.mjs +9 -4
- package/esm2022/components/header-1177-pro/nav-item/header-1177-pro-nav-item.component.mjs +6 -3
- package/esm2022/components/header-1177-pro/nav-item-mobile/header-1177-pro-nav-item-mobile.component.mjs +3 -3
- package/esm2022/components/header-1177-pro/nav-menu-mobile/header-1177-pro-nav-menu-mobile.component.mjs +11 -5
- package/esm2022/components/header-1177-pro/public-api.mjs +1 -1
- package/esm2022/components/header-inera/header-inera.component.mjs +5 -3
- package/esm2022/components/header-inera/item/header-inera-item.component.mjs +6 -3
- package/esm2022/components/header-inera/nav/header-inera-nav-item.component.mjs +3 -3
- package/esm2022/components/header-inera/nav/header-inera-nav.component.mjs +3 -3
- package/esm2022/components/header-inera/nav-mobile/header-inera-nav-mobile.component.mjs +3 -3
- package/esm2022/components/header-inera/public-api.mjs +1 -1
- package/esm2022/components/header-inera-admin/avatar/header-inera-admin-avatar.component.mjs +6 -3
- package/esm2022/components/header-inera-admin/header-inera-admin.component.mjs +7 -5
- package/esm2022/components/header-inera-admin/item/header-inera-admin-item.component.mjs +3 -3
- package/esm2022/components/header-inera-admin/nav/header-inera-admin-nav-item.component.mjs +3 -3
- package/esm2022/components/header-inera-admin/nav/header-inera-admin-nav.component.mjs +3 -3
- package/esm2022/components/header-inera-admin/nav-mobile/avatar/header-inera-admin-avatar-mobile.component.mjs +3 -3
- package/esm2022/components/header-inera-admin/nav-mobile/header-inera-admin-nav-mobile.component.mjs +15 -3
- package/esm2022/components/header-inera-admin/public-api.mjs +1 -1
- package/esm2022/components/header-patient/header-patient.component.mjs +27 -0
- package/esm2022/components/header-patient/header-patient.module.mjs +22 -0
- package/esm2022/components/header-patient/inera-ids-angular-components-header-patient.mjs +5 -0
- package/esm2022/components/header-patient/public-api.mjs +3 -0
- package/esm2022/components/link/link.component.mjs +3 -9
- package/esm2022/components/link/link.module.mjs +1 -1
- package/esm2022/components/link/public-api.mjs +1 -1
- package/esm2022/components/mobile/menu/item/mobile-menu-item.component.mjs +3 -3
- package/esm2022/components/mobile/menu/item/mobile-menu-item.module.mjs +1 -1
- package/esm2022/components/mobile/menu/item/public-api.mjs +1 -1
- package/esm2022/components/mobile/menu/mobile-menu.component.mjs +3 -3
- package/esm2022/components/mobile/menu/mobile-menu.module.mjs +1 -1
- package/esm2022/components/mobile/menu/public-api.mjs +1 -1
- package/esm2022/components/navigation/content/navigation-content.component.mjs +3 -3
- package/esm2022/components/navigation/content/navigation-content.module.mjs +1 -1
- package/esm2022/components/navigation/content/public-api.mjs +1 -1
- package/esm2022/components/navigation/local/navigation-local.component.mjs +3 -3
- package/esm2022/components/navigation/local/navigation-local.module.mjs +1 -1
- package/esm2022/components/navigation/local/public-api.mjs +1 -1
- package/esm2022/components/notification/badge/notification-badge.component.mjs +6 -6
- package/esm2022/components/notification/badge/notification-badge.module.mjs +1 -1
- package/esm2022/components/notification/badge/public-api.mjs +1 -1
- package/esm2022/components/pagination/data-pagination/data-pagination.component.mjs +3 -3
- package/esm2022/components/pagination/data-pagination/data-pagination.module.mjs +1 -1
- package/esm2022/components/pagination/data-pagination/public-api.mjs +1 -1
- package/esm2022/components/pagination/list-pagination/list-pagination.component.mjs +3 -3
- package/esm2022/components/pagination/list-pagination/list-pagination.module.mjs +1 -1
- package/esm2022/components/pagination/list-pagination/public-api.mjs +1 -1
- package/esm2022/components/popover/popover.component.mjs +3 -3
- package/esm2022/components/popover/popover.module.mjs +1 -1
- package/esm2022/components/popover/public-api.mjs +1 -1
- package/esm2022/components/progressbar/progressbar.component.mjs +6 -3
- package/esm2022/components/progressbar/progressbar.module.mjs +1 -1
- package/esm2022/components/progressbar/public-api.mjs +1 -1
- package/esm2022/components/puff-list/public-api.mjs +2 -1
- package/esm2022/components/puff-list/puff-item/puff-header/puff-list-item-header.component.mjs +12 -0
- package/esm2022/components/puff-list/puff-item/puff-info/puff-list-item-info.component.mjs +3 -3
- package/esm2022/components/puff-list/puff-item/puff-list-item.component.mjs +4 -10
- package/esm2022/components/puff-list/puff-list.component.mjs +3 -3
- package/esm2022/components/puff-list/puff-list.module.mjs +21 -4
- package/esm2022/components/{icon-region/inera-ids-angular-components-icon-region.mjs → region-icon/inera-ids-angular-components-region-icon.mjs} +1 -1
- package/esm2022/components/region-icon/public-api.mjs +3 -0
- package/esm2022/components/region-icon/region-icon.component.mjs +30 -0
- package/esm2022/components/region-icon/region-icon.module.mjs +18 -0
- package/esm2022/components/side-menu/public-api.mjs +1 -1
- package/esm2022/components/side-menu/side-menu.component.mjs +3 -3
- package/esm2022/components/side-menu/side-menu.module.mjs +1 -1
- package/esm2022/components/side-panel/public-api.mjs +1 -1
- package/esm2022/components/side-panel/side-panel.component.mjs +3 -3
- package/esm2022/components/side-panel/side-panel.module.mjs +1 -1
- package/esm2022/components/stepper/public-api.mjs +1 -1
- package/esm2022/components/stepper/step/step.component.mjs +8 -8
- package/esm2022/components/stepper/stepper.component.mjs +3 -3
- package/esm2022/components/stepper/stepper.module.mjs +1 -1
- package/esm2022/components/tabs/panel/tab-panel.component.mjs +3 -3
- package/esm2022/components/tabs/public-api.mjs +1 -1
- package/esm2022/components/tabs/tab/tab.component.mjs +7 -13
- package/esm2022/components/tabs/tabs.component.mjs +5 -3
- package/esm2022/components/tabs/tabs.module.mjs +1 -1
- package/esm2022/components/tag/public-api.mjs +1 -1
- package/esm2022/components/tag/tag.component.mjs +3 -3
- package/esm2022/components/tag/tag.module.mjs +1 -1
- package/esm2022/components/tooltip/public-api.mjs +1 -1
- package/esm2022/components/tooltip/tooltip.component.mjs +3 -3
- package/esm2022/components/tooltip/tooltip.module.mjs +1 -1
- package/esm2022/icons/1177/icon-1177.component.mjs +1 -1
- package/esm2022/icons/1177/icon-1177.module.mjs +1 -1
- package/esm2022/icons/1177/public-api.mjs +1 -1
- package/esm2022/icons/activity/icon-activity.component.mjs +1 -1
- package/esm2022/icons/activity/icon-activity.module.mjs +1 -1
- package/esm2022/icons/activity/public-api.mjs +1 -1
- package/esm2022/icons/agent/icon-agent.component.mjs +1 -1
- package/esm2022/icons/agent/icon-agent.module.mjs +1 -1
- package/esm2022/icons/agent/public-api.mjs +1 -1
- package/esm2022/icons/alarm-clock-inactivity/icon-alarm-clock-inactivity.component.mjs +1 -1
- package/esm2022/icons/alarm-clock-inactivity/icon-alarm-clock-inactivity.module.mjs +1 -1
- package/esm2022/icons/alarm-clock-inactivity/public-api.mjs +1 -1
- package/esm2022/icons/alarm-clock-neutral/icon-alarm-clock-neutral.component.mjs +1 -1
- package/esm2022/icons/alarm-clock-neutral/icon-alarm-clock-neutral.module.mjs +1 -1
- package/esm2022/icons/alarm-clock-neutral/public-api.mjs +1 -1
- package/esm2022/icons/archive/icon-archive.component.mjs +1 -1
- package/esm2022/icons/archive/icon-archive.module.mjs +1 -1
- package/esm2022/icons/archive/public-api.mjs +1 -1
- package/esm2022/icons/arrow/icon-arrow.component.mjs +1 -1
- package/esm2022/icons/arrow/icon-arrow.module.mjs +1 -1
- package/esm2022/icons/arrow/public-api.mjs +1 -1
- package/esm2022/icons/attention/icon-attention.component.mjs +1 -1
- package/esm2022/icons/attention/icon-attention.module.mjs +1 -1
- package/esm2022/icons/attention/public-api.mjs +1 -1
- package/esm2022/icons/blekinge/icon-blekinge.component.mjs +1 -1
- package/esm2022/icons/blekinge/icon-blekinge.module.mjs +1 -1
- package/esm2022/icons/blekinge/public-api.mjs +1 -1
- package/esm2022/icons/bookmark/icon-bookmark.component.mjs +1 -1
- package/esm2022/icons/bookmark/icon-bookmark.module.mjs +1 -1
- package/esm2022/icons/bookmark/public-api.mjs +1 -1
- package/esm2022/icons/calendar/icon-calendar.component.mjs +1 -1
- package/esm2022/icons/calendar/icon-calendar.module.mjs +1 -1
- package/esm2022/icons/calendar/public-api.mjs +1 -1
- package/esm2022/icons/call/icon-call.component.mjs +1 -1
- package/esm2022/icons/call/icon-call.module.mjs +1 -1
- package/esm2022/icons/call/public-api.mjs +1 -1
- package/esm2022/icons/call-active/icon-call-active.component.mjs +1 -1
- package/esm2022/icons/call-active/icon-call-active.module.mjs +1 -1
- package/esm2022/icons/call-active/public-api.mjs +1 -1
- package/esm2022/icons/camera-off/icon-camera-off.component.mjs +1 -1
- package/esm2022/icons/camera-off/icon-camera-off.module.mjs +1 -1
- package/esm2022/icons/camera-off/public-api.mjs +1 -1
- package/esm2022/icons/camera-on/icon-camera-on.component.mjs +1 -1
- package/esm2022/icons/camera-on/icon-camera-on.module.mjs +1 -1
- package/esm2022/icons/camera-on/public-api.mjs +1 -1
- package/esm2022/icons/camera-switch/icon-camera-switch.component.mjs +1 -1
- package/esm2022/icons/camera-switch/icon-camera-switch.module.mjs +1 -1
- package/esm2022/icons/camera-switch/public-api.mjs +1 -1
- package/esm2022/icons/chart-bar/icon-chart-bar.component.mjs +1 -1
- package/esm2022/icons/chart-bar/icon-chart-bar.module.mjs +1 -1
- package/esm2022/icons/chart-bar/public-api.mjs +1 -1
- package/esm2022/icons/chart-line/icon-chart-line.component.mjs +1 -1
- package/esm2022/icons/chart-line/icon-chart-line.module.mjs +1 -1
- package/esm2022/icons/chart-line/public-api.mjs +1 -1
- package/esm2022/icons/chat/icon-chat.component.mjs +1 -1
- package/esm2022/icons/chat/icon-chat.module.mjs +1 -1
- package/esm2022/icons/chat/public-api.mjs +1 -1
- package/esm2022/icons/check/icon-check.component.mjs +1 -1
- package/esm2022/icons/check/icon-check.module.mjs +1 -1
- package/esm2022/icons/check/public-api.mjs +1 -1
- package/esm2022/icons/chevron/icon-chevron.component.mjs +1 -1
- package/esm2022/icons/chevron/icon-chevron.module.mjs +1 -1
- package/esm2022/icons/chevron/public-api.mjs +1 -1
- package/esm2022/icons/chevron-bold/icon-chevron-bold.component.mjs +1 -1
- package/esm2022/icons/chevron-bold/icon-chevron-bold.module.mjs +1 -1
- package/esm2022/icons/chevron-bold/public-api.mjs +1 -1
- package/esm2022/icons/clipboard/icon-clipboard.component.mjs +1 -1
- package/esm2022/icons/clipboard/icon-clipboard.module.mjs +1 -1
- package/esm2022/icons/clipboard/public-api.mjs +1 -1
- package/esm2022/icons/clipboard-cross/icon-clipboard-cross.component.mjs +1 -1
- package/esm2022/icons/clipboard-cross/icon-clipboard-cross.module.mjs +1 -1
- package/esm2022/icons/clipboard-cross/public-api.mjs +1 -1
- package/esm2022/icons/clipboard-text/icon-clipboard-text.component.mjs +1 -1
- package/esm2022/icons/clipboard-text/icon-clipboard-text.module.mjs +1 -1
- package/esm2022/icons/clipboard-text/public-api.mjs +1 -1
- package/esm2022/icons/clock/icon-clock.component.mjs +1 -1
- package/esm2022/icons/clock/icon-clock.module.mjs +1 -1
- package/esm2022/icons/clock/public-api.mjs +1 -1
- package/esm2022/icons/close/icon-close.component.mjs +1 -1
- package/esm2022/icons/close/icon-close.module.mjs +1 -1
- package/esm2022/icons/close/public-api.mjs +1 -1
- package/esm2022/icons/close-bold/icon-close-bold.component.mjs +1 -1
- package/esm2022/icons/close-bold/icon-close-bold.module.mjs +1 -1
- package/esm2022/icons/close-bold/public-api.mjs +1 -1
- package/esm2022/icons/cog/icon-cog.component.mjs +1 -1
- package/esm2022/icons/cog/icon-cog.module.mjs +1 -1
- package/esm2022/icons/cog/public-api.mjs +1 -1
- package/esm2022/icons/computer/icon-computer.component.mjs +1 -1
- package/esm2022/icons/computer/icon-computer.module.mjs +1 -1
- package/esm2022/icons/computer/public-api.mjs +1 -1
- package/esm2022/icons/computer-inera/icon-computer-inera.component.mjs +1 -1
- package/esm2022/icons/computer-inera/icon-computer-inera.module.mjs +1 -1
- package/esm2022/icons/computer-inera/public-api.mjs +1 -1
- package/esm2022/icons/copy-file/icon-copy-file.component.mjs +1 -1
- package/esm2022/icons/copy-file/icon-copy-file.module.mjs +1 -1
- package/esm2022/icons/copy-file/public-api.mjs +1 -1
- package/esm2022/icons/copy-link/icon-copy-link.component.mjs +1 -1
- package/esm2022/icons/copy-link/icon-copy-link.module.mjs +1 -1
- package/esm2022/icons/copy-link/public-api.mjs +1 -1
- package/esm2022/icons/denied/icon-denied.component.mjs +1 -1
- package/esm2022/icons/denied/icon-denied.module.mjs +1 -1
- package/esm2022/icons/denied/public-api.mjs +1 -1
- package/esm2022/icons/doctors-bag/icon-doctors-bag.component.mjs +1 -1
- package/esm2022/icons/doctors-bag/icon-doctors-bag.module.mjs +1 -1
- package/esm2022/icons/doctors-bag/public-api.mjs +1 -1
- package/esm2022/icons/document/icon-document.component.mjs +1 -1
- package/esm2022/icons/document/icon-document.module.mjs +1 -1
- package/esm2022/icons/document/public-api.mjs +1 -1
- package/esm2022/icons/download/icon-download.component.mjs +1 -1
- package/esm2022/icons/download/icon-download.module.mjs +1 -1
- package/esm2022/icons/download/public-api.mjs +1 -1
- package/esm2022/icons/drag-n-drop/icon-drag-n-drop.component.mjs +1 -1
- package/esm2022/icons/drag-n-drop/icon-drag-n-drop.module.mjs +1 -1
- package/esm2022/icons/drag-n-drop/public-api.mjs +1 -1
- package/esm2022/icons/ear-hearing/icon-ear-hearing.component.mjs +1 -1
- package/esm2022/icons/ear-hearing/icon-ear-hearing.module.mjs +1 -1
- package/esm2022/icons/ear-hearing/public-api.mjs +1 -1
- package/esm2022/icons/edit/icon-edit.component.mjs +1 -1
- package/esm2022/icons/edit/icon-edit.module.mjs +1 -1
- package/esm2022/icons/edit/public-api.mjs +1 -1
- package/esm2022/icons/email/icon-email.component.mjs +1 -1
- package/esm2022/icons/email/icon-email.module.mjs +1 -1
- package/esm2022/icons/email/public-api.mjs +1 -1
- package/esm2022/icons/email-sent/icon-email-sent.component.mjs +1 -1
- package/esm2022/icons/email-sent/icon-email-sent.module.mjs +1 -1
- package/esm2022/icons/email-sent/public-api.mjs +1 -1
- package/esm2022/icons/email-unread/icon-email-unread.component.mjs +1 -1
- package/esm2022/icons/email-unread/icon-email-unread.module.mjs +1 -1
- package/esm2022/icons/email-unread/public-api.mjs +1 -1
- package/esm2022/icons/expand/icon-expand.component.mjs +1 -1
- package/esm2022/icons/expand/icon-expand.module.mjs +1 -1
- package/esm2022/icons/expand/public-api.mjs +1 -1
- package/esm2022/icons/external/icon-external.component.mjs +1 -1
- package/esm2022/icons/external/icon-external.module.mjs +1 -1
- package/esm2022/icons/external/public-api.mjs +1 -1
- package/esm2022/icons/facebook/icon-facebook.component.mjs +1 -1
- package/esm2022/icons/facebook/icon-facebook.module.mjs +1 -1
- package/esm2022/icons/facebook/public-api.mjs +1 -1
- package/esm2022/icons/file-csv/icon-file-csv.component.mjs +1 -1
- package/esm2022/icons/file-csv/icon-file-csv.module.mjs +1 -1
- package/esm2022/icons/file-csv/public-api.mjs +1 -1
- package/esm2022/icons/file-excel/icon-file-excel.component.mjs +1 -1
- package/esm2022/icons/file-excel/icon-file-excel.module.mjs +1 -1
- package/esm2022/icons/file-excel/public-api.mjs +1 -1
- package/esm2022/icons/file-other/icon-file-other.component.mjs +1 -1
- package/esm2022/icons/file-other/icon-file-other.module.mjs +1 -1
- package/esm2022/icons/file-other/public-api.mjs +1 -1
- package/esm2022/icons/file-pdf/icon-file-pdf.component.mjs +1 -1
- package/esm2022/icons/file-pdf/icon-file-pdf.module.mjs +1 -1
- package/esm2022/icons/file-pdf/public-api.mjs +1 -1
- package/esm2022/icons/file-picture/icon-file-picture.component.mjs +1 -1
- package/esm2022/icons/file-picture/icon-file-picture.module.mjs +1 -1
- package/esm2022/icons/file-picture/public-api.mjs +1 -1
- package/esm2022/icons/file-powerpoint/icon-file-powerpoint.component.mjs +1 -1
- package/esm2022/icons/file-powerpoint/icon-file-powerpoint.module.mjs +1 -1
- package/esm2022/icons/file-powerpoint/public-api.mjs +1 -1
- package/esm2022/icons/file-word/icon-file-word.component.mjs +1 -1
- package/esm2022/icons/file-word/icon-file-word.module.mjs +1 -1
- package/esm2022/icons/file-word/public-api.mjs +1 -1
- package/esm2022/icons/find-care/icon-find-care.component.mjs +1 -1
- package/esm2022/icons/find-care/icon-find-care.module.mjs +1 -1
- package/esm2022/icons/find-care/public-api.mjs +1 -1
- package/esm2022/icons/find-region/icon-find-region.component.mjs +1 -1
- package/esm2022/icons/find-region/icon-find-region.module.mjs +1 -1
- package/esm2022/icons/find-region/public-api.mjs +1 -1
- package/esm2022/icons/flag/icon-flag.component.mjs +1 -1
- package/esm2022/icons/flag/icon-flag.module.mjs +1 -1
- package/esm2022/icons/flag/public-api.mjs +1 -1
- package/esm2022/icons/form-numbered/icon-form-numbered.component.mjs +1 -1
- package/esm2022/icons/form-numbered/icon-form-numbered.module.mjs +1 -1
- package/esm2022/icons/form-numbered/public-api.mjs +1 -1
- package/esm2022/icons/form-numbered-reocurring/icon-form-numbered-reoccuring.component.mjs +1 -1
- package/esm2022/icons/form-numbered-reocurring/icon-form-numbered-reoccuring.module.mjs +1 -1
- package/esm2022/icons/form-numbered-reocurring/public-api.mjs +1 -1
- package/esm2022/icons/gotland/icon-gotland.component.mjs +1 -1
- package/esm2022/icons/gotland/icon-gotland.module.mjs +1 -1
- package/esm2022/icons/gotland/public-api.mjs +1 -1
- package/esm2022/icons/halland/icon-halland.component.mjs +1 -1
- package/esm2022/icons/halland/icon-halland.module.mjs +1 -1
- package/esm2022/icons/halland/public-api.mjs +1 -1
- package/esm2022/icons/headphones/icon-headphones.component.mjs +1 -1
- package/esm2022/icons/headphones/icon-headphones.module.mjs +1 -1
- package/esm2022/icons/headphones/public-api.mjs +1 -1
- package/esm2022/icons/hourglass/icon-hourglass.component.mjs +1 -1
- package/esm2022/icons/hourglass/icon-hourglass.module.mjs +1 -1
- package/esm2022/icons/hourglass/public-api.mjs +1 -1
- package/esm2022/icons/hourglass-end/icon-hourglass-end.component.mjs +1 -1
- package/esm2022/icons/hourglass-end/icon-hourglass-end.module.mjs +1 -1
- package/esm2022/icons/hourglass-end/public-api.mjs +1 -1
- package/esm2022/icons/hourglass-start/icon-hourglass-start.component.mjs +1 -1
- package/esm2022/icons/hourglass-start/icon-hourglass-start.module.mjs +1 -1
- package/esm2022/icons/hourglass-start/public-api.mjs +1 -1
- package/esm2022/icons/house/icon-house.component.mjs +1 -1
- package/esm2022/icons/house/icon-house.module.mjs +1 -1
- package/esm2022/icons/house/public-api.mjs +1 -1
- package/esm2022/icons/id-card/icon-id-card.component.mjs +1 -1
- package/esm2022/icons/id-card/icon-id-card.module.mjs +1 -1
- package/esm2022/icons/id-card/public-api.mjs +1 -1
- package/esm2022/icons/id-card-locked/icon-id-card-locked.component.mjs +1 -1
- package/esm2022/icons/id-card-locked/icon-id-card-locked.module.mjs +1 -1
- package/esm2022/icons/id-card-locked/public-api.mjs +1 -1
- package/esm2022/icons/image/icon-image.component.mjs +1 -1
- package/esm2022/icons/image/icon-image.module.mjs +1 -1
- package/esm2022/icons/image/public-api.mjs +1 -1
- package/esm2022/icons/inera/icon-inera.component.mjs +1 -1
- package/esm2022/icons/inera/icon-inera.module.mjs +1 -1
- package/esm2022/icons/inera/public-api.mjs +1 -1
- package/esm2022/icons/inera-legacy/icon-inera-legacy.component.mjs +1 -1
- package/esm2022/icons/inera-legacy/icon-inera-legacy.module.mjs +1 -1
- package/esm2022/icons/inera-legacy/public-api.mjs +1 -1
- package/esm2022/icons/information/icon-information.component.mjs +1 -1
- package/esm2022/icons/information/icon-information.module.mjs +1 -1
- package/esm2022/icons/information/public-api.mjs +1 -1
- package/esm2022/icons/jamtland-harjedalen/icon-jamtland-harjedalen.component.mjs +1 -1
- package/esm2022/icons/jamtland-harjedalen/icon-jamtland-harjedalen.module.mjs +1 -1
- package/esm2022/icons/jamtland-harjedalen/public-api.mjs +1 -1
- package/esm2022/icons/jonkoping/icon-jonkoping.component.mjs +1 -1
- package/esm2022/icons/jonkoping/icon-jonkoping.module.mjs +1 -1
- package/esm2022/icons/jonkoping/public-api.mjs +1 -1
- package/esm2022/icons/kalmar/icon-kalmar.component.mjs +1 -1
- package/esm2022/icons/kalmar/icon-kalmar.module.mjs +1 -1
- package/esm2022/icons/kalmar/public-api.mjs +1 -1
- package/esm2022/icons/kronoberg/icon-kronoberg.component.mjs +1 -1
- package/esm2022/icons/kronoberg/icon-kronoberg.module.mjs +1 -1
- package/esm2022/icons/kronoberg/public-api.mjs +1 -1
- package/esm2022/icons/lightbulb/icon-lightbulb.component.mjs +1 -1
- package/esm2022/icons/lightbulb/icon-lightbulb.module.mjs +1 -1
- package/esm2022/icons/lightbulb/public-api.mjs +1 -1
- package/esm2022/icons/linkedin/icon-linkedin.component.mjs +1 -1
- package/esm2022/icons/linkedin/icon-linkedin.module.mjs +1 -1
- package/esm2022/icons/linkedin/public-api.mjs +1 -1
- package/esm2022/icons/list/icon-list.component.mjs +1 -1
- package/esm2022/icons/list/icon-list.module.mjs +1 -1
- package/esm2022/icons/list/public-api.mjs +1 -1
- package/esm2022/icons/lock/icon-lock.component.mjs +1 -1
- package/esm2022/icons/lock/icon-lock.module.mjs +1 -1
- package/esm2022/icons/lock/public-api.mjs +1 -1
- package/esm2022/icons/lock-open/icon-lock-open.component.mjs +1 -1
- package/esm2022/icons/lock-open/icon-lock-open.module.mjs +1 -1
- package/esm2022/icons/lock-open/public-api.mjs +1 -1
- package/esm2022/icons/log/icon-log.component.mjs +1 -1
- package/esm2022/icons/log/icon-log.module.mjs +1 -1
- package/esm2022/icons/log/public-api.mjs +1 -1
- package/esm2022/icons/log-locked/icon-log-locked.component.mjs +1 -1
- package/esm2022/icons/log-locked/icon-log-locked.module.mjs +1 -1
- package/esm2022/icons/log-locked/public-api.mjs +1 -1
- package/esm2022/icons/menu/icon-menu.component.mjs +1 -1
- package/esm2022/icons/menu/icon-menu.module.mjs +1 -1
- package/esm2022/icons/menu/public-api.mjs +1 -1
- package/esm2022/icons/minus/icon-minus.component.mjs +1 -1
- package/esm2022/icons/minus/icon-minus.module.mjs +1 -1
- package/esm2022/icons/minus/public-api.mjs +1 -1
- package/esm2022/icons/moment-start/icon-moment-start.component.mjs +1 -1
- package/esm2022/icons/moment-start/icon-moment-start.module.mjs +1 -1
- package/esm2022/icons/moment-start/public-api.mjs +1 -1
- package/esm2022/icons/moment-stop/icon-moment-stop.component.mjs +1 -1
- package/esm2022/icons/moment-stop/icon-moment-stop.module.mjs +1 -1
- package/esm2022/icons/moment-stop/public-api.mjs +1 -1
- package/esm2022/icons/norrbotten/icon-norrbotten.component.mjs +1 -1
- package/esm2022/icons/norrbotten/icon-norrbotten.module.mjs +1 -1
- package/esm2022/icons/norrbotten/public-api.mjs +1 -1
- package/esm2022/icons/office-building/icon-office-building.component.mjs +1 -1
- package/esm2022/icons/office-building/icon-office-building.module.mjs +1 -1
- package/esm2022/icons/office-building/public-api.mjs +1 -1
- package/esm2022/icons/orebro/icon-orebro.component.mjs +1 -1
- package/esm2022/icons/orebro/icon-orebro.module.mjs +1 -1
- package/esm2022/icons/orebro/public-api.mjs +1 -1
- package/esm2022/icons/organization/icon-organization.component.mjs +1 -1
- package/esm2022/icons/organization/icon-organization.module.mjs +1 -1
- package/esm2022/icons/organization/public-api.mjs +1 -1
- package/esm2022/icons/ostergotland/icon-ostergotland.component.mjs +1 -1
- package/esm2022/icons/ostergotland/icon-ostergotland.module.mjs +1 -1
- package/esm2022/icons/ostergotland/public-api.mjs +1 -1
- package/esm2022/icons/plus/icon-plus.component.mjs +1 -1
- package/esm2022/icons/plus/icon-plus.module.mjs +1 -1
- package/esm2022/icons/plus/public-api.mjs +1 -1
- package/esm2022/icons/prescription/icon-prescription.component.mjs +1 -1
- package/esm2022/icons/prescription/icon-prescription.module.mjs +1 -1
- package/esm2022/icons/prescription/public-api.mjs +1 -1
- package/esm2022/icons/print/icon-print.component.mjs +1 -1
- package/esm2022/icons/print/icon-print.module.mjs +1 -1
- package/esm2022/icons/print/public-api.mjs +1 -1
- package/esm2022/icons/question/icon-question.component.mjs +1 -1
- package/esm2022/icons/question/icon-question.module.mjs +1 -1
- package/esm2022/icons/question/public-api.mjs +1 -1
- package/esm2022/icons/reload/icon-reload.component.mjs +1 -1
- package/esm2022/icons/reload/icon-reload.module.mjs +1 -1
- package/esm2022/icons/reload/public-api.mjs +1 -1
- package/esm2022/icons/reply/icon-reply.component.mjs +1 -1
- package/esm2022/icons/reply/icon-reply.module.mjs +1 -1
- package/esm2022/icons/reply/public-api.mjs +1 -1
- package/esm2022/icons/search/icon-search.component.mjs +1 -1
- package/esm2022/icons/search/icon-search.module.mjs +1 -1
- package/esm2022/icons/search/public-api.mjs +1 -1
- package/esm2022/icons/search-inera/icon-search-inera.component.mjs +1 -1
- package/esm2022/icons/search-inera/icon-search-inera.module.mjs +1 -1
- package/esm2022/icons/search-inera/public-api.mjs +1 -1
- package/esm2022/icons/share/icon-share.component.mjs +1 -1
- package/esm2022/icons/share/icon-share.module.mjs +1 -1
- package/esm2022/icons/share/public-api.mjs +1 -1
- package/esm2022/icons/shield-locked/icon-shield-locked.component.mjs +1 -1
- package/esm2022/icons/shield-locked/icon-shield-locked.module.mjs +1 -1
- package/esm2022/icons/shield-locked/public-api.mjs +1 -1
- package/esm2022/icons/shield-locked-primary/icon-shield-locked-primary.component.mjs +1 -1
- package/esm2022/icons/shield-locked-primary/icon-shield-locked-primary.module.mjs +1 -1
- package/esm2022/icons/shield-locked-primary/public-api.mjs +1 -1
- package/esm2022/icons/skane/icon-skane.component.mjs +1 -1
- package/esm2022/icons/skane/icon-skane.module.mjs +1 -1
- package/esm2022/icons/skane/public-api.mjs +1 -1
- package/esm2022/icons/sormland/icon-sormland.component.mjs +1 -1
- package/esm2022/icons/sormland/icon-sormland.module.mjs +1 -1
- package/esm2022/icons/sormland/public-api.mjs +1 -1
- package/esm2022/icons/star/icon-star.component.mjs +1 -1
- package/esm2022/icons/star/icon-star.module.mjs +1 -1
- package/esm2022/icons/star/public-api.mjs +1 -1
- package/esm2022/icons/star-filled/icon-star-filled.component.mjs +1 -1
- package/esm2022/icons/star-filled/icon-star-filled.module.mjs +1 -1
- package/esm2022/icons/star-filled/public-api.mjs +1 -1
- package/esm2022/icons/stockholm/icon-stockholm.component.mjs +1 -1
- package/esm2022/icons/stockholm/icon-stockholm.module.mjs +1 -1
- package/esm2022/icons/stockholm/public-api.mjs +1 -1
- package/esm2022/icons/success/icon-success.component.mjs +1 -1
- package/esm2022/icons/success/icon-success.module.mjs +1 -1
- package/esm2022/icons/success/public-api.mjs +1 -1
- package/esm2022/icons/swap/icon-swap.component.mjs +1 -1
- package/esm2022/icons/swap/icon-swap.module.mjs +1 -1
- package/esm2022/icons/swap/public-api.mjs +1 -1
- package/esm2022/icons/switch-person/icon-switch-person.component.mjs +1 -1
- package/esm2022/icons/switch-person/icon-switch-person.module.mjs +1 -1
- package/esm2022/icons/switch-person/public-api.mjs +1 -1
- package/esm2022/icons/telephone/icon-telephone.component.mjs +1 -1
- package/esm2022/icons/telephone/icon-telephone.module.mjs +1 -1
- package/esm2022/icons/telephone/public-api.mjs +1 -1
- package/esm2022/icons/test-tube/icon-test-tube.component.mjs +1 -1
- package/esm2022/icons/test-tube/icon-test-tube.module.mjs +1 -1
- package/esm2022/icons/test-tube/public-api.mjs +1 -1
- package/esm2022/icons/test-tube-analyze/icon-test-tube-analyze.component.mjs +1 -1
- package/esm2022/icons/test-tube-analyze/icon-test-tube-analyze.module.mjs +1 -1
- package/esm2022/icons/test-tube-analyze/public-api.mjs +1 -1
- package/esm2022/icons/test-tube-empty/icon-test-tube-empty.component.mjs +1 -1
- package/esm2022/icons/test-tube-empty/icon-test-tube-empty.module.mjs +1 -1
- package/esm2022/icons/test-tube-empty/public-api.mjs +1 -1
- package/esm2022/icons/toggle-card/icon-toggle-card.component.mjs +1 -1
- package/esm2022/icons/toggle-card/icon-toggle-card.module.mjs +1 -1
- package/esm2022/icons/toggle-card/public-api.mjs +1 -1
- package/esm2022/icons/toggle-list/icon-toggle-list.component.mjs +1 -1
- package/esm2022/icons/toggle-list/icon-toggle-list.module.mjs +1 -1
- package/esm2022/icons/toggle-list/public-api.mjs +1 -1
- package/esm2022/icons/trash/icon-trash.component.mjs +1 -1
- package/esm2022/icons/trash/icon-trash.module.mjs +1 -1
- package/esm2022/icons/trash/public-api.mjs +1 -1
- package/esm2022/icons/twitter/icon-twitter.component.mjs +1 -1
- package/esm2022/icons/twitter/icon-twitter.module.mjs +1 -1
- package/esm2022/icons/twitter/public-api.mjs +1 -1
- package/esm2022/icons/uppsala/icon-uppsala.component.mjs +1 -1
- package/esm2022/icons/uppsala/icon-uppsala.module.mjs +1 -1
- package/esm2022/icons/uppsala/public-api.mjs +1 -1
- package/esm2022/icons/user/icon-user.component.mjs +1 -1
- package/esm2022/icons/user/icon-user.module.mjs +1 -1
- package/esm2022/icons/user/public-api.mjs +1 -1
- package/esm2022/icons/vasterbotten/icon-vasterbotten.component.mjs +1 -1
- package/esm2022/icons/vasterbotten/icon-vasterbotten.module.mjs +1 -1
- package/esm2022/icons/vasterbotten/public-api.mjs +1 -1
- package/esm2022/icons/vasternorrland/icon-vasternorrland.component.mjs +1 -1
- package/esm2022/icons/vasternorrland/icon-vasternorrland.module.mjs +1 -1
- package/esm2022/icons/vasternorrland/public-api.mjs +1 -1
- package/esm2022/icons/vastmanland/icon-vastmanland.component.mjs +1 -1
- package/esm2022/icons/vastmanland/icon-vastmanland.module.mjs +1 -1
- package/esm2022/icons/vastmanland/public-api.mjs +1 -1
- package/esm2022/icons/vastra-gotaland/icon-vastra-gotaland.component.mjs +1 -1
- package/esm2022/icons/vastra-gotaland/icon-vastra-gotaland.module.mjs +1 -1
- package/esm2022/icons/vastra-gotaland/public-api.mjs +1 -1
- package/esm2022/icons/video-off/icon-video-off.component.mjs +1 -1
- package/esm2022/icons/video-off/icon-video-off.module.mjs +1 -1
- package/esm2022/icons/video-off/public-api.mjs +1 -1
- package/esm2022/icons/video-on/icon-video-on.component.mjs +1 -1
- package/esm2022/icons/video-on/icon-video-on.module.mjs +1 -1
- package/esm2022/icons/video-on/public-api.mjs +1 -1
- package/esm2022/icons/video-switch/icon-video-switch.component.mjs +1 -1
- package/esm2022/icons/video-switch/icon-video-switch.module.mjs +1 -1
- package/esm2022/icons/video-switch/public-api.mjs +1 -1
- package/esm2022/icons/visibility/icon-visibility.component.mjs +1 -1
- package/esm2022/icons/visibility/icon-visibility.module.mjs +1 -1
- package/esm2022/icons/visibility/public-api.mjs +1 -1
- package/esm2022/icons/visibility-off/icon-visibility-off.component.mjs +1 -1
- package/esm2022/icons/visibility-off/icon-visibility-off.module.mjs +1 -1
- package/esm2022/icons/visibility-off/public-api.mjs +1 -1
- package/esm2022/icons/warning/icon-warning.component.mjs +1 -1
- package/esm2022/icons/warning/icon-warning.module.mjs +1 -1
- package/esm2022/icons/warning/public-api.mjs +1 -1
- package/esm2022/public-api.mjs +1 -1
- package/fesm2022/inera-ids-angular-common.mjs +1 -1
- package/fesm2022/inera-ids-angular-common.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-accordion.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-accordion.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-agent.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-agent.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-alert-global.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-alert-global.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-alert.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-alert.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-badge.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-badge.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-box-link.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-box-link.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-breadcrumbs.mjs +9 -9
- package/fesm2022/inera-ids-angular-components-breadcrumbs.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-button-group.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-button-group.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-button.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-button.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-card.mjs +7 -4
- package/fesm2022/inera-ids-angular-components-card.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-carousel.mjs +5 -5
- package/fesm2022/inera-ids-angular-components-carousel.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-date-label.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-date-label.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-dialog.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-dialog.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-dropdown.mjs +9 -15
- package/fesm2022/inera-ids-angular-components-dropdown.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-footer-1177-admin.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-footer-1177-admin.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-footer-1177-pro.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-footer-1177-pro.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-footer-1177.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-footer-1177.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-footer-inera-admin.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-footer-inera-admin.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-footer-inera.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-footer-inera.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-check-button.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-form-check-button.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-checkbox-group.mjs +6 -3
- package/fesm2022/inera-ids-angular-components-form-checkbox-group.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-checkbox.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-form-checkbox.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-error-message.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-form-error-message.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-input.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-form-input.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-radio-button.mjs +54 -0
- package/fesm2022/inera-ids-angular-components-form-radio-button.mjs.map +1 -0
- package/fesm2022/inera-ids-angular-components-form-radio.mjs +5 -5
- package/fesm2022/inera-ids-angular-components-form-radio.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-range.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-form-range.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-select-multiple.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-form-select-multiple.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-select.mjs +4 -7
- package/fesm2022/inera-ids-angular-components-form-select.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-spinner.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-form-spinner.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-textarea.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-form-textarea.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-time.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-form-time.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-toggle.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-form-toggle.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-grid-column.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-grid-column.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-grid-container.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-grid-container.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-grid-row.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-grid-row.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-grid.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-grid.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-header-1177-admin.mjs +28 -23
- package/fesm2022/inera-ids-angular-components-header-1177-admin.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-header-1177-pro.mjs +39 -23
- package/fesm2022/inera-ids-angular-components-header-1177-pro.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-header-1177.mjs +49 -40
- package/fesm2022/inera-ids-angular-components-header-1177.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-header-inera-admin.mjs +34 -17
- package/fesm2022/inera-ids-angular-components-header-inera-admin.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-header-inera.mjs +16 -11
- package/fesm2022/inera-ids-angular-components-header-inera.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-header-patient.mjs +53 -0
- package/fesm2022/inera-ids-angular-components-header-patient.mjs.map +1 -0
- package/fesm2022/inera-ids-angular-components-link.mjs +3 -9
- package/fesm2022/inera-ids-angular-components-link.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-mobile-menu-item.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-mobile-menu-item.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-mobile-menu.mjs +5 -5
- package/fesm2022/inera-ids-angular-components-mobile-menu.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-navigation-content.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-navigation-content.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-navigation-local.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-navigation-local.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-notification-badge.mjs +5 -5
- package/fesm2022/inera-ids-angular-components-notification-badge.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-pagination-data-pagination.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-pagination-data-pagination.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-pagination-list-pagination.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-pagination-list-pagination.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-popover.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-popover.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-progressbar.mjs +6 -3
- package/fesm2022/inera-ids-angular-components-progressbar.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-puff-list.mjs +38 -18
- package/fesm2022/inera-ids-angular-components-puff-list.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-region-icon.mjs +52 -0
- package/fesm2022/inera-ids-angular-components-region-icon.mjs.map +1 -0
- package/fesm2022/inera-ids-angular-components-side-menu.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-side-menu.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-side-panel.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-side-panel.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-stepper.mjs +9 -9
- package/fesm2022/inera-ids-angular-components-stepper.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-tabs.mjs +12 -16
- package/fesm2022/inera-ids-angular-components-tabs.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-tag.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-tag.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-tooltip.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-tooltip.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-1177.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-1177.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-activity.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-activity.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-agent.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-agent.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-alarm-clock-inactivity.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-alarm-clock-inactivity.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-alarm-clock-neutral.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-alarm-clock-neutral.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-archive.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-archive.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-arrow.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-arrow.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-attention.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-attention.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-blekinge.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-blekinge.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-bookmark.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-bookmark.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-calendar.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-calendar.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-call-active.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-call-active.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-call.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-call.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-camera-off.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-camera-off.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-camera-on.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-camera-on.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-camera-switch.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-camera-switch.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-chart-bar.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-chart-bar.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-chart-line.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-chart-line.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-chat.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-chat.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-check.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-check.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-chevron-bold.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-chevron-bold.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-chevron.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-chevron.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-clipboard-cross.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-clipboard-cross.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-clipboard-text.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-clipboard-text.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-clipboard.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-clipboard.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-clock.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-clock.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-close-bold.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-close-bold.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-close.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-close.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-cog.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-cog.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-computer-inera.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-computer-inera.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-computer.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-computer.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-copy-file.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-copy-file.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-copy-link.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-copy-link.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-denied.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-denied.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-doctors-bag.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-doctors-bag.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-document.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-document.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-download.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-download.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-drag-n-drop.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-drag-n-drop.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-ear-hearing.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-ear-hearing.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-edit.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-edit.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-email-sent.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-email-sent.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-email-unread.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-email-unread.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-email.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-email.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-expand.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-expand.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-external.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-external.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-facebook.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-facebook.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-file-csv.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-file-csv.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-file-excel.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-file-excel.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-file-other.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-file-other.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-file-pdf.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-file-pdf.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-file-picture.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-file-picture.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-file-powerpoint.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-file-powerpoint.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-file-word.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-file-word.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-find-care.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-find-care.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-find-region.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-find-region.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-flag.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-flag.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-form-numbered-reocurring.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-form-numbered-reocurring.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-form-numbered.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-form-numbered.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-gotland.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-gotland.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-halland.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-halland.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-headphones.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-headphones.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-hourglass-end.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-hourglass-end.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-hourglass-start.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-hourglass-start.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-hourglass.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-hourglass.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-house.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-house.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-id-card-locked.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-id-card-locked.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-id-card.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-id-card.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-image.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-image.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-inera-legacy.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-inera-legacy.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-inera.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-inera.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-information.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-information.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-jamtland-harjedalen.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-jamtland-harjedalen.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-jonkoping.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-jonkoping.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-kalmar.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-kalmar.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-kronoberg.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-kronoberg.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-lightbulb.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-lightbulb.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-linkedin.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-linkedin.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-list.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-list.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-lock-open.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-lock-open.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-lock.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-lock.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-log-locked.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-log-locked.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-log.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-log.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-menu.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-menu.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-minus.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-minus.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-moment-start.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-moment-start.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-moment-stop.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-moment-stop.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-norrbotten.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-norrbotten.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-office-building.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-office-building.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-orebro.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-orebro.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-organization.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-organization.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-ostergotland.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-ostergotland.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-plus.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-plus.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-prescription.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-prescription.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-print.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-print.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-question.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-question.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-reload.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-reload.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-reply.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-reply.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-search-inera.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-search-inera.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-search.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-search.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-share.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-share.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-shield-locked-primary.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-shield-locked-primary.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-shield-locked.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-shield-locked.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-skane.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-skane.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-sormland.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-sormland.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-star-filled.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-star-filled.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-star.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-star.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-stockholm.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-stockholm.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-success.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-success.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-swap.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-swap.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-switch-person.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-switch-person.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-telephone.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-telephone.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-test-tube-analyze.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-test-tube-analyze.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-test-tube-empty.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-test-tube-empty.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-test-tube.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-test-tube.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-toggle-card.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-toggle-card.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-toggle-list.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-toggle-list.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-trash.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-trash.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-twitter.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-twitter.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-uppsala.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-uppsala.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-user.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-user.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-vasterbotten.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-vasterbotten.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-vasternorrland.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-vasternorrland.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-vastmanland.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-vastmanland.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-vastra-gotaland.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-vastra-gotaland.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-video-off.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-video-off.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-video-on.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-video-on.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-video-switch.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-video-switch.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-visibility-off.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-visibility-off.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-visibility.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-visibility.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-warning.mjs +1 -1
- package/fesm2022/inera-ids-angular-icons-warning.mjs.map +1 -1
- package/fesm2022/inera-ids-angular.mjs.map +1 -1
- package/license.md +7 -7
- package/package.json +193 -181
- package/components/header-1177/nav-menu-mobile/header-1177-nav-menu-mobile.component.d.ts +0 -7
- package/components/icon-region/icon-region.component.d.ts +0 -16
- package/components/icon-region/icon-region.module.d.ts +0 -8
- package/components/icon-region/public-api.d.ts +0 -2
- package/esm2022/components/header-1177/nav-menu-mobile/header-1177-nav-menu-mobile.component.mjs +0 -15
- package/esm2022/components/icon-region/icon-region.component.mjs +0 -42
- package/esm2022/components/icon-region/icon-region.module.mjs +0 -22
- package/esm2022/components/icon-region/public-api.mjs +0 -3
- package/fesm2022/inera-ids-angular-components-icon-region.mjs +0 -68
- package/fesm2022/inera-ids-angular-components-icon-region.mjs.map +0 -1
|
@@ -8,16 +8,15 @@ import * as i0 from "@angular/core";
|
|
|
8
8
|
import * as i1 from "@angular/common";
|
|
9
9
|
export class IDHeader1177AdminComponent {
|
|
10
10
|
cdRef;
|
|
11
|
-
brandtext =
|
|
12
|
-
brandtexttop =
|
|
13
|
-
brandtextbottom =
|
|
14
|
-
pickregiontext =
|
|
15
|
-
regionicontitle = "";
|
|
11
|
+
brandtext = null;
|
|
12
|
+
brandtexttop = null;
|
|
13
|
+
brandtextbottom = null;
|
|
14
|
+
pickregiontext = null;
|
|
16
15
|
hideregionpicker = false;
|
|
17
16
|
regionpickerexpanded = false;
|
|
18
17
|
mobilemenuexpanded = false;
|
|
19
18
|
fluid = false;
|
|
20
|
-
logohref =
|
|
19
|
+
logohref = null;
|
|
21
20
|
onDidToggleRegion = new EventEmitter();
|
|
22
21
|
// Header items
|
|
23
22
|
itemList;
|
|
@@ -29,6 +28,7 @@ export class IDHeader1177AdminComponent {
|
|
|
29
28
|
constructor(cdRef) {
|
|
30
29
|
this.cdRef = cdRef;
|
|
31
30
|
}
|
|
31
|
+
showContent = false;
|
|
32
32
|
ngAfterContentInit() {
|
|
33
33
|
this.updateItemsArray();
|
|
34
34
|
this.itemList.changes.subscribe(() => {
|
|
@@ -39,14 +39,15 @@ export class IDHeader1177AdminComponent {
|
|
|
39
39
|
setTimeout(() => {
|
|
40
40
|
this.items = this.itemList.toArray();
|
|
41
41
|
this.cdRef.detectChanges();
|
|
42
|
+
this.showContent = true;
|
|
42
43
|
});
|
|
43
44
|
}
|
|
44
45
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDHeader1177AdminComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
45
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDHeader1177AdminComponent, isStandalone: true, selector: "id-header-1177-admin", inputs: { brandtext: "brandtext", brandtexttop: "brandtexttop", brandtextbottom: "brandtextbottom", pickregiontext: "pickregiontext",
|
|
46
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDHeader1177AdminComponent, isStandalone: true, selector: "id-header-1177-admin", inputs: { brandtext: "brandtext", brandtexttop: "brandtexttop", brandtextbottom: "brandtextbottom", pickregiontext: "pickregiontext", hideregionpicker: "hideregionpicker", regionpickerexpanded: "regionpickerexpanded", mobilemenuexpanded: "mobilemenuexpanded", fluid: "fluid", logohref: "logohref" }, outputs: { onDidToggleRegion: "onDidToggleRegion" }, queries: [{ propertyName: "avatar", first: true, predicate: IDHeader1177AdminAvatarComponent, descendants: true }, { propertyName: "nav", first: true, predicate: IDHeader1177AdminNavComponent, descendants: true }, { propertyName: "itemList", predicate: IDHeader1177AdminItemComponent }], ngImport: i0, template: "<ids-header-1177-admin\n [attr.brandtext]=\"brandtext\"\n [attr.brandtexttop]=\"brandtexttop\"\n [attr.brandtextbottom]=\"brandtextbottom\"\n [attr.pickregiontext]=\"pickregiontext\"\n [attr.regionpickerexpanded]=\"regionpickerexpanded\"\n [attr.mobilemenuexpanded]=\"mobilemenuexpanded ? 'true' : null\"\n [attr.fluid]=\"fluid ? 'true' : null\"\n [attr.logohref]=\"logohref\"\n (didToggleRegion)=\"onDidToggleRegion.emit(true)\">\n <ids-header-1177-admin-item *ngFor=\"let item of items\" [mobile]=\"item.mobile ? true : null\">\n <ng-container *ngTemplateOutlet=\"item.template\"></ng-container>\n </ids-header-1177-admin-item>\n\n <ids-header-1177-admin-avatar\n *ngIf=\"showContent && avatar\"\n [username]=\"avatar.username\"\n [unit]=\"avatar.unit\"\n [expanded]=\"avatar.expanded\">\n <ng-container *ngTemplateOutlet=\"avatar.template\"></ng-container>\n </ids-header-1177-admin-avatar>\n\n <ids-header-1177-admin-nav *ngIf=\"showContent && nav\">\n <ng-container *ngTemplateOutlet=\"nav.template\"></ng-container>\n </ids-header-1177-admin-nav>\n\n <ng-content></ng-content>\n</ids-header-1177-admin>\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"] }] });
|
|
46
47
|
}
|
|
47
48
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDHeader1177AdminComponent, decorators: [{
|
|
48
49
|
type: Component,
|
|
49
|
-
args: [{ selector: "id-header-1177-admin", standalone: true, schemas: [CUSTOM_ELEMENTS_SCHEMA], imports: [CommonModule], template: "<ids-header-1177-admin\
|
|
50
|
+
args: [{ selector: "id-header-1177-admin", standalone: true, schemas: [CUSTOM_ELEMENTS_SCHEMA], imports: [CommonModule], template: "<ids-header-1177-admin\n [attr.brandtext]=\"brandtext\"\n [attr.brandtexttop]=\"brandtexttop\"\n [attr.brandtextbottom]=\"brandtextbottom\"\n [attr.pickregiontext]=\"pickregiontext\"\n [attr.regionpickerexpanded]=\"regionpickerexpanded\"\n [attr.mobilemenuexpanded]=\"mobilemenuexpanded ? 'true' : null\"\n [attr.fluid]=\"fluid ? 'true' : null\"\n [attr.logohref]=\"logohref\"\n (didToggleRegion)=\"onDidToggleRegion.emit(true)\">\n <ids-header-1177-admin-item *ngFor=\"let item of items\" [mobile]=\"item.mobile ? true : null\">\n <ng-container *ngTemplateOutlet=\"item.template\"></ng-container>\n </ids-header-1177-admin-item>\n\n <ids-header-1177-admin-avatar\n *ngIf=\"showContent && avatar\"\n [username]=\"avatar.username\"\n [unit]=\"avatar.unit\"\n [expanded]=\"avatar.expanded\">\n <ng-container *ngTemplateOutlet=\"avatar.template\"></ng-container>\n </ids-header-1177-admin-avatar>\n\n <ids-header-1177-admin-nav *ngIf=\"showContent && nav\">\n <ng-container *ngTemplateOutlet=\"nav.template\"></ng-container>\n </ids-header-1177-admin-nav>\n\n <ng-content></ng-content>\n</ids-header-1177-admin>\n", styles: ["::ng-deep [slot=region],::ng-deep [slot=region-desktop]{display:flex!important}\n"] }]
|
|
50
51
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }], propDecorators: { brandtext: [{
|
|
51
52
|
type: Input
|
|
52
53
|
}], brandtexttop: [{
|
|
@@ -55,8 +56,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
55
56
|
type: Input
|
|
56
57
|
}], pickregiontext: [{
|
|
57
58
|
type: Input
|
|
58
|
-
}], regionicontitle: [{
|
|
59
|
-
type: Input
|
|
60
59
|
}], hideregionpicker: [{
|
|
61
60
|
type: Input
|
|
62
61
|
}], regionpickerexpanded: [{
|
|
@@ -79,4 +78,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
79
78
|
type: ContentChild,
|
|
80
79
|
args: [IDHeader1177AdminNavComponent]
|
|
81
80
|
}] } });
|
|
82
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
81
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGVhZGVyLTExNzctYWRtaW4uY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaWRzLWFuZ3VsYXIvY29tcG9uZW50cy9oZWFkZXItMTE3Ny1hZG1pbi9oZWFkZXItMTE3Ny1hZG1pbi5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9jb21wb25lbnRzL2hlYWRlci0xMTc3LWFkbWluL2hlYWRlci0xMTc3LWFkbWluLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBRUwsU0FBUyxFQUNULFlBQVksRUFDWixlQUFlLEVBQ2Ysc0JBQXNCLEVBQ3RCLFlBQVksRUFDWixLQUFLLEVBQ0wsTUFBTSxFQUVQLE1BQU0sZUFBZSxDQUFDO0FBQ3ZCLE9BQU8sdURBQXVELENBQUM7QUFDL0QsT0FBTyxFQUFFLDhCQUE4QixFQUFFLE1BQU0seUNBQXlDLENBQUM7QUFDekYsT0FBTyxFQUFFLGdDQUFnQyxFQUFFLE1BQU0sNkNBQTZDLENBQUM7QUFDL0YsT0FBTyxFQUFFLDZCQUE2QixFQUFFLE1BQU0sdUNBQXVDLENBQUM7OztBQVl0RixNQUFNLE9BQU8sMEJBQTBCO0lBcUNqQjtJQW5DcEIsU0FBUyxHQUFrQixJQUFJLENBQUM7SUFFaEMsWUFBWSxHQUFrQixJQUFJLENBQUM7SUFFbkMsZUFBZSxHQUFrQixJQUFJLENBQUM7SUFFdEMsY0FBYyxHQUFrQixJQUFJLENBQUM7SUFFckMsZ0JBQWdCLEdBQVksS0FBSyxDQUFDO0lBRWxDLG9CQUFvQixHQUFZLEtBQUssQ0FBQztJQUV0QyxrQkFBa0IsR0FBWSxLQUFLLENBQUM7SUFFcEMsS0FBSyxHQUFZLEtBQUssQ0FBQztJQUV2QixRQUFRLEdBQWtCLElBQUksQ0FBQztJQUcvQixpQkFBaUIsR0FBMEIsSUFBSSxZQUFZLEVBQUUsQ0FBQztJQUU5RCxlQUFlO0lBRWYsUUFBUSxDQUE0QztJQUU3QyxLQUFLLENBQW1DO0lBRS9DLGdCQUFnQjtJQUVoQixNQUFNLENBQW1DO0lBRXpDLGFBQWE7SUFFYixHQUFHLENBQWdDO0lBRW5DLFlBQW9CLEtBQXdCO1FBQXhCLFVBQUssR0FBTCxLQUFLLENBQW1CO0lBQUcsQ0FBQztJQUVoRCxXQUFXLEdBQUcsS0FBSyxDQUFDO0lBRWIsa0JBQWtCO1FBQ3ZCLElBQUksQ0FBQyxnQkFBZ0IsRUFBRSxDQUFDO1FBQ3hCLElBQUksQ0FBQyxRQUFRLENBQUMsT0FBTyxDQUFDLFNBQVMsQ0FBQyxHQUFHLEVBQUU7WUFDbkMsSUFBSSxDQUFDLGdCQUFnQixFQUFFLENBQUM7UUFDMUIsQ0FBQyxDQUFDLENBQUM7SUFDTCxDQUFDO0lBRUQsZ0JBQWdCO1FBQ2QsVUFBVSxDQUFDLEdBQUcsRUFBRTtZQUNkLElBQUksQ0FBQyxLQUFLLEdBQUcsSUFBSSxDQUFDLFFBQVEsQ0FBQyxPQUFPLEVBQUUsQ0FBQztZQUNyQyxJQUFJLENBQUMsS0FBSyxDQUFDLGFBQWEsRUFBRSxDQUFDO1lBQzNCLElBQUksQ0FBQyxXQUFXLEdBQUcsSUFBSSxDQUFDO1FBQzFCLENBQUMsQ0FBQyxDQUFDO0lBQ0wsQ0FBQzt3R0F0RFUsMEJBQTBCOzRGQUExQiwwQkFBMEIscWRBOEJ2QixnQ0FBZ0Msc0VBSWhDLDZCQUE2Qiw4REFWMUIsOEJBQThCLDZCQ25EakQsNm5DQTRCQSwwSURIWSxZQUFZOzs0RkFFWCwwQkFBMEI7a0JBVnRDLFNBQVM7K0JBQ0Usc0JBQXNCLGNBS3BCLElBQUksV0FDUCxDQUFDLHNCQUFzQixDQUFDLFdBQ3hCLENBQUMsWUFBWSxDQUFDO3NGQUl2QixTQUFTO3NCQURSLEtBQUs7Z0JBR04sWUFBWTtzQkFEWCxLQUFLO2dCQUdOLGVBQWU7c0JBRGQsS0FBSztnQkFHTixjQUFjO3NCQURiLEtBQUs7Z0JBR04sZ0JBQWdCO3NCQURmLEtBQUs7Z0JBR04sb0JBQW9CO3NCQURuQixLQUFLO2dCQUdOLGtCQUFrQjtzQkFEakIsS0FBSztnQkFHTixLQUFLO3NCQURKLEtBQUs7Z0JBR04sUUFBUTtzQkFEUCxLQUFLO2dCQUlOLGlCQUFpQjtzQkFEaEIsTUFBTTtnQkFLUCxRQUFRO3NCQURQLGVBQWU7dUJBQUMsOEJBQThCO2dCQU8vQyxNQUFNO3NCQURMLFlBQVk7dUJBQUMsZ0NBQWdDO2dCQUs5QyxHQUFHO3NCQURGLFlBQVk7dUJBQUMsNkJBQTZCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSBcIkBhbmd1bGFyL2NvbW1vblwiO1xuaW1wb3J0IHtcbiAgQ2hhbmdlRGV0ZWN0b3JSZWYsXG4gIENvbXBvbmVudCxcbiAgQ29udGVudENoaWxkLFxuICBDb250ZW50Q2hpbGRyZW4sXG4gIENVU1RPTV9FTEVNRU5UU19TQ0hFTUEsXG4gIEV2ZW50RW1pdHRlcixcbiAgSW5wdXQsXG4gIE91dHB1dCxcbiAgUXVlcnlMaXN0XG59IGZyb20gXCJAYW5ndWxhci9jb3JlXCI7XG5pbXBvcnQgXCJAaW5lcmEvaWRzLWNvcmUvY29tcG9uZW50cy9oZWFkZXItMTE3Ny1hZG1pbi9yZWdpc3RlclwiO1xuaW1wb3J0IHsgSURIZWFkZXIxMTc3QWRtaW5JdGVtQ29tcG9uZW50IH0gZnJvbSBcIi4vaXRlbS9oZWFkZXItMTE3Ny1hZG1pbi1pdGVtLmNvbXBvbmVudFwiO1xuaW1wb3J0IHsgSURIZWFkZXIxMTc3QWRtaW5BdmF0YXJDb21wb25lbnQgfSBmcm9tIFwiLi9hdmF0YXIvaGVhZGVyLTExNzctYWRtaW4tYXZhdGFyLmNvbXBvbmVudFwiO1xuaW1wb3J0IHsgSURIZWFkZXIxMTc3QWRtaW5OYXZDb21wb25lbnQgfSBmcm9tIFwiLi9uYXYvaGVhZGVyLTExNzctYWRtaW4tbmF2LmNvbXBvbmVudFwiO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6IFwiaWQtaGVhZGVyLTExNzctYWRtaW5cIixcbiAgdGVtcGxhdGVVcmw6IFwiLi9oZWFkZXItMTE3Ny1hZG1pbi5jb21wb25lbnQuaHRtbFwiLFxuICBzdHlsZXM6IFtcbiAgICBcIjo6bmctZGVlcCBbc2xvdD1yZWdpb25dLCA6Om5nLWRlZXAgW3Nsb3Q9cmVnaW9uLWRlc2t0b3BdIHsgZGlzcGxheTogZmxleCAhaW1wb3J0YW50OyB9XCJcbiAgXSxcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgc2NoZW1hczogW0NVU1RPTV9FTEVNRU5UU19TQ0hFTUFdLFxuICBpbXBvcnRzOiBbQ29tbW9uTW9kdWxlXVxufSlcbmV4cG9ydCBjbGFzcyBJREhlYWRlcjExNzdBZG1pbkNvbXBvbmVudCB7XG4gIEBJbnB1dCgpXG4gIGJyYW5kdGV4dDogc3RyaW5nIHwgbnVsbCA9IG51bGw7XG4gIEBJbnB1dCgpXG4gIGJyYW5kdGV4dHRvcDogc3RyaW5nIHwgbnVsbCA9IG51bGw7XG4gIEBJbnB1dCgpXG4gIGJyYW5kdGV4dGJvdHRvbTogc3RyaW5nIHwgbnVsbCA9IG51bGw7XG4gIEBJbnB1dCgpXG4gIHBpY2tyZWdpb250ZXh0OiBzdHJpbmcgfCBudWxsID0gbnVsbDtcbiAgQElucHV0KClcbiAgaGlkZXJlZ2lvbnBpY2tlcjogYm9vbGVhbiA9IGZhbHNlO1xuICBASW5wdXQoKVxuICByZWdpb25waWNrZXJleHBhbmRlZDogYm9vbGVhbiA9IGZhbHNlO1xuICBASW5wdXQoKVxuICBtb2JpbGVtZW51ZXhwYW5kZWQ6IGJvb2xlYW4gPSBmYWxzZTtcbiAgQElucHV0KClcbiAgZmx1aWQ6IGJvb2xlYW4gPSBmYWxzZTtcbiAgQElucHV0KClcbiAgbG9nb2hyZWY6IHN0cmluZyB8IG51bGwgPSBudWxsO1xuXG4gIEBPdXRwdXQoKVxuICBvbkRpZFRvZ2dsZVJlZ2lvbjogRXZlbnRFbWl0dGVyPGJvb2xlYW4+ID0gbmV3IEV2ZW50RW1pdHRlcigpO1xuXG4gIC8vIEhlYWRlciBpdGVtc1xuICBAQ29udGVudENoaWxkcmVuKElESGVhZGVyMTE3N0FkbWluSXRlbUNvbXBvbmVudClcbiAgaXRlbUxpc3Q6IFF1ZXJ5TGlzdDxJREhlYWRlcjExNzdBZG1pbkl0ZW1Db21wb25lbnQ+O1xuXG4gIHB1YmxpYyBpdGVtczogSURIZWFkZXIxMTc3QWRtaW5JdGVtQ29tcG9uZW50W107XG5cbiAgLy8gSGVhZGVyIGF2YXRhclxuICBAQ29udGVudENoaWxkKElESGVhZGVyMTE3N0FkbWluQXZhdGFyQ29tcG9uZW50KVxuICBhdmF0YXI6IElESGVhZGVyMTE3N0FkbWluQXZhdGFyQ29tcG9uZW50O1xuXG4gIC8vIEhlYWRlciBuYXZcbiAgQENvbnRlbnRDaGlsZChJREhlYWRlcjExNzdBZG1pbk5hdkNvbXBvbmVudClcbiAgbmF2OiBJREhlYWRlcjExNzdBZG1pbk5hdkNvbXBvbmVudDtcblxuICBjb25zdHJ1Y3Rvcihwcml2YXRlIGNkUmVmOiBDaGFuZ2VEZXRlY3RvclJlZikge31cblxuICBzaG93Q29udGVudCA9IGZhbHNlO1xuXG4gIHB1YmxpYyBuZ0FmdGVyQ29udGVudEluaXQoKTogdm9pZCB7XG4gICAgdGhpcy51cGRhdGVJdGVtc0FycmF5KCk7XG4gICAgdGhpcy5pdGVtTGlzdC5jaGFuZ2VzLnN1YnNjcmliZSgoKSA9PiB7XG4gICAgICB0aGlzLnVwZGF0ZUl0ZW1zQXJyYXkoKTtcbiAgICB9KTtcbiAgfVxuXG4gIHVwZGF0ZUl0ZW1zQXJyYXkoKSB7XG4gICAgc2V0VGltZW91dCgoKSA9PiB7XG4gICAgICB0aGlzLml0ZW1zID0gdGhpcy5pdGVtTGlzdC50b0FycmF5KCk7XG4gICAgICB0aGlzLmNkUmVmLmRldGVjdENoYW5nZXMoKTtcbiAgICAgIHRoaXMuc2hvd0NvbnRlbnQgPSB0cnVlO1xuICAgIH0pO1xuICB9XG59XG4iLCI8aWRzLWhlYWRlci0xMTc3LWFkbWluXG4gIFthdHRyLmJyYW5kdGV4dF09XCJicmFuZHRleHRcIlxuICBbYXR0ci5icmFuZHRleHR0b3BdPVwiYnJhbmR0ZXh0dG9wXCJcbiAgW2F0dHIuYnJhbmR0ZXh0Ym90dG9tXT1cImJyYW5kdGV4dGJvdHRvbVwiXG4gIFthdHRyLnBpY2tyZWdpb250ZXh0XT1cInBpY2tyZWdpb250ZXh0XCJcbiAgW2F0dHIucmVnaW9ucGlja2VyZXhwYW5kZWRdPVwicmVnaW9ucGlja2VyZXhwYW5kZWRcIlxuICBbYXR0ci5tb2JpbGVtZW51ZXhwYW5kZWRdPVwibW9iaWxlbWVudWV4cGFuZGVkID8gJ3RydWUnIDogbnVsbFwiXG4gIFthdHRyLmZsdWlkXT1cImZsdWlkID8gJ3RydWUnIDogbnVsbFwiXG4gIFthdHRyLmxvZ29ocmVmXT1cImxvZ29ocmVmXCJcbiAgKGRpZFRvZ2dsZVJlZ2lvbik9XCJvbkRpZFRvZ2dsZVJlZ2lvbi5lbWl0KHRydWUpXCI+XG4gIDxpZHMtaGVhZGVyLTExNzctYWRtaW4taXRlbSAqbmdGb3I9XCJsZXQgaXRlbSBvZiBpdGVtc1wiIFttb2JpbGVdPVwiaXRlbS5tb2JpbGUgPyB0cnVlIDogbnVsbFwiPlxuICAgIDxuZy1jb250YWluZXIgKm5nVGVtcGxhdGVPdXRsZXQ9XCJpdGVtLnRlbXBsYXRlXCI+PC9uZy1jb250YWluZXI+XG4gIDwvaWRzLWhlYWRlci0xMTc3LWFkbWluLWl0ZW0+XG5cbiAgPGlkcy1oZWFkZXItMTE3Ny1hZG1pbi1hdmF0YXJcbiAgICAqbmdJZj1cInNob3dDb250ZW50ICYmIGF2YXRhclwiXG4gICAgW3VzZXJuYW1lXT1cImF2YXRhci51c2VybmFtZVwiXG4gICAgW3VuaXRdPVwiYXZhdGFyLnVuaXRcIlxuICAgIFtleHBhbmRlZF09XCJhdmF0YXIuZXhwYW5kZWRcIj5cbiAgICA8bmctY29udGFpbmVyICpuZ1RlbXBsYXRlT3V0bGV0PVwiYXZhdGFyLnRlbXBsYXRlXCI+PC9uZy1jb250YWluZXI+XG4gIDwvaWRzLWhlYWRlci0xMTc3LWFkbWluLWF2YXRhcj5cblxuICA8aWRzLWhlYWRlci0xMTc3LWFkbWluLW5hdiAqbmdJZj1cInNob3dDb250ZW50ICYmIG5hdlwiPlxuICAgIDxuZy1jb250YWluZXIgKm5nVGVtcGxhdGVPdXRsZXQ9XCJuYXYudGVtcGxhdGVcIj48L25nLWNvbnRhaW5lcj5cbiAgPC9pZHMtaGVhZGVyLTExNzctYWRtaW4tbmF2PlxuXG4gIDxuZy1jb250ZW50PjwvbmctY29udGVudD5cbjwvaWRzLWhlYWRlci0xMTc3LWFkbWluPlxuIl19
|
|
@@ -4,15 +4,15 @@ export class IDHeader1177AdminItemComponent {
|
|
|
4
4
|
mobile = false;
|
|
5
5
|
template;
|
|
6
6
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDHeader1177AdminItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
7
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDHeader1177AdminItemComponent, isStandalone: true, selector: "id-header-1177-admin-item", inputs: { mobile: "mobile" }, viewQueries: [{ propertyName: "template", first: true, predicate: TemplateRef, descendants: true }], ngImport: i0, template: "<ng-template>\
|
|
7
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDHeader1177AdminItemComponent, isStandalone: true, selector: "id-header-1177-admin-item", inputs: { mobile: "mobile" }, 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
8
|
}
|
|
9
9
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDHeader1177AdminItemComponent, decorators: [{
|
|
10
10
|
type: Component,
|
|
11
|
-
args: [{ selector: 'id-header-1177-admin-item', schemas: [CUSTOM_ELEMENTS_SCHEMA], standalone: true, template: "<ng-template>\
|
|
11
|
+
args: [{ selector: 'id-header-1177-admin-item', schemas: [CUSTOM_ELEMENTS_SCHEMA], standalone: true, template: "<ng-template>\n <ng-content></ng-content>\n</ng-template>", styles: [":host{display:contents}\n"] }]
|
|
12
12
|
}], propDecorators: { mobile: [{
|
|
13
13
|
type: Input
|
|
14
14
|
}], template: [{
|
|
15
15
|
type: ViewChild,
|
|
16
16
|
args: [TemplateRef]
|
|
17
17
|
}] } });
|
|
18
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
18
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGVhZGVyLTExNzctYWRtaW4taXRlbS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9jb21wb25lbnRzL2hlYWRlci0xMTc3LWFkbWluL2l0ZW0vaGVhZGVyLTExNzctYWRtaW4taXRlbS5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9jb21wb25lbnRzL2hlYWRlci0xMTc3LWFkbWluL2l0ZW0vaGVhZGVyLTExNzctYWRtaW4taXRlbS5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLHNCQUFzQixFQUFFLEtBQUssRUFBRSxXQUFXLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDOztBQVNqRyxNQUFNLE9BQU8sOEJBQThCO0lBRXpDLE1BQU0sR0FBWSxLQUFLLENBQUM7SUFHeEIsUUFBUSxDQUFtQjt3R0FMaEIsOEJBQThCOzRGQUE5Qiw4QkFBOEIsNkpBSTlCLFdBQVcsZ0RDYnhCLDREQUVjOzs0RkRPRCw4QkFBOEI7a0JBUDFDLFNBQVM7K0JBQ0UsMkJBQTJCLFdBRTVCLENBQUMsc0JBQXNCLENBQUMsY0FFckIsSUFBSTs4QkFJaEIsTUFBTTtzQkFETCxLQUFLO2dCQUlOLFFBQVE7c0JBRFAsU0FBUzt1QkFBQyxXQUFXIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBDVVNUT01fRUxFTUVOVFNfU0NIRU1BLCBJbnB1dCwgVGVtcGxhdGVSZWYsIFZpZXdDaGlsZCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdpZC1oZWFkZXItMTE3Ny1hZG1pbi1pdGVtJyxcbiAgdGVtcGxhdGVVcmw6ICcuL2hlYWRlci0xMTc3LWFkbWluLWl0ZW0uY29tcG9uZW50Lmh0bWwnLFxuICBzY2hlbWFzOiBbQ1VTVE9NX0VMRU1FTlRTX1NDSEVNQV0sXG4gIHN0eWxlczogW1wiOmhvc3QgeyBkaXNwbGF5OiBjb250ZW50czsgfVwiXSxcbiAgc3RhbmRhbG9uZTogdHJ1ZVxufSlcbmV4cG9ydCBjbGFzcyBJREhlYWRlcjExNzdBZG1pbkl0ZW1Db21wb25lbnQge1xuICBASW5wdXQoKVxuICBtb2JpbGU6IGJvb2xlYW4gPSBmYWxzZTtcbiAgXG4gIEBWaWV3Q2hpbGQoVGVtcGxhdGVSZWYpXG4gIHRlbXBsYXRlOiBUZW1wbGF0ZVJlZjxhbnk+O1xufVxuICAiLCI8bmctdGVtcGxhdGU+XG4gIDxuZy1jb250ZW50PjwvbmctY29udGVudD5cbjwvbmctdGVtcGxhdGU+Il19
|
|
@@ -24,11 +24,11 @@ export class IDHeader1177AdminNavComponent {
|
|
|
24
24
|
});
|
|
25
25
|
}
|
|
26
26
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDHeader1177AdminNavComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
27
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDHeader1177AdminNavComponent, isStandalone: true, selector: "id-header-1177-admin-nav", queries: [{ propertyName: "navItemList", predicate: IDHeader1177AdminNavItemComponent }], viewQueries: [{ propertyName: "template", first: true, predicate: TemplateRef, descendants: true }], ngImport: i0, template: "<ng-template>\
|
|
27
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDHeader1177AdminNavComponent, isStandalone: true, selector: "id-header-1177-admin-nav", queries: [{ propertyName: "navItemList", predicate: IDHeader1177AdminNavItemComponent }], viewQueries: [{ propertyName: "template", first: true, predicate: TemplateRef, descendants: true }], ngImport: i0, template: "<ng-template>\n <ids-header-1177-admin-nav-item \n *ngFor=\"let navItem of navItems\" \n [label]=\"navItem.label\" \n [notifications]=\"navItem.notifications\"\n [active]=\"navItem.active\"\n [expanded]=\"navItem.expanded\">\n <ng-container *ngTemplateOutlet=\"navItem.template\"></ng-container>\n </ids-header-1177-admin-nav-item>\n</ng-template>", dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] });
|
|
28
28
|
}
|
|
29
29
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDHeader1177AdminNavComponent, decorators: [{
|
|
30
30
|
type: Component,
|
|
31
|
-
args: [{ selector: "id-header-1177-admin-nav", standalone: true, schemas: [CUSTOM_ELEMENTS_SCHEMA], imports: [CommonModule], template: "<ng-template>\
|
|
31
|
+
args: [{ selector: "id-header-1177-admin-nav", standalone: true, schemas: [CUSTOM_ELEMENTS_SCHEMA], imports: [CommonModule], template: "<ng-template>\n <ids-header-1177-admin-nav-item \n *ngFor=\"let navItem of navItems\" \n [label]=\"navItem.label\" \n [notifications]=\"navItem.notifications\"\n [active]=\"navItem.active\"\n [expanded]=\"navItem.expanded\">\n <ng-container *ngTemplateOutlet=\"navItem.template\"></ng-container>\n </ids-header-1177-admin-nav-item>\n</ng-template>" }]
|
|
32
32
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }], propDecorators: { template: [{
|
|
33
33
|
type: ViewChild,
|
|
34
34
|
args: [TemplateRef]
|
|
@@ -36,4 +36,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
36
36
|
type: ContentChildren,
|
|
37
37
|
args: [IDHeader1177AdminNavItemComponent]
|
|
38
38
|
}] } });
|
|
39
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
39
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGVhZGVyLTExNzctYWRtaW4tbmF2LmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2NvbXBvbmVudHMvaGVhZGVyLTExNzctYWRtaW4vbmF2L2hlYWRlci0xMTc3LWFkbWluLW5hdi5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9jb21wb25lbnRzL2hlYWRlci0xMTc3LWFkbWluL25hdi9oZWFkZXItMTE3Ny1hZG1pbi1uYXYuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUVMLFNBQVMsRUFDVCxlQUFlLEVBQ2Ysc0JBQXNCLEVBRXRCLFdBQVcsRUFDWCxTQUFTLEVBQ1YsTUFBTSxlQUFlLENBQUM7QUFDdkIsT0FBTyxFQUFFLGlDQUFpQyxFQUFFLE1BQU0sa0RBQWtELENBQUM7QUFDckcsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDOzs7QUFTL0MsTUFBTSxPQUFPLDZCQUE2QjtJQVNwQjtJQVBwQixRQUFRLENBQW1CO0lBRzNCLFdBQVcsQ0FBK0M7SUFFbkQsUUFBUSxDQUFzQztJQUVyRCxZQUFvQixLQUF3QjtRQUF4QixVQUFLLEdBQUwsS0FBSyxDQUFtQjtJQUFHLENBQUM7SUFFekMsa0JBQWtCO1FBQ3ZCLElBQUksQ0FBQyxtQkFBbUIsRUFBRSxDQUFDO1FBQzNCLElBQUksQ0FBQyxXQUFXLENBQUMsT0FBTyxDQUFDLFNBQVMsQ0FBQyxHQUFHLEVBQUU7WUFDdEMsSUFBSSxDQUFDLG1CQUFtQixFQUFFLENBQUM7UUFDN0IsQ0FBQyxDQUFDLENBQUM7SUFDTCxDQUFDO0lBRUQsbUJBQW1CO1FBQ2pCLFVBQVUsQ0FBQyxHQUFHLEVBQUU7WUFDZCxJQUFJLENBQUMsUUFBUSxHQUFHLElBQUksQ0FBQyxXQUFXLENBQUMsT0FBTyxFQUFFLENBQUM7WUFDM0MsSUFBSSxDQUFDLEtBQUssQ0FBQyxhQUFhLEVBQUUsQ0FBQztRQUM3QixDQUFDLENBQUMsQ0FBQztJQUNMLENBQUM7d0dBdkJVLDZCQUE2Qjs0RkFBN0IsNkJBQTZCLGdIQUl2QixpQ0FBaUMsdUVBSHZDLFdBQVcsZ0RDcEJ4QixpWEFTYywyQ0RRRixZQUFZOzs0RkFFWCw2QkFBNkI7a0JBUHpDLFNBQVM7K0JBQ0UsMEJBQTBCLGNBRXhCLElBQUksV0FDUCxDQUFDLHNCQUFzQixDQUFDLFdBQ3hCLENBQUMsWUFBWSxDQUFDO3NGQUl2QixRQUFRO3NCQURQLFNBQVM7dUJBQUMsV0FBVztnQkFJdEIsV0FBVztzQkFEVixlQUFlO3VCQUFDLGlDQUFpQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XG4gIENoYW5nZURldGVjdG9yUmVmLFxuICBDb21wb25lbnQsXG4gIENvbnRlbnRDaGlsZHJlbixcbiAgQ1VTVE9NX0VMRU1FTlRTX1NDSEVNQSxcbiAgUXVlcnlMaXN0LFxuICBUZW1wbGF0ZVJlZixcbiAgVmlld0NoaWxkXG59IGZyb20gXCJAYW5ndWxhci9jb3JlXCI7XG5pbXBvcnQgeyBJREhlYWRlcjExNzdBZG1pbk5hdkl0ZW1Db21wb25lbnQgfSBmcm9tIFwiLi4vbmF2LWl0ZW0vaGVhZGVyLTExNzctYWRtaW4tbmF2LWl0ZW0uY29tcG9uZW50XCI7XG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tIFwiQGFuZ3VsYXIvY29tbW9uXCI7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogXCJpZC1oZWFkZXItMTE3Ny1hZG1pbi1uYXZcIixcbiAgdGVtcGxhdGVVcmw6IFwiLi9oZWFkZXItMTE3Ny1hZG1pbi1uYXYuY29tcG9uZW50Lmh0bWxcIixcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgc2NoZW1hczogW0NVU1RPTV9FTEVNRU5UU19TQ0hFTUFdLFxuICBpbXBvcnRzOiBbQ29tbW9uTW9kdWxlXVxufSlcbmV4cG9ydCBjbGFzcyBJREhlYWRlcjExNzdBZG1pbk5hdkNvbXBvbmVudCB7XG4gIEBWaWV3Q2hpbGQoVGVtcGxhdGVSZWYpXG4gIHRlbXBsYXRlOiBUZW1wbGF0ZVJlZjxhbnk+O1xuXG4gIEBDb250ZW50Q2hpbGRyZW4oSURIZWFkZXIxMTc3QWRtaW5OYXZJdGVtQ29tcG9uZW50KVxuICBuYXZJdGVtTGlzdDogUXVlcnlMaXN0PElESGVhZGVyMTE3N0FkbWluTmF2SXRlbUNvbXBvbmVudD47XG5cbiAgcHVibGljIG5hdkl0ZW1zOiBJREhlYWRlcjExNzdBZG1pbk5hdkl0ZW1Db21wb25lbnRbXTtcblxuICBjb25zdHJ1Y3Rvcihwcml2YXRlIGNkUmVmOiBDaGFuZ2VEZXRlY3RvclJlZikge31cblxuICBwdWJsaWMgbmdBZnRlckNvbnRlbnRJbml0KCk6IHZvaWQge1xuICAgIHRoaXMudXBkYXRlTmF2SXRlbXNBcnJheSgpO1xuICAgIHRoaXMubmF2SXRlbUxpc3QuY2hhbmdlcy5zdWJzY3JpYmUoKCkgPT4ge1xuICAgICAgdGhpcy51cGRhdGVOYXZJdGVtc0FycmF5KCk7XG4gICAgfSk7XG4gIH1cblxuICB1cGRhdGVOYXZJdGVtc0FycmF5KCkge1xuICAgIHNldFRpbWVvdXQoKCkgPT4ge1xuICAgICAgdGhpcy5uYXZJdGVtcyA9IHRoaXMubmF2SXRlbUxpc3QudG9BcnJheSgpO1xuICAgICAgdGhpcy5jZFJlZi5kZXRlY3RDaGFuZ2VzKCk7XG4gICAgfSk7XG4gIH1cbn1cbiIsIjxuZy10ZW1wbGF0ZT5cbiAgPGlkcy1oZWFkZXItMTE3Ny1hZG1pbi1uYXYtaXRlbSBcbiAgICAqbmdGb3I9XCJsZXQgbmF2SXRlbSBvZiBuYXZJdGVtc1wiIFxuICAgIFtsYWJlbF09XCJuYXZJdGVtLmxhYmVsXCIgXG4gICAgW25vdGlmaWNhdGlvbnNdPVwibmF2SXRlbS5ub3RpZmljYXRpb25zXCJcbiAgICBbYWN0aXZlXT1cIm5hdkl0ZW0uYWN0aXZlXCJcbiAgICBbZXhwYW5kZWRdPVwibmF2SXRlbS5leHBhbmRlZFwiPlxuICAgIDxuZy1jb250YWluZXIgKm5nVGVtcGxhdGVPdXRsZXQ9XCJuYXZJdGVtLnRlbXBsYXRlXCI+PC9uZy1jb250YWluZXI+XG4gIDwvaWRzLWhlYWRlci0xMTc3LWFkbWluLW5hdi1pdGVtPlxuPC9uZy10ZW1wbGF0ZT4iXX0=
|
package/esm2022/components/header-1177-admin/nav-item/header-1177-admin-nav-item.component.mjs
CHANGED
|
@@ -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 IDHeader1177AdminNavItemComponent {
|
|
4
|
-
label =
|
|
5
|
-
notifications =
|
|
4
|
+
label = "";
|
|
5
|
+
notifications = "";
|
|
6
6
|
active = false;
|
|
7
|
+
expanded = false;
|
|
7
8
|
template;
|
|
8
9
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDHeader1177AdminNavItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
9
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDHeader1177AdminNavItemComponent, isStandalone: true, selector: "id-header-1177-admin-nav-item", inputs: { label: "label", notifications: "notifications", active: "active" }, viewQueries: [{ propertyName: "template", first: true, predicate: TemplateRef, descendants: true }], ngImport: i0, template: "<ng-template>\
|
|
10
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDHeader1177AdminNavItemComponent, isStandalone: true, selector: "id-header-1177-admin-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>" });
|
|
10
11
|
}
|
|
11
12
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDHeader1177AdminNavItemComponent, decorators: [{
|
|
12
13
|
type: Component,
|
|
13
|
-
args: [{ selector:
|
|
14
|
+
args: [{ selector: "id-header-1177-admin-nav-item", schemas: [CUSTOM_ELEMENTS_SCHEMA], standalone: true, template: "<ng-template>\n <ng-content></ng-content>\n</ng-template>" }]
|
|
14
15
|
}], propDecorators: { label: [{
|
|
15
16
|
type: Input
|
|
16
17
|
}], notifications: [{
|
|
17
18
|
type: Input
|
|
18
19
|
}], active: [{
|
|
19
20
|
type: Input
|
|
21
|
+
}], expanded: [{
|
|
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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGVhZGVyLTExNzctYWRtaW4tbmF2LWl0ZW0uY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaWRzLWFuZ3VsYXIvY29tcG9uZW50cy9oZWFkZXItMTE3Ny1hZG1pbi9uYXYtaXRlbS9oZWFkZXItMTE3Ny1hZG1pbi1uYXYtaXRlbS5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9jb21wb25lbnRzL2hlYWRlci0xMTc3LWFkbWluL25hdi1pdGVtL2hlYWRlci0xMTc3LWFkbWluLW5hdi1pdGVtLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsc0JBQXNCLEVBQUUsS0FBSyxFQUFFLFdBQVcsRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7O0FBUWpHLE1BQU0sT0FBTyxpQ0FBaUM7SUFFNUMsS0FBSyxHQUFXLEVBQUUsQ0FBQztJQUduQixhQUFhLEdBQVcsRUFBRSxDQUFDO0lBRzNCLE1BQU0sR0FBWSxLQUFLLENBQUM7SUFHeEIsUUFBUSxHQUFZLEtBQUssQ0FBQztJQUVGLFFBQVEsQ0FBbUI7d0dBYnhDLGlDQUFpQzs0RkFBakMsaUNBQWlDLHVPQWFqQyxXQUFXLGdEQ3JCeEIsNERBRWM7OzRGRE1ELGlDQUFpQztrQkFON0MsU0FBUzsrQkFDRSwrQkFBK0IsV0FFaEMsQ0FBQyxzQkFBc0IsQ0FBQyxjQUNyQixJQUFJOzhCQUloQixLQUFLO3NCQURKLEtBQUs7Z0JBSU4sYUFBYTtzQkFEWixLQUFLO2dCQUlOLE1BQU07c0JBREwsS0FBSztnQkFJTixRQUFRO3NCQURQLEtBQUs7Z0JBR2tCLFFBQVE7c0JBQS9CLFNBQVM7dUJBQUMsV0FBVyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgQ1VTVE9NX0VMRU1FTlRTX1NDSEVNQSwgSW5wdXQsIFRlbXBsYXRlUmVmLCBWaWV3Q2hpbGQgfSBmcm9tIFwiQGFuZ3VsYXIvY29yZVwiO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6IFwiaWQtaGVhZGVyLTExNzctYWRtaW4tbmF2LWl0ZW1cIixcbiAgdGVtcGxhdGVVcmw6IFwiLi9oZWFkZXItMTE3Ny1hZG1pbi1uYXYtaXRlbS5jb21wb25lbnQuaHRtbFwiLFxuICBzY2hlbWFzOiBbQ1VTVE9NX0VMRU1FTlRTX1NDSEVNQV0sXG4gIHN0YW5kYWxvbmU6IHRydWVcbn0pXG5leHBvcnQgY2xhc3MgSURIZWFkZXIxMTc3QWRtaW5OYXZJdGVtQ29tcG9uZW50IHtcbiAgQElucHV0KClcbiAgbGFiZWw6IHN0cmluZyA9IFwiXCI7XG5cbiAgQElucHV0KClcbiAgbm90aWZpY2F0aW9uczogc3RyaW5nID0gXCJcIjtcblxuICBASW5wdXQoKVxuICBhY3RpdmU6IGJvb2xlYW4gPSBmYWxzZTtcblxuICBASW5wdXQoKVxuICBleHBhbmRlZDogYm9vbGVhbiA9IGZhbHNlO1xuXG4gIEBWaWV3Q2hpbGQoVGVtcGxhdGVSZWYpIHRlbXBsYXRlOiBUZW1wbGF0ZVJlZjxhbnk+O1xufVxuIiwiPG5nLXRlbXBsYXRlPlxuICA8bmctY29udGVudD48L25nLWNvbnRlbnQ+XG48L25nLXRlbXBsYXRlPiJdfQ==
|
|
@@ -4,4 +4,4 @@ export { IDHeader1177AdminAvatarComponent } from './avatar/header-1177-admin-ava
|
|
|
4
4
|
export { IDHeader1177AdminAvatarMobileComponent } from './avatar-mobile/header-1177-admin-avatar-mobile.component';
|
|
5
5
|
export { IDHeader1177AdminNavComponent } from './nav/header-1177-admin-nav.component';
|
|
6
6
|
export { IDHeader1177AdminNavItemComponent } from './nav-item/header-1177-admin-nav-item.component';
|
|
7
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
7
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2NvbXBvbmVudHMvaGVhZGVyLTExNzctYWRtaW4vcHVibGljLWFwaS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsMEJBQTBCLEVBQUUsTUFBTSwrQkFBK0IsQ0FBQztBQUMzRSxPQUFPLEVBQUUsOEJBQThCLEVBQUUsTUFBTSx5Q0FBeUMsQ0FBQztBQUN6RixPQUFPLEVBQUUsZ0NBQWdDLEVBQUUsTUFBTSw2Q0FBNkMsQ0FBQztBQUMvRixPQUFPLEVBQUUsc0NBQXNDLEVBQUUsTUFBTSwyREFBMkQsQ0FBQztBQUNuSCxPQUFPLEVBQUUsNkJBQTZCLEVBQUUsTUFBTSx1Q0FBdUMsQ0FBQztBQUN0RixPQUFPLEVBQUUsaUNBQWlDLEVBQUUsTUFBTSxpREFBaUQsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCB7IElESGVhZGVyMTE3N0FkbWluQ29tcG9uZW50IH0gZnJvbSAnLi9oZWFkZXItMTE3Ny1hZG1pbi5jb21wb25lbnQnO1xuZXhwb3J0IHsgSURIZWFkZXIxMTc3QWRtaW5JdGVtQ29tcG9uZW50IH0gZnJvbSAnLi9pdGVtL2hlYWRlci0xMTc3LWFkbWluLWl0ZW0uY29tcG9uZW50JztcbmV4cG9ydCB7IElESGVhZGVyMTE3N0FkbWluQXZhdGFyQ29tcG9uZW50IH0gZnJvbSAnLi9hdmF0YXIvaGVhZGVyLTExNzctYWRtaW4tYXZhdGFyLmNvbXBvbmVudCc7XG5leHBvcnQgeyBJREhlYWRlcjExNzdBZG1pbkF2YXRhck1vYmlsZUNvbXBvbmVudCB9IGZyb20gJy4vYXZhdGFyLW1vYmlsZS9oZWFkZXItMTE3Ny1hZG1pbi1hdmF0YXItbW9iaWxlLmNvbXBvbmVudCc7XG5leHBvcnQgeyBJREhlYWRlcjExNzdBZG1pbk5hdkNvbXBvbmVudCB9IGZyb20gJy4vbmF2L2hlYWRlci0xMTc3LWFkbWluLW5hdi5jb21wb25lbnQnO1xuZXhwb3J0IHsgSURIZWFkZXIxMTc3QWRtaW5OYXZJdGVtQ29tcG9uZW50IH0gZnJvbSAnLi9uYXYtaXRlbS9oZWFkZXItMTE3Ny1hZG1pbi1uYXYtaXRlbS5jb21wb25lbnQnOyJdfQ==
|
|
@@ -3,19 +3,22 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
export class IDHeader1177ProAvatarComponent {
|
|
4
4
|
username = '';
|
|
5
5
|
unit = '';
|
|
6
|
+
expanded = false;
|
|
6
7
|
template;
|
|
7
8
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDHeader1177ProAvatarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
8
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDHeader1177ProAvatarComponent, isStandalone: true, selector: "id-header-1177-pro-avatar", inputs: { username: "username", unit: "unit" }, viewQueries: [{ propertyName: "template", first: true, predicate: TemplateRef, descendants: true }], ngImport: i0, template: "<ng-template>\
|
|
9
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDHeader1177ProAvatarComponent, isStandalone: true, selector: "id-header-1177-pro-avatar", 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>", styles: [":host{display:contents}\n"] });
|
|
9
10
|
}
|
|
10
11
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDHeader1177ProAvatarComponent, decorators: [{
|
|
11
12
|
type: Component,
|
|
12
|
-
args: [{ selector: 'id-header-1177-pro-avatar', schemas: [CUSTOM_ELEMENTS_SCHEMA], standalone: true, template: "<ng-template>\
|
|
13
|
+
args: [{ selector: 'id-header-1177-pro-avatar', schemas: [CUSTOM_ELEMENTS_SCHEMA], standalone: true, template: "<ng-template>\n <ng-content></ng-content>\n</ng-template>", styles: [":host{display:contents}\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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGVhZGVyLTExNzctcHJvLWF2YXRhci5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9jb21wb25lbnRzL2hlYWRlci0xMTc3LXByby9hdmF0YXIvaGVhZGVyLTExNzctcHJvLWF2YXRhci5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9jb21wb25lbnRzL2hlYWRlci0xMTc3LXByby9hdmF0YXIvaGVhZGVyLTExNzctcHJvLWF2YXRhci5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLHNCQUFzQixFQUFFLEtBQUssRUFBRSxXQUFXLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDOztBQVNqRyxNQUFNLE9BQU8sOEJBQThCO0lBRXpDLFFBQVEsR0FBVyxFQUFFLENBQUM7SUFFdEIsSUFBSSxHQUFXLEVBQUUsQ0FBQztJQUVsQixRQUFRLEdBQVksS0FBSyxDQUFDO0lBRUYsUUFBUSxDQUFtQjt3R0FSeEMsOEJBQThCOzRGQUE5Qiw4QkFBOEIscU1BUTlCLFdBQVcsZ0RDakJ4Qiw0REFFYzs7NEZET0QsOEJBQThCO2tCQVAxQyxTQUFTOytCQUNFLDJCQUEyQixXQUU1QixDQUFDLHNCQUFzQixDQUFDLGNBRXJCLElBQUk7OEJBSWhCLFFBQVE7c0JBRFAsS0FBSztnQkFHTixJQUFJO3NCQURILEtBQUs7Z0JBR04sUUFBUTtzQkFEUCxLQUFLO2dCQUdrQixRQUFRO3NCQUEvQixTQUFTO3VCQUFDLFdBQVciLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIENVU1RPTV9FTEVNRU5UU19TQ0hFTUEsIElucHV0LCBUZW1wbGF0ZVJlZiwgVmlld0NoaWxkIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2lkLWhlYWRlci0xMTc3LXByby1hdmF0YXInLFxuICB0ZW1wbGF0ZVVybDogJy4vaGVhZGVyLTExNzctcHJvLWF2YXRhci5jb21wb25lbnQuaHRtbCcsXG4gIHNjaGVtYXM6IFtDVVNUT01fRUxFTUVOVFNfU0NIRU1BXSxcbiAgc3R5bGVzOiBbXCI6aG9zdCB7IGRpc3BsYXk6IGNvbnRlbnRzOyB9XCJdLFxuICBzdGFuZGFsb25lOiB0cnVlXG59KVxuZXhwb3J0IGNsYXNzIElESGVhZGVyMTE3N1Byb0F2YXRhckNvbXBvbmVudCB7XG4gIEBJbnB1dCgpXG4gIHVzZXJuYW1lOiBzdHJpbmcgPSAnJztcbiAgQElucHV0KClcbiAgdW5pdDogc3RyaW5nID0gJyc7XG4gIEBJbnB1dCgpXG4gIGV4cGFuZGVkOiBib29sZWFuID0gZmFsc2U7XG5cbiAgQFZpZXdDaGlsZChUZW1wbGF0ZVJlZikgdGVtcGxhdGU6IFRlbXBsYXRlUmVmPGFueT47XG59XG4gICIsIjxuZy10ZW1wbGF0ZT5cbiAgPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PlxuPC9uZy10ZW1wbGF0ZT4iXX0=
|
package/esm2022/components/header-1177-pro/avatar-mobile/header-1177-pro-avatar-mobile.component.mjs
CHANGED
|
@@ -4,14 +4,14 @@ export class IDHeader1177ProAvatarMobileComponent {
|
|
|
4
4
|
username = '';
|
|
5
5
|
unit = '';
|
|
6
6
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDHeader1177ProAvatarMobileComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
7
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDHeader1177ProAvatarMobileComponent, isStandalone: true, selector: "id-header-1177-pro-avatar-mobile", inputs: { username: "username", unit: "unit" }, ngImport: i0, template: "<ids-header-1177-pro-avatar-mobile [username]=\"username\" [unit]=\"unit\">\
|
|
7
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDHeader1177ProAvatarMobileComponent, isStandalone: true, selector: "id-header-1177-pro-avatar-mobile", inputs: { username: "username", unit: "unit" }, ngImport: i0, template: "<ids-header-1177-pro-avatar-mobile [username]=\"username\" [unit]=\"unit\">\n <ng-content></ng-content>\n</ids-header-1177-pro-avatar-mobile>" });
|
|
8
8
|
}
|
|
9
9
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDHeader1177ProAvatarMobileComponent, decorators: [{
|
|
10
10
|
type: Component,
|
|
11
|
-
args: [{ selector: 'id-header-1177-pro-avatar-mobile', schemas: [CUSTOM_ELEMENTS_SCHEMA], standalone: true, template: "<ids-header-1177-pro-avatar-mobile [username]=\"username\" [unit]=\"unit\">\
|
|
11
|
+
args: [{ selector: 'id-header-1177-pro-avatar-mobile', schemas: [CUSTOM_ELEMENTS_SCHEMA], standalone: true, template: "<ids-header-1177-pro-avatar-mobile [username]=\"username\" [unit]=\"unit\">\n <ng-content></ng-content>\n</ids-header-1177-pro-avatar-mobile>" }]
|
|
12
12
|
}], propDecorators: { username: [{
|
|
13
13
|
type: Input
|
|
14
14
|
}], unit: [{
|
|
15
15
|
type: Input
|
|
16
16
|
}] } });
|
|
17
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
17
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGVhZGVyLTExNzctcHJvLWF2YXRhci1tb2JpbGUuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaWRzLWFuZ3VsYXIvY29tcG9uZW50cy9oZWFkZXItMTE3Ny1wcm8vYXZhdGFyLW1vYmlsZS9oZWFkZXItMTE3Ny1wcm8tYXZhdGFyLW1vYmlsZS5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9jb21wb25lbnRzL2hlYWRlci0xMTc3LXByby9hdmF0YXItbW9iaWxlL2hlYWRlci0xMTc3LXByby1hdmF0YXItbW9iaWxlLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsc0JBQXNCLEVBQUUsS0FBSyxFQUEwQixNQUFNLGVBQWUsQ0FBQzs7QUFRakcsTUFBTSxPQUFPLG9DQUFvQztJQUUvQyxRQUFRLEdBQVcsRUFBRSxDQUFDO0lBRXRCLElBQUksR0FBVyxFQUFFLENBQUM7d0dBSlAsb0NBQW9DOzRGQUFwQyxvQ0FBb0MsNElDUmpELGdKQUVvQzs7NEZETXZCLG9DQUFvQztrQkFOaEQsU0FBUzsrQkFDRSxrQ0FBa0MsV0FFbkMsQ0FBQyxzQkFBc0IsQ0FBQyxjQUNyQixJQUFJOzhCQUloQixRQUFRO3NCQURQLEtBQUs7Z0JBR04sSUFBSTtzQkFESCxLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBDVVNUT01fRUxFTUVOVFNfU0NIRU1BLCBJbnB1dCwgVGVtcGxhdGVSZWYsIFZpZXdDaGlsZCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdpZC1oZWFkZXItMTE3Ny1wcm8tYXZhdGFyLW1vYmlsZScsXG4gIHRlbXBsYXRlVXJsOiAnLi9oZWFkZXItMTE3Ny1wcm8tYXZhdGFyLW1vYmlsZS5jb21wb25lbnQuaHRtbCcsXG4gIHNjaGVtYXM6IFtDVVNUT01fRUxFTUVOVFNfU0NIRU1BXSxcbiAgc3RhbmRhbG9uZTogdHJ1ZVxufSlcbmV4cG9ydCBjbGFzcyBJREhlYWRlcjExNzdQcm9BdmF0YXJNb2JpbGVDb21wb25lbnQge1xuICBASW5wdXQoKVxuICB1c2VybmFtZTogc3RyaW5nID0gJyc7XG4gIEBJbnB1dCgpXG4gIHVuaXQ6IHN0cmluZyA9ICcnO1xufVxuICAiLCI8aWRzLWhlYWRlci0xMTc3LXByby1hdmF0YXItbW9iaWxlIFt1c2VybmFtZV09XCJ1c2VybmFtZVwiIFt1bml0XT1cInVuaXRcIj5cbiAgPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PlxuPC9pZHMtaGVhZGVyLTExNzctcHJvLWF2YXRhci1tb2JpbGU+Il19
|
|
@@ -10,12 +10,11 @@ import * as i0 from "@angular/core";
|
|
|
10
10
|
import * as i1 from "@angular/common";
|
|
11
11
|
export class IDHeader1177ProComponent {
|
|
12
12
|
cdRef;
|
|
13
|
-
pickregiontext =
|
|
14
|
-
regionicontitle = '';
|
|
13
|
+
pickregiontext = null;
|
|
15
14
|
hideregionpicker = false;
|
|
16
15
|
regionpickerexpanded = false;
|
|
17
16
|
fluid = false;
|
|
18
|
-
logohref =
|
|
17
|
+
logohref = null;
|
|
19
18
|
onDidToggleRegion = new EventEmitter();
|
|
20
19
|
constructor(cdRef) {
|
|
21
20
|
this.cdRef = cdRef;
|
|
@@ -31,6 +30,7 @@ export class IDHeader1177ProComponent {
|
|
|
31
30
|
nav;
|
|
32
31
|
// HeaderNavMenuMobile
|
|
33
32
|
navMenuMobile;
|
|
33
|
+
showContent = false;
|
|
34
34
|
ngAfterContentInit() {
|
|
35
35
|
this.updateItemsArray();
|
|
36
36
|
this.itemList.changes.subscribe(() => {
|
|
@@ -41,20 +41,19 @@ export class IDHeader1177ProComponent {
|
|
|
41
41
|
setTimeout(() => {
|
|
42
42
|
this.items = this.itemList.toArray();
|
|
43
43
|
this.cdRef.detectChanges();
|
|
44
|
+
this.showContent = true;
|
|
44
45
|
});
|
|
45
46
|
}
|
|
46
47
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDHeader1177ProComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
47
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDHeader1177ProComponent, isStandalone: true, selector: "id-header-1177-pro", inputs: { pickregiontext: "pickregiontext",
|
|
48
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDHeader1177ProComponent, isStandalone: true, selector: "id-header-1177-pro", inputs: { pickregiontext: "pickregiontext", hideregionpicker: "hideregionpicker", regionpickerexpanded: "regionpickerexpanded", fluid: "fluid", logohref: "logohref" }, outputs: { onDidToggleRegion: "onDidToggleRegion" }, queries: [{ propertyName: "avatar", first: true, predicate: IDHeader1177ProAvatarComponent, descendants: true }, { propertyName: "avatarMobile", first: true, predicate: IDHeader1177ProAvatarMobileComponent, descendants: true }, { propertyName: "nav", first: true, predicate: IDHeader1177ProNavComponent, descendants: true }, { propertyName: "navMenuMobile", first: true, predicate: IDHeader1177ProNavMenuMobileComponent, descendants: true }, { propertyName: "itemList", predicate: IDHeader1177ProItemComponent }], ngImport: i0, template: "<ids-header-1177-pro\n [attr.pickregiontext]=\"pickregiontext\"\n [attr.regionpickerexpanded]=\"regionpickerexpanded ? 'true' : null\"\n [attr.fluid]=\"fluid ? 'true' : null\"\n [attr.logohref]=\"logohref\"\n (didToggleRegion)=\"onDidToggleRegion.emit(true)\">\n <ids-header-1177-pro-avatar\n *ngIf=\"showContent && avatar\"\n [username]=\"avatar.username\"\n [unit]=\"avatar.unit\"\n [expanded]=\"avatar.expanded\">\n <ng-container *ngTemplateOutlet=\"avatar.template\"></ng-container>\n </ids-header-1177-pro-avatar>\n\n <ids-header-1177-pro-item *ngFor=\"let item of items\" [mobile]=\"item.mobile ? true : null\">\n <ng-container *ngTemplateOutlet=\"item.template\"></ng-container>\n </ids-header-1177-pro-item>\n\n <ids-header-1177-pro-nav *ngIf=\"showContent && nav\" [attr.pickregiontext]=\"pickregiontext\">\n <ng-container *ngTemplateOutlet=\"nav.template\"></ng-container>\n </ids-header-1177-pro-nav>\n\n <ng-content></ng-content>\n</ids-header-1177-pro>\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"] }] });
|
|
48
49
|
}
|
|
49
50
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDHeader1177ProComponent, decorators: [{
|
|
50
51
|
type: Component,
|
|
51
52
|
args: [{ selector: 'id-header-1177-pro', standalone: true, schemas: [CUSTOM_ELEMENTS_SCHEMA], imports: [
|
|
52
53
|
CommonModule
|
|
53
|
-
], template: "<ids-header-1177-pro\
|
|
54
|
+
], template: "<ids-header-1177-pro\n [attr.pickregiontext]=\"pickregiontext\"\n [attr.regionpickerexpanded]=\"regionpickerexpanded ? 'true' : null\"\n [attr.fluid]=\"fluid ? 'true' : null\"\n [attr.logohref]=\"logohref\"\n (didToggleRegion)=\"onDidToggleRegion.emit(true)\">\n <ids-header-1177-pro-avatar\n *ngIf=\"showContent && avatar\"\n [username]=\"avatar.username\"\n [unit]=\"avatar.unit\"\n [expanded]=\"avatar.expanded\">\n <ng-container *ngTemplateOutlet=\"avatar.template\"></ng-container>\n </ids-header-1177-pro-avatar>\n\n <ids-header-1177-pro-item *ngFor=\"let item of items\" [mobile]=\"item.mobile ? true : null\">\n <ng-container *ngTemplateOutlet=\"item.template\"></ng-container>\n </ids-header-1177-pro-item>\n\n <ids-header-1177-pro-nav *ngIf=\"showContent && nav\" [attr.pickregiontext]=\"pickregiontext\">\n <ng-container *ngTemplateOutlet=\"nav.template\"></ng-container>\n </ids-header-1177-pro-nav>\n\n <ng-content></ng-content>\n</ids-header-1177-pro>\n", styles: ["::ng-deep [slot=region],::ng-deep [slot=region-desktop]{display:flex!important}\n"] }]
|
|
54
55
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }], propDecorators: { pickregiontext: [{
|
|
55
56
|
type: Input
|
|
56
|
-
}], regionicontitle: [{
|
|
57
|
-
type: Input
|
|
58
57
|
}], hideregionpicker: [{
|
|
59
58
|
type: Input
|
|
60
59
|
}], regionpickerexpanded: [{
|
|
@@ -81,4 +80,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
81
80
|
type: ContentChild,
|
|
82
81
|
args: [IDHeader1177ProNavMenuMobileComponent]
|
|
83
82
|
}] } });
|
|
84
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
83
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGVhZGVyLTExNzctcHJvLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2NvbXBvbmVudHMvaGVhZGVyLTExNzctcHJvL2hlYWRlci0xMTc3LXByby5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9jb21wb25lbnRzL2hlYWRlci0xMTc3LXByby9oZWFkZXItMTE3Ny1wcm8uY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBcUIsU0FBUyxFQUFFLFlBQVksRUFBRSxlQUFlLEVBQUUsc0JBQXNCLEVBQUUsWUFBWSxFQUFFLEtBQUssRUFBRSxNQUFNLEVBQWEsTUFBTSxlQUFlLENBQUM7QUFDNUosT0FBTyxFQUFFLDRCQUE0QixFQUFFLE1BQU0sdUNBQXVDLENBQUM7QUFDckYsT0FBTyxFQUFFLDhCQUE4QixFQUFFLE1BQU0sMkNBQTJDLENBQUM7QUFDM0YsT0FBTyxFQUFFLDJCQUEyQixFQUFFLE1BQU0scUNBQXFDLENBQUM7QUFDbEYsT0FBTyxFQUFFLHFDQUFxQyxFQUFFLE1BQU0sNkRBQTZELENBQUM7QUFDcEgsT0FBTyxxREFBcUQsQ0FBQztBQUM3RCxPQUFPLEVBQUUsb0NBQW9DLEVBQUUsTUFBTSx5REFBeUQsQ0FBQzs7O0FBWS9HLE1BQU0sT0FBTyx3QkFBd0I7SUFlZjtJQWJwQixjQUFjLEdBQWtCLElBQUksQ0FBQztJQUVyQyxnQkFBZ0IsR0FBWSxLQUFLLENBQUM7SUFFbEMsb0JBQW9CLEdBQVksS0FBSyxDQUFDO0lBRXRDLEtBQUssR0FBWSxLQUFLLENBQUM7SUFFdkIsUUFBUSxHQUFrQixJQUFJLENBQUM7SUFHL0IsaUJBQWlCLEdBQTBCLElBQUksWUFBWSxFQUFFLENBQUM7SUFFOUQsWUFBb0IsS0FBd0I7UUFBeEIsVUFBSyxHQUFMLEtBQUssQ0FBbUI7SUFBRyxDQUFDO0lBRWhELGVBQWU7SUFFZixRQUFRLENBQTBDO0lBRTNDLEtBQUssQ0FBaUM7SUFFN0MsZ0JBQWdCO0lBRWhCLE1BQU0sQ0FBaUM7SUFFdkMsZ0JBQWdCO0lBRWhCLFlBQVksQ0FBdUM7SUFFbkQsYUFBYTtJQUViLEdBQUcsQ0FBOEI7SUFFakMsc0JBQXNCO0lBRXRCLGFBQWEsQ0FBd0M7SUFFckQsV0FBVyxHQUFHLEtBQUssQ0FBQztJQUViLGtCQUFrQjtRQUN2QixJQUFJLENBQUMsZ0JBQWdCLEVBQUUsQ0FBQztRQUN4QixJQUFJLENBQUMsUUFBUSxDQUFDLE9BQU8sQ0FBQyxTQUFTLENBQUMsR0FBRyxFQUFFO1lBQ25DLElBQUksQ0FBQyxnQkFBZ0IsRUFBRSxDQUFDO1FBQzFCLENBQUMsQ0FBQyxDQUFDO0lBQ0wsQ0FBQztJQUVELGdCQUFnQjtRQUNkLFVBQVUsQ0FBQyxHQUFHLEVBQUU7WUFDZCxJQUFJLENBQUMsS0FBSyxHQUFHLElBQUksQ0FBQyxRQUFRLENBQUMsT0FBTyxFQUFFLENBQUM7WUFDckMsSUFBSSxDQUFDLEtBQUssQ0FBQyxhQUFhLEVBQUUsQ0FBQztZQUMzQixJQUFJLENBQUMsV0FBVyxHQUFHLElBQUksQ0FBQztRQUMxQixDQUFDLENBQUMsQ0FBQztJQUNMLENBQUM7d0dBdERVLHdCQUF3Qjs0RkFBeEIsd0JBQXdCLCtVQXdCckIsOEJBQThCLCtFQUk5QixvQ0FBb0Msc0VBSXBDLDJCQUEyQixnRkFJM0IscUNBQXFDLDhEQWxCbEMsNEJBQTRCLDZCQ3JDL0MsMCtCQXdCQSwwSURSSSxZQUFZOzs0RkFHSCx3QkFBd0I7a0JBVnBDLFNBQVM7K0JBQ0Usb0JBQW9CLGNBR2xCLElBQUksV0FDUCxDQUFDLHNCQUFzQixDQUFDLFdBQ3hCO3dCQUNQLFlBQVk7cUJBQ2I7c0ZBSUQsY0FBYztzQkFEYixLQUFLO2dCQUdOLGdCQUFnQjtzQkFEZixLQUFLO2dCQUdOLG9CQUFvQjtzQkFEbkIsS0FBSztnQkFHTixLQUFLO3NCQURKLEtBQUs7Z0JBR04sUUFBUTtzQkFEUCxLQUFLO2dCQUlOLGlCQUFpQjtzQkFEaEIsTUFBTTtnQkFPUCxRQUFRO3NCQURQLGVBQWU7dUJBQUMsNEJBQTRCO2dCQU83QyxNQUFNO3NCQURMLFlBQVk7dUJBQUMsOEJBQThCO2dCQUs1QyxZQUFZO3NCQURYLFlBQVk7dUJBQUMsb0NBQW9DO2dCQUtsRCxHQUFHO3NCQURGLFlBQVk7dUJBQUMsMkJBQTJCO2dCQUt6QyxhQUFhO3NCQURaLFlBQVk7dUJBQUMscUNBQXFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IENoYW5nZURldGVjdG9yUmVmLCBDb21wb25lbnQsIENvbnRlbnRDaGlsZCwgQ29udGVudENoaWxkcmVuLCBDVVNUT01fRUxFTUVOVFNfU0NIRU1BLCBFdmVudEVtaXR0ZXIsIElucHV0LCBPdXRwdXQsIFF1ZXJ5TGlzdCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgSURIZWFkZXIxMTc3UHJvSXRlbUNvbXBvbmVudCB9IGZyb20gJy4vaXRlbS9oZWFkZXItMTE3Ny1wcm8taXRlbS5jb21wb25lbnQnO1xuaW1wb3J0IHsgSURIZWFkZXIxMTc3UHJvQXZhdGFyQ29tcG9uZW50IH0gZnJvbSAnLi9hdmF0YXIvaGVhZGVyLTExNzctcHJvLWF2YXRhci5jb21wb25lbnQnO1xuaW1wb3J0IHsgSURIZWFkZXIxMTc3UHJvTmF2Q29tcG9uZW50IH0gZnJvbSAnLi9uYXYvaGVhZGVyLTExNzctcHJvLW5hdi5jb21wb25lbnQnO1xuaW1wb3J0IHsgSURIZWFkZXIxMTc3UHJvTmF2TWVudU1vYmlsZUNvbXBvbmVudCB9IGZyb20gJy4vbmF2LW1lbnUtbW9iaWxlL2hlYWRlci0xMTc3LXByby1uYXYtbWVudS1tb2JpbGUuY29tcG9uZW50JztcbmltcG9ydCAnQGluZXJhL2lkcy1jb3JlL2NvbXBvbmVudHMvaGVhZGVyLTExNzctcHJvL3JlZ2lzdGVyJztcbmltcG9ydCB7IElESGVhZGVyMTE3N1Byb0F2YXRhck1vYmlsZUNvbXBvbmVudCB9IGZyb20gJy4vYXZhdGFyLW1vYmlsZS9oZWFkZXItMTE3Ny1wcm8tYXZhdGFyLW1vYmlsZS5jb21wb25lbnQnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdpZC1oZWFkZXItMTE3Ny1wcm8nLFxuICB0ZW1wbGF0ZVVybDogJy4vaGVhZGVyLTExNzctcHJvLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVzOiBbJzo6bmctZGVlcCBbc2xvdD1yZWdpb25dLCA6Om5nLWRlZXAgW3Nsb3Q9cmVnaW9uLWRlc2t0b3BdIHsgZGlzcGxheTogZmxleCAhaW1wb3J0YW50OyB9J10sXG4gIHN0YW5kYWxvbmU6IHRydWUsXG4gIHNjaGVtYXM6IFtDVVNUT01fRUxFTUVOVFNfU0NIRU1BXSxcbiAgaW1wb3J0czogW1xuICAgIENvbW1vbk1vZHVsZVxuICBdXG59KVxuZXhwb3J0IGNsYXNzIElESGVhZGVyMTE3N1Byb0NvbXBvbmVudCB7XG4gIEBJbnB1dCgpXG4gIHBpY2tyZWdpb250ZXh0OiBzdHJpbmcgfCBudWxsID0gbnVsbDtcbiAgQElucHV0KClcbiAgaGlkZXJlZ2lvbnBpY2tlcjogYm9vbGVhbiA9IGZhbHNlO1xuICBASW5wdXQoKVxuICByZWdpb25waWNrZXJleHBhbmRlZDogYm9vbGVhbiA9IGZhbHNlO1xuICBASW5wdXQoKVxuICBmbHVpZDogYm9vbGVhbiA9IGZhbHNlO1xuICBASW5wdXQoKVxuICBsb2dvaHJlZjogc3RyaW5nIHwgbnVsbCA9IG51bGw7XG5cbiAgQE91dHB1dCgpXG4gIG9uRGlkVG9nZ2xlUmVnaW9uOiBFdmVudEVtaXR0ZXI8Ym9vbGVhbj4gPSBuZXcgRXZlbnRFbWl0dGVyKCk7XG5cbiAgY29uc3RydWN0b3IocHJpdmF0ZSBjZFJlZjogQ2hhbmdlRGV0ZWN0b3JSZWYpIHt9XG5cbiAgLy8gSGVhZGVyIGl0ZW1zXG4gIEBDb250ZW50Q2hpbGRyZW4oSURIZWFkZXIxMTc3UHJvSXRlbUNvbXBvbmVudClcbiAgaXRlbUxpc3Q6IFF1ZXJ5TGlzdDxJREhlYWRlcjExNzdQcm9JdGVtQ29tcG9uZW50PjtcblxuICBwdWJsaWMgaXRlbXM6IElESGVhZGVyMTE3N1Byb0l0ZW1Db21wb25lbnRbXTtcblxuICAvLyBIZWFkZXIgQXZhdGFyXG4gIEBDb250ZW50Q2hpbGQoSURIZWFkZXIxMTc3UHJvQXZhdGFyQ29tcG9uZW50KVxuICBhdmF0YXI6IElESGVhZGVyMTE3N1Byb0F2YXRhckNvbXBvbmVudDtcblxuICAvLyBIZWFkZXIgQXZhdGFyXG4gIEBDb250ZW50Q2hpbGQoSURIZWFkZXIxMTc3UHJvQXZhdGFyTW9iaWxlQ29tcG9uZW50KVxuICBhdmF0YXJNb2JpbGU6IElESGVhZGVyMTE3N1Byb0F2YXRhck1vYmlsZUNvbXBvbmVudDtcblxuICAvLyBIZWFkZXIgbmF2XG4gIEBDb250ZW50Q2hpbGQoSURIZWFkZXIxMTc3UHJvTmF2Q29tcG9uZW50KVxuICBuYXY6IElESGVhZGVyMTE3N1Byb05hdkNvbXBvbmVudDtcbiAgXG4gIC8vIEhlYWRlck5hdk1lbnVNb2JpbGVcbiAgQENvbnRlbnRDaGlsZChJREhlYWRlcjExNzdQcm9OYXZNZW51TW9iaWxlQ29tcG9uZW50KVxuICBuYXZNZW51TW9iaWxlOiBJREhlYWRlcjExNzdQcm9OYXZNZW51TW9iaWxlQ29tcG9uZW50O1xuXG4gIHNob3dDb250ZW50ID0gZmFsc2U7XG5cbiAgcHVibGljIG5nQWZ0ZXJDb250ZW50SW5pdCgpOiB2b2lkIHtcbiAgICB0aGlzLnVwZGF0ZUl0ZW1zQXJyYXkoKTtcbiAgICB0aGlzLml0ZW1MaXN0LmNoYW5nZXMuc3Vic2NyaWJlKCgpID0+IHtcbiAgICAgIHRoaXMudXBkYXRlSXRlbXNBcnJheSgpO1xuICAgIH0pO1xuICB9XG5cbiAgdXBkYXRlSXRlbXNBcnJheSgpIHtcbiAgICBzZXRUaW1lb3V0KCgpID0+IHtcbiAgICAgIHRoaXMuaXRlbXMgPSB0aGlzLml0ZW1MaXN0LnRvQXJyYXkoKTtcbiAgICAgIHRoaXMuY2RSZWYuZGV0ZWN0Q2hhbmdlcygpO1xuICAgICAgdGhpcy5zaG93Q29udGVudCA9IHRydWU7XG4gICAgfSk7XG4gIH1cblxufVxuICAiLCI8aWRzLWhlYWRlci0xMTc3LXByb1xuICBbYXR0ci5waWNrcmVnaW9udGV4dF09XCJwaWNrcmVnaW9udGV4dFwiXG4gIFthdHRyLnJlZ2lvbnBpY2tlcmV4cGFuZGVkXT1cInJlZ2lvbnBpY2tlcmV4cGFuZGVkID8gJ3RydWUnIDogbnVsbFwiXG4gIFthdHRyLmZsdWlkXT1cImZsdWlkID8gJ3RydWUnIDogbnVsbFwiXG4gIFthdHRyLmxvZ29ocmVmXT1cImxvZ29ocmVmXCJcbiAgKGRpZFRvZ2dsZVJlZ2lvbik9XCJvbkRpZFRvZ2dsZVJlZ2lvbi5lbWl0KHRydWUpXCI+XG4gIDxpZHMtaGVhZGVyLTExNzctcHJvLWF2YXRhclxuICAgICpuZ0lmPVwic2hvd0NvbnRlbnQgJiYgYXZhdGFyXCJcbiAgICBbdXNlcm5hbWVdPVwiYXZhdGFyLnVzZXJuYW1lXCJcbiAgICBbdW5pdF09XCJhdmF0YXIudW5pdFwiXG4gICAgW2V4cGFuZGVkXT1cImF2YXRhci5leHBhbmRlZFwiPlxuICAgIDxuZy1jb250YWluZXIgKm5nVGVtcGxhdGVPdXRsZXQ9XCJhdmF0YXIudGVtcGxhdGVcIj48L25nLWNvbnRhaW5lcj5cbiAgPC9pZHMtaGVhZGVyLTExNzctcHJvLWF2YXRhcj5cblxuICA8aWRzLWhlYWRlci0xMTc3LXByby1pdGVtICpuZ0Zvcj1cImxldCBpdGVtIG9mIGl0ZW1zXCIgW21vYmlsZV09XCJpdGVtLm1vYmlsZSA/IHRydWUgOiBudWxsXCI+XG4gICAgPG5nLWNvbnRhaW5lciAqbmdUZW1wbGF0ZU91dGxldD1cIml0ZW0udGVtcGxhdGVcIj48L25nLWNvbnRhaW5lcj5cbiAgPC9pZHMtaGVhZGVyLTExNzctcHJvLWl0ZW0+XG5cbiAgPGlkcy1oZWFkZXItMTE3Ny1wcm8tbmF2ICpuZ0lmPVwic2hvd0NvbnRlbnQgJiYgbmF2XCIgW2F0dHIucGlja3JlZ2lvbnRleHRdPVwicGlja3JlZ2lvbnRleHRcIj5cbiAgICA8bmctY29udGFpbmVyICpuZ1RlbXBsYXRlT3V0bGV0PVwibmF2LnRlbXBsYXRlXCI+PC9uZy1jb250YWluZXI+XG4gIDwvaWRzLWhlYWRlci0xMTc3LXByby1uYXY+XG5cbiAgPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PlxuPC9pZHMtaGVhZGVyLTExNzctcHJvPlxuIl19
|
|
@@ -4,15 +4,15 @@ export class IDHeader1177ProItemComponent {
|
|
|
4
4
|
mobile = false;
|
|
5
5
|
template;
|
|
6
6
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDHeader1177ProItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
7
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDHeader1177ProItemComponent, isStandalone: true, selector: "id-header-1177-pro-item", inputs: { mobile: "mobile" }, viewQueries: [{ propertyName: "template", first: true, predicate: TemplateRef, descendants: true }], ngImport: i0, template: "<ng-template>\
|
|
7
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDHeader1177ProItemComponent, isStandalone: true, selector: "id-header-1177-pro-item", inputs: { mobile: "mobile" }, 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
8
|
}
|
|
9
9
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDHeader1177ProItemComponent, decorators: [{
|
|
10
10
|
type: Component,
|
|
11
|
-
args: [{ selector: 'id-header-1177-pro-item', schemas: [CUSTOM_ELEMENTS_SCHEMA], standalone: true, template: "<ng-template>\
|
|
11
|
+
args: [{ selector: 'id-header-1177-pro-item', schemas: [CUSTOM_ELEMENTS_SCHEMA], standalone: true, template: "<ng-template>\n <ng-content></ng-content>\n</ng-template>", styles: [":host{display:contents}\n"] }]
|
|
12
12
|
}], propDecorators: { mobile: [{
|
|
13
13
|
type: Input
|
|
14
14
|
}], template: [{
|
|
15
15
|
type: ViewChild,
|
|
16
16
|
args: [TemplateRef]
|
|
17
17
|
}] } });
|
|
18
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
18
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGVhZGVyLTExNzctcHJvLWl0ZW0uY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaWRzLWFuZ3VsYXIvY29tcG9uZW50cy9oZWFkZXItMTE3Ny1wcm8vaXRlbS9oZWFkZXItMTE3Ny1wcm8taXRlbS5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9jb21wb25lbnRzL2hlYWRlci0xMTc3LXByby9pdGVtL2hlYWRlci0xMTc3LXByby1pdGVtLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsc0JBQXNCLEVBQUUsS0FBSyxFQUFFLFdBQVcsRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7O0FBU2pHLE1BQU0sT0FBTyw0QkFBNEI7SUFFdkMsTUFBTSxHQUFZLEtBQUssQ0FBQztJQUVBLFFBQVEsQ0FBbUI7d0dBSnhDLDRCQUE0Qjs0RkFBNUIsNEJBQTRCLDJKQUk1QixXQUFXLGdEQ2J4Qiw0REFFYzs7NEZET0QsNEJBQTRCO2tCQVB4QyxTQUFTOytCQUNFLHlCQUF5QixXQUUxQixDQUFDLHNCQUFzQixDQUFDLGNBRXJCLElBQUk7OEJBSWhCLE1BQU07c0JBREwsS0FBSztnQkFHa0IsUUFBUTtzQkFBL0IsU0FBUzt1QkFBQyxXQUFXIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBDVVNUT01fRUxFTUVOVFNfU0NIRU1BLCBJbnB1dCwgVGVtcGxhdGVSZWYsIFZpZXdDaGlsZCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdpZC1oZWFkZXItMTE3Ny1wcm8taXRlbScsXG4gIHRlbXBsYXRlVXJsOiAnLi9oZWFkZXItMTE3Ny1wcm8taXRlbS5jb21wb25lbnQuaHRtbCcsXG4gIHNjaGVtYXM6IFtDVVNUT01fRUxFTUVOVFNfU0NIRU1BXSxcbiAgc3R5bGVzOiBbXCI6aG9zdCB7IGRpc3BsYXk6IGNvbnRlbnRzOyB9XCJdLFxuICBzdGFuZGFsb25lOiB0cnVlXG59KVxuZXhwb3J0IGNsYXNzIElESGVhZGVyMTE3N1Byb0l0ZW1Db21wb25lbnQge1xuICBASW5wdXQoKVxuICBtb2JpbGU6IGJvb2xlYW4gPSBmYWxzZTtcbiAgXG4gIEBWaWV3Q2hpbGQoVGVtcGxhdGVSZWYpIHRlbXBsYXRlOiBUZW1wbGF0ZVJlZjxhbnk+O1xufVxuICAiLCI8bmctdGVtcGxhdGU+XG4gIDxuZy1jb250ZW50PjwvbmctY29udGVudD5cbjwvbmctdGVtcGxhdGU+Il19
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Component, ContentChild, ContentChildren, CUSTOM_ELEMENTS_SCHEMA, TemplateRef, ViewChild } from "@angular/core";
|
|
1
|
+
import { Component, ContentChild, ContentChildren, CUSTOM_ELEMENTS_SCHEMA, Input, TemplateRef, ViewChild } from "@angular/core";
|
|
2
2
|
import { IDHeader1177ProNavItemComponent } from "../nav-item/header-1177-pro-nav-item.component";
|
|
3
3
|
import { IDHeader1177ProNavItemMobileComponent } from "../nav-item-mobile/header-1177-pro-nav-item-mobile.component";
|
|
4
4
|
import { IDHeader1177ProNavMenuMobileComponent } from "../nav-menu-mobile/header-1177-pro-nav-menu-mobile.component";
|
|
@@ -8,6 +8,7 @@ import * as i1 from "@angular/common";
|
|
|
8
8
|
export class IDHeader1177ProNavComponent {
|
|
9
9
|
cdRef;
|
|
10
10
|
template;
|
|
11
|
+
pickregiontext = null;
|
|
11
12
|
navItemList;
|
|
12
13
|
navItems;
|
|
13
14
|
navItemMobileList;
|
|
@@ -16,6 +17,7 @@ export class IDHeader1177ProNavComponent {
|
|
|
16
17
|
constructor(cdRef) {
|
|
17
18
|
this.cdRef = cdRef;
|
|
18
19
|
}
|
|
20
|
+
showMenuMobile = false;
|
|
19
21
|
ngAfterContentInit() {
|
|
20
22
|
this.updateNavItemsArray();
|
|
21
23
|
this.navItemList.changes.subscribe(() => {
|
|
@@ -36,17 +38,20 @@ export class IDHeader1177ProNavComponent {
|
|
|
36
38
|
setTimeout(() => {
|
|
37
39
|
this.navItemsMobile = this.navItemMobileList.toArray();
|
|
38
40
|
this.cdRef.detectChanges();
|
|
41
|
+
this.showMenuMobile = true;
|
|
39
42
|
});
|
|
40
43
|
}
|
|
41
44
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDHeader1177ProNavComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
42
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDHeader1177ProNavComponent, isStandalone: true, selector: "id-header-1177-pro-nav", queries: [{ propertyName: "navMenuMobile", first: true, predicate: IDHeader1177ProNavMenuMobileComponent, descendants: true }, { propertyName: "navItemList", predicate: IDHeader1177ProNavItemComponent }, { propertyName: "navItemMobileList", predicate: IDHeader1177ProNavItemMobileComponent }], viewQueries: [{ propertyName: "template", first: true, predicate: TemplateRef, descendants: true }], ngImport: i0, template: "<ng-template>\
|
|
45
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDHeader1177ProNavComponent, isStandalone: true, selector: "id-header-1177-pro-nav", inputs: { pickregiontext: "pickregiontext" }, queries: [{ propertyName: "navMenuMobile", first: true, predicate: IDHeader1177ProNavMenuMobileComponent, descendants: true }, { propertyName: "navItemList", predicate: IDHeader1177ProNavItemComponent }, { propertyName: "navItemMobileList", predicate: IDHeader1177ProNavItemMobileComponent }], viewQueries: [{ propertyName: "template", first: true, predicate: TemplateRef, descendants: true }], ngImport: i0, template: "<ng-template>\n <ids-header-1177-pro-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-pro-nav-item>\n <ids-header-1177-pro-nav-item-mobile *ngFor=\"let navItemMobile of navItemsMobile\">\n <ng-container *ngTemplateOutlet=\"navItemMobile.template\"></ng-container>\n </ids-header-1177-pro-nav-item-mobile>\n <ng-content></ng-content>\n <ids-header-1177-pro-nav-menu-mobile\n *ngIf=\"showMenuMobile && navMenuMobile\"\n [expanded]=\"navMenuMobile.expanded\"\n [persistent]=\"navMenuMobile.persistent\">\n <ng-container *ngTemplateOutlet=\"navMenuMobile.template\"></ng-container>\n </ids-header-1177-pro-nav-menu-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"] }] });
|
|
43
46
|
}
|
|
44
47
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDHeader1177ProNavComponent, decorators: [{
|
|
45
48
|
type: Component,
|
|
46
|
-
args: [{ selector: "id-header-1177-pro-nav", standalone: true, schemas: [CUSTOM_ELEMENTS_SCHEMA], imports: [CommonModule], template: "<ng-template>\
|
|
49
|
+
args: [{ selector: "id-header-1177-pro-nav", standalone: true, schemas: [CUSTOM_ELEMENTS_SCHEMA], imports: [CommonModule], template: "<ng-template>\n <ids-header-1177-pro-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-pro-nav-item>\n <ids-header-1177-pro-nav-item-mobile *ngFor=\"let navItemMobile of navItemsMobile\">\n <ng-container *ngTemplateOutlet=\"navItemMobile.template\"></ng-container>\n </ids-header-1177-pro-nav-item-mobile>\n <ng-content></ng-content>\n <ids-header-1177-pro-nav-menu-mobile\n *ngIf=\"showMenuMobile && navMenuMobile\"\n [expanded]=\"navMenuMobile.expanded\"\n [persistent]=\"navMenuMobile.persistent\">\n <ng-container *ngTemplateOutlet=\"navMenuMobile.template\"></ng-container>\n </ids-header-1177-pro-nav-menu-mobile>\n</ng-template>\n" }]
|
|
47
50
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }], propDecorators: { template: [{
|
|
48
51
|
type: ViewChild,
|
|
49
52
|
args: [TemplateRef]
|
|
53
|
+
}], pickregiontext: [{
|
|
54
|
+
type: Input
|
|
50
55
|
}], navItemList: [{
|
|
51
56
|
type: ContentChildren,
|
|
52
57
|
args: [IDHeader1177ProNavItemComponent]
|
|
@@ -57,4 +62,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
57
62
|
type: ContentChild,
|
|
58
63
|
args: [IDHeader1177ProNavMenuMobileComponent]
|
|
59
64
|
}] } });
|
|
60
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
65
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGVhZGVyLTExNzctcHJvLW5hdi5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9jb21wb25lbnRzL2hlYWRlci0xMTc3LXByby9uYXYvaGVhZGVyLTExNzctcHJvLW5hdi5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9jb21wb25lbnRzL2hlYWRlci0xMTc3LXByby9uYXYvaGVhZGVyLTExNzctcHJvLW5hdi5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBRUwsU0FBUyxFQUNULFlBQVksRUFDWixlQUFlLEVBQ2Ysc0JBQXNCLEVBQ3RCLEtBQUssRUFFTCxXQUFXLEVBQ1gsU0FBUyxFQUNWLE1BQU0sZUFBZSxDQUFDO0FBQ3ZCLE9BQU8sRUFBRSwrQkFBK0IsRUFBRSxNQUFNLGdEQUFnRCxDQUFDO0FBQ2pHLE9BQU8sRUFBRSxxQ0FBcUMsRUFBRSxNQUFNLDhEQUE4RCxDQUFDO0FBQ3JILE9BQU8sRUFBRSxxQ0FBcUMsRUFBRSxNQUFNLDhEQUE4RCxDQUFDO0FBQ3JILE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQzs7O0FBUy9DLE1BQU0sT0FBTywyQkFBMkI7SUFvQmxCO0lBbEJwQixRQUFRLENBQW1CO0lBRzNCLGNBQWMsR0FBa0IsSUFBSSxDQUFDO0lBR3JDLFdBQVcsQ0FBNkM7SUFFakQsUUFBUSxDQUFvQztJQUduRCxpQkFBaUIsQ0FBbUQ7SUFFN0QsY0FBYyxDQUEwQztJQUcvRCxhQUFhLENBQXdDO0lBRXJELFlBQW9CLEtBQXdCO1FBQXhCLFVBQUssR0FBTCxLQUFLLENBQW1CO0lBQUcsQ0FBQztJQUNoRCxjQUFjLEdBQUcsS0FBSyxDQUFDO0lBRWhCLGtCQUFrQjtRQUN2QixJQUFJLENBQUMsbUJBQW1CLEVBQUUsQ0FBQztRQUMzQixJQUFJLENBQUMsV0FBVyxDQUFDLE9BQU8sQ0FBQyxTQUFTLENBQUMsR0FBRyxFQUFFO1lBQ3RDLElBQUksQ0FBQyxtQkFBbUIsRUFBRSxDQUFDO1FBQzdCLENBQUMsQ0FBQyxDQUFDO1FBQ0gsSUFBSSxDQUFDLHlCQUF5QixFQUFFLENBQUM7UUFDakMsSUFBSSxDQUFDLGlCQUFpQixDQUFDLE9BQU8sQ0FBQyxTQUFTLENBQUMsR0FBRyxFQUFFO1lBQzVDLElBQUksQ0FBQyx5QkFBeUIsRUFBRSxDQUFDO1FBQ25DLENBQUMsQ0FBQyxDQUFDO0lBQ0wsQ0FBQztJQUVELG1CQUFtQjtRQUNqQixVQUFVLENBQUMsR0FBRyxFQUFFO1lBQ2QsSUFBSSxDQUFDLFFBQVEsR0FBRyxJQUFJLENBQUMsV0FBVyxDQUFDLE9BQU8sRUFBRSxDQUFDO1lBQzNDLElBQUksQ0FBQyxLQUFLLENBQUMsYUFBYSxFQUFFLENBQUM7UUFDN0IsQ0FBQyxDQUFDLENBQUM7SUFDTCxDQUFDO0lBRUQseUJBQXlCO1FBQ3ZCLFVBQVUsQ0FBQyxHQUFHLEVBQUU7WUFDZCxJQUFJLENBQUMsY0FBYyxHQUFHLElBQUksQ0FBQyxpQkFBaUIsQ0FBQyxPQUFPLEVBQUUsQ0FBQztZQUN2RCxJQUFJLENBQUMsS0FBSyxDQUFDLGFBQWEsRUFBRSxDQUFDO1lBQzNCLElBQUksQ0FBQyxjQUFjLEdBQUcsSUFBSSxDQUFDO1FBQzdCLENBQUMsQ0FBQyxDQUFDO0lBQ0wsQ0FBQzt3R0EvQ1UsMkJBQTJCOzRGQUEzQiwyQkFBMkIsMktBaUJ4QixxQ0FBcUMsaUVBVmxDLCtCQUErQixvREFLL0IscUNBQXFDLHVFQVgzQyxXQUFXLGdEQ3hCeEIsdTRCQW9CQSwyQ0RDWSxZQUFZOzs0RkFFWCwyQkFBMkI7a0JBUHZDLFNBQVM7K0JBQ0Usd0JBQXdCLGNBRXRCLElBQUksV0FDUCxDQUFDLHNCQUFzQixDQUFDLFdBQ3hCLENBQUMsWUFBWSxDQUFDO3NGQUl2QixRQUFRO3NCQURQLFNBQVM7dUJBQUMsV0FBVztnQkFJdEIsY0FBYztzQkFEYixLQUFLO2dCQUlOLFdBQVc7c0JBRFYsZUFBZTt1QkFBQywrQkFBK0I7Z0JBTWhELGlCQUFpQjtzQkFEaEIsZUFBZTt1QkFBQyxxQ0FBcUM7Z0JBTXRELGFBQWE7c0JBRFosWUFBWTt1QkFBQyxxQ0FBcUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICBDaGFuZ2VEZXRlY3RvclJlZixcbiAgQ29tcG9uZW50LFxuICBDb250ZW50Q2hpbGQsXG4gIENvbnRlbnRDaGlsZHJlbixcbiAgQ1VTVE9NX0VMRU1FTlRTX1NDSEVNQSxcbiAgSW5wdXQsXG4gIFF1ZXJ5TGlzdCxcbiAgVGVtcGxhdGVSZWYsXG4gIFZpZXdDaGlsZFxufSBmcm9tIFwiQGFuZ3VsYXIvY29yZVwiO1xuaW1wb3J0IHsgSURIZWFkZXIxMTc3UHJvTmF2SXRlbUNvbXBvbmVudCB9IGZyb20gXCIuLi9uYXYtaXRlbS9oZWFkZXItMTE3Ny1wcm8tbmF2LWl0ZW0uY29tcG9uZW50XCI7XG5pbXBvcnQgeyBJREhlYWRlcjExNzdQcm9OYXZJdGVtTW9iaWxlQ29tcG9uZW50IH0gZnJvbSBcIi4uL25hdi1pdGVtLW1vYmlsZS9oZWFkZXItMTE3Ny1wcm8tbmF2LWl0ZW0tbW9iaWxlLmNvbXBvbmVudFwiO1xuaW1wb3J0IHsgSURIZWFkZXIxMTc3UHJvTmF2TWVudU1vYmlsZUNvbXBvbmVudCB9IGZyb20gXCIuLi9uYXYtbWVudS1tb2JpbGUvaGVhZGVyLTExNzctcHJvLW5hdi1tZW51LW1vYmlsZS5jb21wb25lbnRcIjtcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gXCJAYW5ndWxhci9jb21tb25cIjtcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiBcImlkLWhlYWRlci0xMTc3LXByby1uYXZcIixcbiAgdGVtcGxhdGVVcmw6IFwiLi9oZWFkZXItMTE3Ny1wcm8tbmF2LmNvbXBvbmVudC5odG1sXCIsXG4gIHN0YW5kYWxvbmU6IHRydWUsXG4gIHNjaGVtYXM6IFtDVVNUT01fRUxFTUVOVFNfU0NIRU1BXSxcbiAgaW1wb3J0czogW0NvbW1vbk1vZHVsZV1cbn0pXG5leHBvcnQgY2xhc3MgSURIZWFkZXIxMTc3UHJvTmF2Q29tcG9uZW50IHtcbiAgQFZpZXdDaGlsZChUZW1wbGF0ZVJlZilcbiAgdGVtcGxhdGU6IFRlbXBsYXRlUmVmPGFueT47XG5cbiAgQElucHV0KClcbiAgcGlja3JlZ2lvbnRleHQ6IHN0cmluZyB8IG51bGwgPSBudWxsO1xuXG4gIEBDb250ZW50Q2hpbGRyZW4oSURIZWFkZXIxMTc3UHJvTmF2SXRlbUNvbXBvbmVudClcbiAgbmF2SXRlbUxpc3Q6IFF1ZXJ5TGlzdDxJREhlYWRlcjExNzdQcm9OYXZJdGVtQ29tcG9uZW50PjtcblxuICBwdWJsaWMgbmF2SXRlbXM6IElESGVhZGVyMTE3N1Byb05hdkl0ZW1Db21wb25lbnRbXTtcblxuICBAQ29udGVudENoaWxkcmVuKElESGVhZGVyMTE3N1Byb05hdkl0ZW1Nb2JpbGVDb21wb25lbnQpXG4gIG5hdkl0ZW1Nb2JpbGVMaXN0OiBRdWVyeUxpc3Q8SURIZWFkZXIxMTc3UHJvTmF2SXRlbU1vYmlsZUNvbXBvbmVudD47XG5cbiAgcHVibGljIG5hdkl0ZW1zTW9iaWxlOiBJREhlYWRlcjExNzdQcm9OYXZJdGVtTW9iaWxlQ29tcG9uZW50W107XG5cbiAgQENvbnRlbnRDaGlsZChJREhlYWRlcjExNzdQcm9OYXZNZW51TW9iaWxlQ29tcG9uZW50KVxuICBuYXZNZW51TW9iaWxlOiBJREhlYWRlcjExNzdQcm9OYXZNZW51TW9iaWxlQ29tcG9uZW50O1xuXG4gIGNvbnN0cnVjdG9yKHByaXZhdGUgY2RSZWY6IENoYW5nZURldGVjdG9yUmVmKSB7fVxuICBzaG93TWVudU1vYmlsZSA9IGZhbHNlO1xuXG4gIHB1YmxpYyBuZ0FmdGVyQ29udGVudEluaXQoKTogdm9pZCB7XG4gICAgdGhpcy51cGRhdGVOYXZJdGVtc0FycmF5KCk7XG4gICAgdGhpcy5uYXZJdGVtTGlzdC5jaGFuZ2VzLnN1YnNjcmliZSgoKSA9PiB7XG4gICAgICB0aGlzLnVwZGF0ZU5hdkl0ZW1zQXJyYXkoKTtcbiAgICB9KTtcbiAgICB0aGlzLnVwZGF0ZU5hdkl0ZW1zTW9iaWxlQXJyYXkoKTtcbiAgICB0aGlzLm5hdkl0ZW1Nb2JpbGVMaXN0LmNoYW5nZXMuc3Vic2NyaWJlKCgpID0+IHtcbiAgICAgIHRoaXMudXBkYXRlTmF2SXRlbXNNb2JpbGVBcnJheSgpO1xuICAgIH0pO1xuICB9XG5cbiAgdXBkYXRlTmF2SXRlbXNBcnJheSgpIHtcbiAgICBzZXRUaW1lb3V0KCgpID0+IHtcbiAgICAgIHRoaXMubmF2SXRlbXMgPSB0aGlzLm5hdkl0ZW1MaXN0LnRvQXJyYXkoKTtcbiAgICAgIHRoaXMuY2RSZWYuZGV0ZWN0Q2hhbmdlcygpO1xuICAgIH0pO1xuICB9XG5cbiAgdXBkYXRlTmF2SXRlbXNNb2JpbGVBcnJheSgpIHtcbiAgICBzZXRUaW1lb3V0KCgpID0+IHtcbiAgICAgIHRoaXMubmF2SXRlbXNNb2JpbGUgPSB0aGlzLm5hdkl0ZW1Nb2JpbGVMaXN0LnRvQXJyYXkoKTtcbiAgICAgIHRoaXMuY2RSZWYuZGV0ZWN0Q2hhbmdlcygpO1xuICAgICAgdGhpcy5zaG93TWVudU1vYmlsZSA9IHRydWU7XG4gICAgfSk7XG4gIH1cbn1cbiIsIjxuZy10ZW1wbGF0ZT5cbiAgPGlkcy1oZWFkZXItMTE3Ny1wcm8tbmF2LWl0ZW1cbiAgICAqbmdGb3I9XCJsZXQgbmF2SXRlbSBvZiBuYXZJdGVtc1wiXG4gICAgW2xhYmVsXT1cIm5hdkl0ZW0ubGFiZWxcIlxuICAgIFtub3RpZmljYXRpb25zXT1cIm5hdkl0ZW0ubm90aWZpY2F0aW9uc1wiXG4gICAgW2FjdGl2ZV09XCJuYXZJdGVtLmFjdGl2ZVwiXG4gICAgW2V4cGFuZGVkXT1cIm5hdkl0ZW0uZXhwYW5kZWRcIj5cbiAgICA8bmctY29udGFpbmVyICpuZ1RlbXBsYXRlT3V0bGV0PVwibmF2SXRlbS50ZW1wbGF0ZVwiPjwvbmctY29udGFpbmVyPlxuICA8L2lkcy1oZWFkZXItMTE3Ny1wcm8tbmF2LWl0ZW0+XG4gIDxpZHMtaGVhZGVyLTExNzctcHJvLW5hdi1pdGVtLW1vYmlsZSAqbmdGb3I9XCJsZXQgbmF2SXRlbU1vYmlsZSBvZiBuYXZJdGVtc01vYmlsZVwiPlxuICAgIDxuZy1jb250YWluZXIgKm5nVGVtcGxhdGVPdXRsZXQ9XCJuYXZJdGVtTW9iaWxlLnRlbXBsYXRlXCI+PC9uZy1jb250YWluZXI+XG4gIDwvaWRzLWhlYWRlci0xMTc3LXByby1uYXYtaXRlbS1tb2JpbGU+XG4gIDxuZy1jb250ZW50PjwvbmctY29udGVudD5cbiAgPGlkcy1oZWFkZXItMTE3Ny1wcm8tbmF2LW1lbnUtbW9iaWxlXG4gICAgKm5nSWY9XCJzaG93TWVudU1vYmlsZSAmJiBuYXZNZW51TW9iaWxlXCJcbiAgICBbZXhwYW5kZWRdPVwibmF2TWVudU1vYmlsZS5leHBhbmRlZFwiXG4gICAgW3BlcnNpc3RlbnRdPVwibmF2TWVudU1vYmlsZS5wZXJzaXN0ZW50XCI+XG4gICAgPG5nLWNvbnRhaW5lciAqbmdUZW1wbGF0ZU91dGxldD1cIm5hdk1lbnVNb2JpbGUudGVtcGxhdGVcIj48L25nLWNvbnRhaW5lcj5cbiAgPC9pZHMtaGVhZGVyLTExNzctcHJvLW5hdi1tZW51LW1vYmlsZT5cbjwvbmctdGVtcGxhdGU+XG4iXX0=
|
|
@@ -4,21 +4,24 @@ export class IDHeader1177ProNavItemComponent {
|
|
|
4
4
|
label = "";
|
|
5
5
|
notifications = "";
|
|
6
6
|
active = false;
|
|
7
|
+
expanded = false;
|
|
7
8
|
template;
|
|
8
9
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDHeader1177ProNavItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
9
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDHeader1177ProNavItemComponent, isStandalone: true, selector: "id-header-1177-pro-nav-item", inputs: { label: "label", notifications: "notifications", active: "active" }, viewQueries: [{ propertyName: "template", first: true, predicate: TemplateRef, descendants: true }], ngImport: i0, template: "<ng-template>\
|
|
10
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDHeader1177ProNavItemComponent, isStandalone: true, selector: "id-header-1177-pro-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>" });
|
|
10
11
|
}
|
|
11
12
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDHeader1177ProNavItemComponent, decorators: [{
|
|
12
13
|
type: Component,
|
|
13
|
-
args: [{ selector: "id-header-1177-pro-nav-item", schemas: [CUSTOM_ELEMENTS_SCHEMA], standalone: true, template: "<ng-template>\
|
|
14
|
+
args: [{ selector: "id-header-1177-pro-nav-item", schemas: [CUSTOM_ELEMENTS_SCHEMA], standalone: true, template: "<ng-template>\n <ng-content></ng-content>\n</ng-template>" }]
|
|
14
15
|
}], propDecorators: { label: [{
|
|
15
16
|
type: Input
|
|
16
17
|
}], notifications: [{
|
|
17
18
|
type: Input
|
|
18
19
|
}], active: [{
|
|
19
20
|
type: Input
|
|
21
|
+
}], expanded: [{
|
|
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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGVhZGVyLTExNzctcHJvLW5hdi1pdGVtLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2NvbXBvbmVudHMvaGVhZGVyLTExNzctcHJvL25hdi1pdGVtL2hlYWRlci0xMTc3LXByby1uYXYtaXRlbS5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9jb21wb25lbnRzL2hlYWRlci0xMTc3LXByby9uYXYtaXRlbS9oZWFkZXItMTE3Ny1wcm8tbmF2LWl0ZW0uY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxzQkFBc0IsRUFBRSxLQUFLLEVBQUUsV0FBVyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFRakcsTUFBTSxPQUFPLCtCQUErQjtJQUUxQyxLQUFLLEdBQVcsRUFBRSxDQUFDO0lBR25CLGFBQWEsR0FBVyxFQUFFLENBQUM7SUFHM0IsTUFBTSxHQUFZLEtBQUssQ0FBQztJQUd4QixRQUFRLEdBQVksS0FBSyxDQUFDO0lBRUYsUUFBUSxDQUFtQjt3R0FieEMsK0JBQStCOzRGQUEvQiwrQkFBK0IscU9BYS9CLFdBQVcsZ0RDckJ4Qiw0REFFYzs7NEZETUQsK0JBQStCO2tCQU4zQyxTQUFTOytCQUNFLDZCQUE2QixXQUU5QixDQUFDLHNCQUFzQixDQUFDLGNBQ3JCLElBQUk7OEJBSWhCLEtBQUs7c0JBREosS0FBSztnQkFJTixhQUFhO3NCQURaLEtBQUs7Z0JBSU4sTUFBTTtzQkFETCxLQUFLO2dCQUlOLFFBQVE7c0JBRFAsS0FBSztnQkFHa0IsUUFBUTtzQkFBL0IsU0FBUzt1QkFBQyxXQUFXIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBDVVNUT01fRUxFTUVOVFNfU0NIRU1BLCBJbnB1dCwgVGVtcGxhdGVSZWYsIFZpZXdDaGlsZCB9IGZyb20gXCJAYW5ndWxhci9jb3JlXCI7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogXCJpZC1oZWFkZXItMTE3Ny1wcm8tbmF2LWl0ZW1cIixcbiAgdGVtcGxhdGVVcmw6IFwiLi9oZWFkZXItMTE3Ny1wcm8tbmF2LWl0ZW0uY29tcG9uZW50Lmh0bWxcIixcbiAgc2NoZW1hczogW0NVU1RPTV9FTEVNRU5UU19TQ0hFTUFdLFxuICBzdGFuZGFsb25lOiB0cnVlXG59KVxuZXhwb3J0IGNsYXNzIElESGVhZGVyMTE3N1Byb05hdkl0ZW1Db21wb25lbnQge1xuICBASW5wdXQoKVxuICBsYWJlbDogc3RyaW5nID0gXCJcIjtcblxuICBASW5wdXQoKVxuICBub3RpZmljYXRpb25zOiBzdHJpbmcgPSBcIlwiO1xuXG4gIEBJbnB1dCgpXG4gIGFjdGl2ZTogYm9vbGVhbiA9IGZhbHNlO1xuXG4gIEBJbnB1dCgpXG4gIGV4cGFuZGVkOiBib29sZWFuID0gZmFsc2U7XG5cbiAgQFZpZXdDaGlsZChUZW1wbGF0ZVJlZikgdGVtcGxhdGU6IFRlbXBsYXRlUmVmPGFueT47XG59XG4iLCI8bmctdGVtcGxhdGU+XG4gIDxuZy1jb250ZW50PjwvbmctY29udGVudD5cbjwvbmctdGVtcGxhdGU+Il19
|