@inera/ids-angular 5.2.0 → 5.3.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/form/checkbox/checkbox.component.d.ts +4 -2
- package/components/form/radio/radio-group.component.d.ts +2 -1
- package/components/side-menu/index.d.ts +5 -0
- package/components/side-menu/public-api.d.ts +2 -0
- package/components/side-menu/side-menu.component.d.ts +18 -0
- package/components/side-menu/side-menu.module.d.ts +8 -0
- package/components/side-panel/side-panel.component.d.ts +3 -1
- package/esm2022/common/classes/form/IDFormBase.mjs +3 -3
- package/esm2022/common/classes/icon/IDIconBase.mjs +3 -3
- 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/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 +3 -3
- package/esm2022/components/expandable/expandable.component.mjs +3 -3
- package/esm2022/components/expandable/expandable.module.mjs +4 -4
- package/esm2022/components/footer/footer.component.mjs +3 -3
- package/esm2022/components/footer/footer.module.mjs +4 -4
- 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/checkbox/checkbox.component.mjs +13 -7
- 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 +8 -5
- package/esm2022/components/form/radio/radio.component.mjs +3 -3
- package/esm2022/components/form/radio/radio.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/avatar/header-avatar.component.mjs +3 -3
- package/esm2022/components/header/header.component.mjs +3 -3
- package/esm2022/components/header/header.module.mjs +4 -4
- package/esm2022/components/header/item/header-item.component.mjs +3 -3
- package/esm2022/components/header/mobile-item/header-mobile-item.component.mjs +3 -3
- package/esm2022/components/header/mobile-menu/header-mobile-menu.component.mjs +3 -3
- package/esm2022/components/header/navigation/header-navigation.component.mjs +3 -3
- package/esm2022/components/header/navigation-item/header-navigation-item.component.mjs +3 -3
- package/esm2022/components/header-1177/avatar/header-1177-avatar.component.mjs +3 -3
- package/esm2022/components/header-1177/header-1177.component.mjs +3 -3
- package/esm2022/components/header-1177/item/header-1177-item.component.mjs +3 -3
- 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/nav-menu-mobile/header-1177-nav-menu-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 +3 -3
- 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/icon-region/icon-region.component.mjs +3 -3
- package/esm2022/components/icon-region/icon-region.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/list/item/info/list-item-info.component.mjs +3 -3
- package/esm2022/components/list/item/list-item.component.mjs +3 -3
- package/esm2022/components/list/list.component.mjs +3 -3
- package/esm2022/components/list/list.module.mjs +4 -4
- package/esm2022/components/mobile/menu/avatar/mobile-menu-avatar.component.mjs +3 -3
- package/esm2022/components/mobile/menu/item/mobile-menu-item.component.mjs +3 -3
- package/esm2022/components/mobile/menu/item/mobile-menu-item.module.mjs +4 -4
- package/esm2022/components/mobile/menu/mobile-menu.component.mjs +3 -3
- package/esm2022/components/mobile/menu/mobile-menu.module.mjs +4 -4
- package/esm2022/components/navigation/content/navigation-content.component.mjs +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/side-menu/inera-ids-angular-components-side-menu.mjs +5 -0
- package/esm2022/components/side-menu/public-api.mjs +3 -0
- package/esm2022/components/side-menu/side-menu.component.mjs +45 -0
- package/esm2022/components/side-menu/side-menu.module.mjs +18 -0
- package/esm2022/components/side-panel/side-panel.component.mjs +11 -5
- 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 +3 -3
- 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-components-agent.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-alert-global.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-alert.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-badge.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-breadcrumbs.mjs +10 -10
- 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-card.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-carousel.mjs +10 -10
- package/fesm2022/inera-ids-angular-components-date-label.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-dialog.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-dropdown.mjs +6 -6
- package/fesm2022/inera-ids-angular-components-expandable.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-footer-1177-admin.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-footer-1177-pro.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-footer-1177.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-footer-inera-admin.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-footer-inera.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-footer.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-form-checkbox-group.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-form-checkbox.mjs +14 -8
- 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-input.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-form-radio.mjs +14 -11
- package/fesm2022/inera-ids-angular-components-form-radio.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-range.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-form-select-multiple.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-form-select.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-form-spinner.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-form-textarea.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-form-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-container.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-grid-row.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-grid.mjs +21 -21
- package/fesm2022/inera-ids-angular-components-header-1177-admin.mjs +18 -18
- package/fesm2022/inera-ids-angular-components-header-1177-pro.mjs +24 -24
- package/fesm2022/inera-ids-angular-components-header-1177.mjs +21 -21
- package/fesm2022/inera-ids-angular-components-header-inera-admin.mjs +21 -21
- package/fesm2022/inera-ids-angular-components-header-inera.mjs +15 -15
- package/fesm2022/inera-ids-angular-components-header.mjs +25 -25
- package/fesm2022/inera-ids-angular-components-icon-region.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-link.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-list.mjs +13 -13
- package/fesm2022/inera-ids-angular-components-mobile-menu-item.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-mobile-menu.mjs +13 -13
- package/fesm2022/inera-ids-angular-components-navigation-content.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-navigation-local.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-notification-badge.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-pagination-data-pagination.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-pagination-list-pagination.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-popover.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-progressbar.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-side-menu.mjs +67 -0
- package/fesm2022/inera-ids-angular-components-side-menu.mjs.map +1 -0
- package/fesm2022/inera-ids-angular-components-side-panel.mjs +14 -8
- 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-tabs.mjs +13 -13
- package/fesm2022/inera-ids-angular-components-tag.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-tooltip.mjs +7 -7
- 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 +201 -195
|
@@ -12,10 +12,10 @@ export class IDIconRegionComponent {
|
|
|
12
12
|
height = '';
|
|
13
13
|
rotate = '';
|
|
14
14
|
inline = false;
|
|
15
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
16
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
15
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDIconRegionComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
16
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDIconRegionComponent, selector: "id-icon-region", inputs: { name: "name", title: "title", colorpreset: "colorpreset", color: "color", color2: "color2", size: "size", width: "width", height: "height", rotate: "rotate", inline: "inline" }, ngImport: i0, template: "<ids-icon-region \r\n [attr.name]=\"name\"\r\n [attr.inline]=\"inline ? true : undefined\"\r\n [attr.rotate]=\"rotate\"\r\n [attr.color]=\"color\"\r\n [attr.color2]=\"color2\"\r\n [attr.size]=\"size\"\r\n [attr.width]=\"width\"\r\n [attr.height]=\"height\"\r\n [attr.colorpreset]=\"colorpreset\">\r\n</ids-icon-region >", styles: [":host{display:contents}\n"] });
|
|
17
17
|
}
|
|
18
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
18
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDIconRegionComponent, decorators: [{
|
|
19
19
|
type: Component,
|
|
20
20
|
args: [{ selector: 'id-icon-region', template: "<ids-icon-region \r\n [attr.name]=\"name\"\r\n [attr.inline]=\"inline ? true : undefined\"\r\n [attr.rotate]=\"rotate\"\r\n [attr.color]=\"color\"\r\n [attr.color2]=\"color2\"\r\n [attr.size]=\"size\"\r\n [attr.width]=\"width\"\r\n [attr.height]=\"height\"\r\n [attr.colorpreset]=\"colorpreset\">\r\n</ids-icon-region >", styles: [":host{display:contents}\n"] }]
|
|
21
21
|
}], ctorParameters: () => [], propDecorators: { name: [{
|
|
@@ -3,11 +3,11 @@ import { IDIconRegionComponent } from './icon-region.component';
|
|
|
3
3
|
import '@inera/ids-core/components/icon-region/register';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export class IDIconRegionModule {
|
|
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.13", ngImport: i0, type: IDIconRegionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: IDIconRegionModule, declarations: [IDIconRegionComponent], exports: [IDIconRegionComponent] });
|
|
8
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDIconRegionModule });
|
|
9
9
|
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
10
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDIconRegionModule, decorators: [{
|
|
11
11
|
type: NgModule,
|
|
12
12
|
args: [{
|
|
13
13
|
declarations: [
|
|
@@ -9,10 +9,10 @@ export class IDLinkComponent {
|
|
|
9
9
|
activeicon = false;
|
|
10
10
|
underlined = false;
|
|
11
11
|
slot = null;
|
|
12
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
13
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
12
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDLinkComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
13
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDLinkComponent, selector: "id-link", inputs: { active: "active", colorpreset: "colorpreset", light: "light", block: "block", activeicon: "activeicon", underlined: "underlined", slot: "slot" }, host: { properties: { "class.ids-block": "this.block" } }, ngImport: i0, template: "<ids-link\r\n [attr.activeicon]=\"activeicon ? true : null\"\r\n [attr.active]=\"active ? true : null\"\r\n [attr.colorpreset]=\"colorpreset > 0 ? colorpreset : null\"\r\n [light]=\"light ? true : null\"\r\n [block]=\"block ? true : null\"\r\n [underlined]=\"underlined ? true : null\"\r\n [attr.slot]=\"slot\">\r\n <ng-content></ng-content>\r\n</ids-link>\r\n" });
|
|
14
14
|
}
|
|
15
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
15
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDLinkComponent, decorators: [{
|
|
16
16
|
type: Component,
|
|
17
17
|
args: [{ selector: "id-link", template: "<ids-link\r\n [attr.activeicon]=\"activeicon ? true : null\"\r\n [attr.active]=\"active ? true : null\"\r\n [attr.colorpreset]=\"colorpreset > 0 ? colorpreset : null\"\r\n [light]=\"light ? true : null\"\r\n [block]=\"block ? true : null\"\r\n [underlined]=\"underlined ? true : null\"\r\n [attr.slot]=\"slot\">\r\n <ng-content></ng-content>\r\n</ids-link>\r\n" }]
|
|
18
18
|
}], ctorParameters: () => [], propDecorators: { active: [{
|
|
@@ -4,11 +4,11 @@ import '@inera/ids-core/components/link/register';
|
|
|
4
4
|
import { CommonModule } from '@angular/common';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export class IDLinkModule {
|
|
7
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
8
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.
|
|
9
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.
|
|
7
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDLinkModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
8
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: IDLinkModule, declarations: [IDLinkComponent], imports: [CommonModule], exports: [IDLinkComponent] });
|
|
9
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDLinkModule, imports: [CommonModule] });
|
|
10
10
|
}
|
|
11
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
11
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDLinkModule, decorators: [{
|
|
12
12
|
type: NgModule,
|
|
13
13
|
args: [{
|
|
14
14
|
declarations: [
|
|
@@ -2,10 +2,10 @@ import { Component } from '@angular/core';
|
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export class IDListItemInfoComponent {
|
|
4
4
|
constructor() { }
|
|
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.13", ngImport: i0, type: IDListItemInfoComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
6
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDListItemInfoComponent, selector: "id-list-item-info", ngImport: i0, template: "<ids-list-item-info>\r\n <ng-content></ng-content>\r\n</ids-list-item-info>", styles: [":host{display:block}\n"] });
|
|
7
7
|
}
|
|
8
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
8
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDListItemInfoComponent, decorators: [{
|
|
9
9
|
type: Component,
|
|
10
10
|
args: [{ selector: 'id-list-item-info', template: "<ids-list-item-info>\r\n <ng-content></ng-content>\r\n</ids-list-item-info>", styles: [":host{display:block}\n"] }]
|
|
11
11
|
}], ctorParameters: () => [] });
|
|
@@ -13,10 +13,10 @@ export class IDListItemComponent {
|
|
|
13
13
|
interactive = false;
|
|
14
14
|
nocontent = false;
|
|
15
15
|
constructor() { }
|
|
16
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
17
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
16
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDListItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
17
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDListItemComponent, selector: "id-list-item", inputs: { headline: "headline", date: "date", year: "year", month: "month", monthlabel: "monthlabel", day: "day", showdatelabel: "showdatelabel", time: "time", showtime: "showtime", interactive: "interactive", nocontent: "nocontent" }, ngImport: i0, template: "<ids-list-item\r\n[headline]=\"headline\"\r\n[date]=\"date\"\r\n[interactive]=\"interactive\"\r\n[year]=\"year\"\r\n[month]=\"month\"\r\n[nocontent]=\"nocontent ? true : null\"\r\n[monthlabel]=\"monthlabel\"\r\n[day]=\"day\"\r\n[time]=\"time\"\r\n[showtime]=\"showtime\"\r\n[showdatelabel]=\"showdatelabel\">\r\n <ng-content></ng-content>\r\n</ids-list-item>", encapsulation: i0.ViewEncapsulation.None });
|
|
18
18
|
}
|
|
19
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
19
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDListItemComponent, decorators: [{
|
|
20
20
|
type: Component,
|
|
21
21
|
args: [{ selector: 'id-list-item', encapsulation: ViewEncapsulation.None, template: "<ids-list-item\r\n[headline]=\"headline\"\r\n[date]=\"date\"\r\n[interactive]=\"interactive\"\r\n[year]=\"year\"\r\n[month]=\"month\"\r\n[nocontent]=\"nocontent ? true : null\"\r\n[monthlabel]=\"monthlabel\"\r\n[day]=\"day\"\r\n[time]=\"time\"\r\n[showtime]=\"showtime\"\r\n[showdatelabel]=\"showdatelabel\">\r\n <ng-content></ng-content>\r\n</ids-list-item>" }]
|
|
22
22
|
}], ctorParameters: () => [], propDecorators: { headline: [{
|
|
@@ -2,10 +2,10 @@ import { Component, ViewEncapsulation } from '@angular/core';
|
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export class IDListComponent {
|
|
4
4
|
constructor() { }
|
|
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.13", ngImport: i0, type: IDListComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
6
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDListComponent, selector: "id-list", ngImport: i0, template: "<ids-list>\r\n <ng-content></ng-content>\r\n</ids-list>", 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.13", ngImport: i0, type: IDListComponent, decorators: [{
|
|
9
9
|
type: Component,
|
|
10
10
|
args: [{ selector: 'id-list', encapsulation: ViewEncapsulation.None, template: "<ids-list>\r\n <ng-content></ng-content>\r\n</ids-list>" }]
|
|
11
11
|
}], ctorParameters: () => [] });
|
|
@@ -5,15 +5,15 @@ import { IDListItemComponent } from './item/list-item.component';
|
|
|
5
5
|
import { IDListItemInfoComponent } from './item/info/list-item-info.component';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export class IDListModule {
|
|
8
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
9
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.
|
|
8
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
9
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: IDListModule, declarations: [IDListComponent,
|
|
10
10
|
IDListItemComponent,
|
|
11
11
|
IDListItemInfoComponent], exports: [IDListComponent,
|
|
12
12
|
IDListItemComponent,
|
|
13
13
|
IDListItemInfoComponent] });
|
|
14
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.
|
|
14
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDListModule });
|
|
15
15
|
}
|
|
16
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
16
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDListModule, decorators: [{
|
|
17
17
|
type: NgModule,
|
|
18
18
|
args: [{
|
|
19
19
|
declarations: [
|
|
@@ -5,10 +5,10 @@ export class IDMobileMenuAvatarComponent {
|
|
|
5
5
|
username = '';
|
|
6
6
|
maxwidth = '';
|
|
7
7
|
unit = '';
|
|
8
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
9
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
8
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDMobileMenuAvatarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
9
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDMobileMenuAvatarComponent, selector: "id-mobile-menu-avatar", inputs: { type: "type", username: "username", maxwidth: "maxwidth", unit: "unit" }, ngImport: i0, template: "<ids-mobile-menu-avatar \r\n [attr.type]=\"type\"\r\n [username]=\"username\"\r\n [maxwidth]=\"maxwidth\"\r\n [unit]=\"unit\">\r\n <ng-content></ng-content>\r\n</ids-mobile-menu-avatar>", styles: [":host{display:contents}\n"] });
|
|
10
10
|
}
|
|
11
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
11
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDMobileMenuAvatarComponent, decorators: [{
|
|
12
12
|
type: Component,
|
|
13
13
|
args: [{ selector: 'id-mobile-menu-avatar', template: "<ids-mobile-menu-avatar \r\n [attr.type]=\"type\"\r\n [username]=\"username\"\r\n [maxwidth]=\"maxwidth\"\r\n [unit]=\"unit\">\r\n <ng-content></ng-content>\r\n</ids-mobile-menu-avatar>", styles: [":host{display:contents}\n"] }]
|
|
14
14
|
}], propDecorators: { type: [{
|
|
@@ -6,10 +6,10 @@ export class IDMobileMenuItemComponent {
|
|
|
6
6
|
secondary;
|
|
7
7
|
active;
|
|
8
8
|
onDidToggleExpansion = new EventEmitter();
|
|
9
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
10
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
9
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDMobileMenuItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
10
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDMobileMenuItemComponent, selector: "id-mobile-menu-item", inputs: { headline: "headline", expanded: "expanded", secondary: "secondary", active: "active" }, outputs: { onDidToggleExpansion: "onDidToggleExpansion" }, ngImport: i0, template: "<ids-mobile-menu-item \r\n [headline]=\"headline\"\r\n [expanded]=\"expanded\"\r\n [secondary]=\"secondary\"\r\n [active]=\"active\"\r\n (didToggleExpansion)=\"onDidToggleExpansion.emit(true)\">\r\n <ng-content></ng-content>\r\n</ids-mobile-menu-item>", styles: [":host{display:contents}\n"] });
|
|
11
11
|
}
|
|
12
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
12
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDMobileMenuItemComponent, decorators: [{
|
|
13
13
|
type: Component,
|
|
14
14
|
args: [{ selector: "id-mobile-menu-item", template: "<ids-mobile-menu-item \r\n [headline]=\"headline\"\r\n [expanded]=\"expanded\"\r\n [secondary]=\"secondary\"\r\n [active]=\"active\"\r\n (didToggleExpansion)=\"onDidToggleExpansion.emit(true)\">\r\n <ng-content></ng-content>\r\n</ids-mobile-menu-item>", styles: [":host{display:contents}\n"] }]
|
|
15
15
|
}], propDecorators: { headline: [{
|
|
@@ -4,11 +4,11 @@ import { CommonModule } from "@angular/common";
|
|
|
4
4
|
import { IDMobileMenuItemComponent } from "./mobile-menu-item.component";
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export class IDMobileMenuItemModule {
|
|
7
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
8
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.
|
|
9
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.
|
|
7
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDMobileMenuItemModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
8
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: IDMobileMenuItemModule, declarations: [IDMobileMenuItemComponent], imports: [CommonModule], exports: [IDMobileMenuItemComponent] });
|
|
9
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDMobileMenuItemModule, imports: [CommonModule] });
|
|
10
10
|
}
|
|
11
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
11
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDMobileMenuItemModule, decorators: [{
|
|
12
12
|
type: NgModule,
|
|
13
13
|
args: [{
|
|
14
14
|
declarations: [IDMobileMenuItemComponent],
|
|
@@ -5,10 +5,10 @@ export class IDMobileMenuComponent {
|
|
|
5
5
|
}
|
|
6
6
|
type = undefined;
|
|
7
7
|
variation = '1';
|
|
8
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
9
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
8
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDMobileMenuComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
9
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDMobileMenuComponent, selector: "id-mobile-menu", inputs: { type: "type", variation: "variation" }, ngImport: i0, template: "<ids-mobile-menu \r\n [type]=\"type\"\r\n [variation]=\"variation\">\r\n <ng-content></ng-content>\r\n</ids-mobile-menu>" });
|
|
10
10
|
}
|
|
11
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
11
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDMobileMenuComponent, decorators: [{
|
|
12
12
|
type: Component,
|
|
13
13
|
args: [{ selector: 'id-mobile-menu', template: "<ids-mobile-menu \r\n [type]=\"type\"\r\n [variation]=\"variation\">\r\n <ng-content></ng-content>\r\n</ids-mobile-menu>" }]
|
|
14
14
|
}], ctorParameters: () => [], propDecorators: { type: [{
|
|
@@ -6,15 +6,15 @@ import { IDMobileMenuItemComponent } from './item/mobile-menu-item.component';
|
|
|
6
6
|
import { IDMobileMenuAvatarComponent } from './avatar/mobile-menu-avatar.component';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
export class IDMobileMenuModule {
|
|
9
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
10
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.
|
|
9
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDMobileMenuModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
10
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: IDMobileMenuModule, declarations: [IDMobileMenuComponent,
|
|
11
11
|
IDMobileMenuItemComponent,
|
|
12
12
|
IDMobileMenuAvatarComponent], imports: [CommonModule], exports: [IDMobileMenuComponent,
|
|
13
13
|
IDMobileMenuItemComponent,
|
|
14
14
|
IDMobileMenuAvatarComponent] });
|
|
15
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.
|
|
15
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDMobileMenuModule, imports: [CommonModule] });
|
|
16
16
|
}
|
|
17
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
17
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDMobileMenuModule, decorators: [{
|
|
18
18
|
type: NgModule,
|
|
19
19
|
args: [{
|
|
20
20
|
declarations: [
|
|
@@ -3,10 +3,10 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
export class IDNavigationContentComponent {
|
|
4
4
|
constructor() { }
|
|
5
5
|
headline = '';
|
|
6
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
7
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
6
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDNavigationContentComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
7
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDNavigationContentComponent, selector: "id-navigation-content", inputs: { headline: "headline" }, ngImport: i0, template: "<ids-navigation-content\r\n [headline]=\"headline\">\r\n <ng-content></ng-content>\r\n</ids-navigation-content>" });
|
|
8
8
|
}
|
|
9
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
9
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDNavigationContentComponent, decorators: [{
|
|
10
10
|
type: Component,
|
|
11
11
|
args: [{ selector: 'id-navigation-content', template: "<ids-navigation-content\r\n [headline]=\"headline\">\r\n <ng-content></ng-content>\r\n</ids-navigation-content>" }]
|
|
12
12
|
}], ctorParameters: () => [], propDecorators: { headline: [{
|
|
@@ -3,11 +3,11 @@ import { IDNavigationContentComponent } from './navigation-content.component';
|
|
|
3
3
|
import '@inera/ids-core/components/navigation/content/register';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export class IDNavigationContentModule {
|
|
6
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
7
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.
|
|
8
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.
|
|
6
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDNavigationContentModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: IDNavigationContentModule, declarations: [IDNavigationContentComponent], exports: [IDNavigationContentComponent] });
|
|
8
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDNavigationContentModule });
|
|
9
9
|
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
10
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDNavigationContentModule, decorators: [{
|
|
11
11
|
type: NgModule,
|
|
12
12
|
args: [{
|
|
13
13
|
declarations: [
|
|
@@ -3,10 +3,10 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
export class IDNavigationLocalComponent {
|
|
4
4
|
constructor() { }
|
|
5
5
|
headline = '';
|
|
6
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
7
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
6
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDNavigationLocalComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
7
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDNavigationLocalComponent, selector: "id-navigation-local", inputs: { headline: "headline" }, ngImport: i0, template: "<ids-navigation-local\r\n [headline]=\"headline\">\r\n <ng-content></ng-content>\r\n</ids-navigation-local>" });
|
|
8
8
|
}
|
|
9
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
9
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDNavigationLocalComponent, decorators: [{
|
|
10
10
|
type: Component,
|
|
11
11
|
args: [{ selector: 'id-navigation-local', template: "<ids-navigation-local\r\n [headline]=\"headline\">\r\n <ng-content></ng-content>\r\n</ids-navigation-local>" }]
|
|
12
12
|
}], ctorParameters: () => [], propDecorators: { headline: [{
|
|
@@ -3,11 +3,11 @@ import { IDNavigationLocalComponent } from "./navigation-local.component";
|
|
|
3
3
|
import "@inera/ids-core/components/navigation/local/register";
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export class IDNavigationLocalModule {
|
|
6
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
7
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.
|
|
8
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.
|
|
6
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDNavigationLocalModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: IDNavigationLocalModule, declarations: [IDNavigationLocalComponent], exports: [IDNavigationLocalComponent] });
|
|
8
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDNavigationLocalModule });
|
|
9
9
|
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
10
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDNavigationLocalModule, decorators: [{
|
|
11
11
|
type: NgModule,
|
|
12
12
|
args: [{
|
|
13
13
|
declarations: [IDNavigationLocalComponent],
|
|
@@ -3,10 +3,10 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
export class IDNotificationBadgeComponent {
|
|
4
4
|
constructor() { }
|
|
5
5
|
outlined = false;
|
|
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.13", ngImport: i0, type: IDNotificationBadgeComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
7
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDNotificationBadgeComponent, selector: "id-notification-badge", inputs: { outlined: "outlined" }, ngImport: i0, template: "<ids-notification-badge\r\n [attr.outlined]=\"outlined ? true : null\">\r\n <ng-content></ng-content>\r\n</ids-notification-badge>", encapsulation: i0.ViewEncapsulation.None });
|
|
8
8
|
}
|
|
9
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
9
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDNotificationBadgeComponent, decorators: [{
|
|
10
10
|
type: Component,
|
|
11
11
|
args: [{ selector: 'id-notification-badge', encapsulation: ViewEncapsulation.None, template: "<ids-notification-badge\r\n [attr.outlined]=\"outlined ? true : null\">\r\n <ng-content></ng-content>\r\n</ids-notification-badge>" }]
|
|
12
12
|
}], ctorParameters: () => [], propDecorators: { outlined: [{
|
|
@@ -3,11 +3,11 @@ import { IDNotificationBadgeComponent } from './notification-badge.component';
|
|
|
3
3
|
import '@inera/ids-core/components/notification/badge/register';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export class IDNotificationBadgeModule {
|
|
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.13", ngImport: i0, type: IDNotificationBadgeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: IDNotificationBadgeModule, declarations: [IDNotificationBadgeComponent], exports: [IDNotificationBadgeComponent] });
|
|
8
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDNotificationBadgeModule });
|
|
9
9
|
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
10
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDNotificationBadgeModule, decorators: [{
|
|
11
11
|
type: NgModule,
|
|
12
12
|
args: [{
|
|
13
13
|
declarations: [
|
|
@@ -7,10 +7,10 @@ export class IDDataPaginationComponent {
|
|
|
7
7
|
of = "av";
|
|
8
8
|
total;
|
|
9
9
|
light;
|
|
10
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
11
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
10
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDDataPaginationComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
11
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDDataPaginationComponent, selector: "id-data-pagination", inputs: { from: "from", to: "to", of: "of", total: "total", light: "light" }, ngImport: i0, template: "<ids-data-pagination [from]=\"from\" [to]=\"to\" [of]=\"of\" [total]=\"total\" [light]=\"light ? true : null\">\r\n <ng-content></ng-content>\r\n</ids-data-pagination>\r\n" });
|
|
12
12
|
}
|
|
13
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
13
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDDataPaginationComponent, decorators: [{
|
|
14
14
|
type: Component,
|
|
15
15
|
args: [{ selector: 'id-data-pagination', template: "<ids-data-pagination [from]=\"from\" [to]=\"to\" [of]=\"of\" [total]=\"total\" [light]=\"light ? true : null\">\r\n <ng-content></ng-content>\r\n</ids-data-pagination>\r\n" }]
|
|
16
16
|
}], ctorParameters: () => [], propDecorators: { from: [{
|
|
@@ -3,11 +3,11 @@ import { IDDataPaginationComponent } from './data-pagination.component';
|
|
|
3
3
|
import '@inera/ids-core/components/pagination/data-pagination/register';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export class IDDataPaginationModule {
|
|
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.13", ngImport: i0, type: IDDataPaginationModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: IDDataPaginationModule, declarations: [IDDataPaginationComponent], exports: [IDDataPaginationComponent] });
|
|
8
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDDataPaginationModule });
|
|
9
9
|
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
10
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDDataPaginationModule, decorators: [{
|
|
11
11
|
type: NgModule,
|
|
12
12
|
args: [{
|
|
13
13
|
declarations: [IDDataPaginationComponent],
|
|
@@ -24,10 +24,10 @@ export class IDListPaginationComponent {
|
|
|
24
24
|
nextPage(event) {
|
|
25
25
|
this.onNextpage.emit(event);
|
|
26
26
|
}
|
|
27
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
28
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
27
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDListPaginationComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
28
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDListPaginationComponent, selector: "id-list-pagination", inputs: { from: "from", to: "to", of: "of", total: "total", current: "current", pages: "pages", srcurrentpage: "srcurrentpage", srgotopage: "srgotopage", srprevious: "srprevious", srnext: "srnext" }, outputs: { onChangepage: "onChangepage", onPrevpage: "onPrevpage", onNextpage: "onNextpage" }, ngImport: i0, template: "<ids-list-pagination\r\n [from]=\"from\"\r\n [to]=\"to\"\r\n [of]=\"of\"\r\n [total]=\"total\"\r\n [current]=\"current\"\r\n [pages]=\"pages\"\r\n [srcurrentpage]=\"srcurrentpage\"\r\n [srgotopage]=\"srgotopage\"\r\n [srprevious]=\"srprevious\"\r\n [srnext]=\"srnext\"\r\n (changepage)=\"changePage($event)\"\r\n (prevpage)=\"prevPage($event)\"\r\n (nextpage)=\"nextPage($event)\"\r\n>\r\n <ng-content></ng-content>\r\n</ids-list-pagination>\r\n" });
|
|
29
29
|
}
|
|
30
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
30
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDListPaginationComponent, decorators: [{
|
|
31
31
|
type: Component,
|
|
32
32
|
args: [{ selector: "id-list-pagination", template: "<ids-list-pagination\r\n [from]=\"from\"\r\n [to]=\"to\"\r\n [of]=\"of\"\r\n [total]=\"total\"\r\n [current]=\"current\"\r\n [pages]=\"pages\"\r\n [srcurrentpage]=\"srcurrentpage\"\r\n [srgotopage]=\"srgotopage\"\r\n [srprevious]=\"srprevious\"\r\n [srnext]=\"srnext\"\r\n (changepage)=\"changePage($event)\"\r\n (prevpage)=\"prevPage($event)\"\r\n (nextpage)=\"nextPage($event)\"\r\n>\r\n <ng-content></ng-content>\r\n</ids-list-pagination>\r\n" }]
|
|
33
33
|
}], ctorParameters: () => [], propDecorators: { from: [{
|
|
@@ -3,11 +3,11 @@ import { IDListPaginationComponent } from './list-pagination.component';
|
|
|
3
3
|
import '@inera/ids-core/components/pagination/list-pagination/register';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export class IDListPaginationModule {
|
|
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.13", ngImport: i0, type: IDListPaginationModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: IDListPaginationModule, declarations: [IDListPaginationComponent], exports: [IDListPaginationComponent] });
|
|
8
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDListPaginationModule });
|
|
9
9
|
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
10
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDListPaginationModule, decorators: [{
|
|
11
11
|
type: NgModule,
|
|
12
12
|
args: [{
|
|
13
13
|
declarations: [IDListPaginationComponent],
|
|
@@ -9,10 +9,10 @@ export class IDPopoverComponent {
|
|
|
9
9
|
maxheight = 260;
|
|
10
10
|
category = undefined;
|
|
11
11
|
position = 'bottom';
|
|
12
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
13
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
12
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDPopoverComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
13
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDPopoverComponent, selector: "id-popover", inputs: { autofocus: "autofocus", show: "show", srclosetext: "srclosetext", maxwidth: "maxwidth", maxheight: "maxheight", category: "category", position: "position" }, ngImport: i0, template: "<ids-popover [attr.category]=\"category\" [attr.position]=\"position\">\r\n <ng-content></ng-content>\r\n <ids-popover-content\r\n [attr.autofocus]=\"autofocus ? 'true' : null\"\r\n [attr.srclosetext]=\"srclosetext\"\r\n [attr.maxwidth]=\"maxwidth\"\r\n [attr.maxheight]=\"maxheight\"\r\n [attr.show]=\"show ? 'true' : null\"\r\n >\r\n <ng-content select=\"[popover-content]\"></ng-content>\r\n </ids-popover-content>\r\n</ids-popover>\r\n" });
|
|
14
14
|
}
|
|
15
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
15
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDPopoverComponent, decorators: [{
|
|
16
16
|
type: Component,
|
|
17
17
|
args: [{ selector: 'id-popover', template: "<ids-popover [attr.category]=\"category\" [attr.position]=\"position\">\r\n <ng-content></ng-content>\r\n <ids-popover-content\r\n [attr.autofocus]=\"autofocus ? 'true' : null\"\r\n [attr.srclosetext]=\"srclosetext\"\r\n [attr.maxwidth]=\"maxwidth\"\r\n [attr.maxheight]=\"maxheight\"\r\n [attr.show]=\"show ? 'true' : null\"\r\n >\r\n <ng-content select=\"[popover-content]\"></ng-content>\r\n </ids-popover-content>\r\n</ids-popover>\r\n" }]
|
|
18
18
|
}], ctorParameters: () => [], propDecorators: { autofocus: [{
|
|
@@ -3,11 +3,11 @@ import { IDPopoverComponent } from './popover.component';
|
|
|
3
3
|
import '@inera/ids-core/components/popover/register';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export class IDPopoverModule {
|
|
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.13", ngImport: i0, type: IDPopoverModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: IDPopoverModule, declarations: [IDPopoverComponent], exports: [IDPopoverComponent] });
|
|
8
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDPopoverModule });
|
|
9
9
|
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
10
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDPopoverModule, decorators: [{
|
|
11
11
|
type: NgModule,
|
|
12
12
|
args: [{
|
|
13
13
|
declarations: [
|
|
@@ -5,10 +5,10 @@ export class IDProgressbarComponent {
|
|
|
5
5
|
value = 0;
|
|
6
6
|
hidelabel = false;
|
|
7
7
|
srlabel = "";
|
|
8
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
9
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
8
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDProgressbarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
9
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDProgressbarComponent, selector: "id-progressbar", inputs: { value: "value", hidelabel: "hidelabel", srlabel: "srlabel" }, ngImport: i0, template: "<ids-progressbar \r\n [value]=\"value\"\r\n [hidelabel]=\"hidelabel\"\r\n [srlabel]=\"srlabel\">\r\n</ids-progressbar>" });
|
|
10
10
|
}
|
|
11
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
11
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDProgressbarComponent, decorators: [{
|
|
12
12
|
type: Component,
|
|
13
13
|
args: [{ selector: "id-progressbar", template: "<ids-progressbar \r\n [value]=\"value\"\r\n [hidelabel]=\"hidelabel\"\r\n [srlabel]=\"srlabel\">\r\n</ids-progressbar>" }]
|
|
14
14
|
}], ctorParameters: () => [], propDecorators: { value: [{
|
|
@@ -3,11 +3,11 @@ import { IDProgressbarComponent } from './progressbar.component';
|
|
|
3
3
|
import '@inera/ids-core/components/progressbar/register';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export class IDProgressbarModule {
|
|
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.13", ngImport: i0, type: IDProgressbarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: IDProgressbarModule, declarations: [IDProgressbarComponent], exports: [IDProgressbarComponent] });
|
|
8
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDProgressbarModule });
|
|
9
9
|
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
10
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDProgressbarModule, decorators: [{
|
|
11
11
|
type: NgModule,
|
|
12
12
|
args: [{
|
|
13
13
|
declarations: [
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated bundle index. Do not edit.
|
|
3
|
+
*/
|
|
4
|
+
export * from './public-api';
|
|
5
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5lcmEtaWRzLWFuZ3VsYXItY29tcG9uZW50cy1zaWRlLW1lbnUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9jb21wb25lbnRzL3NpZGUtbWVudS9pbmVyYS1pZHMtYW5ndWxhci1jb21wb25lbnRzLXNpZGUtbWVudS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsY0FBYyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL3B1YmxpYy1hcGknO1xuIl19
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export { IDSideMenuComponent } from "./side-menu.component";
|
|
2
|
+
export { IDSideMenuModule } from "./side-menu.module";
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2NvbXBvbmVudHMvc2lkZS1tZW51L3B1YmxpYy1hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sdUJBQXVCLENBQUM7QUFDNUQsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sb0JBQW9CLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgeyBJRFNpZGVNZW51Q29tcG9uZW50IH0gZnJvbSBcIi4vc2lkZS1tZW51LmNvbXBvbmVudFwiO1xyXG5leHBvcnQgeyBJRFNpZGVNZW51TW9kdWxlIH0gZnJvbSBcIi4vc2lkZS1tZW51Lm1vZHVsZVwiO1xyXG4iXX0=
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { Component, EventEmitter, Input, Output } from "@angular/core";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export class IDSideMenuComponent {
|
|
4
|
+
constructor() { }
|
|
5
|
+
label = "";
|
|
6
|
+
srtoggletext = "";
|
|
7
|
+
level = 1;
|
|
8
|
+
active = false;
|
|
9
|
+
expanded = false;
|
|
10
|
+
hideonm = false;
|
|
11
|
+
onClosed = new EventEmitter();
|
|
12
|
+
onOpened = new EventEmitter();
|
|
13
|
+
showChange = new EventEmitter();
|
|
14
|
+
hasClosed(event) {
|
|
15
|
+
this.onClosed.emit(event);
|
|
16
|
+
}
|
|
17
|
+
hasOpened(event) {
|
|
18
|
+
this.onOpened.emit(event);
|
|
19
|
+
}
|
|
20
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDSideMenuComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
21
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDSideMenuComponent, selector: "id-side-menu", inputs: { label: "label", srtoggletext: "srtoggletext", level: "level", active: "active", expanded: "expanded", hideonm: "hideonm" }, outputs: { onClosed: "onClosed", onOpened: "onOpened", showChange: "showChange" }, ngImport: i0, template: "<ids-side-menu\r\n [label]=\"label\"\r\n [srtoggletext]=\"srtoggletext\"\r\n [level]=\"level\"\r\n [active]=\"active\"\r\n [hideonm]=\"hideonm\"\r\n [expanded]=\"expanded\"\r\n (closed)=\"hasClosed($event)\"\r\n (opened)=\"hasOpened($event)\">\r\n <ng-content></ng-content>\r\n</ids-side-menu>\r\n" });
|
|
22
|
+
}
|
|
23
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDSideMenuComponent, decorators: [{
|
|
24
|
+
type: Component,
|
|
25
|
+
args: [{ selector: "id-side-menu", template: "<ids-side-menu\r\n [label]=\"label\"\r\n [srtoggletext]=\"srtoggletext\"\r\n [level]=\"level\"\r\n [active]=\"active\"\r\n [hideonm]=\"hideonm\"\r\n [expanded]=\"expanded\"\r\n (closed)=\"hasClosed($event)\"\r\n (opened)=\"hasOpened($event)\">\r\n <ng-content></ng-content>\r\n</ids-side-menu>\r\n" }]
|
|
26
|
+
}], ctorParameters: () => [], propDecorators: { label: [{
|
|
27
|
+
type: Input
|
|
28
|
+
}], srtoggletext: [{
|
|
29
|
+
type: Input
|
|
30
|
+
}], level: [{
|
|
31
|
+
type: Input
|
|
32
|
+
}], active: [{
|
|
33
|
+
type: Input
|
|
34
|
+
}], expanded: [{
|
|
35
|
+
type: Input
|
|
36
|
+
}], hideonm: [{
|
|
37
|
+
type: Input
|
|
38
|
+
}], onClosed: [{
|
|
39
|
+
type: Output
|
|
40
|
+
}], onOpened: [{
|
|
41
|
+
type: Output
|
|
42
|
+
}], showChange: [{
|
|
43
|
+
type: Output
|
|
44
|
+
}] } });
|
|
45
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2lkZS1tZW51LmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2NvbXBvbmVudHMvc2lkZS1tZW51L3NpZGUtbWVudS5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9jb21wb25lbnRzL3NpZGUtbWVudS9zaWRlLW1lbnUuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxZQUFZLEVBQUUsS0FBSyxFQUFFLE1BQU0sRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFNdkUsTUFBTSxPQUFPLG1CQUFtQjtJQUM5QixnQkFBZSxDQUFDO0lBR2hCLEtBQUssR0FBVyxFQUFFLENBQUM7SUFHbkIsWUFBWSxHQUFXLEVBQUUsQ0FBQztJQUcxQixLQUFLLEdBQVcsQ0FBQyxDQUFDO0lBR2xCLE1BQU0sR0FBWSxLQUFLLENBQUM7SUFHeEIsUUFBUSxHQUFZLEtBQUssQ0FBQztJQUcxQixPQUFPLEdBQVksS0FBSyxDQUFDO0lBR3pCLFFBQVEsR0FBd0IsSUFBSSxZQUFZLEVBQUUsQ0FBQztJQUduRCxRQUFRLEdBQXdCLElBQUksWUFBWSxFQUFFLENBQUM7SUFHbkQsVUFBVSxHQUEwQixJQUFJLFlBQVksRUFBVyxDQUFDO0lBRWhFLFNBQVMsQ0FBQyxLQUFZO1FBQ3BCLElBQUksQ0FBQyxRQUFRLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxDQUFDO0lBQzVCLENBQUM7SUFDRCxTQUFTLENBQUMsS0FBWTtRQUNwQixJQUFJLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQztJQUM1QixDQUFDO3dHQW5DVSxtQkFBbUI7NEZBQW5CLG1CQUFtQiw2UUNOaEMsb1RBV0E7OzRGRExhLG1CQUFtQjtrQkFKL0IsU0FBUzsrQkFDRSxjQUFjO3dEQU94QixLQUFLO3NCQURKLEtBQUs7Z0JBSU4sWUFBWTtzQkFEWCxLQUFLO2dCQUlOLEtBQUs7c0JBREosS0FBSztnQkFJTixNQUFNO3NCQURMLEtBQUs7Z0JBSU4sUUFBUTtzQkFEUCxLQUFLO2dCQUlOLE9BQU87c0JBRE4sS0FBSztnQkFJTixRQUFRO3NCQURQLE1BQU07Z0JBSVAsUUFBUTtzQkFEUCxNQUFNO2dCQUlQLFVBQVU7c0JBRFQsTUFBTSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgRXZlbnRFbWl0dGVyLCBJbnB1dCwgT3V0cHV0IH0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcclxuXHJcbkBDb21wb25lbnQoe1xyXG4gIHNlbGVjdG9yOiBcImlkLXNpZGUtbWVudVwiLFxyXG4gIHRlbXBsYXRlVXJsOiBcIi4vc2lkZS1tZW51LmNvbXBvbmVudC5odG1sXCJcclxufSlcclxuZXhwb3J0IGNsYXNzIElEU2lkZU1lbnVDb21wb25lbnQge1xyXG4gIGNvbnN0cnVjdG9yKCkge31cclxuXHJcbiAgQElucHV0KClcclxuICBsYWJlbDogc3RyaW5nID0gXCJcIjtcclxuXHJcbiAgQElucHV0KClcclxuICBzcnRvZ2dsZXRleHQ6IHN0cmluZyA9IFwiXCI7XHJcblxyXG4gIEBJbnB1dCgpXHJcbiAgbGV2ZWw6IG51bWJlciA9IDE7XHJcblxyXG4gIEBJbnB1dCgpXHJcbiAgYWN0aXZlOiBib29sZWFuID0gZmFsc2U7XHJcblxyXG4gIEBJbnB1dCgpXHJcbiAgZXhwYW5kZWQ6IGJvb2xlYW4gPSBmYWxzZTtcclxuXHJcbiAgQElucHV0KClcclxuICBoaWRlb25tOiBib29sZWFuID0gZmFsc2U7XHJcblxyXG4gIEBPdXRwdXQoKVxyXG4gIG9uQ2xvc2VkOiBFdmVudEVtaXR0ZXI8RXZlbnQ+ID0gbmV3IEV2ZW50RW1pdHRlcigpO1xyXG5cclxuICBAT3V0cHV0KClcclxuICBvbk9wZW5lZDogRXZlbnRFbWl0dGVyPEV2ZW50PiA9IG5ldyBFdmVudEVtaXR0ZXIoKTtcclxuXHJcbiAgQE91dHB1dCgpXHJcbiAgc2hvd0NoYW5nZTogRXZlbnRFbWl0dGVyPGJvb2xlYW4+ID0gbmV3IEV2ZW50RW1pdHRlcjxib29sZWFuPigpO1xyXG5cclxuICBoYXNDbG9zZWQoZXZlbnQ6IEV2ZW50KSB7XHJcbiAgICB0aGlzLm9uQ2xvc2VkLmVtaXQoZXZlbnQpO1xyXG4gIH1cclxuICBoYXNPcGVuZWQoZXZlbnQ6IEV2ZW50KSB7XHJcbiAgICB0aGlzLm9uT3BlbmVkLmVtaXQoZXZlbnQpO1xyXG4gIH1cclxufVxyXG4iLCI8aWRzLXNpZGUtbWVudVxyXG4gIFtsYWJlbF09XCJsYWJlbFwiXHJcbiAgW3NydG9nZ2xldGV4dF09XCJzcnRvZ2dsZXRleHRcIlxyXG4gIFtsZXZlbF09XCJsZXZlbFwiXHJcbiAgW2FjdGl2ZV09XCJhY3RpdmVcIlxyXG4gIFtoaWRlb25tXT1cImhpZGVvbm1cIlxyXG4gIFtleHBhbmRlZF09XCJleHBhbmRlZFwiXHJcbiAgKGNsb3NlZCk9XCJoYXNDbG9zZWQoJGV2ZW50KVwiXHJcbiAgKG9wZW5lZCk9XCJoYXNPcGVuZWQoJGV2ZW50KVwiPlxyXG4gIDxuZy1jb250ZW50PjwvbmctY29udGVudD5cclxuPC9pZHMtc2lkZS1tZW51PlxyXG4iXX0=
|