@inera/ids-angular 5.0.2 → 5.0.3
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/footer-1177-admin/footer-1177-admin.component.d.ts +11 -0
- package/components/footer-1177-admin/footer-1177-admin.module.d.ts +9 -0
- package/components/footer-1177-admin/index.d.ts +5 -0
- package/components/footer-1177-admin/public-api.d.ts +2 -0
- package/components/footer-1177-pro/footer-1177-pro.component.d.ts +7 -0
- package/components/footer-1177-pro/footer-1177-pro.module.d.ts +9 -0
- package/components/footer-1177-pro/index.d.ts +5 -0
- package/components/footer-1177-pro/public-api.d.ts +2 -0
- 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/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/footer-1177.module.mjs +4 -4
- package/esm2022/components/footer-1177-admin/footer-1177-admin.component.mjs +27 -0
- package/esm2022/components/footer-1177-admin/footer-1177-admin.module.mjs +20 -0
- package/esm2022/components/footer-1177-admin/inera-ids-angular-components-footer-1177-admin.mjs +5 -0
- package/esm2022/components/footer-1177-admin/public-api.mjs +3 -0
- package/esm2022/components/footer-1177-pro/footer-1177-pro.component.mjs +15 -0
- package/esm2022/components/footer-1177-pro/footer-1177-pro.module.mjs +20 -0
- package/esm2022/components/footer-1177-pro/inera-ids-angular-components-footer-1177-pro.mjs +5 -0
- package/esm2022/components/footer-1177-pro/public-api.mjs +3 -0
- package/esm2022/components/footer-inera/footer-inera.component.mjs +3 -3
- package/esm2022/components/footer-inera/footer-inera.module.mjs +4 -4
- package/esm2022/components/footer-inera-admin/footer-inera-admin.component.mjs +3 -3
- package/esm2022/components/footer-inera-admin/footer-inera-admin.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/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/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/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/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/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-expandable.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-footer-1177-admin.mjs +51 -0
- package/fesm2022/inera-ids-angular-components-footer-1177-admin.mjs.map +1 -0
- package/fesm2022/inera-ids-angular-components-footer-1177-pro.mjs +39 -0
- package/fesm2022/inera-ids-angular-components-footer-1177-pro.mjs.map +1 -0
- package/fesm2022/inera-ids-angular-components-footer-1177.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-footer-inera-admin.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-footer-inera.mjs +7 -7
- 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 +7 -7
- 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 +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-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.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.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-popover.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-progressbar.mjs +7 -7
- 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 +246 -234
|
@@ -3,11 +3,11 @@ import { IDIconArchiveComponent } from './icon-archive.component';
|
|
|
3
3
|
import '@inera/ids-core/components/icons/archive/register';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export class IDIconArchiveModule {
|
|
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.3", ngImport: i0, type: IDIconArchiveModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.3", ngImport: i0, type: IDIconArchiveModule, declarations: [IDIconArchiveComponent], exports: [IDIconArchiveComponent] });
|
|
8
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDIconArchiveModule });
|
|
9
9
|
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
10
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDIconArchiveModule, decorators: [{
|
|
11
11
|
type: NgModule,
|
|
12
12
|
args: [{
|
|
13
13
|
declarations: [
|
|
@@ -2,10 +2,10 @@ import { Component } from '@angular/core';
|
|
|
2
2
|
import { IDIconBase } from '@inera/ids-angular/common';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export class IDIconArrowComponent extends IDIconBase {
|
|
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.3", ngImport: i0, type: IDIconArrowComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
6
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.3", type: IDIconArrowComponent, selector: "id-icon-arrow", usesInheritance: true, ngImport: i0, template: "<ids-icon-arrow #icon></ids-icon-arrow>", styles: [":host{display:contents}\n"] });
|
|
7
7
|
}
|
|
8
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
8
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDIconArrowComponent, decorators: [{
|
|
9
9
|
type: Component,
|
|
10
10
|
args: [{ selector: 'id-icon-arrow', template: "<ids-icon-arrow #icon></ids-icon-arrow>", styles: [":host{display:contents}\n"] }]
|
|
11
11
|
}] });
|
|
@@ -3,11 +3,11 @@ import { IDIconArrowComponent } from './icon-arrow.component';
|
|
|
3
3
|
import '@inera/ids-core/components/icons/arrow/register';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export class IDIconArrowModule {
|
|
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.3", ngImport: i0, type: IDIconArrowModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.3", ngImport: i0, type: IDIconArrowModule, declarations: [IDIconArrowComponent], exports: [IDIconArrowComponent] });
|
|
8
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDIconArrowModule });
|
|
9
9
|
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
10
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDIconArrowModule, decorators: [{
|
|
11
11
|
type: NgModule,
|
|
12
12
|
args: [{
|
|
13
13
|
declarations: [
|
|
@@ -2,10 +2,10 @@ import { Component } from '@angular/core';
|
|
|
2
2
|
import { IDIconBase } from '@inera/ids-angular/common';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export class IDIconAttentionComponent extends IDIconBase {
|
|
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.3", ngImport: i0, type: IDIconAttentionComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
6
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.3", type: IDIconAttentionComponent, selector: "id-icon-attention", usesInheritance: true, ngImport: i0, template: "<ids-icon-attention #icon></ids-icon-attention>", styles: [":host{display:contents}\n"] });
|
|
7
7
|
}
|
|
8
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
8
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDIconAttentionComponent, decorators: [{
|
|
9
9
|
type: Component,
|
|
10
10
|
args: [{ selector: 'id-icon-attention', template: "<ids-icon-attention #icon></ids-icon-attention>", styles: [":host{display:contents}\n"] }]
|
|
11
11
|
}] });
|
|
@@ -3,11 +3,11 @@ import { IDIconAttentionComponent } from './icon-attention.component';
|
|
|
3
3
|
import '@inera/ids-core/components/icons/attention/register';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export class IDIconAttentionModule {
|
|
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.3", ngImport: i0, type: IDIconAttentionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.3", ngImport: i0, type: IDIconAttentionModule, declarations: [IDIconAttentionComponent], exports: [IDIconAttentionComponent] });
|
|
8
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDIconAttentionModule });
|
|
9
9
|
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
10
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDIconAttentionModule, decorators: [{
|
|
11
11
|
type: NgModule,
|
|
12
12
|
args: [{
|
|
13
13
|
declarations: [
|
|
@@ -2,10 +2,10 @@ import { Component } from '@angular/core';
|
|
|
2
2
|
import { IDIconBase } from '@inera/ids-angular/common';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export class IDIconBlekingeComponent extends IDIconBase {
|
|
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.3", ngImport: i0, type: IDIconBlekingeComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
6
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.3", type: IDIconBlekingeComponent, selector: "id-icon-blekinge", usesInheritance: true, ngImport: i0, template: "<ids-icon-blekinge #icon></ids-icon-blekinge>", styles: [":host{display:contents}\n"] });
|
|
7
7
|
}
|
|
8
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
8
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDIconBlekingeComponent, decorators: [{
|
|
9
9
|
type: Component,
|
|
10
10
|
args: [{ selector: 'id-icon-blekinge', template: "<ids-icon-blekinge #icon></ids-icon-blekinge>", styles: [":host{display:contents}\n"] }]
|
|
11
11
|
}] });
|
|
@@ -3,11 +3,11 @@ import { IDIconBlekingeComponent } from './icon-blekinge.component';
|
|
|
3
3
|
import '@inera/ids-core/components/icons/blekinge/register';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export class IDIconBlekingeModule {
|
|
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.3", ngImport: i0, type: IDIconBlekingeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.3", ngImport: i0, type: IDIconBlekingeModule, declarations: [IDIconBlekingeComponent], exports: [IDIconBlekingeComponent] });
|
|
8
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDIconBlekingeModule });
|
|
9
9
|
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
10
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDIconBlekingeModule, decorators: [{
|
|
11
11
|
type: NgModule,
|
|
12
12
|
args: [{
|
|
13
13
|
declarations: [
|
|
@@ -2,10 +2,10 @@ import { Component } from '@angular/core';
|
|
|
2
2
|
import { IDIconBase } from '@inera/ids-angular/common';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export class IDIconBookmarkComponent extends IDIconBase {
|
|
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.3", ngImport: i0, type: IDIconBookmarkComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
6
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.3", type: IDIconBookmarkComponent, selector: "id-icon-bookmark", usesInheritance: true, ngImport: i0, template: "<ids-icon-bookmark #icon></ids-icon-bookmark>", styles: [":host{display:contents}\n"] });
|
|
7
7
|
}
|
|
8
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
8
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDIconBookmarkComponent, decorators: [{
|
|
9
9
|
type: Component,
|
|
10
10
|
args: [{ selector: 'id-icon-bookmark', template: "<ids-icon-bookmark #icon></ids-icon-bookmark>", styles: [":host{display:contents}\n"] }]
|
|
11
11
|
}] });
|
|
@@ -3,11 +3,11 @@ import { IDIconBookmarkComponent } from './icon-bookmark.component';
|
|
|
3
3
|
import '@inera/ids-core/components/icons/bookmark/register';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export class IDIconBookmarkModule {
|
|
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.3", ngImport: i0, type: IDIconBookmarkModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.3", ngImport: i0, type: IDIconBookmarkModule, declarations: [IDIconBookmarkComponent], exports: [IDIconBookmarkComponent] });
|
|
8
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDIconBookmarkModule });
|
|
9
9
|
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
10
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDIconBookmarkModule, decorators: [{
|
|
11
11
|
type: NgModule,
|
|
12
12
|
args: [{
|
|
13
13
|
declarations: [
|
|
@@ -2,10 +2,10 @@ import { Component } from '@angular/core';
|
|
|
2
2
|
import { IDIconBase } from '@inera/ids-angular/common';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export class IDIconCalendarComponent extends IDIconBase {
|
|
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.3", ngImport: i0, type: IDIconCalendarComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
6
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.3", type: IDIconCalendarComponent, selector: "id-icon-calendar", usesInheritance: true, ngImport: i0, template: "<ids-icon-calendar #icon></ids-icon-calendar>", styles: [":host{display:contents}\n"] });
|
|
7
7
|
}
|
|
8
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
8
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDIconCalendarComponent, decorators: [{
|
|
9
9
|
type: Component,
|
|
10
10
|
args: [{ selector: 'id-icon-calendar', template: "<ids-icon-calendar #icon></ids-icon-calendar>", styles: [":host{display:contents}\n"] }]
|
|
11
11
|
}] });
|
|
@@ -3,11 +3,11 @@ import { IDIconCalendarComponent } from './icon-calendar.component';
|
|
|
3
3
|
import '@inera/ids-core/components/icons/calendar/register';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export class IDIconCalendarModule {
|
|
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.3", ngImport: i0, type: IDIconCalendarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.3", ngImport: i0, type: IDIconCalendarModule, declarations: [IDIconCalendarComponent], exports: [IDIconCalendarComponent] });
|
|
8
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDIconCalendarModule });
|
|
9
9
|
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
10
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDIconCalendarModule, decorators: [{
|
|
11
11
|
type: NgModule,
|
|
12
12
|
args: [{
|
|
13
13
|
declarations: [
|
|
@@ -2,10 +2,10 @@ import { Component } from '@angular/core';
|
|
|
2
2
|
import { IDIconBase } from '@inera/ids-angular/common';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export class IDIconCallComponent extends IDIconBase {
|
|
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.3", ngImport: i0, type: IDIconCallComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
6
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.3", type: IDIconCallComponent, selector: "id-icon-call", usesInheritance: true, ngImport: i0, template: "<ids-icon-call #icon></ids-icon-call>", styles: [":host{display:contents}\n"] });
|
|
7
7
|
}
|
|
8
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
8
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDIconCallComponent, decorators: [{
|
|
9
9
|
type: Component,
|
|
10
10
|
args: [{ selector: 'id-icon-call', template: "<ids-icon-call #icon></ids-icon-call>", styles: [":host{display:contents}\n"] }]
|
|
11
11
|
}] });
|
|
@@ -3,11 +3,11 @@ import { IDIconCallComponent } from './icon-call.component';
|
|
|
3
3
|
import '@inera/ids-core/components/icons/call/register';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export class IDIconCallModule {
|
|
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.3", ngImport: i0, type: IDIconCallModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.3", ngImport: i0, type: IDIconCallModule, declarations: [IDIconCallComponent], exports: [IDIconCallComponent] });
|
|
8
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDIconCallModule });
|
|
9
9
|
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
10
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDIconCallModule, decorators: [{
|
|
11
11
|
type: NgModule,
|
|
12
12
|
args: [{
|
|
13
13
|
declarations: [
|
|
@@ -2,10 +2,10 @@ import { Component } from '@angular/core';
|
|
|
2
2
|
import { IDIconBase } from '@inera/ids-angular/common';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export class IDIconCallActiveComponent extends IDIconBase {
|
|
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.3", ngImport: i0, type: IDIconCallActiveComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
6
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.3", type: IDIconCallActiveComponent, selector: "id-icon-call-active", usesInheritance: true, ngImport: i0, template: "<ids-icon-call-active #icon></ids-icon-call-active>", styles: [":host{display:contents}\n"] });
|
|
7
7
|
}
|
|
8
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
8
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDIconCallActiveComponent, decorators: [{
|
|
9
9
|
type: Component,
|
|
10
10
|
args: [{ selector: 'id-icon-call-active', template: "<ids-icon-call-active #icon></ids-icon-call-active>", styles: [":host{display:contents}\n"] }]
|
|
11
11
|
}] });
|
|
@@ -3,11 +3,11 @@ import { IDIconCallActiveComponent } from './icon-call-active.component';
|
|
|
3
3
|
import '@inera/ids-core/components/icons/call-active/register';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export class IDIconCallActiveModule {
|
|
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.3", ngImport: i0, type: IDIconCallActiveModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.3", ngImport: i0, type: IDIconCallActiveModule, declarations: [IDIconCallActiveComponent], exports: [IDIconCallActiveComponent] });
|
|
8
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDIconCallActiveModule });
|
|
9
9
|
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
10
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDIconCallActiveModule, decorators: [{
|
|
11
11
|
type: NgModule,
|
|
12
12
|
args: [{
|
|
13
13
|
declarations: [
|
|
@@ -2,10 +2,10 @@ import { Component } from '@angular/core';
|
|
|
2
2
|
import { IDIconBase } from '@inera/ids-angular/common';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export class IDIconCameraOffComponent extends IDIconBase {
|
|
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.3", ngImport: i0, type: IDIconCameraOffComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
6
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.3", type: IDIconCameraOffComponent, selector: "id-icon-camera-off", usesInheritance: true, ngImport: i0, template: "<ids-icon-camera-off #icon></ids-icon-camera-off>", styles: [":host{display:contents}\n"] });
|
|
7
7
|
}
|
|
8
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
8
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDIconCameraOffComponent, decorators: [{
|
|
9
9
|
type: Component,
|
|
10
10
|
args: [{ selector: 'id-icon-camera-off', template: "<ids-icon-camera-off #icon></ids-icon-camera-off>", styles: [":host{display:contents}\n"] }]
|
|
11
11
|
}] });
|
|
@@ -3,11 +3,11 @@ import { IDIconCameraOffComponent } from './icon-camera-off.component';
|
|
|
3
3
|
import '@inera/ids-core/components/icons/camera-off/register';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export class IDIconCameraOffModule {
|
|
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.3", ngImport: i0, type: IDIconCameraOffModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.3", ngImport: i0, type: IDIconCameraOffModule, declarations: [IDIconCameraOffComponent], exports: [IDIconCameraOffComponent] });
|
|
8
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDIconCameraOffModule });
|
|
9
9
|
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
10
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDIconCameraOffModule, decorators: [{
|
|
11
11
|
type: NgModule,
|
|
12
12
|
args: [{
|
|
13
13
|
declarations: [
|
|
@@ -2,10 +2,10 @@ import { Component } from '@angular/core';
|
|
|
2
2
|
import { IDIconBase } from '@inera/ids-angular/common';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export class IDIconCameraOnComponent extends IDIconBase {
|
|
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.3", ngImport: i0, type: IDIconCameraOnComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
6
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.3", type: IDIconCameraOnComponent, selector: "id-icon-camera-on", usesInheritance: true, ngImport: i0, template: "<ids-icon-camera-on #icon></ids-icon-camera-on>", styles: [":host{display:contents}\n"] });
|
|
7
7
|
}
|
|
8
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
8
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDIconCameraOnComponent, decorators: [{
|
|
9
9
|
type: Component,
|
|
10
10
|
args: [{ selector: 'id-icon-camera-on', template: "<ids-icon-camera-on #icon></ids-icon-camera-on>", styles: [":host{display:contents}\n"] }]
|
|
11
11
|
}] });
|
|
@@ -3,11 +3,11 @@ import { IDIconCameraOnComponent } from './icon-camera-on.component';
|
|
|
3
3
|
import '@inera/ids-core/components/icons/camera-on/register';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export class IDIconCameraOnModule {
|
|
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.3", ngImport: i0, type: IDIconCameraOnModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.3", ngImport: i0, type: IDIconCameraOnModule, declarations: [IDIconCameraOnComponent], exports: [IDIconCameraOnComponent] });
|
|
8
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDIconCameraOnModule });
|
|
9
9
|
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
10
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDIconCameraOnModule, decorators: [{
|
|
11
11
|
type: NgModule,
|
|
12
12
|
args: [{
|
|
13
13
|
declarations: [
|
|
@@ -2,10 +2,10 @@ import { Component } from '@angular/core';
|
|
|
2
2
|
import { IDIconBase } from '@inera/ids-angular/common';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export class IDIconCameraSwitchComponent extends IDIconBase {
|
|
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.3", ngImport: i0, type: IDIconCameraSwitchComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
6
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.3", type: IDIconCameraSwitchComponent, selector: "id-icon-camera-switch", usesInheritance: true, ngImport: i0, template: "<ids-icon-camera-switch #icon></ids-icon-camera-switch>", styles: [":host{display:contents}\n"] });
|
|
7
7
|
}
|
|
8
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
8
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDIconCameraSwitchComponent, decorators: [{
|
|
9
9
|
type: Component,
|
|
10
10
|
args: [{ selector: 'id-icon-camera-switch', template: "<ids-icon-camera-switch #icon></ids-icon-camera-switch>", styles: [":host{display:contents}\n"] }]
|
|
11
11
|
}] });
|
|
@@ -3,11 +3,11 @@ import { IDIconCameraSwitchComponent } from './icon-camera-switch.component';
|
|
|
3
3
|
import '@inera/ids-core/components/icons/camera-switch/register';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export class IDIconCameraSwitchModule {
|
|
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.3", ngImport: i0, type: IDIconCameraSwitchModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.3", ngImport: i0, type: IDIconCameraSwitchModule, declarations: [IDIconCameraSwitchComponent], exports: [IDIconCameraSwitchComponent] });
|
|
8
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDIconCameraSwitchModule });
|
|
9
9
|
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
10
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDIconCameraSwitchModule, decorators: [{
|
|
11
11
|
type: NgModule,
|
|
12
12
|
args: [{
|
|
13
13
|
declarations: [
|
|
@@ -2,10 +2,10 @@ import { Component } from '@angular/core';
|
|
|
2
2
|
import { IDIconBase } from '@inera/ids-angular/common';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export class IDIconChartBarComponent extends IDIconBase {
|
|
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.3", ngImport: i0, type: IDIconChartBarComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
6
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.3", type: IDIconChartBarComponent, selector: "id-icon-chart-bar", usesInheritance: true, ngImport: i0, template: "<ids-icon-chart-bar #icon></ids-icon-chart-bar>", styles: [":host{display:contents}\n"] });
|
|
7
7
|
}
|
|
8
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
8
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDIconChartBarComponent, decorators: [{
|
|
9
9
|
type: Component,
|
|
10
10
|
args: [{ selector: 'id-icon-chart-bar', template: "<ids-icon-chart-bar #icon></ids-icon-chart-bar>", styles: [":host{display:contents}\n"] }]
|
|
11
11
|
}] });
|
|
@@ -3,11 +3,11 @@ import { IDIconChartBarComponent } from './icon-chart-bar.component';
|
|
|
3
3
|
import '@inera/ids-core/components/icons/chart-bar/register';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export class IDIconChartBarModule {
|
|
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.3", ngImport: i0, type: IDIconChartBarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.3", ngImport: i0, type: IDIconChartBarModule, declarations: [IDIconChartBarComponent], exports: [IDIconChartBarComponent] });
|
|
8
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDIconChartBarModule });
|
|
9
9
|
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
10
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDIconChartBarModule, decorators: [{
|
|
11
11
|
type: NgModule,
|
|
12
12
|
args: [{
|
|
13
13
|
declarations: [
|
|
@@ -2,10 +2,10 @@ import { Component } from '@angular/core';
|
|
|
2
2
|
import { IDIconBase } from '@inera/ids-angular/common';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export class IDIconChartLineComponent extends IDIconBase {
|
|
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.3", ngImport: i0, type: IDIconChartLineComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
6
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.3", type: IDIconChartLineComponent, selector: "id-icon-chart-line", usesInheritance: true, ngImport: i0, template: "<ids-icon-chart-line #icon></ids-icon-chart-line>", styles: [":host{display:contents}\n"] });
|
|
7
7
|
}
|
|
8
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
8
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDIconChartLineComponent, decorators: [{
|
|
9
9
|
type: Component,
|
|
10
10
|
args: [{ selector: 'id-icon-chart-line', template: "<ids-icon-chart-line #icon></ids-icon-chart-line>", styles: [":host{display:contents}\n"] }]
|
|
11
11
|
}] });
|
|
@@ -3,11 +3,11 @@ import { IDIconChartLineComponent } from './icon-chart-line.component';
|
|
|
3
3
|
import '@inera/ids-core/components/icons/chart-line/register';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export class IDIconChartLineModule {
|
|
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.3", ngImport: i0, type: IDIconChartLineModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.3", ngImport: i0, type: IDIconChartLineModule, declarations: [IDIconChartLineComponent], exports: [IDIconChartLineComponent] });
|
|
8
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDIconChartLineModule });
|
|
9
9
|
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
10
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDIconChartLineModule, decorators: [{
|
|
11
11
|
type: NgModule,
|
|
12
12
|
args: [{
|
|
13
13
|
declarations: [
|
|
@@ -2,10 +2,10 @@ import { Component } from '@angular/core';
|
|
|
2
2
|
import { IDIconBase } from '@inera/ids-angular/common';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export class IDIconChatComponent extends IDIconBase {
|
|
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.3", ngImport: i0, type: IDIconChatComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
6
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.3", type: IDIconChatComponent, selector: "id-icon-chat", usesInheritance: true, ngImport: i0, template: "<ids-icon-chat #icon></ids-icon-chat>", styles: [":host{display:contents}\n"] });
|
|
7
7
|
}
|
|
8
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
8
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDIconChatComponent, decorators: [{
|
|
9
9
|
type: Component,
|
|
10
10
|
args: [{ selector: 'id-icon-chat', template: "<ids-icon-chat #icon></ids-icon-chat>", styles: [":host{display:contents}\n"] }]
|
|
11
11
|
}] });
|
|
@@ -3,11 +3,11 @@ import { IDIconChatComponent } from './icon-chat.component';
|
|
|
3
3
|
import '@inera/ids-core/components/icons/chat/register';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export class IDIconChatModule {
|
|
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.3", ngImport: i0, type: IDIconChatModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.3", ngImport: i0, type: IDIconChatModule, declarations: [IDIconChatComponent], exports: [IDIconChatComponent] });
|
|
8
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDIconChatModule });
|
|
9
9
|
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
10
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDIconChatModule, decorators: [{
|
|
11
11
|
type: NgModule,
|
|
12
12
|
args: [{
|
|
13
13
|
declarations: [
|
|
@@ -2,10 +2,10 @@ import { Component } from '@angular/core';
|
|
|
2
2
|
import { IDIconBase } from '@inera/ids-angular/common';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export class IDIconCheckComponent extends IDIconBase {
|
|
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.3", ngImport: i0, type: IDIconCheckComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
6
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.3", type: IDIconCheckComponent, selector: "id-icon-check", usesInheritance: true, ngImport: i0, template: "<ids-icon-check #icon></ids-icon-check>", styles: [":host{display:contents}\n"] });
|
|
7
7
|
}
|
|
8
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
8
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDIconCheckComponent, decorators: [{
|
|
9
9
|
type: Component,
|
|
10
10
|
args: [{ selector: 'id-icon-check', template: "<ids-icon-check #icon></ids-icon-check>", styles: [":host{display:contents}\n"] }]
|
|
11
11
|
}] });
|
|
@@ -3,11 +3,11 @@ import { IDIconCheckComponent } from './icon-check.component';
|
|
|
3
3
|
import '@inera/ids-core/components/icons/check/register';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export class IDIconCheckModule {
|
|
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.3", ngImport: i0, type: IDIconCheckModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.3", ngImport: i0, type: IDIconCheckModule, declarations: [IDIconCheckComponent], exports: [IDIconCheckComponent] });
|
|
8
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDIconCheckModule });
|
|
9
9
|
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
10
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDIconCheckModule, decorators: [{
|
|
11
11
|
type: NgModule,
|
|
12
12
|
args: [{
|
|
13
13
|
declarations: [
|
|
@@ -2,10 +2,10 @@ import { Component } from '@angular/core';
|
|
|
2
2
|
import { IDIconBase } from '@inera/ids-angular/common';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export class IDIconChevronComponent extends IDIconBase {
|
|
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.3", ngImport: i0, type: IDIconChevronComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
6
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.3", type: IDIconChevronComponent, selector: "id-icon-chevron", usesInheritance: true, ngImport: i0, template: "<ids-icon-chevron #icon></ids-icon-chevron>", styles: [":host{display:contents}\n"] });
|
|
7
7
|
}
|
|
8
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
8
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDIconChevronComponent, decorators: [{
|
|
9
9
|
type: Component,
|
|
10
10
|
args: [{ selector: 'id-icon-chevron', template: "<ids-icon-chevron #icon></ids-icon-chevron>", styles: [":host{display:contents}\n"] }]
|
|
11
11
|
}] });
|
|
@@ -3,11 +3,11 @@ import { IDIconChevronComponent } from './icon-chevron.component';
|
|
|
3
3
|
import '@inera/ids-core/components/icons/chevron/register';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export class IDIconChevronModule {
|
|
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.3", ngImport: i0, type: IDIconChevronModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.3", ngImport: i0, type: IDIconChevronModule, declarations: [IDIconChevronComponent], exports: [IDIconChevronComponent] });
|
|
8
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDIconChevronModule });
|
|
9
9
|
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
10
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDIconChevronModule, decorators: [{
|
|
11
11
|
type: NgModule,
|
|
12
12
|
args: [{
|
|
13
13
|
declarations: [
|
|
@@ -2,10 +2,10 @@ import { Component } from '@angular/core';
|
|
|
2
2
|
import { IDIconBase } from '@inera/ids-angular/common';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export class IDIconChevronBoldComponent extends IDIconBase {
|
|
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.3", ngImport: i0, type: IDIconChevronBoldComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
6
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.3", type: IDIconChevronBoldComponent, selector: "id-icon-chevron-bold", usesInheritance: true, ngImport: i0, template: "<ids-icon-chevron-bold #icon></ids-icon-chevron-bold>", styles: [":host{display:contents}\n"] });
|
|
7
7
|
}
|
|
8
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
8
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDIconChevronBoldComponent, decorators: [{
|
|
9
9
|
type: Component,
|
|
10
10
|
args: [{ selector: 'id-icon-chevron-bold', template: "<ids-icon-chevron-bold #icon></ids-icon-chevron-bold>", styles: [":host{display:contents}\n"] }]
|
|
11
11
|
}] });
|
|
@@ -3,11 +3,11 @@ import { IDIconChevronBoldComponent } from './icon-chevron-bold.component';
|
|
|
3
3
|
import '@inera/ids-core/components/icons/chevron-bold/register';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export class IDIconChevronBoldModule {
|
|
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.3", ngImport: i0, type: IDIconChevronBoldModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.3", ngImport: i0, type: IDIconChevronBoldModule, declarations: [IDIconChevronBoldComponent], exports: [IDIconChevronBoldComponent] });
|
|
8
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDIconChevronBoldModule });
|
|
9
9
|
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
10
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDIconChevronBoldModule, decorators: [{
|
|
11
11
|
type: NgModule,
|
|
12
12
|
args: [{
|
|
13
13
|
declarations: [
|