@inera/ids-angular 7.0.1 → 7.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/accordion/accordion.component.d.ts +2 -1
- package/components/dropdown/dropdown.component.d.ts +2 -0
- package/components/header-1177/menu-mobile/header-1177-menu-mobile.component.d.ts +1 -1
- package/components/header-inera-admin/header-inera-admin.component.d.ts +2 -1
- package/components/puff-list/puff-item/puff-header/puff-list-item-header.component.d.ts +2 -1
- package/components/tabs/tabs.component.d.ts +6 -5
- package/esm2022/common/classes/form/IDFormBase.mjs +3 -3
- package/esm2022/common/classes/icon/IDIconBase.mjs +3 -3
- package/esm2022/components/accordion/accordion.component.mjs +8 -5
- package/esm2022/components/accordion/accordion.module.mjs +4 -4
- package/esm2022/components/agent/agent.component.mjs +3 -3
- package/esm2022/components/agent/agent.module.mjs +4 -4
- package/esm2022/components/alert/alert.component.mjs +3 -3
- package/esm2022/components/alert/alert.module.mjs +4 -4
- package/esm2022/components/alert-global/alert-global.component.mjs +3 -3
- package/esm2022/components/alert-global/alert-global.module.mjs +4 -4
- package/esm2022/components/badge/badge.component.mjs +3 -3
- package/esm2022/components/badge/badge.module.mjs +4 -4
- package/esm2022/components/box-link/box-link.component.mjs +3 -3
- package/esm2022/components/box-link/box-link.module.mjs +4 -4
- package/esm2022/components/breadcrumbs/breadcrumbs.component.mjs +3 -3
- package/esm2022/components/breadcrumbs/breadcrumbs.module.mjs +4 -4
- package/esm2022/components/breadcrumbs/crumb.component.mjs +3 -3
- package/esm2022/components/button/button.component.mjs +3 -3
- package/esm2022/components/button/button.module.mjs +4 -4
- package/esm2022/components/button-group/button-group.component.mjs +3 -3
- package/esm2022/components/button-group/button-group.module.mjs +4 -4
- package/esm2022/components/card/card.component.mjs +3 -3
- package/esm2022/components/card/card.module.mjs +4 -4
- package/esm2022/components/carousel/carousel-item/carousel-item.component.mjs +3 -3
- package/esm2022/components/carousel/carousel.component.mjs +3 -3
- package/esm2022/components/carousel/carousel.module.mjs +4 -4
- package/esm2022/components/date-label/date-label.component.mjs +3 -3
- package/esm2022/components/date-label/date-label.module.mjs +4 -4
- package/esm2022/components/dialog/dialog.component.mjs +3 -3
- package/esm2022/components/dialog/dialog.module.mjs +4 -4
- package/esm2022/components/dropdown/dropdown-content.component.mjs +3 -3
- package/esm2022/components/dropdown/dropdown.component.mjs +11 -5
- package/esm2022/components/footer-1177/footer-1177.component.mjs +3 -3
- package/esm2022/components/footer-1177-admin/footer-1177-admin.component.mjs +3 -3
- package/esm2022/components/footer-1177-pro/footer-1177-pro.component.mjs +3 -3
- package/esm2022/components/footer-inera/footer-inera.component.mjs +3 -3
- package/esm2022/components/footer-inera-admin/footer-inera-admin.component.mjs +3 -3
- package/esm2022/components/form/check-button/check-button.component.mjs +3 -3
- package/esm2022/components/form/check-button/check-button.module.mjs +4 -4
- package/esm2022/components/form/checkbox/checkbox.component.mjs +3 -3
- package/esm2022/components/form/checkbox/checkbox.module.mjs +4 -4
- package/esm2022/components/form/checkbox-group/checkbox-group.component.mjs +3 -3
- package/esm2022/components/form/checkbox-group/checkbox-group.module.mjs +4 -4
- package/esm2022/components/form/error-message/error-message.component.mjs +3 -3
- package/esm2022/components/form/error-message/error-message.module.mjs +4 -4
- package/esm2022/components/form/input/input.component.mjs +3 -3
- package/esm2022/components/form/input/input.module.mjs +4 -4
- package/esm2022/components/form/radio/radio-group.component.mjs +3 -3
- package/esm2022/components/form/radio/radio.component.mjs +3 -3
- package/esm2022/components/form/radio/radio.module.mjs +4 -4
- package/esm2022/components/form/radio-button/radio-button-group.component.mjs +3 -3
- package/esm2022/components/form/radio-button/radio-button.component.mjs +3 -3
- package/esm2022/components/form/radio-button/radio-button.module.mjs +4 -4
- package/esm2022/components/form/range/range.component.mjs +3 -3
- package/esm2022/components/form/range/range.module.mjs +4 -4
- package/esm2022/components/form/select/select.component.mjs +3 -3
- package/esm2022/components/form/select/select.module.mjs +4 -4
- package/esm2022/components/form/select-multiple/select-multiple.component.mjs +3 -3
- package/esm2022/components/form/select-multiple/select-multiple.module.mjs +4 -4
- package/esm2022/components/form/spinner/spinner.component.mjs +3 -3
- package/esm2022/components/form/spinner/spinner.module.mjs +4 -4
- package/esm2022/components/form/textarea/textarea.component.mjs +3 -3
- package/esm2022/components/form/textarea/textarea.module.mjs +4 -4
- package/esm2022/components/form/time/time.component.mjs +3 -3
- package/esm2022/components/form/time/time.module.mjs +4 -4
- package/esm2022/components/form/toggle/toggle.component.mjs +3 -3
- package/esm2022/components/form/toggle/toggle.module.mjs +4 -4
- package/esm2022/components/grid/column/column.component.mjs +3 -3
- package/esm2022/components/grid/column/column.module.mjs +4 -4
- package/esm2022/components/grid/container/container.component.mjs +3 -3
- package/esm2022/components/grid/container/container.module.mjs +4 -4
- package/esm2022/components/grid/row/row.component.mjs +3 -3
- package/esm2022/components/grid/row/row.module.mjs +4 -4
- package/esm2022/components/header-1177/avatar/header-1177-avatar.component.mjs +3 -3
- package/esm2022/components/header-1177/header-1177.component.mjs +5 -5
- package/esm2022/components/header-1177/item/header-1177-item.component.mjs +3 -3
- package/esm2022/components/header-1177/menu-mobile/header-1177-menu-mobile.component.mjs +6 -6
- package/esm2022/components/header-1177/nav/header-1177-nav.component.mjs +3 -3
- package/esm2022/components/header-1177/nav-item/header-1177-nav-item.component.mjs +3 -3
- package/esm2022/components/header-1177/nav-item-mobile/header-1177-nav-item-mobile.component.mjs +3 -3
- package/esm2022/components/header-1177-admin/avatar/header-1177-admin-avatar.component.mjs +3 -3
- package/esm2022/components/header-1177-admin/avatar-mobile/header-1177-admin-avatar-mobile.component.mjs +3 -3
- package/esm2022/components/header-1177-admin/header-1177-admin.component.mjs +3 -3
- package/esm2022/components/header-1177-admin/item/header-1177-admin-item.component.mjs +3 -3
- package/esm2022/components/header-1177-admin/nav/header-1177-admin-nav.component.mjs +3 -3
- package/esm2022/components/header-1177-admin/nav-item/header-1177-admin-nav-item.component.mjs +3 -3
- package/esm2022/components/header-1177-pro/avatar/header-1177-pro-avatar.component.mjs +3 -3
- package/esm2022/components/header-1177-pro/avatar-mobile/header-1177-pro-avatar-mobile.component.mjs +3 -3
- package/esm2022/components/header-1177-pro/header-1177-pro.component.mjs +3 -3
- package/esm2022/components/header-1177-pro/item/header-1177-pro-item.component.mjs +3 -3
- package/esm2022/components/header-1177-pro/nav/header-1177-pro-nav.component.mjs +3 -3
- package/esm2022/components/header-1177-pro/nav-item/header-1177-pro-nav-item.component.mjs +3 -3
- package/esm2022/components/header-1177-pro/nav-item-mobile/header-1177-pro-nav-item-mobile.component.mjs +3 -3
- package/esm2022/components/header-1177-pro/nav-menu-mobile/header-1177-pro-nav-menu-mobile.component.mjs +3 -3
- package/esm2022/components/header-inera/header-inera.component.mjs +3 -3
- package/esm2022/components/header-inera/item/header-inera-item.component.mjs +3 -3
- package/esm2022/components/header-inera/nav/header-inera-nav-item.component.mjs +3 -3
- package/esm2022/components/header-inera/nav/header-inera-nav.component.mjs +3 -3
- package/esm2022/components/header-inera/nav-mobile/header-inera-nav-mobile.component.mjs +3 -3
- package/esm2022/components/header-inera-admin/avatar/header-inera-admin-avatar.component.mjs +3 -3
- package/esm2022/components/header-inera-admin/header-inera-admin.component.mjs +8 -5
- package/esm2022/components/header-inera-admin/item/header-inera-admin-item.component.mjs +3 -3
- package/esm2022/components/header-inera-admin/nav/header-inera-admin-nav-item.component.mjs +3 -3
- package/esm2022/components/header-inera-admin/nav/header-inera-admin-nav.component.mjs +3 -3
- package/esm2022/components/header-inera-admin/nav-mobile/avatar/header-inera-admin-avatar-mobile.component.mjs +3 -3
- package/esm2022/components/header-inera-admin/nav-mobile/header-inera-admin-nav-mobile.component.mjs +3 -3
- package/esm2022/components/header-patient/header-patient.component.mjs +3 -3
- package/esm2022/components/header-patient/header-patient.module.mjs +4 -4
- package/esm2022/components/link/link.component.mjs +3 -3
- package/esm2022/components/link/link.module.mjs +4 -4
- package/esm2022/components/mobile/menu/item/mobile-menu-item.component.mjs +3 -3
- package/esm2022/components/mobile/menu/item/mobile-menu-item.module.mjs +4 -4
- package/esm2022/components/mobile/menu/mobile-menu.component.mjs +8 -9
- package/esm2022/components/mobile/menu/mobile-menu.module.mjs +4 -4
- package/esm2022/components/navigation/content/navigation-content.component.mjs +3 -3
- package/esm2022/components/navigation/content/navigation-content.module.mjs +4 -4
- package/esm2022/components/navigation/local/navigation-local.component.mjs +3 -3
- package/esm2022/components/navigation/local/navigation-local.module.mjs +4 -4
- package/esm2022/components/notification/badge/notification-badge.component.mjs +3 -3
- package/esm2022/components/notification/badge/notification-badge.module.mjs +4 -4
- package/esm2022/components/pagination/data-pagination/data-pagination.component.mjs +3 -3
- package/esm2022/components/pagination/data-pagination/data-pagination.module.mjs +4 -4
- package/esm2022/components/pagination/list-pagination/list-pagination.component.mjs +3 -3
- package/esm2022/components/pagination/list-pagination/list-pagination.module.mjs +4 -4
- package/esm2022/components/popover/popover.component.mjs +3 -3
- package/esm2022/components/popover/popover.module.mjs +4 -4
- package/esm2022/components/progressbar/progressbar.component.mjs +3 -3
- package/esm2022/components/progressbar/progressbar.module.mjs +4 -4
- package/esm2022/components/puff-list/puff-item/puff-header/puff-list-item-header.component.mjs +10 -7
- package/esm2022/components/puff-list/puff-item/puff-info/puff-list-item-info.component.mjs +3 -3
- package/esm2022/components/puff-list/puff-item/puff-list-item.component.mjs +3 -3
- package/esm2022/components/puff-list/puff-list.component.mjs +3 -3
- package/esm2022/components/puff-list/puff-list.module.mjs +4 -4
- package/esm2022/components/region-icon/region-icon.component.mjs +3 -3
- package/esm2022/components/region-icon/region-icon.module.mjs +4 -4
- package/esm2022/components/side-menu/side-menu.component.mjs +3 -3
- package/esm2022/components/side-menu/side-menu.module.mjs +4 -4
- package/esm2022/components/side-panel/side-panel.component.mjs +3 -3
- package/esm2022/components/side-panel/side-panel.module.mjs +4 -4
- package/esm2022/components/stepper/step/step.component.mjs +3 -3
- package/esm2022/components/stepper/stepper.component.mjs +3 -3
- package/esm2022/components/stepper/stepper.module.mjs +4 -4
- package/esm2022/components/tabs/panel/tab-panel.component.mjs +3 -3
- package/esm2022/components/tabs/tab/tab.component.mjs +3 -3
- package/esm2022/components/tabs/tabs.component.mjs +13 -10
- package/esm2022/components/tabs/tabs.module.mjs +4 -4
- package/esm2022/components/tag/tag.component.mjs +3 -3
- package/esm2022/components/tag/tag.module.mjs +4 -4
- package/esm2022/components/tooltip/tooltip.component.mjs +3 -3
- package/esm2022/components/tooltip/tooltip.module.mjs +4 -4
- package/esm2022/icons/1177/icon-1177.component.mjs +3 -3
- package/esm2022/icons/1177/icon-1177.module.mjs +4 -4
- package/esm2022/icons/activity/icon-activity.component.mjs +3 -3
- package/esm2022/icons/activity/icon-activity.module.mjs +4 -4
- package/esm2022/icons/agent/icon-agent.component.mjs +3 -3
- package/esm2022/icons/agent/icon-agent.module.mjs +4 -4
- package/esm2022/icons/alarm-clock-inactivity/icon-alarm-clock-inactivity.component.mjs +3 -3
- package/esm2022/icons/alarm-clock-inactivity/icon-alarm-clock-inactivity.module.mjs +4 -4
- package/esm2022/icons/alarm-clock-neutral/icon-alarm-clock-neutral.component.mjs +3 -3
- package/esm2022/icons/alarm-clock-neutral/icon-alarm-clock-neutral.module.mjs +4 -4
- package/esm2022/icons/archive/icon-archive.component.mjs +3 -3
- package/esm2022/icons/archive/icon-archive.module.mjs +4 -4
- package/esm2022/icons/arrow/icon-arrow.component.mjs +3 -3
- package/esm2022/icons/arrow/icon-arrow.module.mjs +4 -4
- package/esm2022/icons/attention/icon-attention.component.mjs +3 -3
- package/esm2022/icons/attention/icon-attention.module.mjs +4 -4
- package/esm2022/icons/blekinge/icon-blekinge.component.mjs +3 -3
- package/esm2022/icons/blekinge/icon-blekinge.module.mjs +4 -4
- package/esm2022/icons/bookmark/icon-bookmark.component.mjs +3 -3
- package/esm2022/icons/bookmark/icon-bookmark.module.mjs +4 -4
- package/esm2022/icons/calendar/icon-calendar.component.mjs +3 -3
- package/esm2022/icons/calendar/icon-calendar.module.mjs +4 -4
- package/esm2022/icons/call/icon-call.component.mjs +3 -3
- package/esm2022/icons/call/icon-call.module.mjs +4 -4
- package/esm2022/icons/call-active/icon-call-active.component.mjs +3 -3
- package/esm2022/icons/call-active/icon-call-active.module.mjs +4 -4
- package/esm2022/icons/camera-off/icon-camera-off.component.mjs +3 -3
- package/esm2022/icons/camera-off/icon-camera-off.module.mjs +4 -4
- package/esm2022/icons/camera-on/icon-camera-on.component.mjs +3 -3
- package/esm2022/icons/camera-on/icon-camera-on.module.mjs +4 -4
- package/esm2022/icons/camera-switch/icon-camera-switch.component.mjs +3 -3
- package/esm2022/icons/camera-switch/icon-camera-switch.module.mjs +4 -4
- package/esm2022/icons/chart-bar/icon-chart-bar.component.mjs +3 -3
- package/esm2022/icons/chart-bar/icon-chart-bar.module.mjs +4 -4
- package/esm2022/icons/chart-line/icon-chart-line.component.mjs +3 -3
- package/esm2022/icons/chart-line/icon-chart-line.module.mjs +4 -4
- package/esm2022/icons/chat/icon-chat.component.mjs +3 -3
- package/esm2022/icons/chat/icon-chat.module.mjs +4 -4
- package/esm2022/icons/check/icon-check.component.mjs +3 -3
- package/esm2022/icons/check/icon-check.module.mjs +4 -4
- package/esm2022/icons/chevron/icon-chevron.component.mjs +3 -3
- package/esm2022/icons/chevron/icon-chevron.module.mjs +4 -4
- package/esm2022/icons/chevron-bold/icon-chevron-bold.component.mjs +3 -3
- package/esm2022/icons/chevron-bold/icon-chevron-bold.module.mjs +4 -4
- package/esm2022/icons/clipboard/icon-clipboard.component.mjs +3 -3
- package/esm2022/icons/clipboard/icon-clipboard.module.mjs +4 -4
- package/esm2022/icons/clipboard-cross/icon-clipboard-cross.component.mjs +3 -3
- package/esm2022/icons/clipboard-cross/icon-clipboard-cross.module.mjs +4 -4
- package/esm2022/icons/clipboard-text/icon-clipboard-text.component.mjs +3 -3
- package/esm2022/icons/clipboard-text/icon-clipboard-text.module.mjs +4 -4
- package/esm2022/icons/clock/icon-clock.component.mjs +3 -3
- package/esm2022/icons/clock/icon-clock.module.mjs +4 -4
- package/esm2022/icons/close/icon-close.component.mjs +3 -3
- package/esm2022/icons/close/icon-close.module.mjs +4 -4
- package/esm2022/icons/close-bold/icon-close-bold.component.mjs +3 -3
- package/esm2022/icons/close-bold/icon-close-bold.module.mjs +4 -4
- package/esm2022/icons/cog/icon-cog.component.mjs +3 -3
- package/esm2022/icons/cog/icon-cog.module.mjs +4 -4
- package/esm2022/icons/computer/icon-computer.component.mjs +3 -3
- package/esm2022/icons/computer/icon-computer.module.mjs +4 -4
- package/esm2022/icons/computer-inera/icon-computer-inera.component.mjs +3 -3
- package/esm2022/icons/computer-inera/icon-computer-inera.module.mjs +4 -4
- package/esm2022/icons/copy-file/icon-copy-file.component.mjs +3 -3
- package/esm2022/icons/copy-file/icon-copy-file.module.mjs +4 -4
- package/esm2022/icons/copy-link/icon-copy-link.component.mjs +3 -3
- package/esm2022/icons/copy-link/icon-copy-link.module.mjs +4 -4
- package/esm2022/icons/denied/icon-denied.component.mjs +3 -3
- package/esm2022/icons/denied/icon-denied.module.mjs +4 -4
- package/esm2022/icons/doctors-bag/icon-doctors-bag.component.mjs +3 -3
- package/esm2022/icons/doctors-bag/icon-doctors-bag.module.mjs +4 -4
- package/esm2022/icons/document/icon-document.component.mjs +3 -3
- package/esm2022/icons/document/icon-document.module.mjs +4 -4
- package/esm2022/icons/download/icon-download.component.mjs +3 -3
- package/esm2022/icons/download/icon-download.module.mjs +4 -4
- package/esm2022/icons/drag-n-drop/icon-drag-n-drop.component.mjs +3 -3
- package/esm2022/icons/drag-n-drop/icon-drag-n-drop.module.mjs +4 -4
- package/esm2022/icons/ear-hearing/icon-ear-hearing.component.mjs +3 -3
- package/esm2022/icons/ear-hearing/icon-ear-hearing.module.mjs +4 -4
- package/esm2022/icons/edit/icon-edit.component.mjs +3 -3
- package/esm2022/icons/edit/icon-edit.module.mjs +4 -4
- package/esm2022/icons/email/icon-email.component.mjs +3 -3
- package/esm2022/icons/email/icon-email.module.mjs +4 -4
- package/esm2022/icons/email-sent/icon-email-sent.component.mjs +3 -3
- package/esm2022/icons/email-sent/icon-email-sent.module.mjs +4 -4
- package/esm2022/icons/email-unread/icon-email-unread.component.mjs +3 -3
- package/esm2022/icons/email-unread/icon-email-unread.module.mjs +4 -4
- package/esm2022/icons/expand/icon-expand.component.mjs +3 -3
- package/esm2022/icons/expand/icon-expand.module.mjs +4 -4
- package/esm2022/icons/external/icon-external.component.mjs +3 -3
- package/esm2022/icons/external/icon-external.module.mjs +4 -4
- package/esm2022/icons/facebook/icon-facebook.component.mjs +3 -3
- package/esm2022/icons/facebook/icon-facebook.module.mjs +4 -4
- package/esm2022/icons/file-csv/icon-file-csv.component.mjs +3 -3
- package/esm2022/icons/file-csv/icon-file-csv.module.mjs +4 -4
- package/esm2022/icons/file-excel/icon-file-excel.component.mjs +3 -3
- package/esm2022/icons/file-excel/icon-file-excel.module.mjs +4 -4
- package/esm2022/icons/file-other/icon-file-other.component.mjs +3 -3
- package/esm2022/icons/file-other/icon-file-other.module.mjs +4 -4
- package/esm2022/icons/file-pdf/icon-file-pdf.component.mjs +3 -3
- package/esm2022/icons/file-pdf/icon-file-pdf.module.mjs +4 -4
- package/esm2022/icons/file-picture/icon-file-picture.component.mjs +3 -3
- package/esm2022/icons/file-picture/icon-file-picture.module.mjs +4 -4
- package/esm2022/icons/file-powerpoint/icon-file-powerpoint.component.mjs +3 -3
- package/esm2022/icons/file-powerpoint/icon-file-powerpoint.module.mjs +4 -4
- package/esm2022/icons/file-word/icon-file-word.component.mjs +3 -3
- package/esm2022/icons/file-word/icon-file-word.module.mjs +4 -4
- package/esm2022/icons/find-care/icon-find-care.component.mjs +3 -3
- package/esm2022/icons/find-care/icon-find-care.module.mjs +4 -4
- package/esm2022/icons/find-region/icon-find-region.component.mjs +3 -3
- package/esm2022/icons/find-region/icon-find-region.module.mjs +4 -4
- package/esm2022/icons/flag/icon-flag.component.mjs +3 -3
- package/esm2022/icons/flag/icon-flag.module.mjs +4 -4
- package/esm2022/icons/form-numbered/icon-form-numbered.component.mjs +3 -3
- package/esm2022/icons/form-numbered/icon-form-numbered.module.mjs +4 -4
- package/esm2022/icons/form-numbered-reocurring/icon-form-numbered-reoccuring.component.mjs +3 -3
- package/esm2022/icons/form-numbered-reocurring/icon-form-numbered-reoccuring.module.mjs +4 -4
- package/esm2022/icons/gotland/icon-gotland.component.mjs +3 -3
- package/esm2022/icons/gotland/icon-gotland.module.mjs +4 -4
- package/esm2022/icons/halland/icon-halland.component.mjs +3 -3
- package/esm2022/icons/halland/icon-halland.module.mjs +4 -4
- package/esm2022/icons/headphones/icon-headphones.component.mjs +3 -3
- package/esm2022/icons/headphones/icon-headphones.module.mjs +4 -4
- package/esm2022/icons/hourglass/icon-hourglass.component.mjs +3 -3
- package/esm2022/icons/hourglass/icon-hourglass.module.mjs +4 -4
- package/esm2022/icons/hourglass-end/icon-hourglass-end.component.mjs +3 -3
- package/esm2022/icons/hourglass-end/icon-hourglass-end.module.mjs +4 -4
- package/esm2022/icons/hourglass-start/icon-hourglass-start.component.mjs +3 -3
- package/esm2022/icons/hourglass-start/icon-hourglass-start.module.mjs +4 -4
- package/esm2022/icons/house/icon-house.component.mjs +3 -3
- package/esm2022/icons/house/icon-house.module.mjs +4 -4
- package/esm2022/icons/id-card/icon-id-card.component.mjs +3 -3
- package/esm2022/icons/id-card/icon-id-card.module.mjs +4 -4
- package/esm2022/icons/id-card-locked/icon-id-card-locked.component.mjs +3 -3
- package/esm2022/icons/id-card-locked/icon-id-card-locked.module.mjs +4 -4
- package/esm2022/icons/image/icon-image.component.mjs +3 -3
- package/esm2022/icons/image/icon-image.module.mjs +4 -4
- package/esm2022/icons/inera/icon-inera.component.mjs +3 -3
- package/esm2022/icons/inera/icon-inera.module.mjs +4 -4
- package/esm2022/icons/inera-legacy/icon-inera-legacy.component.mjs +3 -3
- package/esm2022/icons/inera-legacy/icon-inera-legacy.module.mjs +4 -4
- package/esm2022/icons/information/icon-information.component.mjs +3 -3
- package/esm2022/icons/information/icon-information.module.mjs +4 -4
- package/esm2022/icons/jamtland-harjedalen/icon-jamtland-harjedalen.component.mjs +3 -3
- package/esm2022/icons/jamtland-harjedalen/icon-jamtland-harjedalen.module.mjs +4 -4
- package/esm2022/icons/jonkoping/icon-jonkoping.component.mjs +3 -3
- package/esm2022/icons/jonkoping/icon-jonkoping.module.mjs +4 -4
- package/esm2022/icons/kalmar/icon-kalmar.component.mjs +3 -3
- package/esm2022/icons/kalmar/icon-kalmar.module.mjs +4 -4
- package/esm2022/icons/kronoberg/icon-kronoberg.component.mjs +3 -3
- package/esm2022/icons/kronoberg/icon-kronoberg.module.mjs +4 -4
- package/esm2022/icons/lightbulb/icon-lightbulb.component.mjs +3 -3
- package/esm2022/icons/lightbulb/icon-lightbulb.module.mjs +4 -4
- package/esm2022/icons/linkedin/icon-linkedin.component.mjs +3 -3
- package/esm2022/icons/linkedin/icon-linkedin.module.mjs +4 -4
- package/esm2022/icons/list/icon-list.component.mjs +3 -3
- package/esm2022/icons/list/icon-list.module.mjs +4 -4
- package/esm2022/icons/lock/icon-lock.component.mjs +3 -3
- package/esm2022/icons/lock/icon-lock.module.mjs +4 -4
- package/esm2022/icons/lock-open/icon-lock-open.component.mjs +3 -3
- package/esm2022/icons/lock-open/icon-lock-open.module.mjs +4 -4
- package/esm2022/icons/log/icon-log.component.mjs +3 -3
- package/esm2022/icons/log/icon-log.module.mjs +4 -4
- package/esm2022/icons/log-locked/icon-log-locked.component.mjs +3 -3
- package/esm2022/icons/log-locked/icon-log-locked.module.mjs +4 -4
- package/esm2022/icons/menu/icon-menu.component.mjs +3 -3
- package/esm2022/icons/menu/icon-menu.module.mjs +4 -4
- package/esm2022/icons/minus/icon-minus.component.mjs +3 -3
- package/esm2022/icons/minus/icon-minus.module.mjs +4 -4
- package/esm2022/icons/moment-start/icon-moment-start.component.mjs +3 -3
- package/esm2022/icons/moment-start/icon-moment-start.module.mjs +4 -4
- package/esm2022/icons/moment-stop/icon-moment-stop.component.mjs +3 -3
- package/esm2022/icons/moment-stop/icon-moment-stop.module.mjs +4 -4
- package/esm2022/icons/norrbotten/icon-norrbotten.component.mjs +3 -3
- package/esm2022/icons/norrbotten/icon-norrbotten.module.mjs +4 -4
- package/esm2022/icons/office-building/icon-office-building.component.mjs +3 -3
- package/esm2022/icons/office-building/icon-office-building.module.mjs +4 -4
- package/esm2022/icons/orebro/icon-orebro.component.mjs +3 -3
- package/esm2022/icons/orebro/icon-orebro.module.mjs +4 -4
- package/esm2022/icons/organization/icon-organization.component.mjs +3 -3
- package/esm2022/icons/organization/icon-organization.module.mjs +4 -4
- package/esm2022/icons/ostergotland/icon-ostergotland.component.mjs +3 -3
- package/esm2022/icons/ostergotland/icon-ostergotland.module.mjs +4 -4
- package/esm2022/icons/plus/icon-plus.component.mjs +3 -3
- package/esm2022/icons/plus/icon-plus.module.mjs +4 -4
- package/esm2022/icons/prescription/icon-prescription.component.mjs +3 -3
- package/esm2022/icons/prescription/icon-prescription.module.mjs +4 -4
- package/esm2022/icons/print/icon-print.component.mjs +3 -3
- package/esm2022/icons/print/icon-print.module.mjs +4 -4
- package/esm2022/icons/question/icon-question.component.mjs +3 -3
- package/esm2022/icons/question/icon-question.module.mjs +4 -4
- package/esm2022/icons/reload/icon-reload.component.mjs +3 -3
- package/esm2022/icons/reload/icon-reload.module.mjs +4 -4
- package/esm2022/icons/reply/icon-reply.component.mjs +3 -3
- package/esm2022/icons/reply/icon-reply.module.mjs +4 -4
- package/esm2022/icons/search/icon-search.component.mjs +3 -3
- package/esm2022/icons/search/icon-search.module.mjs +4 -4
- package/esm2022/icons/search-inera/icon-search-inera.component.mjs +3 -3
- package/esm2022/icons/search-inera/icon-search-inera.module.mjs +4 -4
- package/esm2022/icons/share/icon-share.component.mjs +3 -3
- package/esm2022/icons/share/icon-share.module.mjs +4 -4
- package/esm2022/icons/shield-locked/icon-shield-locked.component.mjs +3 -3
- package/esm2022/icons/shield-locked/icon-shield-locked.module.mjs +4 -4
- package/esm2022/icons/shield-locked-primary/icon-shield-locked-primary.component.mjs +3 -3
- package/esm2022/icons/shield-locked-primary/icon-shield-locked-primary.module.mjs +4 -4
- package/esm2022/icons/skane/icon-skane.component.mjs +3 -3
- package/esm2022/icons/skane/icon-skane.module.mjs +4 -4
- package/esm2022/icons/sormland/icon-sormland.component.mjs +3 -3
- package/esm2022/icons/sormland/icon-sormland.module.mjs +4 -4
- package/esm2022/icons/star/icon-star.component.mjs +3 -3
- package/esm2022/icons/star/icon-star.module.mjs +4 -4
- package/esm2022/icons/star-filled/icon-star-filled.component.mjs +3 -3
- package/esm2022/icons/star-filled/icon-star-filled.module.mjs +4 -4
- package/esm2022/icons/stockholm/icon-stockholm.component.mjs +3 -3
- package/esm2022/icons/stockholm/icon-stockholm.module.mjs +4 -4
- package/esm2022/icons/success/icon-success.component.mjs +3 -3
- package/esm2022/icons/success/icon-success.module.mjs +4 -4
- package/esm2022/icons/swap/icon-swap.component.mjs +3 -3
- package/esm2022/icons/swap/icon-swap.module.mjs +4 -4
- package/esm2022/icons/switch-person/icon-switch-person.component.mjs +3 -3
- package/esm2022/icons/switch-person/icon-switch-person.module.mjs +4 -4
- package/esm2022/icons/telephone/icon-telephone.component.mjs +3 -3
- package/esm2022/icons/telephone/icon-telephone.module.mjs +4 -4
- package/esm2022/icons/test-tube/icon-test-tube.component.mjs +3 -3
- package/esm2022/icons/test-tube/icon-test-tube.module.mjs +4 -4
- package/esm2022/icons/test-tube-analyze/icon-test-tube-analyze.component.mjs +3 -3
- package/esm2022/icons/test-tube-analyze/icon-test-tube-analyze.module.mjs +4 -4
- package/esm2022/icons/test-tube-empty/icon-test-tube-empty.component.mjs +3 -3
- package/esm2022/icons/test-tube-empty/icon-test-tube-empty.module.mjs +4 -4
- package/esm2022/icons/toggle-card/icon-toggle-card.component.mjs +3 -3
- package/esm2022/icons/toggle-card/icon-toggle-card.module.mjs +4 -4
- package/esm2022/icons/toggle-list/icon-toggle-list.component.mjs +3 -3
- package/esm2022/icons/toggle-list/icon-toggle-list.module.mjs +4 -4
- package/esm2022/icons/trash/icon-trash.component.mjs +3 -3
- package/esm2022/icons/trash/icon-trash.module.mjs +4 -4
- package/esm2022/icons/twitter/icon-twitter.component.mjs +3 -3
- package/esm2022/icons/twitter/icon-twitter.module.mjs +4 -4
- package/esm2022/icons/uppsala/icon-uppsala.component.mjs +3 -3
- package/esm2022/icons/uppsala/icon-uppsala.module.mjs +4 -4
- package/esm2022/icons/user/icon-user.component.mjs +3 -3
- package/esm2022/icons/user/icon-user.module.mjs +4 -4
- package/esm2022/icons/vasterbotten/icon-vasterbotten.component.mjs +3 -3
- package/esm2022/icons/vasterbotten/icon-vasterbotten.module.mjs +4 -4
- package/esm2022/icons/vasternorrland/icon-vasternorrland.component.mjs +3 -3
- package/esm2022/icons/vasternorrland/icon-vasternorrland.module.mjs +4 -4
- package/esm2022/icons/vastmanland/icon-vastmanland.component.mjs +3 -3
- package/esm2022/icons/vastmanland/icon-vastmanland.module.mjs +4 -4
- package/esm2022/icons/vastra-gotaland/icon-vastra-gotaland.component.mjs +3 -3
- package/esm2022/icons/vastra-gotaland/icon-vastra-gotaland.module.mjs +4 -4
- package/esm2022/icons/video-off/icon-video-off.component.mjs +3 -3
- package/esm2022/icons/video-off/icon-video-off.module.mjs +4 -4
- package/esm2022/icons/video-on/icon-video-on.component.mjs +3 -3
- package/esm2022/icons/video-on/icon-video-on.module.mjs +4 -4
- package/esm2022/icons/video-switch/icon-video-switch.component.mjs +3 -3
- package/esm2022/icons/video-switch/icon-video-switch.module.mjs +4 -4
- package/esm2022/icons/visibility/icon-visibility.component.mjs +3 -3
- package/esm2022/icons/visibility/icon-visibility.module.mjs +4 -4
- package/esm2022/icons/visibility-off/icon-visibility-off.component.mjs +3 -3
- package/esm2022/icons/visibility-off/icon-visibility-off.module.mjs +4 -4
- package/esm2022/icons/warning/icon-warning.component.mjs +3 -3
- package/esm2022/icons/warning/icon-warning.module.mjs +4 -4
- package/fesm2022/inera-ids-angular-common.mjs +6 -6
- package/fesm2022/inera-ids-angular-common.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-accordion.mjs +11 -8
- package/fesm2022/inera-ids-angular-components-accordion.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-agent.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-agent.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-alert-global.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-alert-global.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-alert.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-alert.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-badge.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-badge.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-box-link.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-box-link.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-breadcrumbs.mjs +10 -10
- package/fesm2022/inera-ids-angular-components-breadcrumbs.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-button-group.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-button.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-button.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-card.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-card.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-carousel.mjs +10 -10
- package/fesm2022/inera-ids-angular-components-carousel.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-date-label.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-date-label.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-dialog.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-dialog.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-dropdown.mjs +13 -7
- package/fesm2022/inera-ids-angular-components-dropdown.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-footer-1177-admin.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-footer-1177-admin.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-footer-1177-pro.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-footer-1177-pro.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-footer-1177.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-footer-1177.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-footer-inera-admin.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-footer-inera-admin.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-footer-inera.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-footer-inera.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-check-button.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-form-check-button.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-checkbox-group.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-form-checkbox-group.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-checkbox.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-form-checkbox.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-error-message.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-form-error-message.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-input.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-form-input.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-radio-button.mjs +10 -10
- package/fesm2022/inera-ids-angular-components-form-radio.mjs +10 -10
- package/fesm2022/inera-ids-angular-components-form-range.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-form-select-multiple.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-form-select.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-form-spinner.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-form-textarea.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-form-textarea.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-time.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-form-toggle.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-grid-column.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-grid-column.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-grid-container.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-grid-container.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-grid-row.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-grid-row.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-grid.mjs +21 -21
- package/fesm2022/inera-ids-angular-components-grid.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-header-1177-admin.mjs +18 -18
- package/fesm2022/inera-ids-angular-components-header-1177-admin.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-header-1177-pro.mjs +24 -24
- package/fesm2022/inera-ids-angular-components-header-1177-pro.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-header-1177.mjs +23 -23
- package/fesm2022/inera-ids-angular-components-header-1177.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-header-inera-admin.mjs +25 -22
- package/fesm2022/inera-ids-angular-components-header-inera-admin.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-header-inera.mjs +15 -15
- package/fesm2022/inera-ids-angular-components-header-inera.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-header-patient.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-header-patient.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-link.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-link.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-mobile-menu-item.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-mobile-menu.mjs +13 -14
- package/fesm2022/inera-ids-angular-components-mobile-menu.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-navigation-content.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-navigation-content.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-navigation-local.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-navigation-local.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-notification-badge.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-notification-badge.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-pagination-data-pagination.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-pagination-data-pagination.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-pagination-list-pagination.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-pagination-list-pagination.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-popover.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-popover.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-progressbar.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-progressbar.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-puff-list.mjs +21 -18
- package/fesm2022/inera-ids-angular-components-puff-list.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-region-icon.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-region-icon.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-side-menu.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-side-menu.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-side-panel.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-side-panel.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-stepper.mjs +10 -10
- package/fesm2022/inera-ids-angular-components-stepper.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-tabs.mjs +19 -16
- package/fesm2022/inera-ids-angular-components-tabs.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-tag.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-tag.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-tooltip.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-tooltip.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-icons-1177.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-activity.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-agent.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-alarm-clock-inactivity.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-alarm-clock-neutral.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-archive.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-arrow.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-attention.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-blekinge.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-bookmark.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-calendar.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-call-active.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-call.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-camera-off.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-camera-on.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-camera-switch.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-chart-bar.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-chart-line.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-chat.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-check.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-chevron-bold.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-chevron.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-clipboard-cross.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-clipboard-text.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-clipboard.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-clock.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-close-bold.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-close.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-cog.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-computer-inera.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-computer.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-copy-file.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-copy-link.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-denied.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-doctors-bag.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-document.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-download.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-drag-n-drop.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-ear-hearing.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-edit.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-email-sent.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-email-unread.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-email.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-expand.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-external.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-facebook.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-file-csv.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-file-excel.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-file-other.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-file-pdf.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-file-picture.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-file-powerpoint.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-file-word.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-find-care.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-find-region.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-flag.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-form-numbered-reocurring.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-form-numbered.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-gotland.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-halland.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-headphones.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-hourglass-end.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-hourglass-start.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-hourglass.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-house.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-id-card-locked.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-id-card.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-image.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-inera-legacy.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-inera.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-information.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-jamtland-harjedalen.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-jonkoping.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-kalmar.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-kronoberg.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-lightbulb.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-linkedin.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-list.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-lock-open.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-lock.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-log-locked.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-log.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-menu.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-minus.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-moment-start.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-moment-stop.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-norrbotten.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-office-building.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-orebro.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-organization.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-ostergotland.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-plus.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-prescription.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-print.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-question.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-reload.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-reply.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-search-inera.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-search.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-share.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-shield-locked-primary.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-shield-locked.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-skane.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-sormland.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-star-filled.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-star.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-stockholm.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-success.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-swap.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-switch-person.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-telephone.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-test-tube-analyze.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-test-tube-empty.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-test-tube.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-toggle-card.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-toggle-list.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-trash.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-twitter.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-uppsala.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-user.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-vasterbotten.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-vasternorrland.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-vastmanland.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-vastra-gotaland.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-video-off.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-video-on.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-video-switch.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-visibility-off.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-visibility.mjs +7 -7
- package/fesm2022/inera-ids-angular-icons-warning.mjs +7 -7
- package/package.json +106 -106
|
@@ -5,10 +5,10 @@ import '@inera/ids-core/components/navigation/local/register';
|
|
|
5
5
|
class IDNavigationLocalComponent {
|
|
6
6
|
constructor() { }
|
|
7
7
|
headline = '';
|
|
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.14", ngImport: i0, type: IDNavigationLocalComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
9
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDNavigationLocalComponent, selector: "id-navigation-local", inputs: { headline: "headline" }, ngImport: i0, template: "<ids-navigation-local\n [headline]=\"headline\">\n <ng-content></ng-content>\n</ids-navigation-local>" });
|
|
10
10
|
}
|
|
11
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
11
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDNavigationLocalComponent, decorators: [{
|
|
12
12
|
type: Component,
|
|
13
13
|
args: [{ selector: 'id-navigation-local', template: "<ids-navigation-local\n [headline]=\"headline\">\n <ng-content></ng-content>\n</ids-navigation-local>" }]
|
|
14
14
|
}], ctorParameters: () => [], propDecorators: { headline: [{
|
|
@@ -16,11 +16,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
16
16
|
}] } });
|
|
17
17
|
|
|
18
18
|
class IDNavigationLocalModule {
|
|
19
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
20
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.
|
|
21
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.
|
|
19
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDNavigationLocalModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
20
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: IDNavigationLocalModule, declarations: [IDNavigationLocalComponent], exports: [IDNavigationLocalComponent] });
|
|
21
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDNavigationLocalModule });
|
|
22
22
|
}
|
|
23
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
23
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDNavigationLocalModule, decorators: [{
|
|
24
24
|
type: NgModule,
|
|
25
25
|
args: [{
|
|
26
26
|
declarations: [IDNavigationLocalComponent],
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inera-ids-angular-components-navigation-local.mjs","sources":["../../../projects/ids-angular/components/navigation/local/navigation-local.component.ts","../../../projects/ids-angular/components/navigation/local/navigation-local.component.html","../../../projects/ids-angular/components/navigation/local/navigation-local.module.ts","../../../projects/ids-angular/components/navigation/local/inera-ids-angular-components-navigation-local.ts"],"sourcesContent":["import { Component, Input } from '@angular/core';\n\n@Component({\n selector: 'id-navigation-local',\n templateUrl: './navigation-local.component.html'\n})\nexport class IDNavigationLocalComponent {\n\n constructor() { }\n \n @Input()\n headline: string = '';\n}\n","<ids-navigation-local\n [headline]=\"headline\">\n <ng-content></ng-content>\n</ids-navigation-local>","import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from \"@angular/core\";\nimport { IDNavigationLocalComponent } from \"./navigation-local.component\";\nimport \"@inera/ids-core/components/navigation/local/register\";\n\n@NgModule({\n declarations: [IDNavigationLocalComponent],\n exports: [IDNavigationLocalComponent],\n schemas: [CUSTOM_ELEMENTS_SCHEMA]\n})\nexport class IDNavigationLocalModule {}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;MAMa,0BAA0B,CAAA;AAErC,IAAA,WAAA,GAAA;
|
|
1
|
+
{"version":3,"file":"inera-ids-angular-components-navigation-local.mjs","sources":["../../../projects/ids-angular/components/navigation/local/navigation-local.component.ts","../../../projects/ids-angular/components/navigation/local/navigation-local.component.html","../../../projects/ids-angular/components/navigation/local/navigation-local.module.ts","../../../projects/ids-angular/components/navigation/local/inera-ids-angular-components-navigation-local.ts"],"sourcesContent":["import { Component, Input } from '@angular/core';\n\n@Component({\n selector: 'id-navigation-local',\n templateUrl: './navigation-local.component.html'\n})\nexport class IDNavigationLocalComponent {\n\n constructor() { }\n \n @Input()\n headline: string = '';\n}\n","<ids-navigation-local\n [headline]=\"headline\">\n <ng-content></ng-content>\n</ids-navigation-local>","import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from \"@angular/core\";\nimport { IDNavigationLocalComponent } from \"./navigation-local.component\";\nimport \"@inera/ids-core/components/navigation/local/register\";\n\n@NgModule({\n declarations: [IDNavigationLocalComponent],\n exports: [IDNavigationLocalComponent],\n schemas: [CUSTOM_ELEMENTS_SCHEMA]\n})\nexport class IDNavigationLocalModule {}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;MAMa,0BAA0B,CAAA;AAErC,IAAA,WAAA,GAAA,EAAgB;IAGhB,QAAQ,GAAW,EAAE;wGALV,0BAA0B,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA;AAA1B,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,0BAA0B,6FCNvC,yGAGuB,EAAA,CAAA;;4FDGV,0BAA0B,EAAA,UAAA,EAAA,CAAA;kBAJtC,SAAS;+BACE,qBAAqB,EAAA,QAAA,EAAA,yGAAA,EAAA;wDAQ/B,QAAQ,EAAA,CAAA;sBADP;;;MEDU,uBAAuB,CAAA;wGAAvB,uBAAuB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA;yGAAvB,uBAAuB,EAAA,YAAA,EAAA,CAJnB,0BAA0B,CAAA,EAAA,OAAA,EAAA,CAC/B,0BAA0B,CAAA,EAAA,CAAA;yGAGzB,uBAAuB,EAAA,CAAA;;4FAAvB,uBAAuB,EAAA,UAAA,EAAA,CAAA;kBALnC,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;oBACR,YAAY,EAAE,CAAC,0BAA0B,CAAC;oBAC1C,OAAO,EAAE,CAAC,0BAA0B,CAAC;oBACrC,OAAO,EAAE,CAAC,sBAAsB;AACjC,iBAAA;;;ACRD;;AAEG;;;;"}
|
|
@@ -5,10 +5,10 @@ import '@inera/ids-core/components/notification/badge/register';
|
|
|
5
5
|
class IDNotificationBadgeComponent {
|
|
6
6
|
constructor() { }
|
|
7
7
|
type = "";
|
|
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.14", ngImport: i0, type: IDNotificationBadgeComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
9
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDNotificationBadgeComponent, selector: "id-notification-badge", inputs: { type: "type" }, ngImport: i0, template: "<ids-notification-badge\n [type]=\"type\">\n <ng-content></ng-content>\n</ids-notification-badge>", encapsulation: i0.ViewEncapsulation.None });
|
|
10
10
|
}
|
|
11
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
11
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDNotificationBadgeComponent, decorators: [{
|
|
12
12
|
type: Component,
|
|
13
13
|
args: [{ selector: "id-notification-badge", encapsulation: ViewEncapsulation.None, template: "<ids-notification-badge\n [type]=\"type\">\n <ng-content></ng-content>\n</ids-notification-badge>" }]
|
|
14
14
|
}], ctorParameters: () => [], propDecorators: { type: [{
|
|
@@ -16,11 +16,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
16
16
|
}] } });
|
|
17
17
|
|
|
18
18
|
class IDNotificationBadgeModule {
|
|
19
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
20
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.
|
|
21
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.
|
|
19
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDNotificationBadgeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
20
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: IDNotificationBadgeModule, declarations: [IDNotificationBadgeComponent], exports: [IDNotificationBadgeComponent] });
|
|
21
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDNotificationBadgeModule });
|
|
22
22
|
}
|
|
23
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
23
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDNotificationBadgeModule, decorators: [{
|
|
24
24
|
type: NgModule,
|
|
25
25
|
args: [{
|
|
26
26
|
declarations: [
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inera-ids-angular-components-notification-badge.mjs","sources":["../../../projects/ids-angular/components/notification/badge/notification-badge.component.ts","../../../projects/ids-angular/components/notification/badge/notification-badge.component.html","../../../projects/ids-angular/components/notification/badge/notification-badge.module.ts","../../../projects/ids-angular/components/notification/badge/inera-ids-angular-components-notification-badge.ts"],"sourcesContent":["import { Component, Input, ViewEncapsulation } from \"@angular/core\";\n\n@Component({\n selector: \"id-notification-badge\",\n templateUrl: \"./notification-badge.component.html\",\n encapsulation: ViewEncapsulation.None\n})\nexport class IDNotificationBadgeComponent {\n constructor() {}\n\n @Input()\n type: string = \"\";\n}\n","<ids-notification-badge\n [type]=\"type\">\n <ng-content></ng-content>\n</ids-notification-badge>","import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';\nimport { IDNotificationBadgeComponent } from './notification-badge.component';\nimport '@inera/ids-core/components/notification/badge/register';\n\n@NgModule({\n declarations: [\n IDNotificationBadgeComponent\n ],\n exports: [\n IDNotificationBadgeComponent\n ],\n schemas: [CUSTOM_ELEMENTS_SCHEMA],\n})\nexport class IDNotificationBadgeModule { }\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;MAOa,4BAA4B,CAAA;AACvC,IAAA,WAAA,GAAA;
|
|
1
|
+
{"version":3,"file":"inera-ids-angular-components-notification-badge.mjs","sources":["../../../projects/ids-angular/components/notification/badge/notification-badge.component.ts","../../../projects/ids-angular/components/notification/badge/notification-badge.component.html","../../../projects/ids-angular/components/notification/badge/notification-badge.module.ts","../../../projects/ids-angular/components/notification/badge/inera-ids-angular-components-notification-badge.ts"],"sourcesContent":["import { Component, Input, ViewEncapsulation } from \"@angular/core\";\n\n@Component({\n selector: \"id-notification-badge\",\n templateUrl: \"./notification-badge.component.html\",\n encapsulation: ViewEncapsulation.None\n})\nexport class IDNotificationBadgeComponent {\n constructor() {}\n\n @Input()\n type: string = \"\";\n}\n","<ids-notification-badge\n [type]=\"type\">\n <ng-content></ng-content>\n</ids-notification-badge>","import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';\nimport { IDNotificationBadgeComponent } from './notification-badge.component';\nimport '@inera/ids-core/components/notification/badge/register';\n\n@NgModule({\n declarations: [\n IDNotificationBadgeComponent\n ],\n exports: [\n IDNotificationBadgeComponent\n ],\n schemas: [CUSTOM_ELEMENTS_SCHEMA],\n})\nexport class IDNotificationBadgeModule { }\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;MAOa,4BAA4B,CAAA;AACvC,IAAA,WAAA,GAAA,EAAe;IAGf,IAAI,GAAW,EAAE;wGAJN,4BAA4B,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA;AAA5B,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,4BAA4B,uFCPzC,qGAGyB,EAAA,aAAA,EAAA,EAAA,CAAA,iBAAA,CAAA,IAAA,EAAA,CAAA;;4FDIZ,4BAA4B,EAAA,UAAA,EAAA,CAAA;kBALxC,SAAS;+BACE,uBAAuB,EAAA,aAAA,EAElB,iBAAiB,CAAC,IAAI,EAAA,QAAA,EAAA,qGAAA,EAAA;wDAMrC,IAAI,EAAA,CAAA;sBADH;;;MEGU,yBAAyB,CAAA;wGAAzB,yBAAyB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA;yGAAzB,yBAAyB,EAAA,YAAA,EAAA,CAPlC,4BAA4B,CAAA,EAAA,OAAA,EAAA,CAG5B,4BAA4B,CAAA,EAAA,CAAA;yGAInB,yBAAyB,EAAA,CAAA;;4FAAzB,yBAAyB,EAAA,UAAA,EAAA,CAAA;kBATrC,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;AACR,oBAAA,YAAY,EAAE;wBACZ;AACD,qBAAA;AACD,oBAAA,OAAO,EAAE;wBACP;AACD,qBAAA;oBACD,OAAO,EAAE,CAAC,sBAAsB,CAAC;AAClC,iBAAA;;;ACZD;;AAEG;;;;"}
|
|
@@ -9,10 +9,10 @@ class IDDataPaginationComponent {
|
|
|
9
9
|
of = "av";
|
|
10
10
|
total;
|
|
11
11
|
light;
|
|
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.14", ngImport: i0, type: IDDataPaginationComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
13
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", 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\">\n <ng-content></ng-content>\n</ids-data-pagination>\n" });
|
|
14
14
|
}
|
|
15
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
15
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDDataPaginationComponent, decorators: [{
|
|
16
16
|
type: Component,
|
|
17
17
|
args: [{ selector: 'id-data-pagination', template: "<ids-data-pagination [from]=\"from\" [to]=\"to\" [of]=\"of\" [total]=\"total\" [light]=\"light ? true : null\">\n <ng-content></ng-content>\n</ids-data-pagination>\n" }]
|
|
18
18
|
}], ctorParameters: () => [], propDecorators: { from: [{
|
|
@@ -28,11 +28,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
28
28
|
}] } });
|
|
29
29
|
|
|
30
30
|
class IDDataPaginationModule {
|
|
31
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
32
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.
|
|
33
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.
|
|
31
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDDataPaginationModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
32
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: IDDataPaginationModule, declarations: [IDDataPaginationComponent], exports: [IDDataPaginationComponent] });
|
|
33
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDDataPaginationModule });
|
|
34
34
|
}
|
|
35
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
35
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDDataPaginationModule, decorators: [{
|
|
36
36
|
type: NgModule,
|
|
37
37
|
args: [{
|
|
38
38
|
declarations: [IDDataPaginationComponent],
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inera-ids-angular-components-pagination-data-pagination.mjs","sources":["../../../projects/ids-angular/components/pagination/data-pagination/data-pagination.component.ts","../../../projects/ids-angular/components/pagination/data-pagination/data-pagination.component.html","../../../projects/ids-angular/components/pagination/data-pagination/data-pagination.module.ts","../../../projects/ids-angular/components/pagination/data-pagination/inera-ids-angular-components-pagination-data-pagination.ts"],"sourcesContent":["import { Component, Input } from '@angular/core';\n\n@Component({\n selector: 'id-data-pagination',\n templateUrl: './data-pagination.component.html',\n})\nexport class IDDataPaginationComponent {\n\n constructor() { }\n\n @Input()\n from: number;\n\n @Input()\n to: number;\n\n @Input()\n of: string = \"av\";\n\n @Input()\n total: number;\n\n @Input()\n light: boolean;\n\n}\n","<ids-data-pagination [from]=\"from\" [to]=\"to\" [of]=\"of\" [total]=\"total\" [light]=\"light ? true : null\">\n <ng-content></ng-content>\n</ids-data-pagination>\n","import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';\nimport { IDDataPaginationComponent } from './data-pagination.component';\nimport '@inera/ids-core/components/pagination/data-pagination/register';\n\n@NgModule({\n declarations: [IDDataPaginationComponent],\n exports: [IDDataPaginationComponent],\n schemas: [CUSTOM_ELEMENTS_SCHEMA],\n})\nexport class IDDataPaginationModule {}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;MAMa,yBAAyB,CAAA;AAEpC,IAAA,WAAA,GAAA;
|
|
1
|
+
{"version":3,"file":"inera-ids-angular-components-pagination-data-pagination.mjs","sources":["../../../projects/ids-angular/components/pagination/data-pagination/data-pagination.component.ts","../../../projects/ids-angular/components/pagination/data-pagination/data-pagination.component.html","../../../projects/ids-angular/components/pagination/data-pagination/data-pagination.module.ts","../../../projects/ids-angular/components/pagination/data-pagination/inera-ids-angular-components-pagination-data-pagination.ts"],"sourcesContent":["import { Component, Input } from '@angular/core';\n\n@Component({\n selector: 'id-data-pagination',\n templateUrl: './data-pagination.component.html',\n})\nexport class IDDataPaginationComponent {\n\n constructor() { }\n\n @Input()\n from: number;\n\n @Input()\n to: number;\n\n @Input()\n of: string = \"av\";\n\n @Input()\n total: number;\n\n @Input()\n light: boolean;\n\n}\n","<ids-data-pagination [from]=\"from\" [to]=\"to\" [of]=\"of\" [total]=\"total\" [light]=\"light ? true : null\">\n <ng-content></ng-content>\n</ids-data-pagination>\n","import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';\nimport { IDDataPaginationComponent } from './data-pagination.component';\nimport '@inera/ids-core/components/pagination/data-pagination/register';\n\n@NgModule({\n declarations: [IDDataPaginationComponent],\n exports: [IDDataPaginationComponent],\n schemas: [CUSTOM_ELEMENTS_SCHEMA],\n})\nexport class IDDataPaginationModule {}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;MAMa,yBAAyB,CAAA;AAEpC,IAAA,WAAA,GAAA,EAAgB;AAGhB,IAAA,IAAI;AAGJ,IAAA,EAAE;IAGF,EAAE,GAAW,IAAI;AAGjB,IAAA,KAAK;AAGL,IAAA,KAAK;wGAjBM,yBAAyB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA;AAAzB,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,yBAAyB,wICNtC,wKAGA,EAAA,CAAA;;4FDGa,yBAAyB,EAAA,UAAA,EAAA,CAAA;kBAJrC,SAAS;+BACE,oBAAoB,EAAA,QAAA,EAAA,wKAAA,EAAA;wDAQ9B,IAAI,EAAA,CAAA;sBADH;gBAID,EAAE,EAAA,CAAA;sBADD;gBAID,EAAE,EAAA,CAAA;sBADD;gBAID,KAAK,EAAA,CAAA;sBADJ;gBAID,KAAK,EAAA,CAAA;sBADJ;;;MEbU,sBAAsB,CAAA;wGAAtB,sBAAsB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA;yGAAtB,sBAAsB,EAAA,YAAA,EAAA,CAJlB,yBAAyB,CAAA,EAAA,OAAA,EAAA,CAC9B,yBAAyB,CAAA,EAAA,CAAA;yGAGxB,sBAAsB,EAAA,CAAA;;4FAAtB,sBAAsB,EAAA,UAAA,EAAA,CAAA;kBALlC,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;oBACR,YAAY,EAAE,CAAC,yBAAyB,CAAC;oBACzC,OAAO,EAAE,CAAC,yBAAyB,CAAC;oBACpC,OAAO,EAAE,CAAC,sBAAsB,CAAC;AAClC,iBAAA;;;ACRD;;AAEG;;;;"}
|
|
@@ -27,10 +27,10 @@ class IDListPaginationComponent {
|
|
|
27
27
|
nextPage(event) {
|
|
28
28
|
this.onNextpage.emit(event);
|
|
29
29
|
}
|
|
30
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
31
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
30
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDListPaginationComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
31
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDListPaginationComponent, selector: "id-list-pagination", inputs: { showing: "showing", 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\n [showing]=\"showing\"\n [from]=\"from\"\n [to]=\"to\"\n [of]=\"of\"\n [total]=\"total\"\n [current]=\"current\"\n [pages]=\"pages\"\n [srcurrentpage]=\"srcurrentpage\"\n [srgotopage]=\"srgotopage\"\n [srprevious]=\"srprevious\"\n [srnext]=\"srnext\"\n (changepage)=\"changePage($event)\"\n (prevpage)=\"prevPage($event)\"\n (nextpage)=\"nextPage($event)\">\n <ng-content></ng-content>\n</ids-list-pagination>\n" });
|
|
32
32
|
}
|
|
33
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
33
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDListPaginationComponent, decorators: [{
|
|
34
34
|
type: Component,
|
|
35
35
|
args: [{ selector: "id-list-pagination", template: "<ids-list-pagination\n [showing]=\"showing\"\n [from]=\"from\"\n [to]=\"to\"\n [of]=\"of\"\n [total]=\"total\"\n [current]=\"current\"\n [pages]=\"pages\"\n [srcurrentpage]=\"srcurrentpage\"\n [srgotopage]=\"srgotopage\"\n [srprevious]=\"srprevious\"\n [srnext]=\"srnext\"\n (changepage)=\"changePage($event)\"\n (prevpage)=\"prevPage($event)\"\n (nextpage)=\"nextPage($event)\">\n <ng-content></ng-content>\n</ids-list-pagination>\n" }]
|
|
36
36
|
}], ctorParameters: () => [], propDecorators: { showing: [{
|
|
@@ -64,11 +64,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
64
64
|
}] } });
|
|
65
65
|
|
|
66
66
|
class IDListPaginationModule {
|
|
67
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
68
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.
|
|
69
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.
|
|
67
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDListPaginationModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
68
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: IDListPaginationModule, declarations: [IDListPaginationComponent], exports: [IDListPaginationComponent] });
|
|
69
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDListPaginationModule });
|
|
70
70
|
}
|
|
71
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
71
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDListPaginationModule, decorators: [{
|
|
72
72
|
type: NgModule,
|
|
73
73
|
args: [{
|
|
74
74
|
declarations: [IDListPaginationComponent],
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inera-ids-angular-components-pagination-list-pagination.mjs","sources":["../../../projects/ids-angular/components/pagination/list-pagination/list-pagination.component.ts","../../../projects/ids-angular/components/pagination/list-pagination/list-pagination.component.html","../../../projects/ids-angular/components/pagination/list-pagination/list-pagination.module.ts","../../../projects/ids-angular/components/pagination/list-pagination/inera-ids-angular-components-pagination-list-pagination.ts"],"sourcesContent":["import { Component, Input, Output, EventEmitter } from \"@angular/core\";\n\n@Component({\n selector: \"id-list-pagination\",\n templateUrl: \"./list-pagination.component.html\"\n})\nexport class IDListPaginationComponent {\n constructor() {}\n\n @Input()\n showing: string = \"Visar\";\n\n @Input()\n from: number;\n\n @Input()\n to: number;\n\n @Input()\n of: string = \"av\";\n\n @Input()\n total: number;\n\n @Input()\n current: number;\n\n @Input()\n pages: number;\n\n @Input()\n srcurrentpage: string = \"Aktuell sida\";\n\n @Input()\n srgotopage: string = \"Gå till sida\";\n\n @Input()\n srprevious: string = \"Föregående sida\";\n\n @Input()\n srnext: string = \"Nästa sida\";\n\n @Output()\n onChangepage: EventEmitter<Event> = new EventEmitter();\n\n @Output()\n onPrevpage: EventEmitter<Event> = new EventEmitter();\n\n @Output()\n onNextpage: EventEmitter<Event> = new EventEmitter();\n\n changePage(event: Event) {\n this.onChangepage.emit(event);\n }\n\n prevPage(event: Event) {\n this.onPrevpage.emit(event);\n }\n\n nextPage(event: Event) {\n this.onNextpage.emit(event);\n }\n}\n","<ids-list-pagination\n [showing]=\"showing\"\n [from]=\"from\"\n [to]=\"to\"\n [of]=\"of\"\n [total]=\"total\"\n [current]=\"current\"\n [pages]=\"pages\"\n [srcurrentpage]=\"srcurrentpage\"\n [srgotopage]=\"srgotopage\"\n [srprevious]=\"srprevious\"\n [srnext]=\"srnext\"\n (changepage)=\"changePage($event)\"\n (prevpage)=\"prevPage($event)\"\n (nextpage)=\"nextPage($event)\">\n <ng-content></ng-content>\n</ids-list-pagination>\n","import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';\nimport { IDListPaginationComponent } from './list-pagination.component';\nimport '@inera/ids-core/components/pagination/list-pagination/register';\n\n@NgModule({\n declarations: [IDListPaginationComponent],\n exports: [IDListPaginationComponent],\n schemas: [CUSTOM_ELEMENTS_SCHEMA],\n})\nexport class IDListPaginationModule {}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;MAMa,yBAAyB,CAAA;AACpC,IAAA,WAAA,GAAA;
|
|
1
|
+
{"version":3,"file":"inera-ids-angular-components-pagination-list-pagination.mjs","sources":["../../../projects/ids-angular/components/pagination/list-pagination/list-pagination.component.ts","../../../projects/ids-angular/components/pagination/list-pagination/list-pagination.component.html","../../../projects/ids-angular/components/pagination/list-pagination/list-pagination.module.ts","../../../projects/ids-angular/components/pagination/list-pagination/inera-ids-angular-components-pagination-list-pagination.ts"],"sourcesContent":["import { Component, Input, Output, EventEmitter } from \"@angular/core\";\n\n@Component({\n selector: \"id-list-pagination\",\n templateUrl: \"./list-pagination.component.html\"\n})\nexport class IDListPaginationComponent {\n constructor() {}\n\n @Input()\n showing: string = \"Visar\";\n\n @Input()\n from: number;\n\n @Input()\n to: number;\n\n @Input()\n of: string = \"av\";\n\n @Input()\n total: number;\n\n @Input()\n current: number;\n\n @Input()\n pages: number;\n\n @Input()\n srcurrentpage: string = \"Aktuell sida\";\n\n @Input()\n srgotopage: string = \"Gå till sida\";\n\n @Input()\n srprevious: string = \"Föregående sida\";\n\n @Input()\n srnext: string = \"Nästa sida\";\n\n @Output()\n onChangepage: EventEmitter<Event> = new EventEmitter();\n\n @Output()\n onPrevpage: EventEmitter<Event> = new EventEmitter();\n\n @Output()\n onNextpage: EventEmitter<Event> = new EventEmitter();\n\n changePage(event: Event) {\n this.onChangepage.emit(event);\n }\n\n prevPage(event: Event) {\n this.onPrevpage.emit(event);\n }\n\n nextPage(event: Event) {\n this.onNextpage.emit(event);\n }\n}\n","<ids-list-pagination\n [showing]=\"showing\"\n [from]=\"from\"\n [to]=\"to\"\n [of]=\"of\"\n [total]=\"total\"\n [current]=\"current\"\n [pages]=\"pages\"\n [srcurrentpage]=\"srcurrentpage\"\n [srgotopage]=\"srgotopage\"\n [srprevious]=\"srprevious\"\n [srnext]=\"srnext\"\n (changepage)=\"changePage($event)\"\n (prevpage)=\"prevPage($event)\"\n (nextpage)=\"nextPage($event)\">\n <ng-content></ng-content>\n</ids-list-pagination>\n","import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';\nimport { IDListPaginationComponent } from './list-pagination.component';\nimport '@inera/ids-core/components/pagination/list-pagination/register';\n\n@NgModule({\n declarations: [IDListPaginationComponent],\n exports: [IDListPaginationComponent],\n schemas: [CUSTOM_ELEMENTS_SCHEMA],\n})\nexport class IDListPaginationModule {}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;MAMa,yBAAyB,CAAA;AACpC,IAAA,WAAA,GAAA,EAAe;IAGf,OAAO,GAAW,OAAO;AAGzB,IAAA,IAAI;AAGJ,IAAA,EAAE;IAGF,EAAE,GAAW,IAAI;AAGjB,IAAA,KAAK;AAGL,IAAA,OAAO;AAGP,IAAA,KAAK;IAGL,aAAa,GAAW,cAAc;IAGtC,UAAU,GAAW,cAAc;IAGnC,UAAU,GAAW,iBAAiB;IAGtC,MAAM,GAAW,YAAY;AAG7B,IAAA,YAAY,GAAwB,IAAI,YAAY,EAAE;AAGtD,IAAA,UAAU,GAAwB,IAAI,YAAY,EAAE;AAGpD,IAAA,UAAU,GAAwB,IAAI,YAAY,EAAE;AAEpD,IAAA,UAAU,CAAC,KAAY,EAAA;AACrB,QAAA,IAAI,CAAC,YAAY,CAAC,IAAI,CAAC,KAAK,CAAC;IAC/B;AAEA,IAAA,QAAQ,CAAC,KAAY,EAAA;AACnB,QAAA,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,KAAK,CAAC;IAC7B;AAEA,IAAA,QAAQ,CAAC,KAAY,EAAA;AACnB,QAAA,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,KAAK,CAAC;IAC7B;wGAvDW,yBAAyB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA;AAAzB,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,yBAAyB,qXCNtC,kcAiBA,EAAA,CAAA;;4FDXa,yBAAyB,EAAA,UAAA,EAAA,CAAA;kBAJrC,SAAS;+BACE,oBAAoB,EAAA,QAAA,EAAA,kcAAA,EAAA;wDAO9B,OAAO,EAAA,CAAA;sBADN;gBAID,IAAI,EAAA,CAAA;sBADH;gBAID,EAAE,EAAA,CAAA;sBADD;gBAID,EAAE,EAAA,CAAA;sBADD;gBAID,KAAK,EAAA,CAAA;sBADJ;gBAID,OAAO,EAAA,CAAA;sBADN;gBAID,KAAK,EAAA,CAAA;sBADJ;gBAID,aAAa,EAAA,CAAA;sBADZ;gBAID,UAAU,EAAA,CAAA;sBADT;gBAID,UAAU,EAAA,CAAA;sBADT;gBAID,MAAM,EAAA,CAAA;sBADL;gBAID,YAAY,EAAA,CAAA;sBADX;gBAID,UAAU,EAAA,CAAA;sBADT;gBAID,UAAU,EAAA,CAAA;sBADT;;;MEvCU,sBAAsB,CAAA;wGAAtB,sBAAsB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA;yGAAtB,sBAAsB,EAAA,YAAA,EAAA,CAJlB,yBAAyB,CAAA,EAAA,OAAA,EAAA,CAC9B,yBAAyB,CAAA,EAAA,CAAA;yGAGxB,sBAAsB,EAAA,CAAA;;4FAAtB,sBAAsB,EAAA,UAAA,EAAA,CAAA;kBALlC,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;oBACR,YAAY,EAAE,CAAC,yBAAyB,CAAC;oBACzC,OAAO,EAAE,CAAC,yBAAyB,CAAC;oBACpC,OAAO,EAAE,CAAC,sBAAsB,CAAC;AAClC,iBAAA;;;ACRD;;AAEG;;;;"}
|
|
@@ -11,10 +11,10 @@ class IDPopoverComponent {
|
|
|
11
11
|
maxheight = 260;
|
|
12
12
|
category = undefined;
|
|
13
13
|
position = 'bottom';
|
|
14
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
15
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
14
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDPopoverComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
15
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", 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\">\n <ng-content></ng-content>\n <ids-popover-content\n [attr.autofocus]=\"autofocus ? 'true' : null\"\n [attr.srclosetext]=\"srclosetext\"\n [attr.maxwidth]=\"maxwidth\"\n [attr.maxheight]=\"maxheight\"\n [attr.show]=\"show ? 'true' : null\">\n <ng-content select=\"[slot='headline']\"></ng-content>\n <ng-content select=\"[popover-content]\"></ng-content>\n </ids-popover-content>\n</ids-popover>\n" });
|
|
16
16
|
}
|
|
17
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
17
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDPopoverComponent, decorators: [{
|
|
18
18
|
type: Component,
|
|
19
19
|
args: [{ selector: 'id-popover', template: "<ids-popover [attr.category]=\"category\" [attr.position]=\"position\">\n <ng-content></ng-content>\n <ids-popover-content\n [attr.autofocus]=\"autofocus ? 'true' : null\"\n [attr.srclosetext]=\"srclosetext\"\n [attr.maxwidth]=\"maxwidth\"\n [attr.maxheight]=\"maxheight\"\n [attr.show]=\"show ? 'true' : null\">\n <ng-content select=\"[slot='headline']\"></ng-content>\n <ng-content select=\"[popover-content]\"></ng-content>\n </ids-popover-content>\n</ids-popover>\n" }]
|
|
20
20
|
}], ctorParameters: () => [], propDecorators: { autofocus: [{
|
|
@@ -34,11 +34,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
34
34
|
}] } });
|
|
35
35
|
|
|
36
36
|
class IDPopoverModule {
|
|
37
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
38
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.
|
|
39
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.
|
|
37
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDPopoverModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
38
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: IDPopoverModule, declarations: [IDPopoverComponent], exports: [IDPopoverComponent] });
|
|
39
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDPopoverModule });
|
|
40
40
|
}
|
|
41
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
41
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDPopoverModule, decorators: [{
|
|
42
42
|
type: NgModule,
|
|
43
43
|
args: [{
|
|
44
44
|
declarations: [
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inera-ids-angular-components-popover.mjs","sources":["../../../projects/ids-angular/components/popover/popover.component.ts","../../../projects/ids-angular/components/popover/popover.component.html","../../../projects/ids-angular/components/popover/popover.module.ts","../../../projects/ids-angular/components/popover/inera-ids-angular-components-popover.ts"],"sourcesContent":["import { Component, Input } from '@angular/core';\n\n@Component({\n selector: 'id-popover',\n templateUrl: './popover.component.html',\n})\nexport class IDPopoverComponent {\n constructor() {}\n @Input()\n autofocus: boolean = false;\n @Input()\n show: boolean = false;\n @Input()\n srclosetext: string = 'Stäng';\n @Input()\n maxwidth: number = 260;\n @Input()\n maxheight: number = 260;\n @Input()\n category: string | undefined = undefined;\n @Input()\n position:\n | 'top'\n | 'top-left'\n | 'top-right'\n | 'right'\n | 'right-top'\n | 'right-bottom'\n | 'bottom'\n | 'bottom-left'\n | 'bottom-right'\n | 'left'\n | 'left-top'\n | 'left-bottom' = 'bottom';\n}\n","<ids-popover [attr.category]=\"category\" [attr.position]=\"position\">\n <ng-content></ng-content>\n <ids-popover-content\n [attr.autofocus]=\"autofocus ? 'true' : null\"\n [attr.srclosetext]=\"srclosetext\"\n [attr.maxwidth]=\"maxwidth\"\n [attr.maxheight]=\"maxheight\"\n [attr.show]=\"show ? 'true' : null\">\n <ng-content select=\"[slot='headline']\"></ng-content>\n <ng-content select=\"[popover-content]\"></ng-content>\n </ids-popover-content>\n</ids-popover>\n","import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';\nimport { IDPopoverComponent } from './popover.component';\nimport '@inera/ids-core/components/popover/register';\n\n@NgModule({\n declarations: [\n IDPopoverComponent\n ],\n exports: [\n IDPopoverComponent\n ],\n schemas: [CUSTOM_ELEMENTS_SCHEMA],\n})\nexport class IDPopoverModule { }\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;MAMa,kBAAkB,CAAA;AAC7B,IAAA,WAAA,GAAA;
|
|
1
|
+
{"version":3,"file":"inera-ids-angular-components-popover.mjs","sources":["../../../projects/ids-angular/components/popover/popover.component.ts","../../../projects/ids-angular/components/popover/popover.component.html","../../../projects/ids-angular/components/popover/popover.module.ts","../../../projects/ids-angular/components/popover/inera-ids-angular-components-popover.ts"],"sourcesContent":["import { Component, Input } from '@angular/core';\n\n@Component({\n selector: 'id-popover',\n templateUrl: './popover.component.html',\n})\nexport class IDPopoverComponent {\n constructor() {}\n @Input()\n autofocus: boolean = false;\n @Input()\n show: boolean = false;\n @Input()\n srclosetext: string = 'Stäng';\n @Input()\n maxwidth: number = 260;\n @Input()\n maxheight: number = 260;\n @Input()\n category: string | undefined = undefined;\n @Input()\n position:\n | 'top'\n | 'top-left'\n | 'top-right'\n | 'right'\n | 'right-top'\n | 'right-bottom'\n | 'bottom'\n | 'bottom-left'\n | 'bottom-right'\n | 'left'\n | 'left-top'\n | 'left-bottom' = 'bottom';\n}\n","<ids-popover [attr.category]=\"category\" [attr.position]=\"position\">\n <ng-content></ng-content>\n <ids-popover-content\n [attr.autofocus]=\"autofocus ? 'true' : null\"\n [attr.srclosetext]=\"srclosetext\"\n [attr.maxwidth]=\"maxwidth\"\n [attr.maxheight]=\"maxheight\"\n [attr.show]=\"show ? 'true' : null\">\n <ng-content select=\"[slot='headline']\"></ng-content>\n <ng-content select=\"[popover-content]\"></ng-content>\n </ids-popover-content>\n</ids-popover>\n","import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';\nimport { IDPopoverComponent } from './popover.component';\nimport '@inera/ids-core/components/popover/register';\n\n@NgModule({\n declarations: [\n IDPopoverComponent\n ],\n exports: [\n IDPopoverComponent\n ],\n schemas: [CUSTOM_ELEMENTS_SCHEMA],\n})\nexport class IDPopoverModule { }\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;MAMa,kBAAkB,CAAA;AAC7B,IAAA,WAAA,GAAA,EAAe;IAEf,SAAS,GAAY,KAAK;IAE1B,IAAI,GAAY,KAAK;IAErB,WAAW,GAAW,OAAO;IAE7B,QAAQ,GAAW,GAAG;IAEtB,SAAS,GAAW,GAAG;IAEvB,QAAQ,GAAuB,SAAS;IAExC,QAAQ,GAYY,QAAQ;wGA3BjB,kBAAkB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA;AAAlB,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,kBAAkB,0NCN/B,+eAYA,EAAA,CAAA;;4FDNa,kBAAkB,EAAA,UAAA,EAAA,CAAA;kBAJ9B,SAAS;+BACE,YAAY,EAAA,QAAA,EAAA,+eAAA,EAAA;wDAMtB,SAAS,EAAA,CAAA;sBADR;gBAGD,IAAI,EAAA,CAAA;sBADH;gBAGD,WAAW,EAAA,CAAA;sBADV;gBAGD,QAAQ,EAAA,CAAA;sBADP;gBAGD,SAAS,EAAA,CAAA;sBADR;gBAGD,QAAQ,EAAA,CAAA;sBADP;gBAGD,QAAQ,EAAA,CAAA;sBADP;;;MEPU,eAAe,CAAA;wGAAf,eAAe,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA;yGAAf,eAAe,EAAA,YAAA,EAAA,CAPxB,kBAAkB,CAAA,EAAA,OAAA,EAAA,CAGlB,kBAAkB,CAAA,EAAA,CAAA;yGAIT,eAAe,EAAA,CAAA;;4FAAf,eAAe,EAAA,UAAA,EAAA,CAAA;kBAT3B,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;AACR,oBAAA,YAAY,EAAE;wBACZ;AACD,qBAAA;AACD,oBAAA,OAAO,EAAE;wBACP;AACD,qBAAA;oBACD,OAAO,EAAE,CAAC,sBAAsB,CAAC;AAClC,iBAAA;;;ACZD;;AAEG;;;;"}
|
|
@@ -8,10 +8,10 @@ class IDProgressbarComponent {
|
|
|
8
8
|
hidelabel = false;
|
|
9
9
|
srlabel = "";
|
|
10
10
|
label = "";
|
|
11
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
12
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
11
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDProgressbarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
12
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDProgressbarComponent, selector: "id-progressbar", inputs: { value: "value", hidelabel: "hidelabel", srlabel: "srlabel", label: "label" }, ngImport: i0, template: "<ids-progressbar \n [value]=\"value\"\n [hidelabel]=\"hidelabel\"\n [srlabel]=\"srlabel\"\n [label]=\"label\">\n</ids-progressbar>" });
|
|
13
13
|
}
|
|
14
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
14
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDProgressbarComponent, decorators: [{
|
|
15
15
|
type: Component,
|
|
16
16
|
args: [{ selector: "id-progressbar", template: "<ids-progressbar \n [value]=\"value\"\n [hidelabel]=\"hidelabel\"\n [srlabel]=\"srlabel\"\n [label]=\"label\">\n</ids-progressbar>" }]
|
|
17
17
|
}], ctorParameters: () => [], propDecorators: { value: [{
|
|
@@ -25,11 +25,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
25
25
|
}] } });
|
|
26
26
|
|
|
27
27
|
class IDProgressbarModule {
|
|
28
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
29
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.
|
|
30
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.
|
|
28
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDProgressbarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
29
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: IDProgressbarModule, declarations: [IDProgressbarComponent], exports: [IDProgressbarComponent] });
|
|
30
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDProgressbarModule });
|
|
31
31
|
}
|
|
32
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
32
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDProgressbarModule, decorators: [{
|
|
33
33
|
type: NgModule,
|
|
34
34
|
args: [{
|
|
35
35
|
declarations: [
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inera-ids-angular-components-progressbar.mjs","sources":["../../../projects/ids-angular/components/progressbar/progressbar.component.ts","../../../projects/ids-angular/components/progressbar/progressbar.component.html","../../../projects/ids-angular/components/progressbar/progressbar.module.ts","../../../projects/ids-angular/components/progressbar/inera-ids-angular-components-progressbar.ts"],"sourcesContent":["import { Component, Input } from \"@angular/core\";\n\n@Component({\n selector: \"id-progressbar\",\n templateUrl: \"./progressbar.component.html\"\n})\nexport class IDProgressbarComponent {\n constructor() {}\n\n @Input()\n value: number = 0;\n\n @Input()\n hidelabel: boolean = false;\n\n @Input()\n srlabel: string = \"\";\n\n @Input()\n label: string = \"\";\n}\n","<ids-progressbar \n [value]=\"value\"\n [hidelabel]=\"hidelabel\"\n [srlabel]=\"srlabel\"\n [label]=\"label\">\n</ids-progressbar>","import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';\nimport { IDProgressbarComponent } from './progressbar.component';\nimport '@inera/ids-core/components/progressbar/register';\n\n@NgModule({\n declarations: [\n IDProgressbarComponent\n ],\n exports: [\n IDProgressbarComponent\n ],\n schemas: [CUSTOM_ELEMENTS_SCHEMA],\n})\nexport class IDProgressbarModule { }\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;MAMa,sBAAsB,CAAA;AACjC,IAAA,WAAA,GAAA;
|
|
1
|
+
{"version":3,"file":"inera-ids-angular-components-progressbar.mjs","sources":["../../../projects/ids-angular/components/progressbar/progressbar.component.ts","../../../projects/ids-angular/components/progressbar/progressbar.component.html","../../../projects/ids-angular/components/progressbar/progressbar.module.ts","../../../projects/ids-angular/components/progressbar/inera-ids-angular-components-progressbar.ts"],"sourcesContent":["import { Component, Input } from \"@angular/core\";\n\n@Component({\n selector: \"id-progressbar\",\n templateUrl: \"./progressbar.component.html\"\n})\nexport class IDProgressbarComponent {\n constructor() {}\n\n @Input()\n value: number = 0;\n\n @Input()\n hidelabel: boolean = false;\n\n @Input()\n srlabel: string = \"\";\n\n @Input()\n label: string = \"\";\n}\n","<ids-progressbar \n [value]=\"value\"\n [hidelabel]=\"hidelabel\"\n [srlabel]=\"srlabel\"\n [label]=\"label\">\n</ids-progressbar>","import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';\nimport { IDProgressbarComponent } from './progressbar.component';\nimport '@inera/ids-core/components/progressbar/register';\n\n@NgModule({\n declarations: [\n IDProgressbarComponent\n ],\n exports: [\n IDProgressbarComponent\n ],\n schemas: [CUSTOM_ELEMENTS_SCHEMA],\n})\nexport class IDProgressbarModule { }\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;MAMa,sBAAsB,CAAA;AACjC,IAAA,WAAA,GAAA,EAAe;IAGf,KAAK,GAAW,CAAC;IAGjB,SAAS,GAAY,KAAK;IAG1B,OAAO,GAAW,EAAE;IAGpB,KAAK,GAAW,EAAE;wGAbP,sBAAsB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA;AAAtB,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,sBAAsB,8ICNnC,wIAKkB,EAAA,CAAA;;4FDCL,sBAAsB,EAAA,UAAA,EAAA,CAAA;kBAJlC,SAAS;+BACE,gBAAgB,EAAA,QAAA,EAAA,wIAAA,EAAA;wDAO1B,KAAK,EAAA,CAAA;sBADJ;gBAID,SAAS,EAAA,CAAA;sBADR;gBAID,OAAO,EAAA,CAAA;sBADN;gBAID,KAAK,EAAA,CAAA;sBADJ;;;MELU,mBAAmB,CAAA;wGAAnB,mBAAmB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA;yGAAnB,mBAAmB,EAAA,YAAA,EAAA,CAP5B,sBAAsB,CAAA,EAAA,OAAA,EAAA,CAGtB,sBAAsB,CAAA,EAAA,CAAA;yGAIb,mBAAmB,EAAA,CAAA;;4FAAnB,mBAAmB,EAAA,UAAA,EAAA,CAAA;kBAT/B,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;AACR,oBAAA,YAAY,EAAE;wBACZ;AACD,qBAAA;AACD,oBAAA,OAAO,EAAE;wBACP;AACD,qBAAA;oBACD,OAAO,EAAE,CAAC,sBAAsB,CAAC;AAClC,iBAAA;;;ACZD;;AAEG;;;;"}
|
|
@@ -4,10 +4,10 @@ import '@inera/ids-core/components/puff-list/register';
|
|
|
4
4
|
|
|
5
5
|
class IDPuffListComponent {
|
|
6
6
|
constructor() { }
|
|
7
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
8
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
7
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDPuffListComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
8
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDPuffListComponent, selector: "id-puff-list", ngImport: i0, template: "<ids-puff-list>\n <ng-content></ng-content>\n</ids-puff-list>", encapsulation: i0.ViewEncapsulation.None });
|
|
9
9
|
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
10
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDPuffListComponent, decorators: [{
|
|
11
11
|
type: Component,
|
|
12
12
|
args: [{ selector: 'id-puff-list', encapsulation: ViewEncapsulation.None, template: "<ids-puff-list>\n <ng-content></ng-content>\n</ids-puff-list>" }]
|
|
13
13
|
}], ctorParameters: () => [] });
|
|
@@ -23,10 +23,10 @@ class IDPuffListItemComponent {
|
|
|
23
23
|
showtime = false;
|
|
24
24
|
nocontent = false;
|
|
25
25
|
constructor() { }
|
|
26
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
27
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
26
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDPuffListItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
27
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDPuffListItemComponent, selector: "id-puff-list-item", inputs: { date: "date", year: "year", month: "month", monthlabel: "monthlabel", day: "day", showdatelabel: "showdatelabel", time: "time", showtime: "showtime", nocontent: "nocontent" }, ngImport: i0, template: "<ids-puff-list-item\n [date]=\"date\"\n [year]=\"year\"\n [month]=\"month\"\n [nocontent]=\"nocontent ? true : null\"\n [monthlabel]=\"monthlabel\"\n [day]=\"day\"\n [time]=\"time\"\n [showtime]=\"showtime\">\n <ng-content></ng-content>\n</ids-puff-list-item>\n", encapsulation: i0.ViewEncapsulation.None });
|
|
28
28
|
}
|
|
29
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
29
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDPuffListItemComponent, decorators: [{
|
|
30
30
|
type: Component,
|
|
31
31
|
args: [{ selector: 'id-puff-list-item', encapsulation: ViewEncapsulation.None, template: "<ids-puff-list-item\n [date]=\"date\"\n [year]=\"year\"\n [month]=\"month\"\n [nocontent]=\"nocontent ? true : null\"\n [monthlabel]=\"monthlabel\"\n [day]=\"day\"\n [time]=\"time\"\n [showtime]=\"showtime\">\n <ng-content></ng-content>\n</ids-puff-list-item>\n" }]
|
|
32
32
|
}], ctorParameters: () => [], propDecorators: { date: [{
|
|
@@ -51,36 +51,39 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
51
51
|
|
|
52
52
|
class IDPuffListItemInfoComponent {
|
|
53
53
|
constructor() { }
|
|
54
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
55
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
54
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDPuffListItemInfoComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
55
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDPuffListItemInfoComponent, selector: "id-puff-list-item-info", ngImport: i0, template: "<ids-puff-list-item-info>\n <ng-content></ng-content>\n</ids-puff-list-item-info>", styles: [":host{display:block}\n"] });
|
|
56
56
|
}
|
|
57
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
57
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDPuffListItemInfoComponent, decorators: [{
|
|
58
58
|
type: Component,
|
|
59
59
|
args: [{ selector: 'id-puff-list-item-info', template: "<ids-puff-list-item-info>\n <ng-content></ng-content>\n</ids-puff-list-item-info>", styles: [":host{display:block}\n"] }]
|
|
60
60
|
}], ctorParameters: () => [] });
|
|
61
61
|
|
|
62
62
|
class IDPuffListItemHeaderComponent {
|
|
63
63
|
constructor() { }
|
|
64
|
-
|
|
65
|
-
static
|
|
64
|
+
level = 2;
|
|
65
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDPuffListItemHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
66
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDPuffListItemHeaderComponent, selector: "id-puff-list-item-header", inputs: { level: "level" }, ngImport: i0, template: "<ids-puff-list-item-header [level]=\"level\">\n <ng-content></ng-content>\n</ids-puff-list-item-header>", styles: [":host{display:block}\n"] });
|
|
66
67
|
}
|
|
67
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
68
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDPuffListItemHeaderComponent, decorators: [{
|
|
68
69
|
type: Component,
|
|
69
|
-
args: [{ selector:
|
|
70
|
-
}], ctorParameters: () => []
|
|
70
|
+
args: [{ selector: "id-puff-list-item-header", template: "<ids-puff-list-item-header [level]=\"level\">\n <ng-content></ng-content>\n</ids-puff-list-item-header>", styles: [":host{display:block}\n"] }]
|
|
71
|
+
}], ctorParameters: () => [], propDecorators: { level: [{
|
|
72
|
+
type: Input
|
|
73
|
+
}] } });
|
|
71
74
|
|
|
72
75
|
class IDPuffListModule {
|
|
73
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
74
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.
|
|
76
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDPuffListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
77
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: IDPuffListModule, declarations: [IDPuffListComponent,
|
|
75
78
|
IDPuffListItemComponent,
|
|
76
79
|
IDPuffListItemInfoComponent,
|
|
77
80
|
IDPuffListItemHeaderComponent], exports: [IDPuffListComponent,
|
|
78
81
|
IDPuffListItemComponent,
|
|
79
82
|
IDPuffListItemInfoComponent,
|
|
80
83
|
IDPuffListItemHeaderComponent] });
|
|
81
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.
|
|
84
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDPuffListModule });
|
|
82
85
|
}
|
|
83
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
86
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDPuffListModule, decorators: [{
|
|
84
87
|
type: NgModule,
|
|
85
88
|
args: [{
|
|
86
89
|
declarations: [
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inera-ids-angular-components-puff-list.mjs","sources":["../../../projects/ids-angular/components/puff-list/puff-list.component.ts","../../../projects/ids-angular/components/puff-list/puff-list.component.html","../../../projects/ids-angular/components/puff-list/puff-item/puff-list-item.component.ts","../../../projects/ids-angular/components/puff-list/puff-item/puff-list-item.component.html","../../../projects/ids-angular/components/puff-list/puff-item/puff-info/puff-list-item-info.component.ts","../../../projects/ids-angular/components/puff-list/puff-item/puff-info/puff-list-item-info.component.html","../../../projects/ids-angular/components/puff-list/puff-item/puff-header/puff-list-item-header.component.ts","../../../projects/ids-angular/components/puff-list/puff-item/puff-header/puff-list-item-header.component.html","../../../projects/ids-angular/components/puff-list/puff-list.module.ts","../../../projects/ids-angular/components/puff-list/inera-ids-angular-components-puff-list.ts"],"sourcesContent":["import { Component, ViewEncapsulation } from '@angular/core';\n\n@Component({\n selector: 'id-puff-list',\n templateUrl: './puff-list.component.html',\n encapsulation: ViewEncapsulation.None,\n})\nexport class IDPuffListComponent {\n\n constructor() { }\n\n}\n","<ids-puff-list>\n <ng-content></ng-content>\n</ids-puff-list>","import { Component, Input, ViewEncapsulation } from '@angular/core';\n\n@Component({\n selector: 'id-puff-list-item',\n templateUrl: './puff-list-item.component.html',\n encapsulation: ViewEncapsulation.None,\n})\nexport class IDPuffListItemComponent {\n\n @Input()\n date: Date | null = null;\n @Input()\n year: string | null = null; \n @Input()\n month: string | null = null;\n @Input()\n monthlabel: string | null = null;\n @Input()\n day: string | null = null;\n @Input()\n showdatelabel: boolean = false;\n @Input()\n time: string = '';\n @Input()\n showtime: boolean = false;\n @Input()\n nocontent: boolean = false;\n\n constructor() { }\n\n}\n\n","<ids-puff-list-item\n [date]=\"date\"\n [year]=\"year\"\n [month]=\"month\"\n [nocontent]=\"nocontent ? true : null\"\n [monthlabel]=\"monthlabel\"\n [day]=\"day\"\n [time]=\"time\"\n [showtime]=\"showtime\">\n <ng-content></ng-content>\n</ids-puff-list-item>\n","import { Component } from '@angular/core';\n\n@Component({\n selector: 'id-puff-list-item-info',\n templateUrl: './puff-list-item-info.component.html',\n styles: [':host { display: block; }']\n})\nexport class IDPuffListItemInfoComponent {\n\n constructor() { }\n\n}\n\n","<ids-puff-list-item-info>\n <ng-content></ng-content>\n</ids-puff-list-item-info>","import { Component } from
|
|
1
|
+
{"version":3,"file":"inera-ids-angular-components-puff-list.mjs","sources":["../../../projects/ids-angular/components/puff-list/puff-list.component.ts","../../../projects/ids-angular/components/puff-list/puff-list.component.html","../../../projects/ids-angular/components/puff-list/puff-item/puff-list-item.component.ts","../../../projects/ids-angular/components/puff-list/puff-item/puff-list-item.component.html","../../../projects/ids-angular/components/puff-list/puff-item/puff-info/puff-list-item-info.component.ts","../../../projects/ids-angular/components/puff-list/puff-item/puff-info/puff-list-item-info.component.html","../../../projects/ids-angular/components/puff-list/puff-item/puff-header/puff-list-item-header.component.ts","../../../projects/ids-angular/components/puff-list/puff-item/puff-header/puff-list-item-header.component.html","../../../projects/ids-angular/components/puff-list/puff-list.module.ts","../../../projects/ids-angular/components/puff-list/inera-ids-angular-components-puff-list.ts"],"sourcesContent":["import { Component, ViewEncapsulation } from '@angular/core';\n\n@Component({\n selector: 'id-puff-list',\n templateUrl: './puff-list.component.html',\n encapsulation: ViewEncapsulation.None,\n})\nexport class IDPuffListComponent {\n\n constructor() { }\n\n}\n","<ids-puff-list>\n <ng-content></ng-content>\n</ids-puff-list>","import { Component, Input, ViewEncapsulation } from '@angular/core';\n\n@Component({\n selector: 'id-puff-list-item',\n templateUrl: './puff-list-item.component.html',\n encapsulation: ViewEncapsulation.None,\n})\nexport class IDPuffListItemComponent {\n\n @Input()\n date: Date | null = null;\n @Input()\n year: string | null = null; \n @Input()\n month: string | null = null;\n @Input()\n monthlabel: string | null = null;\n @Input()\n day: string | null = null;\n @Input()\n showdatelabel: boolean = false;\n @Input()\n time: string = '';\n @Input()\n showtime: boolean = false;\n @Input()\n nocontent: boolean = false;\n\n constructor() { }\n\n}\n\n","<ids-puff-list-item\n [date]=\"date\"\n [year]=\"year\"\n [month]=\"month\"\n [nocontent]=\"nocontent ? true : null\"\n [monthlabel]=\"monthlabel\"\n [day]=\"day\"\n [time]=\"time\"\n [showtime]=\"showtime\">\n <ng-content></ng-content>\n</ids-puff-list-item>\n","import { Component } from '@angular/core';\n\n@Component({\n selector: 'id-puff-list-item-info',\n templateUrl: './puff-list-item-info.component.html',\n styles: [':host { display: block; }']\n})\nexport class IDPuffListItemInfoComponent {\n\n constructor() { }\n\n}\n\n","<ids-puff-list-item-info>\n <ng-content></ng-content>\n</ids-puff-list-item-info>","import { Component, Input } from \"@angular/core\";\n\n@Component({\n selector: \"id-puff-list-item-header\",\n templateUrl: \"./puff-list-item-header.component.html\",\n styles: [\":host { display: block; }\"]\n})\nexport class IDPuffListItemHeaderComponent {\n constructor() {}\n @Input()\n level: number = 2;\n}\n","<ids-puff-list-item-header [level]=\"level\">\n <ng-content></ng-content>\n</ids-puff-list-item-header>","import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from \"@angular/core\";\nimport { IDPuffListComponent } from \"./puff-list.component\";\nimport \"@inera/ids-core/components/puff-list/register\";\nimport { IDPuffListItemComponent } from \"./puff-item/puff-list-item.component\";\nimport { IDPuffListItemInfoComponent } from \"./puff-item/puff-info/puff-list-item-info.component\";\nimport { IDPuffListItemHeaderComponent } from \"./puff-item/puff-header/puff-list-item-header.component\";\n\n@NgModule({\n declarations: [\n IDPuffListComponent,\n IDPuffListItemComponent,\n IDPuffListItemInfoComponent,\n IDPuffListItemHeaderComponent\n ],\n exports: [\n IDPuffListComponent,\n IDPuffListItemComponent,\n IDPuffListItemInfoComponent,\n IDPuffListItemHeaderComponent\n ],\n schemas: [CUSTOM_ELEMENTS_SCHEMA]\n})\nexport class IDPuffListModule {}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;MAOa,mBAAmB,CAAA;AAE9B,IAAA,WAAA,GAAA,EAAgB;wGAFL,mBAAmB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA;AAAnB,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,mBAAmB,oDCPhC,gEAEgB,EAAA,aAAA,EAAA,EAAA,CAAA,iBAAA,CAAA,IAAA,EAAA,CAAA;;4FDKH,mBAAmB,EAAA,UAAA,EAAA,CAAA;kBAL/B,SAAS;+BACE,cAAc,EAAA,aAAA,EAET,iBAAiB,CAAC,IAAI,EAAA,QAAA,EAAA,gEAAA,EAAA;;;MEE1B,uBAAuB,CAAA;IAGlC,IAAI,GAAgB,IAAI;IAExB,IAAI,GAAkB,IAAI;IAE1B,KAAK,GAAkB,IAAI;IAE3B,UAAU,GAAkB,IAAI;IAEhC,GAAG,GAAkB,IAAI;IAEzB,aAAa,GAAY,KAAK;IAE9B,IAAI,GAAW,EAAE;IAEjB,QAAQ,GAAY,KAAK;IAEzB,SAAS,GAAY,KAAK;AAE1B,IAAA,WAAA,GAAA,EAAgB;wGArBL,uBAAuB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA;AAAvB,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,uBAAuB,mPCPpC,gRAWA,EAAA,aAAA,EAAA,EAAA,CAAA,iBAAA,CAAA,IAAA,EAAA,CAAA;;4FDJa,uBAAuB,EAAA,UAAA,EAAA,CAAA;kBALnC,SAAS;+BACE,mBAAmB,EAAA,aAAA,EAEd,iBAAiB,CAAC,IAAI,EAAA,QAAA,EAAA,gRAAA,EAAA;wDAKrC,IAAI,EAAA,CAAA;sBADH;gBAGD,IAAI,EAAA,CAAA;sBADH;gBAGD,KAAK,EAAA,CAAA;sBADJ;gBAGD,UAAU,EAAA,CAAA;sBADT;gBAGD,GAAG,EAAA,CAAA;sBADF;gBAGD,aAAa,EAAA,CAAA;sBADZ;gBAGD,IAAI,EAAA,CAAA;sBADH;gBAGD,QAAQ,EAAA,CAAA;sBADP;gBAGD,SAAS,EAAA,CAAA;sBADR;;;MElBU,2BAA2B,CAAA;AAEtC,IAAA,WAAA,GAAA,EAAgB;wGAFL,2BAA2B,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA;AAA3B,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,2BAA2B,8DCPxC,oFAE0B,EAAA,MAAA,EAAA,CAAA,wBAAA,CAAA,EAAA,CAAA;;4FDKb,2BAA2B,EAAA,UAAA,EAAA,CAAA;kBALvC,SAAS;+BACE,wBAAwB,EAAA,QAAA,EAAA,oFAAA,EAAA,MAAA,EAAA,CAAA,wBAAA,CAAA,EAAA;;;MEIvB,6BAA6B,CAAA;AACxC,IAAA,WAAA,GAAA,EAAe;IAEf,KAAK,GAAW,CAAC;wGAHN,6BAA6B,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA;AAA7B,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,6BAA6B,4FCP1C,0GAE4B,EAAA,MAAA,EAAA,CAAA,wBAAA,CAAA,EAAA,CAAA;;4FDKf,6BAA6B,EAAA,UAAA,EAAA,CAAA;kBALzC,SAAS;+BACE,0BAA0B,EAAA,QAAA,EAAA,0GAAA,EAAA,MAAA,EAAA,CAAA,wBAAA,CAAA,EAAA;wDAOpC,KAAK,EAAA,CAAA;sBADJ;;;MEaU,gBAAgB,CAAA;wGAAhB,gBAAgB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA;AAAhB,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,gBAAgB,iBAbzB,mBAAmB;YACnB,uBAAuB;YACvB,2BAA2B;AAC3B,YAAA,6BAA6B,aAG7B,mBAAmB;YACnB,uBAAuB;YACvB,2BAA2B;YAC3B,6BAA6B,CAAA,EAAA,CAAA;yGAIpB,gBAAgB,EAAA,CAAA;;4FAAhB,gBAAgB,EAAA,UAAA,EAAA,CAAA;kBAf5B,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;AACR,oBAAA,YAAY,EAAE;wBACZ,mBAAmB;wBACnB,uBAAuB;wBACvB,2BAA2B;wBAC3B;AACD,qBAAA;AACD,oBAAA,OAAO,EAAE;wBACP,mBAAmB;wBACnB,uBAAuB;wBACvB,2BAA2B;wBAC3B;AACD,qBAAA;oBACD,OAAO,EAAE,CAAC,sBAAsB;AACjC,iBAAA;;;ACrBD;;AAEG;;;;"}
|
|
@@ -10,10 +10,10 @@ class IDRegionIconComponent {
|
|
|
10
10
|
size = "m";
|
|
11
11
|
inline = false;
|
|
12
12
|
light = false;
|
|
13
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
14
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
13
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDRegionIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
14
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDRegionIconComponent, selector: "id-region-icon", inputs: { name: "name", title: "title", colorpreset: "colorpreset", size: "size", inline: "inline", light: "light" }, ngImport: i0, template: "<ids-region-icon\n [attr.name]=\"name\"\n [attr.inline]=\"inline ? true : undefined\"\n [attr.light]=\"light ? true : undefined\"\n [attr.title]=\"title\"\n [attr.size]=\"size\"\n [attr.colorpreset]=\"colorpreset\">\n</ids-region-icon>\n", styles: [":host{display:contents}\n"] });
|
|
15
15
|
}
|
|
16
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
16
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDRegionIconComponent, decorators: [{
|
|
17
17
|
type: Component,
|
|
18
18
|
args: [{ selector: "id-region-icon", template: "<ids-region-icon\n [attr.name]=\"name\"\n [attr.inline]=\"inline ? true : undefined\"\n [attr.light]=\"light ? true : undefined\"\n [attr.title]=\"title\"\n [attr.size]=\"size\"\n [attr.colorpreset]=\"colorpreset\">\n</ids-region-icon>\n", styles: [":host{display:contents}\n"] }]
|
|
19
19
|
}], ctorParameters: () => [], propDecorators: { name: [{
|
|
@@ -31,11 +31,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
31
31
|
}] } });
|
|
32
32
|
|
|
33
33
|
class IDRegionIconModule {
|
|
34
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
35
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.
|
|
36
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.
|
|
34
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDRegionIconModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
35
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: IDRegionIconModule, declarations: [IDRegionIconComponent], exports: [IDRegionIconComponent] });
|
|
36
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDRegionIconModule });
|
|
37
37
|
}
|
|
38
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
38
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDRegionIconModule, decorators: [{
|
|
39
39
|
type: NgModule,
|
|
40
40
|
args: [{
|
|
41
41
|
declarations: [IDRegionIconComponent],
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inera-ids-angular-components-region-icon.mjs","sources":["../../../projects/ids-angular/components/region-icon/region-icon.component.ts","../../../projects/ids-angular/components/region-icon/region-icon.component.html","../../../projects/ids-angular/components/region-icon/region-icon.module.ts","../../../projects/ids-angular/components/region-icon/inera-ids-angular-components-region-icon.ts"],"sourcesContent":["import { Component, Input, ViewEncapsulation } from \"@angular/core\";\n\n@Component({\n selector: \"id-region-icon\",\n templateUrl: \"./region-icon.component.html\",\n styles: [\":host { display: contents; }\"]\n})\nexport class IDRegionIconComponent {\n constructor() {}\n\n @Input()\n name = \"\";\n @Input()\n title = \"\";\n @Input()\n colorpreset = 1;\n @Input()\n size: \"xs\" | \"s\" | \"m\" | \"l\" | \"ml\" = \"m\";\n @Input()\n inline = false;\n @Input()\n light = false;\n}\n","<ids-region-icon\n [attr.name]=\"name\"\n [attr.inline]=\"inline ? true : undefined\"\n [attr.light]=\"light ? true : undefined\"\n [attr.title]=\"title\"\n [attr.size]=\"size\"\n [attr.colorpreset]=\"colorpreset\">\n</ids-region-icon>\n","import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from \"@angular/core\";\nimport { IDRegionIconComponent } from \"./region-icon.component\";\nimport \"@inera/ids-core/components/region-icon/register\";\n\n@NgModule({\n declarations: [IDRegionIconComponent],\n exports: [IDRegionIconComponent],\n schemas: [CUSTOM_ELEMENTS_SCHEMA]\n})\nexport class IDRegionIconModule {}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;MAOa,qBAAqB,CAAA;AAChC,IAAA,WAAA,GAAA;
|
|
1
|
+
{"version":3,"file":"inera-ids-angular-components-region-icon.mjs","sources":["../../../projects/ids-angular/components/region-icon/region-icon.component.ts","../../../projects/ids-angular/components/region-icon/region-icon.component.html","../../../projects/ids-angular/components/region-icon/region-icon.module.ts","../../../projects/ids-angular/components/region-icon/inera-ids-angular-components-region-icon.ts"],"sourcesContent":["import { Component, Input, ViewEncapsulation } from \"@angular/core\";\n\n@Component({\n selector: \"id-region-icon\",\n templateUrl: \"./region-icon.component.html\",\n styles: [\":host { display: contents; }\"]\n})\nexport class IDRegionIconComponent {\n constructor() {}\n\n @Input()\n name = \"\";\n @Input()\n title = \"\";\n @Input()\n colorpreset = 1;\n @Input()\n size: \"xs\" | \"s\" | \"m\" | \"l\" | \"ml\" = \"m\";\n @Input()\n inline = false;\n @Input()\n light = false;\n}\n","<ids-region-icon\n [attr.name]=\"name\"\n [attr.inline]=\"inline ? true : undefined\"\n [attr.light]=\"light ? true : undefined\"\n [attr.title]=\"title\"\n [attr.size]=\"size\"\n [attr.colorpreset]=\"colorpreset\">\n</ids-region-icon>\n","import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from \"@angular/core\";\nimport { IDRegionIconComponent } from \"./region-icon.component\";\nimport \"@inera/ids-core/components/region-icon/register\";\n\n@NgModule({\n declarations: [IDRegionIconComponent],\n exports: [IDRegionIconComponent],\n schemas: [CUSTOM_ELEMENTS_SCHEMA]\n})\nexport class IDRegionIconModule {}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;MAOa,qBAAqB,CAAA;AAChC,IAAA,WAAA,GAAA,EAAe;IAGf,IAAI,GAAG,EAAE;IAET,KAAK,GAAG,EAAE;IAEV,WAAW,GAAG,CAAC;IAEf,IAAI,GAAkC,GAAG;IAEzC,MAAM,GAAG,KAAK;IAEd,KAAK,GAAG,KAAK;wGAdF,qBAAqB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA;AAArB,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,qBAAqB,4KCPlC,qPAQA,EAAA,MAAA,EAAA,CAAA,2BAAA,CAAA,EAAA,CAAA;;4FDDa,qBAAqB,EAAA,UAAA,EAAA,CAAA;kBALjC,SAAS;+BACE,gBAAgB,EAAA,QAAA,EAAA,qPAAA,EAAA,MAAA,EAAA,CAAA,2BAAA,CAAA,EAAA;wDAQ1B,IAAI,EAAA,CAAA;sBADH;gBAGD,KAAK,EAAA,CAAA;sBADJ;gBAGD,WAAW,EAAA,CAAA;sBADV;gBAGD,IAAI,EAAA,CAAA;sBADH;gBAGD,MAAM,EAAA,CAAA;sBADL;gBAGD,KAAK,EAAA,CAAA;sBADJ;;;MEXU,kBAAkB,CAAA;wGAAlB,kBAAkB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA;yGAAlB,kBAAkB,EAAA,YAAA,EAAA,CAJd,qBAAqB,CAAA,EAAA,OAAA,EAAA,CAC1B,qBAAqB,CAAA,EAAA,CAAA;yGAGpB,kBAAkB,EAAA,CAAA;;4FAAlB,kBAAkB,EAAA,UAAA,EAAA,CAAA;kBAL9B,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;oBACR,YAAY,EAAE,CAAC,qBAAqB,CAAC;oBACrC,OAAO,EAAE,CAAC,qBAAqB,CAAC;oBAChC,OAAO,EAAE,CAAC,sBAAsB;AACjC,iBAAA;;;ACRD;;AAEG;;;;"}
|
|
@@ -18,10 +18,10 @@ class IDSideMenuComponent {
|
|
|
18
18
|
hasOpened(event) {
|
|
19
19
|
this.onOpened.emit(event);
|
|
20
20
|
}
|
|
21
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
22
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
21
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDSideMenuComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
22
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDSideMenuComponent, selector: "id-side-menu", inputs: { label: "label", srtoggletext: "srtoggletext", level: "level", active: "active", expanded: "expanded" }, outputs: { onClosed: "onClosed", onOpened: "onOpened", showChange: "showChange" }, ngImport: i0, template: "<ids-side-menu\n [label]=\"label\"\n [srtoggletext]=\"srtoggletext\"\n [level]=\"level\"\n [active]=\"active\"\n [expanded]=\"expanded\"\n (closed)=\"hasClosed($event)\"\n (opened)=\"hasOpened($event)\">\n <ng-content></ng-content>\n</ids-side-menu>\n" });
|
|
23
23
|
}
|
|
24
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
24
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDSideMenuComponent, decorators: [{
|
|
25
25
|
type: Component,
|
|
26
26
|
args: [{ selector: "id-side-menu", template: "<ids-side-menu\n [label]=\"label\"\n [srtoggletext]=\"srtoggletext\"\n [level]=\"level\"\n [active]=\"active\"\n [expanded]=\"expanded\"\n (closed)=\"hasClosed($event)\"\n (opened)=\"hasOpened($event)\">\n <ng-content></ng-content>\n</ids-side-menu>\n" }]
|
|
27
27
|
}], ctorParameters: () => [], propDecorators: { label: [{
|
|
@@ -43,11 +43,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
43
43
|
}] } });
|
|
44
44
|
|
|
45
45
|
class IDSideMenuModule {
|
|
46
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
47
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.
|
|
48
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.
|
|
46
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDSideMenuModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
47
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: IDSideMenuModule, declarations: [IDSideMenuComponent], exports: [IDSideMenuComponent] });
|
|
48
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDSideMenuModule });
|
|
49
49
|
}
|
|
50
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
50
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDSideMenuModule, decorators: [{
|
|
51
51
|
type: NgModule,
|
|
52
52
|
args: [{
|
|
53
53
|
declarations: [IDSideMenuComponent],
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inera-ids-angular-components-side-menu.mjs","sources":["../../../projects/ids-angular/components/side-menu/side-menu.component.ts","../../../projects/ids-angular/components/side-menu/side-menu.component.html","../../../projects/ids-angular/components/side-menu/side-menu.module.ts","../../../projects/ids-angular/components/side-menu/inera-ids-angular-components-side-menu.ts"],"sourcesContent":["import { Component, EventEmitter, Input, Output } from \"@angular/core\";\n\n@Component({\n selector: \"id-side-menu\",\n templateUrl: \"./side-menu.component.html\"\n})\nexport class IDSideMenuComponent {\n constructor() {}\n\n @Input()\n label: string = \"\";\n\n @Input()\n srtoggletext: string = \"\";\n\n @Input()\n level: number = 1;\n\n @Input()\n active: boolean = false;\n\n @Input()\n expanded: boolean = false;\n\n @Output()\n onClosed: EventEmitter<Event> = new EventEmitter();\n\n @Output()\n onOpened: EventEmitter<Event> = new EventEmitter();\n\n @Output()\n showChange: EventEmitter<boolean> = new EventEmitter<boolean>();\n\n hasClosed(event: Event) {\n this.onClosed.emit(event);\n }\n hasOpened(event: Event) {\n this.onOpened.emit(event);\n }\n}\n","<ids-side-menu\n [label]=\"label\"\n [srtoggletext]=\"srtoggletext\"\n [level]=\"level\"\n [active]=\"active\"\n [expanded]=\"expanded\"\n (closed)=\"hasClosed($event)\"\n (opened)=\"hasOpened($event)\">\n <ng-content></ng-content>\n</ids-side-menu>\n","import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from \"@angular/core\";\nimport { IDSideMenuComponent } from \"./side-menu.component\";\nimport \"@inera/ids-core/components/side-menu/register\";\n\n@NgModule({\n declarations: [IDSideMenuComponent],\n exports: [IDSideMenuComponent],\n schemas: [CUSTOM_ELEMENTS_SCHEMA]\n})\nexport class IDSideMenuModule {}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;MAMa,mBAAmB,CAAA;AAC9B,IAAA,WAAA,GAAA;
|
|
1
|
+
{"version":3,"file":"inera-ids-angular-components-side-menu.mjs","sources":["../../../projects/ids-angular/components/side-menu/side-menu.component.ts","../../../projects/ids-angular/components/side-menu/side-menu.component.html","../../../projects/ids-angular/components/side-menu/side-menu.module.ts","../../../projects/ids-angular/components/side-menu/inera-ids-angular-components-side-menu.ts"],"sourcesContent":["import { Component, EventEmitter, Input, Output } from \"@angular/core\";\n\n@Component({\n selector: \"id-side-menu\",\n templateUrl: \"./side-menu.component.html\"\n})\nexport class IDSideMenuComponent {\n constructor() {}\n\n @Input()\n label: string = \"\";\n\n @Input()\n srtoggletext: string = \"\";\n\n @Input()\n level: number = 1;\n\n @Input()\n active: boolean = false;\n\n @Input()\n expanded: boolean = false;\n\n @Output()\n onClosed: EventEmitter<Event> = new EventEmitter();\n\n @Output()\n onOpened: EventEmitter<Event> = new EventEmitter();\n\n @Output()\n showChange: EventEmitter<boolean> = new EventEmitter<boolean>();\n\n hasClosed(event: Event) {\n this.onClosed.emit(event);\n }\n hasOpened(event: Event) {\n this.onOpened.emit(event);\n }\n}\n","<ids-side-menu\n [label]=\"label\"\n [srtoggletext]=\"srtoggletext\"\n [level]=\"level\"\n [active]=\"active\"\n [expanded]=\"expanded\"\n (closed)=\"hasClosed($event)\"\n (opened)=\"hasOpened($event)\">\n <ng-content></ng-content>\n</ids-side-menu>\n","import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from \"@angular/core\";\nimport { IDSideMenuComponent } from \"./side-menu.component\";\nimport \"@inera/ids-core/components/side-menu/register\";\n\n@NgModule({\n declarations: [IDSideMenuComponent],\n exports: [IDSideMenuComponent],\n schemas: [CUSTOM_ELEMENTS_SCHEMA]\n})\nexport class IDSideMenuModule {}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;MAMa,mBAAmB,CAAA;AAC9B,IAAA,WAAA,GAAA,EAAe;IAGf,KAAK,GAAW,EAAE;IAGlB,YAAY,GAAW,EAAE;IAGzB,KAAK,GAAW,CAAC;IAGjB,MAAM,GAAY,KAAK;IAGvB,QAAQ,GAAY,KAAK;AAGzB,IAAA,QAAQ,GAAwB,IAAI,YAAY,EAAE;AAGlD,IAAA,QAAQ,GAAwB,IAAI,YAAY,EAAE;AAGlD,IAAA,UAAU,GAA0B,IAAI,YAAY,EAAW;AAE/D,IAAA,SAAS,CAAC,KAAY,EAAA;AACpB,QAAA,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,KAAK,CAAC;IAC3B;AACA,IAAA,SAAS,CAAC,KAAY,EAAA;AACpB,QAAA,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,KAAK,CAAC;IAC3B;wGAhCW,mBAAmB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA;AAAnB,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,mBAAmB,yPCNhC,qQAUA,EAAA,CAAA;;4FDJa,mBAAmB,EAAA,UAAA,EAAA,CAAA;kBAJ/B,SAAS;+BACE,cAAc,EAAA,QAAA,EAAA,qQAAA,EAAA;wDAOxB,KAAK,EAAA,CAAA;sBADJ;gBAID,YAAY,EAAA,CAAA;sBADX;gBAID,KAAK,EAAA,CAAA;sBADJ;gBAID,MAAM,EAAA,CAAA;sBADL;gBAID,QAAQ,EAAA,CAAA;sBADP;gBAID,QAAQ,EAAA,CAAA;sBADP;gBAID,QAAQ,EAAA,CAAA;sBADP;gBAID,UAAU,EAAA,CAAA;sBADT;;;MErBU,gBAAgB,CAAA;wGAAhB,gBAAgB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA;yGAAhB,gBAAgB,EAAA,YAAA,EAAA,CAJZ,mBAAmB,CAAA,EAAA,OAAA,EAAA,CACxB,mBAAmB,CAAA,EAAA,CAAA;yGAGlB,gBAAgB,EAAA,CAAA;;4FAAhB,gBAAgB,EAAA,UAAA,EAAA,CAAA;kBAL5B,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;oBACR,YAAY,EAAE,CAAC,mBAAmB,CAAC;oBACnC,OAAO,EAAE,CAAC,mBAAmB,CAAC;oBAC9B,OAAO,EAAE,CAAC,sBAAsB;AACjC,iBAAA;;;ACRD;;AAEG;;;;"}
|