@inera/ids-angular 7.0.1 → 7.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/accordion/accordion.component.d.ts +2 -1
- package/components/dropdown/dropdown.component.d.ts +2 -0
- package/components/header-1177/menu-mobile/header-1177-menu-mobile.component.d.ts +1 -1
- package/components/header-inera-admin/header-inera-admin.component.d.ts +2 -1
- package/components/puff-list/puff-item/puff-header/puff-list-item-header.component.d.ts +2 -1
- package/components/tabs/tabs.component.d.ts +6 -5
- package/esm2022/common/classes/form/IDFormBase.mjs +3 -3
- package/esm2022/common/classes/icon/IDIconBase.mjs +3 -3
- package/esm2022/components/accordion/accordion.component.mjs +8 -5
- package/esm2022/components/accordion/accordion.module.mjs +4 -4
- package/esm2022/components/agent/agent.component.mjs +3 -3
- package/esm2022/components/agent/agent.module.mjs +4 -4
- package/esm2022/components/alert/alert.component.mjs +3 -3
- package/esm2022/components/alert/alert.module.mjs +4 -4
- package/esm2022/components/alert-global/alert-global.component.mjs +3 -3
- package/esm2022/components/alert-global/alert-global.module.mjs +4 -4
- package/esm2022/components/badge/badge.component.mjs +3 -3
- package/esm2022/components/badge/badge.module.mjs +4 -4
- package/esm2022/components/box-link/box-link.component.mjs +3 -3
- package/esm2022/components/box-link/box-link.module.mjs +4 -4
- package/esm2022/components/breadcrumbs/breadcrumbs.component.mjs +3 -3
- package/esm2022/components/breadcrumbs/breadcrumbs.module.mjs +4 -4
- package/esm2022/components/breadcrumbs/crumb.component.mjs +3 -3
- package/esm2022/components/button/button.component.mjs +3 -3
- package/esm2022/components/button/button.module.mjs +4 -4
- package/esm2022/components/button-group/button-group.component.mjs +3 -3
- package/esm2022/components/button-group/button-group.module.mjs +4 -4
- package/esm2022/components/card/card.component.mjs +3 -3
- package/esm2022/components/card/card.module.mjs +4 -4
- 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 +4 -4
- package/esm2022/components/date-label/date-label.component.mjs +3 -3
- package/esm2022/components/date-label/date-label.module.mjs +4 -4
- package/esm2022/components/dialog/dialog.component.mjs +3 -3
- package/esm2022/components/dialog/dialog.module.mjs +4 -4
- package/esm2022/components/dropdown/dropdown-content.component.mjs +3 -3
- package/esm2022/components/dropdown/dropdown.component.mjs +11 -5
- package/esm2022/components/footer-1177/footer-1177.component.mjs +3 -3
- package/esm2022/components/footer-1177-admin/footer-1177-admin.component.mjs +3 -3
- package/esm2022/components/footer-1177-pro/footer-1177-pro.component.mjs +3 -3
- package/esm2022/components/footer-inera/footer-inera.component.mjs +3 -3
- package/esm2022/components/footer-inera-admin/footer-inera-admin.component.mjs +3 -3
- package/esm2022/components/form/check-button/check-button.component.mjs +3 -3
- package/esm2022/components/form/check-button/check-button.module.mjs +4 -4
- package/esm2022/components/form/checkbox/checkbox.component.mjs +3 -3
- package/esm2022/components/form/checkbox/checkbox.module.mjs +4 -4
- package/esm2022/components/form/checkbox-group/checkbox-group.component.mjs +3 -3
- package/esm2022/components/form/checkbox-group/checkbox-group.module.mjs +4 -4
- package/esm2022/components/form/error-message/error-message.component.mjs +3 -3
- package/esm2022/components/form/error-message/error-message.module.mjs +4 -4
- package/esm2022/components/form/input/input.component.mjs +3 -3
- package/esm2022/components/form/input/input.module.mjs +4 -4
- package/esm2022/components/form/radio/radio-group.component.mjs +3 -3
- package/esm2022/components/form/radio/radio.component.mjs +3 -3
- package/esm2022/components/form/radio/radio.module.mjs +4 -4
- package/esm2022/components/form/radio-button/radio-button-group.component.mjs +3 -3
- package/esm2022/components/form/radio-button/radio-button.component.mjs +3 -3
- package/esm2022/components/form/radio-button/radio-button.module.mjs +4 -4
- package/esm2022/components/form/range/range.component.mjs +3 -3
- package/esm2022/components/form/range/range.module.mjs +4 -4
- package/esm2022/components/form/select/select.component.mjs +3 -3
- package/esm2022/components/form/select/select.module.mjs +4 -4
- package/esm2022/components/form/select-multiple/select-multiple.component.mjs +3 -3
- package/esm2022/components/form/select-multiple/select-multiple.module.mjs +4 -4
- package/esm2022/components/form/spinner/spinner.component.mjs +3 -3
- package/esm2022/components/form/spinner/spinner.module.mjs +4 -4
- package/esm2022/components/form/textarea/textarea.component.mjs +3 -3
- package/esm2022/components/form/textarea/textarea.module.mjs +4 -4
- package/esm2022/components/form/time/time.component.mjs +3 -3
- package/esm2022/components/form/time/time.module.mjs +4 -4
- package/esm2022/components/form/toggle/toggle.component.mjs +3 -3
- package/esm2022/components/form/toggle/toggle.module.mjs +4 -4
- package/esm2022/components/grid/column/column.component.mjs +3 -3
- package/esm2022/components/grid/column/column.module.mjs +4 -4
- package/esm2022/components/grid/container/container.component.mjs +3 -3
- package/esm2022/components/grid/container/container.module.mjs +4 -4
- package/esm2022/components/grid/row/row.component.mjs +3 -3
- package/esm2022/components/grid/row/row.module.mjs +4 -4
- package/esm2022/components/header-1177/avatar/header-1177-avatar.component.mjs +3 -3
- package/esm2022/components/header-1177/header-1177.component.mjs +5 -5
- 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 +6 -6
- package/esm2022/components/header-1177/nav/header-1177-nav.component.mjs +3 -3
- package/esm2022/components/header-1177/nav-item/header-1177-nav-item.component.mjs +3 -3
- package/esm2022/components/header-1177/nav-item-mobile/header-1177-nav-item-mobile.component.mjs +3 -3
- package/esm2022/components/header-1177-admin/avatar/header-1177-admin-avatar.component.mjs +3 -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 +3 -3
- 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 +3 -3
- package/esm2022/components/header-1177-pro/avatar/header-1177-pro-avatar.component.mjs +3 -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 +3 -3
- 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 +3 -3
- package/esm2022/components/header-1177-pro/nav-item/header-1177-pro-nav-item.component.mjs +3 -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 +3 -3
- package/esm2022/components/header-inera/header-inera.component.mjs +3 -3
- package/esm2022/components/header-inera/item/header-inera-item.component.mjs +3 -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-admin/avatar/header-inera-admin-avatar.component.mjs +3 -3
- package/esm2022/components/header-inera-admin/header-inera-admin.component.mjs +8 -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 +3 -3
- package/esm2022/components/header-patient/header-patient.component.mjs +3 -3
- package/esm2022/components/header-patient/header-patient.module.mjs +4 -4
- package/esm2022/components/link/link.component.mjs +3 -3
- package/esm2022/components/link/link.module.mjs +4 -4
- package/esm2022/components/mobile/menu/item/mobile-menu-item.component.mjs +3 -3
- package/esm2022/components/mobile/menu/item/mobile-menu-item.module.mjs +4 -4
- package/esm2022/components/mobile/menu/mobile-menu.component.mjs +8 -9
- package/esm2022/components/mobile/menu/mobile-menu.module.mjs +4 -4
- package/esm2022/components/navigation/content/navigation-content.component.mjs +3 -3
- package/esm2022/components/navigation/content/navigation-content.module.mjs +4 -4
- package/esm2022/components/navigation/local/navigation-local.component.mjs +3 -3
- package/esm2022/components/navigation/local/navigation-local.module.mjs +4 -4
- package/esm2022/components/notification/badge/notification-badge.component.mjs +3 -3
- package/esm2022/components/notification/badge/notification-badge.module.mjs +4 -4
- package/esm2022/components/pagination/data-pagination/data-pagination.component.mjs +3 -3
- package/esm2022/components/pagination/data-pagination/data-pagination.module.mjs +4 -4
- package/esm2022/components/pagination/list-pagination/list-pagination.component.mjs +3 -3
- package/esm2022/components/pagination/list-pagination/list-pagination.module.mjs +4 -4
- package/esm2022/components/popover/popover.component.mjs +3 -3
- package/esm2022/components/popover/popover.module.mjs +4 -4
- package/esm2022/components/progressbar/progressbar.component.mjs +3 -3
- package/esm2022/components/progressbar/progressbar.module.mjs +4 -4
- package/esm2022/components/puff-list/puff-item/puff-header/puff-list-item-header.component.mjs +10 -7
- 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 +3 -3
- package/esm2022/components/puff-list/puff-list.component.mjs +3 -3
- package/esm2022/components/puff-list/puff-list.module.mjs +4 -4
- package/esm2022/components/region-icon/region-icon.component.mjs +3 -3
- package/esm2022/components/region-icon/region-icon.module.mjs +4 -4
- package/esm2022/components/side-menu/side-menu.component.mjs +3 -3
- package/esm2022/components/side-menu/side-menu.module.mjs +4 -4
- package/esm2022/components/side-panel/side-panel.component.mjs +3 -3
- package/esm2022/components/side-panel/side-panel.module.mjs +4 -4
- package/esm2022/components/stepper/step/step.component.mjs +3 -3
- package/esm2022/components/stepper/stepper.component.mjs +3 -3
- package/esm2022/components/stepper/stepper.module.mjs +4 -4
- package/esm2022/components/tabs/panel/tab-panel.component.mjs +3 -3
- package/esm2022/components/tabs/tab/tab.component.mjs +3 -3
- package/esm2022/components/tabs/tabs.component.mjs +13 -10
- package/esm2022/components/tabs/tabs.module.mjs +4 -4
- package/esm2022/components/tag/tag.component.mjs +3 -3
- package/esm2022/components/tag/tag.module.mjs +4 -4
- package/esm2022/components/tooltip/tooltip.component.mjs +3 -3
- package/esm2022/components/tooltip/tooltip.module.mjs +4 -4
- package/esm2022/icons/1177/icon-1177.component.mjs +3 -3
- package/esm2022/icons/1177/icon-1177.module.mjs +4 -4
- package/esm2022/icons/activity/icon-activity.component.mjs +3 -3
- package/esm2022/icons/activity/icon-activity.module.mjs +4 -4
- package/esm2022/icons/agent/icon-agent.component.mjs +3 -3
- package/esm2022/icons/agent/icon-agent.module.mjs +4 -4
- package/esm2022/icons/alarm-clock-inactivity/icon-alarm-clock-inactivity.component.mjs +3 -3
- package/esm2022/icons/alarm-clock-inactivity/icon-alarm-clock-inactivity.module.mjs +4 -4
- package/esm2022/icons/alarm-clock-neutral/icon-alarm-clock-neutral.component.mjs +3 -3
- package/esm2022/icons/alarm-clock-neutral/icon-alarm-clock-neutral.module.mjs +4 -4
- package/esm2022/icons/archive/icon-archive.component.mjs +3 -3
- package/esm2022/icons/archive/icon-archive.module.mjs +4 -4
- package/esm2022/icons/arrow/icon-arrow.component.mjs +3 -3
- package/esm2022/icons/arrow/icon-arrow.module.mjs +4 -4
- package/esm2022/icons/attention/icon-attention.component.mjs +3 -3
- package/esm2022/icons/attention/icon-attention.module.mjs +4 -4
- package/esm2022/icons/blekinge/icon-blekinge.component.mjs +3 -3
- package/esm2022/icons/blekinge/icon-blekinge.module.mjs +4 -4
- package/esm2022/icons/bookmark/icon-bookmark.component.mjs +3 -3
- package/esm2022/icons/bookmark/icon-bookmark.module.mjs +4 -4
- package/esm2022/icons/calendar/icon-calendar.component.mjs +3 -3
- package/esm2022/icons/calendar/icon-calendar.module.mjs +4 -4
- package/esm2022/icons/call/icon-call.component.mjs +3 -3
- package/esm2022/icons/call/icon-call.module.mjs +4 -4
- package/esm2022/icons/call-active/icon-call-active.component.mjs +3 -3
- package/esm2022/icons/call-active/icon-call-active.module.mjs +4 -4
- package/esm2022/icons/camera-off/icon-camera-off.component.mjs +3 -3
- package/esm2022/icons/camera-off/icon-camera-off.module.mjs +4 -4
- package/esm2022/icons/camera-on/icon-camera-on.component.mjs +3 -3
- package/esm2022/icons/camera-on/icon-camera-on.module.mjs +4 -4
- package/esm2022/icons/camera-switch/icon-camera-switch.component.mjs +3 -3
- package/esm2022/icons/camera-switch/icon-camera-switch.module.mjs +4 -4
- package/esm2022/icons/chart-bar/icon-chart-bar.component.mjs +3 -3
- package/esm2022/icons/chart-bar/icon-chart-bar.module.mjs +4 -4
- package/esm2022/icons/chart-line/icon-chart-line.component.mjs +3 -3
- package/esm2022/icons/chart-line/icon-chart-line.module.mjs +4 -4
- package/esm2022/icons/chat/icon-chat.component.mjs +3 -3
- package/esm2022/icons/chat/icon-chat.module.mjs +4 -4
- package/esm2022/icons/check/icon-check.component.mjs +3 -3
- package/esm2022/icons/check/icon-check.module.mjs +4 -4
- package/esm2022/icons/chevron/icon-chevron.component.mjs +3 -3
- package/esm2022/icons/chevron/icon-chevron.module.mjs +4 -4
- package/esm2022/icons/chevron-bold/icon-chevron-bold.component.mjs +3 -3
- package/esm2022/icons/chevron-bold/icon-chevron-bold.module.mjs +4 -4
- package/esm2022/icons/clipboard/icon-clipboard.component.mjs +3 -3
- package/esm2022/icons/clipboard/icon-clipboard.module.mjs +4 -4
- package/esm2022/icons/clipboard-cross/icon-clipboard-cross.component.mjs +3 -3
- package/esm2022/icons/clipboard-cross/icon-clipboard-cross.module.mjs +4 -4
- package/esm2022/icons/clipboard-text/icon-clipboard-text.component.mjs +3 -3
- package/esm2022/icons/clipboard-text/icon-clipboard-text.module.mjs +4 -4
- package/esm2022/icons/clock/icon-clock.component.mjs +3 -3
- package/esm2022/icons/clock/icon-clock.module.mjs +4 -4
- package/esm2022/icons/close/icon-close.component.mjs +3 -3
- package/esm2022/icons/close/icon-close.module.mjs +4 -4
- package/esm2022/icons/close-bold/icon-close-bold.component.mjs +3 -3
- package/esm2022/icons/close-bold/icon-close-bold.module.mjs +4 -4
- package/esm2022/icons/cog/icon-cog.component.mjs +3 -3
- package/esm2022/icons/cog/icon-cog.module.mjs +4 -4
- package/esm2022/icons/computer/icon-computer.component.mjs +3 -3
- package/esm2022/icons/computer/icon-computer.module.mjs +4 -4
- package/esm2022/icons/computer-inera/icon-computer-inera.component.mjs +3 -3
- package/esm2022/icons/computer-inera/icon-computer-inera.module.mjs +4 -4
- package/esm2022/icons/copy-file/icon-copy-file.component.mjs +3 -3
- package/esm2022/icons/copy-file/icon-copy-file.module.mjs +4 -4
- package/esm2022/icons/copy-link/icon-copy-link.component.mjs +3 -3
- package/esm2022/icons/copy-link/icon-copy-link.module.mjs +4 -4
- package/esm2022/icons/denied/icon-denied.component.mjs +3 -3
- package/esm2022/icons/denied/icon-denied.module.mjs +4 -4
- package/esm2022/icons/doctors-bag/icon-doctors-bag.component.mjs +3 -3
- package/esm2022/icons/doctors-bag/icon-doctors-bag.module.mjs +4 -4
- package/esm2022/icons/document/icon-document.component.mjs +3 -3
- package/esm2022/icons/document/icon-document.module.mjs +4 -4
- package/esm2022/icons/download/icon-download.component.mjs +3 -3
- package/esm2022/icons/download/icon-download.module.mjs +4 -4
- package/esm2022/icons/drag-n-drop/icon-drag-n-drop.component.mjs +3 -3
- package/esm2022/icons/drag-n-drop/icon-drag-n-drop.module.mjs +4 -4
- package/esm2022/icons/ear-hearing/icon-ear-hearing.component.mjs +3 -3
- package/esm2022/icons/ear-hearing/icon-ear-hearing.module.mjs +4 -4
- package/esm2022/icons/edit/icon-edit.component.mjs +3 -3
- package/esm2022/icons/edit/icon-edit.module.mjs +4 -4
- package/esm2022/icons/email/icon-email.component.mjs +3 -3
- package/esm2022/icons/email/icon-email.module.mjs +4 -4
- package/esm2022/icons/email-sent/icon-email-sent.component.mjs +3 -3
- package/esm2022/icons/email-sent/icon-email-sent.module.mjs +4 -4
- package/esm2022/icons/email-unread/icon-email-unread.component.mjs +3 -3
- package/esm2022/icons/email-unread/icon-email-unread.module.mjs +4 -4
- package/esm2022/icons/expand/icon-expand.component.mjs +3 -3
- package/esm2022/icons/expand/icon-expand.module.mjs +4 -4
- package/esm2022/icons/external/icon-external.component.mjs +3 -3
- package/esm2022/icons/external/icon-external.module.mjs +4 -4
- package/esm2022/icons/facebook/icon-facebook.component.mjs +3 -3
- package/esm2022/icons/facebook/icon-facebook.module.mjs +4 -4
- package/esm2022/icons/file-csv/icon-file-csv.component.mjs +3 -3
- package/esm2022/icons/file-csv/icon-file-csv.module.mjs +4 -4
- package/esm2022/icons/file-excel/icon-file-excel.component.mjs +3 -3
- package/esm2022/icons/file-excel/icon-file-excel.module.mjs +4 -4
- package/esm2022/icons/file-other/icon-file-other.component.mjs +3 -3
- package/esm2022/icons/file-other/icon-file-other.module.mjs +4 -4
- package/esm2022/icons/file-pdf/icon-file-pdf.component.mjs +3 -3
- package/esm2022/icons/file-pdf/icon-file-pdf.module.mjs +4 -4
- package/esm2022/icons/file-picture/icon-file-picture.component.mjs +3 -3
- package/esm2022/icons/file-picture/icon-file-picture.module.mjs +4 -4
- package/esm2022/icons/file-powerpoint/icon-file-powerpoint.component.mjs +3 -3
- package/esm2022/icons/file-powerpoint/icon-file-powerpoint.module.mjs +4 -4
- package/esm2022/icons/file-word/icon-file-word.component.mjs +3 -3
- package/esm2022/icons/file-word/icon-file-word.module.mjs +4 -4
- package/esm2022/icons/find-care/icon-find-care.component.mjs +3 -3
- package/esm2022/icons/find-care/icon-find-care.module.mjs +4 -4
- package/esm2022/icons/find-region/icon-find-region.component.mjs +3 -3
- package/esm2022/icons/find-region/icon-find-region.module.mjs +4 -4
- package/esm2022/icons/flag/icon-flag.component.mjs +3 -3
- package/esm2022/icons/flag/icon-flag.module.mjs +4 -4
- package/esm2022/icons/form-numbered/icon-form-numbered.component.mjs +3 -3
- package/esm2022/icons/form-numbered/icon-form-numbered.module.mjs +4 -4
- package/esm2022/icons/form-numbered-reocurring/icon-form-numbered-reoccuring.component.mjs +3 -3
- package/esm2022/icons/form-numbered-reocurring/icon-form-numbered-reoccuring.module.mjs +4 -4
- package/esm2022/icons/gotland/icon-gotland.component.mjs +3 -3
- package/esm2022/icons/gotland/icon-gotland.module.mjs +4 -4
- package/esm2022/icons/halland/icon-halland.component.mjs +3 -3
- package/esm2022/icons/halland/icon-halland.module.mjs +4 -4
- package/esm2022/icons/headphones/icon-headphones.component.mjs +3 -3
- package/esm2022/icons/headphones/icon-headphones.module.mjs +4 -4
- package/esm2022/icons/hourglass/icon-hourglass.component.mjs +3 -3
- package/esm2022/icons/hourglass/icon-hourglass.module.mjs +4 -4
- package/esm2022/icons/hourglass-end/icon-hourglass-end.component.mjs +3 -3
- package/esm2022/icons/hourglass-end/icon-hourglass-end.module.mjs +4 -4
- package/esm2022/icons/hourglass-start/icon-hourglass-start.component.mjs +3 -3
- package/esm2022/icons/hourglass-start/icon-hourglass-start.module.mjs +4 -4
- package/esm2022/icons/house/icon-house.component.mjs +3 -3
- package/esm2022/icons/house/icon-house.module.mjs +4 -4
- package/esm2022/icons/id-card/icon-id-card.component.mjs +3 -3
- package/esm2022/icons/id-card/icon-id-card.module.mjs +4 -4
- package/esm2022/icons/id-card-locked/icon-id-card-locked.component.mjs +3 -3
- package/esm2022/icons/id-card-locked/icon-id-card-locked.module.mjs +4 -4
- package/esm2022/icons/image/icon-image.component.mjs +3 -3
- package/esm2022/icons/image/icon-image.module.mjs +4 -4
- package/esm2022/icons/inera/icon-inera.component.mjs +3 -3
- package/esm2022/icons/inera/icon-inera.module.mjs +4 -4
- package/esm2022/icons/inera-legacy/icon-inera-legacy.component.mjs +3 -3
- package/esm2022/icons/inera-legacy/icon-inera-legacy.module.mjs +4 -4
- package/esm2022/icons/information/icon-information.component.mjs +3 -3
- package/esm2022/icons/information/icon-information.module.mjs +4 -4
- package/esm2022/icons/jamtland-harjedalen/icon-jamtland-harjedalen.component.mjs +3 -3
- package/esm2022/icons/jamtland-harjedalen/icon-jamtland-harjedalen.module.mjs +4 -4
- package/esm2022/icons/jonkoping/icon-jonkoping.component.mjs +3 -3
- package/esm2022/icons/jonkoping/icon-jonkoping.module.mjs +4 -4
- package/esm2022/icons/kalmar/icon-kalmar.component.mjs +3 -3
- package/esm2022/icons/kalmar/icon-kalmar.module.mjs +4 -4
- package/esm2022/icons/kronoberg/icon-kronoberg.component.mjs +3 -3
- package/esm2022/icons/kronoberg/icon-kronoberg.module.mjs +4 -4
- package/esm2022/icons/lightbulb/icon-lightbulb.component.mjs +3 -3
- package/esm2022/icons/lightbulb/icon-lightbulb.module.mjs +4 -4
- package/esm2022/icons/linkedin/icon-linkedin.component.mjs +3 -3
- package/esm2022/icons/linkedin/icon-linkedin.module.mjs +4 -4
- package/esm2022/icons/list/icon-list.component.mjs +3 -3
- package/esm2022/icons/list/icon-list.module.mjs +4 -4
- package/esm2022/icons/lock/icon-lock.component.mjs +3 -3
- package/esm2022/icons/lock/icon-lock.module.mjs +4 -4
- package/esm2022/icons/lock-open/icon-lock-open.component.mjs +3 -3
- package/esm2022/icons/lock-open/icon-lock-open.module.mjs +4 -4
- package/esm2022/icons/log/icon-log.component.mjs +3 -3
- package/esm2022/icons/log/icon-log.module.mjs +4 -4
- package/esm2022/icons/log-locked/icon-log-locked.component.mjs +3 -3
- package/esm2022/icons/log-locked/icon-log-locked.module.mjs +4 -4
- package/esm2022/icons/menu/icon-menu.component.mjs +3 -3
- package/esm2022/icons/menu/icon-menu.module.mjs +4 -4
- package/esm2022/icons/minus/icon-minus.component.mjs +3 -3
- package/esm2022/icons/minus/icon-minus.module.mjs +4 -4
- package/esm2022/icons/moment-start/icon-moment-start.component.mjs +3 -3
- package/esm2022/icons/moment-start/icon-moment-start.module.mjs +4 -4
- package/esm2022/icons/moment-stop/icon-moment-stop.component.mjs +3 -3
- package/esm2022/icons/moment-stop/icon-moment-stop.module.mjs +4 -4
- package/esm2022/icons/norrbotten/icon-norrbotten.component.mjs +3 -3
- package/esm2022/icons/norrbotten/icon-norrbotten.module.mjs +4 -4
- package/esm2022/icons/office-building/icon-office-building.component.mjs +3 -3
- package/esm2022/icons/office-building/icon-office-building.module.mjs +4 -4
- package/esm2022/icons/orebro/icon-orebro.component.mjs +3 -3
- package/esm2022/icons/orebro/icon-orebro.module.mjs +4 -4
- package/esm2022/icons/organization/icon-organization.component.mjs +3 -3
- package/esm2022/icons/organization/icon-organization.module.mjs +4 -4
- package/esm2022/icons/ostergotland/icon-ostergotland.component.mjs +3 -3
- package/esm2022/icons/ostergotland/icon-ostergotland.module.mjs +4 -4
- package/esm2022/icons/plus/icon-plus.component.mjs +3 -3
- package/esm2022/icons/plus/icon-plus.module.mjs +4 -4
- package/esm2022/icons/prescription/icon-prescription.component.mjs +3 -3
- package/esm2022/icons/prescription/icon-prescription.module.mjs +4 -4
- package/esm2022/icons/print/icon-print.component.mjs +3 -3
- package/esm2022/icons/print/icon-print.module.mjs +4 -4
- package/esm2022/icons/question/icon-question.component.mjs +3 -3
- package/esm2022/icons/question/icon-question.module.mjs +4 -4
- package/esm2022/icons/reload/icon-reload.component.mjs +3 -3
- package/esm2022/icons/reload/icon-reload.module.mjs +4 -4
- package/esm2022/icons/reply/icon-reply.component.mjs +3 -3
- package/esm2022/icons/reply/icon-reply.module.mjs +4 -4
- package/esm2022/icons/search/icon-search.component.mjs +3 -3
- package/esm2022/icons/search/icon-search.module.mjs +4 -4
- package/esm2022/icons/search-inera/icon-search-inera.component.mjs +3 -3
- package/esm2022/icons/search-inera/icon-search-inera.module.mjs +4 -4
- package/esm2022/icons/share/icon-share.component.mjs +3 -3
- package/esm2022/icons/share/icon-share.module.mjs +4 -4
- package/esm2022/icons/shield-locked/icon-shield-locked.component.mjs +3 -3
- package/esm2022/icons/shield-locked/icon-shield-locked.module.mjs +4 -4
- package/esm2022/icons/shield-locked-primary/icon-shield-locked-primary.component.mjs +3 -3
- package/esm2022/icons/shield-locked-primary/icon-shield-locked-primary.module.mjs +4 -4
- package/esm2022/icons/skane/icon-skane.component.mjs +3 -3
- package/esm2022/icons/skane/icon-skane.module.mjs +4 -4
- package/esm2022/icons/sormland/icon-sormland.component.mjs +3 -3
- package/esm2022/icons/sormland/icon-sormland.module.mjs +4 -4
- package/esm2022/icons/star/icon-star.component.mjs +3 -3
- package/esm2022/icons/star/icon-star.module.mjs +4 -4
- package/esm2022/icons/star-filled/icon-star-filled.component.mjs +3 -3
- package/esm2022/icons/star-filled/icon-star-filled.module.mjs +4 -4
- package/esm2022/icons/stockholm/icon-stockholm.component.mjs +3 -3
- package/esm2022/icons/stockholm/icon-stockholm.module.mjs +4 -4
- package/esm2022/icons/success/icon-success.component.mjs +3 -3
- package/esm2022/icons/success/icon-success.module.mjs +4 -4
- package/esm2022/icons/swap/icon-swap.component.mjs +3 -3
- package/esm2022/icons/swap/icon-swap.module.mjs +4 -4
- package/esm2022/icons/switch-person/icon-switch-person.component.mjs +3 -3
- package/esm2022/icons/switch-person/icon-switch-person.module.mjs +4 -4
- package/esm2022/icons/telephone/icon-telephone.component.mjs +3 -3
- package/esm2022/icons/telephone/icon-telephone.module.mjs +4 -4
- package/esm2022/icons/test-tube/icon-test-tube.component.mjs +3 -3
- package/esm2022/icons/test-tube/icon-test-tube.module.mjs +4 -4
- package/esm2022/icons/test-tube-analyze/icon-test-tube-analyze.component.mjs +3 -3
- package/esm2022/icons/test-tube-analyze/icon-test-tube-analyze.module.mjs +4 -4
- package/esm2022/icons/test-tube-empty/icon-test-tube-empty.component.mjs +3 -3
- package/esm2022/icons/test-tube-empty/icon-test-tube-empty.module.mjs +4 -4
- package/esm2022/icons/toggle-card/icon-toggle-card.component.mjs +3 -3
- package/esm2022/icons/toggle-card/icon-toggle-card.module.mjs +4 -4
- package/esm2022/icons/toggle-list/icon-toggle-list.component.mjs +3 -3
- package/esm2022/icons/toggle-list/icon-toggle-list.module.mjs +4 -4
- package/esm2022/icons/trash/icon-trash.component.mjs +3 -3
- package/esm2022/icons/trash/icon-trash.module.mjs +4 -4
- package/esm2022/icons/twitter/icon-twitter.component.mjs +3 -3
- package/esm2022/icons/twitter/icon-twitter.module.mjs +4 -4
- package/esm2022/icons/uppsala/icon-uppsala.component.mjs +3 -3
- package/esm2022/icons/uppsala/icon-uppsala.module.mjs +4 -4
- package/esm2022/icons/user/icon-user.component.mjs +3 -3
- package/esm2022/icons/user/icon-user.module.mjs +4 -4
- package/esm2022/icons/vasterbotten/icon-vasterbotten.component.mjs +3 -3
- package/esm2022/icons/vasterbotten/icon-vasterbotten.module.mjs +4 -4
- package/esm2022/icons/vasternorrland/icon-vasternorrland.component.mjs +3 -3
- package/esm2022/icons/vasternorrland/icon-vasternorrland.module.mjs +4 -4
- package/esm2022/icons/vastmanland/icon-vastmanland.component.mjs +3 -3
- package/esm2022/icons/vastmanland/icon-vastmanland.module.mjs +4 -4
- package/esm2022/icons/vastra-gotaland/icon-vastra-gotaland.component.mjs +3 -3
- package/esm2022/icons/vastra-gotaland/icon-vastra-gotaland.module.mjs +4 -4
- package/esm2022/icons/video-off/icon-video-off.component.mjs +3 -3
- package/esm2022/icons/video-off/icon-video-off.module.mjs +4 -4
- package/esm2022/icons/video-on/icon-video-on.component.mjs +3 -3
- package/esm2022/icons/video-on/icon-video-on.module.mjs +4 -4
- package/esm2022/icons/video-switch/icon-video-switch.component.mjs +3 -3
- package/esm2022/icons/video-switch/icon-video-switch.module.mjs +4 -4
- package/esm2022/icons/visibility/icon-visibility.component.mjs +3 -3
- package/esm2022/icons/visibility/icon-visibility.module.mjs +4 -4
- package/esm2022/icons/visibility-off/icon-visibility-off.component.mjs +3 -3
- package/esm2022/icons/visibility-off/icon-visibility-off.module.mjs +4 -4
- package/esm2022/icons/warning/icon-warning.component.mjs +3 -3
- package/esm2022/icons/warning/icon-warning.module.mjs +4 -4
- package/fesm2022/inera-ids-angular-common.mjs +6 -6
- package/fesm2022/inera-ids-angular-common.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-accordion.mjs +11 -8
- package/fesm2022/inera-ids-angular-components-accordion.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-agent.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-agent.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-alert-global.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-alert-global.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-alert.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-alert.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-badge.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-badge.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-box-link.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-box-link.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-breadcrumbs.mjs +10 -10
- package/fesm2022/inera-ids-angular-components-breadcrumbs.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-button-group.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-button.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-button.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-card.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-card.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-carousel.mjs +10 -10
- package/fesm2022/inera-ids-angular-components-carousel.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-date-label.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-date-label.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-dialog.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-dialog.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-dropdown.mjs +13 -7
- 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 +7 -7
- package/fesm2022/inera-ids-angular-components-form-check-button.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-checkbox-group.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-form-checkbox-group.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-checkbox.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-form-checkbox.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-error-message.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-form-error-message.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-input.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-form-input.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-radio-button.mjs +10 -10
- package/fesm2022/inera-ids-angular-components-form-radio.mjs +10 -10
- package/fesm2022/inera-ids-angular-components-form-range.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-form-select-multiple.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-form-select.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-form-spinner.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-form-textarea.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-form-textarea.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-time.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-form-toggle.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-grid-column.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-grid-column.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-grid-container.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-grid-container.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-grid-row.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-grid-row.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-grid.mjs +21 -21
- package/fesm2022/inera-ids-angular-components-grid.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-header-1177-admin.mjs +18 -18
- package/fesm2022/inera-ids-angular-components-header-1177-admin.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-header-1177-pro.mjs +24 -24
- package/fesm2022/inera-ids-angular-components-header-1177-pro.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-header-1177.mjs +23 -23
- package/fesm2022/inera-ids-angular-components-header-1177.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-header-inera-admin.mjs +25 -22
- package/fesm2022/inera-ids-angular-components-header-inera-admin.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-header-inera.mjs +15 -15
- package/fesm2022/inera-ids-angular-components-header-inera.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-header-patient.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-header-patient.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-link.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-link.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-mobile-menu-item.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-mobile-menu.mjs +13 -14
- package/fesm2022/inera-ids-angular-components-mobile-menu.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-navigation-content.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-navigation-content.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-navigation-local.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-navigation-local.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-notification-badge.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-notification-badge.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-pagination-data-pagination.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-pagination-data-pagination.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-pagination-list-pagination.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-pagination-list-pagination.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-popover.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-popover.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-progressbar.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-progressbar.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-puff-list.mjs +21 -18
- package/fesm2022/inera-ids-angular-components-puff-list.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-region-icon.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-region-icon.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-side-menu.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-side-menu.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-side-panel.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-side-panel.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-stepper.mjs +10 -10
- package/fesm2022/inera-ids-angular-components-stepper.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-tabs.mjs +19 -16
- package/fesm2022/inera-ids-angular-components-tabs.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-tag.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-tag.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-tooltip.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-tooltip.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-1177.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-activity.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-agent.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-alarm-clock-inactivity.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-alarm-clock-neutral.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-archive.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-arrow.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-attention.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-blekinge.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-bookmark.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-calendar.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-call-active.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-call.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-camera-off.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-camera-on.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-camera-switch.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-chart-bar.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-chart-line.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-chat.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-check.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-chevron-bold.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-chevron.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-clipboard-cross.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-clipboard-text.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-clipboard.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-clock.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-close-bold.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-close.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-cog.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-computer-inera.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-computer.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-copy-file.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-copy-link.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-denied.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-doctors-bag.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-document.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-download.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-drag-n-drop.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-ear-hearing.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-edit.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-email-sent.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-email-unread.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-email.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-expand.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-external.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-facebook.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-file-csv.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-file-excel.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-file-other.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-file-pdf.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-file-picture.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-file-powerpoint.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-file-word.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-find-care.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-find-region.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-flag.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-form-numbered-reocurring.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-form-numbered.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-gotland.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-halland.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-headphones.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-hourglass-end.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-hourglass-start.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-hourglass.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-house.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-id-card-locked.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-id-card.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-image.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-inera-legacy.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-inera.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-information.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-jamtland-harjedalen.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-jonkoping.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-kalmar.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-kronoberg.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-lightbulb.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-linkedin.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-list.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-lock-open.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-lock.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-log-locked.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-log.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-menu.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-minus.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-moment-start.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-moment-stop.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-norrbotten.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-office-building.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-orebro.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-organization.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-ostergotland.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-plus.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-prescription.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-print.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-question.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-reload.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-reply.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-search-inera.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-search.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-share.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-shield-locked-primary.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-shield-locked.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-skane.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-sormland.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-star-filled.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-star.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-stockholm.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-success.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-swap.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-switch-person.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-telephone.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-test-tube-analyze.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-test-tube-empty.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-test-tube.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-toggle-card.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-toggle-list.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-trash.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-twitter.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-uppsala.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-user.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-vasterbotten.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-vasternorrland.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-vastmanland.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-vastra-gotaland.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-video-off.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-video-on.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-video-switch.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-visibility-off.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-visibility.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-warning.mjs +7 -7
- package/package.json +106 -106
|
@@ -5,11 +5,11 @@ import { IDRadioButtonGroupComponent } from "./radio-button-group.component";
|
|
|
5
5
|
import { CommonModule } from "@angular/common";
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export class IDRadioButtonModule {
|
|
8
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
9
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.
|
|
10
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.
|
|
8
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDRadioButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
9
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: IDRadioButtonModule, declarations: [IDRadioButtonComponent, IDRadioButtonGroupComponent], imports: [CommonModule], exports: [IDRadioButtonComponent, IDRadioButtonGroupComponent] });
|
|
10
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDRadioButtonModule, imports: [CommonModule] });
|
|
11
11
|
}
|
|
12
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
12
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDRadioButtonModule, decorators: [{
|
|
13
13
|
type: NgModule,
|
|
14
14
|
args: [{
|
|
15
15
|
imports: [CommonModule],
|
|
@@ -4,10 +4,10 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
export class IDRangeComponent extends IDFormBase {
|
|
5
5
|
showticks = false;
|
|
6
6
|
interval = 0;
|
|
7
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
8
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
7
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDRangeComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
8
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDRangeComponent, selector: "id-range", inputs: { showticks: "showticks", interval: "interval" }, usesInheritance: true, ngImport: i0, template: "<ids-range \n [invalid]=\"invalid\"\n [interval]=\"interval\"\n [showticks]=\"showticks\"\n (onValid)=\"emitOnValid($event)\"\n (onInvalid)=\"emitOnInvalid($event)\">\n <ng-content></ng-content>\n</ids-range>", encapsulation: i0.ViewEncapsulation.None });
|
|
9
9
|
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
10
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDRangeComponent, decorators: [{
|
|
11
11
|
type: Component,
|
|
12
12
|
args: [{ selector: 'id-range', encapsulation: ViewEncapsulation.None, template: "<ids-range \n [invalid]=\"invalid\"\n [interval]=\"interval\"\n [showticks]=\"showticks\"\n (onValid)=\"emitOnValid($event)\"\n (onInvalid)=\"emitOnInvalid($event)\">\n <ng-content></ng-content>\n</ids-range>" }]
|
|
13
13
|
}], propDecorators: { showticks: [{
|
|
@@ -3,11 +3,11 @@ import { IDRangeComponent } from './range.component';
|
|
|
3
3
|
import '@inera/ids-core/components/form/range/register';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export class IDRangeModule {
|
|
6
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
7
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.
|
|
8
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.
|
|
6
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDRangeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: IDRangeModule, declarations: [IDRangeComponent], exports: [IDRangeComponent] });
|
|
8
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDRangeModule });
|
|
9
9
|
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
10
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDRangeModule, decorators: [{
|
|
11
11
|
type: NgModule,
|
|
12
12
|
args: [{
|
|
13
13
|
declarations: [
|
|
@@ -2,10 +2,10 @@ import { Component, ViewEncapsulation } from "@angular/core";
|
|
|
2
2
|
import { IDFormBase } from "@inera/ids-angular/common";
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export class IDSelectComponent extends IDFormBase {
|
|
5
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
6
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
5
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDSelectComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
6
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDSelectComponent, selector: "id-select", usesInheritance: true, ngImport: i0, template: "<ids-select\n [invalid]=\"invalid\"\n [srof]=\"srof\"\n [attr.light]=\"light ? true : null\"\n [attr.novalidation]=\"novalidation ? true : null\"\n (onValid)=\"emitOnValid($event)\"\n (onInvalid)=\"emitOnInvalid($event)\">\n <ng-content></ng-content>\n</ids-select>\n", encapsulation: i0.ViewEncapsulation.None });
|
|
7
7
|
}
|
|
8
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
8
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDSelectComponent, decorators: [{
|
|
9
9
|
type: Component,
|
|
10
10
|
args: [{ selector: "id-select", encapsulation: ViewEncapsulation.None, template: "<ids-select\n [invalid]=\"invalid\"\n [srof]=\"srof\"\n [attr.light]=\"light ? true : null\"\n [attr.novalidation]=\"novalidation ? true : null\"\n (onValid)=\"emitOnValid($event)\"\n (onInvalid)=\"emitOnInvalid($event)\">\n <ng-content></ng-content>\n</ids-select>\n" }]
|
|
11
11
|
}] });
|
|
@@ -3,11 +3,11 @@ import { IDSelectComponent } from './select.component';
|
|
|
3
3
|
import '@inera/ids-core/components/form/select/register';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export class IDSelectModule {
|
|
6
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
7
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.
|
|
8
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.
|
|
6
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDSelectModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: IDSelectModule, declarations: [IDSelectComponent], exports: [IDSelectComponent] });
|
|
8
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDSelectModule });
|
|
9
9
|
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
10
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDSelectModule, decorators: [{
|
|
11
11
|
type: NgModule,
|
|
12
12
|
args: [{
|
|
13
13
|
declarations: [
|
|
@@ -11,10 +11,10 @@ export class IDSelectMultipleComponent extends IDFormBase {
|
|
|
11
11
|
placeholder = '';
|
|
12
12
|
selectedlabel = '';
|
|
13
13
|
multiselectedlabel = '';
|
|
14
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
15
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
14
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDSelectMultipleComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
15
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDSelectMultipleComponent, selector: "id-select-multiple", inputs: { labeltext: "labeltext", disabled: "disabled", ariadisabled: "ariadisabled", errormessage: "errormessage", maxheight: "maxheight", placeholder: "placeholder", selectedlabel: "selectedlabel", multiselectedlabel: "multiselectedlabel" }, usesInheritance: true, ngImport: i0, template: "<ids-select-multiple\n [attr.light]=\"light ? true : null\"\n [invalid]=\"invalid\"\n [attr.disabled]=\"disabled ? true : null\"\n [attr.novalidation]=\"novalidation ? true : null\"\n [attr.ariadisabled]=\"ariadisabled ? true : null\"\n [labeltext]=\"labeltext\"\n [placeholder]=\"placeholder\"\n [selectedlabel]=\"selectedlabel\"\n [multiselectedlabel]=\"multiselectedlabel\"\n [maxheight]=\"maxheight\"\n (onValid)=\"emitOnValid($event)\"\n (onInvalid)=\"emitOnInvalid($event)\">\n <ng-content></ng-content>\n <ids-error-message *ngIf=\"errormessage\">{{ errormessage }}</ids-error-message>\n</ids-select-multiple>\n", dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], encapsulation: i0.ViewEncapsulation.None });
|
|
16
16
|
}
|
|
17
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
17
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDSelectMultipleComponent, decorators: [{
|
|
18
18
|
type: Component,
|
|
19
19
|
args: [{ selector: 'id-select-multiple', encapsulation: ViewEncapsulation.None, template: "<ids-select-multiple\n [attr.light]=\"light ? true : null\"\n [invalid]=\"invalid\"\n [attr.disabled]=\"disabled ? true : null\"\n [attr.novalidation]=\"novalidation ? true : null\"\n [attr.ariadisabled]=\"ariadisabled ? true : null\"\n [labeltext]=\"labeltext\"\n [placeholder]=\"placeholder\"\n [selectedlabel]=\"selectedlabel\"\n [multiselectedlabel]=\"multiselectedlabel\"\n [maxheight]=\"maxheight\"\n (onValid)=\"emitOnValid($event)\"\n (onInvalid)=\"emitOnInvalid($event)\">\n <ng-content></ng-content>\n <ids-error-message *ngIf=\"errormessage\">{{ errormessage }}</ids-error-message>\n</ids-select-multiple>\n" }]
|
|
20
20
|
}], propDecorators: { labeltext: [{
|
|
@@ -4,11 +4,11 @@ import '@inera/ids-core/components/form/select-multiple/register';
|
|
|
4
4
|
import { CommonModule } from '@angular/common';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export class IDSelectMultipleModule {
|
|
7
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
8
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.
|
|
9
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.
|
|
7
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDSelectMultipleModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
8
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: IDSelectMultipleModule, declarations: [IDSelectMultipleComponent], imports: [CommonModule], exports: [IDSelectMultipleComponent] });
|
|
9
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDSelectMultipleModule, imports: [CommonModule] });
|
|
10
10
|
}
|
|
11
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
11
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDSelectMultipleModule, decorators: [{
|
|
12
12
|
type: NgModule,
|
|
13
13
|
args: [{
|
|
14
14
|
imports: [
|
|
@@ -4,10 +4,10 @@ export class IDSpinnerComponent {
|
|
|
4
4
|
srtext = '';
|
|
5
5
|
live = 'polite';
|
|
6
6
|
light = false;
|
|
7
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
8
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
7
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDSpinnerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
8
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDSpinnerComponent, selector: "id-spinner", inputs: { srtext: "srtext", live: "live", light: "light" }, ngImport: i0, template: "<ids-spinner [light]=\"light\" [srtext]=\"srtext\" [live]=\"live\">\n <ng-content></ng-content>\n</ids-spinner>", encapsulation: i0.ViewEncapsulation.None });
|
|
9
9
|
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
10
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDSpinnerComponent, decorators: [{
|
|
11
11
|
type: Component,
|
|
12
12
|
args: [{ selector: 'id-spinner', encapsulation: ViewEncapsulation.None, template: "<ids-spinner [light]=\"light\" [srtext]=\"srtext\" [live]=\"live\">\n <ng-content></ng-content>\n</ids-spinner>" }]
|
|
13
13
|
}], propDecorators: { srtext: [{
|
|
@@ -3,11 +3,11 @@ import { IDSpinnerComponent } from './spinner.component';
|
|
|
3
3
|
import '@inera/ids-core/components/form/spinner/register';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export class IDSpinnerModule {
|
|
6
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
7
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.
|
|
8
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.
|
|
6
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDSpinnerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: IDSpinnerModule, declarations: [IDSpinnerComponent], exports: [IDSpinnerComponent] });
|
|
8
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDSpinnerModule });
|
|
9
9
|
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
10
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDSpinnerModule, decorators: [{
|
|
11
11
|
type: NgModule,
|
|
12
12
|
args: [{
|
|
13
13
|
declarations: [
|
|
@@ -8,10 +8,10 @@ export class IDTextareaComponent extends IDFormBase {
|
|
|
8
8
|
constructor() {
|
|
9
9
|
super();
|
|
10
10
|
}
|
|
11
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
12
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
11
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDTextareaComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
12
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDTextareaComponent, selector: "id-textarea", inputs: { block: "block", autosize: "autosize" }, usesInheritance: true, ngImport: i0, template: "<ids-textarea \n [ngStyle]=\"{ 'display': block || autosize ? 'block' : 'inline-block' }\"\n [attr.light]=\"light ? true : null\"\n [autosize]=\"autosize ? true : null\"\n [block]=\"block ? true : null\"\n [invalid]=\"invalid\" \n [attr.novalidation]=\"novalidation ? true : null\"\n (onValid)=\"emitOnValid($event)\"\n (onInvalid)=\"emitOnInvalid($event)\">\n <ng-content></ng-content>\n</ids-textarea>", dependencies: [{ kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }], encapsulation: i0.ViewEncapsulation.None });
|
|
13
13
|
}
|
|
14
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
14
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDTextareaComponent, decorators: [{
|
|
15
15
|
type: Component,
|
|
16
16
|
args: [{ selector: 'id-textarea', encapsulation: ViewEncapsulation.None, template: "<ids-textarea \n [ngStyle]=\"{ 'display': block || autosize ? 'block' : 'inline-block' }\"\n [attr.light]=\"light ? true : null\"\n [autosize]=\"autosize ? true : null\"\n [block]=\"block ? true : null\"\n [invalid]=\"invalid\" \n [attr.novalidation]=\"novalidation ? true : null\"\n (onValid)=\"emitOnValid($event)\"\n (onInvalid)=\"emitOnInvalid($event)\">\n <ng-content></ng-content>\n</ids-textarea>" }]
|
|
17
17
|
}], ctorParameters: () => [], propDecorators: { block: [{
|
|
@@ -4,11 +4,11 @@ import '@inera/ids-core/components/form/textarea/register';
|
|
|
4
4
|
import { CommonModule } from '@angular/common';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export class IDTextareaModule {
|
|
7
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
8
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.
|
|
9
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.
|
|
7
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDTextareaModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
8
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: IDTextareaModule, declarations: [IDTextareaComponent], imports: [CommonModule], exports: [IDTextareaComponent] });
|
|
9
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDTextareaModule, imports: [CommonModule] });
|
|
10
10
|
}
|
|
11
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
11
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDTextareaModule, decorators: [{
|
|
12
12
|
type: NgModule,
|
|
13
13
|
args: [{
|
|
14
14
|
declarations: [
|
|
@@ -2,10 +2,10 @@ import { Component, ViewEncapsulation } from '@angular/core';
|
|
|
2
2
|
import { IDFormBase } from '@inera/ids-angular/common';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export class IDTimeComponent extends IDFormBase {
|
|
5
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
6
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
5
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDTimeComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
6
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDTimeComponent, selector: "id-time", usesInheritance: true, ngImport: i0, template: "<ids-time \n [invalid]=\"invalid\"\n [attr.light]=\"light ? true : null\"\n (onValid)=\"emitOnValid($event)\"\n (onInvalid)=\"emitOnInvalid($event)\">\n <ng-content></ng-content>\n</ids-time>", encapsulation: i0.ViewEncapsulation.None });
|
|
7
7
|
}
|
|
8
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
8
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDTimeComponent, decorators: [{
|
|
9
9
|
type: Component,
|
|
10
10
|
args: [{ selector: 'id-time', encapsulation: ViewEncapsulation.None, template: "<ids-time \n [invalid]=\"invalid\"\n [attr.light]=\"light ? true : null\"\n (onValid)=\"emitOnValid($event)\"\n (onInvalid)=\"emitOnInvalid($event)\">\n <ng-content></ng-content>\n</ids-time>" }]
|
|
11
11
|
}] });
|
|
@@ -3,11 +3,11 @@ import { IDTimeComponent } from './time.component';
|
|
|
3
3
|
import '@inera/ids-core/components/form/time/register';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export class IDTimeModule {
|
|
6
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
7
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.
|
|
8
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.
|
|
6
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDTimeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: IDTimeModule, declarations: [IDTimeComponent], exports: [IDTimeComponent] });
|
|
8
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDTimeModule });
|
|
9
9
|
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
10
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDTimeModule, decorators: [{
|
|
11
11
|
type: NgModule,
|
|
12
12
|
args: [{
|
|
13
13
|
declarations: [
|
|
@@ -2,10 +2,10 @@ import { Component, ViewEncapsulation } from '@angular/core';
|
|
|
2
2
|
import { IDFormBase } from '@inera/ids-angular/common';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export class IDToggleComponent extends IDFormBase {
|
|
5
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
6
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
5
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDToggleComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
6
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDToggleComponent, selector: "id-toggle", usesInheritance: true, ngImport: i0, template: "<ids-toggle \n [invalid]=\"invalid\"\n (onValid)=\"emitOnValid($event)\"\n (onInvalid)=\"emitOnInvalid($event)\">\n <ng-content></ng-content>\n</ids-toggle>", encapsulation: i0.ViewEncapsulation.None });
|
|
7
7
|
}
|
|
8
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
8
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDToggleComponent, decorators: [{
|
|
9
9
|
type: Component,
|
|
10
10
|
args: [{ selector: 'id-toggle', encapsulation: ViewEncapsulation.None, template: "<ids-toggle \n [invalid]=\"invalid\"\n (onValid)=\"emitOnValid($event)\"\n (onInvalid)=\"emitOnInvalid($event)\">\n <ng-content></ng-content>\n</ids-toggle>" }]
|
|
11
11
|
}] });
|
|
@@ -3,11 +3,11 @@ import { IDToggleComponent } from './toggle.component';
|
|
|
3
3
|
import '@inera/ids-core/components/form/toggle/register';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export class IDToggleModule {
|
|
6
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
7
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.
|
|
8
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.
|
|
6
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDToggleModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: IDToggleModule, declarations: [IDToggleComponent], exports: [IDToggleComponent] });
|
|
8
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDToggleModule });
|
|
9
9
|
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
10
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDToggleModule, decorators: [{
|
|
11
11
|
type: NgModule,
|
|
12
12
|
args: [{
|
|
13
13
|
declarations: [
|
|
@@ -15,10 +15,10 @@ export class IDColumnComponent {
|
|
|
15
15
|
this._elementRef = _elementRef;
|
|
16
16
|
this._elementRef.nativeElement.removeAttribute('style');
|
|
17
17
|
}
|
|
18
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
19
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
18
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDColumnComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
19
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDColumnComponent, selector: "id-col", inputs: { cols: "cols", offset: "offset", m: "m", mOffset: "mOffset", s: "s", sOffset: "sOffset", align: "align", class: "class", style: "style" }, ngImport: i0, template: "<ids-col \n [attr.cols]=\"cols\"\n [attr.offset]=\"offset\"\n [attr.m]=\"m\" \n [attr.moffset]=\"[mOffset]\"\n [attr.s]=\"s\" \n [attr.soffset]=\"[sOffset]\"\n [attr.align]=\"align\"\n [attr.style]=\"style\"\n [attr.class]=\"class\">\n <ng-content></ng-content>\n</ids-col>", styles: ["id-col{display:contents}\n"], encapsulation: i0.ViewEncapsulation.None });
|
|
20
20
|
}
|
|
21
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
21
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDColumnComponent, decorators: [{
|
|
22
22
|
type: Component,
|
|
23
23
|
args: [{ selector: 'id-col', encapsulation: ViewEncapsulation.None, template: "<ids-col \n [attr.cols]=\"cols\"\n [attr.offset]=\"offset\"\n [attr.m]=\"m\" \n [attr.moffset]=\"[mOffset]\"\n [attr.s]=\"s\" \n [attr.soffset]=\"[sOffset]\"\n [attr.align]=\"align\"\n [attr.style]=\"style\"\n [attr.class]=\"class\">\n <ng-content></ng-content>\n</ids-col>", styles: ["id-col{display:contents}\n"] }]
|
|
24
24
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { cols: [{
|
|
@@ -3,11 +3,11 @@ import { IDColumnComponent } from './column.component';
|
|
|
3
3
|
import '@inera/ids-core/components/grid/column/register';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export class IDColumnModule {
|
|
6
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
7
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.
|
|
8
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.
|
|
6
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDColumnModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: IDColumnModule, declarations: [IDColumnComponent], exports: [IDColumnComponent] });
|
|
8
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDColumnModule });
|
|
9
9
|
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
10
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDColumnModule, decorators: [{
|
|
11
11
|
type: NgModule,
|
|
12
12
|
args: [{
|
|
13
13
|
declarations: [
|
|
@@ -4,10 +4,10 @@ export class IDContainerComponent {
|
|
|
4
4
|
fluid = false;
|
|
5
5
|
gutterless = false;
|
|
6
6
|
constructor() { }
|
|
7
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
8
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
7
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDContainerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
8
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDContainerComponent, selector: "id-container", inputs: { fluid: "fluid", gutterless: "gutterless" }, ngImport: i0, template: "<ids-container \n [attr.gutterless]=\"gutterless ? true : null\" \n [attr.fluid]=\"fluid ? true : null\">\n <ng-content></ng-content>\n</ids-container>", encapsulation: i0.ViewEncapsulation.None });
|
|
9
9
|
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
10
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDContainerComponent, decorators: [{
|
|
11
11
|
type: Component,
|
|
12
12
|
args: [{ selector: 'id-container', encapsulation: ViewEncapsulation.None, template: "<ids-container \n [attr.gutterless]=\"gutterless ? true : null\" \n [attr.fluid]=\"fluid ? true : null\">\n <ng-content></ng-content>\n</ids-container>" }]
|
|
13
13
|
}], ctorParameters: () => [], propDecorators: { fluid: [{
|
|
@@ -3,11 +3,11 @@ import { IDContainerComponent } from './container.component';
|
|
|
3
3
|
import '@inera/ids-core/components/grid/container/register';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export class IDContainerModule {
|
|
6
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
7
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.
|
|
8
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.
|
|
6
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDContainerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: IDContainerModule, declarations: [IDContainerComponent], exports: [IDContainerComponent] });
|
|
8
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDContainerModule });
|
|
9
9
|
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
10
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDContainerModule, decorators: [{
|
|
11
11
|
type: NgModule,
|
|
12
12
|
args: [{
|
|
13
13
|
declarations: [
|
|
@@ -11,10 +11,10 @@ export class IDRowComponent {
|
|
|
11
11
|
this._elementRef = _elementRef;
|
|
12
12
|
this._elementRef.nativeElement.removeAttribute('style');
|
|
13
13
|
}
|
|
14
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
15
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
14
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDRowComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
15
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDRowComponent, selector: "id-row", inputs: { align: "align", class: "class", gap: "gap", justify: "justify", style: "style" }, ngImport: i0, template: "<ids-row \n [attr.class]=\"class\"\n [style]=\"style\" \n [justify]=\"justify\"\n [align]=\"align\"\n [gap]=\"gap\">\n <ng-content></ng-content>\n</ids-row>" });
|
|
16
16
|
}
|
|
17
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
17
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDRowComponent, decorators: [{
|
|
18
18
|
type: Component,
|
|
19
19
|
args: [{ selector: 'id-row', template: "<ids-row \n [attr.class]=\"class\"\n [style]=\"style\" \n [justify]=\"justify\"\n [align]=\"align\"\n [gap]=\"gap\">\n <ng-content></ng-content>\n</ids-row>" }]
|
|
20
20
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { align: [{
|
|
@@ -3,11 +3,11 @@ import { IDRowComponent } from './row.component';
|
|
|
3
3
|
import '@inera/ids-core/components/grid/row/register';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export class IDRowModule {
|
|
6
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
7
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.
|
|
8
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.
|
|
6
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDRowModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: IDRowModule, declarations: [IDRowComponent], exports: [IDRowComponent] });
|
|
8
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDRowModule });
|
|
9
9
|
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
10
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDRowModule, decorators: [{
|
|
11
11
|
type: NgModule,
|
|
12
12
|
args: [{
|
|
13
13
|
declarations: [
|
|
@@ -4,10 +4,10 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
export class IDHeader1177AvatarComponent {
|
|
5
5
|
username = "";
|
|
6
6
|
template;
|
|
7
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
8
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
7
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeader1177AvatarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
8
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDHeader1177AvatarComponent, isStandalone: true, selector: "id-header-1177-avatar", inputs: { username: "username" }, viewQueries: [{ propertyName: "template", first: true, predicate: TemplateRef, descendants: true }], ngImport: i0, template: "<ng-template>\n <ng-content></ng-content>\n</ng-template>\n", dependencies: [{ kind: "ngmodule", type: CommonModule }] });
|
|
9
9
|
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
10
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeader1177AvatarComponent, decorators: [{
|
|
11
11
|
type: Component,
|
|
12
12
|
args: [{ selector: "id-header-1177-avatar", schemas: [CUSTOM_ELEMENTS_SCHEMA], standalone: true, imports: [CommonModule], template: "<ng-template>\n <ng-content></ng-content>\n</ng-template>\n" }]
|
|
13
13
|
}], propDecorators: { username: [{
|
|
@@ -44,12 +44,12 @@ export class IDHeader1177Component {
|
|
|
44
44
|
this.showContent = true;
|
|
45
45
|
});
|
|
46
46
|
}
|
|
47
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
48
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
47
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeader1177Component, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
48
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDHeader1177Component, isStandalone: true, selector: "id-header-1177", inputs: { pickregiontext: "pickregiontext", srlogolabel: "srlogolabel", hideregionpicker: "hideregionpicker", regionpickerexpanded: "regionpickerexpanded", fluid: "fluid", logohref: "logohref", unresponsive: "unresponsive", hideontablet: "hideontablet" }, outputs: { onDidToggleRegion: "onDidToggleRegion" }, queries: [{ propertyName: "avatar", first: true, predicate: IDHeader1177AvatarComponent, descendants: true }, { propertyName: "menuMobile", first: true, predicate: IDHeader1177MenuMobileComponent, descendants: true }, { propertyName: "nav", first: true, predicate: IDHeader1177NavComponent, descendants: true }, { propertyName: "itemList", predicate: IDHeader1177ItemComponent }], ngImport: i0, template: "<ids-header-1177\n [attr.pickregiontext]=\"pickregiontext\"\n [attr.regionpickerexpanded]=\"regionpickerexpanded ? 'true' : null\"\n [attr.hideregionpicker]=\"hideregionpicker ? 'true' : null\"\n [attr.fluid]=\"fluid ? 'true' : null\"\n [attr.srlogolabel]=\"srlogolabel\"\n [attr.unresponsive]=\"unresponsive ? 'true' : null\"\n [attr.logohref]=\"logohref\"\n (didToggleRegion)=\"onDidToggleRegion.emit(true)\">\n <ids-header-1177-avatar *ngIf=\"showContent && avatar\" [username]=\"avatar.username\">\n <ng-container *ngTemplateOutlet=\"avatar.template\"></ng-container>\n </ids-header-1177-avatar>\n\n <ids-header-1177-item *ngFor=\"let item of items\" [mobile]=\"item.mobile ? true : null\">\n <ng-container *ngTemplateOutlet=\"item.template\"></ng-container>\n </ids-header-1177-item>\n\n <ids-header-1177-menu-mobile *ngIf=\"showContent && menuMobile\" slot=\"mobile-menu\">\n <ng-container *ngTemplateOutlet=\"menuMobile.template\"></ng-container>\n </ids-header-1177-menu-mobile>\n\n <ids-header-1177-nav\n *ngIf=\"showContent && nav\"\n [attr.hideontablet]=\"nav.hideontablet ? 'true' : null\">\n <ng-container *ngTemplateOutlet=\"nav.template\"></ng-container>\n </ids-header-1177-nav>\n\n <ng-content></ng-content>\n</ids-header-1177>\n", styles: ["::ng-deep [slot=region],::ng-deep [slot=region-desktop]{display:flex!important}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] });
|
|
49
49
|
}
|
|
50
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
50
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeader1177Component, decorators: [{
|
|
51
51
|
type: Component,
|
|
52
|
-
args: [{ selector: "id-header-1177", standalone: true, schemas: [CUSTOM_ELEMENTS_SCHEMA], imports: [CommonModule], template: "<ids-header-1177\n [attr.pickregiontext]=\"pickregiontext\"\n [attr.regionpickerexpanded]=\"regionpickerexpanded ? 'true' : null\"\n [attr.hideregionpicker]=\"hideregionpicker ? 'true' : null\"\n [attr.fluid]=\"fluid ? 'true' : null\"\n [attr.srlogolabel]=\"srlogolabel\"\n [attr.unresponsive]=\"unresponsive ? 'true' : null\"\n [attr.logohref]=\"logohref\"\n (didToggleRegion)=\"onDidToggleRegion.emit(true)\">\n <ids-header-1177-avatar *ngIf=\"showContent && avatar\" [username]=\"avatar.username\">\n <ng-container *ngTemplateOutlet=\"avatar.template\"></ng-container>\n </ids-header-1177-avatar>\n\n <ids-header-1177-item *ngFor=\"let item of items\" [mobile]=\"item.mobile ? true : null\">\n <ng-container *ngTemplateOutlet=\"item.template\"></ng-container>\n </ids-header-1177-item>\n\n <ids-header-1177-menu-mobile *ngIf=\"menuMobile\" slot=\"mobile-menu\">\n <ng-container *ngTemplateOutlet=\"menuMobile.template\"></ng-container>\n </ids-header-1177-menu-mobile>\n\n <ids-header-1177-nav\n *ngIf=\"showContent && nav\"\n [attr.hideontablet]=\"nav.hideontablet ? 'true' : null\">\n <ng-container *ngTemplateOutlet=\"nav.template\"></ng-container>\n </ids-header-1177-nav>\n\n <ng-content></ng-content>\n</ids-header-1177>\n", styles: ["::ng-deep [slot=region],::ng-deep [slot=region-desktop]{display:flex!important}\n"] }]
|
|
52
|
+
args: [{ selector: "id-header-1177", standalone: true, schemas: [CUSTOM_ELEMENTS_SCHEMA], imports: [CommonModule], template: "<ids-header-1177\n [attr.pickregiontext]=\"pickregiontext\"\n [attr.regionpickerexpanded]=\"regionpickerexpanded ? 'true' : null\"\n [attr.hideregionpicker]=\"hideregionpicker ? 'true' : null\"\n [attr.fluid]=\"fluid ? 'true' : null\"\n [attr.srlogolabel]=\"srlogolabel\"\n [attr.unresponsive]=\"unresponsive ? 'true' : null\"\n [attr.logohref]=\"logohref\"\n (didToggleRegion)=\"onDidToggleRegion.emit(true)\">\n <ids-header-1177-avatar *ngIf=\"showContent && avatar\" [username]=\"avatar.username\">\n <ng-container *ngTemplateOutlet=\"avatar.template\"></ng-container>\n </ids-header-1177-avatar>\n\n <ids-header-1177-item *ngFor=\"let item of items\" [mobile]=\"item.mobile ? true : null\">\n <ng-container *ngTemplateOutlet=\"item.template\"></ng-container>\n </ids-header-1177-item>\n\n <ids-header-1177-menu-mobile *ngIf=\"showContent && menuMobile\" slot=\"mobile-menu\">\n <ng-container *ngTemplateOutlet=\"menuMobile.template\"></ng-container>\n </ids-header-1177-menu-mobile>\n\n <ids-header-1177-nav\n *ngIf=\"showContent && nav\"\n [attr.hideontablet]=\"nav.hideontablet ? 'true' : null\">\n <ng-container *ngTemplateOutlet=\"nav.template\"></ng-container>\n </ids-header-1177-nav>\n\n <ng-content></ng-content>\n</ids-header-1177>\n", styles: ["::ng-deep [slot=region],::ng-deep [slot=region-desktop]{display:flex!important}\n"] }]
|
|
53
53
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }], propDecorators: { pickregiontext: [{
|
|
54
54
|
type: Input
|
|
55
55
|
}], srlogolabel: [{
|
|
@@ -81,4 +81,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
81
81
|
type: ContentChild,
|
|
82
82
|
args: [IDHeader1177NavComponent]
|
|
83
83
|
}] } });
|
|
84
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
84
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGVhZGVyLTExNzcuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaWRzLWFuZ3VsYXIvY29tcG9uZW50cy9oZWFkZXItMTE3Ny9oZWFkZXItMTE3Ny5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9jb21wb25lbnRzL2hlYWRlci0xMTc3L2hlYWRlci0xMTc3LmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBRUwsU0FBUyxFQUNULFlBQVksRUFDWixlQUFlLEVBQ2Ysc0JBQXNCLEVBQ3RCLFlBQVksRUFDWixLQUFLLEVBQ0wsTUFBTSxFQUVQLE1BQU0sZUFBZSxDQUFDO0FBQ3ZCLE9BQU8sRUFBRSx5QkFBeUIsRUFBRSxNQUFNLG1DQUFtQyxDQUFDO0FBQzlFLE9BQU8sRUFBRSwyQkFBMkIsRUFBRSxNQUFNLHVDQUF1QyxDQUFDO0FBQ3BGLE9BQU8sRUFBRSwrQkFBK0IsRUFBRSxNQUFNLGlEQUFpRCxDQUFDO0FBQ2xHLE9BQU8sRUFBRSx3QkFBd0IsRUFBRSxNQUFNLGlDQUFpQyxDQUFDO0FBQzNFLE9BQU8saURBQWlELENBQUM7OztBQVl6RCxNQUFNLE9BQU8scUJBQXFCO0lBcUJaO0lBbkJwQixjQUFjLEdBQWtCLElBQUksQ0FBQztJQUVyQyxXQUFXLEdBQWtCLElBQUksQ0FBQztJQUVsQyxnQkFBZ0IsR0FBWSxLQUFLLENBQUM7SUFFbEMsb0JBQW9CLEdBQVksS0FBSyxDQUFDO0lBRXRDLEtBQUssR0FBWSxLQUFLLENBQUM7SUFFdkIsUUFBUSxHQUFrQixJQUFJLENBQUM7SUFFL0IsWUFBWSxHQUFZLEtBQUssQ0FBQztJQUU5QixZQUFZLEdBQVksS0FBSyxDQUFDO0lBRzlCLGlCQUFpQixHQUEwQixJQUFJLFlBQVksRUFBRSxDQUFDO0lBRTlELFlBQW9CLEtBQXdCO1FBQXhCLFVBQUssR0FBTCxLQUFLLENBQW1CO0lBQUcsQ0FBQztJQUVoRCxlQUFlO0lBRWYsUUFBUSxDQUF1QztJQUV4QyxLQUFLLENBQThCO0lBRTFDLGdCQUFnQjtJQUVoQixNQUFNLENBQThCO0lBRXBDLHFCQUFxQjtJQUVyQixVQUFVLENBQWtDO0lBRTVDLGFBQWE7SUFFYixHQUFHLENBQTJCO0lBRTlCLFdBQVcsR0FBRyxLQUFLLENBQUM7SUFFYixrQkFBa0I7UUFDdkIsSUFBSSxDQUFDLGdCQUFnQixFQUFFLENBQUM7UUFDeEIsSUFBSSxDQUFDLFFBQVEsQ0FBQyxPQUFPLENBQUMsU0FBUyxDQUFDLEdBQUcsRUFBRTtZQUNuQyxJQUFJLENBQUMsZ0JBQWdCLEVBQUUsQ0FBQztRQUMxQixDQUFDLENBQUMsQ0FBQztJQUNMLENBQUM7SUFFRCxnQkFBZ0I7UUFDZCxVQUFVLENBQUMsR0FBRyxFQUFFO1lBQ2QsSUFBSSxDQUFDLEtBQUssR0FBRyxJQUFJLENBQUMsUUFBUSxDQUFDLE9BQU8sRUFBRSxDQUFDO1lBQ3JDLElBQUksQ0FBQyxLQUFLLENBQUMsYUFBYSxFQUFFLENBQUM7WUFDM0IsSUFBSSxDQUFDLFdBQVcsR0FBRyxJQUFJLENBQUM7UUFDMUIsQ0FBQyxDQUFDLENBQUM7SUFDTCxDQUFDO3dHQXhEVSxxQkFBcUI7NEZBQXJCLHFCQUFxQixtYUE4QmxCLDJCQUEyQiw2RUFJM0IsK0JBQStCLHNFQUkvQix3QkFBd0IsOERBZHJCLHlCQUF5Qiw2QkNwRDVDLG13Q0E2QkEsMElESFksWUFBWTs7NEZBRVgscUJBQXFCO2tCQVZqQyxTQUFTOytCQUNFLGdCQUFnQixjQUtkLElBQUksV0FDUCxDQUFDLHNCQUFzQixDQUFDLFdBQ3hCLENBQUMsWUFBWSxDQUFDO3NGQUl2QixjQUFjO3NCQURiLEtBQUs7Z0JBR04sV0FBVztzQkFEVixLQUFLO2dCQUdOLGdCQUFnQjtzQkFEZixLQUFLO2dCQUdOLG9CQUFvQjtzQkFEbkIsS0FBSztnQkFHTixLQUFLO3NCQURKLEtBQUs7Z0JBR04sUUFBUTtzQkFEUCxLQUFLO2dCQUdOLFlBQVk7c0JBRFgsS0FBSztnQkFHTixZQUFZO3NCQURYLEtBQUs7Z0JBSU4saUJBQWlCO3NCQURoQixNQUFNO2dCQU9QLFFBQVE7c0JBRFAsZUFBZTt1QkFBQyx5QkFBeUI7Z0JBTzFDLE1BQU07c0JBREwsWUFBWTt1QkFBQywyQkFBMkI7Z0JBS3pDLFVBQVU7c0JBRFQsWUFBWTt1QkFBQywrQkFBK0I7Z0JBSzdDLEdBQUc7c0JBREYsWUFBWTt1QkFBQyx3QkFBd0IiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tIFwiQGFuZ3VsYXIvY29tbW9uXCI7XG5pbXBvcnQge1xuICBDaGFuZ2VEZXRlY3RvclJlZixcbiAgQ29tcG9uZW50LFxuICBDb250ZW50Q2hpbGQsXG4gIENvbnRlbnRDaGlsZHJlbixcbiAgQ1VTVE9NX0VMRU1FTlRTX1NDSEVNQSxcbiAgRXZlbnRFbWl0dGVyLFxuICBJbnB1dCxcbiAgT3V0cHV0LFxuICBRdWVyeUxpc3Rcbn0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcbmltcG9ydCB7IElESGVhZGVyMTE3N0l0ZW1Db21wb25lbnQgfSBmcm9tIFwiLi9pdGVtL2hlYWRlci0xMTc3LWl0ZW0uY29tcG9uZW50XCI7XG5pbXBvcnQgeyBJREhlYWRlcjExNzdBdmF0YXJDb21wb25lbnQgfSBmcm9tIFwiLi9hdmF0YXIvaGVhZGVyLTExNzctYXZhdGFyLmNvbXBvbmVudFwiO1xuaW1wb3J0IHsgSURIZWFkZXIxMTc3TWVudU1vYmlsZUNvbXBvbmVudCB9IGZyb20gXCIuL21lbnUtbW9iaWxlL2hlYWRlci0xMTc3LW1lbnUtbW9iaWxlLmNvbXBvbmVudFwiO1xuaW1wb3J0IHsgSURIZWFkZXIxMTc3TmF2Q29tcG9uZW50IH0gZnJvbSBcIi4vbmF2L2hlYWRlci0xMTc3LW5hdi5jb21wb25lbnRcIjtcbmltcG9ydCBcIkBpbmVyYS9pZHMtY29yZS9jb21wb25lbnRzL2hlYWRlci0xMTc3L3JlZ2lzdGVyXCI7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogXCJpZC1oZWFkZXItMTE3N1wiLFxuICB0ZW1wbGF0ZVVybDogXCIuL2hlYWRlci0xMTc3LmNvbXBvbmVudC5odG1sXCIsXG4gIHN0eWxlczogW1xuICAgIFwiOjpuZy1kZWVwIFtzbG90PXJlZ2lvbl0sIDo6bmctZGVlcCBbc2xvdD1yZWdpb24tZGVza3RvcF0geyBkaXNwbGF5OiBmbGV4ICFpbXBvcnRhbnQ7IH1cIlxuICBdLFxuICBzdGFuZGFsb25lOiB0cnVlLFxuICBzY2hlbWFzOiBbQ1VTVE9NX0VMRU1FTlRTX1NDSEVNQV0sXG4gIGltcG9ydHM6IFtDb21tb25Nb2R1bGVdXG59KVxuZXhwb3J0IGNsYXNzIElESGVhZGVyMTE3N0NvbXBvbmVudCB7XG4gIEBJbnB1dCgpXG4gIHBpY2tyZWdpb250ZXh0OiBzdHJpbmcgfCBudWxsID0gbnVsbDtcbiAgQElucHV0KClcbiAgc3Jsb2dvbGFiZWw6IHN0cmluZyB8IG51bGwgPSBudWxsO1xuICBASW5wdXQoKVxuICBoaWRlcmVnaW9ucGlja2VyOiBib29sZWFuID0gZmFsc2U7XG4gIEBJbnB1dCgpXG4gIHJlZ2lvbnBpY2tlcmV4cGFuZGVkOiBib29sZWFuID0gZmFsc2U7XG4gIEBJbnB1dCgpXG4gIGZsdWlkOiBib29sZWFuID0gZmFsc2U7XG4gIEBJbnB1dCgpXG4gIGxvZ29ocmVmOiBzdHJpbmcgfCBudWxsID0gbnVsbDtcbiAgQElucHV0KClcbiAgdW5yZXNwb25zaXZlOiBib29sZWFuID0gZmFsc2U7XG4gIEBJbnB1dCgpXG4gIGhpZGVvbnRhYmxldDogYm9vbGVhbiA9IGZhbHNlO1xuXG4gIEBPdXRwdXQoKVxuICBvbkRpZFRvZ2dsZVJlZ2lvbjogRXZlbnRFbWl0dGVyPGJvb2xlYW4+ID0gbmV3IEV2ZW50RW1pdHRlcigpO1xuXG4gIGNvbnN0cnVjdG9yKHByaXZhdGUgY2RSZWY6IENoYW5nZURldGVjdG9yUmVmKSB7fVxuXG4gIC8vIEhlYWRlciBpdGVtc1xuICBAQ29udGVudENoaWxkcmVuKElESGVhZGVyMTE3N0l0ZW1Db21wb25lbnQpXG4gIGl0ZW1MaXN0OiBRdWVyeUxpc3Q8SURIZWFkZXIxMTc3SXRlbUNvbXBvbmVudD47XG5cbiAgcHVibGljIGl0ZW1zOiBJREhlYWRlcjExNzdJdGVtQ29tcG9uZW50W107XG5cbiAgLy8gSGVhZGVyIEF2YXRhclxuICBAQ29udGVudENoaWxkKElESGVhZGVyMTE3N0F2YXRhckNvbXBvbmVudClcbiAgYXZhdGFyOiBJREhlYWRlcjExNzdBdmF0YXJDb21wb25lbnQ7XG5cbiAgLy8gSGVhZGVyIG1vYmlsZSBtZW51XG4gIEBDb250ZW50Q2hpbGQoSURIZWFkZXIxMTc3TWVudU1vYmlsZUNvbXBvbmVudClcbiAgbWVudU1vYmlsZTogSURIZWFkZXIxMTc3TWVudU1vYmlsZUNvbXBvbmVudDtcblxuICAvLyBIZWFkZXIgbmF2XG4gIEBDb250ZW50Q2hpbGQoSURIZWFkZXIxMTc3TmF2Q29tcG9uZW50KVxuICBuYXY6IElESGVhZGVyMTE3N05hdkNvbXBvbmVudDtcblxuICBzaG93Q29udGVudCA9IGZhbHNlO1xuXG4gIHB1YmxpYyBuZ0FmdGVyQ29udGVudEluaXQoKTogdm9pZCB7XG4gICAgdGhpcy51cGRhdGVJdGVtc0FycmF5KCk7XG4gICAgdGhpcy5pdGVtTGlzdC5jaGFuZ2VzLnN1YnNjcmliZSgoKSA9PiB7XG4gICAgICB0aGlzLnVwZGF0ZUl0ZW1zQXJyYXkoKTtcbiAgICB9KTtcbiAgfVxuXG4gIHVwZGF0ZUl0ZW1zQXJyYXkoKSB7XG4gICAgc2V0VGltZW91dCgoKSA9PiB7XG4gICAgICB0aGlzLml0ZW1zID0gdGhpcy5pdGVtTGlzdC50b0FycmF5KCk7XG4gICAgICB0aGlzLmNkUmVmLmRldGVjdENoYW5nZXMoKTtcbiAgICAgIHRoaXMuc2hvd0NvbnRlbnQgPSB0cnVlO1xuICAgIH0pO1xuICB9XG59XG4iLCI8aWRzLWhlYWRlci0xMTc3XG4gIFthdHRyLnBpY2tyZWdpb250ZXh0XT1cInBpY2tyZWdpb250ZXh0XCJcbiAgW2F0dHIucmVnaW9ucGlja2VyZXhwYW5kZWRdPVwicmVnaW9ucGlja2VyZXhwYW5kZWQgPyAndHJ1ZScgOiBudWxsXCJcbiAgW2F0dHIuaGlkZXJlZ2lvbnBpY2tlcl09XCJoaWRlcmVnaW9ucGlja2VyID8gJ3RydWUnIDogbnVsbFwiXG4gIFthdHRyLmZsdWlkXT1cImZsdWlkID8gJ3RydWUnIDogbnVsbFwiXG4gIFthdHRyLnNybG9nb2xhYmVsXT1cInNybG9nb2xhYmVsXCJcbiAgW2F0dHIudW5yZXNwb25zaXZlXT1cInVucmVzcG9uc2l2ZSA/ICd0cnVlJyA6IG51bGxcIlxuICBbYXR0ci5sb2dvaHJlZl09XCJsb2dvaHJlZlwiXG4gIChkaWRUb2dnbGVSZWdpb24pPVwib25EaWRUb2dnbGVSZWdpb24uZW1pdCh0cnVlKVwiPlxuICA8aWRzLWhlYWRlci0xMTc3LWF2YXRhciAqbmdJZj1cInNob3dDb250ZW50ICYmIGF2YXRhclwiIFt1c2VybmFtZV09XCJhdmF0YXIudXNlcm5hbWVcIj5cbiAgICA8bmctY29udGFpbmVyICpuZ1RlbXBsYXRlT3V0bGV0PVwiYXZhdGFyLnRlbXBsYXRlXCI+PC9uZy1jb250YWluZXI+XG4gIDwvaWRzLWhlYWRlci0xMTc3LWF2YXRhcj5cblxuICA8aWRzLWhlYWRlci0xMTc3LWl0ZW0gKm5nRm9yPVwibGV0IGl0ZW0gb2YgaXRlbXNcIiBbbW9iaWxlXT1cIml0ZW0ubW9iaWxlID8gdHJ1ZSA6IG51bGxcIj5cbiAgICA8bmctY29udGFpbmVyICpuZ1RlbXBsYXRlT3V0bGV0PVwiaXRlbS50ZW1wbGF0ZVwiPjwvbmctY29udGFpbmVyPlxuICA8L2lkcy1oZWFkZXItMTE3Ny1pdGVtPlxuXG4gIDxpZHMtaGVhZGVyLTExNzctbWVudS1tb2JpbGUgKm5nSWY9XCJzaG93Q29udGVudCAmJiBtZW51TW9iaWxlXCIgc2xvdD1cIm1vYmlsZS1tZW51XCI+XG4gICAgPG5nLWNvbnRhaW5lciAqbmdUZW1wbGF0ZU91dGxldD1cIm1lbnVNb2JpbGUudGVtcGxhdGVcIj48L25nLWNvbnRhaW5lcj5cbiAgPC9pZHMtaGVhZGVyLTExNzctbWVudS1tb2JpbGU+XG5cbiAgPGlkcy1oZWFkZXItMTE3Ny1uYXZcbiAgICAqbmdJZj1cInNob3dDb250ZW50ICYmIG5hdlwiXG4gICAgW2F0dHIuaGlkZW9udGFibGV0XT1cIm5hdi5oaWRlb250YWJsZXQgPyAndHJ1ZScgOiBudWxsXCI+XG4gICAgPG5nLWNvbnRhaW5lciAqbmdUZW1wbGF0ZU91dGxldD1cIm5hdi50ZW1wbGF0ZVwiPjwvbmctY29udGFpbmVyPlxuICA8L2lkcy1oZWFkZXItMTE3Ny1uYXY+XG5cbiAgPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PlxuPC9pZHMtaGVhZGVyLTExNzc+XG4iXX0=
|
|
@@ -3,10 +3,10 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
export class IDHeader1177ItemComponent {
|
|
4
4
|
mobile = false;
|
|
5
5
|
template;
|
|
6
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
7
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
6
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeader1177ItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
7
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDHeader1177ItemComponent, isStandalone: true, selector: "id-header-1177-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
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
9
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeader1177ItemComponent, decorators: [{
|
|
10
10
|
type: Component,
|
|
11
11
|
args: [{ selector: 'id-header-1177-item', schemas: [CUSTOM_ELEMENTS_SCHEMA], standalone: true, template: "<ng-template>\n <ng-content></ng-content>\n</ng-template>", styles: [":host{display:contents}\n"] }]
|
|
12
12
|
}], propDecorators: { mobile: [{
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { Component, CUSTOM_ELEMENTS_SCHEMA, TemplateRef, ViewChild } from
|
|
1
|
+
import { Component, CUSTOM_ELEMENTS_SCHEMA, TemplateRef, ViewChild } from "@angular/core";
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export class IDHeader1177MenuMobileComponent {
|
|
4
4
|
template;
|
|
5
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
6
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
5
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeader1177MenuMobileComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
6
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDHeader1177MenuMobileComponent, isStandalone: true, selector: "id-header-1177-menu-mobile", viewQueries: [{ propertyName: "template", first: true, predicate: TemplateRef, descendants: true }], ngImport: i0, template: "<ng-template>\n <ng-content></ng-content>\n</ng-template>\n" });
|
|
7
7
|
}
|
|
8
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
8
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeader1177MenuMobileComponent, decorators: [{
|
|
9
9
|
type: Component,
|
|
10
|
-
args: [{ selector:
|
|
10
|
+
args: [{ selector: "id-header-1177-menu-mobile", schemas: [CUSTOM_ELEMENTS_SCHEMA], standalone: true, template: "<ng-template>\n <ng-content></ng-content>\n</ng-template>\n" }]
|
|
11
11
|
}], propDecorators: { template: [{
|
|
12
12
|
type: ViewChild,
|
|
13
13
|
args: [TemplateRef]
|
|
14
14
|
}] } });
|
|
15
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
15
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGVhZGVyLTExNzctbWVudS1tb2JpbGUuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaWRzLWFuZ3VsYXIvY29tcG9uZW50cy9oZWFkZXItMTE3Ny9tZW51LW1vYmlsZS9oZWFkZXItMTE3Ny1tZW51LW1vYmlsZS5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9jb21wb25lbnRzL2hlYWRlci0xMTc3L21lbnUtbW9iaWxlL2hlYWRlci0xMTc3LW1lbnUtbW9iaWxlLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsc0JBQXNCLEVBQUUsV0FBVyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFRMUYsTUFBTSxPQUFPLCtCQUErQjtJQUNsQixRQUFRLENBQW1CO3dHQUR4QywrQkFBK0I7NEZBQS9CLCtCQUErQixnSUFDL0IsV0FBVyxnRENUeEIsOERBR0E7OzRGREthLCtCQUErQjtrQkFOM0MsU0FBUzsrQkFDRSw0QkFBNEIsV0FFN0IsQ0FBQyxzQkFBc0IsQ0FBQyxjQUNyQixJQUFJOzhCQUdRLFFBQVE7c0JBQS9CLFNBQVM7dUJBQUMsV0FBVyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgQ1VTVE9NX0VMRU1FTlRTX1NDSEVNQSwgVGVtcGxhdGVSZWYsIFZpZXdDaGlsZCB9IGZyb20gXCJAYW5ndWxhci9jb3JlXCI7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogXCJpZC1oZWFkZXItMTE3Ny1tZW51LW1vYmlsZVwiLFxuICB0ZW1wbGF0ZVVybDogXCIuL2hlYWRlci0xMTc3LW1lbnUtbW9iaWxlLmNvbXBvbmVudC5odG1sXCIsXG4gIHNjaGVtYXM6IFtDVVNUT01fRUxFTUVOVFNfU0NIRU1BXSxcbiAgc3RhbmRhbG9uZTogdHJ1ZVxufSlcbmV4cG9ydCBjbGFzcyBJREhlYWRlcjExNzdNZW51TW9iaWxlQ29tcG9uZW50IHtcbiAgQFZpZXdDaGlsZChUZW1wbGF0ZVJlZikgdGVtcGxhdGU6IFRlbXBsYXRlUmVmPGFueT47XG59XG4iLCI8bmctdGVtcGxhdGU+XG4gIDxuZy1jb250ZW50PjwvbmctY29udGVudD5cbjwvbmctdGVtcGxhdGU+XG4iXX0=
|
|
@@ -42,10 +42,10 @@ export class IDHeader1177NavComponent {
|
|
|
42
42
|
this.showMenuMobile = true;
|
|
43
43
|
});
|
|
44
44
|
}
|
|
45
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
46
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
45
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeader1177NavComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
46
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDHeader1177NavComponent, isStandalone: true, selector: "id-header-1177-nav", inputs: { hideontablet: "hideontablet" }, queries: [{ propertyName: "navItemList", predicate: IDHeader1177NavItemComponent }, { propertyName: "navItemMobileList", predicate: IDHeader1177NavItemMobileComponent }], viewQueries: [{ propertyName: "template", first: true, predicate: TemplateRef, descendants: true }], ngImport: i0, template: "<ng-template>\n <ids-header-1177-nav-item\n *ngFor=\"let navItem of navItems\"\n [label]=\"navItem.label\"\n [notifications]=\"navItem.notifications\"\n [active]=\"navItem.active\"\n [expanded]=\"navItem.expanded\">\n <ng-container *ngTemplateOutlet=\"navItem.template\"></ng-container>\n </ids-header-1177-nav-item>\n <ids-header-1177-nav-item-mobile *ngFor=\"let navItemMobile of navItemsMobile\">\n <ng-container *ngTemplateOutlet=\"navItemMobile.template\"></ng-container>\n </ids-header-1177-nav-item-mobile>\n</ng-template>\n", 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"] }] });
|
|
47
47
|
}
|
|
48
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
48
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeader1177NavComponent, decorators: [{
|
|
49
49
|
type: Component,
|
|
50
50
|
args: [{ selector: "id-header-1177-nav", standalone: true, schemas: [CUSTOM_ELEMENTS_SCHEMA], imports: [CommonModule], template: "<ng-template>\n <ids-header-1177-nav-item\n *ngFor=\"let navItem of navItems\"\n [label]=\"navItem.label\"\n [notifications]=\"navItem.notifications\"\n [active]=\"navItem.active\"\n [expanded]=\"navItem.expanded\">\n <ng-container *ngTemplateOutlet=\"navItem.template\"></ng-container>\n </ids-header-1177-nav-item>\n <ids-header-1177-nav-item-mobile *ngFor=\"let navItemMobile of navItemsMobile\">\n <ng-container *ngTemplateOutlet=\"navItemMobile.template\"></ng-container>\n </ids-header-1177-nav-item-mobile>\n</ng-template>\n" }]
|
|
51
51
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }], propDecorators: { hideontablet: [{
|
|
@@ -6,10 +6,10 @@ export class IDHeader1177NavItemComponent {
|
|
|
6
6
|
active = false;
|
|
7
7
|
expanded = false;
|
|
8
8
|
template;
|
|
9
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
10
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
9
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeader1177NavItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
10
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDHeader1177NavItemComponent, isStandalone: true, selector: "id-header-1177-nav-item", inputs: { label: "label", notifications: "notifications", active: "active", expanded: "expanded" }, viewQueries: [{ propertyName: "template", first: true, predicate: TemplateRef, descendants: true }], ngImport: i0, template: "<ng-template>\n <ng-content></ng-content>\n</ng-template>" });
|
|
11
11
|
}
|
|
12
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
12
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeader1177NavItemComponent, decorators: [{
|
|
13
13
|
type: Component,
|
|
14
14
|
args: [{ selector: "id-header-1177-nav-item", schemas: [CUSTOM_ELEMENTS_SCHEMA], standalone: true, template: "<ng-template>\n <ng-content></ng-content>\n</ng-template>" }]
|
|
15
15
|
}], propDecorators: { label: [{
|